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

:root {
  --primary: #0A0F1E;
  --accent: #FF4D00;
  --accent2: #00C8FF;
  --accent3: #7B2FFF;
  --surface: #111827;
  --surface2: #1E2840;
  --text: #F0F4FF;
  --text-muted: #8A94B0;
  --border: rgba(255,255,255,0.08);
  --gradient: linear-gradient(135deg, #FF4D00, #7B2FFF);
  --gradient2: linear-gradient(135deg, #00C8FF, #7B2FFF);
  --card-bg: rgba(255,255,255,0.04);
  --radius: 16px;
  --radius-sm: 8px;
  --radius-lg: 24px;

  /* Light section variables */
  --light-bg: #FFFFFF;
  --light-surface: #F8F6FF;
  --light-surface2: #FFF3EE;
  --light-text: #0A0F1E;
  --light-text-muted: #5A6480;
  --light-border: rgba(10,15,30,0.1);
  --light-card: #FFFFFF;
}

/* ===== LIGHT SECTION OVERRIDE ===== */
.section-light {
  background: var(--light-bg);
  color: var(--light-text);
}
.section-light p { color: var(--light-text-muted); }
.section-light h1, .section-light h2, .section-light h3, .section-light h4 { color: var(--light-text); }
.section-light .card {
  background: var(--light-card);
  border-color: var(--light-border);
  box-shadow: 0 2px 20px rgba(10,15,30,0.06);
}
.section-light .card:hover {
  background: #fff;
  border-color: rgba(255,77,0,0.2);
  box-shadow: 0 12px 40px rgba(10,15,30,0.12);
}
.section-light .card h3, .section-light .card h4 { color: var(--light-text); }
.section-light .card p { color: var(--light-text-muted); }
.section-light .feature-link { color: var(--accent); }
.section-light .stat-label { color: var(--light-text-muted); }
.section-light .tagline { color: var(--accent); }

.section-soft {
  background: var(--light-surface);
  color: var(--light-text);
}
.section-soft p { color: var(--light-text-muted); }
.section-soft h1, .section-soft h2, .section-soft h3, .section-soft h4 { color: var(--light-text); }
.section-soft .card {
  background: #fff;
  border-color: var(--light-border);
  box-shadow: 0 2px 16px rgba(10,15,30,0.06);
}
.section-soft .card:hover {
  box-shadow: 0 12px 40px rgba(10,15,30,0.1);
  border-color: rgba(255,77,0,0.25);
}
.section-soft .card h3, .section-soft .card h4 { color: var(--light-text); }
.section-soft .card p { color: var(--light-text-muted); }

.section-warm {
  background: var(--light-surface2);
  color: var(--light-text);
}
.section-warm p { color: var(--light-text-muted); }
.section-warm h1, .section-warm h2, .section-warm h3, .section-warm h4 { color: var(--light-text); }
.section-warm .card {
  background: #fff;
  border-color: rgba(255,77,0,0.12);
  box-shadow: 0 2px 16px rgba(255,77,0,0.06);
}
.section-warm .card:hover {
  box-shadow: 0 12px 40px rgba(255,77,0,0.12);
  border-color: rgba(255,77,0,0.3);
}
.section-warm .card h3, .section-warm .card h4 { color: var(--light-text); }
.section-warm .card p { color: var(--light-text-muted); }

/* Light section badge/icon adjustments */
.section-light .icon-orange, .section-soft .icon-orange, .section-warm .icon-orange { background: rgba(255,77,0,0.1); }
.section-light .icon-blue, .section-soft .icon-blue, .section-warm .icon-blue { background: rgba(0,150,200,0.1); }
.section-light .icon-purple, .section-soft .icon-purple, .section-warm .icon-purple { background: rgba(123,47,255,0.08); }
.section-light .icon-green, .section-soft .icon-green, .section-warm .icon-green { background: rgba(0,180,80,0.1); }

/* Light border */
.section-light .border-top-light, .section-soft .border-top-light { border-top: 1px solid var(--light-border); }

/* Logos section light */
.logos-section-light {
  background: var(--light-bg);
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}
.logos-section-light .logos-label { color: var(--light-text-muted); }
.logos-section-light .logo-item { color: var(--light-text-muted); opacity: 0.5; }
.logos-section-light .logo-item:hover { opacity: 0.9; color: var(--light-text); }

/* Testimonial light */
.section-light .testimonial-card, .section-soft .testimonial-card {
  background: #fff;
  border-color: var(--light-border);
  box-shadow: 0 4px 24px rgba(10,15,30,0.07);
}
.section-light .testimonial-text, .section-soft .testimonial-text { color: var(--light-text); }
.section-light .author-name, .section-soft .author-name { color: var(--light-text); }
.section-light .author-role, .section-soft .author-role { color: var(--light-text-muted); }

/* FAQ light */
.section-light .faq-item, .section-soft .faq-item { border-bottom-color: var(--light-border); }
.section-light .faq-question, .section-soft .faq-question { color: var(--light-text); }
.section-light .faq-icon, .section-soft .faq-icon { background: rgba(10,15,30,0.05); }
.section-light .faq-answer p, .section-soft .faq-answer p { color: var(--light-text-muted); }

/* Panel visual light */
.section-light .panel-visual, .section-soft .panel-visual {
  background: transparent;
  border-color: transparent;
}

/* Pricing light */
.section-light .pricing-card { background: #fff; border-color: var(--light-border); box-shadow: 0 4px 24px rgba(10,15,30,0.07); }
.section-light .pricing-card.featured { background: #fff5f2; border-color: rgba(255,77,0,0.3); }
.section-light .pricing-card h3 { color: var(--light-text); }
.section-light .price { color: var(--light-text); }
.section-light .pricing-features li { color: var(--light-text-muted); }

/* Stat numbers stay vibrant on light bg — no change needed */

/* Tab buttons light */
.section-light .tab-btn, .section-soft .tab-btn {
  border-color: var(--light-border);
  color: var(--light-text-muted);
  background: #fff;
}
.section-light .tab-btn:hover:not(.active), .section-soft .tab-btn:hover:not(.active) {
  border-color: rgba(255,77,0,0.3);
  color: var(--light-text);
  background: rgba(255,77,0,0.04);
}

/* panel features light */
.section-light .panel-features li, .section-soft .panel-features li { color: var(--light-text-muted); }

/* Product visual in light context */
.section-light .product-visual { background: transparent; border-color: transparent; box-shadow: none; }
.section-soft .product-visual { background: transparent; border-color: transparent; box-shadow: none; }

/* CTA section stays dark always — override if needed */
.cta-section-light {
  background: linear-gradient(135deg, rgba(255,77,0,0.07) 0%, rgba(123,47,255,0.07) 100%);
  border: 1px solid rgba(255,77,0,0.15);
  border-radius: var(--radius-lg);
  padding: 5rem 3rem;
  text-align: center;
  color: var(--light-text);
}
.cta-section-light h2 { color: var(--light-text); }
.cta-section-light p { color: var(--light-text-muted); }

/* Logos track light */
.logos-track-light { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.logo-pill {
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: 100px;
  padding: 0.5rem 1.4rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--light-text-muted);
  box-shadow: 0 2px 8px rgba(10,15,30,0.05);
  transition: all 0.3s;
}
.logo-pill:hover { color: var(--accent); border-color: rgba(255,77,0,0.3); box-shadow: 0 4px 16px rgba(255,77,0,0.12); }

/* Steps / numbered list for light */
.step-number {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.1rem;
  flex-shrink: 0;
}
.step-item { display: flex; gap: 1.25rem; align-items: flex-start; }
.step-item h4 { color: var(--light-text); }
.step-item p { color: var(--light-text-muted); font-size: 0.9rem; }

/* Section divider accent line */
.section-divider {
  height: 4px;
  background: var(--gradient);
  border: none;
  margin: 0;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--primary);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; line-height: 1.15; }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
h4 { font-size: 1.25rem; }
p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.75; }
a { text-decoration: none; color: inherit; transition: all 0.3s; }

/* LAYOUT */
.container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }

/* GRID */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.875rem 2rem; border-radius: 100px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; border: none; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
}
.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 8px 32px rgba(255, 77, 0, 0.35);
}
.btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 48px rgba(255,77,0,0.45); }
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { background: var(--card-bg); border-color: rgba(255,255,255,0.2); transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2.5rem; font-size: 1.05rem; }
.btn-sm { padding: 0.6rem 1.4rem; font-size: 0.85rem; }

/* BADGE */
.badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 1rem; border-radius: 100px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  border: 1px solid;
}
.badge-orange { background: rgba(255,77,0,0.1); color: var(--accent); border-color: rgba(255,77,0,0.3); }
.badge-blue { background: rgba(0,200,255,0.1); color: var(--accent2); border-color: rgba(0,200,255,0.3); }
.badge-purple { background: rgba(123,47,255,0.1); color: var(--accent3); border-color: rgba(123,47,255,0.3); }

/* CARDS */
.card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,0.15); background: rgba(255,255,255,0.07); }
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--gradient); opacity: 0; transition: opacity 0.3s;
}
.card:hover::before { opacity: 1; }

/* ICON WRAPPER */
.icon-wrap {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem; font-size: 1.75rem;
}
.icon-orange { background: rgba(255,77,0,0.15); }
.icon-blue { background: rgba(0,200,255,0.15); }
.icon-purple { background: rgba(123,47,255,0.15); }
.icon-green { background: rgba(0,255,136,0.15); }

/* SECTION HEADER */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
.section-header p { margin-top: 1rem; font-size: 1.1rem; }

/* HIGHLIGHT TEXT */
.highlight { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.highlight2 { background: var(--gradient2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* DIVIDER */
.divider { width: 60px; height: 4px; background: var(--gradient); border-radius: 100px; margin: 1rem auto; }

/* TAG LINE */
.tagline { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; display: block; }

/* STAT */
.stat { text-align: center; }
.stat-number { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3rem; font-weight: 800; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.25rem; }

/* GLOW EFFECTS */
.glow-orange { filter: drop-shadow(0 0 40px rgba(255,77,0,0.3)); }
.glow-blue { filter: drop-shadow(0 0 40px rgba(0,200,255,0.3)); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0.65rem 0;
  transition: all 0.3s;
  backdrop-filter: blur(20px);
  background: rgba(10,15,30,0.8);
  border-bottom: 1px solid transparent;
}
.navbar.scrolled { border-bottom-color: var(--border); padding: 0.45rem 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; position: relative; }
.logo { display: flex; align-items: center; gap: 0; }
.logo-icon { width: 36px; height: 36px; }
.logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.3rem; }
.logo-text span { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.logo-img { height: 85px; width: auto; max-width: 280px; object-fit: contain; display: block; }
.navbar .logo-img { height: 85px; max-width: 280px; }
footer .logo-img { height: 85px; max-width: 280px; }
.nav-menu { display: flex; align-items: center; gap: 1rem; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.nav-links a {
  padding: 0.5rem 1rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 500; color: var(--text-muted);
  transition: all 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--card-bg); }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: transparent; border: 0; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: translateX(6px); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.logo-pill { display: inline-flex; align-items: center; gap: 0.5rem; }
.logo-pill svg { width: 16px; height: 16px; opacity: 0.85; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding-top: 5rem;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 80% 80% at 50% -20%, rgba(123,47,255,0.25) 0%, transparent 60%),
              radial-gradient(ellipse 60% 60% at 80% 80%, rgba(255,77,0,0.1) 0%, transparent 50%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,77,0,0.1); border: 1px solid rgba(255,77,0,0.3); border-radius: 100px; padding: 0.4rem 1rem 0.4rem 0.4rem; margin-bottom: 2rem; }
.hero-badge .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
.hero-badge span { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); }
.hero h1 { margin-bottom: 1.5rem; }
.hero p { font-size: 1.2rem; max-width: 600px; margin: 0 auto 2.5rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: var(--text-muted); font-size: 0.8rem; animation: bounce 2s infinite; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--text-muted), transparent); }

/* ===== LOGOS ===== */
.logos-section { padding: 2.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.logos-label { text-align: center; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 2rem; }
.logos-track { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.logo-item { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--text-muted); opacity: 0.5; transition: opacity 0.3s; }
.logo-item:hover { opacity: 1; }

/* ===== FEATURES ===== */
.feature-card { display: flex; flex-direction: column; }
.feature-card h3 { font-size: 1.3rem; margin-bottom: 0.75rem; color: var(--text); }
.feature-card p { font-size: 0.95rem; flex: 1; }
.feature-link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.25rem; font-size: 0.9rem; font-weight: 600; color: var(--accent); }
.feature-link:hover { gap: 0.75rem; }

/* ===== PRODUCT SHOWCASE ===== */
.showcase { position: relative; overflow: hidden; }
.showcase-tabs { display: flex; gap: 0.5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.tab-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1.4rem; border-radius: 100px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.85rem;
  border: 1.5px solid var(--border); background: transparent; color: var(--text-muted);
  cursor: pointer; transition: all 0.3s;
}
.tab-btn svg { width: 16px; height: 16px; }
.tab-btn.active { background: var(--gradient); color: #fff; border-color: transparent; box-shadow: 0 4px 20px rgba(255,77,0,0.3); }
.tab-btn:hover:not(.active) { border-color: rgba(255,255,255,0.2); color: var(--text); }
.tab-panel { display: none; }
.tab-panel.active { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 4rem; align-items: center; }
.panel-visual {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  min-height: auto;
  position: relative;
  overflow: visible;
  display: flex; align-items: center; justify-content: center;
}
.panel-visual svg { width: 100%; max-width: 340px; }
.screenshot-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: none;
  box-shadow: none;
  max-width: 2000px;
}
.panel-features { list-style: none; margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.panel-features li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; color: var(--text-muted); }
.panel-features li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,77,0,0.15); border: 1px solid rgba(255,77,0,0.4); flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23FF4D00'%3E%3Cpath d='M7 10l2 2 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }

/* ===== PRICING ===== */
.pricing-card { position: relative; }
.pricing-card.featured { border-color: rgba(255,77,0,0.4); background: rgba(255,77,0,0.05); }
.pricing-card.featured::after { content: 'Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gradient); color: #fff; padding: 0.25rem 1rem; border-radius: 100px; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3rem; font-weight: 800; }
.price sup { font-size: 1.5rem; vertical-align: top; margin-top: 0.5rem; }
.price span { font-size: 1rem; color: var(--text-muted); font-weight: 400; }
.pricing-features { list-style: none; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0.75rem; }
.pricing-features li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; }
.check, .cross { display: inline-flex; align-items: center; justify-content: center; }
.check svg, .cross svg { width: 18px; height: 18px; }
.check { color: var(--accent); }
.cross { color: var(--text-muted); }

/* ===== TESTIMONIALS ===== */
.testimonial-card { padding: 2rem; }
.testimonial-text { font-size: 1rem; color: var(--text); font-style: italic; margin-bottom: 1.5rem; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1rem; display: flex; align-items: center; justify-content: center; }
.author-name { font-weight: 600; font-size: 0.9rem; color: var(--text); }
.author-role { font-size: 0.8rem; color: var(--text-muted); }
.stars { color: #FFB800; font-size: 0.9rem; margin-bottom: 1rem; letter-spacing: 2px; }

/* ===== CTA SECTION ===== */
.cta-section {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(255,77,0,0.1) 0%, rgba(123,47,255,0.1) 100%);
  border: 1px solid rgba(255,77,0,0.2);
  border-radius: var(--radius-lg);
  padding: 5rem 3rem;
  text-align: center;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,77,0,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ===== FOOTER ===== */
footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 5rem 0 2rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem; }
.footer-brand p { font-size: 0.9rem; margin-top: 1rem; max-width: 280px; }
.footer-col h5 { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.5rem; color: var(--text); }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a { font-size: 0.9rem; color: var(--text-muted); }
.footer-links a:hover { color: var(--text); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2rem; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { font-size: 0.85rem; }
.social-links { display: flex; gap: 1rem; }
.social-link { width: 36px; height: 36px; border-radius: 8px; background: var(--card-bg); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all 0.3s; }
.social-link:hover { background: rgba(255,77,0,0.1); border-color: rgba(255,77,0,0.4); }

/* ===== PAGE HERO ===== */
.page-hero { padding: 10rem 0 6rem; text-align: center; position: relative; overflow: hidden; }
.page-hero .hero-bg { background: radial-gradient(ellipse 60% 60% at 50% 0%, rgba(123,47,255,0.2) 0%, transparent 70%); }

/* ===== INNER PAGE CARDS ===== */
.product-hero { padding: 8rem 0 4rem; }
.product-visual { background: transparent; border: none; border-radius: 0; padding: 0; min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: visible; }

/* ===== ANIMATIONS ===== */
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.5); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }

.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* ===== FAQ ===== */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; background: none; border: none; color: var(--text); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 1rem; text-align: left; padding: 1.5rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--card-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; transition: transform 0.3s; }
.faq-answer { display: none; padding-bottom: 1.5rem; }
.faq-answer p { font-size: 0.95rem; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-answer { display: block; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
  .grid-2, .tab-panel.active, .grid-3 { grid-template-columns: 1fr; }
  .navbar .logo-img { height: 50px; }
  .container { padding: 0 1.25rem; }
  .section { padding: 4.5rem 0; }
  .page-hero { padding: 8rem 0 4rem; }
  .product-visual { padding: 0; min-height: auto; }

  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .navbar.menu-open .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    padding: 1rem;
    border-radius: 14px;
    background: rgba(17, 24, 39, 0.98);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 60px rgba(0,0,0,0.45);
    max-height: calc(100vh - 96px);
    overflow: auto;
  }
  .navbar.menu-open .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0.25rem; }
  .navbar.menu-open .nav-links a { width: 100%; padding: 0.75rem 1rem; }
  .navbar.menu-open .nav-actions { flex-direction: column; align-items: stretch; }
  .navbar.menu-open .nav-actions .btn { width: 100%; justify-content: center; }

  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1.5rem; text-align: center; }
  .showcase-tabs { justify-content: center; }
  .cta-section { padding: 3rem 1.5rem; }
}
