:root {
  --ink: #1a1d24;
  --bone: #faf6ef;
  --paper: #ffffff;
  --ember: #d63a3a;
  --ember-dark: #a52a2a;
  --sun: #f2c14e;
  --smoke: #5a6173;
  --line: #e7e0d2;
  --line-strong: #c9c0ad;
  --shadow-sm: 0 2px 8px rgba(26, 29, 36, 0.06);
  --shadow: 0 10px 24px rgba(26, 29, 36, 0.08);
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: var(--bone);
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 6.5rem 0; position: relative; }

.standard-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(214, 58, 58, 0.08);
  color: var(--ember);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.narrow-heading { max-width: 700px; }
.section-heading h2,
.split-layout h2,
.final-cta-card h2,
.quote-copy h2,
.chatbot-grid h2 {
  margin: 1rem 0 1rem;
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--ink);
}

.section-heading p,
.section-intro-small,
.section-body p,
.final-cta-card p,
.quote-copy p,
.chatbot-grid p,
.service-card p,
.benefit-card p,
.process-card p,
.area-cards p,
.site-footer p,
.site-footer li,
.form-feedback {
  color: var(--smoke);
  font-size: 1rem;
  line-height: 1.75;
}

/* ---------- Topbar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 246, 239, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 78px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(214, 58, 58, 0.28);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.43) translateY(3%);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong {
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.brand-copy span {
  color: var(--smoke);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.3rem;
  font-weight: 600;
}
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--ember); }
.nav-call {
  padding: 0.75rem 1.15rem;
  background: var(--ember) !important;
  color: var(--paper) !important;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(214, 58, 58, 0.25);
  font-size: 0.92rem !important;
  font-weight: 700 !important;
}
.nav-call:hover { background: var(--ember-dark) !important; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 999px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  background:
    radial-gradient(circle at 85% 10%, rgba(242, 193, 78, 0.18), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(214, 58, 58, 0.06), transparent 40%),
    var(--bone);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.75rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ember);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.hero-copy h1 {
  margin: 1.25rem 0 1.1rem;
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 5.5vw, 4.75rem);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  max-width: 14ch;
  color: var(--ink);
}
.hero-copy h1 .accent { color: var(--ember); }
.hero-lead {
  margin: 0;
  max-width: 58ch;
  color: var(--smoke);
  font-size: 1.08rem;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.btn-primary {
  background: var(--ember);
  color: var(--paper);
  box-shadow: 0 8px 18px rgba(214, 58, 58, 0.28);
}
.btn-primary:hover { background: var(--ember-dark); transform: translateY(-1px); box-shadow: 0 12px 22px rgba(214, 58, 58, 0.32); }
.btn-secondary {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-secondary:hover { border-color: var(--ink); }
.btn-secondary.dark {
  background: var(--ink);
  color: var(--bone);
  border-color: var(--ink);
}
.btn-secondary.dark:hover { background: #000; }
.full-width { width: 100%; }

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.hero-points div {
  padding: 1.1rem 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.hero-points strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--ink);
}
.hero-points span { color: var(--smoke); font-size: 0.94rem; line-height: 1.65; }

.hero-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 1.35rem;
}
.hero-card-top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--smoke);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.hero-card-top p { margin: 0; }
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2bb673;
  box-shadow: 0 0 0 4px rgba(43, 182, 115, 0.2);
}

.hero-visual {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(214, 58, 58, 0.04) 0%, rgba(242, 193, 78, 0.08) 100%);
  border: 1px solid var(--line);
  padding: 2.5rem 1.5rem;
  display: grid;
  place-items: center;
  min-height: 300px;
}
.hero-character {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26, 29, 36, 0.18);
  display: block;
}
.hero-character img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.43) translateY(3%); }
.hero-visual-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smoke);
}
.hero-visual-tag {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.45rem 0.85rem;
  background: var(--ink);
  color: var(--sun);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.1rem;
}
.hero-metrics article {
  padding: 0.95rem;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.hero-metrics strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--ink);
}
.hero-metrics span { color: var(--smoke); font-size: 0.88rem; line-height: 1.55; }

/* ---------- Trust strip ---------- */
.trust-strip { padding: 1.75rem 0 0; }
.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.trust-strip-inner span {
  display: grid;
  place-items: center;
  min-height: 84px;
  padding: 1rem;
  text-align: center;
  border-radius: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: var(--shadow-sm);
}

/* ---------- Layout primitives ---------- */
.split-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: start;
}
.section-body { display: grid; gap: 1rem; }
.section-body p { color: var(--smoke); font-size: 1.02rem; line-height: 1.85; }
.compact-left { text-align: left; }
.services-grid,
.benefits-grid,
.process-grid,
.area-cards,
.footer-grid,
.chatbot-grid,
.quote-grid,
.form-row {
  display: grid;
  gap: 1.25rem;
}
.services-grid { grid-template-columns: repeat(4, 1fr); }
.service-card,
.benefit-card,
.process-card,
.area-cards article { padding: 1.5rem; }
.service-card h3,
.benefit-card h3,
.process-card h3,
.area-cards h3,
.site-footer h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.services-section { background: var(--paper); }
.why-section { background: transparent; }
.benefits-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.75rem;
}
.pill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 2rem;
}
.pill-grid span {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: 0.95rem;
}
.pill-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ember);
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.process-grid { grid-template-columns: repeat(3, 1fr); }
.process-section { background: var(--paper); }
.step-number {
  display: inline-flex;
  margin-bottom: 0.75rem;
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  color: var(--ember);
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.area-cards { grid-template-columns: repeat(2, 1fr); }
.area-section { background: var(--paper); }

/* ---------- FAQ ---------- */
.faq-container { max-width: 860px; }
.faq-list { display: grid; gap: 0.75rem; }
.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  transition: border-color 0.12s ease;
}
.faq-list details[open] { border-color: var(--line-strong); }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  padding-right: 2rem;
  position: relative;
  color: var(--ink);
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  color: var(--ember);
  font-size: 1.3rem;
  font-weight: 700;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0.75rem 0 0; color: var(--smoke); line-height: 1.8; }
.faq-list a { color: var(--ember); font-weight: 600; }

/* ---------- Final CTA ---------- */
.final-cta-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  padding: 2.25rem;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 22px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.final-cta-card::before {
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: 50%; height: 140%;
  background: radial-gradient(circle, rgba(214, 58, 58, 0.18), transparent 60%);
  pointer-events: none;
}
.final-cta-card > * { position: relative; z-index: 1; }
.final-cta-card .section-tag {
  background: rgba(242, 193, 78, 0.15);
  color: var(--sun);
}
.final-cta-card h2 { color: var(--paper); }
.final-cta-card p { color: rgba(250, 246, 239, 0.78); }
.final-cta-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
}

/* ---------- Quote ---------- */
.quote-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}
.contact-stack {
  display: grid;
  gap: 0.85rem;
  margin: 1.75rem 0 0;
}
.contact-stack a,
.contact-stack div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
}
.contact-stack strong {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ember);
  font-weight: 700;
}
.contact-stack span { color: var(--ink); font-weight: 600; font-size: 1rem; }
.quote-form { padding: 1.75rem; }
.quote-form label {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
}
.form-row { grid-template-columns: repeat(2, 1fr); }
.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  color: var(--ink);
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(214, 58, 58, 0.12);
}
.form-feedback { min-height: 1.5em; margin: 0.8rem 0 0; font-weight: 600; color: var(--ember); }

/* ---------- Chatbot ---------- */
.chatbot-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}
.chatbot-card { overflow: hidden; padding: 0; }
.chatbot-header {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}
.chatbot-header strong {
  display: block;
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  color: var(--sun);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.05rem;
}
.chatbot-header span {
  color: rgba(250, 246, 239, 0.65);
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}
.chatbot-messages {
  padding: 1.1rem;
  min-height: 200px;
  background: var(--bone);
}
.chat-bubble {
  max-width: 88%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  line-height: 1.65;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.chat-bubble.assistant {
  background: var(--paper);
  border: 1px solid var(--line);
}
.chat-bubble.user {
  margin-left: auto;
  background: var(--ember);
  color: var(--paper);
  font-weight: 500;
}
.chatbot-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.chatbot-quick-actions button {
  border: 1px solid var(--line-strong);
  background: var(--bone);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.chatbot-quick-actions button:hover {
  background: var(--ember);
  color: var(--paper);
  border-color: var(--ember);
}

/* ---------- Footer ---------- */
.site-footer {
  padding: 3.5rem 0 4rem;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}
.site-footer p { color: rgba(250, 246, 239, 0.7); }
.site-footer a { text-decoration: none; color: rgba(250, 246, 239, 0.85); }
.site-footer a:hover { color: var(--sun); }
.site-footer li { color: rgba(250, 246, 239, 0.7); font-size: 0.95rem; }
.site-footer h3 {
  color: var(--sun);
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; }
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.footer-brand .brand-copy strong { color: var(--paper); }
.footer-brand .brand-copy span { color: rgba(250, 246, 239, 0.55); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero-grid,
  .split-layout,
  .final-cta-card,
  .quote-grid,
  .chatbot-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .services-grid,
  .benefits-grid,
  .process-grid,
  .trust-strip-inner,
  .hero-metrics,
  .pill-grid,
  .area-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .menu-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    gap: 0.9rem;
  }
  .site-nav.open { display: flex; }
  .hero-copy h1 { max-width: 100%; }
  .hero-points,
  .services-grid,
  .benefits-grid,
  .process-grid,
  .trust-strip-inner,
  .hero-metrics,
  .pill-grid,
  .area-cards,
  .form-row,
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 5rem 0; }
  .container { width: min(var(--container), calc(100% - 1.1rem)); }
  .hero { padding-top: 2.5rem; }
  .hero-actions .btn,
  .final-cta-actions .btn,
  .nav-call { width: 100%; }
  .quote-form,
  .hero-card,
  .final-cta-card { padding: 1.25rem; }
  .hero-character { width: 160px; height: 160px; }
}
