/* Site-owned refinements. Keep core UI and the intentional editor/beaver overlap intact. */
body.page-subpage {
    --site-bg: #07131e;
    --site-surface: #0d2030;
    --site-raised: #112a3d;
    --site-text: #e7f4f8;
    --site-muted: #adc2d0;
    --site-line: #2a4d61;
    --site-link: #58d8f5;
    --color-bg-dark: var(--site-bg);
    --color-bg-dark-card: var(--site-surface);
    --color-text-on-dark: var(--site-text);
    --color-text-on-dark-muted: var(--site-muted);
    --color-border-dark: var(--site-line);
    background: var(--site-bg);
    color: var(--site-text);
}
[data-theme="light"] body.page-subpage {
    --site-bg: #f3f8fa;
    --site-surface: #fff;
    --site-raised: #e7f1f5;
    --site-text: #122d3f;
    --site-muted: #456071;
    --site-line: #b9d0db;
    --site-link: #086d87;
    --color-primary: #086d87;
    --color-text: var(--site-text);
    --color-text-secondary: var(--site-muted);
    --color-surface: var(--site-surface);
    --color-border-light: var(--site-line);
}
body.page-subpage :is(.main-content, .showcase-hero, .showcase-example, .pricing-page) { background-color: transparent; }
.page-subpage .site-header { background: color-mix(in srgb, var(--site-bg) 94%, transparent); border-bottom: 1px solid var(--site-line); }
.page-subpage .hamburger { margin-left: auto; }
.page-subpage :is(.site-footer, .footer-main) { background-color: var(--site-bg); }
.page-subpage main a:not(.btn):not(.news-card):not(.pricing-card__btn) { color: var(--site-link); }
.page-subpage main a:not(.btn):hover { text-decoration-thickness: 2px; text-underline-offset: .2em; }
body :is(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #159dbd; outline-offset: 4px; }
body :is(main, .site-footer) { overflow-wrap: break-word; }
.site-eyebrow, .page-subpage :is(.pricing-hero__label, .showcase-label) { color: var(--site-link); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.site-footprint-note { margin: 0; padding: 1.5rem max(24px, calc((100% - 1072px) / 2)) 3rem; font-size: .8rem; line-height: 1.7; color: #9eb7c6; background: #030a12; }
[data-theme="light"] .site-footprint-note { color: #456071; background: #f3f8fa; }
[data-theme="light"] .page-landing .hero-title-line--accent { color: var(--color-primary-dark); -webkit-text-fill-color: var(--color-primary-dark); background: none; }
/* Light-mode accents stay local to the Small by design section. */
[data-theme="light"] .page-landing .landing-small-design {
    --small-design-cyan: #1994cf;
    --small-design-cyan-soft: rgba(25, 148, 207, .1);
}
[data-theme="light"] .landing-small-design :is(.small-design-title, .small-design-subtitle) { text-shadow: none; }
[data-theme="light"] .landing-small-design :is(.small-design-title-line--accent, .small-design-metric-value, .small-design-rail-text, .small-design-link) {
    text-shadow: 0 0 16px rgba(25, 148, 207, .1);
}
[data-theme="light"] .landing-small-design .small-design-title-line {
    text-shadow: 0 0 14px rgba(45, 209, 249, .3), 0 0 28px rgba(45, 209, 249, .12);
}
[data-theme="light"] .landing-small-design :is(.small-design-metric-icon, .small-design-fact-icon) {
    background: #1994cf;
    color: #2dd1f9;
    border: 2px solid #2dd1f9;
    box-shadow: none;
}
[data-theme="light"] .page-landing .vibecoding-icon {
    background: #1994cf;
    color: #2dd1f9;
    border: 2px solid #2dd1f9;
    box-shadow: none;
}
[data-theme="light"] .landing-small-design .small-design-metric-label::after { box-shadow: none; }
[data-theme="light"] .landing-small-design .small-design-link:hover { color: #087fac; }
[data-theme="light"] .page-landing .dir-tree { color: #193d50; }
/* These are illustrative feature panels, not clickable cards. */
.page-landing .landing-features .feature-card,
.page-landing .landing-features .feature-card:hover { transform: none; }

/* Keep the intentional overlap; offset both theme variants equally. */
.page-landing .features-mascot-img { translate: -10px 13px; }

/* Reserve the landscape's width plus a gutter for the lower copy. */
@media (min-width: 800px) {
    .page-landing .feature-editor-body {
        --editor-landscape-width: min(clamp(9.6rem, 14.4vw, 13.4rem), 29%);
        --editor-landscape-right: clamp(1.15rem, 2vw, 1.95rem);
    }
    .page-landing .feature-editor-lower {
        right: calc(var(--editor-landscape-width) + var(--editor-landscape-right) + 1.25rem);
    }
}
@media (min-width: 800px) and (max-width: 1199px) {
    .page-landing .feature-editor-body {
        --editor-landscape-width: min(clamp(9rem, 17vw, 12.5rem), 30%);
        --editor-landscape-right: clamp(1rem, 2vw, 1.7rem);
    }
}
@media (min-width: 360px) and (max-width: 785px) {
    /* Here the landscape is absolutely positioned and at most 34% wide. */
    .page-landing .feature-editor-lower p { max-width: calc(66% - 1.5rem); }
}

/* Opaque light-mode toolbar with legible controls. */
[data-theme="light"] .page-landing .feature-format-bar {
    background: linear-gradient(145deg, #eaf7ff, #cce8f6);
    border-color: #75b6d5;
    color: #173e56;
}
[data-theme="light"] .page-landing .feature-format-bar button { color: inherit; }

/* Match the blue-tinted windows in the feature illustration. */
.page-landing .dir-tree {
    background: linear-gradient(145deg, rgba(16, 41, 68, .82), rgba(3, 12, 25, .9) 58%, rgba(2, 8, 17, .96)), #04101e;
    border-color: rgba(91, 213, 255, .72);
    box-shadow: 0 0 0 1px rgba(56, 205, 255, .12) inset, 0 0 26px rgba(44, 197, 255, .2), 0 22px 60px rgba(0, 0, 0, .38);
}
.page-landing .dir-tree-header {
    background: rgba(2, 10, 22, .2);
    border-bottom-color: rgba(91, 213, 255, .34);
}
.page-landing .dir-tree-list li { border-bottom-color: rgba(91, 213, 255, .14); }
.page-landing .dir-tree-header .code-dot-green { background: #65c56f; }
[data-theme="light"] .page-landing .dir-tree {
    background: linear-gradient(145deg, #ffffff, #effaff 58%, #def3fc);
    border-color: rgba(25, 148, 207, .48);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .75) inset, 0 14px 34px rgba(10, 76, 110, .08), 0 28px 70px rgba(10, 76, 110, .11);
}
[data-theme="light"] .page-landing .dir-tree-header {
    background: #e5f3fb;
    border-bottom-color: rgba(25, 148, 207, .22);
}
[data-theme="light"] .page-landing .dir-tree-list li { border-bottom-color: rgba(25, 148, 207, .16); }

/* Scale to the actual copy column, not just the full viewport. */
.page-landing .size-matters-copy { container-type: inline-size; }
.page-landing .size-heading {
    font-size: min(clamp(4.2rem, 6.6vw, 7.25rem), 19.5cqi);
    line-height: 1;
    overflow-wrap: normal;
    word-break: normal;
}
.page-landing .size-heading span { display: inline-block; white-space: nowrap; }
@media (max-width: 800px) {
    .page-landing .size-heading { font-size: min(clamp(3rem, 15vw, 5rem), 19.5cqi); }
}
.page-subpage .btn-ghost { color: var(--site-text); border-color: var(--site-line); }
.page-subpage .btn-gradient { color: #062337; background: linear-gradient(115deg, #59def4, #63bfef); }
.page-subpage .btn { min-height: 44px; white-space: normal; text-align: center; }
.page-subpage :is(h1, h2, h3, h4) { color: var(--site-text); text-wrap: balance; }
.page-subpage h1 { font-weight: 700; }
.page-subpage :is(.pricing-container, .showcase-container) { width: 100%; max-width: 1280px; padding-inline: clamp(20px, 4vw, 48px); }
.page-subpage :is(.pricing-hero__title, .showcase-title, .news-page__title) { font-size: clamp(2.2rem, 4.8vw, 4.1rem); line-height: 1.12; letter-spacing: -.045em; }
.page-subpage :is(.pricing-hero__intro, .showcase-intro, .news-page__intro) { color: var(--site-muted); font-size: clamp(1rem, 1.4vw, 1.13rem); line-height: 1.75; }
/* Pricing: one readable free plan plus optional services; four / two / one columns. */
.page-pricing .pricing-hero { padding: clamp(40px, 6vw, 80px) 0 56px; }
.page-pricing .pricing-hero__title { max-width: 920px; margin-inline: auto; }
.site-pricing-art { max-width: 560px; margin: 32px auto 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--site-line); }
.site-pricing-art img, .site-error-art img { width: 100%; height: auto; }
.site-art-light { display: none; }
.site-art-dark { display: block; }
[data-theme="light"] .site-art-light { display: block; }
[data-theme="light"] .site-art-dark { display: none; }
@media (min-width: 960px) {
    .page-pricing .pricing-hero .pricing-container { display: grid; grid-template-columns: 1.35fr 1fr; column-gap: 40px; text-align: left; align-items: start; }
    .page-pricing .pricing-hero__label, .page-pricing .pricing-hero__title, .page-pricing .pricing-hero__intro { grid-column: 1; }
    .page-pricing .site-pricing-art { grid-column: 2; grid-row: 1 / 4; align-self: center; margin: 0; }
}
.page-pricing .pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.page-pricing .pricing-card { padding: 30px 22px 24px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 18px; display: flex; flex-direction: column; min-width: 0; box-shadow: 0 10px 36px #00121e18; }
.page-pricing .pricing-card--highlight { border-color: #2fc8e7; box-shadow: 0 0 0 1px #2fc8e72e, 0 0 40px #21b7df14; transform: none; }
.page-pricing .pricing-card__badge { background: #67def2; color: #08283b; white-space: nowrap; }
.page-pricing .pricing-card__name { min-height: 2rem; font-size: 1.2rem; }
.page-pricing .pricing-card__price { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; min-height: 92px; }
.page-pricing .pricing-card__amount { white-space: nowrap; font-size: clamp(2rem, 3vw, 2.6rem); line-height: 1.15; letter-spacing: -.04em; color: var(--site-text); }
.page-pricing .pricing-card__period { color: var(--site-muted); }
.page-pricing .pricing-card__desc { min-height: 7.5em; color: var(--site-muted); line-height: 1.6; }
.page-pricing .pricing-card__features { flex: 1; color: var(--site-text); font-size: .92rem; line-height: 1.65; margin-bottom: 28px; }
.page-pricing .pricing-card__action { margin-top: auto; }
.page-pricing .pricing-card__action .btn { display: flex; justify-content: center; align-items: center; width: 100%; }
.page-pricing :is(.pricing-vat-note, .site-form-privacy) { color: var(--site-muted); line-height: 1.6; }
.page-pricing .pricing-custom__box { text-align: left; padding: clamp(24px, 4vw, 48px); background: var(--site-surface); border: 1px solid var(--site-line); }
.page-pricing .pricing-custom__text { max-width: 70ch; margin-left: 0; }
.page-pricing .pricing-faq { max-width: 940px; margin-inline: auto; }
.page-pricing .faq-item { background: var(--site-surface); border-color: var(--site-line); }
.page-pricing :is(.faq-item__question, .faq-item__answer, .faq-item__answer-inner) { color: var(--site-text); }
.page-pricing .pricing-contact__box { max-width: 850px; padding: clamp(22px, 4vw, 48px); background: var(--site-surface); border-color: var(--site-line); }
.page-pricing .nibbly-json-form-section { padding: 0; background: transparent; border: 0; margin: 0; }
.page-pricing .nibbly-json-form-section h2 { font-size: 2rem; }
.page-pricing .nibbly-form-description { color: var(--site-muted); margin-bottom: 28px; }
.page-pricing .contact-form :is(label, .form-hint) { color: var(--site-text); }
.page-pricing .contact-form :is(input:not([type="hidden"]), select, textarea) { min-height: 48px; background: var(--site-bg); color: var(--site-text); border: 1px solid var(--site-line); border-radius: 8px; padding: 12px; font: inherit; width: 100%; }
.page-pricing .contact-form :is(input, textarea)::placeholder { color: var(--site-muted); opacity: 1; }
.page-pricing .site-form-privacy { margin-top: 24px; font-size: .82rem; }
.page-pricing .form-feedback { scroll-margin-top: 140px; }
.page-pricing .form-feedback.success { color: #62e6b4; background: #103b31; }
.page-pricing .form-feedback.error { color: #ffd1ce; background: #502724; }
/* News: wider overview, calm article reading measure, retained artwork. */
.page-news .content-inner { width: 100%; max-width: 1280px; padding-inline: clamp(20px, 4vw, 48px); }
.page-news .news-page { padding-top: 42px; }
.page-news .news-page__header { max-width: 800px; text-align: left; margin-bottom: 48px; }
.page-news .news-page__title { margin-top: 16px; }
.page-news .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.page-news .news-card { background: var(--site-surface); border-color: var(--site-line); border-radius: 18px; }
.page-news .news-card__body { padding: 24px; }
.page-news .news-card__title { font-size: 1.4rem; line-height: 1.3; color: var(--site-text); text-wrap: pretty; }
.page-news .news-card__excerpt { color: var(--site-muted); display: block; font-size: .96rem; }
.page-news .news-card__date { color: var(--site-link); }
.page-news-article .content-inner { max-width: 950px; padding-inline: clamp(20px, 4vw, 48px); }
.page-news-article .news-post-page { display: flex; flex-direction: column; padding-top: 32px; }
.page-news-article .news-post-page__back { order: -3; }
.page-news-article .news-post-page__header { order: -2; padding-block: 24px; }
.page-news-article .news-post-page__title { font-size: clamp(2rem, 4.3vw, 3.6rem); line-height: 1.14; letter-spacing: -.035em; }
.page-news-article .news-post-page__hero { border-radius: 18px; overflow: hidden; margin-bottom: 40px; }
.page-news-article .news-post-page__hero img { width: 100%; height: auto; }
.page-news-article .news-post-page__content { font-size: 1.05rem; line-height: 1.85; color: var(--site-text); }
.page-news-article .news-post-page__content h3 { margin-top: 2em; font-size: 1.45rem; }
/* Documentation: stable sidebar, scrollable code, progressively enhanced mobile contents. */
.page-docs .docs-layout { max-width: 1360px; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); padding: 32px clamp(20px, 4vw, 48px); }
.page-docs .docs-sidebar { max-height: calc(100dvh - 150px); overflow-y: auto; padding: 18px 0; background: transparent; }
.page-docs .docs-nav a { padding: 9px 14px; border-radius: 0 8px 8px 0; color: var(--site-muted); background: transparent; font-size: .88rem; line-height: 1.35; }
.page-docs .docs-nav a.active { background: var(--site-raised); border-color: var(--site-link); color: var(--site-link); }
.page-docs .docs-nav ul { display: block; }
.page-docs .docs-nav-title { color: var(--site-muted); padding-left: 14px; }
.docs-contents-toggle { display: none; }
.page-docs .docs-section { scroll-margin-top: 140px; margin-bottom: 64px; }
.page-docs .docs-section :is(p, li) { color: var(--site-text); line-height: 1.8; }
.page-docs .docs-content h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; }
.page-docs .docs-content :is(h1, h2, h3), .page-pricing .nibbly-json-form-section h2 { font-weight: 700; }
.page-docs :not(pre) > code { background: var(--site-raised); color: var(--site-text); border: 1px solid var(--site-line); border-radius: 4px; padding: .1em .3em; }
.page-docs :is(.docs-code, .docs-tree, .docs-note, .docs-tip) { background: var(--site-surface); border: 1px solid var(--site-line); color: var(--site-text); }
.page-docs :is(.docs-code-header, .docs-table th) { background: var(--site-raised); color: var(--site-text); }
.page-docs :is(.docs-table td, .docs-table th) { border-color: var(--site-line); }
.page-docs pre { max-width: 100%; overflow-x: auto; color: var(--site-text); background: var(--site-surface); }
.page-docs .docs-table { display: block; overflow-x: auto; max-width: 100%; }
.page-docs .docs-language-note { color: var(--site-muted); font-size: .88rem; }
/* Showcase is a component laboratory, not a second set of commercial offers. */
.site-demo-note { max-width: 1184px; margin: 30px auto 0; padding: 14px 20px; border-left: 2px solid var(--site-link); font-size: .88rem; line-height: 1.6; color: var(--site-muted); background: var(--site-surface); }
.page-showcase .showcase-hero { padding-block: 36px 56px; }
.page-showcase main { padding-top: var(--header-height); }
.page-showcase :is(.showcase-explainer__layout, .showcase-hero__layout) { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.page-showcase :is(.showcase-explainer__text, .showcase-explainer__code, .showcase-hero__content) { min-width: 0; overflow-wrap: anywhere; }
.page-showcase .showcase-explainer__layout { gap: clamp(24px, 4vw, 60px); }
.page-showcase .showcase-hero__layout { gap: 40px; }
.page-showcase .showcase-hero__image { max-width: 500px; border-radius: 20px; overflow: hidden; border: 1px solid var(--site-line); }
.page-showcase .showcase-hero__beaver { width: 100%; max-width: none; height: auto; }
.page-showcase .showcase-jumpnav { background: var(--site-surface); border-block: 1px solid var(--site-line); }
.page-showcase .showcase-jumpnav__track { flex-wrap: wrap; gap: 6px; }
.page-showcase .showcase-jumpnav a { width: auto; min-width: 42px; min-height: 44px; padding: 10px 12px; background: var(--site-raised); border-color: var(--site-line); }
.page-showcase .showcase-jumpnav a::after { content: attr(data-title); margin-left: 7px; font-size: .78rem; position: static; opacity: 1; visibility: visible; transform: none; background: none; color: inherit; border: 0; padding: 0; white-space: normal; }
.page-showcase .showcase-example { border-bottom: 1px solid var(--site-line); scroll-margin-top: 145px; }
.page-showcase :is(.showcase-section-title, .showcase-example__title) { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.page-showcase :is(.showcase-explainer, .showcase-code, .pricing-card, .faq-item, .testimonial-card) { background-color: var(--site-surface); border-color: var(--site-line); }
.page-showcase pre { overflow-x: auto; max-width: 100%; }
.page-showcase .stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.page-showcase .stats-card { min-width: 0; overflow-wrap: anywhere; }
.page-showcase .stats-value { font-size: clamp(1.7rem, 3vw, 2.6rem); }
@media (max-width: 900px) { .page-showcase .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media (max-width: 480px) { .page-showcase .stats-grid { grid-template-columns: minmax(0, 1fr); } }
.page-showcase :is(.comparison-table-wrapper, .table-wrapper) { overflow-x: auto; }
.site-comparison-sources { color: var(--site-muted); font-size: .8rem; line-height: 1.7; }
.page-subpage .main-content > .content-inner:has(> .page-sections) { max-width: 860px; padding-inline: 24px; }
.page-subpage .content-inner .content-text { line-height: 1.85; }
.page-reading .content-inner { max-width: 900px; padding-inline: clamp(20px, 4vw, 48px); }
.page-reading .content-inner :is(p, li) { font-size: 1rem; line-height: 1.85; color: var(--site-text); }
.page-reading .content-inner h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-block: 24px 36px; }
.page-reading .content-inner h2 { margin-top: 36px; font-weight: 700; }
.page-reading .content-inner a { text-decoration: underline; text-underline-offset: .2em; }
.site-error-art { width: min(420px, 100%); display: block; margin: 0 auto 28px; border-radius: 20px; overflow: hidden; }
.page-subpage .error-page { max-width: 800px; margin: 0 auto; padding: 36px 24px 64px; }
.page-subpage .error-page__code { color: var(--site-link); font-size: clamp(3rem, 8vw, 5rem); line-height: 1.1; }
.page-subpage .error-page__message { color: var(--site-muted); }
@media (max-width: 1199px) {
    .page-pricing .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
    .page-pricing .pricing-card__desc { min-height: 4.8em; }
    .page-news .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 769px) and (max-width: 1199px) {
    .page-landing .landing-hero::before { background-position: 10% 50%; }
    .page-landing .landing-hero::after { background: linear-gradient(90deg, #020812f5 0%, #020812ee 38%, #02081260 54%, transparent 66%); }
    [data-theme="light"] .page-landing .landing-hero::after { background: linear-gradient(90deg, #fffffff5 0%, #ffffffed 38%, #ffffff60 54%, transparent 66%); }
    html[lang="de"] .page-landing .hero-title { font-size: clamp(2.5rem, 5.2vw, 4rem); }
}
@media (max-width: 767px) {
    .page-subpage .hamburger { margin-left: auto; }
    .page-subpage :is(.pricing-container, .showcase-container) { padding-inline: 20px; }
    .page-pricing .pricing-grid, .page-news .news-grid { grid-template-columns: minmax(0, 1fr); }
    .page-pricing .pricing-card__desc { min-height: 0; }
    .page-pricing .pricing-card__price { min-height: 0; margin-bottom: 20px; }
    .page-pricing .pricing-card { padding: 28px 24px; }
    .page-docs .docs-layout { display: block; padding-top: 16px; }
    .page-docs .docs-sidebar { position: static; max-height: none; padding: 0; margin-bottom: 30px; border: 1px solid var(--site-line); border-radius: 12px; background: var(--site-surface); }
    .page-docs .docs-nav { padding: 12px; }
    .page-docs .docs-nav ul { display: block; }
    .page-docs .docs-nav li { display: block; margin: 0; }
    .page-docs .docs-nav a { display: block; width: 100%; min-height: 44px; padding: 12px; background: transparent; color: var(--site-text); }
    .page-docs .docs-sidebar[data-enhanced] .docs-contents-toggle { display: flex; justify-content: space-between; width: 100%; padding: 18px; font: inherit; font-weight: 700; color: var(--site-text); background: transparent; border: 0; cursor: pointer; }
    .page-docs .docs-sidebar[data-enhanced] .docs-contents-toggle::after { content: '+'; }
    .page-docs .docs-sidebar[data-enhanced] .docs-contents-toggle[aria-expanded="true"]::after { content: '−'; }
    .page-docs .docs-sidebar[data-enhanced] .docs-nav[hidden] { display: none; }
    .page-docs .docs-section { margin-bottom: 46px; }
    .site-demo-note { margin: 22px 20px 0; }
    .page-showcase .showcase-hero__layout { gap: 24px; }
    .page-showcase :is(.showcase-explainer__layout, .showcase-hero__layout) { grid-template-columns: minmax(0, 1fr); }
    .page-showcase .showcase-jumpnav a::after { display: none; }
    .page-showcase .showcase-jumpnav a { min-width: 44px; }
    .page-news .news-page { padding-top: 24px; }
}
@media (min-width: 768px) { .page-docs .docs-nav[hidden] { display: block; } }
/* Setup story: the same editorial header as The Vibe, with three file-to-site stages. */
.landing-setup { --setup-accent: var(--small-design-cyan); --setup-text: #f3f8ff; --setup-muted: #b5c7d3; --setup-line: #245065; }
.landing-setup .landing-container { max-width: 1180px; }
.landing-setup .landing-section-header { text-align: left; }
.page-landing .landing-setup .landing-section-heading { margin: 0; color: var(--setup-text); font-size: clamp(4.2rem, 6.6vw, 7.25rem); font-weight: 700; line-height: .94; letter-spacing: -.055em; text-shadow: none; text-wrap: balance; }
.landing-setup .landing-section-heading .setup-accent { color: var(--setup-accent); text-shadow: 0 0 24px #38ddff66, 0 0 54px #38ddff25; }
.landing-setup .section-label { color: var(--setup-accent); font-size: clamp(.78rem, 1.05vw, 1rem); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-shadow: none; }
.landing-setup .landing-section-desc { margin: 1.5rem 0 0; max-width: 36rem; color: var(--setup-muted); font-size: clamp(1.15rem, 1.55vw, 1.5rem); font-weight: 500; line-height: 1.4; }
.setup-journey { list-style: none; margin: 0; padding: 0; }
.setup-step { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) minmax(0, .85fr); align-items: center; gap: 2rem; padding: 2.25rem 0; border-top: 1px solid var(--setup-line); }
.setup-step:last-child { padding-bottom: 0; }
.setup-step__number { align-self: start; color: var(--setup-accent); font-size: 3rem; font-weight: 600; line-height: 1; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.setup-step__copy h3 { margin: 0 0 .7rem; color: var(--setup-text); font-size: clamp(1.65rem, 2.5vw, 2.25rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.setup-step__copy p { margin: 0; max-width: 43ch; color: var(--setup-muted); font-size: 1rem; line-height: 1.65; }
.setup-preview { min-width: 0; overflow: hidden; border: 1px solid var(--setup-line); border-radius: 12px; background: radial-gradient(ellipse at 100% 100%, #0e344655, transparent 75%), #06111c; box-shadow: 0 14px 40px #00000025; }
.setup-preview__bar { display: flex; align-items: center; gap: 5px; padding: 10px 14px; border-bottom: 1px solid var(--setup-line); }
.setup-preview__bar > span { width: 5px; height: 5px; border-radius: 50%; background: #416074; }
.setup-preview__bar code { margin-left: 8px; background: transparent; padding: 0; color: var(--setup-muted); font-size: .7rem; }
.setup-preview__body { padding: 20px; }
.setup-preview__title { display: block; width: fit-content; max-width: 100%; color: var(--setup-text); font-size: 1.15rem; font-weight: 600; line-height: 1.3; }
.setup-preview__meta { display: block; margin-top: .45rem; color: var(--setup-muted); font-size: .75rem; line-height: 1.4; }
.setup-preview__files { display: flex; flex-wrap: wrap; gap: 6px; color: var(--setup-muted); font: .7rem var(--font-mono); }
.setup-preview__files span { padding: 6px 8px; border: 1px solid var(--setup-line); border-radius: 4px; }
.setup-preview__transfer { display: flex; align-items: center; gap: 12px; margin: 12px 0; color: var(--setup-accent); }
.setup-preview__transfer i { height: 3px; flex: 1; background: var(--setup-accent); box-shadow: 0 0 14px #38ddff40; }
.setup-preview__transfer b { font-size: .8rem; }
.setup-preview__checks { display: flex; align-items: center; margin-bottom: 18px; }
.setup-preview__checks span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--setup-accent); border-radius: 50%; color: var(--setup-accent); font-size: .8rem; }
.setup-preview__checks i { height: 1px; flex: 1; background: var(--setup-line); }
.setup-preview__toolbar { display: flex; gap: 18px; width: fit-content; padding: 6px 12px; margin-bottom: 14px; border: 1px solid var(--setup-line); border-radius: 5px; color: var(--setup-muted); font: .8rem system-ui, sans-serif; }
.setup-preview--edit .setup-preview__title { padding: 3px 6px; outline: 1px solid var(--setup-accent); background: #38ddff12; }
.setup-preview--edit .setup-preview__meta { margin-top: 13px; color: var(--setup-accent); }
[data-theme="light"] .landing-setup { --setup-accent: #086d87; --setup-text: #122d3f; --setup-muted: #456071; --setup-line: #b9d0db; }
[data-theme="light"] .landing-setup .landing-section-heading .setup-accent { color: var(--color-primary-dark); text-shadow: none; }
[data-theme="light"] .setup-preview { background: radial-gradient(ellipse at 100% 100%, #d7eef4, transparent 75%), #fff; box-shadow: 0 12px 32px #143c4e0a; }
@media (max-width: 767px) {
    .landing-setup .landing-container { padding-inline: 20px; }
    .page-landing .landing-setup .landing-section-heading { font-size: clamp(2.8rem, 8.5vw, 4.2rem); line-height: .98; }
    .setup-step { grid-template-columns: 2.75rem minmax(0, 1fr); gap: 1rem; padding: 1.75rem 0; }
    .setup-step__number { font-size: 2.25rem; }
    .setup-preview { grid-column: 1 / -1; margin-top: .25rem; }
    .setup-step__copy p { font-size: .95rem; }
    .setup-preview__body { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    .page-subpage *, .page-landing * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .page-subpage :is(.reveal, .stagger-reveal > *, .showcase-code) { opacity: 1 !important; transform: none !important; }
}
