:root {
  --sn-ink: #171717;
  --sn-ink-soft: #3f403e;
  --sn-forest: #173f35;
  --sn-forest-deep: #102f28;
  --sn-moss: #52766a;
  --sn-paper: #f7f5f1;
  --sn-warm: #f2f0ec;
  --sn-white: #ffffff;
  --sn-line: rgba(20, 20, 20, .08);
  --sn-muted: #61605e;
  --sn-system: #cbe5d8;
  --sn-surface: rgba(247, 245, 241, .86);
  --sn-surface-raised: rgba(255, 255, 255, .92);
  --sn-shadow: 0 28px 70px rgba(32, 29, 24, .14);
  --sn-radius-sm: 10px;
  --sn-radius-md: 16px;
  --sn-radius: 22px;
  --sn-space-1: 8px;
  --sn-space-2: 12px;
  --sn-space-3: 18px;
  --sn-space-4: 28px;
  --sn-motion-fast: 160ms;
  --sn-motion-panel: 240ms;
  --status-success: #5f8f78;
  --status-pending: #b28a4b;
  --status-attention: #b36f5e;
  --status-info: #6f91a8;
  --app-sage: #789b89;
  --app-sage-bg: #dfeae3;
  --app-clay: #c07f6d;
  --app-clay-bg: #f1dfd9;
  --app-ink: #64728f;
  --app-ink-bg: #e0e3ec;
  --app-mauve: #8d75a4;
  --app-mauve-bg: #e9e1ee;
  --app-sand: #ac8747;
  --app-sand-bg: #eee5d3;
  --app-blue: #6f96ad;
  --app-blue-bg: #dfe9ee;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--sn-ink); background: var(--sn-paper); font: 15px/1.6 "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .site-logo { font-family: "Manrope", system-ui, sans-serif; }
.site-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: var(--sn-ink); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251, 250, 247, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--sn-line); box-shadow: 0 8px 25px rgba(23, 47, 40, .05); }
.nav-shell { width: min(1280px, calc(100% - 40px)); min-height: 72px; margin: auto; display: flex; align-items: center; gap: 34px; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -.03em; }
.system-mark { position: relative; display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--sn-forest); overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.system-mark i { position: absolute; width: 17px; height: 17px; border: 1.6px solid rgba(235, 248, 242, .92); border-radius: 6px 10px 6px 10px; transform: rotate(45deg); }
.system-mark i:nth-child(2) { width: 11px; height: 11px; opacity: .65; }
.system-mark i:nth-child(3) { width: 5px; height: 5px; border: 0; border-radius: 2px; background: #e6f5ed; }
.system-mark.compact { width: 24px; height: 24px; border-radius: 8px; }
.system-mark.compact i:first-child { width: 13px; height: 13px; }
.system-mark.compact i:nth-child(2) { width: 8px; height: 8px; }
.system-mark.compact i:nth-child(3) { width: 3px; height: 3px; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.desktop-nav > a, .app-menu > summary { padding: 9px 11px; border-radius: 8px; color: var(--sn-ink-soft); cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
.desktop-nav > a:hover, .app-menu > summary:hover { background: var(--sn-warm); }
.app-menu { position: relative; }
.app-menu summary::-webkit-details-marker { display: none; }
.app-menu-panel { position: absolute; top: 46px; left: 50%; width: 520px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 10px; background: rgba(255,255,255,.98); border: 1px solid var(--sn-line); border-radius: 16px; box-shadow: var(--sn-shadow); transform: translateX(-50%); }
.app-menu:not([open]) .app-menu-panel { display: none; }
.app-menu-panel a { display: flex; align-items: center; gap: 10px; padding: 9px; border-radius: 10px; }
.app-menu-panel a:hover { background: var(--sn-warm); }
.app-menu-panel strong, .app-menu-panel small { display: block; }
.app-menu-panel strong { font-size: 12px; }
.app-menu-panel small { color: var(--sn-muted); font-size: 10px; }
.mini-app-icon { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); display: grid; place-items: center; flex: none; width: 35px; height: 35px; border-radius: 11px; color: var(--accent); background: var(--accent-bg); }
.mini-app-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.accent-sage { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); }
.accent-clay { --accent: var(--app-clay); --accent-bg: var(--app-clay-bg); }
.accent-ink { --accent: var(--app-ink); --accent-bg: var(--app-ink-bg); }
.accent-mauve { --accent: var(--app-mauve); --accent-bg: var(--app-mauve-bg); }
.accent-sand { --accent: var(--app-sand); --accent-bg: var(--app-sand-bg); }
.accent-blue { --accent: var(--app-blue); --accent-bg: var(--app-blue-bg); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.login-link { font-weight: 600; font-size: 13px; }
.site-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--sn-forest); border-radius: 11px; background: var(--sn-forest); color: white; font-weight: 700; cursor: pointer; box-shadow: 0 10px 28px rgba(23, 63, 53, .18); transition: transform .2s, box-shadow .2s; }
.site-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(23, 63, 53, .23); }
.site-button.small { min-height: 38px; padding-inline: 15px; font-size: 12px; }
.site-button.outline { color: var(--sn-forest); background: transparent; box-shadow: none; }
.site-button kbd { margin-left: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(3px); }
.mobile-menu-button, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; padding: 90px 0 105px; background: radial-gradient(circle at 8% 8%, rgba(203, 229, 216, .46), transparent 28%), radial-gradient(circle at 93% 27%, rgba(231, 224, 235, .42), transparent 25%), var(--sn-paper); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(23,63,53,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,53,.06) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero-copy { position: relative; text-align: center; max-width: 900px; }
.kicker { display: flex; align-items: center; gap: 9px; color: var(--sn-moss); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.kicker > span { width: 22px; height: 1px; background: currentColor; }
.hero-copy .kicker, .section-heading.centered .kicker, .final-cta .kicker { justify-content: center; }
.hero h1 { max-width: 930px; margin: 0 auto 22px; font-size: clamp(44px, 6.2vw, 78px); line-height: .99; letter-spacing: -.065em; font-weight: 600; }
.hero-lead { max-width: 660px; margin: auto; color: var(--sn-muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 30px; }
.desktop-stage { position: relative; margin-top: 70px; }
.studio-desktop { position: relative; overflow: hidden; width: 100%; border: 1px solid rgba(255,255,255,.3); border-radius: 26px; background: #dfe8e2; box-shadow: 0 45px 110px rgba(20, 54, 45, .25), 0 0 0 9px rgba(255,255,255,.42); }
.studio-system-bar { min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; padding: 0 18px; background: rgba(249, 251, 249, .9); border-bottom: 1px solid rgba(23,63,53,.1); backdrop-filter: blur(16px); }
.os-brand { display: flex; align-items: center; gap: 8px; font-family: "Manrope"; font-size: 12px; }
.os-primary-nav { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(23,63,53,.08); border-radius: 11px; background: rgba(255,255,255,.58); }
.os-primary-nav a, .os-primary-nav button { padding: 6px 9px; border: 0; border-radius: 8px; background: transparent; color: var(--sn-muted); font-size: 8px; font-weight: 600; cursor: pointer; }
.os-primary-nav a:hover, .os-primary-nav button:hover, .os-primary-nav a.active { background: rgba(23,63,53,.08); color: var(--sn-ink); }
.os-tools { display: flex; justify-content: flex-end; align-items: center; gap: 5px; }
.os-tools button { position: relative; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 9px; background: transparent; cursor: pointer; }
.os-tools button:hover { background: rgba(23,63,53,.07); }
.os-tools svg, .system-shelf svg, .mobile-search svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.notification-dot { position: absolute; top: 6px; right: 6px; width: 5px; height: 5px; border-radius: 50%; background: #b66d58; box-shadow: 0 0 0 2px white; }
.os-user { display: grid; place-items: center; width: 29px; height: 29px; margin-left: 3px; border-radius: 10px; background: var(--sn-forest); color: white; font-size: 9px; font-weight: 700; }
.studio-workspace { position: relative; isolation: isolate; min-height: 650px; padding: 24px 28px 25px; background: #d7d2ca url("images/studio-workspace.b267b05b7628.webp") center 54% / cover no-repeat; }
.studio-workspace::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(110deg, rgba(238,236,230,.76), rgba(226,229,222,.64) 52%, rgba(213,219,212,.72)), linear-gradient(rgba(247,245,241,.16), rgba(247,245,241,.48)); backdrop-filter: saturate(.7); }
.workspace-glow { position: absolute; z-index: 1; width: 360px; height: 250px; left: 32%; top: 15%; border-radius: 40%; background: rgba(255,255,255,.28); filter: blur(55px); }
.workspace-intro { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.workspace-greeting { color: var(--sn-ink); text-shadow: 0 1px rgba(255,255,255,.45); }
.workspace-greeting small, .workspace-greeting strong, .workspace-greeting span { display: block; }
.workspace-greeting small { color: var(--sn-forest); font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.workspace-greeting strong { margin-top: 2px; font: 600 18px/1.25 "Manrope", system-ui, sans-serif; letter-spacing: -.035em; }
.workspace-greeting span { margin-top: 2px; color: #4f514e; font-size: 8px; }
.shared-session-pill { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin: 0; padding: 7px 10px 7px 7px; border: 1px solid rgba(23,63,53,.1); border-radius: 13px; background: var(--sn-surface); box-shadow: 0 8px 30px rgba(20,54,45,.07); backdrop-filter: blur(12px); }
.shared-session-pill img { width: 38px; height: 38px; flex: none; border-radius: 9px; object-fit: cover; }
.shared-session-pill div small, .shared-session-pill div strong { display: block; }
.shared-session-pill div small { color: var(--sn-muted); font-size: 7px; letter-spacing: .12em; }
.shared-session-pill div strong { font-size: 10px; }
.shared-session-pill > span:last-child { margin-left: 18px; padding: 4px 7px; border-radius: 99px; background: var(--app-mauve-bg); color: #685c72; font-size: 8px; font-weight: 700; }
.context-signal { width: 8px; height: 8px; border-radius: 50%; background: #4e876f; box-shadow: 0 0 0 4px rgba(78,135,111,.13); }
.desktop-main { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; gap: 22px; }
.app-launcher { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; padding: 14px; border: 1px solid rgba(255,255,255,.48); border-radius: 20px; background: rgba(246,249,246,.48); backdrop-filter: blur(12px); }
.desktop-app { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); position: relative; z-index: 2; min-height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; border: 1px solid transparent; border-radius: 15px; background: transparent; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.desktop-app:hover, .desktop-app:focus-visible { border-color: rgba(23,63,53,.1); background: rgba(255,255,255,.7); transform: translateY(-3px); outline: none; }
.desktop-app-icon { position: relative; width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 17px; color: var(--accent); background: var(--accent-bg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 8px 16px rgba(25,50,42,.09); }
.desktop-app-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.desktop-app strong { font-size: 10px; }
.desktop-app small { color: var(--sn-muted); font-size: 8px; }
.app-badge { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border: 2px solid rgba(246,249,246,.9); border-radius: 99px; background: #9a5c4b; color: white; font: 700 7px "DM Sans"; font-style: normal; opacity: 0; transform: scale(.5); animation: badge-arrives .7s 1.2s cubic-bezier(.2,.9,.3,1.3) forwards; }
.app-badge.quiet { opacity: 1; transform: none; animation: none; background: var(--sn-forest); }
.connection-rail { position: absolute; z-index: 1; left: 17%; right: 17%; top: 50%; height: 1px; background: rgba(56,104,88,.17); }
.connection-rail span { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #6fa087, transparent); transform: scaleX(0); transform-origin: left; animation: data-flow 3.5s .5s ease forwards; }
.connection-rail i { position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #fff; border: 1px solid #7da28f; }
.connection-rail i:nth-of-type(1) { left: 0; }.connection-rail i:nth-of-type(2) { left: 20%; }.connection-rail i:nth-of-type(3) { left: 40%; }.connection-rail i:nth-of-type(4) { left: 60%; }.connection-rail i:nth-of-type(5) { left: 80%; }.connection-rail i:nth-of-type(6) { right: 0; }
.hero-action-card, .today-widget, .work-widget, .activity-widget { border: 1px solid rgba(255,255,255,.56); border-radius: 16px; background: var(--sn-surface-raised); box-shadow: 0 15px 40px rgba(32,29,24,.1); backdrop-filter: blur(13px); }
.hero-action-card { align-self: stretch; padding: 17px; transition: transform .25s, box-shadow .25s; }
.hero-action-card.expanded { transform: translateX(-10px) scale(1.02); box-shadow: 0 22px 54px rgba(25,50,42,.17); }
.widget-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--sn-muted); font-size: 7px; font-weight: 700; letter-spacing: .11em; }
.widget-head > strong { display: grid; place-items: center; min-width: 21px; height: 21px; border-radius: 7px; background: var(--sn-forest); color: white; font-size: 9px; }
.hero-action-card > button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 11px 0; text-align: left; border: 0; border-bottom: 1px solid rgba(23,63,53,.08); background: transparent; cursor: pointer; }
.hero-action-card > button:hover b { transform: translateX(3px); }
.hero-action-card button strong, .hero-action-card button small { display: block; }
.hero-action-card button strong { font-size: 9px; }
.hero-action-card button small { color: var(--sn-muted); font-size: 7px; }
.hero-action-card button b { color: var(--sn-muted); transition: transform .2s; }
.action-type { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: var(--app-ink-bg); color: var(--app-ink); font-size: 8px; font-weight: 700; font-style: normal; }
.action-type.edit { color: var(--app-mauve); background: var(--app-mauve-bg); }
.action-type.date { color: var(--app-sage); background: var(--app-sage-bg); }
.hero-action-card > a { display: flex; justify-content: space-between; padding-top: 12px; color: var(--sn-forest); font-size: 8px; font-weight: 700; }
.sequence-action { opacity: .35; animation: action-appears .8s 2.2s ease forwards; }
.desktop-widgets { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .9fr 1.1fr; gap: 12px; margin-top: 14px; }
.today-widget, .work-widget, .activity-widget { min-height: 152px; padding: 14px; }
.today-widget > div:not(.widget-head) { display: flex; gap: 10px; padding: 7px 0; border-top: 1px solid rgba(23,63,53,.07); }
.today-widget > div:nth-child(2), .work-stat:nth-child(2), .activity-widget > p:nth-child(2) { margin-top: 8px; }
.today-widget time { width: 31px; color: var(--sn-forest); font-size: 8px; font-weight: 700; }
.today-widget strong, .today-widget small { display: block; }
.today-widget strong { font-size: 8px; }.today-widget small { color: var(--sn-muted); font-size: 7px; }
.work-widget { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 12px; }
.work-widget .widget-head { grid-column: 1/-1; }
.work-stat { padding-top: 8px; border-top: 1px solid rgba(23,63,53,.07); }
.work-stat strong, .work-stat span { display: block; }.work-stat strong { font: 600 16px "Manrope"; }.work-stat span { color: var(--sn-muted); font-size: 7px; }
.live-indicator { color: #4b7c67; }
.activity-widget p { display: flex; align-items: center; gap: 9px; margin: 0; padding: 7px 0; border-top: 1px solid rgba(23,63,53,.07); }
.activity-widget p strong, .activity-widget p small { display: block; }.activity-widget p strong { font-size: 8px; }.activity-widget p small { color: var(--sn-muted); font-size: 7px; }
.activity-mark { --accent: var(--app-sage); width: 7px; height: 7px; border-radius: 3px; background: var(--accent); }
.system-shelf { min-height: 61px; display: flex; align-items: center; justify-content: center; gap: 5px; background: rgba(249,251,249,.94); border-top: 1px solid rgba(23,63,53,.1); }
.system-shelf a, .system-shelf button { position: relative; display: flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 12px; border: 0; border-radius: 10px; background: transparent; color: var(--sn-ink-soft); font-size: 8px; font-weight: 700; cursor: pointer; }
.system-shelf a:hover, .system-shelf button:hover { background: var(--sn-warm); }
.system-shelf kbd, .mobile-search kbd { padding: 2px 5px; border: 1px solid var(--sn-line); border-radius: 4px; background: white; color: var(--sn-muted); font-size: 6px; font-family: inherit; }
.system-shelf button i { display: grid; place-items: center; min-width: 15px; height: 15px; border-radius: 6px; background: var(--sn-forest); color: white; font-style: normal; font-size: 6px; }
.studio-mobile { display: none; }

.section { padding: 120px 0; }
.section-heading { max-width: 590px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(35px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -.055em; font-weight: 600; }
.section-heading h2 em { color: var(--sn-moss); font-style: normal; }
.section-heading > p:last-child { color: var(--sn-muted); font-size: 17px; }
.apps-section { background: var(--sn-white); }
.apps-section .section-heading { max-width: 660px; }
.app-family-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 45px; }
.family-app-card { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 100px; padding: 17px; border: 1px solid var(--sn-line); border-radius: 17px; background: var(--sn-paper); transition: transform .2s, border-color .2s, box-shadow .2s; }
.family-app-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent), transparent 45%); box-shadow: 0 16px 35px rgba(23,47,40,.08); }
.family-icon { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 17px; color: var(--accent); background: var(--accent-bg); }
.family-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.family-app-card strong, .family-app-card small { display: block; }.family-app-card strong { font: 700 14px "Manrope"; }.family-app-card small { color: var(--sn-muted); font-size: 11px; }.family-app-card > i { color: var(--sn-muted); font-style: normal; }
.independent-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 28px 0 0; color: var(--sn-muted); font-size: 12px; }
.independent-note span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; background: var(--sn-system); color: var(--sn-forest); }

.connected-section { overflow: hidden; background: var(--sn-warm); }
.connected-session-demo { position: relative; height: 610px; margin-top: 48px; }
.context-card { position: absolute; z-index: 2; padding: 17px; border: 1px solid rgba(23,63,53,.11); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 18px 45px rgba(23,47,40,.09); backdrop-filter: blur(8px); }
.context-card small, .context-card strong, .context-card span { display: block; }
.context-card small { color: var(--sn-muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; }.context-card strong { margin-top: 8px; font-size: 13px; }.context-card > span { color: var(--sn-muted); font-size: 10px; }
.context-card.central { z-index: 3; left: 50%; top: 50%; width: 250px; padding: 25px; text-align: center; transform: translate(-50%, -50%); background: var(--sn-forest); color: white; box-shadow: 0 25px 60px rgba(23,63,53,.28); }
.context-card.central small { color: #9fc0b4; }.context-card.central h3 { margin: 10px 0 3px; font-size: 21px; }.context-card.central p { color: #b7cec5; font-size: 12px; }
.context-avatar { display: grid!important; place-items: center; width: 44px; height: 44px; margin: 15px auto 0; border-radius: 14px; background: #dce9e3; color: var(--sn-forest)!important; font-size: 11px!important; font-weight: 700; }
.editing-state { width: max-content; display: inline-flex!important; align-items: center; gap: 6px; margin: 13px auto 0; padding: 6px 9px; border-radius: 99px; background: rgba(255,255,255,.1); color: #edf7f2!important; font-size: 9px!important; font-weight: 700; }
.editing-state i { width: 6px; height: 6px; border-radius: 50%; background: #a6d3bb; }
.satellite { width: 210px; }
.satellite.booking { left: 5%; top: 7%; }.satellite.client { left: 50%; top: 0; transform: translateX(-50%); }.satellite.sign { right: 5%; top: 7%; }.satellite.gallery { left: 5%; bottom: 7%; }.satellite.photo { left: 50%; bottom: 0; transform: translateX(-50%); }.satellite.next { right: 5%; bottom: 7%; border-color: rgba(23,63,53,.28); }
.context-lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.context-lines path { fill: none; stroke: rgba(58,104,89,.3); stroke-width: 1; stroke-dasharray: 4 6; vector-effect: non-scaling-stroke; }

.split-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.split-layout.reverse { grid-template-columns: 1.15fr .85fr; }
.attention-section, .modular-section, .product-context, .workflow-story { position: relative; overflow: hidden; background: var(--sn-forest-deep); color: white; }
.attention-section::before, .modular-section::before, .workflow-story::before { content: ""; position: absolute; width: 650px; height: 650px; left: -200px; bottom: -380px; border: 1px solid rgba(204,229,216,.08); border-radius: 44% 56% 60% 40%; transform: rotate(20deg); box-shadow: 0 0 0 80px rgba(204,229,216,.025), 0 0 0 160px rgba(204,229,216,.018); }
.kicker.light { color: #99bbae; }
.attention-section .section-heading h2 em { color: #a8cbbb; }
.attention-section .section-heading > p:last-of-type, .modular-section .section-heading > p:last-of-type, .product-context .section-heading > p { color: #afc5bc; }
.attention-question { margin-top: 38px; padding: 18px; border-left: 2px solid #8eb9a6; background: rgba(255,255,255,.04); }
.attention-question small, .attention-question strong { display: block; }.attention-question small { color: #90ab9f; font-size: 8px; letter-spacing: .14em; }.attention-question strong { margin-top: 4px; font: 600 16px "Manrope"; }
.attention-board { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #f8faf8; color: var(--sn-ink); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.attention-tabs { display: flex; gap: 4px; padding: 10px; border-bottom: 1px solid var(--sn-line); }
.attention-tabs button { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 0; border-radius: 9px; background: transparent; color: var(--sn-muted); font-size: 11px; font-weight: 700; cursor: pointer; }
.attention-tabs button[aria-selected="true"] { color: var(--sn-forest); background: var(--sn-system); }.attention-tabs i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 6px; background: var(--sn-forest); color: white; font-size: 7px; font-style: normal; }
.attention-content { padding: 8px 19px; }
.attention-content article { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--sn-line); }
.attention-content article:last-child { border: 0; }.attention-kind { color: var(--sn-moss); font-size: 8px; font-weight: 700; letter-spacing: .09em; }.attention-content strong { font-size: 13px; }.attention-content p { margin: 2px 0 0; color: var(--sn-muted); font-size: 10px; }.attention-content article > button { width: 31px; height: 31px; border: 1px solid var(--sn-line); border-radius: 9px; background: white; cursor: pointer; }.attention-content time { font-size: 10px; font-weight: 700; }.done-mark { color: #4f806c; }
.attention-board > footer { display: flex; justify-content: space-between; padding: 13px 19px; background: #eef3ef; color: var(--sn-muted); font-size: 9px; }.attention-board > footer span { display: flex; align-items: center; gap: 6px; }.attention-board > footer a { color: var(--sn-forest); font-weight: 700; }.pulse { width: 6px; height: 6px; border-radius: 50%; background: #5d8b77; }

.search-section { background: var(--sn-white); }
.search-demo { overflow: hidden; border: 1px solid var(--sn-line); border-radius: 22px; background: var(--sn-paper); box-shadow: var(--sn-shadow); }
.search-demo-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 17px; border-bottom: 1px solid var(--sn-line); background: white; }.search-demo-bar svg { width: 20px; fill: none; stroke: var(--sn-moss); stroke-width: 1.8; stroke-linecap: round; }.search-demo-bar span { font-size: 15px; }.search-demo kbd, .studio-dialog kbd { padding: 2px 6px; border: 1px solid var(--sn-line); border-radius: 5px; background: var(--sn-warm); color: var(--sn-muted); font: 9px "DM Sans"; box-shadow: 0 1px 0 rgba(23,63,53,.1); }.search-demo > small { display: block; padding: 13px 17px 4px; color: var(--sn-muted); font-size: 8px; letter-spacing: .12em; }.search-demo-group { padding: 8px 17px; }.search-demo-group > b { display: block; margin-bottom: 4px; color: var(--sn-muted); font-size: 8px; letter-spacing: .12em; }.search-demo-group p { display: flex; align-items: center; gap: 11px; margin: 0; padding: 8px; border-radius: 9px; }.search-demo-group p:hover { background: var(--sn-warm); }.search-demo-group p strong, .search-demo-group p small { display: block; }.search-demo-group p strong { font-size: 11px; }.search-demo-group p small { color: var(--sn-muted); font-size: 9px; }.result-mark { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); display: grid; place-items: center; width: 31px; height: 31px; flex: none; border-radius: 9px; background: var(--accent-bg); color: var(--accent); font-size: 9px; font-weight: 700; }.result-mark.system { background: var(--sn-forest); color: white; }

.workflow-section { background: var(--sn-warm); }
.workflow-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 60px; }
.workflow-line { position: absolute; left: 7%; right: 7%; top: 19px; height: 2px; background: #d3d9d5; }.workflow-line i { display: block; width: var(--progress); height: 100%; background: var(--sn-forest); }
.workflow-step { position: relative; z-index: 2; text-align: center; }.workflow-step > span { display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 12px; border: 2px solid #d0d7d3; border-radius: 14px; background: var(--sn-warm); color: var(--sn-muted); font-size: 10px; font-weight: 700; }.workflow-step.done > span { border-color: var(--sn-forest); background: var(--sn-forest); color: white; }.workflow-step.active > span { border-color: var(--app-mauve); background: var(--app-mauve-bg); color: #63556e; box-shadow: 0 0 0 7px rgba(154,136,170,.12); }.workflow-step strong, .workflow-step small { display: block; }.workflow-step strong { font-size: 11px; }.workflow-step small { color: var(--sn-muted); font-size: 8px; }
.workflow-session { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 25px; max-width: 780px; margin: 50px auto 0; padding: 15px 18px; border: 1px solid var(--sn-line); border-radius: 16px; background: white; box-shadow: 0 16px 45px rgba(23,47,40,.07); }.workflow-session > div { display: flex; align-items: center; gap: 12px; }.workflow-session .context-avatar { width: 37px; height: 37px; margin: 0; border-radius: 11px; }.workflow-session small, .workflow-session strong { display: block; }.workflow-session small { color: var(--sn-muted); font-size: 7px; letter-spacing: .08em; }.workflow-session strong { font-size: 10px; }.workflow-session .editing-state { margin: 0; color: #62566c!important; background: var(--app-mauve-bg); }

.browser-section { background: white; }
.clean-list { list-style: none; margin: 28px 0 0; padding: 0; }.clean-list li { display: flex; align-items: center; gap: 10px; margin: 12px 0; }.clean-list li > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: var(--sn-system); color: var(--sn-forest); font-size: 10px; font-weight: 700; }
.browser-demo { overflow: hidden; border: 1px solid var(--sn-line); border-radius: 22px; background: var(--sn-warm); box-shadow: var(--sn-shadow); }.browser-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 12px 15px; background: white; border-bottom: 1px solid var(--sn-line); }.browser-top > span { width: 7px; height: 7px; border-radius: 50%; background: var(--sn-system); box-shadow: 13px 0 var(--app-sand-bg), 26px 0 var(--app-mauve-bg); }.browser-top strong { color: var(--sn-muted); font-size: 8px; font-weight: 500; }.browser-top i { justify-self: end; color: #4c7c68; font-size: 7px; font-style: normal; }.client-welcome { padding: 45px 40px; text-align: center; }.client-welcome > small { color: var(--sn-moss); font-size: 8px; letter-spacing: .14em; }.client-welcome h3 { margin: 10px 0 0; font-size: 28px; letter-spacing: -.04em; }.client-welcome > p { color: var(--sn-muted); }.client-progress { display: flex; align-items: flex-start; margin: 32px 0; }.client-progress > span { width: 42px; color: var(--sn-muted); font-size: 11px; }.client-progress > span.done { color: var(--sn-forest); }.client-progress > span.active { color: var(--app-mauve); }.client-progress span small { display: block; width: 70px; margin: 5px 0 0 -14px; color: var(--sn-muted); font-size: 7px; }.client-progress > i { flex: 1; height: 1px; margin-top: 8px; background: #ccd5d0; }.client-message { display: flex; align-items: center; gap: 12px; max-width: 330px; margin: auto; padding: 13px; text-align: left; border: 1px solid var(--sn-line); border-radius: 13px; background: white; }.client-message p { margin: 0; }.client-message strong, .client-message small { display: block; }.client-message strong { font-size: 10px; }.client-message small { color: var(--sn-muted); font-size: 8px; }

.product-family-section { background: var(--sn-paper); border-top: 1px solid var(--sn-line); }
.deep-app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 45px; }.deep-app { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); padding: 25px; border: 1px solid var(--sn-line); border-radius: 18px; background: white; }.deep-app > small { display: block; margin-top: 22px; color: var(--sn-muted); font-size: 7px; letter-spacing: .12em; }.deep-app h3 { margin: 8px 0 0; font-size: 19px; }.deep-app > strong { color: var(--accent); font-size: 11px; }.deep-app p { min-height: 48px; margin: 12px 0 22px; color: var(--sn-muted); font-size: 12px; }.deep-app a { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--sn-line); color: var(--sn-forest); font-size: 11px; font-weight: 700; }
.modular-section { background: #193b33; }.solution-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }.solution-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: #bdd0c8; font-size: 9px; }.active-apps-panel { overflow: hidden; padding: 11px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: #f8faf8; color: var(--sn-ink); box-shadow: 0 30px 70px rgba(0,0,0,.18); }.active-apps-panel header, .active-apps-panel > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--sn-line); }.active-apps-panel header { grid-template-columns: 1fr auto; }.active-apps-panel > div:last-child { border: 0; }.active-apps-panel small, .active-apps-panel strong { display: block; }.active-apps-panel small { color: var(--sn-muted); font-size: 8px; }.active-apps-panel strong { font-size: 11px; }.active-apps-panel header > span, .active-apps-panel > div > i { padding: 4px 8px; border-radius: 99px; background: var(--sn-system); color: var(--sn-forest); font-size: 8px; font-style: normal; font-weight: 700; }
.final-cta { padding: 120px 0; text-align: center; color: white; background: radial-gradient(circle at 50% 0, rgba(140,183,164,.25), transparent 35%), var(--sn-forest-deep); }.hero-mark { width: 58px; height: 58px; margin-bottom: 30px; border-radius: 18px; background: rgba(255,255,255,.1); }.hero-mark i:first-child { width: 29px; height: 29px; }.hero-mark i:nth-child(2) { width: 19px; height: 19px; }.hero-mark i:nth-child(3) { width: 8px; height: 8px; }.final-cta h2 { margin: 10px auto 20px; font-size: clamp(38px, 5vw, 65px); line-height: 1.03; letter-spacing: -.06em; }.final-cta > div > p:not(.kicker) { max-width: 580px; margin: 0 auto; color: #afc5bc; font-size: 17px; }.final-cta > div > div { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 30px; }.light-button { color: var(--sn-forest); background: white; border-color: white; }.text-link.light { color: white; }

.site-footer { padding: 70px max(24px, calc((100vw - 1180px) / 2)) 20px; color: #dce9e3; background: #0c2520; }.footer-shell { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 55px; }.site-logo.light { color: white; }.footer-brand p { max-width: 250px; margin: 20px 0 7px; color: #93aea3; }.footer-brand small { color: #6f8e82; }.footer-shell > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }.footer-shell > div > strong { margin-bottom: 7px; color: white; font-size: 11px; }.footer-shell > div > a { color: #96afa5; font-size: 11px; }.footer-shell > div > a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #6f8e82; font-size: 9px; }

.studio-dialog { width: min(620px, calc(100% - 28px)); max-height: min(760px, calc(100vh - 28px)); padding: 0; border: 0; border-radius: 20px; background: transparent; color: var(--sn-ink); box-shadow: 0 35px 100px rgba(5,20,15,.36); }.studio-dialog::backdrop { background: rgba(8,27,22,.6); backdrop-filter: blur(6px); }.dialog-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 20px; background: #f8faf8; }.dialog-shell > header { display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-bottom: 1px solid var(--sn-line); background: white; }.preview-identity { display: flex; align-items: center; gap: 10px; }.preview-identity small, .preview-identity strong { display: block; }.preview-identity small { color: var(--sn-muted); font-size: 7px; letter-spacing: .1em; }.preview-identity strong { font-size: 12px; }.dialog-shell > header > button { width: 32px; height: 32px; border: 0; border-radius: 9px; background: var(--sn-warm); color: var(--sn-muted); font-size: 18px; cursor: pointer; }.preview-body { min-height: 330px; padding: 35px; background: radial-gradient(circle at 90% 0, var(--accent-bg), transparent 38%), #f4f6f3; }.preview-category { color: var(--accent); font-size: 9px; font-weight: 700; letter-spacing: .11em; }.preview-body h3 { max-width: 420px; font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }.preview-list { margin-top: 28px; padding: 7px 17px; border: 1px solid var(--sn-line); border-radius: 14px; background: rgba(255,255,255,.82); }.preview-list p { display: flex; align-items: center; gap: 12px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--sn-line); }.preview-list p:last-child { border: 0; }.preview-list p span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: var(--accent); background: var(--accent-bg); font-size: 8px; font-weight: 700; }.preview-list p strong { font-size: 11px; }.dialog-shell > footer { display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding: 13px 17px; border-top: 1px solid var(--sn-line); background: white; }.plain-button { padding: 7px; border: 0; background: transparent; color: var(--sn-muted); font-size: 11px; cursor: pointer; }
.search-dialog { width: min(680px, calc(100% - 28px)); }.search-dialog .dialog-shell { padding: 10px; }.global-search-input { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 8px 10px 8px 13px; border: 1px solid var(--sn-line); border-radius: 12px; background: white; }.global-search-input svg { width: 20px; fill: none; stroke: var(--sn-moss); stroke-width: 1.8; stroke-linecap: round; }.global-search-input input { min-width: 0; padding: 7px 0; border: 0; outline: 0; background: transparent; font-size: 15px; }.search-results { max-height: 480px; overflow-y: auto; padding: 8px 3px; }.search-empty { padding: 40px; text-align: center; color: var(--sn-muted); }.result-group > strong { display: block; padding: 9px 10px 4px; color: var(--sn-muted); font-size: 8px; letter-spacing: .1em; }.search-result { width: 100%; display: grid; grid-template-columns: 1fr auto; padding: 11px; text-align: left; border: 0; border-radius: 9px; background: transparent; cursor: pointer; }.search-result:hover, .search-result:focus { background: var(--sn-warm); outline: none; }.search-result strong, .search-result small { display: block; }.search-result strong { font-size: 11px; }.search-result small { color: var(--sn-muted); font-size: 9px; }.search-result > span:last-child { align-self: center; padding: 3px 7px; border-radius: 99px; background: var(--sn-system); color: var(--sn-forest); font-size: 7px; font-weight: 700; }.search-dialog footer { justify-content: flex-start; color: var(--sn-muted); font-size: 8px; }.search-dialog footer .plain-button { margin-left: auto; }

.product-hero { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); position: relative; overflow: hidden; padding: 100px 0 110px; background: radial-gradient(circle at 84% 18%, var(--accent-bg), transparent 32%), var(--sn-paper); }.product-hero::after { content: ""; position: absolute; top: 130px; right: -180px; width: 500px; height: 500px; border: 1px solid color-mix(in srgb, var(--accent), transparent 75%); border-radius: 45% 55% 56% 44%; transform: rotate(25deg); }.product-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }.back-link { display: inline-block; margin-bottom: 38px; color: var(--sn-muted); font-size: 11px; }.product-name { display: flex; align-items: center; gap: 17px; }.product-large-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 22px; color: var(--accent); background: var(--accent-bg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.6), 0 12px 28px rgba(23,47,40,.1); }.product-large-icon svg { width: 45px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.product-name h1 { margin: 0; font-size: 28px; letter-spacing: -.04em; }.product-name small { color: var(--sn-muted); font-size: 10px; }.product-copy > h2 { margin: 38px 0 20px; font-size: clamp(38px,4.4vw,61px); line-height: 1.02; letter-spacing: -.06em; }.product-copy > p { color: var(--sn-muted); font-size: 17px; }.product-copy .hero-actions { justify-content: flex-start; }.product-preview-panel { overflow: hidden; border: 1px solid var(--sn-line); border-radius: 23px; background: rgba(255,255,255,.88); box-shadow: var(--sn-shadow); }.product-preview-panel > header { display: flex; align-items: center; gap: 10px; padding: 15px; border-bottom: 1px solid var(--sn-line); }.product-preview-panel header small, .product-preview-panel header strong { display: block; }.product-preview-panel header small { color: var(--accent); font-size: 7px; letter-spacing: .1em; }.product-preview-panel header strong { font-size: 11px; }.product-preview-panel header > i { margin-left: auto; padding: 4px 7px; border-radius: 99px; background: var(--sn-system); color: var(--sn-forest); font-size: 7px; font-style: normal; }.product-preview-context { display: flex; align-items: center; gap: 10px; margin: 18px; padding: 12px; border-radius: 12px; background: var(--sn-warm); }.product-preview-context p { margin: 0; }.product-preview-context small, .product-preview-context strong { display: block; }.product-preview-context small { color: var(--sn-muted); font-size: 7px; letter-spacing: .1em; }.product-preview-context strong { font-size: 10px; }.product-preview-context > span:last-child { margin-left: auto; color: #4f7e69; font-size: 8px; font-weight: 700; }.product-preview-rows { padding: 0 18px 15px; }.product-preview-rows p { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--sn-line); }.product-preview-rows p span { color: var(--accent); font-size: 9px; }.product-preview-rows p strong { font-size: 11px; }.product-preview-rows p i { color: var(--sn-muted); font-style: normal; }.product-preview-panel > footer { display: flex; justify-content: space-between; padding: 12px 18px; background: var(--sn-warm); color: var(--sn-muted); font-size: 8px; }.product-preview-panel footer span { display: flex; align-items: center; gap: 6px; }.product-preview-panel footer i { width: 6px; height: 6px; border-radius: 50%; background: #589078; }.benefit-grid, .service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 45px; }.benefit-grid article, .service-grid article { padding: 25px; border: 1px solid var(--sn-line); border-radius: 17px; background: white; }.benefit-grid article > span, .service-grid article > span { color: var(--app-sage); font-size: 9px; font-weight: 700; }.benefit-grid h3, .service-grid h3 { margin: 24px 0 9px; font-size: 17px; }.benefit-grid p, .service-grid p { margin-bottom: 0; color: var(--sn-muted); font-size: 12px; }.mini-context-map { position: relative; min-height: 410px; }.map-system, .map-app, .map-result { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; width: 180px; padding: 20px; text-align: center; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.07); }.map-system { top: 0; left: 50%; transform: translateX(-50%); }.map-app { left: 0; bottom: 0; }.map-result { right: 0; bottom: 0; }.map-system strong, .map-app strong, .map-result strong { margin-top: 10px; font-size: 12px; }.map-system small, .map-app small, .map-result small { color: #9ab3a9; font-size: 8px; }.map-app .product-large-icon { width: 52px; height: 52px; border-radius: 16px; }.map-app .product-large-icon svg { width: 32px; }.map-connection { position: absolute; z-index: 1; left: 18%; right: 18%; bottom: 90px; height: 1px; background: rgba(255,255,255,.25); }.map-connection::before { content: ""; position: absolute; left: 50%; bottom: 0; width: 1px; height: 200px; background: rgba(255,255,255,.25); }.map-connection b { position: absolute; width: 8px; height: 8px; top: -4px; left: 50%; border-radius: 50%; background: var(--sn-system); }.product-context .site-button { margin-top: 15px; }.compact-cta { padding: 95px 0; }.compact-cta h2 { font-size: clamp(35px,4.5vw,55px); }
.simple-hero { padding: 120px 0 100px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(203,229,216,.45), transparent 40%), var(--sn-paper); }.simple-hero .site-container { max-width: 850px; }.simple-hero .kicker { justify-content: center; }.simple-hero h1 { margin: 10px 0 22px; font-size: clamp(44px,6vw,72px); line-height: 1; letter-spacing: -.065em; }.simple-hero h1 em { color: var(--sn-moss); font-style: normal; }.simple-hero p { max-width: 680px; margin: 0 auto 30px; color: var(--sn-muted); font-size: 17px; }.system-services { background: white; }.service-grid { grid-template-columns: repeat(3,1fr); }.workflow-story .site-container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }.workflow-story .section-heading { position: sticky; top: 120px; }.vertical-flow { position: relative; }.vertical-flow::before { content: ""; position: absolute; left: 20px; top: 35px; bottom: 35px; width: 1px; background: rgba(255,255,255,.15); }.vertical-flow article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 17px; margin-bottom: 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.04); }.vertical-flow article > span { z-index: 2; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: #244b41; color: #829d93; font-size: 9px; }.vertical-flow article.complete > span { background: #dcebe4; color: var(--sn-forest); }.vertical-flow article.active { border-color: rgba(166,211,187,.4); background: rgba(166,211,187,.09); }.vertical-flow article.active > span { background: #a6d3bb; color: var(--sn-forest); }.vertical-flow small { color: #8ba69c; font-size: 7px; letter-spacing: .1em; }.vertical-flow h3 { margin: 3px 0 0; font-size: 14px; }.vertical-flow p { margin: 2px 0 0; color: #9db4ab; font-size: 10px; }.system-distinction { background: var(--sn-warm); }.question-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.question-cards article { padding: 25px; border: 1px solid var(--sn-line); border-radius: 17px; background: white; }.question-cards small { color: var(--sn-moss); font-size: 8px; letter-spacing: .12em; }.question-cards h3 { margin: 10px 0 20px; }.question-cards p { margin: 0; padding: 10px 0; border-top: 1px solid var(--sn-line); color: var(--sn-muted); font-size: 10px; }.pricing-content, .resources-content { min-height: 520px; background: white; }.pricing-card { max-width: 720px; margin: auto; padding: 48px; text-align: center; border: 1px solid var(--sn-line); border-radius: 24px; background: var(--sn-warm); box-shadow: var(--sn-shadow); }.pricing-card .hero-mark { background: var(--sn-forest); }.pricing-card > small { display: block; color: var(--sn-moss); font-size: 8px; letter-spacing: .13em; }.pricing-card h2 { margin: 10px 0 15px; font-size: 34px; letter-spacing: -.04em; }.pricing-card > p { color: var(--sn-muted); }.pricing-card .clean-list { width: max-content; max-width: 100%; margin: 26px auto; text-align: left; }.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.resource-grid article { padding: 30px; border: 1px solid var(--sn-line); border-radius: 19px; background: var(--sn-paper); }.resource-grid small { color: var(--sn-moss); font-size: 8px; letter-spacing: .12em; }.resource-grid h2 { margin: 22px 0 12px; font-size: 22px; letter-spacing: -.04em; }.resource-grid p { color: var(--sn-muted); font-size: 12px; }.resource-grid a { display: inline-block; margin-top: 15px; color: var(--sn-forest); font-size: 11px; font-weight: 700; }

@keyframes badge-arrives { to { opacity: 1; transform: scale(1); } }
@keyframes data-flow { to { transform: scaleX(1); } }
@keyframes action-appears { to { opacity: 1; } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 0; }
  .desktop-nav > a, .app-menu > summary { padding-inline: 7px; font-size: 11px; }
  .nav-shell { gap: 18px; }
  .studio-workspace { min-height: 570px; }
  .desktop-app { min-height: 110px; }
  .split-layout { gap: 50px; }
  .connected-session-demo { transform: scale(.9); margin-inline: -5%; }
}

@media (max-width: 900px) {
  .desktop-nav, .nav-actions { display: none; }
  .nav-shell { justify-content: space-between; }
  .mobile-menu-button { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--sn-line); border-radius: 10px; background: white; cursor: pointer; }
  .mobile-menu-button span { display: block; width: 100%; height: 1px; background: var(--sn-ink); transition: transform .2s; }
  .mobile-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.mobile-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { max-height: calc(100vh - 72px); overflow-y: auto; padding: 8px 24px 20px; border-top: 1px solid var(--sn-line); background: var(--sn-paper); }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; }
  .mobile-menu a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--sn-line); font-weight: 600; }.mobile-menu a small { color: var(--sn-muted); font-weight: 400; }.mobile-menu-label { padding-top: 15px; color: var(--sn-muted); font-size: 8px; letter-spacing: .12em; }
  .studio-workspace { min-height: 540px; padding-inline: 18px; }.desktop-main { grid-template-columns: 1.3fr .7fr; gap: 12px; }.app-launcher { padding: 9px; }.desktop-app { min-height: 98px; }.desktop-app-icon { width: 45px; height: 45px; border-radius: 14px; }.desktop-app-icon svg { width: 29px; }.hero-action-card { padding: 12px; }.desktop-widgets { grid-template-columns: 1fr 1fr; }.activity-widget { display: none; }.studio-workspace { min-height: 535px; }
  .app-family-grid, .deep-app-grid { grid-template-columns: repeat(2,1fr); }
  .connected-session-demo { height: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 45px 0 0; transform: none; }.context-card { position: static; width: auto!important; transform: none!important; }.context-card.central { grid-column: 1/-1; justify-self: center; width: 260px!important; }.context-lines { display: none; }
  .split-layout, .split-layout.reverse, .product-hero-grid, .workflow-story .site-container { grid-template-columns: 1fr; gap: 50px; }.attention-section .section-heading, .modular-section .section-heading { max-width: 650px; }.workflow-story .section-heading { position: static; }.product-hero-grid { max-width: 720px; }.product-preview-panel { max-width: 620px; width: 100%; margin: auto; }
  .benefit-grid, .service-grid, .resource-grid { grid-template-columns: repeat(2,1fr); }.workflow-session { grid-template-columns: 1fr 1fr; }.workflow-session > .editing-state { grid-column: 1/-1; }
  .footer-shell { grid-template-columns: 2fr 1fr 1fr; }.footer-shell > div:last-child { display: none; }
}

@media (max-width: 720px) {
  .site-container { width: min(100% - 30px, 580px); }
  .hero { padding: 62px 0 78px; }.hero h1 { font-size: clamp(39px,12vw,58px); }.hero h1 br { display: block; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 8px; }.desktop-stage { margin-top: 50px; }
  .studio-desktop { display: none; }.studio-mobile { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; background: #dfe8e2; box-shadow: 0 35px 80px rgba(20,54,45,.23), 0 0 0 7px rgba(255,255,255,.4); }.studio-mobile > header { display: flex; justify-content: space-between; align-items: center; padding: 20px; color: white; background: var(--sn-forest); }.studio-mobile header small, .studio-mobile header strong { display: block; }.studio-mobile header small { color: #a9c4b9; font-size: 9px; }.studio-mobile header strong { margin-top: 3px; font-size: 14px; }.mobile-search { width: calc(100% - 28px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; margin: 14px; padding: 10px 11px; text-align: left; border: 1px solid rgba(23,63,53,.1); border-radius: 11px; background: rgba(255,255,255,.8); color: var(--sn-muted); font-size: 10px; }.mobile-app-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; padding: 0 14px; }.mobile-app { --accent: var(--app-sage); --accent-bg: var(--app-sage-bg); display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 10px; padding: 12px; text-align: left; border: 1px solid rgba(255,255,255,.5); border-radius: 13px; background: rgba(255,255,255,.65); }.mobile-app > span { grid-row: 1/-1; width: 37px; height: 37px; display: grid; place-items: center; align-self: center; border-radius: 11px; color: var(--accent); background: var(--accent-bg); }.mobile-app svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.mobile-app strong { align-self: end; font-size: 9px; }.mobile-app small { color: var(--sn-muted); font-size: 7px; }.mobile-today, .mobile-actions { margin: 12px 14px; padding: 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; background: rgba(255,255,255,.72); }.mobile-today p, .mobile-actions p { display: flex; justify-content: space-between; gap: 14px; margin: 0; padding: 7px 0; border-top: 1px solid rgba(23,63,53,.08); font-size: 9px; }.mobile-today p:nth-child(2), .mobile-actions p:nth-child(2) { margin-top: 7px; }.mobile-today time { color: var(--sn-moss); font-weight: 700; }.mobile-actions .widget-head strong { min-width: 20px; height: 20px; }.mobile-actions p span { color: var(--sn-moss); }
  .section { padding: 85px 0; }.section-heading h2 { font-size: 38px; }.section-heading > p:last-child { font-size: 15px; }.app-family-grid, .deep-app-grid, .benefit-grid, .service-grid, .resource-grid { grid-template-columns: 1fr; }.family-app-card { min-height: 86px; }.connected-session-demo { grid-template-columns: 1fr 1fr; }.context-card.central { grid-column: 1/-1; }.satellite.next { grid-column: 1/-1; }.attention-content article { grid-template-columns: 50px 1fr auto; }.attention-board > footer { gap: 15px; }.attention-board > footer a { display: none; }
  .workflow-track { grid-template-columns: 1fr 1fr; gap: 25px 10px; }.workflow-line { display: none; }.workflow-step { display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 10px; text-align: left; }.workflow-step > span { grid-row: 1/-1; margin: 0; }.workflow-step strong { align-self: end; }.workflow-session { grid-template-columns: 1fr; }.workflow-session > div:nth-child(2) { padding-top: 12px; border-top: 1px solid var(--sn-line); }.workflow-session > .editing-state { grid-column: auto; }
  .client-welcome { padding: 35px 20px; }.client-progress span small { width: 58px; margin-left: -8px; }.product-hero { padding: 70px 0 85px; }.product-copy > h2 { font-size: 42px; }.product-copy .hero-actions { align-items: flex-start; }.question-cards { grid-template-columns: 1fr; }.mini-context-map { min-height: 520px; }.map-system { left: 0; right: 0; margin: auto; transform: none; }.map-app { left: 0; right: 0; top: 175px; bottom: auto; margin: auto; }.map-result { left: 0; right: 0; bottom: 0; margin: auto; }.map-connection { left: 50%; right: auto; top: 145px; bottom: 90px; width: 1px; height: auto; }.map-connection::before { display: none; }.map-connection b { top: 50%; left: -4px; }.simple-hero { padding: 85px 0 70px; }.simple-hero h1 { font-size: 44px; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-brand { grid-column: 1/-1; }.footer-shell > div:last-child { display: flex; }.footer-bottom { flex-direction: column; gap: 5px; }.final-cta { padding: 90px 0; }.final-cta > div > div { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .nav-shell { width: calc(100% - 28px); }.site-logo { font-size: 16px; }.system-mark { width: 31px; height: 31px; }
  .hero-copy .kicker { font-size: 8px; }.hero h1 { font-size: 42px; }.desktop-stage { width: calc(100% - 20px); }.studio-mobile { border-radius: 20px; }.mobile-app-grid { gap: 6px; }.mobile-app { padding: 10px 8px; column-gap: 7px; }.mobile-app > span { width: 34px; height: 34px; }
  .connected-session-demo { grid-template-columns: 1fr; }.context-card.central, .satellite.next { grid-column: auto; width: 100%!important; }.attention-content { padding-inline: 13px; }.attention-content article { grid-template-columns: 1fr auto; gap: 8px; }.attention-kind, .attention-content time { grid-column: 1/-1; }.attention-board { margin-inline: -3px; }.search-demo-group { padding-inline: 10px; }.search-demo-group p { padding-inline: 4px; }.workflow-track { grid-template-columns: 1fr; }.workflow-step { grid-template-columns: 40px 1fr; }.browser-top { grid-template-columns: 1fr auto; }.browser-top > span { display: none; }.client-progress > i { min-width: 8px; }.client-progress span small { font-size: 6px; }.deep-app p { min-height: auto; }.footer-shell { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.pricing-card { padding: 28px 20px; }.product-name { align-items: flex-start; }.product-large-icon { width: 60px; height: 60px; }.product-name h1 { font-size: 23px; }
}

@media (max-width: 350px) {
  .site-container { width: calc(100% - 24px); }.hero h1 { font-size: 36px; }.hero-lead { font-size: 14px; }.mobile-app-grid { grid-template-columns: 1fr; }.studio-mobile > header { padding: 16px; }.section-heading h2 { font-size: 34px; }.family-icon { width: 48px; height: 48px; }.family-app-card { padding: 13px; }.client-progress span small { display: none; }.product-copy > h2 { font-size: 36px; }.simple-hero h1 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-delay: 0ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .app-badge, .sequence-action { opacity: 1; transform: none; }
  .connection-rail span { transform: scaleX(1); }
}
