/* Venture Studio - More Information Page Styles */

.vs-page {
  background-color: #f1f4f6;
}

/* Navbar */
.vs-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 32px 80px 16px;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.vs-navbar.scrolled {
  background-color: rgba(241, 244, 246, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 80px 12px;
}

.vs-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}

.vs-navbar-brand {
  flex: 1;
}

.vs-navbar-brand .brand-text {
  color: #3b444a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.vs-navbar-brand .brand-text:hover {
  color: #000000;
}

/* Menu Dots Button */
.menu-dots-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
  align-items: center;
  justify-items: center;
  transition: all 0.3s ease;
}

.menu-dots-btn .dot {
  width: 4px;
  height: 4px;
  background-color: #3b444a;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.menu-dots-btn:hover .dot {
  background-color: #0f90e5;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.side-menu.active {
  transform: translateX(0);
}

.side-menu-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side-menu-header {
  position: absolute;
  top: 30px;
  right: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.side-menu-header .brand-text {
  display: none;
}

.close-menu-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close-menu-btn:hover svg {
  stroke: #0f90e5;
}

.close-menu-btn svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.side-menu-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.side-menu-item {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  padding: 10px 0;
  letter-spacing: -0.4px;
}

.side-menu-item.active {
  color: #0f90e5;
}

.side-menu-item:hover {
  color: #0f90e5;
}

.side-menu-cta {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.lets-talk-btn {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #0f90e5;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.lets-talk-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 144, 229, 0.3);
}

.btn-text {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin: 0;
  padding: 0;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

/* ============================================
   CONTENT
   ============================================ */

.vs-content {
  width: 100%;
  overflow: hidden;
}

/* --- Shared Label Style --- */
.vs-hero-label,
.vs-booking-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  color: #0f90e5;
  text-transform: uppercase;
}

/* ============================================
   HERO SECTION
   ============================================ */

.vs-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 80px 60px;
  position: relative;
}

.vs-hero-inner {
  max-width: 900px;
}

.vs-hero-label {
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.vs-hero-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 8vw, 96px);
  color: #3b444a;
  line-height: 1.05;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
  word-break: break-word;
  overflow-wrap: break-word;
}

.title-outline {
  -webkit-text-stroke: 2px #3b444a;
  color: transparent;
}

/* ============================================
   VIDEO SECTION
   ============================================ */

.vs-video {
  padding: 0 80px 80px;
  max-width: 1000px;
  margin: 0 auto;
}

.video-container {
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  background: #3b444a;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ============================================
   BOOKING SECTION
   ============================================ */

.vs-booking {
  padding: 40px 80px 120px;
}

.vs-booking-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.vs-booking-label {
  margin-bottom: 40px;
}

.booking-embed {
  width: 100%;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  min-height: 700px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}

.meetings-iframe-container {
  width: 100%;
  min-height: 700px;
}

/* ============================================
   ANIMATIONS
   ============================================ */

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

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .vs-navbar {
    padding: 24px 60px 16px;
  }

  .vs-hero {
    padding: 140px 60px 60px;
  }

  .vs-video {
    padding: 0 60px 60px;
  }

  .vs-booking {
    padding: 40px 60px 100px;
  }
}

@media (max-width: 768px) {
  .vs-navbar {
    position: absolute;
    padding: 24px 20px 16px;
  }

  .vs-navbar.scrolled {
    padding: 16px 20px 10px;
  }

  .vs-hero {
    padding: 100px 24px 40px;
  }

  .vs-hero-label {
    margin-bottom: 24px;
  }

  .vs-video {
    padding: 0 24px 60px;
  }

  .video-wrapper {
    border-radius: 14px;
  }

  .vs-booking {
    padding: 20px 8px 80px;
  }

  .booking-embed {
    min-height: 600px;
    border-radius: 12px;
  }

  .meetings-iframe-container {
    min-height: 600px;
  }

  .side-menu {
    max-width: 100%;
  }

  .side-menu-content {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .side-menu-header {
    top: 22px;
    right: 16px;
  }

  .side-menu-item {
    font-size: 28px;
  }
  .vs-navbar {
    padding: 24px 20px 16px;
  }

  .vs-hero {
    padding: 100px 20px 40px;
  }

  .vs-video {
    padding: 0 20px 40px;
  }

  .vs-booking {
    padding: 20px 4px 60px;
  }

  .booking-embed {
    min-height: 550px;
    border-radius: 10px;
  }

  .meetings-iframe-container {
    min-height: 550px;
  }
}
