﻿/* App overlays + locate flow. Keep in sync with legacy modal styles. */
:root {
    --primary: #f48343;
    --primary-hover: #e56c29;
    --blue: #095dff;
    --dark-bg: #f4f7fd;
    --text-dark: #2a313d;
    --text-muted: #647897;
    --border: rgba(100, 120, 151, 0.18);
    --transition: all 0.3s ease;
    --modal-bg: #1e274a;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fgl-compat-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Homepage / CTA phone row: single white bar + intl-tel-input. */
.fgl-intl-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

.fgl-intl-wrap .search-box-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 1px;
    box-shadow: 0 1px 4px #aebfe280, 0 17px 25px #0a5ba61a;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.fgl-intl-wrap .search-box-wrapper.error {
    border-color: rgba(255, 135, 128, 0.85);
    box-shadow: 0 0 0 1px rgba(255, 135, 128, 0.35), 0 1px 4px #aebfe280, 0 17px 25px #0a5ba61a;
}

.fgl-intl-wrap .iti {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: stretch;
}

.fgl-intl-wrap .iti--allow-dropdown,
.fgl-intl-wrap .iti--show-selected-dial-code {
    width: 100%;
}

.fgl-intl-wrap .iti__tel-input,
.fgl-intl-wrap .iti input[type="tel"] {
    width: 100% !important;
    height: 60px !important;
    border: 0 !important;
    border-radius: 12px 0 0 12px !important;
    background: transparent !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #2a313d;
    box-shadow: none !important;
    position: relative;
    z-index: auto !important;
}

.fgl-intl-wrap .iti__tel-input::placeholder,
.fgl-intl-wrap .iti input[type="tel"]::placeholder {
    color: #a1a4b2;
}

.fgl-intl-wrap .iti__selected-country {
    min-height: 58px !important;
    padding-left: 18px !important;
    cursor: pointer;
    pointer-events: auto !important;
    position: relative;
    z-index: 5;
}

.fgl-intl-wrap .iti__country-container,
.fgl-intl-wrap .iti__selected-country-primary,
.fgl-intl-wrap .iti__flag-container {
    cursor: pointer;
    pointer-events: auto !important;
}

.fgl-intl-wrap .iti__country-container {
    position: absolute !important;
    inset: 0 auto 0 0;
    z-index: 8 !important;
}

.fgl-intl-wrap .iti__dropdown-content {
    z-index: 2100;
    pointer-events: auto !important;
}

.fgl-intl-wrap .iti__country-list,
.fgl-intl-wrap .iti__country-list *,
.fgl-intl-wrap .iti__search-input,
.fgl-intl-wrap .iti__search-input *,
.iti__dropdown-content .iti__country-list,
.iti__dropdown-content .iti__country-list *,
.iti__dropdown-content .iti__search-input,
.iti__dropdown-content .iti__search-input *,
.iti__dropdown-content input[type="search"],
.iti__dropdown-content input[type="text"] {
    pointer-events: auto !important;
}

.fgl-intl-wrap .iti__search-input,
.iti__dropdown-content .iti__search-input,
.iti__dropdown-content input[type="search"],
.iti__dropdown-content input[type="text"] {
    position: relative;
    z-index: 2101;
}

.fgl-intl-wrap .iti__selected-dial-code {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 400;
    color: #2a313d;
}

.fgl-intl-wrap .search-box-wrapper > button._button_1veuq_1 {
    flex: 0 0 auto;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px 3px 3px 0;
    min-height: 54px;
    border-radius: 10px !important;
    max-width: none;
    width: auto;
    min-width: 112px;
    padding-left: 20px;
    padding-right: 20px;
}

.fgl-locator-error,
.fgl-intl-wrap .fgl-locator-error {
    display: none;
    margin: 8px 0 10px;
    width: 100%;
    color: #ff8780;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.fgl-locator-error.fgl-locator-error--show {
    display: block;
}

/* ip-tracker hero uses a single LinkLocator CTA instead of the shared phone-input row */
.fgl-link-locator-button {
    width: 100%;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px #aebfe280, 0 17px 25px #0a5ba61a;
}

/* FAQ: preserve reference class names; only <details> behavior + open state. */
#questions ._container_ddd0f_1 {
    align-items: flex-start;
    justify-content: center;
}

@media screen and (min-width: 900px) {
    #questions ._container_ddd0f_1 {
        flex-wrap: wrap;
    }
}

/* Cards use width: calc(100vw - 75px); constrain to column for the reference layout. */
#questions ._wrapper_179nw_1 {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

@media screen and (min-width: 1170px) {
    #questions ._wrapper_179nw_1 {
        max-width: 364px;
    }
}

.fgl-faq-col {
    flex: 1 1 280px;
    min-width: 0;
    max-width: 100%;
}

@media screen and (max-width: 899px) {
    #questions ._container_ddd0f_1 {
        flex-direction: column;
        align-items: stretch;
    }
}

details._wrapper_179nw_1 > summary._item_179nw_23 {
    list-style: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    /* reset summary UA bold; question weight lives on ._title_179nw_35 */
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: background-color 0.6s ease;
}

details._wrapper_179nw_1 > summary._item_179nw_23::-webkit-details-marker {
    display: none;
}

/* FAQ question line: Montserrat bold — static HTML reads heavier than live React; 700 matches screenshot parity */
details._wrapper_179nw_1 ._title_179nw_35 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

details._wrapper_179nw_1[open] ._title_179nw_35 {
    background: linear-gradient(90deg, #ac68ff -0.01%, #01fff0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

details._wrapper_179nw_1:not([open]) ._title_179nw_35 {
    color: #647897;
    -webkit-text-fill-color: unset;
    background: none;
}

details._wrapper_179nw_1[open] ._icon_179nw_54 {
    rotate: 180deg;
}

details._wrapper_179nw_1 ._icon_179nw_54 {
    flex-shrink: 0;
    color: #647897;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

details._wrapper_179nw_1 ._text_179nw_75 {
    color: #647897;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 10px;
}

/* Sticky locator bar: compact row. */
#fgl-locator-sticky .fgl-intl-wrap--sticky .iti__tel-input,
#fgl-locator-sticky .fgl-intl-wrap--sticky .iti input[type="tel"] {
    height: 50px !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

#fgl-locator-sticky .fgl-intl-wrap--sticky .iti__selected-dial-code {
    font-size: 18px !important;
    line-height: 24px !important;
}

#fgl-locator-sticky .fgl-intl-wrap--sticky .iti__selected-country {
    min-height: 48px !important;
}

#fgl-locator-sticky .fgl-intl-wrap--sticky .search-box-wrapper > button._button_1veuq_1 {
    min-height: 44px;
    margin: 2px 2px 2px 0;
}

/* Fixed support FAB */
.fgl-support-fab-link {
    position: fixed;
    right: 20px;
    bottom: 14px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.fgl-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.fgl-brand-logo__mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: block;
    border-radius: 16px;
    overflow: visible;
    transform: translateY(-1px);
    filter: drop-shadow(0 12px 22px rgba(9, 23, 50, 0.18));
}

.fgl-brand-logo__text {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #2a313d;
}

.fgl-brand-logo__text,
#header a._logo_oq1rf_99 .fgl-brand-logo__text,
header:not(._dark_oq1rf_30) a._logo_oq1rf_99 .fgl-brand-logo__text {
    color: #2a313d;
}

#header._dark_oq1rf_30 a._logo_oq1rf_99 .fgl-brand-logo__text {
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 2px 18px rgba(12, 19, 42, 0.24);
}

#header._dark_oq1rf_30 a._logo_oq1rf_99 .fgl-brand-logo__mark {
    filter: drop-shadow(0 10px 24px rgba(5, 12, 28, 0.36));
}

footer a._logoLink_1akcq_36 .fgl-brand-logo__text {
    color: #2a313d;
}

@media (max-width: 1169px) {
    .fgl-brand-logo {
        gap: 10px;
    }

    .fgl-brand-logo__mark {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .fgl-brand-logo__text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .fgl-brand-logo__mark {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .fgl-brand-logo__text {
        font-size: 17px;
    }
}

/* Reviews Swiper: full-card steps (avoid fractional slidesPerView) */
#fgl-home-reviews-swiper .swiper-slide {
    height: auto;
}

.swiper[class*="_reviewsSlider_"] .swiper-slide {
    width: auto;
    height: auto;
}

.swiper[class*="_reviewsSlider_"] .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: stretch;
}

.swiper[class*="_reviewsSlider_"] .swiper-scrollbar,
.swiper[class*="_reviewsSlider_"] ._reviewsNavigation_1p93c_39,
.swiper[class*="_reviewsSlider_"] .swiper-custom-pagination {
    opacity: 0.72;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at top, rgba(54, 88, 173, 0.34), transparent 28%),
        rgba(7, 11, 23, 0.82);
    backdrop-filter: blur(14px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 24px;
    transition: opacity 0.28s ease;
}

.overlay.active {
    display: flex;
    opacity: 1;
}

#searchOverlay {
    position: absolute;
    inset: 0;
    min-height: 100%;
    height: auto;
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
    overflow-y: auto;
    backdrop-filter: blur(10px);
}

#searchOverlay.active {
    display: block;
    opacity: 1;
}

.modal {
    background: linear-gradient(180deg, rgba(26, 35, 67, 0.98) 0%, rgba(19, 27, 52, 0.98) 100%);
    border-radius: 24px;
    padding: 40px;
    width: 90%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 30px 80px rgba(3, 8, 20, 0.48);
    border: 1px solid rgba(173, 192, 241, 0.16);
    transform: translateY(20px) scale(0.98);
    transition: transform 0.28s ease;
}

.overlay.active .modal {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.modal-close::before {
    content: "\00d7";
    color: #d6e1ff;
    font-size: 28px;
    line-height: 1;
}

.modal-close:hover {
    transform: scale(1.04);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.14);
}

.modal h2 {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #aebddd;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.form-group input {
    width: 100%;
    min-height: 56px;
    padding: 14px 16px;
    background: rgba(245, 248, 255, 0.08);
    border: 1px solid rgba(194, 210, 244, 0.18);
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-group input::placeholder {
    color: rgba(208, 218, 244, 0.56);
}

.form-group input:focus {
    border-color: rgba(142, 151, 253, 0.72);
    box-shadow: 0 0 0 4px rgba(96, 132, 255, 0.16);
    background: rgba(245, 248, 255, 0.12);
}

.form-error {
    color: #ff9b93;
    font-size: 13px;
    margin-top: 8px;
    display: none;
    text-align: left;
}

.modal-btn {
    width: 100%;
    background: linear-gradient(135deg, #ffb347 0%, #f48343 48%, #ec6a2f 100%);
    color: #fff;
    border: none;
    min-height: 56px;
    padding: 16px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    margin-top: 10px;
    box-shadow: 0 18px 32px rgba(244, 131, 67, 0.3);
}

.modal-btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.04);
    box-shadow: 0 22px 40px rgba(244, 131, 67, 0.34);
}

.login-modal {
    max-width: 1040px;
    width: min(1040px, calc(100vw - 44px));
    padding: 0;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #dbe4f8;
    box-shadow: 0 28px 72px rgba(20, 39, 74, 0.24);
}

.login-modal .modal-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(239, 244, 255, 0.94);
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    z-index: 4;
}

.login-modal .modal-close:hover {
    color: #31466f;
    background: #edf3ff;
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(470px, 1fr);
    min-height: 620px;
}

.auth-visual {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(74, 233, 255, 0.26), transparent 24%),
        linear-gradient(180deg, rgba(8, 17, 40, 0.18), rgba(8, 17, 40, 0.18)),
        url("/_astro/earth.D1qPk8aw_Z21eUVt.webp") center center / cover no-repeat,
        linear-gradient(180deg, #dce7ff 0%, #cfdcff 100%);
    padding: 36px 26px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-visual::before {
    content: "";
    position: absolute;
    inset: auto 8% 9% 8%;
    height: 26%;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(122, 176, 255, 0.42), rgba(122, 176, 255, 0));
    filter: blur(22px);
    opacity: 0.9;
}

.auth-visual picture,
.auth-visual img {
    display: none;
}

.auth-form-pane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 70px 52px 50px;
    background: #fff;
}

.login-modal h2,
#signupOverlay .modal h2 {
    display: none;
}

.auth-form-pane .form-group {
    margin-bottom: 16px;
}

.auth-form-pane .form-group label {
    margin-bottom: 10px;
    color: #647897;
    font-size: 13px;
    font-weight: 700;
}

.auth-form-pane .form-group input {
    background: #fff;
    border: 1px solid #d3ddf4;
    border-radius: 14px;
    color: #2c3b5f;
    font-size: 16px;
    padding: 15px 16px;
    box-shadow: none;
}

.auth-form-pane .form-group input::placeholder {
    color: #99a8c4;
}

.auth-form-pane .form-group input:focus {
    border-color: #8e97fd;
    box-shadow: 0 0 0 3px rgba(142, 151, 253, 0.12);
}

.auth-helpers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 10px 0 22px;
}

.auth-link {
    color: #5e729d;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s ease;
}

.auth-link:hover {
    color: #284786;
}

.login-modal .modal-btn {
    margin-top: 0;
    border-radius: 14px;
    padding: 15px 18px;
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffb347 0%, #f48343 50%, #e76a36 100%);
    box-shadow: 0 18px 36px rgba(244, 131, 67, 0.28);
}

.auth-secondary {
    margin-top: 20px;
    text-align: center;
    color: #7f91b2;
    font-size: 14px;
    line-height: 1.5;
}

.auth-secondary a {
    color: #2d4680;
    font-weight: 700;
    cursor: pointer;
}

#signupOverlay .modal {
    max-width: 540px;
    width: min(540px, calc(100vw - 44px));
    padding: 44px 38px 34px;
    background: #fff;
    border: 1px solid #dbe4f8;
    box-shadow: 0 28px 72px rgba(20, 39, 74, 0.24);
}

#signupOverlay .modal-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(239, 244, 255, 0.94);
    color: transparent;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

#signupOverlay .modal-close:hover {
    background: #edf3ff;
}

#signupOverlay .form-group {
    margin-bottom: 16px;
}

#signupOverlay .form-group label {
    margin-bottom: 10px;
    color: #647897;
    font-size: 13px;
    font-weight: 700;
}

#signupOverlay .form-group input {
    background: #fff;
    border: 1px solid #d3ddf4;
    border-radius: 14px;
    color: #2c3b5f;
    font-size: 16px;
    padding: 15px 16px;
    box-shadow: none;
}

#signupOverlay .form-group input::placeholder {
    color: #99a8c4;
}

#signupOverlay .form-group input:focus {
    border-color: #8e97fd;
    box-shadow: 0 0 0 3px rgba(142, 151, 253, 0.12);
}

#signupOverlay .modal-btn {
    margin-top: 2px;
    border-radius: 14px;
    padding: 15px 18px;
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffb347 0%, #f48343 50%, #e76a36 100%);
    box-shadow: 0 18px 36px rgba(244, 131, 67, 0.28);
}

#signupOverlay p[style] {
    margin-top: 20px !important;
    color: #7f91b2 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

#signupOverlay p[style] a {
    color: #2d4680 !important;
    font-weight: 700;
}

body.fgl-modal-open {
    overflow: hidden;
}

.payment-animation-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(9, 93, 255, 0.5);
    animation: fgl-ripple 2s linear infinite;
}

.circle-2 {
    animation-delay: 0.6s;
}

.circle-3 {
    animation-delay: 1.2s;
}

@keyframes fgl-ripple {
    0% {
        transform: scale(0.5);
        opacity: 1;
        border-color: rgba(9, 93, 255, 0.8);
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
        border-color: rgba(9, 255, 255, 0.1);
    }
}

.shield-icon {
    position: relative;
    z-index: 10;
    background: var(--modal-bg);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(9, 93, 255, 0.3);
    animation: fgl-pulse-shield 2s infinite alternate;
}

@keyframes fgl-pulse-shield {
    0% {
        box-shadow: 0 0 15px rgba(9, 93, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 30px rgba(9, 255, 255, 0.6);
    }
}

.progress-container {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #095dff, #09ffff);
    border-radius: 10px;
    transition: width 0.3s ease;
    box-shadow: 0 0 10px rgba(9, 255, 255, 0.5);
}

.payment-steps {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
}

.payment-steps li {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 12px;
    position: relative;
    transition: all 0.3s;
    opacity: 0.5;
    display: flex;
    align-items: center;
}

.payment-steps li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--text-muted);
    margin-right: 12px;
    display: inline-block;
    transition: all 0.3s;
    background: transparent;
}

.payment-steps li.active {
    color: #fff;
    opacity: 1;
}

.payment-steps li.active::before {
    border-color: #095dff;
    box-shadow: 0 0 8px rgba(9, 93, 255, 0.5);
    background: #095dff;
    animation: fgl-blink 1s infinite;
}

.payment-steps li.completed {
    color: #22c55e;
    opacity: 1;
}

.payment-steps li.completed::before {
    border-color: #22c55e;
    background: #22c55e;
}

.payment-steps li.error {
    color: #ff4d4d;
    opacity: 1;
}

@keyframes fgl-blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes fgl-draw-check {
    to {
        stroke-dashoffset: 0;
    }
}

.success-glow {
    animation: fgl-success-pulse 2s infinite alternate !important;
}

@keyframes fgl-success-pulse {
    0% {
        box-shadow: 0 0 20px rgba(34, 197, 94, 0.4);
    }
    100% {
        box-shadow: 0 0 40px rgba(34, 197, 94, 0.8);
    }
}

.searching-content {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 28px;
}

#searchingState.is-complete .locate-stage {
    opacity: 0;
    transform: translateY(-10px);
    filter: blur(10px);
}

.search-overlay-panel {
    position: relative;
    width: 100%;
    min-height: 100svh;
    height: auto;
    padding: 0;
    border-radius: 0;
    max-width: none;
    background: linear-gradient(180deg, #131c46 0%, #151d47 100%);
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.search-overlay-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.search-overlay-stars,
.search-overlay-vignette,
.search-overlay-earth-wrap {
    position: absolute;
    inset: 0;
}

.search-overlay-stars {
    background:
        radial-gradient(circle at 15% 22%, rgba(255,255,255,0.5) 0 1px, transparent 1.6px),
        radial-gradient(circle at 68% 18%, rgba(255,255,255,0.45) 0 1px, transparent 1.8px),
        radial-gradient(circle at 82% 36%, rgba(255,255,255,0.38) 0 1px, transparent 1.7px),
        radial-gradient(circle at 30% 62%, rgba(255,255,255,0.3) 0 1px, transparent 1.9px),
        radial-gradient(circle at 74% 70%, rgba(255,255,255,0.24) 0 1px, transparent 1.8px);
    background-size: 240px 240px, 300px 300px, 360px 360px, 420px 420px, 520px 520px;
    opacity: 0.4;
    transform: scale(1.08);
}

.search-overlay-earth-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1.65s cubic-bezier(0.14, 0.74, 0.18, 1), opacity 1.1s ease;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0) scale(0.62);
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}

.search-overlay-earth {
    --earth-rotate-duration: 24s;
    width: min(1680px, 198vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,0.08), rgba(255,255,255,0) 44%),
        url("/_astro/earth.D1qPk8aw_Z21eUVt.webp") center center / cover no-repeat;
    filter: saturate(1.05) brightness(0.92);
    opacity: 0.76;
    box-shadow:
        0 -60px 120px rgba(55, 108, 255, 0.18),
        0 0 0 1px rgba(255,255,255,0.04);
    animation: fgl-earth-rotate var(--earth-rotate-duration) linear infinite, fgl-earth-float 10s ease-in-out infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.search-overlay-vignette {
    background:
        radial-gradient(circle at 50% 50%, transparent 0%, rgba(12, 18, 46, 0.18) 58%, rgba(7, 11, 29, 0.58) 100%),
        linear-gradient(180deg, rgba(16, 24, 62, 0.15), rgba(15, 23, 58, 0.6));
}

.search-overlay-panel.is-searching .search-overlay-earth-wrap {
    animation: fgl-search-earth-push 6s cubic-bezier(0.12, 0.72, 0.18, 1) forwards;
}

.search-overlay-panel.is-revealing .search-overlay-earth-wrap,
.search-overlay-panel.is-found .search-overlay-earth-wrap {
    transform: translate3d(0, 22%, 0) scale(1.56);
}

.search-overlay-panel.is-searching .search-overlay-earth {
    opacity: 0.82;
    filter: saturate(1.08) brightness(0.94);
}

.search-overlay-panel.is-revealing .search-overlay-earth,
.search-overlay-panel.is-found .search-overlay-earth {
    --earth-rotate-duration: 14s;
    opacity: 0.86;
    filter: saturate(1.15) brightness(0.97);
}

@keyframes fgl-earth-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fgl-earth-float {
    0%, 100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -2.5%;
    }
}

@keyframes fgl-search-earth-push {
    0% {
        transform: translate3d(0, 0, 0) scale(0.62);
    }
    14% {
        transform: translate3d(0, 0.2%, 0) scale(0.66);
    }
    32% {
        transform: translate3d(0, 1.4%, 0) scale(0.75);
    }
    54% {
        transform: translate3d(0, 4.1%, 0) scale(0.9);
    }
    74% {
        transform: translate3d(0, 8.4%, 0) scale(1.08);
    }
    88% {
        transform: translate3d(0, 12.8%, 0) scale(1.27);
    }
    100% {
        transform: translate3d(0, 18.8%, 0) scale(1.47);
    }
}

.locate-stage {
    position: relative;
    width: min(620px, calc(100vw - 56px));
    min-height: 760px;
    height: 760px;
    margin-inline: auto;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 88px 56px 72px;
    transition: opacity 0.32s ease, transform 0.32s ease, filter 0.32s ease;
    overflow: hidden;
}

.locate-stage::before {
    content: none;
}

.locate-stage::after {
    content: none;
}

.locate-stage-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #dce7ff;
    font: 700 11px/1 Montserrat, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    min-height: 38px;
    justify-content: center;
}

.locate-stage-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #65f0c0;
    box-shadow: 0 0 16px rgba(101, 240, 192, 0.9);
}

.locate-stage-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    color: #fff;
    opacity: 0.98;
    position: relative;
    z-index: 1;
}

.locate-progress-bar {
    width: min(320px, 100%);
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    margin: 30px 0 14px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.locate-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #7d68ff, #14e6ff);
    box-shadow: 0 0 12px rgba(9, 255, 255, 0.65);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.locate-logs {
    width: min(320px, 100%);
    min-height: 72px;
    height: 72px;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    color: #9dd9ff;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: grid;
    align-content: start;
}

.locate-log-line {
    opacity: 0;
    animation: fgl-fade-in-log 0.3s forwards;
    line-height: 1.25;
}

@keyframes fgl-fade-in-log {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.searching-text {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 26px;
    text-align: center;
}

.searching-subtext {
    color: #aec1f0;
    font-size: 14px;
    margin: -4px 0 18px;
    width: min(340px, 100%);
    min-height: 66px;
    text-align: center;
    line-height: 1.55;
    text-wrap: balance;
}

.locate-stage-number {
    font-family: Montserrat, sans-serif;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    min-height: 56px;
}

.locate-stage-chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 24px;
    width: 100%;
    min-height: 42px;
    align-content: start;
}

.locate-stage-chip {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #c4cff1;
    font: 700 12px/1 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
}

.locate-stage-chip.is-active {
    color: #041f33;
    border-color: transparent;
    background: linear-gradient(135deg, #73f0ca, #63dfff);
    box-shadow: 0 12px 28px rgba(99, 223, 255, 0.25);
}

.locate-stage-chip.is-complete {
    color: #eef7ff;
    background: rgba(123, 241, 208, 0.16);
    border-color: rgba(123, 241, 208, 0.22);
}

.locate-stage-grid {
    width: min(320px, 100%);
    display: grid;
    gap: 12px;
    position: relative;
    z-index: 1;
    min-height: 174px;
}

.locate-stage-row {
    display: grid;
    grid-template-columns: 108px 1fr;
    align-items: center;
    gap: 18px;
}

.locate-stage-label {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}

.locate-stage-value {
    color: #84d9ff;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}

.locate-stage-value.is-blur {
    filter: blur(8px);
    opacity: 0.75;
}

.locate-stage-value.is-accent {
    color: #a88dff;
}

.locate-stage-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    border-radius: 9px;
    background: linear-gradient(90deg, #8f62ff, #08ebff);
    color: #0e1c4a;
    font-size: 14px;
    font-weight: 800;
    width: fit-content;
    text-transform: uppercase;
}

.locate-stage-status::after {
    content: "✓";
    font-size: 13px;
    color: #0e1c4a;
    font-weight: 900;
}

.locate-stage-timeline {
    position: relative;
    z-index: 1;
    width: min(360px, 100%);
    display: grid;
    gap: 10px;
    margin: 26px 0 0;
    min-height: 170px;
}

.locate-stage-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 14px;
    padding: 11px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.25s ease;
}

.locate-stage-step span {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #dfe7ff;
    font: 800 13px/1 Montserrat, sans-serif;
}

.locate-stage-step strong {
    color: #dce7ff;
    font: 700 14px/1.25 Montserrat, sans-serif;
}

.locate-stage-step.is-active {
    background: rgba(96, 221, 255, 0.11);
    border-color: rgba(96, 221, 255, 0.26);
    transform: translateY(-1px);
}

.locate-stage-step.is-active span {
    color: #052537;
    background: linear-gradient(135deg, #73f0ca, #63dfff);
}

.locate-stage-step.is-complete {
    background: rgba(123, 241, 208, 0.08);
    border-color: rgba(123, 241, 208, 0.18);
}

.locate-stage-step.is-complete span {
    background: rgba(123, 241, 208, 0.18);
    color: #f4fffb;
}

.found-icon {
    width: 80px;
    height: 80px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #fff;
    font-size: 40px;
}

.locate-found-shell {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: #fff;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.42s ease, transform 0.42s ease;
}

.locate-found-shell.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.locate-found-header {
    width: min(760px, 100%);
    text-align: center;
    display: grid;
    gap: 14px;
}

.locate-found-pill {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ecf6ff;
    font: 700 11px/1 Montserrat, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.locate-found-pill::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #9af057;
    box-shadow: 0 0 18px rgba(154, 240, 87, 0.85);
}

.locate-found-title {
    font: 800 clamp(38px, 5vw, 56px)/1 Montserrat, sans-serif;
    color: #dfffb5;
    text-shadow: 0 10px 30px rgba(154, 240, 87, 0.15);
    letter-spacing: -0.04em;
}

.locate-found-copy {
    color: #f6f8ff;
    font: 600 18px/1.6 "Source Sans Pro", sans-serif;
}

.locate-found-copy strong {
    color: #9af057;
    font-weight: 800;
}

.locate-found-time {
    color: #b8c3ea;
    font: 600 15px/1.4 "Source Sans Pro", sans-serif;
}

.locate-found-summary {
    width: min(760px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 4px;
}

.locate-found-summary-card {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(143, 176, 255, 0.1);
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.locate-found-summary-card strong {
    display: block;
    margin-bottom: 6px;
    color: #b4c0eb;
    font: 700 11px/1.3 Montserrat, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.locate-found-summary-card span {
    color: #fff;
    font: 700 15px/1.4 "Source Sans Pro", sans-serif;
}

.locate-found-grid {
    width: min(900px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 28px;
    align-items: stretch;
}

.locate-found-card {
    background: rgba(11, 20, 56, 0.82);
    border-radius: 28px;
    padding: 34px 34px 30px;
    box-shadow: 0 24px 70px rgba(3, 8, 28, 0.32);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(131, 152, 217, 0.12);
    position: relative;
    overflow: hidden;
}

.locate-found-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(104, 225, 255, 0.11), transparent 36%);
    pointer-events: none;
}

.locate-found-benefits h3,
.locate-found-offer h3 {
    margin: 0;
    font: 800 20px/1.35 Montserrat, sans-serif;
    color: #fff;
}

.locate-found-benefits ul {
    margin: 28px 0 24px;
    padding: 24px 0;
    list-style: disc;
    border-top: 1px dashed rgba(133, 152, 235, 0.38);
    border-bottom: 1px dashed rgba(133, 152, 235, 0.38);
    display: grid;
    gap: 14px;
}

.locate-found-benefits li {
    margin-left: 20px;
    color: #e8edff;
    font: 600 18px/1.45 "Source Sans Pro", sans-serif;
}

.locate-found-proof {
    color: #cbdbff;
    font: 700 16px/1.4 "Source Sans Pro", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.locate-found-proof::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #7cf2cc;
    box-shadow: 0 0 14px rgba(124, 242, 204, 0.85);
}

.locate-found-offer h3 strong {
    display: block;
    color: #8edf4f;
    margin-top: 4px;
}

.locate-found-offer-label {
    margin: 22px 0 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(133, 152, 235, 0.38);
    text-align: center;
    color: #aab5ea;
    letter-spacing: 0.18em;
    font: 700 11px/1.2 Montserrat, sans-serif;
}

.locate-found-plan-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 22px;
    border-bottom: 1px dashed rgba(133, 152, 235, 0.38);
    color: #fff;
    font: 800 20px/1.3 Montserrat, sans-serif;
}

.locate-found-email-group {
    margin-top: 24px;
    margin-bottom: 20px;
}

.locate-found-email-group label {
    color: #e8edff;
    font-weight: 700;
}

.locate-found-email-group input {
    background: #fff;
}

.locate-found-continue {
    width: 100%;
    max-width: none;
    background: linear-gradient(180deg, #a6e53f 0%, #54d7dc 100%);
    color: #fff;
    letter-spacing: 0.06em;
    box-shadow: 0 18px 36px rgba(84, 215, 220, 0.24);
}

.locate-found-legal {
    margin: 20px 0 0;
    color: #c8d1ef;
    text-align: center;
    font: 400 13px/1.6 "Source Sans Pro", sans-serif;
}

.locate-found-legal a {
    color: #dce4ff;
    text-decoration: underline;
}

.toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #fff;
    color: var(--text-dark);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 3000;
    opacity: 0;
    transition: all 0.3s ease;
}

.toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

@media (max-width: 1024px) {
    .overlay {
        padding: 16px;
    }

    .auth-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .auth-visual {
        min-height: 248px;
        padding: 20px 18px 0;
    }

    .auth-form-pane {
        padding: 34px 34px 32px;
    }

    .auth-helpers {
        justify-content: flex-end;
    }

    .locate-found-grid {
        grid-template-columns: 1fr;
    }

    .locate-found-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .modal {
        width: 100%;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .login-modal {
        border-radius: 22px;
    }

    .auth-visual {
        min-height: 188px;
        padding: 14px 12px 0;
    }

    .auth-form-pane {
        padding: 20px 18px 22px;
    }

    #signupOverlay .modal {
        width: 100%;
        padding: 34px 18px 24px;
        border-radius: 22px;
    }

    .searching-content {
        min-height: 100svh;
        padding: 28px 18px 36px;
        align-items: center;
    }

    .locate-stage {
        min-height: 726px;
        height: 726px;
        padding: 64px 24px 44px;
    }

    .searching-subtext {
        min-height: 88px;
    }

    .locate-stage-number {
        min-height: 48px;
    }

    .locate-stage-chips {
        min-height: 94px;
    }

    .locate-stage-grid {
        min-height: 174px;
    }

    .locate-stage-timeline {
        min-height: 170px;
    }

    .locate-logs {
        min-height: 82px;
        height: 82px;
    }

    .search-overlay-panel {
        width: 100%;
        min-height: 100svh;
    }

    .search-overlay-earth {
        width: 255vw;
        opacity: 0.72;
    }

    .search-overlay-panel.is-searching .search-overlay-earth-wrap {
        animation: fgl-search-earth-push-mobile 6s cubic-bezier(0.12, 0.72, 0.18, 1) forwards;
    }

    .search-overlay-panel.is-revealing .search-overlay-earth-wrap,
    .search-overlay-panel.is-found .search-overlay-earth-wrap {
        transform: translate3d(0, 26%, 0) scale(1.7);
    }

    .locate-found-card {
        padding: 24px 20px;
    }

    .locate-found-benefits li {
        font-size: 16px;
    }
}

@keyframes fgl-search-earth-push-mobile {
    0% {
        transform: translate3d(0, -1%, 0) scale(0.72);
    }
    14% {
        transform: translate3d(0, 0%, 0) scale(0.77);
    }
    32% {
        transform: translate3d(0, 2.6%, 0) scale(0.86);
    }
    54% {
        transform: translate3d(0, 6.8%, 0) scale(1);
    }
    74% {
        transform: translate3d(0, 11.6%, 0) scale(1.17);
    }
    88% {
        transform: translate3d(0, 15.2%, 0) scale(1.31);
    }
    100% {
        transform: translate3d(0, 21%, 0) scale(1.48);
    }
}

/* Homepage reviews: READ MORE toggles full quote */
._card_kgcrl_38 ._content_192s3_1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
._card_kgcrl_38.fgl-review-expanded ._content_192s3_1 {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

/* Homepage reviews: Swiper (pagination + scrollbar) */
#fgl-home-reviews-swiper .swiper-custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1 1 auto;
    min-height: 8px;
}

#fgl-home-reviews-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(142, 151, 253, 0.35);
    opacity: 1;
}

#fgl-home-reviews-swiper .swiper-pagination-bullet-active {
    background: #8e97fd;
}

#fgl-home-reviews-swiper .swiper-scrollbar {
    position: relative;
    margin-top: 12px;
    height: 4px;
    border-radius: 4px;
    background: rgba(142, 151, 253, 0.12);
}

#fgl-home-reviews-swiper .swiper-scrollbar-drag {
    background: rgba(142, 151, 253, 0.5);
}

#fgl-home-reviews-swiper.swiper-initialized .swiper-scrollbar {
    display: block;
}

#fgl-home-reviews-swiper button[aria-label="previous slide"]:not(.swiper-button-disabled),
#fgl-home-reviews-swiper button[aria-label="next slide"]:not(.swiper-button-disabled) {
    pointer-events: auto;
}

/* Homepage reviews: keep title on one line and center nav controls on the page */
#reviews._title_kgcrl_17 {
    max-width: none;
}

@media screen and (min-width: 1170px) {
    #reviews._title_kgcrl_17 {
        white-space: nowrap;
    }

    #fgl-home-reviews-swiper {
        position: relative;
    }

    #fgl-home-reviews-swiper ._stepper_1p93c_27 {
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    #fgl-home-reviews-swiper ._stepper_1p93c_27._reviewsNavigation_1p93c_39 {
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}

.fgl-offer-page {
    min-height: 100vh;
    position: relative;
    padding: 26px 18px 28px;
    color: #fff;
}

.fgl-page-close {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.fgl-offer-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
    min-height: calc(100vh - 52px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 456px);
    gap: 30px;
    align-items: center;
}

.fgl-offer-copy {
    padding: 26px 12px 26px 0;
}

.fgl-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.fgl-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00f5d4, #00a3ff);
    color: #07101f;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 18px 36px rgba(0, 163, 255, 0.34);
}

.fgl-brand-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fgl-offer-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(40px, 6vw, 74px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #fff;
}

.fgl-offer-lead {
    margin: 0;
    max-width: 670px;
    color: rgba(241, 247, 255, 0.88);
    font-size: 24px;
    line-height: 1.45;
}

.fgl-offer-lead strong {
    color: #fff;
    font-weight: 800;
}

.fgl-offer-search-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(226, 236, 248, 0.9);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.fgl-offer-benefits-card {
    margin-top: 30px;
    max-width: 720px;
    padding: 26px 26px 28px;
    border-radius: 30px;
    background: rgba(8, 16, 31, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
}

.fgl-benefits-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.fgl-benefits-header h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.fgl-benefits-proof {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(82, 246, 167, 0.12);
    color: #8fffd1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fgl-offer-benefits-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fgl-offer-benefits-list li {
    position: relative;
    padding-left: 34px;
    color: rgba(233, 241, 252, 0.92);
    font-size: 18px;
    line-height: 1.45;
}

.fgl-offer-benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #55f5a8, #4fe0ff);
    box-shadow: 0 0 14px rgba(85, 245, 168, 0.35);
}

.fgl-offer-benefits-list li::after {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 5px;
    color: #062130;
    font-size: 13px;
    font-weight: 900;
}

.fgl-offer-form-panel {
    position: relative;
}

.fgl-offer-form-card {
    position: relative;
    padding: 24px;
    border-radius: 30px;
    background: rgba(6, 12, 24, 0.94);
    border: 1px solid rgba(91, 239, 195, 0.55);
    box-shadow:
        0 0 0 1px rgba(67, 228, 255, 0.24),
        0 32px 82px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.fgl-offer-form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(66, 255, 211, 0.16), transparent 46%);
    pointer-events: none;
}

.fgl-offer-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #9cfad5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fgl-offer-plan {
    margin-top: 18px;
    padding: 22px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fgl-offer-plan-copy {
    display: grid;
    gap: 8px;
}

.fgl-offer-plan-label {
    color: rgba(225, 235, 249, 0.74);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fgl-offer-plan-copy strong {
    font-size: 29px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.fgl-offer-pricing {
    margin-top: 20px;
    display: grid;
    gap: 6px;
}

.fgl-offer-plan-name {
    color: rgba(238, 244, 255, 0.88);
    font-size: 18px;
    font-weight: 700;
}

.fgl-offer-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.fgl-offer-price-row s {
    color: rgba(255, 127, 127, 0.76);
    font-size: 15px;
}

.fgl-offer-price-row strong {
    font-size: 42px;
    line-height: 1;
}

.fgl-offer-price-caption {
    color: rgba(229, 237, 248, 0.72);
    font-size: 14px;
}

.fgl-offer-email-group {
    margin-top: 18px;
}

.fgl-offer-email-group label {
    color: rgba(231, 239, 248, 0.85);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fgl-offer-email-group input {
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.fgl-offer-email-group input::placeholder {
    color: rgba(214, 223, 240, 0.42);
}

.fgl-offer-continue {
    width: 100%;
    max-width: none;
    margin-top: 18px;
    min-height: 58px;
    border-radius: 18px;
    border: 0;
    background: linear-gradient(90deg, #52f6a7, #47dfff);
    color: #042231;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fgl-offer-footer-strip {
    display: grid;
    gap: 14px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fgl-offer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: rgba(223, 232, 244, 0.72);
    font-size: 12px;
    line-height: 1.4;
}

.fgl-offer-footer-strip img {
    height: 26px;
    width: auto;
}

@media (max-width: 980px) {
    .fgl-offer-shell {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 44px;
    }

    .fgl-offer-copy {
        padding-right: 0;
    }

    .fgl-benefits-header {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .fgl-offer-page {
        padding: 18px 14px 22px;
    }

    .fgl-brand-lockup {
        margin-bottom: 18px;
    }

    .fgl-offer-lead {
        font-size: 18px;
    }

    .fgl-offer-search-meta {
        display: grid;
        justify-items: start;
        gap: 4px;
        border-radius: 18px;
    }

    .fgl-offer-benefits-card,
    .fgl-offer-form-card {
        padding: 18px;
        border-radius: 22px;
    }

    .fgl-benefits-header h3 {
        font-size: 20px;
    }

    .fgl-offer-benefits-list li {
        font-size: 16px;
        padding-left: 30px;
    }

    .fgl-offer-plan-copy strong {
        font-size: 24px;
    }

    .fgl-offer-price-row strong {
        font-size: 34px;
    }
}

/* Fix intl-tel-input flag icons with mirrored local assets. */
.iti__flag {
    background-image: url("/static/vendor/reference-assets/assets/images/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/static/vendor/reference-assets/assets/images/flags@2x.png") !important;
    }
}
