/* Waitlist express order – same theme as waitlist modal */

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

/*
 * El. laiško nuoroda (Gmail, Google Search in-app, FB…) – be animuoto mesh / backdrop-filter:
 * kitaip mirga visas fonas ir „Tęsti“ neveikia (WebView repaint + pointer-events).
 */
#glWlExpressModal.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;
}

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

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

#glWlExpressModal {
    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));
}

#glWlExpressModal .contact-email-modal-box.gl-wl-express-box {
    width: 100%;
    max-width: 560px;
    margin: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: min(92dvh, 920px);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
    z-index: 3;
    pointer-events: auto;
    touch-action: manipulation;
    overflow: hidden;
}

#glWlExpressModal .gl-wl-express-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.gl-wl-express-step-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    color: #fbbf24;
    font-weight: 700;
}

.gl-wl-express-hint {
    margin: 0 0 14px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #94a3b8;
}

.gl-wl-express-summary {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.55);
}

.gl-wl-express-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35em 0.75em;
    font-size: 0.95rem;
    line-height: 1.35;
}

.gl-wl-express-row__label {
    color: #94a3b8;
    min-width: 7.5em;
}

.gl-wl-express-row__val {
    color: #f1f5f9;
    font-weight: 600;
    flex: 1 1 auto;
}

.gl-wl-express-row--price .gl-wl-express-row__val {
    color: #fbbf24;
    font-size: 1.08rem;
}

.gl-wl-express-promo {
    margin: -4px 0 0;
    font-size: 0.85rem;
    color: #86efac;
}

.gl-wl-express-telia {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(249, 115, 22, 0.35);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(15, 23, 42, 0.45));
}

.gl-wl-express-telia__title {
    margin: 0 0 6px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #fbbf24;
}

.gl-wl-express-telia__body {
    margin: 0 0 12px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #cbd5e1;
}

.gl-wl-express-telia__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gl-wl-express-telia-btn {
    flex: 1 1 140px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    font-family: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.gl-wl-express-telia-btn:hover {
    border-color: rgba(251, 191, 36, 0.55);
}

.gl-wl-express-telia-btn.is-selected {
    border-color: rgba(251, 191, 36, 0.85);
    background: rgba(251, 191, 36, 0.15);
    color: #fff;
}

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

.gl-wl-express-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.92rem;
    color: #cbd5e1;
}

.gl-wl-express-field input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-family: inherit;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
}

.gl-wl-express-contract-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 10px;
    font-size: 0.88rem;
    color: #94a3b8;
}

.gl-wl-express-contract-body {
    max-height: 220px;
    overflow-y: auto;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(0, 0, 0, 0.25);
    font-size: 0.82rem;
    line-height: 1.45;
    color: #cbd5e1;
}

.gl-wl-express-contract-body p {
    margin: 0 0 8px;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.34;
}

.gl-wl-express-pc-status {
    margin-top: 6px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.gl-wl-express-pc-status.is-ok { color: #86efac; }
.gl-wl-express-pc-status.is-err { color: #f87171; }
.gl-wl-express-pc-status.is-loading { color: #fbbf24; }

#glWlExpressModal .fast-order-personal-code-nudge {
    display: block;
    margin: 0 0 10px;
}

#glWlExpressModal .gl-wl-express-consent {
    margin-top: 12px;
    margin-bottom: 0;
}

#glWlExpressModal .gl-checkout-nudge {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 1px solid rgba(249, 115, 22, 0.38);
    background: linear-gradient(145deg, rgba(28, 18, 8, 0.92), rgba(16, 14, 12, 0.9));
    color: #fff7ed;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif;
}

#glWlExpressModal .gl-checkout-nudge__text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.38;
}

#glWlExpressModal .gl-checkout-nudge__close {
    flex: 0 0 auto;
    margin: -2px -2px 0 0;
    padding: 0 6px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.gl-wl-express-sign-wrap {
    margin-top: 8px;
}

.gl-wl-express-sign-wrap label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #cbd5e1;
}

#glWlExpressSignCanvas {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.04);
    touch-action: none;
    cursor: crosshair;
}

.gl-wl-express-sign-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.gl-wl-express-sign-clear {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: transparent;
    color: #94a3b8;
    font-family: inherit;
    font-size: 0.85rem;
    cursor: pointer;
}

#glWlExpressSignStatus {
    font-size: 0.85rem;
    color: #94a3b8;
}

#glWlExpressCardMount {
    min-height: 120px;
    margin: 12px 0;
}

.gl-wl-express-status {
    margin: 10px 0 0;
    font-size: 0.9rem;
    color: #86efac;
}

.gl-wl-express-status.is-error {
    color: #f87171;
}

.gl-wl-express-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    justify-content: flex-end;
}

.gl-wl-express-nav-btn {
    padding: 11px 20px;
    border-radius: 10px;
    border: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.gl-wl-express-nav-btn--back {
    background: rgba(148, 163, 184, 0.15);
    color: #e2e8f0;
    margin-right: auto;
}

.gl-wl-express-nav-btn--next,
#glWlExpressPayBtn {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: #0f172a;
}

.gl-wl-express-nav-btn:disabled,
#glWlExpressPayBtn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.gl-wl-express-nav-btn:not(:disabled) {
    opacity: 1;
    pointer-events: auto;
}

.gl-wl-express-welcome {
    text-align: center;
    padding: 4px 0 8px;
}

.gl-wl-express-welcome__head {
    margin-bottom: 18px;
}

.gl-wl-express-welcome__icon {
    display: block;
    margin: 0 auto 12px;
    line-height: 0;
}

.gl-wl-express-welcome__icon svg {
    width: 58px;
    height: 58px;
    color: #f97316;
    animation: glWlWelcomeHeartPulse 1.35s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .gl-wl-express-welcome__icon svg {
        animation: none;
        filter: none;
    }
}

#glWlExpressModal.gl-wl-express-overlay--lite .gl-wl-express-welcome__icon svg {
    animation: none;
    filter: drop-shadow(0 4px 14px rgba(249, 115, 22, 0.45));
}

@keyframes glWlWelcomeHeartPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 3px 12px rgba(249, 115, 22, 0.45)) drop-shadow(0 0 16px rgba(249, 115, 22, 0.35));
    }
    50% {
        transform: scale(1.12);
        filter: drop-shadow(0 8px 24px rgba(249, 115, 22, 0.85)) drop-shadow(0 0 28px rgba(249, 115, 22, 0.55));
    }
}

.gl-wl-express-welcome__title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    color: #fbbf24;
}

.gl-wl-express-welcome__note {
    margin: 0 auto;
    max-width: 36em;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #94a3b8;
}

.gl-wl-express-welcome__card {
    text-align: left;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.88));
    border: 1px solid #334155;
    border-radius: 14px;
    padding: 16px 16px 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.gl-wl-express-welcome__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(51, 65, 85, 0.65);
}

.gl-wl-express-welcome__row:last-of-type {
    border-bottom: none;
    padding-bottom: 4px;
}

.gl-wl-express-welcome__ico {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    color: #38bdf8;
}

.gl-wl-express-welcome__meta {
    flex: 1 1 auto;
    min-width: 0;
}

.gl-wl-express-welcome__lbl {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 3px;
}

.gl-wl-express-welcome__val {
    display: block;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #e2e8f0;
    word-break: break-word;
}

.gl-wl-express-welcome__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(51, 65, 85, 0.65);
}

.gl-wl-express-welcome__btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.25;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
}

.gl-wl-express-welcome__btn .gl-ico {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.gl-wl-express-welcome__btn--ghost {
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid #475569;
    color: #e2e8f0;
}

.gl-wl-express-welcome__btn--ghost:hover {
    background: #1e293b;
    border-color: #64748b;
    transform: translateY(-1px);
}

.gl-wl-express-welcome__btn--primary {
    background: linear-gradient(135deg, #f97316, #ea580c);
    border: 1px solid #fb923c;
    color: #0f172a;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.35);
}

.gl-wl-express-welcome__btn--primary:hover {
    background: linear-gradient(135deg, #fb923c, #f97316);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
}

#glWlExpressModal.gl-wl-express-modal--welcome .gl-wl-express-step-title {
    display: none;
}

#glWlExpressModal.gl-wl-express-modal--welcome .gl-wl-express-body {
    padding-top: 4px;
}

.gl-wl-express-existing-note {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #2563eb;
    background: rgba(30, 58, 95, 0.45);
    color: #93c5fd;
    font-size: 0.88rem;
    line-height: 1.45;
}

.gl-wl-express-existing-card {
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

body.gl-wl-express-open {
    overflow: hidden;
}

#glWlExpressModal .gl-wl-express-telia-btn {
    touch-action: manipulation;
    pointer-events: auto;
    min-height: 44px;
}

@media (max-width: 480px) {
    #glWlExpressModal .contact-email-modal-box.gl-wl-express-box {
        max-width: 100%;
    }

    .gl-wl-express-telia-btn {
        flex: 1 1 100%;
    }

    .gl-wl-express-welcome__actions {
        flex-direction: column;
    }

    .gl-wl-express-welcome__btn {
        flex: 1 1 100%;
        min-width: 0;
    }
}

/* ── Survey glass ── */

.gl-wl-survey-glass {
    margin: 0 -4px 8px;
}

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

.gl-wl-survey-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

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

.gl-wl-survey-details {
    border-radius: 10px;
    border: 1px solid #334155;
    background: rgba(15, 23, 42, 0.55);
    overflow: hidden;
}

.gl-wl-survey-details[open] {
    border-color: #f97316;
    background: rgba(15, 23, 42, 0.72);
}

.gl-wl-survey-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    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: 600;
    color: #e2e8f0;
}

.gl-wl-survey-summary__tag {
    flex: 0 0 auto;
    font-size: 0.78rem;
    padding: 3px 8px;
    border-radius: 6px;
    background: #f97316;
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
    max-width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.gl-wl-survey-details__body {
    padding: 0 14px 14px;
    border-top: 1px solid #334155;
}

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

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

.gl-wl-survey-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

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

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

.gl-wl-survey-option--other {
    margin-top: 4px;
}

.gl-wl-survey-option input[type="radio"] {
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: #f97316;
}

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

.gl-wl-survey-option__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e2e8f0;
}

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

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

.gl-wl-survey-other-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: inherit;
    font-size: 0.9rem;
}

.gl-wl-survey-thanks {
    margin: 10px 0 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(134, 239, 172, 0.12);
    border: 1px solid rgba(134, 239, 172, 0.25);
    color: #86efac;
    font-size: 0.88rem;
    text-align: center;
}

/* ── Type glass ── */

.gl-wl-type-glass {
    margin: 0 -4px 8px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #334155;
    background: rgba(15, 23, 42, 0.55);
}

.gl-wl-type-glass.gl-wl-type-glass--locked {
    opacity: 0.45;
    pointer-events: none;
}

.gl-wl-type-glass__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.gl-wl-type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 8px;
    border-radius: 10px;
    border: 1px solid #334155;
    background: rgba(0, 0, 0, 0.2);
    color: #e2e8f0;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.gl-wl-type-card:hover {
    border-color: #64748b;
    background: rgba(255, 255, 255, 0.05);
}

.gl-wl-type-card--selected {
    border-color: #f97316 !important;
    background: rgba(249, 115, 22, 0.12) !important;
    box-shadow: 0 0 0 1px #f97316;
}

.gl-wl-type-card__ico {
    width: 30px;
    height: 30px;
    color: #94a3b8;
    transition: color 0.15s;
}

.gl-wl-type-card--selected .gl-wl-type-card__ico {
    color: #f97316;
}

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

.gl-wl-type-hint {
    margin: 0;
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.35;
}

/* ── Security badge (v20260603) ── */
.gl-wl-security-badge {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0 0 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #1e3a5f;
    background: rgba(30, 58, 95, 0.22);
}

.gl-wl-security-badge__ico {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1d4ed8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gl-wl-security-badge__ico svg {
    width: 18px;
    height: 18px;
}

.gl-wl-security-badge__body {
    flex: 1 1 auto;
    min-width: 0;
}

.gl-wl-security-badge__title {
    margin: 0 0 4px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #bfdbfe;
    line-height: 1.3;
}

.gl-wl-security-badge__item {
    margin: 2px 0 0;
    padding: 0;
    font-size: 0.78rem;
    color: #cbd5e1;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.gl-wl-security-badge__item::before {
    content: "🔒";
    flex: 0 0 auto;
    font-size: 0.72rem;
    line-height: 1.4;
    filter: grayscale(0.3);
}

/* ── Pulsing arrow (v20260603) ── */
.gl-wl-survey-pulse-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 12px auto 8px;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1.5px solid #f97316;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(234, 88, 12, 0.08));
    color: #fcd34d;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    animation: glWLPulseArrow 1.6s ease-in-out infinite;
    width: fit-content;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.6);
    white-space: nowrap;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.gl-wl-survey-pulse-arrow::before {
    content: "↳";
    font-size: 0.9rem;
    line-height: 1;
    display: inline;
    animation: glWLPulseArrowBounce 0.8s ease-in-out infinite;
    color: #f97316;
}

.gl-wl-survey-pulse-arrow:hover {
    background: rgba(249, 115, 22, 0.28);
    border-color: #f97316;
    color: #fff;
}

.gl-wl-survey-pulse-arrow[data-state="ok"] {
    border-color: #065f46;
    background: rgba(6, 95, 70, 0.15);
    color: #6ee7b7;
    animation: none;
    box-shadow: none;
    cursor: default;
}

.gl-wl-survey-pulse-arrow[data-state="ok"]::before {
    content: "✓";
    animation: none;
    color: #6ee7b7;
}

@keyframes glWLPulseArrow {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 12px rgba(249, 115, 22, 0);
        transform: scale(1.04);
    }
}

@keyframes glWLPulseArrowBounce {
    0%, 100% { transform: translateY(0); }
    40% { transform: translateY(-3px); }
    60% { transform: translateY(1px); }
    80% { transform: translateY(-1px); }
}

/* ── Survey required notice (v20260603) ── */
.gl-wl-survey-required-note {
    margin: 10px 0 6px;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(127, 29, 29, 0.18);
    border: 1px solid #7f1d1d;
    color: #fca5a5;
    font-size: 0.82rem;
    line-height: 1.4;
    text-align: center;
}

.gl-wl-survey-required-note[data-state="ok"] {
    background: rgba(6, 95, 70, 0.22);
    border-color: #065f46;
    color: #6ee7b7;
}

.gl-wl-survey-required-note[data-state="ok"]::before {
    content: "✓ ";
}

/* ── Terminal map link (v20260603) ── */
.gl-wl-terminal-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.gl-wl-terminal-row__val {
    flex: 1 1 auto;
    min-width: 0;
}

.gl-wl-terminal-map-btn {
    flex: 0 0 auto;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #2563eb;
    background: rgba(37, 99, 235, 0.15);
    color: #bfdbfe;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.gl-wl-terminal-map-btn:hover {
    background: rgba(37, 99, 235, 0.3);
    border-color: #3b82f6;
}

/* ── Map modal (v20260603) ── */
.gl-map-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 16px;
}

.gl-map-modal-overlay.open {
    display: flex;
}

.gl-map-modal {
    background: #1e293b;
    border-radius: 16px;
    max-width: 520px;
    width: 100%;
    max-height: 86vh;
    display: flex;
    flex-direction: column;
    border: 1px solid #334155;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.gl-map-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #334155;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.6), transparent);
    flex: 0 0 auto;
}

.gl-map-modal__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f97316;
    line-height: 1.2;
}

.gl-map-modal__close {
    background: transparent;
    border: 0;
    color: #cbd5e1;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.15s ease;
}

.gl-map-modal__close:hover {
    background: rgba(248, 113, 113, 0.2);
    color: #f87171;
}

.gl-map-modal__body {
    flex: 1 1 auto;
    padding: 16px 18px;
    overflow-y: auto;
    min-height: 0;
}

.gl-map-modal__hint {
    margin: 0 0 10px;
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.4;
}

.gl-map-modal__field {
    margin: 0 0 12px;
}

.gl-map-modal__field label {
    display: block;
    margin: 0 0 4px;
    font-size: 0.82rem;
    color: #cbd5e1;
    font-weight: 600;
}

.gl-map-modal__field input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.gl-map-modal__field input:focus {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.25);
}

.gl-map-modal__list-title {
    margin: 8px 0 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #cbd5e1;
}

.gl-map-modal__list {
    display: grid;
    gap: 8px;
    max-height: 50vh;
    overflow-y: auto;
}

.gl-map-modal__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: rgba(15, 23, 42, 0.5);
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease;
    text-align: left;
    width: 100%;
    color: #e2e8f0;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1.35;
    min-height: 44px;
}

.gl-map-modal__item:hover,
.gl-map-modal__item:focus-visible {
    background: rgba(249, 115, 22, 0.15);
    border-color: #f97316;
    transform: translateY(-1px);
    outline: none;
}

.gl-map-modal__item-name {
    flex: 1 1 auto;
    font-weight: 600;
    color: #e2e8f0;
    word-break: break-word;
}

.gl-map-modal__item-meta {
    flex: 0 0 auto;
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 500;
}

.gl-map-modal__empty,
.gl-map-modal__status {
    margin: 8px 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
    color: #94a3b8;
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: center;
}

.gl-map-modal__status {
    background: rgba(37, 99, 235, 0.15);
    color: #bfdbfe;
}

/* ── Cart summary block (v20260603) ── */
.gl-wl-cart-block {
    margin: 14px 0 8px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #f97316;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(249, 115, 22, 0.02));
}

.gl-wl-cart-block__title {
    margin: 0 0 10px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #f97316;
    text-align: center;
}

.gl-wl-cart-block__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 0.88rem;
    color: #cbd5e1;
}

.gl-wl-cart-block__row strong {
    font-weight: 700;
    color: #e2e8f0;
    font-variant-numeric: tabular-nums;
}

.gl-wl-cart-block__row--subtotal {
    color: #94a3b8;
}

.gl-wl-cart-block__row--discount {
    color: #6ee7b7;
}

.gl-wl-cart-block__row--discount strong {
    color: #6ee7b7;
}

.gl-wl-cart-block__row--total strong {
    color: #fcd34d;
    font-size: 1.05rem;
}

.gl-wl-cart-block__row--delivery {
    font-size: 0.8rem;
    color: #64748b;
}

.gl-wl-cart-block__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #f97316, transparent);
    margin: 4px 0;
}

.gl-wl-cart-block__savings {
    margin: 4px 0 6px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(110, 231, 183, 0.1);
    border: 1px dashed #065f46;
    color: #6ee7b7;
    font-size: 0.82rem;
    line-height: 1.4;
    text-align: center;
}

.gl-wl-cart-block__savings strong {
    color: #6ee7b7;
    font-weight: 700;
}

/* ── CTA pill button (v20260603) ── */
.gl-cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1.5px solid #f97316;
    background: rgba(249, 115, 22, 0.1);
    color: #fdba74;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.gl-cta-pill:hover {
    background: rgba(249, 115, 22, 0.2);
    border-color: #ea580c;
    color: #fcd34d;
}

.gl-cta-pill:active {
    transform: scale(0.97);
}

/* ── Posti map modal (v20260603) ── */
#glPostiModal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

#glPostiModal.open {
    display: flex;
}

#glPostiModal[hidden] {
    display: none !important;
}

#glPostiModal.open[hidden] {
    display: flex !important;
}

.gl-posti-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 0;
}

.gl-posti-modal__panel {
    position: relative;
    z-index: 1;
    background: #1e293b;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    max-height: 86vh;
    overflow-y: auto;
    padding: 20px 22px;
    border: 1px solid #334155;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.gl-posti-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: 0;
    color: #cbd5e1;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    z-index: 2;
}

.gl-posti-modal__close:hover {
    background: rgba(248, 113, 113, 0.2);
    color: #f87171;
}

.gl-posti-modal__title {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #f97316;
}

.gl-posti-modal__hint {
    margin: 0 0 16px;
    font-size: 0.84rem;
    color: #94a3b8;
    line-height: 1.4;
}

.gl-posti-modal__map {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 0 0 16px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #334155;
    background: rgba(15, 23, 42, 0.5);
}

.gl-posti-modal__map-country {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
    color: #64748b;
}

.gl-posti-modal__map-country svg {
    width: 48px;
    height: 48px;
}

.gl-posti-modal__map-country.is-active {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
}

.gl-posti-modal__map-country:hover {
    border-color: #f97316;
}

.gl-posti-modal__map-label {
    font-size: 0.78rem;
    font-weight: 600;
}

.gl-posti-modal__search {
    display: flex;
    gap: 8px;
    margin: 0 0 12px;
}

.gl-posti-modal__search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.gl-posti-modal__input {
    flex: 1 1 auto;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 16px;
    min-height: 44px;
    box-sizing: border-box;
}

.gl-posti-modal__input:focus {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.25);
}

.gl-posti-modal__btn {
    flex: 0 0 auto;
    padding: 10px 18px;
    border-radius: 8px;
    border: 0;
    background: #f97316;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
}

.gl-posti-modal__btn:hover {
    background: #ea580c;
}

.gl-posti-modal__results {
    max-height: 40vh;
    overflow-y: auto;
}

.gl-posti-modal__result-item {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: rgba(15, 23, 42, 0.5);
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #e2e8f0;
}

.gl-posti-modal__result-item strong {
    color: #e2e8f0;
}

.gl-posti-modal__result-item span {
    color: #94a3b8;
}

.gl-posti-modal__result-item small {
    color: #64748b;
    display: block;
    font-size: 0.8rem;
    margin-top: 2px;
}

.gl-posti-modal__empty {
    margin: 8px 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
    color: #94a3b8;
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: center;
}

.gl-posti-modal__status {
    margin: 8px 0 0;
    color: #94a3b8;
    font-size: 0.82rem;
    text-align: center;
}
