* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a1a; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.bs-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Skip link */
.bs-skip { position: absolute; left: 24px; top: -60px; z-index: 200; background: #00D4AA; color: #0B1D2E; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 0 0 6px 6px; text-decoration: none; transition: top 0.15s ease; }
.bs-skip:focus { top: 0; }

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #00D4AA; outline-offset: 3px; border-radius: 3px; }

/* Nav */
.bs-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(11, 29, 46, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.bs-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.bs-nav-logo { font-size: 20px; font-weight: 600; color: #fff; text-decoration: none; letter-spacing: -0.02em; }
.bs-nav-links { display: flex; gap: 32px; align-items: center; }
.bs-nav-links a { color: rgba(255,255,255,0.78); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.15s; }
.bs-nav-links a:hover { color: #fff; }

/* Hero */
.bs-hero { background: #0B1D2E; color: #fff; padding: 140px 0 100px; position: relative; overflow: hidden; }
.bs-hero::after { content: ''; position: absolute; bottom: -80px; right: -60px; width: 380px; height: 380px; background: rgba(255,255,255,0.02); border-radius: 50%; }
.bs-hero::before { content: ''; position: absolute; top: -100px; left: -100px; width: 300px; height: 300px; background: rgba(0,212,170,0.04); border-radius: 50%; }
.bs-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.bs-hero h1 { font-size: 52px; font-weight: 600; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 20px; }
.bs-hero p { font-size: 18px; color: rgba(255,255,255,0.75); line-height: 1.65; margin-bottom: 36px; max-width: 520px; }
.bs-btn { display: inline-flex; align-items: center; gap: 8px; background: #00D4AA; color: #0B1D2E; font-weight: 600; font-size: 16px; padding: 14px 28px; border-radius: 8px; text-decoration: none; border: none; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease; font-family: inherit; }
.bs-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,212,170,0.25); }
.bs-btn-secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.28); font-weight: 500; }
.bs-btn-secondary:hover { background: rgba(255,255,255,0.08); box-shadow: none; }
.bs-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.bs-hero-visual { display: flex; justify-content: center; align-items: center; }
.bs-dash-card { background: #fff; border-radius: 16px; padding: 28px; width: 100%; max-width: 420px; box-shadow: 0 24px 64px rgba(0,0,0,0.25); color: #1a1a1a; }
.bs-dash-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.bs-dash-dot { width: 10px; height: 10px; border-radius: 50%; background: #E8E8E8; }
.bs-dash-dot:nth-child(1) { background: #FF6B6B; }
.bs-dash-dot:nth-child(2) { background: #FFD93D; }
.bs-dash-dot:nth-child(3) { background: #6BCB77; }
.bs-dash-title { font-size: 13px; color: #6b7280; font-weight: 500; margin-left: 4px; }
.bs-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.bs-stat { background: #F7F9FC; border-radius: 10px; padding: 16px; }
.bs-stat-label { font-size: 12px; color: #6b7280; margin-bottom: 6px; font-weight: 500; }
.bs-stat-value { font-size: 22px; font-weight: 600; color: #1a1a1a; font-variant-numeric: tabular-nums; }
.bs-stat-value.up { color: #00805A; }
.bs-chart-bar { display: flex; align-items: flex-end; gap: 6px; height: 60px; margin-top: 8px; }
.bs-bar { flex: 1; background: #E8EEF5; border-radius: 4px 4px 0 0; }
.bs-bar.active { background: #00D4AA; }

/* Trust bar */
.bs-trust { background: #F7F9FC; padding: 32px 0; text-align: center; }
.bs-trust p { font-size: 14px; color: #6b7280; margin-bottom: 16px; font-weight: 500; }
.bs-trust-logos { display: flex; justify-content: center; gap: 48px; align-items: center; flex-wrap: wrap; }
.bs-trust-logo { font-size: 14px; font-weight: 600; color: #6b7280; letter-spacing: 0.04em; }

/* Section headings */
.bs-section { padding: 96px 0; }
.bs-section-alt { background: #F7F9FC; }
.bs-section-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.bs-section-header h2 { font-size: 38px; font-weight: 600; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.02em; }
.bs-section-header p { font-size: 18px; color: #5b6470; line-height: 1.6; }

/* Services */
.bs-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bs-service-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px; transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s; }
.bs-service-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.06); transform: translateY(-2px); border-color: #d1d5db; }
.bs-service-icon { width: 44px; height: 44px; background: #EEF8F5; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #00805A; }
.bs-service-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.bs-service-card p { font-size: 15px; color: #5b6470; line-height: 1.6; }

/* How it works */
.bs-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.bs-step { text-align: center; }
.bs-step-num { width: 52px; height: 52px; background: #0B1D2E; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; margin: 0 auto 20px; }
.bs-step h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.bs-step p { font-size: 15px; color: #5b6470; line-height: 1.6; }

/* CTA + contact form */
.bs-cta { background: #0B1D2E; color: #fff; padding: 96px 0; position: relative; overflow: hidden; }
.bs-cta::after { content: ''; position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; background: rgba(0,212,170,0.03); border-radius: 50%; }
.bs-cta-inner { position: relative; z-index: 1; }
.bs-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.bs-cta h2 { font-size: 38px; font-weight: 600; margin-bottom: 16px; letter-spacing: -0.02em; }
.bs-cta-copy p { font-size: 18px; color: rgba(255,255,255,0.72); margin-bottom: 28px; line-height: 1.6; }
.bs-cta-points { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.bs-cta-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.8); }
.bs-cta-points svg { flex-shrink: 0; color: #00D4AA; margin-top: 3px; }

.bs-form-card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 24px 64px rgba(0,0,0,0.25); color: #1a1a1a; }
.bs-form-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 6px; letter-spacing: -0.01em; }
.bs-form-note { font-size: 14px; color: #5b6470; margin-bottom: 24px; }
.bs-field { margin-bottom: 18px; }
.bs-field label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 7px; }
.bs-field .bs-optional { font-weight: 400; color: #6b7280; }
.bs-field input, .bs-field textarea, .bs-field select { width: 100%; font-family: inherit; font-size: 15px; color: #1a1a1a; background: #F7F9FC; border: 1px solid #dfe5ec; border-radius: 8px; padding: 12px 14px; transition: border-color 0.15s, background 0.15s; }
.bs-field input:hover, .bs-field textarea:hover, .bs-field select:hover { border-color: #c9d2dd; }
.bs-field input:focus, .bs-field textarea:focus, .bs-field select:focus { background: #fff; border-color: #00D4AA; outline: none; box-shadow: 0 0 0 3px rgba(0,212,170,0.15); }
.bs-field textarea { resize: vertical; min-height: 104px; }
.bs-form button { width: 100%; justify-content: center; margin-top: 4px; }
.bs-form-legal { font-size: 12.5px; color: #6b7280; margin-top: 16px; line-height: 1.5; text-align: center; }
.bs-form-legal a { color: #00805A; }
.bs-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.bs-captcha { margin-bottom: 18px; }

/* Content pages (about / privacy) */
.bs-page-head { background: #0B1D2E; color: #fff; padding: 128px 0 64px; position: relative; overflow: hidden; }
.bs-page-head::before { content: ''; position: absolute; top: -120px; left: -80px; width: 320px; height: 320px; background: rgba(0,212,170,0.05); border-radius: 50%; }
.bs-page-head-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.bs-page-head h1 { font-size: 42px; font-weight: 600; line-height: 1.12; letter-spacing: -0.03em; margin-bottom: 14px; }
.bs-page-head p { font-size: 18px; color: rgba(255,255,255,0.72); line-height: 1.6; }
.bs-page-head .bs-page-meta { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: 18px; }

.bs-prose { max-width: 720px; margin: 0 auto; padding: 72px 0 88px; }
.bs-prose h2 { font-size: 25px; font-weight: 600; letter-spacing: -0.02em; margin: 48px 0 14px; line-height: 1.25; }
.bs-prose h2:first-child { margin-top: 0; }
.bs-prose h3 { font-size: 17px; font-weight: 600; margin: 28px 0 10px; }
.bs-prose p { font-size: 16.5px; color: #3f4750; margin-bottom: 18px; line-height: 1.75; }
.bs-prose ul { margin: 0 0 18px 22px; }
.bs-prose li { font-size: 16.5px; color: #3f4750; line-height: 1.75; margin-bottom: 9px; }
.bs-prose a { color: #00805A; text-decoration: underline; text-underline-offset: 2px; }
.bs-prose strong { color: #1a1a1a; font-weight: 600; }
.bs-prose-lead { font-size: 18.5px !important; color: #1a1a1a !important; line-height: 1.7 !important; }
/* `.bs-prose a` outranks `.bs-btn`, so restore the button's own styling. */
.bs-prose a.bs-btn { color: #0B1D2E; text-decoration: none; margin-top: 12px; }
.bs-callout { background: #F7F9FC; border-left: 3px solid #00D4AA; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 28px 0; }
.bs-callout p:last-child { margin-bottom: 0; }

.bs-about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 32px 0 8px; }
.bs-about-stat { background: #F7F9FC; border-radius: 12px; padding: 24px; text-align: center; }
.bs-about-stat-value { font-size: 30px; font-weight: 600; color: #0B1D2E; letter-spacing: -0.02em; line-height: 1.1; }
.bs-about-stat-label { font-size: 13.5px; color: #5b6470; margin-top: 6px; }

/* Centered utility pages (404) */
.bs-center { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 100px 24px 60px; background: #0B1D2E; color: #fff; text-align: center; }
.bs-center-inner { max-width: 520px; }
.bs-center .bs-center-code { font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #00D4AA; margin-bottom: 16px; }
.bs-center h1 { font-size: 34px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.bs-center p { font-size: 17px; color: rgba(255,255,255,0.72); margin-bottom: 32px; }
.bs-center-links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Footer */
.bs-footer { background: #07121C; color: rgba(255,255,255,0.5); padding: 56px 0 32px; font-size: 14px; }
.bs-footer-inner { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 40px; }
.bs-footer-brand { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 12px; letter-spacing: -0.02em; }
.bs-footer-desc { color: rgba(255,255,255,0.5); line-height: 1.6; max-width: 340px; }
.bs-footer-links { display: flex; gap: 32px; flex-wrap: wrap; }
.bs-footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.15s; font-size: 14px; }
.bs-footer-links a:hover { color: #fff; }
.bs-footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); margin-top: 40px; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.bs-footer-contact { display: flex; gap: 28px; flex-wrap: wrap; }
.bs-footer-contact a { color: rgba(255,255,255,0.6); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.15s; font-size: 14px; }
.bs-footer-contact a:hover { color: #fff; }

/* Mobile nav toggle */
.bs-nav-toggle { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 4px; }
@media (max-width: 768px) {
  .bs-nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #0B1D2E; flex-direction: column; padding: 20px 24px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .bs-nav-links.open { display: flex; }
  .bs-nav-toggle { display: block; }
}

/* Responsive */
@media (max-width: 900px) {
  .bs-hero-inner { grid-template-columns: 1fr; }
  .bs-hero h1 { font-size: 40px; }
  .bs-services-grid { grid-template-columns: 1fr; }
  .bs-steps { grid-template-columns: 1fr; }
  .bs-cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .bs-footer-inner { flex-direction: column; }
  .bs-dash-card { max-width: 100%; }
}
@media (max-width: 600px) {
  .bs-hero { padding: 120px 0 80px; }
  .bs-hero h1 { font-size: 32px; }
  .bs-section-header h2, .bs-cta h2 { font-size: 28px; }
  .bs-section { padding: 64px 0; }
  .bs-cta { padding: 64px 0; }
  .bs-footer-bottom { flex-direction: column; text-align: center; }
  .bs-footer-links { justify-content: center; }
  .bs-page-head { padding: 108px 0 52px; }
  .bs-page-head h1 { font-size: 30px; }
  .bs-prose { padding: 52px 0 64px; }
  .bs-prose h2 { font-size: 22px; }
  .bs-form-card { padding: 24px; }
  .bs-about-stats { grid-template-columns: 1fr; }
  .bs-center h1 { font-size: 27px; }
}

/* The reCAPTCHA iframe is a fixed 302px wide and cannot reflow, so below the
   width where it stops fitting inside the form card, scale it down instead.
   The reduced margin makes up for the gap scaling leaves under the widget. */
@media (max-width: 398px) {
  .bs-captcha { transform: scale(0.85); transform-origin: left top; margin-bottom: 6px; }
}

@media (max-width: 358px) {
  .bs-captcha { transform: scale(0.73); margin-bottom: 0; }
}

/* Motion preferences */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .bs-btn:hover, .bs-service-card:hover { transform: none; }
}

/* Print */
@media print {
  .bs-nav, .bs-nav-toggle, .bs-skip, .bs-form-card { display: none; }
  body { color: #000; }
  .bs-hero, .bs-cta, .bs-page-head, .bs-footer { background: #fff !important; color: #000 !important; }
}

/* Success icon badge (thank-you page) */
.ty-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(0,212,170,0.12); color: #00D4AA; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; }
