* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #101010;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #101010;
  color: #071832;
}

.app {
  width: 100%;
  max-width: 490px;
  min-height: 100vh;
  margin: 0 auto;
  background: #f4f5f0;
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 18px 16px 30px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.9), transparent 30%),
    linear-gradient(135deg, #002b67 0%, #006b3f 55%, #f2cb05 130%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.12) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,.12) 25%, transparent 25%);
  background-size: 34px 34px;
  opacity: .35;
}

.timer-box {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.hero-card {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  border-radius: 30px;
  padding: 26px 18px 22px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.90), rgba(255,255,255,.94)),
    url("../img/a0cc5ff121864eed4823a5178712d34b.jpg");
  background-size: 170%;
  background-position: center;
  box-shadow:
    0 18px 40px rgba(0,0,0,.28),
    inset 0 0 0 1px rgba(255,255,255,.35);
}

.mini-label {
  display: inline-block;
  background: #00a84f;
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.headline{
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 300px;
}

.text-foreground{
  font-weight: bolde;
}
.text-primary {
    color: #009b3a
}

.hero-card h1 {
  margin-top: 18px;
  font-size: 33px;
  line-height: .98;
  font-weight: 1000;
  color: #001f54;
  letter-spacing: -1.2px;
}

.hero-card p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #536078;
  font-weight: 700;
}

.hero-btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  background: #009b3a;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: .7px;
  padding: 18px 14px;
  border-radius: 18px;
  box-shadow: 0 7px 0 #006b28;
}

.trust-row {
  margin-top: 18px;
  display: grid;
  gap: 8px;
  font-size: 12px;
  color: #001f54;
  font-weight: 900;
  justify-content: center;
}

.trust-row span {
  background: #f3f8ff;
  border: 1px solid #dce8f8;
  border-radius: 999px;
  padding: 10px 12px;
  text-align: center;
}

.product-area {
  position: relative;
  margin-top: 26px;
  padding: 20px 8px 10px;
}



.product-area img {
  width: 82%;
  display: block;
  margin: 0 auto;
  border-radius: 22px;
  transform: rotate(-2deg);
  box-shadow: 0 16px 30px rgba(0,0,0,.25);
  border: 4px solid white;
}

.floating-sticker {
  position: absolute;
  width: 58px;
  height: 78px;
  border-radius: 14px;
  background: #fff;
  border: 3px solid #00a84f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  color: #001f54;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
  z-index: 3;
}

.sticker-one {
  left: 0;
  top: 10px;
  transform: rotate(-15deg);
}

.sticker-two {
  right: 2px;
  top: 40px;
  transform: rotate(14deg);
}

.sticker-three {
  left: 24px;
  bottom: 10px;
  transform: rotate(9deg);
}

.price-seal {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #f2cb05;
  border: 5px solid #001f54;
  color: #001f54;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(8deg);
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}

.price-seal small {
  font-size: 11px;
  font-weight: 900;
}

.price-seal strong {
  font-size: 22px;
  font-weight: 1000;
}

.content {
  padding: 24px 16px 42px;
}

.how,
.comparison,
.price-card,
.faq {
  margin-top: 28px;
}

.how h2,
.comparison h2,
.faq h2 {
  font-size: 24px;
  color: #001f54;
  margin-bottom: 16px;
  letter-spacing: -.5px;
}

.steps {
  display: grid;
  gap: 12px;
}

.steps div {
  background: white;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.steps strong {
  width: 34px;
  height: 34px;
  background: #009b3a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
}

.steps h3 {
  margin-top: 12px;
  color: #001f54;
  font-size: 18px;
}

.steps p {
  margin-top: 6px;
  color: #5a6476;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.photo-slider {
  position: relative;
  margin-top: 28px;
  border-radius: 32px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}

.slider-track {
  display: flex;
  transition: transform .35s ease;
}

.slider-track img {
  min-width: 100%;
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1.22;
  object-fit: cover;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: white;
  color: #001f54;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  cursor: pointer;
}

.slider-btn.prev {
  left: 14px;
}

.slider-btn.next {
  right: 14px;
}

.slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 7px;
  z-index: 6;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,.55);
  border-radius: 50%;
}

.slider-dots span.active {
  width: 22px;
  border-radius: 999px;
  background: #00a84f;
}

.compare-grid {
  display: grid;
  gap: 14px;
}

.compare-grid div {
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 7px 18px rgba(0,0,0,.08);
}

.compare-grid h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.compare-grid p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  margin: 8px 0;
}

.bad {
  background: #fff4f4;
  border: 1px solid #ffd0d0;
  color: #7a1d1d;
}

.good {
  background: #ecfff3;
  border: 2px solid #009b3a;
  color: #005d2a;
}

.benefits {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.benefits div {
  background: white;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.benefits span {
  font-size: 28px;
}

.benefits h3 {
  margin-top: 10px;
  font-size: 18px;
  color: #001f54;
}

.benefits p {
  margin-top: 5px;
  font-size: 13px;
  color: #5a6476;
  line-height: 1.4;
  font-weight: 700;
}

.price-card {
  position: relative;
  background: #fff;
  border: 3px solid #009b3a;
  border-radius: 28px;
  padding: 36px 26px 28px;
  text-align: left;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.offer-badge {
  position: absolute;
  right: -2px;
  top: -2px;
  background: #009b3a;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 13px 18px;
  border-radius: 0 24px 0 22px;
}

.price-card h2 {
  margin-top: 4px;
  color: #001f54;
  font-size: 25px;
  font-weight: 1000;
}

.price-row {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lot-badge,
.off-badge {
  background: #ecfff3;
  color: #009b3a;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 14px;
  border-radius: 12px;
}

.old-price {
  margin-top: 20px;
  color: #9aa1ad;
  font-size: 16px;
  font-weight: 800;
  text-decoration: line-through;
}

.price {
  margin-top: 2px;
  color: #009b3a;
  font-size: 54px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -3px;
}

.price span {
  font-size: 24px;
  letter-spacing: 0;
  margin-right: 4px;
}

.safe-note {
  margin-top: 14px;
  color: #657084;
  font-size: 12px;
  font-weight: 900;
}

.included-box {
  margin-top: 28px;
  background: #fafbfc;
  border: 1px solid #e8ebef;
  border-radius: 22px;
  padding: 22px;
}

.included-box p {
  color: #9aa1ad;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.included-box ul {
  list-style: none;
}

.included-box li {
  position: relative;
  padding-left: 34px;
  margin: 17px 0;
  color: #001f54;
  font-size: 16px;
  font-weight: 800;
}

.included-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 2px solid #00c853;
  color: #00c853;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vip-btn {
  margin-top: 30px;
  display: block;
  width: 100%;
  background: #009b3a;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: .7px;
  padding: 22px 14px;
  border-radius: 20px;
  box-shadow: 0 7px 0 #006b28;
}

.vip-btn:active,
.hero-btn:active {
  transform: translateY(5px);
  box-shadow: 0 2px 0 #006b28;
}

.under-btn {
  margin-top: 12px;
  text-align: center;
  color: #657084;
  font-size: 12px;
  font-weight: 800;
}

details {
  background: white;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.07);
}

summary {
  cursor: pointer;
  font-weight: 900;
  color: #001f54;
}

details p {
  margin-top: 10px;
  font-size: 13px;
  color: #536078;
  line-height: 1.4;
  font-weight: 700;
}

.footer {
  margin-top: 34px;
  padding: 40px 22px 34px;
  background: linear-gradient(180deg, #001f54 0%, #00163b 100%);
  color: white;
  text-align: center;
  border-radius: 34px 34px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: 1px;
}

.footer-text {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.6;
  color: #d4def0;
  font-weight: 700;
}

.footer-payments {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-payments span {
  background: rgba(166, 255, 0, 0.08);
  border: 1px solid rgba(255,255,255,.1);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.footer-copy {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font-size: 11px;
  color: #9fb1cf;
  font-weight: 700;
}

.live-viewers {
  position: fixed;
  right: 12px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #277a00;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
  border: 2px solid rgba(255,255,255,.9);
}

.live-viewers strong {
  font-size: 13px;
  font-weight: 1000;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: #00d45a;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(0,212,90,.18);
  animation: pulseLive 1.4s infinite;
}

.live-eye {
  font-size: 13px;
  color: #f2cb05;
}

@keyframes pulseLive {
  0% { transform: scale(1); opacity: 1; }
  70% { transform: scale(1.25); opacity: .65; }
  100% { transform: scale(1); opacity: 1; }
}

.purchase-toast {
  position: fixed;
  top: 18px;
  right: 12px;
  z-index: 10000;

  width: calc(100% - 24px);
  max-width: 320px;

  display: flex;
  align-items: center;
  gap: 14px;

  background: #102341;
  color: #fff;

  padding: 16px;
  border-radius: 12px;

  border: 1px solid rgba(120, 170, 255, .25);
  box-shadow: 0 12px 30px rgba(0,0,0,.32);

  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;

  transition: transform .45s ease, opacity .45s ease;
}

.purchase-toast.show {
  transform: translateX(0);
  opacity: 1;
}

.purchase-icon {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 212, 90, .12);
  color: #00d45a;

  font-size: 20px;
  font-weight: 900;
}

.purchase-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.purchase-text strong {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.purchase-text span {
  font-size: 12px;
  color: #b8c2d8;
  font-weight: 500;
}

.print-section {
  margin-top: 10px;
  margin-bottom: 34px;

  display: grid;
  gap: 18px;
}

.print-image img {
  width: 100%;
  display: block;

  border-radius: 28px;

  object-fit: cover;

  box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.print-content {
  text-align: center;
  padding: 0 6px;
}

.print-content h2 {
  font-size: 34px;
  line-height: 1;

  font-weight: 1000;

  text-transform: uppercase;

  color: #001f54;

  letter-spacing: -1px;
}

.print-content h2 span {
  color: #009b3a;
}

.print-content p {
  margin-top: 16px;

  font-size: 16px;
  line-height: 1.5;

  color: #5a6476;

  font-weight: 700;
}

/* desktop */
@media (min-width: 768px) {

  .print-section {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 28px;
  }

  .print-content {
    text-align: left;
    padding: 0;
  }

  .print-content h2 {
    font-size: 46px;
  }
} 