/* ===== 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: 2.4rem !important;
  color: #202f55 !important;
	font-weight: 800;
}

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

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

.lp-hero-text,
.lp-text,
.lp-small-text,
.faq-intro p,
.faq-answer {
  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 #20b2aa;
	font-weight: 800;
}
@media (max-width: 767.98px) {
  .lp-title {
    font-size: 1.5rem !important;
    line-height: 1.35;
  }
}

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


.lp-results-panels .lp-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: min(100%, 290px);
  padding: 0.7rem 1.8rem 0.7rem 1.2rem;
  border-radius: 14px 999px 999px 14px;
  margin-bottom: 1rem;
  font-weight: 800;
  overflow: visible;
}

.lp-results-panels .lp-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  border-radius: 14px 0 0 14px;
}

.lp-results-panels .lp-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.lp-subtitle--results {
  background: linear-gradient(135deg, #eaf2ff 0%, #dce9ff 100%);
  color: #1e50a2;
  box-shadow: inset 0 0 0 1px #cddcf6;
}

.lp-subtitle--results::before {
  background: #9ebef2;
}

.lp-subtitle--results::after {
  border-left: 18px solid #dce9ff;
}

.lp-subtitle--recommend {
  background: linear-gradient(135deg, #e5f8ef 0%, #c9efd9 100%);
  color: #18724d;
  box-shadow: inset 0 0 0 1px #b7e1c8;
}

.lp-subtitle--recommend::before {
  background: #63b98c;
}

.lp-subtitle--recommend::after {
  border-left: 18px solid #c9efd9;
}

.lp-results-panels .lp-panel--blue .lp-badge {
  background: #eef9f2;
  border-color: #c9e8d6;
  color: #18724d;
}

@media (max-width: 767.98px) {
  .lp-results-panels .lp-subtitle {
    min-width: calc(100% - 18px);
  }
}

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

.lp-card,
.lp-route-card,
.lp-number-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,
.lp-route-card h3,
.lp-number-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #202f55;
	 font-weight: 800;
}

.lp-card p,
.lp-route-card p,
.lp-number-card p {
  color: #4d5b77;
  margin-bottom: 0;
}

.lp-card--feature {
  border-top: 4px solid #1e50a2;
}


.lp-card[class*="lp-card--pastel-"] {
  border-color: transparent;
}

.lp-card--pastel-peach {
  background: #fff2eb;
  border-color: #ffd8c8;
}

.lp-card--pastel-yellow {
  background: #fff8da;
  border-color: #f4e4a2;
}

.lp-card--pastel-mint {
  background: #eaf9f1;
  border-color: #c9ecd9;
}

.lp-card--pastel-blue {
  background: #ecf4ff;
  border-color: #cdddff;
}

.lp-card--pastel-lilac {
  background: #f2eeff;
  border-color: #ddd1ff;
}

.lp-card--pastel-pink {
  background: #fff0f5;
  border-color: #f6d2df;
}

.lp-number-card {
  position: relative;
  padding-top: 4.2rem;
}

.lp-number-card__num {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 34px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: #e8f0ff;
  color: #1e50a2;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}


.lp-exam-prep-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.lp-exam-prep-item {
  background: #fff;
  border: 1px solid #dfe7f5;
  border-radius: 20px;
  padding: 1.4rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
  min-width: 0;
}

.lp-exam-prep-item h3 {
  margin: 0 0 0.8rem;
  color: #202f55;
  font-size: 1.28rem;
  line-height: 1.5;
	 font-weight: 800;
}

.lp-exam-prep-item p {
  margin: 0;
  color: #333;
  line-height: 1.9;
}

.lp-exam-prep-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 34px;
  padding: 0 0.85rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #e8f0ff;
  color: #1e50a2;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-note-box--exam {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .lp-exam-prep-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .lp-exam-prep-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-note-box {
  background: #dbe6f8;
  border: 1px solid #dbe6f8;
  border-radius: 18px;
  padding: 1rem 1.2rem;
  color: #4d5b77;
}

.lp-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.lp-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #d7e3f7;
  color: #1e50a2;
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 1.4;
}

.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;
	 font-weight: 700;
}

.lp-check-list.compact {
  margin-top: 0.6rem;
}

.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-panel--warm .lp-check-list li::before {
  content: "✓";
  top: 0.15rem;
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #31b27c;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(49, 178, 124, 0.22);
}

.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-results-highlight {
  align-items: stretch;
}

.lp-results-visual {
  height: 100%;
}

.lp-results-stats {
  row-gap: 1.5rem;
}

.lp-image-placeholder--results {
  min-height: 220px;
  height: 100%;
  border: 1px solid #d7e3f7;
  border-radius: 22px;
  background: linear-gradient(135deg, #f7fbff 0%, #edf4ff 100%);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.75rem 0.75rem 0;
}

.lp-results-photo {
  display: block;
  width: 100%;
  max-width: 255px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(30, 80, 162, 0.12));
}

.lp-results-panels {
  align-items: stretch;
}

@media (min-width: 992px) {
  .lp-results-stats {
    height: 100%;
    align-content: stretch;
  }

  .lp-image-placeholder--results {
    min-height: 100%;
  }

  .lp-results-panels .lp-panel {
    height: 100%;
  }

  .lp-results-photo {
    max-width: 290px;
  }
}

.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;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

  .lp-number-card {
    padding-top: 4rem;
  }

  .lp-exam-prep-item {
    padding: 1.2rem;
  }

  .lp-card,
  .lp-route-card,
  .lp-number-card,
  .lp-panel,
  .lp-contact-box {
    padding: 1.2rem;
  }
}

/* ===== 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: #ff69b4;
  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;
  text-shadow:
    -2px -2px 0 rgba(255, 255, 255, 0.96),
     2px -2px 0 rgba(255, 255, 255, 0.96),
    -2px  2px 0 rgba(255, 255, 255, 0.96),
     2px  2px 0 rgba(255, 255, 255, 0.96),
     0 8px 20px rgba(255, 255, 255, 0.3);
}
.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-hero-card--bg {
    align-items: flex-start;
    min-height: min(36svh, 280px);
    padding: 2.55rem 0 1rem;
    background: url('../img/hero_bg_placeholder.jpg') 72% 44% / cover no-repeat;
  }

  .lp-hero-content {
    max-width: 20.5rem;
    padding-top: 0;
  }

  .lp-hero-title {
    font-size: 1.42rem !important;
    line-height: 1.2;
    margin-bottom: 0.45rem !important;
  }

  .lp-hero-lead {
    max-width: 13.75rem;
    font-size: 0.8rem;
    line-height: 1.45;
    margin-bottom: 0.5rem;
  }

  .lp-hero-text {
    font-size: 0.74rem;
    line-height: 1.46;
  }

  .lp-btn-wrap {
    margin-top: 0.7rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }

  .lp-btn {
    width: 100%;
    flex: 1 1 100%;
    padding: 0.66rem 0.85rem;
    font-size: 0.84rem;
  }

  .lp-banner-cta-section {
    padding-top: 0;
  }

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

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

/* ===== route redesign with colorful line icons ===== */
.lp-route-grid {
  row-gap: 1.6rem;
}

.lp-route-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce8f6;
  border-radius: 28px;
  padding: 1.45rem 1.35rem 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 16px 36px rgba(21, 45, 95, 0.08);
}

.lp-route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--route-accent, #6aa7ff);
}

.lp-route-card--essay {
  --route-accent: #ff9f7f;
  --route-soft: #fff1ea;
}

.lp-route-card--school {
  --route-accent: #6c8cff;
  --route-soft: #edf1ff;
}

.lp-route-card--english {
  --route-accent: #32b7a5;
  --route-soft: #e8fbf6;
}

.lp-route-card--global {
  --route-accent: #b38cff;
  --route-soft: #f3edff;
}

.lp-route-icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 24px;
  background: var(--route-soft, #eef5ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 12px 28px rgba(21, 45, 95, 0.08);
}

.lp-route-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--route-accent, #6aa7ff);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-route-card-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  background: var(--route-soft, #eef5ff);
  color: var(--route-accent, #6aa7ff);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-route-card h3 {
  margin-bottom: 0.72rem;
  font-size: 1.38rem;
  line-height: 1.35;
}

.lp-route-card p {
  font-size: 0.98rem;
  line-height: 1.82;
}

@media (max-width: 767.98px) {
  .lp-route-card {
    border-radius: 24px;
    padding: 1.25rem 1.1rem 1.12rem;
  }

  .lp-route-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 0.85rem;
    border-radius: 20px;
  }

  .lp-route-icon svg {
    width: 44px;
    height: 44px;
  }

  .lp-route-card-kicker {
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
  }

  .lp-route-card h3 {
    font-size: 1.22rem;
    margin-bottom: 0.55rem;
  }

  .lp-route-card p {
    font-size: 0.92rem;
    line-height: 1.72;
  }
}
