.terms-wrap {
  max-width: 720px;
  margin: 60px auto;
  padding: 0 24px 80px;
  font-family: sans-serif;
  color: var(--bs-light);
  line-height: 1.7;
}

.terms-wrap h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.terms-wrap .updated {
  font-size: 0.85rem;
  color: var(--bs-light);
  margin-bottom: 40px;
  display: block;
}

.terms-wrap h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 36px 0 8px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}

.terms-wrap p, .terms-wrap ul {
  font-size: 0.97rem;
  color: var(--bs-light);
  margin: 0 0 12px;
}

.terms-wrap ul {
  padding-left: 20px;
}

.terms-wrap ul li {
  margin-bottom: 4px;
}

.terms-wrap a {
  color: #0e6efd;
}

.privacy-wrap {
  max-width: 720px;
  margin: 60px auto;
  padding: 0 24px 80px;
  font-family: sans-serif;
  color: var(--bs-light);
  line-height: 1.7;
}

.privacy-wrap h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.privacy-wrap .updated {
  font-size: 0.85rem;
  color: var(--bs-light);
  margin-bottom: 40px;
  display: block;
}

.privacy-wrap h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 36px 0 8px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}

.privacy-wrap p, .privacy-wrap ul {
  font-size: 0.97rem;
  color: var(--bs-gray-100);
  margin: 0 0 12px;
}

.privacy-wrap ul {
  padding-left: 20px;
}

.privacy-wrap ul li {
  margin-bottom: 4px;
}

.privacy-wrap a {
  color: #0e6efd;
}

/* HERO SECTION */

.landing-hero {
  height: 90vh;
  position: relative;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 5;
}

.hero-title {
  font-size: 3.5rem;
  font-family: 'Advent Pro';
  font-weight: bold;
  color: var(--text-primary);
}

.hero-subtitle {
  font-size: 1.2rem;
  max-width: 650px;
  margin: 0 auto;
  color: var(--text-secondary);
}

.hidden {
  display: none !important;
}

.glass-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
}

.glass-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

.glass-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.icon-circle {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
}

.glass-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}

.glass-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.glass-btn {
  border-radius: 12px;
  font-weight: 600;
}

.glass-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
}

.glass-accordion .accordion-button {
  background: transparent;
  color: white;
  box-shadow: none;
}

.glass-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.08);
}

.glass-accordion .accordion-item {
  border: none;
}

.accent {
  color: var(--text-secondary);
}

/* GLASS BUTTONS */

.glass-btn {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--text-primary);
  transition: 0.3s;
}

.glass-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.glass-btn-outline {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--text-primary);
}

.glass-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* GLASS SECTIONS */

.glass-section {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow-md);
}

/* GLASS CARDS */

.glass-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* IMAGE GLASS EFFECT */

.glass-img {
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* GLASS FOOTER */

.glass-footer {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow-md);
  border-radius: 20px 20px 0 0;
}

/* Brand */

.footer-brand .brand-text {
  font-family: Advent Pro;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--text-primary);
}

.footer-desc {
  font-family: Advent Pro;
  font-weight: bold;
  color: var(--text-secondary);
}

/* Social Icons */

.social-link {
  color: var(--text-primary);
  opacity: 0.8;
  transition: 0.3s;
}

.social-link:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Footer Links */

.footer-link {
  color: var(--text-primary) !important;
  font-family: Advent Pro;
  font-weight: bold;
  opacity: 0.8;
  transition: 0.3s;
}

.footer-link:hover {
  opacity: 1;
}

.social-link {
  font-size: xx-large;
}

/* Copyright */

.footer-bottom {
  width: 100%;
  padding-top: 10px;
}

.footer-copy {
  font-family: 'Geist';
  font-size: 0.95rem;
  color: var(--text-secondary);
  opacity: 0.9;
}

.glass-carousel {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: var(--shadow-md);
  max-width: 800px;
}

.carousel-item img {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
}

.newsletter-section.glass-section {
}

/* ============================================
   INDEX/HOME PAGE SPECIFIC STYLES
   ============================================ */

/* Swiper container */

.index-slider-section .swiper {
  width: 100%;
  max-width: 540px;
  border-radius: 12px;
  overflow: hidden;
}

/* Correct aspect ratio for 2000x780 images */

.index-slide-img-container {
  width: 100%;
  aspect-ratio: 2000 / 780;
  overflow: hidden;
  border-radius: 12px;
}

.index-slide-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  opacity: 0.3!important;
}

/* Active pagination bullet color */

.index-slider-section .swiper-pagination-bullet-active {
  background: #cd7e95 !important;
}

/* Section spacing + background */

.index-slider-section {
  padding-top: 6px !important;
  padding-bottom: 40px !important;
  background: var(--bs-danger);
}

.index-slider-section h5.accent {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.swiper-slide-active h5.accent {
  opacity: 1;
  transform: translateY(0);
}

