:root {
  --bg: #fbf7ef;
  --ink: #171411;
  --muted: #6c6258;
  --card: #ffffff;
  --line: rgba(23, 20, 17, 0.12);
  --accent: #d85b2a;
  --accent-dark: #a73f1c;
  --cream: #fff4df;
  --dark: #15110e;
  --shadow: 0 24px 80px rgba(42, 29, 16, 0.15);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.skip-link { position: absolute; left: -999px; top: 8px; padding: 10px 14px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 239, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.04em; font-size: 1.25rem; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--ink); color: var(--cream); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 700; color: #3a3028; }
.nav-links a { transition: color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { padding: 10px 16px; background: var(--ink); color: white !important; border-radius: 999px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--card); border-radius: 999px; padding: 9px 14px; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding-top: 96px; }
.hero::before { content: ""; position: absolute; inset: -20% -20% auto auto; width: 620px; height: 620px; border-radius: 999px; background: radial-gradient(circle, rgba(216,91,42,.23), transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--accent); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin: 0 0 12px; }
.eyebrow.light { color: #ffb18b; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 8vw, 5.7rem); line-height: .92; letter-spacing: -0.085em; margin-bottom: 24px; }
h2 { font-size: clamp(2.1rem, 4.5vw, 3.65rem); line-height: .98; letter-spacing: -0.07em; margin-bottom: 18px; }
h3 { line-height: 1.12; letter-spacing: -0.04em; }
.hero-text, .section-intro { color: var(--muted); font-size: 1.12rem; max-width: 620px; }
.center-intro { margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--accent); color: white; box-shadow: 0 18px 42px rgba(216,91,42,.28); }
.btn.primary:hover { background: var(--accent-dark); }
.btn.secondary { background: white; color: var(--ink); border-color: var(--line); }
.btn.full { width: 100%; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; color: #564c43; font-size: .9rem; font-weight: 800; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.56); }

.hero-card { position: relative; background: linear-gradient(145deg, #27201b, #0f0c0a); padding: 18px; border-radius: 34px; box-shadow: var(--shadow); transform: rotate(1deg); }
.browser-bar { display: flex; gap: 8px; padding: 8px 0 18px; }
.browser-bar span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.3); }
.mock-site { background: #fffaf2; border-radius: 24px; padding: 28px; min-height: 440px; overflow: hidden; }
.mock-header { width: 45%; height: 18px; border-radius: 999px; background: #241c17; margin-bottom: 54px; }
.mock-title { width: 90%; height: 70px; border-radius: 18px; background: linear-gradient(90deg, #1e1712, #d85b2a); margin-bottom: 18px; }
.mock-text, .mock-text.short { height: 14px; border-radius: 999px; background: #dfd1bd; margin-bottom: 12px; }
.mock-text { width: 78%; } .mock-text.short { width: 52%; }
.mock-buttons { display: flex; gap: 12px; margin: 30px 0 42px; }
.mock-buttons span { width: 136px; height: 44px; border-radius: 999px; background: var(--accent); }
.mock-buttons span:nth-child(2) { background: #efe2cd; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mock-cards span { height: 120px; border-radius: 18px; background: #ead9bf; }
.floating-note { position: absolute; right: -16px; bottom: 28px; width: 230px; padding: 18px; background: white; border-radius: 22px; box-shadow: var(--shadow); }
.floating-note strong, .floating-note span { display: block; }
.floating-note span { color: var(--muted); font-size: .88rem; margin-top: 4px; }

.logos-section { padding-top: 0; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card, .price-card, .steps article, .lead-form, .faq-list details, .term-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 14px 40px rgba(42, 29, 16, 0.06); }
.icon { display: inline-flex; color: var(--accent); font-weight: 900; margin-bottom: 18px; }
.feature-card p, .steps p, .faq-list p { color: var(--muted); margin-bottom: 0; }
.dark-section { background: var(--dark); color: white; }
.dark-section p { color: rgba(255,255,255,.72); }
.proof-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; }
.stats-card { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stats-card div { padding: 24px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.stats-card strong { display: block; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -0.06em; }
.stats-card span { color: rgba(255,255,255,.68); font-weight: 700; }
.section-heading { max-width: 760px; margin: 0 auto 36px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.price-card.featured { background: #16110e; color: white; transform: translateY(-12px); }
.price-card.featured .muted, .price-card.featured li { color: rgba(255,255,255,.72); }
.plan { font-weight: 900; color: var(--accent); }
.price-card h3 { font-size: 2.45rem; margin-bottom: 8px; }
ul { padding-left: 20px; margin: 22px 0; color: var(--muted); }
li { margin-bottom: 10px; }
.price-card .btn { margin-top: auto; }
.pricing-note { text-align: center; color: var(--muted); margin-top: 22px; }
.service-area-section { background: var(--dark); color: white; }
.service-area-section p { color: rgba(255,255,255,.72); }
.service-area-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: start; }
.service-area-grid p:last-child { margin-bottom: 0; }
.terms-section { background: #fffaf2; }
.term-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.term-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.term-card p { color: var(--muted); margin-bottom: 0; }
.soft-section { background: #fff1dc; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: var(--accent); color: white; font-weight: 900; margin-bottom: 20px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; }
.faq-list { display: grid; gap: 12px; }
.faq-list summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
.faq-list p { padding-top: 12px; }
.contact-section { background: var(--dark); color: white; }
.contact-section p { color: rgba(255,255,255,.72); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 22px; margin-top: 26px; }
.contact-card p { margin: 0 0 6px; }
.contact-card a { color: #ffb18b; font-weight: 900; font-size: 1.2rem; }
.contact-card small { display: block; color: rgba(255,255,255,.55); margin-top: 8px; }
.lead-form { background: white; color: var(--ink); }
.company-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.lead-form label { display: grid; gap: 8px; font-weight: 900; margin-bottom: 16px; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; background: #fffaf2; outline: none; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(216,91,42,.12); }
.lead-form textarea { min-height: 130px; resize: vertical; }
.form-status { color: var(--muted) !important; font-weight: 800; margin: 12px 0 0; }
.site-footer { padding: 34px 0; background: #0e0b09; color: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-grid p { color: rgba(255,255,255,.62); margin: 0; }
.footer-grid a:last-child { color: #ffb18b; font-weight: 800; }

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 10px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-cta { text-align: center; }
  .hero-grid, .split, .proof-grid, .faq-grid, .contact-grid, .service-area-grid { grid-template-columns: 1fr; }
  .pricing-grid, .steps, .term-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .feature-grid, .stats-card { grid-template-columns: 1fr; }
  .floating-note { position: static; width: auto; margin-top: 14px; }
  .hero-card { transform: none; }
  .section { padding: 64px 0; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1120px); }
  h1 { font-size: 3.05rem; }
  .hero-actions .btn { width: 100%; }
  .mock-site { min-height: 330px; padding: 20px; }
  .mock-title { height: 54px; }
  .mock-cards { grid-template-columns: 1fr; }
}
