
    .pk-section {
        padding: 0 0 60px 0;
        background-color: #fff;
    }
    
    .pk-section-title {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
        color: #346a90;
        font-weight: 300;
    }
    
    .pk-intro {
        text-align: center;
        font-size: 16px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 40px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pk-domain-check-box {
        background: #f9f9f9;
        border: 2px solid #346a90;
        border-radius: 4px;
        padding: 30px;
        margin-bottom: 60px;
        max-width: 100%;
    }
    
    .pk-domain-check-box h2 {
        color: #346a90;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 400;
    }
    
    .pk-domain-form {
        display: flex;
        gap: 10px;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .pk-domain-form input[type="text"] {
        flex: 1;
        padding: 12px 20px;
        font-size: 16px;
        border: 2px solid #ddd;
        border-radius: 4px;
    }
    
    .pk-domain-form input[type="text"]:focus {
        outline: none;
        border-color: #346a90;
    }
    
    .pk-domain-form button {
        padding: 12px 30px;
        font-size: 16px;
        font-weight: bold;
        background-color: #346a90;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    
    .pk-domain-form button:hover {
        background-color: #264e6b;
        transform: translateY(-2px);
    }
    
    .pk-pricing-table {
        background: #f9f9f9;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 40px;
        margin-bottom: 60px;
    }
    
    .pk-pricing-table h2 {
        color: #346a90;
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
    }
    
    .pk-price-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pk-price-list li {
        padding: 18px 25px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }
    
    .pk-price-list li:last-child {
        border-bottom: none;
    }
    
    .pk-price-list li:nth-child(odd) {
        background: #fff;
    }
    
    .pk-domain-extension {
        font-weight: bold;
        color: #346a90;
        font-size: 18px;
    }
    
    .pk-price {
        font-weight: bold;
        color: #333;
        font-size: 18px;
    }
    
    .pk-features {
        margin: 60px 0;
    }
    
    .pk-features h2 {
        color: #346a90;
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 400;
    }
    
    .pk-feature-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .pk-feature-item {
        flex: 1;
        min-width: 250px;
        background: #f9f9f9;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 30px 20px;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .pk-feature-item:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transform: translateY(-5px);
    }
    
    .pk-feature-item h3 {
        color: #346a90;
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    
    .pk-feature-item p {
        font-size: 15px;
        color: #666;
        line-height: 1.6;
        margin: 0;
    }
    
    .pk-cta-section {
        background: #f9f9f9;
        border: 2px solid #346a90;
        border-radius: 4px;
        padding: 50px 40px;
        text-align: center;
        margin-top: 60px;
        transition: all 0.3s ease;
    }
    
    .pk-cta-section:hover {
        background: #346a90;
    }
    
    .pk-cta-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
        color: #346a90;
        transition: all 0.3s ease;
    }
    
    .pk-cta-section:hover h2 {
        color: #fff;
    }
    
    .pk-cta-section p {
        font-size: 18px;
        margin-bottom: 30px;
        color: #666;
        transition: all 0.3s ease;
    }
    
    .pk-cta-section:hover p {
        color: #fff;
    }
    
    .pk-cta-button {
        display: inline-block;
        background-color: #346a90;
        color: #fff;
        padding: 15px 40px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    
    .pk-cta-section:hover .pk-cta-button {
        background-color: #fff;
        color: #346a90;
    }
    
    .pk-cta-button:hover {
        transform: translateY(-2px);
        text-decoration: none;
    }
    
    .pk-footnote {
        text-align: center;
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #e0e0e0;
        font-size: 14px;
        color: #666;
    }
    
    @media (max-width: 768px) {
        .pk-section {
            padding: 0 0 40px 0;
        }
        
        .pk-section-title {
            font-size: 28px;
        }
        
        .pk-domain-form {
            flex-direction: column;
        }
        
        .pk-domain-form button {
            width: 100%;
        }
        
        .pk-pricing-table {
            padding: 20px;
        }
        
        .pk-price-list li {
            padding: 12px 15px;
            font-size: 14px;
        }
        
        .pk-domain-extension {
            font-size: 16px;
        }
        
        .pk-price {
            font-size: 16px;
        }
        
        .pk-feature-item {
            min-width: 100%;
        }
        
        .pk-cta-section {
            padding: 30px 20px;
        }
        
        .pk-cta-section h2 {
            font-size: 26px;
        }
        
        .pk-cta-section p {
            font-size: 16px;
        }
    }