/* BRAND TYPOGRAPHY */
.brand{font-family:'Poppins',sans-serif;font-weight:800;letter-spacing:-0.04em;font-size:1.6rem;display:inline-flex;align-items:center}
.b-1{color:#e2e8f0}.b-2{color:#3b82f6}.b-3{color:#e2e8f0}
.brand--footer{font-size:1.5rem}

/* LAYOUT */
.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}
.section{padding:3.75rem 2rem;position:relative;z-index:1;overflow:hidden;background:transparent}
.section .container{text-align:center}

/* TYPOGRAPHY HELPERS */
.eyebrow{
  display:inline-block;
  font-family:'Poppins',sans-serif;
  font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--blue-500);
  margin-bottom:.75rem;
  padding:.35rem .75rem;
  background:rgba(59,130,246,.08);
  border-radius:999px;
}
.section-heading{
  font-size:clamp(1.85rem,3.8vw,2.65rem);
  color:var(--slate-900);
  margin:0 auto .9rem auto;
  letter-spacing:-0.035em;
  text-align:center;
}
.section-sub{
  font-size:1.3125rem;
  color:var(--slate-600);
  line-height:1.6;
  margin:0 auto 2.25rem auto;
  max-width:680px;
  text-align:center;
  font-weight:400;
}

/* HERO */
.hero{
  min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  padding:7rem 1.75rem 7rem;
  text-align:center;
  position:relative;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  background:linear-gradient(180deg,#eaeff5 0%,#e0e8f2 40%,#d8e2ee 100%);
  overflow:hidden;
}
.hero::before{
  content:'';
  position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(59,130,246,.1) 1px,transparent 1px);
  background-size:32px 32px;
  z-index:0;
  pointer-events:none;
}
.hero-blob-1{
  position:absolute;
  width:500px;height:500px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(96,165,250,.10),transparent 70%);
  top:-15%;right:-10%;
  filter:blur(60px);
  z-index:0;
  pointer-events:none;
}
.hero-blob-2{
  position:absolute;
  width:400px;height:400px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(59,130,246,.08),transparent 70%);
  bottom:-10%;left:-8%;
  filter:blur(50px);
  z-index:0;
  pointer-events:none;
}
.hero-blob-3{
  position:absolute;
  width:300px;height:300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(147,197,253,.07),transparent 70%);
  top:40%;left:50%;
  transform:translate(-50%,-50%);
  filter:blur(40px);
  z-index:0;
  pointer-events:none;
}
.hero-nodes-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  z-index:2;
  pointer-events:none;
  opacity:.42;
}
@media(max-width:768px){
  .hero-nodes-canvas{opacity:.36}
}
.hero-inner{max-width:840px;width:100%;min-width:0;margin:-1rem auto 0;position:relative;z-index:3;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}
.hero-content{display:flex;flex-direction:column;align-items:center;width:100%}
.hero-title{
  font-size:clamp(3rem,8vw,5.85rem);
  margin-bottom:1.5rem;
  letter-spacing:-0.045em;
  font-weight:800;
  line-height:1.1;
}
.title-line{
  display:block;
  color:var(--slate-900);
  font-style:normal;
  font-weight:800;
  opacity:0;
  filter:blur(10px);
  animation:heroSubBlur 1.2s ease-out forwards;
}
.title-line:nth-child(1){animation-delay:0s}
.title-line:nth-child(2){animation-delay:0.25s}
.title-line:nth-child(3){animation-delay:0.5s}
.title-line.title-dark{
  background:linear-gradient(90deg,#334155 0%, #0f172a 55%, #020617 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 1px 0 rgba(255,255,255,.12);
}
.title-line.title-blue{
  background:linear-gradient(90deg,#1d4ed8 0%, #3b82f6 45%, #60a5fa 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
@keyframes heroSlideUp{
  from{opacity:0;transform:translateY(40px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes heroSubBlur{
  from{opacity:0;filter:blur(10px)}
  to{opacity:1;filter:blur(0)}
}
.hero-sub{
  font-size:1.3125rem;
  color:var(--slate-600);
  line-height:1.7;
  margin:0 auto 1.5rem;
  font-weight:500;
  max-width:820px;
  width:100%;
  padding-inline:clamp(0rem,2vw,.5rem);
  overflow-wrap:break-word;
  word-wrap:break-word;
  text-wrap:normal;
}
.hw{
  display:inline-block;
  opacity:0;
  filter:blur(8px);
  animation:heroSubBlur .6s ease-out forwards;
}
.hero-sub .hw:nth-child(1){animation-delay:.75s}
.hero-sub .hw:nth-child(2){animation-delay:.79s}
.hero-sub .hw:nth-child(3){animation-delay:.83s}
.hero-sub .hw:nth-child(4){animation-delay:.87s}
.hero-sub .hw:nth-child(5){animation-delay:.91s}
.hero-sub .hw:nth-child(6){animation-delay:.95s}
.hero-sub .hw:nth-child(7){animation-delay:.99s}
.hero-sub .hw:nth-child(8){animation-delay:1.03s}
.hero-sub .hw:nth-child(9){animation-delay:1.07s}
.hero-sub .hw:nth-child(10){animation-delay:1.11s}
.hero-sub .hw:nth-child(11){animation-delay:1.15s}
.hero-sub .hw:nth-child(12){animation-delay:1.19s}
.hero-sub .hw:nth-child(13){animation-delay:1.23s}
.hero-sub .hw:nth-child(14){animation-delay:1.27s}
.hero-sub .hw:nth-child(15){animation-delay:1.31s}
.hero-sub .hw:nth-child(16){animation-delay:1.35s}
.hero-sub .hw:nth-child(17){animation-delay:1.39s}
.hero-sub .hw:nth-child(18){animation-delay:1.43s}
.hero-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  background:var(--blue-500);
  color:#fff;
  font-family:'Poppins',sans-serif;
  font-size:1rem;
  font-weight:600;
  text-decoration:none;
  padding:.85rem 1.85rem;
  border-radius:50px;
  box-shadow:0 4px 14px rgba(37,99,235,.35);
  opacity:0;
  transform:translateY(40px);
  animation:heroSlideUp 0.8s ease-out 0.6s forwards;
  transition:transform .25s ease,box-shadow .25s ease;
}
.hero-cta-btn:hover{
  transform:scale(1.15);
  background:#fff;
  color:#0f172a;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.hero-cta-btn:active{
  transform:scale(1.08);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.hero-cta-btn svg{flex-shrink:0;width:18px;height:18px;transition:transform .3s ease}
.hero-cta-btn:hover svg{transform:translateX(6px)}
.hero-cta--mobile-only{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  border-radius:12px;
  font-weight:500;
  box-shadow:none;
  padding:0.95rem 1.5rem;
  font-size:.9375rem;
  width:fit-content;
  max-width:260px;
  margin-inline:auto;
  margin-top:1.35rem;
  justify-content:center;
}
@keyframes heroCtaSlideUp{
  from{opacity:0;transform:translateY(24px);filter:blur(10px)}
  to{opacity:1;transform:translateY(0);filter:blur(0)}
}
.hero-cta-btn.hero-cta--mobile-only{
  border-radius:12px;
  font-weight:500;
  box-shadow:0 2px 12px rgba(37,99,235,.28);
  padding:0.95rem 1.5rem;
  font-size:.9375rem;
  transform-origin:center center;
  opacity:0;
  transform:translateY(24px);
  animation:heroCtaSlideUp 1s cubic-bezier(.25,.1,.25,1) 1.6s forwards;
  transition:transform .3s cubic-bezier(.25,.1,.25,1),background .28s ease,color .28s ease,box-shadow .28s ease;
}
.hero-cta-btn.hero-cta--mobile-only.anim-done{
  animation:none;
  opacity:1;
  transform:none;
}
.hero-cta-btn.hero-cta--mobile-only.anim-done:hover{
  transform:scale(1.15);
  background:#fff;
  color:#0f172a;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.hero-cta-btn.hero-cta--mobile-only.anim-done:active{
  transform:scale(1.08);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.hero-cta-btn.hero-cta--mobile-only:hover svg{
  transform:translateX(6px);
}
.hero-cta--mobile-only svg{
  width:1.25em;
  height:1.25em;
  flex-shrink:0;
  transition:transform .28s cubic-bezier(.25,.1,.25,1);
}
.hero-cta-btn--glow{
  box-shadow:0 4px 14px rgba(37,99,235,.5),0 0 40px rgba(37,99,235,.7),0 0 80px rgba(37,99,235,.35),0 0 120px rgba(37,99,235,.15);
}
.hero-cta-btn--glow:hover{
  box-shadow:0 12px 32px rgba(37,99,235,.7),0 0 50px rgba(37,99,235,.9),0 0 100px rgba(37,99,235,.5),0 0 160px rgba(37,99,235,.2);
}
.hero-cta-secondary{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-family:'Poppins',sans-serif;
  background:rgba(255,255,255,.85);
  border:2px solid #2563eb;
  color:#2563eb;
  font-size:.9375rem;
  font-weight:700;
  padding:.8rem 1.5rem;
  border-radius:999px;
  box-shadow:0 0 16px rgba(37,99,235,.2);
  text-decoration:none;
  opacity:0;
  transform:translateY(40px);
  animation:heroSlideUp 0.8s ease-out 0.75s forwards;
  transition:border-color .25s,color .25s,background .25s,box-shadow .25s;
}
.hero-cta-secondary:hover{
  border-color:var(--blue-500);
  color:var(--blue-500);
  background:rgba(59,130,246,.04);
}
.cta-buttons-row{
  display:flex;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
  justify-content:center;
}

/* GLASS CARDS */
.pain-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:1.5rem;margin-top:2.25rem;
}
.pain-card{
  background:linear-gradient(135deg,#0B0F14,#101318);
  border:1px solid rgba(11,27,54,.28);
  border-radius:20px;
  padding:2.5rem 2rem;
  text-align:left;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.pain-card:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 12px 36px rgba(59,130,246,.12);
  border-color:#93c5fd;
}
.pain-card-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(96,165,250,.06));
  color:var(--blue-500);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 1.25rem;
}
#servicios .pain-card{text-align:left}
#servicios .pain-card-icon{margin:0 0 1.25rem}
.pain-card h3{font-size:1.15rem;margin-bottom:.55rem;letter-spacing:-0.02em;color:#fff}
.pain-card p{font-size:.94rem;color:rgba(255,255,255,.65);line-height:1.7}

/* METRICS BAR */
.metrics-section{
  background:transparent;
  padding:0;
  margin:0;
  position:relative;
  z-index:1;
}
.metrics-bar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:linear-gradient(135deg,#0B0F14,#101318);
  width:100%;
  margin-top:-1px;
}
.metric-item{
  text-align:center;
  padding:1rem .75rem;
  border-right:3px solid rgba(148,163,184,.18);
  transition:background .25s;
}
.metric-item:last-child{border-right:none}
.metric-num{
  font-family:'Poppins',sans-serif;
  font-size:32px;font-weight:700;letter-spacing:-0.02em;
  background:linear-gradient(90deg,#1d4ed8 0%, #3b82f6 45%, #60a5fa 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  display:inline-block;
  line-height:1;
}
.metric-label{
  font-size:11px;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
  line-height:1.3;
  margin-top:8px;
}

/* LOGO CAROUSEL */
@font-face{
  font-family:'Google Sans Flex';
  font-style:normal;
  font-display:swap;
  font-weight:400 700;
  src:url(https://cdn.jsdelivr.net/fontsource/fonts/google-sans-flex@latest/latin-500-normal.woff2) format('woff2');
}
@font-face{
  font-family:'Mona Sans';
  font-style:normal;
  font-display:swap;
  font-weight:600;
  src:url(https://cdn.jsdelivr.net/fontsource/fonts/mona-sans@latest/latin-600-normal.woff2) format('woff2');
}
.logo-carousel-section{
  padding:1.35rem 2rem;
  background:transparent;
  position:relative;
  z-index:1;
}
.hero-inner .logo-carousel-section{
  padding:3rem 0 0;
  margin-top:4.25rem;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
}
.hero-inner .hero-sub{margin-bottom:1rem}
.logo-carousel-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1.2rem;
  width:100%;
  max-width:100%;
  min-width:0;
  padding:0;
  text-align:center;
}
.logo-carousel-heading{
  flex-shrink:0;
  font-family:'Poppins',system-ui,sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:2.2px;
  text-transform:uppercase;
  color:var(--slate-400);
  white-space:nowrap;
  margin:0;
  text-align:center;
  width:100%;
}
.logo-carousel-wrap{
  width:100%;
  max-width:800px;
  margin:0 auto;
  overflow:hidden;
  padding:6px 0;
  min-width:0;
  mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);
  -webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);
}
.logo-carousel-track{
  display:flex;
  width:max-content;
  animation:scrollLogos 28s linear infinite;
  will-change:transform;
}
@keyframes scrollLogos{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.logo-carousel-set{
  display:flex;
  align-items:center;
  gap:4rem;
  flex-shrink:0;
  padding-right:4rem;
}
.logo-carousel-item{
  flex-shrink:0;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:.75rem;
  transition:transform .25s ease;
}
.logo-carousel-item img{
  height:30px;
  width:30px;
  display:block;
  object-fit:contain;
  filter:grayscale(100%) brightness(0.55);
  transition:filter .25s ease,transform .25s ease;
}
.logo-carousel-label{
  font-family:'Poppins',system-ui,sans-serif;
  font-size:1.15rem;
  font-weight:500;
  letter-spacing:-0.01em;
  color:var(--slate-400);
  white-space:nowrap;
  transition:color .25s ease;
}
.logo-carousel-item[data-brand="openai"] .logo-carousel-label{
  font-family:'Figtree',system-ui,sans-serif;
  font-weight:600;
  letter-spacing:-0.02em;
}
.logo-carousel-item[data-brand="anthropic"] .logo-carousel-label{
  font-family:'Syne',system-ui,sans-serif;
  font-weight:600;
  letter-spacing:.02em;
}
.logo-carousel-item[data-brand="google"] .logo-carousel-label,
.logo-carousel-item[data-brand="gmail"] .logo-carousel-label{
  font-family:'Google Sans Flex','Product Sans',system-ui,sans-serif;
  font-weight:500;
  letter-spacing:-.01em;
}
.logo-carousel-item[data-brand="github"] .logo-carousel-label{
  font-family:'Mona Sans',system-ui,sans-serif;
  font-weight:600;
  letter-spacing:-.03em;
}
.logo-carousel-item[data-brand="whatsapp"] .logo-carousel-label{
  font-family:'Nunito Sans','Helvetica Neue',Helvetica,sans-serif;
  font-weight:700;
  letter-spacing:-.04em;
}
.logo-carousel-item[data-brand="telegram"] .logo-carousel-label{
  font-family:'Roboto',system-ui,sans-serif;
  font-weight:500;
  letter-spacing:.01em;
}
.logo-carousel-item:hover{
  transform:translateY(-2px);
}
.logo-carousel-item:hover img{
  filter:none;
}
.logo-carousel-item:hover .logo-carousel-label{
  color:var(--slate-700);
}
@media(max-width:768px){
  .hero{
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding:6.25rem 1.25rem 0;
    min-height:auto;
    width:100%;
    max-width:100%;
  }
  .hero-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    max-width:100%;
    padding:0;
    margin:0 auto;
    flex:none;
  }
  .hero-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:calc(100dvh - 6.25rem);
    padding-top:2rem;
    padding-bottom:1rem;
  }
  .hero-title{
    font-size:clamp(3.85rem,15vw,5.5rem);
    margin-bottom:.85rem;
    line-height:1.05;
  }
  .hero-sub{
    font-size:clamp(1.25rem,5.2vw,1.4375rem);
    line-height:1.6;
    font-weight:500;
    margin-bottom:0;
    max-width:100%;
    padding-inline:0;
  }
  .hero-cta--mobile-only{
    display:inline-flex;
    width:fit-content;
    max-width:260px;
    margin-inline:auto;
    justify-content:center;
    margin-top:0.9rem;
    padding:0.95rem 1.5rem;
    font-size:.9375rem;
    border-radius:12px;
    font-weight:500;
    box-shadow:none;
    opacity:0;
    animation:heroCtaFadeIn .8s ease-out .95s forwards;
  }
  .hero-inner .logo-carousel-section{
    display:block;
    width:100%;
    padding:3.75rem 0 2.5rem;
    margin-top:1.75rem;
  }
  .logo-carousel-section{
    padding:1rem 0;
    overflow:hidden;
    max-width:100%;
  }
  .logo-carousel-inner{
    flex-direction:column;
    align-items:center;
    gap:.85rem;
    padding:0;
    max-width:100%;
  }
  .logo-carousel-heading{
    font-size:11px;
    letter-spacing:1.65px;
    max-width:none;
    line-height:1.45;
    white-space:nowrap;
  }
  .logo-carousel-wrap{
    width:100%;
    max-width:100%;
  }
  .logo-carousel-set{gap:2.25rem;padding-right:2.25rem}
  .logo-carousel-item img{height:24px;width:24px}
  .logo-carousel-label{font-size:.98rem}
  .logo-carousel-track{animation-duration:24s}
  .logo-carousel-item:hover{transform:none}
}
@media(max-width:480px){
  .hero{padding:5.25rem .9rem 0;min-height:auto}
  .hero-content{min-height:calc(100dvh - 5.25rem);padding-top:1.35rem}
  .logo-carousel-section{padding:.85rem 0 2rem}
  .logo-carousel-inner{
    flex-direction:column;
    align-items:center;
    gap:.65rem;
    padding:0;
  }
  .logo-carousel-heading{
    max-width:none;
    text-align:center;
    white-space:nowrap;
  }
  .logo-carousel-wrap{
    width:100%;
    max-width:100%;
    margin-left:0;
  }
  .logo-carousel-set{gap:1.75rem;padding-right:1.75rem}
  .logo-carousel-item img{height:22px;width:22px}
  .logo-carousel-label{font-size:.92rem}
}
@media(prefers-reduced-motion:reduce){
  .logo-carousel-track{animation-duration:60s}
}

#testimonios{overflow:visible}
.rating-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1.15rem 0 2rem}
.rating-header .stars{color:var(--blue-500);font-size:1.5rem;letter-spacing:2px;display:inline-flex;align-items:center;gap:2px}
.rating-header .stars .star{width:18px;height:18px;display:block}
.rating-score{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;color:var(--blue-500)}
.testimonials-bleed{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  box-sizing:border-box;
}
.testimonials-wrapper{overflow:hidden;margin-top:1.5rem;width:100%}
.testimonials-track{display:flex;gap:1.5rem;animation:scrollTestimonials 35s linear infinite;width:max-content}
.testimonials-wrapper:hover .testimonials-track{animation-play-state:paused}
@keyframes scrollTestimonials{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.testimonial-card{
  flex-shrink:0;width:280px;max-width:min(280px,88vw);
  background:linear-gradient(135deg,#0B0F14,#101318);
  border:1px solid rgba(11,27,54,.28);border-radius:20px;
  padding:1.25rem;position:relative;text-align:left;
  overflow:hidden;box-sizing:border-box;
}
.testimonial-card-head{
  display:flex;justify-content:space-between;align-items:center;
  gap:.5rem;margin-bottom:1rem;min-width:0;
}
.testimonial-stars{
  color:var(--blue-500);font-size:1.1rem;letter-spacing:2px;margin-bottom:0;
  flex:0 0 auto;line-height:1;
  display:inline-flex;align-items:center;gap:2px;
}
.testimonial-stars .star{width:14px;height:14px;display:block}
.testimonial-text{color:rgba(255,255,255,.8);font-size:.88rem;line-height:1.7;margin-bottom:.75rem}
.testimonial-author{display:flex;flex-direction:column;gap:.25rem}
.author-name{color:#fff;font-weight:600;font-size:.95rem}
.author-role{color:rgba(255,255,255,.45);font-size:.85rem}
.testimonial-card hr{border:none!important;border-top:1px solid rgba(255,255,255,.08)!important;margin:.75rem 0!important}
.testimonial-badge{
  background:var(--blue-500);color:#fff;
  font-size:.7rem;font-weight:600;
  padding:.3rem .55rem;border-radius:999px;
  flex:0 1 auto;min-width:0;max-width:58%;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  line-height:1.2;
}

/* FAQ */
.faq-list{margin:2.25rem auto 0;max-width:780px}
.faq-item{
  border:1px solid rgba(11,27,54,.28);
  border-radius:20px;
  margin-bottom:.75rem;
  background:linear-gradient(135deg,#0B0F14,#101318);
  overflow:hidden;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.faq-item:hover{border-color:#93c5fd}
.faq-item.open{
  border-color:#93c5fd;
  box-shadow:0 12px 36px -16px rgba(11,27,54,.28);
}
.faq-btn{
  width:100%;background:none;border:none;
  padding:1.3rem 1.5rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  cursor:pointer;
  font-family:'Poppins',sans-serif;
  font-size:1rem;font-weight:600;letter-spacing:-0.015em;
  color:#fff;text-align:left;
  transition:color .2s;
}
.faq-btn:hover{color:var(--blue-500)}
.faq-icon{flex-shrink:0;color:var(--slate-500);transition:transform .35s cubic-bezier(.25,.1,.25,1)}
.faq-item.open .faq-icon{transform:rotate(180deg);color:var(--blue-500)}
.faq-body{overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(.25,.1,.25,1)}
.faq-body p{
  font-size:.95rem;color:rgba(255,255,255,.65);line-height:1.75;
  padding:0 1.5rem 1.4rem;
  text-align:left;
}

/* CTA */
.cta-section{padding:3rem 1.75rem 3.5rem;position:relative;z-index:1}
.cta-box{
  background:linear-gradient(135deg,#0B0F14,#101318);
  border-radius:24px;
  padding:2.75rem 2rem;text-align:center;
  max-width:720px;margin:0 auto;
  position:relative;overflow:hidden;
}
.cta-box::before{
  content:'';position:absolute;
  top:-50%;right:-20%;
  width:500px;height:500px;border-radius:50%;
  background:radial-gradient(circle,rgba(59,130,246,.18),transparent 70%);
  pointer-events:none;
}
.cta-box::after{
  content:'';position:absolute;
  bottom:-50%;left:-20%;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(96,165,250,.12),transparent 70%);
  pointer-events:none;
}
.cta-box>*{position:relative;z-index:1}
.cta-box .eyebrow{background:rgba(255,255,255,.08);color:var(--blue-400)}
.cta-box h2{
  color:#fff;font-size:clamp(1.5rem,3.2vw,2.1rem);
  margin-bottom:.65rem;letter-spacing:-0.04em;
}
.cta-box p{
  color:rgba(255,255,255,.7);
  font-size:1rem;line-height:1.65;
  max-width:520px;margin:0 auto;
}
.cta-box .cta-buttons-row{margin-top:1.5rem}
.cta-ps{
  margin:1.75rem auto 0;
  max-width:600px;
  padding-top:1.5rem;
  text-align:center;
  position:relative;
}
.cta-ps::before{
  content:'';
  position:absolute;top:0;left:50%;
  transform:translateX(-50%);
  width:3rem;height:2px;border-radius:2px;
  background:linear-gradient(90deg,transparent,var(--slate-300),transparent);
}
.cta-ps-label{
  display:block;
  font-family:'Poppins',sans-serif;
  font-size:.68rem;font-weight:600;font-style:italic;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--blue-500);
  margin-bottom:.6rem;
}
.cta-ps-text{
  font-size:.95rem;line-height:1.65;
  color:var(--slate-600);
  font-style:italic;
  margin:0 auto;
}
.cta-ps-emphasis{
  margin:.4rem auto 0;
  font-size:1rem;line-height:1.55;
  font-weight:600;
  font-style:italic;
  letter-spacing:-0.02em;
  color:var(--slate-800);
}
.cta-ps-text,
.cta-ps-emphasis{
  max-width:46ch;
}
.cta-box .hero-cta-btn.hero-cta--mobile-only{
  opacity:1;
  animation:none;
  transform:none;
  margin-top:0;
  transition:transform .3s cubic-bezier(.25,.1,.25,1),background .28s ease,color .28s ease,box-shadow .28s ease;
}
.cta-box .hero-cta-btn.hero-cta--mobile-only:hover{
  transform:scale(1.15);
  background:#fff;
  color:#0f172a;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.cta-box .hero-cta-btn.hero-cta--mobile-only:active{
  transform:scale(1.08);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.cta-box .hero-cta-btn.hero-cta--mobile-only:hover svg{
  transform:translateX(6px);
}

@media(max-width:768px){
  .cta-section{padding:2.25rem 1.1rem 3rem}
  .cta-box{padding:2.25rem 1.25rem;border-radius:20px}
  .cta-box h2{font-size:clamp(1.35rem,5vw,1.85rem)}
  .cta-box p{font-size:.98rem;line-height:1.65}
  .cta-ps{
    margin:1.35rem auto 0;
    padding-top:1.15rem;
    max-width:100%;
    padding-inline:.25rem;
  }
  .cta-ps::before{width:2.5rem}
  .cta-ps-label{margin-bottom:.55rem}
  .cta-ps-text{font-size:1rem;line-height:1.65}
  .cta-ps-emphasis{font-size:1.05rem;line-height:1.55}
}

@media(max-width:480px){
  .cta-section{padding:2rem .9rem 2.75rem}
  .cta-box{padding:2rem 1.05rem;border-radius:18px}
  .cta-box p{font-size:.98rem}
  .cta-ps{margin:1.15rem auto 0;padding-top:1rem}
  .cta-ps-label{font-size:.66rem}
  .cta-ps-text{font-size:1rem}
  .cta-ps-emphasis{font-size:1.05rem}
}

/* FOOTER */
.footer-full{
  background:var(--slate-900);
  color:#cbd5e1;
  padding:4rem 1.75rem 2rem;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-grid{
  max-width:1180px;margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:2.5rem 2rem;
  margin-bottom:3rem;
  justify-items:start;
}
.footer-brand{grid-column:span 1}
.footer-brand .brand--footer{margin-bottom:1rem}
.footer-brand>p{font-size:.95rem;color:#94a3b8;line-height:1.7;margin-bottom:1.25rem}
.footer-contact-info{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}
.footer-contact-info>div{display:flex;align-items:center;gap:.6rem}
.footer-contact-info span,.footer-contact-info a{font-size:.85rem;color:var(--slate-400);text-decoration:none;transition:color .2s}
.footer-contact-info a:hover{color:#3b82f6}
.footer-socials{display:flex;gap:.75rem}
.footer-socials a{
  width:36px;height:36px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);
  color:#cbd5e1;
  transition:background .2s ease,color .2s ease;
}
.footer-socials a:hover{background:rgba(255,255,255,.15);color:#fff}
.footer-col h3{
  font-family:'Poppins',sans-serif;
  font-size:.85rem;font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#f8fafc;
  margin-bottom:1rem;
}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}
.footer-col a{color:#94a3b8;text-decoration:none;font-size:.92rem}
.footer-col a:hover{color:#fff}
.footer-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.25rem}
.footer-badge{
  display:inline-flex;align-items:center;gap:.35rem;
  font-size:.75rem;font-weight:600;letter-spacing:.04em;
  text-transform:uppercase;
  color:#94a3b8;
  background:rgba(255,255,255,.08);
  padding:.35rem .55rem;border-radius:8px;
}
@media(max-width:980px){
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .footer-full{
    padding:2.25rem 1.25rem 1.5rem;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:1.25rem;
    margin-bottom:1.75rem;
    justify-items:stretch;
    text-align:left;
  }
  .footer-brand,
  .footer-col{
    text-align:left!important;
    width:100%;
    margin-left:0!important;
    margin-right:0!important;
    padding-top:.35rem;
  }
  .footer-brand>p{margin-bottom:.85rem}
  .footer-contact-info{margin-top:.75rem}
  .footer-col h3,
  .footer-col h4{
    margin-bottom:.5rem;
  }
  .footer-col ul{gap:.3rem}
  .footer-col a{font-size:.88rem;line-height:1.45}
    }

/* BACK TO TOP BUTTON */
.back-to-top{
  position:fixed;bottom:1.75rem;left:1.75rem;
  width:50px;height:50px;border-radius:50%;
  background:#fff;
  color:var(--slate-700);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  z-index:200;
  cursor:pointer;
  border:none;
  opacity:0;visibility:hidden;
  transform:translateY(10px);
  transition:opacity .3s ease,transform .3s ease,visibility .3s ease,box-shadow .25s;
}
.back-to-top.visible{
  opacity:1;visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  box-shadow:0 6px 16px rgba(0,0,0,.2);
  transform:translateY(-2px);
}
.back-to-top svg{
  width:22px;height:22px;
}
@media(max-width:680px){
  .back-to-top{width:44px;height:44px;bottom:1.25rem;left:1.25rem}
  .back-to-top svg{width:20px;height:20px}
}

/* REVEAL */
/* SECTION ANIMATIONS */
.section-animate{
  opacity:0;
  transform:translateY(40px);
  transition:opacity .8s ease,transform .8s ease;
}
.section-animate.visible{
  opacity:1;
  transform:translateY(0);
}
/* WIDE SCREENS - constrain layout */
@media(min-width:1400px){
  .container{max-width:1140px}
  .hero-inner{max-width:780px}
  .pain-grid{grid-template-columns:repeat(3,1fr)}
}

/* RESPONSIVE */
@media(max-width:768px){
  .hero-sub{font-size:clamp(1.25rem,5.2vw,1.4375rem);font-weight:500}
  .testimonial-card{width:min(260px,86vw);max-width:min(260px,86vw)}
  .testimonial-card-head{flex-wrap:wrap;row-gap:.35rem}
  .testimonial-badge{max-width:100%;margin-left:auto;font-size:.65rem;padding:.28rem .5rem}
  .testimonial-stars{font-size:1rem;letter-spacing:1px}
  .testimonials-track{animation-duration:28s}
}
@media(max-width:680px){
  .section{padding:3.5rem 1.25rem}
  .hero{padding:6rem 1.25rem 4.25rem}
  .cta-section{padding:2.25rem 1.25rem 3rem}
  .cta-box{padding:2.25rem 1.5rem}
  .wa-fab{width:52px;height:52px;bottom:20px;right:20px}
}
@media(max-width:520px){.calc-result{grid-template-columns:1fr}}
@media(max-width:480px){
  .footer-grid{gap:1rem}
}

/* CALCULATOR */
.calc-card{
  background:linear-gradient(135deg,#0B0F14,#101318);
  border:1px solid rgba(11,27,54,.28);
  border-radius:18px;
  padding:2rem 1.65rem;
  max-width:560px;
  margin:1.75rem auto 0;
  text-align:center;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.calc-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 30px rgba(59,130,246,.08);
  border-color:#93c5fd;
}
.calc-group{margin-bottom:1.5rem}
.calc-lbl{
  display:flex;justify-content:space-between;align-items:baseline;
  margin-bottom:.55rem;
}
.calc-lbl-text{font-size:.88rem;font-weight:500;color:rgba(255,255,255,.75)}
.calc-lbl-val{
  font-family:'Poppins',sans-serif;font-size:.98rem;font-weight:700;
  color:#3b82f6;min-width:2.5rem;text-align:right;
}
.calc-range{
  width:100%;accent-color:#3b82f6;cursor:pointer;
  appearance:none;-webkit-appearance:none;
  height:5px;border-radius:4px;
  background:var(--slate-200);outline:none;
}
.calc-range::-webkit-slider-thumb{
  -webkit-appearance:none;width:18px;height:18px;border-radius:50%;
  background:#3b82f6;cursor:pointer;
  box-shadow:0 0 0 3px rgba(11,27,54,.28);
  transition:box-shadow .2s;
}
.calc-range::-webkit-slider-thumb:hover{box-shadow:0 0 0 5px rgba(59,130,246,.25)}
.calc-result{
  background:rgba(59,130,246,.08);
  border:1.5px solid rgba(11,27,54,.28);
  border-radius:16px;
  padding:1.5rem 1.25rem;
  margin-top:2rem;
  display:grid;grid-template-columns:1fr 1fr;gap:1.15rem;text-align:center;
  transition:border-color .25s,box-shadow .25s;
}
.calc-result:hover{border-color:#93c5fd;box-shadow:0 0 30px rgba(59,130,246,.08)}
.calc-result-lbl{font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:.35rem;line-height:1.4}
.calc-result-num{
  font-family:'Poppins',sans-serif;
  font-size:2.2rem;font-weight:700;letter-spacing:-0.04em;
  color:var(--blue-500);line-height:1;margin-bottom:.3rem;
}
.calc-result-unit{font-size:.85rem;color:rgba(255,255,255,.6)}
#calcMsg{color:rgba(255,255,255,.7)}

@media(max-width:520px){
  #calculadora .section-heading{
    font-size:clamp(1.35rem,5.4vw,1.65rem);
    line-height:1.15;
  }
  #calculadora .calc-card{
    width:100%;
    max-width:100%;
    padding:1.25rem 1rem;
    border-radius:16px;
    margin-top:1.05rem;
  }
  #calculadora .calc-group{margin-bottom:1.15rem}
  #calculadora .calc-lbl{gap:.75rem}
  #calculadora .calc-lbl-text{
    font-size:.82rem;
    line-height:1.35;
    text-align:left;
  }
  #calculadora .calc-lbl-val{
    font-size:.92rem;
    white-space:nowrap;
  }
  #calculadora .calc-result{
    padding:1.05rem .95rem;
    margin-top:1.15rem;
    gap:.9rem;
  }
  #calculadora .calc-result-num{
    font-size:clamp(1.45rem,8.2vw,1.9rem);
  }
  #calculadora .calc-result-unit{font-size:.82rem}
}

@media(max-width:520px){
  #sobre-mi .about-card{padding:1.15rem 1.05rem 1.2rem;border-radius:18px}
  #sobre-mi .about-photo img{min-height:180px}
  #sobre-mi .about-content h3{font-size:1.2rem;margin-bottom:.65rem}
  #sobre-mi .about-content p{font-size:.98rem;line-height:1.65;margin-bottom:.75rem}
  #sobre-mi .about-block > .eyebrow{font-size:.72rem;padding:.28rem .65rem}
}

/* SERVICE BULLETS */
.service-bullets{list-style:none;margin-top:.75rem;display:flex;flex-direction:column;gap:.35rem;text-align:left}
.service-bullets li{font-size:.85rem;color:var(--slate-500);display:flex;align-items:center;gap:.5rem}

/* MODAL */
.modal-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.8);
  z-index:10000;
  display:flex;align-items:center;justify-content:center;
  padding:1.5rem;
  opacity:0;pointer-events:none;
  transition:opacity .25s ease;
}
.modal-overlay.open{opacity:1;pointer-events:auto}
.modal-box{
  background:#fff;
  max-width:700px;width:100%;
  max-height:85vh;
  border-radius:14px;
  padding:2rem;
  overflow-y:auto;
  position:relative;
  transform:translateY(16px);
  transition:transform .25s ease;
}
.modal-overlay.open .modal-box{transform:translateY(0)}
.modal-close{
  position:sticky;top:0;float:right;
  background:none;border:none;cursor:pointer;
  font-size:1.6rem;line-height:1;
  color:var(--slate-600);padding:.1rem .4rem;
  transition:color .2s;
}
.modal-close:hover{color:var(--slate-900)}
.modal-box h2{font-size:1.35rem;margin-bottom:1.25rem;color:var(--slate-900);letter-spacing:-0.02em}
.modal-box h3{font-size:.95rem;font-weight:600;margin:1.25rem 0 .4rem;color:var(--slate-800)}
.modal-box p{font-size:.9rem;color:var(--slate-600);line-height:1.7;margin-bottom:.5rem}
.modal-box ul{padding-left:1.25rem;margin-bottom:.75rem}
.modal-box li{font-size:.9rem;color:var(--slate-600);line-height:1.7;margin-bottom:.2rem}
.modal-link{
  background:none;border:none;cursor:pointer;
  color:var(--slate-500);font-size:.8rem;font-family:inherit;
  text-decoration:underline;text-underline-offset:3px;
  transition:color .2s;padding:0;
}
.modal-link:hover{color:var(--blue-500)}

/* ABOUT ME */
#sobre-mi .about-block{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
}
#sobre-mi .about-block > .eyebrow{
  margin-bottom:.65rem;
  font-size:.78rem;
  padding:.32rem .75rem;
}
#sobre-mi .about-card{
  width:100%;
  padding:1.85rem 2rem 2rem;
  background:linear-gradient(135deg,#0B0F14,#101318);
  border:1px solid rgba(11,27,54,.28);
  border-radius:22px;
  box-shadow:0 14px 48px rgba(2,6,23,.24);
}
#sobre-mi .about-grid{
  display:grid;
  grid-template-columns:minmax(200px,260px) 1fr;
  gap:2rem;
  align-items:stretch;
  text-align:left;
}
#sobre-mi .about-photo{
  width:100%;
  min-height:100%;
  border-radius:16px;
  background:var(--slate-100);
  overflow:hidden;
}
#sobre-mi .about-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center 60%;
}
#sobre-mi .about-content{
  text-align:left;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#sobre-mi .about-content h3{
  font-size:1.45rem;
  font-weight:700;
  letter-spacing:-0.02em;
  color:#fff;
  margin:0 0 .85rem;
}
#sobre-mi .about-content p{
  font-size:1.05rem;
  color:rgba(255,255,255,.72);
  line-height:1.75;
  margin-bottom:.9rem;
}
#sobre-mi .about-content p:last-child{margin-bottom:0}
@media(max-width:768px){
  #sobre-mi .about-card{padding:1.25rem 1.15rem 1.35rem;border-radius:18px}
  #sobre-mi .about-block > .eyebrow{margin-bottom:.55rem}
  #sobre-mi .about-grid{grid-template-columns:1fr!important;gap:1.35rem!important}
  #sobre-mi .about-photo img{min-height:220px}
}

.timeline-step-content{
  background:linear-gradient(135deg,#0B0F14,#101318)!important;
  border-color:rgba(11,27,54,.28)!important;
}
.timeline-step-content h3{color:#fff}
.timeline-step-content p{color:rgba(255,255,255,.65)}
.timeline-step-num{color:#3b82f6}

html{scroll-padding-top:120px}
@media(max-width:768px){html{scroll-padding-top:98px}}

@media(max-width:768px){
  .hero{
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding:6.25rem 1.25rem 0;
    min-height:auto;
    width:100%;
    max-width:100%;
  }
  .hero-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    max-width:100%;
    padding:0;
    margin:0 auto;
    flex:none;
  }
  .hero-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:calc(100dvh - 6.25rem);
    padding-top:2rem;
    padding-bottom:1rem;
  }
  .hero-title{font-size:clamp(3.85rem,15vw,5.5rem);margin-bottom:.85rem;line-height:1.05}
  .hero-sub{font-size:clamp(1.25rem,5.2vw,1.4375rem);line-height:1.6;font-weight:500;margin-bottom:0;white-space:normal;max-width:100%;padding-inline:0}
  .hero-cta--mobile-only{
    display:inline-flex;
    width:fit-content;
    max-width:260px;
    margin-inline:auto;
    justify-content:center;
    margin-top:0.9rem;
    padding:0.95rem 1.5rem;
    font-size:.9375rem;
    border-radius:12px;
    font-weight:500;
    box-shadow:none;
    opacity:0;
    animation:heroCtaFadeIn .8s ease-out .95s forwards;
  }
  .hero-inner .logo-carousel-section{
    display:block;
    width:100%;
    padding:3.75rem 0 2.5rem;
    margin-top:1.75rem;
  }
  .hero-cta-btn:not(.hero-cta--mobile-only){font-size:.875rem;padding:.7rem 1.2rem;gap:.55rem}
  .hero-cta-btn svg{width:18px;height:18px}
  .hero-cta-secondary{font-size:.875rem;padding:.65rem 1.1rem}
  .pain-grid{grid-template-columns:1fr}
  .metrics-bar{
    grid-template-columns:repeat(2,1fr);
    gap:0;
    row-gap:0;
    column-gap:0;
    border-top:3px solid rgba(148,163,184,.18)!important;
    border-bottom:3px solid rgba(148,163,184,.18)!important;
    box-shadow:none;
    background:linear-gradient(135deg,#0B0F14,#101318);
  }
  .metric-item{
    background:transparent;
    outline:none;
    box-shadow:none;
    border-top:none;
    border-left:none;
    border-right:3px solid rgba(148,163,184,.18);
    border-bottom:3px solid rgba(148,163,184,.18);
    padding:.65rem .5rem;
  }
  .metric-item:nth-child(2n){border-right:none}
  .metric-item:nth-child(n+3){border-bottom:none}
  .calc-card{padding:1.35rem .95rem}
  .calc-result{grid-template-columns:1fr!important}
  .calc-result-num{font-size:1.85rem}
  .testimonial-card{width:min(240px,84vw);max-width:min(240px,84vw)}
  .timeline-wrap{padding:0 .5rem}
  .timeline-step{grid-template-columns:32px 1fr;gap:.75rem}
  .timeline-step .timeline-step-spacer{display:none}
  .timeline-left{text-align:left}
  .timeline-step .timeline-node{grid-column:1;grid-row:1;justify-self:center}
  .timeline-step .timeline-step-content{grid-column:2;grid-row:1;min-width:0}
  .cta-box{padding:2rem 1.1rem}
  .cta-box h2{font-size:1.35rem}
  #sobre-mi .about-grid{grid-template-columns:1fr!important;gap:1.75rem!important}
  #sobre-mi .about-photo img{min-height:220px}
  .caso-card{padding:1.25rem}
  .caso-metrics{grid-template-columns:repeat(3,1fr)}
  .faq-btn{font-size:.88rem;padding:.92rem 1rem}
  .wa-fab{width:50px;height:50px;bottom:18px;right:18px}
  .back-to-top{width:42px;height:42px;bottom:18px;left:18px}
}

@media(max-width:480px){
  .hero{padding:5.25rem .9rem 0;min-height:auto}
  .hero-content{min-height:calc(100dvh - 5.25rem);padding-top:1.35rem}
  .section{padding:3rem .9rem}
  .hero-cta-btn:not(.hero-cta--mobile-only){font-size:.8125rem;padding:.6rem 1rem;gap:.5rem}
  .hero-cta--mobile-only{
    padding:0.9rem 1.45rem;
    font-size:.9375rem;
  }
  .hero-cta-btn svg{width:16px;height:16px}
  .hero-cta-secondary{font-size:.8125rem;padding:.58rem .95rem}
  .cta-buttons-row{gap:.6rem}
  .metric-item{padding:.55rem .35rem}
  .metric-num{font-size:18px}
  .metric-label{font-size:9px;letter-spacing:1px;margin-top:5px}
  .calc-result-num{font-size:1.55rem}
  .caso-metrics{grid-template-columns:repeat(3,1fr)}
  .caso-metric-num{font-size:.86rem}
  .modal-box{padding:1.25rem}
}

/* Legal modals (override fondo blanco de .modal-box) */
.modal-box.modal-box--legal{
  background-color:#101318;
  background-image:linear-gradient(135deg,#0B0F14 0%,#101318 100%);
  background-attachment:local;
  border:1px solid rgba(59,130,246,.22);
}
#modalLegal.modal-overlay.open,
#modalPrivacidad.modal-overlay.open,
#modalCookies.modal-overlay.open,
#modalTerminos.modal-overlay.open{
  background:rgba(15,23,42,.62);
}
.modal-box.modal-box--legal h2{color:#fff}
.modal-box.modal-box--legal h3{color:rgba(255,255,255,.92)}
.modal-box.modal-box--legal p,
.modal-box.modal-box--legal li{color:rgba(255,255,255,.65)}
.modal-box.modal-box--legal .modal-close{
  background:#101318;
  color:rgba(255,255,255,.75);
  box-shadow:0 0 12px 8px #101318;
}
.modal-box.modal-box--legal .modal-close:hover{color:#fff}
