/* Page Ingrédients — alignée qualité / catalogue 2026 */

@keyframes si-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes si-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
@keyframes si-mesh-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3%, -2%) scale(1.04); }
}

html:has(body.si-page) { scroll-behavior: smooth; }

body.si-page {
  background: #F5F8F1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.si-page .grain { display: none; }
body.si-page ::selection {
  background: #C9E6BE;
  color: #0E4429;
}

.si-ingredients {
  --si-font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --si-font-body: 'Manrope', system-ui, sans-serif;
  --si-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --si-dur: 0.9s;
  font-family: var(--si-font-body);
  color: #13231A;
  overflow-x: hidden;
}

/* Reveal */
.si-ingredients [data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity var(--si-dur) var(--si-ease),
    transform var(--si-dur) var(--si-ease);
  transition-delay: var(--rv-delay, 0ms);
  will-change: opacity, transform;
}
.si-ingredients [data-reveal="fade-left"] { transform: translateX(-32px); }
.si-ingredients [data-reveal="fade-right"] { transform: translateX(32px); }
.si-ingredients [data-reveal="scale"] { transform: scale(0.94); }
.si-ingredients [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  html:has(body.si-page) { scroll-behavior: auto; }
  .si-ingredients [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .si-hero__orb { animation: none; }
}

/* Shared */
.si-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1C7C4A;
  margin-bottom: 14px;
}
.si-eyebrow--icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.si-eyebrow--icon .sc-icon-wrap--xs { margin-bottom: 0; }
.si-h2 {
  font-family: var(--si-font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  color: #13231A;
  text-wrap: balance;
}
.si-lead {
  font-size: 17px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}
.si-lead--compact { font-size: 15.5px; }
.si-em { color: #1C7C4A; }

.si-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  transition: transform 0.35s var(--si-ease), box-shadow 0.35s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s;
}
.si-btn--sm { padding: 11px 20px; font-size: 14px; }
.si-btn--primary {
  background: #1C7C4A;
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(28, 124, 74, 0.8);
}
.si-btn--primary:hover {
  color: #fff;
  background: #178f47;
  transform: translateY(-2px);
}
.si-btn--ghost {
  background: #fff;
  color: #13231A;
  border: 1px solid #DCE6D6;
}
.si-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: #C9D9C0;
}
.si-btn--white {
  background: #fff;
  color: #0E4429;
  padding: 15px 30px;
}
.si-btn--white:hover { transform: translateY(-2px); }
.si-btn--glass {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
}
.si-btn--glass:hover { color: #fff; transform: translateY(-2px); }
.si-btn--line {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.si-btn--line:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
.si-btn:active { transform: translateY(0) scale(0.98); }

/* Icônes premium */
.si-ingredients .sc-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, #f4faf1 0%, #e8f3e4 100%);
  border: 1px solid rgba(28, 124, 74, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 24px -14px rgba(28, 124, 74, 0.4);
  color: #1C7C4A;
  transition: transform 0.3s var(--si-ease), box-shadow 0.3s ease;
}
.si-ingredients .sc-icon-wrap--band {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(155, 224, 138, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  color: #9BE08A;
}
.si-ingredients .sc-icon-wrap--xs { width: 32px; height: 32px; border-radius: 10px; margin-bottom: 0; }
.si-ingredients .sc-icon-wrap--md { width: 48px; height: 48px; border-radius: 14px; margin-bottom: 0; }
.si-ingredients .sc-icon-wrap--lg { width: 88px; height: 88px; border-radius: 22px; opacity: 0.35; }
.si-ingredients .sc-icon-wrap .sc-icon { width: 55%; height: 55%; display: block; }
.si-shortcut:hover .sc-icon-wrap--md,
.si-cat-card:hover .sc-icon-wrap--xs {
  transform: translateY(-2px);
}

/* Hero */
.si-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(86vh, 800px);
}
.si-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.si-hero__bg-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      125deg,
      #041a10 0%,
      #0a3d24 28%,
      #0e4f31 52%,
      #156b42 72%,
      #0c3822 100%
    ),
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(155, 224, 138, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(28, 124, 74, 0.35) 0%, transparent 50%);
}
.si-hero__bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}
.si-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  animation: si-mesh-drift 22s ease-in-out infinite;
  mix-blend-mode: soft-light;
}
.si-hero__orb--1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -15%;
  right: -8%;
  background: radial-gradient(circle, rgba(155, 224, 138, 0.4) 0%, transparent 68%);
}
.si-hero__orb--2 {
  width: min(400px, 55vw);
  height: min(400px, 55vw);
  bottom: 8%;
  left: -6%;
  background: radial-gradient(circle, rgba(28, 124, 74, 0.5) 0%, transparent 70%);
  animation-delay: -9s;
}
.si-hero__orb--3 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  top: 40%;
  left: 42%;
  background: radial-gradient(circle, rgba(201, 230, 190, 0.2) 0%, transparent 70%);
  animation-delay: -4s;
}
.si-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + clamp(32px, 5vw, 56px)) clamp(20px, 5vw, 32px) clamp(64px, 9vw, 96px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-hero__copy {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.si-hero .si-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #C9E6BE;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin: 0 0 28px;
  box-shadow: 0 8px 32px -16px rgba(0, 0, 0, 0.35);
}
.si-hero .si-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9BE08A;
  box-shadow: 0 0 12px rgba(155, 224, 138, 0.8);
  animation: si-pulse 2s ease-in-out infinite;
}
.si-hero__title {
  font-family: var(--si-font-display);
  font-weight: 700;
  font-size: clamp(32px, 5.5vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
  color: #fff;
  white-space: nowrap;
}
.si-hero .si-em {
  color: #9BE08A;
}
.si-hero__lead {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.76);
  max-width: 52ch;
  margin: 0 auto 40px;
  font-weight: 500;
}
.si-hero__stats {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  width: 100%;
  max-width: 540px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.si-hero__stat {
  padding: 20px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.35);
}
.si-hero__stat-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 0;
}
.si-hero__stat-icon .sc-icon-wrap--xs { margin: 0; }
.si-hero__stat strong {
  display: block;
  font-family: var(--si-font-display);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}
.si-hero__stat span {
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.35;
}
.si-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.si-hero .si-btn--primary {
  box-shadow: 0 14px 36px -14px rgba(0, 0, 0, 0.45);
}

/* Trust — barre flottante certifications */
.si-trust {
  position: relative;
  z-index: 2;
  margin-top: clamp(-44px, -4vw, -28px);
  padding: 0 clamp(18px, 5vw, 32px);
  background: transparent;
  border: none;
}
.si-trust__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 18px 14px 20px;
  display: grid;
  grid-template-columns: auto 1px minmax(0, 1fr);
  align-items: center;
  gap: 0 22px;
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid rgba(28, 124, 74, 0.1);
  border-radius: 18px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 48px -28px rgba(15, 68, 41, 0.28);
}
.si-trust__head {
  flex-shrink: 0;
}
.si-trust__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C7C4A;
  line-height: 1.25;
  white-space: nowrap;
}
.si-trust__label-text {
  text-wrap: balance;
}
.si-trust__label .sc-icon-wrap--xs {
  margin-bottom: 0;
  flex-shrink: 0;
}
.si-trust__sep {
  width: 1px;
  height: 36px;
  justify-self: center;
  background: linear-gradient(180deg, transparent 0%, #D4E4CC 35%, #D4E4CC 65%, transparent 100%);
}
.si-trust__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}
.si-trust__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(145deg, #F6FAF3 0%, #EEF4E9 100%);
  color: #145C38;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(28, 124, 74, 0.1);
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--si-ease);
}
.si-trust__badge::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1C7C4A;
  opacity: 0.55;
  flex-shrink: 0;
}
.si-trust__badge:hover {
  border-color: rgba(28, 124, 74, 0.22);
  box-shadow: 0 6px 16px -10px rgba(28, 124, 74, 0.35);
  transform: translateY(-1px);
}

/* Families */
.si-families {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 96px) clamp(18px, 5vw, 32px);
  background: linear-gradient(180deg, rgba(238, 244, 233, 0.35) 0%, transparent 55%, rgba(238, 244, 233, 0.2) 100%);
}
.si-families__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 52px;
}
.si-families__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.si-cat-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #E3EADE;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 44px -42px rgba(15, 68, 41, 0.4);
  transition: transform 0.35s var(--si-ease), box-shadow 0.35s ease, border-color 0.25s;
}
.si-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px -36px rgba(15, 68, 41, 0.48);
  border-color: #D0E0C8;
}
.si-cat-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #E8F0E4;
}
.si-cat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--si-ease);
}
.si-cat-card:hover .si-cat-card__media img {
  transform: scale(1.05);
}
.si-cat-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(14, 68, 41, 0.55) 100%);
  pointer-events: none;
}
.si-cat-card__icon {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C7C4A;
  box-shadow: 0 8px 20px -12px rgba(15, 68, 41, 0.4);
}
.si-cat-card__icon .nav__mega-svg {
  width: 20px;
  height: 20px;
}
.si-cat-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 22px 22px;
}
.si-cat-card__num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9DAE97;
}
.si-cat-card__title {
  font-family: var(--si-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.015em;
  color: #13231A;
  line-height: 1.15;
}
.si-cat-card__meta {
  font-size: 13.5px;
  font-weight: 600;
  color: #1C7C4A;
}

/* Shortcuts */
.si-shortcuts {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 72px) clamp(18px, 5vw, 32px) clamp(64px, 9vw, 96px);
  background: linear-gradient(180deg, transparent 0%, rgba(238, 244, 233, 0.45) 100%);
}
.si-shortcuts__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.si-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.si-shortcut {
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E3EADE;
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 22px 44px -42px rgba(15, 68, 41, 0.38);
  transition: transform 0.35s var(--si-ease), box-shadow 0.35s;
}
.si-shortcut:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 52px -38px rgba(15, 68, 41, 0.45);
}
.si-shortcut--boost {
  background: linear-gradient(145deg, #F8FBF6 0%, #EEF5E8 100%);
}
.si-shortcut__icon {
  line-height: 0;
  margin-bottom: 20px;
}
.si-shortcut__icon .sc-icon-wrap--md { margin: 0; }
.si-shortcut__title {
  font-family: var(--si-font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #13231A;
}
.si-shortcut__text {
  font-size: 15px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0 0 22px;
}

/* CTA */
.si-cta-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 32px) clamp(56px, 8vw, 96px);
}
.si-cta {
  background: linear-gradient(135deg, #1C7C4A 0%, #168044 45%, #0E4429 100%);
  border-radius: 32px;
  padding: clamp(44px, 6vw, 72px) clamp(28px, 5vw, 56px);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 90px -45px rgba(15, 68, 41, 0.7);
}
.si-cta__deco {
  position: absolute;
  top: -20px;
  right: 24px;
  line-height: 0;
  pointer-events: none;
}
.si-cta__deco .sc-icon-wrap--lg {
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}
.si-cta__title {
  font-family: var(--si-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: #fff;
  position: relative;
  text-wrap: balance;
}
.si-cta__lead {
  font-size: 18px;
  line-height: 1.5;
  color: #CFE8C5;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 32px;
  position: relative;
}
.si-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1024px) {
  .si-hero__copy {
    text-align: center;
  }
  .si-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .si-families__head {
    margin-bottom: 40px;
  }
  .si-trust__inner {
    max-width: 720px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 20px;
    text-align: center;
  }
  .si-trust__sep {
    display: none;
  }
  .si-trust__head {
    display: flex;
    justify-content: center;
  }
  .si-trust__label {
    white-space: normal;
    justify-content: center;
  }
  .si-trust__label-text {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .si-hero {
    min-height: auto;
  }
  .si-hero__inner {
    padding: calc(var(--nav-h) + 28px) 20px 56px;
  }
  .si-hero .si-badge {
    font-size: 11.5px;
    padding: 7px 14px;
    margin-bottom: 20px;
    max-width: min(100%, 360px);
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.35;
  }
  .si-hero__title {
    font-size: clamp(32px, 8.5vw, 44px);
    white-space: normal;
    text-wrap: balance;
    margin-bottom: 16px;
  }
  .si-hero__lead {
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 36ch;
  }
  .si-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 8px;
    margin-bottom: 32px;
  }
  .si-hero__stat {
    padding: 14px 8px;
    border-radius: 14px;
  }
  .si-hero__stat-icon {
    margin-bottom: 6px;
  }
  .si-hero__stat strong {
    font-size: clamp(18px, 5vw, 24px);
  }
  .si-hero__stat span {
    font-size: 10px;
    margin-top: 6px;
    letter-spacing: 0;
  }
  .si-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }
  .si-hero__actions .si-btn {
    width: 100%;
    justify-content: center;
  }

  .si-trust {
    margin-top: -36px;
    padding: 0 16px;
  }
  .si-trust__inner {
    padding: 16px 14px;
    border-radius: 16px;
    gap: 12px;
  }
  .si-trust__label {
    font-size: 10.5px;
    letter-spacing: 0.08em;
    gap: 8px;
  }
  .si-trust__badges {
    gap: 6px;
  }
  .si-trust__badge {
    font-size: 11.5px;
    padding: 7px 11px;
    border-radius: 9px;
    white-space: normal;
  }
  .si-trust__badge::before {
    width: 4px;
    height: 4px;
  }

  .si-families {
    padding: 48px 20px;
  }
  .si-families__head {
    margin-bottom: 32px;
  }
  .si-families__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .si-cat-card__title {
    font-size: 18px;
  }

  .si-shortcuts {
    padding: 48px 20px 64px;
  }
  .si-shortcuts__head {
    margin-bottom: 28px;
  }
  .si-shortcuts__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .si-shortcut {
    padding: 28px 24px;
  }
  .si-shortcut .si-btn {
    width: 100%;
    justify-content: center;
  }

  .si-cta-wrap {
    padding: 0 20px 48px;
  }
  .si-cta {
    border-radius: 22px;
    padding: 36px 24px;
  }
  .si-cta__deco {
    right: 12px;
    top: -12px;
  }
  .si-cta__deco .sc-icon-wrap--lg {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
  .si-cta__lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .si-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .si-cta__actions .si-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .si-hero__title {
    font-size: clamp(26px, 9vw, 36px);
  }
  .si-hero__lead {
    max-width: none;
  }
  .si-hero .si-badge {
    font-size: 10.5px;
    letter-spacing: 0.04em;
  }
  .si-h2 {
    font-size: clamp(24px, 7vw, 32px);
  }
  .si-lead {
    font-size: 15.5px;
  }
  .si-trust__badges {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }
  .si-trust__badge {
    font-size: 10.5px;
    padding: 6px 10px;
    width: 100%;
    min-width: 0;
  }
  .si-trust__badge:nth-child(1) { grid-column: 1 / 3; }
  .si-trust__badge:nth-child(2) { grid-column: 3 / 5; }
  .si-trust__badge:nth-child(3) { grid-column: 5 / 7; }
  .si-trust__badge:nth-child(4) { grid-column: 2 / 4; }
  .si-trust__badge:nth-child(5) { grid-column: 4 / 6; }
  .si-shortcut__title {
    font-size: 20px;
  }
  .si-cta__title {
    font-size: clamp(24px, 7vw, 32px);
  }
}
