.reveal,
.reveal-left,
.reveal-right {
  opacity: 0 !important;
}
.why-ps-section,
body,
html {
  font-family: Inter, sans-serif;
}
.btn-join,
.main-partner,
.no-wrap {
  white-space: nowrap;
}
.headline,
.label-badge-mini,
.method-left .ps-badge,
.partner-label,
.ps-badge,
.stat-text p {
  text-transform: uppercase;
}
.card-text-content p,
.mentor-quote {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer-col ul li a,
.modal-cta,
.nav-links a,
.news-cta-btn,
.ps-cta,
.text-link {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}
:root {
  --primary-blue: #20639b;
  --hover-blue: #1a4e7f;
  --text-gray: #64748b;
  --dark-slate: #1e293b;
}
.bg-blue-slanted {
  position: relative;
  background: 0 0 !important;
  z-index: 1;
}
.bg-blue-slanted::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 7.5%;
  height: 85%;
  background-color: #1a5f9c;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  z-index: -1;
  pointer-events: none;
}
.bg-blue-flat {
  background-color: #1a5f9c !important;
  position: relative;
}
.bg-blue-flat .ps-lead,
.bg-blue-flat .section-title-large,
.bg-blue-flat h2,
.bg-blue-flat p,
.bg-blue-slanted .cb-item-title,
.bg-blue-slanted .ps-lead,
.bg-blue-slanted .section-title-large,
.bg-blue-slanted h2,
.bg-blue-slanted p,
.main-footer.bg-blue-flat a,
.main-footer.bg-blue-flat span {
  color: #fff !important;
}
.bg-blue-flat .highlight,
.bg-blue-slanted .cb-item-title .highlight,
.bg-blue-slanted .highlight {
  color: #fff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.bg-blue-slanted .cb-item-title .highlight {
  color: #fff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.bg-blue-flat .ps-badge,
.bg-blue-slanted .ps-badge,
.ps-badge {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  display: inline-block;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
}
.btn-join,
.nav-links a {
  font-size: 14px;
  transition: 0.3s;
}
.nav-line-base {
  background: rgba(255, 255, 255, 0.2) !important;
  z-index: 1 !important;
}
.nav-btns-wrapper {
  z-index: 2 !important;
}
.bg-blue-slanted .cb-nav-btn {
  background: 0 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}
.bg-blue-slanted .cb-nav-btn.active {
  background: #fff !important;
  color: #1a5f9c !important;
  border-color: #fff !important;
}
.bg-blue-slanted .cb-arrow,
.next-mentor,
.prev-mentor {
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  background: 0 0 !important;
}
.bg-blue-slanted .cb-arrow:hover,
.nav-btn:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.method-card {
  background: #fff !important;
}
.method-card h3 {
  color: #1a5f9c !important;
}
.method-card p {
  color: #4a5568 !important;
}
.bg-blue-slanted .main-frame,
.testi-main-frame {
  border: 10px solid #fff;
}
.bg-blue-slanted .floating-deco-img {
  border: 6px solid #fff !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.main-footer.bg-blue-flat {
  padding: 60px 0 30px;
}
.main-footer.bg-blue-flat a:hover {
  color: #000 !important;
}
.reveal {
  transform: translateY(40px) scale(0.98);
  transition: opacity 1.2s cubic-bezier(0.2, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.2, 1, 0.3, 1) !important;
  will-change: opacity, transform;
  visibility: hidden;
}
.reveal.active {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  visibility: visible;
}
.reveal-left {
  transform: translateX(-50px);
  transition: opacity 1.2s cubic-bezier(0.2, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.2, 1, 0.3, 1) !important;
  will-change: opacity, transform;
  visibility: hidden;
}
.reveal-left.active,
.reveal-right.active {
  opacity: 1 !important;
  transform: translateX(0) !important;
  visibility: visible;
}
.reveal-right {
  transform: translateX(50px);
  transition: opacity 1.2s cubic-bezier(0.2, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.2, 1, 0.3, 1) !important;
  will-change: opacity, transform;
  visibility: hidden;
}
.active.reveal:nth-child(2) {
  transition-delay: 0.2s !important;
}
.active.reveal:nth-child(3) {
  transition-delay: 0.4s !important;
}
.active.reveal:nth-child(4) {
  transition-delay: 0.6s !important;
}
/* ================= NAVBAR ================= */

.navbar-floating {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1100px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.nav-container {
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* ================= LOGO ================= */

.logo-img {
  height: 38px;
  width: auto;
  display: block;
}

/* ================= NAV LINKS ================= */

.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links a {
  color: #555;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #20639b;
}

/* ================= BUTTON JOIN ================= */

.btn-join {
  background: #20639b;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  transition: background 0.2s, transform 0.2s;
}

.btn-join:hover {
  background: #1a4f7c;
  transform: scale(1.05);
}

.nav-links .btn-join {
  display: none;
}

/* ================= NAV ACTIONS ================= */

.nav-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ================= HAMBURGER ================= */

.mobile-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 38px;
  height: 38px;
  position: relative;
}

.mobile-toggle .bar {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 3px;
  background-color: #20639b;
  border-radius: 3px;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.mobile-toggle .bar:nth-child(1) {
  top: 11px;
}

.mobile-toggle .bar:nth-child(2) {
  top: 18px;
}

.mobile-toggle .bar:nth-child(3) {
  top: 25px;
}

.mobile-toggle.is-active .bar:nth-child(1) {
  top: 18px;
  transform: translateX(-50%) rotate(45deg);
}

.mobile-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.is-active .bar:nth-child(3) {
  top: 18px;
  transform: translateX(-50%) rotate(-45deg);
}

/* ================= DROPDOWN ================= */

.dropdown {
  position: relative;
}

.dropbtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  color: #555;
  font-weight: 500;
  font-size: 14px;
  font-family: inherit;
  transition: color 0.2s;
}

.dropbtn:hover {
  color: #20639b;
}

.arrow {
  font-size: 0.65rem;
  transition: transform 0.25s ease;
  display: inline-block;
}

.dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  min-width: 210px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  border-radius: 14px;
  padding: 6px;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  list-style: none;
  border: 1px solid #f1f5f9;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
}

.dropdown-content::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  background: #fff;
  border-left: 1px solid #f1f5f9;
  border-top: 1px solid #f1f5f9;
}

.dropdown-content li a {
  display: block;
  padding: 9px 14px;
  color: #000;
  font-size: 14px;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background: #f0f7ff;
  color: #20639b;
}

.dropdown.active .dropdown-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.dropdown.active .arrow {
  transform: rotate(180deg);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .navbar-floating {
    top: 8px;
    width: calc(100% - 20px);
  }

  .nav-container {
    padding: 8px 16px;
    border-radius: 100px;
  }

  .logo-img {
    height: 30px;
  }

  .mobile-toggle {
    display: block;
  }

  .nav-actions .btn-join {
    display: none;
  }

  .nav-links .btn-join {
    display: flex;
    width: 100%;
    margin-top: 8px;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: visible;
  }

  .nav-links.mobile-active {
    display: flex;
    animation: slideDown 0.22s ease;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-links > li {
    width: 100%;
  }

  .nav-links > li > a,
  .dropbtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 14px;
    border-radius: 10px;
    color: #444;
    font-size: 15px;
    box-sizing: border-box;
  }

  .nav-links > li > a:hover,
  .dropbtn:hover {
    background: #f0f7ff;
    color: #20639b;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-content {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    margin: 6px 0 0 0;
    padding: 6px;
    background: #f8fafc;
    box-shadow: none;
    border: 1px solid #e8eef5;
    border-radius: 10px;
    list-style: none;
    box-sizing: border-box;
  }

  .dropdown.active .dropdown-content {
    display: block;
    transform: none;
  }

  .dropdown-content::before {
    display: none;
  }

  .dropdown-content li a {
    padding: 10px 14px;
    font-size: 14px;
    color: #444;
  }

  .dropdown.active .arrow {
    transform: rotate(180deg);
  }
}

/* ================= MENTOR AUTH POPUP ================= */

.mentor-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mentor-overlay.show {
  display: flex;
  animation: overlayIn 0.2s ease;
}

@keyframes overlayIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mentor-popup {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px 28px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
  animation: popupIn 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

@keyframes popupIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(12px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.mentor-popup-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.mentor-popup-icon {
  width: 42px;
  height: 42px;
  background: #eef4fb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.mentor-popup h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.mentor-popup .popup-subtitle {
  font-size: 13px;
  color: #94a3b8;
  margin: 0 0 22px 0;
  padding-left: 54px;
}

.mentor-popup label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.mentor-popup input[type="text"],
.mentor-popup input[type="password"] {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  color: #1e293b;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.mentor-popup input:focus {
  border-color: #20639b;
  box-shadow: 0 0 0 3px rgba(32, 99, 155, 0.1);
  background: #fff;
}

.mentor-popup-error {
  font-size: 13px;
  color: #e53e3e;
  margin: -8px 0 12px;
  display: none;
}

.mentor-popup-error.show {
  display: block;
}

.mentor-popup-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.btn-popup-cancel {
  flex: 1;
  padding: 11px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}

.btn-popup-cancel:hover {
  background: #f1f5f9;
}

.btn-popup-submit {
  flex: 2;
  padding: 11px;
  border: none;
  border-radius: 10px;
  background: #20639b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, transform 0.15s;
}

.btn-popup-submit:hover {
  background: #1a4f7c;
}

.btn-popup-submit:active {
  transform: scale(0.97);
}

.mentor-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: none;
  background: #f1f5f9;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #64748b;
  line-height: 1;
  transition: background 0.15s;
}

.mentor-popup-close:hover {
  background: #e2e8f0;
}

.headline,
.stat-text h2 {
  color: #fff;
  font-weight: 900;
}
.hero {
  height: 100vh;
  width: 100%;
  background-image: url("/img/main-hero-1.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15, 23, 42, 0.85) 0,
    rgba(15, 23, 42, 0.4) 60%,
    rgba(15, 23, 42, 0.6) 100%
  );
  z-index: 1;
}
.bg-blob-decoration {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(32, 99, 155, 0.3) 0,
    rgba(255, 255, 255, 0) 70%
  );
  top: -10%;
  right: -5%;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 2;
  animation: 10s infinite alternate pulseBlob;
}
.floating-glass-box,
.stat-card {
  background: rgba(255, 255, 255, 0.08);
}
@keyframes pulseBlob {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(1.2);
    opacity: 0.6;
  }
}
.hero-content {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.left-side,
.ps-content {
  flex: 1.2;
}
.headline {
  font-size: clamp(32px, 5vw, 68px);
  line-height: 1.15;
  margin-bottom: 40px;
  letter-spacing: -1.5px;
}
.text-highlight {
  color: #faa23a;
  display: inline-block;
}
.footer-bottom .footer-links,
.stats-container {
  display: flex;
  gap: 20px;
}
.stat-card {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 22px 18px;
  border-radius: 24px;
  text-align: center;
  min-width: 140px;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.stat-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}
.stat-text h2 {
  font-size: 32px;
  margin: 0;
}
.stat-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 1px;
}
.right-side {
  flex: 0 0 auto;
}
.floating-glass-box {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 16px;
  border-radius: 35px;
  width: 350px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  animation: 5s ease-in-out infinite floatingEffect;
}
@keyframes floatingEffect {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-15px) rotate(0.5deg);
  }
}
.slider-container {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 22px;
  overflow: hidden;
}
.cb-nav-btn,
.dot {
  border-radius: 50%;
}
.slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
  width: 100%;
}
.slide {
  min-height: 100%;
  height: 100%;
  flex-shrink: 0;
}
.consult-btn,
.dot {
  cursor: pointer;
  transition: 0.4s;
}
.cb-image-slide img,
.floating-deco-img img,
.image-item img,
.image-wrapper img,
.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
}
.dot.active {
  width: 25px;
  border-radius: 10px;
  background: #faa23a;
}
.partners-section {
  width: 100%;
  padding: 0 5%;
  background-color: transparent;
  margin-top: -60px;
  position: relative;
  z-index: 20;
}
.partners-wrapper {
  background: #fff;
  display: flex;
  align-items: center;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgba(238, 238, 238, 0.5);
}
.main-partner {
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fbfbfb;
  border-right: 1px solid #eee;
}
.partner-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: #999;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-partner img {
  height: 55px;
  width: auto;
  object-fit: contain;
}
.other-partners {
  flex: 1;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}
.marquee-content {
  display: flex;
  width: max-content;
  animation: 30s linear infinite scrollInfinite;
}
.marquee-group {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
}
.marquee-group img {
  height: 30px;
  width: auto;
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100%);
}
.marquee-group img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.quick-consult-section {
  padding: 80px 5%;
  background: #0f172a;
  position: relative;
  overflow: hidden;
}
.quick-consult-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(32, 99, 155, 0.2) 0,
    transparent 70%
  );
  bottom: -150px;
  left: -50px;
  filter: blur(50px);
}
.consult-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 5;
}
.consult-text,
.mentor-card-info {
  flex: 1;
}
.consult-text h3 {
  font-size: clamp(28px, 4vw, 42px);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin: 15px 0;
}
.consult-text p {
  color: #94a3b8;
  font-size: 1.1rem;
  max-width: 500px;
}
.consult-form-box {
  flex: 1;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 35px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.input-group label {
  margin-left: 5px;
}
.input-group input {
  background: rgba(255, 255, 255, 0.05);
  outline: 0;
}
.input-group input:focus {
  background: rgba(255, 255, 255, 0.1);
}
.consult-btn {
  width: 100%;
  padding: 16px;
  background: #faa23a;
  color: #fff;
  border: none;
  border-radius: 15px;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ps-badge,
.section-title-large .highlight {
  color: var(--primary-blue);
}
.consult-btn:hover {
  background: #e58d2a;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(250, 162, 58, 0.3);
}
@media (max-width: 992px) {
  .consult-container {
    flex-direction: column;
    text-align: center;
  }
  .consult-text p {
    margin: 0 auto;
  }
  .consult-form-box {
    width: 100%;
  }
}
.why-ps-section {
  padding: 120px 20px;
  background-color: #fff;
  overflow: hidden;
}
.cb-container,
.ps-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.ps-visual {
  flex: 1;
  position: relative;
  height: 480px;
}
.image-stack {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-item {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(32, 99, 155, 0.1);
  border: 8px solid #fff;
  background: #fff;
  transition: transform 0.5s;
}
.ps-accent-box,
.ps-cta {
  background: var(--primary-blue);
}
.item-1 {
  width: 280px;
  height: 380px;
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotate(-2deg);
}
.item-2 {
  width: 260px;
  height: 320px;
  top: 40px;
  left: 180px;
  z-index: 2;
  transform: rotate(4deg);
}
.item-3 {
  width: 220px;
  height: 220px;
  bottom: 20px;
  left: 60px;
  z-index: 1;
  opacity: 0.6;
  transform: rotate(-6deg);
}
.ps-accent-box {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.05;
  border-radius: 30px;
  bottom: 60px;
  right: 40px;
  z-index: 0;
}
.section-title-large {
  color: var(--dark-slate);
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.ps-lead {
  color: var(--text-gray);
  border-left: 4px solid var(--primary-blue);
  padding-left: 20px;
}
.no-wrap,
.problem-item i {
  color: var(--primary-blue);
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.problem-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.problem-item i {
  width: 38px;
  height: 38px;
  background: rgba(32, 99, 155, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.problem-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--dark-slate);
  margin-bottom: 4px;
}
.cb-nav-btn,
.no-wrap,
.node-info h3,
.ps-cta {
  font-weight: 700;
}
.problem-info p {
  font-size: 13px;
  color: var(--text-gray);
  line-height: 1.4;
}
.ps-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  transition: 0.3s;
}
.ps-cta:hover {
  background: var(--hover-blue);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(32, 99, 155, 0.2);
}
.why-cb-section {
  padding: 160px 20px 100px;
  position: relative;
  overflow: hidden;
  background-color: #1a5f9c;
  z-index: 1;
}
.cb-arrow,
.cb-nav-btn {
  background: 0 0;
  color: #fff;
  display: flex;
  cursor: pointer;
}
.cb-left-content {
  flex: 1;
  position: relative;
  z-index: 5;
}
.cb-navigation {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 50px;
}
.nav-btns-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  position: relative;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-line-base {
  position: relative;
  height: 2px;
  flex-grow: 1;
  min-width: 40px;
  transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    margin 0.5s;
  pointer-events: none;
}
.cb-nav-btn {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cb-nav-btn.active {
  background: #fff !important;
  color: #1a5f9c !important;
  border-color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.cb-text-slider {
  overflow: hidden;
  margin-bottom: 35px;
  width: 100%;
}
.cb-text-track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.cb-text-item {
  min-width: 100%;
}
.cb-item-title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.cb-arrow-controls {
  display: flex;
  gap: 15px;
}
.cb-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.landscape-stack,
.main-frame {
  width: 100%;
  position: relative;
}
.cb-arrow:hover {
  background: #fff;
  color: #1a5f9c;
  border-color: #fff;
}
.cb-right-visual {
  flex: 1.2;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.landscape-stack {
  max-width: 550px;
  height: 400px;
}
.main-frame {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  border: 8px solid #fff;
  background: #fff;
}
.cb-image-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.cb-image-slide {
  min-width: 100%;
  height: 100%;
}
.floating-deco-img {
  position: absolute;
  width: 260px;
  height: 170px;
  top: -50px;
  right: -30px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 4;
  border: 6px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  animation: 6s ease-in-out infinite floatAnim;
}
@keyframes floatAnim {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-15px) rotate(1deg);
  }
}
@media (max-width: 1024px) {
  .partners-section {
    padding: 0 4%;
    margin-top: -50px;
  }
  .partners-wrapper {
    height: 90px;
  }
  .main-partner {
    padding: 0 28px;
  }
  .main-partner img {
    height: 45px;
  }
  .marquee-group {
    gap: 40px;
    padding: 0 20px;
  }
  .marquee-group img {
    height: 26px;
  }
  .why-ps-section {
    padding: 80px 20px;
  }
  .cb-container,
  .ps-container {
    gap: 40px;
  }
  .ps-visual {
    height: 400px;
  }
  .item-1 {
    width: 230px;
    height: 310px;
  }
  .item-2 {
    width: 210px;
    height: 260px;
    left: 140px;
  }
  .item-3 {
    width: 180px;
    height: 180px;
  }
  .section-title-large {
    font-size: 30px;
  }
  .ps-lead {
    font-size: 15px;
  }
  .why-cb-section {
    padding: 120px 20px 80px;
  }
  .landscape-stack {
    height: 340px;
  }
  .floating-deco-img {
    width: 200px;
    height: 130px;
    right: -15px;
    top: -35px;
  }
  .cb-item-title {
    font-size: 28px;
  }
  .cb-navigation {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .bg-blue-slanted::before {
    top: 4%;
    height: 92%;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  }
  .navbar-floating {
    top: 15px;
    width: 92%;
  }
  .nav-container {
    padding: 10px 18px;
    border-radius: 60px;
    flex-wrap: wrap;
    position: relative;
    transition: border-radius 0.35s;
  }
  .logo-img {
    height: 32px;
  }
  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid transparent;
    order: 3;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s,
      padding 0.35s, margin 0.35s, border-color 0.3s;
  }
  .mobile-toggle,
  .nav-links a {
    display: block;
  }
  .nav-links.mobile-active {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
    padding: 12px 0 6px;
    margin-top: 8px;
    border-top-color: rgba(0, 0, 0, 0.07);
  }
  .nav-links li {
    width: 100%;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.25s, transform 0.25s;
  }
  .nav-links.mobile-active li:first-child {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 50ms;
  }
  .nav-links.mobile-active li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
  }
  .nav-links.mobile-active li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.15s;
  }
  .nav-links.mobile-active li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
  }
  .nav-links.mobile-active li:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.25s;
  }
  .nav-links.mobile-active li:nth-child(6) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
  }
  .nav-links a {
    padding: 10px 6px;
    font-size: 15px;
    color: #333;
    border-radius: 10px;
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
  }
  .nav-links a:hover {
    background: rgba(32, 99, 155, 0.07);
    color: #20639b;
    padding-left: 12px;
  }
  .nav-links .btn-join {
    display: inline-flex;
    width: 100%;
    margin-top: 6px;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    justify-content: center;
  }
  .cb-accent-circle,
  .item-3,
  .nav-actions .btn-join,
  .ps-accent-box {
    display: none;
  }
  .mobile-toggle .bar {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s,
      width 0.3s;
    transform-origin: center;
  }
  .mobile-toggle.is-active .bar:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .mobile-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-container:has(.nav-links.mobile-active) {
    border-radius: 24px;
  }
  .hero {
    padding-top: 80px;
    height: auto;
    min-height: 100svh;
  }
  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 35px;
    padding-bottom: 40px;
  }
  .headline {
    font-size: clamp(28px, 8vw, 42px);
    letter-spacing: -1px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
  .stats-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .stat-card {
    min-width: 100px;
    padding: 15px 10px;
  }
  .stat-text h2 {
    font-size: 24px;
  }
  .floating-glass-box {
    width: 280px;
  }
  .partners-section {
    padding: 0 5%;
    margin-top: -40px;
  }
  .partners-wrapper {
    flex-direction: column;
    height: auto;
    border-radius: 28px;
    overflow: hidden;
  }
  .main-partner {
    width: 100%;
    padding: 18px 28px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    border-right: none;
    border-bottom: 1px solid #eee;
    height: auto;
  }
  .partner-label {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .main-partner img {
    height: 36px;
  }
  .other-partners {
    width: 100%;
    padding: 16px 0;
  }
  .marquee-group {
    gap: 36px;
    padding: 0 20px;
  }
  .marquee-group img {
    height: 24px;
  }
  .marquee-group img:hover {
    opacity: 0.5;
    filter: grayscale(100%);
  }
  .why-ps-section {
    padding: 60px 20px;
  }
  .ps-container {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: stretch;
  }
  .ps-visual {
    width: 100%;
    height: 260px;
    flex: none;
  }
  .image-stack {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
  }
  .image-item {
    position: absolute;
    border: 5px solid #fff;
    border-radius: 18px;
  }
  .item-1 {
    width: 180px;
    height: 220px;
    top: 10px;
    left: 50%;
    transform: translateX(-110%) rotate(-3deg);
    z-index: 3;
  }
  .item-2 {
    width: 170px;
    height: 200px;
    top: 20px;
    left: 50%;
    transform: translateX(10%) rotate(3deg);
    z-index: 2;
  }
  .ps-content {
    flex: none;
    width: 100%;
  }
  .section-title-large {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
  .ps-cta,
  .ps-lead {
    font-size: 14px;
  }
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 30px;
  }
  .problem-info h4 {
    font-size: 13px;
  }
  .problem-info p {
    font-size: 12px;
  }
  .ps-cta {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
  .ps-cta:hover {
    transform: none;
  }
  .why-cb-section {
    padding: 80px 20px 60px;
  }
  .cb-container {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .cb-left-content {
    width: 100%;
  }
  .cb-navigation {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cb-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .cb-item-title {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .cb-text-item .ps-lead {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cb-text-slider {
    margin-bottom: 24px;
  }
  .cb-arrow {
    width: 44px;
    height: 44px;
  }
  .cb-arrow:hover {
    background: 0 0;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .cb-right-visual {
    width: 100%;
    justify-content: center;
  }
  .landscape-stack {
    width: 100%;
    max-width: 100%;
    height: 260px;
  }
  .main-frame {
    border-radius: 22px;
    border-width: 6px;
  }
  .floating-deco-img {
    width: 150px;
    height: 100px;
    top: -24px;
    right: -8px;
    border-width: 4px;
    border-radius: 14px;
    animation: 6s ease-in-out infinite floatAnimMobile;
  }
  @keyframes floatAnimMobile {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
}
@media (max-width: 480px) {
  .bg-blue-slanted::before {
    top: 3%;
    height: 94%;
    clip-path: polygon(0 1.5%, 100% 0, 100% 98.5%, 0 100%);
  }
  .navbar-floating {
    top: 10px;
    width: 94%;
  }
  .nav-container {
    padding: 8px 14px;
  }
  .logo-img {
    height: 28px;
  }
  .nav-links a {
    font-size: 14px;
    padding: 9px 6px;
  }
  .nav-links .btn-join {
    font-size: 14px;
    padding: 11px 20px;
  }
  .mobile-toggle .bar {
    width: 20px;
  }
  .partners-section {
    padding: 0 4%;
    margin-top: -30px;
  }
  .partners-wrapper {
    border-radius: 22px;
  }
  .main-partner {
    padding: 14px 20px;
    gap: 10px;
  }
  .partner-label {
    font-size: 9px;
  }
  .main-partner img {
    height: 30px;
  }
  .other-partners {
    padding: 14px 0;
  }
  .marquee-group {
    gap: 28px;
    padding: 0 16px;
  }
  .marquee-group img {
    height: 20px;
  }
  .marquee-content {
    animation-duration: 20s;
  }
  .why-ps-section {
    padding: 48px 16px;
  }
  .cb-container,
  .ps-container {
    gap: 30px;
  }
  .landscape-stack,
  .ps-visual {
    height: 220px;
  }
  .item-1 {
    width: 150px;
    height: 185px;
    transform: translateX(-105%) rotate(-3deg);
  }
  .item-2 {
    width: 145px;
    height: 172px;
    transform: translateX(8%) rotate(3deg);
  }
  .ps-badge {
    font-size: 10px;
    padding: 6px 14px;
  }
  .section-title-large {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .ps-lead {
    font-size: 13px;
    padding-left: 14px;
    margin-bottom: 24px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }
  .problem-item i {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .problem-info h4 {
    font-size: 13px;
  }
  .problem-info p {
    font-size: 12px;
  }
  .why-cb-section {
    padding: 60px 16px 48px;
  }
  .cb-navigation {
    margin-bottom: 24px;
    height: 44px;
  }
  .cb-nav-btn {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }
  .nav-btns-wrapper {
    gap: 8px;
  }
  .cb-item-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .cb-text-item .ps-lead {
    font-size: 13px;
    line-height: 1.5;
  }
  .cb-text-slider {
    margin-bottom: 20px;
  }
  .cb-arrow-controls {
    gap: 12px;
  }
  .cb-arrow {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .main-frame {
    border-radius: 18px;
    border-width: 5px;
  }
  .floating-deco-img {
    width: 120px;
    height: 80px;
    top: -18px;
    right: -4px;
    border-width: 3px;
    border-radius: 12px;
  }
}
.programs-intro-mobile {
  display: none;
}
.horizontal-scroll-wrapper {
  position: relative;
  height: 250vh;
  background-color: #fff;
}
.horizontal-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 10;
}
.horizontal-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#f1f5f9 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  opacity: 0.5;
  pointer-events: none;
}
.programs-horizontal-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 8vw;
  gap: 30px;
  width: max-content;
  align-items: center;
  will-change: transform;
  position: relative;
  z-index: 2;
}
.intro-block {
  flex: 0 0 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ps-badge {
  width: fit-content;
}
.program-node {
  flex: 0 0 280px;
}
.card-inner {
  background: #fff;
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
  transition: 0.35s;
}
.card-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(26, 95, 156, 0.12);
  border-color: #1a5f9c;
}
.image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background-color: #f8fafc;
}
.node-info h3 {
  margin: 15px 10px 10px;
  font-size: 1.1rem;
  color: #1e293b;
  text-align: center;
}
.hotspot {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 95, 156, 0);
  transition: 0.3s;
  opacity: 0;
}
.handle-circle,
.hotspot-btn {
  align-items: center;
  display: flex;
}
.image-wrapper:hover .hotspot {
  opacity: 1;
  background: rgba(26, 95, 156, 0.1);
}
.hotspot-btn {
  width: 45px;
  height: 45px;
  background-color: #1a5f9c;
  border: none;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(26, 95, 156, 0.3);
}
.ui-footer-scroll {
  position: absolute;
  bottom: 60px;
  left: 10vw;
  width: 80vw;
  z-index: 20;
}
.progress-line-container {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #e2e8f0;
}
.progress-fill {
  position: absolute;
  height: 100%;
  background: #1a5f9c;
  width: 0%;
}
.scroll-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.handle-circle {
  width: 36px;
  height: 36px;
  background-color: #1a5f9c;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
}
.handle-circle i {
  color: #fff;
  font-size: 10px;
}
.program-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(8px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.program-modal.active {
  display: flex;
  opacity: 1;
}
.modal-content {
  background: #fff;
  border-radius: 28px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  position: relative;
  transform: scale(0.9);
  transition: 0.35s;
}
.program-modal.active .modal-content {
  transform: scale(1);
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-body h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.card-number,
.method-left h2 {
  margin-bottom: 20px;
  font-weight: 900;
}
.modal-body p {
  color: #64748b;
  margin-bottom: 20px;
}
.modal-cta {
  display: inline-block;
  background: #1a5f9c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
}
.method-section {
  position: relative;
  z-index: 30;
  background-color: #fff;
  display: flex;
  padding: 80px 10%;
  gap: 50px;
  align-items: flex-start;
}
.method-left {
  flex: 0.7;
  height: fit-content;
  position: sticky;
  top: 120px;
}
.method-left .ps-badge {
  color: #1a5f9c;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 15px;
}
.method-left h2 {
  font-size: 2.8rem;
  color: #0f172a;
  line-height: 1.1;
}
.method-right {
  flex: 1.5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card-number,
.method-card {
  display: flex;
  position: relative;
}
.method-card {
  background-color: #f8fafc;
  padding: 35px 30px;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  flex-direction: column;
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.card-number {
  z-index: 5;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1a5f9c, #0ea5e9);
  color: #fff !important;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border-radius: 14px;
  box-shadow: 0 8px 15px rgba(26, 95, 156, 0.2);
}
.method-card h3 {
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.method-card p {
  position: relative;
  z-index: 5;
  font-size: 0.95rem;
  line-height: 1.6;
}
.method-card::after {
  content: attr(data-number);
  position: absolute;
  top: -15px;
  right: -5px;
  font-size: 7.5rem;
  font-weight: 900;
  color: rgba(26, 95, 156, 0.04);
  z-index: 1;
  pointer-events: none;
}
.method-card:hover {
  background-color: #fff;
  border-color: #1a5f9c;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .horizontal-scroll-wrapper {
    height: 300vh;
  }
  .intro-block {
    flex: 0 0 260px;
  }
  .section-title-large {
    font-size: 2.2rem;
  }
  .program-node {
    flex: 0 0 240px;
  }
  .hotspot {
    opacity: 1;
    background: rgba(26, 95, 156, 0.06);
  }
  .card-inner:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .horizontal-scroll-wrapper {
    height: 300vh;
  }
  .horizontal-container {
    align-items: flex-start;
    align-items: center;
    padding-top: 0;
  }
  .programs-horizontal-track {
    padding: 0 5vw;
    gap: 20px;
  }
  .intro-block {
    display: none;
  }
  .programs-intro-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 6% 0;
    gap: 12px;
  }
  .program-node {
    flex: 0 0 75vw;
    max-width: 280px;
  }
  .image-wrapper {
    aspect-ratio: 3/4;
  }
  .ui-footer-scroll {
    bottom: 30px;
    left: 5vw;
    width: 90vw;
  }
  .method-section {
    flex-direction: column;
    padding: 60px 5%;
    gap: 36px;
    align-items: stretch;
  }
  .method-left {
    flex: none;
    position: relative;
    top: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .method-left h2 {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
  .method-left .ps-lead {
    font-size: 0.9rem;
    max-width: 480px;
  }
  .method-right {
    flex: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .method-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .card-number {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .method-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .method-card p {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .method-card:hover {
    transform: none;
    box-shadow: none;
    border-color: #e2e8f0;
    background-color: #f8fafc;
  }
}
.premium-mentor-section {
  padding: 100px 0 80px;
  background-color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  overflow: hidden;
}
.mentor-v3-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 5%;
}
.label-badge-mini {
  display: inline-block;
  background: #f0f7ff;
  color: #20639b;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.display-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-desc {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}
.mentor-track-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
}
.mentor-track-wrapper:last-of-type,
.modal-header-refined {
  margin-bottom: 0;
}
.mentor-track {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  padding: 20px 5%;
}
.track-right {
  animation: 30s linear infinite scrollRight;
}
.track-left {
  animation: 30s linear infinite scrollLeft;
}
.mentor-track-wrapper:hover .mentor-track {
  animation-play-state: paused;
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.mentor-card {
  flex: 0 0 300px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s,
    opacity 0.4s, border-color 0.3s;
}
.mentor-track:has(.mentor-card:hover) .mentor-card:not(:hover) {
  transform: scale(0.88);
  opacity: 0.55;
}
.mentor-card:hover {
  transform: scale(1.06) !important;
  box-shadow: 0 40px 80px rgba(32, 99, 155, 0.2),
    0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #20639b;
  z-index: 10;
}
.mentor-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background: #f8fafc;
  flex-shrink: 0;
}
.mentor-card-footer,
.mentor-mobile-hint {
  align-items: center;
  text-transform: uppercase;
}
.mentor-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.mentor-card:hover .mentor-card-img img {
  transform: scale(1.06);
}
.mentor-card-info .label-badge-mini {
  font-size: 10px;
  padding: 4px 12px;
  margin-bottom: 8px;
}
.mentor-card-info h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
  line-height: 1.2;
}
.mentor-card-info .role-desc {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 10px;
}
.mentor-quote {
  font-size: 12px;
  font-style: italic;
  color: #94a3b8;
  line-height: 1.5;
  padding-top: 10px;
  border-top: 1px dashed #e2e8f0;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
}
.mentor-card-footer {
  display: flex;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #20639b;
  letter-spacing: 0.5px;
}
.mentor-card-footer i {
  font-size: 10px;
  transition: transform 0.3s;
}
.mentor-card:hover .mentor-card-footer i {
  transform: translateX(4px);
}
.mentor-mobile-hint {
  display: none;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.mentor-mobile-hint i {
  font-size: 10px;
  color: #20639b;
  animation: 1.5s ease-in-out infinite arrowNudge;
}
@keyframes arrowNudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
.executive-modal-system {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.executive-modal-system.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-backdrop-refined {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.modal-content-glass {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 40px;
  display: flex;
  overflow: hidden;
  z-index: 101;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  transform: scale(0.92) translateY(24px);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.executive-modal-system.active .modal-content-glass {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.modal-side-visual {
  flex: 0 0 42%;
  background: #f1f5f9;
}
.modal-side-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.modal-side-content {
  flex: 1;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: auto;
}
.modal-name-text {
  font-size: 40px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  margin: 10px 0;
}
.modal-tagline-text {
  color: #20639b;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.modal-divider-gold {
  height: 4px;
  width: 60px;
  background: linear-gradient(to right, #faa23a, #ffd099);
  margin: 30px 0;
  border-radius: 10px;
}
.modal-body-refined h4 {
  margin-bottom: 15px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}
.modal-achievements-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
.modal-achievements-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 15px;
  color: #334155;
  margin-bottom: 15px;
  line-height: 1.6;
  opacity: 0;
  transform: translateX(20px);
}
.executive-modal-system.active .modal-achievements-list li {
  opacity: 1;
  transform: translateX(0);
}
.modal-achievements-list li i {
  color: #10b981;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}
.modal-quote-refined {
  margin-top: auto;
  background: #f8fafc;
  padding: 25px 30px;
  border-radius: 30px;
  border-left: 6px solid #20639b;
}
.modal-quote-refined p {
  font-style: italic;
  font-weight: 600;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.modal-close-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 22px;
  cursor: pointer;
  z-index: 110;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close-icon:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
  transform: rotate(90deg);
}
.gallery-section {
  padding: 100px 10%;
  background-color: #fff;
}
.gallery-container {
  max-width: 1400px;
  margin: 0 auto;
}
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.grid-column-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.item-main {
  height: 550px;
}
.item-sub {
  height: 450px;
}
.grid-column-right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.gallery-header {
  padding-top: 10px;
}
.gallery-header p {
  color: #64748b;
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 450px;
}
.inner-grid-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.item-wide {
  grid-column: span 2;
  height: 380px;
}
.inner-grid-right .grid-item:not(.item-wide) {
  height: 280px;
}
.grid-item {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f8fafc;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.grid-item:hover img,
.news-card:hover .card-image-box img {
  transform: scale(1.08);
}
.expand-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.4s;
}
.grid-item:hover .expand-btn {
  opacity: 1;
  transform: translateY(0);
}
.expand-btn:hover {
  background: #1a5f9c;
  color: #fff;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(15, 23, 42, 0.95);
  z-index: 20000;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.lightbox-content {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  animation: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) lightboxZoom;
}
.close-lightbox {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  transition: 0.3s;
}
.close-lightbox:hover {
  transform: rotate(90deg);
  color: #3b82f6;
}
.offering-header .highlight,
.ps-badge,
.section-title-large .highlight,
.testi-header .highlight {
  color: #1a5f9c;
}
@keyframes lightboxZoom {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .method-section {
    padding: 80px 6%;
    gap: 40px;
  }
  .method-left h2 {
    font-size: 2.2rem;
  }
  .method-right {
    gap: 16px;
  }
  .method-card {
    padding: 28px 24px;
    border-radius: 24px;
  }
  .method-card h3 {
    font-size: 1.2rem;
  }
  .method-card p {
    font-size: 0.9rem;
  }
  .mentor-card {
    flex: 0 0 260px;
  }
  .gallery-section {
    padding: 80px 6%;
  }
  .bento-grid {
    gap: 20px;
  }
  .item-main {
    height: 420px;
  }
  .item-sub {
    height: 340px;
  }
  .item-wide {
    height: 300px;
  }
  .inner-grid-right .grid-item:not(.item-wide) {
    height: 220px;
  }
  .grid-column-right {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .method-section {
    flex-direction: column;
    padding: 60px 5%;
    gap: 36px;
    align-items: stretch;
  }
  .method-left {
    flex: none;
    position: relative;
    top: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .method-left h2 {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
  .method-left .ps-lead {
    font-size: 0.9rem;
    max-width: 480px;
  }
  .method-right {
    flex: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .method-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .card-number {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
    border-radius: 11px;
    margin-bottom: 14px;
  }
  .method-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .method-card p {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .method-card:hover {
    transform: none;
    box-shadow: none;
    border-color: #e2e8f0;
    background-color: #f8fafc;
  }
  .premium-mentor-section {
    padding: 60px 0 50px;
  }
  .mentor-v3-header {
    margin-bottom: 40px;
  }
  .display-title {
    font-size: clamp(26px, 6vw, 36px);
  }
  .mentor-track {
    animation: none !important;
    overflow-x: auto;
    width: 100%;
    padding: 16px 5% 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mentor-track::-webkit-scrollbar {
    display: none;
  }
  .mentor-track-wrapper {
    mask-image: none;
    -webkit-mask-image: none;
    margin-bottom: 16px;
  }
  .mentor-card {
    flex: 0 0 230px;
    scroll-snap-align: start;
    padding: 20px;
    border-radius: 24px;
    gap: 12px;
  }
  .mentor-track:has(.mentor-card:hover) .mentor-card:not(:hover) {
    transform: none;
    opacity: 1;
  }
  .mentor-card:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-color: #e2e8f0;
  }
  .mentor-mobile-hint {
    display: flex;
  }
  .executive-modal-system {
    padding: 16px;
    align-items: center;
  }
  .modal-content-glass {
    flex-direction: column;
    border-radius: 32px;
    max-height: 88vh;
    max-width: 100%;
  }
  .modal-side-visual {
    flex: 0 0 200px;
    width: 100%;
    height: 200px;
  }
  .modal-side-visual img {
    object-position: top center;
  }
  .modal-side-content {
    padding: 24px 22px;
    overflow-y: auto;
  }
  .modal-name-text {
    font-size: 24px;
  }
  .modal-quote-refined p,
  .modal-tagline-text {
    font-size: 13px;
  }
  .modal-divider-gold {
    margin: 16px 0;
  }
  .modal-achievements-list li {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .modal-quote-refined {
    padding: 16px 20px;
    border-radius: 20px;
  }
  .modal-close-icon {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
  }
  .gallery-section {
    padding: 60px 5%;
  }
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .grid-column-right {
    order: -1;
    gap: 24px;
  }
  .grid-column-left,
  .inner-grid-right {
    gap: 16px;
  }
  .gallery-header p {
    font-size: 1rem;
    max-width: 100%;
  }
  .item-main {
    height: 320px;
  }
  .item-sub,
  .item-wide {
    height: 260px;
  }
  .inner-grid-right .grid-item:not(.item-wide) {
    height: 180px;
  }
  .grid-item {
    border-radius: 28px;
  }
  .expand-btn {
    opacity: 1;
    transform: translateY(0);
    width: 42px;
    height: 42px;
    bottom: 16px;
    right: 16px;
  }
  .grid-item:hover img {
    transform: none;
  }
  .lightbox {
    padding: 20px;
  }
  .lightbox-content {
    max-width: 100%;
    border-radius: 16px;
  }
  .close-lightbox {
    top: 16px;
    right: 20px;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-title-large {
    font-size: 1.6rem;
  }
  .method-left .ps-lead,
  .ps-lead {
    font-size: 0.85rem;
  }
  .program-node {
    max-width: 260px;
  }
  .method-section {
    padding: 48px 4%;
    gap: 24px;
  }
  .method-left h2 {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }
  .method-right {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .method-card {
    padding: 20px;
    border-radius: 18px;
    position: relative;
    flex-direction: column;
  }
  .card-number {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: none;
  }
  .method-card h3 {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-right: 44px;
    line-height: 1.3;
  }
  .method-card p {
    font-size: 0.85rem;
    line-height: 1.55;
    color: #64748b;
  }
  .premium-mentor-section {
    padding: 48px 0 40px;
  }
  .mentor-card {
    flex: 0 0 200px;
    padding: 16px;
    border-radius: 20px;
  }
  .mentor-card-info h3 {
    font-size: 1rem;
  }
  .mentor-quote {
    display: none;
  }
  .modal-side-visual {
    flex: 0 0 170px;
    height: 170px;
  }
  .modal-side-content {
    padding: 18px 16px;
  }
  .modal-name-text {
    font-size: 20px;
  }
  .modal-achievements-list li {
    font-size: 12px;
    gap: 10px;
  }
  .modal-quote-refined {
    padding: 14px 16px;
  }
  .modal-quote-refined p {
    font-size: 12px;
  }
  .modal-close-icon {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .gallery-section {
    padding: 48px 4%;
  }
  .bento-grid {
    gap: 16px;
  }
  .item-main {
    height: 260px;
  }
  .item-sub,
  .item-wide {
    height: 220px;
  }
  .inner-grid-right .grid-item:not(.item-wide) {
    height: 150px;
  }
  .inner-grid-right {
    gap: 12px;
  }
  .grid-item {
    border-radius: 22px;
  }
  .expand-btn {
    width: 36px;
    height: 36px;
    bottom: 12px;
    right: 12px;
    font-size: 13px;
  }
  .lightbox {
    padding: 16px;
  }
  .close-lightbox {
    top: 12px;
    right: 16px;
    font-size: 28px;
  }
}
.news-section {
  display: flex;
  flex-direction: row;
  padding: 80px 8% 40px !important;
  background-color: #fff;
  gap: 50px;
  position: relative;
  min-height: 120vh;
}
.news-left-sticky {
  flex: 0.8;
  height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  display: flex;
  align-items: center;
  z-index: 100;
}
.sticky-text-wrapper {
  max-width: 380px;
}
.ps-badge {
  display: inline-block;
  background: #f0f7ff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.section-title-large {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  color: #0f172a;
}
.ps-lead {
  color: #64748b;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 20px 0 30px;
}
.news-cta-btn {
  padding: 14px 32px;
  background: #1a5f9c;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
}
.news-cta-btn:hover {
  background: #0f172a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(26, 95, 156, 0.2);
}
.news-right-scroll {
  flex: 1.4;
  padding-bottom: 5vh !important;
}
.cards-stack-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.news-card {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 320px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.4s, filter 0.4s;
}
.news-card:last-child {
  margin-bottom: 50px !important;
}
.card-image-box {
  width: 40%;
  height: 100%;
}
.card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.card-text-content {
  width: 60%;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-date {
  color: #1a5f9c;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: block;
}
.card-text-content h3 {
  font-size: 1.45rem;
  font-weight: 850;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #1e293b;
}
.card-text-content p {
  color: #64748b;
  line-height: 1.5;
  font-size: 0.95rem;
  display: -webkit-box;
  overflow: hidden;
}
/* ===========================
   TESTIMONIAL SECTION
=========================== */
.carabicara-testimonial {
  padding: 100px 0 80px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.testi-wrapper-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.testi-grid-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* ===========================
   KIRI: GALERI FOTO
=========================== */
.testi-left-gallery {
  position: relative;
  height: 480px;
  width: 100%;
}

.testi-image-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.testi-image-group.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

.testi-main-frame {
  height: 100%;
  border: 8px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.testi-main-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testi-sub-frames {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.testi-sub-frames img {
  width: 100%;
  height: calc(50% - 7.5px);
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: block;
}

/* ===========================
   KANAN: KONTEN TEKS
=========================== */
.testi-right-content {
  display: flex;
  flex-direction: column;
}

.testi-header {
  margin-bottom: 30px;
}

.testi-header .ps-badge {
  color: #1a5f9c;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.testi-header .section-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #1e293b;
}

.testi-header .section-title .highlight {
  color: #1a5f9c;
}

/* ===========================
   SPEECH BUBBLE
=========================== */
.testi-speech-bubble {
  background-color: #f8fafc;
  padding: 40px 50px;
  border-radius: 30px;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(32, 99, 155, 0.03);
  z-index: 10;
}

.testi-speech-bubble p,
.testi-speech-bubble .testi-main-text {
  color: #1e293b !important;
}

.testi-speech-bubble .testi-client-name {
  color: #1e293b !important;
}

.testi-speech-bubble .testi-client-role {
  color: #64748b !important;
}

.testi-dot {
  background-color: rgba(26, 95, 156, 0.3) !important;
}

.testi-dot.active {
  background-color: #fff !important;
}

.testi-quote-mark {
  font-size: 100px;
  color: #20639b;
  font-family: Georgia, serif;
  position: absolute;
  top: 5px;
  left: 30px;
  opacity: 0.1;
  line-height: 1;
  pointer-events: none;
}

/* ===========================
   SLIDE ITEM
=========================== */
.testi-slide-item {
  display: none;
}

.testi-slide-item.active {
  display: block;
  animation: testiFadeUp 0.5s forwards;
}

.testi-main-text {
  color: #000 !important;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
  display: block;
}

.testi-client-name {
  font-weight: 800;
  font-size: 1.1rem;
  color: #1e293b !important;
  margin-bottom: 3px;
}

.testi-client-role {
  color: #64748b;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===========================
   NAVIGASI
=========================== */
.testi-navigation-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 30px;
}

.testi-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  color: #20639b;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.testi-nav-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(32, 99, 155, 0.15);
}

.testi-indicators {
  display: flex;
  gap: 8px;
  align-items: center;
}

.testi-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: width 0.3s, background-color 0.3s, border-radius 0.3s;
}

.testi-dot.active {
  width: 30px;
  background-color: #fff;
  border-radius: 10px;
}

/* ===========================
   ANIMASI
=========================== */
@keyframes testiFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===========================
   RESPONSIVE — TABLET
=========================== */
@media (max-width: 1024px) {
  .testi-grid-layout {
    gap: 40px;
  }

  .testi-left-gallery {
    height: 400px;
  }

  .testi-header .section-title {
    font-size: 2.2rem;
  }

  .testi-speech-bubble {
    padding: 30px 36px;
    min-height: 240px;
  }
}

/* ===========================
   RESPONSIVE — MOBILE
=========================== */
@media (max-width: 768px) {
  .carabicara-testimonial {
    padding: 60px 0 50px;
  }

  .testi-wrapper-container {
    width: 90%;
  }

  .testi-grid-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testi-left-gallery {
    height: 280px;
  }

  .testi-image-group {
    grid-template-columns: 1fr 0.6fr;
    gap: 12px;
  }

  .testi-main-frame {
    border-width: 5px;
    border-radius: 22px;
  }

  .testi-sub-frames {
    gap: 12px;
  }

  .testi-sub-frames img {
    border-radius: 12px;
    border-width: 3px;
  }

  .testi-header .section-title {
    font-size: 2rem;
  }

  .testi-speech-bubble {
    padding: 28px 30px;
    min-height: auto;
    border-radius: 24px;
  }

  .testi-quote-mark {
    font-size: 80px;
    top: 0;
    left: 20px;
  }

  .testi-main-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .testi-client-name {
    font-size: 1rem;
  }

  .testi-navigation-box {
    margin-top: 20px;
    gap: 12px;
  }

  .testi-nav-btn {
    width: 44px;
    height: 44px;
  }

  .testi-dot.active {
    width: 24px;
  }
}

/* ===========================
   RESPONSIVE — SMALL MOBILE
=========================== */
@media (max-width: 480px) {
  .carabicara-testimonial {
    padding: 48px 0 40px;
  }

  .testi-wrapper-container {
    width: 92%;
  }

  .testi-left-gallery {
    height: 220px;
  }

  .testi-image-group {
    grid-template-columns: 1fr;
  }

  .testi-sub-frames {
    display: none;
  }

  .testi-main-frame {
    border-radius: 20px;
    border-width: 4px;
    height: 220px;
  }

  .testi-header .section-title {
    font-size: 1.7rem;
  }

  .testi-speech-bubble {
    padding: 22px;
    border-radius: 20px;
  }

  .testi-quote-mark {
    font-size: 60px;
    left: 16px;
  }

  .testi-main-text {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 12px;
  }

  .testi-client-name {
    font-size: 0.95rem;
  }

  .testi-client-role {
    font-size: 0.78rem;
  }

  .testi-navigation-box {
    margin-top: 16px;
    gap: 10px;
  }

  .testi-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .testi-dot {
    width: 7px;
    height: 7px;
  }

  .testi-dot.active {
    width: 22px;
  }
}
.location-header .ps-badge,
.offering-header .ps-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
}
.location-section {
  padding: 60px 8% !important;
  background-color: #fff;
}
.location-header {
  margin-bottom: 40px;
}
.location-header .ps-badge {
  color: #1a5f9c;
  font-weight: 800;
  margin-bottom: 10px;
}
.location-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-top: 10px;
}
.location-header h2 span.highlight {
  color: #1a5f9c;
  display: inline-block;
  position: relative;
}
.location-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.location-card-compact {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.location-card-compact:hover {
  transform: translateY(-8px);
  border-color: #1a5f9c;
  box-shadow: 0 20px 40px rgba(32, 99, 155, 0.1);
}
.mini-map-top {
  height: 180px;
  width: 100%;
  position: relative;
}
.mini-map-top iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(1) opacity(0.7);
  transition: 0.5s;
}
.location-card-compact:hover .mini-map-top iframe {
  filter: grayscale(0) opacity(1);
}
.location-info-bottom {
  padding: 25px 30px;
}
.city-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a5f9c;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
}
.location-info-bottom h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
  line-height: 1.3;
}
.location-info-bottom p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-minimal {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #f1f5f9;
}
.contact-item {
  font-size: 12px;
  color: #475569;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-item i,
.text-link {
  color: #1a5f9c;
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  transition: 0.3s;
}
.text-link:hover {
  gap: 12px;
  color: #0f172a;
}
.offering-section {
  padding: 80px 8% !important;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.offering-container {
  max-width: 1200px;
  margin: 0 auto;
}
.offering-content-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.offering-header {
  text-align: left;
}
.offering-header .ps-badge {
  background: #e0f2fe;
  color: #1a5f9c;
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
.offering-header .section-title {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.offering-header .section-desc {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 450px;
}
.countdown-wrapper {
  display: flex;
  gap: 12px;
}
.timer-box {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  min-width: 85px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
  border: 1px solid #f1f5f9;
}
.timer-box span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a5f9c;
  line-height: 1;
  margin-bottom: 4px;
}
.timer-box small {
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
}
.offering-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 35px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid #f1f5f9;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
.input-group {
  margin-bottom: 15px;
  animation: 0.4s forwards slideDownIn;
}
.hidden {
  display: none !important;
}
.input-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e293b;
  font-size: 0.85rem;
}
.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 12px 18px;
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #334155;
  background-color: #f8fafc;
  transition: 0.3s;
}
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  border-color: #1a5f9c;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(26, 95, 156, 0.06);
}
.input-group textarea {
  height: 80px;
  resize: none;
}
.submit-btn {
  width: 100%;
  padding: 16px;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}
.submit-btn:hover {
  background: #128c7e;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.2);
}
.form-note {
  text-align: center;
  margin-top: 15px;
  font-size: 0.75rem;
  color: #94a3b8;
}
@keyframes slideDownIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pesan-booking-grid,
.pesan-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pesan {
  padding: 100px 8%;
  background-color: #fff;
}
.pesan-container {
  max-width: 1100px;
  margin: 0 auto;
  gap: 80px;
  align-items: center;
}
.profile-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #f1f5f9;
  margin-bottom: 25px;
}
.pesan-info h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 15px;
}
.pesan-info p {
  color: #64748b;
  line-height: 1.6;
}
.pesan-benefit-list {
  list-style: none;
  margin-top: 25px;
  padding: 0;
}
.pesan-benefit-list li {
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a5f9c;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pesan-form-card {
  background: #f8fafc;
  padding: 45px;
  border-radius: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}
.pesan-form-header h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 5px;
}
.pesan-form-header p {
  color: #64748b;
  font-size: 0.95rem;
}
.pesan-input-group {
  margin-bottom: 20px;
}
.pesan-input-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e293b;
}
.pesan-input-group input,
.pesan-input-group select {
  width: 100%;
  padding: 15px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  transition: 0.3s;
}
.pesan-booking-grid {
  gap: 15px;
}
.pesan-submit-btn {
  width: 100%;
  padding: 18px;
  background: #1e293b;
  color: #fff;
  border: none;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}
.pesan-submit-btn:hover {
  background: #1a5f9c;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(26, 95, 156, 0.15);
}
footer {
  background: linear-gradient(135deg, #f9fbff 0, #edf2fb 50%, #f1f5ff 100%);
  color: #111827;
  padding: 60px 20px 30px;
  font-family: Poppins, sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-container img {
  width: 80%;
  margin: -10px;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 200px;
}
.footer-col h2.footer-brand {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-col h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1e3a8a;
  position: relative;
}
.footer-col h4::after {
  content: "";
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  position: absolute;
  left: 0;
  bottom: -6px;
  border-radius: 2px;
}
.footer-col p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #374151;
}
.footer-col ul li a {
  color: #374151;
  transition: color 0.3s;
}
.footer-bottom .footer-links a:hover,
.footer-col ul li a:hover,
.footer-socials a:hover {
  color: #2563eb;
}
.footer-socials {
  display: flex;
  gap: 16px;
}
.footer-socials a {
  font-size: 20px;
  color: #374151;
  transition: color 0.3s;
}
.footer-col ul li i {
  margin-right: 8px;
  color: #2563eb;
  font-size: 16px;
}
.footer-bottom {
  border-top: 1px solid #e5ebf7;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #6b7280;
}
.footer-bottom .footer-links a {
  text-decoration: none;
  color: #6b7280;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .news-section {
    padding: 80px 5% 40px !important;
    gap: 30px;
    min-height: auto;
  }
  .news-left-sticky {
    flex: 1;
    height: auto;
    position: sticky;
  }
  .sticky-text-wrapper {
    max-width: 320px;
  }
  .news-card {
    height: 280px;
  }
  .card-text-content {
    padding: 25px 28px;
  }
  .card-text-content h3 {
    font-size: 1.2rem;
  }
  .carabicara-testimonial {
    padding: 80px 0 60px;
  }
  .testi-wrapper-container {
    width: 92%;
  }
  .offering-content-grid,
  .testi-grid-layout {
    gap: 40px;
  }
  .testi-left-gallery {
    height: 400px;
  }
  .testi-header .section-title {
    font-size: 2.2rem;
  }
  .testi-speech-bubble {
    padding: 30px 36px;
    min-height: 240px;
  }
  .location-section,
  .offering-section {
    padding: 60px 5% !important;
  }
  .location-grid-layout {
    gap: 20px;
  }
  .location-header h2 {
    font-size: 30px;
  }
  .mini-map-top {
    height: 160px;
  }
  .location-info-bottom {
    padding: 20px 24px;
  }
  .location-info-bottom h3 {
    font-size: 16px;
  }
  .offering-header .section-title {
    font-size: clamp(28px, 4vw, 38px);
  }
  .timer-box {
    min-width: 72px;
    padding: 12px 10px;
  }
  .timer-box span {
    font-size: 1.5rem;
  }
  .offering-form-wrapper {
    padding: 30px;
  }
  .pesan {
    padding: 80px 5%;
  }
  .pesan-container {
    gap: 50px;
  }
  .pesan-info h3 {
    font-size: 1.8rem;
  }
  .pesan-form-card {
    padding: 35px;
  }
  footer {
    padding: 50px 5% 24px;
  }
  .footer-container {
    gap: 30px;
  }
  .footer-col {
    flex: 1 1 180px;
  }
}
@media (max-width: 768px) {
  .news-card,
  .news-left-sticky {
    position: relative;
    top: auto;
    height: auto;
  }
  .news-section {
    flex-direction: column;
    padding: 60px 5% 40px !important;
    gap: 40px;
    min-height: auto;
  }
  .news-left-sticky {
    flex: none;
    width: 100%;
  }
  .sticky-text-wrapper {
    max-width: 100%;
  }
  .section-title-large {
    font-size: 28px;
  }
  .ps-lead {
    font-size: 0.9rem;
    margin: 16px 0 24px;
  }
  .news-cta-btn {
    padding: 12px 28px;
    font-size: 13px;
  }
  .news-card:hover .card-image-box img,
  .news-cta-btn:hover,
  .pesan-submit-btn:hover,
  .submit-btn:hover,
  .testi-nav-btn:hover {
    transform: none;
  }
  .news-right-scroll {
    flex: none;
    width: 100%;
    padding-bottom: 0 !important;
  }
  .cards-stack-wrapper {
    gap: 20px;
  }
  .news-card {
    margin-bottom: 0;
    border-radius: 24px;
    flex-direction: column;
  }
  .news-card:last-child {
    margin-bottom: 0 !important;
  }
  .card-image-box {
    width: 100%;
    height: 200px;
  }
  .card-text-content {
    width: 100%;
    padding: 20px 22px;
  }
  .card-text-content h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }
  .card-text-content p {
    font-size: 0.88rem;
    -webkit-line-clamp: 3;
  }
  .carabicara-testimonial {
    padding: 60px 0 50px;
  }
  .testi-wrapper-container {
    width: 90%;
  }
  .testi-grid-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .testi-left-gallery {
    height: 280px;
  }
  .testi-image-group {
    grid-template-columns: 1fr 0.6fr;
    gap: 12px;
  }
  .testi-main-frame {
    border-width: 5px;
    border-radius: 22px;
  }
  .testi-main-frame img {
    border-radius: 15px;
  }
  .testi-sub-frames {
    gap: 12px;
  }
  .testi-sub-frames img {
    border-radius: 12px;
    border-width: 3px;
  }
  .testi-header {
    margin-bottom: 20px;
  }
  .testi-header .section-title {
    font-size: 2rem;
  }
  .testi-speech-bubble {
    padding: 28px 30px;
    min-height: auto;
    border-radius: 24px;
  }
  .testi-quote-mark {
    font-size: 80px;
    top: 0;
    left: 20px;
  }
  section.carabicara-testimonial .testi-speech-bubble .testi-main-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #000;
  }
  .testi-client-name {
    font-size: 1rem;
  }
  .testi-navigation-box {
    margin-top: 20px;
    gap: 12px;
  }
  .testi-nav-btn {
    width: 44px;
    height: 44px;
  }
  .testi-dot.active {
    width: 24px;
  }
  .location-section,
  .offering-section {
    padding: 60px 5% !important;
  }
  .location-header {
    margin-bottom: 30px;
  }
  .location-header h2 {
    font-size: 26px;
    letter-spacing: -1px;
  }
  .location-grid-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .location-card-compact {
    border-radius: 20px;
  }
  .location-card-compact:hover {
    transform: none;
    border-color: #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  }
  .location-card-compact:hover .mini-map-top iframe {
    filter: grayscale(1) opacity(0.7);
  }
  .mini-map-top {
    height: 180px;
  }
  .location-info-bottom {
    padding: 20px 22px;
  }
  .location-info-bottom h3 {
    font-size: 16px;
  }
  .location-info-bottom p {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .contact-minimal {
    gap: 12px;
    margin-bottom: 16px;
    padding-top: 12px;
  }
  .contact-item {
    font-size: 12px;
  }
  .text-link {
    font-size: 13px;
  }
  .text-link:hover {
    gap: 8px;
    color: #1a5f9c;
  }
  .offering-content-grid,
  .pesan-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .offering-header {
    text-align: center;
  }
  .offering-header .section-desc {
    max-width: 100%;
    font-size: 0.92rem;
    margin-bottom: 28px;
  }
  .countdown-wrapper {
    justify-content: center;
    gap: 10px;
  }
  .timer-box {
    min-width: 70px;
    padding: 12px 10px;
    border-radius: 16px;
  }
  .timer-box span {
    font-size: 1.5rem;
  }
  .offering-form-wrapper,
  .pesan-form-card {
    padding: 28px 24px;
    border-radius: 28px;
  }
  .form-grid,
  .pesan-booking-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .input-group input,
  .input-group select,
  .input-group textarea {
    font-size: 16px;
    padding: 11px 16px;
  }
  .submit-btn {
    padding: 15px;
    font-size: 0.95rem;
  }
  .pesan {
    padding: 60px 5%;
  }
  .pesan-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .profile-image img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .pesan-info h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .pesan-info p {
    font-size: 0.92rem;
  }
  .pesan-benefit-list {
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .pesan-benefit-list li {
    margin-bottom: 0;
    font-size: 13px;
    background: #f0f7ff;
    padding: 6px 14px;
    border-radius: 50px;
  }
  .pesan-form-header h4 {
    font-size: 1.3rem;
  }
  .pesan-form-header p {
    font-size: 0.88rem;
  }
  .pesan-input-group label {
    font-size: 0.85rem;
  }
  .pesan-input-group input,
  .pesan-input-group select {
    font-size: 16px;
    padding: 13px 15px;
  }
  .pesan-submit-btn {
    padding: 16px;
    font-size: 0.95rem;
    border-radius: 14px;
  }
  footer {
    padding: 48px 5% 24px;
  }
  .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
  .footer-col:first-child,
  .footer-col:last-child {
    grid-column: span 2;
  }
  .footer-container img {
    width: 45%;
    margin: -6px 0;
  }
  .footer-col p {
    font-size: 14px;
  }
  .footer-col h4 {
    font-size: 17px;
  }
  .footer-col ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: 32px;
  }
  .footer-bottom .footer-links {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .news-section {
    padding: 48px 4% 32px !important;
    gap: 30px;
  }
  .section-title-large {
    font-size: 24px;
  }
  .ps-lead {
    font-size: 0.88rem;
    margin: 14px 0 20px;
  }
  .news-cta-btn {
    width: 100%;
    text-align: center;
    padding: 13px 20px;
  }
  .cards-stack-wrapper,
  .location-grid-layout {
    gap: 16px;
  }
  .news-card {
    border-radius: 20px;
  }
  .card-image-box {
    height: 170px;
  }
  .card-text-content,
  .location-info-bottom {
    padding: 16px 18px;
  }
  .card-text-content h3 {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .card-text-content p {
    font-size: 0.85rem;
    -webkit-line-clamp: 2;
  }
  .news-date {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .carabicara-testimonial {
    padding: 48px 0 40px;
  }
  .testi-wrapper-container {
    width: 92%;
  }
  .testi-left-gallery {
    height: 220px;
  }
  .testi-image-group {
    grid-template-columns: 1fr;
  }
  .testi-sub-frames {
    display: none;
  }
  .testi-main-frame {
    border-radius: 20px;
    border-width: 4px;
    height: 220px;
  }
  .testi-header .section-title {
    font-size: 1.7rem;
  }
  .testi-speech-bubble {
    padding: 22px;
    border-radius: 20px;
  }
  .testi-quote-mark {
    font-size: 60px;
    left: 16px;
  }
  section.carabicara-testimonial .testi-speech-bubble .testi-main-text {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  .testi-client-name {
    font-size: 0.95rem;
  }
  .testi-slide-item small {
    font-size: 0.78rem;
  }
  .testi-navigation-box {
    margin-top: 16px;
    gap: 10px;
  }
  .testi-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .testi-dot {
    width: 7px;
    height: 7px;
  }
  .testi-dot.active {
    width: 22px;
  }
  .location-section,
  .offering-section {
    padding: 48px 4% !important;
  }
  .location-header h2 {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
  .location-card-compact {
    border-radius: 18px;
  }
  .mini-map-top {
    height: 160px;
  }
  .city-tag {
    font-size: 9px;
    margin-bottom: 4px;
  }
  .location-info-bottom h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .location-info-bottom p {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .contact-minimal {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
    padding-top: 10px;
  }
  .contact-item,
  .footer-bottom .footer-links a,
  .text-link {
    font-size: 12px;
  }
  .offering-header .section-title {
    font-size: clamp(24px, 7vw, 32px);
    letter-spacing: -1px;
  }
  .offering-header .section-desc {
    font-size: 0.88rem;
    margin-bottom: 24px;
  }
  .countdown-wrapper {
    gap: 8px;
  }
  .timer-box {
    min-width: 0;
    flex: 1;
    padding: 10px 6px;
    border-radius: 14px;
  }
  .timer-box span {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .timer-box small {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .offering-form-wrapper {
    padding: 20px 18px;
    border-radius: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .input-group {
    margin-bottom: 12px;
  }
  .input-group label {
    font-size: 0.82rem;
    margin-bottom: 6px;
  }
  .input-group input,
  .input-group select,
  .input-group textarea {
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 10px;
  }
  .input-group textarea {
    height: 70px;
  }
  .submit-btn {
    padding: 14px;
    font-size: 0.9rem;
    border-radius: 12px;
    gap: 8px;
  }
  .form-note {
    font-size: 0.72rem;
    margin-top: 12px;
  }
  .pesan {
    padding: 48px 4%;
  }
  .pesan-container {
    gap: 28px;
  }
  .profile-image img {
    width: 85px;
    height: 85px;
    border-width: 4px;
    margin-bottom: 16px;
  }
  .pesan-info h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .pesan-info p {
    font-size: 0.88rem;
  }
  .pesan-benefit-list {
    gap: 8px;
    margin-top: 16px;
  }
  .pesan-benefit-list li {
    font-size: 12px;
    padding: 5px 12px;
  }
  .pesan-form-card {
    padding: 20px 18px;
    border-radius: 22px;
  }
  .pesan-form-header {
    margin-bottom: 20px;
  }
  .pesan-form-header h4 {
    font-size: 1.15rem;
  }
  .pesan-input-group {
    margin-bottom: 14px;
  }
  .pesan-booking-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pesan-submit-btn {
    padding: 14px;
    font-size: 0.9rem;
    border-radius: 12px;
    margin-top: 6px;
  }
  footer {
    padding: 40px 4% 20px;
  }
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }
  .footer-col:first-child,
  .footer-col:last-child {
    grid-column: span 2;
  }
  .footer-container img {
    width: 55%;
    margin: -4px 0;
  }
  .footer-col p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .footer-socials {
    gap: 14px;
  }
  .footer-socials a {
    font-size: 20px;
  }
  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .footer-col ul li {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .footer-bottom {
    margin-top: 28px;
    padding-top: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .footer-bottom p {
    font-size: 12px;
    line-height: 1.5;
  }
  .footer-bottom .footer-links {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
