:root {
  --yellow: #ffd83d;
  --red: #e53b32;
  --blue: #2166d1;
  --green: #087b54;
  --ink: #171916;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --muted: #696b64;
  --line: #171916;
  --white: #ffffff;
  --lego-yellow: var(--yellow);
  --lego-red: var(--red);
  --lego-blue: var(--blue);
  --text-color: var(--ink);
  --light-bg: var(--cream);
  --font-heading: "Heebo", Arial, sans-serif;
  --font-main: "Rubik", Arial, sans-serif;
  --shadow: 7px 7px 0 var(--ink);
  --max-width: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  font-family: var(--font-main);
}

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.platform-icon {
  display: block;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  overflow: visible;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 99999;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  border: 2px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-block-start: 0;
}

h1,
h2,
h3,
.brand,
.eyebrow,
.hero-kicker {
  font-family: var(--font-heading);
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 24px 0 0;
  border-bottom: 4px solid var(--ink);
  background: var(--yellow);
}

.hero-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto auto 108px -70px;
  width: 230px;
  height: 230px;
  border: 3px solid var(--ink);
  background: var(--red);
  transform: rotate(12deg);
}

.hero-container {
  position: relative;
  z-index: 1;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(23, 25, 22, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.055em;
}

.brand-mark {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: 40px;
  height: 34px;
  padding: 11px 5px 5px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--red);
  box-shadow: 3px 3px 0 var(--ink);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset-block-start: -7px;
  width: 8px;
  height: 7px;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: var(--red);
}

.brand-mark::before {
  inset-inline-start: 6px;
}

.brand-mark::after {
  inset-inline-end: 6px;
}

.brand-mark span {
  border: 1px solid rgba(23, 25, 22, 0.6);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.community-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 5px 11px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  box-shadow: 3px 3px 0 var(--red);
}

.community-badge strong {
  display: inline-flex;
  direction: ltr;
  align-items: baseline;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--yellow);
}

.badge-dot,
.preview-live i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: #20b46c;
  box-shadow: 0 0 0 3px rgba(32, 180, 108, 0.18);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr);
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
  padding: clamp(42px, 5vw, 62px) 0 46px;
}

.hero-content {
  min-width: 0;
}

.hero-kicker,
.eyebrow {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-block;
  padding: 3px 9px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}

.hero-content h1 {
  max-width: 700px;
  margin-bottom: 15px;
  font-size: clamp(3rem, 4.9vw, 4.3rem);
  font-weight: 900;
}

.hero-copy {
  max-width: 630px;
  margin-bottom: 21px;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 500;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 11px 20px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button-whatsapp {
  background: var(--green);
  color: var(--white);
}

.button-telegram {
  background: var(--blue);
  color: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.55);
}

.button-small {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 0.88rem;
}

.secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.secondary-link:hover {
  color: var(--blue);
}

.hero-note {
  margin-bottom: 0;
  color: #44463f;
  font-size: 0.82rem;
  font-weight: 500;
}

.hero-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-1.2deg);
}

.hero-preview::after {
  content: "";
  position: absolute;
  inset: -20px -20px auto auto;
  width: 56px;
  height: 56px;
  border: 3px solid var(--ink);
  background: var(--blue);
  transform: rotate(45deg);
}

.preview-header,
.preview-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.preview-header {
  border-bottom: 2px solid var(--ink);
}

.preview-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.preview-media {
  display: grid;
  place-items: center;
  height: 218px;
  overflow: hidden;
  padding: 20px;
  border-bottom: 2px solid var(--ink);
  background: #e8e4dc;
}

.preview-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.preview-copy {
  padding: 14px 17px 12px;
}

.preview-copy > span {
  display: block;
  margin-bottom: 2px;
  color: var(--red);
  font-size: 0.77rem;
  font-weight: 700;
}

.preview-copy strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
}

.preview-copy p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.preview-footer {
  border-top: 1px solid #d7d3ca;
  color: var(--muted);
}

.proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border: 3px solid var(--ink);
  border-bottom: 0;
  background: var(--ink);
  color: var(--white);
}

.proof-strip div {
  padding: 17px 20px 18px;
  text-align: center;
}

.proof-strip div + div {
  border-inline-start: 1px solid #565852;
}

.proof-strip dt {
  margin-bottom: 1px;
  color: var(--yellow);
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.2;
}

.proof-strip dd {
  margin: 0;
  color: #d9dbd5;
  font-size: 0.8rem;
}

.campaign-section {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 44px) 0;
  border-bottom: 3px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.campaign-section::before,
.campaign-section::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  transform: rotate(45deg);
}

.campaign-section::before {
  inset-block-start: -38px;
  inset-inline-start: 5%;
}

.campaign-section::after {
  inset-block-end: -45px;
  inset-inline-end: 4%;
  background: var(--blue);
}

.campaign-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.82fr);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: 9px 9px 0 var(--yellow);
}

.campaign-copy {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  border-inline-end: 3px solid var(--ink);
  background: var(--red);
}

.campaign-copy::after {
  content: "SALE";
  position: absolute;
  inset-block-end: -18px;
  inset-inline-start: 18px;
  color: rgba(23, 25, 22, 0.14);
  font-family: var(--font-heading);
  font-size: clamp(4.2rem, 8vw, 6.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.campaign-status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 3px 3px 0 var(--ink);
}

.campaign-status-dot {
  width: 8px;
  height: 8px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(8, 123, 84, 0.18);
}

.campaign-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-bottom: 9px;
  font-size: clamp(2.15rem, 3.5vw, 3.15rem);
  font-weight: 900;
}

.campaign-description {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin-bottom: 16px;
  color: #fff7f4;
  font-size: 0.9rem;
}

.campaign-benefits {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.campaign-benefits li {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  background: rgba(23, 25, 22, 0.12);
  font-size: 0.74rem;
  font-weight: 600;
}

.campaign-benefits li::before {
  content: "✓";
  margin-inline-end: 5px;
  color: var(--yellow);
  font-weight: 900;
}

.campaign-conversion {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 32px);
  background: var(--paper);
  color: var(--ink);
}

.countdown-label {
  margin-bottom: 11px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

.countdown {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  direction: ltr;
}

.countdown > div {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 8px 5px 6px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
}

.countdown strong {
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
}

.countdown > div span {
  margin-top: 4px;
  font-size: 0.65rem;
  font-weight: 700;
}

.countdown-separator {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
}

.campaign-urgency {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.section {
  padding: clamp(72px, 9vw, 112px) 0;
  border-bottom: 3px solid var(--ink);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 4.5vw, 3.7rem);
  font-weight: 900;
}

.section-heading > p:last-child:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.deals-section {
  background: var(--paper);
}

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

.loading-message {
  grid-column: 1 / -1;
  padding: 40px;
  border: 2px dashed var(--ink);
  text-align: center;
}

.deal-card {
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.deal-card:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--ink);
}

.deal-card:nth-child(3n + 1) {
  border-top: 8px solid var(--red);
}

.deal-card:nth-child(3n + 2) {
  border-top: 8px solid var(--blue);
}

.deal-card:nth-child(3n) {
  border-top: 8px solid var(--yellow);
}

.deal-link {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.deal-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 260px;
  min-height: 0;
  overflow: hidden;
  padding: 22px;
  border-bottom: 2px solid var(--ink);
  background: #eeeae1;
  contain: layout paint;
}

.deal-image img {
  display: block;
  flex: 0 1 auto;
  width: auto !important;
  height: auto !important;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  object-position: center;
}

.deal-tag {
  position: absolute;
  z-index: 1;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  max-width: calc(100% - 24px);
  padding: 4px 8px;
  border: 1.5px solid var(--ink);
  border-radius: 3px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.3;
}

.deal-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 21px 20px 20px;
}

.deal-body h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
  font-weight: 900;
}

.deal-description {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.deal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 17px;
}

.deal-meta span {
  padding: 3px 7px;
  border: 1px solid #b9b7b0;
  border-radius: 3px;
  color: #5f615b;
  font-size: 0.68rem;
}

.deal-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
}

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

.process-section .eyebrow {
  color: var(--yellow);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  min-width: 0;
  padding: 27px 22px 24px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.process-grid li::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  border-bottom: 2px solid var(--ink);
  background: var(--yellow);
}

.process-grid li:nth-child(2)::before {
  background: var(--red);
}

.process-grid li:nth-child(3)::before {
  background: #24a96d;
}

.step-number {
  display: block;
  margin-bottom: 25px;
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 9px;
  font-size: 1.5rem;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.section-heading-side {
  position: sticky;
  top: 24px;
  margin-bottom: 0;
}

.faq-list {
  border-top: 3px solid var(--ink);
}

.faq-list details {
  border-bottom: 2px solid var(--ink);
}

.faq-list summary {
  position: relative;
  padding: 22px 0 22px 40px;
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  inset-inline-end: 4px;
  inset-block-start: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin-bottom: 22px;
  padding-inline-end: 4px;
  color: var(--muted);
}

.final-cta {
  padding: 68px 0;
  border-bottom: 3px solid var(--ink);
  background: var(--yellow);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px 60px;
}

.final-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
}

.final-cta p:not(.eyebrow) {
  margin-bottom: 0;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

footer {
  padding: 42px 0 110px;
  background: var(--ink);
  color: #d5d7d1;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 38px;
}

.brand-footer {
  color: var(--white);
  font-size: 1.55rem;
}

.footer-copy p {
  max-width: 780px;
  margin-bottom: 7px;
  font-size: 0.76rem;
}

.footer-copy a {
  color: var(--yellow);
  font-size: 0.78rem;
  text-underline-offset: 3px;
}

.sticky-cta {
  position: fixed;
  z-index: 100;
  inset-inline-start: 50%;
  inset-block-end: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  width: min(calc(100% - 28px), 780px);
  padding: 10px 12px 10px 18px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translateX(50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translate(50%, 20px);
}

.sticky-prompt {
  margin-inline-end: auto;
  font-weight: 700;
  white-space: nowrap;
}

.sticky-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.consent-banner {
  position: fixed;
  z-index: 1000;
  inset-inline-start: 18px;
  inset-block-end: 18px;
  width: min(calc(100% - 36px), 520px);
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.consent-banner:not([hidden]) {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.consent-banner strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.2rem;
}

.consent-banner p {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.consent-banner a {
  font-size: 0.75rem;
  font-weight: 700;
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-button {
  padding: 8px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
}

.privacy-footer {
  text-align: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    gap: 36px;
  }

  .hero-content h1 {
    font-size: clamp(2.85rem, 6.4vw, 4rem);
  }

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

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

  .campaign-shell,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .campaign-copy {
    border-inline-end: 0;
    border-bottom: 3px solid var(--ink);
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-section::after {
    display: none;
  }

  .hero-topbar {
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 18px;
  }

  .brand {
    font-size: 1.68rem;
  }

  .brand-mark {
    width: 35px;
    height: 30px;
  }

  .community-badge {
    min-height: 33px;
    padding: 4px 8px;
    gap: 5px;
    font-size: 0.7rem;
  }

  .community-badge strong {
    font-size: 0.94rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 42px 0 46px;
  }

  .hero-content h1 {
    margin-bottom: 17px;
    font-size: clamp(2.35rem, 10.8vw, 3rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .secondary-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-note {
    text-align: center;
  }

  .hero-preview {
    width: calc(100% - 7px);
    box-shadow: 7px 7px 0 var(--ink);
    transform: none;
  }

  .preview-media {
    height: 190px;
  }

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

  .proof-strip div {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    padding: 11px 16px;
    text-align: start;
  }

  .proof-strip div + div {
    border-top: 1px solid #565852;
    border-inline-start: 0;
  }

  .proof-strip dt {
    margin: 0;
    font-size: 1.28rem;
  }

  .section {
    padding: 68px 0;
  }

  .campaign-section {
    padding: 34px 0 40px;
  }

  .campaign-shell {
    box-shadow: 6px 6px 0 var(--yellow);
  }

  .campaign-copy,
  .campaign-conversion {
    padding: 27px 20px;
  }

  .campaign-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .campaign-benefits {
    align-items: stretch;
    flex-direction: column;
  }

  .campaign-benefits li {
    width: fit-content;
  }

  .countdown {
    gap: 5px;
  }

  .countdown > div {
    padding-inline: 3px;
  }

  .countdown strong {
    font-size: 2rem;
  }

  .countdown-separator {
    font-size: 1.35rem;
  }

  .section-heading h2 {
    font-size: 2.55rem;
  }

  .deals-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .deal-image {
    height: 235px;
    padding: 18px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section-heading-side {
    position: static;
  }

  .final-actions {
    flex-direction: column;
  }

  .final-actions .button {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sticky-cta {
    inset-inline-start: 50%;
    inset-block-end: 9px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: calc(100% - 28px);
    padding: 8px 9px 9px;
    transform: translateX(50%);
  }

  .sticky-cta.is-hidden {
    transform: translate(50%, 20px);
  }

  .sticky-prompt {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.25;
    text-align: center;
  }

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

  .sticky-actions .button {
    width: 100%;
    min-height: 38px;
    padding: 7px 5px;
    font-size: 0.76rem;
    box-shadow: 2px 2px 0 var(--ink);
  }

  #enable-toolbar-trigger {
    top: 0 !important;
    transition: top 180ms ease !important;
  }

  body.has-sticky-cta #enable-toolbar-trigger {
    top: var(--enable-sticky-offset, -104px) !important;
  }

  .consent-banner:not([hidden]) {
    grid-template-columns: 1fr;
  }

  .consent-actions .button {
    flex: 1;
  }
}

@media (max-width: 420px) {
  .preview-header {
    font-size: 0.61rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
