:root {
  --bg: #f4f4f4;
  --white: #ffffff;
  --text: #0a0a0a;
  --muted: #656565;
  --line: #e6e6e6;
  --red: #ff2b1f;
  --red-soft: #ff8e8e;
  --green: #2ecc5a;
  --green-dark: #23b24c;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  --radius: 22px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

.center-block {
  text-align: center;
}

.narrow {
  max-width: 820px;
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.brand-word {
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  color: var(--red);
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.menu a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-whats {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(46, 204, 90, 0.18);
}

.btn-whats:hover {
  background: var(--green-dark);
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(255, 43, 31, 0.16);
}

.btn-outline {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.btn-outline:hover {
  background: rgba(255, 43, 31, 0.05);
}

.btn.small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
  border-radius: 10px;
}

.btn.full {
  width: 100%;
}

.hero {
  background: #f7f7f7;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 560px) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
  padding: 56px 0 24px;
  min-height: 720px;
}

.hero-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
}

.hero-image-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 0;
  overflow: visible;
}

.hero-image-wrap picture,
.hero-image-wrap img {
  display: block;
  width: 100%;
}

.hero-image {
  width: min(100%, 560px);
  max-width: 560px;
  max-height: 660px;
  object-fit: contain;
  object-position: top center;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.12));
}

.hero-content {
  align-self: start;
  padding-top: 2px;
}

.hero-content h1 {

  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.hero-content h1 span {
  color: var(--red-soft);
}

.hero-proof-line {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
}

.hero-description {
  margin-top: 18px;
  max-width: 760px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.hero-quote-box {
  margin-top: 28px;
  max-width: 640px;
  padding: 10px 0 0 20px;
  border-left: 4px solid var(--text);
}

.hero-quote-box > p {
  font-size: 18px;
  color: #222;
  font-style: italic;
}

.hero-rating-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.avatars {
  display: flex;
  align-items: center;
}

.avatars span {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #242424, #777);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  border: 3px solid #fff;
}

.avatars span:first-child {
  margin-left: 0;
}

.rating-copy {
  display: grid;
  gap: 4px;
}

.stars {
  color: #f3b11a;
  letter-spacing: 0.18em;
  font-size: 18px;
}

.rating-copy small {
  color: #666;
  font-size: 13px;
}

.review-copy {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  color: #202020;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.metrics-section,
.why-section,
.trusted-section,
.resources-section,
.plans-section,
.faq-section {
  padding: 78px 0;
}

.metrics-section,
.trusted-section,
.faq-section {
  background: var(--white);
}

.why-section,
.resources-section {
  background: #f7f7f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metrics-section h2,
.section-title h2,
.plans-copy h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.metrics-section p,
.section-title p,
.plans-copy p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

.video-card {
  margin: 34px auto 0;
  width: min(500px, 100%);
}

.video-screen {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  background:
    linear-gradient(rgba(245, 247, 251, 0.2), rgba(245, 247, 251, 0.1)),
    linear-gradient(135deg, #d7e0ea, #f1f4f8 55%, #d6dce3);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.75) 12%, transparent 36%),
              radial-gradient(circle at 72% 45%, rgba(255,255,255,0.9), transparent 20%),
              linear-gradient(180deg, transparent 65%, rgba(0,0,0,0.16));
}

.video-screen::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 10%;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.video-overlay {
  position: absolute;
  inset: auto 0 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.play-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 43, 31, 0.94);
}

.video-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

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

.reasons-grid,
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.resources-grid {
  grid-template-columns: repeat(4, 1fr);
}

.reason-card,
.testimonial-card,
.resource-card,
.plans-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.reason-card {
  padding: 28px;
  text-align: center;
}

.reason-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 32px;
  background: #ffe7e5;
}

.reason-icon.soft {
  background: #f6f2ff;
}

.reason-icon.dark {
  background: #eff3f7;
}

.reason-card h3,
.testimonial-card h3,
.resource-card h3,
.plans-box h3 {
  font-size: 22px;
  line-height: 1.15;
}

.reason-card p,
.testimonial-card p,
.resource-card p,
.plans-box p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.reason-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--red);
  font-weight: 800;
  font-size: 13px;
}

.testimonial-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.testimonial-card {
  padding: 18px;
}

.testimonial-photo {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  border-radius: 16px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #ff3529, #c41515);
}

.testimonial-photo.alt {
  background: linear-gradient(135deg, #ffd2cc, #ff5b4f);
}

.testimonial-photo.alt2 {
  background: linear-gradient(135deg, #0f0f0f, #505050);
}

.testimonial-photo.alt3 {
  background: linear-gradient(135deg, #ffe38d, #ff8b1f);
}

.resource-card {
  background: var(--red);
  color: var(--white);
  padding: 20px;
  min-height: 320px;
}

.resource-card p {
  color: rgba(255, 255, 255, 0.9);
}

.resource-top {
  margin-bottom: 20px;
}

.resource-device {
  width: 100%;
  height: 72px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1d1d1d, #8f8f8f);
}

.resource-device.yellow {
  background: linear-gradient(135deg, #181818, #f5b400);
}

.resource-device.dark {
  background: linear-gradient(135deg, #050505, #5c5c5c);
}

.resource-device.green {
  background: linear-gradient(135deg, #0f0f0f, #2ecc5a);
}

.plans-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.section-label,
.price-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 43, 31, 0.08);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.plans-list {
  margin-top: 18px;
  list-style: none;
  display: grid;
  gap: 12px;
}

.plans-list li {
  position: relative;
  padding-left: 26px;
  color: #2d2d2d;
}

.plans-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.plans-box {
  padding: 30px;
}

.plan-actions {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 22px 24px;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: var(--red);
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.26s ease;
}

.faq-answer p {
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: 15px;
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.footer {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-wrap {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-brand {
  margin-bottom: 10px;
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 8px;
  justify-items: end;
}


@media (max-width: 1120px) {
  .menu {
    display: none;
  }

  .hero-grid,
  .plans-wrap {
    grid-template-columns: 1fr;
  }

  .testimonial-strip,
  .resources-grid,
  .reasons-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid {
    gap: 26px;
    padding: 42px 0 22px;
    min-height: auto;
  }

  .hero-media {
    order: 1;
    padding-top: 0;
  }

  .hero-image {
    width: min(100%, 680px);
    max-width: 680px;
    max-height: none;
  }

  .hero-content {
    order: 2;
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .nav {
    min-height: 78px;
  }

  .brand-word {
    font-size: 20px;
  }

  .btn-whats {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 0 18px;
  }

  .hero-content h1 {
    font-size: clamp(42px, 12vw, 62px);
    line-height: 0.94;
    letter-spacing: -0.06em;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-quote-box > p {
    font-size: 15px;
  }

  .hero-actions,
  .video-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .video-actions .btn {
    width: 100%;
  }

  .reasons-grid,
  .testimonial-strip,
  .resources-grid {
    grid-template-columns: 1fr;
  }

  .metrics-section,
  .why-section,
  .trusted-section,
  .resources-section,
  .plans-section,
  .faq-section {
    padding: 56px 0;
  }

  .faq-question {
    font-size: 17px;
    padding-right: 54px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-items: start;
  }
}

.btn-whats {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(46, 204, 90, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.btn-whats .whatsapp-icon {
  transform: translateY(1px);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
  box-shadow: 0 16px 30px rgba(46, 204, 90, 0.28);
  line-height: 0;
}

.floating-icon {
  width: 30px;
  height: 30px;
  display: block;
  transform: translate(0, 0);
}

.btn-whats {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(46, 204, 90, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.whatsapp-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-icon {
  display: block;
  flex-shrink: 0;
}

.whatsapp-icon-solid {
  width: 34px;
  height: 34px;
  color: #ffffff;
}