   .evr3 {
        --bg: #ffffff;
        --text: #1f2937;
        --muted: #5f6b7a;
        --line: #d7e6dd;
        --soft: #f1f8f4;
        --accent: #15914f;
        font-family: Arial, sans-serif;
        color: var(--text) !important;
        background: var(--bg) !important;
        line-height: 1.65 !important;
    }

    .evr3 * { box-sizing: border-box; }

    .evr3-wrap {
        width: min(1100px, 100%);
        margin: 0 auto;
        padding: 0 20px;
    }

    .evr3-hero {
        position: relative;
        height: clamp(260px, 34vw, 360px) !important;
        min-height: clamp(260px, 34vw, 360px) !important;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .evr3-hero__bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .evr3-hero__shade {
        position: absolute;
        inset: 0;
        background: linear-gradient(115deg, rgba(11, 23, 34, 0.85) 0%, rgba(11, 23, 34, 0.35) 55%, rgba(11, 23, 34, 0.2) 100%);
    }

    .evr3-hero__content {
        position: relative;
        z-index: 1;
        color: #f7fbff;
        padding-top: 26px;
        padding-bottom: 26px;
        max-width: 760px;
    }

    .evr3-kicker {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 12px;
        font-weight: 700;
        color: #9fe5bf;
    }

    .evr3-hero h1 {
        color: white;
        margin: 12px 0 0;
        font-size: clamp(23px, 3.8vw, 41px) !important;
        line-height: 1.1;
    }

    .evr3-hero p {
        margin: 16px 0 0;
        font-size: 18px;
        color: #ffffff;
        max-width: 65ch;
    }

    .evr3-hero__actions {
        margin-top: 22px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .evr3-hero__actions a {
        text-decoration: none;
        font-weight: 700;
        border-radius: 0 !important;
        padding: 12px 16px;
        border: 1px solid transparent;
        transition: all 0.2s ease;
    }

    .evr3-hero__actions a:first-child {
        background: var(--accent) !important;
        color: #fff !important;
    }

    .evr3-hero__actions a:first-child:hover {
        background: #0f7a41;
        transform: translateY(-1px);
    }

    .evr3-hero__actions a:last-child {
        background: rgba(255, 255, 255, 0.12) !important;
        color: #f4f9ff !important;
        border-color: rgba(255, 255, 255, 0.34);
        backdrop-filter: blur(3px);
    }

    .evr3-hero__actions a:last-child:hover {
        background: rgba(146, 232, 179, 0.2);
        border-color: rgba(146, 232, 179, 0.7);
        color: #ffffff;
        transform: translateY(-1px);
    }

    .evr3-section {
        padding: 40px 0;
        border-bottom: 1px solid var(--line);
    }

    .evr3-section--soft { background: var(--soft); }

    .evr3 h2 {
        margin: 0 0 12px;
        font-size: clamp(19px, 2.7vw, 27px) !important;
        line-height: 1.18;
    }

    .evr3 h3 {
        font-size: 17px !important;
        line-height: 1.25;
    }

    .evr3-muted { margin: 0 0 14px; color: var(--muted); }

    .evr3-grid2 {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .evr3-figure {
        margin: 0;
        border: 1px solid #d1e2d7;
        border-radius: 0 !important;
        overflow: hidden;
        background: #fff;
    }

    .evr3-figure img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover;
        min-height: 220px;
    }

    .evr3-figure figcaption {
        padding: 10px 12px;
        font-size: 13px;
        color: #5f7266;
    }

    .evr3-profile-list {
        display: grid;
        gap: 12px;
    }

    .evr3-profile {
        display: grid;
        grid-template-columns: 270px 1fr;
        gap: 16px;
        align-items: start;
        border: 1px solid #d1e2d7;
        border-radius: 0 !important;
        background: #fff;
        padding: 14px;
    }

    .evr3-profile--link {
        text-decoration: none !important;
        color: inherit !important;
        transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .evr3-profile--link:hover {
        box-shadow: 0 8px 18px rgba(21, 145, 79, 0.18);
        transform: translateY(-1px);
        border-color: #9fd1b0;
        background: #f3fbf6;
    }

    .evr3-profile figure {
        margin: 0;
        border: 1px solid #d6e6db;
        border-radius: 0 !important;
        overflow: hidden;
        background: #f8fcf9;
    }

    .evr3-profile img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        display: block;
        padding: 8px;
    }

    .evr3-profile h3 {
        margin: 0 0 8px;
        font-size: 17px;
        line-height: 1.2;
    }

    .evr3-profile p { margin: 0 0 10px; color: var(--muted); }

    .evr3-profile ul {
        margin: 0 0 12px;
        padding-left: 18px;
    }

    .evr3-profile a,
    .evr3-profile__cta {
        color: var(--accent) !important;
        font-weight: 700;
        text-decoration: none !important;
    }

    .evr3-gallery {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .evr3-gallery figure {
        margin: 0;
        border: 1px solid #cfdae8;
        border-radius: 0 !important;
        overflow: hidden;
        background: #fff;
    }

    .evr3-gallery img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .evr3-gallery figure:hover img { transform: scale(1.04); }

    .evr3-gallery figcaption {
        padding: 8px 10px;
        color: #5f7266;
        font-size: 13px;
    }

    .evr3-lines {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .evr3-lines li {
        padding: 10px 0;
        border-bottom: 1px solid #d7e6dd;
    }

    .evr3-lines--cols {
        columns: 2;
        column-gap: 28px;
    }

    .evr3-lines--cols li {
        break-inside: avoid;
    }

    .evr3-insight {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 12px;
    }

    .evr3-insight article {
        background: #fff;
        border: 1px solid #d1e2d7;
        border-radius: 0 !important;
        padding: 14px;
    }

    .evr3-insight h3 {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 1.25;
    }

    .evr3-insight p {
        margin: 0;
        color: #5c7164;
    }

    .evr3-trust {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .evr3-trust__item {
        background: #fff;
        border: 1px solid #d1e2d7;
        border-radius: 0 !important;
        padding: 14px;
    }

    .evr3-trust__item h3 {
        margin: 0 0 6px;
    }

    .evr3-trust__item p {
        margin: 0;
        color: #5c7164;
    }

    .evr3-section--faq details {
        border: 1px solid #cedfd4;
        border-radius: 0 !important;
        background: #fff;
        margin-bottom: 8px;
        padding: 11px 12px;
        transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .evr3-section--faq details:hover {
        background: #f3fbf6;
        border-color: #99ccb0;
        box-shadow: 0 4px 12px rgba(21, 145, 79, 0.12);
    }

    .evr3-section--faq details[open] {
        background: #ecf8f1;
        border-color: #84bf9f;
        box-shadow: 0 5px 14px rgba(21, 145, 79, 0.14);
    }

    .evr3-section--faq summary {
        cursor: pointer;
        font-weight: 700;
    }

    .evr3-section--faq p {
        margin: 8px 0 0;
        color: var(--muted);
    }

    .evr3-final {
        background: #103321;
        color: #eaf6ef;
        padding: 52px 0 62px;
    }

    .evr3-final__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .evr3-final__text {
        max-width: 760px;
    }

    .evr3-final h2 {
        margin: 0 0 10px;
        color: #fff !important;
    }

    .evr3-final p {
        margin: 0 0 14px;
        color: #cce5d5;
        max-width: 70ch;
    }

    .evr3-final a {
        display: inline-block;
        text-decoration: none !important;
        color: #082814 !important;
        background: #98e9b7 !important;
        font-weight: 700;
        border-radius: 0 !important;
        padding: 11px 15px;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .evr3-final a:hover {
        background: #7fdca5;
        transform: translateY(-1px);
    }

    .evr3-more {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .evr3-more--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evr3-more__item {
        display: block;
        text-decoration: none;
        color: inherit;
        background: #fff;
        border: 1px solid #d1e2d7;
        border-radius: 0 !important;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .evr3-more__item:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(21, 145, 79, 0.14);
        border-color: #9fd1b0;
    }

    .evr3-more__item img {
        width: 100%;
        height: 165px;
        object-fit: cover;
        display: block;
    }

    .evr3-more__item span {
        display: block;
        padding: 10px 12px;
        font-weight: 700;
    }

    @media (max-width: 980px) {
        .evr3-grid2 { grid-template-columns: 1fr; }

        .evr3-profile { grid-template-columns: 1fr; }

        .evr3-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }

        .evr3-insight { grid-template-columns: 1fr; }

        .evr3-trust { grid-template-columns: 1fr; }

        .evr3-more { grid-template-columns: 1fr; }

        .evr3-final__row {
            flex-direction: column;
            align-items: flex-start;
        }

        .evr3-lines--cols {
            columns: 1;
        }
    }

    @media (max-width: 700px) {
        .evr3-hero {
            height: auto !important;
            min-height: 290px !important;
            align-items: flex-start;
        }
        .evr3-hero__content {
            padding-top: 14px;
            padding-bottom: 14px;
            max-width: 100%;
        }
        .evr3-kicker {
            font-size: 10px;
            letter-spacing: 0.05em;
        }
        .evr3-hero h1 {
            font-size: 20px !important;
            line-height: 1.15;
            margin-top: 8px;
        }
        .evr3-hero p {
            font-size: 14px;
            line-height: 1.4;
            margin-top: 10px;
        }
        .evr3-hero__actions {
            margin-top: 12px;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }
        .evr3-hero__actions a {
            width: 100%;
            max-width: 220px;
            text-align: center;
            padding: 10px 12px;
            font-size: 14px;
        }
        .evr3-hero__bg {
            object-position: center top;
        }
        .evr3-gallery { grid-template-columns: 1fr; }
    }