:root {
  --ink: #081a38;
  --navy: #0b3d6e;
  --blue: #1f55af;
  --steel: #e9eef5;
  --silver: #c9d1dc;
  --paper: #f9fafc;
  --orange: #ff7a1a;
  --gold: #ffc247;
  --teal: #087d86;
  --text: #213047;
  --muted: #64748b;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(8, 26, 56, .16);
  --radius: 22px;
}
* { 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(--text); background: var(--paper); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.hidden { display: none !important; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(249,250,252,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(11,61,110,.1); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 222px; height: 66px; object-fit: cover; object-position: center; border-radius: 8px; }
.nav-menu { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 700; color: var(--ink); }
.nav-menu > a:not(.button):hover { color: var(--orange); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--navy)); box-shadow: 0 12px 28px rgba(31,85,175,.25); }
.button-secondary { color: var(--ink); background: white; border-color: rgba(11,61,110,.2); box-shadow: 0 8px 20px rgba(8,26,56,.08); }
.button-secondary-dark { width: 100%; color: var(--ink); background: var(--steel); border-color: var(--silver); }
.button-gold { color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--orange)); box-shadow: 0 12px 28px rgba(255,122,26,.22); }
.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 75% 20%, rgba(31,85,175,.55), transparent 28%), linear-gradient(135deg, #06142d 0%, #0b3d6e 55%, #081a38 100%); padding: 88px 0 108px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 34px 34px; mask-image: linear-gradient(to right, transparent, black 55%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.12; }
h1 { margin-top: 18px; color: white; font-size: clamp(2.8rem, 5.4vw, 5.4rem); letter-spacing: -.05em; max-width: 790px; }
h1 em { color: var(--gold); font-style: normal; }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.hero-lead { max-width: 680px; margin: 26px 0 0; font-size: 1.16rem; color: #dce8f7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { list-style: none; display: flex; gap: 30px; padding: 0; margin: 38px 0 0; }
.hero-proof li { display: grid; grid-template-columns: auto auto; column-gap: 10px; align-items: center; }
.hero-proof strong { font-size: 1.9rem; color: var(--gold); }
.hero-proof span { max-width: 110px; color: #dce8f7; font-size: .84rem; line-height: 1.25; }
.microcopy { max-width: 650px; color: #a8b8cd; font-size: .76rem; margin-top: 24px; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.cover-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(31,85,175,.42); filter: blur(35px); }
.book-cover { position: relative; width: min(410px, 84%); aspect-ratio: 8.5/11; object-fit: cover; border-radius: 6px; box-shadow: 28px 34px 80px rgba(0,0,0,.45), -10px 0 0 rgba(255,255,255,.14); transform: rotate(2.5deg); }
.floating-card { position: absolute; padding: 14px 18px; border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card span { display: block; }
.floating-card span { font-size: .78rem; color: var(--muted); }
.floating-card-top { top: 70px; right: -8px; }
.floating-card-bottom { bottom: 70px; left: -16px; }
.hero-wave { position: absolute; left: -4%; right: -4%; bottom: -58px; height: 110px; border-radius: 50% 50% 0 0; background: var(--paper); }
.trust-strip { position: relative; z-index: 2; background: var(--paper); padding: 26px 0 34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-grid > div { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(8,26,56,.07); }
.trust-grid p { margin: 0; font-size: .86rem; line-height: 1.35; }
.trust-icon { color: white; background: var(--navy); border-radius: 50%; min-width: 36px; height: 36px; display: grid; place-items: center; font-size: .72rem; font-weight: 900; }
.section { padding: 100px 0; }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; overflow: hidden; min-height: 285px; padding: 34px 28px; border: 1px solid #dde5ef; border-radius: var(--radius); background: white; box-shadow: 0 16px 36px rgba(8,26,56,.06); }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -70px; bottom: -70px; background: linear-gradient(135deg, rgba(31,85,175,.13), rgba(255,122,26,.08)); }
.feature-card h3 { margin: 28px 0 14px; }
.feature-card p { color: var(--muted); margin: 0; }
.feature-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--navy), var(--blue)); font-weight: 900; }
.section-dark { color: white; background: linear-gradient(135deg, #06142d, #0b3d6e); }
.section-dark h2 { color: white; margin-top: 12px; }
.section-kicker.light { color: var(--gold); }
.sample-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: center; }
.sample-copy > p { color: #cfdaea; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 10px; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--gold); font-weight: 900; }
.sample-form { display: grid; gap: 14px; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sample-form label { display: grid; gap: 6px; color: #eef4fc; font-size: .86rem; font-weight: 700; }
.sample-form input, .sample-form select { width: 100%; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 0 13px; color: var(--ink); background: white; }
.sample-form .consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.sample-form .consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; }
.form-status { margin: 0; color: var(--gold); font-size: .9rem; }
.sample-download { display: flex; align-items: center; gap: 18px; margin-top: 18px; }
.text-button { background: none; border: 0; color: var(--gold); text-decoration: underline; font-weight: 800; }
.preview-stack { position: relative; min-height: 620px; }
.preview-stack img { position: absolute; width: 68%; border-radius: 8px; box-shadow: 0 22px 55px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.2); }
.preview-stack img:nth-child(1) { left: 0; top: 55px; transform: rotate(-7deg); }
.preview-stack img:nth-child(2) { right: 0; top: 0; transform: rotate(7deg); }
.preview-stack img:nth-child(3) { left: 16%; bottom: 0; transform: rotate(1deg); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; padding: 34px 28px; border-radius: 24px; background: white; border: 1px solid #dce4ee; box-shadow: 0 16px 38px rgba(8,26,56,.08); }
.price-card.featured { color: white; background: linear-gradient(145deg, #0b3d6e, #06142d); transform: translateY(-12px); box-shadow: 0 28px 60px rgba(8,26,56,.25); }
.price-card.featured h3, .price-card.featured .price { color: white; }
.price-card.featured .price-note, .price-card.featured li { color: #dce7f5; }
.price-label { color: var(--orange); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.price-card h3 { margin-top: 12px; }
.price { margin: 18px 0 0; color: var(--navy); font-size: 3.7rem; font-weight: 900; letter-spacing: -.06em; }
.price span { font-size: 1.7rem; vertical-align: top; }
.price-note { min-height: 50px; color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.price-card li { color: #46566f; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 900; }
.popular-badge { position: absolute; right: 24px; top: -14px; padding: 7px 14px; border-radius: 999px; color: var(--ink); background: var(--gold); font-size: .73rem; font-weight: 900; }
.enterprise-callout { margin-top: 48px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 32px 36px; border-radius: 20px; color: white; background: linear-gradient(135deg, var(--navy), var(--blue)); }
.enterprise-callout h3 { color: white; margin: 8px 0; }
.enterprise-callout p { margin: 0; color: #dce7f5; }
.section-soft { background: var(--steel); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.audience-grid h2 { margin-top: 12px; }
.audience-grid p { color: var(--muted); }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-list > div { padding: 22px; border-radius: 16px; background: white; box-shadow: 0 10px 24px rgba(8,26,56,.06); }
.audience-list strong, .audience-list span { display: block; }
.audience-list strong { color: var(--navy); }
.audience-list span { margin-top: 6px; color: var(--muted); font-size: .88rem; }
.faq-wrap { max-width: 900px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid #dce4ee; border-radius: 14px; background: white; }
summary { padding: 20px 54px 20px 22px; cursor: pointer; color: var(--ink); font-weight: 800; position: relative; }
summary::after { content: "+"; position: absolute; right: 22px; color: var(--orange); font-size: 1.3rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.final-cta { padding: 60px 0; color: white; background: linear-gradient(135deg, #06142d, #0b3d6e); }
.final-cta-inner { display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; align-items: center; }
.final-cta img { width: 80px; border-radius: 18px; }
.final-cta span { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.final-cta h2 { color: white; margin-top: 8px; font-size: clamp(1.8rem, 3vw, 3rem); }
.footer { padding: 64px 0 24px; color: #c9d6e8; background: #040e21; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 250px; height: 100px; object-fit: cover; object-position: center; border-radius: 10px; }
.footer h3 { color: white; font-size: 1rem; margin-bottom: 16px; }
.footer a, .footer span { display: block; margin: 8px 0; font-size: .9rem; }
.footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 22px; color: #8fa2bb; }
dialog { border: 0; padding: 0; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
dialog::backdrop { background: rgba(2,10,25,.82); backdrop-filter: blur(6px); }
.sample-modal { width: min(1100px, calc(100% - 30px)); height: min(900px, calc(100% - 30px)); background: white; }
.modal-header, .modal-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 22px; }
.modal-header h2 { font-size: 1.35rem; margin-top: 5px; }
.modal-close { border: 0; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: var(--steel); font-size: 1.6rem; }
.sample-modal iframe { width: 100%; height: calc(100% - 154px); border: 0; background: #d9e1eb; }
.modal-footer { border-top: 1px solid #dce4ee; }
.modal-footer > a:first-child { color: var(--navy); font-weight: 800; text-decoration: underline; }
.checkout-modal { width: min(430px, calc(100% - 32px)); padding: 42px; text-align: center; }
.checkout-modal img { width: 86px; margin: 0 auto 20px; border-radius: 16px; }
.checkout-modal h2 { font-size: 1.65rem; }
.checkout-modal p { color: var(--muted); }
.checkout-close { position: absolute; right: 14px; top: 14px; }
.spinner { width: 42px; height: 42px; margin: 24px auto 0; border: 4px solid var(--steel); border-top-color: var(--orange); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-menu { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 22px; flex-direction: column; align-items: stretch; background: white; border-radius: 16px; box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .hero-grid, .sample-grid, .audience-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .preview-stack { min-height: 720px; max-width: 600px; margin: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 180px; height: 56px; }
  .hero { padding-top: 62px; }
  h1 { font-size: 2.65rem; }
  .hero-proof { gap: 16px; }
  .hero-proof li { display: block; }
  .hero-proof span { display: block; }
  .hero-visual { min-height: 470px; }
  .floating-card { display: none; }
  .trust-grid, .feature-grid, .pricing-grid, .audience-list, .form-row { grid-template-columns: 1fr; }
  .preview-stack { min-height: 540px; }
  .preview-stack img { width: 72%; }
  .enterprise-callout, .final-cta-inner { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* WordPress and WooCommerce integration */
body.admin-bar .site-header { top: 32px; }
.wp-site-blocks, .site-main { min-height: 60vh; }
.page-content { width: min(100% - 40px, 900px); margin: 0 auto; padding: 90px 0; }
.page-content h1 { color: var(--ink); font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 24px; }
.page-content h2 { color: var(--navy); margin-top: 32px; }
.page-content a { color: var(--blue); text-decoration: underline; }
.price-card .woocommerce-Price-amount { font-size: inherit; font-weight: inherit; }
.price-card .woocommerce-Price-currencySymbol { font-size: .45em; vertical-align: super; }
.woocommerce-page main { width: min(100% - 40px, 1160px); margin: 0 auto; padding: 80px 0; }
.woocommerce-page .site-main a:not(.button) { color: var(--blue); }
.woocommerce-page button.button, .woocommerce-page a.button, .woocommerce-page input.button,
.woocommerce-page #respond input#submit { background: var(--orange); color: white; border-radius: 10px; padding: 14px 22px; }
.woocommerce-page button.button:hover, .woocommerce-page a.button:hover { background: var(--navy); color: white; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--teal); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--teal); }
.notice-box { padding: 18px 20px; margin: 18px 0; border-radius: 12px; background: #edf7f8; border-left: 5px solid var(--teal); }
.notice-box.error { background: #fff3ec; border-left-color: var(--orange); }
.sample-success { padding: 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(255,255,255,.08); }
.buy-button { width: 100%; text-align: center; }
.site-header .brand img { object-fit: contain; background: transparent; }
.footer-brand img { object-fit: contain; background: transparent; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
