:root {
  --navy: #062c5b;
  --navy-2: #0a3b74;
  --navy-soft: #315274;
  --orange: #f28c00;
  --orange-2: #ffad2f;
  --paper: #f7f8f6;
  --white: #fff;
  --ink: #102a43;
  --muted: #66788a;
  --line: #dce4ea;
  --green: #1ba875;
  --shadow: 0 24px 70px rgba(6, 44, 91, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header,
.hero,
.advantages,
.contact,
footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo-link { flex: 0 0 auto; display: block; }
.logo-link img { display: block; width: 220px; height: auto; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.site-header nav a { color: var(--navy-soft); text-decoration: none; font-size: .82rem; font-weight: 700; }
.site-header nav a:hover { color: var(--orange); }
.header-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid rgba(6,44,91,.16); border-radius: 999px; color: var(--navy); text-decoration: none; font-size: .76rem; font-weight: 800; background: white; }

.hero { position: relative; min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .76fr); align-items: center; gap: clamp(54px, 8vw, 112px); padding: 76px 0 110px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 570px; height: 570px; left: -380px; top: 28px; border: 1px solid rgba(242,140,0,.12); border-radius: 50%; box-shadow: 0 0 0 82px rgba(242,140,0,.035), 0 0 0 160px rgba(6,44,91,.018); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 400px; height: 400px; right: -270px; bottom: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(242,140,0,.12), transparent 68%); }
.location-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(6,44,91,.1); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; }
.location-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242,140,0,.13); }
.hero h1 { max-width: 680px; margin: 24px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.55rem, 6.8vw, 6.8rem); font-weight: 500; line-height: .92; letter-spacing: -.06em; }
.hero h1 em { color: var(--orange); font-weight: 500; }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: var(--navy-soft); font-size: 1.08rem; line-height: 1.67; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 0; border-radius: 13px; text-decoration: none; font-size: .82rem; font-weight: 850; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(6,44,91,.2); }
.button-primary:hover { background: var(--navy-2); box-shadow: 0 18px 36px rgba(6,44,91,.24); }
.button-ghost { border: 1px solid rgba(6,44,91,.15); color: var(--navy); background: rgba(255,255,255,.7); }
.button-ghost svg { width: 18px; fill: var(--green); }
.proof-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.proof-row div { display: grid; gap: 2px; }
.proof-row strong { color: var(--navy); font-size: 1rem; }
.proof-row span { color: var(--muted); font-size: .68rem; }

.simulator-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(6,44,91,.08); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.simulator-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -90px; top: -100px; border-radius: 50%; background: rgba(242,140,0,.1); }
.mini-label { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.simulator-heading h2 { max-width: 390px; margin: 8px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.simulator-heading p { margin: 11px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.field { display: grid; gap: 8px; margin-top: 18px; color: var(--navy-soft); font-size: .72rem; font-weight: 750; }
.featured-field { margin-top: 24px; }
.input-box { min-height: 49px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; background: #fbfcfd; transition: border-color .18s, box-shadow .18s; }
.input-box:focus-within, .lead-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,140,0,.1); }
.input-box input, .input-box select { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--navy); background: transparent; font-weight: 800; }
.input-box b { flex: 0 0 auto; color: var(--muted); font-size: .68rem; }
.featured-field .input-box { min-height: 62px; padding-inline: 17px; border-width: 1.5px; }
.featured-field input { font-size: 1.6rem; }
.form-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: 12px; }
.select-box select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%); background-position: calc(100% - 8px) 50%, calc(100% - 3px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.error { min-height: 1em; color: #b53b2f; }
.calculate-button { width: 100%; margin-top: 20px; }
.calculate-button span { font-size: 1rem; }
.result-panel { display: none; margin-top: 22px; padding: 21px; border-radius: 18px; color: white; background: linear-gradient(145deg, var(--navy), #041e3c); }
.result-panel.visible { display: block; animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.result-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.15); }
.result-top > span { color: rgba(255,255,255,.62); font-size: .7rem; }
.result-top > strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.15rem; font-weight: 500; line-height: 1; }
.result-top small { font-family: inherit; font-size: .68rem; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 17px; }
.result-grid div { display: grid; gap: 4px; }
.result-grid span { color: rgba(255,255,255,.58); font-size: .62rem; }
.result-grid strong { font-size: .78rem; }
.result-cta { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); color: var(--orange-2); text-decoration: none; font-size: .72rem; font-weight: 850; }
.estimate-note { margin: 13px 0 0; color: var(--muted); font-size: .6rem; line-height: 1.45; }

.advantages { padding: 106px 0 94px; }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-title h2, .contact-copy h2 { max-width: 690px; margin: 11px 0 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 4.8vw, 4.6rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.section-title > p { max-width: 420px; margin: 0 0 7px; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.advantage-grid article { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.card-number { position: absolute; right: 24px; top: 24px; color: #c7d1da; font-size: .68rem; font-weight: 800; }
.icon-shell { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--orange); background: rgba(242,140,0,.1); }
.icon-shell svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.advantage-grid h3 { margin: 54px 0 0; color: var(--navy); font-size: 1.05rem; }
.advantage-grid p { margin: 12px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.journey-band { display: grid; grid-template-columns: .75fr 1.55fr; align-items: center; gap: 44px; margin-top: 20px; padding: 35px 38px; border-radius: 22px; color: white; background: var(--navy); }
.mini-label.light { color: var(--orange-2); }
.journey-copy h3 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.journey-band ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.journey-band li { display: flex; align-items: center; gap: 10px; }
.journey-band li b { flex: 0 0 auto; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--orange-2); font-size: .65rem; }
.journey-band li span { display: grid; gap: 3px; color: rgba(255,255,255,.55); font-size: .6rem; }
.journey-band li strong { color: white; font-size: .7rem; }

.contact { padding: 78px 0 110px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; padding: clamp(34px,5vw,64px); border-radius: 30px; color: white; background: linear-gradient(135deg, #05264e, var(--navy)); box-shadow: var(--shadow); }
.contact-card::before { content: ""; position: absolute; width: 360px; height: 360px; left: -180px; bottom: -220px; border: 70px solid rgba(242,140,0,.1); border-radius: 50%; }
.contact-copy { position: relative; }
.contact-copy h2 { color: white; }
.contact-copy > p { max-width: 480px; margin: 20px 0 0; color: rgba(255,255,255,.66); font-size: .86rem; line-height: 1.7; }
.phone-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; color: white; text-decoration: none; }
.whatsapp-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); }
.whatsapp-icon svg { width: 23px; fill: currentColor; }
.phone-link > span:last-child { display: grid; gap: 2px; }
.phone-link small { color: rgba(255,255,255,.58); font-size: .62rem; }
.phone-link strong { font-size: .92rem; }
.lead-form { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.lead-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead-form .field { color: rgba(255,255,255,.68); }
.lead-form input { min-height: 49px; width: 100%; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; outline: 0; color: white; background: rgba(255,255,255,.07); font-weight: 650; }
.lead-form input::placeholder { color: rgba(255,255,255,.33); }
.lead-form .input-box { padding: 0; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); }
.lead-form .input-box input { border: 0; background: transparent; }
.lead-form .input-box b { padding-right: 13px; color: rgba(255,255,255,.5); }
.button-orange { width: 100%; margin-top: 22px; color: var(--navy); background: var(--orange-2); }
.button-orange:hover { background: #ffbb52; }
.button-orange svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.privacy-note { display: block; margin-top: 10px; color: rgba(255,255,255,.4); font-size: .58rem; line-height: 1.45; text-align: center; }

footer { display: grid; grid-template-columns: 190px 1fr auto auto; align-items: center; gap: 28px; padding: 30px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
footer img { width: 195px; height: auto; object-fit: contain; }
footer p { margin: 0; }
footer a { color: var(--navy); text-decoration: none; font-weight: 800; }
.floating-whatsapp { position: fixed; z-index: 10; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 12px 30px rgba(16,42,67,.22); transition: transform .18s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 27px; fill: currentColor; }

@media (max-width: 940px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 54px; padding-top: 54px; }
  .hero-content { max-width: 760px; }
  .simulator-card { max-width: 680px; }
  .section-title { display: block; }
  .section-title > p { margin-top: 22px; }
  .journey-band { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  footer { grid-template-columns: 180px 1fr; }
}

@media (max-width: 680px) {
  .site-header, .hero, .advantages, .contact, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 74px; }
  .logo-link img { width: 148px; }
  .header-cta { min-height: 38px; padding: 0 12px; font-size: .65rem; }
  .hero { min-height: auto; padding: 38px 0 82px; gap: 42px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; }
  .proof-row { gap: 18px; }
  .simulator-card { padding: 22px; border-radius: 23px; }
  .form-row, .lead-row { grid-template-columns: 1fr; gap: 0; }
  .advantages { padding: 82px 0 70px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: 260px; }
  .journey-band { padding: 28px 24px; }
  .journey-band ol { grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact { padding: 60px 0 84px; }
  .contact-card { gap: 34px; padding: 30px 22px; border-radius: 24px; }
  .lead-form { padding: 20px; }
  footer { grid-template-columns: 1fr; gap: 10px; }
  footer img { width: 160px; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
