/* SOBRETUSCANY.CSS — Tuscany Adquisiciones
   Clases propias st-* — archivo autónomo
============================================ */

:root {
  --navy:#0b1d2e; --navy-2:#142338; --navy-3:#163050;
  --gold:#c8a96a; --gold-hi:#dfc089; --gold-pale:#f2e8d4;
  --cream:#f6f2ec; --white:#ffffff;
  --text:#18293b; --text-soft:#4a607a; --text-faint:#8a9db5;
  --border:#ddd5c5; --border-dark:rgba(255,255,255,.08);
  --sh:0 2px 24px rgba(11,29,46,.08); --shh:0 16px 56px rgba(11,29,46,.16);
  --serif:'Cormorant Garamond',Georgia,serif; --sans:'Jost',sans-serif;
  --r:6px; --r-md:10px; --r-lg:14px; --r-xl:22px; --sp:56px;
}

/* ── Reset scoped ── */
.st-hero *,.st-trust *,.st-section * { box-sizing:border-box; }
.st-hero,.st-trust,.st-section { margin:0 !important; }
.st-section a { text-decoration:none; }

/* ── Contenedor ── */
.st-container { width:100%; max-width:1200px; margin:0 auto; padding:0 clamp(20px,4vw,48px); }

/* ── Secciones ── */
.st-section { padding:var(--sp) 0; width:100%; }
.st-section--cream { background:var(--cream); }
.st-section--white { background:var(--white); }
.st-section--navy  { background:var(--navy); }
.st-section--compact { padding:32px 0; }
.st-section__header { margin-bottom:clamp(36px,5vw,52px); }
.st-center { text-align:center; max-width:760px; margin-left:auto; margin-right:auto; }
.st-section__title { font-family:var(--serif); font-size:clamp(1.8rem,3.5vw,2.8rem); font-weight:500; color:var(--text); line-height:1.2; margin:0 0 14px; }
.st-section__title--white { color:var(--white); }
.st-section__desc { font-family:var(--sans); font-size:clamp(14px,1.5vw,15.5px); color:var(--text-soft); line-height:1.85; font-weight:300; margin:0; }
.st-section__desc--muted { color:rgba(255,255,255,.48); }

/* ── Label / Eyebrow ── */
.st-label { display:inline-block; font-family:var(--sans); font-size:10.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.4); margin-bottom:16px; }
.st-label--dark,.st-label--gold { color:var(--gold); }

/* ── Botones ── */
.st-btn-gold { display:inline-flex; align-items:center; gap:10px; padding:14px 30px; font-family:var(--sans); font-size:11.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; background:var(--gold); color:var(--navy); border-radius:var(--r); text-decoration:none; transition:background .3s,transform .3s; }
.st-btn-gold:hover { background:var(--gold-hi); transform:translateY(-2px); }
.st-btn-navy { display:inline-flex; align-items:center; gap:9px; padding:13px 28px; font-family:var(--sans); font-size:11.5px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; background:var(--navy); color:var(--white); border-radius:var(--r); text-decoration:none; transition:background .3s,transform .3s; }
.st-btn-navy:hover { background:var(--navy-2); transform:translateY(-1px); }

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
.st-hero { position:relative; background:var(--navy); overflow:hidden; margin:0 !important; padding-top:clamp(56px,7vw,96px); }
.st-hero__bg { position:absolute; inset:0; pointer-events:none; }
.st-hero__img { position:absolute; inset:0; background-size:cover; background-position:center; z-index:0; }
.st-hero__overlay { position:absolute; inset:0; background:linear-gradient(160deg,rgba(11,29,46,.88) 0%,rgba(11,29,46,.65) 100%); z-index:1; }
.st-hero__glow { position:absolute; border-radius:50%; filter:blur(100px); pointer-events:none; z-index:1; }
.st-hero__glow--1 { width:700px; height:700px; background:radial-gradient(circle,rgba(200,169,106,.10) 0%,transparent 70%); top:-280px; right:-120px; }
.st-hero__glow--2 { width:500px; height:500px; background:radial-gradient(circle,rgba(22,48,80,.55) 0%,transparent 70%); bottom:-120px; left:-60px; }

.st-hero__inner { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; text-align:center; max-width:1060px; margin:0 auto; padding-bottom:clamp(40px,6vw,68px); }

.st-hero__title { font-family:var(--serif); font-size:clamp(2rem,4.2vw,3.6rem); font-weight:400; color:var(--white); line-height:1.15; margin:0 0 22px; letter-spacing:-.01em; }
.st-hero__title em { color:var(--gold); font-style:italic; }

.st-hero__lead { font-family:var(--sans); font-size:clamp(14.5px,1.5vw,17px); color:rgba(255,255,255,.72); line-height:1.78; font-weight:300; margin:0 0 12px; max-width:880px; }
.st-hero__sub  { font-family:var(--sans); font-size:clamp(12.5px,1.25vw,14px); color:rgba(255,255,255,.38); line-height:1.85; font-weight:300; margin:0 0 36px; max-width:840px; }

/* Stats */
.st-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; width:100%; max-width:540px; margin-top:44px; }
.st-stat { padding:20px 14px; text-align:center; background:rgba(255,255,255,.05); border-top:2px solid var(--gold); border-radius:6px; }
.st-stat__val { font-family:var(--sans); font-size:clamp(1.5rem,3vw,2rem); font-weight:500; color:var(--white); line-height:1; margin-bottom:5px; }
.st-stat__lbl { font-family:var(--sans); font-size:clamp(8.5px,1.4vw,10.5px); font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.42); }

/* Trust strip */
.st-trust { position:relative; z-index:2; background:rgba(255,255,255,.03); border-top:1px solid var(--border-dark); padding:13px 0; width:100%; }
.st-trust__inner { display:flex; align-items:center; justify-content:center; overflow-x:auto; scrollbar-width:none; gap:0; max-width:1200px; margin:0 auto; padding:0 clamp(20px,4vw,48px); flex-wrap:nowrap; }
.st-trust__inner::-webkit-scrollbar { display:none; }
.st-trust__item { font-family:var(--sans); font-size:12px; font-weight:400; color:rgba(255,255,255,.46); white-space:nowrap; padding:3px 18px; flex-shrink:0; letter-spacing:.02em; }
.st-trust__dot { width:3px; height:3px; border-radius:50%; background:rgba(255,255,255,.2); flex-shrink:0; }

/* ═══════════════════════════════
   BADGES
═══════════════════════════════ */
.st-badges { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; }
.st-badge { padding:32px 28px; background:var(--white); position:relative; transition:background .3s; }
.st-badge::after { content:''; position:absolute; top:0; left:0; width:3px; height:0; background:var(--gold); transition:height .4s ease; }
.st-badge:hover { background:#fdfaf6; }
.st-badge:hover::after { height:100%; }
.st-badge__title { font-family:var(--serif); font-size:1.05rem; font-weight:500; color:var(--text); margin:0 0 10px; line-height:1.3; }
.st-badge__text { font-family:var(--sans); font-size:13px; color:var(--text-soft); line-height:1.75; font-weight:300; margin:0; }

.st-tagline { font-family:var(--serif); font-size:clamp(1rem,1.7vw,1.2rem); color:var(--text-soft); text-align:center; line-height:1.7; margin-top:clamp(36px,4vw,52px); font-style:italic; }
.st-tagline strong { font-family:var(--sans); font-style:normal; font-weight:600; font-size:.88em; letter-spacing:.03em; color:var(--text); display:block; margin-top:5px; }

/* ═══════════════════════════════
   SERVICIOS
═══════════════════════════════ */
.st-services { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.st-service { background:var(--white); border:1px solid var(--border); border-radius:var(--r-lg); padding:clamp(28px,4vw,40px); position:relative; overflow:hidden; transition:transform .3s,box-shadow .3s; }
.st-service::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--gold),var(--gold-hi)); transform:scaleX(0); transform-origin:left; transition:transform .4s ease; }
.st-service:hover { transform:translateY(-3px); box-shadow:var(--shh); }
.st-service:hover::before { transform:scaleX(1); }
.st-service__num { font-family:var(--serif); font-size:3rem; font-weight:300; color:var(--gold-pale); line-height:1; margin-bottom:14px; letter-spacing:-.02em; }
.st-service__title { font-family:var(--serif); font-size:clamp(1.05rem,1.7vw,1.3rem); font-weight:500; color:var(--text); margin:0 0 10px; line-height:1.3; }
.st-service__text { font-family:var(--sans); font-size:13.5px; color:var(--text-soft); line-height:1.8; font-weight:300; margin:0 0 20px; }
.st-service__more { display:inline-flex; align-items:center; gap:6px; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); text-decoration:none; transition:gap .25s; }
.st-service__more:hover { gap:10px; }

/* ═══════════════════════════════
   PROCESO
═══════════════════════════════ */
.st-process { display:grid; grid-template-columns:repeat(5,1fr); gap:0; position:relative; }
.st-process::before { content:''; position:absolute; top:28px; left:10%; right:10%; height:1px; background:linear-gradient(90deg,transparent,rgba(200,169,106,.3) 20%,rgba(200,169,106,.3) 80%,transparent); }
.st-process__item { display:flex; flex-direction:column; align-items:center; text-align:center; padding:0 16px; position:relative; z-index:1; }
.st-process__dot { width:56px; height:56px; border-radius:50%; border:1.5px solid rgba(200,169,106,.3); display:grid; place-items:center; background:var(--navy); margin-bottom:22px; flex-shrink:0; transition:background .3s,border-color .3s; }
.st-process__dot span { font-family:var(--serif); font-size:1rem; color:var(--gold); line-height:1; transition:color .3s; }
.st-process__item:hover .st-process__dot { background:var(--gold); border-color:var(--gold); }
.st-process__item:hover .st-process__dot span { color:var(--navy); }
.st-process__title { font-family:var(--serif); font-size:clamp(.95rem,1.5vw,1.15rem); font-weight:400; color:var(--white); margin:0 0 8px; line-height:1.25; }
.st-process__text { font-family:var(--sans); font-size:12px; color:rgba(255,255,255,.42); line-height:1.75; font-weight:300; margin:0; }

/* ═══════════════════════════════
   PROPUESTA DE VALOR
═══════════════════════════════ */
.st-valor { display:grid; grid-template-columns:1fr 380px; gap:clamp(40px,6vw,80px); align-items:center; }
.st-feats { display:flex; flex-direction:column; gap:28px; }
.st-feat { display:flex; gap:18px; align-items:flex-start; }
.st-feat__dot { width:8px; height:8px; border-radius:50%; background:var(--gold); flex-shrink:0; margin-top:7px; }
.st-feat__title { font-family:var(--serif); font-size:1.05rem; font-weight:500; color:var(--text); margin:0 0 4px; }
.st-feat__text  { font-family:var(--sans); font-size:13.5px; color:var(--text-soft); line-height:1.75; font-weight:300; margin:0; }

.st-kpis { background:var(--navy); border-radius:var(--r-xl); padding:clamp(28px,4vw,44px); position:relative; overflow:hidden; }
.st-kpis::before { content:''; position:absolute; top:-60px; right:-60px; width:240px; height:240px; border-radius:50%; background:radial-gradient(circle,rgba(200,169,106,.08) 0%,transparent 70%); pointer-events:none; }
.st-kpi { padding:28px 20px; border-bottom:1px solid rgba(255,255,255,.06); }
.st-kpi:last-child { border-bottom:none; padding-bottom:0; }
.st-kpi:first-child { padding-top:0; }
.st-kpi__val { font-family:var(--serif); font-size:clamp(2rem,3.5vw,2.8rem); font-weight:400; color:var(--gold); line-height:1; margin-bottom:6px; }
.st-kpi__val sup { font-size:.5em; vertical-align:super; line-height:0; }
.st-kpi__lbl { font-family:var(--sans); font-size:11px; color:rgba(255,255,255,.4); font-weight:400; letter-spacing:.06em; text-transform:uppercase; }

/* ═══════════════════════════════
   TRES PILARES
═══════════════════════════════ */
.st-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.st-pillar { border:1px solid var(--border); border-radius:var(--r-lg); padding:clamp(28px,4vw,40px); background:var(--white); position:relative; overflow:hidden; transition:transform .35s,box-shadow .35s; }
.st-pillar::before { content:''; position:absolute; inset:0; background:linear-gradient(140deg,var(--navy) 0%,var(--navy-2) 100%); opacity:0; transition:opacity .38s; z-index:0; }
.st-pillar:hover { transform:translateY(-4px); box-shadow:var(--shh); }
.st-pillar:hover::before { opacity:1; }
.st-pillar > * { position:relative; z-index:1; }
.st-pillar__num { font-family:var(--serif); font-size:2.2rem; font-weight:300; color:var(--gold-pale); line-height:1; margin-bottom:16px; transition:color .38s; }
.st-pillar:hover .st-pillar__num { color:rgba(200,169,106,.35); }
.st-pillar__title { font-family:var(--serif); font-size:clamp(1.05rem,1.7vw,1.3rem); font-weight:500; color:var(--text); margin:0 0 10px; line-height:1.3; transition:color .38s; }
.st-pillar:hover .st-pillar__title { color:var(--white); }
.st-pillar__text { font-family:var(--sans); font-size:13.5px; color:var(--text-soft); line-height:1.8; font-weight:300; margin:0; transition:color .38s; }
.st-pillar:hover .st-pillar__text { color:rgba(255,255,255,.68); }

/* ═══════════════════════════════
   SHORTCUTS
═══════════════════════════════ */
.st-shortcuts { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.st-shortcut { display:flex; flex-direction:column; padding:clamp(36px,5vw,52px) clamp(28px,4vw,44px); border-radius:var(--r-xl); text-decoration:none; position:relative; overflow:hidden; transition:transform .35s,box-shadow .35s; min-height:260px; }
.st-shortcut:hover { transform:translateY(-3px); box-shadow:var(--shh); }
.st-shortcut--navy { background:var(--navy); }
.st-shortcut--gold { background:linear-gradient(140deg,var(--navy-3) 0%,var(--navy) 65%); border:1px solid rgba(200,169,106,.2); }
.st-shortcut__label { font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--gold); margin-bottom:10px; }
.st-shortcut__title { font-family:var(--serif); font-size:clamp(1.4rem,2.5vw,1.9rem); font-weight:400; color:var(--white); margin:0 0 12px; line-height:1.2; }
.st-shortcut__text { font-family:var(--sans); font-size:13.5px; color:rgba(255,255,255,.5); line-height:1.75; font-weight:300; margin:0 0 auto; padding-bottom:24px; }
.st-shortcut__cta { display:inline-flex; align-items:center; gap:7px; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); transition:gap .25s; }
.st-shortcut:hover .st-shortcut__cta { gap:12px; }
.st-shortcut__deco { position:absolute; bottom:-20px; right:-10px; font-family:var(--serif); font-size:clamp(4rem,9vw,7.5rem); font-weight:500; color:rgba(255,255,255,.025); pointer-events:none; user-select:none; white-space:nowrap; line-height:1; }

/* ═══════════════════════════════
   PRENSA
═══════════════════════════════ */
.st-press__title { font-family:var(--sans); font-size:10.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.25); text-align:center; margin-bottom:28px; }
.st-press__logos { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:clamp(20px,4vw,52px); }
.st-press__logo { height:20px !important; width:auto !important; object-fit:contain !important; display:inline-block !important; opacity:.25; filter:grayscale(1) brightness(.8); transition:opacity .3s,filter .3s; }
.st-press__logo:hover { opacity:.65 !important; filter:grayscale(0) brightness(1) !important; }

/* ═══════════════════════════════
   BLOG (shortcode tus-blog)
═══════════════════════════════ */
.tus-blog { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.tus-blog__card { border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--border); background:var(--white); display:flex; flex-direction:column; transition:transform .3s,box-shadow .3s; }
.tus-blog__card:hover { transform:translateY(-3px); box-shadow:var(--shh); }
.tus-blog__img { aspect-ratio:16/9; overflow:hidden; background:var(--cream); flex-shrink:0; }
.tus-blog__img img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s; }
.tus-blog__card:hover .tus-blog__img img { transform:scale(1.04); }
.tus-blog__body { padding:clamp(18px,3vw,26px); display:flex; flex-direction:column; flex:1; }
.tus-blog__cat { display:inline-block; font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); margin-bottom:9px; }
.tus-blog__title { font-family:var(--serif) !important; font-size:clamp(1rem,1.4vw,1.15rem) !important; font-weight:500 !important; color:var(--text) !important; line-height:1.35 !important; margin:0 0 9px !important; padding:0 !important; transition:color .2s; }
.tus-blog__card:hover .tus-blog__title { color:var(--gold) !important; }
.tus-blog__text { font-family:var(--sans) !important; font-size:13px !important; color:var(--text-soft) !important; line-height:1.75 !important; font-weight:300 !important; margin:0 0 16px !important; padding:0 !important; flex:1; }
.tus-blog__foot { display:flex; align-items:center; justify-content:space-between; padding-top:12px; border-top:1px solid var(--border); margin-top:auto; font-family:var(--sans); font-size:11px; color:var(--text-faint); font-weight:300; }
.tus-blog__more { display:inline-flex; align-items:center; gap:5px; font-family:var(--sans); font-size:10.5px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:var(--gold); text-decoration:none; transition:gap .2s; }
.tus-blog__more:hover { gap:9px; }
.tus-blog__more-wrap { margin-top:36px; text-align:center; }

/* ═══════════════════════════════
   LINKEDIN
═══════════════════════════════ */
.st-linkedin { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; align-items:start; }
.st-linkedin__card { background:var(--white); border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--sh); transition:transform .3s,box-shadow .3s; display:flex; flex-direction:column; }
.st-linkedin__card:hover { transform:translateY(-3px); box-shadow:var(--shh); }
.st-linkedin__frame { width:100%; height:460px; overflow:hidden; }
.st-linkedin__frame iframe { width:100%; height:100%; border:none; display:block; }
.st-linkedin__cta { display:inline-flex; align-items:center; gap:6px; font-family:var(--sans); font-size:10.5px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; color:var(--gold); text-decoration:none; padding:13px 18px; border-top:1px solid var(--border); transition:gap .2s; width:100%; }
.st-linkedin__cta:hover { gap:10px; }

/* ═══════════════════════════════
   FAQs + GLOSSARY
═══════════════════════════════ */

/* Tabs nav */
.st-faq-nav { display:flex; gap:0; border-bottom:1px solid var(--border); margin-bottom:0; }
.st-faq-nav__btn { padding:16px 32px; font-family:var(--sans); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--text-faint); background:transparent; border:none; border-bottom:2px solid transparent; margin-bottom:-1px; cursor:pointer; white-space:nowrap; transition:color .2s,border-color .2s; }
.st-faq-nav__btn:hover { color:var(--text); }
.st-faq-nav__btn--active { color:var(--text); border-bottom-color:var(--gold); }

/* Panel */
.st-faq-panel { padding-top:0; }
.st-faq-panel[hidden] { display:none; }

/* Lista */
.st-faq-list { width:100%; }

/* Item */
.st-faq-item { border-bottom:1px solid var(--border); }
.st-faq-item:first-child { border-top:1px solid var(--border); }

/* Pregunta */
.st-faq-item__q {
  width:100%; display:flex; align-items:center; justify-content:space-between;
  gap:20px; padding:22px 0; background:transparent; border:none;
  font-family:var(--serif); font-size:clamp(1rem,1.5vw,1.15rem); font-weight:500;
  color:var(--text); text-align:left; cursor:pointer; transition:color .2s;
  line-height:1.35;
}
.st-faq-item__q::after {
  content:''; flex-shrink:0; width:16px; height:16px;
  border-right:1.5px solid var(--text-faint); border-bottom:1.5px solid var(--text-faint);
  transform:rotate(45deg) translateY(-3px); transition:transform .3s,border-color .3s;
}
.st-faq-item__q:hover { color:var(--gold); }
.st-faq-item__q:hover::after { border-color:var(--gold); }
.st-faq-item__q[aria-expanded="true"] { color:var(--text); }
.st-faq-item__q[aria-expanded="true"]::after { transform:rotate(-135deg) translateY(-3px); border-color:var(--gold); }

/* Respuesta */
.st-faq-item__a { padding:0 0 22px; }
.st-faq-item__a[hidden] { display:none; }
.st-faq-item__a p { font-family:var(--sans); font-size:14.5px; color:var(--text-soft); line-height:1.9; font-weight:300; margin:0; max-width:820px; }

/* Swiper oportunidades (del shortcode) */
.tus-opps-wrap,.tus-swiper-outer,.tus-swiper,.tus-swiper-prev,.tus-swiper-next,
.tus-swiper-pagination,.tus-opps-filters,.tus-f-btn,.tus-opps-more,
.tus-opp-card,.tus-opp-card__img,.tus-opp-card__body,.tus-opp-tag,
.tus-opp-meta,.tus-opp-price,.tus-opp-card__footer,.tus-opp-card__ref,
.tag-reo,.tag-npl,.tag-cdr { /* heredan de inicio.css si se cargan juntos, sino aplica aquí */ }

/* ═══════════════════════════════
   RESPONSIVE — TABLET ≤ 1024px
═══════════════════════════════ */
@media (max-width:1024px) {
  .st-badges { grid-template-columns:repeat(2,1fr); }
  .st-services { grid-template-columns:repeat(2,1fr); }
  .st-process { grid-template-columns:repeat(3,1fr); gap:32px 16px; }
  .st-process::before { display:none; }
  .st-valor { grid-template-columns:1fr; gap:36px; }
  .st-pillars { grid-template-columns:repeat(2,1fr); }
  .st-shortcuts { grid-template-columns:1fr; }
  .st-linkedin { grid-template-columns:repeat(2,1fr); }
  .tus-blog { grid-template-columns:repeat(2,1fr); }
  .st-press__logo { height:17px !important; }
  .st-trust__item { padding:3px 12px; font-size:11px; }
  .st-faq-nav__btn { padding:14px 22px; }
}

/* ═══════════════════════════════
   RESPONSIVE — MÓVIL ≤ 599px
═══════════════════════════════ */
@media (max-width:599px) {
  .st-hero__title { font-size:clamp(1.65rem,7.5vw,2.2rem); }
  .st-stats { gap:6px; }
  .st-stat { padding:16px 10px; }
  .st-trust__item { padding:3px 8px; font-size:10.5px; }
  .st-trust__dot { margin:0 2px; }
  .st-badges { grid-template-columns:1fr; gap:0; border-radius:var(--r-lg); }
  .st-badge { padding:22px 20px; }
  .st-services { grid-template-columns:1fr; gap:14px; }
  .st-process { grid-template-columns:1fr; gap:0; }
  .st-process::before { display:none; }
  .st-process__item { flex-direction:row; align-items:flex-start; text-align:left; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.06); gap:16px; }
  .st-process__item:last-child { border-bottom:0; }
  .st-process__dot { width:48px; height:48px; flex-shrink:0; margin-bottom:0; }
  .st-valor { grid-template-columns:1fr; }
  .st-kpis { padding:22px 18px; }
  .st-pillars { grid-template-columns:1fr; gap:14px; }
  .st-shortcuts { grid-template-columns:1fr; }
  .st-shortcut { min-height:220px; }
  .st-linkedin { grid-template-columns:1fr; }
  .st-linkedin__frame { height:380px; }
  .tus-blog { grid-template-columns:1fr; gap:14px; }
  .st-press__logo { height:14px !important; }
  .st-btn-navy { width:100%; justify-content:center; }
  .st-faq-nav { overflow-x:auto; scrollbar-width:none; }
  .st-faq-nav::-webkit-scrollbar { display:none; }
  .st-faq-nav__btn { padding:12px 16px; font-size:10.5px; white-space:nowrap; }
  .st-faq-item__q { font-size:clamp(.95rem,4vw,1.05rem); padding:18px 0; }
  .st-faq-item__q::after { width:13px; height:13px; }
  .st-faq-item__a p { font-size:13.5px; }
}