:root {
  --navy: #10264a;
  --navy-2: #173965;
  --navy-3: #25517d;
  --gold: #d6af42;
  --gold-hover: #e3c563;
  --cream: #f7f5ef;
  --white: #fff;
  --ink: #172033;
  --muted: #606a7c;
  --line: #e2e6ec;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(16, 38, 74, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #67a9ff; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,38,74,.09); backdrop-filter: blur(14px); }
.header-inner { max-width: 1160px; min-height: 76px; margin: auto; padding: 10px 20px; display: flex; align-items: center; gap: 24px; }
.logo-link { position: relative; display: block; flex: 0 0 172px; width: 172px; height: 48px; margin-right: auto; overflow: hidden; }
.logo-link img { position: absolute; width: 275px; max-width: none; height: auto; left: -56px; top: -53px; display: block; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a { color: var(--navy); font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { color: #9b791d; }
.mobile-menu { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; font-size: 14px; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: #12233d; box-shadow: 0 9px 24px rgba(214,175,66,.2); }
.btn-primary:hover { background: var(--gold-hover); }
.btn-outline { color: var(--navy); background: var(--white); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-light { color: var(--white); border-color: rgba(255,255,255,.55); background: transparent; }
.btn-light:hover { background: var(--white); color: var(--navy); }
.btn-small { min-height: 38px; padding: 8px 16px; font-size: 13px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 15%, rgba(214,175,66,.24), transparent 24%), linear-gradient(135deg, #0d2141 0%, #173b68 100%); color: var(--white); padding: 84px 0 92px; }
.hero::after { content: ""; position: absolute; inset: auto -8% -50% 45%; height: 520px; background: rgba(255,255,255,.035); transform: rotate(-12deg); border-radius: 60px; }
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: 58px; align-items: center; }
.hero-eyebrow, .eyebrow { display: block; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
.hero h1 { max-width: 720px; margin: 0 0 20px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.035em; }
.hero p { max-width: 610px; margin: 0 0 30px; color: #dbe4f1; font-size: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #dbe4f1; font-size: 13px; }
.hero-trust span::before { content: "✓"; color: var(--gold); font-weight: 900; margin-right: 7px; }
.hero-card { overflow: hidden; background: var(--white); color: var(--ink); border-radius: 24px; box-shadow: 0 26px 70px rgba(0,0,0,.24); }
.hero-card-photo { height: 210px; background: #f4f6f9; }
.hero-card-photo img { width: 100%; height: 100%; object-fit: contain; padding: 14px 26px; }
.hero-card-body { padding: 24px 28px 28px; }
.hero-card h3 { margin: 0 0 4px; color: var(--navy); font-size: 22px; }
.vehicle-subtitle { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.hero-stat { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.hero-stat strong { color: var(--navy); text-align: right; }
.hero-price { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 18px; color: var(--navy); }
.hero-price strong { font-size: 36px; line-height: 1; letter-spacing: -.04em; }
.hero-price span { color: var(--muted); font-size: 13px; }
section { padding: 76px 0; }
.section-white { background: var(--white); }
.section-title { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-title h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(30px,4vw,44px); line-height: 1.15; letter-spacing: -.025em; }
.section-title p { margin: 0; color: var(--muted); font-size: 17px; }
.grid-3, .grid-4 { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.card { padding: 26px; background: var(--white); border: 1px solid rgba(16,38,74,.07); border-radius: var(--radius); box-shadow: var(--shadow); }
.card h3 { margin: 0 0 7px; color: var(--navy); font-size: 18px; }
.card p { margin: 0; color: var(--muted); }
.icon-badge { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; border-radius: 14px; background: #f2e5b7; color: var(--navy); font-size: 21px; }
.catalog-toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.chip { padding: 8px 14px; border: 1px solid #dbe0e8; border-radius: 999px; color: var(--navy); background: #f7f8fa; font-size: 13px; font-weight: 800; cursor: pointer; }
.chip:hover, .chip.active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.car-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.car-card[hidden] { display: none !important; }
.car-card { display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid rgba(16,38,74,.08); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.car-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(16,38,74,.16); }
.car-photo { position: relative; display: flex; align-items: flex-end; height: 190px; padding: 12px 14px; background: #f4f6f9; }
.car-photo img { width: 100%; height: 100%; object-fit: contain; }
.car-photo .label { position: absolute; left: 13px; bottom: 12px; z-index: 1; padding: 5px 9px; color: var(--white); background: rgba(16,38,74,.86); border-radius: 7px; font-size: 11px; font-weight: 800; }
.car-body { display: flex; flex: 1; flex-direction: column; padding: 19px 20px 21px; }
.car-brand { color: #99761c; font-size: 11px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.car-model { min-height: 51px; margin: 5px 0 11px; color: var(--navy); font-size: 17px; font-weight: 800; line-height: 1.4; }
.car-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.car-features span { padding: 4px 8px; color: #47536a; background: #f1f3f6; border-radius: 6px; font-size: 11px; font-weight: 700; }
.car-price { color: var(--navy); font-size: 25px; font-weight: 900; letter-spacing: -.02em; }
.car-price small { color: var(--muted); font-size: 13px; font-weight: 700; }
.car-conditions { margin: 3px 0 15px; color: var(--muted); font-size: 12px; }
.car-cta { margin-top: auto; }
.car-cta .btn { width: 100%; }
.catalog-note { margin-top: 24px; color: var(--muted); font-size: 12px; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; counter-reset: step; }
.step { padding: 25px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 18px; color: var(--gold); font-size: 29px; font-weight: 900; }
.step h4 { margin: 0 0 7px; color: var(--navy); font-size: 19px; }
.step p { margin: 0; color: var(--muted); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.comparison-card { padding: 30px; border-radius: var(--radius); }
.comparison-card.buy { background: #fff; border: 1px solid var(--line); }
.comparison-card.rent { color: var(--white); background: var(--navy); }
.comparison-card h3 { margin-top: 0; font-size: 23px; }
.comparison-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.comparison-list li { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(128,138,154,.22); padding-bottom: 9px; }
.comparison-card.rent .comparison-list li { border-color: rgba(255,255,255,.16); }
.faq-item { margin-bottom: 14px; padding: 22px 25px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 26px rgba(16,38,74,.055); }
.faq-item h4 { margin: 0 0 7px; color: var(--navy); font-size: 17px; }
.faq-item p { margin: 0; color: var(--muted); }
.page-header { padding: 52px 0 38px; background: var(--white); border-bottom: 1px solid var(--line); }
.breadcrumb { margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--navy); font-weight: 800; }
.page-header h1 { margin: 0 0 10px; color: var(--navy); font-size: clamp(32px,4vw,48px); line-height: 1.12; }
.page-header p { max-width: 740px; margin: 0; color: var(--muted); font-size: 17px; }
.consult-banner { margin-bottom: 30px; padding: 20px 23px; color: var(--navy); background: #f7ecc7; border: 1px solid #e1c76f; border-radius: var(--radius); }
.form-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 30px; align-items: start; }
.form-panel { max-width: 680px; margin: 0; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; }
.form-row label { color: var(--navy); font-size: 13px; font-weight: 800; }
.form-row input, .form-row textarea, .form-row select { width: 100%; padding: 12px 14px; border: 1.5px solid #ccd3de; border-radius: 10px; background: #fff; color: var(--ink); }
.form-row input:focus, .form-row textarea:focus { border-color: var(--navy-3); outline: none; box-shadow: 0 0 0 3px rgba(37,81,125,.12); }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 12px; }
.checkbox-row input { margin-top: 4px; }
.checkbox-row a { color: var(--navy); text-decoration: underline; }
.form-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.contact-aside { padding: 28px; color: var(--white); background: var(--navy); border-radius: var(--radius); }
.contact-aside h2 { margin-top: 0; }
.contact-aside a { color: var(--gold-hover); font-weight: 800; }
.contact-points { display: grid; gap: 16px; margin-top: 25px; }
.contact-points div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-points strong { display: block; }
.contact-points span { color: #dbe4f1; font-size: 13px; }
.vehicle-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: start; }
.vehicle-photo { display: grid; place-items: center; min-height: 390px; padding: 30px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.vehicle-photo img { max-height: 330px; object-fit: contain; }
.spec-list { padding: 0; margin: 20px 0; list-style: none; }
.spec-list li { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.spec-list li span:first-child { color: var(--muted); }
.spec-list li span:last-child { color: var(--navy); font-weight: 800; text-align: right; }
.include-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.include-tags span { padding: 6px 10px; color: var(--navy); background: #eef1f5; border-radius: 999px; font-size: 11px; font-weight: 800; }
.cta-banner { padding: 48px; color: var(--white); background: linear-gradient(135deg,var(--navy),var(--navy-2)); border-radius: 24px; text-align: center; }
.cta-banner h2 { margin: 0 0 10px; font-size: 32px; }
.cta-banner p { max-width: 650px; margin: 0 auto 22px; color: #dbe4f1; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 34px; color: var(--navy); }
.legal-content h3 { color: var(--navy); }
.legal-content a { color: var(--navy-3); text-decoration: underline; }
.notice { padding: 16px 18px; color: #604b13; background: #fff2c8; border: 1px solid #e5ca6e; border-radius: 12px; }
.site-footer { margin-top: 34px; padding: 54px 0 24px; color: #cad4e3; background: #0c1d38; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 32px; }
.footer-logo { position: relative; width: 190px; height: 54px; margin-bottom: 12px; overflow: hidden; background: #fff; border-radius: 8px; }
.footer-logo img { position: absolute; width: 304px; max-width: none; height: auto; left: -62px; top: -58px; }
.footer-note { max-width: 380px; color: #aebbd0; font-size: 13px; }
.footer-grid h5 { margin: 0 0 14px; color: var(--white); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.footer-grid a { display: block; margin-bottom: 8px; color: #bdc9da; font-size: 13px; }
.footer-grid a:hover { color: var(--gold-hover); }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa0ba; font-size: 12px; text-align: center; }
@media (max-width: 980px) {
  .main-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; color: var(--navy); font-weight: 900; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 40px; width: 250px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .mobile-menu nav a { display: block; padding: 10px; color: var(--navy); font-weight: 700; }
  .header-cta { display: none; }
  .hero .container { grid-template-columns: 1fr; }
  .hero-card { max-width: 650px; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .car-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px,1160px); }
  .header-inner { min-height: 68px; padding-inline: 14px; }
  .logo-link { flex-basis: 145px; width: 145px; height: 42px; }
  .logo-link img { width: 232px; left: -47px; top: -44px; }
  .hero { padding: 58px 0 66px; }
  .hero .container { gap: 36px; }
  .hero h1 { font-size: 39px; }
  .hero p { font-size: 16px; }
  .hero-cta .btn { width: 100%; }
  .hero-card-photo { height: 175px; }
  section { padding: 58px 0; }
  .grid-3, .grid-4, .car-grid, .steps, .comparison, .form-layout, .vehicle-detail, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .car-model { min-height: auto; }
  .form-panel, .contact-aside { padding: 23px; }
  .cta-banner { padding: 34px 22px; }
  .page-header { padding: 38px 0 28px; }
}

/* Contenidos SEO y guías */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.blog-card h2 { margin: 8px 0 12px; font-size: 23px; line-height: 1.2; }
.blog-card p { color: var(--muted); }
.blog-card .text-link { margin-top: auto; padding-top: 12px; font-weight: 800; }
.article-wrap { display: grid; grid-template-columns: minmax(0,760px) 280px; gap: 48px; align-items: start; }
.article-content { padding: 36px 42px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.article-content h2 { margin-top: 34px; font-size: 28px; }
.article-content h3 { margin-top: 26px; font-size: 21px; }
.article-content p, .article-content li { color: #31415d; font-size: 17px; line-height: 1.75; }
.article-content ul, .article-content ol { padding-left: 24px; }
.article-meta { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.article-aside { position: sticky; top: 92px; padding: 24px; background: #fff8df; border: 1px solid #ecd890; border-radius: 16px; }
.article-aside h2 { margin-top: 0; font-size: 21px; }
.answer-box { margin: 28px 0; padding: 22px 24px; background: #eef4ff; border-left: 4px solid var(--navy); border-radius: 10px; }
.answer-box p { margin: 0; }
@media (max-width: 900px) { .blog-grid, .article-wrap { grid-template-columns: 1fr; } .article-aside { position: static; } }
@media (max-width: 600px) { .article-content { padding: 25px 21px; } .article-content p, .article-content li { font-size: 16px; } }
.cookie-banner{position:fixed;z-index:9999;right:20px;bottom:20px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:980px;margin:auto;padding:20px 22px;border:1px solid rgba(16,38,74,.16);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(16,38,74,.22);color:#10264a}.cookie-banner p{margin:6px 0 0;max-width:680px;font-size:.94rem;line-height:1.5}.cookie-banner a{color:#126f67;text-decoration:underline}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions .btn{margin:0;white-space:nowrap}@media(max-width:720px){.cookie-banner{align-items:stretch;flex-direction:column;right:12px;bottom:12px;left:12px;padding:18px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions .btn{width:100%}}
