:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #eff8ff;
  background: #06111d;
  font-synthesis: none;
  --bg: #06111d;
  --panel: rgba(12, 31, 49, .82);
  --panel-solid: #0d2134;
  --line: rgba(151, 205, 233, .16);
  --muted: #9db2c7;
  --blue: #139bd0;
  --cyan: #22c8d1;
  --green: #19d28b;
  --navy: #082a56;
  --danger: #ff5d73;
  --warning: #ffbe4b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: #eef8ff;
  background:
    radial-gradient(circle at 12% -5%, rgba(14, 112, 178, .31), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(16, 190, 151, .18), transparent 28%),
    linear-gradient(180deg, #06111d 0%, #071724 52%, #06111d 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.wrap { width: min(1180px, calc(100% - 36px)); margin: auto; position: relative; z-index: 1; }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 22px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(6,17,29,.76);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; min-width: 210px; }
.brand img { width: 205px; height: auto; }
.brand.compact img { width: 174px; }
.navlinks { display: flex; align-items: center; gap: 8px; }
.navlinks > a:not(.button) { color: #bfd0df; font-weight: 700; font-size: 14px; padding: 10px 12px; }
.navlinks > a:not(.button):hover { color: white; }
.nav-menu-toggle { display: none; }

.button {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 12px;
  min-height: 45px;
  padding: 11px 18px;
  font-weight: 850;
  color: #06111d;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .16s ease, filter .16s ease, border-color .16s ease, background .16s ease;
}
.button:hover { transform: translateY(-1px); filter: brightness(1.06); }
.button.primary { background: linear-gradient(120deg, #1ab5df, #1ed49d); box-shadow: 0 13px 34px rgba(22, 195, 180, .18); }
.button.ghost { color: #eef8ff; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.13); }
.button.danger { color: white; background: rgba(255,93,115,.13); border-color: rgba(255,93,115,.38); }
.button.warning { color: #ffe6b2; background: rgba(255,190,75,.1); border-color: rgba(255,190,75,.35); }
.button.small { min-height: 36px; padding: 8px 12px; border-radius: 9px; font-size: 13px; }
.button.full { width: 100%; }

.hero {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 56px;
  align-items: center;
  padding: 78px 0 64px;
}
.hero-copy h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.064em;
  margin: 20px 0 22px;
  max-width: 760px;
}
.hero-copy h1 span { color: transparent; background: linear-gradient(100deg, #28b9e8, #25da9a); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { margin: 0 0 28px; color: #b1c4d5; font-size: 19px; line-height: 1.65; max-width: 650px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(91, 219, 213, .22);
  border-radius: 999px;
  background: rgba(17, 113, 139, .12);
  color: #bceff1;
  font-size: 13px;
  font-weight: 800;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #1ed49d; box-shadow: 0 0 0 5px rgba(30,212,157,.12); }
.heroactions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #8fa7ba; font-size: 13px; font-weight: 700; }
.hero-trust span::before { content: "✓"; color: #28daa1; margin-right: 7px; }

.product-stage { position: relative; min-width: 0; }
.product-stage::before {
  content: "";
  position: absolute;
  inset: 12% 8% -8%;
  background: radial-gradient(circle, rgba(22, 190, 190, .34), transparent 68%);
  filter: blur(28px);
}
.browser-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(151, 223, 235, .2);
  background: #0a1d2e;
  box-shadow: 0 36px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04) inset;
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}
.browser-top { height: 42px; display: flex; align-items: center; padding: 0 14px; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(8,27,43,.94); }
.browser-dot { width: 9px; height: 9px; border-radius: 50%; background: #496074; }
.browser-address { margin-left: 10px; flex: 1; height: 23px; border-radius: 8px; background: rgba(255,255,255,.06); color: #7e99ae; font-size: 10px; display: grid; place-items: center; }
.browser-frame img { width: 100%; }
.floating-badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(8,28,44,.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  border-radius: 14px;
  padding: 11px 14px;
  font-size: 12px;
  color: #bcd0df;
}
.floating-badge strong { color: white; display: block; font-size: 13px; }
.floating-badge.one { right: -16px; top: 18%; }
.floating-badge.two { left: -22px; bottom: 12%; }
.badge-icon { width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(130deg, rgba(26,181,223,.25), rgba(30,212,157,.24)); color: #31d8b1; font-weight: 950; }

.logo-strip { padding: 10px 0 48px; }
.logo-strip-inner { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: rgba(8,28,44,.62); border-radius: 18px; overflow: hidden; }
.logo-strip-item { padding: 20px 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.logo-strip-item:last-child { border: 0; }
.logo-strip-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(32,197,190,.1); color: #30d6b4; font-weight: 950; }
.logo-strip-item strong { display: block; margin-bottom: 3px; }
.logo-strip-item span { color: var(--muted); font-size: 13px; }

.section { padding: 78px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2, .form-shell h1 { font-size: clamp(35px, 4.5vw, 52px); letter-spacing: -.052em; line-height: 1.06; margin: 0 0 14px; }
.section-heading p, .muted { color: var(--muted); }
.section-heading p { font-size: 17px; line-height: 1.65; margin: 0; }
.grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(16,42,64,.85), rgba(8,28,44,.82));
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 24px 65px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}
.feature-card { min-height: 220px; }
.feature-card .feature-icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(26,181,223,.19), rgba(30,212,157,.17)); color: #28d3b0; font-size: 20px; margin-bottom: 35px; }
.feature-card h3, .card h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.02em; }
.feature-card p, .card p { line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: step; }
.step-card { position: relative; overflow: hidden; }
.step-card::after { content: attr(data-step); position: absolute; right: 18px; top: 4px; font-size: 82px; font-weight: 1000; color: rgba(255,255,255,.035); letter-spacing: -.08em; }
.stepnum { color: #2bd9b0; font-weight: 950; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 34px; }

.pricing-card { position: relative; padding: 26px; display: flex; flex-direction: column; }
.pricing-card.popular { border-color: rgba(35,213,171,.45); box-shadow: 0 24px 74px rgba(17,196,167,.12); transform: translateY(-8px); }
.popular-label { position: absolute; right: 18px; top: 18px; color: #9af3d5; background: rgba(30,212,157,.12); border: 1px solid rgba(30,212,157,.25); border-radius: 999px; padding: 6px 9px; font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { color: #9db2c7; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.price { font-size: 48px; font-weight: 1000; letter-spacing: -.06em; margin: 18px 0 3px; }
.price span { font-size: 14px; font-weight: 700; color: var(--muted); letter-spacing: 0; }
.dial-count { font-size: 21px; font-weight: 850; margin-bottom: 18px; }
.features { list-style: none; padding: 0; margin: 0 0 24px; color: #c4d3df; line-height: 1.85; flex: 1; }
.features li { position: relative; padding-left: 22px; }
.features li::before { content: "✓"; position: absolute; left: 0; color: #26d59f; font-weight: 900; }

.cta { border: 1px solid rgba(38,212,177,.25); background: linear-gradient(135deg, rgba(10,58,83,.85), rgba(8,64,58,.68)); border-radius: 26px; padding: 50px; display: flex; justify-content: space-between; gap: 28px; align-items: center; overflow: hidden; position: relative; }
.cta::after { content:""; width: 320px; height: 320px; border-radius: 50%; position: absolute; right: -110px; top: -170px; border: 55px solid rgba(38,212,177,.06); pointer-events: none; z-index: 0; }
.cta > * { position: relative; z-index: 1; }
.cta h2 { max-width: 720px; }
.footer { padding: 45px 0 30px; color: #7f98ac; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.07); padding-top: 28px; }
.footer .brand img { width: 155px; opacity: .82; }

.form-page { min-height: 100vh; }
.form-shell { width: min(520px, calc(100% - 32px)); margin: 58px auto; position: relative; z-index: 1; }
.form-shell.card { padding: 34px; }
.form-shell > .form-logo { width: 210px; margin-bottom: 26px; }
.form-shell h1 { margin-bottom: 8px; }
.field { display: grid; gap: 7px; margin: 15px 0; }
.field label { font-weight: 800; font-size: 13px; color: #c7d5e0; }
.field input, .field select, .field textarea, .toolbar input, .toolbar select {
  width: 100%;
  padding: 13px 14px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,.13);
  background: #081b2c;
  color: white;
  outline: none;
}
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .toolbar input:focus, .toolbar select:focus { border-color: #26c9c0; box-shadow: 0 0 0 3px rgba(38,201,192,.09); }
.message { min-height: 24px; margin: 14px 0; color: #ffc66b; }
.message.good { color: #79e6b5; }
.inline-note { padding: 11px 13px; border-radius: 10px; background: rgba(255,190,75,.08); border: 1px solid rgba(255,190,75,.18); color: #ffd890; font-size: 12px; line-height: 1.55; }

.dashboard-page { padding-bottom: 60px; }
.dashboard-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 46px 0 24px; }
.dashboard-header h1 { font-size: clamp(34px,4vw,48px); letter-spacing: -.05em; margin: 0 0 7px; }
.dashboard-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.metric { font-size: 36px; font-weight: 1000; letter-spacing: -.045em; margin: 8px 0; }
.progress { height: 10px; background: rgba(255,255,255,.07); border-radius: 999px; overflow: hidden; margin: 16px 0; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg,#1bb6dd,#1fd49c); }
.status-pill { display: inline-flex; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #bcd0df; font-size: 12px; font-weight: 800; text-transform: capitalize; }

.owner-layout { padding: 38px 0 70px; }
.owner-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin-bottom: 24px; }
.owner-title-row h1 { font-size: clamp(36px,5vw,56px); letter-spacing: -.055em; margin: 0 0 6px; }
.owner-metrics { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-bottom: 20px; }
.owner-metric { padding: 18px; }
.owner-metric .label { color: #8fa7ba; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.owner-metric .value { font-size: 28px; font-weight: 1000; letter-spacing: -.04em; margin-top: 8px; }
.toolbar { display: grid; grid-template-columns: 1fr 170px 170px auto; gap: 10px; margin-bottom: 16px; }
.user-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,28,44,.68); }
.user-table { width: 100%; border-collapse: collapse; min-width: 1050px; }
.user-table th { text-align: left; padding: 13px 15px; color: #8099ac; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.user-table td { padding: 14px 15px; border-bottom: 1px solid rgba(255,255,255,.055); color: #c7d6e1; font-size: 13px; vertical-align: middle; }
.user-table tr:last-child td { border-bottom: 0; }
.user-table tbody tr:hover { background: rgba(255,255,255,.025); }
.user-name { color: white; font-weight: 850; margin-bottom: 4px; }
.user-email { color: #8da6ba; font-size: 12px; }
.pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 8px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; border: 1px solid var(--line); }
.pill.active, .pill.ready { color: #8cf2c7; background: rgba(30,212,157,.08); border-color: rgba(30,212,157,.22); }
.pill.failed, .pill.suspended, .pill.past_due { color: #ff9aa8; background: rgba(255,93,115,.08); border-color: rgba(255,93,115,.22); }
.pill.pending, .pill.working, .pill.testing { color: #ffd48a; background: rgba(255,190,75,.07); border-color: rgba(255,190,75,.23); }
.owner-drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.57); display: none; }
.owner-drawer-backdrop.open { display: block; }
.owner-drawer { position: absolute; right: 0; top: 0; width: min(560px, 100%); min-height: 100%; padding: 26px; background: #071a2b; border-left: 1px solid var(--line); box-shadow: -30px 0 80px rgba(0,0,0,.4); overflow-y: auto; }
.drawer-header { display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0 0 5px; letter-spacing: -.035em; }
.drawer-close { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); color: white; background: rgba(255,255,255,.05); }
.drawer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.drawer-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.detail-item { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 11px; padding: 11px; min-width: 0; }
.detail-item span { display: block; color: #829caf; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; margin-bottom: 5px; }
.detail-item strong { font-size: 12px; overflow-wrap: anywhere; }
.empty-state { padding: 52px 20px; text-align: center; color: var(--muted); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 54px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .heroactions, .hero-trust { justify-content: center; }
  .browser-frame { transform: none; }
  .owner-metrics { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 800px) {
  .nav { min-height: 72px; }
  .brand img { width: 168px; }
  .navlinks > a:not(.button) { display: none; }
  .hero { padding-top: 42px; }
  .floating-badge { display: none; }
  .logo-strip-inner, .grid, .feature-grid, .steps, .dashboard-grid { grid-template-columns: 1fr; }
  .logo-strip-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .pricing-card.popular { transform: none; }
  .cta, .dashboard-header, .owner-title-row { flex-direction: column; align-items: flex-start; }
  .owner-metrics { grid-template-columns: repeat(2,1fr); }
  .toolbar { grid-template-columns: 1fr 1fr; }
  .toolbar input { grid-column: 1 / -1; }
  .drawer-grid, .detail-list { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .navlinks .button { padding: 10px 12px; }
  .hero-copy h1 { font-size: 43px; }
  .section { padding: 58px 0; }
  .cta { padding: 32px 24px; }
  .form-shell.card { padding: 25px 20px; }
  .owner-metrics { grid-template-columns: 1fr 1fr; }
  .toolbar { grid-template-columns: 1fr; }
  .toolbar input { grid-column: auto; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

.field small { color: #829caf; font-size: 12px; }
.form-row { display: flex; justify-content: flex-end; margin-top: -4px; }
.text-link { color: #71e0c4; font-weight: 800; font-size: 13px; }
.text-link:hover { text-decoration: underline; }

/* v0.6 team accounts and local presence */
.wide-form { width: min(820px, calc(100% - 32px)); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.state-picker { margin: 22px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.022); }
.compact-copy { margin: 5px 0 13px; font-size: 13px; }
.state-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; max-height: 270px; overflow: auto; padding: 10px 2px; }
.state-check { display: flex; align-items: center; gap: 7px; padding: 8px 9px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(4,20,33,.6); font-size: 12px; color: #c9d7e2; }
.state-check input { width: auto; accent-color: #1fd49c; }
.pricing-fineprint { color: #8199ac; font-size: 11px; line-height: 1.5; margin: 0 0 18px; }
.compact-section { padding: 38px 0 10px; }
.compact-section h2 { font-size: clamp(28px,3.5vw,40px); margin-bottom: 0; }
.section-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.range-switch { display: flex; gap: 5px; padding: 4px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.range-switch button { border: 0; border-radius: 8px; background: transparent; color: #8ea6b9; padding: 9px 12px; font-weight: 850; }
.range-switch button.active { color: white; background: rgba(31,212,156,.15); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.stat-card { padding: 18px; }
.stat-card span { color: #8ba2b5; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }
.stat-card strong { display: block; margin-top: 8px; font-size: 28px; letter-spacing: -.04em; }
.number-metric { font-size: clamp(23px,3vw,36px); }
.two-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; align-items: start; }
.team-panel { grid-template-columns: 1.45fr .55fr; }
.table-card { padding: 0; overflow: hidden; }
.compact-table { min-width: 760px; }
.number-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.number-row:last-child { border-bottom: 0; }
.number-row strong { display: block; }
.number-row span:not(.pill) { display: block; margin-top: 4px; color: #8ea7ba; font-size: 13px; }
.field select[multiple] { min-height: 190px; }

@media (max-width: 900px) {
  .state-grid, .stats-grid { grid-template-columns: repeat(2,1fr); }
  .two-panel, .team-panel { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .form-two, .state-grid, .stats-grid { grid-template-columns: 1fr; }
  .section-row { align-items: flex-start; flex-direction: column; }
}

/* v0.7 commercial readiness */
.dashboard-overview { grid-template-columns: repeat(3,1fr); }
.overview-card { min-height: 190px; }
.dashboard-controls { align-items: center; }
.appointment-stat { border-color: rgba(31,212,156,.28); background: linear-gradient(180deg,rgba(31,212,156,.08),rgba(8,28,44,.72)); }
.appointment-stat strong { color: #84f2ce; }
.dashboard-actions { margin: 30px 0 10px; }
.dashboard-state-grid { grid-template-columns: repeat(3,1fr); max-height: 390px; }
.state-check { cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.state-check:hover { transform: translateY(-1px); border-color: rgba(31,212,156,.28); }
.state-check:has(input:checked) { background: rgba(31,212,156,.1); border-color: rgba(31,212,156,.34); color: white; }
.picker-toolbar { display: flex; gap: 14px; margin: 14px 0 4px; }
.text-button { border: 0; background: none; padding: 0; color: #79dfc4; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.purchase-summary { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin: 15px 0 9px; padding: 12px 14px; border-radius: 11px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); }
.purchase-summary span { color: #8fa7ba; font-size: 12px; }
.purchase-summary strong { color: white; }
.cap-editor { display: flex; gap: 6px; align-items: center; }
.cap-editor input { width: 105px; min-width: 90px; padding: 8px 9px; }
.cap-editor + small { display: block; color: #829caf; margin-top: 5px; }
.invite-fallback { margin: 12px 0; }
.invite-fallback label { display: block; margin-bottom: 6px; font-size: 12px; color: #91a8b9; }
.copy-row { display: flex; gap: 7px; }
.copy-row input { min-width: 0; }
.warning-message { color: #ffd48a; border-color: rgba(255,190,75,.22); background: rgba(255,190,75,.07); }
.legal-check { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; padding: 13px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); font-size: 13px; color: #bfd0db; line-height: 1.5; }
.legal-check input { width: auto; margin-top: 3px; accent-color: #1fd49c; }
.legal-check a { color: #78e2c5; font-weight: 800; }
.global-footer { margin-top: 70px; border-top: 1px solid var(--line); background: rgba(4,17,29,.72); }
.global-footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px 30px; padding: 32px 0; }
.global-footer-inner > div strong, .global-footer-inner > div span { display: block; }
.global-footer-inner > div span { color: #7f98aa; font-size: 13px; margin-top: 5px; }
.global-footer-inner nav, .footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.global-footer-inner nav a, .footer-links a { color: #a9bdca; font-weight: 750; font-size: 13px; }
.global-footer-inner small { color: #6e8799; grid-column: 1 / -1; }
.legal-page { max-width: 860px; padding: 70px 0 30px; }
.legal-page h1 { font-size: clamp(44px,7vw,70px); letter-spacing: -.055em; margin: 8px 0 18px; }
.legal-intro { color: #b2c5d2; font-size: 19px; line-height: 1.65; max-width: 760px; }
.legal-page section { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.legal-page h2 { margin: 0 0 11px; font-size: 23px; letter-spacing: -.025em; }
.legal-page p { color: #a6bac8; line-height: 1.75; }
.legal-page a { color: #79dfc4; font-weight: 800; }
.contact-page { min-height: 65vh; display: grid; place-items: center; padding: 60px 0; }
.contact-card { max-width: 640px; text-align: center; padding: 52px; }
.contact-card h1 { font-size: clamp(38px,6vw,58px); letter-spacing: -.05em; }
.readiness-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.readiness-row:last-child { border-bottom: 0; }
.readiness-row > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 999px; background: rgba(31,212,156,.11); color: #82eccb; font-weight: 1000; }
.readiness-row strong, .readiness-row small { display: block; }
.readiness-row small { color: #829caf; margin-top: 3px; line-height: 1.4; }
.readiness-row em { font-style: normal; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.ready-text { color: #82eccb; }
.warning-text { color: #ffd48a; }

@media (max-width: 1040px) {
  .dashboard-overview { grid-template-columns: 1fr 1fr; }
  .dashboard-overview .overview-card:first-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .dashboard-overview, .dashboard-state-grid { grid-template-columns: 1fr; }
  .global-footer-inner { grid-template-columns: 1fr; }
  .global-footer-inner small { grid-column: auto; }
  .contact-card { padding: 34px 22px; }
  .readiness-row { grid-template-columns: 30px 1fr; }
  .readiness-row em { grid-column: 2; }
}
.number-order-status { margin-top: 16px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.07); }
.order-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px 0; }
.order-row strong, .order-row small { display: block; }
.order-row small { color: #829caf; font-size: 11px; margin-top: 3px; }
.order-row > span { display: flex; align-items: center; gap: 7px; color: #8fa7ba; font-size: 11px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 22px; padding: 56px 0; align-items: start; }
.contact-card, .contact-side { padding: 30px; }
.contact-side { position: sticky; top: 110px; }
.contact-side .inline-note { margin-top: 16px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
#teamNumberRequired { margin: 12px 0; }
@media (max-width: 800px) { .contact-layout { grid-template-columns: 1fr; } .contact-side { position: static; } }


/* v0.7.2 public business identity and Trust Hub verification */
.footer-identity { display: grid; gap: 5px; max-width: 620px; line-height: 1.5; }
.footer-identity strong { color: #c7d6e1; font-size: 13px; }
.footer-identity span { color: #7f98ac; }
.footer-identity a { color: #79dfc4; font-weight: 800; }
.company-page .legal-intro strong { color: #eaf7ff; }
.business-details, .compact-business-details { margin: 0; display: grid; gap: 0; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; }
.business-details > div, .compact-business-details > div { display: grid; grid-template-columns: minmax(150px,.42fr) minmax(0,1fr); gap: 18px; padding: 15px 17px; background: rgba(255,255,255,.025); border-bottom: 1px solid rgba(255,255,255,.07); }
.business-details > div:last-child, .compact-business-details > div:last-child { border-bottom: 0; }
.business-details dt, .compact-business-details dt { color: #87a1b5; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.business-details dd, .compact-business-details dd { margin: 0; color: #d7e4ed; overflow-wrap: anywhere; }
.business-details a, .compact-business-details a { color: #79dfc4; font-weight: 800; }
.contact-stack { display: grid; gap: 22px; }
.contact-stack .contact-side { position: static; }
.company-summary { padding: 30px; }
.company-summary h2 { margin-bottom: 12px; }
.company-summary > p { color: #c2d2dd; line-height: 1.65; }
.compact-business-details { margin: 18px 0; }
.compact-business-details > div { grid-template-columns: 1fr; gap: 5px; padding: 13px 14px; }
.global-footer-inner > div { display: grid; gap: 4px; }
.global-footer-inner > div span { color: #8199ac; font-size: 12px; }
.global-footer-inner small a { color: #79dfc4; }
@media (max-width: 760px) {
  .business-details > div { grid-template-columns: 1fr; gap: 6px; }
}
