:root {
  --bg: #07111f;
  --text: #f8fbff;
  --muted: #b8c5df;
  --line: rgba(255, 255, 255, 0.11);
  --accent: #5eead4;
  --accent-2: #5fa8ff;
  --green: #25d366;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(62, 133, 255, 0.32), transparent 30%),
    radial-gradient(circle at top right, rgba(94, 234, 212, 0.18), transparent 28%),
    linear-gradient(135deg, #020814 0%, #081120 55%, #0c1a31 100%);
}

.page-shell {
  width: min(980px, calc(100% - 24px));
  margin: 0 auto;
  padding: 16px 0 36px;
}

.topbar {
  padding: 8px 0 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #04111d;
  font-size: 1.1rem;
}

.hero {
  padding: 10px 0 18px;
}

.hero-copy {
  max-width: 920px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(94, 234, 212, 0.12);
  color: #bffff4;
  border: 1px solid rgba(94, 234, 212, 0.4);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

h1 {
  margin: 16px 0 12px;
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.subhead {
  margin: 0;
  max-width: 720px;
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--muted);
}

.cta-stack {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  max-width: 640px;
}

.urgency-box {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: fit-content;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 250px;
  padding: 15px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.primary-btn {
  background: linear-gradient(135deg, var(--accent), #00db04);
  color: #04111d;
  box-shadow: 0 12px 28px rgba(90, 163, 255, 0.34);
}

.secondary-btn {
  background: rgba(5, 197, 101, 0.989);
  color: var(--white);
  border: 1px solid var(--line);
  gap: 8px;
}

.btn-icon {
  font-size: 1rem;
  color:#06fa4b
}

.urgency-box strong {
  font-size: 1rem;
}

.urgency-box span {
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-image-wrap {
  margin-top: 18px;
}

.hero-image-link {
  display: block;
}

.hero-image {
  width: 100%;
  display: block;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.offer-strip {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(40, 248, 8, 0.09);
}

.offer-strip span {
  font-weight: 900;
  text-transform: uppercase;
  color: #03af7e;
}

.offer-strip strong {
  font-size: 1rem;
}

.fashion-block {
  margin-top: 18px;
  max-width: 720px;
}

.fashion-title {
  margin-bottom: 8px;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bffff4;
}

.fashion-note {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.fashion-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.fashion-points span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: var(--text);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.product-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.product-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
}

.product-label {
  padding: 12px 14px;
  font-weight: 800;
  color: var(--text);
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #06fa4b;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(9, 246, 84, 0.958);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  display: block;
}

.primary-btn:hover,
.secondary-btn:hover,
.whatsapp-float:hover {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 18px, 980px);
  }

  h1 {
    font-size: 2.55rem;
  }

  .subhead {
    font-size: 1rem;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .whatsapp-float {
    width: 60px;
    height: 60px;
    right: 14px;
    bottom: 14px;
  }
}
