/* Page SoyBoosteur — LEGUMEFIX */

@keyframes sb-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
@keyframes sb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes sb-mesh-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(2%, -2%) scale(1.05); }
}
@keyframes sb-hero-img-in {
  from { transform: scale(1.03); opacity: 0.94; }
  to { transform: scale(1); opacity: 1; }
}

html:has(body.sb-page) { scroll-behavior: smooth; }

body.sb-page {
  background-color: #F5F8F1;
  background-image:
    radial-gradient(ellipse 80% 55% at 100% 0%, rgba(76, 138, 36, 0.07), transparent 52%),
    radial-gradient(ellipse 65% 45% at 0% 100%, rgba(28, 124, 74, 0.06), transparent 48%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.sb-page .grain { display: none; }
body.sb-page ::selection {
  background: #C9E6BE;
  color: #0E4429;
}

.sb-page-wrap {
  --sb-font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --sb-font-body: 'Manrope', system-ui, sans-serif;
  --sb-accent: #4C8A24;
  --sb-accent-bright: #7FBF4D;
  --sb-accent-bg: #EAF5DF;
  --sb-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --sb-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --sb-ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --sb-dur: 1.05s;
  --sb-blur: 5px;
  font-family: var(--sb-font-body);
  color: #13231A;
  overflow-x: hidden;
}

.sb-page-wrap .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;
}
.sb-page-wrap .sc-icon-wrap--xs { width: 32px; height: 32px; border-radius: 10px; }
.sb-page-wrap .sc-icon-wrap--sm { width: 40px; height: 40px; border-radius: 12px; }
.sb-page-wrap .sc-icon-wrap--md { width: 48px; height: 48px; border-radius: 14px; }
.sb-page-wrap .sc-icon-wrap--lg {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(145deg, #EEF6EA 0%, #E6F1E2 100%);
  border: 1px solid rgba(28, 124, 74, 0.12);
}
.sb-advantages .sc-icon-wrap {
  background: rgba(155, 224, 138, 0.12);
  border-color: rgba(155, 224, 138, 0.22);
  color: #9BE08A;
}
.sb-office-card .sc-icon-wrap,
.sb-office-btn .sc-icon-wrap {
  background: transparent;
  border: none;
  box-shadow: none;
  color: inherit;
}
.sb-office-card__addr .sc-icon-wrap {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: rgba(155, 224, 138, 0.12);
  border: 1px solid rgba(155, 224, 138, 0.2);
  color: #9BE08A;
}
.sb-office-btn .sc-icon-wrap {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: inherit;
}
.sb-office-btn--wa .sc-icon-wrap {
  background: rgba(14, 68, 41, 0.12);
  color: #0E4429;
}
.sb-page-wrap .sc-icon-wrap .sc-icon { width: 55%; height: 55%; display: block; }
.sb-office-card__addr {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #BFD6B6;
  font-weight: 500;
  margin: 0 0 18px;
}

.sb-page-wrap [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(var(--sb-blur));
  transition:
    opacity var(--sb-dur) var(--sb-ease-out),
    transform var(--sb-dur) var(--sb-ease-out),
    filter calc(var(--sb-dur) * 0.82) var(--sb-ease-out);
  transition-delay: var(--rv-delay, 0ms);
  will-change: opacity, transform, filter;
}
.sb-page-wrap [data-reveal="fade-left"] {
  transform: translateX(-18px);
}
.sb-page-wrap [data-reveal="fade-right"] {
  transform: translateX(18px);
}
.sb-page-wrap [data-reveal="scale"] {
  transform: scale(0.985) translateY(10px);
  filter: blur(4px);
}
.sb-page-wrap [data-reveal="fade"] {
  transform: none;
  filter: blur(4px);
}
html:not(.sb-js) .sb-page-wrap [data-reveal],
.sb-page-wrap [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  filter: blur(0);
  will-change: auto;
}

.sb-page-wrap [data-hero-cascade] > * {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(4px);
  transition:
    opacity 1s var(--sb-ease-out),
    transform 1s var(--sb-ease-out),
    filter 0.85s var(--sb-ease-out);
  transition-delay: calc(100ms + var(--hero-i, 0) * 58ms);
}
.sb-page-wrap [data-hero-cascade].is-animated > * {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.sb-page-wrap.is-ready .sb-hero__visual.is-revealed .sb-hero__packshot img {
  animation: sb-hero-img-in 1.35s var(--sb-ease-out) both;
  animation-delay: 0.12s;
}
.sb-page-wrap.is-ready .sb-usage__visual.is-revealed img {
  animation: sb-hero-img-in 1.2s var(--sb-ease-out) both;
  animation-delay: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.sb-page) { scroll-behavior: auto; }
  .sb-page-wrap [data-reveal],
  .sb-page-wrap [data-hero-cascade] > * {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
  }
  .sb-hero__float {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .sb-page-wrap.is-ready .sb-hero__visual.is-revealed .sb-hero__packshot img,
  .sb-page-wrap.is-ready .sb-usage__visual.is-revealed img {
    animation: none;
  }
  .sb-hero__orb { animation: none; }
  .sb-badge__dot { animation: none; }
}

.sb-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sb-accent);
  margin-bottom: 14px;
}
.sb-eyebrow--light { color: #9BE08A; }
.sb-h2 {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.sb-h2--light { color: #fff; }
.sb-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.sb-section-head--light { max-width: 680px; margin-bottom: 52px; }
.sb-section-intro {
  font-size: 17px;
  line-height: 1.6;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}
.sb-section-intro--light { color: #BFD6B6; font-size: 16.5px; line-height: 1.55; }
.sb-section-intro--left { text-align: left; }

.sb-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 5vw, 32px);
}
.sb-section#produit {
  background: linear-gradient(180deg, rgba(238, 244, 233, 0.42) 0%, transparent 88%);
}
.sb-section.sb-contact {
  padding-top: clamp(24px, 3.5vw, 40px);
  background: linear-gradient(180deg, transparent 0%, rgba(238, 244, 233, 0.38) 35%, rgba(238, 244, 233, 0.22) 100%);
}
.sb-contact__title {
  line-height: 1.08;
  text-wrap: balance;
}
.sb-contact__title-line {
  display: block;
}

/* Hero */
.sb-hero {
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + clamp(40px, 6vw, 64px)) clamp(18px, 5vw, 32px) clamp(28px, 4vw, 40px);
}
.sb-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sb-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  animation: sb-mesh-drift 22s ease-in-out infinite;
}
.sb-hero__orb--1 {
  width: min(420px, 60vw);
  height: min(420px, 60vw);
  top: -18%;
  right: -8%;
  background: radial-gradient(circle, rgba(76, 138, 36, 0.14) 0%, transparent 70%);
}
.sb-hero__orb--2 {
  width: min(320px, 50vw);
  height: min(320px, 50vw);
  bottom: -10%;
  left: -6%;
  background: radial-gradient(circle, rgba(28, 124, 74, 0.1) 0%, transparent 70%);
  animation-delay: -8s;
}
.sb-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
}
.sb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #8A998D;
  margin-bottom: 22px;
}
.sb-breadcrumb a { text-decoration: none; color: inherit; }
.sb-breadcrumb__current { color: #1C7C4A; font-weight: 700; }
.sb-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--sb-accent-bg);
  color: var(--sb-accent);
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.sb-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--sb-accent-bright);
  animation: sb-pulse 2s ease-in-out infinite;
}
.sb-hero__title {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.sb-hero__title em { color: var(--sb-accent); font-style: normal; }
.sb-hero__lead {
  font-size: 18px;
  line-height: 1.55;
  color: #5C6B60;
  max-width: 480px;
  margin: 0 0 34px;
  font-weight: 500;
}
.sb-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.sb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  font-family: var(--sb-font-body);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    transform 0.35s var(--sb-ease);
}
.sb-btn--primary {
  background: #1C7C4A;
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(28, 124, 74, 0.8);
}
.sb-btn--primary:hover {
  color: #fff;
  background: #178f47;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(28, 124, 74, 0.85);
}
.sb-btn--outline {
  background: #fff;
  color: #13231A;
  border: 1px solid #DCE6D6;
}
.sb-btn--how {
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.35s var(--sb-ease);
}
.sb-btn--how:hover {
  border-color: #1C7C4A;
  color: #13231A;
  background: #fff;
  transform: translateY(-2px);
}
.sb-btn--full { width: 100%; }
.sb-hero__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(32px, 4vw, 44px);
}
.sb-hero__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #E3EADE;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 16px 40px -36px rgba(15, 68, 41, 0.45);
}
.sb-hero__stat strong {
  display: block;
  font-family: var(--sb-font-display);
  font-weight: 800;
  font-size: clamp(22px, 4vw, 28px);
  color: var(--sb-accent);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.sb-hero__stat span {
  display: block;
  font-size: 12px;
  color: #8A998D;
  font-weight: 600;
  line-height: 1.35;
}
.sb-hero__stat-icon {
  flex-shrink: 0;
}
.sb-hero__stat-icon .sc-icon-wrap {
  width: 36px;
  height: 36px;
}
.sb-hero__stat-div { display: none; }
.sb-hero__visual { position: relative; }
.sb-hero__packshot {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(15, 68, 41, 0.5);
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, #E8F3E0 0%, #D4E8C8 100%);
}
.sb-hero__ribbon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  font-family: var(--sb-font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(14, 68, 41, 0.82);
  backdrop-filter: blur(8px);
  padding: 8px 12px;
  border-radius: 999px;
}
.sb-hero__packshot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 24px;
}
.sb-hero__packshot img[data-img-error] {
  opacity: 0;
  padding: 0;
}
.sb-usage__visual.sb-hero__packshot--empty::after,
.sb-hero__packshot.sb-hero__packshot--empty::after {
  content: '';
  position: absolute;
  inset: 20%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='none' stroke='%234C8A24' stroke-width='1.25'%3E%3Cpath d='M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z'/%3E%3C/svg%3E") center / 88px no-repeat;
  opacity: 0.35;
}
.sb-hero__float {
  position: absolute;
  left: -14px;
  bottom: 40px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 20px 44px -20px rgba(15, 68, 41, 0.45);
  display: flex;
  align-items: center;
  gap: 13px;
  opacity: 0;
  transform: translateY(12px);
  animation: none;
  transition:
    opacity 1.05s var(--sb-ease-out),
    transform 1.05s var(--sb-ease-out);
}
.sb-hero__visual.is-revealed .sb-hero__float {
  opacity: 1;
  transform: none;
  transition-delay: 0.42s;
  animation: sb-float 9s var(--sb-ease-soft) 1.15s infinite;
}
.sb-hero__float-label { font-size: 12px; color: #8A998D; font-weight: 600; }
.sb-hero__float-value {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--sb-accent);
  letter-spacing: -0.01em;
}

/* Sous-navigation */
.sb-subnav {
  position: sticky;
  top: calc(var(--nav-h, 76px) - 1px);
  z-index: 20;
  padding: 0 clamp(18px, 5vw, 32px) 20px;
  background: linear-gradient(180deg, rgba(245, 248, 241, 0.96) 70%, rgba(245, 248, 241, 0));
  backdrop-filter: blur(10px);
}
.sb-subnav__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border: 1px solid #E3EADE;
  border-radius: 999px;
  box-shadow: 0 12px 32px -28px rgba(15, 68, 41, 0.5);
}
.sb-subnav__link {
  text-decoration: none;
  color: #3A4A3E;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
}

/* Steps */
.sb-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.sb-step-card {
  background: #fff;
  border: 1px solid #E3EADE;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 24px 48px -42px rgba(15, 68, 41, 0.4);
}
.sb-step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.sb-step-card__icon .sc-icon-wrap {
  margin: 0;
}
.sb-step-card__num {
  font-family: var(--sb-font-display);
  font-weight: 800;
  font-size: 14px;
  color: #A9C28D;
}
.sb-step-card__title {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: 18.5px;
  letter-spacing: -0.015em;
  margin: 0 0 9px;
}
.sb-step-card__text {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}

/* Avantages */
.sb-advantages {
  background: #0E4429;
  color: #fff;
}
.sb-advantages__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 5vw, 32px);
}
.sb-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
@media (min-width: 900px) {
  .sb-metrics-grid { grid-template-columns: repeat(4, 1fr); }
}
.sb-metric-card {
  background: #0F4F31;
  border: 1px solid #1A6340;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sb-metric-card__icon .sc-icon-wrap { margin-bottom: 4px; }
.sb-metric-card__value {
  font-family: var(--sb-font-display);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.03em;
  color: #9BE08A;
  margin-bottom: 10px;
}
.sb-metric-card__label {
  font-size: 15px;
  line-height: 1.5;
  color: #E4F0DE;
  font-weight: 600;
  margin: 0;
}
.sb-bullets-panel {
  background: #0F4F31;
  border: 1px solid #1A6340;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 640px) {
  .sb-bullets-panel { grid-template-columns: 1fr; }
}
@media (min-width: 1024px) {
  .sb-bullets-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.sb-bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.45;
  color: #D6E7CE;
  font-weight: 500;
}
.sb-bullet__check {
  flex-shrink: 0;
  margin-top: 1px;
}
.sb-bullet__check .sc-icon-wrap {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #13593A;
  color: #9BE08A;
  border: none;
}

/* Usage */
.sb-usage {
  background: linear-gradient(160deg, #EEF4E9 0%, #E6EFE0 50%, #EEF4E9 100%);
}
.sb-usage__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 5vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
}
.sb-usage__head { margin-bottom: 28px; }
.sb-recipe {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.sb-recipe__item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #E1EBDB;
  border-radius: 16px;
  padding: 18px 20px;
}
.sb-recipe__icon .sc-icon-wrap {
  background: var(--sb-accent-bg);
  color: #1C7C4A;
}
.sb-recipe__num {
  flex-shrink: 0;
  min-width: 28px;
  font-family: var(--sb-font-display);
  font-weight: 800;
  font-size: 14px;
  color: #8A998D;
}
.sb-recipe__text {
  font-size: 15.5px;
  line-height: 1.4;
  color: #13231A;
  font-weight: 600;
}
.sb-usage__visual {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 40px 80px -45px rgba(15, 68, 41, 0.5);
  aspect-ratio: 4/5;
  background: repeating-linear-gradient(135deg, #D8E7D0 0 16px, #CDE0C3 16px 32px);
}
.sb-usage__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sb-usage__caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: #5E7A53;
  background: rgba(245, 248, 241, 0.85);
  padding: 6px 12px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* CTA */
.sb-cta {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 32px) clamp(24px, 3.5vw, 36px);
}
.sb-cta__panel {
  background: linear-gradient(135deg, #0E4429 0%, #13593A 55%, #1C7C4A 100%);
  border-radius: 28px;
  padding: clamp(32px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 32px 64px -40px rgba(15, 68, 41, 0.65);
}
.sb-cta__title {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 10px;
}
.sb-cta__sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #BFD6B6;
  font-weight: 500;
  max-width: 520px;
}
.sb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sb-btn--on-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.sb-btn--on-dark.sb-btn--outline {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.sb-btn--on-dark.sb-btn--outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}
.sb-btn .sc-icon-wrap {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.16);
  border: none;
  color: inherit;
  box-shadow: none;
}
.sb-btn--primary:hover .sc-icon-wrap {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}
.sb-btn--outline .sc-icon-wrap {
  background: var(--sb-accent-bg);
  color: var(--sb-accent);
}

/* Contact */
.sb-contact__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 3vw, 36px);
  align-items: start;
}
.sb-form-card {
  background: #fff;
  border: 1px solid #E3EADE;
  border-radius: 26px;
  padding: clamp(28px, 4vw, 40px);
  box-shadow: 0 30px 60px -45px rgba(15, 68, 41, 0.4);
}
.sb-form-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.sb-form-card__title {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.02em;
}
.sb-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sb-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sb-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sb-field__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5C6B60;
}
.sb-field__control {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FBFCF9;
  border: 1px solid #DCE6D6;
  border-radius: 12px;
  padding: 0 14px;
  transition: border-color 0.2s, background 0.2s;
}
.sb-field__control:focus-within {
  border-color: #1C7C4A;
  background: #fff;
}
.sb-field__control--area {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sb-field__control--area .sb-field__icon { margin-top: 2px; }
.sb-field__icon .sc-icon-wrap {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #8A998D;
}
.sb-field input,
.sb-field textarea {
  flex: 1;
  width: 100%;
  padding: 14px 0;
  border: none;
  border-radius: 0;
  font-family: var(--sb-font-body);
  font-size: 15px;
  color: #13231A;
  background: transparent;
  outline: none;
}
.sb-field textarea { resize: vertical; min-height: 110px; }
.sb-field input::placeholder,
.sb-field textarea::placeholder { color: #9DAE97; }
.sb-field__error {
  font-size: 12.5px;
  color: #C0392B;
  font-weight: 600;
  min-height: 1px;
}
.sb-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #FDEDEC;
  color: #C0392B;
  font-size: 14px;
  font-weight: 600;
}
.sb-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 12px;
}
.sb-success__icon { margin-bottom: 22px; }
.sb-success__title {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.sb-success__text {
  font-size: 15.5px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0 0 24px;
  max-width: 340px;
}
.sb-offices {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sb-office-card {
  background: #0E4429;
  color: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 24px 48px -42px rgba(15, 68, 41, 0.5);
}
.sb-office-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.sb-office-card__flag svg { width: 28px; height: auto; border-radius: 4px; }
.sb-office-card__country {
  font-family: var(--sb-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.015em;
  margin: 0;
}
.sb-office-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sb-office-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 700;
}
.sb-office-btn--tel {
  background: #0F4F31;
  border: 1px solid #1A6340;
  color: #fff;
  transition: none;
}
.sb-office-btn--tel:hover {
  background: #0F4F31;
  border-color: #1A6340;
  color: #fff;
  transform: none;
}
.sb-office-btn--wa {
  background: var(--sb-accent-bright);
  color: #0E4429;
  transition: background 0.25s ease, color 0.25s ease;
}
.sb-office-btn--wa:hover {
  color: #fff;
  background: #178f47;
  transform: none;
}
.sb-office-btn--wa:hover .sc-icon-wrap {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.sb-form button.sb-btn--primary:hover,
button.sb-btn--primary:hover {
  color: #fff;
  background: #178f47;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(28, 124, 74, 0.85);
}
.sb-form button.sb-btn--primary:hover .sc-icon-wrap,
button.sb-btn--primary:hover .sc-icon-wrap {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .sb-hero__inner {
    grid-template-columns: 1fr;
    gap: clamp(32px, 6vw, 48px);
  }
  .sb-hero__copy {
    text-align: center;
  }
  .sb-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .sb-hero__visual {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sb-hero {
    padding: calc(var(--nav-h) + 28px) 20px 32px;
  }
  .sb-badge {
    font-size: 11.5px;
    padding: 6px 12px;
    margin-bottom: 18px;
    max-width: min(100%, 360px);
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.35;
  }
  .sb-hero__title {
    font-size: clamp(32px, 8.5vw, 44px);
    margin-bottom: 16px;
  }
  .sb-hero__lead {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 36ch;
  }
  .sb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sb-hero__actions .sb-btn {
    width: 100%;
    justify-content: center;
  }
  .sb-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
  }
  .sb-hero__stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 8px;
    gap: 8px;
  }
  .sb-hero__stat strong {
    font-size: clamp(16px, 4vw, 22px);
  }
  .sb-hero__stat span {
    font-size: 10px;
    line-height: 1.25;
  }
  .sb-hero__packshot {
    border-radius: 20px;
  }
  .sb-hero__float {
    left: 8px;
    bottom: 16px;
    padding: 12px 14px;
    max-width: calc(100% - 24px);
  }
  .sb-hero__float-value {
    font-size: 15px;
  }

  .sb-section {
    padding: 48px 20px;
  }
  .sb-section.sb-contact {
    padding-top: 20px;
  }
  .sb-section-head {
    margin-bottom: 36px;
  }
  .sb-steps-grid {
    grid-template-columns: 1fr;
  }
  .sb-step-card {
    padding: 22px 20px;
  }

  .sb-advantages__inner {
    padding: 48px 20px;
  }
  .sb-metric-card {
    padding: 22px 20px;
  }

  .sb-usage__inner {
    padding: 48px 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sb-usage .sb-btn {
    width: 100%;
    justify-content: center;
  }
  .sb-usage .sb-btn--primary {
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: clamp(11.5px, 3.15vw, 14px);
    padding: 14px 12px;
    letter-spacing: -0.02em;
    gap: 6px;
  }
  .sb-usage .sb-btn--primary .sc-icon-wrap {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }

  .sb-cta {
    padding: 0 20px 20px;
  }
  .sb-cta__panel {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    padding: 32px 24px;
  }
  .sb-cta__actions {
    flex-direction: column;
  }
  .sb-cta__actions .sb-btn {
    width: 100%;
    justify-content: center;
  }

  .sb-contact__grid {
    grid-template-columns: 1fr;
  }

  .sb-subnav__inner {
    border-radius: 18px;
  }
  .sb-subnav__link {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }
}

@media (max-width: 480px) {
  .sb-hero__title {
    font-size: clamp(28px, 9vw, 36px);
  }
  .sb-hero__lead {
    max-width: none;
  }
  .sb-badge {
    font-size: 10.5px;
    letter-spacing: -0.01em;
  }
  .sb-h2 {
    font-size: clamp(24px, 7vw, 32px);
  }
}
