:root {
  --bg-main: #dbdbdb;
  --bg-soft: #f4f4f4;
  --bg-white: #ffffff;
  --text: #2f2f2f;
  --text-soft: #595959;
  --orange: #ed6c34;
  --orange-dark: #cf571f;
  --green: #28a745;
  --green-dark: #1f8838;
  --black: #161616;
  --line: rgba(0, 0, 0, 0.08);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  --radius: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: var(--text);
  background: var(--bg-main);
}

img {
  max-width: 100%;
}

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

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

.section {
  padding: 60px 0;
}

.section--gray {
  background: var(--bg-main);
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.topbar__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar__headline {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.08rem, 2.1vw, 1.95rem);
  font-weight: 800;
}

.topbar__icon {
  width: 18px;
  height: 22px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M4 1.5H14M4 20.5H14M5 2.5C5 6 7.5 7.5 9 9C10.5 10.5 13 12 13 15.5V19.5H5V15.5C5 12 7.5 10.5 9 9C10.5 7.5 13 6 13 2.5V1.5H5V2.5Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

.countdown__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.countdown__clock {
  display: flex;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
}

.countdown__unit {
  min-width: 62px;
  padding: 10px 8px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.22);
  text-align: center;
}

.countdown__unit strong,
.countdown__unit small {
  display: block;
}

.countdown__unit strong {
  font-size: 1.05rem;
  line-height: 1;
}

.countdown__unit small {
  margin-top: 6px;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero {
  padding-top: 48px;
  padding-bottom: 52px;
}

.hero__grid,
.checkout-hero__grid,
.about-grid {
  display: grid;
  gap: 40px;
}

.hero__grid,
.checkout-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}

.eyebrow,
.offer-final__eyebrow,
.checkout-card__badge,
.mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(237, 108, 52, 0.14);
  color: var(--orange);
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero h1,
.checkout-hero h1 {
  margin: 18px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.55rem);
  line-height: 1.04;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__accent {
  color: var(--orange);
}

.hero__lead,
.checkout-hero__lead,
.section-subtitle,
.checkout-card p,
.about-copy p,
.proof-caption p,
.price-breakdown__note {
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.hero__checklist,
.bullet-list,
.checkout-points,
.price-breakdown__list,
.status-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero__checklist li,
.bullet-list li,
.checkout-points li,
.status-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 1.06rem;
  line-height: 1.55;
}

.hero__checklist li::before,
.bullet-list li::before,
.checkout-points li::before,
.status-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10.5 8.2 14.7 16 5.9' stroke='%23ff8a00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero__actions {
  margin-top: 30px;
}

.hero__microcopy,
.offer-final__note,
.checkout-card__note,
.helper-text {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 28px;
  border: 0;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.button--primary {
  background: var(--green);
  color: #fff;
}

.button--primary:hover {
  background: var(--green-dark);
}

.button--full {
  width: 100%;
}

.button.is-disabled,
.button[aria-disabled="true"] {
  opacity: 0.62;
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
}

.cta-strip__inner {
  display: flex;
  justify-content: center;
}

.cta-strip__note {
  margin: 14px auto 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.poster-card {
  position: relative;
  width: min(100%, 430px);
  padding: 28px 22px 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 201, 155, 0.35), transparent 20%),
    radial-gradient(circle at 84% 15%, rgba(255, 218, 127, 0.38), transparent 18%),
    linear-gradient(180deg, #fff2eb 0%, #ffd6bf 100%);
  border: 1px solid rgba(221, 108, 52, 0.18);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(237, 108, 52, 0.06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(237, 108, 52, 0.06) 25%, transparent 25%);
  background-size: 92px 92px;
  opacity: 0.65;
  pointer-events: none;
}

.poster-card > * {
  position: relative;
  z-index: 1;
}

.poster-card__badge {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(237, 108, 52, 0.16);
  color: var(--orange-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.poster-card h2 {
  margin: 16px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3.8vw, 2.65rem);
  line-height: 1.04;
  text-transform: uppercase;
  color: #d9581d;
}

.poster-card p {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #5c4538;
}

.poster-card__coins span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffe391 0%, #ffb236 50%, #ec8b09 100%);
  box-shadow: 0 10px 22px rgba(143, 89, 17, 0.24);
  color: #9c5600;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.poster-card__coins span:first-child {
  left: -8px;
  top: 230px;
}

.poster-card__coins span:last-child {
  right: -6px;
  top: 290px;
}

.poster-card__phone {
  width: min(100%, 286px);
  margin: 28px auto 0;
  padding: 14px 10px;
  border-radius: 34px;
  background: #171717;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.poster-card__screen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 340px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fed0d0 0%, #ffa98a 100%);
}

.poster-card__reel {
  border-radius: 16px;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.65), transparent 28%),
    linear-gradient(180deg, #e16b56 0%, #ff9e7c 100%);
  box-shadow: inset 0 -10px 20px rgba(118, 34, 24, 0.18);
}

.poster-card__reel--one {
  min-height: 108px;
}

.poster-card__reel--two {
  min-height: 132px;
}

.poster-card__reel--three {
  min-height: 140px;
}

.poster-card__reel--four {
  min-height: 112px;
}

.poster-card__price,
.poster-card__cta {
  margin-top: 18px;
  border-radius: 999px;
  background: #24243a;
  color: #fff;
  text-align: center;
}

.poster-card__price {
  padding: 12px 16px;
}

.poster-card__price strong,
.poster-card__price span {
  display: block;
}

.poster-card__price strong {
  font-size: 1.25rem;
  line-height: 1.15;
}

.poster-card__price span {
  margin-top: 4px;
  font-size: 0.95rem;
  color: #d8d8d8;
}

.poster-card__cta {
  padding: 14px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title,
.section-subtitle {
  text-align: center;
}

.section-title {
  margin-bottom: 28px;
}

.section-title :is(span, h2) {
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  background: rgba(237, 108, 52, 0.16);
  color: var(--orange);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.16rem, 3vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-subtitle {
  max-width: 780px;
  margin: -8px auto 0;
}

.audience {
  max-width: 880px;
  margin: 0 auto;
}

.feature-grid,
.benefit-grid,
.flow-grid,
.pack-grid {
  display: grid;
  gap: 18px;
}

.feature-grid,
.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.feature-card,
.benefit-card,
.flow-card,
.pack-card,
.proof-caption,
.price-breakdown,
.offer-final,
.faq-item,
.checkout-card,
.checkout-status,
.checkout-note,
.about-copy {
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-card,
.benefit-card,
.flow-card,
.pack-card,
.proof-caption,
.checkout-status,
.checkout-note,
.about-copy,
.checkout-card {
  padding: 24px 22px;
}

.feature-card,
.flow-card,
.pack-card {
  text-align: center;
}

.feature-card__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffb27f 0%, #ed6c34 100%);
}

.feature-card h3,
.benefit-card h3,
.flow-card h3,
.pack-card h3,
.proof-caption strong,
.about-copy h2,
.checkout-card h2,
.checkout-status h3,
.checkout-note h3,
.offer-final__headline,
.faq-item summary {
  font-family: "Montserrat", sans-serif;
}

.feature-card h3,
.benefit-card h3,
.flow-card h3,
.pack-card h3,
.checkout-status h3,
.checkout-note h3 {
  margin: 0;
  font-size: 1.16rem;
  font-weight: 800;
}

.feature-card p,
.benefit-card p,
.flow-card p,
.pack-card p,
.proof-caption p,
.about-copy p,
.checkout-status p,
.checkout-note p {
  margin: 12px 0 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.benefit-card {
  border-top: 5px solid var(--orange);
}

.flow-card__step {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(237, 108, 52, 0.14);
  color: var(--orange);
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.pack-card__star {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 33, 33, 0.1);
  color: #ff2121;
  font-size: 2rem;
  line-height: 1;
}

.proof-stack {
  display: grid;
  gap: 18px;
}

.media-row {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(220px, 1fr);
  gap: 24px;
  align-items: start;
}

.proof-card {
  overflow: hidden;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.proof-card__image,
.about-photo__image {
  display: block;
  width: 100%;
  height: auto;
}

.proof-caption strong {
  display: block;
  font-size: 1.02rem;
}

.price-breakdown {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 24px;
}

.price-breakdown__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.price-breakdown__list li:last-child {
  border-bottom: 0;
}

.price-breakdown__list span,
.price-breakdown__list strong,
.price-breakdown__total span,
.price-breakdown__total strong {
  display: block;
}

.price-breakdown__list span {
  line-height: 1.5;
}

.price-breakdown__list strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.06rem;
  white-space: nowrap;
}

.price-breakdown__total {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #f5f5f5;
  text-align: center;
}

.price-breakdown__total span {
  color: var(--text-soft);
}

.price-breakdown__total strong {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--orange);
}

.offer-final {
  max-width: 840px;
  margin: 0 auto;
  padding: 34px 28px;
  text-align: center;
}

.offer-final__eyebrow {
  margin: 0 auto 16px;
}

.offer-final__headline {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.offer-final__now {
  color: var(--orange);
}

.offer-final__lead {
  margin: 18px auto 0;
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.offer-final__button {
  margin-top: 24px;
}

.faq {
  max-width: 980px;
}

.faq__list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 1.08rem;
  font-weight: 800;
}

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

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--text-soft);
  line-height: 1.6;
}

.about-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.about-photo {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
}

.about-copy strong,
.about-copy span {
  display: block;
}

.about-copy strong {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.02rem;
}

.about-copy span {
  margin-top: 6px;
  color: var(--text-soft);
}

.footer {
  background: #111;
  color: rgba(255, 255, 255, 0.88);
}

.footer__inner {
  padding: 26px 0 34px;
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.footer__brand strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
}

.footer__brand p {
  margin: 8px 0 0;
  max-width: 640px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.footer__dev {
  display: inline-grid;
  justify-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer__dev > span:first-child {
  letter-spacing: 0.01em;
}

.footer__dev-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 12px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #eef1f5 100%);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.footer__dev img {
  display: block;
  width: auto;
  height: 50px;
}

.checkout-hero {
  padding-top: 48px;
  padding-bottom: 36px;
}

.checkout-card__badge {
  margin-bottom: 16px;
}

.checkout-card__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0 0;
}

.checkout-card__price strong {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1;
  color: var(--orange);
}

.checkout-card__price span {
  color: var(--text-soft);
  text-decoration: line-through;
}

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

.payment-method {
  padding: 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #f7f7f7;
  text-align: center;
}

.payment-method strong,
.payment-method span {
  display: block;
}

.payment-method strong {
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
}

.payment-method span {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.status-list--compact {
  margin-top: 22px;
}

.checkout-card .button {
  margin-top: 22px;
}

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

.checkout-note {
  max-width: 980px;
  margin: 0 auto;
}

.checkout-note code {
  display: block;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f3f3f3;
  color: #151515;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.88rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.delivery-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.delivery-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 30px;
  align-items: center;
}

.delivery-copy h1 {
  margin: 18px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.06;
  text-transform: uppercase;
}

.delivery-card {
  padding: 28px 24px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.access-card {
  position: relative;
  padding: 1px;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(237, 108, 52, 0.4) 0%, rgba(255, 220, 195, 0.96) 26%, rgba(255, 255, 255, 0.98) 52%, rgba(202, 241, 213, 0.96) 100%);
  box-shadow:
    0 28px 60px rgba(15, 23, 42, 0.18),
    0 10px 24px rgba(15, 23, 42, 0.08);
}

.access-card::before {
  content: "";
  position: absolute;
  inset: -70px -30px auto auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 167, 69, 0.14) 0%, rgba(40, 167, 69, 0) 72%);
  pointer-events: none;
}

.access-card::after {
  content: "";
  position: absolute;
  inset: auto auto -90px -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 108, 52, 0.16) 0%, rgba(237, 108, 52, 0) 74%);
  pointer-events: none;
}

.access-card__surface {
  position: relative;
  z-index: 1;
  padding: 30px 26px 26px;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 245, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(237, 108, 52, 0.05);
}

.access-card__surface::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  border-radius: 27px 27px 0 0;
  background: linear-gradient(90deg, #ed6c34 0%, #ffbf84 45%, #28a745 100%);
}

.delivery-card h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.1;
}

.access-card__lead {
  margin: 12px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.access-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.access-form__panel {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 26px rgba(15, 23, 42, 0.05);
}

.access-form__field {
  margin-top: 0;
}

.access-form__label {
  display: block;
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5e6670;
}

.access-form__input-wrap {
  position: relative;
}

.access-form__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='2' y='4' width='16' height='12' rx='2.5' stroke='%23ed6c34' stroke-width='1.8'/%3E%3Cpath d='m4 6 6 4 6-4' stroke='%23ed6c34' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.access-form__input {
  display: block;
  width: 100%;
  min-height: 62px;
  padding: 0 18px 0 48px;
  border: 1.5px solid #d9dee5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  color: #14181f;
  font-size: 1.04rem;
  font-weight: 500;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 28px rgba(15, 23, 42, 0.05);
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.access-form__input::placeholder {
  color: #8b949e;
}

.access-form__input:focus {
  box-shadow:
    0 0 0 4px rgba(237, 108, 52, 0.12),
    0 10px 22px rgba(237, 108, 52, 0.08);
  border-color: rgba(237, 108, 52, 0.72);
  background: #fffefc;
}

.access-form__hint {
  margin: 10px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-soft);
  max-width: none;
}

.access-form .button {
  min-height: 62px;
  box-shadow: 0 14px 28px rgba(40, 167, 69, 0.22);
}

.access-feedback {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 600;
}

.access-feedback--error {
  background: rgba(220, 53, 69, 0.1);
  color: #8d1f2e;
  border: 1px solid rgba(220, 53, 69, 0.2);
}

.access-feedback--success {
  background: rgba(40, 167, 69, 0.12);
  color: #1f6d33;
  border: 1px solid rgba(40, 167, 69, 0.2);
}

.access-feedback--info {
  background: rgba(237, 108, 52, 0.12);
  color: #9b4c21;
  border: 1px solid rgba(237, 108, 52, 0.18);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

@media (max-width: 1024px) {
  .feature-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-grid,
  .pack-grid,
  .checkout-grid,
  .payment-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-row {
    grid-template-columns: 1fr;
  }

  .media-row__aside {
    max-width: 820px;
  }
}

@media (max-width: 820px) {
  .topbar__inner,
  .hero__grid,
  .checkout-hero__grid,
  .about-grid,
  .delivery-hero__grid {
    grid-template-columns: 1fr;
  }

  .topbar__inner {
    display: grid;
    justify-items: center;
    padding: 14px 0;
    text-align: center;
  }

  .countdown {
    flex-direction: column;
  }

  .hero,
  .checkout-hero {
    padding-top: 40px;
  }

  .hero__copy,
  .checkout-hero__copy,
  .delivery-copy {
    text-align: center;
  }

  .hero__checklist,
  .checkout-points,
  .status-list {
    text-align: left;
  }

  .hero__actions .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 48px 0;
  }

  .feature-grid,
  .benefit-grid,
  .flow-grid,
  .pack-grid,
  .checkout-grid,
  .payment-methods {
    grid-template-columns: 1fr;
  }

  .price-breakdown__list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__dev {
    gap: 8px;
  }

  .footer__dev-logo {
    min-height: 66px;
    padding: 10px 16px;
    border-radius: 16px;
  }

  .footer__dev img {
    height: 42px;
  }

  .access-card__surface {
    padding: 28px 20px 22px;
  }

  .access-form__panel {
    padding: 16px;
  }

  .access-form__icon {
    left: 16px;
  }
}

@media (max-width: 420px) {
  .countdown__clock {
    gap: 6px;
  }

  .countdown__unit {
    min-width: 56px;
  }

  .poster-card {
    padding: 24px 16px 20px;
  }

  .poster-card__coins span {
    width: 66px;
    height: 66px;
    font-size: 1.5rem;
  }

  .poster-card__coins span:first-child {
    left: -10px;
    top: 250px;
  }

  .poster-card__coins span:last-child {
    right: -8px;
    top: 304px;
  }

  .feature-card,
  .benefit-card,
  .flow-card,
  .pack-card,
  .proof-caption,
  .checkout-status,
  .checkout-note,
  .about-copy,
  .checkout-card,
  .price-breakdown,
  .offer-final {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-item summary {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-item p {
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

  .button {
    min-height: 56px;
    padding: 0 18px;
    font-size: 0.94rem;
  }

  .topbar__headline {
    font-size: 1rem;
  }

  .countdown__unit {
    min-width: 50px;
    padding: 8px 6px;
  }

  .countdown__unit strong {
    font-size: 0.95rem;
  }
}

@media (max-width: 240px) {
  .countdown__clock {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero h1,
  .checkout-hero h1 {
    font-size: 1.55rem;
  }

  .section-title :is(span, h2) {
    font-size: 1.05rem;
  }
}

/* Reference-closer landing overrides */

.hero__grid--reference {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 30px;
}

.hero__title--reference {
  margin: 0;
  color: var(--orange);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.1vw, 3.15rem);
  line-height: 1.06;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.hero__lead--reference {
  max-width: 660px;
  margin: 18px auto 0;
  text-align: left;
}

.hero-art--reference {
  display: block;
  width: min(100%, 420px);
}

.hero-art--reference img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.cta-strip--reference {
  padding-top: 48px;
  padding-bottom: 48px;
}

.button--reference {
  min-width: min(100%, 396px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.section-title--reference {
  margin-bottom: 24px;
}

.section-title--reference :is(span, h2) {
  padding: 2px 6px;
  font-size: clamp(1.28rem, 3vw, 1.95rem);
  line-height: 1.06;
}

.centered-list {
  max-width: 760px;
  margin: 0 auto;
}

.bullet-list--compact {
  margin-top: 0;
}

.pack-grid--reference {
  margin-top: 8px;
}

.proof-stack--reference {
  max-width: 820px;
  margin: 0 auto;
}

.proof-card--reference {
  border-radius: 18px;
  overflow: hidden;
}

.bonus-line {
  max-width: 760px;
  margin: -4px auto 24px;
  font-size: 1.04rem;
  line-height: 1.55;
  text-align: center;
  color: var(--text-soft);
}

.bonus-line span {
  display: inline-block;
  margin-left: 8px;
}

.bonus-line s {
  color: #e21f1f;
}

.bonus-line strong {
  color: #1fad3a;
}

.bonus-stack {
  display: grid;
  gap: 24px;
  max-width: 535px;
}

.bonus-card--reference {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: none;
  background: transparent;
}

.offer-final--reference {
  max-width: 980px;
  padding: 8px 0 0;
  background: transparent;
  box-shadow: none;
}

.offer-final__headline--reference {
  color: var(--orange);
}

.offer-final__old {
  color: #e10000;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.offer-final__new {
  color: #157f2d;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.about-grid--reference {
  align-items: start;
}

@media (max-width: 1024px) {
  .bonus-stack {
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .hero__grid--reference {
    grid-template-columns: 1fr;
  }

  .hero__lead--reference {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .button--reference {
    min-width: 100%;
  }

  .section-title--reference :is(span, h2) {
    font-size: clamp(1.08rem, 6vw, 1.45rem);
  }
}
