﻿/* 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;
}

header#header {
    z-index: 1080;
}

header#header ._wrapper_153tv_2,
header#header ._wrapper_153tv_2 ._switchButton_153tv_32,
header#header ._wrapper_153tv_2 .fgl-lang-menu,
header#header ._wrapper_153tv_2 .fgl-lang-menu button {
    pointer-events: auto !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.7s cubic-bezier(0.18, 0.8, 0.2, 1), opacity 0.9s ease;
    left: 0;
    right: 0;
    transform: translate3d(72vw, -14vh, 0) scale(0.18);
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    opacity: 0.18;
}

.search-overlay-earth {
    --earth-rotate-duration: 22s;
    width: clamp(500px, 50vw, 660px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: url("/_astro/earth.D1qPk8aw_Z21eUVt.webp") center center / cover no-repeat;
    filter: saturate(1.02) brightness(0.92);
    opacity: 0.88;
    box-shadow: none;
    animation: fgl-earth-rotate var(--earth-rotate-duration) linear 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-fly-in 1.95s cubic-bezier(0.12, 0.78, 0.2, 1) forwards;
}

.search-overlay-panel.is-revealing .search-overlay-earth-wrap,
.search-overlay-panel.is-found .search-overlay-earth-wrap {
    transform: translate3d(0, -2vh, 0) scale(1.22);
    opacity: 1;
}

.search-overlay-panel.is-searching .search-overlay-earth {
    opacity: 0.88;
    filter: saturate(1.04) brightness(0.92);
}

.search-overlay-panel.is-revealing .search-overlay-earth,
.search-overlay-panel.is-found .search-overlay-earth {
    --earth-rotate-duration: 22s;
    opacity: 0.88;
    filter: saturate(1.04) brightness(0.92);
}

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

@keyframes fgl-search-earth-fly-in {
    0% {
        transform: translate3d(72vw, -14vh, 0) scale(0.18);
        opacity: 0.18;
    }
    55% {
        transform: translate3d(34vw, -8vh, 0) scale(0.66);
        opacity: 0.76;
    }
    100% {
        transform: translate3d(0, -2vh, 0) scale(1.22);
        opacity: 1;
    }
}

.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;
    min-height: 28px;
    max-height: 34px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.32s ease,
        transform 0.32s ease,
        max-height 0.32s ease,
        margin 0.32s ease;
}

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

.locate-stage-row.is-suppressed {
    opacity: 0;
    max-height: 0;
    margin: 0;
    transform: translateY(-8px);
}

.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.is-pending {
    background: rgba(255, 255, 255, 0.08);
    color: #dce7ff;
}

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

.locate-stage-status.is-pending::after {
    content: "…";
    color: #dce7ff;
}

.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;
}

#foundState .locate-stage {
    width: min(500px, calc(100vw - 56px));
    min-height: 620px;
    height: 620px;
    justify-content: center;
    gap: 0;
    padding: 64px 44px 56px;
}

#foundState .found-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    font-size: 30px;
    box-shadow: 0 16px 36px rgba(34, 197, 94, 0.24);
}

#foundState .searching-text {
    font-size: 15px;
    margin-bottom: 12px;
    min-height: 20px;
    letter-spacing: 0.02em;
}

#foundState .searching-subtext {
    width: min(280px, 100%);
    min-height: 0;
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.45;
    color: #d3defa;
}

#foundState .modal-btn.locate-found-cta {
    width: min(280px, 100%);
    max-width: 280px;
    min-height: 52px;
    margin-top: 0;
    font-size: 14px;
    padding: 15px 20px;
}

.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;
    }

    #foundState .locate-stage {
        width: min(100%, 360px);
        min-height: 540px;
        height: 540px;
        padding: 44px 20px 36px;
    }

    #foundState .found-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 16px;
        font-size: 26px;
    }

    #foundState .searching-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

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

    #foundState .searching-subtext {
        width: min(240px, 100%);
        min-height: 0;
        margin-bottom: 16px;
        font-size: 11px;
        line-height: 1.4;
    }

    #foundState .modal-btn.locate-found-cta {
        width: 100%;
        max-width: 248px;
        min-height: 48px;
        font-size: 13px;
        padding: 14px 18px;
    }

    .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: clamp(360px, 104vw, 520px);
        opacity: 0.78;
    }

    .search-overlay-panel.is-searching .search-overlay-earth-wrap {
        animation: fgl-search-earth-fly-in-mobile 1.8s cubic-bezier(0.16, 0.78, 0.2, 1) forwards;
    }

    .search-overlay-panel.is-revealing .search-overlay-earth-wrap,
    .search-overlay-panel.is-found .search-overlay-earth-wrap {
        transform: translate3d(20vw, -4vh, 0) scale(1.04);
    }

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

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

@keyframes fgl-search-earth-fly-in-mobile {
    0% {
        transform: translate3d(96vw, -16vh, 0) scale(0.34);
    }
    100% {
        transform: translate3d(20vw, -4vh, 0) scale(1.04);
    }
}

/* 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;
    }
}

/* Visual polish layer: keep existing markup and flows, refine shared surfaces. */
:root {
    --fgl-accent: #f26f35;
    --fgl-accent-hover: #dc5d25;
    --fgl-accent-soft: rgba(242, 111, 53, 0.13);
    --fgl-ink: #202938;
    --fgl-ink-soft: #53657f;
    --fgl-line: rgba(83, 101, 127, 0.16);
    --fgl-line-strong: rgba(83, 101, 127, 0.24);
    --fgl-focus: rgba(61, 213, 224, 0.32);
    --fgl-surface-shadow: 0 22px 54px rgba(28, 47, 85, 0.13);
    --fgl-button-shadow: 0 16px 34px rgba(242, 111, 53, 0.28);
}

header#header {
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

header#header ._container_oq1rf_64 {
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

header#header:not(._dark_oq1rf_30) ._container_oq1rf_64 {
    border-bottom-color: rgba(83, 101, 127, 0.1);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 30px rgba(35, 52, 84, 0.06);
}

header#header._dark_oq1rf_30 ._container_oq1rf_64 {
    border-bottom-color: rgba(197, 213, 255, 0.12);
    background: rgba(14, 23, 52, 0.56);
    box-shadow: 0 14px 34px rgba(3, 9, 24, 0.16);
}

header#header ._link_l0a0v_55,
header#header ._activeLang_153tv_47 {
    letter-spacing: 0.04em;
}

header#header ._link_l0a0v_55 {
    transition: color 0.18s ease, opacity 0.18s ease;
}

header#header ._link_l0a0v_55:hover {
    opacity: 1;
    color: var(--fgl-accent);
}

button._button_e8imn_1,
button._button_1veuq_1,
.fgl-link-locator-button,
.modal-btn,
.fgl-offer-continue {
    letter-spacing: 0.03em;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        filter 0.18s ease !important;
}

button._button_e8imn_1._orange_e8imn_83,
button._button_e8imn_1._orangeMob_e8imn_83,
button._button_1veuq_1._orange_1veuq_80,
button._button_1veuq_1._orangeMob_1veuq_80,
.fgl-link-locator-button,
.modal-btn {
    background: linear-gradient(135deg, #ffad59 0%, var(--fgl-accent) 48%, #e55c2c 100%) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
    box-shadow: var(--fgl-button-shadow);
}

button._button_e8imn_1._orange_e8imn_83:hover,
button._button_e8imn_1._orangeMob_e8imn_83:hover,
button._button_1veuq_1._orange_1veuq_80:hover,
button._button_1veuq_1._orangeMob_1veuq_80:hover,
.fgl-link-locator-button:hover,
.modal-btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
    box-shadow: 0 20px 42px rgba(242, 111, 53, 0.34);
}

button._button_e8imn_1:active,
button._button_1veuq_1:active,
.fgl-link-locator-button:active,
.modal-btn:active {
    transform: translateY(0);
    box-shadow: 0 10px 22px rgba(242, 111, 53, 0.24);
}

button._button_e8imn_1._dark_e8imn_34,
button._button_e8imn_1._darkMob_e8imn_34,
button._button_1veuq_1._dark_1veuq_32,
button._button_1veuq_1._darkMob_1veuq_32 {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

button._button_e8imn_1._light_e8imn_23,
button._button_e8imn_1._lightMob_e8imn_23,
button._button_1veuq_1._light_1veuq_22,
button._button_1veuq_1._lightMob_1veuq_22 {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: var(--fgl-line) !important;
    color: var(--fgl-ink) !important;
    box-shadow: 0 10px 24px rgba(28, 47, 85, 0.08);
}

button._button_e8imn_1:focus-visible,
button._button_1veuq_1:focus-visible,
.fgl-link-locator-button:focus-visible,
.modal-btn:focus-visible,
.fgl-intl-wrap .iti__tel-input:focus,
.fgl-intl-wrap .iti input[type="tel"]:focus,
.form-group input:focus {
    outline: 3px solid var(--fgl-focus) !important;
    outline-offset: 2px;
}

.fgl-intl-wrap .search-box-wrapper {
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(61, 213, 224, 0.2)) border-box;
    box-shadow: 0 18px 42px rgba(24, 54, 103, 0.13), 0 2px 7px rgba(174, 191, 226, 0.42);
}

.fgl-intl-wrap .search-box-wrapper:focus-within {
    border-color: rgba(61, 213, 224, 0.42);
    box-shadow: 0 22px 46px rgba(24, 54, 103, 0.16), 0 0 0 4px rgba(61, 213, 224, 0.14);
}

.fgl-intl-wrap .iti__tel-input,
.fgl-intl-wrap .iti input[type="tel"],
.fgl-intl-wrap .iti__selected-dial-code {
    color: var(--fgl-ink);
}

.fgl-intl-wrap .iti__tel-input::placeholder,
.fgl-intl-wrap .iti input[type="tel"]::placeholder {
    color: rgba(83, 101, 127, 0.52);
}

.fgl-intl-wrap .search-box-wrapper > button._button_1veuq_1 {
    border-radius: 13px !important;
    min-width: 124px;
}

.iti__dropdown-content,
.fgl-intl-wrap .iti__dropdown-content {
    border-radius: 14px;
    border: 1px solid var(--fgl-line);
    box-shadow: 0 24px 54px rgba(18, 35, 66, 0.18);
    overflow: hidden;
}

.iti__country:hover,
.iti__country.iti__highlight {
    background-color: rgba(242, 111, 53, 0.09) !important;
}

section[class*="_how_"] ._card_q0kqr_1,
section[class*="_features_"] ._card_1r55x_1,
section[class*="_reviews_"] ._card_kgcrl_38,
div[class*="_benefits_"] ._item_1i02x_1,
section[class*="_started_"] ._stepsItem_j9o3b_64 {
    border: 1px solid rgba(83, 101, 127, 0.12);
    box-shadow: var(--fgl-surface-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

section[class*="_how_"] ._card_q0kqr_1:hover,
section[class*="_features_"] ._card_1r55x_1:hover,
section[class*="_reviews_"] ._card_kgcrl_38:hover,
div[class*="_benefits_"] ._item_1i02x_1:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 111, 53, 0.18);
    box-shadow: 0 26px 60px rgba(28, 47, 85, 0.16);
}

section[class*="_features_"] ._cardFooter_1r55x_134 button,
.swiper ._btn_1p93c_45 {
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

section[class*="_features_"] ._cardFooter_1r55x_134 button:hover,
.swiper ._btn_1p93c_45:not(._disabled_1p93c_60):hover {
    transform: translateY(-1px);
}

details._wrapper_179nw_1 {
    border-radius: 16px;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

details._wrapper_179nw_1[open] {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(83, 101, 127, 0.1);
    box-shadow: 0 14px 34px rgba(28, 47, 85, 0.08);
}

details._wrapper_179nw_1 > summary._item_179nw_23 {
    border-radius: 16px;
    padding: 2px;
}

details._wrapper_179nw_1 > summary._item_179nw_23:focus-visible {
    outline: 3px solid var(--fgl-focus);
    outline-offset: 3px;
}

details._wrapper_179nw_1[open] ._title_179nw_35 {
    background: linear-gradient(90deg, var(--fgl-accent) 0%, #3dd5e0 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

details._wrapper_179nw_1:not([open]) ._title_179nw_35,
details._wrapper_179nw_1 ._text_179nw_75 {
    color: var(--fgl-ink-soft);
}

details._wrapper_179nw_1 ._icon_179nw_54 {
    color: var(--fgl-accent);
}

.modal {
    border-radius: 28px;
    box-shadow: 0 34px 86px rgba(3, 8, 20, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.modal-close:focus-visible {
    outline: 3px solid var(--fgl-focus);
    outline-offset: 2px;
}

.fgl-offer-form-card,
.fgl-offer-benefits-card {
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fgl-support-fab-link {
    transition: transform 0.18s ease, filter 0.18s ease;
}

.fgl-support-fab-link:hover {
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .fgl-intl-wrap .search-box-wrapper {
        border-radius: 14px;
    }

    .fgl-intl-wrap .search-box-wrapper > button._button_1veuq_1 {
        min-width: 96px;
        padding-left: 16px;
        padding-right: 16px;
    }

    section[class*="_how_"] ._card_q0kqr_1:hover,
    section[class*="_features_"] ._card_1r55x_1:hover,
    section[class*="_reviews_"] ._card_kgcrl_38:hover,
    div[class*="_benefits_"] ._item_1i02x_1:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    button._button_e8imn_1,
    button._button_1veuq_1,
    .fgl-link-locator-button,
    .modal-btn,
    .fgl-support-fab-link,
    section[class*="_how_"] ._card_q0kqr_1,
    section[class*="_features_"] ._card_1r55x_1,
    section[class*="_reviews_"] ._card_kgcrl_38,
    div[class*="_benefits_"] ._item_1i02x_1 {
        transition: none !important;
    }
}

/* Homepage redesign: GPS command-center skin. Scoped to the home page only. */
body.fgl-home-redesign {
    --fgl-home-bg: #07111f;
    --fgl-home-panel: rgba(10, 23, 41, 0.84);
    --fgl-home-panel-strong: #0b1728;
    --fgl-home-line: rgba(135, 184, 217, 0.22);
    --fgl-home-line-strong: rgba(108, 247, 255, 0.38);
    --fgl-home-text: #eef6ff;
    --fgl-home-muted: #a8bad0;
    --fgl-home-cyan: #6cf7ff;
    --fgl-home-amber: #ffb05c;
    --fgl-home-orange: #f26f35;
    background:
        linear-gradient(90deg, rgba(108, 247, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(108, 247, 255, 0.035) 1px, transparent 1px),
        #07111f;
    background-size: 56px 56px, 56px 56px, auto;
    color: var(--fgl-home-text);
}

body.fgl-home-redesign header#header {
    padding-top: 12px;
    background: transparent !important;
}

body.fgl-home-redesign header#header._isScrolled_oq1rf_47 {
    padding-top: 8px;
    background: rgba(5, 12, 25, 0.82) !important;
    border-bottom: 1px solid rgba(108, 247, 255, 0.12);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(18px);
}

body.fgl-home-redesign header#header ._container_oq1rf_64 {
    min-height: 68px;
    height: 68px;
    max-width: 1220px;
    padding: 0 14px 0 18px;
    border: 1px solid rgba(135, 184, 217, 0.18);
    border-radius: 8px;
    background: rgba(6, 14, 29, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
}

body.fgl-home-redesign header#header ._link_l0a0v_55,
body.fgl-home-redesign header#header ._activeLang_153tv_47 {
    color: #dceaff !important;
    letter-spacing: 0;
}

body.fgl-home-redesign header#header ._link_l0a0v_55:hover {
    color: var(--fgl-home-cyan) !important;
    background-image: none !important;
    -webkit-text-fill-color: currentColor !important;
}

body.fgl-home-redesign header#header button._button_e8imn_1._dark_e8imn_34 {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
}

body.fgl-home-redesign #hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 780px;
    padding: 112px 0 52px;
    background: #07111f;
}

body.fgl-home-redesign #hero::before,
body.fgl-home-redesign section._tracking_1hk4k_1::before,
body.fgl-home-redesign section#features::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(108, 247, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(108, 247, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.7) 56%, transparent 100%);
    opacity: 0.62;
    z-index: 1;
}

body.fgl-home-redesign #hero ._background_qxhej_46 {
    min-height: inherit;
    background:
        linear-gradient(90deg, #07111f 0%, rgba(7, 17, 31, 0.9) 36%, rgba(7, 17, 31, 0.58) 66%, rgba(7, 17, 31, 0.88) 100%);
}

body.fgl-home-redesign #hero ._background_qxhej_46::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 17, 31, 0.1) 0%, rgba(7, 17, 31, 0.48) 78%, #07111f 100%),
        linear-gradient(90deg, rgba(7, 17, 31, 0.88) 0%, rgba(7, 17, 31, 0.32) 52%, rgba(7, 17, 31, 0.82) 100%);
}

body.fgl-home-redesign #hero ._backgroundImage_qxhej_60 {
    opacity: 0.42;
    filter: saturate(0.8) contrast(1.2);
    transform: scale(1.04);
}

body.fgl-home-redesign #hero ._wrapper_qxhej_80 {
    position: relative;
    z-index: 3;
    max-width: 1220px;
    padding-inline: 24px;
}

body.fgl-home-redesign #hero ._desktopWrapper_qxhej_91 {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
    gap: 26px;
    align-items: center;
}

body.fgl-home-redesign #hero ._headlineWrapper_qxhej_127 {
    position: relative;
    max-width: 670px;
}

body.fgl-home-redesign #hero h1._headline_qxhej_127 {
    color: #ffffff !important;
    background-image: none !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 72px;
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
}

body.fgl-home-redesign #hero h2._subtitle_qxhej_178 {
    margin-top: 24px;
    color: var(--fgl-home-cyan);
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: 0;
}

body.fgl-home-redesign #hero p._text_qxhej_197 {
    max-width: 585px;
    margin-top: 16px;
    color: var(--fgl-home-muted);
    font-size: 18px;
    line-height: 1.62;
}

body.fgl-home-redesign #hero ._locateHolder_qxhej_214,
body.fgl-home-redesign section._tracking_1hk4k_1 ._locatorForm_1hk4k_95 {
    margin-top: 30px;
    padding: 16px;
    border: 1px solid var(--fgl-home-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        rgba(8, 20, 37, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 72px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
}

body.fgl-home-redesign #hero p._locatorTitle_qxhej_233,
body.fgl-home-redesign section._tracking_1hk4k_1 p._locatorTitle_1hk4k_104 {
    margin-bottom: 12px;
    color: #dceaff;
    font-weight: 700;
    letter-spacing: 0;
}

body.fgl-home-redesign #hero .fgl-intl-wrap .search-box-wrapper,
body.fgl-home-redesign section._tracking_1hk4k_1 .fgl-intl-wrap .search-box-wrapper {
    border: 1px solid rgba(108, 247, 255, 0.26);
    border-radius: 8px;
    background: #f8fbff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

body.fgl-home-redesign #hero .fgl-intl-wrap .search-box-wrapper > button._button_1veuq_1,
body.fgl-home-redesign section._tracking_1hk4k_1 .fgl-intl-wrap .search-box-wrapper > button._button_1veuq_1,
body.fgl-home-redesign button._button_e8imn_1._orange_e8imn_83,
body.fgl-home-redesign button._button_e8imn_1._orangeMob_e8imn_83,
body.fgl-home-redesign button._button_1veuq_1._orange_1veuq_80 {
    border-radius: 8px !important;
    background: linear-gradient(135deg, #ffb76a 0%, var(--fgl-home-orange) 56%, #cf4a28 100%) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(242, 111, 53, 0.3);
}

body.fgl-home-redesign #hero ._badgeWrapper_qxhej_258 {
    margin-top: 18px;
    justify-content: flex-start;
    gap: 10px;
}

body.fgl-home-redesign #hero ._badgeWrapper_qxhej_258 > div {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

body.fgl-home-redesign #hero ._imageContainer_qxhej_277 {
    position: relative;
    min-height: 555px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

body.fgl-home-redesign #hero ._imageContainer_qxhej_277::before {
    content: none;
    display: none;
}

body.fgl-home-redesign #hero ._cellImage_qxhej_297,
body.fgl-home-redesign #hero ._cellImageMobile_qxhej_311 {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.42)) saturate(1.05);
}

body.fgl-home-redesign #hero ._cellImage_qxhej_297 {
    max-height: 640px;
}

body.fgl-home-redesign #hero ._steps_qxhej_324 {
    position: relative;
    z-index: 3;
    max-width: 1220px;
    margin: 36px auto 0;
    padding: 18px;
    border: 1px solid rgba(135, 184, 217, 0.18);
    border-radius: 8px;
    background: rgba(6, 15, 29, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

body.fgl-home-redesign #hero ._stepsTitle_qxhej_328 {
    color: #ffffff;
    letter-spacing: 0;
}

body.fgl-home-redesign #hero ._stepsList_qxhej_374 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.fgl-home-redesign #hero ._stepsListItem_qxhej_381 {
    min-height: 128px;
    padding: 16px;
    border: 1px solid rgba(135, 184, 217, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

body.fgl-home-redesign #hero ._stepsListTitle_qxhej_401,
body.fgl-home-redesign #hero ._stepsListText_qxhej_409 {
    letter-spacing: 0;
}

body.fgl-home-redesign #hero ._stepsListTitle_qxhej_401 {
    color: #ffffff;
}

body.fgl-home-redesign #hero ._stepsListText_qxhej_409 {
    color: var(--fgl-home-muted);
}

body.fgl-home-redesign section#get-started,
body.fgl-home-redesign section._reviews_kgcrl_1,
body.fgl-home-redesign section._trust_1ul1s_1,
body.fgl-home-redesign section#features,
body.fgl-home-redesign #questions,
body.fgl-home-redesign section._tracking_1hk4k_1 {
    position: relative;
    color: var(--fgl-home-text);
}

body.fgl-home-redesign section#get-started {
    padding: 88px 0;
    background:
        linear-gradient(180deg, #07111f 0%, #0a1728 48%, #07111f 100%);
}

body.fgl-home-redesign section#get-started ._wrapper_nya5v_11,
body.fgl-home-redesign section._reviews_kgcrl_1 ._wrapper_kgcrl_5,
body.fgl-home-redesign section._trust_1ul1s_1 ._wrapper_1ul1s_12,
body.fgl-home-redesign section#features ._wrapper_1h4wk_11,
body.fgl-home-redesign section._tracking_1hk4k_1 ._wrapper_1hk4k_23 {
    max-width: 1220px;
}

body.fgl-home-redesign section#get-started ._title_nya5v_21,
body.fgl-home-redesign section#get-started ._titleSm_nya5v_77,
body.fgl-home-redesign section._reviews_kgcrl_1 ._title_kgcrl_17,
body.fgl-home-redesign section._trust_1ul1s_1 ._title_1ul1s_30,
body.fgl-home-redesign section#features h2,
body.fgl-home-redesign #questions h2,
body.fgl-home-redesign section._tracking_1hk4k_1 h2._title_1hk4k_69 {
    color: #ffffff !important;
    letter-spacing: 0;
}

body.fgl-home-redesign section#get-started ._subtitle_nya5v_96,
body.fgl-home-redesign section._trust_1ul1s_1 ._description_1ul1s_57 {
    color: var(--fgl-home-muted);
    letter-spacing: 0;
}

body.fgl-home-redesign section#get-started ._image_nya5v_38,
body.fgl-home-redesign section#get-started ._imageMobile_nya5v_54 {
    border: 1px solid rgba(108, 247, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

body.fgl-home-redesign section._reviews_kgcrl_1 {
    padding: 82px 0;
    background: #07111f;
}

body.fgl-home-redesign section._reviews_kgcrl_1 ._wrapper_kgcrl_5 {
    padding-top: 0;
    padding-bottom: 0;
}

body.fgl-home-redesign section._reviews_kgcrl_1 ._card_kgcrl_38,
body.fgl-home-redesign section#features ._card_1r55x_1,
body.fgl-home-redesign section#features ._cardWrapper_1r55x_35,
body.fgl-home-redesign section._trust_1ul1s_1 ._badge_1ul1s_82,
body.fgl-home-redesign #questions details._wrapper_179nw_1 {
    border: 1px solid rgba(135, 184, 217, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
        var(--fgl-home-panel-strong);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.fgl-home-redesign section._reviews_kgcrl_1 ._card_kgcrl_38:hover,
body.fgl-home-redesign section#features ._card_1r55x_1:hover,
body.fgl-home-redesign section._trust_1ul1s_1 ._badge_1ul1s_82:hover {
    border-color: rgba(108, 247, 255, 0.34);
    transform: translateY(-3px);
}

body.fgl-home-redesign section._reviews_kgcrl_1 ._content_192s3_1,
body.fgl-home-redesign section#features ._cardContent_1r55x_47,
body.fgl-home-redesign section._trust_1ul1s_1 ._stats_1ul1s_131,
body.fgl-home-redesign section._trust_1ul1s_1 ._trusted_1ul1s_148,
body.fgl-home-redesign #questions ._text_179nw_75 {
    color: var(--fgl-home-muted) !important;
    letter-spacing: 0;
}

body.fgl-home-redesign section._reviews_kgcrl_1 ._authorName_kgcrl_82,
body.fgl-home-redesign section#features ._cardTitle_1r55x_38,
body.fgl-home-redesign #questions ._title_179nw_35 {
    color: #ffffff !important;
    background-image: none !important;
    -webkit-text-fill-color: currentColor !important;
    letter-spacing: 0;
}

body.fgl-home-redesign section._reviews_kgcrl_1 svg path {
    fill: rgba(108, 247, 255, 0.2);
}

body.fgl-home-redesign section._trust_1ul1s_1,
body.fgl-home-redesign section#features {
    padding: 82px 0;
    background: #0a1728;
    overflow: hidden;
}

body.fgl-home-redesign section._trust_1ul1s_1 ._badge_1ul1s_82 {
    color: #fff;
}

body.fgl-home-redesign section#features::before {
    opacity: 0.36;
}

body.fgl-home-redesign section#features ._featuresWrapper_qinir_36 {
    gap: 18px;
}

body.fgl-home-redesign section#features ._featuresContainer_1p93c_112 {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

body.fgl-home-redesign section#features ._featuresContainer_1p93c_112::before {
    content: none !important;
    display: none !important;
}

body.fgl-home-redesign section#features ._card_1r55x_1 {
    max-width: 372px;
}

body.fgl-home-redesign section#features ._cardWrapper_1r55x_35 {
    min-height: 260px;
    padding: 22px;
    overflow: hidden;
}

body.fgl-home-redesign section#features ._cardTitleIcon_1r55x_63 {
    padding: 8px;
    border: 1px solid rgba(108, 247, 255, 0.22);
    border-radius: 8px;
    background: rgba(108, 247, 255, 0.08);
}

body.fgl-home-redesign section#features ._cardFooter_1r55x_134 button {
    border-radius: 50%;
    background: rgba(108, 247, 255, 0.08);
}

body.fgl-home-redesign #questions {
    max-width: none;
    padding: 86px 15px;
    background: #07111f;
}

body.fgl-home-redesign #questions ._container_ddd0f_1 {
    max-width: 1220px;
    margin-inline: auto;
}

body.fgl-home-redesign #questions details._wrapper_179nw_1 {
    margin-bottom: 12px;
}

body.fgl-home-redesign #questions details._wrapper_179nw_1[open] {
    background:
        linear-gradient(180deg, rgba(108, 247, 255, 0.08), rgba(255, 255, 255, 0.03)),
        #0b1728;
}

body.fgl-home-redesign #questions summary._item_179nw_23 {
    padding: 16px 18px;
}

body.fgl-home-redesign #questions ._icon_179nw_54 {
    color: var(--fgl-home-cyan);
}

body.fgl-home-redesign section._tracking_1hk4k_1 {
    padding: 92px 15px;
    background: #0a1728;
    overflow: hidden;
}

body.fgl-home-redesign section._tracking_1hk4k_1 ._block_1hk4k_32 {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(108, 247, 255, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(108, 247, 255, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
        #07111f;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.fgl-home-redesign section._tracking_1hk4k_1 ._gradient_1hk4k_86,
body.fgl-home-redesign section._tracking_1hk4k_1 ._number_1hojp_23 {
    color: var(--fgl-home-cyan) !important;
    background-image: none !important;
    -webkit-text-fill-color: currentColor !important;
}

body.fgl-home-redesign section._tracking_1hk4k_1 ._title_1hojp_5,
body.fgl-home-redesign section._tracking_1hk4k_1 ._text_1hojp_68 span {
    color: #ffffff;
    letter-spacing: 0;
}

body.fgl-home-redesign section._tracking_1hk4k_1 ._text_1hojp_68 {
    color: var(--fgl-home-muted);
}

body.fgl-home-redesign footer._footer_1akcq_1 {
    border-top: 1px solid rgba(108, 247, 255, 0.14);
    background: #050b15 !important;
}

body.fgl-home-redesign footer._footer_1akcq_1 ._legalTitle_1akcq_70,
body.fgl-home-redesign footer._footer_1akcq_1 ._contactsTitle_1akcq_70,
body.fgl-home-redesign footer._footer_1akcq_1 ._paymentsTitle_1akcq_70,
body.fgl-home-redesign footer._footer_1akcq_1 ._disclaimer_1akcq_70 h3 {
    color: #ffffff;
}

body.fgl-home-redesign footer._footer_1akcq_1 ._legalLink_1akcq_106,
body.fgl-home-redesign footer._footer_1akcq_1 ._contactsLink_1akcq_134 {
    color: #b9cbe0;
}

body.fgl-home-redesign footer._footer_1akcq_1 ._legalLink_1akcq_106:hover,
body.fgl-home-redesign footer._footer_1akcq_1 ._contactsLink_1akcq_134:hover {
    color: var(--fgl-home-cyan);
}

@media (max-width: 1169px) {
    body.fgl-home-redesign header#header {
        padding-top: 0;
    }

    body.fgl-home-redesign header#header ._container_oq1rf_64 {
        max-width: none;
        height: 74px;
        min-height: 74px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    body.fgl-home-redesign #hero {
        min-height: auto;
        padding: 96px 0 40px;
    }

    body.fgl-home-redesign #hero ._desktopWrapper_qxhej_91 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.fgl-home-redesign #hero h1._headline_qxhej_127 {
        font-size: 44px;
        line-height: 1.08;
    }

    body.fgl-home-redesign #hero h2._subtitle_qxhej_178 {
        font-size: 21px;
    }

    body.fgl-home-redesign #hero p._text_qxhej_197 {
        font-size: 16px;
    }

    body.fgl-home-redesign #hero ._imageContainer_qxhej_277 {
        min-height: 360px;
    }

    body.fgl-home-redesign #hero ._stepsList_qxhej_374 {
        grid-template-columns: 1fr;
    }

    body.fgl-home-redesign section#get-started,
    body.fgl-home-redesign section._reviews_kgcrl_1,
    body.fgl-home-redesign section._trust_1ul1s_1,
    body.fgl-home-redesign section#features,
    body.fgl-home-redesign #questions,
    body.fgl-home-redesign section._tracking_1hk4k_1 {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 767px) {
    body.fgl-home-redesign #hero {
        padding-top: 86px;
    }

    body.fgl-home-redesign #hero ._wrapper_qxhej_80 {
        padding-inline: 16px;
    }

    body.fgl-home-redesign #hero h1._headline_qxhej_127 {
        font-size: 38px;
    }

    body.fgl-home-redesign #hero ._locateHolder_qxhej_214,
    body.fgl-home-redesign section._tracking_1hk4k_1 ._locatorForm_1hk4k_95 {
        padding: 12px;
    }

    body.fgl-home-redesign #hero ._badgeWrapper_qxhej_258 {
        flex-wrap: wrap;
    }

    body.fgl-home-redesign section#features ._featuresSlider_qinir_70 {
        width: 100%;
        height: auto !important;
        overflow: visible;
    }

    body.fgl-home-redesign section#features ._featuresSlider_qinir_70 .swiper-wrapper {
        align-items: stretch;
        height: auto !important;
    }

    body.fgl-home-redesign section#features ._featuresContainer_1p93c_112 {
        display: flex !important;
        align-items: stretch;
        justify-content: center;
        height: auto !important;
        width: 100% !important;
        max-width: none;
        flex: 0 0 100% !important;
        min-height: 0;
    }

    body.fgl-home-redesign section#features ._featuresContainer_1p93c_112 ._featuresWrapper_qinir_36._mobile_qinir_54 {
        width: 100%;
        justify-content: center;
    }

    body.fgl-home-redesign section#features ._featuresContainer_1p93c_112 ._card_1r55x_1 {
        width: min(100%, 298px);
        margin-inline: auto;
    }

    body.fgl-home-redesign section#features ._featuresContainer_1p93c_112 ._cardWrapper_1r55x_35 {
        min-height: 300px;
    }

    body.fgl-home-redesign section#features ._featuresSlider_qinir_70 .swiper-scrollbar {
        display: none !important;
    }

    body.fgl-home-redesign section#features ._featuresSlider_qinir_70 ._stepper_1p93c_27 {
        margin-top: 24px;
        padding-top: 0;
    }

    body.fgl-home-redesign section._reviews_kgcrl_1 ._card_kgcrl_38:hover,
    body.fgl-home-redesign section#features ._card_1r55x_1:hover,
    body.fgl-home-redesign section._trust_1ul1s_1 ._badge_1ul1s_82:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: no-preference) {
    body.fgl-home-redesign #hero ._cellImage_qxhej_297,
    body.fgl-home-redesign #hero ._cellImageMobile_qxhej_311 {
        animation: fgl-home-phone-float 7s ease-in-out infinite;
    }

    body.fgl-home-redesign #hero ._stepsListItem_qxhej_381,
    body.fgl-home-redesign section._reviews_kgcrl_1 ._card_kgcrl_38,
    body.fgl-home-redesign section#features ._card_1r55x_1 {
        transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    }
}

@keyframes fgl-home-phone-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
