@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yesteryear&family=Radley&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    overscroll-behavior-y: none;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Radley", serif;
  font-size: 16px;
  line-height: 1.5;
  overscroll-behavior: none;
  overscroll-behavior-y: none;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0));
  }
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  color: #304369;
}

a {
  color: #D9E4FC;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: rgb(151.7975609756, 181.6719512195, 246.8524390244);
  text-decoration: underline;
}

.btn {
  background-color: #D9E4FC;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: rgb(173.5317073171, 197.1146341463, 248.5682926829);
}
.btn-secondary {
  background-color: #304369;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-secondary:hover {
  background-color: rgb(43.2, 60.3, 94.5);
}
.btn-success {
  background-color: #D9E4FC;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-success:hover {
  background-color: rgb(173.5317073171, 197.1146341463, 248.5682926829);
}
.btn-danger {
  background-color: #304369;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-danger:hover {
  background-color: rgb(43.2, 60.3, 94.5);
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #304369;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=file],
.form-group select,
.form-group textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(183.2, 195.8, 222.6);
  border-radius: 4px;
  margin-bottom: 10px;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group input[type=file]:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #D9E4FC;
}

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.card > * {
  position: relative;
  z-index: 1;
}
.card {
  margin-bottom: 20px;
}

.alert {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.alert-success {
  background-color: rgb(234.1, 240.15, 253.35);
  color: rgb(173.5317073171, 197.1146341463, 248.5682926829);
}
.alert-danger {
  background-color: rgb(120.25, 144.6333333333, 193.4);
  color: rgb(43.2, 60.3, 94.5);
}
.alert-warning {
  background-color: rgb(206.215, 213.585, 229.095);
  color: rgb(141.8585125184, 158.9509131075, 194.9214874816);
}
.alert-info {
  background-color: rgb(234.1, 240.15, 253.35);
  color: rgb(173.5317073171, 197.1146341463, 248.5682926829);
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

body {
  background-color: #D9E4FC;
}

.home-page {
  min-height: 100vh;
  position: relative;
  background-color: #D9E4FC !important;
}

.hero-section {
  position: relative;
  padding-top: 2rem;
  text-align: center;
}

.hero-content h1 {
  font-family: "Radley", serif;
  font-size: 4rem;
  color: #304369;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  position: relative;
  display: inline-block;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}
.hero-content .title-icon {
  height: 4.5rem;
  width: auto;
  vertical-align: middle;
  margin-left: -0.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1024px) {
  .hero-content .title-icon {
    height: 2.8rem;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .hero-content .title-icon {
    height: 2.2rem;
  }
}
@media (max-width: 480px) {
  .hero-content .title-icon {
    height: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
.hero-content p {
  font-size: 1.3rem;
  color: #304369;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero-content p {
    font-size: 1.1rem;
  }
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #304369;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(48, 67, 105, 0.3);
}
.hero-cta:hover {
  background: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(48, 67, 105, 0.4);
  color: white;
  text-decoration: none;
}

.features-section {
  position: relative;
  z-index: 2;
  padding: 1rem 0 4rem 0;
}
@media (max-width: 768px) {
  .features-section {
    padding: 1rem 0 2rem 0;
  }
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.feature-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .feature-card {
    padding: 1.5rem;
  }
  .feature-card:hover {
    transform: none;
    box-shadow: none;
  }
}
.feature-card .feature-icon {
  width: 60px;
  height: 60px;
  background: #304369;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.feature-card .feature-icon svg {
  width: 30px;
  height: 30px;
  fill: white;
}
.feature-card h3 {
  font-family: "Radley", serif;
  font-size: 1.4rem;
  color: #304369;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.feature-card p {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.feature-list, .coming-soon-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.feature-list li, .coming-soon-list li {
  padding: 0.3rem 0;
  color: #555;
  position: relative;
  padding-left: 1.5rem;
}
.feature-list li::before, .coming-soon-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #304369;
  font-weight: bold;
}

.coming-soon-list {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.coming-soon-list li {
  color: #888 !important;
}
.coming-soon-list li::before {
  content: "⏳";
  color: #888;
}

.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #304369;
  text-decoration: none;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  border: 2px solid #304369;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.feature-link:hover {
  background: #304369;
  color: white;
  text-decoration: none;
}

.submit-btn {
  background-color: #D9E4FC;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.submit-btn:hover {
  background-color: rgb(173.5317073171, 197.1146341463, 248.5682926829);
}
.submit-btn {
  padding: 0.75rem 4rem;
  background: linear-gradient(135deg, #6e83ac 0%, #5a72a0 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: auto auto 1rem;
  margin-top: auto;
  box-shadow: 0 4px 16px rgba(217, 228, 252, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Radley", serif;
  letter-spacing: 0.025em;
  position: relative;
  overflow: hidden;
}
.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.submit-btn:hover {
  background: linear-gradient(135deg, #7a8fb8 0%, #6980ac 50%, #5871a0 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(217, 228, 252, 0.4), 0 4px 8px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.submit-btn:hover::before {
  left: 100%;
}
.submit-btn:active {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 4px 16px rgba(217, 228, 252, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.submit-btn:focus {
  outline: none;
  box-shadow: 0 4px 16px rgba(217, 228, 252, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(217, 228, 252, 0.3);
}
.submit-btn .btn-text {
  font-weight: 600;
  letter-spacing: 0.025em;
}
.submit-btn .external-link-icon {
  margin-left: 0.5rem;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.submit-btn:hover .external-link-icon {
  opacity: 1;
}

.page-header {
  background-color: #D9E4FC !important;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  position: relative;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.logo-wrapper img {
  height: 2.5rem;
  width: auto;
}

.logo-text {
  font-family: "Yesteryear", cursive;
  font-size: 1.8rem;
  color: #304369;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.flying-letters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.flying-letter {
  position: absolute;
  font-family: "Radley", serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 4rem;
  user-select: none;
  pointer-events: none;
  animation: fall linear infinite;
  opacity: 1;
  font-weight: bold;
}
.flying-letter.small {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.7);
}
.flying-letter.medium {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.8);
}
.flying-letter.large {
  font-size: 7rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1024px) {
  .flying-letter.large {
    font-size: 2.5rem;
  }
}

@keyframes fall {
  0% {
    transform: translateY(-50px) translateX(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) translateX(var(--drift)) rotate(var(--rotation));
    opacity: 0.3;
  }
}
.animated-title {
  position: relative;
  display: inline-block;
}

.animated-underline {
  position: absolute;
  bottom: -15px;
  right: 50%;
  width: 100%;
  height: 25px;
  pointer-events: none;
}

.underline-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible !important;
}
.underline-svg path {
  stroke: #7faed4;
  stroke-width: 8;
  stroke-linecap: round;
  fill: none;
}

@media (max-width: 480px) {
  .hero-section {
    padding: 2rem 0 0 0;
  }
  .features-section {
    padding: 1rem 0 2rem 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.section-heading {
  font-family: "Radley", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #304369;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.how-it-works {
  padding: 3.5rem 0 2rem;
  position: relative;
  z-index: 2;
}

.steps-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .steps-row {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.step {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  min-width: 220px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.step:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .step {
    min-width: unset;
    width: 100%;
    padding: 1rem 1.25rem;
  }
  .step:hover {
    transform: none;
    box-shadow: none;
  }
}

.step-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #304369;
  color: #fff;
  font-family: "Radley", serif;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-body h4 {
  font-family: "Radley", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #304369;
  margin: 0 0 0.15rem;
}
.step-body p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.step-arrow {
  color: #304369;
  opacity: 0.35;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .step-arrow {
    transform: rotate(90deg);
  }
  .step-arrow svg {
    width: 24px;
    height: 24px;
  }
}

.formats-banner {
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}

.formats-marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  font-family: "Radley", serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #304369;
  opacity: 0.5;
  text-transform: uppercase;
}
.formats-marquee .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #304369;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .formats-marquee {
    font-size: 0.8rem;
    gap: 0.4rem 0.8rem;
  }
}

.ereader-highlight {
  padding: 1rem 0 2.5rem;
  position: relative;
  z-index: 2;
}

.ereader-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(48, 67, 105, 0.08);
}
@media (max-width: 768px) {
  .ereader-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    gap: 1rem;
  }
}

.ereader-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  background: #D9E4FC;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #304369;
}

.ereader-text {
  flex: 1;
}
.ereader-text h3 {
  font-family: "Radley", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #304369;
  margin: 0 0 0.3rem;
}
.ereader-text p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.ereader-cta {
  white-space: nowrap;
  padding: 0.65rem 1.6rem;
  background: #304369;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Radley", serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: opacity 0.2s, transform 0.2s;
}
.ereader-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ereader-cta {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.trust-stats {
  padding: 1rem 0 3rem;
  position: relative;
  z-index: 2;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .stats-row {
    gap: 1.5rem 2rem;
  }
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
}

.stat-value {
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #304369;
  display: flex;
  align-items: center;
}
.stat-value svg {
  fill: #304369;
}

.stat-label {
  font-size: 0.82rem;
  color: #888;
  max-width: 120px;
  line-height: 1.3;
}

.demo-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 248, 255, 0.9) 100%);
  padding: 4rem 0;
  margin: 3rem 0;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .demo-section {
    padding: 2rem 0;
    margin: 2rem 0;
  }
}

.section-title {
  font-family: "Radley", serif;
  font-size: 2.5rem;
  color: #304369;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 1rem;
  }
}

.flipbook-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .flipbook-container {
    padding: 1rem;
  }
}

.flipbook {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1024px) {
  .flipbook {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .flipbook {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .flipbook {
    height: 300px;
  }
}

.flipbook-page {
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flipbook-page {
    padding: 1rem;
  }
}
.flipbook-page h3 {
  font-size: 1.8rem;
  color: #304369;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .flipbook-page h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .flipbook-page h3 {
    font-size: 1.1rem;
  }
}
.flipbook-page p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  text-align: center;
  max-width: 80%;
}
@media (max-width: 768px) {
  .flipbook-page p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .flipbook-page p {
    font-size: 0.85rem;
    max-width: 90%;
  }
}
.flipbook-page .page-emoji {
  font-size: 4rem;
  margin-bottom: 1rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .flipbook-page .page-emoji {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .flipbook-page .page-emoji {
    font-size: 2.5rem;
  }
}
.flipbook-page.cover-page {
  background: linear-gradient(135deg, #6e83ac 0%, #5a72a0 100%);
  color: white;
}
.flipbook-page.cover-page h3, .flipbook-page.cover-page p {
  color: white;
}
.flipbook-page .format-badge {
  display: inline-block;
  background: #D9E4FC;
  color: #304369;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.flipbook-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .flipbook-controls {
    gap: 1rem;
  }
}

.control-btn {
  background: linear-gradient(135deg, #6e83ac 0%, #5a72a0 100%);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(110, 131, 172, 0.3);
}
@media (max-width: 480px) {
  .control-btn {
    width: 40px;
    height: 40px;
  }
  .control-btn svg {
    width: 20px;
    height: 20px;
  }
}
.control-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(110, 131, 172, 0.4);
}
.control-btn:active {
  transform: scale(0.95);
}
.control-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.control-btn svg {
  stroke: white;
}

.page-info {
  font-size: 1.1rem;
  font-weight: 600;
  color: #304369;
  min-width: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .page-info {
    font-size: 0.95rem;
  }
}

.demo-hint {
  text-align: center;
  color: #888;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  font-style: italic;
}
@media (max-width: 480px) {
  .demo-hint {
    font-size: 0.85rem;
  }
}

.flipbook .stf__item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flipbook .stf__pageFlip {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.flipbook-demo-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flipbook-demo-section {
    padding: 2rem 0;
  }
}

.flipbook-header {
  text-align: center;
  margin-bottom: 2rem;
}
.flipbook-header h3 {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.flipbook-header h3 strong {
  color: #304369;
  font-weight: 600;
}
@media (max-width: 768px) {
  .flipbook-header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .flipbook-header h3 {
    font-size: 1.3rem;
  }
}

.flipbook-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.magazine-viewport {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 20px;
  padding: 4rem;
  margin-bottom: 2rem;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  backdrop-filter: blur(10px);
}
.magazine-viewport:fullscreen, .magazine-viewport:-webkit-full-screen, .magazine-viewport:-moz-full-screen, .magazine-viewport:-ms-fullscreen {
  background: white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.magazine-viewport:fullscreen .flipbook-spread, .magazine-viewport:-webkit-full-screen .flipbook-spread, .magazine-viewport:-moz-full-screen .flipbook-spread, .magazine-viewport:-ms-fullscreen .flipbook-spread {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  width: 96vw;
  height: 95vh;
  max-width: none;
  max-height: none;
}
.magazine-viewport:fullscreen .flipbook-page, .magazine-viewport:-webkit-full-screen .flipbook-page, .magazine-viewport:-moz-full-screen .flipbook-page, .magazine-viewport:-ms-fullscreen .flipbook-page {
  width: 48vw !important;
  height: 95vh !important;
  max-width: none;
  max-height: none;
}
.magazine-viewport:fullscreen .flipbook-page canvas, .magazine-viewport:-webkit-full-screen .flipbook-page canvas, .magazine-viewport:-moz-full-screen .flipbook-page canvas, .magazine-viewport:-ms-fullscreen .flipbook-page canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media (max-width: 768px) {
  .magazine-viewport {
    padding: 2rem 1.5rem;
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .magazine-viewport {
    padding: 1.5rem 0.5rem;
    min-height: auto;
    border-radius: 12px;
  }
}

.flipbook-spread {
  position: relative;
  display: flex;
  gap: 0;
  perspective: 3000px;
  transform-style: preserve-3d;
  box-shadow: 0 12px 35px rgba(48, 67, 105, 0.15), 0 6px 18px rgba(48, 67, 105, 0.1);
  background: transparent;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.flipbook-spread:hover {
  box-shadow: 0 15px 45px rgba(48, 67, 105, 0.2), 0 8px 22px rgba(48, 67, 105, 0.12);
}

.flipbook-page {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  position: relative;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s ease;
  transform-style: preserve-3d;
  flex-shrink: 0;
  overflow: visible;
  box-shadow: 0 4px 12px rgba(48, 67, 105, 0.08);
  width: 420px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  will-change: transform;
}
.flipbook-page.left {
  transform-origin: right center;
  border-right: 1px solid rgba(48, 67, 105, 0.06);
  box-shadow: 2px 0 6px rgba(48, 67, 105, 0.06);
}
.flipbook-page.left:hover {
  box-shadow: 3px 0 10px rgba(48, 67, 105, 0.08);
}
.flipbook-page.right {
  transform-origin: left center;
  border-left: 1px solid rgba(48, 67, 105, 0.06);
  box-shadow: -2px 0 6px rgba(48, 67, 105, 0.06);
}
.flipbook-page.right:hover {
  box-shadow: -3px 0 10px rgba(48, 67, 105, 0.08);
}
.flipbook-page.empty {
  background: linear-gradient(135deg, #f8f8f8 0%, #fafafa 50%, #fcfcfc 100%);
  box-shadow: inset -5px 0 15px rgba(0, 0, 0, 0.03);
}
.flipbook-page.flipping {
  animation: pageFlipForward 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 10;
}
.flipbook-page.flipping-back {
  animation: pageFlipBackward 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 10;
}
.flipbook-page canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@media (max-width: 768px) {
  .flipbook-page {
    width: 300px;
    height: 430px;
  }
}
@media (max-width: 480px) {
  .flipbook-page {
    width: calc(50vw - 20px);
    height: calc((50vw - 20px) * 1.42);
  }
}

.page-curl {
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.page-curl.page-curl-next {
  bottom: 0;
  right: 0;
}
.page-curl.page-curl-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent rgba(220, 220, 220, 0.95) transparent;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.25), -1px 1px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: bottom right;
  filter: drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.1));
}
.page-curl.page-curl-next::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 53px 53px;
  border-color: transparent transparent #ffffff transparent;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgb(250, 250, 250) 100%);
}
.page-curl.page-curl-next:hover {
  width: 110px;
  height: 110px;
}
.page-curl.page-curl-next:hover::before {
  border-width: 0 0 95px 95px;
  box-shadow: -5px 5px 18px rgba(0, 0, 0, 0.35), -2px 2px 8px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.15));
}
.page-curl.page-curl-next:hover::after {
  border-width: 0 0 93px 93px;
}
.page-curl.page-curl-next:active {
  transform: scale(0.98);
}
.page-curl.page-curl-prev {
  bottom: 0;
  left: 0;
}
.page-curl.page-curl-prev::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent rgba(220, 220, 220, 0.95) transparent transparent;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25), 1px 1px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: bottom left;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
.page-curl.page-curl-prev::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 53px 53px 0;
  border-color: transparent #ffffff transparent transparent;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: linear-gradient(225deg, rgba(255, 255, 255, 0.95) 0%, rgb(250, 250, 250) 100%);
}
.page-curl.page-curl-prev:hover {
  width: 110px;
  height: 110px;
}
.page-curl.page-curl-prev:hover::before {
  border-width: 0 95px 95px 0;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.35), 2px 2px 8px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
}
.page-curl.page-curl-prev:hover::after {
  border-width: 0 93px 93px 0;
}
.page-curl.page-curl-prev:active {
  transform: scale(0.98);
}

.flipbook-page.left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
  z-index: 1;
}

.flipbook-page.right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
  z-index: 1;
}

.flipbook-spread.cover-mode {
  justify-content: center;
  background: transparent;
  box-shadow: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.flipbook-spread.cover-mode .flipbook-page {
  flex: 0 0 auto;
  max-width: 420px;
  box-shadow: 0 15px 50px rgba(48, 67, 105, 0.2), 0 8px 25px rgba(48, 67, 105, 0.15), 0 0 1px rgba(48, 67, 105, 0.1);
  transform: translateY(0) rotateX(0deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.flipbook-spread.cover-mode .flipbook-page:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 20px 60px rgba(48, 67, 105, 0.25), 0 10px 30px rgba(48, 67, 105, 0.18), 0 0 1px rgba(48, 67, 105, 0.12);
}
.flipbook-spread.cover-mode .flipbook-page.center::before {
  display: none;
}
@media (max-width: 768px) {
  .flipbook-spread.cover-mode .flipbook-page {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .flipbook-spread.cover-mode .flipbook-page {
    width: 70vw;
    height: 99.4vw;
    max-width: none;
  }
}

.flipbook-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
  z-index: 100;
}
.flipbook-loading .spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #304369;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.flipbook-loading p {
  font-size: 1rem;
  color: #888;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pageFlipForward {
  0% {
    transform: perspective(3000px) rotateY(0deg);
    box-shadow: 0 4px 12px rgba(48, 67, 105, 0.08);
    filter: brightness(1);
  }
  25% {
    filter: brightness(0.95);
  }
  50% {
    transform: perspective(3000px) rotateY(-90deg);
    box-shadow: -12px 8px 30px rgba(48, 67, 105, 0.25);
    filter: brightness(0.9);
  }
  75% {
    filter: brightness(0.95);
  }
  100% {
    transform: perspective(3000px) rotateY(-180deg);
    box-shadow: -4px 4px 18px rgba(48, 67, 105, 0.18);
    filter: brightness(1);
  }
}
@keyframes pageFlipBackward {
  0% {
    transform: perspective(3000px) rotateY(0deg);
    box-shadow: 0 4px 12px rgba(48, 67, 105, 0.08);
    filter: brightness(1);
  }
  25% {
    filter: brightness(0.95);
  }
  50% {
    transform: perspective(3000px) rotateY(90deg);
    box-shadow: 12px 8px 30px rgba(48, 67, 105, 0.25);
    filter: brightness(0.9);
  }
  75% {
    filter: brightness(0.95);
  }
  100% {
    transform: perspective(3000px) rotateY(180deg);
    box-shadow: 4px 4px 18px rgba(48, 67, 105, 0.18);
    filter: brightness(1);
  }
}
.flipbook-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.flipbook-controls .flipbook-more-wrapper {
  display: none;
}
@media (max-width: 480px) {
  .flipbook-controls {
    gap: 0;
    padding: 0.6rem 0.8rem;
    border-radius: 40px;
    margin-top: 1rem;
    justify-content: space-between;
  }
  .flipbook-controls .flipbook-extra-btn {
    display: none !important;
  }
  .flipbook-controls .flipbook-more-wrapper {
    display: block;
  }
}

.flipbook-more-wrapper {
  position: relative;
}

.flipbook-more-btn {
  background: linear-gradient(135deg, #304369 0%, rgb(64, 89.3333333333, 140) 100%) !important;
}

.flipbook-more-menu {
  position: absolute;
  bottom: calc(100% + 12px);
  right: -8px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(48, 67, 105, 0.1);
  border-radius: 14px;
  padding: 0.5rem 0;
  min-width: 180px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1100;
}
.flipbook-more-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.flipbook-more-menu::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 18px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(48, 67, 105, 0.1);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.flipbook-more-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.7rem 1rem;
  border: none;
  background: none;
  color: #304369;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.flipbook-more-item:hover {
  background: rgba(48, 67, 105, 0.06);
  padding-left: 1.2rem;
}
.flipbook-more-item:not(:last-child) {
  border-bottom: 1px solid rgba(48, 67, 105, 0.06);
}
.flipbook-more-item svg {
  flex-shrink: 0;
  stroke: #304369;
}

.flip-btn {
  background: linear-gradient(135deg, #6e83ac 0%, #5a72a0 100%);
  color: white;
  border: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(110, 131, 172, 0.35), 0 2px 8px rgba(110, 131, 172, 0.25);
  position: relative;
  overflow: hidden;
}
.flip-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.flip-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #7a8fb8 0%, #6980ac 100%);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 28px rgba(110, 131, 172, 0.45), 0 4px 12px rgba(110, 131, 172, 0.35);
}
.flip-btn:hover:not(:disabled)::before {
  width: 100%;
  height: 100%;
}
.flip-btn:active:not(:disabled) {
  transform: translateY(-2px) scale(1.02);
  transition: all 0.1s ease;
}
.flip-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  filter: grayscale(0.5);
}
.flip-btn.sound-btn {
  background: linear-gradient(135deg, #8a9aac 0%, #7a8ba0 100%);
}
.flip-btn.sound-btn:hover {
  background: linear-gradient(135deg, #96a6b8 0%, #8697ac 100%);
}
.flip-btn svg {
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
@media (max-width: 480px) {
  .flip-btn {
    width: 38px;
    height: 38px;
    justify-self: center;
  }
  .flip-btn svg {
    width: 18px;
    height: 18px;
  }
}

.download-btn {
  background: linear-gradient(135deg, #6e83ac 0%, #5a72a0 100%);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(110, 131, 172, 0.3);
  text-decoration: none;
}
.download-btn:hover {
  background: linear-gradient(135deg, #7a8fb8 0%, #6980ac 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(110, 131, 172, 0.4);
}
.download-btn:active {
  transform: translateY(0);
}
.download-btn svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 480px) {
  .download-btn {
    width: 38px;
    height: 38px;
    justify-self: center;
  }
  .download-btn svg {
    width: 18px;
    height: 18px;
  }
}

.page-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #304369;
  min-width: 100px;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.page-number:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .page-number {
    font-size: 0.75rem;
    min-width: 50%;
    flex: 0 1 auto;
    border-radius: 16px;
  }
}

.flipbook-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  max-width: 600px;
  margin: 3rem auto 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.flipbook-cta p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .flipbook-cta p {
    font-size: 1rem;
  }
}
.flipbook-cta .cta-button {
  background: linear-gradient(135deg, #6e83ac 0%, #5a72a0 100%);
  color: white;
  padding: 1rem 3rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(110, 131, 172, 0.3);
}
.flipbook-cta .cta-button:hover {
  background: linear-gradient(135deg, #7a8fb8 0%, #6980ac 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(110, 131, 172, 0.4);
}
.flipbook-cta .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .flipbook-cta .cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .flipbook-cta {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .flipbook-spread {
    width: 90vw !important;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .flipbook-spread {
    width: 95vw !important;
    max-width: 400px;
    transform: scale(1.25);
  }
}
.site-footer {
  background-color: #304369;
  padding: 2rem 0;
  margin-top: 4rem;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-content p {
  margin: 0.5rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}
.site-footer .footer-content p a {
  color: #D9E4FC;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.site-footer .footer-content p a:hover {
  color: rgb(220.8, 230.7, 252.3);
  border-bottom: 2px solid #D9E4FC;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 1.5rem 0;
    margin-top: 3rem;
  }
  .site-footer .footer-content p {
    font-size: 0.9rem;
  }
}
