:root {
  --orange: #f26300;
  --orange-shadow: #e24f00;
  --yellow: #ffc928;
  --blue: #0057b8;
  --turquoise: #00b8b0;
  --black: #111111;
  --gray: #333333;
  --white: #ffffff;
  --cream: #fff7ed;
  --soft: #f6f2eb;
  --line: rgba(17, 17, 17, 0.12);
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-wrap: pretty;
}

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

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

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

p {
  color: rgba(17, 17, 17, 0.74);
}

h1,
h2,
h3 {
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.9rem, 5.8vw, 5.65rem);
  font-weight: 800;
}

h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.35vw, 3.45rem);
  font-weight: 800;
}

h3 {
  font-size: 1.1rem;
  font-weight: 800;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 201, 40, 0.2), transparent 32%),
    linear-gradient(135deg, #171717 0%, #111111 52%, #2a1206 100%);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.section-light {
  background: var(--cream);
}

.section-white {
  background: var(--white);
}

.section-soft {
  background: var(--soft);
}

.section-accent {
  background:
    linear-gradient(120deg, rgba(242, 99, 0, 0.94), rgba(226, 79, 0, 0.96)),
    var(--orange);
  color: var(--white);
}

.section-accent p {
  color: rgba(255, 255, 255, 0.88);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 42px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--orange);
}

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

.header-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.header-nav a:hover {
  color: var(--orange);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  font-weight: 800;
}

.hero {
  padding: clamp(58px, 9vw, 110px) 0 clamp(52px, 8vw, 98px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.68fr);
  align-items: center;
  gap: clamp(30px, 4vw, 54px);
}

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.section-dark .section-kicker,
.section-accent .section-kicker {
  color: var(--yellow);
}

.hero-subtitle {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(1.04rem, 1.65vw, 1.24rem);
  font-weight: 600;
}

.hero-body {
  max-width: 670px;
  margin-bottom: 30px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 16px 34px rgba(255, 201, 40, 0.28);
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

.cta-note {
  max-width: 270px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 70% 32%, rgba(255, 201, 40, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  animation: visualReveal 700ms ease both;
}

.visual-topline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.visual-topline strong {
  color: var(--white);
  font-size: 0.78rem;
  text-align: center;
  text-transform: none;
}

.visual-topline span:last-child {
  text-align: right;
}

.before-after {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sample-card {
  position: relative;
  display: flex;
  min-height: 336px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 242, 235, 0.94)),
    #fbf5ed;
  color: var(--black);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.04);
  isolation: isolate;
}

.sample-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -18% -20%;
  height: 48%;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(242, 99, 0, 0.16), transparent 62%);
  filter: blur(4px);
}

.sample-after::before {
  background: radial-gradient(ellipse at center, rgba(255, 201, 40, 0.28), transparent 66%);
}

.sample-scene {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: end center;
  padding-bottom: 16px;
}

.sample-after {
  background:
    linear-gradient(180deg, rgba(255, 244, 232, 0.94), rgba(255, 242, 195, 0.94)),
    #fffaf2;
}

.jar {
  position: relative;
  width: min(128px, 72%);
  aspect-ratio: 0.72;
  border: 4px solid rgba(17, 17, 17, 0.18);
  border-radius: 20px 20px 12px 12px;
  background:
    linear-gradient(180deg, #ffffff 0 30%, #efd8bd 30% 100%);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
  animation: jarFloat 4.8s ease-in-out infinite;
}

.jar::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12%;
  width: 76%;
  height: 26px;
  border-radius: 8px 8px 4px 4px;
  background: #2f2f2f;
  box-shadow: 0 7px 14px rgba(17, 17, 17, 0.14);
}

.plain-jar::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  width: 58%;
  height: 20%;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  border: 2px dashed rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.32);
}

.branded-jar::after {
  content: "GRAFOTRES";
  position: absolute;
  top: 45%;
  left: 50%;
  display: grid;
  width: 82%;
  min-height: 62px;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  background: var(--orange);
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(242, 99, 0, 0.22);
  animation: labelPop 4.8s ease-in-out infinite;
}

.shelf-line {
  width: min(164px, 82%);
  height: 10px;
  margin-top: -8px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.1);
  filter: blur(5px);
}

.sample-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 78px;
  text-align: center;
}

.sample-copy span {
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sample-after .sample-copy span {
  background: rgba(242, 99, 0, 0.12);
  color: var(--orange-shadow);
}

.sample-copy p {
  max-width: 13ch;
  margin: 0;
  color: var(--black);
  font-size: clamp(0.92rem, 1.7vw, 1.12rem);
  line-height: 1.22;
  font-weight: 800;
  text-align: center;
}

.transform-badge {
  position: absolute;
  z-index: 4;
  top: 48%;
  left: 50%;
  --badge-rotate: 0deg;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  transform: translate(-50%, -50%) rotate(var(--badge-rotate));
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.25rem;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.2);
  animation: badgePulse 3.6s ease-in-out infinite;
}

.visual-caption {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.5;
}

@keyframes visualReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes jarFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes labelPop {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(var(--badge-rotate)) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) rotate(var(--badge-rotate)) scale(1.08);
  }
}

.problem,
.offer,
.audience,
.benefits,
.differentiator,
.process,
.proof,
.direct-offer,
.faq,
.final-cta {
  padding: clamp(58px, 8vw, 104px) 0;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 72px);
}

.align-center {
  align-items: center;
}

.copy-stack p {
  font-size: 1.02rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(17, 17, 17, 0.78);
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
  transform: rotate(-45deg);
}

.compact {
  margin-bottom: 28px;
}

.offer-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(242, 99, 0, 0.08), transparent 46%),
    var(--white);
  box-shadow: var(--shadow);
}

.offer-copy p,
.direct-grid p {
  max-width: 720px;
}

.offer-list {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
}

.offer-list p,
.offer-list li {
  color: rgba(255, 255, 255, 0.78);
}

.offer-list .check-list li::before {
  border-color: var(--yellow);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2,
.final-box h2 {
  margin-left: auto;
  margin-right: auto;
}

.section-heading.inverted h2,
.section-heading.inverted p {
  color: var(--white);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.category-grid article {
  min-height: 102px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--black);
  font-weight: 800;
}

.category-grid article:nth-child(2),
.category-grid article:nth-child(6) {
  border-color: rgba(0, 184, 176, 0.35);
  background: rgba(0, 184, 176, 0.08);
}

.category-grid article:nth-child(3),
.category-grid article:nth-child(7) {
  border-color: rgba(0, 87, 184, 0.28);
  background: rgba(0, 87, 184, 0.07);
}

.center-note {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
  font-weight: 600;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.benefit-grid article {
  position: relative;
  min-height: 132px;
  padding: 24px 24px 24px 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.benefit-grid article::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(255, 201, 40, 0.12);
}

.scale-visual {
  display: grid;
  gap: 14px;
  align-items: end;
  min-height: 390px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(242, 99, 0, 0.1), rgba(0, 184, 176, 0.1)),
    var(--soft);
}

.scale-card {
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--white);
  font-family: "Fredoka", "Montserrat", Arial, sans-serif;
  font-size: 1.25rem;
}

.scale-card.small {
  width: 58%;
  background: var(--turquoise);
}

.scale-card.medium {
  width: 76%;
  background: var(--blue);
}

.scale-card.large {
  width: 100%;
  background: var(--orange);
}

.number-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding-left: 24px;
  font-weight: 800;
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mini-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(242, 99, 0, 0.1);
  color: var(--black);
  font-size: 0.86rem;
  font-weight: 800;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.steps-grid article {
  min-height: 210px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.steps-grid span {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
}

.steps-grid h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.center-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 34px;
  text-align: center;
}

.center-cta p {
  margin: 0;
  font-weight: 700;
}

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

.testimonial {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.07);
}

.testimonial p {
  color: var(--black);
  font-size: 1.05rem;
  font-weight: 800;
}

.testimonial span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 18px 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--line);
  border: 1px solid var(--line);
}

.trust-band span {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--black);
  color: var(--white);
  font-weight: 800;
  text-align: center;
}

.media-placeholder {
  display: grid;
  min-height: 280px;
  align-items: end;
  padding: 28px;
  border: 2px dashed rgba(242, 99, 0, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(242, 99, 0, 0.09), rgba(0, 184, 176, 0.08)),
    repeating-linear-gradient(45deg, rgba(17, 17, 17, 0.03) 0 8px, transparent 8px 16px);
}

.media-placeholder div {
  max-width: 520px;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

.media-placeholder strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.media-placeholder p {
  margin-bottom: 0;
}

.direct-grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.42fr);
  gap: 34px;
  align-items: center;
}

.cta-card {
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(17, 17, 17, 0.92);
  box-shadow: var(--shadow);
}

.cta-card .btn {
  width: 100%;
}

.cta-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) 1fr;
  gap: clamp(28px, 5vw, 64px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--black);
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-box {
  max-width: 880px;
  text-align: center;
}

.final-box h2 {
  margin-bottom: 18px;
}

.final-box p {
  max-width: 680px;
  margin: 0 auto 26px;
}

.final-box span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.site-footer {
  padding: 34px 0;
  background: var(--black);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) 1fr;
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
}

.footer-brand {
  display: grid;
  gap: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: var(--radius);
  object-fit: cover;
}

.footer-brand p,
.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-legal {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.footer-legal h2 {
  max-width: none;
  margin: 0;
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-legal p {
  max-width: 780px;
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero-grid,
  .split-grid,
  .offer-panel,
  .direct-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  h1,
  h2 {
    max-width: 680px;
  }

  .hero-copy,
  .split-grid > div,
  .offer-copy {
    max-width: 720px;
  }

  .hero-visual {
    max-width: 620px;
    margin: 0;
  }

  .category-grid,
  .steps-grid,
  .trust-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }

  .brand {
    width: 48px;
    height: 48px;
  }

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

  .hero {
    padding-top: 38px;
  }

  h1 {
    max-width: 21ch;
    font-size: clamp(2.02rem, 8.9vw, 2.72rem);
    line-height: 1.02;
  }

  h2 {
    max-width: 22ch;
    font-size: clamp(1.72rem, 7.2vw, 2.18rem);
    line-height: 1.06;
  }

  .section-heading h2,
  .final-box h2 {
    max-width: 22ch;
  }

  .hero-subtitle {
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-body,
  .copy-stack p,
  .offer-copy p,
  .direct-grid p,
  .final-box p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .problem,
  .offer,
  .audience,
  .benefits,
  .differentiator,
  .process,
  .proof,
  .direct-offer,
  .faq,
  .final-cta {
    padding: 54px 0;
  }

  .btn {
    width: 100%;
  }

  .cta-note {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .before-after,
  .category-grid,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .visual-topline {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }

  .visual-topline span {
    display: none;
  }

  .sample-card {
    min-height: 250px;
    padding: 16px;
  }

  .sample-scene {
    min-height: 158px;
    padding-bottom: 8px;
  }

  .jar {
    width: min(104px, 54%);
  }

  .transform-badge {
    top: 50%;
    --badge-rotate: 90deg;
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
  }

  .offer-list,
  .cta-card {
    padding: 20px;
  }

  .category-grid article {
    min-height: 84px;
    padding: 18px;
  }

  .benefit-grid article {
    min-height: auto;
    padding: 20px 20px 20px 48px;
    font-size: 0.94rem;
  }

  .benefit-grid article::before {
    top: 24px;
    left: 20px;
  }

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

  .steps-grid article {
    min-height: auto;
    padding: 20px;
  }

  .steps-grid span {
    margin-bottom: 16px;
  }

  .scale-visual {
    min-height: 300px;
  }

  .trust-band span {
    min-height: 76px;
  }

  .media-placeholder {
    min-height: 240px;
    padding: 18px;
  }

  summary {
    padding: 18px;
  }

  details p {
    padding: 0 18px 18px;
  }

  .scale-card.small,
  .scale-card.medium,
  .scale-card.large {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-legal h2 {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual,
  .jar,
  .branded-jar::after,
  .transform-badge {
    animation: none;
  }
}
