﻿:root {
  --bg-main: #01050f;
  --bg-alt: #060d1d;
  --accent-cyan: #22d3ee;
  --accent-blue: #3b82f6;
  --text-main: #f8fafc;
  --text-soft: #cbd5e1;
  --glass-bg: rgba(255, 255, 255, 0.04);
  --glass-border: 1px solid rgba(255, 255, 255, 0.08);
  --glass-shadow: 0 20px 35px rgba(3, 7, 18, 0.45);
  --gradient-main: linear-gradient(120deg, #22d3ee 0%, #3b82f6 100%);
  --gradient-soft: radial-gradient(circle at 10% 20%, rgba(34, 211, 238, 0.14), transparent 45%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.14), transparent 50%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-main);
  background: var(--bg-main);
  line-height: 1.5;
  overflow-x: hidden;
}

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

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

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

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

.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 1100;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(59, 130, 246, 0.2));
  border-bottom: var(--glass-border);
  padding: 0.38rem 1rem;
  animation: pulseBar 1.8s infinite;
}

@keyframes pulseBar {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

.site-header {
  position: sticky;
  top: 28px;
  z-index: 1000;
  background: rgba(3, 7, 18, 0.75);
  backdrop-filter: blur(14px);
  border-bottom: var(--glass-border);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.logo img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.main-nav a {
  color: var(--text-soft);
  font-weight: 500;
  transition: color 0.25s ease;
}

.main-nav a:hover {
  color: var(--accent-cyan);
}

.offer-timer p {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bfdbfe;
  margin-bottom: 0.35rem;
  text-align: center;
}

.timer-boxes {
  display: flex;
  gap: 0.4rem;
}

.offer-timer {
  margin-left: auto;
}

.timer-segment {
  min-width: 56px;
  border-radius: 10px;
  background: linear-gradient(145deg, #2563eb, #1d4ed8);
  border: 1px solid rgba(191, 219, 254, 0.72);
  text-align: center;
  padding: 0.42rem 0.4rem;
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.35);
}

.timer-segment span {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #eff6ff;
}

.timer-segment small {
  color: #dbeafe;
  font-size: 0.68rem;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--glass-bg);
  border: var(--glass-border);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-main);
}

.hero {
  padding: 7.55rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-soft);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.14);
  border: 1px solid rgba(34, 211, 238, 0.35);
  color: #9ff5ff;
  padding: 0.52rem 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero h1 {
  margin-top: 1.25rem;
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 1.1;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero p {
  margin-top: 1.15rem;
  color: var(--text-soft);
  font-size: 1.04rem;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hero-title-sub {
  color: #93c5fd;
}

.hero-highlight {
  color: #93c5fd;
  font-weight: 700;
}

.hero-emphasis {
  color: #93c5fd;
  font-weight: 700;
}

.hero-note {
  margin-top: 0.68rem;
  font-size: 1rem;
  color: #93c5fd;
  font-weight: 600;
}

.cta-btn {
  margin-top: 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1.5rem;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--gradient-main);
  color: #001623;
  box-shadow: 0 12px 28px rgba(34, 211, 238, 0.3);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  animation: ctaBlinkJump 1.55s ease-in-out infinite, pulseGlowBlue 2.2s ease-in-out infinite;
}

.cta-btn:hover {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 32px rgba(59, 130, 246, 0.34);
}

.cta-arrow {
  display: inline-block;
  animation: swingArrow 1s ease-in-out infinite alternate;
}

@keyframes swingArrow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(7px);
  }
}

@keyframes pulseGlowBlue {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(34, 211, 238, 0.3);
  }
  50% {
    box-shadow: 0 18px 38px rgba(59, 130, 246, 0.52);
  }
}

@keyframes ctaBlinkJump {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  24% {
    transform: translateY(-5px) scale(1.02);
  }
  44% {
    opacity: 0.86;
  }
  65% {
    transform: translateY(-2px) scale(1.01);
    opacity: 1;
  }
}

@keyframes pulseGlowGreen {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.38);
  }
  50% {
    box-shadow: 0 18px 34px rgba(34, 197, 94, 0.56);
  }
}

section {
  padding: 5rem 0;
}

.section-title {
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  margin-bottom: 2rem;
}

.section-subtitle {
  margin: -1.25rem auto 1.6rem;
  text-align: center;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.glass-card {
  background: var(--glass-bg);
  border: var(--glass-border);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: var(--glass-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 24px 42px rgba(34, 211, 238, 0.16);
  border-color: rgba(34, 211, 238, 0.28);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.product-card {
  padding: 1.2rem;
  position: relative;
}

.product-logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(34, 211, 238, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.4rem;
  object-fit: contain;
}

.product-card h3 {
  margin-top: 0.9rem;
  font-size: 1.02rem;
}

.product-subtitle {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  color: var(--text-soft);
  min-height: 2.6em;
}

.price {
  margin-top: 0.45rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #e5fdff;
}

.price span {
  font-size: 0.9rem;
  color: var(--text-soft);
  font-weight: 500;
  margin-left: 0.28rem;
}

.product-card ul {
  list-style: none;
  margin-top: 0.95rem;
  display: grid;
  gap: 0.42rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.buy-btn {
  display: block;
  margin-top: 1.1rem;
  width: 100%;
  border-radius: 11px;
  padding: 0.75rem;
  background: var(--gradient-main);
  color: #03141f;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 12px 24px rgba(34, 211, 238, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: pulseGlowBlue 2.3s ease-in-out infinite;
}

.buy-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 18px 34px rgba(59, 130, 246, 0.48);
}

.monthly {
  position: relative;
}

.monthly::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 25%, rgba(34, 211, 238, 0.12), transparent 42%),
    radial-gradient(circle at 84% 35%, rgba(59, 130, 246, 0.1), transparent 44%);
  pointer-events: none;
}

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

.monthly .section-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.monthly-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.monthly-card {
  padding: 1.15rem;
}

.monthly-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.monthly-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(34, 211, 238, 0.35);
  flex-shrink: 0;
}

.monthly-head h3 {
  font-size: 1.05rem;
  margin-bottom: 0.14rem;
}

.monthly-head p {
  font-size: 0.94rem;
  color: var(--text-soft);
}

.monthly-price-pill {
  margin-top: 1rem;
  border-radius: 999px;
  border: 2px solid rgba(34, 211, 238, 0.68);
  background: linear-gradient(90deg, rgba(18, 31, 55, 0.88), rgba(25, 47, 88, 0.88));
  min-height: 52px;
  padding: 0.42rem 0.72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.monthly-price-pill strong {
  font-size: clamp(1.7rem, 4vw, 2.1rem);
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(120deg, #22d3ee 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.monthly-price-pill span {
  border-radius: 999px;
  background: linear-gradient(120deg, #2563eb, #3b82f6);
  color: #f8fafc;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.8rem;
}

.monthly-info {
  list-style: none;
  margin-top: 0.85rem;
  color: var(--text-soft);
  display: grid;
  gap: 0.2rem;
}

.monthly-info li {
  position: relative;
  padding-left: 1.15rem;
}

.monthly-info li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-cyan);
}

.monthly-buy {
  margin-top: 1rem;
  font-size: 1.12rem;
  letter-spacing: 0.03em;
}

.featured {
  border-color: rgba(34, 211, 238, 0.45);
}

.badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00131f;
  background: var(--gradient-main);
}

.benefits {
  position: relative;
}

.benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(27, 99, 190, 0.12), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(18, 120, 201, 0.1), transparent 48%);
  pointer-events: none;
}

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

.benefits-heading {
  text-align: center;
  font-size: clamp(2rem, 4.3vw, 3.18rem);
  line-height: 1.15;
  font-weight: 800;
  color: #eef7ff;
  letter-spacing: 0.01em;
}

.benefits-subheading {
  margin-top: 0.82rem;
  text-align: center;
  color: #9eabc2;
  font-size: clamp(0.98rem, 1.85vw, 1.8rem);
}

.benefits-subheading strong {
  color: #cfdcf0;
}

.benefits-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.3rem, 2.8vw, 3.3rem);
  align-items: start;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem 0.35rem 0;
  height: 100%;
}

.benefit-icon-box {
  width: clamp(66px, 6.3vw, 80px);
  height: clamp(66px, 6.3vw, 80px);
  margin: 0 auto 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(122, 164, 216, 0.18);
  background: linear-gradient(145deg, rgba(28, 46, 77, 0.72), rgba(18, 34, 61, 0.66));
  box-shadow: inset 0 1px 0 rgba(196, 224, 255, 0.1), 0 12px 28px rgba(2, 9, 21, 0.6);
  display: grid;
  place-items: center;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
}

.benefit-icon-money {
  color: #57ebf4;
}

.benefit-icon-lightning {
  color: #8fc9ff;
}

.benefit-icon-shield {
  color: #66def7;
}

.benefit-title {
  width: 100%;
  min-height: 2.55em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-weight: 800;
  margin-bottom: 0.8rem;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #8de9ff 0%, #8bbcff 55%, #9af1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.benefit-emoji {
  font-size: 1rem;
  margin-right: 0.35rem;
  display: inline-block;
  transform: translateY(-1px);
}

.benefit-description {
  color: #d6deed;
  font-size: clamp(1.14rem, 1.3vw, 1.42rem);
  line-height: 1.45;
  max-width: 32ch;
  margin: 0 auto;
}

.benefit-description strong {
  color: #ebf6ff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  padding: 1.3rem;
}

.person {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

.person img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(34, 211, 238, 0.4);
}

.person h3 {
  font-size: 1rem;
}

.stars {
  font-size: 0.9rem;
  color: #facc15;
  letter-spacing: 0.08em;
}

.testimonial-card > p {
  color: var(--text-soft);
}

.guarantee-box {
  border-radius: 26px;
  padding: clamp(1.7rem, 4vw, 2.8rem);
  text-align: center;
  background: linear-gradient(120deg, rgba(16, 33, 58, 0.9), rgba(17, 32, 71, 0.92));
  border: 1px solid rgba(34, 211, 238, 0.3);
  backdrop-filter: blur(12px);
}

.shield-badge {
  width: 96px;
  height: 96px;
  margin: 0 auto 1rem;
  border-radius: 20px;
  border: 1px solid rgba(120, 210, 255, 0.26);
  background: rgba(78, 173, 255, 0.12);
  display: grid;
  place-items: center;
  font-size: 2.2rem;
}

.guarantee-box h2 {
  font-size: clamp(1.45rem, 3vw, 3rem);
  margin-bottom: 0.95rem;
  letter-spacing: 0.02em;
  color: #9beefe;
}

.guarantee-text {
  color: #e6edf9;
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.guarantee-features {
  margin-top: 1.55rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guarantee-item {
  padding: 0.65rem 0.4rem;
}

.guarantee-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: rgba(34, 211, 238, 0.14);
  border: 1px solid rgba(34, 211, 238, 0.33);
}

.guarantee-item h3 {
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  margin-bottom: 0.75rem;
}

.guarantee-item p {
  color: var(--text-soft);
  font-size: clamp(0.92rem, 1.7vw, 1rem);
}

.last-chance-panel {
  border-radius: 24px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  background: linear-gradient(125deg, rgba(5, 22, 50, 0.88), rgba(4, 13, 38, 0.92));
  padding: clamp(1.7rem, 4vw, 3.2rem);
  text-align: center;
}

.last-chance h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.04;
}

.last-chance h3 {
  margin-top: 0.15rem;
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  color: #9beefe;
  line-height: 1.05;
}

.last-chance-copy {
  margin-top: 1.2rem;
  color: #dde7f6;
  font-size: clamp(1.06rem, 2.2vw, 1.75rem);
}

.last-chance-copy strong {
  color: #7fd5ff;
}

.last-chance-btn {
  margin: 1.5rem auto 0;
  width: min(640px, 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 1rem 1.5rem;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  font-weight: 800;
  color: #002129;
  background: linear-gradient(120deg, #31d8ec, #23b4ea);
  box-shadow: 0 12px 28px rgba(49, 216, 236, 0.33);
  animation: pulseGlowBlue 2.2s ease-in-out infinite;
}

.last-chance-list {
  margin: 1.2rem auto 0;
  list-style: none;
  color: #b8c7dd;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  display: grid;
  gap: 0.33rem;
}

.whatsapp-btn {
  margin-top: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-width: min(420px, 100%);
  padding: 1rem 1.4rem;
  color: #e6f2ff;
  background: linear-gradient(120deg, #2563eb, #1d4ed8);
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: pulseGlowBlue 2.25s ease-in-out infinite;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.52);
}

.site-footer {
  border-top: var(--glass-border);
  text-align: center;
  padding: 2.2rem 0;
}

.site-footer p {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.floating-social {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  z-index: 1200;
  align-items: flex-end;
}

.floating-action {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f7fff9;
  font-size: 1.38rem;
  box-shadow: 0 14px 30px rgba(3, 7, 18, 0.4);
  animation: floatButton 2s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-action svg {
  width: 30px;
  height: 30px;
}

.floating-action:hover {
  transform: translateY(-4px) scale(1.04);
}

.floating-instagram {
  background: linear-gradient(145deg, #f09433, #e6683c, #dc2743, #bc1888);
}

.floating-whatsapp {
  background: linear-gradient(145deg, #25d366, #1da851);
  animation: pulseGlowGreen 2.3s ease-in-out infinite;
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
}

@keyframes floatButton {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

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

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

  .last-chance-copy br {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 27px;
  }

  .header-inner {
    min-height: 68px;
    padding: 0.52rem 0 0.42rem;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
    position: absolute;
    right: 0;
    top: 0.72rem;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(300px, 96vw);
    background: rgba(17, 24, 39, 0.96);
    border: var(--glass-border);
    border-radius: 14px;
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    backdrop-filter: blur(12px);
  }

  .main-nav a {
    width: 100%;
    padding: 0.58rem 0.7rem;
    border-radius: 8px;
  }

  .main-nav a:hover {
    background: rgba(34, 211, 238, 0.14);
  }

  .main-nav.open {
    display: flex;
  }

  .logo {
    margin: 0 auto;
    order: 1;
  }

  .offer-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    order: 3;
    margin: 0.44rem 0 0;
  }

  .offer-timer p {
    margin-bottom: 0.28rem;
  }

  .timer-boxes {
    justify-content: center;
  }

  .timer-segment {
    min-width: 54px;
    padding: 0.36rem 0.35rem;
  }

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

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

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

  .benefit-card {
    max-width: 560px;
    margin: 0 auto;
  }

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

  .monthly-price-pill strong {
    font-size: 1.85rem;
  }

  .monthly-price-pill span {
    padding: 0.4rem 0.66rem;
    font-size: 0.73rem;
  }

  .guarantee-features {
    grid-template-columns: 1fr;
  }

  .last-chance-panel {
    padding: 1.5rem 1.1rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 5.4rem;
    padding-bottom: 3.9rem;
  }

  .section-title {
    margin-bottom: 1.35rem;
  }

  .section-subtitle {
    margin-top: -0.9rem;
    margin-bottom: 1.2rem;
  }

  .logo {
    max-width: 178px;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .hero-badge {
    font-size: 0.72rem;
    padding: 0.45rem 0.8rem;
  }

  .hero h1 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .hero p {
    font-size: 0.94rem;
  }

  .benefits-heading {
    font-size: clamp(1.72rem, 8vw, 2.24rem);
  }

  .benefits-subheading {
    font-size: 0.96rem;
  }

  .benefit-description {
    font-size: 1.04rem;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1rem;
    font-size: 0.92rem;
  }

  section {
    padding: 3.8rem 0;
  }

  .last-chance-btn {
    width: 100%;
    padding: 0.92rem 1rem;
    font-size: 0.95rem;
  }

  .last-chance-list {
    font-size: 0.95rem;
  }

  .whatsapp-btn {
    min-width: 100%;
    padding: 0.92rem 1rem;
    font-size: 0.92rem;
  }

  .floating-social {
    right: 0.8rem;
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
    gap: 0.55rem;
  }

  .floating-action {
    width: 52px;
    height: 52px;
  }

  .floating-action svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(1120px, 94%);
  }

  .main-nav {
    right: 2%;
  }

  .hero-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .monthly-price-pill strong {
    font-size: 1.62rem;
  }

  .monthly-price-pill span {
    font-size: 0.68rem;
    padding: 0.36rem 0.56rem;
  }

  .last-chance h2 {
    font-size: 1.9rem;
  }

  .last-chance h3 {
    font-size: 1.7rem;
  }

  .floating-action {
    width: 48px;
    height: 48px;
  }

  .floating-action svg {
    width: 24px;
    height: 24px;
  }
}

