:root {
  --navy: #0b1f33;
  --navy-2: #122b45;
  --orange: #c65a22;
  --orange-dark: #9f4317;
  --white: #ffffff;
  --off-white: #f4f6f8;
  --light: #e8edf2;
  --charcoal: #24313d;
  --muted: #647281;
  --border: #d9e0e6;
  --shadow: 0 18px 50px rgba(11, 31, 51, .12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--orange); color: #fff;
  padding: 10px 14px; z-index: 999;
}
.skip-link:focus { left: 10px; top: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11,31,51,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.1; }
.brand-company { color: #b7c3ce; text-transform: uppercase; font-size: 11px; letter-spacing: .16em; }
.brand-product { color: #fff; font-weight: 800; font-size: 20px; margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #dce5ed; text-decoration: none; font-weight: 650; font-size: 14px; }
.site-nav a:hover { color: #fff; }
.nav-login { border-left: 1px solid rgba(255,255,255,.2); padding-left: 22px; }
.menu-button { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 24px; border-radius: 10px;
  background: var(--orange); color: #fff; text-decoration: none; font-weight: 800;
  border: 2px solid var(--orange); transition: .2s ease;
}
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.button-secondary { background: transparent; color: var(--navy); border-color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.button-small { min-height: 42px; padding: 0 16px; color: #fff !important; }
.button-full { width: 100%; }

.hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.86)),
    repeating-linear-gradient(135deg, rgba(198,90,34,.08) 0 2px, transparent 2px 20px);
  padding: 90px 0 80px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 12px; margin: 0 0 16px; }
h1, h2, h3 { line-height: 1.15; color: var(--navy); }
h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.045em; margin: 0 0 24px; }
h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -.03em; margin: 0 0 18px; }
h3 { font-size: 20px; margin: 0 0 10px; }
.hero-lead { font-size: 20px; color: #4b5a68; max-width: 680px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.microcopy { color: var(--muted); font-size: 14px; margin-top: 16px; }

.product-preview {
  background: var(--navy); border-radius: 24px; padding: 14px;
  box-shadow: 0 28px 70px rgba(11,31,51,.22);
  transform: rotate(1deg);
}
.preview-topbar { display: flex; gap: 7px; padding: 4px 5px 13px; }
.preview-topbar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.38); }
.preview-body { background: #f6f8fa; border-radius: 15px; padding: 24px; display: grid; gap: 16px; }
.preview-panel, .preview-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px; }
.preview-label, .preview-card span { color: var(--muted); margin: 0 0 8px; font-size: 13px; }
.preview-panel strong { font-size: 28px; color: var(--navy); }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 18px; }
.mini-grid div { background: var(--off-white); border-radius: 10px; padding: 12px; display: flex; flex-direction: column; }
.mini-grid span { font-size: 12px; color: var(--muted); }
.mini-grid b { color: var(--navy); font-size: 14px; }
.preview-bars { display: grid; gap: 10px; margin-top: 14px; }
.preview-bars i { height: 12px; background: linear-gradient(90deg, var(--orange), #e79a72); border-radius: 999px; }
.preview-note { color: #d8e0e7; font-size: 12px; text-align: center; margin: 12px 5px 4px; }

.section, .pain-section { padding: 90px 0; }
.pain-section { background: var(--off-white); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.light h2 { color: #fff; }
.card-grid.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 28px rgba(11,31,51,.06); }
.card-number { color: var(--orange); font-weight: 900; font-size: 13px; }
.card h3 { margin-top: 28px; }
.card p { color: var(--muted); margin-bottom: 0; }

.dark-section { background: var(--navy); color: #dce5ed; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.steps article { border-top: 2px solid rgba(255,255,255,.16); padding-top: 22px; }
.steps span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; }
.steps h3 { color: #fff; margin-top: 20px; }
.steps p { color: #b8c5d0; }

.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature-list article { border: 1px solid var(--border); border-radius: 14px; padding: 24px; }
.feature-list p { margin: 0; color: var(--muted); }
.notice { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--orange); background: #fff7f2; border-radius: 8px; }
.notice strong { color: var(--navy); white-space: nowrap; }

.pricing-section { background: #eef2f5; }
.pricing-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { padding: 8px 0 8px 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.pricing-card { background: #fff; border-radius: 22px; padding: 34px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.pricing-label { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
.price-row { display: flex; align-items: end; gap: 10px; margin: 14px 0 4px; }
.price { color: var(--navy); font-size: 62px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price-term { color: var(--muted); padding-bottom: 7px; }
.annual-price { display: flex; flex-direction: column; gap: 2px; padding: 18px 0 22px; border-top: 1px solid var(--border); margin-top: 18px; }
.annual-price strong { color: var(--navy); font-size: 20px; }
.annual-price span, .pricing-note { color: var(--muted); font-size: 13px; }
.pricing-note { text-align: center; margin: 14px 0 0; }

.audience-section { padding-top: 70px; padding-bottom: 70px; }
.pill-row { display: flex; gap: 12px; flex-wrap: wrap; }
.pill-row span { background: var(--navy); color: #fff; border-radius: 999px; padding: 11px 17px; font-weight: 750; }

.faq-section { background: var(--off-white); }
details { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 0 20px; margin-bottom: 12px; }
summary { cursor: pointer; padding: 20px 0; color: var(--navy); font-weight: 800; }
details p { color: var(--muted); margin-top: 0; padding-bottom: 18px; }

.final-cta { background: var(--orange); padding: 58px 0; }
.final-cta .eyebrow { color: #ffe6d7; }
.final-cta h2 { color: #fff; margin-bottom: 0; max-width: 780px; }
.final-cta-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.final-cta .button { background: var(--navy); border-color: var(--navy); white-space: nowrap; }

.site-footer { background: #071522; color: #b8c5d0; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr 1.2fr; gap: 34px; }
.site-footer strong { display: block; color: #fff; font-size: 20px; }
.footer-company { text-transform: uppercase; font-size: 11px; letter-spacing: .14em; color: var(--orange); font-weight: 900; }
.site-footer h3 { color: #fff; font-size: 14px; margin-bottom: 12px; }
.site-footer a { color: #b8c5d0; display: block; text-decoration: none; margin: 7px 0; overflow-wrap: anywhere; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

.page-hero { background: var(--navy); color: #fff; padding: 70px 0; }
.page-hero h1 { color: #fff; font-size: clamp(38px,5vw,58px); }
.page-hero p { color: #c5d0da; max-width: 760px; font-size: 18px; }
.page-content { padding: 70px 0 90px; }
.form-card, .legal-card { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 20px; padding: 34px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1/-1; }
label { color: var(--navy); font-weight: 750; }
input, select, textarea {
  width: 100%; border: 1px solid #bdc8d2; border-radius: 9px; padding: 13px 14px; background: #fff; color: var(--charcoal);
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(198,90,34,.18); border-color: var(--orange); }
.form-note { color: var(--muted); font-size: 13px; }
.form-status { display: none; margin-top: 16px; padding: 14px; background: #eef8f1; border: 1px solid #b8ddc4; border-radius: 8px; color: #225c35; }
.legal-card h2 { font-size: 28px; margin-top: 38px; }
.legal-card h2:first-child { margin-top: 0; }
.placeholder-warning { background: #fff3ec; border: 1px solid #f0c4a8; padding: 16px; border-radius: 10px; color: #7f3817; }

@media (max-width: 980px) {
  .menu-button {
    display: inline-flex; background: transparent; border: 1px solid rgba(255,255,255,.3);
    border-radius: 8px; color: #fff; padding: 8px 12px;
  }
  .site-nav {
    display: none; position: absolute; left: 20px; right: 20px; top: 68px;
    background: var(--navy-2); border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px; padding: 18px; flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .nav-login { border-left: 0; padding-left: 0; }
  .hero-grid, .pricing-grid { grid-template-columns: 1fr; }
  .product-preview { max-width: 680px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { padding: 64px 0; }
  h1 { font-size: 42px; }
  .card-grid.three, .feature-list, .steps, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .mini-grid { grid-template-columns: 1fr; }
  .section, .pain-section { padding: 68px 0; }
  .notice { flex-direction: column; }
  .final-cta-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .pricing-card, .form-card, .legal-card { padding: 24px; }
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  margin: 2px 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff3ec;
  color: var(--orange-dark);
  font-weight: 850;
  font-size: 13px;
  border: 1px solid #f0c4a8;
}
