@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap");

:root {
  --ink: #081426;
  --ink-soft: #39465a;
  --navy: #071426;
  --navy-2: #0b2443;
  --blue: #1769ff;
  --blue-2: #2d83ff;
  --cyan: #56d8ff;
  --gold: #f7b955;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #dfe6ef;
  --shadow: 0 28px 80px rgba(7, 20, 38, .16);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.15rem, 4.4vw, 4rem); margin-bottom: 22px; }
h3 { font-size: 1.4rem; }
p { color: var(--ink-soft); }
section { padding: 105px 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 790px; }
.center { text-align: center; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 10000; background: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.eyebrow {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: white;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 30px rgba(7,20,38,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand small { margin-top: 5px; font-size: .7rem; opacity: .72; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { text-decoration: none; font-weight: 700; font-size: .88rem; }
.main-nav > a:not(.button):hover { color: var(--cyan); }
.site-header.scrolled .main-nav > a:not(.button):hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.015em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 14px 34px rgba(23,105,255,.28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(23,105,255,.36); }
.button-light { color: var(--navy); background: white; box-shadow: 0 15px 40px rgba(0,0,0,.16); }
.button-small { min-height: 43px; padding: 0 18px; border-radius: 11px; color: white; background: var(--blue); }
.button-full { width: 100%; }
.text-link { color: white; font-weight: 800; text-underline-offset: 5px; }

.hero {
  min-height: 800px;
  padding: 160px 0 95px;
  position: relative;
  display: grid;
  align-items: center;
  color: white;
  background:
    linear-gradient(115deg, rgba(7,20,38,.98) 0%, rgba(7,20,38,.94) 48%, rgba(11,36,67,.89) 100%),
    radial-gradient(circle at 70% 20%, #174f8e 0, transparent 38%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.hero .eyebrow { color: var(--cyan); }
.hero-lead { max-width: 720px; font-size: 1.18rem; color: #d5e2f2; }
.hero-points { list-style: none; padding: 0; margin: 32px 0; display: grid; gap: 14px; }
.hero-points li { position: relative; padding-left: 34px; color: #eaf2fb; font-weight: 600; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cyan); font-weight: 900; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 32px; color: #b9c9dc; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.trust-row span { display: flex; gap: 7px; align-items: center; }
.trust-row img { width: 19px; height: 19px; }

.hero-visual { position: relative; min-width: 0; }
.book-stage { position: relative; width: min(100%, 490px); margin: auto; perspective: 1200px; }
.book-cover { position: relative; z-index: 2; width: 100%; border-radius: 8px 18px 18px 8px; box-shadow: -18px 26px 70px rgba(0,0,0,.52); transform: rotateY(-7deg) rotateZ(1.2deg); }
.book-stage::before { content: ""; position: absolute; z-index: 1; inset: 11px -12px -11px 15px; border-radius: 8px 20px 20px 8px; background: #e6e8ed; transform: rotateY(-7deg) rotateZ(1.2deg); }
.book-stage::after { content: ""; position: absolute; z-index: 0; width: 75%; height: 13%; left: 13%; bottom: -5%; border-radius: 50%; background: rgba(0,0,0,.48); filter: blur(25px); }
.book-badge { position: absolute; z-index: 3; right: -28px; bottom: 58px; width: 116px; height: 116px; display: grid; place-content: center; text-align: center; color: var(--navy); background: var(--gold); border: 6px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 18px 35px rgba(0,0,0,.3); transform: rotate(7deg); }
.book-badge strong { font-family: "Space Grotesk"; font-size: 1.8rem; }
.book-badge span { font-size: .66rem; font-weight: 800; text-transform: uppercase; }

.problem-section { background: var(--paper); }
.problem-section p:last-child { font-size: 1.16rem; }

.section-heading { margin-bottom: 50px; max-width: 770px; }
.section-heading.center { margin-inline: auto; }
.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.info-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 50px rgba(7,20,38,.06); }
.info-card img { margin-bottom: 25px; }
.info-card h3 { margin-bottom: 12px; }
.info-card p { margin-bottom: 0; }

.inside-section { color: white; background: var(--navy); }
.inside-section p { color: #bfcddd; }
.inside-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.chapter-list { margin-top: 42px; display: grid; gap: 8px; }
.chapter-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }
.chapter-list span { color: var(--cyan); font-family: "Space Grotesk"; font-weight: 700; }
.chapter-list p { margin: 0; }
.chapter-list strong { color: white; }
.bundle-card { position: sticky; top: 112px; padding: 38px; color: var(--ink); background: white; border-radius: 28px; box-shadow: var(--shadow); }
.bundle-label { color: var(--blue) !important; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; }
.bundle-card h3 { font-size: 2rem; }
.bundle-card ul { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.bundle-card li { position: relative; padding-left: 28px; color: var(--ink-soft); }
.bundle-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.bundle-card small { display: block; margin-top: 16px; text-align: center; color: #758197; }

.author-section { background: linear-gradient(180deg, white, #f2f6fb); }
.author-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.griz-mark { max-width: 390px; margin-inline: auto; padding: 28px; border-radius: 48px; background: var(--navy); box-shadow: var(--shadow); transform: rotate(-2deg); }
.author-lead { font-size: 1.15rem; font-weight: 800; color: var(--blue); }
blockquote { margin: 32px 0 0; padding: 22px 0 22px 28px; border-left: 5px solid var(--blue); font-family: "Space Grotesk"; font-size: 1.5rem; }

.difference-section { background: white; }
.mini-card { min-height: 190px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); }
.mini-card strong { font-family: "Space Grotesk"; font-size: 1.25rem; }
.mini-card span { color: var(--ink-soft); }

.faq-section { background: var(--paper); }
.faq-list { border-top: 1px solid #ccd6e3; }
.faq-item { border-bottom: 1px solid #ccd6e3; }
.faq-item button { width: 100%; padding: 23px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--ink); border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span { font-size: 1.7rem; color: var(--blue); transition: transform .2s; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { overflow: hidden; margin: 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 22px; }

.final-cta { color: white; background: linear-gradient(135deg, #0752d8, #1687ff); }
.final-cta p { color: #eaf4ff; }
.final-cta .eyebrow { color: white; opacity: .78; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta h2 { margin-bottom: 12px; }

.site-footer { padding: 65px 0 100px; color: #d7e0eb; background: #030b16; }
.site-footer p { max-width: 470px; color: #8494a8; }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 15px 40px; align-content: start; }
.footer-links a { color: #c6d1df; text-decoration: none; }
.footer-bottom { margin-top: 45px; padding-top: 25px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #718096; font-size: .78rem; }

.mobile-buy-bar { display: none; }
.noscript { position: fixed; inset: auto 0 0; z-index: 2000; padding: 12px; color: white; background: #a53030; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.career-bundle {
  background: #f7f9fc;
}

.career-bundle .section-heading {
  margin-inline: auto;
}

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

.bundle-item {
  padding: 28px;
  background: #ffffff;
  border: 1px solid #dfe6ef;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(7, 20, 38, 0.06);
}

.bundle-icon {
  display: block;
  margin-bottom: 18px;
  font-size: 2rem;
}

.bundle-item h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.bundle-item p {
  margin-bottom: 0;
}

.featured-bundle {
  border: 2px solid #1769ff;
}

.bundle-cta {
  margin-top: 40px;
  text-align: center;
}

.bundle-cta p {
  margin-bottom: 18px;
  font-size: 1.1rem;
}

@media (max-width: 980px) {
  .bundle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .bundle-item {
    padding: 24px;
  }

  .bundle-cta .button {
    width: 100%;
  }
}
/* ==========================
   Bundle Value Section
   ========================== */

.value-section {
    padding: 90px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    text-align: center;
}

.value-section h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #081426;
}

.value-section p {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #5f6b7a;
    font-size: 1.1rem;
}

.value-table {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 40px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.value-table tr {
    transition: background .25s ease;
}

.value-table tr:hover {
    background: #f4f8ff;
}

.value-table td {
    padding: 18px 25px;
    border-bottom: 1px solid #e6edf5;
    font-size: 1.05rem;
}

.value-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #081426;
}

.value-table td:last-child {
    text-align: right;
    font-weight: 700;
    color: #1769ff;
}

.value-table .total {
    background: linear-gradient(135deg,#1769ff,#0d5ce8);
}

.value-table .total td {
    color: white;
    font-size: 1.2rem;
    border-bottom: none;
}

.value-section h3 {
    margin: 30px 0 25px;
    font-size: 1.8rem;
    color: #081426;
}

.value-section .buy-button,
.value-section .button {
    display: inline-block;
    padding: 18px 40px;
    border-radius: 14px;
    background: linear-gradient(135deg,#1769ff,#2d83ff);
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all .25s ease;
    box-shadow: 0 15px 35px rgba(23,105,255,.30);
}

.value-section .buy-button:hover,
.value-section .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(23,105,255,.40);
}

@media (max-width: 768px) {

    .value-section {
        padding: 70px 20px;
    }

    .value-section h2 {
        font-size: 2rem;
    }

    .value-table td {
        padding: 15px;
        font-size: .95rem;
    }

    .value-table .total td {
        font-size: 1.05rem;
    }

    .value-section .buy-button,
    .value-section .button {
        width: 100%;
        max-width: 340px;
    }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  section { padding: 82px 0; }
  .hero-grid, .inside-grid, .author-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-points { max-width: 650px; margin-inline: auto; text-align: left; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { margin-top: 25px; }
  .book-stage { width: min(75vw, 430px); }
  .inside-grid { gap: 55px; }
  .bundle-card { position: static; max-width: 620px; margin-inline: auto; }
  .author-grid { gap: 50px; }
  .author-copy { text-align: center; }
  blockquote { display: inline-block; text-align: left; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  section { padding: 68px 0; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 6px 26px rgba(7,20,38,.08); }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; color: var(--ink); }
  .main-nav {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    padding: 20px;
    display: grid;
    gap: 6px;
    color: var(--ink);
    background: white;
    border-radius: 18px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a { padding: 10px; }
  .main-nav .button { margin-top: 8px; color: white; }
  .hero { min-height: auto; padding: 125px 0 78px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.25rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .trust-row { gap: 14px; }
  .trust-row span { width: 100%; justify-content: center; }
  .book-stage { width: min(78vw, 360px); }
  .book-badge { width: 92px; height: 92px; right: -17px; bottom: 35px; }
  .book-badge strong { font-size: 1.45rem; }
  .card-grid.three, .card-grid.four { grid-template-columns: 1fr; }
  .info-card { padding: 28px; }
  .chapter-list > div { grid-template-columns: 42px 1fr; }
  .bundle-card { padding: 28px; }
  .final-cta-inner, .footer-grid, .footer-bottom { display: grid; text-align: center; }
  .final-cta .button { width: 100%; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-items: center; }
  .mobile-buy-bar {
    position: fixed;
    z-index: 900;
    inset: auto 0 0;
    min-height: 74px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink);
    background: rgba(255,255,255,.97);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 35px rgba(7,20,38,.12);
    backdrop-filter: blur(12px);
    transform: translateY(110%);
    transition: transform .25s ease;
  }
  .mobile-buy-bar.visible { transform: none; }
  .mobile-buy-bar span { display: grid; line-height: 1.25; }
  .mobile-buy-bar small { color: var(--ink-soft); font-size: .7rem; }
  .mobile-buy-bar .button { min-height: 48px; padding-inline: 18px; white-space: nowrap; font-size: .83rem; }
}

@media (max-width: 420px) {
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .6rem; }
  .brand img { width: 36px; }
  .hero-actions .button { width: 100%; }
  .book-badge { right: -8px; }
}
