:root {
  --red: #ed1c24;
  --red-dark: #c81018;
  --ink: #121417;
  --muted: #62666d;
  --paper: #ffffff;
  --soft: #f6f7f9;
  --line: #e4e6ea;
  --green: #118c4f;
  --shadow: 0 24px 60px rgba(17, 20, 24, .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; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header { position: sticky; top: 0; z-index: 20; height: 78px; padding: 10px clamp(20px, 5vw, 80px); display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(228,230,234,.8); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: baseline; gap: 7px; text-decoration: none; }
.brand-name { position: relative; font-size: 25px; font-weight: 850; letter-spacing: -.055em; }
.brand-name::after { content: ""; position: absolute; right: 15px; top: -6px; width: 26px; height: 3px; background: var(--red); border-radius: 9px; box-shadow: 7px 6px 0 var(--red), 14px 12px 0 var(--red); }
.brand-sub { color: var(--red); font-size: 12px; font-weight: 800; }
nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 14px; }
nav a { text-decoration: none; }
.nav-cta { padding: 11px 17px; color: white; background: var(--red); border-radius: 999px; }
.language-picker { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.language-picker span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.language-picker select { min-height: 38px; padding: 7px 28px 7px 10px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-weight: 850; cursor: pointer; }

.hero { min-height: 680px; padding: 82px clamp(20px, 7vw, 110px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 7vw, 100px); align-items: center; background: radial-gradient(circle at 78% 18%, rgba(237,28,36,.12), transparent 33%), linear-gradient(135deg, #fff 0%, #f8f8fa 100%); overflow: hidden; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 820px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
h1 span { color: var(--red); }
.lead { max-width: 720px; margin: 27px 0 32px; color: #454950; font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 12px; text-decoration: none; font: inherit; font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--red); box-shadow: 0 12px 30px rgba(237,28,36,.25); }
.primary:hover { background: var(--red-dark); }
.secondary { background: white; border: 1px solid var(--line); }
.trust-list { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 14px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.hero-card { position: relative; padding: 36px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card h2 { margin: 8px 0 20px; font-size: 25px; }
.hero-card ul { padding-left: 23px; font-size: 17px; }
.hero-card li { margin: 10px 0; }
.fineprint { margin: 24px 0 0; padding-top: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.car-visual { position: relative; height: 125px; margin: -10px -10px 20px; display: grid; place-items: center; background: linear-gradient(140deg, #16191e, #2d3139); border-radius: 20px; overflow: hidden; }
.car { position: relative; z-index: 2; font-size: 64px; filter: drop-shadow(0 12px 12px rgba(0,0,0,.35)); }
.road { position: absolute; width: 140%; height: 50px; background: #3e434c; transform: rotate(-8deg); }
.road::after { content: ""; position: absolute; top: 23px; left: 0; width: 100%; border-top: 4px dashed #fff; opacity: .75; }

.proof-strip { padding: 22px clamp(20px, 7vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; background: var(--ink); color: white; }
.proof-strip div { display: flex; align-items: baseline; gap: 12px; }
.proof-strip strong { font-size: 18px; }
.proof-strip span { color: #b8bdc6; font-size: 14px; }

.rate-section { background: linear-gradient(180deg, #fff, #f7f8fa); }
.rate-heading { max-width: 930px; }
.rate-lead { max-width: 900px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.comparison-card { padding: clamp(25px, 4vw, 48px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(28px, 5vw, 70px); background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.comparison-copy h3 { margin: 0 0 14px; font-size: clamp(26px, 3vw, 38px); line-height: 1.1; letter-spacing: -.03em; }
.comparison-copy p:last-child { color: var(--muted); }
.comparison-table { display: grid; gap: 10px; }
.comparison-row { padding: 19px 21px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-radius: 14px; }
.comparison-row span { font-weight: 700; }
.comparison-row strong { flex: 0 0 auto; font-size: 25px; }
.comparison-row small { color: inherit; font-size: 12px; font-weight: 700; }
.muted-row { color: #555a62; background: var(--soft); }
.highlight-row { color: white; background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.best-row { color: white; background: linear-gradient(135deg, #168955, #0d6d42); }
.comparison-saving { padding: 15px 5px 4px; display: flex; justify-content: space-between; gap: 20px; color: var(--green); font-size: 14px; font-weight: 850; }
.comparison-note { grid-column: 1 / -1; margin: 0; padding-top: 21px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.team-section { margin: 0 clamp(20px, 7vw, 110px) 90px; padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(22px, 4vw, 45px); background: #11151a; color: white; border-radius: 26px; }
.team-symbol { width: 86px; height: 86px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; font-size: 24px; font-weight: 950; letter-spacing: -.04em; }
.team-copy .eyebrow { margin-bottom: 8px; color: #ff777d; }
.team-copy h2 { margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.1; letter-spacing: -.03em; }
.team-copy p:last-child { max-width: 800px; margin: 14px 0 0; color: #c9cdd3; }
.team-button { white-space: nowrap; }

.section { padding: 100px clamp(20px, 7vw, 110px); }
.section-heading { max-width: 700px; margin-bottom: 46px; }
.section-heading h2, .check-intro h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { padding: 30px; background: var(--soft); border: 1px solid var(--line); border-radius: 20px; }
.steps article > span { display: block; color: var(--red); font-size: 13px; font-weight: 900; }
.steps h3 { margin: 35px 0 8px; font-size: 23px; }
.steps p { margin: 0; color: var(--muted); }

.check-section { margin: 0 clamp(20px, 5vw, 80px); padding: clamp(40px, 6vw, 78px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 90px); color: white; background: linear-gradient(145deg, #15181d, #272c34); border-radius: 30px; }
.eyebrow.light { color: #ff777d; }
.check-intro p:last-child { color: #c5c9d0; }
.lead-form { padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; color: var(--ink); background: white; border-radius: 20px; }
.lead-form label { display: grid; gap: 7px; font-size: 14px; font-weight: 750; }
.lead-form input, .lead-form select { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fafafa; border: 1px solid #d7d9de; border-radius: 9px; font: inherit; }
.lead-form input:focus, .lead-form select:focus { outline: 3px solid rgba(237,28,36,.14); border-color: var(--red); }
.consent { grid-column: 1 / -1; grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; color: var(--muted); }
.consent input { width: 19px; min-height: 19px; margin: 2px 0 0; }
.consent a { color: var(--red-dark); }
.whatsapp { grid-column: 1 / -1; color: white; background: var(--green); }
.form-message { grid-column: 1 / -1; margin: 0; color: var(--red-dark); font-size: 13px; }

.faq { max-width: 1000px; margin: auto; }
details { padding: 21px 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding-right: 35px; cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; }
summary::after { content: "+"; position: absolute; right: 5px; color: var(--red); font-size: 26px; }
details[open] summary::after { content: "–"; }
details p { max-width: 760px; color: var(--muted); }

.final-cta { margin: 0 clamp(20px, 5vw, 80px) 90px; padding: clamp(50px, 7vw, 90px); text-align: center; color: white; background: var(--red); border-radius: 30px; }
.final-cta h2 { max-width: 850px; margin: 0 auto 30px; }
.white { color: var(--red-dark); background: white; }

footer { padding: 42px clamp(20px, 7vw, 110px); display: flex; justify-content: space-between; gap: 30px; align-items: center; background: var(--soft); border-top: 1px solid var(--line); }
.footer-logo { margin-bottom: 10px; }
.footer-brand p { max-width: 650px; margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; font-size: 14px; font-weight: 750; }
.legal-drawer { padding: 0; background: var(--soft); border-top: 1px solid var(--line); }
.legal-drawer:last-of-type { border-bottom: 0; }
.legal-drawer > summary { padding: 24px clamp(20px, 7vw, 110px); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 17px; }
.legal-drawer > summary span { margin-right: 40px; color: var(--muted); font-size: 13px; font-weight: 600; }
.legal-drawer > summary::after { right: clamp(20px, 7vw, 110px); }
.legal-drawer[open] > summary { background: #eef0f3; }
.legal-content { background: white; }
.legal { padding: 55px clamp(20px, 7vw, 110px); border-top: 1px solid var(--line); }
.legal h2 { font-size: 28px; }
.legal p { max-width: 950px; color: #484c53; }
mark { display: inline-block; margin-left: 9px; padding: 5px 8px; color: #713b00; background: #fff0c2; border-radius: 6px; font-size: 12px; vertical-align: middle; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 30; padding: 13px 18px; color: white; background: var(--green); border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-decoration: none; font-weight: 850; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-card { max-width: 620px; }
  .proof-strip { grid-template-columns: 1fr; gap: 10px; }
  .steps, .check-section, .comparison-card, .team-section { grid-template-columns: 1fr; }
  .team-button { justify-self: start; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding: 7px 16px; }
  .brand-name { font-size: 21px; }
  .nav-cta { padding: 9px 13px; }
  nav { gap: 8px; }
  .language-picker select { min-height: 36px; padding-left: 8px; }
  .hero { min-height: auto; padding: 50px 18px 62px; }
  h1 { font-size: 43px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-card { padding: 24px; border-radius: 21px; }
  .section { padding: 72px 18px; }
  .steps { grid-template-columns: 1fr; }
  .comparison-row, .comparison-saving { align-items: flex-start; flex-direction: column; gap: 5px; }
  .team-section { margin: 0 12px 65px; padding: 30px 22px; }
  .team-symbol { width: 66px; height: 66px; font-size: 20px; }
  .check-section { margin: 0 12px; padding: 34px 17px; border-radius: 23px; }
  .lead-form { grid-template-columns: 1fr; padding: 20px 16px; }
  .lead-form label, .consent, .whatsapp, .form-message { grid-column: 1; }
  .final-cta { margin: 0 12px 65px; padding: 52px 18px; border-radius: 23px; }
  footer { align-items: flex-start; flex-direction: column; }
  .legal { padding: 48px 18px; }
  .legal-drawer > summary { padding: 22px 48px 22px 18px; display: block; }
  .legal-drawer > summary span { display: block; margin: 3px 0 0; }
  .legal-drawer > summary::after { right: 18px; top: 24px; }
  mark { margin: 8px 0 0; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
}
