/* Waitlist modal – flip wizard, dideli laukai desktop */

#glWaitlistModal,
#glWaitlistModal .contact-email-modal-box.gl-waitlist-box {
    font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif;
}

/* In-app naršyklės: statinis overlay (kaip wl express) */
#glWaitlistModal.contact-email-modal-overlay.is-open {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(6, 10, 18, 0.97) !important;
    isolation: isolate;
    overscroll-behavior: contain;
}

#glWaitlistModal.contact-email-modal-overlay::before,
#glWaitlistModal.contact-email-modal-overlay::after {
    display: none !important;
    animation: none !important;
    content: none !important;
}

body.gl-waitlist-open .page-ambient-mesh,
body.gl-waitlist-open .video-readability-overlay {
    animation-play-state: paused !important;
    filter: none !important;
}

#glWaitlistModal {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    padding: max(10px, env(safe-area-inset-top, 10px)) max(10px, env(safe-area-inset-right, 10px)) max(10px, env(safe-area-inset-bottom, 10px)) max(10px, env(safe-area-inset-left, 10px));
}

#glWaitlistModal .contact-email-modal-box.gl-waitlist-box {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    pointer-events: auto;
    touch-action: manipulation;
}

#glWaitlistModal .contact-email-modal-header {
    flex-shrink: 0;
}

#glWaitlistModal .gl-waitlist-body {
    flex: 1 1 auto;
    min-height: 0;
}

.gl-waitlist-message {
    margin: 0 0 8px;
    line-height: 1.45;
    font-size: 1.02rem;
    color: #e2e8f0;
}

.gl-waitlist-message p {
    margin: 0 0 10px;
}

.gl-waitlist-message p:last-child {
    margin-bottom: 0;
}

.gl-wl-survey-glass {
    margin: 0 0 16px;
    padding: 14px 14px 12px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.55), rgba(30, 41, 59, 0.35));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.gl-wl-survey-cta {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f97316;
    line-height: 1.35;
}

.gl-wl-survey-subtitle {
    margin: 14px 0 8px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #e2e8f0;
}

.gl-wl-survey-hint {
    margin: 0 0 10px;
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.4;
}

.gl-wl-survey-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gl-wl-survey-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(2, 6, 23, 0.35);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.gl-wl-survey-option:hover {
    border-color: rgba(251, 191, 36, 0.45);
}

.gl-wl-survey-option input {
    margin-top: 4px;
    flex-shrink: 0;
    accent-color: #f97316;
}

.gl-wl-survey-option:has(input:checked) {
    border-color: rgba(251, 191, 36, 0.65);
    background: rgba(249, 115, 22, 0.1);
}

.gl-wl-survey-option__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gl-wl-survey-option__label {
    font-size: 0.95rem;
    color: #f8fafc;
    line-height: 1.35;
}

.gl-wl-survey-option__sub {
    font-size: 0.82rem;
    color: #94a3b8;
    line-height: 1.35;
}

.gl-wl-survey-option--compact {
    padding: 8px 10px;
}

.gl-wl-survey-other-wrap {
    margin-top: 8px;
}

.gl-wl-survey-other-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.65);
    color: #f8fafc;
    font: inherit;
}

.gl-wl-survey-other-input:focus {
    outline: none;
    border-color: rgba(251, 191, 36, 0.7);
}

.gl-wl-survey-thanks {
    margin: 12px 0 0;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #cbd5e1;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.22);
}

.gl-wl-survey-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 4px;
}

@media (max-width: 520px) {
    .gl-wl-survey-accordion {
        grid-template-columns: 1fr;
    }
}

.gl-wl-survey-details {
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(2, 6, 23, 0.35);
    overflow: hidden;
}

.gl-wl-survey-details[open] {
    border-color: rgba(251, 191, 36, 0.55);
    background: rgba(2, 6, 23, 0.5);
}

.gl-wl-survey-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.gl-wl-survey-summary::-webkit-details-marker {
    display: none;
}

.gl-wl-survey-summary::before {
    content: "▶";
    flex: 0 0 auto;
    font-size: 0.6rem;
    color: #64748b;
    transition: transform 0.18s ease;
}

.gl-wl-survey-details[open] > .gl-wl-survey-summary::before {
    transform: rotate(90deg);
}

.gl-wl-survey-summary__label {
    flex: 1 1 auto;
    font-size: 0.92rem;
    font-weight: 700;
    color: #e2e8f0;
    line-height: 1.3;
}

.gl-wl-survey-summary__tag {
    flex: 0 0 auto;
    font-size: 0.78rem;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(251, 191, 36, 0.85);
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gl-wl-survey-summary__tag--hidden {
    display: none;
}

.gl-wl-survey-details__body {
    padding: 0 12px 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.gl-wl-survey-glass.gl-wl-survey-required {
    outline: 2px solid #f87171;
    outline-offset: 2px;
    border-radius: 12px;
}

[data-gl-locked="1"] {
    pointer-events: none;
    opacity: 0.4;
    user-select: none;
    cursor: not-allowed;
}

input[data-gl-locked="1"],
select[data-gl-locked="1"],
textarea[data-gl-locked="1"] {
    background: rgba(2, 6, 23, 0.3) !important;
}

.gl-wl-type-grid--locked {
    opacity: 0.45;
    pointer-events: none;
    filter: grayscale(0.25);
}

.gl-waitlist-notice-details {
    margin: 0 0 8px;
}

.gl-waitlist-notice-details summary {
    cursor: pointer;
    font-size: 0.92rem;
    color: #94a3b8;
    list-style: none;
    user-select: none;
}

.gl-waitlist-notice-details summary::-webkit-details-marker {
    display: none;
}

.gl-waitlist-notice-details summary::before {
    content: '▸ ';
    color: #f97316;
}

.gl-waitlist-notice-details[open] summary::before {
    content: '▾ ';
}

.gl-waitlist-notice {
    margin-top: 8px;
    line-height: 1.45;
    font-size: 0.92rem;
    color: #cbd5e1;
}

.gl-waitlist-notice p {
    margin: 0 0 6px;
}

.gl-waitlist-notice p:last-child {
    margin-bottom: 0;
}

.gl-waitlist-notice strong {
    color: #f97316;
    font-weight: 700;
}

.gl-waitlist-recalc {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(249, 115, 22, 0.35);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(15, 23, 42, 0.45));
    text-align: center;
}

.gl-waitlist-recalc__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.25em 0.45em;
    line-height: 1.2;
}

.gl-waitlist-recalc__label {
    font-size: 0.9rem;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.2;
    display: inline;
}

.gl-waitlist-recalc__time {
    display: inline;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #f97316;
    font-variant-numeric: tabular-nums;
    font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif;
    line-height: 1.1;
}

.gl-waitlist-recalc__hint {
    font-size: 0.72rem;
    color: #94a3b8;
    margin: 6px 0 0;
    line-height: 1.35;
}

/* —— Flip wizard —— */
.gl-wl-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#glWaitlistModal .gl-wl-step[hidden] {
    display: none !important;
}

#glWaitlistModal .contact-email-modal-body .gl-wl-field input:not([type="checkbox"]) {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px;
    font-size: 1.12rem;
    line-height: 1.35;
    min-height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.65);
    color: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#glWaitlistModal .contact-email-modal-body .gl-wl-field input:not([type="checkbox"]):focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.75);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.22);
}

.gl-wl-field {
    margin-bottom: 14px;
}

.gl-wl-field:last-child {
    margin-bottom: 0;
}

.gl-wl-field label {
    display: block;
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #e2e8f0;
}

.gl-wl-field input:not([type="checkbox"]) {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px;
    font-size: 1.12rem;
    line-height: 1.35;
    min-height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.65);
    color: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gl-wl-field input:focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.75);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.22);
}

.gl-wl-field--plan {
    margin-bottom: 24px;
    padding-bottom: 2px;
}

.gl-wl-field--plan label {
    font-size: 0.92rem;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 6px;
}

.gl-wl-plan-summary {
    padding: 12px 14px;
    min-height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(249, 115, 22, 0.35);
    color: #e2e8f0;
}

.gl-wl-plan-summary__line {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

.gl-wl-plan-summary__price {
    margin: 6px 0 0;
    font-size: 0.92rem;
    line-height: 1.4;
    color: #cbd5e1;
}

.gl-wl-plan-summary__price--promo {
    color: #fcd34d;
    font-weight: 600;
}

.gl-wl-field--plan input {
    padding: 10px 14px;
    min-height: 42px;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(249, 115, 22, 0.35);
    opacity: 1 !important;
    cursor: default !important;
    color: #e2e8f0;
}

.gl-wl-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.gl-wl-field-row .gl-wl-field {
    margin-bottom: 0;
}

.gl-wl-flip-scene {
    perspective: 1400px;
    width: 100%;
    min-height: 280px;
    margin-top: 22px;
}

.gl-wl-flip-inner {
    width: 100%;
    min-height: 280px;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.gl-wl-flip-panel {
    width: 100%;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.gl-wl-step-title {
    margin: 6px 0 8px;
    font-size: 1.28rem;
    font-weight: 700;
    color: #f97316;
    line-height: 1.3;
}

.gl-wl-step-hint {
    margin: 0 0 18px;
    font-size: 1.02rem;
    color: #cbd5e1;
    line-height: 1.5;
}

.gl-wl-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.gl-wl-type-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 96px;
    padding: 16px 12px;
    border-radius: 14px;
    border: 2px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.55);
    color: #f1f5f9;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.gl-wl-type-btn:hover {
    border-color: rgba(249, 115, 22, 0.65);
    background: rgba(249, 115, 22, 0.12);
}

.gl-wl-type-btn:active {
    transform: scale(0.98);
}

.gl-wl-type-btn--company {
    border-color: rgba(56, 189, 248, 0.45);
}

.gl-wl-type-btn--company:hover {
    border-color: rgba(56, 189, 248, 0.75);
    background: rgba(56, 189, 248, 0.1);
}

.gl-wl-type-btn.is-selected {
    border-color: rgba(249, 115, 22, 0.78);
    background: rgba(249, 115, 22, 0.16);
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.18);
}

.gl-wl-type-btn--company.is-selected {
    border-color: rgba(56, 189, 248, 0.78);
    background: rgba(56, 189, 248, 0.16);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.18);
}

.gl-wl-type-btn__ico {
    width: 30px;
    height: 30px;
    color: rgba(148, 163, 184, 0.85);
    transition: color 0.15s;
    flex-shrink: 0;
}

.gl-wl-type-btn.is-selected .gl-wl-type-btn__ico {
    color: rgba(251, 191, 36, 0.95);
}

.gl-wl-type-btn--company.is-selected .gl-wl-type-btn__ico {
    color: rgba(56, 189, 248, 0.95);
}

.gl-wl-type-btn__label {
    text-align: center;
    line-height: 1.25;
}

.gl-wl-company-extra {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(148, 163, 184, 0.35);
}

.gl-wl-company-extra-ask {
    margin-top: 18px;
}

.gl-wl-check {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.45;
    color: #e2e8f0;
    user-select: none;
}

.gl-wl-check input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 2px 0 0;
    flex-shrink: 0;
    accent-color: #f97316;
    cursor: pointer;
}

.gl-wl-company-extra-title {
    margin: 0 0 12px;
    font-size: 0.92rem;
    color: #cbd5e1;
    line-height: 1.4;
}

.gl-wl-inline-msg {
    margin: 8px 0 0;
    font-size: 0.88rem;
    line-height: 1.4;
}

.gl-wl-inline-msg.is-error {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(248, 113, 113, 0.45);
    background: linear-gradient(135deg, rgba(127, 29, 29, 0.35), rgba(15, 23, 42, 0.55));
    color: #fecaca;
}

.gl-wl-inline-msg.is-error .gl-wl-msg-title {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #f87171;
    font-size: 0.92rem;
}

.gl-wl-inline-msg.is-error .gl-wl-msg-body {
    display: block;
    color: #fecaca;
}

.gl-wl-field-hint {
    margin: 8px 0 0;
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.45;
}

.gl-wl-inline-msg.is-ok {
    color: #4ade80;
}

.gl-wl-auto-hint {
    margin: 0;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.35);
    color: #f97316;
    font-size: 1.02rem;
    text-align: center;
    font-variant-numeric: tabular-nums;
    font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif;
}

.gl-wl-form-error {
    margin: 0;
}

.gl-wl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.gl-wl-nav-btn {
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: background 0.2s, opacity 0.2s;
}

.gl-wl-nav-btn:disabled {
    opacity: 0.55;
    cursor: wait;
}

.gl-wl-nav-btn--back {
    background: transparent;
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #cbd5e1;
}

.gl-wl-nav-btn--back:hover:not(:disabled) {
    background: rgba(148, 163, 184, 0.12);
}

.gl-wl-nav-btn--next,
.gl-wl-nav-btn--submit {
    margin-left: auto;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}

.gl-wl-nav-btn--next:hover:not(:disabled),
.gl-wl-nav-btn--submit:hover:not(:disabled) {
    filter: brightness(1.06);
}

.gl-waitlist-extend-panel {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.gl-waitlist-extend-panel summary {
    cursor: pointer;
    font-size: 0.8rem;
    color: #94a3b8;
    list-style: none;
    user-select: none;
}

.gl-waitlist-extend-panel summary::-webkit-details-marker {
    display: none;
}

.gl-waitlist-extend-panel summary::before {
    content: '▸ ';
    color: #f97316;
}

.gl-waitlist-extend-panel[open] summary::before {
    content: '▾ ';
}

.gl-waitlist-extend-panel__inner {
    padding-top: 10px;
}

.gl-waitlist-extend-hint {
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 0 0 8px;
    line-height: 1.4;
}

.gl-waitlist-extend-panel label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.8rem;
    color: #cbd5e1;
}

.gl-waitlist-extend-panel input[type="email"] {
    width: 100%;
    margin-bottom: 8px;
    padding: 7px 10px;
    font-size: 0.88rem;
    box-sizing: border-box;
}

.gl-waitlist-extend-btn {
    display: inline-block;
    margin-top: 2px;
    padding: 8px 14px;
    border: 1px solid rgba(249, 115, 22, 0.55);
    border-radius: 8px;
    background: transparent;
    color: #f97316;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.85rem;
}

.gl-waitlist-extend-btn:hover {
    background: rgba(249, 115, 22, 0.15);
}

.gl-waitlist-extend-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.gl-waitlist-extend-msg {
    font-size: 0.82rem;
    margin-top: 8px;
    line-height: 1.35;
}

#glWaitlistSuccess {
    text-align: center;
    padding: 20px 0 8px;
}

#glWaitlistSuccessTitle {
    color: #4ade80;
    font-size: 1.15rem;
    margin: 0;
}

#glWaitlistSuccessExtendBtn,
#glWaitlistExtendSuccessMsg {
    display: none !important;
}

#glWaitlistSuccessMsg {
    color: #94a3b8;
    margin: 10px 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.gl-wl-auto-hint {
    margin: 0;
    padding: 12px 16px;
    border-radius: 10px;
}

.gl-wl-shipping-methods {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.gl-wl-shipping-opt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.45);
    cursor: pointer;
    color: #e2e8f0;
    font-size: 0.98rem;
    line-height: 1.35;
    transition: border-color 0.2s, background 0.2s;
}

.gl-wl-shipping-opt:has(input:checked) {
    border-color: rgba(249, 115, 22, 0.75);
    background: rgba(249, 115, 22, 0.12);
}

.gl-wl-shipping-opt input {
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #f97316;
}

.gl-wl-shipping-opt span {
    flex: 1;
    min-width: 0;
}

.gl-wl-locker-block {
    margin-top: 8px;
}

.gl-wl-locker-block[hidden] {
    display: none !important;
}

.gl-wl-locality-suggest {
    margin-top: 8px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.85);
    max-height: 160px;
    overflow-y: auto;
}

.gl-wl-locality-suggest button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border: none;
    background: transparent;
    color: #e2e8f0;
    cursor: pointer;
    font-size: 0.95rem;
}

.gl-wl-locality-suggest button:hover {
    background: rgba(249, 115, 22, 0.15);
}

.gl-wl-terminals-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.gl-wl-terminal-filter-wrap {
    margin-top: 10px;
    margin-bottom: 0;
}

.gl-wl-terminal-filter-wrap[hidden] {
    display: none !important;
}

.gl-wl-terminal-btn {
    text-align: left;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.55);
    color: #e2e8f0;
    cursor: pointer;
    font-size: 0.92rem;
    line-height: 1.35;
}

.gl-wl-terminal-btn.is-selected {
    border-color: rgba(249, 115, 22, 0.75);
    background: rgba(249, 115, 22, 0.12);
}

@media (min-width: 641px) {
    #glWaitlistModal {
        align-items: center;
        padding: 16px;
    }

    #glWaitlistModal .contact-email-modal-box.gl-waitlist-box {
        max-width: 720px;
        max-height: none;
        overflow: visible;
        border-radius: 20px;
    }

    #glWaitlistModal .contact-email-modal-header {
        padding: 12px 22px;
    }

    #glWaitlistModal .contact-email-modal-title {
        font-size: 1.15rem;
    }

    #glWaitlistModal     .gl-waitlist-body {
        padding: 14px 22px 18px;
        overflow: visible;
    }

    .gl-wl-shipping-methods {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        align-items: stretch;
    }

    .gl-wl-shipping-opt {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 12px 10px;
        min-height: 84px;
        justify-content: flex-start;
    }

    .gl-wl-shipping-opt input {
        margin: 0 0 8px;
    }

    .gl-wl-terminals-list {
        max-height: 260px;
    }

    .gl-waitlist-top {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 12px;
    }

    .gl-waitlist-intro {
        flex: 1;
        min-width: 0;
    }

    .gl-waitlist-message {
        font-size: 1.05rem;
        margin-bottom: 6px;
    }

    .gl-waitlist-notice-details {
        margin-bottom: 0;
    }

    .gl-waitlist-recalc {
        flex: 0 0 auto;
        max-width: 100%;
        margin: 0;
        padding: 10px 12px;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .gl-waitlist-recalc__label {
        font-size: 0.88rem;
    }

    .gl-waitlist-recalc__time {
        font-size: 1.35rem;
    }

    .gl-waitlist-recalc__hint {
        display: none;
    }

    .gl-wl-field input:not([type="checkbox"]),
    #glWaitlistModal .contact-email-modal-body .gl-wl-field input:not([type="checkbox"]) {
        padding: 18px 20px;
        font-size: 1.18rem;
        min-height: 58px;
    }

    .gl-wl-check {
        font-size: 1.05rem;
    }

    .gl-wl-check input[type="checkbox"] {
        width: 26px;
        height: 26px;
        min-height: 26px;
    }

    .gl-wl-step-title {
        font-size: 1.34rem;
    }

    .gl-wl-step-hint {
        font-size: 1.06rem;
    }

    .gl-wl-type-btn {
        min-height: 100px;
        font-size: 1.16rem;
    }

    .gl-wl-flip-scene,
    .gl-wl-flip-inner {
        min-height: 300px;
    }

    .gl-wl-nav-btn {
        padding: 15px 26px;
        font-size: 1.05rem;
    }
}

@media (max-width: 640px) {
    #glWaitlistModal .contact-email-modal-box.gl-waitlist-box {
        max-width: 100%;
        max-height: min(94vh, 94dvh);
        border-radius: 16px;
    }

    #glWaitlistModal .gl-waitlist-body {
        padding: 12px 14px 14px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .gl-wl-type-grid {
        grid-template-columns: 1fr;
    }

    .gl-wl-field-row {
        grid-template-columns: 1fr;
    }

    .gl-wl-nav {
        flex-wrap: wrap;
    }

    .gl-wl-nav-btn--next,
    .gl-wl-nav-btn--submit {
        flex: 1 1 100%;
        margin-left: 0;
    }
}

/* ── Boutique notice (v20260603) ── */
.gl-wl-boutique-notice {
    margin: 0 0 12px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #f97316;
    background: rgba(249, 115, 22, 0.1);
    color: #fdba74;
    font-size: 0.84rem;
    line-height: 1.5;
}

.gl-wl-boutique-notice strong {
    color: #fcd34d;
}

.gl-wl-success-wait {
    margin: 12px 0;
    text-align: center;
}

.gl-wl-success-wait__title {
    margin: 0 0 4px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #e2e8f0;
}

.gl-wl-success-wait__typical {
    font-size: 0.84rem;
    color: #fdba74;
    margin: 0;
}

.gl-wl-success-next {
    margin: 14px 0 0;
}

.gl-wl-success-next__title {
    margin: 0 0 8px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #e2e8f0;
    text-align: center;
}

.gl-wl-success-next__steps {
    margin: 0 auto;
    padding: 0 0 0 22px;
    max-width: 420px;
    text-align: left;
}

.gl-wl-success-next__steps li {
    margin-bottom: 6px;
    font-size: 0.84rem;
    color: #cbd5e1;
    line-height: 1.45;
}

/* ── Security badge styles inherited from gl-waitlist-express.css (v20260603) ── */
/* ── Pulsing arrow styles inherited (v20260603) ── */
/* ── Required note styles inherited (v20260603) ── */

/* ── Waitlist polish: input fields ── */
#glWaitlistModal .gl-wl-field input {
    border: 1px solid #334155; border-radius: 10px;
    background: rgba(15, 23, 42, 0.6); color: #e2e8f0;
    padding: 11px 14px; font-size: 16px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#glWaitlistModal .gl-wl-field input:focus {
    outline: none; border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}
#glWaitlistModal .gl-wl-plan-summary {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(249, 115, 22, 0.15);
    border-radius: 12px; padding: 12px 14px;
}
#glWaitlistModal .gl-wl-nav-btn--submit {
    background: linear-gradient(135deg, #f97316, #ea580c);
    border-radius: 10px; color: #fff; font-weight: 700;
    box-shadow: 0 2px 12px rgba(249, 115, 22, 0.25);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}
#glWaitlistModal .gl-wl-nav-btn--submit:hover {
    background: linear-gradient(135deg, #ea580c, #c2410c);
    box-shadow: 0 4px 18px rgba(249, 115, 22, 0.4);
    transform: translateY(-1px);
}
#glWaitlistModal .gl-wl-nav-btn--submit:active { transform: translateY(0); }
#glWaitlistModal .gl-wl-flip-panel {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(249, 115, 22, 0.1);
}
