body.page-mvp-development { background-color: var(--slake-bg); color: var(--slake-text); }


        .spec-grid-container {
            max-width: 1000px;
            margin: 0 auto 4rem;
            padding: 6rem 2rem;
            background: rgba(255, 255, 255, 0.01);
            border: 1px solid var(--slake-border);
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .spec-grid-container::before {
            content: "MVP Scope";
            position: absolute;
            top: -10px;
            font-family: 'DM Mono', monospace;
            font-size: 0.65rem;
            color: var(--slake-blue);
            letter-spacing: 0.3em;
            background: var(--slake-bg);
            padding: 0 1rem;
        }

        .price-header {
            font-size: clamp(1.9rem, 5vw, 2.75rem);
            font-weight: 950;
            margin-bottom: 1rem;
            letter-spacing: -0.03em;
            line-height: 1.1;
            text-align: center;
        }

        .timeline-pill {
            font-family: 'DM Mono', monospace;
            font-size: 0.75rem;
            color: var(--slake-subtext);
            margin-bottom: 4rem;
            letter-spacing: 0.25em;
        }

        .spec-list {
            list-style: none;
            padding: 0;
            margin: 0 0 5rem 0;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            width: fit-content;
        }

        .spec-list li {
            display: flex;
            align-items: baseline;
            gap: 1.25rem;
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--slake-text);
            text-align: left;
        }

        .spec-list li i {
            color: var(--slake-blue);
            font-size: 0.9rem;
            flex-shrink: 0;
        }

        .btn-intake {
            width: 100%;
            max-width: 480px;
            padding: 1rem 1.75rem;
            background: var(--slake-blue);
            color: white;
            text-decoration: none;
            font-family: 'DM Mono', monospace;
            font-size: 0.9rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .btn-intake:hover {
            background: #357ABD;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(var(--slake-blue-rgb), 0.3);
        }

        .blueprint-footer {
            margin-top: 4rem;
            color: var(--slake-subtext);
            font-size: 0.95rem;
            font-family: 'DM Mono', monospace;
        }

        .blueprint-footer a {
            color: var(--slake-blue);
            text-decoration: none;
            font-weight: 600;
        }

        .blueprint-footer a:hover {
            text-decoration: underline;
        }

        /* Detail Sections */
        .detail-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            max-width: 1000px;
            margin: 0 auto 8rem;
            padding: 0 2rem;
        }

        @media (max-width: 800px) {
            .detail-row { grid-template-columns: 1fr; gap: 4rem; }
        }

        .detail-card h2 {
            font-family: 'DM Mono', monospace;
            font-size: 0.7rem;
            color: var(--slake-blue);
            letter-spacing: 0.3em;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid var(--slake-border);
            padding-bottom: 0.75rem;
            display: block;
        }

        .detail-card h3 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: var(--slake-text);
        }

        .detail-card p {
            color: var(--slake-subtext);
            line-height: 1.6;
            font-size: 1.05rem;
        }

        @media (max-width: 480px) { 
            .mvp-hero h1 {
                font-size: 1.85rem;
                line-height: 1.15;
                margin-bottom: 0.75rem;
            }
            .mvp-hero p {
                font-size: 0.96rem;
                line-height: 1.5;
                margin-bottom: 1.25rem;
                margin-left: auto;
                margin-right: auto;
            }
        
            .price-header { font-size: 7vw; white-space: nowrap; margin-bottom: 2rem; } 
            .btn-intake { font-size: 0.8rem; letter-spacing: 0.1em; font-weight: 700; } 
        
            .price-header { font-size: 2.5rem; } 
            .btn-intake { font-size: 14px; padding: 1.5rem; } 
            .spec-grid-container { padding: 3rem 1.5rem; } 
        }
.page-mvp-development .content-style-e42940b2 { max-width: 1200px; margin: 0 auto; }
