/* Ô'Case Bébé — Espace Pour Toi */

.ocase-pt-dashboard {
    --ocase-pink: #f38181;
    --ocase-pink-dark: #d95f68;
    --ocase-pink-light: #fff2f1;
    --ocase-text: #272727;
    --ocase-muted: #6b6b6b;
}

.ocase-pt-hero {
    margin-bottom: 24px;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid #f2d0cf;
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            #fff8f6 0%,
            #ffe5e4 100%
        );
}

.ocase-pt-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--ocase-pink-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ocase-pt-hero h2 {
    margin: 0 0 12px;
    color: var(--ocase-text);
    font-size: clamp(28px, 4vw, 43px);
    line-height: 1.15;
}

.ocase-pt-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--ocase-muted);
    font-size: 17px;
    line-height: 1.65;
}

.ocase-pt-notice {
    margin-bottom: 24px;
    padding: 18px 22px;
    border-left: 4px solid var(--ocase-pink);
    border-radius: 8px;
    background: #fff9ed;
}

.ocase-pt-notice p {
    margin: 5px 0 0;
}

.ocase-pt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ocase-pt-card {
    position: relative;
    min-height: 215px;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.ocase-pt-card-active {
    border-color: #f0c2c0;
    background: var(--ocase-pink-light);
}

.ocase-pt-icon {
    display: block;
    margin-bottom: 14px;
    font-size: 30px;
}

.ocase-pt-card h3 {
    margin: 0 0 9px;
    font-size: 21px;
}

.ocase-pt-card p {
    margin-bottom: 18px;
    color: var(--ocase-muted);
    line-height: 1.6;
}

.ocase-pt-link,
.ocase-pt-status {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.ocase-pt-link {
    background: var(--ocase-pink);
    color: #fff !important;
    text-decoration: none !important;
}

.ocase-pt-link:hover {
    background: var(--ocase-pink-dark);
}

.ocase-pt-status {
    background: #f2f2f2;
    color: #737373;
}

.ocase-pt-disclaimer {
    margin-top: 26px;
    padding: 22px;
    border-radius: 14px;
    background: #f5f5f5;
}

.ocase-pt-disclaimer h3 {
    margin-top: 0;
}

.ocase-pt-disclaimer p {
    margin-bottom: 0;
    color: #5e5e5e;
    line-height: 1.65;
}

@media (max-width: 760px) {
    .ocase-pt-grid {
        grid-template-columns: 1fr;
    }

    .ocase-pt-card {
        min-height: 0;
    }
}

.ocase-pt-health-resources {
    margin-top: 34px;
}

.ocase-pt-health-resources > h2 {
    margin-bottom: 8px;
    font-size: clamp(25px, 3vw, 34px);
}

.ocase-pt-health-resources > p {
    margin-bottom: 20px;
    color: #666;
}

/* Amélioration section Santé de Pour Toi */
.ocase-pt-health-resources {
    margin-top: 38px;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid #f1d6d4;
    border-radius: 18px;
    background: #fffafa;
}

.ocase-pt-health-resources > h2 {
    margin: 0 0 8px;
}

.ocase-pt-health-resources > p {
    margin-bottom: 24px;
}

.ocase-pt-health-resources .ocase-pt-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
}

.ocase-pt-health-resources .ocase-pt-card p {
    flex-grow: 1;
}

.ocase-pt-health-resources .ocase-pt-link {
    align-self: flex-start;
    margin-top: auto;
}

@media (max-width: 760px) {
    .ocase-pt-health-resources {
        padding: 22px 16px;
    }
}
