/* ===== LAYOUT & PAGE ===== */
.pseo-section,
.pseo-faq-section,
.pseo-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.pseo-section,
.pseo-faq-section {
    padding: 0px 20px 20px;
}

/* ===== BREADCRUMB ===== */
.pseo-breadcrumb {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.pseo-breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

.pseo-breadcrumb span {
    margin: 0 6px;
    color: #999;
}

/* ===== HERO ===== */
.pseo-hero {
    margin-bottom: 30px;
}

.pseo-hero h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 8px;
}

.pseo-hero-sub {
    font-size: 14px;
    color: #666;
}

/* ===== INTRO ===== */
.pseo-intro {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
}

/* ===== SNIPPET & CLIMATE ===== */
.aeo-snippet {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.pseo-climate-box {
    background: #f0f8ff;
    border-left: 4px solid #0066cc;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 16px;
}

/* ===== SECTIONS ===== */
.pseo-section {
    margin-top: 20px;
}

.pseo-section h2,
.pseo-faq-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 14px;
}

/* ===== PRODUCT GRID & CARDS ===== */
.pseo-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.pseo-product-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    transition: box-shadow 0.2s;
}

.pseo-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pseo-product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
}

.pseo-product-card h3 {
    font-size: 12px;
    margin-bottom: 3px;
}

.shade-code {
    font-size: 10px;
    color: #888;
    margin: 0 0 4px;
}

.pseo-product-card a {
    font-size: 12px;
    color: #0066cc;
    text-decoration: none;
}

/* ===== TABLE ===== */
.pseo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pseo-table th {
    background: #f5f5f5;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

.pseo-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

/* ===== NOTE ===== */
.pseo-note {
    font-size: 12px;
    color: #888;
    margin-top: 8px;
}

.pseo-note .inquiry {
    padding-left: 0px !important;
}

.pseo-note .inquiry button {
    color: #0066cc;
    font-size: 12px !important;
}

/* ===== USP GRID ===== */
.pseo-usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

.pseo-usp {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
}

.pseo-usp strong {
    display: block;
    font-size: 16px;
    color: #0066cc;
    margin-bottom: 6px;
}

.pseo-usp p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ===== PROJECT GRID & CARDS ===== */
.pseo-project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.pseo-project-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.pseo-project-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.pseo-project-card h3 {
    font-size: 14px;
    padding: 10px 12px 4px;
    margin: 0;
}

.pseo-project-card p {
    font-size: 12px;
    color: #666;
    padding: 0 12px 6px;
    margin: 0;
}

.pseo-project-card a {
    font-size: 12px;
    color: #0066cc;
    padding: 0 12px 10px;
    display: block;
    text-decoration: none;
}

/* ===== DEALER & BRANCH CARDS ===== */
.pseo-dealer-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.pseo-dealer-card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 16px;
}

.pseo-dealer-card strong {
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.pseo-dealer-card p {
    font-size: 13px;
    color: #555;
    margin: 2px 0;
}

.pseo-branch-card {
    background: #f0f8ff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 10px;
}

.pseo-branch-card strong {
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
    color: #0066cc;
}

.pseo-branch-card p {
    font-size: 13px;
    color: #444;
    margin: 2px 0;
}

/* ===== TESTIMONIALS ===== */
.pseo-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.pseo-testimonial-card {
    background: #fafafa;
    border-left: 3px solid #0066cc;
    border-radius: 0 8px 8px 0;
    padding: 16px;
}

.pseo-testimonial-card p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 8px;
}

.pseo-testimonial-card strong {
    font-size: 13px;
    color: #666;
}

/* ===== CITY LINKS ===== */
.pseo-city-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pseo-city-links a {
    background: #f0f0f0;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.pseo-city-links a:hover {
    background: #0066cc;
    color: #fff;
}

/* ===== CTA ===== */
.pseo-cta {
    background: linear-gradient(135deg, #003366, #0066cc);
    color: #fff;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
}

.pseo-cta h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.pseo-cta p {
    font-size: 15px;
    color: #dedbdb;
    opacity: 0.9;
    margin-bottom: 20px;
}

/* ===== BUTTONS ===== */
.pseo-btn {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.pseo-btn-primary {
    display: inline-block;
    background: #fff;
    color: #003366;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}

.inquiry.pseo-btn-primary {
    padding: 12px 32px;
}

.inquiry.pseo-btn-primary button {
    font-size: 13px;
    color: #0066cc;
    text-decoration: none;
}

.inquiry.pseo-btn-primary.pseo-btn-secondary {
    padding: 0px;
    margin-top: 4px;
}

/* ===== FAQ ===== */
.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.faq-item summary {
    position: relative;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    background: #fafafa;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 27px;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background-color: black;
}

.faq-item summary::before {
    position: absolute;
    content: "";
    right: 18px;
    top: 23px;
    transform: translateX(-50%);
    width: 2px;
    height: 10px;
    background-color: black;
}

.faq-item[open] {
    border-color: #0066cc;
}

.faq-item[open] summary::before {
    right: 10px;
    top: 27px;
    width: 10px;
    height: 0px;
}

.faq-answer {
    padding: 0 18px 14px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

/* ===== VIEW ALL BUTTON ===== */
.view-all-btn-ctn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-btn-ctn .view-all-btn {
    padding: 10px 24px;
    border: 1px solid rgb(184, 182, 182);
    border-radius: 50px;
    cursor: pointer;
    text-transform: capitalize;
}

/* ===== AEO PAGE ===== */
.aeo-page>h1 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.aeo-direct-answer {
    background: #f0f8ff;
    border-left: 4px solid #0066cc;
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.aeo-direct-answer p {
    margin: 0;
}

.aeo-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 30px;
}

.aeo-category-badge {
    background: #e8e8e8;
    color: #333;
    padding: 4px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.aeo-volume {
    font-size: 12px;
    color: #888;
}

.aeo-detailed h2 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.aeo-content {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

.aeo-content h3 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.aeo-content h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #333;
}

.aeo-content p {
    margin-bottom: 14px;
}

.aeo-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 13px;
}

.aeo-content table th,
.aeo-content table td {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.aeo-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

.aeo-content table tr:hover {
    background: #fafafa;
}

.aeo-content strong {
    color: #1a1a1a;
}

.aeo-read-more {
    display: inline-block;
    margin-top: 8px;
    color: #0066cc;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* ===== TIER & QA ===== */
.tier-count {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.qa-list {
    display: grid;
    gap: 10px;
}

.qa-card {
    display: block;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    transition: all 0.2s;
}

.qa-card:hover {
    border-color: #0066cc;
    background: #f0f8ff;
}

.qa-card h3 {
    font-size: 15px;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.qa-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* ===== APP GRID & CARDS ===== */
.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.app-card {
    display: block;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 18px 20px;
    text-decoration: none;
    transition: all 0.2s;
}

.app-card:hover {
    border-color: #0066cc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.app-card h3 {
    font-size: 15px;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.app-card p {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .pseo-hero h1,
    .aeo-page>h1 {
        font-size: 22px;
    }

    .pseo-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pseo-project-grid,
    .pseo-dealer-list,
    .pseo-usp-grid,
    .pseo-testimonials {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .app-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1024px) {
    .pseo-intro {
        gap: 14px;
        flex-direction: row;
    }
}