:root {
    --prep-blue: #1688b9;
    --prep-blue-dark: #071a33;
    --prep-blue-soft: #eaf5fb;
    --prep-ink: #071a33;
    --prep-muted: #5d6b7a;
    --prep-line: #d6e8f2;
    --prep-coral: #ff6b6b;
    --prep-green: #199e63;
    --prep-shadow: 0 16px 42px rgba(25, 79, 110, 0.1);
}

.prep-page {
    padding: 112px 0 18px;
    color: var(--prep-ink);
    font-family: var(--font-main);
}

.prep-page * {
    letter-spacing: 0;
}

.prep-shell {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.prep-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
    min-height: 410px;
    overflow: hidden;
    background: #edf7fb;
    border: 1px solid rgba(29, 143, 189, 0.14);
    border-radius: 28px;
    box-shadow: var(--prep-shadow);
}

.prep-hero__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 50px 58px;
}

.prep-hero h1 {
    max-width: 610px;
    margin: 0 0 14px;
    color: var(--prep-blue-dark);
    font-family: 'Manrope', Arial, sans-serif;
    font-size: clamp(44px, 3.72vw, 56px);
    line-height: 1.08;
    font-weight: 800;
    text-wrap: balance;
}

.prep-hero h1 span {
    display: block;
}

.prep-hero h1 .accent {
    color: var(--prep-blue);
}

.prep-hero__lead {
    max-width: 590px;
    margin: 0;
    color: var(--prep-muted);
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

.prep-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 24px 0 26px;
}

.prep-hero__benefit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--prep-blue-dark);
    font-size: 1rem;
    font-weight: 750;
}

.prep-hero__benefit img {
    width: 25px;
    height: 25px;
}

.prep-hero__cta {
    align-self: flex-start;
    min-height: 52px;
    margin-top: 0;
    padding: 14px 30px;
}

.prep-hero__media {
    position: relative;
    align-self: stretch;
    min-width: 0;
    min-height: 410px;
    margin: 0;
    overflow: hidden;
    background: #dceef6;
}

.prep-hero__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 56% center;
    transform: scale(1.025);
    transform-origin: center;
}

.prep-summary {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1040px, calc(100% - 80px));
    margin: -34px auto 68px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--prep-line);
    border-radius: 18px;
    box-shadow: var(--prep-shadow);
}

.prep-summary__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 76px;
    padding: 12px 16px;
    color: var(--prep-blue-dark);
    font-size: 1rem;
    font-weight: 800;
}

.prep-summary__item + .prep-summary__item {
    border-left: 1px solid var(--prep-line);
}

.prep-summary__item img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.prep-section {
    margin-top: 68px;
}

.prep-section__header {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.prep-section h2,
.prep-checks-section h2 {
    margin: 0 0 12px;
    color: var(--prep-blue-dark);
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
}

.prep-section__intro {
    margin: 0;
    color: var(--prep-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.prep-timeline {
    margin: 0 0 30px;
}

.prep-timeline__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

.prep-timeline__list::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 12.5%;
    left: 12.5%;
    height: 3px;
    background: linear-gradient(90deg, #5fb9dc, var(--prep-blue));
    border-radius: 999px;
}

.prep-timeline__item {
    position: relative;
    min-width: 0;
}

.prep-timeline__item a {
    display: grid;
    justify-items: center;
    min-width: 0;
    color: var(--prep-blue-dark);
    text-align: center;
    text-decoration: none;
}

.prep-timeline__marker {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: var(--prep-blue);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(29, 143, 189, 0.22);
    font-size: 0.8rem;
    font-weight: 800;
}

.prep-timeline__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
    margin-top: 9px;
}

.prep-timeline__copy strong {
    font-size: 1rem;
    line-height: 1.25;
}

.prep-timeline__copy small {
    color: var(--prep-muted);
    font-size: 0.875rem;
    line-height: 1.35;
}

.prep-timeline__item a:hover .prep-timeline__marker,
.prep-timeline__item a:focus-visible .prep-timeline__marker {
    background: #147ca7;
    transform: translateY(-2px);
}

.prep-timeline__item a:focus-visible {
    outline: 2px solid var(--prep-blue);
    outline-offset: 5px;
    border-radius: 10px;
}

.prep-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.prep-step {
    position: relative;
    min-width: 0;
    padding: 26px 22px 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--prep-line);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(25, 79, 110, 0.07);
    scroll-margin-top: 110px;
}

.prep-step__number {
    position: absolute;
    top: 18px;
    left: 18px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--prep-blue);
    border-radius: 50%;
    font-size: 0.82rem;
    font-weight: 800;
}

.prep-step__icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    background: var(--prep-blue-soft);
    border-radius: 50%;
}

.prep-step__icon img {
    width: 42px;
    height: 42px;
}

.prep-step h3 {
    margin: 0 0 16px;
    color: var(--prep-blue-dark);
    font-size: 1.5rem;
    text-align: center;
}

.prep-step ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prep-step li {
    position: relative;
    padding-left: 19px;
    color: #3d5368;
    font-size: 1rem;
    line-height: 1.55;
}

.prep-step li + li {
    margin-top: 10px;
}

.prep-step li::before {
    content: "";
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--prep-blue);
    border-radius: 50%;
}

.prep-medication {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 28px;
    padding: 24px 26px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #bcdceb;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(25, 79, 110, 0.07);
}

.prep-medication__icon {
    width: 68px;
    height: 68px;
    margin-top: 2px;
}

.prep-medication h2 {
    margin: 0 0 6px;
    color: var(--prep-blue-dark);
    font-size: 1.3rem;
    text-align: left;
}

.prep-medication p {
    margin: 0;
    color: #3d5368;
    font-size: 1rem;
    line-height: 1.6;
}

.prep-medication__note {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    color: var(--prep-blue-dark);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(29, 143, 189, 0.18);
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 800;
    white-space: nowrap;
    grid-column: 2;
    justify-self: start;
}

.prep-checks-section {
    margin-top: 58px;
}

.prep-checks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.prep-check {
    position: relative;
    overflow: visible;
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 78px;
    padding: 14px 66px 14px 16px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--prep-line);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(25, 79, 110, 0.06);
}

.prep-check > img:first-child {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: var(--prep-blue-soft);
    border-radius: 50%;
}

.prep-check strong {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--prep-blue-dark);
    font-size: 1rem;
    line-height: 1.3;
}

.prep-check__ok {
    position: absolute;
    top: 50%;
    right: 14px;
    bottom: auto;
    left: auto;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    color: var(--prep-green);
    font-size: 0;
    line-height: 1;
    transform: translateY(-50%);
    isolation: isolate;
    pointer-events: none;
}

.prep-check__ok::after,
.prep-check__ok::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.prep-check__ok::after {
    z-index: 0;
    color: rgba(25, 158, 99, 0.12);
    content: "\f111";
    font-size: 40px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 5px 9px rgba(25, 158, 99, 0.12));
}

.prep-check__ok::before {
    z-index: 1;
    color: var(--prep-green);
    font-size: 34px;
    -webkit-text-stroke: 0;
    transform: translate(-38%, -68%) rotate(-7deg) scaleX(0.88);
    transform-origin: center;
    filter: drop-shadow(0 2px 3px rgba(25, 158, 99, 0.16));
}

.prep-contact-warning {
    display: grid;
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    margin-top: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--prep-line);
    border-radius: 16px;
}

.prep-contact-warning__title,
.prep-contact-warning__item {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 16px 20px;
}

.prep-contact-warning__title {
    gap: 11px;
    color: var(--prep-blue-dark);
    background: var(--prep-blue-soft);
    font-size: 1rem;
    font-weight: 800;
}

.prep-contact-warning__title img {
    width: 29px;
    height: 29px;
}

.prep-contact-warning__item {
    color: #40576c;
    border-left: 1px solid var(--prep-line);
    font-size: 1rem;
    line-height: 1.45;
}

.prep-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
    min-height: 280px;
    margin-top: 58px;
    overflow: hidden;
    background: #eaf5fb;
    border: 1px solid #c9e1ed;
    border-radius: 22px;
}

.prep-final-cta__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 38px 42px;
}

.prep-final-cta__copy h2 {
    margin: 0 0 12px;
    color: var(--prep-blue-dark);
    font-size: 2rem;
    text-align: left;
}

.prep-final-cta__copy p {
    max-width: 570px;
    margin: 0 0 22px;
    color: #40576c;
    font-size: 1rem;
    line-height: 1.6;
}

.prep-final-cta__copy .btn {
    min-height: 50px;
    margin-top: 0;
    padding: 13px 26px;
}

.prep-final-cta__media {
    position: relative;
    min-width: 0;
    min-height: 280px;
    margin: 0;
    overflow: hidden;
    background: #dceef6;
}

.prep-final-cta__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    transform: scale(1.07);
    transform-origin: center;
}

.prep-fineprint {
    width: min(760px, 100%);
    margin: 18px auto 0;
    padding: 12px 18px;
    color: #705d37;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    background: rgba(255, 248, 232, 0.82);
    border: 1px solid rgba(201, 132, 22, 0.2);
    border-radius: 12px;
}

@media (max-width: 1040px) {
    .prep-hero {
        grid-template-columns: minmax(0, 1fr) 380px;
    }

    .prep-hero__copy {
        padding: 42px 36px 54px;
    }

    .prep-hero h1 {
        font-size: clamp(42px, 4.8vw, 50px);
    }

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

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

    .prep-contact-warning {
        grid-template-columns: 1fr 1fr;
    }

    .prep-contact-warning__title {
        grid-column: 1 / -1;
    }

    .prep-contact-warning__item {
        border-top: 1px solid var(--prep-line);
        border-left: 0;
    }

    .prep-contact-warning__item + .prep-contact-warning__item {
        border-left: 1px solid var(--prep-line);
    }

    .prep-contact-warning__item:last-child {
        grid-column: 1 / -1;
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .prep-page {
        padding: 96px 0 14px;
    }

    .prep-shell {
        width: calc(100% - 24px);
    }

    .prep-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 22px;
    }

    .prep-hero__copy {
        padding: 25px 22px 24px;
    }

    .prep-hero h1 {
        margin-top: 0;
        font-size: clamp(33px, 8.8vw, 42px);
        line-height: 1.12;
        font-weight: 700;
    }

    .prep-hero__lead {
        font-size: 16px;
        line-height: 1.55;
        font-weight: 500;
    }

    .prep-hero__benefits {
        display: none;
    }

    .prep-hero__cta {
        min-height: 48px;
        margin-top: 20px;
        padding: 12px 24px;
    }

    .prep-hero__media {
        aspect-ratio: 16 / 9;
        min-height: 0;
        height: auto;
    }

    .prep-hero__media img {
        min-height: 0;
        height: 100%;
        object-position: center 33%;
        transform: scale(1.5);
        transform-origin: 61% 24%;
    }

    .prep-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 20px);
        margin: 14px auto 48px;
        border-radius: 16px;
    }

    .prep-summary__item {
        justify-content: flex-start;
        min-height: 64px;
        padding: 10px 13px;
        font-size: 0.875rem;
    }

    .prep-summary__item + .prep-summary__item {
        border-left: 0;
    }

    .prep-summary__item:nth-child(even) {
        border-left: 1px solid var(--prep-line);
    }

    .prep-summary__item:nth-child(n + 3) {
        border-top: 1px solid var(--prep-line);
    }

    .prep-summary__item img {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .prep-section,
    .prep-checks-section {
        margin-top: 48px;
    }

    .prep-section__header {
        margin-bottom: 22px;
    }

    .prep-section h2,
    .prep-checks-section h2 {
        font-size: 2rem;
    }

    .prep-section__intro {
        font-size: 1rem;
    }

    .prep-timeline {
        width: 80%;
        margin: 0 0 22px auto;
    }

    .prep-timeline__list {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .prep-timeline__list::before {
        top: 20px;
        right: auto;
        bottom: 20px;
        left: 18px;
        width: 2px;
        height: auto;
    }

    .prep-timeline__item a {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        justify-items: stretch;
        align-items: center;
        padding: 7px 0;
        text-align: left;
    }

    .prep-timeline__marker {
        width: 36px;
        height: 36px;
        border-width: 3px;
    }

    .prep-timeline__copy {
        gap: 1px;
        margin-top: 0;
    }

    .prep-timeline__copy strong {
        font-size: 1rem;
    }

    .prep-timeline__copy small {
        font-size: 0.875rem;
    }

    .prep-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .prep-step {
        display: grid;
        grid-template-columns: 68px minmax(0, 1fr);
        column-gap: 15px;
        padding: 20px 18px 20px;
        border-radius: 17px;
    }

    .prep-step__number {
        top: 12px;
        left: 12px;
        width: 27px;
        height: 27px;
    }

    .prep-step__icon {
        grid-row: 1 / 4;
        width: 64px;
        height: 64px;
        margin: 9px 0 0;
    }

    .prep-step__icon img {
        width: 37px;
        height: 37px;
    }

    .prep-step h3 {
        text-align: left;
    }

    .prep-step h3 {
        margin-bottom: 10px;
        font-size: 1.25rem;
    }

    .prep-step ul {
        grid-column: 2;
    }

    .prep-step li {
        font-size: 1rem;
    }

    .prep-medication {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 15px;
        padding: 20px 18px;
    }

    .prep-medication__icon {
        width: 54px;
        height: 54px;
    }

    .prep-medication h2 {
        font-size: 1.25rem;
    }

    .prep-medication p {
        font-size: 1rem;
    }

    .prep-medication__note {
        grid-column: 1 / -1;
        justify-self: start;
        white-space: normal;
    }

    .prep-checks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .prep-check {
        gap: 7px;
        min-height: 72px;
        padding: 11px 54px 11px 12px;
        border-radius: 14px;
    }

    .prep-check > img:first-child {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        padding: 7px;
    }

    .prep-check strong {
        font-size: 0.95rem;
    }

    .prep-check__ok {
        display: block;
        right: 10px;
        width: 36px;
        height: 36px;
    }

    .prep-check__ok::after {
        font-size: 36px;
    }

    .prep-check__ok::before {
        font-size: 32px;
        transform: translate(-38%, -69%) rotate(-7deg) scaleX(0.88);
    }

    .prep-contact-warning {
        grid-template-columns: 1fr;
    }

    .prep-contact-warning__title,
    .prep-contact-warning__item {
        min-height: 0;
        padding: 14px 16px;
    }

    .prep-contact-warning__item,
    .prep-contact-warning__item + .prep-contact-warning__item,
    .prep-contact-warning__item:last-child {
        grid-column: auto;
        border-top: 1px solid var(--prep-line);
        border-left: 0;
    }

    .prep-final-cta {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-top: 46px;
        border-radius: 18px;
    }

    .prep-final-cta__copy {
        padding: 26px 22px;
    }

    .prep-final-cta__copy h2 {
        font-size: 1.55rem;
    }

    .prep-final-cta__copy p {
        font-size: 1rem;
    }

    .prep-final-cta__copy .btn {
        width: 100%;
    }

    .prep-final-cta__media,
    .prep-final-cta__media img {
        min-height: 170px;
        height: 170px;
    }

    .prep-fineprint {
        margin-top: 14px;
        padding: 11px 13px;
        font-size: 14px;
        line-height: 1.45;
    }
}

@media (max-width: 390px) {
    .prep-summary__item {
        font-size: 0.875rem;
    }

    .prep-checks {
        grid-template-columns: 1fr;
    }
}
