       @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

        .win11-lp-scope {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            background-color: #f8fafc;
            color: #334155;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
            width: 100%;
            position: relative;
        }

        .win11-lp-scope *, 
        .win11-lp-scope *::before, 
        .win11-lp-scope *::after {
            box-sizing: inherit;
        }

        .win11-lp-scope .container-1048 {
            max-width: 1048px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }

        .win11-lp-scope h2, 
        .win11-lp-scope h3, 
        .win11-lp-scope h4 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            color: #0f172a;
            margin: 0;
            line-height: 1.25;
            font-weight: 700;
        }

        .win11-lp-scope p {
            margin: 0 0 16px 0;
            color: #475569;
            font-size: 15px;
        }

        .win11-lp-scope code, 
        .win11-lp-scope .tech-code {
            font-family: 'JetBrains Mono', monospace;
        }

        .win11-lp-scope a {
            color: #0284c7;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .win11-lp-scope a:hover {
            color: #0369a1;
            text-decoration: underline;
        }

        .win11-lp-scope .hero-section {
            padding-top: 56px;
            padding-bottom: 48px;
            text-align: center;
            background: radial-gradient(circle at 50% 0%, rgba(2, 132, 199, 0.08) 0%, transparent 70%);
        }

        .win11-lp-scope .hero-badge-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background-color: rgba(2, 132, 199, 0.08);
            border: 1px solid rgba(2, 132, 199, 0.2);
            color: #0284c7;
            padding: 6px 16px;
            border-radius: 9999px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .win11-lp-scope .hero-title {
            font-size: 36px;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #0f172a;
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .win11-lp-scope .hero-title-sub {
            display: block;
            font-size: 20px;
            font-weight: 600;
            color: #475569;
            margin-bottom: 8px;
        }

        .win11-lp-scope .hero-title-main {
            display: block;
            font-size: 42px;
            font-weight: 800;
            color: #0284c7;
            background: linear-gradient(135deg, #0f172a 20%, #0284c7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .win11-lp-scope .hero-subtitle {
            font-size: 17px;
            color: #475569;
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .win11-lp-scope .hero-badges {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .win11-lp-scope .hero-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 13px;
            color: #334155;
            font-weight: 500;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
        }

        .win11-lp-scope .btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #0284c7;
            color: #ffffff;
            border: 1px solid #0284c7;
            text-align: center;
            padding: 12px 24px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
        }

        .win11-lp-scope .btn-secondary:hover {
            background-color: #0369a1;
            border-color: #0369a1;
            color: #ffffff;
            text-decoration: none;
        }

        .win11-lp-scope .section-block {
            padding-top: 48px;
            padding-bottom: 48px;
            border-top: 1px solid #e2e8f0;
        }

        .win11-lp-scope .section-header {
            text-align: center;
            margin-bottom: 36px;
        }

        .win11-lp-scope .section-title {
            font-size: 28px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 10px;
        }

        .win11-lp-scope .section-subtitle {
            font-size: 15px;
            color: #64748b;
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
        }

        .win11-lp-scope .grid-2col {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .win11-lp-scope .feature-card {
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        }

        .win11-lp-scope .feature-card-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .win11-lp-scope .feature-card-icon {
            width: 36px;
            height: 36px;
            background-color: rgba(2, 132, 199, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0284c7;
            flex-shrink: 0;
        }

        .win11-lp-scope .feature-card-title {
            font-size: 17px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 0;
        }

        .win11-lp-scope .feature-card-desc {
            font-size: 14px;
            color: #475569;
            margin: 0;
            line-height: 1.6;
        }

        .win11-lp-scope .table-container {
            overflow-x: auto;
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        }

        .win11-lp-scope .comp-table {
            width: 100%;
            border-collapse: collapse;
            text-align: left;
            font-size: 14px;
            min-width: 680px;
        }

        .win11-lp-scope .comp-table th, 
        .win11-lp-scope .comp-table td {
            padding: 16px 20px;
            border-bottom: 1px solid #e2e8f0;
            text-align: center;
            color: #334155;
        }

        .win11-lp-scope .comp-table th {
            background-color: #f1f5f9;
            color: #0f172a;
            font-weight: 700;
            font-size: 14px;
        }

        .win11-lp-scope .comp-table th.col-highlight {
            background-color: rgba(2, 132, 199, 0.12);
            color: #0284c7;
            border-top: 2px solid #0284c7;
        }

        .win11-lp-scope .comp-table td.col-highlight {
            background-color: rgba(2, 132, 199, 0.03);
            font-weight: 600;
            color: #0284c7;
        }

        .win11-lp-scope .comp-table .col-title {
            color: #0f172a;
            font-weight: 600;
            width: 22%;
            text-align: left;
        }

        .win11-lp-scope .footnotes-box {
            margin-top: 20px;
            background-color: #f1f5f9;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 16px 20px;
            font-size: 13px;
            color: #475569;
            line-height: 1.6;
        }

        .win11-lp-scope .footnotes-box p {
            margin-bottom: 6px;
            font-size: 13px;
        }

        .win11-lp-scope .footnotes-box p:last-child {
            margin-bottom: 0;
        }

        .win11-lp-scope .pricing-wrapper {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

        .win11-lp-scope .product-card {
            background-color: #ffffff;
            border: 2px solid #0284c7;
            border-radius: 16px;
            padding: 36px;
            box-shadow: 0 10px 30px -10px rgba(2, 132, 199, 0.15);
            position: relative;
        }

        .win11-lp-scope .card-header-flex {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 24px;
            flex-wrap: wrap;
            gap: 16px;
        }

        .win11-lp-scope .card-title {
            font-size: 26px;
            font-weight: 800;
            color: #0f172a;
        }

        .win11-lp-scope .card-desc {
            font-size: 14px;
            color: #64748b;
            margin-top: 4px;
        }

        .win11-lp-scope .price-row {
            background-color: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
        }

        .win11-lp-scope .price-val {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 36px;
            font-weight: 800;
            color: #0284c7;
            line-height: 1;
        }

        .win11-lp-scope .price-unit {
            font-size: 18px;
            font-weight: 600;
            color: #64748b;
        }

        .win11-lp-scope .price-sub {
            font-size: 13px;
            color: #475569;
            margin-top: 6px;
        }

        .win11-lp-scope .card-features {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 32px;
        }

        .win11-lp-scope .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: #334155;
        }

        .win11-lp-scope .check-icon {
            color: #0284c7;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .win11-lp-scope .btn-primary {
            display: block;
            width: 100%;
            background-color: #0284c7;
            color: #ffffff;
            text-align: center;
            padding: 16px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: background-color 0.2s ease;
            box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
        }

        .win11-lp-scope .btn-primary:hover {
            background-color: #0369a1;
            text-decoration: none;
            color: #ffffff;
        }

        .win11-lp-scope .faq-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
        }

        .win11-lp-scope .faq-item {
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
        }

        .win11-lp-scope .faq-question {
            padding: 20px;
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            list-style: none;
        }

        .win11-lp-scope .faq-question::-webkit-details-marker {
            display: none;
        }

        .win11-lp-scope .faq-answer {
            padding: 0 20px 20px 20px;
            font-size: 14px;
            color: #475569;
            line-height: 1.6;
        }

        .win11-lp-scope details[open] .faq-answer {
            border-top: 1px solid #e2e8f0;
            padding-top: 16px;
        }

        .win11-lp-scope details[open] .faq-icon {
            transform: rotate(180deg);
        }

        .win11-lp-scope .faq-icon {
            transition: transform 0.2s ease;
            color: #64748b;
        }

        .win11-lp-scope .cta-box {
            background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
            border-radius: 16px;
            padding: 40px 24px;
            text-align: center;
            box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.25);
            color: #ffffff;
        }

        .win11-lp-scope .cta-title {
            font-size: 28px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 12px;
        }

        .win11-lp-scope .cta-desc {
            font-size: 15px;
            color: #e0f2fe;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 24px;
        }

        .win11-lp-scope .btn-cta {
            display: inline-block;
            background-color: #ffffff;
            color: #0284c7;
            padding: 16px 36px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            transition: background-color 0.2s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .win11-lp-scope .btn-cta:hover {
            background-color: #f8fafc;
            color: #0369a1;
            text-decoration: none;
        }

        .win11-lp-scope .btn-cta-outline {
            display: inline-block;
            background-color: transparent;
            border: 2px solid #ffffff;
            color: #ffffff;
            padding: 14px 28px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .win11-lp-scope .btn-cta-outline:hover {
            background-color: rgba(255, 255, 255, 0.15);
            color: #ffffff;
            text-decoration: none;
        }

        .win11-lp-scope .cta-button-group {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        @media (max-width: 768px) {
            .win11-lp-scope .hero-title {
                font-size: 26px;
            }
            .win11-lp-scope .hero-title-sub {
                font-size: 16px;
            }
            .win11-lp-scope .hero-title-main {
                font-size: 28px;
            }
            .win11-lp-scope .section-title {
                font-size: 22px;
            }
            .win11-lp-scope .grid-2col {
                grid-template-columns: 1fr;
            }
            .win11-lp-scope .product-card {
                padding: 24px;
            }
            .win11-lp-scope .price-val {
                font-size: 30px;
            }
        }