:root {
  --bg: #F7F5F1;
  --text: #16202B;
  --text-secondary: #5B6773;
  --text-muted: #3A4552;
  --blue: #169EDA;
  --blue-dark: #0E7FB3;
  --green: #16D9A9;
  --yellow: #D9A816;
  --orange: #D97E16;
  --slate: #396D84;
  --dark: #16202B;
  --border: rgba(22,32,43,0.08);
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: var(--text);
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }

img { max-width: 100%; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 56px;
  background: rgba(247,245,241,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 34px; height: 34px; border-radius: 9px; display: block; }
.brand span { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a { font-size: 15px; font-weight: 600; color: var(--text-muted); }
.btn {
  display: inline-block;
  font-weight: 700;
  border-radius: 100px;
  text-align: center;
}
.btn-primary { background: var(--blue); color: #fff; font-size: 15px; padding: 11px 22px; }
.btn-primary:hover { color: #fff; background: var(--blue-dark); }
.header-cta { font-size: 15px; }

/* Mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 22px; height: 2px; background: var(--text); position: relative; transition: 0.2s;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }

/* Hero */
.hero {
  position: relative;
  padding: 96px 56px 64px;
  text-align: center;
  overflow: hidden;
}
.blob { position: absolute; border-radius: 50%; filter: blur(90px); }
.blob-1 { top: -80px; left: -60px; width: 340px; height: 340px; background: var(--green); opacity: 0.35; }
.blob-2 { top: 20px; right: -100px; width: 400px; height: 400px; background: var(--blue); opacity: 0.3; filter: blur(100px); }
.blob-3 { bottom: -120px; left: 38%; width: 300px; height: 300px; background: var(--yellow); opacity: 0.25; }

.hero-inner { position: relative; max-width: 820px; margin: 0 auto; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--slate);
  margin-bottom: 28px;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); display: inline-block; }

.social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.avatar-stack { display: flex; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2.5px solid var(--bg);
  margin-left: -12px; overflow: hidden;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.social-proof-text { text-align: left; }
.rating-row { display: flex; align-items: center; gap: 6px; }
.stars { color: var(--yellow); font-size: 15px; letter-spacing: 1px; }
.rating-value { font-size: 15px; font-weight: 800; }
.stories-label { font-size: 13px; font-weight: 600; color: var(--text-secondary); }

.hero-title { font-size: 60px; line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 22px; }
.hero-title .accent { color: var(--blue); }
.hero-subtitle { font-size: 19px; line-height: 1.6; color: var(--text-secondary); max-width: 600px; margin: 0 auto 36px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-lg { font-size: 16px; padding: 14px 28px; }
.btn-outline { background: #fff; color: var(--text); border: 1px solid rgba(22,32,43,0.15); }
.btn-outline:hover { color: var(--text); background: #f2f0ec; }

/* Hero mockup / dashboard */
.mockup {
  position: relative;
  max-width: 960px;
  margin: 64px auto 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(22,32,43,0.25);
  border: 1px solid var(--border);
}
.mockup-topbar { display: flex; align-items: center; gap: 8px; background: #fff; padding: 12px 18px; border-bottom: 1px solid rgba(22,32,43,0.06); }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-orange { background: var(--orange); }
.dot-yellow { background: var(--yellow); }
.dot-green { background: var(--green); }
.mockup-body { min-height: 420px; display: flex; background: linear-gradient(160deg,#F7FBFC,#EAF6FB); }
.mockup-sidebar { width: 64px; flex: none; background: var(--dark); display: flex; flex-direction: column; align-items: center; padding: 20px 0; gap: 18px; }
.sidebar-logo { width: 30px; height: 30px; border-radius: 9px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.sidebar-icon { width: 16px; height: 16px; border-radius: 5px; background: rgba(255,255,255,0.15); display: block; }
.sidebar-icon.round { border-radius: 50%; background: var(--green); }
.mockup-main { flex: 1; padding: 28px 32px; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.mockup-panel-head { display: flex; align-items: center; justify-content: space-between; }
.panel-title { font-size: 20px; font-weight: 800; }
.week-pill { font-size: 12px; font-weight: 600; color: var(--slate); background: #fff; padding: 6px 14px; border-radius: 100px; border: 1px solid var(--border); }
.stats-row { display: flex; gap: 14px; flex-wrap: wrap; }
.stat-card { flex: 1; min-width: 140px; background: #fff; border-radius: 14px; padding: 16px; box-shadow: 0 8px 20px -12px rgba(22,32,43,0.18); }
.stat-label { font-size: 12px; font-weight: 600; color: #8993A0; margin-bottom: 8px; }
.stat-value-row { display: flex; align-items: baseline; gap: 8px; }
.stat-value { font-size: 26px; font-weight: 800; }
.stat-delta { font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 100px; }
.stat-delta.green { color: var(--green); background: #E6FBF4; }
.stat-delta.blue { color: var(--blue); background: #EAF6FB; }
.stat-delta.yellow { color: var(--yellow); background: #FBF4E2; }
.charts-row { flex: 1; display: flex; gap: 14px; flex-wrap: wrap; }
.chart-card { flex: 1.4; min-width: 220px; background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 8px 20px -12px rgba(22,32,43,0.18); display: flex; flex-direction: column; }
.chart-title { font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.bar-chart { flex: 1; display: flex; align-items: flex-end; gap: 10px; padding-top: 22px; min-height: 120px; }
.bar { flex: 1; border-radius: 6px 6px 0 0; position: relative; }
.bar-peak-label { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: 10px; font-weight: 700; color: var(--orange); white-space: nowrap; }
.donut-card { flex: 1; min-width: 160px; background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 8px 20px -12px rgba(22,32,43,0.18); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.donut { width: 105px; height: 106px; border-radius: 50%; background: conic-gradient(var(--blue) 0% 92%, #EAF0F2 92% 100%); display: flex; align-items: center; justify-content: center; }
.donut-inner { width: 76px; height: 76px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; }
.donut-label { font-size: 12px; font-weight: 600; color: #8993A0; text-align: center; }

/* Shared section header bits */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); display: inline-block; }
.eyebrow-text { font-size: 13px; font-weight: 700; color: var(--slate); text-transform: uppercase; letter-spacing: 0.06em; }
.section-title { font-size: 38px; font-weight: 800; letter-spacing: -0.01em; margin: 0 0 14px; }
.section-desc { font-size: 17px; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* Services */
.services-section { padding: 100px 56px; max-width: 1200px; margin: 0 auto; }
.section-intro { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 32px; }
.service-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon span { width: 18px; height: 18px; display: block; }
.service-title { font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.service-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* Work */
.work-section { padding: 100px 56px; max-width: 1200px; margin: 0 auto; }
.work-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; gap: 24px; flex-wrap: wrap; }
.work-header h2 { margin: 0; }
.work-note { font-size: 16px; color: var(--text-secondary); max-width: 360px; margin: 0; }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.project-card { display: block; background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; color: var(--text); cursor: default; }
.project-thumb { height: 200px; display: flex; align-items: center; justify-content: center; }
.project-thumb span { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: rgba(22,32,43,0.4); background: rgba(255,255,255,0.7); padding: 6px 12px; border-radius: 6px; }
.project-body { padding: 24px; }
.project-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.tag { font-size: 12px; font-weight: 600; color: var(--slate); background: #EEF3F5; padding: 4px 10px; border-radius: 100px; }
.project-title { font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.project-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin: 0 0 14px; }
.project-link { font-size: 14px; font-weight: 700; color: var(--blue); }

/* Process */
.process-section { padding: 100px 56px; background: var(--dark); }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-inner .eyebrow-dot { background: var(--green); }
.process-inner .eyebrow-text { color: var(--green); }
.process-inner .section-title { color: #fff; }
.process-inner .section-desc { color: rgba(255,255,255,0.65); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.process-step { border-top: 2px solid; padding-top: 24px; }
.step-num { font-family: ui-monospace, Menlo, monospace; font-size: 13px; margin-bottom: 14px; }
.step-title { font-size: 19px; font-weight: 700; margin: 0 0 10px; color: #fff; }
.step-desc { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }

/* Reviews */
.reviews-section { padding: 100px 56px; background: #EAF3F5; }
.reviews-inner { max-width: 1200px; margin: 0 auto; }
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.reviews-header h2 { margin: 0; }
.reviews-note { font-size: 15px; color: var(--text-secondary); max-width: 340px; margin: 0; }
.reviews-grid { display: grid; grid-template-columns: 300px 1fr; gap: 24px; }
.review-summary { background: var(--dark); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; }
.summary-top { display: flex; justify-content: space-between; gap: 16px; }
.summary-score { font-size: 40px; font-weight: 800; color: #fff; line-height: 1; }
.summary-blurb { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; margin: 0; text-align: right; max-width: 120px; }
.summary-bottom { margin-top: 28px; }
.summary-avatars { display: flex; margin-bottom: 14px; }
.summary-avatars .avatar { border-color: var(--dark); }
.summary-stars { color: var(--yellow); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.summary-title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.summary-text { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0 0 24px; }
.review-btn { display: block; text-align: center; background: #fff; color: var(--dark); font-size: 14px; font-weight: 700; padding: 13px; border-radius: 100px; }
.review-btn:hover { color: var(--dark); background: #eee; }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.testimonial-score { font-size: 14px; font-weight: 800; }
.testimonial-stars { color: var(--yellow); font-size: 14px; letter-spacing: 1px; }
.testimonial-quote { font-size: 15px; line-height: 1.55; color: var(--text-muted); margin: 0 0 20px; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: #fff; }
.author-name { font-size: 14px; font-weight: 700; }
.author-role { font-size: 13px; color: var(--text-secondary); }

/* FAQ */
.faq-section { padding: 100px 56px; max-width: 1200px; margin: 0 auto; }
.faq-grid { display: grid; grid-template-columns: 360px 1fr; gap: 48px; }
.faq-sidebar h2 { margin: 0 0 28px; }
.call-card { background: var(--dark); border-radius: 20px; padding: 28px; }
.call-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 18px; }
.call-title { font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.call-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0 0 22px; }
.call-btn { display: block; text-align: center; background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; padding: 13px; border-radius: 100px; }
.call-btn:hover { color: #fff; background: var(--blue-dark); }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid rgba(22,32,43,0.08); border-radius: 14px; overflow: hidden; }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; cursor: pointer; background: none; border: none;
  width: 100%; text-align: left; font-family: inherit; color: inherit;
}
.faq-question span:first-child { font-size: 16px; font-weight: 700; }
.faq-toggle { font-size: 20px; color: var(--blue); font-weight: 700; flex: none; margin-left: 12px; }
.faq-answer { font-size: 15px; color: var(--text-secondary); line-height: 1.6; margin: 0; padding: 0 24px 22px; display: none; }
.faq-item.open .faq-answer { display: block; }

/* Footer */
.site-footer { padding: 56px 56px 32px; border-top: 1px solid var(--border); }
.footer-top { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.footer-brand { max-width: 280px; }
.footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand-row img { width: 28px; height: 28px; border-radius: 8px; display: block; }
.footer-brand-row span { font-size: 17px; font-weight: 800; }
.footer-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col-title { font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--text-secondary); }
.footer-bottom { max-width: 1200px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(22,32,43,0.06); font-size: 13px; color: #93A0AA; }

/* Responsive */
@media (max-width: 900px) {
  .site-header { padding: 16px 24px; }
  .main-nav { position: fixed; top: 68px; left: 0; right: 0; background: var(--bg); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 16px; border-bottom: 1px solid var(--border); display: none; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 0; width: 100%; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }

  .hero { padding: 56px 24px 40px; }
  .hero-title { font-size: 38px; }
  .hero-subtitle { font-size: 17px; }

  .services-section, .work-section, .process-section, .reviews-section, .faq-section { padding: 64px 24px; }
  .services-grid, .work-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }

  .mockup-body { flex-direction: column; }
  .mockup-sidebar { width: 100%; flex-direction: row; justify-content: center; padding: 12px 0; }

  .site-footer { padding: 40px 24px 24px; }
}

@media (max-width: 520px) {
  .hero-title { font-size: 30px; }
  .process-grid { grid-template-columns: 1fr; }
  .stats-row { flex-direction: column; }
  .charts-row { flex-direction: column; }
}
