
:root {
  --primary: #2E6F4E;
  --primary-hover: #245A3F;
  --primary-deep: #1C4632;
  --accent: #C15A38;
  --accent-hover: #A94A2C;
  --accent-light: #D98A6A;

  --darkest: #17281E;
  --footer: #12211A;

  --bg: #EEE8DA;
  --bg-warm: #E5DDCA;
  --bg-pale: #EAE2D1;
  --card: #FBF8F1;
  --card-2: #F3EEE1;

  --tint: #D8E6DB;
  --border: #DACFB9;
  --border-2: #CFC3AA;

  --text: #222C22;
  --text-body: #3D473C;
  --text-muted: #55604F;
  --text-soft: #545D48;
  --text-faint: #565F4B;

  --on-dark: #EAF2E8;
  --on-dark-muted: #A9BEA7;
  --label-dark: #7FD4A0;

  --serif: 'Jost', system-ui, -apple-system, sans-serif;
  --sans: 'Jost', system-ui, -apple-system, sans-serif;
  --maxw: 1160px;
  --radius: 16px;
  --shadow: 0 14px 32px -18px rgba(40,50,35,0.30);
  --shadow-sm: 0 8px 20px -14px rgba(40,50,35,0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 700; margin: 0; }
p { margin: 0; }
a { color: inherit; }
a:hover { color: var(--primary); }
img { display: block; max-width: 100%; height: auto; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.eyebrow { font-family: 'Courier New', monospace; font-size: 12px; letter-spacing: 0.16em; font-weight: 600; text-transform: uppercase; }
.eyebrow.teal { color: var(--primary); }
.eyebrow.amber { color: var(--accent); }
.eyebrow.light { color: var(--label-dark); }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head h2 { font-size: 34px; color: var(--text); margin-top: 12px; }
.section-head p { color: var(--text-muted); font-size: 15px; max-width: 36em; margin: 12px auto 0; line-height: 1.55; }
.section-head p b { color: var(--accent-light); font-family: 'Courier New', monospace; letter-spacing: 0.04em; }
.price-flag.alt { background: var(--accent); color: #23140a; }
.stars { color: var(--accent); letter-spacing: 1px; }
.byline { font-size: 13px; color: var(--text-muted); margin: 0 0 20px; line-height: 1.5; }
.byline strong { color: var(--text); font-weight: 700; }
.source-note { font-size: 12px; color: var(--text-soft); margin-top: 18px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  border: none; cursor: pointer; text-decoration: none;
  font-family: var(--sans); font-weight: 800; border-radius: 13px;
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn:hover { color: #fff; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 14px 30px -12px rgba(76,169,123,0.6); }
.btn-primary:hover { background: var(--primary-hover); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 14px 30px -12px rgba(210,96,63,0.5); }
.btn-accent:hover { background: var(--accent-hover); color: #fff; }
.btn-lg { font-size: 18px; padding: 19px 34px; border-radius: 14px; }
.btn-xl { font-size: 19px; padding: 21px 44px; border-radius: 15px; }
.btn-md { font-size: 16px; padding: 17px 28px; }

.promo {
  position: sticky; top: 0; z-index: 50;
  background: var(--darkest); color: #F0EDE2;
  display: flex; align-items: center; justify-content: center;
  gap: 16px; padding: 10px 18px; font-size: 14px; font-weight: 600;
  flex-wrap: wrap; text-align: center; border-bottom: 1px solid var(--border);
}
.promo strong { color: var(--accent-light); }
.promo .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); display: inline-block; animation: pulse 1.6s ease-in-out infinite; }
.promo .code { font-family: 'Courier New', monospace; background: var(--accent); color: #fff; padding: 2px 9px; border-radius: 5px; letter-spacing: 0.06em; }
.promo .muted { opacity: 0.7; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.site-header { position: relative; background: #FFFFFF; border-bottom: 1px solid #E6E8E4; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 28px; max-width: var(--maxw); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { height: 32px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; color: #3C463A; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--primary-deep); }
.nav-cta { background: var(--primary); color: #fff; padding: 10px 18px; border-radius: 10px; text-decoration: none; font-weight: 800; }
.nav-cta:hover { background: var(--primary-hover); color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 4px; background: #F1F3EF; border: 1px solid #DDE1DA; border-radius: 10px; padding: 11px 12px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2.5px; border-radius: 2px; background: var(--primary-deep); }
.mobile-menu { display: none; position: absolute; top: 100%; left: 16px; right: 16px; z-index: 60; background: #FFFFFF; border: 1px solid #DDE1DA; border-radius: 14px; box-shadow: 0 20px 44px -18px rgba(0,0,0,0.25); padding: 10px; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; font-size: 15px; font-weight: 600; color: #2C3A2E; padding: 13px 14px; border-radius: 9px; }
.mobile-menu a:hover { background: #F1F3EF; }
.mobile-menu .nav-cta { margin-top: 6px; text-align: center; padding: 14px; }

.hero { background: linear-gradient(180deg, var(--bg), var(--bg-warm)); }
.hero-inner { display: flex; gap: 48px; padding: 44px 28px 28px; align-items: center; flex-wrap: wrap; max-width: var(--maxw); margin: 0 auto; }
.hero-copy { flex: 1 1 440px; min-width: 300px; }
.hero-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.hero-rating span { font-size: 14px; color: var(--text-muted); font-weight: 600; }
.hero h1 { font-size: 48px; line-height: 1.06; color: var(--text); margin-bottom: 18px; letter-spacing: -0.015em; }
.hero .lead { font-size: 18px; line-height: 1.55; color: var(--text-muted); margin-bottom: 22px; max-width: 34em; }
.hero-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-bottom: 26px; }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text-body); font-weight: 500; }
.check .tick { flex: none; margin-top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--tint); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.hero-note { display: flex; align-items: center; gap: 16px; margin-top: 14px; font-size: 13px; color: var(--text-soft); flex-wrap: wrap; }
.hero-media { flex: 1 1 360px; min-width: 280px; position: relative; }
.hero-media img { width: 100%; border-radius: 20px; }
.hero-badge { position: absolute; bottom: 16px; left: 16px; background: var(--card); border: 1px solid var(--border-2); border-radius: 12px; padding: 10px 15px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; }
.hero-badge b { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--primary); }
.hero-badge span { font-size: 12px; color: var(--text-soft); line-height: 1.2; }

.trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg); }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 4px; padding: 6px 12px; max-width: var(--maxw); margin: 0 auto; }
.trust-item { display: flex; align-items: center; gap: 11px; padding: 16px 14px; justify-content: center; }
.trust-item .ico { flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--tint); color: var(--primary); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.trust-item b { font-size: 14px; font-weight: 800; color: var(--text); display: block; }
.trust-item small { font-size: 12px; color: var(--text-faint); }

.band { padding: 76px 0; }
.band-warm { background: var(--bg-warm); }
.band-pale { background: var(--bg-pale); }
.band-dark { background: var(--darkest); color: var(--on-dark); }

.problem-row { display: flex; gap: 44px; flex-wrap: wrap; align-items: center; }
.problem-copy { flex: 1 1 420px; min-width: 300px; }
.problem-copy h2 { font-size: 36px; color: var(--text); margin: 0 0 18px; max-width: 18em; line-height: 1.12; }
.problem-copy p { font-size: 16.5px; color: var(--text-body); line-height: 1.68; margin-bottom: 16px; }
.problem-copy p:last-child { margin-bottom: 0; }
.problem-stats { flex: 1 1 300px; min-width: 260px; display: flex; flex-direction: column; gap: 14px; }
.stat-card { background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 12px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.stat-card b { font-family: var(--serif); font-weight: 700; font-size: 26px; color: var(--accent); display: block; }
.stat-card span { font-size: 14.5px; color: var(--text-muted); line-height: 1.5; }

.split { display: flex; gap: 48px; flex-wrap: wrap; align-items: center; }
.split-media { flex: 1 1 320px; min-width: 280px; }
.split-media img { width: 100%; border-radius: 20px; max-height: 520px; object-fit: cover; }
.split-copy { flex: 1 1 420px; min-width: 300px; }
.split-copy h2 { font-size: 34px; color: var(--text); margin: 14px 0 16px; line-height: 1.14; }
.split-copy p { font-size: 16.5px; color: var(--text-body); line-height: 1.66; margin-bottom: 16px; }
.mini-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 12px; margin-top: 8px; }
.mini-stat { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 16px; box-shadow: var(--shadow-sm); }
.mini-stat b { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--primary); display: block; }
.mini-stat span { font-size: 12.5px; color: var(--text-faint); font-weight: 600; }

.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.step-card { background: var(--card); border-radius: 18px; border: 1px solid var(--border-2); overflow: hidden; box-shadow: var(--shadow); }
.step-media { position: relative; }
.step-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.step-num { position: absolute; top: 12px; left: 12px; font-family: var(--serif); font-weight: 700; font-size: 20px; color: #fff; background: var(--primary); width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px -6px rgba(0,0,0,0.6); }
.step-body { padding: 22px 24px; }
.step-body h3 { font-size: 18px; color: var(--text); margin-bottom: 8px; }
.step-body p { font-size: 14.5px; color: var(--text-soft); line-height: 1.55; }
.center-cta { text-align: center; margin-top: 36px; }

.i-ico { flex: none; display: inline-flex; align-items: center; justify-content: center; }
.i-ico svg { width: 22px; height: 22px; display: block; }

.inside-head { display: flex; gap: 20px; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; margin-bottom: 40px; }
.inside-head h2 { font-size: 34px; color: #fff; margin-top: 12px; line-height: 1.14; }
.inside-head p { font-size: 15px; color: var(--on-dark-muted); max-width: 26em; }
.cards-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.ing-card { background: #213A2C; border: 1px solid #2E4C3A; border-radius: var(--radius); padding: 24px 22px; }
.ing-card .i-ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(127,212,160,0.16); color: #8FE0B0; margin-bottom: 14px; }
.ing-card h3 { font-family: var(--sans); font-size: 16px; color: #fff; margin-bottom: 6px; }
.ing-card p { font-size: 13.5px; color: var(--on-dark-muted); line-height: 1.5; }

.cards-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.benefit-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.benefit-card h3 { font-family: var(--sans); font-size: 17px; color: var(--text); margin-bottom: 8px; display: flex; align-items: center; gap: 12px; }
.benefit-card h3 .i-ico { width: 40px; height: 40px; border-radius: 11px; background: var(--tint); color: var(--primary); }
.benefit-card p { font-size: 14.5px; color: var(--text-soft); line-height: 1.55; }

.feature-layout { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-start; }
.feature-grid { flex: 2 1 460px; min-width: 300px; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 13px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.feature-card h3 { font-family: var(--sans); font-size: 15px; color: var(--text); margin-bottom: 5px; }
.feature-card p { font-size: 13.5px; color: var(--text-soft); line-height: 1.5; }
.spec { flex: 1 1 260px; min-width: 240px; background: var(--darkest); color: var(--on-dark); border: 1px solid var(--border-2); border-radius: 18px; padding: 28px 26px; }
.spec-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.spec-top b { font-family: var(--serif); font-weight: 700; font-size: 20px; color: #fff; }
.spec-top .tag { font-size: 11px; background: var(--primary); color: #fff; padding: 4px 10px; border-radius: 999px; font-weight: 700; }
.spec-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--border-2); }
.spec-row:last-child { border-bottom: none; }
.spec-row span { font-size: 13.5px; color: var(--on-dark-muted); }
.spec-row b { font-size: 14px; font-weight: 800; color: #fff; }

.use-banner img { width: 100%; border-radius: var(--radius); border: 1px solid var(--border-2); display: block; }

.compare { border: 1px solid var(--border-2); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: var(--card); }
.compare-row { display: grid; grid-template-columns: 1.6fr 2.4fr; align-items: stretch; }
.compare .cells { display: grid; grid-template-columns: repeat(3, 1fr); }

.compare-head { background: var(--darkest); color: var(--on-dark); font-weight: 700; font-size: 13.5px; }
.compare-head .lbl { padding: 16px 20px; display: flex; align-items: center; }
.compare-head .ch { padding: 16px 8px; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--on-dark-muted); }
.compare-head .ch.best { background: var(--primary); color: #fff; font-weight: 800; }

.compare-body { border-top: 1px solid var(--border); }
.compare-body:nth-child(even) { background: var(--bg-warm); }
.compare-body .lbl { padding: 15px 20px; font-size: 14px; color: var(--text-body); font-weight: 500; display: flex; align-items: center; }
.compare-body .cell { padding: 15px 8px; text-align: center; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.compare-body .cell.yes { color: var(--primary); background: rgba(76,169,123,0.12); }
.compare-body .cell.no { color: #C98A6A; }
.compare-body .cell::before { content: none; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; background: var(--card); border: 1px solid var(--border-2); border-radius: 18px; padding: 26px 22px 24px; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.price-card.popular { border-color: var(--primary); box-shadow: 0 20px 44px -20px rgba(76,169,123,0.5); }
.price-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--primary); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.price-qty { font-family: var(--serif); font-weight: 700; font-size: 22px; color: var(--text); margin-bottom: 2px; }
.price-sub { font-size: 13px; color: var(--text-soft); margin-bottom: 16px; }
.price-off { display: inline-block; align-self: flex-start; background: var(--tint); color: var(--primary-deep); font-size: 12px; font-weight: 800; padding: 4px 11px; border-radius: 999px; margin-bottom: 14px; }
.price-per { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-per b { font-family: var(--serif); font-weight: 700; font-size: 38px; color: var(--text); line-height: 1; }
.price-per span { font-size: 13px; color: var(--text-muted); font-weight: 600; }
.price-total { font-size: 13.5px; color: var(--text-soft); margin-bottom: 18px; }
.price-total s { color: var(--text-faint); margin-right: 6px; }
.price-card .btn { margin-top: auto; justify-content: center; width: 100%; font-size: 15px; padding: 14px 18px; }
.price-note { text-align: center; font-size: 13px; color: var(--text-soft); margin-top: 24px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.tips-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.tip { display: flex; gap: 14px; align-items: flex-start; background: var(--card); border: 1px solid var(--border); border-radius: 13px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.tip .n { flex: none; font-family: var(--serif); font-weight: 700; font-size: 18px; color: var(--primary); }
.tip span.t { font-size: 14.5px; color: var(--text-body); line-height: 1.5; }

.expert { display: flex; gap: clamp(20px, 4vw, 36px); flex-wrap: wrap; align-items: center; background: var(--darkest); border: 1px solid var(--border-2); border-radius: 22px; padding: clamp(24px, 4vw, 40px); }
.expert-photo { flex: none; width: 100px; text-align: center; }
.expert-photo img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin: 0 auto; border: 2px solid var(--primary); }
.expert-copy { flex: 1 1 320px; min-width: 240px; }
.expert-copy blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(15px, 2.2vw, 18px); line-height: 1.55; color: var(--on-dark); margin: 12px 0 14px; }
.expert-copy .who { font-size: 13.5px; color: #fff; font-weight: 700; }
.expert-copy .role { font-size: 12.5px; color: var(--on-dark-muted); }
.disclaimer { text-align: center; font-size: 11.5px; color: var(--text-faint); margin: 16px auto 0; max-width: 40em; }

.reviews-head { text-align: center; margin-bottom: 12px; }
.reviews-head h2 { font-size: 34px; color: var(--text); margin: 12px 0 8px; }
.reviews-head .rate { font-size: 14px; color: var(--text-muted); font-weight: 600; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 32px; }
.review-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.review-card .stars { margin-bottom: 10px; }
.review-card h3 { font-family: var(--sans); font-size: 15.5px; color: var(--text); margin-bottom: 8px; }
.review-card p { font-size: 14.5px; color: var(--text-body); line-height: 1.55; margin-bottom: 18px; }
.review-who { display: flex; align-items: center; gap: 10px; margin-top: auto; font-size: 13px; }
.review-who .av { width: 34px; height: 34px; border-radius: 50%; background: var(--tint); color: var(--primary); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; overflow: hidden; flex: none; }
.review-who .av img { width: 100%; height: 100%; object-fit: cover; }
.review-who b { color: var(--text); }
.review-who .verified { color: var(--primary); font-weight: 700; }

.guarantee { display: flex; align-items: center; gap: 36px; background: var(--bg-warm); border: 1px solid var(--border-2); border-radius: 22px; padding: 40px; flex-wrap: wrap; }
.seal { flex: none; width: 130px; height: 130px; border-radius: 50%; border: 3px dashed var(--primary); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--text); }
.seal .big { font-family: var(--serif); font-weight: 700; font-size: 34px; line-height: 1; color: var(--primary); }
.seal .day { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; }
.seal .sub { font-size: 10px; color: var(--text-soft); letter-spacing: 0.04em; }
.guarantee-copy { flex: 1 1 320px; min-width: 260px; }
.guarantee-copy h2 { font-size: 28px; color: var(--text); margin-bottom: 10px; }
.guarantee-copy p { font-size: 15.5px; color: var(--text-muted); line-height: 1.55; margin-bottom: 8px; }
.guarantee-copy .fine { font-size: 13px; color: var(--text-soft); }

.faq-wrap { max-width: 820px; margin: 0 auto; padding: 76px 28px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 13px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q span:first-child { font-size: 15.5px; font-weight: 700; color: var(--text); }
.faq-q .sign { flex: none; width: 22px; height: 22px; position: relative; }
.faq-q .sign::before, .faq-q .sign::after { content: ""; position: absolute; background: var(--primary); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-q .sign::before { width: 15px; height: 2.5px; }
.faq-q .sign::after { width: 2.5px; height: 15px; transition: transform 0.2s ease, opacity 0.2s ease; }
.faq-item[open] .faq-q .sign::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg); }
.faq-a { padding: 0 22px 20px; font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

.final { background: var(--darkest); text-align: center; border-top: 1px solid var(--border); }
.final-inner { max-width: 780px; margin: 0 auto; padding: 84px 28px; }
.final .pill { display: inline-block; background: rgba(224,149,79,0.16); color: var(--accent-light); font-weight: 700; font-size: 13px; padding: 7px 15px; border-radius: 999px; margin-bottom: 20px; }
.final h2 { font-size: 42px; color: #fff; margin-bottom: 16px; line-height: 1.08; }
.final p { font-size: 17px; color: var(--on-dark-muted); margin: 0 auto 30px; line-height: 1.55; max-width: 32em; }
.final-note { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 22px; font-size: 13px; color: var(--on-dark-muted); flex-wrap: wrap; }

.footer { background: var(--footer); color: #93A78F; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 36px 28px; font-size: 11.5px; line-height: 1.6; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-links button { background: none; border: none; cursor: pointer; font-family: var(--sans); color: #BAC7B4; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(186,199,180,0.35); font-weight: 600; font-size: 11.5px; padding: 0; }
.footer-links button:hover { color: #fff; }
.footer-inner .head { color: #C3D0BD; font-weight: 600; margin-bottom: 10px; }
.footer-inner p { margin-bottom: 8px; }
.footer-inner a { color: #9FD9B6; }

.modal { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(4,10,7,0.72); backdrop-filter: blur(3px); align-items: center; justify-content: center; padding: 24px; }
.modal.open { display: flex; }
.modal-box { background: var(--bg); border: 1px solid var(--border-2); width: 100%; max-width: 640px; max-height: 84vh; border-radius: 20px; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8); display: flex; flex-direction: column; overflow: hidden; }
.modal-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; border-bottom: 1px solid var(--border); background: var(--card); }
.modal-top h2 { font-size: 24px; color: var(--text); }
.modal-close { flex: none; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border-2); background: var(--bg-warm); color: var(--text-muted); font-size: 20px; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--border); }
.modal-body { padding: 24px 28px; overflow-y: auto; }
.modal-body h3 { font-family: var(--sans); font-size: 15.5px; font-weight: 800; color: var(--primary); margin: 20px 0 6px; }
.modal-body p { font-size: 14.5px; color: var(--text-body); line-height: 1.62; margin-bottom: 10px; white-space: pre-line; }
.modal-note { font-size: 12px; color: var(--text-faint); line-height: 1.5; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-2); }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--primary); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; font-weight: 700; text-decoration: none; }
.skip-link:focus { left: 0; }

.mobilebar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: rgba(7,13,9,0.97); backdrop-filter: blur(6px); border-top: 1px solid var(--border-2); box-shadow: 0 -8px 24px -12px rgba(0,0,0,0.6); }
.mobilebar__text { font-weight: 800; font-size: 14px; color: var(--on-dark); }
.mobilebar__btn { font-size: 14px; padding: 12px 18px; border-radius: 11px; white-space: nowrap; }

@media (max-width: 900px) {
  .compare-row { grid-template-columns: 1.4fr 2.6fr; }
}

@media (max-width: 780px) {
  .mobilebar { display: flex; }
  .final-inner { padding-bottom: 108px; }
  .footer-inner { padding-bottom: 96px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero h1 { font-size: 36px; }
  .hero-checks { grid-template-columns: 1fr; }
  .section-head h2, .split-copy h2, .problem-copy h2, .inside-head h2, .reviews-head h2 { font-size: 28px; }
  .final h2 { font-size: 32px; }
  .band { padding: 56px 0; }
}

@media (max-width: 640px) {
  .compare { border: none; box-shadow: none; background: transparent; border-radius: 0; overflow: visible; }
  .compare-head { display: none; }
  .compare-row.compare-body { display: block; background: var(--card) !important; border: 1px solid var(--border); border-radius: 14px; margin-bottom: 12px; padding: 16px; box-shadow: var(--shadow-sm); }
  .compare-body .lbl { padding: 0 0 12px; font-size: 15px; font-weight: 700; color: var(--text); }
  .compare .cells { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .compare-body .cell { flex-direction: column; gap: 7px; padding: 12px 4px; border-radius: 11px; background: var(--bg-warm); }
  .compare-body .cell.yes { background: rgba(76,169,123,0.16); }
  .compare-body .cell::before { content: attr(data-m); font-size: 9.5px; line-height: 1.2; color: var(--text-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; text-align: center; }
}

@media (max-width: 560px) {
  .wrap, .faq-wrap { padding-left: 16px; padding-right: 16px; }
  .hero-inner { padding: 32px 16px 20px; gap: 32px; }
  .final-inner { padding: 60px 16px; }
  .footer-inner { padding: 28px 16px; }
  .nav { padding: 14px 16px; }
  .promo { gap: 8px 12px; padding: 9px 12px; font-size: 12.5px; }
  .modal { padding: 12px; }
  .modal-top, .modal-body { padding-left: 18px; padding-right: 18px; }

  .hero-copy, .hero-media,
  .problem-copy, .problem-stats,
  .split-media, .split-copy,
  .feature-grid, .spec,
  .guarantee-copy, .expert-copy,
  .inside-head p { flex-basis: 100%; min-width: 0; }

  .hero-checks, .cards-3, .cards-4, .cards-auto,
  .feature-grid, .tips-grid, .reviews-grid, .pricing-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }

  h1, h2, h3, p, a, span, blockquote { overflow-wrap: anywhere; }

  .guarantee { gap: 20px; padding: 24px; }
  .expert { gap: 18px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 28px; }
  .section-head h2, .split-copy h2, .problem-copy h2,
  .inside-head h2, .reviews-head h2, .guarantee-copy h2 { font-size: 24px; }
  .final h2 { font-size: 26px; }
  .modal-top h2 { font-size: 20px; }
  .hero .lead, .split-copy p, .problem-copy p { font-size: 15.5px; }
  .promo { font-size: 11.5px; }
  .btn-lg, .btn-xl { font-size: 16px; padding: 16px 22px; }
  .nav-cta { padding: 9px 13px; }
  .compare-body .cell::before { font-size: 8.5px; }
}
