/* =========================
   VARIABLES (PALETA LOGO BOOSTIT)
========================= */
:root {
  /* --- BRAND (logo) --- */
  --brand: #F25A1A;        /* Naranja (principal) */
  --brand2: #6D28D9;       /* Violeta (secundario) */
  --accent: #3B3F46;       /* Gris oscuro (texto/contraste, NO negro) */
--brand-dark: #d94c16;

  /* --- BASE --- */
  --bg: #f5f6f8;           /* Fondo general */
  --card: #ffffff;         /* Fondo de tarjetas */
  --text: #2F333A;         /* Texto principal (gris oscuro) */
  --text-light: #6B7280;   /* Texto secundario */
  --b: #dfe2e6;            /* Bordes suaves */

  /* --- EFECTOS Y DETALLES --- */
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.04);
  --radius: 16px;
  --transition: 0.25s ease;

  /* Compat (nombres usados en el CSS original) */
  --panel: var(--card);
  --panel2: var(--card);
  --muted: var(--text-light);
  --line: var(--b);
  --warn: #d64545;
}

/* =========================
   BASE
========================= */
* { box-sizing: border-box; }
html, body { height: 100%; }
body{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; display: block; }
.srOnly{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.container{ width:min(1120px, calc(100% - 40px)); margin:0 auto; }
.center{ text-align:center; }
.muted{ color: var(--text-light); }
.fineprint{ margin:10px 0 0; font-size:.85rem; color: var(--text-light); line-height:1.4; }

.skip{
  position:absolute; left:-999px; top:10px;
  background: var(--card);
  border:1px solid var(--b);
  padding:10px 12px;
  border-radius:12px;
  box-shadow: var(--shadow-sm);
}
.skip:focus{ left:10px; z-index:1000; }

/* =========================
   HEADER / NAV
========================= */
.header{
  position:sticky; top:0; z-index:2147483647 !important;isolation: isolate;
  backdrop-filter: saturate(160%) blur(10px);
  background: rgba(245,246,248,.78);
  border-bottom: 1px solid var(--b);
  transform: none !important;
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}

html {
  scroll-behavior: smooth;
}

#sobre-nosotros {
  scroll-margin-top: 200px;
}


.brand{ display:flex; align-items:center; gap:10px; }
.brand__mark{
  width:38px; height:38px; display:grid; place-items:center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  font-weight: 800;
  color: #fff;
  box-shadow: 0 10px 24px rgba(228,111,41,.20);
}
.brand__name{ font-weight: 700; letter-spacing: .2px; font-size: x-large;}
.brand--footer .brand__mark{ width:34px; height:34px; border-radius:12px; }

.nav__toggle{
  display:none;
  border:1px solid var(--b);
  background: rgba(255,255,255,.7);
  width:44px; height:44px;
  border-radius: 14px;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition);
}
.nav__toggle:active{ transform: scale(.98); }
.nav__toggleIcon{
  display:block; width:18px; height:2px; background: var(--accent);
  margin:0 auto; position:relative;
}
.nav__toggleIcon::before, .nav__toggleIcon::after{
  content:""; position:absolute; left:0; width:18px; height:2px; background: var(--accent);
}
.nav__toggleIcon::before{ top:-6px; }
.nav__toggleIcon::after{ top:6px; }

.nav__menu{
  list-style:none; display:flex; gap:18px; margin:0; padding:0;
  align-items:center;
}
.nav__menu a{
  color: var(--text-light);
  padding:10px 10px;
  border-radius: 12px;
  transition: background var(--transition), color var(--transition);
}
.nav__menu a:hover{ color: var(--text); background: rgba(99,106,114,.08); }

/* =========================
   BUTTONS
========================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 16px;
  border-radius: var(--radius);
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(228,111,41,.18);
  border: 0;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}
.btn:hover{
  filter: brightness(1.02);
  box-shadow: 0 14px 34px rgba(228,111,41,.22);
}
.btn:active{ transform: translateY(1px); }

.btn--ghost{
  background: rgba(59,63,70,.06) !important;
  color: var(--accent);
  box-shadow: none;
  border: 1px solid var(--brand2) !important;
}

.btn--ghost:hover{
  border: 1px solid var(--brand2) !important;
  background: rgba(59,63,70,.06) !important;
}

.btn--small{ padding:10px 12px; border-radius: 14px; }
.btn--full{ width:100%; }

/* Variante secundaria (violeta) */
.btn--secondary{
  background: var(--brand2) !important;
  box-shadow: 0 10px 26px rgba(109, 40, 217, .18) !important;
  color: #fff !important;
}

.btn--secondary:hover{
  background: #5b21b6 !important; /* violeta m�s oscuro */
  box-shadow: 0 14px 34px rgba(109, 40, 217, .22) !important;
}

.btn--secondary:active{
  background: #4c1d95 !important;
}

/* Ghost: sigue siendo �outline�, sin gradientes */
.btn--ghost{
  background: transparent !important;
  color: var(--accent) !important;
  box-shadow: none !important;
}

/* Si quer�s un ghost con borde naranja/violeta */
.btn--ghost.btn--orange{
  border-color: rgba(242, 90, 26, .35) !important;
}
.btn--ghost.btn--orange:hover{
  background: rgba(242, 90, 26, .08) !important;
}

.btn--ghost.btn--violet{
  border-color: rgba(109, 40, 217, .30) !important;
}
.btn--ghost.btn--violet:hover{
  background: rgba(109, 40, 217, .08) !important;
}

/* =========================
   HERO
========================= */
.hero{ padding:100px 0 150px; }
.hero__grid{
  display:grid;
  gap:34px;
  align-items:center;
}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--b);
  background: rgba(255,255,255,.7);
  color: var(--text-light);
  margin:0 0 14px;
  box-shadow: var(--shadow-sm);
}
.dot{
  width:8px; height:8px; border-radius:99px;
  background: var(--brand2);
  box-shadow: 0 0 0 6px rgba(246,184,74,.22);
}

h1{ font-size: clamp(2rem, 4vw, 3.2rem); line-height:1.05; margin:0 0 14px; }
.lead{ color: var(--text-light); font-size:1.1rem; line-height:1.7; margin:0 0 22px; }

.hero__cta{ display:flex; gap:12px; flex-wrap:wrap; }

.hero__proof{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:22px;
}

.proofCard__kpi{ font-size:1.2rem; font-weight:800; color: var(--accent); }
.proofCard__txt{ color: var(--accent); font-size:.9rem; margin-top:2px; }

.hero__visual{ position:relative; min-height:420px; }

/* Tarjeta “glass” ahora en claro */
.glassCard{
  position:relative;
  border-radius: var(--radius);
  background: rgba(255,255,255,.85);
  border:1px solid var(--b);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.glassCard__top{
  display:flex; gap:10px; padding:16px 16px 0;
  flex-wrap:wrap;
}
.chip{
  padding:8px 10px;
  border-radius:999px;
  background: rgba(228,111,41,.12);
  border:1px solid rgba(228,111,41,.25);
  color: var(--accent);
  font-weight: 700;
  font-size: .9rem;
}
.chip--alt{
  background: rgba(246,184,74,.18);
  border-color: rgba(246,184,74,.30);
}
.chip--alt2{
  background: rgba(99,106,114,.08);
  border-color: rgba(99,106,114,.14);
}
.glassCard__body{ padding:16px; }

.metric{ margin:12px 0; }
.metric__label{ color: var(--text-light); font-size:.92rem; margin-bottom:8px; }
.metric__bar{
  height:10px; border-radius:999px;
  background: rgba(99,106,114,.10);
  border:1px solid rgba(99,106,114,.15);
  overflow:hidden;
}
.metric__bar span{
  display:block; height:100%;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
}

.timeline{
  margin-top:16px;
  border-top:1px solid var(--b);
  padding-top:14px;
  display:grid; gap:8px;
}
.tItem{
  display:flex; justify-content:space-between; gap:14px;
  color: var(--text-light);
  background: rgba(99,106,114,.06);
  border:1px solid rgba(99,106,114,.12);
  padding:10px 12px;
  border-radius: 14px;
}
.tItem span{ color: var(--accent); font-weight: 700; }

.blob{
  position:absolute;
  filter: blur(26px);
  opacity: .35;
  z-index: -1;
}
.blob--1{
  width:200px; height:200px; border-radius:999px;
  background: rgba(228,111,41,.8);
  left:-30px; bottom:20px;
}
.blob--2{
  width:220px; height:220px; border-radius:999px;
  background: rgba(246,184,74,.9);
  right:-40px; top:20px;
}

.logos{ padding:12px 0 0; }

/* =========================
   SECTIONS / GRIDS
========================= */
.section{ padding:62px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(99,106,114,.06), rgba(99,106,114,0));
  border-top:1px solid rgba(99,106,114,.12);
  border-bottom:1px solid rgba(99,106,114,.12);
}
.section__head{ margin-bottom:22px; }
.section__head h2{ font-size: clamp(1.55rem, 2.4vw, 2.1rem); margin:0 0 8px; }

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

.card{
  border:1px solid var(--b);
  background: var(--card);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.card h3{ margin:0 0 8px; color: var(--accent); }
.card p{ margin:0 0 12px; color: var(--text-light); line-height:1.6; }

.list{ margin:0; padding-left:18px; color: var(--text-light); }
.list li{ margin:6px 0; }

.steps{ display:grid; grid-template-columns:repeat(2, 1fr); gap:14px; }
.step{
  border:1px solid var(--b);
  background: rgba(255,255,255,.78);
  border-radius: var(--radius);
  padding:18px;
  display:flex; gap:14px;
  box-shadow: var(--shadow-sm);
}
.step__num{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  font-weight:900;
  background: rgba(228,111,41,.12);
  border:1px solid rgba(228,111,41,.25);
  color: var(--accent);
}

.case{
  border:1px solid var(--b);
  background: var(--card);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow-sm);
}
.case h3{ margin:0 0 8px; color: var(--accent); }

.tagRow{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.tag{
  font-size:.85rem;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(99,106,114,.18);
  background: rgba(99,106,114,.06);
  color: var(--text-light);
}

.quote{
  margin:0;
  border:1px solid var(--b);
  background: rgba(255,255,255,.78);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow-sm);
}
.quote blockquote{
  margin:0 0 12px;
  color: var(--text);
  line-height:1.7;
}
.quote figcaption{ color: var(--text-light); font-size:.95rem; }

/* =========================
   ACCORDION
========================= */
.accordion{
  border:1px solid var(--b);
  border-radius: var(--radius);
  overflow:hidden;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.acc__item{
  width:100%;
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 16px;
  border:0;
  background: rgba(255,255,255,.88);
  color: var(--accent);
  cursor:pointer;
  font-weight:800;
  border-bottom:1px solid var(--b);
}
.acc__panel{
  padding:14px 16px;
  color: var(--text-light);
  background: rgba(99,106,114,.04);
  border-bottom:1px solid var(--b);
}
.acc__chev{ transition: transform var(--transition); }

/* =========================
   CONTACT / FORM
========================= */
.contact__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
.infoBox{
  margin-top:18px;
  border:1px solid var(--b);
  background: rgba(255,255,255,.78);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: var(--shadow-sm);
}
.infoLine{
  padding:8px 0;
  border-bottom:1px solid rgba(223,226,230,.8);
}

.infoLine:last-child{ border-bottom:0; }

.formCard{
  border:1px solid var(--b);
  background: var(--card);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.fieldRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.field{ margin:12px 0; }
label{ display:block; font-weight:800; margin-bottom:8px; color: var(--accent); }

input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid var(--b);
  background: #fff;
  color: var(--text);
  outline:none;
  transition: box-shadow var(--transition), border-color var(--transition);
}
input:focus, select:focus, textarea:focus{
  border-color: rgba(228,111,41,.55);
  box-shadow: 0 0 0 6px rgba(228,111,41,.12);
}
.formActions{ margin-top:8px; }
.formHint{ margin-top:10px; color: var(--text-light); font-size:.92rem; }

/* =========================
   ALERTS
========================= */
.alert{
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid var(--b);
  margin-bottom:12px;
  box-shadow: var(--shadow-sm);
}
.alert--ok{
  background: rgba(246,184,74,.22);
  border-color: rgba(246,184,74,.40);
  color: var(--accent);
}
.alert--err{
  background: rgba(214,69,69,.10);
  border-color: rgba(214,69,69,.25);
  color: #a43030;
}

/* =========================
   FOOTER
========================= */
.footer{
  padding:28px 0;
  border-top:1px solid var(--b);
  background: #fff;
}
.footer__inner{
  display:flex; justify-content:space-between; align-items:flex-start;
  gap:18px;
}
.footer__links{ display:flex; gap:14px; flex-wrap:wrap; }
.footer__links a{
  color: var(--text-light);
  padding:8px 10px;
  border-radius:12px;
  transition: background var(--transition), color var(--transition);
}
.footer__links a:hover{ color: var(--text); background: rgba(99,106,114,.06); }
.footer__bottom{
  margin-top:12px;
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 920px){
  .hero__grid{ grid-template-columns:1fr; }
  .hero__visual{ order:-1; min-height:360px; }
  .hero__proof{ grid-template-columns:1fr; }
  .grid3{ grid-template-columns:1fr; }
  .steps{ grid-template-columns:1fr; }
  .contact__grid{ grid-template-columns:1fr; }
}

@media (max-width: 760px){
  .nav__toggle{ display:inline-flex; align-items:center; justify-content:center; }
  .nav__menu{
    position:absolute;
    right:20px; top:64px;
    width:min(340px, calc(100% - 40px));
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:10px;
    border-radius: 18px;
    border:1px solid var(--b);
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow);
    z-index: 2147483647 !important;
  }
  .nav__menu.isOpen{ display:flex; }
  .nav__menu a{ padding:12px 12px; }
  .fieldRow{ grid-template-columns:1fr; }
}

/* =========================
   ABOUT (Sobre mí)
========================= */
.about__card{
  display:grid;
  grid-template-columns: 500px 1fr;
  gap:18px;
  border:1px solid var(--b);
  background: var(--card);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}

.about__photoWrap{
  border-radius: calc(var(--radius) - 4px);
  overflow:hidden;
  border:1px solid var(--b);
  background: rgba(99,106,114,.05);
  min-height: 260px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.about__photo{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.about__name{
  margin: 10px 0 6px;
  font-size: 1.05rem;
  color: var(--accent);
}
.about__role{ color: var(--text-light); font-weight: 600; }

.about__bio{
  margin: 12px 0 12px;
  color: var(--text-light);
  line-height: 1.7;
}

.about__list{
  margin: 0;
  padding-left: 18px;
  color: var(--text-light);
}
.about__list li{ margin: 8px 0; }

.about__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.about__meta{
  margin-top: 12px;
  color: var(--text-light);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.about__meta a{
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.about__sep{ color: var(--text-light); }

@media (max-width: 920px){
  .about__card{ grid-template-columns: 1fr; }
  .about__photoWrap{ min-height: 320px; }
}

#metodo{
background-color: white;
}

.testimonios{
    background-color: white;
}

/* ===== Servicios (Tabs UX/UI) ===== */
.servicesTabs{
  display:flex;
  justify-content:center;   /* ?? centra horizontalmente */
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin: 10px 0 20px;
}

.servicesTab{
  border:1px solid var(--b);
  background: rgba(255,255,255,.85);
  color: var(--accent);
  padding:10px 12px;
  border-radius: 999px;
  cursor:pointer;
  font-weight:800;
  box-shadow: var(--shadow-sm);
  transition: background var(--transition), transform var(--transition), border-color var(--transition);
}

.servicesTab:hover{ transform: translateY(-1px); }
.servicesTab.isActive{
  background: linear-gradient(135deg, rgba(228,111,41,.18), rgba(246,184,74,.22));
  border-color: rgba(228,111,41,.35);
}

.servicesIntro{
  margin: 6px 0 16px;
}

.servicesCtaRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 16px;
}


/* =========================
   MEJORAS UX/UI + COMERCIAL
   (overrides seguros)
========================= */

/* Hero con fondo (brand + brand2 + negro) */
.hero{
background:
    /* brillo blanco premium */
    radial-gradient(1000px 600px at 15% -10%, rgba(255,255,255,.88), transparent 55%),
    radial-gradient(900px 560px at 85% 0%,  rgba(255,255,255,.60), transparent 60%),

    /* glow sutil: naranja + violeta (paleta logo) */
    radial-gradient(900px 520px at 12% 12%, rgba(242, 90, 26, .16), transparent 62%),
    radial-gradient(820px 520px at 92% 16%, rgba(109, 40, 217, .14), transparent 62%),

    /* base plateada con �sheen� */
    linear-gradient(120deg,
      #f8f9fc 0%,
      #e9edf3 22%,
      #ffffff 40%,
      #dde3ec 62%,
      #f1f4f9 82%,
      #d7dde7 100%
    );}

/* Tabs de servicios centradas */
.servicesTabs{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin: 10px 0 16px;
}

/* Micro-resumen arriba de cada panel */
.servicesIntro{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 6px 0 16px;
}
.servicesMini{
  background: rgba(255,255,255,.75);
  border: 1px solid var(--b);
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: var(--shadow-sm);
  color: var(--accent);
  font-size: 14px;
}

/* Pills de sobre nosotros */
.about__bullets{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 14px;
}
.about__pill{
  border: 1px solid var(--b);
  background: rgba(255,255,255,.75);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  color: var(--accent);
  box-shadow: var(--shadow-sm);
}

/* Honeypot hidden */
.hpField{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* Ajustes responsive finos */
@media (max-width: 1024px){
  .hero__proof{
    margin-top: 14px;
  }
}

@media (max-width: 640px){
  .servicesMini{
    width: 100%;
    border-radius: 14px;
  }
}

/* Reduce motion (más amigable en entornos corporativos) */
@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior: auto !important; }
}

/* =========================================================
   HERO silver premium + glow naranja sutil
   (pegar al FINAL del styles.css)
========================================================= */

/* ---------- HERO: silver premium ---------- */
.hero{
  position: relative;
  overflow: hidden;

  background:
    /* brillo superior blanco elegante */
    radial-gradient(1000px 600px at 15% -10%, rgba(255,255,255,.90), transparent 55%),
    radial-gradient(900px 560px at 85% 0%, rgba(255,255,255,.55), transparent 60%),

    /* glow principal violeta (m�s protagonista) */
    radial-gradient(950px 560px at 85% 10%, rgba(109, 40, 217, .22), transparent 62%),

    /* glow secundario naranja (m�s sutil) */
    radial-gradient(850px 520px at 12% 15%, rgba(242, 90, 26, .14), transparent 62%),

    /* base silver con leve tinte fr�o */
    linear-gradient(120deg,
      #f8f9fc 0%,
      #e8ecf3 20%,
      #ffffff 40%,
      #dde2ea 60%,
      #f2f4f9 80%,
      #d9dfea 100%
    );
}

.hero::before,
.hero::after{
  z-index: 0;          /* se quedan detrás */
}

.hero .container,
.hero__grid{
  position: relative;
  z-index: 1;          /* contenido arriba de decoraciones */
}


/* textura s�per sutil para que no se vea plano */
.hero::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  opacity:.10;
  background:
    radial-gradient(1px 1px at 16px 16px, rgba(0,0,0,.35) 45%, transparent 55%) 0 0/28px 28px;
}

/* brillo diagonal suave (metal) */
.hero::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  opacity:.14;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.85) 45%, transparent 70%);
}

/* Asegura que contenido quede arriba del decor */
.hero .container,
.hero__grid{
  position: relative;
  z-index: 1;
}

.hero .proofCard__kpi{ color: var(--text); }
.hero .proofCard__txt{ color: var(--text-light); }

/* Bot�n ghost m�s visible sobre plata */
.hero .btn--ghost{
  background: rgba(255,255,255,.55);
  border-color: rgba(120,130,150,.28) !important;
}

/* ---------- FAQ: silver sobrio ---------- */
#faq{
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(900px 560px at 12% -10%, rgba(255,255,255,.70), transparent 60%),
    radial-gradient(900px 560px at 88% 0%, rgba(255,255,255,.45), transparent 62%),
    radial-gradient(900px 520px at 12% 20%, rgba(228,111,41,.10), transparent 60%),
    radial-gradient(800px 520px at 92% 25%, rgba(246,184,74,.08), transparent 60%),
    linear-gradient(180deg,
      #f2f4f8 0%,
      #e6e9ef 45%,
      #f6f7fb 100%
    );
}

/* Accordion estilo �card premium� */
#faq .accordion{
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(120,130,150,.22);
  box-shadow: 0 18px 45px rgba(30,40,60,.10);
}

/* Hover suave */
#faq .acc__item:hover{
  background: rgba(228,111,41,.06);
}

.section--alt{
  background: linear-gradient(180deg, #f1f3f7 0%, #ffffff 100%);
}

.card{
  position: relative;
}
.card::before{
  content:"";
  position:absolute;
  left:14px; right:14px; top:10px;
  height:2px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(228,111,41,.35), rgba(246,184,74,.25), transparent 70%);
  opacity:.7;
}

.section#sobre-mi{
  position: relative;
  z-index: 3;
}

.about{
  margin-top: -150px;
}

.about__card{
  position: relative;
  z-index: 4;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 40px 80px rgba(0,0,0,.12);
}

/* =========================================================
   Servicios - Enterprise pillars (moderno, no saturado)
========================================================= */

.svcPillars{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

/* --- Servicios: base intacta --- */
.svcPillar{
  position: relative;
  padding: 22px;
  border-radius: 20px;

  /* tu est�tica actual */
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(255,255,255,.85), transparent 60%),
    linear-gradient(180deg, #f6f7fb 0%, #eef1f6 100%);

  /* borde normal (estado default) */
  border: 1px solid rgba(140,150,165,.22);

  /* IMPORTANTE: no transiciones background/border-color para evitar �color intermedio� */
  transition: transform var(--transition), box-shadow var(--transition);
}

/* --- Borde gradiente SOLO en hover (overlay) --- */
.svcPillar::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 20px;
  padding: 1px; /* grosor del borde gradiente */
  background: linear-gradient(135deg, var(--brand), var(--brand2));

  /* crea un �anillo� (solo borde), sin tocar el fondo */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  opacity: 0;
  pointer-events: none;

  /* transici�n suave del borde */
  transition: opacity var(--transition);
}

/* --- Hover: solo levanta + aparece borde gradiente --- */
.svcPillar:hover{
  transform: translateY(-3px);
  border: 0px solid;
  padding: 23px;
}

.svcPillar:hover::before{
  opacity: 1;
}

.svcPillar::before{ transform: translateZ(0); }

.svcPillar__top{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
}

.svcIcon{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, rgba(228,111,41,.14), rgba(246,184,74,.14));
  border: 1px solid rgba(228,111,41,.20);
}

.svcIcon__dot{
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 8px 18px rgba(228,111,41,.22);
}

.svcPillar h3{
  font-size: 18px;
  margin: 0;
}

.svcPillar__text{
  margin: 8px 0 14px;
  color: var(--text-light);
  line-height: 1.5;
}

.svcPillar__list{
  margin: 0 0 14px 0;
  padding-left: 18px;
}

.svcPillar__list li{
  margin: 8px 0;
}

.svcPillar__outcome{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(140,150,165,.28);
  color: rgba(44,44,44,.92);
  font-weight: 700;
}

.svcPillar__outcome span{
  color: var(--accent);
  font-weight: 900;
}

/* Deliverables */
.svcDeliverables{
  margin-top: 22px;
  padding: 18px 18px 14px;
  border-radius: 18px;
  border: 1px solid rgba(140,150,165,.22);
  background: rgba(255,255,255,.65);
  box-shadow: 0 16px 40px rgba(30,40,60,.08);
}

.svcDeliverables__label{
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(99,106,114,.88);
  margin-bottom: 10px;
}

.svcChips{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.svcChip2{
  display:inline-flex;
  align-items:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(246,184,74,.10);
  border: 1px solid rgba(228,111,41,.18);
  font-weight: 800;
  color: rgba(44,44,44,.92);
}

.svcDeliverables__note{
  margin-top: 10px;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  .svcPillars{
    grid-template-columns: 1fr;
  }
}

.svcPillar__image{
border-radius: calc(var(--radius) - 4px);
    overflow: hidden;
    border: 1px solid var(--b);
    background: rgba(99, 106, 114, .05);
    /* min-height: 260px; */
    display: flex;
    align-items: center;
    justify-content: center;}

.svcPillar__image img{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
}

.svcPillar{
  display: flex;
  flex-direction: column;   /* ?? fuerza vertical */
  background: linear-gradient(145deg, #f4f5f7, #e9ebef);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.svcPillar__image img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.svcPillar__content{
  padding: 28px;
}

.svcPillar h3{
  margin-bottom: 16px;
  font-size: 1.35rem;
  font-weight: 600;
}

.svcPillar p{
  margin-bottom: 18px;
  color: #555;
  line-height: 1.6;
}

/* =========================
   M�TODO (Dashboard Tabs)
   ========================= */

.methodDash{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.methodDash__nav{
  background: var(--card);
  border: 1px solid var(--b);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 10px;
  position: sticky;
  top: 92px; /* ajust� seg�n tu header */
}

.methodTab {
    width: 93%;
    text-align: left;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 14px;
    padding: 12px 12px;
    cursor: pointer;
    transition: var(--transition);
    display: grid;
    gap: 4px;
    margin: 14px -15px 14px 12px;
}

.methodTab:hover{
  background: rgba(99,106,114,.06);
  border-color: rgba(99,106,114,.10);
}

.methodTab.is-active{
  background: rgba(228,111,41,.10);
  border-color: rgba(228,111,41,.22);
}

.methodTab__kicker{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-light);
}

.methodTab__title{
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

.methodTab__meta{
  font-size: 13px;
  color: var(--text-light);
}

.methodDash__panel{
  background: var(--card);
  border: 1px solid var(--b);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  overflow: hidden;
height: 408px;
}

.methodPane__head{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.methodPane__head h3{
  margin: 0;
  font-size: 22px;
}

.methodPane__lead{
  margin: 0 0 14px;
  color: var(--text-light);
  line-height: 1.6;
}

.methodPane__chips{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.chip{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(99,106,114,.18);
  background: rgba(99,106,114,.06);
  font-size: 12.5px;
  color: var(--text);
}

.methodPane__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.methodBlock{
  border: 1px solid rgba(99,106,114,.14);
  background: rgba(99,106,114,.04);
  border-radius: 16px;
  padding: 14px;
}

.methodBlock h4{
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent);
}

.methodBlock ul{
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.methodBlock li{
  margin: 6px 0;
  color: var(--text);
}

.methodPane__footer{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(99,106,114,.16);
}

.methodOutcome{
  background: linear-gradient(90deg, rgba(228,111,41,.10), rgba(246,184,74,.10));
  border: 1px solid rgba(228,111,41,.18);
  border-radius: 14px;
  padding: 12px 12px;
  color: var(--text);
}

.methodDash__cta{
  margin-top: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(99,106,114,.16);
}

/* Responsive */
@media (max-width: 980px){
  .methodDash{
    grid-template-columns: 1fr;
  }
  .methodDash__nav{
    position: relative;
    top: auto;
  }
  .methodPane__grid{
    grid-template-columns: 1fr;
  }
  .methodPane__head{
    flex-direction: column;
    align-items: flex-start;
  }
  .methodPane__chips{
    justify-content: flex-start;
  }
  .methodDash__cta{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* M�todo dentro de Servicios */
.methodInside .section__head{ margin-bottom: 10px; }

/* Toolkit (metodolog�as y herramientas) */
.toolkit{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(99,106,114,.18);
}

.toolkit__head{
  max-width: 860px;
  margin: 0 auto 14px;
  text-align: center;
}

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

.toolkitCard{
  border: 1px solid rgba(99,106,114,.14);
  background: rgba(99,106,114,.04);
  border-radius: 18px;
  padding: 14px;
}

.toolkitCard h4{
  margin: 0 0 8px;
  font-size: 16px;
}

.toolkitCard ul{
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.toolkitCard li{
  margin: 6px 0;
  color: var(--text-light);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 980px){
  .toolkit__grid{ grid-template-columns: 1fr; }
  .toolkit__head{ text-align: left; }
}

/* ============== C�MO TRABAJAMOS (Work Grid) ============== */
.workGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:22px;
}

/* WORK ITEM � borde gradiente 1px + radius perfecto */
.workItem{
  --gborder: 1px;
  --gradius: calc(var(--radius) + 4px); /* respeta tu dise�o actual */

  position: relative;
  border-radius: var(--gradius);
  background: #ffffff; /* fondo blanco s�lido */
  padding: 22px 22px 20px;

  box-shadow: var(--shadow-sm);
  border: 0;
  overflow: hidden;
  z-index: 0;
}

/* capa gradiente exterior */
.workItem::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border-radius: var(--gradius);
  z-index: 0;
}

/* capa interior blanca que genera el borde */
.workItem::after{
  content:"";
  position:absolute;
  inset: var(--gborder);
  background: #ffffff;
  border-radius: calc(var(--gradius) - var(--gborder));
  z-index: 0;
}

/* contenido arriba */
.workItem > *{
  position: relative;
  z-index: 1;
}

.workItem__num{
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 12px;
  color: var(--accent);
  background: rgba(99,106,114,.10);
  border: 1px solid rgba(99,106,114,.14);
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.workItem h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.workItem p{
  margin: 0 0 12px;
  color: var(--text-light);
}

.workItem .list{
  margin: 0;
  padding-left: 18px;
}

.workItem .list li{
  margin: 6px 0;
}

/* Responsive */
@media (max-width: 860px){
  .workGrid{ grid-template-columns: 1fr; }
}

/* ===========================
   CASOS DE �XITO (SLIDER)
   =========================== */
.cases{
  margin-top: 18px;
}

.cases__viewport{
  overflow: hidden;
}

.cases__track{
  display: flex;
  transition: transform var(--transition);
  will-change: transform;
}

.caseSlide{
  flex: 0 0 100%;
  display: grid;
  gap: 22px;
  padding: 22px;
  align-items: center;
}

.caseSlide__logo{
  width: 100%;
  height: 140px;
  display: grid;
  place-items: center;
  padding: 14px;
}

/* Desktop: tamaño controlado (antes era 35%) */
.caseSlide__logo img{
  width: auto;
  max-width: 35%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

/* Mobile: que ocupe todo el ancho del contenedor */
@media (max-width: 820px){
  .caseSlide__logo img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.caseSlide__title{
  margin: 0 0 8px 0;
}

.caseSlide__text{
  margin: 0 0 12px 0;
  color: var(--text-light);
  line-height: 1.55;
}

.caseSlide__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cases__controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.cases__btn{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--b);
  background: #fff;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition);
}

.cases__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.18);
}

.cases__dots{
  display: flex;
  align-items: center;
  gap: 8px;
}

.cases__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid var(--b);
  background: #fff;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition);
}

.cases__dot[aria-current="true"]{
  background: var(--brand);
  border-color: rgba(0,0,0,.12);
  transform: scale(1.1);
}

@media (max-width: 820px){
  .caseSlide{
    grid-template-columns: 1fr;
  }
  .caseSlide__logo{
    height: 120px;
  }
}

.caseSlide__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.caseSlide__tags.center{
  justify-content: center;
  text-align: center;
}

@media (max-width: 820px){
  .caseSlide__body{
    text-align: center;
  }
}

.cases__btn{
  visibility: hidden;
  pointer-events: none;
}

/* Ajuste: icono hamburguesa y hovers m�s neutros */
.nav__toggleIcon,
.nav__toggleIcon::before,
.nav__toggleIcon::after{
  background: var(--accent);
}

.nav__menu a:hover{
  background: rgba(59,63,70,.08);
}

/* Logo real (sin badge de fondo) */
.brand__mark{
  background: none !important;
  box-shadow: none !important;
  padding: 0;
}

.brand__logo{
  height: 42px;   /* ajust� seg�n tama�o que quieras */
  width: auto;
  display: block;
}

.brand--footer .brand__logo{
  height: 36px;
}

/* PROOF CARD � borde gradiente fino + fondo blanco */
.hero .proofCard{
  --gborder: 1px;      /* grosor del borde (ajustable) */
  --gradius: 13px;

  position: relative;
  border-radius: var(--gradius);
  background: #ffffff;   /* fondo blanco s�lido */
  padding: 16px;
  box-shadow: 0 18px 45px rgba(30,40,60,.10);

  border: 0;
  overflow: hidden; /* asegura que el radius sea perfecto */
}

/* Capa gradiente exterior */
.hero .proofCard::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border-radius: var(--gradius);
  z-index: 0;
}

/* Capa interior blanca que genera el "borde" */
.hero .proofCard::after{
  content:"";
  position:absolute;
  inset: var(--gborder); /* controla el grosor real */
  background: #ffffff;   /* mismo fondo blanco */
  border-radius: calc(var(--gradius) - var(--gborder));
  z-index: 0;
}

/* Contenido arriba */
.hero .proofCard > *{
  position: relative;
  z-index: 1;
}

/* =========================
   FAQ2 (nuevo dise�o premium)
========================= */
.faq2{
  position: relative;
  overflow: hidden;
}

.faq2__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.faq2__titleBlock h2{ margin:0 0 8px; }

.faq2__layout{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 18px;
  align-items:start;
}

@media (max-width: 980px){
  .faq2__layout{ grid-template-columns: 1fr; }
  .faq2__head{ align-items:flex-start; flex-direction:column; }
}

/* Card principal */
.faq2__card{
  border-radius: 22px;
  border: 1px solid rgba(140,150,165,.22);
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(255,255,255,.88), transparent 60%),
    linear-gradient(180deg, #f6f7fb 0%, #eef1f6 100%);
  box-shadow: 0 24px 70px rgba(30,40,60,.10);
  padding: 10px;
}

.faq2__list{
  display:grid;
  gap: 10px;
}

/* Item */
.faq2__item{
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(120,130,150,.20);
  box-shadow: 0 10px 24px rgba(30,40,60,.06);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.faq2__item:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(30,40,60,.08);
  border-color: rgba(120,130,150,.30);
}

/* Pregunta */
.faq2__q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 16px 16px;

  background: transparent;
  border: 0;
  cursor: pointer;
  text-align:left;
}

.faq2__q span:first-child{
  font-weight: 900;
  color: var(--accent);
  line-height: 1.25;
}

/* Chevron */
.faq2__chev{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(120,130,150,.24);
  background: rgba(255,255,255,.75);
  position: relative;
  flex: 0 0 auto;
}

.faq2__chev::before{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(59,63,70,.75);
  border-bottom: 2px solid rgba(59,63,70,.75);
  transform: rotate(45deg);
  top: 10px;
  transition: transform var(--transition), top var(--transition);
}

/* Respuesta */
.faq2__a{
  padding: 0 16px 16px 16px;
  color: var(--text-light);
  line-height: 1.65;
}

/* Estado abierto: borde gradiente fino y chevron */
.faq2__q[aria-expanded="true"] + .faq2__a{ padding-top: 0; }

.faq2__q[aria-expanded="true"] .faq2__chev{
  border-color: rgba(242,90,26,.28);
}

.faq2__q[aria-expanded="true"] .faq2__chev::before{
  transform: rotate(-135deg);
  top: 12px;
}

/* borde gradiente SOLO cuando est� abierto (fino, prolijo) */
.faq2__item.isOpen{
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(255,255,255,.80), rgba(255,255,255,.80)) padding-box,
    linear-gradient(135deg, var(--brand), var(--brand2)) border-box;
}

/* Ver m�s */
.faq2__moreRow{
  display:flex;
  justify-content:center;
  padding: 6px 0 2px;
}

.faq2__more{
  display:grid;
  gap: 10px;
}

/* Aside */
.faq2__sideCard{
  border-radius: 22px;
  border: 1px solid rgba(140,150,165,.22);
  background: rgba(255,255,255,.70);
  box-shadow: 0 18px 45px rgba(30,40,60,.08);
  padding: 18px;
}

.faq2__badge{
  display:inline-flex;
  align-items:center;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;

  border: 1px solid rgba(120,130,150,.22);
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg, rgba(242,90,26,.22), rgba(109,40,217,.18)) border-box;
  color: rgba(59,63,70,.92);
}

.faq2__sideCard h3{ margin: 10px 0 8px; }

.faq2__bullets{
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--text);
}

.faq2__bullets li{ margin: 8px 0; color: var(--text); }
.faq2__bullets strong{ color: var(--accent); }

.faq2__sideActions{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 640px){
  .faq2__q{ padding: 14px 14px; }
  .faq2__item{ border-radius: 14px; }
  .faq2__card, .faq2__sideCard{ border-radius: 18px; }
}

/* ===================================================
   CONTACT � Brand Metal Gradient
=================================================== */

.contact{
  position: relative;
  overflow: hidden;

  background:
    /* brillo blanco superior */
    radial-gradient(900px 500px at 20% -10%, rgba(255,255,255,.35), transparent 60%),

    /* glow sutil naranja */
    radial-gradient(800px 480px at 15% 30%, rgba(242,90,26,.25), transparent 65%),

    /* glow sutil violeta */
    radial-gradient(900px 520px at 85% 40%, rgba(109,40,217,.30), transparent 65%),

    /* base metalizada brand */
linear-gradient(
  120deg,
  var(--brand-dark),
  var(--brand2)
);
}

.contact::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  opacity:.18;
  transform: rotate(-12deg);

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,.65) 45%,
    transparent 75%
  );
}

.contact .formCard{
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
}

.contact h2,
.contact .muted{
  color: #ffffff;
}

.contact .infoBox{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
  color: #ffffff;
}

/* =========================================================
   CONTACTO PRO (REDISE�O)
========================================================= */

.contactPro{
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  color: #fff;

  /* Fondo premium: contraste real + efecto metal */
  background:
    radial-gradient(900px 560px at 20% -10%, rgba(255,255,255,.18), transparent 60%),
    radial-gradient(800px 520px at 90% 0%, rgba(255,255,255,.14), transparent 62%),

    radial-gradient(900px 520px at 18% 70%, rgba(242, 90, 26, .45), transparent 60%),
    radial-gradient(900px 520px at 85% 30%, rgba(109, 40, 217, .48), transparent 60%),

    linear-gradient(120deg,
      rgba(242, 90, 26, .95) 0%,
      rgba(109, 40, 217, .95) 55%,
      rgba(45, 18, 90, .96) 100%
    );
}

.contactPro::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  opacity:.18;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.85) 45%, transparent 70%);
}

.contactPro__wrap{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.contactPro__head{
  padding: 10px 0;
}

.contactPro__title{
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.1;
  color: #fff;
}

.contactPro__subtitle{
  margin: 0 0 18px;
  color: rgba(255,255,255,.86);
  line-height: 1.7;
  max-width: 52ch;
}

.contactPro__badges{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 10px;
}

.cBadge{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 16px;
  padding: 10px 12px;
  backdrop-filter: blur(8px);
}

.cBadge__k{
  display:block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  font-weight: 700;
}

.cBadge__v{
  display:block;
  font-weight: 800;
  color: rgba(255,255,255,.95);
  margin-top: 2px;
}

.contactPro__card{
  background: rgba(255,255,255,.92);
  color: var(--text);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.contactPro__card::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.12;
  background:
    radial-gradient(700px 420px at 12% 10%, rgba(242,90,26,.55), transparent 55%),
    radial-gradient(700px 420px at 88% 20%, rgba(109,40,217,.55), transparent 55%);
  pointer-events:none;
}

.cChannel{
  position: relative;
  z-index: 1;
  padding: 10px 6px;
}

.cChannel__label{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 800;
  margin-bottom: 6px;
}

.cChannel__value{
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--accent);
  text-decoration: none;
  display: inline-block;
  transition: opacity var(--transition), transform var(--transition);
}

.cChannel__value:hover{
  opacity: .75;
  transform: translateY(-1px);
}

.cChannel__hint{
  margin-top: 6px;
  color: var(--text-light);
  line-height: 1.55;
  font-size: .95rem;
}

.cDivider{
  height: 1px;
  margin: 10px 0;
  background: linear-gradient(90deg, transparent, rgba(99,106,114,.25), transparent);
}

.contactPro__ctaRow{
  position: relative;
  z-index: 1;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 14px;
}

.contactPro__fine{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(55,60,68,.88);
  line-height: 1.6;
  font-size: .95rem;
}

/* Responsive */
@media (max-width: 980px){
  .contactPro__wrap{
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   FOOTER PRO (REDISE�O)
========================================================= */

.footerPro{
  border-top: 1px solid rgba(140,150,165,.22);
  background:
    radial-gradient(900px 520px at 10% -10%, rgba(255,255,255,.75), transparent 60%),
    radial-gradient(900px 520px at 90% 0%, rgba(255,255,255,.50), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f4f6fa 100%);
}

.footerPro__grid{
  display:grid;
  grid-template-columns: 1.2fr .9fr 1fr;
  gap: 18px;
  padding: 34px 0 26px;
}

.footerPro__logo{
  height: 40px;
  width: auto;
  display:block;
}

.footerPro__tagline{
  margin: 10px 0 0;
  color: var(--text-light);
  line-height: 1.6;
}

.footerPro__mini{
  margin-top: 14px;
  display:grid;
  gap: 10px;
}

.footerMini{
  display:flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}

.footerMini__k{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(99,106,114,.85);
  font-weight: 800;
}

.footerMini__v{
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  transition: opacity var(--transition);
}

.footerMini__v:hover{ opacity: .75; }

.footerPro__title{
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 10px;
  letter-spacing: .02em;
}

.footerPro__links{
  display:grid;
  gap: 8px;
}

.footerPro__links a{
  color: var(--text-light);
  padding: 8px 10px;
  border-radius: 12px;
  transition: background var(--transition), color var(--transition);
}

.footerPro__links a:hover{
  background: rgba(99,106,114,.06);
  color: var(--text);
}

.footerPro__text{
  color: var(--text-light);
  line-height: 1.7;
}

.footerPro__cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.footerPro__bottom{
  border-top: 1px solid rgba(140,150,165,.22);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(8px);
}

.footerPro__bottomInner{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 0;
  color: rgba(99,106,114,.92);
  font-weight: 600;
}

.footerPro__sep{ opacity: .65; }

@media (max-width: 980px){
  .footerPro__grid{
    grid-template-columns: 1fr;
  }
  .footerPro__bottomInner{
    justify-content: flex-start;
  }
}

.nav__cta {
  margin-left: 8px;
}

.nav__whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav__whatsappIcon {
  display: flex;
  align-items: center;
}

.nav__whatsappNumber {
  font-weight: 600;
  margin-left: 6px;
}

@media (max-width: 768px) {
  .nav__whatsappNumber {
    display: none; /* en mobile solo texto + icono */
  }
}

.header{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  transform: none !important;
}

/* Compensa la altura del header */
body{
  padding-top: 71px; /* ajustá a la altura real de tu header */
}

#servicios{
  scroll-margin-top: 100px;
}

#metodo{
  scroll-margin-top: 50px;
}

#casos-exito{
  scroll-margin-top: 50px;
}

#contacto{
  scroll-margin-top: 70px;
}

#top{
  position: relative;
  scroll-margin-top: 200px; /* mismo offset que venís usando */
}

@media (max-width: 768px){
  .footerPro__col{
    display: none;
  }
}


/* =========================
   MOBILE NAV: MINIMAL + CTA WhatsApp destacado
========================= */
@media (max-width: 760px){

  /* Panel del menú (simple, limpio) */
  .nav__menu{
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px; /* ajustá si tu header es más alto */
    width: auto;

    display: none;
    flex-direction: column;
    align-items: stretch;

    padding: 10px 8px;
    gap: 2px;

    background: rgba(255,255,255);
    border: 1px solid rgba(140,150,165,.18);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(30,40,60,.14);

    z-index: 2147483647;
  }

  .nav__menu.isOpen{ display: flex; }

  /* Evita superposiciones raras por estilos heredados */
  .nav__menu li{
    margin: 0;
    padding: 0;
  }

  /* Links: SIN fondo, SIN borde (minimal) */
  .nav__menu a{
    display: flex;
    align-items: center;

    padding: 12px 12px;
    border-radius: 14px;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: var(--accent);
    font-weight: 700;

    line-height: 1.2;
  }

  .nav__menu a:hover{
    background: rgba(59,63,70,.06) !important; /* apenas un hover */
  }

  /* CTA WhatsApp: ÚNICO destacado */
  .nav__menu .nav__cta a,
  .nav__menu .nav__cta .btn{
    margin-top: 6px;

    background: var(--brand2) !important; /* o var(--brand) si preferís naranja */
    color: #fff !important;

    border: 0 !important;
    box-shadow: 0 12px 28px rgba(109, 40, 217, .22) !important;

    justify-content: center;
    font-weight: 800;
  }

  /* WhatsApp: icono + texto alineado */
  .nav__whatsapp{
    gap: 10px;
  }

  .nav__whatsappIcon{
    display: inline-flex;
    align-items: center;
  }

  /* En mobile mostramos el número (si querés) */
  .nav__whatsappNumber{
    display: inline;
    font-weight: 800;
    margin-left: 6px;
  }
}

.blogHero{
      padding: 42px 0 22px;
      background:
        radial-gradient(900px 520px at 10% 0%, rgba(242, 90, 26, .08), transparent 55%),
        radial-gradient(900px 520px at 90% 10%, rgba(109, 40, 217, .08), transparent 55%);
      border-bottom: 1px solid rgba(140,150,165,.18);
    }
    .blogHero__grid{
      display:grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
      align-items: end;
    }
    .blogHero h1{
      margin: 0 0 8px;
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      color: var(--accent);
      letter-spacing: -.01em;
    }
    .blogHero p{ margin: 0; color: var(--text-light); line-height: 1.7; }
    .blogSearch{
      display:flex;
      gap: 10px;
      justify-content: flex-end;
      flex-wrap: wrap;
      align-items: center;
    }
    .blogSearch input{ width: min(380px, 100%); }
    .blogSearch .select{
      min-width: 140px;
      height: 40px;
      border-radius: 12px;
      border: 1px solid rgba(140,150,165,.35);
      padding: 0 10px;
      background: #fff;
    }

    .sectionTitle{
      display:flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 12px;
      margin-top: 18px;
    }
    .sectionTitle h2{
      margin: 0;
      color: var(--accent);
      letter-spacing: -.01em;
      font-size: 1.35rem;
    }
    .sectionTitle .muted{
      color: var(--text-light);
      font-weight: 600;
      font-size: .95rem;
    }

    .postGrid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
      margin-top: 14px;
    }
    .postGrid--4{
      grid-template-columns: repeat(4, minmax(0,1fr));
    }

    .postCard{
      border:1px solid var(--b);
      background: var(--card);
      border-radius: var(--radius);
      overflow:hidden;
      box-shadow: var(--shadow-sm);
      transition: transform var(--transition), box-shadow var(--transition);
      display:flex;
      flex-direction: column;
      min-height: 100%;
    }
    .postCard:hover{ transform: translateY(-2px); box-shadow: var(--shadow); }
    .postCover{
      width: 100%;
      aspect-ratio: 16/9;
      background: rgba(99,106,114,.06);
      border-bottom: 1px solid rgba(140,150,165,.18);
      overflow:hidden;
      display:block;
    }
    .postCover img{ width:100%; height:100%; object-fit:cover; display:block; }

    .postBody{ padding: 16px; display:flex; flex-direction: column; gap: 10px; }
    .postMeta{
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      font-size: 12.5px;
      color: rgba(99,106,114,.92);
      font-weight: 700;
      align-items: center;
    }
    .badgeTipo{
      display:inline-flex;
      align-items:center;
      height: 22px;
      padding: 0 10px;
      border-radius: 999px;
      border: 1px solid rgba(140,150,165,.35);
      background: rgba(99,106,114,.06);
      color: rgba(30,41,59,.92);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .01em;
    }
    .postTitle{
      margin: 0;
      font-size: 1.05rem;
      color: var(--accent);
      line-height: 1.25;
      letter-spacing: -.01em;
    }
    .postTitle a{ color: inherit; text-decoration: none; }
    .postTitle a:hover{ text-decoration: underline; }
    .postExcerpt{
      margin: 0;
      color: var(--text-light);
      line-height: 1.7;
    }
    .postActions{ margin-top: auto; display:flex; gap:10px; flex-wrap: wrap; }
    .pager{
      margin-top: 16px;
      display:flex;
      gap: 10px;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
    }

    .listPanel{
      margin-top: 16px;
      border: 1px solid rgba(140,150,165,.25);
      background: rgba(255,255,255,.7);
      border-radius: 16px;
      padding: 14px;
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    .listPanel__left, .listPanel__right{
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
    }
    .listPanel label{
      font-weight: 800;
      color: var(--accent);
      font-size: .95rem;
    }

    .postDetail{
      margin-top: 18px;
      border:1px solid var(--b);
      background: var(--card);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .postDetail__cover{
      aspect-ratio: 21/9;
      background: rgba(99,106,114,.06);
      border-bottom: 1px solid rgba(140,150,165,.18);
    }
    .postDetail__cover img{ width:100%; height:100%; object-fit: cover; display:block; }
    .postDetail__inner{ padding: 18px; }
    .postDetail__inner h1{
      margin: 0 0 8px;
      color: var(--accent);
      letter-spacing: -.01em;
      font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    }
    .postContent{ margin-top: 14px; color: var(--text); line-height: 1.85; }
    .postContent p{ color: var(--text); }
    .postContent h2, .postContent h3{
      margin-top: 22px;
      margin-bottom: 10px;
      color: var(--accent);
      letter-spacing: -.01em;
    }
    .postContent a{ text-decoration: underline; }

    @media (max-width: 1100px){
      .postGrid--4{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 980px){
      .blogHero__grid{ grid-template-columns: 1fr; }
      .blogSearch{ justify-content: flex-start; }
      .postGrid{ grid-template-columns: 1fr; }
      .postDetail__cover{ aspect-ratio: 16/9; }
      .listPanel{ flex-direction: column; align-items: stretch; }
      .listPanel__left, .listPanel__right{ justify-content: flex-start; }
      .blogSearch input{ width: 100%; }
      .blogSearch .select{ width: 100%; }
    }
    
    /* ===== HISTÓRICO EN LISTA HORIZONTAL ===== */
.historyList{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.historyItem{
  border: 1px solid rgba(140,150,165,.18);
  background: rgba(255,255,255,.92);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 16px;
  align-items: stretch;
  transition: transform .18s ease, box-shadow .18s ease;
}

.historyItem:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

.historyCover{
  display:block;
  width:100%;
  height:100%;
  min-height: 140px;
  background: rgba(99,106,114,.06);
  overflow:hidden;
}

.historyCover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.historyBody{
  padding: 14px 0;
  display:flex;
  flex-direction: column;
  min-width: 0; /* importante para ellipsis */
}

.historyMeta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  font-size: 12.5px;
  font-weight: 800;
  color: rgba(99,106,114,.92);
  margin-bottom: 10px;
}

.historyTitle{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--accent);
  letter-spacing: -.01em;
}

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

.historyTitle a:hover{
  text-decoration: underline;
}

.historyEx{
  margin: 10px 0 0;
  color: var(--text-light);
  line-height: 1.65;
  font-size: .93rem;
  max-width: 92ch;
}

.historyActions{
  padding: 14px 16px 14px 0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  white-space: nowrap;
}

@media (max-width: 900px){
  .historyItem{
    grid-template-columns: 160px 1fr;
    grid-template-areas:
      "cover body"
      "cover actions";
  }
  .historyCover{ grid-area: cover; min-height: 120px; }
  .historyBody{ grid-area: body; padding: 14px 0 0; }
  .historyActions{ grid-area: actions; padding: 10px 16px 14px 0; justify-content:flex-start; }
}

@media (max-width: 520px){
  .historyItem{
    grid-template-columns: 1fr;
    grid-template-areas:
      "cover"
      "body"
      "actions";
  }
  .historyCover{ min-height: 170px; }
  .historyBody{ padding: 14px 16px 0; }
  .historyActions{ padding: 10px 16px 16px; }
}