.lbte-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.lbte-btn:hover {
  transform: translateY(-2px);
}

.lbte-btn--primary {
  background: #2a5f45;
  color: #fff;
  box-shadow: none;
}

.lbte-btn--ghost {
  background: transparent;
  color: var(--lbte-navy);
  border: 1px solid rgba(13, 45, 94, 0.14);
}

.lbte-btn--ghost-light {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.28);
}

.lbte-btn--nav {
  background: var(--lbte-navy);
  color: #fff;
}

.lbte-button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.lbte-button-row .lbte-btn {
  min-width: 168px;
}

.lbte-slider {
  position: relative;
  background: #0f2f58;
  color: #fff;
  min-height: 520px;
  overflow: hidden;
}

.lbte-slider__track {
  position: relative;
  min-height: 520px;
}

.lbte-slider__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: #0f2f58;
  background-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.lbte-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lbte-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 28%, rgba(26, 107, 60, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(7, 21, 45, 0.62), rgba(13, 45, 94, 0.42) 56%, rgba(15, 33, 72, 0.48));
}

.lbte-slider__inner {
  position: relative;
  z-index: 2;
  padding: 72px 0 66px;
}

.lbte-slider__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.lbte-slider__content {
  max-width: 760px;
}

.lbte-slider h1 {
  font-size: clamp(36px, 4.4vw, 54px);
  line-height: 1.04;
  margin-top: 14px;
  margin-bottom: 22px;
}

.lbte-slider p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1.78;
}

.lbte-slider__chips {
  display: none;
}

.lbte-slider__chips span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 600;
}

.lbte-slider__visual,
.lbte-slider__visual-frame,
.lbte-slider__visual-note,
.lbte-slider__visual-badge {
  display: none;
}

.lbte-slider__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
}

.lbte-slider__controls-inner {
  padding: 0;
}

.lbte-slider__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lbte-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.lbte-slider__dots button.is-active {
  width: 32px;
  background: var(--lbte-green);
}

.lbte-slider__arrows {
  display: flex;
  gap: 8px;
}

.lbte-slider__arrows button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lbte-stats-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-bottom: 1px solid var(--lbte-border);
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.lbte-stats-band .lbte-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lbte-stats-band--green {
  background:
    linear-gradient(135deg, #285a42, #224f3a 100%);
  border-bottom: 0;
  box-shadow: none;
  color: #fff;
  padding: 0;
  border-radius: 0;
}

.lbte-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 32px 22px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.lbte-stats-band .lbte-stat-card {
  border-right: 0;
}

.lbte-stats-band--green .lbte-stat-card {
  background: rgba(255, 255, 255, 0.04);
}

.lbte-stat-card .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: rgba(40, 90, 66, 0.78);
}

.lbte-stats-band--green .lbte-stat-card .dashicons {
  color: rgba(255, 255, 255, 0.58);
}

.lbte-stat-card strong {
  color: var(--lbte-navy);
  font-size: 24px;
  line-height: 1;
}

.lbte-stats-band--green .lbte-stat-card strong {
  color: #fff;
  font-size: 32px;
}

.lbte-stat-card span:last-child {
  color: var(--lbte-muted);
  font-size: 12px;
}

.lbte-stats-band--green .lbte-stat-card span:last-child {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lbte-feature-card,
.lbte-program-card,
.lbte-testimonial-card,
.lbte-member-card {
  padding: 30px;
}

.lbte-feature-card {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.lbte-feature-card::before,
.lbte-program-card::before {
  content: none;
}

.lbte-testimonial-card::before,
.lbte-member-card::before {
  content: none;
}

.lbte-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #123761, #0d2d5e);
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 10px 24px rgba(13, 45, 94, 0.12);
}

.lbte-card-icon .dashicons {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.lbte-feature-card h3,
.lbte-program-card h3,
.lbte-testimonial-card h3,
.lbte-member-card h3,
.lbte-contact-map__card h3 {
  margin: 0 0 10px;
  color: var(--lbte-navy);
}

.lbte-feature-card p,
.lbte-program-card p,
.lbte-testimonial-card p,
.lbte-member-card p,
.lbte-contact-info p,
.lbte-richtext p,
.lbte-richtext li {
  color: var(--lbte-muted);
  line-height: 1.68;
}

.lbte-about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  border-radius: var(--lbte-radius-lg);
  overflow: hidden;
  box-shadow: var(--lbte-shadow);
}

.lbte-about-split__media {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: var(--lbte-green);
}

.lbte-about-split__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 45, 0.28), rgba(7, 21, 45, 0.52)),
    linear-gradient(135deg, rgba(26, 107, 60, 0.18), rgba(13, 45, 94, 0.12));
}

.lbte-about-split__floating-card {
  display: none;
}

.lbte-about-split__floating-card .dashicons {
  display: inline-flex;
  margin-bottom: 10px;
  color: #a8dfc0;
}

.lbte-about-split__floating-card strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.lbte-about-split__floating-card span {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.lbte-about-split__year,
.lbte-about-split__caption {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.lbte-about-split__year {
  left: 42px;
  top: 42px;
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 800;
  opacity: 0.08;
  line-height: 1;
}

.lbte-about-split__caption {
  left: 42px;
  bottom: 42px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: rgba(8, 23, 50, 0.36);
  padding: 14px 16px;
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.lbte-about-split__caption span {
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: none;
  opacity: 0.8;
}

.lbte-about-split__content {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: var(--lbte-text);
  padding: 68px 52px;
}

.lbte-about-split__content .lbte-section-label {
  margin-bottom: 12px;
}

.lbte-about-split__content h2 {
  color: var(--lbte-navy);
  font-size: 34px;
  margin-bottom: 22px;
}

.lbte-about-split__content h3 {
  margin: 24px 0 10px;
  color: var(--lbte-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.lbte-about-split__content p {
  color: var(--lbte-muted);
}

.lbte-about-split__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 26px;
}

.lbte-about-metric {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  border: 0;
  box-shadow: 0 12px 24px rgba(13, 45, 94, 0.06);
}

.lbte-about-metric strong {
  display: block;
  font-size: 22px;
  color: var(--lbte-navy);
  margin-bottom: 4px;
}

.lbte-about-metric span {
  font-size: 12px;
  color: var(--lbte-muted);
}

.lbte-about-split--stacked {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lbte-about-split__points {
  display: none;
}

.lbte-program-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
}

.lbte-program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(13, 45, 94, 0.08);
}

.lbte-program-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.lbte-program-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2a5f45;
  font-weight: 700;
}

.lbte-program-card__tag {
  color: var(--lbte-muted-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.lbte-program-card__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}

.lbte-testimonial-card {
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.lbte-testimonial-card__avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 18px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(13, 45, 94, 0.1);
}

.lbte-testimonial-card__stars {
  display: inline-flex;
  gap: 2px;
  color: #d19f27;
  margin-bottom: 10px;
}

.lbte-member-card {
  text-align: center;
  transition: transform 0.18s ease;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.lbte-member-card:hover {
  transform: translateY(-3px);
}

.lbte-section-heading--center {
  text-align: center;
}

.lbte-section-heading--center .lbte-section-label,
.lbte-section-heading--center .lbte-section-label::before {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.lbte-section-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.lbte-member-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #123761, #0d2d5e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(13, 45, 94, 0.12);
}

.lbte-timeline-item {
  position: relative;
  padding-left: 22px;
  margin-top: 20px;
}

.lbte-timeline-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7f9f90;
}

.lbte-timeline-item__year {
  display: inline-block;
  color: var(--lbte-green);
  font-weight: 700;
  margin-bottom: 4px;
}

.lbte-contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lbte-contact-split__form,
.lbte-contact-map {
  min-height: 100%;
}

.lbte-contact-split__form,
.lbte-contact-panel {
  padding: 30px;
}

.lbte-contact-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--lbte-radius);
  background: linear-gradient(135deg, #0f2f58 0%, #1a4a7a 100%);
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lbte-contact-map__pin {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #2a5f45;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.lbte-contact-map__pin .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.lbte-contact-map__card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 22px 26px;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  max-width: 320px;
}

.lbte-contact-map__card p {
  color: rgba(255, 255, 255, 0.62);
}

.lbte-contact-map__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(42, 95, 69, 0.16);
  color: #dce7df;
  font-size: 12px;
  font-weight: 700;
}

.lbte-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lbte-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lbte-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lbte-form span {
  font-size: 13px;
  font-weight: 600;
  color: var(--lbte-navy);
}

.lbte-form input,
.lbte-form textarea {
  width: 100%;
  border: 1px solid var(--lbte-border);
  background: rgba(248, 250, 252, 0.96);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--lbte-text);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lbte-form input:focus,
.lbte-form textarea:focus {
  outline: 0;
  border-color: #7f9f90;
  box-shadow: 0 0 0 3px rgba(127, 159, 144, 0.1);
  background: #fff;
}

.lbte-form .lbte-btn {
  align-self: flex-start;
  min-width: 220px;
}

.lbte-notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
}

.lbte-notice--success {
  background: rgba(42, 95, 69, 0.08);
  color: #2a5f45;
}

.lbte-notice--error {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
}

.lbte-404 {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 112px 0;
}

.lbte-404__code {
  font-size: clamp(88px, 12vw, 120px);
  font-weight: 800;
  color: var(--lbte-navy);
  opacity: 0.08;
  line-height: 1;
  margin-bottom: -40px;
}

.lbte-card--accent {
  background: linear-gradient(180deg, #fdfefe 0%, #f7fafc 100%);
  border: 1px solid var(--lbte-border);
  box-shadow: none;
}

.lbte-clean-split {
  align-items: start;
}

.lbte-simple-info-grid .lbte-card {
  height: 100%;
}

.lbte-contact-panel,
.lbte-detail-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lbte-contact-panel .lbte-section-label,
.lbte-detail-panel .lbte-section-label {
  margin-bottom: 2px;
}

.lbte-contact-panel h2,
.lbte-detail-panel h2 {
  margin: 0;
  color: var(--lbte-navy);
}

.lbte-contact-panel p,
.lbte-detail-panel p {
  color: var(--lbte-muted);
  margin: 0;
}

.lbte-detail-list {
  display: grid;
  gap: 12px;
}

.lbte-detail-item {
  padding: 16px 18px;
  border: 1px solid var(--lbte-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.lbte-detail-item:first-child {
  padding-top: 16px;
}

.lbte-detail-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lbte-navy);
}

.lbte-detail-item span {
  color: var(--lbte-muted);
  line-height: 1.7;
}

.lbte-contact-panel__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.lbte-contact-panel__actions .lbte-btn {
  width: 100%;
  min-width: 0;
}

.lbte-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  background: linear-gradient(135deg, #f8fbff 0%, #f4f8f6 100%);
}

.lbte-cta-card h2 {
  margin: 10px 0 12px;
  color: var(--lbte-navy);
}

.lbte-cta-card p {
  color: var(--lbte-muted);
  max-width: 700px;
}
