/* Assessment page */

body.assessment-page {
    background: #fafaf8;
}

#assessment-hero,
#assessment-process,
#assessment-tests,
#book-assessment {
    scroll-margin-top: 5rem;
}

.assessment-page .page-header {
    overflow: visible;
}

/* —— Hero —— */
.assess-hero {
    padding: 6.5rem 0 4.5rem;
    background: #fafaf8;
}

.assess-hero-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.assess-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #f0f0f0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.25rem;
}

.assess-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3d7a54;
    flex-shrink: 0;
}

.assess-pill-arrow {
    color: #888;
    font-size: 0.75rem;
}

.assess-hero h1 {
    font-size: clamp(2.15rem, 4.2vw, 3.15rem);
    font-weight: 700;
    line-height: 1.12;
    color: #141414;
    letter-spacing: -0.03em;
    margin: 0 0 1.25rem;
}

.assess-hero-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5c5c5c;
    max-width: 36rem;
    margin: 0 0 2rem;
}

.btn-assess-explore {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.85rem 0.85rem 0.85rem 1.6rem;
    background: #1c3127;
    color: #fff;
    border: none;
    border-radius: 999px;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-assess-explore:hover {
    background: #264d3a;
    color: #fff;
}

.btn-assess-explore .btn-assess-sep {
    width: 1px;
    height: 1.25rem;
    background: rgba(255, 255, 255, 0.35);
    margin: 0 0.85rem;
}

.btn-assess-explore .btn-assess-circle {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}

.assess-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 360px;
}

.assess-hero-orbit {
    position: relative;
    width: min(100%, 380px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #ffd6e8 0%, #ffc4df 45%, #f5a8c8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 -20px 40px rgba(180, 60, 120, 0.12);
}

.assess-hero-orbit::before {
    content: '';
    position: absolute;
    inset: -8%;
    border-radius: 50%;
    border: 2px dashed rgba(60, 60, 60, 0.22);
    pointer-events: none;
}

.assess-hero-orbit::after {
    content: '';
    position: absolute;
    inset: -14%;
    border-radius: 50%;
    border: 1px dashed rgba(60, 60, 60, 0.12);
    pointer-events: none;
}

.assess-hero-brain-img {
    width: 78%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(4px 10px 0 rgba(40, 20, 40, 0.12));
}

/* —— Process —— */
.assess-process {
    padding: 4.5rem 0 5rem;
    background: #faf9f6;
}

.assess-process-inner {
    max-width: min(720px, 100%);
    margin: 0 auto;
    padding: 0 2rem;
    text-align: left;
}

.assess-process .assess-pill {
    background: #fff;
    border: 1px solid #d5d5d5;
}

.assess-process .assess-pill-dot {
    background: #4f9669;
}

.assess-process h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.45rem);
    font-weight: 700;
    color: #1c3127;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.assess-process-desc {
    font-size: 1.02rem;
    color: #666;
    line-height: 1.7;
    margin: 0 0 2.5rem;
    max-width: 42rem;
}

.assess-steps {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    text-align: left;
    border-top: 1px solid #1c3127;
}

.assess-steps li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid #1c3127;
}

.assess-step-content {
    flex: 1;
    min-width: 0;
}

.assess-step-desc {
    margin: 0.65rem 0 0;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.65;
    color: #5a5a5a;
}

.assess-step-num {
    font-size: clamp(1.5rem, 3.2vw, 2rem);
    font-weight: 700;
    color: #5dade2;
    min-width: 3.35rem;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    flex-shrink: 0;
}

.assess-step-title {
    display: block;
    font-size: clamp(1.1rem, 2.3vw, 1.45rem);
    font-weight: 700;
    color: #1c3127;
    line-height: 1.25;
}

.assess-step-title .assess-step-meta {
    display: inline;
    font-size: 0.72em;
    font-weight: 600;
    color: #5c6b7a;
}

.assess-process-bottom-pill .assess-pill-dot {
    background: #4f9669;
}

/* —— Assessment tests header + cards —— */
.assess-tests-section {
    padding: 4rem 0 2rem;
    background: #fafaf8;
}

.assess-tests-head {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 2.5rem;
}

.assess-tests-title-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.assess-tests-title-row h2 {
    margin: 0;
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}

.assess-doc-icon {
    font-size: 1.75rem;
    line-height: 1;
}

.assess-tests-lead {
    margin: 0;
    font-size: 1rem;
    color: #5a5a5a;
    line-height: 1.65;
    max-width: 720px;
}

.assess-cards-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.assess-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.assess-card--peach {
    background: #fff5f0;
}

.assess-card--cream {
    background: #fff8f3;
}

.assess-card--mist {
    background: #f5f7fa;
}

.assess-card--sky {
    background: #eef6fc;
}

.assess-card--lav {
    background: #f5f0fa;
}

.assess-card--slate {
    background: #eef1f5;
}

.assess-card-img-wrap {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
}

.assess-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.assess-card-body {
    padding: 1.35rem 1.5rem 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.assess-card-body h3 {
    margin: 0 0 0.5rem;
    font-size: 1.12rem;
    font-weight: 700;
    color: #1a1a1a;
}

.assess-card-body > p {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: #4a4a4a;
    line-height: 1.55;
}

.assess-card-body ul {
    margin: 0;
    padding-left: 1.15rem;
    font-size: 0.88rem;
    color: #333;
    line-height: 1.65;
}

.assess-card-body li {
    margin-bottom: 0.35rem;
}

.assess-card-tools {
    margin: auto 0 0;
    padding-top: 0.85rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #3d4a56;
}

.assess-card-tools strong {
    font-weight: 700;
    color: #1a1a1a;
}

.assess-cards-grid--six {
    padding-bottom: 1.5rem;
}

.assess-cards-footnote {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 4.5rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5a5a5a;
    text-align: center;
    font-style: italic;
}

.assess-cards-row2 {
    padding-bottom: 4.5rem;
}

/* —— CTA band —— */
.assess-cta-band {
    padding: 3rem 0 4.5rem;
    background: #fafaf8;
}

.assess-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.assess-cta-panel {
    background: #a9c5e2;
    border-radius: 36px;
    padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 3vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    position: relative;
    overflow: visible;
}

.assess-cta-left h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.65rem, 2.8vw, 2.15rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
}

.assess-cta-free {
    display: block;
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 800;
    color: #1e4a7a;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.btn-assess-book {
    display: inline-block;
    padding: 0.85rem 1.85rem;
    background: #1c3127;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-assess-book:hover {
    background: #2f5e41;
    color: #fff;
}

.assess-cta-bubbles {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 320px;
    margin: 0 auto;
}

.assess-bubble {
    background: #fff;
    border-radius: 14px;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #333;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.assess-bubble-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c4d7f0, #a9c5e2);
    flex-shrink: 0;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assess-cta-photo {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 260px;
}

.assess-cta-photo img {
    width: min(100%, 280px);
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: -1.5rem;
    margin-right: -0.5rem;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12));
}

@media (max-width: 1024px) {
    .assess-hero-grid {
        grid-template-columns: 1fr;
    }

    .assess-hero-visual {
        order: -1;
        min-height: 280px;
    }

    .assess-cards-grid,
    .assess-cards-grid--six {
        grid-template-columns: 1fr;
    }

    .assess-cta-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .assess-cta-left {
        order: 1;
    }

    .assess-cta-bubbles {
        order: 2;
        max-width: 100%;
    }

    .assess-cta-photo {
        order: 3;
        justify-content: center;
        min-height: 200px;
    }

    .assess-cta-photo img {
        margin: 0;
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .assess-hero {
        padding-top: 5.5rem;
    }

    .assess-process-inner,
    .assess-tests-head,
    .assess-cards-grid,
    .assess-cards-footnote {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .assess-cta-inner {
        padding: 0 1rem;
    }
}
