.book-cta{display:grid;grid-template-columns:1fr;justify-items:center;gap:var(--sp-5);align-items:center;background:var(--espresso-2);border:1px solid var(--gold);border-radius:var(--radius-lg);padding:var(--sp-6);margin:var(--sp-7) auto;max-width:760px;text-align:center}.book-cta-cover{display:flex;justify-content:center}.book-cta-cover img{width:140px;max-width:100%;height:auto;border-radius:6px;box-shadow:0 12px 26px rgb(0 0 0 / .4)}.book-cta-body h2{font-size:1.35rem;margin-bottom:var(--sp-2);color:var(--cream)}.book-cta-body p{color:var(--cream-soft);margin-bottom:var(--sp-4);line-height:1.6}@media (min-width:620px){.book-cta{grid-template-columns:140px 1fr;justify-items:start;text-align:start}.book-cta-body p{margin-bottom:var(--sp-4)}}.book-cta-points{list-style:none;margin:0 0 var(--sp-4);padding:0;display:flex;flex-wrap:wrap;gap:var(--sp-2) var(--sp-3);justify-content:center}.book-cta-points li{margin:0;color:var(--cream-soft);font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem}.book-cta-points li::before{content:"";width:15px;height:15px;flex:0 0 15px;border-radius:50%;background:var(--gold);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='black'/></svg>") center/11px no-repeat,linear-gradient(#000,#000);-webkit-mask-composite:xor;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='black'/></svg>") center/11px no-repeat}.book-cta-buy{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--sp-3);margin-bottom:var(--sp-2)}.book-cta-price{font-size:1.75rem;font-weight:700;line-height:1;color:var(--gold);white-space:nowrap}.book-cta-btn{white-space:nowrap}.book-cta-ship{font-size:.82rem;color:var(--cream-soft);opacity:.8;margin:0}.book-cta-body .book-cta-ship{margin-bottom:0}@media (min-width:620px){.book-cta-points,.book-cta-buy{justify-content:flex-start}}