:root {
  --base-font-color: #1b2e55;
  --content-offset: 650px;
}

body {
  font-family: "Georgia", "Times New Roman", serif;
  background-color: #ecf0f9;
  color: var(--base-font-color);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 20px;
  min-height: 100vh;
  line-height: 1.6;
}

h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--base-font-color);
  margin: 0 0 15px 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  gap: 40px;
  align-items: flex-start;
}

.testimonial {
  color: #000000;
  font-size: 18px;
  margin: 15px 0;
}

.testimonial-quote {
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-left: -18px;
  text-align: left;
  width: 365px;
}

.testimonial-author {
  font-weight: 500;
  margin-left: -2px;
  text-align: right;
  width: 325px;
}

.content {
  flex: 1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.book-section {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 15px;
  width: 340px;
}

.book-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.book-cover img {
  width: 100%;
  height: auto;
  max-width: 300px;
  aspect-ratio: auto 2/3;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: rotate(3deg);
  margin-bottom: 30px;
}

.table-of-contents {
  list-style-type: none;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.table-of-contents li {
  margin-bottom: 20px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(27, 46, 85, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.table-of-contents li:hover {
  border: 1px solid rgba(27, 46, 85, 0.4);
}

.chapter-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin-right: 15px;
}

.chapter-title {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--base-font-color);
  line-height: 1.2;
  margin-bottom: 15px;
}

.chapter-button {
  color: #45a049;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  background: rgba(69, 160, 73, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(69, 160, 73, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.chapter-button:hover {
  background: rgba(69, 160, 73, 0.2);
  border-color: rgba(69, 160, 73, 0.5);
  color: #3d8b40;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.chapter-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.read-now-button {
  color: #45a049;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  background: rgba(69, 160, 73, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(69, 160, 73, 0.3);
  transition: all 0.3s ease;
  text-align: center;
  font-size: 0.95em;
  align-self: flex-start;
}

.read-now-button:hover {
  background: rgba(69, 160, 73, 0.2);
  border-color: rgba(69, 160, 73, 0.5);
  transform: translateY(-1px);
}

.chapter-counts {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 8px;
}

.chapter-counts > div {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #8c8c8c;
}

.chapter-author {
  color: rgba(27, 46, 85, 0.7);
  font-size: 0.9em;
  margin-top: 8px;
}

.chapter-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.chapter-info a {
  color: #45a049;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  background: rgba(69, 160, 73, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(69, 160, 73, 0.3);
  transition: all 0.3s ease;
}

.chapter-info a:hover {
  background: rgba(69, 160, 73, 0.2);
  border-color: rgba(69, 160, 73, 0.5);
  transform: translateY(-1px);
}

.chapter-info span {
  color: rgba(27, 46, 85, 0.7);
  font-size: 0.9em;
}

.button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.reserve-form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  gap: 15px;
  min-width: 306px;
}

.reserve-form-container input {
  width: 325px;
  height: 56px;
  padding: 16px 24px;
  border: 1px solid rgba(27, 46, 85, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--base-font-color);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  box-sizing: border-box;
  margin-left: -26px;
}

.reserve-form-container .button {
  width: 325px;
  min-width: 325px;
  margin-left: -26px;
}

.reserve-form-container input::placeholder {
  color: rgba(27, 46, 85, 0.6);
}

.reserve-form-container input:focus {
  outline: none;
  border-color: #45a049;
  background: rgb(255, 255, 255);
}

.button {
  background: linear-gradient(135deg, #45a049 0%, #3d8b40 100%);
  color: #ffffff;
  padding: 16px 24px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
  margin-bottom: 15px;
  margin-left: -26px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  width: 325px;
}

.button:hover {
  background: linear-gradient(135deg, #3d8b40 0%, #2e7d32 100%);
  box-shadow: 0 12px 35px rgba(76, 175, 80, 0.4);
}

.small-button {
  font-size: 14px;
  color: rgba(27, 46, 85, 0.8);
  cursor: pointer;
  transition: color 0.3s ease;
}

.small-button:hover {
  color: var(--base-font-color);
  text-decoration: underline;
}

#bookLandingSignupForm {
  width: 100%;
}

.formElements {
  margin-top: 20px;
  text-align: center;
}

.formElements .instruction {
  font-size: 1.3em;
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--base-font-color);
}

.formElements .inputText.email input {
  margin-bottom: 15px;
  padding: 12px 16px;
  border: 1px solid rgba(27, 46, 85, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--base-font-color);
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.formElements .inputText.email input::placeholder {
  color: rgba(27, 46, 85, 0.6);
}

.formElements .inputText.email input:focus {
  outline: none;
  border-color: #45a049;
  background: rgb(255, 255, 255);
}

.signupSuccessMessage {
  margin-top: 20px;
  font-size: 1.2em;
  color: #45a049;
  font-weight: 500;
  text-align: center;
  display: none;
}

.signupErrorMessage {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.title {
  color: rgba(27, 46, 85, 0.7);
  margin-bottom: 20px;
  margin-left: 25px;
  text-align: left;
  letter-spacing: -0.5px;
}

.book-description {
  margin-bottom: 40px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(27, 46, 85, 0.1);
}

.book-description p {
  font-size: 1.2em;
  line-height: 1.7;
  color: var(--base-font-color);
  margin: 0;
}

.turnstileWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -13px;
}

.logo-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 375px;
  height: 110px;
  background-color: #1b2e55;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0 0 20px;
}

.faq-title {
  margin-top: 100px;
}

.faq-section .faq-container {
  margin-bottom: 20px;
}
.faq-section .faq-item {
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(27, 46, 85, 0.1);
}
.faq-section .faq-question {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--base-font-color);
  margin-bottom: 15px;
}
.faq-section .faq-answer {
  font-size: 1.2em;
  margin-top: 15px;
  line-height: 1.6;
  color: var(--base-font-color);
}
.faq-section .faq-answer a {
  text-decoration: underline;
  color: #45a049;
  transition: color 0.3s ease;
}
.faq-section .faq-answer a:hover {
  color: #3d8b40;
}

@media (min-width: 1400px) {
  .logo-container {
    left: calc(50% - var(--content-offset));
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: calc(50% - var(--content-offset));
    height: 100vh;
    background-color: #ffffff;
    z-index: 999;
  }
  body::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: calc(50% - var(--content-offset));
    height: 100vh;
    background-color: #ffffff;
    z-index: 999;
  }
}
.logo-container .logo {
  color: #ffffff;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 1;
}

.logo-container .logo:hover {
  color: #ffffff;
  text-decoration: none;
}

.logo-container .logo .logoSourced {
  color: #ffffff;
}

.logo-container .logo .logoFact {
  color: #c4d2ed;
}

@media (max-width: 1200px) {
  .logo-container {
    width: 340px;
    height: 100px;
  }
  .logo-container .logo {
    font-size: 24px;
  }
  .book-cover img {
    width: 270px;
  }
  .button-container button {
    font-size: 14px;
    padding: 16px 16px;
    width: 300px;
  }
  .container {
    gap: 15px;
  }
  .content {
    flex: 1.5;
    padding-left: 0px;
  }
  h3 {
    font-size: 1.3em;
  }
  .book-description h3 {
    font-size: 1.3em;
  }
  .book-description p {
    font-size: 1.1em;
  }
  .preview-essays-title {
    font-size: 1.3em;
  }
  .chapter-title {
    font-size: 1.2em;
  }
  .chapter-counts > div {
    font-size: 0.95em;
  }
  .chapter-button {
    font-size: 0.9em;
  }
  .faq-section .faq-question {
    font-size: 1.2em;
  }
  .faq-section .faq-answer {
    font-size: 1.1em;
  }
  .testimonial {
    font-size: 16px;
    margin: 12px 0;
  }
  .testimonial-quote {
    width: 320px;
    margin-left: -15px;
  }
  .testimonial-author {
    width: 290px;
    margin-left: -2px;
  }
}
@media (max-width: 960px) {
  .logo-container {
    width: 300px;
    height: 90px;
  }
  .logo-container .logo {
    font-size: 22px;
  }
  .book-cover img {
    width: 240px;
  }
  .button-container button {
    font-size: 13px;
    padding: 14px 14px;
    width: 280px;
  }
  .container {
    gap: 0px;
  }
  .content {
    flex: 1.5;
    padding-left: 0px;
  }
  h3 {
    font-size: 1.2em;
  }
  .book-description h3 {
    font-size: 1.2em;
  }
  .book-description p {
    font-size: 1em;
  }
  .preview-essays-title {
    font-size: 1.2em;
  }
  .chapter-title {
    font-size: 1.1em;
  }
  .chapter-counts > div {
    font-size: 0.9em;
  }
  .chapter-button {
    font-size: 0.85em;
  }
  .faq-title {
    margin-top: 50px;
  }
  .faq-section .faq-question {
    font-size: 1.1em;
  }
  .faq-section .faq-answer {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  body {
    padding: 20px 15px;
  }
  .testimonial {
    width: 100%;
    max-width: 338px;
    margin: 25px 0;
    margin-left: 0;
    font-size: 16px;
    order: 4;
  }
  .testimonial-quote {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .testimonial-author {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
    text-align: right;
  }
  .container {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding-top: 25px;
  }
  .content {
    order: 4;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .book-description {
    order: -1;
    padding: 20px;
  }
  .book-description h3 {
    font-size: 1.2em;
  }
  .book-description p {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .book-section {
    order: 2;
    padding: 0;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .book-cover img {
    max-width: 225px;
  }
  .button-container {
    order: 3;
    margin-top: 15px;
    position: static;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
    box-shadow: none;
    border-top: none;
    align-items: stretch;
    width: 100%;
  }
  .reserve-form-container {
    order: 5;
    margin-top: 15px;
    position: static;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
    box-shadow: none;
    border-top: none;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }
  .button-container .button {
    width: 100%;
    margin: 0;
    font-size: 1.2em;
    padding: 14px 14px;
    max-width: none;
    min-width: auto;
  }
  .reserve-form-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .reserve-form-container input {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-left: 0;
  }
  .reserve-form-container .button {
    width: 100%;
    margin: 0;
    font-size: 1.2em;
    padding: 14px 14px;
    max-width: none;
    min-width: auto;
    margin-left: 0;
  }
  .title {
    margin-left: 20px;
  }
  .table-of-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .table-of-contents li {
    padding: 20px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: stretch;
  }
  .chapter-header {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .chapter-title {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  .chapter-button {
    align-self: stretch;
    text-align: center;
    padding: 10px 16px;
    font-size: 0.95em;
  }
  .chapter-counts {
    margin-top: 0px;
    gap: 15px;
  }
  .chapter-counts > div {
    font-size: 0.9em;
  }
  .preview-essays-title {
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 1.3em;
  }
  #staticSignupForm {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
  }
  .formElements {
    width: 100%;
  }
  .formElements .inputText.email {
    width: 100%;
  }
  .turnstileWrapper {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .logo-container {
    left: auto;
    right: 0;
    width: 340px;
    height: 80px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    padding: 7px 10px 0 0;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .logo-container .logo {
    font-size: 24px;
    text-align: right;
  }
  .faq-title {
    margin-top: 30px;
  }
  .faq-section .faq-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .faq-section .faq-question {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  .faq-section .faq-answer {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
@media (max-width: 450px) and (max-height: 680px) {
  .book-cover img {
    max-width: 190px;
  }
}
@media (max-width: 390px) {
  .button-container .button {
    font-size: 16px;
  }
  .book-description h3 {
    display: inline;
  }
  .book-description h3:first-child::after {
    content: " ";
  }
  .book-description h3 {
    font-size: 17px;
  }
  .book-description p {
    font-size: 16px;
    margin-top: 15px;
  }
  .preview-essays-title {
    font-size: 17px;
  }
  .chapter-title {
    font-size: 16px;
  }
  .chapter-counts > div {
    font-size: 13px;
  }
  .chapter-button {
    font-size: 13px;
  }
  .faq-section .faq-question {
    font-size: 16px;
  }
  .faq-section .faq-answer {
    font-size: 15px;
  }
  h3 {
    font-size: 17px;
  }
  .title {
    font-size: 17px;
  }
}
@media (max-width: 378px) {
  .button-container .button {
    font-size: 15px;
  }
  .testimonial .testimonial-quote {
    font-size: 15px;
  }
  .testimonial .testimonial-author {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .testimonial .testimonial-quote {
    font-size: 14px;
  }
  .testimonial .testimonial-author {
    font-size: 14px;
  }
}

/*# sourceMappingURL=book_landing_page.css.map */
