
:root {
  --bg: #ffffff;
  --ink: #111827;
  --muted: #6b7280;
  --panel: #f3f4f6;
  --panel-strong: #e5e7eb;
  --accent: #d71920;
  --accent-dark: #a30f15;
  --line: #e5e7eb;
  --radius: 20px;
  --shadow: 0 22px 70px rgba(17, 24, 39, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; }
a { color: inherit; }
img, svg { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 800; letter-spacing: -.06em; }
.brand strong { display: block; font-size: 1rem; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .78rem; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: .95rem; }
.main-nav a { text-decoration: none; color: #374151; font-weight: 600; }
.main-nav a:hover { color: var(--accent); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 14px; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--accent); color: #fff !important; text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(215, 25, 32, .24); border: 1px solid transparent; }
.btn:hover { background: var(--accent-dark); }
.btn-secondary { background: #fff; color: var(--ink) !important; border-color: var(--line); box-shadow: none; }
.btn-secondary:hover { background: var(--panel); }
.btn-small { min-height: 38px; padding: 0 14px; font-size: .9rem; }
.hero { background: radial-gradient(circle at 85% 20%, rgba(215,25,32,.12), transparent 35%), linear-gradient(135deg, #f9fafb 0%, #fff 48%, #f3f4f6 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: 50px; padding: 70px 0; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .78rem; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.1; margin-top: 0; letter-spacing: -.03em; }
h1 { font-size: clamp(2.4rem, 5vw, 5rem); margin-bottom: 22px; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); margin-bottom: 16px; }
h3 { font-size: 1.18rem; margin-bottom: 10px; }
.lead { font-size: 1.18rem; color: #374151; max-width: 690px; }
.hero-actions, .button-row, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 32px; box-shadow: var(--shadow); }
.status-pill { display: inline-flex; padding: 8px 12px; background: #ecfdf5; color: #065f46; border-radius: 999px; font-weight: 800; font-size: .82rem; margin-bottom: 24px; }
.contact-list, .legal-list { display: grid; gap: 16px; margin: 0; }
.contact-list div, .legal-list div { border-top: 1px solid var(--line); padding-top: 14px; }
dt { color: var(--muted); font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: 4px 0 0; font-weight: 700; }
.section { padding: 86px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { max-width: 820px; }
.cards { display: grid; gap: 18px; }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; min-height: 210px; }
.card p { color: var(--muted); margin-bottom: 0; }
.card.light { background: #fff; min-height: 165px; }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--panel); color: var(--accent); font-weight: 900; font-size: 1.3rem; margin-bottom: 18px; }
.split-section { padding: 86px 0; background: #111827; color: #fff; }
.split-section p { color: #d1d5db; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 48px; align-items: center; }
.feature-list { display: grid; gap: 16px; }
.feature-list div { padding: 22px; border-radius: var(--radius); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: #d1d5db; margin-top: 4px; }
.muted { background: var(--panel); }
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 44px; align-items: start; }
.contact-panel, .legal-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 34px rgba(17,24,39,.06); }
.small-note { color: var(--muted); font-size: .92rem; }
.page-hero { padding: 72px 0 52px; background: linear-gradient(135deg, #f9fafb, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 4rem); margin-bottom: 12px; }
.page-hero p { max-width: 780px; color: #4b5563; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.legal-card h2 { font-size: 1.55rem; }
.table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(17,24,39,.06); }
.legal-table { width: 100%; border-collapse: collapse; min-width: 840px; }
.legal-table th, .legal-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table th { background: #111827; color: #fff; font-size: .9rem; }
.legal-table tr:last-child td { border-bottom: 0; }
.content-page { max-width: 820px; }
.content-page h2 { font-size: 1.5rem; margin-top: 36px; }
.site-footer { background: #0b1220; color: #e5e7eb; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.footer-brand .brand-mark { background: #fff; color: #111827; }
.site-footer p, .site-footer small { color: #9ca3af; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #fecaca; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #9ca3af; font-size: .9rem; }
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero-grid, .split-grid, .contact-grid, .legal-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .cards.four, .cards.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero-grid { padding: 46px 0; }
  .section { padding: 58px 0; }
  .cards.four, .cards.three { grid-template-columns: 1fr; }
  .hero-card, .contact-panel, .legal-card { padding: 22px; border-radius: 22px; }
  .btn { width: 100%; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* SEO content additions */
.faq-list { display: grid; gap: 14px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: 0 12px 34px rgba(17,24,39,.05); }
.faq-list summary { cursor: pointer; font-weight: 900; color: var(--ink); }
.faq-list p { color: var(--muted); margin-bottom: 0; }
