/* Custom Design System for Hakili Zimbabwe */

:root {
  /* Colors */
  --bg-dark: #030508; /* Premium extra dark obsidian-slate background */
  --bg-card: rgba(11, 15, 25, 0.5); /* Slate-obsidian card background */
  --bg-card-hover: rgba(20, 27, 43, 0.7);
  --bg-panel: rgba(8, 11, 18, 0.9);
  
  --primary-gold: #f2a900;
  --primary-gold-rgb: 242, 169, 0;
  --primary-gold-glow: rgba(242, 169, 0, 0.15);
  --primary-gold-dark: #b88000;
  
  --accent-emerald: #00e676;
  --accent-emerald-rgb: 0, 230, 118;
  --accent-emerald-glow: rgba(0, 230, 118, 0.12);
  
  --text-primary: #f1f5f9; /* Slate text-primary */
  --text-secondary: #94a3b8; /* Slate text-secondary */
  --text-muted: #64748b; /* Slate text-muted */
  --border-light: rgba(148, 163, 184, 0.08); /* Clean modern border */
  --border-highlight: rgba(242, 169, 0, 0.25);
  
  --shadow-glow: 0 8px 32px 0 rgba(148, 163, 184, 0.05);
  --shadow-gold: 0 8px 32px 0 rgba(242, 169, 0, 0.1);
  
  /* Background Overlays */
  --carousel-overlay: linear-gradient(to top, rgba(3, 5, 8, 0.95) 0%, rgba(3, 5, 8, 0.4) 50%, transparent 100%);
  --map-bg: radial-gradient(ellipse at center, rgba(16, 24, 40, 0.9) 0%, rgba(3, 5, 8, 0.95) 100%);
  --modal-overlay: rgba(3, 5, 8, 0.85);

  /* Fonts */
  --font-heading: 'Outfit', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

[data-theme="light"] {
  --bg-dark: #f8fafc;
  --bg-card: rgba(255, 255, 255, 0.85);
  --bg-card-hover: rgba(255, 255, 255, 0.98);
  --bg-panel: rgba(241, 245, 249, 0.95);
  
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --border-light: rgba(15, 23, 42, 0.08);
  --border-highlight: rgba(242, 169, 0, 0.4);
  
  --shadow-glow: 0 8px 32px 0 rgba(15, 23, 42, 0.04);
  --shadow-gold: 0 8px 32px 0 rgba(242, 169, 0, 0.15);

  /* Light Theme Overlays */
  --carousel-overlay: linear-gradient(to top, rgba(248, 250, 252, 0.95) 0%, rgba(248, 250, 252, 0.4) 50%, transparent 100%);
  --map-bg: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.98) 100%);
  --modal-overlay: rgba(15, 23, 42, 0.65);
}

.theme-toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-light);
  background: transparent;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
  transform: scale(1.05);
}

[data-theme="light"] .theme-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}


[data-theme="light"] .ambient-glow {
  opacity: 0.06;
}

/* Carousel Light Theme Overrides */
[data-theme="light"] .carousel-slide,
[data-theme="light"] .carousel-slide-item {
  background-color: #f1f5f9 !important;
}

[data-theme="light"] .carousel-image,
[data-theme="light"] .carousel-image-bg {
  opacity: 0.15 !important;
}

[data-theme="light"] .carousel-anim-text,
[data-theme="light"] .carousel-slide-label {
  color: #0f172a !important;
}

[data-theme="light"] .carousel-slide h4,
[data-theme="light"] .carousel-slide-title {
  color: #0f172a !important;
}

[data-theme="light"] .carousel-slide p,
[data-theme="light"] .carousel-slide-desc {
  color: #334155 !important;
}

/* Header & Footer Light Theme Overrides */
[data-theme="light"] .site-header {
  background: rgba(248, 250, 252, 0.8) !important;
}

[data-theme="light"] .site-footer {
  background: rgba(255, 255, 255, 0.95) !important;
}

/* FAQ Light Theme Overrides */
[data-theme="light"] .faq-item-card {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

[data-theme="light"] .faq-item:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

[data-theme="light"] .faq-answer-wrapper.expanded {
  background-color: rgba(0, 0, 0, 0.015) !important;
}

/* Team Component Light Theme Overrides */
[data-theme="light"] .team-card-item {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

[data-theme="light"] .team-img-wrapper {
  border-color: var(--border-light) !important;
  background-color: #e2e8f0 !important;
}

[data-theme="light"] .team-card-bottom {
  border-top-color: var(--border-light) !important;
}

/* Solutions Section Light Theme Overrides */
[data-theme="light"] .solutions-card-item {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

[data-theme="light"] .solutions-price-detail {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
}

[data-theme="light"] .solutions-feature-list {
  border-top-color: var(--border-light) !important;
}

/* Process Section Light Theme Overrides */
[data-theme="light"] .process-circle {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

[data-theme="light"] .process-panel-header {
  border-bottom-color: var(--border-light) !important;
}

[data-theme="light"] .process-body-right {
  background-color: rgba(0, 0, 0, 0.02) !important;
  border-color: var(--border-light) !important;
}

/* Company Section / Watermark Light Theme Overrides */
[data-theme="light"] .company-watermark {
  color: rgba(15, 23, 42, 0.02) !important;
}

/* Privacy Modal Light Theme Overrides */
[data-theme="light"] .privacy-scroll-body > div {
  background-color: rgba(0, 0, 0, 0.015) !important;
  border-color: rgba(15, 23, 42, 0.06) !important;
}

[data-theme="light"] .privacy-scroll-body p[style*="rgba(255, 255, 255"] {
  color: var(--text-secondary) !important;
}

/* Contact Section & Form Inputs Light Theme Overrides */
[data-theme="light"] .contact-form-panel,
[data-theme="light"] .contact-info-card {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

[data-theme="light"] .form-input {
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: #0f172a !important;
  border-color: rgba(15, 23, 42, 0.15) !important;
}

[data-theme="light"] .form-input:focus {
  background-color: #ffffff !important;
  border-color: var(--primary-gold) !important;
}

[data-theme="light"] .form-input::placeholder {
  color: #94a3b8 !important;
}

[data-theme="light"] select.form-input {
  background-color: rgba(255, 255, 255, 0.95) !important;
}




/* Reset & Global Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px; /* Prevents fixed header from obstructing section content */
  background-color: var(--bg-dark);
  color: var(--text-primary);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Animated Ambient Glow Spheres */
.ambient-glow {
  position: fixed;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(140px);
  opacity: 0.15;
  mix-blend-mode: screen;
}

.glow-gold {
  top: -10%;
  right: -10%;
  background: radial-gradient(circle, var(--primary-gold) 0%, transparent 70%);
  animation: floatPulse 18s ease-in-out infinite alternate;
}

.glow-emerald {
  bottom: -15%;
  left: -10%;
  background: radial-gradient(circle, var(--accent-emerald) 0%, transparent 70%);
  animation: floatPulse 22s ease-in-out infinite alternate-reverse;
}

@keyframes floatPulse {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.12;
  }
  50% {
    transform: translate(3%, 5%) scale(1.1);
    opacity: 0.18;
  }
  100% {
    transform: translate(-3%, -2%) scale(0.95);
    opacity: 0.12;
  }
}

/* Typography Custom Rules */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  line-height: 1.2;
}

p {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 1rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: rgba(242, 169, 0, 0.2);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}

/* Glassmorphism Panels */
.glass-panel {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  box-shadow: var(--shadow-glow);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-panel:hover {
  background: var(--bg-card-hover);
  border-color: rgba(0, 230, 118, 0.25);
  box-shadow: 0 12px 40px 0 rgba(0, 230, 118, 0.08);
}

/* Glowing text and gold effects */
.gold-text {
  background: linear-gradient(135deg, var(--primary-gold) 0%, #ffe082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emerald-text {
  background: linear-gradient(135deg, var(--accent-emerald) 0%, #a7ffeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Dynamic Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-gold) 0%, #ffc107 100%);
  color: #070a09;
  box-shadow: 0 4px 20px rgba(242, 169, 0, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(242, 169, 0, 0.4);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background: rgba(242, 169, 0, 0.08);
  border: 1px solid rgba(242, 169, 0, 0.3);
  color: var(--primary-gold);
}

.btn-secondary:hover {
  background: rgba(242, 169, 0, 0.15);
  border-color: var(--primary-gold);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--border-light);
  color: var(--text-primary);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Animations */
.animate-fade-in {
  animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-slide-up {
  animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

/* Form Styles */
.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  background: rgba(11, 15, 25, 0.6);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 2px rgba(242, 169, 0, 0.15);
  background: rgba(11, 15, 25, 0.85);
}

/* Interactive Slider Style */
.slider-input {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  margin: 15px 0;
}

.slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-gold);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(242, 169, 0, 0.5);
  transition: transform 0.1s ease;
}

.slider-input::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.slider-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: var(--primary-gold);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(242, 169, 0, 0.5);
  transition: transform 0.1s ease;
}

.slider-input::-moz-range-thumb:hover {
  transform: scale(1.2);
}

/* Badge list styles */
.badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(0, 230, 118, 0.08);
  color: var(--accent-emerald);
  border: 1px solid rgba(0, 230, 118, 0.2);
}

.badge-gold {
  background: rgba(242, 169, 0, 0.08);
  color: var(--primary-gold);
  border: 1px solid rgba(242, 169, 0, 0.25);
}

/* Responsive Header Styles */
.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 70px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 1000;
  background: rgba(4, 7, 12, 0.75);
  border: 1px solid var(--border-light);
}

.site-nav {
  display: flex;
  gap: 24px;
}

.header-actions {
  display: flex;
  gap: 12px;
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .site-nav {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
}

@media (max-width: 600px) {
  .header-actions {
    display: none;
  }
}

/* Mobile Menu Overlay Drawer */
.mobile-menu-overlay {
  position: fixed;
  top: 100px;
  left: 20px;
  right: 20px;
  z-index: 999;
  background: rgba(8, 10, 15, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.mobile-nav-link {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.mobile-nav-link:hover {
  color: var(--primary-gold);
}

.mobile-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
}

.mobile-menu-actions .btn {
  width: 100%;
}

/* Map Pins Coordinates (Harare & Bulawayo Branch Mockup Map) */
.mapPinIndicator.harare {
  top: 28%;
  left: 62%;
}

.mapPinIndicator.bulawayo {
  top: 62%;
  left: 36%;
}

/* Site Footer */
.site-footer {
  margin-top: auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 20px auto;
  border-radius: 24px;
  padding: 48px;
  background: rgba(4, 7, 12, 0.85);
  border: 1px solid var(--border-light);
}

@media (max-width: 600px) {
  .site-footer {
    padding: 24px;
  }
}

/* WhatsApp Floating Button Hover Effect */
.whatsapp-float-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  background-color: #20ba5a !important;
}

/* Carousel specific styles */
.carousel-nav-btn:hover {
  background-color: var(--primary-gold) !important;
  border-color: var(--primary-gold) !important;
  color: #070a09 !important;
  transform: scale(1.05);
}
.carousel-slide:hover .carousel-image {
  opacity: 0.35 !important;
  filter: grayscale(0%) !important;
}
.carousel-anim-text {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 768px) {
  .site-header {
    height: 60px;
    padding: 0 15px;
    top: 10px;
    width: calc(100% - 20px);
  }
  .hero-section {
    padding-top: 130px;
  }
}

/* Solutions component styles */
.solution-card:hover {
  border-color: rgba(242, 169, 0, 0.3) !important;
  box-shadow: var(--shadow-gold) !important;
}
.solution-card:hover .solution-card-bg {
  opacity: 0.1 !important;
  filter: grayscale(0%) !important;
}
.solution-card:hover .solution-watermark {
  opacity: 0.05 !important;
  transform: translateY(-5px);
}
.solution-cta-btn:hover {
  background-color: var(--primary-gold) !important;
  border-color: var(--primary-gold) !important;
  color: #070a09 !important;
  box-shadow: 0 4px 16px rgba(242, 169, 0, 0.25);
}

/* Team component styles */
.team-card:hover {
  border-color: rgba(242, 169, 0, 0.25) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(-6px);
}
.team-card:hover .team-image {
  transform: scale(1.05);
}
.team-email-link:hover {
  color: var(--primary-gold) !important;
}
.team-email-link:hover .team-mail-icon {
  border-color: rgba(242, 169, 0, 0.6) !important;
}

/* FAQ component styles */
.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(11, 15, 25, 0.35) !important;
}
.faq-question-btn:hover .faq-question-text {
  color: var(--primary-gold) !important;
}
.faq-question-btn:hover .faq-icon {
  color: var(--primary-gold) !important;
  border-color: rgba(242, 169, 0, 0.4) !important;
}
.faq-icon.open {
  transform: rotate(180deg);
  background-color: var(--primary-gold) !important;
  border-color: var(--primary-gold) !important;
  color: #070a09 !important;
  box-shadow: 0 0 12px rgba(242, 169, 0, 0.25);
}
.faq-answer-wrapper.expanded {
  max-height: 250px !important; /* expands to show answer text */
  opacity: 1 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Privacy Policy Modal styles */
.privacy-close-btn:hover {
  border-color: var(--primary-gold) !important;
  color: var(--primary-gold) !important;
  transform: rotate(90deg);
}
.privacy-toc-btn:hover {
  color: var(--primary-gold) !important;
  text-decoration: underline;
  padding-left: 4px;
}
.privacy-accept-btn:hover {
  background-color: var(--primary-gold-dark) !important;
  box-shadow: 0 4px 16px rgba(242, 169, 0, 0.35);
  transform: translateY(-2px);
}
.privacy-scroll-body::-webkit-scrollbar {
  width: 6px;
}
.privacy-scroll-body::-webkit-scrollbar-thumb {
  background: rgba(242, 169, 0, 0.15);
  border-radius: 3px;
}
.privacy-scroll-body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}

/* Services component hover styles */
.service-card:hover {
  border-color: rgba(242, 169, 0, 0.25) !important;
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
}
.service-card:hover .service-icon-wrapper {
  border-color: rgba(242, 169, 0, 0.3) !important;
  color: var(--text-primary) !important;
  background-color: var(--primary-gold) !important;
  box-shadow: 0 0 16px rgba(242, 169, 0, 0.25);
}


/* Nav links hover effects */
.site-nav button {
  transition: color 0.2s ease !important;
}
.site-nav button:hover, .mobile-nav button:hover, .footerLinks button:hover {
  color: var(--primary-gold) !important;
}


/* Layout Classes for Static HTML & PHP Page */

.hero-section {
  padding: 120px 20px 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 85vh;
}
.hero-content {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.hero-badge-gap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}
.hero-title {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.hero-typing-container {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 24px;
  min-height: 40px;
}
.hero-typing-cursor {
  display: inline-block;
  margin-left: 3px;
  animation: blink 1s step-end infinite;
  color: var(--primary-gold);
}
@keyframes blink {
  from, to { color: transparent }
  50% { color: var(--primary-gold); }
}
.hero-desc {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--text-secondary);
  max-width: 720px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 60px;
}
.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  width: 100%;
  max-width: 800px;
  padding: 24px 16px;
  border-radius: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-stats-grid .stat-divider {
    display: none;
  }
}
.hero-stat-item {
  padding: 0 12px;
}
.hero-stat-val {
  font-size: 1.8rem;
  color: var(--primary-gold);
  margin-bottom: 4px;
  font-weight: 800;
}
.hero-stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-stats-grid .stat-divider {
  width: 1px;
  height: 40px;
  background-color: var(--border-light);
}

.carousel-section {
  padding: 80px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.carousel-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  text-align: left;
  flex-wrap: wrap;
  gap: 20px;
}
.carousel-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.carousel-badge {
  margin-bottom: 16px;
}
.carousel-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.carousel-btn-group {
  display: flex;
  gap: 12px;
}
.carousel-window {
  position: relative;
  width: 100%;
  aspect-ratio: 21/9;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  background-color: var(--bg-dark);
}
@media (max-width: 900px) {
  .carousel-window {
    aspect-ratio: 16/10;
  }
}
.carousel-slide-item {
  position: absolute;
  inset: 0;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: scale(1.05);
  pointer-events: none;
}
.carousel-slide-item.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 10;
}
.carousel-image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  filter: grayscale(100%);
  transition: all 1s ease;
  pointer-events: none;
}
.carousel-overlay-content {
  position: relative;
  z-index: 20;
  padding: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--carousel-overlay);
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .carousel-overlay-content {
    padding: 30px;
  }
}
.carousel-slide-label {
  color: var(--primary-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.carousel-slide-item.active .carousel-slide-label {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.carousel-slide-title {
  font-size: clamp(1.5rem, 3.5vw, 2.8rem);
  font-family: var(--font-heading);
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 800px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.carousel-slide-item.active .carousel-slide-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.carousel-slide-desc {
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.carousel-slide-item.active .carousel-slide-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.carousel-dots-container {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 30;
  display: flex;
  gap: 8px;
}
@media (max-width: 600px) {
  .carousel-dots-container {
    bottom: 20px;
    right: 20px;
  }
}
.carousel-dot-btn {
  height: 6px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  width: 8px;
  transition: all 0.4s ease;
  padding: 0;
}
.carousel-dot-btn.active {
  width: 32px;
  background-color: var(--primary-gold);
}

.services-section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background-color: var(--bg-dark);
}
.services-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-title {
  font-size: 2.5rem;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}
.services-subtext {
  max-width: 460px;
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.6;
  font-weight: 300;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.services-card-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  border-radius: 24px;
  border: 1px solid var(--border-light);
  background: rgba(11, 15, 25, 0.4);
  transition: all 0.3s ease;
}
.services-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(3, 5, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  color: var(--primary-gold);
  transition: all 0.3s ease;
}
.services-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.4;
}
.services-card-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.65;
  font-weight: 300;
}

.solutions-section {
  padding: 100px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  background-color: var(--bg-dark);
}
.solutions-badge-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.solutions-badge-panel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background-color: var(--bg-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.solutions-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-gold);
  animation: pulse 2s infinite;
}
.solutions-badge-text {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-primary);
  font-family: var(--font-heading);
}
.solutions-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.solutions-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solutions-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.solutions-subtext {
  font-size: 0.85rem;
  color: var(--text-secondary);
  max-width: 460px;
  line-height: 1.6;
  font-weight: 300;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}
.solutions-card-item {
  padding: 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: rgba(11, 15, 25, 0.4);
  text-align: left;
  height: 100%;
  transition: all 0.35s ease;
}
.solutions-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  transition: opacity 0.5s ease;
  filter: grayscale(100%);
  z-index: 1;
  pointer-events: none;
}
.solutions-watermark-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
  opacity: 0.02;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 2;
  color: var(--text-primary);
  pointer-events: none;
}
.solutions-card-subtitle {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--primary-gold);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}
.solutions-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid rgba(242, 169, 0, 0.1);
  padding-bottom: 16px;
  width: 100%;
}
.solutions-price-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.solutions-price-val {
  font-size: 1.8rem;
  font-weight: 800;
  font-style: italic;
}
.solutions-price-detail {
  font-size: 0.62rem;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 6px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 4px 10px;
  border-radius: 4px;
  align-self: flex-start;
}
.solutions-card-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  flex-grow: 1;
  font-weight: 300;
}
.solutions-feature-list {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 32px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 10;
}
.solutions-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-secondary);
  font-weight: 700;
}
.solutions-feature-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-gold);
  flex-shrink: 0;
}
.solutions-cta-btn {
  width: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.process-section {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.process-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-title {
  font-size: 2.5rem;
  margin-top: 16px;
  margin-bottom: 16px;
}
.process-subtext {
  max-width: 640px;
  color: var(--text-secondary);
  font-size: 1.05rem;
}
.process-timeline {
  padding: 30px 20px;
  position: relative;
  margin-bottom: 40px;
  background: rgba(12, 22, 17, 0.3);
  border-radius: 16px;
}
.process-progress-line {
  position: absolute;
  top: 52px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: var(--border-light);
  z-index: 1;
}
.process-progress-fill {
  height: 100%;
  background-color: var(--accent-emerald);
  transition: width 0.4s ease;
  width: 0%;
}
.process-steps-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.process-step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 80px;
}
.process-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  background-color: rgba(7, 10, 9, 0.8);
}
.process-step-node.active .process-circle {
  background-color: var(--primary-gold);
  border-color: var(--primary-gold);
  box-shadow: 0 0 15px rgba(242, 169, 0, 0.4);
}
.process-step-node.completed .process-circle {
  background-color: var(--accent-emerald);
  border-color: var(--accent-emerald);
}
.process-circle-num {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-primary);
}
.process-step-node.active .process-circle-num,
.process-step-node.completed .process-circle-num {
  color: #070a09;
}
.process-node-name {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.3s ease;
  color: var(--text-secondary);
}
.process-step-node.active .process-node-name {
  color: var(--primary-gold);
  font-weight: 700;
}
.process-panel {
  padding: 40px;
  text-align: left;
  background: var(--bg-panel);
  border: 1px solid var(--border-light);
}
.process-panel-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 20px;
}
.process-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: rgba(242, 169, 0, 0.08);
  border: 1px solid rgba(242, 169, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-step-num {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.process-step-heading {
  font-size: 1.8rem;
  font-weight: 800;
}
.process-body-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .process-body-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.process-body-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.process-tagline {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.process-desc {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}
.process-deliverable-box {
  padding: 16px;
  background-color: rgba(0, 230, 118, 0.04);
  border-left: 3px solid var(--accent-emerald);
  border-radius: 0 8px 8px 0;
}
.process-deliverable-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 4px;
}
.process-deliverable-val {
  font-size: 0.95rem;
  font-weight: 700;
}
.process-body-right {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 28px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.03);
}
.process-checklist-heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.process-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.process-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}
.process-check-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-gold);
  box-shadow: 0 0 8px var(--primary-gold);
  flex-shrink: 0;
}
.process-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 24px;
}
.process-ctrl-btn {
  padding: 8px 18px;
  font-size: 0.85rem;
}
.process-step-pos {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 600;
}

.faq-section {
  padding: 100px 20px;
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}
.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.faq-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.faq-subtitle {
  font-size: 0.62rem;
  color: var(--text-muted);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item-card {
  border-radius: 16px;
  border: 1px solid var(--border-light);
  background: rgba(11, 15, 25, 0.25);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-question-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.faq-question-text {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-family: var(--font-heading);
  color: var(--text-primary);
  font-weight: 400;
  transition: color 0.2s ease;
  padding-right: 16px;
}
.faq-icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.faq-answer-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.01);
}
.faq-answer-text {
  padding: 0 24px 24px 24px;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
  font-weight: 300;
}

.company-section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.company-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  text-align: left;
}
@media (max-width: 900px) {
  .company-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.company-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company-title {
  font-size: 2.5rem;
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 1.2;
}
.company-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 36px;
}
.company-stats-row {
  display: flex;
  gap: 40px;
  margin-bottom: 36px;
}
.company-stat-val {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
  font-style: italic;
}
.company-stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 700;
}
.company-right {
  display: flex;
  justify-content: center;
  width: 100%;
}
.company-ops-card {
  width: 100%;
  max-width: 440px;
  height: 320px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light);
  background: var(--bg-card);
}
.company-card-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1600132806370-bf17e65e942f?auto=format&fit=crop&q=80&w=800');
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  filter: grayscale(100%);
  z-index: 1;
  transition: opacity 0.5s ease;
}
.company-watermark {
  position: absolute;
  font-size: 10rem;
  font-weight: 900;
  font-style: italic;
  color: rgba(255, 255, 255, 0.02);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  user-select: none;
}
.company-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.company-ops-title {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.company-status-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.company-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background-color: rgba(0, 230, 118, 0.05);
  border: 1px solid rgba(0, 230, 118, 0.15);
  border-radius: 20px;
}
.company-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-emerald);
  animation: pulse 2s infinite;
}
.company-status-text {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-emerald);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.company-reg-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(242, 169, 0, 0.05);
  border: 1px solid rgba(242, 169, 0, 0.15);
  border-radius: 6px;
  padding: 6px 14px;
  margin-top: 4px;
}

.team-section {
  padding: 100px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}
.team-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.team-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.team-card-item {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--border-light);
  background: rgba(11, 15, 25, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}
.team-card-top {
  display: flex;
  flex-direction: column;
}
.team-img-wrapper {
  aspect-ratio: 4/5;
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #070a09;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.team-img-file {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.team-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 10, 9, 0.3) 0%, transparent 100%);
  pointer-events: none;
}
.team-name-text {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 6px;
  color: var(--text-primary);
}
.team-role-text {
  color: var(--primary-gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.team-desc-text {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 24px;
}
.team-card-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.team-email-anchor {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.team-mail-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  transition: all 0.2s ease;
}

.contact-section {
  padding: 100px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}
.contact-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  text-align: left;
}
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact-form-panel {
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--border-light);
  background: rgba(11, 15, 25, 0.35);
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .contact-form-panel {
    padding: 24px;
  }
}
.contact-form-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  margin-bottom: 32px;
  font-family: var(--font-heading);
}
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contact-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-info-card {
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--border-light);
  background: rgba(11, 15, 25, 0.35);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-info-title {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--font-heading);
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-info-icon {
  margin-top: 4px;
  color: var(--primary-gold);
  flex-shrink: 0;
}
.contact-info-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-info-value {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
  font-weight: 300;
}
.contact-info-link {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-info-link:hover {
  color: var(--primary-gold);
}
.contact-map-container {
  height: 180px;
  width: 100%;
  position: relative;
  background: var(--map-bg);
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-map-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--accent-emerald);
  filter: blur(50px);
  opacity: 0.1;
}
.contact-pin-indicator {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.contact-pin-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  background-color: var(--bg-dark);
  border: 1px solid var(--border-light);
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  white-space: nowrap;
}
.contact-pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-gold);
  box-shadow: 0 0 10px var(--primary-gold);
  animation: pulse 1.5s infinite;
}

.main-content-layout {
  flex-grow: 1;
  padding-top: 90px;
}
.header-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Flyer Landing Page Styles */
.flyer-body {
  background: #0d0e12;
  color: #ffffff;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Outfit', 'Inter', sans-serif;
  position: relative;
}

.flyer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

/* Diagonal orange section to mimic the flyer bg */
.flyer-bg-split {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  background: linear-gradient(135deg, #ff9100 0%, #f57c00 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  z-index: 0;
}

@media (max-width: 900px) {
  .flyer-bg-split {
    height: 1450px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
}

.flyer-grid {
  display: grid;
  grid-template-columns: 1.20fr 0.80fr;
  gap: 40px;
  position: relative;
  z-index: 2;
  align-items: start;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .flyer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Left Column Styling */
.flyer-logo-box {
  background: #ffffff;
  padding: 12px 28px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.05);
}

.flyer-logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
}

.flyer-h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3rem, 6.5vw, 6rem);
  font-weight: 900;
  line-height: 0.90;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
  margin-bottom: 24px;
  text-align: left;
}

.flyer-h1 span.black-text {
  color: #0d0e12;
}

.flyer-h1 span.white-stroke {
  color: #ffffff;
  text-shadow: 
    -3px -3px 0 #0d0e12,  
     3px -3px 0 #0d0e12,
    -3px  3px 0 #0d0e12,
     3px  3px 0 #0d0e12;
}

.flyer-subhead {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 30px;
  max-width: 650px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.15);
  text-align: left;
}

.flyer-subhead em {
  color: #0d0e12;
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-style: normal;
}

.flyer-perfect-box {
  background: rgba(13, 14, 18, 0.95);
  border-left: 5px solid #ff9100;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  max-width: 500px;
  text-align: left;
}

.flyer-perfect-title {
  color: #ff9100;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.flyer-perfect-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flyer-perfect-item {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.flyer-perfect-bullet {
  color: #ff9100;
  font-weight: bold;
  margin-right: 10px;
}

/* How It Works Pill */
.flyer-how-card {
  background: #3e2723; /* Dark brown from flyer */
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.05);
  max-width: 550px;
  text-align: left;
}

.flyer-how-header {
  background: #ffffff;
  color: #3e2723;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.flyer-how-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}

.flyer-how-step {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  gap: 12px;
}

.flyer-how-num {
  color: #ff9100;
}

/* What You Get Card */
.flyer-get-card {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  max-width: 550px;
  margin-bottom: 40px;
  text-align: left;
}

.flyer-get-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 10px;
}

.flyer-get-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flyer-get-item {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

.flyer-get-bullet {
  color: #ff9100;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.25rem;
}

/* Right Column: Image and Form */
.flyer-right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.flyer-man-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.flyer-man-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 6px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  display: block;
}

.flyer-form-card {
  background: rgba(13, 14, 18, 0.96);
  border: 2px solid #ff9100;
  border-radius: 24px;
  padding: 35px 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  text-align: left;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.flyer-form-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #ff9100;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.flyer-form-sub {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.4;
}

/* Contact Pills Section */
.flyer-contact-section {
  margin-top: 60px;
  background: #0d0e12;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 50px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.flyer-contact-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

.flyer-contact-subtitle {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.flyer-contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 35px auto;
}

.flyer-contact-pill {
  background: #ffffff;
  color: #0d0e12;
  border-radius: 40px;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid transparent;
}

.flyer-contact-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.flyer-contact-pill.whatsapp {
  border-color: #25d366;
}

.flyer-email-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 20px 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  min-width: 340px;
}

.flyer-email-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  font-weight: 700;
}

.flyer-email-val {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.flyer-email-val:hover {
  color: #ff9100;
}

.flyer-footer-url {
  font-size: 1.8rem;
  font-weight: 900;
  color: #ff9100;
  letter-spacing: 0.05em;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-transform: lowercase;
}

.flyer-footer-url:hover {
  opacity: 0.85;
}

/* WhatsApp Floating Button Hover Effect */
.whatsapp-float-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  background-color: #20ba5a !important;
}








