/* Beyond Hub Landing Page — www.beyondhubhq.com */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --slate-50: #f8fafc; --slate-100: #f1f5f9; --slate-200: #e2e8f0; --slate-300: #cbd5e1;
  --slate-400: #94a3b8; --slate-500: #64748b; --slate-600: #475569; --slate-700: #334155;
  --slate-800: #1e293b; --slate-900: #0f172a; --slate-950: #020617;
  --blue-50: #eff6ff; --blue-100: #dbeafe; --blue-500: #3b82f6; --blue-600: #2563eb; --blue-700: #1d4ed8;
  --emerald-50: #ecfdf5; --emerald-100: #d1fae5; --emerald-400: #34d399; --emerald-500: #10b981; --emerald-600: #059669; --emerald-700: #047857;
  --radius: 0.75rem;
}
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--slate-800); line-height: 1.6; background: #fff; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; font-weight: 700; line-height: 1.1; }
.container { max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
.container-narrow { max-width: 48rem; }
.w-full { width: 100%; }
.text-blue { color: var(--blue-600); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: 0.875rem; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: all 0.15s; }
.btn-lg { padding: 0.75rem 2rem; font-size: 1rem; height: 3rem; }
.btn-primary { background: var(--blue-600); color: #fff; }
.btn-primary:hover { background: var(--blue-700); }
.btn-outline { background: #fff; color: var(--slate-700); border: 1px solid var(--slate-300); }
.btn-outline:hover { background: var(--slate-50); }
.btn-dark { background: var(--slate-900); color: #fff; }
.btn-dark:hover { background: var(--slate-800); }
.btn-white { background: #fff; color: var(--slate-900); }
.btn-white:hover { background: var(--slate-100); }
.btn-ghost { background: transparent; color: var(--slate-700); }
.btn-ghost:hover { background: var(--slate-100); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.8); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(226,232,240,0.6); }
.nav.scrolled { box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 4rem; max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
.nav-logo { display: flex; align-items: center; gap: 0.625rem; text-decoration: none; }
.nav-logo img { border-radius: 0.5rem; }
.nav-logo span { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.25rem; color: var(--slate-900); }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--slate-600); text-decoration: none; transition: color 0.15s; }
.nav-links a:hover { color: var(--slate-900); }
.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--slate-600); cursor: pointer; padding: 0.5rem; }
.mobile-menu { display: none; padding: 1rem; border-top: 1px solid var(--slate-200); background: #fff; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 0.5rem 0; font-size: 0.875rem; font-weight: 500; color: var(--slate-600); text-decoration: none; }
.mobile-menu-actions { display: flex; flex-direction: column; gap: 0.5rem; padding-top: 0.75rem; margin-top: 0.75rem; border-top: 1px solid var(--slate-100); }
@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .mobile-menu-btn { display: block; }
}

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(to bottom, var(--slate-50), #fff); padding: 5rem 0 2rem; }
.hero-content { text-align: center; max-width: 56rem; margin: 0 auto; }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.875rem; border-radius: 9999px; background: var(--blue-50); border: 1px solid var(--blue-100); font-size: 0.75rem; font-weight: 600; color: var(--blue-700); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.75rem); color: var(--slate-900); margin-bottom: 1.5rem; }
.hero-sub { font-size: 1.125rem; color: var(--slate-600); max-width: 36rem; margin: 0 auto 2rem; }
.hero-ctas { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1rem; }
.hero-note { font-size: 0.875rem; color: var(--slate-500); }
.hero-img-wrap { position: relative; margin-top: 3.5rem; max-width: 64rem; margin-left: auto; margin-right: auto; }
.hero-img-wrap::before { content: ''; position: absolute; inset: -1rem; background: linear-gradient(135deg, rgba(219,234,254,0.4), rgba(241,245,249,0.4)); border-radius: 1rem; filter: blur(24px); z-index: 0; }
.hero-img { position: relative; z-index: 1; width: 100%; border-radius: var(--radius); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15); border: 1px solid rgba(226,232,240,0.6); }

/* Social Proof */
.social-proof { border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); background: rgba(248,250,252,0.5); padding: 2.5rem 0; }
.proof-label { text-align: center; font-size: 0.75rem; font-weight: 500; color: var(--slate-400); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 2rem; }
.proof-logos { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.proof-logo { display: flex; align-items: center; gap: 0.5rem; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1rem; color: var(--slate-500); opacity: 0.4; }
.proof-logo:hover { opacity: 0.6; }
.proof-logo svg { color: var(--slate-500); }

/* Section headers */
.section-header { text-align: center; max-width: 40rem; margin: 0 auto 4rem; }
.section-header h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); color: var(--slate-900); margin-bottom: 1rem; }
.section-header p { font-size: 1.125rem; color: var(--slate-600); }

/* Features */
.features-section { padding: 5rem 0 6rem; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
@media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; } }
@media (min-width: 769px) and (max-width: 1024px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
.feature-card { padding: 1.5rem; border: 1px solid var(--slate-200); border-radius: var(--radius); background: #fff; transition: all 0.3s; }
.feature-card:hover { border-color: var(--blue-100); background: rgba(239,246,255,0.2); }
.feature-icon { width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; background: var(--blue-50); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: var(--blue-600); }
.feature-card h3 { font-size: 1.125rem; color: var(--slate-900); margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.875rem; color: var(--slate-600); line-height: 1.6; }

/* Pricing */
.pricing-section { padding: 5rem 0 6rem; background: #fff; }
.pricing-toggle { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-top: 2rem; }
.toggle-btn { padding: 0.5rem 1.25rem; border-radius: 9999px; font-size: 0.875rem; font-weight: 500; border: 1px solid var(--slate-200); background: #fff; color: var(--slate-600); cursor: pointer; transition: all 0.15s; display: flex; align-items: center; gap: 0.5rem; }
.toggle-btn.active { background: var(--slate-900); color: #fff; border-color: var(--slate-900); box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.save-badge { background: var(--emerald-100); color: var(--emerald-700); font-size: 0.625rem; font-weight: 700; padding: 0.125rem 0.5rem; border-radius: 9999px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 1024px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pricing-grid { grid-template-columns: 1fr; } }
.pricing-card { padding: 1.5rem; border: 1px solid var(--slate-200); border-radius: 1rem; background: #fff; display: flex; flex-direction: column; }
.pricing-card.popular { border: 2px solid var(--blue-500); position: relative; box-shadow: 0 10px 25px -5px rgba(37,99,235,0.1); }
.popular-badge { position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%); background: var(--blue-600); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.75rem; border-radius: 9999px; }
.pricing-card.pro { background: var(--slate-900); color: #fff; }
.pricing-card.pro .tier-desc { color: var(--slate-400); }
.pricing-card.pro .annual-save { color: var(--emerald-400); }
.pricing-card h3 { font-size: 1.125rem; margin-bottom: 0.25rem; }
.tier-desc { font-size: 0.75rem; color: var(--slate-500); }
.price { margin-top: 1rem; margin-bottom: 1.5rem; }
.price .amount { font-size: 2.5rem; font-weight: 700; font-family: 'Outfit', sans-serif; }
.price .period { font-size: 0.875rem; color: var(--slate-400); }
.annual-save { font-size: 0.75rem; color: var(--emerald-600); font-weight: 500; margin-top: -1rem; margin-bottom: 1rem; }
.pricing-card ul { list-style: none; flex: 1; margin-bottom: 1.5rem; }
.pricing-card ul li { font-size: 0.875rem; padding: 0.375rem 0; display: flex; align-items: flex-start; gap: 0.5rem; }
.pricing-card ul li::before { content: ''; width: 1rem; height: 1rem; flex-shrink: 0; margin-top: 0.125rem; border-radius: 50%; }
.pricing-card ul li.included::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E") center/contain no-repeat; }
.pricing-card ul li.excluded { color: var(--slate-400); }
.pricing-card ul li.excluded::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E") center/contain no-repeat; }
.pricing-card.pro ul li.included::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2334d399' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E") center/contain no-repeat; }
.pricing-card.pro ul li { color: var(--slate-300); }
.pricing-note { text-align: center; font-size: 0.875rem; color: var(--slate-500); max-width: 48rem; margin: 3rem auto 0; }

/* FAQ */
.faq-section { padding: 5rem 0 6rem; background: var(--slate-50); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--slate-200); }
.faq-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; background: none; border: none; cursor: pointer; text-align: left; font-size: 1rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; color: var(--slate-900); }
.faq-trigger svg { transition: transform 0.2s; color: var(--slate-400); flex-shrink: 0; }
.faq-item.open .faq-trigger svg { transform: rotate(180deg); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-content { max-height: 20rem; }
.faq-content p { padding-bottom: 1.25rem; font-size: 0.875rem; color: var(--slate-600); line-height: 1.7; }

/* Final CTA */
.final-cta { padding: 5rem 0 6rem; background: var(--slate-900); color: #fff; }
.final-cta h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: 1rem; }
.final-cta p { font-size: 1.125rem; color: var(--slate-400); max-width: 36rem; margin: 0 auto 2rem; }
.cta-note { font-size: 0.875rem; color: var(--slate-500); margin-top: 1rem; }

/* Footer */
.footer { background: var(--slate-950); color: var(--slate-400); padding: 3rem 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { font-size: 0.875rem; color: var(--slate-500); margin-top: 1rem; max-width: 20rem; line-height: 1.6; }
.footer h4 { font-size: 0.75rem; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 0.625rem; }
.footer ul a { font-size: 0.875rem; color: var(--slate-400); text-decoration: none; transition: color 0.15s; }
.footer ul a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--slate-800); flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.875rem; color: var(--slate-500); }
.footer-bottom a { color: var(--slate-400); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
