/* ==========================================================================
   NobleeWealth — Premium Financial design system
   Deep navy + gold, serif headings / sans-serif body, generous whitespace.
   ========================================================================== */

:root {
  --navy-950: #070f1f;
  --navy-900: #0b1a33;
  --navy-800: #122542;
  --navy-700: #1b3358;
  --navy-600: #24486f;
  --gold-700: #a3792f;
  --gold-600: #c9a24b;
  --gold-500: #d4af37;
  --gold-300: #e6c874;
  --cream-100: #f7f3ea;
  --cream-200: #f1ead9;
  --white: #ffffff;
  --ink: #142032;
  --ink-soft: #4b5768;
  --line: rgba(11, 26, 51, 0.1);
  --shadow-soft: 0 20px 45px rgba(11, 26, 51, 0.1);
  --shadow-card: 0 10px 30px rgba(11, 26, 51, 0.08);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --font-serif: "Playfair Display", "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; }
.skip-link {
  position: absolute; top: -60px; left: 12px; z-index: 2000;
  background: var(--navy-950); color: var(--cream-100); padding: 12px 20px;
  border-radius: 0 0 10px 10px; font-weight: 600; font-size: 14px; transition: top 0.2s ease;
  border: 1px solid var(--gold-500);
}
.skip-link:focus { top: 0; }
.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;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream-100);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--navy-900); margin: 0 0 0.5em; font-weight: 700; line-height: 1.22; }
p { margin: 0 0 1em; color: var(--ink-soft); }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
section { position: relative; }
.section-pad { padding: 88px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-700); font-weight: 700; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold-600); display: inline-block; }
.section-head { max-width: 680px; margin: 0 0 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { font-size: 17px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 30px; border-radius: 999px; font-weight: 600; font-size: 15px;
  letter-spacing: 0.01em; transition: all 0.25s ease; white-space: nowrap; border: 1px solid transparent;
}
.btn-gold { background: linear-gradient(120deg, var(--gold-500), var(--gold-700)); color: var(--navy-950); box-shadow: 0 10px 24px rgba(201, 162, 75, 0.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(201, 162, 75, 0.45); }
.btn-outline { border-color: rgba(247, 243, 234, 0.55); color: var(--cream-100); background: rgba(247,243,234,0.05); }
.btn-outline:hover { background: rgba(247, 243, 234, 0.14); transform: translateY(-2px); }
.btn-navy { background: var(--navy-900); color: var(--cream-100); }
.btn-navy:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); color: var(--navy-900); }
.btn-ghost:hover { border-color: var(--gold-600); color: var(--gold-700); }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none !important; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(11, 26, 51, 0.96);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201, 162, 75, 0.18);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 12px 30px rgba(0,0,0,0.25); }
.header-inner { display: flex; align-items: center; gap: 24px; height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 40px; height: 40px; }
.brand-name { font-family: var(--font-serif); font-size: 23px; color: var(--cream-100); letter-spacing: 0.01em; }
.brand-name b { color: var(--gold-500); font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 6px; margin-left: 12px; }
.main-nav a {
  padding: 10px 16px; color: rgba(247, 243, 234, 0.85); font-size: 14.5px; font-weight: 500;
  border-radius: 999px; transition: all 0.2s ease; position: relative;
}
.main-nav a:hover, .main-nav a.active { color: var(--navy-950); background: var(--gold-500); }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: var(--cream-100); border: 1px solid rgba(247,243,234,0.2); position: relative; transition: all 0.2s ease;
  flex-shrink: 0;
}
.icon-btn:hover { border-color: var(--gold-500); color: var(--gold-400); background: rgba(201,162,75,0.12); }
.icon-btn svg { width: 19px; height: 19px; }
.cart-count {
  position: absolute; top: -6px; right: -6px; background: var(--gold-500); color: var(--navy-950);
  font-size: 11px; font-weight: 700; min-width: 19px; height: 19px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}

/* Search */
.header-search { position: relative; }
.search-toggle { display: none; }
.search-form { position: relative; display: flex; align-items: center; }
.search-form input {
  width: 230px; padding: 10px 40px 10px 16px; border-radius: 999px; border: 1px solid rgba(247,243,234,0.22);
  background: rgba(247,243,234,0.08); color: var(--cream-100); font-size: 13.5px; transition: all 0.25s ease;
}
.search-form input::placeholder { color: rgba(247,243,234,0.55); }
.search-form input:focus { outline: none; width: 270px; border-color: var(--gold-500); background: rgba(247,243,234,0.14); }
.search-form button { position: absolute; right: 8px; color: var(--gold-500); display: flex; }
.search-form button svg { width: 17px; height: 17px; }
.search-suggest {
  position: absolute; top: calc(100% + 10px); right: 0; width: 340px; max-height: 420px; overflow-y: auto;
  background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding: 8px;
  display: none; z-index: 300;
}
.search-suggest.open { display: block; }
.search-suggest a {
  display: flex; align-items: center; gap: 12px; padding: 9px 10px; border-radius: 10px; transition: background 0.15s ease;
}
.search-suggest a:hover { background: var(--cream-200); }
.search-suggest img { width: 34px; height: 46px; object-fit: cover; border-radius: 4px; flex-shrink: 0; background: var(--cream-200); }
.search-suggest .s-title { font-size: 13.5px; font-weight: 600; color: var(--navy-900); line-height: 1.3; }
.search-suggest .s-meta { font-size: 11.5px; color: var(--ink-soft); }
.search-suggest .s-empty, .search-suggest .s-viewall { padding: 12px; font-size: 13px; color: var(--ink-soft); text-align: center; }
.search-suggest .s-tag { display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-700); font-weight: 700; }

/* Burger */
.burger { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(247,243,234,0.22); flex-direction: column; align-items: center; justify-content: center; gap: 5px; flex-shrink: 0; }
.burger span { width: 19px; height: 2px; background: var(--cream-100); border-radius: 2px; transition: all 0.25s ease; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 84px 0 0 0; width: 100%; max-width: 100vw; background: var(--navy-900); z-index: 1000; padding: 24px 28px 40px;
  transform: translateX(100%); transition: transform 0.3s ease; overflow-x: hidden; overflow-y: auto; display: none;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a { display: block; padding: 15px 4px; font-size: 18px; color: var(--cream-100); border-bottom: 1px solid rgba(247,243,234,0.1); font-family: var(--font-serif); }
.mobile-nav .m-search { display: none; margin-bottom: 20px; position: relative; }
.mobile-nav .m-search .search-form { position: relative; display: flex; align-items: center; width: 100%; }
.mobile-nav .m-search input {
  width: 100%; padding: 13px 46px 13px 16px; border-radius: 999px; border: 1px solid rgba(247,243,234,0.25);
  background: rgba(247,243,234,0.08); color: var(--cream-100); font-size: 16px; min-width: 0;
}
.mobile-nav .m-search input::placeholder { color: rgba(247,243,234,0.55); }
.mobile-nav .m-search input:focus { outline: none; border-color: var(--gold-500); background: rgba(247,243,234,0.14); }
.mobile-nav .m-search .search-form button { position: absolute; right: 8px; color: var(--gold-400, var(--gold-500)); display: flex; }
.mobile-nav .m-search .search-form button svg { width: 17px; height: 17px; }
.mobile-nav .m-search .search-suggest {
  position: static; width: 100%; max-width: 100%; margin-top: 10px; box-shadow: none;
  border: 1px solid rgba(247,243,234,0.18); background: var(--navy-800);
}
.mobile-nav .m-search .search-suggest .s-title { color: var(--cream-100); }
.mobile-nav .m-search .search-suggest .s-meta,
.mobile-nav .m-search .search-suggest .s-empty,
.mobile-nav .m-search .search-suggest .s-viewall { color: rgba(247,243,234,0.65); }
.mobile-nav .m-search .search-suggest a:hover { background: rgba(247,243,234,0.08); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--cream-100); overflow: hidden; padding: 130px 0 110px;
  background: var(--navy-900);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,26,51,0.42), rgba(7,15,31,0.93)); }
.hero-inner { position: relative; z-index: 2; max-width: 760px; }
.hero .eyebrow { color: var(--gold-300); }
.hero .eyebrow::before { background: var(--gold-300); }
.hero h1 { font-size: clamp(34px, 5vw, 58px); color: var(--white); margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--gold-400, var(--gold-500)); }
.hero .lead { font-size: 19px; color: rgba(247,243,234,0.86); max-width: 600px; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 46px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.hero-stats li strong { display: block; font-family: var(--font-serif); font-size: 30px; color: var(--gold-300); }
.hero-stats li span { font-size: 13px; color: rgba(247,243,234,0.7); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-1.in-view { transition-delay: 0.06s; }
.reveal-2.in-view { transition-delay: 0.14s; }
.reveal-3.in-view { transition-delay: 0.22s; }
.reveal-4.in-view { transition-delay: 0.3s; }

/* ---------- Why cards ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.why-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 34px 26px; box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid transparent;
}
.why-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); border-color: rgba(201,162,75,0.35); }
.why-card img { width: 64px; height: 64px; margin-bottom: 18px; }
.why-card h3 { font-size: 19px; margin-bottom: 10px; }
.why-card p { font-size: 14.5px; margin: 0; }

/* ---------- Book cards / carousel / grid ---------- */
.book-card {
  background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%;
  border: 1px solid var(--line);
}
.book-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.book-cover-link { display: block; }
.book-cover { position: relative; aspect-ratio: 3/4.4; background: var(--navy-800); overflow: hidden; }
.book-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.book-card:hover .book-cover img { transform: scale(1.05); }
.book-badge { position: absolute; top: 12px; left: 12px; background: var(--gold-500); color: var(--navy-950); font-size: 10.5px; font-weight: 700; padding: 5px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; z-index: 2; }
.book-badge.new { background: var(--navy-900); color: var(--gold-300); }
.book-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 0; }
.book-topic { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--gold-700); font-weight: 700; }
.book-title { font-size: 16.5px; margin: 2px 0 0; line-height: 1.3; }
.book-title a { color: var(--navy-900); transition: color 0.2s ease; }
.book-title a:hover { color: var(--gold-700); }
.book-author { font-size: 13px; color: var(--ink-soft); margin-bottom: 4px; }
.book-rating { font-size: 12.5px; color: var(--gold-700); font-weight: 600; }
.book-desc { font-size: 13.3px; color: var(--ink-soft); margin: 4px 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.book-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.book-price { font-family: var(--font-serif); font-size: 19px; color: var(--navy-900); font-weight: 700; white-space: nowrap; }
.book-price small { font-family: var(--font-sans); font-size: 12px; color: var(--ink-soft); text-decoration: line-through; font-weight: 400; margin-left: 6px; }

.carousel-wrap { position: relative; }
.carousel-track { display: flex; gap: 24px; overflow-x: auto; scroll-behavior: smooth; padding: 6px 4px 26px; scrollbar-width: thin; }
.carousel-track::-webkit-scrollbar { height: 6px; }
.carousel-track::-webkit-scrollbar-thumb { background: rgba(11,26,51,0.2); border-radius: 6px; }
.carousel-track .book-card { min-width: 240px; max-width: 240px; }
.carousel-nav { display: flex; gap: 10px; justify-content: flex-end; margin-bottom: 18px; }
.carousel-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
.carousel-nav button:hover { background: var(--navy-900); color: var(--cream-100); border-color: var(--navy-900); }

.books-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }

/* ---------- Benefits / why-us split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); aspect-ratio: 4 / 3.3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split--no-media { grid-template-columns: 1fr; }
.split--no-media.split--narrow { max-width: 700px; margin: 0 auto; text-align: center; }
.check-list li { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.check-list .tick { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--gold-500); color: var(--navy-950); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.check-list strong { color: var(--navy-900); display: block; margin-bottom: 2px; }
.check-list p { margin: 0; font-size: 14px; }

.dark-section { background: var(--navy-900); color: var(--cream-100); }
.dark-section p { color: rgba(247,243,234,0.78); }
.dark-section h2, .dark-section h3 { color: var(--cream-100); }
.dark-section .eyebrow { color: var(--gold-300); }
.dark-section .eyebrow::before { background: var(--gold-300); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.testi-card { background: rgba(247,243,234,0.05); border: 1px solid rgba(247,243,234,0.14); border-radius: var(--radius-md); padding: 26px; }
.testi-card .stars { color: var(--gold-400, var(--gold-500)); font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-card p { font-size: 14.3px; color: rgba(247,243,234,0.85); }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi-who img { width: 42px; height: 42px; border-radius: 50%; }
.testi-who strong { display: block; font-size: 13.5px; color: var(--cream-100); }
.testi-who span { font-size: 11.5px; color: var(--gold-300); }

/* light testimonials (reviews page) */
.testi-card.light { background: var(--white); border: 1px solid var(--line); }
.testi-card.light p { color: var(--ink-soft); }
.testi-card.light .testi-who strong { color: var(--navy-900); }
.testi-card.light .testi-who span { color: var(--gold-700); }

/* ---------- Blog teasers ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.blog-card { background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.blog-thumb { aspect-ratio: 8/5; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-body { padding: 20px 22px 24px; }
.blog-cat { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--gold-700); font-weight: 700; }
.blog-body h3 { font-size: 17px; margin: 8px 0 8px; }
.blog-body p { font-size: 13.5px; }
.blog-meta { font-size: 12px; color: var(--ink-soft); margin-top: 10px; }

/* ---------- Lead magnet banner ---------- */
.lead-banner { background: var(--navy-900); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; box-shadow: var(--shadow-soft); }
.lead-banner-media { height: 100%; min-height: 340px; }
.lead-banner-media img { width: 100%; height: 100%; object-fit: cover; }
.lead-banner--no-media { grid-template-columns: 1fr; }
.lead-banner--no-media .lead-banner-copy { text-align: center; padding: 56px 60px; }
.lead-banner--no-media .lead-form { justify-content: center; max-width: 520px; margin-left: auto; margin-right: auto; }
.lead-banner--no-media .eyebrow { justify-content: center; }
.lead-banner-copy { padding: 50px 54px; color: var(--cream-100); }
.lead-banner-copy h2 { color: var(--white); }
.lead-form { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.lead-form input { flex: 1; min-width: 200px; padding: 14px 18px; border-radius: 999px; border: 1px solid rgba(247,243,234,0.25); background: rgba(247,243,234,0.08); color: var(--cream-100); }
.lead-form input::placeholder { color: rgba(247,243,234,0.55); }
.lead-note { font-size: 12.5px; color: rgba(247,243,234,0.6); margin-top: 10px; }
.lead-success { display: none; background: rgba(201,162,75,0.16); border: 1px solid var(--gold-600); color: var(--gold-300); padding: 14px 18px; border-radius: var(--radius-sm); margin-top: 18px; font-size: 14px; }
.lead-success.show { display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(247,243,234,0.75); padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(247,243,234,0.1); }
.footer-brand .brand-name { color: var(--cream-100); }
.footer-grid p { font-size: 13.6px; color: rgba(247,243,234,0.65); }
.footer-col h3 { color: var(--cream-100); font-family: var(--font-sans); font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col a { font-size: 14px; color: rgba(247,243,234,0.72); transition: color 0.2s ease; }
.footer-col a:hover { color: var(--gold-400, var(--gold-500)); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: 13.8px; }
.footer-contact svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; color: var(--gold-500); }
.footer-contact a:hover { color: var(--gold-400, var(--gold-500)); }
.footer-map { border-radius: var(--radius-sm); overflow: hidden; margin-top: 14px; border: 1px solid rgba(247,243,234,0.15); filter: grayscale(0.3) contrast(1.05); }
.footer-map iframe { width: 100%; height: 160px; border: 0; display: block; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(247,243,234,0.2); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { border-color: var(--gold-500); color: var(--gold-500); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; gap: 20px; flex-wrap: wrap; font-size: 12.8px; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal a:hover { color: var(--gold-500); }
.pay-icons { display: flex; gap: 8px; align-items: center; }
.pay-icons img { height: 26px; width: auto; border-radius: 5px; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 20px; right: 20px; bottom: 20px; max-width: 620px; margin: 0 auto;
  background: var(--navy-950); color: var(--cream-100); border-radius: var(--radius-md); padding: 24px 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35); z-index: 999; border: 1px solid rgba(201,162,75,0.3);
  transform: translateY(140%); transition: transform 0.5s ease;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner h3 { color: var(--cream-100); font-size: 16px; margin-bottom: 8px; font-family: var(--font-serif); }
.cookie-banner p { font-size: 13.3px; color: rgba(247,243,234,0.75); margin-bottom: 16px; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner .btn-ghost { border-color: rgba(247,243,234,0.45); color: var(--cream-100); background: rgba(247,243,234,0.05); }
.cookie-banner .btn-ghost:hover { border-color: var(--gold-500); color: var(--gold-300); background: rgba(201,162,75,0.14); }
.cookie-settings-panel { display: none; margin-top: 16px; border-top: 1px solid rgba(247,243,234,0.15); padding-top: 16px; }
.cookie-settings-panel.open { display: block; }
.cookie-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(247,243,234,0.08); gap: 14px; }
.cookie-row div strong { display: block; font-size: 13.5px; color: var(--cream-100); }
.cookie-row div span { font-size: 12px; color: rgba(247,243,234,0.6); }
.switch { position: relative; width: 42px; height: 24px; flex-shrink: 0; }
.switch input { opacity: 0; width: 100%; height: 100%; position: absolute; margin: 0; cursor: pointer; z-index: 2; }
.switch .track { position: absolute; inset: 0; background: rgba(247,243,234,0.25); border-radius: 999px; transition: 0.2s; }
.switch .thumb { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--cream-100); transition: 0.2s; }
.switch input:checked ~ .track { background: var(--gold-600); }
.switch input:checked ~ .thumb { transform: translateX(18px); }
.switch input:disabled ~ .track { background: var(--gold-700); opacity: 0.6; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: var(--navy-900); color: var(--cream-100); padding: 78px 0 68px; position: relative; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero-bg { position: absolute; inset: 0; opacity: 0.9; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,26,51,0.4), rgba(7,15,31,0.92)); }
.breadcrumb { font-size: 12.5px; color: rgba(247,243,234,0.55); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--gold-500); }
.page-hero h1 { color: var(--white); font-size: clamp(30px, 4.2vw, 46px); max-width: 720px; }
.page-hero p.lead { max-width: 640px; color: rgba(247,243,234,0.82); font-size: 16.5px; }

/* ---------- Shop layout ---------- */
.shop-layout { display: grid; grid-template-columns: 270px 1fr; gap: 40px; align-items: start; }
.filters-panel { background: var(--white); border-radius: var(--radius-md); padding: 26px; box-shadow: var(--shadow-card); position: sticky; top: 104px; }
.filters-panel h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 14px; color: var(--navy-900); }
.filter-group { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter-group:last-child { border-bottom: none; margin-bottom: 0; }
.filter-check { display: flex; align-items: center; gap: 10px; font-size: 14px; padding: 6px 0; color: var(--ink-soft); cursor: pointer; }
.filter-check input { width: 16px; height: 16px; accent-color: var(--gold-600); }
.price-range { display: flex; flex-direction: column; gap: 10px; }
.price-range input[type=range] { accent-color: var(--gold-600); width: 100%; }
.price-range .price-values { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-soft); }
.filters-clear { font-size: 12.5px; color: var(--gold-700); text-decoration: underline; margin-top: 10px; display: inline-block; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; gap: 16px; flex-wrap: wrap; }
.shop-count { font-size: 14px; color: var(--ink-soft); }
.sort-select { position: relative; }
.sort-select select { appearance: none; padding: 11px 38px 11px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-size: 13.6px; font-weight: 600; color: var(--navy-900); }
.sort-select::after { content: "▾"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--gold-700); pointer-events: none; }
.mobile-filters-toggle { display: none; }
.empty-state { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: var(--ink-soft); }

/* ---------- Product page ---------- */
.product-top { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; }
.product-gallery img { border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); width: 100%; }
.product-info .book-topic { margin-bottom: 8px; }
.product-info h1 { font-size: 30px; margin-bottom: 6px; }
.product-info .p-author { color: var(--ink-soft); font-size: 15px; margin-bottom: 14px; }
.p-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.p-rating .stars { color: var(--gold-600); letter-spacing: 2px; }
.p-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.p-price-row .price-now { font-family: var(--font-serif); font-size: 34px; color: var(--navy-900); font-weight: 700; }
.p-price-row .price-was { text-decoration: line-through; color: var(--ink-soft); font-size: 16px; }
.p-price-row .price-save { background: var(--cream-200); color: var(--gold-700); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.qty-stepper { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-stepper button { width: 40px; height: 44px; font-size: 18px; color: var(--navy-900); }
.qty-stepper button:hover { background: var(--cream-200); }
.qty-stepper input { width: 44px; height: 44px; text-align: center; border: none; border-left: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 15px; }
.product-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.trust-badges { display: flex; gap: 22px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.trust-badges div { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-soft); }
.trust-badges svg { width: 20px; height: 20px; color: var(--gold-600); flex-shrink: 0; }
.p-tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin: 60px 0 26px; }
.p-tab { padding: 12px 22px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); border-bottom: 2px solid transparent; }
.p-tab.active { color: var(--navy-900); border-color: var(--gold-600); }
.p-tab-panel { display: none; }
.p-tab-panel.active { display: block; }
.added-toast {
  position: fixed; bottom: 100px; right: 26px; background: var(--navy-950); color: var(--cream-100);
  padding: 16px 22px; border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); z-index: 500;
  transform: translateY(140%); transition: transform 0.35s ease; display: flex; align-items: center; gap: 12px;
  border: 1px solid rgba(201,162,75,0.4); max-width: calc(100vw - 52px); box-sizing: border-box;
  overflow-wrap: anywhere;
}
.added-toast.show { transform: translateY(0); }
@media (max-width: 560px) {
  .added-toast { right: 16px; bottom: 86px; max-width: calc(100vw - 32px); font-size: 13.5px; padding: 13px 18px; }
}

/* ---------- Blog article ---------- */
.article-body { max-width: 760px; margin: 0 auto; }
.article-body h2 { font-size: 24px; margin-top: 40px; }
.article-body h3 { font-size: 19px; margin-top: 30px; }
.article-body p, .article-body li { font-size: 16.5px; color: var(--ink-soft); }
.article-body ul, .article-body ol { padding-left: 22px; margin-bottom: 1.2em; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 3px solid var(--gold-600); padding: 4px 0 4px 22px; font-family: var(--font-serif); font-style: italic; font-size: 19px; color: var(--navy-900); margin: 30px 0; }
.article-cover { border-radius: var(--radius-lg); overflow: hidden; margin: 30px 0 40px; box-shadow: var(--shadow-soft); }
.article-meta-bar { display: flex; align-items: center; gap: 14px; color: rgba(247,243,234,0.7); font-size: 13px; margin-top: 16px; }

/* ---------- Quiz ---------- */
.quiz-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); padding: 44px; max-width: 720px; margin: -70px auto 0; position: relative; z-index: 3; }
.quiz-progress { height: 6px; background: var(--cream-200); border-radius: 999px; overflow: hidden; margin-bottom: 30px; }
.quiz-progress-bar { height: 100%; background: linear-gradient(90deg, var(--gold-600), var(--gold-400, var(--gold-500))); width: 0%; transition: width 0.35s ease; }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-q { font-size: 21px; margin-bottom: 22px; }
.quiz-options { display: grid; gap: 12px; }
.quiz-option { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-size: 15px; color: var(--navy-900); font-weight: 500; transition: all 0.2s ease; text-align: left; }
.quiz-option:hover { border-color: var(--gold-500); background: var(--cream-100); }
.quiz-option.selected { border-color: var(--gold-600); background: rgba(201,162,75,0.12); }
.quiz-option .letter { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 12.5px; flex-shrink: 0; }
.quiz-option.selected .letter { background: var(--gold-600); color: var(--navy-950); border-color: var(--gold-600); }
.quiz-nav { display: flex; justify-content: space-between; margin-top: 30px; }
.quiz-result { text-align: center; }
.quiz-result .result-badge { width: 90px; height: 90px; border-radius: 50%; background: linear-gradient(120deg, var(--gold-500), var(--gold-700)); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-family: var(--font-serif); font-size: 30px; color: var(--navy-950); }
.quiz-result h3 { font-size: 26px; }
.quiz-result .result-books { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; text-align: left; }

/* ---------- Cart page ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 100px; object-fit: cover; border-radius: 6px; }
.cart-item h4 { font-size: 15.5px; margin: 0 0 4px; }
.cart-item .rm { font-size: 12px; color: var(--ink-soft); text-decoration: underline; margin-top: 6px; display: inline-block; }
.cart-summary { background: var(--white); border-radius: var(--radius-md); padding: 28px; box-shadow: var(--shadow-card); position: sticky; top: 104px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14.5px; padding: 10px 0; color: var(--ink-soft); }
.summary-row.total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; font-size: 18px; font-weight: 700; color: var(--navy-900); }
.cart-empty { text-align: center; padding: 80px 20px; }

/* ---------- Forms (contact/consult) ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 4px; }
.field label { font-size: 13px; font-weight: 600; color: var(--navy-900); }
.field input, .field select, .field textarea { padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 14.5px; background: var(--white); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-500); }
.field.full { grid-column: 1/-1; }
.field:invalid input, .field input:invalid, .field select:invalid { border-color: transparent; }

/* Dark-section forms: labels/inputs must stay legible on navy backgrounds */
.dark-section .field label { color: var(--cream-100); }
.dark-section .field input,
.dark-section .field select,
.dark-section .field textarea { background: rgba(247,243,234,0.08); border-color: rgba(247,243,234,0.25); color: var(--cream-100); }
.dark-section .field input::placeholder,
.dark-section .field textarea::placeholder { color: rgba(247,243,234,0.5); }
.dark-section .field select option { color: var(--ink); }

/* ---------- Checkout payment method cards ---------- */
.payment-options { display: flex; gap: 12px; flex-wrap: wrap; }
.payment-option {
  display: flex; align-items: center; gap: 10px; padding: 12px 18px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); cursor: pointer; font-size: 14px; font-weight: 600; color: var(--navy-900);
  transition: all 0.2s ease;
}
.payment-option img { height: 22px; width: auto; }
.payment-option input { accent-color: var(--gold-600); }
.payment-option:has(input:checked) { border-color: var(--gold-600); background: rgba(201,162,75,0.1); }

/* ---------- Misc content blocks ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { padding: 30px; border-radius: var(--radius-md); background: var(--cream-200); }
.value-card h3 { font-size: 18px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.team-card { text-align: center; }
.team-card img { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 16px; }
.team-card strong { display: block; color: var(--navy-900); font-size: 15.5px; }
.team-card span { font-size: 13px; color: var(--gold-700); }

.age-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.age-pill { padding: 10px 20px; border-radius: 999px; border: 1px solid var(--line); font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.age-pill.active { background: var(--navy-900); color: var(--cream-100); border-color: var(--navy-900); }

.story-block { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 70px; }
.story-block.reverse .story-media { order: 2; }
.story-block--no-media { grid-template-columns: 1fr; max-width: 780px; margin-left: auto; margin-right: auto; }
.story-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.story-copy blockquote { font-family: var(--font-serif); font-size: 21px; color: var(--navy-900); font-style: italic; border-left: 3px solid var(--gold-600); padding-left: 20px; margin: 18px 0; }

/* ---------- Policy pages ---------- */
.policy-content { max-width: 820px; margin: 0 auto; }
.policy-content h2 { font-size: 21px; margin-top: 36px; }
.policy-content p, .policy-content li { font-size: 15px; color: var(--ink-soft); }
.policy-content ul { padding-left: 20px; margin-bottom: 1.2em; }
.policy-content li { margin-bottom: 7px; }
.policy-updated { font-size: 13px; color: var(--gold-700); font-weight: 600; margin-bottom: 30px; display: inline-block; }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.gold-text { color: var(--gold-600); }
.two-col-text { columns: 2; column-gap: 46px; }
.two-col-text p { break-inside: avoid; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .why-grid, .books-grid, .blog-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .product-top, .story-block, .story-block.reverse { grid-template-columns: 1fr; }
  .story-block.reverse .story-media { order: 0; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters-panel { position: static; }
  .value-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-banner { grid-template-columns: 1fr; }
  .lead-banner-media { min-height: 220px; }
  .cart-layout { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .main-nav, .header-search { display: none; }
  .burger { display: flex; }
  .mobile-nav { display: block; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .quiz-result .result-books { grid-template-columns: 1fr 1fr; }
  .header-inner { height: 74px; }
  .mobile-nav { inset: 74px 0 0 0; }
}

@media (max-width: 720px) {
  .why-grid, .books-grid, .blog-grid, .testi-grid, .value-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .section-pad { padding: 60px 0; }
  .hero { padding: 90px 0 70px; }
  .cart-item { grid-template-columns: 64px 1fr auto; row-gap: 8px; column-gap: 14px; }
  .cart-item img { grid-row: 1 / 3; }
  .cart-item > div:first-of-type { grid-column: 2; grid-row: 1; }
  .cart-item .qty-stepper { grid-column: 2; grid-row: 2; }
  .cart-item > div:last-child { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .two-col-text { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .why-grid, .books-grid, .blog-grid, .testi-grid, .value-grid, .team-grid, .quiz-result .result-books { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
  .hero-stats { gap: 24px; }
  .hero-ctas .btn { width: 100%; }
  .hero-ctas { flex-direction: column; }
  .carousel-track .book-card { min-width: 210px; max-width: 210px; }
  .quiz-card { padding: 26px; margin-top: -40px; }
  .lead-banner-copy, .lead-banner--no-media .lead-banner-copy { padding: 34px 24px; }
  .split--no-media { max-width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .p-price-row .price-now { font-size: 28px; }
}

@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .brand-name { font-size: 18px; }
  .brand img { width: 32px; height: 32px; }
  .header-inner { height: 66px; gap: 12px; }
  .icon-btn { width: 36px; height: 36px; }
  .hero h1 { font-size: 26px; }
  .hero .lead { font-size: 15.5px; }
  .btn { padding: 13px 22px; font-size: 13.5px; }
  .carousel-track .book-card { min-width: 170px; max-width: 170px; }
  .quiz-card { padding: 18px; }
  .footer-map iframe { height: 130px; }
}

/* ==========================================================================
   Floating chat assistant widget
   ========================================================================== */
.chat-fab {
  position: fixed; right: 24px; bottom: 24px; width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700)); color: var(--navy-950);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 32px rgba(11,26,51,0.35);
  z-index: 850; border: none; transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.chat-fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 38px rgba(11,26,51,0.4); }
.chat-fab-icon { width: 26px; height: 26px; position: absolute; transition: opacity 0.2s ease, transform 0.2s ease; }
.chat-fab-close { opacity: 0; transform: scale(0.5) rotate(-45deg); }
.chat-fab.open .chat-fab-icon:not(.chat-fab-close) { opacity: 0; transform: scale(0.5) rotate(45deg); }
.chat-fab.open .chat-fab-close { opacity: 1; transform: scale(1) rotate(0deg); }

.chat-panel {
  position: fixed; right: 24px; bottom: 96px; width: 360px; max-width: calc(100vw - 32px); height: 480px;
  max-height: calc(100vh - 140px); background: var(--white); border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(11,26,51,0.32); z-index: 840; display: flex; flex-direction: column;
  overflow: hidden; opacity: 0; transform: translateY(16px) scale(0.98); pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease; border: 1px solid rgba(201,162,75,0.25);
}
.chat-panel.open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.chat-head { background: var(--navy-900); padding: 16px 20px; flex-shrink: 0; }
.chat-head-title { display: flex; align-items: center; gap: 12px; }
.chat-head-title strong { display: block; color: var(--cream-100); font-family: var(--font-serif); font-size: 15.5px; }
.chat-head-title span { font-size: 11.5px; color: rgba(247,243,234,0.65); }
.chat-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--cream-100); }
.chat-msg { max-width: 88%; padding: 11px 14px; border-radius: 14px; font-size: 13.5px; line-height: 1.5; }
.chat-msg a { text-decoration: underline; }
.chat-msg--bot { align-self: flex-start; background: var(--white); border: 1px solid var(--line); color: var(--ink); border-bottom-left-radius: 4px; }
.chat-msg--user { align-self: flex-end; background: var(--navy-900); color: var(--cream-100); border-bottom-right-radius: 4px; }
.chat-quick-prompts { display: flex; flex-direction: column; gap: 8px; align-self: flex-start; max-width: 92%; }
.chat-quick-btn { text-align: left; padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-size: 12.5px; color: var(--navy-900); transition: all 0.15s ease; }
.chat-quick-btn:hover { border-color: var(--gold-500); background: rgba(201,162,75,0.08); }
.chat-book-list { display: flex; flex-direction: column; gap: 8px; margin: 10px 0; }
.chat-book { display: flex; align-items: center; gap: 10px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream-100); }
.chat-book img { width: 30px; height: 40px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.chat-book strong { font-size: 12.5px; color: var(--navy-900); }
.chat-book-meta { font-size: 11px; color: var(--ink-soft); }
.chat-input-row { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: var(--white); flex-shrink: 0; }
.chat-input-row input { flex: 1; padding: 11px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: 13.5px; }
.chat-input-row input:focus { outline: none; border-color: var(--gold-500); }
.chat-input-row button { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-900); color: var(--gold-400, var(--gold-500)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat-input-row button svg { width: 17px; height: 17px; }

@media (max-width: 560px) {
  .chat-fab { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .chat-panel { right: 16px; left: 16px; width: auto; bottom: 84px; height: min(70vh, 520px); }
  /* the cookie banner spans nearly the full width on small screens, so hide the FAB
     underneath it until it's dismissed to avoid overlap */
  .cookie-banner.show ~ .chat-fab { opacity: 0; pointer-events: none; transform: scale(0.8); }
}

