.view[hidden] { display: none !important; }
.view.is-entering { animation: view-in .28s ease both; }
@keyframes view-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.preview-hero-grid { min-height: 650px; }
.cover-shelf { position: relative; min-height: 520px; }
.cover-shelf img { position: absolute; top: 45px; left: 50%; width: 250px; border: 6px solid white; border-radius: 13px; box-shadow: 0 28px 55px rgba(0,0,0,.33); }
.cover-shelf img:nth-child(1) { transform: translateX(-94%) rotate(-10deg); }
.cover-shelf img:nth-child(2) { z-index: 2; transform: translateX(-50%) translateY(-12px); }
.cover-shelf img:nth-child(3) { transform: translateX(-6%) rotate(10deg); }
.shelf-badge { position: absolute; z-index: 4; right: 2%; bottom: 27px; padding: 15px 18px; border-radius: 16px; color: var(--navy); background: var(--gold); box-shadow: var(--shadow); font-family: "Space Grotesk", sans-serif; font-weight: 800; line-height: 1.2; transform: rotate(-3deg); }
.preview-bundle-section { padding-top: 15px; }
.series-alt { background: var(--cream); }
.series-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding: 22px 25px; border-radius: 18px; background: var(--navy); color: white; }
.preview-footer { grid-template-columns: 1.5fr .8fr 1fr; }
.nav-shell nav a[aria-current="page"] { color: var(--navy); background: #eaf7f3; }
.preview-callout { padding: 15px; border-radius: 14px; color: var(--navy); background: #e8f8f4; font-weight: 700; }
.form-status { font-size: .875rem; }
.resources-page { background: var(--cream); }
.resources-hero { padding: 78px 0 70px; color: white; background: var(--navy); }
.resources-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.resources-hero h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.8rem, 5.5vw, 5rem); }
.resources-hero p { max-width: 680px; margin-bottom: 0; color: #c3d6dc; font-size: 1.08rem; }
.resources-hero-note { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.resources-hero-note strong { color: var(--gold); font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; }
.resources-hero-note p { margin-top: 8px; font-size: .86rem; }
.resource-tool-section { padding: 70px 0; }
.resource-tool-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: start; }
.tool-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 12px 35px rgba(12,42,62,.07); }
.tool-heading, .tool-heading > div { display: flex; align-items: center; gap: 13px; }
.tool-heading { justify-content: space-between; margin-bottom: 25px; }
.tool-heading b, .tool-heading small { display: block; }
.tool-heading b { font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; }
.tool-heading small { color: var(--muted); font-size: .76rem; }
.tool-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--coral); font-size: 1.45rem; font-weight: 800; }
.clock-icon { color: var(--navy); background: var(--gold); }
.live-pill { padding: 6px 9px; border-radius: 99px; color: var(--teal-dark); background: #e5f7f3; font-size: .68rem; font-weight: 800; }
.live-pill-gold { color: #78570b; background: #fff2c9; }
#currency-converter > label { margin-top: 0; }
#currency-amount { width: 100%; height: 54px; padding: 0 15px; border: 1px solid #bac9ce; border-radius: 12px; color: var(--ink); background: white; }
.currency-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: end; margin: 18px 0 20px; }
.currency-pair label { margin: 0; }
.currency-pair label > span { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 800; }
.currency-pair select { width: 100%; height: 54px; padding: 0 37px 0 12px; border: 1px solid #bac9ce; border-radius: 12px; color: var(--ink); background: white; font: inherit; font-size: .86rem; }
.swap-currencies { width: 48px; height: 48px; margin-bottom: 3px; border: 0; border-radius: 14px; color: white; background: var(--navy); font-size: 1.25rem; cursor: pointer; }
.conversion-result { min-height: 112px; display: grid; align-content: center; gap: 3px; margin-top: 18px; padding: 18px; border-radius: 16px; color: var(--navy); background: #eaf7f3; }
.conversion-result small, .conversion-result span { color: var(--muted); font-size: .76rem; }
.conversion-result strong { font-family: "Space Grotesk", sans-serif; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.conversion-result.is-loading { opacity: .72; }
.conversion-result .conversion-error { color: var(--coral-dark); font-weight: 800; }
.tool-source { margin: 16px 0 0; color: var(--muted); font-size: .72rem; }
.tool-source a { color: var(--teal-dark); font-weight: 800; }
.market-clock-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.market-clock { padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfc; }
.market-clock span, .market-clock small { display: block; color: var(--muted); font-size: .7rem; }
.market-clock strong { display: block; margin: 3px 0; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; }
.official-resources { padding: 20px 0 100px; }
.resources-heading > p { max-width: 340px; margin-bottom: 0; color: var(--muted); }
.official-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.official-card { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; min-height: 126px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: white; color: var(--ink); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.official-card:hover { transform: translateY(-3px); border-color: var(--teal-dark); box-shadow: 0 12px 28px rgba(12,42,62,.08); }
.official-card b, .official-card small { display: block; }
.official-card b { margin-bottom: 4px; font-family: "Space Grotesk", sans-serif; font-size: 1rem; }
.official-card small { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.official-card > i { color: var(--teal-dark); font-style: normal; font-size: 1.2rem; }
.official-abbr { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: .72rem; font-weight: 800; }
.official-teal { color: var(--navy); background: var(--teal); }
.official-gold { color: var(--navy); background: var(--gold); }
.official-coral { background: var(--coral); }
.reviews-page { background: var(--cream); }
.reviews-hero { padding: 76px 0; color: white; background: var(--navy); }
.reviews-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.reviews-hero h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.8rem, 5.4vw, 5rem); }
.reviews-hero p { max-width: 650px; margin-bottom: 0; color: #c3d6dc; font-size: 1.05rem; }
.review-process { display: grid; grid-template-columns: auto 1fr; gap: 14px 16px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.06); }
.review-process > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--gold); font-family: "Space Grotesk", sans-serif; font-weight: 800; }
.review-process > span:nth-of-type(2) { background: var(--teal); }
.review-process > span:nth-of-type(3) { color: white; background: var(--coral); }
.review-process p { margin: 0; align-self: center; }
.review-process b, .review-process small { display: block; }
.review-process b { color: white; }
.review-process small { color: #a9c1ca; font-size: .75rem; }
.reviews-section { padding: 75px 0 100px; }
.reviews-grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: start; }
.review-form { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 15px 38px rgba(12,42,62,.08); }
.review-form h2 { margin-bottom: 24px; font-size: 2rem; }
.review-form > label:not(.consent-check):not(.review-trap), .review-two-column label { margin-top: 17px; }
.review-form input[type="text"], .review-form input[type="email"], .review-form select, .review-form textarea { width: 100%; padding: 0 14px; border: 1px solid #bac9ce; border-radius: 12px; color: var(--ink); background: white; font: inherit; }
.review-form input[type="text"], .review-form input[type="email"], .review-form select { height: 52px; }
.review-form textarea { min-height: 145px; padding-block: 13px; resize: vertical; }
.review-form select:focus, .review-form textarea:focus { border-color: var(--teal-dark); outline: none; box-shadow: 0 0 0 4px rgba(55,205,177,.16); }
.review-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rating-field { margin: 0 0 18px; padding: 0; border: 0; }
.rating-field legend { margin-bottom: 7px; font-size: .78rem; font-weight: 800; }
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; }
.star-rating input { position: absolute; opacity: 0; pointer-events: none; }
.star-rating label { margin: 0; color: #c8d2d4; font-size: 2.2rem; line-height: 1; cursor: pointer; transition: color .15s, transform .15s; }
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:focus-visible + label, .star-rating input:checked + label, .star-rating input:checked ~ label { color: var(--gold); }
.star-rating label:hover { transform: translateY(-2px); }
.character-count { margin-top: 5px; color: var(--muted); font-size: .7rem; text-align: right; }
.review-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.approved-reviews { min-width: 0; }
.approved-reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 25px; }
.approved-reviews-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.rating-summary { display: grid; justify-items: end; }
.rating-summary strong { color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 2rem; }
.rating-summary span { color: var(--gold); letter-spacing: .08em; }
.rating-summary small { color: var(--muted); font-size: .68rem; }
.reviews-list { display: grid; gap: 15px; }
.review-card { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 8px 24px rgba(12,42,62,.05); }
.review-card-top { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.review-card h3 { margin: 8px 0 9px; font-size: 1.15rem; }
.review-card p { margin-bottom: 16px; color: #405966; white-space: pre-wrap; overflow-wrap: anywhere; }
.review-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.review-stars { color: var(--gold); letter-spacing: .06em; white-space: nowrap; }
.review-book { display: inline-block; padding: 6px 9px; border-radius: 999px; color: var(--teal-dark); background: #e8f8f4; font-size: .68rem; font-weight: 800; }
.reviews-empty { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 30px; border: 2px dashed #cbd8d7; border-radius: 20px; color: var(--muted); text-align: center; }
.reviews-empty span { color: var(--gold); font-size: 2.4rem; }
.suggestions-page { background: var(--cream); }
.suggestions-hero { padding: 76px 0; color: white; background: linear-gradient(125deg, var(--navy) 0 68%, #15536a 68%); }
.suggestions-hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 65px; align-items: center; }
.suggestions-hero h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.8rem, 5.4vw, 5rem); }
.suggestions-hero p { max-width: 670px; margin-bottom: 0; color: #c3d6dc; font-size: 1.05rem; }
.suggestion-badges { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); }
.suggestion-badges span { padding: 10px 14px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .8rem; font-weight: 800; transform: rotate(-2deg); }
.suggestion-badges span:nth-child(2n) { background: var(--teal); transform: rotate(2deg); }
.suggestion-badges span:nth-child(3n) { color: white; background: var(--coral); }
.suggestions-section { padding: 75px 0 100px; }
.suggestions-grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: start; }
.qa-heading { margin-bottom: 25px; }
.qa-heading h2 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.2rem); }
.qa-heading p { margin: 0; color: var(--muted); }
.qa-list { display: grid; gap: 16px; }
.qa-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(12,42,62,.05); }
.qa-card-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.qa-card-meta span:first-child { color: var(--teal-dark); letter-spacing: .08em; }
.qa-card h3 { margin: 12px 0 8px; font-size: 1.3rem; }
.qa-question { color: #405966; white-space: pre-wrap; overflow-wrap: anywhere; }
.qa-answer { margin: 18px 0 14px; padding: 18px; border-left: 5px solid var(--teal); border-radius: 0 16px 16px 0; background: #eaf7f3; }
.qa-answer strong { display: block; margin-bottom: 6px; color: var(--navy); }
.qa-answer p { margin: 0; color: #294653; white-space: pre-wrap; overflow-wrap: anywhere; }
.qa-card > small { color: var(--muted); }
.money-guide { position: fixed; z-index: 70; right: max(18px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 132px; pointer-events: none; }
.money-guide-button { position: relative; width: 132px; height: 142px; padding: 0; border: 0; background: transparent; cursor: pointer; pointer-events: auto; animation: mascot-float 3.2s ease-in-out infinite; filter: drop-shadow(0 12px 12px rgba(12,42,62,.25)); }
.money-guide-button img { width: 118px; height: auto; display: block; margin: 20px auto 0; transition: transform .2s ease; }
.money-guide-button:hover img, .money-guide-button:focus-visible img { transform: rotate(4deg) scale(1.06); }
.money-guide.is-open .money-guide-button img { transform: rotate(-5deg) scale(1.08); }
.money-guide-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 28px; }
.money-guide-label { position: absolute; z-index: 2; top: 0; right: 0; padding: 7px 10px; border: 2px solid white; border-radius: 999px; color: white; background: var(--coral); box-shadow: 0 6px 15px rgba(12,42,62,.2); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.money-guide-menu { position: absolute; right: 4px; bottom: 144px; width: 218px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 20px 55px rgba(12,42,62,.24); pointer-events: auto; }
.money-guide-menu[hidden] { display: none; }
.money-guide-menu strong { display: block; padding: 5px 8px 9px; color: var(--navy); font-family: "Space Grotesk", sans-serif; }
.money-guide-menu a { display: block; padding: 9px 10px; border-radius: 10px; color: var(--ink); font-size: .86rem; font-weight: 700; text-decoration: none; }
.money-guide-menu a:hover, .money-guide-menu a:focus-visible { color: var(--navy); background: #eaf7f3; }
@keyframes mascot-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1.5deg); } }
.payment-panel h2, .buyer-panel h2 { font-size: 1.35rem; }
.buyer-panel label:not(.consent-check) { font-size: .875rem; }
.pay-option b { font-size: 1rem; }
.pay-option small, .payment-intro, .consent-check, .adult-note, .book-meta { font-size: .8rem !important; }
@media (max-width: 980px) {
  .preview-hero-grid { min-height: auto; }
  .cover-shelf { min-height: 480px; }
  .preview-footer { grid-template-columns: 1fr 1fr; }
  .resources-hero-grid, .resource-tool-grid { grid-template-columns: 1fr; }
  .reviews-hero-grid, .reviews-grid, .suggestions-hero-grid, .suggestions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .cover-shelf { min-height: 340px; }
  .cover-shelf img { top: 36px; width: 175px; border-width: 4px; }
  .shelf-badge { right: -2%; bottom: 8px; font-size: .8rem; }
  .series-cta { align-items: flex-start; flex-direction: column; }
  .preview-footer { grid-template-columns: 1fr; }
  .resources-hero { padding: 62px 0 55px; }
  .tool-card { padding: 21px; }
  .tool-heading { align-items: flex-start; }
  .live-pill { display: none; }
  .currency-pair { grid-template-columns: 1fr; }
  .swap-currencies { width: 100%; height: 43px; margin: 0; }
  .market-clock-grid, .official-grid { grid-template-columns: 1fr; }
  .official-card { grid-template-columns: auto 1fr; }
  .official-card > i { display: none; }
  .resources-heading > p { max-width: none; }
  .reviews-hero { padding: 60px 0; }
  .review-form { padding: 22px; }
  .review-two-column { grid-template-columns: 1fr; }
  .approved-reviews-heading { align-items: flex-start; flex-direction: column; }
  .rating-summary { justify-items: start; }
  .review-card-footer { align-items: flex-start; flex-direction: column; }
  .suggestions-hero { padding: 60px 0; background: var(--navy); }
  .suggestion-badges { padding: 18px; }
  .qa-card-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .money-guide { right: 8px; bottom: 8px; width: 96px; }
  .money-guide-button { width: 96px; height: 112px; }
  .money-guide-button img { width: 88px; margin-top: 21px; }
  .money-guide-label { right: -2px; font-size: .64rem; }
  .money-guide-menu { right: 2px; bottom: 114px; width: 205px; }
}
@media (prefers-reduced-motion: reduce) {
  .money-guide-button { animation: none; }
}
