:root {
    --v2-ink: #0f172a;
    --v2-navy: #111c2f;
    --v2-muted: #64748b;
    --v2-line: #e2e8f0;
    --v2-cyan: #0ea5e9;
    --v2-cyan-soft: #e0f2fe;
}

html {
    scroll-padding-top: 76px;
}

body {
    background: #ffffff;
    color: var(--v2-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.header {
    padding: 1rem 0 !important;
    background: var(--v2-navy) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav {
    max-width: 1180px;
}

.logo-img {
    height: 42px !important;
    width: auto;
}

.homepage-nav {
    gap: 2.5rem;
}

.homepage-nav-links {
    gap: 2rem;
}

.homepage-nav-links a,
.nav-login {
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.homepage-nav-links a:hover,
.nav-login:hover {
    color: #ffffff;
}

.nav-get-started {
    padding: 0.65rem 1.2rem;
    background: var(--v2-cyan) !important;
    color: #ffffff !important;
    border-color: var(--v2-cyan) !important;
}

.nav-get-started:hover {
    background: #38bdf8 !important;
}

.hero-new {
    position: relative;
    overflow: hidden;
    padding: 6.8rem 0 5.5rem;
    background-color: var(--v2-navy) !important;
    background-image: radial-gradient(rgba(148, 163, 184, 0.26) 1px, transparent 1px) !important;
    background-size: 22px 22px !important;
    color: #ffffff;
}

.hero-new::after {
    position: absolute;
    right: -12rem;
    bottom: -20rem;
    width: 42rem;
    height: 42rem;
    border: 1px solid rgba(14, 165, 233, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.hero-new .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4.5rem;
}

.hero-new .hero-text {
    max-width: 560px;
}

.hero-kicker,
.section-kicker {
    margin: 0 0 1.15rem;
    color: var(--v2-cyan);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-new h1 {
    margin: 0 0 1.5rem;
    color: #ffffff !important;
    font-size: clamp(3.6rem, 6vw, 5.8rem) !important;
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.94;
}

.hero-new .lead {
    max-width: 510px;
    margin-bottom: 0;
    color: #cbd5e1;
    font-size: 1.08rem;
    line-height: 1.7;
}

.hero-proof {
    margin: 1.3rem 0 0;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 600;
}

.cta-buttons {
    gap: 0.8rem;
    margin-top: 2.1rem;
}

.hero-primary-action {
    padding: 0.8rem 1.45rem;
    background: var(--v2-cyan) !important;
    border-color: var(--v2-cyan) !important;
    color: #ffffff !important;
}

.hero-primary-action:hover {
    background: #38bdf8 !important;
}

.hero-secondary-action {
    padding: 0.8rem 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.hero-secondary-action:hover {
    background: rgba(255, 255, 255, 0.14) !important;
}

.hero-new .hero-image {
    min-height: 0;
    align-items: center;
}

.hero-visual-card {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.15rem;
    background: #f8fafc;
    box-shadow: 0 30px 70px rgba(2, 6, 23, 0.38);
    transform: rotate(1.2deg);
}

.hero-visual-bar,
.hero-visual-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.05rem;
    color: #475569;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.hero-visual-bar {
    background: #e2e8f0;
}

.hero-visual-card img {
    display: block;
    width: 100%;
    height: clamp(260px, 30vw, 410px);
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: cover;
}

.hero-visual-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    background: #ffffff;
    letter-spacing: 0;
}

.hero-visual-caption strong {
    color: var(--v2-ink);
    font-size: 0.84rem;
}

.hero-visual-caption span {
    color: var(--v2-muted);
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-subtext-container {
    padding: 2.1rem 0 2.35rem;
    background: #ffffff;
    border-bottom: 1px solid var(--v2-line);
}

.hero-subtext-container .subtext {
    margin-bottom: 1.25rem;
    color: var(--v2-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem;
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.section {
    padding: 6.5rem 0;
}

.section-alt {
    background: #f8fafc;
}

.section .container {
    max-width: 1180px;
}

.section h2 {
    color: var(--v2-ink) !important;
    font-weight: 800 !important;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.section > .container > h2 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.section > .container > .section-kicker {
    text-align: center;
}

.how-step,
.feature-card,
.quality-item,
.pricing-card,
.faq-item,
.testimonial-card {
    border: 1px solid var(--v2-line) !important;
    border-radius: 1rem !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05) !important;
}

.how-step {
    padding: 1.5rem;
    background: #ffffff;
    text-align: left;
}

.how-step-number {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0 1rem;
    background: var(--v2-cyan);
    font-size: 0.9rem;
}

.how-step-image {
    height: 180px;
    margin-bottom: 1.35rem;
    border: 0;
    border-radius: 0.75rem;
    background: #e0f2fe;
}

.how-step h3,
.feature-card h3,
.quality-item h3 {
    color: var(--v2-ink);
}

.how-step p,
.feature-card p,
.quality-item p {
    color: var(--v2-muted);
    line-height: 1.65;
}

.section-dark {
    background: var(--v2-navy) !important;
}

.section-dark h2 {
    color: #ffffff !important;
}

.final-cta {
    position: relative;
    overflow: hidden;
    padding-top: 6rem !important;
}

.final-cta::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(148, 163, 184, 0.2) 1px, transparent 1px);
    background-size: 22px 22px;
    content: "";
    opacity: 0.35;
    pointer-events: none;
}

.final-cta .container {
    position: relative;
    z-index: 1;
}

footer {
    background: #0b1322 !important;
}

@media (max-width: 900px) {
    .homepage-nav {
        gap: 1rem;
    }

    .homepage-nav-links {
        gap: 1rem;
    }

    .hero-new {
        padding: 5rem 0 4rem;
    }

    .hero-new .container {
        gap: 3rem;
    }
}

@media (max-width: 700px) {
    .homepage-nav-links {
        background: var(--v2-navy) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
    }

    .hero-new {
        padding: 4.5rem 0 3.5rem;
    }

    .hero-new h1 {
        font-size: clamp(3.2rem, 16vw, 4.5rem) !important;
    }

    .hero-new .lead {
        font-size: 1rem;
    }

    .hero-visual-card {
        transform: none;
    }

    .hero-visual-card img {
        height: 250px;
    }

    .cta-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .cta-buttons .btn {
        text-align: center;
    }

    .trusted-logos {
        gap: 1rem 1.4rem;
    }

    .section {
        padding: 4.5rem 0;
    }
}

/* Full Hero V2 page */
.hero-v2,
.quote-experience,
.professionals-section,
.final-v2,
.footer-v2 {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-v2 {
    position: relative;
    overflow: hidden;
    padding: 4.7rem 0 4.2rem;
    background-color: var(--v2-navy);
    background-image: radial-gradient(rgba(148, 163, 184, 0.23) 1px, transparent 1px);
    background-size: 21px 21px;
    color: #ffffff;
}

.hero-v2::after,
.final-v2::after {
    position: absolute;
    right: -18rem;
    bottom: -25rem;
    width: 43rem;
    height: 43rem;
    border: 1px solid rgba(14, 165, 233, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.hero-v2-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 4.3rem;
    max-width: 1180px;
}

.hero-v2-copy {
    position: relative;
    z-index: 1;
}

.hero-v2 h1,
.hero-v2 h2,
.final-v2 h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.hero-v2 h1 {
    font-size: clamp(3rem, 5.4vw, 5rem);
}

.hero-lead {
    max-width: 500px;
    margin: 1.6rem 0 0;
    color: #cbd5e1;
    font-size: 0.94rem;
    line-height: 1.65;
}

.hero-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.65rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.v2-button-primary {
    background: var(--v2-cyan);
    border-color: var(--v2-cyan);
    color: #ffffff;
}

.v2-button-primary:hover {
    background: #38bdf8;
}

.v2-button-ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

.hero-v2 .hero-proof {
    margin-top: 1rem;
    color: #94a3b8;
}

.hero-v2-art {
    position: relative;
    z-index: 1;
}

.mock-window {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.85rem;
    background: #f8fafc;
    box-shadow: 0 28px 55px rgba(2, 6, 23, 0.45);
    transform: rotate(1.2deg);
}

.mock-window-bar,
.mock-window-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.72rem 0.9rem;
    color: #475569;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.mock-window-bar {
    background: #e2e8f0;
}

.window-dots {
    color: #94a3b8;
    letter-spacing: 0.15em;
}

.window-pill {
    padding: 0.24rem 0.45rem;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.43rem;
}

.plan-canvas {
    position: relative;
    height: 24rem;
    overflow: hidden;
    background: #ffffff;
}

.plan-canvas::before,
.plan-canvas::after {
    position: absolute;
    background: #cbd5e1;
    content: "";
}

.plan-canvas::before {
    top: 50%;
    left: 8%;
    width: 84%;
    height: 1px;
}

.plan-canvas::after {
    top: 12%;
    left: 50%;
    width: 1px;
    height: 76%;
}

.plan-shape {
    position: absolute;
    top: 25%;
    left: 27%;
    width: 44%;
    height: 43%;
    border: 2px solid #475569;
    border-right: 0;
    background: #f8fafc;
    clip-path: polygon(0 0, 100% 0, 100% 55%, 54% 55%, 54% 100%, 0 100%);
}

.plan-measure {
    position: absolute;
    z-index: 1;
    color: #475569;
    font-size: 0.55rem;
    font-weight: 700;
}

.plan-measure-top {
    top: 20%;
    left: 49%;
}

.plan-measure-side {
    top: 47%;
    left: 21%;
    transform: rotate(-90deg);
}

.measurement-dialog {
    position: absolute;
    z-index: 2;
    top: 16%;
    right: 6%;
    display: grid;
    gap: 0.35rem;
    width: 10.8rem;
    padding: 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.18);
    color: #64748b;
    font-size: 0.55rem;
}

.measurement-dialog strong {
    color: #0f172a;
    font-size: 0.62rem;
}

.measurement-dialog b {
    padding: 0.45rem;
    border: 1px solid #cbd5e1;
    color: #0f172a;
}

.measurement-dialog small {
    color: #94a3b8;
    font-weight: 500;
}

.measurement-dialog div {
    display: flex;
    justify-content: flex-end;
    gap: 0.35rem;
}

.measurement-dialog button {
    padding: 0.32rem 0.55rem;
    border: 0;
    border-radius: 0.3rem;
    background: #e2e8f0;
    color: #334155;
    font-size: 0.5rem;
    font-weight: 700;
}

.measurement-dialog button:last-child {
    background: #0f172a;
    color: #ffffff;
}

.mock-window-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
    background: #ffffff;
    letter-spacing: 0;
}

.mock-window-footer strong {
    color: #0f172a;
    font-size: 0.68rem;
}

.mock-window-footer span {
    color: #64748b;
    font-size: 0.57rem;
}

.hero-announcement {
    padding: 0.42rem 1rem;
    background: #0b1322;
    color: #94a3b8;
    font-size: 0.56rem;
    text-align: center;
}

.trust-strip {
    padding: 1.25rem 0 1.45rem;
    background: #ffffff;
}

.trust-strip p {
    margin: 0 0 0.9rem;
    color: #94a3b8;
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

.v2-section {
    padding: 5.5rem 0;
    background: #ffffff;
}

.v2-section-soft {
    background: #f8fafc;
}

.v2-section .container,
.trust-strip .container,
.quote-experience .container,
.professionals-section .container,
.final-v2 .container,
.footer-v2 .container {
    max-width: 1040px;
}

.v2-section > .container > .section-kicker,
.quote-experience > .container > .section-kicker {
    margin-bottom: 0.8rem;
}

.v2-section h2,
.v2-heading-row h2,
.quote-experience h2,
.professionals-section h2,
.pricing-section h2,
.faq-section h2 {
    margin: 0;
    color: var(--v2-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.v2-section > .container > h2 {
    max-width: 500px;
}

.v2-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
    margin-top: 2.2rem;
}

.v2-step-card,
.product-card,
.live-grid article {
    border: 1px solid var(--v2-line);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.035);
}

.v2-step-card {
    min-height: 13rem;
    padding: 1rem;
}

.v2-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 1.5rem;
    border-radius: 0.3rem;
    background: #e2e8f0;
    color: #0f172a;
    font-size: 0.7rem;
    font-weight: 800;
}

.v2-icon-blue {
    background: var(--v2-cyan);
    color: #ffffff;
}

.v2-step-card h3,
.product-card h3 {
    margin: 0;
    color: var(--v2-ink);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
}

.v2-step-card p,
.product-card p,
.live-grid p,
.professional-cards p,
.pricing-lead,
.faq-intro {
    color: var(--v2-muted);
    font-size: 0.67rem;
    line-height: 1.55;
}

.v2-step-card p {
    min-height: 3.2rem;
}

.v2-card-note,
.product-card > .v2-card-note {
    display: block;
    color: #94a3b8;
    font-size: 0.55rem;
    font-weight: 700;
}

.v2-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.62fr);
    align-items: end;
    gap: 4rem;
    margin-bottom: 2rem;
}

.v2-heading-row > p {
    margin: 0 0 0.2rem;
    color: var(--v2-muted);
    font-size: 0.7rem;
    line-height: 1.55;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.product-card {
    position: relative;
    min-height: 13.5rem;
    padding: 1rem;
}

.product-card h3 {
    margin-bottom: 0.45rem;
}

.product-card p {
    margin: 0;
}

.product-card > strong {
    display: block;
    margin-top: 1.1rem;
    color: var(--v2-ink);
    font-size: 1.35rem;
}

.product-card-dark {
    background: var(--v2-navy);
    border-color: var(--v2-navy);
}

.product-card-dark h3,
.product-card-dark p,
.product-card-dark > strong {
    color: #ffffff;
}

.product-card-dark p {
    color: #cbd5e1;
}

.v2-icon-invert {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.product-card-accent {
    border-color: #7dd3fc;
    background: #f0f9ff;
}

.card-tag {
    display: inline-block;
    margin: 0 0 0.65rem;
    color: var(--v2-cyan);
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.card-tag-dark {
    color: #ffffff;
    background: var(--v2-navy);
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
}

.mock-dark-button {
    margin-top: 1rem;
    padding: 0.45rem 0.75rem;
    border: 0;
    border-radius: 999px;
    background: var(--v2-navy);
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 800;
}

.mini-plan {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 40%;
    height: 3.5rem;
    border: 1px solid #cbd5e1;
    background: linear-gradient(90deg, transparent 48%, #cbd5e1 49%, transparent 51%), linear-gradient(0deg, transparent 48%, #cbd5e1 49%, transparent 51%);
}

.metric-row {
    display: flex;
    gap: 0.55rem;
    margin-top: 1.1rem;
}

.metric-row b {
    display: grid;
    gap: 0.25rem;
    min-width: 4rem;
    padding: 0.42rem;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 0.48rem;
}

.metric-row strong {
    color: var(--v2-ink);
    font-size: 0.7rem;
}

.product-card-scheduler {
    grid-column: span 2;
    min-height: 9rem;
}

.board-lanes {
    display: flex;
    gap: 0.35rem;
    margin-top: 1rem;
}

.board-lanes span {
    flex: 1;
    padding: 0.4rem;
    border: 1px solid #dbeafe;
    border-radius: 0.35rem;
    color: #64748b;
    font-size: 0.45rem;
    font-weight: 800;
}

.board-lanes b {
    color: var(--v2-ink);
    font-size: 0.52rem;
}

.product-card-demo {
    min-height: 9rem;
    background: #f0f9ff;
}

.product-card-demo h3 {
    margin-top: 0.7rem;
}

.product-card-demo .v2-button {
    margin-top: 0.8rem;
}

.product-card-demo #demoStatus {
    display: block;
    margin-top: 0.45rem;
    color: #64748b;
    font-size: 0.55rem;
}

.quote-experience {
    padding: 5.8rem 0;
    background: var(--v2-navy);
    color: #ffffff;
    text-align: center;
}

.quote-experience h2 {
    color: #ffffff;
}

.quote-experience-lead {
    margin: 1rem auto 2.4rem;
    color: #cbd5e1;
    font-size: 0.7rem;
}

.quote-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
    text-align: left;
}

.quote-plan-mock,
.quote-3d-mock {
    min-height: 20rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.7rem;
    background: #f8fafc;
}

.quote-3d-mock {
    background: #17243b;
}

.quote-plan-mock .mock-window-bar,
.quote-3d-mock .mock-window-bar {
    color: #64748b;
    font-size: 0.48rem;
}

.quote-3d-mock .mock-window-bar {
    background: #20314f;
    color: #cbd5e1;
}

.mock-plan-shape {
    width: 58%;
    height: 9rem;
    margin: 2.5rem auto 1rem;
    border: 2px solid #475569;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 58%, 57% 58%, 57% 100%, 0 100%);
}

.mock-plan-footer {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    color: #64748b;
    font-size: 0.57rem;
}

.mock-plan-footer b {
    color: var(--v2-ink);
    font-size: 0.8rem;
}

.pdf-note {
    display: block;
    width: 70%;
    margin: 1.7rem auto 0;
    color: #64748b;
    font-size: 0.55rem;
}

.mock-3d-object {
    width: 48%;
    height: 7rem;
    margin: 3.2rem auto 1.2rem;
    border-radius: 0.25rem;
    background: linear-gradient(145deg, #f8fafc 0%, #e7e5e4 56%, #a8a29e 57%, #64748b 100%);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
    transform: perspective(240px) rotateX(16deg) rotateY(-10deg);
}

.swatches {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 1rem;
    color: #cbd5e1;
    font-size: 0.5rem;
}

.swatches span {
    width: 0.7rem;
    height: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: #f8fafc;
}

.swatches span:nth-child(2) { background: #d6d3d1; }
.swatches span:nth-child(3) { background: #a8a29e; }
.swatches span:nth-child(4) { background: #334155; }
.swatches b { margin-left: auto; font-weight: 500; }

.workflow-grid {
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    align-items: center;
    gap: 5rem;
}

.workflow-grid h2 {
    max-width: 400px;
}

.workflow-list {
    display: grid;
    gap: 0.65rem;
    margin: 1.7rem 0 0;
    padding: 0;
    list-style: none;
    color: #64748b;
    font-size: 0.67rem;
}

.workflow-list b {
    margin-right: 0.4rem;
    color: #22c55e;
}

.activity-card {
    padding: 1rem;
    border: 1px solid var(--v2-line);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    color: #64748b;
    font-size: 0.58rem;
}

.activity-card > span {
    color: var(--v2-ink);
    font-weight: 800;
}

.activity-card p {
    margin: 0.65rem 0 0;
    padding: 0.6rem;
    border: 1px solid #e0f2fe;
    border-radius: 0.45rem;
    background: #f8fafc;
}

.activity-card p b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-right: 0.45rem;
    border-radius: 50%;
    background: var(--v2-cyan);
    color: #ffffff;
    font-size: 0.48rem;
}

.live-section {
    background: #f8fafc;
}

.live-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 2rem;
}

.live-grid article {
    padding: 1rem;
    box-shadow: none;
}

.live-grid b {
    color: var(--v2-ink);
    font-size: 0.7rem;
}

.live-grid p {
    margin: 0.55rem 0 0;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2.4rem;
    color: #64748b;
    font-size: 0.52rem;
    text-align: center;
}

.stats-row b {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--v2-ink);
    font-size: 1.25rem;
}

.professionals-section {
    padding: 4.7rem 0;
    background: var(--v2-navy);
    color: #ffffff;
}

.professionals-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    align-items: center;
    gap: 4rem;
}

.professionals-section h2 {
    color: #ffffff;
}

.professional-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.professional-cards article {
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.04);
}

.professional-cards b {
    color: #ffffff;
    font-size: 0.64rem;
}

.professional-cards p {
    margin: 0.4rem 0 0;
    color: #94a3b8;
}

.pricing-section {
    background: #f8fafc;
    text-align: center;
}

.pricing-section > .container > .section-kicker {
    margin-bottom: 0.7rem;
}

.pricing-section h2 {
    font-size: clamp(2rem, 4vw, 2.7rem);
}

.pricing-lead {
    margin: 0.8rem auto 1.3rem;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: 1.8rem;
    color: #64748b;
    font-size: 0.65rem;
}

.pricing-toggle #annualLabel {
    color: var(--v2-ink);
    font-weight: 800;
}

.pricing-toggle .toggle-switch {
    position: relative;
    display: inline-block;
    width: 2.6rem;
    height: 1.35rem;
}

.pricing-toggle .toggle-switch input {
    width: 0;
    height: 0;
    opacity: 0;
}

.pricing-toggle .slider {
    position: absolute;
    inset: 0;
    border-radius: 99px;
    background: var(--v2-cyan);
    cursor: pointer;
}

.pricing-toggle .slider::before {
    position: absolute;
    bottom: 0.18rem;
    left: 0.18rem;
    width: 0.99rem;
    height: 0.99rem;
    border-radius: 50%;
    background: #ffffff;
    content: "";
    transition: transform 0.2s ease;
}

.pricing-toggle input:checked + .slider::before {
    transform: translateX(1.25rem);
}

.v2-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 0.8rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.v2-price-card {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border: 1px solid var(--v2-line);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.v2-price-card > span:not(.card-tag) {
    color: var(--v2-ink);
    font-size: 0.67rem;
    font-weight: 800;
}

.v2-price-card h3 {
    margin: 0.65rem 0 0;
    color: var(--v2-ink);
    font-size: 2rem;
    letter-spacing: -0.05em;
}

.v2-price-card h3 small {
    color: #64748b;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0;
}

.v2-price-card > p {
    margin: 0.2rem 0 1rem;
    color: #64748b;
    font-size: 0.58rem;
}

.v2-price-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
    color: #64748b;
    font-size: 0.58rem;
}

.v2-price-card .v2-button {
    width: 100%;
    margin-top: auto;
}

.v2-button-dark {
    background: var(--v2-navy);
    color: #ffffff;
}

.v2-price-card-popular {
    background: var(--v2-navy);
    border-color: var(--v2-navy);
    transform: translateY(-0.55rem);
}

.v2-price-card-popular > span:not(.card-tag),
.v2-price-card-popular h3,
.v2-price-card-popular h3 small {
    color: #ffffff;
}

.v2-price-card-popular > p,
.v2-price-card-popular ul {
    color: #cbd5e1;
}

.v2-button-light {
    background: #ffffff;
    color: var(--v2-navy);
}

.testimonial-section {
    padding: 4rem 0;
    background: #ffffff;
    text-align: center;
}

.testimonial-section .container {
    max-width: 700px;
}

.stars {
    color: #f59e0b;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
}

.testimonial-section blockquote {
    margin: 1rem 0 0.9rem;
    color: var(--v2-ink);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5;
}

.testimonial-section p {
    margin: 0;
    color: #64748b;
    font-size: 0.6rem;
    line-height: 1.5;
}

.faq-section h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
}

.faq-intro {
    max-width: 500px;
    margin: 0.8rem 0 1.5rem;
}

.v2-faq-list {
    max-width: 750px;
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: 0.7rem;
    background: #ffffff;
}

.v2-faq-list details {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--v2-line);
}

.v2-faq-list details:last-child {
    border-bottom: 0;
}

.v2-faq-list summary {
    color: var(--v2-ink);
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 800;
}

.v2-faq-list details p {
    max-width: 620px;
    margin: 0.7rem 0 0;
    color: var(--v2-muted);
    font-size: 0.62rem;
    line-height: 1.55;
}

.final-v2 {
    position: relative;
    overflow: hidden;
    padding: 5.8rem 0 4rem;
    background-color: var(--v2-navy);
    background-image: radial-gradient(rgba(148, 163, 184, 0.2) 1px, transparent 1px);
    background-size: 21px 21px;
    color: #ffffff;
    text-align: center;
}

.final-v2 .container {
    position: relative;
    z-index: 1;
}

.final-v2 h2 {
    font-size: clamp(2.1rem, 4.5vw, 3.4rem);
}

.final-v2 p {
    max-width: 500px;
    margin: 1rem auto 0;
    color: #cbd5e1;
    font-size: 0.68rem;
    line-height: 1.55;
}

.final-v2 .hero-v2-actions {
    justify-content: center;
}

.final-v2 small {
    display: block;
    margin-top: 1rem;
    color: #94a3b8;
    font-size: 0.53rem;
}

.footer-v2 {
    padding: 1rem 0;
    background: #0b1322;
    color: #64748b;
}

.footer-v2-main {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #64748b;
    font-size: 0.55rem;
}

.footer-v2 .footer-logo-img {
    width: auto;
    height: 1.1rem;
}

.footer-v2 nav {
    display: flex;
    gap: 1rem;
    margin-left: auto;
}

.footer-v2 a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-v2 a:hover {
    color: #ffffff;
}

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

    .hero-v2-grid {
        gap: 2.8rem;
    }

    .v2-heading-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

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

    .product-card-scheduler {
        grid-column: span 2;
    }

    .workflow-grid {
        gap: 2rem;
    }

    .professionals-grid {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .hero-v2 {
        padding: 3.7rem 0 3.2rem;
    }

    .hero-v2 h1 {
        font-size: clamp(2.7rem, 14vw, 4rem);
    }

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

    .hero-v2-actions .v2-button {
        text-align: center;
    }

    .mock-window {
        transform: none;
    }

    .plan-canvas {
        height: 18rem;
    }

    .v2-section,
    .quote-experience {
        padding: 4rem 0;
    }

    .v2-step-grid,
    .product-grid,
    .quote-showcase,
    .live-grid,
    .v2-pricing-grid {
        grid-template-columns: 1fr;
    }

    .product-card-scheduler {
        grid-column: auto;
    }

    .v2-price-card-popular {
        transform: none;
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.4rem;
    }

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

    .footer-v2-main {
        flex-wrap: wrap;
    }

    .footer-v2 nav {
        width: 100%;
        margin-left: 0;
    }
}
