/* BOS CLEAN Landing Page — Styles */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --blue:   #2563EB;
  --blue2:  #1D4ED8;
  --blueS:  #EFF6FF;
  --blueL:  #DBEAFE;
  --navy:   #0F172A;
  --navy2:  #1E293B;
  --ink:    #0F172A;
  --muted:  #64748B;
  --muted2: #94A3B8;
  --border: #E2E8F0;
  --bg:     #F8FAFC;
  --white:  #FFFFFF;
  --green:  #16A34A;
  --greenS: #DCFCE7;
  --orange: #EA580C;
  --orangeS:#FEF3C7;
  --gold:   #D97706;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--white); color: var(--ink); -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Navbar ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; gap: 40px; padding: 0 24px; height: 68px;
  max-width: 1200px; margin: 0 auto;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.nav-logo-text { font-size: 18px; font-weight: 900; color: var(--ink); letter-spacing: -0.5px; }
.nav-links { display: flex; gap: 28px; flex: 1; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--muted); text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-family: inherit; font-weight: 600; cursor: pointer; border: none; text-decoration: none; transition: all .15s; }
.btn-outline { padding: 9px 18px; border-radius: 10px; border: 1.5px solid var(--border); color: var(--ink); background: transparent; font-size: 14px; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-primary { padding: 10px 22px; border-radius: 10px; background: var(--blue); color: #fff; font-size: 14px; box-shadow: 0 4px 16px rgba(37,99,235,0.3); }
.btn-primary:hover { background: var(--blue2); transform: translateY(-1px); }
.btn-lg { padding: 16px 32px; border-radius: 14px; font-size: 16px; }
.btn-ghost { padding: 14px 24px; border-radius: 14px; font-size: 15px; color: var(--muted); background: transparent; border: 1.5px solid var(--border); }
.btn-ghost:hover { color: var(--ink); border-color: var(--ink); }

/* ── Hero ── */
.hero { padding: 88px 0 80px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--blueS); color: var(--blue); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--blueL); margin-bottom: 24px; }
.hero-badge span { font-size: 16px; }
.hero h1 { font-size: 54px; font-weight: 900; line-height: 1.08; letter-spacing: -2px; color: var(--ink); margin-bottom: 20px; }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--blue), #60A5FA); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 18px; color: var(--muted); line-height: 1.65; margin-bottom: 36px; max-width: 480px; }
.hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-social { display: flex; align-items: center; gap: 10px; margin-top: 40px; }
.hero-social-avatars { display: flex; }
.hero-social-avatars div { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px; background: var(--blueS); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--blue); }
.hero-social-avatars div:first-child { margin-left: 0; }
.hero-social-text { font-size: 13px; color: var(--muted); }
.hero-social-text b { color: var(--ink); }

/* Phone mockup */
.phone-wrap { position: relative; display: flex; justify-content: center; align-items: center; }
.phone-frame { width: 280px; height: 570px; border-radius: 44px; background: var(--navy); box-shadow: 0 40px 80px rgba(0,0,0,0.22), 0 0 0 1px rgba(0,0,0,0.15); position: relative; overflow: hidden; flex-shrink: 0; }
.phone-island { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 90px; height: 26px; border-radius: 14px; background: #000; z-index: 10; }
.phone-screen { position: absolute; inset: 0; overflow: hidden; }
.app-header { background: linear-gradient(135deg, #2563EB, #1D4ED8); padding: 60px 16px 16px; }
.app-header-greeting { font-size: 11px; color: rgba(255,255,255,0.7); margin-bottom: 2px; }
.app-header-title { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.app-stats { display: flex; gap: 6px; }
.app-stat { flex: 1; background: rgba(255,255,255,0.15); border-radius: 10px; padding: 8px 6px; }
.app-stat-val { font-size: 14px; font-weight: 900; color: #fff; }
.app-stat-lbl { font-size: 8px; color: rgba(255,255,255,0.7); margin-top: 1px; }
.app-body { background: #F8FAFC; padding: 12px; }
.app-section-title { font-size: 10px; font-weight: 700; color: #0F172A; margin-bottom: 8px; }
.app-card { background: #fff; border-radius: 12px; padding: 10px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.app-avatar { width: 28px; height: 28px; border-radius: 8px; background: #EFF6FF; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #2563EB; flex-shrink: 0; }
.app-card-name { font-size: 10px; font-weight: 700; color: #0F172A; }
.app-card-sub { font-size: 9px; color: #94A3B8; margin-top: 1px; }
.app-tag { display: inline-block; font-size: 8px; font-weight: 600; padding: 2px 6px; border-radius: 4px; }
.phone-glow { position: absolute; top: -40px; right: -60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 70%); pointer-events: none; }
.phone-glow2 { position: absolute; bottom: -60px; left: -40px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(234,88,12,0.1) 0%, transparent 70%); pointer-events: none; }

/* ── Stats bar ── */
.stats-bar { background: var(--navy); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border-radius: 20px; overflow: hidden; }
.stat-item { background: var(--navy); padding: 28px 24px; text-align: center; }
.stat-val { font-size: 36px; font-weight: 900; color: #fff; letter-spacing: -1.5px; }
.stat-val span { font-size: 22px; }
.stat-lbl { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 4px; }

/* ── Sections ── */
.section { padding: 96px 0; }
.section-label { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.section-title { font-size: 40px; font-weight: 900; letter-spacing: -1.5px; color: var(--ink); line-height: 1.1; margin-bottom: 14px; }
.section-sub { font-size: 17px; color: var(--muted); line-height: 1.65; max-width: 520px; }

/* ── Features ── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.feature-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; padding: 28px 24px; transition: all .2s; }
.feature-card:hover { border-color: var(--blue); box-shadow: 0 8px 32px rgba(37,99,235,0.08); transform: translateY(-2px); }
.feature-icon { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }
.feature-title { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.3px; }
.feature-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── Steps ── */
.how-bg { background: var(--bg); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; position: relative; }
.steps::before { content: ''; position: absolute; top: 34px; left: 16.67%; right: 16.67%; height: 2px; background: linear-gradient(90deg, var(--blueL) 0%, var(--blue) 50%, var(--blueL) 100%); z-index: 0; }
.step { position: relative; z-index: 1; text-align: center; }
.step-num { width: 68px; height: 68px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 22px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 8px 24px rgba(37,99,235,0.3); border: 4px solid #fff; }
.step-title { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── Pricing ── */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; max-width: 760px; margin-left: auto; margin-right: auto; }
.price-card { background: var(--white); border: 2px solid var(--border); border-radius: 24px; padding: 36px 32px; position: relative; }
.price-card.featured { border-color: var(--blue); box-shadow: 0 16px 48px rgba(37,99,235,0.12); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 16px; border-radius: 999px; white-space: nowrap; }
.price-name { font-size: 18px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.price-desc { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.price-amount { font-size: 40px; font-weight: 900; color: var(--ink); letter-spacing: -1.5px; margin-bottom: 4px; }
.price-amount sup { font-size: 20px; font-weight: 700; vertical-align: top; margin-top: 8px; }
.price-per { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--ink); }
.price-features li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.price-features li.off { color: var(--muted2); }
.price-features li.off::before { content: '✕'; color: var(--border); }
.btn-plan-primary { width: 100%; padding: 14px; border-radius: 12px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 700; text-align: center; cursor: pointer; border: none; box-shadow: 0 4px 16px rgba(37,99,235,0.3); font-family: inherit; }
.btn-plan-outline { width: 100%; padding: 14px; border-radius: 12px; background: transparent; color: var(--ink); font-size: 15px; font-weight: 700; text-align: center; cursor: pointer; border: 2px solid var(--border); font-family: inherit; }
.activation-note { text-align: center; margin-top: 20px; font-size: 13px; color: var(--muted); }
.activation-note b { color: var(--ink); }

/* ── Testimonials ── */
.testi-bg { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.testi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 28px 24px; }
.testi-stars { color: #FCD34D; font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-quote { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 12px; background: rgba(37,99,235,0.4); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 700; color: #fff; }
.testi-biz { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* ── CTA ── */
.cta-section { padding: 96px 0; text-align: center; background: var(--blueS); }
.cta-title { font-size: 44px; font-weight: 900; letter-spacing: -1.5px; color: var(--ink); margin-bottom: 16px; line-height: 1.1; }
.cta-sub { font-size: 17px; color: var(--muted); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-note { margin-top: 16px; font-size: 13px; color: var(--muted); }

/* ── Footer ── */
footer { background: var(--navy); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.65; margin-top: 12px; max-width: 260px; }
.footer-col-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 14px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-badges { display: flex; gap: 10px; }
.footer-badge { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 6px 12px; border-radius: 8px; font-size: 12px; color: rgba(255,255,255,0.6); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .phone-wrap { order: -1; }
  .hero h1 { font-size: 38px; }
  .features-grid, .testi-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .section-title { font-size: 30px; }
}
