/* Smooth page enter (no preloader) */
html.page-fade:not(.is-ready) body {
    opacity: 0;
}

html.page-fade.is-ready body {
    opacity: 1;
    transition: opacity 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
    html.page-fade:not(.is-ready) body,
    html.page-fade.is-ready body {
        opacity: 1;
        transition: none;
    }
}

/* Tighten content directly under the breadcrumb */
.breadcrumb__area + .about__area-four,
.breadcrumb__area + .contact__area,
.breadcrumb__area + .agent-partnership__area,
.breadcrumb__area + .team-area {
    padding-top: 40px;
}

@media (max-width: 767.98px) {
    .breadcrumb__area + .about__area-four,
    .breadcrumb__area + .contact__area,
    .breadcrumb__area + .agent-partnership__area,
    .breadcrumb__area + .team-area {
        padding-top: 28px;
    }
}

.banner-content > .banner-shape {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    pointer-events: none;
}

.banner-content > .banner-shape img {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 0;
    animation: rightToLeft 4s infinite linear;
}

@media (max-width: 767.98px) {
    .banner-area.banner-bg {
        background-image: linear-gradient(180deg, #d6ebf7 0%, aliceblue 50%, #f0f8ff 100%) !important;
        background-color: aliceblue;
    }
}

/* Homepage banner: nudge graduate down/right; soft whitish wash behind text.
   Banner + brand strip together fill the viewport (100vh). */
.banner-area.banner-bg {
    --home-brand-strip-h: 100px;
    background-position: 62% 82%;
    background-size: cover;
    min-height: calc(100dvh - var(--home-brand-strip-h)) !important;
    height: calc(100dvh - var(--home-brand-strip-h));
    box-sizing: border-box;
}

main.fix:not(.page-about-us) > .brand__area-five {
    height: var(--home-brand-strip-h, 100px);
    min-height: var(--home-brand-strip-h, 100px);
    max-height: var(--home-brand-strip-h, 100px);
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

main.fix:not(.page-about-us) > .brand__area-five > .container {
    width: 100%;
}

.banner-area.banner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 252, 245, 0.94) 0%,
        rgba(255, 250, 240, 0.88) 28%,
        rgba(255, 250, 240, 0.55) 42%,
        rgba(255, 250, 240, 0.18) 55%,
        transparent 68%
    );
}

/* Keep overlay under content, but do NOT make .container a positioning
   context — .banner-social / .banner-scroll must stay relative to .banner-bg */
.banner-area.banner-bg > .container > .row {
    position: relative;
    z-index: 1;
}

.banner-area.banner-bg .banner-social,
.banner-area.banner-bg .banner-scroll {
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .banner-area.banner-bg {
        background-position: 70% 78%;
    }
}

.services-area.services-bg {
    background-image: linear-gradient(180deg, #d6ebf7 0%, aliceblue 50%, #f0f8ff 100%);
    background-color: aliceblue;
}



.banner-content__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.banner-content__actions .btn {
    flex: 1 1 180px;
    max-width: 220px;
    text-align: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .banner-content__actions {
        justify-content: center;
    }

    .banner-content__actions .btn {
        flex: 1 1 calc(50% - 6px);
        max-width: none;
    }
}

@media (max-width: 479.98px) {
    .banner-content__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .banner-content__actions .btn {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}



.tgmenu__nav .logo img,
.tgmobile__menu .nav-logo img,
.offCanvas__logo img,
.fw-logo img {
    max-height: 60px;
    filter: none;
    opacity: 1;
}

.about-list .list-wrap li .icon {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    font-size: inherit;
    line-height: 1;
    transition: transform 0.3s ease;
}

.about-list .list-wrap li .icon svg {
    display: block;
    width: 64px;
    height: auto;
}

.about-list .list-wrap li:hover .icon {
    transform: rotateY(180deg);
}

.tgmenu__navbar-wrap > ul > li a {
    padding: 34px 0;
}

.tgmenu__action ul .offCanvas-menu .menu-tigger {
    width: 44px;
    height: 44px;
}

.tgmenu__action ul .header-btn .btn {
    padding: 14px 22px;
    font-size: 14px;
    gap: 8px;
}

.tgmenu__action ul .header-btn .btn i {
    font-size: 16px;
    line-height: 0;
}

.tgmenu__action ul li {
    margin-left: 12px;
}


.tgmenu__navbar-wrap > ul {
    margin: 0px 0 0 55px;
}


.tgmobile__menu .nav-logo img {

    max-height: 60px;

}



.offCanvas__logo img {

    max-height: 60px!important;

}



.testimonial__rating i:last-child {

    color: #f7a400;

}



.testimonial-area {
    margin-top: 0;
    padding: 90px 0 90px;
}

.brand__area-five {
    padding: 25px 0;
}

.brand__area-five .brand-item {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}

.brand__area-five .brand-item img {
    max-height: 50px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.brand__area-five .brand-item img[src*="lsc"],
.brand__area-five .brand-item img[src*="gbs"] {
    filter: grayscale(100%);
    opacity: 0.65;
}

.brand__area-five .brand-item img[src*="wcl"] {
    filter: grayscale(100%) brightness(0.45);
    opacity: 1;
}

.brand__area-five .brand-item img[src*="lcca"] {
    filter: grayscale(100%);
    opacity: 0.5;
}

.brand-marquee {
    display: none;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.brand-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: brand-marquee-scroll 28s linear infinite;
}

.brand-marquee__item {
    flex: 0 0 auto;
    width: clamp(140px, 42vw, 180px);
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes brand-marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .brand__area-five .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .brand__area-five .brand-marquee--mobile {
        display: block;
    }

    .brand__area-five .brand-active--desktop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .brand__area-five .brand-marquee--mobile {
        display: none !important;
    }
}

.testimonial-info .title {
    font-family: inherit;
    font-size: 24px;
}

.testimonial-content p {
    font-family: cursive;
    font-size: 18px;
}

/*.sub-menu > li.active > a {*/
/*    color: var(--tg-theme-primary) !important;*/
/*}*/

li.active > a {
    color: var(--tg-theme-primary) !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: white;
    pointer-events: none;
    background-color: #f7a400;
    border-color: #f7a400;
    opacity: 100%;
}

.banner__content-four .title span::before {
    bottom: 8px!important;
}

@keyframes skeleton-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.skeleton {
    background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.4s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton--text {
    height: 14px;
}

.skeleton--card {
    border-radius: 8px;
}

.skeleton--image {
    border-radius: 8px;
}

.skeleton-card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
    background: #fff;
}

.skeleton-card__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 50%;
}

.skeleton-card__title {
    width: 80%;
    height: 20px;
    margin: 0 auto 16px;
}

.skeleton-card__line {
    width: 100%;
    height: 12px;
    margin-bottom: 8px;
}

.skeleton-card__line--short {
    width: 70%;
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: swap;
}

@font-face {
    font-family: "flaticon";
    font-display: swap;
}

.banner-shape {
    pointer-events: none;
}

.banner-shape img {
    max-width: 130px;
    max-height: 130px;
    width: auto !important;
    height: auto !important;
    opacity: 0.85;
}

@media (max-width: 1500px) {
    .banner-shape img {
        max-width: 110px;
        max-height: 110px;
    }
}

@media (max-width: 767.98px) {
    .banner-shape img {
        max-width: 80px;
        max-height: 80px;
    }
}

/* --------------------------------------------------------------------------
   Employee landing funnel (.el-funnel)
   -------------------------------------------------------------------------- */
.el-funnel .el-hero {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 50%, #f8fbff 100%);
    padding: 48px 0 56px;
}

.el-funnel .el-hero__headline {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 16px;
}

.el-funnel .el-hero__subheadline {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 24px;
}

.el-funnel .el-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.el-funnel .el-trust-pill {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1d4ed8;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
}

.el-funnel .el-advisor-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.el-funnel .el-advisor-card__avatar-wrap {
    flex-shrink: 0;
}

.el-funnel .el-advisor-card__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #dbeafe;
}

.el-funnel .el-advisor-card__avatar-fallback {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-funnel .el-advisor-card__name {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px;
}

.el-funnel .el-advisor-card__role {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2563eb;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.el-funnel .el-advisor-card__bio {
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

.el-funnel .el-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

.el-funnel .el-form-card__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.el-funnel .el-form-card__subtitle {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0 0 20px;
}

.el-funnel .el-form-card__subtitle:has(+ .el-form-card__alerts) {
    margin-bottom: 12px;
}

.el-funnel .el-form-card__alerts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 20px;
}

.el-funnel .el-form-card__alerts:empty {
    display: none;
    margin: 0;
}

.el-funnel .el-form-card__alerts .el-alert {
    margin: 0;
}

.el-funnel .el-form-card > #registerLandingSuccess:not([style*="display: none"]),
.el-funnel .el-form-card > #registerLandingError:not([style*="display: none"]),
.el-funnel .el-form-card > [id$="Success"]:not([style*="display: none"]),
.el-funnel .el-form-card > [id$="Error"]:not([style*="display: none"]) {
    margin: 0 0 20px;
}

.el-funnel .el-form-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.el-funnel .el-required {
    color: #ef4444;
}

.el-funnel .el-optional {
    font-weight: 400;
    color: #94a3b8;
    font-size: 0.75rem;
}

.el-funnel .el-form-hint {
    font-size: 0.75rem;
    color: #94a3b8;
}

.el-funnel .el-form-input,
.el-funnel .el-form-textarea,
.el-funnel select.el-form-input {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #0f172a;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.el-funnel .el-form-input::placeholder,
.el-funnel .el-form-textarea::placeholder {
    color: #94a3b8;
    font-size: 12px;
    opacity: 1;
}

.el-funnel .el-form-input:focus,
.el-funnel .el-form-textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.el-funnel .el-form-textarea {
    resize: vertical;
    min-height: 72px;
}

.el-funnel .el-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 576px) {
    .el-funnel .el-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.el-funnel .el-form-field--full {
    grid-column: 1 / -1;
}

.el-funnel .el-photo-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.el-funnel .el-photo-upload__preview-wrap {
    position: relative;
    flex-shrink: 0;
}

.el-funnel .el-photo-upload__img,
.el-funnel .el-photo-upload__fallback {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.el-funnel .el-photo-upload__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.el-funnel .el-photo-upload__input {
    display: none;
}

.el-funnel .el-photo-upload__actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.el-funnel .el-btn-secondary {
    display: inline-block;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.el-funnel .el-btn-secondary:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.el-funnel .el-btn-primary {
    display: block;
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #2563eb;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}

.el-funnel .el-btn-primary:hover:not(:disabled) {
    background: #1d4ed8;
}

.el-funnel .el-btn-primary:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.el-funnel .el-password-wrap {
    position: relative;
}

.el-funnel .el-password-wrap .el-form-input {
    padding-right: 44px;
}

.el-funnel .el-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 4px 8px;
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}

.el-funnel .el-password-toggle:hover {
    color: #475569;
}

.el-funnel .el-alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9375rem;
    margin-bottom: 16px;
    line-height: 1.5;
}

.el-funnel .el-alert--success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.el-funnel .el-alert--error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.el-funnel .el-alert__link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
}

.el-funnel .el-alert__link:hover {
    color: #1d4ed8;
}

.frontend-auth-page .page-subtitle:has(+ .el-form-card__alerts) {
    margin-bottom: 12px !important;
}

.frontend-auth-page .el-form-card__alerts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 20px;
}

.frontend-auth-page .el-form-card__alerts .el-alert {
    margin: 0;
}

.frontend-auth-page .el-alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.frontend-auth-page .el-alert--success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.frontend-auth-page .el-alert--error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.frontend-auth-page .el-alert__link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
}

.frontend-auth-page .el-alert__link:hover {
    color: #1d4ed8;
}

.el-funnel .el-benefits {
    padding: 48px 0;
    background: #f8fbff;
}

.el-funnel .el-section-header {
    margin-bottom: 32px;
}

.el-funnel .el-section-header--center {
    text-align: center;
}

.el-funnel .el-section-header__eyebrow {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.el-funnel .el-section-header__title {
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.el-funnel .el-benefit-card {
    height: 100%;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
}

.el-funnel .el-benefit-card__icon {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 12px;
}

.el-funnel .el-benefit-card__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.el-funnel .el-benefit-card__text {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

.el-funnel .el-steps {
    padding: 48px 0 56px;
}

.el-funnel .el-steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .el-funnel .el-steps-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

.el-funnel .el-step {
    text-align: center;
    padding: 20px 12px;
}

.el-funnel .el-step__num {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #2563eb;
    border-radius: 50%;
}

.el-funnel .el-step__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.el-funnel .el-step__text {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .el-funnel .el-hero {
        padding: 32px 0 40px;
    }

    .el-funnel .el-form-card {
        padding: 20px 16px;
    }
}

/* Blade template class aliases (employee-landing.blade.php) */
.el-funnel__hero {
    background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 50%, #ffffff 100%);
    padding: 60px 0 70px;
}

@media (min-width: 992px) {
    .el-funnel__hero > .container > .row {
        align-items: stretch;
    }

    .el-funnel__hero > .container > .row > .col-lg-6 {
        display: flex;
        flex-direction: column;
    }

    .el-funnel__hero .el-funnel__copy,
    .el-funnel__hero .el-form-card {
        flex: 1 1 auto;
        min-height: 100%;
    }
}

.el-funnel__eyebrow,
.el-funnel__section-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}

.el-funnel__headline {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 16px;
}

.el-funnel__subheadline {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 20px;
}

.el-funnel__trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.el-funnel__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #1e40af;
    background: #dbeafe;
    border-radius: 999px;
}

.el-funnel__pill i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff !important;
    background: #22c55e;
    border-radius: 50%;
}

.el-funnel__pill i::before {
    color: #fff !important;
}

.el-funnel__advisor-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.el-funnel__advisor-avatar {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
}

.el-funnel__advisor-avatar img,
.el-funnel__advisor-fallback {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.el-funnel__advisor-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.el-funnel__advisor-info strong {
    display: block;
    font-size: 1rem;
    color: #0f172a;
    margin-bottom: 2px;
}

.el-funnel__advisor-info > span {
    display: block;
    font-size: 13px;
    color: #2563eb;
    font-weight: 500;
    margin-bottom: 8px;
}

.el-funnel__advisor-info p {
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

.el-funnel .el-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px 32px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

.el-form-card__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.el-form-card__subtitle {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

.el-funnel .el-form-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.el-form-required { color: #ef4444; }

.el-form-optional {
    font-weight: 400;
    color: #94a3b8;
    font-size: 12px;
}

.el-funnel .el-form-input,
.el-funnel .el-form-textarea,
.el-funnel select.el-form-input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #111827;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.el-funnel .el-form-input::placeholder,
.el-funnel .el-form-textarea::placeholder {
    color: #94a3b8;
    font-size: 12px;
    opacity: 1;
}

.el-funnel .el-form-input:focus,
.el-funnel .el-form-textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.el-funnel .el-form-input--invalid,
.el-funnel .el-form-textarea.el-form-input--invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.el-funnel .el-form-input--invalid:focus,
.el-funnel .el-form-textarea.el-form-input--invalid:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.el-form-field-error {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #dc2626;
}

.el-form-submit-wrap .el-form-submit:disabled {
    pointer-events: none;
}

.el-form-submit-wrap {
    cursor: not-allowed;
}

.el-form-submit-wrap:has(.el-form-submit:not(:disabled)) {
    cursor: default;
}

.el-form-footer {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.el-form-footer a {
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.el-form-footer a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.el-form-referral-notice {
    margin: 0;
    padding: 12px 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
}

.el-form-referral-notice strong {
    color: #1d4ed8;
}

.el-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
    cursor: pointer;
}

.el-form-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #2563eb;
    cursor: pointer;
}

.el-form-consent a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.el-form-consent a:hover {
    color: #1d4ed8;
}

.el-form-consent--invalid {
    color: #b91c1c;
}

.el-form-consent--invalid a {
    color: #b91c1c;
}

.el-funnel .el-form-textarea {
    resize: vertical;
    min-height: 72px;
}

.el-funnel .el-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 576px) {
    .el-funnel .el-form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .el-form-grid__full {
        grid-column: 1 / -1;
    }
}

.el-form-submit {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    background: #2563eb;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
    text-decoration: none;
}

.el-form-submit:hover:not(:disabled),
.el-form-submit:focus,
.el-form-submit:focus-visible {
    color: #fff !important;
    background: #1d4ed8;
    text-decoration: none;
}

.el-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    color: #fff !important;
}

.el-form-password-wrap { position: relative; }

.el-form-password-wrap .el-form-input { padding-right: 44px; }

.el-form-password-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
}

.el-form-password-toggle:hover { color: #4b5563; }

.el-funnel .el-photo-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.el-photo-upload__preview-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.el-photo-upload__preview,
.el-photo-upload__fallback {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.el-photo-upload__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 600;
}

.el-photo-upload__input { display: none; }

.el-photo-upload__btn {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
}

.el-photo-upload__btn:hover { background: #f1f5f9; }

.el-funnel .el-alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
}

.el-alert--success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.el-alert--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.el-funnel__benefits {
    padding: 60px 0;
    background: #fff;
}

.el-funnel__section-title {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0;
}

.el-funnel__benefit-card {
    height: 100%;
    padding: 24px 20px;
    background: #f8fbff;
    border: 1px solid #e8f4ff;
    border-radius: 12px;
    text-align: center;
}

.el-funnel__benefit-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    border-radius: 50%;
    color: #2563eb;
    font-size: 22px;
}

.el-funnel__benefit-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.el-funnel__benefit-card p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

.el-funnel__steps {
    padding: 60px 0;
    background: #f8fbff;
}

.el-funnel__step-card {
    height: 100%;
    padding: 20px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.el-funnel__step-num {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #2563eb;
    background: #dbeafe;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.el-funnel__step-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
}

.el-funnel__step-card p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.el-funnel__brands {
    padding: 40px 0 60px;
}

.el-funnel__data-trust {
    padding: 50px 0 60px;
    background: #f8fbff;
    border-top: 1px solid #e8f4ff;
}

.el-funnel__data-trust-header {
    max-width: 640px;
    margin: 0 auto 32px;
}

.el-funnel__data-trust-lead {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 12px 0 0;
}

.el-funnel__data-trust-card {
    height: 100%;
    padding: 22px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
}

.el-funnel__data-trust-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    border-radius: 50%;
    color: #059669;
    font-size: 20px;
}

.el-funnel__data-trust-card h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
}

.el-funnel__data-trust-card p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

.el-funnel__data-trust-footer {
    margin: 28px 0 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.el-funnel__data-trust-footer a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.el-funnel__data-trust-footer a:hover {
    color: #1d4ed8;
}

.el-funnel__hero-steps {
    margin-top: 8px;
}

.el-funnel__referral-bonus {
    position: relative;
    overflow: hidden;
    padding: 24px 24px 22px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.el-funnel__referral-bonus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
    pointer-events: none;
}

.el-funnel__referral-bonus-referrer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 1.45;
    color: #334155;
}

.el-funnel__referral-bonus-referrer strong {
    color: #15803d;
    font-weight: 700;
}

.el-funnel__referral-bonus-referrer-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #16a34a;
}

.el-funnel__referral-bonus-referrer-icon i {
    font-size: 18px;
    line-height: 1;
}

.el-funnel__referral-bonus-hero {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    margin-bottom: 22px;
}

.el-funnel__referral-bonus-amount {
    flex-shrink: 0;
    font-size: clamp(3rem, 8vw, 4.25rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #16a34a;
}

.el-funnel__referral-bonus-currency {
    font-size: 0.55em;
    vertical-align: super;
    margin-right: 2px;
}

.el-funnel__referral-bonus-copy {
    flex: 1 1 220px;
    min-width: 0;
}

.el-funnel__referral-bonus-title {
    margin: 0 0 8px;
    font-size: clamp(1.2rem, 2.5vw, 1.55rem);
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
}

.el-funnel__referral-bonus-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
}

.el-funnel__referral-bonus-text strong {
    color: #15803d;
    font-weight: 700;
}

.el-funnel__referral-bonus-steps {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.el-funnel__referral-bonus-steps li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.el-funnel__referral-bonus-step-num {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.el-funnel__referral-bonus-step-text {
    color: #334155;
}

.el-funnel__referral-bonus-note {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
}

.el-funnel__referral-bonus-note a {
    color: #15803d;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.el-funnel__referral-bonus-note a:hover {
    color: #166534;
}

@media (max-width: 575.98px) {
    .el-funnel__referral-bonus {
        padding: 22px 18px 20px;
    }

    .el-funnel__referral-bonus-hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.el-funnel__section-title--hero {
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    margin-bottom: 16px;
    text-align: left;
}

.el-funnel__hero-steps .el-funnel__step-card {
    height: 100%;
}

.el-form-submit--interest {
    background: #f7a400;
    font-size: 17px;
    letter-spacing: 0.02em;
    text-transform: none;
    box-shadow: 0 4px 14px rgba(247, 164, 0, 0.35);
    color: #fff !important;
}

.el-form-submit--interest:hover:not(:disabled),
.el-form-submit--interest:focus,
.el-form-submit--interest:focus-visible {
    color: #fff !important;
    background: #e09400;
    box-shadow: 0 6px 18px rgba(247, 164, 0, 0.4);
    text-decoration: none;
}

.el-form-submit--interest:disabled {
    color: #fff !important;
    box-shadow: none;
}

.el-funnel .turnstile-field {
    display: block;
    width: 100%;
    min-width: 0;
}

.el-funnel .turnstile-field .cf-turnstile {
    width: 100% !important;
    max-width: 100% !important;
}

.el-funnel .turnstile-field .cf-turnstile > div,
.el-funnel .turnstile-field iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .el-funnel__hero {
        padding: 40px 0 50px;
    }
}

/* Footer Facebook page card */
.footer-fb-card {
    max-width: 300px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
}

.footer-fb-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-fb-card__avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.footer-fb-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    background: #f0f2f5;
    border: 2px solid #fff;
    padding: 10px;
    transform: scale(0.85);
}

.footer-fb-card__fb-icon {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1877f2;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 11px;
    line-height: 1;
}

.footer-fb-card__identity {
    min-width: 0;
}

.footer-fb-card__name {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #050505;
}

.footer-fb-card__verified {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}

.footer-fb-card__verified svg {
    display: block;
    width: 15px;
    height: 15px;
}

.footer-fb-card__meta {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #65676b;
}

.footer-fb-card__bio {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #65676b;
}

.footer-fb-card__follow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff !important;
    text-decoration: none;
    background: #1877f2;
    border-radius: 2px;
    transition: background 0.2s ease;
}

.footer-fb-card__follow:hover,
.footer-fb-card__follow:focus {
    color: #fff !important;
    background: #166fe5;
    text-decoration: none;
}

.footer-fb-card__follow i {
    font-size: 15px;
}

.footer-area .footer-bottom {
    padding-bottom: 0;
}

.footer-legal-bar {
    margin-top: 12px;
    padding: 10px 0;
    border-top: 1px solid var(--tg-border-1);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.footer-legal-bar a {
    color: var(--tg-body-color);
}

.footer-legal-bar a:hover {
    color: var(--tg-theme-primary);
}

.banner-content p {
    text-transform: none;
}

.banner-content .title {
    text-transform: none;
}

.banner-scroll a {
    color: var(--tg-theme-primary);
}

.banner-scroll a span {
    border-color: var(--tg-theme-primary);
}

.banner-content .btn i {
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.counter-area {
    background-color: #fffbf3;
    background-image: none;
    padding: 50px 0 40px;
    border-bottom: 1px solid var(--tg-color-yellow-light-4);
}

@media (max-width: 767.98px) {
    .counter-area {
        padding: 40px 0 35px;
    }
}

.testimonial-img-wrap {
    padding: 40px 0 56px;
}

.testimonial-img-wrap .img-shape {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.testimonial-img-wrap .testimonial-video {
    position: relative;
    width: min(100%, 320px);
    height: 420px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--tg-color-yellow-light-4);
    box-shadow: none;
    background-color: var(--tg-color-yellow-light-4);
    z-index: 2;
}

/* Eligibility CTA (homepage) */
.eligibility-cta {
    width: 100%;
    padding: 80px 0;
    background-color: #fffbf3;
    background-image: none;
    border-top: 1px solid var(--tg-color-yellow-light-4);
    border-bottom: 1px solid var(--tg-color-yellow-light-4);
}

@media (max-width: 767.98px) {
    .eligibility-cta {
        padding: 60px 0;
    }
}

.eligibility-cta__inner {
    width: 100%;
}

.eligibility-cta__badge {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border: none;
    border-radius: 999px;
}

.eligibility-cta__title {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--tg-heading-color);
}

@media (max-width: 767.98px) {
    .eligibility-cta__title {
        font-size: 30px;
    }
}

.eligibility-cta__lead {
    max-width: 720px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.65;
    color: var(--tg-body-color);
}

.eligibility-cta__lead strong {
    color: var(--tg-heading-color);
}

.eligibility-cta__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

@media (max-width: 991.98px) {
    .eligibility-cta__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479.98px) {
    .eligibility-cta__features {
        grid-template-columns: 1fr;
    }
}

.eligibility-cta__features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-border-2);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(20, 23, 108, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eligibility-cta__features li:hover {
    border-color: var(--tg-color-yellow-light-4);
    box-shadow: 0 6px 20px rgba(247, 164, 0, 0.12);
}

.eligibility-cta__feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-radius: 10px;
}

.eligibility-cta__feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.eligibility-cta__feature-text strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--tg-heading-color);
    line-height: 1.3;
}

.eligibility-cta__feature-text small {
    font-size: 13px;
    line-height: 1.4;
    color: var(--tg-color-gray-4);
}

.eligibility-cta__info {
    margin: 0 0 32px;
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--tg-body-color);
    background: var(--tg-color-white-default);
    border-left: 4px solid var(--tg-theme-primary);
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 12px rgba(20, 23, 108, 0.05);
    text-align: left;
}

.eligibility-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.eligibility-cta__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    background: var(--tg-theme-secondary) !important;
    color: var(--tg-color-white-default) !important;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eligibility-cta__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(25, 29, 136, 0.25);
    color: var(--tg-color-white-default) !important;
}

.eligibility-cta__btn-primary::before {
    background: var(--tg-theme-primary) !important;
}

.eligibility-cta__phone {
    display: flex;
    align-items: center;
    gap: 14px;
}

.eligibility-cta__phone-icon {
    font-size: 32px;
    line-height: 0;
    color: var(--tg-theme-primary);
}

.eligibility-cta__phone-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.eligibility-cta__phone-text > span {
    font-size: 13px;
    color: var(--tg-color-gray-4);
}

.eligibility-cta__phone-text a {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.eligibility-cta__phone-text a:hover {
    color: var(--tg-theme-primary);
}

.testimonial-img-wrap .testimonial-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: var(--tg-color-yellow-light-4);
    color: inherit;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}

.testimonial-img-wrap .testimonial-video__poster img,
.testimonial-img-wrap .testimonial-video__poster video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    background-color: var(--tg-color-yellow-light-4);
    pointer-events: none;
}

.mfp-html5-video-wrap {
    max-width: min(900px, 92vw);
    margin: 0 auto;
}

.mfp-html5-video {
    display: block;
    width: 100%;
    max-height: 85vh;
    background: #000;
    pointer-events: auto;
}

.mfp-testimonial-video .mfp-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    color: #fff;
    font-size: 32px;
    opacity: 1;
    z-index: 1047;
    background: rgba(15, 23, 42, 0.75);
    border-radius: 50%;
}

.mfp-testimonial-video .mfp-close:hover,
.mfp-testimonial-video .mfp-close:focus {
    opacity: 1;
    background: rgba(15, 23, 42, 0.92);
}

.testimonial-img-wrap .testimonial-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    padding-left: 4px;
}

/* Breadcrumb: 50% less vertical padding, hide selected decorative shapes */
.breadcrumb__bg {
    padding: 52.5px 0 55px;
}

@media (max-width: 991.98px) {
    .breadcrumb__bg {
        padding: 42.5px 0 45px;
    }
}

.breadcrumb__shape img:nth-child(1),
.breadcrumb__shape img:nth-child(2),
.breadcrumb__shape img:nth-child(4),
.breadcrumb__shape img:nth-child(5) {
    display: none;
}

.breadcrumb__shape img:nth-child(3) {
    z-index: 0;
}

.breadcrumb__bg > .container {
    position: relative;
    z-index: 1;
}

.breadcrumb__content .title {
    font-size: 36px;
}

@media (max-width: 991.98px) {
    .breadcrumb__content .title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content .title {
        font-size: 28px;
    }
}

/* About Us: keep main image same footprint as original whoweare1.jpg */
.about__area-four .about__img-wrap-four > img:first-child {
    max-width: 416px;
    width: 100%;
    max-height: 406px;
    object-fit: cover;
}

/* About Us: overlay image same footprint as original whoweare3.jpg (~220px) */
.about__area-four .about__img-wrap-four > img:nth-child(2) {
    width: 220px;
    height: 220px;
    max-width: 220px;
    object-fit: cover;
}

/* About Us: brand strip same height as counter section */
.page-about-us .brand__area-five {
    display: flex;
    align-items: center;
    min-height: 220px;
    padding: 50px 0 40px;
    box-sizing: border-box;
}

.page-about-us .brand__area-five .container {
    width: 100%;
}

@media (max-width: 767.98px) {
    .page-about-us .brand__area-five {
        min-height: auto;
        padding: 40px 0 35px;
    }
}

/* About Us: new company details sections */
.page-about-us .about-company-details {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-about-us .about-mission-vision {
    padding: 0 0 120px;
}

.page-about-us .about-mission-vision__card {
    background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fc 100%);
    border: 1px solid rgba(25, 29, 136, 0.1);
    border-radius: 12px;
    padding: 36px 32px;
    height: 100%;
    box-shadow: 0 4px 24px rgba(20, 23, 108, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-about-us .about-mission-vision__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(20, 23, 108, 0.1);
}

.page-about-us .about-mission-vision__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    border-radius: 50%;
    margin-bottom: 20px;
}

.page-about-us .about-mission-vision__icon i {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.page-about-us .about-mission-vision__card .title {
    font-size: 22px;
    margin-bottom: 14px;
}

.page-about-us .about-mission-vision__card p {
    margin-bottom: 0;
    line-height: 1.7;
}

.page-about-us .about-what-we-do {
    background: #fafbfc;
}

.page-about-us .about-what-we-do__list {
    margin-bottom: 24px;
}

.page-about-us .about-what-we-do__list .list-wrap li {
    margin-bottom: 10px;
}

.page-about-us .about__img-wrap-four--single > img:first-child {
    max-width: 100%;
    max-height: 480px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.page-about-us .about__img-wrap-four--single > img:nth-child(2) {
    display: none;
}

.page-about-us .about-why-choose {
    background: #fff;
}

.page-about-us .about-why-choose__card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid rgba(25, 29, 136, 0.08);
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(20, 23, 108, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-about-us .about-why-choose__card:hover {
    transform: translateY(-4px);
    border-color: rgba(25, 29, 136, 0.15);
    box-shadow: 0 12px 32px rgba(20, 23, 108, 0.1);
}

.page-about-us .about-why-choose__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    border-radius: 12px;
}

.page-about-us .about-why-choose__icon i {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}

.page-about-us .about-why-choose__content .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.page-about-us .about-why-choose__content p {
    margin-bottom: 0;
    line-height: 1.7;
}

.page-about-us .about-uk-students {
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.page-about-us .about-uk-students__cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.page-about-us .about-uk-students__city {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid rgba(25, 29, 136, 0.12);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    box-shadow: 0 2px 8px rgba(20, 23, 108, 0.04);
}

.page-about-us .about-start-journey {
    padding: 70px 0;
    background: var(--tg-theme-primary);
}

.page-about-us .about-start-journey__inner p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    margin-bottom: 16px;
}

.page-about-us .about-start-journey__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 28px;
}

.page-about-us .about-start-journey__actions .btn {
    min-width: 180px;
}

@media (max-width: 991.98px) {
    .page-about-us .about-company-details,
    .page-about-us .about-what-we-do,
    .page-about-us .about-mature-students,
    .page-about-us .about-why-choose,
    .page-about-us .about-uk-students {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .page-about-us .about-mission-vision {
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .page-about-us .about-why-choose__card {
        padding: 24px 20px;
    }

    .page-about-us .about-uk-students__cities {
        margin-top: 20px;
    }
}

.services__details-register-cta {
    margin-top: 40px;
}

.services__details-register-cta .sidebar__contact {
    background-color: #fffbf3;
    background-image: none;
    border: 1px solid var(--tg-color-yellow-light-4);
}

.services__details-register-cta .sidebar__contact .title {
    color: var(--tg-heading-color);
}

.services__details-register-cta .sidebar__contact p {
    color: var(--tg-body-color);
    margin-bottom: 28px;
    line-height: 1.65;
}

.services-page-details .services__details-list .row {
    align-items: stretch;
}

.services-page-details .services__details-list .col-md-6 {
    display: flex;
}

.services-page-details .services__details-list .services__details-list-box {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

.services__details-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    transition: color 0.3s ease, gap 0.3s ease;
}

.services__details-learn-more:hover {
    color: var(--tg-theme-secondary);
    gap: 12px;
}

/* Privacy Policy: Data Protection Contact card */
.dpo-contact-card {
    background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fc 100%);
    border: 1px solid rgba(25, 29, 136, 0.12);
    border-left: 4px solid var(--tg-theme-secondary);
    border-radius: 12px;
    padding: 28px 32px 32px;
    box-shadow: 0 4px 24px rgba(20, 23, 108, 0.06);
}

.dpo-contact-card__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.dpo-contact-card__icon {
    flex-shrink: 0;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(25, 29, 136, 0.15);
    background: #e8eef8;
    line-height: 0;
}

.dpo-contact-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.dpo-contact-card__title {
    color: var(--tg-heading-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.dpo-contact-card__subtitle {
    color: var(--tg-body-color, #6b7280);
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.85;
}

.dpo-contact-card__details {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.dpo-contact-card__details li {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(25, 29, 136, 0.08);
}

.dpo-contact-card__details li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dpo-contact-card__label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tg-theme-secondary);
}

.dpo-contact-card__value {
    font-size: 15px;
    color: var(--tg-heading-color);
    line-height: 1.5;
}

.dpo-contact-card__value a {
    color: var(--tg-theme-secondary);
    font-weight: 500;
    text-decoration: none;
}

.dpo-contact-card__value a:hover {
    text-decoration: underline;
}

.dpo-contact-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 15px;
    text-decoration: none;
}

/* Override .legal-doc a underline on the CTA button */
.legal-doc a.dpo-contact-card__btn,
.legal-doc a.dpo-contact-card__btn:hover,
.legal-doc a.dpo-contact-card__btn:focus,
.legal-doc a.dpo-contact-card__btn:active,
a.dpo-contact-card__btn.btn,
a.dpo-contact-card__btn.btn:hover,
a.dpo-contact-card__btn.btn:focus,
a.dpo-contact-card__btn.btn:active {
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .dpo-contact-card {
        padding: 22px 20px 26px;
    }

    .dpo-contact-card__details li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* Legal document layout (Privacy Policy, Terms & Conditions)
   Theme h3 defaults to 1.75rem; .services__details-content > .title is ~40px.
   These selectors intentionally outrank both so section headings stay quiet. */
.legal-doc {
    max-width: 42rem;
    color: var(--tg-body-color, #5d657b);
    font-size: 1rem;
    line-height: 1.75;
}

.legal-doc__header {
    margin-bottom: 0.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(25, 29, 136, 0.12);
}

.legal-doc__title {
    margin: 0 0 0.5rem;
    color: var(--tg-heading-color);
    font-size: 1.5rem; /* 24px — page title, not a services hero */
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    text-transform: none;
}

.legal-doc__updated {
    margin: 0;
    color: #6b7280;
    font-size: 0.8125rem; /* 13px */
    font-weight: 500;
    letter-spacing: 0.01em;
}

.legal-doc__section {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(25, 29, 136, 0.08);
    scroll-margin-top: 110px;
}

.legal-doc__section--last,
.legal-doc__section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.services__details-content.legal-doc .legal-doc__heading,
.services__details-content.legal-doc h3.legal-doc__heading,
.services__details-content.legal-doc h3.title,
.legal-doc .legal-doc__heading {
    margin: 0 0 0.75rem;
    color: var(--tg-heading-color);
    font-size: 1.125rem; /* 18px — clear hierarchy without shouting */
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-transform: none;
}

.legal-doc p {
    margin-bottom: 0.875rem;
    line-height: 1.75;
}

.legal-doc p:last-child {
    margin-bottom: 0;
}

.legal-doc a {
    color: var(--tg-theme-secondary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.legal-doc a:hover {
    color: var(--tg-heading-color);
}

.legal-doc__list {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem; /* modest indent vs body text */
    list-style: none;
}

.legal-doc__list > li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.125rem;
    line-height: 1.5; /* denser than body (1.75), still readable */
}

.legal-doc__list > li:last-child {
    margin-bottom: 0;
}

.legal-doc__list > li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tg-theme-secondary);
}

.legal-doc__basis {
    display: block;
    margin-top: 0.375rem;
    padding: 0.375rem 0.625rem;
    border-left: 2px solid rgba(25, 29, 136, 0.18);
    background: rgba(240, 248, 255, 0.65);
    color: #6b7280;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.55;
}

.legal-doc__emphasis {
    margin-top: 0.25rem;
}

/* Sticky TOC + denser nav on legal pages */
.legal-doc-page .services__sidebar {
    position: sticky;
    top: 100px;
}

.legal-doc-page .sidebar__cat-list-two .list-wrap li {
    margin-bottom: 6px;
}

.legal-doc-page .sidebar__cat-list-two .list-wrap li a {
    padding: 11px 14px;
    font-size: 0.875rem;
    line-height: 1.35;
}

.legal-doc-page .sidebar__cat-list-two .list-wrap li a i {
    font-size: 18px;
}

.legal-doc-page .sidebar__widget + .sidebar__widget {
    margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .legal-doc-page .services__sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .legal-doc__title {
        font-size: 1.25rem; /* 20px */
    }

    .services__details-content.legal-doc .legal-doc__heading,
    .services__details-content.legal-doc h3.legal-doc__heading,
    .services__details-content.legal-doc h3.title,
    .legal-doc .legal-doc__heading {
        font-size: 1.0625rem; /* 17px */
    }

    .legal-doc__section {
        padding: 1.25rem 0;
        scroll-margin-top: 90px;
    }
}

/* Courses page pagination — fits container, no overflow */
.courses-page-wrap .pagination-wrap {
    width: 100%;
    max-width: 100%;
}

.courses-page-wrap .pagination-wrap nav {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.courses-page-wrap .pagination-wrap .pagination.list-wrap {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.courses-page-wrap .pagination-wrap .pagination .page-item {
    flex: 0 0 auto;
}

.courses-page-wrap .pagination-wrap .pagination .page-link {
    width: 44px;
    height: 44px;
    font-size: 16px;
}

.courses-page-wrap .pagination-wrap .pagination .page-item.page-ellipsis .page-link {
    width: 28px;
    border: none;
    background: transparent;
    pointer-events: none;
    font-size: 18px;
}

/* Benefits page hero */
.benefits-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 80px;
    background: linear-gradient(160deg, #eef6fc 0%, #f8fbff 45%, #fffbf3 100%);
}

@media (max-width: 991.98px) {
    .benefits-hero {
        padding: 56px 0 64px;
    }
}

.benefits-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 85% 20%, rgba(136, 211, 146, 0.14) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(25, 29, 136, 0.06) 0%, transparent 70%);
}

.benefits-hero__content {
    position: relative;
    z-index: 1;
}

.benefits-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-radius: 999px;
}

.benefits-hero__badge i {
    font-size: 13px;
    line-height: 1;
}

.benefits-hero__content .title {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: none;
    color: var(--tg-heading-color);
}

.benefits-hero__content .title .benefits-hero__title-line {
    display: block;
}

@media (min-width: 576px) {
    .benefits-hero__content .title .benefits-hero__title-line {
        white-space: nowrap;
    }
}

@media (max-width: 1199.98px) {
    .benefits-hero__content .title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .benefits-hero__content .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .benefits-hero__content .title {
        font-size: 48px;
    }
}

.benefits-hero__lead {
    margin: 0 0 24px;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--tg-body-color);
    max-width: 540px;
}

.benefits-hero__pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.benefits-hero__pills li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 10px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1d4ed8;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .benefits-hero__pills li {
        padding: 10px 16px;
        font-size: 0.8125rem;
    }
}

.benefits-hero__pills li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    color: var(--tg-theme-secondary);
    background: #eef2ff;
    border-radius: 50%;
}

.benefits-hero__visual {
    position: relative;
    text-align: center;
    z-index: 1;
}

.benefits-hero__visual-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(136, 211, 146, 0.2) 0%, transparent 70%);
    z-index: -1;
}

.benefits-hero__image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(25, 29, 136, 0.1));
}

.benefits-hero--promo {
    background: #fff;
}

.benefits-hero--promo .benefits-hero__bg {
    background:
        radial-gradient(ellipse 50% 40% at 100% 15%, rgba(224, 36, 36, 0.05) 0%, transparent 70%),
        radial-gradient(ellipse 45% 35% at 0% 85%, rgba(25, 29, 136, 0.04) 0%, transparent 70%);
}

.benefits-hero__content--promo .benefits-hero__headline {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 0 22px;
}

.benefits-hero__headline-primary,
.benefits-hero__headline-accent {
    display: block;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.benefits-hero__headline-primary {
    color: #111827;
}

.benefits-hero__headline-accent {
    color: #e02424;
}

.benefits-hero__content--promo .benefits-hero__lead {
    margin: 0 0 28px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
    max-width: 520px;
}

.benefits-hero__content--promo .benefits-hero__lead strong {
    color: #111827;
    font-weight: 700;
}

.benefits-hero__actions {
    margin-bottom: 22px;
}

.benefits-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #e02424;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(224, 36, 36, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.benefits-hero__cta:hover {
    color: #fff;
    background: #c81e1e;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(224, 36, 36, 0.32);
}

.benefits-hero__cta i {
    font-size: 1rem;
    line-height: 1;
}

.benefits-hero__trust {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefits-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}

.benefits-hero__trust li i {
    font-size: 0.8125rem;
    color: #94a3b8;
}

.benefits-hero__trust-item--highlight {
    color: #16a34a;
    font-weight: 600;
}

.benefits-hero__trust-item--highlight i {
    color: #16a34a;
}

@media (max-width: 575.98px) {
    .benefits-hero__trust {
        gap: 12px;
    }

    .benefits-hero__trust li {
        font-size: 0.75rem;
    }
}

/* Benefits page — audience fit section */
.benefits-audience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.benefits-audience__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 40% 50% at 0% 0%, rgba(25, 29, 136, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 35% 45% at 100% 100%, rgba(224, 36, 36, 0.05) 0%, transparent 70%);
}

.benefits-audience__header {
    max-width: 680px;
    margin: 0 auto 52px;
    text-align: center;
}

.benefits-audience__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 16px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #991b1b;
    background: rgba(254, 242, 242, 0.9);
    border: 1px solid rgba(254, 202, 202, 0.9);
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.benefits-audience__title {
    margin: 0 0 14px;
    font-size: clamp(1.875rem, 3.2vw, 2.625rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.benefits-audience__subtitle {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-audience__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 28px 32px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02), 0 16px 40px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefits-audience__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--tg-theme-secondary), #e02424);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.benefits-audience__card:hover {
    transform: translateY(-4px);
    border-color: rgba(191, 219, 254, 0.8);
    box-shadow: 0 8px 12px rgba(15, 23, 42, 0.04), 0 24px 48px rgba(15, 23, 42, 0.1);
}

.benefits-audience__card:hover::before {
    opacity: 1;
}

.benefits-audience__card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.benefits-audience__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    font-size: 1.125rem;
    color: #fff;
    background: linear-gradient(135deg, var(--tg-theme-secondary) 0%, #2d327a 100%);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(25, 29, 136, 0.22);
}

.benefits-audience__label {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e02424;
    line-height: 1.35;
}

.benefits-audience__card-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.benefits-audience__card-text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #64748b;
}

.benefits-audience__card-text strong {
    color: #334155;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .benefits-audience__header {
        margin-bottom: 36px;
        text-align: left;
    }

    .benefits-audience__card {
        padding: 24px 22px 26px;
    }
}

/* Benefits page — myths vs facts section */
.benefits-myths {
    background: #fff;
}

.benefits-myths__header {
    max-width: 720px;
    margin-bottom: 40px;
}

.benefits-myths__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 999px;
}

.benefits-myths__title {
    margin: 0;
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.benefits-myths__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefits-myths__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.benefits-myths__item:hover {
    border-color: #d1d5db;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.benefits-myths__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 0.875rem;
    color: #fff;
    background: #16a34a;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.28);
}

.benefits-myths__content {
    flex: 1;
    min-width: 0;
}

.benefits-myths__myth {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: #94a3b8;
    text-decoration: line-through;
    text-decoration-color: #cbd5e1;
}

.benefits-myths__fact {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #334155;
}

.benefits-myths__fact strong {
    color: #be123c;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .benefits-myths__item {
        padding: 18px 16px;
        gap: 14px;
    }

    .benefits-myths__check {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }
}

/* Benefits page — Student Finance transparency section */
.benefits-transparency {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.benefits-transparency__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 45% 40% at 15% 20%, rgba(22, 163, 74, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 85% 80%, rgba(225, 29, 72, 0.06) 0%, transparent 70%);
}

.benefits-transparency__header {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.benefits-transparency__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 16px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #991b1b;
    background: rgba(254, 242, 242, 0.95);
    border: 1px solid #fecaca;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.benefits-transparency__title {
    margin: 0 0 14px;
    font-size: clamp(1.875rem, 3.2vw, 2.625rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.benefits-transparency__subtitle {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-transparency__emphasis {
    text-decoration: underline;
    text-decoration-color: rgba(224, 36, 36, 0.35);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.benefits-transparency__panel {
    position: relative;
    padding: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02), 0 20px 44px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefits-transparency__panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(15, 23, 42, 0.04), 0 28px 56px rgba(15, 23, 42, 0.1);
}

.benefits-transparency__panel--is::before,
.benefits-transparency__panel--isnt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.benefits-transparency__panel--is::before {
    background: linear-gradient(90deg, #16a34a, #4ade80);
}

.benefits-transparency__panel--isnt::before {
    background: linear-gradient(90deg, #e11d48, #fb7185);
}

.benefits-transparency__panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 26px 28px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.benefits-transparency__panel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    font-size: 1rem;
    border-radius: 14px;
    color: #fff;
}

.benefits-transparency__panel-badge--is {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    box-shadow: 0 8px 20px rgba(22, 163, 74, 0.28);
}

.benefits-transparency__panel-badge--isnt {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.24);
}

.benefits-transparency__panel-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #0f172a;
}

.benefits-transparency__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 8px 12px 16px;
    list-style: none;
}

.benefits-transparency__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
    border-radius: 12px;
    transition: background-color 0.2s ease;
}

.benefits-transparency__item:hover {
    background: rgba(248, 250, 252, 0.9);
}

.benefits-transparency__item--highlight {
    background: rgba(248, 250, 252, 0.85);
}

.benefits-transparency__item--highlight strong {
    color: #0f172a;
    font-weight: 700;
}

.benefits-transparency__panel--is .benefits-transparency__item--highlight strong {
    color: #15803d;
}

.benefits-transparency__panel--isnt .benefits-transparency__item--highlight strong {
    color: #be123c;
}

.benefits-transparency__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 0.6875rem;
    border-radius: 8px;
}

.benefits-transparency__item-icon--is {
    color: #16a34a;
    background: #dcfce7;
}

.benefits-transparency__item-icon--isnt {
    color: #e11d48;
    background: #ffe4e6;
}

@media (max-width: 767.98px) {
    .benefits-transparency__header {
        margin-bottom: 36px;
        text-align: left;
    }

    .benefits-transparency__panel-head {
        padding: 22px 20px 18px;
    }

    .benefits-transparency__list {
        padding: 6px 8px 12px;
    }

    .benefits-transparency__item {
        padding: 12px 12px;
    }
}

/* Benefits page — repayment calculator */
.benefits-repay-calc {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.benefits-repay-calc__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 50% 45% at 100% 0%, rgba(25, 29, 136, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 0% 100%, rgba(22, 163, 74, 0.05) 0%, transparent 70%);
}

.benefits-repay-calc__header {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.benefits-repay-calc__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tg-theme-secondary);
    background: rgba(238, 242, 255, 0.95);
    border: 1px solid rgba(199, 210, 254, 0.9);
    border-radius: 999px;
}

.benefits-repay-calc__title {
    margin: 0 0 14px;
    font-size: clamp(1.875rem, 3.2vw, 2.625rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.benefits-repay-calc__subtitle {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-repay-calc__panel {
    padding: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02), 0 18px 40px rgba(15, 23, 42, 0.06);
}

.benefits-repay-calc__panel-title {
    margin: 0 0 22px;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}

.benefits-repay-calc__field + .benefits-repay-calc__field {
    margin-top: 24px;
}

.benefits-repay-calc__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.benefits-repay-calc__label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #334155;
}

.benefits-repay-calc__value {
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--tg-theme-secondary);
}

.benefits-repay-calc__select {
    width: 100%;
    padding: 12px 14px;
    font-size: 0.9375rem;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    cursor: pointer;
}

.benefits-repay-calc__select:focus {
    outline: none;
    border-color: var(--tg-theme-secondary);
    box-shadow: 0 0 0 3px rgba(25, 29, 136, 0.12);
}

.benefits-repay-calc__range {
    width: 100%;
    height: 8px;
    margin: 0;
    accent-color: var(--tg-theme-secondary);
    cursor: pointer;
}

.benefits-repay-calc__range-hints {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.75rem;
    color: #94a3b8;
}

.benefits-repay-calc__hint {
    margin: 10px 0 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.benefits-repay-calc__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.benefits-repay-calc__stat {
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.benefits-repay-calc__stat-label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.benefits-repay-calc__stat-value {
    display: block;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
}

.benefits-repay-calc__stat-value--status {
    color: #16a34a;
}

.benefits-repay-calc__stat-value--status.is-paused {
    color: #64748b;
}

.benefits-repay-calc__highlight {
    margin-top: 22px;
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(220, 38, 38, 0.18);
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.benefits-repay-calc__highlight-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--tg-theme-secondary);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.benefits-repay-calc__highlight-text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #334155;
}

.benefits-repay-calc__highlight-text strong {
    color: #0f172a;
}

.benefits-repay-calc__facts {
    display: grid;
    gap: 12px;
}

.benefits-repay-calc__fact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.benefits-repay-calc__fact i {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--tg-theme-secondary);
}

.benefits-repay-calc__fact p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
}

.benefits-repay-calc__fact strong {
    color: #0f172a;
}

.benefits-repay-calc__disclaimer {
    max-width: 920px;
    margin: 28px auto 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    text-align: center;
    color: #64748b;
}

.benefits-repay-calc__disclaimer a {
    color: var(--tg-theme-secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767.98px) {
    .benefits-repay-calc__header {
        text-align: left;
    }

    .benefits-repay-calc__panel {
        padding: 22px 18px;
    }

    .benefits-repay-calc__stats {
        grid-template-columns: 1fr;
    }
}

/* Benefits page — UC, benefits & existing debt options */
.benefits-support-options {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.benefits-support-options__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 50% 45% at 10% 15%, rgba(25, 29, 136, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 45% 40% at 90% 85%, rgba(22, 163, 74, 0.05) 0%, transparent 70%);
}

.benefits-support-options__header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.benefits-support-options__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 16px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #191d88;
    background: rgba(238, 242, 255, 0.95);
    border: 1px solid #c7d2fe;
    border-radius: 999px;
}

.benefits-support-options__title {
    margin: 0 0 14px;
    font-size: clamp(1.875rem, 3.2vw, 2.625rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.benefits-support-options__subtitle {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-support-options__card {
    padding: 28px 26px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02), 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefits-support-options__card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 8px 12px rgba(15, 23, 42, 0.04), 0 26px 52px rgba(15, 23, 42, 0.09);
}

.benefits-support-options__card--action {
    background: linear-gradient(160deg, rgba(238, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: #c7d2fe;
}

.benefits-support-options__card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.benefits-support-options__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #191d88 0%, #3b3fd4 100%);
    color: #fff;
    font-size: 1.125rem;
    box-shadow: 0 8px 20px rgba(25, 29, 136, 0.22);
}

.benefits-support-options__icon--benefits {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.22);
}

.benefits-support-options__icon--debt {
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
    box-shadow: 0 8px 20px rgba(180, 83, 9, 0.22);
}

.benefits-support-options__icon--action {
    background: linear-gradient(135deg, #be123c 0%, #e11d48 100%);
    box-shadow: 0 8px 20px rgba(190, 18, 60, 0.22);
}

.benefits-support-options__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.benefits-support-options__card-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}

.benefits-support-options__card-text {
    margin: 0 0 14px;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
}

.benefits-support-options__card-text strong {
    color: #0f172a;
}

.benefits-support-options__points {
    margin: 0 0 16px;
    padding-left: 1.1rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #475569;
}

.benefits-support-options__points li + li {
    margin-top: 8px;
}

.benefits-support-options__points strong {
    color: #0f172a;
}

.benefits-support-options__callout {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(22, 163, 74, 0.25);
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.benefits-support-options__callout p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #334155;
}

.benefits-support-options__callout strong {
    color: #0f172a;
}

.benefits-support-options__option {
    margin: 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #475569;
}

.benefits-support-options__option-label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-theme-secondary);
}

.benefits-support-options__option a {
    color: var(--tg-theme-secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.benefits-support-options__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.benefits-support-options__actions--footer {
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 8px;
}

.benefits-support-options__wide {
    margin-top: 28px;
    padding: 34px 32px;
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(238, 242, 255, 0.75) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid #c7d2fe;
    box-shadow: 0 8px 12px rgba(15, 23, 42, 0.03), 0 24px 52px rgba(15, 23, 42, 0.07);
}

.benefits-support-options__wide-header {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.benefits-support-options__wide-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #191d88;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c7d2fe;
    border-radius: 999px;
}

.benefits-support-options__wide-title {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.benefits-support-options__wide-subtitle {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-support-options__panel {
    padding: 26px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02);
}

.benefits-support-options__panel--credit {
    border-top: 4px solid #16a34a;
}

.benefits-support-options__panel--home {
    border-top: 4px solid #191d88;
}

.benefits-support-options__panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.benefits-support-options__panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #16a34a 0%, #4ade80 100%);
    color: #fff;
    font-size: 1rem;
}

.benefits-support-options__panel-icon--home {
    background: linear-gradient(135deg, #191d88 0%, #3b3fd4 100%);
}

.benefits-support-options__panel-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}

.benefits-support-options__panel-text {
    margin: 0 0 14px;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
}

.benefits-support-options__panel-text strong {
    color: #0f172a;
}

.benefits-support-options__panel-foot {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #64748b;
}

.benefits-support-options__panel-foot a {
    color: var(--tg-theme-secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.benefits-support-options__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.benefits-support-options__btn--primary {
    color: #fff;
    background: var(--tg-theme-secondary);
    box-shadow: 0 10px 24px rgba(224, 36, 36, 0.25);
}

.benefits-support-options__btn--primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(224, 36, 36, 0.3);
}

.benefits-support-options__btn--secondary {
    color: #191d88;
    background: #fff;
    border: 1px solid #c7d2fe;
}

.benefits-support-options__btn--secondary:hover {
    color: #191d88;
    background: #eef2ff;
}

.benefits-support-options__disclaimer {
    max-width: 920px;
    margin: 32px auto 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    text-align: center;
    color: #64748b;
}

.benefits-support-options__disclaimer a {
    color: var(--tg-theme-secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767.98px) {
    .benefits-support-options__header {
        text-align: left;
    }

    .benefits-support-options__card {
        padding: 22px 18px;
    }

    .benefits-support-options__wide {
        padding: 24px 18px;
    }

    .benefits-support-options__actions {
        flex-direction: column;
    }

    .benefits-support-options__actions--footer {
        align-items: stretch;
    }

    .benefits-support-options__btn {
        width: 100%;
    }
}

/* Benefits page — funding estimator */
.benefits-fund-calc {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.benefits-fund-calc__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 45% 40% at 0% 20%, rgba(22, 163, 74, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 100% 80%, rgba(25, 29, 136, 0.06) 0%, transparent 70%);
}

.benefits-fund-calc__header {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.benefits-fund-calc__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #166534;
    background: rgba(240, 253, 244, 0.95);
    border: 1px solid rgba(134, 239, 172, 0.8);
    border-radius: 999px;
}

.benefits-fund-calc__title {
    margin: 0 0 14px;
    font-size: clamp(1.875rem, 3.2vw, 2.625rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.benefits-fund-calc__subtitle {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-fund-calc__panel {
    padding: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02), 0 18px 40px rgba(15, 23, 42, 0.06);
}

.benefits-fund-calc__panel-title {
    margin: 0 0 22px;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}

.benefits-fund-calc__field + .benefits-fund-calc__field {
    margin-top: 24px;
}

.benefits-fund-calc__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.benefits-fund-calc__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #334155;
}

.benefits-fund-calc__value {
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--tg-theme-secondary);
}

.benefits-fund-calc__select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    font-size: 0.9375rem;
    color: #0f172a;
}

.benefits-fund-calc__select:focus {
    outline: none;
    border-color: #191d88;
    box-shadow: 0 0 0 3px rgba(25, 29, 136, 0.12);
}

.benefits-fund-calc__select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    background: #f8fafc;
}

.benefits-fund-calc__range {
    width: 100%;
    accent-color: var(--tg-theme-secondary);
}

.benefits-fund-calc__range-hints {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.75rem;
    color: #94a3b8;
}

.benefits-fund-calc__hint {
    margin: 10px 0 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #64748b;
}

.benefits-fund-calc__checks {
    margin: 0;
    padding: 0;
    border: 0;
}

.benefits-fund-calc__checks .benefits-fund-calc__label {
    margin-bottom: 12px;
}

.benefits-fund-calc__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
    cursor: pointer;
}

.benefits-fund-calc__check input {
    margin-top: 3px;
    accent-color: var(--tg-theme-secondary);
}

.benefits-fund-calc__hero {
    margin-bottom: 22px;
    padding: 22px 20px;
    text-align: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 1px solid rgba(22, 163, 74, 0.2);
}

.benefits-fund-calc__hero-label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.benefits-fund-calc__hero-value {
    display: block;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.1;
    color: #166534;
}

.benefits-fund-calc__hero-note {
    margin: 8px 0 0;
    font-size: 0.875rem;
    color: #64748b;
}

.benefits-fund-calc__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.benefits-fund-calc__stat {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.benefits-fund-calc__stat-label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.benefits-fund-calc__stat-value {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}

.benefits-fund-calc__breakdown {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.benefits-fund-calc__breakdown li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e2e8f0;
    font-size: 0.875rem;
    color: #475569;
}

.benefits-fund-calc__breakdown li:first-child {
    border-top: 0;
    padding-top: 0;
}

.benefits-fund-calc__breakdown strong {
    font-weight: 800;
    color: #0f172a;
    text-align: right;
}

.benefits-fund-calc__breakdown em {
    grid-column: 1 / -1;
    font-size: 0.75rem;
    font-style: normal;
    color: #94a3b8;
}

.benefits-fund-calc__breakdown-total {
    margin-top: 4px;
    padding-top: 16px !important;
    border-top: 2px solid #cbd5e1 !important;
}

.benefits-fund-calc__breakdown-total strong {
    font-size: 1rem;
    color: var(--tg-theme-secondary);
}

.benefits-fund-calc__highlight {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(25, 29, 136, 0.18);
    background: linear-gradient(135deg, rgba(238, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.benefits-fund-calc__highlight-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #191d88;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.benefits-fund-calc__highlight-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #334155;
}

.benefits-fund-calc__facts {
    display: grid;
    gap: 12px;
}

.benefits-fund-calc__fact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.benefits-fund-calc__fact i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #16a34a;
}

.benefits-fund-calc__fact p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
}

.benefits-fund-calc__fact strong {
    color: #0f172a;
}

.benefits-fund-calc__disclaimer {
    max-width: 920px;
    margin: 28px auto 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    text-align: center;
    color: #64748b;
}

.benefits-fund-calc__disclaimer a {
    color: var(--tg-theme-secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.benefits-fund-calc__schedule {
    margin-top: 36px;
    padding: 32px 30px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 12px rgba(15, 23, 42, 0.03), 0 24px 52px rgba(15, 23, 42, 0.07);
}

.benefits-fund-calc__schedule-header {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.benefits-fund-calc__schedule-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #191d88;
    background: rgba(238, 242, 255, 0.95);
    border: 1px solid #c7d2fe;
    border-radius: 999px;
}

.benefits-fund-calc__schedule-title {
    margin: 0 0 10px;
    font-size: clamp(1.375rem, 2.4vw, 1.875rem);
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
}

.benefits-fund-calc__schedule-subtitle {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-fund-calc__schedule-totals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.benefits-fund-calc__schedule-total {
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.benefits-fund-calc__schedule-total--you {
    border-color: rgba(22, 163, 74, 0.22);
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.benefits-fund-calc__schedule-total--uni {
    border-color: rgba(25, 29, 136, 0.18);
    background: linear-gradient(135deg, rgba(238, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.benefits-fund-calc__schedule-total-label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.benefits-fund-calc__schedule-total-value {
    font-size: clamp(1.25rem, 2.2vw, 1.625rem);
    font-weight: 800;
    color: #0f172a;
}

.benefits-fund-calc__schedule-total--you .benefits-fund-calc__schedule-total-value {
    color: #166534;
}

.benefits-fund-calc__schedule-table-wrap {
    overflow-x: auto;
}

.benefits-fund-calc__schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.benefits-fund-calc__schedule-table th,
.benefits-fund-calc__schedule-table td {
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.9375rem;
    color: #334155;
}

.benefits-fund-calc__schedule-table th {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    background: #f8fafc;
}

.benefits-fund-calc__schedule-table td:not(:first-child) {
    font-weight: 800;
    color: #0f172a;
}

.benefits-fund-calc__schedule-table tbody tr:last-child td {
    border-bottom: 0;
}

.benefits-fund-calc__schedule-month {
    display: block;
    font-weight: 800;
    color: #0f172a;
}

.benefits-fund-calc__schedule-term {
    display: block;
    margin-top: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
}

.benefits-fund-calc__schedule-note {
    margin: 18px 0 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    text-align: center;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .benefits-fund-calc__header {
        text-align: left;
    }

    .benefits-fund-calc__panel {
        padding: 22px 18px;
    }

    .benefits-fund-calc__stats {
        grid-template-columns: 1fr;
    }

    .benefits-fund-calc__schedule {
        padding: 24px 18px;
    }

    .benefits-fund-calc__schedule-header {
        text-align: left;
    }

    .benefits-fund-calc__schedule-totals {
        grid-template-columns: 1fr;
    }

    .benefits-fund-calc__schedule-note {
        text-align: left;
    }
}

/* Benefits page — preparation support cards (How we help section) */
.benefits-prep-intro__title {
    margin: 0 0 12px;
    font-size: clamp(1.75rem, 3vw, 2.375rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.benefits-prep-intro__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

.benefits-prep-cards {
    display: grid;
    gap: 14px;
}

.benefits-prep-card {
    padding: 22px 22px 20px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.benefits-prep-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--tg-theme-secondary);
    font-size: 1.125rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.benefits-prep-card__title {
    margin: 0 0 8px;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.35;
    color: #0f172a;
}

.benefits-prep-card__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
}

.card-services-type-01.style-02 .card-info p a {
    color: var(--tg-theme-secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Benefits page — HTML banking phone mockup */
.benefits-banking-phone {
    display: inline-block;
    max-width: 100%;
    background: transparent;
}

.choose__area-six .choose__img-wrap-five.benefits-phone-wrap {
    padding-bottom: 4.5rem;
}

.benefits-banking-phone__device {
    position: relative;
    width: min(100%, 17.75rem);
    margin: 0 auto;
    padding: 0.38rem;
    border-radius: 3.1rem;
    background:
        linear-gradient(165deg, #ffb07a 0%, #f07a3a 16%, #d85f24 38%, #ff9a58 62%, #ea6f2f 82%, #c9561f 100%);
    box-shadow:
        0 2.25rem 4rem rgba(194, 65, 12, 0.18),
        0 0.85rem 1.75rem rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 220, 190, 0.85),
        inset 0 -1px 0 rgba(120, 40, 10, 0.28),
        inset 0 0 0 1px rgba(255, 200, 160, 0.45);
}

.benefits-banking-phone__device::before {
    content: '';
    position: absolute;
    inset: 0.12rem;
    border-radius: 2.95rem;
    pointer-events: none;
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 190, 0.35),
        inset 0 1px 0 rgba(255, 235, 210, 0.55);
}

.benefits-banking-phone__btn {
    position: absolute;
    z-index: 3;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffbe88 0%, #e06f32 48%, #b84f18 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 220, 190, 0.65),
        inset 0 -1px 0 rgba(100, 35, 8, 0.35),
        0 0 0 0.5px rgba(120, 40, 10, 0.15);
}

.benefits-banking-phone__btn--action {
    top: 6.35rem;
    left: -0.11rem;
    width: 0.17rem;
    height: 1.75rem;
}

.benefits-banking-phone__btn--vol-up {
    top: 8.55rem;
    left: -0.11rem;
    width: 0.17rem;
    height: 2.2rem;
}

.benefits-banking-phone__btn--vol-down {
    top: 11.05rem;
    left: -0.11rem;
    width: 0.17rem;
    height: 2.2rem;
}

.benefits-banking-phone__btn--power {
    top: 8.95rem;
    right: -0.11rem;
    width: 0.17rem;
    height: 3.15rem;
}

.benefits-banking-phone__bezel {
    position: relative;
    overflow: hidden;
    border-radius: 2.72rem;
    padding: 0.09rem;
    background: linear-gradient(180deg, #050505 0%, #101010 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        inset 0 0 0.2rem rgba(0, 0, 0, 0.55);
}

.benefits-banking-phone__island {
    position: absolute;
    top: 0.78rem;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    width: 5.75rem;
    height: 1.42rem;
    border-radius: 999px;
    background: #000;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.35);
    transform: translateX(-50%);
}

.benefits-banking-phone__island-sensor {
    border-radius: 999px;
    background: #0f172a;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.benefits-banking-phone__island-sensor--face {
    width: 0.34rem;
    height: 0.34rem;
}

.benefits-banking-phone__island-cam {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 35%, rgba(147, 197, 253, 0.45), transparent 42%),
        radial-gradient(circle, #111827 0%, #020617 55%, #1e293b 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 0 2px rgba(15, 23, 42, 0.85);
}

.benefits-banking-phone__island-sensor--mic {
    width: 0.52rem;
    height: 0.22rem;
    border-radius: 999px;
}

.benefits-banking-phone__screen {
    position: relative;
    overflow: hidden;
    min-height: 30.5rem;
    border-radius: 2.58rem;
    padding: 0 0.92rem 1.4rem;
    background:
        radial-gradient(circle at 88% 4%, rgba(251, 146, 60, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    color: #0f172a;
    text-align: left;
    font-family: Inter, 'Segoe UI', system-ui, sans-serif;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.benefits-banking-phone__shine {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.12) 18%, transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 12%);
}

.benefits-banking-phone__screen > :not(.benefits-banking-phone__shine) {
    position: relative;
    z-index: 2;
}

.benefits-banking-phone__status {
    position: absolute;
    top: 0.62rem;
    left: 1.05rem;
    right: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    color: #0f172a;
    font-size: 0.64rem;
    font-weight: 700;
    z-index: 6;
}

.benefits-banking-phone__body {
    padding-top: 2.15rem;
}

.benefits-banking-phone__status-icons {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.benefits-banking-phone__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.95rem;
}

.benefits-banking-phone__profile {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.benefits-banking-phone__avatar {
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    border: 1.5px solid rgba(148, 163, 184, 0.18);
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.65), transparent 35%),
        linear-gradient(135deg, #fb923c, #ea580c 55%, #c2410c);
    color: #fff7ed;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
    box-shadow: 0 0.35rem 0.75rem rgba(234, 88, 12, 0.18);
}

.benefits-banking-phone__greeting {
    margin: 0;
    color: #64748b;
    font-size: 0.6rem;
    line-height: 1.2;
}

.benefits-banking-phone__name {
    margin: 0.08rem 0 0;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    color: #0f172a;
}

.benefits-banking-phone__bell {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 1.95rem;
    height: 1.95rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #ea580c;
    flex-shrink: 0;
    box-shadow:
        0 0.15rem 0.5rem rgba(15, 23, 42, 0.08),
        inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.benefits-banking-phone__bell-dot {
    position: absolute;
    top: 0.28rem;
    right: 0.32rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: #ea580c;
    box-shadow: 0 0 0 2px rgba(234, 88, 12, 0.15);
}

.benefits-banking-phone__panel,
.benefits-banking-phone__txn {
    border-radius: 1.05rem;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 0.45rem 1.1rem rgba(15, 23, 42, 0.06);
}

.benefits-banking-phone__panel {
    padding: 0.85rem 0.8rem 0.75rem;
    margin-bottom: 0.95rem;
}

.benefits-banking-phone__label {
    margin: 0;
    color: #64748b;
    font-size: 0.6rem;
}

.benefits-banking-phone__balance {
    margin: 0.2rem 0 0.78rem;
    color: #ea580c;
    font-size: clamp(1.45rem, 4.2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.benefits-banking-phone__actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.25rem;
}

.benefits-banking-phone__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    color: #475569;
    font-size: 0.5rem;
    line-height: 1.1;
    text-align: center;
}

.benefits-banking-phone__action-icon {
    display: inline-grid;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.14);
}

.benefits-banking-phone__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.5rem;
    color: #0f172a;
    font-size: 0.64rem;
    font-weight: 700;
}

.benefits-banking-phone__plus {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1;
}

.benefits-banking-phone__card {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.95rem;
    padding: 0.8rem;
    min-height: 6.35rem;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #ff7d84 0%, #ff4f57 52%, #e63946 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.18),
        0 0.65rem 1.25rem rgba(230, 57, 70, 0.18);
}

.benefits-banking-phone__card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 28%);
    pointer-events: none;
}

.benefits-banking-phone__card-top,
.benefits-banking-phone__card-bottom,
.benefits-banking-phone__card-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.benefits-banking-phone__card-top {
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 600;
}

.benefits-banking-phone__card-mark {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.benefits-banking-phone__chip {
    width: 1.45rem;
    height: 1.05rem;
    border-radius: 0.2rem;
    background:
        linear-gradient(135deg, #fde68a 0%, #f59e0b 38%, #b45309 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.benefits-banking-phone__contactless {
    color: rgba(255, 255, 255, 0.75);
}

.benefits-banking-phone__card-number {
    position: relative;
    z-index: 1;
    margin: 0 0 0.65rem;
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.benefits-banking-phone__card-bottom {
    align-items: flex-end;
    gap: 0.55rem;
}

.benefits-banking-phone__card-meta {
    display: block;
    margin-bottom: 0.08rem;
    color: rgba(148, 163, 184, 0.85);
    font-size: 0.42rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.benefits-banking-phone__card-name,
.benefits-banking-phone__card-expiry {
    display: block;
    color: #f8fafc;
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.benefits-banking-phone__visa {
    margin-left: auto;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.benefits-banking-phone__txn {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.6rem;
    padding: 0.68rem 0.75rem;
}

.benefits-banking-phone__txn-icon {
    display: inline-grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #ea580c;
    box-shadow: inset 0 0 0 1px rgba(234, 88, 12, 0.12);
}

.benefits-banking-phone__txn-copy {
    min-width: 0;
}

.benefits-banking-phone__txn-title {
    margin: 0;
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
}

.benefits-banking-phone__txn-date {
    margin: 0.12rem 0 0;
    color: #64748b;
    font-size: 0.54rem;
    line-height: 1.2;
}

.benefits-banking-phone__txn-amount {
    margin: 0;
    color: #ea580c;
    font-size: 0.64rem;
    font-weight: 700;
    white-space: nowrap;
}

.benefits-banking-phone__home-bar {
    width: 34%;
    height: 0.28rem;
    margin: 1rem auto 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
}

.choose__area-six .benefits-banking-phone {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .choose__area-six .choose__img-wrap-five.benefits-phone-wrap {
        padding-bottom: 3.5rem;
    }

    .benefits-banking-phone__device {
        width: min(100%, 16.5rem);
    }

    .benefits-banking-phone__screen {
        min-height: 28.5rem;
    }

    .benefits-banking-phone__action {
        font-size: 0.44rem;
    }
}

/* Benefits page — funnel CTA before callback form */
.benefits-funnel-cta {
    position: relative;
    overflow: hidden;
}

.benefits-funnel-cta__inner .title {
    color: #14176c;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.benefits-funnel-cta__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #191d88;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
}

.benefits-funnel-cta__lead {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--tg-body-color);
}

.benefits-funnel-cta__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
}

.benefits-funnel-cta__pills li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1d4ed8;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.benefits-funnel-cta__pills li i {
    font-size: 1rem;
    color: #88d392;
}

.benefits-funnel-cta__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.benefits-funnel-cta__steps li {
    flex: 1 1 180px;
    max-width: 220px;
    padding: 1rem 0.75rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(25, 29, 136, 0.06);
}

.benefits-funnel-cta__step-num {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #88d392;
}

.benefits-funnel-cta__step-text {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    color: #14176c;
}

.benefits-funnel-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.benefits-funnel-cta__btn-primary {
    min-width: 240px;
    padding: 0.875rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.benefits-funnel-cta__btn-secondary {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #191d88;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.benefits-funnel-cta__btn-secondary:hover {
    color: #14176c;
}

.benefits-funnel-cta__phone {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--tg-body-color);
}

.benefits-funnel-cta__phone a {
    color: #191d88;
    font-weight: 700;
    text-decoration: none;
}

.benefits-funnel-cta__phone a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .benefits-funnel-cta__steps li {
        max-width: 100%;
    }
}

.courses-page-wrap .pagination-wrap .pagination .page-item.active .page-link,
.courses-page-wrap .pagination-wrap .pagination .page-item.active .page-link:hover,
.courses-page-wrap .pagination-wrap .pagination .page-item.active .page-link:focus {
    color: #fff;
}

/* Eligibility checker — interactive wizard */
.eligibility-checker {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px 32px;
    box-shadow: 0 12px 40px rgba(25, 29, 136, 0.08);
}

@media (min-width: 768px) {
    .eligibility-checker {
        padding: 32px 32px 36px;
    }
}

.eligibility-checker__progress {
    height: 6px;
    margin-bottom: 12px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.eligibility-checker__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--tg-theme-secondary), #88d392);
    border-radius: 999px;
    transition: width 0.35s ease;
}

.eligibility-checker__step-label {
    margin: 0 0 20px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.eligibility-checker__question {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--tg-heading-color);
}

.eligibility-checker__hint {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--tg-body-color);
}

.eligibility-checker__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 8px;
}

.eligibility-checker__options--inline {
    flex-direction: row;
    flex-wrap: wrap;
}

.eligibility-checker__options--inline .eligibility-checker__option {
    flex: 1 1 calc(50% - 5px);
    min-width: 120px;
}

.eligibility-checker__option {
    margin: 0;
    cursor: pointer;
}

.eligibility-checker__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.eligibility-checker__option-card {
    display: block;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.eligibility-checker__option-card:hover,
.eligibility-checker__option-card.is-selected {
    border-color: var(--tg-theme-secondary);
    background: #fff;
    box-shadow: 0 4px 16px rgba(25, 29, 136, 0.08);
}

.eligibility-checker__option-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tg-heading-color);
    line-height: 1.4;
}

.eligibility-checker__error {
    margin: 8px 0 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #dc2626;
}

.eligibility-checker__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    align-items: center;
}

.eligibility-checker__actions--end {
    justify-content: flex-end;
}

.eligibility-checker__actions--split {
    justify-content: space-between;
}

.eligibility-checker__actions--center {
    justify-content: center;
    width: 100%;
}

.eligibility-checker__result .eligibility-checker__actions--center {
    flex-direction: column;
    align-items: stretch;
}

.eligibility-checker__result .eligibility-checker__actions--center .btn {
    flex: none;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.eligibility-checker__btn-back,
.eligibility-checker__btn-secondary {
    color: var(--tg-heading-color);
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.eligibility-checker__btn-back::after {
    content: none;
    display: none;
}

.eligibility-checker__btn-back i {
    margin-right: 8px;
    font-size: 0.875em;
}

.eligibility-checker__btn-back:hover {
    background: #e2e8f0;
    color: var(--tg-heading-color);
}

.eligibility-checker__btn-secondary:hover,
.eligibility-checker__btn-secondary:focus-visible {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.eligibility-checker__result {
    text-align: center;
    padding-top: 8px;
}

.eligibility-checker__result-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    line-height: 1;
}

.eligibility-checker__result-icon--success {
    color: #16a34a;
}

.eligibility-checker__result-icon--warning {
    color: #d97706;
}

.eligibility-checker__result-icon--info {
    color: var(--tg-theme-secondary);
}

.eligibility-checker__result-title {
    margin: 0 0 12px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--tg-heading-color);
}

.eligibility-checker__result-text {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--tg-body-color);
}

.eligibility-checker__disclaimer {
    margin: 0 0 20px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.eligibility-checker__restart {
    display: inline-block;
    margin-top: 16px;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tg-theme-secondary);
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.eligibility-checker__restart:hover {
    color: var(--tg-heading-color);
}

.contact__area .contact-map {
    margin-top: 70px;
    margin-bottom: 0;
}

.contact__area {
    padding-top: 80px;
}

@media (max-width: 767.98px) {
    .contact__area {
        padding-top: 60px;
    }
}

.contact__area .contact__form-wrap {
    border-radius: 0;
}

.contact__area .turnstile-field {
    display: block;
    width: 100%;
    min-width: 0;
    margin-bottom: 20px;
}

.contact__area .turnstile-field .cf-turnstile {
    width: 100% !important;
    max-width: 100% !important;
}

.contact__area .turnstile-field .cf-turnstile > div,
.contact__area .turnstile-field iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.contact-form-feedback {
    margin: 0 0 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.contact-form-feedback--error {
    background: #fef2f2;
    color: #b91c1c;
    border-color: #fecaca;
}

.contact-form-feedback[hidden] {
    display: none !important;
}

.contact-form-actions__btn {
    flex: 1 1 200px;
    justify-content: center;
    gap: 10px;
}

.contact-form-actions__btn i {
    font-size: 16px;
    line-height: 1;
}

.contact-form-actions__btn--whatsapp {
    background: #25d366;
}

.contact-form-actions__btn--whatsapp::before {
    background: #1ebe57 none repeat scroll 0 0;
}

.contact-form-actions__or {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-body-color);
    text-transform: uppercase;
}

.contact-form-social {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--tg-border-1);
}

.contact-form-social__label {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tg-theme-secondary);
}

.contact-form-social__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-form-social__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--tg-border-1);
    border-radius: 0;
    background: #fff;
    color: var(--tg-theme-secondary);
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-form-social__list a:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    color: #fff;
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-panel__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.contact-info-tile {
    display: flex;
    gap: 16px;
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid var(--tg-border-1);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-info-tile:hover {
    border-color: rgba(62, 64, 115, 0.22);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.contact-info-tile__icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--tg-color-gray-3);
    color: var(--tg-theme-secondary);
    font-size: 22px;
    line-height: 1;
}

.contact-info-tile__body {
    min-width: 0;
}

.contact-info-tile__label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tg-theme-secondary);
}

.contact-info-tile__value {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--tg-heading-color);
}

.contact-info-tile__value--link {
    display: inline-block;
    text-decoration: none;
    color: var(--tg-heading-color);
}

.contact-info-tile__value--link:hover {
    color: var(--tg-theme-primary);
}

.contact-info-tile__meta {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
}

.contact-info-tile__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--tg-theme-primary);
    text-decoration: none;
}

.contact-info-tile__link i {
    font-size: 11px;
}

.contact-info-tile__link:hover {
    color: var(--tg-theme-secondary);
}

.contact-info-hours-card {
    padding: 18px 18px 16px;
    background: linear-gradient(135deg, rgba(62, 64, 115, 0.06) 0%, rgba(136, 211, 146, 0.12) 100%);
    border: 1px solid rgba(62, 64, 115, 0.12);
    border-radius: 12px;
}

.contact-info-hours-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.contact-info-hours-card__title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info-hours-card__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    color: var(--tg-theme-secondary);
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.contact-info-hours-card__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.contact-info-hours-card__subtitle {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-theme-secondary);
}

.contact-info-hours-card__badge {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    color: var(--tg-theme-secondary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-info-hours-card__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.contact-info-hours-card__day {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-info-hours-card__day--open {
    background: var(--tg-theme-secondary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(62, 64, 115, 0.18);
}

.contact-info-hours-card__day--closed {
    opacity: 0.72;
}

.contact-info-hours-card__note {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.contact-directions {
    margin-top: 70px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--tg-border-1);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.contact-directions__intro {
    margin-bottom: 22px;
}

.contact-directions__title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.contact-directions__text {
    margin: 0;
    width: 100%;
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
    color: var(--tg-body-color);
}

.contact-directions__stations {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.contact-directions__station {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 14px 14px 12px;
    border: 1px solid var(--tg-border-1);
    border-radius: 0;
    background: var(--tg-color-gray-3);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-directions__station:hover,
.contact-directions__station.is-active {
    border-color: var(--tg-theme-secondary);
    background: #fff;
    box-shadow: 0 8px 20px rgba(62, 64, 115, 0.1);
    transform: translateY(-1px);
}

.contact-directions__station.is-active {
    background: linear-gradient(180deg, rgba(62, 64, 115, 0.08) 0%, #fff 100%);
}

.contact-directions__station-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.contact-directions__station-walk {
    font-size: 13px;
    font-weight: 700;
    color: var(--tg-theme-primary);
}

.contact-directions__station-lines {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

.contact-directions__map {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid var(--tg-border-1);
}

.contact-directions__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1199.98px) {
    .contact-directions__stations {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .contact-info-panel__grid {
        grid-template-columns: 1fr;
    }

    .contact-directions__stations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .contact-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form-actions__or {
        text-align: center;
    }

    .contact-info-hours-card__header {
        flex-direction: column;
    }

    .contact-info-hours-card__days {
        gap: 6px;
    }

    .contact-info-hours-card__day {
        min-height: 34px;
        font-size: 10px;
    }

    .contact-directions {
        padding: 20px 16px;
    }

    .contact-directions__title {
        font-size: 24px;
    }

    .contact-directions__stations {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
    }

    .contact-directions__station {
        flex: 0 0 220px;
        scroll-snap-align: start;
    }

    .contact-directions__map {
        height: 340px;
    }
}

/* Blog filter panel */
.blog-filter-panel {
    --blog-filter-accent: #16a34a;
    --blog-filter-accent-focus: rgba(22, 163, 74, 0.14);
    --blog-filter-field-height: 46px;
    --blog-filter-icon-left: 0.8rem;
    --blog-filter-icon-size: 2rem;
    --blog-filter-icon-gap: 0.25rem;
    --blog-filter-input-pl: calc(var(--blog-filter-icon-left) + var(--blog-filter-icon-size) + var(--blog-filter-icon-gap));
    position: relative;
    overflow: visible;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(134, 179, 154, 0.28);
    border-radius: 2px;
    margin-bottom: 1.75rem;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 40px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(8px);
}

.blog-filter-panel::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--blog-filter-accent);
}

.blog-filter-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.35rem 0.85rem;
    border-bottom: 1px solid #e2e8f0;
}

.blog-filter-panel__intro {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
}

.blog-filter-panel__intro-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    background: aliceblue;
    color: #64748b;
    font-size: 1rem;
}

.blog-filter-panel__title {
    margin: 0 0 0.2rem;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
}

.blog-filter-panel__subtitle {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #64748b;
}

.blog-filter-panel__clear {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    padding: 0.55rem 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.blog-filter-panel__clear:hover {
    border-color: #cbd5e1;
    color: #0f172a;
    background: #f8fafc;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.blog-filter-panel__search {
    padding: 1rem 1.35rem 0.75rem;
}

.blog-filter-control-shell {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: var(--blog-filter-field-height);
}

.blog-filter-control-shell--search .blog-filter-control {
    min-height: var(--blog-filter-field-height);
    padding: 0.625rem 0.85rem 0.625rem var(--blog-filter-input-pl);
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 12px;
    background: #fff;
}

.blog-filter-control-shell--search .blog-filter-control-icon {
    width: var(--blog-filter-icon-size);
    height: var(--blog-filter-icon-size);
    font-size: 0.82rem;
}

.blog-filter-control-icon {
    position: absolute;
    left: var(--blog-filter-icon-left);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--blog-filter-icon-size);
    height: var(--blog-filter-icon-size);
    border-radius: 10px;
    background: aliceblue;
    color: #64748b;
    font-size: 0.82rem;
    pointer-events: none;
}

.blog-filter-control {
    width: 100%;
    min-height: var(--blog-filter-field-height);
    padding: 0.625rem 0.85rem 0.625rem var(--blog-filter-input-pl);
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    font-size: 0.875rem;
    line-height: 1.25;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.blog-filter-control::placeholder {
    color: #64748b;
    opacity: 1;
}

.blog-filter-control:hover {
    border-color: #cbd5e1;
    background-color: #fcfdff;
}

.blog-filter-control:focus {
    border-color: var(--blog-filter-accent);
    background: #fff;
    box-shadow: 0 0 0 4px var(--blog-filter-accent-focus);
    outline: none;
}

.blog-filter-panel__tags {
    padding: 0 1.35rem 1rem;
}

.blog-filter-panel__tags-heading {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    margin-bottom: 0.65rem;
}

.blog-filter-panel__tags-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}

.blog-filter-panel__tags-hint {
    font-size: 0.78rem;
    color: #94a3b8;
}

.blog-filter-panel__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-filter-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.blog-filter-tag:hover {
    border-color: #cbd5e1;
    color: #0f172a;
    background: #f8fafc;
}

.blog-filter-tag:focus {
    outline: none;
    border-color: var(--blog-filter-accent);
    box-shadow: 0 0 0 4px var(--blog-filter-accent-focus);
}

.blog-filter-tag--active {
    border-color: var(--blog-filter-accent);
    background: #f0fdf4;
    color: #15803d;
    box-shadow: 0 1px 2px rgba(22, 163, 74, 0.12);
}

.blog-filter-tag--active:hover {
    background: #dcfce7;
    color: #166534;
}

.blog-filter-panel__meta {
    margin: 0;
    padding: 0 1.35rem 1.1rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .blog-filter-panel__header {
        flex-direction: column;
        padding: 1.1rem 1rem 0.75rem;
    }

    .blog-filter-panel__clear {
        align-self: flex-start;
    }

    .blog-filter-panel__search,
    .blog-filter-panel__tags,
    .blog-filter-panel__meta {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .blog-filter-panel__title {
        font-size: 1.05rem;
    }
}

/* Blog listing cards */
.blog-list-grid {
    align-items: stretch;
}

.blog-list-grid__col {
    display: flex;
    flex-direction: column;
}

.blog-list-grid__col > .blog__post-two {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}

.blog-list-grid__col > .blog__post-two > .blog__post-content-two {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 22px 24px;
}

.blog-list-grid__col .blog__post-content-two .blog-post-meta {
    margin-bottom: 14px;
}

.blog-list-grid__col .blog__post-content-two .title {
    margin-bottom: 0;
}

/* Homepage latest blogs grid */
.blog-post-grid {
    align-items: stretch;
}

.blog-post-grid__col {
    display: flex;
    flex-direction: column;
}

.blog-post-grid__col > .blog-post-item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.blog-post-grid__col > .blog-post-item > .blog-post-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.blog-post-grid__col > .blog-post-item > .blog-post-content > .title {
    margin-bottom: 15px;
}

.blog-post-grid__col > .blog-post-item > .blog-post-content > .blog-post-meta {
    margin-top: auto;
}

.blog__post-two {
    border-radius: 0;
    border: none;
    background: transparent;
}

.blog__post-thumb-two {
    border: 1px solid var(--tg-border-1);
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}

.blog__post-content-two {
    border: 1px solid var(--tg-border-1);
    border-radius: 0;
    background: var(--tg-color-white-default);
    margin-top: -1px;
}

.blog__post-content-two .blog-list-meta {
    justify-content: space-between;
    width: 100%;
}

.blog__post-content-two .blog-list-meta__date {
    margin-left: auto;
    white-space: nowrap;
}

.blog__post-content-two .blog-list-meta__date .blog__post-tag-two {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog__post-content-two .blog-list-meta__date .blog__post-tag-two i {
    font-size: 14px;
    line-height: 1;
}

.footer-area .footer-top {
    border-top: 1px solid var(--tg-border-1);
}

.agent-partnership__area {
    padding: 70px 0 60px;
    background: #f8fafc;
}

.agent-partnership__highlight {
    margin-bottom: 40px;
}

.agent-partnership__hero {
    gap: 0;
}

.agent-partnership__intro .title {
    margin-bottom: 16px;
}

.agent-partnership__intro p {
    margin-bottom: 0;
    max-width: 560px;
}

.agent-partnership__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.agent-partnership__badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #1e40af;
    background: #dbeafe;
    border-radius: 999px;
}

.agent-partnership__hero-extra {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.agent-partnership__hero-extra > p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.agent-partnership__hero-points {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.agent-partnership__hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
}

.agent-partnership__hero-points i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 12px;
    color: var(--tg-theme-secondary);
}

.agent-partnership__hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.agent-partnership__hero-stat {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.agent-partnership__hero-stat strong {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    color: var(--tg-heading-color);
    line-height: 1.2;
}

.agent-partnership__hero-stat span {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #64748b;
}

.agent-partnership__hero-media {
    position: relative;
    overflow: visible;
}

.agent-partnership__hero-media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 320px;
    object-fit: cover;
    transform: scaleX(-1);
}

.agent-earnings-calc {
    margin-bottom: 40px;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--tg-border-1);
    border-radius: 0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.agent-earnings-calc__tiers-wrap {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
}

.agent-earnings-calc__tiers-header {
    margin-bottom: 20px;
}

.agent-earnings-calc__tiers-header.agent-earnings-calc__header {
    margin-bottom: 20px;
}

.agent-earnings-calc__tiers-table th.agent-earnings-calc__tiers-col--end,
.agent-earnings-calc__tiers-table td.agent-earnings-calc__tiers-col--end {
    text-align: right;
}

.agent-earnings-calc__tiers-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.agent-earnings-calc__tiers-table th,
.agent-earnings-calc__tiers-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.agent-earnings-calc__tiers-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.agent-earnings-calc__tiers-table td {
    color: var(--tg-heading-color);
    font-weight: 600;
}

.agent-earnings-calc__tiers-table tbody tr:last-child td {
    border-bottom: 0;
}

.agent-earnings-calc__tiers-table tbody tr:hover td {
    background: #f8fafc;
}

.agent-earnings-calc__tiers-example {
    font-weight: 500;
    color: #94a3b8;
    font-size: 13px;
}

.agent-earnings-calc__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.agent-earnings-calc__title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.agent-earnings-calc__subtitle {
    margin: 0;
    max-width: 620px;
    color: #64748b;
}

.agent-earnings-calc__badge {
    flex-shrink: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(243, 156, 18, 0.12);
    color: var(--tg-theme-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.agent-earnings-calc__slider-wrap {
    margin-bottom: 24px;
    padding: 22px 24px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.agent-earnings-calc__slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.agent-earnings-calc__slider-label {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-heading-color);
}

.agent-earnings-calc__slider-value {
    min-width: 42px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--tg-theme-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.agent-earnings-calc__slider {
    --slider-progress: 6.78%;
    width: 100%;
    height: 8px;
    margin: 0;
    appearance: none;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        var(--tg-theme-secondary) 0%,
        var(--tg-theme-secondary) var(--slider-progress),
        #dbeafe var(--slider-progress),
        #dbeafe 100%
    );
    outline: none;
    cursor: pointer;
}

.agent-earnings-calc__slider::-webkit-slider-thumb {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--tg-theme-secondary);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.35);
}

.agent-earnings-calc__slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--tg-theme-secondary);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.35);
}

.agent-earnings-calc__slider-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: #94a3b8;
}

.agent-earnings-calc__rate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e2e8f0;
}

.agent-earnings-calc__rate-label {
    font-size: 14px;
    color: #64748b;
}

.agent-earnings-calc__rate-value {
    font-size: 28px;
    font-weight: 700;
    color: var(--tg-heading-color);
    line-height: 1;
}

.agent-earnings-calc__rate-tier {
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 12px;
    font-weight: 600;
}

.agent-earnings-calc__rate-bonus {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-theme-secondary);
}

.agent-earnings-calc__total-card {
    height: 100%;
    padding: 22px 24px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.agent-earnings-calc__total-card--accent {
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6b 100%);
    border-color: transparent;
}

.agent-earnings-calc__total-card--bonus {
    background: rgba(243, 156, 18, 0.08);
    border-color: rgba(243, 156, 18, 0.25);
}

.agent-earnings-calc__total-card--bonus .agent-earnings-calc__total-value {
    color: var(--tg-theme-secondary);
}

.agent-earnings-calc__total-card--accent .agent-earnings-calc__total-label,
.agent-earnings-calc__total-card--accent .agent-earnings-calc__total-value {
    color: #fff;
}

.agent-earnings-calc__total-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #64748b;
}

.agent-earnings-calc__total-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--tg-heading-color);
    line-height: 1.1;
}

.agent-earnings-calc__note {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
}

.agent-partnership__benefits {
    margin-bottom: 10px;
}

.agent-partnership__benefits .services__details-list-box {
    height: 100%;
    margin-bottom: 0;
}

.agent-partnership__workflow {
    margin-top: 24px;
}

.agent-workflow {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--tg-border-1);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.agent-workflow__media {
    position: relative;
    height: 100%;
    min-height: 420px;
    background: #0f1d4a;
}

.agent-workflow__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
}

.agent-workflow__advisor-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
}

.agent-workflow__advisor-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-theme-secondary);
}

.agent-workflow__advisor-name {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-heading-color);
    line-height: 1.3;
}

.agent-workflow__advisor-role {
    display: block;
    font-size: 14px;
    color: #64748b;
}

.agent-workflow__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px 40px 40px 36px;
}

.agent-workflow__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    background: rgba(26, 47, 107, 0.08);
}

.agent-workflow__title {
    margin: 0 0 14px;
    font-size: clamp(24px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--tg-heading-color);
}

.agent-workflow__lead {
    margin: 0 0 28px;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.65;
    color: #64748b;
}

.agent-workflow__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.agent-workflow__step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.agent-workflow__step:hover {
    border-color: rgba(26, 47, 107, 0.18);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.agent-workflow__step-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    border-radius: 4px;
}

.agent-workflow__step-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.agent-workflow__step-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.agent-partnership__details {
    margin-top: 24px;
}

.agent-partnership__detail-card {
    height: 100%;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--tg-border-1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.agent-partnership__detail-title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.agent-partnership__detail-card p {
    margin-bottom: 0;
    color: #64748b;
}

.agent-partnership__detail-list {
    margin: 16px 0 0;
    padding-left: 1.25rem;
    color: #64748b;
}

.agent-partnership__detail-list li + li {
    margin-top: 8px;
}

.agent-crm__area {
    margin-top: 24px;
}

.agent-crm__shell {
    padding: 48px 40px 40px;
    background: #fff;
    border: 1px solid var(--tg-border-1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.agent-crm__layout {
    margin-bottom: 36px;
}

.agent-crm__intro {
    max-width: none;
    margin: 0;
    text-align: left;
}

.agent-crm__media {
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.agent-crm__media img {
    display: block;
    width: 100%;
    height: auto;
}

.agent-crm__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e40af;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.agent-crm__title {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--tg-heading-color);
}

.agent-crm__lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
}

.agent-crm__grid {
    margin: 0;
}

.agent-crm__card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.agent-crm__card:hover {
    transform: translateY(-4px);
    background: #fff;
    border-color: var(--tg-border-1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.agent-crm__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #dbeafe;
    color: #1e40af;
    font-size: 22px;
}

.agent-crm__card-icon--accent {
    background: rgba(243, 156, 18, 0.15);
    color: #d97706;
}

.agent-crm__card-icon--muted {
    background: #e2e8f0;
    color: #475569;
}

.agent-crm__card-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

.agent-crm__card-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.agent-visit__area {
    padding-top: 0;
}

.agent-visit__area .contact-directions {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .agent-partnership__area {
        padding: 60px 0 50px;
    }

    .agent-partnership__detail-card {
        margin-bottom: 20px;
    }

    .agent-partnership__workflow-header {
        flex-direction: column;
    }

    .agent-workflow__media,
    .agent-workflow__media img {
        min-height: 320px;
    }

    .agent-workflow__body {
        padding: 28px 22px 32px;
    }

    .agent-partnership__hero-stats {
        grid-template-columns: 1fr;
    }

    .agent-partnership__hero-media {
        margin-top: 28px;
    }

    .agent-partnership__hero-media img {
        min-height: 260px;
    }

    .agent-earnings-calc {
        padding: 24px 20px;
    }

    .agent-earnings-calc__tiers-table th,
    .agent-earnings-calc__tiers-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .agent-earnings-calc__tiers-example {
        display: block;
        margin-top: 2px;
        font-size: 12px;
    }

    .agent-earnings-calc__header {
        flex-direction: column;
    }

    .agent-earnings-calc__rate-value,
    .agent-earnings-calc__total-value {
        font-size: 26px;
    }

    .agent-crm__shell {
        padding: 36px 22px 28px;
    }

    .agent-crm__layout {
        margin-bottom: 28px;
    }

    .agent-crm__intro {
        margin-bottom: 8px;
        text-align: center;
    }

    .agent-crm__card {
        padding: 22px 20px;
    }
}

/* =============================================
   Our Reviews page
   ============================================= */
.reviews-page__summary {
    padding: 40px 0 48px;
    background: #fff;
}

.reviews-page__summary-row {
    margin-top: 0;
}

.reviews-summary-card {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.reviews-summary-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.reviews-summary-card__platform {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.reviews-summary-card__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.reviews-summary-card__score {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
}

.reviews-summary-card__stars i {
    font-size: 16px;
}

.reviews-summary-card__count {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
}

.reviews-summary-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.reviews-summary-card__link:hover {
    color: #0a58ca;
}

.reviews-page__section {
    padding: 72px 0;
}

.reviews-page__section:nth-of-type(even) {
    background: #f8fafc;
}

.reviews-page__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}

.reviews-page__section-head .sub-title {
    display: inline-block;
    margin-bottom: 8px;
}

.reviews-page__section-head .title {
    margin: 0;
    font-size: clamp(28px, 4vw, 36px);
}

.reviews-page__section-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.reviews-page__section-link:hover {
    color: #0a58ca;
}

.reviews-page__carousel {
    display: block;
    overflow: hidden;
}

.reviews-page__carousel .swiper-slide {
    height: auto;
}

.reviews-page__carousel .reviews-card {
    height: 100%;
}

.reviews-page__carousel-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.reviews-page__carousel-nav button {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #111827;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.reviews-page__carousel-nav button:hover {
    border-color: #0d6efd;
    background: #eff6ff;
    color: #0d6efd;
}

.reviews-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.reviews-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.reviews-card__platform-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.reviews-card--google .reviews-card__platform-badge {
    background: #eef6ff;
    color: #1d4ed8;
}

.reviews-card--facebook .reviews-card__platform-badge {
    background: #eef3ff;
    color: #1877f2;
}

.reviews-card--trustpilot .reviews-card__platform-badge {
    background: #e8fbf3;
    color: #007a52;
}

.reviews-summary-card--trustpilot .reviews-summary-card__platform {
    color: #111827;
}

.reviews-trustpilot-widget {
    max-width: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    padding: 12px;
}

.reviews-page__trustpilot-fallback {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 32px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.reviews-page__trustpilot-fallback p {
    margin: 0 0 20px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.reviews-card__stars i {
    font-size: 14px;
}

.reviews-star--muted {
    color: #d1d5db !important;
}

.reviews-card__text {
    flex: 1;
    margin: 0 0 20px;
}

.reviews-card__text p {
    margin: 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
}

.reviews-card__read-more {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: none;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.reviews-card__read-more:hover {
    color: #0a58ca;
}

.reviews-card__text--truncated:not(.is-expanded) .reviews-card__text-full {
    display: none;
}

.reviews-card__text--truncated.is-expanded .reviews-card__text-short {
    display: none;
}

.reviews-card__text--truncated.is-expanded .reviews-card__text-full {
    display: block;
}

.reviews-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.reviews-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.reviews-card__avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
}

.reviews-card__avatar--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 700;
}

.reviews-card__name {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
}

.reviews-card__date {
    display: block;
    color: #9ca3af;
    font-size: 13px;
}

.reviews-card__profile-link {
    flex-shrink: 0;
    color: #9ca3af;
    font-size: 14px;
}

.reviews-card__profile-link:hover {
    color: #0d6efd;
}

.reviews-page__video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 32px;
    max-width: 1120px;
    margin: 0 auto;
}

.reviews-page__video-heading {
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
}

.reviews-page__video-heading-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 32px 24px;
    border: 1px solid rgba(13, 110, 253, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.reviews-page__video-heading-badge {
    display: inline-flex;
    align-self: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.reviews-page__video-heading-card .sub-title {
    display: inline-block;
    margin-bottom: 8px;
}

.reviews-page__video-heading-card .title {
    margin: 0 0 14px;
    font-size: clamp(24px, 2.4vw, 30px);
}

.reviews-page__video-heading-text {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}

.reviews-page__videos {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.reviews-page__section-head--center {
    display: block;
    margin-bottom: 40px;
}

.reviews-page__videos-intro {
    max-width: 560px;
    margin: 12px auto 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.reviews-video-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.reviews-video-card__poster {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex-shrink: 0;
}

.reviews-video-card__poster:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.16);
}

.reviews-video-card__media {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.reviews-video-card__media img,
.reviews-video-card__media video,
.reviews-video-card__media .reviews-video-card__placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: blur(4px);
    transform: scale(1.06);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.reviews-video-card__media .reviews-video-card__placeholder {
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.reviews-video-card__poster:hover .reviews-video-card__media img,
.reviews-video-card__poster:hover .reviews-video-card__media video {
    transform: scale(1.1);
}

.reviews-video-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.55) 100%);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.reviews-video-card__play {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.reviews-video-card__play i {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #0d6efd;
    font-size: 22px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.2);
    transition: transform 0.25s ease, background 0.25s ease;
}

.reviews-video-card__poster:hover .reviews-video-card__play i {
    transform: scale(1.08);
    background: #fff;
}

.reviews-video-card__caption {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 92px;
    padding: 18px 4px 0;
}

.reviews-video-card__title {
    margin: 0 0 6px;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.reviews-video-card__subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(14px * 1.55 * 2);
}

@media (min-width: 992px) {
    .reviews-page__carousel-nav {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .reviews-page__section {
        padding: 56px 0;
    }

    .reviews-page__section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-page__video-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    .reviews-page__video-heading {
        order: -1;
    }

    .reviews-summary-card__score {
        font-size: 34px;
    }
}

/* Refer & Earn public page */
.refer-earn-page .services__details-content {
    padding-top: 8px;
}

.refer-earn-hero {
    padding: 28px 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff;
}

.refer-earn-hero__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.refer-earn-hero__headline {
    margin-bottom: 12px !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
}

.refer-earn-hero__subtext {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.65;
}

.refer-earn-hero__tagline {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.refer-earn-hero__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 14px;
    padding: 0;
    list-style: none;
}

.refer-earn-hero__checks li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.refer-earn-hero__checks li i {
    flex-shrink: 0;
    color: #bbf7d0;
    font-size: 14px;
}

.refer-earn-hero__highlight {
    margin-top: 18px;
    padding: 16px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fde047 0%, #facc15 100%);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

.refer-earn-hero__highlight-lead {
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.refer-earn-hero__highlight-sub {
    margin-top: 4px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.refer-earn-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    list-style: none;
}

.refer-earn-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}

.refer-earn-step__number {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.refer-earn-step__body p {
    margin-top: 6px;
    color: #4b5563;
    line-height: 1.6;
}

.refer-earn-steps--modern {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.refer-earn-steps--modern .refer-earn-step {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.refer-earn-steps--modern .refer-earn-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 42px;
    right: -14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cbd5e1;
    border-right: 2px solid #cbd5e1;
    transform: rotate(45deg);
    z-index: 1;
}

.refer-earn-step__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px 22px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(2, 132, 199, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.refer-earn-step__card:hover {
    transform: translateY(-3px);
    border-color: #bae6fd;
    box-shadow: 0 14px 36px rgba(2, 132, 199, 0.12);
}

.refer-earn-steps--modern .refer-earn-step:nth-child(1) .refer-earn-step__card {
    background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 42%);
}

.refer-earn-steps--modern .refer-earn-step:nth-child(2) .refer-earn-step__card {
    background: linear-gradient(180deg, #eef2ff 0%, #ffffff 42%);
}

.refer-earn-step__card--earn {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 42%) !important;
}

.refer-earn-step__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.refer-earn-steps--modern .refer-earn-step__number {
    min-width: 36px;
    width: auto;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.refer-earn-steps--modern .refer-earn-step:nth-child(2) .refer-earn-step__number {
    background: #6366f1;
}

.refer-earn-steps--modern .refer-earn-step:nth-child(3) .refer-earn-step__number {
    background: #16a34a;
}

.refer-earn-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
}

.refer-earn-steps--modern .refer-earn-step:nth-child(2) .refer-earn-step__icon {
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1;
}

.refer-earn-steps--modern .refer-earn-step:nth-child(3) .refer-earn-step__icon {
    background: rgba(22, 163, 74, 0.12);
    color: #16a34a;
}

.refer-earn-step__icon svg {
    width: 22px;
    height: 22px;
}

.refer-earn-step__title {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.refer-earn-steps--modern .refer-earn-step__body p {
    margin-top: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .refer-earn-steps--modern {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .refer-earn-steps--modern .refer-earn-step:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -12px;
        left: 28px;
        transform: rotate(135deg);
    }
}

@media (max-width: 575px) {
    .refer-earn-step__card {
        padding: 18px 18px 20px;
    }

    .refer-earn-step__title {
        font-size: 16px;
    }
}

.refer-earn-rewards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.refer-earn-rewards--animated {
    justify-content: center;
    gap: 16px 20px;
    padding: 32px 28px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 45%, #fefce8 100%);
    box-shadow: 0 10px 36px rgba(2, 132, 199, 0.1);
    overflow: hidden;
}

.refer-earn-rewards--animated .refer-earn-reward-pill {
    min-width: 160px;
    padding: 22px 26px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    opacity: 0;
    animation: refer-earn-reward-slide-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.refer-earn-rewards--animated .refer-earn-reward-pill--you {
    animation-name: refer-earn-reward-slide-in-left;
    animation-delay: 0.15s;
}

.refer-earn-rewards--animated .refer-earn-reward-pill--friend {
    animation-name: refer-earn-reward-slide-in-right;
    animation-delay: 0.55s;
}

.refer-earn-reward-pill {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 140px;
    padding: 18px 22px;
    border-radius: 12px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
}

.refer-earn-reward-pill--friend {
    background: #fefce8;
    border-color: #fde047;
}

.refer-earn-reward-pill__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0369a1;
}

.refer-earn-reward-pill--friend .refer-earn-reward-pill__label {
    color: #a16207;
}

.refer-earn-reward-pill__amount {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
}

.refer-earn-rewards--animated .refer-earn-reward-pill__amount {
    display: inline-block;
    animation: refer-earn-reward-amount-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s both,
               refer-earn-reward-amount-glow 2.4s ease-in-out 1.6s infinite;
}

.refer-earn-reward-plus {
    font-size: 24px;
    font-weight: 700;
    color: #6b7280;
}

.refer-earn-reward-plus--animated {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: #0284c7;
    font-size: 26px;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.15);
    opacity: 0;
    animation: refer-earn-reward-plus-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards,
               refer-earn-reward-plus-pulse 2s ease-in-out 1.2s infinite;
}

@keyframes refer-earn-reward-slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-36px) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes refer-earn-reward-slide-in-right {
    from {
        opacity: 0;
        transform: translateX(36px) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes refer-earn-reward-plus-pop {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes refer-earn-reward-plus-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 14px rgba(2, 132, 199, 0.15);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 6px 22px rgba(2, 132, 199, 0.28);
    }
}

@keyframes refer-earn-reward-amount-pop {
    from {
        transform: scale(0.85);
    }
    to {
        transform: scale(1);
    }
}

@keyframes refer-earn-reward-amount-glow {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    .refer-earn-rewards--animated .refer-earn-reward-pill,
    .refer-earn-rewards--animated .refer-earn-reward-pill__amount,
    .refer-earn-reward-plus--animated {
        opacity: 1;
        animation: none;
        transform: none;
    }
}

/* Who can you refer — cartoon network */
.refer-earn-referrals-visual {
    padding: 24px 28px 28px;
    border: 1px solid #bae6fd;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.refer-earn-referrals-visual__eyebrow {
    margin-bottom: 4px;
    color: #6366f1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.refer-earn-referrals-visual__title {
    margin-bottom: 20px !important;
    color: #0f172a !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.refer-earn-referrals-visual__layout {
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 28px;
    align-items: center;
}

.refer-earn-referrals-visual__scene {
    justify-self: center;
    width: 100%;
    max-width: 340px;
    padding: 8px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 100%);
    box-shadow: 0 14px 40px rgba(2, 132, 199, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.refer-earn-referrals-visual__svg {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.refer-earn-referrals-visual__orbit {
    animation: refer-earn-refer-orbit-spin 30s linear infinite;
    transform-origin: 190px 190px;
}

.refer-earn-referrals-visual__line {
    stroke-dasharray: 6 8;
    animation: refer-earn-refer-line-flow 2.5s linear infinite;
}

.refer-earn-referrals-visual__line--1 { animation-delay: 0s; }
.refer-earn-referrals-visual__line--2 { animation-delay: 0.2s; }
.refer-earn-referrals-visual__line--3 { animation-delay: 0.4s; }
.refer-earn-referrals-visual__line--4 { animation-delay: 0.6s; }
.refer-earn-referrals-visual__line--5 { animation-delay: 0.8s; }
.refer-earn-referrals-visual__line--6 { animation-delay: 1s; }

.refer-earn-referrals-visual__you {
    animation: refer-earn-refer-hub-pulse 3s ease-in-out infinite;
    transform-origin: 190px 190px;
}

.refer-earn-referrals-visual__node {
    animation: refer-earn-refer-node-float 3.2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.refer-earn-referrals-visual__node--1 { animation-delay: 0s; }
.refer-earn-referrals-visual__node--2 { animation-delay: 0.4s; }
.refer-earn-referrals-visual__node--3 { animation-delay: 0.8s; }
.refer-earn-referrals-visual__node--4 { animation-delay: 1.2s; }
.refer-earn-referrals-visual__node--5 { animation-delay: 1.6s; }
.refer-earn-referrals-visual__node--6 { animation-delay: 2s; }

.refer-earn-referrals-visual__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.refer-earn-referrals-visual__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.06);
    opacity: 0;
    animation: refer-earn-refer-item-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--refer-item-delay, 0s) forwards;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.refer-earn-referrals-visual__item:hover {
    transform: translateY(-2px);
    border-color: #bae6fd;
    box-shadow: 0 8px 22px rgba(2, 132, 199, 0.12);
}

.refer-earn-referrals-visual__check {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 12px;
}

.refer-earn-referrals-visual__item--family .refer-earn-referrals-visual__check { background: #eef2ff; color: #6366f1; }
.refer-earn-referrals-visual__item--colleagues .refer-earn-referrals-visual__check { background: #e0f2fe; color: #0284c7; }
.refer-earn-referrals-visual__item--classmates .refer-earn-referrals-visual__check { background: #dcfce7; color: #16a34a; }
.refer-earn-referrals-visual__item--community .refer-earn-referrals-visual__check { background: #fef3c7; color: #d97706; }
.refer-earn-referrals-visual__item--social .refer-earn-referrals-visual__check { background: #fce7f3; color: #db2777; }

.refer-earn-referrals-visual__label {
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.refer-earn-referrals-visual__footer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

@keyframes refer-earn-refer-orbit-spin {
    to { transform: rotate(360deg); }
}

@keyframes refer-earn-refer-line-flow {
    to { stroke-dashoffset: -28; }
}

@keyframes refer-earn-refer-hub-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

@keyframes refer-earn-refer-node-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes refer-earn-refer-item-in {
    from {
        opacity: 0;
        transform: translateX(12px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .refer-earn-referrals-visual__layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .refer-earn-referrals-visual__scene {
        max-width: 280px;
    }
}

@media (max-width: 575px) {
    .refer-earn-referrals-visual {
        padding: 18px 16px 20px;
    }

    .refer-earn-referrals-visual__list {
        grid-template-columns: 1fr;
    }

    .refer-earn-referrals-visual__title {
        font-size: 19px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .refer-earn-referrals-visual__orbit,
    .refer-earn-referrals-visual__line,
    .refer-earn-referrals-visual__you,
    .refer-earn-referrals-visual__node,
    .refer-earn-referrals-visual__item {
        animation: none;
        opacity: 1;
        transform: none;
        stroke-dashoffset: 0;
    }
}

/* Refer & Earn terms section */
.refer-earn-terms {
    padding: 24px 28px 28px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.refer-earn-terms__eyebrow {
    margin-bottom: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.refer-earn-terms__heading {
    margin-bottom: 8px !important;
}

.refer-earn-terms__intro {
    margin-bottom: 20px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.refer-earn-terms__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.refer-earn-terms__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.refer-earn-terms__item:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.refer-earn-terms__item--alert {
    border-color: #fecaca;
    background: linear-gradient(180deg, #fffbfb 0%, #ffffff 100%);
}

.refer-earn-terms__item--alert:hover {
    border-color: #fca5a5;
}

.refer-earn-terms__icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.refer-earn-terms__icon svg {
    width: 22px;
    height: 22px;
}

.refer-earn-terms__icon--success {
    background: #dcfce7;
    color: #16a34a;
}

.refer-earn-terms__icon--alert {
    background: #fee2e2;
    color: #dc2626;
}

.refer-earn-terms__icon--info {
    background: #e0f2fe;
    color: #0284c7;
}

.refer-earn-terms__icon--policy {
    background: #eef2ff;
    color: #6366f1;
}

.refer-earn-terms__label {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.refer-earn-terms__body p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.refer-earn-terms__footer {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f9ff 0%, #eef2ff 100%);
    border: 1px solid #bae6fd;
}

.refer-earn-terms__footer-text {
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.refer-earn-terms__footer-text a {
    color: #0284c7;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.refer-earn-terms__footer-text a:hover {
    color: #0369a1;
}

@media (max-width: 991px) {
    .refer-earn-terms__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .refer-earn-terms {
        padding: 18px 16px 20px;
    }

    .refer-earn-terms__item {
        padding: 16px;
    }
}

.refer-earn-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.refer-earn-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 24px;
    border-radius: 8px;
    background: #0284c7;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.refer-earn-cta__btn:hover {
    background: #0369a1;
    transform: translateY(-1px);
}

.refer-earn-cta__btn--outline {
    background: transparent;
    border: 2px solid #0284c7;
    color: #0284c7 !important;
}

.refer-earn-cta__btn--outline:hover {
    background: #f0f9ff;
}

@media (max-width: 767px) {
    .refer-earn-hero {
        padding: 22px 20px;
    }

    .refer-earn-hero__headline {
        font-size: 24px !important;
    }

    .refer-earn-page .services__details-content > h3.title:not(.refer-earn-hero__headline) {
        font-size: 24px !important;
    }

    .refer-earn-reward-pill__amount {
        font-size: 24px;
    }

    .refer-earn-cta__btn {
        width: 100%;
    }
}

.refer-earn-get-started {
    padding: 28px 32px;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fafc 0%, #f0f9ff 100%);
}

.refer-earn-get-started__lead {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.65;
    color: #1e293b;
}

.refer-earn-get-started__note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fefce8;
    border: 1px solid #fde047;
    color: #713f12;
    font-size: 15px;
    line-height: 1.6;
}

.refer-earn-get-started__note i {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 20px;
    color: #ca8a04;
}

.refer-earn-get-started__form {
    margin-bottom: 20px;
}

.refer-earn-get-started__form .el-form-card--embedded {
    padding: 24px 22px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(2, 132, 199, 0.08);
}

.refer-earn-get-started__form .el-form-card__title {
    font-size: 1.25rem;
}

.refer-earn-get-started__form .el-form-submit--interest {
    background: #0284c7;
}

.refer-earn-get-started__form .el-form-submit--interest:hover:not(:disabled) {
    background: #0369a1;
}

.refer-earn-get-started__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.refer-earn-get-started__actions .refer-earn-cta__btn {
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.refer-earn-get-started__actions .refer-earn-cta__btn i {
    font-size: 18px;
}

.refer-earn-get-started__policy {
    font-size: 15px;
    color: #64748b;
}

.refer-earn-get-started__policy a {
    font-weight: 600;
    color: #0284c7;
    text-decoration: none;
}

.refer-earn-get-started__policy a:hover {
    text-decoration: underline;
}

.refer-earn-policy-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.refer-earn-policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.refer-earn-policy-table th,
.refer-earn-policy-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.refer-earn-policy-table thead th {
    background: #f8fafc;
    font-weight: 600;
    color: #374151;
}

.refer-earn-policy-table tbody tr:last-child td {
    border-bottom: none;
}

.refer-earn-policy-table__total td {
    background: #f0f9ff;
}

.refer-earn-tracking {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px 24px;
    border: 1px solid #c7d2fe;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef2ff 0%, #f0f9ff 100%);
}

.refer-earn-tracking__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #0284c7;
    color: #ffffff;
    font-size: 22px;
}

.refer-earn-tracking__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-tracking__body p {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-portal-media {
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.refer-earn-portal-media img {
    display: block;
    width: 100%;
    height: auto;
}

.refer-earn-payout-subtitle {
    margin-top: 0;
    margin-bottom: 14px !important;
    font-size: 18px !important;
}

.refer-earn-page .services__details-content > h3.title:not(.refer-earn-hero__headline) {
    font-size: 28px !important;
    line-height: 1.25 !important;
}

.refer-earn-payout-note {
    font-size: 14px;
    line-height: 1.6;
}

/* Refer & Earn cartoon flow illustration */
.refer-earn-cartoon {
    padding: 24px 28px 28px;
    border: 1px solid #bae6fd;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.refer-earn-cartoon__eyebrow {
    margin-bottom: 4px;
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.refer-earn-cartoon__title {
    margin-bottom: 18px !important;
    color: #0f172a !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.refer-earn-cartoon__stage {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(2, 132, 199, 0.1);
}

.refer-earn-cartoon__svg {
    display: block;
    width: 100%;
    height: auto;
}

.refer-earn-cartoon__caption {
    margin-top: 16px;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
}

.refer-earn-cartoon__you {
    animation: refer-earn-bob 3.2s ease-in-out infinite;
}

.refer-earn-cartoon__friend {
    animation: refer-earn-bob 3.2s ease-in-out 0.4s infinite;
}

.refer-earn-cartoon__link-bubble {
    animation: refer-earn-pop 2.4s ease-in-out infinite;
    transform-origin: 219px 121px;
}

.refer-earn-cartoon__arrow path {
    animation: refer-earn-dash 1.8s linear infinite;
}

.refer-earn-cartoon__arrow--delay path {
    animation-delay: 0.6s;
}

.refer-earn-cartoon__coins--you {
    animation: refer-earn-coin-drop 2.8s ease-in-out infinite;
    transform-origin: 630px 260px;
}

.refer-earn-cartoon__coins--friend {
    animation: refer-earn-coin-drop 2.8s ease-in-out 0.5s infinite;
    transform-origin: 740px 260px;
}

@keyframes refer-earn-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes refer-earn-pop {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

@keyframes refer-earn-dash {
    to { stroke-dashoffset: -28; }
}

@keyframes refer-earn-coin-drop {
    0%, 100% { transform: translateY(0); }
    35% { transform: translateY(-8px); }
    55% { transform: translateY(2px); }
}

@media (max-width: 575px) {
    .refer-earn-cartoon {
        padding: 18px 16px 20px;
    }

    .refer-earn-cartoon__title {
        font-size: 19px !important;
    }

    .refer-earn-cartoon__caption {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .refer-earn-cartoon__you,
    .refer-earn-cartoon__friend,
    .refer-earn-cartoon__link-bubble,
    .refer-earn-cartoon__arrow path,
    .refer-earn-cartoon__coins--you,
    .refer-earn-cartoon__coins--friend {
        animation: none;
    }
}

/* Refer & Earn CRM dashboard preview */
.refer-earn-crm {
    padding: 24px 28px 28px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.refer-earn-crm__eyebrow {
    margin-bottom: 4px;
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.refer-earn-crm__title {
    margin-bottom: 18px !important;
    color: #0f172a !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.refer-earn-crm__frame {
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.refer-earn-crm__chrome {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #e2e8f0;
    background: #f1f5f9;
}

.refer-earn-crm__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.refer-earn-crm__dot--red { background: #f87171; }
.refer-earn-crm__dot--amber { background: #fbbf24; }
.refer-earn-crm__dot--green { background: #4ade80; }

.refer-earn-crm__url {
    margin-left: 8px;
    padding: 4px 12px;
    border-radius: 6px;
    background: #ffffff;
    color: #64748b;
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.refer-earn-crm__body {
    padding: 20px 22px 22px;
}

.refer-earn-crm__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.refer-earn-crm__hub-label {
    margin: 0 0 2px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
}

.refer-earn-crm__hub-sub {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.refer-earn-crm__live-badge {
    padding: 4px 10px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.refer-earn-crm__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.refer-earn-crm__stat {
    padding: 14px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    text-align: center;
}

.refer-earn-crm__stat--highlight {
    border-color: #bae6fd;
    background: #f0f9ff;
}

.refer-earn-crm__stat-value {
    display: block;
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.refer-earn-crm__stat-label {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.refer-earn-crm__earnings {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.refer-earn-crm__earnings-card {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
}

.refer-earn-crm__earnings-card--total {
    border-color: #bbf7d0;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}

.refer-earn-crm__earnings-card--next {
    border-color: #bae6fd;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.refer-earn-crm__earnings-label {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.refer-earn-crm__earnings-amount {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.refer-earn-crm__earnings-amount--muted {
    color: #475569;
}

.refer-earn-crm__earnings-note {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 12px;
}

.refer-earn-crm__panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.refer-earn-crm__panel {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.refer-earn-crm__panel-title {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.refer-earn-crm__panel-sub {
    margin: -6px 0 12px;
    color: #64748b;
    font-size: 12px;
}

.refer-earn-crm__funnel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.refer-earn-crm__funnel li {
    display: grid;
    grid-template-columns: 72px 1fr 36px;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.refer-earn-crm__funnel li:last-child {
    margin-bottom: 0;
}

.refer-earn-crm__funnel-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.refer-earn-crm__funnel-bar-wrap {
    height: 10px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.refer-earn-crm__funnel-bar {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #0284c7;
}

.refer-earn-crm__funnel-bar--2 { background: #0ea5e9; }
.refer-earn-crm__funnel-bar--3 { background: #6366f1; }
.refer-earn-crm__funnel-bar--4 { background: #16a34a; }

.refer-earn-crm__funnel-num {
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.refer-earn-crm__instalments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.refer-earn-crm__instalment {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
}

.refer-earn-crm__instalment:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.refer-earn-crm__instalment-no {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
}

.refer-earn-crm__instalment-amt {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.refer-earn-crm__instalment-badge {
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.refer-earn-crm__instalment-badge--paid {
    background: #dcfce7;
    color: #15803d;
}

.refer-earn-crm__instalment-badge--due {
    background: #fef3c7;
    color: #b45309;
}

.refer-earn-crm__instalment-badge--scheduled {
    background: #e0f2fe;
    color: #0369a1;
}

.refer-earn-crm__instalment-date {
    grid-column: 2 / -1;
    color: #94a3b8;
    font-size: 11px;
}

.refer-earn-crm__table-wrap {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
}

.refer-earn-crm__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.refer-earn-crm__table th,
.refer-earn-crm__table td {
    padding: 10px 8px;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
    vertical-align: top;
}

.refer-earn-crm__table th {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.refer-earn-crm__table tbody tr:last-child td {
    border-bottom: none;
}

.refer-earn-crm__student-name {
    display: block;
    color: #0f172a;
    font-weight: 600;
}

.refer-earn-crm__student-email {
    display: block;
    color: #94a3b8;
    font-size: 11px;
}

.refer-earn-crm__status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.refer-earn-crm__status--enrolled {
    background: #dcfce7;
    color: #15803d;
}

.refer-earn-crm__status--processing {
    background: #fef3c7;
    color: #b45309;
}

.refer-earn-crm__status--interested {
    background: #e0f2fe;
    color: #0369a1;
}

.refer-earn-crm__reward-progress {
    display: block;
    color: #64748b;
    font-size: 11px;
}

.refer-earn-crm__caption {
    margin-top: 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.refer-earn-crm__caption a {
    color: #0284c7;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .refer-earn-crm__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .refer-earn-crm__earnings {
        grid-template-columns: 1fr;
    }

    .refer-earn-crm__panels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .refer-earn-crm {
        padding: 18px 16px 20px;
    }

    .refer-earn-crm__title {
        font-size: 19px !important;
    }

    .refer-earn-crm__body {
        padding: 16px 14px;
    }

    .refer-earn-crm__url {
        display: none;
    }

    .refer-earn-crm__table-wrap {
        overflow-x: auto;
    }

    .refer-earn-crm__table {
        min-width: 520px;
    }
}

@media (max-width: 575px) {
    .refer-earn-tracking {
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .refer-earn-get-started__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .refer-earn-get-started__actions .refer-earn-cta__btn {
        width: auto;
        flex: 1 1 220px;
    }
}

/* Refer & Earn landing page layout */
.refer-earn-lp {
    overflow-x: clip;
}

.refer-earn-lp #get-started {
    scroll-margin-top: 96px;
}

.refer-earn-lp-hero {
    position: relative;
    padding: 48px 0 56px;
    overflow: hidden;
}

.refer-earn-lp-hero__bg {
    position: absolute;
    inset: 0;
    background: #0d9488;
    z-index: 0;
}

.refer-earn-lp-hero > .container {
    position: relative;
    z-index: 1;
}

.refer-earn-lp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px 40px;
    align-items: stretch;
}

.refer-earn-lp-hero__badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.refer-earn-lp-hero__headline {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.refer-earn-lp-hero__amount {
    color: #fde047;
    white-space: nowrap;
}

.refer-earn-lp-hero__sub {
    margin: 0 0 20px;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.65;
}

.refer-earn-lp-hero__friend-bonus {
    display: inline;
    margin-top: 4px;
    padding: 3px 10px;
    border-radius: 6px;
    background: linear-gradient(180deg, #fef08a 0%, #fde047 100%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    color: #14532d;
    font-weight: 800;
    white-space: nowrap;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.refer-earn-lp-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 20px;
}

.refer-earn-lp-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.refer-earn-lp-hero__pill i {
    color: #bbf7d0;
    font-size: 11px;
}

.refer-earn-lp-hero__hook {
    margin-bottom: 22px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fde047 0%, #facc15 100%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
}

.refer-earn-lp-hero__hook-lead {
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.refer-earn-lp-hero__hook-sub {
    margin-top: 4px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.refer-earn-lp-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    list-style: none;
}

.refer-earn-lp-hero__stats li {
    padding: 14px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
}

.refer-earn-lp-hero__stats strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.refer-earn-lp-hero__stats span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.refer-earn-lp-hero__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    padding: 0;
    list-style: none;
}

.refer-earn-lp-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.refer-earn-lp-hero__trust-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.refer-earn-lp-hero__trust-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(187, 247, 208, 0.35) 0%, rgba(134, 239, 172, 0.2) 100%);
    border: 1px solid rgba(187, 247, 208, 0.45);
    color: #ecfdf5;
}

.refer-earn-lp-hero__trust-icon svg {
    width: 14px;
    height: 14px;
}

.refer-earn-lp-hero__trust-label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.refer-earn-lp-hero__form-col {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.refer-earn-lp-form-shell {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}

.el-funnel .refer-earn-lp-form-shell > .el-form-card.refer-earn-lp-form-card {
    padding: 26px 24px 24px;
    margin-bottom: 0;
    border: none;
    border-radius: 16px 16px 0 0;
    background: #ffffff;
    box-shadow: none;
}

.refer-earn-lp-form-card .el-form-card__title {
    font-size: 1.35rem;
    color: #0f172a;
}

.refer-earn-lp-form-card .el-form-card__subtitle {
    color: #64748b;
}

.refer-earn-lp-form-card .el-form-submit--interest {
    width: 100%;
    background: #0284c7;
    font-size: 16px;
    font-weight: 700;
}

.refer-earn-lp-form-card .el-form-submit--interest:hover:not(:disabled) {
    background: #0369a1;
}

.refer-earn-lp-form-note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f0fdf4;
    border-top: 1px solid #dcfce7;
}

.refer-earn-lp-form-note__icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #dcfce7;
    color: #16a34a;
}

.refer-earn-lp-form-note__icon svg {
    width: 18px;
    height: 18px;
}

.refer-earn-lp-form-note__text {
    color: #166534;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

/* Logged-in referral panel — full-height hero card */
.refer-earn-lp-hero__form-col:has(.refer-earn-lp-form--logged-in) {
    align-self: stretch;
    height: 100%;
    min-height: 100%;
}

.refer-earn-lp-form--logged-in {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.refer-earn-lp-form-shell--logged-in {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.28),
        0 2px 0 rgba(255, 255, 255, 0.35) inset;
}

.refer-earn-lp-logged-in {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.refer-earn-lp-logged-in__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 28px 26px 22px;
}

.refer-earn-lp-logged-in__status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.refer-earn-lp-logged-in__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.refer-earn-lp-logged-in__eyebrow {
    margin: 0 0 8px;
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.refer-earn-lp-logged-in__title {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: clamp(1.45rem, 2.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.refer-earn-lp-logged-in__sub {
    margin: 0 0 20px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.55;
}

.refer-earn-lp-logged-in__rewards {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.refer-earn-lp-logged-in__reward {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    text-align: center;
}

.refer-earn-lp-logged-in__reward--friend {
    background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: #bbf7d0;
}

.refer-earn-lp-logged-in__reward-label {
    display: block;
    margin-bottom: 2px;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.refer-earn-lp-logged-in__reward-amount {
    display: block;
    color: #0369a1;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.refer-earn-lp-logged-in__reward--friend .refer-earn-lp-logged-in__reward-amount {
    color: #15803d;
}

.refer-earn-lp-logged-in__reward-plus {
    flex: 0 0 auto;
    color: #94a3b8;
    font-size: 1.25rem;
    font-weight: 800;
}

.refer-earn-lp-logged-in__label {
    display: block;
    margin: 0 0 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.refer-earn-lp-logged-in__link-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 16px;
}

.refer-earn-lp-logged-in__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.refer-earn-lp-logged-in__input:focus {
    outline: none;
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.18);
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__copy {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    border: none !important;
    border-radius: 12px;
    background: #0f172a !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease;
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__copy svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__copy:hover {
    background: #1e293b !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.refer-earn-lp-logged-in__actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 16px;
    border: none !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__btn--whatsapp {
    background: #25d366 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__btn--whatsapp:hover,
.refer-earn-lp-hero .refer-earn-lp-logged-in__btn--whatsapp:focus {
    background: #1ebe57 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__btn--primary {
    background: #0d9488 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.28);
}

.refer-earn-lp-hero .refer-earn-lp-logged-in__btn--primary:hover,
.refer-earn-lp-hero .refer-earn-lp-logged-in__btn--primary:focus {
    background: #0f766e !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.refer-earn-lp-logged-in__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding: 16px 22px;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
    border-top: 1px solid #dcfce7;
}

.refer-earn-lp-logged-in__footer-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #dcfce7;
    color: #16a34a;
}

.refer-earn-lp-logged-in__footer-icon svg {
    width: 18px;
    height: 18px;
}

.refer-earn-lp-logged-in__footer-text {
    color: #166534;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 575px) {
    .refer-earn-lp-logged-in__link-row {
        flex-direction: column;
    }

    .refer-earn-lp-hero .refer-earn-lp-logged-in__copy {
        min-height: 44px;
        width: 100%;
    }

    .refer-earn-lp-logged-in__rewards {
        flex-direction: column;
        align-items: stretch;
    }

    .refer-earn-lp-logged-in__reward-plus {
        display: none;
    }
}

.refer-earn-lp-hero__form-policy {
    flex-shrink: 0;
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
}

.refer-earn-lp-hero__form-policy a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.refer-earn-lp-hero__form-policy a:hover {
    color: #ffffff;
}

.refer-earn-lp-earnings {
    padding: 44px 0 48px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.refer-earn-lp-earnings__head {
    margin-bottom: 24px;
    text-align: center;
}

.refer-earn-lp-earnings__head .refer-earn-lp-section-lead {
    margin-left: auto;
    margin-right: auto;
}

.refer-earn-lp-earnings__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.refer-earn-lp-earnings__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 120px;
    padding: 22px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.refer-earn-lp-earnings__card--featured {
    border-color: #0284c7;
    background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
    box-shadow: 0 12px 32px rgba(2, 132, 199, 0.14);
    transform: translateY(-4px);
}

.refer-earn-lp-earnings__count {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.refer-earn-lp-earnings__value {
    color: #0f172a;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
}

.refer-earn-lp-earnings__footnote {
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.refer-earn-lp-earnings__footnote a {
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
}

.refer-earn-lp-earnings__footnote a:hover {
    text-decoration: underline;
}

.refer-earn-lp-visual {
    padding: 40px 0 8px;
}

.refer-earn-lp-visual .refer-earn-cartoon {
    margin-bottom: 0 !important;
}

.refer-earn-lp-body {
    padding: 48px 0 56px;
}

.refer-earn-lp-body__inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.refer-earn-lp-block--center {
    text-align: center;
}

.refer-earn-lp-block--center .refer-earn-lp-section-lead {
    margin-left: auto;
    margin-right: auto;
}

.refer-earn-lp-eyebrow {
    margin-bottom: 6px;
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.refer-earn-lp-section-title {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
}

.refer-earn-lp-section-lead {
    margin: 0 0 20px;
    max-width: 42rem;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

.refer-earn-lp-section-lead--full {
    max-width: none;
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f0f9ff 0%, #ecfeff 55%, #f0fdf4 100%);
    border: 1px solid #bae6fd;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
}

.refer-earn-lp-section-lead--full strong {
    color: #0f766e;
    font-weight: 800;
}

.refer-earn-lp-final-cta {
    padding: 44px 0 52px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.refer-earn-lp-final-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
}

.refer-earn-lp-final-cta__title {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
}

.refer-earn-lp-final-cta__text {
    margin-top: 8px;
    max-width: 32rem;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
}

.refer-earn-lp-final-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fde047 0%, #facc15 100%);
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.refer-earn-lp-final-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    color: #0f172a;
}

.refer-earn-lp-final-cta__btn i {
    font-size: 14px;
}

.refer-earn-lp-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
    transform: translateY(110%);
    transition: transform 0.28s ease;
}

.refer-earn-lp-sticky.is-visible {
    transform: translateY(0);
}

.refer-earn-lp-sticky__btn {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-radius: 999px;
    background: #0284c7;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.refer-earn-lp-sticky__btn:hover {
    background: #0369a1;
    color: #ffffff;
}

@media (max-width: 991px) {
    .refer-earn-lp-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .refer-earn-lp-hero__copy {
        text-align: center;
    }

    .refer-earn-lp-hero__sub {
        margin-left: auto;
        margin-right: auto;
    }

    .refer-earn-lp-hero__pills {
        justify-content: center;
    }

    .refer-earn-lp-hero__trust {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .refer-earn-lp-hero__form-col:has(.refer-earn-lp-form--logged-in) {
        height: auto;
    }

    .refer-earn-lp-form--logged-in,
    .refer-earn-lp-form-shell--logged-in,
    .refer-earn-lp-logged-in {
        height: auto;
        min-height: 0;
    }

    .refer-earn-lp-logged-in__status,
    .refer-earn-lp-logged-in__eyebrow {
        align-self: center;
    }

    .refer-earn-lp-logged-in__body {
        text-align: center;
    }

    .refer-earn-lp-logged-in__link-row {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .refer-earn-lp-hero {
        padding: 32px 0 40px;
    }

    .refer-earn-lp-hero__stats {
        grid-template-columns: 1fr;
    }

    .refer-earn-lp-hero__trust {
        grid-template-columns: 1fr;
    }

    .refer-earn-lp-earnings__grid {
        grid-template-columns: 1fr;
    }

    .refer-earn-lp-earnings__card--featured {
        transform: none;
    }

    .refer-earn-lp-final-cta__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .refer-earn-lp-final-cta__btn {
        justify-content: center;
    }

    .refer-earn-lp-body {
        padding: 36px 0 44px;
    }

    .refer-earn-lp-body__inner {
        gap: 36px;
    }
}

@media (min-width: 992px) {
    .refer-earn-lp-sticky {
        display: none;
    }
}

.commission-policy-hub {
    display: grid;
    gap: 20px;
}

.commission-policy-hub__card {
    display: block;
    padding: 24px 28px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.commission-policy-hub__card:hover {
    border-color: #0284c7;
    box-shadow: 0 8px 24px rgb(2 132 199 / 0.12);
    transform: translateY(-2px);
}

.commission-policy-hub__label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f0f9ff;
    color: #0369a1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.commission-policy-hub__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.commission-policy-hub__text {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.commission-policy-hub__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #0284c7;
}

@media (min-width: 768px) {
    .commission-policy-hub {
        grid-template-columns: 1fr;
    }
}

.refer-earn-schedule {
    padding: 28px 28px 24px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: linear-gradient(160deg, #eff6ff 0%, #f8fafc 48%, #ffffff 100%);
}

.refer-earn-schedule__intro {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.refer-earn-schedule__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #2563eb;
    color: #ffffff;
    font-size: 22px;
}

.refer-earn-schedule__title {
    margin: 0 0 8px !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-schedule__intro-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-schedule__instalments {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.refer-earn-schedule__instalment {
    padding: 18px 18px 16px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.05);
}

.refer-earn-schedule__instalment-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 26px;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 999px;
    background: #191D88;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.refer-earn-schedule__instalment-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-schedule__instalment-share {
    margin: 0 0 8px;
    font-size: 13px;
    color: #64748b;
}

.refer-earn-schedule__instalment-amount {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    color: #191D88;
}

.refer-earn-schedule__section-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-schedule__example {
    margin-bottom: 24px;
}

.refer-earn-schedule__example-lead {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-schedule__example .refer-earn-policy-table-wrap {
    background: #ffffff;
    border-radius: 10px;
}

.refer-earn-schedule__note {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
}

.agent-earnings-calc--policy {
    margin-bottom: 0;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

@media (min-width: 768px) {
    .refer-earn-schedule__instalments {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .refer-earn-schedule {
        padding: 22px 18px;
    }

    .refer-earn-schedule__title {
        font-size: 24px !important;
    }

    .refer-earn-schedule__intro {
        gap: 12px;
    }

    .agent-earnings-calc--policy {
        padding: 18px;
    }
}

.refer-earn-bonus {
    padding: 28px 28px 24px;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    background: linear-gradient(160deg, #ecfdf5 0%, #f8fafc 48%, #ffffff 100%);
}

.refer-earn-bonus__intro {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.refer-earn-bonus__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #059669;
    color: #ffffff;
    font-size: 22px;
}

.refer-earn-bonus__title {
    margin: 0 0 8px !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-bonus__intro-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-bonus__cards {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.refer-earn-bonus__card {
    padding: 18px 18px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.05);
}

.refer-earn-bonus__card--accent {
    border-color: #86efac;
    background: linear-gradient(135deg, #ffffff 0%, #ecfdf5 100%);
}

.refer-earn-bonus__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 10px;
    background: #d1fae5;
    color: #047857;
    font-size: 16px;
}

.refer-earn-bonus__card-title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-bonus__card p {
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

.refer-earn-bonus__section-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-bonus__calendar {
    margin-bottom: 24px;
}

.refer-earn-bonus__calendar .refer-earn-policy-table-wrap,
.refer-earn-bonus__example .refer-earn-policy-table-wrap {
    background: #ffffff;
    border-radius: 10px;
}

.refer-earn-bonus__example-lead {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-bonus__result {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.refer-earn-bonus__result-stat {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
}

.refer-earn-bonus__result-stat--accent {
    border-color: #86efac;
    background: linear-gradient(135deg, #ffffff 0%, #ecfdf5 100%);
}

.refer-earn-bonus__result-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #64748b;
}

.refer-earn-bonus__result-value {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
}

.refer-earn-bonus__result-stat--accent .refer-earn-bonus__result-value {
    color: #047857;
}

.refer-earn-bonus__note {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
}

@media (min-width: 768px) {
    .refer-earn-bonus__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .refer-earn-bonus__result {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .refer-earn-bonus {
        padding: 22px 18px;
    }

    .refer-earn-bonus__title {
        font-size: 24px !important;
    }

    .refer-earn-bonus__intro {
        gap: 12px;
    }
}

.refer-earn-structure {
    padding: 28px 28px 24px;
    border: 1px solid #c7d2fe;
    border-radius: 12px;
    background: linear-gradient(160deg, #eef2ff 0%, #f8fafc 48%, #ffffff 100%);
}

.refer-earn-structure__intro {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.refer-earn-structure__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #191D88;
    color: #ffffff;
    font-size: 22px;
}

.refer-earn-structure__title {
    margin: 0 0 8px !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-structure__intro-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-structure__cards {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.refer-earn-structure__card {
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(25, 29, 136, 0.04);
}

.refer-earn-structure__card--accent {
    border-color: #c7d2fe;
    background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%);
}

.refer-earn-structure__card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #191D88;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.refer-earn-structure__card-title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-structure__card p {
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

.refer-earn-structure__amount {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: #191D88;
}

.refer-earn-structure__tiers-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-structure__tiers-lead {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-structure__tiers .refer-earn-policy-table-wrap {
    background: #ffffff;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .refer-earn-structure__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .refer-earn-structure {
        padding: 22px 18px;
    }

    .refer-earn-structure__title {
        font-size: 24px !important;
    }

    .refer-earn-structure__intro {
        gap: 12px;
    }

    .refer-earn-structure__amount {
        font-size: 24px;
    }
}

.refer-earn-clawback {
    padding: 28px 28px 24px;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: linear-gradient(160deg, #fffbeb 0%, #fff7ed 45%, #ffffff 100%);
}

.refer-earn-clawback__intro {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.refer-earn-clawback__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ea580c;
    color: #ffffff;
    font-size: 22px;
}

.refer-earn-clawback__title {
    margin: 0 0 8px !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-clawback__intro-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.refer-earn-clawback__rules {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.refer-earn-clawback__rule {
    padding: 16px 18px;
    border: 1px solid #ffedd5;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(154, 52, 18, 0.04);
}

.refer-earn-clawback__rule-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.refer-earn-clawback__rule-badge--cancel {
    background: #b45309;
}

.refer-earn-clawback__rule-badge--recover {
    background: #c2410c;
}

.refer-earn-clawback__rule-badge--block {
    background: #9a3412;
}

.refer-earn-clawback__rule-title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-clawback__rule p {
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

.refer-earn-clawback__examples-title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.refer-earn-clawback-examples {
    display: grid;
    gap: 14px;
}

.refer-earn-clawback-example {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 18px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
}

.refer-earn-clawback-example--highlight {
    border-color: #fdba74;
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
}

.refer-earn-clawback-example__num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #191D88;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.refer-earn-clawback-example__body {
    min-width: 0;
}

.refer-earn-clawback-example__label {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748b;
}

.refer-earn-clawback-example__label--outcome {
    margin-top: 12px;
    color: #c2410c;
}

.refer-earn-clawback-example p {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

@media (min-width: 768px) {
    .refer-earn-clawback__rules {
        grid-template-columns: repeat(3, 1fr);
    }

    .refer-earn-clawback__rules--four {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .refer-earn-clawback {
        padding: 22px 18px;
    }

    .refer-earn-clawback__title {
        font-size: 24px !important;
    }

    .refer-earn-clawback__intro {
        gap: 12px;
    }
}

.refer-earn-policy-warning {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 22px;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.refer-earn-policy-warning--compact {
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
}

.refer-earn-policy-warning--compact .refer-earn-policy-warning__icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.refer-earn-policy-warning--compact .refer-earn-policy-warning__title {
    font-size: 15px;
}

.refer-earn-policy-warning--compact .refer-earn-policy-warning__body p {
    font-size: 14px;
    line-height: 1.55;
}

.refer-earn-policy-warning__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 20px;
}

.refer-earn-policy-warning__title {
    margin: 0;
    font-size: 16px;
    color: #92400e;
}

.refer-earn-policy-warning__body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #78350f;
}

@media (max-width: 575px) {
    .refer-earn-policy-warning {
        flex-direction: column;
    }
}

/* ==========================================================================
   Our Team page
   ========================================================================== */
.page-our-team .team-intro {
    padding: 80px 0 50px;
    background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.page-our-team .team-intro::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(247, 164, 0, .08);
    pointer-events: none;
}

.page-our-team .team-intro::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(62, 64, 115, .05);
    pointer-events: none;
}

.page-our-team .team-intro__inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-our-team .team-intro__inner .sub-title {
    display: inline-block;
    color: var(--tg-theme-primary);
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding: 6px 18px;
    background: rgba(247, 164, 0, .1);
    border-radius: 50px;
}

.page-our-team .team-intro__inner .title {
    font-size: 42px;
    line-height: 1.2;
    color: var(--tg-theme-secondary);
    margin-bottom: 20px;
}

.page-our-team .team-intro__inner p {
    color: #5b6472;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 640px;
}

.page-our-team .team-expertise {
    padding: 50px 0 40px;
}

.page-our-team .team-card {
    position: relative;
    height: 100%;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(25, 29, 136, .06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    overflow: hidden;
}

.page-our-team .team-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--tg-theme-primary), #ffc85a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.page-our-team .team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 45px rgba(25, 29, 136, .12);
    border-color: transparent;
}

.page-our-team .team-card:hover::after {
    transform: scaleX(1);
}

.page-our-team .team-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    font-size: 30px;
    color: var(--tg-theme-secondary);
    background: rgba(247, 164, 0, .12);
    margin-bottom: 26px;
    transition: background .35s ease, color .35s ease, transform .35s ease;
}

.page-our-team .team-card:hover .team-card__icon {
    background: var(--tg-theme-primary);
    color: #fff;
    transform: rotate(-6deg);
}

.page-our-team .team-card .title {
    font-size: 21px;
    color: var(--tg-theme-secondary);
    margin-bottom: 12px;
}

.page-our-team .team-card p {
    color: #5b6472;
    line-height: 1.7;
    margin: 0;
}

.page-our-team .team-members {
    padding: 20px 0 40px;
}

.page-our-team .team-members__head {
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: center;
}

.page-our-team .team-members__head .sub-title {
    display: inline-block;
    color: var(--tg-theme-primary);
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-our-team .team-members__head .title {
    font-size: 34px;
    line-height: 1.2;
    color: var(--tg-theme-secondary);
    margin: 0;
}

.page-our-team .team-member {
    height: 100%;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(25, 29, 136, .06);
    text-align: center;
}

.page-our-team .team-member__photo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #eef1fb, #f7f9fc);
}

.page-our-team .team-member__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-our-team .team-member__initials {
    font-size: 46px;
    font-weight: 700;
    color: var(--tg-theme-secondary);
}

.page-our-team .team-member__body {
    padding: 24px 20px 28px;
}

.page-our-team .team-member__name {
    font-size: 19px;
    color: var(--tg-theme-secondary);
    margin: 0 0 5px;
}

.page-our-team .team-member__role {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    margin-bottom: 16px;
}

.page-our-team .team-member__contact {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.page-our-team .team-member__contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(247, 164, 0, .12);
    color: var(--tg-theme-secondary);
    font-size: 16px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.page-our-team .team-member__contact a:hover {
    background: var(--tg-theme-primary);
    color: #fff;
    transform: translateY(-3px);
}

.page-our-team .team-leaders {
    padding: 50px 0 40px;
}

.page-our-team .leader-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(25, 29, 136, .06);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.page-our-team .leader-card__bio {
    color: #5b6472;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 24px;
    flex: 1;
}

.page-our-team .leader-card--speech {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #f8faff 100%);
    border-color: #e3e8f4;
}

.page-our-team .leader-card__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
}

.page-our-team .leader-card__speech {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 0 28px;
    border: 0;
    background: transparent;
    flex: 1;
}

.page-our-team .leader-card__speech::before {
    content: '\201C';
    position: absolute;
    top: -8px;
    left: 0;
    width: auto;
    height: auto;
    background: none;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    color: rgba(62, 64, 115, 0.18);
}

.page-our-team .leader-card__speech::after {
    content: none;
}

.page-our-team .leader-card__speech p {
    margin: 0;
    color: #3e4073;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    font-style: italic;
    line-height: 1.8;
    text-transform: none;
}

.page-our-team .leader-card__speech p + p {
    margin-top: 18px;
}

.page-our-team .leader-card .about-bottom {
    gap: 20px;
    flex-wrap: wrap;
}

.page-our-team .leader-card .author-wrap .content img {
    display: block;
    max-width: 120px;
    width: auto;
    height: 33px;
    object-fit: contain;
    object-position: left center;
    background: transparent;
}

.page-our-team .leader-card .author-wrap .thumb {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef1fb, #f7f9fc);
}

.page-our-team .leader-card__initials {
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-theme-secondary);
}

.page-our-team .team-approach {
    padding: 80px 0 90px;
    background: #f7f9fc;
}

.page-our-team .team-approach__head {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.page-our-team .team-approach__head .sub-title {
    display: inline-block;
    color: var(--tg-theme-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.page-our-team .team-approach__head .title {
    font-size: 34px;
    color: var(--tg-theme-secondary);
    margin: 0;
}

.page-our-team .team-step {
    position: relative;
    height: 100%;
    padding: 36px 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(25, 29, 136, .05);
    transition: transform .35s ease, box-shadow .35s ease;
}

.page-our-team .team-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(25, 29, 136, .1);
}

.page-our-team .team-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--tg-theme-secondary);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.page-our-team .team-step .title {
    font-size: 19px;
    color: var(--tg-theme-secondary);
    margin-bottom: 10px;
}

.page-our-team .team-step p {
    color: #5b6472;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 767px) {
    .page-our-team .team-intro {
        padding: 70px 0 10px;
    }

    .page-our-team .team-intro__inner .title {
        font-size: 30px;
    }

    .page-our-team .team-approach {
        padding: 60px 0 60px;
    }

    .page-our-team .team-approach__head .title {
        font-size: 26px;
    }
}

/* -------------------------------------------------------------------------- */
/* Cookie consent banner                                                      */
/* -------------------------------------------------------------------------- */
.af-cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    pointer-events: none;
}

.af-cookie.is-visible {
    pointer-events: auto;
}

.af-cookie__panel {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(25, 29, 136, 0.08);
    border-radius: 0;
    box-shadow:
        0 18px 50px rgba(14, 16, 75, 0.16),
        0 2px 8px rgba(14, 16, 75, 0.06);
    padding: 16px 12px;
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.af-cookie.is-visible .af-cookie__panel {
    transform: translateY(0);
    opacity: 1;
}

.af-cookie__intro {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.af-cookie__badge {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-theme-secondary, #191D88);
    background: #eef0fa;
    border: 1px solid #e0e3f0;
}

.af-cookie__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--tg-heading-color, #14176C);
}

.af-cookie__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #5b6472;
}

.af-cookie__link {
    color: var(--tg-theme-secondary, #191D88);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.af-cookie__link:hover {
    color: var(--tg-theme-primary, #F7A400);
}

.af-cookie__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.af-cookie__btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.af-cookie__btn:focus-visible {
    outline: 2px solid var(--tg-theme-primary, #F7A400);
    outline-offset: 2px;
}

.af-cookie__btn:active {
    transform: translateY(1px);
}

.af-cookie__btn--primary {
    background: var(--tg-theme-secondary, #191D88);
    color: #fff;
    box-shadow: 0 8px 18px rgba(25, 29, 136, 0.22);
}

.af-cookie__btn--primary:hover {
    background: #12166e;
    color: #fff;
}

.af-cookie__btn--soft {
    background: #f4f5fb;
    color: var(--tg-theme-secondary, #191D88);
    border-color: #e6e7f3;
}

.af-cookie__btn--soft:hover {
    background: #eef0fa;
    color: var(--tg-theme-secondary, #191D88);
}

.af-cookie__btn--ghost {
    background: transparent;
    color: #5b6472;
    border-color: #dfe2ef;
}

.af-cookie__btn--ghost:hover {
    background: #f8f9fc;
    color: var(--tg-heading-color, #14176C);
}

.af-cookie__prefs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.af-cookie__back {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--tg-theme-secondary, #191D88);
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    cursor: pointer;
}

.af-cookie__back:hover {
    color: var(--tg-theme-primary, #F7A400);
}

.af-cookie__list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.af-cookie__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f7f8fc;
    border: 1px solid #eceef6;
}

.af-cookie__item-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.af-cookie__item-text strong {
    font-size: 0.9rem;
    color: var(--tg-heading-color, #14176C);
}

.af-cookie__item-text span {
    font-size: 0.8rem;
    line-height: 1.45;
    color: #6b7288;
}

.af-cookie__switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    cursor: pointer;
}

.af-cookie__switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.af-cookie__slider {
    width: 44px;
    height: 26px;
    border-radius: 999px;
    background: #c9cde0;
    transition: background 0.2s ease;
    position: relative;
}

.af-cookie__slider::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(14, 16, 75, 0.2);
    transition: transform 0.2s ease;
}

.af-cookie__switch input:checked + .af-cookie__slider {
    background: var(--tg-theme-secondary, #191D88);
}

.af-cookie__switch input:checked + .af-cookie__slider::after {
    transform: translateX(18px);
}

.af-cookie__switch input:focus-visible + .af-cookie__slider {
    outline: 2px solid var(--tg-theme-primary, #F7A400);
    outline-offset: 2px;
}

.af-cookie__switch--locked {
    min-width: 44px;
    height: 26px;
    border-radius: 999px;
    background: #e8eaf5;
    color: var(--tg-theme-secondary, #191D88);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.af-cookie-reopen {
    position: fixed;
    left: max(16px, env(safe-area-inset-left, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    z-index: 10040;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(25, 29, 136, 0.12);
    background: #fff;
    color: var(--tg-theme-secondary, #191D88);
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 10px 28px rgba(14, 16, 75, 0.14);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.af-cookie-reopen:hover {
    background: #f8f9fc;
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(14, 16, 75, 0.18);
}

.af-cookie-reopen:focus-visible {
    outline: 2px solid var(--tg-theme-primary, #F7A400);
    outline-offset: 2px;
}

.af-cookie .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 640px) {
    .af-cookie {
        padding: 12px;
    }

    .af-cookie__panel {
        padding: 16px 12px;
        border-radius: 0;
    }

    .af-cookie__intro {
        gap: 12px;
        margin-bottom: 14px;
    }

    .af-cookie__badge {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .af-cookie__actions {
        flex-direction: column-reverse;
    }

    .af-cookie__btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .af-cookie__prefs-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .af-cookie__item {
        align-items: flex-start;
    }

    .af-cookie-reopen span {
        display: none;
    }

    .af-cookie-reopen {
        padding: 12px;
        border-radius: 50%;
    }
}

