/* SOURCE: style.css */
@font-face {
  font-family: "Inter";
  src: url("assets/Inter-400-900-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/Playfair-Display-Italic-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #050706;
  --black-soft: #0c100d;
  --white: #f7f8f4;
  --muted: rgba(247, 248, 244, 0.72);
  --line: rgba(255, 255, 255, 0.16);
  --green: #00c82d;
  --green-soft: #54f15d;
  --glass: rgba(255, 255, 255, 0.1);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  --grid-size: 87.5px;
  --grid-line: rgba(0, 205, 55, 0.2);
  --page-bg:
    linear-gradient(var(--grid-line) 1.5px, transparent 1.5px),
    linear-gradient(90deg, var(--grid-line) 1.5px, transparent 1.5px),
    radial-gradient(circle at 74% 8%, rgba(0, 132, 28, 0.48), transparent 31rem),
    radial-gradient(circle at 12% 42%, rgba(255, 255, 255, 0.06), transparent 22rem),
    linear-gradient(90deg, #010201 0%, #010201 45%, #062d0d 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #010201;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--white);
  background: var(--page-bg);
  background-size: var(--grid-size) var(--grid-size), var(--grid-size) var(--grid-size), auto, auto, auto;
  background-position: 0 0;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: none;
}

body::after {
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 30;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 7, 6, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.brand,
.main-nav,
.header-cta,
.btn,
.hero-strip span {
  display: inline-flex;
  align-items: center;
}

.brand {
  width: 168px;
  height: 46px;
  justify-content: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(247, 248, 244, 0.96);
  box-shadow: 0 0 28px rgba(84, 241, 93, 0.18);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  gap: clamp(16px, 3vw, 42px);
  color: rgba(247, 248, 244, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

.main-nav a:hover,
.contact-card a:hover {
  color: var(--green-soft);
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--black);
  background: var(--green-soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  padding: 88px 24px 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-bg img {
  display: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 200, 45, 0.18), transparent 24rem),
    linear-gradient(90deg, rgba(2, 3, 2, 0.84) 0%, rgba(2, 3, 2, 0.48) 54%, rgba(2, 3, 2, 0.2) 100%),
    linear-gradient(to top, rgba(2, 3, 2, 0.7), transparent 55%);
}

.hero-panel {
  width: min(100%, 1440px);
  margin: 0 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 440px);
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
}

.hero-copy {
  max-width: 830px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  margin-bottom: 14px;
  max-width: 720px;
  font-size: clamp(3rem, 5.75vw, 5.45rem);
  line-height: 0.88;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.5);
}

.hero-text {
  max-width: 580px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  line-height: 1.55;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(84, 241, 93, 0.28);
  border-radius: 999px;
  background: rgba(84, 241, 93, 0.08);
  color: rgba(247, 248, 244, 0.84);
  font-size: 0.76rem;
  font-weight: 900;
}

.btn {
  min-height: 60px;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1rem;
}

.btn-primary {
  color: var(--black);
  background: var(--green-soft);
  box-shadow: 0 0 0 6px rgba(84, 241, 93, 0.1), 0 18px 44px rgba(0, 200, 45, 0.34);
}

.btn-primary::after,
.btn-secondary::after {
  content: "->";
  margin-left: 12px;
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.hero-card {
  position: relative;
  align-self: stretch;
  min-height: 0;
  height: min(56vh, 440px);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 80% 18%, rgba(84, 241, 93, 0.28), transparent 16rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.food-photo {
  position: absolute;
  inset: 18px 18px 118px;
  border-radius: 26px;
  overflow: hidden;
  background: #071009;
}

.food-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 24%, rgba(84, 241, 93, 0.24), transparent 14rem),
    linear-gradient(to top, rgba(3, 5, 4, 0.62), transparent 52%);
  pointer-events: none;
}

.food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.visual-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--black);
  background: var(--green-soft);
  box-shadow: 0 0 24px rgba(84, 241, 93, 0.38);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-preview {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 108px;
  z-index: 2;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(5, 7, 6, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.menu-preview span,
.menu-preview small {
  display: block;
  color: rgba(247, 248, 244, 0.66);
  font-size: 0.74rem;
  font-weight: 800;
}

.menu-preview strong {
  display: block;
  margin: 4px 0;
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.result-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border-radius: 24px;
  color: var(--black);
  background: rgba(247, 248, 244, 0.92);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
}

.result-card strong,
.result-card span {
  display: block;
}

.result-card strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.result-card span {
  color: rgba(5, 7, 6, 0.68);
  font-size: 0.82rem;
  line-height: 1.35;
}

.spark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--green-soft) 0 30%, transparent 31%),
    conic-gradient(from 45deg, transparent 0 18%, var(--green) 19% 31%, transparent 32% 68%, var(--green) 69% 81%, transparent 82%);
  box-shadow: 0 0 34px rgba(0, 200, 45, 0.7);
}

.hero-strip {
  width: min(100%, 1440px);
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--line);
}

.hero-strip span {
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  background: rgba(5, 7, 6, 0.78);
  color: rgba(247, 248, 244, 0.8);
  font-weight: 800;
  font-size: 0.8rem;
  text-align: center;
}

.intro,
.services,
.showcase,
.process,
.contact {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 96px);
  padding: clamp(72px, 9vw, 124px) 0;
}

.intro h2,
.showcase h2,
.process h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 5.6rem);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
}

.intro > p,
.showcase-copy p {
  align-self: end;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.metric-card,
.steps article,
.contact-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.service-card {
  min-height: 270px;
  padding: 26px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card.is-bright {
  color: var(--black);
  background: linear-gradient(145deg, var(--white), #dffff0);
}

.service-index {
  color: var(--green-soft);
  font-weight: 900;
}

.is-bright .service-index {
  color: var(--green);
}

.service-card h3 {
  margin: auto 0 18px;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.steps p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.is-bright p {
  color: rgba(5, 7, 6, 0.68);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(72px, 9vw, 128px) 0;
  align-items: center;
}

.showcase-copy {
  position: sticky;
  top: 118px;
}

.showcase-copy h2 {
  margin-bottom: 28px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 16px;
}

.wide-media,
.logo-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #060806;
  box-shadow: var(--shadow);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.wide-media {
  grid-column: 1 / -1;
  border-radius: 34px;
  aspect-ratio: 16 / 8.7;
}

.logo-media {
  border-radius: 28px;
  aspect-ratio: 1.35;
}

.wide-media img,
.logo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.food-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 3, 2, 0.68), transparent 48%);
  pointer-events: none;
}

.food-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.65);
}

.metric-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.metric-card strong {
  color: var(--green-soft);
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.8;
  font-weight: 900;
  text-shadow: 0 0 28px rgba(0, 200, 45, 0.48);
}

.metric-card span {
  color: var(--muted);
  max-width: 280px;
  line-height: 1.55;
}

.process {
  padding: 0 0 clamp(72px, 9vw, 120px);
}

.process h2 {
  max-width: 980px;
  margin-bottom: 28px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps article {
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 36px;
  border-radius: 50%;
  color: var(--black);
  background: var(--green-soft);
  font-weight: 900;
}

.steps h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 28px;
  align-items: end;
  padding: clamp(62px, 8vw, 98px) clamp(18px, 4vw, 54px);
  margin-bottom: 24px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 20%, rgba(84, 241, 93, 0.42), transparent 24rem),
    rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  font-size: 1.05rem;
  font-weight: 800;
}

.contact-card a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-card a:last-child {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .site-header {
    inset: 12px;
  }

  .main-nav {
    display: none;
  }

  .hero-panel,
  .intro,
  .showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-card {
    height: min(44vh, 460px);
  }

  .services,
  .steps {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    position: static;
  }
}

@media (max-height: 760px) and (min-width: 681px) {
  .site-header {
    inset: 12px 24px auto;
    height: 64px;
  }

  .hero {
    padding-top: 90px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.74rem;
  }

  h1 {
    max-width: 680px;
    margin-bottom: 10px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 0.88;
  }

  .hero-text {
    max-width: 560px;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .btn {
    min-height: 54px;
  }

  .proof-row {
    margin-top: 10px;
  }

  .hero-card {
    height: min(52vh, 360px);
  }

  .food-photo {
    inset: 16px 16px 104px;
  }

  .menu-preview {
    bottom: 96px;
    padding: 12px 16px;
  }

  .result-card {
    min-height: 66px;
    padding: 12px 16px;
  }

  .hero-strip span {
    min-height: 40px;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 62px;
    padding-left: 14px;
  }

  .brand {
    width: 96px;
    height: 38px;
    padding: 6px 10px;
  }

  .brand img {
    width: 100%;
    max-width: 100%;
    object-position: center;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 760px;
    padding: 82px 14px 16px;
  }

  h1 {
    max-width: 360px;
    margin-bottom: 12px;
    font-size: clamp(2.2rem, 10vw, 3.35rem);
    line-height: 0.92;
  }

  .hero-text {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .proof-row {
    margin-top: 10px;
  }

  .proof-row span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .hero-panel {
    min-height: auto;
    gap: 14px;
  }

  .hero-card {
    height: 220px;
    border-radius: 26px;
  }

  .food-photo {
    inset: 10px 10px 72px;
    border-radius: 20px;
  }

  .menu-preview {
    left: 18px;
    right: 18px;
    bottom: 66px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .menu-preview span,
  .menu-preview small {
    font-size: 0.58rem;
  }

  .menu-preview strong {
    font-size: 0.9rem;
  }

  .result-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 54px;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .visual-badge {
    top: 18px;
    left: 18px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.62rem;
  }

  .result-card strong {
    margin-bottom: 2px;
    font-size: 0.78rem;
  }

  .result-card span {
    font-size: 0.66rem;
  }

  .spark {
    width: 32px;
    height: 32px;
  }

  .hero-strip {
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
  }

  .intro,
  .services,
  .showcase,
  .process,
  .contact {
    width: min(100% - 28px, 1440px);
  }

  .intro h2,
  .showcase h2,
  .process h2,
  .contact h2 {
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .wide-media,
  .logo-media {
    border-radius: 24px;
  }
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: none !important;
}

/* Ajustement final en toute fin de cascade : assets fournis dans AJUSTATION. */
section.hero.hero-web .hero-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 116px !important;
  height: 31px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img,
section.hero.hero-web .hero-logo .hero-logo-icon,
section.hero.hero-web .hero-logo .hero-logo-text {
  display: block !important;
  max-width: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 28px !important;
  height: 28px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 48px !important;
  height: auto !important;
}

section.hero.hero-web .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

section.hero.hero-web .hero-title-image {
  display: block !important;
  width: min(70vw, 760px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 68% !important;
}

section.hero.hero-web .hero-web-copy h1 {
  margin: 0 !important;
}

section.hero.hero-web .hero-web-actions {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
  padding-left: 6.2% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-logo {
    width: 96px !important;
    gap: 6px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 24px !important;
    height: 24px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 42px !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 92vw !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 4% !important;
    top: 14% !important;
    width: 92% !important;
  }
}

/* Final Canva hero lock. Keep this block last so older experiments cannot override it. */
section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

section.hero.hero-web .hero-nav {
  left: 9.9% !important;
  right: auto !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px 0 24px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.94) !important;
  border-radius: 999px !important;
  background: rgba(2, 3, 2, 0.74) !important;
  backdrop-filter: blur(12px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: "=" !important;
  position: absolute !important;
  right: 127px !important;
  top: 8px !important;
  color: #f7f8f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: rotate(90deg) scaleX(0.78) !important;
}

section.hero.hero-web .hero-logo {
  width: 104px !important;
  height: 34px !important;
  gap: 7px !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
}

section.hero.hero-web .hero-links {
  position: absolute !important;
  left: 40.3% !important;
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-contact {
  position: absolute !important;
  right: 14px !important;
  top: 7px !important;
  width: 117px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 5 !important;
}

section.hero.hero-web .hero-title-image {
  width: min(58vw, 820px) !important;
  max-width: none !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-btn::after {
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .burger-card-tall {
  display: block !important;
  right: 6.65% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 74.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 18.1% !important;
  border-radius: 24px !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    padding: 0 4px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 2px !important;
    font-size: 8px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 29px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    left: 40.1% !important;
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-contact {
    right: 3px !important;
    top: 2px !important;
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 58vw !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 12px !important;
    min-height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 31.5% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 28.2% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 74% !important;
    width: 39% !important;
    height: 17.5% !important;
    border-radius: 7px !important;
  }
}

section.hero.hero-web .hero-nav::after {
  content: "" !important;
  right: 127px !important;
  top: 17px !important;
  width: 16px !important;
  height: 14px !important;
  background:
    linear-gradient(#f7f8f4, #f7f8f4) 0 0 / 16px 2px no-repeat,
    linear-gradient(#f7f8f4, #f7f8f4) 0 6px / 16px 2px no-repeat,
    linear-gradient(#f7f8f4, #f7f8f4) 0 12px / 16px 2px no-repeat !important;
  transform: none !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 5px !important;
    width: 5px !important;
    height: 4px !important;
    background:
      linear-gradient(#f7f8f4, #f7f8f4) 0 0 / 5px 0.6px no-repeat,
      linear-gradient(#f7f8f4, #f7f8f4) 0 1.7px / 5px 0.6px no-repeat,
      linear-gradient(#f7f8f4, #f7f8f4) 0 3.4px / 5px 0.6px no-repeat !important;
  }
}

/* Rebuilt top service bar. */
section.hero.hero-web .hero-nav {
  left: 9.9% !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  display: grid !important;
  grid-template-columns: 210px 1fr 34px 118px !important;
  column-gap: 10px !important;
  align-items: center !important;
  padding: 0 15px 0 28px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.96) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(3, 19, 6, 0.8) 62%, rgba(5, 42, 12, 0.76)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(14px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: none !important;
}

section.hero.hero-web .hero-logo {
  grid-column: 1 !important;
  width: 104px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 0 !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 auto !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
  height: auto !important;
  flex: 0 0 auto !important;
}

section.hero.hero-web .hero-links {
  grid-column: 2 !important;
  position: static !important;
  height: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-menu-button {
  grid-column: 3 !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 4px !important;
}

section.hero.hero-web .hero-menu-button span {
  width: 16px !important;
  height: 2px !important;
  display: block !important;
  border-radius: 999px !important;
  background: #f7f8f4 !important;
}

section.hero.hero-web .hero-contact {
  grid-column: 4 !important;
  position: static !important;
  width: 118px !important;
  height: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  box-shadow: 0 0 30px rgba(247, 248, 244, 0.2) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    grid-template-columns: 56px 1fr 9px 32px !important;
    column-gap: 3px !important;
    padding: 0 3px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 30px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: 6px !important;
    height: 6px !important;
    gap: 1px !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: 5px !important;
    height: 0.6px !important;
  }

  section.hero.hero-web .hero-contact {
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }
}

/* Canva reference alignment: https://testfafe.my.canva.site/pretty */
section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

section.hero.hero-web::before {
  content: none !important;
}

section.hero.hero-web .hero-nav {
  position: absolute !important;
  left: 9.9% !important;
  right: auto !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px 0 24px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.94) !important;
  border-radius: 999px !important;
  background: rgba(2, 3, 2, 0.74) !important;
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(12px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: "=" !important;
  position: absolute !important;
  right: 127px !important;
  top: 8px !important;
  color: #f7f8f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: rotate(90deg) scaleX(0.78) !important;
}

section.hero.hero-web .hero-logo {
  width: 104px !important;
  height: 34px !important;
  gap: 7px !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
}

section.hero.hero-web .hero-links {
  position: absolute !important;
  left: 40.3% !important;
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-contact {
  position: absolute !important;
  right: 14px !important;
  top: 7px !important;
  width: 117px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  box-shadow: 0 0 32px rgba(247, 248, 244, 0.22) !important;
}

section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 5 !important;
}

section.hero.hero-web .hero-title-image {
  width: min(58vw, 820px) !important;
  max-width: none !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.52)) !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

section.hero.hero-web .hero-web-btn {
  min-height: 43px !important;
  height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-btn::after {
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .hero-web-btn.primary {
  box-shadow: 0 0 44px rgba(247, 248, 244, 0.32) !important;
}

section.hero.hero-web .hero-web-btn.secondary {
  border: 1.5px solid rgba(247, 248, 244, 0.86) !important;
}

section.hero.hero-web .burger-card {
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0) !important;
}

section.hero.hero-web .burger-card-tall {
  right: 6.65% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 74.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 18.1% !important;
  border: 1.5px solid rgba(247, 248, 244, 0.92) !important;
  border-radius: 24px !important;
  background: rgba(247, 248, 244, 0.045) !important;
  box-shadow: inset -120px 0 140px rgba(247, 248, 244, 0.18), 0 22px 70px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(13px) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    padding: 0 4px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 2px !important;
    font-size: 8px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 29px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    left: 40.1% !important;
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-contact {
    right: 3px !important;
    top: 2px !important;
    width: 32px !important;
    min-height: 9px !important;
    height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 58vw !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    min-height: 12px !important;
    height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    display: block !important;
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 31.5% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 28.2% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 74% !important;
    width: 39% !important;
    height: 17.5% !important;
    border-radius: 7px !important;
  }
}

/* Ajustement final des nouveaux assets fournis : logo + titre hero. */
section.hero.hero-web .hero-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 116px !important;
  height: 31px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img {
  display: block !important;
  max-width: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo-icon {
  width: 28px !important;
  height: 28px !important;
}

section.hero.hero-web .hero-logo-text {
  width: 48px !important;
  height: auto !important;
}

section.hero.hero-web .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

section.hero.hero-web .hero-title-image {
  display: block !important;
  width: min(70vw, 760px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 68% !important;
}

section.hero.hero-web .hero-web-copy h1 {
  margin: 0 !important;
}

section.hero.hero-web .hero-web-actions {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
  padding-left: 6.2% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-logo {
    width: 96px !important;
    gap: 6px !important;
  }

  section.hero.hero-web .hero-logo-icon {
    width: 24px !important;
    height: 24px !important;
  }

  section.hero.hero-web .hero-logo-text {
    width: 42px !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 116vw !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 7% !important;
    top: 14% !important;
    width: 112% !important;
  }
}

/* Last-pass hero comp for asset planning. */
section.hero.hero-web {
  height: clamp(500px, 52vw, 760px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

section.hero.hero-web > .hero-nav,
section.hero.hero-web > .hero-web-content {
  display: block !important;
}

section.hero.hero-web > .hero-web-content {
  height: 100% !important;
  min-height: 0 !important;
}

section.hero.hero-web .hero-nav {
  left: 7.6% !important;
  right: 9% !important;
  top: 4.35% !important;
  width: auto !important;
  height: 38px !important;
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 64% !important;
}

section.hero.hero-web h1 {
  font-size: clamp(3.8rem, 8.35vw, 7.9rem) !important;
  line-height: 0.82 !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 18px !important;
  margin-top: clamp(14px, 1.8vw, 22px) !important;
  padding-left: 6.2% !important;
}

section.hero.hero-web .hero-logo img {
  display: none !important;
}

section.hero.hero-web .hero-logo::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border: 1.5px solid rgba(247, 248, 244, 0.96);
  border-radius: 50%;
  background:
    linear-gradient(#f7f8f4 0 0) center 55% / 16px 2px no-repeat,
    radial-gradient(circle at 50% 42%, transparent 8px, #f7f8f4 8.5px 9.5px, transparent 10px),
    #061008;
  box-shadow: 0 0 22px rgba(247, 248, 244, 0.22);
}

section.hero.hero-web .hero-logo::after {
  content: "pretty\A food";
  white-space: pre;
  color: #f7f8f4;
  font-size: 0.82rem;
  line-height: 0.75;
  font-weight: 900;
}

section.hero.hero-web .hero-web-btn {
  width: auto !important;
  min-height: clamp(32px, 3.15vw, 46px) !important;
  font-size: clamp(0.85rem, 1.25vw, 1.22rem) !important;
}

section.hero.hero-web .hero-web-visuals {
  display: block !important;
}

section.hero.hero-web .burger-card {
  display: block !important;
}

section.hero.hero-web .burger-card-tall {
  right: 4.35% !important;
  top: 23.3% !important;
  width: 23.2% !important;
  height: 62.8% !important;
}

section.hero.hero-web .burger-card-left {
  left: 6.6% !important;
  top: 62% !important;
  bottom: auto !important;
  width: 17.35% !important;
  height: 31.8% !important;
}

section.hero.hero-web .burger-card-center {
  left: 27.1% !important;
  top: 67% !important;
  bottom: auto !important;
  width: 17.35% !important;
  height: 26.2% !important;
}

section.hero.hero-web .hero-glass-card {
  display: block !important;
  right: 12.2% !important;
  bottom: 6.9% !important;
  width: 38.8% !important;
  height: 17.3% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 700px !important;
  }

  section.hero.hero-web .hero-nav {
    left: 6.5% !important;
    right: 6.5% !important;
    top: 2.3% !important;
    height: 34px !important;
  }

  section.hero.hero-web .hero-links,
  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 7% !important;
    top: 14% !important;
    width: 108% !important;
  }

  section.hero.hero-web h1 {
    font-size: clamp(3rem, 15vw, 4.3rem) !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 10px !important;
    margin-top: 16px !important;
    padding-left: 11% !important;
  }

  section.hero.hero-web .burger-card-tall {
    display: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 12% !important;
    top: 41% !important;
    bottom: auto !important;
    width: 34% !important;
    height: 24% !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 51% !important;
    top: 46% !important;
    bottom: auto !important;
    width: 34% !important;
    height: 22% !important;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .intro {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
    padding-top: clamp(30px, 4vw, 56px);
  }

  .services,
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .showcase,
  .contact {
    grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.1fr);
  }
}

/* Composited hero prototype: real layout, coherent with the full site grid. */
.hero.hero-web {
  position: relative;
  display: block;
  height: clamp(500px, 52vw, 760px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.hero.hero-web::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 52%, rgba(255, 255, 255, 0.14), transparent 16rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
}

.hero.hero-web > .hero-stage,
.hero.hero-web > .hero-hotspots {
  display: none !important;
}

.hero.hero-web > .hero-nav,
.hero.hero-web > .hero-web-content {
  display: block !important;
}

.hero-nav {
  position: absolute;
  left: 7.6%;
  right: 9%;
  top: 4.35%;
  z-index: 8;
  width: auto;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 34px);
  padding: 0 8px 0 18px;
  border: 1.5px solid rgba(247, 248, 244, 0.96);
  border-radius: 999px;
  background: rgba(2, 3, 2, 0.72);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.hero-logo {
  width: 112px;
  height: 31px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.hero-logo img {
  width: 118px;
  height: 52px;
  object-fit: contain;
  transform: translate(-4px, -1px);
}

.hero-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 28px);
  margin-left: auto;
  font-size: clamp(0.52rem, 0.68vw, 0.7rem);
  font-weight: 900;
}

.hero-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 0 16px;
  border-radius: 999px;
  color: #050706;
  background: #f7f8f4;
  font-size: clamp(0.58rem, 0.74vw, 0.78rem);
  font-weight: 900;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.22);
}

.hero-web-content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-web-copy {
  position: absolute;
  left: 4.1%;
  top: 26%;
  z-index: 4;
  width: 64%;
}

.hero-web h1 {
  margin: 0;
  max-width: none;
  color: #f7f8f4;
  font-family: "Arial Black", "Inter", sans-serif;
  font-size: clamp(3.8rem, 8.35vw, 7.9rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 11px 34px rgba(0, 0, 0, 0.5);
}

.hero-web h1 span {
  display: block;
  white-space: nowrap;
}

.hero-web h1 em {
  display: inline-block;
  margin-left: 0.05em;
  color: #00c82d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.76em;
  font-weight: 700;
  line-height: 0.7;
  text-transform: lowercase;
  text-shadow: 0 0 20px rgba(0, 200, 45, 0.9), 0 0 46px rgba(0, 200, 45, 0.55);
  transform: translateY(0.05em);
}

.hero-web-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(14px, 1.8vw, 22px);
  padding-left: 6.2%;
}

.hero-web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(32px, 3.15vw, 46px);
  padding: 0 clamp(14px, 2vw, 24px);
  border-radius: 999px;
  font-size: clamp(0.85rem, 1.25vw, 1.22rem);
  font-weight: 900;
  white-space: nowrap;
}

.hero-web-btn::after {
  content: ">";
  margin-left: 10px;
  font-weight: 600;
}

.hero-web-btn.primary {
  color: #050706;
  background: #f7f8f4;
  box-shadow: 0 0 42px rgba(247, 248, 244, 0.24);
}

.hero-web-btn.secondary {
  border: 1.5px solid rgba(247, 248, 244, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

.hero-web-visuals {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.burger-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.34);
}

.burger-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.burger-card-left img {
  object-position: center 72%;
}

.burger-card-center img {
  object-position: center 50%;
}

.burger-card-tall {
  right: 4.35%;
  top: 23.3%;
  width: 23.2%;
  height: 62.8%;
  border-radius: 18px;
}

.burger-card-left {
  left: 6.6%;
  bottom: 0;
  width: 17.35%;
  height: 31.8%;
  border-radius: 16px 16px 0 0;
}

.burger-card-center {
  left: 27.1%;
  bottom: 0;
  width: 17.35%;
  height: 26.2%;
  border-radius: 16px 16px 0 0;
}

.hero-glass-card {
  position: absolute;
  right: 12.2%;
  bottom: 6.9%;
  width: 38.8%;
  height: 17.3%;
  border: 1.5px solid rgba(247, 248, 244, 0.92);
  border-radius: 16px;
  background: rgba(247, 248, 244, 0.04);
  box-shadow: inset -110px 0 135px rgba(247, 248, 244, 0.2), 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(13px);
}

@media (max-width: 680px) {
  .hero.hero-web {
    height: 700px;
  }

  .hero-nav {
    left: 6.5%;
    right: 6.5%;
    top: 2.3%;
    height: 34px;
    padding-left: 12px;
  }

  .hero-logo {
    width: 92px;
  }

  .hero-logo img {
    width: 96px;
  }

  .hero-links,
  .hero-contact {
    display: none;
  }

  .hero-web-copy {
    left: 7%;
    top: 14%;
    width: 108%;
  }

  .hero-web h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .hero-web h1 em {
    margin-left: 0;
    transform: translate(0.12em, 0.05em);
  }

  .hero-web-actions {
    gap: 10px;
    margin-top: 16px;
    padding-left: 11%;
  }

  .hero-web-btn {
    min-height: 30px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .burger-card-tall {
    display: none;
  }

  .burger-card-left {
    left: 12%;
    top: 41%;
    bottom: auto;
    width: 34%;
    height: 24%;
    border-radius: 14px;
  }

  .burger-card-center {
    left: 51%;
    top: 46%;
    bottom: auto;
    width: 34%;
    height: 22%;
    border-radius: 14px;
  }

  .hero-glass-card {
    right: -38%;
    bottom: 51%;
    width: 52%;
    height: 10%;
    border-radius: 12px;
  }
}

/* Coded hero adapted from the provided SVG */
.site-header {
  display: none;
}

.hero.hero-web {
  position: relative;
  display: block;
  height: 100svh;
  min-height: 0;
  padding: 0;
  align-items: initial;
  overflow: hidden;
  background: transparent;
}

.hero.hero-web::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 21%, rgba(0, 132, 28, 0.5), transparent 29rem),
    radial-gradient(circle at 18% 58%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(90deg, rgba(1, 2, 1, 0.22) 0%, rgba(1, 2, 1, 0.06) 45%, rgba(6, 45, 13, 0.18) 100%);
}

.hero-nav {
  position: absolute;
  left: 8%;
  top: 3.55%;
  width: 77%;
  height: 7.6%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 4.1% 0 2.1%;
  border: 2.5px solid rgba(247, 248, 244, 0.96);
  border-radius: 999px;
  background: rgba(2, 3, 2, 0.72);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 54px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
}

.hero-logo img {
  width: 142px;
  height: 57px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
}

.hero-links {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 46px);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-weight: 900;
  font-size: 1.02rem;
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.24);
}

.hero-web-content {
  position: relative;
  height: 100%;
}

.hero-web-copy {
  position: absolute;
  z-index: 4;
  left: 2.45%;
  top: 23.7%;
  width: 70%;
}

.hero-web h1 {
  margin: 0 0 57px;
  max-width: none;
  color: var(--white);
  font-family: "Arial Black", "Inter", sans-serif;
  font-size: clamp(5.25rem, 7.95vw, 8.55rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.55);
}

.hero-web h1 span {
  display: block;
  white-space: nowrap;
}

.hero-web h1 em {
  display: inline-block;
  margin-left: 0.08em;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.84em;
  font-weight: 700;
  line-height: 0.7;
  text-transform: lowercase;
  text-shadow: 0 0 24px rgba(0, 200, 45, 0.82), 0 0 52px rgba(0, 200, 45, 0.52);
  transform: translateY(0.04em);
}

.hero-web-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 8.8%;
}

.hero-web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0 25px 0 29px;
  border-radius: 999px;
  font-size: 1.62rem;
  font-weight: 900;
  white-space: nowrap;
}

.hero-web-btn::after {
  content: ">";
  margin-left: 12px;
  font-size: 1.45rem;
  font-weight: 500;
}

.hero-web-btn.primary {
  color: var(--black);
  background: var(--white);
  box-shadow: 0 0 44px rgba(247, 248, 244, 0.3);
}

.hero-web-btn.secondary {
  border: 2px solid rgba(247, 248, 244, 0.92);
  background: rgba(255, 255, 255, 0.02);
}

.hero-web-visuals {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.burger-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.36);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.burger-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.burger-card-tall {
  right: 4.4%;
  top: 23.55%;
  width: 23.05%;
  height: 63.8%;
  border-radius: 32px;
}

.burger-card-left {
  left: 6.8%;
  bottom: 0;
  width: 17.1%;
  height: 33.2%;
  border-radius: 42px 42px 0 0;
}

.burger-card-center {
  left: 29.1%;
  bottom: 0;
  width: 17.2%;
  height: 28.5%;
  border-radius: 30px 30px 0 0;
}

.hero-glass-card {
  position: absolute;
  right: 12%;
  bottom: 9%;
  width: 38.5%;
  height: 15.9%;
  border: 3px solid rgba(247, 248, 244, 0.95);
  border-radius: 28px;
  background: rgba(247, 248, 244, 0.05);
  box-shadow: inset -100px 0 140px rgba(247, 248, 244, 0.22), 0 24px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(13px);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .burger-card,
  .hero-glass-card,
  .service-card,
  .metric-card,
  .steps article,
  .contact-card,
  .wide-media,
  .logo-media {
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .hero.hero-web {
    height: auto;
    min-height: 0;
    padding: 14px;
  }

  .hero-nav {
    height: 58px;
    padding: 0 9px 0 12px;
    border-width: 1.5px;
  }

  .hero-logo {
    width: 92px;
    height: 40px;
  }

  .hero-links {
    display: none;
  }

  .hero-contact {
    min-height: 38px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  .hero-web-content {
    height: auto;
    min-height: 730px;
  }

  .hero-web-copy {
    left: 0;
    top: 58px;
    width: 100%;
  }

  .hero-web h1 {
    font-size: clamp(3rem, 13.5vw, 4.25rem);
    line-height: 0.84;
    margin-bottom: 18px;
  }

  .hero-web h1 em {
    margin-left: 0;
  }

  .hero-web-actions {
    display: grid;
    gap: 10px;
    padding-left: 0;
  }

  .hero-web-btn {
    width: min(100%, 360px);
    min-height: 48px;
    font-size: 1rem;
  }

  .burger-card-tall {
    right: 0;
    top: 365px;
    width: 58%;
    height: 245px;
    border-radius: 24px;
  }

  .burger-card-left {
    left: 0;
    bottom: 0;
    width: 46%;
    height: 190px;
    border-radius: 28px 28px 0 0;
  }

  .burger-card-center {
    left: 38%;
    bottom: 0;
    width: 42%;
    height: 165px;
    border-radius: 24px 24px 0 0;
  }

  .hero-glass-card {
    right: 0;
    bottom: 170px;
    width: 72%;
    height: 80px;
    border-width: 1.5px;
    border-radius: 20px;
  }
}

/* Exact hero render from SITE_ELEMENT/Design_Site_Web_Hero.svg */
.hero.hero-web {
  height: 100svh;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #010201;
}

.hero.hero-web::before {
  content: none;
}

.hero.hero-web > :not(.hero-reference):not(.hero-hotspots):not(.hero-stage):not(.hero-nav):not(.hero-web-content) {
  display: none !important;
}

.hero-reference {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.hero-hotspot {
  position: absolute;
  display: block;
}

.hero-hotspot:focus-visible {
  outline: 2px solid var(--green-soft);
  outline-offset: 4px;
  border-radius: 999px;
}

.hero-hotspot-logo {
  left: 9%;
  top: 4.1%;
  width: 10%;
  height: 5.2%;
}

.hero-hotspot-services {
  left: 41.5%;
  top: 5.1%;
  width: 4.8%;
  height: 3.4%;
}

.hero-hotspot-studio {
  left: 46.1%;
  top: 5.1%;
  width: 4.2%;
  height: 3.4%;
}

.hero-hotspot-pricing {
  left: 50.3%;
  top: 5.1%;
  width: 4.5%;
  height: 3.4%;
}

.hero-hotspot-contact {
  left: 54.7%;
  top: 5.1%;
  width: 4.6%;
  height: 3.4%;
}

.hero-hotspot-nav-cta {
  right: 8.8%;
  top: 3.8%;
  width: 9.6%;
  height: 5.1%;
}

.hero-hotspot-main-cta {
  left: 9.3%;
  top: 54%;
  width: 15.7%;
  height: 6%;
}

.hero-hotspot-examples {
  left: 26%;
  top: 54%;
  width: 14.3%;
  height: 6%;
}

@media (max-width: 980px) {
  .hero.hero-web {
    height: min(100svh, 760px);
    padding: 0;
  }

  .hero-reference {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 13% top;
  }
}

/* Rebuilt hero: every visible SVG element is layered independently. */
.hero.hero-web {
  isolation: isolate;
  height: 100svh;
  min-height: 720px;
  background:
    radial-gradient(circle at 79% 30%, rgba(0, 155, 35, 0.38), transparent 26rem),
    radial-gradient(circle at 17% 57%, rgba(255, 255, 255, 0.13), transparent 13rem),
    linear-gradient(90deg, #010201 0%, #030804 48%, #06320d 100%);
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: block !important;
}

.hero.hero-web > .hero-reference {
  display: none !important;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px),
    linear-gradient(90deg, rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px);
  background-size: 87.5px 87.5px;
  opacity: 0.74;
}

.hero-grid {
  position: absolute;
  border: 1.5px solid rgba(0, 205, 55, 0.17);
  background:
    linear-gradient(rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px),
    linear-gradient(90deg, rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px);
  background-size: 87.5px 87.5px;
  pointer-events: none;
}

.hero-grid-left {
  left: 0;
  top: 0;
  width: 41.8%;
  height: 60.5%;
}

.hero-grid-center {
  left: 41.8%;
  top: 0;
  width: 18.2%;
  height: 60.5%;
}

.hero-grid-right {
  right: 0;
  top: 0;
  width: 44.5%;
  height: 60.3%;
  background-color: rgba(0, 72, 13, 0.34);
}

.hero-grid-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 19.5%;
  background-color: rgba(0, 68, 14, 0.32);
}

.hero-nav-shell {
  position: absolute;
  left: 7.6%;
  top: 4.7%;
  width: 83.5%;
  height: 6.5%;
  border: 1.6px solid rgba(247, 248, 244, 0.95);
  border-radius: 999px;
  background: rgba(2, 3, 2, 0.72);
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.28);
}

.hero-glass-panel {
  position: absolute;
  right: 11.9%;
  top: 74.6%;
  width: 38.5%;
  height: 18.3%;
  border: 1.5px solid rgba(247, 248, 244, 0.92);
  border-radius: 18px;
  background: rgba(247, 248, 244, 0.04);
  box-shadow: inset -110px 0 135px rgba(247, 248, 244, 0.2), 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(13px);
}

.hero-layer {
  position: absolute;
  inset: auto;
  z-index: 3;
  width: auto;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero-photo-left,
.hero-photo-center,
.hero-photo-tall {
  z-index: 2;
}

.hero-photo-tall {
  z-index: 2;
}

.hero-glass-panel {
  z-index: 4;
}

.hero-logo-mark,
.hero-menu-services,
.hero-menu-studio,
.hero-menu-pricing,
.hero-menu-contact,
.hero-menu-icon,
.hero-nav-button,
.hero-title-art,
.hero-regard-art,
.hero-cta-primary-art,
.hero-cta-secondary-art {
  z-index: 5;
}

.hero-hotspots {
  z-index: 8;
}

.hero-logo-mark {
  left: 9.35%;
  top: 5.75%;
  width: 7.35%;
}

.hero-menu-services {
  left: 41.55%;
  top: 7.4%;
  width: 3.15%;
}

.hero-menu-studio {
  left: 46.3%;
  top: 7.38%;
  width: 2.72%;
}

.hero-menu-pricing {
  left: 50.3%;
  top: 7.35%;
  width: 2.96%;
}

.hero-menu-contact {
  left: 54.8%;
  top: 7.36%;
  width: 3.06%;
}

.hero-menu-icon {
  right: 19%;
  top: 6.64%;
  width: 1.55%;
}

.hero-nav-button {
  right: 9.2%;
  top: 6.1%;
  width: 8.1%;
}

.hero-title-art {
  left: 3.78%;
  top: 27.55%;
  width: 44.65%;
}

.hero-regard-art {
  left: 40.6%;
  top: 33.65%;
  width: 23.1%;
}

.hero-cta-primary-art {
  left: 9.5%;
  top: 54.05%;
  width: 15.55%;
}

.hero-cta-secondary-art {
  left: 25.95%;
  top: 50.75%;
  width: 14.65%;
}

.hero-photo-tall {
  right: 4.35%;
  top: 23.45%;
  width: 23.15%;
  border-radius: 19px;
}

.hero-photo-left {
  left: 6.65%;
  top: 66.65%;
  width: 17.25%;
  border-radius: 17px 17px 0 0;
}

.hero-photo-center {
  left: 27%;
  top: 72.25%;
  width: 17.35%;
  border-radius: 17px 17px 0 0;
}

@media (max-width: 980px) {
  .hero.hero-web {
    height: 760px;
    min-height: 760px;
  }

  .hero-stage {
    width: 100%;
    transform: none;
    transform-origin: top left;
  }

  .hero-stage::before,
  .hero-grid {
    background-size: 47px 47px;
  }

  .hero-nav-shell {
    left: 14.4%;
    top: 2.1%;
    width: 84%;
    height: 3.7%;
  }

  .hero-glass-panel {
    left: 96%;
    top: 34.6%;
    width: 42%;
    height: 9.2%;
    border-radius: 10px;
  }

  .hero-logo-mark {
    left: 18.2%;
    top: 5.3%;
    width: 13.2%;
  }

  .hero-menu-services {
    left: 79%;
    top: 5.9%;
    width: 7%;
  }

  .hero-menu-studio {
    left: 88%;
    top: 5.9%;
    width: 6%;
  }

  .hero-menu-pricing,
  .hero-menu-contact,
  .hero-menu-icon,
  .hero-nav-button,
  .hero-photo-tall {
    display: none;
  }

  .hero-title-art {
    left: 7.2%;
    top: 12.8%;
    width: 84.8%;
  }

  .hero-regard-art {
    left: 72%;
    top: 21.6%;
    width: 46%;
  }

  .hero-cta-primary-art {
    left: 18%;
    top: 24.95%;
    width: 28.8%;
  }

  .hero-cta-secondary-art {
    left: 49.5%;
    top: 23.2%;
    width: 28%;
  }

  .hero-photo-left {
    left: 12.2%;
    top: 31%;
    width: 33%;
  }

  .hero-photo-center {
    left: 51%;
    top: 36%;
    width: 33%;
  }

  .hero-hotspots {
    transform: none;
    width: 100%;
    height: 760px;
  }
}

/* Final hero composition aligned to Design_Site_Web_Hero without an isolated background. */
.hero.hero-web {
  height: clamp(430px, 52vw, 760px);
  min-height: 0;
  background: transparent;
}

.hero-stage {
  overflow: visible;
}

.hero-stage::before,
.hero-grid {
  content: none;
  display: none;
}

.hero-menu-services,
.hero-menu-studio,
.hero-menu-pricing,
.hero-menu-contact,
.hero-menu-icon,
.hero-nav-button,
.hero-photo-tall {
  display: block;
}

.hero-nav-shell {
  left: 7.55%;
  top: 4.45%;
  width: 83.45%;
  height: 6.35%;
}

.hero-logo-mark {
  left: 9.275%;
  top: 3.398%;
  width: 8.435%;
}

.hero-menu-services {
  left: 39.427%;
  top: 4.169%;
  width: 7.436%;
}

.hero-menu-studio {
  left: 43.995%;
  top: 3.882%;
  width: 8.073%;
}

.hero-menu-pricing {
  left: 47.887%;
  top: 3.669%;
  width: 8.45%;
}

.hero-menu-contact {
  left: 52.666%;
  top: 4.075%;
  width: 7.561%;
}

.hero-menu-icon {
  right: 17.287%;
  top: 4.925%;
  width: 4.978%;
}

.hero-nav-button {
  right: 7.306%;
  top: 1.918%;
  width: 10.942%;
}

.hero-title-art {
  left: 2.281%;
  top: -7.5%;
  width: 48.169%;
}

.hero-regard-art {
  left: 37.81%;
  top: 25.188%;
  width: 27.897%;
}

.hero-cta-primary-art {
  left: 8.02%;
  top: 36.7%;
  width: 18.506%;
}

.hero-cta-secondary-art {
  left: 22.677%;
  top: 34%;
  width: 21.189%;
}

.hero-photo-tall {
  right: -8.531%;
  top: 23.45%;
  width: 36.031%;
  border-radius: 0;
}

.hero-photo-left {
  left: 3.755%;
  top: 62.1%;
  width: 23.06%;
  border-radius: 0;
}

.hero-photo-center {
  left: 27%;
  top: 67.5%;
  width: 18.673%;
  border-radius: 0;
}

.hero-glass-panel {
  left: auto;
  right: 12.15%;
  top: 70.1%;
  width: 38.7%;
  height: 17.15%;
}

@media (max-width: 680px) {
  .hero.hero-web {
    height: 700px;
  }

  .hero-nav-shell {
    left: 7%;
    top: 3%;
    width: 86%;
    height: 5.4%;
  }

  .hero-logo-mark {
    left: 8.4%;
    top: 1.05%;
    width: 21%;
  }

  .hero-menu-services,
  .hero-menu-studio,
  .hero-menu-pricing,
  .hero-menu-contact,
  .hero-menu-icon,
  .hero-nav-button,
  .hero-photo-tall {
    display: none;
  }

  .hero-title-art {
    left: -7.5%;
    top: 12.5%;
    width: 91%;
  }

  .hero-regard-art {
    left: 54%;
    top: 23.5%;
    width: 66%;
  }

  .hero-cta-primary-art {
    left: 3%;
    top: 31%;
    width: 43%;
  }

  .hero-cta-secondary-art {
    left: 37%;
    top: 27.3%;
    width: 46%;
  }

  .hero-photo-left {
    left: -12%;
    top: 43%;
    width: 55%;
  }

  .hero-photo-center {
    left: 36%;
    top: 47%;
    width: 45%;
  }

  .hero-glass-panel {
    left: 88%;
    right: auto;
    top: 40%;
    width: 54%;
    height: 10%;
  }
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: none !important;
}

/* Ajustement final en toute fin de cascade : assets fournis dans AJUSTATION. */
section.hero.hero-web .hero-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 116px !important;
  height: 31px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img,
section.hero.hero-web .hero-logo .hero-logo-icon,
section.hero.hero-web .hero-logo .hero-logo-text {
  display: block !important;
  max-width: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 28px !important;
  height: 28px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 48px !important;
  height: auto !important;
}

section.hero.hero-web .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

section.hero.hero-web .hero-title-image {
  display: block !important;
  width: min(70vw, 760px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 68% !important;
}

section.hero.hero-web .hero-web-copy h1 {
  margin: 0 !important;
}

section.hero.hero-web .hero-web-actions {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
  padding-left: 6.2% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-logo {
    width: 96px !important;
    gap: 6px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 24px !important;
    height: 24px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 42px !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 92vw !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 4% !important;
    top: 14% !important;
    width: 92% !important;
  }
}

/* Final Canva hero lock. Keep this block last so older experiments cannot override it. */
section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

section.hero.hero-web .hero-nav {
  left: 9.9% !important;
  right: auto !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px 0 24px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.94) !important;
  border-radius: 999px !important;
  background: rgba(2, 3, 2, 0.74) !important;
  backdrop-filter: blur(12px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: "=" !important;
  position: absolute !important;
  right: 127px !important;
  top: 8px !important;
  color: #f7f8f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: rotate(90deg) scaleX(0.78) !important;
}

section.hero.hero-web .hero-logo {
  width: 104px !important;
  height: 34px !important;
  gap: 7px !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
}

section.hero.hero-web .hero-links {
  position: absolute !important;
  left: 40.3% !important;
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-contact {
  position: absolute !important;
  right: 14px !important;
  top: 7px !important;
  width: 117px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 5 !important;
}

section.hero.hero-web .hero-title-image {
  width: min(58vw, 820px) !important;
  max-width: none !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-btn::after {
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .burger-card-tall {
  display: block !important;
  right: 6.65% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 74.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 18.1% !important;
  border-radius: 24px !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    padding: 0 4px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 2px !important;
    font-size: 8px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 29px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    left: 40.1% !important;
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-contact {
    right: 3px !important;
    top: 2px !important;
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 58vw !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 12px !important;
    min-height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 31.5% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 28.2% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 74% !important;
    width: 39% !important;
    height: 17.5% !important;
    border-radius: 7px !important;
  }
}

/* HOME_SERVICES_POSITIONING_SECTION */
.home-services,
.design-preview {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.home-services {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(70px, 8vw, 118px) 0 clamp(42px, 5vw, 74px);
}

.home-services-copy h2,
.design-preview h2,
.competitor-note h3 {
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.home-services-copy h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 0.82;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.48);
}

.home-services-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(247, 248, 244, 0.72);
  font-size: clamp(15px, 1.16vw, 18px);
  line-height: 1.56;
  font-weight: 620;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 3vw, 42px);
}

.offer-list article,
.positioning-card,
.competitor-note,
.design-placeholder-grid article {
  border: 1px solid rgba(247, 248, 244, 0.16);
  background: rgba(247, 248, 244, 0.07);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.offer-list article {
  min-height: 206px;
  padding: 20px;
  border-radius: 20px;
}

.offer-list span,
.design-placeholder-grid span {
  color: #54f15d;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-list h3 {
  margin: 18px 0 10px;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(20px, 1.75vw, 30px);
  line-height: 0.9;
  text-transform: uppercase;
}

.offer-list p,
.competitor-note p {
  margin: 0;
  color: rgba(247, 248, 244, 0.67);
  line-height: 1.45;
  font-weight: 650;
}

.positioning-panel {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 112px;
}

.positioning-card {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
}

.positioning-card.is-bright {
  color: #061008;
  background: linear-gradient(135deg, #f7f8f4, #dffff0);
}

.positioning-card strong {
  display: block;
  color: #54f15d;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(84, 241, 93, 0.36);
}

.positioning-card.is-bright strong {
  color: #18d63d;
  text-shadow: none;
}

.positioning-card span {
  color: rgba(247, 248, 244, 0.72);
  font-weight: 850;
  line-height: 1.28;
}

.positioning-card.is-bright span {
  color: rgba(5, 7, 6, 0.76);
}

.competitor-note {
  padding: 22px;
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0%, rgba(84, 241, 93, 0.14), transparent 38%), rgba(247, 248, 244, 0.065);
}

.competitor-note .section-kicker {
  margin-bottom: 12px;
}

.competitor-note h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.88;
}

.design-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: stretch;
  padding: 0 0 clamp(64px, 8vw, 118px);
}

.design-preview h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 4.9vw, 74px);
  line-height: 0.84;
}

.design-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.design-placeholder-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 38%, rgba(247, 248, 244, 0.14), transparent 26%), linear-gradient(150deg, rgba(247, 248, 244, 0.07), rgba(4, 22, 8, 0.82));
}

.design-placeholder-grid article::before {
  content: "";
  display: block;
  height: 118px;
  border: 1px dashed rgba(247, 248, 244, 0.22);
  border-radius: 16px;
}

.design-placeholder-grid strong {
  display: block;
  margin-top: 14px;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 0.9;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .home-services,
  .design-preview {
    grid-template-columns: 1fr;
  }

  .positioning-panel {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .competitor-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .home-services,
  .design-preview {
    width: calc(100% - 32px);
  }

  .home-services {
    padding-top: 56px;
  }

  .offer-list,
  .positioning-panel,
  .design-placeholder-grid {
    grid-template-columns: 1fr;
  }

  .offer-list article,
  .positioning-card,
  .design-placeholder-grid article {
    min-height: auto;
  }
}

/* HOME_SERVICES_COPY_DESIGN_REBALANCE */
.home-services {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr) !important;
  gap: clamp(46px, 6vw, 96px) !important;
  padding-top: clamp(104px, 8.8vw, 138px) !important;
  padding-bottom: clamp(72px, 6.5vw, 108px) !important;
}

.home-services-copy h2 {
  max-width: 660px !important;
  font-size: clamp(56px, 6vw, 92px) !important;
  line-height: 0.84 !important;
}

.home-services-copy > p,
.why-lead {
  max-width: 700px !important;
  margin-top: 34px !important;
  color: rgba(247, 248, 244, 0.76) !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.72 !important;
}

.why-proof {
  max-width: 720px !important;
  margin-top: 34px !important;
}

.why-lead {
  max-width: 650px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(22px, 2.05vw, 34px) !important;
  line-height: 0.96 !important;
  text-transform: uppercase !important;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42) !important;
}

.why-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

.why-proof-grid span {
  min-height: 106px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 16px !important;
  border: 1px solid rgba(247, 248, 244, 0.14) !important;
  border-radius: 16px !important;
  color: rgba(247, 248, 244, 0.66) !important;
  background: linear-gradient(145deg, rgba(247, 248, 244, 0.07), rgba(8, 48, 18, 0.32)) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(12px) !important;
  font-size: clamp(12px, 0.92vw, 14px) !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
}

.why-proof-grid strong {
  display: block !important;
  color: #54f15d !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(16px, 1.25vw, 21px) !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}

.offer-list {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  max-width: 650px !important;
  margin-top: clamp(34px, 3.2vw, 52px) !important;
}

.offer-list article {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 14px !important;
  row-gap: 6px !important;
  padding: 20px 22px !important;
  border-radius: 18px !important;
  background: linear-gradient(120deg, rgba(247, 248, 244, 0.085), rgba(7, 43, 17, 0.28)) !important;
}

.offer-list span {
  grid-row: 1 / span 2 !important;
  padding-top: 2px !important;
}

.offer-list h3 {
  margin: 0 !important;
  font-size: clamp(18px, 1.5vw, 26px) !important;
  line-height: 0.9 !important;
}

.offer-list p {
  font-size: clamp(13px, 0.92vw, 15px) !important;
  line-height: 1.38 !important;
}

.positioning-panel {
  gap: 14px !important;
  align-self: start !important;
  margin-top: clamp(20px, 2.2vw, 34px) !important;
}

.positioning-card {
  min-height: 122px !important;
  padding: 20px 22px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgba(247, 248, 244, 0.075), rgba(6, 42, 15, 0.42)) !important;
}

.positioning-card.is-bright {
  background: linear-gradient(135deg, #f7f8f4, #dffff0) !important;
}

.positioning-card strong {
  font-size: clamp(46px, 4.4vw, 68px) !important;
}

.positioning-card span {
  max-width: 92% !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.24 !important;
}

.competitor-note {
  padding: 24px !important;
  border-radius: 20px !important;
}

.competitor-note h3 {
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 0.9 !important;
}

.competitor-note p:not(.section-kicker) {
  font-size: clamp(13px, 0.94vw, 15px) !important;
}

.design-preview {
  display: block !important;
  width: min(100% - 48px, 980px) !important;
  padding: clamp(4px, 1vw, 12px) 0 clamp(82px, 8vw, 124px) !important;
}

.design-preview h2 {
  max-width: 560px !important;
  font-size: clamp(34px, 4vw, 62px) !important;
  line-height: 0.86 !important;
}

.design-placeholder-grid article {
  min-height: 220px !important;
  border-radius: 18px !important;
}

.design-placeholder-grid article::before {
  height: 96px !important;
  background: radial-gradient(circle at 50% 45%, rgba(84, 241, 93, 0.12), transparent 42%) !important;
}

.design-placeholder-grid strong {
  font-size: clamp(17px, 1.42vw, 24px) !important;
}

@media (max-width: 980px) {
  .home-services,
  .design-preview {
    grid-template-columns: 1fr !important;
  }

  .positioning-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .home-services-copy h2 {
    font-size: clamp(42px, 13vw, 54px) !important;
  }

  .home-services-copy > p {
    font-size: 21px !important;
    line-height: 1.55 !important;
  }

  .why-proof {
    margin-top: 28px !important;
  }

  .why-lead {
    max-width: 92% !important;
    font-size: clamp(21px, 6.3vw, 27px) !important;
    line-height: 1 !important;
  }

  .why-proof-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .why-proof-grid span {
    min-height: 82px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
  }

  .why-proof-grid strong {
    font-size: 18px !important;
  }

  .offer-list article {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 5px !important;
    padding: 15px !important;
    border-radius: 18px !important;
  }

  .offer-list span {
    grid-row: 1 / span 2 !important;
  }

  .offer-list h3 {
    font-size: clamp(19px, 6.2vw, 25px) !important;
    line-height: 0.88 !important;
  }

  .offer-list p {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }

  .positioning-panel,
  .design-placeholder-grid {
    grid-template-columns: 1fr !important;
  }

  .positioning-card,
  .competitor-note {
    border-radius: 18px !important;
  }

  .positioning-card {
    min-height: 112px !important;
    padding: 17px 18px !important;
  }

  .positioning-card strong {
    font-size: clamp(42px, 14vw, 58px) !important;
  }

  .positioning-card span,
  .competitor-note p:not(.section-kicker) {
    font-size: 14px !important;
  }

  .design-preview h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }
}

/* POSITIONING_PANEL_MINIMAL_IMPACT */
.positioning-panel {
  min-height: clamp(500px, 42vw, 620px) !important;
  display: grid !important;
  align-content: center !important;
  gap: 18px !important;
  margin-top: 0 !important;
  padding: clamp(18px, 2vw, 28px) !important;
  border: 1px solid rgba(247, 248, 244, 0.12) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(84, 241, 93, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(247, 248, 244, 0.045), rgba(2, 18, 7, 0.46)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(12px) !important;
}

.positioning-card {
  min-height: clamp(126px, 11vw, 158px) !important;
  display: grid !important;
  grid-template-columns: minmax(108px, 0.36fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(16px, 2vw, 24px) !important;
  padding: clamp(18px, 1.8vw, 24px) !important;
  border: 1px solid rgba(247, 248, 244, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(3, 16, 7, 0.5) !important;
  box-shadow: none !important;
}

.positioning-card.is-bright {
  background: linear-gradient(135deg, #f7f8f4, #e4fff1) !important;
}

.positioning-card strong {
  font-size: clamp(54px, 5.2vw, 82px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
}

.positioning-card span {
  max-width: 260px !important;
  color: rgba(247, 248, 244, 0.76) !important;
  font-size: clamp(15px, 1.08vw, 18px) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

.positioning-card.is-bright span {
  color: rgba(5, 7, 6, 0.74) !important;
}

@media (max-width: 980px) {
  .positioning-panel {
    min-height: auto !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 680px) {
  .positioning-panel {
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .positioning-card {
    min-height: 148px !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 10px !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }

  .positioning-card strong {
    font-size: clamp(46px, 15vw, 62px) !important;
  }

  .positioning-card span {
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
  }
}

/* WHY_SECTION_LIGHT_REFOCUS */
.home-services {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

.why-proof-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
  margin-top: 22px !important;
}

.why-proof-grid span {
  min-height: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(84, 241, 93, 0.34) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: rgba(247, 248, 244, 0.66) !important;
  font-size: clamp(12px, 0.86vw, 14px) !important;
  line-height: 1.2 !important;
}

.why-proof-grid strong {
  color: #54f15d !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  white-space: nowrap !important;
}

.positioning-panel {
  min-height: 0 !important;
  align-self: center !important;
  display: grid !important;
  align-content: center !important;
  gap: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.positioning-card {
  min-height: 86px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(247, 248, 244, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(3, 16, 7, 0.5) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16) !important;
}

.positioning-card.is-bright {
  background: linear-gradient(135deg, #f7f8f4, #e8fff2) !important;
}

.positioning-card strong {
  font-size: clamp(36px, 3.3vw, 52px) !important;
  line-height: 0.82 !important;
}

.positioning-card span {
  max-width: 150px !important;
  color: rgba(247, 248, 244, 0.84) !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

@media (max-width: 680px) {
  .home-services {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px) !important;
    gap: 38px !important;
    overflow: visible !important;
  }

  .home-services-copy,
  .home-services {
    min-width: 0 !important;
  }

  .why-proof-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .why-proof-grid span {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    padding-bottom: 12px !important;
    font-size: 13px !important;
  }

  .why-proof-grid strong {
    font-size: 15px !important;
  }

  .positioning-card {
    min-height: 78px !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
  }

  .positioning-card strong {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  .positioning-card span {
    max-width: none !important;
    font-size: 12.5px !important;
  }
}

/* WHY_SECTION_MOBILE_STACK_FIX */
@media (max-width: 680px) {
  .why-proof-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .why-proof-grid span {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 0 13px !important;
    white-space: normal !important;
  }

  .why-proof-grid strong {
    white-space: normal !important;
  }

  .positioning-panel {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-self: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .positioning-card {
    width: 100% !important;
    min-height: 108px !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 7px !important;
    padding: 14px 16px !important;
  }

  .positioning-card strong {
    font-size: clamp(38px, 12vw, 50px) !important;
  }

  .positioning-card span {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

/* PRETTY_FOOD_SHOP_SECTION */
.shop-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100% - 48px, 1240px);
  margin: clamp(26px, 4vw, 54px) auto clamp(62px, 7vw, 104px);
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(84, 241, 93, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 8%, rgba(84, 241, 93, 0.5), transparent 24%),
    radial-gradient(circle at 80% 24%, rgba(255, 247, 112, 0.22), transparent 26%),
    linear-gradient(135deg, #041307 0%, #07591f 48%, #0bff58 132%);
  box-shadow:
    0 42px 130px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(247, 248, 244, 0.24);
}

.shop-strip::before,
.shop-strip::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shop-strip::before {
  inset: 0;
  background:
    linear-gradient(rgba(247, 248, 244, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 248, 244, 0.055) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 86%);
}

.shop-strip::after {
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -260px;
  border-radius: 50%;
  background: rgba(247, 248, 244, 0.16);
  filter: blur(8px);
}

.shop-head {
  max-width: 820px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.shop-head h2 {
  margin: 0;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(38px, 5.2vw, 86px);
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.36);
}

.shop-head p:not(.section-kicker) {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(247, 248, 244, 0.78);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
  font-weight: 720;
}

.shop-offers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.shop-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.28);
  border-radius: 26px;
  background:
    linear-gradient(to bottom, rgba(247, 248, 244, 0.08), rgba(3, 17, 7, 0.82)),
    rgba(4, 20, 8, 0.64);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop-card:hover {
  transform: translateY(-8px);
  border-color: rgba(247, 248, 244, 0.62);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38), 0 0 46px rgba(84, 241, 93, 0.22);
}

.shop-card.is-featured {
  background:
    radial-gradient(circle at 58% 18%, rgba(84, 241, 93, 0.34), transparent 32%),
    linear-gradient(to bottom, rgba(247, 248, 244, 0.12), rgba(3, 17, 7, 0.9));
}

.shop-card-media {
  position: relative;
  height: 238px;
  overflow: hidden;
}

.shop-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background: linear-gradient(to top, rgba(3, 17, 7, 0.88), transparent);
}

.shop-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.shop-badge,
.shop-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 12px;
  color: #041307;
  background: #54f15d;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.shop-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.shop-level {
  align-self: flex-start;
  padding: 7px 10px;
  color: #54f15d;
  background: rgba(84, 241, 93, 0.12);
  border: 1px solid rgba(84, 241, 93, 0.24);
}

.shop-card h3 {
  margin: 16px 0 10px;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(24px, 2.15vw, 37px);
  line-height: 0.86;
  text-transform: uppercase;
}

.shop-card p {
  margin: 0;
  color: rgba(247, 248, 244, 0.72);
  font-size: 0.95rem;
  line-height: 1.42;
  font-weight: 720;
}

.shop-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.shop-meta strong {
  color: #54f15d;
  font-size: clamp(30px, 2.6vw, 44px);
  font-weight: 950;
  line-height: 0.85;
  text-shadow: 0 0 28px rgba(84, 241, 93, 0.38);
}

.shop-meta span {
  color: rgba(247, 248, 244, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: right;
  text-transform: uppercase;
}

.shop-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  color: #041307;
  background: #f7f8f4;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.shop-cta::after {
  content: ">";
  margin-left: 10px;
}

.shop-card-mini {
  min-height: 520px;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 50% 22%, rgba(247, 248, 244, 0.2), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(84, 241, 93, 0.34), transparent 25%),
    linear-gradient(145deg, rgba(5, 80, 28, 0.86), rgba(2, 16, 6, 0.92));
}

.shop-card-mini::before {
  content: "PF";
  position: absolute;
  top: 32px;
  left: 24px;
  color: rgba(247, 248, 244, 0.12);
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: 9rem;
  line-height: 0.78;
}

.shop-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 3vw, 34px);
}

.shop-footer span,
.shop-footer a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(247, 248, 244, 0.26);
  border-radius: 999px;
  color: rgba(247, 248, 244, 0.86);
  background: rgba(1, 8, 3, 0.26);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-footer a {
  color: #041307;
  background: #54f15d;
  border-color: #54f15d;
}

.shop-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(20px, 3vw, 32px);
  padding: 12px;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 22px;
  background: rgba(1, 10, 4, 0.28);
}

.shop-process::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 241, 93, 0.68), transparent);
}

.shop-process article {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(247, 248, 244, 0.055);
}

.shop-process article::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(84, 241, 93, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #54f15d 0 4px, transparent 5px),
    rgba(3, 18, 7, 0.86);
  box-shadow: 0 0 22px rgba(84, 241, 93, 0.22);
}

.shop-process span {
  color: #54f15d;
  font-size: 0.7rem;
  font-weight: 950;
}

.shop-process strong {
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 0.92;
  text-transform: uppercase;
}

.shop-process p {
  max-width: 280px;
  margin: 0;
  color: rgba(247, 248, 244, 0.7);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 720;
}

@media (max-width: 1120px) {
  .shop-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .shop-strip {
    width: calc(100% - 28px);
    margin-top: 22px;
    padding: 26px 16px;
    border-radius: 26px;
  }

  .shop-head {
    text-align: left;
  }

  .shop-head h2 {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 0.84;
  }

  .shop-offers {
    grid-template-columns: 1fr;
  }

  .shop-card,
  .shop-card-mini {
    min-height: 0;
  }

  .shop-card-media {
    height: 218px;
  }

  .shop-card-body {
    padding: 20px;
  }

  .shop-card h3 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .shop-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-meta span {
    text-align: left;
  }

  .shop-footer {
    justify-content: flex-start;
  }

  .shop-process {
    grid-template-columns: 1fr;
  }

  .shop-process::before {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(84, 241, 93, 0.68), transparent);
  }

  .shop-process article {
    padding-right: 54px;
  }
}

/* SHOP_PIXEL_POLISH_BUY_MODE */
.shop-strip {
  padding: clamp(32px, 4.4vw, 56px) clamp(18px, 3.8vw, 52px) !important;
  border-color: rgba(143, 255, 119, 0.34) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(84, 241, 93, 0.38), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(247, 248, 244, 0.12), transparent 20%),
    radial-gradient(circle at 50% 112%, rgba(48, 112, 58, 0.22), transparent 24%),
    linear-gradient(135deg, #030b05 0%, #073b17 52%, #0cff57 150%) !important;
}

.shop-head {
  max-width: 760px !important;
  margin-bottom: 18px !important;
}

.shop-head .section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(84, 241, 93, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(1, 9, 4, 0.34) !important;
}

.shop-head h2 {
  max-width: 760px !important;
  margin-inline: auto !important;
  font-size: clamp(38px, 4.55vw, 72px) !important;
  line-height: 0.88 !important;
}

.shop-head p:not(.section-kicker) {
  max-width: 620px !important;
  margin-top: 16px !important;
  font-size: clamp(14px, 1.08vw, 17px) !important;
  line-height: 1.5 !important;
}

.shop-buy-rail {
  max-width: 790px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.shop-buy-rail span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(247, 248, 244, 0.18);
  border-radius: 999px;
  color: rgba(247, 248, 244, 0.86);
  background: rgba(1, 10, 4, 0.32);
  box-shadow: inset 0 1px 0 rgba(247, 248, 244, 0.1);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-offers {
  align-items: stretch !important;
  gap: clamp(12px, 1.6vw, 18px) !important;
}

.shop-card {
  min-height: 492px !important;
  border-radius: 22px !important;
  border-color: rgba(247, 248, 244, 0.2) !important;
  background:
    linear-gradient(to bottom, rgba(247, 248, 244, 0.08), rgba(2, 13, 5, 0.88)),
    rgba(4, 20, 8, 0.68) !important;
}

.shop-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, var(--shop-accent, rgba(84, 241, 93, 0.22)), transparent 38%);
  opacity: 0.55;
}

.shop-card > * {
  position: relative;
  z-index: 2;
}

.shop-accent-lime { --shop-accent: rgba(84, 241, 93, 0.34); --shop-button: #54f15d; }
.shop-accent-cream { --shop-accent: rgba(247, 248, 244, 0.18); --shop-button: #e8fff2; }
.shop-accent-olive { --shop-accent: rgba(84, 132, 72, 0.3); --shop-button: #8cff75; }
.shop-accent-deep { --shop-accent: rgba(16, 88, 36, 0.34); --shop-button: #54f15d; }

.shop-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.34), 0 0 38px color-mix(in srgb, var(--shop-button, #54f15d) 22%, transparent) !important;
}

.shop-card-media {
  height: 222px !important;
  border-bottom: 1px solid rgba(247, 248, 244, 0.1);
}

.shop-card-media img {
  filter: saturate(1.08) contrast(1.02);
  object-position: center 62%;
}

.shop-badge {
  min-height: 30px !important;
  padding: 0 11px !important;
  color: #061008 !important;
  background: var(--shop-button, #54f15d) !important;
  font-size: 0.66rem !important;
}

.shop-card-body {
  padding: 18px !important;
}

.shop-level {
  min-height: 27px !important;
  padding: 0 9px !important;
  color: var(--shop-button, #54f15d) !important;
  border-color: color-mix(in srgb, var(--shop-button, #54f15d) 38%, transparent) !important;
  background: color-mix(in srgb, var(--shop-button, #54f15d) 12%, transparent) !important;
  font-size: 0.64rem !important;
}

.shop-card h3 {
  margin-top: 13px !important;
  margin-bottom: 9px !important;
  font-size: clamp(22px, 1.58vw, 29px) !important;
  line-height: 0.92 !important;
}

.shop-card p {
  color: rgba(247, 248, 244, 0.72) !important;
  font-size: 0.88rem !important;
  line-height: 1.38 !important;
}

.shop-meta {
  align-items: center !important;
  margin-top: auto !important;
  padding-top: 20px !important;
}

.shop-meta strong {
  color: var(--shop-button, #54f15d) !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  letter-spacing: 0 !important;
}

.shop-meta span {
  max-width: 94px !important;
  font-size: 0.68rem !important;
  line-height: 1.08 !important;
}

.shop-cta {
  min-height: 50px !important;
  width: 100% !important;
  margin-top: 16px !important;
  color: #061008 !important;
  background: linear-gradient(135deg, #f8fff8, var(--shop-button, #54f15d)) !important;
  border: 1px solid rgba(247, 248, 244, 0.72) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  font-size: 0.88rem !important;
  text-transform: uppercase !important;
}

.shop-cta:hover {
  filter: brightness(1.05);
}

.shop-cta::after {
  content: "->" !important;
  margin-left: 10px !important;
}

.shop-card-mini::before {
  top: 28px !important;
  left: 18px !important;
  font-size: 7.8rem !important;
}

.shop-footer {
  margin-top: 24px !important;
}

.shop-footer span,
.shop-footer a {
  min-height: 38px !important;
  font-size: 0.68rem !important;
}

@media (max-width: 1120px) {
  .shop-card {
    min-height: 470px !important;
  }
}

@media (max-width: 680px) {
  .shop-strip {
    padding: 24px 14px !important;
    border-radius: 24px !important;
  }

  .shop-head {
    margin-bottom: 16px !important;
  }

  .shop-head h2 {
    font-size: clamp(34px, 10.8vw, 46px) !important;
    line-height: 0.88 !important;
  }

  .shop-buy-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .shop-buy-rail span {
    min-height: 34px;
    font-size: 0.64rem;
  }

  .shop-card {
    min-height: 0 !important;
  }

  .shop-card-media {
    height: 200px !important;
  }

  .shop-meta {
    align-items: flex-start !important;
  }

  .shop-meta span {
    max-width: none !important;
  }
}

/* GLOBAL_DETAIL_PASS_SPACING_AND_OVERLAP_FIX */
html,
body {
  overflow-x: hidden;
}

.shop-strip {
  margin-top: clamp(36px, 4vw, 58px) !important;
  margin-bottom: clamp(70px, 7vw, 104px) !important;
}

.shop-offers {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.shop-card {
  min-height: 420px !important;
  border-radius: 22px !important;
}

.shop-card-media {
  height: 154px !important;
}

.shop-card-body {
  padding: 18px !important;
}

.shop-card h3 {
  min-height: 54px;
  display: flex;
  align-items: flex-end;
  margin-top: 12px !important;
  font-size: clamp(21px, 1.45vw, 26px) !important;
  line-height: 0.94 !important;
}

.shop-card p {
  min-height: 58px;
  font-size: 0.84rem !important;
}

.shop-meta {
  padding-top: 16px !important;
}

.shop-cta {
  min-height: 46px !important;
  margin-top: 14px !important;
  font-size: 0.78rem !important;
}

.shop-process {
  margin-top: 20px !important;
}

.home-services {
  padding-top: clamp(78px, 7vw, 118px) !important;
}

@media (min-width: 681px) and (max-width: 1180px) {
  .shop-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-card {
    min-height: 440px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1080px !important;
    min-height: 1080px !important;
    overflow: hidden !important;
  }

  section.hero.hero-web .hero-web-copy {
    top: 112px !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
  }

  section.hero.hero-web .hero-heading {
    max-width: 350px !important;
    font-size: clamp(48px, 15vw, 70px) !important;
    line-height: 0.86 !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 10px !important;
    margin-top: 22px !important;
  }

  section.hero.hero-web .hero-web-btn {
    min-height: 44px !important;
    padding: 0 15px !important;
    font-size: 0.76rem !important;
  }

  section.hero.hero-web .burger-card-tall,
  section.hero.hero-web .burger-card-center {
    display: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 22px !important;
    top: 430px !important;
    width: 44% !important;
    height: 230px !important;
    border-radius: 18px !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    top: 690px !important;
    width: calc(100% - 40px) !important;
    min-height: 330px !important;
    max-height: 360px !important;
    overflow: hidden !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  section.hero.hero-web .roi-step-welcome h2 {
    font-size: clamp(25px, 7vw, 31px) !important;
    line-height: 0.9 !important;
  }

  section.hero.hero-web .roi-note {
    max-width: 300px !important;
    font-size: 0.84rem !important;
  }

  .shop-strip {
    width: calc(100% - 24px) !important;
    margin-top: 20px !important;
    padding: 24px 14px !important;
    border-radius: 22px !important;
  }

  .shop-head {
    max-width: 100% !important;
  }

  .shop-head h2 {
    max-width: 318px !important;
    font-size: clamp(28px, 8.5vw, 35px) !important;
    line-height: 0.92 !important;
    overflow-wrap: break-word !important;
  }

  .shop-head p:not(.section-kicker) {
    max-width: 330px !important;
    font-size: 0.9rem !important;
  }

  .shop-buy-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
  }

  .shop-offers {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .shop-card {
    min-height: auto !important;
  }

  .shop-card-media {
    height: 176px !important;
  }

  .shop-card h3 {
    min-height: auto !important;
    font-size: clamp(25px, 7.4vw, 31px) !important;
  }

  .shop-card p {
    min-height: auto !important;
  }

  .shop-process {
    padding: 10px !important;
  }

  .home-services {
    padding-top: 62px !important;
  }
}

/* CHECKOUT_PLACEHOLDER */
.checkout-focus {
  width: min(100% - 48px, 940px);
  margin: 0 auto clamp(72px, 8vw, 118px);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(84, 241, 93, 0.24);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(247, 248, 244, 0.075), rgba(4, 48, 17, 0.34));
  text-align: center;
}

.checkout-focus h2 {
  max-width: 720px;
  margin: 0 auto 22px;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.9;
  text-transform: uppercase;
}

.payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.payment-overlay.is-open {
  display: flex;
}

.payment-panel {
  width: min(100%, 560px);
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 0%, rgba(84, 241, 93, 0.18), transparent 30%),
    linear-gradient(145deg, #061008, #0b2a12);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
}

.payment-head,
.payment-body,
.payment-actions {
  padding: 22px;
}

.payment-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(247, 248, 244, 0.12);
}

.payment-head span {
  color: #54f15d;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.payment-head h2 {
  margin: 8px 0 0;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 0.9;
  text-transform: uppercase;
}

.payment-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 248, 244, 0.18);
  border-radius: 50%;
  color: #f7f8f4;
  background: rgba(247, 248, 244, 0.06);
  font-size: 1.3rem;
  cursor: pointer;
}

.payment-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(247, 248, 244, 0.08);
}

.payment-summary strong {
  display: block;
  color: #f7f8f4;
  font-size: 1.05rem;
}

.payment-summary span {
  color: rgba(247, 248, 244, 0.68);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-summary b {
  color: #54f15d;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 0.9;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.payment-steps span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(84, 241, 93, 0.2);
  border-radius: 14px;
  color: rgba(247, 248, 244, 0.76);
  background: rgba(84, 241, 93, 0.075);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.payment-placeholder {
  margin-top: 14px;
  padding: 18px;
  border: 1px dashed rgba(247, 248, 244, 0.22);
  border-radius: 18px;
  color: rgba(247, 248, 244, 0.72);
  background: rgba(0, 0, 0, 0.18);
  font-weight: 760;
  line-height: 1.45;
}

.payment-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid rgba(247, 248, 244, 0.12);
}

.payment-actions a,
.payment-actions button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
}

.payment-actions a {
  color: #061008;
  background: linear-gradient(135deg, #f8fff8, #54f15d);
}

.payment-actions button {
  border: 1px solid rgba(247, 248, 244, 0.18);
  color: #f7f8f4;
  background: rgba(247, 248, 244, 0.06);
}

@media (max-width: 680px) {
  .checkout-focus {
    width: calc(100% - 24px);
    padding: 24px 16px;
  }

  .payment-steps,
  .payment-actions {
    grid-template-columns: 1fr;
  }
}

/* BUY_FLOW_RESTORE_BALANCE */
.shop-strip {
  margin-top: clamp(24px, 3vw, 46px) !important;
  padding: clamp(32px, 4.4vw, 56px) clamp(18px, 3.8vw, 52px) !important;
}

.shop-head {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
}

.shop-buy-rail {
  margin-bottom: clamp(22px, 3vw, 34px) !important;
}

.shop-offers {
  gap: clamp(14px, 1.8vw, 22px) !important;
}

.shop-card {
  min-height: 440px !important;
}

.shop-card-media {
  height: 178px !important;
}

.shop-card-body {
  padding: 20px !important;
}

@media (max-width: 680px) {
  .shop-strip {
    margin-top: 24px !important;
    padding: 24px 16px 30px !important;
  }

  .shop-card {
    min-height: auto !important;
  }

  .shop-card-media {
    height: 190px !important;
  }

  .shop-card-body {
    padding: 20px !important;
  }
}

/* SHOP_PIXEL_BALANCE_PASS */
.shop-strip {
  width: min(100% - 48px, 1298px) !important;
  margin-top: clamp(34px, 4vw, 58px) !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.shop-head {
  max-width: 760px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.shop-head h2 {
  max-width: 720px !important;
  margin-inline: auto !important;
  font-size: clamp(44px, 5.9vw, 86px) !important;
  line-height: 0.9 !important;
}

.shop-head p:not(.section-kicker) {
  max-width: 680px !important;
  margin-inline: auto !important;
}

.shop-buy-rail {
  width: min(100%, 760px) !important;
  margin-inline: auto !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.shop-offers {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

.shop-card {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 38%) 1fr !important;
  overflow: hidden !important;
}

.shop-card-mini {
  grid-template-columns: 1fr !important;
}

.shop-card-media {
  height: 100% !important;
  min-height: 286px !important;
}

.shop-card-media img {
  object-position: 8% center !important;
  filter: saturate(1.12) contrast(1.04) brightness(1.06) !important;
}

.shop-card-body {
  min-height: 286px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: clamp(22px, 2.4vw, 32px) !important;
}

.shop-card h3 {
  min-height: 0 !important;
  margin-bottom: 12px !important;
  font-size: clamp(29px, 3.1vw, 44px) !important;
}

.shop-card p {
  min-height: 0 !important;
  max-width: 430px !important;
}

.shop-meta {
  margin-top: auto !important;
  padding-top: 18px !important;
}

.shop-cta {
  width: 100% !important;
  min-height: 50px !important;
  margin-top: 16px !important;
}

.shop-process {
  margin-top: clamp(24px, 3vw, 38px) !important;
  gap: 12px !important;
}

.shop-footer {
  margin-top: clamp(18px, 2.4vw, 30px) !important;
}

@media (max-width: 920px) {
  .shop-offers {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .shop-strip {
    width: calc(100% - 24px) !important;
    margin-top: 26px !important;
    padding: 26px 14px 32px !important;
    border-radius: 24px !important;
  }

  .shop-head {
    text-align: left !important;
  }

  .shop-head h2 {
    max-width: 340px !important;
    margin-inline: 0 !important;
    font-size: clamp(34px, 10vw, 42px) !important;
  }

  .shop-head p:not(.section-kicker) {
    max-width: 320px !important;
    margin-inline: 0 !important;
    line-height: 1.35 !important;
  }

  .shop-buy-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-card {
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  .shop-card-media {
    min-height: 184px !important;
    height: 184px !important;
  }

  .shop-card-body {
    min-height: auto !important;
    padding: 20px !important;
  }

  .shop-card h3 {
    font-size: clamp(27px, 8vw, 34px) !important;
  }

  .shop-process {
    grid-template-columns: 1fr !important;
  }
}

/* SOURCE: hero-rebuild.css */
/* Rebuilt hero based on the Canva reference, integrated with the site system. */
@font-face {
  font-family: "Code Pro Black";
  src: url("assets/fonts/Code-Pro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* BACKUP_HERO_GEOMETRY_RESTORE_2026_05_11 */
main#top section.hero.hero-web > .pf-hero-stage {
  display: none !important;
}

main#top section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 720px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 76% 22%, rgba(84, 241, 93, 0.24), transparent 30%),
    radial-gradient(circle at 12% 58%, rgba(84, 241, 93, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(2, 48, 16, 0.9) 58%, rgba(7, 82, 28, 0.82)),
    #020603 !important;
}

main#top section.hero.hero-web > .hero-web-content,
main#top section.hero.hero-web .hero-web-visuals {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

main#top section.hero.hero-web > .hero-web-content {
  z-index: 2 !important;
}

main#top section.hero.hero-web .hero-web-visuals {
  z-index: 4 !important;
  pointer-events: none !important;
}

main#top section.hero.hero-web .hero-web-copy {
  display: block !important;
  position: absolute !important;
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 12 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading {
  display: block !important;
  width: min(58vw, 820px) !important;
  max-width: none !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(72px, 7.85vw, 112px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading span,
main#top section.hero.hero-web .hero-heading em {
  display: block !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading span {
  white-space: nowrap !important;
}

main#top section.hero.hero-web .hero-heading em {
  position: static !important;
  margin: 6px 0 0 clamp(220px, 19vw, 300px) !important;
  color: #54f15d !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 0.72em !important;
  font-style: italic !important;
  line-height: 0.78 !important;
  text-transform: lowercase !important;
  text-shadow: 0 0 18px rgba(84, 241, 93, 0.92), 0 0 48px rgba(84, 241, 93, 0.46) !important;
}

main#top section.hero.hero-web .hero-title-image {
  display: none !important;
}

main#top section.hero.hero-web .hero-web-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

main#top section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

main#top section.hero.hero-web .hero-offer-chips {
  display: none !important;
}

main#top section.hero.hero-web .burger-card {
  display: block !important;
  position: absolute !important;
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  background: rgba(247, 248, 244, 0.04) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32) !important;
}

main#top section.hero.hero-web .burger-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
}

main#top section.hero.hero-web .burger-card-tall {
  left: auto !important;
  right: 6.65% !important;
  top: 23.65% !important;
  bottom: auto !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
  z-index: 6 !important;
}

main#top section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  right: auto !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
  z-index: 5 !important;
}

main#top section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  right: auto !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
  z-index: 5 !important;
}

main#top section.hero.hero-web .hero-glass-card {
  display: block !important;
  position: absolute !important;
  left: 49.72% !important;
  right: auto !important;
  top: 70.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: auto !important;
  min-height: 190px !important;
  z-index: 7 !important;
  border-radius: 24px !important;
  pointer-events: auto !important;
}

@media (max-width: 680px) {
  main#top section.hero.hero-web {
    height: 1040px !important;
    min-height: 1040px !important;
  }

  main#top section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    right: 20px !important;
    top: 112px !important;
    width: auto !important;
  }

  main#top section.hero.hero-web .hero-heading {
    width: 100% !important;
    max-width: 350px !important;
    font-size: clamp(42px, 11.4vw, 50px) !important;
    line-height: 0.86 !important;
  }

  main#top section.hero.hero-web .hero-heading em {
    margin: 8px 0 0 !important;
    font-size: 0.68em !important;
  }

  main#top section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
  }

  main#top section.hero.hero-web .hero-web-btn {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14px !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    left: 20px !important;
    right: 20px !important;
    top: 420px !important;
    width: auto !important;
    height: 240px !important;
    border-radius: 24px !important;
  }

  main#top section.hero.hero-web .burger-card-left,
  main#top section.hero.hero-web .burger-card-center {
    display: none !important;
  }

  main#top section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    right: 20px !important;
    top: 700px !important;
    width: auto !important;
    min-height: 290px !important;
  }
}

/* HERO_LAYOUT_CLEAN — mise en page isolée, sans calculateur ROI. */
main#top section.hero.hero-web {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 860px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

main#top section.hero.hero-web .hero-nav {
  position: absolute !important;
  inset: 34px auto auto 50% !important;
  width: min(calc(100% - 52px), 1228px) !important;
  height: 64px !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
}

main#top section.hero.hero-web > .hero-web-content {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 70px) !important;
  width: min(calc(100% - 64px), 1228px) !important;
  height: auto !important;
  min-height: 860px !important;
  margin: 0 auto !important;
  padding: 154px 0 62px !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-web-copy {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 700px !important;
  z-index: 12 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading {
  position: relative !important;
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 !important;
  font-size: clamp(70px, 7.4vw, 106px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading span {
  display: block !important;
  white-space: nowrap !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading em {
  position: static !important;
  display: block !important;
  width: fit-content !important;
  margin: 8px 0 0 clamp(150px, 15vw, 238px) !important;
  font-size: 0.72em !important;
  line-height: 0.8 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-title-image,
main#top section.hero.hero-web .hero-offer-chips,
main#top section.hero.hero-web .hero-glass-card {
  display: none !important;
}

main#top section.hero.hero-web .hero-subline {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 26px 0 0 clamp(36px, 5vw, 72px) !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(84, 241, 93, 0.38) !important;
  border-radius: 999px !important;
  color: #54f15d !important;
  background: rgba(84, 241, 93, 0.08) !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

main#top section.hero.hero-web .hero-web-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 24px 0 0 clamp(36px, 5vw, 72px) !important;
  padding: 0 !important;
}

main#top section.hero.hero-web .hero-web-btn {
  width: auto !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  font-size: clamp(14px, 1.2vw, 17px) !important;
}

main#top section.hero.hero-web .hero-web-visuals {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 610px !important;
  z-index: 6 !important;
  transform: none !important;
}

main#top section.hero.hero-web .burger-card {
  position: absolute !important;
  display: block !important;
  inset: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  background: rgba(247, 248, 244, 0.04) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
  transform: none !important;
}

main#top section.hero.hero-web .burger-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
}

main#top section.hero.hero-web .burger-card-tall {
  top: 0 !important;
  right: 0 !important;
  width: 69% !important;
  height: 540px !important;
  border-radius: 30px !important;
  z-index: 4 !important;
}

main#top section.hero.hero-web .burger-card-left {
  top: 350px !important;
  left: 0 !important;
  width: 46% !important;
  height: 230px !important;
  border-radius: 24px !important;
  z-index: 6 !important;
}

main#top section.hero.hero-web .burger-card-center {
  top: 76px !important;
  left: 0 !important;
  width: 40% !important;
  height: 230px !important;
  border-radius: 24px !important;
  z-index: 5 !important;
}

@media (max-width: 980px) {
  main#top section.hero.hero-web {
    min-height: 1120px !important;
  }

  main#top section.hero.hero-web > .hero-web-content {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
    width: min(calc(100% - 48px), 720px) !important;
    min-height: 1120px !important;
    padding: 150px 0 54px !important;
  }

  main#top section.hero.hero-web .hero-web-copy {
    max-width: 680px !important;
  }

  main#top section.hero.hero-web .hero-heading {
    max-width: 650px !important;
    font-size: clamp(64px, 10vw, 90px) !important;
  }

  main#top section.hero.hero-web .hero-web-visuals {
    width: min(100%, 610px) !important;
    height: 500px !important;
    margin: 0 auto !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    width: 66% !important;
    height: 460px !important;
  }

  main#top section.hero.hero-web .burger-card-left {
    top: 280px !important;
    width: 44% !important;
    height: 195px !important;
  }

  main#top section.hero.hero-web .burger-card-center {
    top: 44px !important;
    width: 38% !important;
    height: 190px !important;
  }
}

@media (max-width: 680px) {
  main#top section.hero.hero-web {
    min-height: 920px !important;
    overflow: hidden !important;
  }

  main#top section.hero.hero-web .hero-nav {
    inset: 18px auto auto 50% !important;
    width: calc(100% - 32px) !important;
    height: 48px !important;
    grid-template-columns: minmax(86px, 26vw) 1fr 30px !important;
  }

  main#top section.hero.hero-web .hero-links,
  main#top section.hero.hero-web .hero-contact {
    display: none !important;
  }

  main#top section.hero.hero-web > .hero-web-content {
    width: calc(100% - 40px) !important;
    min-height: 920px !important;
    gap: 34px !important;
    padding: 108px 0 36px !important;
  }

  main#top section.hero.hero-web .hero-heading {
    max-width: 100% !important;
    font-size: clamp(44px, 13vw, 58px) !important;
    line-height: 0.84 !important;
  }

  main#top section.hero.hero-web .hero-heading em {
    margin: 6px 0 0 clamp(80px, 28vw, 120px) !important;
  }

  main#top section.hero.hero-web .hero-subline {
    margin: 18px 0 0 !important;
    padding: 8px 11px !important;
    font-size: clamp(8px, 2.45vw, 10px) !important;
  }

  main#top section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 9px !important;
    margin: 18px 0 0 !important;
  }

  main#top section.hero.hero-web .hero-web-btn {
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  main#top section.hero.hero-web .hero-web-visuals {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 330px 150px !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  main#top section.hero.hero-web .burger-card {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  main#top section.hero.hero-web .burger-card-left {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  main#top section.hero.hero-web .burger-card-center {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1220px !important;
    min-height: 1220px !important;
    overflow: visible !important;
  }

  section.hero.hero-web .hero-web-content {
    width: 100% !important;
    inset: 0 !important;
    transform: none !important;
  }

  section.hero.hero-web .hero-nav {
    left: 16px !important;
    top: 18px !important;
    width: calc(100% - 32px) !important;
    height: 44px !important;
    transform: none !important;
    grid-template-columns: 116px 1fr 34px !important;
    column-gap: 8px !important;
    padding: 0 9px 0 13px !important;
    border-width: 1.2px !important;
    border-radius: 999px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 104px !important;
    height: 34px !important;
    gap: 4px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 28px !important;
    height: 28px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: 24px !important;
  }

  section.hero.hero-web .hero-links,
  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: 25px !important;
    height: 22px !important;
    justify-self: end !important;
    gap: 4px !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: 24px !important;
    height: 2px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    top: 104px !important;
    width: calc(100% - 40px) !important;
  }

  section.hero.hero-web .hero-heading {
    width: 100% !important;
    font-size: clamp(46px, 13.5vw, 58px) !important;
    line-height: 0.78 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.96) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(196px, 52vw, 224px) !important;
    top: clamp(36px, 10vw, 44px) !important;
    font-size: 0.76em !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 8px !important;
    margin-top: 22px !important;
    padding-left: 0 !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 9px !important;
    font-size: 14px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 18px !important;
    top: 260px !important;
    width: 34% !important;
    height: 250px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 20px !important;
    top: 318px !important;
    width: 34% !important;
    height: 205px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 39% !important;
    top: 338px !important;
    width: 34% !important;
    height: 205px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    top: 590px !important;
    width: calc(100% - 40px) !important;
    height: 600px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  section.hero.hero-web .roi-calculator {
    gap: 8px !important;
  }

  section.hero.hero-web .roi-kicker {
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-calculator h2 {
    font-size: 20px !important;
    line-height: 0.96 !important;
  }

  section.hero.hero-web .roi-note,
  section.hero.hero-web .roi-status,
  section.hero.hero-web .roi-result small {
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-fields {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  section.hero.hero-web .roi-fields label {
    font-size: 11px !important;
    gap: 4px !important;
  }

  section.hero.hero-web .roi-fields input,
  section.hero.hero-web .roi-fields select {
    min-height: 34px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  section.hero.hero-web .roi-result {
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  section.hero.hero-web .roi-result strong {
    font-size: 36px !important;
  }

  section.hero.hero-web .roi-calculator button {
    min-height: 38px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav {
    grid-template-columns: minmax(74px, 25vw) 1fr clamp(30px, 8vw, 36px) !important;
    column-gap: clamp(5px, 1.5vw, 9px) !important;
  }

  section.hero.hero-web .hero-logo {
    width: min(94px, 25vw) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: clamp(22px, 6.5vw, 28px) !important;
    height: clamp(22px, 6.5vw, 28px) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: clamp(18px, 5.7vw, 23px) !important;
  }

  section.hero.hero-web .hero-links {
    display: flex !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(7px, 2.1vw, 11px) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: clamp(6px, 1.78vw, 7.4px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  section.hero.hero-web .hero-links a {
    display: inline-block !important;
    color: #f7f8f4 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web {
    height: 1260px !important;
    min-height: 1260px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 22px !important;
    top: 116px !important;
    width: calc(100% - 44px) !important;
  }

  section.hero.hero-web .hero-heading {
    font-size: clamp(39px, 11.7vw, 50px) !important;
    line-height: 0.8 !important;
    width: 100% !important;
    letter-spacing: 0 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.98) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(205px, 55vw, 238px) !important;
    top: clamp(42px, 11vw, 48px) !important;
    font-size: 0.68em !important;
    line-height: 0.8 !important;
  }

  section.hero.hero-web .burger-card {
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.38),
      0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
  }

  section.hero.hero-web .burger-card img {
    filter: saturate(1.08) contrast(1.04) brightness(1.02) !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 22px !important;
    top: 400px !important;
    width: 34% !important;
    height: 330px !important;
    border-radius: 20px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 24px !important;
    top: 505px !important;
    width: 37% !important;
    height: 270px !important;
    border-radius: 20px !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 38.5% !important;
    top: 540px !important;
    width: 37% !important;
    height: 285px !important;
    border-radius: 20px !important;
    z-index: 5 !important;
  }

  section.hero.hero-web .hero-glass-card {
    top: 910px !important;
    height: 600px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav {
    grid-template-columns: minmax(74px, 25vw) 1fr clamp(30px, 8vw, 36px) !important;
    column-gap: clamp(5px, 1.5vw, 9px) !important;
  }

  section.hero.hero-web .hero-logo {
    width: min(94px, 25vw) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: clamp(22px, 6.5vw, 28px) !important;
    height: clamp(22px, 6.5vw, 28px) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: clamp(18px, 5.7vw, 23px) !important;
  }

  section.hero.hero-web .hero-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(7px, 2.1vw, 11px) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: clamp(6px, 1.78vw, 7.4px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  section.hero.hero-web .hero-links a {
    color: #f7f8f4 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
  }

  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web {
    height: 1260px !important;
    min-height: 1260px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 22px !important;
    top: 116px !important;
    width: calc(100% - 44px) !important;
  }

  section.hero.hero-web .hero-heading {
    font-size: clamp(39px, 11.7vw, 50px) !important;
    line-height: 0.8 !important;
    width: 100% !important;
    letter-spacing: 0 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.98) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(205px, 55vw, 238px) !important;
    top: clamp(42px, 11vw, 48px) !important;
    font-size: 0.68em !important;
    line-height: 0.8 !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 8px !important;
    margin-top: 24px !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 33px !important;
    min-height: 33px !important;
    padding: 0 14px !important;
    font-size: 11px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 9px !important;
    font-size: 13px !important;
  }

  section.hero.hero-web .hero-web-visuals {
    z-index: 3 !important;
  }

  section.hero.hero-web .burger-card {
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.38),
      0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
  }

  section.hero.hero-web .burger-card img {
    filter: saturate(1.08) contrast(1.04) brightness(1.02) !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 22px !important;
    top: 400px !important;
    width: 34% !important;
    height: 330px !important;
    border-radius: 20px !important;
  }

  section.hero.hero-web .burger-card-tall img {
    object-position: 54% center !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 24px !important;
    top: 505px !important;
    width: 37% !important;
    height: 270px !important;
    border-radius: 20px !important;
  }

  section.hero.hero-web .burger-card-left img {
    object-position: 44% center !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 38.5% !important;
    top: 540px !important;
    width: 37% !important;
    height: 285px !important;
    border-radius: 20px !important;
    z-index: 5 !important;
  }

  section.hero.hero-web .burger-card-center img {
    object-position: 48% center !important;
  }

  section.hero.hero-web .hero-glass-card {
    top: 910px !important;
    height: 600px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav {
    left: clamp(12px, 4vw, 18px) !important;
    top: max(14px, env(safe-area-inset-top)) !important;
    width: calc(100% - clamp(24px, 8vw, 36px)) !important;
    height: clamp(42px, 12vw, 50px) !important;
    grid-template-columns: minmax(74px, 25vw) 1fr clamp(30px, 8vw, 36px) !important;
    column-gap: clamp(5px, 1.5vw, 9px) !important;
    padding: 0 clamp(8px, 2.4vw, 12px) !important;
  }

  section.hero.hero-web .hero-logo {
    width: min(94px, 25vw) !important;
    height: clamp(30px, 9vw, 38px) !important;
    gap: clamp(3px, 1.2vw, 5px) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: clamp(22px, 6.5vw, 28px) !important;
    height: clamp(22px, 6.5vw, 28px) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: clamp(18px, 5.7vw, 23px) !important;
    max-width: calc(100% - 30px) !important;
  }

  section.hero.hero-web .hero-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(8px, 2.35vw, 12px) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: clamp(6px, 1.9vw, 8px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  section.hero.hero-web .hero-links a {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    color: #f7f8f4 !important;
    text-decoration: none !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: clamp(28px, 8vw, 34px) !important;
    height: clamp(28px, 8vw, 34px) !important;
    gap: clamp(4px, 1.3vw, 5px) !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: clamp(20px, 6.4vw, 25px) !important;
    height: 2px !important;
  }

  section.hero.hero-web .hero-web-copy {
    top: clamp(92px, 25vw, 112px) !important;
  }

  section.hero.hero-web .hero-heading {
    font-size: clamp(42px, 12.5vw, 56px) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(178px, 50vw, 218px) !important;
    top: clamp(34px, 9vw, 42px) !important;
  }
}

body.is-menu-open {
  overflow: hidden !important;
}

section.hero.hero-web .hero-menu-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  cursor: pointer !important;
}

.site-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: start center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.site-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(18px) brightness(0.48);
  -webkit-backdrop-filter: blur(18px) brightness(0.48);
}

.site-menu-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(38px, 3.2vw, 42px) 24px 44px;
}

.site-menu-close {
  position: absolute;
  top: clamp(24px, 4vw, 40px);
  right: clamp(24px, 4vw, 44px);
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: clamp(44px, 4vw, 58px);
  line-height: 0.78;
  font-weight: 400;
  cursor: pointer;
}

.site-menu-logo {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
}

.site-menu-logo img {
  display: block;
  object-fit: contain;
  filter: none;
}

.site-menu-logo-full {
  width: auto;
  height: clamp(30px, 3vw, 36px);
}

.site-menu-links {
  margin-top: clamp(72px, 11.5vh, 84px);
  display: grid;
  justify-items: center;
  gap: clamp(12px, 1.15vw, 17px);
}

.site-menu-links a {
  color: #fff;
  text-decoration: none;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(28px, 3.35vw, 41px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
  transform: translateZ(0);
  transition:
    transform 180ms ease,
    text-shadow 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .site-menu-links:hover a {
    opacity: 0.52;
  }

  .site-menu-links a:hover,
  .site-menu-links a:focus-visible {
    color: #fff;
    opacity: 1;
    transform: scale(1.08);
    text-shadow:
      0 0 18px rgba(84, 255, 87, 0.45),
      0 12px 38px rgba(0, 0, 0, 0.58);
    outline: 0;
  }
}

.site-menu-socials {
  position: relative;
  width: clamp(168px, 15.6vw, 202px);
  height: clamp(32px, 3vw, 39px);
  margin-top: clamp(52px, 7.8vh, 66px);
  background: url("hero-assets/adjustment/social-icons-white.png") center / contain no-repeat;
}

.site-menu-socials a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
}

.site-menu-socials a:nth-child(1) {
  left: 0;
}

.site-menu-socials a:nth-child(2) {
  left: 25%;
}

.site-menu-socials a:nth-child(3) {
  left: 50%;
}

.site-menu-socials a:nth-child(4) {
  left: 75%;
}

.site-menu-socials span {
  display: none;
}

@media (max-width: 680px) {
  .site-menu-backdrop {
    background: rgba(0, 0, 0, 0.74);
    backdrop-filter: blur(20px) brightness(0.42);
    -webkit-backdrop-filter: blur(20px) brightness(0.42);
  }

  .site-menu-panel {
    padding-top: 46px;
  }

  .site-menu-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 44px;
  }

  .site-menu-logo {
    height: 34px;
  }

  .site-menu-logo-full {
    height: 32px;
  }

  .site-menu-links {
    margin-top: 126px;
    gap: 19px;
  }

  .site-menu-links a {
    font-size: clamp(28px, 8.6vw, 34px);
    line-height: 0.94;
  }

  .site-menu-socials {
    width: 164px;
    height: 32px;
    margin-top: 48px;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1220px !important;
    min-height: 1220px !important;
    overflow: visible !important;
  }

  section.hero.hero-web .hero-web-content {
    width: 100% !important;
    inset: 0 !important;
    transform: none !important;
  }

  section.hero.hero-web .hero-nav {
    left: 16px !important;
    top: 18px !important;
    width: calc(100% - 32px) !important;
    height: 44px !important;
    transform: none !important;
    grid-template-columns: 116px 1fr 34px !important;
    column-gap: 8px !important;
    padding: 0 9px 0 13px !important;
    border-width: 1.2px !important;
    border-radius: 999px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 104px !important;
    height: 34px !important;
    gap: 4px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 28px !important;
    height: 28px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: 24px !important;
  }

  section.hero.hero-web .hero-links,
  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: 25px !important;
    height: 22px !important;
    justify-self: end !important;
    gap: 4px !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: 24px !important;
    height: 2px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    top: 104px !important;
    width: calc(100% - 40px) !important;
  }

  section.hero.hero-web .hero-heading {
    width: 100% !important;
    font-size: clamp(46px, 13.5vw, 58px) !important;
    line-height: 0.78 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.96) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(196px, 52vw, 224px) !important;
    top: clamp(36px, 10vw, 44px) !important;
    font-size: 0.76em !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 8px !important;
    margin-top: 22px !important;
    padding-left: 0 !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 9px !important;
    font-size: 14px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 18px !important;
    top: 260px !important;
    width: 34% !important;
    height: 250px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 20px !important;
    top: 318px !important;
    width: 34% !important;
    height: 205px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 39% !important;
    top: 338px !important;
    width: 34% !important;
    height: 205px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    top: 590px !important;
    width: calc(100% - 40px) !important;
    height: 600px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  section.hero.hero-web .roi-calculator {
    gap: 8px !important;
  }

  section.hero.hero-web .roi-kicker {
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-calculator h2 {
    font-size: 20px !important;
    line-height: 0.96 !important;
  }

  section.hero.hero-web .roi-note,
  section.hero.hero-web .roi-status,
  section.hero.hero-web .roi-result small {
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-fields {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  section.hero.hero-web .roi-fields label {
    font-size: 11px !important;
    gap: 4px !important;
  }

  section.hero.hero-web .roi-fields input,
  section.hero.hero-web .roi-fields select {
    min-height: 34px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  section.hero.hero-web .roi-result {
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  section.hero.hero-web .roi-result strong {
    font-size: 36px !important;
  }

  section.hero.hero-web .roi-calculator button {
    min-height: 38px !important;
    font-size: 13px !important;
  }
}

.site-header {
  display: none !important;
}

section.hero.hero-web {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  aspect-ratio: auto !important;
  height: clamp(620px, 53.33vw, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-size: auto !important;
}

section.hero.hero-web,
section.hero.hero-web * {
  box-sizing: border-box !important;
}

section.hero.hero-web::before {
  content: none !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 42%) !important;
  pointer-events: none !important;
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: none !important;
}

section.hero.hero-web .hero-nav {
  position: absolute !important;
  left: 50% !important;
  top: 5.05% !important;
  z-index: 20 !important;
  width: min(calc(100% - 48px), 1200px) !important;
  height: clamp(58px, 4.5vw, 66px) !important;
  display: grid !important;
  grid-template-columns: clamp(230px, 18vw, 270px) 1fr clamp(38px, 3.2vw, 46px) clamp(142px, 11vw, 164px) !important;
  align-items: center !important;
  column-gap: clamp(12px, 1vw, 16px) !important;
  padding: 0 clamp(16px, 1.4vw, 22px) 0 clamp(30px, 2.6vw, 38px) !important;
  border: 1.8px solid rgba(247, 248, 244, 0.96) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(3, 19, 6, 0.82) 62%, rgba(5, 42, 12, 0.78)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(14px) !important;
  transform: translateX(-50%) !important;
}

section.hero.hero-web .hero-nav::before,
section.hero.hero-web .hero-nav::after {
  content: none !important;
}

section.hero.hero-web .hero-logo {
  width: clamp(174px, 12.9vw, 198px) !important;
  height: clamp(52px, 4.1vw, 60px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(6px, 0.48vw, 8px) !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img {
  display: block !important;
  object-fit: contain !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: clamp(54px, 4.15vw, 62px) !important;
  height: clamp(54px, 4.15vw, 62px) !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
  clip-path: none !important;
  transform: translateY(1px) !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: auto !important;
  height: clamp(45px, 3.45vw, 51px) !important;
  flex: 0 0 auto !important;
  transform: translateY(0) !important;
}

section.hero.hero-web .hero-links {
  position: static !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(34px, 3vw, 44px) !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: clamp(10px, 0.86vw, 12px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-menu-button {
  width: clamp(28px, 2.3vw, 34px) !important;
  height: clamp(28px, 2.3vw, 34px) !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: clamp(5px, 0.45vw, 7px) !important;
}

section.hero.hero-web .hero-menu-button span {
  width: clamp(20px, 1.7vw, 25px) !important;
  height: 2.5px !important;
  display: block !important;
  border-radius: 999px !important;
  background: #f7f8f4 !important;
}

section.hero.hero-web .hero-contact {
  position: static !important;
  width: clamp(142px, 11vw, 164px) !important;
  height: clamp(42px, 3.25vw, 48px) !important;
  min-height: clamp(42px, 3.25vw, 48px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: clamp(13px, 1.05vw, 15px) !important;
  font-weight: 900 !important;
  box-shadow: 0 0 30px rgba(247, 248, 244, 0.2) !important;
}

section.hero.hero-web .hero-web-content {
  position: absolute !important;
  inset: 0 auto auto 50% !important;
  z-index: 2 !important;
  width: min(calc(100% - 48px), 1440px) !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
}

section.hero.hero-web .hero-web-copy {
  position: absolute !important;
  left: 4.45% !important;
  top: 27.25% !important;
  z-index: 5 !important;
  width: 66% !important;
}

section.hero.hero-web .hero-title-image {
  display: none !important;
}

section.hero.hero-web .hero-heading {
  position: relative !important;
  width: min(64vw, 830px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  border: 0 !important;
  color: #f7f8f4 !important;
  font-family: "Code Pro Black", "Code Pro", "Code Pro LC", "Arial Black", "Inter", Arial, sans-serif !important;
  font-size: clamp(80px, 7.95vw, 118px) !important;
  font-weight: 900 !important;
  line-height: 0.76 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.54) !important;
}

section.hero.hero-web .hero-heading span {
  display: block !important;
  white-space: nowrap !important;
  transform: scaleX(0.96) !important;
  transform-origin: left center !important;
}

section.hero.hero-web .hero-heading em {
  position: absolute !important;
  left: min(37.2vw, 536px) !important;
  top: 76px !important;
  display: block !important;
  margin-left: 0 !important;
  color: #42ff4d !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 0.82em !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 0.82 !important;
  text-transform: none !important;
  text-shadow:
    0 0 12px rgba(66, 255, 77, 0.95),
    0 0 28px rgba(43, 232, 53, 0.72),
    0 0 48px rgba(15, 190, 39, 0.42) !important;
  transform: none !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 8.5% !important;
}

section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  transform: none !important;
}

section.hero.hero-web .hero-web-btn::after {
  content: ">" !important;
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .hero-web-btn.primary {
  color: #050706 !important;
  background: #f7f8f4 !important;
  box-shadow: 0 0 44px rgba(247, 248, 244, 0.34) !important;
}

section.hero.hero-web .hero-web-btn.secondary {
  color: #f7f8f4 !important;
  border: 1.5px solid rgba(247, 248, 244, 0.86) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow: none !important;
}

section.hero.hero-web .hero-web-visuals {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

section.hero.hero-web .burger-card {
  position: absolute !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #061008 !important;
  box-shadow: none !important;
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0) !important;
}

section.hero.hero-web .burger-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.03) contrast(1.02) !important;
}

section.hero.hero-web .burger-card-left img,
section.hero.hero-web .burger-card-center img {
  object-fit: cover !important;
  object-position: center center !important;
}

section.hero.hero-web .burger-card-tall {
  right: 3.4% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 6.2% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 44.8% !important;
  border-radius: 28px !important;
}

section.hero.hero-web .burger-card-center {
  left: 26.7% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 40.9% !important;
  border-radius: 28px !important;
}

section.hero.hero-web .hero-glass-card {
  position: absolute !important;
  z-index: 4 !important;
  pointer-events: auto !important;
  left: 48.3% !important;
  right: auto !important;
  top: 70.6% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 69% !important;
  border: 1.5px solid rgba(247, 248, 244, 0.92) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(247, 248, 244, 0.075), rgba(247, 248, 244, 0.025) 72%, rgba(247, 248, 244, 0.01)) !important;
  box-shadow:
    inset -120px 0 140px rgba(247, 248, 244, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 70px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(13px) !important;
  overflow: hidden !important;
  padding: clamp(16px, 1.35vw, 20px) !important;
}

section.hero.hero-web .roi-calculator {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(6px, 0.55vw, 9px) !important;
  color: #f7f8f4 !important;
}

section.hero.hero-web .roi-calculator p,
section.hero.hero-web .roi-calculator h2 {
  margin: 0 !important;
}

section.hero.hero-web .roi-kicker {
  color: #4dff5f !important;
  font-size: clamp(10px, 0.78vw, 12px) !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

section.hero.hero-web .roi-calculator h2 {
  max-width: 100% !important;
  font-family: "Code Pro Black", "Arial Black", "Inter", Arial, sans-serif !important;
  font-size: clamp(20px, 1.65vw, 26px) !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
}

section.hero.hero-web .roi-note,
section.hero.hero-web .roi-disclaimer,
section.hero.hero-web .roi-status,
section.hero.hero-web .roi-result small {
  color: rgba(247, 248, 244, 0.66) !important;
  font-size: clamp(10px, 0.78vw, 12px) !important;
  line-height: 1.35 !important;
}

section.hero.hero-web .roi-status {
  min-height: 14px !important;
  color: #4dff5f !important;
  font-weight: 850 !important;
}

section.hero.hero-web .roi-disclaimer {
  display: none !important;
}

section.hero.hero-web .roi-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

section.hero.hero-web .roi-fields label {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  color: rgba(247, 248, 244, 0.72) !important;
  font-size: clamp(10px, 0.78vw, 12px) !important;
  font-weight: 800 !important;
}

section.hero.hero-web .roi-fields label:first-child,
section.hero.hero-web .roi-fields label:nth-child(4),
section.hero.hero-web .roi-fields label:nth-child(5) {
  grid-column: span 2 !important;
}

section.hero.hero-web .roi-fields input,
section.hero.hero-web .roi-fields select {
  width: 100% !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  color: #f7f8f4 !important;
  background: rgba(1, 8, 3, 0.46) !important;
  border: 1px solid rgba(247, 248, 244, 0.22) !important;
  border-radius: 10px !important;
  font: inherit !important;
  outline: none !important;
}

section.hero.hero-web .roi-fields input:focus,
section.hero.hero-web .roi-fields select:focus {
  border-color: rgba(77, 255, 95, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(77, 255, 95, 0.12) !important;
}

section.hero.hero-web .roi-result {
  display: grid !important;
  gap: 4px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(77, 255, 95, 0.25) !important;
  border-radius: 14px !important;
  background: rgba(77, 255, 95, 0.065) !important;
}

section.hero.hero-web .roi-result span {
  color: rgba(247, 248, 244, 0.68) !important;
  font-size: clamp(10px, 0.78vw, 12px) !important;
  font-weight: 800 !important;
}

section.hero.hero-web .roi-result strong {
  color: #4dff5f !important;
  font-size: clamp(30px, 2.7vw, 42px) !important;
  line-height: 0.9 !important;
  font-weight: 950 !important;
  text-shadow: 0 0 22px rgba(77, 255, 95, 0.45) !important;
}

section.hero.hero-web .roi-calculator button {
  min-height: 36px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #061008 !important;
  background: #f7f8f4 !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3) !important;
}

@media (min-width: 681px) and (max-width: 1180px) {
  section.hero.hero-web {
    aspect-ratio: auto !important;
    height: 620px !important;
    min-height: 620px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    min-height: 220px !important;
    background-size: auto, auto, 56px 56px, 56px 56px, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    grid-template-columns: 56px 1fr 9px 32px !important;
    column-gap: 3px !important;
    padding: 0 3px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 48px !important;
    height: 15px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 14px !important;
    height: 14px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: auto !important;
    height: 12px !important;
  }

  section.hero.hero-web .hero-links {
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: 6px !important;
    height: 6px !important;
    gap: 1px !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: 5px !important;
    height: 0.6px !important;
  }

  section.hero.hero-web .hero-contact {
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-heading {
    width: 61vw !important;
    font-size: 28px !important;
    line-height: 0.76 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.96) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: 137px !important;
    top: 18px !important;
    margin-left: 0 !important;
    font-size: 0.82em !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 12px !important;
    min-height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 43.5% !important;
    border-radius: 7px !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 40.2% !important;
    border-radius: 7px !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 70.5% !important;
    width: 39% !important;
    height: 63% !important;
    border-radius: 7px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1220px !important;
    min-height: 1220px !important;
    overflow: visible !important;
  }

  section.hero.hero-web .hero-web-content {
    width: 100% !important;
    inset: 0 !important;
    transform: none !important;
  }

  section.hero.hero-web .hero-nav {
    left: 16px !important;
    top: 18px !important;
    width: calc(100% - 32px) !important;
    height: 44px !important;
    transform: none !important;
    grid-template-columns: 116px 1fr 34px !important;
    column-gap: 8px !important;
    padding: 0 9px 0 13px !important;
    border-width: 1.2px !important;
    border-radius: 999px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 104px !important;
    height: 34px !important;
    gap: 4px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 28px !important;
    height: 28px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: 24px !important;
  }

  section.hero.hero-web .hero-links,
  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: 25px !important;
    height: 22px !important;
    justify-self: end !important;
    gap: 4px !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: 24px !important;
    height: 2px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    top: 104px !important;
    width: calc(100% - 40px) !important;
  }

  section.hero.hero-web .hero-heading {
    width: 100% !important;
    font-size: clamp(46px, 13.5vw, 58px) !important;
    line-height: 0.78 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.96) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(196px, 52vw, 224px) !important;
    top: clamp(36px, 10vw, 44px) !important;
    font-size: 0.76em !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 8px !important;
    margin-top: 22px !important;
    padding-left: 0 !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 9px !important;
    font-size: 14px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 18px !important;
    top: 260px !important;
    width: 34% !important;
    height: 250px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 20px !important;
    top: 318px !important;
    width: 34% !important;
    height: 205px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 39% !important;
    top: 338px !important;
    width: 34% !important;
    height: 205px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    top: 590px !important;
    width: calc(100% - 40px) !important;
    height: 600px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  section.hero.hero-web .roi-calculator {
    gap: 8px !important;
  }

  section.hero.hero-web .roi-kicker {
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-calculator h2 {
    font-size: 20px !important;
    line-height: 0.96 !important;
  }

  section.hero.hero-web .roi-note,
  section.hero.hero-web .roi-status,
  section.hero.hero-web .roi-result small {
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-fields {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  section.hero.hero-web .roi-fields label {
    font-size: 11px !important;
    gap: 4px !important;
  }

  section.hero.hero-web .roi-fields input,
  section.hero.hero-web .roi-fields select {
    min-height: 34px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  section.hero.hero-web .roi-result {
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  section.hero.hero-web .roi-result strong {
    font-size: 36px !important;
  }

  section.hero.hero-web .roi-calculator button {
    min-height: 38px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav {
    grid-template-columns: minmax(74px, 25vw) 1fr clamp(30px, 8vw, 36px) !important;
    column-gap: clamp(5px, 1.5vw, 9px) !important;
  }

  section.hero.hero-web .hero-logo {
    width: min(94px, 25vw) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: clamp(22px, 6.5vw, 28px) !important;
    height: clamp(22px, 6.5vw, 28px) !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    height: clamp(18px, 5.7vw, 23px) !important;
  }

  section.hero.hero-web .hero-links {
    display: flex !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(7px, 2.1vw, 11px) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: clamp(6px, 1.78vw, 7.4px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  section.hero.hero-web .hero-links a {
    display: inline-block !important;
    color: #f7f8f4 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web {
    height: 1260px !important;
    min-height: 1260px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 22px !important;
    top: 116px !important;
    width: calc(100% - 44px) !important;
  }

  section.hero.hero-web .hero-heading {
    font-size: clamp(39px, 11.7vw, 50px) !important;
    line-height: 0.8 !important;
    width: 100% !important;
    letter-spacing: 0 !important;
  }

  section.hero.hero-web .hero-heading span {
    transform: scaleX(0.98) !important;
  }

  section.hero.hero-web .hero-heading em {
    left: clamp(205px, 55vw, 238px) !important;
    top: clamp(42px, 11vw, 48px) !important;
    font-size: 0.68em !important;
    line-height: 0.8 !important;
  }

  section.hero.hero-web .burger-card {
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.38),
      0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
  }

  section.hero.hero-web .burger-card img {
    filter: saturate(1.08) contrast(1.04) brightness(1.02) !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 22px !important;
    top: 400px !important;
    width: 34% !important;
    height: 330px !important;
    border-radius: 20px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 24px !important;
    top: 505px !important;
    width: 37% !important;
    height: 270px !important;
    border-radius: 20px !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 38.5% !important;
    top: 540px !important;
    width: 37% !important;
    height: 285px !important;
    border-radius: 20px !important;
    z-index: 5 !important;
  }

  section.hero.hero-web .hero-glass-card {
    top: 910px !important;
    height: 600px !important;
  }
}

/* ROI_STEPPED_INPUT_FLOW */
section.hero.hero-web .roi-progress {
  display: flex !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 0 0 clamp(10px, 0.9vw, 14px) !important;
}

section.hero.hero-web .roi-progress span {
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(247, 248, 244, 0.22) !important;
  transition: width 0.24s ease, background 0.24s ease, box-shadow 0.24s ease !important;
}

section.hero.hero-web .roi-progress span.is-active {
  width: 28px !important;
  background: #4dff5f !important;
  box-shadow: 0 0 18px rgba(77, 255, 95, 0.46) !important;
}

section.hero.hero-web .roi-progress span.is-done {
  background: rgba(77, 255, 95, 0.48) !important;
}

section.hero.hero-web .roi-step {
  display: none !important;
}

section.hero.hero-web .roi-step.is-active {
  display: flex !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  animation: roiStepIn 0.28s ease both !important;
}

@keyframes roiStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section.hero.hero-web .roi-specialty-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(7px, 0.65vw, 10px) !important;
  margin: clamp(8px, 0.8vw, 12px) 0 auto !important;
}

section.hero.hero-web .roi-choice,
section.hero.hero-web .roi-presets button,
section.hero.hero-web .roi-nav button,
section.hero.hero-web .roi-reset {
  font-family: Inter, Arial, sans-serif !important;
}

section.hero.hero-web .roi-choice {
  min-height: clamp(42px, 3.5vw, 55px) !important;
  padding: 0 8px !important;
  border: 1px solid rgba(247, 248, 244, 0.2) !important;
  border-radius: 14px !important;
  color: rgba(247, 248, 244, 0.88) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  cursor: pointer !important;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease !important;
}

section.hero.hero-web .roi-choice:hover,
section.hero.hero-web .roi-choice.is-selected {
  border-color: rgba(77, 255, 95, 0.72) !important;
  background: rgba(77, 255, 95, 0.11) !important;
  transform: translateY(-2px) !important;
}

section.hero.hero-web .roi-choice span {
  display: block !important;
  font-size: clamp(11px, 0.82vw, 13px) !important;
  font-weight: 900 !important;
}

section.hero.hero-web .roi-slider {
  display: grid !important;
  gap: clamp(9px, 0.75vw, 12px) !important;
  margin-top: clamp(8px, 0.75vw, 12px) !important;
}

section.hero.hero-web .roi-slider-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

section.hero.hero-web .roi-slider-head > span {
  color: rgba(247, 248, 244, 0.68) !important;
  font-size: clamp(10px, 0.78vw, 12px) !important;
  font-weight: 800 !important;
}

section.hero.hero-web .roi-slider-head strong {
  color: #4dff5f !important;
  font-size: clamp(36px, 3.35vw, 52px) !important;
  line-height: 0.85 !important;
  text-shadow: 0 0 22px rgba(77, 255, 95, 0.36) !important;
}

section.hero.hero-web .roi-slider-head small {
  margin-left: 5px !important;
  color: rgba(247, 248, 244, 0.6) !important;
  font-size: clamp(11px, 0.85vw, 13px) !important;
}

section.hero.hero-web .roi-slider input[type="range"] {
  width: 100% !important;
  height: 6px !important;
  margin: 4px 0 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  appearance: none !important;
  background: linear-gradient(90deg, #4dff5f 0 var(--roi-fill, 8%), rgba(247, 248, 244, 0.2) var(--roi-fill, 8%) 100%) !important;
  cursor: pointer !important;
}

section.hero.hero-web .roi-slider input[type="range"]::-webkit-slider-thumb {
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  border-radius: 50% !important;
  appearance: none !important;
  background: #4dff5f !important;
  box-shadow: 0 0 0 5px rgba(77, 255, 95, 0.18), 0 0 22px rgba(77, 255, 95, 0.48) !important;
}

section.hero.hero-web .roi-presets {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

section.hero.hero-web .roi-presets button {
  min-height: 25px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  border-radius: 999px !important;
  color: rgba(247, 248, 244, 0.68) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  font-size: clamp(10px, 0.74vw, 12px) !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

section.hero.hero-web .roi-presets button.is-on,
section.hero.hero-web .roi-presets button:hover {
  border-color: rgba(77, 255, 95, 0.52) !important;
  color: #4dff5f !important;
  background: rgba(77, 255, 95, 0.1) !important;
}

section.hero.hero-web .roi-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: clamp(10px, 0.85vw, 14px) !important;
}

section.hero.hero-web .roi-nav span {
  color: rgba(247, 248, 244, 0.55) !important;
  font-size: clamp(10px, 0.75vw, 12px) !important;
  font-weight: 750 !important;
}

section.hero.hero-web .roi-nav button,
section.hero.hero-web .roi-reset {
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: clamp(11px, 0.82vw, 13px) !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

section.hero.hero-web .roi-next {
  border: 0 !important;
  color: #061008 !important;
  background: #f7f8f4 !important;
}

section.hero.hero-web .roi-next:disabled {
  cursor: not-allowed !important;
  opacity: 0.38 !important;
}

section.hero.hero-web .roi-back,
section.hero.hero-web .roi-reset {
  border: 1px solid rgba(247, 248, 244, 0.34) !important;
  color: #f7f8f4 !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

section.hero.hero-web .roi-result-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

section.hero.hero-web .roi-result-grid span {
  display: grid !important;
  gap: 4px !important;
  padding: 10px !important;
  border: 1px solid rgba(247, 248, 244, 0.16) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

section.hero.hero-web .roi-result-grid strong {
  color: #f7f8f4 !important;
  font-size: clamp(16px, 1.35vw, 21px) !important;
}

section.hero.hero-web .roi-result-grid small {
  color: rgba(247, 248, 244, 0.58) !important;
  font-size: clamp(9px, 0.7vw, 11px) !important;
}

section.hero.hero-web .roi-status {
  margin: 6px 0 0 !important;
}

section.hero.hero-web .roi-disclaimer {
  margin: 2px 0 0 !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .roi-progress {
    margin-bottom: 10px !important;
  }

  section.hero.hero-web .roi-specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  section.hero.hero-web .roi-choice {
    min-height: 44px !important;
  }

  section.hero.hero-web .roi-slider-head strong {
    font-size: 38px !important;
  }

  section.hero.hero-web .roi-nav {
    gap: 8px !important;
  }

  section.hero.hero-web .roi-nav button,
  section.hero.hero-web .roi-reset {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }
}

/* ROI_BUTTON_SPECIFICITY_FIX */
section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice {
  border: 1px solid rgba(247, 248, 244, 0.2) !important;
  color: rgba(247, 248, 244, 0.88) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
}

section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice:hover,
section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice.is-selected {
  border-color: rgba(77, 255, 95, 0.72) !important;
  color: #f7f8f4 !important;
  background: rgba(77, 255, 95, 0.11) !important;
  box-shadow: 0 0 22px rgba(77, 255, 95, 0.12) !important;
}

section.hero.hero-web .roi-calculator .roi-presets button {
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  color: rgba(247, 248, 244, 0.68) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
}

section.hero.hero-web .roi-calculator .roi-presets button.is-on,
section.hero.hero-web .roi-calculator .roi-presets button:hover {
  border-color: rgba(77, 255, 95, 0.52) !important;
  color: #4dff5f !important;
  background: rgba(77, 255, 95, 0.1) !important;
}

/* ROI_SCALE_REFINEMENT */
section.hero.hero-web .hero-glass-card {
  left: 49.4% !important;
  top: 59.2% !important;
  width: min(390px, 32.8%) !important;
  min-height: 232px !important;
}

section.hero.hero-web .roi-calculator h2 {
  font-size: clamp(17px, 1.28vw, 20px) !important;
}

section.hero.hero-web .roi-note {
  max-width: 94% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    right: auto !important;
    top: 818px !important;
    min-height: 384px !important;
    padding: 18px 18px 20px !important;
    border-radius: 26px !important;
    transform: none !important;
  }

  section.hero.hero-web .roi-progress {
    margin-bottom: 14px !important;
  }

  section.hero.hero-web .roi-calculator h2 {
    max-width: 92% !important;
    font-size: 25px !important;
    line-height: 0.9 !important;
  }

  section.hero.hero-web .roi-note,
  section.hero.hero-web .roi-status,
  section.hero.hero-web .roi-disclaimer,
  section.hero.hero-web .roi-result small {
    font-size: 12px !important;
  }

  section.hero.hero-web .roi-specialty-grid {
    gap: 8px !important;
    margin-top: 14px !important;
  }

  section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice {
    min-height: 46px !important;
  }

  section.hero.hero-web .roi-choice span {
    font-size: 13px !important;
  }

  section.hero.hero-web .roi-nav {
    padding-top: 13px !important;
  }

  section.hero.hero-web .roi-nav button,
  section.hero.hero-web .roi-reset {
    min-height: 36px !important;
    font-size: 12px !important;
  }
}

/* Échelle desktop d'origine, calibrée pour le rendu validé avant les essais de zoom. */
@media (min-width: 681px) {
  body {
    zoom: 1.21;
  }
}

/* ROI_WELCOME_SCREEN */
section.hero.hero-web .roi-step-welcome h2 {
  max-width: 88% !important;
}

section.hero.hero-web .roi-home-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin: 14px 0 0 !important;
}

section.hero.hero-web .roi-home-metrics span {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
  border: 1px solid rgba(77, 255, 95, 0.22) !important;
  border-radius: 13px !important;
  color: rgba(247, 248, 244, 0.86) !important;
  background: rgba(77, 255, 95, 0.06) !important;
  font-size: clamp(9px, 0.72vw, 11px) !important;
  font-weight: 900 !important;
  text-align: center !important;
}

section.hero.hero-web .roi-nav-home {
  align-items: flex-end !important;
}

section.hero.hero-web .roi-nav-home > span {
  max-width: 44% !important;
  line-height: 1.25 !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .roi-step-welcome h2 {
    max-width: 86% !important;
  }

  section.hero.hero-web .roi-home-metrics {
    gap: 8px !important;
    margin-top: 16px !important;
  }

  section.hero.hero-web .roi-home-metrics span {
    min-height: 48px !important;
    border-radius: 16px !important;
    font-size: 11px !important;
  }

  section.hero.hero-web .roi-nav-home > span {
    max-width: 50% !important;
  }
}

/* ROI_BENEFIT_FINAL_CTA */
section.hero.hero-web .roi-step-welcome {
  justify-content: center !important;
  gap: 12px !important;
}

section.hero.hero-web .roi-step-welcome .roi-kicker {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #54f15d !important;
  font-size: clamp(10px, 0.7vw, 11px) !important;
}

section.hero.hero-web .roi-step-welcome h2 {
  max-width: 72% !important;
  margin: 0 !important;
  font-size: clamp(31px, 2.35vw, 40px) !important;
  line-height: 0.86 !important;
}

section.hero.hero-web .roi-step-welcome .roi-note {
  max-width: 66% !important;
  margin: 0 !important;
  color: rgba(247, 248, 244, 0.72) !important;
  font-size: clamp(11px, 0.78vw, 12.5px) !important;
  line-height: 1.36 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(180px, 0.9fr) !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: clamp(20px, 2vw, 30px) !important;
  padding-top: 0 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
  max-width: none !important;
  color: rgba(247, 248, 244, 0.55) !important;
  font-size: clamp(9.5px, 0.68vw, 11px) !important;
  line-height: 1.25 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home .roi-next {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: clamp(12px, 0.88vw, 14px) !important;
  box-shadow: 0 12px 36px rgba(247, 248, 244, 0.2) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .roi-step-welcome h2 {
    max-width: 100% !important;
    font-size: 36px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-note {
    max-width: 100% !important;
    font-size: 14px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
    order: 2 !important;
    text-align: center !important;
  }
}

/* ROI_WELCOME_MINIMAL_CTA */
section.hero.hero-web .roi-step-welcome {
  justify-content: center !important;
  gap: 14px !important;
  padding: clamp(6px, 0.8vw, 10px) 0 !important;
}

section.hero.hero-web .roi-step-welcome .roi-kicker {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #54f15d !important;
  letter-spacing: 0 !important;
}

section.hero.hero-web .roi-step-welcome h2 {
  max-width: 82% !important;
  margin: 0 !important;
  font-size: clamp(28px, 2.15vw, 36px) !important;
  line-height: 0.88 !important;
}

section.hero.hero-web .roi-step-welcome .roi-note {
  max-width: 68% !important;
  margin: 0 !important;
  color: rgba(247, 248, 244, 0.72) !important;
  font-size: clamp(11px, 0.82vw, 13px) !important;
  line-height: 1.42 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: clamp(18px, 2vw, 30px) !important;
  padding-top: 0 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
  max-width: 38% !important;
  color: rgba(247, 248, 244, 0.58) !important;
  font-size: clamp(10px, 0.72vw, 11.5px) !important;
  line-height: 1.3 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home .roi-next {
  min-height: 46px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: clamp(12px, 0.88vw, 14px) !important;
  box-shadow: 0 12px 34px rgba(247, 248, 244, 0.18) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .roi-step-welcome {
    justify-content: center !important;
    gap: 16px !important;
  }

  section.hero.hero-web .roi-step-welcome h2 {
    max-width: 100% !important;
    font-size: 34px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-note {
    max-width: 100% !important;
    font-size: 14px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
    max-width: none !important;
    order: 2 !important;
    text-align: center !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home .roi-next {
    width: 100% !important;
    min-height: 48px !important;
  }
}

/* ROI_ULTRA_SYNTHETIC_FINAL */
section.hero.hero-web .roi-step-welcome {
  justify-content: center !important;
  gap: 10px !important;
}

section.hero.hero-web .roi-step-welcome .roi-kicker {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #54f15d !important;
  font-size: clamp(9px, 0.62vw, 10px) !important;
}

section.hero.hero-web .roi-step-welcome h2 {
  max-width: 70% !important;
  font-size: clamp(27px, 2vw, 34px) !important;
  line-height: 0.88 !important;
}

section.hero.hero-web .roi-step-welcome .roi-note {
  max-width: 58% !important;
  color: rgba(247, 248, 244, 0.68) !important;
  font-size: clamp(10px, 0.72vw, 11.5px) !important;
  line-height: 1.34 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.56fr) minmax(170px, 0.9fr) !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding-top: 0 !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
  max-width: none !important;
  color: rgba(247, 248, 244, 0.52) !important;
  font-size: clamp(9px, 0.65vw, 10px) !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home .roi-next {
  width: 100% !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  font-size: clamp(11px, 0.82vw, 13px) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .roi-step-welcome h2 {
    max-width: 100% !important;
    font-size: 31px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-note {
    max-width: 100% !important;
    font-size: 13px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home {
    grid-template-columns: 1fr !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
    order: 2 !important;
    text-align: center !important;
  }
}

/* ROI_COMPACT_PREMIUM_LAYOUT */
section.hero.hero-web .hero-glass-card {
  width: min(410px, 34.6%) !important;
  height: auto !important;
  min-height: 248px !important;
  padding: clamp(14px, 1.05vw, 17px) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(247, 248, 244, 0.105), rgba(21, 74, 37, 0.42) 54%, rgba(3, 10, 5, 0.64)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset -72px 0 104px rgba(247, 248, 244, 0.095),
    0 24px 70px rgba(0, 0, 0, 0.42) !important;
}

section.hero.hero-web .roi-calculator {
  gap: 7px !important;
}

section.hero.hero-web .roi-progress {
  justify-content: flex-start !important;
  gap: 6px !important;
  margin: 0 0 10px !important;
}

section.hero.hero-web .roi-progress span {
  width: 6px !important;
  height: 6px !important;
  opacity: 0.9 !important;
}

section.hero.hero-web .roi-progress span.is-active {
  width: 25px !important;
}

section.hero.hero-web .roi-kicker {
  font-size: clamp(9px, 0.66vw, 10.5px) !important;
  line-height: 1 !important;
}

section.hero.hero-web .roi-calculator h2 {
  max-width: 95% !important;
  font-size: clamp(18px, 1.42vw, 22px) !important;
  line-height: 0.96 !important;
}

section.hero.hero-web .roi-note,
section.hero.hero-web .roi-status,
section.hero.hero-web .roi-disclaimer,
section.hero.hero-web .roi-result small {
  font-size: clamp(9.5px, 0.72vw, 11px) !important;
  line-height: 1.28 !important;
}

section.hero.hero-web .roi-specialty-grid {
  gap: 7px !important;
  margin: 8px 0 0 !important;
}

section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice {
  min-height: 34px !important;
  border-radius: 999px !important;
}

section.hero.hero-web .roi-choice span {
  font-size: clamp(10px, 0.74vw, 12px) !important;
}

section.hero.hero-web .roi-slider-head strong {
  font-size: clamp(31px, 2.25vw, 38px) !important;
}

section.hero.hero-web .roi-presets {
  gap: 5px !important;
}

section.hero.hero-web .roi-presets button {
  min-height: 23px !important;
  padding: 0 8px !important;
  font-size: clamp(9px, 0.68vw, 10.5px) !important;
}

section.hero.hero-web .roi-fields {
  gap: 6px !important;
  margin: 7px 0 0 !important;
}

section.hero.hero-web .roi-fields label {
  gap: 4px !important;
  font-size: clamp(9px, 0.68vw, 10.5px) !important;
}

section.hero.hero-web .roi-fields input,
section.hero.hero-web .roi-fields select {
  min-height: 28px !important;
  border-radius: 9px !important;
  font-size: clamp(10px, 0.72vw, 11px) !important;
}

section.hero.hero-web .roi-nav {
  padding-top: 10px !important;
}

section.hero.hero-web .roi-nav button,
section.hero.hero-web .roi-reset {
  min-height: 30px !important;
  padding: 0 13px !important;
  font-size: clamp(10px, 0.74vw, 12px) !important;
}

section.hero.hero-web .roi-result {
  padding: 8px 10px !important;
  border-radius: 13px !important;
}

section.hero.hero-web .roi-result strong {
  font-size: clamp(28px, 2.2vw, 34px) !important;
}

section.hero.hero-web .roi-result-grid {
  gap: 6px !important;
}

section.hero.hero-web .roi-result-grid span {
  padding: 8px !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-glass-card {
    top: 842px !important;
    width: calc(100% - 42px) !important;
    height: auto !important;
    min-height: 420px !important;
    padding: 20px 18px !important;
    border-radius: 28px !important;
  }

  section.hero.hero-web .roi-progress {
    justify-content: center !important;
    margin-bottom: 18px !important;
  }

  section.hero.hero-web .roi-kicker {
    font-size: 12px !important;
  }

  section.hero.hero-web .roi-calculator h2 {
    font-size: 31px !important;
    line-height: 0.88 !important;
  }

  section.hero.hero-web .roi-note,
  section.hero.hero-web .roi-status,
  section.hero.hero-web .roi-disclaimer,
  section.hero.hero-web .roi-result small {
    font-size: 13px !important;
    line-height: 1.34 !important;
  }

  section.hero.hero-web .roi-specialty-grid {
    gap: 10px !important;
    margin-top: 18px !important;
  }

  section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice {
    min-height: 54px !important;
  }

  section.hero.hero-web .roi-choice span {
    font-size: 14px !important;
  }

  section.hero.hero-web .roi-slider-head strong {
    font-size: 44px !important;
  }

  section.hero.hero-web .roi-fields {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  section.hero.hero-web .roi-fields label:first-child,
  section.hero.hero-web .roi-fields label:nth-child(4),
  section.hero.hero-web .roi-fields label:nth-child(5) {
    grid-column: auto !important;
  }

  section.hero.hero-web .roi-fields input,
  section.hero.hero-web .roi-fields select {
    min-height: 38px !important;
    font-size: 13px !important;
  }

  section.hero.hero-web .roi-nav {
    padding-top: 16px !important;
  }

  section.hero.hero-web .roi-nav button,
  section.hero.hero-web .roi-reset {
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
  }
}

/* ROI_FINAL_MOBILE_SCALE_LOCK */
@media (max-width: 680px) {
  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    top: 818px !important;
    width: calc(100% - 40px) !important;
    height: auto !important;
    min-height: 384px !important;
    padding: 18px 18px 20px !important;
    transform: none !important;
  }

  section.hero.hero-web .roi-calculator h2 {
    max-width: 92% !important;
    font-size: 25px !important;
    line-height: 0.9 !important;
  }

  section.hero.hero-web .roi-calculator .roi-specialty-grid .roi-choice {
    min-height: 46px !important;
  }

  section.hero.hero-web .roi-note,
  section.hero.hero-web .roi-status,
  section.hero.hero-web .roi-disclaimer,
  section.hero.hero-web .roi-result small {
    font-size: 12px !important;
  }
}

/* ROI_TALLER_PANEL_REBALANCE */
section.hero.hero-web .hero-glass-card {
  min-height: 330px !important;
  padding-bottom: clamp(22px, 1.7vw, 28px) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-glass-card {
    min-height: 430px !important;
    padding-bottom: 24px !important;
  }
}

/* ROI_WELCOME_CTA_REFOCUS */
section.hero.hero-web .roi-step-welcome {
  min-height: 100% !important;
}

section.hero.hero-web .roi-step-welcome .roi-kicker {
  width: fit-content !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(84, 241, 93, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(84, 241, 93, 0.1) !important;
}

section.hero.hero-web .roi-step-welcome h2 {
  max-width: 88% !important;
  margin-top: 2px !important;
  font-size: clamp(24px, 1.86vw, 31px) !important;
  line-height: 0.92 !important;
}

section.hero.hero-web .roi-step-welcome .roi-note {
  max-width: 78% !important;
  margin-top: 2px !important;
  color: rgba(247, 248, 244, 0.78) !important;
}

section.hero.hero-web .roi-step-welcome .roi-home-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

section.hero.hero-web .roi-step-welcome .roi-home-metrics span {
  min-height: 34px !important;
  border-radius: 12px !important;
  background: rgba(2, 12, 5, 0.34) !important;
  font-size: clamp(9px, 0.68vw, 10.5px) !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home {
  margin-top: auto !important;
  padding-top: 22px !important;
  align-items: center !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
  max-width: 35% !important;
  color: rgba(247, 248, 244, 0.68) !important;
  font-size: clamp(9.5px, 0.72vw, 11px) !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home .roi-next {
  min-height: 42px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  box-shadow: 0 0 34px rgba(247, 248, 244, 0.2) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .roi-step-welcome h2 {
    max-width: 96% !important;
    font-size: 30px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-note {
    max-width: 100% !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-home-metrics {
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-home-metrics span {
    min-height: 40px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: stretch !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-nav-home > span {
    max-width: none !important;
    text-align: center !important;
  }
}

/* FINAL_VISUAL_POLISH_NO_OVERLAP */
section.hero.hero-web .burger-card img {
  object-position: left center !important;
}

section.hero.hero-web .burger-card-tall img {
  object-position: 5% center !important;
}

section.hero.hero-web .burger-card-left img,
section.hero.hero-web .burger-card-center img {
  object-position: 7% center !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-heading {
    max-width: 350px !important;
    font-size: clamp(45px, 12vw, 56px) !important;
    line-height: 0.88 !important;
  }

  section.hero.hero-web .hero-heading em {
    position: static !important;
    display: block !important;
    margin: 8px 0 0 !important;
    font-size: 0.66em !important;
    line-height: 0.9 !important;
    transform: none !important;
  }
}

/* PREMIUM_SHOP_STABILITY_PASS */
section.hero.hero-web {
  overflow: hidden !important;
}

section.hero.hero-web .burger-card {
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 241, 93, 0.28), transparent 36%),
    linear-gradient(145deg, rgba(6, 16, 8, 0.96), rgba(12, 58, 23, 0.9)) !important;
}

section.hero.hero-web .burger-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.18) contrast(1.06) brightness(1.08) !important;
  transform: scale(1.015) !important;
}

section.hero.hero-web .burger-card-tall,
section.hero.hero-web .burger-card-left {
  background-image:
    linear-gradient(180deg, rgba(2, 12, 5, 0.02), rgba(2, 12, 5, 0.2)),
    url("hero-assets/prototype/18.optimized.webp") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section.hero.hero-web .burger-card-tall {
  background-position: 5% center !important;
}

section.hero.hero-web .burger-card-left {
  background-position: 7% center !important;
}

section.hero.hero-web .burger-card-center {
  display: none !important;
}

section.hero.hero-web .burger-card-tall img,
section.hero.hero-web .burger-card-left img {
  opacity: 0 !important;
}

section.hero.hero-web .burger-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(2, 12, 5, 0.02), rgba(2, 12, 5, 0.2)),
    linear-gradient(90deg, rgba(84, 241, 93, 0.08), transparent 44%) !important;
}

@media (min-width: 681px) {
  section.hero.hero-web .hero-web-copy {
    left: clamp(42px, 5.8vw, 86px) !important;
    top: clamp(166px, 21.4vw, 218px) !important;
  }

  section.hero.hero-web .hero-heading {
    max-width: min(68vw, 870px) !important;
    font-size: clamp(76px, 8.2vw, 118px) !important;
    line-height: 0.82 !important;
  }

  section.hero.hero-web .hero-web-actions {
    padding-left: clamp(62px, 5.6vw, 86px) !important;
    margin-top: clamp(28px, 3vw, 38px) !important;
  }

  section.hero.hero-web .burger-card-tall {
    top: clamp(170px, 15vw, 208px) !important;
    right: clamp(54px, 5.1vw, 86px) !important;
    width: clamp(238px, 21vw, 314px) !important;
    height: clamp(420px, 44vw, 512px) !important;
  }

  section.hero.hero-web .burger-card-left {
    left: clamp(70px, 7.6vw, 118px) !important;
    top: clamp(530px, 51vw, 576px) !important;
    width: clamp(210px, 16vw, 246px) !important;
    height: clamp(210px, 21vw, 278px) !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: auto !important;
    right: clamp(210px, 17vw, 260px) !important;
    top: clamp(486px, 42vw, 548px) !important;
    width: clamp(390px, 33vw, 470px) !important;
    min-height: clamp(260px, 26vw, 334px) !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1088px !important;
    min-height: 1088px !important;
  }

  section.hero.hero-web .hero-web-copy {
    top: 108px !important;
    left: 20px !important;
    right: 18px !important;
  }

  section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: min(100%, 330px) !important;
    padding-left: 0 !important;
    margin-top: 22px !important;
  }

  section.hero.hero-web .hero-web-btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 0.86rem !important;
  }

  section.hero.hero-web .burger-card-tall,
  section.hero.hero-web .burger-card-center {
    display: none !important;
  }

  section.hero.hero-web .burger-card-left {
    display: block !important;
    left: 20px !important;
    right: 20px !important;
    top: 404px !important;
    width: auto !important;
    height: 232px !important;
    border-radius: 24px !important;
  }

  section.hero.hero-web .burger-card-left img {
    object-position: 8% center !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    right: 20px !important;
    top: 680px !important;
    width: auto !important;
    min-height: 350px !important;
  }
}

/* HERO_SECTION_RETAKE_PREMIUM_SHOP */
section.hero.hero-web {
  height: clamp(760px, 82vw, 900px) !important;
  min-height: 760px !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 77% 30%, rgba(84, 241, 93, 0.28), transparent 28%),
    radial-gradient(circle at 8% 52%, rgba(84, 241, 93, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(2, 48, 16, 0.9) 58%, rgba(7, 82, 28, 0.82)),
    #020603 !important;
}

section.hero.hero-web .hero-web-content,
section.hero.hero-web .hero-web-visuals {
  position: absolute !important;
  inset: 0 !important;
}

section.hero.hero-web .hero-web-copy {
  left: clamp(36px, 7vw, 96px) !important;
  top: clamp(178px, 19vw, 226px) !important;
  width: min(64vw, 810px) !important;
  z-index: 8 !important;
}

section.hero.hero-web .hero-heading {
  max-width: 780px !important;
  font-size: clamp(72px, 8.1vw, 118px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
}

section.hero.hero-web .hero-heading em {
  color: #54f15d !important;
  text-shadow:
    0 0 18px rgba(84, 241, 93, 0.95),
    0 0 48px rgba(84, 241, 93, 0.52) !important;
}

section.hero.hero-web .hero-title-image {
  display: none !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  width: auto !important;
  padding-left: clamp(44px, 6.4vw, 86px) !important;
  margin-top: clamp(24px, 2.7vw, 34px) !important;
}

section.hero.hero-web .hero-web-btn {
  min-height: 52px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  font-size: clamp(16px, 1.2vw, 19px) !important;
}

section.hero.hero-web .hero-web-btn.primary {
  color: #041007 !important;
  background: linear-gradient(135deg, #ffffff, #eef7ee) !important;
  box-shadow: 0 0 46px rgba(247, 248, 244, 0.2) !important;
}

section.hero.hero-web .hero-web-btn.secondary {
  border-color: rgba(247, 248, 244, 0.78) !important;
  color: #f7f8f4 !important;
  background: rgba(247, 248, 244, 0.035) !important;
  backdrop-filter: blur(8px) !important;
}

section.hero.hero-web .hero-offer-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding-left: clamp(44px, 6.4vw, 86px) !important;
  margin-top: 18px !important;
}

section.hero.hero-web .hero-offer-chips span {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid rgba(84, 241, 93, 0.26) !important;
  border-radius: 999px !important;
  color: rgba(247, 248, 244, 0.88) !important;
  background: rgba(84, 241, 93, 0.08) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

section.hero.hero-web .burger-card-center,
section.hero.hero-web .burger-card-left {
  display: none !important;
}

section.hero.hero-web .burger-card-tall {
  display: block !important;
  top: clamp(168px, 14vw, 202px) !important;
  right: clamp(42px, 6.6vw, 92px) !important;
  width: clamp(294px, 26vw, 390px) !important;
  height: clamp(480px, 45vw, 590px) !important;
  border-radius: 34px !important;
  border: 1px solid rgba(247, 248, 244, 0.2) !important;
  background-image:
    linear-gradient(180deg, rgba(2, 12, 5, 0), rgba(2, 12, 5, 0.2)),
    url("hero-assets/prototype/18.optimized.webp") !important;
  background-position: 6% center !important;
  background-size: cover !important;
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.42),
    0 0 70px rgba(84, 241, 93, 0.14) !important;
  z-index: 4 !important;
}

section.hero.hero-web .burger-card-tall::before {
  content: "Best seller" !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  z-index: 2 !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  color: #041007 !important;
  background: #54f15d !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

section.hero.hero-web .burger-card-tall img {
  opacity: 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: auto !important;
  right: clamp(330px, 31vw, 470px) !important;
  top: clamp(516px, 44vw, 582px) !important;
  width: clamp(390px, 36vw, 510px) !important;
  height: auto !important;
  min-height: 250px !important;
  border-radius: 24px !important;
  z-index: 6 !important;
}

section.hero.hero-web .roi-step-welcome h2 {
  font-size: clamp(25px, 2.1vw, 34px) !important;
  line-height: 0.9 !important;
}

section.hero.hero-web .roi-step-welcome .roi-note {
  max-width: 360px !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home {
  padding-top: 18px !important;
}

section.hero.hero-web .roi-step-welcome .roi-nav-home .roi-next {
  min-height: 46px !important;
}

@media (min-width: 681px) and (max-width: 1120px) {
  section.hero.hero-web {
    height: 1010px !important;
    min-height: 1010px !important;
  }

  section.hero.hero-web .hero-web-copy {
    width: calc(100% - 64px) !important;
  }

  section.hero.hero-web .burger-card-tall {
    top: 500px !important;
    right: 42px !important;
    width: 330px !important;
    height: 410px !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 42px !important;
    right: auto !important;
    top: 600px !important;
    width: min(48vw, 470px) !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1048px !important;
    min-height: 1048px !important;
    background:
      radial-gradient(circle at 82% 16%, rgba(84, 241, 93, 0.28), transparent 32%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(2, 54, 18, 0.9)),
      #020603 !important;
  }

  section.hero.hero-web .hero-nav {
    left: 16px !important;
    right: 16px !important;
    top: 18px !important;
  }

  section.hero.hero-web .hero-links {
    display: none !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    right: 20px !important;
    top: 112px !important;
    width: auto !important;
  }

  section.hero.hero-web .hero-heading {
    max-width: 350px !important;
    font-size: clamp(48px, 13vw, 58px) !important;
    line-height: 0.84 !important;
  }

  section.hero.hero-web .hero-heading em {
    display: block !important;
    margin-top: 8px !important;
    font-size: 0.68em !important;
  }

  section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
  }

  section.hero.hero-web .hero-web-btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  section.hero.hero-web .hero-offer-chips {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    padding-left: 0 !important;
    margin-top: 14px !important;
  }

  section.hero.hero-web .hero-offer-chips span {
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  section.hero.hero-web .hero-offer-chips span:last-child {
    grid-column: 1 / -1 !important;
  }

  section.hero.hero-web .burger-card-tall {
    top: 468px !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    height: 236px !important;
    border-radius: 24px !important;
    background-position: 8% center !important;
  }

  section.hero.hero-web .burger-card-tall::before {
    left: 14px !important;
    top: 14px !important;
    min-height: 30px !important;
    font-size: 10px !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    right: 20px !important;
    top: 742px !important;
    width: auto !important;
    min-height: 270px !important;
    border-radius: 24px !important;
  }

  section.hero.hero-web .roi-step-welcome h2 {
    max-width: 100% !important;
    font-size: 26px !important;
  }

  section.hero.hero-web .roi-step-welcome .roi-note {
    max-width: 100% !important;
  }
}

/* HERO_RETAKE_LAYOUT_FIX */
section.hero.hero-web .hero-web-copy {
  transform: none !important;
  pointer-events: auto !important;
}

section.hero.hero-web .hero-heading {
  position: relative !important;
  width: min(62vw, 760px) !important;
  transform: none !important;
}

section.hero.hero-web .hero-heading span {
  display: block !important;
  transform: none !important;
  transform-origin: left center !important;
}

section.hero.hero-web .hero-heading em {
  position: static !important;
  display: block !important;
  margin: 4px 0 0 clamp(210px, 20vw, 292px) !important;
  transform: none !important;
}

@media (min-width: 681px) {
  section.hero.hero-web .hero-web-copy {
    left: clamp(56px, 6vw, 92px) !important;
    top: clamp(160px, 15vw, 202px) !important;
    width: min(58vw, 760px) !important;
    z-index: 30 !important;
  }

  section.hero.hero-web .burger-card-tall {
    left: auto !important;
    right: clamp(48px, 6vw, 90px) !important;
    bottom: auto !important;
    z-index: 8 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: auto !important;
    right: clamp(300px, 30vw, 460px) !important;
    bottom: auto !important;
    z-index: 22 !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-heading {
    width: 100% !important;
  }

  section.hero.hero-web .hero-heading em {
    margin-left: 0 !important;
  }
}

/* PF_HERO_CLEAN_REBUILD */
section.hero.hero-web {
  height: auto !important;
  min-height: 780px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 80% 18%, rgba(84, 241, 93, 0.26), transparent 30%),
    radial-gradient(circle at 15% 74%, rgba(84, 241, 93, 0.14), transparent 30%),
    linear-gradient(115deg, #020603 0%, #041008 42%, #083f18 100%) !important;
}

section.hero.hero-web .hero-web-content {
  display: none !important;
}

.pf-hero-stage,
.pf-hero-stage * {
  box-sizing: border-box !important;
}

.pf-hero-stage {
  position: relative !important;
  z-index: 5 !important;
  width: min(100% - 52px, 1298px) !important;
  min-height: 780px !important;
  margin: 0 auto !important;
  padding: clamp(150px, 13vw, 176px) 0 clamp(58px, 6vw, 84px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(320px, 31vw, 430px) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 76px) !important;
}

main#top section.hero.hero-web > .pf-hero-stage {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.pf-hero-copy {
  max-width: 760px !important;
}

.pf-hero-kicker {
  width: fit-content !important;
  margin: 0 0 18px !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(84, 241, 93, 0.32) !important;
  border-radius: 999px !important;
  color: #54f15d !important;
  background: rgba(84, 241, 93, 0.08) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.pf-hero-copy h1 {
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(74px, 8vw, 118px) !important;
  line-height: 0.84 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.pf-hero-copy h1 em {
  display: block !important;
  margin-top: 6px !important;
  color: #54f15d !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 0.76em !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 0.82 !important;
  text-transform: lowercase !important;
  text-shadow:
    0 0 18px rgba(84, 241, 93, 0.9),
    0 0 48px rgba(84, 241, 93, 0.48) !important;
}

.pf-hero-copy h1 span {
  display: inline !important;
}

.pf-hero-subtitle {
  max-width: 560px !important;
  margin: 24px 0 0 !important;
  color: rgba(247, 248, 244, 0.78) !important;
  font-size: clamp(17px, 1.4vw, 21px) !important;
  font-weight: 760 !important;
  line-height: 1.45 !important;
}

.pf-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

.pf-hero-cta {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.pf-hero-cta::after {
  content: ">" !important;
  margin-left: 12px !important;
}

.pf-hero-cta-primary {
  color: #041007 !important;
  background: linear-gradient(135deg, #ffffff, #eaffea) !important;
  box-shadow: 0 0 44px rgba(247, 248, 244, 0.22) !important;
}

.pf-hero-cta-secondary {
  border: 1px solid rgba(247, 248, 244, 0.5) !important;
  color: #f7f8f4 !important;
  background: rgba(247, 248, 244, 0.04) !important;
}

.pf-hero-chips,
.pf-hero-proof {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.pf-hero-chips {
  margin-top: 18px !important;
}

.pf-hero-chips span,
.pf-hero-proof span {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 13px !important;
  border: 1px solid rgba(84, 241, 93, 0.24) !important;
  border-radius: 999px !important;
  color: rgba(247, 248, 244, 0.84) !important;
  background: rgba(84, 241, 93, 0.075) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.pf-hero-product {
  position: relative !important;
  align-self: stretch !important;
  min-height: 560px !important;
  overflow: hidden !important;
  border: 1px solid rgba(247, 248, 244, 0.22) !important;
  border-radius: 34px !important;
  background: #061008 !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.44), 0 0 70px rgba(84, 241, 93, 0.15) !important;
}

.pf-hero-product img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 7% center !important;
  filter: saturate(1.12) contrast(1.05) brightness(1.04) !important;
}

.pf-hero-product::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, transparent 52%, rgba(2, 12, 5, 0.82)) !important;
  pointer-events: none !important;
}

.pf-hero-badge {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 2 !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  color: #041007 !important;
  background: #54f15d !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.pf-hero-product-footer {
  position: absolute !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 2 !important;
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 18px !important;
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  border-radius: 22px !important;
  background: rgba(4, 16, 7, 0.72) !important;
  backdrop-filter: blur(14px) !important;
}

.pf-hero-product-footer strong,
.pf-hero-product-footer b {
  display: block !important;
  color: #f7f8f4 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.pf-hero-product-footer span {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(247, 248, 244, 0.68) !important;
  font-size: 12px !important;
  font-weight: 820 !important;
}

.pf-hero-product-footer b {
  color: #54f15d !important;
  white-space: nowrap !important;
}

.pf-hero-proof {
  position: absolute !important;
  left: 0 !important;
  bottom: 46px !important;
  max-width: 680px !important;
}

@media (max-width: 980px) {
  section.hero.hero-web {
    min-height: 0 !important;
  }

  .pf-hero-stage {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding-top: 132px !important;
  }

  .pf-hero-product {
    min-height: 360px !important;
  }

  .pf-hero-proof {
    position: static !important;
    margin-top: 4px !important;
  }
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  section.hero.hero-web {
    overflow-x: hidden !important;
  }

  .pf-hero-stage {
    width: calc(100% - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    padding-top: 104px !important;
    padding-bottom: 42px !important;
    gap: 24px !important;
    overflow: hidden !important;
  }

  .pf-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .pf-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10vw, 41px) !important;
    line-height: 0.9 !important;
  }

  .pf-hero-subtitle {
    max-width: 100% !important;
    margin-top: 18px !important;
    font-size: 14px !important;
  }

  .pf-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .pf-hero-cta {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 14px !important;
  }

  .pf-hero-chips {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .pf-hero-chips span,
  .pf-hero-proof span {
    min-height: 32px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  .pf-hero-product {
    width: 100% !important;
    min-height: 300px !important;
    border-radius: 26px !important;
  }

  .pf-hero-product-footer {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    min-height: 70px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 14px !important;
  }

  .pf-hero-product-footer strong,
  .pf-hero-product-footer b {
    font-size: 15px !important;
  }
}

/* OLD_HERO_SECTION_RESTORE */
main#top section.hero.hero-web > .pf-hero-stage {
  display: none !important;
}

main#top section.hero.hero-web {
  height: clamp(780px, 78vw, 900px) !important;
  min-height: 780px !important;
  overflow: hidden !important;
  background: transparent !important;
}

main#top section.hero.hero-web > .hero-web-content {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-web-copy {
  display: block !important;
  position: absolute !important;
  left: clamp(54px, 5.8vw, 86px) !important;
  top: clamp(172px, 17vw, 214px) !important;
  width: min(62vw, 850px) !important;
  z-index: 12 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading {
  display: block !important;
  position: relative !important;
  width: min(62vw, 850px) !important;
  max-width: 850px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(76px, 8.2vw, 118px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading span {
  display: block !important;
  white-space: nowrap !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading em {
  position: static !important;
  display: block !important;
  margin: 6px 0 0 clamp(230px, 20vw, 310px) !important;
  color: #54f15d !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 0.72em !important;
  font-style: italic !important;
  line-height: 0.78 !important;
  text-transform: lowercase !important;
  text-shadow:
    0 0 18px rgba(84, 241, 93, 0.95),
    0 0 48px rgba(84, 241, 93, 0.5) !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-title-image {
  display: none !important;
}

main#top section.hero.hero-web .hero-web-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: clamp(26px, 3vw, 38px) !important;
  padding-left: clamp(58px, 6vw, 86px) !important;
}

main#top section.hero.hero-web .hero-web-btn {
  min-height: 48px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  font-weight: 950 !important;
}

main#top section.hero.hero-web .hero-offer-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 16px !important;
  padding-left: clamp(58px, 6vw, 86px) !important;
}

main#top section.hero.hero-web .hero-offer-chips span {
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border: 1px solid rgba(84, 241, 93, 0.24) !important;
  border-radius: 999px !important;
  color: rgba(247, 248, 244, 0.86) !important;
  background: rgba(84, 241, 93, 0.075) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

main#top section.hero.hero-web .hero-web-visuals {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  pointer-events: none !important;
  transform: none !important;
}

main#top section.hero.hero-web .burger-card-center {
  display: none !important;
}

main#top section.hero.hero-web .burger-card-tall,
main#top section.hero.hero-web .burger-card-left {
  display: block !important;
  overflow: hidden !important;
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  background-image:
    linear-gradient(180deg, rgba(2, 12, 5, 0.02), rgba(2, 12, 5, 0.22)),
    url("hero-assets/prototype/18.optimized.webp") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.34) !important;
}

main#top section.hero.hero-web .burger-card-tall {
  left: auto !important;
  right: clamp(54px, 5.8vw, 90px) !important;
  top: clamp(182px, 16vw, 218px) !important;
  bottom: auto !important;
  width: clamp(250px, 23vw, 334px) !important;
  height: clamp(440px, 44vw, 540px) !important;
  border-radius: 28px !important;
  background-position: 7% center !important;
  z-index: 6 !important;
}

main#top section.hero.hero-web .burger-card-left {
  left: clamp(82px, 8vw, 120px) !important;
  top: clamp(590px, 54vw, 650px) !important;
  right: auto !important;
  bottom: auto !important;
  width: clamp(200px, 16vw, 246px) !important;
  height: clamp(150px, 18vw, 220px) !important;
  border-radius: 22px !important;
  background-position: 7% center !important;
  z-index: 5 !important;
}

main#top section.hero.hero-web .burger-card img {
  opacity: 0 !important;
}

main#top section.hero.hero-web .hero-glass-card {
  display: block !important;
  position: absolute !important;
  left: auto !important;
  right: clamp(260px, 22vw, 340px) !important;
  top: clamp(560px, 45vw, 620px) !important;
  bottom: auto !important;
  width: clamp(390px, 35vw, 500px) !important;
  height: auto !important;
  min-height: 250px !important;
  z-index: 7 !important;
  border-radius: 24px !important;
  pointer-events: auto !important;
}

@media (max-width: 680px) {
  main#top section.hero.hero-web {
    height: 1090px !important;
    min-height: 1090px !important;
  }

  main#top section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    right: 20px !important;
    top: 112px !important;
    width: auto !important;
  }

  main#top section.hero.hero-web .hero-heading {
    width: 100% !important;
    max-width: 350px !important;
    font-size: clamp(42px, 11.4vw, 50px) !important;
    line-height: 0.86 !important;
  }

  main#top section.hero.hero-web .hero-heading em {
    margin: 8px 0 0 !important;
    font-size: 0.68em !important;
  }

  main#top section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
  }

  main#top section.hero.hero-web .hero-web-btn {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14px !important;
  }

  main#top section.hero.hero-web .hero-offer-chips {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding-left: 0 !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    left: 20px !important;
    right: 20px !important;
    top: 462px !important;
    width: auto !important;
    height: 232px !important;
    border-radius: 24px !important;
  }

  main#top section.hero.hero-web .burger-card-left {
    display: none !important;
  }

  main#top section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    right: 20px !important;
    top: 730px !important;
    width: auto !important;
    min-height: 290px !important;
  }
}

/* FINAL_BACKUP_HERO_SPACING_OVERRIDE */
main#top section.hero.hero-web {
  height: clamp(900px, 68vw, 960px) !important;
  min-height: 900px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

main#top section.hero.hero-web > .hero-web-content,
main#top section.hero.hero-web .hero-web-visuals {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 12 !important;
}

main#top section.hero.hero-web .hero-heading {
  width: min(58vw, 820px) !important;
  max-width: none !important;
  font-size: clamp(72px, 7.85vw, 112px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
}

main#top section.hero.hero-web .hero-title-image,
main#top section.hero.hero-web .hero-offer-chips {
  display: none !important;
}

main#top section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

main#top section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 18px !important;
  font-size: 18px !important;
}

main#top section.hero.hero-web .burger-card {
  display: block !important;
  position: absolute !important;
  overflow: hidden !important;
  margin: 0 !important;
  background: rgba(247, 248, 244, 0.04) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32) !important;
}

main#top section.hero.hero-web .burger-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
}

main#top section.hero.hero-web .burger-card-tall {
  left: auto !important;
  right: 6.65% !important;
  top: 23.65% !important;
  bottom: auto !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
  z-index: 6 !important;
}

main#top section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  right: auto !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
  z-index: 5 !important;
}

main#top section.hero.hero-web .burger-card-center {
  display: block !important;
  left: 28.25% !important;
  right: auto !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
  z-index: 5 !important;
}

main#top section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 63.5% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: auto !important;
  min-height: 190px !important;
  z-index: 7 !important;
  border-radius: 24px !important;
}

@media (max-width: 680px) {
  main#top section.hero.hero-web {
    height: 1040px !important;
    min-height: 1040px !important;
  }

  main#top section.hero.hero-web .hero-web-copy {
    left: 20px !important;
    right: 20px !important;
    top: 112px !important;
    width: auto !important;
  }

  main#top section.hero.hero-web .hero-heading {
    width: 100% !important;
    max-width: 350px !important;
    font-size: clamp(42px, 11.4vw, 50px) !important;
    line-height: 0.86 !important;
  }

  main#top section.hero.hero-web .hero-heading em {
    margin: 8px 0 0 !important;
    font-size: 0.68em !important;
  }

  main#top section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
  }

  main#top section.hero.hero-web .hero-web-btn {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14px !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    left: 20px !important;
    right: 20px !important;
    top: 420px !important;
    width: auto !important;
    height: 240px !important;
    border-radius: 24px !important;
  }

  main#top section.hero.hero-web .burger-card-left,
  main#top section.hero.hero-web .burger-card-center {
    display: none !important;
  }

  main#top section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    right: 20px !important;
    top: 700px !important;
    width: auto !important;
    min-height: 290px !important;
  }
}

/* SOURCE: hero-clean.css */
/* Hero Pretty Food — couche finale isolée. */
main#top section.hero.hero-web {
  --pf-hero-content-width: 1228px;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 860px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

main#top section.hero.hero-web::after {
  content: none !important;
}

main#top section.hero.hero-web .hero-nav {
  position: absolute !important;
  inset: 34px auto auto 50% !important;
  width: min(calc(100% - var(--pf-content-gutter, 48px)), var(--pf-hero-content-width)) !important;
  height: 64px !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
}

main#top section.hero.hero-web > .hero-web-content {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 70px) !important;
  width: min(calc(100% - var(--pf-content-gutter, 48px)), var(--pf-hero-content-width)) !important;
  height: auto !important;
  min-height: 860px !important;
  margin: 0 auto !important;
  padding: 154px 0 62px !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-web-copy {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 700px !important;
  z-index: 12 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading {
  position: relative !important;
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 !important;
  font-size: clamp(70px, 7.4vw, 106px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading span {
  display: block !important;
  white-space: nowrap !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-heading em {
  position: static !important;
  display: block !important;
  width: fit-content !important;
  margin: 8px 0 0 clamp(150px, 15vw, 238px) !important;
  font-size: 0.72em !important;
  line-height: 0.8 !important;
  transform: none !important;
}

main#top section.hero.hero-web .hero-title-image,
main#top section.hero.hero-web .hero-offer-chips,
main#top section.hero.hero-web .hero-glass-card {
  display: none !important;
}

main#top section.hero.hero-web .hero-subline {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 26px 0 0 clamp(36px, 5vw, 72px) !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(84, 241, 93, 0.38) !important;
  border-radius: 999px !important;
  color: #54f15d !important;
  background: rgba(84, 241, 93, 0.08) !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

main#top section.hero.hero-web .hero-web-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 24px 0 0 clamp(36px, 5vw, 72px) !important;
  padding: 0 !important;
}

main#top section.hero.hero-web .hero-web-btn {
  width: auto !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  font-size: clamp(14px, 1.2vw, 17px) !important;
}

main#top section.hero.hero-web .hero-web-visuals {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 610px !important;
  z-index: 6 !important;
  transform: none !important;
}

main#top section.hero.hero-web .burger-card {
  position: absolute !important;
  display: block !important;
  inset: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(247, 248, 244, 0.18) !important;
  background: rgba(247, 248, 244, 0.04) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
  transform: none !important;
}

main#top section.hero.hero-web .burger-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
}

main#top section.hero.hero-web .burger-card-tall {
  top: 0 !important;
  right: 0 !important;
  width: 69% !important;
  height: 540px !important;
  border-radius: 30px !important;
  z-index: 4 !important;
}

main#top section.hero.hero-web .burger-card-left {
  top: 350px !important;
  left: 0 !important;
  width: 46% !important;
  height: 230px !important;
  border-radius: 24px !important;
  z-index: 6 !important;
}

main#top section.hero.hero-web .burger-card-center {
  top: 76px !important;
  left: 0 !important;
  width: 40% !important;
  height: 230px !important;
  border-radius: 24px !important;
  z-index: 5 !important;
}

@media (max-width: 980px) {
  main#top section.hero.hero-web,
  main#top section.hero.hero-web > .hero-web-content {
    min-height: 1120px !important;
  }

  main#top section.hero.hero-web > .hero-web-content {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
    width: min(calc(100% - 48px), 720px) !important;
    padding: 150px 0 54px !important;
  }

  main#top section.hero.hero-web .hero-heading {
    max-width: 650px !important;
    font-size: clamp(64px, 10vw, 90px) !important;
  }

  main#top section.hero.hero-web .hero-web-visuals {
    width: min(100%, 610px) !important;
    height: 500px !important;
    margin: 0 auto !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    width: 66% !important;
    height: 460px !important;
  }

  main#top section.hero.hero-web .burger-card-left {
    top: 280px !important;
    width: 44% !important;
    height: 195px !important;
  }

  main#top section.hero.hero-web .burger-card-center {
    top: 44px !important;
    width: 38% !important;
    height: 190px !important;
  }
}

@media (max-width: 680px) {
  main#top section.hero.hero-web,
  main#top section.hero.hero-web > .hero-web-content {
    min-height: 920px !important;
  }

  main#top section.hero.hero-web .hero-nav {
    inset: 18px auto auto 50% !important;
    width: calc(100% - 32px) !important;
    height: 48px !important;
    grid-template-columns: minmax(86px, 26vw) 1fr 30px !important;
  }

  main#top section.hero.hero-web .hero-links,
  main#top section.hero.hero-web .hero-contact {
    display: none !important;
  }

  main#top section.hero.hero-web > .hero-web-content {
    width: calc(100% - 40px) !important;
    gap: 34px !important;
    padding: 108px 0 36px !important;
  }

  main#top section.hero.hero-web .hero-heading {
    max-width: 100% !important;
    font-size: clamp(44px, 13vw, 58px) !important;
    line-height: 0.84 !important;
  }

  main#top section.hero.hero-web .hero-heading em {
    margin: 6px 0 0 clamp(80px, 28vw, 120px) !important;
  }

  main#top section.hero.hero-web .hero-subline {
    margin: 18px 0 0 !important;
    padding: 8px 11px !important;
    font-size: clamp(8px, 2.45vw, 10px) !important;
  }

  main#top section.hero.hero-web .hero-web-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 9px !important;
    margin: 18px 0 0 !important;
  }

  main#top section.hero.hero-web .hero-web-btn {
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  main#top section.hero.hero-web .hero-web-visuals {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 330px 150px !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  main#top section.hero.hero-web .burger-card {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px !important;
  }

  main#top section.hero.hero-web .burger-card-tall {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  main#top section.hero.hero-web .burger-card-left {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  main#top section.hero.hero-web .burger-card-center {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

/* Alignement final demandé : « premier regard » sur une seule ligne. */
main#top section.hero.hero-web .hero-heading {
  white-space: nowrap !important;
}

main#top section.hero.hero-web .hero-heading span:nth-of-type(2),
main#top section.hero.hero-web .hero-heading em {
  display: inline-block !important;
}

main#top section.hero.hero-web .hero-heading em {
  margin: 8px 0 0 -10px !important;
  vertical-align: baseline !important;
}

@media (max-width: 680px) {
  main#top section.hero.hero-web .hero-heading em {
    margin-left: 7px !important;
  }
}

/* SOURCE: creations.css */
/* Section Nos créations — preuve visuelle entre le hero et les offres. */
.creations-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin-top: 0;
  padding: clamp(70px, 7vw, 108px) 24px clamp(58px, 6vw, 88px);
  overflow: hidden;
  scroll-margin-top: 96px;
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

.creations-section::before,
.creations-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.creations-section::before {
  inset: 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(0, 117, 32, 0.17), transparent 36rem),
    linear-gradient(90deg, rgba(1, 2, 1, 0.08), transparent 38%, rgba(1, 2, 1, 0.11));
  mask-image: linear-gradient(to bottom, transparent 0, #000 180px, #000 calc(100% - 180px), transparent 100%);
}

.creations-section::after {
  content: none;
}

.creations-inner {
  width: min(100%, var(--pf-content-width, 1109px));
  margin: 0 auto;
}

.creations-head {
  max-width: none;
  margin-bottom: clamp(30px, 3.4vw, 48px);
}

.creations-head h2 {
  margin: 0;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(64px, 6.5vw, 94px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.36);
}

.creations-head p {
  max-width: 720px;
  margin: clamp(22px, 2.4vw, 32px) 0 0;
  color: rgba(247, 248, 244, 0.92);
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 760;
  line-height: 1.38;
}

.creations-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: clamp(290px, 25vw, 360px) clamp(170px, 15vw, 218px);
  gap: clamp(14px, 1.4vw, 20px);
}

.creation-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 93, 0.78);
  border-radius: 22px;
  background:
    radial-gradient(circle at 52% 48%, rgba(84, 241, 93, 0.055), transparent 31%),
    linear-gradient(135deg, rgba(247, 248, 244, 0.065), rgba(247, 248, 244, 0.015) 42%, rgba(1, 8, 3, 0.42)),
    #0b110d;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.26);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.creation-card:hover {
  border-color: #54f15d;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34), 0 0 36px rgba(84, 241, 93, 0.09);
  transform: translateY(-3px);
}

.creation-card--social {
  grid-column: 1 / 3;
  grid-row: 1;
}

.creation-card--menu {
  grid-column: 3;
  grid-row: 1 / 3;
}

.creation-card--identity {
  grid-column: 1;
  grid-row: 2;
}

.creation-card--ai {
  grid-column: 2;
  grid-row: 2;
}

.creation-visual {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.creation-card--has-visual:hover .creation-visual {
  transform: scale(1.015);
}

[data-creation-slot="identite-visuelle"] .creation-visual {
  object-fit: contain;
  background: #000;
}

[data-creation-slot="shooting-ia-3d"] .creation-visual {
  object-position: center 30%;
}

.creation-card[data-creation-slot="shooting-ia-3d"] h3 {
  top: clamp(18px, 1.8vw, 26px);
  bottom: auto;
}

.creation-card--has-visual h3 {
  padding: 10px 14px;
  border: 1px solid rgba(84, 241, 93, 0.55);
  border-radius: 999px;
  background: rgba(2, 7, 4, 0.86);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.creation-card h3 {
  position: absolute;
  top: clamp(18px, 1.8vw, 26px);
  left: clamp(20px, 2vw, 30px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #54f15d;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.creation-card h3 > span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #54f15d;
  box-shadow: 0 0 0 4px rgba(84, 241, 93, 0.1), 0 0 18px rgba(84, 241, 93, 0.8);
}

.creation-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.75px), rgba(84, 241, 93, 0.16) 50%, transparent calc(50% + 0.75px)),
    linear-gradient(transparent calc(50% - 0.75px), rgba(84, 241, 93, 0.16) 50%, transparent calc(50% + 0.75px));
}

.creation-placeholder::before,
.creation-placeholder::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(84, 241, 93, 0.68);
  transform: translate(-50%, -50%);
}

.creation-placeholder::before {
  width: 18px;
  height: 1px;
}

.creation-placeholder::after {
  width: 1px;
  height: 18px;
}

.creation-placeholder strong {
  color: rgba(247, 248, 244, 0.2);
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(30px, 3.8vw, 56px);
  font-weight: 900;
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
}

.creation-card--identity .creation-placeholder strong,
.creation-card--ai .creation-placeholder strong {
  font-size: clamp(25px, 2.7vw, 39px);
}

.creation-placeholder__marks {
  position: absolute;
  inset: 20px;
}

.creation-placeholder__marks i {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0.52;
}

.creation-placeholder__marks i::before,
.creation-placeholder__marks i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #54f15d;
  transform: translate(-50%, -50%);
}

.creation-placeholder__marks i::before {
  width: 12px;
  height: 1px;
}

.creation-placeholder__marks i::after {
  width: 1px;
  height: 12px;
}

.creation-placeholder__marks i:nth-child(1) {
  left: 0;
  top: 0;
}

.creation-placeholder__marks i:nth-child(2) {
  right: 0;
  top: 0;
}

.creation-placeholder__marks i:nth-child(3) {
  right: 0;
  bottom: 0;
}

.creation-placeholder__marks i:nth-child(4) {
  left: 0;
  bottom: 0;
}

.creations-conversion {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  margin-top: clamp(26px, 2.6vw, 38px);
  padding: clamp(24px, 2.5vw, 36px);
  border: 1px solid rgba(84, 241, 93, 0.88);
  border-radius: 26px;
  background: linear-gradient(118deg, rgba(4, 18, 8, 0.94), rgba(1, 6, 3, 0.9));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.creations-conversion > p {
  margin: 0;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.creations-conversion > p span {
  display: block;
  white-space: nowrap;
}

.creations-conversion > p em {
  display: inline-block;
  margin-left: 0.06em;
  color: #54f15d;
  font-style: normal;
}

.creations-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.creations-button {
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(18px, 1.5vw, 22px);
  border: 1px solid #54f15d;
  border-radius: 999px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.creations-button span {
  white-space: nowrap;
}

.creations-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.creations-button--primary {
  color: #031006;
  background: linear-gradient(100deg, #f7f8f4 0%, #bfffc4 42%, #54f15d 100%);
  box-shadow: 0 18px 46px rgba(84, 241, 93, 0.13);
}

.creations-button--secondary {
  color: #f7f8f4;
  background: rgba(1, 6, 3, 0.56);
}

.creations-button:hover,
.creations-button:focus-visible {
  transform: translateY(-2px);
}

.creations-button--primary:hover,
.creations-button--primary:focus-visible {
  box-shadow: 0 22px 54px rgba(84, 241, 93, 0.24);
}

.creations-button--secondary:hover,
.creations-button--secondary:focus-visible {
  color: #031006;
  background: #54f15d;
}

.creations-button:hover svg,
.creations-button:focus-visible svg {
  transform: translateX(4px);
}

.creations-button:focus-visible {
  outline: 3px solid rgba(247, 248, 244, 0.88);
  outline-offset: 4px;
}

.creations-section.is-reveal-ready .creations-head,
.creations-section.is-reveal-ready .creation-card,
.creations-section.is-reveal-ready .creations-conversion {
  opacity: 0;
  transform: translateY(24px);
}

.creations-section.is-reveal-ready.is-visible .creations-head,
.creations-section.is-reveal-ready.is-visible .creation-card,
.creations-section.is-reveal-ready.is-visible .creations-conversion {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.creations-section.is-reveal-ready.is-visible .creation-card--social {
  transition-delay: 70ms;
}

.creations-section.is-reveal-ready.is-visible .creation-card--menu {
  transition-delay: 130ms;
}

.creations-section.is-reveal-ready.is-visible .creation-card--identity {
  transition-delay: 190ms;
}

.creations-section.is-reveal-ready.is-visible .creation-card--ai {
  transition-delay: 250ms;
}

.creations-section.is-reveal-ready.is-visible .creations-conversion {
  transition-delay: 310ms;
}

@media (max-width: 1100px) {
  .creations-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 300px 220px 220px;
  }

  .creation-card--social {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .creation-card--menu {
    grid-column: 1;
    grid-row: 2 / 4;
  }

  .creation-card--identity {
    grid-column: 2;
    grid-row: 2;
  }

  .creation-card--ai {
    grid-column: 2;
    grid-row: 3;
  }

  .creations-conversion {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .creations-section {
    padding-inline: 18px;
  }

  .creations-head h2 {
    font-size: clamp(50px, 12vw, 72px);
  }

  .creations-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 360px 210px 210px;
  }

  .creation-card--social,
  .creation-card--menu,
  .creation-card--identity,
  .creation-card--ai {
    grid-column: 1;
  }

  .creation-card--social {
    grid-row: 1;
  }

  .creation-card--menu {
    grid-row: 2;
  }

  .creation-card--identity {
    grid-row: 3;
  }

  .creation-card--ai {
    grid-row: 4;
  }

  .creations-conversion {
    grid-template-columns: minmax(0, 1fr);
    padding: 24px 18px;
  }

  .creations-conversion > p span {
    white-space: normal;
  }

  .creations-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .creation-card,
  .creation-visual,
  .creations-button,
  .creations-button svg {
    transition: none !important;
  }

  .creations-section.is-reveal-ready .creations-head,
  .creations-section.is-reveal-ready .creation-card,
  .creations-section.is-reveal-ready .creations-conversion {
    opacity: 1;
    transform: none;
  }
}

/* SOURCE: commerce.css */
/* Pretty Food — packs prêts à l'emploi, parcours et footer. */
:root {
  --pf-ink: #f7f8f4;
  --pf-muted: rgba(247, 248, 244, 0.68);
  --pf-green: #54f15d;
  --pf-dark: #020704;
  --pf-surface: rgba(5, 14, 8, 0.9);
  --pf-border: rgba(84, 241, 93, 0.5);
  --pf-display: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  --pf-content-width: 1109px;
  --pf-content-gutter: 48px;
}

/* Le hero conserve sa composition ; seul son rythme vertical est resserré. */
@media (min-width: 981px) {
  main#top section.hero.hero-web > .hero-web-content {
    padding: 132px 0 78px !important;
  }

  main#top section.hero.hero-web .hero-web-copy {
    transform: translateY(-20px) !important;
  }

  main#top section.hero.hero-web .hero-web-visuals {
    transform: translateY(-36px) !important;
  }

  main#top section.hero.hero-web .hero-subline {
    margin-top: 22px !important;
  }

  main#top section.hero.hero-web .hero-web-actions {
    margin-top: 20px !important;
  }

}

main#top > section.hero.hero-web ~ section.creations-section {
  padding-top: 22px !important;
}

.ready-packs,
.purchase-process,
.site-footer {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - var(--pf-content-gutter)), var(--pf-content-width));
  margin-inline: auto;
}

.ready-packs {
  padding: clamp(72px, 6vw, 92px) 0 clamp(46px, 4vw, 52px);
  scroll-margin-top: 90px;
}

.ready-packs::before,
.purchase-process::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ready-packs::before {
  inset: -130px -12vw -80px;
  background:
    radial-gradient(circle at 72% 38%, rgba(9, 105, 34, 0.19), transparent 34rem),
    radial-gradient(circle at 25% 72%, rgba(84, 241, 93, 0.07), transparent 27rem);
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
}

.ready-packs__head {
  max-width: 860px;
  margin: 0 auto -36px;
  text-align: center;
}

.ready-packs__head h2,
.purchase-process > h2 {
  margin: 0;
  color: var(--pf-ink);
  font-family: var(--pf-display);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.ready-packs__head h2 {
  font-size: clamp(58px, 5.6vw, 84px);
  line-height: 0.84;
}

.ready-packs__head h2 span {
  color: var(--pf-green);
}

.ready-packs__head p {
  max-width: 630px;
  margin: 24px auto 0;
  color: var(--pf-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.ready-packs__shelf {
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(390px, 1.48fr) minmax(210px, 0.78fr);
  align-items: end;
  gap: clamp(28px, 3.2vw, 48px);
}

.digital-pack__preview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pf-border);
  border-radius: 25px;
  background:
    linear-gradient(rgba(84, 241, 93, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 241, 93, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(84, 241, 93, 0.07), transparent 46%),
    #07100a;
  background-size: 50% 50%, 50% 50%, auto, auto;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.digital-pack__preview strong {
  position: absolute;
  inset: 50% auto auto 50%;
  color: rgba(247, 248, 244, 0.19);
  font-family: var(--pf-display);
  font-size: clamp(40px, 3.6vw, 52px);
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.digital-pack--portrait .digital-pack__preview strong {
  font-size: clamp(34px, 2.8vw, 38px);
}

.digital-pack__preview i {
  position: absolute;
  width: 14px;
  height: 14px;
}

.digital-pack__preview i::before,
.digital-pack__preview i::after {
  content: "";
  position: absolute;
  background: rgba(84, 241, 93, 0.64);
}

.digital-pack__preview i::before { top: 6px; left: 0; width: 14px; height: 1px; }
.digital-pack__preview i::after { top: 0; left: 6px; width: 1px; height: 14px; }
.digital-pack__preview i:nth-of-type(1) { top: 22px; left: 22px; }
.digital-pack__preview i:nth-of-type(2) { top: 22px; right: 22px; }
.digital-pack__preview i:nth-of-type(3) { right: 22px; bottom: 22px; }
.digital-pack__preview i:nth-of-type(4) { bottom: 22px; left: 22px; }

.digital-pack {
  min-width: 0;
}

.digital-pack--portrait .digital-pack__preview {
  height: clamp(320px, 23.5vw, 360px);
}

.digital-pack--landscape .digital-pack__preview {
  height: clamp(260px, 19.5vw, 300px);
}

.digital-pack__info {
  display: block;
  padding: 20px 2px 0;
  text-align: center;
}

.digital-pack__info h3 {
  margin: 0;
  color: var(--pf-ink);
  font-family: var(--pf-display);
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.digital-pack__info span {
  display: block;
  margin-top: 8px;
  color: var(--pf-green);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.digital-pack__info small {
  display: none;
}

.commerce-button svg,
.site-footer__bottom svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.commerce-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.commerce-button--primary {
  border: 1px solid var(--pf-green);
  color: #031006;
  background: linear-gradient(100deg, #effff2, var(--pf-green));
}

.commerce-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.ready-packs__notify {
  display: flex;
  width: min(100%, 404px);
  margin: 24px auto 0;
}

.purchase-process {
  --process-pad: clamp(24px, 3.2vw, 42px);
  box-sizing: border-box;
  padding: 24px var(--process-pad) 28px;
  overflow: hidden;
  border: 1px solid rgba(84, 241, 93, 0.65);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 18%, rgba(25, 114, 43, 0.15), transparent 35rem),
    linear-gradient(180deg, rgba(3, 14, 7, 0.9) 0%, rgba(1, 7, 4, 0.97) 100%);
}

.purchase-process::before {
  content: none;
}

.process-label {
  width: fit-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  padding: 0 16px;
  border: 1px solid rgba(84, 241, 93, 0.56);
  border-radius: 999px;
  color: var(--pf-green);
  background: rgba(84, 241, 93, 0.035);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.process-label span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-right: 8px;
  border-radius: 50%;
  color: #031006;
  background: var(--pf-green);
  font-size: 0.66rem;
}

.purchase-process > h2 {
  font-size: clamp(36px, 2.65vw, 40px);
  line-height: 0.94;
  text-align: center;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 76px);
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.process-track::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: var(--pf-green);
  box-shadow: 0 0 14px rgba(84, 241, 93, 0.35);
}

.process-track li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-number {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pf-green);
  border-radius: 50%;
  color: var(--pf-green);
  background: #041008;
  font-size: 1.32rem;
  font-weight: 950;
  box-shadow: 0 0 0 8px rgba(84, 241, 93, 0.035), 0 0 30px rgba(84, 241, 93, 0.12);
}

.process-icon {
  width: 30px;
  height: 30px;
  margin-top: 14px;
  fill: none;
  stroke: var(--pf-green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-track strong {
  max-width: 340px;
  margin-top: 10px;
  color: var(--pf-ink);
  font-family: var(--pf-display);
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.site-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  margin-top: clamp(48px, 4vw, 64px);
  padding: 38px 0 28px;
  overflow: hidden;
  border-top: 1px solid rgba(84, 241, 93, 0.58);
  background:
    radial-gradient(circle at 72% 0%, rgba(25, 93, 40, 0.16), transparent 34rem),
    linear-gradient(180deg, #061009 0%, #010503 100%);
  box-shadow: 0 -28px 70px rgba(0, 0, 0, 0.34);
  clip-path: none;
}

.site-footer__main,
.site-footer__bottom {
  box-sizing: border-box;
  width: min(calc(100% - var(--pf-content-gutter)), var(--pf-content-width));
  margin-inline: auto;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr) 260px;
  align-items: center;
  gap: 0;
}

.site-footer__brand {
  display: grid;
  gap: 17px;
}

.site-footer__brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer__brand-lockup img {
  height: auto;
  display: block;
  object-fit: contain;
}

.site-footer__brand-lockup .site-footer__logo-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
}

.site-footer__brand-lockup .site-footer__logo-text {
  width: auto;
  height: 52px;
  flex: 0 0 auto;
}

.site-footer__brand > span:last-child {
  margin-left: 94px;
  color: rgba(247, 248, 244, 0.58);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.48;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px 18px;
  padding: 10px clamp(16px, 2vw, 28px);
  border-inline: 1px solid rgba(84, 241, 93, 0.28);
}

.site-footer__nav a,
.site-footer__contact a,
.site-footer__socials a,
.site-footer__bottom {
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer__nav a,
.site-footer__contact a,
.site-footer__socials a,
.site-footer__bottom a {
  color: rgba(247, 248, 244, 0.8);
  transition: color 160ms ease;
}

.site-footer__nav a:hover,
.site-footer__contact a:hover,
.site-footer__socials a:hover,
.site-footer__bottom a:hover {
  color: var(--pf-green);
}

.site-footer__right,
.site-footer__contact,
.site-footer__socials {
  display: grid;
  gap: 14px;
}

.site-footer__right {
  gap: 22px;
  box-sizing: border-box;
  padding-left: 22px;
}

.site-footer__contact {
  margin: 0;
  font-style: normal;
}

.site-footer__contact a,
.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-transform: none;
}

.site-footer__contact svg,
.site-footer__socials svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--pf-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__socials svg {
  width: 18px;
  height: 18px;
}

.site-footer__socials {
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: start;
  gap: 14px 10px;
}

.site-footer__socials a {
  gap: 8px;
  font-size: 0.66rem;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(84, 241, 93, 0.2);
  color: rgba(247, 248, 244, 0.42);
  letter-spacing: 0.06em;
}

.site-footer__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer__bottom svg {
  width: 18px;
  height: 18px;
}

.commerce-button:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--pf-green);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .ready-packs__shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .digital-pack--landscape {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .digital-pack--portrait .digital-pack__preview,
  .digital-pack--landscape .digital-pack__preview {
    height: 330px;
  }

  .site-footer__main {
    grid-template-columns: minmax(220px, 0.8fr) minmax(390px, 1.2fr);
    gap: 32px;
  }

  .site-footer__right {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .ready-packs,
  .purchase-process {
    width: min(calc(100% - 36px), 680px);
  }

  .site-footer {
    width: 100%;
  }

  .site-footer__main,
  .site-footer__bottom {
    width: min(calc(100% - 36px), 680px);
  }

  .ready-packs__head h2 {
    font-size: clamp(56px, 13vw, 82px);
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-track::before {
    top: 45px;
    bottom: 45px;
    left: 45px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .process-track li {
    min-height: 148px;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 8px 24px;
    text-align: left;
  }

  .process-number {
    grid-row: 1 / -1;
  }

  .process-icon {
    display: none;
  }

  .process-track strong {
    max-width: none;
    margin-top: 0;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__nav {
    flex-wrap: wrap;
    padding: 28px 0;
    border-inline: 0;
    border-block: 1px solid rgba(84, 241, 93, 0.24);
  }

  .site-footer__right {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .ready-packs,
  .purchase-process {
    width: calc(100% - 28px);
  }

  .site-footer {
    width: 100%;
  }

  .site-footer__main,
  .site-footer__bottom {
    width: calc(100% - 28px);
  }

  .ready-packs {
    padding-top: 76px;
  }

  .ready-packs__head h2 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .ready-packs__shelf {
    grid-template-columns: 1fr;
  }

  .digital-pack--landscape {
    grid-column: auto;
    grid-row: auto;
  }

  .digital-pack--portrait .digital-pack__preview,
  .digital-pack--landscape .digital-pack__preview {
    height: 320px;
    border-radius: 22px;
  }

  .digital-pack__info {
    padding-inline: 4px;
  }

  .purchase-process > h2 {
    font-size: clamp(34px, 9.5vw, 42px);
  }

  .process-track li {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 7px 18px;
  }

  .process-number {
    width: 72px;
    height: 72px;
  }

  .process-track::before {
    top: 36px;
    bottom: 36px;
    left: 36px;
  }

  .site-footer__nav,
  .site-footer__contact,
  .site-footer__socials {
    grid-template-columns: 1fr;
  }

  .site-footer__nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commerce-button,
  .site-footer a {
    transition: none;
  }
}

/* SOURCE: desktop-onboarding.css */
:root {
  --kino-primary: #00f533;
  --kino-secondary: #0e6b29;
  --kino-highlight: #f5f4f3;
  --kino-shadow: #020303;
  --kino-surface: #06100a;
}

.creations-button.js-open-desktop-onboarding {
  width: 100%;
  cursor: pointer;
}

body.has-desktop-onboarding {
  overflow: hidden;
  zoom: 1 !important;
}

.desktop-onboarding[hidden],
.kino-intro[hidden],
.kino-questions[hidden],
.kino-finish[hidden] {
  display: none !important;
}

.desktop-onboarding {
  position: fixed;
  inset: 0;
  z-index: 10000;
  min-width: 48rem;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--kino-highlight);
  background-color: var(--kino-shadow);
  background-image: url("assets/pretty-food-onboarding-ambient-bg-v1.webp");
  background-position: center;
  background-size: cover;
  isolation: isolate;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 320ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.desktop-onboarding::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 54%, rgba(0, 245, 51, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(2, 3, 3, 0.1), rgba(2, 3, 3, 0.34));
  content: "";
  pointer-events: none;
}

.desktop-onboarding.is-open {
  opacity: 1;
  transform: scale(1);
}

.desktop-onboarding button,
.desktop-onboarding input {
  font: inherit;
}

.desktop-onboarding button,
.desktop-onboarding a {
  -webkit-tap-highlight-color: transparent;
}

.desktop-onboarding__close {
  position: fixed;
  top: clamp(22px, 3vw, 42px);
  right: clamp(24px, 3.2vw, 52px);
  z-index: 20;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--kino-highlight);
  background: var(--kino-surface);
  border: 1px solid rgba(245, 244, 243, 0.32);
  border-radius: 50%;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.desktop-onboarding__close svg,
.kino-next svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.desktop-onboarding__close:hover,
.desktop-onboarding__close:focus-visible {
  color: var(--kino-shadow);
  background: var(--kino-highlight);
  transform: rotate(4deg) scale(1.04);
}

.desktop-onboarding :focus-visible {
  outline: 3px solid var(--kino-primary);
  outline-offset: 4px;
}

.kino-intro {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
}

.kino-intro__scene {
  position: relative;
  z-index: 3;
  width: min(800px, 58vw);
  min-height: 100dvh;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(190px, 22vh, 240px) 20px clamp(20px, 3vh, 42px);
}

.kino-intro__mascot {
  display: block;
  width: min(470px, 36vw, 54vh);
  height: auto;
  max-height: 68vh;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.48));
  opacity: 0;
  transform: translateY(8px) scale(1.07);
}

.desktop-onboarding.is-open .kino-intro__mascot {
  animation: kinoConverge 540ms 80ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.kino-bubble {
  color: var(--kino-shadow);
  background: var(--kino-highlight);
  border: 0;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.kino-bubble--intro {
  position: absolute;
  top: clamp(64px, 9vh, 104px);
  left: 50%;
  z-index: 5;
  width: max-content;
  max-width: min(760px, 74vw);
  min-width: min(520px, 62vw);
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 26px clamp(34px, 4vw, 64px);
  border-radius: 30px 40px 34px 42px;
  opacity: 0;
  transform: translateX(-50%) perspective(900px) rotateY(-7deg) rotateZ(-1deg) translateY(8px) scale(1.07);
}

.kino-bubble--intro::after {
  position: absolute;
  right: 15%;
  bottom: -26px;
  width: 48px;
  height: 38px;
  background: var(--kino-highlight);
  clip-path: polygon(0 0, 100% 0, 22% 100%);
  content: "";
}

.desktop-onboarding.is-open .kino-bubble--intro {
  animation: kinoBubbleIn 520ms 170ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.kino-dialogue {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(30px, 3.1vw, 54px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-align: center;
  text-wrap: balance;
}

.kino-char {
  display: inline-block;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(10px);
  animation: kinoCharIn 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.kino-word {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.kino-foods {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.kino-food {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  line-height: 1;
  user-select: none;
  opacity: 0;
  transform: translateY(8px) scale(1.07);
  animation:
    kinoFoodIn 520ms var(--delay) cubic-bezier(0.22, 1, 0.36, 1) forwards,
    kinoFoodFloat var(--duration) calc(var(--delay) + 520ms) ease-in-out infinite alternate;
}

.kino-food--fries {
  --delay: 120ms;
  --duration: 4.8s;
  --food-rotation: -12deg;
  --food-scale: 1.08;
  top: 11%;
  left: 10%;
  font-size: clamp(76px, 7.5vw, 116px);
}

.kino-food--sushi {
  --delay: 180ms;
  --duration: 5.4s;
  --food-rotation: 10deg;
  --food-scale: 0.94;
  top: 17%;
  right: 9%;
  font-size: clamp(80px, 7.8vw, 122px);
}

.kino-food--burger {
  --delay: 240ms;
  --duration: 5s;
  --food-rotation: 8deg;
  --food-scale: 1.1;
  top: 52%;
  right: 5%;
  font-size: clamp(100px, 9.5vw, 148px);
}

.kino-food--pizza {
  --delay: 300ms;
  --duration: 5.8s;
  --food-rotation: -8deg;
  --food-scale: 0.95;
  right: 18%;
  bottom: 7%;
  font-size: clamp(84px, 8vw, 126px);
}

.kino-food--donut {
  --delay: 360ms;
  --duration: 5.2s;
  --food-rotation: 14deg;
  --food-scale: 1.04;
  left: 7%;
  bottom: 16%;
  font-size: clamp(88px, 8.4vw, 132px);
}

.kino-next {
  position: absolute;
  right: clamp(28px, 4vw, 64px);
  bottom: clamp(26px, 4vw, 54px);
  z-index: 8;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--kino-shadow);
  background: var(--kino-highlight);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px) scale(1.07);
  animation: kinoConverge 520ms 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.kino-next:hover,
.kino-next:focus-visible {
  color: var(--kino-shadow);
  background: var(--kino-primary);
  transform: translateX(4px);
}

.kino-questions,
.kino-finish {
  width: 100%;
  min-height: 100dvh;
  padding: clamp(92px, 10vh, 122px) clamp(34px, 5vw, 84px) clamp(42px, 6vh, 72px);
}

.kino-progress {
  width: min(560px, 48vw);
  margin: 0 auto clamp(28px, 4vh, 48px);
  display: flex;
  justify-content: center;
  gap: 11px;
}

.kino-progress__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #566059;
  border: 0;
  border-radius: 50%;
}

.kino-progress__dot.is-complete {
  background: var(--kino-secondary);
}

.kino-progress__dot.is-current {
  width: 13px;
  height: 13px;
  margin-top: -2px;
  background: var(--kino-primary);
  box-shadow: 0 0 0 5px rgba(0, 245, 51, 0.12);
}

.kino-questions__layout {
  width: min(1180px, 100%);
  min-height: min(650px, calc(100dvh - 210px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(450px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}

.kino-questions__companion {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.kino-question-mascot {
  display: block;
  width: min(360px, 30vw);
  height: auto;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.45));
  transform-origin: 50% 82%;
  transition: opacity 180ms ease, transform 380ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
}

.kino-question-mascot.is-reacting {
  filter: drop-shadow(0 34px 42px rgba(0, 245, 51, 0.2));
  transform: translateY(-10px) rotate(2deg) scale(1.035);
}

.kino-bubble--question {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: min(440px, 35vw);
  min-height: 124px;
  display: grid;
  align-items: center;
  padding: 25px 30px;
  border-radius: 28px 36px 30px 38px;
  transform: translateX(-50%) perspective(800px) rotateY(-6deg) rotateZ(-1.2deg);
}

.kino-bubble--question::after,
.kino-bubble--finish::after {
  position: absolute;
  right: 18%;
  bottom: -24px;
  width: 42px;
  height: 34px;
  background: var(--kino-highlight);
  clip-path: polygon(0 0, 100% 0, 24% 100%);
  content: "";
}

.kino-question-copy {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.kino-question-copy.is-changing {
  animation: kinoCopyChange 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kino-answer,
.kino-finish__card {
  color: var(--kino-shadow);
  background: var(--kino-highlight);
  border: 0;
  border-radius: 36px;
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.4);
}

.kino-answer {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4vw, 56px);
}

.kino-answer__eyebrow,
.kino-finish__kicker {
  margin: 0 0 22px;
  color: var(--kino-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kino-answer__content {
  flex: 1;
}

.kino-field-label,
.kino-contact-label {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
}

.kino-text-input {
  width: 100%;
  min-height: 66px;
  padding: 0 20px;
  color: var(--kino-highlight);
  background: var(--kino-surface);
  border: 2px solid var(--kino-surface);
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.kino-text-input::placeholder {
  color: #9ba39e;
}

.kino-text-input:focus {
  border-color: var(--kino-primary);
  box-shadow: 0 0 0 5px rgba(0, 245, 51, 0.13);
}

.kino-contact-grid {
  display: grid;
  gap: 18px;
}

.kino-contact-hint {
  margin: 16px 0 0;
  color: #4d5550;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.kino-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.kino-choice {
  min-height: 72px;
  padding: 16px 18px;
  color: var(--kino-shadow);
  background: #e7e7e2;
  border: 2px solid #d1d3ce;
  border-radius: 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.kino-choice:hover,
.kino-choice:focus-visible {
  border-color: var(--kino-secondary);
  transform: translateY(-2px);
}

.kino-choice.is-selected {
  color: var(--kino-shadow);
  background: var(--kino-primary);
  border-color: var(--kino-primary);
}

.kino-answer__error {
  min-height: 20px;
  margin: 14px 0 0;
  color: #a32424;
  font-size: 13px;
  font-weight: 750;
}

.kino-answer__actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.kino-answer__back,
.kino-answer__continue,
.kino-finish__send,
.kino-finish__restart {
  min-height: 54px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.kino-answer__back,
.kino-finish__restart {
  padding: 0 22px;
  color: var(--kino-shadow);
  background: transparent;
  border: 2px solid #c5c8c2;
}

.kino-answer__continue,
.kino-finish__send {
  padding: 0 30px;
  color: var(--kino-shadow);
  background: var(--kino-primary);
  border: 2px solid var(--kino-primary);
  box-shadow: 0 14px 30px rgba(0, 245, 51, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.kino-answer__continue:hover,
.kino-answer__continue:focus-visible,
.kino-finish__send:hover,
.kino-finish__send:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 245, 51, 0.26);
  transform: translateY(-2px);
}

.kino-answer__continue:disabled {
  color: #777d79;
  background: #c7cac5;
  border-color: #c7cac5;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.kino-finish {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(480px, 1.15fr);
  place-items: center;
  gap: clamp(48px, 7vw, 110px);
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.kino-finish__companion {
  position: relative;
  min-height: 630px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.kino-finish__mascot {
  width: min(380px, 29vw);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 32px 40px rgba(0, 0, 0, 0.48));
}

.kino-bubble--finish {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: min(420px, 34vw);
  padding: 26px 30px;
  border-radius: 28px 36px 30px 38px;
  transform: translateX(-50%) perspective(800px) rotateY(-6deg) rotateZ(-1deg);
}

.kino-finish__hello {
  margin: 0;
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.kino-finish__card {
  padding: clamp(38px, 4.5vw, 64px);
}

.kino-finish__card h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(40px, 4.2vw, 68px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.kino-finish__card > p:not(.kino-finish__kicker) {
  max-width: 610px;
  margin: 26px 0 34px;
  color: #3f4742;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
}

.kino-finish__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.kino-finish__restart {
  margin-left: 12px;
}

@keyframes kinoConverge {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: translateY(8px) scale(1.07);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes kinoBubbleIn {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: translateX(-50%) perspective(900px) rotateY(-7deg) rotateZ(-1deg) translateY(8px) scale(1.07);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(-50%) perspective(900px) rotateY(-7deg) rotateZ(-1deg) translateY(0) scale(1);
  }
}

@keyframes kinoCharIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes kinoFoodFloat {
  from { translate: 0 0; }
  to { translate: 0 -8px; }
}

@keyframes kinoFoodIn {
  from {
    opacity: 0;
    filter: blur(14px) drop-shadow(0 24px 28px rgba(0, 0, 0, 0.3));
    transform: translateY(8px) rotate(var(--food-rotation)) scale(1.07);
  }
  to {
    opacity: 1;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.3));
    transform: translateY(0) rotate(var(--food-rotation)) scale(var(--food-scale));
  }
}

@keyframes kinoCopyChange {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (max-width: 67.5rem) {
  .kino-questions__layout,
  .kino-finish {
    gap: 38px;
  }

  .kino-questions__companion {
    min-height: 530px;
  }

  .kino-answer {
    min-height: 510px;
  }
}

@media (max-width: 56rem), (max-height: 43rem) {
  .kino-questions,
  .kino-finish {
    padding-top: 88px;
  }

  .kino-questions__layout,
  .kino-finish {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kino-questions__companion,
  .kino-finish__companion {
    min-height: 430px;
  }

  .kino-question-mascot,
  .kino-finish__mascot {
    width: min(300px, 42vw);
    max-height: 340px;
  }

  .kino-bubble--question,
  .kino-bubble--finish {
    width: min(520px, 62vw);
  }

  .kino-answer,
  .kino-finish__card {
    width: min(680px, 88vw);
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desktop-onboarding,
  .kino-intro__mascot,
  .kino-bubble--intro,
  .kino-food,
  .kino-next,
  .kino-char,
  .kino-question-copy,
  .kino-question-mascot {
    animation: none !important;
    transition: none !important;
  }

  .desktop-onboarding,
  .kino-intro__mascot,
  .kino-bubble--intro,
  .kino-food,
  .kino-next,
  .kino-char {
    opacity: 1 !important;
    filter: none !important;
  }

  .desktop-onboarding,
  .kino-intro__mascot,
  .kino-food,
  .kino-next,
  .kino-char {
    transform: none !important;
  }

  .kino-bubble--intro {
    transform: translateX(-50%) perspective(900px) rotateY(-7deg) rotateZ(-1deg) !important;
  }
}
