/* Universo Tequila — V1 mobile-first */
:root {
  --azul: #2a6e8c;
  --azul-oscuro: #1b4a60;
  --azul-noche: #10222e;
  --azul-claro: #eaf3f7;
  --agave: #6f9d55;
  --ambar: #c98f3d;
  --arena: #f7f4ee;
  --tinta: #22323c;
  --gris: #6b7c86;
  --linea: #dde7ec;
  --blanco: #ffffff;
  --radio: 14px;
  --sombra: 0 2px 10px rgba(16, 34, 46, .08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--arena);
  color: var(--tinta);
  line-height: 1.5;
  padding-bottom: 74px; /* espacio para la barra de navegación inferior */
}
img { max-width: 100%; }
a { color: var(--azul); text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Encabezado ---------- */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: var(--blanco);
  border-bottom: 1px solid var(--linea);
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px;
}
.topbar .brandmark { display: flex; align-items: center; gap: 10px; }
.topbar .brandmark img { height: 40px; width: 40px; }
.topbar .brandmark span { font-weight: 700; color: var(--azul-oscuro); letter-spacing: .02em; }
.langswitch { display: flex; gap: 4px; }
.langsel { position: relative; display: inline-block; }
.langsel-cur {
  display: inline-block; background: var(--azul); color: #fff; border-radius: 8px;
  padding: 5px 12px; font-size: 13px; font-weight: 700; letter-spacing: .02em;
}
.langsel select {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; font-size: 16px;
}

.demo-banner {
  background: #8a5a2a; color: #fff; font-size: 12px; font-weight: 600;
  text-align: center; padding: 6px 14px;
}

/* ---------- Navegación inferior ---------- */
.bottomnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  background: var(--blanco); border-top: 1px solid var(--linea);
  display: flex; justify-content: space-around;
  padding: 6px 0 calc(8px + env(safe-area-inset-bottom));
}
.bottomnav a {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: 11px; color: var(--gris); min-width: 64px; font-weight: 600;
}
.bottomnav a .ico { font-size: 20px; line-height: 1; }
.bottomnav a.active { color: var(--azul); }

/* ---------- Contenido ---------- */
.view { max-width: 720px; margin: 0 auto; padding: 18px 16px 30px; }
.view h1 { font-size: 24px; color: var(--azul-oscuro); margin-bottom: 6px; }
.view h2 { font-size: 18px; color: var(--azul-oscuro); margin: 22px 0 10px; }
.muted { color: var(--gris); font-size: 14px; }
.backlink { display: inline-block; margin-bottom: 12px; font-size: 14px; font-weight: 600; }

/* ---------- Home ---------- */
.hero { text-align: center; padding: 26px 10px 8px; }
.hero img { height: 130px; width: 130px; }
.hero .taglines { margin: 16px 0 8px; }
.hero .taglines div { font-size: 21px; font-weight: 700; color: var(--azul-oscuro); }
.hero .taglines div:nth-child(2) { color: var(--agave); }
.hero .taglines div:nth-child(3) { color: var(--ambar); }
.hero p { margin: 10px auto 18px; max-width: 420px; }
.cta-row { display: flex; flex-direction: column; gap: 10px; max-width: 340px; margin: 0 auto; }

/* ---------- Botones ---------- */
.btn {
  display: block; width: 100%; text-align: center;
  padding: 13px 18px; border-radius: var(--radio); border: none;
  font-size: 15px; font-weight: 700; letter-spacing: .02em;
}
.btn-primary { background: var(--azul); color: #fff; }
.btn-secondary { background: var(--blanco); color: var(--azul-oscuro); border: 1.5px solid var(--azul); }
.btn-ghost { background: transparent; color: var(--azul-oscuro); border: 1.5px solid var(--linea); }
.btn-amber { background: var(--ambar); color: #fff; }
.btn:active { opacity: .85; }
.btn + .btn { margin-top: 8px; }
.btn-inline { display: inline-block; width: auto; padding: 9px 16px; font-size: 13px; }

/* ---------- Rejillas y tarjetas ---------- */
.grid-brands { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.brand-card {
  background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra);
  padding: 18px 12px; text-align: center; display: block;
}
/* Logo de marca con respaldo a iniciales */
.blogo {
  width: 100%; height: 72px; margin: 0 auto 8px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.blogo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.blogo .initials { font-weight: 800; font-size: 18px; color: var(--azul-oscuro); }
.blogo.nologo {
  width: 72px; height: 72px; border-radius: 50%; background: var(--azul-claro);
}
.blogo.nologo .initials { display: block; }
.blogo-lg { width: 130px; height: 90px; margin: 0; flex-shrink: 0; }
.blogo-lg.nologo { width: 90px; height: 90px; }
.blogo-lg .initials { font-size: 24px; }

/* Foto de botella (con respaldo a la copa SVG) */
.bottle-img { max-height: 96px; max-width: 100%; object-fit: contain; filter: drop-shadow(0 2px 3px rgba(16,34,46,.15)); }
.bottle-img-lg { max-height: 130px; filter: drop-shadow(0 3px 6px rgba(0,0,0,.35)); }
.brand-head { display: flex; align-items: center; gap: 16px; }
.brand-head > div { min-width: 0; }
.brand-head h1 { margin-bottom: 2px; }
.brand-links { font-size: 13px; font-weight: 700; margin-top: 4px; display: flex; flex-wrap: wrap; align-items: center; }
.brand-links a { white-space: nowrap; }
.brand-links .sep { color: var(--linea); margin: 0 6px; }
.brand-head h1 { font-size: 22px; }
.brand-card .bname { font-weight: 700; color: var(--tinta); font-size: 14px; }
.brand-card .bcount { font-size: 12px; color: var(--gris); }

.grid-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.pcard {
  background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra);
  padding: 14px; display: flex; flex-direction: column; gap: 6px;
}
.pcard .pbrand { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--azul); }
.pcard .pname { font-weight: 700; font-size: 15px; line-height: 1.25; }
.pcard .pclass {
  align-self: flex-start; font-size: 11px; font-weight: 700;
  background: var(--azul-claro); color: var(--azul-oscuro);
  padding: 2px 8px; border-radius: 999px;
}
.pcard .bottle {
  height: 96px; display: flex; align-items: center; justify-content: center;
}
.glass { display: block; filter: drop-shadow(0 2px 3px rgba(16,34,46,.12)); }
.pcard .dominant { font-size: 12px; color: var(--gris); min-height: 18px; }
.pcard .actions { display: flex; gap: 6px; margin-top: 4px; }
.pcard .actions .btn { padding: 8px 4px; font-size: 12px; border-radius: 10px; }

/* ---------- Buscador y filtros ---------- */
.searchbox {
  width: 100%; padding: 12px 14px; border-radius: var(--radio);
  border: 1.5px solid var(--linea); font-size: 15px; background: var(--blanco);
  margin-bottom: 10px;
}
.searchbox:focus { outline: none; border-color: var(--azul); }
.filters { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.filters select {
  flex: 1; min-width: 130px; padding: 9px 10px; border-radius: 10px;
  border: 1.5px solid var(--linea); background: var(--blanco); font-size: 14px; color: var(--tinta);
}

/* ---------- Ficha de producto ---------- */
.ficha-head {
  background: linear-gradient(160deg, var(--azul-oscuro), var(--azul));
  color: #fff; border-radius: var(--radio); padding: 22px 18px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.ficha-head .ficha-text { min-width: 0; }
.ficha-head .ficha-glass { flex-shrink: 0; }
.ficha-head .ficha-glass .glass { filter: drop-shadow(0 3px 6px rgba(0,0,0,.35)); }
.ficha-head .fbrand { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.ficha-head h1 { color: #fff; font-size: 26px; margin: 2px 0 4px; }
.ficha-head .fclass {
  display: inline-block; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35);
  padding: 3px 12px; border-radius: 999px; font-size: 13px; font-weight: 700;
}
.datalist { background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); padding: 6px 16px; }
.datalist .row {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 9px 0; border-bottom: 1px solid var(--linea); font-size: 14px;
}
.datalist .row:last-child { border-bottom: none; }
.datalist .row .k { color: var(--gris); flex-shrink: 0; }
.datalist .row .v { text-align: right; font-weight: 600; }

/* ---------- Perfil sensorial (barras) ---------- */
.profile-card { background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); padding: 16px; }
.pf-row { display: grid; grid-template-columns: 86px 1fr 30px; align-items: center; gap: 10px; margin: 9px 0; }
.pf-row .pf-label { font-size: 13px; font-weight: 600; color: var(--tinta); }
.pf-row .pf-val { font-size: 13px; font-weight: 700; color: var(--azul-oscuro); text-align: right; }
.pf-track { height: 10px; background: var(--azul-claro); border-radius: 999px; overflow: hidden; }
.pf-fill { height: 100%; border-radius: 999px; background: var(--azul); }
.pf-fill.agave { background: var(--agave); }
.pf-fill.wood, .pf-fill.sweetness { background: var(--ambar); }
.profile-meta { margin-top: 10px; font-size: 12px; color: var(--gris); }
.tag-demo {
  display: inline-block; background: #f3e3cf; color: #8a5a2a;
  font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 6px; letter-spacing: .03em;
}
.tag-ok { display: inline-block; background: #e4efdc; color: #47663a; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 6px; }
.pending-box {
  background: var(--azul-claro); border-radius: var(--radio);
  padding: 16px; font-size: 14px; color: var(--azul-oscuro);
}

/* ---------- Degustación ---------- */
.taste-wrap { max-width: 480px; margin: 0 auto; padding: 20px 18px 40px; }
.taste-progress { height: 6px; background: var(--linea); border-radius: 999px; margin-bottom: 8px; overflow: hidden; }
.taste-progress div { height: 100%; background: var(--agave); border-radius: 999px; transition: width .25s; }
.taste-step-label { font-size: 12px; color: var(--gris); font-weight: 600; margin-bottom: 26px; }
.taste-product { font-size: 13px; font-weight: 700; color: var(--azul); margin-bottom: 4px; text-transform: uppercase; letter-spacing: .05em; }
.taste-q { font-size: 24px; font-weight: 800; color: var(--azul-oscuro); margin-bottom: 30px; line-height: 1.25; }
.slider-ends { display: flex; justify-content: space-between; font-size: 13px; color: var(--gris); font-weight: 600; margin-bottom: 6px; }
.bigvalue { text-align: center; font-size: 56px; font-weight: 800; color: var(--azul); margin: 8px 0 2px; }
input[type=range] {
  -webkit-appearance: none; width: 100%; height: 34px; background: transparent;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 12px; border-radius: 999px;
  background: linear-gradient(90deg, var(--azul-claro), var(--azul));
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 32px; height: 32px; margin-top: -10px;
  border-radius: 50%; background: #fff; border: 3px solid var(--azul);
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
input[type=range]::-moz-range-track { height: 12px; border-radius: 999px; background: var(--azul-claro); }
input[type=range]::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 3px solid var(--azul); }
.taste-nav { display: flex; gap: 10px; margin-top: 34px; }
.taste-nav .btn { flex: 1; }

.stars { display: flex; justify-content: center; gap: 10px; margin: 10px 0 6px; }
.stars button { background: none; border: none; font-size: 42px; color: #d8dee3; padding: 0; line-height: 1; }
.stars button.on { color: var(--ambar); }
.rating-label { text-align: center; font-weight: 700; color: var(--azul-oscuro); min-height: 24px; margin-bottom: 8px; }
textarea.comment {
  width: 100%; min-height: 110px; border-radius: var(--radio); border: 1.5px solid var(--linea);
  padding: 12px; font-size: 15px; font-family: inherit; resize: vertical; background: var(--blanco);
}
textarea.comment:focus { outline: none; border-color: var(--azul); }

/* ---------- Resultado / recomendaciones ---------- */
.learned {
  background: linear-gradient(160deg, var(--azul-oscuro), var(--azul));
  color: #fff; border-radius: var(--radio); padding: 20px 18px; margin-bottom: 18px;
}
.learned h2 { color: #fff; margin: 0 0 8px; font-size: 20px; }
.learned .hl { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.learned .hl span {
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px; padding: 4px 12px; font-size: 13px; font-weight: 600;
}
.rec-card {
  background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra);
  padding: 16px; margin-bottom: 14px;
}
.rec-type { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--agave); margin-bottom: 4px; }
.rec-name { font-size: 18px; font-weight: 800; color: var(--azul-oscuro); }
.rec-score {
  display: inline-block; margin: 6px 0; background: var(--azul-claro); color: var(--azul-oscuro);
  border-radius: 999px; padding: 4px 12px; font-weight: 800; font-size: 14px;
}
.rec-why { font-size: 13px; color: var(--gris); font-weight: 700; margin-top: 6px; }
.rec-expl { font-size: 14px; margin: 4px 0 12px; }
.rec-actions { display: flex; gap: 8px; }
.rec-actions .btn { flex: 1; padding: 10px; font-size: 13px; }

/* ---------- Mi Universo ---------- */
.stat-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 6px; }
.stat-tile { background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); text-align: center; padding: 14px 6px; }
.stat-tile .n { font-size: 26px; font-weight: 800; color: var(--azul); }
.stat-tile .l { font-size: 11px; color: var(--gris); font-weight: 600; }
.tasting-item {
  background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra);
  padding: 14px 16px; margin-bottom: 10px;
}
.tasting-item .ti-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.tasting-item .ti-name { font-weight: 700; }
.tasting-item .ti-stars { color: var(--ambar); font-size: 14px; letter-spacing: 1px; white-space: nowrap; }
.tasting-item .ti-date { font-size: 12px; color: var(--gris); }
.tasting-item .ti-comment { font-size: 13px; color: var(--tinta); margin-top: 6px; font-style: italic; }

/* ---------- Curador ---------- */
.cur-item { background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); padding: 12px 14px; margin-bottom: 8px; }
.cur-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.cur-name { font-weight: 700; font-size: 14px; }
.cur-sub { font-size: 12px; color: var(--gris); }
.cur-edit { margin-top: 12px; border-top: 1px solid var(--linea); padding-top: 12px; }
.cur-edit .pf-row { grid-template-columns: 86px 1fr 42px; }
.cur-edit input[type=range] { height: 26px; }
.cur-edit input[type=range]::-webkit-slider-thumb { width: 24px; height: 24px; margin-top: -6px; }
.cur-edit .field { margin: 10px 0; }
.cur-edit .field label { display: block; font-size: 12px; color: var(--gris); font-weight: 700; margin-bottom: 4px; }
.cur-edit .field input[type=text] {
  width: 100%; padding: 9px 10px; border-radius: 10px; border: 1.5px solid var(--linea); font-size: 14px;
}
.cur-tools { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.cur-tools .btn { width: auto; flex: 1; min-width: 140px; padding: 10px; font-size: 13px; }
.progressline { background: var(--blanco); border-radius: var(--radio); padding: 12px 16px; box-shadow: var(--sombra); margin-bottom: 14px; font-size: 14px; font-weight: 600; color: var(--azul-oscuro); }

/* ---------- Verificación de edad ---------- */
.agegate {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 30px 24px 40px;
  max-width: 420px; margin: 0 auto;
}
.agegate .langswitch { margin-bottom: 26px; }
.agegate img { width: 120px; height: 120px; }
.agegate h1 { color: var(--azul-oscuro); font-size: 24px; margin: 14px 0 20px; }
.agegate .age-q { font-size: 15px; color: var(--tinta); margin-bottom: 4px; }
.agegate .age-c { font-size: 19px; font-weight: 800; color: var(--azul-oscuro); margin-bottom: 20px; }
.agegate .age-actions { width: 100%; }
.agegate .age-denied {
  background: #f3e3cf; color: #8a5a2a; border-radius: var(--radio);
  padding: 14px 16px; font-size: 14px; font-weight: 600;
}
.agegate .age-note { margin-top: 26px; font-size: 12px; color: var(--gris); }

/* ---------- Pie de página ---------- */
.site-footer {
  max-width: 720px; margin: 30px auto 0; padding: 22px 16px 10px;
  border-top: 1px solid var(--linea); text-align: center;
}
.site-footer .sf-note { font-size: 12px; color: var(--gris); margin-bottom: 16px; }
.site-footer .sf-block { margin-bottom: 14px; font-size: 13px; }
.site-footer .sf-title {
  display: block; font-size: 11px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--azul-oscuro); margin-bottom: 4px;
}
.site-footer .sf-social a { font-weight: 700; }
.site-footer .sf-social .sep { color: var(--linea); margin: 0 8px; }
.site-footer .sf-addr { color: var(--gris); font-size: 12px; margin-top: 2px; }
.site-footer .sf-copy { font-size: 11px; color: var(--gris); margin-top: 10px; }
.site-footer .sf-block .sep { color: var(--linea); margin: 0 8px; }

.privacy-body p { margin-bottom: 12px; font-size: 14px; }

/* ---------- Gaby ---------- */
.gaby-teaser {
  display: flex; align-items: stretch; gap: 0; margin: 26px 0 8px;
  background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); overflow: hidden;
  color: var(--tinta);
}
.gaby-teaser-img { width: 40%; min-height: 150px; object-fit: cover; object-position: 70% 30%; flex-shrink: 0; }
.gaby-teaser-img.is-banner { object-position: 55% 30%; }
.gaby-teaser-text { padding: 14px 14px 14px 16px; display: flex; flex-direction: column; justify-content: center; }
.gaby-teaser .gt-title { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--azul); }
.gaby-teaser .gt-name { font-size: 17px; font-weight: 800; color: var(--azul-oscuro); line-height: 1.2; margin: 2px 0; }
.gaby-teaser .gt-sub { font-size: 13px; color: var(--gris); }

.gaby-hero { position: relative; max-height: 420px; overflow: hidden; background: var(--azul-noche); }
.gaby-hero-img { width: 100%; height: 300px; object-fit: cover; object-position: 60% 25%; display: block; }
.gaby-hero-img.is-banner { height: 260px; object-position: 50% 25%; }
.gaby-hero-text {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; color: #fff;
  background: linear-gradient(180deg, rgba(16,34,46,0) 0%, rgba(16,34,46,.85) 100%);
}
.gaby-hero-text h1 { color: #fff; font-size: 24px; margin: 0; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
.gaby-role { font-size: 13px; opacity: .95; font-weight: 600; }
.gaby p { font-size: 15px; margin-bottom: 12px; }
.gaby-intro { font-size: 16px !important; color: var(--azul-oscuro); }
.gaby-milestones { display: grid; grid-template-columns: 1fr; gap: 6px; margin: 16px 0 6px; }
.gm { display: flex; gap: 12px; align-items: baseline; background: var(--blanco); border-radius: 12px; padding: 10px 14px; box-shadow: var(--sombra); font-size: 14px; }
.gm-year { font-weight: 800; color: var(--ambar); flex-shrink: 0; min-width: 44px; }
.gaby-quote {
  border-left: 4px solid var(--agave); background: var(--blanco); border-radius: 0 var(--radio) var(--radio) 0;
  padding: 14px 16px; margin: 6px 0 16px; font-size: 16px; font-style: italic; color: var(--azul-oscuro);
}
.gaby-quote footer { font-style: normal; font-size: 12px; color: var(--gris); margin-top: 6px; }
.gaby-kuni { display: flex; gap: 14px; align-items: center; background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); padding: 14px; }
.gaby-kuni-glass { flex-shrink: 0; }
.gaby-kuni p { margin: 0; font-size: 14px; }
.gaby-podcast { display: flex; gap: 14px; align-items: center; background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); padding: 14px; margin-top: 22px; font-size: 14px; color: var(--tinta); }
.gaby-podcast > div { min-width: 0; }
.site-footer .sf-social { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.gaby-podcast img { width: 84px; height: 84px; flex-shrink: 0; }
@media (min-width: 700px) {
  .gaby-milestones { grid-template-columns: 1fr 1fr; }
  .gaby-hero-img { height: 400px; }
  .gaby-hero-img.is-banner { height: 300px; }
}

/* ---------- Cuenta ---------- */
.acc-box {
  background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra);
  padding: 14px 16px; margin: 6px 0 16px; font-size: 14px;
}
.acc-box.acc-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.acc-box.acc-in > div { min-width: 0; }
.acc-hello { font-weight: 800; color: var(--azul-oscuro); font-size: 16px; }
.acc-why { margin-bottom: 10px; }
.acc-actions { display: flex; gap: 8px; }
.acc-actions .btn { flex: 1; padding: 10px; font-size: 13px; }
.acc-form { background: var(--blanco); border-radius: var(--radio); box-shadow: var(--sombra); padding: 16px; margin-top: 14px; }
.acc-form label { display: block; font-size: 12px; font-weight: 700; color: var(--gris); margin-bottom: 12px; }
.acc-form input {
  display: block; width: 100%; margin-top: 4px; padding: 11px 12px; border-radius: 10px;
  border: 1.5px solid var(--linea); font-size: 16px; font-family: inherit; color: var(--tinta); background: var(--blanco);
}
.acc-form input:focus { outline: none; border-color: var(--azul); }
.acc-form .hint { display: block; font-weight: 500; font-size: 11px; margin-top: 3px; }
.acc-error { background: #f8e1dc; color: #8a2a1e; border-radius: 10px; padding: 9px 12px; font-size: 13px; font-weight: 600; margin-bottom: 12px; }

.footer-note {
  max-width: 720px; margin: 26px auto 0; padding: 0 16px;
  font-size: 12px; color: var(--gris); text-align: center;
}

.toast {
  position: fixed; bottom: 86px; left: 50%; transform: translateX(-50%);
  background: var(--azul-noche); color: #fff; padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600; z-index: 60; box-shadow: var(--sombra);
  animation: fadeup .25s;
}
@keyframes fadeup { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (min-width: 700px) {
  .grid-products { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .cta-row { flex-direction: row; max-width: 560px; }
}

/* Código de verificación */
.acc-form input.code-input { font-size: 26px; letter-spacing: 10px; text-align: center; font-weight: 800; color: var(--azul-oscuro); }
