.fy {
--fy-paper:      #f7f5f0;
--fy-surface:    #ffffff;
--fy-ink:        #0a1628;
--fy-ink-2:      #46505e;
--fy-muted:      #67707e;
--fy-line:       #e7e2d8;
--fy-line-2:     #dcd6c9;
--fy-brand:      #0f4da8;
--fy-brand-dark: #0c3d86;
--fy-steel:      #35608f;
--fy-electric:   #6aa9ec;
--fy-soft:       #a9d0f8;
--fy-dark:       #0a1628;
--fy-ease:       cubic-bezier(0.22, 1, 0.36, 1);
--fy-font:       'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-family: var(--fy-font);
color: var(--fy-ink);
background: var(--fy-paper);
line-height: 1.7;
font-feature-settings: 'cv11', 'ss01';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fy h1,
.fy h2,
.fy h3 {
font-family: var(--fy-font);
letter-spacing: -0.025em;
text-wrap: balance;
margin: 0;
}
.fy p {
margin: 0;
}
.fy-wrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 24px;
}
.fy-section {
padding: clamp(64px, 8vw, 104px) 0;
}
.fy-section + .fy-section {
padding-top: 0;
} .fy-hero {
background: var(--fy-dark);
color: #fff;
padding: clamp(76px, 9.5vw, 124px) 0 0;
}
.fy-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--fy-electric);
margin-bottom: 22px;
}
.fy-hero h1 {
font-size: clamp(1.85rem, 4.6vw, 3.3rem);
font-weight: 500;
line-height: 1.1;
letter-spacing: -0.032em;
color: #fff;
max-width: 18ch;
} .fy-hero h1::after {
content: '';
display: block;
width: 56px;
height: 2px;
background: var(--fy-electric);
margin-top: 26px;
}
.fy-lede {
font-size: clamp(1.02rem, 1.5vw, 1.2rem);
font-weight: 400;
color: var(--fy-soft);
margin-top: 22px !important;
letter-spacing: 0.005em;
}
.fy-intro {
font-size: 1rem;
line-height: 1.85;
color: rgba(226, 232, 240, 0.76);
max-width: 62ch;
margin-top: 16px !important;
}
.fy-hero .fy-btn,
.fy-hero .fy-btn:link,
.fy-hero .fy-btn:visited {
margin-top: 28px;
}
.fy-hero .fy-btn + .fy-facts {
margin-top: clamp(28px, 4vw, 44px);
}
.fy-hero .fy-btn + .fy-facts {
margin-top: clamp(28px, 4vw, 44px);
} .fy-facts {
display: flex;
flex-wrap: wrap;
gap: 0;
list-style: none;
margin: clamp(40px, 5vw, 60px) 0 0;
padding: 0;
border-top: 1px solid rgba(255, 255, 255, 0.14);
} .fy .fy-facts li {
list-style: none;
display: block;
flex: 1 1 200px;
padding: 22px 26px 26px 0;
font-size: 0.92rem;
font-weight: 500;
color: rgba(226, 232, 240, 0.9);
border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.fy .fy-facts li:last-child {
border-right: 0;
}
.fy .fy-facts li:not(:first-child) {
padding-left: 26px;
} .fy-head {
max-width: 68ch;
margin-bottom: clamp(38px, 4.5vw, 56px);
}
.fy-head h2 {
font-size: clamp(1.6rem, 2.8vw, 2.15rem);
font-weight: 550;
color: var(--fy-ink);
line-height: 1.22;
}
.fy-head p {
font-size: 1rem;
color: var(--fy-ink-2);
line-height: 1.8;
margin-top: 14px !important;
} .fy-answer {
background: var(--fy-surface);
border: 1px solid var(--fy-line);
border-left: 3px solid var(--fy-brand);
border-radius: 3px;
padding: clamp(30px, 4vw, 46px) clamp(26px, 4vw, 52px);
}
.fy-answer h2 {
font-size: clamp(1.35rem, 2.2vw, 1.7rem);
font-weight: 550;
margin-bottom: 20px;
}
.fy-answer p {
font-size: 1.04rem;
line-height: 1.85;
color: var(--fy-ink-2);
}
.fy-answer p + p {
margin-top: 1.05rem !important;
} .fy-factors {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid var(--fy-line-2);
}
.fy .fy-factor {
list-style: none;
display: grid;
grid-template-columns: minmax(230px, 0.9fr) 1.6fr;
gap: clamp(24px, 4vw, 56px);
padding: clamp(28px, 3.6vw, 44px) 0;
border-bottom: 1px solid var(--fy-line);
transition: border-color 0.4s var(--fy-ease);
}
.fy-factor:hover {
border-bottom-color: var(--fy-line-2);
}
.fy-factor__lead {
display: flex;
align-items: baseline;
gap: 16px;
}
.fy-num {
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.14em;
color: var(--fy-electric);
font-variant-numeric: tabular-nums;
padding-top: 0.18em;
}
.fy-factor h3 {
font-size: 1.12rem;
font-weight: 600;
color: var(--fy-ink);
line-height: 1.4;
display: flex;
align-items: flex-start;
gap: 10px;
}
.fy-factor__body p {
font-size: 0.99rem;
color: var(--fy-ink-2);
line-height: 1.8;
} .fy .fy-factor .fy-spec {
list-style: none;
margin: 20px 0 0;
padding: 0;
}
.fy .fy-factor .fy-spec li {
list-style: none;
font-size: 0.93rem;
color: var(--fy-muted);
line-height: 1.6;
padding: 10px 0;
border-top: 1px solid var(--fy-line);
}
.fy .fy-factor .fy-spec li:first-child {
border-top: 0;
padding-top: 0;
}
.fy .fy-factor .fy-spec li:last-child {
padding-bottom: 0;
} .fy-note {
background: var(--fy-dark);
color: #eef2f7;
border-radius: 4px;
padding: clamp(40px, 5.5vw, 76px) clamp(28px, 5vw, 72px);
}
.fy-note__label {
display: block;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--fy-electric);
margin-bottom: 18px;
}
.fy-note h2 {
font-size: clamp(1.45rem, 2.5vw, 2rem);
font-weight: 500;
color: #fff;
line-height: 1.25;
max-width: 22ch;
}
.fy-note__text {
font-size: clamp(1.02rem, 1.6vw, 1.18rem);
line-height: 1.75;
color: rgba(238, 242, 247, 0.88);
max-width: 60ch;
margin-top: 24px !important;
}
.fy-note__by {
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--fy-electric);
margin-top: 28px !important;
} .fy-steps {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
border-top: 1px solid var(--fy-line-2);
}
.fy .fy-step {
list-style: none;
display: block;
padding: 30px 34px 8px 0;
border-right: 1px solid var(--fy-line);
position: relative;
}
.fy-step:not(:first-child) {
padding-left: 34px;
}
.fy-step:last-child {
border-right: 0;
} .fy-step::before {
content: '';
position: absolute;
top: -1px;
left: 0;
width: 34px;
height: 2px;
background: var(--fy-brand);
}
.fy-step:not(:first-child)::before {
left: 34px;
}
.fy-step__n {
display: block;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.16em;
color: var(--fy-electric);
font-variant-numeric: tabular-nums;
margin-bottom: 14px;
}
.fy-step h3 {
font-size: 1.05rem;
font-weight: 600;
color: var(--fy-ink);
line-height: 1.4;
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 12px;
}
.fy-step p {
font-size: 0.94rem;
color: var(--fy-ink-2);
line-height: 1.75;
} .fy-faq {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: clamp(32px, 5vw, 72px);
border-top: 1px solid var(--fy-line-2);
}
.fy-faq__item {
padding: 26px 0;
border-bottom: 1px solid var(--fy-line);
}
.fy-faq__item h3 {
font-size: 1.02rem;
font-weight: 600;
color: var(--fy-ink);
line-height: 1.45;
margin-bottom: 10px;
}
.fy-faq__item p {
font-size: 0.95rem;
color: var(--fy-ink-2);
line-height: 1.78;
} .fy .fy-links {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid var(--fy-line-2);
}
.fy .fy-links li {
list-style: none;
border-bottom: 1px solid var(--fy-line);
}
.fy-links a,
.fy-links a:link,
.fy-links a:visited {
display: flex;
align-items: center;
gap: 16px;
padding: 20px 4px;
color: var(--fy-ink);
text-decoration: none;
font-size: 1.01rem;
font-weight: 500;
transition: color 0.35s var(--fy-ease), padding-left 0.35s var(--fy-ease);
}
.fy-links a:hover,
.fy-links a:focus {
color: var(--fy-brand-dark);
padding-left: 10px;
}
.fy-links__ic {
display: inline-flex;
color: var(--fy-steel);
transition: color 0.35s var(--fy-ease);
}
.fy-links a:hover .fy-links__ic,
.fy-links a:focus .fy-links__ic {
color: var(--fy-brand);
}
.fy-links__go {
margin-left: auto;
display: inline-flex;
color: var(--fy-muted);
transition: transform 0.35s var(--fy-ease), color 0.35s var(--fy-ease);
}
.fy-links a:hover .fy-links__go,
.fy-links a:focus .fy-links__go {
color: var(--fy-brand);
transform: translateX(4px);
} .fy-cta {
background: var(--fy-dark);
border-radius: 4px;
padding: clamp(44px, 6vw, 84px) clamp(26px, 5vw, 64px);
text-align: center;
}
.fy-cta h2 {
font-size: clamp(1.45rem, 2.6vw, 2.05rem);
font-weight: 500;
color: #fff;
line-height: 1.25;
}
.fy-cta p {
font-size: 1rem;
line-height: 1.8;
color: rgba(226, 232, 240, 0.78);
max-width: 56ch;
margin: 18px auto 0 !important;
}
.fy-btn,
.fy-btn:link,
.fy-btn:visited {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 34px;
padding: 15px 34px;
background: var(--fy-brand);
color: #fff;
font-size: 0.94rem;
font-weight: 600;
letter-spacing: 0.02em;
text-decoration: none;
border-radius: 3px;
transition: background 0.35s var(--fy-ease), transform 0.35s var(--fy-ease);
}
.fy-btn:hover,
.fy-btn:focus,
.fy-btn:active {
background: #1a5cc0;
color: #fff;
transform: translateY(-2px);
} .fy .nw-icon {
width: 18px;
height: 18px;
flex: 0 0 auto;
}
.fy-eyebrow .nw-icon {
width: 15px;
height: 15px;
}
.fy-factor h3 .nw-icon,
.fy-step h3 .nw-icon {
width: 19px;
height: 19px;
color: var(--fy-steel);
margin-top: 0.16em;
} .fy-links__ic .nw-icon {
width: 22px;
height: 22px;
}
.fy-links__go .nw-icon {
width: 16px;
height: 16px;
} .fy-scope {
display: grid;
grid-template-columns: 1fr 1fr;
border-top: 1px solid var(--fy-line-2);
}
.fy .fy-scope__col {
padding: clamp(26px, 3.4vw, 38px) 0;
}
.fy .fy-scope__col--yes {
padding-right: clamp(24px, 4vw, 56px);
}
.fy .fy-scope__col--no {
padding-left: clamp(24px, 4vw, 56px);
border-left: 1px solid var(--fy-line);
}
.fy-scope__col h3 {
display: flex;
align-items: center;
gap: 9px;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
margin-bottom: 18px;
}
.fy .fy-scope__col--yes h3 {
color: var(--fy-brand);
}
.fy .fy-scope__col--no h3 {
color: var(--fy-muted);
}
.fy .fy-scope__col ul {
list-style: none;
margin: 0;
padding: 0;
}
.fy .fy-scope__col li {
list-style: none;
font-size: 0.93rem;
line-height: 1.6;
color: var(--fy-ink-2);
padding: 10px 0;
border-top: 1px solid var(--fy-line);
}
.fy .fy-scope__col li:first-child {
border-top: 0;
padding-top: 0;
}
.fy .fy-scope__col--no li {
color: var(--fy-muted);
}
.fy-scope__col h3 .nw-icon {
width: 15px;
height: 15px;
flex: none;
} @media (max-width: 900px) {
.fy .fy-factor {
grid-template-columns: 1fr;
gap: 16px;
}
.fy-steps {
grid-template-columns: 1fr;
border-top: 0;
}
.fy .fy-step,
.fy .fy-step:not(:first-child) {
padding: 26px 0 22px;
border-right: 0;
border-top: 1px solid var(--fy-line);
}
.fy-step::before,
.fy-step:not(:first-child)::before {
left: 0;
}
.fy-faq {
grid-template-columns: 1fr;
}
.fy-scope {
grid-template-columns: 1fr;
}
.fy .fy-scope__col--yes,
.fy .fy-scope__col--no {
padding-left: 0;
padding-right: 0;
border-left: 0;
}
.fy .fy-scope__col--no {
border-top: 1px solid var(--fy-line);
}
}
@media (max-width: 768px) {
.fy-wrap {
padding: 0 18px;
}
.fy-hero h1 {
max-width: none;
}
.fy-facts {
display: block;
}
.fy .fy-facts li,
.fy .fy-facts li:not(:first-child) {
padding: 14px 0;
border-right: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fy .fy-facts li:last-child {
border-bottom: 0;
}
.fy-links a:hover,
.fy-links a:focus {
padding-left: 4px;
}
}