.beu-page {
  font-family: "Fira Sans", sans-serif;
}

/* ========================= banner-section start ========================= */
.beu-page .banner-section {
  padding: 0;
  margin: 0;
  position: relative;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
}

.beu-page .banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.beu-page .banner-section img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.beu-page .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
  box-sizing: border-box;
  z-index: 2;
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(50px, 1.8vw, 20px);
  align-items: center;
  font-family:
    "Futura", "Futura PT", "Century Gothic", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
}

.beu-page .banner-head {
  position: relative;
  width: min(100%, 1200px);
  align-self: center;
  text-align: left;
}

.beu-page .banner-kicker {
  margin: 0 0 8px;
  color: #e9ffea;
  font-size: clamp(1.18rem, 2.25vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.028em;
  font-weight: 500;
  text-shadow:
    0 6px 20px rgba(10, 34, 20, 0.58),
    0 10px 30px rgba(6, 24, 15, 0.35);
}

.beu-page .banner-main {
  margin: 0 0 6px;
  color: #f6fff2;
  font-size: clamp(2.8rem, 8.5vw, 7.2rem);
  letter-spacing: 0.01em;
  line-height: 0.94;
  font-weight: 800;
  text-shadow:
    0 10px 24px rgba(10, 34, 20, 0.5),
    0 18px 38px rgba(6, 22, 14, 0.36);
}

.beu-page .banner-star {
  display: block;
  margin: 0 0 4px;
  color: #c8f5c2;
  font-size: clamp(1rem, 1.5vw, 1.4rem);
}

.beu-page .banner-sub {
  margin: -20px 0 0;
  position: static;
  color: #e0ffe4;
  font-size: clamp(1.25rem, 2.6vw, 2.7rem);
  line-height: 1;
  letter-spacing: 0.018em;
  font-weight: 600;
  text-shadow:
    0 6px 20px rgba(10, 34, 20, 0.58),
    0 10px 30px rgba(6, 24, 15, 0.35);
}

.beu-page .banner-levels {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 0;
  margin-left: 0;
  width: min(100%, 1200px);
  align-self: center;
}

.beu-page .banner-levels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 2.45px solid transparent;
  background:
    linear-gradient(180deg, #dff9dd 0%, #c6f0c2 100%) padding-box,
    linear-gradient(180deg, #89d47f 0%, #2e7f45 100%) border-box;
  color: #1f3a2a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 10px rgba(41, 92, 44, 0.12);
  font-size: clamp(0.58rem, 0.68vw, 0.74rem);
  letter-spacing: 0.012em;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
}

.beu-page .banner-levels span:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 8px 20px rgba(41, 92, 44, 0.25);
}

.beu-page .banner-levels span:nth-child(1) {
  background:
    linear-gradient(180deg, #dff9dd 0%, #c6f0c2 100%) padding-box,
    linear-gradient(180deg, #89d47f 0%, #2e7f45 100%) border-box;
}

.beu-page .banner-levels span:nth-child(2) {
  background:
    linear-gradient(180deg, #d9f2ff 0%, #c4e7fb 100%) padding-box,
    linear-gradient(180deg, #89d47f 0%, #2e7f45 100%) border-box;
}

.beu-page .banner-levels span:nth-child(3) {
  background:
    linear-gradient(180deg, #f8efd2 0%, #f3e4bc 100%) padding-box,
    linear-gradient(180deg, #89d47f 0%, #2e7f45 100%) border-box;
}

.beu-page .banner-levels span:nth-child(4) {
  background:
    linear-gradient(180deg, #f3dcf6 0%, #e7c6ef 100%) padding-box,
    linear-gradient(180deg, #89d47f 0%, #2e7f45 100%) border-box;
}

.beu-page .scroll-arrow {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 2;
  display: block;
}

.beu-page .scroll-arrow i {
  font-size: 2.5rem;
  color: #fff;
  animation: beuBounceArrow 1s infinite;
}

@keyframes beuBounceArrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

/* ========================= intro-section start ========================= */
.beu-page .intro-section {
  padding: 70px 40px;
  background: linear-gradient(180deg, #f6fbf5 0%, #d7ede1 100%);
}

.beu-page .intro-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.beu-page .intro-text h1 {
  margin: 0 0 18px 0;
  color: #60b258;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.15;
  text-align: left;
}

.beu-page .intro-text p {
  margin: 0 0 16px 0;
  color: #2f3a36;
  font-size: 1.05rem;
  line-height: 1.75;
}

.beu-page .intro-text p:last-of-type {
  margin-bottom: 0;
}

/* Intro Carousel Styles */
.beu-page .intro-carousel-wrapper {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.beu-page .intro-carousel-track {
  position: relative;
  width: 500px;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.beu-page .intro-slide {
  position: absolute;
  width: 350px;
  height: 530px;
  border-radius: 28px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: grab;
  transition:
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.beu-page .intro-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle 8px at 10% 15%,
      rgba(255, 255, 255, 0.8) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 6px at 90% 10%,
      rgba(255, 255, 255, 0.7) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 12px at 15% 85%,
      rgba(255, 255, 255, 0.6) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 10px at 85% 80%,
      rgba(255, 255, 255, 0.65) 0%,
      transparent 100%
    ),
    linear-gradient(
      45deg,
      transparent 40%,
      rgba(255, 255, 255, 0.15) 50%,
      transparent 60%
    ),
    linear-gradient(
      -45deg,
      transparent 35%,
      rgba(255, 255, 255, 0.12) 50%,
      transparent 65%
    );
  pointer-events: none;
  z-index: 2;
}

.beu-page .intro-slide::after {
  display: none;
}

.beu-page .intro-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* Front card */
.beu-page .intro-slide[data-position="0"] {
  transform: translateX(0) translateY(0) scale(1);
  opacity: 1;
  z-index: 5;
}

/* Cards behind - right side stack */
.beu-page .intro-slide[data-position="1"] {
  transform: translateX(45px) translateY(8px) scale(0.92);
  opacity: 0.8;
  z-index: 4;
}

.beu-page .intro-slide[data-position="2"] {
  transform: translateX(80px) translateY(16px) scale(0.84);
  opacity: 0.65;
  z-index: 3;
}

/* Cards behind - left side stack */
.beu-page .intro-slide[data-position="3"] {
  transform: translateX(-45px) translateY(8px) scale(0.92);
  opacity: 0.8;
  z-index: 4;
}

.beu-page .intro-slide[data-position="4"] {
  transform: translateX(-80px) translateY(16px) scale(0.84);
  opacity: 0.65;
  z-index: 3;
}

.beu-page .intro-slide[data-position="5"] {
  transform: translateX(0) translateY(24px) scale(0.76);
  opacity: 0;
  z-index: 1;
}

.beu-page .intro-slide:nth-child(1) {
  background: #b4d7ff;
}
.beu-page .intro-slide:nth-child(2) {
  background: #e6d7e6;
}
.beu-page .intro-slide:nth-child(3) {
  background: #ffd4b4;
}
.beu-page .intro-slide:nth-child(4) {
  background: #b4e7d6;
}
.beu-page .intro-slide:nth-child(5) {
  background: #fffacd;
}
.beu-page .intro-slide:nth-child(6) {
  background: #d8f0e4;
}

/* Apply Now card — scaled-down carousel */
.beu-page .apply-carousel-wrap .intro-carousel-wrapper {
  height: 400px;
}

.beu-page .apply-carousel-wrap .intro-carousel-track {
  transform: scale(0.58);
  margin-top: -122px;
  margin-bottom: -122px;
}

/* Accordion Styles */
.beu-page .intro-accordion-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 50px 0 0;
}

.beu-page .intro-accordion-wrapper h2 {
  margin: 0 0 24px 0;
  color: #60b258;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}

.beu-page .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.beu-page .accordion-item {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.beu-page .accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.beu-page .accordion-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px;
  border: none;
  background: #fff;
  color: #16552f;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  text-align: left;
}

.beu-page .accordion-label:hover {
  background: #f9fbf8;
}

.beu-page .accordion-label i {
  width: 24px;
  height: 24px;
  font-size: 18px;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #2f7c48;
}

.beu-page .accordion-item.active .accordion-label i {
  transform: rotate(-180deg);
}

.beu-page .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.4s ease;
  opacity: 0;
}

.beu-page .accordion-item.active .accordion-content {
  opacity: 1;
}

.beu-page .accordion-content p {
  margin: 0;
  padding: 0 24px 24px 24px;
  color: #2f3a36;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ========================= cards-section start ========================= */
.beu-page .cards-section {
  padding: 60px 40px 110px 0;
}

.beu-page .cards-container {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.beu-page .cards-row {
  display: flex;
  gap: 20px;
}

.beu-page .card {
  cursor: pointer;
  transition:
    flex-grow 0.54s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  will-change: transform, box-shadow;
}

.beu-page .card:hover {
  transform: none;
  box-shadow: none;
}

.beu-page .card-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.beu-page .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.beu-page .card-overlay {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 1;
  transition: opacity 0.45s ease;
}

.beu-page .card-image h3 {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 90%;
  margin: 0;
  line-height: 1.4;
  text-shadow:
    0 2px 0 rgba(8, 24, 14, 0.62),
    0 10px 24px rgba(6, 20, 12, 0.68),
    0 18px 40px rgba(4, 14, 9, 0.5);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.45s ease;
}

.beu-page .card:not(.expanded):hover .card-overlay {
  opacity: 0.88;
}

.beu-page .card:not(.expanded):hover .card-image h3 {
  transform: translateX(-50%) scale(1.06);
  text-shadow:
    0 2px 0 rgba(8, 24, 14, 0.72),
    0 12px 30px rgba(6, 20, 12, 0.76),
    0 20px 44px rgba(4, 14, 9, 0.58);
}

.beu-page .card-description {
  display: none;
  padding: 28px;
}

.beu-page .card-description p {
  margin: 0 0 12px 0;
  color: #333;
  font-size: 0.98rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(12px);
}

.beu-page .card-description p:last-of-type {
  margin-bottom: 16px;
}

.beu-page .card-link-btn {
  display: inline-block;
  padding: 13px 26px;
  background-color: #60b258;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.beu-page .card-description .card-link-btn {
  opacity: 0;
  transform: translateY(12px);
  align-self: flex-start;
  padding: 7px 12px;
  font-size: 0.82rem;
  line-height: 1;
  border-radius: 999px;
}

.beu-page .card-description .card-link-btn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 7px;
  font-size: 0.85em;
  vertical-align: middle;
}

.beu-page .card-link-btn:hover {
  background-color: #4ea347;
  transform: translateY(-1px);
}

/* Expanded card styles */
.beu-page .card.expanded {
  flex: 1.45 1 0;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  background: #fff;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: none;
}

.beu-page .card.expanded .card-image {
  flex: 0 0 44%;
  height: 100%;
  border-radius: 12px 0 0 12px;
}

.beu-page .card.expanded .card-image h3 {
  display: block;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 88%;
  z-index: 3;
  opacity: 0;
  animation: beuRevealExpandedTitle 420ms cubic-bezier(0.22, 1, 0.36, 1)
    forwards;
  animation-delay: 30ms;
}

.beu-page .card.expanded .card-overlay {
  background: linear-gradient(
    to top,
    rgba(23, 160, 41, 0.699) 25%,
    rgba(133, 133, 133, 0) 80%
  );
}

.beu-page .card.expanded .card-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex: 1;
  overflow: hidden;
  animation: beuSmoothContentFade 0.42s ease;
}

.beu-page .card.expanded .card-description p {
  animation: beuRevealTextSlide 460ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.beu-page .card.expanded .card-description p:nth-of-type(1) {
  animation-delay: 60ms;
}
.beu-page .card.expanded .card-description p:nth-of-type(2) {
  animation-delay: 120ms;
}
.beu-page .card.expanded .card-description p:nth-of-type(3) {
  animation-delay: 180ms;
}

.beu-page .card.expanded .card-description .card-link-btn {
  animation: beuRevealTextSlide 460ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 220ms;
}

.beu-page .card.compressed {
  flex: 0.55 1 0;
  opacity: 0.6;
}

.beu-page .cards-row.row-active .card:not(.expanded):hover .card-image h3 {
  transform: translateX(-50%) scale(1.06);
}

/* ========================= request-docs-section start ========================= */
.beu-page .request-docs-section {
  padding: 70px 40px;
  background: linear-gradient(180deg, #eef6f1 0%, #e4efe6 100%);
}

.beu-page .request-docs-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.beu-page .request-docs-left img {
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  display: block;
}

.beu-page .request-docs-right {
  justify-content: center;
}

.beu-page .request-docs-right h2 {
  margin: 0 0 18px 0;
  color: #60b258;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.2;
}

.beu-page .request-docs-right p {
  margin: 0 0 18px 0;
  color: #2f3a36;
  font-size: 1rem;
  line-height: 1.6;
}

.beu-page .request-docs-right .card-link-btn {
  padding: 12px 26px;
  font-size: 1rem;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 10px;
}

.beu-page .docs-list {
  list-style: disc;
  display: block;
  margin: 0px 0 18px 0;
  padding: 14px 18px 14px 34px;
  border-radius: 10px;
  border: 1px solid #dbe8df;
  background: #f8fcf9;
}

.beu-page .docs-item {
  margin: 0;
  padding: 3px 0;
  color: #2f3a36;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
}

.beu-page .docs-item::marker {
  color: #16552f;
}

/* ========================= inquiry-section start ========================= */
.beu-page .inquiry-section {
  padding: 32px 40px 0;
  background: linear-gradient(180deg, #eef6f1 0%, #e4efe6 100%);
}

.beu-page .inquiry-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

.beu-page .inquiry-info {
  background: transparent;
  color: #16552f;
  border-radius: 0;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.beu-page .inquiry-info h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  color: #60b258;
}

.beu-page .inquiry-subtext {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #2f3a36;
}

.beu-page .inquiry-info-image {
  width: 100%;
  max-width: 520px;
  height: clamp(340px, 30vw, 430px);
  margin: 0;
  margin-bottom: 0;
  margin-left: -50px;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 12px;
  display: block;
}

.beu-page .inquiry-form {
  background: #ffffff;
  border: 1px solid #d8e4db;
  border-radius: 14px;
  padding: 14px 14px;
  margin-top: 24px;
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 5px;
  box-shadow: 0 10px 26px rgba(16, 57, 33, 0.1);
}

.beu-page .inquiry-form label {
  grid-column: 1 / -1;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1f3c2c;
}

.beu-page .inquiry-form input,
.beu-page .inquiry-form select,
.beu-page .inquiry-form textarea {
  grid-column: 1 / -1;
  width: 100%;
  border: 1px solid #c6d3ca;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 0.88rem;
  color: #1e3629;
  background: #fbfdfb;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.beu-page .inquiry-form select {
  cursor: pointer;
}

.beu-page .inquiry-form textarea {
  min-height: 72px;
  resize: vertical;
}

.beu-page .inquiry-form input:focus,
.beu-page .inquiry-form select:focus,
.beu-page .inquiry-form textarea:focus {
  outline: none;
  border-color: #2f7c48;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(47, 124, 72, 0.14);
}

.beu-page .inquiry-submit-btn {
  grid-column: 1 / -1;
  margin-top: 4px;
  border-radius: 9px;
  padding: 10px 14px;
  background: #60b258;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.beu-page .inquiry-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(96, 178, 88, 0.35);
  filter: brightness(1.06);
}

/* ========================= Animations ========================= */
@keyframes beuSmoothContentFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes beuRevealTextSlide {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes beuRevealExpandedTitle {
  from {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .beu-page .card.expanded .card-image h3,
  .beu-page .card.expanded .card-description p,
  .beu-page .card.expanded .card-description .card-link-btn {
    animation: none;
    opacity: 1;
  }

  .beu-page .card.expanded .card-image h3 {
    transform: translateX(-50%);
  }

  .beu-page .card.expanded .card-description p,
  .beu-page .card.expanded .card-description .card-link-btn {
    transform: translateY(0);
  }
}

/* ========================= Responsive ========================= */
@media (max-width: 900px) {
  .beu-page .intro-section {
    padding: 70px 20px;
  }
  .beu-page .intro-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .beu-page .intro-text h1 {
    font-size: 2.1rem;
    text-align: center;
  }
  .beu-page .intro-text p {
    font-size: 1rem;
    line-height: 1.68;
  }
  .beu-page .intro-carousel-wrapper {
    height: 510px;
  }
  .beu-page .intro-carousel-track {
    width: 340px;
    height: 490px;
  }
  .beu-page .intro-slide {
    width: 300px;
    height: 440px;
  }
  .beu-page .intro-slide[data-position="1"] {
    transform: translateX(41px) translateY(7px) scale(0.92);
  }
  .beu-page .intro-slide[data-position="2"] {
    transform: translateX(74px) translateY(13px) scale(0.84);
  }
  .beu-page .intro-slide[data-position="3"] {
    transform: translateX(-41px) translateY(7px) scale(0.92);
  }
  .beu-page .intro-slide[data-position="4"] {
    transform: translateX(-74px) translateY(13px) scale(0.84);
  }
  .beu-page .intro-accordion-wrapper {
    max-width: 100%;
    margin: 40px 0 0;
  }
  .beu-page .intro-accordion-wrapper h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .beu-page .accordion-label {
    padding: 16px 20px;
    font-size: 0.95rem;
  }
  .beu-page .accordion-content p {
    padding: 0 20px 20px 20px;
    font-size: 0.9rem;
  }
  .beu-page .banner-section {
    height: 54vh;
    min-height: 300px;
  }
  .beu-page .banner-section::before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.1) 60%,
      transparent 100%
    );
  }
  .beu-page .banner-content {
    padding: 70px 20px 24px;
    gap: 12px;
    align-items: center;
  }
  .beu-page .banner-head {
    text-align: center;
  }
  .beu-page .banner-kicker {
    font-size: 1.1rem;
  }
  .beu-page .banner-main {
    font-size: 3.6rem;
  }
  .beu-page .banner-sub {
    margin: -10px 0 0;
    font-size: 1.4rem;
  }
  .beu-page .banner-levels {
    gap: 8px;
    justify-content: center;
  }
  .beu-page .banner-levels span {
    min-height: 26px;
    padding: 4px 10px;
    font-size: 0.62rem;
  }
  .beu-page .cards-section,
  .beu-page .request-docs-section,
  .beu-page .inquiry-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .beu-page .cards-row {
    flex-direction: column;
  }
  .beu-page .card,
  .beu-page .card.expanded,
  .beu-page .card.compressed {
    flex: 1 1 auto;
    height: 300px;
  }
  .beu-page .card-image img {
    object-fit: contain;
    object-position: center;
    background: #eef3ee;
  }
  .beu-page .card.expanded {
    display: block;
    height: auto;
    min-height: 280px;
  }
  .beu-page .card.expanded .card-image {
    height: 180px;
    border-radius: 12px;
  }
  .beu-page .card.expanded .card-description {
    display: block;
    padding: 16px;
    max-height: none;
    overflow-y: visible;
  }
  .beu-page .request-docs-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .beu-page .request-docs-left img {
    height: auto;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
  }
  .beu-page .request-docs-right h2 {
    font-size: 1.6rem;
  }
  .beu-page .request-docs-right p {
    font-size: 0.94rem;
    line-height: 1.55;
  }
  .beu-page .docs-list {
    margin: 20px 0 16px 0;
    padding: 12px 14px 12px 28px;
  }
  .beu-page .docs-item {
    font-size: 0.86rem;
    line-height: 1.35;
  }
  .beu-page .inquiry-section {
    padding-top: 28px;
    padding-bottom: 0;
  }
  .beu-page .inquiry-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .beu-page .inquiry-info {
    padding: 0;
    height: auto;
  }
  .beu-page .inquiry-info h2 {
    font-size: 1.6rem;
  }
  .beu-page .inquiry-subtext {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .beu-page .inquiry-form {
    padding: 12px 10px;
    margin-bottom: 0;
  }
  .beu-page .inquiry-info-image {
    height: auto;
    max-height: 260px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    object-fit: contain;
    object-position: center;
  }
  .beu-page .inquiry-form input,
  .beu-page .inquiry-form select,
  .beu-page .inquiry-form textarea {
    font-size: 0.86rem;
  }
}

@media (max-width: 640px) {
  .beu-page .intro-text h1 {
    font-size: 1.7rem;
  }
  .beu-page .intro-text p {
    font-size: 0.96rem;
    line-height: 1.62;
  }
  .beu-page .intro-carousel-wrapper {
    height: 420px;
  }
  .beu-page .intro-carousel-track {
    width: 260px;
    height: 400px;
  }
  .beu-page .intro-slide {
    width: 220px;
    height: 350px;
    border-radius: 20px;
  }
  .beu-page .intro-slide[data-position="1"] {
    transform: translateX(33px) translateY(5px) scale(0.92);
  }
  .beu-page .intro-slide[data-position="2"] {
    transform: translateX(60px) translateY(11px) scale(0.84);
  }
  .beu-page .intro-slide[data-position="3"] {
    transform: translateX(-33px) translateY(5px) scale(0.92);
  }
  .beu-page .intro-slide[data-position="4"] {
    transform: translateX(-60px) translateY(11px) scale(0.84);
  }
  .beu-page .intro-accordion-wrapper {
    max-width: 100%;
    margin: 36px 0 0;
  }
  .beu-page .intro-accordion-wrapper h2 {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .beu-page .accordion-label {
    padding: 14px 16px;
    font-size: 0.9rem;
  }
  .beu-page .accordion-content p {
    padding: 0 16px 16px 16px;
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .beu-page .banner-section {
    height: 52vh;
    min-height: 280px;
  }
  .beu-page .banner-section::before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.32) 0%,
      rgba(0, 0, 0, 0.12) 60%,
      transparent 100%
    );
  }
  .beu-page .banner-content {
    padding: 60px 16px 20px;
    gap: 10px;
  }
  .beu-page .banner-kicker {
    font-size: 1rem;
  }
  .beu-page .banner-main {
    font-size: 3rem;
  }
  .beu-page .banner-sub {
    margin: -8px 0 0;
    font-size: 1.25rem;
  }
  .beu-page .banner-levels {
    gap: 6px;
    justify-content: center;
  }
  .beu-page .banner-levels span {
    min-height: 24px;
    padding: 3px 8px;
    font-size: 0.56rem;
  }
  .beu-page .request-docs-right h2,
  .beu-page .about-left h2 {
    font-size: 1.5rem;
  }
  .beu-page .request-docs-right p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .beu-page .request-docs-left img {
    max-height: 240px;
  }
  .beu-page .docs-list {
    margin: 16px 0 12px 0;
    padding: 10px 12px 10px 24px;
  }
  .beu-page .docs-item {
    font-size: 0.82rem;
    line-height: 1.3;
  }
  .beu-page .inquiry-info {
    padding: 0;
    border-radius: 0;
    gap: 0;
  }
  .beu-page .inquiry-info h2 {
    font-size: 1.35rem;
  }
  .beu-page .inquiry-subtext {
    font-size: 0.86rem;
    line-height: 1.35;
  }
  .beu-page .inquiry-info-image {
    max-height: 190px;
    border-radius: 10px;
    margin-left: 0;
  }
  .beu-page .inquiry-form {
    border-radius: 14px;
    padding: 10px 8px;
    row-gap: 6px;
  }
  .beu-page .inquiry-form label {
    font-size: 0.8rem;
  }
  .beu-page .inquiry-form input,
  .beu-page .inquiry-form select,
  .beu-page .inquiry-form textarea {
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }
  .beu-page .inquiry-form textarea {
    min-height: 64px;
  }
  .beu-page .inquiry-submit-btn {
    border-radius: 10px;
    font-size: 0.84rem;
    padding: 9px 14px;
  }
  .beu-page .card {
    height: 240px;
  }
  .beu-page .card-image h3 {
    font-size: 1.25rem;
  }

  /* Apply card — hide carousel on mobile, show text only */
  .beu-page .apply-carousel-wrap {
    display: none;
  }
  .beu-page .card.shadow-sm .card-body .col-12.col-md-6.mb-4 {
    width: 100%;
  }
}

/* Apply card + inquiry section mobile tweaks — below md breakpoint */
@media (max-width: 767px) {
  /* Show carousel on mobile, compact + centered */
  .beu-page .apply-carousel-wrap {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .beu-page .apply-carousel-wrap .intro-carousel-wrapper {
    height: 210px;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: 0;
  }
  .beu-page .apply-carousel-wrap .intro-carousel-track {
    /* Reset dimensions overridden by the 640px breakpoint */
    width: 500px;
    height: 580px;
    /* scale(0.36) → visual height ≈ 209px; margins center it in the 210px wrapper */
    transform: scale(0.36);
    margin-top: -185px;
    margin-bottom: -185px;
  }
  .beu-page .apply-carousel-wrap .intro-slide {
    /* Reset dimensions overridden by the 640px breakpoint */
    width: 350px;
    height: 530px;
  }

  /* Apply card: auto height + clip (overrides the 240px from 640px breakpoint) */
  .beu-page .card.shadow-sm {
    height: auto !important;
    overflow: hidden !important;
  }

  /* Inquiry iframe — tall enough to show all form fields without clipping */
  .beu-inquiry-iframe {
    height: 750px !important;
    display: block;
  }

  /* Apply card: carousel flush to top, text + button below */
  .beu-page .card.shadow-sm .card-body {
    padding: 0;
  }
  .beu-page .card.shadow-sm .card-body .row {
    margin: 0;
  }
  .beu-page
    .card.shadow-sm
    .card-body
    .row
    > .col-12:not(.apply-carousel-wrap) {
    padding: 20px 20px 24px;
  }
  .beu-page .card.shadow-sm .card-body h4 {
    font-size: 1.15rem;
  }
  .beu-page .card.shadow-sm .card-body p {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 6px;
  }
  .beu-page .card.shadow-sm .card-body .btn {
    margin-bottom: 4px;
  }
}
