:root {
  --ink: #0b0e0d;
  --panel: #151a17;
  --paper: #f2efe7;
  --orange: #ff633f;
  --lime: #c9ff39;
  --muted: #9ba39e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.header { height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #303632; }
.brand { font-weight: 900; line-height: .85; }
.nav { display: flex; gap: 28px; font-size: 12px; font-weight: 700; }
.account-links { display: flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.button { padding: 15px 18px; display: inline-block; background: var(--orange); color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.hero { min-height: 650px; padding: 100px 7vw; display: grid; grid-template-columns: 58% 42%; align-items: center; }
.eyebrow { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 35px 0; font-size: clamp(64px, 8vw, 120px); line-height: .8; letter-spacing: -.07em; text-transform: uppercase; }
h1 em, h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.hero-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { margin-top: 35px; display: flex; gap: 20px; align-items: center; }

.preview-card { padding: 28px; background: var(--paper); color: var(--ink); box-shadow: 16px 18px 0 var(--orange); transform: rotate(1deg); }
.preview-card h3 { font-size: 24px; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-metrics span { padding: 15px; background: white; border: 1px solid #ddd; }
.preview-metrics small, .preview-metrics b { display: block; }
.preview-metrics b { margin-top: 10px; font-size: 22px; }
.bars { height: 150px; margin-top: 14px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid; }
.bars i { flex: 1; height: 30%; background: var(--lime); }
.bars i:nth-child(2) { height: 55%; }
.bars i:nth-child(3) { height: 45%; }
.bars i:nth-child(4) { height: 75%; }
.bars i:nth-child(5) { height: 65%; }
.bars i:nth-child(6) { height: 95%; background: var(--orange); }

.strip { padding: 35px 5vw; display: flex; justify-content: space-around; gap: 22px; background: var(--paper); color: var(--ink); font-weight: 900; }
.section { padding: 100px 7vw; background: var(--paper); color: var(--ink); }
.section.dark { background: var(--ink); color: white; }
.section.orange { background: var(--orange); }
.section h2 { margin: 20px 0 55px; font-size: clamp(45px, 6vw, 82px); line-height: .9; letter-spacing: -.06em; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid; border-left: 1px solid; }
.card { min-height: 250px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid; border-bottom: 1px solid; }
.card small { color: var(--orange); }
.card h3 { margin-top: auto; font-size: 22px; }
.card p { opacity: .65; line-height: 1.55; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { min-height: 220px; padding: 28px; border-right: 1px solid #2226; }
.step b { font: italic 18px Georgia; }
.step h3 { margin-top: 55px; font-size: 22px; }

.page-hero { min-height: 480px; padding: 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.page-hero p { max-width: 650px; color: var(--muted); line-height: 1.6; }
.page-content { padding: 90px 7vw; background: var(--paper); color: var(--ink); }
.page-content h2 { font-size: 55px; letter-spacing: -.05em; }
.faq details { padding: 22px 0; border-bottom: 1px solid #aaa; }
.faq summary { font-weight: 900; cursor: pointer; }

.form-card { max-width: 560px; margin: 70px auto; padding: 42px; background: var(--paper); color: var(--ink); box-shadow: 14px 16px 0 var(--orange); }
.form-card label { display: block; margin: 18px 0 8px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.form-card input, .form-card select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid; background: transparent; }
.form-card .button { width: 100%; margin-top: 25px; border: 0; text-align: center; }
.note { padding: 12px; background: #fff2ca; font-size: 11px; line-height: 1.5; }

.dashboard { min-height: 100vh; display: grid; grid-template-columns: 230px 1fr; background: #eef0ed; color: var(--ink); }
.sidebar { padding: 28px 20px; background: var(--ink); color: white; }
.sidebar nav { margin-top: 40px; display: grid; gap: 8px; }
.sidebar nav a { padding: 12px; color: var(--muted); }
.sidebar nav a.active { background: #1d2521; color: white; border-left: 3px solid var(--lime); }
.dashboard-main { padding: 32px; }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; }
.metrics { margin: 28px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.metric, .panel { padding: 20px; background: white; border: 1px solid #d8ddd9; }
.metric b { display: block; margin-top: 15px; font-size: 26px; }
.dashboard-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; }
.panel { min-height: 300px; }

.footer { padding: 70px 6vw 30px; background: var(--ink); color: white; border-top: 1px solid #333; }
.footer h2 { font-size: 55px; letter-spacing: -.06em; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding: 45px 0; border-top: 1px solid #333; }
.footer-links { display: grid; gap: 12px; font-size: 12px; }
.footer small { color: var(--muted); }

@media (max-width: 850px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding: 75px 24px; }
  .strip { overflow: hidden; justify-content: flex-start; }
  .section, .page-content { padding: 75px 24px; }
  .grid, .steps { grid-template-columns: 1fr 1fr; }
  .dashboard { grid-template-columns: 70px 1fr; }
  .sidebar .brand, .sidebar nav a { font-size: 0; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .dashboard-grid, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .header { padding: 0 18px; }
  .account-links { gap: 10px; font-size: 8px; }
  .grid, .steps, .metrics { grid-template-columns: 1fr; }
  .dashboard { display: block; }
  .sidebar { display: none; }
  .dashboard-main { padding: 18px; }
  .preview-metrics { grid-template-columns: 1fr; }
}
