:root {
  --ink: #071327;
  --forest: #0a1b36;
  --blue: #4d7cff;
  --blue-soft: #cbd9ff;
  --ice: #edf2ff;
  --paper: #f6f7f2;
  --line: rgba(7, 18, 15, 0.14);
  --muted: #65716d;
  --white: #fff;
  --radius: 24px;
  --page: min(1220px, calc(100vw - 48px));
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.launch-banner { position: absolute; z-index: 25; top: 0; left: 0; display: flex; width: 100%; min-height: 38px; padding: 8px 24px; align-items: center; justify-content: center; gap: 14px; background: var(--blue); color: var(--white); font-size: 11px; }
.launch-banner strong { padding: 3px 8px; border-radius: 99px; background: rgba(255,255,255,.16); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.launch-banner span { color: rgba(255,255,255,.82); }
.launch-banner a { border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 700; }
.site-header { position: absolute; z-index: 20; top: 38px; left: 50%; display: flex; width: var(--page); height: 90px; align-items: center; justify-content: space-between; transform: translateX(-50%); color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 800; letter-spacing: .05em; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { position: relative; display: inline-block; width: 30px; height: 30px; transform: rotate(45deg); }
.brand-mark span { position: absolute; width: 14px; height: 27px; border: 3px solid var(--blue); border-radius: 2px; }
.brand-mark span:first-child { top: -2px; left: 2px; border-right: 0; }
.brand-mark span:last-child { right: 2px; bottom: -2px; border-left: 0; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; color: rgba(255,255,255,.72); }
.desktop-nav a, .mobile-menu a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-toggle { display: flex; gap: 4px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.5); font-size: 12px; cursor: pointer; }
.language-toggle span { padding: 5px; }
.language-toggle .active { color: var(--white); }
.menu-toggle, .mobile-menu { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-light { background: var(--white); color: var(--ink); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: #6f96ff; }
.button-dark { width: 100%; background: var(--ink); color: var(--white); }

.hero { position: relative; display: grid; min-height: 858px; padding: 218px max(24px, calc((100vw - 1220px) / 2)) 70px; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr auto; overflow: hidden; background: var(--forest); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 60%, transparent); }
.hero-glow { position: absolute; width: 680px; height: 680px; right: -160px; top: 70px; border-radius: 50%; background: rgba(77,124,255,.18); filter: blur(90px); }
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: #496aa8; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #7ea0ff; }
.eyebrow > span:first-child { width: 28px; height: 1px; background: var(--blue); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 6.3vw, 94px); font-weight: 620; line-height: .94; letter-spacing: -.06em; }
.hero h1 em { color: #7ea0ff; font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 610px; margin: 32px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.text-link { display: inline-flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 14px; }
.hero-system { position: relative; z-index: 1; align-self: center; height: 480px; }
.system-core, .system-node { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(10,29,24,.86); backdrop-filter: blur(8px); }
.system-core { width: 190px; height: 190px; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 80px rgba(77,124,255,.2); }
.core-logo { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 12px; border-radius: 18px; background: var(--blue); color: var(--white); font-size: 28px; font-weight: 900; }
.system-core strong { font-size: 13px; letter-spacing: .12em; }
.system-core small, .system-node small { margin-top: 6px; color: rgba(255,255,255,.48); font-size: 10px; }
.system-node { width: 118px; height: 118px; color: #8aa8ff; }
.system-node > span { font-size: 18px; font-weight: 800; }
.node-ai { top: 12%; left: 9%; }
.node-app { right: 0; top: 25%; }
.node-data { bottom: 3%; left: 18%; }
.system-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(77,124,255,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 380px; height: 380px; }
.orbit-two { width: 570px; height: 330px; transform: translate(-50%,-50%) rotate(-24deg); }
.hero-proof { z-index: 2; display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.section-pad { padding: 120px max(24px, calc((100vw - 1220px) / 2)); }
.section-heading { display: grid; margin-bottom: 70px; grid-template-columns: 1fr 1.7fr 1fr; gap: 45px; align-items: start; }
.section-heading h2, .audience h2, .process h2, .plans h2, .contact h2 { margin: 0; font-size: clamp(42px, 4.7vw, 68px); font-weight: 580; line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 4px 0 0; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 350px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 1; background: var(--white); transform: translateY(-8px); }
.card-number { color: #9ba4a0; font-size: 11px; }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-top: 76px; border: 1px solid var(--line); border-radius: 18px; color: #315fcf; font-size: 26px; }
.service-card h3 { margin: 26px 0 12px; font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--ice); }
.audience-copy { max-width: 560px; }
.audience-list > div { display: grid; padding: 28px 0; grid-template-columns: 46px 1fr; border-top: 1px solid var(--line); }
.audience-list > div:last-child { border-bottom: 1px solid var(--line); }
.audience-list span { grid-row: 1 / 3; color: #8093c2; font-size: 11px; }
.audience-list strong { font-size: 19px; }
.audience-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.product { overflow: hidden; background: var(--forest); color: var(--white); }
.product-top { display: flex; justify-content: space-between; align-items: end; }
.product-top > p { max-width: 440px; margin: 0 0 10px; color: rgba(255,255,255,.58); font-size: 18px; line-height: 1.55; }
.kicker-light { color: #7ea0ff; }
.product-name { display: flex; align-items: center; gap: 18px; }
.product-name > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--blue); color: var(--white); font-weight: 900; }
.product-name h2 { margin: 0; font-size: clamp(48px, 5.7vw, 80px); font-weight: 600; letter-spacing: -.05em; }
.product-status { align-self: flex-end; margin-bottom: 8px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #9eb5ff; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.product-tour { max-width: 1120px; margin: 75px auto 0; }
.tour-tabs { display: flex; margin-bottom: 20px; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.tour-tabs::-webkit-scrollbar { display: none; }
.tour-tabs button { flex: 0 0 auto; padding: 11px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: transparent; color: rgba(255,255,255,.58); font-size: 12px; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.tour-tabs button:hover { color: var(--white); }
.tour-tabs button.active { border-color: var(--blue); background: var(--blue); color: var(--white); }
.product-stage { position: relative; padding: 32px 32px 0; border: 1px solid rgba(255,255,255,.1); border-bottom: 0; border-radius: 32px 32px 0 0; background: linear-gradient(135deg, rgba(77,124,255,.16), rgba(255,255,255,.02)); }
.product-stage::before { content: ""; position: absolute; width: 500px; height: 250px; left: 50%; bottom: 0; background: rgba(77,124,255,.22); transform: translateX(-50%); filter: blur(80px); }
.mock-window { position: relative; z-index: 1; display: grid; min-height: 540px; grid-template-columns: 190px 1fr; overflow: hidden; border-radius: 16px 16px 0 0; background: #f7f9fd; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.mock-sidebar { padding: 24px; background: #101f40; }
.mock-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: var(--white); font-size: 12px; font-weight: 800; }
.mock-brand i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; background: var(--blue); color: var(--white); font-style: normal; }
.mock-side-label { display: flex; height: 38px; margin-bottom: 7px; padding: 0 10px; align-items: center; gap: 10px; border-radius: 9px; color: rgba(255,255,255,.46); font-size: 10px; }
.mock-side-label.active { background: rgba(77,124,255,.25); color: var(--white); }
.mock-side-label i { display: grid; width: 18px; place-items: center; color: #88a5ff; font-style: normal; font-size: 12px; }
.mock-main { padding: 30px; }
.mock-screen { min-height: 470px; animation: mock-screen-in .28s ease; }
.mock-screen[hidden] { display: none; }
@keyframes mock-screen-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.mock-toolbar { display: flex; justify-content: space-between; align-items: center; }
.mock-toolbar small, .mock-toolbar strong { display: block; }
.mock-toolbar small { margin-bottom: 5px; color: #7d8884; }
.mock-toolbar strong { font-size: 22px; }
.mock-toolbar i { width: 38px; height: 38px; border-radius: 50%; background: #dce5ff; }
.mock-toolbar button { padding: 10px 14px; border: 0; border-radius: 8px; background: var(--blue); color: var(--white); font-size: 10px; font-weight: 700; }
.mock-stats { display: grid; margin: 32px 0; grid-template-columns: repeat(3,1fr); gap: 14px; }
.mock-stats > div, .mock-chart, .mock-tasks { padding: 20px; border: 1px solid #e5ebe7; border-radius: 14px; background: var(--white); }
.mock-stats small, .mock-chart small, .mock-tasks small { display: block; color: #74807b; }
.mock-stats b { display: block; margin: 14px 0; font-size: 30px; }
.mock-stats span { color: #315fcf; font-size: 10px; }
.mock-content { display: grid; grid-template-columns: 1.5fr 1fr; gap: 14px; }
.mock-chart, .mock-tasks { min-height: 230px; }
.bars { display: flex; height: 155px; align-items: end; gap: 14px; padding-top: 28px; }
.bars i { flex: 1; height: 55%; border-radius: 5px 5px 0 0; background: #cbd9ff; }
.bars i:nth-child(2) { height: 75%; }.bars i:nth-child(3) { height: 45%; }.bars i:nth-child(4) { height: 88%; }.bars i:nth-child(5) { height: 68%; }.bars i:nth-child(6) { height: 95%; background: var(--blue); }.bars i:nth-child(7) { height: 78%; }
.mock-tasks span { display: block; height: 12px; margin: 20px 0; border-radius: 8px; background: #eef1ef; }
.mock-split { display: grid; margin-top: 30px; grid-template-columns: 1.65fr .8fr; gap: 14px; }
.mock-table, .mock-detail, .rules-panel, .automation-score, .schedule-list, .role-cards, .settings-list { border: 1px solid #e2e7ef; border-radius: 14px; background: var(--white); }
.mock-table > div { display: grid; min-height: 59px; padding: 0 18px; grid-template-columns: 1.5fr .6fr .6fr; align-items: center; border-bottom: 1px solid #edf0f5; font-size: 11px; }
.mock-table > div:last-child { border-bottom: 0; }
.mock-table .mock-table-head { min-height: 44px; color: #7c879d; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.mock-table em { justify-self: start; padding: 5px 8px; border-radius: 20px; background: #e8efff; color: #315fcf; font-style: normal; font-size: 9px; }
.mock-detail { padding: 22px; }
.mock-detail > small { color: #7c879d; }
.mock-detail h4 { margin: 26px 0 5px; font-size: 19px; }
.mock-detail > p { margin: 0 0 30px; color: #7c879d; font-size: 11px; }
.mock-detail dl { margin: 0; }
.mock-detail dl div { padding: 12px 0; border-top: 1px solid #edf0f5; }
.mock-detail dt { color: #7c879d; font-size: 9px; }
.mock-detail dd { margin: 4px 0 0; font-size: 11px; font-weight: 700; }
.profile-cards { display: grid; margin-top: 30px; grid-template-columns: repeat(3,1fr); gap: 14px; }
.profile-cards article { display: flex; min-height: 160px; padding: 20px; flex-direction: column; border: 1px solid #e2e7ef; border-radius: 14px; background: var(--white); }
.profile-cards article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #e8efff; color: #315fcf; font-size: 11px; font-weight: 800; }
.profile-cards strong { margin-top: auto; font-size: 13px; }
.profile-cards small { margin-top: 6px; color: #7c879d; }
.rules-panel { display: grid; margin-top: 14px; padding: 18px; grid-template-columns: repeat(3,1fr); }
.rules-panel div { padding: 0 18px; border-right: 1px solid #edf0f5; }
.rules-panel div:last-child { border-right: 0; }
.rules-panel small, .rules-panel b { display: block; }
.rules-panel small { margin-bottom: 8px; color: #7c879d; }
.rules-panel b { font-size: 12px; }
.mock-kanban { display: grid; margin-top: 28px; grid-template-columns: repeat(4,1fr); gap: 10px; }
.mock-kanban > div { min-height: 360px; padding: 12px; border-radius: 12px; background: #eef2f8; }
.mock-kanban header { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; color: #536078; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.mock-kanban header b { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #dbe4f7; }
.mock-kanban article { display: flex; min-height: 108px; margin-bottom: 9px; padding: 13px; flex-direction: column; border: 1px solid #e1e6ee; border-radius: 10px; background: var(--white); }
.mock-kanban article strong { font-size: 10px; }
.mock-kanban article small { margin-top: 7px; color: #7c879d; font-size: 8px; }
.mock-kanban article em { margin-top: auto; color: #315fcf; font-size: 10px; font-style: normal; font-weight: 700; }
.billing-summary { display: grid; margin: 28px 0 14px; grid-template-columns: repeat(3,1fr); gap: 12px; }
.billing-summary > div { padding: 18px; border: 1px solid #e2e7ef; border-radius: 12px; background: var(--white); }
.billing-summary small, .billing-summary b { display: block; }
.billing-summary small { color: #7c879d; }
.billing-summary b { margin-top: 12px; font-size: 19px; }
.billing-summary .danger b { color: #d45252; }
.mock-table.invoices > div { grid-template-columns: 1.2fr 1fr .7fr .6fr; }
.mock-table em.paid { background: #e8f6ef; color: #238054; }
.mock-table em.overdue { background: #fff0ef; color: #c74545; }
.automation-layout, .admin-layout { display: grid; margin-top: 30px; grid-template-columns: .72fr 1.5fr; gap: 14px; }
.automation-score { display: flex; min-height: 325px; padding: 24px; flex-direction: column; justify-content: center; text-align: center; }
.automation-score small { color: #7c879d; }
.automation-score b { margin: 14px 0; color: var(--blue); font-size: 72px; line-height: 1; }
.automation-score span { color: #536078; font-size: 10px; line-height: 1.5; }
.schedule-list { padding: 10px 18px; }
.schedule-list > div { display: flex; min-height: 82px; align-items: center; gap: 12px; border-bottom: 1px solid #edf0f5; }
.schedule-list > div:last-child { border-bottom: 0; }
.schedule-list i { width: 9px; height: 9px; border-radius: 50%; background: #38b978; box-shadow: 0 0 0 4px #e5f6ed; }
.schedule-list i.paused { background: #9ba4b6; box-shadow: 0 0 0 4px #eef0f4; }
.schedule-list p { flex: 1; }
.schedule-list strong, .schedule-list small { display: block; }
.schedule-list strong { font-size: 11px; }
.schedule-list small { margin-top: 5px; color: #7c879d; font-size: 9px; }
.schedule-list em { color: #238054; font-size: 9px; font-style: normal; }
.schedule-list em.paused { color: #7c879d; }
.role-cards { padding: 10px 18px; }
.role-cards article { display: flex; min-height: 82px; align-items: center; gap: 12px; border-bottom: 1px solid #edf0f5; }
.role-cards article:last-child { border-bottom: 0; }
.role-cards article > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #e8efff; color: #315fcf; font-size: 9px; font-weight: 800; }
.role-cards p { flex: 1; }
.role-cards strong, .role-cards small { display: block; }
.role-cards strong { font-size: 11px; }
.role-cards small { margin-top: 4px; color: #7c879d; font-size: 8px; }
.role-cards b { color: #315fcf; font-size: 15px; }
.settings-list { padding: 10px 18px; }
.settings-list > div { display: flex; min-height: 82px; align-items: center; gap: 15px; border-bottom: 1px solid #edf0f5; }
.settings-list > div:last-child { border-bottom: 0; }
.settings-list > div > span { color: #315fcf; font-size: 9px; font-weight: 800; }
.settings-list strong, .settings-list small { display: block; }
.settings-list strong { font-size: 11px; }
.settings-list small { margin-top: 5px; color: #7c879d; font-size: 8px; }
.business-system { max-width: 1120px; margin: 100px auto 0; }
.business-system-heading { display: grid; grid-template-columns: .7fr 2fr; gap: 40px; }
.business-system-heading h3 { max-width: 760px; margin: 0; font-size: clamp(30px, 3.4vw, 48px); font-weight: 560; line-height: 1.08; letter-spacing: -.04em; }
.business-flow { display: grid; margin-top: 48px; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.business-flow article { position: relative; min-height: 205px; padding: 28px 22px 20px 0; border-right: 1px solid rgba(255,255,255,.12); }
.business-flow article:not(:first-child) { padding-left: 22px; }
.business-flow article:last-child { border-right: 0; }
.business-flow article::before { content: ""; position: absolute; width: 7px; height: 7px; top: -4px; left: 0; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(77,124,255,.16); }
.business-flow article:not(:last-child)::after { content: "→"; position: absolute; right: -7px; top: -11px; z-index: 1; padding: 3px; background: var(--forest); color: #7186bb; font-size: 11px; }
.business-flow span { color: #7186bb; font-size: 10px; }
.business-flow strong { display: block; margin: 58px 0 10px; font-size: 16px; }
.business-flow p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.55; }
.capability-groups { display: grid; max-width: 1120px; margin: 70px auto 0; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.capability-groups article { min-height: 285px; padding: 25px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.capability-groups article > span { color: #7896ed; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.capability-groups h4 { min-height: 50px; margin: 55px 0 22px; font-size: 16px; }
.capability-groups ul { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.capability-groups li { position: relative; padding-left: 15px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.45; }
.capability-groups li::before { content: ""; position: absolute; width: 5px; height: 5px; top: 5px; left: 0; border-radius: 50%; background: var(--blue); }

.section-heading.compact { grid-template-columns: .7fr 2fr; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-grid article { min-height: 280px; padding: 28px 30px 0 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 30px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: #7c8984; font-size: 11px; }
.process-grid h3 { margin: 80px 0 14px; font-size: 20px; }
.process-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.plans { padding-top: 0; }
.plans-card { display: grid; padding: 70px; grid-template-columns: 1.5fr 1fr; gap: 100px; border-radius: var(--radius); background: var(--forest); color: var(--white); }
.plans-card h2 { max-width: 720px; }
.plans-copy { align-self: end; }
.plans-copy p { margin: 0 0 28px; color: rgba(255,255,255,.6); line-height: 1.7; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: var(--blue-soft); }
.contact-copy > p:not(.kicker) { max-width: 520px; color: #42534d; line-height: 1.7; }
.contact-email { display: inline-flex; gap: 20px; margin-top: 40px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-weight: 750; }
.contact-form { padding: 38px; border-radius: 20px; background: rgba(255,255,255,.72); }
.contact-form label { display: block; margin-bottom: 22px; color: #51605b; font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid #9caaa5; outline: none; background: transparent; color: var(--ink); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--ink); }
.form-note { margin: 14px 0 0; color: #6f7d78; font-size: 10px; line-height: 1.4; text-align: center; }

footer { padding: 70px max(24px, calc((100vw - 1220px) / 2)) 25px; background: var(--ink); color: var(--white); }
.footer-main { display: grid; min-height: 160px; grid-template-columns: 1fr 1fr 1fr; align-items: start; }
.footer-main p { max-width: 340px; margin: 0; color: rgba(255,255,255,.55); line-height: 1.6; }
.footer-main > a:last-child { justify-self: end; border-bottom: 1px solid rgba(255,255,255,.3); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom div { display: flex; gap: 28px; }

.legal-page { min-height: 100vh; padding: 140px max(24px, calc((100vw - 820px) / 2)) 90px; background: var(--paper); }
.legal-page h1 { font-size: clamp(44px, 6vw, 70px); letter-spacing: -.05em; }
.legal-page h2 { margin-top: 38px; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.7; }
.legal-back { display: inline-block; margin-bottom: 30px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav, .header-actions > .button { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 11px; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; }
  .menu-toggle span { display: block; width: 18px; height: 1px; background: white; }
  .mobile-menu { position: absolute; top: 75px; right: 0; display: flex; width: min(320px, calc(100vw - 48px)); padding: 22px; flex-direction: column; gap: 20px; border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
  .mobile-menu[hidden] { display: none; }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; }
  .hero-system { width: min(620px, 100%); margin: 40px auto 0; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .audience, .contact { gap: 50px; }
  .plans-card { padding: 50px; gap: 50px; }
  .mock-window { grid-template-columns: 150px 1fr; }
  .mock-sidebar { padding: 20px 14px; }
  .mock-main { padding: 24px; }
  .business-flow { grid-template-columns: repeat(3,1fr); }
  .business-flow article { border-bottom: 1px solid rgba(255,255,255,.12); }
  .business-flow article::after { display: none; }
  .capability-groups { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 36px); }
  .launch-banner { min-height: 46px; padding: 7px 14px; justify-content: flex-start; gap: 9px; }
  .launch-banner span { flex: 1; font-size: 9px; line-height: 1.3; }
  .launch-banner a { display: none; }
  .site-header { top: 46px; height: 74px; }
  .brand { font-size: 16px; }
  .brand-mark { transform: scale(.82) rotate(45deg); }
  .header-actions { gap: 8px; }
  .hero { padding: 165px 18px 45px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-system { height: 360px; transform: scale(.86); }
  .system-core { width: 160px; height: 160px; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 430px; height: 250px; }
  .system-node { width: 96px; height: 96px; }
  .node-app { right: -6%; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-pad { padding: 82px 18px; }
  .section-heading, .section-heading.compact, .audience, .contact, .plans-card { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading > p:last-child { grid-column: auto; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-icon { margin-top: 36px; }
  .audience { gap: 45px; }
  .product-top { align-items: flex-start; flex-direction: column; gap: 28px; }
  .product-name { flex-wrap: wrap; }
  .product-status { align-self: center; margin-bottom: 0; }
  .product-tour { margin-top: 50px; }
  .tour-tabs { margin-right: -18px; padding-right: 18px; }
  .product-stage { padding: 10px 10px 0; border-radius: 20px 20px 0 0; }
  .mock-window { min-height: 390px; grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }
  .mock-main { padding: 18px 14px 26px; }
  .mock-screen { min-height: 0; }
  .mock-toolbar strong { font-size: 17px; }
  .mock-toolbar button { padding: 8px 10px; }
  .mock-stats { grid-template-columns: 1fr 1fr; }
  .mock-stats > div:last-child { display: none; }
  .mock-stats b { font-size: 23px; }
  .mock-content { grid-template-columns: 1fr; }
  .mock-tasks { display: none; }
  .mock-split, .automation-layout, .admin-layout { grid-template-columns: 1fr; }
  .mock-detail { display: none; }
  .profile-cards { grid-template-columns: 1fr; }
  .profile-cards article { min-height: 120px; }
  .rules-panel { grid-template-columns: 1fr; }
  .rules-panel div { padding: 12px 0; border-right: 0; border-bottom: 1px solid #edf0f5; }
  .rules-panel div:last-child { border-bottom: 0; }
  .mock-kanban { grid-template-columns: 1fr 1fr; }
  .mock-kanban > div { min-height: 220px; }
  .billing-summary { grid-template-columns: 1fr 1fr; }
  .billing-summary > div:last-child { grid-column: 1 / -1; }
  .mock-table { overflow-x: auto; }
  .mock-table > div { min-width: 470px; }
  .automation-score { min-height: 200px; }
  .automation-score b { font-size: 54px; }
  .business-system { margin-top: 75px; }
  .business-system-heading { grid-template-columns: 1fr; gap: 15px; }
  .business-flow { grid-template-columns: 1fr; }
  .business-flow article, .business-flow article:not(:first-child) { min-height: auto; padding: 24px 0; border-right: 0; }
  .business-flow article::before { top: -4px; }
  .business-flow strong { margin: 28px 0 8px; }
  .capability-groups { grid-template-columns: 1fr; }
  .capability-groups article { min-height: auto; }
  .capability-groups h4 { min-height: 0; margin: 34px 0 20px; }
  .process-grid article, .process-grid article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin: 34px 0 10px; }
  .plans { padding-top: 0; }
  .plans-card { padding: 34px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-main > a:last-child { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
