.aesthetic-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.aesthetic-hero {
    background: radial-gradient(circle at top right, rgba(255, 143, 222, 0.35), transparent),
        linear-gradient(135deg, #130022 0%, #1c0f2f 45%, #0a0715 100%);
    color: #fff;
    padding: 140px 0 80px;
}

.hero-intro .breadcrumb {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.hero-intro .breadcrumb a {
    color: #8ee7ff;
}

.hero-intro h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.hero-tags {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin: 1.2rem 0;
}

.hero-tags span {
    background: rgba(142, 231, 255, 0.12);
    border: 1px solid rgba(142, 231, 255, 0.4);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.85rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 2rem;
}

.hero-stats strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff9fe2;
}

.btn-primary {
    background: linear-gradient(120deg, #ff66c4, #8ee7ff);
    border: none;
    border-radius: 999px;
    color: #140022;
    padding: 0.9rem 2.4rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(255, 102, 196, 0.25);
}

.hero-panel {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.panel-card {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    padding: 1.5rem;
}

.panel-card.highlight {
    background: rgba(255, 102, 196, 0.12);
    border-color: rgba(255, 102, 196, 0.4);
}

.aesthetic-compliance {
    background: #f8f8ff;
    padding: 80px 0;
}

.aesthetic-compliance h2 {
    text-align: center;
    font-size: 2.4rem;
    color: #0d0f24;
    margin-bottom: 2rem;
}

.aesthetic-compliance .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.2rem;
}

.aesthetic-compliance article {
    background: #fff;
    border: 1px solid #ebe8ff;
    border-radius: 16px;
    padding: 1.4rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.aesthetic-flow {
    background: #fff;
    padding: 80px 0;
}

.flow-head {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.flow-legend span {
    margin-right: 1rem;
    color: #5c5d7a;
    font-size: 0.9rem;
}

.flow-legend i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.flow-legend .quality {
    background: #ff66c4;
}

.flow-legend .production {
    background: #8ee7ff;
}

.flow-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.flow-step {
    border-radius: 16px;
    border: 1px dashed rgba(255, 102, 196, 0.4);
    padding: 1.5rem;
    background: #fff9fd;
}

.flow-step .step-index {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #ff66c4;
}

.aesthetic-modules {
    background: #0d0f24;
    color: #fff;
    padding: 80px 0;
}

.aesthetic-modules h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.module-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
}

.module-matrix article {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.8rem;
}

.aesthetic-showcase {
    background: #fdfcff;
    padding: 80px 0;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
}

.case-grid article {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee5ff;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.case-grid ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #585a7a;
}

.aesthetic-cta {
    background: linear-gradient(120deg, #1c0f2f, #31045b);
    color: #fff;
    padding: 70px 0;
}

.aesthetic-cta .aesthetic-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.cta-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cta-list li {
    margin-bottom: 0.6rem;
    font-weight: 600;
}

.cta-list li::before {
    content: "✓";
    color: #8ee7ff;
    margin-right: 0.5rem;
}

.modal-qr img {
    width: 240px;
    border-radius: 8px;
    border: 3px solid rgba(255, 102, 196, 0.2);
}

@media (max-width: 768px) {
    .hero-panel,
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .flow-timeline,
    .module-matrix,
    .case-grid {
        grid-template-columns: 1fr;
    }
}

