
:root{--blue:#0b2545;--blue2:#123b63;--green:#12a67a;--green-dark:#0c8a66;--bg:#f4f7fb;--text:#172033;--muted:#5d6b82;--line:#dce5ef;--white:#fff;--shadow:0 16px 40px rgba(9,30,66,.10);--radius:20px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);line-height:1.6;background:#fff}a{color:inherit}img{max-width:100%}.container{max-width:1180px;margin:0 auto;padding:0 22px}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:50}.header-inner{height:74px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;text-decoration:none;color:var(--blue);font-size:1.15rem}.brand-mark{background:var(--blue);color:white;border-radius:12px;width:42px;height:42px;display:grid;place-items:center}.main-nav{display:flex;gap:18px;align-items:center;margin-left:auto}.main-nav a,.mobile-nav a{text-decoration:none;color:var(--muted);font-weight:650}.main-nav a.active,.main-nav a:hover{color:var(--blue)}.header-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;font-weight:800;text-decoration:none;border:0;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--blue);color:white}.btn-primary:hover{background:var(--blue2)}.btn-outline{border:1px solid var(--line);color:var(--blue);background:white}.btn-whatsapp{background:var(--green);color:white}.btn-whatsapp:hover{background:var(--green-dark)}.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:28px;color:var(--blue)}.mobile-nav{padding:16px 22px;border-top:1px solid var(--line);display:grid;gap:14px}.mobile-nav[hidden]{display:none!important}.hero{padding:72px 0;background:linear-gradient(135deg,#f8fbff,#eef6f2)}.hero.small{padding:58px 0}.two-col{display:grid;grid-template-columns:1.08fr .92fr;gap:42px}.align-center{align-items:center}.eyebrow{color:var(--green-dark);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin:0 0 12px}h1{font-size:clamp(2.1rem,5vw,4.2rem);line-height:1.04;margin:0 0 18px;color:var(--blue);letter-spacing:-.04em}h2{font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.12;margin:0 0 16px;color:var(--blue);letter-spacing:-.03em}h3{color:var(--blue);line-height:1.2}.lead{font-size:1.16rem;color:var(--muted);margin:0 0 24px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust{margin-top:18px;color:var(--muted);font-weight:650}.card{background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius);padding:24px}.section{padding:64px 0}.section.alt{background:var(--bg)}.section-link{margin-top:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.summary-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.summary-item strong{display:block;color:var(--blue);font-size:1.02rem}.summary-item span{color:var(--muted)}.country-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.country-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;text-decoration:none;display:grid;gap:4px;box-shadow:0 8px 20px rgba(9,30,66,.05)}.country-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.country-card span{font-size:2rem}.country-card small{color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}label{font-weight:750;color:var(--blue);display:grid;gap:6px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 13px;font:inherit;color:var(--text);background:#fff}textarea{resize:vertical}.check{display:flex;gap:10px;align-items:flex-start;margin:16px 0;color:var(--muted);font-weight:600}.check input{width:auto;margin-top:5px}.microcopy{font-size:.9rem;color:var(--muted);margin:12px 0 0}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.price-card{border:1px solid var(--line);background:white;border-radius:18px;padding:22px;text-align:center}.price-card strong{display:block;font-size:2.35rem;color:var(--blue);line-height:1.1}.price-card span{color:var(--muted);font-weight:800}.price-card.featured{border:2px solid var(--green);box-shadow:var(--shadow)}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:white;font-weight:900;margin-bottom:12px}.resource-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.resource-card{border:1px solid var(--line);border-radius:16px;padding:16px;text-decoration:none;background:white;display:grid;gap:8px}.resource-card strong{color:var(--blue)}.resource-card span{font-size:.92rem;color:var(--muted)}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px}.faq-list summary{font-weight:850;color:var(--blue);cursor:pointer}.cta{background:var(--blue);color:white;border-radius:28px;padding:36px;display:flex;justify-content:space-between;gap:20px;align-items:center}.cta.inline{margin-top:28px}.cta h2{color:white}.cta p{color:#d9e8f7}.site-footer{background:#071a30;color:#dbe7f4;padding:54px 0 92px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:24px}.site-footer h3{color:white}.site-footer ul{padding:0;list-style:none;margin:0;display:grid;gap:8px}.site-footer a{color:#dbe7f4;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:18px;color:#b8c7d8}.footer-useful{border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:18px}.footer-useful ul{display:flex;flex-wrap:wrap;gap:12px 20px}.mini{font-size:.92rem;color:#b8c7d8}.mobile-sticky{display:none}.notice{background:#fff7df;border:1px solid #f1d48b;border-radius:16px;padding:16px}.breadcrumbs{font-size:.92rem;color:var(--muted);margin-bottom:20px}.breadcrumbs a{color:var(--muted)}.article{max-width:900px}.article p,.article li{color:var(--muted)}.legal-content h2{margin-top:30px}.country-list-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:white;text-decoration:none;color:var(--blue);font-weight:700}.social-list{display:flex;gap:10px;flex-wrap:wrap}.social-list a{padding:10px 14px;border-radius:999px;background:var(--bg);text-decoration:none;font-weight:800;color:var(--blue)}.contact-list p{margin:10px 0}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;padding:0}.check-list li{background:#fff;border:1px solid var(--line);padding:14px;border-radius:14px}.check-list li:before{content:'✓';font-weight:900;color:var(--green-dark);margin-right:8px}.source-box{margin-top:18px;color:var(--muted);font-size:.95rem}.search-box{max-width:520px;margin-bottom:22px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{display:grid;gap:8px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px;text-decoration:none;box-shadow:0 8px 20px rgba(9,30,66,.05)}.blog-card small{color:var(--green-dark);font-weight:900;text-transform:uppercase;letter-spacing:.06em}.blog-card strong{color:var(--blue);font-size:1.1rem}.blog-card span{color:var(--muted)}@media (max-width:1100px){.main-nav{gap:12px}.main-nav a{font-size:.94rem}.header-actions .btn-outline{display:none}}@media (max-width:980px){.main-nav,.header-actions{display:none}.menu-toggle{display:block}.two-col,.country-list-columns{grid-template-columns:1fr}.grid-3,.grid-4,.country-grid,.resource-grid,.steps,.footer-grid,.blog-grid{grid-template-columns:1fr 1fr}.summary-grid{grid-template-columns:1fr 1fr}.hero{padding:48px 0}.mobile-sticky{position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;z-index:80}.mobile-sticky a{text-align:center;padding:14px 10px;text-decoration:none;font-weight:900;color:var(--blue)}.mobile-sticky a:last-child{background:var(--green);color:white}.site-footer{padding-bottom:110px}}@media (max-width:640px){.container{padding:0 16px}.grid-3,.grid-4,.country-grid,.resource-grid,.steps,.footer-grid,.summary-grid,.price-grid,.form-grid,.check-list,.blog-grid{grid-template-columns:1fr}.cta{display:block}.section{padding:46px 0}.card{padding:18px}.header-inner{height:66px}.brand span:last-child{font-size:1rem}.footer-useful ul{display:grid}.hero.small{padding:42px 0}}


/* Ajuste Entrega 3: Retell ocupa la esquina inferior; WhatsApp pasa al menú superior. */
.mobile-sticky{display:none!important}
@media (max-width:980px){
  .main-nav{display:none}
  .header-actions{display:flex!important;margin-left:auto;gap:8px}
  .header-actions .btn-outline{display:none!important}
  .header-actions .btn-whatsapp{display:inline-flex!important;padding:9px 13px;font-size:.9rem}
  .menu-toggle{display:block;margin-left:0}
  .site-footer{padding-bottom:54px}
}
@media (max-width:430px){
  .brand span:last-child{display:none}
  .header-actions .btn-whatsapp{padding:8px 11px;font-size:.86rem}
}
.article-meta{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 22px;color:var(--muted);font-size:.92rem}.article-callout{background:#eef8f4;border:1px solid #cfe9dd;border-radius:16px;padding:18px;margin:22px 0}.toc-box{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff;margin:22px 0}.toc-box ul{margin:0}.country-note{background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:18px}


/* Entrega 6: menú solo horizontal y bloques visuales */
.mobile-nav,.menu-toggle,.mobile-sticky{display:none !important}
@media (max-width:980px){
  .site-header{position:sticky;top:0}
  .header-inner{height:auto;min-height:74px;flex-wrap:wrap;padding:12px 0}
  .main-nav{display:flex !important;gap:12px;flex-wrap:wrap;justify-content:center;margin-left:0;width:100%;order:3}
  .header-actions{display:flex !important;margin-left:auto;gap:10px}
  .header-actions .btn-outline{display:inline-flex !important}
  .brand{margin-right:auto}
}
@media (max-width:640px){
  .main-nav{gap:10px;font-size:.95rem}
  .main-nav a{font-size:.92rem}
  .header-actions{width:100%;justify-content:flex-end}
  .header-actions .btn{padding:10px 14px}
}
.hero-figure,.wide-image-card,.blog-hero-card,.article-hero-image{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.hero-figure img,.wide-image-card img,.blog-hero-card img,.article-hero-image img{display:block;width:100%;height:auto}
.hero-figure figcaption,.wide-image-card figcaption,.blog-hero-card figcaption,.article-hero-image figcaption{padding:12px 16px;color:var(--muted);font-size:.94rem;background:#fff}
.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.visual-grid.two{grid-template-columns:repeat(2,1fr)}
.visual-note{color:var(--muted);font-size:.95rem;margin-top:12px}
.blog-card.with-cover{padding:0;overflow:hidden}
.blog-card.with-cover img{width:100%;height:190px;object-fit:cover;display:block}
.blog-card.with-cover .blog-card-body{padding:18px;display:grid;gap:10px}
@media (max-width:980px){.visual-grid,.visual-grid.two{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.visual-grid,.visual-grid.two{grid-template-columns:1fr}}


/* Entrega 8: marca, menú y footer */
.brand{font-size:1.18rem;font-weight:900;letter-spacing:-.02em}.brand-mark{display:none!important}.mobile-nav,.menu-toggle,.mobile-sticky{display:none!important}.header-inner{min-height:74px}.footer-grid-v2{grid-template-columns:1.15fr 2.4fr 1fr;align-items:start}.footer-brand-col .footer-subsection,.footer-contact-col .footer-subsection{margin-top:24px}.footer-country-list{columns:4;column-gap:26px;display:block!important}.footer-country-list li{break-inside:avoid;margin:0 0 8px}.footer-contact-col a{font-weight:800}.legal-under-contact{border-top:1px solid rgba(255,255,255,.15);padding-top:18px}.contact-buttons{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.contact-buttons a{min-width:150px}.blog-automation-box{background:#eef8f4;border:1px solid #cfe9dd;border-radius:18px;padding:20px;margin:24px 0}.retell-debug-box{background:#fff7df;border:1px solid #f1d48b;border-radius:16px;padding:16px;margin:20px 0}
@media (max-width:1100px){.footer-grid-v2{grid-template-columns:1fr}.footer-country-list{columns:3}.header-inner{height:auto;flex-wrap:wrap;padding:12px 0}.main-nav{order:3;width:100%;margin-left:0;justify-content:center;flex-wrap:wrap}.header-actions{margin-left:auto}}
@media (max-width:700px){.footer-country-list{columns:2}.main-nav{gap:10px}.main-nav a{font-size:.92rem}.header-actions .btn-outline{display:none!important}}
@media (max-width:430px){.footer-country-list{columns:1}.brand span:last-child{display:inline!important}.header-actions .btn-whatsapp{font-size:.86rem;padding:9px 12px}}


/* Entrega 9: footer uniforme y Retell visible */
.footer-contact-col a,
.footer-contact-col li a,
.legal-under-contact a,
.legal-under-contact li a{font-weight:400!important}
.footer-country-list strong{font-weight:400!important}
#retell-widget{z-index:9999!important}
/* Evitar textos internos bajo imágenes: las imágenes quedan limpias, sin pie visible. */
.hero-figure figcaption,.wide-image-card figcaption,.blog-hero-card figcaption,.article-hero-image figcaption{display:none!important}


/* Entrega 10: diseño inspirado en piezas de redes sociales */
:root{
  --blue:#050505;
  --blue2:#111111;
  --green:#25d366;
  --green-dark:#128c4a;
  --gold:#d7b35a;
  --bg:#0a0a0a;
  --text:#f6f6f6;
  --muted:#c8c8c8;
  --line:rgba(255,255,255,.16);
  --white:#fff;
  --shadow:0 24px 60px rgba(0,0,0,.45);
  --radius:22px;
}
body{background:#060606;color:#f5f5f5}
a{color:inherit}
.site-header{
  background:#050505!important;
  border-bottom:1px solid rgba(215,179,90,.22);
  backdrop-filter:none;
}
.header-inner{height:76px}
.brand{
  color:#fff!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  font-stretch:condensed;
}
.brand span:last-child{font-size:1.18rem}
.brand-mark{display:none!important}
.main-nav a,.mobile-nav a{
  color:#e9e9e9!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.88rem;
}
.main-nav a.active,.main-nav a:hover{color:#fff!important;border-bottom:2px solid var(--gold);padding-bottom:8px}
.btn{border-radius:8px;text-transform:uppercase;letter-spacing:.06em}
.btn-primary{background:#fff!important;color:#060606!important}
.btn-primary:hover{background:#e8e8e8!important}
.btn-outline{background:#fff!important;color:#060606!important;border:1px solid rgba(255,255,255,.55)!important}
.btn-whatsapp{background:#25d366!important;color:#fff!important}
.hero{
  position:relative;
  padding:0!important;
  min-height:740px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.86) 36%,rgba(0,0,0,.35) 62%,rgba(0,0,0,.25) 100%),
    url('/assets/img/hero-canje-de-licencia-redes.png') center/cover no-repeat!important;
  overflow:hidden;
}
.hero:before{
  content:"CANJE DE LICENCIA";
  position:absolute;
  left:0;
  top:34px;
  z-index:0;
  background:#000;
  color:#fff;
  padding:24px 56px 28px 42px;
  font-size:clamp(3.2rem,9vw,7.8rem);
  line-height:.88;
  letter-spacing:.045em;
  font-weight:950;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 20px 50px rgba(0,0,0,.55);
}
.hero>.container{
  position:relative;
  z-index:1;
  padding-top:250px;
  padding-bottom:54px;
}
.hero .two-col{grid-template-columns:1fr .85fr}
.hero h1{
  color:#fff!important;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-size:clamp(2rem,4.5vw,4.2rem);
  max-width:780px;
}
.hero h1::after{
  content:"";
  display:block;
  width:120px;
  height:3px;
  background:var(--gold);
  margin-top:24px;
}
.hero .lead{color:#f0f0f0;font-size:1.25rem;max-width:650px}
.hero .eyebrow{color:#fff!important}
.hero .trust{color:#e6e6e6}
.hero-actions{margin-top:28px}
.hero .card{
  background:rgba(0,0,0,.78)!important;
  border:1px solid rgba(215,179,90,.26)!important;
  color:#fff;
}
.hero .card h2,.hero .card label{color:#fff!important}
.hero .card input,.hero .card select,.hero .card textarea{
  background:rgba(255,255,255,.94);
  color:#111;
}
.hero .microcopy,.hero .check{color:#ddd!important}
.hero .check a{color:#fff;text-decoration:underline}
.hero .price-card{background:#050505!important;border:1px solid rgba(215,179,90,.35)}
.hero .price-card strong,.hero .price-card span{color:#fff!important}
.hero .price-card.featured{border:2px solid var(--gold)}
.section{background:#090909;color:#f5f5f5}
.section.alt{background:#101010}
h1,h2,h3{color:#fff!important}
.lead,.article p,.article li,.feature p,.resource-card span,.blog-card span,.summary-item span,.microcopy{color:#cfcfcf!important}
.feature,.summary-item,.country-card,.resource-card,.blog-card,.price-card,.faq-list details,.card{
  background:#111!important;
  color:#f5f5f5;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.feature h3,.country-card strong,.resource-card strong,.blog-card strong,.summary-item strong{color:#fff!important}
.country-card:hover,.blog-card:hover,.resource-card:hover{border-color:rgba(215,179,90,.45)!important;transform:translateY(-2px)}
.eyebrow{color:var(--gold)!important}
.price-card strong{color:#fff!important}
.price-card.featured{border:2px solid var(--gold)!important}
.step{background:#111!important;border:1px solid rgba(255,255,255,.14)!important}
.step:before{background:var(--gold);color:#000}
.cta{
  background:#000!important;
  border:1px solid rgba(215,179,90,.35);
  box-shadow:var(--shadow);
}
.cta h2{color:#fff!important}
.cta p{color:#ddd!important}
.site-footer{
  background:#000!important;
  color:#e7e7e7!important;
  border-top:1px solid rgba(215,179,90,.2);
}
.site-footer h3{color:#fff!important;text-transform:uppercase;letter-spacing:.08em;font-size:.96rem}
.site-footer a{color:#e7e7e7!important;font-weight:500!important}
.site-footer a strong{font-weight:500!important}
.footer-grid{
  grid-template-columns:1.3fr 1fr 1fr 2.2fr!important;
  align-items:start;
}
.footer-countries,.footer-paises,.footer-country-list{
  columns:3;
  column-gap:28px;
}
.footer-useful{border-top:1px solid rgba(255,255,255,.14)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14)}
.visual-grid,.gallery-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hero-figure,.wide-image-card,.blog-hero-card,.article-hero-image{
  background:#111!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow)
}
.hero-figure figcaption,.wide-image-card figcaption,.blog-hero-card figcaption,.article-hero-image figcaption{
  background:#111!important;
  color:#d6d6d6!important
}
.contact-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
  background:#000;
  margin-top:0;
}
.contact-strip a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:24px 18px;
  text-decoration:none;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.18);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
}
.contact-strip a:last-child{border-right:0}
.contact-strip span{color:#cfcfcf;font-weight:600;text-transform:none;letter-spacing:.04em}
@media(max-width:1100px){
  .hero:before{font-size:clamp(2.8rem,8vw,6rem)}
}
@media(max-width:980px){
  .hero{min-height:auto;background-position:center}
  .hero>.container{padding-top:210px}
  .hero .two-col{grid-template-columns:1fr}
  .main-nav{display:flex!important;flex-wrap:wrap;width:100%;justify-content:center;order:3;margin-left:0}
  .header-inner{height:auto;min-height:78px;flex-wrap:wrap;padding:12px 0}
  .header-actions{display:flex!important;margin-left:auto}
  .menu-toggle,.mobile-nav,.mobile-sticky{display:none!important}
  .footer-grid{grid-template-columns:1fr 1fr!important}
  .footer-countries,.footer-paises,.footer-country-list{columns:2}
}
@media(max-width:640px){
  .hero:before{top:18px;padding:18px 18px;font-size:2.2rem;white-space:normal}
  .hero>.container{padding-top:155px}
  .contact-strip{grid-template-columns:1fr}
  .contact-strip a{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .visual-grid,.gallery-3,.footer-grid{grid-template-columns:1fr!important}
  .footer-countries,.footer-paises,.footer-country-list{columns:1}
}


/* Entrega 12: ajustes finales sobre diseño tipo redes */
.brand{
  font-size:1.05rem !important;
  line-height:1.05 !important;
  max-width:150px;
  white-space:normal;
}
.brand span:last-child{
  font-size:1.05rem !important;
}
.hero{
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 34%,rgba(0,0,0,.18) 62%,rgba(0,0,0,.08) 100%),
    url('/assets/img/hero-canje-limpio-250.png') center/cover no-repeat !important;
  min-height:650px !important;
}
.hero:before{
  content:"CANJE DE LICENCIA";
  font-size:clamp(2.4rem,5vw,4.9rem) !important;
  padding:20px 42px 22px 36px !important;
  max-width:760px;
}
.hero>.container{
  padding-top:210px !important;
}
.hero h1{
  font-size:clamp(2rem,3.8vw,3.8rem) !important;
  max-width:680px;
}
.hero .lead{
  font-size:1.12rem !important;
  max-width:610px;
}
.hero .card,
.form-panel,
.lead-form.card{
  background:rgba(12,12,12,.92) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.20) !important;
}
.check-list li,
.summary-item,
.info-card-light{
  background:#fff !important;
  color:#111 !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
.check-list li,
.summary-item span,
.summary-item strong{
  color:#111 !important;
}
.check-list li:before{
  color:#0a9d4b !important;
}
.form-grid input,
.form-grid select,
.form-grid textarea,
.lead-form input,
.lead-form select,
.lead-form textarea{
  background:#fff !important;
  color:#111 !important;
}
.lead-form label,
.form-panel label{
  color:#fff !important;
}
.advantages-grid,
.service-highlight-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.service-highlight{
  background:#101010;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  padding:26px 24px;
}
.service-highlight h3{
  font-size:1.55rem;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.service-highlight p{
  color:#d9d9d9 !important;
}
.site-footer .footer-grid{
  grid-template-columns:1.1fr .85fr 2.6fr !important;
}
.site-footer .footer-grid > div:nth-child(3){
  grid-column:auto;
}
.site-footer .footer-grid ul{
  margin:0;
}
.site-footer .footer-grid a,
.site-footer .footer-grid li{
  font-weight:500 !important;
}
.site-footer .country-footer-list,
.site-footer .footer-countries{
  columns:6;
  column-gap:24px;
}
.site-footer .country-footer-list li,
.site-footer .footer-countries li{
  break-inside:avoid;
  margin:0 0 5px;
}
.footer-bottom,
.footer-useful{
  color:#d0d0d0 !important;
}
@media(max-width:1100px){
  .site-footer .country-footer-list,
  .site-footer .footer-countries{columns:4}
  .site-footer .footer-grid{grid-template-columns:1fr 1fr !important}
}
@media(max-width:820px){
  .hero{min-height:auto !important;background-position:center !important}
  .hero:before{font-size:2.1rem !important;white-space:normal !important;max-width:92%}
  .hero>.container{padding-top:160px !important}
  .advantages-grid,.service-highlight-grid{grid-template-columns:1fr}
  .site-footer .country-footer-list,
  .site-footer .footer-countries{columns:2}
}
@media(max-width:560px){
  .site-footer .country-footer-list,
  .site-footer .footer-countries{columns:1}
}


/* Entrega 13: corrección global de legibilidad sobre fondo negro */
body{
  background:#060606 !important;
  color:#f5f5f5 !important;
}

/* Texto general sobre secciones oscuras */
main,
section,
.section,
.section.alt,
.hero.small,
.article,
.legal-content,
.faq-list,
.resource-grid,
.blog-grid,
.country-list-columns,
.country-grid,
.check-list,
.cta,
.card,
.feature,
.summary-item,
.price-card,
.resource-card,
.blog-card,
.step,
.notice{
  color:#f5f5f5;
}

/* Títulos y textos visibles en fondo oscuro */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main li,
main span,
main small,
main summary,
main label,
main strong,
main em,
main div{
  color:inherit;
}

/* Evita negro sobre negro en FAQ, acordeones y bloques cerrados */
.faq-list details,
details{
  background:#111 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#f5f5f5 !important;
}

.faq-list summary,
details summary{
  color:#ffffff !important;
  font-weight:850 !important;
  cursor:pointer;
}

.faq-list details p,
.faq-list details li,
details p,
details li{
  color:#dddddd !important;
}

/* Breadcrumbs y textos auxiliares */
.breadcrumbs,
.breadcrumbs a,
.microcopy,
.lead,
.trust,
.article-meta,
.country-note,
.toc-box,
.notice,
.notice p,
.notice li{
  color:#dddddd !important;
}

.eyebrow{
  color:#d7b35a !important;
}

/* Tarjetas oscuras: texto blanco */
.feature,
.card,
.price-card,
.resource-card,
.blog-card,
.step,
.toc-box,
.notice,
.country-note,
.article-callout,
.service-highlight,
.dark-card{
  background:#111 !important;
  border-color:rgba(255,255,255,.16) !important;
  color:#f5f5f5 !important;
}

.feature h3,
.card h2,
.card h3,
.price-card strong,
.price-card span,
.resource-card strong,
.blog-card strong,
.step h3,
.toc-box h3,
.notice h2,
.article-callout strong,
.service-highlight h3,
.dark-card h3{
  color:#ffffff !important;
}

.feature p,
.card p,
.price-card p,
.resource-card span,
.blog-card span,
.step p,
.toc-box li,
.notice p,
.article-callout,
.article-callout p,
.service-highlight p,
.dark-card p{
  color:#dddddd !important;
}

/* Tarjetas claras: texto negro legible */
.check-list li,
.summary-item,
.info-card-light,
.info-card,
.form-help-card,
.white-card{
  background:#ffffff !important;
  color:#111111 !important;
  border-color:rgba(255,255,255,.25) !important;
}

.check-list li *,
.summary-item *,
.info-card-light *,
.info-card *,
.form-help-card *,
.white-card *{
  color:#111111 !important;
}

/* Icono check en tarjetas claras */
.check-list li:before,
.info-card .check{
  color:#0a9d4b !important;
}

/* Formularios */
input,
select,
textarea,
.lead-form input,
.lead-form select,
.lead-form textarea,
.form-grid input,
.form-grid select,
.form-grid textarea{
  background:#ffffff !important;
  color:#111111 !important;
  border:1px solid rgba(255,255,255,.22) !important;
}

input::placeholder,
textarea::placeholder{
  color:#555555 !important;
}

label,
.lead-form label,
.form-panel label{
  color:#ffffff !important;
}

.check,
.check label,
.checkbox,
.checkbox span{
  color:#dddddd !important;
}

.check a,
.checkbox a,
.legal-content a,
.article a{
  color:#ffffff !important;
  text-decoration:underline;
}

/* Tablas, listas y recursos */
table,
th,
td{
  color:#f5f5f5 !important;
  border-color:rgba(255,255,255,.18) !important;
}

.country-card{
  background:#111 !important;
  color:#f5f5f5 !important;
}
.country-card span,
.country-card strong{
  color:#ffffff !important;
}
.country-card small{
  color:#dcdcdc !important;
}

/* CTA visible */
.cta{
  background:#050505 !important;
  border:1px solid rgba(215,179,90,.35) !important;
}
.cta h2,
.cta p{
  color:#ffffff !important;
}

/* Footer más horizontal y legible */
.site-footer{
  background:#050505 !important;
  color:#e8e8e8 !important;
}

.site-footer h3{
  color:#ffffff !important;
}

.site-footer p,
.site-footer li,
.site-footer a,
.site-footer small{
  color:#dcdcdc !important;
  font-weight:500 !important;
}

.site-footer .country-footer-list{
  columns:6;
  column-gap:24px;
}

.site-footer .country-footer-list li{
  break-inside:avoid;
  margin-bottom:5px;
}

/* Ajuste visual en páginas interiores con hero oscuro */
.hero.small{
  background:#0a0a0a !important;
  padding:76px 0 !important;
}

.hero.small h1{
  font-size:clamp(2.1rem,4.2vw,4.8rem) !important;
  color:#ffffff !important;
}

/* Reduce marca en cabecera para que no domine */
.brand{
  max-width:160px !important;
  font-size:1.05rem !important;
  line-height:1.08 !important;
  white-space:normal !important;
}

/* Hero principal: imagen limpia y título menos excesivo */
.hero:before{
  font-size:clamp(2.4rem,5vw,4.9rem) !important;
  max-width:760px !important;
}

.hero h1{
  font-size:clamp(2rem,3.8vw,3.8rem) !important;
}

/* Evita que captions parezcan notas internas */
figcaption{
  color:#dddddd !important;
  background:#111 !important;
}

/* Responsive footer */
@media(max-width:1100px){
  .site-footer .country-footer-list{columns:4}
}
@media(max-width:760px){
  .site-footer .country-footer-list{columns:2}
}
@media(max-width:520px){
  .site-footer .country-footer-list{columns:1}
}


/* Entrega 14: corrección visual completa */
:root{--gold:#d7b35a;--green:#25d366;}
body,main,.section,.section.alt{background:#050505!important;color:#f4f4f4!important}
.hero.small,.page-hero,.blog-hero,.country-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(90deg,rgba(0,0,0,.90),rgba(0,0,0,.70) 45%,rgba(0,0,0,.32) 75%),url('/assets/img/hero-canje-limpio-250.png') center/cover no-repeat!important;
  border-bottom:1px solid rgba(215,179,90,.25)
}
.hero.small .container{position:relative;z-index:1}
.hero.small h1{max-width:880px;color:#fff!important}
.article a,.related-links a,.related-countries a,.tag-list a,.pills a,.article-tags a,.resource-tags a,.blog-tags a,.country-links a,.related-grid a,main a.badge,main .badge,main .tag{
  background:#151515!important;color:#fff!important;border:1px solid rgba(215,179,90,.42)!important;border-radius:999px!important;
  padding:9px 16px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;text-decoration:none!important;font-weight:750!important;line-height:1.2!important
}
.article p a,.legal-content p a,.article li a,.legal-content li a,.blog-plan-card p a{
  background:transparent!important;border:0!important;padding:0!important;display:inline!important;color:#fff!important;text-decoration:underline!important
}
.related-links,.related-countries,.article-tags,.resource-tags,.tag-list,.blog-tags,.country-links,.related-grid{
  display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:18px 0 26px!important
}
.card,.feature,.resource-card,.blog-card,.price-card,.faq-list details,details,.article-callout,.notice,.toc-box,.country-note,.service-highlight,.dark-card,.blog-plan-card{
  background:#111!important;color:#f4f4f4!important;border:1px solid rgba(255,255,255,.16)!important
}
.faq-list summary,details summary{color:#fff!important;font-weight:850!important}
.faq-list p,details p,.feature p,.resource-card span,.blog-card span,.notice p,.article-callout p,.service-highlight p,.dark-card p,.blog-plan-card p{color:#ddd!important}
.check-list li,.summary-item,.info-card,.info-card-light,.white-card{
  background:#fff!important;color:#111!important
}
.check-list li *,.summary-item *,.info-card *,.info-card-light *,.white-card *{color:#111!important}
input,select,textarea,.lead-form input,.lead-form select,.lead-form textarea{background:#fff!important;color:#111!important}
input::placeholder,textarea::placeholder{color:#555!important}
label,.lead-form label{color:#fff!important}
.site-footer{background:#030303!important;color:#e9e9e9!important}
.site-footer .footer-grid{display:grid!important;grid-template-columns:1.05fr .8fr 3fr!important;gap:30px!important}
.site-footer h3{color:#fff!important;text-transform:uppercase;letter-spacing:.08em}
.site-footer a,.site-footer li,.site-footer p{color:#dcdcdc!important;font-weight:500!important}
.footer-country-grid{display:grid;grid-template-columns:repeat(6,minmax(105px,1fr));gap:7px 16px;align-items:start}
.footer-country-grid a{font-size:.9rem;line-height:1.2;color:#e4e4e4!important;text-decoration:none}
.footer-country-grid a:hover{color:#fff!important;text-decoration:underline}
.blog-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.blog-plan-card{border-radius:20px;padding:22px}
.blog-plan-card h3{margin-top:0;color:#fff!important}
.internal-visual{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 60px rgba(0,0,0,.45)}
.internal-visual img{width:100%;height:auto}
@media(max-width:1200px){.footer-country-grid{grid-template-columns:repeat(4,minmax(105px,1fr))}.site-footer .footer-grid{grid-template-columns:1fr 1fr!important}.site-footer .footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:900px){.blog-plan-grid{grid-template-columns:1fr}.footer-country-grid{grid-template-columns:repeat(3,minmax(100px,1fr))}}
@media(max-width:620px){.footer-country-grid{grid-template-columns:repeat(2,minmax(100px,1fr))}}


/* Entrega 15: selector de idiomas y soporte multidioma */
.language-switcher{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-left:10px;
}
.language-switcher a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:34px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:850;
  font-size:.78rem;
  letter-spacing:.04em;
  background:rgba(255,255,255,.06);
}
.language-switcher a.active,
.language-switcher a:hover{
  background:#d7b35a;
  color:#000!important;
  border-color:#d7b35a;
}
html[dir="rtl"] body{
  direction:rtl;
  text-align:right;
}
html[dir="rtl"] .header-inner,
html[dir="rtl"] .main-nav,
html[dir="rtl"] .header-actions,
html[dir="rtl"] .language-switcher,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .cta-row{
  direction:rtl;
}
html[dir="rtl"] .hero{
  background-position:center!important;
}
html[dir="rtl"] .hero:before{
  direction:rtl;
  right:0;
  left:auto;
}
html[dir="rtl"] .footer-country-grid,
html[dir="rtl"] .blog-grid,
html[dir="rtl"] .grid-3,
html[dir="rtl"] .grid-4,
html[dir="rtl"] .service-highlight-grid{
  direction:rtl;
}
@media(max-width:980px){
  .language-switcher{width:100%;justify-content:center;margin:8px 0 0}
}


/* Entrega 17: selector de idioma visible y separado del menú */
.top-language-bar{
  width:100%;
  background:#d7b35a!important;
  color:#000!important;
  border-bottom:1px solid rgba(0,0,0,.25);
  position:relative;
  z-index:9999;
}
.top-language-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  font-size:.86rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.top-language-inner span{
  color:#000!important;
  margin-right:6px;
}
.top-language-inner a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#000!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
}
.top-language-inner a:hover,
.top-language-inner a.active{
  background:#25d366!important;
  color:#fff!important;
}
.language-switcher{
  display:none!important;
}
@media(max-width:760px){
  .top-language-inner{
    justify-content:center;
    flex-wrap:wrap;
    padding:6px 0;
  }
}

/* Entrega 21 Retell */
iframe[src*="retell"],div[id*="retell"],div[class*="retell"],retell-widget{z-index:2147483647!important;pointer-events:auto!important;}
