.wmpk-ai-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    font-family: Arial, sans-serif;
}

/* HERO */
.wmpk-ai-hero {
    text-align: center;
    margin-bottom: 40px;
}

.wmpk-ai-hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.wmpk-ai-hero p {
    font-size: 18px;
    color: #6b7280;
}

/* FORM */
.wmpk-ai-form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.wmpk-ai-form select,
.wmpk-ai-form input {
    height: 46px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
}

#wmpk-find-btn {
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* RESULTS */
.wmpk-ai-heading,
.wmpk-ai-sub {
    text-align: center;
}

.wmpk-ai-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 25px;
}

.wmpk-ai-card-new {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: center;
}

.wmpk-rank {
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e3a8a;
}

.wmpk-score span {
    color: #16a34a;
    font-weight: 700;
}

.wmpk-price {
    color: #dc2626;
    font-weight: 700;
    margin: 10px 0;
}

.wmpk-phone-img {
    max-height: 170px;
    margin: 15px auto;
    display: block;
}

.wmpk-view-btn {
    background: #16a34a;
    padding: 8px 16px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

/* VERDICT */
.wmpk-final-verdict {
    margin-top: 40px;
    background: #dbeafe;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

/* SEO CONTENT */
.wmpk-ai-seo-content {
    margin-top: 50px;
}

@media(max-width: 992px){
    .wmpk-ai-form { grid-template-columns: repeat(2,1fr); }
    .wmpk-ai-cards { grid-template-columns: 1fr; }
}
