:root {
  --orange: #d87923;
  --orange-deep: #b95f17;
  --ink: #1c1d1b;
  --muted: #6e6b64;
  --cream: #f5f1ea;
  --paper: #fffdf9;
  --line: rgba(28, 29, 27, .14);
  --green: #c8e8b1;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1160px, calc(100% - 96px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { background: var(--orange); color: #fff; }
.nav { min-height: 83px; display: flex; align-items: center; justify-content: space-between; }
.brand img { display: block; width: 110px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 39px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { opacity: .78; transition: opacity .2s ease; }
.nav-links > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: #fff; color: var(--orange); }
.nav-cta span, .button span, .text-link span, .arrow-link span { margin-left: 9px; font-size: 18px; }
.menu-toggle { display: none; background: transparent; border: 0; color: #fff; }

.hero { min-height: 666px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; padding: 73px 0 84px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.045em; }
h1 { max-width: 640px; margin-bottom: 25px; font-size: clamp(55px, 6vw, 83px); line-height: .98; }
h1 em, h2 em { color: var(--orange); font-weight: 600; }
.hero-text { max-width: 490px; margin-bottom: 31px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; border-radius: 100px; padding: 14px 20px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(28,29,27,.13); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--orange); }
.text-link, .arrow-link { font-size: 13px; font-weight: 700; }
.text-link { color: var(--muted); }
.text-link:hover, .arrow-link:hover { color: var(--orange); }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 41px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-note strong { color: var(--ink); font-weight: 700; }
.note-check { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-weight: 700; }

.hero-visual { position: relative; min-height: 474px; display: grid; place-items: center; }
.hero-visual::before { content: ''; position: absolute; inset: 34px 1px 22px 40px; border-radius: 48% 52% 46% 54% / 49% 41% 59% 51%; background: #ead8c6; transform: rotate(-8deg); }
.dashboard-card { position: relative; width: min(100%, 447px); padding: 25px 25px 18px; border-radius: 4px; background: var(--paper); box-shadow: 0 24px 50px rgba(88, 55, 30, .18); transform: rotate(2.5deg); }
.dashboard-topline, .dashboard-footer, .list-label, .log-header, .log-footer { display: flex; justify-content: space-between; align-items: center; }
.dashboard-topline { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.dashboard-brand { color: var(--ink); font-weight: 700; }
.mini-mark { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 4px; border-radius: 50%; background: var(--orange); color: #fff; text-transform: lowercase; font-family: var(--display); font-size: 13px; }
.live-status { display: flex; align-items: center; gap: 6px; color: #548b45; font-size: 10px; letter-spacing: .04em; }
.live-status i, .signal-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #72b860; }
.offer-head { display: flex; align-items: flex-end; justify-content: space-between; padding: 27px 0 23px; }
.tiny-label, .list-label, .candidate-time, .dashboard-footer, .log-header, .log-footer { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.tiny-label { color: var(--orange); font-weight: 700; }
.offer-head h2 { margin: 4px 0 0; font-family: var(--sans); font-size: 24px; letter-spacing: -.03em; }
.offer-head p { margin: 1px 0 0; color: var(--muted); font-size: 12px; }
.offer-head > strong { font-family: var(--display); font-size: 26px; }
.list-label { padding-bottom: 9px; color: var(--muted); border-bottom: 1px solid var(--line); }
.candidate { display: grid; grid-template-columns: 27px 30px 1fr auto; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.candidate-first { margin: 0 -11px; padding: 12px 11px; background: #fbefe3; border-left: 2px solid var(--orange); }
.rank { color: var(--muted); font-size: 11px; font-weight: 700; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: 9px; font-weight: 700; }
.avatar-orange { background: #fac492; color: #6d3510; }.avatar-lilac { background: #ddd2e7; color: #594363; }.avatar-yellow { background: #e8df9b; color: #615b20; }
.candidate-info { display: grid; gap: 1px; min-width: 0; font-size: 12px; }.candidate-info strong { font-size: 12px; }.candidate-info strong b { color: var(--orange); font-size: 13px; }.candidate-info span { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.candidate-time { color: var(--muted); font-size: 9px; }
.confirm-button { width: 100%; margin-top: 18px; padding: 12px 14px; border: 0; border-radius: 2px; background: var(--orange); color: #fff; cursor: pointer; font-size: 12px; font-weight: 700; text-align: left; transition: background .2s ease; }.confirm-button:hover { background: var(--orange-deep); }.confirm-button span { float: right; font-size: 17px; line-height: 12px; }
.dashboard-footer { padding-top: 14px; color: var(--muted); font-size: 9px; }.dashboard-footer span:first-child { display: flex; align-items: center; gap: 6px; color: #548b45; }
.visual-sticker { position: absolute; z-index: 2; padding: 10px 14px; border-radius: 100px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; box-shadow: 0 8px 20px rgba(28,29,27,.16); }.sticker-top { top: 47px; left: -6px; transform: rotate(-9deg); }.sticker-bottom { right: 3px; bottom: 39px; background: var(--orange); transform: rotate(5deg); }.sticker-bottom span { margin-left: 7px; color: #ffdcae; }.pulse { display: inline-block; width: 6px; height: 6px; margin-left: 6px; border-radius: 50%; background: #ef8d83; box-shadow: 0 0 0 4px rgba(239,141,131,.14); }
.scroll-cue { display: flex; align-items: center; gap: 12px; padding-bottom: 34px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }.scroll-cue span { width: 38px; height: 1px; background: var(--orange); }

.intro-section { padding: 127px 0 139px; background: #fffdf9; }.intro-grid { display: grid; grid-template-columns: .72fr 1.36fr .92fr; gap: 42px; align-items: start; }.intro-content h2, .section-heading h2, .feature-copy h2, .contact-inner h2 { margin-bottom: 23px; font-size: clamp(39px, 4.7vw, 61px); line-height: 1.02; }.intro-content > p, .feature-copy > p { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.65; }.quote-card { margin-top: 39px; padding: 25px 25px 23px; background: var(--orange); color: #fff; }.quote-mark { display: block; height: 30px; font-family: var(--display); font-size: 54px; line-height: .8; }.quote-card p { margin: 8px 0 19px; font-family: var(--display); font-size: 22px; line-height: 1.12; }.quote-line { display: block; width: 31px; margin-bottom: 12px; border-top: 1px solid rgba(255,255,255,.7); }.quote-card small { font-size: 10px; opacity: .78; }
.steps-section { padding: 125px 0 133px; }.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 53px; }.section-heading .section-kicker { margin-bottom: 11px; }.section-heading h2 { margin-bottom: 0; }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }.step-card { min-height: 345px; padding: 28px 28px 25px; display: flex; flex-direction: column; background: #e8ded3; }.step-card-dark { background: var(--ink); color: #fff; transform: translateY(30px); }.step-card:nth-child(3) { background: #d8e4c9; }.step-number { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.step-card-dark .step-number { color: #f5ad70; }.step-icon { display: flex; align-items: center; height: 82px; margin: 8px 0 19px; color: var(--orange); }.icon-product { gap: 5px; align-items: flex-end; }.icon-product span { display: block; width: 18px; border: 2px solid currentColor; }.icon-product span:nth-child(1) { height: 44px; }.icon-product span:nth-child(2) { height: 65px; }.icon-product span:nth-child(3) { height: 52px; }.icon-comments { position: relative; width: 73px; border: 2px solid #f5ad70; border-radius: 45% 45% 45% 8%; }.icon-comments span { position: absolute; top: 3px; left: 12px; font-family: var(--display); font-size: 28px; }.icon-comments i { display: block; width: 25px; margin-left: 31px; border-top: 2px solid #f5ad70; }.icon-comments i + i { margin-top: 10px; width: 15px; }.icon-check { width: 72px; height: 72px; justify-content: center; border: 2px solid currentColor; border-radius: 50%; font-size: 41px; font-weight: 400; }.step-card h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -.03em; }.step-card p { max-width: 270px; margin-bottom: 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }.step-card-dark p { color: rgba(255,255,255,.67); }.step-caption { margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(28,29,27,.18); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.step-card-dark .step-caption { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.56); }

.feature-section { padding: 124px 0 137px; background: #e3d6ca; }.feature-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }.feature-copy h2 { font-size: clamp(38px, 4.2vw, 56px); }.feature-copy > p { margin-bottom: 29px; }.arrow-link { color: var(--ink); }.log-card { padding: 25px 27px 20px; background: #fffdf9; box-shadow: 9px 14px 0 rgba(216,121,35,.75); transform: rotate(-2deg); }.log-header { padding-bottom: 23px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 10px; }.log-event { display: grid; grid-template-columns: 85px 1fr auto; gap: 12px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }.log-time { color: var(--orange); font-size: 10px; font-weight: 700; }.log-event div:nth-child(2) { display: grid; gap: 2px; }.log-event strong { font-size: 13px; }.log-event span { color: var(--muted); font-size: 11px; }.log-tag { padding: 5px 7px; background: #f9e1cd; color: var(--orange); font-size: 8px; letter-spacing: .07em; }.tag-green { background: var(--green); color: #4f7545; }.log-footer { padding-top: 16px; color: #548b45; font-size: 9px; }.log-footer span:last-child { color: var(--ink); font-weight: 700; }

.contact-section { padding: 116px 0 128px; background: var(--orange); color: #fff; text-align: center; }.contact-inner { display: flex; align-items: center; flex-direction: column; }.contact-mark { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.64); border-radius: 50%; font-family: var(--display); font-size: 30px; }.contact-section .section-kicker { margin-bottom: 18px; color: #ffe1be; }.contact-inner h2 { margin-bottom: 19px; font-size: clamp(43px, 5.4vw, 68px); }.contact-inner h2 em { color: #fff; }.contact-inner > p:not(.section-kicker) { max-width: 465px; margin-bottom: 28px; color: rgba(255,255,255,.79); font-size: 16px; }.site-footer { background: var(--orange); color: #fff; }.footer-content { display: flex; align-items: center; gap: 28px; padding: 22px 0 27px; border-top: 1px solid rgba(255,255,255,.27); font-size: 11px; }.footer-content img { width: 65px; }.footer-content span:nth-child(2) { flex: 1; color: rgba(255,255,255,.72); }.footer-content span:last-child { color: rgba(255,255,255,.57); }

.toast { position: fixed; right: 22px; bottom: 22px; z-index: 5; padding: 13px 17px; border-radius: 3px; background: var(--ink); color: #fff; font-size: 13px; box-shadow: 0 12px 28px rgba(28,29,27,.2); opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .23s; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.step-card-dark.reveal.is-visible { transform: translateY(30px); }

@media (max-width: 900px) {
  .shell { width: min(100% - 48px, 680px); }
  .hero { grid-template-columns: 1fr; gap: 30px; padding: 69px 0 50px; }.hero-visual { min-height: 450px; }.intro-grid, .feature-grid { grid-template-columns: 1fr; gap: 28px; }.intro-section, .steps-section, .feature-section { padding: 90px 0; }.quote-card { max-width: 350px; margin-top: 10px; }.section-kicker { margin-bottom: 13px; }.feature-grid { gap: 60px; }.feature-copy > p { max-width: 560px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 36px); }.nav { min-height: 72px; }.brand img { width: 93px; }.menu-toggle { display: flex; position: relative; width: 29px; height: 23px; flex-direction: column; justify-content: space-between; padding: 2px 0; cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: #fff; }.nav-links { display: none; position: absolute; top: 72px; right: 18px; left: 18px; z-index: 4; padding: 20px; flex-direction: column; align-items: stretch; gap: 18px; background: var(--orange-deep); box-shadow: 0 16px 24px rgba(28,29,27,.15); }.nav-links.is-open { display: flex; }.nav-cta { text-align: center; }.hero { min-height: 0; padding: 65px 0 34px; }.hero h1 { font-size: clamp(50px, 15vw, 72px); }.hero-text { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.hero-note { margin-top: 28px; }.hero-visual { min-height: 390px; margin: 6px -4px 0; }.hero-visual::before { inset: 24px 3px 12px 13px; }.dashboard-card { padding: 18px 15px 14px; transform: rotate(1.5deg); }.offer-head { padding: 20px 0 16px; }.offer-head h2 { font-size: 21px; }.candidate { grid-template-columns: 22px 29px 1fr auto; gap: 6px; }.candidate-first { margin: 0 -7px; padding: 12px 7px; }.candidate-time { font-size: 8px; }.visual-sticker { font-size: 9px; padding: 8px 11px; }.sticker-top { top: 22px; left: 3px; }.sticker-bottom { right: -2px; bottom: 21px; }.scroll-cue { padding-bottom: 27px; font-size: 8px; }.intro-grid { gap: 26px; }.intro-content h2, .section-heading h2, .feature-copy h2, .contact-inner h2 { font-size: 43px; }.intro-section, .steps-section, .feature-section { padding: 78px 0; }.intro-content > p, .feature-copy > p { font-size: 16px; }.section-heading { margin-bottom: 29px; }.steps-grid { grid-template-columns: 1fr; gap: 15px; }.step-card { min-height: 310px; }.step-card-dark { transform: none; }.step-card-dark.reveal.is-visible { transform: none; }.log-card { padding: 19px 15px 16px; box-shadow: 6px 10px 0 rgba(216,121,35,.75); }.log-event { grid-template-columns: 66px 1fr; gap: 6px; }.log-tag { grid-column: 2; justify-self: start; }.contact-section { padding: 81px 0 92px; }.footer-content { flex-wrap: wrap; gap: 12px 20px; }.footer-content span:nth-child(2) { order: 3; width: 100%; flex-basis: 100%; }.toast { right: 14px; bottom: 14px; left: 14px; text-align: center; }
}
