:root {
    --ink: #06101e;
    --ink-2: #0a182b;
    --ink-3: #10243d;
    --paper: #f4f2ec;
    --paper-2: #e9e7df;
    --white: #ffffff;
    --yellow: #ffcf00;
    --yellow-2: #f2b900;
    --blue: #153f78;
    --muted: #9aa7b8;
    --muted-dark: #5e6874;
    --line-dark: rgba(255, 255, 255, .12);
    --line-light: rgba(6, 16, 30, .14);
    --radius: 22px;
    --container: 1240px;
    --font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shadow: 0 24px 80px rgba(1, 8, 18, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--yellow); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: block; margin-bottom: 18px; color: #6e7781; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--yellow { color: var(--yellow); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--yellow); color: var(--ink); }
.button--primary:hover { background: #ffe047; }
.button--light { background: var(--white); color: var(--ink); }
.button--large { min-height: 58px; padding-inline: 28px; }
.button svg, .text-link svg { transition: transform .25s ease; }
.button:hover svg, .text-link:hover svg { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--line-light); padding-bottom: 5px; }
.text-link--light { color: var(--white); border-color: var(--line-dark); }
.section-heading h2 { margin: 0; max-width: 760px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.06em; }
.section-heading h2 em { color: var(--blue); font-style: normal; }
.section-heading > p { max-width: 560px; margin: 28px 0 0; color: var(--muted-dark); }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 56px; margin-bottom: 54px; }
.section-heading--row > p { max-width: 390px; margin: 0 0 7px; }

/* Header */
.topbar { position: relative; z-index: 110; background: #030a13; color: #b4bfcb; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.topbar__inner { height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__alert { display: flex; align-items: center; gap: 8px; color: #dbe3eb; }
.topbar__alert svg { width: 13px; }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(255,207,0,.5); animation: pulse 2s infinite; }
.topbar__location i { display: inline-block; width: 3px; height: 3px; margin: 0 9px 3px; background: #5f6d7d; border-radius: 50%; }
.site-header { position: absolute; z-index: 100; top: 35px; left: 0; right: 0; height: 85px; border-bottom: 1px solid var(--line-dark); color: var(--white); transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.site-header.is-fixed { position: fixed; top: 0; height: 74px; background: rgba(4, 13, 25, .93); box-shadow: 0 14px 50px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__type strong { font-size: 21px; letter-spacing: .05em; }
.brand__type small { margin-top: 5px; font-size: 7.5px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; color: #c3cad3; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 36px; }
.main-nav > a, .nav-dropdown > button { position: relative; padding: 28px 0; border: 0; background: transparent; color: #c9d1db; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.main-nav > a:hover, .main-nav > a.is-active, .nav-dropdown > button:hover { color: var(--white); }
.main-nav > a::after, .nav-dropdown > button::after { content: ""; position: absolute; bottom: 17px; left: 0; right: 100%; height: 1px; background: var(--yellow); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after, .nav-dropdown:hover > button::after { right: 0; }
.chevron { display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 6px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); }
.nav-dropdown { position: relative; }
.mega-menu { position: absolute; top: calc(100% - 2px); left: 50%; width: min(900px, calc(100vw - 48px)); display: grid; grid-template-columns: 290px 1fr; background: var(--paper); color: var(--ink); border-radius: 0 0 22px 22px; box-shadow: var(--shadow); overflow: hidden; opacity: 0; visibility: hidden; transform: translate(-50%, 14px); transition: opacity .2s ease, transform .25s ease, visibility .2s; }
.nav-dropdown:hover .mega-menu, .nav-dropdown.is-open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-menu__intro { display: flex; flex-direction: column; justify-content: end; padding: 34px; background: var(--yellow); }
.mega-menu__intro .eyebrow { color: rgba(6,16,30,.62); }
.mega-menu__intro strong { font-size: 23px; line-height: 1.2; letter-spacing: -.04em; }
.mega-menu__intro a { display: flex; align-items: center; gap: 8px; margin-top: 28px; font-size: 11px; font-weight: 800; }
.mega-menu__links { display: grid; grid-template-columns: 1fr 1fr; padding: 16px; }
.mega-menu__links > a { display: flex; align-items: center; gap: 15px; min-height: 82px; padding: 15px 18px; border: 1px solid transparent; border-radius: 12px; transition: background .2s, border-color .2s; }
.mega-menu__links > a:hover { background: var(--white); border-color: var(--line-light); }
.mega-menu__links > a > span { color: #9a7d00; font-size: 10px; font-weight: 800; }
.mega-menu__links div { display: flex; flex-direction: column; }
.mega-menu__links strong { font-size: 13px; }
.mega-menu__links small { color: #7c858e; font-size: 10px; }
.header-actions { display: flex; align-items: center; gap: 11px; }
.header-cta { min-height: 44px; padding-inline: 19px; }
.panel-link { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line-dark); border-radius: 99px; color: #dce5ee; font-size: 11px; font-weight: 750; transition: border-color .2s, background .2s, color .2s; }
.panel-link:hover { color: var(--yellow); border-color: rgba(255,207,0,.5); background: rgba(255,207,0,.05); }
.panel-link__icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,207,0,.1); color: var(--yellow); }
.panel-link__icon svg { width: 13px; }
.panel-mobile-link, .nav-mobile-cta, .nav-toggle { display: none; }

/* Hero */
.hero, .inner-hero, .reform-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero { min-height: 860px; padding: 180px 0 0; }
.hero-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow--one { width: 560px; height: 560px; right: 2%; top: 12%; background: radial-gradient(circle, rgba(25,74,132,.35), transparent 68%); }
.hero-glow--two { width: 400px; height: 400px; left: -180px; bottom: -110px; background: radial-gradient(circle, rgba(255,207,0,.12), transparent 70%); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.status-pill { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding: 6px 12px 6px 7px; border: 1px solid var(--line-dark); border-radius: 99px; color: #c7d0db; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.status-pill__tag { padding: 4px 9px; border-radius: 99px; background: var(--yellow); color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-pill svg { width: 13px; }
.hero h1 { margin: 31px 0 26px; font-size: clamp(53px, 6.25vw, 91px); line-height: .98; letter-spacing: -.07em; }
.hero h1 em, .reform-hero h1 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 650px; margin: 0; color: #aeb9c7; font-size: 17px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.hero .text-link { color: #dce3eb; border-color: var(--line-dark); }
.live { display: flex; align-items: center; gap: 7px; color: var(--yellow); font-size: 10px; font-weight: 800; }
.live i { width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 10px var(--yellow); }
/* Home sections */
.services-section { background: #e9e6df; border-top: 1px solid var(--line-light); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { min-height: 355px; display: flex; flex-direction: column; justify-content: space-between; padding: 29px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .3s ease, color .3s ease, transform .3s ease; }
.service-card:hover { position: relative; z-index: 1; background: var(--ink-2); color: var(--white); transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card__top { display: flex; justify-content: space-between; color: #85772c; font-size: 10px; font-weight: 800; }
.service-card__top i { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line-light); border-radius: 50%; font-style: normal; }
.service-card:hover .service-card__top i { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.service-card small { color: #7d7f7f; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 10px 0 14px; font-size: 26px; line-height: 1.15; letter-spacing: -.04em; }
.service-card p { margin: 0; max-width: 320px; color: #6b7077; font-size: 13px; line-height: 1.7; }
.service-card:hover p { color: #aab5c3; }
.method-section { background: var(--paper); }
.method-track { display: grid; grid-template-columns: repeat(4,1fr); }
.method-card { min-height: 310px; padding: 26px; border: 1px solid var(--line-light); border-right: 0; }
.method-card:last-child { border-right: 1px solid var(--line-light); }
.method-card > span { color: #9d8420; font-size: 9px; font-weight: 800; }
.method-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 56px 0 32px; border: 1px solid var(--line-light); border-radius: 50%; }
.method-icon svg { width: 22px; height: 22px; }
.method-card h3 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.04em; }.method-card p { margin: 0; color: var(--muted-dark); font-size: 12px; }
.method-card--yellow { background: var(--yellow); border-color: var(--yellow); }.method-card--yellow .method-icon { border-color: rgba(6,16,30,.25); }.method-card--yellow p { color: #4a411e; }
.about-section { background: #e9e6df; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.about-visual { position: relative; min-height: 520px; overflow: hidden; background: var(--ink-2); border-radius: var(--radius); color: var(--white); }
.about-visual::before { content: ""; position: absolute; inset: -40% -20%; background: conic-gradient(from 180deg at 50% 50%, transparent, rgba(23,70,126,.8), transparent 42%); animation: spin 18s linear infinite; }
.about-lines { position: absolute; inset: 0; background: repeating-radial-gradient(circle at 100% 100%, transparent 0 33px, rgba(255,255,255,.055) 34px 35px); }
.experience-number { position: absolute; z-index: 2; left: 45px; top: 42px; display: flex; align-items: end; gap: 15px; }
.experience-number strong { color: var(--yellow); font-size: 120px; line-height: .8; letter-spacing: -.09em; }.experience-number span { padding-bottom: 4px; color: #a6b3c3; font-size: 12px; font-weight: 700; line-height: 1.35; }
.about-seal { position: absolute; z-index: 2; right: 38px; bottom: 35px; width: 180px; height: 180px; display: grid; place-items: center; border: 1px solid rgba(255,207,0,.35); border-radius: 50%; }
.about-seal img { width: 78px; }.about-seal span { position: absolute; inset: 12px; color: #77899f; font-size: 7px; text-align: center; letter-spacing: .22em; text-transform: uppercase; }
.about-copy h2 { margin: 0 0 27px; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.03; letter-spacing: -.06em; }.about-copy > p { color: var(--muted-dark); font-size: 16px; }
.about-values { display: grid; gap: 0; margin: 31px 0; border-top: 1px solid var(--line-light); }.about-values span { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: 12px; font-weight: 700; }.about-values span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 12px; background: var(--yellow-2); border-radius: 50%; }
.contact-section { background: #08172a; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { margin: 0 0 22px; max-width: 560px; font-size: clamp(48px, 5vw, 71px); line-height: 1; letter-spacing: -.065em; }.contact-copy > p { max-width: 480px; color: #96a5b7; }
.contact-details { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid var(--line-dark); }.contact-details a { display: flex; flex-direction: column; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }.contact-details small { color: #64758a; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.contact-details strong { margin-top: 3px; font-size: 14px; }
.contact-form { padding: 37px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 19px; color: #8fa0b3; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); outline: 0; font-size: 13px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--yellow); }.contact-form textarea { resize: vertical; }.contact-form select option { color: var(--ink); }
.contact-form button { border: 0; cursor: pointer; }.form-note { display: block; margin-top: 10px; color: #65768a; font-size: 9px; text-align: center; }

/* Inner service pages */
.inner-hero { min-height: 700px; padding: 180px 0 90px; }
.inner-hero__grid { position: relative; display: grid; grid-template-columns: 1.1fr .75fr; gap: 90px; align-items: center; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 47px; color: #68798d; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.breadcrumb a:hover { color: var(--yellow); }.breadcrumb strong { color: #aeb9c7; }
.inner-hero h1 { max-width: 800px; margin: 13px 0 26px; font-size: clamp(50px, 6vw, 82px); line-height: 1; letter-spacing: -.065em; }.inner-hero__copy > p { max-width: 680px; margin-bottom: 32px; color: #9ba9b9; font-size: 16px; }
.inner-hero__visual { position: relative; min-height: 420px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.025); overflow: hidden; }
.giant-number { position: absolute; right: -10px; top: -60px; color: rgba(255,255,255,.045); font-size: 300px; font-weight: 800; line-height: 1; letter-spacing: -.1em; }
.solution-mark { position: absolute; z-index: 2; left: 35px; bottom: 35px; display: flex; flex-direction: column; }.solution-mark img { width: 84px; margin-bottom: 25px; }.solution-mark small { color: var(--yellow); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.solution-mark strong { max-width: 290px; margin-top: 4px; font-size: 25px; line-height: 1.15; }
.signal-lines { position: absolute; inset: 20% -30% -20% 35%; transform: rotate(-18deg); }.signal-lines i { display: block; height: 1px; margin-bottom: 53px; background: linear-gradient(90deg, rgba(255,207,0,.5), transparent); }
.detail-section { background: var(--paper); }.detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }.detail-grid .section-heading h2 { font-size: clamp(42px,4.5vw,60px); }.detail-grid .section-heading p { font-size: 13px; }
.feature-list-large { border-top: 1px solid var(--line-light); }.feature-row { display: grid; grid-template-columns: 45px 1fr 45px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line-light); }.feature-row > span { color: #a1881e; font-size: 9px; font-weight: 800; }.feature-row strong { font-size: 17px; }.feature-row i { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: #8c771c; }
.outcomes-section { background: #e9e6df; }.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.outcome-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line-light); border-right: 0; }.outcome-card:last-child { border-right: 1px solid var(--line-light); }.outcome-card > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; }.outcome-card > span svg { width: 21px; height: 21px; }.outcome-card strong { max-width: 270px; font-size: 23px; line-height: 1.25; letter-spacing: -.04em; }
.related-reform { padding: 70px 0; background: var(--ink-2); color: var(--white); }.related-reform__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }.related-reform h2 { max-width: 720px; margin: 0; font-size: 36px; line-height: 1.15; letter-spacing: -.045em; }
.other-services { background: var(--paper); }.other-services__grid { display: grid; grid-template-columns: repeat(3,1fr); }.other-service { min-height: 130px; display: grid; grid-template-columns: 35px 1fr 30px; align-items: center; padding: 20px; border: 1px solid var(--line-light); border-right: 0; transition: background .2s, color .2s; }.other-service:last-child { border-right: 1px solid var(--line-light); }.other-service:hover { background: var(--yellow); }.other-service span { color: #9d8420; font-size: 9px; font-weight: 800; }.other-service strong { font-size: 17px; }.other-service svg { justify-self: end; }

/* Reform page */
.reform-hero { min-height: 790px; padding: 175px 0 95px; }
.reform-hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: center; }
.reform-hero h1 { margin: 27px 0; max-width: 850px; font-size: clamp(51px, 6.1vw, 86px); line-height: .99; letter-spacing: -.067em; }.reform-hero__copy > p { max-width: 690px; color: #a0adbc; font-size: 16px; }.reform-hero .status-pill { margin-top: 4px; }.reform-hero .breadcrumb { margin-bottom: 32px; }
.reform-score { min-height: 500px; padding: 29px; background: var(--yellow); color: var(--ink); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.3); }.reform-score__top { display: flex; justify-content: space-between; align-items: start; }.reform-score__top span { font-size: 70px; font-weight: 800; line-height: .9; letter-spacing: -.07em; }.reform-score__top small { padding: 5px 9px; border: 1px solid rgba(6,16,30,.25); border-radius: 99px; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.score-ring { width: 210px; height: 210px; display: grid; place-items: center; margin: 17px auto; border: 1px solid rgba(6,16,30,.22); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 27px, rgba(6,16,30,.06) 28px 29px); }.score-ring > div { text-align: center; }.score-ring strong { display: block; font-size: 82px; line-height: .8; letter-spacing: -.08em; }.score-ring small { display: block; margin-top: 10px; font-size: 8px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.reform-score__bottom { display: grid; grid-template-columns: 1fr 1px 1fr; text-align: center; }.reform-score__bottom i { background: rgba(6,16,30,.2); }.reform-score__bottom small, .reform-score__bottom strong { display: block; }.reform-score__bottom small { font-size: 8px; font-weight: 800; }.reform-score__bottom strong { font-size: 21px; }.reform-score > p { margin: 17px 0 0; padding-top: 13px; border-top: 1px solid rgba(6,16,30,.2); font-size: 8px; line-height: 1.5; }
.reform-overview { background: var(--paper); }.tax-cards { display: grid; grid-template-columns: repeat(3,1fr); }.tax-card { min-height: 350px; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line-light); border-right: 0; }.tax-card:last-child { border-right: 1px solid var(--line-light); }.tax-card > span { color: #90813d; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.tax-card h3 { margin: auto 0 5px; font-size: 78px; line-height: .9; letter-spacing: -.08em; }.tax-card strong { font-size: 13px; }.tax-card p { margin: 20px 0 0; color: var(--muted-dark); font-size: 12px; }.tax-card--primary { background: var(--yellow); border-color: var(--yellow); }.tax-card--primary > span, .tax-card--primary p { color: #55491b; }
.timeline-section { background: var(--ink); color: var(--white); }.timeline-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }.timeline-intro { position: sticky; top: 120px; align-self: start; }.timeline-intro h2 { margin: 0 0 25px; font-size: clamp(45px,5vw,66px); line-height: 1; letter-spacing: -.06em; }.timeline-intro p { max-width: 430px; color: #8f9daf; }
.year-timeline { position: relative; }.year-timeline::before { content: ""; position: absolute; left: 8px; top: 12px; bottom: 20px; width: 1px; background: var(--line-dark); }.year-item { position: relative; display: grid; grid-template-columns: 35px 90px 1fr; gap: 18px; padding-bottom: 65px; }.year-dot { position: relative; z-index: 1; width: 17px; height: 17px; margin-top: 3px; background: var(--ink); border: 3px solid var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,207,0,.08); }.year-item > span { color: var(--yellow); font-size: 12px; font-weight: 800; }.year-item h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.04em; }.year-item p { margin: 0; color: #8796a9; font-size: 13px; }.year-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }.year-tags b { padding: 5px 9px; border: 1px solid var(--line-dark); border-radius: 99px; color: #b6c2cf; font-size: 8px; }
.prepare-section { background: #e9e6df; }.prepare-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 52px; }.prepare-card { min-height: 250px; padding: 27px; border: 1px solid var(--line-light); border-right: 0; border-bottom: 0; }.prepare-card:nth-child(3n) { border-right: 1px solid var(--line-light); }.prepare-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line-light); }.prepare-card > span { color: #9b8426; font-size: 9px; font-weight: 800; }.prepare-card h3 { margin: 85px 0 8px; font-size: 23px; letter-spacing: -.04em; }.prepare-card p { margin: 0; color: var(--muted-dark); font-size: 12px; }.prepare-card--accent { background: var(--yellow); border-color: var(--yellow); }.prepare-card--accent > span, .prepare-card--accent p { color: #594c1b; }
.source-section { background: var(--paper); }.source-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.source-grid h2 { margin: 0; max-width: 520px; font-size: 49px; line-height: 1.05; letter-spacing: -.055em; }.source-links { border-top: 1px solid var(--line-light); }.source-links a { display: grid; grid-template-columns: 110px 1fr 24px; align-items: center; gap: 20px; min-height: 83px; border-bottom: 1px solid var(--line-light); }.source-links a > span { color: #9a8221; font-size: 9px; font-weight: 800; text-transform: uppercase; }.source-links a strong { font-size: 13px; }.source-links a:hover svg { transform: translateX(4px); }.source-links p { margin: 18px 0 0; color: #7c858e; font-size: 9px; }
.reform-contact { padding-top: 0; background: var(--paper); }.reform-contact__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 55px; background: var(--ink-2); color: var(--white); border-radius: var(--radius); }.reform-contact h2 { max-width: 780px; margin: 0; font-size: clamp(38px,4.5vw,58px); line-height: 1.05; letter-spacing: -.055em; }.reform-contact p { max-width: 660px; color: #8f9daf; }

/* Footer */
.site-footer { padding: 0 0 25px; background: #030a13; color: var(--white); }
.footer-cta { position: relative; top: -1px; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 80px 0; border-bottom: 1px solid var(--line-dark); }.footer-cta .eyebrow { color: var(--yellow); }.footer-cta h2 { margin: 0; font-size: clamp(45px,5vw,68px); line-height: 1; letter-spacing: -.06em; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr 1fr; gap: 55px; padding: 70px 0; }.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 9px; }.footer-brand { padding-right: 60px; }.footer-brand p { max-width: 330px; margin-top: 18px; color: #748396; font-size: 11px; }.footer-title { margin-bottom: 11px; color: #68788c; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }.footer-grid a, .footer-grid span { color: #abb6c3; font-size: 11px; }.footer-grid a:hover { color: var(--yellow); }.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid var(--line-dark); color: #59697c; font-size: 9px; }.footer-bottom a:hover { color: var(--white); }
.floating-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 17px; background: var(--yellow); color: var(--ink); border-radius: 99px; box-shadow: 0 15px 40px rgba(0,0,0,.25); font-size: 11px; font-weight: 800; transition: transform .25s; }.floating-whatsapp:hover { transform: translateY(-3px); }.floating-whatsapp svg { width: 20px; height: 20px; fill: currentColor; stroke: none; }

/* Motion */
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.65,.3,1), transform .7s cubic-bezier(.2,.65,.3,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(255,207,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,207,0,0); } }

@media (max-width: 1100px) {
    .section-pad { padding: 95px 0; }
    .main-nav { gap: 18px; margin-right: 15px; }.header-cta { padding-inline: 15px; }.panel-link { width: 42px; padding: 0; justify-content: center; }.panel-link>span:last-child { display: none; }.hero__inner { gap: 38px; }.hero h1 { font-size: 66px; }
    .reform-grid, .about-grid, .contact-grid, .detail-grid, .timeline-layout, .source-grid { gap: 60px; }
    .service-card { min-height: 330px; }.footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }.footer-grid > div:last-child { grid-column: 3; }.reform-hero__inner { gap: 45px; }
}

@media (max-width: 900px) {
    .topbar__location, .header-actions { display: none; }.topbar__inner { justify-content: center; }.site-header { height: 75px; }
    .nav-toggle { width: 43px; height: 43px; display: grid; place-items: center; margin-left: auto; border: 1px solid var(--line-dark); background: transparent; border-radius: 50%; cursor: pointer; }.nav-toggle svg { width: 20px; height: 20px; }.icon-close { display: none; }.nav-open .icon-menu { display: none; }.nav-open .icon-close { display: block; }
    .main-nav { position: fixed; z-index: 99; inset: 110px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 28px 24px; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; overflow-y: auto; }.site-header.is-fixed .main-nav { inset: 74px 0 0; }.nav-open .main-nav { opacity: 1; visibility: visible; transform: none; }
    .main-nav > a, .nav-dropdown > button { width: 100%; padding: 18px 2px; border-bottom: 1px solid var(--line-dark); text-align: left; font-size: 16px; }.main-nav > a::after, .nav-dropdown > button::after { display: none; }.panel-mobile-link { display: flex!important; align-items:center; justify-content:space-between; color:var(--yellow)!important; }.panel-mobile-link svg { width:18px; }.nav-mobile-cta { display: inline-flex !important; margin-top: 24px; border: 0 !important; color: var(--ink) !important; text-align: center !important; }
    .mega-menu { position: static; width: 100%; max-height: 0; display: block; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .3s ease; }.nav-dropdown.is-open .mega-menu { max-height: 900px; }.mega-menu__intro { display: none; }.mega-menu__links { grid-template-columns: 1fr; padding: 8px 0; }.mega-menu__links > a { min-height: 65px; }
    .hero { min-height: auto; padding-top: 160px; }.hero__inner, .inner-hero__grid, .reform-hero__inner { grid-template-columns: 1fr; }.hero__content { max-width: 740px; }.hero h1 { font-size: clamp(54px, 10vw, 82px); }
    .service-grid, .prepare-grid { grid-template-columns: repeat(2,1fr); }.reform-grid { grid-template-columns: 1fr; }.reform-sticky, .timeline-intro { position: static; }.method-track { grid-template-columns: repeat(2,1fr); }.method-card:nth-child(2) { border-right: 1px solid var(--line-light); }.about-grid, .contact-grid, .detail-grid, .timeline-layout, .source-grid { grid-template-columns: 1fr; }.about-visual { min-height: 450px; }.contact-copy { max-width: 650px; }
    .inner-hero, .reform-hero { padding-top: 150px; }.inner-hero__visual { max-width: 600px; width: 100%; }.reform-score { width: min(100%, 470px); }.tax-cards, .outcome-grid, .other-services__grid { grid-template-columns: 1fr; }.tax-card, .outcome-card, .other-service { border-right: 1px solid var(--line-light); border-bottom: 0; }.tax-card:last-child, .outcome-card:last-child, .other-service:last-child { border-bottom: 1px solid var(--line-light); }.tax-card { min-height: 280px; }.tax-card h3 { margin-top: 70px; }.prepare-card:nth-child(3n) { border-right: 0; }.prepare-card:nth-child(even) { border-right: 1px solid var(--line-light); }.prepare-card:nth-last-child(-n+3) { border-bottom: 0; }.prepare-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-light); }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:last-child { grid-column: auto; }.footer-brand { padding: 0; }.footer-cta, .reform-contact__inner, .related-reform__inner { align-items: start; flex-direction: column; }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 30px), var(--container)); }.section-pad { padding: 76px 0; }.topbar__alert { font-size: 9px; }.topbar__alert svg { display: none; }.brand img { width: 42px; height: 42px; }.brand__type strong { font-size: 18px; }.site-header { top: 35px; }
    .section-heading--row { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 38px; }.section-heading h2 { font-size: 42px; }
    .hero { padding-top: 145px; }.hero h1 { font-size: 49px; }.hero__lead { font-size: 14px; }.hero__actions { align-items: flex-start; flex-direction: column; }
    .service-grid, .method-track, .prepare-grid { grid-template-columns: 1fr; }.service-card { min-height: 290px; }.method-card, .method-card:nth-child(2) { border-right: 1px solid var(--line-light); border-bottom: 0; }.method-card:last-child { border-bottom: 1px solid var(--line-light); }.about-grid { gap: 45px; }.about-visual { min-height: 390px; }.experience-number { left: 25px; top: 30px; }.experience-number strong { font-size: 94px; }.about-seal { width: 145px; height: 145px; right: 24px; bottom: 24px; }.about-seal img { width: 62px; }.about-copy h2, .contact-copy h2 { font-size: 41px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 25px 20px; }.floating-whatsapp span { display: none; }.floating-whatsapp { padding: 14px; }
    .inner-hero, .reform-hero { padding: 140px 0 70px; }.inner-hero h1, .reform-hero h1 { font-size: 45px; }.breadcrumb { margin-bottom: 35px; }.inner-hero__visual { min-height: 330px; }.giant-number { font-size: 230px; }.solution-mark { left: 25px; bottom: 25px; }.detail-grid { gap: 45px; }.feature-row { grid-template-columns: 35px 1fr 38px; }.feature-row strong { font-size: 14px; }.outcome-card { min-height: 220px; }
    .reform-score { min-height: 470px; padding: 23px; }.reform-score__top span { font-size: 58px; }.tax-card { min-height: 250px; }.tax-card h3 { font-size: 65px; }.year-item { grid-template-columns: 29px 70px 1fr; gap: 11px; }.year-item h3 { font-size: 19px; }.year-item p { font-size: 11px; }.prepare-card, .prepare-card:nth-child(3n), .prepare-card:nth-child(even) { border-right: 1px solid var(--line-light); border-bottom: 0; }.prepare-card:last-child { border-bottom: 1px solid var(--line-light); }.source-grid h2 { font-size: 41px; }.source-links a { grid-template-columns: 1fr 20px; gap: 12px; padding: 16px 0; }.source-links a > span { grid-column: 1 / -1; }.reform-contact__inner { padding: 34px 25px; }.reform-contact h2 { font-size: 37px; }
    .footer-cta { padding: 65px 0; }.footer-cta h2 { font-size: 43px; }.footer-grid { grid-template-columns: 1fr; gap: 36px; padding: 55px 0; }.footer-bottom { flex-direction: column; gap: 7px; }.footer-bottom a { margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}

/* Home redesign — compact first fold and editorial reform timeline */
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--ink-3); }

.home-page .hero {
    height: calc(100svh - 35px);
    min-height: 720px;
    max-height: 940px;
    display: flex;
    align-items: center;
    padding: 126px 0 92px;
}
.home-page .hero__inner {
    width: min(calc(100% - 48px), var(--container));
    grid-template-columns: 1.03fr .97fr;
    gap: clamp(60px, 7vw, 108px);
}
.home-page .hero__content { padding-bottom: 5px; }
.home-page .hero h1 {
    margin: 24px 0 20px;
    font-size: clamp(53px, 5.35vw, 78px);
    line-height: .96;
}
.home-page .hero__lead { max-width: 610px; font-size: 15px; line-height: 1.65; }
.home-page .hero__actions { margin-top: 27px; }

.transition-visual {
    position: relative;
    min-height: 435px;
    padding: 18px 0 12px 46px;
    border-left: 1px solid rgba(255,255,255,.15);
    overflow: hidden;
}
.transition-visual::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 18px;
    width: 2px;
    height: 72px;
    background: var(--yellow);
    box-shadow: 0 0 18px rgba(255,207,0,.35);
}
.transition-visual__mark {
    position: absolute;
    right: -18px;
    top: 56px;
    width: 210px;
    opacity: .055;
    filter: grayscale(1);
}
.transition-visual__head { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; color: #74859a; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.transition-visual__current { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: end; margin-top: 37px; }
.transition-visual__current > div { display: flex; flex-direction: column; }
.transition-visual__current small { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.transition-visual__current strong { font-size: clamp(78px, 7vw, 112px); line-height: .82; letter-spacing: -.085em; }
.transition-visual__current p { max-width: 245px; margin: 0 0 3px; color: #95a4b5; font-size: 12px; line-height: 1.6; }
.transition-axis { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 60px; padding-top: 17px; }
.transition-axis__line { position: absolute; left: 5px; right: 5px; top: 0; height: 1px; background: rgba(255,255,255,.16); }
.transition-axis__line i { display: block; width: 18%; height: 2px; margin-top: -1px; background: var(--yellow); }
.transition-node { position: relative; display: flex; flex-direction: column; gap: 2px; color: #617186; }
.transition-node::before { content: ""; position: absolute; top: -21px; left: 0; width: 7px; height: 7px; background: #33465d; border: 3px solid var(--ink); border-radius: 50%; }
.transition-node b { color: #8a98aa; font-size: 11px; }.transition-node span { font-size: 8px; font-weight: 700; text-transform: uppercase; }
.transition-node.is-current::before { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,207,0,.08), 0 0 14px rgba(255,207,0,.28); }
.transition-node.is-current b { color: var(--yellow); }
.transition-visual__focus { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.transition-visual__focus > span { color: #69798d; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.transition-visual__focus > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.transition-visual__focus b { padding: 5px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; color: #aab6c4; font-size: 8px; }

.home-page .hero__facts {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 78px;
    display: grid;
    grid-template-columns: .72fr .72fr .85fr 1.35fr;
    align-items: center;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255,255,255,.13);
}
.hero__facts > div { height: 44px; display: flex; flex-direction: column; justify-content: center; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.11); }
.hero__facts > div:first-child { padding-left: 0; border-left: 0; }
.hero__facts strong { font-size: 18px; line-height: 1.1; }.hero__facts small { margin-top: 4px; color: #65758a; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero__facts > a { height: 44px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.11); }
.hero__facts > a span { color: #65758a; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.hero__facts > a strong { color: #dce4ec; font-size: 12px; }.hero__facts > a:hover strong { color: var(--yellow); }.hero__facts > a::after { content: "↓"; grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--yellow); }

.home-page .reform-feature { position: relative; background: #eeece5; color: var(--ink); border-top: 1px solid var(--line-light); }
.reform-feature__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; padding-bottom: 17px; border-bottom: 1px solid var(--line-light); color: #777d83; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.reform-feature__top span:first-child { display: flex; align-items: center; gap: 9px; color: #5d5540; }.reform-feature__top i { width: 7px; height: 7px; background: var(--yellow-2); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,185,0,.1); }
.home-page .reform-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(65px, 8vw, 115px); align-items: center; }
.home-page .reform-sticky { position: static; }
.home-page .reform-sticky .eyebrow { color: #867115; }
.home-page .reform-sticky h2 { margin: 0 0 28px; color: var(--ink); font-size: clamp(50px, 5vw, 70px); line-height: 1; letter-spacing: -.06em; }
.home-page .reform-sticky h2 em { display: inline-block; padding: 0 .08em .08em; background: var(--yellow); color: var(--ink); font-style: normal; }
.home-page .reform-sticky p { max-width: 450px; margin: 0; color: var(--muted-dark); font-size: 14px; }
.reform-actions { display: flex; align-items: center; gap: 23px; margin-top: 29px; }
.reform-mosaic { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.reform-tile { min-height: 245px; display: flex; flex-direction: column; padding: 24px; background: #f6f4ef; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.reform-tile > div:first-child { display: flex; justify-content: space-between; color: #827b6f; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reform-tile > strong { margin-top: auto; font-size: 52px; line-height: .9; letter-spacing: -.07em; }
.reform-tile h3 { margin: 11px 0 0; font-size: 19px; line-height: 1.2; letter-spacing: -.04em; }
.reform-tile--current { background: var(--yellow); border-color: rgba(6,16,30,.18); }.reform-tile--current > div:first-child { color: #5e511f; }.reform-tile--current > strong { font-size: 70px; }
.reform-tile__chips { display: flex; gap: 6px; margin-top: 16px !important; }.reform-tile__chips span { padding: 5px 8px; border: 1px solid rgba(6,16,30,.22); border-radius: 99px; font-size: 7px; font-weight: 800; }
.reform-tile--dark { background: var(--ink); color: var(--white); }.reform-tile--dark > div:first-child { color: #68798d; }
.reform-tile--blue { background: var(--blue); color: var(--white); }.reform-tile--blue > div:first-child { color: #92a9c6; }

.home-page .services-section { background: var(--paper); }
.home-page .service-card { min-height: 315px; }
.home-page .service-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

@media (max-width: 1100px) and (min-width: 901px) {
    .home-page .hero { min-height: 700px; padding-top: 118px; }
    .home-page .hero h1 { font-size: 59px; }
    .transition-visual { min-height: 410px; padding-left: 34px; }
    .transition-visual__current { gap: 23px; }.transition-visual__current strong { font-size: 84px; }.transition-visual__current p { font-size: 10px; }
    .transition-visual__focus { align-items: flex-start; flex-direction: column; }.transition-visual__focus > div { justify-content: flex-start; }
}

@media (max-width: 900px) {
    .home-page .hero { height: calc(100svh - 35px); min-height: 690px; max-height: none; display: block; padding: 145px 0 88px; }
    .home-page .hero__inner { display: block; width: min(calc(100% - 48px), var(--container)); }
    .home-page .hero__content { max-width: 710px; }
    .home-page .hero h1 { font-size: clamp(53px, 10vw, 76px); }
    .transition-visual { display: none; }
    .home-page .hero__facts { grid-template-columns: repeat(3,1fr); }
    .hero__facts > a { display: none; }
    .home-page .reform-grid { grid-template-columns: 1fr; gap: 55px; }
    .reform-feature__top { margin-bottom: 50px; }
}

@media (max-width: 620px) {
    .home-page .hero { min-height: 675px; padding: 137px 0 90px; }
    .home-page .hero__inner { width: min(calc(100% - 30px), var(--container)); }
    .home-page .hero h1 { margin: 22px 0 19px; font-size: clamp(43px, 12.4vw, 55px); }
    .home-page .hero__lead { font-size: 13px; line-height: 1.55; }
    .home-page .hero__actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
    .home-page .hero__actions .button { min-height: 52px; }
    .home-page .hero__facts { width: calc(100% - 30px); height: 72px; grid-template-columns: repeat(3,1fr); }
    .hero__facts > div { height: 38px; padding-left: 12px; }.hero__facts strong { font-size: 15px; }.hero__facts small { font-size: 6px; }
    .reform-feature__top { align-items: flex-start; flex-direction: column; gap: 9px; margin-bottom: 42px; }
    .home-page .reform-sticky h2 { font-size: 44px; }
    .reform-actions { align-items: flex-start; flex-direction: column; }
    .reform-mosaic { grid-template-columns: 1fr; }
    .reform-tile { min-height: 215px; }.reform-tile > strong { font-size: 45px; }.reform-tile--current > strong { font-size: 60px; }
    .home-page .service-card { min-height: 265px; }
}

@media (max-height: 780px) and (min-width: 901px) {
    .home-page .hero { min-height: 645px; padding-top: 112px; padding-bottom: 78px; }
    .home-page .hero h1 { margin: 18px 0 16px; font-size: clamp(50px, 5vw, 67px); }
    .home-page .hero__lead { font-size: 13px; }.home-page .hero__actions { margin-top: 21px; }
    .transition-visual { min-height: 365px; padding-top: 10px; }.transition-visual__current { margin-top: 27px; }.transition-visual__current strong { font-size: 78px; }.transition-axis { margin-top: 48px; }.transition-visual__focus { margin-top: 29px; }
    .home-page .hero__facts { height: 68px; }
}
