:root {
    --body-font-family: "Bricolage Grotesque", sans-serif;
    --heading-font-family: "Bricolage Grotesque", sans-serif;
    --ip-navy: var(--color-primary, #062b68);
    --ip-navy-dark: var(--color-primary-dark, #031c47);
    --ip-gold: var(--color-accent, #cd9018);
    --ip-ink: var(--color-text, #17243a);
    --ip-muted: var(--color-muted, #5e6979);
    --ip-cream: var(--color-surface-soft, #f8f5ee);
    --ip-white: var(--color-surface, #fff);
}

body {
    color: var(--ip-ink);
    background: var(--ip-white);
    font-family: var(--body-font-family);
    -webkit-font-smoothing: antialiased;
}

.ip-hero a {
    text-decoration: none;
}

.ip-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 108px) 0;
    color: rgba(255, 255, 255, .78);
    background: var(--ip-navy-dark);
}

.ip-hero::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 9% 20%, rgba(205, 144, 24, .18), transparent 28%), linear-gradient(115deg, transparent 60%, rgba(255, 255, 255, .035) 60%);
    content: "";
}

.ip-hero::after {
    position: absolute;
    right: -130px;
    bottom: -170px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(205, 144, 24, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(205, 144, 24, .035), 0 0 0 110px rgba(205, 144, 24, .025);
    content: "";
}

.ip-hero__content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding-right: clamp(25px, 5vw, 76px);
}

.ip-breadcrumb {
    display: flex;
    gap: 10px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
}

.ip-breadcrumb a,
.ip-eyebrow,
.ip-hero h1 span {
    color: var(--ip-gold);
}

.ip-eyebrow {
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ip-hero h1,
.ip-overview h2 {
    margin: 0;
    font-family: var(--heading-font-family);
    font-weight: 600;
    letter-spacing: -.035em;
}

.ip-hero h1 {
    max-width: 720px;
    color: var(--ip-white);
    font-size: clamp(40px, 5vw, 40px);
    line-height: 1.03;
}



.ip-hero p {
    max-width: 690px;
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}

.ip-hero .ip-hero__lead {
    margin-top: 26px;
    color: var(--ip-white);
    font-size: 20px;
    line-height: 1.55;
}

.ip-btn {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    padding: 15px 22px;
    color: var(--ip-navy-dark);
    background: var(--ip-gold);
    border: 1px solid var(--ip-gold);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    transition: color .2s ease, background-color .2s ease;
}

.ip-btn:hover {
    color: var(--ip-white);
    background: transparent;
}

.ip-hero__visual {
    position: relative;
    z-index: 1;
    margin: 0;
}

.ip-hero__visual::before {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 62%;
    height: 62%;
    border-top: 2px solid var(--ip-gold);
    border-right: 2px solid var(--ip-gold);
    content: "";
}

.ip-hero__visual img {
    position: relative;
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    filter: saturate(.75);
}

.ip-hero__visual figcaption {
    position: absolute;
    right: -24px;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: min(310px, 90%);
    padding: 18px;
    color: var(--ip-muted);
    background: var(--ip-white);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
    font-size: 12px;
    line-height: 1.5;
}

.ip-hero__visual figcaption strong {
    display: block;
    color: var(--ip-navy);
    font-size: 15px;
}

.ip-visual-icon {
    flex: 0 0 42px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--ip-white);
    background: var(--ip-gold);
    border-radius: 50%;
    font-size: 28px;
    font-weight: 300;
}

.ip-overview {
    position: relative;
    padding: clamp(70px, 8vw, 120px) 0;
    background: var(--ip-cream);
}

.ip-overview__intro {
    padding-right: clamp(0px, 3vw, 42px);
}

.ip-overview h2 {
    color: var(--ip-navy-dark);
    font-size: clamp(34px, 4vw, 45px);
    line-height: 1.12;
}

.ip-title-mark {
    position: relative;
    width: 104px;
    height: 14px;
    margin-top: 28px;
    border-top: 2px solid var(--ip-gold);
}

.ip-title-mark span {
    position: absolute;
    top: -6px;
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--ip-gold);
    transform: rotate(45deg);
}

.ip-overview__copy {
    position: relative;
    padding: clamp(25px, 4vw, 52px);
    background: var(--ip-white);
    border-left: 4px solid var(--ip-gold);
    box-shadow: 0 18px 55px rgba(6, 43, 104, .08);
}

.ip-overview__copy::after {
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: rgba(6, 43, 104, .045);
    content: "+";
    font-family: var(--heading-font-family);
    font-size: 84px;
    font-weight: 400;
    line-height: 1;
}

.ip-overview__copy p {
    margin: 0;
    color: var(--ip-muted);
    font-size: 17px;
    line-height: 1.85;
}

.ip-overview__copy p + p {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(6, 43, 104, .1);
}

.ip-conditions,
.ip-benefits {
    padding: clamp(70px, 8vw, 120px) 0;
}

.ip-conditions {
    color: rgba(255, 255, 255, .75);
    background: var(--ip-navy-dark);
}

.ip-conditions--light {
    color: var(--ip-muted);
    background: var(--ip-cream);
}

.ip-conditions--light .ip-section-heading h2,
.ip-conditions--light .ip-condition-list li {
    color: var(--ip-navy-dark);
}

.ip-conditions--light .ip-condition-list,
.ip-conditions--light .ip-condition-list li {
    border-color: rgba(6, 43, 104, .15);
}

.ip-conditions--light .ip-condition-list li:hover {
    background: rgba(6, 43, 104, .04);
}

.ip-section-heading h2,
.ip-benefits__heading h2 {
    margin: 0;
    font-family: var(--heading-font-family);
    font-weight: 600;
    letter-spacing: -.035em;
}

.ip-section-heading h2 {
    max-width: 470px;
    color: var(--ip-white);
    font-size: clamp(34px, 4vw, 45px);
    line-height: 1.1;
}

.ip-section-heading > p:last-child {
    max-width: 470px;
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 1.75;
}

.ip-section-heading--sticky {
    position: sticky;
    top: 30px;
}

.ip-condition-list,
.ip-benefit-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ip-condition-list {
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.ip-condition-list li {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    min-height: 82px;
    padding: 15px 20px;
    color: var(--ip-white);
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: 500;
    line-height: 1.45;
    transition: background-color .25s ease, border-color .25s ease, padding-left .25s ease;
}

.ip-condition-list li:hover {
    padding-left: 28px;
    background: rgba(255, 255, 255, .05);
    border-bottom-color: rgba(205, 144, 24, .55);
}

.ip-condition-list li span {
    color: var(--ip-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
}

.ip-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
    padding: 22px 24px;
    color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.ip-note__mark {
    flex: 0 0 32px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--ip-navy-dark);
    background: var(--ip-gold);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 700;
}

.ip-note p {
    margin: 2px 0 0;
    font-size: 15px;
    line-height: 1.7;
}

.ip-benefits {
    position: relative;
    overflow: hidden;
    background: var(--ip-white);
}

.ip-benefits::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(34vw, 460px);
    height: min(34vw, 460px);
    background: linear-gradient(135deg, transparent 50%, rgba(205, 144, 24, .07) 50%);
    content: "";
}

.ip-benefits .container {
    position: relative;
}

.ip-benefits__heading {
    max-width: 820px;
    margin-bottom: clamp(38px, 5vw, 62px);
}

.ip-benefits__heading h2 {
    color: var(--ip-navy-dark);
    font-size: clamp(36px, 4.5vw, 45px);
    line-height: 1.08;
}

.ip-benefits__heading > p:not(.ip-eyebrow) {
    max-width: 760px;
    margin: 21px 0 0;
    color: var(--ip-muted);
    font-size: 17px;
    line-height: 1.7;
}

.ip-benefits__heading > p + p:not(.ip-eyebrow) {
    margin-top: 8px;
    color: var(--ip-ink);
    font-weight: 600;
}

.ip-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ip-benefit-grid li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 128px;
    padding: 25px;
    color: var(--ip-navy-dark);
    background: var(--ip-cream);
    border: 1px solid rgba(6, 43, 104, .08);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ip-benefit-grid li::after {
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 58px;
    height: 58px;
    background: rgba(205, 144, 24, .1);
    border-radius: 50%;
    content: "";
}

.ip-benefit-grid li:hover,
.ip-candidate-list li:hover {
    border-color: rgba(205, 144, 24, .45);
    box-shadow: 0 16px 35px rgba(6, 43, 104, .09);
    transform: translateY(-4px);
}

.ip-check {
    position: relative;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    background: var(--ip-gold);
    border-radius: 50%;
}

.ip-check::after {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
    height: 8px;
    border-bottom: 2px solid var(--ip-white);
    border-left: 2px solid var(--ip-white);
    content: "";
    transform: rotate(-45deg);
}

.ip-note--light {
    color: var(--ip-muted);
    background: var(--ip-white);
    border-color: rgba(6, 43, 104, .12);
    border-left: 3px solid var(--ip-gold);
}

.ip-candidate,
.ip-consultation,
.ip-why {
    padding: clamp(70px, 8vw, 120px) 0;
}

.ip-candidate {
    background: var(--ip-cream);
}

.ip-section-heading--dark h2 {
    color: var(--ip-navy-dark);
}

.ip-section-heading--dark > p:last-child {
    color: var(--ip-muted);
}

.ip-candidate-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ip-candidate-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-height: 105px;
    padding: 22px;
    color: var(--ip-navy-dark);
    background: var(--ip-white);
    border: 1px solid rgba(6, 43, 104, .08);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ip-consultation {
    background: var(--ip-white);
}

.ip-consultation__heading {
    max-width: 760px;
    margin-bottom: clamp(38px, 5vw, 64px);
}

.ip-consultation__heading h2,
.ip-why__content h2,
.ip-booking h2 {
    margin: 0;
    font-family: var(--heading-font-family);
    font-weight: 600;
    letter-spacing: -.035em;
}

.ip-consultation__heading h2,
.ip-why__content h2 {
    color: var(--ip-navy-dark);
    font-size: clamp(36px, 4.5vw, 45px);
    line-height: 1.08;
}

.ip-consultation__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(6, 43, 104, .15);
}

.ip-consultation__content article {
    position: relative;
    padding: 34px clamp(20px, 3vw, 40px) 0;
    border-left: 1px solid rgba(6, 43, 104, .15);
    transition: background-color .25s ease;
}

.ip-consultation__content article:last-child {
    border-right: 1px solid rgba(6, 43, 104, .15);
}

.ip-consultation__content article > span {
    position: absolute;
    top: -16px;
    left: 28px;
    padding: 5px 10px;
    color: var(--ip-navy-dark);
    background: var(--ip-gold);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(205, 144, 24, .25);
}

.ip-consultation__content article:hover {
    background: linear-gradient(180deg, rgba(205, 144, 24, .055), transparent 75%);
}

.ip-consultation__content h3 {
    margin: 10px 0 15px;
    color: var(--ip-navy-dark);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 600;
}

.ip-consultation__content p {
    margin: 0;
    color: var(--ip-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ip-why {
    color: rgba(255, 255, 255, .72);
    background: var(--ip-navy-dark);
}

.ip-why__image {
    position: relative;
    margin: 0;
}

.ip-why__image::before {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 45%;
    height: 45%;
    border-top: 2px solid var(--ip-gold);
    border-left: 2px solid var(--ip-gold);
    content: "";
}

.ip-why__image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(.9) contrast(1.02);
}

.ip-why__image::after {
    position: absolute;
    right: -12px;
    bottom: -12px;
    z-index: 2;
    width: 72px;
    height: 72px;
    border-right: 2px solid var(--ip-gold);
    border-bottom: 2px solid var(--ip-gold);
    content: "";
}

.ip-why__content h2 {
    color: var(--ip-white);
}

.ip-why__content > p:not(.ip-eyebrow) {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.75;
}

.ip-why__content .ip-why__label {
    color: var(--ip-white);
    font-weight: 600;
}

.ip-why__content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 22px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ip-why__content li {
    position: relative;
    padding-left: 24px;
    color: var(--ip-white);
    font-size: 15px;
    line-height: 1.55;
}

.ip-why__content li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    background: var(--ip-gold);
    content: "";
    transform: rotate(45deg);
}

.ip-why__content .ip-why__closing {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .88);
}

.ip-booking {
    position: relative;
    overflow: hidden;
    padding: clamp(62px, 7vw, 92px) 0;
    background: var(--ip-navy);
}

.ip-booking::before,
.ip-booking::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
}

.ip-booking::before {
    top: -190px;
    right: -80px;
    width: 390px;
    height: 390px;
}

.ip-booking::after {
    right: 70px;
    bottom: -220px;
    width: 320px;
    height: 320px;
}

.ip-booking__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.ip-booking__inner > div {
    max-width: 850px;
}

.ip-booking .ip-eyebrow {
    color: var(--ip-gold);
}

.ip-booking h2 {
    color: var(--ip-white);
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1.08;
}

.ip-booking p:last-child {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.75;
}

.ip-booking .ip-btn {
    flex: 0 0 auto;
    margin: 0;
    color: var(--ip-navy-dark);
    background: var(--ip-gold);
    border-color: var(--ip-gold);
}

.ip-booking .ip-btn:hover {
    color: var(--ip-white);
    background: transparent;
}

.ip-faq {
    padding: clamp(70px, 8vw, 120px) 0;
    background: var(--ip-cream);
}

.ip-faq__list {
    border-top: 1px solid rgba(6, 43, 104, .15);
}

.ip-faq details {
    padding: 0 18px;
    border-bottom: 1px solid rgba(6, 43, 104, .15);
    transition: background-color .25s ease, box-shadow .25s ease;
}

.ip-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 4px;
    color: var(--ip-navy-dark);
    cursor: pointer;
    font-family: var(--heading-font-family);
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
}

.ip-faq summary::-webkit-details-marker {
    display: none;
}

.ip-faq summary span {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background: var(--ip-white);
    border: 1px solid rgba(6, 43, 104, .15);
    border-radius: 50%;
}

.ip-faq summary span::before,
.ip-faq summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: var(--ip-navy);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.ip-faq summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ip-faq details[open] summary {
    color: var(--ip-gold);
}

.ip-faq details[open] {
    background: var(--ip-white);
    box-shadow: 0 14px 38px rgba(6, 43, 104, .07);
}

.ip-faq details[open] summary span {
    background: var(--ip-gold);
    border-color: var(--ip-gold);
}

.ip-faq details[open] summary span::before,
.ip-faq details[open] summary span::after {
    background: var(--ip-white);
}

.ip-faq details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0);
}

.ip-faq details > div {
    max-width: 680px;
    padding: 0 62px 25px 4px;
}

.ip-faq details p {
    margin: 0;
    color: var(--ip-muted);
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .ip-hero__content {
        padding: 0 0 55px;
    }

    .ip-breadcrumb {
        margin-bottom: 30px;
    }

    .ip-hero__visual {
        max-width: 680px;
    }

    .ip-hero__visual img {
        min-height: 380px;
    }

    .ip-hero__visual figcaption {
        right: 20px;
    }

    .ip-overview__intro {
        padding: 0 0 14px;
    }

    .ip-section-heading--sticky {
        position: static;
    }

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

    .ip-consultation__content {
        grid-template-columns: 1fr;
        gap: 42px;
        border-top: 0;
    }

    .ip-consultation__content article,
    .ip-consultation__content article:last-child {
        padding: 26px 0 0 28px;
        border-top: 1px solid rgba(6, 43, 104, .15);
        border-right: 0;
        border-left: 1px solid rgba(6, 43, 104, .15);
    }

    .ip-booking__inner {
        display: block;
    }

    .ip-booking .ip-btn {
        margin-top: 28px;
    }
}

@media (max-width: 575.98px) {
    .ip-hero {
        padding-top: 44px;
    }

    .ip-hero h1 {
        font-size: 38px;
    }

    .ip-hero .ip-hero__lead {
        font-size: 18px;
    }

    .ip-hero__visual::before {
        top: -12px;
        right: -12px;
    }

    .ip-hero__visual img {
        min-height: 300px;
    }

    .ip-hero__visual figcaption {
        right: 12px;
        bottom: 12px;
    }

    .ip-overview__copy {
        border-left-width: 3px;
    }

    .ip-condition-list li {
        grid-template-columns: 42px 1fr;
        min-height: 72px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .ip-condition-list li:hover {
        padding-left: 8px;
    }

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

    .ip-benefit-grid li {
        min-height: auto;
        padding: 21px;
    }

    .ip-note {
        padding: 19px;
    }

    .ip-candidate-list,
    .ip-why__content ul {
        grid-template-columns: 1fr;
    }

    .ip-candidate-list li {
        min-height: auto;
        padding: 20px;
    }

    .ip-why__image::before {
        top: -10px;
        left: -10px;
    }

    .ip-faq summary {
        gap: 15px;
        padding: 21px 0;
    }

    .ip-faq summary span {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .ip-faq details > div {
        padding: 0 0 21px;
    }

    .ip-faq details {
        padding: 0 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ip-condition-list li,
    .ip-benefit-grid li,
    .ip-candidate-list li,
    .ip-consultation__content article,
    .ip-faq details,
    .ip-faq summary span::after {
        transition: none;
    }
}
