/*
  Combined stylesheet
  Source order preserved so later rules override earlier ones when selectors overlap.
  1) /mnt/data/merged.css
  2) /mnt/data/style2.css
*/

/* ===== Source: merged.css ===== */
:root {
    --bg: #f3f2f5;
    --surface: rgba(255,255,255,.9);
    --surface-strong: #ffffff;
    --text: #111327;
    --muted: #565b6b;
    --border: rgba(17,19,39,.08);
    --border-soft: rgba(17,19,39,.06);
    --accent: #5e34b6;
    --accent-2: #4f6df1;
    --success: #35d18a;
    --shadow: 0 24px 70px rgba(17,19,39,.06);
    --space-1: #07051a;
    --space-2: #0b0822;
    --space-3: #120d2f;
    --line-soft: rgba(165, 146, 255, .16);
    --line-mid: rgba(138, 121, 255, .30);
    --line-bright: rgba(92, 126, 255, .30);
    --source: #7db4ff;
    --source-soft: rgba(125, 180, 255, .20);
    --source-line: rgba(125, 180, 255, .28);
    --source-line-soft: rgba(125, 180, 255, .14);
    --output: #8df0b7;
    --output-soft: rgba(141, 240, 183, .18);
    --output-line: rgba(141, 240, 183, .26);
    --output-line-soft: rgba(141, 240, 183, .12);
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

.page {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 24px 0;
}

.topbar-wrap {
    position: sticky;
    top: 0;
    z-index: 60;
    margin: 0 calc(50% - 50vw);
    background: #ffffff;
    border-bottom: 1px solid rgba(17,19,39,.07);
}

.topbar {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    max-width: 1700px;
    margin: 0 auto;
    padding: 18px 34px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.topbar-brand {
    justify-self: start;
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 12px;
    text-decoration: none;
}

.topbar-brand-copy {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.topbar-brand-mark {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.topbar-brand-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1.5px solid rgba(95,139,255,.34);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.topbar-brand-orbit.a {
    width: 32px;
    height: 20px;
    transform: translate(-50%, -50%) rotate(18deg);
}

.topbar-brand-orbit.b {
    width: 22px;
    height: 32px;
    border-color: rgba(106,70,217,.28);
    transform: translate(-50%, -50%) rotate(-18deg);
}

.topbar-brand-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 0 4px rgba(95,139,255,.10), 0 8px 18px rgba(94,52,182,.16);
}

.topbar-brand-node {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(95,139,255,.44);
    box-shadow: 0 0 0 2px rgba(95,139,255,.10);
}

.topbar-brand-node.n1 {
    top: 4px;
    right: 7px;
}

.topbar-brand-node.n2 {
    left: 4px;
    bottom: 9px;
    border-color: rgba(106,70,217,.40);
}

.topbar-brand-node.n3 {
    right: 7px;
    bottom: 5px;
}

.topbar-brand-text,
.gradient-text {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.topbar-brand-text {
    font-size: 1.54rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.05em;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.topbar-brand-note {
    margin-left: 3px;
    font-family: "Caveat", cursive;
    font-size: .94rem;
    line-height: 1;
    font-weight: 700;
    color: rgba(198, 12, 48, .72);
    transform: rotate(-4deg);
    white-space: nowrap;
    letter-spacing: .01em;
}

.topbar-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    justify-self: center;
}

.topbar-link,
.topbar-login {
    color: #444b60;
    text-decoration: none;
    font-size: .96rem;
    line-height: 1;
    font-weight: 650;
    letter-spacing: -.02em;
}

.topbar-link.is-active {
    color: var(--text);
}

.topbar-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    justify-self: end;
}

.btn-blue,
.topbar-button,
.cta-button,
.cta-button-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .94rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease;
    cursor: pointer;
}

.btn-blue:hover,
.topbar-button:hover,
.cta-button:hover,
.cta-button-soft:hover {
    transform: translateY(-1px);
}

.btn-blue,
.topbar-button.demo,
.cta-button-soft {
    color: var(--text);
    background: rgba(255,255,255,.86);
    border: 1px solid var(--border);
    box-shadow: 0 10px 24px rgba(17,19,39,.04);
}

.btn-blue,
.topbar-button.signup,
.cta-button {
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border: 1px solid transparent;
    box-shadow: 0 16px 34px rgba(94,52,182,.18);
}
.text-center {
    text-align: center;
    margin: 0 auto;
}
.hero-section,
.how-section,
.team-section,
.benefits-section,
.note-section,
.cta-section,
.footer {
    position: relative;
    z-index: 1;
}

.hero-section {
    padding: 68px 20px 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.hero-copy {
    max-width: 700px;
}

.eyebrow {
    margin: 0 0 14px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title,
.section-title {
    margin: 0;
    max-width: 840px;
    font-size: clamp(2.35rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.section-title {
    max-width: 780px;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    line-height: 1.04;
}

.lead,
.section-copy {
    margin: 20px 0 0;
    max-width: 860px;
    font-size: 1.03rem;
    line-height: 1.72;
    letter-spacing: -.028em;
    font-weight: 500;
    color: var(--muted);
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-pills,
.note-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-pill,
.note-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(17,19,39,.05);
    font-size: .9rem;
    font-weight: 650;
    letter-spacing: -.02em;
    color: var(--text);
}
.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.hero-side {
    display: flex;
    justify-content: flex-end;
}

.slack-window {
    width: min(100%, 560px);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.82));
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.slack-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(17,19,39,.06);
    background: rgba(255,255,255,.72);
}

.slack-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .96rem;
    font-weight: 750;
    letter-spacing: -.02em;
    color: var(--text);
}

.slack-avatar {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(94,52,182,.14), rgba(79,109,241,.12));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.slack-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(17,19,39,.07);
    font-size: .8rem;
    font-weight: 700;
    color: #3f465d;
    box-shadow: 0 10px 24px rgba(17,19,39,.03);
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(53,209,138,.34);
    animation: pulse 1.8s ease-out infinite;
}

.slack-body {
    padding: 18px;
    display: grid;
    gap: 12px;
    background: linear-gradient(180deg, rgba(94,52,182,.04), rgba(79,109,241,.02));
}

.msg {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.msg .avatar {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex: 0 0 auto;
}

.msg.user .avatar {
    background: rgba(17,19,39,.06);
}

.msg.bot .avatar {
    background: linear-gradient(135deg, rgba(94,52,182,.14), rgba(79,109,241,.12));
}

.bubble {
    border-radius: 20px;
    padding: 14px 14px 13px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(17,19,39,.07);
    box-shadow: 0 12px 28px rgba(17,19,39,.03);
    max-width: 100%;
}

.bubble strong {
    display: block;
    font-size: .9rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: var(--text);
    margin-bottom: 6px;
}

.bubble p {
    margin: 0;
    font-size: .88rem;
    line-height: 1.58;
    letter-spacing: -.018em;
    color: #3f465d;
    font-weight: 500;
}

.mini-cards {
    position: relative;
    display: grid;
    gap: 8px;
    margin-top: 10px;
    max-height: 150px;
    overflow: hidden;
}

.mini-cards::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96));
    pointer-events: none;
}

.mini-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(17,19,39,.03);
    border: 1px solid rgba(17,19,39,.05);
}

.result-main {
    min-width: 0;
    flex: 1 1 auto;
}

.result-person {
    margin-top: 8px;
    font-size: .84rem;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: var(--text);
    font-weight: 750;
}

.result-person span {
    display: block;
    margin-top: 3px;
    font-size: .76rem;
    line-height: 1.3;
    color: var(--muted);
    font-weight: 650;
}

.contact-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 10px;
    padding: 0 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 8px 18px rgba(17,19,39,.03);
    font-size: .78rem;
    line-height: 1;
    color: #4b5268;
    font-weight: 750;
    letter-spacing: -.01em;
    width: fit-content;
}

.mini-card strong {
    margin: 0;
    font-size: .85rem;
}

.mini-card span {
    display: block;
    margin-top: 4px;
    font-size: .78rem;
    color: var(--muted);
    font-weight: 600;
    line-height: 1.35;
}

.slack-input {
    margin-top: 6px;
    border-radius: 18px;
    padding: 12px 14px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,19,39,.08);
    font-size: .86rem;
    color: rgba(86,91,107,.74);
    font-weight: 600;
}

.section-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 40px 40px 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.76));
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow);
}

.section-shell::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(94,52,182,.08) 0%, rgba(94,52,182,0) 72%);
    pointer-events: none;
}

.section-shell::after {
    content: "";
    position: absolute;
    inset: auto -120px -140px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79,109,241,.08) 0%, rgba(79,109,241,0) 72%);
    pointer-events: none;
}

.team-section { padding: 62px 20px 0; }

.team-intro {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 26px;
    text-align: center;
}

.team-intro .section-title {
    margin-left: auto;
    margin-right: auto;
}

.team-intro .section-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.team-intro .section-copy + .section-copy {
    margin-top: 14px;
}
.team-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
    align-items: stretch;
}

.team-card {
    position: relative;
    border-radius: 30px 30px 22px 22px;
    padding: 16px 16px 18px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(17,19,39,.07);
    box-shadow: 0 18px 34px rgba(17,19,39,.05);
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -70px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(94,52,182,.08) 0%, rgba(94,52,182,0) 72%);
    pointer-events: none;
}



.team-avatar {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    height: auto;
    margin: 0 auto;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #4a5066;
}

.team-name {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.03em;
    color: var(--text);
}

.team-role {
    margin-top: 6px;
    font-size: .82rem;
    line-height: 1.35;
    color: rgba(86,91,107,.82);
    font-weight: 650;
    letter-spacing: -.01em;
}

.team-note {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    font-size: .92rem;
    line-height: 1.58;
    color: var(--muted);
    font-weight: 600;
    letter-spacing: -.02em;
    max-width: 820px;
}

.team-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.team-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 10px 20px rgba(17,19,39,.03);
    text-decoration: none;
    font-size: .78rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #454d63;
}

.team-link:hover {
    color: var(--text);
}

.how-section,
.benefits-section,
.note-section,
.cta-section {
    padding: 32px 20px 0;
}

.steps {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.step,
.benefit {
    border-radius: 24px;
    padding: 22px 20px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 16px 34px rgba(17,19,39,.04);
}

.step-number,
.benefit-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    font-size: .96rem;
    font-weight: 800;
    color: var(--text);
}

.step h3,
.benefit h3 {
    margin: 14px 0 0;
    font-size: 1rem;
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 750;
    color: var(--text);
}

.step p,
.benefit p {
    margin: 8px 0 0;
    font-size: .9rem;
    line-height: 1.58;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 500;
}

.benefits-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.note-box {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.note-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.side-note {
    border-radius: 24px;
    padding: 22px 20px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 16px 34px rgba(17,19,39,.04);
}

.side-note h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 750;
    color: var(--text);
}

.side-note p {
    margin: 10px 0 0;
    font-size: .9rem;
    line-height: 1.58;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 500;
}

.cta-shell {
    text-align: center;
}

.cta-shell .section-title,
.cta-shell .eyebrow {
    margin-left: auto;
    margin-right: auto;
}

.cta-copy {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 1rem;
    line-height: 1.68;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 500;
}

.legal-strip {
    margin: 56px calc(50% - 50vw) 0;
    background: #ffffff;
    border-top: 1px solid var(--border);
}

.legal-strip-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 16px 34px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
}

.legal-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.legal-links a,
.legal-rights {
    color: rgba(86,91,107,.86);
    text-decoration: none;
    font-size: .88rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.02em;
}

.legal-links a:hover {
    color: var(--text);
}

.match-visual,
.signal-card,
.enterprise-card {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    padding: 24px 22px 22px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 18px 34px rgba(17,19,39,.04);
}
.match-visual,
.enterprise-card {
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border-color: rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 18px 34px rgba(17,19,39,.04);
}
.match-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.match-copy { max-width: 860px; }

.match-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 10px 24px rgba(17,19,39,.04);
    font-size: .84rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #3f465d;
}

.match-visual {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.match-track {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(260px, 320px) 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 420px;
}

.match-column {
    display: grid;
    gap: 12px;
    align-content: center;
}

.match-column-label {
    text-align: center;
    font-size: .74rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(86,91,107,.66);
    margin-bottom: 2px;
}

.match-column.left .match-column-label { color: rgba(94,52,182,.8); }
.match-column.right .match-column-label { color: rgba(79,109,241,.78); }

.match-card,
.match-core {
    border-radius: 22px;
    padding: 18px 16px 16px;
    background: rgba(255,255,255,.88);
    border: 1px solid var(--border);
    box-shadow: 0 16px 34px rgba(17,19,39,.04);
    text-align: center;
}

.match-core {
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.84));
    border-color: rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 18px 34px rgba(17,19,39,.04);
}

.match-icon,
.match-core-icon,
.signal-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    font-size: 1rem;
}

.match-card h3,
.match-core h3,
.signal-card h3,
.enterprise-card h3 {
    margin: 14px 0 0;
    font-size: 1rem;
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 750;
    color: var(--text);
}

.match-card p,
.match-core p,
.signal-card p,
.enterprise-card p {
    margin: 8px 0 0;
    font-size: .88rem;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 500;
}

.match-arrow {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 10px;
    align-content: center;
}

.match-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(94,52,182,.24), rgba(79,109,241,.24));
    border-radius: 999px;
}

.match-pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 0 0 rgba(94,52,182,.24);
    animation: pulse 2s ease-out infinite;
}

.match-arrow-tip {
    font-size: .8rem;
    line-height: 1;
    font-weight: 800;
    color: rgba(94,52,182,.78);
}

.signals-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.signal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.enterprise-card {
    margin-top: 24px;
    padding: 26px 24px 24px;
}

.enterprise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.enterprise-point {
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(17,19,39,.07);
    box-shadow: 0 10px 24px rgba(17,19,39,.03);
}

.enterprise-point strong {
    display: block;
    font-size: .88rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: var(--text);
}

.enterprise-point span {
    display: block;
    margin-top: 6px;
    font-size: .82rem;
    line-height: 1.45;
    color: var(--muted);
    font-weight: 600;
    letter-spacing: -.01em;
}

#book-intro {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(17,19,39,0.18);
    z-index:100;
    display:none;
    align-items:center;
    justify-content:center;
}

#book-intro .shell {
    min-width:720px;
    max-width:720px;
    background:rgba(255,255,255,0.96);
    border-radius:24px;
    box-shadow:0 24px 70px rgba(17,19,39,0.08);
    padding:32px 24px;
    position:relative;
}

#book-intro .modal-close {
    position:absolute;
    top:18px;
    right:18px;
    background:none;
    border:none;
    font-size:1.4rem;
    color:#5b6170;
    cursor:pointer;
}

.topbar-link {
    color: #444b60;
    text-decoration: none;
    font-size: .96rem;
    line-height: 1;
    font-weight: 650;
    letter-spacing: -.02em;
    transition: color .2s ease, opacity .2s ease;
}

.topbar-link:hover {
    color: var(--text);
}

.topbar-login {
    color: #444b60;
    text-decoration: none;
    font-size: .96rem;
    line-height: 1;
    font-weight: 650;
    letter-spacing: -.02em;
    padding: 10px 4px;
}

.topbar-login:hover {
    color: var(--text);
}
.cursor-link, .btn-blue {
    cursor: pointer;
}
.btn-blue, .topbar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .94rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    white-space: nowrap;
}

.topbar-button:hover, .btn-blue {
    transform: translateY(-1px);
}

.topbar-button.demo {
    color: var(--text);
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 10px 24px rgba(17,19,39,.04);
}
.topbar-button.signup, .btn-blue {
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border: 1px solid transparent;
    box-shadow: 0 16px 34px rgba(94,52,182,.22);
}

.topbar-button.signup:hover, .btn-blue:hover {
    box-shadow: 0 20px 40px rgba(94,52,182,.26);
}

.hero {
    text-align: center;
    padding: 58px 32px 0;
}

.hero h1 {
    margin: 0 auto;
    max-width: 1030px;
    font-size: clamp(2.45rem, 4.35vw, 4.55rem);
    line-height: 1.02;
    letter-spacing: -0.065em;
    font-weight: 700;
    color: var(--text);
}

.hero h1 .accent,
.cohertus-kicker,
.cohertus-title .accent,
.cohertus-prompt-label {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p {
    margin: 22px auto 0;
    max-width: 980px;
    font-size: clamp(.98rem, 1.32vw, 1.12rem);
    line-height: 1.72;
    letter-spacing: -0.032em;
    font-weight: 500;
    color: var(--muted);
}

.model-section {
    margin-top: 96px;
    padding: 0 20px;
}

.cosmos-shell {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    border-radius: 36px;
    background: radial-gradient(circle at 50% 48%, rgba(106, 76, 223, .22) 0%, rgba(106, 76, 223, .09) 17%, rgba(106, 76, 223, 0) 31%),
    radial-gradient(circle at 76% 20%, rgba(79,109,241,.13) 0%, rgba(79,109,241,0) 28%),
    radial-gradient(circle at 18% 82%, rgba(94,52,182,.12) 0%, rgba(94,52,182,0) 28%),
    linear-gradient(180deg, var(--space-1) 0%, var(--space-2) 58%, var(--space-3) 100%);
    box-shadow: 0 34px 90px rgba(17,19,39,.16);
    border: 1px solid rgba(255,255,255,.08);
}

.cosmos-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 24%, rgba(255,255,255,.14) 0 1px, transparent 1.5px),
    radial-gradient(circle at 22% 42%, rgba(255,255,255,.12) 0 1px, transparent 1.5px),
    radial-gradient(circle at 33% 17%, rgba(255,255,255,.18) 0 1.2px, transparent 1.7px),
    radial-gradient(circle at 67% 21%, rgba(255,255,255,.16) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 33%, rgba(255,255,255,.14) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 76% 74%, rgba(255,255,255,.15) 0 1px, transparent 1.5px),
    radial-gradient(circle at 26% 76%, rgba(255,255,255,.14) 0 1px, transparent 1.5px);
    pointer-events: none;
    opacity: .8;
}

.cosmos-head {
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 22px 30px 0;
}

.cosmos-title {
    margin: 0;
    color: rgba(233,236,248,.72);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.live-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(240,242,255,.84);
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: -.02em;
}

.live-dot,
.planet-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #35d18a;
    box-shadow: 0 0 0 0 rgba(53,209,138,.42);
    animation: pulse 2.2s ease-out infinite;
    flex: 0 0 auto;
}

.constellation {
    position: relative;
    height: 720px;
    margin-top: 6px;
}

.group-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
    text-align: center;
    width: min(780px, calc(100% - 80px));
    color: rgba(241,244,255,.94);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.group-block.top {
    top: 74px;
}

.group-block.bottom {
    bottom: 64px;
}

.group-kicker {
    margin: 0;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: rgba(239,242,255,.92);
}

.group-block.top .group-kicker {
    color: var(--source);
    text-shadow: 0 0 18px rgba(125,180,255,.16);
}

.group-block.bottom .group-kicker {
    color: var(--output);
    text-shadow: 0 0 18px rgba(141,240,183,.14);
}

.group-copy {
    margin: 10px auto 0;
    max-width: 720px;
    font-size: .98rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -.02em;
    color: rgba(231,235,252,.74);
}

.group-block.top .group-copy {
    color: rgba(214,230,255,.76);
}

.group-block.bottom .group-copy {
    color: rgba(220,245,230,.72);
}

.constellation-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}

.layer-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    fill: rgba(239,242,255,.58);
}

.layer-label.source {
    fill: rgba(125,180,255,.72);
}

.layer-label.output {
    fill: rgba(141,240,183,.72);
}

.constellation-svg path,
.constellation-svg ellipse,
.constellation-svg line,
.constellation-svg circle,
.constellation-svg polygon {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.periphery-line {
    stroke: rgba(231,236,255,.24);
    stroke-width: 1.7;
}

.top-periphery-line {
    stroke: var(--source-line);
}

.bottom-periphery-line {
    stroke: var(--output-line);
}

.periphery-glow {
    stroke: rgba(122, 94, 233, .18);
    stroke-width: 14;
    filter: blur(12px);
    opacity: .56;
}

.top-periphery-glow {
    stroke: rgba(125,180,255,.18);
}

.bottom-periphery-glow {
    stroke: rgba(141,240,183,.16);
}

.ring-line {
    stroke: rgba(184, 173, 255, .12);
    stroke-width: 1.35;
}

.ring-dash {
    stroke: rgba(120, 102, 223, .22);
    stroke-width: 1.5;
    stroke-dasharray: 4 9;
}

.branch-line {
    stroke: rgba(235,239,255,.28);
    stroke-width: 1.8;
}

.branch-top {
    stroke: var(--source-line);
}

.branch-bottom {
    stroke: var(--output-line);
}

.branch-line-soft {
    stroke: rgba(235,239,255,.14);
    stroke-width: 1.2;
}

.branch-top-soft {
    stroke: var(--source-line-soft);
}

.branch-bottom-soft {
    stroke: var(--output-line-soft);
}

.spine-line {
    stroke: rgba(235,239,255,.26);
    stroke-width: 2.1;
}

.spine-glow {
    stroke: rgba(126,93,255,.20);
    stroke-width: 10;
    filter: blur(10px);
}

.separator-line {
    stroke: rgba(255,255,255,.10);
    stroke-width: 1.2;
    stroke-dasharray: 6 14;
}

.separator-top {
    stroke: rgba(125,180,255,.16);
}

.separator-bottom {
    stroke: rgba(141,240,183,.14);
}

.anchor-dot {
    fill: rgba(245,247,255,.9);
    stroke: none;
}

.funnel-guide {
    stroke: rgba(255,255,255,.06);
    stroke-width: 1.1;
    stroke-dasharray: 4 12;
}

.flow-line-soft {
    stroke: var(--line-soft);
    stroke-width: 2.2;
}

.flow-line-mid {
    stroke: var(--line-mid);
    stroke-width: 2.8;
}

.flow-line-bright {
    stroke: var(--line-bright);
    stroke-width: 2.4;
}

.arrow-tip {
    fill: rgba(188, 178, 255, .52);
    stroke: none;
}

.spark {
    fill: rgba(255,255,255,.92);
    stroke: none;
    filter: drop-shadow(0 0 10px rgba(255,255,255,.24));
}

.particle {
    opacity: .96;
}

.particle.violet {
    fill: #8f68ff;
}

.particle.blue {
    fill: #5b83ff;
}

.particle.soft {
    fill: #c3b5ff;
}

.planet-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planet-halo,
.planet-orbit,
.planet-orbit-2,
.planet-axis {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.planet-halo {
    width: 494px;
    height: 494px;
    background: radial-gradient(circle, rgba(126,93,255,.20) 0%, rgba(126,93,255,.09) 30%, rgba(126,93,255,0) 68%);
    filter: blur(12px);
}

.planet-axis {
    width: 434px;
    height: 434px;
    border: 1px solid rgba(224, 228, 255, .12);
    opacity: .75;
}

.planet-orbit {
    width: 396px;
    height: 396px;
    border: 1px dashed rgba(171, 156, 255, .18);
    opacity: .9;
}

.planet-orbit-2 {
    width: 320px;
    height: 320px;
    border: 1px solid rgba(112, 138, 255, .16);
}

.planet {
    position: relative;
    width: 262px;
    height: 262px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.18), rgba(255,255,255,0) 24%),
    radial-gradient(circle at 66% 70%, rgba(84,107,255,.22), rgba(84,107,255,0) 34%),
    linear-gradient(180deg, #22124e 0%, #130b34 62%, #0d0724 100%);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14),
    0 24px 70px rgba(0,0,0,.34),
    0 0 0 16px rgba(117, 88, 230, .05);
}

.planet-core-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    font-size: 1.95rem;
    box-shadow: 0 16px 38px rgba(94,52,182,.28);
}

.planet-title {
    margin-top: 18px;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.06em;
}

.planet-copy {
    margin-top: 12px;
    max-width: 196px;
    color: rgba(240,243,255,.78);
    font-size: .95rem;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -.025em;
}

.planet-live {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(241,243,255,.88);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.node {
    position: absolute;
    z-index: 6;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #f4f6ff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.node-orb {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), rgba(255,255,255,.08) 42%, rgba(255,255,255,.04) 72%),
    linear-gradient(180deg, rgba(33,24,76,.92), rgba(18,12,48,.92));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12),
    0 18px 40px rgba(0,0,0,.22),
    0 0 0 8px rgba(118, 90, 230, .05);
    backdrop-filter: blur(14px);
    position: relative;
}

.source-node .node-orb {
    border-color: rgba(125,180,255,.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12),
    0 18px 40px rgba(0,0,0,.22),
    0 0 0 8px rgba(125,180,255,.08);
}

.output-node .node-orb {
    border-color: rgba(141,240,183,.24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12),
    0 18px 40px rgba(0,0,0,.22),
    0 0 0 8px rgba(141,240,183,.07);
}

.node-orb::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(141, 124, 255, .08);
}

.source-node .node-orb::after {
    border-color: rgba(125,180,255,.12);
}

.output-node .node-orb::after {
    border-color: rgba(141,240,183,.10);
}

.node-icon {
    font-size: 1.7rem;
    line-height: 1;
    filter: drop-shadow(0 2px 8px rgba(255,255,255,.08));
}

.node-label {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    font-size: .9rem;
    line-height: 1;
    font-weight: 650;
    letter-spacing: -.025em;
    color: #f2f5ff;
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 28px rgba(0,0,0,.14);
    white-space: nowrap;
}

.source-node .node-label {
    background: rgba(125,180,255,.08);
    border-color: rgba(125,180,255,.18);
    color: #e9f3ff;
}

.output-node .node-label {
    background: rgba(141,240,183,.07);
    border-color: rgba(141,240,183,.16);
    color: #ebfff2;
}

.node-desc {
    margin-top: -2px;
    font-size: .78rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.015em;
    color: rgba(231,235,252,.62);
    max-width: 132px;
}

.source-node .node-desc {
    color: rgba(206,227,255,.66);
}

.output-node .node-desc {
    color: rgba(213,245,224,.66);
}

.source-1 {
    left: 26%;
    top: 39%;
}

.source-2 {
    left: 41%;
    top: 27%;
}

.source-3 {
    left: 59%;
    top: 27%;
}

.source-4 {
    left: 74%;
    top: 39%;
}

.output-1 {
    left: 26%;
    top: 61%;
}

.output-2 {
    left: 41%;
    top: 73%;
}

.output-3 {
    left: 59%;
    top: 73%;
}

.output-4 {
    left: 74%;
    top: 61%;
}

.horizon-galaxy {
    position: absolute;
    right: 8.5%;
    bottom: 150px;
    width: 210px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(142, 124, 255, .24) 0%, rgba(142, 124, 255, .10) 34%, rgba(142, 124, 255, 0) 66%),
    radial-gradient(circle at 48% 50%, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 22%);
    filter: blur(1px);
    opacity: .56;
    z-index: 2;
    transform: rotate(-8deg);
    pointer-events: none;
}

.horizon-galaxy::before {
    content: "";
    position: absolute;
    inset: 18px 12px;
    border-radius: 50%;
    border: 1px solid rgba(201, 190, 255, .24);
    transform: rotate(8deg);
}

.unicorn {
    position: absolute;
    right: 12.2%;
    bottom: 178px;
    z-index: 3;
    font-size: 34px;
    line-height: 1;
    opacity: .48;
    transform: rotate(-10deg);
    filter: drop-shadow(0 0 10px rgba(255,255,255,.14));
    pointer-events: none;
}

.cohertus-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .96fr);
    gap: 28px;
    align-items: start;
}

.cohertus-section {
    padding: 0 20px;
}

.cohertus-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 42px 40px 38px;
    background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.72));
    border: 1px solid rgba(17,19,39,.06);
    box-shadow: 0 24px 70px rgba(17,19,39,.06);
}

.cohertus-shell::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(94,52,182,.08) 0%, rgba(94,52,182,0) 72%);
    pointer-events: none;
}

.cohertus-shell::after {
    content: "";
    position: absolute;
    inset: auto -120px -140px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79,109,241,.08) 0%, rgba(79,109,241,0) 72%);
    pointer-events: none;
}

.cohertus-head {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 28px;
    align-items: start;
}

.cohertus-copy {
    max-width: 760px;
}

.cohertus-kicker {
    margin: 0 0 16px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.cohertus-title {
    margin: 0;
    font-size: clamp(2rem, 3.15vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 750;
    color: var(--text);
    max-width: 760px;
}

.cohertus-title .accent {

}

.cohertus-lead {
    margin: 18px 0 0;
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.64;
    letter-spacing: -.028em;
    font-weight: 500;
    color: var(--muted);
}

.cohertus-lead strong {
    color: var(--text);
    font-weight: 700;
}

.cohertus-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cohertus-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 12px 30px rgba(17,19,39,.05);
    font-size: .9rem;
    font-weight: 650;
    letter-spacing: -.02em;
    color: var(--text);
}

.cohertus-pill.muted {
    color: var(--muted);
    background: rgba(255,255,255,.62);
}

.cohertus-prompt-panel {
    position: relative;
    z-index: 2;
    border-radius: 32px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border: 1px solid rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 18px 42px rgba(17,19,39,.05);
}

.cohertus-prompt-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.cohertus-prompt-label {
    margin: 0;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cohertus-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(17,19,39,.07);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #2f3450;
    box-shadow: 0 10px 24px rgba(17,19,39,.05);
}

.cohertus-status .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35d18a;
    flex: 0 0 auto;
    box-shadow: 0 0 0 0 rgba(53,209,138,.36);
    animation: pulse 1.9s ease-out infinite;
}

.cohertus-prompt-field {
    position: relative;
    border-radius: 24px;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.84);
}

.cohertus-ghost {
    position: absolute;
    inset: 18px 18px 16px 18px;
    display: block;
    pointer-events: none;
    font-size: 1.02rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -.02em;
    color: rgba(86,91,107,.72);
    white-space: pre-line;
    transition: opacity .28s ease;
}

.cohertus-prompt-field.is-hidden .cohertus-ghost,
.cohertus-prompt-field:focus-within .cohertus-ghost {
    opacity: 0;
}

.cohertus-prompt-field textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 126px;
    resize: none;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 1.02rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -.02em;
    color: var(--text);
}

.cohertus-prompt-field textarea::placeholder {
    color: transparent;
}

.cohertus-prompt-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.cohertus-helper {
    margin: 0;
    font-size: .88rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--muted);
    max-width: 340px;
}

.cohertus-helper strong {
    color: var(--text);
}

.cohertus-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    font: inherit;
    font-size: .96rem;
    font-weight: 700;
    letter-spacing: -.02em;
    box-shadow: 0 16px 34px rgba(94,52,182,.18);
    cursor: pointer;
}

.cohertus-subline {
    margin: 16px 0 0;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #4a5070;
}

.footer-wrap {
    margin: 108px calc(50% - 50vw) 0;
    background: #ffffff;
    border-top: 1px solid rgba(17,19,39,.08);
}

.footer {
    max-width: 1700px;
    margin: 0 auto;
    padding: 34px 34px 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr));
    gap: 28px 30px;
    align-items: start;
}

.footer-col,
.footer-note {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.footer-title,
.footer-note-title {
    margin: 0 0 6px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(17,19,39,.46);
}

.footer-link {
    color: #454d63;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.02em;
    width: fit-content;
}

.footer-link:hover {
    color: var(--text);
}

.footer-note {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(94,52,182,.06), rgba(79,109,241,.03));
    border: 1px solid rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.footer-note-copy {
    margin: 0;
    max-width: 280px;
    font-size: .98rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #374057;
}

.footer-signoff {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Patrick Hand", cursive;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(66, 78, 112, .74);
    transform: rotate(-2deg);
    width: fit-content;
}

.footer-signoff-mark {
    width: 22px;
    height: 1px;
    background: rgba(94,52,182,.26);
    transform: translateY(1px);
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(17,19,39,.06);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
}

.footer-legal {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.footer-legal a,
.footer-rights {
    color: rgba(86,91,107,.86);
    text-decoration: none;
    font-size: .88rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.02em;
}

.footer-legal a:hover {
    color: var(--text);
}

.topbar-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 6px;
    z-index: 1000;
    padding: 8px 0;
}

.topbar-dropdown:hover .dropdown-menu,
.topbar-dropdown:focus-within .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 10px 20px;
    color: #222;
    text-decoration: none;
    transition: background 0.2s;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #f5f5f5;
    color: #0070f3;
}

@media (max-width: 1360px) {
    .source-1 {
        left: 24%;
    }

    .source-2 {
        left: 40%;
    }

    .source-3 {
        left: 60%;
    }

    .source-4 {
        left: 76%;
    }

    .output-1 {
        left: 24%;
    }

    .output-2 {
        left: 40%;
    }

    .output-3 {
        left: 60%;
    }

    .output-4 {
        left: 76%;
    }

    .unicorn {
        right: 10.5%;
    }

    .horizon-galaxy {
        right: 6.5%;
    }
}

@media (max-width: 1180px) {
    .cosmos-shell {
        min-height: auto;
    }

    .cosmos-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .constellation {
        height: auto;
        display: grid;
        gap: 18px;
        padding: 18px 20px 28px;
    }

    .constellation-svg,
    .group-block,
    .planet-halo,
    .planet-orbit,
    .planet-orbit-2,
    .planet-axis,
    .unicorn,
    .horizon-galaxy {
        display: none;
    }

    .node,
    .planet-wrap {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin: 0 auto;
    }

    .planet-wrap {
        order: 2;
        width: auto;
        height: auto;
    }

    .node {
        width: 100%;
        max-width: 740px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
    }

    .node-label {
        white-space: normal;
    }

    .source-1, .source-2, .source-3, .source-4 {
        order: 1;
    }

    .output-1, .output-2, .output-3, .output-4 {
        order: 3;
    }
}


/* ===== Source: style2.css ===== */
:root {
    --bg: #f3f2f5;
    --surface: rgba(255,255,255,.88);
    --surface-strong: #ffffff;
    --text: #111327;
    --muted: #5b6170;
    --border: rgba(17,19,39,.08);
    --border-soft: rgba(17,19,39,.06);
    --accent: #5e34b6;
    --accent-2: #4f6df1;
    --success: #35d18a;
    --shadow: 0 24px 70px rgba(17,19,39,.06);
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body { min-height: 100vh; }
a { color: inherit; }

.page {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 24px;
}

.topbar-wrap {
    position: sticky;
    top: 0;
    z-index: 60;
    margin: 0 calc(50% - 50vw);
    background: #ffffff;
    border-bottom: 1px solid var(--border);
}

.topbar {
    max-width: 1700px;
    margin: 0 auto;
    padding: 18px 34px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    background: #ffffff;
}

.topbar-brand {
    justify-self: start;
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 12px;
    text-decoration: none;
}

.topbar-brand-copy {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.topbar-brand-mark {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.topbar-brand-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1.5px solid rgba(95,139,255,.34);
    transform: translate(-50%, -50%);
}

.topbar-brand-orbit.a {
    width: 32px;
    height: 20px;
    transform: translate(-50%, -50%) rotate(18deg);
}

.topbar-brand-orbit.b {
    width: 22px;
    height: 32px;
    border-color: rgba(106,70,217,.28);
    transform: translate(-50%, -50%) rotate(-18deg);
}

.topbar-brand-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 0 4px rgba(95,139,255,.10), 0 8px 18px rgba(94,52,182,.16);
}

.topbar-brand-node {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(95,139,255,.44);
    box-shadow: 0 0 0 2px rgba(95,139,255,.10);
}

.topbar-brand-node.n1 { top: 4px; right: 7px; }
.topbar-brand-node.n2 { left: 4px; bottom: 9px; border-color: rgba(106,70,217,.40); }
.topbar-brand-node.n3 { right: 7px; bottom: 5px; }

.topbar-brand-text,
.gradient-text {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.topbar-brand-text {
    font-size: 1.54rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.05em;
}

.topbar-brand-note {
    margin-left: 3px;
    font-family: 'Caveat', cursive;
    font-size: .94rem;
    line-height: 1;
    font-weight: 700;
    color: rgba(198, 12, 48, .72);
    transform: rotate(-4deg);
    white-space: nowrap;
}

.topbar-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    justify-self: center;
}

.topbar-link,
.topbar-login {
    color: #444b60;
    text-decoration: none;
    font-size: .96rem;
    line-height: 1;
    font-weight: 650;
    letter-spacing: -.02em;
}

.topbar-link.is-active { color: var(--text); }

.topbar-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    justify-self: end;
}

.btn-blue,
.topbar-button,
.cta-button,
.cta-button-soft,
.price-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .94rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease;
}

.btn-blue:hover,
.topbar-button:hover,
.cta-button:hover,
.cta-button-soft:hover,
.price-cta:hover {
    transform: translateY(-1px);
}

.blue-btn.demo,
.topbar-button.demo,
.cta-button-soft,
.price-cta.soft,
.price-card:not(.is-featured) .price-cta {
    color: var(--text);
    background: rgba(255,255,255,.86);
    border: 1px solid var(--border);
    box-shadow: 0 10px 24px rgba(17,19,39,.04);
}

.btn-blue,
.topbar-button.signup,
.cta-button,
.price-card.is-featured .price-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border: 1px solid transparent;
    box-shadow: 0 16px 34px rgba(94,52,182,.18);
}

.hero,
.sales-intro,
.products-section,
.pricing-section,
.footer {
    position: relative;
    z-index: 1;
}

.hero {
    padding: 62px 20px 0;
}

.sales-intro {
    padding: 62px 20px 0;
}

.sales-intro-inner {
    max-width: 980px;
    padding: 0 6px;
}

.sales-intro-title {
    margin: 0;
    max-width: 860px;
    font-size: clamp(2.3rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.sales-intro-copy {
    margin: 20px 0 0;
    max-width: 920px;
    font-size: 1.03rem;
    line-height: 1.72;
    letter-spacing: -.028em;
    font-weight: 500;
    color: var(--muted);
}

.sales-intro-copy strong {
    color: var(--text);
    font-weight: 700;
}

.cohertus-section {
    padding: 62px 20px 0;
}

.hero-shell,
.sales-section-shell,
.pricing-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 42px 40px 36px;
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.76));
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow);
}

.hero-shell::before,
.sales-section-shell::before,
.pricing-shell::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(94,52,182,.08) 0%, rgba(94,52,182,0) 72%);
    pointer-events: none;
}

.hero-shell::after,
.sales-section-shell::after,
.pricing-shell::after {
    content: "";
    position: absolute;
    inset: auto -120px -140px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79,109,241,.08) 0%, rgba(79,109,241,0) 72%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 28px;
    align-items: start;
}

.eyebrow,
.products-kicker,
.pricing-kicker,
.panel-kicker,
.demo-kicker {
    margin: 0 0 14px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero h1,
.sales-title,
.products-title,
.panel-copy h3 {
    max-width: 760px;
    font-size: clamp(2.15rem, 3.5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.hero-copy,
.sales-copy,
.products-lead,
.pricing-lead,
.panel-copy p,
.price-sub {
    margin: 18px 0 0;
    max-width: 720px;
    font-size: 1rem;
    line-height: 1.66;
    letter-spacing: -.028em;
    font-weight: 500;
    color: var(--muted);
}

.hero-actions,
.panel-actions,
.sales-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hero-pills,
.panel-pills,
.cohertus-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.pill,
.cohertus-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(17,19,39,.05);
    font-size: .9rem;
    font-weight: 650;
    letter-spacing: -.02em;
    color: var(--text);
}

.hero-demo,
.product-panel-card,
.product-panel-visual,
.price-card,
.cohertus-prompt-panel,
.sales-card {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    padding: 24px 22px 22px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 18px 34px rgba(17,19,39,.04);
}

.hero-demo,
.product-panel-visual,
.price-card.is-featured,
.cohertus-prompt-panel {
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border-color: rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 18px 34px rgba(17,19,39,.04);
}

.cohertus-copy {
    max-width: 760px;
}

.pricing-title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    line-height: 1.04;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.cohertus-title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    line-height: 1.04;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.cohertus-prompt-top,
.demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.status-pill,
.cohertus-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    border: 1px solid var(--border);
    font-size: .82rem;
    font-weight: 700;
    color: #2f3450;
    letter-spacing: -.02em;
    box-shadow: 0 10px 24px rgba(17,19,39,.05);
}

.status-pill .dot,
.cohertus-status .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(53,209,138,.36);
    animation: pulse 1.9s ease-out infinite;
    flex: 0 0 auto;
}

.cohertus-prompt-field {
    position: relative;
    border-radius: 24px;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,.88);
    border: 1px solid var(--border);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.84);
}

.cohertus-ghost {
    position: absolute;
    inset: 18px 18px 16px 18px;
    display: block;
    pointer-events: none;
    font-size: 1.02rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -.02em;
    color: rgba(86,91,107,.72);
    white-space: pre-line;
    transition: opacity .28s ease;
}

.cohertus-prompt-field.is-hidden .cohertus-ghost,
.cohertus-prompt-field:focus-within .cohertus-ghost {
    opacity: 0;
}

.cohertus-prompt-field textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 126px;
    resize: none;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 1.02rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -.02em;
    color: var(--text);
}

.cohertus-prompt-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.cohertus-helper,
.cohertus-subline {
    font-size: .88rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--muted);
}

.cohertus-helper { margin: 0; max-width: 340px; }
.cohertus-subline { margin: 16px 0 0; }

.products-section,
.pricing-section { padding: 32px 20px 0; }

.hero-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    max-width: 760px;
}

.hero-journey-step {
    padding: 14px 14px 13px;
    border-radius: 18px;
    background: rgba(17,19,39,.03);
    border: 1px solid rgba(17,19,39,.05);
}

.hero-journey-step strong {
    display: block;
    font-size: .76rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(94,52,182,.78);
}

.hero-journey-step span {
    display: block;
    margin-top: 8px;
    font-size: .92rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #3f465d;
}

.hero-summary-card {
    border-radius: 28px;
    padding: 24px 22px 22px;
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border: 1px solid rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 18px 34px rgba(17,19,39,.04);
}

.hero-summary-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.hero-summary-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(17,19,39,.07);
    box-shadow: 0 10px 24px rgba(17,19,39,.03);
}

.hero-summary-item-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    font-size: .98rem;
}

.hero-summary-item strong {
    display: block;
    font-size: .94rem;
    line-height: 1.2;
    color: var(--text);
    letter-spacing: -.02em;
}

.hero-summary-item span {
    display: block;
    margin-top: 4px;
    font-size: .88rem;
    line-height: 1.45;
    color: var(--muted);
    letter-spacing: -.015em;
}

.product-tabs,
.billing-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    padding: 6px;
    border-radius: 999px;
    background: rgba(17,19,39,.04);
    border: 1px solid var(--border-soft);
}

.product-tab,
.billing-toggle button {
    appearance: none;
    border: 0;
    background: transparent;
    color: #4a5066;
    padding: 11px 16px;
    border-radius: 999px;
    font: inherit;
    font-size: .92rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-tab.is-active,
.billing-toggle button.is-active {
    background: #ffffff;
    color: var(--text);
    box-shadow: 0 10px 22px rgba(17,19,39,.06);
}

.product-panel {
    display: none;
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: 28px;
    align-items: start;
    margin-top: 24px;
}

.product-panel.is-active { display: grid; }

.panel-copy h3 { font-size: 1.7rem; }

.panel-points {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.panel-point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(17,19,39,.03);
    border: 1px solid rgba(17,19,39,.05);
}

.panel-point-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    font-size: .98rem;
}

.panel-point strong {
    display: block;
    font-size: .94rem;
    line-height: 1.2;
    color: var(--text);
    letter-spacing: -.02em;
}

.panel-point span {
    display: block;
    margin-top: 4px;
    font-size: .88rem;
    line-height: 1.45;
    color: var(--muted);
    letter-spacing: -.015em;
}

.panel-placeholder {
    display: none;
    position: relative;
    z-index: 2;
    margin-top: 24px;
    border-radius: 28px;
    padding: 24px 22px 22px;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--border);
    box-shadow: 0 18px 34px rgba(17,19,39,.04);
}

.panel-placeholder.is-active { display: block; }

.placeholder-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(17,19,39,.04);
    border: 1px solid var(--border-soft);
    font-size: .84rem;
    font-weight: 700;
    color: #434a61;
}

.pricing-head {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}

.billing-note {
    margin: 12px 0 0;
    font-size: .84rem;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(86,91,107,.82);
    letter-spacing: -.01em;
}

.pricing-org-note {
    margin: 6px 0 0;
    font-size: .84rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -.01em;
    color: rgba(86,91,107,.82);
}

.pricing-org-note strong {
    color: var(--text);
    font-weight: 700;
}

.pricing-grid {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.pricing-column {
    display: grid;
    gap: 0;
    align-items: start;
}

.website-data-actions,
.monitoring-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.pricing-column > .price-card {
    height: 100%;
}

.price-card.is-featured { transform: translateY(-2px); }

.price-plan {
    margin: 0;
    font-size: 1.26rem;
    line-height: 1.1;
    letter-spacing: -.04em;
    font-weight: 750;
    color: var(--text);
}

.price-badge {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(94,52,182,.82);
}

.price-amount-wrap {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.price-currency {
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
}

.price-amount {
    font-size: 3rem;
    line-height: .9;
    letter-spacing: -.08em;
    font-weight: 800;
    color: var(--text);
}

.price-period {
    margin-bottom: 8px;
    font-size: .92rem;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: -.02em;
}

.price-billing {
    margin: 8px 0 0;
    font-size: .82rem;
    line-height: 1.45;
    color: rgba(86,91,107,.82);
    font-weight: 600;
    letter-spacing: -.01em;
}

.price-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.price-actions .price-cta {
    flex: 1 1 0;
    min-width: 140px;
    width: auto;
    margin-top: 0;
}

.price-cta {
    width: 100%;
    margin-top: 18px;
}

.price-list-title {
    margin: 18px 0 0;
    font-size: .72rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(86,91,107,.72);
}

.price-list {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.price-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(17,19,39,.03);
    border: 1px solid rgba(17,19,39,.05);
    font-size: .9rem;
    line-height: 1.5;
    color: #3f465d;
    font-weight: 600;
    letter-spacing: -.02em;
}

.price-list li::before {
    content: '✓';
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 999px;
    background: rgba(53,209,138,.10);
    border: 1px solid rgba(53,209,138,.16);
    color: #22744e;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}

.price-card.is-featured .price-list li {
    background: rgba(255,255,255,.62);
    border-color: rgba(94,52,182,.08);
}

.pricing-compare-lead {
    margin: 18px 0 0;
    font-size: .88rem;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 600;
}

.pricing-compare {
    margin-top: 18px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,.90);
    border: 1px solid var(--border);
    box-shadow: 0 16px 34px rgba(17,19,39,.04);
    padding: 12px;
}

.compare-head,
.compare-row,
.compare-group-title {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, minmax(0, .82fr));
    gap: 12px;
    align-items: stretch;
    padding: 10px 6px;
    font-size: .9rem;
    line-height: 1.35;
    letter-spacing: -.02em;
    color: var(--text);
}

.compare-head {
    background: transparent;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(86,91,107,.72);
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
}

.compare-head > div:first-child {
    display: flex;
    align-items: flex-end;
    padding: 0 8px 6px 2px;
}

.compare-head > div:nth-child(2),
.compare-head > div:nth-child(3),
.compare-head > div:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 10px;
    border-radius: 18px 18px 12px 12px;
    border: 1px solid rgba(17,19,39,.07);
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 24px rgba(17,19,39,.04);
}

.compare-head > div:nth-child(3) {
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border-color: rgba(94,52,182,.10);
}

.compare-group-title {
    background: transparent;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(86,91,107,.68);
    border-top: 0;
    border-bottom: 0;
    padding-top: 14px;
    padding-bottom: 6px;
}

.compare-group-title > div:first-child {
    padding: 0 8px 0 2px;
}

.compare-group-title div:not(:first-child) {
    opacity: 0;
    pointer-events: none;
}

.compare-row {
    border-top: 0;
    background: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
}

.compare-row > div {
    min-height: 78px;
    display: flex;
    align-items: center;
}

.compare-row > div:first-child {
    padding: 12px 12px 12px 2px;
}

.compare-row > div:nth-child(2),
.compare-row > div:nth-child(3),
.compare-row > div:nth-child(4) {
    justify-content: center;
    padding: 12px 10px;
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(17,19,39,.06);
    box-shadow: 0 10px 20px rgba(17,19,39,.03);
}

.compare-row > div:nth-child(3) {
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border-color: rgba(94,52,182,.10);
}

.compare-head > div:not(:first-child),
.compare-row .compare-cell {
    text-align: center;
}

.compare-label {
    font-weight: 700;
    color: var(--text);
    text-align: left;
}

.compare-cell {
    color: #454d63;
    font-weight: 600;
}

.compare-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: .8rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.compare-mark.yes {
    background: rgba(53,209,138,.10);
    border-color: rgba(53,209,138,.16);
    color: #22744e;
}

.compare-mark.partial {
    background: rgba(238,189,74,.12);
    border-color: rgba(238,189,74,.18);
    color: #86621b;
}

.compare-mark.no {
    background: rgba(17,19,39,.05);
    border-color: rgba(17,19,39,.07);
    color: rgba(86,91,107,.76);
}

.compare-note {
    display: block;
    margin-top: 6px;
    font-size: .78rem;
    line-height: 1.35;
    color: rgba(86,91,107,.76);
    font-weight: 600;
    letter-spacing: -.01em;
}

.website-data-section {
    padding: 32px 20px 0;
}

.website-data-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 38px 40px 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.76));
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow);
}

.website-data-shell::before {
    content: "";
    position: absolute;
    inset: auto -110px -120px auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79,109,241,.08) 0%, rgba(79,109,241,0) 72%);
    pointer-events: none;
}

.website-data-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
    gap: 24px;
    align-items: start;
}

.website-data-title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    line-height: 1.04;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.website-data-copy {
    margin: 18px 0 0;
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.66;
    letter-spacing: -.028em;
    font-weight: 500;
    color: var(--muted);
}

.website-data-copy strong {
    color: var(--text);
    font-weight: 700;
}

.website-data-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 10px 24px rgba(17,19,39,.04);
    font-size: .84rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #3f465d;
}

.website-data-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.website-data-card {
    border-radius: 22px;
    padding: 18px 16px 16px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 16px 34px rgba(17,19,39,.04);
}

.website-data-card-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    font-size: 1rem;
}

.website-data-card h3 {
    margin: 14px 0 0;
    font-size: 1rem;
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 750;
    color: var(--text);
}

.website-data-card p {
    margin: 8px 0 0;
    font-size: .88rem;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 500;
}

.monitoring-section {
    padding: 32px 20px 0;
}

.monitoring-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 38px 40px 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.76));
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow);
}

.monitoring-shell::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(94,52,182,.08) 0%, rgba(94,52,182,0) 72%);
    pointer-events: none;
}

.monitoring-shell::after {
    content: "";
    position: absolute;
    inset: auto -100px -110px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79,109,241,.08) 0%, rgba(79,109,241,0) 72%);
    pointer-events: none;
}

.monitoring-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .96fr);
    gap: 26px;
    align-items: start;
}

.monitoring-title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(1.9rem, 3vw, 2.9rem);
    line-height: 1.04;
    letter-spacing: -.06em;
    font-weight: 760;
    color: var(--text);
}

.monitoring-copy {
    margin: 18px 0 0;
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.66;
    letter-spacing: -.028em;
    font-weight: 500;
    color: var(--muted);
}

.monitoring-copy strong {
    color: var(--text);
    font-weight: 700;
}

.monitoring-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    max-width: 760px;
}

.monitoring-point {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 112px;
    padding: 16px 14px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: 0 14px 28px rgba(17,19,39,.04);
    font-size: .9rem;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: #3f465d;
    font-weight: 600;
}

.monitoring-point::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.monitoring-point:nth-child(1)::before { content: "👤"; }
.monitoring-point:nth-child(2)::before { content: "💬"; }
.monitoring-point:nth-child(3)::before { content: "🔗"; }

.monitoring-point strong {
    color: var(--text);
    font-weight: 750;
}

.monitoring-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(17,19,39,.03);
    border: 1px solid rgba(17,19,39,.06);
    box-shadow: 0 14px 28px rgba(17,19,39,.03);
    font-size: .88rem;
    line-height: 1.5;
    font-weight: 650;
    letter-spacing: -.02em;
    color: #3f465d;
    max-width: 760px;
}



.monitoring-visual {
    display: grid;
    gap: 14px;
}

.monitoring-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.monitoring-step {
    border-radius: 22px;
    padding: 18px 16px 16px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 16px 34px rgba(17,19,39,.04);
    position: relative;
}

.monitoring-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(17,19,39,.08);
    color: rgba(94,52,182,.82);
    font-size: .78rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(17,19,39,.05);
}

.monitoring-step-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(94,52,182,.12), rgba(79,109,241,.10));
    font-size: 1rem;
}

.monitoring-step h3 {
    margin: 14px 0 0;
    font-size: .98rem;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 750;
    color: var(--text);
}

.monitoring-step p {
    margin: 8px 0 0;
    font-size: .84rem;
    line-height: 1.45;
    letter-spacing: -.02em;
    color: var(--muted);
    font-weight: 500;
}

.monitoring-alert {
    border-radius: 24px;
    padding: 20px 18px 18px;
    background: linear-gradient(180deg, rgba(94,52,182,.08), rgba(79,109,241,.04));
    border: 1px solid rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 18px 34px rgba(17,19,39,.04);
}

.monitoring-alert-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.monitoring-alert-title {
    margin: 0;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(94,52,182,.76);
}

.monitoring-alert-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(17,19,39,.07);
    font-size: .82rem;
    font-weight: 700;
    color: #2f3450;
    letter-spacing: -.02em;
    box-shadow: 0 10px 24px rgba(17,19,39,.05);
}

.monitoring-alert-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(53,209,138,.36);
    animation: pulse 1.9s ease-out infinite;
    flex: 0 0 auto;
}

.monitoring-alert-card {
    border-radius: 18px;
    padding: 16px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,19,39,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.84);
}

.monitoring-alert-line {
    display: grid;
    gap: 4px;
    margin-top: 12px;
}

.monitoring-alert-line:first-child {
    margin-top: 0;
}

.monitoring-alert-line strong {
    font-size: .72rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(86,91,107,.72);
}

.monitoring-alert-line span,
.monitoring-alert-line a {
    font-size: .92rem;
    line-height: 1.45;
    letter-spacing: -.02em;
    color: var(--text);
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.monitoring-alert-foot {
    margin-top: 14px;
    font-size: .84rem;
    line-height: 1.45;
    color: var(--muted);
    font-weight: 600;
    letter-spacing: -.01em;
}

.footer-wrap {
    margin: 96px calc(50% - 50vw) 0;
    background: #ffffff;
    border-top: 1px solid var(--border);
}

.footer {
    max-width: 1700px;
    margin: 0 auto;
    padding: 34px 34px 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr));
    gap: 28px 30px;
    align-items: start;
}

.footer-col,
.footer-note {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.footer-title,
.footer-note-title {
    margin: 0 0 6px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(17,19,39,.46);
}

.footer-link {
    color: #454d63;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.02em;
    width: fit-content;
}

.footer-link:hover {
    color: var(--text);
}

.footer-note {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(94,52,182,.06), rgba(79,109,241,.03));
    border: 1px solid rgba(94,52,182,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.footer-note-copy {
    margin: 0;
    max-width: 280px;
    font-size: .98rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #374057;
}

.footer-signoff {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Patrick Hand', cursive;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(66, 78, 112, .74);
    transform: rotate(-2deg);
    width: fit-content;
}

.footer-signoff-mark {
    width: 22px;
    height: 1px;
    background: rgba(94,52,182,.26);
    transform: translateY(1px);
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(17,19,39,.06);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
}

.footer-legal {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.footer-legal a,
.footer-rights {
    color: rgba(86,91,107,.86);
    text-decoration: none;
    font-size: .88rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.02em;
}

.footer-legal a:hover {
    color: var(--text);
}

.intro-pills,
.cohertus-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.intro-pill,
.cohertus-pill,
.signal-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(17,19,39,.05);
    font-size: .9rem;
    font-weight: 650;
    letter-spacing: -.02em;
    color: var(--text);
}

.cohertus-section,
.match-model-section,
.signals-section,
.pricing-section,
.contact-section { padding: 32px 20px 0; }

@media (max-width: 1220px) {
    .website-data-grid,
    .website-data-cards,
    .monitoring-grid,
    .monitoring-flow,
    .monitoring-points {
        grid-template-columns: 1fr;
    }

    .monitoring-tags {
        max-width: none;
    }

    .website-data-grid,
    .website-data-cards,
    .monitoring-grid,
    .monitoring-flow {
        grid-template-columns: 1fr;
    }

    .monitoring-step:not(:last-child)::after {
        content: '↓';
        right: auto;
        left: 50%;
        top: auto;
        bottom: -10px;
        transform: translateX(-50%);
    }

    .website-data-grid,
    .website-data-cards {
        grid-template-columns: 1fr;
    }

    .topbar {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 14px;
        padding: 16px 18px;
    }

    .topbar-brand,
    .topbar-nav,
    .topbar-actions { justify-self: center; }
    .topbar-nav { flex-wrap: wrap; gap: 18px 24px; }
    .topbar-actions { flex-wrap: wrap; justify-content: center; }
    .hero-grid,
    .product-panel,
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-head { align-items: flex-start; }
    .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    .hero h1 { max-width: 760px; }
    .hero p { max-width: 760px; line-height: 1.7; }
    .model-section { margin-top: 58px; padding: 0 6px; }
    .cosmos-shell { border-radius: 28px; min-height: 700px; }
    .planet { width: 226px; height: 226px; }
    .planet-title { font-size: 1.75rem; }
    .planet-copy { font-size: .9rem; }
    .node-orb { width: 66px; height: 66px; }
    .node-icon { font-size: 1.45rem; }

    .page { padding: 0 12px; }
    .hero, .sales-intro, .cohertus-section, .products-section, .pricing-section, .website-data-section, .monitoring-section { padding-left: 6px; padding-right: 6px; }
    .sales-intro-title {
        font-size: clamp(2.05rem, 8vw, 3.1rem);
    }
    .sales-intro-copy {
        font-size: .98rem;
        line-height: 1.66;
    }
    .website-data-shell,
    .monitoring-shell {
        border-radius: 26px;
        padding: 26px 18px 22px;
    }
    .hero-journey { grid-template-columns: 1fr; }
    .hero-shell, .products-shell, .pricing-shell {
        border-radius: 26px;
        padding: 26px 18px 22px;
    }
    .hero h1, .products-title, .pricing-title, .panel-copy h3 { font-size: clamp(1.95rem, 7vw, 2.8rem); }
    .hero-copy, .products-lead, .pricing-lead, .panel-copy p, .price-sub { font-size: .98rem; line-height: 1.62; }
    .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
    .result-head, .result-row, .compare-head, .compare-row { grid-template-columns: 1fr; }
    .compare-head { display: none; }
    .compare-cell::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(86,91,107,.62);
    }
    .footer-wrap { margin-top: 72px; }
    .footer { padding: 28px 18px 20px; }
    .footer-bottom { align-items: flex-start; }
    .footer-legal { flex-direction: column; gap: 8px; }
}

@media (max-width: 640px) {
    .topbar-brand { gap: 10px; padding-left: 0; }
    .topbar-brand-note { font-size: .84rem; }
    .topbar-brand-mark { width: 32px; height: 32px; }
    .topbar-brand-orbit.a { width: 28px; height: 18px; }
    .topbar-brand-orbit.b { width: 18px; height: 28px; }
    .topbar-brand-core { width: 10px; height: 10px; }
    .topbar-brand-node { width: 5px; height: 5px; }
    .topbar-brand-text { font-size: 1.38rem; }
    .topbar-link, .topbar-login, .topbar-button, .product-tab, .billing-toggle button, .cta-button, .cta-button-soft, .price-cta { font-size: .9rem; }
    .topbar-button, .cta-button, .cta-button-soft, .price-cta { min-height: 42px; }
    .hero h1 {
        font-size: clamp(2.35rem, 10vw, 3.25rem);
        line-height: 1.05;
    }

    .hero p { font-size: 1rem; }
    .node-label, .live-note { font-size: .86rem; }
}

@media (max-width: 900px) {
    .footer-wrap {
        margin-top: 72px;
    }

    .footer {
        padding: 28px 18px 20px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
    }

    .footer-note {
        grid-column: 1 / -1;
    }

    .cohertus-section {
        margin-top: 36px;
        padding: 0 6px;
    }

    .cohertus-shell {
        border-radius: 26px;
        padding: 26px 18px 22px;
    }

    .cohertus-title {
        font-size: clamp(1.9rem, 7vw, 2.6rem);
    }

    .cohertus-lead {
        font-size: .98rem;
        line-height: 1.65;
    }

    .cohertus-prompt-panel {
        border-radius: 24px;
        padding: 18px;
    }

    .cohertus-prompt-field {
        border-radius: 20px;
        padding: 14px 14px 12px;
    }

    .cohertus-prompt-field textarea {
        min-height: 250px;
        font-size: .96rem;
    }
    .hide-on-mobile {
        display: none;
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(53,209,138,.42);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(53,209,138,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(53,209,138,0);
    }
}

@media (max-width: 1220px) {

}

@media (max-width: 900px) {
    .cohertus-grid {
        display: block;
    }
    .team-grid, .signals-grid, .enterprise-grid {
        display: block;
    }
    .team-card, .signals-card, .enterprise-point {
        margin: 0 0 40px;
    }
    #book-intro {
        width: 100%;
    }
    #book-intro .shell {
        max-width: 100%;
        min-width: 100%;
    }
    #book-intro {
        width: 100%;
        overflow-y: auto;
        max-height: 100vh;
    }
    #book-intro .shell {
        max-width: 100%;
        min-width: 100%;
    }
    #book-intro .shell .card {
        position: relative;
        top: 20px;
    }
    #book-intro .modal-close {
        top: 60px;
        z-index:9999;
    }
}