:root {
  --ink: #161513;
  --paper: #f7f3ec;
  --orange: #ff5a1f;
  --orange-dark: #e84710;
  --sand: #efe7da;
  --line: rgba(22, 21, 19, .14);
  --muted: #6c6860;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 500 16px/1.5 Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { width: min(1240px, calc(100% - 48px)); min-height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 700 17px/1 Unbounded, sans-serif; letter-spacing: -.8px; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 16px; }
.brand-dot { color: var(--orange); }
.main-nav { display: flex; gap: 29px; color: #4f4b44; font-size: 14px; }
.main-nav a:hover, .text-link:hover { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 55px; padding: 0 24px; border-radius: 6px; background: var(--orange); color: white; font-weight: 800; box-shadow: 0 8px 0 rgba(184, 54, 7, .15); transition: .2s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; box-shadow: none; }
.hero { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 78px 0 105px; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Unbounded, sans-serif; font-weight: 600; letter-spacing: -2.6px; }
h1 { max-width: 680px; margin-bottom: 27px; font-size: clamp(39px, 5.15vw, 69px); line-height: 1.12; }
em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 540px; margin-bottom: 35px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 14px; font-weight: 800; }
.trust-row { display: flex; align-items: center; gap: 13px; margin-top: 54px; }
.trust-row p { margin: 0; font-size: 12px; line-height: 1.4; }
.avatars { display: flex; }
.avatars i { display: grid; width: 28px; height: 28px; margin-left: -7px; place-items: center; border: 2px solid var(--paper); border-radius: 50%; background: #dfb595; color: white; font-size: 10px; font-style: normal; font-weight: 800; }
.avatars i:first-child { margin-left: 0; background: #73917b; }.avatars i:nth-child(2) { background: #d6725c; }.avatars i:nth-child(3) { background: #41586d; }.avatars i:last-child { background: var(--ink); }
.hero-visual { position: relative; min-height: 460px; }
.road-card { position: absolute; inset: 0 0 42px 0; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, #ff8f35 0%, #ff6423 48%, #e8460d 100%); }
.road-card:after { content: ""; position: absolute; width: 600px; height: 600px; right: -260px; bottom: -330px; border: 78px solid rgba(255, 244, 215, .94); border-left-color: transparent; border-radius: 50%; transform: rotate(-36deg); }
.sun { position: absolute; width: 175px; height: 175px; right: 14%; top: 13%; border-radius: 50%; background: #ffd67a; opacity: .94; }
.road { position: absolute; height: 57px; background: #323439; transform: rotate(-22deg); z-index: 1; }.road-one { width: 520px; left: -96px; bottom: 99px; }.road-two { width: 480px; right: -151px; bottom: 9px; transform: rotate(43deg); }
.car { position: absolute; z-index: 4; left: 21%; bottom: 95px; width: 158px; height: 66px; border-radius: 51px 55px 15px 16px; background: #f6f0df; transform: rotate(-22deg); box-shadow: inset -23px -8px #dbd4c5, 4px 8px 10px rgba(0,0,0,.18); }.car:before { content: ""; position: absolute; left: 40px; top: -29px; width: 77px; height: 41px; border-radius: 33px 37px 0 0; background: #93c5d4; border: 6px solid #f6f0df; border-bottom: 0; }.car span { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #222; left: 26px; bottom: -8px; box-shadow: 102px 0 #222; }.car b { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #ffdc64; right: 5px; bottom: 14px; }.car b:last-child { left: 4px; background: #f45235; }
.route-label { position: absolute; z-index: 5; padding: 8px 11px; border-radius: 5px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; }.label-start { left: 12%; bottom: 45px; }.label-goal { right: 7%; top: 31%; }
.progress-card { position: absolute; z-index: 7; right: -24px; bottom: 0; width: min(315px, 78%); padding: 19px; border: 1px solid rgba(22,21,19,.1); border-radius: 8px; background: white; box-shadow: 0 17px 39px rgba(70,40,20,.18); }.progress-title { display: flex; justify-content: space-between; font-size: 11px; }.progress-title b { color: var(--orange); }.progress-bar { height: 5px; margin: 14px 0; overflow: hidden; border-radius: 8px; background: #ece7df; }.progress-bar span { display: block; width: 23%; height: 100%; background: var(--orange); }.progress-card p { margin: 0; color: var(--muted); font-size: 11px; }.progress-card strong { color: var(--ink); font-size: 13px; }
.statement { padding: 103px max(24px, calc((100% - 1240px)/2)); background: var(--sand); }.statement-grid { display: grid; grid-template-columns: 1.3fr .6fr; gap: 90px; align-items: end; }.statement h2, .section-heading h2, .skills h2, .cta h2 { margin-bottom: 0; font-size: clamp(31px, 3.7vw, 52px); line-height: 1.2; }.statement-grid > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 111px 0; }.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 44px; }.section-heading > p { width: 342px; margin: 0 0 6px; color: var(--muted); line-height: 1.7; }.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.step-card { min-height: 273px; padding: 23px; border: 1px solid var(--line); border-radius: 8px; background: #fcfaf6; }.step-card.accent { background: var(--orange); color: white; border-color: var(--orange); }.step-number { font: 600 11px Unbounded, sans-serif; opacity: .72; }.card-icon { width: 43px; height: 43px; display: grid; place-items: center; margin: 38px 0 25px; border-radius: 50%; background: #ece5db; font-size: 21px; }.accent .card-icon { background: rgba(255,255,255,.21); }.step-card h3 { margin-bottom: 7px; font-size: 17px; }.step-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }.accent p { color: rgba(255,255,255,.83); }
.skills { padding: 110px max(24px, calc((100% - 1240px)/2)); display: grid; grid-template-columns: .95fr 1fr; gap: 120px; background: #202120; color: #fffdf9; }.skills-copy > p:not(.eyebrow) { max-width: 425px; margin: 27px 0; color: #bebdb7; line-height: 1.75; }.skills .text-link { color: #fffdf9; }.skill-panel { padding: 19px; border-radius: 9px; background: #f8f6f1; color: var(--ink); }.panel-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.panel-head div { display: grid; }.panel-head small, .skill-item small { color: var(--muted); font-size: 11px; }.panel-head strong { font-size: 14px; }.status { padding: 6px 8px; border-radius: 20px; background: #ffe2d4; color: var(--orange-dark); font-size: 10px; font-weight: 800; }.skill-item { display: grid; grid-template-columns: 27px 1fr auto; gap: 10px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }.skill-item > div { display: grid; }.skill-item strong { font-size: 13px; }.skill-item b { font-size: 12px; }.check { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid #cbc7bf; border-radius: 50%; color: #77736c; font-size: 11px; }.done .check { border-color: #8fc5a6; background: #dceee2; color: #267549; }.active .check { border-color: var(--orange); background: var(--orange); color: white; }.active b { color: var(--orange); }.panel-note { margin-top: 17px; padding: 12px; border-radius: 5px; background: var(--sand); font-size: 12px; line-height: 1.5; }
.principles { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 109px 0; }.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.principle-grid article { min-height: 282px; padding: 29px 35px 0 0; border-right: 1px solid var(--line); }.principle-grid article + article { padding-left: 35px; }.principle-grid article:last-child { border-right: 0; }.principle-grid b { color: var(--orange); font: 600 12px Unbounded, sans-serif; }.principle-grid h3 { margin: 43px 0 16px; font: 600 21px/1.35 Unbounded, sans-serif; letter-spacing: -1px; }.principle-grid p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.cta { padding: 98px 24px; text-align: center; background: var(--orange); color: white; }.cta .eyebrow { justify-content: center; color: white; }.cta h2 { font-size: clamp(34px, 4.6vw, 59px); }.cta em { color: #ffe4c0; }.cta > p:not(.eyebrow) { max-width: 460px; margin: 23px auto 29px; color: rgba(255,255,255,.86); }.button-light { background: #fffdf8; color: var(--ink); box-shadow: none; }.button-light:hover { background: var(--ink); color: #fff; }.site-footer { width: min(1240px, calc(100% - 48px)); min-height: 115px; margin: auto; display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: center; color: var(--muted); font-size: 12px; }.site-footer p { margin: 0; }.site-footer p:last-child { text-align: right; }
@media (max-width: 820px) { .site-header { min-height: 76px; width: min(100% - 32px, 1240px); }.main-nav { display: none; }.hero { width: min(100% - 32px, 1240px); grid-template-columns: 1fr; gap: 38px; padding: 56px 0 73px; }.hero-visual { min-height: 370px; }.statement { padding: 72px 24px; }.statement-grid, .skills { grid-template-columns: 1fr; gap: 34px; }.steps { width: min(100% - 32px, 1240px); padding: 75px 0; }.section-heading { display: block; }.section-heading > p { width: auto; margin-top: 21px; }.step-grid { grid-template-columns: repeat(2, 1fr); }.skills { padding: 74px 24px; }.principles { width: min(100% - 32px, 1240px); padding: 74px 0; }.principle-grid { grid-template-columns: 1fr; }.principle-grid article, .principle-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }.principle-grid h3 { margin: 20px 0 11px; }.site-footer { width: min(100% - 32px, 1240px); grid-template-columns: 1fr; padding: 28px 0; }.site-footer p:last-child { text-align: left; } }
@media (max-width: 480px) { .brand { font-size: 13px; }.brand-mark { width: 27px; height: 27px; }.button-small { padding: 0 12px; font-size: 11px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }.hero-text { font-size: 16px; }.hero-visual { min-height: 330px; }.progress-card { right: -7px; }.step-grid { grid-template-columns: 1fr; }.step-card { min-height: 220px; }.card-icon { margin: 25px 0 18px; }.cta { padding: 76px 24px; } }
