body.book-page {
  background: #f4f7fb;
  color: #132449;
}

body.book-page main {
  overflow: hidden;
}

.book-hero {
  background: #10285d;
  color: #fff;
  position: relative;
}

.book-hero::after {
  background: linear-gradient(90deg, #e97a19 0 24%, #f3b13f 24% 40%, #244a9d 40% 72%, #6bb2c2 72% 100%);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.book-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 100px);
  grid-template-columns: minmax(220px, 0.64fr) minmax(0, 1.36fr);
  min-height: min(650px, calc(100vh - 78px));
  padding-bottom: clamp(64px, 8vw, 110px);
  padding-top: clamp(64px, 8vw, 110px);
}

.book-cover {
  background: #e6e0d7;
  border-radius: 8px;
  box-shadow: 18px 20px 0 rgba(0, 0, 0, 0.1), 0 24px 50px rgba(0, 0, 0, 0.22);
  justify-self: center;
  margin: 0;
  max-width: 360px;
  padding: 12px;
  transform: rotate(-1.2deg);
  width: min(100%, 360px);
}

.book-cover img {
  aspect-ratio: 0.72;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.book-hero-copy {
  max-width: 760px;
}

.book-hero-copy .section-kicker,
.book-interest-copy .section-kicker {
  color: #f3b13f;
  margin-bottom: 18px;
}

.book-hero-copy h1 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5.4rem);
  line-height: 0.98;
  margin: 0;
  max-width: 12ch;
}

.book-hero-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  margin: 28px 0 32px;
  max-width: 56ch;
}

.book-hero-copy .btn-light,
.book-submit {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 50px;
}

.book-interest {
  background: #f4f7fb;
  padding: clamp(56px, 8vw, 104px) 0;
}

.book-interest-inner {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 108px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.book-interest-copy {
  padding-top: 18px;
}

.book-interest-copy h2 {
  color: #10285d;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1;
  margin: 0;
  max-width: 20ch;
}

.book-interest-copy p:not(.section-kicker) {
  color: #53627b;
  font-size: 1.06rem;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 48ch;
}

.book-interest-copy .book-note {
  border-left: 3px solid #e97a19;
  color: #10285d;
  font-size: 0.95rem;
  padding-left: 16px;
}

.book-form-shell {
  background: #fff;
  border: 1px solid rgba(16, 40, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(16, 40, 93, 0.08);
  padding: clamp(24px, 4vw, 44px);
}

.book-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.book-form label > span {
  color: #10285d;
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.book-form label > span b,
.book-consent b {
  color: #d46612;
}

.book-form label > span small {
  color: #7a8496;
  font-size: 0.78rem;
  font-weight: 500;
}

.book-form input:not([type="checkbox"]) {
  background: #fbfcfe;
  border: 1px solid #cbd4e3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #10285d;
  font: inherit;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.book-form input:not([type="checkbox"]):focus {
  border-color: #2d59ae;
  box-shadow: 0 0 0 3px rgba(45, 89, 174, 0.15);
  outline: 0;
}

.book-consent {
  align-items: flex-start;
  color: #53627b;
  display: flex;
  font-size: 0.92rem;
  gap: 11px;
  line-height: 1.5;
  margin-top: 24px;
}

.book-consent input {
  accent-color: #203c8c;
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.book-submit {
  border: 0;
  cursor: pointer;
  margin-top: 26px;
  padding: 0 24px;
}

.book-honeypot {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.book-form-shell .form-success,
.book-form-shell .form-error {
  margin-bottom: 24px;
}

.book-form-shell .form-success span {
  display: block;
  margin-top: 5px;
}

@media (max-width: 820px) {
  .book-hero-inner,
  .book-interest-inner {
    grid-template-columns: 1fr;
  }

  .book-cover {
    max-width: 280px;
  }

  .book-hero-copy h1,
  .book-interest-copy h2 {
    max-width: none;
  }

  .book-interest-copy {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .book-form-grid {
    grid-template-columns: 1fr;
  }

  .book-hero-inner {
    min-height: 0;
    padding-bottom: 74px;
    padding-top: 60px;
  }

  .book-cover {
    max-width: 245px;
  }

  .book-form-shell {
    padding: 22px 18px;
  }
}
