/* theme.css - SatSetFlow Premium Multi-Niche Theme System */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Instrument+Serif:ital@1&display=swap');

/* --- MASTER ROOT & UTILITIES --- */
:root {
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.08);
  --shadow-glow: 0 0 20px rgba(var(--primary-rgb), 0.15);
  --border-radius-lg: 16px;
  --border-radius-md: 12px;
  --border-radius-sm: 8px;
  
  /* Defaults matching www.satsetflow.com */
  --primary: #3957ED;
  --primary-rgb: 57, 87, 237;
  --secondary: #F5B84B;
  --secondary-rgb: 245, 184, 75;
  --luxury-gold: #C9A96E;
  --bg-main: #0B0F19;
  --bg-card: rgba(17, 24, 39, 0.6);
  --text-main: #f5f5f5;
  --text-muted: #9ca3af;
  --border-color: rgba(255, 255, 255, 0.06);
  --font-heading: 'Instrument Serif', Georgia, serif;
  --font-body: 'Almarai', sans-serif;
}

/* --- THEME DEFINITIONS FOR 20 NICHES --- */
body.theme-skincare {
  --primary: #c2596b;
  --primary-rgb: 194, 89, 107;
  --secondary: #d97706;
  --bg-main: #fffcfc;
  --bg-card: #ffffff;
  --text-main: #27272a;
  --text-muted: #71717a;
  --border-color: #f4f4f5;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
body.theme-dental {
  --primary: #0f766e;
  --primary-rgb: 15, 118, 110;
  --secondary: #0284c7;
  --bg-main: #fcfdfd;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f1f5f9;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-renovation {
  --primary: #d97706;
  --primary-rgb: 217, 119, 6;
  --secondary: #1f2937;
  --bg-main: #fafafa;
  --bg-card: #ffffff;
  --text-main: #111827;
  --text-muted: #4b5563;
  --border-color: #f3f4f6;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-interior {
  --primary: #1c1917;
  --primary-rgb: 28, 25, 23;
  --secondary: #d97706;
  --bg-main: #fcfbf7;
  --bg-card: #ffffff;
  --text-main: #1c1917;
  --text-muted: #78716c;
  --border-color: #f5f5f4;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
body.theme-medical_supplier {
  --primary: #0284c7;
  --primary-rgb: 2, 132, 199;
  --secondary: #0d9488;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f1f5f9;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-industrial_distributor {
  --primary: #4f46e5;
  --primary-rgb: 79, 70, 229;
  --secondary: #3b82f6;
  --bg-main: #0b0f19;
  --bg-card: rgba(17, 24, 39, 0.8);
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --border-color: rgba(255, 255, 255, 0.08);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-travel_umroh {
  --primary: #065f46;
  --primary-rgb: 6, 95, 70;
  --secondary: #b45309;
  --bg-main: #fdfefe;
  --bg-card: #ffffff;
  --text-main: #064e3b;
  --text-muted: #6b7280;
  --border-color: #f3f4f6;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
body.theme-car_rental {
  --primary: #ea580c;
  --primary-rgb: 234, 88, 12;
  --secondary: #1e293b;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f1f5f9;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-wedding_catering {
  --primary: #be123c;
  --primary-rgb: 190, 18, 60;
  --secondary: #b45309;
  --bg-main: #fffcf6;
  --bg-card: #ffffff;
  --text-main: #450a0a;
  --text-muted: #78350f;
  --border-color: #fffbeb;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
body.theme-wedding_organizer {
  --primary: #7e22ce;
  --primary-rgb: 126, 34, 206;
  --secondary: #db2777;
  --bg-main: #faf7fd;
  --bg-card: #ffffff;
  --text-main: #3b0764;
  --text-muted: #701a75;
  --border-color: #f5f3ff;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
body.theme-training_course {
  --primary: #5b21b6;
  --primary-rgb: 91, 33, 182;
  --secondary: #065f46;
  --bg-main: #fafaff;
  --bg-card: #ffffff;
  --text-main: #1e1b4b;
  --text-muted: #475569;
  --border-color: #e0e7ff;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-tax_consultant {
  --primary: #1e3a8a;
  --primary-rgb: 30, 58, 138;
  --secondary: #ca8a04;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f1f5f9;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-hse_consultant {
  --primary: #ea580c;
  --primary-rgb: 234, 88, 12;
  --secondary: #475569;
  --bg-main: #0b0f19;
  --bg-card: rgba(17, 24, 39, 0.75);
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --border-color: rgba(255, 255, 255, 0.08);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-lab_inspection {
  --primary: #0d9488;
  --primary-rgb: 13, 148, 136;
  --secondary: #0284c7;
  --bg-main: #fbfdfd;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f0fdfa;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-car_detailing {
  --primary: #10b981;
  --primary-rgb: 16, 185, 129;
  --secondary: #eab308;
  --bg-main: #07090e;
  --bg-card: rgba(17, 24, 39, 0.85);
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --border-color: rgba(255, 255, 255, 0.06);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-coffee_premium {
  --primary: #78350f;
  --primary-rgb: 120, 53, 15;
  --secondary: #b45309;
  --bg-main: #fdfbf7;
  --bg-card: #ffffff;
  --text-main: #451a03;
  --text-muted: #78350f;
  --border-color: #f7e8db;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
body.theme-property_agency {
  --primary: #1e40af;
  --primary-rgb: 30, 64, 175;
  --secondary: #ca8a04;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f1f5f9;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-swasta_bimbel {
  --primary: #1d4ed8;
  --primary-rgb: 29, 78, 216;
  --secondary: #ea580c;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-color: #f1f5f9;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-manufacturing {
  --primary: #991b1b;
  --primary-rgb: 153, 27, 27;
  --secondary: #4b5563;
  --bg-main: #fafafa;
  --bg-card: #ffffff;
  --text-main: #111827;
  --text-muted: #4b5563;
  --border-color: #f3f4f6;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
body.theme-production_house {
  --primary: #6366f1;
  --primary-rgb: 99, 102, 241;
  --secondary: #db2777;
  --bg-main: #08090d;
  --bg-card: rgba(17, 24, 39, 0.8);
  --text-main: #f9fafb;
  --text-muted: #9ca3af;
  --border-color: rgba(255, 255, 255, 0.08);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* --- CORE ELEMENTS RESET --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-main);
}
a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition-smooth);
}
a:hover {
  filter: brightness(1.2);
}

/* --- LAYOUT GRID --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* --- HEADER / NAVIGATION --- */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(var(--primary-rgb), 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 0;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-main);
}
.logo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
}
.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
}
.nav-links a:hover {
  color: var(--text-main);
}

/* --- HERO SECTION --- */
.hero {
  padding: 5rem 0 4rem 0;
}
.hero-tagline {
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-size: 2.5rem;
  letter-spacing: -0.5px;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 3.25rem;
  }
}
.hero p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* --- TRUST BAR --- */
.trust-bar {
  background: rgba(var(--primary-rgb), 0.02);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 1.5rem 0;
  text-align: center;
}
.trust-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.5rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-main);
}
.trust-item svg {
  color: var(--primary);
}

/* --- VALUE PROP / ABOUT SECTION --- */
.about-section {
  padding: 5rem 0;
}
.section-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3.5rem auto;
}
.section-header h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.section-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
}
.usp-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  transition: var(--transition-smooth);
}
.usp-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}
.usp-icon {
  width: 44px;
  height: 44px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  border-radius: var(--border-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.usp-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.usp-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* --- INTERACTIVE WORKSPACE SECTION --- */
.interactive-section {
  padding: 5rem 0;
  background: rgba(var(--primary-rgb), 0.01);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.widget-wrapper {
  max-width: 580px;
  margin: 0 auto;
}

/* --- SERVICES GRID --- */
.services-section {
  padding: 5rem 0;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-smooth);
  height: 100%;
}
.service-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}
.service-icon {
  color: var(--primary);
  margin-bottom: 1rem;
}
.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.service-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}
.service-benefit {
  background: rgba(var(--primary-rgb), 0.04);
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-sm);
  font-size: 0.8rem;
  font-weight: 500;
  border-left: 3px solid var(--primary);
}

/* --- TESTIMONIALS SECTION --- */
.testimonials-section {
  padding: 5rem 0;
  background: rgba(var(--primary-rgb), 0.01);
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2rem;
}
.stars {
  color: #fbbf24;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.15rem;
}
.testimonial-card p {
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--text-main);
}
.client-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.client-name {
  font-weight: 600;
  font-size: 0.875rem;
}
.client-role {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* --- FAQ ACCORDION SECTION (CSS-ONLY) --- */
.faq-section {
  padding: 5rem 0;
}
.faq-list {
  max-width: 750px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}
.faq-item summary {
  list-style: none;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--primary);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-answer {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* --- FINAL CTA BANNER --- */
.cta-banner {
  padding: 5rem 0;
}
.cta-banner-content {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.15) 0%, rgba(var(--primary-rgb), 0.02) 100%);
  border: 1px solid var(--primary);
  box-shadow: var(--shadow-glow);
  border-radius: var(--border-radius-lg);
  padding: 4rem 2rem;
  text-align: center;
}
.cta-banner h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.cta-banner p {
  max-width: 600px;
  margin: 0 auto 2rem auto;
  color: var(--text-muted);
}

/* --- FOOTER --- */
footer {
  background: rgba(var(--primary-rgb), 0.02);
  border-top: 1px solid var(--border-color);
  padding: 4rem 0 2rem 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 0.75rem;
}
.footer-col ul a {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.footer-col ul a:hover {
  color: var(--text-main);
}
.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
}

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}
.btn-primary {
  background: var(--primary);
  color: #ffffff !important;
  box-shadow: 0 4px 14px 0 rgba(var(--primary-rgb), 0.25);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px 0 rgba(var(--primary-rgb), 0.35);
  filter: brightness(1.1);
}
.btn-secondary {
  background: transparent;
  border-color: var(--border-color);
  color: var(--text-main);
}
.btn-secondary:hover {
  background: rgba(var(--primary-rgb), 0.04);
}

/* --- INPUTS --- */
.widget-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
}
.widget-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
}
.widget-title svg {
  color: var(--primary);
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}
.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-sm);
  background: rgba(var(--primary-rgb), 0.02);
  border: 1px solid var(--border-color);
  color: var(--text-main);
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition-smooth);
}
.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}
.calc-result {
  background: rgba(var(--primary-rgb), 0.04);
  border-radius: var(--border-radius-md);
  padding: 1.25rem;
  margin-top: 1.25rem;
  text-align: center;
}
.calc-val {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: 0.25rem;
}

/* Checkbox customizations */
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.checklist-check {
  margin-top: 0.25rem;
  accent-color: var(--primary);
}
.checklist-label {
  font-size: 0.9rem;
}

/* --- ANIMATIONS & SHOWCASE HUB SPECIAL STYLES --- */

/* Scroll Reveal Classes */
.reveal-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal-element.active {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay classes for grid items */
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }
.delay-500 { transition-delay: 500ms; }

/* Pulse animation for logo or active dots */
@keyframes pulse-glow {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(99, 102, 241, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); }
}

/* Background patterns matching www.satsetflow.com */
.hub-body {
  background-color: #0b0f19;
  color: #f5f5f5;
  position: relative;
}
.radial-grid {
  background: radial-gradient(circle at 20% 10%, rgba(57, 87, 237, 0.22), transparent 32%),
              radial-gradient(circle at 80% 15%, rgba(245, 184, 75, 0.12), transparent 31%),
              radial-gradient(circle at 50% 110%, rgba(247, 250, 252, 0.05), transparent 30%),
              linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 22px);
}
.bg-grid-pattern {
  background-image: linear-gradient(#f5f5f50f 1px, transparent 1px), linear-gradient(90deg, #f5f5f50f 1px, transparent 1px);
  background-position: 50%;
  background-size: 60px 60px;
}
html.light-mode .bg-grid-pattern, .theme-layout-light .bg-grid-pattern {
  background-image: linear-gradient(#0000000d 1px, transparent 1px), linear-gradient(90deg, #0000000d 1px, transparent 1px);
}

/* Showcase Hub Hero Section */
.hub-hero {
  padding: 6rem 0 3rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hub-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #ffffff 40%, #c7d2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hub-hero p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: var(--text-muted);
}

/* Category Filter Bar */
.filter-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 2.5rem 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.filter-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-btn:hover {
  background: rgba(99, 102, 241, 0.1);
  color: #fff;
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-1px);
}
.filter-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}

/* Instant Search Input on Hub */
.search-wrapper {
  max-width: 500px;
  margin: 1.5rem auto 0 auto;
  position: relative;
  z-index: 1;
}
.search-input {
  width: 100%;
  padding: 0.85rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  backdrop-filter: blur(8px);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-input:focus {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.2);
}

/* Stats Counter Bar */
.stats-bar {
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem;
  border-radius: 16px;
  margin: 2.5rem 0 4rem 0;
  backdrop-filter: blur(12px);
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.stat-box {
  text-align: center;
}
.stat-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  font-family: var(--font-heading);
  background: linear-gradient(135deg, #c7d2fe 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.25rem;
}

/* Hub Showcase Grid */
.niche-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

/* Advanced Glowing Showcase Cards */
.niche-card {
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: rgba(17, 24, 39, 0.6) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 16px !important;
  padding: 2.25rem 2rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease !important;
}
.niche-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(99, 102, 241, 0.4) !important;
  box-shadow: 0 15px 35px rgba(99, 102, 241, 0.15), 0 0 25px rgba(99, 102, 241, 0.1) !important;
}

/* Rank Badge style */
.rank-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, var(--primary) 0%, rgba(99, 102, 241, 0.7) 100%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-bottom-left-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* Smooth filtering scaling */
.niche-card.hide-card {
  opacity: 0 !important;
  transform: scale(0.9) translateY(10px) !important;
  pointer-events: none !important;
  display: none !important;
}

/* Pulsing visual cues for dynamic widgets */
.feature-badge-animated {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(99, 102, 241, 0.12);
  color: #a5b4fc;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 600;
}
.pulse-indicator {
  width: 6px;
  height: 6px;
  background-color: #818cf8;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-glow 1.5s infinite;
}
.niche-card-body {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* --- PRICING SECTION STYLES --- */
.pricing-section {
  padding: 4rem 0 2rem 0;
  position: relative;
  z-index: 1;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.pricing-card {
  background: rgba(17, 24, 39, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-card.popular {
  border-color: var(--primary) !important;
  background: rgba(99, 102, 241, 0.06) !important;
  box-shadow: 0 15px 35px rgba(99, 102, 241, 0.15) !important;
}
.pricing-card.popular::before {
  content: "POPULER";
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  letter-spacing: 0.5px;
}
.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 15px 30px rgba(99, 102, 241, 0.08);
}
.pricing-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-heading);
}
.pricing-price {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0.75rem 0;
  font-family: var(--font-heading);
}
.pricing-price span {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}
.pricing-features {
  list-style: none;
  margin: 1.25rem 0 2rem 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.pricing-features li svg {
  color: var(--primary);
  flex-shrink: 0;
}
.pricing-card .btn {
  width: 100%;
}

/* --- BENTO GRID & SaaS DASHBOARD MOCKUP (Tier 3 Corporate) --- */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.bento-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.bento-item:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: var(--shadow-glow);
}
.bento-col-12 { grid-column: span 12; }
.bento-col-8 { grid-column: span 12; }
.bento-col-6 { grid-column: span 12; }
.bento-col-4 { grid-column: span 12; }

@media (min-width: 768px) {
  .bento-col-8 { grid-column: span 8; }
  .bento-col-6 { grid-column: span 6; }
  .bento-col-4 { grid-column: span 4; }
}

/* MacBook Frame for Premium Dashboard Visuals */
.macbook-frame {
  background: #1e1e1e;
  border-radius: 12px 12px 0 0;
  border: 4px solid #3a3a3a;
  border-bottom: none;
  padding: 0.5rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  position: relative;
  overflow: hidden;
  max-width: 95%;
  margin: 0 auto;
}
.macbook-header-dots {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.macbook-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef4444;
}
.macbook-dot:nth-child(2) { background-color: #fbbf24; }
.macbook-dot:nth-child(3) { background-color: #10b981; }

.dashboard-preview-frame {
  background: #0f172a;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 1.25rem;
  font-family: monospace;
  font-size: 0.72rem;
  color: #38bdf8;
  height: 250px;
  overflow-y: auto;
  text-align: left;
  line-height: 1.4;
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.8);
}

/* --- LIGHT & SIMPLIFIED LAYOUT OVERRIDES (Tier 1 UMKM) --- */
body.theme-layout-umkm {
  --bg-main: #f9fafb;
  --bg-card: #ffffff;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --border-color: #e5e7eb;
  --shadow-md: 0 4px 6px rgba(0,0,0,0.05);
  background-color: var(--bg-main);
  color: var(--text-main);
}
body.theme-layout-umkm header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
body.theme-layout-umkm .hero {
  padding: 4rem 0;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
}
body.theme-layout-umkm .hero h1 {
  color: #111827;
  font-size: 2.25rem;
  font-weight: 700;
}
body.theme-layout-umkm .btn-primary {
  background: var(--primary);
  color: #ffffff !important;
  box-shadow: none;
}
body.theme-layout-umkm .btn-secondary {
  background: #ffffff;
  border-color: #d1d5db;
  color: #374151;
}
body.theme-layout-umkm .widget-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 1.5rem;
}
body.theme-layout-umkm .widget-title {
  border-bottom: 1px solid #e5e7eb;
}
body.theme-layout-umkm footer {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
}
body.theme-layout-umkm .service-card, 
body.theme-layout-umkm .testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: none;
}
body.theme-layout-umkm .service-benefit {
  background: #f3f4f6;
  border-left: 3px solid var(--primary);
  color: #374151;
}



