/* ======================================================
   EURAS THE HUB
   EVALUATIONS PUBLIC CSS

   Full replacement file:
   /public_html_2/euras_the_hub/css/evaluations.css

   Prepared for: Tim Fischer
   Prepared by: Eva / ChatGPT
   Date: 2026-05-22
   Time: 12:35 PM

   Purpose:
   Align the public Evaluations page with the Associate Members
   public-space layout: light corporate appearance, intro panel,
   featured CTA card, compact equal-height cards, and clean typography.
====================================================== */

.evaluation-public-page {
    background: #f4f4f1;
    color: #151515;
    font-family: inherit;
}

.evaluation-wide-container {
    width: min(1600px, calc(100% - 72px));
    margin: 0 auto;
}

/* Override older evaluation hero rules from layout.css safely. */
.evaluation-public-page .evaluations-hero,
.evaluation-public-page .evaluations-page {
    background: transparent;
}

/* ======================================================
   TOP INTRO / FEATURED CARD
====================================================== */

.evaluation-page-top {
    padding: 72px 0 34px;
    background:
        radial-gradient(circle at 74% 16%, rgba(120, 120, 120, 0.08), transparent 34%),
        linear-gradient(180deg, #f7f6f2 0%, #f4f4f1 100%);
}

.evaluation-hero-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
    align-items: start;
}

.evaluation-intro-panel {
    padding: 12px 0 0;
}

.evaluation-label,
.evaluation-card-label,
.evaluation-featured-label {
    display: inline-block;
    color: #d97f00;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
}

.evaluation-intro-panel h1 {
    margin: 0 0 16px;
    font-size: clamp(44px, 5.2vw, 74px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: #151515;
}

.evaluation-intro-panel p {
    max-width: 650px;
    margin: 0;
    color: #555555;
    font-size: 17px;
    line-height: 1.65;
}

.evaluation-stat-row {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.evaluation-stat-box {
    min-width: 156px;
    padding: 0 22px 0 0;
    border-right: 1px solid #d9d9d4;
}

.evaluation-stat-box:last-child {
    border-right: 0;
}

.evaluation-stat-box strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    color: #151515;
    margin-bottom: 6px;
}

.evaluation-stat-box span {
    display: block;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #444444;
}

.evaluation-featured-shell {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #deded9;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.055);
    min-height: 315px;
    position: relative;
    margin-top: 24px;
    overflow: hidden;
}

.evaluation-featured-shell::before {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(247, 157, 32, 0.12);
}

.evaluation-featured-content {
    position: relative;
    z-index: 1;
    padding: 36px;
}

.evaluation-featured-content h2 {
    max-width: 740px;
    margin: 0 0 10px;
    font-size: clamp(34px, 3.6vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: #151515;
}

.evaluation-featured-cn {
    margin-bottom: 18px;
    color: #d97f00;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.evaluation-featured-content p {
    max-width: 780px;
    margin: 0 0 18px;
    color: #444444;
    font-size: 15px;
    line-height: 1.68;
}

.evaluation-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.evaluation-tag-row span {
    display: inline-flex;
    align-items: center;
    max-width: 240px;
    padding: 5px 9px;
    border: 1px solid rgba(247, 157, 32, 0.28);
    border-radius: 999px;
    background: #fff6e8;
    color: #d97f00;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.evaluation-featured-button,
.evaluation-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 220px;
    border-radius: 11px;
    background: #f79d20;
    color: #151515;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.evaluation-featured-button:hover,
.evaluation-cta-button:hover {
    background: #333333;
    color: #ffffff;
}

/* ======================================================
   MESSAGE BAR
====================================================== */

.evaluation-filter-section {
    padding: 18px 0;
    background: #f4f4f1;
}

.evaluation-message-bar {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #deded9;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
}

.evaluation-message-bar strong {
    display: block;
    margin-bottom: 4px;
    color: #151515;
    font-size: 14px;
}

.evaluation-message-bar span {
    display: block;
    color: #555555;
    font-size: 13px;
}

.evaluation-message-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 9px;
    padding: 0 18px;
    background: #333333;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ======================================================
   EVALUATION AREAS
====================================================== */

.evaluation-directory-body {
    padding: 16px 0 74px;
    background: #f4f4f1;
}

.evaluation-directory-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    color: #555555;
    font-size: 13px;
}

.evaluation-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.evaluation-profile-card {
    height: 244px;
    background: #ffffff;
    border: 1px solid #e2e2de;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.evaluation-profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.075);
}

.evaluation-profile-card h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.035em;
    color: #151515;
}

.evaluation-cn-title {
    margin: 0 0 14px;
    color: #d97f00;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.evaluation-profile-card p {
    margin: 0;
    color: #555555;
    font-size: 13px;
    line-height: 1.55;
}

/* ======================================================
   METHOD SECTION
====================================================== */

.evaluation-method-section {
    padding: 72px 0;
    background: #ffffff;
    border-top: 1px solid #e4e4df;
    border-bottom: 1px solid #e4e4df;
}

.evaluation-split-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 38px;
    align-items: stretch;
}

.evaluation-text-panel {
    padding: 8px 0;
}

.evaluation-text-panel h2 {
    max-width: 760px;
    margin: 0 0 16px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.0;
    letter-spacing: -0.055em;
    color: #151515;
}

.evaluation-cn-subtitle {
    margin-bottom: 22px;
    color: #d97f00;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.evaluation-text-panel p {
    max-width: 760px;
    margin: 0 0 16px;
    color: #555555;
    font-size: 16px;
    line-height: 1.72;
}

.evaluation-method-card {
    background: #f7f6f2;
    border: 1px solid #deded9;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
}

.evaluation-method-card h3 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #151515;
}

.evaluation-method-card ol {
    margin: 0;
    padding-left: 22px;
    color: #444444;
    font-size: 15px;
    line-height: 1.9;
}

.evaluation-method-card li::marker {
    color: #d97f00;
    font-weight: 900;
}

/* ======================================================
   CTA STRIP
====================================================== */

.evaluation-cta-strip {
    padding: 58px 0 82px;
    background: #f4f4f1;
}

.evaluation-cta-box {
    background: #ffffff;
    border: 1px solid #deded9;
    border-left: 6px solid #f79d20;
    border-radius: 22px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.055);
}

.evaluation-cta-box h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #151515;
}

.evaluation-cta-box p {
    max-width: 760px;
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.65;
}

/* ======================================================
   RESPONSIVE RULES
====================================================== */

@media (max-width: 1280px) {
    .evaluation-hero-layout,
    .evaluation-split-layout {
        grid-template-columns: 1fr;
    }

    .evaluation-featured-shell {
        margin-top: 0;
    }

    .evaluation-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .evaluation-wide-container {
        width: min(100% - 32px, 1600px);
    }

    .evaluation-page-top {
        padding: 42px 0 24px;
    }

    .evaluation-message-bar,
    .evaluation-cta-box {
        display: block;
    }

    .evaluation-message-bar a,
    .evaluation-cta-button {
        margin-top: 16px;
    }

    .evaluation-card-grid {
        grid-template-columns: 1fr;
    }

    .evaluation-profile-card {
        height: auto;
        min-height: 244px;
    }

    .evaluation-directory-topline {
        display: block;
    }

    .evaluation-directory-topline div + div {
        margin-top: 8px;
    }
}
