.agenda-eco {
    --eco-green: #0f7b65;
    --eco-teal: #10a7a7;
    --eco-blue: #1769aa;
    --eco-ink: #073b4c;
    --eco-soft: #eefaf8;
    color: var(--eco-ink);
    font-family: inherit;
    max-width: 1100px;
    margin: 0 auto;
}

.agenda-eco * {
    box-sizing: border-box;
}

.agenda-eco__brand {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 22px;
    margin-bottom: 18px;
    border-left: 6px solid var(--eco-teal);
    background: linear-gradient(120deg, #f6fffd, #edf7ff);
}

.agenda-eco__brand img {
    width: 120px;
    height: auto;
}

.agenda-eco h2,
.agenda-eco h3 {
    color: var(--eco-ink);
    margin-top: 0;
}

.agenda-eco__grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1.2fr);
    gap: 18px;
}

.agenda-eco__panel {
    background: #fff;
    border: 1px solid #d7eceb;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(7, 59, 76, 0.08);
}

.agenda-eco__panel--wide {
    max-width: 760px;
}

.agenda-eco label {
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
}

.agenda-eco input,
.agenda-eco select,
.agenda-eco textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #b9d8d8;
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--eco-ink);
    background: #fff;
}

.agenda-eco textarea {
    min-height: 96px;
}

.agenda-eco__check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 500;
}

.agenda-eco__check a {
    color: var(--eco-teal);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.agenda-eco__check input {
    width: auto;
    margin-top: 3px;
}

.agenda-eco button {
    border: 0;
    border-radius: 6px;
    padding: 12px 18px;
    background: var(--eco-green);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.agenda-eco button:hover {
    background: var(--eco-blue);
}

.agenda-eco__notice {
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 6px;
    font-weight: 700;
}

.agenda-eco__notice--success {
    background: #e8f8f3;
    border: 1px solid #9bd8c7;
    color: #075c4b;
}

.agenda-eco__notice--error {
    background: #fff2f0;
    border: 1px solid #f1aaa3;
    color: #8a1f11;
}

.agenda-eco__session {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d7eceb;
}

.agenda-eco__session p {
    margin: 0;
    font-weight: 700;
}

.agenda-eco__contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -6px 0 18px;
}

.agenda-eco__contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.agenda-eco__contact-button:hover,
.agenda-eco__contact-button:focus {
    color: #fff;
    text-decoration: none;
}

.agenda-eco__contact-button--whatsapp {
    background: #0f7b65;
}

.agenda-eco__contact-button--gmail {
    background: #1769aa;
}

.agenda-eco__alternatives,
.agenda-eco__calendar {
    margin: 18px 0;
    padding: 18px;
    border: 1px solid #d7eceb;
    border-radius: 8px;
    background: #f6fffd;
}

.agenda-eco__alternative-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.agenda-eco__alternative-list a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #1769aa;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.agenda-eco__calendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.agenda-eco__calendar-day {
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid #c5e4e1;
    border-radius: 6px;
    background: #fff;
}

.agenda-eco__calendar-day strong {
    color: #0f7b65;
}

.agenda-eco__calendar-day small {
    color: #1769aa;
    line-height: 1.35;
}

.agenda-eco__urgent-only {
    padding: 10px 12px;
    border-left: 4px solid #1769aa;
    background: #edf7ff;
    font-weight: 700;
}

.agenda-eco-legal__company {
    padding: 14px 16px;
    margin-bottom: 18px;
    border: 1px solid #d7eceb;
    border-left: 4px solid #0f7b65;
    background: #f6fffd;
}

.imarvet-site {
    --imarvet-ink: #00394a;
    --imarvet-teal: #009a9a;
    --imarvet-deep: #004253;
    --imarvet-soft: #eaf8f7;
    --imarvet-yellow: #ffc629;
    color: var(--imarvet-ink);
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1480px;
    margin: 0 auto;
    width: 100%;
}

.imarvet-site * {
    box-sizing: border-box;
}

.imarvet-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #d8ecec;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    padding: 20px clamp(18px, 4vw, 52px);
}

.imarvet-logo,
.imarvet-nav a,
.imarvet-phone,
.imarvet-footer a,
.imarvet-button {
    text-decoration: none;
}

.imarvet-logo {
    align-items: center;
    color: var(--imarvet-deep);
    display: inline-flex;
    gap: 22px;
    min-width: 0;
}

.imarvet-logo__mark {
    align-items: center;
    background: radial-gradient(circle at 55% 48%, #fff 0 14%, transparent 15%), linear-gradient(145deg, var(--imarvet-deep), var(--imarvet-teal));
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 0;
    font-weight: 800;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.imarvet-logo__image {
    flex: 0 0 auto;
    height: 112px;
    max-width: 300px;
    object-fit: contain;
    width: auto;
}

.imarvet-logo__mark::before {
    background: #fff;
    border-radius: 50% 50% 46% 46%;
    content: "";
    display: block;
    height: 21px;
    width: 21px;
}

.imarvet-logo strong {
    display: block;
    font-size: clamp(26px, 2.35vw, 38px);
    letter-spacing: 0;
    line-height: 1;
    max-width: 320px;
}

.imarvet-logo small {
    color: var(--imarvet-teal);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 8px;
    max-width: 340px;
    text-transform: uppercase;
}

.imarvet-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}

.imarvet-nav a {
    color: var(--imarvet-ink);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.imarvet-nav a:hover,
.imarvet-phone:hover,
.imarvet-footer a:hover {
    color: var(--imarvet-teal);
}

.imarvet-button {
    align-items: center;
    border: 1px solid var(--imarvet-teal);
    border-radius: 8px;
    color: var(--imarvet-ink);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    padding: 13px 24px;
    text-transform: uppercase;
}

.imarvet-button--primary {
    background: var(--imarvet-teal);
    color: #fff;
}

.imarvet-button--ghost {
    background: #fff;
}

.imarvet-button--yellow {
    background: var(--imarvet-yellow);
    border-color: var(--imarvet-yellow);
}

.imarvet-hero {
    display: grid;
    grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1fr);
    min-height: 520px;
}

.imarvet-hero__copy {
    align-content: center;
    display: grid;
    gap: 22px;
    padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 52px);
}

.imarvet-hero h1,
.imarvet-page-hero h1 {
    color: var(--imarvet-deep);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.55vw, 54px);
    font-weight: 900;
    line-height: 1.06;
    margin: 0;
}

.imarvet-hero h1 span,
.imarvet-why h2 span {
    color: var(--imarvet-teal);
}

.imarvet-hero p,
.imarvet-page-hero p {
    font-size: 20px;
    line-height: 1.55;
    margin: 0;
    max-width: 720px;
}

.imarvet-hero__features {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
}

.imarvet-hero__features span {
    background: #f5fbfb;
    border-left: 4px solid var(--imarvet-teal);
    border-radius: 8px;
    display: block;
    line-height: 1.35;
    min-height: 72px;
    padding: 14px 16px;
}

.imarvet-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.imarvet-hero__media {
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.imarvet-hero__media img {
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    width: 100%;
}

.imarvet-service-tags {
    display: grid;
    gap: 14px;
    position: absolute;
    left: clamp(24px, 4.5vw, 78px);
    right: auto;
    top: 108px;
    width: min(290px, 34%);
}

.imarvet-service-tags span {
    background: linear-gradient(90deg, #ffe071, var(--imarvet-yellow));
    border-radius: 8px;
    color: var(--imarvet-deep);
    font-weight: 900;
    min-height: 58px;
    padding: 18px 20px;
    text-transform: uppercase;
}

body:has(.imarvet-site) .wp-site-blocks > header:first-child,
body:has(.imarvet-site) header.wp-block-template-part,
body:has(.imarvet-site) .site-header,
body:has(.imarvet-site) .main-header,
body:has(.imarvet-site) .elementor-location-header {
    display: none;
}

body:has(.imarvet-site) .wp-site-blocks > footer,
body:has(.imarvet-site) footer.wp-block-template-part,
body:has(.imarvet-site) .site-footer,
body:has(.imarvet-site) .main-footer,
body:has(.imarvet-site) .elementor-location-footer {
    display: none;
}

body:has(.imarvet-site) .entry-content,
body:has(.imarvet-site) .wp-block-post-content,
body:has(.imarvet-site) main,
body:has(.imarvet-site) .site-main,
body:has(.imarvet-site) .content-area,
body:has(.imarvet-site) .inside-article,
body:has(.imarvet-site) .wp-site-blocks {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body:has(.imarvet-site) .entry-content > .imarvet-site,
body:has(.imarvet-site) .wp-block-post-content > .imarvet-site {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    width: 100vw;
}

body:has(.imarvet-site) .entry-title,
body:has(.imarvet-site) .wp-block-post-title,
body:has(.imarvet-site) .page-title {
    display: none;
}

body:has(.imarvet-site) aside,
body:has(.imarvet-site) #secondary,
body:has(.imarvet-site) .sidebar,
body:has(.imarvet-site) .widget-area,
body:has(.imarvet-site) .wp-block-query,
body:has(.imarvet-site) .wp-block-search {
    display: none !important;
}

body:has(.imarvet-site) .site-content,
body:has(.imarvet-site) .content-sidebar-wrap,
body:has(.imarvet-site) .wp-block-group,
body:has(.imarvet-site) .wp-block-columns {
    max-width: none !important;
}

.imarvet-why,
.imarvet-page-hero,
.imarvet-content-band,
.imarvet-cards,
.imarvet-steps,
.imarvet-contact {
    padding: clamp(42px, 6vw, 74px) clamp(18px, 4vw, 52px);
}

.imarvet-why {
    background: linear-gradient(180deg, #f7ffff, #fff);
    text-align: center;
}

.imarvet-why h2 {
    font-size: 30px;
    margin: 0 0 34px;
    text-transform: uppercase;
}

.imarvet-why__grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, 1fr);
}

.imarvet-why article {
    background: rgba(255, 255, 255, 0.72);
    border-left: 1px solid #c9e8e7;
    padding: 16px 22px;
}

.imarvet-why article:first-child {
    border-left: 0;
}

.imarvet-benefit-icon {
    align-items: center;
    background: var(--imarvet-soft);
    border: 2px solid #c9e8e7;
    border-radius: 50%;
    display: inline-flex;
    height: 62px;
    justify-content: center;
    margin: 0 auto 14px;
    width: 62px;
}

.imarvet-benefit-icon svg {
    fill: none;
    height: 34px;
    stroke: var(--imarvet-teal);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 34px;
}

.imarvet-why h3,
.imarvet-card h2,
.imarvet-content-band h2,
.imarvet-steps h2,
.imarvet-contact h2 {
    color: var(--imarvet-deep);
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.imarvet-why p,
.imarvet-card p,
.imarvet-content-band p,
.imarvet-content-band li,
.imarvet-steps p,
.imarvet-contact p {
    line-height: 1.55;
    margin: 0 0 12px;
}

.imarvet-cta {
    align-items: center;
    background: var(--imarvet-deep);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1.2fr auto;
    margin: 34px auto;
    max-width: 1120px;
    padding: 24px 32px;
}

.imarvet-cta strong {
    font-size: 22px;
}

.imarvet-page-hero {
    background: linear-gradient(120deg, #f5ffff, #fff);
    border-bottom: 1px solid #d8ecec;
    display: grid;
    gap: clamp(26px, 4vw, 56px);
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.7fr);
    overflow: hidden;
    position: relative;
}

.imarvet-page-hero__copy {
    align-content: center;
    display: grid;
    gap: 18px;
    min-height: 290px;
}

.imarvet-page-hero__visual {
    align-self: stretch;
    min-height: 280px;
    overflow: hidden;
    position: relative;
}

.imarvet-page-hero__visual::before {
    background: linear-gradient(145deg, rgba(0, 154, 154, 0.18), rgba(255, 198, 41, 0.2));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.imarvet-page-hero__visual img {
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    width: 100%;
}

.imarvet-page-hero__badge {
    background: var(--imarvet-yellow);
    border-radius: 8px;
    bottom: 24px;
    color: var(--imarvet-deep);
    font-weight: 900;
    left: 24px;
    max-width: calc(100% - 48px);
    padding: 15px 18px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.imarvet-content-band,
.imarvet-contact {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.imarvet-cards,
.imarvet-steps {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imarvet-card,
.imarvet-steps article,
.imarvet-contact > div {
    background: #fff;
    border: 1px solid #d5ebea;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 57, 74, 0.08);
    padding: 28px;
}

.imarvet-card__icon {
    align-items: center;
    background: #eaf8f7;
    border: 2px solid #c9e8e7;
    border-radius: 50%;
    display: inline-flex;
    height: 74px;
    justify-content: center;
    margin-bottom: 18px;
    width: 74px;
}

.imarvet-card__icon::before {
    color: #009a9a;
    font-size: 34px;
    font-weight: 900;
}

.imarvet-card--abdomen .imarvet-card__icon::before {
    content: "US";
    font-size: 24px;
}

.imarvet-card--heart .imarvet-card__icon::before {
    content: "\2665";
}

.imarvet-card--senior .imarvet-card__icon::before {
    content: "+";
}

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

.imarvet-steps article span {
    align-items: center;
    background: var(--imarvet-yellow);
    border-radius: 50%;
    display: inline-flex;
    font-size: 22px;
    font-weight: 900;
    height: 50px;
    justify-content: center;
    margin-bottom: 18px;
    width: 50px;
}

.imarvet-footer {
    border-top: 1px solid #d8ecec;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    padding: 26px;
}

.imarvet-footer a {
    color: var(--imarvet-ink);
    font-weight: 700;
}

.imarvet-whatsapp-link {
    align-items: center;
    color: #009a9a;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    text-decoration: none;
}

.imarvet-whatsapp-link span {
    align-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    font-size: 13px;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.agenda-eco-legal {
    color: #00394a;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 20px;
}

.agenda-eco-legal h2,
.agenda-eco-legal h3 {
    color: #004253;
}

.agenda-eco-missing {
    color: #d11f1f;
    font-weight: 800;
}

.imarvet-cookie-consent {
    background: #fff;
    border-radius: 14px;
    bottom: 18px;
    box-shadow: 0 18px 46px rgba(0, 35, 48, 0.22);
    color: #27353c;
    display: none;
    max-width: min(660px, calc(100vw - 32px));
    padding: 24px;
    position: fixed;
    right: 18px;
    z-index: 99999;
}

.imarvet-cookie-consent.is-visible {
    display: block;
}

.imarvet-cookie-consent__close {
    background: transparent;
    border: 0;
    color: #1d2529;
    cursor: pointer;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 18px;
}

.imarvet-cookie-consent h2 {
    color: #1d2529;
    font-size: 20px;
    margin: 0 42px 16px 0;
    text-align: center;
}

.imarvet-cookie-consent p {
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 20px;
}

.imarvet-cookie-consent__options {
    background: #f6fbfb;
    border: 1px solid #d8ecec;
    border-radius: 8px;
    display: none;
    gap: 10px;
    margin: 0 0 18px;
    padding: 14px;
}

.imarvet-cookie-consent__options.is-visible {
    display: grid;
}

.imarvet-cookie-consent__options label {
    align-items: center;
    display: flex;
    font-weight: 800;
    gap: 10px;
}

.imarvet-cookie-consent__actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imarvet-cookie-consent__actions button {
    border: 1px solid #e4e8ea;
    border-radius: 7px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    min-height: 56px;
    padding: 12px 16px;
}

.imarvet-cookie-consent__accept {
    background: #0b88a5;
    border-color: #0b88a5 !important;
    color: #fff;
}

.imarvet-cookie-consent__deny,
.imarvet-cookie-consent__prefs {
    background: #f8f8f8;
    color: #2b2b2b;
}

.imarvet-cookie-consent__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 18px;
}

.imarvet-cookie-consent__links a,
.imarvet-cookie-reset {
    color: #087ca0;
    font-weight: 700;
}

.imarvet-cookie-reset {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .agenda-eco__grid {
        grid-template-columns: 1fr;
    }

    .agenda-eco__brand,
    .agenda-eco__session {
        align-items: flex-start;
        flex-direction: column;
    }

    .imarvet-cookie-consent {
        bottom: 12px;
        left: 12px;
        max-width: none;
        padding: 20px;
        right: 12px;
    }

    .imarvet-cookie-consent__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1120px) {
    .imarvet-header {
        grid-template-columns: 1fr;
    }

    .imarvet-nav {
        justify-content: flex-start;
    }

    .imarvet-hero,
    .imarvet-page-hero,
    .imarvet-content-band,
    .imarvet-contact {
        grid-template-columns: 1fr;
    }

    .imarvet-why__grid,
    .imarvet-cards,
    .imarvet-steps,
    .imarvet-cta {
        grid-template-columns: 1fr 1fr;
    }

    .imarvet-hero__media {
        min-height: 420px;
    }

    .imarvet-service-tags {
        width: min(290px, 42%);
    }

    .imarvet-page-hero__copy {
        min-height: auto;
    }

    .imarvet-page-hero__visual {
        min-height: 320px;
    }
}

@media (max-width: 720px) {
    .imarvet-header {
        padding: 18px;
    }

    .imarvet-logo strong {
        font-size: 28px;
    }

    .imarvet-logo__image {
        height: 86px;
        max-width: 240px;
    }

    .imarvet-nav {
        gap: 12px 16px;
    }

    .imarvet-hero {
        min-height: 0;
    }

    .imarvet-hero__features,
    .imarvet-why__grid,
    .imarvet-cards,
    .imarvet-steps,
    .imarvet-cta {
        grid-template-columns: 1fr;
    }

    .imarvet-service-tags {
        bottom: 18px;
        left: 18px;
        right: 18px;
        top: auto;
        width: auto;
    }

    .imarvet-service-tags span {
        min-height: 48px;
        padding: 14px 16px;
    }

    .imarvet-page-hero__visual {
        min-height: 250px;
    }

    .imarvet-cta {
        border-radius: 0;
        margin: 20px 0;
    }
}

/* IMARVET 2026 public site refresh */
.imarvet-site {
    --imarvet-primary: #23404a;
    --imarvet-secondary: #3a7b6c;
    --imarvet-accent: #fcb900;
    --imarvet-background: #ffffff;
    --imarvet-surface: #f5f5f5;
    --imarvet-surface-warm: #fff8e8;
    --imarvet-text: #23404a;
    --imarvet-text-secondary: #4a4a4a;
    --imarvet-border: #dde5e2;
    --imarvet-shadow: 0 8px 24px rgba(35, 64, 74, 0.08);
    background: var(--imarvet-background);
    color: var(--imarvet-text);
    font-family: "Montserrat", "Inter", Arial, sans-serif;
    letter-spacing: 0;
}

.imarvet-header {
    border-bottom: 1px solid var(--imarvet-border);
    grid-template-columns: minmax(160px, 1fr) auto auto;
    min-height: 72px;
    padding: 14px clamp(18px, 4vw, 56px);
}

.imarvet-logo {
    gap: 10px;
}

.imarvet-logo__image {
    display: none;
}

.imarvet-logo strong {
    color: var(--imarvet-primary);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.imarvet-nav {
    gap: 30px;
}

.imarvet-nav a {
    color: var(--imarvet-primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 8px 0;
    position: relative;
    text-transform: none;
}

.imarvet-nav a:hover::after,
.imarvet-nav a:focus-visible::after {
    background: var(--imarvet-secondary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.imarvet-button {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    min-height: 48px;
    padding: 12px 24px;
    text-transform: none;
}

.imarvet-button--primary {
    background: var(--imarvet-primary);
    border-color: var(--imarvet-primary);
    color: #fff;
}

.imarvet-button--accent {
    background: var(--imarvet-accent);
    border-color: var(--imarvet-accent);
    color: var(--imarvet-primary);
}

.imarvet-link-action {
    align-items: center;
    color: var(--imarvet-primary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    min-height: 48px;
    text-decoration: none;
}

.imarvet-link-action::after {
    content: "\2192";
    font-size: 20px;
    line-height: 1;
}

.imarvet-hero {
    background: #fff;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 1fr);
    min-height: 560px;
}

.imarvet-hero__copy {
    gap: 22px;
    padding: clamp(64px, 10vw, 132px) clamp(22px, 5vw, 68px);
}

.imarvet-eyebrow {
    align-self: start;
    background: #aeeedc;
    border-radius: 999px;
    color: var(--imarvet-secondary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 18px;
    text-transform: uppercase;
    width: fit-content;
}

.imarvet-hero h1,
.imarvet-page-hero h1 {
    color: var(--imarvet-primary);
    font-family: "Montserrat", "Inter", Arial, sans-serif;
    font-size: clamp(36px, 4.1vw, 56px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    max-width: 700px;
}

.imarvet-hero p,
.imarvet-page-hero p {
    color: var(--imarvet-text-secondary);
    font-size: 18px;
    line-height: 1.65;
    max-width: 650px;
}

.imarvet-actions {
    gap: 24px;
    margin-top: 12px;
}

.imarvet-hero__media {
    border-bottom-left-radius: 28px;
    min-height: 560px;
}

.imarvet-hero__media img {
    object-position: 50% center;
}

.imarvet-why {
    background: var(--imarvet-surface);
    padding: clamp(64px, 8vw, 94px) clamp(22px, 5vw, 68px);
    text-align: left;
}

.imarvet-section-heading {
    margin: 0 auto 34px;
    max-width: 1180px;
}

.imarvet-section-heading h2 {
    color: var(--imarvet-primary);
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 8px;
    text-transform: none;
}

.imarvet-section-heading p {
    color: var(--imarvet-text-secondary);
    font-size: 16px;
    margin: 0;
}

.imarvet-why__grid {
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1180px;
}

.imarvet-why article {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    box-shadow: var(--imarvet-shadow);
    padding: 32px;
}

.imarvet-benefit-icon {
    background: #aeeedc;
    border: 0;
    border-radius: 8px;
    height: 48px;
    margin: 0 0 20px;
    width: 48px;
}

.imarvet-benefit-icon svg {
    height: 25px;
    stroke: var(--imarvet-primary);
    width: 25px;
}

.imarvet-why h3,
.imarvet-card h2,
.imarvet-content-band h2,
.imarvet-steps h2,
.imarvet-contact h2,
.imarvet-diagnostic h2 {
    color: var(--imarvet-primary);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.imarvet-why p,
.imarvet-card p,
.imarvet-content-band p,
.imarvet-content-band li,
.imarvet-steps p,
.imarvet-contact p,
.imarvet-diagnostic li span {
    color: var(--imarvet-text-secondary);
    font-size: 15px;
    line-height: 1.6;
}

.imarvet-diagnostic {
    align-items: center;
    display: grid;
    gap: clamp(32px, 6vw, 72px);
    grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 1fr);
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(72px, 9vw, 112px) clamp(22px, 5vw, 0px);
}

.imarvet-diagnostic__media {
    border-radius: 12px;
    min-height: 360px;
    overflow: hidden;
}

.imarvet-diagnostic__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imarvet-diagnostic__copy ul {
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.imarvet-diagnostic__copy li {
    display: grid;
    gap: 4px;
    grid-template-columns: 24px 1fr;
}

.imarvet-diagnostic__copy li::before {
    align-items: center;
    background: var(--imarvet-secondary);
    border-radius: 50%;
    color: #fff;
    content: "\2713";
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    margin-top: 2px;
    width: 20px;
}

.imarvet-diagnostic__copy li strong,
.imarvet-diagnostic__copy li span {
    grid-column: 2;
}

.imarvet-diagnostic__copy li strong {
    color: var(--imarvet-primary);
    font-size: 14px;
}

.imarvet-stats {
    background: #07343c;
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 58px clamp(22px, 5vw, 68px);
    text-align: center;
}

.imarvet-stats strong {
    display: block;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1;
    margin-bottom: 12px;
}

.imarvet-stats span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.imarvet-cta {
    display: none;
}

.imarvet-footer {
    background: #07343c;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(260px, 1fr) auto;
    justify-content: stretch;
    padding: 44px clamp(22px, 5vw, 68px) 28px;
}

.imarvet-footer__brand strong {
    color: #fff;
    display: block;
    font-size: 21px;
    margin-bottom: 16px;
}

.imarvet-footer__brand p {
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-width: 340px;
}

.imarvet-footer nav {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.imarvet-footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.imarvet-footer small {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.62);
    grid-column: 1 / -1;
    padding-top: 24px;
    text-align: center;
}

.imarvet-services-page {
    background: var(--imarvet-surface);
    padding: clamp(72px, 8vw, 118px) clamp(20px, 4vw, 72px) clamp(78px, 8vw, 120px);
}

.imarvet-services-hero,
.imarvet-service-grid,
.imarvet-service-value {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}

.imarvet-page-label {
    color: var(--imarvet-secondary);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.imarvet-services-hero h1 {
    color: var(--imarvet-primary);
    font-size: clamp(38px, 4.3vw, 64px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
    max-width: 780px;
}

.imarvet-services-hero p {
    color: var(--imarvet-text-secondary);
    font-size: 19px;
    line-height: 1.65;
    margin: 32px 0 0;
    max-width: 740px;
}

.imarvet-service-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 58px;
}

.imarvet-service-card {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    box-shadow: none;
    display: grid;
    min-height: 278px;
    padding: 34px;
}

.imarvet-service-card__icon {
    align-items: center;
    background: #e4fff7;
    border-radius: 8px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 30px;
    width: 48px;
}

.imarvet-service-card__icon svg {
    fill: none;
    height: 25px;
    stroke: var(--imarvet-secondary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 25px;
}

.imarvet-service-card h2 {
    color: var(--imarvet-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
}

.imarvet-service-card p {
    color: var(--imarvet-text-secondary);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 26px;
}

.imarvet-service-card a {
    align-self: end;
    color: var(--imarvet-secondary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.imarvet-service-card a::after {
    content: " \2192";
    font-size: 18px;
    vertical-align: -1px;
}

.imarvet-service-value {
    align-items: stretch;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    margin-top: 72px;
}

.imarvet-service-value__media {
    border-radius: 8px;
    min-height: 460px;
    overflow: hidden;
    position: relative;
}

.imarvet-service-value__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imarvet-equipment-note {
    background: rgba(35, 64, 74, 0.92);
    border-radius: 8px;
    bottom: 36px;
    color: #fff;
    display: grid;
    gap: 12px;
    left: 34px;
    max-width: 360px;
    padding: 22px 26px;
    position: absolute;
}

.imarvet-equipment-note strong {
    font-size: 17px;
}

.imarvet-equipment-note strong::before {
    content: "\2699";
    display: inline-block;
    margin-right: 10px;
}

.imarvet-equipment-note span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.imarvet-service-value__panel {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    display: grid;
    padding: 46px 38px;
}

.imarvet-service-value__panel h2 {
    color: var(--imarvet-primary);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 32px;
}

.imarvet-service-value__panel ul {
    display: grid;
    gap: 30px;
    list-style: none;
    margin: 0 0 42px;
    padding: 0;
}

.imarvet-service-value__panel li {
    display: grid;
    gap: 5px;
    grid-template-columns: 28px 1fr;
}

.imarvet-service-value__panel li::before {
    align-items: center;
    border: 2px solid var(--imarvet-secondary);
    border-radius: 50%;
    color: var(--imarvet-secondary);
    content: "\2713";
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    margin-top: 2px;
    width: 22px;
}

.imarvet-service-value__panel li strong,
.imarvet-service-value__panel li span {
    grid-column: 2;
}

.imarvet-service-value__panel li strong {
    color: var(--imarvet-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.imarvet-service-value__panel li span {
    color: var(--imarvet-text-secondary);
    font-size: 16px;
    line-height: 1.5;
}

.imarvet-service-value__panel .imarvet-button {
    align-self: end;
    width: 100%;
}

.imarvet-about-page,
.imarvet-process-page,
.imarvet-blog-page,
.imarvet-contact-page {
    background: var(--imarvet-surface);
    padding: clamp(64px, 7vw, 104px) clamp(20px, 4vw, 72px) clamp(72px, 8vw, 112px);
}

.imarvet-about-hero,
.imarvet-commitment,
.imarvet-human-factor,
.imarvet-soft-cta,
.imarvet-process-hero,
.imarvet-process-grid,
.imarvet-quality,
.imarvet-center-cta,
.imarvet-blog-hero,
.imarvet-blog-tools,
.imarvet-blog-grid,
.imarvet-newsletter,
.imarvet-contact-heading,
.imarvet-contact-layout {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}

.imarvet-about-hero {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
}

.imarvet-about-hero h1,
.imarvet-process-hero h1,
.imarvet-contact-heading h1 {
    color: var(--imarvet-primary);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.imarvet-about-hero p,
.imarvet-process-hero p,
.imarvet-blog-hero p,
.imarvet-contact-heading p {
    color: var(--imarvet-text-secondary);
    font-size: 17px;
    line-height: 1.65;
    margin: 24px 0 0;
    max-width: 680px;
}

.imarvet-about-hero img {
    border-radius: 8px;
    display: block;
    height: 320px;
    object-fit: cover;
    width: 100%;
}

.imarvet-commitment {
    margin-top: 76px;
    text-align: center;
}

.imarvet-commitment h2 {
    color: var(--imarvet-primary);
    font-size: 22px;
    margin: 0 0 30px;
}

.imarvet-commitment__grid,
.imarvet-process-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imarvet-mini-card,
.imarvet-process-card,
.imarvet-blog-card,
.imarvet-contact-form,
.imarvet-map-card,
.imarvet-contact-method {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
}

.imarvet-mini-card {
    padding: 32px;
    text-align: left;
}

.imarvet-mini-card span {
    background: #e4fff7;
    border-radius: 8px;
    display: block;
    height: 36px;
    margin-bottom: 24px;
    width: 36px;
}

.imarvet-mini-card h3,
.imarvet-process-card h2,
.imarvet-blog-card h2,
.imarvet-contact-form h2,
.imarvet-map-card h2 {
    color: var(--imarvet-primary);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
}

.imarvet-mini-card p,
.imarvet-process-card p,
.imarvet-blog-card p,
.imarvet-map-card p {
    color: var(--imarvet-text-secondary);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.imarvet-human-factor {
    display: grid;
    gap: 16px;
    grid-template-columns: 1.15fr 0.9fr 0.9fr;
    margin-top: 80px;
}

.imarvet-human-factor__copy {
    background: var(--imarvet-primary);
    border-radius: 8px;
    color: #fff;
    grid-row: span 2;
    padding: 38px;
}

.imarvet-human-factor__copy span {
    color: var(--imarvet-accent);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.imarvet-human-factor__copy h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 18px;
}

.imarvet-human-factor__copy p,
.imarvet-human-factor__copy li {
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
}

.imarvet-human-factor__copy ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.imarvet-human-factor__copy li::before {
    color: #aeeedc;
    content: "\2713";
    margin-right: 8px;
}

.imarvet-human-factor__media,
.imarvet-human-factor__stat,
.imarvet-human-factor__badge {
    border-radius: 8px;
    min-height: 210px;
    overflow: hidden;
}

.imarvet-human-factor__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imarvet-human-factor__stat,
.imarvet-human-factor__badge {
    align-items: center;
    background: #fff;
    border: 1px solid var(--imarvet-border);
    color: var(--imarvet-primary);
    display: grid;
    justify-items: center;
    text-align: center;
}

.imarvet-human-factor__stat strong {
    font-size: 38px;
}

.imarvet-human-factor__stat span,
.imarvet-human-factor__badge span {
    color: var(--imarvet-text-secondary);
    font-size: 13px;
}

.imarvet-human-factor__badge {
    background: #aeeedc;
}

.imarvet-soft-cta,
.imarvet-center-cta {
    background: #e8e8e8;
    border-radius: 8px;
    margin-top: 70px;
    padding: 34px;
    text-align: center;
}

.imarvet-soft-cta h2,
.imarvet-center-cta h2,
.imarvet-newsletter h2 {
    color: var(--imarvet-primary);
    font-size: 20px;
    margin: 0 0 12px;
}

.imarvet-soft-cta p,
.imarvet-center-cta p {
    color: var(--imarvet-text-secondary);
    margin: 0 auto 24px;
    max-width: 620px;
}

.imarvet-soft-cta div,
.imarvet-center-cta div {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.imarvet-process-hero {
    max-width: 900px;
}

.imarvet-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 52px;
}

.imarvet-process-card {
    display: grid;
    min-height: 275px;
    padding: 28px;
}

.imarvet-process-card > span {
    align-items: center;
    border: 1px solid var(--imarvet-secondary);
    border-radius: 50%;
    color: var(--imarvet-secondary);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-bottom: 24px;
    width: 32px;
}

.imarvet-process-card small {
    align-self: end;
    color: var(--imarvet-secondary);
    font-size: 12px;
    font-weight: 700;
}

.imarvet-quality {
    align-items: center;
    background: var(--imarvet-primary);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 36px;
    grid-template-columns: 1.15fr 0.85fr;
    margin-top: 34px;
    overflow: hidden;
    padding: 42px 48px;
}

.imarvet-quality h2 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 18px;
}

.imarvet-quality p,
.imarvet-quality li {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.65;
}

.imarvet-quality ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.imarvet-quality li::before {
    color: #aeeedc;
    content: "\2713";
    margin-right: 8px;
}

.imarvet-quality img {
    border-radius: 8px;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.imarvet-blog-hero h1 {
    color: var(--imarvet-primary);
    font-size: clamp(28px, 3.2vw, 44px);
    margin: 18px 0 0;
}

.imarvet-blog-tools {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 46px;
}

.imarvet-blog-tools div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.imarvet-blog-tools button,
.imarvet-blog-tools input {
    border: 1px solid var(--imarvet-border);
    border-radius: 4px;
    min-height: 34px;
    padding: 7px 14px;
}

.imarvet-blog-tools button:first-child {
    background: var(--imarvet-primary);
    color: #fff;
}

.imarvet-blog-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.imarvet-blog-featured {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    display: grid;
    grid-column: span 2;
    grid-template-columns: 0.95fr 1fr;
    overflow: hidden;
}

.imarvet-blog-featured img,
.imarvet-blog-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imarvet-blog-featured div {
    padding: 34px;
}

.imarvet-blog-featured span,
.imarvet-blog-card span {
    color: var(--imarvet-secondary);
    font-size: 12px;
    font-weight: 700;
}

.imarvet-blog-featured h2 {
    color: var(--imarvet-primary);
    font-size: 22px;
    line-height: 1.25;
}

.imarvet-blog-featured p,
.imarvet-blog-featured small {
    color: var(--imarvet-text-secondary);
}

.imarvet-blog-card {
    overflow: hidden;
}

.imarvet-blog-card img {
    height: 190px;
}

.imarvet-blog-card span,
.imarvet-blog-card h2,
.imarvet-blog-card p,
.imarvet-blog-card a {
    margin-left: 18px;
    margin-right: 18px;
}

.imarvet-blog-card span {
    background: #e4fff7;
    display: inline-block;
    margin-top: 18px;
    padding: 4px 8px;
}

.imarvet-blog-card a {
    color: var(--imarvet-secondary);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 18px;
    text-decoration: none;
}

.imarvet-newsletter {
    align-items: center;
    background: var(--imarvet-primary);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto;
    margin-top: 34px;
    padding: 28px 34px;
}

.imarvet-newsletter h2,
.imarvet-newsletter p {
    color: #fff;
}

.imarvet-newsletter p {
    margin: 0;
}

.imarvet-newsletter form {
    display: flex;
    gap: 10px;
}

.imarvet-newsletter input,
.imarvet-newsletter button {
    border: 0;
    border-radius: 6px;
    min-height: 42px;
    padding: 10px 16px;
}

.imarvet-newsletter button {
    background: #aeeedc;
    color: var(--imarvet-primary);
    font-weight: 800;
}

.imarvet-contact-heading {
    max-width: 720px;
    margin-left: 0;
}

.imarvet-contact-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(270px, 0.72fr) minmax(420px, 1.28fr);
    margin-top: 34px;
}

.imarvet-contact-side {
    display: grid;
    gap: 16px;
}

.imarvet-contact-method {
    align-items: center;
    color: var(--imarvet-primary);
    display: grid;
    gap: 16px;
    grid-template-columns: 44px 1fr;
    min-height: 76px;
    padding: 18px;
    text-decoration: none;
}

.imarvet-contact-method span {
    align-items: center;
    background: #aeeedc;
    border-radius: 50%;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.imarvet-map-card {
    overflow: hidden;
}

.imarvet-map-card h2,
.imarvet-map-card p {
    margin-left: 18px;
    margin-right: 18px;
}

.imarvet-map-card h2 {
    margin-top: 18px;
}

.imarvet-map-card img {
    display: block;
    height: 310px;
    object-fit: cover;
    width: 100%;
}

.imarvet-contact-form {
    padding: 28px;
}

.imarvet-contact-form form {
    display: grid;
    gap: 16px;
}

.imarvet-contact-form form > div {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.imarvet-contact-form label {
    color: var(--imarvet-primary);
    display: grid;
    font-size: 12px;
    font-weight: 700;
    gap: 6px;
}

.imarvet-contact-form input,
.imarvet-contact-form textarea {
    border: 1px solid var(--imarvet-border);
    border-radius: 6px;
    min-height: 42px;
    padding: 10px 12px;
}

.imarvet-contact-form textarea {
    min-height: 118px;
}

.imarvet-contact-form button {
    background: var(--imarvet-primary);
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    min-height: 50px;
}

.imarvet-booking-strip {
    align-items: center;
    background: #5a3b00;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto;
    margin-top: 24px;
    padding: 24px;
}

.imarvet-booking-strip strong,
.imarvet-booking-strip span {
    display: block;
}

.imarvet-booking-strip a {
    background: var(--imarvet-accent);
    border-radius: 6px;
    color: var(--imarvet-primary);
    font-weight: 800;
    padding: 16px 22px;
    text-decoration: none;
}

.imarvet-booking-page {
    background: var(--imarvet-surface);
    padding: clamp(42px, 6vw, 76px) clamp(18px, 4vw, 72px);
}

.imarvet-booking-page .agenda-eco {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(260px, 0.55fr) minmax(480px, 1.45fr);
    max-width: 1180px;
}

.imarvet-booking-page .agenda-eco__brand {
    align-self: start;
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    border-left: 0;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 24px;
}

.imarvet-booking-page .agenda-eco__brand img {
    background: #aeeedc;
    border-radius: 8px;
    height: 38px;
    padding: 8px;
    width: 38px;
}

.imarvet-booking-page .agenda-eco__brand h2 {
    color: var(--imarvet-primary);
    font-size: 20px;
    margin: 0;
}

.imarvet-booking-page .agenda-eco__brand p {
    color: var(--imarvet-text-secondary);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.imarvet-booking-page .agenda-eco__grid {
    display: grid;
    gap: 24px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, 0.55fr) minmax(480px, 1.45fr);
}

.imarvet-booking-page .agenda-eco__panel {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    box-shadow: none;
    padding: 28px;
}

.imarvet-booking-page .agenda-eco__panel--wide {
    grid-column: 2;
    max-width: none;
}

.imarvet-booking-page .agenda-eco__panel h3 {
    color: var(--imarvet-primary);
    font-size: 30px;
    line-height: 1.15;
}

.imarvet-booking-page .agenda-eco label {
    color: var(--imarvet-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.imarvet-booking-page .agenda-eco input,
.imarvet-booking-page .agenda-eco select,
.imarvet-booking-page .agenda-eco textarea {
    border: 1px solid var(--imarvet-border);
    border-radius: 6px;
    min-height: 42px;
}

.imarvet-booking-page .agenda-eco button {
    background: var(--imarvet-primary);
    border-radius: 6px;
    min-height: 46px;
    width: 100%;
}

.imarvet-booking-page .agenda-eco__check {
    align-items: flex-start;
    letter-spacing: 0;
    text-transform: none;
}

.imarvet-booking-page .agenda-eco__check input {
    min-height: auto;
}

.imarvet-legal-page {
    background: var(--imarvet-surface);
    display: grid;
    gap: 28px;
    grid-template-columns: 190px minmax(0, 760px);
    justify-content: center;
    padding: clamp(42px, 6vw, 76px) clamp(18px, 4vw, 72px);
}

.imarvet-legal-nav {
    display: grid !important;
    gap: 10px;
    height: fit-content;
}

.imarvet-legal-nav a {
    border-radius: 6px;
    color: var(--imarvet-primary);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    text-decoration: none;
}

.imarvet-legal-nav a:first-child {
    background: #aeeedc;
}

.imarvet-legal-page .agenda-eco-legal {
    background: #fff;
    border: 1px solid var(--imarvet-border);
    border-radius: 8px;
    color: var(--imarvet-text-secondary);
    line-height: 1.65;
    margin: 0;
    max-width: none;
    padding: 44px;
}

.imarvet-legal-page .agenda-eco-legal h1 {
    color: var(--imarvet-primary);
    font-size: 40px;
    line-height: 1.12;
    margin: 0 0 28px;
}

.imarvet-legal-page .agenda-eco-legal h2,
.imarvet-legal-page .agenda-eco-legal h3 {
    color: var(--imarvet-primary);
    margin-top: 34px;
}

.imarvet-legal-page .agenda-eco-legal__company {
    background: var(--imarvet-surface);
    border: 0;
    border-radius: 8px;
    color: var(--imarvet-primary);
}

@media (max-width: 980px) {
    .imarvet-header,
    .imarvet-hero,
    .imarvet-diagnostic,
    .imarvet-footer,
    .imarvet-service-value,
    .imarvet-about-hero,
    .imarvet-quality,
    .imarvet-newsletter,
    .imarvet-contact-layout {
        grid-template-columns: 1fr;
    }

    .imarvet-header {
        align-items: start;
    }

    .imarvet-hero__media {
        border-bottom-left-radius: 0;
        min-height: 420px;
    }

    .imarvet-why__grid,
    .imarvet-service-grid,
    .imarvet-commitment__grid,
    .imarvet-process-grid,
    .imarvet-blog-grid,
    .imarvet-stats {
        grid-template-columns: 1fr 1fr;
    }

    .imarvet-human-factor {
        grid-template-columns: 1fr 1fr;
    }

    .imarvet-blog-featured {
        grid-column: span 2;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .imarvet-nav {
        gap: 10px 16px;
    }

    .imarvet-hero__copy {
        padding: 48px 18px;
    }

    .imarvet-why__grid,
    .imarvet-service-grid,
    .imarvet-commitment__grid,
    .imarvet-process-grid,
    .imarvet-blog-grid,
    .imarvet-stats {
        grid-template-columns: 1fr;
    }

    .imarvet-human-factor,
    .imarvet-contact-form form > div,
    .imarvet-booking-strip,
    .imarvet-newsletter form {
        grid-template-columns: 1fr;
    }

    .imarvet-soft-cta div,
    .imarvet-center-cta div,
    .imarvet-blog-tools,
    .imarvet-newsletter form {
        align-items: stretch;
        flex-direction: column;
    }

    .imarvet-blog-featured {
        grid-column: auto;
    }

    .imarvet-services-page {
        padding-left: 18px;
        padding-right: 18px;
    }

    .imarvet-service-card,
    .imarvet-service-value__panel {
        padding: 28px 22px;
    }

    .imarvet-service-value__media {
        min-height: 360px;
    }

    .imarvet-equipment-note {
        bottom: 18px;
        left: 18px;
        max-width: calc(100% - 36px);
        padding: 18px;
    }

    .imarvet-diagnostic {
        padding-left: 18px;
        padding-right: 18px;
    }

    .imarvet-footer nav {
        display: grid;
        gap: 14px;
    }
}
