/* Medcentry page styles for Trimed theme */

/* Medcentry page root */
.medcentry-page {
    position: relative;
}

/* SVG helpers */
.medcentry-page .mc-clover { color: currentColor; }

/* Hero */
.medcentry-page .mc-hero { padding: 0; margin-top: 20px; }
.medcentry-page .mc-hero-left { display: flex; flex-direction: column; padding-top: 33px; }
.medcentry-page .mc-hero-title {
    font-size: 60px;
    line-height: 94%;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #28282a;
    max-width: 726px;
    margin-bottom: 28px;
}
.medcentry-page .mc-hero-title .text-green {
    font-weight: 600;
    color: var(--color-green);
}
.medcentry-page .mc-hero-title-tail {
    font-style: italic;
    font-weight: 400;
    color: var(--color-black);
}
.medcentry-page .mc-hero-desc {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-black);
    max-width: 664px;
    margin-bottom: 24px;
}
.medcentry-page .mc-hero-features {
    display: flex;
    gap: 20px;
    width: 686px;
    margin-bottom: 24px;
}
.medcentry-page .mc-hero-feature-card {
    width: 333px;
    height: 166px;
    border-radius: var(--radius-card);
    overflow: hidden;
    flex-shrink: 0;
}
.medcentry-page .mc-hero-feature-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.medcentry-page .mc-hero-feature-card--warehouse {
    background: var(--color-white-2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 24px 12px;
}
.medcentry-page .mc-hero-feature-text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--color-black);
    max-width: 154px;
}
.medcentry-page .mc-hero-feature-warehouse {
    width: 154px;
    height: 109px;
    object-fit: contain;
    align-self: flex-end;
    margin-right: -20px;
    margin-bottom: -8px;
}
.medcentry-page .mc-hero-btn {
    width: 100%;
    max-width: 686px;
    height: var(--button-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-green);
    color: var(--color-white);
    border-radius: var(--radius-control);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    white-space: nowrap;
    font-family: inherit;
    border: none;
    cursor: pointer;
}
.medcentry-page .mc-hero-right { position: relative; }
.medcentry-page .mc-hero-image {
    width: 594px;
    height: 550px;
    object-fit: cover;
    border-radius: var(--radius-card);
    background: var(--color-gray-2);
}
.medcentry-page .mc-hero-badges {
    position: absolute;
    left: 36px;
    top: 396px;
    width: 522px;
    display: flex;
    gap: 13px;
    align-items: flex-start;
}
.medcentry-page .mc-hero-badge-glass {
    position: relative;
    width: 315px;
    height: 118px;
    display: flex;
    align-items: flex-end;
    background: rgba(39, 81, 69, 0.05);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: var(--radius-card);
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: var(--color-white);
    box-sizing: border-box;
}
.medcentry-page .mc-hero-badge-glass svg {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 22px;
    height: 22px;
    color: var(--color-white);
}
.medcentry-page .mc-hero-badge-green {
    width: 194px;
    height: 118px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    background: var(--gradient-light-green);
    border-radius: var(--radius-card);
    padding: 12px 20px 14px;
    color: var(--color-white);
    box-sizing: border-box;
}
.medcentry-page .mc-hero-badge-green .txt { font-size: 14px; line-height: 16px; font-weight: 400; }

/* Audience */
.medcentry-page .mc-audience { padding: 140px 0 0; }
.medcentry-page .mc-audience .mc-section-inner { position: relative; }
.medcentry-page .mc-audience-header {
    background: var(--gradient-green);
    border-radius: 20px;
    min-height: 260px;
    padding: 96px 48px 40px 74px;
    display: grid;
    grid-template-columns: 1fr 378px;
    gap: 40px;
    align-items: start;
    color: var(--color-white);
    position: relative;
}
.medcentry-page .mc-header-clover {
    position: absolute;
    right: 48px;
    top: 31px;
    width: 55px;
    height: 55px;
}
.medcentry-page .mc-audience-label {
    position: absolute;
    left: 74px;
    top: 39px;
    z-index: 2;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    width: fit-content;
    color: var(--color-white);
}
.medcentry-page .mc-audience-desc { font-size: 20px; line-height: 120%; margin-top: 31px; }
.medcentry-page .mc-audience-card {
    width: 382px;
    height: 229px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-card);
    font-size: 24px;
    line-height: 110%;
    color: var(--color-white);
}
.medcentry-page .mc-audience-card .mc-clover {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 16px;
    z-index: 2;
}
.medcentry-page .mc-audience-card .text { position: relative; z-index: 1; max-width: 318px; }
.medcentry-page .mc-audience-card--image {
    background: var(--color-gray);
    justify-content: flex-end;
}
.medcentry-page .mc-audience-card--image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(54, 118, 67, 0.5);
    border-radius: inherit;
    z-index: 1;
}
.medcentry-page .mc-audience-card--gray {
    background: var(--color-gray);
    color: var(--color-black);
}
.medcentry-page .mc-audience-card--white {
    background: var(--color-white-2);
    color: var(--color-black);
}
.medcentry-page .mc-audience-card--green {
    background: var(--gradient-light-green);
    color: var(--color-white);
}
.medcentry-page .mc-audience-card-img {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 154px;
    height: 132px;
    object-fit: contain;
    opacity: 1;
}
.medcentry-page .mc-audience-card--image .mc-audience-card-img {
    left: -0.09%;
    top: -110.77%;
    width: 100%;
    height: 250.22%;
    max-width: none;
    object-fit: cover;
    border-radius: inherit;
    z-index: 0;
}
.medcentry-page .mc-audience-card--image .text {
    position: absolute;
    left: 28px;
    top: 97px;
    width: 285px;
    max-width: 285px;
}
.medcentry-page .mc-audience-card--gray .mc-clover { display: none; }
.medcentry-page .mc-audience-card--gray .mc-audience-card-img {
    top: 24px;
    right: 29px;
    width: 100px;
    height: 100px;
}
.medcentry-page .mc-audience-card--white .mc-clover {
    left: 16px;
    right: auto;
    top: 16px;
    color: var(--color-gray-2);
}
.medcentry-page .mc-audience-card--green .mc-clover {
    top: 20px;
    right: 20px;
}
.medcentry-page .mc-audience-summary {
    width: 738px;
    max-width: 738px;
    margin: 40px 0 0 409px;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1.6px;
    color: var(--color-black);
    text-align: left;
}
.medcentry-page .mc-audience-summary-green { color: var(--color-green); }
.medcentry-page .mc-audience-summary em { font-style: italic; }

/* Included */
.medcentry-page .mc-included { background: transparent; border-radius: 0; padding: 0; margin-top: 140px; overflow: visible; }
.medcentry-page .mc-included .mc-container {
    position: relative;
    width: 1344px;
    height: 934px;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0;
}
.medcentry-page .mc-included .mc-container::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 840px;
    background: var(--color-white-2);
    border-radius: 20px;
}
.medcentry-page .mc-included-header {
    display: block;
    position: relative;
    z-index: 1;
}
.medcentry-page .mc-included-header-left { width: 480px; flex-shrink: 0; }
.medcentry-page .mc-included-subtitle {
    position: absolute;
    left: 71px;
    top: 60px;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-black);
    margin: 0;
}
.medcentry-page .mc-included-title {
    position: absolute;
    left: 71px;
    top: 110px;
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-black);
    max-width: 480px;
    margin: 0;
}
.medcentry-page .mc-included-label {
    position: absolute;
    left: 71px;
    top: 269px;
    width: 270px;
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    color: var(--color-black);
}
.medcentry-page .mc-included-desc {
    position: absolute;
    left: 686px;
    top: 152px;
    width: 533px;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-black);
    flex-shrink: 0;
}
.medcentry-page .mc-included-grid {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
}
.medcentry-page .mc-included-card { position: absolute; width: 280px; height: 240px; display: flex; flex-direction: column; }
.medcentry-page .mc-included-card[data-index="1"] { left: 380px; top: 269px; }
.medcentry-page .mc-included-card[data-index="2"] { left: 686px; top: 269px; height: 264px; }
.medcentry-page .mc-included-card[data-index="3"] { left: 72px; top: 560px; }
.medcentry-page .mc-included-card[data-index="4"] { left: 380px; top: 560px; }
.medcentry-page .mc-included-card[data-index="5"] { left: 992px; top: 560px; }
.medcentry-page .mc-included-card-img { margin-bottom: 12px; flex-shrink: 0; }
.medcentry-page .mc-included-card-body { display: flex; gap: 12px; align-items: flex-start; height: 48px; }
.medcentry-page .mc-included-result {
    position: absolute;
    left: 0;
    top: 856px;
    width: 1344px;
    height: 78px;
    min-height: 78px;
    background: var(--gradient-light-green);
    border-radius: 8px;
    padding: 27px 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-white);
    font-size: 20px;
    line-height: 120%;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
}
.medcentry-page .mc-included-result p { max-width: 1246px; }
.medcentry-page .mc-included-result .mc-clover { display: none; }

/* Projects */
.medcentry-page .mc-projects-header {
    width: 1200px;
    margin: 0 auto 67px;
    text-align: center;
}
.medcentry-page .mc-projects-title {
    width: 568px;
    margin: 0 auto 22px;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -1.44px;
    text-align: center;
}
.medcentry-page .mc-projects-desc {
    margin: 0 auto;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: var(--color-black);
    text-align: center;
}
.medcentry-page .mc-projects-desc--desktop {
    display: block;
    width: 1032px;
}
.medcentry-page .mc-projects-desc--mobile {
    display: none;
}
.medcentry-page .mc-project-card-arrow {
    margin-right: 20px;
}

/* Process */
.medcentry-page .mc-process-subtitle { font-size: 16px; line-height: 120%; color: var(--color-black); max-width: 440px; }
.medcentry-page .mc-process-cards { margin: 31px 0 0 0; }
.medcentry-page .mc-process-card-num { left: 28px; }
.medcentry-page .mc-process-card-title { margin: 0 28px 8px; }
.medcentry-page .mc-process-card-text { margin: 0 28px; }
.medcentry-page .mc-process-card .mc-clover { display: none; }

/* Request */
.medcentry-page .mc-request { padding: 0; margin-top: 28px; }
.medcentry-page .mc-request-desc { line-height: 120%; max-width: 387px; }
.medcentry-page .mc-request-note {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(54, 118, 67, 0.5);
    border-radius: var(--radius-card);
    padding: 12px 20px;
    font-size: 20px;
    line-height: 24px;
}
.medcentry-page .mc-request-note .check {
    position: relative;
    width: 24px;
    height: 24px;
    background: var(--gradient-light-green);
    color: var(--color-white);
}
.medcentry-page .mc-request-note .check::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -62%) rotate(-45deg);
}
.medcentry-page .mc-request-note .check svg { width: 11px; height: 9px; display: block; }
.medcentry-page .mc-request-form .phone-input { width: 429px; height: var(--control-height); padding: 0 16px; margin-bottom: 12px; box-sizing: border-box; }
.medcentry-page .mc-request-form .phone-input input { width: 100%; background: transparent; padding: 0; margin: 0; }
.medcentry-page .mc-request-form .form-message { font-size: 12px; line-height: 14px; }
.medcentry-page .mc-request-form .form-message:empty { display: none; }

/* Why */
.medcentry-page .mc-why { padding: 0; margin-top: 140px; margin-bottom: 110px; }
.medcentry-page .mc-why-title { font-size: 48px; line-height: 110%; font-weight: 600; letter-spacing: -0.03em; color: var(--color-black); width: fit-content; margin: 0 auto 61px; text-align: center; }
.medcentry-page .mc-why-grid { display: grid; grid-template-columns: 684px 481px; gap: 35px; align-items: start; }
.medcentry-page .mc-why-stats { display: flex; gap: 20px; }
.medcentry-page .mc-why-stat { height: 203px; padding: 45px 44px 0; display: flex; flex-direction: column; justify-content: flex-start; border-radius: var(--radius-card); }
.medcentry-page .mc-why-stat:first-child { padding-left: 76px; }
.medcentry-page .mc-why-stat:nth-child(2) { padding-left: 69px; }
.medcentry-page .mc-why-stat--image { width: 286px; background: var(--color-gray-2) url('../img/medcentry/why-stat-image.png') center/cover no-repeat; color: var(--color-white); position: relative; overflow: hidden; }
.medcentry-page .mc-why-stat--image::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.2); border-radius: inherit; }
.medcentry-page .mc-why-stat--gray { width: 378px; background: var(--color-gray-2); color: var(--color-black); }
.medcentry-page .mc-why-features { display: flex; gap: 20px; }
.medcentry-page .mc-why-feature { height: 80px; background: var(--color-white-2); border-radius: 9px; display: flex; align-items: center; gap: 16px; padding: 0 20px; font-size: 20px; line-height: 24px; color: var(--color-black); }
.medcentry-page .mc-why-feature:nth-child(1) { width: 378px; padding-left: 70px; }
.medcentry-page .mc-why-feature:nth-child(2) { width: 286px; padding-left: 52px; }
.medcentry-page .mc-why-feature svg { width: 40px; height: 40px; color: var(--color-dark-green); flex-shrink: 0; }
.medcentry-page .mc-why-feature:nth-child(2) svg { width: 32px; height: 29px; }
.medcentry-page .mc-why-cta { width: 481px; height: 302px; border-radius: var(--radius-card); position: relative; overflow: hidden; display: block; padding: 0; }
.medcentry-page .mc-why-cta::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.3); border-radius: inherit; z-index: 1; }
.medcentry-page .mc-why-cta-bg { position: absolute; left: -34.03%; top: -0.16%; width: 168.12%; height: 200.83%; object-fit: fill; max-width: none; }
.medcentry-page .mc-why-cta-content { position: absolute; left: 68px; top: 68px; width: 345px; height: 166px; z-index: 2; }
.medcentry-page .mc-why-cta-text { font-size: 28px; line-height: 110%; font-weight: 600; letter-spacing: -0.03em; color: var(--color-white); margin-bottom: 16px; max-width: 345px; }
.medcentry-page .mc-why-cta-btn { width: 345px; background: var(--gradient-green); color: var(--color-white); }
.medcentry-page .mc-why-cta-btn span { color: var(--color-white); }

/* Responsive */
@media (max-width: 1200px) {
    .medcentry-page .mc-hero-grid { grid-template-columns: 1fr; gap: 24px; }
    .medcentry-page .mc-hero-image { width: 100%; height: auto; }
    .medcentry-page .mc-hero-badges { left: 16px; bottom: 16px; right: 16px; }
    .medcentry-page .mc-hero-btn { width: 100%; }
    .medcentry-page .mc-audience-grid,
    .medcentry-page .mc-process-cards,
    .medcentry-page .mc-why-grid,
    .medcentry-page .mc-why-stats,
    .medcentry-page .mc-why-features,
    .medcentry-page .mc-request-inner,
    .medcentry-page .mc-process-grid,
    .medcentry-page .mc-audience-header { grid-template-columns: 1fr; }
    .medcentry-page .mc-projects-grid { grid-template-columns: repeat(2, 1fr); }
    .medcentry-page .mc-audience-card,
    .medcentry-page .mc-process-card,
    .medcentry-page .mc-process-image,
    .medcentry-page .mc-request-form,
    .medcentry-page .mc-why-stat,
    .medcentry-page .mc-why-cta,
    .medcentry-page .mc-hero-features, .medcentry-page .mc-hero-feature-card { width: 100%; height: auto; }
    .medcentry-page .mc-process-image { height: 400px; }
    .medcentry-page .mc-request-form { margin-left: 0; height: auto; }
    .medcentry-page .mc-why-cta { min-height: 302px; }
    .medcentry-page .mc-included .mc-container,
    .medcentry-page .mc-included-grid { grid-template-columns: repeat(2, 1fr); padding-left: 0; }
    .medcentry-page .mc-included-card,
    .medcentry-page .mc-included-card[data-index] { grid-column: auto; grid-row: auto; }
    .medcentry-page .mc-included-card-img { width: 100%; }
}

@media (max-width: 768px) {
    /* Hero mobile */
    .medcentry-page .mc-hero { padding: 0 var(--container-padding-mobile) 40px; margin-top: 32px; }
    .medcentry-page .mc-hero-grid { display: flex; flex-direction: column; min-height: 0; gap: 0; }
    .medcentry-page .mc-hero-left { display: contents; padding-top: 0; }
    .medcentry-page .mc-hero-right { order: 2; position: relative; width: 100%; background-color: var(--color-gray); border-radius: var(--radius-card); min-height: 293px; margin-bottom: 8px; }
    .medcentry-page .mc-hero-title { order: 1; width: 331px; max-width: 100%; font-size: 28px; line-height: 94%; letter-spacing: -0.03em; margin-bottom: 24px; color: #28282a; }
    .medcentry-page .mc-hero-title .text-green { color: var(--color-green); font-weight: 600; }
    .medcentry-page .mc-hero-image { width: 100%; height: 293px; content: url('../img/medcentry/hero-main-mobile.png'); background-color: var(--color-gray); object-fit: cover; border-radius: var(--radius-card); }
    .medcentry-page .mc-hero-badges { position: absolute; left: 12px; top: auto; bottom: 12px; right: 12px; display: flex; flex-wrap: nowrap; gap: 8px; margin: 0; }
    .medcentry-page .mc-hero-badge-glass { position: relative; left: auto; bottom: auto; width: 160px; flex-shrink: 0; height: 78px; font-size: 12px; line-height: 14px; padding: 12px; background: rgba(39, 81, 69, 0.05); border: 1px solid rgba(255,255,255,0.2); font-weight: 400; align-items: flex-end; }
    .medcentry-page .mc-hero-badge-glass svg { width: 12px; height: 12px; top: 12px; right: 12px; }
    .medcentry-page .mc-hero-badge-glass span { width: auto; }
    .medcentry-page .mc-hero-badge-green { position: relative; left: auto; bottom: auto; width: 156px; height: 78px; min-height: 78px; flex-shrink: 0; padding: 8px 12px 10px; gap: 0; }
    .medcentry-page .mc-hero-badge-green .num { font-size: 28px; line-height: 30px; }
    .medcentry-page .mc-hero-badge-green .txt { font-size: 12px; line-height: 13px; }
    .medcentry-page .mc-hero-features { order: 3; width: 100%; height: 74px; margin: 0 0 20px; }
    .medcentry-page .mc-hero-feature-card--image { display: none; }
    .medcentry-page .mc-hero-feature-card--warehouse { width: 100%; height: 72px; flex-direction: row; align-items: center; justify-content: space-between; padding: 12px 12px 0 16px; gap: 0; border-radius: var(--radius-card); background: var(--color-white-2); }
    .medcentry-page .mc-hero-feature-text { font-size: 12px; line-height: 14px; max-width: 119px; }
    .medcentry-page .mc-hero-feature-warehouse { width: 117px; height: 62px; margin: 0; align-self: flex-end; object-fit: contain; }
    .medcentry-page .mc-hero-desc { order: 4; width: 100%; font-size: 16px; line-height: 19px; margin-bottom: 20px; }
    .medcentry-page .mc-hero-btn { order: 5; width: 100%; height: var(--button-height); }

    /* Audience mobile */
    .medcentry-page .mc-audience { margin-top: 0; padding: 0 var(--container-padding-mobile) 60px; }
    .medcentry-page .mc-audience-label { position: static; width: 100%; font-size: 14px; line-height: 16.8px; letter-spacing: 0; color: var(--color-black); text-align: center; margin: 50px 0 20px; }
    .medcentry-page .mc-audience-header { padding: 24px; display: flex; flex-direction: column; gap: 0; min-height: 221px; border-radius: var(--radius-card); }
    .medcentry-page .mc-header-clover { width: 29px; height: 29px; top: 24px; right: 24px; }
    .medcentry-page .mc-audience-title { font-size: 22px; line-height: 24.2px; letter-spacing: -0.66px; font-weight: 600; margin-top: 62px; }
    .medcentry-page .mc-audience-desc { font-size: 14px; line-height: 16.8px; letter-spacing: 0; margin: 12px 0 0 -4px; width: 295px; }
    .medcentry-page .mc-audience-body { display: block; margin-top: 52px; }
    .medcentry-page .mc-audience-lead { width: 251px; font-size: 24px; line-height: 26.4px; letter-spacing: -0.72px; text-align: center; margin: 0 auto 28px; font-weight: 600; }
    .medcentry-page .mc-audience-grid { display: grid; grid-template-columns: 168px 167px; gap: 12px 8px; width: 343px; max-width: 100%; }
    .medcentry-page .mc-audience-card { width: 100%; height: 167px; padding: 16px; font-size: 14px; line-height: 110%; border-radius: var(--radius-card); font-weight: 400; }
    .medcentry-page .mc-audience-card .text { max-width: 152px; }
    .medcentry-page .mc-audience-card .mc-clover { width: 12px; height: 12px; top: 16px; right: 16px; }
    .medcentry-page .mc-audience-card-img { position: absolute; right: 7px; top: 4px; bottom: auto; width: 85px; height: 73px; opacity: 1; object-fit: contain; }
    .medcentry-page .mc-audience-card--image .mc-audience-card-img {
        content: url('../img/medcentry/audience-1.png');
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
    }
    .medcentry-page .mc-audience-card--image .text {
        left: 12px;
        top: 90px;
        width: 152px;
        max-width: 152px;
    }
    .medcentry-page .mc-audience-card--gray .mc-clover { display: block; left: 16px; right: auto; top: 16px; width: 20px; height: 20px; color: var(--color-gray-2); }
    .medcentry-page .mc-audience-card--gray .mc-audience-card-img { top: 8px; right: 8px; width: 72px; height: 72px; border-radius: 6px; }
    .medcentry-page .mc-audience-card--gray .text { max-width: 124px; }
    .medcentry-page .mc-audience-card--green .mc-clover { top: 20px; right: 16px; width: 12px; height: 12px; }
    .medcentry-page .mc-audience-card--green .text { max-width: 147px; }
    .medcentry-page .mc-audience-summary {
        width: 348px;
        max-width: none;
        margin: 34px 0 0;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.6px;
        text-align: left;
    }

    /* Included mobile */
    .medcentry-page .mc-included { margin-top: 20px; padding: 0 var(--container-padding-mobile); background: transparent; border-radius: 0; }
    .medcentry-page .mc-included .mc-container { width: 343px; max-width: 100%; height: auto; min-height: 1715px; padding: 40px 24px 60px; background: var(--color-white-2); border-radius: 20px; }
    .medcentry-page .mc-included .mc-container::before { display: none; }
    .medcentry-page .mc-included-header { display: block; position: static; }
    .medcentry-page .mc-included-header-left { width: auto; }
    .medcentry-page .mc-included-subtitle { position: static; margin: 0 0 29px; font-size: 14px; line-height: 17px; }
    .medcentry-page .mc-included-title { position: static; font-size: 24px; line-height: 26.4px; letter-spacing: -0.72px; font-weight: 600; max-width: 259px; margin: 0 0 12px; color: var(--color-black); }
    .medcentry-page .mc-included-title .text-green { color: var(--color-green); }
    .medcentry-page .mc-included-desc { position: static; width: 284px; font-size: 16px; line-height: 19.2px; letter-spacing: 0; max-width: 100%; margin: 0 0 32px; }
    .medcentry-page .mc-included-label { position: static; width: 295px; font-size: 20px; line-height: 22px; letter-spacing: 0; font-weight: 600; max-width: 100%; margin: 0 0 20px; }
    .medcentry-page .mc-included-grid { display: flex; flex-direction: column; gap: 40px; position: static; margin-top: 0; width: 295px; max-width: 100%; }
    .medcentry-page .mc-included-card,
    .medcentry-page .mc-included-card[data-index] { position: static; width: 295px; max-width: 100%; height: 236px; background: transparent; border-radius: 0; padding: 0; }
    .medcentry-page .mc-included-card:nth-child(5) { height: 218px; }
    .medcentry-page .mc-included-card-img { width: 295px; height: 180px; border-radius: var(--radius-card); margin: 0; }
    .medcentry-page .mc-included-card[data-index="1"] .mc-included-card-img img { content: url('../img/medcentry/audience-1.png'); }
    .medcentry-page .mc-included-card-body { height: auto; margin-top: 12px; gap: 16px; }
    .medcentry-page .mc-included-card-title { font-size: 18px; line-height: 21.6px; letter-spacing: 0; max-width: 255px; min-height: 0; }
    .medcentry-page .mc-included-result { display: none; }

    /* Projects mobile */
    .medcentry-page .mc-projects { margin-top: 67px; padding: 0; overflow: hidden; }
    .medcentry-page .mc-projects .mc-section-inner { width: var(--mobile-content-width); max-width: var(--mobile-content-width); margin: 0 auto; }
    .medcentry-page .mc-projects-header { position: relative; width: 343px; text-align: left; margin: 0 0 32px; padding-right: 40px; }
    .medcentry-page .mc-projects-header::after { content: ''; position: absolute; right: 6px; top: 0; width: 32px; height: 32px; background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='7' y1='27' x2='25' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CDCDCD'/%3E%3Cstop offset='1' stop-color='%23E1E1E1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M11.1 2.67c1.84 0 3.33 1.49 3.33 3.33v7.34c.56-.3 1.22-.47 1.9-.47.9 0 1.74.3 2.42.82.68-.52 1.52-.82 2.42-.82.9 0 1.74.3 2.42.82.68-.52 1.52-.82 2.42-.82 2.21 0 4 1.79 4 4v5.18c0 4.45-3.6 8.05-8.05 8.05h-5.12c-2.38 0-4.64-.98-6.26-2.72l-6.72-7.2a3.33 3.33 0 0 1 .17-4.72 3.33 3.33 0 0 1 4.58.02l1.17 1.17V6c0-1.84 1.49-3.33 3.33-3.33Zm0 2.67c-.37 0-.67.3-.67.67v14.84l-3.7-3.7a.67.67 0 0 0-.94 0 .67.67 0 0 0-.03.94l6.72 7.2a5.82 5.82 0 0 0 4.31 1.89h5.12a5.38 5.38 0 0 0 5.38-5.38v-5.18a1.33 1.33 0 0 0-2.67 0v1.33h-2.67v-1.33a1.33 1.33 0 0 0-2.67 0v1.33h-2.67v-1.33a1.33 1.33 0 0 0-2.67 0v1.33h-2.67V6c0-.37-.3-.67-.67-.67Z'/%3E%3C/svg%3E") center/contain no-repeat; }
    .medcentry-page .mc-projects-title { font-size: 24px; line-height: 26.4px; letter-spacing: -0.72px; font-weight: 600; width: 273px; text-align: left; margin: 0 0 12px; color: var(--color-black); }
    .medcentry-page .mc-projects-desc { font-size: 16px; line-height: normal; letter-spacing: 0; text-align: left; margin: 0; }
    .medcentry-page .mc-projects-desc--desktop { display: none; }
    .medcentry-page .mc-projects-desc--mobile { display: block; width: 330px; max-width: 330px; }
    .medcentry-page .mc-projects-grid { padding: 0 16px 12px 0; }
    .medcentry-page .mc-project-card { gap: 12px; border-radius: 0; overflow: visible; background: transparent; }
    .medcentry-page .mc-project-card-img { width: 328px; border-radius: var(--radius-card); overflow: hidden; }
    .medcentry-page .mc-project-card-body { width: 328px; height: 220px; flex: 0 0 220px; padding: 20px 24px; background: #fff; border-radius: var(--radius-card); display: flex; flex-direction: column; justify-content: space-between; }
    .medcentry-page .mc-project-card:nth-child(4),
    .medcentry-page .mc-project-card:nth-child(4) .mc-project-card-body {
        height: auto;
    }
    .medcentry-page .mc-project-card:nth-child(4) .mc-project-card-body {
        flex-basis: auto;
        min-height: 220px;
    }
    .medcentry-page .mc-project-card-top { height: 32px; align-items: flex-start; }
    .medcentry-page .mc-project-card-title { width: 280px; margin-bottom: 12px; }
    .medcentry-page .mc-project-card-text { width: 280px; letter-spacing: 0; }
    .medcentry-page .mc-project-card-arrow { width: 32px; height: 32px; margin-right: 0; }

    /* Process mobile */
    .medcentry-page .mc-process { margin-top: 73px; padding: 0 var(--container-padding-mobile); }
    .medcentry-page .mc-process-header { margin-bottom: 28px; }
    .medcentry-page .mc-process-title { margin: 0; }
    .medcentry-page .mc-process-subtitle { display: none; }
    .medcentry-page .mc-process-image { height: 193px; margin-bottom: 12px; margin-top: 0; }
    .medcentry-page .mc-process-cards { margin: 0; }
    .medcentry-page .mc-process-card { height: 140px; padding: 0 16px 24px; }
    .medcentry-page .mc-process-card-num { left: 16px; }
    .medcentry-page .mc-process-card .mc-clover { position: absolute; top: 16px; right: 16px; width: 16px; height: 16px; color: var(--color-white); }
    .medcentry-page .mc-process-card-title { margin: 0 16px 4px; width: auto; }
    .medcentry-page .mc-process-card-text { margin: 0 16px; width: auto; }

    /* Request mobile */
    .medcentry-page .mc-request { margin-top: 80px; padding: 0 var(--container-padding-mobile); }
    .medcentry-page .mc-request-inner {
        width: min(343px, 100%);
        max-width: 343px;
        min-height: 583px;
        margin-left: auto;
        margin-right: auto;
    }
    .medcentry-page .mc-request-clover { position: static; display: block; width: 16px; height: 16px; margin: 0 auto 12px; }
    .medcentry-page .mc-request-desc { max-width: 100%; }
    .medcentry-page .mc-request-note {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        padding: 10px 20px;
        gap: 12px;
        border-radius: var(--radius-card);
        font-size: 16px;
        line-height: 18px;
        white-space: nowrap;
    }
    .medcentry-page .mc-request-note .check {
        width: 20px;
        height: 20px;
    }
    .medcentry-page .mc-request-note .check::before {
        width: 9px;
        height: 6px;
    }
    .medcentry-page .mc-request-form {
        max-width: 308px;
    }
    .medcentry-page .mc-request-form input,
    .medcentry-page .mc-request-form textarea { margin-bottom: 8px; }
    .medcentry-page .mc-request-form .phone-input { width: 100%; margin-bottom: 8px; }
    .medcentry-page .mc-request-form button { height: 44px; line-height: 17px; }

    /* Why mobile */
    .medcentry-page .mc-why { margin-top: 80px; margin-bottom: 80px; padding: 0 var(--container-padding-mobile); }
    .medcentry-page .mc-why-title { width: 295px; font-size: 24px; line-height: 26.4px; letter-spacing: -0.72px; font-weight: 600; margin: 0 0 32px 24px; text-align: left; }
    .medcentry-page .mc-why-grid { grid-template-columns: 1fr; gap: 0; }
    .medcentry-page .mc-why-left { gap: 11px; }
    .medcentry-page .mc-why-stats { flex-direction: row; gap: 8px; }
    .medcentry-page .mc-why-stat { height: 117px; border-radius: var(--radius-card); }
    .medcentry-page .mc-why-stat:first-child { padding: 21px 0 0 30px; }
    .medcentry-page .mc-why-stat:nth-child(2) { padding: 21px 0 0 19px; }
    .medcentry-page .mc-why-stat--image { flex: 0 0 143px; }
    .medcentry-page .mc-why-stat--gray { flex: 0 0 192px; background: var(--color-gray-2); color: var(--color-black); }
    .medcentry-page .mc-why-stat--image::before { content: ''; background: rgba(0,0,0,0.2); }
    .medcentry-page .mc-why-stat--image .num,
    .medcentry-page .mc-why-stat--image .txt { position: relative; z-index: 1; }
    .medcentry-page .mc-why-stat .num { font-size: 40px; line-height: 48px; letter-spacing: 0; margin-bottom: 2px; }
    .medcentry-page .mc-why-stat .txt { font-size: 14px; line-height: 17px; letter-spacing: 0; }
    .medcentry-page .mc-why-features { flex-direction: row; gap: 8px; }
    .medcentry-page .mc-why-feature { height: 64px; padding: 0 12px; font-size: 14px; line-height: 16.8px; letter-spacing: 0; gap: 6px; }
    .medcentry-page .mc-why-feature:nth-child(1) { width: 184px; padding-left: 12px; }
    .medcentry-page .mc-why-feature:nth-child(2) { width: 151px; padding-left: 12px; }
    .medcentry-page .mc-why-feature svg { width: 26px; height: 26px; }
    .medcentry-page .mc-why-feature:nth-child(2) svg { width: 25px; height: 22px; }
    .medcentry-page .mc-why-cta { display: none; }

}


/* Desktop/mobile copy helpers */
.mc-process-title-desktop,
.request-copy-desktop { display: inline; }
.mc-process-title-mobile,
.request-copy-mobile { display: none; }

@media (max-width: 768px) {
    .mc-process-title-desktop,
    .request-copy-desktop { display: none; }
    .mc-process-title-mobile,
    .request-copy-mobile { display: inline; }

    /* Hero title and badges fit */
    .medcentry-page .mc-hero-title { width: 100%; max-width: 100%; }
    .medcentry-page .mc-hero-badges {
        width: 324px;
        max-width: 324px;
        flex-wrap: nowrap;
    }
    .medcentry-page .mc-hero-badge-glass,
    .medcentry-page .mc-hero-badge-green {
        flex: none;
        min-width: 0;
    }

    .medcentry-page .mc-hero-badge-glass {
        width: 160px;
    }

    .medcentry-page .mc-hero-badge-green {
        width: 156px;
    }

    /* Audience grid responsive */
    .medcentry-page .mc-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }
    .medcentry-page .mc-audience-desc { width: 273px; max-width: 273px; }

    /* Included images fit */
    .medcentry-page .mc-included-card-img {
        width: 100%;
        height: 180px;
        max-width: 100%;
    }
    .medcentry-page .mc-included-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Projects header fit */
    .medcentry-page .mc-projects-header { width: 100%; max-width: 100%; }

    /* Why section fit */
    .medcentry-page .mc-why-title { width: 100%; max-width: 100%; margin-left: 0; }
    .medcentry-page .mc-why-stats { flex-wrap: wrap; }
    .medcentry-page .mc-why-stat--image,
    .medcentry-page .mc-why-stat--gray {
        flex: 1 1 calc(50% - 4px);
        width: auto;
        min-width: 0;
    }
    .medcentry-page .mc-why-features { flex-wrap: wrap; }
    .medcentry-page .mc-why-feature:nth-child(1),
    .medcentry-page .mc-why-feature:nth-child(2) {
        flex: 1 1 calc(50% - 4px);
        width: auto;
        min-width: 0;
    }

    /* Mobile Figma keeps only name and phone in the medcentry request form. */
    .medcentry-page .mc-request-form input[name="organization"],
    .medcentry-page .mc-request-form textarea[name="comment"] { display: none; }
    .medcentry-page .mc-request-form { height: auto; min-height: 0; }
}

@media (max-width: 360px) {
    .medcentry-page .mc-hero-badge-glass {
        flex-basis: 62%;
        padding: 10px;
    }

    .medcentry-page .mc-hero-badge-green {
        flex-basis: 38%;
        padding: 4px 8px 10px;
    }

    .medcentry-page .mc-hero-badge-green .num {
        font-size: 24px;
        line-height: 1.1;
    }

    .medcentry-page .mc-hero-badge-green .txt {
        font-size: 11px;
        line-height: 1.1;
    }
}
