/* GK Traject Pages v2.0.0 */
.gk-topbar{display:flex;justify-content:flex-end;margin-bottom:12px}
.gk-audio{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#18385B;font-weight:600;cursor:pointer}
.gk-audio:hover{background:#f8fafc}
.gk-btn{display:inline-block;padding:12px 18px;border-radius:9999px;background:#18385B;color:#fff;text-decoration:none;font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.gk-btn:hover{background:#0f2640;color:#fff}
.gk-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:20px;margin:16px 0;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.gk-start h3{margin:0 0 6px 0;color:#18385B}
.gk-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.gk-form input[type=email]{padding:12px;border:1px solid #d1d5db;border-radius:10px;font-size:1rem}
.gk-consent{grid-column:1/-1;font-size:.9rem;color:#475569;display:flex;gap:8px;align-items:flex-start}
.gk-status{grid-column:1/-1;min-height:20px;font-size:.9rem;color:#475569}
.gk-locked .gk-lock{padding:16px;border:1px dashed #f59e0b;background:#fffbeb;border-radius:10px;color:#92400e;text-align:center}
.gk-next{text-align:right;margin-top:10px}
.gk-finish h3{margin-top:0;color:#166534}
.gk-finish{border-color:#bbf7d0;background:#f0fdf4}
.gk-progress{margin:20px 0}
.gk-progress-bar{height:8px;background:#e5e7eb;border-radius:9999px;overflow:hidden}
.gk-progress-bar span{display:block;height:100%;background:#18385B;width:0%;transition:width .3s}
.gk-progress-text{margin-top:6px;font-size:.95rem;color:#374151}
