/* ============ BASE ============ */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:14px;
  color:#0a0a0a;
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0;list-style:none}
button{font-family:inherit}

:root{
  --blue:#3b5bfe;
  --blue-dark:#2d4cf0;
  --ink:#0a0a0a;
  --ink-2:#1f2937;
  --muted:#6b7280;
  --muted-2:#9ca3af;
  --line:#e5e7eb;
  --line-2:#eef0f4;
  --bg-soft:#f7f8fa;
  --navy:#0f2236;
  --navy-2:#1a3149;
  --amber:#d8a534;
  --cyan:#6ec4d9;
  --green:#16a34a;
  --green-soft:#dcfce7;
  --orange-soft:#ffedd5;
  --blue-soft:#eef2ff;
  --red-soft:#fee2e2;
}

.container{max-width:1120px;margin:0 auto;padding:0 28px}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:600;font-size:14px;line-height:1;
  padding:12px 20px;border-radius:8px;
  border:1px solid transparent;cursor:pointer;
  transition:all .15s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-dark)}
.btn-ghost{background:transparent;color:var(--ink);border-color:transparent}
.btn-ghost:hover{background:var(--bg-soft)}
.btn-sm{padding:10px 18px;font-size:13.5px}
.btn-block{width:100%;padding:13px 20px}

.accent{color:var(--blue)}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid transparent;
}
.header-row{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;gap:24px}
.logo{display:flex;align-items:center}
.logo img{height:34px;width:auto;display:block}
.nav{display:flex;gap:36px}
.nav a{font-size:14px;font-weight:500;color:#1f2937}
.nav a:hover{color:var(--blue)}

/* ============ HERO ============ */
.hero{
  padding:36px 0 60px;
  position:relative;
  background:#eef3f9;
}
.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:36px;align-items:start}

.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 14px;border-radius:999px;
  background:#fff;border:1px solid var(--line);
  font-size:12.5px;font-weight:500;color:#374151;
  margin-bottom:28px;
}
.pill svg{color:var(--blue)}

.hero-title{
  font-size:46px;line-height:1.08;letter-spacing:-.025em;
  font-weight:800;margin:0 0 22px;color:var(--ink);
  white-space:nowrap;
}
.hero-sub{
  color:#4b5563;font-size:15px;line-height:1.6;
  margin:0 0 32px;max-width:460px;
}
.hero-ctas{display:flex;gap:8px;margin-bottom:30px}

.hero-features{
  display:grid;grid-template-columns:repeat(4,auto);
  gap:16px 22px;font-size:11.5px;color:#374151;
  margin-top:8px;
}
.hero-features li{display:flex;align-items:center;gap:10px;line-height:1.35}
.hero-features svg{width:20px;height:20px;color:#374151;flex-shrink:0}

/* HERO RIGHT — app card */
.hero-right{position:relative;min-height:330px;margin-top:14px}
.hero-app{
  position:relative;
  background:#fff;border-radius:12px;
  box-shadow:0 1px 0 rgba(0,0,0,.04),0 10px 32px -8px rgba(15,23,42,.10),0 0 0 1px rgba(0,0,0,.04);
  padding:14px 18px 22px;
  width:100%;height:300px;
  overflow:hidden;
}
.ha-traffic{display:flex;gap:5px;margin-bottom:12px}
.ha-traffic .dot{width:10px;height:10px;border-radius:50%}
.dot.red{background:#ff5f57}
.dot.yellow{background:#ffbd2e}
.dot.green{background:#28c840}
.ha-title{font-weight:800;font-size:18px;letter-spacing:-.02em}
.ha-title span{color:var(--blue)}

.ha-bg-chart{
  position:absolute;inset:46px 0 0 0;width:100%;height:calc(100% - 46px);
  pointer-events:none;
}

.ha-tile{
  position:absolute;
  background:#fff;border-radius:10px;
  box-shadow:0 1px 2px rgba(15,23,42,.06),0 8px 18px -8px rgba(15,23,42,.12),0 0 0 1px rgba(0,0,0,.04);
  padding:12px 14px;width:200px;
}
.ha-tile-1{top:74px;left:18px;width:170px}
.ha-tile-2{top:172px;left:32px;width:170px}
.ha-tile-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.ha-label{font-size:11.5px;color:var(--muted);font-weight:500}
.ha-up{font-size:10.5px;color:var(--green);font-weight:600}
.ha-redacted{height:8px;background:#94a3b8;border-radius:3px;width:88px;margin:8px 0 6px;opacity:.45}
.ha-tile-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:8px;margin-top:4px}
.ha-num{font-size:22px;font-weight:700;letter-spacing:-.01em}
.ha-spark{width:74px;height:26px;flex-shrink:0}

/* TEAM CARD */
.team-card{
  position:absolute;right:-22px;top:120px;
  background:#fff;border-radius:10px;padding:12px 14px;
  width:210px;
  box-shadow:0 1px 2px rgba(15,23,42,.06),0 12px 28px -8px rgba(15,23,42,.16),0 0 0 1px rgba(0,0,0,.04);
  display:flex;flex-direction:column;gap:10px;
  z-index:5;
}
.team-row{display:flex;align-items:center;gap:10px}
.team-text{flex:1;min-width:0}
.team-name{font-size:13px;font-weight:600;color:var(--ink);line-height:1.2}
.team-status{font-size:11.5px;margin-top:2px}
.status-done{color:var(--green)}
.status-prog{color:var(--blue)}
.status-plan{color:var(--muted)}

/* ============ AVATARS ============ */
.avatar{
  width:30px;height:30px;border-radius:50%;
  background:#e5e7eb;flex-shrink:0;
  object-fit:cover;display:block;
}
.av-jane{width:34px;height:34px}
.av-mini{width:20px;height:20px}

/* ============ SECTION TITLES ============ */
.section-title{
  text-align:center;font-size:30px;font-weight:700;
  letter-spacing:-.02em;margin:0 0 8px;color:var(--ink);
}
.section-sub{text-align:center;color:var(--muted);font-size:14px;margin:0 0 36px}

/* ============ PROCESS ============ */
.process{padding:30px 0 50px;background:#fff}
.pricing .section-title,.case .section-title{margin-bottom:6px}
.process .section-title{margin-bottom:40px}
.process-row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  align-items:stretch;
}
.process-row > .step{margin-right:-24px}
.process-row > .step:last-child{margin-right:0}
.step{
  position:relative;
  height:130px;
}
.step-shape{
  position:absolute;inset:0;width:100%;height:100%;
  display:block;
}
.step-num{
  position:absolute;left:18px;top:-16px;
  width:34px;height:34px;border-radius:50%;
  background:var(--blue);color:#fff;
  font-weight:700;font-size:14px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 0 4px #fff;
  z-index:3;
}
.step-mid .step-num,.step-last .step-num{left:54px}
.step-content{
  position:relative;z-index:2;
  padding:22px 50px 22px 28px;
  display:grid;grid-template-columns:34px 1fr;gap:14px;
  align-items:center;
  height:100%;
}
.step-mid .step-content,.step-last .step-content{padding-left:60px}
.step-icon{
  width:34px;height:34px;color:#374151;
  display:flex;align-items:center;justify-content:center;
}
.step-icon svg{width:30px;height:30px}
.step-text h3{margin:0 0 4px;font-size:17px;font-weight:700;color:var(--ink);line-height:1.2}
.step-text p{margin:0;color:#4b5563;font-size:12.5px;line-height:1.5}

/* ============ DASHBOARD ============ */
.dash-section{padding:0 0 50px;background:#fff}
.dash{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  display:grid;grid-template-columns:200px 1fr;
  overflow:hidden;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
}

/* Sidebar */
.dash-side{
  background:#fafbfc;border-right:1px solid var(--line);
  padding:18px 14px;display:flex;flex-direction:column;
  min-height:680px;
}
.dash-logo{font-weight:800;font-size:17px;letter-spacing:-.02em;padding:0 6px;margin-bottom:16px}
.dash-logo span{color:var(--blue)}
.org-select{
  display:flex;align-items:center;justify-content:space-between;
  background:#fff;border:1px solid var(--line);border-radius:8px;
  padding:8px 12px;font-size:12.5px;font-weight:500;color:#374151;
  cursor:pointer;margin-bottom:18px;
}
.dash-nav{display:flex;flex-direction:column;gap:2px;flex:1}
.dash-nav a{
  display:flex;align-items:center;gap:10px;
  padding:8px 10px;border-radius:7px;
  font-size:13px;color:#4b5563;font-weight:500;
  cursor:pointer;
}
.dash-nav a svg{width:16px;height:16px;flex-shrink:0}
.dash-nav a:hover{background:#fff}
.dash-nav a.active{background:#eef2ff;color:var(--blue)}
.dash-nav a.active svg{color:var(--blue)}

.dash-user{
  display:flex;align-items:center;gap:10px;
  padding:10px 8px;border-top:1px solid var(--line);margin-top:14px;
  cursor:pointer;
}
.dash-user-text{flex:1;min-width:0}
.dash-user-name{font-size:12.5px;font-weight:600}
.dash-user-mail{font-size:11px;color:var(--muted)}

/* Main */
.dash-main{padding:20px 24px 26px}
.dash-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.dash-topbar h3{margin:0;font-size:18px;font-weight:700}
.dash-topbar-right{display:flex;gap:10px}
.dash-chip{
  display:inline-flex;align-items:center;gap:6px;
  background:#fff;border:1px solid var(--line);border-radius:7px;
  padding:6px 10px;font-size:12px;color:#374151;font-weight:500;
  cursor:pointer;
}

.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}
.kpi{
  background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:12px 14px;
}
.kpi-label{font-size:11.5px;color:var(--muted);font-weight:500;margin-bottom:8px}
.kpi-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}
.kpi-num{font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.1}
.kpi-up{font-size:11px;color:var(--green);font-weight:600;margin-top:2px}
.kpi-spark{width:78px;height:30px;flex-shrink:0}

.charts-row{display:grid;grid-template-columns:1.25fr 1fr;gap:12px;margin-bottom:18px}
.chart-card{
  background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:14px 16px 16px;
}
.chart-head{font-size:13px;font-weight:600;margin-bottom:14px}

.chart-body{position:relative;height:170px}
.y-axis{position:absolute;left:0;top:0;bottom:24px;width:30px;display:flex;flex-direction:column;justify-content:space-between;font-size:10px;color:var(--muted-2)}
.x-axis{position:absolute;left:36px;right:0;bottom:0;display:flex;justify-content:space-between;font-size:10px;color:var(--muted-2)}
.growth-chart{position:absolute;inset:0;width:100%;height:calc(100% - 18px)}
.chart-tooltip{
  position:absolute;left:46%;top:36px;
  background:#fff;border:1px solid var(--line);border-radius:8px;
  padding:6px 10px;font-size:11px;
  box-shadow:0 6px 16px -8px rgba(15,23,42,.15);
}
.tt-date{color:var(--muted);font-size:10px}
.tt-val{color:var(--ink);font-size:11.5px;margin-top:1px}
.tt-val b{font-weight:700}

/* Donut */
.donut-row{display:flex;align-items:center;gap:18px;height:170px}
.donut{position:relative;width:130px;height:130px;flex-shrink:0}
.donut svg{width:100%;height:100%}
.donut-center{
  position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.donut-center b{font-size:18px;font-weight:700}
.donut-center span{font-size:10.5px;color:var(--muted)}
.donut-legend{display:flex;flex-direction:column;gap:6px;flex:1;font-size:12px}
.donut-legend li{display:flex;align-items:center;gap:8px}
.donut-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}
.donut-legend span{flex:1;color:#374151}
.donut-legend b{font-weight:600;color:var(--ink)}

/* Kanban */
.kanban-wrap{padding-top:6px}
.kanban-title{font-size:13px;font-weight:600;margin:0 0 10px}
.kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.col{display:flex;flex-direction:column;gap:6px}
.col-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:8px 12px;border-radius:7px;
  font-size:12px;font-weight:600;
}
.col-add{color:var(--muted);font-size:14px;cursor:pointer}
.col-backlog{background:#f3f4f6;color:#374151}
.col-progress{background:#e0e7ff;color:#3730a3}
.col-review{background:#fef3c7;color:#92400e}
.col-done{background:#dcfce7;color:#166534}

.task{
  background:#fff;border:1px solid var(--line);border-radius:7px;
  padding:8px 10px;font-size:12px;
  display:flex;align-items:center;gap:8px;
}
.task > span:first-child{flex:1;color:#1f2937}
.prio{font-size:10.5px;font-weight:600;padding:2px 8px;border-radius:5px;white-space:nowrap}
.prio-low{background:#dbeafe;color:#1d4ed8}
.prio-med{background:#fed7aa;color:#9a3412}
.prio-high{background:#fee2e2;color:#b91c1c}
.task .check{color:var(--green);font-weight:700;font-size:13px}

/* ============ STACK ============ */
.stack{padding:50px 0 56px;background:#fff;border-top:1px solid var(--line-2)}
.stack .section-sub{max-width:640px;margin:8px auto 0;text-align:center}
.stack-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
  margin-top:34px;
}
.stack-card{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:18px 20px 20px;
}
.stack-cat{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}
.stack-chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{
  display:inline-flex;align-items:center;gap:7px;
  background:#f3f5f9;border:1px solid var(--line);
  padding:6px 11px;border-radius:999px;
  font-size:12.5px;font-weight:500;color:#1f2937;
}
.chip img{width:14px;height:14px;display:block;flex-shrink:0}
.dot-py{background:#3776ab}.dot-dj{background:#0c4b33}.dot-la{background:#ff2d20}.dot-no{background:#539e43}
.dot-nx{background:#0a0a0a}.dot-rc{background:#61dafb}.dot-ts{background:#3178c6}.dot-tw{background:#38bdf8}
.dot-pg{background:#336791}.dot-ch{background:#fdd835}.dot-rd{background:#dc382d}.dot-mg{background:#13aa52}
.dot-cl{background:#d97757}.dot-oa{background:#10a37f}.dot-rg{background:#7c3aed}.dot-vc{background:#9333ea}
.dot-st{background:#635bff}.dot-rs{background:#0891b2}.dot-gq{background:#e10098}.dot-wh{background:#475569}
.dot-dk{background:#2496ed}.dot-aw{background:#ff9900}.dot-ci{background:#16a34a}.dot-mn{background:#f59e0b}

.stack-note{
  margin-top:24px;display:flex;align-items:center;gap:10px;justify-content:center;
  background:#f7f8fa;border:1px solid var(--line);border-radius:10px;
  padding:12px 18px;font-size:13px;color:#374151;
}
.stack-note-icon{color:var(--blue);font-size:14px}

/* ============ PRICING ============ */
.pricing{padding:30px 0 46px;background:#eef3f9}
.pricing-inner{max-width:1080px}
.price-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.price-card{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:24px 26px 26px;
}
.price-name{font-size:18px;font-weight:700}
.price-tag{font-size:12.5px;color:var(--muted);margin:2px 0 14px}
.price-amount{font-size:34px;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}
.price-desc{font-size:13px;color:#4b5563;line-height:1.5;margin-bottom:14px}
.price-list{margin:0 0 18px;display:flex;flex-direction:column;gap:6px}
.price-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:#1f2937}
.price-list .tick{color:var(--green);font-weight:700;font-size:13px}

/* ============ CASE STUDY ============ */
/* ============ PORTFOLIO ============ */
.portfolio{padding:48px 0 36px;background:#fff}
.portfolio-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px;
}
.portfolio-card{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:22px 22px 18px;transition:box-shadow .2s ease,border-color .2s ease;
}
.portfolio-card:hover{border-color:var(--blue);box-shadow:0 4px 24px rgba(59,91,254,.08)}
.portfolio-header{display:flex;gap:14px;margin-bottom:14px}
.case-logo{
  width:42px;height:42px;border-radius:10px;
  background:#ede9fe;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:20px;flex-shrink:0;
}
.case-name{font-size:15px;font-weight:700;line-height:1.2}
.case-meta{font-size:12px;color:var(--muted);margin-top:3px}
.portfolio-desc{margin:0 0 16px;font-size:13px;color:#4b5563;line-height:1.65}
.portfolio-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}
.portfolio-stat{text-align:center;padding:10px 6px;background:var(--bg-soft);border:1px solid var(--line);border-radius:8px}
.portfolio-stat b{display:block;font-size:12px;font-weight:700;color:var(--ink);margin-bottom:2px}
.portfolio-stat span{display:block;font-size:11px;color:var(--muted)}
.case-tags{display:flex;gap:6px;flex-wrap:wrap}
.tag{background:#f0f0f5;color:#374151;font-size:11px;padding:4px 10px;border-radius:999px;font-weight:500}

.portfolio-card-cta{
  border:2px dashed var(--line);display:flex;align-items:center;justify-content:center;
  text-align:center;background:var(--bg-soft);
}
.portfolio-card-cta:hover{border-color:var(--blue);background:#fff}
.portfolio-cta-inner{padding:20px}
.portfolio-cta-inner svg{color:var(--muted-2);margin:0 auto 12px}
.portfolio-cta-inner h3{font-size:17px;font-weight:700;margin:0 0 8px}
.portfolio-cta-inner p{font-size:13px;color:var(--muted);margin:0 0 16px;line-height:1.5}

@media(max-width:900px){
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .portfolio-grid{grid-template-columns:1fr}
}

/* ============ STATS ============ */
.stats{padding:30px 0 30px;background:var(--navy);color:#e2e8f0;border-top:none}
.stats .stat{color:#cbd5e1}
.stats .stat svg{color:#94a3b8}
.stats .stat b{color:#fff}
.stats .stat small{color:#94a3b8}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:18px;padding-bottom:18px}
.stat{display:flex;align-items:center;gap:12px;color:#374151;font-size:13px;line-height:1.4}
.stat svg{width:22px;height:22px;color:#6b7280;flex-shrink:0}
.stat b{font-weight:700;color:var(--ink)}
.stat small{font-size:11px;color:var(--muted)}

/* ============ FAQ + FORM ============ */
.faq-form{padding:50px 0 60px;background:#0c1d30;color:#cbd5e1;border-top:none}
.faq-form .block-title{color:#fff}
.faq-form .form-sub{color:#94a3b8}
.faq-form .faq details{border-bottom:1px solid #1e3a55}
.faq-form .faq details:first-of-type{border-top:1px solid #1e3a55}
.faq-form .faq summary{color:#e2e8f0}
.faq-form .faq details p{color:#94a3b8}
.faq-form .faq .chev{color:#64748b}
.faq-form .field{background:#1a3149;border-color:#2a4663;color:#fff}
.faq-form .field::placeholder{color:#64748b}
.faq-form .small-note{color:#64748b}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.block-title{font-size:22px;font-weight:700;margin:0 0 16px;letter-spacing:-.01em}
.faq details{
  border-bottom:1px solid var(--line);
  padding:14px 0;
}
.faq details:first-of-type{border-top:1px solid var(--line)}
.faq summary{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;
  font-size:13.5px;font-weight:500;color:#1f2937;
}
.faq summary::-webkit-details-marker{display:none}
.faq .chev{color:var(--muted);transition:transform .2s ease}
.faq details[open] .chev{transform:rotate(180deg)}
.faq details p{margin:10px 0 0;font-size:13px;color:#4b5563;line-height:1.55}

.form-sub{font-size:13px;color:#4b5563;margin:0 0 18px;line-height:1.5}
.form{display:flex;flex-direction:column;gap:10px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.form input{
  width:100%;border:1px solid var(--line);border-radius:8px;
  padding:11px 14px;font-size:13.5px;font-family:inherit;
  background:#fff;color:var(--ink);
  outline:none;transition:border-color .15s;
}
.form input::placeholder{color:#9ca3af}
.form input:focus{border-color:var(--blue)}
.form-foot{text-align:center;font-size:11.5px;color:var(--muted);margin-top:6px}

/* ============ FOOTER ============ */
.site-footer{
  background:#13283e;color:#cbd5e1;
  padding:48px 0 22px;margin-top:0;
}
.footer-grid{
  display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px;
  padding-top:0;padding-bottom:36px;
}
.footer-eyebrow{
  font-size:11px;font-weight:600;letter-spacing:.16em;
  text-transform:uppercase;color:#94a3b8;margin-bottom:14px;
}
.footer-manifesto p{
  margin:0 0 14px;font-size:16px;line-height:1.55;color:#e2e8f0;
  max-width:380px;
}
.footer-arrow{
  font-size:13px;font-weight:500;color:#fff;
  border-bottom:1px solid rgba(255,255,255,.25);
  padding-bottom:2px;
}
.footer-arrow:hover{border-color:#fff}

.intake-date{
  display:flex;align-items:baseline;gap:10px;
  font-family:'Inter',sans-serif;
}
.intake-month{
  font-size:14px;font-weight:600;letter-spacing:.12em;
  color:var(--accent);
}
.intake-day{
  font-size:48px;font-weight:800;color:#fff;
  letter-spacing:-.03em;line-height:1;
}
.intake-meta{
  display:flex;align-items:center;gap:8px;
  font-size:13px;color:#94a3b8;margin-top:8px;
}
.intake-pulse{
  width:8px;height:8px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 0 rgba(34,197,94,.6);
  animation:pulse 1.6s ease-out infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(34,197,94,.6)}
  70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}
  100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}
}
.footer-intake .btn-primary{background:var(--blue);color:#fff;font-size:13px}
.footer-intake .btn-primary:hover{background:var(--blue-dark)}

.footer-meta{display:flex;flex-direction:column;gap:14px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{font-size:13px;color:#cbd5e1}
.footer-links a:hover{color:#fff}

.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:12px;color:#94a3b8;
}
.footer-status{display:inline-flex;align-items:center;gap:8px}
.status-dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--accent);
  animation:pulse-orange 1.6s ease-out infinite;
}
@keyframes pulse-orange{
  0%{box-shadow:0 0 0 0 rgba(249,115,22,.6)}
  70%{box-shadow:0 0 0 7px rgba(249,115,22,0)}
  100%{box-shadow:0 0 0 0 rgba(249,115,22,0)}
}
