/* WorldReach homepage styles — extracted from home.ejs */
/* ══════════════════════════════════════════
   HOME — Tusclicks exact design + i18n
   ══════════════════════════════════════════ */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; background: #fff; font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif; }
.site-main { padding-top: 0; }

:root {
  --c:   #2B8EB7;
  --cdk: #0D5386;
  --ink: #2b3a42;
  --mut: #6a7c87;
  --sft: #8d9aa5;
  --sh-card: 0 10px 30px rgba(30,50,70,.08);
  --sh-btn:  0 6px 16px rgba(43,142,183,.30);
}

.w { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
@media(max-width:640px){ .w { padding: 0 16px; } }

.btn-tc {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 32px; border-radius: 8px;
  background: linear-gradient(130deg, #22d3ee 0%, #06b6d4 45%, #0ea5e9 100%);
  color: #fff; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(34,211,238,.55), 0 4px 24px rgba(6,182,212,.5), 0 1px 0 rgba(255,255,255,.2) inset;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  position: relative; overflow: hidden;
  box-shadow: 0 0 10px rgba(34,211,238,.28), 0 4px 16px rgba(6,182,212,.28), 0 1px 0 rgba(255,255,255,.16) inset;
  text-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.btn-tc:hover {
  background: linear-gradient(130deg, #67e8f9 0%, #22d3ee 50%, #06b6d4 100%);
  box-shadow: 0 0 22px rgba(34,211,238,.6), 0 6px 28px rgba(6,182,212,.5), 0 0 50px rgba(34,211,238,.15);
  transform: translateY(-2px);
  color: #fff;
}
/* Learn More del hero — azul normal sin fluorescente */
a.btn-tc[href="#servicios"] {
  background: linear-gradient(130deg, #2B8EB7 0%, #0D5386 100%) !important;
  box-shadow: 0 4px 16px rgba(43,142,183,.35), 0 1px 0 rgba(255,255,255,.12) inset !important;
  animation: none !important;
}
a.btn-tc[href="#servicios"]:hover {
  background: linear-gradient(130deg, #3aa0cc 0%, #1a6699 100%) !important;
  box-shadow: 0 6px 22px rgba(43,142,183,.5) !important;
  transform: translateY(-2px);
}

/* Titilado — muy sutil */
@keyframes ctaTwinkle {
  0%,100% {
    box-shadow: 0 0 10px rgba(34,211,238,.28), 0 4px 16px rgba(6,182,212,.28), 0 1px 0 rgba(255,255,255,.16) inset;
    filter: brightness(1);
  }
  50% {
    box-shadow: 0 0 16px rgba(34,211,238,.44), 0 4px 20px rgba(6,182,212,.38), 0 1px 0 rgba(255,255,255,.18) inset;
    filter: brightness(1.05);
  }
}
a.btn-tc[href="/get-in-touch/"] {
  animation: ctaTwinkle 2.6s ease-in-out infinite;
}

/* ── Hero bullets con iconos ── */
.hero-bullets li { display: flex; align-items: center; gap: 6px; }
.hb-icon { color: rgba(34,211,238,.75); flex-shrink: 0; }

/* ── Hero stats strip ── */
@keyframes statFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes statNumGlow {
  0%,100% { text-shadow: 0 0 10px rgba(34,211,238,.3); }
  50%      { text-shadow: 0 0 20px rgba(34,211,238,.6), 0 0 40px rgba(34,211,238,.15); }
}
.hero-stats {
  display: flex; align-items: center; gap: 20px;
  margin: 20px 0 24px;
  animation: statFadeUp .7s ease .4s both;
}
.h-stat {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
}
.h-stat-n {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px; font-weight: 700; line-height: 1;
  color: #22d3ee;
  animation: statNumGlow 3.5s ease-in-out infinite;
}
.h-stat:nth-child(3) .h-stat-n { animation-delay: 1.2s; }
.h-stat:nth-child(5) .h-stat-n { animation-delay: 2.4s; }
.h-stat-l {
  font-size: 15px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.h-stat-sep {
  width: 1px; height: 32px;
  background: linear-gradient(to bottom, transparent, rgba(34,211,238,.25), transparent);
}

/* ── DIAGONAL CLIPS ── */
.cut-hero  { clip-path: polygon(0 0,100% 0,100% calc(100% - 80px),0 100%); }
.cut-eval  { clip-path: polygon(0 90px,100% 0,100% 100%,0 100%); }
.cut-panel { clip-path: polygon(0 48px,100% 0,100% calc(100% - 48px),0 100%); }
@media(max-width:768px){
  .cut-hero  { clip-path: polygon(0 0,100% 0,100% calc(100% - 30px),0 100%); }
  .cut-eval  { clip-path: polygon(0 30px,100% 0,100% 100%,0 100%); }
  .cut-panel { clip-path: none; }
}

/* ── HERO ── */
.hero-s { position: relative; overflow: hidden; background: #fafbff; padding: 160px 0 150px; min-height: 88vh; display: flex; align-items: center; }
.hero-s > .w { max-width: 1140px; width: 100%; padding-left: 24px; }
@media(max-width:768px){ .hero-s { padding: 100px 0 80px; min-height: 70vh; } }
.hero-s video { position: absolute; left: 0; right: 0; bottom: 0; top: auto; width: 100%; height: 115%; object-fit: cover; object-position: center bottom; }
.hero-ov { position: absolute; inset: 0; background: linear-gradient(to right,#FAFBFF 0%,#FAFBFF 56%,transparent 76%); }
.hero-body { position: relative; z-index: 1; max-width: 760px; margin-left: 0; padding-left: 0; }
.hero-s h1 {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 800 !important; line-height: 1 !important;
  color: #fff !important; letter-spacing: -.025em !important;
  margin: 0 0 22px;
}
.hero-s h1 span:first-child {
  display: block;
  color: #fff;
}
.hero-s h1 span:last-child {
  display: block;
  font-size: 90%;
  font-weight: 700 !important;
  background: linear-gradient(95deg, #22d3ee 0%, #38bdf8 50%, #7dd3fc 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(34,211,238,.35));
}
.hero-bullets { display: flex; gap: 24px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0 0 20px; }
.hero-bullets li { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 700; color: #3c4a53; }
.hero-bullets li .plus { color: var(--c); font-size: 24px; font-weight: 900; line-height: 1; }
.hero-lede { font-size: 18px; line-height: 1.75; color: var(--sft); max-width: 620px; margin-bottom: 30px; }

/* ── STATS ── */
.stats-s { background: #fff; padding: 72px 0 80px; position: relative; overflow: hidden; }
.dotmap {
  position: absolute; inset: 0; opacity: .6; pointer-events: none;
  background-image: radial-gradient(#c9ced3 1.1px,transparent 1.1px);
  background-size: 11px 11px;
  -webkit-mask-image: radial-gradient(ellipse 55% 70% at 50% 45%,#000 0%,transparent 72%);
  mask-image: radial-gradient(ellipse 55% 70% at 50% 45%,#000 0%,transparent 72%);
}
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; text-align: center; position: relative; z-index: 1; }
@media(max-width:640px){ .stats-grid { grid-template-columns: 1fr; gap: 36px; } }
.stats-grid img { width: 100px; height: 100px; object-fit: contain; margin: 0 auto; display: block; }
.stats-grid h3 { margin: 24px 0 12px; font-size: 28px; font-weight: 400; color: var(--ink); }
.stats-grid p  { font-size: 13px; line-height: 1.65; color: var(--sft); max-width: 198px; margin: 0 auto; }

/* ── EVALUADOR ── */
.eval-s { background: #fafafa; padding: 120px 0 80px; text-align: center; }
.eval-s .pre { font-size: 14px; color: #5d6b75; margin-bottom: 8px; }
.eval-s h2 { font-size: clamp(1.45rem,2.4vw,1.75rem); font-weight: 800; color: var(--ink); margin-bottom: 48px; }
.eval-scale { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-bottom: 32px; }
@media(max-width:640px){ .eval-scale { grid-template-columns: 1fr; } }
.range-rail { position: relative; height: 2px; background: #d7d7d7; margin-top: 12px; }
.range-rail::before,.range-rail::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 9px; height: 9px; border-radius: 50%; background: #c9c9c9; }
.range-rail::before { left: 0; } .range-rail::after { right: 0; }
.range-desc { margin-top: 16px; font-size: 13px; line-height: 1.55; color: #76838c; }
.gauge {
  height: 56px; border-radius: 9999px;
  background: linear-gradient(to right,
    #ee1d23 0 9%,#f12b28 9% 18%,#f4502d 18% 27%,#f87c23 27% 36%,
    #f5d90f 36% 45%,#f8e711 45% 54%,#cedf25 54% 63%,#8cc63f 63% 72%,
    #5cb046 72% 86%,#2f9e49 86% 100%);
}
.eval-cta { margin-top: 48px; }
.eval-cta p { font-size: 15px; color: #5d6b75; margin-bottom: 24px; }
.eval-cta-btns { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.eval-cta-btns a.lnk { font-size: 13px; font-weight: 700; color: var(--c); text-decoration: none; }
.eval-cta-btns a.lnk:hover { color: var(--cdk); }

/* ── SERVICIOS TABS ── */
.svc-s { background: #fff; padding: 80px 0; }
.svc-s h2 { text-align: center; font-size: clamp(1.45rem,2.4vw,1.75rem); font-weight: 800; color: var(--ink); line-height: 1.35; margin-bottom: 40px; }
.svc-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 28px; }
@media(max-width:640px){ .svc-tabs { grid-template-columns: 1fr 1fr; } }
.svc-tab {
  background: #f6f7f9; color: #46535c; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700;
  border-radius: 999px; padding: 12px 24px; transition: background .2s, color .2s;
}
.svc-tab:hover { background: #eef0f3; }
.svc-tab.active { background: var(--c); color: #fff; box-shadow: var(--sh-btn); }
.svc-tab.active:hover { background: var(--cdk); }
.svc-carousel { position: relative; }
.svc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 36px; height: 36px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--c); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-btn); transition: background .2s;
}
.svc-arrow:hover { background: var(--cdk); }
.svc-arrow.prev { left: -18px; }
.svc-arrow.next { right: -18px; }
.svc-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; animation: panelIn .35s ease; }
.svc-panel.hidden { display: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media(max-width:640px){ .svc-panel { grid-template-columns: 1fr; } }
.svc-card {
  border-radius: 30px; padding: 32px 36px;
  display: flex; align-items: center; gap: 28px;
  min-height: 480px;
}
@media(max-width:768px){ .svc-card { min-height: auto; flex-direction: column; align-items: flex-start; } }
.svc-card.blue  { background: #e1ebf4; }
.svc-card.green { background: #e9f3ef; }
.svc-card img { width: 160px; flex-shrink: 0; mix-blend-mode: multiply; }
@media(max-width:768px){ .svc-card img { width: 120px; } }
.svc-card h3 { font-size: 28px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.svc-card p  { font-size: 16px; line-height: 1.65; color: #5d6b75; margin-bottom: 24px; }
.svc-card a  {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c); color: #fff; padding: 12px 24px; border-radius: 6px;
  font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s;
}
.svc-card a:hover { background: var(--cdk); }

/* ── SWOOSH (chatbot) ── */
.swoosh-s {
  padding: 64px 0 80px;
  background:
    linear-gradient(115deg, transparent 55%, rgba(255,255,255,.55) 55.2%),
    linear-gradient(100deg,#eaeff3 0%,#f0f5f9 45%,#f6fbff 100%);
}
.swoosh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media(max-width:768px){ .swoosh-grid { grid-template-columns: 1fr; text-align: center; } }
.swoosh-badge { display: inline-block; background: var(--c); color: #fff; font-size: 12px; font-weight: 700; border-radius: 4px; padding: 5px 14px; margin-bottom: 16px; }
.swoosh-s h2 { font-size: clamp(1.5rem,2.5vw,1.875rem); font-weight: 800; color: var(--ink); line-height: 1.2; margin-bottom: 16px; }
.swoosh-s p  { font-size: 14px; line-height: 1.7; color: #5d6b75; max-width: 440px; margin-bottom: 28px; }
.swoosh-img { display: flex; justify-content: center; }
.swoosh-img img { width: 224px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.12)); }

/* ── CLUTCH REVIEWS ── */
.partner-s { background: #fafafa; padding: 80px 0; }
.partner-s h2 { text-align: center; font-size: clamp(1.45rem,2.4vw,1.75rem); font-weight: 800; color: var(--ink); margin-bottom: 16px; }
.partner-sub { text-align: center; font-size: 17px; color: var(--sft); max-width: 640px; margin: 0 auto 56px; line-height: 1.65; }
.clutch-grid { display: grid; grid-template-columns: 260px 1fr; gap: 64px; align-items: start; }
@media(max-width:768px){ .clutch-grid { grid-template-columns: 1fr; } }
.clutch-badge-col { text-align: center; }
.clutch-score-box { background: #fff; border: 1px solid #cfd6db; border-radius: 10px; padding: 32px 24px; margin-top: 16px; }
.cr-stars { font-size: 26px; color: #e8563a; letter-spacing: 2px; }
.cr-num { font-size: 48px; font-weight: 800; color: var(--ink); line-height: 1; margin: 8px 0 2px; }
.cr-num span { font-size: 20px; font-weight: 400; color: var(--sft); }
.cr-count { font-size: 13px; color: var(--sft); margin-bottom: 20px; }
.cr-link { display: inline-block; font-size: 14px; font-weight: 600; color: var(--c); text-decoration: none; }
.cr-link:hover { text-decoration: underline; }
.clutch-quote-card { background: #fff; border-left: 4px solid var(--c); padding: 24px 28px; margin: 0 0 36px; border-radius: 0 8px 8px 0; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.clutch-quote-card p { font-size: 18px; font-style: italic; line-height: 1.7; color: var(--ink); margin: 0 0 14px; }
.clutch-quote-card cite { font-size: 14px; font-style: normal; font-weight: 600; color: var(--sft); }
.partner-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 24px; max-width: 540px; }
.partner-list li { display: flex; gap: 14px; font-size: 17px; line-height: 1.6; color: #5d6b75; }
.partner-list li svg { flex-shrink: 0; color: var(--c); margin-top: 4px; }

/* ── CLIENTES MARQUEE INFINITO ── */
.clients-s { background: #fff; padding: 80px 0; }
.clients-s h2 { text-align: center; font-size: clamp(1.45rem,2.4vw,1.75rem); font-weight: 800; color: var(--ink); margin-bottom: 56px; }
.marquee-w {
  overflow: hidden;
  position: relative;
  /* fades en los bordes */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee-tr {
  display: flex;
  width: max-content;
  animation: marqueeScroll 36s linear infinite;
  will-change: transform;
}
.marquee-tr:hover { animation-play-state: paused; }
/* duplicamos 4 veces para gap visual sin corte */
.marquee-set {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
  flex-shrink: 0;
}
.marquee-set img {
  height: 72px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(30%) opacity(.85);
  transition: filter .3s;
  flex-shrink: 0;
}
.marquee-set img:hover { filter: grayscale(0%) opacity(1); }
@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── EQUIPO ── */
.team-s { position: relative; overflow: hidden; }
.team-bg { position: absolute; inset: 0; background: linear-gradient(to right,#eef2f6,#f3f7fa,#f8fbff); }
.team-grid { display: flex; flex-direction: row; align-items: stretch; }
@media(max-width:768px){ .team-grid { flex-direction: column; } }
.team-photo { position: relative; width: 50%; min-height: 480px; overflow: hidden; flex-shrink: 0; }
@media(max-width:768px){ .team-photo { width: 100%; min-height: 280px; } }
.team-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.team-text { width: 50%; display: flex; align-items: center; position: relative; z-index: 1; }
@media(max-width:768px){ .team-text { width: 100%; } }
.team-inner { padding: 56px 48px 56px 28px; max-width: 570px; }
@media(max-width:768px){ .team-inner { padding: 40px 24px; } }
.team-inner h2 { font-size: clamp(1.35rem,2.2vw,1.625rem); font-weight: 800; color: var(--ink); line-height: 1.3; margin-bottom: 16px; }
.team-bullets { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-bottom: 16px; list-style: none; padding: 0; }
.team-bullets li { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #3c4a53; }
.team-bullets li .plus { color: var(--c); font-size: 18px; font-weight: 900; }
.team-inner p { font-size: 13px; line-height: 1.7; color: var(--sft); max-width: 340px; margin-bottom: 28px; }

/* ── GUÍA ── */

/* ── CASO DE ESTUDIO ── */
.case-s { background: #fafafa; padding: 80px 0; text-align: center; }
.case-s h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.case-s .sub { font-size: 13px; color: var(--sft); max-width: 540px; margin: 0 auto; }
.case-s hr { border: none; border-top: 1px solid #d9dde0; max-width: 560px; margin: 48px auto 0; }
.count-num { font-size: 64px; font-weight: 300; color: #37424a; line-height: 1; margin: 16px 0 8px; }
.count-lbl { font-size: 16px; color: #9aa6ad; margin-bottom: 0; }
.case-quote { margin-top: 48px; display: grid; grid-template-columns: 150px 1fr; gap: 32px; align-items: start; text-align: left; max-width: 800px; margin-left: auto; margin-right: auto; }
@media(max-width:640px){ .case-quote { grid-template-columns: 1fr; } }
.case-quote blockquote { font-style: italic; font-size: 20px; line-height: 1.65; color: #46535c; margin: 0 0 20px; }
.case-quote figcaption { font-size: 15px; color: #9aa6ad; }

/* ── COMENCEMOS ── */
.cta2-s {
  padding: 80px 0;
  background:
    radial-gradient(120% 90px at 35% 0%,#fff 0 55%,transparent 56%),
    linear-gradient(100deg,#ebf0f4 0%,#f1f6fa 45%,#f7faff 100%);
}
.cta2-s h2 { text-align: center; font-size: clamp(1.45rem,2.4vw,1.75rem); font-weight: 800; color: var(--ink); margin-bottom: 48px; }
.cta2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media(max-width:640px){ .cta2-grid { grid-template-columns: 1fr; } }
.cta2-card { background: #fff; border: 1px solid #e0e6ea; border-radius: 6px; padding: 64px 48px; text-align: center; box-shadow: var(--sh-card); }
@media(max-width:640px){ .cta2-card { padding: 40px 24px; } }
.cta2-icon { width: 140px; height: 140px; margin: 0 auto 40px; display: block; }
.cta2-card .cta2-sub { font-size: 16px; color: #76838c; margin-bottom: 16px; }
.cta2-card h3 { font-size: clamp(1.3rem,2vw,1.6875rem); font-weight: 400; color: #37424a; margin-bottom: 32px; line-height: 1.3; }

/* ── PREMIOS BAND ── */
.awards-band { background: #222; padding: 32px 0; }
.awards-band img { height: 120px; width: auto; display: block; margin: 0 auto; }
@media(max-width:640px){ .awards-band img { height: 72px; } }

/* ── FLOATING CHAT ── */
.float-chat {
  position: fixed !important;
  bottom: 24px !important;
  left: 24px !important;
  right: auto !important;
  z-index: 9999;
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--c); color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(43,142,183,.45); transition: background .2s;
}
.float-chat:hover { background: var(--cdk); }

/* ══ MOBILE IMPROVEMENTS ══════════════════ */
@media(max-width:768px){
  /* Sección paddings */
  .stats-s   { padding: 56px 0; }
  .eval-s    { padding: 72px 0 56px; }
  .svc-s     { padding: 64px 0; }
  .swoosh-s  { padding: 48px 0 64px; }
  .partner-s { padding: 60px 0; }
  .clients-s { padding: 56px 0; }
  .case-s    { padding: 60px 0; }
  .cta2-s    { padding: 60px 0; }
  /* Hero: overlay sólido para leer sobre el video en móvil */
  .hero-ov   { background: rgba(250,251,255,.92); }
  /* Clutch: fuentes más legibles */
  .partner-sub         { font-size: 15px; margin-bottom: 32px; }
  .clutch-quote-card p { font-size: 16px; }
  .partner-list li     { font-size: 15px; }
  /* Stats heading margin */
  .stats-s h2   { margin-bottom: 36px; }
}
@media(max-width:640px){
  /* Hero */
  .hero-s           { padding: 100px 0 80px; }
  .hero-ov          { background: rgba(250,251,255,.95); }
  .hero-body .btn-tc{ width: 100%; justify-content: center; }
  .hero-lede        { max-width: 100%; }
  /* Stats */
  .stats-s          { padding: 48px 0; }
  .stats-s h2       { margin-bottom: 28px; }
  .stats-grid h3    { font-size: 22px; }
  .stats-grid img   { width: 72px; height: 72px; }
  /* Evaluador */
  .eval-s           { padding: 60px 0 48px; }
  /* Servicios: ocultar flechas (navegación con tabs) */
  .svc-s            { padding: 48px 0; }
  .svc-arrow        { display: none; }
  .svc-tab          { padding: 10px 12px; font-size: 12px; }
  .svc-card         { padding: 24px 20px; border-radius: 20px; gap: 16px; }
  .svc-card h3      { font-size: 22px; }
  .svc-card p       { font-size: 14px; }
  .svc-card img     { width: 90px !important; height: auto !important; }
  .svc-card [aria-hidden="true"] { width: 90px !important; }
  .svc-card [aria-hidden="true"] svg { width: 90px !important; height: 90px !important; }
  /* Clutch */
  .partner-s        { padding: 48px 0; }
  .partner-sub      { font-size: 14px; margin-bottom: 24px; }
  .clutch-score-box { padding: 24px 20px; }
  .cr-num           { font-size: 40px; }
  .cr-stars         { font-size: 22px; }
  /* Clientes marquee */
  .clients-s        { padding: 48px 0; }
  .clients-s h2     { margin-bottom: 36px; }
  .marquee-set      { gap: 32px; padding-right: 32px; }
  .marquee-set img  { height: 44px; }
  /* CTA2 */
  .cta2-s           { padding: 48px 0; }
  .cta2-icon        { width: 96px; height: 96px; margin-bottom: 24px; }
  .cta2-card        { padding: 36px 20px; }
  /* Caso */
  .case-s           { padding: 48px 0; }
  .count-num        { font-size: 48px; }
  /* Guía */
  /* Swoosh chatbot */
  .swoosh-img img   { width: 160px; }
  .swoosh-s         { padding: 40px 0 56px; }
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{ transition:none!important; animation:none!important; }
  html{ scroll-behavior:auto; }
}

/* ══ DARK THEME OVERRIDES ══════════════════════════════
   Paleta navy de marca — base #0E4C78
   bg-base  : #04080f   (negro azulado profundo)
   bg-alt   : #060d18   (navy oscuro, secciones alternas)
   bg-card  : #091526   (card / componentes)
   bg-lift  : #0d1e38   (elementos elevados)
   ══════════════════════════════════════════════════════ */
.cut-hero, .cut-eval, .cut-panel { clip-path: none !important; }

:root {
  --ink: #e4eef5;
  --mut: #7faabf;
  --sft: #537d94;
  --sh-card: 0 10px 30px rgba(0,0,0,.5);

  /* ── Accent tones — subtones del azul principal ── */
  --hi:       #A8D8F8;          /* azul claro eléctrico — highlight */
  --hi-glow:  rgba(91,174,232,.14);
  --hi-border:rgba(91,174,232,.22);
  --teal:     #4CBDCC;          /* teal suave — complementario análogo */
  --teal-dim: rgba(76,189,204,.10);
}
body { background: #04080f !important; color: var(--ink); }
.site-main { background: #04080f; }

/* Hero — z-index 3 para quedar sobre el canvas (z-index 2), el header siempre gana con z-index 1000 */
.hero-s { background: #04080f; position: relative; z-index: 3; }
.hero-ov { background: linear-gradient(to right, rgba(4,8,15,.97) 0%, rgba(4,8,15,.95) 25%, rgba(4,8,15,.91) 44%, rgba(4,8,15,.85) 58%, rgba(4,8,15,.76) 68%, rgba(4,8,15,.63) 77%, rgba(4,8,15,.5) 85%, rgba(4,8,15,.38) 92%, rgba(4,8,15,.28) 100%); }
.hero-s h1 { color: #fff !important; }
.hero-bullets li { color: rgba(255,255,255,.85); }
.hero-lede { color: rgba(200,220,235,.7); }

/* Stats */
.stats-s { background: #060d18; }
.dotmap { background-image: radial-gradient(rgba(43,142,183,.25) 1.1px, transparent 1.1px); }
.stats-grid h3 { color: #fff; }
.stats-grid p  { color: var(--mut); }

/* Evaluador */
.eval-s { background: #04080f; }
.eval-s .pre { color: var(--mut); }
.eval-s h2 { color: #fff; }
.range-rail { background: rgba(43,142,183,.2); }
.range-rail::before, .range-rail::after { background: rgba(43,142,183,.35); }
.range-desc { color: var(--sft); }
.eval-cta p { color: var(--mut); }
.eval-cta-btns a.lnk { color: #5baee8; }

/* Servicios */
.svc-s { background: #060d18; }
.svc-s h2 { color: #fff; }
.svc-tab { background: rgba(43,142,183,.1); color: rgba(255,255,255,.7); border: 1px solid rgba(43,142,183,.2); }
.svc-tab:hover { background: rgba(43,142,183,.2); color: #fff; }
.svc-tab.active { background: #2B8EB7; color: #fff; border-color: transparent; }
.svc-card.blue  { background: rgba(9,21,38,.9); border: 1px solid rgba(43,142,183,.25); }
.svc-card.green { background: rgba(5,20,30,.9); border: 1px solid rgba(43,142,183,.15); }
.svc-card h3 { color: #fff; }
.svc-card p  { color: var(--mut); }
.svc-card img { mix-blend-mode: normal !important; }

/* Swoosh */
.swoosh-s {
  background: linear-gradient(135deg, #060d18 0%, #04080f 60%, #060d18 100%);
}
.swoosh-s h2 { color: #fff; }
.swoosh-s p  { color: var(--mut); }

/* Reviews / Partners */
.partner-s { background: #04080f; }
.partner-s h2 { color: #fff; }
.partner-sub { color: var(--mut); }
.clutch-score-box { background: #091526; border-color: rgba(43,142,183,.2); }
.cr-num { color: #fff; }
.cr-num span { color: var(--sft); }
.cr-count { color: var(--sft); }
.clutch-quote-card { background: #091526; border-left-color: #2B8EB7; box-shadow: 0 2px 16px rgba(0,0,0,.4); }
.clutch-quote-card p { color: rgba(228,238,245,.85); }
.clutch-quote-card cite { color: var(--sft); }
.partner-list li { color: var(--mut); }

/* Clientes marquee */
.clients-s { background: #060d18; }
.clients-s h2 { color: #fff; }
.clients-hero-strip {
  padding: 20px 0 !important;
  background: #060d18 !important;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: none;
}
.clients-hero-strip .marquee-set img {
  height: 36px !important;
  filter: brightness(0) invert(1) opacity(.35) !important;
  transition: filter .3s;
}
.clients-hero-strip .marquee-set img:hover {
  filter: brightness(0) invert(1) opacity(.65) !important;
}
.marquee-set img { filter: grayscale(10%) brightness(1.4) opacity(.65); }
.marquee-set img:hover { filter: grayscale(0%) brightness(1.6) opacity(1); }

/* Team */
.team-bg { background: linear-gradient(120deg, #060d18 0%, #04080f 50%, #060d18 100%); }
.team-inner h2 { color: #fff; }
.team-bullets li { color: rgba(255,255,255,.85); }
.team-inner p { color: var(--mut); }

/* Caso de estudio */
.case-s { background: #04080f; }
.case-s h3 { color: #fff; }
.case-s .sub { color: var(--sft); }
.case-s hr { border-top-color: rgba(43,142,183,.2); }
.count-num { color: #fff; }
.count-lbl { color: var(--sft); }
.case-quote blockquote { color: rgba(228,238,245,.85); }
.case-quote figcaption { color: var(--sft); }

/* CTA2 */
.cta2-s { background: linear-gradient(135deg, #060d18 0%, #04080f 50%, #060d18 100%); }
.cta2-s h2 { color: #fff; }
.cta2-card { background: #091526; border-color: rgba(43,142,183,.2); box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.cta2-card .cta2-sub { color: var(--mut); }
.cta2-card h3 { color: #fff; }

/* Mobile hero overlay */
@media(max-width:640px) {
  .hero-ov { background: rgba(4,8,15,.93) !important; }
}
/* ══ TRUST BAR ══════════════════════════════════════ */
.trustbar-s {
  background: #04080f;
  padding: 64px 0 72px;
  border-top: 1px solid rgba(76,189,204,.1);
  border-bottom: 1px solid rgba(43,142,183,.1);
}
.trustbar-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 32px 40px;
}
.trustbar-item { display: flex; flex-direction: column; gap: 8px; }
.trustbar-head {
  display: flex; justify-content: space-between; align-items: baseline;
}
.trustbar-label { font-size: 13px; font-weight: 600; color: var(--plat); }
.trustbar-val   {
  font-size: 15px; font-weight: 800;
  background: linear-gradient(135deg, var(--hi), #5BAEE8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.trustbar-track {
  height: 6px; background: rgba(255,255,255,.06);
  border-radius: 6px; overflow: hidden;
}
.trustbar-fill {
  height: 100%; width: 0;
  background: linear-gradient(90deg, #2B8EB7 0%, var(--teal) 60%, var(--hi) 100%);
  border-radius: 6px;
  transition: width 1.2s cubic-bezier(.22,.6,.36,1);
  box-shadow: 0 0 10px rgba(76,189,204,.3);
}
.trustbar-desc { font-size: 12px; color: var(--sft); }

@media(max-width:860px) { .trustbar-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px) { .trustbar-grid { grid-template-columns: 1fr; } }
/* ══ FIN TRUST BAR ════════════════════════════════════ */

/* ══ EVALUADOR v2 ══════════════════════════════════ */
.eval2-s {
  background: #060d18;
  padding: 100px 0;
  border-top: 1px solid rgba(43,142,183,.12);
  border-bottom: 1px solid rgba(43,142,183,.12);
}
.eval2-header { text-align: center; margin-bottom: 56px; }
.eval2-badge {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #2B8EB7; background: rgba(43,142,183,.1);
  border: 1px solid rgba(43,142,183,.25);
  border-radius: 20px; padding: 5px 14px; margin-bottom: 20px;
}
.eval2-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; color: #e4eef5; line-height: 1.2; margin-bottom: 14px;
}
.eval2-sub { color: #7faabf; font-size: 15px; }
.eval2-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px; align-items: start;
}
/* Cards */
.eval2-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.eval2-card {
  background: #091526;
  border: 1px solid rgba(43,142,183,.15);
  border-radius: 16px;
  padding: 28px 22px 24px;
  position: relative; overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.eval2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.eval2-card::before { display: none; }
.eval2-card--red::before   { background: linear-gradient(90deg,#e05252,#ff7070); }
.eval2-card--amber::before { background: linear-gradient(90deg,#d4882a,#f5b44a); }
.eval2-card--green::before { background: linear-gradient(90deg,#1e9e6a,#3fcf96); }
.eval2-card--red:hover   { border-color: rgba(224,82,82,.35); }
.eval2-card--amber:hover { border-color: rgba(212,136,42,.35); }
.eval2-card--green:hover { border-color: rgba(30,158,106,.35); }

.eval2-card-score {
  font-size: 2.6rem; font-weight: 900; line-height: 1;
  color: #e4eef5; margin-bottom: 14px; letter-spacing: -.02em;
}
.eval2-dash { color: #537d94; font-weight: 400; margin: 0 2px; }
.eval2-card-bar {
  height: 4px; background: rgba(255,255,255,.06);
  border-radius: 4px; margin-bottom: 20px; overflow: hidden;
}
.eval2-bar-fill { height: 100%; border-radius: 4px; transition: width .8s ease; }
.eval2-card--red   .eval2-bar-fill { background: linear-gradient(90deg,#e05252,#ff7070); }
.eval2-card--amber .eval2-bar-fill { background: linear-gradient(90deg,#d4882a,#f5b44a); }
.eval2-card--green .eval2-bar-fill { background: linear-gradient(90deg,#1e9e6a,#3fcf96); }

.eval2-card-icon { margin-bottom: 10px; }
.eval2-card--red   .eval2-card-icon { stroke: #e05252; }
.eval2-card--amber .eval2-card-icon { stroke: #d4882a; }
.eval2-card--green .eval2-card-icon { stroke: #1e9e6a; }

.eval2-card h4 { font-size: 15px; font-weight: 700; color: #e4eef5; margin-bottom: 8px; }
.eval2-card p  { font-size: 13px; color: #7faabf; line-height: 1.6; }

/* CTA panel */
.eval2-cta-inner {
  background: #091526;
  border: 1px solid rgba(43,142,183,.2);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.eval2-cta-inner svg { flex-shrink: 0; }
.eval2-cta-inner p { color: #7faabf; font-size: 14px; line-height: 1.6; }
.eval2-lnk {
  font-size: 13px; font-weight: 600;
  color: #2B8EB7; text-decoration: none;
  transition: color .2s;
}
.eval2-lnk:hover { color: #5baee8; }

@media(max-width:900px) {
  .eval2-body { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .eval2-cards { grid-template-columns: 1fr; }
}
/* ══ FIN EVALUADOR v2 ══════════════════════════════ */

/* ══ CASE STUDY v2 ══════════════════════════════════ */
.case2-s {
  background: #060d18;
  padding: 100px 0;
  border-top: 1px solid rgba(43,142,183,.12);
}
.case2-header { text-align: center; margin-bottom: 56px; }
.case2-badge {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #2B8EB7; background: rgba(43,142,183,.1);
  border: 1px solid rgba(43,142,183,.25);
  border-radius: 20px; padding: 5px 14px; margin-bottom: 16px;
}
.case2-header h2 {
  font-size: clamp(1.6rem,3vw,2.3rem); font-weight: 800;
  color: #e4eef5; line-height: 1.2; margin-bottom: 12px;
}
.case2-header p { color: #7faabf; font-size: 15px; max-width: 580px; margin: 0 auto; }

.case2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: center;
}
/* Metrics panel */
.case2-metrics {
  background: #091526;
  border: 1px solid rgba(43,142,183,.18);
  border-radius: 20px; padding: 40px 36px;
  display: flex; flex-direction: column; align-items: center; gap: 32px;
}
.case2-main-metric { text-align: center; }
.case2-ring { position: relative; display: inline-block; }
.case2-ring svg circle:last-child {
  transition: stroke-dashoffset 1.4s cubic-bezier(.22,.6,.36,1);
}
.case2-ring-inner {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.case2-pct {
  font-size: 2.6rem; font-weight: 900; color: #e4eef5; line-height: 1;
}
.case2-metric-lbl {
  font-size: 13px; color: #7faabf; font-weight: 600; margin-top: 12px;
  text-transform: uppercase; letter-spacing: .08em;
}
.case2-sub-metrics {
  width: 100%; display: flex; flex-direction: column; gap: 14px;
}
.case2-sub-metric {
  display: flex; align-items: center; gap: 14px;
  background: rgba(43,142,183,.06);
  border: 1px solid rgba(43,142,183,.15);
  border-radius: 10px; padding: 12px 16px;
}
.case2-sub-metric svg { flex-shrink: 0; }
.case2-sub-metric strong {
  display: block; font-size: 16px; font-weight: 800; color: #e4eef5; line-height: 1.1;
}
.case2-sub-metric span { font-size: 12px; color: #7faabf; }

/* Quote panel */
.case2-quote-panel { display: flex; flex-direction: column; gap: 28px; }
.case2-quote-card {
  background: #091526;
  border: 1px solid rgba(43,142,183,.18);
  border-radius: 20px; padding: 36px 36px 32px;
  position: relative;
}
.case2-quotemark {
  position: absolute; top: 24px; right: 24px; opacity: .6;
}
.case2-quote-card blockquote {
  font-size: 1.12rem; font-style: italic;
  color: rgba(228,238,245,.88); line-height: 1.8;
  border-left: 3px solid #2B8EB7;
  padding-left: 20px; margin: 0 0 28px;
}
.case2-cite {
  display: flex; align-items: center; gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(43,142,183,.15);
}
.case2-cite-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg,#0E4C78,#2B8EB7);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: #fff;
}
.case2-cite strong { display: block; font-size: 14px; color: #e4eef5; }
.case2-cite span   { font-size: 12px; color: #7faabf; }

.case2-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.case2-lnk {
  font-size: 13px; font-weight: 600; color: #2B8EB7; text-decoration: none;
  transition: color .2s;
}
.case2-lnk:hover { color: #5baee8; }

@media(max-width:860px) {
  .case2-grid { grid-template-columns: 1fr; }
}
/* ══ FIN CASE STUDY v2 ════════════════════════════════ */

/* ══ TEAM v2 ═════════════════════════════════════════ */
.team2-s {
  background: #060d18;
  padding: 100px 0;
  border-top: 1px solid rgba(43,142,183,.1);
}
.team2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
/* Image column */
.team2-visual { position: relative; }
.team2-img-wrap {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
}
.team2-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.team2-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(4,8,15,0) 40%, rgba(4,8,15,.7) 100%);
}
/* Floating chips */
.team2-chip {
  position: absolute;
  background: rgba(6,13,24,.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(43,142,183,.25);
  border-radius: 12px; padding: 12px 16px;
  display: flex; flex-direction: column; gap: 2px;
}
.team2-chip--tl { top: 20px; left: 20px; }
.team2-chip--br { bottom: 20px; right: 20px; }
.team2-chip--bl { bottom: 20px; left: 20px; }
.team2-chip-num {
  font-size: 1.5rem; font-weight: 900; color: #2B8EB7; line-height: 1;
}
.team2-chip-lbl { font-size: 11px; color: #7faabf; font-weight: 500; }
.team2-avatars {
  display: flex; margin-bottom: 4px;
}
.team2-avatars span {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg,#0E4C78,#2B8EB7);
  border: 2px solid #060d18;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: #fff;
  margin-left: -6px;
}
.team2-avatars span:first-child { margin-left: 0; }
.team2-avatars span:last-child { background: rgba(43,142,183,.3); color: #2B8EB7; }

/* Content column */
.team2-badge {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #2B8EB7; background: rgba(43,142,183,.1);
  border: 1px solid rgba(43,142,183,.25);
  border-radius: 20px; padding: 5px 14px; margin-bottom: 20px;
}
.team2-content h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800; color: #e4eef5; line-height: 1.2; margin-bottom: 16px;
}
.team2-content > p {
  font-size: 15px; color: #7faabf; line-height: 1.75; margin-bottom: 36px;
  max-width: 480px;
}
/* Feature cards */
.team2-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.team2-feature {
  display: flex; gap: 16px; align-items: flex-start;
  background: #091526;
  border: 1px solid rgba(43,142,183,.15);
  border-radius: 12px; padding: 18px 20px;
  transition: border-color .25s, background .25s;
}
.team2-feature:hover {
  border-color: rgba(43,142,183,.35);
  background: rgba(9,21,38,.8);
}
.team2-feature-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(43,142,183,.08);
  border: 1px solid rgba(43,142,183,.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.team2-feature h4 { font-size: 14px; font-weight: 700; color: #e4eef5; margin-bottom: 4px; }
.team2-feature p  { font-size: 13px; color: #7faabf; line-height: 1.55; margin: 0; }

@media(max-width:900px) {
  .team2-grid { grid-template-columns: 1fr; gap: 40px; }
  .team2-img-wrap { aspect-ratio: 16/9; }
}
/* ══ FIN TEAM v2 ════════════════════════════════════ */

/* ══ CLUTCH v2 ══════════════════════════════════════ */
.clutch2-s {
  background: #04080f;
  padding: 100px 0;
  border-top: 1px solid rgba(43,142,183,.12);
}
.clutch2-top {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 48px; gap: 24px; flex-wrap: wrap;
}
.clutch2-badge {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #1e9e6a; background: rgba(30,158,106,.1);
  border: 1px solid rgba(30,158,106,.25);
  border-radius: 20px; padding: 5px 14px; margin-bottom: 14px;
}
.clutch2-top h2 {
  font-size: clamp(1.5rem,2.6vw,2.1rem); font-weight: 800;
  color: #e4eef5; margin-bottom: 8px; line-height: 1.2;
}
.clutch2-top p { color: #7faabf; font-size: 15px; }
.clutch2-see-all {
  font-size: 13px; font-weight: 600; color: #2B8EB7;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  transition: color .2s;
}
.clutch2-see-all:hover { color: #5baee8; }

.clutch2-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px; align-items: start;
}

/* Score panel */
.clutch2-score-panel {
  background: #091526;
  border: 1px solid rgba(43,142,183,.18);
  border-radius: 16px; padding: 28px 24px;
}
.clutch2-overall { text-align: center; margin: 20px 0 28px; }
.clutch2-num {
  font-size: 3.5rem; font-weight: 900; color: #e4eef5; line-height: 1;
}
.clutch2-stars { font-size: 22px; color: #f5a623; margin: 6px 0 4px; letter-spacing: 2px; }
.clutch2-of { font-size: 12px; color: #537d94; }

.clutch2-metrics { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.clutch2-metric {
  display: grid; grid-template-columns: 100px 1fr 32px;
  align-items: center; gap: 10px;
}
.clutch2-metric span { font-size: 12px; color: #7faabf; }
.clutch2-metric strong { font-size: 12px; font-weight: 700; color: #e4eef5; text-align: right; }
.clutch2-mbar {
  height: 4px; background: rgba(255,255,255,.06); border-radius: 4px; overflow: hidden;
}
.clutch2-mbar div { height: 100%; background: linear-gradient(90deg,#1e9e6a,#3fcf96); border-radius: 4px; }

.clutch2-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.clutch2-trust li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12px; color: #7faabf; line-height: 1.5;
}
.clutch2-trust svg { flex-shrink: 0; margin-top: 2px; }

/* Review card */
.clutch2-review-card {
  background: #091526;
  border: 1px solid rgba(43,142,183,.18);
  border-radius: 16px; padding: 32px 36px;
}
.clutch2-review-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.clutch2-review-service { display: flex; align-items: center; gap: 10px; }
.clutch2-service-tag {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: #2B8EB7; background: rgba(43,142,183,.1);
  border: 1px solid rgba(43,142,183,.2); border-radius: 20px; padding: 4px 12px;
}
.clutch2-verified-tag {
  display: flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: #1e9e6a; background: rgba(30,158,106,.1);
  border: 1px solid rgba(30,158,106,.2); border-radius: 20px; padding: 4px 10px;
}
.clutch2-review-stars { font-size: 16px; color: #f5a623; letter-spacing: 1px; }
.clutch2-review-stars span { color: #e4eef5; font-weight: 700; font-size: 14px; }

.clutch2-review-meta-row {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 12px; color: #537d94; margin-bottom: 24px;
}
.clutch2-dot { color: rgba(43,142,183,.4); }

.clutch2-quote {
  font-size: 1.15rem; font-style: italic; line-height: 1.75;
  color: rgba(228,238,245,.9);
  border-left: 3px solid #2B8EB7;
  padding-left: 20px; margin: 0 0 24px;
}

.clutch2-scores-row {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px;
}
.clutch2-score-pill {
  font-size: 12px; color: #7faabf;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(43,142,183,.15);
  border-radius: 8px; padding: 6px 12px;
}
.clutch2-score-pill strong { color: #e4eef5; margin-left: 4px; }

.clutch2-result-box {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(30,158,106,.06);
  border: 1px solid rgba(30,158,106,.2);
  border-radius: 10px; padding: 14px 16px; margin-bottom: 28px;
}
.clutch2-result-box svg { flex-shrink: 0; margin-top: 2px; }
.clutch2-result-box p { font-size: 13px; color: #7faabf; line-height: 1.6; margin: 0; }

.clutch2-client { display: flex; align-items: center; gap: 14px; }
.clutch2-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg,#0E4C78,#2B8EB7);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.clutch2-client-info { display: flex; flex-direction: column; gap: 2px; }
.clutch2-client-info strong { font-size: 14px; color: #e4eef5; }
.clutch2-client-info span { font-size: 13px; color: #7faabf; }
.clutch2-client-meta { font-size: 11px !important; color: #537d94 !important; }

@media(max-width:900px) {
  .clutch2-grid { grid-template-columns: 1fr; }
  .clutch2-review-card { padding: 24px 20px; }
}
@media(max-width:600px) {
  .clutch2-top { flex-direction: column; align-items: flex-start; }
  .clutch2-review-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .clutch2-metric { grid-template-columns: 90px 1fr 28px; }
}
/* ══ FIN CLUTCH v2 ══════════════════════════════════ */

/* Stats icons */
.stat-icon {
  width: 72px; height: 72px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: rgba(43,142,183,.06);
  border: 1px solid rgba(43,142,183,.15);
  transition: border-color .3s, background .3s;
}
.stats-grid > div:hover .stat-icon {
  background: rgba(43,142,183,.12);
  border-color: rgba(43,142,183,.35);
}
/* ── Stats — números en azul claro ── */
.stats-grid h3 {
  background: linear-gradient(135deg, var(--hi) 0%, #5BAEE8 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  font-size: clamp(1.1rem,1.8vw,1.35rem);
}
/* ── Case study — anillo teal ── */
.case2-ring svg circle:last-child { stroke: var(--teal); }
.case2-pct {
  background: linear-gradient(135deg, var(--hi), #5BAEE8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.case2-sub-metric strong { color: var(--hi); }
/* ── Btn-tc — shimmer blanco en hover ── */
.btn-tc::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(255,255,255,.22) 50%, transparent 72%);
  transform: translateX(-120%);
  transition: transform .5s ease;
  pointer-events: none;
}
.btn-tc:hover::after { transform: translateX(120%); }
/* ── Clutch bars — teal sutil ── */
.clutch2-mbar div { background: linear-gradient(90deg, #2B8EB7, var(--teal)); }
/* ══ FIN DARK THEME ══════════════════════════════════ */

/* ══ ENTRANCE ANIMATIONS ══════════════════════════════ */
@keyframes burst {
  0%   { opacity: 0; transform: scale(.82) rotate(-2deg); filter: blur(16px); }
  55%  { opacity: 1; filter: blur(0); transform: scale(1.03) rotate(.4deg); }
  78%  { transform: scale(.985) rotate(-.1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
}
@keyframes burstNav {
  0%   { opacity: 0; transform: translateY(-10px); filter: blur(4px); }
  60%  { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes burstStrip {
  0%   { opacity: 0; transform: scaleX(.9); }
  100% { opacity: 1; transform: scaleX(1); }
}

.site-header        { animation: burstNav .55s cubic-bezier(.22,.6,.36,1) .05s both; }
.hero-body          { opacity: 0; animation: burst .9s cubic-bezier(.22,.6,.36,1) .15s forwards; }
.clients-hero-strip { opacity: 0; animation: burstStrip .6s cubic-bezier(.22,.6,.36,1) .8s forwards; }

/* ═══ SCROLL REVEAL ─ nuevas secciones ═══ */
.sr-up { opacity: 0; transform: translateY(36px); transition: opacity .65s ease, transform .65s ease; }
.sr-up.visible { opacity: 1; transform: none; }
.sr-left  { opacity: 0; transform: translateX(-32px); transition: opacity .65s ease, transform .65s ease; }
.sr-left.visible  { opacity: 1; transform: none; }
.sr-right { opacity: 0; transform: translateX(32px); transition: opacity .65s ease, transform .65s ease; }
.sr-right.visible { opacity: 1; transform: none; }

/* ═══ AI FILTERING SECTION ═══ */
.ai-filter-s {
  background: #060d18;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.ai-filter-s::before {
  content: '';
  position: absolute;
  top: -160px; right: -160px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(43,142,183,.08) 0%, transparent 65%);
  pointer-events: none;
}
.ai-filter-s::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(13,83,134,.06) 0%, transparent 65%);
  pointer-events: none;
}
.ai-filter-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
  position: relative; z-index: 1;
}
.ai-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(43,142,183,.18);
  color: #A8D8F8; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 16px; border-radius: 999px; margin-bottom: 20px;
  border: 1px solid rgba(43,142,183,.3);
}
.ai-filter-s h2 {
  font-size: clamp(1.7rem,3vw,2.4rem);
  font-weight: 800; color: #e4eef5;
  line-height: 1.2; margin-bottom: 16px;
}
.ai-filter-s h2 .grad {
  background: linear-gradient(135deg, #A8D8F8, #2B8EB7);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-filter-s > .w > .ai-filter-head > p {
  font-size: 16px; line-height: 1.7; color: #7faabf;
}
.ai-counter-row {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  flex-wrap: wrap; margin-bottom: 64px; position: relative; z-index: 1;
}
.ai-counter {
  text-align: center;
  background: #091526;
  border-radius: 16px;
  padding: 28px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.4);
  border: 1px solid rgba(43,142,183,.18);
  min-width: 150px;
}
.ai-counter-num {
  font-size: 3rem; font-weight: 900;
  background: linear-gradient(135deg, #A8D8F8, #2B8EB7);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.ai-counter-lbl { font-size: 12px; font-weight: 700; color: #7faabf; text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; }
.ai-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative; z-index: 1;
}
@media(max-width:900px){ .ai-cards { grid-template-columns: repeat(2,1fr); } }
@media(max-width:560px){ .ai-cards { grid-template-columns: 1fr; } }
.ai-card {
  background: #091526;
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
  border: 1px solid rgba(43,142,183,.18);
  transition: border-color .25s, transform .25s;
}
.ai-card:hover { border-color: rgba(43,142,183,.45); transform: translateY(-3px); }
.ai-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(43,142,183,.14);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.ai-card-icon svg { color: #A8D8F8; }
.ai-card h3 { font-size: 15px; font-weight: 700; color: #e4eef5; margin-bottom: 8px; }
.ai-card p  { font-size: 13px; line-height: 1.65; color: #7faabf; margin: 0; }

/* ═══ FREE SITE REVIEW ═══ */
.free-review-s {
  background: #04080f;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.free-review-s::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(43,142,183,.07) 0%, transparent 70%);
  pointer-events: none;
}
.free-review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative; z-index: 1;
}
@media(max-width:768px){ .free-review-grid { grid-template-columns: 1fr; gap: 40px; } }
.free-review-copy {}
.free-review-copy .badge-white {
  display: inline-block;
  background: rgba(43,142,183,.18);
  color: #A8D8F8; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 999px; margin-bottom: 20px;
  border: 1px solid rgba(43,142,183,.3);
}
.free-review-copy h2 {
  font-size: clamp(1.6rem,2.8vw,2.2rem);
  font-weight: 800; line-height: 1.2; margin-bottom: 16px;
  color: #e4eef5;
}
.free-review-copy p { font-size: 15px; line-height: 1.7; color: #7faabf; margin-bottom: 24px; }
.free-review-perks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.free-review-perks li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: #9dc8de; line-height: 1.5;
}
.free-review-perks li svg { flex-shrink: 0; margin-top: 2px; color: #2B8EB7; }
.free-review-form-box {
  background: #091526;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  border: 1px solid rgba(43,142,183,.2);
}
.free-review-form-box h3 { font-size: 1.1rem; font-weight: 800; color: #e4eef5; margin-bottom: 6px; }
.free-review-form-box .form-sub { font-size: 13px; color: #7faabf; margin-bottom: 24px; }
.fr-field { margin-bottom: 16px; }
.fr-field label { display: block; font-size: 12px; font-weight: 700; color: #9dc8de; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .06em; }
.fr-field input {
  width: 100%; box-sizing: border-box;
  padding: 13px 16px; border-radius: 8px;
  background: #0d1e38;
  border: 1.5px solid rgba(43,142,183,.25); font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: #e4eef5; outline: none;
  transition: border-color .2s;
}
.fr-field input:focus { border-color: #2B8EB7; }
.fr-field input::placeholder { color: #537d94; }
.fr-note { display: flex; align-items: flex-start; gap: 5px; font-size: 11.5px; color: #537d94; margin-top: 4px; }
.fr-submit {
  width: 100%; padding: 15px; border-radius: 8px;
  background: linear-gradient(135deg, #2B8EB7, #0D5386);
  color: #fff; font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; border: none; cursor: pointer;
  box-shadow: 0 6px 20px rgba(43,142,183,.3);
  transition: opacity .2s; margin-top: 8px;
}
.fr-submit:hover { opacity: .88; }
.fr-submit:disabled { opacity: .45; cursor: not-allowed; }
.fr-msg { margin-top: 14px; padding: 12px 16px; border-radius: 8px; font-size: 13px; display: none; }
.fr-msg.success { display: block; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.3); color: #6ee7b7; }
.fr-msg.error   { display: block; background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.25); color: #fca5a5; }

/* ═══ 1-on-1 STRATEGY ═══ */
.strategy-s {
  background: #060d18;
  padding: 80px 0;
}
.strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media(max-width:768px){ .strategy-grid { grid-template-columns: 1fr; gap: 40px; } }
.strategy-copy .badge-blue {
  display: inline-block;
  background: rgba(43,142,183,.18); color: #A8D8F8;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
  margin-bottom: 20px; border: 1px solid rgba(43,142,183,.3);
}
.strategy-copy h2 {
  font-size: clamp(1.6rem,2.8vw,2.1rem);
  font-weight: 800; color: #e4eef5;
  line-height: 1.2; margin-bottom: 16px;
}
.strategy-copy p { font-size: 15px; line-height: 1.7; color: #7faabf; margin-bottom: 28px; }
.strategy-features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.strat-feat { display: flex; align-items: flex-start; gap: 14px; }
.strat-feat-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: rgba(43,142,183,.14);
  display: flex; align-items: center; justify-content: center;
}
.strat-feat-icon svg { color: #A8D8F8; }
.strat-feat-text strong { display: block; font-size: 14px; font-weight: 700; color: #e4eef5; margin-bottom: 3px; }
.strat-feat-text span { font-size: 13px; color: #7faabf; line-height: 1.55; }
.strategy-visual {
  background: #091526;
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  border: 1px solid rgba(43,142,183,.2);
  position: relative;
  overflow: hidden;
}
.strategy-visual::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(43,142,183,.12) 0%, transparent 70%);
}
.exp-badge {
  display: inline-flex; flex-direction: column; align-items: center;
  background: #0d1e38; border-radius: 16px; padding: 24px 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  margin-bottom: 28px;
  border: 1px solid rgba(43,142,183,.22);
}
.exp-num { font-size: 4rem; font-weight: 900;
  background: linear-gradient(135deg, #A8D8F8, #2B8EB7);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.exp-lbl { font-size: 13px; font-weight: 700; color: #7faabf; text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.strategy-visual p { font-size: 14px; color: #7faabf; line-height: 1.6; margin-bottom: 20px; }
.chat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2B8EB7; color: #fff;
  font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 999px;
  text-decoration: none; transition: background .2s;
}
.chat-pill:hover { background: #0D5386; }
.chat-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .6; transform: scale(1.3); } }

/* ── AI illustration animations ── */
.ai-line-1 { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.2s ease .4s forwards; }
.ai-line-2 { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.2s ease .6s forwards; }
.ai-line-3 { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.2s ease .8s forwards; }
.ai-line-4 { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.2s ease .9s forwards; }
.ai-line-5 { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.2s ease 1.0s forwards; }
.ai-line-6 { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.2s ease 1.1s forwards; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.ai-node { animation: nodePop .4s ease both; }
.ai-node-main { animation: nodePop .5s ease .5s both; }
.ai-node-out  { animation: nodePop .5s ease 1.2s both; }
@keyframes nodePop { from { transform: scale(0); } to { transform: scale(1); } }
.ai-reject-dot { animation: floatDot 2.8s ease-in-out infinite; }
.ai-approve-dot { animation: floatDot 2.8s ease-in-out .5s infinite; }
@keyframes floatDot { 0%,100% { opacity: .9; transform: scale(1); } 50% { opacity: .5; transform: scale(1.4); } }

/* ── Free review SVG animation ── */
.fr-score-arc { animation: arcFill 1.5s ease .5s both; }
@keyframes arcFill { from { stroke-dashoffset: 151; } to { stroke-dashoffset: 30; } }
.fr-bar { transform-origin: bottom center; animation: barGrow .8s ease both; }
.fr-bar:nth-child(1) { animation-delay: .3s; }
.fr-bar:nth-child(2) { animation-delay: .45s; }
.fr-bar:nth-child(3) { animation-delay: .6s; }
.fr-bar:nth-child(4) { animation-delay: .75s; }
.fr-bar:nth-child(5) { animation-delay: .9s; }
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* ── Strategy SVG animation ── */
.strat-line-anim { animation: drawStratLine 2s ease .5s forwards; }
@keyframes drawStratLine { to { stroke-dashoffset: 0; } }
.strat-dot { animation: dotAppear .3s ease both; }
.strat-dot:nth-child(1) { animation-delay: .8s; }
.strat-dot:nth-child(2) { animation-delay: 1.0s; }
.strat-dot:nth-child(3) { animation-delay: 1.2s; }
.strat-dot:nth-child(4) { animation-delay: 1.4s; }
.strat-dot:nth-child(5) { animation-delay: 1.6s; }
.strat-dot:nth-child(6) { animation-delay: 1.8s; }
@keyframes dotAppear { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }

.ans-s { background: #fff; padding: 76px 0 40px; }
.ans-block { max-width: 820px; margin: 0 auto 64px; text-align: center; }
.ans-block h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 700; color: #142232; margin: 0 0 18px; }
.ans-block .ans-lead { font-size: 1.075rem; line-height: 1.72; color: var(--mut); margin: 0; }
.ans-how { margin: 0 auto 72px; }
.ans-how h2 { text-align: center; font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 700; color: #000; margin: 0 0 44px; }
.ans-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ans-step { position: relative; background: #f7fafc; border: 1px solid #e5edf3; border-radius: 14px; padding: 30px 22px 26px; text-align: left; }
.ans-step-n { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin: 0 0 12px -4px; color: #50C5F9; font-family: 'Caveat', 'Space Grotesk', cursive; font-weight: 700; font-size: 2.6rem; line-height: 1; padding-bottom: 4px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M53 9 C80 8 93 31 90 54 C87 80 62 93 39 90 C15 87 7 63 12 41 C17 21 35 9 59 11' fill='none' stroke='%2350C5F9' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.ans-step h3 { font-size: 1.02rem; font-weight: 700; color: #142232; margin: 0 0 8px; }
.ans-step p { font-size: .92rem; line-height: 1.6; color: var(--mut); margin: 0; }
.ans-who { max-width: 980px; margin: 0 auto; }
.ans-who h2 { text-align: center; font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 700; color: #142232; margin: 0 0 40px; }
.ans-who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ans-who-item { display: flex; gap: 14px; align-items: flex-start; background: #f7fafc; border: 1px solid #e5edf3; border-radius: 12px; padding: 20px 22px; }
.ans-who-item svg { flex-shrink: 0; margin-top: 2px; color: #2B8EB7; }
.ans-who-item b { display: block; font-size: 1rem; color: #142232; margin-bottom: 3px; }
.ans-who-item span { font-size: .92rem; line-height: 1.55; color: var(--mut); }
@media(max-width:900px){ .ans-steps { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:640px){ .ans-steps, .ans-who-grid { grid-template-columns: 1fr; } }

.cmp-s { background: #f7fafc; padding: 76px 0; }
.cmp-s h2 { text-align: center; font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 700; color: #142232; margin: 0 0 12px; }
.cmp-s .cmp-sub { text-align: center; font-size: 1rem; color: var(--mut); max-width: 640px; margin: 0 auto 44px; line-height: 1.65; }
.cmp-table-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; border-radius: 14px; border: 1px solid #e5edf3; background: #fff; box-shadow: var(--sh-card); }
table.cmp-table { width: 100%; border-collapse: collapse; min-width: 560px; }
table.cmp-table th, table.cmp-table td { padding: 16px 20px; text-align: left; font-size: .95rem; border-bottom: 1px solid #eef3f7; vertical-align: top; }
table.cmp-table thead th { background: linear-gradient(135deg, #0D5386, #2B8EB7); color: #fff; font-weight: 700; font-size: .98rem; }
table.cmp-table thead th:first-child { background: #123; background: #0b2233; }
table.cmp-table tbody th { font-weight: 700; color: #142232; background: #fafcfe; width: 30%; }
table.cmp-table tbody td { color: var(--mut); line-height: 1.55; }
table.cmp-table tr:last-child th, table.cmp-table tr:last-child td { border-bottom: none; }

.faq-s { background: #fff; padding: 76px 0; }
.faq-s h2 { text-align: center; font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 700; color: #000; margin: 0 0 44px; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid #e5edf3; border-radius: 12px; margin-bottom: 14px; overflow: hidden; background: #fff; transition: border-color .18s, box-shadow .18s; }
.faq-item[open] { border-color: rgba(43,142,183,.4); box-shadow: var(--sh-card); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1.05rem; color: #142232; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-chev { flex-shrink: 0; color: #2B8EB7; transition: transform .2s; }
.faq-item[open] summary .faq-chev { transform: rotate(180deg); }
.faq-item .faq-a { padding: 0 24px 22px; font-size: .98rem; line-height: 1.7; color: var(--mut); }

/* ── SCROLL REVEAL ── */
.sr { opacity: 0; transform: translateY(40px); transition: opacity .65s cubic-bezier(.22,.6,.36,1), transform .65s cubic-bezier(.22,.6,.36,1); }
.sr.sr-left  { transform: translateX(-36px); }
.sr.sr-right { transform: translateX(36px); }
.sr.sr-scale { transform: scale(.93); }
.sr.visible  { opacity: 1 !important; transform: none !important; }
