/* ===== Added content page styles ===== */
.lp-page {
  background: #f7f9fc;
}

.lp-page .container,
.faq-page .container {
  max-width: 1100px;
}

.lp-section,
.faq-section,
.lp-contact-section {
  padding: 2.5rem 0.75rem;
}

@media (min-width: 768px) {
  .lp-section,
  .faq-section,
  .lp-contact-section {
    padding: 4rem 1rem;
  }
}

.lp-hero {
  padding: 2rem 0 1rem;
}

.lp-hero-card {
  background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  border-radius: 28px;
  padding: 2rem 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.08);
}

@media (min-width: 768px) {
  .lp-hero-card {
    padding: 3rem;
  }
}

.lp-label {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #e7efff;
  color: #1e50a2;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.lp-hero-title {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  border-left: none !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1.4;
  font-size: 2rem !important;
  color: #202f55 !important;
	 font-weight: 800;
}

@media (min-width: 768px) {
  .lp-hero-title {
    font-size: 3.2rem !important;
  }
}

.lp-hero-lead {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e50a2;
  margin-bottom: 1rem;
}

.lp-hero-text,
.lp-text,
.lp-small-text,
.faq-intro p {
  color: #4d5b77;
  line-height: 1.9;
}

.lp-small-text {
  font-size: 0.95rem;
}

.lp-btn-wrap {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid #1e50a2;
}

.lp-btn--primary {
  color: #fff !important;
  background: #1e50a2;
}

.lp-btn--secondary {
  color: #1e50a2 !important;
  background: #fff;
}

.lp-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.lp-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background: repeating-linear-gradient(
    45deg,
    #f5f7fb,
    #f5f7fb 12px,
    #edf2f9 12px,
    #edf2f9 24px
  );
  border: 2px dashed #c7d4e9;
  border-radius: 22px;
  color: #7a8baa;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.lp-panel {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.06);
  height: 100%;
}

@media (min-width: 768px) {
  .lp-panel {
    padding: 2rem;
  }
}

.lp-panel--blue {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.lp-panel--warm {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f0 100%);
}

.lp-title {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
  padding-bottom: 0.75rem;
  font-size: 3rem !important;
  line-height: 1.4;
  color: #202f55;
  border-bottom: 1px solid #2cb4ad;
	font-weight: 800;
}
@media (max-width: 767.98px) {
  .lp-title {
    font-size: 1.5rem !important;
    line-height: 1.35;
  }
}

.lp-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e50a2;
  margin-bottom: 0.75rem;
}

.lp-card-grid {
  row-gap: 1.5rem;
}

.lp-card {
  background: #fff;
  border: 1px solid #e4ebf5;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
  height: 100%;
}

.lp-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  color: #202f55;
}

.lp-card p {
  color: #4d5b77;
}

.lp-check-list,
.lp-step-list,
.lp-faq-list,
.lp-time-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.lp-check-list li,
.lp-step-list li,
.lp-time-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
  color: #33415c;
}

.lp-check-list li::before,
.lp-step-list li::before,
.lp-time-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1e50a2;
}

.lp-step-list .step-no {
  display: inline-block;
  min-width: 78px;
  margin-right: 0.5rem;
  color: #1e50a2;
  font-weight: 700;
}

.lp-data-box {
  text-align: center;
  background: #fff;
  border: 1px solid #dde7f6;
  border-radius: 20px;
  padding: 1.6rem 1rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
  height: 100%;
}

.lp-data-box .label {
  color: #5f6f8d;
  font-size: 0.95rem;
}

.lp-data-box .value {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #1e50a2;
  font-weight: 700;
  margin: 0.5rem 0;
}

.lp-voice {
  border-left: 6px solid #1e50a2;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  background: #f8fbff;
  border-radius: 0 18px 18px 0;
}

.lp-cta-box {
  background: linear-gradient(135deg, #1e50a2 0%, #2b6bd6 100%);
  color: #fff;
  border-radius: 28px;
  padding: 2.2rem 1.5rem;
  box-shadow: 0 16px 40px rgba(30, 80, 162, 0.22);
}

.lp-cta-box h2,
.lp-cta-box p,
.lp-cta-box .lp-small-text {
  color: #fff !important;
}

.lp-cta-box .lp-btn--secondary {
  border-color: #fff;
}

.lp-anchor-nav {
  background: #fff;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  padding: 1rem 1.2rem;
}

.lp-anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.lp-anchor-nav a {
  color: #1e50a2;
  font-weight: 700;
  font-size: 0.95rem;
}

.lp-table-wrap {
  overflow-x: auto;
}

.lp-simple-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.lp-simple-table th,
.lp-simple-table td {
  border: 1px solid #dfe7f3;
  padding: 0.95rem;
  vertical-align: top;
}

.lp-simple-table th {
  background: #f4f8fd;
  width: 32%;
  color: #202f55;
}

.faq-page {
  background: #f7f9fc;
}

.faq-intro {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.06);
}

.faq-index {
  background: #fff;
  border-radius: 20px;
  padding: 1.3rem 1.5rem;
  box-shadow: 0 10px 30px rgba(21, 45, 95, 0.06);
}

.faq-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.faq-index a {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #1e50a2;
  font-weight: 700;
}

.faq-item {
  background: #fff;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  margin-bottom: 1rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.04);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 1.3rem;
  font-weight: 700;
  color: #202f55;
  position: relative;
  padding-right: 3rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #1e50a2;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 1.3rem 1.3rem;
  color: #4d5b77;
}

.lp-contact-box {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.06);
}

.lp-contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.lp-contact-list li {
  margin-bottom: 0.6rem;
  color: #33415c;
}

@media (max-width: 767.98px) {
  .lp-anchor-nav ul,
  .faq-index ul {
    flex-direction: column;
  }
}

/* ===== Full-bleed hero layout ===== */
.lp-hero--full {
  padding: 0 !important;
}

.lp-hero--full > .lp-hero-card {
  border-radius: 0;
}

.lp-hero-card--bg {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56vw;
  max-height: 720px;
  padding: 9rem 0 5rem;
  background:
  url('../img/hero_bg_placeholder.jpg') center center / cover no-repeat;
  box-shadow: none;
}

.lp-hero-card--bg .container {
  width: 100%;
  max-width: 1200px;
}

.lp-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  padding: 1rem 0;
}

.lp-hero-card--bg .lp-label {
  background: #2cb4ad;
  color: #fff;
}

.lp-hero-card--bg .lp-hero-title,
.lp-hero-card--bg .lp-hero-lead,
.lp-hero-card--bg .lp-hero-text {
  color: #202f55 !important;
}

.lp-hero-card--bg .lp-btn--secondary {
  background: rgba(255, 255, 255, 0.95);
}

@media (min-width: 1400px) {
  .lp-hero-card--bg {
    min-height: 640px;
  }
}

@media (max-width: 991.98px) {
  .lp-hero-card--bg {
    min-height: 420px;
    max-height: none;
    padding: 6.5rem 0 4rem;
    background:
   url('../img/hero_bg_placeholder.jpg') center center / cover no-repeat;
  }

  .lp-hero-content {
    max-width: 100%;
  }
}



/* ===== shared info banner ===== */
.lp-banner-cta-section {
  padding-top: 0.5rem;
}

.lp-banner-cta {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(21, 45, 95, 0.12);
  background: #eaf3ff;
}

.lp-banner-cta__image {
  display: block;
  width: 100%;
  height: auto;
}

.lp-banner-cta__link {
  position: absolute;
  display: block;
  border-radius: 999px;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
}

.lp-banner-cta__link,
.lp-banner-cta__link:hover {
  text-decoration: none;
}

.lp-banner-cta__link:focus-visible {
  outline: 3px solid rgba(30, 80, 162, 0.45);
  outline-offset: -2px;
}

.lp-banner-cta__link:hover {
  outline: none;
}

.lp-banner-cta--desktop {
  display: block;
}

.lp-banner-cta--desktop .lp-banner-cta__link--request {
  left: 8%;
  top: 75%;
  width: 26%;
  height: 10%;
}

.lp-banner-cta--desktop .lp-banner-cta__link--school {
  left: 34%;
  top: 75%;
  width: 34%;
  height: 10%;
}

.lp-banner-cta--mobile {
  display: none;
}

.lp-banner-cta--mobile .lp-banner-cta__link--request {
  left: 6%;
  top: 73%;
  width: 89%;
  height: 9%;
}

.lp-banner-cta--mobile .lp-banner-cta__link--school {
  left: 6%;
  top: 84%;
  width: 89%;
  height: 9%;
}

@media (max-width: 767.98px) {
  .lp-banner-cta-section {
    padding-top: 0;
  }

  .lp-banner-cta--desktop {
    display: none;
  }

  .lp-banner-cta--mobile {
    display: block;
    border-radius: 24px;
  }
}
