@charset "UTF-8";
/*-----------------------------------*\
		BASE
\*-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  min-height: 100vh;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 1200px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
  }
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 8px 16px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
  color: #fff;
}

.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;
}

@font-face {
  font-family: "Geomanist";
  src: url("/assets/fonts/geomanist-bold-webfont.woff2") format("woff2"), url("/assets/fonts/geomanist-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body, html {
  min-height: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #111827;
  line-height: 1.6;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #f97316;
  transition: color 150ms ease;
}
a:hover {
  color: #ea580c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 16px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.text-gradient {
  background: linear-gradient(135deg, #f97316, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 1024px) {
  .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
}
/*-----------------------------------*\
		COMPONENTS
\*-----------------------------------*/
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}
.btn--primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  box-shadow: 0 8px 30px rgba(249, 115, 22, 0.25);
}
.btn--primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(249, 115, 22, 0.35);
}
.btn--secondary {
  background: transparent;
  color: black;
  border-color: black;
}
.btn--secondary:hover {
  background: black;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn--preorder {
  background: linear-gradient(135deg, #111827, #1e293b);
  color: #ffffff;
}
.btn--preorder:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.btn--large {
  padding: 18px 48px;
  font-size: 16px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

.site-nav {
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
}
.site-nav .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-nav__logo {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.site-nav__logo:hover {
  color: #f97316;
}
.site-nav__links {
  display: flex;
  gap: 32px;
}
.site-nav__links a {
  color: #111827;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 150ms ease;
}
.site-nav__links a:hover {
  color: #f97316;
}
.site-nav__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.site-nav__hamburger:focus-visible {
  outline: 2px solid #f97316;
  outline-offset: 2px;
}
.site-nav__hamburger span,
.site-nav__hamburger span::before,
.site-nav__hamburger span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
  transition: all 150ms ease;
}
.site-nav__hamburger span {
  position: relative;
}
.site-nav__hamburger span::before, .site-nav__hamburger span::after {
  content: "";
  position: absolute;
  left: 0;
}
.site-nav__hamburger span::before {
  top: -7px;
}
.site-nav__hamburger span::after {
  top: 7px;
}
.site-nav__hamburger.is-open span {
  background: transparent;
}
.site-nav__hamburger.is-open span::before {
  top: 0;
  transform: rotate(45deg);
}
.site-nav__hamburger.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav__cart {
  background: #111827;
  border: none;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-nav__cart:hover {
  background: #f97316;
}
.site-nav__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.site-nav__avatar:hover {
  opacity: 0.5;
}
.site-nav__cart-count {
  background: #f97316;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .site-nav__logo {
    font-size: 20px;
  }
  .site-nav__links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .site-nav__hamburger {
    display: flex;
  }
  .site-nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  .site-nav__links.is-open {
    display: flex;
  }
  .site-nav__links a {
    padding: 16px 20px;
  }
}
.site-footer {
  background: black;
  color: #ffffff;
  padding: 30px 0 32px;
}
.site-footer h3, .site-footer h4 {
  color: #ffffff;
}
.site-footer h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.site-footer h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  margin-bottom: 0;
}
.site-footer__brand p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
}
.site-footer__links ul {
  list-style: none;
}
.site-footer__links li {
  margin-bottom: 8px;
}
.site-footer__links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: color 150ms ease;
}
.site-footer__links a:hover {
  color: #ffffff;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0;
  text-align: center;
}
.site-footer__bottom p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.hero {
  background: #111827;
  color: #ffffff;
  padding: 128px 0 0;
  overflow: hidden;
}
.hero .content {
  text-align: center;
}
.hero__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #f97316;
  margin-bottom: 24px;
}
.hero__headline {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 32px;
  letter-spacing: -0.03em;
}
.hero__sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 560px;
  margin: 0 auto 64px;
  line-height: 1.7;
}
.hero__showcase {
  background: linear-gradient(180deg, #111827 0%, #0b0f19 100%);
  padding: 64px 0 96px;
}
.hero__books {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
}
.hero__book {
  text-align: left;
}
.hero__book img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto 32px;
  border-radius: 10px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__book:hover img {
  transform: scale(1.03);
}
.hero__book-info h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 4px;
}
.hero__book-info h3 a {
  color: inherit;
  text-decoration: none;
}
.hero__book-info h3 a:hover {
  color: #f97316;
}
.hero__book-info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 16px;
}
.hero__book-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ea580c;
  margin-bottom: 8px;
}
.hero__book-price {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
}
.hero__book-actions {
  display: flex;
  gap: 8px;
}

.ai-design-cta {
  padding: 96px 0;
  background: #0a3d2a;
}
.ai-design-cta__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  max-width: 860px;
  margin: 0 auto;
  align-items: center;
}
.ai-design-cta__cover img {
  width: 100%;
  border-radius: 10px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ai-design-cta__cover a:hover img {
  transform: scale(1.03);
}
.ai-design-cta__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #10b981;
  margin-bottom: 8px;
}
.ai-design-cta h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.ai-design-cta p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
}
.ai-design-cta__sub {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 32px !important;
}
.ai-design-cta__actions {
  display: flex;
  gap: 8px;
}

.btn--aid {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: #ffffff;
  border: none;
}
.btn--aid:hover {
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.25);
}

@media screen and (max-width: 768px) {
  .ai-design-cta__inner {
    grid-template-columns: 1fr;
    max-width: 360px;
    text-align: center;
  }
  .ai-design-cta__cover img {
    max-width: 240px;
    margin: 0 auto;
  }
  .ai-design-cta__actions {
    justify-content: center;
  }
}
.value-props {
  padding: 96px 0;
  background: #ffffff;
}
.value-props__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.value-prop h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}
.value-prop p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
}

.about-section {
  padding: 20px 0;
  background: #f9fafb;
}
.about-section__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.about-section__grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 48px;
  text-align: left;
  align-items: start;
}
.about-section__photo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.about-section__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}
.about-section__linkedin {
  color: #6b7280;
  transition: color 150ms ease;
}
.about-section__linkedin:hover {
  color: #0a66c2;
}
.about-section__hire {
  font-size: 12px;
  padding: 10px 24px;
}
.about-section h2 {
  font-size: 36px;
  margin-bottom: 32px;
}
.about-section p {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.8;
}
.about-section p:last-child {
  margin-bottom: 0;
}
.about-section .text-gradient {
  background: linear-gradient(135deg, #f97316, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.newsletter-section {
  padding: 30px 0;
  background: #323232;
  text-align: center;
}
.newsletter-section h2 {
  color: #ffffff;
  margin-bottom: 8px;
}
.newsletter-section > .content > p {
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 32px;
}
.newsletter-section .newsletter-form__input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.newsletter-section .newsletter-form__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.newsletter-section .newsletter-form__input:focus {
  border-color: #f97316;
  background: rgba(255, 255, 255, 0.1);
}
.newsletter-section .newsletter-form__submit {
  background: linear-gradient(135deg, #f97316, #ea580c);
  border: none;
  box-shadow: 0 8px 30px rgba(249, 115, 22, 0.25);
}

@media screen and (max-width: 1024px) {
  .value-props__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 64px;
  }
  .hero__headline {
    font-size: 36px;
  }
  .hero__books {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .about-section__grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.book-detail {
  padding: 96px 0;
}
.book-detail__hero {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  margin-bottom: 0;
  align-items: start;
}
.book-detail__cover {
  position: sticky;
  top: 100px;
}
.book-detail__cover img {
  width: 100%;
  border-radius: 16px;
}
.book-detail__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.book-detail__meta h1 {
  font-size: 56px;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.book-detail__subtitle {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 32px;
  line-height: 1.7;
}
.book-detail__stats {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.book-detail__stat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f97316;
}
.book-detail__price {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.book-detail__release {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}
.book-detail__actions {
  display: flex;
  gap: 16px;
}

.book-detail__pitch {
  padding: 0;
  background: black;
  color: #ffffff;
}
.book-detail__pitch-split {
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 960px;
  margin: 0 auto;
}
.book-detail__pitch-statement {
  flex: 1;
}
.book-detail__pitch-kicker {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.6;
  margin-bottom: 0;
}
.book-detail__pitch h2 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 0;
  color: white;
}
.book-detail__pitch-until {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #f97316, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.book-detail__pitch-accent {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #10b981;
  margin-top: 8px;
}
.book-detail__pitch-mascot {
  flex-shrink: 0;
  width: 320px;
  position: relative;
  top: -80px;
}
.book-detail__pitch-mascot img {
  width: 100%;
  display: block;
}
.book-detail__pitch-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.book-detail__pitch-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 24px;
}
.book-detail__pitch-text em {
  color: #f97316;
  font-style: italic;
}
.book-detail__pitch-text:last-child {
  margin-bottom: 0;
}

.book-detail__preview {
  padding: 30px 0;
  background: #f9fafb;
}
.book-detail__preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
}
.book-detail__preview-grid img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.book-detail__concepts {
  padding: 20px 0;
  background: #f9fafb;
}
.book-detail__concepts h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: -0.02em;
}

.book-detail__concept-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.book-detail__concept-category {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}
.book-detail__concept-category h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #111827;
}
.book-detail__concept-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.book-detail__concept-category li {
  padding: 8px 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  border-bottom: 1px solid #e5e7eb;
}
.book-detail__concept-category li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.book-detail__toc-section {
  padding: 96px 0;
  background: #ffffff;
}
.book-detail__toc-section > .content > h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: -0.02em;
}

.book-detail__toc-parts {
  max-width: 860px;
  margin: 0 auto;
}

.book-detail__toc-part {
  margin-bottom: 64px;
}
.book-detail__toc-part:last-child {
  margin-bottom: 0;
}
.book-detail__toc-part h3 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #f97316;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f97316;
}
.book-detail__toc-part--appendix ul {
  list-style: none;
  padding: 0;
}
.book-detail__toc-part--appendix ul li {
  padding: 8px 0;
  font-size: 16px;
  color: #6b7280;
}

.book-detail__toc-chapter {
  margin-bottom: 32px;
}
.book-detail__toc-chapter h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.book-detail__toc {
  list-style: decimal;
  padding-left: 24px;
  counter-reset: toc-counter;
}
.book-detail__toc li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}
.book-detail__toc li:last-child {
  border-bottom: none;
}
.book-detail__toc li strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.book-detail__toc-desc {
  display: block;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.book-detail__sample-section {
  padding: 96px 0;
  background: #f9fafb;
  overflow: visible;
}

.book-detail__sample {
  position: relative;
  background: #ffffff;
  padding: 20px;
  padding-left: 100px;
  border-radius: 24px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e7eb;
  overflow: visible;
}
.book-detail__sample h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}
.book-detail__sample p {
  color: #6b7280;
  margin-bottom: 32px;
  line-height: 1.7;
}
.book-detail__sample-cover {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 140px;
  z-index: 1;
}
.book-detail__sample-cover img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.book-detail__sample-badge {
  position: absolute;
  top: 2px;
  right: 16px;
  width: 86px;
  height: 119px;
  overflow: hidden;
  z-index: 2;
}
.book-detail__sample-badge::after {
  content: "free sample";
  position: absolute;
  top: 18px;
  right: -22px;
  width: 120px;
  text-align: center;
  transform: rotate(45deg);
  background: black;
  color: #ffffff;
  padding: 4px 0;
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.book-detail__cta {
  padding: 96px 0;
  background: #520000;
  text-align: center;
}
.book-detail__cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.book-detail__cta h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.book-detail__cta p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-bottom: 32px;
}
.book-detail__cta-price {
  margin-bottom: 32px;
}
.book-detail__cta-amount {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-right: 16px;
}
.book-detail__cta-format {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.book-detail__cta-options {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.book-detail__cta-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  text-decoration: none;
  transition: all 150ms ease;
}
.book-detail__cta-option:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}
.book-detail__cta-option--featured {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.book-detail__cta-tier {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  margin-bottom: 4px;
}
.book-detail__cta-amount {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
}

.download-form {
  max-width: 500px;
  margin: 0 auto;
}
.download-form__fields {
  display: flex;
  gap: 8px;
}
.download-form__input {
  flex: 1;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
.download-form__input:focus {
  border-color: #f97316;
  outline: none;
}
.download-form__message {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}
.download-form__message.success {
  color: #10b981;
}
.download-form__message.error {
  color: #ef4444;
}

.book-detail__related {
  padding: 96px 0;
  background: #f9fafb;
}
.book-detail__related h2 {
  text-align: center;
  margin-bottom: 64px;
}
.book-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
.book-detail__related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.book-detail__related-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  color: inherit;
}
.book-detail__related-card img {
  width: 160px;
  margin-bottom: 24px;
  border-radius: 10px;
}
.book-detail__related-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111827;
}
.book-detail__related-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
  line-height: 1.6;
}
.book-detail__related-cta {
  font-size: 14px;
  font-weight: 700;
  color: #f97316;
}

@media screen and (max-width: 768px) {
  .book-detail__related-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.book-page--ux .book-detail__stat {
  color: #06b6d4;
}
.book-page--ux .book-detail__concept-category h3 {
  color: #06b6d4;
}
.book-page--ux .book-detail__toc-part h3 {
  color: #06b6d4;
  border-bottom-color: #06b6d4;
}
.book-page--ux .book-detail__pitch-text em {
  color: #06b6d4;
}
.book-page--ux .download-form__input:focus {
  border-color: #06b6d4;
}
.book-page--ux .btn--primary {
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
}
.book-page--ux .btn--primary:hover {
  box-shadow: 0 8px 30px rgba(6, 182, 212, 0.25);
}
.book-page--ux .book-detail__cta {
  background: #022142;
}
.book-page--ux .newsletter-form__submit {
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
}
.book-page--ux .newsletter-form__submit:hover {
  box-shadow: 0 8px 30px rgba(6, 182, 212, 0.25);
}
.book-page--ux .newsletter-form__input:focus {
  border-color: #06b6d4;
}

body.page--ux .newsletter-section {
  background: #323232;
}

.book-page--ai .book-detail__stat {
  color: #f59e0b;
}
.book-page--ai .book-detail__badge {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}
.book-page--ai .book-detail__concept-category h3 {
  color: #f59e0b;
}
.book-page--ai .book-detail__toc-part h3 {
  color: #f59e0b;
  border-bottom-color: #f59e0b;
}
.book-page--ai .book-detail__pitch-until {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.book-page--ai .download-form__input:focus {
  border-color: #f59e0b;
}
.book-page--ai .btn--primary,
.book-page--ai .btn--preorder {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}
.book-page--ai .btn--primary:hover,
.book-page--ai .btn--preorder:hover {
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25);
}
.book-page--ai .newsletter-form__submit {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}
.book-page--ai .newsletter-form__submit:hover {
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25);
}
.book-page--ai .newsletter-form__input:focus {
  border-color: #f59e0b;
}
.book-page--ai .newsletter-section {
  background: #323232;
}

.book-page--aid .book-detail__stat {
  color: #10b981;
}
.book-page--aid .book-detail__badge {
  background: linear-gradient(135deg, #10b981, #34d399);
}
.book-page--aid .book-detail__concept-category h3 {
  color: #10b981;
}
.book-page--aid .book-detail__toc-part h3 {
  color: #10b981;
  border-bottom-color: #10b981;
}
.book-page--aid .book-detail__pitch-until {
  background: linear-gradient(135deg, #10b981, #34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.book-page--aid .download-form__input:focus {
  border-color: #10b981;
}
.book-page--aid .btn--primary,
.book-page--aid .btn--preorder {
  background: linear-gradient(135deg, #10b981, #34d399);
}
.book-page--aid .btn--primary:hover,
.book-page--aid .btn--preorder:hover {
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.25);
}
.book-page--aid .newsletter-form__submit {
  background: linear-gradient(135deg, #10b981, #34d399);
}
.book-page--aid .newsletter-form__submit:hover {
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.25);
}
.book-page--aid .newsletter-form__input:focus {
  border-color: #10b981;
}
.book-page--aid .newsletter-section {
  background: #323232;
}
.book-page--aid .book-detail__cta {
  background: #0a3d2a;
}

body.page--aid .site-nav__cart-count {
  background: #10b981;
}
body.page--aid .site-nav__logo:hover {
  color: #10b981;
}
body.page--aid .site-nav__links a:hover {
  color: #10b981;
}
body.page--aid .site-nav__cart:hover {
  background: #10b981;
}

body.page--ai .site-nav__cart-count {
  background: #f59e0b;
}
body.page--ai .site-nav__logo:hover {
  color: #f59e0b;
}
body.page--ai .site-nav__links a:hover {
  color: #f59e0b;
}
body.page--ai .site-nav__cart:hover {
  background: #f59e0b;
}

body.page--ux .site-nav__cart-count {
  background: #06b6d4;
}
body.page--ux .site-nav__logo:hover {
  color: #06b6d4;
}
body.page--ux .site-nav__links a:hover {
  color: #06b6d4;
}
body.page--ux .site-nav__cart:hover {
  background: #06b6d4;
}

@media screen and (max-width: 1024px) {
  .book-detail__hero {
    grid-template-columns: 30% 60%;
    gap: 5%;
  }
  .book-detail__meta h1 {
    font-size: 40px;
  }
  .book-detail__subtitle {
    font-size: 14px;
  }
  .book-detail .btn {
    padding: 6px 12px;
  }
  .book-detail__price {
    font-size: 20px;
  }
  .book-detail__concept-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .book-detail {
    padding-top: 64px;
  }
  .book-detail__hero {
    grid-template-columns: 1fr;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
  }
  .book-detail__cover {
    position: static;
    width: 300px;
    margin: 0 auto;
  }
  .book-detail__badge {
    right: 69px;
  }
  .book-detail__meta h1 {
    font-size: 36px;
  }
  .book-detail__pitch-split {
    flex-direction: column;
    text-align: center;
  }
  .book-detail__pitch-inner {
    padding: 10px;
  }
  .book-detail {
    padding: 35px 0;
  }
  .book-detail__concepts h2 {
    margin-bottom: 16px;
  }
  .book-detail__toc-section {
    padding: 20px 0;
  }
  .book-detail__pitch-mascot {
    width: 220px;
    margin: 0 auto;
    order: -1;
  }
  .book-detail__pitch h2 {
    font-size: 36px;
  }
  .book-detail__toc-section > .content > h2,
  .book-detail__concepts h2 {
    font-size: 24px;
  }
  .book-detail__stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  .book-detail__sample {
    padding: 32px;
  }
  .book-detail__sample-cover {
    display: none;
  }
  .download-form__fields {
    flex-direction: column;
  }
}
.newsletter-form {
  max-width: 480px;
  margin: 0 auto;
}
.newsletter-form__fields {
  display: flex;
  gap: 8px;
}
.newsletter-form__input {
  flex: 1;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  transition: border-color 150ms ease;
}
.newsletter-form__input:focus {
  border-color: #f97316;
  outline: none;
}
.newsletter-form__submit {
  padding: 14px 32px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.newsletter-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(249, 115, 22, 0.25);
}
.newsletter-form__message {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}
.newsletter-form__message.success {
  color: #10b981;
}
.newsletter-form__message.error {
  color: #ef4444;
}

@media screen and (max-width: 768px) {
  .newsletter-form__fields {
    flex-direction: column;
  }
  .newsletter-form__input {
    width: 100%;
  }
  .newsletter-form__submit {
    width: 100%;
  }
}
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}
.cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 90vw;
  height: 100vh;
  background: #ffffff;
  z-index: 201;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-drawer.is-open {
  transform: translateX(0);
}
.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  border-bottom: 1px solid #e5e7eb;
}
.cart-drawer__header h3 {
  margin: 0;
}
.cart-drawer__close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6b7280;
  padding: 4px;
  line-height: 1;
  transition: color 150ms ease;
}
.cart-drawer__close:hover {
  color: #111827;
}
.cart-drawer__close:focus-visible {
  outline: 2px solid #f97316;
  outline-offset: 2px;
}
.cart-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
.cart-drawer__empty {
  padding: 64px 24px;
  text-align: center;
  color: #6b7280;
}
.cart-drawer__footer {
  padding: 32px;
  border-top: 1px solid #e5e7eb;
}
.cart-drawer__total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}
.cart-drawer__checkout {
  width: 100%;
}
.cart-drawer__error {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}
.cart-item__info {
  flex: 1;
}
.cart-item__title {
  font-weight: 700;
  margin-bottom: 4px;
}
.cart-item__price {
  color: #6b7280;
  font-size: 14px;
}
.cart-item__remove {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
}
.cart-item__remove:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
  }
  .cart-drawer__header {
    padding: 24px;
  }
  .cart-drawer__items {
    padding: 16px;
  }
  .cart-drawer__footer {
    padding: 24px;
  }
}
.pricing-tiers-section {
  padding: 64px 0;
  background: #111827;
}
.pricing-tiers-section > .content > h2 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
}

.pricing-tiers__note {
  font-size: 12px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: 24px;
}

.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.pricing-tier {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  position: relative;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-tier:hover {
  transform: none;
}
.pricing-tier__image {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.pricing-tier h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.pricing-tier__price {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.pricing-tier__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
}
.pricing-tier__features li {
  padding: 8px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pricing-tier__features li:last-child {
  border-bottom: none;
}
.pricing-tier__features li::before {
  content: "✓";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.pricing-tier__features li.pricing-tier__divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0;
  margin: 4px 0;
}
.pricing-tier__features li.pricing-tier__divider::before {
  display: none;
}
.pricing-tier__features li:has(+ .pricing-tier__divider) {
  border-bottom: none;
}
.pricing-tier .btn {
  width: 100%;
}
.pricing-tier .btn--secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.pricing-tier .btn--secondary:hover {
  background: #ffffff;
  color: #111827;
}
.pricing-tier--featured {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}
.pricing-tier--featured:hover {
  transform: scale(1.04);
}
.pricing-tier--featured h3 {
  color: #ffffff;
}
.pricing-tier--featured .pricing-tier__features li {
  color: rgba(255, 255, 255, 0.7);
}
.pricing-tier--featured .pricing-tier__features li::before {
  color: rgba(255, 255, 255, 0.5);
}
.pricing-tier__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 100px;
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.pricing-tier__toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}
.pricing-tier__toggle::before {
  content: "✓" !important;
}
.pricing-tier__toggle-label {
  flex: 1;
}
.pricing-tier__toggle-count {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 4px;
  margin-right: 4px;
}
.pricing-tier__toggle-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  transition: transform 150ms ease;
  transform: rotate(-90deg);
}
.pricing-tier__toggle-chevron::before {
  content: "";
  display: none;
}
.pricing-tier__toggle-chevron::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.5;
}
.pricing-tier__toggle.is-open .pricing-tier__toggle-chevron {
  transform: rotate(0deg);
}

.pricing-tier__subitems {
  list-style: none;
  padding: 0 0 0 24px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease;
  opacity: 0;
}
.pricing-tier__subitems.is-open {
  opacity: 1;
}
.pricing-tier__subitems li {
  padding: 3px 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  border-bottom: none;
  line-height: 1.4;
}
.pricing-tier__subitems li::before {
  content: "–";
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.2);
}

.pricing-tier--featured .pricing-tier__subitems li {
  color: rgba(255, 255, 255, 0.5);
}
.pricing-tier--featured .pricing-tier__subitems li::before {
  color: rgba(255, 255, 255, 0.3);
}

.book-page--ux .pricing-tier--featured {
  border-color: rgba(6, 182, 212, 0.3);
}
.book-page--ux .pricing-tier__badge {
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

.book-page--ai .pricing-tier--featured {
  border-color: rgba(245, 158, 11, 0.3);
}
.book-page--ai .pricing-tier__badge {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.book-page--aid .pricing-tier--featured {
  border-color: rgba(16, 185, 129, 0.3);
}
.book-page--aid .pricing-tier__badge {
  background: linear-gradient(135deg, #10b981, #34d399);
}

@media screen and (max-width: 768px) {
  .pricing-tiers {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .pricing-tier--featured {
    transform: none;
  }
  .pricing-tier--featured:hover {
    transform: none;
  }
}
.checkout-result {
  padding: 128px 0;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.checkout-result .content {
  max-width: 720px;
}
.checkout-result h1 {
  margin-bottom: 24px;
}
.checkout-result p {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 32px;
}
.checkout-result__message {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 16px;
}
.checkout-result__sub {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 32px;
}
.checkout-result__sub a {
  color: inherit;
  text-decoration: underline;
}
.checkout-result__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.checkout-result--success h1 {
  color: #10b981;
}
.checkout-result--cancel h1 {
  color: #6b7280;
}

@media screen and (max-width: 768px) {
  .checkout-result {
    min-height: 40vh;
    padding: 64px 0;
  }
  .checkout-result p {
    font-size: 16px;
  }
}
.hire-hero {
  background: linear-gradient(to right, rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.85) 50%), url("/assets/images/hero.jpg") left center/cover no-repeat;
  padding: 128px 0 96px;
  color: #ffffff;
}
.hire-hero .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.hire-hero h1 {
  color: #ffffff;
  margin-bottom: 24px;
  max-width: 50%;
}
.hire-hero__sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 50%;
  line-height: 1.7;
}
.hire-hero__cta {
  margin-top: 32px;
  display: inline-block;
}

.hire-services {
  background: #111827;
  padding: 96px 0;
}
.hire-services__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: #fff;
}
.hire-services__icon svg {
  width: 100%;
  height: 100%;
}
.hire-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hire-services__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
}
.hire-services__card h3 {
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 24px;
}
.hire-services__card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.hire-clients {
  background: #161f32;
  padding: 96px 0;
}
.hire-clients__logos {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.hire-cta {
  background: #111827;
  padding: 50px 0 50px;
  text-align: center;
}
.hire-cta h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.hire-cta p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
}
.hire-cta__secondary {
  margin-top: 16px;
  font-size: 14px;
}
.hire-cta__secondary a {
  margin-left: 5px;
  color: #f97316;
  text-decoration: underline;
}
.hire-cta__secondary a:hover {
  color: #ea580c;
}

@media screen and (max-width: 768px) {
  .hire-hero {
    padding: 64px 0 48px;
    background: linear-gradient(rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.7)), url("/assets/images/hero.jpg") center/cover no-repeat;
  }
  .hire-hero .content {
    align-items: center;
    text-align: center;
  }
  .hire-hero h1,
  .hire-hero .hire-hero__sub {
    max-width: 100%;
  }
  .hire-services {
    padding: 48px 0;
  }
  .hire-services__grid {
    grid-template-columns: 1fr;
  }
  .hire-clients {
    padding: 0 0 48px;
  }
  .hire-cta {
    padding: 0 0 64px;
  }
}
.page--auth {
  background: #f9fafb;
}

.auth-section {
  padding: 96px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.auth-card {
  max-width: 440px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.auth-card__notice {
  background: rgba(249, 115, 22, 0.06);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 6px;
  padding: 8px 16px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #111827;
}
.auth-card__notice p {
  margin: 0;
}

.auth-card__heading {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.auth-card__error {
  display: none;
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.auth-card__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-card__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.auth-card__field label {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.auth-card__field input {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 150ms ease;
}
.auth-card__field input:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.auth-card__submit {
  margin-top: 8px;
  width: 100%;
}

.auth-card__forgot {
  text-align: center;
  margin-top: 8px;
}
.auth-card__forgot a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
}
.auth-card__forgot a:hover {
  color: #f97316;
}

.auth-card__toggle {
  text-align: center;
  margin-top: 16px;
}
.auth-card__toggle a {
  color: #f97316;
  text-decoration: none;
  font-size: 14px;
}
.auth-card__toggle a:hover {
  text-decoration: underline;
}

.auth-card__divider {
  display: flex;
  align-items: center;
  margin: 24px 0;
  gap: 16px;
}
.auth-card__divider::before, .auth-card__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.auth-card__divider span {
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

.auth-card__social {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-card__google,
.auth-card__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #ffffff;
  color: #111827;
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease;
}
.auth-card__google:hover,
.auth-card__linkedin:hover {
  background: #f9fafb;
  border-color: #6b7280;
}
.auth-card__google svg,
.auth-card__linkedin svg {
  flex-shrink: 0;
}

.auth-card__linkedin {
  color: #0a66c2;
}

.page--account {
  background: #f9fafb;
}

.account-section {
  padding: 64px 0 96px;
  min-height: 60vh;
}

.account-header {
  margin-bottom: 48px;
}
.account-header h1 {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.account-header__email {
  color: #6b7280;
  font-size: 14px;
  margin-top: 4px;
}

.account-loading {
  text-align: center;
  padding: 64px 0;
  color: #6b7280;
}

.account-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start;
}

.account-sidebar {
  position: sticky;
  top: 80px;
}

.sidebar-book {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  overflow: hidden;
}
.sidebar-book--salesforce-ux {
  background: #1a5a9c;
  color: #fff;
}
.sidebar-book--salesforce-ux .sidebar-book__header {
  border-bottom: none;
}
.sidebar-book--salesforce-ux .sidebar-book__title {
  color: #fff;
}
.sidebar-book--salesforce-ux .sidebar-book__badge--owned {
  color: #7dd3fc;
}
.sidebar-book--salesforce-ux .sidebar-item__name {
  color: #fff;
}
.sidebar-book--salesforce-ux .sidebar-item--locked .sidebar-item__icon {
  color: #fff;
}
.sidebar-book--salesforce-ux .sidebar-item--locked .sidebar-item__name {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-book--salesforce-ux .sidebar-item--owned .sidebar-item__icon {
  color: #7dd3fc;
}
.sidebar-book--salesforce-ux .sidebar-item__download {
  color: #7dd3fc;
}
.sidebar-book--salesforce-ux .sidebar-category {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.sidebar-book--salesforce-ux .sidebar-category--tier-complete {
  background: #0d4885;
}
.sidebar-book--salesforce-ux .sidebar-category--tier-masterclass {
  background: #113e6b;
}
.sidebar-book--salesforce-ux .sidebar-category__title {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-book--salesforce-ux .sidebar-category__tier {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-book--salesforce-ux .sidebar-category__upgrade {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar-book--salesforce-ux .sidebar-category__upgrade:hover {
  border-color: #7dd3fc;
  color: #7dd3fc;
}
.sidebar-book--salesforce-ai {
  background: #932530;
  color: #fff;
}
.sidebar-book--salesforce-ai .sidebar-book__header {
  border-bottom: none;
}
.sidebar-book--salesforce-ai .sidebar-book__title {
  color: #fff;
}
.sidebar-book--salesforce-ai .sidebar-book__badge--owned {
  color: #fca5a5;
}
.sidebar-book--salesforce-ai .sidebar-item__name {
  color: #fff;
}
.sidebar-book--salesforce-ai .sidebar-item--locked .sidebar-item__icon {
  color: #fff;
}
.sidebar-book--salesforce-ai .sidebar-item--locked .sidebar-item__name {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-book--salesforce-ai .sidebar-item--owned .sidebar-item__icon {
  color: #fca5a5;
}
.sidebar-book--salesforce-ai .sidebar-item__download {
  color: #fca5a5;
}
.sidebar-book--salesforce-ai .sidebar-category {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.sidebar-book--salesforce-ai .sidebar-category--tier-complete {
  background: #871115;
}
.sidebar-book--salesforce-ai .sidebar-category--tier-masterclass {
  background: #681a21;
}
.sidebar-book--salesforce-ai .sidebar-category__title {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-book--salesforce-ai .sidebar-category__tier {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-book--salesforce-ai .sidebar-category__upgrade {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar-book--salesforce-ai .sidebar-category__upgrade:hover {
  border-color: #fca5a5;
  color: #fca5a5;
}
.sidebar-book--ux-design-ai {
  background: #1a6b4a;
  color: #fff;
}
.sidebar-book--ux-design-ai .sidebar-book__header {
  border-bottom: none;
}
.sidebar-book--ux-design-ai .sidebar-book__title {
  color: #fff;
}
.sidebar-book--ux-design-ai .sidebar-book__badge--owned {
  color: #86efac;
}
.sidebar-book--ux-design-ai .sidebar-item__name {
  color: #fff;
}
.sidebar-book--ux-design-ai .sidebar-item--locked .sidebar-item__icon {
  color: #fff;
}
.sidebar-book--ux-design-ai .sidebar-item--locked .sidebar-item__name {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-book--ux-design-ai .sidebar-item--owned .sidebar-item__icon {
  color: #86efac;
}
.sidebar-book--ux-design-ai .sidebar-item__download {
  color: #86efac;
}
.sidebar-book--ux-design-ai .sidebar-category {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.sidebar-book--ux-design-ai .sidebar-category--tier-complete {
  background: #0d5a3d;
}
.sidebar-book--ux-design-ai .sidebar-category--tier-masterclass {
  background: #114d35;
}
.sidebar-book--ux-design-ai .sidebar-category__title {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-book--ux-design-ai .sidebar-category__tier {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-book--ux-design-ai .sidebar-category__upgrade {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar-book--ux-design-ai .sidebar-category__upgrade:hover {
  border-color: #86efac;
  color: #86efac;
}

.sidebar-book__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.sidebar-book__cover {
  width: 48px;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
}

.sidebar-book__info {
  min-width: 0;
}

.sidebar-book__title {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.sidebar-book__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sidebar-book__badge--owned {
  color: #f97316;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 1px 24px;
  font-size: 12px;
  line-height: 1;
}
.sidebar-item--locked {
  opacity: 0.5;
}
.sidebar-item--owned {
  opacity: 1;
}

.sidebar-item__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-item--owned .sidebar-item__icon {
  color: #f97316;
}
.sidebar-item--locked .sidebar-item__icon {
  color: #6b7280;
}

.sidebar-item__name {
  flex: 1;
  min-width: 0;
}

.sidebar-item__download {
  flex-shrink: 0;
  color: #f97316;
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 6px;
  transition: opacity 150ms ease;
}
.sidebar-item__download:hover {
  opacity: 0.7;
}

.sidebar-category {
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}
.sidebar-category:last-child {
  border-bottom: none;
}
.sidebar-category__header {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 24px;
}
.sidebar-category__header--toggle {
  cursor: pointer;
  user-select: none;
}
.sidebar-category__header--toggle:hover .sidebar-category__title {
  opacity: 0.8;
}

.sidebar-category__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform 150ms ease;
  transform: rotate(-90deg);
}
.sidebar-category--open .sidebar-category__chevron {
  transform: rotate(0deg);
}

.sidebar-category__title {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  flex: 1;
}

.sidebar-category__count {
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
  opacity: 0.5;
  margin-left: auto;
}

.sidebar-category__tier {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  background: #f9fafb;
  padding: 1px 4px;
  border-radius: 6px;
}

.sidebar-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-category__upgrade {
  display: block;
  width: calc(100% - 24px * 2);
  margin: 8px 24px 4px;
  padding: 4px 8px;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  text-align: center;
  transition: all 150ms ease;
}
.sidebar-category__upgrade:hover {
  border-color: #f97316;
  color: #f97316;
}

.sidebar-tier-cta {
  padding: 16px 24px;
  text-align: center;
}
.sidebar-tier-cta__btn {
  width: 100%;
}
.sidebar-tier-cta a.sidebar-tier-cta__btn {
  background: transparent;
  border: 1.5px solid #fff;
  color: #fff;
}
.sidebar-tier-cta a.sidebar-tier-cta__btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-tier-cta__tag {
  display: block;
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.account-main {
  min-width: 0;
}

.account-panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.account-panel h2 {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.account-panel a {
  color: #f97316;
}
.account-panel a:hover {
  text-decoration: underline;
}

.account-empty {
  color: #6b7280;
  font-size: 14px;
}

.account-receipt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}
.account-receipt:last-child {
  border-bottom: none;
}

.account-receipt__info {
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.account-signed-out {
  text-align: center;
  padding: 64px 0;
}
.account-signed-out p {
  margin-bottom: 24px;
  color: #6b7280;
}

.btn--sm {
  padding: 4px 16px;
  font-size: 14px;
}

.account-signout {
  text-align: center;
  padding: 48px 0 0;
}

.btn--signout {
  background: none;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  padding: 8px 32px;
  border-radius: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 150ms ease;
}
.btn--signout:hover {
  border-color: #ef4444;
  color: #ef4444;
}

@media screen and (max-width: 768px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-sidebar {
    position: static;
  }
  .sidebar-book__header {
    padding: 16px;
  }
  .sidebar-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sidebar-category__header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sidebar-category__upgrade {
    width: calc(100% - 16px * 2);
    margin-left: 16px;
    margin-right: 16px;
  }
  .account-receipt {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .account-receipt__info {
    flex-direction: column;
    gap: 4px;
  }
}
.page--contact {
  background: #f9fafb;
}

.contact-section {
  padding: 96px 0;
  min-height: 60vh;
}

.contact-card {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.contact-card h1 {
  font-family: "Geomanist", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-card > p {
  color: #6b7280;
  margin-bottom: 32px;
  font-size: 14px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-form__field label {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 150ms ease;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}
.contact-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form__hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.contact-form__submit {
  margin-top: 8px;
}

.contact-form__message {
  display: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 16px;
}
.contact-form__message--success {
  background: rgba(16, 185, 129, 0.08);
  color: #0c8a60;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.contact-form__message--error {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.blog-hero {
  padding: 96px 0 48px;
  text-align: center;
}
.blog-hero h1 {
  margin-bottom: 8px;
}
.blog-hero__sub {
  color: #6b7280;
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto;
}

.blog-listing {
  padding: 0 0 96px;
}

.blog-card {
  display: block;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  color: inherit;
}
.blog-card__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 14px;
}
.blog-card__category {
  font-weight: 700;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
}
.blog-card__date {
  color: #6b7280;
}
.blog-card__title {
  font-size: 24px;
  margin-bottom: 8px;
  color: #111827;
}
.blog-card__excerpt {
  color: #6b7280;
  margin-bottom: 16px;
  line-height: 1.7;
}
.blog-card__read {
  font-weight: 700;
  font-size: 14px;
  color: #f97316;
}

.blog-empty {
  text-align: center;
  padding: 64px 0;
  max-width: 720px;
  margin: 0 auto;
}
.blog-empty p {
  color: #6b7280;
  font-size: 18px;
}
.blog-empty__sub {
  font-size: 16px !important;
  margin-bottom: 32px;
}

.blog-post {
  padding: 96px 0;
}
.blog-post .content {
  max-width: 720px;
}
.blog-post__header {
  margin-bottom: 64px;
}
.blog-post__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}
.blog-post__category {
  font-weight: 700;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
}
.blog-post__date {
  color: #6b7280;
}
.blog-post__body h2 {
  margin-top: 64px;
  margin-bottom: 24px;
}
.blog-post__body h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}
.blog-post__body p {
  margin-bottom: 24px;
  line-height: 1.8;
}
.blog-post__body ul, .blog-post__body ol {
  margin-bottom: 24px;
  padding-left: 32px;
}
.blog-post__body ul li, .blog-post__body ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.blog-post__body blockquote {
  border-left: 4px solid #f97316;
  padding: 16px 32px;
  margin: 48px 0;
  background: #f9fafb;
  border-radius: 0 10px 10px 0;
}
.blog-post__body blockquote p {
  margin-bottom: 0;
  font-style: italic;
  color: #6b7280;
}
.blog-post__body img {
  border-radius: 10px;
  margin: 32px 0;
}
.blog-post__body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-post__book-cta {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #e5e7eb;
}
.blog-post__book-link {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 32px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-post__book-link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  color: inherit;
}
.blog-post__book-link img {
  width: 100px;
  border-radius: 10px;
  flex-shrink: 0;
}
.blog-post__book-link h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #111827;
}
.blog-post__book-link p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.blog-post__book-action {
  font-weight: 700;
  font-size: 14px;
  color: #f97316;
}

@media screen and (max-width: 768px) {
  .blog-hero {
    padding: 64px 0 32px;
  }
  .blog-post__book-link {
    flex-direction: column;
    text-align: center;
  }
  .blog-post__book-link img {
    width: 120px;
  }
}
/*# sourceMappingURL=style.css.map */
