:root {
  --bg: #2b0b0b;
  --bg-soft: #fcf6f6;
  --text: #1b1414;
  --muted: #5a4b4b;
  --primary: #741515;
  --primary-dark: #561010;
  --accent: #b33a3a;
  --white: #ffffff;
  --border: #ecdede;
  --shadow: 0 20px 50px rgba(116, 21, 21, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(236,222,222,0.9);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  gap: 24px;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-img { width: 56px; height: auto; }
.logo-text { font-weight: 800; font-size: 1.15rem; }
nav { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
nav a { color: var(--muted); font-weight: 600; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.2s ease;
  border: none;
  cursor: pointer;
}
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { border: 1px solid var(--border); color: var(--text); }
.btn-nav { background: var(--primary); color: var(--white); padding: 10px 16px; }
.btn-cta { background: var(--white); color: var(--primary); }
.hero {
  background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
  padding: 90px 0 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
.hero-visual { position: relative; }
.hero-photo {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 24px;
}
.eyebrow {
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}
.cta-eyebrow { color: #ffd3d3; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 16px; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 22px; }
.trust-list {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  flex-wrap: wrap;
}
.card, .check-panel, .step, .cta-box, .contact-box, .contact-form, .legal-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.section { padding: 84px 0; }
.section-alt { background: var(--bg-soft); }
.section-head { max-width: 820px; margin-bottom: 32px; }
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.card { padding: 0 0 28px; overflow: hidden; }
.card-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 22px;
}
.card h3, .card p, .card ul { padding-left: 24px; padding-right: 24px; }
.card ul, .check-panel ul, .hero-card ul { padding-left: 42px; }
.two-col, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.check-panel, .contact-box, .contact-form, .legal-box { padding: 28px; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.step { padding: 24px; }
.step span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f4d7d7;
  color: var(--primary-dark);
  font-weight: 800;
  margin-bottom: 14px;
}
.cta { padding-top: 20px; }
.cta-box {
  background: linear-gradient(135deg, #4a0d0d, #741515);
  color: var(--white);
  padding: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.cta-title, .cta-text { color: var(--white); }
.success-message {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #effcf3 0%, #dff5e7 100%);
  border: 2px solid #7ecb95;
  color: #155b2e;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(38, 122, 65, 0.12);
}
.success-message strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.02rem;
}
.error-message {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff1f1 0%, #ffe1e1 100%);
  border: 2px solid #e39a9a;
  color: #842626;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(140, 34, 34, 0.10);
}
.captcha-box {
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  background: #faf7f7;
  border: 1px solid var(--border);
}
.contact-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 14px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  font: inherit;
}
.form-note {
  font-size: 0.92rem;
  color: var(--muted);
  margin-top: 14px;
}
.footer {
  background: #1e0c0c;
  color: #e7dada;
  padding: 48px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}
.footer h3, .footer h4 { color: var(--white); }
.footer ul { padding-left: 18px; }
.footer a { color: #ffb4b4; }
.legal-page {
  min-height: 100vh;
  background: var(--bg-soft);
  padding: 48px 0;
}
.legal-box { max-width: 900px; }
@media (max-width: 920px) {
  .hero-grid, .two-col, .footer-grid, .steps, .cards, .contact-grid { grid-template-columns: 1fr; }
  .cta-box { flex-direction: column; align-items: flex-start; }
  .hero-card { position: static; margin-top: 16px; }
  .hero-photo { min-height: 320px; }
}
@media (max-width: 640px) {
  .nav { flex-direction: column; align-items: flex-start; }
  nav { gap: 14px; }
  .hero { padding-top: 56px; }
  .logo-img { width: 48px; }
}
