/* Car Advisor — shared page components: sections, page hero, vehicle cards, comparison,
   promo cards, articles, CTA band, services, quote checker, FAQ, team, video, request form. */

.section { padding-block: clamp(72px, 8vw, 116px); }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.sec-head { display: grid; grid-template-columns: minmax(170px, 230px) minmax(0, 1fr); gap: 18px 48px; margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head .eyebrow { padding-top: .75em; align-self: start; }
.sec-head h2 { max-width: 21em; }
.sec-head p { margin-top: 16px; max-width: 62ch; color: var(--text-2); }
.sec-head--stack { grid-template-columns: 1fr; gap: 16px; }
.sec-head--stack .eyebrow { padding-top: 0; }
@media (max-width: 860px) { .sec-head { grid-template-columns: 1fr; gap: 14px; } .sec-head .eyebrow { padding-top: 0; } }
.row-end { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 28px; }
.row-end p { color: var(--text-2); }
.row-end p a { color: var(--text); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 44px) 0 clamp(40px, 5vw, 64px); background: var(--hero-bg); border-bottom: 1px solid var(--line); }
/* Marca de agua: el emblema en grande, difuminado, en la cabecera de todas las páginas
   que no son la portada (incluidas la ficha de vehículo y los artículos). */
.page-hero::after, .art-head::after, .vd-top::after {
  content: ""; position: absolute; right: -90px; top: 50%; width: min(70vw, 620px); aspect-ratio: 1; transform: translateY(-50%);
  background: url("../assets/emblem.webp") center / contain no-repeat; opacity: .085; pointer-events: none;
  -webkit-mask-image: radial-gradient(closest-side, #000 52%, transparent 96%);
  mask-image: radial-gradient(closest-side, #000 52%, transparent 96%);
}
.art-head, .vd-top { position: relative; overflow: hidden; }
.art-head .wrap, .vd-top .wrap { position: relative; z-index: 1; }
@media (max-width: 700px) { .page-hero::after, .art-head::after, .vd-top::after { right: -140px; width: 108vw; opacity: .06; } }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { margin-top: 18px; max-width: 17em; font: 800 clamp(2.1rem, 4.4vw, 3.4rem)/1.03 var(--f-display); font-stretch: 112%; letter-spacing: -.025em; text-wrap: balance; }
.page-hero .lede { margin-top: 18px; }
.page-hero-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 40px; margin-top: 22px; }
.page-hero-row h1 { margin-top: 18px; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted); }
.crumbs a:hover { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.crumbs [aria-current] { color: var(--text-2); }
.demo-badge { display: inline-flex; align-items: center; gap: 8px; font: 500 .74rem/1.4 var(--f-mono); color: var(--muted); border: 1px dashed var(--line-2); padding: 8px 11px; border-radius: 6px; max-width: 48ch; background: var(--surface); }

/* ---------- Vehicle cards ---------- */
.vgrid { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 1100px) { .vgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .vgrid { grid-template-columns: 1fr; } }
.vcard { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .28s var(--ease-out), box-shadow .28s ease, border-color .2s ease; }
.vcard:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(219, 45, 46, .55), 0 22px 44px -18px rgba(219, 45, 46, .75); border-color: rgba(219, 45, 46, .8); }
.vcard-link { display: flex; flex-direction: column; height: 100%; }
.vcard-link:focus-visible { outline-offset: -3px; border-radius: var(--r); }
.vcard-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--art-bg); display: grid; place-items: center; }
.vcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.vcard:hover .vcard-media img { transform: scale(1.045); }
.fallback-art { width: 82%; height: auto; }
.vbadges { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; }
.vbadge { font: 600 .64rem/1 var(--f-display); font-stretch: 118%; letter-spacing: .1em; text-transform: uppercase; padding: 6px 8px; border-radius: 4px; background: rgba(255, 255, 255, .94); color: #0E1217; box-shadow: 0 1px 3px rgba(0, 0, 0, .15); }
.vbadge--new { background: var(--red); color: #fff; }
.vbadge--eco { background: var(--eco-bg); color: var(--eco-text); }
/* On photos the badge needs an opaque ground in dark mode too. */
.vbadges .vbadge--eco { background: #E3F6EA; color: #0F5A33; }
.vcard-body { display: flex; flex-direction: column; gap: 6px; flex: 1; padding: 14px 16px 16px; }
.vcard-make { font: 600 .68rem/1.2 var(--f-display); font-stretch: 125%; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.vcard-title { font: 700 1.1rem/1.2 var(--f-display); font-stretch: 106%; }
.vcard-trim { font-size: .86rem; color: var(--muted); }
.vcard-specs { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 4px; font: 400 .76rem/1.5 var(--f-mono); color: var(--muted); }
.vcard-specs li { display: inline-flex; align-items: center; gap: 5px; }
.vcard-specs svg { width: 14px; height: 14px; flex: none; }
.vcard-price { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.vcard-price strong { font: 700 1.28rem/1 var(--f-display); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.vcard-price span { font: 400 .76rem var(--f-mono); color: var(--muted); white-space: nowrap; }

/* ---------- Comparison ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.compare { width: 100%; min-width: 680px; border-collapse: collapse; }
.compare th, .compare td { text-align: left; vertical-align: top; padding: 18px 22px; }
.compare thead th { font: 600 .72rem/1.2 var(--f-display); font-stretch: 125%; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); padding-top: 20px; padding-bottom: 16px; }
.compare thead th.ca { color: var(--text); }
.compare tbody th { width: 17%; font: 600 .95rem/1.4 var(--f-body); color: var(--text); }
.compare tbody tr > * { border-top: 1px solid var(--line); }
.compare td { color: var(--muted); font-size: .97rem; }
.compare .ca { background: linear-gradient(90deg, var(--red-soft), transparent); }
.compare td.ca { color: var(--text); }
.cell { display: flex; gap: 10px; align-items: flex-start; }
.cell svg { flex: none; width: 16px; height: 16px; margin-top: 4px; }
.cell .no { color: var(--muted); }
.cell .yes { color: var(--red-text); }

/* ---------- Promo cards ---------- */
.promo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.promo-card { display: flex; flex-direction: column; gap: 12px; padding: clamp(24px, 3vw, 36px); border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); transition: border-color .2s ease, transform .28s var(--ease-out); }
.promo-card:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(219, 45, 46, .45), 0 20px 40px -18px rgba(219, 45, 46, .7); border-color: rgba(219, 45, 46, .7); }
.promo-card h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 700; margin-top: 4px; }
.promo-card p { color: var(--text-2); max-width: 44ch; }
.promo-card .link-arrow { margin-top: auto; padding-top: 10px; }
@media (max-width: 800px) { .promo { grid-template-columns: 1fr; } }

/* ---------- Articles ---------- */
.posts { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post a { display: flex; flex-direction: column; gap: 14px; height: 100%; }
.post-img { overflow: hidden; border-radius: 10px; background: var(--surface-2); }
.post img { width: 100%; aspect-ratio: 430 / 321; object-fit: cover; transition: transform .5s var(--ease-out); }
.post a:hover img { transform: scale(1.04); }
.post-img { transition: box-shadow .28s var(--ease-out); }
.post a:hover .post-img { box-shadow: 0 18px 34px -18px rgba(219, 45, 46, .6); }
.post a:hover h3 { color: var(--red-text, var(--text)); }
.post-meta { display: flex; gap: 10px; flex-wrap: wrap; font: 500 .74rem var(--f-mono); color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.post h3 { font-size: 1.08rem; line-height: 1.3; }
.post .link-arrow { margin-top: auto; font-size: .9rem; }
@media (max-width: 900px) { .posts { grid-template-columns: 1fr; } .post a { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 6px 20px; align-content: start; } .post-img { grid-row: span 3; } .post .link-arrow { margin-top: 4px; } }
@media (max-width: 520px) { .post a { grid-template-columns: 1fr; } .post-img { grid-row: auto; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--band-bg); color: var(--band-text); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 90% 0%, rgba(219, 45, 46, .28), transparent 70%); pointer-events: none; }
.cta-band-inner { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 28px 48px; padding-block: clamp(48px, 6vw, 76px); }
.cta-band h2 { color: var(--band-text); max-width: 18em; }
.cta-band p { margin-top: 12px; color: var(--band-muted); max-width: 52ch; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Services (detailed list) ---------- */
.svc-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.svc-item { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; padding: 34px 36px 36px 0; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 24px); }
.svc-item:nth-child(2n) { padding-left: 36px; padding-right: 0; border-left: 1px solid var(--line); }
.svc-ico { width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; background: var(--red-soft); color: var(--red-text); }
.svc-ico svg { width: 26px; height: 26px; }
.svc-item h3 { font-size: clamp(1.2rem, 1.8vw, 1.4rem); font-stretch: 108%; }
.svc-item p { margin-top: 10px; color: var(--text-2); max-width: 52ch; }
.svc-item:target { background: linear-gradient(90deg, var(--red-soft), transparent 70%); }
@media (max-width: 860px) {
  .svc-list { grid-template-columns: 1fr; }
  .svc-item, .svc-item:nth-child(2n) { padding: 28px 0; border-left: 0; }
}

/* ---------- Quote checker ---------- */
.check { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 26px 22px; box-shadow: var(--shadow-1); }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 14px; }
.panel-head p { margin-top: 6px; font-size: .9rem; color: var(--muted); }
.example-tag { flex: none; font: 500 .7rem/1 var(--f-mono); color: var(--muted); border: 1px dashed var(--line-2); padding: 6px 8px; border-radius: 4px; white-space: nowrap; }
.addon { display: grid; grid-template-columns: auto minmax(0, 1fr) 124px; align-items: center; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); }
.addon label { cursor: pointer; font-size: .96rem; }
.addon input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; margin: 0; }
.addon.off label { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--line-2); }
.addon.off .num-in { opacity: .45; }
.fin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.fin-grid label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 500; color: var(--text-2); }
.fin-out { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.fin-out dt { font-size: .78rem; color: var(--muted); line-height: 1.3; }
.fin-out dd { margin-top: 6px; font: 600 1.15rem/1.1 var(--f-mono); font-variant-numeric: tabular-nums; }
.fin-out .hot dd { color: var(--red-text); }
.check-total {
  grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px 28px;
  padding: 24px 28px; border-radius: var(--r); background: linear-gradient(100deg, var(--red-soft), transparent 80%); border: 1px solid var(--red-line);
}
.check-total .lbl { font-size: .9rem; color: var(--text-2); margin: 0; }
.check-total .big { display: block; margin-top: 4px; font: 800 clamp(2rem, 4vw, 2.7rem)/1 var(--f-display); font-stretch: 110%; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.check-total small { display: block; margin-top: 8px; font-size: .82rem; color: var(--muted); max-width: 60ch; }
@media (max-width: 900px) { .check { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .panel { padding: 22px 18px 18px; }
  .addon { grid-template-columns: auto minmax(0, 1fr) 104px; gap: 10px; }
  .fin-out { grid-template-columns: 1fr 1fr; }
  .fin-out .hot { grid-column: 1 / -1; }
  .check-total { padding: 22px 18px; }
}

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.faq-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.faq-list { border-bottom: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details.is-hidden { display: none; }
.faq-list details.is-in { animation: faq-in .35s var(--ease-out) both; }
@keyframes faq-in { from { opacity: 0; transform: translateX(16px); } }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 22px 44px 22px 0; font: 600 1.06rem/1.4 var(--f-body); color: var(--text); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 2px; background: var(--muted); border-radius: 2px; transition: transform .25s ease, background-color .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0deg); }
.faq-list details[open] summary::before, .faq-list details[open] summary::after { background: var(--red); }
.faq-cat { display: block; margin-bottom: 4px; font: 500 .7rem var(--f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.faq-a { padding: 0 44px 24px 0; color: var(--text-2); max-width: 64ch; }
.side-card { position: sticky; top: calc(var(--header-h) + 28px); padding: 28px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-1); }
.side-card h2 { font-size: 1.35rem; }
.side-card p { margin-top: 10px; color: var(--text-2); }
.side-card .btn { width: 100%; margin-top: 12px; }
.side-card .btn:first-of-type { margin-top: 22px; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } .side-card { position: static; } }

/* ---------- About: values + team + video ---------- */
.values { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.value { padding: 30px 28px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.value strong { display: block; font: 800 2.4rem/1 var(--f-display); font-stretch: 112%; letter-spacing: -.02em; color: var(--red-text); }
.value h3 { margin-top: 16px; font-size: 1.15rem; }
.value p { margin-top: 10px; color: var(--text-2); }
@media (max-width: 900px) { .values { grid-template-columns: 1fr; } }
.team-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(28px, 4vw, 56px); align-items: start; }
.people { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.person { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 18px; align-items: start; }
.person img { width: 100%; aspect-ratio: 430 / 450; object-fit: cover; border-radius: 10px; background: var(--surface-2); }
.person h3 { font-size: 1.08rem; }
.person .role { margin-top: 3px; font-size: .86rem; color: var(--red-text); font-weight: 500; }
.person .bio { margin-top: 8px; font-size: .92rem; color: var(--text-2); }
.video { position: relative; aspect-ratio: 9 / 16; border-radius: var(--r); overflow: hidden; background: #000; border: 1px solid var(--line); }
.video button { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: #000; }
.video button img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .2s ease, transform .4s ease; }
.video button:hover img { opacity: 1; transform: scale(1.02); }
.video .play { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; margin: -34px 0 0 -34px; border-radius: 50%; background: var(--red); display: grid; place-items: center; box-shadow: 0 10px 30px -8px rgba(219, 45, 46, .8); }
.video .play svg { width: 24px; height: 24px; margin-left: 4px; color: #fff; }
.video .video-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 18px; text-align: left; background: linear-gradient(transparent, rgba(0, 0, 0, .85)); font: 600 .95rem/1.3 var(--f-body); color: #fff; }
.video .video-label small { display: block; font: 500 .72rem var(--f-mono); color: #C9D0D8; margin-top: 4px; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video button:focus-visible { outline-offset: -4px; border-radius: var(--r); }
@media (max-width: 1180px) and (min-width: 1001px) { .people { grid-template-columns: 1fr; } }
@media (max-width: 1000px) { .team-grid { grid-template-columns: 1fr; } .video { max-width: 300px; } }
@media (max-width: 700px) { .people { grid-template-columns: 1fr; } .person { grid-template-columns: 110px minmax(0, 1fr); } }

/* ---------- Request form + contact ---------- */
.request-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 5vw, 72px); align-items: start; }
.contact-list { display: grid; border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 2px 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list svg { width: 20px; height: 20px; color: var(--muted); grid-row: span 2; margin-top: 2px; }
.contact-list dt { font-size: .8rem; color: var(--muted); }
.contact-list dd a { font-weight: 500; color: var(--text); }
.contact-list dd a:hover { text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }
.contact-list .mono { font-size: .98rem; }
.map { margin-top: 24px; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 10; background: var(--surface-2); }
.map iframe { width: 100%; height: 100%; border: 0; filter: var(--map-filter); }
.form-card { background: var(--surface); border: 1px solid var(--line-2); border-radius: 14px; padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-2); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 28px; }
.steps li { font-size: .8rem; color: var(--muted); padding-top: 10px; border-top: 3px solid var(--line); transition: border-color .25s ease, color .25s ease; }
.steps li span:first-child { font-family: var(--f-mono); margin-right: 6px; }
.steps li.done { border-top-color: var(--muted); color: var(--text-2); }
.steps li[aria-current="step"] { border-top-color: var(--red); color: var(--text); font-weight: 600; }
.step { border: 0; margin: 0; padding: 0; min-width: 0; display: grid; gap: 22px; }
.step.slide-in { animation: step-in .4s var(--ease-out) both; }
.step.slide-back { animation: step-back .4s var(--ease-out) both; }
@keyframes step-in { from { opacity: 0; transform: translateX(26px); } }
@keyframes step-back { from { opacity: 0; transform: translateX(-26px); } }
.step legend { padding: 0; margin-bottom: 18px; font: 700 1.3rem/1.2 var(--f-display); font-stretch: 108%; color: var(--text); }
.form-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-nav .btn-red { margin-left: auto; }
.consent { margin-top: 16px; font-size: .78rem; line-height: 1.5; color: var(--muted); }
.success .ok-mark { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--ok-bg); border: 1px solid var(--ok-line); color: var(--ok-text); margin-bottom: 20px; }
.success .ok-mark svg { width: 24px; height: 24px; }
.success h3 { font-size: 1.45rem; }
.success p { margin-top: 12px; color: var(--text-2); }
.success .summary { margin-top: 18px; padding: 16px 18px; border-radius: 8px; background: var(--bg-2); border: 1px solid var(--line); font: 400 .84rem/1.6 var(--f-mono); color: var(--text-2); white-space: pre-line; }
.success .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.demo-note { margin-top: 16px; font: 500 .72rem var(--f-mono); color: var(--muted); }
.request-grid--form-first { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.info-col h2 { font-size: 1.35rem; margin-bottom: 18px; }
@media (max-width: 900px) { .request-grid, .request-grid--form-first { grid-template-columns: 1fr; } }

/* Artículo: portada, cuerpo de lectura y llamada final. */
.art-head { padding: clamp(28px, 4vw, 48px) 0 clamp(18px, 2.4vw, 28px); background: var(--hero-bg); border-bottom: 1px solid var(--line); }
.art-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; font: 600 .74rem/1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.art-meta span + span { padding-left: 14px; border-left: 1px solid var(--line-2); }
.art-head h1 { margin-top: 14px; font: 800 clamp(1.9rem, 3.6vw, 3rem)/1.08 var(--f-display); font-stretch: 112%; letter-spacing: -.02em; text-wrap: balance; max-width: 22ch; }
.art-head .lede { margin-top: 16px; max-width: 46em; }
.art-wrap { padding: clamp(28px, 4vw, 48px) 0 clamp(36px, 5vw, 64px); }
.art-photo { margin: 0 0 clamp(24px, 3vw, 40px); }
.art-photo img { width: 100%; height: auto; border-radius: 16px; border: 1px solid var(--line); }
.art-body { max-width: 68ch; }
.art-body p { margin-bottom: 1.15em; font-size: clamp(1rem, 1.15vw, 1.1rem); line-height: 1.7; color: var(--text-2); }
.art-body p:first-child { font-size: clamp(1.06rem, 1.3vw, 1.2rem); color: var(--text); }
.art-cta { margin-top: clamp(32px, 4vw, 52px); padding: clamp(24px, 3vw, 36px); border-radius: 18px; background: var(--surface); border: 1px solid var(--line); max-width: 68ch; }
.art-cta h2 { font: 700 clamp(1.25rem, 2vw, 1.6rem)/1.15 var(--f-display); font-stretch: 112%; }
.art-cta p { margin-top: 10px; color: var(--text-2); }
.art-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* Páginas de divisiones en mantenimiento (Insurance, CRP Now) */
.soon { position: relative; overflow: hidden; min-height: min(78svh, 760px); display: grid; align-items: center;
  padding: clamp(48px, 8vw, 96px) 0; background: var(--hero-bg); border-bottom: 1px solid var(--line); }
.soon::before { content: ""; position: absolute; left: 50%; top: 42%; width: min(90vw, 760px); aspect-ratio: 1; transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(219, 45, 46, .16), transparent 72%); pointer-events: none; }
.soon-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.soon-mark { width: clamp(96px, 14vw, 150px); height: auto; margin-bottom: 26px; filter: drop-shadow(0 18px 40px rgba(219, 45, 46, .35)); }
.soon-name { margin-top: 14px; font: 800 clamp(2.4rem, 7vw, 4.6rem)/1 var(--f-display); font-stretch: 112%; letter-spacing: -.03em; text-wrap: balance; }
.soon-status { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 9px 16px; border: 1px solid var(--line-2); border-radius: 999px;
  font: 600 .76rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--text-2); background: var(--surface); }
.soon-dot { width: 8px; height: 8px; border-radius: 50%; background: #E0A33A; box-shadow: 0 0 0 0 rgba(224, 163, 58, .6); animation: soonPulse 2s ease-out infinite; }
@keyframes soonPulse { to { box-shadow: 0 0 0 10px rgba(224, 163, 58, 0); } }
.soon .lede { margin-top: 22px; max-width: 36em; }
.soon-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
@media (prefers-reduced-motion: reduce) { .soon-dot { animation: none; } }
