/* =========================================================
   FISCAL MIND — Pitch Visual System
   Dark navy / cyan / structured professional SaaS
   ========================================================= */

:root {
    --fm-bg: #020714;
    --fm-bg-2: #061426;
    --fm-bg-3: #0a1f38;
    --fm-panel: rgba(7, 25, 47, 0.90);
    --fm-panel-2: rgba(10, 31, 56, 0.92);

    --fm-cyan: #12d8ff;
    --fm-cyan-2: #00bde8;
    --fm-blue: #1f6fff;
    --fm-blue-soft: rgba(31, 111, 255, .18);

    --fm-white: #f8fbff;
    --fm-text: #edf5ff;
    --fm-muted: #9eb0c5;
    --fm-muted-2: #6f849d;

    --fm-line: rgba(18, 216, 255, .55);
    --fm-line-soft: rgba(18, 216, 255, .20);
    --fm-border: rgba(77, 156, 219, .28);

    --fm-success: #24d0a2;
    --fm-warning: #f0b34c;

    --fm-shadow:
        0 24px 70px rgba(0, 0, 0, .34),
        0 0 0 1px rgba(18, 216, 255, .04);

    --fm-radius-xl: 26px;
    --fm-radius-lg: 20px;
    --fm-radius-md: 14px;

    --fm-container: 1210px;
}


/* RESET */

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 90% 8%, rgba(20, 92, 194, .16), transparent 26%),
        radial-gradient(circle at 9% 40%, rgba(0, 166, 232, .08), transparent 22%),
        var(--fm-bg);
    color: var(--fm-text);
    font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

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

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

button {
    cursor: pointer;
}

.container {
    width: min(var(--fm-container), calc(100% - 42px));
    margin-inline: auto;
}


/* TYPOGRAPHY */

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    letter-spacing: -.035em;
}

h1,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.eyebrow,
.module-kicker,
.card-index,
.case-kicker,
.panel-label {
    text-transform: uppercase;
    letter-spacing: .14em;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--fm-cyan);
    font-size: .73rem;
    font-weight: 800;
}

.eyebrow::after {
    content: "";
    width: 38px;
    height: 1px;
    background: var(--fm-cyan);
}


/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(2, 7, 20, .86);
    border-bottom: 1px solid rgba(18, 216, 255, .14);
    backdrop-filter: blur(18px);
}

.nav-container {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand {
    display: grid;
    gap: 5px;
    line-height: 1;
    flex: none;
}

.brand-wordmark {
    color: var(--fm-white);
    font-size: 1.18rem;
    font-weight: 400;
    letter-spacing: .29em;
    white-space: nowrap;
}

.brand-tagline {
    color: var(--fm-cyan);
    font-size: .60rem;
    font-weight: 600;
    letter-spacing: .10em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
}

.desktop-nav a,
.nav-text-link {
    color: #c7d4e3;
    font-size: .87rem;
    font-weight: 560;
    transition: color .2s ease, opacity .2s ease;
}

.desktop-nav a:hover,
.nav-text-link:hover {
    color: var(--fm-cyan);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-menu-button {
    display: none;
    padding: 8px;
    border: 0;
    background: transparent;
    color: white;
    font-size: 1.55rem;
}


/* BUTTONS */

.button {
    display: inline-flex;
    min-height: 48px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 760;
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #00101b;
    background: linear-gradient(135deg, var(--fm-cyan), #00bff0);
    box-shadow:
        0 11px 28px rgba(18, 216, 255, .16),
        0 0 24px rgba(18, 216, 255, .12);
}

.button-primary:hover {
    background: #53e5ff;
}

.button-outline {
    color: var(--fm-white);
    background: rgba(2, 13, 29, .36);
    border-color: var(--fm-line);
}

.button-outline:hover {
    color: var(--fm-cyan);
    border-color: var(--fm-cyan);
    background: rgba(18, 216, 255, .05);
}

.button-small {
    min-height: 41px;
    padding-inline: 17px;
    font-size: .84rem;
}

.button-full {
    width: 100%;
}


/* PITCH SURFACES / WAVE EFFECT */

.pitch-surface,
.pitch-surface-dark {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.pitch-surface {
    background:
        radial-gradient(ellipse at 78% 45%, rgba(0, 142, 255, .13), transparent 34%),
        radial-gradient(ellipse at 15% 18%, rgba(18, 216, 255, .06), transparent 26%),
        linear-gradient(180deg, #020713 0%, #031023 100%);
}

.pitch-surface-dark {
    background:
        radial-gradient(ellipse at 95% 85%, rgba(0, 119, 255, .18), transparent 30%),
        radial-gradient(ellipse at 10% 5%, rgba(0, 190, 232, .07), transparent 24%),
        #020713;
}

.pitch-surface::after,
.pitch-surface-dark::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -12%;
    right: -12%;
    bottom: -125px;
    height: 310px;
    opacity: .72;
    background:
        repeating-radial-gradient(
            ellipse at center,
            transparent 0 15px,
            rgba(18, 216, 255, .13) 16px 17px,
            transparent 18px 27px
        );
    transform: rotate(-6deg) scaleX(1.2);
    filter: blur(.1px);
    mask-image: linear-gradient(to top, #000 18%, transparent 88%);
}

.pitch-surface::before,
.pitch-surface-dark::before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 720px;
    height: 720px;
    right: -340px;
    bottom: -430px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(0, 135, 255, .22), rgba(18, 216, 255, .05) 36%, transparent 68%);
    filter: blur(8px);
}


/* HERO */

.hero {
    padding: 92px 0 92px;
}

.hero-grid {
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    gap: 58px;
    align-items: center;
}

.hero h1 {
    margin-bottom: 0;
    color: white;
    font-size: clamp(3.2rem, 5.7vw, 5.35rem);
    line-height: .98;
}

.hero h1 span {
    display: block;
    color: var(--fm-cyan);
}

.hero-description {
    max-width: 680px;
    margin: 28px 0 0;
    color: #c5d2e0;
    font-size: 1.07rem;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.hero-proof {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero-proof span {
    position: relative;
    padding-left: 22px;
    color: #b9c9da;
    font-size: .82rem;
}

.hero-proof span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--fm-cyan);
    font-weight: 800;
}

.hero-note {
    max-width: 670px;
    margin: 18px 0 0;
    color: var(--fm-muted-2);
    font-size: .77rem;
}


/* PRODUCT MOCKUP */

.product-window {
    overflow: hidden;
    background: rgba(3, 18, 37, .93);
    border: 1px solid rgba(18, 216, 255, .57);
    border-radius: var(--fm-radius-xl);
    box-shadow:
        0 30px 75px rgba(0, 0, 0, .42),
        0 0 34px rgba(0, 174, 255, .10);
}

.product-window-top {
    min-height: 58px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--fm-line-soft);
    background: rgba(0, 0, 0, .13);
}

.mini-wordmark {
    color: white;
    font-size: .72rem;
    letter-spacing: .25em;
}

.product-search {
    width: min(310px, 48%);
    padding: 8px 13px;
    color: #7f97b0;
    background: rgba(12, 37, 65, .65);
    border: 1px solid rgba(92, 153, 211, .18);
    border-radius: 9px;
    font-size: .65rem;
}

.product-window-body {
    display: grid;
    grid-template-columns: 128px 1fr;
    min-height: 410px;
}

.product-sidebar {
    padding: 18px 10px;
    display: grid;
    align-content: start;
    gap: 8px;
    border-right: 1px solid var(--fm-line-soft);
    background: rgba(0, 9, 23, .45);
}

.product-sidebar span {
    padding: 9px 10px;
    color: #8299b0;
    border-radius: 7px;
    font-size: .62rem;
}

.product-sidebar .sidebar-active {
    color: var(--fm-cyan);
    background: rgba(18, 216, 255, .08);
}

.case-workspace {
    min-width: 0;
    padding: 18px;
}

.case-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.case-kicker {
    color: var(--fm-cyan);
    font-size: .61rem;
    font-weight: 800;
}

.case-heading h3 {
    margin: 6px 0 0;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    font-weight: 500;
}

.status-pill {
    flex: none;
    padding: 6px 9px;
    color: var(--fm-success);
    background: rgba(36, 208, 162, .10);
    border: 1px solid rgba(36, 208, 162, .23);
    border-radius: 999px;
    font-size: .59rem;
    font-weight: 800;
}

.workspace-tabs {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    margin-top: 21px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--fm-line-soft);
}

.workspace-tabs span {
    color: #7e95ae;
    font-size: .61rem;
    white-space: nowrap;
}

.workspace-tabs .active {
    position: relative;
    color: var(--fm-cyan);
    font-weight: 800;
}

.workspace-tabs .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 2px;
    background: var(--fm-cyan);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.metric-grid > div {
    padding: 12px 10px;
    background: rgba(11, 42, 73, .72);
    border: 1px solid rgba(72, 143, 201, .18);
    border-radius: 10px;
}

.metric-grid strong {
    display: block;
    color: white;
    font-size: 1rem;
}

.metric-grid small {
    display: block;
    margin-top: 2px;
    color: #7f95ab;
    font-size: .55rem;
}

.workspace-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.workspace-panel {
    min-width: 0;
    padding: 14px;
    background: rgba(6, 28, 51, .82);
    border: 1px solid rgba(18, 216, 255, .12);
    border-radius: 10px;
}

.panel-label {
    color: var(--fm-cyan);
    font-size: .57rem;
    font-weight: 800;
}

.workspace-panel ol,
.workspace-panel ul {
    margin: 10px 0 0;
    padding-left: 17px;
    color: #acbfd1;
    font-size: .63rem;
}

.workspace-panel li + li {
    margin-top: 5px;
}


/* WORKFLOW */

.workflow-strip {
    padding: 78px 0 84px;
    border-top: 1px solid var(--fm-line-soft);
    border-bottom: 1px solid var(--fm-line-soft);
}

.workflow-intro {
    max-width: 780px;
    margin-bottom: 40px;
}

.workflow-intro h2,
.dark-heading h2,
.professional-grid h2 {
    margin-bottom: 0;
    color: white;
    font-size: clamp(2.45rem, 4.3vw, 4rem);
    line-height: 1.05;
}

.workflow-intro p,
.dark-heading p,
.professional-grid p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--fm-muted);
    font-size: 1rem;
}

.workflow-cards,
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.pitch-card {
    min-height: 218px;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(10, 37, 68, .82), rgba(5, 22, 43, .88));
    border: 1px solid rgba(18, 216, 255, .67);
    border-radius: 15px;
    box-shadow: inset 0 0 24px rgba(0, 172, 245, .02);
}

.card-index {
    display: block;
    color: var(--fm-cyan);
    font-size: .67rem;
    font-weight: 800;
}

.pitch-card h3 {
    margin: 26px 0 13px;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.pitch-card h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(90deg, var(--fm-cyan), transparent);
}

.pitch-card p {
    margin: 16px 0 0;
    color: #b8c6d4;
    font-size: .86rem;
}


/* GENERIC SECTIONS */

.section {
    padding: 92px 0;
}

.section-heading {
    margin-bottom: 44px;
}

.split-heading {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 70px;
    align-items: end;
}

.split-heading h2,
.consultation-copy h2,
.early-access-grid h2 {
    margin-bottom: 0;
    color: white;
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    line-height: 1.05;
}

.split-heading > p,
.consultation-copy > p,
.early-access-grid p {
    margin: 0;
    color: var(--fm-muted);
    font-size: 1rem;
}


/* KNOWLEDGE / MODULES */

.knowledge-section {
    background:
        radial-gradient(circle at 8% 10%, rgba(0, 185, 232, .07), transparent 25%),
        #040b18;
}

.module-grid {
    display: grid;
    grid-template-columns: 1.28fr 1fr 1fr;
    gap: 18px;
}

.module-card {
    padding: 25px;
    background: rgba(8, 29, 52, .84);
    border: 1px solid rgba(18, 216, 255, .40);
    border-radius: var(--fm-radius-lg);
}

.featured-module {
    border-color: rgba(18, 216, 255, .82);
    box-shadow: 0 0 32px rgba(18, 216, 255, .055);
}

.module-head {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--fm-line);
}

.module-number {
    display: grid;
    width: 33px;
    height: 33px;
    place-items: center;
    flex: none;
    color: var(--fm-cyan);
    border: 1px solid var(--fm-cyan);
    border-radius: 50%;
    font-size: .62rem;
    font-weight: 800;
}

.module-kicker {
    color: var(--fm-cyan);
    font-size: .60rem;
    font-weight: 800;
}

.module-head h3 {
    margin: 5px 0 0;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.module-card ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.module-card li {
    position: relative;
    padding-left: 20px;
    color: #bac8d7;
    font-size: .84rem;
}

.module-card li + li {
    margin-top: 9px;
}

.module-card li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--fm-cyan);
}

.section-disclaimer {
    max-width: 900px;
    margin: 22px 0 0;
    color: var(--fm-muted-2);
    font-size: .74rem;
}


/* PLATFORM FEATURES */

#prodotto {
    border-top: 1px solid var(--fm-line-soft);
    border-bottom: 1px solid var(--fm-line-soft);
}

.feature-grid {
    grid-template-columns: repeat(3, 1fr);
}


/* CONSULTING */

.consultation-section {
    background:
        radial-gradient(circle at 86% 10%, rgba(31, 111, 255, .08), transparent 28%),
        #06101f;
}

.consultation-grid {
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 60px;
    align-items: start;
}

.consultation-levels {
    display: grid;
    gap: 0;
    margin-top: 34px;
}

.consultation-levels > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--fm-line-soft);
}

.consultation-levels > div > span {
    color: var(--fm-cyan);
    font-size: .66rem;
    font-weight: 800;
}

.consultation-levels strong {
    display: block;
    color: white;
}

.consultation-levels small {
    display: block;
    margin-top: 4px;
    color: var(--fm-muted);
}

.case-form-card {
    padding: 28px;
    background: rgba(6, 26, 48, .88);
    border: 1px solid rgba(18, 216, 255, .52);
    border-radius: var(--fm-radius-xl);
    box-shadow: var(--fm-shadow);
}

.form-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.form-header h3 {
    margin: 6px 0 0;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 500;
}

.case-id {
    color: var(--fm-muted);
    font-size: .66rem;
    letter-spacing: .08em;
}

form {
    display: grid;
    gap: 15px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

label {
    display: grid;
    gap: 7px;
    color: #c3d1df;
    font-size: .82rem;
    font-weight: 650;
}

input,
select,
textarea {
    width: 100%;
    padding: 13px 14px;
    color: white;
    background: rgba(2, 14, 30, .78);
    border: 1px solid rgba(111, 159, 204, .30);
    border-radius: 10px;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: #617a93;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--fm-cyan);
    box-shadow: 0 0 0 3px rgba(18, 216, 255, .08);
}

select option {
    color: #111;
}

textarea {
    resize: vertical;
}

.form-note {
    margin: 0;
    color: var(--fm-muted-2);
    font-size: .72rem;
}


/* PROFESSIONALS */

.professional-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 55px;
    align-items: center;
}

.professional-grid > div:first-child {
    max-width: 800px;
}

.professional-actions {
    display: flex;
    gap: 12px;
    flex-direction: column;
}


/* EARLY ACCESS */

.early-access-section {
    background: #06101f;
}

.early-access-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.early-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 11px;
    align-items: center;
}


/* FOOTER */

.site-footer {
    padding: 58px 0 25px;
    background: #01050d;
    border-top: 1px solid rgba(18, 216, 255, .13);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr 1fr 1fr;
    gap: 34px;
}

.footer-brand {
    display: inline-grid;
}

.site-footer p {
    max-width: 310px;
    margin: 18px 0 0;
    color: var(--fm-muted);
    font-size: .82rem;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 9px;
}

.footer-links strong {
    margin-bottom: 4px;
    color: white;
    font-size: .83rem;
}

.footer-links a {
    color: #91a4b9;
    font-size: .80rem;
}

.footer-links a:hover {
    color: var(--fm-cyan);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 42px;
    padding-top: 18px;
    color: #64788f;
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-size: .72rem;
}


/* RESPONSIVE */

@media (max-width: 1100px) {
    .desktop-nav,
    .nav-actions {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .desktop-nav.mobile-open {
        position: absolute;
        top: 78px;
        left: 20px;
        right: 20px;
        display: flex;
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        background: #061426;
        border: 1px solid var(--fm-line);
        border-radius: 14px;
        box-shadow: var(--fm-shadow);
    }

    .hero-grid,
    .consultation-grid,
    .early-access-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 52px;
    }

    .workflow-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .module-grid {
        grid-template-columns: 1fr 1fr;
    }

    .featured-module {
        grid-column: 1 / -1;
    }

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

    .split-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .professional-grid {
        grid-template-columns: 1fr;
    }

    .professional-actions {
        flex-direction: row;
    }

    .early-form {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}


@media (max-width: 720px) {
    .container {
        width: min(var(--fm-container), calc(100% - 28px));
    }

    .brand-wordmark {
        font-size: 1rem;
    }

    .hero {
        padding: 58px 0 64px;
    }

    .hero h1 {
        font-size: clamp(3rem, 14vw, 4.25rem);
    }

    .hero-actions {
        flex-direction: column;
    }

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

    .product-window-body {
        grid-template-columns: 1fr;
    }

    .product-sidebar {
        display: none;
    }

    .product-search {
        display: none;
    }

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

    .workspace-panels {
        grid-template-columns: 1fr;
    }

    .workflow-cards,
    .module-grid,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .featured-module {
        grid-column: auto;
    }

    .pitch-card {
        min-height: auto;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .professional-actions {
        flex-direction: column;
        align-items: stretch;
    }

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

    .footer-grid {
        grid-template-columns: 1fr;
    }

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


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

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== V7 QUICK WINS ===== */
.demo-note{margin-top:12px;color:#667f99;font-size:.57rem}
.path-section{background:#040b18;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.path-heading{max-width:820px;margin-bottom:38px}.path-heading h2,.about-grid h2{margin-bottom:0;color:#fff;font-size:clamp(2.6rem,4.5vw,4.15rem);line-height:1.04}
.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.path-card{padding:31px;background:rgba(7,28,52,.88);border:1px solid rgba(16,217,255,.30);border-radius:var(--radius-xl)}.path-live{border-color:var(--cyan);box-shadow:0 0 35px rgba(16,217,255,.05)}.path-status{display:inline-flex;align-items:center;gap:8px;margin-bottom:25px;color:var(--green);font-size:.63rem;font-weight:800;letter-spacing:.09em}.development-status{color:var(--gold)}.path-kicker{display:block;color:var(--cyan);font-size:.61rem;font-weight:800;letter-spacing:.12em}.path-card h3{margin:10px 0 14px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;font-weight:500}.path-card p{color:var(--muted);min-height:78px}.path-price{display:grid;gap:3px;margin:25px 0}.path-price strong{color:#fff;font-size:1.03rem}.path-price span{color:var(--cyan);font-size:.80rem}
.privacy-check{grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;font-weight:500}.privacy-check input{width:16px;height:16px;margin-top:2px}.security-note{padding:17px 18px;background:rgba(16,217,255,.045);border:1px solid rgba(16,217,255,.18);border-radius:11px}.security-note strong{color:#fff;font-size:.82rem}.security-note p{margin:6px 0 0;color:var(--muted);font-size:.76rem}.hp-field{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{min-height:22px;margin-top:3px;font-size:.82rem}.form-status.success{color:var(--green)}.form-status.error{color:#ff8d8d}button:disabled{cursor:wait;opacity:.65}
.about-section{background:#040b18;border-top:1px solid var(--line-soft)}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:17px}.founder-card,.validation-card{padding:25px;background:rgba(8,29,52,.82);border:1px solid rgba(16,217,255,.28);border-radius:var(--radius-lg)}.founder-card h3,.validation-card h3{margin:9px 0 12px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:500}.founder-card p,.validation-card p{color:var(--muted);font-size:.86rem}.inline-link{color:var(--cyan);font-size:.82rem}
@media(max-width:1100px){.path-grid,.consultation-offer-grid,.hero-grid,.early-access-grid,.about-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.about-content{grid-template-columns:1fr}.path-card p{min-height:auto}}

.footer-bottom {
    flex-wrap: wrap;
}

.footer-owner {
    flex-basis: 100%;
    margin-top: 8px;
    color: #64788f;
    font-size: .68rem;
    text-align: center;
}
