:root {
    --ink: #17251f;
    --muted: #65726c;
    --green-950: #0d2e26;
    --green-900: #143d32;
    --green-700: #286b55;
    --green-500: #54a37f;
    --mint: #eaf5ee;
    --cream: #f7f3e9;
    --gold: #e7b94f;
    --white: #fff;
    --line: #dce5df;
    --danger: #a63d40;
    --shadow: 0 18px 55px rgba(19, 61, 50, .11);
    --radius: 22px;
    --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 400 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.2rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding-block: 92px; }
.section-soft { background: #f4f8f5; }
.sr-only, .screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 100; left: 16px; top: 16px; background: #fff; padding: 10px 14px; border-radius: 8px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--green-700); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(231,185,79,.16); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 1px solid var(--green-900); border-radius: 12px; color: #fff; background: var(--green-900); box-shadow: 0 9px 24px rgba(20,61,50,.16); font-weight: 750; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-700); }
.button-ghost { color: var(--green-900); background: transparent; box-shadow: none; }
.button-light { color: var(--green-900); background: #fff; border-color: #fff; }
.button-light:hover { color: var(--green-900); background: #fff; }
.button-gold { color: var(--green-950); background: var(--gold); border-color: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link, .card-link { color: var(--green-700); font-weight: 800; }
.muted { color: #909b96; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(220,229,223,.8); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.04rem; font-weight: 600; }
.brand strong { color: var(--green-700); }
.brand-mark { position: relative; display: grid; width: 38px; height: 38px; place-items: center; overflow: hidden; border: 3px solid var(--green-900); border-top-color: transparent; border-radius: 8px 8px 14px 14px; color: var(--gold); transform: rotate(-2deg); }
.brand-mark:before { content: ""; position: absolute; top: 1px; width: 23px; border-top: 3px solid var(--green-900); transform: rotate(-9deg); }
.brand-mark span { margin-top: 7px; text-shadow: 8px -4px 0 #f4d37b, -7px -2px 0 #d9a731; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; }
.main-nav a:hover { color: var(--green-700); }
.main-nav .nav-cta { padding: 9px 15px; border: 1px solid var(--green-900); border-radius: 10px; color: #fff; background: var(--green-900); }
.menu-toggle { display: none; border: 0; background: none; font-weight: 800; }

.hero { min-height: 690px; padding-block: 90px 50px; overflow: hidden; background: radial-gradient(circle at 82% 36%, rgba(231,185,79,.17), transparent 24%), linear-gradient(135deg, #f9fbf7 0%, #f5f0e5 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 790px; margin-bottom: 25px; }
.hero-copy h1 em { color: var(--green-700); font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p { max-width: 670px; margin-bottom: 32px; color: var(--muted); font-size: 1.14rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--muted); font-size: .84rem; }
.trust-list li:before { content: "\2713"; margin-right: 7px; color: var(--green-700); font-weight: 900; }
.hero-visual { position: relative; min-height: 500px; }
.jar { position: absolute; inset: 55px 45px 20px; display: flex; align-items: flex-end; justify-content: center; }
.jar-glass { position: relative; width: 290px; height: 290px; overflow: hidden; border: 8px solid rgba(20,61,50,.75); border-top: 16px solid var(--green-900); border-radius: 24px 24px 80px 80px; background: linear-gradient(115deg, rgba(255,255,255,.86), rgba(209,235,221,.4)); box-shadow: inset 25px 0 35px rgba(255,255,255,.7), var(--shadow); }
.jar-glass:before { content: ""; position: absolute; z-index: 2; left: 18px; top: 24px; width: 18px; height: 170px; background: rgba(255,255,255,.62); border-radius: 20px; transform: rotate(4deg); }
.coins { position: absolute; right: -15px; bottom: -12px; left: -15px; height: 56%; background: radial-gradient(circle at 50% 50%, #f6d878 0 17px, #d5a337 18px 21px, transparent 22px) 0 0/55px 48px, linear-gradient(#eab84c,#c99026); border-radius: 30% 30% 0 0; }
.coin { position: absolute; z-index: 4; display: grid; width: 64px; height: 64px; place-items: center; border: 5px solid #cd962d; border-radius: 50%; color: #9d6d18; background: #f2cc68; font-weight: 900; box-shadow: 0 11px 20px rgba(118,81,14,.22); }
.coin-1 { left: 22%; top: 25px; transform: rotate(-18deg); }
.coin-2 { right: 18%; top: 100px; transform: rotate(12deg); }
.coin-3 { left: 34%; top: 145px; transform: rotate(7deg); }
.float-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); font-size: .8rem; backdrop-filter: blur(12px); }
.float-chip span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--green-700); border-radius: 9px; }
.chip-one { right: 8px; top: 28px; }
.chip-two { bottom: 30px; left: 0; }
.search-band { position: relative; z-index: 6; margin-top: -26px; }
.search-box { display: flex; width: min(720px, 100%); min-height: 66px; align-items: center; gap: 14px; padding: 0 22px; margin-inline: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.search-box > span { color: var(--green-700); font-size: 1.7rem; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-box-page { margin: 32px 0 0; }
.search-empty { margin: 25px auto; color: var(--muted); text-align: center; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2 { max-width: 690px; margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 3px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.category-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; transition: border .2s, transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-3px); border-color: #a9c8b9; box-shadow: var(--shadow); }
.category-icon, .tool-icon { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; color: var(--green-900); background: var(--mint); border-radius: 13px; font-size: 1.3rem; font-weight: 900; }
.category-card strong, .category-card small { display: block; }
.category-card small { margin-top: 3px; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.category-card b { color: var(--green-700); }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool-card { display: flex; min-height: 276px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s, box-shadow .2s; }
.tool-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tool-card-top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 24px; }
.tool-card h3 { margin-bottom: 10px; font-size: 1.24rem; }
.tool-card p { flex: 1; color: var(--muted); font-size: .9rem; }
.tool-card .card-link { margin-top: 16px; font-size: .9rem; }
.badge { padding: 5px 9px; border-radius: 30px; color: #7b651e; background: #fff7d9; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ad-slot { width: min(calc(100% - 40px), 970px); min-height: 118px; display: block; padding: 26px 18px; margin: 35px auto; border: 1px dashed #c7d2cb; color: #9aa49e; background: #fafbf9; text-align: center; font-size: .75rem; }
.ad-slot span { display: block; margin-bottom: 12px; font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.ad-slot .adsbygoogle { width: 100%; min-height: 80px; }
.split-callout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; padding: 55px 65px; border-radius: 30px; color: #fff; background: var(--green-900); }
.split-callout h2 { max-width: 670px; }
.split-callout p { max-width: 640px; color: #c9ded5; }
.split-callout .eyebrow { color: #a7d1bd; }
.split-callout img { width: 400px; margin: 0 auto -80px; filter: drop-shadow(0 25px 30px rgba(0,0,0,.25)); }

.page-hero, .calculator-hero { padding-block: 46px 68px; background: linear-gradient(135deg,#f2f7f3,#fbf7ed); }
.page-hero h1 { max-width: 880px; margin: 15px 0 20px; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.page-hero-small { padding-bottom: 45px; }
.page-hero-small h1 { margin-bottom: 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 34px; list-style: none; color: var(--muted); font-size: .78rem; }
.breadcrumb li + li:before { content: "/"; margin-right: 9px; color: #aab3ae; }
.breadcrumb a:hover { color: var(--green-700); }
.filter-row { display: flex; gap: 8px; padding-bottom: 25px; overflow-x: auto; }
.filter { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); border-radius: 30px; color: var(--muted); background: #fff; cursor: pointer; }
.filter.active { color: #fff; border-color: var(--green-900); background: var(--green-900); }
.tool-grid-list > div[hidden] { display: none; }
.category-icon-large { width: 60px; height: 60px; margin-bottom: 22px; font-size: 1.65rem; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 45px; font-size: 1.7rem; }
.prose a { color: var(--green-700); text-decoration: underline; }

.ebook-hero { padding-block: 75px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(231,185,79,.2), transparent 25%), var(--green-950); }
.ebook-hero-grid { display: grid; grid-template-columns: 1.28fr .72fr; align-items: center; gap: 55px; }
.ebook-hero h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(2.65rem, 4.2vw, 3.95rem); }
.ebook-lead { max-width: 700px; color: #cce0d7; font-size: 1.13rem; }
.eyebrow-light { color: #a9d2bf; }
.check-list { display: grid; gap: 8px; padding: 0; margin: 25px 0; list-style: none; }
.check-list li:before { content: "\2713"; margin-right: 10px; color: var(--gold); }
.price { display: flex; align-items: end; gap: 12px; margin: 25px 0; }
.price span { display: grid; color: #b8cbc2; font-size: .85rem; }
.price strong { color: var(--gold); font-size: 3.5rem; line-height: .9; }
.ebook-hero small, .final-offer small { display: block; margin-top: 13px; color: #aebfb7; }
.ebook-hero img { filter: drop-shadow(0 32px 45px rgba(0,0,0,.42)); }
.ebook-page .section-heading { align-items: start; flex-direction: column; gap: 14px; }
.ebook-page .section-heading > p { max-width: none; width: 100%; margin-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.benefit-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 18px; }
.benefit-grid span { color: var(--gold); font-weight: 900; }
.benefit-grid h3 { margin-top: 25px; }
.benefit-grid p { color: var(--muted); font-size: .9rem; }
.ebook-story { padding-block: 90px; background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.story-grid img { border-radius: 25px; box-shadow: var(--shadow); }
.story-grid p { color: var(--muted); font-size: 1.05rem; }
.bonus-box { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; padding: 55px; border-radius: 28px; background: var(--mint); }
.bonus-box img { max-height: 280px; margin: 0 auto -70px; }
.final-offer { max-width: 760px; padding: 90px 20px 20px; margin-inline: auto; text-align: center; }
.final-offer p { color: var(--muted); }
.final-offer > strong { display: block; margin: 20px; color: var(--green-700); font-size: 4rem; }
.benefit-grid-wide { grid-template-columns: repeat(3, 1fr); }
.sales-copy p { color: var(--muted); font-size: 1.03rem; }
.check-list-dark li:before { color: var(--green-700); }
.sales-split { display: grid; gap: 48px; }
.sales-split > .sales-copy:not(.author-card) { max-width: none; }
.author-card { display: grid; grid-template-columns: minmax(180px, 25%) 1fr; align-items: center; gap: 26px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.author-card img { width: 100%; border-radius: 18px; }
.sales-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.sales-list li { position: relative; padding: 16px 18px 16px 48px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--muted); }
.sales-list li:before { content: "\2713"; position: absolute; left: 18px; top: 15px; color: var(--green-700); font-weight: 900; }
.sales-list-grid { grid-template-columns: repeat(3, 1fr); }
.compact-list { padding-left: 20px; color: var(--muted); }
.ebook-bonus-box { gap: 36px; }
.ebook-bonus-box img { width: min(360px, 100%); max-height: none; margin: 0 auto; border-radius: 18px; box-shadow: var(--shadow); }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.offer-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.offer-card-featured { border-color: rgba(231,185,79,.72); background: linear-gradient(180deg, #fff, #fffbeb); }
.offer-card img { width: 100%; border-radius: 14px; box-shadow: 0 14px 35px rgba(19,61,50,.12); }
.offer-card p { color: var(--muted); font-size: .94rem; }
.offer-card strong { display: block; margin: 16px 0; color: var(--green-700); font-size: 2.6rem; line-height: 1; }
.offer-card .button { width: 100%; }
.guarantee-box { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 42px; padding: 42px; border-radius: 28px; color: #fff; background: var(--green-950); }
.guarantee-box h2 { color: #fff; }
.guarantee-box p { max-width: 760px; color: #cce0d7; }
.guarantee-box > img { width: 180px; justify-self: center; }
.security-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 22px 0; list-style: none; }
.security-list li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #eaf5ee; background: rgba(255,255,255,.06); font-weight: 750; }
.security-list li:before { content: "\2713"; color: var(--gold); font-weight: 900; }

.site-footer { padding: 65px 0 25px; color: #c8d9d1; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 70px; }
.brand-footer { color: #fff; }
.footer-grid p { max-width: 360px; margin-top: 20px; color: #91aaa0; }
.footer-grid h2 { color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: .86rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.1); color: #829a90; font-size: .72rem; }
.cookie-banner { position: fixed; z-index: 80; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; width: min(calc(100% - 36px), 980px); padding: 18px; margin-inline: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 4px; color: var(--green-900); }
.cookie-banner p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: end; gap: 10px; }
.cookie-actions .button { min-height: 42px; padding: 9px 15px; }

@media (max-width: 900px) {
    .main-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 12px; }
    .menu-toggle { display: block; }
    .hero-grid, .ebook-hero-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 65px; }
    .hero-visual { min-height: 400px; }
    .jar { inset: 20px 20px 0; }
    .tool-grid { grid-template-columns: repeat(2, 1fr); }
    .section-heading { align-items: start; flex-direction: column; gap: 15px; }
    .benefit-grid, .benefit-grid-wide { grid-template-columns: repeat(2, 1fr); }
    .story-grid, .sales-split, .offer-grid, .cookie-banner { grid-template-columns: 1fr; }
    .sales-list-grid { grid-template-columns: repeat(2, 1fr); }
    .offer-card { grid-template-columns: .75fr 1fr; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding-block: 65px; }
    .hero { min-height: auto; padding-top: 50px; }
    .hero-copy h1 { font-size: 2.75rem; }
    .button-row, .button-row .button { width: 100%; }
    .hero-visual { min-height: 335px; }
    .jar-glass { width: 210px; height: 225px; }
    .coin { width: 50px; height: 50px; font-size: .75rem; }
    .float-chip { padding: 10px; font-size: .7rem; }
    .category-grid, .tool-grid, .benefit-grid, .benefit-grid-wide, .footer-grid, .sales-list-grid { grid-template-columns: 1fr; }
    .category-card { padding: 17px; }
    .tool-card { min-height: 240px; }
    .split-callout, .bonus-box, .author-card, .offer-card, .guarantee-box { grid-template-columns: 1fr; padding: 38px 26px; }
    .split-callout img { margin-top: 30px; }
    .page-hero h1 { font-size: 2.55rem; }
    .footer-grid { gap: 35px; }
    .footer-bottom { flex-direction: column; }
    .ebook-hero { padding-block: 55px; }
    .ebook-hero h1 { font-size: 2.55rem; }
    .ebook-lead { font-size: 1rem; }
    .offer-card { gap: 18px; }
    .guarantee-box { gap: 26px; }
    .cookie-actions { justify-content: stretch; }
    .cookie-actions .button, .cookie-actions .text-link { flex: 1 1 100%; text-align: center; }
}
