
:root {
  --bg-main: #041b10;
  --bg-card: #072816;
  --bg-card-soft: #0b3320;
  --accent-yellow: #ffcf4a;
  --accent-yellow-soft: #ffde7a;
  --accent-green: #19c978;
  --accent-green-soft: #34e39a;
  --text-main: #f4f7f5;
  --text-soft: #ccd8d0;
  --text-muted: #9ba9a0;
  --border-gold: #f2c15b;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.6);
  --radius-lg: 22px;
  --radius-pill: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #0b3b23, #020a06 55%);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
}

.hero {
  padding: 32px 16px 24px;
  background: radial-gradient(circle at top, #115c33, #020a06 55%);
  position: sticky;
  top: 0;
  z-index: 10;
}

.hero-inner {
  max-width: 960px;
  margin: 0 auto;
}

.logo-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.logo-icon {
  font-size: 24px;
}

.logo-text {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 18px;
}

.hero h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.hero-sub {
  margin: 0 0 20px;
  color: var(--text-soft);
  font-size: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
  white-space: nowrap;
}

.btn-hero {
  background: linear-gradient(135deg, var(--accent-yellow), var(--accent-yellow-soft));
  color: #3b2a03;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  font-size: 15px;
}

.btn-hero:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.hero-badge {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-muted);
}

.section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 16px;
}

.section-title {
  font-size: 22px;
  margin: 0 0 8px;
}

.section-sub {
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 15px;
}

.video-section .video-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-soft);
}

.video-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

@media (max-width: 640px) {
  .video-frame iframe {
    height: 280px;
  }
}

.benefits {
  background: radial-gradient(circle at top, #0d3b24, #020a06 60%);
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: var(--accent-yellow-soft);
  margin: 0 0 10px;
}

.proof {
  background: radial-gradient(circle at top, #072916, #020806 60%);
}

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

.proof-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 14px 14px 16px;
  border: 1px solid rgba(242, 193, 91, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.proof-image {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 10px;
}

.proof-image img {
  display: block;
  width: 100%;
  height: auto;
}

.proof-card h3 {
  font-size: 15px;
  margin: 0 0 6px;
  color: var(--accent-yellow-soft);
}

.proof-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-soft);
}

.trust {
  background: radial-gradient(circle at top, #062115, #010806 60%);
}

.trust-grid {
  display: grid;
  gap: 14px;
}

.trust-card {
  background: var(--bg-card-soft);
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  border: 1px solid rgba(242, 193, 91, 0.22);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.trust-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.trust-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-soft);
}

.pricing {
  background: radial-gradient(circle at top, #0b3a23, #010704 65%);
}

.pix-box {
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 207, 74, 0.12), rgba(25, 201, 120, 0.08));
  border: 1px solid rgba(242, 193, 91, 0.6);
  font-size: 14px;
  color: var(--text-soft);
}

.pricing-grid {
  display: grid;
  gap: 18px;
}

.pricing-card {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(242, 193, 91, 0.28);
  box-shadow: var(--shadow-soft);
}

.pricing-card-featured {
  position: relative;
  border-width: 2px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.75);
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tag-outline {
  border: 1px solid rgba(242, 193, 91, 0.7);
  color: var(--accent-yellow-soft);
  background: rgba(7, 40, 22, 0.7);
}

.tag-filled {
  background: linear-gradient(135deg, var(--accent-yellow), var(--accent-yellow-soft));
  color: #3b2a03;
}

.pricing-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.pricing-desc {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--text-soft);
}

.price-main {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
  color: var(--accent-yellow-soft);
}

.price-sub {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--text-muted);
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--text-soft);
}

.pricing-list li {
  margin-bottom: 6px;
}

.btn-green {
  background: linear-gradient(135deg, var(--accent-green), var(--accent-green-soft));
  color: #022716;
}

.btn-yellow {
  background: #000;
  color: #ffe274;
  border: 1px solid rgba(255, 231, 150, 0.7);
}

.btn-green:hover,
.btn-yellow:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.faq {
  background: radial-gradient(circle at top, #041d11, #000000 65%);
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  border: 1px solid rgba(242, 193, 91, 0.22);
}

.faq-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.faq-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-soft);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: #020805;
}

.footer-inner {
  text-align: center;
  padding-bottom: 32px;
}

.footer-brand {
  font-weight: 600;
  margin-bottom: 6px;
}

.footer p {
  margin: 2px 0;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-small {
  margin-top: 4px;
  font-size: 11px;
}

@media (min-width: 720px) {
  .hero h1 {
    font-size: 32px;
  }

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

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

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

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