/* ===== 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;
}

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

.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: 2.7rem !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.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.25rem;
  margin-bottom: 0.8rem;
  color: #202f55;
	 font-weight: 800;
}

.lp-card p {
  color: #333;
}

.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: #00afcc;
  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%;
  }
}



/* ===== study abroad additional content ===== */
.lp-section-heading {
  max-width: 860px;
}

.lp-mini-message {
  background: #fff;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  padding: 1rem 1.2rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.04);
}

.lp-section-cta {
  background: #f8fbff;
  border: 1px solid #dfe8f6;
  border-radius: 20px;
  padding: 1.2rem 1.3rem;
}

.lp-plan-table th:first-child,
.lp-plan-table td:first-child {
  min-width: 180px;
}

.lp-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.lp-support-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e50a2 0%, #2b6bd6 100%);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.lp-support-card h3,
.lp-story-card h3,
.lp-life-card h3 {
  color: #202f55;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
	font-weight: 800;
}

.lp-parent-note {
  background: rgba(255,255,255,0.9);
  border: 1px solid #dbe6f6;
  border-radius: 20px;
  padding: 1.2rem 1.3rem;
}

.lp-parent-note h3 {
  color: #1e50a2;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
	font-weight: 800;
}

.lp-life-card {
  min-height: 100%;
}

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

.lp-story-tag {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #e9f1ff;
  color: #1e50a2;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

@media (max-width: 991.98px) {
  .lp-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .lp-support-grid {
    grid-template-columns: 1fr;
  }

  .lp-section-cta,
  .lp-mini-message,
  .lp-parent-note {
    padding: 1rem;
  }

  .lp-support-card,
  .lp-story-card {
    padding: 1.15rem;
  }
}


/* ===== Empathy / worry section ===== */
.lp-worry-section {
  background:
    linear-gradient(rgba(220, 231, 247, 0.65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 231, 247, 0.65) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.lp-worry-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 1.5rem;
  box-shadow: 0 20px 48px rgba(21, 45, 95, 0.08);
}

.lp-worry-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #ffe69a;
  color: #6e5400;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.lp-title--worry {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 1.4rem !important;
  font-size: clamp(1.9rem, 3.3vw, 2.8rem) !important;
  line-height: 1.35;
}

.lp-worry-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.lp-worry-list li {
  position: relative;
  padding-left: 2.55rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  color: #25355e;
}

.lp-worry-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.18rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: #1e50a2;
  box-shadow: 0 8px 18px rgba(30, 80, 162, 0.2);
}

.lp-worry-list li::after {
  content: '✓';
  position: absolute;
  left: 0.42rem;
  top: 0.12rem;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 800;
}

.lp-worry-text {
  max-width: 95%;
  margin-bottom: 0;
}

.lp-worry-text strong {
  color: #1e50a2;
}

.lp-mini-message--worry {
  background: #f7fbff;
  border: 1px solid #d9e6f8;
  border-radius: 20px;
}

.lp-worry-visual {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.25rem 1rem 0;
}

.lp-worry-shape {
  position: absolute;
  border-radius: 32px;
}

.lp-worry-shape--back {
  width: 78%;
  height: 78%;
  right: 6%;
  top: 6%;
  background: #d9eaff;
}

.lp-worry-shape--front {
  width: 68%;
  height: 74%;
  left: 12%;
  bottom: 4%;
  background: linear-gradient(180deg, #eef5ff 0%, #dceaff 100%);
}

.lp-worry-photo {
  position: relative;
  z-index: 2;
  display: block;
  max-width: min(100%, 360px);
  max-height: 470px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 26px rgba(21, 45, 95, 0.16));
}

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

@media (max-width: 991.98px) {
  .lp-worry-card {
    border-radius: 28px;
  }

  .lp-worry-text {
    max-width: 100%;
  }

  .lp-worry-visual {
    min-height: 360px;
    margin-top: 0.5rem;
  }

  .lp-worry-photo {
    max-height: 400px;
  }
}

@media (max-width: 575.98px) {
  .lp-worry-card {
    padding: 1.25rem;
  }

  .lp-worry-list li {
    font-size: 0.95rem;
    padding-left: 2.3rem;
  }

  .lp-worry-visual {
    min-height: 320px;
    padding-top: 0.5rem;
  }

  .lp-worry-shape--back {
    width: 84%;
    height: 78%;
    right: 3%;
  }

  .lp-worry-shape--front {
    width: 74%;
    left: 8%;
  }

  .lp-worry-photo {
    max-width: 280px;
    max-height: 340px;
  }
}


/* ===== study abroad 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;
  }
}

/* ===== study abroad redesign updates ===== */
@media (max-width: 767.98px) {
  .lp-hero-card--bg {
    align-items: flex-start;
    min-height: min(30svh, 240px);
    padding: 2.45rem 0 0.95rem;
    background: url('../img/hero_bg_placeholder.jpg') 71% 36% / cover no-repeat;
  }

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

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

  .lp-hero-lead {
    font-size: 0.8rem;
    line-height: 1.42;
    margin-bottom: 0.45rem;
  }

  .lp-hero-text {
    font-size: 0.72rem;
    line-height: 1.44;
  }

  .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.68rem 0.8rem;
    font-size: 0.84rem;
  }
}

.lp-balance-grid,
.lp-future-grid {
  row-gap: 1.6rem;
}

.lp-balance-card,
.lp-future-reason-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e3ef;
  border-radius: 28px;
  padding: 1.5rem 1.35rem 1.3rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 54%, var(--card-soft, #f6f9fc) 100%);
  box-shadow: 0 18px 36px rgba(21, 45, 95, 0.06);
}

.lp-balance-card::before,
.lp-future-reason-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--card-accent, #6f8fb2) 0%, var(--card-accent-soft, #9fb5cc) 100%);
}

.lp-balance-card--period,
.lp-future-reason-card--skills {
  --card-accent: #6c8faf;
  --card-accent-soft: #96adc6;
  --card-soft: #f2f7fb;
}

.lp-balance-card--credits,
.lp-future-reason-card--culture {
  --card-accent: #6f9e97;
  --card-accent-soft: #9dbab5;
  --card-soft: #f2f8f6;
}

.lp-balance-card--activity,
.lp-future-reason-card--expression {
  --card-accent: #b6946a;
  --card-accent-soft: #d1b597;
  --card-soft: #fbf6ef;
}

.lp-future-reason-card--action {
  --card-accent: #8e86aa;
  --card-accent-soft: #b3acc7;
  --card-soft: #f5f3f9;
}

.lp-card-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.92) 100%);
  border: 1px solid rgba(214, 224, 235, 0.92);
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
}

.lp-card-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--card-accent, #6f8fb2);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-balance-kicker,
.lp-future-reason-card .label {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.78rem;
  border-radius: 999px;
  margin-bottom: 0.82rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(215, 225, 236, 0.95);
  color: var(--card-accent, #6f8fb2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-balance-card h3,
.lp-future-reason-card .value {
  color: #223456;
  font-weight: 800;
  line-height: 1.35;
}

.lp-balance-card h3 {
  margin-bottom: 0.72rem;
  font-size: 1.28rem;
}

.lp-future-reason-card .value {
  display: block;
  margin: 0 0 0.72rem;
  font-size: 1.48rem;
}

.lp-balance-card p,
.lp-future-reason-card p {
  margin-bottom: 0;
  color: #52627d;
  line-height: 1.84;
}

.lp-step-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.lp-step-flow-card {
  position: relative;
  border: 1px solid #d9e3ef;
  border-radius: 26px;
  padding: 1.28rem 1.08rem 1.14rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 54%, var(--step-soft, #f6f9fc) 100%);
  box-shadow: 0 18px 34px rgba(21, 45, 95, 0.06);
}

.lp-step-flow-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--step-accent, #6f8fb2) 0%, var(--step-accent-soft, #9fb5cc) 100%);
}

.lp-step-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  right: -0.78rem;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--step-accent, #6f8fb2);
  border-right: 3px solid var(--step-accent, #6f8fb2);
  transform: rotate(45deg);
}

.lp-step-flow-card--one {
  --step-accent: #6c8faf;
  --step-accent-soft: #96adc6;
  --step-soft: #f2f7fb;
}

.lp-step-flow-card--two {
  --step-accent: #6f9e97;
  --step-accent-soft: #9dbab5;
  --step-soft: #f2f8f6;
}

.lp-step-flow-card--three {
  --step-accent: #b6946a;
  --step-accent-soft: #d1b597;
  --step-soft: #fbf6ef;
}

.lp-step-flow-card--four {
  --step-accent: #8e86aa;
  --step-accent-soft: #b3acc7;
  --step-soft: #f5f3f9;
}

.lp-step-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.74rem;
  border-radius: 999px;
  margin-bottom: 0.88rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(215, 225, 236, 0.95);
  color: var(--step-accent, #6f8fb2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-step-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.92rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.92) 100%);
  border: 1px solid rgba(214, 224, 235, 0.92);
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
}

.lp-step-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--step-accent, #6f8fb2);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-step-flow-card h3 {
  margin-bottom: 0.66rem;
  color: #223456;
  font-size: 1.08rem;
  line-height: 1.45;
  font-weight: 800;
}

.lp-step-flow-card p {
  margin-bottom: 0;
  color: #52627d;
  font-size: 0.95rem;
  line-height: 1.76;
}

@media (max-width: 991.98px) {
  .lp-step-flow {
    grid-template-columns: 1fr;
  }

  .lp-step-flow-card:not(:last-child)::after {
    top: auto;
    right: auto;
    left: calc(50% - 7px);
    bottom: -0.8rem;
    border-top: 0;
    border-right: 3px solid var(--step-accent, #58a7ff);
    border-bottom: 3px solid var(--step-accent, #58a7ff);
    transform: rotate(45deg);
  }
}

@media (max-width: 767.98px) {
  .lp-balance-card,
  .lp-future-reason-card,
  .lp-step-flow-card {
    border-radius: 24px;
    padding: 1.2rem 1.05rem 1.05rem;
  }

  .lp-card-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 0.85rem;
    border-radius: 22px;
  }

  .lp-card-icon svg {
    width: 42px;
    height: 42px;
  }

  .lp-balance-card h3,
  .lp-step-flow-card h3 {
    font-size: 1.14rem;
	  font-weight: 800;
  }

  .lp-future-reason-card .value {
    font-size: 1.38rem;
  }

  .lp-balance-card p,
  .lp-future-reason-card p,
  .lp-step-flow-card p {
    font-size: 0.92rem;
    line-height: 1.72;
  }
}
