:root {
  --blue: #454cff;
  --blue-dark: #171caa;
  --pink: #fa477f;
  --yellow: #ffdc23;
  --ink: #1a1a18;
  --white: #ffffff;
  --cloud: #f5f5f2;
  --lavender: #ececff;
  --mint: #dff7eb;
  --muted: #5d625f;
  --line: rgba(26, 26, 24, .17);
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 17px/1.6 var(--sans); background: var(--white); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
.container { width: min(1210px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.eyebrow { color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.display, .display-sm, .statement { font-family: var(--sans); font-weight: 800; letter-spacing: -.055em; }
.display { font-size: clamp(3rem, 6.6vw, 6.7rem); line-height: .94; }
.display-sm { font-size: clamp(2.25rem, 4.6vw, 4.5rem); line-height: 1; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.3rem); max-width: 700px; }
.section-lead { font-size: 1.18rem; color: var(--muted); max-width: 720px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 900; letter-spacing: .08em; font-size: .88rem; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 23px; color: var(--ink); font-size: .87rem; font-weight: 700; }
.nav-links a:not(.btn):hover, .nav-links a[aria-current=page]:not(.btn) { color: var(--blue); }
.menu-btn { display: none; border: 2px solid var(--ink); background: var(--white); color: var(--ink); padding: 8px 13px; border-radius: 999px; font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 23px; border: 2px solid transparent; border-radius: 999px; font-weight: 850; font-size: .9rem; transition: .2s ease; cursor: pointer; }
.btn-primary { background: var(--pink); color: var(--ink); }
.btn-primary:hover { background: var(--yellow); transform: translateY(-2px); }
.btn-outline { border-color: var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--blue); transform: translateY(-2px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero { position: relative; width: min(1210px, calc(100% - 40px)); min-height: 650px; margin: 26px auto 0; display: flex; align-items: center; overflow: hidden; border-radius: 36px; color: var(--white); background: linear-gradient(90deg, rgba(14, 14, 14, .78) 0%, rgba(14, 14, 14, .62) 45%, rgba(14, 14, 14, .08) 84%), url('../images/hero-human-v2.webp') center / cover; }
.hero::before { content: ''; position: absolute; width: 240px; height: 240px; right: -60px; top: -80px; border-radius: 50%; background: rgba(255, 220, 35, .88); mix-blend-mode: screen; }
.hero-content { position: relative; z-index: 2; padding: 82px 60px 185px; max-width: 830px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 12px 0 22px; }
.hero-strip { position: absolute; z-index: 3; bottom: 22px; left: 22px; right: 22px; }
.strip-inner { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255, 255, 255, .95); color: var(--ink); border-radius: 20px; overflow: hidden; }
.strip-item { padding: 18px 22px; border-right: 1px solid var(--line); }
.strip-item:last-child { border: 0; }
.strip-item strong { display: block; color: var(--blue); font-size: 1.16rem; font-weight: 900; }
.strip-item span { font-size: .8rem; color: var(--muted); }
.section { padding: 104px 0; }
.section-soft { background: var(--cloud); }
.section-dark { background: var(--ink); color: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head h2 { margin: 8px 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--white); border: 1.5px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: 0 7px 0 rgba(26, 26, 24, .06); }
.card:nth-child(3n + 1) { border-top: 7px solid var(--blue); }
.card:nth-child(3n + 2) { border-top: 7px solid var(--pink); }
.card:nth-child(3n + 3) { border-top: 7px solid var(--yellow); }
.card.dark { background: #262624; border-color: rgba(255, 255, 255, .15); }
.card h3 { margin: 12px 0 10px; font-size: 1.55rem; line-height: 1.16; letter-spacing: -.025em; }
.card p { color: var(--muted); margin: 0; }
.dark p { color: #c7c8c4; }
.card-number { color: var(--blue); font-size: 2rem; font-weight: 900; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--lavender); color: var(--blue); font-size: 1.25rem; font-weight: 900; }
.statement { font-size: clamp(2.1rem, 4.1vw, 4rem); line-height: 1.04; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison > div { padding: 38px; border-radius: 28px; }
.comparison .old { background: #e7e7e2; }
.comparison .new { background: var(--blue); color: var(--white); }
.comparison h3 { font-size: 1.6rem; }
.comparison ul { padding: 0; margin: 22px 0 0; list-style: none; }
.comparison li { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.comparison .old li { border-color: var(--line); }
.comparison li::before { content: '→'; color: var(--yellow); margin-right: 10px; font-weight: 900; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag { padding: 8px 14px; border: 1.5px solid currentColor; border-radius: 999px; font-size: .82rem; }
.quote { border-left: 6px solid var(--pink); padding-left: 24px; font-size: 1.55rem; font-weight: 750; }
.offer-card { display: flex; flex-direction: column; min-height: 330px; }
.offer-card .format { color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.offer-card .duration { display: inline-block; margin: 14px 0 8px; color: var(--muted); font-weight: 700; }
.offer-card .btn { margin-top: auto; align-self: flex-start; }
.offer-card.featured { background: var(--yellow); transform: rotate(-1deg); }
.offer-card.featured .format, .offer-card.featured p, .offer-card.featured .duration { color: var(--ink); }
.page-hero { width: min(1210px, calc(100% - 40px)); margin: 26px auto 0; padding: 94px 54px 84px; overflow: hidden; border-radius: 36px; background: linear-gradient(135deg, var(--blue) 0 72%, #6369ff 72%); color: var(--white); position: relative; }
.page-hero::after { content: ''; position: absolute; width: 210px; height: 210px; right: -30px; bottom: -80px; border-radius: 50%; background: var(--pink); }
.page-hero h1 { margin: 12px 0 20px; max-width: 960px; position: relative; z-index: 1; }
.page-hero .lead { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--yellow); }
.breadcrumb { font-size: .8rem; color: rgba(255, 255, 255, .76); position: relative; z-index: 1; }
.breadcrumb a { color: var(--white); text-decoration: underline; }
.process { counter-reset: step; }
.process .card::before { counter-increment: step; content: '0' counter(step); display: block; color: var(--blue); font-size: 2rem; font-weight: 900; margin-bottom: 28px; }
.resource-card { display: flex; flex-direction: column; min-height: 290px; }
.resource-card .tag { align-self: flex-start; }
.resource-card a { margin-top: auto; color: var(--blue); font-weight: 900; }
.cta { background: var(--pink); padding: 76px 0; }
.cta .inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.03; letter-spacing: -.045em; margin: 0; max-width: 760px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { font-weight: 800; font-size: .88rem; }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid #adb0aa; background: var(--white); padding: 13px 14px; border-radius: 12px; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 4px solid rgba(69, 76, 255, .2); border-color: var(--blue); }
.form-note { font-size: .78rem; color: var(--muted); }
.form-status { display: none; margin-top: 18px; padding: 14px; border-radius: 12px; background: var(--mint); color: #185c33; }
.form-status.show { display: block; }
.legal { max-width: 840px; }
.legal h2 { font-size: 1.8rem; margin-top: 45px; }
.legal p, .legal li { color: var(--muted); }
.site-footer { background: var(--ink); color: #c8c9c5; padding: 72px 0 25px; }
.site-footer .brand { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-grid h3 { color: var(--yellow); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 9px 0; font-size: .9rem; }
.footer-grid a:hover { color: var(--pink); }
.footer-brand { max-width: 340px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 45px; border-top: 1px solid rgba(255, 255, 255, .13); font-size: .78rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .btn:hover { transform: none; } }
@media (max-width: 1020px) {
  .menu-btn { display: block; }
  .nav-links { position: absolute; top: 87px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0, 0, 0, .08); }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-2 { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container, .hero, .page-hero { width: min(100% - 28px, 1210px); }
  .section { padding: 72px 0; }
  .hero { min-height: 770px; background-position: 58% center; border-radius: 26px; }
  .hero-content { padding: 60px 28px 238px; }
  .hero-strip { bottom: 14px; left: 14px; right: 14px; }
  .strip-inner { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(2) { border-right: 0; }
  .strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-2, .grid-3, .grid-4, .form-grid, .comparison { grid-template-columns: 1fr; }
  .section-head, .cta .inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .field.full { grid-column: auto; }
  .display { font-size: 3.35rem; }
  .page-hero { padding: 68px 28px; border-radius: 26px; }
  .offer-card.featured { transform: none; }
}
@media (max-width: 440px) { .footer-grid { grid-template-columns: 1fr; } .footer-grid > div:first-child { grid-column: auto; } .strip-item { padding: 14px; } .brand span { font-size: .74rem; } }
