:root {
  color-scheme: light;
  --charcoal: #171717;
  --black: #050505;
  --solar-red: #d94135;
  --solar-orange: #e7682e;
  --warm-gray: #f5f1ed;
  --soft-red: #fff0ed;
  --ink: #1d1d1d;
  --muted: #65615d;
  --line: #e3ddd7;
  --bg: #fbf8f4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 23, 23, 0.13);
}

* { 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(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 244, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(227, 221, 215, 0.85);
}

.nav {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: min(245px, 52vw);
  height: auto;
}

.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-weight: 650; }
.nav-links a:hover { color: var(--solar-red); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--solar-red), var(--solar-orange));
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(217, 65, 53, 0.24);
}
.button:hover { transform: translateY(-1px); }
.button-secondary { background: var(--white); color: var(--solar-red); border: 1px solid var(--line); box-shadow: none; }
.button-small { min-height: 40px; padding: 0 16px; font-size: 0.92rem; }

.hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 86px 24px 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--solar-red);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

h1, h2, h3 { color: var(--charcoal); line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); letter-spacing: -0.06em; max-width: 920px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -0.045em; }
h3 { font-size: 1.25rem; }
p { margin: 0; }

.hero-copy {
  margin-top: 24px;
  max-width: 720px;
  font-size: 1.22rem;
  color: var(--muted);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.hero-logo {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 0 28px;
}
.hero-card h2 { font-size: 1.65rem; margin-bottom: 22px; }
ul { padding-left: 1.2rem; margin: 0; }
.hero-card li { margin: 12px 0; color: var(--muted); }

.section { max-width: 1160px; margin: 0 auto; padding: 78px 24px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; margin-top: 16px; }

.grid { display: grid; gap: 18px; }
.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  min-height: 170px;
}
.card p { color: var(--muted); margin-top: 12px; }
.card-feature {
  border-color: rgba(217, 65, 53, 0.28);
  background: linear-gradient(180deg, var(--white), var(--soft-red));
  box-shadow: 0 18px 46px rgba(217, 65, 53, 0.1);
}
.card-feature h3 { color: var(--solar-red); }

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
  background: linear-gradient(135deg, var(--black), #2b2420);
  color: var(--white);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1160px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1160px) / 2 + 24px));
}
.split h2 { color: var(--white); }
.split p, .split li { color: #efe4dc; }
.check-list { margin-top: 22px; list-style: none; padding: 0; }
.check-list li { margin: 12px 0; padding-left: 28px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--solar-orange); font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.step span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--soft-red); color: var(--solar-red); font-weight: 900; margin-bottom: 22px; }
.step p { color: var(--muted); margin-top: 12px; }

.contact-section {
  max-width: 1160px;
  margin: 48px auto 86px;
  padding: 54px 28px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--black), #3a201a);
  color: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}
.contact-section h2 { color: var(--white); }
.contact-copy p:not(.eyebrow) { color: #efe4dc; margin-top: 16px; }
.contact-form {
  background: var(--white);
  color: var(--ink);
  border-radius: 24px;
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-form label { display: grid; gap: 7px; font-weight: 800; color: var(--charcoal); }
.contact-form label:has(textarea), .contact-form button { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--bg);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 3px solid rgba(217, 65, 53, 0.18);
  border-color: var(--solar-red);
}
.hidden-field { display: none; }

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.thank-you-card {
  max-width: 760px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 46px;
  box-shadow: var(--shadow);
}
.thank-you-card p:not(.eyebrow) { color: var(--muted); margin: 18px 0 28px; }

.footer { border-top: 1px solid var(--line); padding: 26px 24px; text-align: center; color: var(--muted); }

@media (max-width: 860px) {
  .nav { align-items: flex-start; }
  .nav-links { display: none; }
  .hero, .split, .contact-section { grid-template-columns: 1fr; }
  .cards, .steps, .contact-form { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
}
