:root {
  --yellow: #ffe600;
  --yellow-deep: #f4c900;
  --green: #21a946;
  --green-deep: #0b6f35;
  --mint: #c9f6eb;
  --aqua: #59d2c4;
  --paper: #fffdf3;
  --white: #ffffff;
  --ink: #14322b;
  --muted: #60746f;
  --line: #d8eae2;
  --soft: #f1fff8;
  --hero-bg: #f4fff9;
  --section-green: #effbf5;
  --section-gray: #f6f7f4;
  --pale-yellow: #fff7bf;
  --warm-white: #fffdf7;
  --shadow: 0 18px 46px rgba(20, 50, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: Nunito, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 9px max(20px, calc((100vw - 1180px) / 2));
  background: rgba(255, 230, 0, 0.95);
  border-bottom: 0;
  box-shadow: 0 10px 24px rgba(20, 50, 43, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 1000;
  text-decoration: none;
}

.brand-logo {
    display: block;
    width: clamp(118px, 8.4vw, 140px);
    height: auto;
    object-fit: contain;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: var(--ink);
  font-size: 34px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
}

.brand-mark span {
  display: inline-grid;
  place-items: center;
  width: 0.84em;
  height: 0.84em;
  color: var(--yellow);
  background: var(--ink);
  border-radius: 50%;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 1000;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active,
.main-nav a[aria-current="page"] {
  background: var(--white);
  color: var(--green-deep);
}

.main-nav a[href="wymienkleje.php"] {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 8px 0 rgba(20, 50, 43, 0.18);
}

.social-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
}

.social-link:hover {
  color: var(--white);
  background: var(--green);
}

.social-link svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: visible;
}

.social-link:first-child svg {
  transform: translateX(1px);
}

.social-link svg rect,
.social-link svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.container,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.section.alt {
  background: var(--section-green);
}

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

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

.top-program-strip {
  position: relative;
  min-height: 154px;
  display: grid;
  place-items: center;
  overflow: visible;
  z-index: 5;
  border-bottom: 0;
  background-color: #73cec8;
  background-image: url("../_lib/images/baner_w_tle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 28% top;
}

.top-strip-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 154px;
  display: grid;
  place-items: center;
}

.top-strip-stamp-link {
  position: relative;
  z-index: 6;
  display: grid;
  justify-self: end;
  width: clamp(118px, 8.4vw, 142px);
  margin-right: clamp(72px, 12vw, 168px);
  border-radius: 50%;
  transform: translateY(50px) scale(1.36);
  filter: drop-shadow(0 14px 18px rgba(20, 50, 43, 0.24));
}

.top-strip-stamp {
  width: 100%;
  height: auto;
  transform-origin: center;
  animation: stampFadeOpacity 0.78s ease-out 0.12s both;
  margin-top: 10px;
}

@keyframes stampFadeOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top-strip-boy,
.top-strip-glues,
.top-strip-cloud {
  position: absolute;
  pointer-events: none;
}

.top-strip-cloud {
  z-index: 1;
  opacity: 0.98;
  filter: drop-shadow(0 16px 14px rgba(20, 50, 43, 0.16));
}

.top-strip-cloud-glues {
 left: clamp(54px, 8vw, 158px);
    bottom: -66px;
    width: clamp(190px, 17vw, 250px);
}

.top-strip-cloud-arm {
    left: calc(47% + 118px);
    bottom: -24px;
    z-index: 1;
    width: clamp(88px, 8vw, 128px);
    transform: rotate(-2deg);
}

.top-strip-boy {
      left: 47%;
    top: -106px;
    z-index: 3;
    width: clamp(250px, 22vw, 420px);
    transform: translateX(-50%);
}

.top-strip-glues {
       left: clamp(70px, 10vw, 110px);
    right: auto;
    bottom: -50px;
    z-index: 3;
    width: clamp(166px, 14.5vw, 244px);
    filter: drop-shadow(0 14px 18px rgba(20, 50, 43, 0.18));
}

.hero {
  position: relative;
  min-height: 730px;
  display: grid;
  align-items: center;
  padding: 82px 0 96px;
  overflow: hidden;
  background: var(--hero-bg);
}

.hero::before,
.hero::after {
  content: none;
}

.hero::before {
  display: none;
}

.hero::after {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
  padding-top: 100px;
}

.hero h1,
.page-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: 76px;
  line-height: 0.96;
  font-weight: 1000;
  letter-spacing: 0;
}

.hero-lead,
.page-hero p,
.section-intro {
  color: #294b43;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
}

.hero-lead {
  max-width: 650px;
  margin: 22px 0 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--yellow);
  border: 2px solid var(--ink);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  font-weight: 1000;
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  font-size: 50px;
}

h3 {
  font-size: 25px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 1000;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
.button.dark {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 9px 0 rgba(11, 111, 53, 0.3);
}

.button.secondary,
.button.light {
  background: var(--white);
  color: var(--green-deep);
  box-shadow: var(--shadow);
}

.button.disabled {
  color: #6a7772;
  background: #eeeeee;
  box-shadow: none;
  cursor: default;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 34px;
  margin-bottom: 10px;
}

.hero-facts div,
.step,
.panel,
.material-card,
.form-card,
.benefit,
.contact-chip {
  border: 2px solid rgba(20, 50, 43, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-facts div {
  padding: 18px;
}

.hero-facts strong {
  display: block;
  color: var(--green);
  font-size: 36px;
  line-height: 1;
  font-weight: 1000;
}

.hero-facts span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.hero-visual {
  position: relative;
}

.hero-copy,
.hero-product,
.section-heading {
  min-width: 0;
}

.hero-final {
  padding-top: 114px;
  padding-bottom: 104px;
  background: var(--hero-bg);
}

.hero-stamp {
  display: block;
  width: clamp(118px, 14vw, 172px);
  margin: 0 0 30px;
  filter: drop-shadow(0 12px 18px rgba(20, 50, 43, 0.18));
}

.hero-product {
  min-height: 650px;
}

.hero-poster-card {
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 1;
  width: min(500px, 76%);
  margin: 0;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
  overflow: hidden;
}

.hero-poster-card img {
  width: 100%;
}

.hero-glue {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 2;
  width: min(360px, 58%);
  filter: drop-shadow(0 24px 24px rgba(20, 50, 43, 0.24));
}

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

.home-banner-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.home-banner-copy {
  min-width: 0;
}

.home-banner-visual {
  position: relative;
  min-width: 0;
  padding: clamp(26px, 4vw, 46px);
  border: 2px solid rgba(20, 50, 43, 0.08);
  border-radius: 8px;
  background-color: #73cec8;
  background-image: url("../_lib/images/baner-tlo2.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-banner-boy {
  position: absolute;
  left: -62px;
  top: -96px;
  z-index: 1;
  width: min(260px, 34vw);
  pointer-events: none;
  filter: drop-shadow(0 18px 20px rgba(20, 50, 43, 0.18));
}

.home-banner-main,
.home-banner-thumbs {
  position: relative;
  z-index: 2;
}

.home-banner-main {
  margin: 0 0 16px;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 34px rgba(20, 50, 43, 0.22);
  overflow: hidden;
}

.home-banner-main img,
.home-banner-thumbs img {
  display: block;
  width: 100%;
  height: auto;
}

.home-banner-thumbs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
  gap: 12px;
  align-items: center;
}

.home-banner-thumbs img {
  border: 6px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 22px rgba(20, 50, 43, 0.16);
}

.campaign-section {
  background: var(--section-green);
}

.poster-feature {
  margin: 0;
  width: min(420px, 100%);
  justify-self: center;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  overflow: hidden;
}

.poster-feature img {
  width: 100%;
}

.poster-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  transform: rotate(-1deg);
}

.poster-stack img {
  width: 100%;
  aspect-ratio: 337 / 478;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.poster-stack img:nth-child(2) {
  transform: translateY(32px) rotate(2deg);
}

.hero-banner-placeholder {
  position: relative;
  display: grid;
  align-content: end;
  gap: 24px;
  min-height: 500px;
  padding: 38px;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #eef6f2;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(-1deg);
}

.hero-banner-placeholder strong {
  display: block;
  max-width: 440px;
  font-size: 46px;
  line-height: 0.98;
  font-weight: 1000;
}

.hero-banner-placeholder p {
  max-width: 430px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.slot-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--green-deep);
  background: var(--yellow);
  font-weight: 1000;
}

.placeholder-art {
  position: absolute;
  inset: 26px 26px auto auto;
  width: 260px;
  height: 260px;
}

.mock-tube {
  position: absolute;
  width: 72px;
  height: 210px;
  border: 4px solid var(--ink);
  border-radius: 24px 24px 16px 16px;
  background: var(--green);
  border-top: 48px solid var(--yellow);
  border-bottom: 48px solid var(--yellow);
  box-shadow: 0 16px 28px rgba(20, 50, 43, 0.2);
}

.mock-tube::after {
  content: "AMOS";
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: var(--yellow);
  font-size: 18px;
  font-weight: 1000;
}

.tube-one {
  right: 90px;
  top: 18px;
  transform: rotate(-11deg);
}

.tube-two {
  right: 12px;
  top: 58px;
  transform: rotate(10deg);
}

.tube-three {
  right: 150px;
  top: 86px;
  transform: rotate(18deg);
}

.sticker {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 0;
  border-radius: 10px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 1000;
  box-shadow: 0 12px 18px rgba(20, 50, 43, 0.18);
}

.sticker.one {
  top: -24px;
  right: 18px;
  transform: rotate(4deg);
}

.sticker.two {
  top: 238px;
  left: -8px;
  bottom: auto;
  color: var(--ink);
  background: var(--yellow);
  transform: rotate(-4deg);
}

.section-intro {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
}

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

.section-heading .section-kicker {
  justify-content: center;
}

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

.step {
  position: relative;
  min-height: 260px;
  padding: 26px;
}

.step::before {
  content: attr(data-step);
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--green-deep);
  background: var(--yellow);
  font-size: 34px;
  font-weight: 1000;
  box-shadow: 0 10px 16px rgba(20, 50, 43, 0.16);
  transform: rotate(-4deg);
}

.step img {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.step:nth-child(1) img {
  width: 66px;
  height: 70px;
  right: 24px;
  top: 28px;
}

.step:nth-child(3) img {
  width: 116px;
  height: 86px;
  right: 20px;
  top: 24px;
}

.step span {
  display: block;
  color: var(--green);
  font-size: 14px;
  font-weight: 1000;
  text-transform: uppercase;
}

.step p,
.panel p,
.material-card p,
.benefit p,
.privacy-content p,
.privacy-content li {
  color: var(--muted);
  font-weight: 800;
}

.instruction-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 32px);
  border: 2px solid rgba(20, 50, 43, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.instruction-copy h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.instruction-copy p:not(.section-kicker) {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.instruction-gif {
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(20, 50, 43, 0.08);
  border-radius: 8px;
  background: var(--white);
}

.instruction-gif img {
  width: 100%;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.panel {
  padding: 30px;
}

.panel.highlight {
  background: var(--pale-yellow);
}

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

.check-list li {
  position: relative;
  padding-left: 34px;
  font-weight: 900;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--green);
  font-size: 24px;
  font-weight: 1000;
}

.check-list a {
  color: var(--green-deep);
  font-weight: 1000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.check-list a:hover {
  color: var(--ink);
}

.poster-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.poster-preview img {
  width: 100%;
  aspect-ratio: 337 / 478;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.placeholder-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.asset-slot {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
  border: 3px dashed #aab9b2;
  border-radius: 8px;
  color: #6a7772;
  background: #f2f3ef;
  text-align: center;
}

.asset-slot.tall {
  aspect-ratio: 4 / 5;
}

.asset-slot.square {
  aspect-ratio: 1;
}

.asset-slot.wide {
  min-height: 0;
  aspect-ratio: 1920 / 600;
}

.asset-slot.material-preview {
  min-height: 0;
  aspect-ratio: var(--asset-ratio);
  padding: 0;
  overflow: hidden;
  border-style: solid;
  background: transparent;
}

.asset-slot.material-preview img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.asset-slot span {
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--white);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 1000;
}

.asset-slot strong {
  max-width: 230px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 1000;
}

.banner-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.banner-strip img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.universal-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
  justify-content: center;
  width: min(1280px, calc(100% - 40px));
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.universal-banner-grid img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 720 / 1040;
  object-fit: cover;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.plagiarism-section {
  color: var(--ink);
  background: var(--section-green);
}

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

.plagiarism-heading .section-kicker {
  color: var(--green-deep);
}

.plagiarism-heading .section-kicker::before {
  background: var(--yellow);
  border-color: var(--ink);
}

.plagiarism-heading h2 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 78px);
}

.plagiarism-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 900;
}

.vertical-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.vertical-banner-grid img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 720 / 1040;
  object-fit: cover;
  border-radius: 8px;
  background: #f4f4f4;
  box-shadow: var(--shadow);
}

.benefits-layout {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
}

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

.benefits-final {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(300px, 380px) minmax(240px, 1fr);
  grid-template-rows: repeat(3, minmax(190px, 1fr));
  gap: 18px 26px;
  align-items: stretch;
  margin-top: 34px;
}

.benefit {
  padding: 22px;
  height: 100%;
  display: grid;
  align-content: start;
}

.benefit-left {
  grid-column: 1;
}

.benefit-right {
  grid-column: 3;
}

.benefit-row-1 {
  grid-row: 1;
}

.benefit-row-2 {
  grid-row: 2;
}

.benefit-row-3 {
  grid-row: 3;
}

.benefit p {
  margin-bottom: 0;
}

.benefit b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green-deep);
}

.product-shot {
  padding: 10px;
  border: 2px solid rgba(20, 50, 43, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.benefits-product {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  margin: 0;
  padding: 24px;
  border: 2px solid rgba(20, 50, 43, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 100%;
}

.benefits-product img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.quality-band {
  color: var(--white);
  background: var(--green);
}

.quality-box {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 40px;
  align-items: center;
}

.quality-box p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.quality-box .section-kicker {
  color: var(--white);
}

.quality-badge {
  padding: 16px;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--yellow);
  transform: rotate(-4deg);
  box-shadow: 0 16px 36px rgba(20, 50, 43, 0.22);
}

.quality-badge img {
  border-radius: 4px;
}

.page-hero {
  padding: 82px 0;
  color: var(--ink);
  background: var(--hero-bg);
}

.page-hero p {
 
  margin: 18px 0 0;
}

.materials-page .page-hero p {
  max-width: none;
  width: 100%;
}

.materials-page .page-hero h1,
.materials-page .section > .section-inner > h2 {
  max-width: none;
  width: 100%;
}

.page-hero a {
  color: var(--green-deep);
  font-weight: 1000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.page-hero a:hover {
  color: var(--ink);
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2vw, 24px);
  margin-top: 34px;
}

.materials-tall-grid,
.materials-compact-grid {
  display: grid;
  gap: clamp(14px, 1.8vw, 20px);
}

.materials-tall-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.materials-compact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  justify-self: center;
  width: 100%;
  row-gap: clamp(10px, 1.2vw, 14px);
}

.material-card {
  min-width: 0;
  overflow: visible;
}

.materials-page .material-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.material-card.placeholder-card {
  display: grid;
}

.material-card--wide {
  grid-column: auto;
}

.material-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.material-card-body {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 10px 0 0;
}

.material-card-body .button {
  justify-self: center;
  min-width: clamp(96px, 9vw, 134px);
  max-width: 100%;
  min-height: 30px;
  padding: 7px 18px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 6px 0 rgba(20, 50, 43, 0.16);
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.material-card-body .button:hover {
  color: var(--ink);
  background: #ffe934;
  transform: translateY(-2px);
}

.materials-page .asset-slot.material-preview {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(20, 50, 43, 0.24);
}

.materials-authorization {
  margin-top: 74px;
  padding: clamp(22px, 3vw, 30px);
  border: 2px solid rgba(20, 50, 43, 0.1);
  border-left: 8px solid var(--green);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.materials-authorization h3 {
  font-size: clamp(24px, 2.4vw, 32px);
}

.materials-authorization p {
  max-width: none;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 800;
}

.form-shell {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.form-card {
  padding: 34px;
}

.form-grid {
  display: grid;
  gap: 22px;
}

fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--green-deep);
  font-size: 22px;
  font-weight: 1000;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full,
.consents,
.captcha-row,
.form-actions {
  grid-column: 1 / -1;
}

label,
.field-title {
  font-size: 14px;
  font-weight: 1000;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 2px solid #cfe4da;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

textarea {
  min-height: 114px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 4px solid rgba(255, 230, 0, 0.55);
  border-color: var(--green);
}

.consents {
  display: grid;
  gap: 12px;
  padding-top: 6px;
}

.checkbox-line {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.checkbox-line input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: var(--green);
}

.form-note,
.error-box {
  padding: 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
}

.form-note {
  background: var(--soft);
  color: var(--green-deep);
}

.error-box {
  margin-bottom: 18px;
  border: 2px solid #f0a7a7;
  background: #fff0f0;
  color: #8a1010;
}

.privacy-content {
  max-width: 880px;
}

.privacy-content h2 {
  margin-top: 34px;
  font-size: 28px;
}

.site-footer {
  color: var(--white);
  background: #252525;
}

.footer-ribbon {
  display: none;
}

.footer-logo-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 2.4vw, 34px);
  padding: 24px min(40px, 5vw);
  background: #252525;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.footer-logo-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  opacity: 0.9;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.footer-logo-strip a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-logo-strip img {
  max-width: 112px;
  max-height: 42px;
  object-fit: contain;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 34px;
}

.footer-brand p {
  max-width: 360px;
  margin: 16px 0 0;
  color: rgba(255,255,255,0.75);
}

.footer-logo-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-brand-logo {
  display: block;
  width: clamp(136px, 12vw, 174px);
  height: auto;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-column strong {
  color: var(--yellow);
  font-size: 17px;
}

.footer-column a,
.footer-column span {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--yellow);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 3px;
}

.footer-column .footer-social-link {
  width: 40px;
  height: 40px;
  border-color: rgba(255,255,255,0.3);
  background: var(--yellow);
  color: var(--ink);
}

.footer-column .footer-social-link:hover {
  border-color: var(--yellow);
  background: var(--white);
  color: var(--green);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.68);
}

.footer-bottom a {
  color: var(--yellow);
  font-weight: 1000;
  text-decoration: none;
}

.reveal-fade-in-top {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.72, 0.22, 1),
    transform 0.72s cubic-bezier(0.2, 0.72, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-fade-in-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.poster-feature.reveal-fade-in-top {
  transform: rotate(-2deg) translateY(28px);
}

.poster-feature.reveal-fade-in-top.is-visible {
  transform: rotate(-2deg) translateY(0);
}

.button,
.step,
.benefit,
.material-card,
.panel,
.poster-feature,
.hero-poster-card,
.vertical-banner-grid img,
.universal-banner-grid img {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.button:hover,
.step:hover,
.benefit:hover,
.material-card:hover,
.panel:hover,
.vertical-banner-grid img:hover,
.universal-banner-grid img:hover {
  transform: translateY(-3px);
}

.poster-feature:hover {
  transform: rotate(-2deg) translateY(-3px);
}

.poster-feature.reveal-fade-in-top.is-visible:hover {
  transform: rotate(-2deg) translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .top-strip-stamp {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .reveal-fade-in-top {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .step,
  .benefit,
  .material-card,
  .panel,
  .poster-feature,
  .hero-poster-card,
  .vertical-banner-grid img,
  .universal-banner-grid img {
    transition: none;
  }

  .button:hover,
  .step:hover,
  .benefit:hover,
  .material-card:hover,
  .panel:hover,
  .vertical-banner-grid img:hover,
  .universal-banner-grid img:hover {
    transform: none;
  }

  .poster-feature.reveal-fade-in-top,
  .poster-feature.reveal-fade-in-top.is-visible,
  .poster-feature:hover {
    transform: rotate(-2deg);
  }
}

@media (max-width: 980px) {
  .top-program-strip {
    min-height: 124px;
  }

  .top-strip-inner {
    width: min(760px, calc(100% - 28px));
    min-height: 124px;
  }

  .top-strip-stamp-link {
    width: 108px;
    margin-right: clamp(32px, 10vw, 92px);
    transform: translateY(38px) scale(1.28);
  }

  .top-strip-boy {
    left: 50%;
    top: -52px;
    width: 224px;
    transform: translateX(-50%);
  }

  .top-strip-cloud-glues {
    left: 30px;
    bottom: -31px;
    width: 178px;
  }

  .top-strip-cloud-arm {
    left: calc(50% + 86px);
    bottom: 24px;
    width: 84px;
  }

  .top-strip-glues {
    left: 52px;
    right: auto;
    bottom: -1px;
    width: 154px;
  }

  .site-header {
    padding: 12px 18px;
    overflow: visible;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    z-index: 80;
    left: 18px;
    right: 18px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 10px;
    border: 3px solid var(--ink);
    border-radius: 8px;
    background: var(--yellow);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    min-height: auto;
    padding: 86px 0 104px;
  }

  .hero-final {
    padding-top: 86px;
  }

  .hero-grid,
  .two-col,
  .instruction-panel,
  .benefits-layout,
  .quality-box {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .section-heading {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(40px, 7vw, 48px);
  }

  h2 {
    font-size: clamp(34px, 6vw, 44px);
  }

  .hero-copy .eyebrow,
  .section-heading .section-kicker {
    justify-content: center;
  }

  .hero-actions,
  .section-actions {
    justify-content: center;
  }

  .hero-stamp {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-lead {
    max-width: 540px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-facts {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-facts div {
    min-width: 0;
  }

  .hero-product {
    width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
    min-height: 610px;
  }

  .home-banner-shell {
    grid-template-columns: 1fr;
  }

  .home-banner-copy {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-banner-copy .section-kicker {
    justify-content: center;
  }

  .home-banner-visual {
    width: min(100%, 720px);
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-boy {
    left: -40px;
    top: -82px;
    width: min(220px, 36vw);
  }

  .home-banner-thumbs {
    grid-template-columns: 1fr;
  }

  .benefits-final {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .benefits-product {
    grid-column: 1 / -1;
    grid-row: auto;
    position: static;
    max-width: 460px;
    justify-self: center;
    min-height: auto;
  }

  .benefit-left,
  .benefit-right,
  .benefit-row-1,
  .benefit-row-2,
  .benefit-row-3 {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-product {
    min-height: 620px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 58px;
  }

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

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

  .materials-tall-grid,
  .materials-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .steps,
  .instruction-panel {
    width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
  }

  .banner-strip {
    grid-template-columns: 1fr;
  }

  .universal-banner-grid {
    grid-template-columns: 1fr;
    width: min(560px, calc(100% - 24px));
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .vertical-banner-grid {
    grid-template-columns: 1fr;
    width: min(560px, calc(100% - 24px));
  }

  .footer-inner {
    grid-template-columns: 1fr;
    width: min(560px, calc(100% - 40px));
    text-align: center;
  }

  .footer-logo-card {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-column {
    justify-items: center;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.14);
  }

  .social-nav {
    margin-left: 0;
    padding-top: 6px;
  }
}

@media (max-width: 640px) {
  html,
  body,
  main,
  .section,
  .hero,
  .site-footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container,
  .section-inner,
  .form-shell,
  .footer-inner,
  .footer-bottom {
    width: calc(100vw - 24px);
    max-width: 100%;
  }

  .site-header {
    min-height: 62px;
    padding: 8px 14px;
    overflow: visible;
  }

  .top-program-strip {
    min-height: 96px;
  }

  .top-strip-inner {
    width: calc(100% - 24px);
    min-height: 96px;
  }

  .top-strip-stamp-link {
    width: 72px;
    margin-right: 18px;
    transform: translateY(25px) scale(1.24);
  }

 .top-strip-stamp {
 margin-top: 0;
  }



     .top-strip-boy {
        left: 50%;
        top: -24px;
        width: 182px;
        transform: translateX(-50%);
    }

    .top-strip-cloud-glues {
        left: 10px;
        bottom: -14px;
        width: 104px;
    }

    .top-strip-cloud-arm {
        left: calc(49% + 48px);
        bottom: -08px;
        width: 50px;
    }

    .top-strip-glues {
        left: 6px;
        right: auto;
        bottom: 2px;
        width: 98px;
    }

  .brand-logo {
    width: clamp(112px, 34vw, 132px);
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .main-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    max-height: calc(100vh - 78px);
  }

  .main-nav .social-nav {
    justify-content: center;
  }

  .section {
    padding: 54px 0;
  }

  .hero,
  .hero-final {
    padding: 64px 0 48px;
  }

  .hero-grid {
    gap: 22px;
    width: calc(100vw - 24px);
    max-width: 100%;
    min-width: 0;
	padding-top: 0px;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .section-heading .section-kicker {
    justify-content: center;
	        margin-top: 15px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1;
    overflow-wrap: break-word;
  }

  h2 {
    max-width: 100%;
    font-size: 29px;
    overflow-wrap: break-word;
  }

  .hero-lead,
  .page-hero p,
  .section-intro {
    font-size: 16.5px;
  }

  .hero-lead,
  .section-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .poster-stack,
  .poster-preview,
  .placeholder-grid,
  .materials-grid,
  .benefit-grid,
  .benefits-final,
  fieldset,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .material-card--wide {
    grid-column: auto;
  }

  .materials-tall-grid,
  .materials-compact-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .section-actions {
    justify-content: center;
  }

  .hero-facts {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .hero-facts div {
    min-width: 0;
    min-height: 86px;
    padding: 11px 8px;
    text-align: left;
  }

  .hero-facts strong {
    font-size: 28px;
  }

  .hero-facts span {
    font-size: 11.5px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .hero-product {
    min-height: 470px;
    width: min(100%, 360px);
    margin: 6px auto 0;
  }

  .hero-poster-card {
    top: 12px;
    right: 50%;
    width: min(76vw, 285px);
    border-width: 6px;
    transform: translateX(50%) rotate(2deg);
  }

  .hero-glue {
    left: 0;
    bottom: 34px;
    width: min(60vw, 230px);
  }

  .hero-stamp {
    width: 104px;
    margin: 0 auto 18px;
  }

  .home-banner-visual {
    padding: 18px;
  }

  .home-banner-main {
    margin-bottom: 10px;
    border-width: 5px;
  }

  .home-banner-thumbs {
    gap: 10px;
  }

  .home-banner-thumbs img {
    border-width: 4px;
  }

  .home-banner-boy {
    left: -30px;
    top: -48px;
    width: min(138px, 38vw);
    opacity: 0.96;
  }

  .hero-banner-placeholder {
    min-height: 430px;
    padding: 24px;
  }

  .hero-banner-placeholder strong {
    font-size: 34px;
  }

  .placeholder-art {
    right: -18px;
    top: 16px;
    transform: scale(0.78);
  }

  .poster-stack img:nth-child(2) {
    transform: none;
  }

  .sticker {
    font-size: 13px;
    line-height: 1.15;
    padding: 8px 10px;
  }

  .sticker.one {
    top: 0;
    right: auto;
    left: 0;
    max-width: 148px;
  }

  .sticker.two {
    display: inline-flex;
    top: 250px;
    left: 6px;
  }

  .hero-actions,
  .section-actions,
  .footer-bottom {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .footer-ribbon {
    display: none;
  }

  .footer-logo-strip {
    gap: 14px 18px;
    padding: 18px 12px;
  }

  .footer-logo-strip a {
    min-height: 32px;
  }

  .footer-logo-strip img {
    max-width: 82px;
    max-height: 32px;
  }

  .footer-inner {
    gap: 0;
    padding: 32px 0 22px;
    text-align: center;
  }

  .footer-logo-card {
    margin: 0 auto;
    padding: 0;
  }

  .footer-brand-logo {
    width: 134px;
  }

  .footer-brand p {
    max-width: 320px;
    margin: 14px auto 0;
  }

  .footer-column {
    justify-items: center;
    gap: 8px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.14);
  }

  .footer-socials {
    justify-content: center;
    margin-top: 6px;
  }

  .footer-bottom {
    align-items: center;
    text-align: center;
    padding: 18px 0 28px;
  }

  .form-card {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .container,
  .section-inner,
  .form-shell,
  .footer-inner,
  .footer-bottom,
  .hero-grid {
    width: min(366px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }

  .hero-lead,
  .section-intro {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .hero h1,
  .page-hero h1 {
    font-size: 34px;
  }

  .hero-facts span {
    font-size: 10.5px;
  }

  .hero-product {
    min-height: 402px;
  }

  .hero-poster-card {
    width: min(72vw, 240px);
  }

  .hero-glue {
    width: min(60vw, 210px);
  }
}
