:root {
  --navy: #103d59;
  --navy-dark: #092c42;
  --blue: #1f5e7c;
  --yellow: #f7c928;
  --yellow-dark: #eeb600;
  --green: #16b85a;
  --text: #163b52;
  --muted: #60798a;
  --bg: #f5f8fa;
  --white: #ffffff;
  --border: #dbe4e9;
  --shadow: 0 18px 50px rgba(10, 45, 65, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16,61,89,.08);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { width: 112px; }
.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 130px 0 72px;
  background: #eef3f5;
}
.hero-bg {
  position: absolute;
  inset: 0 0 0 43%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.12) 40%),
    linear-gradient(145deg, #d9e2e5, #b7c8cf 55%, #e9eef0);
}
.hero-bg::before, .hero-bg::after {
  content: "";
  position: absolute;
  background: var(--yellow);
  opacity: .95;
}
.hero-bg::before { width: 80px; height: 420px; right: 10%; top: -80px; transform: rotate(28deg); }
.hero-bg::after { width: 55%; height: 85px; right: -10%; bottom: 55px; transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .78fr; align-items: center; gap: 70px; }
.hero-copy { padding-top: 35px; }
.eyebrow { display: inline-block; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: var(--yellow); }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.055em; margin: 18px 0 24px; color: var(--navy); }
h1 span, .cta-box h2 span { color: var(--yellow-dark); }
.hero-text { max-width: 610px; font-size: 1.18rem; color: #31556b; margin: 0 0 28px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; font-weight: 700; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; background: var(--yellow); border-radius: 50%; font-size: .8rem; }

.quote-card { background: rgba(255,255,255,.97); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); border: 1px solid rgba(16,61,89,.08); }
.quote-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #e9f6ef; color: var(--green); font-size: 1.6rem; font-weight: 800; }
.quote-card h2 { margin: 14px 0 5px; font-size: 1.7rem; color: var(--navy); }
.quote-card > p { margin: 0 0 22px; color: var(--muted); }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 700; }
.field input, .field select { width: 100%; border: 1px solid var(--border); background: #fff; border-radius: 11px; padding: 14px 15px; outline: none; color: var(--text); }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,94,124,.1); }
.btn-whatsapp, .btn-outline { min-height: 54px; border-radius: 11px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; }
.btn-whatsapp { width: 100%; border: 0; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 10px 24px rgba(22,184,90,.22); }
.btn-whatsapp:hover, .btn-outline:hover { transform: translateY(-2px); }
.wa-mark { font-size: 1.25rem; }
.privacy-note { display: block; text-align: center; margin-top: 10px; color: #8293a0; font-size: .72rem; }

.section { padding: 88px 0; }
.services { background: var(--bg); }
.section-heading { text-align: center; max-width: 750px; margin: 0 auto 52px; }
.section-heading h2 { margin: 12px 0 10px; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.service-card { text-align: center; padding: 25px 14px; background: #fff; border-radius: 18px; border: 1px solid #e7edf0; }
.service-icon { width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--navy); font-size: 1.65rem; font-weight: 800; }
.service-card h3 { margin: 0 0 5px; font-size: 1.02rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.cta-section { padding: 0 0 88px; background: var(--bg); }
.cta-box { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 46px 52px; background: var(--navy); border-radius: 22px; color: #fff; }
.cta-box::after { content: ""; position: absolute; right: -55px; top: -100px; width: 130px; height: 320px; background: var(--yellow); transform: rotate(23deg); }
.cta-box > div, .btn-outline { position: relative; z-index: 1; }
.cta-box h2 { margin: 10px 0 8px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.cta-box p { max-width: 600px; margin: 0; color: #d7e3e9; }
.btn-outline { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; background: var(--green); border: 2px solid rgba(255,255,255,.7); color: #fff; }

footer { background: var(--navy-dark); color: #fff; padding: 38px 0; }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 22px; }
.footer-brand img { width: 88px; filter: brightness(0) invert(1); }
.footer-brand p { margin: 0; color: #d4e0e6; border-left: 1px solid rgba(255,255,255,.25); padding-left: 22px; }
.footer-points { display: flex; gap: 28px; font-weight: 700; color: #d4e0e6; }

@media (max-width: 900px) {
  .hero { padding-top: 110px; }
  .hero-bg { inset: 0; opacity: .35; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; max-width: 680px; }
  .hero-copy { padding-top: 0; }
  .quote-card { max-width: 620px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 520px); }
  .nav { height: 70px; }
  .brand img { width: 86px; }
  .nav-whatsapp { padding: 10px 13px; font-size: .78rem; }
  .hero { min-height: auto; padding: 100px 0 45px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.1rem); }
  .hero-text { font-size: 1rem; }
  .quote-card { padding: 24px 20px; border-radius: 18px; }
  .section { padding: 62px 0; }
  .section-heading { margin-bottom: 34px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .service-card { padding: 20px 10px; }
  .service-card:last-child { grid-column: 1 / -1; max-width: 260px; width: 100%; margin: auto; }
  .cta-section { padding-bottom: 62px; }
  .cta-box { padding: 32px 24px; border-radius: 18px; }
  .btn-outline { width: 100%; }
  .footer-content, .footer-brand { flex-direction: column; align-items: flex-start; }
  .footer-brand p { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 14px 0 0; }
  .footer-points { flex-wrap: wrap; gap: 10px 20px; font-size: .86rem; }
}
