/* rgsv.online-inspired: dark LP, green CTA, Poppins + Open Sans */

:root {
  --bg-deep: #000000;
  --bg-main: #0a0a0a;
  --bg-panel: #111111;
  --bg-card: rgba(255, 255, 255, 0.04);
  --border: rgba(255, 255, 255, 0.12);
  --border-input: rgba(255, 255, 255, 0.35);
  --text: #ffffff;
  --text-muted: #b0b8c4;
  --text-dim: #6b7280;
  --lime: #d4ff00;
  --green: #0edc03;
  --green-dark: #0ea806;
  --green-box: #0a7a02;
  --green-box-top: #11a300;
  --red: #e60000;
  --red-hover: #ff1a1a;
  --star: #fbbf24;
  --promo-red: #e60000;
  --font-head: "Poppins", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-body: "Open Sans", "Hiragino Sans", "Yu Gothic", sans-serif;
  --wrap: 1040px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #4ade80; }
a:hover { color: #86efac; }
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 20px;
}
.narrow { max-width: 720px; }
.center { text-align: center; }

/* ===== Promo bar ===== */
.promo-bar {
  background: #ffffff;
  color: #1a1a1a;
  text-align: center;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e5e5;
}
.promo-bar p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.promo-num {
  color: var(--promo-red);
  font-weight: 800;
  font-size: 0.95em;
}
.promo-bar strong {
  font-weight: 800;
}

/* ===== Claim CTA (WhatsApp flow) ===== */
.claim-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.claim-wa {
  margin: 0 0 4px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.claim-wa .fa-line {
  color: #06c755;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.claim-wa strong {
  color: #fff;
}
.claim-wa-sm {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.claim-wa-sm .fa-line {
  color: #06c755;
}
.center-wa {
  justify-content: center;
  text-align: center;
}
.final-wrap .claim-wa {
  color: var(--text-muted);
}
.final-wrap .claim-wa strong {
  color: var(--lime);
}
.btn-submit {
  width: 100%;
  padding: 14px 16px 10px;
  font-family: var(--font-head);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: background 0.2s;
}
.btn-submit:hover {
  background: var(--red-hover);
}
.btn-submit-main {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.btn-submit-main::before {
  content: "→ ";
}
.btn-submit-main::after {
  content: " ←";
}
.btn-submit-sub {
  font-size: 0.65rem;
  font-weight: 600;
  opacity: 0.95;
  text-transform: none;
  letter-spacing: 0;
}
.btn-submit-sm {
  padding: 12px 16px;
}
.btn-submit-sm .btn-submit-sub {
  display: none;
}
.cta-legal {
  margin: 10px 0 0;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
}
.cta-legal a {
  color: #fff;
  text-decoration: underline;
}

/* ===== Hero ===== */
.hero {
  background: var(--bg-deep);
  padding: 36px 0 48px;
  text-align: center;
}
.hero-kicker {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(1.65rem, 4.5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  color: #fff;
}
.hero-byline {
  margin: 0 0 8px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #fff;
}
.text-lime {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-offer {
  margin: 0 0 36px;
  font-size: 0.95rem;
  color: var(--text-muted);
}
.hero-offer s { opacity: 0.65; }
.hero-offer strong {
  color: var(--lime);
  font-size: 1.1em;
}
.hero-mission {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.hero-mission strong {
  color: #fff;
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  text-align: left;
  max-width: 920px;
  margin: 0 auto 40px;
}
.hero-media {
  display: flex;
  justify-content: center;
}
.hero-media img {
  max-width: 280px;
  border-radius: 4px;
  box-shadow:
    0 0 30px rgba(212, 255, 0, 0.25),
    0 0 60px rgba(19, 199, 2, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.8);
}

/* Green CTA box */
.cta-box {
  background: linear-gradient(180deg, var(--green-box-top) 0%, var(--green-box) 100%);
  border-radius: 8px;
  padding: 22px 20px 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.cta-box-title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
}
.cta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.45;
}
.cta-list li:last-child {
  border-bottom: none;
}
.cta-list .fa-check {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 0.75rem;
  color: #fff;
}
.hero-form {
  margin: 0;
}
.claim-cta.hero-form .claim-wa {
  text-align: left;
}

/* Trust under hero */
.hero-trust {
  text-align: center;
}
.trust-line {
  margin: 0 0 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.trust-line .fa-caret-down {
  font-size: 0.7rem;
  color: var(--text-dim);
}
.trust-stars {
  color: var(--star);
  letter-spacing: 2px;
}
.trust-stars .fa-star {
  font-size: 0.85rem;
}
.trust-num {
  color: var(--star);
  font-weight: 700;
}
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.trust-badge {
  text-align: center;
}
.badge-name {
  display: block;
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.badge-score {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
}

/* ===== Mission block ===== */
.mission-block {
  background: var(--bg-panel);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
  text-align: center;
}
.mission-exclusive {
  margin: 0 0 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--lime);
}
.mission-exclusive .fa-location-dot {
  margin-right: 6px;
}
.mission-title {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 800;
  margin: 0 0 16px;
  color: #fff;
}
.mission-text {
  margin: 0 0 28px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  text-align: left;
}
.mission-text strong {
  color: #fff;
}
.mission-form {
  max-width: 440px;
  margin: 0 auto;
}

/* ===== Benefits row ===== */
.benefits-row {
  background: var(--bg-panel);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
}
.benefits-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.benefit-item {
  text-align: center;
  padding: 12px 8px;
}
.benefit-ico {
  font-size: 1.35rem;
  color: var(--lime);
  margin-bottom: 10px;
  display: block;
}
.benefit-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.benefit-item p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ===== Sections ===== */
.section-dark {
  background: var(--bg-main);
  padding: 64px 0;
}
.section-alt {
  background: var(--bg-panel);
  padding: 64px 0;
}
.section-h2 {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 24px;
  line-height: 1.3;
}
.section-lead {
  color: var(--text-muted);
  margin: -12px 0 32px;
  font-size: 0.95rem;
}
.section-note {
  text-align: center;
  color: var(--text-muted);
  margin: 24px 0 0;
  font-size: 0.95rem;
}
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bullet-list li {
  padding: 14px 0 14px 24px;
  position: relative;
  border-bottom: 1px solid var(--border);
  color: #e2e8f0;
}
.bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* ===== Features ===== */
.feature-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.feature-row.reverse .feature-flex {
  direction: rtl;
}
.feature-row.reverse .feature-flex > * {
  direction: ltr;
}
.feature-h2 {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.35;
}
.feature-text > p {
  color: var(--text-muted);
  margin: 0 0 20px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.95rem;
  color: #e2e8f0;
}
.check-list .fa-check {
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 0.7rem;
  color: var(--lime);
}
.preview-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--green);
  border-radius: 8px;
  padding: 28px;
}
.preview-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--green);
  text-transform: uppercase;
}
.preview-card h3 {
  font-family: var(--font-head);
  margin: 8px 0 12px;
  font-size: 1.2rem;
}
.preview-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.book-only {
  display: flex;
  justify-content: center;
}
.book-only img {
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}
.mini-form { max-width: 100%; margin-top: 8px; }

/* ===== Reviews ===== */
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.review-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
}
.review-stars {
  color: var(--star);
  margin-bottom: 12px;
  font-size: 0.85rem;
  display: flex;
  gap: 2px;
}
.review-box p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: #e2e8f0;
  line-height: 1.65;
}
.review-from {
  font-size: 0.75rem;
  color: var(--text-dim);
}
.review-source {
  font-size: 0.8rem;
  color: var(--text-dim);
}

/* ===== Stats ===== */
.stats-bar {
  background: linear-gradient(180deg, #0a7a02 0%, #064e3b 100%);
  padding: 40px 0;
}
.stats-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.stat-n {
  display: block;
  font-family: var(--font-head);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
}
.stat-l {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  opacity: 0.9;
}

/* ===== Mentor ===== */
.mentor-box {
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px 32px;
}
.mentor-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--green);
  text-transform: uppercase;
  margin: 0 0 8px;
}
.mentor-role {
  color: var(--green);
  font-weight: 600;
  margin: 0 0 16px;
}
.mentor-box p:last-child {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.95rem;
}

/* ===== FAQ ===== */
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.faq-item summary {
  padding: 16px 20px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "▼";
  font-size: 0.65rem;
  color: var(--text-muted);
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item p {
  margin: 0;
  padding: 0 20px 16px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ===== Final CTA ===== */
.final-block {
  background: var(--bg-deep);
  padding: 72px 0;
  border-top: 1px solid var(--border);
}
.final-wrap {
  text-align: center;
  max-width: 480px;
}
.final-strike {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.final-price {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  margin: 8px 0 24px;
}
.final-price strong {
  color: #4ade80;
}
.final-wrap .cta-list {
  max-width: 400px;
  margin: 0 auto 24px;
  text-align: left;
}
.final-wrap .cta-list li {
  border-bottom-color: var(--border);
  color: #e2e8f0;
}
.final-wrap .cta-list .fa-check {
  color: var(--lime);
}
.final-form {
  max-width: 400px;
  margin: 0 auto;
}

/* ===== Footer ===== */
.site-footer {
  padding: 40px 0;
  background: #000;
  border-top: 1px solid var(--border);
}
.site-footer p {
  margin: 0 0 10px;
  font-size: 0.75rem;
  color: var(--text-dim);
  line-height: 1.6;
}
.fine-print { opacity: 0.85; }

/* ===== Survey modal ===== */
.survey-modal {
  position: relative;
  border: none;
  border-radius: 16px;
  padding: 36px 32px 28px;
  max-width: 480px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  width: calc(100% - 32px);
  margin: auto;
  background: #12141a;
  color: #f0f2f5;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  font-family: var(--font-body);
}
.survey-modal::backdrop {
  background: rgba(8, 12, 16, 0.72);
  backdrop-filter: blur(6px);
}
.survey-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.survey-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.survey-eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #7ee06f;
  text-transform: uppercase;
}
.survey-title {
  font-family: var(--font-head);
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
.survey-lead {
  margin: 0 0 20px;
  font-size: 0.88rem;
  color: #9aa3b8;
  line-height: 1.55;
}
.shipping-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ship-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ship-label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #cbd5e1;
}
.shipping-form input[type="text"],
.shipping-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #2e3344;
  border-radius: 8px;
  outline: none;
  resize: vertical;
  min-height: 44px;
}
.shipping-form textarea {
  min-height: 88px;
  line-height: 1.5;
}
.shipping-form input::placeholder,
.shipping-form textarea::placeholder {
  color: #6b7289;
}
.shipping-form input:focus,
.shipping-form textarea:focus {
  border-color: #7ee06f;
  box-shadow: 0 0 0 2px rgba(126, 224, 111, 0.15);
}
.shipping-form .btn-survey {
  margin-top: 4px;
}
.shipping-form .survey-hint {
  margin-top: 0;
}
.survey-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.survey-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #2e3344;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.survey-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.survey-option-badge {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #7ee06f;
  color: #0d120e;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
}
.survey-option-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.survey-option-body strong {
  font-size: 0.95rem;
  color: #fff;
}
.survey-option-body span {
  font-size: 0.8rem;
  color: #9aa3b8;
  line-height: 1.5;
}
.survey-option:has(input:checked) {
  border-color: #7ee06f;
  box-shadow: 0 0 0 1px #7ee06f, 0 0 20px rgba(126, 224, 111, 0.15);
}
.btn-survey {
  width: 100%;
  padding: 16px 20px;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 800;
  color: #0d120e;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(180deg, #9ef08f 0%, #7ee06f 50%, #5fc94f 100%);
  box-shadow: 0 4px 20px rgba(126, 224, 111, 0.35);
}
.btn-survey:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
.survey-hint {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: #6b7289;
}
.ship-form-error {
  margin: 10px 0 0;
  font-size: 0.82rem;
  color: #f87171;
  text-align: center;
  line-height: 1.5;
}
.form-loading {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 20, 26, 0.88);
  border-radius: 16px;
}
.form-loading[hidden] {
  display: none !important;
}
.form-loading-box {
  text-align: center;
  color: #e2e8f0;
}
.form-loading-box p {
  margin: 14px 0 0;
  font-size: 0.9rem;
}
.form-loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(126, 224, 111, 0.25);
  border-top-color: #7ee06f;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===== Success modal ===== */
.success-modal {
  border: none;
  border-radius: 16px;
  padding: 36px 28px 28px;
  max-width: 400px;
  width: calc(100% - 32px);
  margin: auto;
  background: #12141a;
  color: #f0f2f5;
  text-align: center;
  font-family: var(--font-body);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
.success-modal::backdrop {
  background: rgba(8, 12, 16, 0.72);
  backdrop-filter: blur(6px);
}
.success-icon {
  font-size: 3rem;
  color: #7ee06f;
  margin-bottom: 12px;
  line-height: 1;
}
.success-title {
  font-family: var(--font-head);
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}
.success-text {
  margin: 0 0 24px;
  font-size: 0.9rem;
  color: #9aa3b8;
  line-height: 1.6;
}
.success-hint {
  margin: 12px 0 0;
  font-size: 0.72rem;
  color: #6b7289;
}

/* ===== Exit modal ===== */
.exit-modal {
  border: none;
  border-radius: 12px;
  padding: 32px 28px;
  max-width: 420px;
  width: calc(100% - 40px);
  background: #11181f;
  color: var(--text);
  font-family: var(--font-body);
}
.exit-modal::backdrop {
  background: rgba(8, 12, 16, 0.72);
  backdrop-filter: blur(6px);
}
.exit-modal h3 {
  font-family: var(--font-head);
  margin: 0 0 12px;
  font-size: 1.2rem;
}
.exit-modal > p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0 0 20px;
}
.exit-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
}
.link-muted {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: none;
  border: none;
  color: var(--text-dim);
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-box {
    text-align: left;
    max-width: 440px;
    margin: 0 auto;
  }
  .benefits-four { grid-template-columns: 1fr 1fr; }
  .feature-flex,
  .feature-row.reverse .feature-flex {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .review-grid { grid-template-columns: 1fr; }
  .stats-flex { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .benefits-four { grid-template-columns: 1fr; }
  .trust-badges { gap: 16px; }
}
