
:root {
  --ink: #062643;
  --body: #17324f;
  --primary: #0a5c97;
  --primary-2: #23a8df;
  --sky: #c5efff;
  --sky-soft: #eefaff;
  --accent: #ffd84f;
  --line: #cfe9f7;
  --soft: #f2fbff;
  --white: #ffffff;
  --shadow: 0 8px 0 rgba(6, 38, 67, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Poppins", Arial, sans-serif; color: var(--body); background: white; font-size: 18px; line-height: 1.65; padding-bottom: 92px; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.narrow { max-width: 960px; }
.site-header { position: sticky; top: 0; z-index: 50; background: linear-gradient(90deg, var(--primary-2), var(--primary)); color: white; box-shadow: 0 2px 16px rgba(0,0,0,.12); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: white; font-weight: 900; font-size: 30px; }
.brand-icon, .footer-icon { width: 46px; height: 46px; border-radius: 8px; object-fit: contain; background: white; padding: 3px; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: 15px; font-weight: 800; }
.nav-links a { text-decoration: none; }
.btn, .sticky-order { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; border-radius: 999px; padding: 0 30px; font-weight: 900; text-decoration: none; border: 1px solid transparent; box-shadow: var(--shadow); white-space: nowrap; }
.primary, .navbtn, .sticky-order { background: linear-gradient(180deg, #fff582, var(--accent)); color: #062643; }
.secondary { background: var(--white); color: var(--ink); border-color: var(--line); }
.hero { background: linear-gradient(135deg, #e8f8ff 0%, #ffffff 42%, #d9f5ff 100%); padding: 74px 0 58px; }
.hero-grid, .split, .guarantee-split, .final-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; }
.hero-grid > *, .split > *, .guarantee-split > *, .final-grid > * { min-width: 0; }
.hero h1 { margin: 0 0 18px; color: #061b36; font-size: clamp(24px, 2.4vw, 38px); line-height: 1.18; font-weight: 900; letter-spacing: 0; }
.lead { font-size: 22px; color: var(--ink); }
.actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.hero-media img, .about-image, .pricing-img { border-radius: 8px; }
.hero-media img { box-shadow: 0 24px 56px rgba(6,38,67,.18); background: white; }
.hero-strip { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.hero-strip span { background: white; border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 800; }
.alert-band { background: linear-gradient(90deg, var(--primary), var(--primary-2)); color: white; padding: 32px 0; text-align: center; }
.alert-band h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; color: white; }
.section { padding: 70px 0; background: white; }
.section.alt { background: var(--soft); }
.section-heading-banner { background: linear-gradient(90deg, #062643, var(--primary-2)); padding: 42px 0; margin: -70px 0 50px; color: white; text-align: center; }
.section-heading-banner h2 { margin: 0; font-size: clamp(30px, 4vw, 58px); line-height: 1.12; color: white; font-weight: 900; }
.center { text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.grid-3, .benefit-grid, .ingredient-grid, .trust-grid, .bonus-grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.benefit-grid { grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.ingredient-grid { grid-template-columns: repeat(5, 1fr); margin-top: 28px; }
.trust-grid { grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.bonus-grid { grid-template-columns: repeat(2, 1fr); }
.info-card, .benefit-card, .ingredient-card, .trust-card, .bonus-card { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 6px 0 rgba(6,38,67,.08); }
.info-card h3, .benefit-card h3, .ingredient-card h3, .trust-card h3, .bonus-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.18; color: var(--ink); }
.ingredient-card img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: contain; border-radius: 8px; margin-bottom: 14px; }
.trust-card img { width: 120px; height: 120px; object-fit: contain; margin-bottom: 14px; }
.facts-panel { margin: 30px auto 0; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 6px 0 rgba(6,38,67,.08); }
.facts-img { width: min(100%, 980px); margin: 0 auto; border-radius: 8px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.checklist, .xlist { margin: 0; padding-left: 22px; }
.checklist li::marker { color: #17a86b; }
.xlist li::marker { color: #d83232; }
.reviews { display: grid; gap: 24px; }
.review-card { display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 6px 0 rgba(6,38,67,.08); overflow: hidden; }
.review-media { width: 280px; min-height: 320px; display: flex; align-items: center; justify-content: center; background: var(--soft); border-radius: 8px; }
.review-media img { width: 100%; height: auto; object-fit: contain; border-radius: 8px; }
.rating { color: #f5a400; font-size: 22px; letter-spacing: 0; }
.review-location { color: #516070; font-weight: 800; margin-top: -10px; }
.reverse { grid-template-columns: .95fr 1.05fr; }
.how-img { border-radius: 8px; max-height: 620px; object-fit: contain; margin: 0 auto; }
table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 6px 0 rgba(6,38,67,.08); }
th, td { padding: 18px; border: 1px solid var(--line); text-align: left; }
th { background: var(--primary); color: white; }
.micro { font-size: 14px; color: #526170; }
.guarantee-media img { width: min(100%, 420px); margin: 0 auto; border-radius: 8px; }
.bonus-card img { width: min(100%, 280px); max-height: 320px; object-fit: contain; margin: 0 auto 16px; border-radius: 8px; }
.faq details { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; margin-bottom: 14px; }
.faq summary { cursor: pointer; font-weight: 900; color: var(--ink); }
.conclusion-section { background: var(--soft); color: var(--ink); }
.conclusion-content { max-width: 980px; }
.final-cta { background: linear-gradient(90deg, #062643, var(--primary-2)); color: white; padding: 68px 0; }
.final-cta h2 { color: white; font-size: clamp(30px, 4vw, 52px); line-height: 1.1; margin: 0 0 18px; }
.final-card { background: white; color: var(--ink); border-radius: 8px; padding: 34px; text-align: center; }
.bundle-img { width: min(440px, 100%); margin: 0 auto 18px; object-fit: contain; }
.sub-hero { background: var(--soft); padding: 82px 0 70px; }
.sub-hero h1 { margin: 0 0 18px; color: var(--ink); font-size: clamp(34px, 6vw, 72px); line-height: 1.05; letter-spacing: 0; }
.page-content h2 { color: var(--ink); margin-top: 34px; }
.official-confirm { background: var(--sky-soft); border: 1px solid var(--line); padding: 16px 18px; border-radius: 8px; font-weight: 700; }
.site-footer { background: #062643; color: white; padding: 54px 0 120px; }
.footer-top { display: grid; grid-template-columns: 260px 1fr; gap: 52px; align-items: start; }
.footer-title { display: flex; align-items: center; gap: 12px; }
.footer-title h3 { margin: 0; color: white; font-size: 30px; line-height: 1.1; }
.payment-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.payment-pills span { background: white; color: var(--ink); border-radius: 5px; padding: 6px 10px; font-size: 13px; font-weight: 900; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.footer-links ul { margin: 0; padding-left: 18px; }
.footer-links li { margin-bottom: 12px; font-weight: 900; }
.footer-links a { color: white; text-decoration: none; }
.footer-support { border-top: 1px solid rgba(255,255,255,.22); margin-top: 34px; padding-top: 24px; font-size: 14px; }
.sticky-offer-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 10px max(18px, calc((100vw - 1180px)/2)); box-shadow: 0 -8px 24px rgba(6,38,67,.13); }
.sticky-copy { display: flex; flex-direction: column; font-size: 14px; color: var(--ink); }
.sticky-countdown { display: grid; grid-template-columns: repeat(4, auto auto); gap: 6px; align-items: center; color: var(--ink); }
.sticky-countdown strong { background: var(--soft); border: 1px solid var(--line); border-radius: 6px; padding: 4px 8px; min-width: 40px; text-align: center; }
.sticky-countdown span { font-size: 11px; }
.sticky-order { min-height: 52px; padding: 0 22px; }
.mt { margin-top: 28px; }
.hero p, .section p, .alert-band p, .final-cta p, .sub-hero p, .page-content p, .site-footer p { margin-top: 0; margin-bottom: 1.05rem; }
.hero p + p, .section p + p, .alert-band p + p, .final-cta p + p, .sub-hero p + p, .page-content p + p { margin-top: .85rem; }
.info-card p, .benefit-card p, .ingredient-card p, .trust-card p, .bonus-card p, .review-card p, .final-card p { margin-top: 0; margin-bottom: .85rem; }
.info-card p:last-child, .benefit-card p:last-child, .ingredient-card p:last-child, .trust-card p:last-child, .bonus-card p:last-child, .review-card p:last-child, .final-card p:last-child { margin-bottom: 0; }
.page-content h2 + p, .page-content h3 + p { margin-top: .35rem; }
@media (max-width: 1100px) {
  .ingredient-grid, .benefit-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  body { font-size: 16px; padding-bottom: 118px; }
  .nav-links { display: none; }
  .hero-grid, .split, .guarantee-split, .final-grid, .reverse { grid-template-columns: 1fr; }
  .grid-3, .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top, .footer-links { grid-template-columns: 1fr 1fr; }
  .review-card { grid-template-columns: 1fr; }
  .review-media { width: 100%; min-height: 0; }
  .sticky-offer-bar { grid-template-columns: 1fr auto; }
  .sticky-countdown { display: none; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .brand { font-size: 24px; }
  .brand-icon { width: 40px; height: 40px; }
  .hero { padding: 46px 0; }
  .section { padding: 56px 0; }
  .section-heading-banner { margin: -56px 0 34px; padding: 32px 0; }
  .section-heading-banner h2 { font-size: 32px; }
  .benefit-grid, .ingredient-grid, .trust-grid, .grid-3, .pros-cons, .bonus-grid, .footer-links { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .btn, .sticky-order { width: 100%; padding: 0 16px; }
  .actions { align-items: stretch; }
  .hero-strip { display: grid; grid-template-columns: 1fr; }
  .sub-hero h1 { font-size: 40px; }
  .sticky-offer-bar { grid-template-columns: 1fr; gap: 8px; }
  .sticky-copy { text-align: center; }
  .site-footer { padding-bottom: 160px; }
}
