:root {
  --bg: #0d1621;
  --bg-soft: #f4f7fb;
  --text: #18222d;
  --muted: #5a6774;
  --line: #d9e1ea;
  --primary: #0076ff;
  --primary-dark: #005ecc;
  --white: #fff;
  --shadow: 0 18px 45px rgba(13, 22, 33, .12);
  --radius: 22px;
  --container: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.section { padding: 5.5rem 0; }
.section-alt { background: var(--bg-soft); }
.eyebrow { margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; font-weight: 800; color: var(--primary); }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.12; }
h1 { font-size: clamp(2.3rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.08rem; color: #dfe8f3; max-width: 62ch; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(13, 22, 33, .82);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 78px;
}
.brand img { width: 170px; height: auto; }
.site-nav { display: flex; gap: 1.2rem; align-items: center; }
.site-nav a { color: rgba(255,255,255,.9); font-weight: 600; }
.nav-toggle {
  display: none; border: 1px solid rgba(255,255,255,.18); background: transparent;
  color: #fff; padding: .75rem .9rem; border-radius: 12px;
}
.hero {
  position: relative; min-height: 84vh;
  background: url('../img/hero.jpg') center/cover no-repeat;
  color: #fff;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,22,33,.88) 0%, rgba(13,22,33,.72) 45%, rgba(13,22,33,.35) 100%);
}
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 84vh; align-items: center; }
.hero-copy { max-width: 740px; padding: 4rem 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0 1.35rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 1.2rem; border-radius: 999px; font-weight: 800;
  transition: .2s ease; border: 0; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.2); }
.btn-full { width: 100%; }
.hero-points {
  display: flex; flex-wrap: wrap; gap: 1rem 1.25rem; list-style: none; padding: 0; margin: 1.2rem 0 0;
  color: rgba(255,255,255,.92); font-weight: 600;
}
.trust-strip { background: #fff; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.trust-grid article { background: var(--bg-soft); padding: 1.25rem 1.35rem; border-radius: 18px; }
.trust-grid h2 { font-size: 1.1rem; margin-bottom: .35rem; }
.trust-grid p { color: var(--muted); margin: 0; }
.section-head { max-width: 760px; margin-bottom: 2rem; }
.section-head.narrow { max-width: 560px; }
.cards {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.35rem;
}
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.card img { aspect-ratio: 4 / 2.65; object-fit: cover; width: 100%; }
.card-copy { padding: 1.3rem; }
.card-copy p { color: var(--muted); }
.card-text { display: flex; }
.split {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center;
}
.rounded-image { border-radius: 28px; box-shadow: var(--shadow); min-height: 100%; object-fit: cover; }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin-top: 1.6rem; }
.stats div { background: #fff; border-radius: 18px; padding: 1rem 1.1rem; border: 1px solid var(--line); }
.stats strong { display: block; font-size: 1.8rem; }
.stats span { color: var(--muted); font-size: .95rem; }
.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.steps article { border: 1px solid var(--line); border-radius: 20px; padding: 1.4rem; background: #fff; }
.steps span {
  display: inline-flex; width: 46px; height: 46px; border-radius: 50%;
  align-items: center; justify-content: center; background: var(--bg); color: #fff; font-weight: 800;
  margin-bottom: 1rem;
}
.steps p { color: var(--muted); }
.cta-band { background: var(--bg); color: #fff; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1.5rem; }
.contact-card, .form-card {
  background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 1.5rem; box-shadow: var(--shadow);
}
.contact-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.contact-list li { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 0; }
.contact-form { display: grid; gap: 1rem; }
.field, .field-row { display: grid; gap: .45rem; }
.field-row { grid-template-columns: repeat(2,1fr); gap: 1rem; }
label { font-weight: 700; }
input, textarea {
  width: 100%; border: 1px solid #c7d3df; border-radius: 14px; padding: .95rem 1rem;
  font: inherit; color: var(--text); background: #fff;
}
textarea { resize: vertical; min-height: 150px; }
input:focus, textarea:focus { outline: 2px solid rgba(0,118,255,.18); border-color: var(--primary); }
.hidden-field { position: absolute; left: -9999px; opacity: 0; }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-weight: 500; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin-top: .2rem; }
.alert { padding: 1rem 1.1rem; border-radius: 16px; margin-bottom: 1rem; font-weight: 700; }
.alert-success { background: #eaf8ef; color: #0e6d34; border: 1px solid #badfc8; }
.alert-error { background: #fff0f0; color: #9d1a1a; border: 1px solid #f1c2c2; }
.site-footer { background: #08111b; color: rgba(255,255,255,.82); padding: 1.4rem 0 2rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; }
.footer-logo { width: 150px; margin-bottom: .5rem; }
.footer-nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.floating-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 30;
  background: #25d366; color: #fff; padding: .95rem 1rem; border-radius: 999px;
  font-weight: 800; box-shadow: 0 18px 35px rgba(37,211,102,.3);
}
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; top: calc(100% + .6rem); right: 1rem; left: 1rem;
    display: none; flex-direction: column; align-items: stretch; background: #111b27;
    border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: .8rem;
  }
  .site-nav.is-open { display: flex; }
  .trust-grid, .cards, .steps, .split, .contact-grid { grid-template-columns: 1fr; }
  .cta-grid, .footer-grid { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .section { padding: 4.25rem 0; }
  .field-row, .stats { grid-template-columns: 1fr; }
  .brand img { width: 145px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; }
  .floating-wa { right: 12px; bottom: 12px; padding: .82rem .95rem; }
}
