.hairstyle-page .hero-subtitle {
    max-width: 820px;
}

.hairstyle-page .score-value {
    font-size: clamp(3rem, 7vw, 4.2rem);
}

.hairstyle-hero .upload-card {
    width: min(780px, 92vw);
}

.upload-tip-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
    text-align: left;
}

.upload-tip-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(245, 245, 247, 0.76);
    font-size: 0.98rem;
}

.upload-tip-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #14b8a6, #6366f1);
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}

.hairstyle-recommendations {
    width: min(1120px, 92vw);
    margin: 32px auto 0;
}

.hairstyle-recommendations__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.14);
    border: 1px solid rgba(20, 184, 166, 0.3);
    color: #9ce7df;
    font-size: 14px;
    font-weight: 600;
}

.hairstyle-recommendations__title {
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 14px;
}

.hairstyle-recommendations__intro {
    max-width: 820px;
    color: rgba(245, 245, 247, 0.72);
    margin: 0 auto 28px;
}

.hairstyle-recommendations__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
}

.hairstyle-recommendations__card,
.shape-guide-card,
.photo-guide-card {
    background: rgba(14, 18, 28, 0.92);
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.hairstyle-recommendations__card {
    padding: 22px;
}

.hairstyle-recommendations__card--wide {
    grid-column: 1 / -1;
}

.hairstyle-recommendations__card h3,
.shape-guide-card__header h3,
.photo-guide-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.hairstyle-recommendations__card ul,
.shape-guide-card__group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hairstyle-recommendations__card li,
.shape-guide-card__group li {
    position: relative;
    padding-left: 18px;
    color: rgba(245, 245, 247, 0.72);
}

.hairstyle-recommendations__card li::before,
.shape-guide-card__group li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #14b8a6, #6366f1);
}

.hairstyle-recommendations__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #b3b8ff;
    font-weight: 600;
}

.shape-guide,
.photo-guide {
    padding-top: 96px;
}

.shape-guide-grid,
.photo-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.shape-guide-card,
.photo-guide-card {
    padding: 28px;
}

.shape-guide-card__header p,
.shape-guide-card__group p,
.photo-guide-card p {
    color: rgba(245, 245, 247, 0.7);
}

.shape-guide-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    color: #c6cbff;
    font-size: 13px;
    font-weight: 600;
}

.shape-guide-card__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.shape-guide-card__group h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.photo-guide-card {
    height: 100%;
}

@media (max-width: 960px) {
    .hairstyle-recommendations__grid,
    .shape-guide-grid,
    .photo-guide-grid {
        grid-template-columns: 1fr;
    }

    .hairstyle-recommendations__card--wide {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .hairstyle-recommendations__card,
    .shape-guide-card,
    .photo-guide-card {
        padding: 22px 18px;
    }
}
