/* ══════════════════════════════════════════════════════════════════
   Sistema visual de Tutigool
   Tokens de color, tipografía y componentes compartidos por todo el sitio.
   Todo lo específico de una página vive en su propio <style>.
   ══════════════════════════════════════════════════════════════════ */

.material-symbols-outlined { font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24 }
  .sports-depth { box-shadow: 0 10px 30px -5px rgba(33, 63, 149, 0.12) }
  .parallax-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 120%;
    background-size: cover; background-position: center; z-index: -1; will-change: transform;
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,39,123,0.90) 0%, rgba(33,63,149,0.74) 100%);
    z-index: 0;
  }

  /* Loader */
  #loader { position:fixed; inset:0; z-index:9999; background:#00277b; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:24px; transition:opacity 0.7s ease,visibility 0.7s ease; }
  #loader.fade-out { opacity:0; visibility:hidden; pointer-events:none; }
  .loader-ring { width:56px; height:56px; border:4px solid rgba(176,241,203,0.3); border-top-color:#b0f1cb; border-radius:50%; animation:spin 0.9s linear infinite; }
  @keyframes spin { to { transform:rotate(360deg); } }

  /* Mobile Menu */
  #mobile-menu { transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  #mobile-menu.open { transform: translateX(0); }

  /* Scroll-to-top */
  #scroll-top { opacity: 0; pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; transform: translateY(10px); }
  #scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

  /* ══════════════════════════════════════════════════════════════
     LANDING DE PRODUCTO
     Todas las decisiones de color y medida viven en estas variables.
     ══════════════════════════════════════════════════════════════ */
  .t-landing {
    --t-blue:      #00277b;   /* azul Tutigool */
    --t-blue-dark: #001a54;
    --t-red:       #c1272d;   /* rojo del acabado bicolor */
    --t-green:     #2c694c;
    --t-ice:       #f0f4fb;   /* fondo de sección claro */
    --t-ink:       #171c21;
    --t-muted:     rgba(23,28,33,.66);
    --t-line:      rgba(23,28,33,.12);
    --t-max:       1100px;
    color: var(--t-ink);
    line-height: 1.6;
    font-family: 'Inter', system-ui, sans-serif;
  }
  .t-landing *, .t-landing *::before, .t-landing *::after { box-sizing: border-box; }

  .t-landing .t-wrap { max-width: var(--t-max); margin: 0 auto; padding: 0 1.25rem; }
  .t-landing .t-sec  { padding: clamp(2.75rem, 8vw, 4.5rem) 0; }
  .t-landing .t-sec--ice  { background: var(--t-ice); }
  .t-landing .t-sec--dark { background: var(--t-blue); color: #fff; }

  .t-landing h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    font-weight: 800; line-height: 1.18; letter-spacing: -.02em;
    margin: 0 0 1rem; text-wrap: balance; color: var(--t-blue);
  }
  .t-landing .t-sec--dark h2 { color: #fff; }
  .t-landing h3 { font-family: 'Montserrat', sans-serif; font-size: 1.12rem; font-weight: 700; margin: 0 0 .45rem; }
  .t-landing p  { margin: 0 0 1rem; }
  .t-landing .t-lead { font-size: 1.06rem; color: var(--t-muted); max-width: 62ch; }
  .t-landing .t-sec--dark .t-lead { color: rgba(255,255,255,.85); }
  .t-landing .t-center { text-align: center; }
  .t-landing .t-center .t-lead { margin-inline: auto; }

  .t-landing .t-eyebrow {
    display: inline-block; font-family: 'Hanken Grotesk', sans-serif;
    font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    color: var(--t-blue); margin-bottom: .9rem;
  }
  .t-landing .t-sec--dark .t-eyebrow { color: rgba(255,255,255,.75); }

  .t-landing img { max-width: 100%; height: auto; display: block; border-radius: 14px; }

  .t-landing .t-split { display: grid; gap: 2.5rem; align-items: center; grid-template-columns: 1fr; }
  @media (min-width: 850px) {
    .t-landing .t-split { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
    .t-landing .t-split--flip > :first-child { order: 2; }
  }

  .t-landing .t-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 700px) {
    .t-landing .t-grid--2 { grid-template-columns: repeat(2,1fr); }
    .t-landing .t-grid--3 { grid-template-columns: repeat(3,1fr); }
  }

  .t-landing .t-card { background: #fff; border: 1px solid var(--t-line); border-radius: 16px; padding: 1.6rem; }
  .t-landing .t-sec--ice .t-card { border-color: rgba(23,28,33,.08); }

  /* Tarjeta de producto */
  .t-landing .t-prod { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
  /* Los renders vienen recortados sobre fondo blanco: contain, no cover */
  .t-landing .t-prod > img {
    border-radius: 0; aspect-ratio: 3/2; object-fit: contain; width: 100%;
    background: #fff; padding: .5rem; transition: opacity .2s ease;
  }

  /* ── Ficha de producto (galería + configurador) ── */
  .t-landing .t-pdp { display: grid; gap: 2rem; grid-template-columns: 1fr; padding: 2.5rem 0 3.5rem; }
  @media (min-width: 900px) {
    .t-landing .t-pdp { grid-template-columns: 1.05fr .95fr; gap: 3rem; }
    .t-landing .t-gallery { position: sticky; top: 104px; align-self: start; }
  }
  .t-landing .t-gallery-main { position: relative; background: #fff; border: 1px solid var(--t-line); border-radius: 18px; overflow: hidden; }
  .t-landing .t-gallery-main img { width: 100%; aspect-ratio: 3/2; object-fit: contain; padding: 1rem; border-radius: 0; transition: opacity .2s ease; }
  .t-landing .t-badge {
    position: absolute; top: 1rem; left: 1rem; background: var(--t-blue); color: #fff;
    font-family: 'Hanken Grotesk', sans-serif; font-size: .7rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; padding: .35rem .85rem; border-radius: 999px;
  }
  .t-landing .t-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin-top: .75rem; }
  .t-landing .t-thumb { background: #fff; border: 2px solid var(--t-line); border-radius: 12px; padding: .2rem; cursor: pointer; transition: border-color .18s ease; }
  .t-landing .t-thumb:hover { border-color: rgba(0,39,123,.35); }
  .t-landing .t-thumb.is-active { border-color: var(--t-blue); }
  .t-landing .t-thumb img { width: 100%; aspect-ratio: 3/2; object-fit: contain; border-radius: 8px; }

  .t-landing .t-pdp-info h1 {
    font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 3.6vw, 2.5rem); font-weight: 800;
    line-height: 1.15; letter-spacing: -.02em; color: var(--t-blue); margin: 0 0 .6rem; text-wrap: balance;
  }
  .t-landing .t-pdp-sub { color: var(--t-muted); font-size: 1rem; margin-bottom: 1.6rem; }
  .t-landing .t-optgroup { margin-bottom: 1.5rem; }
  .t-landing .t-optgroup-t {
    display: flex; align-items: center; gap: .8rem; font-family: 'Hanken Grotesk', sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--t-muted); margin-bottom: .7rem;
  }
  .t-landing .t-optgroup-t::after { content: ""; flex: 1; height: 1px; background: var(--t-line); }
  .t-landing .t-optgroup-t b { color: var(--t-ink); letter-spacing: .06em; }

  .t-landing .t-extras { border: 1px solid var(--t-line); border-radius: 14px; background: #fff; margin-bottom: 1.5rem; }
  .t-landing .t-extras > summary {
    cursor: pointer; list-style: none; padding: .95rem 2.2rem .95rem 1.1rem; font-weight: 700;
    position: relative; font-size: .95rem;
  }
  .t-landing .t-extras > summary::-webkit-details-marker { display: none; }
  .t-landing .t-extras > summary::after {
    content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
    font-size: 1.4rem; font-weight: 400; color: var(--t-blue);
  }
  .t-landing .t-extras[open] > summary::after { content: "−"; }
  .t-landing .t-extras > div { padding: 0 1.1rem 1.2rem; }

  .t-landing .t-pdp-total {
    display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
    border-top: 1px solid var(--t-line); border-bottom: 1px solid var(--t-line);
    padding: 1.1rem 0; margin-bottom: 1.2rem;
  }
  /* Solo el rótulo "Total": los spans de dentro del <small> mantienen su tamaño */
  .t-landing .t-pdp-total > span { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; }
  .t-landing .t-pdp-total strong { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.2rem; color: var(--t-blue); letter-spacing: -.02em; }
  .t-landing .t-pdp-total small { display: block; text-align: right; color: var(--t-muted); font-size: .8rem; font-weight: 400; }
  .t-landing .t-cta--buy { text-transform: uppercase; letter-spacing: .06em; font-size: 1.05rem; padding: 1.15rem 2rem; }

  .t-landing .t-checks { list-style: none; margin: 1.6rem 0 0; padding: 0; }
  .t-landing .t-checks li { display: flex; gap: .65rem; align-items: flex-start; padding: .4rem 0; font-size: .95rem; }
  .t-landing .t-checks li::before {
    content: "✓"; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%;
    background: var(--t-green); color: #fff; font-size: .72rem; font-weight: 700;
    display: grid; place-items: center; margin-top: .18rem;
  }
  .t-landing .t-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 1.5rem; }
  .t-landing .t-badges div {
    border: 1px solid var(--t-line); border-radius: 14px; padding: .9rem .6rem; text-align: center;
    font-size: .78rem; font-weight: 600; line-height: 1.35; background: #fff; color: var(--t-ink);
  }
  .t-landing .t-badges .t-badges-ico { display: block; font-size: 1.2rem; margin-bottom: .3rem; }

  .t-landing .t-desglose { margin-top: 1.4rem; }
  .t-landing .t-desglose summary {
    cursor: pointer; list-style: none; font-size: .88rem; font-weight: 600; color: var(--t-blue);
  }
  .t-landing .t-desglose summary::-webkit-details-marker { display: none; }
  .t-landing .t-desglose summary::before { content: "▸ "; }
  .t-landing .t-desglose[open] summary::before { content: "▾ "; }
  .t-landing .t-desglose .t-sum-row { border-bottom: 1px dashed var(--t-line); padding: .6rem 0; display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; }
  .t-landing .t-desglose .t-sum-row small { display: block; color: var(--t-muted); font-size: .78rem; }
  .t-landing .t-desglose .t-sum-row b { color: var(--t-blue); white-space: nowrap; }

  /* ── Qué incluye el juego completo ── */
  .t-landing .t-incluye { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 760px) { .t-landing .t-incluye { grid-template-columns: 1fr 1fr; gap: 1rem 2rem; } }
  .t-landing .t-inc {
    display: flex; gap: 1rem; align-items: flex-start;
    background: #fff; border: 1px solid var(--t-line); border-radius: 14px; padding: 1.1rem 1.2rem;
  }
  /* span.t-inc-n gana en especificidad a la regla de .t-inc span de abajo */
  .t-landing .t-inc span.t-inc-n {
    flex: 0 0 auto; min-width: 2.4rem; height: 2.4rem; padding: 0 .5rem; border-radius: 999px;
    background: var(--t-blue); color: #fff; display: grid; place-items: center;
    font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .95rem; line-height: 1;
  }
  .t-landing .t-inc b { display: block; font-size: .98rem; margin-bottom: .15rem; }
  .t-landing .t-inc span { display: block; font-size: .86rem; color: var(--t-muted); line-height: 1.45; }
  .t-landing .t-inc span.t-norma {
    display: inline-block; margin-top: .4rem; font-family: 'Hanken Grotesk', sans-serif;
    font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    color: var(--t-green); background: rgba(44,105,76,.09); border-radius: 999px; padding: .22rem .6rem;
  }

  /* ── Accesorios sueltos ── */
  .t-landing .t-acc { display: flex; flex-direction: column; text-align: center; }
  .t-landing .t-acc-ico { display: block; margin-bottom: .9rem; }
  .t-landing .t-acc-ico svg { width: 36px; height: 36px; margin: 0 auto; display: block; stroke: var(--t-blue); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .t-landing .t-acc h3 { margin-bottom: .35rem; }
  .t-landing .t-acc-desc { color: var(--t-muted); font-size: .9rem; margin-bottom: 1rem; }
  .t-landing .t-acc-price {
    font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.9rem;
    color: var(--t-blue); letter-spacing: -.02em; margin-bottom: 1.1rem;
  }
  .t-landing .t-acc-price small { display: block; font-family: 'Inter', sans-serif; font-weight: 400; font-size: .76rem; color: var(--t-muted); letter-spacing: 0; margin-top: .2rem; }
  .t-landing .t-stepper { display: flex; align-items: stretch; justify-content: center; gap: .4rem; margin-bottom: 1.1rem; }
  .t-landing .t-stepper button {
    width: 42px; border: 1px solid var(--t-line); background: #fff; border-radius: 10px;
    font-size: 1.2rem; font-weight: 700; color: var(--t-blue); cursor: pointer; line-height: 1;
    transition: border-color .18s ease, background .18s ease;
  }
  .t-landing .t-stepper button:hover { border-color: var(--t-blue); background: var(--t-ice); }
  .t-landing .t-stepper input {
    width: 74px; text-align: center; border: 1px solid var(--t-line); border-radius: 10px;
    padding: .6rem .4rem; font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--t-ink); background: #fff;
  }
  .t-landing .t-stepper input:focus { outline: none; border-color: var(--t-blue); }
  .t-landing .t-acc .t-cta { margin-top: auto; }

  .t-landing .t-acc-bar {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem;
    background: #fff; border: 1px solid var(--t-line); border-radius: 16px;
    padding: 1.2rem 1.5rem; margin-top: 1.75rem;
  }
  .t-landing .t-acc-bar-t {
    display: block; font-family: 'Hanken Grotesk', sans-serif; font-size: .72rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase; color: var(--t-muted); margin-bottom: .25rem;
  }
  .t-landing .t-acc-bar-l { font-size: .95rem; }
  .t-landing .t-acc-bar-total { text-align: right; margin-left: auto; }
  .t-landing .t-acc-bar-total strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.7rem; color: var(--t-blue); letter-spacing: -.02em; }
  .t-landing .t-acc-bar-total small { color: var(--t-muted); font-size: .76rem; }
  @media (max-width: 640px) {
    .t-landing .t-acc-bar { flex-direction: column; align-items: stretch; text-align: center; }
    .t-landing .t-acc-bar-total { text-align: center; margin-left: 0; }
  }

  /* Los dos acabados, uno junto a otro */
  .t-landing .t-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .t-landing .t-dual figure { margin: 0; cursor: pointer; }
  .t-landing .t-dual img {
    background: #fff; border: 2px solid var(--t-line); border-radius: 14px; padding: .4rem;
    opacity: .45; filter: saturate(.7); transition: opacity .25s ease, border-color .25s ease, filter .25s ease;
  }
  .t-landing .t-dual figure.is-active img { opacity: 1; filter: none; border-color: var(--t-blue); }
  .t-landing .t-dual figcaption {
    text-align: center; font-size: .84rem; font-weight: 600; color: var(--t-muted); margin-top: .5rem;
  }
  .t-landing .t-dual figure.is-active figcaption { color: var(--t-blue); }
  .t-landing .t-prod-body { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
  .t-landing .t-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .9rem; }
  .t-landing .t-tag {
    font-family: 'Hanken Grotesk', sans-serif; font-size: .7rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    padding: .3rem .7rem; border-radius: 999px; background: var(--t-ice); color: var(--t-blue);
  }
  .t-landing .t-price {
    font-family: 'Montserrat', sans-serif; font-weight: 900; letter-spacing: -.02em;
    font-size: 2.6rem; line-height: 1; color: var(--t-blue); margin: .3rem 0 .25rem;
  }
  .t-landing .t-price-note { font-size: .82rem; color: var(--t-muted); margin-bottom: 1.2rem; }
  .t-landing .t-list { list-style: none; margin: 0 0 1.5rem; padding: 0; }
  .t-landing .t-list li { display: flex; gap: .6rem; padding: .35rem 0; font-size: .95rem; }
  .t-landing .t-list li::before { content: "✓"; color: var(--t-green); font-weight: 700; flex: 0 0 auto; }

  /* Muestras de color bicolor */
  .t-landing .t-swatches { display: flex; gap: .6rem; flex-wrap: wrap; margin: 0 0 1.4rem; }
  .t-landing .t-swatch {
    display: inline-flex; align-items: center; gap: .55rem; cursor: pointer;
    border: 2px solid var(--t-line); border-radius: 999px; padding: .45rem .95rem .45rem .5rem;
    font-size: .88rem; font-weight: 600; background: #fff; transition: border-color .18s ease, background .18s ease;
  }
  .t-landing .t-swatch:hover { border-color: rgba(0,39,123,.35); }
  .t-landing .t-swatch input { position: absolute; opacity: 0; pointer-events: none; }
  .t-landing .t-swatch:has(input:checked) { border-color: var(--t-blue); background: var(--t-ice); }
  .t-landing .t-swatch:has(input:focus-visible) { outline: 2px solid var(--t-blue); outline-offset: 2px; }
  .t-landing .t-chip {
    width: 26px; height: 26px; border-radius: 50%; flex: 0 0 auto;
    border: 1px solid rgba(23,28,33,.2);
  }
  .t-landing .t-chip--azul { background: linear-gradient(135deg, #fff 0 50%, var(--t-blue) 50% 100%); }
  .t-landing .t-chip--rojo { background: linear-gradient(135deg, #fff 0 50%, var(--t-red)  50% 100%); }

  /* Botones */
  .t-landing .t-cta {
    display: inline-block; background: var(--t-blue); color: #fff; text-decoration: none;
    font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; letter-spacing: .02em;
    padding: 1.05rem 2.4rem; border-radius: 999px; font-size: 1.02rem; border: 0; cursor: pointer;
    transition: background .18s ease, transform .18s ease;
  }
  .t-landing .t-cta:hover { background: var(--t-blue-dark); transform: translateY(-1px); }
  .t-landing .t-sec--dark .t-cta { background: #fff; color: var(--t-blue); }
  .t-landing .t-cta--ghost { background: transparent; color: var(--t-blue); border: 2px solid var(--t-blue); }
  .t-landing .t-cta--ghost:hover { background: var(--t-blue); color: #fff; }
  .t-landing .t-cta--block { display: block; width: 100%; text-align: center; }
  .t-landing .t-cta-note { font-size: .88rem; color: var(--t-muted); margin-top: .9rem; }
  .t-landing .t-sec--dark .t-cta-note { color: rgba(255,255,255,.8); }

  /* Sellos */
  .t-landing .t-seals { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin: 1.75rem 0 2.5rem; }
  .t-landing .t-seal { border: 1px solid var(--t-line); border-radius: 999px; padding: .5rem 1.1rem; font-size: .88rem; font-weight: 600; background: #fff; }
  .t-landing .t-seal::before { content: "✓ "; color: var(--t-green); }

  /* Tabla de tarifa */
  .t-landing .t-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .t-landing .t-table {
    width: 100%; min-width: 520px; border-collapse: separate; border-spacing: 0;
    background: #fff; border: 1px solid var(--t-line); border-radius: 16px; overflow: hidden; font-size: .94rem;
  }
  .t-landing .t-table th, .t-landing .t-table td { padding: .95rem 1rem; text-align: left; border-bottom: 1px solid var(--t-line); }
  .t-landing .t-table tr:last-child td { border-bottom: 0; }
  .t-landing .t-table thead th { font-family: 'Hanken Grotesk', sans-serif; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; background: var(--t-blue); color: #fff; }
  .t-landing .t-table td:last-child, .t-landing .t-table th:last-child { text-align: right; white-space: nowrap; }
  .t-landing .t-table .t-amount { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--t-blue); font-size: 1.05rem; }
  .t-landing .t-table small { color: var(--t-muted); display: block; }

  /* Configurador */
  .t-landing .t-config { display: grid; gap: 1.5rem; grid-template-columns: 1fr; align-items: start; }
  @media (min-width: 980px) {
    .t-landing .t-config { grid-template-columns: 1.35fr 1fr; gap: 2rem; }
    .t-landing .t-summary { position: sticky; top: 104px; }
  }
  .t-landing fieldset { border: 0; margin: 0 0 1.8rem; padding: 0; }
  .t-landing legend { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--t-blue); margin-bottom: .9rem; padding: 0; }
  .t-landing .t-opt {
    display: block; position: relative; border: 2px solid var(--t-line); border-radius: 14px;
    padding: .95rem 1.1rem; cursor: pointer; background: #fff;
    transition: border-color .18s ease, background .18s ease;
  }
  .t-landing .t-opt:hover { border-color: rgba(0,39,123,.35); }
  .t-landing .t-opt input { position: absolute; opacity: 0; pointer-events: none; }
  .t-landing .t-opt:has(input:checked) { border-color: var(--t-blue); background: var(--t-ice); }
  .t-landing .t-opt:has(input:focus-visible) { outline: 2px solid var(--t-blue); outline-offset: 2px; }
  .t-landing .t-opt b { display: block; font-size: .98rem; }
  .t-landing .t-opt span.t-sub { display: block; font-size: .85rem; color: var(--t-muted); }
  .t-landing .t-opt .t-opt-price { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--t-blue); white-space: nowrap; }
  .t-landing .t-opt--row { display: flex; align-items: center; gap: .85rem; }
  .t-landing .t-opt--row > span:nth-child(2) { flex: 1; }
  .t-landing .t-field { margin-top: 1rem; max-width: 22rem; }
  .t-landing .t-field label { display: block; font-family: 'Hanken Grotesk', sans-serif; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--t-muted); margin-bottom: .35rem; }
  .t-landing .t-field input,
  .t-landing .t-field select {
    width: 100%; border: 1px solid var(--t-line); border-radius: 10px; padding: .7rem .9rem;
    font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--t-ink); background: #fff;
  }
  .t-landing .t-field input:focus,
  .t-landing .t-field select:focus { outline: none; border-color: var(--t-blue); }
  .t-landing .t-field input:disabled { background: var(--t-ice); color: var(--t-muted); }
  /* Opción desactivada (fuera de península o pedido sin porterías):
     se sigue viendo, pero sin el resaltado de "elegida" */
  .t-landing .t-opt:has(input:disabled) {
    opacity: .55; cursor: not-allowed;
    border-color: var(--t-line) !important; background: #fff !important;
  }
  .t-landing .t-field small { display: block; font-size: .8rem; color: var(--t-muted); margin-top: .35rem; }

  /* Resumen */
  .t-landing .t-summary-box { background: var(--t-blue); color: #fff; border-radius: 18px; padding: 1.8rem; }
  .t-landing .t-sum-row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px dashed rgba(255,255,255,.18); }
  .t-landing .t-sum-row:last-of-type { border-bottom: 0; }
  .t-landing .t-sum-row small { display: block; color: rgba(255,255,255,.7); font-size: .8rem; }
  .t-landing .t-sum-row b { font-weight: 700; color: #b0f1cb; white-space: nowrap; }
  .t-landing .t-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid rgba(255,255,255,.25); margin-top: .8rem; padding-top: 1.1rem; }
  .t-landing .t-total span { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.15rem; }
  .t-landing .t-total strong { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.1rem; color: #b0f1cb; letter-spacing: -.02em; }
  .t-landing .t-total-note { text-align: right; font-size: .82rem; color: rgba(255,255,255,.8); }

  /* FAQ */
  .t-landing .t-faq { max-width: 780px; margin: 0 auto; }
  .t-landing .t-faq details { border-bottom: 1px solid var(--t-line); }
  .t-landing .t-faq summary { cursor: pointer; list-style: none; padding: 1.15rem 2rem 1.15rem 0; font-weight: 600; position: relative; }
  .t-landing .t-faq summary::-webkit-details-marker { display: none; }
  .t-landing .t-faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--t-blue); }
  .t-landing .t-faq details[open] summary::after { content: "−"; }
  .t-landing .t-faq details > div { padding: 0 0 1.35rem; color: var(--t-muted); }
  .t-landing .t-faq details > div p:last-child { margin-bottom: 0; }

  /* Barra fija de presupuesto */
  .t-sticky {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    display: flex; align-items: center; justify-content: space-between; gap: .8rem;
    background: #fff; border-top: 1px solid rgba(23,28,33,.12);
    box-shadow: 0 -6px 24px rgba(23,28,33,.10);
    padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
    transform: translateY(115%); transition: transform .25s ease;
    font-family: 'Inter', sans-serif;
  }
  .t-sticky.is-visible { transform: none; }
  .t-sticky-info { min-width: 0; line-height: 1.25; }
  .t-sticky-info b { display: block; font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .t-sticky-price { color: #00277b; font-weight: 800; font-size: 1.05rem; font-family: 'Montserrat', sans-serif; }
  .t-sticky-cta {
    flex: 0 0 auto; border: 0; cursor: pointer; background: #00277b; color: #fff;
    font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: .95rem;
    padding: .8rem 1.4rem; border-radius: 999px;
  }
  @media (max-width: 640px) { .t-sticky-cta { padding: .8rem 1rem; } }
  /* La barra fija tapa los botones flotantes: los subimos cuando está visible */
  body.sticky-on #scroll-top { bottom: 6rem; }
  body.sticky-on #wa-float  { bottom: 10.5rem; }

  /* ── Hitos (Conócenos) ── */
  .t-landing .t-hitos { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 700px) { .t-landing .t-hitos { grid-template-columns: repeat(5, 1fr); gap: 0; } }
  .t-landing .t-hito { background: #fff; border: 1px solid var(--t-line); border-radius: 14px; padding: 1.2rem 1.3rem; position: relative; }
  @media (min-width: 700px) {
    .t-landing .t-hito { border-radius: 0; border-left: none; }
    .t-landing .t-hito:first-child { border-radius: 14px 0 0 14px; border-left: 1px solid var(--t-line); }
    .t-landing .t-hito:last-child { border-radius: 0 14px 14px 0; }
  }
  .t-landing .t-hito-year { display: inline-block; font-family: 'Hanken Grotesk', sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--t-blue); border-radius: 999px; padding: .2rem .6rem; margin-bottom: .7rem; }
  .t-landing .t-hito:last-child .t-hito-year { background: var(--t-green); }
  .t-landing .t-hito h4 { font-family: 'Montserrat', sans-serif; font-size: .98rem; margin: 0 0 .4rem; }
  .t-landing .t-hito p { font-size: .86rem; color: var(--t-muted); margin: 0; }

  /* ── Noticias ── */
  .t-landing .t-news { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .t-landing .t-news { grid-template-columns: 1fr 1fr; } }
  .t-landing .t-new { background: #fff; border: 1px solid var(--t-line); border-radius: 14px; padding: 1.3rem 1.4rem; display: flex; flex-direction: column; }
  .t-landing .t-new-meta { font-family: 'Hanken Grotesk', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--t-blue); margin-bottom: .5rem; }
  .t-landing .t-new h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; line-height: 1.25; margin: 0 0 .5rem; letter-spacing: -.01em; }
  .t-landing .t-new p { font-size: .92rem; color: var(--t-muted); margin: 0 0 1rem; }
  .t-landing .t-new a.t-new-link { margin-top: auto; font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: .85rem; color: var(--t-blue); text-decoration: none; }
  .t-landing .t-new a.t-new-link:hover { text-decoration: underline; }
  .t-landing .t-new--feat { border-color: var(--t-blue); border-width: 2px; }
  /* ── Globo terráqueo (Distribuidores) ── */
  .t-landing .t-globo { background: linear-gradient(160deg, #060f2e 0%, var(--t-blue) 55%, #0a2a1a 100%); }
  .t-landing .t-globo-grid { display: grid; gap: 2.5rem; align-items: center; grid-template-columns: 1fr; }
  @media (min-width: 900px) { .t-landing .t-globo-grid { grid-template-columns: 3fr 2fr; gap: 3rem; } }
  .t-landing .t-globo-wrap { display: flex; justify-content: center; }
  .t-landing .t-globo h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; }
  .t-landing .t-globo-card { border: 1px solid rgba(255,255,255,.15); border-radius: 14px; padding: 1rem 1.2rem; background: rgba(176,241,203,.1); }
  /* ── Renders de portería en fondo transparente (flotan sobre el color de la página) ── */
  .t-landing .t-gallery-main { background: transparent; border: none; }
  .t-landing .t-gallery-main img { padding: 0; filter: drop-shadow(0 16px 28px rgba(0,39,123,.12)); }
  .t-landing .t-dual img { background: transparent; border: none; padding: 0; }
  .t-landing .t-dual figure.is-active img { border: none; }
  /* En las tarjetas de kit el render descansa sobre la propia tarjeta blanca, sin bloque aparte */
  .t-landing .t-prod > img { background: transparent; }
  /* Fichas: fila de documento como enlace */
  .t-landing a.t-inc { text-decoration: none; color: inherit; transition: border-color .18s ease, background .18s ease; }
  .t-landing a.t-inc:hover { border-color: var(--t-blue); background: var(--t-ice); }

  /* Banda del problema (fondo azul): textos en claro */
  .t-landing .t-problema .t-lead { color: rgba(255,255,255,.92); }
  .t-landing .t-problema .t-eyebrow { color: #b0f1cb; }
