body{
  font-family:Georgia,serif;
  background:#F5F3EE;
  color:#111;
  margin:0;
  line-height:1.6;
}

.container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

.center{text-align:center;}

.site-header{
  border-bottom:1px solid #DDDBD4;
  padding:18px 0;
  background:#F5F3EE;
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.books-hero.warm{padding:90px 0 60px}
.books-hero .lead{max-width:780px;margin:18px auto 0;opacity:.85;font-size:18px;line-height:1.7}
.books-hero .breakline{max-width:760px;margin:28px auto 0;font-weight:700;font-size:20px;line-height:1.6}
.books-hero .example{max-width:760px;margin:16px auto 0;opacity:.8;line-height:1.7}

.book-section{padding:70px 0}
.book-section.alt{background:#f4f4f4}

.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.book-cover img{width:100%;max-width:420px;height:auto;display:block}

.book-text ul{margin:18px 0;padding-left:20px}
.book-text li{margin:0 0 10px}
.book-text .soft-strong{font-weight:600;opacity:.9}

.books-close.warm{padding:80px 0;text-align:center}
.books-close .statement{max-width:780px;margin:0 auto 18px;font-size:22px;line-height:1.7}
.books-close .closing{max-width:780px;margin:0 auto 28px;opacity:.85;line-height:1.7}

.logo{
  font-size:18px;
  letter-spacing:0.3px;
}

nav a{
  margin-left:22px;
  text-decoration:none;
  color:#111;
  font-size:15px;
}

nav a:hover{text-decoration:underline;}
nav a.active{font-weight:bold;}

.page-hero{
  text-align:center;
  padding:55px 20px 18px;
}

.page-hero h1{
  font-size:52px;
  margin:0 0 10px;
}

.page-hero p{
  max-width:760px;
  margin:0 auto;
}

.section{
  padding:32px 20px;
}

.section-tight{
  padding:28px 20px 45px;
}

.section-title{
  font-size:34px;
  margin:0 0 8px 0;
  text-align:left;
  position:relative;
  display:block;
}

.section-title::after{
  content:"";
  display:block;
  height:2px;
  width:60px;
  margin:10px 0 0 0;
  background:#1F2A35;
}

.section-subtitle{
  font-size:18px;
  font-weight:600;
  letter-spacing:0.5px;
  text-align:left;
  margin:0 0 34px 0;
  color:#1F2A35;
}
.primers-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px 28px;
  max-width:1020px;
  margin:0 auto;
}

.primer-card{
  text-align:center;
}

.primer-card img{
  width:300px;
  max-width:100%;
  margin-bottom:16px;
}

.primer-card h3{
  font-size:22px;
  margin:0 0 10px;
}

.primer-card p{
  max-width:520px;
  margin:0 auto 10px;
}

.core-grid{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  gap:12px !important;
  max-width:860px !important;
  margin:0 auto !important;
  align-items:start !important;
}
.core-card img{width:260px !important;max-width:100% !important;}

.core-card{
  text-align:center;
}

.core-card img{
  width:340px;
  max-width:100%;
  margin-bottom:16px;
}

.core-card h3{
  font-size:22px;
  margin:0 0 10px;
}

.core-card p{
  max-width:520px;
  margin:0 auto 10px;
}

.cover-link{
  display:inline-block;
  text-decoration:none;
}

.cover-link:hover img{
  opacity:0.92;
  transition:0.2s ease;
}

.inline-link{
  text-decoration:underline;
  color:#111;
  font-size:15px;
}

.statement{
  max-width:760px;
  margin:0 auto 14px;
}

.footer{
  border-top:1px solid #DDDBD4;
  padding:36px 20px;
  text-align:center;
  font-size:14px;
  color:#555;
}

@media(max-width:820px){
  .page-hero h1{font-size:40px;}
  .primers-grid{grid-template-columns:1fr;gap:44px;}
  .core-grid{grid-template-columns:1fr;gap:50px;}
  .primer-card img{width:280px;}
  .core-card img{width:320px;}
}
/* HOME FIX OVERRIDES */
.page-hero{padding:28px 20px 8px !important;}
.section{padding:18px 20px !important;}

.section-title{
  text-align:center !important;
  font-size:34px !important;
  margin:0 0 8px !important;
}

.section-subtitle{
  text-align:center !important;
  max-width:760px !important;
  margin:0 auto 18px !important;
}

}

.primer-card{ text-align:center !important; }
.primer-card img{ width:260px !important; max-width:100% !important; }

.core-grid{
 display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  max-width:900px;
  margin:0 auto;
  align-items:start;
}

.core-card{ text-align:center !important; }
.core-card img{ width:280px !important; max-width:100% !important; }

@media(max-width:820px){
  .primers-grid{grid-template-columns:1fr !important;}
  .core-grid{grid-template-columns:1fr !important;}
}
.section-soft{
  background:#ECEFF1;
  padding:40px 20px;
}

.narrow{
  max-width:760px;
  margin:0 auto;
}

.section-title{
  position:relative;
  display:inline-block;
}

.section-title::after{
  content:"";
  display:block;
  height:2px;
  width:60px;
  margin:10px auto 0;
  background:#1F2A35;
}
.email-link{
    color:#111;
    text-decoration:none;
    border-bottom:1px solid #111;
    transition:opacity 0.3s ease;
}

.email-link:hover{
    opacity:0.6;
}
.btn-row{display:flex;gap:10px;justify-content:center;margin-top:10px;}
.btn{display:inline-block;padding:10px 14px;border:1px solid #1F2A35;background:#1F2A35;color:#F5F3EE;text-decoration:none;font-size:14px;}
.btn:hover{opacity:0.85;}
.btn-ghost{background:transparent;color:#1F2A35;}
.pdf-frame{margin-top:16px;border:1px solid #DDDBD4;height:80vh;background:#fff;}
.pdf-frame iframe{width:100%;height:100%;border:0;}
.primer-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.primer-card p{
    flex-grow:1;
}
.pdf-frame{margin-top:16px;border:1px solid #DDDBD4;height:80vh;background:#fff;}
.books-hero {
  padding: 100px 0 60px;
  text-align: center;
}

.books-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.books-hero h2,
.books-hero h3 {
  font-weight: 400;
  margin: 5px 0;
}

.books-hero .subline {
  margin-top: 20px;
  opacity: 0.7;
}

.book-section {
  padding: 80px 0;
}

.book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.book-cover img {
  width: 100%;
  max-width: 420px;
}

.book-text ul {
  margin: 20px 0;
  padding-left: 20px;
}

.book-text li {
  margin-bottom: 10px;
}

.book-section.alt {
  background: #f4f4f4;
}

.books-close {
  padding: 100px 0;
  text-align: center;
}

.books-close .statement {
  font-size: 28px;
  margin-bottom: 20px;
}

.btn.primary {
  margin-top: 30px;
}
/* BOOKS PAGE */
.books-hero{
  padding:46px 0 18px;
}

.page-title{
  margin:0;
  font-size:64px;
  letter-spacing:-0.02em;
}

.page-subtitle{
  max-width:820px;
  margin:14px auto 0;
  font-size:18px;
  letter-spacing:0.02em;
}

.books-punch{
  max-width:820px;
  margin:18px auto 0;
  font-weight:700;
  letter-spacing:0.02em;
}

.books-example{
  max-width:820px;
  margin:12px auto 0;
  opacity:0.9;
}

.books-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px 28px;
  align-items:start;
}

.book-title{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-0.01em;
  text-align:center;
}

.book-lead{
  margin:0 auto 12px;
  max-width:520px;
  text-align:center;
  opacity:0.92;
}

.book-points{
  text-align:left;
  max-width:420px;
}

.cta-row{
  margin-top:auto;
}

.escalation{
  padding:34px 0;
  background:rgba(0,0,0,0.06);
  border-top:1px solid rgba(0,0,0,0.08);
}

.escalation-title{
  margin:0;
  font-size:28px;
  letter-spacing:-0.01em;
}

.escalation-lines{
  max-width:820px;
  margin:10px auto 0;
}

@media (max-width:980px){
  .page-title{font-size:46px;}
  .books-grid{grid-template-columns:1fr;}
  .book-cover{max-width:420px;}
}
.books-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  max-width:1020px;
  margin:0 auto;
  align-items:stretch;
}

.book-card{
  border:1px solid rgba(0,0,0,.08);
  padding:28px;
  display:flex;
  flex-direction:column;
  height:100%;
}

.book-body{
  display:flex;
  flex-direction:column;
  flex:1;
  text-align:center;
}

.book-body ul{
  text-align:left;
  margin:14px auto 0 auto;
  max-width:360px;
}

.book-cta{
  margin-top:auto;
  display:flex;
  justify-content:center;
  padding-top:18px;
}
/* BOOKS PAGE FIX: stop giant covers + align CTAs */

.book-card img,
.book-cover{
  display:block;
  width:100%;
  max-width:320px;
  height:auto;
  margin:0 auto 18px auto;
}

.book-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.book-body{
  display:flex;
  flex-direction:column;
  flex:1;
  text-align:center;
}

.book-body p{
  max-width:460px;
  margin:0 auto;
}

.book-body ul{
  text-align:left;
  max-width:420px;
  margin:14px auto 0 auto;
  padding-left:18px;
}

.book-cta{
  margin-top:auto;
  display:flex;
  justify-content:center;
  padding-top:18px;
}
/* BOOKS PAGE FIX: keep covers sane + align CTAs */
.books-hero{
  text-align:center;
  padding:56px 0 26px;
}
.books-hero h1{
  margin:0;
  letter-spacing:-0.01em;
}
.books-hero .lead{
  max-width:880px;
  margin:14px auto 0;
  line-height:1.6;
}
.books-hero .lead-strong{
  margin-top:12px;
  font-weight:600;
}
.books-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  max-width:1020px;
  margin:0 auto;
  padding:20px 0 70px;
  align-items:stretch;
}
.book-card{
  border:1px solid rgba(0,0,0,.08);
  padding:28px;
  display:flex;
  flex-direction:column;
  height:100%;
  background:rgba(255,255,255,.25);
}
.book-cover{
  display:flex;
  justify-content:center;
}
.book-cover img{
  width:100%;
  max-width:320px;
  height:auto;
  display:block;
}
.book-title{
  margin:18px 0 10px;
  text-align:center;
}
.book-desc{
  text-align:center;
  line-height:1.6;
  margin:0 auto 12px;
  max-width:520px;
}
.book-points{
  margin:10px auto 0;
  max-width:520px;
}
.book-points ul{
  margin:10px 0 0;
  padding-left:18px;
  line-height:1.65;
}
.book-cta{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  justify-content:center;
}
@media (max-width: 980px){
  .books-grid{ grid-template-columns:1fr; }
  .book-cover img{ max-width:360px; }
}
.bundle-section{
  display:flex;
  justify-content:center;
  margin:40px 0 60px;
}

.bundle-box{
  max-width:760px;
  padding:40px;
  border:2px solid rgba(0,0,0,.15);
  text-align:center;
  background:rgba(255,255,255,.35);
}

.bundle-box h2{
  margin-top:0;
}

.bundle-lead{
  margin:14px auto 0;
  max-width:620px;
  line-height:1.6;
}

.bundle-strong{
  margin-top:12px;
  font-weight:600;
}

.bundle-box ul{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.bundle-box li{
  margin:6px 0;
}

.bundle-price{
  margin:18px 0;
  font-size:1.4rem;
}

.bundle-old{
  text-decoration:line-through;
  opacity:.5;
  margin-right:10px;
}

.bundle-new{
  font-weight:700;
  font-size:1.8rem;
}

.bundle-btn{
  padding:14px 28px;
  font-size:1rem;
}
.site-footer{
  text-align:center;
  padding:40px 0;
}
.site-footer a{
  color:inherit;
  text-decoration:none;
}
.site-footer a:hover{
  text-decoration:underline;
}
.what-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  max-width:1100px;
  margin:0 auto 60px;
}
.what-card{
  border:1px solid rgba(0,0,0,.14);
  background:rgba(255,255,255,.55);
  padding:26px 26px 22px;
}
.what-kicker{
  font-size:14px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  opacity:.7;
  margin-bottom:10px;
}
.what-card h3{
  margin:0 0 12px;
  font-size:28px;
}
.what-card p{
  margin:12px 0;
  font-size:18px;
  line-height:1.85;
  opacity:.9;
}
.steps{
  list-style:none;
  padding:0;
  margin:14px 0 12px;
}
.steps li{
  display:flex;
  gap:12px;
  align-items:center;
  margin:10px 0;
  font-size:18px;
  opacity:.9;
}
.steps li span{
  width:26px;
  height:26px;
  border:1px solid rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
}
.fine{
  font-size:16px;
  opacity:.65;
}
@media (max-width:900px){
  .what-split{grid-template-columns:1fr;}
}
.ix-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:32px;
  align-items:start;
}

.ix-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  height:100%;
}

.ix-cover{
  width:100%;
  display:flex;
  justify-content:center;
}

.ix-frame{
  width:100%;
  max-width:326px;
  aspect-ratio:6 / 9;
  overflow:hidden;
  background:#111;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ix-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ix-title{
  margin-top:22px;
  text-align:center;
}

.ix-sub{
  margin-top:10px;
  text-align:center;
  min-height:96px;
}

.ix-btnrow{
  margin-top:22px;
  display:flex;
  justify-content:center;
}

.ix-frame--soon{
  background:#050505;
}

.ix-soon{
  color:#fff;
  letter-spacing:2px;
  font-size:16px;
  text-align:center;
}

.ix-btn--disabled{
  pointer-events:none;
  opacity:.55;
}
.site-footer{
  text-align:center;
  padding:40px 0;
}

.site-footer a{
  color:inherit;
  text-decoration:none;
}

.site-footer a:hover{
  text-decoration:underline;
}
