:root {
  --ink: #0d1210;
  --ink-2: #151c19;
  --paper: #f4f0e7;
  --muted: #a6aea9;
  --line: rgba(255, 255, 255, 0.13);
  --accent: #f5b51b;
  --accent-2: #d89400;
  --mint: #85d3b1;
  --white: #fffdf7;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Archivo", system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--accent); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; letter-spacing: .08em; font-size: 14px; }
.brand strong { color: var(--accent); }
.brand-mark { display: grid; grid-template-columns: repeat(3, 5px); align-items: end; gap: 3px; width: 22px; height: 26px; transform: skew(-9deg); }
.brand-mark i { display: block; background: var(--accent); }
.brand-mark i:nth-child(1) { height: 13px; }
.brand-mark i:nth-child(2) { height: 22px; }
.brand-mark i:nth-child(3) { height: 17px; }
.header-cta { color: var(--accent); text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero { position: relative; padding: 84px 20px 74px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -190px; background: radial-gradient(circle, rgba(245,181,27,.14), transparent 67%); pointer-events: none; }
.hero-grid { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .16em; color: var(--mint); font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 38px; height: 2px; background: var(--mint); }
h1, h2 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; line-height: .94; margin: 0; }
h1 { max-width: 700px; margin-top: 24px; font-size: clamp(58px, 6.5vw, 92px); letter-spacing: -.025em; }
h1 em { display: block; color: var(--accent); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #c3cac6; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .04em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #161711; box-shadow: 7px 7px 0 #433714; }
.button-primary:hover { background: #ffc536; }
.text-link { text-underline-offset: 5px; color: #d4dad7; font-size: 14px; }
.trust-row { list-style: none; display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 32px 0 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.trust-row span { color: var(--mint); margin-right: 5px; }
.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: -14px 22px 26px -18px; border: 1px solid rgba(133,211,177,.24); background-image: linear-gradient(rgba(133,211,177,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(133,211,177,.09) 1px, transparent 1px); background-size: 28px 28px; }
.media-slot { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px dashed rgba(133,211,177,.65); background: #18231e; color: var(--white); text-align: center; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.media-slot::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(133,211,177,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(133,211,177,.32) 1px, transparent 1px); background-size: 30px 30px; }
.media-slot::after { content: "+"; position: relative; width: 54px; height: 54px; margin-bottom: 18px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font-size: 27px; }
.media-slot strong, .media-slot small, .media-slot code { position: relative; }
.media-slot strong { color: var(--accent); font-size: 12px; letter-spacing: .14em; }
.media-slot small { max-width: 330px; margin-top: 7px; color: var(--muted); font-size: 11px; }
.media-slot code { margin-top: 14px; color: var(--mint); font: 700 9px/1 "Archivo", sans-serif; letter-spacing: .1em; }
.hero-media-slot { width: 100%; aspect-ratio: 4 / 3; }
.slot-corners { position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.08); }
[data-image-key].has-image { padding: 0; border-style: solid; background: #111; }
[data-image-key].has-image::before, [data-image-key].has-image::after { display: none; }
[data-image-key].has-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.demo-placeholder.has-image img, .small-media-slot.has-image img { object-fit: cover; }
.visual-note { position: absolute; z-index: 3; background: var(--paper); color: var(--ink); padding: 13px 16px; min-width: 150px; border-left: 4px solid var(--accent); box-shadow: 8px 8px 0 rgba(0,0,0,.22); }
.visual-note strong, .visual-note span { display: block; }
.visual-note strong { font-size: 12px; text-transform: uppercase; }
.visual-note span { font-size: 11px; color: #5b615d; }
.note-one { left: 0; bottom: 62px; }
.note-two { right: -5px; top: 44px; }
.preview-strip { padding: 17px 20px; background: var(--accent); color: var(--ink); overflow: hidden; }
.preview-strip p { margin: 0; text-align: center; font-family: "Barlow Condensed", sans-serif; font-size: clamp(16px, 2vw, 22px); letter-spacing: .04em; }
.section { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 108px 0; }
.section-heading { display: flex; gap: 24px; }
.section-number { color: var(--accent); font-size: 12px; font-weight: 800; }
h2 { font-size: clamp(46px, 6vw, 72px); }
.kicker { margin: 0 0 10px; }
.section-heading { align-items: flex-start; }
.section-heading .section-number { margin-top: 11px; }
.section-heading h2 { max-width: 900px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.problem-card { min-height: 280px; padding: 26px; border: 1px solid var(--line); background: var(--ink-2); display: flex; flex-direction: column; }
.problem-card .card-index { color: var(--mint); font: 800 11px/1 "Archivo", sans-serif; letter-spacing: .12em; }
.problem-card h3 { margin: auto 0 12px; font: 700 30px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.problem-card p { margin: 0; color: var(--muted); font-size: 14px; }
.problem-card.accent-card { border-color: rgba(245,181,27,.68); background: linear-gradient(145deg, rgba(245,181,27,.13), var(--ink-2)); }
.problem-card.accent-card .card-index { color: var(--accent); }

.solution-band { background: var(--paper); color: var(--ink); }
.solution-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 105px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.dark-kicker { color: #5f745f; }
.solution-copy h2, .bonus-copy h2 { margin-top: 12px; font-size: clamp(54px, 5.6vw, 78px); }
.solution-copy > p:not(.kicker), .bonus-copy > p:not(.kicker) { max-width: 580px; font-size: 17px; color: #4d5550; }
.library-callout { margin-top: 30px; padding: 18px 20px; border-left: 5px solid var(--accent); background: #e7e1d5; }
.library-callout strong, .library-callout span { display: block; }
.library-callout strong { font-size: 14px; }
.library-callout span { color: #5e665f; font-size: 13px; margin-top: 3px; }
.mechanism { border-top: 1px solid #bbb7ac; }
.solution-media-stack { display: grid; gap: 24px; }
.product-media-slot { min-height: 330px; background-color: #25332d; }
.mechanism > div { display: grid; grid-template-columns: 44px 130px 1fr; gap: 12px; align-items: center; padding: 24px 0; border-bottom: 1px solid #bbb7ac; }
.mechanism > div > span { color: #8d918b; font-size: 11px; font-weight: 800; }
.mechanism strong { text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; font-size: 25px; }
.mechanism p { margin: 0; color: #606861; font-size: 13px; }

.split-heading { justify-content: space-between; align-items: end; }
.heading-pack { display: flex; gap: 24px; }
.heading-aside { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 52px; }
.category-grid article { min-height: 220px; padding: 24px; border: 1px solid var(--line); background: #121815; transition: transform .2s ease, border-color .2s ease; }
.category-grid article:hover { transform: translateY(-3px); border-color: rgba(133,211,177,.48); }
.category-icon { width: 42px; height: 42px; border: 1px solid rgba(133,211,177,.42); display: grid; place-items: center; color: var(--mint); font: 800 10px/1 "Archivo", sans-serif; }
.category-grid h3 { margin: 50px 0 10px; font: 700 25px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.category-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.category-grid .category-cta { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.category-cta .category-icon { border-color: rgba(13,18,16,.4); color: var(--ink); font-size: 18px; }
.category-cta p { color: #433c27; }
.category-cta a { display: inline-block; margin-top: 18px; color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; text-underline-offset: 4px; }

.how-section { border-top: 1px solid var(--line); }
.steps-list { list-style: none; margin: 54px 0 0; padding: 0; border-top: 1px solid var(--line); }
.steps-list li { display: grid; grid-template-columns: 90px 1fr auto; gap: 20px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--line); }
.step-number { color: var(--accent); font: 800 12px/1 "Archivo", sans-serif; }
.steps-list h3 { margin: 0; font: 700 31px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.steps-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.step-tag { border: 1px solid var(--line); padding: 7px 10px; color: var(--mint); font-size: 9px; letter-spacing: .15em; }

.demo-section { padding: 108px 20px; background: #18211d; }
.demo-inner { width: min(100%, var(--max)); margin: auto; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.demo-card { background: var(--paper); color: var(--ink); }
.demo-placeholder { position: relative; aspect-ratio: 1.22; overflow: hidden; background-color: #24332d; background-image: linear-gradient(rgba(133,211,177,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(133,211,177,.16) 1px, transparent 1px); background-size: 22px 22px; }
.demo-placeholder i { position: absolute; display: block; border: 2px solid var(--mint); opacity: .72; }
.demo-one i:nth-of-type(1) { width: 70%; height: 50%; left: 15%; top: 27%; }
.demo-one i:nth-of-type(2) { height: 50%; left: 35%; top: 27%; }
.demo-one i:nth-of-type(3) { height: 50%; right: 35%; top: 27%; }
.demo-two i:nth-of-type(1) { width: 66%; height: 26%; left: 17%; top: 30%; transform: skewY(-8deg); }
.demo-two i:nth-of-type(2) { width: 2px; height: 38%; left: 23%; top: 48%; }
.demo-two i:nth-of-type(3) { width: 2px; height: 38%; right: 23%; top: 48%; }
.demo-three i:nth-of-type(1) { width: 56%; height: 64%; left: 22%; top: 18%; }
.demo-three i:nth-of-type(2) { width: 56%; left: 22%; top: 40%; }
.demo-three i:nth-of-type(3) { width: 56%; left: 22%; top: 62%; }
.demo-badge { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 7px 9px; background: var(--accent); color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.demo-card > div:last-child { padding: 22px; }
.demo-card > div:last-child > span { color: #7c837e; font-size: 9px; letter-spacing: .15em; }
.demo-card h3 { margin: 6px 0; font: 700 25px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.demo-card p { margin: 0; color: #676e69; font-size: 12px; }
.proof-placeholder { display: flex; align-items: flex-start; gap: 20px; margin-top: 26px; padding: 22px 24px; border: 1px dashed rgba(245,181,27,.65); background: rgba(245,181,27,.05); }
.proof-icon { color: var(--accent); font-size: 28px; }
.proof-placeholder strong { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.proof-placeholder p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.project-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 28px; padding: 22px 0 6px; }
.small-media-slot { aspect-ratio: .82; display: grid; place-items: center; border: 1px dashed rgba(255,255,255,.28); background: #f2eee5; color: #69706b; box-shadow: 4px 5px 0 rgba(0,0,0,.16); transform: rotate(-1.5deg); }
.small-media-slot:nth-child(3n + 2) { transform: rotate(1.8deg); }
.small-media-slot:nth-child(3n) { transform: rotate(-.4deg); }
.small-media-slot span { padding: 8px; text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.small-media-slot.has-image { overflow: hidden; }

.centered-heading { justify-content: center; text-align: center; }
.centered-heading .section-number { display: none; }
.centered-heading h2 { margin-inline: auto; }
.section-intro { max-width: 640px; margin: 20px auto 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 22px; max-width: 960px; margin: 58px auto 0; align-items: center; }
.price-card { position: relative; padding: 38px; background: #141b18; border: 1px solid var(--line); }
.price-card.complete-card { padding: 48px 42px; border: 2px solid var(--accent); background: linear-gradient(150deg, rgba(245,181,27,.17), #151c19 55%); box-shadow: 14px 14px 0 rgba(245,181,27,.11); }
.recommended-ribbon { position: absolute; top: 0; right: 0; padding: 8px 14px; background: var(--accent); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.plan-label { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.complete-card .plan-label { color: var(--accent); }
.plan-top p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.plan-image-slot { min-height: 130px; margin-top: 22px; display: grid; place-items: center; align-content: center; gap: 6px; border: 1px dashed rgba(133,211,177,.42); color: var(--mint); background-image: linear-gradient(rgba(133,211,177,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(133,211,177,.07) 1px, transparent 1px); background-size: 20px 20px; }
.plan-image-slot span { font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.plan-image-slot small { color: var(--muted); font-size: 8px; }
.price { display: grid; grid-template-columns: auto auto 1fr; align-items: end; gap: 7px; margin-top: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price > span { margin-bottom: 14px; color: var(--muted); font-size: 15px; }
.price strong { font: 800 78px/.75 "Barlow Condensed", sans-serif; letter-spacing: -.03em; }
.price small { margin: 0 0 5px 5px; color: var(--muted); font-size: 10px; }
.price-card ul { list-style: none; padding: 0; margin: 25px 0 30px; }
.price-card li { display: flex; gap: 10px; margin: 13px 0; color: #d0d6d2; font-size: 13px; }
.price-card li span { color: var(--mint); }
.checkout-button { width: 100%; }
.button-outline { border-color: rgba(255,255,255,.28); color: var(--white); }
.button-outline:hover { border-color: var(--mint); background: rgba(133,211,177,.07); }
.comparison-wrap { max-width: 960px; margin: 40px auto 0; overflow-x: auto; border: 1px solid var(--line); }
.comparison-wrap table { width: 100%; border-collapse: collapse; min-width: 650px; background: #121815; }
.comparison-wrap caption { padding: 22px 24px; text-align: left; color: var(--accent); font: 700 24px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.comparison-wrap th, .comparison-wrap td { padding: 17px 24px; border-bottom: 1px solid var(--line); text-align: center; font-size: 13px; }
.comparison-wrap th:first-child { text-align: left; }
.comparison-wrap thead th { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.comparison-wrap thead th:last-child { color: var(--accent); }
.comparison-wrap tbody th { color: #d3dad5; font-weight: 500; }
.comparison-wrap td { color: var(--muted); }
.comparison-wrap td strong, .yes { color: var(--mint); }

.bonus-section { background: var(--accent); color: var(--ink); }
.bonus-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 105px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.bonus-copy { position: sticky; top: 30px; }
.bonus-copy .dark-kicker { color: #6d561e; }
.bonus-copy > p:not(.kicker) { color: #5b4b25; }
.bonus-list { border-top: 1px solid rgba(13,18,16,.3); }
.bonus-list article { display: grid; grid-template-columns: 38px 112px 1fr; gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(13,18,16,.3); }
.bonus-list article > span { font-size: 10px; font-weight: 800; }
.bonus-media-slot { aspect-ratio: 1.15; display: grid; place-items: center; padding: 10px; border: 1px dashed rgba(13,18,16,.4); background: rgba(255,255,255,.16); color: #6b5115; text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.bonus-list h3 { margin: 0; font: 700 26px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.bonus-list p { margin: 7px 0 0; color: #5b4b25; font-size: 13px; }

.guarantee-card { display: grid; grid-template-columns: 180px 1fr; gap: 54px; align-items: center; padding: 56px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(133,211,177,.08), transparent); }
.guarantee-mark { width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; box-shadow: inset 0 0 0 12px var(--ink), inset 0 0 0 13px rgba(133,211,177,.3); }
.guarantee-mark span { color: var(--mint); font-size: 55px; }
.guarantee-card h2 { font-size: clamp(48px, 5.4vw, 70px); }
.guarantee-card > div:last-child > p:not(.kicker) { color: var(--muted); }
.editable-placeholder { margin-top: 22px; padding: 18px; border: 1px dashed var(--accent); background: rgba(245,181,27,.05); }
.editable-placeholder strong, .editable-placeholder span { display: block; }
.editable-placeholder strong { color: var(--accent); font-size: 11px; letter-spacing: .08em; }
.editable-placeholder span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.faq-section .section-heading { position: sticky; top: 30px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; padding-right: 48px; color: var(--muted); font-size: 14px; }

.final-cta { padding: 110px 20px; background: var(--mint); color: var(--ink); text-align: center; }
.final-cta-inner { width: min(100%, 900px); margin: auto; }
.final-cta .kicker { color: #416a58; }
.final-cta h2 { margin-top: 14px; font-size: clamp(58px, 7.3vw, 98px); }
.final-cta h2 span { color: #fffdf7; text-shadow: 2px 2px 0 rgba(13,18,16,.16); }
.final-cta p:not(.kicker) { font-size: 17px; }
.final-actions { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }
.light-outline { border-color: rgba(13,18,16,.35); color: var(--ink); }
.light-outline:hover { background: rgba(255,255,255,.28); border-color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); box-shadow: 7px 7px 0 rgba(13,18,16,.2); }

.site-footer { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 62px 0 28px; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr auto; gap: 50px; align-items: start; }
.footer-main p { margin: 0; max-width: 420px; color: var(--muted); font-size: 13px; }
.footer-main nav { display: flex; flex-direction: column; gap: 9px; }
.footer-main nav a { color: #cbd1cd; font-size: 12px; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); color: #747e78; font-size: 10px; }
.mobile-cta { display: none; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; transform: translate(-50%, 30px); max-width: min(90vw, 560px); padding: 14px 18px; background: var(--paper); color: var(--ink); border-left: 4px solid var(--accent); box-shadow: 0 14px 40px rgba(0,0,0,.35); font-size: 13px; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.legal-content { width: min(calc(100% - 40px), 850px); margin: auto; padding: 90px 0 120px; }
.legal-content > h1 { font-size: clamp(60px, 8vw, 94px); }
.legal-warning { margin: 38px 0 48px; padding: 20px 22px; border: 1px dashed var(--accent); background: rgba(245,181,27,.06); }
.legal-warning strong { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.legal-warning p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.legal-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-content section h2 { margin: 0 0 13px; color: var(--mint); font-size: 27px; letter-spacing: .01em; }
.legal-content section p { margin: 0; color: #b9c1bc; }
.legal-content section strong { color: var(--white); }

@media (max-width: 880px) {
  .hero { padding-top: 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { min-height: 500px; }
  .note-one { left: 6%; }
  .note-two { right: 3%; }
  .problem-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-inner, .bonus-inner { grid-template-columns: 1fr; gap: 55px; }
  .bonus-copy { position: static; }
  .demo-grid { grid-template-columns: 1fr 1fr; }
  .project-wall { grid-template-columns: repeat(4, 1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card, .price-card.complete-card { padding: 30px; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .faq-section .section-heading { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 2; grid-row: 1 / span 2; }
}
@media (max-width: 580px) {
  .site-header { width: calc(100% - 28px); height: 66px; }
  .header-cta { font-size: 11px; }
  .hero { padding: 50px 16px 55px; }
  h1 { font-size: 53px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-row { gap: 10px 15px; }
  .hero-visual { min-height: 330px; }
  .visual-note { min-width: 130px; padding: 10px 12px; }
  .note-one { left: 0; bottom: 34px; }
  .note-two { right: 0; top: 36px; }
  .section { width: calc(100% - 32px); padding: 74px 0; }
  .section-heading { gap: 13px; }
  .problem-grid, .category-grid, .demo-grid, .pricing-grid { grid-template-columns: 1fr; }
  .project-wall { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .problem-card { min-height: 220px; }
  .solution-inner, .bonus-inner { width: calc(100% - 32px); padding: 74px 0; }
  .mechanism > div { grid-template-columns: 35px 110px 1fr; }
  .product-media-slot { min-height: 280px; }
  .split-heading { align-items: start; flex-direction: column; gap: 20px; }
  .heading-pack { gap: 13px; }
  .category-grid h3 { margin-top: 38px; }
  .steps-list li { grid-template-columns: 44px 1fr; gap: 10px; padding: 20px 0; }
  .step-tag { grid-column: 2; justify-self: start; }
  .demo-section { padding: 74px 16px; }
  .proof-placeholder { padding: 18px; }
  .price-card, .price-card.complete-card { padding: 28px 22px; }
  .price-card.complete-card { box-shadow: 8px 8px 0 rgba(245,181,27,.11); }
  .bonus-list article { grid-template-columns: 30px 82px 1fr; gap: 10px; }
  .guarantee-card { grid-template-columns: 1fr; gap: 30px; padding: 30px 22px; }
  .guarantee-mark { width: 110px; height: 110px; }
  .faq-list summary { font-size: 14px; }
  .final-cta { padding: 78px 16px; }
  .final-actions { flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: 1; grid-row: auto; margin-top: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 110px; }
  .mobile-cta { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 14px; background: var(--paper); color: var(--ink); border: 1px solid #d7d0c3; box-shadow: 0 12px 35px rgba(0,0,0,.42); }
  .mobile-cta div span, .mobile-cta div strong { display: block; }
  .mobile-cta div span { font-size: 8px; font-weight: 800; letter-spacing: .1em; }
  .mobile-cta div strong { font: 800 28px/1 "Barlow Condensed", sans-serif; }
  .mobile-cta a { padding: 13px 14px; background: var(--accent); color: var(--ink); text-decoration: none; font-size: 10px; font-weight: 800; }
  .toast { bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
