.aeo-dashboard{
    max-width:1200px;
    margin:40px auto;
}

.aeo-score-box{
    background:#2563eb;
    color:#fff;
    padding:40px;
    border-radius:15px;
    text-align:center;
    margin-bottom:30px;
}

.aeo-score-number{
    font-size:72px;
    font-weight:700;
}

.aeo-grade{
    font-size:28px;
}

.aeo-grid{
    display:grid;
    grid-template-columns:
        repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-top:30px;
}


.aeo-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.aeo-card:hover{
    transform:translateY(-4px);
}
.aeo-recommendations{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.gauge-wrapper{
    width:250px;
    height:250px;
    margin:auto;
    position:relative;
}

.gauge-center{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}

.aeo-score-number{
    font-size:64px;
    font-weight:700;
    line-height:1;
}

.aeo-grade{
    font-size:22px;
    margin-top:10px;
}
.scan-complete{
    color:#16a34a;
    font-weight:600;
    margin-bottom:20px;
}

.report-domain{
    text-align:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    color:#1e293b;
}

.aeo-metric{
    font-size:42px;
    font-weight:700;
    color:#2563eb;
}

.recommendation-box{
    background:#fff7ed;
    border-left:4px solid #f97316;
    padding:15px;
    margin-bottom:10px;
    border-radius:10px;
}

.summary-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.summary-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.health-badge{
    color:#fff;
    padding:8px 16px;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
}

.quick-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:30px;
}

.quick-stat{
    background:#fff;
    padding:25px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.quick-stat span{
    display:block;
    font-size:36px;
    font-weight:700;
    color:#2563eb;
}

.health-badge{
    display:inline-block;
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}
.quick-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin:30px 0;
}

.quick-stat{
    background:#fff;
    border-radius:16px;
    padding:20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.quick-stat span{
    display:block;
    font-size:36px;
    font-weight:700;
    color:#2563eb;
}

.quick-stat label{
    display:block;
    margin-top:8px;
    color:#64748b;
}

.progress{
    height:14px;
    background:#e5e7eb;
    border-radius:20px;
}

.progress-fill{
    height:14px;
    background:#2563eb;
    border-radius:20px;
}

.ai-score{
    font-size:42px;
    font-weight:700;
    color:#2563eb;
    margin-bottom:15px;
}

.progress{
    width:100%;
    height:14px;
    background:#e5e7eb;
    border-radius:999px;
    overflow:hidden;
}

.progress-fill{
    height:100%;
    background:linear-gradient(
        90deg,
        #2563eb,
        #4f46e5
    );
    border-radius:999px;
}

.aeo-metric{
    font-size:40px;
    font-weight:700;
    color:#2563eb;
    margin-bottom:15px;
}


.hero-score{
    text-align:center;
    margin-bottom:40px;
}

.hero-circle{
    width:260px;
    height:260px;
    border:12px solid;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.hero-number{
    font-size:72px;
    font-weight:700;
    line-height:1;
}

.hero-label{
    margin-top:10px;
    font-size:18px;
    color:#64748b;
}

.hero-grade{
    font-size:28px;
    font-weight:700;
}
.hero-status{
    margin-top:10px;
    color:#64748b;
    font-size:16px;
}

.issues-card{
    background:#fff;
    padding:30px;
    border-radius:16px;
    margin-bottom:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.issue-box{
    padding:15px;
    border-radius:10px;
    margin-bottom:10px;
}

.issue-high{
    background:#fee2e2;
    border-left:4px solid #dc2626;
}

.issue-medium{
    background:#fef3c7;
    border-left:4px solid #f59e0b;
}

.issue-low{
    background:#dcfce7;
    border-left:4px solid #16a34a;
}

.aeo-cta{
    background:#2563eb;
    color:#fff;
    padding:40px;
    text-align:center;
    border-radius:16px;
    margin-top:30px;
}

.cta-button{
    display:inline-block;
    margin-top:20px;
    background:#fff;
    color:#2563eb;
    padding:12px 24px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
}

.aeo-hero{
    text-align:center;
    padding:80px 40px;
    background:linear-gradient(
        135deg,
        #2563eb,
        #4f46e5
    );
    color:#fff;
    border-radius:24px;
    margin-bottom:40px;
}

.aeo-hero h1{
    font-size:56px;
    margin-bottom:20px;
}

.aeo-hero p{
    font-size:20px;
    max-width:700px;
    margin:auto;
}

.hero-features{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.hero-features span{
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:999px;
}

.hero-form-wrapper{
    text-align:center;
    margin-bottom:50px;
}

.hero-form{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.hero-form input{
    width:500px;
    max-width:100%;
    padding:18px;
    border-radius:12px;
    border:none;
}

.hero-form button{
    padding:18px 30px;
    border:none;
    border-radius:12px;
    background:#2563eb;
    color:#fff;
    font-weight:700;
    cursor:pointer;
}

.hero-note{
    margin-top:15px;
    color:#64748b;
}

.opportunity-card{
    background:linear-gradient(
        135deg,
        #4f46e5,
        #2563eb
    );
    color:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    margin:25px 0;
}

.opportunity-score{
    font-size:52px;
    font-weight:700;
    margin:15px 0;
}

.opportunity-rating{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}
.comparison-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.comparison-table{
    width:100%;
    border-collapse:collapse;
}

.comparison-table th,
.comparison-table td{
    padding:15px;
    border-bottom:1px solid #e5e7eb;
    text-align:left;
}

.comparison-table th{
    font-weight:700;
}

.visibility-item{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #e5e7eb;
}

.visibility-item strong{
    color:#2563eb;
}

.opportunities-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-top:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.opportunity-item{
    padding:12px;
    border-bottom:1px solid #e5e7eb;
}

.summary-ai-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin:25px 0;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.summary-point{
    padding:10px 0;
}

.action-plan-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin:25px 0;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.action-item{
    padding:15px;
    margin-bottom:10px;
    border-radius:10px;
}

.priority-high{
    background:#fee2e2;
    border-left:4px solid #dc2626;
}

.priority-medium{
    background:#fef3c7;
    border-left:4px solid #f59e0b;
}

.growth-card{
    background:linear-gradient(
        135deg,
        #16a34a,
        #22c55e
    );
    color:#fff;
    padding:30px;
    border-radius:20px;
    margin:25px 0;
}

.growth-grid{
    display:grid;
    grid-template-columns:
        repeat(3,1fr);
    gap:20px;
    text-align:center;
}

.growth-grid h2{
    font-size:42px;
    margin:10px 0;
}