:root {
  --navy: #2f4d6b;
  --navy-2: #24405c;
  --slate: #58708e;
  --teal: #4f6b93;
  --teal-dark: #3f597e;
  --sky: #e8eef5;
  --cream: #f5f0e6;
  --paper: #faf6ef;
  --gold: #b39a66;
  --ink: #2a3742;
  --muted: #6a747e;
  --line: #e5dfd2;
  --white: #ffffff;
  --shadow: 0 18px 46px rgba(31, 58, 86, .10);
  --radius: 14px;
  --pill: 6px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--teal-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.03em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.6vw, 5.35rem); font-weight: 700; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.65rem); color: var(--navy); }
h3 { font-size: 1.22rem; color: var(--navy); }
p { margin: 0; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: #495965; max-width: 710px; }
.muted { color: var(--muted); }

.announcement {
  background: var(--navy-2);
  color: #dfeaf1;
  font-size: .88rem;
  text-align: center;
  padding: 9px 16px;
}
.announcement strong { color: white; }

.lang-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 16px;
  background: var(--sky);
  color: var(--navy-2);
  font-size: .88rem;
  padding: 10px 44px;
  position: relative;
}
.lang-banner a { font-weight: 650; color: var(--teal); text-underline-offset: 3px; }
.lang-banner button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--slate);
  font-size: 1.25rem;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
}
.lang-banner button:hover { color: var(--navy-2); }

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(223, 229, 231, .85);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 290px; max-width: 58vw; height: auto; }
.footer .brand-logo { filter: brightness(0) invert(1); opacity: .95; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  color: white; background: var(--navy); border: 3px solid #d7e7e8;
  font-family: Georgia, serif; font-weight: 700; letter-spacing: -.08em;
  overflow: hidden;
}
.brand-mark img { width: 100%; height: 100%; }
.brand-copy strong { display:block; color: var(--navy); line-height: 1.15; font-size: 1rem; }
.brand-copy span { display:block; color: var(--muted); font-size: .73rem; letter-spacing: .06em; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; color: #43525d; font-weight: 550; font-size: .92rem; }
.nav-links a:hover { color: var(--teal); }
.nav-links a.active { color: var(--teal-dark); border-bottom: 2px solid var(--gold); padding-bottom: 3px; }
.nav-links a.nav-cta { padding: 11px 17px; background: var(--teal); color: white !important; border-radius: var(--pill); font-weight: 600; }
.nav-links a.nav-cta.active { border-bottom: 0; padding-bottom: 11px; background: var(--teal-dark); }
.nav-links a.lang-switch {
  padding: 6px 12px; border: 1px solid #d7dfe3; border-radius: var(--pill);
  font-size: .78rem; font-weight: 650; letter-spacing: .05em; color: var(--navy);
}
.nav-links a.lang-switch:hover { border-color: var(--teal); color: var(--teal); }
.menu-btn { display:none; border:0; background:transparent; font-size: 1.45rem; color: var(--navy); cursor:pointer; }
.lang-switch-m {
  display:none; margin-left:auto; text-decoration:none;
  padding: 6px 12px; border: 1px solid #d7dfe3; border-radius: var(--pill);
  font-size: .78rem; font-weight: 650; letter-spacing: .05em; color: var(--navy);
}
.lang-switch-m:hover { border-color: var(--teal); color: var(--teal); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 45% at 18% 12%, rgba(183,201,226,.30), transparent 70%),
    radial-gradient(ellipse 55% 50% at 85% 20%, rgba(207,220,238,.38), transparent 72%),
    radial-gradient(ellipse 50% 40% at 60% 90%, rgba(231,217,189,.20), transparent 75%),
    radial-gradient(ellipse 45% 40% at 8% 80%, rgba(183,201,226,.22), transparent 70%),
    linear-gradient(180deg, #f2f5fa 0%, #f7f3ea 100%);
  padding: 66px 0 80px;
}
.hero::before, .hero::after {
  content:""; position:absolute; width:560px; height:780px; background:url("hero-leaves.svg") no-repeat center/contain;
  opacity:.75; pointer-events:none;
}
.hero::before { top:-110px; right:-120px; transform:rotate(16deg); }
.hero::after { bottom:-160px; left:-150px; transform:scaleX(-1) rotate(10deg); opacity:.6; }
.hero .container { position:relative; z-index:1; }
.hero-banner { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); border:7px solid #fff; }
.hero-banner img { width:100%; height:auto; display:block; }
.hero-intro { max-width:760px; margin:36px auto 0; text-align:center; }
.hero-intro .eyebrow { justify-content:center; }
.hero-intro h1 { margin-bottom:16px; white-space:nowrap; font-size:clamp(2rem, 8.5vw, 4.8rem); }
.hero-intro .lead { margin:0 auto; }
.actions.center { justify-content:center; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items:center; }
.hero h1 span { color: var(--teal-dark); }
.hero-copy .lead { margin-top: 25px; }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:31px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  min-height: 50px; padding: 13px 21px; border-radius: var(--pill);
  text-decoration:none; font-weight:600; letter-spacing:.015em; border:1px solid transparent; transition:.2s ease;
  cursor:pointer;
}
.btn-primary { background: var(--teal); color:white; box-shadow: 0 10px 22px rgba(79,107,147,.28); }
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-2px); }
.btn-secondary { background:white; border-color:#cbd7da; color:var(--navy); }
.btn-secondary:hover { border-color:var(--teal); transform:translateY(-2px); }
.proof-row { display:flex; flex-wrap:wrap; gap: 20px 28px; margin-top:35px; padding-top:25px; border-top:1px solid var(--line); }
.proof-row div { display:flex; align-items:center; gap:8px; color:#4f5d67; font-size:.92rem; font-weight:700; }
.proof-row b { color:var(--navy); font-size:1.08rem; }

.hero-media { position:relative; min-height: 560px; }
.hero-photo {
  position:absolute; inset: 0 0 18px 64px; border-radius: 34px; overflow:hidden;
  box-shadow:var(--shadow); border: 8px solid white;
}
.hero-photo img { width:100%; height:100%; object-fit:cover; }
.hero-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 45%, rgba(10,35,50,.28)); }
.book-card {
  position:absolute; left:0; bottom:0; width: 260px; background:white; border-radius:12px;
  box-shadow:var(--shadow); padding:16px; display:grid; grid-template-columns:90px 1fr; gap:14px; align-items:center;
  border:1px solid #e7ecee;
}
.book-card img { width:90px; border-radius:5px; box-shadow:0 7px 20px rgba(25,45,55,.23); }
.book-card small { display:block; color:var(--teal-dark); font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:.65rem; }
.book-card strong { display:block; color:var(--navy); line-height:1.25; margin-top:4px; font-size:.92rem; }
.floating-note {
  position:absolute; top:24px; right:-18px; padding:12px 15px; border-radius:14px; background:#fff8e9;
  border:1px solid #eed9af; color:#71541f; font-weight:800; font-size:.83rem; box-shadow:0 14px 35px rgba(57,45,20,.10);
}

/* Interior page banner */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 55% at 16% 10%, rgba(183,201,226,.28), transparent 70%),
    radial-gradient(ellipse 55% 60% at 88% 25%, rgba(207,220,238,.36), transparent 72%),
    linear-gradient(180deg, #f2f5fa 0%, #f7f3ea 100%);
  padding: 72px 0 64px;
  border-bottom: 1px solid var(--line);
}
.page-hero::after {
  content:""; position:absolute; top:-90px; right:-110px; width:440px; height:610px;
  background:url("hero-leaves.svg") no-repeat center/contain; opacity:.6; transform:rotate(14deg); pointer-events:none;
}
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { font-size: clamp(2.3rem, 4.6vw, 4rem); color: var(--navy); }
.page-hero .lead { margin-top: 20px; }

/* Legal / long-form content pages */
.legal { background: var(--paper); }
.legal .container { max-width: 820px; }
.legal .updated { color: var(--muted); font-size: .88rem; margin-bottom: 18px; }
.legal h2 { font-size: clamp(1.35rem, 2.4vw, 1.85rem); color: var(--navy); margin: 42px 0 12px; }
.legal h3 { font-size: 1.08rem; color: var(--navy); margin: 24px 0 8px; }
.legal p { color: #47535e; margin-bottom: 14px; }
.legal ul { margin: 0 0 16px; padding-left: 20px; color: #47535e; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--teal-dark); font-weight: 650; }
.legal strong { color: var(--navy); }
.note {
  background: var(--sky); border-left: 3px solid var(--gold); padding: 16px 18px;
  border-radius: 8px; color: #3f4b56; margin: 20px 0; font-size: .93rem;
}
.note strong { color: var(--navy); }
.note a { color: var(--teal-dark); font-weight: 650; }
.legal .toc { display:flex; flex-wrap:wrap; gap:8px; margin: 22px 0 6px; }
.legal .toc a {
  font-size:.84rem; border:1px solid var(--line); border-radius:var(--pill); padding:6px 12px;
  text-decoration:none; color:var(--navy); font-weight:700; background:white;
}
.legal .toc a:hover { border-color: var(--teal); }

.audience { background: white; border-top:1px solid #edf1f2; border-bottom:1px solid #edf1f2; }
.audience-head { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:36px; }
.audience-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.audience-card { padding:28px; border:1px solid var(--line); border-radius:12px; background:var(--paper); transition:.2s; }
.audience-card:hover { transform:translateY(-4px); box-shadow:0 16px 36px rgba(26,53,70,.08); border-color:#bdd6d5; }
.icon { width:46px; height:46px; border-radius:14px; display:grid; place-items:center; background:var(--sky); color:var(--teal-dark); font-size:1.35rem; margin-bottom:19px; }
.audience-card p { color:var(--muted); margin-top:10px; font-size:.95rem; }

.split { display:grid; grid-template-columns: .95fr 1.05fr; gap:70px; align-items:center; }
.feature-photo { border-radius:14px; overflow:hidden; box-shadow:var(--shadow); position:relative; }
.feature-photo img { width:100%; aspect-ratio: 1.08/1; object-fit:cover; }
.feature-photo .caption { position:absolute; left:18px; right:18px; bottom:18px; background:rgba(255,255,255,.93); border-radius:16px; padding:15px 17px; color:var(--navy); font-weight:750; }
.benefit-list { display:grid; gap:18px; margin-top:32px; }
.benefit { display:grid; grid-template-columns:40px 1fr; gap:14px; }
.tick { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:#e4f1ef; color:var(--teal-dark); font-weight:900; }
.benefit p { color:var(--muted); margin-top:3px; }

.topics { background: var(--navy); color:white; overflow:hidden; position:relative; }
.topics::before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background:rgba(157,179,212,.14); right:-130px; top:-160px; }
.topics h2 { color:white; max-width:760px; }
.topics .lead { color:#c7d8e2; margin-top:18px; }
.topic-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:42px; position:relative; }
.topic-card { padding:23px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.06); border-radius:18px; }
.topic-card h3 { color:white; font-size:1.05rem; }
.chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.chip { font-size:.78rem; color:#e8f3f4; border:1px solid rgba(255,255,255,.16); border-radius:var(--pill); padding:6px 9px; background:rgba(255,255,255,.04); }
.disclaimer { margin-top:24px; color:#9eb5c3; font-size:.83rem; }

.inside { background: var(--cream); }
.inside-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap:64px; align-items:center; }
.inside-image { border-radius:14px; overflow:hidden; box-shadow:var(--shadow); border:7px solid white; }
.inside-image img { width:100%; }
.steps { display:grid; gap:15px; margin-top:30px; counter-reset: steps; }
.step { position:relative; padding:18px 18px 18px 62px; background:white; border:1px solid var(--line); border-radius:16px; }
.step::before { counter-increment:steps; content:counter(steps); position:absolute; left:16px; top:16px; width:32px; height:32px; display:grid; place-items:center; border-radius:50%; background:var(--navy); color:white; font-weight:800; }
.step strong { color:var(--navy); display:block; }
.step span { color:var(--muted); font-size:.91rem; }

.quote-section { background:white; }
.quote-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:24px; }
.quote-main { background:var(--sky); border-radius:var(--radius); padding:42px; position:relative; }
.quote-mark { font-family:Georgia,serif; font-size:5rem; line-height:.6; color:rgba(79,107,147,.32); }
blockquote { margin:20px 0 0; font-family:Georgia,serif; color:var(--navy); font-size:clamp(1.5rem,2.4vw,2.2rem); line-height:1.28; }
.quote-source { margin-top:24px; color:#51616d; font-weight:750; }
.quote-side { background:var(--navy); color:white; border-radius:var(--radius); padding:34px; display:flex; flex-direction:column; justify-content:space-between; }
.quote-side p { font-size:1.1rem; }
.quote-side strong { display:block; margin-top:22px; color:#d7e8e9; }
.stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 3px; }

.author { background:var(--paper); }
.author-grid { display:grid; grid-template-columns:.73fr 1.27fr; gap:70px; align-items:center; }
.author-photo { border-radius:14px; overflow:hidden; background:var(--sky); box-shadow:var(--shadow); }
.author-photo img { width:100%; }
.credentials { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.credential { padding:8px 12px; border-radius:var(--pill); background:var(--sky); color:var(--teal-dark); font-weight:800; font-size:.82rem; }
.author-copy .lead { margin-top:21px; }

.buy { background:linear-gradient(135deg, #f3f8f8, #fff8eb); }
.buy-wrap { display:grid; grid-template-columns: .8fr 1.2fr; gap:60px; align-items:center; background:white; border:1px solid var(--line); border-radius:16px; padding:44px; box-shadow:var(--shadow); }
.book-large { display:grid; place-items:center; min-height:420px; background:var(--sky); border-radius:12px; position:relative; overflow:hidden; }
.book-large::before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background:rgba(213,166,83,.16); right:-40px; top:-40px; }
.book-large img { width:min(255px, 72%); box-shadow:0 25px 45px rgba(14,39,59,.26); transform:rotate(-2deg); z-index:1; }
.buy-options { display:grid; gap:12px; margin-top:28px; }
.buy-option { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:17px 18px; border:1px solid var(--line); border-radius:15px; text-decoration:none; background:var(--paper); }
.buy-option:hover { border-color:var(--teal); }
.buy-option strong { color:var(--navy); display:block; }
.buy-option span { color:var(--muted); font-size:.85rem; }
.arrow { color:var(--teal); font-size:1.25rem; font-weight:900; }

/* Speaking, seminars & CPD */
.speaking { background: linear-gradient(180deg, #ffffff 0%, #eef6f5 100%); }
.speaking-head { text-align:center; max-width:840px; margin:0 auto; }
.speaking-head .eyebrow { justify-content:center; }
.speaking-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:60px; align-items:center; margin-top:46px; }
.speaking-copy .lead { margin-top:20px; }
.speaking-points { display:grid; gap:16px; margin:30px 0 6px; }
.speaking-panel { position:relative; overflow:hidden; background:var(--slate); color:white; border-radius:16px; padding:42px 40px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), var(--shadow); }
.speaking-panel::before { content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:rgba(157,179,212,.16); right:-140px; bottom:-170px; }
.cpd-badge {
  position:relative; z-index:1; width:172px; height:172px; margin:0 auto 30px; border-radius:50%;
  display:grid; place-content:center; text-align:center; color:var(--navy-2);
  background:radial-gradient(circle at 32% 26%, #ecd3a2, var(--gold) 62%);
  border:3px solid rgba(255,255,255,.55); box-shadow:0 18px 40px rgba(6,20,32,.4);
}
.cpd-badge small { font-size:.64rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.cpd-badge strong { display:block; font:700 2.6rem/1 Georgia, serif; margin:4px 0; letter-spacing:-.02em; }
.cpd-badge span { font-size:.72rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.cpd-seal { box-shadow: inset 0 0 0 4px rgba(255,255,255,.32), 0 18px 40px rgba(6,20,32,.4); }
.cpd-seal small { font-size:.6rem; letter-spacing:.12em; }
.cpd-seal strong { font-size:2.35rem; margin:2px 0; }
.cpd-seal span { font-size:.68rem; letter-spacing:.18em; }
.speaking-list { position:relative; z-index:1; list-style:none; margin:0; padding:0; display:grid; }
.speaking-list li { display:flex; align-items:center; gap:15px; padding:14px 0; border-top:1px solid rgba(255,255,255,.13); }
.speaking-list li:first-child { border-top:0; }
.speaking-list .l-icon { width:44px; height:44px; flex-shrink:0; border-radius:13px; display:grid; place-items:center; background:rgba(255,255,255,.1); color:#e8f3f4; font-size:1.15rem; }
.speaking-list strong { display:block; color:white; font-size:.98rem; }
.speaking-list span { color:#dce6f1; font-size:.85rem; }

/* Editions / book details */
.specs { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:30px; }
.spec { padding:18px; background:white; border:1px solid var(--line); border-radius:16px; }
.spec small { display:block; color:var(--teal-dark); font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:.68rem; }
.spec strong { display:block; color:var(--navy); margin-top:5px; }

/* Topic index (book page) */
.topic-index { margin-top: 42px; position: relative; display: grid; gap: 28px; }
.topic-filter {
  display:flex; padding:6px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.18);
  border-radius:var(--pill); max-width:430px; margin-top:34px; position:relative;
}
.topic-filter input {
  border:0; outline:0; background:transparent; color:white; padding:10px 14px; flex:1; min-width:0;
}
.topic-filter input::placeholder { color:#9eb5c3; }
.topic-group h3 { color:white; font-size:1.05rem; margin-bottom:14px; }
.topic-list { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.topic-item {
  padding:14px 16px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.06);
  border-radius:14px;
}
.topic-item strong { color:white; display:block; font-size:.95rem; }
.topic-item span { color:#c7d8e2; font-size:.85rem; }
.topic-item.hidden, .topic-group.hidden { display:none; }
.topic-empty { color:#9eb5c3; display:none; }
.topic-empty.visible { display:block; }

/* Contact form */
.contact-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:start; }
.form { display:grid; gap:16px; background:white; border:1px solid var(--line); border-radius:14px; padding:34px; box-shadow:var(--shadow); }
.field { display:grid; gap:7px; }
.field label { color:var(--navy); font-weight:750; font-size:.92rem; }
.field input, .field textarea {
  border:1px solid #cbd7da; border-radius:13px; padding:13px 15px; outline:0; background:var(--paper);
  transition:border-color .2s;
}
.field input:focus, .field textarea:focus { border-color:var(--teal); }
.field textarea { min-height:150px; resize:vertical; }
.form-note { color:var(--muted); font-size:.84rem; }
.contact-cards { display:grid; gap:14px; }
.contact-card {
  display:flex; align-items:center; gap:16px; padding:19px 20px; border:1px solid var(--line);
  border-radius:16px; background:white; text-decoration:none; transition:.2s;
}
.contact-card:hover { border-color:var(--teal); transform:translateY(-2px); }
.contact-card .icon { margin-bottom:0; flex-shrink:0; }
.contact-card strong { color:var(--navy); display:block; }
.contact-card span { color:var(--muted); font-size:.86rem; }

/* FAQ accordion */
.faq-list { display:grid; gap:12px; margin-top:36px; max-width:820px; }
.faq-item { background:white; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.faq-item summary {
  list-style:none; cursor:pointer; padding:20px 54px 20px 22px; color:var(--navy); font-weight:750;
  position:relative;
}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after {
  content:"+"; position:absolute; right:20px; top:50%; transform:translateY(-50%);
  width:30px; height:30px; display:grid; place-items:center; border-radius:50%;
  background:var(--sky); color:var(--teal-dark); font-weight:900; transition:transform .2s;
}
.faq-item[open] summary::after { content:"–"; }
.faq-item .faq-body { padding:0 22px 20px; color:var(--muted); }

/* Coming-soon cards (workshops & resources) */
.soon-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:36px; }
.soon-card { padding:30px; border:1px solid var(--line); border-radius:12px; background:white; position:relative; }
.soon-badge {
  position:absolute; top:22px; right:22px; padding:5px 11px; border-radius:var(--pill); background:#fff8e9;
  border:1px solid #eed9af; color:#71541f; font-weight:800; font-size:.72rem; letter-spacing:.06em; text-transform:uppercase;
}
.soon-card p { color:var(--muted); margin-top:12px; }

.newsletter { background:var(--teal); color:white; }
.newsletter-grid { display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; }
.newsletter h2 { color:white; font-size:clamp(1.8rem,3.4vw,3rem); }
.newsletter p { color:#d8eeee; margin-top:12px; max-width:650px; }
.signup-form { min-width:min(430px,100%); }
.signup { display:flex; padding:6px; background:white; border-radius:var(--pill); }
.signup input { border:0; outline:0; padding:10px 14px; flex:1; min-width:0; border-radius:var(--pill); }
.signup button { border:0; background:var(--navy); color:white; border-radius:var(--pill); padding:12px 18px; font-weight:600; letter-spacing:.015em; cursor:pointer; }
.signup button:disabled { opacity:.65; cursor:default; }

/* Shared AJAX form status message (newsletter + contact) */
.form-status { margin-top:14px; padding:11px 15px; border-radius:12px; font-size:.9rem; font-weight:650; }
.form-status.ok { background:#e6f4ec; color:#1f6b3b; border:1px solid #b7e0c6; }
.form-status.err { background:#fdecec; color:#9b2c2c; border:1px solid #f2c4c4; }

.footer { background:#223d58; color:#c2d2de; padding:55px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:60px; }
.footer h3 { color:white; margin-bottom:14px; font-size:1rem; }
.footer a { color:#b7cad6; text-decoration:none; display:block; margin:8px 0; }
.footer a:hover { color:white; }
.footer .brand-copy strong { color:white; }
.footer-bottom { margin-top:40px; padding-top:22px; border-top:1px solid rgba(255,255,255,.11); display:flex; justify-content:space-between; gap:20px; font-size:.82rem; }

.reveal { opacity:0; transform:translateY(14px); transition:.65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 960px) {
  .nav-links { display:none; position:absolute; top:78px; left:0; right:0; background:white; border-bottom:1px solid var(--line); padding:20px; flex-direction:column; align-items:flex-start; }
  .nav-links.open { display:flex; }
  .menu-btn { display:block; }
  .lang-switch-m { display:inline-block; }
  .nav-links a.lang-switch { display:none; }
  .hero-grid, .split, .inside-grid, .author-grid, .buy-wrap, .contact-grid, .speaking-grid { grid-template-columns:1fr; }
  .hero-media { min-height:500px; max-width:650px; width:100%; margin:0 auto; }
  .audience-grid { grid-template-columns:1fr; }
  .topic-grid { grid-template-columns:repeat(2,1fr); }
  .quote-grid { grid-template-columns:1fr; }
  .author-photo { max-width:420px; }
  .newsletter-grid { grid-template-columns:1fr; }
  .signup { min-width:0; width:100%; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .topic-list { grid-template-columns:1fr; }
  .soon-grid { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 26px, var(--max)); }
  .section { padding:70px 0; }
  .hero { padding-top:58px; }
  .hero-grid { gap:45px; }
  .hero-media { min-height:430px; }
  .hero-photo { left:26px; }
  .book-card { width:235px; grid-template-columns:78px 1fr; padding:12px; }
  .book-card img { width:78px; }
  .floating-note { right:5px; top:16px; }
  .audience-head { display:block; }
  .audience-head .lead { margin-top:15px; }
  .topic-grid { grid-template-columns:1fr; }
  .quote-main, .quote-side, .buy-wrap { padding:28px; }
  .buy-wrap { gap:35px; }
  .book-large { min-height:350px; }
  .newsletter-grid { gap:24px; }
  .signup { border-radius:18px; flex-direction:column; padding:8px; }
  .signup input, .signup button { width:100%; border-radius:12px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-bottom { flex-direction:column; }
  .brand-copy span { display:none; }
  .specs { grid-template-columns:1fr; }
  .form { padding:24px; }
  .speaking-panel { padding:30px 24px; }
}
