:root {
  --ivory: #fffaf6;
  --cream: #fff3ec;
  --linen: #fbefe7;
  --blush: #f7ded6;
  --blush-2: #efd0c6;
  --rose: #c9857a;
  --rose-dark: #8d5a4d;
  --champagne: #d8aa8f;
  --sand: #ead3c4;
  --sage: #748c75;
  --ink: #302824;
  --body: #665854;
  --muted: #8a7a75;
  --white: #ffffff;
  --line: rgba(141, 90, 77, .16);
  --line-strong: rgba(141, 90, 77, .24);
  --shadow: 0 28px 75px rgba(115, 79, 65, .14);
  --shadow-soft: 0 18px 42px rgba(115, 79, 65, .10);
  --radius: 30px;
  --radius-sm: 18px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(247, 222, 214, .78), transparent 27%),
    radial-gradient(circle at 92% 8%, rgba(216, 170, 143, .20), transparent 28%),
    linear-gradient(180deg, var(--ivory), #fffefd 44%, #fff6f1);
  line-height: 1.68;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(rgba(141, 90, 77, .10) 1px, transparent 1px),
    linear-gradient(rgba(141, 90, 77, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 90, 77, .035) 1px, transparent 1px);
  background-size: 18px 18px, 92px 92px, 92px 92px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 70%);
  pointer-events: none;
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  right: -180px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(201, 133, 122, .13);
  filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { margin: 0; padding-left: 1.1rem; }
li { margin: .42rem 0; color: var(--body); }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}
.section { padding: 104px 0; position: relative; }
.section-tint {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 243, 236, .84), rgba(255, 250, 246, .78)),
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.66), transparent 24%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.section-tint::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(141, 90, 77, .105) 1.15px, transparent 1.15px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 86%, transparent 100%);
  pointer-events: none;
}
.section-pattern-soft::after,
.section-pattern::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 14%, rgba(201, 133, 122, .09), transparent 26%),
    radial-gradient(circle at 95% 88%, rgba(116, 140, 117, .08), transparent 30%);
  z-index: -1;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { left: 12px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 246, .78);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(141, 90, 77, .10);
  transition: box-shadow .32s ease, background .32s ease, transform .32s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 250, 246, .92);
  box-shadow: 0 16px 46px rgba(115, 79, 65, .09);
}
.scroll-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  overflow: hidden;
  background: rgba(141, 90, 77, .08);
}
.scroll-line span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--rose), var(--champagne), transparent);
  transition: width .1s linear;
}
.nav {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 10px;
}
.brand,
.footer-brand {
  display: inline-grid;
  gap: 1px;
  align-items: center;
  min-width: 220px;
}
.brand {
  padding-top: 10px;
  padding-bottom: 8px;
  overflow: visible;
}
.brand-script {
  position: relative;
  display: inline-block;
  font-family: "Great Vibes", "Brush Script MT", cursive;
  font-size: clamp(2.18rem, 3.7vw, 2.95rem);
  line-height: 1.08;
  padding-top: 2px;
  color: var(--ink);
  letter-spacing: .006em;
  transform-origin: left center;
  animation: logoFloat 5.8s ease-in-out infinite;
}
.brand-script::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 4%;
  bottom: -8px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(48,40,36,.55), transparent);
  transform: scaleX(.72);
  transform-origin: center;
}
.brand-sub {
  margin-top: -3px;
  font-family: "Cormorant Garamond", serif;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(48, 40, 36, .64);
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
  color: rgba(48, 40, 36, .78);
  font-weight: 760;
  font-size: .94rem;
}
.nav-menu a:not(.btn) { position: relative; }
.nav-menu a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--rose), var(--champagne));
  transition: transform .25s ease;
}
.nav-menu a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose-dark), var(--rose) 56%, var(--champagne));
  box-shadow: 0 18px 36px rgba(201, 133, 122, .26);
}
.btn-soft {
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .78);
  border-color: rgba(141, 90, 77, .14);
  box-shadow: 0 12px 30px rgba(115, 79, 65, .08);
}
.btn-soft:hover { background: var(--white); border-color: rgba(141, 90, 77, .25); }
.btn-small { min-height: 40px; padding: 0 15px; font-size: .88rem; }
.text-link { display: inline-flex; margin-top: 14px; color: var(--rose-dark); font-weight: 850; }

.hero {
  position: relative;
  padding: 92px 0 94px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 40%, rgba(201, 133, 122, .18), transparent 27%),
    radial-gradient(circle at 28% 70%, rgba(116, 140, 117, .10), transparent 26%);
}
.floating-dot {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(141, 90, 77, .14);
  background: rgba(255,255,255,.42);
  box-shadow: 0 12px 30px rgba(115, 79, 65, .08);
  animation: floatSlow 8s ease-in-out infinite;
}
.dot-one { width: 70px; height: 70px; left: 7%; top: 22%; }
.dot-two { width: 24px; height: 24px; right: 10%; top: 18%; animation-delay: .9s; }
.dot-three { width: 46px; height: 46px; right: 44%; bottom: 11%; animation-delay: 1.8s; }
.line-art {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(141, 90, 77, .13);
  border-radius: 50%;
  transform: rotate(-24deg);
  opacity: .75;
}
.line-one { left: -90px; bottom: 5%; }
.line-two { right: -110px; top: 14%; width: 340px; height: 340px; }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr);
  align-items: center;
  gap: 72px;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--rose-dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .77rem;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rose), var(--champagne));
}
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.045em; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 {
  max-width: 880px;
  font-size: clamp(2.85rem, 5.7vw, 5.9rem);
  font-weight: 700;
}
h2 { font-size: clamp(2.18rem, 4.4vw, 4.1rem); font-weight: 700; }
h3 { font-size: 1.25rem; letter-spacing: -.025em; }
.lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--body);
  font-size: clamp(1.03rem, 2vw, 1.22rem);
}
.lead-small {
  margin: 20px 0 0;
  color: var(--body);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 33px;
}
.signature-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.signature-line span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  color: var(--rose-dark);
  font-weight: 760;
  font-size: .93rem;
}
.portrait-card {
  position: relative;
  isolation: isolate;
  padding: 18px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.85), rgba(255,243,236,.58)),
    radial-gradient(circle at 100% 0%, rgba(201, 133, 122, .18), transparent 38%);
  border: 1px solid rgba(141, 90, 77, .18);
  box-shadow: var(--shadow);
  overflow: hidden;
  max-width: 440px;
  margin-left: auto;
}
.portrait-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.56);
  z-index: 1;
  pointer-events: none;
}
.portrait-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(48, 40, 36, .16);
}
.portrait-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(.2px);
  z-index: 0;
}
.orb-one { width: 150px; height: 150px; right: -50px; top: -50px; background: rgba(201, 133, 122, .28); }
.orb-two { width: 120px; height: 120px; left: -40px; bottom: 80px; background: rgba(216, 170, 143, .22); }
.profile-badge {
  position: absolute;
  z-index: 3;
  left: 36px;
  right: 36px;
  bottom: 34px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(141, 90, 77, .15);
  box-shadow: 0 16px 34px rgba(48, 40, 36, .12);
}
.profile-badge strong { display: block; font-size: 1.04rem; }
.profile-badge span { display: block; color: var(--body); font-size: .9rem; margin-top: 2px; }

.trust-strip { padding: 26px 0; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .68);
  box-shadow: var(--shadow-soft);
}
.trust-grid div {
  padding: 22px;
  border-right: 1px solid var(--line);
}
.trust-grid div:last-child { border-right: 0; }
.trust-grid span {
  display: block;
  color: var(--rose);
  font-weight: 950;
  font-size: .82rem;
  letter-spacing: .1em;
}
.trust-grid strong { display: block; margin-top: 4px; }

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
  gap: 62px;
  align-items: center;
}
.section-copy p { color: var(--body); font-size: 1.04rem; }
.about-card {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.about-card img {
  width: 154px;
  height: 190px;
  border-radius: 24px;
  object-fit: cover;
}
.about-card p { color: var(--body); margin-bottom: 0; }
.section-head {
  max-width: 760px;
  margin-bottom: 44px;
}
.section-head p { color: var(--body); font-size: 1.04rem; }

.card-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.program-card,
.method-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 29px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(141, 90, 77, .14);
  box-shadow: 0 18px 42px rgba(115, 79, 65, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.program-card::before,
.method-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 16%, rgba(201, 133, 122, .12), transparent 31%),
    linear-gradient(145deg, rgba(255,255,255,.58), transparent 58%);
  pointer-events: none;
}
.program-card:hover,
.method-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(115, 79, 65, .12);
  border-color: rgba(141, 90, 77, .24);
}
.program-card h3, .method-card h3 { margin-top: 19px; position: relative; }
.program-card p, .method-card p { color: var(--body); position: relative; }
.icon-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 19px;
  color: var(--rose-dark);
  background: linear-gradient(145deg, var(--white), var(--cream));
  border: 1px solid rgba(141, 90, 77, .14);
  box-shadow: 0 14px 28px rgba(115, 79, 65, .09);
}
.icon-badge svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.highlight-card { background: linear-gradient(145deg, rgba(201, 133, 122, .12), rgba(255, 255, 255, .78)); }

.ebook-grid {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1fr);
  gap: 78px;
  align-items: center;
}
.book-stage {
  position: relative;
  width: min(420px, 90%);
  margin: 0 auto;
  perspective: 1250px;
  padding: 18px 24px 52px;
}
.book-3d {
  position: relative;
  height: auto;
  width: min(330px, 100%);
  margin: 0 auto;
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(4deg) rotateZ(-2deg);
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
  filter: drop-shadow(0 28px 32px rgba(48, 40, 36, .22));
  animation: bookFloat 6s ease-in-out infinite;
}
.book-stage:hover .book-3d { transform: rotateY(-10deg) rotateX(2deg) rotateZ(-1deg) translateY(-6px); }
.book-cover {
  position: relative;
  z-index: 3;
  border-radius: 18px 22px 22px 18px;
  overflow: hidden;
  background: #211334;
  box-shadow:
    inset 12px 0 18px rgba(255,255,255,.12),
    inset -12px 0 18px rgba(0,0,0,.22),
    0 28px 80px rgba(115, 79, 65, .20);
}
.book-cover img {
  width: 100%;
  border-radius: 18px 22px 22px 18px;
}
.book-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255,255,255,.28), transparent 24%, transparent 68%, rgba(255,255,255,.08));
  mix-blend-mode: screen;
  pointer-events: none;
}
.book-spine {
  position: absolute;
  left: -24px;
  top: 9px;
  bottom: 9px;
  width: 42px;
  z-index: 2;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(90deg, #0c0722, #2f195d 38%, #1b0d36 100%);
  transform-origin: right;
  transform: rotateY(84deg);
  box-shadow: inset 10px 0 16px rgba(255,255,255,.12);
}
.book-pages {
  position: absolute;
  right: -18px;
  top: 14px;
  bottom: 14px;
  width: 36px;
  z-index: 1;
  border-radius: 0 15px 15px 0;
  background:
    repeating-linear-gradient(180deg, #fffaf5 0 5px, #ead3c4 5px 6px),
    linear-gradient(90deg, #fff, #e9d2c2);
  transform-origin: left;
  transform: rotateY(78deg);
  box-shadow: 10px 8px 30px rgba(48,40,36,.16);
}
.book-shadow {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 82%;
  height: 38px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(48, 40, 36, .23), transparent 70%);
  filter: blur(8px);
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0 22px;
}
.pill-list span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 243, 236, .86);
  border: 1px solid var(--line);
  color: var(--rose-dark);
  font-weight: 760;
  font-size: .9rem;
}
.ebook-box {
  margin: 22px 0 26px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
}
.ebook-box p { margin: 7px 0 0; color: var(--body); }

.method-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.method-number {
  color: var(--rose);
  font-weight: 950;
  letter-spacing: .08em;
  font-size: .82rem;
}
.method-card h3 { margin-top: 14px; }

.audience-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
  gap: 58px;
  align-items: center;
}
.check-list {
  display: grid;
  gap: 12px;
}
.check-list div {
  position: relative;
  padding: 17px 18px 17px 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(115, 79, 65, .06);
  color: var(--body);
  font-weight: 690;
}
.check-list div::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(201, 133, 122, .13);
  color: var(--rose-dark);
  font-weight: 950;
}

.cta { padding-top: 34px; }
.cta-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 96% 10%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #3b2d29, #8d5a4d 58%, #c9857a);
  color: var(--white);
  box-shadow: var(--shadow);
}
.cta-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
}
.cta-card .eyebrow, .cta-card p { color: rgba(255, 255, 255, .82); }
.cta-card .eyebrow::before { background: rgba(255, 255, 255, .74); }
.cta-card h2 { max-width: 660px; }
.cta-card p { max-width: 710px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 2; }
.cta-card .btn-soft { color: var(--white); background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.22); box-shadow: none; }
.cta-card .btn-primary { background: var(--white); color: var(--rose-dark); box-shadow: none; }

.site-footer {
  padding: 58px 0 32px;
  background: rgba(255, 250, 246, .82);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) .55fr .75fr;
  gap: 38px;
}
.footer-grid img { width: 210px; }
.footer-grid p { max-width: 360px; color: var(--body); }
.footer-grid strong { display: block; margin-bottom: 12px; }
.footer-grid a:not(.footer-brand) { display: block; color: var(--body); margin: 8px 0; }
.footer-brand .brand-script { font-size: 3.1rem; }
.footer-brand .brand-sub { letter-spacing: .24em; }
.copyright {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .92rem;
}

.tilt-card { will-change: transform; }
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .72s ease, transform .72s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@keyframes logoFloat {
  0%, 100% { transform: translateY(0) rotate(-.25deg); }
  50% { transform: translateY(1px) rotate(.15deg); }
}
@keyframes floatSlow {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-18px,0); }
}
@keyframes bookFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .hero-grid, .split-grid, .ebook-grid, .audience-grid { grid-template-columns: 1fr; gap: 42px; }
  .portrait-card { margin: 0 auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 1px solid var(--line); }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-menu {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 106px;
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 250, 246, .97);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .nav-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
    gap: 4px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,.72);
    cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
  }
}

@media (max-width: 680px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .brand { min-width: 185px; padding-top: 8px; padding-bottom: 7px; }
  .brand-script { font-size: 2.18rem; line-height: 1.08; }
  .brand-sub { font-size: .62rem; letter-spacing: .18em; margin-top: -2px; }
  .nav { min-height: 88px; padding: 7px 0 8px; }
  .hero { padding: 64px 0 74px; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.75rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.95rem); }
  .card-grid, .method-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:last-child, .trust-grid div:nth-child(2) { border-right: 1px solid var(--line); }
  .program-card, .method-card { padding: 23px; }
  .about-card { grid-template-columns: 1fr; }
  .about-card img { width: 100%; height: 270px; }
  .profile-badge { left: 24px; right: 24px; bottom: 24px; }
  .portrait-card { border-radius: 32px; }
  .portrait-card img { border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions, .cta-actions { width: 100%; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .book-stage { width: min(340px, 100%); padding-left: 12px; padding-right: 12px; }
  .book-3d { width: min(270px, 100%); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v3.2 — inline logo fix: logo wordmark is rendered as text, so it cannot break if SVG paths fail */
.logo-wordmark {
  text-decoration: none;
  overflow: visible;
}
.logo-wordmark .brand-script {
  font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", "Snell Roundhand", cursive;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.025em;
}
.brand.logo-wordmark {
  min-width: 240px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-header .brand-script {
  font-size: clamp(2.05rem, 3vw, 2.78rem);
  line-height: 1.18;
}
.site-header .brand-sub {
  margin-top: 2px;
  font-size: .62rem;
  letter-spacing: .24em;
}
.footer-brand.logo-wordmark {
  display: inline-grid;
  margin-bottom: 12px;
}
.footer-brand.logo-wordmark .brand-script {
  font-size: clamp(2.7rem, 5vw, 3.8rem);
  line-height: 1.15;
}
.footer-brand.logo-wordmark .brand-sub {
  margin-top: 3px;
  font-size: .68rem;
}
.footer-grid img[src*="ria-logo"] { display: none; }
@media (max-width: 700px) {
  .brand.logo-wordmark { min-width: 190px; padding-top: 12px; padding-bottom: 12px; }
  .site-header .brand-script { font-size: 2.2rem; }
  .site-header .brand-sub { font-size: .56rem; letter-spacing: .16em; }
}

/* v3.3 — animated 3D ebook mockup */
.ebook-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.book-stage {
  position: relative;
  width: min(470px, 100%);
  min-height: 520px;
  margin: 0 auto;
  perspective: 1400px;
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
}
.book-glow {
  position: absolute;
  inset: 46px 28px 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 48% 34%, rgba(116, 140, 117, .18), transparent 32%),
    radial-gradient(circle at 64% 48%, rgba(201, 133, 122, .20), transparent 44%),
    radial-gradient(circle at 42% 74%, rgba(216, 170, 143, .24), transparent 42%);
  filter: blur(18px);
  animation: bookGlowPulse 5.6s ease-in-out infinite;
  pointer-events: none;
}
.book-3d {
  width: min(345px, 82vw);
  transform-style: preserve-3d;
  transform: rotateY(-24deg) rotateX(7deg) rotateZ(-2deg);
  filter: drop-shadow(0 34px 36px rgba(48, 40, 36, .24));
  animation: bookFloat 6.2s ease-in-out infinite;
  will-change: transform;
}
.book-stage:hover .book-3d {
  transform: rotateY(-14deg) rotateX(4deg) rotateZ(-1deg) translateY(-7px);
}
.book-cover {
  position: relative;
  z-index: 3;
  border-radius: 20px 28px 28px 20px;
  overflow: hidden;
  background: #130820;
  box-shadow:
    inset 15px 0 22px rgba(255,255,255,.13),
    inset -16px 0 22px rgba(0,0,0,.25),
    0 32px 90px rgba(115, 79, 65, .22);
  transform: translateZ(24px);
}
.book-cover img {
  width: 100%;
  border-radius: 20px 28px 28px 20px;
}
.book-cover::before {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -58%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.38), transparent);
  transform: rotate(12deg);
  animation: bookShine 5.8s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}
.book-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(255,255,255,.28), transparent 20%, transparent 68%, rgba(255,255,255,.10));
  mix-blend-mode: screen;
  pointer-events: none;
}
.book-spine {
  position: absolute;
  left: -32px;
  top: 15px;
  bottom: 15px;
  width: 54px;
  z-index: 2;
  border-radius: 18px 0 0 18px;
  background:
    linear-gradient(90deg, #080419, #251252 40%, #110725 100%);
  transform-origin: right center;
  transform: rotateY(86deg) translateZ(22px);
  box-shadow: inset 12px 0 18px rgba(255,255,255,.13), inset -8px 0 16px rgba(0,0,0,.24);
}
.book-pages {
  position: absolute;
  right: -28px;
  top: 18px;
  bottom: 18px;
  width: 50px;
  z-index: 1;
  border-radius: 0 20px 20px 0;
  background:
    repeating-linear-gradient(180deg, #fffdf9 0 5px, #ead3c4 5px 6px),
    linear-gradient(90deg, #fff, #e8d2c1);
  transform-origin: left center;
  transform: rotateY(82deg) translateZ(18px);
  box-shadow: 14px 12px 34px rgba(48,40,36,.16);
}
.book-shadow {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 78%;
  height: 44px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(48, 40, 36, .24), transparent 70%);
  filter: blur(10px);
  animation: bookShadow 6.2s ease-in-out infinite;
  pointer-events: none;
}
.book-badge {
  position: absolute;
  left: 28px;
  right: auto;
  bottom: 92px;
  z-index: 40;
  padding: 15px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(141, 90, 77, .16);
  box-shadow: 0 18px 38px rgba(115, 79, 65, .15);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 140px);
  pointer-events: none;
  animation: badgeFloat 5.4s ease-in-out infinite;
}
.book-badge span {
  display: block;
  color: var(--rose-dark);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.book-badge strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  letter-spacing: -.02em;
}
.book-spark {
  position: absolute;
  z-index: 5;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(201, 133, 122, .38);
  box-shadow: 0 0 0 8px rgba(201, 133, 122, .08), 0 0 26px rgba(201, 133, 122, .36);
  animation: sparkFloat 5.2s ease-in-out infinite;
}
.spark-one { left: 42px; top: 96px; }
.spark-two { right: 74px; top: 54px; width: 9px; height: 9px; animation-delay: 1.2s; background: rgba(116, 140, 117, .38); }
.spark-three { left: 76px; bottom: 112px; width: 8px; height: 8px; animation-delay: 2.1s; }

@keyframes bookGlowPulse {
  0%, 100% { opacity: .86; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.04); }
}
@keyframes bookShine {
  0%, 42% { left: -62%; opacity: 0; }
  52% { opacity: .86; }
  72%, 100% { left: 120%; opacity: 0; }
}
@keyframes badgeFloat {
  0%, 100% { transform: translate3d(-4px, 0, 140px); }
  50% { transform: translate3d(4px, -12px, 140px); }
}
@keyframes sparkFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .65; }
  50% { transform: translate3d(6px, -18px, 0) scale(1.18); opacity: 1; }
}
@keyframes bookShadow {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: .72; }
  50% { transform: translateX(-50%) scale(.86); opacity: .48; }
}

@media (max-width: 980px) {
  .ebook-visual { min-height: 480px; }
  .book-stage { min-height: 470px; }
  .book-badge { left: 38px; right: auto; bottom: 78px; }
}
@media (max-width: 680px) {
  .ebook-visual { min-height: 430px; }
  .book-stage { width: min(360px, 100%); min-height: 420px; }
  .book-3d { width: min(250px, 72vw); transform: rotateY(-19deg) rotateX(5deg) rotateZ(-2deg); }
  .book-spine { left: -24px; width: 42px; }
  .book-pages { right: -20px; width: 36px; }
  .book-badge { left: 14px; right: auto; bottom: 66px; padding: 12px 14px; }
  .book-badge strong { font-size: .88rem; }
  .spark-one { left: 24px; top: 86px; }
  .spark-two { right: 46px; top: 48px; }
  .spark-three { left: 50px; bottom: 94px; }
}

/* v3.4 — ebook badge moved to front layer so it no longer hides behind the book */


/* v3.6 — Conversion, trust, lead magnet, testimonial, WhatsApp, and ebook sales page */
.proof-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.proof-card,
.testimonial-card,
.leadmagnet-panel {
  position: relative;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(141, 90, 77, .14);
  box-shadow: 0 18px 42px rgba(115, 79, 65, .08);
  overflow: hidden;
}
.proof-card::after,
.testimonial-card::after,
.leadmagnet-panel::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(201, 133, 122, .10);
  pointer-events: none;
}
.proof-icon {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: var(--rose-dark);
  background: linear-gradient(145deg, var(--white), var(--cream));
  border: 1px solid rgba(141, 90, 77, .14);
  box-shadow: 0 14px 28px rgba(115, 79, 65, .09);
  font-size: 1.45rem;
}
.proof-card h3 { margin-top: 18px; }
.proof-card p,
.testimonial-card blockquote,
.testimonial-card figcaption { color: var(--body); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gallery-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border-radius: 30px;
  color: var(--white);
  background:
    linear-gradient(180deg, transparent, rgba(48,40,36,.74)),
    radial-gradient(circle at 70% 15%, rgba(255,255,255,.26), transparent 24%),
    linear-gradient(135deg, #efe0d8, #c9857a 50%, #6b453c);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  position: relative;
}
.gallery-card:nth-child(2) { background: linear-gradient(180deg, transparent, rgba(48,40,36,.72)), radial-gradient(circle at 70% 15%, rgba(255,255,255,.25), transparent 24%), linear-gradient(135deg, #f4e7dd, #d8aa8f 48%, #748c75); }
.gallery-card:nth-child(3) { background: linear-gradient(180deg, transparent, rgba(48,40,36,.72)), radial-gradient(circle at 70% 15%, rgba(255,255,255,.25), transparent 24%), linear-gradient(135deg, #f7ded6, #a98578 48%, #4e3d39); }
.gallery-card:nth-child(4) { background: linear-gradient(180deg, transparent, rgba(48,40,36,.72)), radial-gradient(circle at 70% 15%, rgba(255,255,255,.25), transparent 24%), linear-gradient(135deg, #fff3ec, #c9857a 48%, #302824); }
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.30);
}
.gallery-card span,
.gallery-card h3,
.gallery-card p { position: relative; z-index: 2; }
.gallery-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
}
.gallery-card h3 { margin-top: 18px; }
.gallery-card p { margin-bottom: 0; color: rgba(255,255,255,.80); }
.leadmagnet-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 44px;
  align-items: center;
}
.leadmagnet-panel strong { font-size: 1.18rem; }
.leadmagnet-panel ul { margin: 16px 0 24px; }
.testimonial-card { margin: 0; }
.testimonial-card blockquote {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
}
.testimonial-card blockquote::before {
  content: "“";
  display: block;
  font-family: Georgia, serif;
  font-size: 3.4rem;
  line-height: .7;
  color: rgba(201, 133, 122, .55);
}
.testimonial-card figcaption {
  margin-top: 18px;
  font-weight: 900;
  color: var(--rose-dark);
}
.ebook-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #5b8a63, #748c75 55%, #c9857a);
  box-shadow: 0 18px 42px rgba(72, 104, 76, .25);
  border: 1px solid rgba(255,255,255,.35);
  font-weight: 900;
}
.wa-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
}
.wa-pulse {
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 1px solid rgba(116, 140, 117, .38);
  animation: waPulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes waPulse {
  0% { transform: scale(.92); opacity: .8; }
  100% { transform: scale(1.16); opacity: 0; }
}

.ebook-sales-hero { padding: 96px 0 70px; }
.ebook-sales-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}
.price-card {
  margin-top: 28px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.price-card strong { display: block; font-size: 1.22rem; }
.price-card p { color: var(--body); margin: 8px 0 20px; }
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.module-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(115,79,65,.06);
}
.module-card span { color: var(--rose-dark); font-weight: 950; letter-spacing: .08em; font-size: .78rem; }
.module-card h3 { margin-top: 10px; }
.module-card p { color: var(--body); }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
}
.faq-item strong { display: block; }
.faq-item p { margin: 8px 0 0; color: var(--body); }

@media (max-width: 980px) {
  .proof-grid, .testimonial-grid, .gallery-grid, .module-grid { grid-template-columns: repeat(2, 1fr); }
  .leadmagnet-card, .ebook-sales-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .proof-grid, .testimonial-grid, .gallery-grid, .module-grid { grid-template-columns: 1fr; }
  .wa-float { right: 14px; left: 14px; bottom: 14px; justify-content: center; }
  .site-footer { padding-bottom: 94px; }
  .ebook-actions .btn { width: 100%; }
}

/* v3.7 — wordmark refinement: remove thin underline so it does not overlap the tagline */
.logo-wordmark .brand-script::after,
.site-header .brand-script::after,
.footer-brand .brand-script::after {
  display: none !important;
  content: none !important;
}
.site-header .brand-sub,
.footer-brand.logo-wordmark .brand-sub {
  margin-top: 4px;
}


/* v4.2 logo refinement: remove script underline so tagline stays clean */
.brand-script::after { display: none !important; }
.site-header .brand-sub { margin-top: 4px; }
.footer-brand.logo-wordmark .brand-sub { margin-top: 5px; }

/* v3.9 - v4.2 Conversion, Blog, Training, Admin Lite */
.kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.kicker-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid var(--line);
  color: var(--rose-dark);
  font-weight: 780;
  font-size: .9rem;
}
.topic-grid,
.blog-grid,
.article-grid,
.package-grid,
.format-grid,
.admin-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.topic-card,
.blog-card,
.article-card,
.package-card,
.format-card,
.admin-feature-card,
.download-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(141,90,77,.14);
  box-shadow: 0 18px 42px rgba(115,79,65,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.topic-card::before,
.blog-card::before,
.package-card::before,
.format-card::before,
.admin-feature-card::before,
.download-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, rgba(201,133,122,.12), transparent 32%);
  pointer-events: none;
}
.topic-card:hover,
.blog-card:hover,
.article-card:hover,
.package-card:hover,
.format-card:hover,
.admin-feature-card:hover,
.download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(115,79,65,.13);
  border-color: rgba(141,90,77,.25);
}
.topic-card span,
.blog-card span,
.article-card span,
.package-card span,
.format-card span,
.admin-feature-card span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--white), var(--cream));
  border: 1px solid rgba(141,90,77,.14);
  color: var(--rose-dark);
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(115,79,65,.08);
}
.topic-card h3,
.blog-card h3,
.article-card h3,
.package-card h3,
.format-card h3,
.admin-feature-card h3 {
  position: relative;
  margin-top: 18px;
}
.topic-card p,
.blog-card p,
.article-card p,
.package-card p,
.format-card p,
.admin-feature-card p,
.download-card p {
  position: relative;
  color: var(--body);
}
.lead-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: center;
  padding: clamp(26px, 4.5vw, 46px);
  border-radius: 36px;
  background: rgba(255,255,255,.74);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.lead-panel strong { display: block; font-size: 1.2rem; margin-bottom: 8px; }
.lead-panel p { color: var(--body); margin: 0; }
.lead-panel .cta-actions { justify-content: flex-end; }
.page-hero,
.article-hero,
.training-hero,
.admin-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 8% 10%, rgba(247,222,214,.62), transparent 30%),
    radial-gradient(circle at 92% 28%, rgba(216,170,143,.18), transparent 34%);
  border-bottom: 1px solid var(--line);
}
.page-hero::after,
.article-hero::after,
.training-hero::after,
.admin-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(141,90,77,.10) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, black, transparent 86%);
}
.page-hero .container,
.article-hero .container,
.training-hero .container,
.admin-hero .container { position: relative; z-index: 1; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}
.breadcrumb a { color: var(--rose-dark); }
.breadcrumb span::before { content: "/"; margin-right: 8px; color: var(--muted); }
.blog-card .meta,
.article-meta {
  color: var(--rose-dark);
  font-weight: 850;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 16px 0 8px;
}
.blog-card .text-link { position: relative; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 50px;
  align-items: start;
}
.article-content {
  padding: clamp(24px, 4vw, 44px);
  border-radius: 34px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.article-content h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin-top: 42px; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin-top: 30px; }
.article-content p,
.article-content li { color: var(--body); font-size: 1.04rem; }
.article-content .note-box {
  margin: 28px 0;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,243,236,.86);
  border: 1px solid var(--line);
}
.sidebar-card {
  position: sticky;
  top: 124px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.80);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.sidebar-card h3 { margin-bottom: 12px; }
.sidebar-card p { color: var(--body); }
.training-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .82fr);
  gap: 64px;
  align-items: center;
}
.training-panel {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.training-panel .check-list { margin-top: 18px; }
.outline-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.outline-list div {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  color: var(--body);
}
.admin-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.admin-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--ink);
}
.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  font: inherit;
  outline: none;
}
.admin-form textarea { min-height: 120px; resize: vertical; }
.admin-form .full { grid-column: 1 / -1; }
.output-box {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}
.output-box pre {
  margin: 0;
  padding: 18px;
  overflow: auto;
  color: var(--body);
  white-space: pre-wrap;
}
.mini-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(201,133,122,.11);
  color: var(--rose-dark);
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .topic-grid, .blog-grid, .article-grid, .package-grid, .format-grid, .admin-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout, .training-grid, .lead-panel { grid-template-columns: 1fr; }
  .lead-panel .cta-actions { justify-content: flex-start; }
  .sidebar-card { position: static; }
}
@media (max-width: 680px) {
  .topic-grid, .blog-grid, .article-grid, .package-grid, .format-grid, .admin-feature-grid, .admin-form { grid-template-columns: 1fr; }
  .page-hero, .article-hero, .training-hero, .admin-hero { padding: 72px 0 54px; }
  .lead-panel .btn, .sidebar-card .btn { width: 100%; }
}
