:root {
    --fyl-green: #279a51;
    --fyl-green-dark: #19743c;
    --fyl-green-soft: #eef8f1;
    --fyl-navy: #101d3a;
    --fyl-muted: #566076;
    --fyl-line: #dfe6e2;
    --fyl-paper: #ffffff;
    --fyl-surface: #f7faf8;
    --fyl-container: 825px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.fyl-page {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--fyl-navy);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.fyl-page a { color: inherit; text-decoration: none; }
.fyl-page button,
.fyl-page input,
.fyl-page select { font: inherit; }
.fyl-page img { display: block; max-width: 100%; }
.fyl-page svg { width: 1em; height: 1em; stroke-width: 1.9; }

.fyl-container {
    width: min(var(--fyl-container), calc(100% - 32px));
    margin-inline: auto;
}

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

.fyl-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 68px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid transparent;
}

.fyl-header.is-scrolled {
    border-bottom-color: var(--fyl-line);
    box-shadow: 0 8px 28px rgba(16, 29, 58, .06);
}

.fyl-header-inner {
    height: 68px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.fyl-logo {
    width: 105px;
    height: 64px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.fyl-logo img { width: 100%; height: 100%; object-fit: contain; }

.fyl-navigation {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.fyl-navigation nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-left: auto;
}

.fyl-navigation nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 24px 0 19px;
    color: var(--fyl-navy);
    font-size: 8px;
    font-weight: 700;
    white-space: nowrap;
}

.fyl-navigation nav a svg { width: 9px; height: 9px; }

.fyl-navigation nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    height: 1.5px;
    background: var(--fyl-green);
    opacity: 0;
}

.fyl-navigation nav a:hover,
.fyl-navigation nav a:focus-visible,
.fyl-navigation nav a.is-active { color: var(--fyl-green-dark); }
.fyl-navigation nav a:hover::after,
.fyl-navigation nav a:focus-visible::after,
.fyl-navigation nav a.is-active::after { opacity: 1; }

.fyl-header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }

.fyl-language {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--fyl-navy);
}

.fyl-language svg { width: 14px; height: 14px; }
.fyl-language select { width: 38px; border: 0; outline: 0; background: transparent; color: var(--fyl-navy); font-size: 9px; font-weight: 700; }

.fyl-menu-toggle {
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fyl-line);
    border-radius: 10px;
    background: #fff;
    color: var(--fyl-navy);
}

.fyl-button {
    min-height: 34px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--fyl-green);
    border-radius: 8px;
    background: var(--fyl-green);
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(39, 154, 81, .18);
    font-size: 9px;
    font-weight: 750;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.fyl-button:hover,
.fyl-button:focus-visible { transform: translateY(-1px); background: var(--fyl-green-dark); box-shadow: 0 10px 22px rgba(39, 154, 81, .22); }
.fyl-button svg { width: 13px; height: 13px; }
.fyl-button-small { min-height: 29px; padding-inline: 15px; border-radius: 8px; font-size: 8px; }
.fyl-button-secondary { background: #fff; color: var(--fyl-navy) !important; border-color: var(--fyl-line); box-shadow: 0 6px 16px rgba(16, 29, 58, .07); }
.fyl-button-secondary:hover,
.fyl-button-secondary:focus-visible { background: var(--fyl-green-soft); color: var(--fyl-green-dark) !important; }

.fyl-hero {
    height: 405px;
    overflow: hidden;
    background: #f8fbf9;
}

.fyl-hero-grid {
    height: 405px;
    display: grid;
    grid-template-columns: 315px 405px 105px;
    align-items: center;
    position: relative;
}

.fyl-hero-copy { align-self: center; padding-top: 8px; position: relative; z-index: 2; }

.fyl-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #e9f5ec;
    color: var(--fyl-green-dark);
    font-size: 10px;
    font-weight: 750;
}

.fyl-pill svg { width: 14px; height: 14px; fill: #d7efdf; }

.fyl-hero h1 {
    margin: 14px 0 21px;
    color: var(--fyl-navy);
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 41px;
    line-height: .98;
    letter-spacing: -1.8px;
    font-weight: 800;
}

.fyl-hero h1 em { color: #54ad70; font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: 1.18em; font-weight: 500; letter-spacing: -2px; }

.fyl-hero-copy > p {
    max-width: 300px;
    margin: 0 0 19px;
    color: #38445c;
    font-size: 10.5px;
    line-height: 1.7;
}

.fyl-actions { display: flex; align-items: center; gap: 12px; }

.fyl-hero-trust {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fyl-hero-trust img { width: 134px; height: 45px; object-fit: cover; }
.fyl-hero-trust p { margin: 0; display: grid; gap: 3px; font-size: 8px; line-height: 1.25; }
.fyl-hero-trust strong { font-size: 9px; }
.fyl-hero-trust span { color: var(--fyl-muted); }

.fyl-hero-devices { width: 405px; height: 405px; overflow: hidden; align-self: end; }
.fyl-hero-devices img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transform: translateX(8px) scale(1.04); transform-origin: center bottom; }

.fyl-trust-badges { display: grid; gap: 18px; align-self: center; }
.fyl-trust-badges div {
    min-height: 48px;
    display: grid;
    grid-template-columns: 27px 1fr;
    align-items: center;
    gap: 7px;
    padding: 8px 7px;
    border: 1px solid #e5eae7;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(16, 29, 58, .07);
}
.fyl-trust-badges svg { width: 21px; height: 21px; color: var(--fyl-green); fill: #e8f5ec; }
.fyl-trust-badges span { font-size: 7px; line-height: 1.25; font-weight: 700; }

.fyl-partners { height: 64px; background: #eef6f2; }
.fyl-partners .fyl-container { height: 64px; }
.fyl-partners img { width: 100%; height: 66px; object-fit: cover; border-radius: 16px 16px 0 0; }

.fyl-section { background: #fff; }
.fyl-section h2,
.fyl-app-copy h2,
.fyl-newsletter h2 { margin: 0; color: var(--fyl-navy); font-family: 'Manrope', 'Inter', sans-serif; font-weight: 800; }
.fyl-section h2 span,
.fyl-app-copy h2 em { color: var(--fyl-green); font-style: normal; }

.fyl-capabilities { height: 143px; padding-top: 10px; }
.fyl-capabilities h2 { text-align: center; font-size: 18px; line-height: 1.05; letter-spacing: -.45px; }
.fyl-capability-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.fyl-capability {
    height: 81px;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid var(--fyl-line);
    border-radius: 14px;
    background: #fff;
}
.fyl-capability > span { width: 35px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--tone-bg); color: var(--tone); }
.fyl-capability svg { width: 23px; height: 23px; }
.fyl-capability h3 { margin: 0 0 5px; font-size: 7.5px; line-height: 1.1; font-weight: 800; }
.fyl-capability p { margin: 0; color: #3f4960; font-size: 6px; line-height: 1.55; }
.fyl-tone-green { --tone:#13964a; --tone-bg:#e8f7ed; }
.fyl-tone-purple { --tone:#7750b7; --tone-bg:#f0ebfa; }
.fyl-tone-blue { --tone:#2684ca; --tone-bg:#e9f3fb; }
.fyl-tone-orange { --tone:#f18714; --tone-bg:#fff1e1; }
.fyl-tone-violet { --tone:#8a4ab7; --tone-bg:#f4eafa; }
.fyl-tone-lime { --tone:#1d9652; --tone-bg:#eef6df; }

.fyl-how { height: 130px; padding-top: 3px; }
.fyl-how h2,
.fyl-experts h2,
.fyl-stories h2 { text-align: center; font-size: 17px; line-height: 1.1; }
.fyl-steps { width: 535px; max-width: 100%; margin: 8px auto 0; display: grid; grid-template-columns: 1fr 23px 1fr 23px 1fr 23px 1fr; align-items: start; }
.fyl-steps article { text-align: center; }
.fyl-step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 5px; border: 1px solid #dce5df; border-radius: 50%; background: #fff; color: var(--fyl-green); }
.fyl-step-icon svg { width: 28px; height: 28px; fill: #edf7ef; }
.fyl-steps h3 { margin: 0 0 2px; font-size: 7px; font-weight: 800; }
.fyl-steps p { max-width: 104px; margin: 0 auto; color: #3f4960; font-size: 6.5px; line-height: 1.35; }
.fyl-step-arrow { width: 18px !important; height: 18px !important; margin-top: 22px; color: #8491aa; }

.fyl-experts { height: 150px; padding-top: 1px; }
.fyl-expert-grid { margin-top: 8px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.fyl-expert-card {
    height: 93px;
    display: grid;
    grid-template-columns: 48% 52%;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--tone) 34%, #e4e9e6);
    border-radius: 13px;
    background: color-mix(in srgb, var(--tone-bg) 55%, #fff);
}
.fyl-expert-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.fyl-expert-card > span { min-width: 0; display: flex; flex-direction: column; padding: 13px 8px 8px; }
.fyl-expert-card strong { color: var(--tone); font-size: 9.5px; line-height: 1.15; }
.fyl-expert-card small { min-height: 33px; margin-top: 6px; color: #3e485d; font-size: 6px; line-height: 1.35; }
.fyl-expert-card b { margin-top: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 6.5px; font-weight: 750; }
.fyl-expert-card b svg { width: 9px; height: 9px; }
.fyl-explore { width: max-content; min-height: 26px; margin: 7px auto 0; display: flex; padding-inline: 14px; border-radius: 6px; font-size: 7.5px; }

.fyl-stats { height: 75px; padding-top: 4px; background: #fff; }
.fyl-stats-inner {
    height: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr .95fr 1.65fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e5ece7;
    border-radius: 15px;
    background: #f1f8f3;
}
.fyl-stats article { min-width: 0; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 8px; padding-inline: 12px; }
.fyl-stats article > svg { grid-row: 1 / 3; width: 38px; height: 38px; padding: 9px; border: 1px solid #cbe2d2; border-radius: 50%; color: var(--fyl-green); background: #fff; }
.fyl-stats article strong { align-self: end; color: var(--fyl-green-dark); font-size: 17px; line-height: 1; white-space: nowrap; }
.fyl-stats article span { align-self: start; margin-top: 4px; color: #435067; font-size: 6px; white-space: nowrap; }
.fyl-stats blockquote { height: 53px; margin: 0 10px 0 0; padding: 11px 12px 8px 31px; position: relative; border-radius: 10px; background: #fff; }
.fyl-stats blockquote svg { position: absolute; left: 9px; top: 9px; width: 16px; height: 16px; color: #55ad70; fill: #edf8f0; }
.fyl-stats blockquote p { margin: 0; font-size: 7px; line-height: 1.45; font-weight: 650; }

.fyl-app-promo { height: 180px; overflow: hidden; background: #f8fbf9; }
.fyl-app-promo-inner { height: 180px; position: relative; display: grid; grid-template-columns: 340px 245px 120px 120px; align-items: center; }
.fyl-app-phones { width: 340px; height: 180px; object-fit: cover; object-position: center top; align-self: end; }
.fyl-app-copy { align-self: center; padding-left: 14px; }
.fyl-app-copy > span { display: inline-block; margin-bottom: 6px; padding: 3px 7px; border-radius: 999px; background: #edf7f0; color: var(--fyl-green); font-size: 6.5px; font-weight: 750; }
.fyl-app-copy h2 { font-size: 19px; line-height: 1.08; letter-spacing: -.4px; }
.fyl-app-copy ul { list-style: none; display: grid; gap: 5px; margin: 11px 0 0; padding: 0; color: #374157; font-size: 7px; }
.fyl-app-copy li { display: flex; align-items: center; gap: 7px; }
.fyl-app-copy li svg { color: var(--fyl-green); fill: #eaf6ed; }
.fyl-store-link { display: block; width: 105px; }
.fyl-store-link img { width: 100%; }
.fyl-app-plant { width: 120px; height: 145px; object-fit: cover; object-position: center; align-self: end; }

.fyl-stories { height: 130px; padding-top: 7px; position: relative; }
.fyl-stories .fyl-container { position: relative; }
.fyl-story-row { width: 696px; max-width: calc(100% - 70px); margin: 8px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.fyl-story-card { height: 91px; position: relative; padding: 14px 14px 10px 42px; border: 1px solid var(--fyl-line); border-radius: 12px; background: #fff; box-shadow: 0 5px 13px rgba(16, 29, 58, .04); }
.fyl-story-card > svg { position: absolute; left: 16px; top: 13px; width: 17px; height: 17px; color: #75bd88; fill: #ecf7ef; }
.fyl-story-card > p { height: 34px; margin: 0; color: #364157; font-size: 6.7px; line-height: 1.45; }
.fyl-story-card footer { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 7px; }
.fyl-story-card footer img,
.fyl-story-avatar { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; object-fit: cover; background: var(--fyl-green-soft); color: var(--fyl-green); font-size: 8px; font-weight: 800; }
.fyl-story-avatar svg { width: 12px; height: 12px; }
.fyl-story-card footer strong { display: grid; gap: 2px; font-size: 6.7px; }
.fyl-story-card footer small { color: var(--fyl-muted); font-size: 5.7px; font-weight: 500; }
.fyl-stars { color: #f4a000; font-size: 8px; letter-spacing: .5px; }
.fyl-story-arrow { position: absolute; top: 54px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #acd6b7; border-radius: 50%; background: #fff; color: var(--fyl-green); cursor: pointer; }
.fyl-story-arrow.is-prev { left: -13px; }
.fyl-story-arrow.is-next { right: -13px; }

.fyl-blog { height: 195px; padding-top: 4px; }
.fyl-blog-shell { height: 188px; padding: 10px 22px 12px; border-radius: 15px 15px 0 0; background: #f8fbf9; }
.fyl-blog-shell > header { height: 39px; display: flex; align-items: flex-start; justify-content: space-between; }
.fyl-blog-shell h2 { text-align: left; font-size: 16px; }
.fyl-blog-shell header p { margin: 2px 0 0; color: var(--fyl-muted); font-size: 6px; }
.fyl-blog-shell header > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; font-size: 7px; font-weight: 750; }
.fyl-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.fyl-blog-card { height: 126px; position: relative; overflow: hidden; border: 1px solid var(--fyl-line); border-radius: 7px; background: #fff; }
.fyl-blog-card > img { width: 100%; height: 60px; object-fit: cover; }
.fyl-blog-tag { position: absolute; left: 11px; top: 57px; padding: 2px 7px; border-radius: 999px; background: var(--fyl-green); color: #fff; font-size: 5.5px; font-weight: 750; }
.fyl-blog-card h3 { width: 83%; margin: 9px 11px 0; font-size: 10px; line-height: 1.15; }
.fyl-blog-card footer { position: absolute; left: 11px; right: 10px; bottom: 7px; display: flex; align-items: center; gap: 7px; color: var(--fyl-muted); font-size: 5.5px; }
.fyl-blog-card footer svg { width: 12px; height: 12px; margin-left: auto; color: var(--fyl-navy); }

.fyl-newsletter { height: 55px; background: #fff; }
.fyl-newsletter-inner { height: 51px; display: grid; grid-template-columns: 50px 1.2fr 1fr; align-items: center; gap: 14px; padding: 0 19px; border-radius: 12px; background: #29994e; color: #fff; }
.fyl-newsletter-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--fyl-green); }
.fyl-newsletter-icon svg { width: 22px; height: 22px; }
.fyl-newsletter h2 { color: #fff; font-size: 11px; }
.fyl-newsletter p { margin: 3px 0 0; color: rgba(255,255,255,.86); font-size: 6.5px; }
.fyl-newsletter form { position: relative; display: grid; grid-template-columns: 1fr 68px; }
.fyl-newsletter input { height: 28px; min-width: 0; padding: 0 12px; border: 0; border-radius: 7px 0 0 7px; outline: 0; background: #fff; color: var(--fyl-navy); font-size: 7px; }
.fyl-newsletter button { height: 28px; border: 0; border-radius: 0 7px 7px 0; background: #112b57; color: #fff; font-size: 7px; font-weight: 750; cursor: pointer; }
.fyl-newsletter form small { position: absolute; left: 0; top: 31px; color: #fff; font-size: 6px; }

.fyl-footer { height: 77px; overflow: hidden; background: #fff; }
.fyl-footer-grid { height: 66px; display: grid; grid-template-columns: 1.45fr repeat(4, .75fr) 1.1fr; gap: 18px; padding-top: 7px; }
.fyl-footer-brand > img { width: 100px; height: 36px; object-fit: cover; object-position: center; }
.fyl-footer-brand p { margin: 0; max-width: 120px; color: #48546a; font-size: 5.7px; line-height: 1.35; }
.fyl-footer-brand > span { display: flex; gap: 7px; margin-top: 4px; }
.fyl-footer-brand a { color: var(--fyl-navy); }
.fyl-footer-brand svg { width: 9px; height: 9px; }
.fyl-footer nav,
.fyl-footer-app { display: flex; flex-direction: column; gap: 3px; }
.fyl-footer h2 { display: flex; align-items: center; gap: 5px; margin: 2px 0 3px; font-size: 6.5px; font-weight: 800; }
.fyl-footer h2 svg { width: 8px; height: 8px; }
.fyl-footer nav a { color: #435067; font-size: 5.3px; line-height: 1.25; }
.fyl-footer-app img { width: 82px; height: 53px; object-fit: cover; object-position: top; }
.fyl-footer-app small { display: none; }
.fyl-footer-bottom { height: 11px; color: #6c7688; font-size: 4.8px; }

.fyl-page a:focus-visible,
.fyl-page button:focus-visible,
.fyl-page input:focus-visible,
.fyl-page select:focus-visible { outline: 2px solid #58b678; outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 900px) {
    .fyl-header-inner { gap: 10px; }
    .fyl-navigation nav { gap: 15px; }
    .fyl-hero-grid { grid-template-columns: 310px minmax(360px, 1fr) 100px; }
}

@media (max-width: 760px) {
    body.fyl-page { font-size: 14px; }
    .fyl-header,
    .fyl-header-inner { height: 64px; }
    .fyl-logo { width: 96px; height: 60px; }
    .fyl-menu-toggle { display: inline-flex; margin-left: auto; }
    .fyl-navigation {
        position: absolute;
        top: 64px;
        left: 16px;
        right: 16px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
        border: 1px solid var(--fyl-line);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 20px 50px rgba(16, 29, 58, .14);
    }
    .fyl-navigation.is-open { display: flex; }
    .fyl-navigation nav { align-items: stretch; flex-direction: column; gap: 0; margin: 0; }
    .fyl-navigation nav a { padding: 10px 3px; font-size: 12px; }
    .fyl-navigation nav a::after { display: none; }
    .fyl-header-actions { justify-content: space-between; border-top: 1px solid var(--fyl-line); padding-top: 12px; }
    .fyl-language select { font-size: 11px; }
    .fyl-button-small { min-height: 36px; font-size: 11px; }

    .fyl-hero { height: auto; min-height: 770px; }
    .fyl-hero-grid { height: auto; min-height: 770px; grid-template-columns: 1fr; padding-block: 35px 20px; }
    .fyl-hero-copy { text-align: center; }
    .fyl-hero-copy > p { max-width: 480px; margin-inline: auto; font-size: 13px; }
    .fyl-hero h1 { font-size: clamp(43px, 12vw, 62px); }
    .fyl-pill { font-size: 11px; }
    .fyl-actions,
    .fyl-hero-trust { justify-content: center; }
    .fyl-button { min-height: 40px; font-size: 11px; }
    .fyl-hero-trust p { text-align: left; font-size: 9px; }
    .fyl-hero-devices { width: min(470px, 100%); height: auto; aspect-ratio: 1/1; margin: -10px auto -20px; }
    .fyl-hero-devices img { transform: none; }
    .fyl-trust-badges { grid-template-columns: repeat(2, 1fr); width: min(430px, 100%); margin-inline: auto; }
    .fyl-trust-badges div { min-height: 58px; }
    .fyl-trust-badges span { font-size: 9px; }

    .fyl-partners,
    .fyl-partners .fyl-container { height: auto; }
    .fyl-partners img { height: auto; }
    .fyl-capabilities,
    .fyl-how,
    .fyl-experts,
    .fyl-stats,
    .fyl-app-promo,
    .fyl-stories,
    .fyl-blog,
    .fyl-newsletter,
    .fyl-footer { height: auto; }
    .fyl-capabilities,
    .fyl-how,
    .fyl-experts,
    .fyl-stories,
    .fyl-blog { padding-block: 32px; }
    .fyl-section h2,
    .fyl-app-copy h2 { font-size: 25px; }
    .fyl-capability-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .fyl-capability { height: 100px; padding: 14px; grid-template-columns: 46px 1fr; }
    .fyl-capability > span { width: 46px; height: 58px; }
    .fyl-capability h3 { font-size: 11px; }
    .fyl-capability p { font-size: 9px; }
    .fyl-steps { grid-template-columns: repeat(2, 1fr); gap: 25px; margin-top: 22px; }
    .fyl-step-arrow { display: none; }
    .fyl-step-icon { width: 64px; height: 64px; }
    .fyl-steps h3 { font-size: 11px; }
    .fyl-steps p { max-width: 150px; font-size: 9px; }
    .fyl-expert-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 20px; }
    .fyl-expert-card { height: 125px; }
    .fyl-expert-card strong { font-size: 12px; }
    .fyl-expert-card small { font-size: 8px; min-height: 42px; }
    .fyl-expert-card b { font-size: 8px; }
    .fyl-explore { min-height: 38px; margin-top: 15px; font-size: 10px; }
    .fyl-stats { padding-block: 24px; }
    .fyl-stats-inner { height: auto; grid-template-columns: repeat(2, 1fr); padding: 14px; gap: 18px; }
    .fyl-stats article { padding: 0; }
    .fyl-stats article strong { font-size: 20px; }
    .fyl-stats article span { font-size: 8px; }
    .fyl-stats blockquote { grid-column: 1/-1; margin: 0; height: auto; min-height: 60px; }
    .fyl-stats blockquote p { font-size: 9px; }
    .fyl-app-promo { min-height: 600px; padding-top: 24px; }
    .fyl-app-promo-inner { height: auto; grid-template-columns: 1fr; text-align: center; }
    .fyl-app-phones { width: min(480px, 100%); height: auto; aspect-ratio: 12/7; margin-inline: auto; order: 2; }
    .fyl-app-copy { padding: 0; order: 1; }
    .fyl-app-copy ul { width: max-content; max-width: 100%; margin: 18px auto; text-align: left; font-size: 10px; }
    .fyl-store-link { width: 122px; margin: 0 auto 20px; order: 3; }
    .fyl-app-plant { display: none; }
    .fyl-story-row { width: 100%; max-width: 100%; grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
    .fyl-story-card { height: 118px; padding: 18px 18px 14px 48px; }
    .fyl-story-card > p { height: 50px; font-size: 9px; }
    .fyl-story-card footer strong { font-size: 9px; }
    .fyl-story-card footer small { font-size: 7px; }
    .fyl-story-arrow { display: none; }
    .fyl-blog-shell { height: auto; padding: 18px; }
    .fyl-blog-shell h2 { font-size: 24px; }
    .fyl-blog-shell header { height: 52px; }
    .fyl-blog-shell header p,
    .fyl-blog-shell header > a { font-size: 9px; }
    .fyl-blog-grid { grid-template-columns: 1fr; }
    .fyl-blog-card { height: 230px; }
    .fyl-blog-card > img { height: 130px; }
    .fyl-blog-tag { top: 125px; font-size: 8px; }
    .fyl-blog-card h3 { margin-top: 14px; font-size: 14px; }
    .fyl-blog-card footer { font-size: 8px; }
    .fyl-newsletter { padding-block: 16px; }
    .fyl-newsletter-inner { height: auto; grid-template-columns: 50px 1fr; padding: 18px; }
    .fyl-newsletter h2 { font-size: 15px; }
    .fyl-newsletter p { font-size: 9px; }
    .fyl-newsletter form { grid-column: 1/-1; }
    .fyl-newsletter input,
    .fyl-newsletter button { height: 38px; font-size: 10px; }
    .fyl-footer { padding-block: 25px 10px; }
    .fyl-footer-grid { height: auto; grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .fyl-footer-brand,
    .fyl-footer-app { grid-column: 1/-1; }
    .fyl-footer-brand p { max-width: 260px; font-size: 9px; }
    .fyl-footer h2 { font-size: 11px; }
    .fyl-footer nav a { font-size: 9px; }
    .fyl-footer-app img { width: 122px; height: auto; }
    .fyl-footer-bottom { height: auto; padding-top: 18px; font-size: 8px; }
}

@media (max-width: 480px) {
    .fyl-container { width: min(100% - 24px, var(--fyl-container)); }
    .fyl-hero { min-height: 720px; }
    .fyl-hero-grid { min-height: 720px; padding-top: 28px; }
    .fyl-hero h1 { margin-top: 18px; }
    .fyl-actions { align-items: stretch; flex-direction: column; }
    .fyl-actions .fyl-button { width: min(280px, 100%); margin-inline: auto; }
    .fyl-hero-trust { align-items: center; flex-direction: column; }
    .fyl-hero-trust p { text-align: center; }
    .fyl-trust-badges { gap: 10px; }
    .fyl-capability-grid,
    .fyl-expert-grid { grid-template-columns: 1fr; }
    .fyl-capability { height: 96px; }
    .fyl-expert-card { height: 138px; grid-template-columns: 44% 56%; }
    .fyl-steps { grid-template-columns: 1fr; }
    .fyl-stats-inner { grid-template-columns: 1fr; }
    .fyl-newsletter-inner { grid-template-columns: 1fr; text-align: center; }
    .fyl-newsletter-icon { margin-inline: auto; }
    .fyl-newsletter form { grid-column: 1; width: 100%; }
}

/*
 * Desktop layout tuning
 *
 * The reference artwork was originally laid out on an 825px canvas with
 * display-sized typography. On a normal cPanel/browser viewport that leaves
 * most of the screen unused and makes the copy difficult to read. Keep the
 * compact mobile treatment above, but give desktop screens a fluid 1280px
 * content rail and scale the sections with it.
 */
@media (min-width: 761px) {
    :root { --fyl-container: 1280px; }

    body.fyl-page { font-size: 15px; }

    .fyl-container { width: min(var(--fyl-container), calc(100% - 56px)); }

    .fyl-header,
    .fyl-header-inner { height: 84px; }

    .fyl-header-inner { gap: 28px; }
    .fyl-logo { width: 142px; height: 78px; }
    .fyl-navigation { gap: 26px; }
    .fyl-navigation nav { gap: clamp(17px, 1.8vw, 31px); }
    .fyl-navigation nav a { padding: 31px 0 25px; font-size: 12px; }
    .fyl-navigation nav a svg { width: 13px; height: 13px; }
    .fyl-navigation nav a::after { bottom: 20px; height: 2px; }
    .fyl-header-actions { gap: 14px; }
    .fyl-language { gap: 7px; }
    .fyl-language svg { width: 19px; height: 19px; }
    .fyl-language select { width: 45px; font-size: 12px; }
    .fyl-button { min-height: 46px; padding-inline: 24px; border-radius: 10px; font-size: 12px; }
    .fyl-button-small { min-height: 42px; padding-inline: 21px; font-size: 11px; }

    .fyl-hero { height: 560px; }
    .fyl-hero-grid { height: 560px; grid-template-columns: minmax(355px, .95fr) minmax(490px, 1.45fr) 170px; gap: 28px; }
    .fyl-hero-copy { padding-top: 12px; }
    .fyl-pill { gap: 9px; padding: 10px 17px; font-size: 13px; }
    .fyl-pill svg { width: 18px; height: 18px; }
    .fyl-hero h1 { margin: 20px 0 27px; font-size: clamp(54px, 4.1vw, 68px); letter-spacing: -2.6px; }
    .fyl-hero-copy > p { max-width: 420px; margin-bottom: 26px; font-size: 14px; line-height: 1.65; }
    .fyl-actions { gap: 16px; }
    .fyl-hero-trust { margin-top: 30px; gap: 12px; }
    .fyl-hero-trust img { width: 178px; height: 57px; }
    .fyl-hero-trust p { gap: 4px; font-size: 11px; line-height: 1.3; }
    .fyl-hero-trust strong { font-size: 12px; }
    .fyl-hero-devices { width: 100%; height: 560px; }
    .fyl-hero-devices img { width: 100%; height: 100%; transform: translateX(8px) scale(1.05); }
    .fyl-trust-badges { gap: 22px; }
    .fyl-trust-badges div { min-height: 68px; grid-template-columns: 35px 1fr; gap: 10px; padding: 11px 12px; border-radius: 12px; }
    .fyl-trust-badges svg { width: 28px; height: 28px; }
    .fyl-trust-badges span { font-size: 10px; line-height: 1.3; }

    .fyl-partners { height: 96px; }
    .fyl-partners .fyl-container { height: 96px; }
    .fyl-partners img { height: 96px; border-radius: 20px 20px 0 0; }

    .fyl-capabilities,
    .fyl-how,
    .fyl-experts,
    .fyl-stories,
    .fyl-blog,
    .fyl-newsletter,
    .fyl-footer { height: auto; }

    .fyl-capabilities { padding: 28px 0 34px; }
    .fyl-capabilities h2 { font-size: 30px; line-height: 1.08; letter-spacing: -.7px; }
    .fyl-capability-grid { margin-top: 22px; gap: 14px; }
    .fyl-capability { height: 126px; grid-template-columns: 57px 1fr; gap: 13px; padding: 15px; border-radius: 17px; }
    .fyl-capability > span { width: 54px; height: 64px; }
    .fyl-capability svg { width: 31px; height: 31px; }
    .fyl-capability h3 { margin-bottom: 7px; font-size: 12px; line-height: 1.15; }
    .fyl-capability p { font-size: 10px; line-height: 1.45; }

    .fyl-how { padding: 25px 0 34px; }
    .fyl-how h2,
    .fyl-experts h2,
    .fyl-stories h2 { font-size: 28px; line-height: 1.1; }
    .fyl-steps { width: 820px; margin-top: 20px; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr; }
    .fyl-step-icon { width: 76px; height: 76px; margin-bottom: 9px; }
    .fyl-step-icon svg { width: 39px; height: 39px; }
    .fyl-steps h3 { margin-bottom: 4px; font-size: 11px; }
    .fyl-steps p { max-width: 160px; font-size: 10px; line-height: 1.45; }
    .fyl-step-arrow { width: 24px !important; height: 24px !important; margin-top: 29px; }

    .fyl-experts { padding: 24px 0 36px; }
    .fyl-expert-grid { margin-top: 17px; gap: 16px; }
    .fyl-expert-card { height: 180px; border-radius: 16px; }
    .fyl-expert-card > span { padding: 20px 14px 13px; }
    .fyl-expert-card strong { font-size: 16px; }
    .fyl-expert-card small { min-height: 50px; margin-top: 9px; font-size: 10px; line-height: 1.4; }
    .fyl-expert-card b { gap: 7px; font-size: 10px; }
    .fyl-expert-card b svg { width: 13px; height: 13px; }
    .fyl-explore { min-height: 40px; margin-top: 17px; padding-inline: 23px; border-radius: 8px; font-size: 11px; }

    .fyl-stats { height: auto; padding: 22px 0; }
    .fyl-stats-inner { height: 108px; grid-template-columns: 1fr 1fr 1.15fr .95fr 1.6fr; border-radius: 19px; }
    .fyl-stats article { grid-template-columns: 53px 1fr; column-gap: 10px; padding-inline: 16px; }
    .fyl-stats article > svg { width: 48px; height: 48px; padding: 11px; }
    .fyl-stats article strong { font-size: 23px; }
    .fyl-stats article span { margin-top: 5px; font-size: 9px; }
    .fyl-stats blockquote { height: 78px; margin-right: 15px; padding: 16px 16px 12px 43px; }
    .fyl-stats blockquote svg { left: 13px; top: 13px; width: 21px; height: 21px; }
    .fyl-stats blockquote p { font-size: 10px; line-height: 1.5; }

    .fyl-app-promo { height: 280px; }
    .fyl-app-promo-inner { height: 280px; grid-template-columns: 430px 1fr 145px 145px; }
    .fyl-app-phones { width: 430px; height: 280px; }
    .fyl-app-copy { padding-left: 20px; }
    .fyl-app-copy > span { margin-bottom: 9px; padding: 5px 10px; font-size: 9px; }
    .fyl-app-copy h2 { font-size: 27px; line-height: 1.08; }
    .fyl-app-copy ul { gap: 8px; margin-top: 16px; font-size: 10px; }
    .fyl-app-copy li { gap: 9px; }
    .fyl-store-link { width: 125px; }
    .fyl-app-plant { width: 145px; height: 220px; }

    .fyl-stories { padding: 30px 0 35px; }
    .fyl-story-row { width: 100%; max-width: 1050px; margin-top: 17px; gap: 20px; }
    .fyl-story-card { height: 145px; padding: 20px 20px 14px 58px; border-radius: 15px; }
    .fyl-story-card > svg { left: 20px; top: 18px; width: 23px; height: 23px; }
    .fyl-story-card > p { height: 58px; font-size: 10px; line-height: 1.5; }
    .fyl-story-card footer { grid-template-columns: 34px 1fr auto; gap: 9px; }
    .fyl-story-card footer img,
    .fyl-story-avatar { width: 34px; height: 34px; font-size: 11px; }
    .fyl-story-avatar svg { width: 16px; height: 16px; }
    .fyl-story-card footer strong { gap: 3px; font-size: 10px; }
    .fyl-story-card footer small { font-size: 8px; }
    .fyl-stars { font-size: 11px; }
    .fyl-story-arrow { top: 75px; width: 38px; height: 38px; }
    .fyl-story-arrow.is-prev { left: -18px; }
    .fyl-story-arrow.is-next { right: -18px; }

    .fyl-blog { padding: 30px 0 34px; }
    .fyl-blog-shell { height: auto; padding: 20px 28px 24px; border-radius: 19px 19px 0 0; }
    .fyl-blog-shell > header { height: 56px; }
    .fyl-blog-shell h2 { font-size: 25px; }
    .fyl-blog-shell header p { margin-top: 4px; font-size: 10px; }
    .fyl-blog-shell header > a { gap: 9px; margin-top: 10px; font-size: 10px; }
    .fyl-blog-grid { gap: 20px; }
    .fyl-blog-card { height: 215px; border-radius: 9px; }
    .fyl-blog-card > img { height: 103px; }
    .fyl-blog-tag { left: 15px; top: 97px; padding: 3px 9px; font-size: 8px; }
    .fyl-blog-card h3 { margin: 14px 15px 0; font-size: 15px; line-height: 1.2; }
    .fyl-blog-card footer { left: 15px; right: 14px; bottom: 10px; gap: 9px; font-size: 8px; }
    .fyl-blog-card footer svg { width: 16px; height: 16px; }

    .fyl-newsletter { padding: 24px 0; }
    .fyl-newsletter-inner { height: 82px; grid-template-columns: 66px 1.2fr 1fr; gap: 18px; padding: 0 25px; border-radius: 15px; }
    .fyl-newsletter-icon { width: 56px; height: 56px; }
    .fyl-newsletter-icon svg { width: 28px; height: 28px; }
    .fyl-newsletter h2 { font-size: 17px; }
    .fyl-newsletter p { margin-top: 4px; font-size: 9px; }
    .fyl-newsletter form { grid-template-columns: 1fr 90px; }
    .fyl-newsletter input,
    .fyl-newsletter button { height: 40px; font-size: 10px; }
    .fyl-newsletter form small { top: 45px; font-size: 8px; }

    .fyl-footer { min-height: 166px; }
    .fyl-footer-grid { height: auto; min-height: 135px; grid-template-columns: 1.45fr repeat(4, .75fr) 1.1fr; gap: 28px; padding-top: 14px; }
    .fyl-footer-brand > img { width: 140px; height: 50px; }
    .fyl-footer-brand p { max-width: 180px; font-size: 9px; line-height: 1.45; }
    .fyl-footer-brand > span { gap: 10px; margin-top: 7px; }
    .fyl-footer-brand svg { width: 14px; height: 14px; }
    .fyl-footer nav,
    .fyl-footer-app { gap: 6px; }
    .fyl-footer h2 { gap: 7px; margin: 4px 0 5px; font-size: 11px; }
    .fyl-footer h2 svg { width: 12px; height: 12px; }
    .fyl-footer nav a { font-size: 9px; line-height: 1.3; }
    .fyl-footer-app img { width: 110px; height: auto; }
    .fyl-footer-app small { display: block; font-size: 8px; color: #667287; }
    .fyl-footer-bottom { height: 20px; font-size: 7px; }
}

@media (min-width: 761px) and (max-width: 1120px) {
    .fyl-container { width: min(var(--fyl-container), calc(100% - 40px)); }
    .fyl-header-inner { gap: 16px; }
    .fyl-logo { width: 116px; }
    .fyl-navigation { gap: 12px; }
    .fyl-navigation nav { gap: 13px; }
    .fyl-navigation nav a { font-size: 10px; }
    .fyl-button-small { padding-inline: 14px; font-size: 10px; }
    .fyl-hero-grid { grid-template-columns: minmax(290px, .9fr) minmax(360px, 1.25fr) 120px; gap: 14px; }
    .fyl-hero h1 { font-size: 50px; }
    .fyl-hero-copy > p { font-size: 12px; }
    .fyl-hero-devices img { transform: none; }
    .fyl-trust-badges div { padding-inline: 8px; }
    .fyl-capability { grid-template-columns: 45px 1fr; gap: 8px; padding: 10px; }
    .fyl-capability > span { width: 43px; height: 53px; }
    .fyl-capability h3 { font-size: 10px; }
    .fyl-capability p { font-size: 8px; }
    .fyl-app-promo-inner { grid-template-columns: 320px 1fr 112px 100px; }
    .fyl-app-phones { width: 320px; }
    .fyl-app-copy h2 { font-size: 23px; }
    .fyl-app-plant { width: 100px; }
}

/* Modern journey sections */
.fyl-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--fyl-green-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fyl-wellness-path {
    padding: 56px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f5faf7 0%, #fff 58%, #f7fbf8 100%);
}

.fyl-wellness-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    align-items: center;
}

.fyl-wellness-copy h2 {
    max-width: 530px;
    margin: 0;
    color: var(--fyl-navy);
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.fyl-wellness-copy h2 span,
.fyl-support-heading h2 span { color: var(--fyl-green); }

.fyl-wellness-copy > p {
    max-width: 530px;
    margin: 16px 0 24px;
    color: var(--fyl-muted);
    font-size: 14px;
    line-height: 1.7;
}

.fyl-path-list {
    display: grid;
    gap: 15px;
    margin-bottom: 27px;
}

.fyl-path-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
}

.fyl-path-list-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #cce6d4;
    border-radius: 14px;
    color: var(--fyl-green);
    background: #fff;
    box-shadow: 0 7px 18px rgba(39, 154, 81, .08);
}

.fyl-path-list-icon svg { width: 20px; height: 20px; }
.fyl-path-list h3 { margin: 0 0 3px; color: var(--fyl-navy); font-size: 13px; font-weight: 800; }
.fyl-path-list p { margin: 0; color: var(--fyl-muted); font-size: 11px; line-height: 1.45; }

.fyl-path-visual {
    min-height: 330px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(145deg, #dff3e5 0%, #c3e7ce 47%, #94d2aa 100%);
    box-shadow: 0 22px 50px rgba(24, 116, 60, .16);
}

.fyl-path-orb { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .32); filter: blur(1px); }
.fyl-path-orb-one { width: 230px; height: 230px; top: -90px; right: -25px; }
.fyl-path-orb-two { width: 170px; height: 170px; bottom: -95px; left: -55px; background: rgba(39, 154, 81, .15); }

.fyl-path-card {
    width: min(390px, calc(100% - 48px));
    position: relative;
    z-index: 1;
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 38px rgba(16, 77, 39, .17);
}

.fyl-path-card > header { display: flex; align-items: center; justify-content: space-between; color: #809187; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.fyl-path-card > header svg { width: 18px; height: 18px; }
.fyl-path-score { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.fyl-path-score strong { color: var(--fyl-navy); font-family: 'Manrope', 'Inter', sans-serif; font-size: 52px; line-height: .9; letter-spacing: -2px; }
.fyl-path-score > span { display: grid; gap: 4px; color: var(--fyl-green-dark); font-size: 13px; font-weight: 750; }
.fyl-path-score small { color: var(--fyl-muted); font-size: 10px; font-weight: 500; }

.fyl-path-chart { height: 85px; display: flex; align-items: end; gap: 9px; margin: 21px 0 17px; padding: 10px 12px 0; border-bottom: 1px solid #dfece2; }
.fyl-path-chart i { flex: 1; display: block; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #74c28d, #bfe7ca); }
.fyl-path-chart .is-low { height: 28%; }.fyl-path-chart .is-mid { height: 48%; }.fyl-path-chart .is-high { height: 66%; }.fyl-path-chart .is-highest { height: 88%; }

.fyl-path-insight { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 10px; border-radius: 13px; background: #f1f9f3; }
.fyl-path-insight > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--fyl-green); background: #dff2e4; }
.fyl-path-insight > span svg { width: 17px; height: 17px; }
.fyl-path-insight > div { display: grid; gap: 3px; }.fyl-path-insight strong { color: var(--fyl-navy); font-size: 11px; }.fyl-path-insight small { color: var(--fyl-muted); font-size: 9px; }.fyl-path-insight > b { color: var(--fyl-green-dark); font-size: 12px; }
.fyl-path-tags { display: flex; gap: 7px; margin-top: 14px; }.fyl-path-tags span { padding: 5px 9px; border-radius: 999px; color: #5b6c60; background: #f3f6f3; font-size: 9px; font-weight: 700; }

.fyl-path-floating { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; color: #185f35; background: rgba(255,255,255,.72); box-shadow: 0 10px 22px rgba(24, 116, 60, .1); font-size: 9px; font-weight: 800; }
.fyl-path-floating svg { width: 14px; height: 14px; }.fyl-path-floating-left { left: 18px; top: 24%; }.fyl-path-floating-right { right: 18px; bottom: 19%; }

.fyl-support-model { padding: 64px 0; background: #fff; }
.fyl-support-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 26px; }.fyl-support-heading h2 { margin: 0; color: var(--fyl-navy); font-family: 'Manrope', 'Inter', sans-serif; font-size: clamp(30px, 3.6vw, 46px); line-height: 1; letter-spacing: -1.3px; }.fyl-support-heading > p { max-width: 420px; margin: 0 0 3px; color: var(--fyl-muted); font-size: 13px; line-height: 1.65; }
.fyl-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fyl-support-card { min-height: 285px; position: relative; display: flex; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--tone) 28%, #e2e9e4); border-radius: 22px; background: linear-gradient(145deg, color-mix(in srgb, var(--tone-bg) 72%, #fff), #fff); }
.fyl-support-card::after { content: ''; width: 130px; height: 130px; position: absolute; right: -58px; top: -58px; border-radius: 50%; background: color-mix(in srgb, var(--tone) 14%, transparent); }
.fyl-support-number { color: color-mix(in srgb, var(--tone) 70%, #657); font-size: 11px; font-weight: 800; letter-spacing: .1em; }.fyl-support-icon { width: 55px; height: 55px; display: grid; place-items: center; margin: 28px 0 19px; border-radius: 17px; color: var(--tone); background: color-mix(in srgb, var(--tone-bg) 78%, #fff); }.fyl-support-icon svg { width: 27px; height: 27px; }.fyl-support-card h3 { margin: 0 0 9px; color: var(--fyl-navy); font-family: 'Manrope', 'Inter', sans-serif; font-size: 19px; line-height: 1.15; }.fyl-support-card p { max-width: 295px; margin: 0; color: var(--fyl-muted); font-size: 11px; line-height: 1.6; }.fyl-support-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 17px; color: var(--tone); font-size: 10px; font-weight: 800; }.fyl-support-card a svg { width: 14px; height: 14px; }

.fyl-final-cta { padding: 64px 0; background: #fff; }.fyl-final-cta-inner { min-height: 245px; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; padding: 45px 58px; border-radius: 28px; background: linear-gradient(112deg, #10264b 0%, #15365f 57%, #1c7650 100%); box-shadow: 0 22px 50px rgba(16, 38, 75, .18); }.fyl-final-cta-copy { max-width: 600px; position: relative; z-index: 1; }.fyl-final-cta-copy .fyl-section-kicker { color: #a9e1b8; }.fyl-final-cta-copy h2 { margin: 0; color: #fff; font-family: 'Manrope', 'Inter', sans-serif; font-size: clamp(29px, 3.2vw, 43px); line-height: 1.06; letter-spacing: -1.2px; }.fyl-final-cta-copy h2 em { color: #8bd79e; font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: 1.18em; font-weight: 500; }.fyl-final-cta-copy p { max-width: 510px; margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; }.fyl-final-cta-actions { position: relative; z-index: 1; display: grid; gap: 10px; min-width: 205px; }.fyl-final-cta-actions .fyl-button { min-height: 46px; }.fyl-final-cta-actions .fyl-button-secondary { border-color: rgba(255,255,255,.32); color: #fff !important; background: rgba(255,255,255,.08); }.fyl-final-cta-actions .fyl-button-secondary:hover { color: #fff !important; background: rgba(255,255,255,.17); }.fyl-final-cta-glow { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }.fyl-final-cta-glow-one { width: 350px; height: 350px; top: -190px; right: 120px; }.fyl-final-cta-glow-two { width: 250px; height: 250px; right: -85px; bottom: -160px; border-color: rgba(137,220,160,.23); }

@media (min-width: 761px) {
    .fyl-wellness-path { padding: 88px 0; }
    .fyl-wellness-grid { grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr); gap: 76px; }
    .fyl-wellness-copy > p { font-size: 15px; }.fyl-path-list { gap: 18px; margin-bottom: 30px; }.fyl-path-list article { grid-template-columns: 48px 1fr; gap: 14px; }.fyl-path-list-icon { width: 48px; height: 48px; }.fyl-path-list-icon svg { width: 22px; height: 22px; }.fyl-path-list h3 { font-size: 14px; }.fyl-path-list p { font-size: 11px; }
    .fyl-path-visual { min-height: 420px; border-radius: 35px; }.fyl-path-card { width: 410px; padding: 25px; }.fyl-path-score strong { font-size: 62px; }.fyl-path-chart { height: 100px; }.fyl-path-floating-left { left: 26px; }.fyl-path-floating-right { right: 26px; }
    .fyl-support-model { padding: 82px 0; }.fyl-support-heading { margin-bottom: 34px; }.fyl-support-grid { gap: 20px; }.fyl-support-card { min-height: 320px; padding: 30px; }.fyl-support-card h3 { font-size: 21px; }.fyl-support-card p { font-size: 12px; }
    .fyl-final-cta { padding: 82px 0; }.fyl-final-cta-inner { min-height: 290px; padding: 58px 70px; border-radius: 34px; }.fyl-final-cta-actions { min-width: 220px; }
}

@media (max-width: 760px) {
    .fyl-wellness-path { padding: 43px 0; }.fyl-wellness-copy > p { font-size: 13px; }.fyl-path-visual { min-height: 350px; }.fyl-path-floating { font-size: 8px; }.fyl-path-floating-left { left: 10px; }.fyl-path-floating-right { right: 10px; }
    .fyl-support-model { padding: 45px 0; }.fyl-support-heading { display: block; margin-bottom: 23px; }.fyl-support-heading > p { margin-top: 12px; font-size: 12px; }.fyl-support-grid { grid-template-columns: 1fr; gap: 12px; }.fyl-support-card { min-height: 235px; padding: 21px; }.fyl-support-icon { margin: 20px 0 14px; }.fyl-support-card h3 { font-size: 18px; }
    .fyl-final-cta { padding: 45px 0; }.fyl-final-cta-inner { display: block; min-height: 0; padding: 33px 24px; border-radius: 22px; }.fyl-final-cta-copy p { font-size: 12px; }.fyl-final-cta-actions { min-width: 0; margin-top: 24px; }
}

@media (max-width: 480px) {
    .fyl-path-card { width: calc(100% - 30px); padding: 17px; }.fyl-path-card > header { font-size: 8px; }.fyl-path-score { margin-top: 14px; }.fyl-path-score strong { font-size: 45px; }.fyl-path-chart { height: 70px; gap: 6px; margin: 16px 0 13px; }.fyl-path-insight { grid-template-columns: 30px 1fr auto; padding: 8px; }.fyl-path-insight > span { width: 30px; height: 30px; }.fyl-path-tags { margin-top: 10px; }.fyl-path-tags span { padding: 4px 7px; font-size: 8px; }.fyl-path-floating { display: none; }
}
