/* 
 * ========================================================
 * FEATURE DETAIL: SITE DIAGNOSIS
 * page-template-feature-site-diagnosis
 * ========================================================
 */

/* 1. Reset & Global scope for this page */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis {
    /* Variables specific to this page can be added here, 
       but we mostly rely on global vars from lp-yoriaiseo.css */
    --color-page-primary: var(--color-brand, #229ebd);
    --color-page-bg: var(--color-base, #F9F9F9);
    --color-page-text: var(--color-text, #333333);

    font-family: var(--font-base), sans-serif;
    color: var(--color-page-text);
    background-color: var(--color-page-bg);
    line-height: 1.6;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis * {
    box-sizing: border-box;
}

/* 2. Common Layout Classes */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .mb-4 {
    margin-bottom: 1rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .mb-8 {
    margin-bottom: 2rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .mb-12 {
    margin-bottom: 3rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .text-center {
    text-align: center;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .text-muted {
    color: #666;
}

/* typography */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .section-title-sm {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

/* Buttons */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .btn-primary {
    background: var(--color-main, #333333);
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    opacity: 0.9;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .btn-secondary {
    background: #ffffff;
    color: var(--color-main, #333333);
    border: 1px solid #e5e7eb;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .btn-secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ========================================================
 * 3. HERO SECTION
 * ======================================================== */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-section {
    padding: 6rem 0 4rem;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--color-page-bg) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Background elements */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(34, 158, 189, 0.05) 0%, rgba(34, 158, 189, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Hero Content */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(34, 158, 189, 0.1);
    color: var(--color-page-primary);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-subtitle {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

/* Hero Mockup UI (Site Diagnostic) */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-mockup-wrapper {
    position: relative;
    width: 100%;
    perspective: 1000px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .site-diagnostic-ui {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transform: rotateY(-10deg) rotateX(5deg) scale(0.95);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: float 6s ease-in-out infinite;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-mockup-wrapper:hover .site-diagnostic-ui {
    transform: rotateY(-5deg) rotateX(2deg) scale(0.98);
}

@keyframes float {

    0%,
    100% {
        transform: rotateY(-10deg) rotateX(5deg) scale(0.95) translateY(0);
    }

    50% {
        transform: rotateY(-10deg) rotateX(5deg) scale(0.95) translateY(-15px);
    }
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-header {
    background: #f8fafc;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-dot.red {
    background: #ff5f56;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-dot.yellow {
    background: #ffbd2e;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-dot.green {
    background: #27c93f;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-title {
    margin-left: 10px;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .ui-body {
    padding: 24px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .status-summary {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .health-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(#27c93f 85%, #e2e8f0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .health-ring::after {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .health-score {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    display: flex;
    align-items: baseline;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .health-score small {
    font-size: 0.8rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .scan-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .stat-item {
    display: flex;
    flex-direction: column;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .stat-num {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .stat-num.error {
    color: #EE4B2B;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .stat-num.warn {
    color: #F59E0B;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .stat-lbl {
    font-size: 0.75rem;
    color: #64748b;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .issue-chart-bars {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-row {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #475569;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-lbl {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-track {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    margin: 0 12px;
    overflow: hidden;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-fill {
    height: 100%;
    border-radius: 4px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-fill.red {
    background: #EE4B2B;
    animation: growBar 1.5s ease-out forwards;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-fill.yellow {
    background: #F59E0B;
    animation: growBar 1.5s ease-out forwards;
    animation-delay: 0.2s;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .bar-val {
    width: 30px;
    text-align: right;
    font-weight: 600;
}

@keyframes growBar {
    from {
        width: 0;
    }
}


/* ========================================================
 * 4. INTRO SECTION (Problem & Solution)
 * ======================================================== */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-section {
    padding: 5rem 0;
    background: #ffffff;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    background: var(--color-page-bg);
    border-radius: 24px;
    padding: 4rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-problem {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 3rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .problem-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.5;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .problem-list .cross {
    color: var(--color-accent, #EE4B2B);
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-solution {
    padding-left: 1rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-solution p {
    font-size: 1.1rem;
    color: #1f2937;
    line-height: 1.8;
}

/* ========================================================
 * 5. FEATURE DETAIL BLOCKS
 * ======================================================== */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-detail-section {
    padding: 6rem 0;
    background: #ffffff;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-detail-section:nth-of-type(even) {
    background: var(--color-page-bg);
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-block {
    display: flex;
    align-items: center;
    gap: 5rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-block.reverse {
    flex-direction: row-reverse;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-text {
    flex: 1;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-page-primary);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-desc {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .mock-ui {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px;
}

/* Feature 1 UI: Crawl UI */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-circle-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-center {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-center span {
    font-size: 0.7rem;
    color: var(--color-page-primary);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-center strong {
    font-size: 0.85rem;
    color: #1e293b;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--color-page-primary);
    opacity: 0;
    animation: ripple 2s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-pulse-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--color-page-primary);
    opacity: 0;
    animation: ripple 2s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(0.6);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .crawl-progress {
    width: 100%;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 8px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .progress-info span:first-child {
    color: var(--color-page-primary);
    font-weight: 600;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .progress-bar-out {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .progress-bar-in {
    height: 100%;
    background: var(--color-page-primary);
    border-radius: 3px;
    animation: progressFill 3s ease-in-out infinite alternate;
}

@keyframes progressFill {
    0% {
        width: 10%;
    }

    100% {
        width: 80%;
    }
}

/* Feature 2 UI: Severity UI */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-ui {
    padding: 0;
    overflow: hidden;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-tabs {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-tabs .tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    border-bottom: 2px solid transparent;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-tabs .tab.active {
    color: var(--color-accent, #EE4B2B);
    border-bottom-color: var(--color-accent, #EE4B2B);
    background: #ffffff;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-list {
    padding: 20px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-item {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid transparent;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .severity-item:last-child {
    margin-bottom: 0;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .error-item {
    background: #FEF2F2;
    border-color: #FEE2E2;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .warn-item {
    background: #FFFBEB;
    border-color: #FEF3C7;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .item-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .error-item .item-icon {
    background: #EE4B2B;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .warn-item .item-icon {
    background: #F59E0B;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .item-desc {
    display: flex;
    flex-direction: column;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .item-desc strong {
    font-size: 0.9rem;
    color: #1e293b;
    margin-bottom: 2px;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .item-desc span {
    font-size: 0.8rem;
    color: #64748b;
}


/* ========================================================
 * 6. BENEFITS SECTION
 * ======================================================== */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefits-section {
    padding: 6rem 0;
    background: #ffffff;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefit-card {
    background: var(--color-page-bg);
    padding: 3rem 2rem;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefit-card:hover {
    transform: translateY(-5px);
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefit-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefit-card p {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ========================================================
 * 7. USE CASES SECTION
 * ======================================================== */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .use-cases-section {
    padding: 6rem 0;
    background: #f8fafc;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .use-case-item {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--color-page-primary);
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .use-case-item h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1e293b;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .use-case-item p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ========================================================
 * 8. FOOTER CTA
 * ======================================================== */
html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .footer-cta {
    padding: 6rem 0;
    background: #ffffff;
    text-align: center;
}

html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .footer-cta .cta-group {
    justify-content: center;
}

/* ========================================================
 * 9. RESPONSIVE ADJUSTMENTS
 * ======================================================== */
@media (max-width: 991px) {

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-section .container,
    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-block,
    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .feature-block.reverse {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 3rem;
        text-align: center;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-section {
        padding-top: 6rem;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .hero-cta {
        justify-content: center;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2.5rem;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-problem {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-right: 0;
        padding-bottom: 2rem;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .intro-solution {
        padding-left: 0;
    }
}

@media (max-width: 768px) {

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .benefits-grid,
    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .use-cases-grid {
        grid-template-columns: 1fr;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .cta-group {
        flex-direction: column;
    }

    html body.page-template-page-feature-site-diagnosis .page-feature-site-diagnosis .btn {
        width: 100%;
    }
}