:root{
  --blue:#383873;
  --blue-dark:#111833;
  --red:#d63d43;
  --dark:#111425;
  --green:#073b35;
  --text:#303344;
  --muted:#f4f5f9;
  --gold:#c7a45b;
  --white:#ffffff;
  --line:#e7e8ef;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}

a{text-decoration:none;color:inherit}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1180px, calc(100% - 42px));
  margin:0 auto;
}

.topbar{
  background:var(--green);
  color:#dbe8e5;
  font-size:13px;
}

.topbar-inner{
  min-height:36px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px);
}

.header-inner{
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:13px;
}

.brand-mark{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--red));
  color:white;
  font-weight:900;
  letter-spacing:-.04em;
}

.brand strong{
  display:block;
  color:var(--dark);
  font-size:16px;
}

.brand small{
  display:block;
  color:#696d80;
  font-size:12px;
  margin-top:2px;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:14px;
  font-weight:800;
}

.main-nav a:hover{color:var(--red)}

.nav-cta{
  background:var(--red);
  color:white !important;
  padding:11px 17px;
  border-radius:999px;
}

.nav-toggle{display:none}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(214,61,67,.14), transparent 28%),
    linear-gradient(110deg,#f8f8fb 0%,#fff 46%,#f1f3f7 100%);
}

.hero-pattern{
  position:absolute;
  inset:auto auto 10px -20px;
  font-size:150px;
  line-height:.8;
  font-weight:900;
  color:rgba(56,56,115,.045);
  letter-spacing:-.08em;
  white-space:nowrap;
  pointer-events:none;
}

.hero-grid{
  min-height:720px;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:70px;
  position:relative;
  z-index:1;
}

.eyebrow,.section-label{
  display:inline-block;
  color:var(--red);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:14px;
}

.section-label.light{color:#efbd7b}

h1,h2,h3{
  line-height:1.12;
  margin:0 0 18px;
  color:var(--dark);
}

h1{
  font-size:clamp(44px,6.4vw,78px);
  letter-spacing:-.06em;
  max-width:820px;
}

h2{
  font-size:clamp(31px,4vw,50px);
  letter-spacing:-.04em;
}

h3{
  font-size:22px;
}

.hero-copy p{
  font-size:20px;
  max-width:700px;
  color:#555b70;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 23px;
  border-radius:999px;
  font-weight:900;
  border:0;
  cursor:pointer;
}

.btn.primary{
  background:var(--red);
  color:white;
  box-shadow:0 16px 40px rgba(214,61,67,.24);
}

.btn.secondary{
  background:var(--green);
  color:white;
}

.hero-visual{
  position:relative;
  min-height:560px;
}

.hero-visual:before{
  content:"";
  position:absolute;
  right:8%;
  top:4%;
  width:74%;
  height:84%;
  border-radius:42% 42% 8% 8%;
  background:linear-gradient(150deg,var(--blue),var(--red));
  opacity:.92;
}

.hero-visual img{
  position:absolute;
  right:0;
  bottom:0;
  width:82%;
  height:88%;
  object-fit:cover;
  border-radius:32px;
  box-shadow:0 30px 80px rgba(17,20,37,.22);
}

.floating-card{
  position:absolute;
  z-index:2;
  background:white;
  border-radius:18px;
  padding:14px 17px;
  box-shadow:0 18px 50px rgba(17,20,37,.18);
  min-width:210px;
}

.floating-card strong{
  display:block;
  color:var(--dark);
}

.floating-card span{
  display:block;
  font-size:13px;
  color:#626779;
}

.floating-card.top{
  right:0;
  top:92px;
}

.floating-card.bottom{
  left:20px;
  bottom:85px;
}

.section{
  padding:105px 0;
}

.section.muted{
  background:var(--muted);
}

.section-heading{
  max-width:780px;
  margin:0 auto 44px;
  text-align:center;
}

.section-heading p{
  font-size:18px;
  margin:0;
}

.about-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:76px;
  align-items:center;
}

.about-grid p,
.split p,
.differential p{
  font-size:18px;
}

.image-collage{
  position:relative;
  min-height:550px;
}

.image-collage img{
  object-fit:cover;
  box-shadow:0 22px 70px rgba(17,20,37,.16);
}

.img-main{
  width:78%;
  height:390px;
  border-radius:30px;
}

.img-small{
  position:absolute;
  border:10px solid white;
  border-radius:24px;
}

.img-small.one{
  right:0;
  top:70px;
  width:48%;
  height:210px;
}

.img-small.two{
  left:24%;
  bottom:0;
  width:54%;
  height:220px;
}

.mini-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:30px;
}

.mini-features div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px;
  box-shadow:0 14px 40px rgba(17,20,37,.06);
}

.mini-features strong,
.mini-features span{
  display:block;
}

.mini-features span{
  color:#666b7e;
  font-size:14px;
}

.bridge-section{
  background:
    linear-gradient(120deg,rgba(7,59,53,.96),rgba(17,24,51,.94)),
    url('https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=1600&q=80') center/cover;
  color:white;
  padding:80px 0;
}

.bridge-box{
  display:grid;
  grid-template-columns:1.1fr .8fr 1fr;
  gap:36px;
  align-items:center;
}

.bridge-box h2{
  color:white;
  font-size:42px;
}

.bridge-box p{
  color:#dbe8e5;
  font-size:18px;
}

.bridge-flow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.2);
  border-radius:28px;
  padding:30px;
}

.bridge-flow span{
  font-size:25px;
  font-weight:900;
}

.bridge-flow strong{
  color:#efbd7b;
  font-size:44px;
}

.pillar-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.pillar-grid article{
  position:relative;
  min-height:390px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  border-radius:28px;
  padding:28px;
  color:white;
  background:
    linear-gradient(180deg,rgba(17,20,37,.08),rgba(17,20,37,.88)),
    var(--bg) center/cover;
  box-shadow:0 22px 70px rgba(17,20,37,.12);
}

.pillar-grid article span{
  position:absolute;
  top:24px;
  left:24px;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--red);
  color:white;
  font-weight:900;
}

.pillar-grid h3{
  color:white;
}

.pillar-grid p{
  margin:0;
  color:#eef0ff;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}

.services-section{
  background:white;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}

.stats-grid div{
  background:var(--green);
  color:white;
  border-radius:20px;
  padding:22px;
}

.stats-grid strong{
  display:block;
  font-size:30px;
  color:#efbd7b;
}

.stats-grid span{
  font-size:13px;
}

.service-panel{
  background:white;
  border:1px solid var(--line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 70px rgba(17,20,37,.08);
}

.service-panel p{
  position:relative;
  margin:0;
  padding:17px 0 17px 34px;
  border-bottom:1px solid #ececf3;
  font-weight:800;
}

.service-panel p:before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--red);
}

.service-panel p:last-child{
  border-bottom:0;
}

.differential{
  background:
    radial-gradient(circle at 80% 20%, rgba(214,61,67,.26), transparent 26%),
    linear-gradient(135deg,var(--blue),var(--blue-dark));
  color:white;
}

.differential h2{
  color:white;
}

.differential p{
  color:#eef0ff;
}

.differential-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:center;
}

.differential-card{
  background:white;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.differential-card img{
  height:330px;
  width:100%;
  object-fit:cover;
}

.differential-card div{
  padding:26px;
}

.differential-card strong{
  display:block;
  color:var(--dark);
  font-size:22px;
}

.differential-card span{
  color:#64697b;
}

.risk-box{
  background:white;
  border:1px solid var(--line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 70px rgba(17,20,37,.08);
}

.risk-box ul{
  margin:0;
  padding-left:20px;
}

.risk-box li{
  margin-bottom:11px;
  font-weight:700;
}

.events-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.events-grid article{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(17,20,37,.08);
}

.events-grid img{
  height:260px;
  width:100%;
  object-fit:cover;
}

.events-grid div{
  padding:24px;
}

.events-grid span{
  display:block;
  color:var(--red);
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:9px;
}

.contact{
  background:
    linear-gradient(120deg,rgba(7,59,53,.96),rgba(17,24,51,.93)),
    url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80') center/cover;
}

.contact-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:start;
}

.contact-info{
  color:white;
}

.contact-info h2{
  color:white;
}

.contact-info p{
  color:#dbe8e5;
  font-size:19px;
}

.contact-card{
  margin-top:30px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  padding:25px;
}

.contact-card strong,
.contact-card span{
  display:block;
}

.contact-card span{
  color:#dbe8e5;
}

.contact-form{
  display:grid;
  gap:14px;
  background:white;
  border-radius:30px;
  padding:34px;
  box-shadow:0 24px 80px rgba(0,0,0,.22);
}

input,select,textarea{
  width:100%;
  border:1px solid #dcdde8;
  border-radius:15px;
  padding:15px 16px;
  font:inherit;
  background:#fff;
}

textarea{resize:vertical}

.check{
  display:flex;
  gap:10px;
  font-size:14px;
}

.check input{width:auto}

.footer{
  background:var(--dark);
  color:white;
  padding:54px 0;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .7fr .7fr;
  gap:44px;
}

.footer p{
  color:#cfd2e6;
}

.footer nav{
  display:grid;
  gap:10px;
}

.footer nav strong{
  color:white;
  margin-bottom:6px;
}

.footer a{
  color:#cfd2e6;
}

.footer-brand .brand strong{
  color:white;
}

.footer-brand strong{
  color:white;
}

.footer-brand small{
  color:#cfd2e6;
}

.whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:60;
  background:#25d366;
  color:white;
  padding:14px 18px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 16px 45px rgba(0,0,0,.25);
}

.cookie-banner{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:80;
  width:min(520px,calc(100% - 40px));
  background:white;
  border:1px solid #ddd;
  border-radius:20px;
  box-shadow:0 18px 60px rgba(0,0,0,.2);
  padding:18px;
  display:none;
}

.cookie-banner.show{display:block}

.cookie-banner p{
  margin:0 0 12px;
  font-size:14px;
}

.cookie-banner button{
  border:0;
  border-radius:999px;
  padding:10px 15px;
  font-weight:800;
  cursor:pointer;
}

#acceptCookies{
  background:var(--blue);
  color:white;
}

#rejectCookies{
  background:#eee;
  color:#222;
}

.thanks{
  min-height:100vh;
  display:grid;
  place-items:center;
  background:var(--muted);
}

.thanks-box{
  background:white;
  border-radius:24px;
  padding:44px;
  width:min(560px,calc(100% - 40px));
  text-align:center;
}

@media(max-width:1050px){
  .main-nav{
    gap:14px;
    font-size:13px;
  }

  .pillar-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:900px){
  .topbar{
    display:none;
  }

  .nav-toggle{
    display:block;
    border:0;
    background:var(--blue);
    color:white;
    border-radius:10px;
    padding:8px 12px;
    font-size:22px;
  }

  .main-nav{
    display:none;
    position:absolute;
    top:84px;
    left:0;
    right:0;
    background:white;
    padding:20px;
    flex-direction:column;
    border-bottom:1px solid #eee;
  }

  .main-nav.open{
    display:flex;
  }

  .hero-grid,
  .about-grid,
  .bridge-box,
  .split,
  .differential-grid,
  .contact-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .hero-grid{
    min-height:auto;
    padding:74px 0;
    gap:34px;
  }

  .hero-visual{
    min-height:430px;
  }

  .hero-pattern{
    font-size:74px;
  }

  .image-collage{
    min-height:460px;
  }

  .pillar-grid,
  .events-grid{
    grid-template-columns:1fr;
  }

  .stats-grid,
  .mini-features{
    grid-template-columns:1fr;
  }

  .section{
    padding:76px 0;
  }

  .bridge-box{
    text-align:left;
  }
}

@media(max-width:560px){
  .container{
    width:min(100% - 28px, 1180px);
  }

  h1{
    font-size:42px;
  }

  h2{
    font-size:32px;
  }

  .hero-visual img{
    width:90%;
  }

  .floating-card{
    min-width:170px;
    font-size:13px;
  }

  .floating-card.top{
    top:36px;
  }

  .floating-card.bottom{
    left:0;
    bottom:40px;
  }

  .img-main{
    width:88%;
  }

  .img-small.one{
    width:58%;
  }

  .img-small.two{
    left:8%;
    width:76%;
  }
}

/* Ajuste solicitado: solo azul + rojo, hero más equilibrado */
:root{
  --blue:#383873;
  --blue-dark:#15172f;
  --red:#d63d43;
  --dark:#111425;
  --green:#383873;
  --gold:#d63d43;
}

.topbar{
  background:var(--blue);
  color:#ffffff;
}

.btn.secondary{
  background:var(--blue);
  color:#ffffff;
}

.section-label.light{
  color:#ffffff;
}

.hero{
  background:
    radial-gradient(circle at 8% 18%, rgba(214,61,67,.11), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(56,56,115,.12), transparent 30%),
    linear-gradient(110deg,#ffffff 0%,#fafbff 48%,#f3f4fb 100%);
}

.hero-grid{
  min-height:650px;
  gap:78px;
  padding:46px 0 60px;
}

.hero-pattern{
  color:rgba(56,56,115,.035);
  font-size:112px;
  bottom:28px;
}

h1{
  font-size:clamp(42px,5.2vw,64px);
  line-height:1.08;
  letter-spacing:-.055em;
  max-width:720px;
}

.hero-copy p{
  font-size:19px;
  max-width:680px;
  margin-bottom:0;
}

.hero-visual{
  min-height:520px;
}

.hero-visual:before{
  right:10%;
  top:2%;
  width:68%;
  height:76%;
  border-radius:36px;
  background:linear-gradient(135deg,var(--blue),var(--red));
  opacity:.95;
}

.hero-visual img{
  width:84%;
  height:82%;
  object-position:center;
  border-radius:30px;
}

.floating-card.top{
  right:0;
  top:74px;
}

.floating-card.bottom{
  left:8px;
  bottom:92px;
}

.bridge-section,
.contact{
  background:
    linear-gradient(120deg,rgba(56,56,115,.96),rgba(21,23,47,.94)),
    url('https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=1600&q=80') center/cover;
}

.bridge-flow strong,
.stats-grid strong{
  color:#ffffff;
}

.stats-grid div{
  background:var(--blue);
}

.differential{
  background:
    radial-gradient(circle at 80% 20%, rgba(214,61,67,.24), transparent 26%),
    linear-gradient(135deg,var(--blue),var(--blue-dark));
}

.footer{
  background:var(--blue-dark);
}

@media(max-width:900px){
  .hero-grid{
    padding:58px 0;
  }

  h1{
    font-size:40px;
  }

  .hero-visual{
    min-height:390px;
  }
}

/* Rediseño hero Leticia: más institucional, sin bloque morado */
.hero-visual{
  min-height:560px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.hero-visual:before{
  content:"España  ·  China";
  position:absolute;
  right:0;
  top:28px;
  width:88%;
  height:76%;
  border-radius:36px;
  background:
    linear-gradient(90deg, rgba(214,61,67,.14) 0 33%, rgba(255,255,255,.95) 33% 66%, rgba(56,56,115,.14) 66% 100%);
  border:1px solid rgba(56,56,115,.12);
  color:rgba(56,56,115,.18);
  font-size:38px;
  font-weight:900;
  letter-spacing:-.04em;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:34px;
  box-shadow:0 30px 90px rgba(17,20,37,.10);
}

.hero-visual:after{
  content:"🇪🇸  ↔  🇨🇳";
  position:absolute;
  right:54px;
  top:88px;
  z-index:1;
  background:#ffffff;
  border:1px solid rgba(56,56,115,.12);
  border-radius:999px;
  padding:12px 22px;
  font-size:24px;
  box-shadow:0 18px 45px rgba(17,20,37,.12);
}

.hero-visual img{
  position:relative;
  z-index:2;
  right:auto;
  bottom:auto;
  width:auto;
  height:520px;
  max-width:92%;
  object-fit:contain;
  object-position:center bottom;
  border-radius:0;
  box-shadow:none;
}

.floating-card.top{
  z-index:3;
  right:8px;
  top:190px;
}

.floating-card.bottom{
  z-index:3;
  left:4px;
  bottom:86px;
}

@media(max-width:900px){
  .hero-visual{
    min-height:500px;
  }

  .hero-visual:before{
    width:100%;
    right:0;
    top:18px;
    height:78%;
    font-size:30px;
  }

  .hero-visual:after{
    right:20px;
    top:78px;
    font-size:20px;
  }

  .hero-visual img{
    height:430px;
  }
}

@media(max-width:560px){
  .hero-visual{
    min-height:430px;
  }

  .hero-visual:before{
    font-size:24px;
    padding-top:24px;
  }

  .hero-visual:after{
    right:12px;
    top:66px;
    font-size:18px;
    padding:9px 16px;
  }

  .hero-visual img{
    height:360px;
  }

  .floating-card.top{
    top:148px;
  }

  .floating-card.bottom{
    bottom:48px;
  }
}

/* Corrección hero: Leticia abajo, sin fondo tipo Francia, tarjetas sin tapar cara */
.hero-visual{
  min-height:590px;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
}

.hero-visual:before{
  content:"";
  right:0;
  top:34px;
  width:88%;
  height:78%;
  border-radius:38px;
  background:
    radial-gradient(circle at 18% 22%, rgba(214,61,67,.14), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(56,56,115,.16), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8f9ff 100%);
  border:1px solid rgba(56,56,115,.12);
  box-shadow:0 30px 90px rgba(17,20,37,.10);
  padding:0;
}

.hero-visual:after{
  content:"🇪🇸 España   ↔   China 🇨🇳";
  right:50px;
  top:70px;
  z-index:4;
  background:#ffffff;
  border:1px solid rgba(56,56,115,.14);
  border-radius:999px;
  padding:13px 24px;
  font-size:21px;
  font-weight:900;
  color:var(--blue);
  box-shadow:0 18px 45px rgba(17,20,37,.12);
}

.hero-visual img{
  position:absolute;
  z-index:2;
  right:48px;
  bottom:0;
  height:585px;
  width:auto;
  max-width:none;
  object-fit:contain;
  object-position:center bottom;
}

.floating-card.top{
  right:0;
  top:210px;
  z-index:5;
}

.floating-card.bottom{
  left:20px;
  bottom:94px;
  z-index:5;
}

@media(max-width:900px){
  .hero-visual{
    min-height:520px;
  }

  .hero-visual:before{
    width:100%;
    height:80%;
    top:36px;
  }

  .hero-visual:after{
    right:22px;
    top:64px;
    font-size:18px;
    padding:10px 17px;
  }

  .hero-visual img{
    right:10px;
    height:500px;
  }

  .floating-card.top{
    right:0;
    top:190px;
  }

  .floating-card.bottom{
    left:0;
    bottom:70px;
  }
}

@media(max-width:560px){
  .hero-visual{
    min-height:450px;
  }

  .hero-visual:after{
    right:10px;
    top:58px;
    font-size:15px;
    padding:9px 13px;
  }

  .hero-visual img{
    right:-26px;
    height:430px;
  }

  .floating-card.top{
    top:170px;
    right:0;
  }

  .floating-card.bottom{
    bottom:45px;
    left:0;
  }
}

/* Corrección hero: Leticia pegada abajo y tarjetas en fila inferior */
.hero-visual{
  min-height:610px;
  position:relative;
  display:block;
}

.hero-visual:before{
  right:0;
  top:42px;
  width:88%;
  height:76%;
  border-radius:38px;
}

.hero-visual:after{
  right:46px;
  top:70px;
  z-index:4;
}

.hero-visual img{
  position:absolute;
  z-index:2;
  right:58px;
  bottom:0;
  height:610px;
  width:auto;
  max-width:none;
  object-fit:contain;
  object-position:center bottom;
}

.floating-card{
  min-width:0;
}

.floating-card.top,
.floating-card.bottom{
  top:auto;
  right:auto;
  left:auto;
  bottom:24px;
  z-index:5;
  padding:13px 16px;
}

.floating-card.bottom{
  left:64px;
}

.floating-card.top{
  left:292px;
}

@media(max-width:900px){
  .hero-visual{
    min-height:540px;
  }

  .hero-visual img{
    right:10px;
    bottom:0;
    height:530px;
  }

  .floating-card.bottom{
    left:16px;
    bottom:22px;
  }

  .floating-card.top{
    left:220px;
    bottom:22px;
  }
}

@media(max-width:560px){
  .hero-visual{
    min-height:500px;
  }

  .hero-visual img{
    right:-42px;
    height:470px;
  }

  .floating-card.top,
  .floating-card.bottom{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    top:auto;
    margin:8px 0;
  }

  .hero-visual{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
}

/* Corrección final hero: quitar tarjeta superior España-China y pegar Leticia abajo */
.hero{
  overflow:hidden;
}

.hero-grid{
  min-height:690px;
  padding:46px 0 0;
  align-items:end;
}

.hero-copy{
  padding-bottom:84px;
}

.hero-visual{
  min-height:690px;
  height:690px;
}

.hero-visual:after{
  display:none;
}

.hero-visual:before{
  top:70px;
  height:72%;
}

.hero-visual img{
  bottom:0;
  right:42px;
  height:650px;
}

.floating-card.bottom{
  left:96px;
  bottom:44px;
}

.floating-card.bottom strong::before{
  content:"🇪🇸 ";
}

.floating-card.bottom strong::after{
  content:" 🇨🇳";
}

.floating-card.top{
  right:18px;
  left:auto;
  bottom:44px;
}

@media(max-width:900px){
  .hero-grid{
    min-height:auto;
    padding:58px 0 0;
  }

  .hero-copy{
    padding-bottom:36px;
  }

  .hero-visual{
    min-height:560px;
    height:560px;
  }

  .hero-visual img{
    right:0;
    height:545px;
  }

  .floating-card.bottom{
    left:12px;
    bottom:28px;
  }

  .floating-card.top{
    right:12px;
    bottom:28px;
  }
}

@media(max-width:560px){
  .hero-copy{
    padding-bottom:24px;
  }

  .hero-visual{
    min-height:500px;
    height:500px;
  }

  .hero-visual img{
    right:-46px;
    height:480px;
  }

  .floating-card.top{
    display:none;
  }

  .floating-card.bottom{
    position:absolute;
    left:12px;
    bottom:24px;
  }
}

/* Hero estilo institucional referencia: arco, wave inferior y tarjetas separadas */
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 88%, rgba(56,56,115,.08), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(214,61,67,.08), transparent 24%),
    linear-gradient(115deg,#ffffff 0%,#fbfcff 48%,#f4f5fb 100%);
}

.hero:before{
  content:"";
  position:absolute;
  right:-160px;
  top:108px;
  width:760px;
  height:760px;
  border:5px solid transparent;
  border-left-color:var(--blue);
  border-bottom-color:var(--red);
  border-radius:50%;
  opacity:.9;
  pointer-events:none;
}

.hero:after{
  content:"";
  position:absolute;
  left:-6%;
  right:-6%;
  bottom:-64px;
  height:132px;
  background:var(--blue);
  border-top:5px solid var(--red);
  border-radius:50% 50% 0 0 / 44% 44% 0 0;
  transform:rotate(-1.5deg);
  pointer-events:none;
}

.hero-grid{
  min-height:760px;
  padding:64px 0 0;
  align-items:end;
  position:relative;
  z-index:2;
}

.hero-copy{
  padding-bottom:154px;
}

.hero-visual{
  min-height:696px;
  height:696px;
  position:relative;
}

.hero-visual:before{
  display:none;
}

.hero-visual:after{
  display:none;
}

.hero-visual img{
  position:absolute;
  z-index:3;
  right:22px;
  bottom:0;
  height:690px;
  width:auto;
  max-width:none;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 28px 42px rgba(17,20,37,.16));
}

.floating-card{
  border-radius:18px;
  box-shadow:0 22px 55px rgba(17,20,37,.16);
}

.floating-card.bottom,
.floating-card.top{
  bottom:68px;
  z-index:5;
  min-width:260px;
  padding:18px 22px;
}

.floating-card.bottom{
  left:70px;
}

.floating-card.top{
  left:auto;
  right:0;
}

.floating-card.bottom strong::before{
  content:"🇪🇸 ";
}

.floating-card.bottom strong::after{
  content:" 🇨🇳";
}

.floating-card.top strong::before{
  content:"🇨🇳 ";
}

.floating-card span{
  margin-top:3px;
}

.hero-pattern{
  display:none;
}

@media(max-width:1050px){
  .hero:before{
    right:-260px;
    width:680px;
    height:680px;
  }

  .hero-visual img{
    right:-20px;
    height:620px;
  }

  .floating-card.bottom{
    left:10px;
  }

  .floating-card.top{
    right:0;
  }
}

@media(max-width:900px){
  .hero:after{
    bottom:-74px;
    height:120px;
  }

  .hero-grid{
    min-height:auto;
    padding:58px 0 0;
  }

  .hero-copy{
    padding-bottom:36px;
  }

  .hero-visual{
    min-height:620px;
    height:620px;
  }

  .hero-visual img{
    right:0;
    height:590px;
  }

  .floating-card.bottom,
  .floating-card.top{
    bottom:44px;
    min-width:220px;
  }

  .floating-card.bottom{
    left:0;
  }

  .floating-card.top{
    right:0;
  }
}

@media(max-width:560px){
  .hero:before{
    display:none;
  }

  .hero:after{
    height:90px;
    bottom:-54px;
  }

  .hero-visual{
    min-height:545px;
    height:545px;
  }

  .hero-visual img{
    right:-66px;
    height:500px;
  }

  .floating-card.bottom{
    left:8px;
    bottom:88px;
    min-width:205px;
  }

  .floating-card.top{
    right:8px;
    bottom:24px;
    min-width:205px;
    display:block;
  }
}

/* HERO REHECHO: réplica HTML/CSS del diseño aprobado */
.hero{
  min-height:760px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 90%, rgba(56,56,115,.08), transparent 25%),
    radial-gradient(circle at 90% 12%, rgba(214,61,67,.08), transparent 22%),
    linear-gradient(115deg,#ffffff 0%,#fbfcff 50%,#f5f6fb 100%) !important;
}

.hero::before{
  content:"";
  position:absolute;
  right:-95px;
  top:92px;
  width:690px;
  height:690px;
  border-radius:50%;
  border:5px solid transparent;
  border-left-color:var(--blue);
  border-bottom-color:var(--red);
  opacity:.95;
  z-index:1;
  pointer-events:none;
}

.hero::after{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  bottom:-74px;
  height:150px;
  background:var(--blue);
  border-top:5px solid var(--red);
  border-radius:50% 50% 0 0 / 42% 42% 0 0;
  transform:rotate(-1.7deg);
  z-index:2;
  pointer-events:none;
}

.hero .container{
  width:min(1320px, calc(100% - 90px));
}

.hero-grid{
  min-height:760px !important;
  height:760px;
  display:grid !important;
  grid-template-columns:0.92fr 1.08fr !important;
  gap:70px !important;
  align-items:end !important;
  padding:70px 0 0 !important;
  position:relative;
  z-index:3;
}

.hero-copy{
  align-self:center;
  padding-bottom:86px !important;
}

.hero-copy h1,
.hero h1{
  font-size:clamp(48px,4.7vw,76px) !important;
  line-height:1.04 !important;
  max-width:760px !important;
}

.hero-copy p{
  max-width:680px !important;
  font-size:20px !important;
}

.hero-visual{
  position:relative !important;
  height:760px !important;
  min-height:760px !important;
  display:block !important;
  overflow:visible !important;
}

.hero-visual::before,
.hero-visual::after{
  display:none !important;
}

.hero-visual img{
  position:absolute !important;
  z-index:4 !important;
  right:115px !important;
  bottom:0 !important;
  height:690px !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 28px 42px rgba(17,20,37,.16));
}

.floating-card{
  position:absolute !important;
  z-index:6 !important;
  top:auto !important;
  bottom:66px !important;
  width:300px !important;
  min-width:300px !important;
  max-width:300px !important;
  padding:20px 24px !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 22px 55px rgba(17,20,37,.16) !important;
}

.floating-card.bottom{
  left:90px !important;
  right:auto !important;
}

.floating-card.top{
  left:auto !important;
  right:0 !important;
}

.floating-card.bottom strong::before{
  content:"🇪🇸 ";
}

.floating-card.bottom strong::after{
  content:" 🇨🇳";
}

.floating-card.top strong::before{
  content:"🇨🇳 ";
}

@media(max-width:1200px){
  .hero .container{
    width:min(1180px, calc(100% - 60px));
  }

  .hero-grid{
    grid-template-columns:1fr 1fr !important;
    gap:40px !important;
  }

  .hero-visual img{
    right:45px !important;
    height:650px !important;
  }

  .floating-card.bottom{
    left:35px !important;
  }
}

@media(max-width:900px){
  .hero{
    min-height:auto;
  }

  .hero::before{
    right:-320px;
    top:400px;
  }

  .hero-grid{
    height:auto !important;
    min-height:auto !important;
    grid-template-columns:1fr !important;
    padding:60px 0 0 !important;
  }

  .hero-copy{
    padding-bottom:30px !important;
  }

  .hero-visual{
    height:620px !important;
    min-height:620px !important;
  }

  .hero-visual img{
    right:40px !important;
    height:580px !important;
  }

  .floating-card{
    bottom:46px !important;
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
  }

  .floating-card.bottom{
    left:20px !important;
  }

  .floating-card.top{
    right:20px !important;
  }
}

@media(max-width:560px){
  .hero .container{
    width:min(100% - 28px, 1180px);
  }

  .hero-copy h1,
  .hero h1{
    font-size:40px !important;
  }

  .hero-visual{
    height:540px !important;
    min-height:540px !important;
  }

  .hero-visual img{
    right:-42px !important;
    height:500px !important;
  }

  .floating-card{
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
    padding:15px 17px !important;
  }

  .floating-card.bottom{
    left:0 !important;
    bottom:90px !important;
  }

  .floating-card.top{
    right:0 !important;
    bottom:26px !important;
  }
}

/* Ajuste hero: quitar semicírculo, reducir texto y separar tarjetas */
.hero::before{
  display:none !important;
}

.hero-grid{
  min-height:720px !important;
  height:720px !important;
  padding:54px 0 0 !important;
}

.hero-copy{
  padding-bottom:128px !important;
}

.hero-copy h1,
.hero h1{
  font-size:clamp(42px,4.1vw,64px) !important;
  line-height:1.06 !important;
  max-width:680px !important;
}

.hero-copy p{
  font-size:18px !important;
  max-width:620px !important;
  line-height:1.65 !important;
}

.hero-actions{
  margin-top:28px !important;
}

.hero-visual{
  height:720px !important;
  min-height:720px !important;
}

.hero-visual img{
  right:120px !important;
  height:635px !important;
  bottom:0 !important;
}

.floating-card.bottom,
.floating-card.top{
  bottom:72px !important;
  width:265px !important;
  min-width:265px !important;
  max-width:265px !important;
  padding:17px 20px !important;
}

.floating-card.bottom{
  left:34px !important;
}

.floating-card.top{
  right:12px !important;
}

@media(max-width:1200px){
  .hero-copy h1,
  .hero h1{
    font-size:clamp(40px,4.4vw,58px) !important;
  }

  .hero-visual img{
    right:70px !important;
    height:610px !important;
  }

  .floating-card.bottom{
    left:0 !important;
  }

  .floating-card.top{
    right:0 !important;
  }
}

@media(max-width:900px){
  .hero-grid{
    height:auto !important;
    min-height:auto !important;
  }

  .hero-copy{
    padding-bottom:42px !important;
  }

  .hero-visual{
    height:590px !important;
    min-height:590px !important;
  }

  .hero-visual img{
    right:20px !important;
    height:550px !important;
  }

  .floating-card.bottom,
  .floating-card.top{
    bottom:46px !important;
    width:230px !important;
    min-width:230px !important;
    max-width:230px !important;
  }

  .floating-card.bottom{
    left:0 !important;
  }

  .floating-card.top{
    right:0 !important;
  }
}

@media(max-width:560px){
  .hero-copy h1,
  .hero h1{
    font-size:38px !important;
  }

  .hero-visual{
    height:530px !important;
    min-height:530px !important;
  }

  .hero-visual img{
    right:-42px !important;
    height:470px !important;
  }

  .floating-card.bottom{
    left:0 !important;
    bottom:92px !important;
  }

  .floating-card.top{
    right:0 !important;
    bottom:22px !important;
  }
}

/* Ajuste final: Leticia un 15% más grande */
.hero-visual img{
    height:730px !important;
    right:70px !important;
    bottom:0 !important;
}

@media(max-width:1200px){
    .hero-visual img{
        height:690px !important;
        right:40px !important;
    }
}

@media(max-width:900px){
    .hero-visual img{
        height:620px !important;
        right:10px !important;
    }
}

@media(max-width:560px){
    .hero-visual img{
        height:520px !important;
        right:-40px !important;
    }
}


/* Nuevo logo corporativo */
.site-logo{
    width:64px;
    height:64px;
    object-fit:contain;
    display:block;
    flex-shrink:0;
}

.brand{
    display:flex;
    align-items:center;
    gap:16px;
}

.footer .site-logo{
    width:58px;
    height:58px;
}

@media(max-width:768px){

    .site-logo{
        width:52px;
        height:52px;
    }

}


/* ==========================================
   LOGO HORIZONTAL
========================================== */

.site-logo{
    display:block;
    width:180px;
    height:auto;
    max-width:none;
}

.footer-logo{
    width:170px;
    height:auto;
}

.brand{
    gap:18px;
    align-items:center;
}

.brand small{
    display:block;
    margin-top:4px;
    color:#666b86;
}

.footer-brand{
    display:flex;
    align-items:center;
}

@media (max-width:768px){

    .site-logo{
        width:145px;
    }

    .footer-logo{
        width:140px;
    }

}


/* Footer más claro y logo visible */
.footer{
    background:
        radial-gradient(circle at 12% 20%, rgba(214,61,67,.10), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(56,56,115,.14), transparent 32%),
        linear-gradient(135deg,#f7f8fc 0%,#ffffff 100%) !important;
    color:var(--dark) !important;
    border-top:1px solid rgba(56,56,115,.12);
}

.footer p,
.footer a,
.footer nav strong,
.footer-brand strong,
.footer-brand small{
    color:var(--dark) !important;
}

.footer nav a{
    color:#4f5368 !important;
}

.footer nav a:hover{
    color:var(--red) !important;
}

.footer-logo{
    width:240px !important;
    height:auto !important;
    display:block;
}

.footer-grid{
    align-items:flex-start;
}

@media(max-width:768px){
    .footer-logo{
        width:200px !important;
    }
}


/* Sección Zona Franca de Shanghái */
.free-zone-section{
    background:
        radial-gradient(circle at 8% 18%, rgba(214,61,67,.08), transparent 26%),
        linear-gradient(135deg,#ffffff 0%,#f6f7fc 100%);
    overflow:hidden;
}

.free-zone-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:70px;
    align-items:center;
}

.free-zone-media{
    position:relative;
    min-height:560px;
}

.free-zone-media::before{
    content:"";
    position:absolute;
    left:36px;
    top:36px;
    width:78%;
    height:76%;
    border-radius:34px;
    background:linear-gradient(135deg,var(--blue),var(--red));
    opacity:.12;
}

.free-zone-main{
    position:absolute;
    left:0;
    top:0;
    width:72%;
    height:430px;
    object-fit:cover;
    border-radius:30px;
    box-shadow:0 26px 80px rgba(17,20,37,.18);
}

.free-zone-secondary{
    position:absolute;
    right:0;
    bottom:0;
    width:54%;
    height:300px;
    object-fit:cover;
    border:10px solid #fff;
    border-radius:28px;
    box-shadow:0 26px 80px rgba(17,20,37,.18);
}

.free-zone-content p{
    font-size:18px;
    color:#4f5368;
}

.free-zone-note{
    margin-top:30px;
    padding:24px 26px;
    border-radius:24px;
    background:var(--blue);
    color:#fff;
    border-left:6px solid var(--red);
    box-shadow:0 20px 60px rgba(56,56,115,.18);
}

.free-zone-note strong,
.free-zone-note span{
    display:block;
}

.free-zone-note strong{
    font-size:20px;
    margin-bottom:6px;
}

.free-zone-note span{
    color:#eef0ff;
}

@media(max-width:900px){
    .free-zone-grid{
        grid-template-columns:1fr;
        gap:36px;
    }

    .free-zone-media{
        min-height:500px;
    }

    .free-zone-main{
        width:78%;
        height:360px;
    }

    .free-zone-secondary{
        width:58%;
        height:250px;
    }
}

@media(max-width:560px){
    .free-zone-media{
        min-height:430px;
    }

    .free-zone-main{
        width:86%;
        height:300px;
    }

    .free-zone-secondary{
        width:70%;
        height:210px;
    }
}


/* Ajuste header/logo + footer */
.site-header .header-inner{
    min-height:104px;
}

.site-header .site-logo{
    width:118px !important;
    max-height:86px;
    object-fit:contain;
}

.footer-grid > div:first-child{
    text-align:center;
}

.footer-brand{
    justify-content:center;
}

.footer-logo{
    width:170px !important;
    margin:0 auto 18px;
}

/* Idiomas */
.lang-switch{
    display:flex;
    align-items:center;
    gap:7px;
}

.lang-switch button{
    border:1px solid rgba(56,56,115,.16);
    background:#fff;
    color:var(--blue);
    border-radius:999px;
    padding:8px 10px;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
}

.lang-switch button:hover{
    background:var(--blue);
    color:#fff;
}

#google_translate_element{
    position:absolute;
    left:-9999px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget{
    display:none !important;
}

body{
    top:0 !important;
}

/* Modal legal */
.legal-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
}

.legal-modal.open{
    display:block;
}

.legal-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(17,20,37,.72);
    backdrop-filter:blur(8px);
}

.legal-modal-dialog{
    position:relative;
    width:min(920px,calc(100% - 32px));
    height:min(760px,calc(100vh - 48px));
    margin:24px auto;
    background:#fff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 30px 100px rgba(0,0,0,.35);
}

.legal-modal-dialog h2{
    margin:0 50px 18px 0;
    font-size:28px;
}

.legal-modal-close{
    position:absolute;
    right:18px;
    top:16px;
    width:40px;
    height:40px;
    border:0;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    font-size:26px;
    line-height:1;
    cursor:pointer;
}

.legal-modal iframe{
    width:100%;
    height:calc(100% - 58px);
    border:1px solid #e4e6ef;
    border-radius:16px;
    background:#fff;
}

@media(max-width:900px){
    .site-header .header-inner{
        min-height:92px;
    }

    .site-header .site-logo{
        width:98px !important;
    }

    .lang-switch{
        width:100%;
        justify-content:center;
        padding-bottom:12px;
    }

    .legal-modal-dialog{
        height:calc(100vh - 28px);
        margin:14px auto;
        padding:18px;
    }
}


/* Sección sede norte de China */
.north-china-section{
    background:
        radial-gradient(circle at 90% 14%, rgba(214,61,67,.08), transparent 24%),
        linear-gradient(135deg,#ffffff 0%,#f7f8fc 100%);
}

.north-china-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:72px;
    align-items:center;
}

.north-china-content p{
    font-size:18px;
    color:#4f5368;
}

.north-china-points{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin-top:30px;
}

.north-china-points div{
    padding:20px 22px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(56,56,115,.12);
    box-shadow:0 18px 55px rgba(17,20,37,.06);
}

.north-china-points strong,
.north-china-points span{
    display:block;
}

.north-china-points strong{
    color:var(--blue);
    font-size:18px;
    margin-bottom:4px;
}

.north-china-points span{
    color:#5e6378;
}

.north-china-gallery{
    position:relative;
    min-height:610px;
}

.north-china-gallery::before{
    content:"";
    position:absolute;
    right:32px;
    top:34px;
    width:78%;
    height:78%;
    border-radius:36px;
    background:linear-gradient(135deg,var(--blue),var(--red));
    opacity:.10;
}

.north-main{
    position:absolute;
    right:0;
    top:0;
    width:76%;
    height:410px;
    object-fit:cover;
    border-radius:32px;
    box-shadow:0 28px 85px rgba(17,20,37,.18);
}

.north-small{
    position:absolute;
    object-fit:cover;
    border:10px solid #fff;
    border-radius:28px;
    box-shadow:0 26px 80px rgba(17,20,37,.16);
}

.north-small.one{
    left:0;
    bottom:0;
    width:52%;
    height:300px;
}

.north-small.two{
    right:18px;
    bottom:22px;
    width:38%;
    height:230px;
}

@media(max-width:900px){
    .north-china-grid{
        grid-template-columns:1fr;
        gap:38px;
    }

    .north-china-gallery{
        min-height:560px;
    }

    .north-main{
        width:82%;
        height:360px;
    }

    .north-small.one{
        width:58%;
        height:260px;
    }

    .north-small.two{
        width:44%;
        height:210px;
    }
}

@media(max-width:560px){
    .north-china-gallery{
        min-height:500px;
    }

    .north-main{
        width:88%;
        height:310px;
    }

    .north-small.one{
        width:70%;
        height:230px;
    }

    .north-small.two{
        width:52%;
        height:180px;
    }
}


/* ==========================================================
   SERVICIOS AMPLIADOS CON PESTAÑAS
========================================================== */

.services-expanded{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%,rgba(214,61,67,.07),transparent 25%),
    radial-gradient(circle at 92% 16%,rgba(56,56,115,.08),transparent 27%),
    linear-gradient(135deg,#fff 0%,#f7f8fc 100%);
}

.services-intro-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:64px;
  align-items:start;
  margin-bottom:54px;
}

.services-intro-copy{
  max-width:760px;
}

.services-intro-copy p{
  font-size:18px;
  color:#52576c;
}

.services-summary{
  display:grid;
  gap:14px;
}

.services-summary div{
  padding:24px 26px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(56,56,115,.12);
  box-shadow:0 18px 55px rgba(17,20,37,.07);
}

.services-summary strong,
.services-summary span{
  display:block;
}

.services-summary strong{
  color:var(--blue);
  font-size:26px;
  line-height:1.15;
  margin-bottom:5px;
}

.services-summary span{
  color:#62677a;
  font-size:14px;
}

.services-tabs{
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(56,56,115,.12);
  box-shadow:0 25px 85px rgba(17,20,37,.09);
  overflow:hidden;
}

.services-tabs-nav{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:12px;
  gap:10px;
  background:#f3f4f9;
  border-bottom:1px solid rgba(56,56,115,.10);
}

.services-tab-button{
  min-height:64px;
  border:0;
  border-radius:18px;
  padding:13px 18px;
  background:transparent;
  color:#4f5368;
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.services-tab-button:hover{
  color:var(--blue);
  background:#fff;
}

.services-tab-button.active{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#4b4b98);
  box-shadow:0 14px 34px rgba(56,56,115,.22);
}

.services-tabs-content{
  padding:42px;
}

.services-tab-panel{
  animation:serviceTabFade .28s ease;
}

.services-tab-panel[hidden]{
  display:none !important;
}

@keyframes serviceTabFade{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.service-panel-heading{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:20px;
  align-items:start;
  margin-bottom:32px;
}

.service-number{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--red);
  font-weight:900;
  box-shadow:0 14px 35px rgba(214,61,67,.22);
}

.service-panel-heading h3{
  margin-bottom:8px;
  font-size:30px;
}

.service-panel-heading p{
  margin:0;
  max-width:760px;
  color:#62677a;
  font-size:17px;
}

.services-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.services-detail-grid article{
  padding:25px;
  border-radius:22px;
  background:#f8f9fc;
  border:1px solid rgba(56,56,115,.10);
}

.services-detail-grid h4{
  margin:0 0 9px;
  color:var(--blue);
  font-size:19px;
}

.services-detail-grid p{
  margin:0;
  color:#5c6175;
}

.membership-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.membership-card{
  padding:30px;
  border-radius:25px;
  background:#f8f9fc;
  border:1px solid rgba(56,56,115,.12);
}

.membership-card.featured{
  background:
    radial-gradient(circle at 90% 5%,rgba(214,61,67,.19),transparent 32%),
    linear-gradient(135deg,var(--blue),#212348);
  color:#fff;
  border-color:transparent;
}

.membership-label{
  display:inline-block;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  color:var(--red);
  background:rgba(214,61,67,.10);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.membership-card.featured .membership-label{
  color:#fff;
  background:var(--red);
}

.membership-card h4{
  margin:0 0 18px;
  font-size:22px;
  color:var(--dark);
}

.membership-card.featured h4{
  color:#fff;
}

.membership-card ul{
  margin:0;
  padding-left:20px;
}

.membership-card li{
  margin-bottom:10px;
  color:#555a6e;
}

.membership-card.featured li{
  color:#eef0ff;
}

.services-audience{
  margin-top:80px;
}

.services-audience .section-heading{
  margin-bottom:34px;
}

.services-audience .section-heading h3{
  font-size:34px;
}

.audience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.audience-grid article{
  position:relative;
  padding:28px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(56,56,115,.11);
  box-shadow:0 18px 55px rgba(17,20,37,.07);
}

.audience-grid article > span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:20px;
  border-radius:50%;
  color:#fff;
  background:var(--red);
  font-weight:900;
}

.audience-grid h4{
  margin:0 0 10px;
  color:var(--blue);
  font-size:20px;
}

.audience-grid p{
  margin:0;
  color:#606578;
}

.services-fees{
  display:grid;
  grid-template-columns:1fr auto;
  gap:44px;
  align-items:center;
  margin-top:34px;
  padding:38px 42px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(214,61,67,.30),transparent 25%),
    linear-gradient(135deg,var(--blue),#202246);
  box-shadow:0 24px 75px rgba(56,56,115,.20);
}

.services-fees h3{
  margin-bottom:10px;
  color:#fff;
  font-size:30px;
}

.services-fees p{
  margin:0;
  max-width:800px;
  color:#e8eaff;
}

.services-fees .btn{
  white-space:nowrap;
}

@media(max-width:1000px){

  .services-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .services-tabs-nav{
    grid-template-columns:repeat(2,1fr);
  }

  .membership-grid{
    grid-template-columns:1fr;
  }

  .audience-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:700px){

  .services-tabs{
    overflow:visible;
    border:0;
    background:transparent;
    box-shadow:none;
  }

  .services-tabs-nav{
    display:grid;
    grid-template-columns:1fr;
    padding:0;
    background:transparent;
    border:0;
    gap:8px;
  }

  .services-tab-button{
    min-height:54px;
    text-align:left;
    background:#fff;
    border:1px solid rgba(56,56,115,.12);
    box-shadow:0 10px 28px rgba(17,20,37,.05);
  }

  .services-tab-button.active{
    background:var(--blue);
  }

  .services-tabs-content{
    margin-top:12px;
    padding:24px 18px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(56,56,115,.12);
    box-shadow:0 18px 55px rgba(17,20,37,.07);
  }

  .services-detail-grid{
    grid-template-columns:1fr;
  }

  .service-panel-heading{
    grid-template-columns:1fr;
  }

  .service-panel-heading h3{
    font-size:25px;
  }

  .services-fees{
    grid-template-columns:1fr;
    padding:30px 24px;
  }

  .services-fees .btn{
    width:100%;
  }

}


/* Campo antispam invisible del formulario */
.form-honeypot{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

