:root {
  --bg: #070707;
  --surface: #0e0e0f;
  --surface-2: #141416;
  --text: #f7f7f7;
  --muted: #a8a8ad;
  --red: #c4111c;
  --red-strong: #ee1b2b;
  --border: rgba(255,255,255,.09);
  --shadow: 0 24px 70px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background:
    radial-gradient(circle at 85% 10%, rgba(196,17,28,.14), transparent 28%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,7,7,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .08em; font-size: .94rem; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 10px; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(238,27,43,.45); border-radius: 12px; color: #fff; background: rgba(196,17,28,.08); font-weight: 700; transition: .2s ease; }
.nav-cta:hover { background: rgba(196,17,28,.18); transform: translateY(-1px); }

.hero { padding: 92px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 58px; }
.eyebrow { display: inline-block; color: #ff5360; font-size: .76rem; font-weight: 800; letter-spacing: .17em; margin-bottom: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 24px; max-width: 780px; }
h1 span { color: var(--red-strong); }
.hero-copy > p { color: var(--muted); max-width: 690px; font-size: 1.08rem; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 25px; }
.btn { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--red-strong), #a90914); color: #fff; box-shadow: 0 12px 28px rgba(196,17,28,.28); }
.btn-ghost { border-color: var(--border); background: rgba(255,255,255,.03); color: #fff; }
.mini-points { display: flex; gap: 18px; flex-wrap: wrap; color: #c7c7cb; font-size: .88rem; }

.hero-card { position: relative; min-height: 480px; background: linear-gradient(180deg, #101012, #090909); border: 1px solid var(--border); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); display: grid; place-items: center; }
.hero-card .glow { position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(220,12,28,.22); filter: blur(60px); }
.hero-card img { width: min(84%, 420px); border-radius: 26px; position: relative; z-index: 2; }
.hero-card-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 3; padding: 16px 18px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--border); background: rgba(10,10,10,.72); backdrop-filter: blur(12px); border-radius: 16px; }
.hero-card-caption span { color: var(--muted); }

.services, .steps-section, .quote-section { padding: 86px 0; }
.services { background: #0a0a0b; border-block: 1px solid var(--border); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading h2, .quote-copy h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 14px; }
.section-heading p, .quote-copy p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; background: linear-gradient(180deg, #111113, #0d0d0e); border: 1px solid var(--border); border-radius: 22px; }
.service-card .icon { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 25px; border-radius: 12px; background: rgba(196,17,28,.14); color: #ff5360; font-weight: 800; }
.service-card h3 { margin-bottom: 9px; font-size: 1.15rem; }
.service-card p { color: var(--muted); margin-bottom: 0; font-size: .95rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.02); }
.step b { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--red); }
.step span { display: grid; gap: 4px; }
.step small { color: var(--muted); font-size: .88rem; line-height: 1.5; }

.quote-section { background: linear-gradient(180deg, #090909, #0c0c0d); border-top: 1px solid var(--border); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.quote-copy { position: sticky; top: 110px; }
.notice { margin-top: 28px; padding: 18px; border-left: 3px solid var(--red-strong); background: rgba(196,17,28,.07); color: #d0d0d3; border-radius: 0 12px 12px 0; }
.quote-form { padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: #101012; box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-size: .9rem; font-weight: 700; color: #dedee1; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: #09090a; color: #fff; padding: 14px 15px; outline: none; transition: .2s ease; }
.field textarea { resize: vertical; min-height: 145px; }
.field input:focus, .field textarea:focus { border-color: rgba(238,27,43,.7); box-shadow: 0 0 0 3px rgba(238,27,43,.09); }
.form-error { min-height: 22px; color: #ff7b84; font-size: .88rem; margin-bottom: 8px; }
.btn-full { width: 100%; border: 0; }
.privacy { display: block; color: #77777e; text-align: center; margin-top: 12px; font-size: .76rem; }

footer { border-top: 1px solid var(--border); background: #070707; }
.footer-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; border-radius: 10px; }
.footer-brand span { display: grid; }
.footer-brand small, .footer-inner p { color: #7e7e84; font-size: .82rem; margin: 0; }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #082d17; font-weight: 900; box-shadow: 0 16px 32px rgba(0,0,0,.35); }

@media (max-width: 900px) {
  .hero { padding-top: 62px; }
  .hero-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .hero-card { min-height: 390px; }
  .cards, .steps { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header .brand span { display: none; }
  .nav-wrap { min-height: 64px; }
  .nav-cta { padding: 9px 12px; font-size: .86rem; }
  .hero { padding: 48px 0 52px; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .mini-points { display: grid; gap: 7px; }
  .hero-card { min-height: 330px; border-radius: 22px; }
  .hero-card-caption { font-size: .82rem; left: 14px; right: 14px; bottom: 14px; }
  .services, .steps-section, .quote-section { padding: 58px 0; }
  .quote-form { padding: 20px; border-radius: 20px; }
  .footer-inner { padding: 28px 0; flex-direction: column; align-items: flex-start; }
}
