
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.8;
            color: #333;
            background-color: #fff;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Section */
        header {
            background: linear-gradient(135deg, #30A0FF 0%, #1a7fd6 100%);
            color: #fff;
            padding: 60px 20px;
            text-align: center;
        }

        header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .header-meta {
            font-size: 1rem;
            opacity: 0.95;
            margin-bottom: 15px;
        }

        .header-meta strong {
            color: #fff;
            font-weight: 600;
        }

        /* Banner Image Section - EDITABLE */
        .banner-image {
            width: 100%;
            max-width: 1920px;
            height: auto;
            margin: 40px auto;
            display: block;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }

        .banner-container {
            width: 100%;
            max-width: 1920px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .banner-placeholder {
            width: 100%;
            aspect-ratio: 1920 / 830;
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border: 3px dashed #30A0FF;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 40px;
            text-align: center;
        }

        .banner-placeholder-icon {
            font-size: 4rem;
            color: #30A0FF;
            margin-bottom: 20px;
        }

        .banner-placeholder-text {
            font-size: 1.2rem;
            color: #30A0FF;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .banner-placeholder-subtext {
            font-size: 0.9rem;
            color: #666;
        }

        /* Main Content */
        article {
            padding: 60px 20px;
        }

        h2 {
            font-size: 2rem;
            color: #000;
            margin: 50px 0 25px 0;
            font-weight: 700;
            border-left: 5px solid #30A0FF;
            padding-left: 20px;
            line-height: 1.4;
        }

        h3 {
            font-size: 1.5rem;
            color: #000;
            margin: 35px 0 20px 0;
            font-weight: 600;
        }

        p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            color: #444;
        }

        strong {
            color: #000;
            font-weight: 600;
        }

        em {
            font-style: italic;
            color: #30A0FF;
        }

        /* Highlight Box */
        .highlight-box {
            background: #f0f9ff;
            border-left: 5px solid #30A0FF;
            padding: 25px 30px;
            margin: 30px 0;
            border-radius: 5px;
        }

        .highlight-box h3 {
            margin-top: 0;
            color: #30A0FF;
        }

        /* Lists */
        ul, ol {
            margin: 20px 0 20px 40px;
            font-size: 1.05rem;
        }

        li {
            margin-bottom: 12px;
            color: #444;
        }

        li strong {
            color: #000;
        }

        /* Comparison Table */
        .comparison-table {
            width: 100%;
            margin: 30px 0;
            border-collapse: collapse;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            overflow: hidden;
            border-radius: 8px;
        }

        .comparison-table thead {
            background: #30A0FF;
            color: #fff;
        }

        .comparison-table th {
            padding: 18px;
            text-align: left;
            font-weight: 600;
            font-size: 1.05rem;
        }

        .comparison-table td {
            padding: 18px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 1rem;
        }

        .comparison-table tbody tr:hover {
            background: #f9fafb;
        }

        .comparison-table tbody tr:last-child td {
            border-bottom: none;
        }

        /* CTA Boxes */
        .cta-box {
            background: linear-gradient(135deg, #30A0FF 0%, #1a7fd6 100%);
            color: #fff;
            padding: 40px;
            margin: 40px 0;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(48, 160, 255, 0.3);
        }

        .cta-box h3 {
            color: #fff;
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }

        .cta-box p {
            color: #fff;
            margin-bottom: 25px;
            font-size: 1.1rem;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            padding: 15px 35px;
            background: #fff;
            color: #30A0FF;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            border: 2px solid #fff;
        }

        .btn:hover {
            background: transparent;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .btn-secondary {
            background: transparent;
            color: #fff;
            border: 2px solid #fff;
        }

        .btn-secondary:hover {
            background: #fff;
            color: #30A0FF;
        }

        /* FAQ Section */
        .faq-section {
            background: #f9fafb;
            padding: 50px 30px;
            border-radius: 10px;
            margin: 50px 0;
        }

        .faq-item {
            background: #fff;
            padding: 25px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .faq-item h3 {
            color: #30A0FF;
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        .faq-item p {
            margin-bottom: 0;
        }

        /* Contact Info */
        .contact-info {
            display: flex;
            gap: 15px;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 1rem;
        }

        /* Footer */
        footer {
            background: #000;
            color: #fff;
            padding: 40px 20px;
            text-align: center;
        }

        footer p {
            color: #fff;
            margin-bottom: 10px;
        }

        footer a {
            color: #30A0FF;
            text-decoration: none;
        }

        footer a:hover {
            text-decoration: underline;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            header h1 {
                font-size: 1.8rem;
            }

            h2 {
                font-size: 1.6rem;
            }

            h3 {
                font-size: 1.3rem;
            }

            .comparison-table {
                font-size: 0.9rem;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 12px;
            }

            .cta-buttons {
                flex-direction: column;
            }

            .btn {
                width: 100%;
            }

            .banner-placeholder {
                padding: 20px;
            }

            .banner-placeholder-icon {
                font-size: 2.5rem;
            }

            .banner-placeholder-text {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            header h1 {
                font-size: 1.5rem;
            }

            .comparison-table {
                display: block;
                overflow-x: auto;
            }
        }
    