/* ===========================================================
   Life Awakening Program (LAP) page styles
   Scoped page-specific CSS — loaded only on the LAP page.
   =========================================================== */
.lap-banner {
  min-height: 90vh;
}
.lap-banner .hero-title {
  font-size: 54px;
  line-height: 1.15;
}
.lap-banner .hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  opacity: 0.92;
}

.spacing-sm {
  padding: 70px 0;
}

/* 5 pillar quick strip */
.lap-pillars-strip {
  background: linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
}
.lap-pillars-strip .cm-title {
  margin-bottom: 50px;
}
.lap-pill-card {
  background: #ffffff;
  padding: 28px 14px;
  border-radius: 18px;
  border: 2px solid #e7eef9;
  box-shadow: 0 4px 18px rgba(0, 86, 181, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
}
.lap-pill-card:hover {
  transform: translateY(-6px);
  border-color: #0056b5;
  box-shadow: 0 10px 24px rgba(0, 86, 181, 0.18);
}
.lap-pill-icon-wrap {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}
.lap-pill-card:hover .lap-pill-icon-wrap {
  transform: scale(1.08);
}
.lap-pill-icon-wrap img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 0;
  filter: brightness(0) invert(1); /* force white in case source isn't pure white */
}
.bg-pillar-agri {
  background: #66b03a;
}
.bg-pillar-fitness {
  background: #d85933;
}
.bg-pillar-team {
  background: #3cadff;
}
.bg-pillar-patriotism {
  background: #f19817;
}
.bg-pillar-peace {
  background: #a576ff;
}
.lap-pill-card h4 {
  font-family: var(--fontAnek);
  font-weight: 600;
  font-size: 16px;
  color: #0c0d0e;
  margin: 0;
  line-height: 1.3;
}

/* Lead quote */
.lap-lead-quote {
  font-size: 20px;
  line-height: 1.7;
  color: #2f3337;
  max-width: 900px;
  margin: 0 auto;
}

/* Intro blue card */
.lap-intro-card {
  padding: 50px 50px;
}
.lap-intro-card .col-content p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.75;
}
.lap-intro-card .blue-img img {
  max-height: 320px;
}

/* What cards (feature card overrides) */
.lap-what-cards {
  padding: 70px 0;
}
.lap-what-cards .feature-card-header.black {
  font-size: 17px;
  height: 70px;
}
.lap-what-cards .feature-card-body {
  font-size: 16px;
  min-height: 110px;
}
.lap-intro-foot p {
  margin-bottom: 12px;
}

/* Pillar Objectives + Lifelong accordions */
.custom-accordion.lap-accordion .accordion-item {
  border: 2px solid #cfe1ff;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
}
.custom-accordion.lap-accordion .accordion-button {
  padding: 18px 26px;
  display: flex;
  gap: 22px;
  align-items: center;
  font-weight: 600;
  font-size: 19px;
  color: #0c0d0e;
  background: #ffffff;
}
.custom-accordion.lap-accordion .accordion-button:not(.collapsed) {
  background: #0056b5;
  color: #fff;
}
.custom-accordion.lap-accordion .accordion-collapse .accordion-body {
  background: #ffffff;
  color: #2f3337;
  padding: 28px 30px;
}
.custom-accordion.lap-accordion .accordion-body p {
  color: #2f3337;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 400;
}
.custom-accordion.lap-accordion .accordion-body .lap-list {
  padding-left: 22px;
  margin-bottom: 14px;
}
.custom-accordion.lap-accordion .accordion-body .lap-list li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #2f3337;
}
.custom-accordion.lap-accordion .lap-foundation {
  color: #0056b5;
  font-size: 15px;
  border-top: 1px dashed #cfe1ff;
  padding-top: 12px;
  margin-top: 8px;
}
.lap-acc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f19817;
  color: #fff;
  font-family: var(--fontAnek);
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.lap-accordion .accordion-button:not(.collapsed) .lap-acc-num {
  background: #ffffff;
  color: #0056b5;
}
.lap-acc-title {
  font-family: var(--fontAnek);
}

/* Awakening section (blue bg) */
.lap-awakening {
  background: #0056b5;
}
.lap-awakening .span-blue {
  color: #f19817;
}
.lap-section-sub {
  font-size: 18px;
  line-height: 1.6;
}
.lap-sub-head {
  font-size: 32px;
  color: #ffffff;
}
.text-dark-blue {
  color: #0056b5 !important;
}
.lap-awaken-card {
  background: #ffffff;
  color: #2f3337;
  border-radius: 18px;
  padding: 30px 26px;
  height: 100%;
  position: relative;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.lap-awaken-card:hover {
  transform: translateY(-5px);
}
.lap-awaken-num {
  position: absolute;
  top: -18px;
  left: 24px;
  background: #f19817;
  color: #fff;
  font-family: var(--fontAnek);
  font-weight: 700;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.lap-awaken-card h4 {
  font-family: var(--fontAnek);
  font-weight: 700;
  font-size: 20px;
  color: #0c0d0e;
  margin: 10px 0 4px 0;
}
.lap-awaken-card h5 {
  font-family: var(--fontAnek);
  font-weight: 500;
  font-size: 15px;
  color: #0056b5;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}
.lap-awaken-card p {
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 8px;
}
.lap-awaken-card ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.lap-awaken-card ul li {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 4px;
}

/* How the change section */
.lap-howchange .lap-bold-line {
  font-size: 17px;
  line-height: 1.7;
  color: #0056b5;
  border-left: 4px solid #f19817;
  padding-left: 16px;
  margin-bottom: 22px;
}
.lap-howchange-img img {
  max-height: 380px;
}
.lap-tick-list {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 18px 0;
}
.lap-tick-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.lap-tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f19817;
  background-image: linear-gradient(135deg, #f19817 0%, #ffb84d 100%);
}
.lap-tick-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.lap-youwill-card {
  background: linear-gradient(135deg, #0056b5 0%, #007ad6 100%);
  color: #ffffff;
  padding: 24px 18px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--fontAnek);
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0, 86, 181, 0.2);
  transition: transform 0.3s ease;
}
.lap-youwill-card:hover {
  transform: translateY(-5px);
}
.lap-youwill-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

/* Activities */
.lap-activities {
  background: #fafcff;
}
.lap-activity-block {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  margin-bottom: 30px;
  box-shadow: 0 6px 22px rgba(0, 86, 181, 0.08);
  border: 1px solid #e7eef9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lap-activity-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 86, 181, 0.14);
}
.lap-activity-img img {
  border-radius: 18px;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.lap-pillar-name {
  color: #0056b5;
  font-size: 26px;
  margin-bottom: 14px;
}
.lap-activity-tags {
  background: #f6faff;
  padding: 14px 18px;
  border-radius: 12px;
  border-left: 4px solid #f19817;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* Philosophy */
.lap-philosophy {
  background: linear-gradient(135deg, #0056b5 0%, #003b7a 100%);
}
.lap-philosophy .text-yellow {
  color: #f19817;
}
.lap-philosophy-quote {
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
  border-left: 4px solid #f19817;
  padding-left: 18px;
}
.lap-philosophy-img img {
  max-height: 360px;
  border-radius: 16px;
}
.lap-closing {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* About LTC */
.lap-about-text {
  background: #f6faff;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  border-left: 6px solid #0056b5;
}
.lap-about-text p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 0;
}
.lap-info-card {
  background: #0056b5;
  color: #fff;
  border-radius: 20px;
  padding: 36px;
  height: 100%;
}
.lap-info-card h4 {
  color: #f19817;
  font-size: 20px;
  margin-bottom: 6px;
}
.lap-info-card p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 6px;
}
.lap-info-note {
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 300;
  opacity: 0.9;
  margin-top: 10px !important;
}

/* Register */
.lap-register {
  background: linear-gradient(135deg, #003b7a 0%, #0056b5 100%);
}
.lap-step-card {
  background: #ffffff;
  color: #2f3337;
  padding: 36px 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.lap-step-card:hover {
  transform: translateY(-4px);
}
.lap-step-num {
  display: inline-block;
  background: #f19817;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-family: var(--fontAnek);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.lap-step-card h4 {
  font-family: var(--fontAnek);
  font-weight: 700;
  font-size: 22px;
  color: #0056b5;
  margin-bottom: 12px;
}
.lap-step-card p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}
.lap-form-btn {
  background: #f19817;
  color: #fff !important;
  border: none;
  padding: 10px 26px;
  border-radius: 12px;
  font-family: var(--fontAnek);
  font-weight: 600;
}
.lap-form-btn:hover {
  background: #d97f0a;
  color: #fff;
}
.lap-contact-card {
  background: #ffffff;
  color: #0c0d0e;
  border-radius: 20px;
  padding: 36px;
  border-top: 6px solid #f19817;
}
.lap-contact-card h3 {
  color: #0056b5;
  font-size: 26px;
}
.lap-contact-card p {
  font-size: 17px;
  margin-bottom: 6px;
}
.lap-contact-card a {
  color: #0056b5;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
  .lap-intro-card {
    padding: 30px 24px;
  }
  .lap-howchange-img {
    margin-top: 30px;
  }
  .lap-philosophy-img {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .lap-banner {
    min-height: 60vh;
  }
  .lap-banner .hero-title {
    font-size: 30px;
  }
  .lap-banner .hero-subtitle {
    font-size: 18px;
  }
  .spacing-sm {
    padding: 50px 0;
  }
  .lap-pill-card {
    padding: 20px 10px;
  }
  .lap-pill-card img {
    width: 44px;
    height: 44px;
  }
  .lap-pill-card h4 {
    font-size: 14px;
  }
  .lap-accordion .accordion-button {
    padding: 14px 16px;
    font-size: 16px;
    gap: 14px;
  }
  .lap-acc-num {
    min-width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .lap-accordion .accordion-body {
    padding: 20px 18px;
  }
  .lap-awaken-card {
    padding: 24px 20px;
  }
  .lap-activity-block {
    padding: 22px;
  }
  .lap-activity-img img {
    height: 220px;
  }
  .lap-pillar-name {
    font-size: 22px;
  }
  .lap-about-text,
  .lap-info-card,
  .lap-contact-card {
    padding: 26px;
  }
  .lap-philosophy-quote {
    font-size: 17px;
  }
  .lap-sub-head {
    font-size: 24px;
  }
}
