:root {
  color-scheme: light;
  --blue: #0672e5;
  --blue-dark: #0058b8;
  --blue-soft: #eaf3fd;
  --ink: #101114;
  --text: #32343a;
  --muted: #686b73;
  --line: #dedfe3;
  --line-soft: #ececef;
  --paper: #ffffff;
  --wash: #f5f5f7;
  --green: #187a52;
  --green-soft: #e7f5ed;
  --amber: #8a5b12;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 18px/1.5 var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(6,114,229,.28); outline-offset: 3px; }
img { max-width: 100%; display: block; }
.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.nav-wrap { width: min(1260px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.brand img { width: 40px; height: 40px; border: 1px solid #d9e6f8; border-radius: 11px; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .nav-signin { color: #55575e; font-size: 16px; font-weight: 500; }
.desktop-nav a:hover, .nav-signin:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--blue); border-radius: 11px; background: var(--blue); color: #fff; font-size: 16px; font-weight: 650; cursor: pointer; transition: background .15s ease, border-color .15s ease; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button[disabled], button[disabled] { opacity: .48; cursor: not-allowed; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 15px; }
.button-large { min-height: 56px; padding-inline: 25px; font-size: 17px; }
.button-secondary { border-color: #cfd1d6; background: var(--paper); color: var(--ink); }
.button-secondary:hover { border-color: #9da0a7; background: var(--wash); }
.button-block { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: white; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-button span { width: 18px; height: 1.5px; background: var(--ink); }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 76px 0 auto; padding: 20px 24px 30px; border-bottom: 1px solid var(--line); background: white; }
.mobile-menu a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line-soft); font-size: 18px; font-weight: 550; }

.hero { overflow: hidden; padding: 108px 0 104px; background: var(--wash); }
.hero-copy { text-align: left; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; color: #4c4f57; font-size: 14px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero h1 { max-width: 1040px; margin: 26px 0 24px; font-size: clamp(58px, 7.3vw, 94px); font-weight: 720; line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 770px; margin: 0; color: #4e5159; font-size: clamp(20px, 2vw, 25px); line-height: 1.42; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 16px; }
.hero-note { margin: 0; color: var(--muted); font-size: 15px; }

.product-stage { margin-top: 86px; }
.preview-label { display: flex; justify-content: space-between; gap: 16px; padding: 0 4px 12px; color: var(--muted); font-size: 14px; font-weight: 600; }
.app-frame { min-height: 760px; display: grid; grid-template-columns: 238px 1fr; overflow: hidden; border: 1px solid #d2d3d7; border-radius: 18px; background: #f7f7f8; text-align: left; }
.app-sidebar { display: flex; flex-direction: column; padding: 24px 16px 18px; border-right: 1px solid var(--line); background: #f0f0f2; color: var(--ink); }
.app-brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 20px; font-size: 18px; font-weight: 700; }
.app-brand img { width: 36px; height: 36px; border: 1px solid #d9e6f8; border-radius: 10px; object-fit: cover; }
.founder-chip { display: flex; align-items: center; gap: 10px; margin: 0 2px 20px; padding: 12px; border-top: 1px solid #d8d9dd; border-bottom: 1px solid #d8d9dd; }
.avatar, .top-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #dcecff; color: #065fbe; font-size: 14px; font-weight: 700; }
.founder-chip strong, .founder-chip small, .company-switcher strong, .company-switcher small { display: block; }
.founder-chip strong { font-size: 14px; }
.founder-chip small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.app-nav { display: grid; gap: 3px; }
.app-nav-item { width: 100%; display: flex; align-items: center; gap: 10px; padding: 11px 10px; border: 0; border-radius: 9px; background: transparent; color: #565961; text-align: left; font-size: 15px; font-weight: 550; cursor: pointer; }
.app-nav-item:hover { background: #e7e7ea; color: var(--ink); }
.app-nav-item.is-active { background: #dceaf9; color: #0759ad; }
.app-nav-item b { margin-left: auto; min-width: 22px; padding: 2px 7px; border-radius: 99px; background: var(--blue); color: white; font-size: 12px; text-align: center; }
.nav-icon { width: 20px; color: #747780; font-size: 18px; text-align: center; }
.company-switcher { margin-top: 28px; }
.company-switcher > small { display: block; padding: 0 10px 8px; color: #777a82; font-size: 12px; font-weight: 650; }
.company-switcher button { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px; border: 0; border-radius: 9px; background: white; color: var(--ink); text-align: left; }
.company-mark { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; background: var(--blue); color: white; font-size: 14px; font-weight: 700; }
.company-mark.large { width: 54px; height: 54px; border-radius: 13px; font-size: 20px; }
.company-switcher strong { font-size: 14px; }
.company-switcher small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.company-switcher i, .status-line i, .health-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #269269; }
.side-status { margin-top: auto; padding: 14px 10px 0; color: var(--muted); font-size: 12px; }
.side-status span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.app-main { min-width: 0; background: #fafafa; }
.app-topbar { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--line); background: white; color: var(--muted); font-size: 14px; }
.crumb-sep { padding: 0 8px; color: #a4a6ac; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.topbar-actions button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 9px; background: white; font-size: 20px; }
.preview-panel { display: none; padding: 34px; }
.preview-panel.is-active { display: block; }
.app-heading, .company-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.app-heading p { margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.app-heading h2, .company-title h2 { margin: 0; font-size: 34px; font-weight: 700; letter-spacing: -.045em; }
.app-heading > div > span, .company-title p { display: block; margin-top: 7px; color: var(--muted); font-size: 15px; }
.brief-badge, .health-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; background: white; color: #555860; font-size: 13px; font-weight: 600; }
.brief-badge i, .health-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.executive-next { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(180px, .72fr); margin-top: 26px; border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 11px; background: white; }
.executive-next > div { min-width: 0; padding: 18px; border-right: 1px solid var(--line); }
.executive-next > div:last-child { border-right: 0; }
.executive-next strong { display: block; margin-top: 8px; font-size: 16px; line-height: 1.45; }
.executive-next > div:nth-child(2) strong { color: var(--blue-dark); }
.executive-next small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.executive-next small[hidden] { display: none; }
.executive-next p { display: flex; align-items: center; gap: 8px; margin: 9px 0 0; color: #50535b; font-size: 13px; font-weight: 600; }
.executive-next p i, .worker-state i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-card { min-width: 0; padding: 21px 18px; border-right: 1px solid var(--line); }
.signal-card:last-child { border-right: 0; }
.signal-label, .kicker { display: block; color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.signal-value { display: block; margin: 9px 0 4px; font-size: 22px; line-height: 1.15; }
.signal-value.healthy { color: var(--green); }
.signal-card small { color: var(--muted); font-size: 12px; }
.hq-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .9fr); gap: 18px; margin-top: 22px; }
.panel-card { border: 1px solid var(--line); border-radius: 13px; background: white; }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.card-heading h3, .company-grid h3, .decision-detail h3 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.025em; }
.quiet-button { border: 0; background: none; color: var(--blue); font-size: 13px; font-weight: 600; }
.quiet-label { color: var(--muted); font-size: 12px; }
.team-preview { margin-top: 22px; }
.company-team-preview { margin-top: 14px; }
.worker-grid { display: grid; grid-template-columns: 1fr 1fr; }
.worker-row { position: relative; min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: start; gap: 11px; padding: 18px 20px; border-right: 1px solid var(--line); }
.worker-row:last-child { border-right: 0; }
.worker-row.is-main { border-left: 4px solid var(--blue); padding-left: 16px; }
.worker-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.worker-row > div { min-width: 0; }
.worker-row strong, .worker-row small { display: block; }
.worker-row strong { font-size: 15px; }
.worker-row small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.worker-row p { margin: 10px 0 8px; color: #555860; font-size: 13px; line-height: 1.45; }
.worker-row b { color: var(--blue-dark); font-size: 13px; }
.worker-state { display: inline-flex; align-items: center; gap: 7px; padding: 5px 7px; border: 1px solid var(--line); border-radius: 7px; color: #54575f; background: #f8f8f9; font-size: 12px; font-weight: 600; }
.worker-state.is-done i { background: var(--green); }
.pulse-list { margin: 0; padding: 0 20px; list-style: none; }
.pulse-list li { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.pulse-list li:last-child { border-bottom: 0; }
.pulse-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #f0f1f3; color: #555860; font-size: 14px; font-weight: 700; }
.pulse-icon.success { background: var(--green-soft); color: var(--green); }
.pulse-icon.blue { background: var(--blue-soft); color: var(--blue); }
.pulse-list strong, .money-event strong { color: #25272c; font-size: 14px; }
.pulse-list p, .money-event small { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.pulse-list time { color: #858890; font-size: 12px; }
.count-pill { min-width: 26px; padding: 3px 8px; border-radius: 99px; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 700; text-align: center; }
.decision-card { padding: 20px; }
.decision-type { color: var(--amber); font-size: 12px; font-weight: 650; }
.decision-card h4 { margin: 11px 0 9px; font-size: 17px; line-height: 1.3; }
.decision-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.decision-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0; }
.decision-meta span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 7px; color: #5d6068; font-size: 12px; }
.decision-actions { display: flex; gap: 8px; }
.decision-actions button { min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; background: white; color: #4d5058; font-size: 12px; font-weight: 600; }
.decision-actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border-radius: 8px; color: white; background: var(--blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.decision-actions button { min-height: 42px; padding-inline: 14px; color: #087a50; border-color: #b9e8d4; background: #e8f8f0; font-size: 14px; }
.worker-row p { color: #373a42; font-size: 15px; line-height: 1.55; }
.worker-row details { margin-top: 10px; color: var(--muted); font-size: 12px; }
.worker-row summary { width: fit-content; cursor: pointer; font-weight: 650; }
.worker-row details span { display: block; margin-top: 6px; line-height: 1.45; }
.executive-next.is-clear { border-left-color: #18a36b; }
.clear-card { min-height: 330px; align-content: center; justify-items: center; padding: 36px; text-align: center; }
.clear-card[hidden] { display: none; }
.clear-card:not([hidden]) { display: grid; }
.clear-check { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 50%; color: #087a50; background: #e8f8f0; font-size: 27px; font-weight: 750; }
.clear-card .kicker { color: #087a50; }
.clear-card h3 { margin: 9px 0 0; font-size: 25px; letter-spacing: -.035em; }
.clear-card p { max-width: 390px; margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.inbox-clear-card { margin-top: 22px; }
.preview-disclosure { max-width: 900px; margin: 20px auto 0; color: var(--muted); font-size: 14px; line-height: 1.55; text-align: center; }
.company-title { display: flex; align-items: center; gap: 14px; }
.company-priority { margin-top: 24px; padding: 24px; border: 1px solid #c9d7e7; border-left: 5px solid var(--blue); border-radius: 12px; background: #f4f8fd; }
.company-priority h3 { max-width: 760px; margin: 9px 0 0; font-size: 22px; line-height: 1.3; }
.priority-track { height: 6px; margin-top: 22px; border-radius: 6px; background: #dce1e8; }
.priority-track span { display: block; width: 42%; height: 100%; border-radius: inherit; background: var(--blue); }
.priority-foot { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); font-size: 12px; }
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.company-grid .panel-card { padding: 20px; }
.company-grid .panel-card p { color: var(--muted); font-size: 14px; }
.company-grid dl { margin: 18px 0 0; }
.company-grid dl div { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--line-soft); font-size: 13px; }
.company-grid dt { color: var(--muted); }
.empty-badge { display: inline-flex; padding: 6px 8px; border-radius: 7px; background: #f0f1f3; color: #676a72; font-size: 12px; font-weight: 600; }
.work-progress { display: flex; align-items: center; gap: 9px; margin-top: 18px; }
.work-progress span { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.work-progress b { font-size: 13px; }
.inbox-layout { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); gap: 16px; margin-top: 24px; }
.inbox-row { display: grid; grid-template-columns: 10px 1fr auto; gap: 11px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.priority-dot { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: #d89b32; }
.inbox-row small, .inbox-row p, .inbox-row time { color: var(--muted); font-size: 12px; }
.inbox-row strong { display: block; margin-top: 6px; font-size: 15px; }
.inbox-row p { margin: 4px 0 0; }
.decision-detail { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.detail-block { padding: 15px 0; border-bottom: 1px solid var(--line-soft); }
.detail-block span { font-size: 13px; font-weight: 650; }
.detail-block p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.risk-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; }
.risk-row span { padding: 11px; border-radius: 8px; background: var(--wash); font-size: 13px; }
.risk-row small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 650; }
.detail-actions { display: flex; gap: 8px; }
.detail-actions .button { min-height: 42px; padding-inline: 13px; font-size: 13px; }

.section { padding: 124px 0; }
.narrow-heading { max-width: 900px; text-align: left; }
.narrow-heading h2, .feature-copy h2, .mobile-copy h2, .security-copy h2, .agent-copy h2, .founder-card h2 { margin: 18px 0 16px; font-size: clamp(42px, 5vw, 64px); font-weight: 700; line-height: 1.02; letter-spacing: -.055em; }
.narrow-heading > p, .feature-copy > p, .mobile-copy > p, .security-copy > p, .agent-copy > p, .founder-card p { color: #555860; font-size: 20px; line-height: 1.55; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 64px; }
.workflow-card { min-height: 330px; padding: 28px 0 0; border-top: 2px solid var(--ink); }
.step-number { color: var(--blue); font-size: 15px; font-weight: 700; }
.workflow-card h3 { margin: 48px 0 12px; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.workflow-card > p { color: #5c5f67; font-size: 17px; line-height: 1.6; }
.source-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.source-row span, .continuity-line span { padding: 7px 9px; border: 1px solid #d4d5d9; border-radius: 7px; background: white; color: #4c4f56; font-size: 13px; font-weight: 600; }
.continuity-line { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: 34px; color: #5d6068; font-size: 13px; font-weight: 600; }
.continuity-line i { color: #989ba3; font-style: normal; }
.approval-line { display: flex; align-items: center; gap: 11px; margin-top: 30px; padding: 13px; border: 1px solid #d7d8dc; border-radius: 9px; background: white; }
.approval-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: var(--green-soft); color: var(--green); font-weight: 700; }
.approval-line strong, .approval-line small { display: block; }
.approval-line strong { font-size: 14px; }
.approval-line small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.agent-section { background: #111214; color: white; }
.agent-layout, .feature-layout, .mobile-layout, .security-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.agent-copy .section-label, .mobile-copy .section-label { color: #8fc5ff; }
.agent-copy p, .mobile-copy p { color: #b2b4ba; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 28px; font-size: 17px; font-weight: 550; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #5cabff; font-weight: 700; }
.agent-visual { min-height: 430px; display: grid; grid-template-columns: 1fr 48px 1fr; align-items: center; }
.agent-stack { display: grid; gap: 10px; }
.agent-stack span { padding: 15px 17px; border: 1px solid #383a3f; border-radius: 9px; background: #1a1b1f; color: #d3d4d8; font-size: 15px; font-weight: 600; }
.flow-lines { display: grid; gap: 48px; }
.flow-lines i { height: 1px; background: #4e8fce; }
.cuper-core { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border: 1px solid #3a3c41; border-radius: 16px; background: #191a1e; text-align: center; }
.cuper-core img { width: 76px; height: 76px; margin-bottom: 18px; border-radius: 18px; object-fit: cover; }
.cuper-core strong { font-size: 19px; }
.cuper-core small { margin-top: 6px; color: #92959d; font-size: 13px; }

.money-section, .pricing-section { background: var(--wash); }
.feature-panel { border: 1px solid #d4d5d9; border-radius: 14px; background: white; }
.feature-window-bar { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid var(--line); color: #555860; font-size: 14px; font-weight: 650; }
.preview-tag { padding: 5px 8px; border-radius: 6px; background: #efeff1; color: #666970; font-size: 12px; font-weight: 600; }
.money-head { padding: 25px; }
.money-head span { color: var(--muted); font-size: 14px; }
.money-head strong { display: block; margin-top: 5px; font-size: 27px; }
.money-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 0 25px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.money-grid div { min-height: 120px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.money-grid small, .money-grid strong, .money-grid span { display: block; }
.money-grid small { color: var(--muted); font-size: 13px; }
.money-grid strong { margin: 10px 0 4px; font-size: 18px; }
.money-grid span { color: #858890; font-size: 12px; }
.money-event { display: flex; align-items: center; gap: 11px; margin: 20px 25px 25px; padding: 14px; border-radius: 9px; background: var(--wash); }

.mobile-section { background: #121316; color: white; }
.phone-stage { min-height: 650px; display: grid; place-items: center; }
.phone-frame { position: relative; width: 320px; padding: 9px; border: 1px solid #55575d; border-radius: 48px; background: #08090b; }
.phone-island { position: absolute; z-index: 2; width: 92px; height: 25px; left: 50%; top: 17px; transform: translateX(-50%); border-radius: 99px; background: #050506; }
.phone-screen { min-height: 630px; overflow: hidden; position: relative; padding: 15px 18px 80px; border-radius: 40px; background: #f5f5f7; color: var(--ink); }
.phone-top { display: flex; justify-content: space-between; padding: 0 7px 19px; font-size: 12px; font-weight: 700; }
.phone-brand { display: flex; align-items: center; gap: 8px; color: #575a62; font-size: 13px; font-weight: 600; }
.phone-brand img { width: 32px; height: 32px; border: 1px solid #d9e6f8; border-radius: 9px; object-fit: cover; }
.phone-avatar { width: 28px; height: 28px; display: grid; place-items: center; margin-left: auto; border-radius: 8px; background: #dcecff; color: var(--blue); font-weight: 700; }
.phone-screen h3 { margin: 23px 0 13px; font-size: 26px; letter-spacing: -.04em; }
.phone-summary { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.phone-summary div { padding: 12px 9px; border-right: 1px solid var(--line); }
.phone-summary div:last-child { border-right: 0; }
.phone-summary small, .phone-summary strong { display: block; }
.phone-summary small { color: var(--muted); font-size: 11px; }
.phone-summary strong { margin-top: 4px; font-size: 20px; }
.phone-company, .phone-inbox, .phone-live { display: flex; align-items: center; gap: 9px; padding: 14px 2px; border-bottom: 1px solid var(--line); }
.phone-company { margin-top: 5px; }
.phone-company strong, .phone-company small, .phone-inbox strong, .phone-inbox small, .phone-live strong, .phone-live small { display: block; }
.phone-company strong, .phone-inbox strong, .phone-live strong { font-size: 14px; }
.phone-company small, .phone-inbox small, .phone-live small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.phone-company > span:last-child, .phone-inbox > span:last-child { margin-left: auto; color: #8e9198; }
.phone-label { display: block; margin: 20px 1px 7px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .06em; }
.spinner-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.phone-tabs { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,1fr); padding: 12px 17px 18px; border-top: 1px solid var(--line); background: white; }
.phone-tabs > span { display: grid; place-items: center; gap: 2px; color: #858890; font-size: 18px; }
.phone-tabs small { font-size: 11px; }
.phone-tabs .is-active { color: var(--blue); }

.security-section { background: white; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.security-grid article { min-height: 205px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.security-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue); font-weight: 700; }
.security-grid h3 { margin: 28px 0 8px; font-size: 21px; }
.security-grid p { margin: 0; color: #5d6068; font-size: 16px; line-height: 1.5; }

.pricing-status { max-width: 760px; margin: 24px 0 0 !important; color: var(--muted) !important; font-size: 16px !important; }
.pricing-grid { max-width: 930px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.price-card { position: relative; padding: 34px; border: 1px solid #d5d6da; border-radius: 14px; background: white; }
.price-card.featured { border: 2px solid var(--blue); }
.proposed-badge { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 6px; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 700; }
.plan-label { color: #5f626a; font-size: 14px; font-weight: 700; letter-spacing: .07em; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 23px 0 15px; }
.price strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: 16px; }
.price-card > p { min-height: 82px; margin: 0; color: #575a62; font-size: 17px; line-height: 1.55; }
.price-card ul { min-height: 160px; list-style: none; padding: 24px 0; margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 12px; }
.price-card li { position: relative; padding-left: 24px; color: #44474e; font-size: 16px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.pricing-footnote { max-width: 760px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.founder-section { background: white; }
.founder-card { display: grid; grid-template-columns: 210px 1fr; gap: clamp(50px, 8vw, 100px); align-items: center; padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-card > img { width: 190px; height: 190px; border: 1px solid #d9e6f8; border-radius: 38px; object-fit: cover; }
.founder-signoff { color: var(--muted); font-size: 15px; font-weight: 600; }
.final-cta { padding: 112px 0; background: #121316; color: white; text-align: left; }
.final-cta-inner > img { width: 76px; height: 76px; border-radius: 18px; object-fit: cover; }
.final-cta h2 { margin: 26px 0 12px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.final-cta p { margin: 0; color: #afb1b7; font-size: 20px; }
.final-cta .button-secondary { border-color: #4b4d53; background: #1e2024; color: white; }
footer { padding: 68px 0 30px; background: #090a0c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; }
.footer-grid > div > p { max-width: 350px; color: #9699a1; font-size: 16px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { color: #d2d3d7; font-size: 14px; }
.footer-links a { color: #9699a1; font-size: 15px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid #2b2d32; color: #7f828a; font-size: 14px; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .nav-signin { display: none; }
  .app-frame { grid-template-columns: 195px 1fr; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-card:nth-child(2) { border-right: 0; }
  .signal-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hq-grid { grid-template-columns: 1fr; }
  .executive-next { grid-template-columns: 1fr 1fr; }
  .executive-next > div:nth-child(2) { border-right: 0; }
  .executive-next > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .workflow-grid { gap: 24px; }
  .agent-layout, .feature-layout, .mobile-layout, .security-layout { gap: 52px; }
}

@media (max-width: 820px) {
  .section { padding: 92px 0; }
  .hero { padding-top: 78px; }
  .app-frame { min-height: 720px; display: block; }
  .app-sidebar { display: none; }
  .preview-panel { padding: 28px 22px; }
  .company-grid { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 0; }
  .workflow-card h3 { margin-top: 26px; }
  .agent-layout, .feature-layout, .mobile-layout, .security-layout { grid-template-columns: 1fr; }
  .agent-visual, .phone-stage { order: -1; }
  .agent-visual { min-height: 360px; }
  .founder-card { grid-template-columns: 150px 1fr; }
  .founder-card > img { width: 145px; height: 145px; border-radius: 30px; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .container { width: min(100% - 32px, 1220px); }
  .nav-wrap { width: calc(100% - 28px); min-height: 68px; }
  .mobile-menu { top: 68px; }
  .nav-actions .button-small { display: none; }
  .hero { padding: 62px 0 74px; }
  .eyebrow { font-size: 12px; }
  .hero h1 { margin-top: 19px; font-size: clamp(48px, 15vw, 66px); }
  .hero-lead { font-size: 20px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-note { font-size: 14px; }
  .product-stage { margin-top: 56px; }
  .preview-label { font-size: 12px; }
  .preview-label span:last-child { display: none; }
  .app-frame { min-height: 700px; border-radius: 13px; }
  .app-topbar { padding-inline: 17px; }
  .app-heading { display: block; }
  .brief-badge { display: none; }
  .app-heading h2 { font-size: 29px; }
  .executive-next { grid-template-columns: 1fr; }
  .executive-next > div, .executive-next > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .executive-next > div:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .signal-grid { margin-top: 22px; }
  .signal-card { padding: 17px 13px; }
  .signal-value { font-size: 18px; }
  .inbox-card { display: none; }
  .worker-grid { grid-template-columns: 1fr; }
  .worker-row, .worker-row:last-child { grid-template-columns: auto 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .worker-row:last-child { border-bottom: 0; }
  .worker-state { grid-column: 2; width: fit-content; }
  .quiet-label { display: none; }
  .pulse-list { padding-inline: 13px; }
  .pulse-list li { grid-template-columns: 32px 1fr; }
  .pulse-list time { display: none; }
  .company-grid { grid-template-columns: 1fr; }
  .inbox-layout { grid-template-columns: 1fr; }
  .detail-actions { display: grid; }
  .section { padding: 82px 0; }
  .narrow-heading h2, .feature-copy h2, .mobile-copy h2, .security-copy h2, .agent-copy h2, .founder-card h2 { font-size: 43px; }
  .narrow-heading > p, .feature-copy > p, .mobile-copy > p, .security-copy > p, .agent-copy > p, .founder-card p { font-size: 18px; }
  .agent-visual { display: block; min-height: auto; }
  .agent-stack { grid-template-columns: 1fr 1fr; }
  .flow-lines { display: none; }
  .cuper-core { min-height: 190px; margin-top: 14px; }
  .phone-frame { width: 300px; }
  .security-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 28px 23px; }
  .price-card > p, .price-card ul { min-height: 0; }
  .founder-card { grid-template-columns: 1fr; padding: 38px 0; }
  .founder-card > img { width: 130px; height: 130px; }
  .final-cta { padding: 88px 0; }
  .final-cta h2 { font-size: 52px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
