:root {
  --ink: #14251f;
  --muted: #5d6e67;
  --paper: #f7f4ec;
  --cream: #efe8d8;
  --white: #fffefa;
  --green: #1d5b49;
  --green-dark: #123e32;
  --green-soft: #dce9e3;
  --gold: #c8963f;
  --line: #d8ddd8;
  --shadow: 0 24px 70px rgba(20, 37, 31, .13);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.6; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 40px)); margin: 0 auto; min-height: 78px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(20, 37, 31, .12); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--green); color: var(--green); font-family: Georgia, serif; font-size: 13px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 14px; text-decoration: none; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--green); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 16px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; line-height: 1.2; text-align: center; box-shadow: 0 6px 18px rgba(29, 91, 73, .16); transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--green-dark); background: var(--green-dark); color: white; }
.nav-cta:hover { transform: translateY(-1px); }
.nav-cta-compact { display: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-block: 74px 92px; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; margin: 0 0 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.07; }
h1 { font-size: clamp(48px, 6vw, 76px); max-width: 750px; margin-bottom: 26px; }
h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 18px; }
h3 { line-height: 1.25; }
.hero-lead { max-width: 660px; font-size: 19px; color: var(--muted); }
.hero-context { max-width: 660px; color: var(--muted); font-size: 17px; }
.hero-context strong { color: var(--ink); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 8px; font-weight: 760; text-decoration: none; cursor: pointer; transition: transform .16s ease, background .16s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 30px rgba(29, 91, 73, .2); }
.button-primary:hover:not(:disabled) { background: var(--green-dark); }
.button:disabled { cursor: not-allowed; opacity: .55; }
.button-light { background: var(--white); color: var(--green-dark); }
.button-wide { width: 100%; }
.text-link { color: var(--green); font-weight: 730; text-underline-offset: 4px; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.hero-facts { display: flex; gap: clamp(22px, 4vw, 42px); margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts > div { display: grid; gap: 1px; }
.hero-facts dt { font: 500 28px/1 Georgia, "Times New Roman", serif; color: var(--green-dark); }
.hero-facts dd { margin: 0; color: var(--muted); font-size: 12px; }

.cover-stage { position: relative; min-height: 610px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 10px; }
.book-cover { position: relative; z-index: 2; width: min(360px, 80%); aspect-ratio: .73; background: linear-gradient(145deg, #214d3e, #102d25); padding: 46px 38px; color: white; box-shadow: -15px 24px 50px rgba(13, 32, 26, .35); transform: rotate(2.5deg); border-radius: 3px 12px 12px 3px; overflow: hidden; }
.book-cover::before { content: ""; position: absolute; inset: 0 auto 0 10px; width: 1px; background: rgba(255, 255, 255, .15); box-shadow: 4px 0 12px rgba(0, 0, 0, .25); }
.book-cover::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 4px, rgba(255,255,255,.018) 4px 5px); pointer-events: none; }
.cover-label { display: block; color: #d9c28d; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.book-cover h2 { font-size: 54px; margin: 50px 0 14px; color: white; }
.book-cover p { color: #d9c28d; font-weight: 720; }
.book-cover small { position: absolute; left: 38px; bottom: 36px; max-width: 260px; color: #d3ddd8; line-height: 1.4; }
.book-cover small span { display: block; }
.book-cover .cover-pages { margin-bottom: 5px; color: #e7d3a3; font-size: 14px; font-weight: 700; }
.cover-house { position: absolute; left: 38px; bottom: 108px; width: calc(100% - 76px); height: 100px; overflow: visible; }
.cover-house path { fill: none; stroke: rgba(231, 211, 163, .82); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.cover-house .house-ground { stroke: rgba(231, 211, 163, .4); }
.cover-house .house-detail { stroke: rgba(231, 211, 163, .48); stroke-width: .8; }
.cover-house .house-door { fill: #e7d3a3; }
.cover-shadow { position: absolute; width: 350px; height: 60px; background: rgba(16,45,37,.25); filter: blur(25px); border-radius: 50%; bottom: 78px; transform: rotate(2deg); }
.format-card { position: absolute; z-index: 3; right: 2%; bottom: 6px; padding: 14px 18px; background: var(--white); box-shadow: var(--shadow); border-radius: 10px; display: flex; gap: 11px; align-items: center; }
.format-card strong { background: #b43f38; color: white; padding: 5px 7px; font-size: 12px; }
.format-card span { font-size: 12px; color: var(--muted); }

.section-heading { max-width: 750px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.section-heading.narrow { max-width: 680px; margin-inline: auto; text-align: center; }
.guide-value { padding-block: 100px 110px; background: var(--green-dark); color: var(--white); }
.guide-value .eyebrow { color: #f1d28d; }
.value-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.value-intro h2 { margin-bottom: 0; color: var(--white); }
.value-intro > p { margin-bottom: 5px; color: #c7d6d0; font-size: 17px; }
.value-bridge { max-width: 920px; margin: 36px 0 0; color: var(--white); font-size: clamp(19px, 2.1vw, 24px); line-height: 1.5; }
.value-source { max-width: 900px; margin: 14px 0 0; color: #c7d6d0; font-size: 13px; }
.value-source a { color: #f1d28d; text-underline-offset: 3px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .16); }
.value-grid article { padding: clamp(26px, 3vw, 38px); background: var(--green-dark); }
.value-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(241, 210, 141, .4); border-radius: 14px; background: rgba(241, 210, 141, .08); color: #f1d28d; }
.value-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.value-grid h3 { margin: 24px 0 12px; color: var(--white); font: 500 clamp(22px, 2.4vw, 28px)/1.15 Georgia, "Times New Roman", serif; }
.value-grid p { margin: 0; color: #b9cbc4; }
.book-promise { max-width: 900px; margin: 72px auto 0; padding: 0; border: 0; color: #f1d28d; text-align: center; font: 500 clamp(28px, 4vw, 44px)/1.2 Georgia, "Times New Roman", serif; }
.book-audience { padding-block: 110px 0; }
.audience-heading { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.audience-heading h2 { margin-bottom: 12px; }
.audience-heading > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }
.audience-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 48px rgba(20, 37, 31, .07); }
.audience-tabs { display: flex; gap: 6px; padding: 8px; border-bottom: 1px solid var(--line); background: #eeeae0; }
.audience-tab { flex: 1; min-height: 52px; border: 0; border-radius: 12px; background: transparent; color: var(--muted); font-weight: 750; cursor: pointer; }
.audience-tab[aria-selected="true"] { background: var(--green-dark); color: white; box-shadow: 0 5px 14px rgba(20, 37, 31, .16); }
.audience-tab:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.audience-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 82px); align-items: center; padding: clamp(28px, 5vw, 60px); }
.audience-panel[hidden] { display: none; }
.audience-panel-intro h3 { margin: 15px 0; color: var(--green-dark); font: 500 clamp(27px, 3vw, 38px)/1.12 Georgia, "Times New Roman", serif; }
.audience-panel-intro p { margin: 0; color: var(--muted); font-size: 17px; }
.audience-panel-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 22px; font-weight: 700; }
.audience-panel ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.audience-panel li { position: relative; padding: 0 0 16px 28px; border-bottom: 1px solid var(--line); color: #40534c; }
.audience-panel li:last-child { padding-bottom: 0; border-bottom: 0; }
.audience-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
#panel-nije li::before { content: "·"; font-size: 24px; line-height: 1; }
.book-thinking { padding-block: 120px 0; scroll-margin-top: 24px; }
.book-thinking .section-heading { margin-bottom: 32px; }
.thinking-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; list-style: none; border-radius: var(--radius); background: var(--line); overflow: hidden; }
.thinking-checks li { min-width: 0; padding: clamp(24px, 3vw, 36px); background: var(--white); }
.thinking-checks li span { display: block; margin-bottom: 28px; color: var(--gold); font: 500 16px Georgia, "Times New Roman", serif; }
.thinking-checks li strong { display: block; margin-bottom: 10px; color: var(--green-dark); font: 500 clamp(22px, 2.3vw, 29px)/1.15 Georgia, "Times New Roman", serif; }
.thinking-checks li p { margin: 0; color: var(--muted); }
.offer-story { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, 1fr); gap: clamp(24px, 4vw, 64px); align-items: center; margin-top: 24px; padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--green-soft); }
.offer-story-intro .eyebrow { margin-bottom: 10px; }
.offer-story-intro h3 { margin-bottom: 12px; color: var(--green-dark); font: 500 clamp(28px, 3vw, 38px)/1.15 Georgia, "Times New Roman", serif; }
.offer-story-intro > p:last-child { margin: 0; color: #40534c; }
.offer-story-lesson { padding: clamp(22px, 3vw, 32px); border-radius: 16px; background: var(--white); }
.offer-story-lesson .offer-story-question { margin: 0 0 12px; color: var(--green-dark); font: 500 clamp(22px, 2.3vw, 29px)/1.2 Georgia, "Times New Roman", serif; }
.offer-story-lesson p:last-child { margin: 0; color: var(--muted); }

.personal-story { padding-block: 120px 30px; }
.story-card { position: relative; display: grid; grid-template-columns: .38fr 1.12fr; gap: clamp(40px, 7vw, 100px); align-items: center; padding: clamp(36px, 7vw, 88px); background: #eee7d7; border-radius: var(--radius); overflow: hidden; }
.story-card::after { content: ""; position: absolute; width: 290px; height: 290px; right: -140px; bottom: -150px; border: 1px solid rgba(29, 91, 73, .18); border-radius: 50%; box-shadow: 0 0 0 34px rgba(29, 91, 73, .045), 0 0 0 70px rgba(29, 91, 73, .025); }
.story-sign { position: relative; z-index: 1; min-height: 260px; border: 1px solid rgba(20, 37, 31, .18); background: rgba(255, 254, 250, .55); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-2deg); box-shadow: 0 18px 40px rgba(20, 37, 31, .08); }
.story-sign span { display: grid; place-items: center; width: 92px; aspect-ratio: 1; border: 1px solid var(--green); border-radius: 50%; font: italic 34px Georgia, serif; color: var(--green); }
.story-sign small { margin-top: 18px; color: var(--muted); font: italic 13px Georgia, serif; }
.story-copy { position: relative; z-index: 1; }
.story-copy h2 { font-size: clamp(32px, 4vw, 48px); }
.story-copy > p:not(.eyebrow) { color: #465a52; font-size: 17px; }
.chapters { padding-block: 110px; border-top: 1px solid var(--line); }
.chapter-list, .faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; gap: 18px; align-items: center; min-height: 82px; }
summary::-webkit-details-marker { display: none; }
.chapter-list summary span { color: var(--gold); width: 50px; font-family: Georgia, serif; font-size: 19px; }
summary strong { flex: 1; font-size: 18px; }
summary i { font-style: normal; font-size: 23px; color: var(--green); transition: transform .2s ease; }
details[open] summary i { transform: rotate(45deg); }
details > p { color: var(--muted); margin: -4px 50px 28px 68px; }

.book-sample { padding-block: 30px 100px; scroll-margin-top: 28px; }
.sample-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 32px; }
.sample-heading > div { max-width: 720px; }
.sample-heading h2 { margin-bottom: 16px; }
.sample-heading p:last-child { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.sample-heading .button { flex-shrink: 0; gap: 10px; }
.sample-tool { margin-bottom: 28px; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.sample-tool-intro h3 { max-width: 760px; margin-bottom: 10px; color: var(--green-dark); font: 500 clamp(24px, 2.7vw, 34px)/1.18 Georgia, "Times New Roman", serif; }
.sample-tool-intro > p:last-child { margin-bottom: 20px; color: var(--muted); }
.sample-tool-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: sample-step; }
.sample-tool-steps li { counter-increment: sample-step; display: grid; align-content: start; gap: 8px; padding: 20px; border-radius: 12px; background: var(--green-soft); }
.sample-tool-steps li::before { content: counter(sample-step, decimal-leading-zero); color: var(--green); font: 500 17px Georgia, "Times New Roman", serif; }
.sample-tool-steps strong { color: var(--green-dark); }
.sample-tool-steps span { color: var(--muted); }
.sample-tool-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.sample-reader { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.sample-reader-bar { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 13px 22px; background: var(--green-dark); color: var(--white); font-size: 13px; font-weight: 700; }
.sample-reader-bar a { color: #f1d28d; text-underline-offset: 3px; }
.sample-reader iframe { display: block; width: 100%; height: min(88vh, 1040px); min-height: 560px; border: 0; background: #e8ece9; }
.sample-mobile-reader { display: none; }
.sample-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; margin-top: 28px; padding: clamp(28px, 4vw, 44px); border-radius: var(--radius); background: var(--green-soft); }
.sample-cta h3 { margin: 0 0 12px; font: 500 clamp(28px, 3vw, 38px)/1.16 Georgia, "Times New Roman", serif; }
.sample-cta p:last-child { margin-bottom: 0; color: var(--muted); }
.sample-cta > div:last-child { max-width: 280px; }
.sample-cta .button { width: 100%; text-align: center; }
.sample-cta .microcopy { margin-top: 12px; font-size: 12px; }

.pricing { padding-block: 80px 130px; }
.price-card { background: var(--green-dark); color: white; padding: clamp(34px, 6vw, 76px); border-radius: var(--radius); display: grid; grid-template-columns: 1fr .9fr; gap: 80px; box-shadow: var(--shadow); }
.price-card .eyebrow { color: #f1d28d; }
.price-copy > p { color: #c7d6d0; }
.price-copy ul { list-style: none; padding: 12px 0 0; display: grid; gap: 8px; }
.price-copy li::before { content: "✓"; color: #f1d28d; margin-right: 10px; }
.price-action { background: var(--white); color: var(--ink); border-radius: 14px; padding: 30px; }
.price-label, .tax-note { display: block; color: var(--muted); font-size: 13px; }
.price { display: block; font-family: Georgia, serif; font-size: 46px; line-height: 1; margin: 8px 0; }
.checkout-status { min-height: 42px; font-size: 12px; color: var(--green); margin: 12px 0 4px; }
.legal-note { font-size: 11px; color: var(--muted); margin: 0; }
.legal-note a { color: var(--green); }

.faq { padding-block: 90px 130px; }
.faq-list summary { font-weight: 700; }
.faq-list summary i { margin-left: auto; }
.faq-list details > p { margin-left: 0; }

footer { background: #0e2820; color: white; padding: 70px max(24px, calc((100% - 1160px)/2)) 30px; display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 50px; }
footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
footer a { text-decoration: none; color: #d2ded9; }
footer p, footer span { color: #9eb1aa; font-size: 13px; }
.footer-brand { color: white; font-size: 18px; }
.footer-brand > span:last-child { color: white; font-size: inherit; }
.footer-brand .brand-mark { border-color: #d9c28d; color: #d9c28d; }
footer a { overflow-wrap: anywhere; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; color: #789088; }

.legal-page { background: var(--white); }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 60px auto 100px; }
.legal-main h1 { font-size: 52px; }
.legal-main h2 { font-size: 28px; margin-top: 42px; }
.legal-main p, .legal-main li { color: #40534c; }
.legal-meta { color: var(--muted); }

/* International storefront */
.international-header { gap: 22px; }
.international-header nav { margin-left: auto; }
.language-picker { display: grid; gap: 2px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.language-picker select { min-width: 122px; padding: 7px 28px 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); color: var(--ink); text-transform: none; letter-spacing: normal; }
.international-cover h2 { max-width: 270px; font-size: clamp(36px, 4.4vw, 52px); overflow-wrap: anywhere; }
.cover-edition { position: absolute; left: 38px; bottom: 34px; color: #d3ddd8; font-size: 13px; }
.international-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 54px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.16); }
.international-benefits article { padding: clamp(28px, 4vw, 44px); background: var(--green-dark); }
.international-benefits h3 { color: var(--white); font: 500 clamp(24px, 2.7vw, 32px)/1.15 Georgia, "Times New Roman", serif; }
.international-benefits p { margin: 0; color: #b9cbc4; }
.international-chapters { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: none; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.international-chapters article { padding: clamp(22px, 3vw, 32px); border-right: 1px solid var(--line); background: var(--white); }
.international-chapters article:last-child { border-right: 0; }
.international-chapters h3 { color: var(--green-dark); font: 500 23px/1.18 Georgia, "Times New Roman", serif; }
.international-chapters p { margin: 0; color: var(--muted); }
.international-localisation > div { padding: clamp(34px, 7vw, 76px); border-radius: var(--radius); background: var(--green-soft); }
.international-localisation p:last-child { max-width: 850px; margin-bottom: 0; color: #40534c; font-size: 18px; }
.language-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.language-card { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--green-dark); font-weight: 740; text-decoration: none; }
.language-card:hover, .language-card:focus-visible, .language-card[aria-current="page"] { border-color: var(--green); background: var(--green-soft); }
.language-card small { color: var(--muted); font-weight: 600; }
.pricing-layout { padding: clamp(34px, 6vw, 70px); border-radius: var(--radius); background: var(--green-dark); color: white; display: grid; grid-template-columns: 1fr minmax(300px, .78fr); gap: clamp(36px, 7vw, 80px); box-shadow: var(--shadow); }
.pricing-layout .eyebrow { color: #f1d28d; }
.pricing-copy > p:last-child { color: #c7d6d0; }
.pricing-layout .signup-form { align-self: start; padding: 28px; border-radius: 14px; background: var(--white); color: var(--ink); }
.pricing-layout .signup-form > label { display: block; margin-bottom: 7px; font-weight: 720; }
.pricing-layout .signup-form input[type="email"] { width: 100%; margin-bottom: 14px; padding: 13px 14px; border: 1px solid #8b9e95; border-radius: 8px; }
.pricing-layout [data-signup-status] { min-height: 24px; margin: 12px 0 0; color: var(--green); font-size: 13px; }

.success-main { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 50px 20px; }
.success-card { width: min(680px, 100%); background: var(--white); border-radius: var(--radius); padding: clamp(34px, 7vw, 70px); box-shadow: var(--shadow); text-align: center; }
.success-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 24px; background: var(--green-soft); color: var(--green); border-radius: 50%; font-size: 30px; }
.success-card h1 { font-size: 48px; }
.success-card p { color: var(--muted); }
.success-card .button { margin-top: 16px; }
.success-card .hidden { display: none; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .international-header nav { display: none; }
  .international-chapters { grid-template-columns: 1fr 1fr; }
  .international-chapters article { border-bottom: 1px solid var(--line); }
  .pricing-layout { grid-template-columns: 1fr; }
  .cover-stage { min-height: 610px; }
  .price-card { grid-template-columns: 1fr; gap: 40px; }
  .story-card { grid-template-columns: 1fr; }
  .thinking-checks, .offer-story { grid-template-columns: 1fr; }
  .value-intro { grid-template-columns: 1fr; gap: 20px; }
  .value-grid { grid-template-columns: 1fr; }
  .audience-panel { grid-template-columns: 1fr; }
  .story-sign { min-height: 190px; max-width: 280px; }
  .sample-heading { align-items: start; flex-direction: column; }
  .sample-cta { grid-template-columns: 1fr; }
  .sample-cta > div:last-child { max-width: none; }
  .sample-tool-steps { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .sample-reader iframe { display: none; }
  .sample-mobile-reader { display: block; padding: 14px; background: #e8ece9; }
  #mobilePdfStatus { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
  .mobile-pdf-page { margin: 0 0 18px; }
  .mobile-pdf-page-slot { display: grid; place-items: center; width: 100%; aspect-ratio: 595 / 842; overflow: hidden; background: var(--white); box-shadow: 0 4px 18px rgba(20, 37, 31, .12); color: var(--muted); font-size: 13px; }
  .mobile-pdf-page-slot canvas { display: block; max-width: 100%; height: auto; }
  .mobile-pdf-page > p { margin: 6px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
  .sample-mobile-open { display: inline-block; margin: 0 0 16px; color: var(--green); font-size: 14px; font-weight: 700; text-underline-offset: 3px; }
  .sample-mobile-fallback { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
  .sample-mobile-fallback a { color: var(--green); font-weight: 700; }
}

@media (max-width: 600px) {
  .section-shell, .site-header { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 64px; flex-wrap: nowrap; gap: 6px; padding-block: 10px; }
  .site-header .brand { min-width: 0; gap: 6px; white-space: nowrap; }
  .site-header .brand-mark { width: 30px; flex: 0 0 30px; font-size: 11px; }
  .site-header .brand > span:last-child { font-size: 10.5px; }
  nav { min-width: 0; margin-left: auto; gap: 6px; flex-wrap: nowrap; }
  .nav-cta { min-height: 36px; padding: 7px 8px; font-size: 10.5px; white-space: nowrap; }
  .nav-cta-full { display: none; }
  .nav-cta-compact { display: inline; color: inherit; font-size: inherit; }
  .hero { padding-block: 50px 70px; }
  h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .hero-facts { gap: 18px; }
  .hero-facts dt { font-size: 24px; }
  .guide-value { padding-block: 76px 84px; }
  .value-grid { margin-top: 42px; }
  .value-grid h3 { margin-top: 18px; }
  .book-audience { padding-top: 76px; }
  .audience-tabs { gap: 4px; }
  .audience-tab { font-size: 14px; }
  .book-promise { margin-top: 50px; }
  .book-cover { width: 280px; padding: 34px 28px; }
  .book-cover h2 { font-size: 43px; margin-top: 36px; }
  .book-cover small { left: 28px; }
  .cover-stage { min-height: 500px; }
  .cover-house { left: 28px; bottom: 108px; width: calc(100% - 56px); height: 78px; }
  .cover-shadow { width: 280px; bottom: 67px; }
  .format-card { right: auto; bottom: 0; }
  .chapters, .faq { padding-block: 80px; }
  .book-sample { padding-block: 0 76px; }
  .sample-reader iframe { height: 75vh; min-height: 480px; }
  .sample-reader-bar { flex-wrap: wrap; padding: 12px 16px; }
  .book-thinking { padding-top: 88px; }
  .thinking-checks li span { margin-bottom: 12px; }
  .offer-story-lesson { padding: 22px; }
  .personal-story { padding-block: 80px 10px; }
  .price-card { padding: 30px 22px; }
  details > p { margin-left: 0; margin-right: 0; }
  footer { grid-template-columns: 1fr; gap: 32px; padding: 48px 20px 24px; }
  footer > div { gap: 10px; }
  footer small { margin-top: 4px; padding-top: 20px; line-height: 1.6; }
}

[hidden] { display: none !important; }
.signup-form { display: grid; gap: 16px; }
#prijava .price-card { align-items: center; gap: clamp(32px, 5vw, 64px); }
#prijava .signup-form { min-width: 0; padding: clamp(22px, 3vw, 32px); border-radius: 20px; background: var(--white); color: var(--ink); gap: 12px; }
#prijava .signup-form > label { font-size: 14px; font-weight: 650; }
#prijava .signup-consent-note { margin: 6px 0 10px; color: var(--muted); font-size: 12px; font-weight: 400; line-height: 1.6; }
#prijava .signup-consent-note a { color: inherit; text-decoration: underline; }
.signup-form input[type="email"], .signup-form input[type="search"] { width: 100%; min-width: 0; padding: 14px; border: 1px solid #8b9e95; border-radius: 8px; font: inherit; background: white; color: #18372a; }
#prijava input[type="email"] { min-height: 56px; padding: 14px 18px; border-color: var(--line); border-radius: 14px; }
#prijava .button { min-height: 56px; padding: 14px 18px; border-radius: 14px; line-height: 1.4; }
#prijava input:focus-visible, #prijava button:focus-visible, #prijava a:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
#signupStatus { margin: 0; color: var(--green-dark); font-size: 13px; overflow-wrap: anywhere; }
#signupStatus:empty { display: none; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.admin-main { padding-block: 50px 80px; }
.admin-main [hidden] { display: none !important; }
.admin-empty { margin-block: 32px; padding: clamp(28px, 5vw, 60px) 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: center; }
.admin-empty-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 28px; }
.admin-empty h2 { font-size: clamp(28px, 4vw, 36px); }
.admin-empty p { max-width: 480px; margin: 0 auto 24px; color: var(--muted); }
.admin-status-summary { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.admin-main h1 { font-size: clamp(32px, 6vw, 52px); }
.admin-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 36px 0 16px; flex-wrap: wrap; }
.admin-toolbar .signup-form { display: flex; align-items: end; gap: 10px; }
.admin-toolbar .signup-form label { display: grid; gap: 6px; font-weight: 700; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.table-scroll table { width: 100%; border-collapse: collapse; background: white; }
.table-scroll th, .table-scroll td { padding: 16px; text-align: left; border-bottom: 1px solid #dce5df; overflow-wrap: anywhere; }
.table-scroll tbody tr:last-child td { border-bottom: 0; }
.table-scroll th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.admin-pagination { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.admin-mailer,.admin-mail-history { margin: 34px 0; padding: clamp(22px, 4vw, 38px); border: 1px solid #dce5df; border-radius: 20px; background: #fff; box-shadow: 0 16px 45px rgba(20,37,31,.06); }
.admin-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.admin-section-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 40px); }
.admin-section-heading .eyebrow { margin-bottom: 8px; }
.admin-provider-badge { padding: 7px 12px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.admin-composer-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.admin-email-form { display: grid; gap: 10px; }
.admin-email-form > label { display: flex; justify-content: space-between; align-items: baseline; margin-top: 8px; font-weight: 760; }
.admin-email-form > label small { color: var(--muted); font-weight: 500; }
.admin-email-form input[type="text"],.admin-email-form textarea,.admin-email-form select { width: 100%; padding: 13px 14px; border: 1px solid #8b9e95; border-radius: 10px; background: #fff; color: #18372a; font: inherit; }
.admin-email-form input:focus,.admin-email-form textarea:focus,.admin-email-form select:focus { outline: 3px solid rgba(29,91,73,.16); border-color: var(--green); }
.admin-email-form textarea { resize: vertical; line-height: 1.55; }
.recipient-fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; border: 0; }
.recipient-fieldset legend { grid-column: 1 / -1; margin-bottom: 8px; font-weight: 760; }
.recipient-option { display: flex; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.recipient-option:has(input:checked) { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }
.recipient-option input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green); }
.recipient-option span { display: grid; gap: 3px; }
.recipient-option small { color: var(--muted); line-height: 1.35; }
.selected-recipients { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 10px 13px; border-radius: 10px; background: #f4f6f4; color: var(--muted); font-size: 14px; }
.selected-recipients.is-all { background: #fff6e5; color: #71521b; }
.selected-recipients button { padding: 3px 0; border: 0; background: transparent; color: var(--green); font-weight: 750; cursor: pointer; }
.admin-send-row { display: flex; align-items: center; gap: 16px; margin-top: 10px; flex-wrap: wrap; }
.admin-send-row p { margin: 0; color: var(--green-dark); font-size: 14px; }
.email-preview { position: sticky; top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #f2f4f2; box-shadow: 0 12px 30px rgba(20,37,31,.08); }
.email-preview-bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--line); background: #e8ece9; }
.email-preview-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #aeb9b3; }
.email-preview-bar strong { margin-left: 6px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.email-preview-content { margin: 18px; padding: 24px; min-height: 360px; border-radius: 8px; background: white; }
.email-preview-brand { color: var(--green); font-weight: 800; }
.email-preview-content h3 { font-family: Georgia,"Times New Roman",serif; font-size: 24px; overflow-wrap: anywhere; }
.email-preview-content p { white-space: pre-line; overflow-wrap: anywhere; }
.email-preview-content hr { margin: 30px 0 16px; border: 0; border-top: 1px solid var(--line); }
.email-preview-foot { color: var(--muted); font-size: 12px; }
.admin-check-cell { width: 48px; text-align: center !important; }
.admin-check-cell input { width: 18px; height: 18px; accent-color: var(--green); }
.admin-recipient-table tr.is-selected td { background: #eef6f2; }
.admin-actions { display: flex; gap: 7px; white-space: nowrap; }
.button-small { min-height: 36px; padding: 0 12px; background: var(--green-soft); color: var(--green-dark); font-size: 12px; }
.button-danger { background: #f7e9e7; color: #853c34; }
.campaign-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 12px; margin: 22px 0; }
.admin-campaign { display: grid; gap: 5px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #f8faf8; font-size: 13px; }
.admin-campaign > small { color: var(--muted); }
.campaign-stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 4px; margin-top: 10px; }
.campaign-stats span { display: grid; text-align: center; }
.campaign-stats b { color: var(--green-dark); font-size: 18px; }
.campaign-stats small { color: var(--muted); font-size: 9px; }

@media (max-width: 850px) {
  .admin-composer-grid { grid-template-columns: 1fr; }
  .email-preview { position: static; }
  .recipient-fieldset { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .admin-toolbar .signup-form { width: 100%; display: grid; }
  .admin-toolbar .button { width: 100%; }
  .admin-mailer,.admin-mail-history { padding: 18px; border-radius: 14px; }
  .admin-section-heading { align-items: flex-start; }
}

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