* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f1012;
  color: #ffffff;
  line-height: 1.45;
}

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

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

.page {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #111316;
  overflow: hidden;
  padding-bottom: 82px;
}

.section {
  padding: 34px 16px;
}

h1,
h2 {
  line-height: 1.05;
  letter-spacing: -0.8px;
}

h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

.section-text {
  font-size: 16px;
  color: #d8d8d8;
  text-align: center;
  margin-bottom: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffd01b;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.center {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Sticky */

.sticky-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 50;
  width: 100%;
  max-width: 480px;
  transform: translateX(-50%);
  background: rgba(15, 16, 18, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 208, 27, 0.35);
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-bar strong {
  display: block;
  font-size: 15px;
  color: #fff;
}

.sticky-bar span {
  display: block;
  font-size: 12px;
  color: #ffd01b;
}

.sticky-btn {
  background: #ffd01b;
  color: #111;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255, 208, 27, 0.28);
}

/* Hero */

.hero {
  position: relative;
  /* min-height: 100vh; */
  background:
    radial-gradient(circle at top right, rgba(255, 208, 27, 0.28), transparent 36%),
    linear-gradient(180deg, #24282d 0%, #101113 68%);
  padding: 14px 16px 28px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.72)),
    url("img/bg.jpg") center/cover no-repeat; */
  opacity: 0.18;
}

.top-badges {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.top-badges span {
  font-size: 12px;
  font-weight: 800;
  color: #111;
  background: #fff;
  padding: 8px 10px;
  border-radius: 999px;
}

.discount-badge {
  position: absolute;
  z-index: 3;
  top: 58px;
  right: -14px;
  background: #e30000;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  padding: 14px 28px 14px 22px;
  border-radius: 28px 0 0 28px;
  box-shadow: 0 12px 26px rgba(227, 0, 0, 0.32);
}

.hero-content {
  position: relative;
  z-index: 2;
  /* padding-top: 36px; */
}

.hero-subtitle {
  margin-top: 12px;
  color: #e7e7e7;
  font-size: 17px;
  max-width: 410px;
}

.gift-card {
  margin-top: 18px;
  background: #ffd01b;
  color: #111;
  border-radius: 22px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(255, 208, 27, 0.22);
}

.gift-card strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
}

.gift-card span {
  display: block;
  font-size: 13px;
  margin-top: 2px;
}

.gift-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #111;
  color: #ffd01b;
  display: grid;
  place-items: center;
  font-size: 23px;
}

.hero-image-wrap {
  position: relative;
  margin: 18px -16px 0;
}

.hero-img {
  width: 100%;
  height: auto;
}

.price-box {
  margin-top: 14px;
  background: #fff;
  color: #111;
  border-radius: 22px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.25);
}

.old-price {
  display: block;
  color: #777;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 700;
}

.new-price {
  display: block;
  color: #e30000;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.timer-box {
  text-align: right;
}

.timer-box span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #555;
}

.timer-box strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  color: #111;
}

.main-btn {
  width: 100%;
  min-height: 58px;
  border: none;
  outline: none;
  cursor: pointer;
  background: linear-gradient(180deg, #ffdf3b, #ffc400);
  color: #111;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  box-shadow: 0 14px 28px rgba(255, 196, 0, 0.28);
}

.pulse {
  animation: pulse 1.7s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 14px 28px rgba(255, 196, 0, 0.28);
  }
  50% {
    transform: scale(1.025);
    box-shadow: 0 16px 36px rgba(255, 196, 0, 0.42);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 14px 28px rgba(255, 196, 0, 0.28);
  }
}

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

.trust-row div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 10px 6px;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  min-height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Shared */

.image-full {
  margin: 18px -16px 0;
}

.image-full img {
  width: 100%;
  border-radius: 0;
}

.problem-section {
  background: #ffffff;
  color: #111;
}

.problem-section .section-text {
  color: #333;
}

.cards-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mini-card {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #e0e0e0;
}

.mini-card span {
  display: inline-flex;
  background: #111;
  color: #ffd01b;
  font-weight: 900;
  padding: 5px 9px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.mini-card strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.mini-card p {
  margin-top: 6px;
  color: #444;
}

/* Dark section */

.dark-section {
  background:
    radial-gradient(circle at bottom left, rgba(255, 208, 27, 0.2), transparent 35%),
    #111316;
}

.feature-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.feature-item {
  display: flex;
  gap: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 14px;
  border-radius: 20px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: grid;
  place-items: center;
  background: #ffd01b;
  color: #111;
  border-radius: 14px;
  font-size: 22px;
}

.feature-item strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.feature-item p {
  color: #d2d2d2;
  margin-top: 4px;
}

/* Gift */

.gift-section {
  background: #ffc400;
  color: #111;
}

.gift-section .section-text {
  color: #222;
}

.gift-label {
  width: fit-content;
  margin: 0 auto 12px;
  background: #e30000;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
}

.yellow-benefits {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.yellow-benefits div {
  background: #111;
  color: #fff;
  border-radius: 18px;
  padding: 14px;
  text-align: center;
}

.yellow-benefits strong {
  display: block;
  color: #ffd01b;
  font-size: 24px;
  font-weight: 900;
}

.yellow-benefits span {
  font-size: 14px;
}

/* Benefits */

.benefits-section {
  background: #ffffff;
  color: #111;
}

.benefits-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.benefit-card {
  background: #f4f4f4;
  border-radius: 18px;
  padding: 14px;
  border: 1px solid #e0e0e0;
}

.benefit-card div {
  font-size: 26px;
  margin-bottom: 8px;
}

.benefit-card strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.benefit-card p {
  margin-top: 6px;
  font-size: 13px;
  color: #444;
}

/* Steps */

.steps-section {
  background: #15181c;
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.step {
  position: relative;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 18px;
}

.step-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #ffd01b;
  color: #111;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.step strong {
  font-size: 19px;
  font-weight: 900;
}

.step p {
  margin-top: 6px;
  color: #d0d0d0;
}

/* Specs */

.specs-section {
  background: #fff;
  color: #111;
}

.spec-table {
  margin-top: 18px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.spec-table div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
}

.spec-table div:nth-child(even) {
  background: #f1f1f1;
}

.spec-table div:last-child {
  border-bottom: none;
}

.spec-table span {
  color: #555;
  font-size: 14px;
}

.spec-table strong {
  text-align: right;
  font-size: 14px;
  color: #111;
}

.note {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* Package */

.package-section {
  background: #111316;
}

.package-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.package-list div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 13px 14px;
  font-weight: 800;
}

/* Reviews */

.reviews-section {
  background: #ffc400;
  color: #111;
}

.reviews {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.review-card {
  background: #fff;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.stars {
  color: #ffc400;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-shadow: 0 1px 0 #111;
}

.review-card p {
  color: #333;
  margin-bottom: 10px;
}

.review-card strong {
  color: #111;
}

/* Delivery */

.delivery-section {
  background: #fff;
  color: #111;
}

.delivery-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.delivery-grid div {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #e2e2e2;
}

.delivery-grid strong {
  font-size: 18px;
  font-weight: 900;
}

.delivery-grid p {
  margin-top: 6px;
  color: #444;
}

/* Order */

.order-section {
  background:
    radial-gradient(circle at top, rgba(255, 208, 27, 0.28), transparent 38%),
    #101113;
}

.order-card {
  background: #ffffff;
  color: #111;
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.order-card h2 {
  margin-top: 12px;
}

.order-card p {
  color: #333;
  text-align: center;
}

.order-badge {
  background: #e30000;
  color: #fff;
  font-weight: 900;
  text-align: center;
  border-radius: 999px;
  padding: 10px 12px;
}

.order-product {
  margin-top: 16px;
  background: #f3f3f3;
  border-radius: 22px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.order-product img {
  width: 42%;
  border-radius: 16px;
  object-fit: cover;
}

.order-product small {
  display: block;
  margin-top: 4px;
  font-weight: 800;
  color: #111;
}

.order-form {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.order-form input {
  width: 100%;
  height: 56px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 16px;
  outline: none;
}

.order-form input:focus {
  border-color: #ffc400;
  box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.18);
}

.order-form .main-btn {
  margin-top: 4px;
}

.form-note {
  margin-top: 12px;
  text-align: center;
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

/* Desktop safety */

@media (min-width: 481px) {
  body {
    background: #060607;
  }

  .page {
    box-shadow: 0 0 60px rgba(0,0,0,0.45);
  }
}

/* footer */
.site-footer{background:#111;color:#f5f5f5;padding:28px 16px;margin-top:32px;font-size:14px;line-height:1.55}
.site-footer__inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.site-footer__brand{font-weight:700;font-size:16px;color:#ffd54a}
.site-footer__contacts div{margin:2px 0}
.site-footer__legal{display:flex;flex-wrap:wrap;gap:14px;margin-top:4px}
.site-footer__legal a{color:#bcd0ff;text-decoration:none}
.site-footer__legal a:hover{text-decoration:underline}
.site-footer__copy{opacity:.65;font-size:12px;margin-top:6px}
