/* =========================================================
   Social Media Automation Plugin - Light Mode Design System
   ========================================================= */

:root {
  --primary: #4f46e5;
  --primary-hover: #4338ca;
  --primary-light: #eef2ff;
  --secondary: #64748b;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --info: #0284c7;
  
  --bg-body: #f8fafc;
  --bg-surface: #ffffff;
  --bg-subtle: #f1f5f9;
  --bg-alt: #f8fafc;
  
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-subtle: #94a3b8;
  
  --border-light: #e2e8f0;
  --border-subtle: #f1f5f9;
  
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  --shadow-md: 0 4px 12px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 12px 28px -4px rgba(0, 0, 0, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 40px -8px rgba(0, 0, 0, 0.1), 0 6px 16px -4px rgba(0, 0, 0, 0.04);
  
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  
  --whatsapp-green: #25D366;
  --whatsapp-hover: #20bd5a;
  --codecanyon-green: #79a838;
  --codecanyon-hover: #67922d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.65;
  line-height: 1.68;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.011em;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.hero-title-main,
.section-heading,
.navbar-brand {
  font-family: "Outfit", "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.025em;
}

/* =========================================================
   Navbar Styling
   ========================================================= */
.navbar-custom {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.85rem 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.navbar-brand img {
  max-height: 42px;
  display: block;
}

.nav-link {
  color: #475569 !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}

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

/* =========================================================
   Buttons
   ========================================================= */
.btn-whatsapp {
  background: var(--whatsapp-green) !important;
  color: #ffffff !important;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 0.65rem 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28);
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

.btn-codecanyon {
  background: linear-gradient(135deg, #79a838 0%, #618c28 100%) !important;
  color: #ffffff !important;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 0.65rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(121, 168, 56, 0.3);
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-codecanyon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(121, 168, 56, 0.45);
  color: #ffffff !important;
}

.btn-outline-custom {
  background: #ffffff;
  color: #334155;
  border: 1px solid var(--border-light);
  border-radius: 50px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}

.btn-outline-custom:hover {
  background: var(--bg-subtle);
  color: var(--primary);
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

/* =========================================================
   Floating WhatsApp Button
   ========================================================= */
.whatsapp-floating-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  background: var(--whatsapp-green);
  color: #ffffff !important;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: all 0.3s ease;
  text-decoration: none;
  animation: pulse-green 2.5s infinite;
}

.whatsapp-floating-btn:hover {
  transform: scale(1.1);
  background: var(--whatsapp-hover);
  color: #ffffff !important;
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* =========================================================
   Hero Section (Clean Light Theme)
   ========================================================= */
.hero-wrapper {
  position: relative;
  padding: 4.5rem 0 5.5rem 0;
  background: radial-gradient(circle at 50% -10%, rgba(99, 102, 241, 0.1) 0%, rgba(248, 250, 252, 1) 65%);
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: var(--primary);
  padding: 0.45rem 1.15rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.1);
}

.hero-title-main {
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.35rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.hero-title-main span.gradient-text {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: 1.15rem;
  color: #475569;
  max-width: 720px;
  margin: 0 auto 2.25rem auto;
  line-height: 1.7;
}

/* Clean UI Mockup Window */
.mockup-window {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid #cbd5e1;
  box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}

.mockup-header {
  background: #f8fafc;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
}

.mockup-dots {
  display: flex;
  gap: 6px;
}

.mockup-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.mockup-dot.red { background: #ef4444; }
.mockup-dot.yellow { background: #f59e0b; }
.mockup-dot.green { background: #10b981; }

.mockup-content {
  padding: 1.75rem;
  background: #fdfdfd;
}

/* Platform Badges */
.platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.platform-pill.fb { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; }
.platform-pill.insta { border-color: #fbcfe8; background: #fdf2f8; color: #db2777; }
.platform-pill.linkedin { border-color: #bae6fd; background: #f0f9ff; color: #0369a1; }
.platform-pill.pinterest { border-color: #fecaca; background: #fef2f2; color: #dc2626; }

/* =========================================================
   Feature & Modern Cards (Light Mode)
   ========================================================= */
.section-pad {
  padding: 5rem 0;
}

.section-tag {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}

.section-heading {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.section-desc {
  color: #64748b;
  font-size: 1.08rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.65;
}

.feature-box-modern {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.feature-box-modern:hover {
  transform: translateY(-5px);
  border-color: #c7d2fe;
  box-shadow: var(--shadow-lg);
}

.feature-box-modern .icon-wrapper {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid #c7d2fe;
}

.step-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #c7d2fe;
  line-height: 1;
  margin-bottom: 0.75rem;
}

/* Banner Box */
.cta-banner-box {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #c7d2fe;
  border-radius: var(--radius-xl);
  padding: 3.5rem 2.5rem;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

.cta-banner-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #4f46e5, #7c3aed, #0284c7);
}

/* =========================================================
   Accordion (Light Mode)
   ========================================================= */
.custom-accordion .accordion-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  margin-bottom: 1rem;
  border-radius: var(--radius-md) !important;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.custom-accordion .accordion-button {
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: var(--primary-light);
  color: var(--primary);
  border-bottom: 1px solid var(--border-light);
}

.custom-accordion .accordion-body {
  color: #475569;
  line-height: 1.7;
  padding: 1.25rem 1.5rem;
}

/* =========================================================
   Footer (Light & Clean)
   ========================================================= */
.footer-clean {
  background: #ffffff;
  border-top: 1px solid var(--border-light);
  padding: 4rem 0 3rem 0;
}

/* Scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 95px;
  right: 28px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  color: #334155;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  transform: translateY(-3px);
}

/* Upcoming Queue Status Badges */
.badge-status-queued {
  background-color: #fef3c7 !important;
  color: #b45309 !important;
  border: 1px solid #fde68a !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 0.35rem 0.65rem !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

.badge-status-published {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 0.35rem 0.65rem !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

