/* ====================================================================
   SCB Homepage Complete — Premium Design
   Lipobank brand: #3a4557 | #ffdf00 | #adb4c1 | #ffffff | #f4f6f8
   Inspired by: Radial Orbital Timeline + Display Cards aesthetics
   ==================================================================== */

/* ── RESET & ROOT ─────────────────────────────────────────── */
#scb-hp, .scb-hp {
  --hp-dark: #3a4557;
  --hp-dark-2: #2f3b4e;
  --hp-dark-3: #252e3b;
  --hp-yellow: #ffdf00;
  --hp-yellow-glow: rgba(255,223,0,0.12);
  --hp-gray: #adb4c1;
  --hp-white: #ffffff;
  --hp-light: #f4f6f8;
  --hp-radius: 16px;
  --hp-ease: cubic-bezier(.4,0,.2,1);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}
#scb-hp *, .scb-hp * { box-sizing: border-box; margin: 0; padding: 0; }
#scb-hp img, .scb-hp img { display: block; max-width: 100%; height: auto; }
#scb-hp ul, .scb-hp ul { list-style: none; }
#scb-hp a, .scb-hp a { text-decoration: none; color: inherit; }

/* ── CONTAINER ─────────────────────────────────────────────── */
#scb-hp .hp-container, .scb-hp .hp-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}
#scb-hp .hp-container--rel, .scb-hp .hp-container--rel { position: relative; z-index: 2; }

/* ── EYEBROW ────────────────────────────────────────────────── */
#scb-hp .hp-eyebrow, .scb-hp .hp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-dark);
  background: rgba(255,223,0,0.1);
  border: 1px solid rgba(255,223,0,0.3);
  border-radius: 100px;
  padding: 5px 14px 5px 10px;
  margin-bottom: 20px;
}
#scb-hp .hp-eyebrow::before, .scb-hp .hp-eyebrow::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hp-yellow);
  flex-shrink: 0;
}
#scb-hp .hp-eyebrow--light, .scb-hp .hp-eyebrow--light {
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
}
#scb-hp .hp-eyebrow--light::before, .scb-hp .hp-eyebrow--light::before {
  background: var(--hp-yellow);
}

/* ── H2 ─────────────────────────────────────────────────────── */
#scb-hp .hp-h2, .scb-hp .hp-h2 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--hp-dark);
  margin-bottom: 20px;
}
#scb-hp .hp-h2--light, .scb-hp .hp-h2--light { color: #fff; }

/* ── BUTTONS ────────────────────────────────────────────────── */
#scb-hp .hp-btn, .scb-hp .hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 100px;
  padding: 13px 28px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .3s var(--hp-ease), color .3s var(--hp-ease), border-color .3s var(--hp-ease), transform .3s var(--hp-ease), box-shadow .3s var(--hp-ease);
  white-space: nowrap;
  line-height: 1;
}
#scb-hp .hp-btn:hover, .scb-hp .hp-btn:hover { transform: translateY(-2px); }
#scb-hp .hp-btn--fill, .scb-hp .hp-btn--fill { background: var(--hp-yellow); color: var(--hp-dark); border-color: var(--hp-yellow); }
#scb-hp .hp-btn--fill:hover, .scb-hp .hp-btn--fill:hover { background: #ffe833; box-shadow: 0 8px 30px rgba(255,223,0,.4); }
#scb-hp .hp-btn--ghost, .scb-hp .hp-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
#scb-hp .hp-btn--ghost:hover, .scb-hp .hp-btn--ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.6); }
#scb-hp .hp-btn--outline, .scb-hp .hp-btn--outline { background: transparent; color: var(--hp-dark); border-color: rgba(58,69,87,.25); }
#scb-hp .hp-btn--outline:hover, .scb-hp .hp-btn--outline:hover { background: var(--hp-dark); color: #fff; border-color: var(--hp-dark); }
#scb-hp .hp-btn--outline-light, .scb-hp .hp-btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
#scb-hp .hp-btn--outline-light:hover, .scb-hp .hp-btn--outline-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

/* ====================================================================
   SECTION 1 — HERO
   ==================================================================== */
#scb-hp .hp-hero, .scb-hp .hp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--hp-dark);
  overflow: hidden;
}

/* Dot grid bg */
#scb-hp .hp-hero__bg, .scb-hp .hp-hero__bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Yellow glow top-right */
#scb-hp .hp-hero__glow, .scb-hp .hp-hero__glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,223,0,.13) 0%, transparent 65%);
  pointer-events: none;
}

/* Layout split */
#scb-hp .hp-hero__layout, .scb-hp .hp-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
  padding: clamp(100px, 12vw, 160px) 0 clamp(80px, 10vw, 120px);
  width: 100%;
}

/* ── Hero copy ── */
#scb-hp .hp-hero__copy, .scb-hp .hp-hero__copy { max-width: 620px; }

#scb-hp .hp-hero__h1, .scb-hp .hp-hero__h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  line-height: 1.1;
}

#scb-hp .hp-hero__tl, .scb-hp .hp-hero__tl {
  display: block;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
#scb-hp .hp-hero__tl--sm, .scb-hp .hp-hero__tl--sm { font-size: clamp(28px, 4vw, 52px); color: rgba(255,255,255,.75); }
#scb-hp .hp-hero__tl--lg, .scb-hp .hp-hero__tl--lg { font-size: clamp(48px, 7vw, 88px); color: var(--hp-yellow); }

/* word spans (for GSAP, but visible by default) */
#scb-hp .hp-hero__tl .w, .scb-hp .hp-hero__tl .w { display: inline-block; }

/* ICE accent word */
#scb-hp .hp-ice, .scb-hp .hp-ice { color: var(--hp-yellow); }

#scb-hp .hp-hero__sub, .scb-hp .hp-hero__sub {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.7;
  color: rgba(255,255,255,.6);
  max-width: 480px;
  margin-bottom: 36px;
}

#scb-hp .hp-hero__btns, .scb-hp .hp-hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* ── Hero visual: Orbital ── */
#scb-hp .hp-hero__visual, .scb-hp .hp-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Orbital container */
#scb-hp .hp-orb, .scb-hp .hp-orb {
  position: relative;
  width: clamp(300px, 35vw, 440px);
  height: clamp(300px, 35vw, 440px);
}

/* Rings — share base */
#scb-hp .hp-orb__r, .scb-hp .hp-orb__r {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid;
}
#scb-hp .hp-orb__r--1, .scb-hp .hp-orb__r--1 {
  width: 42%; height: 42%;
  border-color: rgba(255,223,0,.2);
  animation: hp-orb-spin 10s linear infinite;
}
#scb-hp .hp-orb__r--2, .scb-hp .hp-orb__r--2 {
  width: 68%; height: 68%;
  border-color: rgba(255,255,255,.1);
  animation: hp-orb-spin 16s linear infinite reverse;
}
#scb-hp .hp-orb__r--3, .scb-hp .hp-orb__r--3 {
  width: 100%; height: 100%;
  border-style: dashed;
  border-color: rgba(255,255,255,.05);
  animation: hp-orb-spin 28s linear infinite;
}
@keyframes hp-orb-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

/* Orbital core (main stat) */
#scb-hp .hp-orb__core, .scb-hp .hp-orb__core {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: clamp(20px,2vw,32px) clamp(24px,2.5vw,40px);
  text-align: center;
  z-index: 10;
  min-width: 140px;
}
#scb-hp .hp-orb__core strong, .scb-hp .hp-orb__core strong {
  display: block;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--hp-yellow);
  line-height: 1;
  margin-bottom: 6px;
}
#scb-hp .hp-orb__core span, .scb-hp .hp-orb__core span {
  font-size: 11px;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  display: block;
}

/* Satellite nodes */
#scb-hp .hp-orb__node, .scb-hp .hp-orb__node {
  position: absolute;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: center;
  z-index: 10;
  transition: background .3s, border-color .3s;
}
#scb-hp .hp-orb__node:hover, .scb-hp .hp-orb__node:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,223,0,.3);
}
#scb-hp .hp-orb__node--a, .scb-hp .hp-orb__node--a { top: 8%; right: -4%; }
#scb-hp .hp-orb__node--b, .scb-hp .hp-orb__node--b { bottom: 8%; left: -4%; }
#scb-hp .hp-orb__node strong, .scb-hp .hp-orb__node strong {
  display: block;
  font-size: clamp(16px,2vw,22px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}
#scb-hp .hp-orb__node span, .scb-hp .hp-orb__node span {
  font-size: 10px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.3;
  display: block;
  max-width: 80px;
}

/* Scroll indicator */
#scb-hp .hp-hero__scroll, .scb-hp .hp-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 5;
}
#scb-hp .hp-hero__scroll-txt, .scb-hp .hp-hero__scroll-txt {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
#scb-hp .hp-hero__scroll-line, .scb-hp .hp-hero__scroll-line {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
  border-radius: 1px;
}
#scb-hp .hp-hero__scroll-line em, .scb-hp .hp-hero__scroll-line em {
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(255,223,0,.6));
  animation: hp-scroll-line 1.8s ease-in-out infinite;
}
@keyframes hp-scroll-line {
  0%   { transform: translateY(-100%); opacity: 1; }
  100% { transform: translateY(200%);  opacity: 0; }
}

/* ====================================================================
   SECTION 2 — ABOUT (Chi Siamo)
   ==================================================================== */
#scb-hp .hp-about, .scb-hp .hp-about {
  background: var(--hp-light);
  padding: clamp(80px, 10vw, 140px) 0;
}
#scb-hp .hp-about__grid, .scb-hp .hp-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

/* Image column */
#scb-hp .hp-about__media, .scb-hp .hp-about__media { position: relative; }
#scb-hp .hp-about__img-wrap, .scb-hp .hp-about__img-wrap {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  position: relative;
  box-shadow: 0 32px 80px rgba(58,69,87,.18);
}
#scb-hp .hp-about__img-wrap img, .scb-hp .hp-about__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--hp-ease);
}
#scb-hp .hp-about__img-wrap:hover img, .scb-hp .hp-about__img-wrap:hover img { transform: scale(1.04); }
#scb-hp .hp-about__img-wrap--empty, .scb-hp .hp-about__img-wrap--empty {
  background: linear-gradient(135deg, var(--hp-dark) 0%, var(--hp-dark-2) 100%);
}
#scb-hp .hp-about__img-placeholder, .scb-hp .hp-about__img-placeholder {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,223,0,.06) 1px, transparent 1px);
  background-size: 20px 20px;
}
#scb-hp .hp-about__img-overlay, .scb-hp .hp-about__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(58,69,87,.3) 0%, transparent 50%);
  pointer-events: none;
}

/* Badge (glassmorphism, floats over image) */
#scb-hp .hp-about__badge, .scb-hp .hp-about__badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--hp-dark);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  min-width: 160px;
}
#scb-hp .hp-about__badge-icon, .scb-hp .hp-about__badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255,223,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
#scb-hp .hp-about__badge-icon svg, .scb-hp .hp-about__badge-icon svg {
  width: 18px; height: 18px;
  color: var(--hp-yellow);
}
#scb-hp .hp-about__badge-val, .scb-hp .hp-about__badge-val {
  display: block;
  font-size: clamp(20px,2.5vw,28px);
  font-weight: 900;
  color: var(--hp-yellow);
  letter-spacing: -0.02em;
  line-height: 1;
}
#scb-hp .hp-about__badge-lbl, .scb-hp .hp-about__badge-lbl {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  line-height: 1.4;
}

/* Copy column */
#scb-hp .hp-about__copy, .scb-hp .hp-about__copy {}
#scb-hp .hp-about__body, .scb-hp .hp-about__body {
  font-size: clamp(15px,1.4vw,17px);
  line-height: 1.8;
  color: rgba(58,69,87,.72);
  margin-bottom: 32px;
}
#scb-hp .hp-about__body p, .scb-hp .hp-about__body p { margin-bottom: 16px; }
#scb-hp .hp-about__body p:last-child, .scb-hp .hp-about__body p:last-child { margin-bottom: 0; }

/* ====================================================================
   SECTION 3 — STATS BAND
   ==================================================================== */
#scb-hp .hp-stats, .scb-hp .hp-stats {
  background: var(--hp-dark-3);
  padding: clamp(60px, 8vw, 100px) 0;
}
#scb-hp .hp-stats__row, .scb-hp .hp-stats__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
#scb-hp .hp-stat, .scb-hp .hp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(24px,4vw,48px) clamp(16px,2vw,32px);
  position: relative;
}
#scb-hp .hp-stat + .hp-stat::before, .scb-hp .hp-stat + .hp-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 15%; height: 70%; width: 1px;
  background: rgba(255,255,255,.08);
}
#scb-hp .hp-stat__val, .scb-hp .hp-stat__val {
  display: block;
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--hp-yellow);
  line-height: 1;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}
#scb-hp .hp-stat__lbl, .scb-hp .hp-stat__lbl {
  font-size: 13px;
  color: var(--hp-gray);
  line-height: 1.5;
  max-width: 140px;
}

/* ====================================================================
   SECTION 4 — PROCESS / LA METODICA
   ==================================================================== */
#scb-hp .hp-process, .scb-hp .hp-process {
  position: relative;
  background: var(--hp-dark);
  overflow: hidden;
  padding: clamp(80px, 10vw, 140px) 0;
}
#scb-hp .hp-process__bg-img, .scb-hp .hp-process__bg-img {
  position: absolute; inset: 0; z-index: 0;
  margin: 0;
}
#scb-hp .hp-process__bg-img img, .scb-hp .hp-process__bg-img img {
  width: 100%; height: 100%; object-fit: cover; opacity: .05;
}
#scb-hp .hp-process__overlay, .scb-hp .hp-process__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(58,69,87,.97) 0%, rgba(47,59,78,.94) 100%);
}

/* Header */
#scb-hp .hp-process__hd, .scb-hp .hp-process__hd {
  position: relative; z-index: 2;
  margin-bottom: 60px;
  max-width: 640px;
}
#scb-hp .hp-process__intro, .scb-hp .hp-process__intro {
  font-size: clamp(15px,1.4vw,17px);
  line-height: 1.75;
  color: rgba(255,255,255,.55);
  margin-top: 12px;
}

/* Timeline */
#scb-hp .hp-process__timeline, .scb-hp .hp-process__timeline {
  position: relative;
  z-index: 2;
  padding-left: 80px;
}
#scb-hp .hp-process__line, .scb-hp .hp-process__line {
  position: absolute;
  left: 20px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(255,255,255,.1);
  border-radius: 2px;
  overflow: hidden;
}
#scb-hp .hp-process__line-fill, .scb-hp .hp-process__line-fill {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, var(--hp-yellow), rgba(255,223,0,.3));
  transition: height .1s;
}

/* Step */
#scb-hp .hp-process__step, .scb-hp .hp-process__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
#scb-hp .hp-process__step:last-child, .scb-hp .hp-process__step:last-child { border-bottom: none; }

#scb-hp .hp-process__dot, .scb-hp .hp-process__dot {
  width: 12px; height: 12px;
  flex-shrink: 0;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--hp-yellow);
  position: absolute;
  left: -68px;
  box-shadow: 0 0 0 4px rgba(255,223,0,.15);
}

#scb-hp .hp-process__step-inner, .scb-hp .hp-process__step-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
}
#scb-hp .hp-process__num, .scb-hp .hp-process__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--hp-yellow);
  opacity: .6;
  flex-shrink: 0;
  margin-top: 4px;
  min-width: 24px;
}
#scb-hp .hp-process__body h3, .scb-hp .hp-process__body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.4;
}
#scb-hp .hp-process__body p, .scb-hp .hp-process__body p {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
}

/* Footer button */
#scb-hp .hp-process__ft, .scb-hp .hp-process__ft {
  position: relative; z-index: 2;
  margin-top: 48px;
}

/* ====================================================================
   SECTION 5 — QUALITÀ
   ==================================================================== */
#scb-hp .hp-quality, .scb-hp .hp-quality {
  background: #fff;
  padding: clamp(80px, 10vw, 140px) 0;
}
#scb-hp .hp-quality__hd, .scb-hp .hp-quality__hd {
  margin-bottom: 48px;
  max-width: 540px;
}

/* Feature list */
#scb-hp .hp-feat-list, .scb-hp .hp-feat-list { display: flex; flex-direction: column; }
#scb-hp .hp-feat, .scb-hp .hp-feat {
  display: grid;
  grid-template-columns: 60px 1fr 36px;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(58,69,87,.08);
  cursor: pointer;
  position: relative;
  transition: transform .3s var(--hp-ease), background .3s;
  border-radius: 8px;
  padding-inline: 12px;
}
#scb-hp .hp-feat::before, .scb-hp .hp-feat::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--hp-yellow);
  border-radius: 3px 0 0 3px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s var(--hp-ease);
}
#scb-hp .hp-feat:hover, .scb-hp .hp-feat:hover {
  transform: translateX(8px);
  background: rgba(58,69,87,.03);
}
#scb-hp .hp-feat:hover::before, .scb-hp .hp-feat:hover::before { transform: scaleY(1); }

#scb-hp .hp-feat__icon-wrap, .scb-hp .hp-feat__icon-wrap {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(58,69,87,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .3s;
}
#scb-hp .hp-feat:hover .hp-feat__icon-wrap, .scb-hp .hp-feat:hover .hp-feat__icon-wrap {
  background: rgba(255,223,0,.12);
}
#scb-hp .hp-feat__icon-wrap svg, .scb-hp .hp-feat__icon-wrap svg {
  width: 22px; height: 22px;
  color: var(--hp-dark);
  transition: color .3s;
}
#scb-hp .hp-feat:hover .hp-feat__icon-wrap svg, .scb-hp .hp-feat:hover .hp-feat__icon-wrap svg {
  color: var(--hp-dark);
}

#scb-hp .hp-feat__content h3, .scb-hp .hp-feat__content h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--hp-dark);
  margin-bottom: 4px;
  line-height: 1.4;
}
#scb-hp .hp-feat__content p, .scb-hp .hp-feat__content p {
  font-size: 14px;
  color: rgba(58,69,87,.6);
  line-height: 1.6;
}

#scb-hp .hp-feat__arrow, .scb-hp .hp-feat__arrow {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(58,69,87,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .3s, border-color .3s, transform .3s var(--hp-ease);
}
#scb-hp .hp-feat:hover .hp-feat__arrow, .scb-hp .hp-feat:hover .hp-feat__arrow {
  background: var(--hp-dark);
  border-color: var(--hp-dark);
  transform: rotate(45deg);
}
#scb-hp .hp-feat__arrow svg, .scb-hp .hp-feat__arrow svg {
  width: 14px; height: 14px;
  color: var(--hp-dark);
  transition: color .3s;
}
#scb-hp .hp-feat:hover .hp-feat__arrow svg, .scb-hp .hp-feat:hover .hp-feat__arrow svg { color: #fff; }

#scb-hp .hp-quality__ft, .scb-hp .hp-quality__ft {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}

/* ====================================================================
   SECTION 6 — CTA CONTATTI
   ==================================================================== */
#scb-hp .hp-cta, .scb-hp .hp-cta {
  position: relative;
  background: var(--hp-dark);
  padding: clamp(100px, 12vw, 160px) 0;
  overflow: hidden;
  text-align: center;
}
#scb-hp .hp-cta__bg-img, .scb-hp .hp-cta__bg-img {
  position: absolute; inset: 0; z-index: 0;
  margin: 0;
}
#scb-hp .hp-cta__bg-img img, .scb-hp .hp-cta__bg-img img {
  width: 100%; height: 100%; object-fit: cover; opacity: .07;
}
#scb-hp .hp-cta__overlay, .scb-hp .hp-cta__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(58,69,87,.92);
}
#scb-hp .hp-cta__glow, .scb-hp .hp-cta__glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 350px;
  background: radial-gradient(ellipse, rgba(255,223,0,.12) 0%, transparent 65%);
  z-index: 2; pointer-events: none;
}
#scb-hp .hp-cta__inner, .scb-hp .hp-cta__inner {
  position: relative; z-index: 3;
  max-width: 680px;
  margin: 0 auto;
}
#scb-hp .hp-cta .hp-h2--light, .scb-hp .hp-cta .hp-h2--light {
  font-size: clamp(32px, 5vw, 64px);
  margin-bottom: 20px;
}
#scb-hp .hp-cta__body, .scb-hp .hp-cta__body {
  font-size: clamp(15px,1.5vw,18px);
  line-height: 1.75;
  color: rgba(255,255,255,.55);
  margin-bottom: 40px;
  max-width: 520px;
  margin-inline: auto;
}
#scb-hp .hp-cta__bottom-line, .scb-hp .hp-cta__bottom-line {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, var(--hp-yellow) 30%, var(--hp-yellow) 70%, transparent 100%);
  z-index: 5;
}

/* ====================================================================
   RESPONSIVE
   ==================================================================== */
@media (max-width: 1024px) {
  #scb-hp .hp-hero__layout, .scb-hp .hp-hero__layout {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  #scb-hp .hp-hero__copy, .scb-hp .hp-hero__copy { max-width: 100%; }
  #scb-hp .hp-hero__btns, .scb-hp .hp-hero__btns { justify-content: center; }
  #scb-hp .hp-hero__sub, .scb-hp .hp-hero__sub { margin-inline: auto; }
  #scb-hp .hp-about__grid, .scb-hp .hp-about__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  #scb-hp .hp-about__media, .scb-hp .hp-about__media { max-width: 480px; margin: 0 auto; width: 100%; }
  #scb-hp .hp-stats__row, .scb-hp .hp-stats__row { grid-template-columns: repeat(2, 1fr); }
  #scb-hp .hp-stat:nth-child(3)::before, .scb-hp .hp-stat:nth-child(3)::before { display: none; }
  #scb-hp .hp-stat:nth-child(3), .scb-hp .hp-stat:nth-child(3) {
    border-top: 1px solid rgba(255,255,255,.08);
  }
  #scb-hp .hp-stat:nth-child(4), .scb-hp .hp-stat:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.08);
  }
}
@media (max-width: 768px) {
  #scb-hp .hp-orb, .scb-hp .hp-orb { width: 280px; height: 280px; }
  #scb-hp .hp-orb__node--a, .scb-hp .hp-orb__node--a { top: 4%; right: -2%; }
  #scb-hp .hp-orb__node--b, .scb-hp .hp-orb__node--b { bottom: 4%; left: -2%; }
  #scb-hp .hp-stats__row, .scb-hp .hp-stats__row { grid-template-columns: 1fr 1fr; }
  #scb-hp .hp-process__timeline, .scb-hp .hp-process__timeline { padding-left: 50px; }
  #scb-hp .hp-process__line, .scb-hp .hp-process__line { left: 10px; }
  #scb-hp .hp-process__dot, .scb-hp .hp-process__dot { left: -40px; }
  #scb-hp .hp-feat, .scb-hp .hp-feat { grid-template-columns: 48px 1fr; }
  #scb-hp .hp-feat__arrow, .scb-hp .hp-feat__arrow { display: none; }
  #scb-hp .hp-about__badge, .scb-hp .hp-about__badge { right: 0; bottom: -10px; }
}
@media (max-width: 480px) {
  #scb-hp .hp-hero__tl--lg, .scb-hp .hp-hero__tl--lg { font-size: 40px; }
  #scb-hp .hp-stat__val, .scb-hp .hp-stat__val { font-size: 36px; }
  #scb-hp .hp-stats__row, .scb-hp .hp-stats__row { grid-template-columns: 1fr; }
  #scb-hp .hp-stat + .hp-stat::before, .scb-hp .hp-stat + .hp-stat::before { display: none; }
  #scb-hp .hp-stat, .scb-hp .hp-stat { border-bottom: 1px solid rgba(255,255,255,.06); }
}

/* ====================================================================
   PREFERS-REDUCED-MOTION
   ==================================================================== */
@media (prefers-reduced-motion: reduce) {
  #scb-hp .hp-orb__r, .scb-hp .hp-orb__r { animation: none; }
  #scb-hp .hp-hero__scroll-line em, .scb-hp .hp-hero__scroll-line em { animation: none; opacity: .4; height: 100%; }
  #scb-hp .hp-btn:hover, .scb-hp .hp-btn:hover { transform: none; }
  #scb-hp .hp-feat:hover, .scb-hp .hp-feat:hover { transform: none; }
}
