/* Report6.ai — marketing site
   Brand: terracotta #dd552f · deep plum-charcoal #34293a · warm off-white #fbfaf8 */

:root {
  --brand: #dd552f;
  --brand-dark: #b4471e;
  --brand-deep: #9a3c18;
  --brand-soft: #fbeee8;
  --ink: #34293a;
  --ink-2: #5a5160;
  --muted: #6a6373;
  --line: #ece7e2;
  --bg: #fbfaf8;
  --bg-alt: #f5f1ec;
  --card: #ffffff;
  --white: #ffffff;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(52, 41, 58, .06), 0 2px 8px rgba(52, 41, 58, .05);
  --shadow: 0 8px 30px rgba(52, 41, 58, .10);
  --shadow-lg: 0 24px 60px rgba(52, 41, 58, .16);
  --maxw: 1120px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; }

h1, h2, h3, h4 { line-height: 1.1; letter-spacing: -.02em; margin: 0; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff;
  padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 100;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: .98rem; line-height: 1;
  padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s var(--ease), background .15s, box-shadow .15s, border-color .15s;
  white-space: nowrap;
}
.btn-sm { padding: 9px 16px; font-size: .9rem; }
.btn-lg { padding: 15px 28px; font-size: 1.05rem; }
.btn-primary { background: var(--brand-dark); color: #fff; box-shadow: 0 6px 18px rgba(180, 71, 30, .30); }
.btn-primary:hover { background: var(--brand-deep); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(180, 71, 30, .38); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-dark); transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 248, .82);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand-mark { height: 30px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--ink-2); font-weight: 500; font-size: .96rem; }
.site-nav a:hover { color: var(--brand-dark); }
.site-nav a.btn-primary { color: #fff; }

.nav-toggle, .nav-burger { display: none; }

/* ---------- Hero ---------- */
.hero { padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 8vw, 104px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--brand-dark); background: var(--brand-soft); padding: 6px 14px; border-radius: 999px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.hero-copy h1 { margin: 22px 0 0; }
.hero-copy h1 .accent { color: var(--brand); }
.lead { margin-top: 22px; font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--ink-2); max-width: 30ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cta-row.center { justify-content: center; }
.cta-note { margin-top: 16px; font-size: .88rem; color: var(--muted); }

/* Hero visual: phone + floating cards */
.hero-visual { position: relative; min-height: 440px; display: flex; justify-content: center; align-items: center; }

.float-card { position: absolute; background: var(--card); border-radius: 14px; box-shadow: var(--shadow); padding: 12px 14px; display: flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 600; color: var(--ink); }
.map-card { top: 30px; right: -8px; transform: rotate(4deg); }
.mini-map { width: 40px; height: 40px; border-radius: 9px; background: repeating-linear-gradient(45deg, #e7eef0, #e7eef0 6px, #dde7ea 6px, #dde7ea 12px); position: relative; }
.mini-map::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 40%, var(--brand) 0 4px, transparent 5px); }
.pdf-card { bottom: 26px; left: -14px; transform: rotate(-4deg); }
.pdf-ico { width: 38px; height: 38px; border-radius: 9px; background: var(--brand-soft); color: var(--brand-dark); display: grid; place-items: center; font-size: .66rem; font-weight: 800; }

/* Real device frames (app screenshots) */
.device { width: 290px; max-width: 100%; border-radius: 44px; background: linear-gradient(160deg, #2c2330, #423747); padding: 10px; box-shadow: var(--shadow-lg); }
.device img { display: block; width: 100%; height: auto; border-radius: 35px; }
.device--hero { transform: rotate(-2.5deg); }

/* ---------- Persona strip ---------- */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); padding: 26px 0; }
.strip-label { text-align: center; font-size: .82rem; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.persona-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 0; margin: 16px 0 0; padding: 0; }
.persona-list li { font-weight: 700; color: var(--ink); font-size: 1.02rem; display: flex; align-items: center; }
.persona-list li:not(:last-child)::after { content: "·"; color: var(--brand-dark); margin: 0 14px; }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 9vw, 104px) 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 660px; margin: 0 auto clamp(40px, 5vw, 60px); }
.kicker { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 12px; }
.section-sub { margin-top: 16px; color: var(--ink-2); font-size: 1.08rem; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); position: relative; }
.step-num { width: 44px; height: 44px; border-radius: 12px; background: var(--brand); color: #fff; font-weight: 800; font-size: 1.2rem; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 1.35rem; margin-bottom: 8px; }
.step p { color: var(--ink-2); }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-ico { width: 48px; height: 48px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-dark); display: grid; place-items: center; margin-bottom: 18px; }
.feature-ico svg { width: 24px; height: 24px; }
.feature h3 { margin-bottom: 8px; }
.feature p { color: var(--ink-2); font-size: .98rem; }

/* Sample report */
.sample-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.sample-copy .section-sub { text-align: left; }
.checklist { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 32px; color: var(--ink); font-weight: 500; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--brand-soft); }
.checklist li::after { content: ""; position: absolute; left: 6px; top: 7px; width: 7px; height: 4px; border-left: 2px solid var(--brand-dark); border-bottom: 2px solid var(--brand-dark); transform: rotate(-45deg); }

.sample-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.sample-visual .device { position: absolute; width: 262px; }
.device--report { transform: translate(-46px, -8px) rotate(-3deg); z-index: 2; }
.device--share { transform: translate(70px, 40px) rotate(6deg) scale(.9); z-index: 1; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.price-grid--duo { grid-template-columns: repeat(2, 1fr); max-width: 740px; margin-inline: auto; }
.price-note { font-size: .82rem; color: var(--brand-dark); font-weight: 600; margin-top: 4px; }
.price-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); position: relative; }
.price-card--feature { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-8px); }
.ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brand-dark); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .03em; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.price-card h3 { font-size: 1.15rem; }
.price { margin: 14px 0 4px; }
.price .amt { font-size: 2.8rem; font-weight: 800; letter-spacing: -.03em; }
.price .per { font-size: 1rem; color: var(--muted); font-weight: 600; }
.price-sub { color: var(--muted); font-size: .92rem; }
.price-feats { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 12px; }
.price-feats li { position: relative; padding-left: 26px; font-size: .96rem; color: var(--ink-2); }
.price-feats li::before { content: ""; position: absolute; left: 4px; top: 7px; width: 6px; height: 3px; border-left: 2px solid var(--brand); border-bottom: 2px solid var(--brand); transform: rotate(-45deg); }
.price-card .btn { width: 100%; }
.price-foot { text-align: center; color: var(--muted); font-size: .86rem; margin-top: 28px; }

/* Privacy band */
.privacy-band { background: var(--ink); color: #fff; padding: clamp(48px, 6vw, 72px) 0; }
.privacy-inner { display: flex; align-items: center; gap: 26px; }
.privacy-band h2 { color: #fff; }
.privacy-band p { color: rgba(255, 255, 255, .76); margin-top: 10px; max-width: 64ch; }
.privacy-ico { flex: none; width: 64px; height: 64px; border-radius: 16px; background: rgba(221, 85, 47, .22); color: #ffb796; display: grid; place-items: center; }
.privacy-ico svg { width: 32px; height: 32px; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 22px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 600; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 1.4rem; font-weight: 400; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-2); padding-bottom: 18px; margin-top: -4px; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--brand-dark), var(--brand-deep)); color: #fff; padding: clamp(64px, 8vw, 96px) 0; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.cta-inner p { color: rgba(255, 255, 255, .95); margin-top: 14px; font-size: 1.1rem; max-width: 52ch; margin-inline: auto; }
.cta-band .btn-primary { background: #fff; color: var(--brand-dark); box-shadow: 0 8px 24px rgba(0, 0, 0, .18); }
.cta-band .btn-primary:hover { background: #fff7f3; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .7); }
.cta-band .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .12); }
.cta-band .cta-note { color: rgba(255, 255, 255, .9); }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .7); padding: 56px 0 32px; }
.footer-inner { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .92; margin-bottom: 16px; }
.footer-brand p { font-size: .92rem; }
.footer-nav { display: flex; gap: 64px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h3 { color: #fff; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.footer-col a { color: rgba(255, 255, 255, .68); font-size: .94rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .86rem; }
.footer-tag { color: #f0875a; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid, .sample-grid { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 16px; }
  .lead { max-width: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  /* mobile nav */
  .nav-burger { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; cursor: pointer; margin-right: -10px; }
  .nav-burger span { display: block; height: 2px; width: 22px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 4px;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 16px 24px 22px;
    box-shadow: var(--shadow); transform-origin: top; max-height: 0; overflow: hidden;
    opacity: 0; pointer-events: none; transition: max-height .25s var(--ease), opacity .2s;
  }
  .site-nav a { width: 100%; padding: 10px 0; font-size: 1.05rem; }
  .site-nav a.btn { margin-top: 8px; padding: 13px 22px; }
  .nav-toggle:checked ~ .site-nav { max-height: 360px; opacity: 1; pointer-events: auto; }

  .steps, .feature-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card--feature { transform: none; }
  .device--hero { width: min(280px, 76vw); }
  .hero-visual { min-height: 0; }
  .sample-visual { min-height: 0; display: block; }
  .sample-visual .device { position: static; width: min(264px, 74vw); margin: 0 auto; transform: rotate(-2deg); }
  .sample-visual .device--share { display: none; }
  .privacy-inner { flex-direction: column; text-align: center; }
  .persona-list { gap: 8px 22px; }
  .footer-nav { gap: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

/* ---------- Legal / doc pages ---------- */
.legal { padding: clamp(48px, 7vw, 88px) 0; }
.legal .doc { max-width: 760px; margin: 0 auto; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.legal .updated { color: var(--muted); font-size: .9rem; margin-top: 10px; }
.legal .note { background: var(--brand-soft); border: 1px solid #f0d8cb; color: var(--brand-dark); border-radius: var(--radius-sm); padding: 14px 18px; margin: 24px 0; font-size: .92rem; }
.legal h2 { font-size: 1.4rem; margin: 38px 0 12px; }
.legal p, .legal li { color: var(--ink-2); }
.legal p { margin-top: 12px; }
.legal ul { margin: 12px 0; padding-left: 22px; display: grid; gap: 8px; }
.legal a { color: var(--brand-dark); text-decoration: underline; }
.back-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ink-2); margin-bottom: 28px; }
.back-link:hover { color: var(--brand-dark); }

/* ---------- 404 ---------- */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 60px 24px; }
.notfound .code { font-size: clamp(4rem, 12vw, 7rem); font-weight: 800; color: var(--brand); letter-spacing: -.04em; line-height: 1; }
.notfound p { color: var(--ink-2); margin: 14px 0 26px; font-size: 1.1rem; }
