:root {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-elevated: #ffffff;
  --bg-soft: #eef2fa;
  --bg-tint: #e8eef8;
  --ink: #152042;
  --ink-soft: #243154;
  --muted: #4b5873;
  --muted-strong: #33405a;
  --line: #e3e8f2;
  --line-strong: #cdd6e6;
  --leaf: #3d63dd;
  --leaf-dark: #3657c3;
  --leaf-soft: #dfeaff;
  --blue: #3d63dd;
  --amber: #d97706;
  --teal: #128f86;
  --purple: #6a4ec0;
  --red: #d24a43;
  --shadow: 0 16px 40px rgba(21, 32, 66, .08);
  --shadow-small: 0 8px 20px rgba(21, 32, 66, .06);
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --shell: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::selection { background: var(--leaf-soft); color: var(--leaf-dark); }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; font: inherit; }

:focus-visible { outline: 3px solid #87a5ef; outline-offset: 4px; }

.page-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.payment-result-body { min-height: 100vh; }
.payment-result-main { display: grid; min-height: calc(100vh - 76px); place-items: center; padding-block: 48px 72px; }
.payment-result-card { width: min(100%, 520px); padding: 36px 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-elevated); box-shadow: var(--shadow-small); }
.payment-result-card h1 { max-width: none; margin-bottom: 16px; font-size: clamp(32px, 5vw, 44px); line-height: 1.05; }
.payment-result-card p { margin-bottom: 16px; color: var(--muted-strong); font-size: 15px; line-height: 1.65; }
.payment-result-ref { color: var(--muted); font-size: 13px; font-weight: 700; word-break: break-all; }
.payment-result-card .button { margin-top: 10px; }

.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: 100; top: 12px; left: 12px; padding: 9px 13px; border-radius: var(--radius-sm); background: var(--leaf-dark); color: #fff; transform: translateY(-160%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--bg-elevated) 88%, transparent); backdrop-filter: blur(16px); }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; border-radius: 9px; }
.site-nav { display: flex; align-items: center; gap: 24px; color: var(--muted-strong); font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--leaf); }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--bg-elevated); color: var(--leaf-dark); transition: border-color .2s ease, background .2s ease, transform .2s var(--ease); }
.nav-cta:hover { border-color: var(--leaf); background: var(--leaf-soft); transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--bg-elevated); cursor: pointer; }
.menu-icon { display: grid; width: 17px; gap: 5px; }
.menu-icon i { display: block; height: 1.5px; border-radius: 2px; background: var(--ink); transition: transform .2s ease; }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: clamp(28px, 5vw, 64px); padding-top: 48px; padding-bottom: 56px; }
.hero-copy { position: relative; z-index: 2; padding-left: 0; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--leaf); font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px var(--leaf-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.025em; }
h1 { max-width: 540px; margin-bottom: 18px; font-size: clamp(36px, 4.4vw, 52px); line-height: 1.12; }
h1 em { color: var(--leaf); font-style: normal; }
.hero-lede { max-width: 500px; margin-bottom: 24px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--leaf); color: #fff; box-shadow: 0 10px 20px rgba(61, 99, 221, .22); }
.button-primary:hover { background: var(--leaf-dark); box-shadow: 0 14px 26px rgba(54, 87, 195, .26); }
.button-secondary { border-color: var(--line-strong); background: var(--bg-elevated); color: var(--leaf-dark); }
.button-secondary:hover { border-color: var(--leaf); background: var(--leaf-soft); }
.button-light { background: #fff; color: var(--leaf-dark); }
.button-light:hover { background: var(--leaf-soft); box-shadow: var(--shadow-small); }
.button-full { width: 100%; }
.text-link, .inline-link { display: inline-flex; align-items: center; gap: 7px; color: var(--leaf-dark); font-size: 14px; font-weight: 600; }
.text-link:hover, .inline-link:hover { color: var(--leaf); }
.hero-note { display: flex; max-width: 460px; align-items: flex-start; gap: 8px; margin-top: 22px; color: var(--muted-strong); font-size: 13px; line-height: 1.55; }
.note-icon { color: var(--leaf); font-size: 18px; line-height: 1; }

.hero-visual { position: relative; min-width: 0; }
.screenshot-slot { position: relative; min-width: 0; }
.workspace-shot {
  display: block;
  width: 100%;
  max-height: min(520px, 58vh);
  height: auto;
  object-fit: contain;
  object-position: top center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-small);
}
.workspace-shot-hero { position: relative; z-index: 1; }
.workspace-shot-workflow { max-height: min(400px, 50vh); border: 0; box-shadow: none; }
.workspace-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-elevated); box-shadow: var(--shadow-small); }
.workspace-frame-hero { z-index: 1; }
.workspace-window-bar { display: flex; height: 32px; align-items: center; justify-content: space-between; padding: 0 12px; border-bottom: 1px solid var(--line); background: var(--bg-soft); color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.window-dots { display: inline-flex; gap: 4px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); }
.window-dots i:first-child { background: #d6a49f; }
.window-dots i:nth-child(2) { background: #d5b77b; }
.window-dots i:last-child { background: #9ec3a1; }
.window-url { opacity: .8; }
.window-action { font-size: 13px; }
.workspace-appbar { display: flex; height: 57px; align-items: center; gap: 18px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.workspace-brand { display: flex; min-width: 117px; align-items: center; gap: 7px; font-size: 12px; letter-spacing: -.03em; }
.workspace-brand-mark { width: 16px; height: 16px; border-radius: 5px; background: var(--leaf); }
.workspace-search { display: flex; min-width: 0; flex: 1; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 10px; }
.workspace-search kbd { margin-left: auto; padding: 2px 5px; border: 1px solid var(--line); border-radius: 4px; background: var(--bg-soft); font-family: inherit; font-size: 8px; }
.workspace-app-actions { display: inline-flex; align-items: center; gap: 13px; color: var(--muted); font-size: 14px; }
.avatar { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--leaf-soft); color: var(--leaf-dark); font-size: 9px; font-weight: 800; }
.workspace-layout { display: grid; min-height: 338px; grid-template-columns: 174px minmax(0, 1fr); }
.workspace-sidebar { padding: 21px 13px; border-right: 1px solid var(--line); background: color-mix(in srgb, var(--bg-soft) 72%, var(--bg-elevated)); }
.workspace-label, .workspace-overline { margin: 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.workspace-label-spaced { margin-top: 24px; }
.sidebar-item { display: flex; min-height: 30px; align-items: center; gap: 7px; padding: 6px 7px; border-radius: 6px; color: var(--muted-strong); font-size: 10px; }
.sidebar-item.is-active { background: var(--leaf-soft); color: var(--leaf-dark); font-weight: 800; }
.sidebar-item b { margin-left: auto; color: var(--muted); font-size: 9px; font-weight: 700; }
.sidebar-icon, .source-glyph { width: 15px; color: var(--leaf); text-align: center; }
.color-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; }
.color-blue { background: #3d63dd; }
.color-amber { background: #e39b1c; }
.color-teal { background: #1aa394; }
.sidebar-add { display: flex; align-items: center; gap: 7px; margin-top: 17px; padding: 6px 7px; color: var(--muted); font-size: 10px; }
.sidebar-add span { display: grid; width: 16px; height: 16px; place-items: center; border: 1px dashed var(--line-strong); border-radius: 50%; font-size: 13px; }
.workspace-main { min-width: 0; padding: 21px 22px 13px; }
.workspace-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.workspace-heading h2 { margin: 3px 0 0; font-size: 21px; line-height: 1.1; }
.workspace-add { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--line-strong); border-radius: 7px; background: var(--bg-elevated); color: var(--leaf); cursor: pointer; }
.workspace-chips, .source-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 17px; }
.workspace-chip, .source-pill { display: inline-flex; align-items: center; gap: 5px; min-height: 23px; padding: 4px 8px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--muted); font-size: 9px; }
.workspace-chip b { color: inherit; font-size: 8px; }
.workspace-chip.is-selected, .source-pill.is-active { border-color: var(--leaf); background: var(--leaf-soft); color: var(--leaf-dark); font-weight: 800; }
.workspace-chip .color-dot { width: 6px; height: 6px; }
.workspace-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.workspace-card { min-width: 0; min-height: 134px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg-elevated); }
.workspace-card-muted { opacity: .77; }
.card-topline { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 8px; }
.favicon { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 4px; color: #fff; font-size: 8px; font-weight: 800; }
.favicon-orange { background: #df9b57; }
.favicon-purple { background: #9171c4; }
.favicon-green { background: #6da178; }
.card-star { margin-left: auto; color: var(--line-strong); font-size: 12px; }
.card-star.is-on { color: var(--amber); }
.workspace-card h3 { overflow: hidden; margin: 10px 0 5px; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.workspace-card p { overflow: hidden; margin: 0 0 12px; color: var(--muted); font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.card-tag { display: inline-block; padding: 3px 6px; border-radius: 3px; background: #fff1da; color: #986825; font-size: 8px; font-weight: 800; }
.card-tag-blue { background: #e1ebf7; color: #456e9c; }
.card-tag-teal { background: #dcefe9; color: #3d7f75; }
.workspace-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }
.status-dot, .stage-status i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 3px var(--leaf-soft); }

.proof-strip { border-block: 1px solid var(--line); background: var(--bg-elevated); }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-block: 22px; }
.proof-item { display: flex; width: min(100%, 320px); align-items: center; justify-content: flex-start; justify-self: center; gap: 12px; }
.proof-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-elevated); color: var(--leaf); }
.proof-icon-svg { width: 18px; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
.proof-item strong, .proof-item div > span { display: block; }
.proof-item strong { margin-bottom: 2px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; }
.proof-item div > span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.section { padding-top: 88px; }
.section-heading { max-width: 640px; }
.section-heading h2, .faq-heading h2, .privacy-copy h2, .final-cta h2 { margin-bottom: 14px; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.18; }
.section-heading > p:last-child, .faq-heading > p:last-child { max-width: 540px; margin-bottom: 0; color: var(--muted-strong); font-size: 16px; line-height: 1.65; }

.workflow-layout { display: grid; grid-template-columns: minmax(270px, .73fr) minmax(0, 1.27fr); gap: clamp(28px, 5vw, 64px); align-items: start; margin-top: 36px; }
.workflow-controls { min-width: 0; }
.workflow-tab { display: grid; width: 100%; grid-template-columns: 33px minmax(0, 1fr) 22px; align-items: center; gap: 13px; padding: 21px 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.workflow-tab:last-of-type { border-bottom: 1px solid var(--line); }
.workflow-tab:hover, .workflow-tab.is-active { color: var(--ink); }
.workflow-tab.is-active strong { color: var(--leaf-dark); }
.tab-number { align-self: start; padding-top: 2px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.workflow-tab strong, .workflow-tab small { display: block; }
.workflow-tab strong { margin-bottom: 4px; font-size: 16px; letter-spacing: -.02em; }
.workflow-tab small { color: var(--muted); font-size: 13px; line-height: 1.5; }
.tab-arrow { justify-self: end; color: var(--muted); font-size: 19px; transform: translate(-3px, 3px); transition: transform .2s var(--ease), color .2s ease; }
.workflow-tab.is-active .tab-arrow { color: var(--leaf); transform: translate(0, 0); }
.workflow-detail { padding: 20px 8px 0 46px; }
.workflow-detail p { margin-bottom: 14px; color: var(--muted-strong); font-size: 14px; line-height: 1.65; }
.workflow-stage { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-elevated); }
.stage-caption { display: flex; justify-content: space-between; gap: 10px; margin: 0 4px 10px; color: var(--muted); font-size: 12px; }
.stage-status { color: var(--leaf-dark); font-weight: 700; }
.workspace-frame-workflow { box-shadow: var(--shadow-small); }
.workspace-frame-workflow .workspace-layout { min-height: 320px; grid-template-columns: 150px minmax(0, 1fr); }
.workspace-frame-workflow .workspace-sidebar { padding: 18px 10px; }
.workspace-frame-workflow .workspace-main { padding: 19px 19px 10px; }
.stage-menu { color: var(--muted); font-weight: 800; letter-spacing: 2px; }
.source-pills { margin-top: 15px; margin-bottom: 12px; }
.source-pill { background: var(--bg-soft); }
.source-list { display: grid; gap: 7px; }
.source-row { display: grid; min-height: 53px; grid-template-columns: 27px minmax(0, 1fr) 24px; align-items: center; gap: 8px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-elevated); }
.source-row-dim { opacity: .62; }
.row-favicon { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 6px; color: #fff; font-size: 10px; font-weight: 800; }
.row-favicon-red { background: #c76a63; }
.row-favicon-blue { background: #6a95c6; }
.row-favicon-yellow { background: #d7aa5d; }
.row-favicon-green { background: #6aa17a; }
.source-row strong, .source-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.source-row strong { margin-bottom: 2px; font-size: 11px; }
.source-row small { color: var(--muted); font-size: 9px; }
.source-row button { border: 0; background: transparent; color: var(--amber); cursor: pointer; font-size: 16px; }

.section-heading-centered { max-width: 680px; margin-inline: auto; text-align: center; }
.section-heading-centered .eyebrow { justify-content: center; }
.section-heading-centered > p:last-child { margin-inline: auto; }
.features-section { padding-bottom: 4px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.feature-card { min-height: 0; padding: 22px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-elevated); transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-small); transform: translateY(-3px); }
.feature-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; font-size: 17px; }
.feature-icon-green { background: var(--leaf-soft); color: var(--leaf-dark); }
.feature-icon-blue { background: #dceafb; color: var(--blue); }
.feature-icon-amber { background: #fde9c4; color: var(--amber); }
.feature-icon-purple { background: #ece4fb; color: var(--purple); }
.feature-icon-teal { background: #d5f4ef; color: var(--teal); }
.feature-icon-red { background: #fde3e0; color: var(--red); }
.feature-card h3 { margin: 18px 0 8px; font-size: 17px; line-height: 1.25; }
.feature-card p { margin-bottom: 0; color: var(--muted-strong); font-size: 14px; line-height: 1.6; }
.mini-source-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.mini-source { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--muted); font-size: 12px; }
.mini-source.active { border-color: var(--leaf); background: var(--leaf-soft); color: var(--leaf-dark); }
.mini-source i { font-style: normal; color: var(--leaf); }
.mini-source b { font-size: 11px; }
.feature-search { display: flex; align-items: center; gap: 7px; margin-top: 18px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 13px; }
.feature-search kbd { margin-left: auto; padding: 2px 6px; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; }
.feature-tree { display: grid; gap: 6px; margin-top: 18px; color: var(--muted-strong); font-size: 13px; }
.feature-tree span { display: inline-flex; align-items: center; gap: 6px; }
.feature-tree .tree-child { padding-left: 17px; color: var(--muted); }
.feature-actions { display: flex; align-items: center; gap: 6px; margin-top: 19px; }
.feature-action { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-soft); color: var(--purple); font-size: 13px; font-weight: 800; }
.feature-actions small { margin-left: 3px; color: var(--muted); font-size: 11px; }
.feature-roots { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 19px; }
.feature-root { display: flex; min-height: 34px; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-soft); color: var(--muted-strong); font-size: 12px; font-weight: 700; }
.feature-root i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.feature-root.is-collaboration i { background: var(--teal); }
.feature-data { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 19px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 7px; background: var(--bg-soft); color: var(--muted-strong); font-size: 12px; font-weight: 700; }
.feature-data span:last-child { color: var(--red); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }

.privacy-section { padding-bottom: 4px; }
.privacy-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-elevated); }
.privacy-copy h2 { max-width: 470px; }
.privacy-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 18px; color: var(--muted-strong); font-size: 16px; line-height: 1.65; }
.privacy-map { position: relative; min-height: 315px; }
.privacy-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid color-mix(in srgb, var(--leaf) 18%, transparent); border-radius: 50%; transform: translate(-50%, -50%); }
.privacy-orbit-a { width: 220px; height: 220px; }
.privacy-orbit-b { width: 315px; height: 315px; opacity: .55; }
.privacy-node, .privacy-sync { position: absolute; display: flex; width: 116px; min-height: 76px; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-elevated); text-align: center; box-shadow: var(--shadow-small); }
.privacy-node strong, .privacy-node small, .privacy-sync strong, .privacy-sync small { display: block; }
.privacy-node strong, .privacy-sync strong { font-size: 12px; letter-spacing: -.01em; }
.privacy-node small, .privacy-sync small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.node-symbol { color: var(--leaf); font-size: 15px; line-height: 1; }
.privacy-node-tabs { top: 11px; left: calc(50% - 58px); }
.privacy-node-bookmarks { bottom: 8px; left: 7%; }
.privacy-node-history { bottom: 8px; right: 7%; }
.privacy-node-center { top: 50%; left: 50%; border-color: var(--leaf); background: var(--bg-elevated); transform: translate(-50%, -50%); }
.privacy-node-center .node-symbol { color: var(--amber); }
.privacy-sync { right: 50%; bottom: -5px; width: 118px; min-height: 49px; border-style: dashed; background: var(--bg-soft); transform: translateX(50%); }
.privacy-sync > span { color: var(--leaf); font-size: 15px; line-height: 1; }

.pricing-section { padding-bottom: 4px; }
.pricing-heading { display: flex; max-width: none; align-items: center; justify-content: space-between; gap: 32px; }
.billing-switch { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--bg-elevated); }
.billing-button { min-height: 36px; padding: 7px 12px; border: 0; border-radius: var(--radius-pill); background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 600; }
.billing-button span { margin-left: 4px; color: var(--leaf); font-size: 11px; }
.billing-button.is-active { background: var(--leaf-soft); color: var(--leaf-dark); box-shadow: none; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.price-card { position: relative; display: flex; min-height: 0; height: 100%; flex-direction: column; padding: 28px 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-elevated); }
.price-card-featured { border-color: color-mix(in srgb, var(--leaf) 42%, var(--line)); box-shadow: var(--shadow-small); }
.price-card-featured::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; border-radius: var(--radius-md) var(--radius-md) 0 0; background: var(--leaf); content: ""; }
.featured-badge { position: absolute; z-index: 1; top: -12px; left: 22px; padding: 5px 10px; border-radius: var(--radius-pill); background: var(--leaf); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.price-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.plan-kicker { display: block; margin-bottom: 6px; color: var(--leaf); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 22px; line-height: 1.15; }
.plan-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; font-size: 17px; }
.plan-mark-free { background: var(--bg-soft); color: var(--muted); }
.plan-mark-advanced { background: var(--leaf-soft); color: var(--leaf); }
.plan-mark-flagship { background: var(--leaf-soft); color: var(--leaf); }
.price-description { min-height: 0; margin: 16px 0 14px; color: var(--muted-strong); font-size: 14px; line-height: 1.6; }
.price-line { display: flex; align-items: baseline; gap: 7px; min-height: 0; }
.price-line strong { font-size: 36px; letter-spacing: -.04em; line-height: 1; }
.price-line span { color: var(--muted); font-size: 13px; }
.yearly-note { min-height: 20px; margin: 6px 0 0; color: var(--leaf-dark); font-size: 13px; }
.plan-list { display: grid; gap: 10px; margin: 18px 0 24px; padding: 0; list-style: none; color: var(--muted-strong); font-size: 14px; }
.plan-list li { display: flex; align-items: center; gap: 9px; }
.plan-list i { color: var(--leaf); font-size: 14px; font-style: normal; font-weight: 800; }
.plan-list .is-muted { color: var(--muted); opacity: .72; }
.plan-list .is-muted i { color: var(--muted); }
.price-card .button { margin-top: auto; }
.pricing-footnote { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; text-align: center; }
.creem-badge { display: flex; justify-content: center; margin-top: 18px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 72px); padding-bottom: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 600; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--leaf); content: "+"; font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 640px; margin: -2px 35px 18px 0; color: var(--muted-strong); font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; min-height: 0; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: var(--leaf); color: #fff; }
.final-cta-content { position: relative; z-index: 1; max-width: 620px; padding: 56px 64px 60px; }
.final-cta .eyebrow { color: #edf2fe; }
.final-cta .eyebrow-dot { background: #fff; box-shadow: 0 0 0 5px rgba(255, 255, 255, .18); }
.final-cta-content > p:not(.eyebrow) { max-width: 480px; margin-bottom: 22px; color: #f7f9ff; font-size: 16px; line-height: 1.65; }
.text-link-light { color: #edf2fe; }
.text-link-light:hover { color: #fff; }
.final-cta-pattern { position: absolute; top: 0; right: 0; width: 53%; height: 100%; opacity: .55; }
.final-cta-pattern::before, .final-cta-pattern::after { position: absolute; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; content: ""; }
.final-cta-pattern::before { width: 420px; height: 420px; top: -150px; right: -90px; }
.final-cta-pattern::after { width: 600px; height: 600px; top: -240px; right: -180px; }
.final-cta-pattern span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.final-cta-pattern span:nth-child(1) { top: 22%; right: 29%; }
.final-cta-pattern span:nth-child(2) { top: 46%; right: 14%; }
.final-cta-pattern span:nth-child(3) { top: 68%; right: 32%; }
.final-cta-pattern span:nth-child(4) { top: 26%; right: 52%; }
.final-cta-pattern span:nth-child(5) { top: 78%; right: 7%; }
.final-cta-pattern span:nth-child(6) { top: 61%; right: 54%; }

.site-footer { padding-block: 36px 48px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 32px; }
.footer-brand .brand { font-size: 15px; }
.footer-brand .brand-mark { width: 30px; height: 30px; }
.footer-brand p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.footer-links { display: flex; justify-content: center; gap: 72px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; }
.footer-label { margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { color: var(--muted-strong); font-size: 14px; }
.footer-links a:hover { color: var(--leaf); }
.footer-meta { align-self: end; justify-self: end; color: var(--muted); font-size: 13px; text-align: right; }
.footer-meta p { margin: 0 0 5px; }
.footer-meta a { color: var(--muted-strong); }
.footer-meta a:hover { color: var(--leaf); }

html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: 30px; }
  .workspace-layout { grid-template-columns: 145px minmax(0, 1fr); }
  .workspace-appbar { gap: 10px; padding-inline: 13px; }
  .workspace-brand { min-width: 96px; }
  .workspace-main { padding-inline: 14px; }
  .workspace-card { padding: 9px; }
}

@media (max-width: 820px) {
  .page-shell { width: min(calc(100% - 34px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 17px; left: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: var(--bg-elevated); box-shadow: var(--shadow-small); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 12px 10px; }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .hero { display: block; min-height: auto; padding-top: 70px; padding-bottom: 70px; }
  .hero-copy { max-width: 680px; padding-left: 0; }
  h1 { max-width: 700px; font-size: clamp(32px, 8vw, 40px); }
  .hero-lede { max-width: 590px; }
  .hero-visual { max-width: 730px; margin: 40px auto 0; }
  .proof-grid { grid-template-columns: 1fr; gap: 15px; }
  .proof-item { width: min(100%, 320px); }
  .section { padding-top: 64px; }
  .workflow-layout, .privacy-panel, .faq-section { grid-template-columns: 1fr; gap: 38px; }
  .workflow-stage { order: -1; }
  .privacy-panel { padding: 38px 29px 28px; }
  .privacy-map { min-height: 290px; }
  .privacy-copy { max-width: 650px; }
  .pricing-heading { align-items: flex-start; flex-direction: column; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { padding-bottom: 64px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: span 2; justify-self: start; text-align: left; }
}

@media (max-width: 600px) {
  .page-shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand { font-size: 16px; }
  .hero { padding-top: 52px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-note { margin-top: 28px; }
  .hero-visual { margin-top: 47px; }
  .workspace-appbar { height: 48px; }
  .workspace-brand { min-width: 0; }
  .workspace-brand strong { display: none; }
  .workspace-search { font-size: 8px; }
  .workspace-search kbd, .workspace-app-actions > span:first-child { display: none; }
  .workspace-layout { grid-template-columns: 108px minmax(0, 1fr); }
  .workspace-sidebar { padding-inline: 7px; }
  .workspace-label { font-size: 7px; }
  .sidebar-item { gap: 4px; padding-inline: 4px; font-size: 8px; }
  .sidebar-item b { font-size: 7px; }
  .workspace-main { padding: 13px 9px 8px; }
  .workspace-heading h2 { font-size: 16px; }
  .workspace-chips { gap: 4px; margin-block: 11px; }
  .workspace-chip { padding-inline: 5px; font-size: 7px; }
  .workspace-cards { grid-template-columns: 1fr; gap: 5px; }
  .workspace-card { min-height: 56px; padding: 6px; }
  .workspace-card:nth-child(3) { display: none; }
  .workspace-card h3 { margin: 5px 0 2px; font-size: 8px; }
  .workspace-card p, .card-tag { display: none; }
  .workspace-status { margin-top: 8px; padding-top: 6px; font-size: 6px; }
  .section-heading h2, .faq-heading h2, .privacy-copy h2, .final-cta h2 { font-size: clamp(26px, 7vw, 32px); }
  .workflow-layout { margin-top: 35px; }
  .workflow-stage { padding: 12px; border-radius: 16px; }
  .stage-caption { font-size: 8px; }
  .workspace-frame-workflow .workspace-layout { grid-template-columns: 102px minmax(0, 1fr); }
  .workspace-frame-workflow .workspace-sidebar { padding: 13px 6px; }
  .workspace-frame-workflow .workspace-main { padding: 13px 8px 7px; }
  .workspace-frame-workflow .sidebar-item { font-size: 7px; }
  .source-row { min-height: 45px; grid-template-columns: 22px minmax(0, 1fr) 16px; padding: 6px; }
  .row-favicon { width: 18px; height: 18px; font-size: 8px; }
  .source-row strong { font-size: 8px; }
  .source-row small { font-size: 7px; }
  .source-row button { font-size: 12px; }
  .workflow-detail { padding: 21px 0 0; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .feature-card { min-height: 0; padding: 21px; }
  .feature-card h3 { margin-top: 16px; }
  .privacy-panel { padding: 31px 20px 22px; }
  .privacy-map { min-height: 270px; margin-inline: -9px; }
  .privacy-orbit-a { width: 188px; height: 188px; }
  .privacy-orbit-b { width: 270px; height: 270px; }
  .privacy-node { width: 92px; min-height: 63px; }
  .privacy-node-tabs { left: calc(50% - 46px); }
  .privacy-node-bookmarks { left: 1%; }
  .privacy-node-history { right: 1%; }
  .privacy-sync { width: 104px; }
  .price-card { min-height: 0; padding: 26px 21px 21px; }
  .price-description { min-height: 0; }
  .faq-list summary { font-size: 13px; }
  .faq-list details p { margin-right: 10px; }
  .final-cta-content { padding: 50px 25px 53px; }
  .final-cta-pattern { width: 100%; opacity: .31; }
  .site-footer { padding-block: 35px 45px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; gap: 55px; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  html.js [data-reveal] { opacity: 1; transform: none; }
}
