@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;750&display=swap');

body { --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.brand-icon-image { background: transparent; box-shadow: none; overflow: hidden; }
.brand-icon-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 9px; }
.brand-text { text-transform: lowercase; display: flex; align-items: baseline; gap: 6px; letter-spacing: -0.04em; }
.brand-text small { color: var(--text-light); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.nav-sign-in { color: var(--text-muted); text-decoration: none; font-size: .9rem; font-weight: 600; padding: 10px 6px; }
.nav-sign-in:hover { color: var(--text-main); }
.topbar { height: 72px; background: rgba(8, 9, 12, .82); }
.topbar-inner { max-width: 1320px; }
.top-nav { gap: 30px; }
.top-nav a { font-size: .875rem; }
.top-actions .btn { height: 40px; padding: 0 17px; border-radius: 9px; font-size: .875rem; }

.launch-hero { position: relative; overflow: hidden; min-height: 790px; padding: 92px 0 104px; border-bottom: 1px solid var(--border); }
.launch-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(720px 500px at 70% 45%, rgba(110,94,242,.12), transparent 66%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; -webkit-mask-image: linear-gradient(to bottom, black, transparent 84%); mask-image: linear-gradient(to bottom, black, transparent 84%); }
.launch-hero-grid { position: relative; z-index: 1; max-width: 1320px; display: grid; grid-template-columns: minmax(420px,.82fr) minmax(620px,1.18fr); gap: 54px; align-items: center; }
.launch-copy { padding: 20px 0 50px; }
.launch-kicker { display: flex; align-items: center; gap: 9px; color: #afa5ff; font-size: .73rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 24px; }
.launch-kicker span { width: 7px; height: 7px; border-radius: 50%; background: #7866ff; box-shadow: 0 0 0 5px rgba(120,102,255,.12); }
.launch-copy h1 { max-width: 610px; color: #f7f7f8; font-size: clamp(3.15rem,5vw,5.15rem); line-height: .98; letter-spacing: -.066em; font-weight: 650; text-wrap: balance; }
.launch-copy > p { max-width: 590px; margin-top: 28px; color: #a5a5ad; font-size: 1.12rem; line-height: 1.68; letter-spacing: -.015em; }
.launch-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.launch-actions .btn-primary { background: #7866ff; box-shadow: 0 14px 38px rgba(88,68,235,.28); }
.launch-actions .btn-primary:hover { background: #8979ff; }
.launch-demo { color: #d8d8dc; text-decoration: none; font-size: .94rem; font-weight: 600; border-bottom: 1px solid #4b4b52; padding: 7px 0; }
.launch-demo span { margin-left: 6px; color: #85858f; }
.launch-assurances { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 34px; color: #777780; font-size: .78rem; list-style: none; }
.launch-assurances li { display: flex; align-items: center; gap: 7px; }
.launch-assurances li::before { content: '✓'; color: #44d7aa; font-size: .72rem; }

.product-stage { position: relative; width: min(820px,100%); justify-self: end; padding: 12px 8px 58px 28px; }
.cloud-window { background: #0a0a0c; border: 1px solid #303038; border-radius: 16px; overflow: hidden; box-shadow: 0 38px 100px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.025); transform: perspective(1800px) rotateY(-2deg) rotateX(1deg); transform-origin: left center; }
.cloud-window-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #111114; border-bottom: 1px solid #242429; }
.cloud-window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #38383f; }
.cloud-window-bar small { margin: auto; padding-right: 36px; color: #686871; font-size: 8px; letter-spacing: .02em; }
.cloud-shell { display: grid; grid-template-columns: 158px minmax(0,1fr); min-height: 477px; font-size: 10px; background: #08080a; }
.cloud-sidebar { position: relative; display: flex; flex-direction: column; padding: 15px 10px 12px; border-right: 1px solid #242429; background: #0d0d0f; }
.cloud-brand { display: flex; align-items: center; gap: 7px; padding: 2px 5px 15px; }
.cloud-brand img { border-radius: 7px; }
.cloud-brand strong { font-size: 12px; letter-spacing: -.04em; }
.cloud-brand small { color: #72727b; font-size: 6px; text-transform: uppercase; letter-spacing: .15em; }
.cloud-workspace { display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid #29292f; border-radius: 9px; background: #121215; }
.cloud-workspace > i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 6px; color: #b7afff; background: #29214c; font-style: normal; font-weight: 700; font-size: 8px; }
.cloud-workspace span { min-width: 0; display: grid; }
.cloud-workspace small { color: #65656f; font-size: 7px; }
.cloud-workspace strong { overflow: hidden; color: #d8d8dc; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.cloud-sidebar nav { display: grid; gap: 3px; margin-top: 17px; }
.cloud-sidebar nav span { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 7px; color: #777781; font-weight: 500; }
.cloud-sidebar nav span.active { color: #e9e9ec; background: #19191d; }
.cloud-sidebar nav b { width: 13px; color: #858590; font-size: 12px; font-weight: 400; }
.cloud-sidebar nav i { margin-left: auto; width: 14px; height: 14px; display: grid; place-items: center; border-radius: 4px; background: #202025; font-style: normal; font-size: 7px; }
.cloud-plan { margin-top: auto; padding: 10px; border: 1px solid #29292f; border-radius: 9px; display: grid; gap: 4px; }
.cloud-plan small { color: #777781; font-size: 7px; }
.cloud-plan strong { color: #d5d5da; font-size: 8px; }
.cloud-plan > i { height: 2px; border-radius: 2px; background: #29292f; margin-top: 4px; }
.cloud-plan > i span { display: block; width: 55%; height: 100%; background: #7866ff; }
.cloud-main { min-width: 0; background: #08080a; }
.cloud-main > header { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: #6f6f79; border-bottom: 1px solid #242429; }
.cloud-main > header b { margin: 0 5px; color: #4e4e56; }
.cloud-connected { display: flex; align-items: center; gap: 6px; color: #9b9ba3; border: 1px solid #2d2d33; padding: 6px 9px; border-radius: 7px; }
.cloud-connected i { width: 5px; height: 5px; background: #42d6a8; border-radius: 50%; }
.cloud-content { padding: 23px 24px; }
.cloud-title > span { color: #9388ef; font-size: 6px; letter-spacing: .16em; font-weight: 700; }
.cloud-title h2 { margin-top: 5px; color: #f2f2f4; font-size: 19px; letter-spacing: -.04em; }
.cloud-title p { color: #74747d; margin-top: 3px; }
.engine-card { margin-top: 18px; border: 1px solid #303038; border-radius: 12px; background: #111113; overflow: hidden; }
.engine-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 5px; }
.engine-running { display: flex; align-items: center; gap: 6px; color: #47d6aa; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.engine-running i { width: 7px; height: 7px; border-radius: 50%; background: #44d3a7; box-shadow: 0 0 0 4px rgba(68,211,167,.12); }
.engine-head button { padding: 6px 9px; color: #b7b7be; border: 1px solid #303038; border-radius: 6px; background: #19191d; font: inherit; }
.engine-card > h3 { padding: 0 16px; color: #eeeef0; font-size: 14px; letter-spacing: -.025em; }
.engine-card > p { padding: 3px 16px 13px; color: #777780; }
.engine-metrics { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #2a2a30; }
.engine-metrics div { min-width: 0; padding: 12px 13px; border-right: 1px solid #2a2a30; display: grid; }
.engine-metrics div:last-child { border-right: 0; }
.engine-metrics span { color: #777780; font-size: 7px; }
.engine-metrics strong { color: #f0f0f2; font-size: 17px; line-height: 1.25; letter-spacing: -.04em; }
.engine-metrics small { color: #72727b; font-size: 7px; }
.engine-metrics small.up { color: #43cfa5; }
.cloud-lower { display: grid; grid-template-columns: 1.6fr 1fr; gap: 10px; margin-top: 10px; }
.cloud-lower > section { border: 1px solid #2d2d33; border-radius: 10px; background: #101012; overflow: hidden; }
.cloud-lower > section > div { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-bottom: 1px solid #29292f; }
.cloud-lower h3 { font-size: 9px; color: #dddde1; }
.cloud-lower a,.cloud-lower small { color: #787881; font-size: 7px; }
.cloud-lower article { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border-bottom: 1px solid #25252a; }
.cloud-lower article:last-child { border-bottom: 0; }
.lead-icon { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 6px; color: #7ce9c8; background: rgba(68,211,167,.12); font-weight: 700; }
.lead-icon.muted { color: #9b9ba4; background: #1c1c20; }
.cloud-lower article p { min-width: 0; display: grid; gap: 2px; flex: 1; }
.cloud-lower article strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #d7d7dc; font-size: 8px; }
.cloud-lower article em { color: #57dcb3; font-size: 7px; font-style: normal; padding: 3px 6px; border: 1px solid rgba(68,211,167,.18); border-radius: 999px; }
.cloud-lower article em.skipped { color: #898993; border-color: #34343b; }
.rule-health > div { border-bottom: 1px solid #29292f; }
.rule-health > p { display: flex; justify-content: space-between; padding: 9px 11px; border-bottom: 1px solid #25252a; color: #777780; }
.rule-health > p:last-child { border-bottom: 0; }
.rule-health > p b { color: #b9b9c0; font-size: 7px; }

.phone-preview { position: absolute; right: -16px; bottom: 0; width: 178px; height: 354px; overflow: hidden; padding: 10px 9px 0; color: #eeeef1; background: #09090b; border: 1px solid #3a3a42; border-radius: 29px 29px 0 0; box-shadow: 0 28px 70px rgba(0,0,0,.7), 0 0 0 5px #111114; font-size: 7px; }
.phone-status { display: flex; justify-content: space-between; padding: 1px 7px 9px; font-weight: 700; }
.phone-brand { display: flex; align-items: center; gap: 5px; padding: 7px 3px 10px; border-bottom: 1px solid #27272d; }
.phone-brand img { border-radius: 7px; }
.phone-brand strong { font-size: 10px; letter-spacing: -.04em; }
.phone-brand small { color: #6d6d77; text-transform: uppercase; letter-spacing: .14em; }
.phone-brand > i { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: #44d3a7; }
.phone-card { margin-top: 11px; border: 1px solid #303038; border-radius: 11px; background: #121215; overflow: hidden; padding: 11px 10px 0; }
.phone-card h3 { margin-top: 10px; font-size: 10px; line-height: 1.25; }
.phone-card > p { color: #777780; margin-top: 3px; }
.phone-card > div { display: grid; grid-template-columns: 1fr 1fr; margin: 10px -10px 0; border-top: 1px solid #2a2a30; }
.phone-card > div > span { padding: 8px 9px; display: grid; border-right: 1px solid #2a2a30; }
.phone-card > div > span:last-child { border-right: 0; }
.phone-card small { color: #777780; }
.phone-card strong { font-size: 13px; }
.phone-activity { margin-top: 8px; border: 1px solid #2d2d33; border-radius: 10px; background: #111113; }
.phone-activity header { display: flex; justify-content: space-between; padding: 8px; border-bottom: 1px solid #28282e; }
.phone-activity header small { color: #898992; }
.phone-activity p { display: flex; align-items: center; gap: 7px; padding: 8px; border-bottom: 1px solid #24242a; }
.phone-activity p i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; background: #24202e; color: #aaa0ff; font-style: normal; }
.phone-activity p span { min-width: 0; display: grid; }
.phone-activity p strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone-activity p small { color: #74747e; margin-top: 2px; }
.phone-preview > nav { position: absolute; left: 0; right: 0; bottom: 0; height: 43px; display: grid; grid-template-columns: repeat(4,1fr); background: #0d0d0f; border-top: 1px solid #29292f; }
.phone-preview > nav span { display: grid; place-items: center; align-content: center; gap: 2px; color: #6f6f78; font-size: 11px; }
.phone-preview > nav small { font-size: 6px; }
.phone-preview > nav span.active { color: #a99fff; }
.stage-note { position: absolute; left: 4px; bottom: 12px; min-width: 260px; display: flex; gap: 9px; align-items: center; padding: 10px 13px; color: #d9d9dd; background: rgba(17,17,20,.96); border: 1px solid #303038; border-radius: 10px; box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.stage-note > i { width: 8px; height: 8px; border-radius: 50%; background: #43d2a6; box-shadow: 0 0 0 5px rgba(67,210,166,.11); }
.stage-note > span { display: grid; gap: 2px; }
.stage-note strong { font-size: 9px; }
.stage-note small { color: #73737c; font-size: 7px; }

@media (max-width: 1120px) {
  .launch-hero-grid { grid-template-columns: 1fr; max-width: 880px; }
  .launch-copy { text-align: center; padding-bottom: 8px; }
  .launch-copy h1,.launch-copy > p { margin-left: auto; margin-right: auto; }
  .launch-kicker,.launch-actions,.launch-assurances { justify-content: center; }
  .product-stage { justify-self: center; }
}
@media (max-width: 760px) {
  .top-nav,.nav-sign-in { display: none; }
  .top-nav.open { top: 72px; display: flex; background: rgba(13,13,16,.98); border-color: #29292f; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .top-actions { display: flex; }
  .top-actions .btn { display: inline-flex; }
  .launch-hero { min-height: 0; padding: 64px 0 82px; }
  .launch-hero-grid { display: block; }
  .launch-copy { text-align: left; }
  .launch-kicker,.launch-actions,.launch-assurances { justify-content: flex-start; }
  .launch-copy h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .launch-copy > p { font-size: 1rem; line-height: 1.6; }
  .launch-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .launch-actions .btn { width: 100%; }
  .product-stage { margin-top: 52px; padding: 0 0 35px; }
  .cloud-window { transform: none; }
  .cloud-shell { grid-template-columns: 1fr; min-height: 390px; }
  .cloud-sidebar { display: none; }
  .cloud-content { padding: 17px 16px; }
  .engine-metrics { grid-template-columns: 1fr 1fr; }
  .engine-metrics div:nth-child(2) { border-right: 0; }
  .engine-metrics div:nth-child(-n+2) { border-bottom: 1px solid #2a2a30; }
  .cloud-lower { grid-template-columns: 1fr; }
  .rule-health { display: none; }
  .phone-preview { display: none; }
  .stage-note { left: 14px; bottom: 0; min-width: 0; right: 14px; }
}
@media (max-width: 460px) {
  .top-actions .btn { padding: 0 12px; font-size: .78rem; }
  .brand-text small { display: none; }
  .launch-assurances { display: grid; gap: 8px; }
  .cloud-main > header { padding: 0 12px; }
  .cloud-main > header > span:first-child { display: none; }
  .cloud-connected { margin-left: auto; }
}

.home-v2-content { background: #09090b; }
.launch-section { position: relative; padding: 118px 0; border-bottom: 1px solid #232329; }
.section-intro .section-number { display: block; margin-bottom: 22px; color: #8c80ed; font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.section-intro h2 { color: #f2f2f4; font-size: clamp(2.4rem,4.4vw,4.35rem); line-height: 1.06; letter-spacing: -.058em; font-weight: 620; text-wrap: balance; }
.section-intro > p { color: #8c8c95; font-size: 1.02rem; line-height: 1.7; letter-spacing: -.01em; }
.split-intro { display: grid; grid-template-columns: .56fr 1.18fr .8fr; gap: 60px; align-items: start; }
.split-intro .section-number { margin-top: 10px; }
.split-intro > p { padding-top: 8px; }
.centered-intro { max-width: 780px; margin: 0 auto 58px; text-align: center; }
.centered-intro > p { max-width: 670px; margin: 22px auto 0; }

.proof-rail { border-bottom: 1px solid #25252b; background: #0d0d10; }
.proof-rail .container { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1320px; padding-top: 0; padding-bottom: 0; }
.proof-rail span { min-height: 74px; display: flex; align-items: center; justify-content: center; color: #82828b; border-right: 1px solid #25252b; font-size: .75rem; font-weight: 600; text-align: center; }
.proof-rail span:first-child { border-left: 1px solid #25252b; }
.proof-rail span::before { content: ''; width: 5px; height: 5px; margin-right: 9px; border-radius: 50%; background: #45d4a8; box-shadow: 0 0 0 4px rgba(69,212,168,.08); }

.problem-section { background: #0a0a0c; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 72px; border: 1px solid #29292f; border-radius: 14px; overflow: hidden; }
.problem-grid article { min-height: 282px; padding: 34px 34px 38px; background: #101012; border-right: 1px solid #29292f; }
.problem-grid article:last-child { border-right: 0; }
.problem-grid article > span { color: #5f5f68; font: 500 .67rem/1 var(--mono); }
.problem-grid h3 { margin-top: 58px; color: #e8e8eb; font-size: 1.28rem; letter-spacing: -.025em; }
.problem-grid p { margin-top: 12px; color: #7f7f88; line-height: 1.65; font-size: .91rem; }

.platform-section { overflow: hidden; background: radial-gradient(700px 500px at 70% 57%, rgba(120,102,255,.085), transparent 68%), #08080a; }
.platform-showcase { max-width: 1160px; margin: 0 auto; }
.platform-tabs { display: grid; grid-template-columns: repeat(4,1fr); padding: 4px; border: 1px solid #2a2a31; border-radius: 12px; background: #111114; }
.platform-tabs button { height: 48px; color: #767680; border: 0; border-radius: 8px; background: transparent; font: 600 .83rem var(--font); cursor: pointer; transition: color .18s ease, background .18s ease; }
.platform-tabs button:hover { color: #cfcfd4; }
.platform-tabs button.active { color: #eeeeef; background: #212125; box-shadow: inset 0 0 0 1px #323239, 0 8px 18px rgba(0,0,0,.18); }
.platform-canvas { display: grid; grid-template-columns: .73fr 1.27fr; min-height: 590px; margin-top: 18px; overflow: hidden; border: 1px solid #2a2a31; border-radius: 16px; background: #0e0e11; box-shadow: 0 42px 110px rgba(0,0,0,.38); }
.platform-copy { padding: 62px 48px; border-right: 1px solid #29292f; background: #111114; }
.platform-copy[hidden],.platform-panel[hidden] { display: none !important; }
.platform-copy > span { color: #9286ef; font-size: .65rem; letter-spacing: .15em; font-weight: 700; }
.platform-copy h3 { margin-top: 18px; color: #f0f0f2; font-size: 2rem; line-height: 1.17; letter-spacing: -.045em; }
.platform-copy > p { margin-top: 19px; color: #85858e; line-height: 1.72; font-size: .93rem; }
.platform-copy ul { display: grid; gap: 13px; margin-top: 34px; list-style: none; }
.platform-copy li { display: flex; gap: 10px; color: #aaaab1; font-size: .82rem; }
.platform-copy li i { color: #45d4a8; font-style: normal; }
.platform-ui { min-width: 0; padding: 48px 42px; background: radial-gradient(540px 320px at 50% 10%, rgba(120,102,255,.07), transparent 70%), #0a0a0d; }
.platform-panel { min-height: 490px; border: 1px solid #303037; border-radius: 13px; background: #121215; overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.platform-panel > header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border-bottom: 1px solid #2b2b31; }
.platform-panel > header > div { display: grid; gap: 2px; }
.platform-panel > header small { color: #8276de; font-size: .59rem; font-weight: 700; letter-spacing: .13em; }
.platform-panel > header h4 { color: #ececef; font-size: 1.15rem; letter-spacing: -.025em; }
.platform-panel > header span { color: #696972; font-size: .68rem; }
.platform-panel > header button { min-height: 34px; padding: 0 13px; color: #dbdbe0; border: 1px solid #3b3b43; border-radius: 7px; background: #1b1b1f; font: 600 .69rem var(--font); }
.rule-stack article { min-height: 91px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto 38px; gap: 13px; align-items: center; padding: 14px 20px; border-bottom: 1px solid #28282e; }
.rule-stack article:last-child { border-bottom: 0; }
.rule-stack article > i { display: grid; place-items: center; width: 35px; height: 35px; color: #aaa2f8; border: 1px solid #393348; border-radius: 9px; background: #211b39; font-style: normal; font-size: 1rem; }
.rule-stack p { min-width: 0; display: grid; gap: 4px; }
.rule-stack strong { color: #dddde1; font-size: .85rem; }
.rule-stack p span { color: #6d6d76; font-size: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rule-stack article > b { margin-right: 10px; color: #a89cff; font-size: .7rem; font-weight: 600; }
.switch { position: relative; display: inline-block; width: 34px; height: 19px; border-radius: 999px; background: #35353b; font-style: normal; }
.switch::after { content: ''; position: absolute; top: 3px; left: 3px; width: 13px; height: 13px; border-radius: 50%; background: #c9c9ce; transition: transform .2s ease; }
.switch.on { background: #7866ff; }
.switch.on::after { transform: translateX(15px); background: #fff; }
.activity-stack article { min-height: 86px; display: grid; grid-template-columns: 54px 28px minmax(0,1fr) auto; gap: 13px; align-items: center; padding: 13px 20px; border-bottom: 1px solid #28282e; }
.activity-stack article:last-child { border-bottom: 0; }
.activity-stack time { color: #66666f; font-size: .63rem; }
.activity-stack article > i { display: grid; place-items: center; width: 26px; height: 26px; color: #777780; border-radius: 7px; background: #202024; font-style: normal; }
.activity-stack article > i.captured { color: #64dfba; background: rgba(68,211,167,.11); }
.activity-stack p { min-width: 0; display: grid; gap: 4px; }
.activity-stack p strong { color: #dddde0; font-size: .81rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-stack p span { color: #6e6e77; font-size: .67rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-stack article > b { color: #54d8b0; font-size: .65rem; font-weight: 600; }
.activity-stack article > b.quiet { color: #777781; }
.analytics-stats { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #29292f; }
.analytics-stats div { display: grid; gap: 3px; padding: 23px 20px; border-right: 1px solid #29292f; }
.analytics-stats div:last-child { border-right: 0; }
.analytics-stats span { color: #777780; font-size: .65rem; }
.analytics-stats strong { color: #eeeef0; font-size: 1.55rem; letter-spacing: -.045em; }
.analytics-stats small { color: #43d1a5; font-size: .64rem; }
.mini-chart { position: relative; height: 260px; margin: 26px 22px 0; }
.chart-grid { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, #2c2c33 0 1px, transparent 1px 56px); }
.mini-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.mini-chart .area { fill: url(#chartFill); }
.mini-chart .line { fill: none; stroke: #7866ff; stroke-width: 3; vector-effect: non-scaling-stroke; }
.delivery-stack article { min-height: 86px; display: grid; grid-template-columns: 40px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 13px 20px; border-bottom: 1px solid #28282e; }
.delivery-stack article:last-child { border-bottom: 0; }
.delivery-stack article > i,.integration-orbit article > i { display: grid; place-items: center; width: 38px; height: 38px; color: #b8b8bf; border: 1px solid #36363d; border-radius: 10px; background: #1a1a1e; font-style: normal; font-weight: 700; }
.delivery-stack p { min-width: 0; display: grid; gap: 3px; }
.delivery-stack strong { color: #dddde1; font-size: .82rem; }
.delivery-stack p span { color: #6f6f78; font-size: .68rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.delivery-stack article > b { color: #94949d; font-size: .65rem; font-weight: 600; }
.outbound-mark { color: #c4bfff !important; background: #211c37 !important; }
.sheets-mark { color: #65ddb9 !important; background: #142921 !important; }

.workflow-section { background: #0c0c0f; }
.workflow-line { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 74px; border-top: 1px solid #303037; }
.workflow-line article { position: relative; min-height: 335px; padding: 31px 28px; border-right: 1px solid #29292f; }
.workflow-line article:first-child { border-left: 1px solid #29292f; }
.workflow-line article > span { color: #5b5b64; font: .63rem var(--mono); }
.flow-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 70px; color: #b1a8ff; border: 1px solid #393447; border-radius: 11px; background: #211c37; font-size: .83rem; font-weight: 700; }
.workflow-line h3 { margin-top: 20px; color: #e7e7ea; font-size: 1rem; }
.workflow-line p { margin-top: 9px; color: #76767f; font-size: .82rem; line-height: 1.62; }

.product-family-section { background: #08080a; }
.product-family-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; max-width: 1120px; margin: 0 auto; }
.product-family-grid > article { position: relative; min-height: 670px; padding: 34px; overflow: hidden; border: 1px solid #2d2d34; border-radius: 16px; background: #111114; }
.product-family-grid > article.cloud-product-card { background: radial-gradient(540px 380px at 90% 100%, rgba(120,102,255,.16), transparent 67%), #111114; }
.product-label { display: flex; align-items: center; gap: 11px; }
.product-label img { border-radius: 10px; }
.product-label > span { display: grid; }
.product-label strong { color: #ebebed; font-size: .86rem; }
.product-label small { color: #696972; font-size: .65rem; }
.product-label em { margin-left: auto; padding: 5px 8px; color: #aaa0ff; border: 1px solid #423a63; border-radius: 999px; background: #211b38; font-size: .59rem; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.product-family-grid h3 { max-width: 520px; margin-top: 38px; color: #f0f0f2; font-size: 2.1rem; line-height: 1.15; letter-spacing: -.048em; }
.product-family-grid > article > p { max-width: 560px; margin-top: 16px; color: #7c7c85; line-height: 1.65; font-size: .89rem; }
.product-family-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; margin-top: 27px; list-style: none; }
.product-family-grid li { display: flex; align-items: center; gap: 8px; color: #aaaab1; font-size: .75rem; }
.product-family-grid li::before { content: '✓'; color: #4ad4a9; }
.product-family-grid > article > a { position: relative; z-index: 2; display: inline-flex; gap: 10px; margin-top: 28px; color: #d7d7dc; font-size: .8rem; font-weight: 700; text-decoration: none; }
.product-family-grid > article > a span { color: #968bfb; }
.cloud-product-visual { position: absolute; left: 34px; right: 34px; bottom: -2px; height: 240px; overflow: hidden; border: 1px solid #35353d; border-radius: 13px 13px 0 0; background: #0a0a0c; box-shadow: 0 25px 60px rgba(0,0,0,.36); }
.visual-sidebar { position: absolute; inset: 0 auto 0 0; width: 92px; border-right: 1px solid #2b2b31; background: #111114; }
.visual-sidebar::before { content: ''; position: absolute; left: 15px; top: 20px; width: 55px; height: 7px; border-radius: 4px; background: #31313a; box-shadow: 0 31px 0 #27272e, 0 52px 0 #27272e, 0 73px 0 #27272e; }
.visual-card { position: absolute; height: 76px; border: 1px solid #303037; border-radius: 9px; background: #141417; }
.visual-card.a { left: 112px; right: 16px; top: 17px; }
.visual-card.b { left: 112px; width: 47%; top: 110px; }
.visual-card.c { right: 16px; width: 30%; top: 110px; }
.visual-card::before { content: ''; position: absolute; left: 13px; top: 13px; width: 42%; height: 6px; background: #32323b; border-radius: 4px; box-shadow: 0 15px 0 #24242a; }
.visual-card.a::after { content: ''; position: absolute; left: 13px; right: 13px; bottom: 10px; height: 2px; background: linear-gradient(90deg,#7866ff 62%,#292930 62%); }
.extension-product-card { min-height: 670px; }
.extension-product-card ul { grid-template-columns: 1fr; }
.extension-mini { position: absolute; left: 34px; right: 34px; bottom: 0; min-height: 250px; border: 1px solid #36363d; border-bottom: 0; border-radius: 16px 16px 0 0; background: #0b0d14; padding: 15px; box-shadow: 0 24px 50px rgba(0,0,0,.36); }
.extension-mini header { display: flex; align-items: center; gap: 8px; padding-bottom: 14px; }
.extension-mini header img { border-radius: 6px; }
.extension-mini header strong { font-size: .75rem; }
.extension-mini header i { margin-left: auto; padding: 4px 7px; color: #67dcb9; border-radius: 999px; background: rgba(68,211,167,.1); font: 600 .55rem var(--font); }
.extension-mini section { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid rgba(68,211,167,.18); border-radius: 11px; background: #101c17; }
.extension-mini section b { display: flex; align-items: center; gap: 7px; color: #e3e3e6; font-size: .76rem; }
.extension-mini section b i { width: 7px; height: 7px; border-radius: 50%; background: #44d3a7; box-shadow: 0 0 0 4px rgba(68,211,167,.1); }
.extension-mini section button { padding: 5px 10px; color: #df8e9d; border: 1px solid rgba(251,113,133,.25); border-radius: 7px; background: rgba(251,113,133,.08); font: 600 .61rem var(--font); }
.extension-mini > div { display: flex; align-items: center; justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid #24262d; color: #8c8d96; font-size: .7rem; }
.extension-mini footer { padding: 13px 4px 0; color: #686a74; font-size: .61rem; }

.integrations-section { background: #0c0c0f; }
.integrations-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; max-width: 1120px; }
.integrations-layout .section-intro h2 { font-size: clamp(2.4rem,4vw,3.6rem); }
.integrations-layout .section-intro > p { margin-top: 22px; }
.integrations-layout .section-intro > a { display: inline-flex; gap: 10px; margin-top: 30px; color: #bebec5; text-decoration: none; font-size: .84rem; font-weight: 600; }
.integrations-layout .section-intro > a span { color: #9488f4; }
.integration-orbit { position: relative; display: grid; gap: 10px; padding: 36px; border: 1px solid #2b2b32; border-radius: 16px; background: radial-gradient(420px 240px at 40% 0,rgba(120,102,255,.09),transparent 70%),#101013; }
.integration-orbit::before { content: ''; position: absolute; inset: 18px; pointer-events: none; border: 1px dashed #28282f; border-radius: 12px; }
.integration-orbit article { position: relative; z-index: 1; min-height: 70px; display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 12px 14px; border: 1px solid #303037; border-radius: 11px; background: #17171a; }
.integration-orbit article.featured { border-color: #3e3760; background: #171421; }
.integration-orbit article > span { display: grid; gap: 2px; }
.integration-orbit strong { color: #dddddf; font-size: .79rem; }
.integration-orbit small { color: #6f6f78; font-size: .64rem; }
.integration-orbit article > em { color: #797983; font-size: .62rem; font-style: normal; }

.pricing-section { background: #08080a; }
.billing-toggle { display: inline-flex; gap: 3px; margin-top: 30px; padding: 4px; border: 1px solid #2f2f36; border-radius: 10px; background: #111114; }
.billing-toggle button { min-height: 37px; padding: 0 14px; color: #797982; border: 0; border-radius: 7px; background: transparent; font: 600 .73rem var(--font); cursor: pointer; }
.billing-toggle button.active { color: #eeeef0; background: #25252a; }
.billing-toggle button span { margin-left: 5px; color: #53d6ae; }
.pricing-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 940px; margin: 0 auto; }
.pricing-grid-v2 > article { position: relative; padding: 35px; border: 1px solid #2e2e35; border-radius: 15px; background: #111114; }
.pricing-grid-v2 > article.recommended { border-color: #4a416e; background: radial-gradient(420px 220px at 50% 0,rgba(120,102,255,.12),transparent 72%),#121116; }
.recommended-line { position: absolute; top: 0; right: 27px; padding: 7px 10px; color: #b4abff; border: 1px solid #4a416e; border-top: 0; border-radius: 0 0 7px 7px; background: #211b38; font-size: .56rem; font-weight: 700; letter-spacing: .1em; }
.price-head > span { color: #9488f2; font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.price-head h3 { margin-top: 15px; color: #ebebed; font-size: 1.55rem; letter-spacing: -.04em; }
.price-head p { min-height: 46px; margin-top: 9px; color: #76767f; font-size: .79rem; line-height: 1.55; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: 28px; }
.price > strong { color: #f2f2f4; font-size: 2.4rem; letter-spacing: -.055em; }
.price > span { color: #707079; font-size: .7rem; }
.pricing-grid-v2 .btn { width: 100%; margin-top: 22px; }
.pricing-grid-v2 ul { display: grid; gap: 12px; margin-top: 28px; padding-top: 25px; border-top: 1px solid #2b2b31; list-style: none; }
.pricing-grid-v2 li { display: flex; gap: 9px; color: #9d9da5; font-size: .75rem; }
.pricing-grid-v2 li::before { content: '✓'; color: #4ad4a9; }
.addon-line { max-width: 940px; min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 14px auto 0; padding: 18px 23px; border: 1px solid #2e2e35; border-radius: 13px; background: #101013; }
.addon-line > span,.addon-line > b { display: grid; gap: 3px; }
.addon-line > b { text-align: right; }
.addon-line strong { color: #dcdce0; font-size: .84rem; }
.addon-line > b > strong { font-size: 1.15rem; }
.addon-line small { color: #6e6e77; font-size: .67rem; font-weight: 400; }
.trial-note { margin-top: 19px; color: #66666f; font-size: .7rem; text-align: center; }

.trust-section { background: #0d0d10; }
.trust-layout { max-width: 1080px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 88px; align-items: center; }
.trust-copy h2 { margin-top: 20px; color: #eeeef0; font-size: 3.2rem; line-height: 1.08; letter-spacing: -.055em; }
.trust-copy > p { margin-top: 20px; color: #7d7d86; line-height: 1.7; }
.trust-list { border: 1px solid #2d2d34; border-radius: 15px; overflow: hidden; background: #111114; }
.trust-list article { min-height: 100px; display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: center; padding: 18px 22px; border-bottom: 1px solid #29292f; }
.trust-list article:last-child { border-bottom: 0; }
.trust-list article > i { display: grid; place-items: center; width: 38px; height: 38px; color: #aaa1fb; border: 1px solid #3c3650; border-radius: 10px; background: #211c37; font-style: normal; }
.trust-list article > span { display: grid; gap: 4px; }
.trust-list strong { color: #dedee2; font-size: .82rem; }
.trust-list small { color: #707079; font-size: .7rem; line-height: 1.5; }

.faq-section-v2 { background: #09090b; }
.faq-layout-v2 { max-width: 1080px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; align-items: start; }
.faq-layout-v2 .section-intro { position: sticky; top: 110px; }
.faq-layout-v2 .section-intro h2 { font-size: clamp(2.4rem,3.8vw,3.4rem); }
.faq-layout-v2 .section-intro > p { margin-top: 20px; }
.faq-layout-v2 .section-intro > a { display: inline-flex; gap: 10px; margin-top: 28px; color: #aaaab2; font-size: .78rem; font-weight: 600; text-decoration: none; }
.faq-layout-v2 .section-intro > a span { color: #968af6; }
.faq-list-v2 { border-top: 1px solid #2d2d34; }
.faq-list-v2 details { border-bottom: 1px solid #2d2d34; }
.faq-list-v2 summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #d9d9dd; cursor: pointer; font-size: .92rem; font-weight: 600; list-style: none; }
.faq-list-v2 summary::-webkit-details-marker { display: none; }
.faq-list-v2 summary span { color: #74747d; font-size: 1.2rem; font-weight: 400; transition: transform .18s ease; }
.faq-list-v2 details[open] summary span { transform: rotate(45deg); color: #a59bfb; }
.faq-list-v2 details p { max-width: 660px; padding: 0 50px 25px 0; color: #777780; font-size: .8rem; line-height: 1.7; }

.final-section { padding: 90px 0; background: #08080a; }
.final-panel { max-width: 1120px; min-height: 350px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding: 62px; border: 1px solid #3b3552; border-radius: 18px; background: radial-gradient(620px 360px at 8% 120%,rgba(120,102,255,.18),transparent 70%),linear-gradient(140deg,#15131d,#101013 62%); }
.final-panel > div:first-child > span { color: #9a8ff7; font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.final-panel h2 { max-width: 670px; margin-top: 18px; color: #f2f2f4; font-size: clamp(2.4rem,4vw,3.75rem); line-height: 1.07; letter-spacing: -.055em; }
.final-panel p { max-width: 620px; margin-top: 19px; color: #85858e; line-height: 1.65; }
.final-actions { display: grid; gap: 18px; }
.final-actions > a:last-child { color: #aaaab2; text-decoration: none; font-size: .78rem; text-align: center; }

.launch-footer { padding: 72px 0 28px; background: #08080a; }
.launch-footer-main { display: grid; grid-template-columns: 1fr 2fr; gap: 100px; padding-bottom: 58px; }
.launch-footer-main > div:first-child > p { max-width: 390px; margin-top: 23px; color: #686871; font-size: .79rem; line-height: 1.65; }
.launch-footer-main > div:first-child > a:last-child { display: inline-block; margin-top: 18px; color: #9b9ba4; font-size: .76rem; text-decoration: none; }
.launch-footer-main > nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.launch-footer-main nav > div { display: grid; align-content: start; gap: 10px; }
.launch-footer-main nav strong { margin-bottom: 5px; color: #cfcfd3; font-size: .73rem; }
.launch-footer-main nav a { color: #676770; font-size: .7rem; text-decoration: none; }
.launch-footer-main nav a:hover { color: #aaaab2; }
.launch-footer-bottom { min-height: 58px; display: flex; align-items: center; gap: 25px; border-top: 1px solid #24242a; color: #55555d; font-size: .65rem; }
.launch-footer-bottom span:nth-child(2) { margin-right: auto; }
.launch-footer-bottom a { color: #8f84e7; text-decoration: none; }

@media (max-width: 980px) {
  .split-intro { grid-template-columns: 1fr; gap: 18px; }
  .split-intro .section-number { margin: 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #29292f; }
  .problem-grid article:last-child { border-bottom: 0; }
  .problem-grid h3 { margin-top: 28px; }
  .platform-canvas { grid-template-columns: 1fr; }
  .platform-copy { padding: 38px; border-right: 0; border-bottom: 1px solid #29292f; }
  .platform-ui { padding: 32px; }
  .workflow-line { grid-template-columns: 1fr 1fr; }
  .workflow-line article:nth-child(3) { border-left: 1px solid #29292f; border-top: 1px solid #29292f; }
  .workflow-line article:nth-child(4) { border-top: 1px solid #29292f; }
  .product-family-grid { grid-template-columns: 1fr; }
  .integrations-layout,.trust-layout { grid-template-columns: 1fr; gap: 55px; }
  .faq-layout-v2 { grid-template-columns: 1fr; gap: 45px; }
  .faq-layout-v2 .section-intro { position: static; }
  .final-panel { grid-template-columns: 1fr; gap: 38px; }
  .launch-footer-main { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 700px) {
  .launch-section { padding: 82px 0; }
  .section-intro h2 { font-size: 2.55rem; }
  .proof-rail .container { grid-template-columns: 1fr 1fr; }
  .proof-rail span { min-height: 58px; border-bottom: 1px solid #25252b; }
  .proof-rail span:nth-child(odd) { border-left: 1px solid #25252b; }
  .platform-tabs { grid-template-columns: 1fr 1fr; }
  .platform-tabs button { height: 42px; font-size: .7rem; }
  .platform-copy { padding: 28px 23px; }
  .platform-copy h3 { font-size: 1.7rem; }
  .platform-ui { padding: 14px; }
  .platform-panel > header { padding: 16px; }
  .rule-stack article { grid-template-columns: 34px minmax(0,1fr) 34px; padding: 13px 14px; }
  .rule-stack article > b { grid-column: 2; grid-row: 2; margin-top: -18px; }
  .activity-stack article { grid-template-columns: 28px minmax(0,1fr) auto; padding: 12px 14px; }
  .activity-stack time { display: none; }
  .analytics-stats { grid-template-columns: 1fr 1fr; }
  .analytics-stats div:nth-child(2) { border-right: 0; }
  .analytics-stats div:last-child { grid-column: 1/-1; border-top: 1px solid #29292f; }
  .workflow-line { grid-template-columns: 1fr; border: 1px solid #29292f; border-bottom: 0; }
  .workflow-line article,.workflow-line article:first-child,.workflow-line article:nth-child(3) { min-height: 0; padding: 28px 25px; border: 0; border-bottom: 1px solid #29292f; }
  .flow-icon { margin-top: 34px; }
  .product-family-grid > article { min-height: 715px; padding: 25px; }
  .product-family-grid h3 { font-size: 1.8rem; }
  .product-family-grid ul { grid-template-columns: 1fr; }
  .cloud-product-visual,.extension-mini { left: 25px; right: 25px; }
  .integration-orbit { padding: 15px; }
  .pricing-grid-v2 { grid-template-columns: 1fr; }
  .pricing-grid-v2 > article { padding: 29px 25px; }
  .addon-line { align-items: flex-start; flex-direction: column; }
  .addon-line > b { text-align: left; }
  .trust-copy h2 { font-size: 2.55rem; }
  .final-panel { padding: 40px 26px; }
  .launch-footer-main > nav { grid-template-columns: 1fr 1fr; }
  .launch-footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; gap: 8px; }
  .launch-footer-bottom span:nth-child(2) { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .platform-tabs button,.switch::after { transition: none; }
}
