/* =====================================================================
   Corporate & Institutional Healthcare page
   All rules are scoped under .cih-page so no other page is affected.
   ===================================================================== */

.cih-page {
    --cih-green: #81b13c;
    --cih-green-dk: #5f8f22;
    --cih-teal: #177ba0;
    --cih-teal-dk: #0f5a77;
    --cih-navy: #0d2f3f;
    --cih-ink: #1d3441;
    --cih-muted: #5d6f7a;
    --cih-line: #e3ebef;
    --cih-soft: #f4f8f9;
    --cih-cream: #fbfcf8;
    --cih-radius: 18px;
    --cih-shadow: 0 18px 45px -18px rgba(13, 47, 63, .28);
    --cih-shadow-sm: 0 8px 24px -12px rgba(13, 47, 63, .22);
    color: var(--cih-ink);
    font-family: "Poppins", "Jost", sans-serif;
    overflow-x: hidden;
}

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

.cih-page h1,
.cih-page h2,
.cih-page h3,
.cih-page h4 {
    font-family: "Jost", sans-serif;
    color: var(--cih-navy);
    letter-spacing: -.01em;
}

.cih-page p {
    color: var(--cih-muted);
    line-height: 1.75;
}

.cih-page ul {
    padding-left: 0;
    margin: 0;
}

.cih-page li {
    margin-bottom: 0;
}

.cih-section {
    padding: 100px 0;
    position: relative;
}

.cih-section--soft {
    background: var(--cih-soft);
}

/* ---------- Section heading ---------- */
.cih-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--cih-teal);
    margin-bottom: 14px;
}

.cih-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--cih-green);
    border-radius: 2px;
}

.cih-head {
    max-width: 760px;
    margin-bottom: 56px;
}

.cih-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cih-head--center .cih-eyebrow::after {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--cih-green);
    border-radius: 2px;
}

.cih-head h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
}

.cih-head h2 em {
    font-style: normal;
    color: var(--cih-teal);
}

.cih-head p {
    font-size: 17px;
    margin: 0;
}

/* ---------- Buttons ---------- */
.cih-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
    border: 2px solid transparent;
    line-height: 1.2;
}

.cih-btn:hover {
    transform: translateY(-2px);
}

.cih-btn--primary {
    background: var(--cih-green);
    color: #fff;
    box-shadow: 0 12px 26px -10px rgba(129, 177, 60, .8);
}

.cih-btn--primary:hover {
    background: var(--cih-green-dk);
    color: #fff;
}

.cih-btn--ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-color: rgba(255, 255, 255, .55);
    backdrop-filter: blur(4px);
}

.cih-btn--ghost:hover {
    background: #fff;
    color: var(--cih-navy);
}

.cih-btn--teal {
    background: var(--cih-teal);
    color: #fff;
}

.cih-btn--teal:hover {
    background: var(--cih-teal-dk);
    color: #fff;
}

.cih-btn--outline {
    color: var(--cih-teal);
    border-color: var(--cih-teal);
    background: transparent;
}

.cih-btn--outline:hover {
    background: var(--cih-teal);
    color: #fff;
}

/* ---------- Hero ---------- */
.cih-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 190px 0 150px;
    background: var(--cih-navy) url("../images/healt-pack.jpg") center / cover no-repeat;
    isolation: isolate;
    overflow: hidden;
}

.cih-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(100deg, rgba(8, 33, 45, .94) 0%, rgba(10, 45, 60, .82) 45%, rgba(15, 90, 119, .45) 100%);
}

.cih-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 70px solid rgba(129, 177, 60, .12);
    z-index: -1;
}

.cih-hero .cih-eyebrow {
    color: #cfe7a8;
}

.cih-hero h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 24px;
    max-width: 820px;
}

.cih-hero h1 span {
    color: var(--cih-green);
}

.cih-hero p.cih-hero-lead {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    max-width: 640px;
    margin-bottom: 38px;
}

.cih-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cih-hero-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 40px;
    padding: 7px 16px;
    margin-bottom: 22px;
}

/* ---------- Stats strip ---------- */
.cih-stats {
    position: relative;
    z-index: 3;
    margin-top: -70px;
}

.cih-stats-inner {
    background: #fff;
    border-radius: var(--cih-radius);
    box-shadow: var(--cih-shadow);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.cih-stat {
    padding: 30px 26px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-right: 1px solid var(--cih-line);
}

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

.cih-stat-icon {
    flex: 0 0 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(23, 123, 160, .12), rgba(129, 177, 60, .16));
    color: var(--cih-teal);
    display: grid;
    place-items: center;
    font-size: 20px;
}

.cih-stat strong {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: var(--cih-navy);
    line-height: 1.2;
}

.cih-stat span {
    font-size: 13.5px;
    color: var(--cih-muted);
}

/* ---------- Intro ---------- */
.cih-intro-media {
    position: relative;
    padding: 0 30px 30px 0;
}

.cih-intro-media img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--cih-radius);
    box-shadow: var(--cih-shadow);
    position: relative;
    z-index: 1;
}

.cih-intro-media::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 70%;
    border-radius: var(--cih-radius);
    background: linear-gradient(135deg, var(--cih-green), var(--cih-teal));
    opacity: .9;
}

.cih-intro-badge {
    position: absolute;
    left: -18px;
    bottom: 60px;
    z-index: 2;
    background: #fff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: var(--cih-shadow);
    display: flex;
    gap: 14px;
    align-items: center;
}

.cih-intro-badge b {
    font-family: "Jost", sans-serif;
    font-size: 34px;
    color: var(--cih-teal);
    line-height: 1;
}

.cih-intro-badge small {
    display: block;
    font-size: 13px;
    color: var(--cih-muted);
    line-height: 1.35;
}

.cih-intro-points {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
    margin: 28px 0 34px !important;
}

.cih-intro-points li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--cih-ink);
}

.cih-intro-points li i,
.cih-intro-points li svg {
    color: var(--cih-green);
    margin-top: 5px;
}

/* ---------- Who we serve ---------- */
.cih-serve-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.cih-serve-card {
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: var(--cih-radius);
    padding: 30px 26px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position: relative;
    overflow: hidden;
}

.cih-serve-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, var(--cih-green), var(--cih-teal));
    transition: width .35s ease;
}

.cih-serve-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--cih-shadow);
    border-color: transparent;
}

.cih-serve-card:hover::after {
    width: 100%;
}

.cih-serve-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--cih-soft);
    color: var(--cih-teal);
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: background-color .3s ease, color .3s ease;
}

.cih-serve-card:hover .cih-serve-icon {
    background: var(--cih-teal);
    color: #fff;
}

.cih-serve-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.35;
}

/* ---------- Solutions ---------- */
.cih-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: -24px auto 64px;
    max-width: 980px;
}

.cih-jump a {
    font-size: 14px;
    font-weight: 500;
    color: var(--cih-teal-dk);
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: 40px;
    padding: 9px 18px;
    transition: all .25s ease;
}

.cih-jump a:hover {
    background: var(--cih-teal);
    border-color: var(--cih-teal);
    color: #fff;
}

.cih-solution {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    align-items: center;
    padding: 56px 0;
    border-bottom: 1px solid var(--cih-line);
    scroll-margin-top: 120px;
}

.cih-solution:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cih-solution:first-child {
    padding-top: 0;
}

.cih-solution:nth-child(even) .cih-solution-media {
    order: 2;
}

.cih-solution-media {
    position: relative;
}

.cih-solution-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--cih-radius);
    box-shadow: var(--cih-shadow);
    display: block;
}

.cih-solution-num {
    position: absolute;
    top: -22px;
    left: 26px;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--cih-green), var(--cih-teal));
    color: #fff;
    display: grid;
    place-items: center;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 600;
    box-shadow: var(--cih-shadow-sm);
}

.cih-solution-body h3 {
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 600;
    margin: 0 0 14px;
}

.cih-solution-body > p {
    font-size: 16.5px;
    margin-bottom: 22px;
}

.cih-list-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--cih-teal);
    margin-bottom: 14px;
}

.cih-checks {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 22px;
}

.cih-checks li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--cih-ink);
}

.cih-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(129, 177, 60, .16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%235f8f22' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M4 8.5l2.6 2.6L12 5.6'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.cih-note {
    margin-top: 22px;
    padding: 14px 18px;
    border-left: 3px solid var(--cih-green);
    background: var(--cih-cream);
    border-radius: 0 10px 10px 0;
    font-size: 14.5px;
    color: var(--cih-muted);
    font-style: italic;
}

.cih-note strong {
    font-style: normal;
    color: var(--cih-ink);
}

.cih-solution-cta {
    margin-top: 26px;
}

/* ---------- Journey band ---------- */
.cih-journey {
    background:
        radial-gradient(circle at 12% 20%, rgba(129, 177, 60, .22), transparent 45%),
        radial-gradient(circle at 88% 80%, rgba(23, 123, 160, .45), transparent 50%),
        var(--cih-navy);
    color: #fff;
}

.cih-journey .cih-head h2 {
    color: #fff;
}

.cih-journey .cih-head p {
    color: rgba(255, 255, 255, .75);
}

.cih-journey .cih-eyebrow {
    color: #cfe7a8;
}

.cih-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative;
    counter-reset: cihstep;
}

.cih-steps::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .35) 0 8px, transparent 8px 16px);
}

.cih-steps li {
    text-align: center;
    position: relative;
    padding: 0 8px;
}

.cih-step-dot {
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--cih-navy);
    border: 2px solid rgba(255, 255, 255, .25);
    display: grid;
    place-items: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.cih-steps li:hover .cih-step-dot {
    background: var(--cih-green);
    border-color: var(--cih-green);
    transform: scale(1.06);
}

.cih-steps h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
}

.cih-steps p {
    color: rgba(255, 255, 255, .65);
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
}

.cih-journey-foot {
    max-width: 860px;
    margin: 60px auto 0;
    text-align: center;
    font-size: 17px;
    color: rgba(255, 255, 255, .82) !important;
}

/* ---------- Why partner ---------- */
.cih-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.cih-why-card {
    background: #fff;
    border-radius: var(--cih-radius);
    padding: 26px 24px;
    border: 1px solid var(--cih-line);
    display: flex;
    gap: 18px;
    transition: box-shadow .3s ease, transform .3s ease;
}

.cih-why-card:hover {
    box-shadow: var(--cih-shadow-sm);
    transform: translateY(-3px);
}

.cih-why-icon {
    flex: 0 0 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--cih-teal), var(--cih-teal-dk));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 19px;
}

.cih-why-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 2px 0 6px;
}

.cih-why-card p {
    font-size: 14.5px;
    margin: 0;
    line-height: 1.6;
}

.cih-why-col {
    display: flex;
    flex-direction: column;
}

.cih-why-media {
    position: relative;
    flex: 1 1 auto;
    min-height: 460px;
    border-radius: var(--cih-radius);
    overflow: hidden;
    box-shadow: var(--cih-shadow);
}

.cih-why-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cih-why-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 47, 63, .9), rgba(13, 47, 63, 0) 55%);
}

.cih-why-quote {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 1;
    color: #fff;
}

.cih-why-quote b {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    line-height: 1;
    color: var(--cih-green);
    display: block;
}

.cih-why-quote span {
    font-size: 16px;
    color: rgba(255, 255, 255, .88);
}

/* ---------- How it works ---------- */
.cih-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cih-how-card {
    background: #fff;
    border-radius: var(--cih-radius);
    padding: 34px 28px 30px;
    box-shadow: var(--cih-shadow-sm);
    position: relative;
    overflow: hidden;
}

.cih-how-card .cih-how-num {
    font-family: "Jost", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, var(--cih-green), var(--cih-teal));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    margin-bottom: 16px;
    opacity: .9;
}

.cih-how-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
}

.cih-how-card p {
    font-size: 14.5px;
    margin: 0;
    line-height: 1.65;
}

.cih-how-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cih-green), var(--cih-teal));
}

/* ---------- FAQ ---------- */
.cih-faq {
    max-width: 900px;
    margin: 0 auto;
}

.cih-faq details {
    background: #fff;
    border: 1px solid var(--cih-line);
    border-radius: 14px;
    margin-bottom: 14px;
    transition: box-shadow .3s ease, border-color .3s ease;
}

.cih-faq details[open] {
    box-shadow: var(--cih-shadow-sm);
    border-color: transparent;
}

.cih-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 64px 22px 26px;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--cih-navy);
    position: relative;
}

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

.cih-faq summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--cih-soft);
    color: var(--cih-teal);
    display: grid;
    place-items: center;
    font-size: 20px;
    line-height: 1;
    transition: transform .3s ease, background-color .3s ease, color .3s ease;
}

.cih-faq details[open] summary::after {
    content: "\2212";
    background: var(--cih-teal);
    color: #fff;
}

.cih-faq details p {
    padding: 0 26px 22px;
    margin: 0;
    font-size: 15.5px;
}

/* ---------- Final CTA ---------- */
.cih-cta {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    padding: 80px 60px;
    background: var(--cih-navy) url("../images/services/general_medicine_service.webp") center 30% / cover no-repeat;
    isolation: isolate;
    text-align: center;
}

.cih-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg, rgba(13, 47, 63, .95), rgba(15, 90, 119, .88) 60%, rgba(95, 143, 34, .85));
}

.cih-cta h2 {
    color: #fff;
    font-size: clamp(28px, 3.6vw, 46px);
    font-weight: 600;
    margin: 0 auto 16px;
    max-width: 760px;
    line-height: 1.15;
}

.cih-cta p {
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    max-width: 640px;
    margin: 0 auto 36px;
}

.cih-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.cih-cta-contact {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 38px;
}

.cih-cta-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: .92;
}

.cih-cta-contact a:hover {
    opacity: 1;
    color: #cfe7a8;
}

/* ---------- Reveal animation ---------- */
.cih-js .cih-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s ease, transform .8s ease;
}

.cih-js .cih-reveal.cih-in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .cih-js .cih-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .cih-solution {
        gap: 40px;
    }

    .cih-steps {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px;
    }

    .cih-steps::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .cih-section {
        padding: 72px 0;
    }

    .cih-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .cih-stat:nth-child(2) {
        border-right: 0;
    }

    .cih-stat:nth-child(-n+2) {
        border-bottom: 1px solid var(--cih-line);
    }

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

    .cih-solution {
        grid-template-columns: 1fr;
    }

    .cih-solution:nth-child(even) .cih-solution-media {
        order: 0;
    }

    .cih-solution-media img {
        height: 340px;
    }

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

    .cih-intro-media {
        margin-bottom: 40px;
    }

    .cih-intro-media img {
        height: 420px;
    }

    .cih-why-media {
        min-height: 360px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .cih-hero {
        min-height: auto;
        padding: 150px 0 130px;
    }

    .cih-hero p.cih-hero-lead {
        font-size: 16px;
    }

    .cih-btn {
        padding: 13px 22px;
        font-size: 14px;
    }

    .cih-stats-inner {
        grid-template-columns: 1fr;
    }

    .cih-stat {
        border-right: 0;
        border-bottom: 1px solid var(--cih-line);
        padding: 20px 22px;
    }

    .cih-stat:last-child {
        border-bottom: 0;
    }

    .cih-head {
        margin-bottom: 38px;
    }

    .cih-intro-points,
    .cih-checks,
    .cih-why-grid,
    .cih-how-grid {
        grid-template-columns: 1fr;
    }

    .cih-serve-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .cih-serve-card {
        padding: 22px 18px;
    }

    .cih-serve-card h3 {
        font-size: 15px;
    }

    .cih-serve-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
        margin-bottom: 14px;
    }

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

    .cih-solution-media img {
        height: 260px;
    }

    .cih-intro-media {
        padding: 0 16px 16px 0;
    }

    .cih-intro-media img {
        height: 340px;
    }

    .cih-intro-badge {
        left: 10px;
        bottom: 34px;
        padding: 12px 16px;
    }

    .cih-intro-badge b {
        font-size: 26px;
    }

    .cih-cta {
        padding: 56px 22px;
        border-radius: 20px;
    }

    .cih-jump {
        margin-top: -10px;
        margin-bottom: 44px;
    }

    .cih-faq summary {
        font-size: 16px;
        padding: 18px 58px 18px 20px;
    }

    .cih-faq details p {
        padding: 0 20px 18px;
    }
}
