/* @id cronuts-talento-single-overrides */
/* Fix back link choca con eyebrow — block-level + spacing */
.t-hero__back{display:flex!important;width:max-content;margin-bottom:32px}
.t-hero .eyebrow{margin-top:0}
.t-hero__pill{padding:12px 18px;gap:10px;flex-wrap:wrap}
.t-hero__pill-label{display:inline-block;margin-right:2px}

/* Fix header CTA — color:inherit de .single-talento a anula blanco original.
   Restituye blanco a botones primarios + drawer CTA + lang switcher. */
.single-talento .site-nav .btn,
.single-talento .site-nav .btn--primary,
.single-talento .btn--primary,
.single-talento .mobile-drawer__cta{color:#fff!important}
.single-talento .lang-pill__item,
.single-talento .lang-pill__item.is-active{color:#fff!important}

.t-process h2,.t-offer h2{margin-top:8px}
/* @id cronuts-ui-final-overrides */
/* ============================================================
   Cronuts UI Final Overrides — last in cascade. !important.
   v1.5.0: skip-link + screen-reader-text hidden inline.
   ============================================================ */

/* GLOBAL: skip/screen-reader links — hidden until focused */
:where(html) .skip-link,
:where(html) .screen-reader-text{
  clip:rect(1px,1px,1px,1px)!important;
  clip-path:inset(50%)!important;
  height:1px!important;
  width:1px!important;
  margin:-1px!important;
  overflow:hidden!important;
  padding:0!important;
  position:absolute!important;
  word-wrap:normal!important
}
:where(html) .skip-link:focus,
:where(html) .screen-reader-text:focus{
  clip:auto!important;
  clip-path:none!important;
  display:block!important;
  height:auto!important;
  width:auto!important;
  margin:0!important;
  overflow:visible!important;
  position:fixed!important;
  top:1rem!important;
  left:1rem!important;
  z-index:100000!important;
  background:#fff!important;
  color:#000!important;
  padding:.5rem 1rem!important;
  border-radius:4px!important
}

/* 0. Canvas: body light, sections plain transparent (non-sector pages only) */
html, body{ background:#E0E5EC!important; color:#242424 }
:where(html) main, :where(html) #main, :where(html) body > main{
  background:transparent!important
}
:where(html) section.section:not(.section--dark):not([data-ti-section]):not(#opiniones):not(.cta-dark):not(.hero){
  background:transparent!important
}

/* 1. Botones — pill style global (border-radius 999px) */
:where(html) .btn,
:where(html) a.btn,
:where(html) button.btn,
:where(html) .btn--primary,
:where(html) .btn--secondary,
:where(html) .btn--ghost,
:where(html) .btn--light,
:where(html) .btn--large,
:where(html) .btn--dark-primary,
:where(html) .btn--dark-secondary,
:where(html) .btn--outline,
:where(html) .btn--tertiary,
:where(html) .ctc-submit,
:where(html) .ctc-calendly,
:where(html) input[type="submit"],
:where(html) button[type="submit"]{
  border-radius:999px!important
}

/* 2. Hero — primary CTA (rojo solido pill) */
:where(html) .btn.btn--dark-primary{
  background:#e6243f!important;
  color:#fff!important;
  border:1.5px solid transparent!important;
  box-shadow:0 4px 16px rgba(230,36,63,.35),inset 0 1px 0 rgba(255,255,255,.15)!important
}
:where(html) .btn.btn--dark-primary:hover{
  background:#c01e35!important;
  color:#fff!important;
  box-shadow:0 6px 22px rgba(230,36,63,.5),inset 0 1px 0 rgba(255,255,255,.2)!important;
  transform:translateY(-1px)
}

/* 3. Hero — secondary ghost (borde 70% alpha) */
:where(html) .btn.btn--dark-secondary{
  background:transparent!important;
  border:1.5px solid rgba(255,255,255,.7)!important;
  color:#fff!important;
  box-shadow:none!important
}
:where(html) .btn.btn--dark-secondary:hover{
  background:rgba(255,255,255,.12)!important;
  border-color:#fff!important;
  color:#fff!important;
  transform:translateY(-1px)
}

/* 4. Header pill CTA — primary rojo siempre */
:where(html) .site-header__pill .btn,
:where(html) .site-header__pill .btn--primary{
  background:#e6243f!important;
  color:#fff!important;
  border:1px solid rgba(230,36,63,.5)!important;
  box-shadow:0 2px 10px rgba(230,36,63,.3),inset 0 1px 0 rgba(255,255,255,.12)!important
}
:where(html) .site-header__pill .btn:hover,
:where(html) .site-header__pill .btn--primary:hover{
  background:#c01e35!important;
  color:#fff!important;
  border-color:rgba(230,36,63,.7)!important;
  box-shadow:0 3px 14px rgba(230,36,63,.45),inset 0 1px 0 rgba(255,255,255,.18)!important
}

/* 5. Service cards */
:where(html) .service-card{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.06)!important;
  color:#242424!important;
  box-shadow:0 12px 32px rgba(17,24,39,.06),0 2px 8px rgba(17,24,39,.04)!important;
  border-radius:14px!important
}
:where(html) .service-card:hover{
  border-color:rgba(230,36,63,.3)!important;
  transform:translateY(-2px);
  box-shadow:0 24px 56px rgba(17,24,39,.09),0 6px 18px rgba(17,24,39,.05)!important
}
:where(html) .service-card .service-card__title{ color:#242424!important }
:where(html) .service-card .service-card__eyebrow{ color:#e6243f!important }
:where(html) .service-card .service-card__desc,
:where(html) .service-card .service-card__description{ color:#545760!important }
:where(html) .service-card .service-card__link{ color:#e6243f!important; font-weight:600!important }
:where(html) .service-card .service-card__foot{ border-top-color:rgba(36,36,36,.08)!important }
:where(html) .service-card .service-card__icon{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.08)!important;
  color:#e6243f!important
}
:where(html) .service-card .service-card__arrow{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.12)!important;
  color:#242424!important;
  border-radius:999px!important
}
:where(html) .service-card:hover .service-card__arrow{
  background:#e6243f!important;
  border-color:#e6243f!important;
  color:#fff!important
}

/* 6. Section titles — light context */
:where(html) .section .section__title{ color:#242424 }
:where(html) .section .section__title em{ color:#e6243f; font-style:normal }
:where(html) .section .eyebrow{ color:#e6243f }
:where(html) .section .section__lead{ color:#545760 }

/* 7. Dark sections */
:where(html) .section--dark,
:where(html) [data-ti-section],
:where(html) #opiniones{ color:#fff!important }
:where(html) .section--dark .section__title,
:where(html) [data-ti-section] .section__title,
:where(html) #opiniones .section__title{ color:#fff!important }
:where(html) .section--dark .section__title em,
:where(html) [data-ti-section] .section__title em,
:where(html) #opiniones .section__title em{ color:#e6243f!important; font-style:normal }
:where(html) .section--dark .section__lead,
:where(html) [data-ti-section] .section__lead,
:where(html) #opiniones .section__lead{ color:rgba(255,255,255,.72)!important }
:where(html) .section--dark .eyebrow,
:where(html) [data-ti-section] .eyebrow,
:where(html) #opiniones .eyebrow{ color:#e6243f!important }

/* 8. Stats band */
:where(html) .stats-band .stat{
  background:#fff!important;
  color:#242424!important;
  border-radius:14px!important;
  box-shadow:0 12px 32px rgba(17,24,39,.06),0 2px 8px rgba(17,24,39,.04)!important
}
:where(html) .stats-band .stat__n{ color:#242424!important }
:where(html) .stats-band .stat__n em{ color:#e6243f!important; font-style:normal }
:where(html) .stats-band .stat__lbl{ color:#545760!important }
/* @id cronuts-talento-css */
:root{
	--bg:#E0E5EC;--bg-2:#eaeef4;--ink:#1a1a1c;--ink2:#545760;--ink3:#7a7f8a;--red:#E6243F;--red-2:#f43a55;--dark:#0f0f10;--dark-2:#161618;--dark-3:#1d1d20;--line:rgba(36,36,36,.08);--light:#fff;
	--nm:-6px -6px 16px 0 rgba(255,255,255,1),6px 6px 16px 0 rgba(163,177,198,.55);
	--nm-lg:-10px -10px 24px 0 rgba(255,255,255,1),10px 10px 24px 0 rgba(163,177,198,.55);
	--nm-in:inset 2px 2px 5px 0 rgba(163,177,198,.5),inset -2px -2px 5px 0 rgba(255,255,255,1);
	--nmd:-6px -6px 14px 0 rgba(58,58,58,.55),8px 8px 20px 0 rgba(0,0,0,.6);
	--font-display:'Poppins',system-ui,sans-serif;--font-body:'Inter',system-ui,sans-serif;--font-mono:'JetBrains Mono',ui-monospace,Menlo,monospace;
}
.archive-talento,.single-talento{background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}
.archive-talento *,.single-talento *{box-sizing:border-box}
.archive-talento a,.single-talento a{text-decoration:none;color:inherit}
.talento-container{width:100%;max-width:1320px;margin:0 auto;padding:0 28px}

/* Section index — ribbon mono */
.t-section-index{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--ink3);display:inline-flex;align-items:center;gap:10px;margin:0 0 16px}
.t-section-index::before{content:"";width:24px;height:1px;background:var(--red)}

.archive-talento .eyebrow,.single-talento .eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65);margin:0;background:transparent;padding:0}
.archive-talento .eyebrow::before,.single-talento .eyebrow::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--red);box-shadow:0 0 0 3px rgba(230,36,63,.18),0 0 14px rgba(230,36,63,.5);animation:eyebrowPulse 2.4s ease-in-out infinite}
@keyframes eyebrowPulse{0%,100%{box-shadow:0 0 0 3px rgba(230,36,63,.18),0 0 14px rgba(230,36,63,.5)}50%{box-shadow:0 0 0 6px rgba(230,36,63,.08),0 0 22px rgba(230,36,63,.65)}}

/* BOTONES */
.t-btn{display:inline-flex!important;align-items:center;gap:10px;padding:15px 24px;border-radius:999px;font-family:var(--font-display);font-size:14px;font-weight:700;border:0;cursor:pointer;text-decoration:none!important;transition:transform .25s,box-shadow .25s,background .25s,color .25s,border-color .25s;line-height:1;letter-spacing:-.005em}
.t-btn:hover{transform:translateY(-2px)}
.t-btn--primary{background:var(--red)!important;color:#fff!important;box-shadow:0 12px 28px rgba(230,36,63,.32)}
.t-btn--primary:hover{background:var(--red-2)!important;color:#fff!important;box-shadow:0 18px 36px rgba(230,36,63,.42)}
.t-btn--secondary{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;backdrop-filter:blur(8px)}
.t-btn--secondary:hover{background:rgba(255,255,255,.16)!important;color:#fff!important;border-color:rgba(255,255,255,.32)!important}
.t-btn--ghost{background:transparent!important;color:var(--ink)!important;padding:12px 18px}
.t-btn--ghost:hover{color:var(--red)!important}
.t-btn i{width:16px;height:16px}

/* HERO */
.t-hero{position:relative;overflow:hidden;padding:140px 0 88px;background:radial-gradient(circle at 78% 14%,rgba(230,36,63,.22),transparent 24%),radial-gradient(circle at 12% 82%,rgba(255,255,255,.05),transparent 26%),linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 58%,var(--dark-3) 100%);color:#fff}
.t-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.18) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 140px);opacity:.6;pointer-events:none}
.t-hero__inner{position:relative;z-index:2}
.t-hero__back{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;color:rgba(255,255,255,.55);margin-bottom:24px;transition:color .2s,gap .2s;letter-spacing:.02em}
.t-hero__back:hover{color:#fff;gap:10px}
.t-hero__back i{width:14px;height:14px}
.t-hero__title{font-family:var(--font-display);font-size:clamp(42px,6.4vw,82px);line-height:.92;letter-spacing:-.045em;margin:18px 0 18px;max-width:18ch;color:#fff;font-weight:800}
.t-hero__lede{font-size:clamp(16px,1.55vw,20px);line-height:1.55;color:rgba(255,255,255,.78);margin:0;max-width:62ch;font-weight:400}
.t-hero__meta{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0 0}
.t-hero__pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:600;color:#fff;letter-spacing:.01em;backdrop-filter:blur(6px)}
.t-hero__pill i{width:13px;height:13px;color:var(--red)}
.t-hero__pill-label{color:rgba(255,255,255,.55);font-weight:500;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.t-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}

/* Stats band hero */
.t-hero__stats{display:flex;flex-wrap:wrap;gap:0;margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.08)}
.t-hero__stat{padding:0 32px 0 0;margin-right:32px;border-right:1px solid rgba(255,255,255,.08);min-width:140px}
.t-hero__stat:last-child{border-right:0;padding-right:0;margin-right:0}
.t-hero__stat-num{font-family:var(--font-display);font-size:36px;font-weight:700;line-height:1;color:#fff;letter-spacing:-.03em;display:flex;align-items:baseline;gap:2px}
.t-hero__stat-num em{font-style:normal;color:var(--red);font-size:24px}
.t-hero__stat-label{margin-top:8px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.55)}

/* FILTROS */
.t-filters{padding:48px 0 16px}
.t-filters__inner{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.t-filters__label{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);margin-right:12px}
.t-filter{padding:11px 18px;border-radius:999px;background:#fff;box-shadow:var(--nm);font-family:var(--font-display);font-size:13px;font-weight:500;color:var(--ink2);cursor:pointer;border:0;transition:transform .22s,box-shadow .22s,color .22s,background .22s;letter-spacing:-.005em}
.t-filter:hover{transform:translateY(-2px);box-shadow:var(--nm-lg);color:var(--ink)}
.t-filter.is-active{background:var(--red);color:#fff;box-shadow:0 12px 26px rgba(230,36,63,.32)}

/* ARCHIVE GRID */
.t-archive__count{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);margin:32px 0 16px}
.t-archive__count em{font-style:normal;color:var(--ink);font-weight:700}
.t-archive__grid{list-style:none;padding:0;margin:8px 0 80px;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:22px}
.t-card{position:relative;padding:34px;border-radius:26px;background:var(--bg);box-shadow:var(--nm);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s;display:flex;flex-direction:column;gap:16px;min-height:300px}
.t-card:hover{transform:translateY(-6px);box-shadow:var(--nm-lg)}
.t-card::before{content:"";position:absolute;top:0;left:34px;right:34px;height:2px;background:linear-gradient(90deg,var(--red),transparent 70%);border-radius:2px}
.t-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.t-card__num{display:inline-flex;width:32px;height:32px;border-radius:8px;background:var(--red);color:#fff;font-family:var(--font-display);font-size:12px;font-weight:700;align-items:center;justify-content:center;letter-spacing:-.02em;font-feature-settings:"tnum"}
.t-card__dept{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3)}
.t-card__title{font-family:var(--font-display);font-size:22px;letter-spacing:-.02em;margin:0;color:var(--ink);line-height:1.2;font-weight:700}
.t-card__title a{color:inherit;background-image:linear-gradient(var(--red),var(--red));background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s,color .3s}
.t-card__title a:hover{color:var(--red);background-size:100% 1px}
.t-card__excerpt{font-size:14.5px;color:var(--ink2);margin:0;line-height:1.6}
.t-card__meta{margin:auto 0 0;display:flex;flex-wrap:wrap;gap:6px}
.t-card__chip{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:999px;background:#fff;box-shadow:var(--nm-in);font-size:11px;color:var(--ink2);font-weight:500;font-family:var(--font-display);letter-spacing:-.005em}
.t-card__chip i{width:11px;height:11px;color:var(--red)}
.t-card__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--red);margin-top:6px;letter-spacing:-.005em}
.t-card__cta i{width:14px;height:14px;transition:transform .25s}
.t-card:hover .t-card__cta i{transform:translateX(5px)}
.t-archive__empty{text-align:center;padding:80px 16px;color:var(--ink3);font-size:16px}

/* SINGLE detail */
.t-detail{padding:64px 0 96px}
.t-detail__grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(360px,1fr);gap:52px;align-items:start}
.t-detail__main{padding:44px;border-radius:30px;background:var(--bg);box-shadow:var(--nm)}
.t-detail__intro{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--line)}
.t-detail__body{font-size:15.5px;color:var(--ink2);line-height:1.75}
.t-detail__body p{margin:0 0 16px}
.t-detail__body ul,.t-detail__body ol{margin:0 0 24px;padding-left:24px}
.t-detail__body li{margin:0 0 8px}
.t-detail__body strong{color:var(--ink);font-weight:700}
.t-detail__body h2{font-family:var(--font-display);font-size:24px;letter-spacing:-.02em;margin:36px 0 16px;color:var(--ink);font-weight:700;line-height:1.2}
.t-detail__body h3{font-family:var(--font-display);font-size:18px;font-weight:700;margin:28px 0 12px;color:var(--ink)}
.t-detail__body a{color:var(--red);font-weight:500;border-bottom:1px solid rgba(230,36,63,.3);transition:border-color .2s}
.t-detail__body a:hover{border-color:var(--red)}

/* List enriched */
.t-list{display:grid;gap:14px;margin:18px 0 8px;padding:0;list-style:none}
.t-list__item{display:grid;grid-template-columns:36px 1fr;gap:16px;padding:20px 24px;border-radius:18px;background:#fff;box-shadow:var(--nm-in);align-items:start;transition:transform .25s,box-shadow .25s}
.t-list__item:hover{transform:translateX(4px)}
.t-list__num{display:inline-flex;width:30px;height:30px;border-radius:8px;background:var(--red);color:#fff;font-family:var(--font-display);font-size:12px;font-weight:700;align-items:center;justify-content:center;letter-spacing:-.02em;font-feature-settings:"tnum"}
.t-list__text{font-size:14.5px;line-height:1.65;color:var(--ink)}

/* APPLY card */
.t-apply{position:sticky;top:32px;border-radius:30px;padding:36px;background:linear-gradient(135deg,var(--dark-2) 0%,var(--dark-3) 100%);color:#fff;box-shadow:var(--nmd);overflow:hidden;z-index:1}
.t-apply::before{content:"";position:absolute;right:-100px;top:-100px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(230,36,63,.32) 0%,transparent 68%);pointer-events:none}
.t-apply__inner{position:relative;z-index:2}
.t-apply__index{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin:0 0 12px;display:inline-flex;align-items:center;gap:10px}
.t-apply__index::before{content:"";width:24px;height:1px;background:var(--red)}
.t-apply h2{font-family:var(--font-display);font-size:26px;letter-spacing:-.02em;margin:0 0 10px;color:#fff;font-weight:700;line-height:1.15}
.t-apply__lede{font-size:14px;line-height:1.55;color:rgba(255,255,255,.72);margin:0 0 24px}

.cf-form{display:flex;flex-direction:column;gap:14px}
.cf-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:rgba(255,255,255,.92)}
.cf-form label>span{text-transform:uppercase;font-size:10px;letter-spacing:.12em;color:rgba(255,255,255,.5);font-weight:600;font-family:var(--font-mono)}
.cf-form input[type=text],.cf-form input[type=email],.cf-form input[type=url],.cf-form textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px 16px;color:#fff;font:inherit;font-size:14px;width:100%;transition:border-color .16s,background .16s}
.cf-form input:focus,.cf-form textarea:focus{outline:none;border-color:var(--red);background:rgba(255,255,255,.09);box-shadow:0 0 0 3px rgba(230,36,63,.18)}
.cf-form textarea{min-height:88px;resize:vertical;font-family:inherit}
.cf-form__cf{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:20px;margin:6px 0;display:flex;flex-direction:column;gap:18px}
.cf-form__cf legend{font-family:var(--font-mono);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--red);padding:0 8px}
.cf-form__q{display:flex;flex-direction:column;gap:8px}
.cf-form__q label{font-size:13.5px;color:rgba(255,255,255,.92);font-weight:500;text-transform:none;letter-spacing:0}
.cf-form__q input[type=range]{accent-color:var(--red)}
.cf-form__opt{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;padding:6px 0;font-size:13.5px;cursor:pointer;color:rgba(255,255,255,.85);font-weight:500;text-transform:none;letter-spacing:0}
.cf-form__opt input{accent-color:var(--red);margin:0}
.cf-form__consent{flex-direction:row!important;align-items:flex-start;gap:10px;font-size:12.5px;line-height:1.55;color:rgba(255,255,255,.72);font-weight:400;text-transform:none;letter-spacing:0}
.cf-form__consent input{margin-top:2px;accent-color:var(--red)}
.cf-form button[type=submit]{background:var(--red);color:#fff;border:0;border-radius:999px;padding:15px 24px;font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:-.005em;cursor:pointer;transition:transform .16s,background .16s,box-shadow .16s;margin-top:8px;display:inline-flex;align-items:center;gap:10px;justify-content:center;box-shadow:0 12px 28px rgba(230,36,63,.32)}
.cf-form button[type=submit]:hover{background:var(--red-2);transform:translateY(-1px);box-shadow:0 16px 36px rgba(230,36,63,.42)}
.cf-form button[type=submit]:disabled{opacity:.55;cursor:not-allowed;transform:none}
.cf-form__status{margin:8px 0 0;font-size:12.5px;min-height:1.4em;color:rgba(255,255,255,.85)}
.cf-form__status.is-error{color:#ff8090}
.cf-form__status.is-success{color:#7ad19a}

.t-closed{padding:32px;border-radius:24px;background:var(--bg);box-shadow:var(--nm-in);color:var(--ink2);font-size:14px;line-height:1.6}

/* PROCESS timeline (single) */
.t-process{padding:80px 0 0}
.t-process__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:24px}
.t-process__step{padding:28px;border-radius:22px;background:var(--bg);box-shadow:var(--nm);position:relative;transition:transform .25s,box-shadow .25s}
.t-process__step:hover{transform:translateY(-4px);box-shadow:var(--nm-lg)}
.t-process__step-num{font-family:var(--font-mono);font-size:11px;font-weight:500;color:var(--red);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;display:inline-flex;align-items:center;gap:8px}
.t-process__step-num::before{content:"";width:18px;height:1px;background:var(--red)}
.t-process__step-title{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--ink);margin:0 0 6px;letter-spacing:-.01em}
.t-process__step-desc{font-size:13.5px;color:var(--ink2);margin:0;line-height:1.55}

/* OFFER cards (single) */
.t-offer{padding:60px 0 0}
.t-offer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:24px}
.t-offer__card{padding:30px;border-radius:22px;background:#fff;box-shadow:var(--nm);transition:transform .25s,box-shadow .25s}
.t-offer__card:hover{transform:translateY(-4px);box-shadow:var(--nm-lg)}
.t-offer__icon{width:42px;height:42px;border-radius:12px;background:var(--bg);box-shadow:var(--nm-in);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.t-offer__icon i{width:20px;height:20px;color:var(--red)}
.t-offer__title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--ink);margin:0 0 6px;letter-spacing:-.01em;line-height:1.3}
.t-offer__desc{font-size:13.5px;color:var(--ink2);margin:0;line-height:1.55}

/* CTA band */
.t-cta-band{padding:64px 0 100px}
.t-cta-card{border-radius:32px;padding:64px 48px;background:linear-gradient(135deg,var(--dark-2) 0%,var(--dark-3) 100%);color:#fff;box-shadow:var(--nmd);position:relative;overflow:hidden;text-align:center}
.t-cta-card::before{content:"";position:absolute;right:-100px;top:-100px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(230,36,63,.32) 0%,transparent 68%);pointer-events:none}
.t-cta-card::after{content:"";position:absolute;left:-100px;bottom:-100px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 68%);pointer-events:none}
.t-cta-card__index{position:relative;z-index:2;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin:0 0 14px;display:inline-flex;align-items:center;gap:10px}
.t-cta-card__index::before{content:"";width:24px;height:1px;background:var(--red)}
.t-cta-card__text{font-family:var(--font-display);font-size:clamp(26px,3.4vw,40px);letter-spacing:-.035em;line-height:1.12;margin:0 auto 28px;max-width:28ch;position:relative;z-index:2;font-weight:700;color:#fff}
.t-cta-card__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;position:relative;z-index:2}

@media(max-width:960px){
	.t-hero{padding:108px 0 64px}
	.t-hero__stats{margin-top:36px;padding-top:24px;flex-direction:column;gap:20px}
	.t-hero__stat{padding:0 0 20px;margin:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
	.t-hero__stat:last-child{border-bottom:0;padding-bottom:0}
	.t-detail__grid{grid-template-columns:1fr;gap:32px}
	.t-apply{position:static}
	.t-cta-card{padding:44px 28px}
}
/* @id cronuts-talento-single-overrides */
/* Fix back link choca con eyebrow — block-level + spacing */
.t-hero__back{display:flex!important;width:max-content;margin-bottom:32px}
.t-hero .eyebrow{margin-top:0}
.t-hero__pill{padding:12px 18px;gap:10px;flex-wrap:wrap}
.t-hero__pill-label{display:inline-block;margin-right:2px}

/* Fix header CTA — color:inherit de .single-talento a anula blanco original.
   Restituye blanco a botones primarios + drawer CTA + lang switcher. */
.single-talento .site-nav .btn,
.single-talento .site-nav .btn--primary,
.single-talento .btn--primary,
.single-talento .mobile-drawer__cta{color:#fff!important}
.single-talento .lang-pill__item,
.single-talento .lang-pill__item.is-active{color:#fff!important}

.t-process h2,.t-offer h2{margin-top:8px}
/* @id cronuts-ui-final-overrides */
/* ============================================================
   Cronuts UI Final Overrides — last in cascade. !important.
   v1.5.0: skip-link + screen-reader-text hidden inline.
   ============================================================ */

/* GLOBAL: skip/screen-reader links — hidden until focused */
:where(html) .skip-link,
:where(html) .screen-reader-text{
  clip:rect(1px,1px,1px,1px)!important;
  clip-path:inset(50%)!important;
  height:1px!important;
  width:1px!important;
  margin:-1px!important;
  overflow:hidden!important;
  padding:0!important;
  position:absolute!important;
  word-wrap:normal!important
}
:where(html) .skip-link:focus,
:where(html) .screen-reader-text:focus{
  clip:auto!important;
  clip-path:none!important;
  display:block!important;
  height:auto!important;
  width:auto!important;
  margin:0!important;
  overflow:visible!important;
  position:fixed!important;
  top:1rem!important;
  left:1rem!important;
  z-index:100000!important;
  background:#fff!important;
  color:#000!important;
  padding:.5rem 1rem!important;
  border-radius:4px!important
}

/* 0. Canvas: body light, sections plain transparent (non-sector pages only) */
html, body{ background:#E0E5EC!important; color:#242424 }
:where(html) main, :where(html) #main, :where(html) body > main{
  background:transparent!important
}
:where(html) section.section:not(.section--dark):not([data-ti-section]):not(#opiniones):not(.cta-dark):not(.hero){
  background:transparent!important
}

/* 1. Botones — pill style global (border-radius 999px) */
:where(html) .btn,
:where(html) a.btn,
:where(html) button.btn,
:where(html) .btn--primary,
:where(html) .btn--secondary,
:where(html) .btn--ghost,
:where(html) .btn--light,
:where(html) .btn--large,
:where(html) .btn--dark-primary,
:where(html) .btn--dark-secondary,
:where(html) .btn--outline,
:where(html) .btn--tertiary,
:where(html) .ctc-submit,
:where(html) .ctc-calendly,
:where(html) input[type="submit"],
:where(html) button[type="submit"]{
  border-radius:999px!important
}

/* 2. Hero — primary CTA (rojo solido pill) */
:where(html) .btn.btn--dark-primary{
  background:#e6243f!important;
  color:#fff!important;
  border:1.5px solid transparent!important;
  box-shadow:0 4px 16px rgba(230,36,63,.35),inset 0 1px 0 rgba(255,255,255,.15)!important
}
:where(html) .btn.btn--dark-primary:hover{
  background:#c01e35!important;
  color:#fff!important;
  box-shadow:0 6px 22px rgba(230,36,63,.5),inset 0 1px 0 rgba(255,255,255,.2)!important;
  transform:translateY(-1px)
}

/* 3. Hero — secondary ghost (borde 70% alpha) */
:where(html) .btn.btn--dark-secondary{
  background:transparent!important;
  border:1.5px solid rgba(255,255,255,.7)!important;
  color:#fff!important;
  box-shadow:none!important
}
:where(html) .btn.btn--dark-secondary:hover{
  background:rgba(255,255,255,.12)!important;
  border-color:#fff!important;
  color:#fff!important;
  transform:translateY(-1px)
}

/* 4. Header pill CTA — primary rojo siempre */
:where(html) .site-header__pill .btn,
:where(html) .site-header__pill .btn--primary{
  background:#e6243f!important;
  color:#fff!important;
  border:1px solid rgba(230,36,63,.5)!important;
  box-shadow:0 2px 10px rgba(230,36,63,.3),inset 0 1px 0 rgba(255,255,255,.12)!important
}
:where(html) .site-header__pill .btn:hover,
:where(html) .site-header__pill .btn--primary:hover{
  background:#c01e35!important;
  color:#fff!important;
  border-color:rgba(230,36,63,.7)!important;
  box-shadow:0 3px 14px rgba(230,36,63,.45),inset 0 1px 0 rgba(255,255,255,.18)!important
}

/* 5. Service cards */
:where(html) .service-card{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.06)!important;
  color:#242424!important;
  box-shadow:0 12px 32px rgba(17,24,39,.06),0 2px 8px rgba(17,24,39,.04)!important;
  border-radius:14px!important
}
:where(html) .service-card:hover{
  border-color:rgba(230,36,63,.3)!important;
  transform:translateY(-2px);
  box-shadow:0 24px 56px rgba(17,24,39,.09),0 6px 18px rgba(17,24,39,.05)!important
}
:where(html) .service-card .service-card__title{ color:#242424!important }
:where(html) .service-card .service-card__eyebrow{ color:#e6243f!important }
:where(html) .service-card .service-card__desc,
:where(html) .service-card .service-card__description{ color:#545760!important }
:where(html) .service-card .service-card__link{ color:#e6243f!important; font-weight:600!important }
:where(html) .service-card .service-card__foot{ border-top-color:rgba(36,36,36,.08)!important }
:where(html) .service-card .service-card__icon{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.08)!important;
  color:#e6243f!important
}
:where(html) .service-card .service-card__arrow{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.12)!important;
  color:#242424!important;
  border-radius:999px!important
}
:where(html) .service-card:hover .service-card__arrow{
  background:#e6243f!important;
  border-color:#e6243f!important;
  color:#fff!important
}

/* 6. Section titles — light context */
:where(html) .section .section__title{ color:#242424 }
:where(html) .section .section__title em{ color:#e6243f; font-style:normal }
:where(html) .section .eyebrow{ color:#e6243f }
:where(html) .section .section__lead{ color:#545760 }

/* 7. Dark sections */
:where(html) .section--dark,
:where(html) [data-ti-section],
:where(html) #opiniones{ color:#fff!important }
:where(html) .section--dark .section__title,
:where(html) [data-ti-section] .section__title,
:where(html) #opiniones .section__title{ color:#fff!important }
:where(html) .section--dark .section__title em,
:where(html) [data-ti-section] .section__title em,
:where(html) #opiniones .section__title em{ color:#e6243f!important; font-style:normal }
:where(html) .section--dark .section__lead,
:where(html) [data-ti-section] .section__lead,
:where(html) #opiniones .section__lead{ color:rgba(255,255,255,.72)!important }
:where(html) .section--dark .eyebrow,
:where(html) [data-ti-section] .eyebrow,
:where(html) #opiniones .eyebrow{ color:#e6243f!important }

/* 8. Stats band */
:where(html) .stats-band .stat{
  background:#fff!important;
  color:#242424!important;
  border-radius:14px!important;
  box-shadow:0 12px 32px rgba(17,24,39,.06),0 2px 8px rgba(17,24,39,.04)!important
}
:where(html) .stats-band .stat__n{ color:#242424!important }
:where(html) .stats-band .stat__n em{ color:#e6243f!important; font-style:normal }
:where(html) .stats-band .stat__lbl{ color:#545760!important }
/* @id cronuts-site-footer-css */
.site-footer{background:#121212;color:rgba(255,255,255,.85);padding:96px 0 48px;font-family:var(--font-body,"Inter",system-ui,sans-serif)}
.site-footer .container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
.site-footer__shell{background:#121212;border-radius:16px;padding:48px;box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 24px 64px rgba(0,0,0,.5);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
.site-footer .footer-eyebrow{font-family:var(--font-display,"Poppins",sans-serif);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:14px}
.site-footer .footer-col a{display:block;font-size:13px;padding:4px 0;color:rgba(255,255,255,.85);text-decoration:none;transition:color 160ms}
.site-footer .footer-col a:hover{color:#e6243f}
.site-footer .footer-brand{display:flex;flex-direction:column;gap:16px;max-width:320px}
.site-footer .footer-brand__lockup{display:flex;align-items:center;gap:12px;text-decoration:none}
.site-footer .footer-brand__eye{width:40px;height:40px;display:block;object-fit:contain;flex-shrink:0;background:transparent}
.site-footer .footer-brand__word{font-family:var(--font-display,"Poppins",sans-serif);font-weight:700;font-size:22px;line-height:1;letter-spacing:-.02em;color:#fff;display:inline-flex;align-items:baseline}
.site-footer .footer-brand__word .dot{color:#e6243f;padding:0 1px}
.site-footer .footer-brand p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.55;margin:0}
.site-footer .footer-socials{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}
.site-footer .footer-socials a{width:40px;height:40px;border-radius:999px;background:#1a1a1a;box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 4px 12px rgba(0,0,0,.4);display:grid;place-items:center;color:#fff;padding:0;transition:color 180ms,transform 180ms}
.site-footer .footer-socials a:hover{color:#e6243f;transform:translateY(-1px)}
.site-footer .footer-socials a svg{width:16px;height:16px;stroke-width:1.8;display:block}
.site-footer__meta{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-family:ui-monospace,Menlo,monospace;font-size:10px;color:rgba(255,255,255,.45);letter-spacing:.04em;text-transform:uppercase;gap:16px;flex-wrap:wrap}
.site-footer__meta .dot{color:#e6243f}
.site-footer__meta-extra a{color:rgba(255,255,255,.7);text-decoration:none;transition:color 160ms}
.site-footer__meta-extra a:hover{color:#e6243f}
@media(max-width:1024px){.site-footer__shell{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:720px){.site-footer{padding:64px 0 32px}.site-footer__shell{grid-template-columns:1fr;padding:32px;gap:28px}.site-footer__meta{flex-direction:column;align-items:flex-start}}