/* ==========================================================================
   KOPERASI PEGAWAI KOPITA - RESTRAINED ENTERPRISE SPA
   Brand Color: #CB3DCA | Asymmetric Bento Grid Features
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Brand Single Accent Color (#CB3DCA) */
  --kopita-brand-purple: #CB3DCA;
  --kopita-brand-purple-hover: #b532b4;
  --kopita-brand-purple-light: #fdf2fe;
  --kopita-brand-purple-border: rgba(203, 61, 202, 0.25);

  /* Restrained Corporate Light & Dark Palette */
  --kopita-dark: #0f172a;
  --kopita-navy: #1e293b;
  --kopita-slate-bg: #f8fafc;
  --kopita-slate-card: #ffffff;
  --kopita-text-main: #1e293b;
  --kopita-text-muted: #64748b;
  --kopita-border-color: #e2e8f0;

  /* Light Theme Hero Gradients */
  --hero-light-gradient: linear-gradient(135deg, #ffffff 0%, #fdf2fe 60%, #f8fafc 100%);
  --cta-gradient: linear-gradient(135deg, #0f172a 0%, #29102c 60%, #CB3DCA 100%);

  /* Spacing Tokens */
  --card-radius: 18px;
}

/* Global Reset & Typography */
body.kopita-landing {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--kopita-slate-bg);
  color: var(--kopita-text-main);
  overflow-x: hidden;
  line-height: 1.7;
}

.kopita-landing h1, 
.kopita-landing h2, 
.kopita-landing h3, 
.kopita-landing h4, 
.kopita-landing h5 {
  font-weight: 800;
  color: var(--kopita-dark);
  letter-spacing: -0.025em;
}

/* Standardized Proportional Section Heights & Vertical Padding */
.section-padding {
  padding: 5rem 0;
}

.section-header-editorial {
  margin-bottom: 3rem;
}

.section-header-editorial h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
}

/* Section Logo Watermark Badge Header */
.section-logo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0.9rem;
  background: #ffffff;
  border: 1px solid var(--kopita-border-color);
  border-radius: 50rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
}

.section-logo-badge img {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.section-logo-badge span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--kopita-brand-purple);
  text-uppercase: uppercase;
  letter-spacing: 0.05em;
}

/* Sticky Navbar - Center Aligned Menu */
.kopita-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  transition: all 0.3s ease;
  padding: 1.1rem 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.kopita-navbar.scrolled {
  padding: 0.65rem 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.navbar-brand-kopita img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.nav-link-kopita {
  font-weight: 600;
  font-size: 0.925rem;
  color: #334155 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 8px;
  white-space: nowrap !important;
  transition: all 0.2s ease;
}

.nav-link-kopita:hover,
.nav-link-kopita.active {
  color: var(--kopita-brand-purple) !important;
  background-color: var(--kopita-brand-purple-light);
}

.navbar-actions {
  white-space: nowrap !important;
  flex-shrink: 0;
}

/* Buttons Fill Color #CB3DCA */
.btn-kopita-primary, .btn-kopita-gold {
  background-color: var(--kopita-brand-purple) !important;
  background: var(--kopita-brand-purple) !important;
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 12px !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(203, 61, 202, 0.35);
  transition: all 0.25s ease;
  white-space: nowrap !important;
}

.btn-kopita-primary:hover, .btn-kopita-gold:hover {
  background-color: var(--kopita-brand-purple-hover) !important;
  background: var(--kopita-brand-purple-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(203, 61, 202, 0.45);
}

.btn-kopita-secondary {
  background: #ffffff !important;
  color: var(--kopita-brand-purple) !important;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 12px !important;
  border: 1.5px solid var(--kopita-brand-purple) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  white-space: nowrap !important;
}

.btn-kopita-secondary:hover {
  background: var(--kopita-brand-purple-light) !important;
  color: var(--kopita-brand-purple-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(203, 61, 202, 0.15);
}

.btn-nowrap {
  white-space: nowrap !important;
}

/* Badges */
.badge-kopita {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 50rem !important;
  font-size: 0.85rem;
  font-weight: 700;
}

.badge-kopita-hero {
  background: var(--kopita-brand-purple-light);
  color: var(--kopita-brand-purple);
  border: 1px solid var(--kopita-brand-purple-border);
}

.badge-kopita-purple {
  background: var(--kopita-brand-purple-light);
  color: var(--kopita-brand-purple);
  border: 1px solid var(--kopita-brand-purple-border);
}

/* Light Theme Hero Section */
.hero-section-light {
  position: relative;
  padding: 8.5rem 0 5rem 0;
  background: var(--hero-light-gradient);
  color: var(--kopita-dark);
  overflow: hidden;
  border-bottom: 1px solid var(--kopita-border-color);
}

.hero-section-light::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(203, 61, 202, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-headline-light {
  font-size: 3rem;
  line-height: 1.18;
  font-weight: 800;
  color: var(--kopita-dark) !important;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .hero-headline-light { font-size: 2.25rem; }
}

.hero-subheadline-light {
  font-size: 1.125rem;
  color: #475569;
  font-weight: 400;
  margin-bottom: 2.25rem;
  max-width: 620px;
  line-height: 1.7;
}

.hero-action-btns {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: nowrap;
}

@media (max-width: 576px) {
  .hero-action-btns { flex-wrap: wrap; }
  .hero-action-btns .btn { width: 100%; }
}

.hero-vector-card-light {
  background: #ffffff;
  border: 1px solid var(--kopita-border-color);
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.08);
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
}

/* Metrics Bar - Flat Border Style (No Shadow) */
.metrics-section {
  padding: 5rem 0;
  position: relative;
  z-index: 20;
}

.metrics-row-nowrap {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
  .metrics-row-nowrap {
    padding-bottom: 1rem;
  }
}

.metrics-col-item {
  flex: 1 1 0px !important;
  min-width: 220px;
}

.metrics-card {
  background: var(--kopita-slate-card);
  border-radius: var(--card-radius);
  box-shadow: none !important;
  border: 1.5px solid var(--kopita-border-color);
  padding: 1.75rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}

.metrics-card:hover {
  transform: translateY(-4px);
  box-shadow: none !important;
  border-color: rgba(203, 61, 202, 0.4);
}

.metrics-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
  background: var(--kopita-brand-purple-light);
  color: var(--kopita-brand-purple);
}

.metrics-value {
  font-size: 1.7rem; font-weight: 800;
  color: var(--kopita-dark); line-height: 1.2;
}

.metrics-label {
  font-size: 0.85rem; color: var(--kopita-text-muted);
  font-weight: 600;
}

/* Responsive adjustments for Metrics */
@media (max-width: 767px) {
  .metrics-row-nowrap {
    flex-wrap: wrap !important;
    overflow-x: visible;
  }
  .metrics-col-item {
    flex: 0 0 calc(50% - 0.625rem) !important;
    min-width: 0;
  }
  .metrics-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 0.5rem;
    white-space: normal;
  }
  .metrics-value {
    font-size: 1.35rem;
  }
}

/* ASYMMETRIC BENTO GRID FEATURES LAYOUT */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}

.bento-card {
  background: #ffffff;
  border-radius: var(--card-radius);
  border: 1px solid var(--kopita-border-color);
  padding: 2.25rem;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(203, 61, 202, 0.4);
  box-shadow: 0 20px 40px rgba(203, 61, 202, 0.08);
}

.bento-card-highlight {
  background: linear-gradient(135deg, #ffffff 0%, #fdf2fe 100%);
  border: 1.5px solid var(--kopita-brand-purple-border);
}

.bento-card-dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #29102c 100%);
  color: #ffffff;
  border: none;
}

.bento-card-dark h5, .bento-card-dark h4 {
  color: #ffffff !important;
}

.bento-card-dark p {
  color: #cbd5e1 !important;
}

/* Bento Item Column Spans */
.bento-col-8 { grid-column: span 8; }
.bento-col-4 { grid-column: span 4; }
.bento-col-5 { grid-column: span 5; }
.bento-col-7 { grid-column: span 7; }

@media (max-width: 991px) {
  .bento-col-8, .bento-col-4, .bento-col-5, .bento-col-7 {
    grid-column: span 12;
  }
}

.bento-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--kopita-brand-purple-light);
  color: var(--kopita-brand-purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.25rem;
}

.bento-icon-dark {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(203, 61, 202, 0.25);
  color: #f5abf4;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.25rem;
}

.bento-list {
  list-style: none; padding: 0; margin: 1.25rem 0 0 0;
}

.bento-list li {
  font-size: 0.9rem; color: var(--kopita-text-muted);
  margin-bottom: 0.65rem; display: flex; align-items: flex-start; gap: 0.6rem;
}

.bento-list li i {
  color: var(--kopita-brand-purple); margin-top: 4px; flex-shrink: 0;
}

.bento-card-dark .bento-list li {
  color: #cbd5e1 !important;
}

.bento-card-dark .bento-list li i {
  color: #f5abf4 !important;
}

/* Feature Split Box Layout */
.feature-split-box {
  padding: 1.5rem 0;
}

.feature-split-badge {
  color: var(--kopita-brand-purple);
  font-weight: 700;
  font-size: 0.85rem;
  text-uppercase: uppercase;
  letter-spacing: 0.05em;
}

.feature-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.feature-bullet-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--kopita-brand-purple-light);
  color: var(--kopita-brand-purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}

/* FAQ Section & Fixed Search Input Size */
.faq-search-box {
  position: relative;
  margin-bottom: 1.5rem;
}

.faq-search-input {
  font-size: 0.925rem !important;
  height: 46px !important;
  padding-left: 1.25rem !important;
  padding-right: 2.75rem !important;
  border-radius: 12px !important;
  border: 1px solid #cbd5e1 !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  color: var(--kopita-dark) !important;
  outline: none !important;
}

.faq-search-input:focus {
  border-color: var(--kopita-brand-purple) !important;
  box-shadow: 0 0 0 3px rgba(203, 61, 202, 0.15) !important;
  outline: none !important;
}

.faq-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--kopita-brand-purple);
  font-size: 0.95rem;
  pointer-events: none;
}

/* FAQ Accordion Item & Active Focus Fix */
.faq-accordion-item {
  background: #ffffff;
  border-radius: 16px !important;
  border: 1px solid var(--kopita-border-color) !important;
  margin-bottom: 1.1rem;
  overflow: hidden !important;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.faq-accordion-item:hover,
.faq-accordion-item.active-item {
  border-color: rgba(203, 61, 202, 0.4) !important;
  box-shadow: 0 8px 24px rgba(203, 61, 202, 0.08) !important;
  border-radius: 16px !important;
}

.faq-accordion-button {
  width: 100%; text-align: left;
  background: #ffffff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 1.25rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--kopita-dark);
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  border-radius: 16px !important;
  transition: background-color 0.2s ease;
}

.faq-accordion-button:focus,
.faq-accordion-button:active,
.faq-accordion-button:hover {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: #ffffff !important;
}

.faq-accordion-button .faq-icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--kopita-slate-bg);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}

.faq-accordion-button.active .faq-icon {
  transform: rotate(180deg);
  background: var(--kopita-brand-purple-light);
  color: var(--kopita-brand-purple);
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
  padding: 0 1.5rem;
  color: var(--kopita-text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  border-radius: 0 0 16px 16px !important;
}

.faq-accordion-content.open {
  max-height: 500px;
  padding: 0 1.5rem 1.35rem 1.5rem;
}

/* CTA Banner */
.cta-banner-card {
  background: var(--cta-gradient);
  border-radius: 24px; padding: 4rem 3.5rem;
  color: #ffffff; position: relative; overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.4);
}

/* Main Footer */
.kopita-footer {
  background: #060913; color: #94a3b8;
  padding-top: 5rem; padding-bottom: 2.25rem;
  font-size: 0.925rem;
}

.kopita-footer h5 {
  color: #ffffff; font-weight: 800;
  font-size: 1.05rem; margin-bottom: 1.5rem;
}

.footer-links-list { list-style: none; padding: 0; margin: 0; }
.footer-links-list li { margin-bottom: 0.8rem; }
.footer-links-list a { color: #94a3b8; text-decoration: none; transition: color 0.2s ease; }
.footer-links-list a:hover { color: var(--kopita-brand-purple); }

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 3.5rem; padding-top: 1.75rem;
}
/* ==========================================
   FLOATING RANDOM PAGE LOGO WATERMARK
   ========================================== */
.floating-random-logo {
    position: fixed;
    z-index: 10;
    pointer-events: none;
    transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
    width: 250px;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 10px 15px rgba(203, 61, 202, 0.1));
}

.floating-random-logo.active {
    opacity: 0.08;
}

/* ==========================================
   MODEL-ONLY CONTEMPORARY CAROUSEL (FLOATING TAGS & SIMPLE WORDING)
   ========================================== */
.hero-model-only-carousel {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
}

/* Ambient Radial Glow Behind Transparent Model */
.hero-model-glow-ambient {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(203, 61, 202, 0.22) 0%, rgba(203, 61, 202, 0.06) 55%, rgba(255, 255, 255, 0) 75%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(14px);
}

/* Slides Wrapper */
.hero-carousel-slides {
  position: relative;
  min-height: 500px;
}

.hero-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.96) translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.6s;
  z-index: 1;
}

.hero-carousel-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  z-index: 10;
}

/* Rounded Clip-Path Frame Container (Aspect Ratio 1:1 Square) */
.hero-rounded-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  clip-path: inset(0 rounded 28px);
  background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f8fafc 60%, #f1f5f9 100%);
  border: 1.5px solid var(--kopita-brand-purple-border);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12),
              0 0 30px rgba(203, 61, 202, 0.16);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s ease, border-color 0.7s ease;
  z-index: 2;
}

.hero-model-only-carousel:hover .hero-rounded-frame {
  border-color: rgba(203, 61, 202, 0.45);
  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.16),
              0 0 40px rgba(203, 61, 202, 0.25);
  transform: translateY(-4px);
}

.model-clipped-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-model-only-carousel:hover .model-clipped-img {
  transform: scale(1.04);
}

/* Floating Tags Layered Over Model Image */
.model-floating-tag {
  position: absolute;
  z-index: 10;
  padding: 0.45rem 1rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(203, 61, 202, 0.3);
  border-radius: 50rem;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--kopita-dark);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1),
              0 0 15px rgba(203, 61, 202, 0.15);
  white-space: nowrap;
  animation: floatTag 3.5s ease-in-out infinite alternate;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.model-floating-tag:hover {
  transform: scale(1.05);
  border-color: var(--kopita-brand-purple);
}

.model-floating-tag.tag-top-left {
  top: 20px;
  left: 15px;
  animation-delay: 0s;
}

.model-floating-tag.tag-bottom-right {
  bottom: 25px;
  right: 15px;
  animation-delay: 1.5s;
}

@keyframes floatTag {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}

/* Simple Wording Styling */
.hero-simple-wording {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}

.simple-slide-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--kopita-dark);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.simple-slide-sub {
  font-size: 0.925rem;
  color: var(--kopita-text-muted);
  margin-bottom: 0;
  font-weight: 500;
}

/* Clean Prev & Next Navigation Controls (Side Arrows) */
.hero-model-nav-controls {
  position: absolute;
  top: 200px;
  left: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
}

.model-nav-arrow {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--kopita-border-color);
  color: var(--kopita-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none !important;
}

.model-nav-arrow:hover {
  background: var(--kopita-brand-purple);
  border-color: var(--kopita-brand-purple);
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(203, 61, 202, 0.38);
}

@media (max-width: 576px) {
  .hero-carousel-slides {
    min-height: 440px;
  }
  .hero-rounded-frame {
    max-width: 320px;
  }
  .hero-model-nav-controls {
    top: 150px;
    left: -5px;
    right: -5px;
  }
  .model-nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  .model-floating-tag.tag-top-left {
    top: 10px;
    left: 5px;
    font-size: 0.75rem;
  }
  .model-floating-tag.tag-bottom-right {
    bottom: 15px;
    right: 5px;
    font-size: 0.75rem;
  }
  .simple-slide-title {
    font-size: 1.15rem;
  }
  .simple-slide-sub {
    font-size: 0.825rem;
  }
}

/* ==========================================
   CAROUSEL CIRCLE INDICATORS
   ========================================== */
.hero-model-indicators {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 20;
}

.indicator-pill {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--kopita-brand-purple-border);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.indicator-pill:hover {
  background-color: rgba(203, 61, 202, 0.6);
}

.indicator-pill.active {
  background-color: var(--kopita-brand-purple);
  transform: scale(1.3);
  box-shadow: 0 4px 10px rgba(203, 61, 202, 0.3);
}

/* ==========================================
   BACK TO TOP STICKY BUTTON
   ========================================== */
.btn-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--kopita-brand-purple);
  color: #ffffff;
  border: none;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(203, 61, 202, 0.35);
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.btn-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

  .btn-back-to-top:hover {
    background-color: var(--kopita-brand-purple-hover);
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(203, 61, 202, 0.5);
    color: #ffffff;
  }
  
  /* ==========================================
     CUSTOM ANIMATE ON SCROLL (AOS)
     ========================================== */
  .aos-init {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .aos-fade-up { transform: translateY(40px); }
  .aos-fade-down { transform: translateY(-40px); }
  .aos-fade-left { transform: translateX(40px); }
  .aos-fade-right { transform: translateX(-40px); }
  .aos-zoom-in { transform: scale(0.92); }
  
  .aos-animate {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
  
  /* Delay Utilities */
  .aos-delay-100 { transition-delay: 100ms; }
  .aos-delay-200 { transition-delay: 200ms; }
  .aos-delay-300 { transition-delay: 300ms; }
  .aos-delay-400 { transition-delay: 400ms; }
  .aos-delay-500 { transition-delay: 500ms; }



