/* Siriustraffic — Neuaufbau 2026
   Eigenstaendige Datei. style.css bleibt fuer die Rechtsseiten unveraendert. */

:root {
  --ink: #2D2A28;
  --navy: #6B2D3B;
  --navy-2: #8B3A4A;
  --gold: #C9A96E;
  --gold-l: #E8D5B0;
  --gold-dim: rgba(201, 169, 110, 0.13);
  --cream: #FDF9F5;
  --cream-2: #F5EDE6;
  --tx: #2D2A28;
  --tx-l: #5A5550;
  --tx-m: #8A8480;
  --line: #E8DDD5;
  --r: 6px;
  --r-l: 16px;
  --sh-s: 0 2px 10px rgba(107, 45, 59, 0.07);
  --sh: 0 10px 34px rgba(107, 45, 59, 0.13);
  --sh-l: 0 20px 60px rgba(107, 45, 59, 0.18);
  --mx: 1160px;
}

html, body { max-width: 100%; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--tx); font-family: var(--font-body); line-height: 1.7; }
img, table { max-width: 100%; }

.wrap { width: 100%; max-width: var(--mx); margin: 0 auto; padding: 0 24px; }
.wrap-n { max-width: 820px; }

/* ---------- Cabecera ---------- */

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(253, 249, 245, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.hd { max-width: var(--mx); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 20px; position: relative; }
.logo a { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo img { width: 46px; height: 46px; border-radius: var(--r); transition: transform 0.4s cubic-bezier(.22,.61,.36,1); }
.logo a:hover img { transform: rotate(-4deg) scale(1.04); }
.logo-line1 { font-family: var(--font-heading); font-size: 1.24rem; font-weight: 700; letter-spacing: 0.01em; color: var(--navy); }

.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { font-family: var(--font-body); font-size: 0.9rem; color: var(--tx-l); text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
.nav a:hover, .nav a.is-active { color: var(--navy); border-bottom-color: var(--gold); }

.header-notice { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ad-badge { font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); background: var(--gold-dim); border: 1px solid rgba(201,169,110,.4); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.domain-name { font-size: .78rem; color: var(--tx-m); }
.burger { display: none; background: none; border: none; color: var(--navy); font-size: 1.25rem; cursor: pointer; width: 44px; height: 44px; }

/* ---------- Secciones ---------- */

.sect { padding: clamp(48px, 7vw, 88px) 0; }
.sect-alt { background: var(--cream-2); }
.sect-dark { background: var(--navy); color: var(--cream); }
.eyebrow { display: inline-block; font-family: var(--font-body); font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.sect h2 { font-family: var(--font-heading); font-size: clamp(1.65rem, 3.4vw, 2.45rem); line-height: 1.18; color: var(--navy); margin-bottom: 16px; }
.sect-dark h2 { color: var(--cream); }
.lead { color: var(--tx-l); font-size: 1.02rem; max-width: 62ch; }
.sect-dark .lead { color: rgba(253,249,245,.78); }
.head { margin-bottom: 40px; }
.head-c { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.head-c .lead { margin: 0 auto; }

/* ---------- Botones ---------- */

.b { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-body); font-size: .93rem; font-weight: 700; padding: 15px 30px; border: 1px solid transparent; border-radius: var(--r); text-decoration: none; cursor: pointer; position: relative; overflow: hidden; transition: transform .2s, box-shadow .25s, background .25s, color .25s; }
.b-gold { background: linear-gradient(135deg, var(--gold-l), var(--gold)); color: var(--ink); }
.b-gold::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.42) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s ease; }
.b-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(201,169,110,.4); }
.b-gold:hover::after { transform: translateX(120%); }
.b-ghost { background: transparent; border-color: rgba(253,249,245,.45); color: var(--cream); }
.b-ghost:hover { background: rgba(253,249,245,.1); }
.b-dark { background: var(--navy); color: var(--cream); }
.b-dark:hover { transform: translateY(-2px); box-shadow: var(--sh); }
.b-light { background: #fff; color: var(--navy); }
.b-light:hover { transform: translateY(-2px); box-shadow: var(--sh); }
.b-full { width: 100%; }

/* ---------- Héroe ---------- */

.hero { position: relative; background: var(--navy); color: var(--cream); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .38; transform: scale(1.06); animation: heroIn 1.7s cubic-bezier(.22,.61,.36,1) forwards; }
@keyframes heroIn { to { transform: scale(1); } }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(45,42,40,.95) 0%, rgba(45,42,40,.74) 46%, rgba(45,42,40,.42) 100%); }
.hero-in { position: relative; z-index: 2; padding: clamp(58px, 9vw, 120px) 0; }
.hero h1 { font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.13; color: var(--cream); margin-bottom: 20px; max-width: 17ch; }
.hero h1 em { font-style: italic; color: var(--gold-l); }
.hero-lead { font-size: 1.06rem; line-height: 1.75; color: rgba(253,249,245,.85); max-width: 56ch; margin-bottom: 32px; }
.hero-act { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.facts { display: flex; flex-wrap: wrap; gap: 40px; padding-top: 30px; border-top: 1px solid rgba(253,249,245,.16); }
.fact strong { display: block; font-family: var(--font-heading); font-size: 1.7rem; color: var(--gold-l); line-height: 1.1; }
.fact span { font-size: .82rem; color: rgba(253,249,245,.7); }

/* ---------- Flota (tipográfica, sin fotos ajenas) ---------- */

.fleet { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 30px 30px 32px; position: relative; overflow: hidden; transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s, border-color .3s; }
.fcard::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--gold-l), var(--gold)); opacity: 0; transition: opacity .3s; }
.fcard:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: rgba(201,169,110,.45); }
.fcard:hover::before { opacity: 1; }
.fcard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.fcard h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--navy); }
.fcard-n { font-family: var(--font-heading); font-size: 2.1rem; line-height: 1; color: var(--gold); opacity: .55; }
.fcard p { font-size: .96rem; color: var(--tx-l); margin-bottom: 20px; }
.fspec { list-style: none; display: grid; gap: 10px; padding-top: 18px; border-top: 1px solid var(--line); }
.fspec li { position: relative; padding-left: 22px; font-size: .9rem; color: var(--tx-l); }
.fspec li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.fnote { margin-top: 22px; font-size: .88rem; color: var(--tx-m); }
.fnote i { color: var(--gold); margin-right: 6px; }

/* ---------- Pasos ---------- */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: st; }
.step { counter-increment: st; position: relative; padding-top: 54px; }
.step::before { content: counter(st, decimal-leading-zero); position: absolute; top: 0; left: 0; font-family: var(--font-heading); font-size: 1.95rem; color: var(--gold); line-height: 1; }
.step::after { content: ""; position: absolute; top: 42px; left: 0; width: 34px; height: 1px; background: var(--gold); }
.step h3 { font-family: var(--font-heading); font-size: 1.1rem; color: var(--navy); margin-bottom: 8px; }
.step p { font-size: .93rem; color: var(--tx-l); }

/* ---------- Incluido / no incluido ---------- */

.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 28px 28px 30px; }
.panel h3 { font-family: var(--font-heading); font-size: 1.18rem; color: var(--navy); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.panel ul { list-style: none; display: grid; gap: 12px; }
.panel li { position: relative; padding-left: 28px; font-size: .95rem; color: var(--tx-l); }
.panel li i { position: absolute; left: 0; top: 6px; font-size: .82rem; }
.yes li i { color: #2e7d32; }
.no li i { color: var(--tx-m); }

/* ---------- Condiciones (oscuro) ---------- */

.cond3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cond { background: rgba(253,249,245,.05); border: 1px solid rgba(253,249,245,.14); border-radius: var(--r-l); padding: 26px; }
.cond h3 { font-family: var(--font-heading); font-size: 1.05rem; color: var(--gold-l); margin-bottom: 8px; }
.cond p { font-size: .92rem; color: rgba(253,249,245,.76); }

/* ---------- Bloque imagen + texto ---------- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.split-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-l); box-shadow: var(--sh); display: block; }
.split-media figcaption { margin-top: 12px; font-size: .82rem; color: var(--tx-m); border-left: 2px solid var(--gold); padding-left: 12px; }
.split-body p { color: var(--tx-l); margin-bottom: 14px; }
.tick { list-style: none; display: grid; gap: 11px; margin-top: 20px; }
.tick li { position: relative; padding-left: 28px; color: var(--tx-l); font-size: .95rem; }
.tick li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 3px; color: var(--gold); font-size: .8rem; }

/* ---------- FAQ ---------- */

.faq { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); transition: background .25s; }
.faq-item.open { background: rgba(201,169,110,.05); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-heading); font-size: 1.06rem; color: var(--navy); padding: 20px 0; min-height: 44px; }
.faq-q i { color: var(--gold); font-size: .82rem; transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 0 20px; color: var(--tx-l); font-size: .95rem; }

/* ---------- Formulario ---------- */

.formcard { max-width: 720px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(26px, 4vw, 42px); box-shadow: var(--sh-s); }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-size: .84rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.fg input, .fg select, .fg textarea { width: 100%; font-family: var(--font-body); font-size: .95rem; color: var(--tx); background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 13px 15px; transition: border-color .25s, box-shadow .25s, background .25s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px var(--gold-dim); }
.fchk { display: flex; align-items: flex-start; gap: 11px; margin: 22px 0; }
.fchk input { width: 18px; height: 18px; margin-top: 4px; flex-shrink: 0; accent-color: var(--gold); }
.fchk label { font-size: .86rem; color: var(--tx-l); font-weight: 400; }
.fchk a { color: var(--tx-l); text-decoration: underline; }
.fnote-c { margin-top: 16px; font-size: .8rem; color: var(--tx-m); text-align: center; }

/* ---------- Pie ---------- */

.footer { background: var(--navy); color: rgba(253,249,245,.72); padding: 48px 0 26px; }
.footer a { color: rgba(253,249,245,.72); text-decoration: none; }
.footer a:hover { color: var(--gold-l); }
.footer .logo-line1 { color: var(--cream); }
.fgrid { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 26px; border-bottom: 1px solid rgba(253,249,245,.14); }
.ftag { margin-top: 10px; font-size: .86rem; max-width: 34ch; }
.flinks { display: flex; flex-wrap: wrap; gap: 16px; font-size: .88rem; }
.fcontact { font-size: .86rem; line-height: 1.85; }
.fbottom { padding-top: 22px; }
.fdisc { font-size: .76rem; line-height: 1.7; color: rgba(253,249,245,.55); margin-bottom: 14px; }
.fcopy { font-size: .82rem; color: rgba(253,249,245,.6); }

/* ---------- Blog ---------- */

.bhero { background: var(--cream-2); border-bottom: 1px solid var(--line); padding: clamp(40px, 6vw, 66px) 0; }
.bhero h1 { font-family: var(--font-heading); font-size: clamp(1.8rem, 4vw, 2.7rem); color: var(--navy); margin-bottom: 14px; max-width: 20ch; }
.bhero p { color: var(--tx-l); max-width: 62ch; }
.bgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.post { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 28px 28px 30px; text-decoration: none; color: inherit; position: relative; overflow: hidden; transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s, border-color .3s; }
.post::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--gold-l), var(--gold)); opacity: 0; transition: opacity .3s; }
.post:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: rgba(201,169,110,.45); }
.post:hover::before { opacity: 1; }
.ptag { display: inline-block; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); background: var(--gold-dim); border: 1px solid rgba(201,169,110,.35); padding: 5px 11px; border-radius: 999px; margin-bottom: 14px; align-self: flex-start; }
.pmeta { display: flex; flex-wrap: wrap; gap: 14px; font-size: .78rem; color: var(--tx-m); margin-bottom: 10px; }
.pmeta i { color: var(--gold); margin-right: 5px; }
.post h2 { font-family: var(--font-heading); font-size: 1.24rem; line-height: 1.28; color: var(--navy); margin-bottom: 11px; }
.pexc { font-size: .94rem; color: var(--tx-l); margin-bottom: 20px; flex: 1; }
.pmore { font-size: .88rem; font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; }
.pmore i { color: var(--gold); transition: transform .25s; }
.post:hover .pmore i { transform: translateX(4px); }

/* ---------- Artículo ---------- */

.ahero { background: var(--cream-2); border-bottom: 1px solid var(--line); padding: clamp(26px, 4vw, 46px) 0; }
.crumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .8rem; color: var(--tx-m); margin-bottom: 18px; }
.crumb a { color: var(--tx-m); text-decoration: none; }
.crumb a:hover { color: var(--gold); }
.ahero h1 { font-family: var(--font-heading); font-size: clamp(1.6rem, 3.6vw, 2.4rem); line-height: 1.18; color: var(--navy); margin: 10px 0 18px; }
.ameta { display: flex; flex-wrap: wrap; gap: 18px; font-size: .83rem; color: var(--tx-m); }
.ameta i { color: var(--gold); margin-right: 6px; }
.amain { padding: clamp(32px, 5vw, 56px) 0 clamp(48px, 6vw, 76px); }
.abody { background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(24px, 4vw, 44px); }
.alead { font-family: var(--font-heading); font-size: 1.16rem; line-height: 1.68; color: var(--navy); padding-left: 18px; border-left: 3px solid var(--gold); margin-bottom: 30px; }
.abody h2 { font-family: var(--font-heading); font-size: 1.42rem; color: var(--navy); margin: 34px 0 14px; }
.abody h3 { font-family: var(--font-heading); font-size: 1.12rem; color: var(--navy); margin: 24px 0 10px; }
.abody p { color: var(--tx-l); margin-bottom: 15px; }
.abody strong { color: var(--navy); }
.abody ul { list-style: none; display: grid; gap: 10px; margin: 14px 0 22px; }
.abody ul li { position: relative; padding-left: 24px; color: var(--tx-l); }
.abody ul li::before { content: ""; position: absolute; left: 3px; top: 12px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.abody ol { list-style: none; counter-reset: an; display: grid; gap: 14px; margin: 14px 0 22px; }
.abody ol li { counter-increment: an; position: relative; padding-left: 42px; color: var(--tx-l); min-height: 26px; }
.abody ol li::before { content: counter(an, decimal-leading-zero); position: absolute; left: 0; top: 0; font-family: var(--font-heading); font-size: .95rem; color: var(--gold); }
.note { display: flex; gap: 14px; background: var(--cream-2); border-left: 3px solid var(--gold); border-radius: var(--r); padding: 18px 20px; margin: 26px 0; }
.note i { color: var(--gold); margin-top: 5px; flex-shrink: 0; }
.note p { margin: 0; color: var(--navy); font-size: .94rem; }
.tw { overflow-x: auto; margin: 20px 0 26px; border: 1px solid var(--line); border-radius: var(--r); }
.tbl { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 460px; background: #fff; }
.tbl th, .tbl td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--tx-l); }
.tbl th { font-family: var(--font-heading); color: var(--navy); background: var(--cream-2); white-space: nowrap; }
.tbl tr:last-child td { border-bottom: none; }
.acta { margin-top: 40px; background: var(--navy); border-radius: var(--r-l); padding: 34px 30px; text-align: center; }
.acta h2 { font-family: var(--font-heading); font-size: 1.34rem; color: var(--cream); margin-bottom: 12px; }
.acta p { color: rgba(253,249,245,.78); max-width: 52ch; margin: 0 auto 24px; font-size: .96rem; }
.arel { margin-top: 44px; }
.arel h2 { font-family: var(--font-heading); font-size: 1.2rem; color: var(--navy); margin-bottom: 18px; }
.relg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rel { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; text-decoration: none; transition: border-color .25s, transform .25s; }
.rel:hover { border-color: rgba(201,169,110,.55); transform: translateY(-3px); }
.rel span { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.rel strong { font-family: var(--font-heading); font-size: .97rem; font-weight: 500; line-height: 1.35; color: var(--navy); }

/* ---------- Aparición al desplazar ---------- */

.rv, .rvg > * { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.rv.in, .rvg.in > * { opacity: 1; transform: none; }
.rvg > *:nth-child(1) { transition-delay: 0ms; }
.rvg > *:nth-child(2) { transition-delay: 90ms; }
.rvg > *:nth-child(3) { transition-delay: 180ms; }
.rvg > *:nth-child(4) { transition-delay: 270ms; }
.rvg > *:nth-child(5) { transition-delay: 360ms; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

@media (prefers-reduced-motion: reduce) {
  .rv, .rvg > * { opacity: 1; transform: none; transition: none; }
  .hero-media img { animation: none; transform: none; }
}

/* ---------- Adaptativo ---------- */

@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .nav a { font-size: .85rem; }
  .domain-name { display: none; }
}

@media (max-width: 940px) {
  .relg, .cond3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .hd { gap: 12px; padding: 10px 20px; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 4px 20px 14px; box-shadow: var(--sh-s); transform: translateY(-8px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .28s ease, opacity .28s ease, visibility .28s ease; z-index: 99; }
  .nav.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav a { display: block; font-size: .98rem; padding: 14px 2px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: none; }
  .burger { display: inline-flex; align-items: center; justify-content: center; order: 3; }
  .header-notice { order: 2; margin-left: auto; }
}

@media (max-width: 768px) {
  .fleet, .cols2, .bgrid, .frow { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .sect { padding: 44px 0; }
  .logo img { width: 40px; height: 40px; }
  .logo-line1 { font-size: 1.1rem; }
  .ad-badge { font-size: .58rem; padding: 4px 8px; letter-spacing: .1em; }
  .hero-in { padding: 52px 0 44px; }
  .hero h1 { font-size: clamp(1.75rem, 8.5vw, 2.3rem); max-width: none; }
  .hero-lead { font-size: .98rem; margin-bottom: 26px; }
  .hero-act { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 34px; }
  .hero-act .b { width: 100%; }
  .facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; padding-top: 24px; }
  .fact strong { font-size: 1.4rem; }
  .fact span { font-size: .76rem; }
  .sect h2 { font-size: clamp(1.45rem, 6.5vw, 1.9rem); }
  .lead { font-size: .96rem; }
  .head, .head-c { margin-bottom: 28px; }
  .fcard { padding: 24px 22px 26px; }
  .fcard h3 { font-size: 1.16rem; }
  .steps { grid-template-columns: 1fr; gap: 22px; }
  .step { padding-top: 0; padding-left: 46px; }
  .step::before { font-size: 1.5rem; }
  .step::after { top: 30px; width: 26px; }
  .panel { padding: 22px 20px 24px; }
  .cond { padding: 20px; }
  .split-media img { aspect-ratio: 3/2; }
  .faq-q { font-size: .98rem; padding: 17px 0; }
  .formcard { padding: 22px 18px 26px; }
  .fg input, .fg select, .fg textarea { font-size: 16px; padding: 13px 14px; }
  .fchk label { font-size: .83rem; }
  .b { padding: 15px 24px; min-height: 48px; }
  .footer { padding: 38px 0 24px; }
  .fgrid { flex-direction: column; gap: 22px; }
  .fdisc { font-size: .74rem; }
  .bhero { padding: 34px 0; }
  .bhero h1 { font-size: clamp(1.5rem, 7vw, 2rem); max-width: none; }
  .post { padding: 22px 20px 24px; }
  .post h2 { font-size: 1.12rem; }
  .ahero { padding: 22px 0 26px; }
  .ahero h1 { font-size: clamp(1.4rem, 6.8vw, 1.9rem); }
  .ameta { gap: 12px; font-size: .78rem; }
  .abody { padding: 22px 18px 26px; }
  .alead { font-size: 1.04rem; padding-left: 14px; }
  .abody h2 { font-size: 1.24rem; margin-top: 28px; }
  .abody p, .abody ul li, .abody ol li { font-size: .95rem; }
  .note { padding: 15px 16px; gap: 11px; }
  .acta { padding: 26px 20px; }
  .acta .b { width: 100%; }
  .crumb { font-size: .75rem; gap: 6px; }
}

@media (max-width: 380px) {
  .wrap { padding: 0 15px; }
  .logo-line1 { font-size: 1rem; }
  .ad-badge { font-size: .54rem; padding: 3px 7px; }
  .facts { grid-template-columns: 1fr; gap: 16px; }
  .tbl { min-width: 380px; font-size: .86rem; }
  .tbl th, .tbl td { padding: 10px 12px; }
}

@media (max-height: 480px) and (orientation: landscape) {
  .hero-in { padding: 36px 0 30px; }
  .nav { max-height: 70vh; overflow-y: auto; }
}

/* ---------- Flota con imagen ---------- */
.fcard { padding: 0; display: flex; flex-direction: column; }
.fcard-media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--cream-2); border-radius: var(--r-l) var(--r-l) 0 0; }
.fcard-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.fcard:hover .fcard-media img { transform: scale(1.05); }
.fcard-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.fcard-body .fspec { margin-top: auto; }
.split-solo { max-width: 820px; }
.split-solo .tick { columns: 2; column-gap: 32px; }
.split-solo .tick li { break-inside: avoid; margin-bottom: 11px; }

@media (max-width: 640px) {
  .fcard-body { padding: 22px 20px 24px; }
  .fcard-media { aspect-ratio: 16 / 10; }
  .split-solo .tick { columns: 1; }
}

/* ---------- Bilder im Ratgeber ---------- */
.post { padding: 0; }
.post-media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--cream-2); border-radius: var(--r-l) var(--r-l) 0 0; }
.post-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.post:hover .post-media img { transform: scale(1.05); }
.post-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.acover { margin: 0 0 30px; }
.acover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; border-radius: var(--r-l); box-shadow: var(--sh); }
.acover figcaption { margin-top: 12px; font-size: .82rem; color: var(--tx-m); border-left: 2px solid var(--gold); padding-left: 12px; }

@media (max-width: 640px) {
  .post-body { padding: 22px 20px 24px; }
  .post-media { aspect-ratio: 16 / 10; }
}
