:root {
  --ink: #1f2530;
  --ink-2: #2e3642;
  --orange: #f47c20;
  --orange-2: #ff9b4a;
  --orange-soft: #fff3e8;
  --cream: #fffaf5;
  --line: #eadfD2;
  --muted: #697585;
  --white: #ffffff;
  --shadow: 0 28px 60px rgba(64, 40, 14, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }
.section { padding: 108px 0; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 245, .96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(234, 223, 210, .85); }
.nav { height: 74px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-icon { display: block; width: 42px; height: 42px; object-fit: contain; }
.brand-icon-large { width: 52px; height: 52px; }
.brand-text { color: var(--ink); font-size: 24px; letter-spacing: -.03em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 25px; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-white { color: var(--ink); background: #fff; }
.button-white span { color: #7f6853; background: #f8eee4; }
.is-disabled { cursor: not-allowed; opacity: .82; }
.section-kicker { display: block; margin-bottom: 12px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.steps { background: linear-gradient(135deg, #fffaf5 0%, #ffffff 50%, #fff2e5 100%); }
.steps-only { min-height: calc(100vh - 138px); display: flex; align-items: center; padding: 10px 0; }
.steps-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); gap: 28px; align-items: center; width: calc(100% - 24px); margin: 0 auto; padding: 30px 34px; border-radius: 32px; background: linear-gradient(135deg, #2f231a, #1d1712); color: #fff; box-shadow: 0 35px 80px rgba(31,24,19,.22); }
.section-kicker.light { color: var(--orange-2); }
.steps-copy h1 { margin: 0; color: #fff; font-size: clamp(40px, 4.7vw, 68px); line-height: .98; letter-spacing: -.055em; }
.steps-copy p { max-width: 560px; margin: 14px 0 18px; color: #d8c6b8; font-size: 15px; }
.button-download { min-height: 92px; padding: 0 44px; border-radius: 20px; font-size: 22px; font-weight: 900; letter-spacing: .02em; box-shadow: 0 18px 36px rgba(255,255,255,.08); transition: transform .2s, box-shadow .2s; }
.button-download:hover { transform: translateY(-4px); box-shadow: 0 24px 42px rgba(255,255,255,.14); }
.button-download span { margin-left: 10px; padding: 6px 10px; font-size: 11px; }
.steps-list { display: grid; gap: 12px; }
.step-item { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.06); }
.step-item b { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--orange), #e66508); font-size: 24px; }
.step-item h2 { margin: 0 0 6px; color: #fff; font-size: 17px; }
.step-item p { margin: 0; color: #dbcbbf; line-height: 1.45; font-size: 14px; }

.footer { padding: 14px 0; border-top: 1px solid var(--line); background: #fffaf5; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-footer { gap: 12px; }
.brand-footer .brand-icon { width: 40px; height: 40px; }
.brand-footer .brand-text { font-size: 20px; }
.footer p, .footer a { color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }

@media (max-width: 980px) {
  .steps-panel { grid-template-columns: 1fr; gap: 34px; }
  .steps-only { min-height: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 34px, 1180px); }
  .section { padding: 78px 0; }
  .nav { height: 68px; }
  .brand-icon-large { width: 44px; height: 44px; }
  .brand-text { font-size: 20px; }
  .steps-only { min-height: auto; padding: 16px 0; }
  .steps-panel { width: calc(100% - 12px); padding: 22px 18px; }
  .steps-copy h1 { font-size: 40px; }
  .steps-copy p { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .button-download { min-height: 78px; padding: 0 22px; font-size: 18px; text-align: center; }
  .step-item { grid-template-columns: 60px 1fr; padding: 16px 18px; gap: 14px; }
  .step-item b { width: 60px; height: 60px; font-size: 21px; }
  .step-item h2 { font-size: 18px; }
  .footer-row { flex-direction: column; text-align: center; }
}
