/* ==========================================================
   KEEP THE COMPASS
   PAGE FOUNDATION
========================================================== */

body.compass-page {
    background: #fffdf9;
    color: #475467;
}

body.compass-page main {
    overflow: hidden;
}

.compass-page *,
.compass-page *::before,
.compass-page *::after {
    box-sizing: border-box;
}


/* ==========================================================
   SHARED PAGE COLORS AND LABELS
========================================================== */

.compass-section-label,
.compass-eyebrow {
    margin: 0 0 0.85rem;

    color: #c9475a;

    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}

.compass-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.compass-section-label::before {
    content: "";

    display: inline-block;
    flex: 0 0 34px;

    width: 34px;
    height: 3px;

    border-radius: 999px;

    background: linear-gradient(90deg,
            #f45b69,
            #f4b942);
}


/* ==========================================================
   HERO
========================================================== */

.compass-hero {
    position: relative;

    padding: clamp(5rem, 8vw, 7.5rem) 0;

    background:
        radial-gradient(circle at 16% 28%,
            rgba(255, 209, 102, 0.24),
            transparent 30%),
        radial-gradient(circle at 88% 18%,
            rgba(244, 91, 105, 0.09),
            transparent 28%),
        linear-gradient(135deg,
            #fff9f4 0%,
            #fffdf9 52%,
            #fff6ed 100%);

    overflow: hidden;
}

.compass-hero::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(29, 37, 80, 0.1),
            transparent);
}

.compass-hero .container {
    position: relative;
    z-index: 2;
}

.compass-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(300px, 0.78fr) minmax(480px, 1.22fr);

    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}


/* ==========================================================
   HERO BOOK PRESENTATION
========================================================== */

.compass-cover-wrap {
    position: relative;

    width: min(100%, 430px);
    margin: 0 auto;
}


.compass-cover-wrap::after {
    content: "";

    position: absolute;
    right: 8%;
    bottom: -28px;
    left: 8%;
    z-index: -2;

    height: 42px;

    border-radius: 50%;

    background: rgba(29, 37, 80, 0.16);

    filter: blur(22px);
}



.compass-badge {
    position: absolute;
    top: -24px;
    left: 50%;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 0.7rem 1.3rem;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;

    background: linear-gradient(135deg,
            #f45b69,
            #ff765d);

    color: #ffffff;

    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;

    box-shadow:
        0 15px 32px rgba(244, 91, 105, 0.28);

    transform: translateX(-50%);
}


/* ==========================================================
   HERO COPY
========================================================== */

.compass-hero-copy {
    max-width: 760px;
}

.compass-hero-copy .compass-eyebrow {
    max-width: 650px;
}

.compass-hero-copy h1 {
    margin: 0 0 0.85rem;

    color: #1d2550;

    font-size: clamp(3.4rem, 6vw, 5.8rem);
    font-weight: 780;
    letter-spacing: -0.045em;
    line-height: 0.96;
}

.compass-subtitle {
    max-width: 700px;
    margin: 0 0 0.75rem;

    color: #344054;

    font-size: clamp(1.25rem, 2.3vw, 1.75rem);
    font-weight: 680;
    line-height: 1.38;
}

.compass-author {
    margin: 0 0 1.6rem;

    color: #667085;

    font-size: 0.96rem;
    font-weight: 750;
}


/* ==========================================================
   HERO MESSAGE
========================================================== */

.compass-hero-message {
    position: relative;

    max-width: 760px;
    padding: 1.45rem 1.55rem;

    border: 1px solid rgba(29, 37, 80, 0.08);
    border-left: 4px solid #f45b69;
    border-radius: 0 20px 20px 0;

    background: rgba(255, 255, 255, 0.72);

    box-shadow:
        0 18px 44px rgba(29, 37, 80, 0.07);
}

.compass-hero-message p {
    max-width: 710px;
    margin: 0 0 1rem;

    color: #475467;

    font-size: 1rem;
    line-height: 1.75;
}

.compass-hero-message p:last-child {
    margin-bottom: 0;
}

.compass-hero-message .compass-lead {
    color: #1d2550;

    font-size: clamp(1.08rem, 1.5vw, 1.22rem);
    font-weight: 750;
    line-height: 1.65;
}


/* ==========================================================
   HERO GUIDING LINE
========================================================== */

.compass-guiding-line {
    position: relative;

    margin: 1.45rem 0 0;
    padding-left: 1.8rem;

    color: #1d2550;

    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.6;
}

.compass-guiding-line::before {
    content: "\f14e";

    position: absolute;
    top: 0;
    left: 0;

    color: #d94e5c;

    font-family: "Font Awesome 6 Free";
    font-size: 1rem;
    font-weight: 900;
}


/* ==========================================================
   HERO ACTIONS
========================================================== */

.compass-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;

    margin-top: 1.75rem;
}

.compass-primary-button,
.compass-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 0.88rem 1.45rem;

    border-radius: 999px;

    font-size: 0.94rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.compass-primary-button {
    border: 2px solid transparent;

    background: linear-gradient(135deg,
            #f45b69,
            #ff765d);

    color: #ffffff;

    box-shadow:
        0 14px 30px rgba(244, 91, 105, 0.27);
}

.compass-primary-button:hover,
.compass-primary-button:focus-visible {
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 19px 38px rgba(244, 91, 105, 0.34);
}

.compass-secondary-button {
    border: 2px solid #1d2550;

    background: rgba(255, 255, 255, 0.55);

    color: #1d2550;
}

.compass-secondary-button:hover,
.compass-secondary-button:focus-visible {
    background: #1d2550;
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 15px 30px rgba(29, 37, 80, 0.16);
}

.compass-primary-button:focus-visible,
.compass-secondary-button:focus-visible {
    outline: 3px solid rgba(255, 209, 102, 0.7);
    outline-offset: 4px;
}


/* ==========================================================
   HERO FORMAT NOTE
========================================================== */

.compass-format-note {
    margin: 1rem 0 0;

    color: #667085;

    font-size: 0.88rem;
    line-height: 1.5;
}


/* ==========================================================
   HERO TABLET
========================================================== */

@media (max-width: 991px) {

    .compass-hero {
        padding: 5.5rem 0 4.5rem;
    }

    .compass-hero-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .compass-cover-wrap {
        width: min(78%, 420px);
    }

    .compass-hero-copy {
        max-width: 780px;
        margin: 0 auto;

        text-align: center;
    }

    .compass-hero-copy .compass-eyebrow,
    .compass-subtitle,
    .compass-hero-message {
        margin-right: auto;
        margin-left: auto;
    }

    .compass-hero-message {
        text-align: left;
    }

    .compass-guiding-line {
        display: inline-block;

        text-align: left;
    }

    .compass-actions {
        justify-content: center;
    }
}


/* ==========================================================
   HERO MOBILE
========================================================== */

@media (max-width: 600px) {

    .compass-hero {
        padding: 4.75rem 0 3.75rem;
    }

    .compass-hero-grid {
        gap: 3.4rem;
    }

    .compass-cover-wrap {
        width: min(84%, 340px);
    }

    .compass-badge {
        top: -22px;

        min-height: 40px;
        padding: 0.62rem 1.05rem;

        font-size: 0.7rem;
    }

    .compass-hero-copy h1 {
        font-size: clamp(3.1rem, 16vw, 4.35rem);
    }

    .compass-subtitle {
        font-size: 1.16rem;
    }

    .compass-hero-message {
        padding: 1.25rem;

        border-left-width: 3px;
        border-radius: 0 16px 16px 0;
    }

    .compass-hero-message p {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .compass-guiding-line {
        padding-left: 1.65rem;

        font-size: 0.9rem;
    }

    .compass-actions {
        flex-direction: column;
    }

    .compass-primary-button,
    .compass-secondary-button {
        width: 100%;
    }

    .compass-format-note {
        text-align: center;
    }
}

/* ==========================================================
   KEEP THE COMPASS
   SECTION 2 — PHILOSOPHY + UNDERSTANDING
========================================================== */


/* ==========================================================
   SHARED SECTION FOUNDATION
========================================================== */

.compass-section {
    position: relative;

    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.compass-narrow {
    width: min(100%, 920px);
    margin: 0 auto;
}

.compass-section h2 {
    margin: 0 0 1.35rem;

    color: #1d2550;

    font-size: clamp(2.2rem, 4.5vw, 3.7rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.compass-section p {
    color: #475467;

    font-size: 1.05rem;
    line-height: 1.8;
}


/* ==========================================================
   SIGNATURE PHILOSOPHY
========================================================== */

.compass-philosophy {
    background:
        radial-gradient(circle at 12% 20%,
            rgba(255, 209, 102, 0.16),
            transparent 30%),
        linear-gradient(180deg,
            #ffffff 0%,
            #fffaf5 100%);

    text-align: center;
}

.compass-philosophy .compass-section-label {
    justify-content: center;
}

.compass-philosophy-quote {
    position: relative;

    margin: 1.5rem 0 0;
    padding: clamp(2rem, 5vw, 3.8rem);

    border: 1px solid rgba(29, 37, 80, 0.08);
    border-radius: 28px;

    background: rgba(255, 255, 255, 0.86);

    box-shadow:
        0 24px 60px rgba(29, 37, 80, 0.08);
}

.compass-philosophy-quote::before {
    content: "“";

    position: absolute;
    top: 0.7rem;
    left: 1.4rem;

    color: rgba(244, 91, 105, 0.16);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 700;
    line-height: 1;
}

.compass-philosophy-quote p {
    position: relative;
    z-index: 1;

    max-width: 820px;
    margin: 0 auto;

    color: #1d2550;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 650;
    line-height: 1.45;
}

.compass-philosophy-quote footer {
    position: relative;
    z-index: 1;

    max-width: 720px;
    margin: 1.65rem auto 0;
    padding-top: 1.35rem;

    border-top: 1px solid rgba(29, 37, 80, 0.1);

    color: #c9475a;

    font-size: 1rem;
    font-weight: 800;
    line-height: 1.7;
}


/* ==========================================================
   FROM UNCERTAINTY TO UNDERSTANDING
========================================================== */

.compass-understanding {
    background: #ffffff;
}

.compass-editorial-grid {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.9fr) minmax(420px, 1.1fr);

    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: center;
}

.compass-editorial-heading {
    max-width: 650px;
}

.compass-editorial-heading p {
    margin-bottom: 1.2rem;
}

.compass-editorial-heading p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   REASSURANCE LIST
========================================================== */

.compass-reassurance-list {
    display: grid;
    gap: 1rem;
}

.compass-reassurance-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;

    padding: 1.35rem 1.45rem;

    border: 1px solid rgba(29, 37, 80, 0.08);
    border-radius: 20px;

    background:
        linear-gradient(145deg,
            #fffdfb,
            #fff8f3);

    box-shadow:
        0 14px 36px rgba(29, 37, 80, 0.06);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.compass-reassurance-card:hover {
    border-color: rgba(244, 91, 105, 0.18);

    transform: translateY(-3px);

    box-shadow:
        0 20px 42px rgba(29, 37, 80, 0.09);
}

.compass-reassurance-icon {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 15px;

    background:
        linear-gradient(135deg,
            rgba(244, 91, 105, 0.14),
            rgba(255, 209, 102, 0.26));

    color: #d94e5c;

    font-size: 1.1rem;
}

.compass-reassurance-card h3 {
    margin: 0 0 0.45rem;

    color: #1d2550;

    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.3;
}

.compass-reassurance-card p {
    margin: 0;

    color: #475467;

    font-size: 0.98rem;
    line-height: 1.7;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .compass-editorial-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .compass-editorial-heading {
        max-width: 780px;
        margin: 0 auto;

        text-align: center;
    }

    .compass-editorial-heading .compass-section-label {
        justify-content: center;
    }

    .compass-reassurance-list {
        max-width: 780px;
        margin: 0 auto;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .compass-section {
        padding: 4rem 0;
    }

    .compass-section h2 {
        font-size: clamp(2.05rem, 10vw, 2.8rem);
    }

    .compass-section p {
        font-size: 1rem;
        line-height: 1.72;
    }

    .compass-philosophy-quote {
        padding: 2rem 1.3rem;
        border-radius: 22px;
    }

    .compass-philosophy-quote::before {
        top: 0.45rem;
        left: 0.75rem;

        font-size: 5.2rem;
    }

    .compass-philosophy-quote p {
        font-size: 1.45rem;
        line-height: 1.5;
    }

    .compass-philosophy-quote footer {
        font-size: 0.94rem;
    }

    .compass-editorial-grid {
        gap: 2.5rem;
    }

    .compass-reassurance-card {
        grid-template-columns: 1fr;
        gap: 0.85rem;

        padding: 1.25rem;
    }

    .compass-reassurance-icon {
        width: 44px;
        height: 44px;
    }

    .compass-reassurance-card h3 {
        font-size: 1.12rem;
    }
}

/* ==========================================================
   KEEP THE COMPASS
   SECTION 3 — AI SUPPORT + HUMAN VALUES
========================================================== */


/* ==========================================================
   AI AS A HELPFUL TOOL
========================================================== */

.compass-support {
    background:
        linear-gradient(180deg,
            #fff8f3 0%,
            #fffdf9 100%);
}

.compass-section-heading {
    max-width: 820px;
    margin: 0 auto 3rem;

    text-align: center;
}

.compass-section-heading .compass-section-label {
    justify-content: center;
}

.compass-section-heading p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.compass-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 1.35rem;
}

.compass-benefit-card {
    position: relative;

    min-height: 100%;
    padding: 1.6rem;

    border: 1px solid rgba(29, 37, 80, 0.08);
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.9);

    box-shadow:
        0 16px 38px rgba(29, 37, 80, 0.06);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.compass-benefit-card:hover {
    border-color: rgba(244, 91, 105, 0.18);

    transform: translateY(-4px);

    box-shadow:
        0 22px 46px rgba(29, 37, 80, 0.09);
}

.compass-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;
    margin-bottom: 1.1rem;

    border-radius: 16px;

    background:
        linear-gradient(135deg,
            rgba(244, 91, 105, 0.14),
            rgba(255, 209, 102, 0.24));

    color: #d94e5c;

    font-size: 1.15rem;
}

.compass-benefit-card h3 {
    margin: 0 0 0.7rem;

    color: #1d2550;

    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.3;
}

.compass-benefit-card p {
    margin: 0;

    color: #475467;

    font-size: 0.96rem;
    line-height: 1.7;
}


/* ==========================================================
   WHAT MUST REMAIN HUMAN
========================================================== */

.compass-human {
    position: relative;

    background:
        radial-gradient(circle at 86% 18%,
            rgba(255, 209, 102, 0.15),
            transparent 30%),
        #ffffff;
}

.compass-human-grid {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.9fr) minmax(420px, 1.1fr);

    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: center;
}

.compass-human-copy {
    max-width: 650px;
}

.compass-human-copy p {
    margin-bottom: 1.15rem;
}

.compass-human-copy p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   HUMAN VALUE CHIPS
========================================================== */

.compass-human-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;

    align-content: center;
}

.compass-human-values span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0.75rem 1.1rem;

    border: 1px solid rgba(29, 37, 80, 0.09);
    border-radius: 999px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.96),
            rgba(255, 249, 243, 0.9));

    color: #1d2550;

    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;

    box-shadow:
        0 10px 24px rgba(29, 37, 80, 0.05);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.compass-human-values span:hover {
    border-color: rgba(244, 91, 105, 0.18);

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(29, 37, 80, 0.08);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

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

@media (max-width: 991px) {

    .compass-human-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .compass-human-copy {
        max-width: 780px;
        margin: 0 auto;

        text-align: center;
    }

    .compass-human-copy .compass-section-label {
        justify-content: center;
    }

    .compass-human-values {
        justify-content: center;

        max-width: 760px;
        margin: 0 auto;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .compass-section-heading {
        margin-bottom: 2.4rem;
    }

    .compass-benefit-grid {
        grid-template-columns: 1fr;
    }

    .compass-benefit-card {
        padding: 1.35rem;
        border-radius: 18px;
    }

    .compass-benefit-icon {
        width: 46px;
        height: 46px;
    }

    .compass-benefit-card h3 {
        font-size: 1.12rem;
    }

    .compass-human-values {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .compass-human-values span {
        min-height: 46px;
        padding: 0.7rem 0.85rem;

        font-size: 0.86rem;
    }
}

@media (max-width: 420px) {

    .compass-human-values {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   KEEP THE COMPASS
   SECTION 4 — INSIDE THE BOOK + AUDIENCE
========================================================== */

/* ==========================================================
   INSIDE THE BOOK
========================================================== */

.compass-inside {
    background:
        linear-gradient(180deg,
            #fff7f2 0%,
            #fffdf9 100%);
}

.compass-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.compass-feature-card {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 1.8rem;

    border: 1px solid rgba(29, 37, 80, 0.08);
    border-radius: 22px;

    background: rgba(255, 255, 255, .94);

    box-shadow:
        0 16px 38px rgba(29, 37, 80, .06);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.compass-feature-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 4px;

    border-radius: 22px 22px 0 0;

    background:
        linear-gradient(90deg,
            #f45b69,
            #ffd166);
}

.compass-feature-card:hover {

    transform: translateY(-4px);

    border-color: rgba(244, 91, 105, .18);

    box-shadow:
        0 24px 48px rgba(29, 37, 80, .09);

}

/* ---------- NEW CHAPTER LABEL ---------- */

.compass-chapter-label {

    margin: 0 0 .9rem;

    color: #c9475a;

    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;

}

/* ---------- TITLE ---------- */

.compass-feature-card h3 {

    margin: 0 0 1rem;

    color: #1d2550;

    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.35;

}

/* ---------- DESCRIPTION ---------- */

.compass-feature-card p:last-child {

    margin: 0;

    color: #475467;

    font-size: 1rem;
    line-height: 1.75;

}

/* ---------- LAST CHAPTER ---------- */

.compass-feature-card:last-child {

    grid-column: 2 / 3;

}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1100px) {

    .compass-feature-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }

    .compass-feature-card:last-child {

        grid-column: 1 / -1;

        max-width: 700px;

        justify-self: center;

    }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:600px) {

    .compass-feature-grid {

        grid-template-columns: 1fr;

    }

    .compass-feature-card {

        padding: 1.45rem;

    }

    .compass-feature-card:last-child {

        grid-column: auto;

        max-width: 100%;

    }

    .compass-feature-card h3 {

        font-size: 1.18rem;

    }

}

/* ==========================================================
   WHO THE BOOK IS FOR
========================================================== */

.compass-audience {
    background: #ffffff;
}

.compass-audience-grid {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.9fr) minmax(420px, 1.1fr);

    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: center;
}

.compass-audience-grid>div:first-child {
    max-width: 650px;
}

.compass-audience-grid>div:first-child p {
    margin-bottom: 1.15rem;
}

.compass-audience-grid>div:first-child p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   AUDIENCE LIST
========================================================== */

.compass-audience-list {
    display: grid;
    gap: 1rem;
}

.compass-audience-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;

    padding: 1.15rem 1.25rem;

    border: 1px solid rgba(29, 37, 80, 0.07);
    border-radius: 18px;

    background:
        linear-gradient(145deg,
            #fffdfb,
            #fff8f3);

    box-shadow:
        0 12px 30px rgba(29, 37, 80, 0.05);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.compass-audience-item:hover {
    border-color: rgba(244, 91, 105, 0.16);

    transform: translateY(-2px);

    box-shadow:
        0 17px 36px rgba(29, 37, 80, 0.08);
}

.compass-audience-item span {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #f45b69,
            #ff765d);

    color: #ffffff;

    font-size: 0.82rem;

    box-shadow:
        0 8px 20px rgba(244, 91, 105, 0.18);
}

.compass-audience-item p {
    margin: 0;

    color: #475467;

    font-size: 0.98rem;
    line-height: 1.68;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

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

@media (max-width: 991px) {

    .compass-audience-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .compass-audience-grid>div:first-child {
        max-width: 780px;
        margin: 0 auto;

        text-align: center;
    }

    .compass-audience-grid>div:first-child .compass-section-label {
        justify-content: center;
    }

    .compass-audience-list {
        max-width: 780px;
        margin: 0 auto;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .compass-feature-grid {
        grid-template-columns: 1fr;
    }

    .compass-feature-card {
        padding: 1.35rem;
        border-radius: 18px;
    }

    .compass-feature-number {
        min-width: 40px;
        min-height: 40px;
        margin-bottom: 0.9rem;
    }

    .compass-feature-card h3 {
        font-size: 1.14rem;
    }

    .compass-audience-item {
        grid-template-columns: auto 1fr;
        gap: 0.85rem;

        padding: 1.05rem;
        border-radius: 16px;
    }

    .compass-audience-item span {
        width: 32px;
        height: 32px;
    }

    .compass-audience-item p {
        font-size: 0.95rem;
    }
}

/* ==========================================================
   KEEP THE COMPASS
   SECTION 5 — AUTHOR NOTE • FAQ • FINAL CTA
========================================================== */


/* ==========================================================
   A NOTE FROM DANIEL
========================================================== */

.compass-author-note {
    background:
        linear-gradient(180deg,
            #fff8f3 0%,
            #ffffff 100%);
}

.compass-author-note-card {

    position: relative;

    padding: clamp(2rem, 5vw, 3.25rem);

    border: 1px solid rgba(29, 37, 80, .08);
    border-radius: 28px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .96),
            rgba(255, 249, 243, .92));

    box-shadow:
        0 24px 60px rgba(29, 37, 80, .08);
}

.compass-author-note-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 6px;
    height: 100%;

    border-radius: 28px 0 0 28px;

    background:
        linear-gradient(to bottom,
            #f45b69,
            #ffd166);

}

.compass-author-note-card h2 {

    margin-bottom: 1.3rem;

}

.compass-author-note-card p {

    margin-bottom: 1.15rem;

}

.compass-author-note-card p:last-of-type {

    margin-bottom: 0;

}

.compass-author-signature {

    margin-top: 2rem;

    color: #1d2550;

    font-size: 1.05rem;
    font-weight: 800;

}


/* ==========================================================
   FAQ
========================================================== */

.compass-faq {

    background: #ffffff;

}

.compass-faq-list {

    display: grid;
    gap: 1rem;

}

.compass-faq details {

    border: 1px solid rgba(29, 37, 80, .08);
    border-radius: 18px;

    background: #fff;

    overflow: hidden;

    box-shadow:
        0 12px 28px rgba(29, 37, 80, .05);

    transition:
        box-shadow .18s ease,
        border-color .18s ease;

}

.compass-faq details:hover {

    border-color: rgba(244, 91, 105, .18);

    box-shadow:
        0 18px 36px rgba(29, 37, 80, .08);

}

.compass-faq summary {

    cursor: pointer;

    list-style: none;

    padding: 1.3rem 1.5rem;

    color: #1d2550;

    font-size: 1.05rem;
    font-weight: 750;

    transition: background .18s ease;

}

.compass-faq summary::-webkit-details-marker {

    display: none;

}

.compass-faq summary:hover {

    background: #fff9f5;

}

.compass-faq details p {

    padding:
        0 1.5rem 1.4rem;

    margin: 0;

    color: #475467;

    line-height: 1.8;

}


/* ==========================================================
   FINAL CTA
========================================================== */

.compass-final-cta {

    position: relative;

    padding: 5rem 0;

    background:
        linear-gradient(135deg,
            #1d2550 0%,
            #27346f 100%);

    overflow: hidden;

}

.compass-final-cta::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(circle at 80% 20%,
            rgba(255, 209, 102, .12),
            transparent 35%);

}

.compass-final-cta-inner {

    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;

}

.compass-final-cta .compass-section-label {

    color: #ffd166;

}

.compass-final-cta .compass-section-label::before {

    background: #ffd166;

}

.compass-final-cta h2 {

    max-width: 720px;

    margin: .8rem 0 1rem;

    color: #ffffff;

    font-size: clamp(2rem, 4vw, 3.5rem);

}

.compass-final-copy {

    max-width: 620px;

    color: rgba(255, 255, 255, .82);

    font-size: 1.05rem;

    line-height: 1.8;

}

.compass-final-button {

    flex-shrink: 0;

    background: #f45b69;

    box-shadow:
        0 18px 42px rgba(0, 0, 0, .25);

}

.compass-final-button:hover {

    background: #ff6d7a;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:991px) {

    .compass-final-cta-inner {

        flex-direction: column;

        text-align: center;

    }

    .compass-final-cta .compass-section-label {

        justify-content: center;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:600px) {

    .compass-author-note-card {

        padding: 1.6rem;

        border-radius: 22px;

    }

    .compass-author-note-card::before {

        width: 4px;

    }

    .compass-faq summary {

        padding: 1.1rem 1.15rem;

        font-size: 1rem;

    }

    .compass-faq details p {

        padding:
            0 1.15rem 1.15rem;

        font-size: .96rem;

    }

    .compass-final-cta {

        padding: 4rem 0;

    }

    .compass-final-cta h2 {

        font-size: 2.2rem;

    }

}

/* ==========================================================
   KEEP THE COMPASS
   SECTION 6 — ACCESSIBILITY • MOTION • FINAL SAFEGUARDS
========================================================== */


/* ==========================================================
   ACCESSIBLE FOCUS STATES
========================================================== */

.compass-page a:focus-visible,
.compass-page button:focus-visible,
.compass-page summary:focus-visible {
    outline: 3px solid rgba(255, 209, 102, 0.9);
    outline-offset: 4px;
}

.compass-faq summary:focus-visible {
    border-radius: 12px;
}


/* ==========================================================
   FAQ OPEN STATE
========================================================== */

.compass-faq details[open] {
    border-color: rgba(244, 91, 105, 0.18);

    box-shadow:
        0 18px 38px rgba(29, 37, 80, 0.08);
}

.compass-faq details[open] summary {
    background: #fff9f5;
}

.compass-faq summary::after {
    content: "+";

    float: right;

    margin-left: 1rem;

    color: #c9475a;

    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;

    transition: transform 180ms ease;
}

.compass-faq details[open] summary::after {
    transform: rotate(45deg);
}


/* ==========================================================
   LINK AND BUTTON SAFETY
========================================================== */

.compass-primary-button,
.compass-secondary-button,
.compass-final-button {
    cursor: pointer;
}

.compass-primary-button:active,
.compass-secondary-button:active,
.compass-final-button:active {
    transform: translateY(0);
}


/* ==========================================================
   IMAGE SAFETY
========================================================== */

.compass-page img {
    max-width: 100%;
}

.compass-cover {
    object-fit: contain;
}


/* ==========================================================
   LONG TEXT AND OVERFLOW PROTECTION
========================================================== */

.compass-page h1,
.compass-page h2,
.compass-page h3,
.compass-page p,
.compass-page span,
.compass-page summary {
    overflow-wrap: break-word;
}

.compass-page main {
    width: 100%;
}


/* ==========================================================
   AOS LAYOUT PROTECTION
========================================================== */

.compass-page [data-aos] {
    backface-visibility: hidden;
}

html.aos-enabled .compass-page [data-aos] {
    will-change: transform, opacity;
}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .compass-page *,
    .compass-page *::before,
    .compass-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .compass-page [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* ==========================================================
   SMALL PHONE SAFEGUARDS
========================================================== */

@media (max-width: 380px) {

    .compass-hero-copy h1 {
        font-size: 2.85rem;
    }

    .compass-section h2,
    .compass-final-cta h2 {
        font-size: 2rem;
    }

    .compass-primary-button,
    .compass-secondary-button,
    .compass-final-button {
        padding-right: 1rem;
        padding-left: 1rem;

        font-size: 0.9rem;
    }

    .compass-philosophy-quote p {
        font-size: 1.32rem;
    }
}


/* ==========================================================
   PRINT SUPPORT
========================================================== */

@media print {

    .compass-page {
        background: #ffffff;
    }

    .compass-page [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    .compass-actions,
    .compass-final-cta,
    .compass-badge {
        display: none !important;
    }

    .compass-section,
    .compass-hero {
        padding: 2rem 0;
        background: #ffffff !important;
    }

    .compass-cover,
    .compass-feature-card,
    .compass-benefit-card,
    .compass-reassurance-card,
    .compass-author-note-card,
    .compass-faq details {
        box-shadow: none !important;
    }
}