:root {
    --bg: #f6f4ff;
    --bg-soft: #eeebff;
    --surface: rgba(255, 255, 255, 0.78);
    --surface-strong: #fdfcff;
    --text: #19152a;
    --muted: #66617d;
    --muted-strong: #352f4d;
    --border: rgba(25, 21, 42, 0.09);
    --accent: #5c3ccc;
    --accent-strong: #472da3;
    --accent-soft: rgba(92, 60, 204, 0.14);
    --accent-alt: #856df0;
    --accent-alt-soft: rgba(133, 109, 240, 0.12);
    --success: #197655;
    --shadow: 0 28px 70px rgba(40, 28, 94, 0.09);
    --shadow-soft: 0 14px 34px rgba(40, 28, 94, 0.06);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 999px;
    --max-width: 1120px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    background:
        radial-gradient(
            circle at top left,
            rgba(92, 60, 204, 0.15),
            transparent 28%
        ),
        radial-gradient(
            circle at top right,
            rgba(133, 109, 240, 0.14),
            transparent 26%
        ),
        radial-gradient(
            circle at 50% 100%,
            rgba(180, 168, 255, 0.18),
            transparent 34%
        ),
        linear-gradient(180deg, #fffeff 0%, var(--bg) 100%);
}

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

button,
input {
    font: inherit;
}

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

[hidden] {
    display: none !important;
}

.site-shell {
    width: min(calc(100% - 2rem), 1280px);
    margin: 0 auto;
    padding: 1rem 0 2.75rem;
}

.section {
    width: min(calc(100% - 1rem), var(--max-width));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 1rem;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(calc(100% - 1rem), var(--max-width));
    margin: 0 auto;
    padding: 0.8rem 0.95rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(248, 246, 255, 0.76);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-soft);
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.brand-icon {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.95rem;
    box-shadow: 0 16px 28px rgba(25, 21, 42, 0.18);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.brand-copy strong {
    font-size: 0.98rem;
    line-height: 1;
}

.brand-copy span:last-child {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.2;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 0.95rem;
}

.site-nav a:not(.button) {
    color: var(--muted);
    font-size: 0.96rem;
    font-weight: 600;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
    color: var(--text);
}

.site-nav--simple {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
    width: 2.85rem;
    height: 2.85rem;
    border: 0;
    border-radius: 0.95rem;
    background: rgba(25, 21, 42, 0.06);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 1.05rem;
    height: 2px;
    margin-inline: auto;
    background: var(--text);
    border-radius: 999px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #fff8f3;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(92, 60, 204, 0.26);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(92, 60, 204, 0.3);
}

.button--ghost {
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.7);
    color: var(--text);
    box-shadow: none;
}

.button--nav {
    min-height: 2.8rem;
    padding-inline: 1rem;
    font-size: 0.94rem;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 3rem;
    align-items: center;
    padding: 5.8rem 0 4.75rem;
}

.hero-copy {
    display: grid;
    gap: 1.5rem;
}

.eyebrow,
.demo-label,
.feature-kicker,
.signup-label {
    margin: 0;
    color: var(--accent-strong);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1,
.section-head h2,
.pricing-card h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4.2vw, 4.1rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.hero h1 {
    max-width: 12ch;
}

.section-head h2,
.pricing-card h2 {
    font-size: clamp(1.95rem, 3.5vw, 3.3rem);
}

.section-head h2,
.pricing-card h2 {
    margin-top: 0.05rem;
}

.hero-text,
.section-head p,
.proof-card p,
.feature-card p,
.step-copy p,
.pricing-card p,
.pricing-list li,
.brand-copy span:last-child,
.signal-card span,
.demo-text--muted,
.workflow-note p,
.hero-proof p,
.download-copy {
    color: var(--muted);
    line-height: 1.74;
}

.hero-text {
    max-width: 42rem;
    margin: 0;
    font-size: 1.08rem;
    color: var(--muted-strong);
}

.hero-text strong {
    color: var(--text);
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-tag {
    display: grid;
    gap: 0.3rem;
    width: fit-content;
    max-width: min(100%, 28rem);
    padding: 0.95rem 1.15rem 1rem;
    border: 1px solid rgba(92, 60, 204, 0.16);
    border-radius: 1.4rem;
    background: linear-gradient(
        135deg,
        rgba(92, 60, 204, 0.16),
        rgba(133, 109, 240, 0.09)
    );
    box-shadow: 0 16px 34px rgba(92, 60, 204, 0.12);
}

.hero-tag__label,
.hero-tag strong {
    margin: 0;
}

.hero-tag__label {
    color: var(--accent-strong);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-tag strong {
    color: var(--text);
    font-size: clamp(1.2rem, 2.3vw, 1.65rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0;
    margin: 0.1rem 0 0;
    list-style: none;
}

.hero-points li {
    padding: 0.62rem 0.95rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.74);
    color: var(--muted-strong);
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-proof {
    max-width: 35rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(25, 21, 42, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.58);
}

.hero-proof p {
    margin: 0;
}

.hero-showcase {
    position: relative;
}

.hero-glow {
    position: absolute;
    inset: -1rem -1rem auto auto;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(92, 60, 204, 0.24),
        rgba(133, 109, 240, 0.14) 44%,
        transparent 72%
    );
    filter: blur(18px);
    pointer-events: none;
}

.product-panel,
.proof-card,
.feature-card,
.workflow-panel,
.pricing-card,
.signup-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    background: var(--surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.product-panel {
    position: relative;
    padding: 1.4rem;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.95),
            rgba(245, 241, 255, 0.9)
        ),
        var(--surface);
}

.product-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mini-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.mini-brand img {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    box-shadow: 0 12px 24px rgba(25, 21, 42, 0.18);
}

.mini-brand div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.mini-brand strong {
    font-size: 1rem;
    line-height: 1;
}

.mini-brand span {
    color: var(--muted);
    font-size: 0.84rem;
}

.status-pill {
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-sm);
    background: rgba(25, 118, 85, 0.1);
    color: var(--success);
    font-size: 0.85rem;
    font-weight: 700;
}

.status-pill--accent {
    background: var(--accent-soft);
    color: var(--accent-strong);
}

.shortcut-modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.shortcut-mode {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border: 1px solid rgba(25, 21, 42, 0.07);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.72);
}

.shortcut-mode span {
    color: var(--muted-strong);
    font-size: 0.95rem;
    font-weight: 600;
}

.shortcut-keyset {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

kbd {
    min-width: 3.3rem;
    padding: 0.45rem 0.72rem;
    border: 1px solid rgba(25, 21, 42, 0.12);
    border-radius: 0.9rem;
    background: var(--surface-strong);
    box-shadow: inset 0 -2px 0 rgba(25, 21, 42, 0.06);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.88rem;
    text-align: center;
}

.demo-stack {
    display: grid;
    gap: 0.95rem;
    margin-top: 1rem;
}

.demo-card {
    padding: 1rem;
    border: 1px solid rgba(25, 21, 42, 0.06);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.72);
}

.demo-card--output {
    background: linear-gradient(
        135deg,
        rgba(92, 60, 204, 0.11),
        rgba(133, 109, 240, 0.09) 62%,
        rgba(255, 255, 255, 0.96)
    );
}

.demo-label {
    margin-bottom: 0.55rem;
}

.demo-text {
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.72;
}

.demo-divider {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

.demo-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(25, 21, 42, 0.08);
}

.demo-divider span {
    position: relative;
    z-index: 1;
    padding: 0 0.85rem;
    background: rgba(247, 245, 255, 0.96);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.signal-card {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem;
    border: 1px solid rgba(25, 21, 42, 0.06);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.66);
}

.signal-card strong,
.proof-card h3,
.feature-card h3,
.step-copy h3,
.signup-card h3,
.workflow-note h3 {
    margin: 0;
    line-height: 1.28;
    text-wrap: balance;
}

.signal-card strong {
    font-size: 0.97rem;
}

.signal-card span {
    font-size: 0.92rem;
}

.usage-section {
    margin-top: 0.35rem;
    display: grid;
    gap: 1rem;
}

.usage-copy {
    display: grid;
    gap: 0.45rem;
    padding: 0 0.15rem;
}

.usage-title {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.usage-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.6rem;
    border: 1px solid var(--border);
    border-radius: calc(var(--radius-xl) + 4px);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.94),
            rgba(245, 241, 255, 0.88)
        ),
        var(--surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.usage-card {
    display: grid;
    gap: 1.05rem;
    padding: 1.6rem;
    border: 1px solid rgba(25, 21, 42, 0.08);
    border-radius: 1.9rem;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.95),
            rgba(243, 239, 255, 0.86)
        ),
        rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.usage-label,
.usage-value {
    margin: 0;
}

.usage-label {
    color: var(--muted);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
}

.usage-value {
    color: var(--text);
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.marquee-section {
    margin-top: 1.85rem;
}

.marquee-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 1.4rem;
    padding: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: calc(var(--radius-xl) + 6px);
    background:
        radial-gradient(
            circle at top center,
            rgba(133, 109, 240, 0.22),
            transparent 34%
        ),
        linear-gradient(180deg, #2d245d 0%, #241d4b 100%);
    box-shadow: 0 26px 60px rgba(30, 22, 68, 0.18);
}

.marquee-shell::before,
.marquee-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5.5rem;
    pointer-events: none;
    z-index: 2;
}

.marquee-shell::before {
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(36, 29, 75, 0.96),
        rgba(36, 29, 75, 0)
    );
}

.marquee-shell::after {
    right: 0;
    background: linear-gradient(
        270deg,
        rgba(36, 29, 75, 0.96),
        rgba(36, 29, 75, 0)
    );
}

.eyebrow--light {
    color: rgba(236, 231, 255, 0.82);
}

.marquee-title {
    max-width: 26ch;
    margin: 0;
    color: #f8f6ff;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.marquee-viewport {
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 24s linear infinite;
}

.marquee-row {
    display: flex;
    gap: 0.9rem;
    padding-right: 0.9rem;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.85rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f6f3ff;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.section-block,
.workflow,
.pricing,
.faq-section {
    margin-top: 1.85rem;
}

.section-head {
    display: grid;
    gap: 1.05rem;
    max-width: 48rem;
}

.section-head p,
.pricing-card p {
    margin: 0;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}

.proof-card {
    padding: 1.45rem;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.92),
            rgba(245, 241, 255, 0.84)
        ),
        var(--surface);
}

.proof-card h3 {
    margin-top: 0.15rem;
    margin-bottom: 0.7rem;
    font-size: 1.36rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}

.feature-card {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    padding: 1.35rem;
}

.feature-card h3 {
    font-size: 1.22rem;
}

.workflow {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    align-items: start;
}

.workflow-panel {
    padding: 1.5rem;
}

.steps {
    padding: 0;
    margin: 0;
    list-style: none;
}

.steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem 0;
    border-top: 1px solid rgba(25, 21, 42, 0.08);
}

.steps li:first-child {
    padding-top: 0;
    border-top: 0;
}

.steps li:last-child {
    padding-bottom: 0;
}

.step-number {
    display: inline-grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 1rem;
    background: linear-gradient(
        135deg,
        var(--accent-soft),
        var(--accent-alt-soft)
    );
    color: var(--accent-strong);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.82rem;
    font-weight: 700;
}

.step-copy h3 {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.step-copy p {
    margin: 0;
}

.workflow-note {
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(25, 21, 42, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(
        135deg,
        rgba(133, 109, 240, 0.08),
        rgba(92, 60, 204, 0.08)
    );
}

.workflow-note h3 {
    margin-bottom: 0.4rem;
    font-size: 1rem;
}

.workflow-note p {
    margin: 0;
}

.pricing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    gap: 1rem;
    align-items: stretch;
}

.pricing-card,
.signup-card {
    padding: 1.6rem;
}

.pricing-card {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.pricing-card h2 {
    line-height: 1.06;
}

.pricing-list {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    margin: 0.2rem 0 0;
    list-style: none;
}

.pricing-list li {
    position: relative;
    padding-left: 1.25rem;
}

.pricing-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--accent);
}

.signup-card {
    display: grid;
    align-content: center;
    gap: 0.9rem;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.95),
            rgba(244, 240, 255, 0.9)
        ),
        var(--surface);
}

.signup-label {
    margin-bottom: -0.2rem;
}

.button--download {
    width: fit-content;
}

.faq-section {
    display: grid;
    gap: 1.6rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.faq-item {
    display: grid;
    align-content: start;
    gap: 0.65rem;
    padding: 1.35rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.66);
    box-shadow: var(--shadow-soft);
}

.faq-item h3 {
    margin: 0;
    color: var(--text);
    font-size: 1.15rem;
    line-height: 1.28;
    text-wrap: balance;
}

.faq-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}

.purchase-details {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.3rem;
}

.purchase-details article {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(25, 21, 42, 0.08);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.64);
}

.purchase-details strong {
    color: var(--text);
    font-size: 0.98rem;
}

.purchase-details span,
.purchase-note {
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.purchase-note {
    max-width: 30rem;
    margin: 0;
}

.purchase-note a,
.legal-page a {
    color: var(--accent-strong);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.checkout-form {
    display: grid;
    justify-items: start;
    gap: 0.65rem;
}

.checkout-status {
    min-height: 1.4rem;
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.checkout-shell {
    min-height: 100vh;
}

.checkout-result {
    display: grid;
    gap: 1.1rem;
    max-width: 44rem;
    padding: 7rem 0 4rem;
}

.checkout-result h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.04;
}

.checkout-result__message {
    max-width: 38rem;
    margin: 0;
    color: var(--muted-strong);
    font-size: 1.08rem;
    line-height: 1.75;
}

.checkout-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.license-card {
    display: grid;
    gap: 0.75rem;
    max-width: 42rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.68);
}

.license-card__email {
    margin: 0;
    color: var(--muted-strong);
    font-size: 0.95rem;
}

.license-card__key {
    display: block;
    overflow-wrap: anywhere;
    padding: 0.85rem;
    border: 1px solid rgba(25, 21, 42, 0.08);
    border-radius: 0.9rem;
    background: rgba(25, 21, 42, 0.05);
    color: var(--text);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.78rem;
    line-height: 1.6;
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    width: min(calc(100% - 1rem), var(--max-width));
    margin: 2rem auto 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(25, 21, 42, 0.08);
}

.site-footer p {
    margin: 0;
    color: var(--muted);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.footer-links a,
.footer-links button,
.text-button {
    padding: 0;
    border: 0;
    background: none;
    color: var(--muted-strong);
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(53, 47, 77, 0.28);
    text-underline-offset: 0.2em;
    cursor: pointer;
}

.support-link {
    color: var(--muted-strong);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(53, 47, 77, 0.28);
    text-underline-offset: 0.2em;
}

.support-link:hover,
.support-link:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links button:hover,
.footer-links button:focus-visible,
.text-button:hover,
.text-button:focus-visible {
    color: var(--accent);
    text-decoration-color: currentColor;
}

.legal-shell {
    min-height: 100vh;
}

.legal-page {
    display: grid;
    gap: 1.4rem;
    max-width: 800px;
    padding: 6.2rem 0 3rem;
}

.legal-page h1 {
    margin: 0;
    color: var(--text);
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.legal-updated {
    margin: -0.6rem 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.legal-page section {
    display: grid;
    gap: 0.7rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(25, 21, 42, 0.08);
}

.legal-page h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.25rem, 2.5vw, 1.7rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.legal-page p,
.legal-page li {
    margin: 0;
    color: var(--muted-strong);
    line-height: 1.78;
}

.legal-page ul {
    display: grid;
    gap: 0.7rem;
    padding-left: 1.2rem;
    margin: 0;
}

.consent-banner {
    position: fixed;
    z-index: 80;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.consent-banner[hidden] {
    display: none;
}

.consent-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    width: min(100%, 980px);
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(25, 21, 42, 0.18);
    pointer-events: auto;
    backdrop-filter: blur(18px);
}

.consent-copy {
    display: grid;
    gap: 0.45rem;
}

.consent-copy h2 {
    margin: 0;
    color: var(--text);
    font-size: 1.2rem;
    line-height: 1.2;
}

.consent-copy p:last-child {
    margin: 0;
    color: var(--muted-strong);
    line-height: 1.58;
}

.consent-preferences {
    display: grid;
    grid-column: 1 / -1;
    gap: 0.7rem;
}

.consent-preferences[hidden] {
    display: none;
}

.consent-choice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
    padding: 0.85rem;
    border: 1px solid rgba(25, 21, 42, 0.08);
    border-radius: 1rem;
    background: rgba(246, 244, 255, 0.72);
    color: var(--muted-strong);
    line-height: 1.55;
}

.consent-choice input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.2rem;
    accent-color: var(--accent);
}

.consent-choice span {
    display: grid;
    gap: 0.15rem;
}

.consent-choice strong {
    color: var(--text);
}

.consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    justify-content: flex-end;
}

.consent-actions .button {
    min-height: 2.7rem;
    padding: 0.72rem 1rem;
    white-space: nowrap;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 520ms ease,
        transform 520ms ease;
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .js .reveal,
    .js .reveal.is-visible,
    .button,
    .site-nav {
        transition: none;
        transform: none;
    }

    .marquee-track {
        animation: none;
    }
}

@media (max-width: 1120px) {
    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .hero,
    .workflow,
    .pricing {
        grid-template-columns: 1fr;
    }

    .hero {
        gap: 2rem;
        padding-top: 4.9rem;
    }
}

@media (max-width: 760px) {
    .site-shell {
        width: min(calc(100% - 1rem), 1280px);
    }

    .site-header {
        top: 0.6rem;
        padding: 0.75rem 0.8rem;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.6rem);
        left: 0;
        right: 0;
        display: grid;
        gap: 0.75rem;
        padding: 1rem;
        border: 1px solid var(--border);
        border-radius: 1.5rem;
        background: rgba(248, 246, 255, 0.95);
        box-shadow: var(--shadow-soft);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition:
            opacity 180ms ease,
            transform 180ms ease;
    }

    .site-header[data-nav-open="true"] .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav--simple {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 0;
        border: 0;
        background: none;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .site-nav a:not(.button) {
        padding: 0.2rem 0;
        font-size: 1rem;
    }

    .hero h1,
    .section-head h2,
    .pricing-card h2 {
        font-size: clamp(2rem, 8.8vw, 3.25rem);
    }

    .feature-grid,
    .proof-grid,
    .faq-grid,
    .signal-grid,
    .usage-shell {
        grid-template-columns: 1fr;
    }

    .site-footer {
        flex-direction: column;
    }

    .consent-panel {
        grid-template-columns: 1fr;
    }

    .consent-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .brand-copy span:last-child {
        display: none;
    }

    .hero {
        padding-top: 4.25rem;
        padding-bottom: 3.4rem;
    }

    .product-panel,
    .workflow-panel,
    .pricing-card,
    .signup-card,
    .feature-card,
    .proof-card {
        padding: 1.15rem;
        border-radius: 1.45rem;
    }

    .usage-shell,
    .usage-card,
    .marquee-shell {
        padding: 1.15rem;
    }

    .hero-tag {
        width: 100%;
    }

    .marquee-shell::before,
    .marquee-shell::after {
        width: 2.5rem;
    }

    .product-panel__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .shortcut-modes {
        grid-template-columns: 1fr;
    }

    .site-nav--simple {
        gap: 0.55rem;
    }

    .site-nav--simple .button {
        display: none;
    }

    .legal-page {
        padding-top: 4rem;
    }

    .consent-banner {
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .consent-panel {
        max-height: calc(100vh - 1rem);
        overflow: auto;
        padding: 0.9rem;
        border-radius: 1.1rem;
    }

    .consent-actions .button {
        width: 100%;
    }
}
