:root {
    color-scheme: dark;
    --stitch-bg: #090d0b;
    --stitch-bg-soft: #111713;
    --stitch-surface: #0d120f;
    --stitch-surface-muted: #151c18;
    --stitch-border: rgba(210, 255, 46, 0.09);
    --stitch-border-strong: rgba(210, 255, 46, 0.28);
    --stitch-text: #f1f5ec;
    --stitch-text-muted: #97a18f;
    --stitch-accent: #d2ff2e;
    --stitch-accent-soft: #c1f12d;
    --stitch-success: #9bdd2a;
    --stitch-warning: #ffce52;
    --stitch-danger: #ff7a45;
    --stitch-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    --stitch-radius-xl: 28px;
    --stitch-radius-lg: 22px;
    --stitch-radius-md: 16px;
    --stitch-radius-sm: 12px;
    --stitch-shell: min(1160px, calc(100vw - 48px));
}

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

html {
    scroll-behavior: smooth;
}

body.stitch-body {
    margin: 0;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    background:
        radial-gradient(circle at 22% 10%, rgba(210, 255, 46, 0.12), transparent 18%),
        radial-gradient(circle at 82% 18%, rgba(210, 255, 46, 0.08), transparent 14%),
        linear-gradient(180deg, #0b100d 0%, var(--stitch-bg) 38%, #080b09 100%);
    color: var(--stitch-text);
}

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

button,
input,
textarea,
select {
    font: inherit;
}

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

code,
pre {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.stitch-mesh-bg {
    display: block;
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.34;
    pointer-events: none;
    z-index: 0;
}

.stitch-shell {
    width: var(--stitch-shell);
    margin: 0 auto;
}

.stitch-main {
    padding-bottom: 18px;
}

.stitch-page {
    padding: 24px 0 56px;
}

.stitch-section {
    padding: 20px 0;
}

.stitch-section-soft::before,
.stitch-hero-visual::before,
.stitch-hero-visual::after,
.stitch-bottom-panel::after,
.stitch-dashboard-window::after {
    display: none;
}

.stitch-section-soft {
    position: relative;
}

.stitch-section-soft::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(180deg, rgba(210, 255, 46, 0.05), rgba(210, 255, 46, 0));
    pointer-events: none;
}

.stitch-text {
    color: var(--stitch-text);
}

.stitch-text-muted {
    color: var(--stitch-text-muted);
}

.stitch-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    padding-top: 18px;
    background: linear-gradient(180deg, rgba(9, 13, 11, 0.92), rgba(9, 13, 11, 0.76) 72%, rgba(9, 13, 11, 0));
    backdrop-filter: blur(8px);
}

.stitch-nav-row,
.stitch-footer-panel,
.stitch-trust-pill,
.stitch-flow-card,
.stitch-mini-panel,
.stitch-stat-panel,
.stitch-bento-card,
.stitch-highlight-copy,
.stitch-highlight-visual,
.stitch-arch-panel,
.stitch-pricing-card,
.stitch-price-card,
.stitch-faq-card,
.stitch-bottom-panel,
.stitch-floating-card,
.stitch-testimonial-card,
.stitch-cta-band,
.stitch-form-panel,
.stitch-side-panel,
.stitch-kpi-strip,
.stitch-content-card,
.stitch-code-card,
.stitch-member-stat,
.stitch-member-panel,
.stitch-payment-option,
.stitch-package-option,
.stitch-faq-item,
.stitch-architecture-card,
.stitch-asset-item,
.stitch-quick-links a,
.stitch-qr-card,
.stitch-va-box,
.toast {
    background: linear-gradient(180deg, rgba(15, 20, 17, 0.96) 0%, rgba(11, 15, 13, 0.98) 100%);
    border: 1px solid var(--stitch-border);
    box-shadow: var(--stitch-shadow);
}

.stitch-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(14, 19, 16, 0.98), rgba(10, 14, 12, 0.98));
}

.stitch-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.stitch-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--stitch-accent);
    color: #081008;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.stitch-brand-copy {
    display: grid;
    gap: 2px;
}

.stitch-brand-copy small {
    color: var(--stitch-text-muted);
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.stitch-brand-copy strong {
    font-size: 0.96rem;
    letter-spacing: 0.08em;
}

.stitch-nav-links,
.stitch-nav-actions,
.stitch-bottom-actions,
.stitch-footer-actions,
.stitch-hero-actions,
.stitch-hero-flow,
.stitch-dashboard-grid,
.stitch-mini-stack,
.stitch-inline-links,
.stitch-window-head,
.stitch-window-dots,
.stitch-status-chip {
    display: flex;
}

.stitch-nav-links,
.stitch-nav-actions {
    align-items: center;
    gap: 10px;
}

.stitch-hero-flow {
    gap: 16px;
}

.stitch-nav-links a,
.stitch-mobile-panel a,
.stitch-inline-links a,
.stitch-page-back {
    color: var(--stitch-text-muted);
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.stitch-nav-links a {
    padding: 10px 14px;
    border-radius: 999px;
}

.stitch-nav-links a:hover,
.stitch-nav-links a:focus-visible,
.stitch-mobile-panel a:hover,
.stitch-mobile-panel a:focus-visible,
.stitch-inline-links a:hover,
.stitch-inline-links a:focus-visible,
.stitch-page-back:hover,
.stitch-page-back:focus-visible {
    color: var(--stitch-text);
    background: rgba(210, 255, 46, 0.08);
}

.stitch-nav-button,
.stitch-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.stitch-nav-solid,
.stitch-cta-primary {
    background: linear-gradient(180deg, #e0ff53 0%, #c1f12d 100%);
    color: #081008;
    border-color: rgba(210, 255, 46, 0.5);
}

.stitch-nav-solid:hover,
.stitch-cta-primary:hover,
.stitch-nav-solid:focus-visible,
.stitch-cta-primary:focus-visible {
    background: linear-gradient(180deg, #ebff87 0%, #d2ff2e 100%);
    border-color: rgba(210, 255, 46, 0.7);
}

.stitch-nav-ghost,
.stitch-cta-secondary {
    background: rgba(255, 255, 255, 0.02);
    color: var(--stitch-text);
    border-color: var(--stitch-border);
}

.stitch-nav-ghost:hover,
.stitch-cta-secondary:hover,
.stitch-nav-ghost:focus-visible,
.stitch-cta-secondary:focus-visible {
    background: rgba(210, 255, 46, 0.08);
    border-color: var(--stitch-border-strong);
}

.stitch-mobile-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--stitch-border);
    border-radius: 14px;
    background: var(--stitch-surface);
    color: var(--stitch-text);
}

.stitch-mobile-panel {
    display: none;
    width: var(--stitch-shell);
    margin: 12px auto 0;
    padding: 12px;
    border: 1px solid var(--stitch-border);
    border-radius: 22px;
    background: var(--stitch-surface);
    box-shadow: var(--stitch-shadow);
}

.stitch-mobile-panel.open,
.stitch-mobile-panel.active {
    display: grid;
    gap: 8px;
}

.stitch-mobile-panel a {
    padding: 12px 14px;
    border-radius: 12px;
}

.stitch-overline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--stitch-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.stitch-overline::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--stitch-accent);
}

.stitch-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 38px;
    align-items: start;
    padding: 64px 0 10px;
}

.stitch-hero-copy h1,
.stitch-section-heading h2,
.stitch-highlight-copy h3,
.stitch-price-card h3,
.stitch-faq-card h3,
.stitch-bottom-panel h2,
.stitch-footer-panel h2,
.stitch-side-panel h1,
.stitch-form-panel h1,
.stitch-member-panel h1,
.stitch-member-hero h1 {
    margin: 0;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.stitch-hero-copy h1 {
    font-size: clamp(3rem, 7vw, 5.2rem);
    max-width: 10ch;
}

.stitch-hero-copy h1 span {
    color: var(--stitch-accent);
    text-shadow: 0 0 18px rgba(210, 255, 46, 0.22);
}

.stitch-hero-copy p,
.stitch-section-heading p,
.stitch-highlight-copy p,
.stitch-arch-panel p,
.stitch-price-card p,
.stitch-faq-card p,
.stitch-bottom-panel p,
.stitch-footer-panel p,
.stitch-content-card p,
.stitch-side-panel p,
.stitch-form-panel p,
.stitch-member-panel p {
    color: var(--stitch-text-muted);
    line-height: 1.75;
}

.stitch-hero-copy p {
    max-width: 620px;
    margin: 16px 0;
    font-size: 1rem;
}

.stitch-hero-actions,
.stitch-trust-row,
.stitch-bottom-actions,
.stitch-footer-actions,
.stitch-inline-links {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.stitch-trust-row {
    margin-top: 28px;
}

.stitch-trust-pill,
.stitch-flow-card,
.stitch-mini-panel,
.stitch-stat-panel,
.stitch-bento-card,
.stitch-highlight-copy,
.stitch-highlight-visual,
.stitch-arch-panel,
.stitch-pricing-card,
.stitch-price-card,
.stitch-faq-card,
.stitch-bottom-panel,
.stitch-floating-card,
.stitch-testimonial-card,
.stitch-form-panel,
.stitch-side-panel,
.stitch-content-card,
.stitch-code-card,
.stitch-member-stat,
.stitch-member-panel,
.stitch-payment-option,
.stitch-package-option,
.stitch-faq-item,
.stitch-architecture-card {
    border-radius: var(--stitch-radius-lg);
}

.stitch-trust-pill {
    min-width: 154px;
    padding: 18px;
    margin: 10px;
    background: linear-gradient(180deg, rgba(16, 21, 18, 0.98) 0%, rgba(11, 15, 13, 0.98) 100%);
}

.stitch-trust-pill strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.2rem;
}

.stitch-trust-pill span {
    color: var(--stitch-text-muted);
    font-size: 0.92rem;
}

.stitch-hero-visual,
.stitch-highlight-visual {
    min-height: 420px;
}

.stitch-hero-visual {
    align-self: start;
    margin-top: 6px;
}

.stitch-glass-panel,
.stitch-highlight-visual,
.stitch-chart-card,
.stitch-dashboard-window {
    background: linear-gradient(180deg, rgba(16, 21, 18, 0.98) 0%, rgba(10, 14, 12, 0.98) 100%);
    border: 1px solid var(--stitch-border);
    box-shadow: var(--stitch-shadow);
    border-radius: var(--stitch-radius-xl);
}

.stitch-dashboard-window {
    position: relative;
    min-height: 100%;
    padding: 24px;
}

.stitch-window-head {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.stitch-window-dots {
    gap: 8px;
}

.stitch-window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.stitch-status-chip {
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(210, 255, 46, 0.22);
    border-radius: 999px;
    background: rgba(210, 255, 46, 0.08);
    color: var(--stitch-accent);
    font-size: 0.84rem;
    font-weight: 600;
}

.stitch-status-dot,
.stitch-meta-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--stitch-success);
}

.stitch-dashboard-grid {
    gap: 16px;
    margin: 20px 0px;
}

.stitch-stat-panel {
    flex: 1.2;
    padding: 22px;
}

.stitch-mini-stack {
    flex: 0.8;
    flex-direction: column;
    gap: 16px;
}

.stitch-mini-panel {
    padding: 18px;
}

.stitch-panel-label {
    display: block;
    margin-bottom: 10px;
    color: var(--stitch-text-muted);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stitch-bars,
.stitch-chart-bars,
.stitch-architecture-bars {
    display: grid;
    align-items: end;
    gap: 10px;
}

.stitch-bars,
.stitch-chart-bars {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 124px;
}

.stitch-architecture-bars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 148px;
    margin-top: 22px;
}

.stitch-bars span,
.stitch-chart-bars span,
.stitch-architecture-bars span {
    display: block;
    border-radius: 999px 999px 8px 8px;
    background: rgba(255, 255, 255, 0.08);
}

.stitch-bars .active,
.stitch-chart-bars .peak,
.stitch-architecture-bars .peak {
    background: linear-gradient(180deg, #efff86 0%, #c1f12d 100%);
}

.stitch-health-bar {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.stitch-health-bar span {
    display: block;
    width: 84%;
    height: 100%;
    background: linear-gradient(90deg, #efff86 0%, #c1f12d 100%);
    border-radius: inherit;
}

.stitch-flow-card,
.stitch-floating-card {
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
}

.stitch-flow-card {
    flex: 1;
}

.stitch-floating-card {
    margin-top: 14px;
}

.stitch-flow-card .material-symbols-outlined,
.stitch-floating-card .material-symbols-outlined,
.stitch-bento-card .material-symbols-outlined,
.stitch-icon-box .material-symbols-outlined {
    font-size: 1.4rem;
}

.stitch-flow-card small,
.stitch-floating-card small {
    display: block;
    color: var(--stitch-text-muted);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stitch-section-heading {
    max-width: 720px;
    margin-bottom: 26px;
}

.stitch-section-heading.narrow {
    max-width: 560px;
}

.stitch-section-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(2.1rem, 5vw, 3.8rem);
}

.stitch-feature-grid,
.stitch-pricing-grid,
.stitch-faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.stitch-proof-grid,
.stitch-grid-2,
.stitch-grid-3,
.stitch-method-grid,
.stitch-architecture-grid {
    display: grid;
    gap: 18px;
}

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

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

.stitch-architecture-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.stitch-bento-card,
.stitch-pricing-card,
.stitch-price-card,
.stitch-faq-card,
.stitch-arch-panel {
    flex: 1 1 calc(33.333% - 16px);
    min-width: 280px;
    padding: 24px;
}

.stitch-bento-card h3,
.stitch-arch-panel h3,
.stitch-pricing-card h3,
.stitch-price-card h3,
.stitch-faq-card h3,
.stitch-architecture-card h3,
.stitch-cta-copy h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.stitch-bento-card p,
.stitch-arch-panel p,
.stitch-pricing-card p,
.stitch-price-card p,
.stitch-faq-card p,
.stitch-architecture-card p {
    margin: 0;
}

.stitch-highlight-stack {
    display: grid;
    gap: 18px;
}

.stitch-highlight-row {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(300px, 1.06fr);
    gap: 18px;
    align-items: stretch;
}

.stitch-highlight-row.reverse {
    grid-template-columns: minmax(300px, 1.06fr) minmax(0, 0.94fr);
}

.stitch-highlight-row.reverse .stitch-highlight-copy {
    order: 2;
}

.stitch-highlight-row.reverse .stitch-highlight-visual {
    order: 1;
}

.stitch-highlight-copy,
.stitch-highlight-visual,
.stitch-bottom-panel {
    padding: 24px;
}

.stitch-highlight-copy h3 {
    margin-top: 14px;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.stitch-icon-box {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid var(--stitch-border);
    background: rgba(210, 255, 46, 0.08);
    color: var(--stitch-text);
}

.stitch-icon-box.emerald,
.stitch-icon-box.silver {
    background: var(--stitch-bg-soft);
    color: var(--stitch-text);
}

.stitch-highlight-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: var(--stitch-text);
    font-weight: 600;
}

.stitch-meta-dot.emerald {
    background: var(--stitch-success);
}

.stitch-meta-dot.silver {
    background: #7a7a80;
}

.stitch-chart-card,
.stitch-network-grid {
    position: relative;
    inset: auto;
    padding: 20px;
    min-height: 100%;
}

.stitch-chat-bubble {
    max-width: 82%;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid var(--stitch-border);
    background: var(--stitch-surface-muted);
}

.stitch-chat-bubble small {
    display: block;
    margin-bottom: 8px;
    color: var(--stitch-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
}

.stitch-chat-bubble p {
    margin: 0;
    color: var(--stitch-text);
    line-height: 1.6;
}

.stitch-chat-bubble.outgoing {
    margin-left: auto;
    margin-top: 16px;
}

.stitch-network-grid,
.stitch-visual-map {
    display: grid;
    place-items: center;
}

.stitch-network-grid::before,
.stitch-network-grid::after,
.stitch-visual-map::before,
.stitch-visual-map::after {
    display: none;
}

.stitch-node {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--stitch-border);
    background: var(--stitch-surface-muted);
    color: var(--stitch-text);
    font-weight: 600;
}

.stitch-node.main,
.stitch-node.e {
    background: linear-gradient(180deg, #e0ff53 0%, #c1f12d 100%);
    color: #081008;
    border-color: rgba(210, 255, 46, 0.65);
}

.stitch-node.a,
.stitch-node.b,
.stitch-node.c,
.stitch-node.d,
.stitch-node.e {
    width: 82px;
    height: 82px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 24px;
}

.stitch-architecture-card {
    grid-column: span 4;
    padding: 20px;
}

.stitch-architecture-card.wide {
    grid-column: span 6;
}

.stitch-architecture-card.metrics {
    display: grid;
    align-content: space-between;
}

.stitch-plan-badge,
.stitch-pill,
.stitch-release-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(210, 255, 46, 0.08);
    border: 1px solid var(--stitch-border);
    color: var(--stitch-accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.stitch-pricing-card.featured,
.stitch-price-card.featured,
.stitch-payment-option.active,
.stitch-package-option.active {
    border-color: var(--stitch-border-strong);
}

.stitch-pricing-card h3 {
    margin-top: 18px;
    font-size: 1.45rem;
}

.stitch-pricing-card ul,
.stitch-list {
    display: grid;
    gap: 14px;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
    color: var(--stitch-text-muted);
}

.stitch-pricing-card li,
.stitch-list li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    align-items: start;
    column-gap: 14px;
    position: relative;
    padding-left: 0;
}

.stitch-pricing-card li::before,
.stitch-list li::before {
    content: "";
    position: static;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--stitch-accent);
    margin-top: 0.5rem;
}

.stitch-price {
    display: flex;
    align-items: flex-end;
    font-size: 3.5rem;
    gap: 8px;
    margin: 14px 0 10px;
}

.stitch-price strong {
    font-size: 3.5rem;
    line-height: 0.9;
}

.stitch-price span {
    color: var(--stitch-text-muted);
}

.stitch-faq-list {
    display: grid;
    gap: 16px;
}

.stitch-faq-item {
    padding: 20px 22px;
    overflow: hidden;
}

.stitch-faq-item summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 1rem;
    font-weight: 600;
}

.stitch-faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid var(--stitch-border);
    background: rgba(210, 255, 46, 0.08);
    color: var(--stitch-accent);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.stitch-faq-item[open] summary::after {
    content: "−";
    transform: rotate(180deg);
    background: rgba(210, 255, 46, 0.14);
    border-color: var(--stitch-border-strong);
}

.stitch-faq-item summary::-webkit-details-marker {
    display: none;
}

.stitch-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 260ms ease, opacity 220ms ease, margin-top 220ms ease;
}

.stitch-faq-item[open] .stitch-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 14px;
}

.stitch-faq-answer > * {
    min-height: 0;
}

.stitch-faq-answer p {
    margin: 0;
    overflow: hidden;
}

.stitch-faq-item a,
.stitch-inline-links a,
.stitch-page-back {
    color: var(--stitch-accent);
}

.stitch-footer-cta {
    padding-top: 12px;
    padding-bottom: 6px;
}

.stitch-footer-cta .stitch-shell > p {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
}

.stitch-footer-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px;
    border-radius: var(--stitch-radius-xl);
}

.stitch-footer-panel h2,
.stitch-bottom-panel h2 {
    font-size: clamp(2rem, 4.5vw, 3.6rem);
}

.stitch-footer-panel p {
    margin: 16px 0 0;
    max-width: 620px;
}

.stitch-sale-countdown {
    margin-top: 18px;
    display: grid;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(210, 255, 45, 0.12), rgba(8, 18, 12, 0.9));
    border: 1px solid rgba(210, 255, 45, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    max-width: 540px;
}

.stitch-sale-copy {
    display: grid;
    gap: 4px;
}

.stitch-sale-copy small {
    color: rgba(255, 255, 255, 0.68);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.stitch-sale-copy strong {
    font-size: 1rem;
    color: var(--stitch-text);
}

.stitch-countdown-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.stitch-countdown-box {
    min-width: 92px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(7, 12, 8, 0.78);
    border: 1px solid rgba(210, 255, 45, 0.14);
    display: grid;
    gap: 4px;
    justify-items: center;
}

.stitch-countdown-box span {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1;
    color: var(--stitch-lime);
}

.stitch-countdown-box small {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stitch-story-panel {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    margin: 0 0 26px;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(7, 14, 9, 0.86));
    border: 1px solid rgba(210, 255, 45, 0.1);
    overflow: hidden;
}

.stitch-story-visual {
    min-width: 0;
}

.stitch-story-panel-reverse {
    grid-template-columns: 0.95fr 1.05fr;
}

.stitch-story-visual img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: block;
    object-fit: cover;
    border-radius: 22px;
    border: 1px solid rgba(210, 255, 45, 0.08);
    background: rgba(4, 8, 5, 0.92);
}

.stitch-story-copy {
    display: grid;
    align-content: center;
    gap: 14px;
    min-width: 0;
}

.stitch-story-copy h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    line-height: 1.08;
    margin: 0;
}

.stitch-story-copy p {
    margin: 0;
    color: var(--stitch-text-muted);
}

.stitch-story-points {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.stitch-story-points li {
    position: relative;
    padding-left: 18px;
    color: var(--stitch-text);
}

.stitch-story-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--stitch-lime);
    box-shadow: 0 0 12px rgba(210, 255, 45, 0.35);
}

.stitch-bottom-panel {
    display: grid;
    gap: 18px;
}

.stitch-footer {
    padding: 0 0 8px;
}

.stitch-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    color: var(--stitch-text-muted);
    font-size: 0.92rem;
}

.stitch-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.stitch-lang-toggle {
    display: inline-flex;
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid var(--stitch-border);
    background: var(--stitch-surface);
}

.stitch-lang-toggle button {
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--stitch-text-muted);
    cursor: pointer;
}

.stitch-lang-toggle button.active {
    background: linear-gradient(180deg, #e0ff53 0%, #c1f12d 100%);
    color: #081008;
}

.stitch-testimonial-card,
.stitch-content-card,
.stitch-code-card,
.stitch-member-panel,
.stitch-side-panel,
.stitch-form-panel {
    padding: 32px;
}

.stitch-quote {
    margin: 0 0 18px;
    line-height: 1.8;
}

.stitch-persona {
    display: grid;
    gap: 4px;
}

.stitch-persona span,
.stitch-helper,
.stitch-content-card p,
.stitch-side-panel p,
.stitch-form-panel p,
.stitch-member-panel p {
    color: var(--stitch-text-muted);
}

.stitch-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 36px;
    border-radius: var(--stitch-radius-xl);
}

.stitch-cta-copy h3 {
    font-size: 1.5rem;
}

.stitch-page-head,
.stitch-member-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.stitch-two-col {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: start;
}

.stitch-two-col.tight {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.stitch-member-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 24px;
}

.stitch-member-panel-full {
    margin-top: 24px;
    width: 100%;
}

.stitch-member-summary {
    align-items: stretch;
}

.stitch-member-stat-shell {
    padding: 14px;
}

.stitch-side-panel h1,
.stitch-form-panel h1,
.stitch-member-panel h1,
.stitch-member-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.stitch-side-list,
.stitch-check-list,
.stitch-step-list,
.stitch-asset-list,
.stitch-quick-links,
.stitch-panel-stack {
    display: grid;
    gap: 14px;
}

.stitch-side-list,
.stitch-check-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.stitch-side-list li,
.stitch-check-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.7;
    color: var(--stitch-text-muted);
}

.stitch-side-list i,
.stitch-check-list i {
    margin-top: 4px;
    color: var(--stitch-text);
}

.stitch-kpi-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
    padding: 18px;
    border-radius: 12px;
}

.stitch-kpi-strip strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.2rem;
}

.stitch-kpi-strip span {
    color: var(--stitch-text-muted);
    font-size: 0.9rem;
}

.stitch-form-stack {
    display: grid;
    gap: 18px;
}

.stitch-field {
    display: grid;
    gap: 10px;
}

.stitch-field label {
    color: var(--stitch-text);
    font-size: 0.94rem;
    font-weight: 600;
}

.stitch-field input,
.stitch-field select,
.stitch-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--stitch-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--stitch-text);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.stitch-field textarea {
    min-height: 140px;
    padding: 16px;
    resize: vertical;
}

.stitch-field input::placeholder,
.stitch-field textarea::placeholder {
    color: #6f7869;
}

.stitch-field input:focus,
.stitch-field select:focus,
.stitch-field textarea:focus {
    border-color: var(--stitch-border-strong);
    box-shadow: 0 0 0 3px rgba(210, 255, 46, 0.14);
}

.stitch-alert {
    display: none;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--stitch-border);
}

.stitch-alert.show,
.stitch-alert.active {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.stitch-alert.error {
    background: #fef3f2;
    border-color: #f3c1bb;
    color: var(--stitch-danger);
}

.stitch-alert.success {
    background: rgba(210, 255, 46, 0.08);
    border-color: rgba(210, 255, 46, 0.2);
    color: var(--stitch-accent);
}

.stitch-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stitch-payment-option,
.stitch-package-option {
    display: grid;
    gap: 8px;
    padding: 16px;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease;
}

.stitch-payment-option:hover,
.stitch-package-option:hover {
    background: var(--stitch-surface-muted);
}

.stitch-payment-option .icon-wrap {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--stitch-bg-soft);
    color: var(--stitch-text);
}

.stitch-payment-option .icon-wrap img {
    max-width: 28px;
    max-height: 28px;
}

.stitch-package-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.stitch-package-option span {
    color: var(--stitch-text-muted);
    font-size: 0.86rem;
}

.stitch-hidden {
    display: none !important;
}

.stitch-result-panel {
    display: none;
}

.stitch-result-panel.active {
    display: block;
}

.stitch-qr-card,
.stitch-va-box {
    place-items: center;
    padding: 22px;
    border-radius: 20px;
}

.stitch-qr-card img {
    width: min(100%, 280px);
    border-radius: 12px;
}

.stitch-va-number {
    margin: 12px 0;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.stitch-member-stat {
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 124px;
    width: 100%;
    box-sizing: border-box;
}

.stitch-member-stat strong {
    display: block;
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: 1.1;
    word-break: break-word;
}

.stitch-member-stat .stitch-panel-label {
    display: block;
    margin-bottom: 6px;
}

.stitch-member-hero {
    gap: 18px;
}

.loading {
    color: var(--stitch-text-muted);
}

.stitch-release-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.stitch-asset-item,
.stitch-quick-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 16px;
}

.stitch-asset-item:hover,
.stitch-quick-links a:hover,
.stitch-asset-item:focus-visible,
.stitch-quick-links a:focus-visible {
    background: var(--stitch-surface-muted);
    border-color: var(--stitch-border-strong);
}

.stitch-asset-item strong,
.stitch-step-item strong {
    display: block;
    margin-bottom: 4px;
}

.stitch-asset-item span,
.stitch-step-item p {
    margin: 0;
    color: var(--stitch-text-muted);
    font-size: 0.92rem;
}

.stitch-step-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.stitch-step-item span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(180deg, #e0ff53 0%, #c1f12d 100%);
    color: #081008;
    font-weight: 700;
}

.stitch-note-card {
    border-left: 3px solid var(--stitch-border-strong);
}

.stitch-note-card.info {
    border-left-color: var(--stitch-accent);
}

.stitch-note-card.success {
    border-left-color: var(--stitch-success);
}

.stitch-note-card.warning {
    border-left-color: var(--stitch-warning);
}

.stitch-code-card pre {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.8;
    color: #c8d0c0;
}

.toast-stack {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 60;
    display: grid;
    gap: 10px;
}

.toast {
    min-width: 240px;
    max-width: 320px;
    padding: 14px 16px;
    border-radius: 16px;
}

.toast.success {
    border-color: #bfe0cb;
}

.toast.error {
    border-color: #f3c1bb;
}

.toast.warning {
    border-color: #ecd7a1;
}

.loader {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(24, 24, 27, 0.18);
    border-top-color: rgba(24, 24, 27, 0.88);
    border-radius: 50%;
    animation: stitchSpin 0.7s linear infinite;
}

@keyframes stitchSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .stitch-nav-links {
        display: none;
    }

    .stitch-mobile-toggle {
        display: inline-grid;
        place-items: center;
    }

    .stitch-hero,
    .stitch-highlight-row,
    .stitch-highlight-row.reverse,
    .stitch-two-col,
    .stitch-two-col.tight,
    .stitch-member-layout {
        grid-template-columns: 1fr;
    }

    .stitch-highlight-row.reverse .stitch-highlight-copy,
    .stitch-highlight-row.reverse .stitch-highlight-visual {
        order: initial;
    }

    .stitch-proof-grid,
    .stitch-grid-3,
    .stitch-method-grid,
    .stitch-package-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    :root {
        --stitch-shell: min(100vw - 28px, 1160px);
    }

    .stitch-nav {
        padding-top: 12px;
    }

    .stitch-nav-row {
        padding: 12px;
        border-radius: 22px;
    }

    .stitch-nav-actions .stitch-nav-button {
        display: none;
    }

    .stitch-brand-copy small {
        display: none;
    }

    .stitch-main {
        padding-bottom: 8px;
    }

    .stitch-page {
        padding: 18px 0 36px;
    }

    .stitch-hero {
        gap: 24px;
        padding-top: 38px;
        padding-bottom: 14px;
    }

    .stitch-hero-visual {
        margin-top: 0;
    }

    .stitch-hero-copy h1 {
        max-width: none;
        font-size: clamp(2.45rem, 12vw, 3.5rem);
        line-height: 1.02;
    }

    .stitch-hero-copy p,
    .stitch-section-heading p,
    .stitch-content-card p,
    .stitch-side-panel p,
    .stitch-form-panel p,
    .stitch-member-panel p {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    .stitch-hero-actions,
    .stitch-bottom-actions,
    .stitch-footer-actions,
    .stitch-inline-links {
        width: 100%;
    }

    .stitch-page-head {
        width: 100%;
        gap: 12px;
    }

    .stitch-page-head > * {
        width: 100%;
    }

    .stitch-page-head .stitch-cta,
    .stitch-page-back {
        justify-content: center;
        text-align: center;
    }

    .stitch-hero-actions .stitch-cta,
    .stitch-bottom-actions .stitch-cta,
    .stitch-footer-actions .stitch-cta {
        width: 100%;
    }

    .stitch-trust-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .stitch-trust-pill {
        width: 100%;
        margin: 0px;
        min-width: 0;
    }

    .stitch-hero-visual,
    .stitch-highlight-visual {
        min-height: 320px;
    }

    .stitch-dashboard-window {
        padding: 18px;
    }

    .stitch-floating-card {
        width: 100%;
        margin-top: 12px;
    }

    .stitch-brand {
        gap: 10px;
    }

    .stitch-brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .stitch-section {
        padding: 10px 0;
    }

    .stitch-footer-cta {
        padding-top: 8px;
        padding-bottom: 2px;
    }

    .stitch-footer {
        padding-bottom: 2px;
    }

    .stitch-section-heading {
        margin-bottom: 18px;
    }

    .stitch-section-heading h2,
    .stitch-side-panel h1,
    .stitch-form-panel h1,
    .stitch-member-panel h1,
    .stitch-member-hero h1,
    .stitch-footer-panel h2,
    .stitch-bottom-panel h2 {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .stitch-dashboard-grid,
    .stitch-hero-flow,
    .stitch-footer-row,
    .stitch-page-head,
    .stitch-cta-band,
    .stitch-member-hero,
    .stitch-footer-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .stitch-proof-grid,
    .stitch-grid-2,
    .stitch-grid-3,
    .stitch-method-grid,
    .stitch-kpi-strip,
    .stitch-package-switch {
        grid-template-columns: 1fr;
    }

    .stitch-feature-grid,
    .stitch-pricing-grid,
    .stitch-faq-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .stitch-bento-card,
    .stitch-arch-panel,
    .stitch-price-card,
    .stitch-faq-card,
    .stitch-pricing-card {
        min-width: 0;
    }

    .stitch-architecture-grid {
        grid-template-columns: 1fr;
    }

    .stitch-architecture-card,
    .stitch-architecture-card.wide {
        grid-column: span 1;
    }

    .stitch-highlight-copy,
    .stitch-highlight-visual,
    .stitch-bottom-panel,
    .stitch-bento-card,
    .stitch-arch-panel,
    .stitch-price-card,
    .stitch-faq-card,
    .stitch-pricing-card,
    .stitch-footer-panel,
    .stitch-side-panel,
    .stitch-form-panel,
    .stitch-content-card,
    .stitch-code-card,
    .stitch-member-stat,
    .stitch-member-panel,
    .stitch-testimonial-card {
        padding: 18px;
        border-radius: 20px;
    }

    .stitch-member-stat-shell,
    .stitch-member-panel-full {
        padding: 0;
        background: none;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .stitch-member-stat {
        min-height: auto;
        gap: 4px;
        padding: 18px;
    }

    .stitch-member-stat strong {
        margin-top: 4px;
        font-size: 1.4rem;
    }

    .stitch-member-layout,
    .stitch-panel-stack {
        gap: 18px;
    }

    .stitch-member-panel-full {
        margin-top: 18px;
    }

    .stitch-member-hero {
        gap: 14px;
    }

    .stitch-member-panel > .stitch-content-card,
    .stitch-side-panel > .stitch-content-card,
    .stitch-member-stat-shell > .stitch-content-card,
    #deviceManagement > .stitch-content-card,
    #downloadPanel > .stitch-content-card,
    #supportPanel > .stitch-content-card,
    #onboardingPanel > .stitch-content-card,
    #licenseInfo > .stitch-content-card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .stitch-member-panel > .stitch-content-card + .stitch-content-card,
    .stitch-side-panel > .stitch-content-card + .stitch-content-card,
    .stitch-member-stat-shell > .stitch-content-card + .stitch-content-card,
    #deviceManagement > .stitch-content-card + .stitch-content-card,
    #downloadPanel > .stitch-content-card + .stitch-content-card,
    #supportPanel > .stitch-content-card + .stitch-content-card,
    #onboardingPanel > .stitch-content-card + .stitch-content-card,
    #licenseInfo > .stitch-content-card + .stitch-content-card {
        margin-top: 14px !important;
    }

    .stitch-sale-countdown {
        width: 100%;
        padding: 14px;
    }

    .stitch-story-panel {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 16px;
    }

    .stitch-story-visual img {
        min-height: 240px;
    }

    .stitch-countdown-grid {
        width: 100%;
        gap: 10px;
    }

    .stitch-countdown-box {
        flex: 1 1 calc(33.333% - 8px);
        min-width: 0;
    }

    .stitch-dashboard-grid,
    .stitch-hero-flow,
    .stitch-mini-stack,
    .stitch-highlight-stack,
    .stitch-feature-grid,
    .stitch-pricing-grid,
    .stitch-faq-grid,
    .stitch-proof-grid,
    .stitch-grid-2,
    .stitch-grid-3,
    .stitch-method-grid,
    .stitch-architecture-grid {
        gap: 16px;
    }

    .stitch-hero-flow,
    .stitch-mini-stack {
        gap: 14px;
    }

    .stitch-hero-copy p {
        margin: 12px 0px;
    }

    .stitch-trust-row {
        margin-top: 22px;
    }

    .stitch-flow-card,
    .stitch-floating-card {
        padding: 14px 16px;
    }

    .stitch-step-item,
    .stitch-asset-item,
    .stitch-quick-links a,
    .stitch-release-head {
        gap: 12px;
    }

    .stitch-asset-item,
    .stitch-quick-links a {
        flex-direction: column;
        align-items: flex-start;
    }

    .stitch-release-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .stitch-step-item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .stitch-step-item span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .stitch-asset-item > div,
    .stitch-quick-links a > div,
    .stitch-step-item > div {
        width: 100%;
        min-width: 0;
    }

    .stitch-bottom-actions {
        gap: 10px;
    }

    .stitch-code-card,
    .stitch-content-card,
    .stitch-form-panel,
    .stitch-side-panel,
    .stitch-member-panel {
        overflow-x: hidden;
    }

    .stitch-package-option,
    .upload-area,
    .preview-container {
        width: 100%;
        min-width: 0;
    }

    .file-meta {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .stitch-code-card pre {
        font-size: 0.86rem;
        line-height: 1.7;
        white-space: pre-wrap;
        word-break: break-word;
    }

    .toast-stack {
        left: 14px;
        right: 14px;
        top: 14px;
    }

    .toast {
        min-width: 0;
        max-width: none;
    }
}
