:root {
    --ven-red: #e61e3a;
    --ven-red-dark: #bd102a;
    --ven-navy: #020b20;
    --ven-navy-soft: #08142e;
    --ven-black: #050505;
    --ven-silver: #d5d9e0;
    --ven-silver-light: #f3f5f8;
    --ven-white: #ffffff;
    --ven-text: #0c111a;
    --ven-muted: #667080;
    --ven-border: #e2e6ec;
    --ven-shadow: 0 22px 60px rgba(3, 12, 31, 0.12);
    --ven-radius-lg: 30px;
    --ven-radius-md: 20px;
    --ven-radius-sm: 14px;
}

html {
    scroll-behavior: smooth;
}

body.venator-premium-homepage-active {
    margin: 0;
    background: var(--ven-white);
}

body.venator-premium-homepage-active.admin-bar .ven-header {
    top: 32px;
}

.ven-site,
.ven-site * {
    box-sizing: border-box;
}

.ven-site {
    min-height: 100vh;
    overflow: clip;
    color: var(--ven-text);
    background:
        radial-gradient(circle at 90% 3%, rgba(213, 217, 224, 0.5), transparent 25%),
        var(--ven-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ven-site img {
    max-width: 100%;
    height: auto;
}

.ven-site h1,
.ven-site h2,
.ven-site h3,
.ven-site p {
    margin-top: 0;
}

.ven-site h1,
.ven-site h2,
.ven-site h3 {
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.ven-site h1 {
    max-width: 780px;
    margin-bottom: 14px;
    font-size: clamp(3.4rem, 7vw, 6.85rem);
    font-weight: 950;
    text-transform: uppercase;
}

.ven-site h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 900;
}

.ven-site h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 850;
}

.ven-site p {
    line-height: 1.7;
}

.ven-site a {
    color: inherit;
    text-underline-offset: 3px;
}

.ven-site a:focus-visible,
.ven-site button:focus-visible,
.ven-site summary:focus-visible {
    outline: 3px solid var(--ven-red);
    outline-offset: 4px;
}

.ven-container {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

.ven-skip-link {
    position: fixed;
    z-index: 100000;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--ven-white);
    background: var(--ven-navy);
    transform: translateY(-150%);
}

.ven-skip-link:focus {
    transform: translateY(0);
}

.ven-header {
    position: sticky;
    z-index: 9999;
    top: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
}

.ven-header__inner {
    display: grid;
    min-height: 92px;
    grid-template-columns: 220px 1fr auto;
    gap: 28px;
    align-items: center;
}

.ven-brand {
    display: inline-flex;
    align-items: center;
}

.ven-brand img {
    width: 190px;
    max-height: 80px;
    object-fit: contain;
    object-position: left center;
}

.ven-nav {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
}

.ven-nav a {
    position: relative;
    color: var(--ven-text);
    font-size: 0.95rem;
    font-weight: 750;
    text-decoration: none;
}

.ven-nav a::after {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--ven-red);
    content: "";
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.ven-nav a:hover::after,
.ven-nav a:focus-visible::after {
    transform: scaleX(1);
}

.ven-header-call {
    display: flex;
    min-width: 190px;
    padding: 11px 16px;
    border: 1px solid var(--ven-border);
    border-radius: 16px;
    gap: 12px;
    align-items: center;
    color: var(--ven-text);
    background: var(--ven-white);
    box-shadow: 0 8px 26px rgba(3, 12, 31, 0.06);
    text-decoration: none;
}

.ven-header-call__icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-white);
    background: var(--ven-red);
    font-size: 1.05rem;
}

.ven-header-call strong,
.ven-header-call small {
    display: block;
}

.ven-header-call small {
    margin-top: 2px;
    color: var(--ven-muted);
    font-size: 0.72rem;
}

.ven-menu-button {
    display: none;
}

.ven-hero {
    position: relative;
    min-height: 780px;
    padding: clamp(74px, 8vw, 120px) 0 80px;
    isolation: isolate;
    background:
        radial-gradient(circle at 76% 16%, rgba(213, 217, 224, 0.82), transparent 21%),
        linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
}

.ven-hero__swoop {
    position: absolute;
    z-index: -1;
    right: -16%;
    bottom: 2%;
    width: 88%;
    height: 42%;
    border-top: 48px solid var(--ven-red);
    border-radius: 50% 0 0 0;
    transform: rotate(-13deg);
}

.ven-hero__swoop::before,
.ven-hero__swoop::after {
    position: absolute;
    right: 0;
    left: 0;
    border-radius: inherit;
    content: "";
}

.ven-hero__swoop::before {
    top: -104px;
    border-top: 36px solid rgba(213, 217, 224, 0.95);
}

.ven-hero__swoop::after {
    top: -158px;
    border-top: 28px solid rgba(8, 20, 46, 0.22);
}

.ven-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 54px;
    align-items: center;
}

.ven-pill {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 10px 15px;
    border: 1px solid var(--ven-border);
    border-radius: 999px;
    gap: 8px;
    align-items: center;
    color: var(--ven-red);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ven-pill span {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(230, 30, 58, 0.34);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.ven-hero__subheading {
    margin-bottom: 18px !important;
    color: var(--ven-red);
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 750;
}

.ven-hero__intro {
    max-width: 660px;
    margin-bottom: 30px !important;
    color: var(--ven-muted);
    font-size: 1.06rem;
}

.ven-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ven-button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 13px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ven-button:hover {
    transform: translateY(-2px);
}

.ven-button--primary {
    color: var(--ven-white) !important;
    background: var(--ven-red);
    box-shadow: 0 14px 30px rgba(230, 30, 58, 0.26);
}

.ven-button--primary:hover {
    background: var(--ven-red-dark);
    box-shadow: 0 18px 38px rgba(230, 30, 58, 0.34);
}

.ven-button--secondary {
    border-color: #bcc2cb;
    color: var(--ven-text) !important;
    background: rgba(255, 255, 255, 0.86);
}

.ven-button--secondary:hover {
    background: var(--ven-white);
    box-shadow: 0 12px 30px rgba(3, 12, 31, 0.09);
}

.ven-trust-line {
    display: flex;
    margin-top: 28px;
    gap: 14px;
    align-items: center;
    color: var(--ven-muted);
    font-size: 0.88rem;
}

.ven-trust-line__stars {
    color: var(--ven-red);
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.ven-hero__visual {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ven-hero__shield {
    position: absolute;
    width: 74%;
    aspect-ratio: 0.87;
    border: 20px solid var(--ven-navy);
    background: var(--ven-red);
    clip-path: polygon(50% 0, 92% 17%, 84% 70%, 50% 100%, 16% 70%, 8% 17%);
    filter: drop-shadow(0 26px 30px rgba(3, 12, 31, 0.22));
}

.ven-hero__shield::before {
    position: absolute;
    inset: 12px;
    border: 10px solid var(--ven-silver);
    content: "";
    clip-path: inherit;
}

.ven-hero__logo {
    position: relative;
    z-index: 2;
    width: min(600px, 105%);
    margin-top: -24px;
    filter: drop-shadow(0 24px 18px rgba(3, 12, 31, 0.25));
}

.ven-family-badge {
    position: absolute;
    z-index: 3;
    right: 2%;
    bottom: 16%;
    display: grid;
    width: 130px;
    height: 130px;
    padding: 16px;
    border: 1px solid var(--ven-border);
    border-radius: 50%;
    place-items: center;
    text-align: center;
    color: var(--ven-text);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--ven-shadow);
}

.ven-family-badge span,
.ven-family-badge small {
    font-size: 0.63rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ven-family-badge strong {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-white);
    background: var(--ven-red);
    font-size: 1.4rem;
}

.ven-services {
    padding: 62px 0;
    color: var(--ven-white);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 38%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.015) 0 2px, transparent 2px 7px),
        var(--ven-navy);
}

.ven-services h2 {
    max-width: 760px;
    margin-bottom: 34px;
}

.ven-section-label {
    margin-bottom: 10px !important;
    color: var(--ven-red);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ven-section-label--light {
    color: #ff8799;
}

.ven-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.ven-service-card {
    display: flex;
    min-height: 286px;
    padding: 24px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--ven-radius-sm);
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--ven-text);
    background: var(--ven-white);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ven-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
}

.ven-service-card__icon {
    display: inline-flex;
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border: 1px solid rgba(230, 30, 58, 0.25);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-red);
    background: #fff8f9;
    font-size: 2rem;
}

.ven-service-card h3 {
    min-height: 50px;
}

.ven-service-card p {
    margin-bottom: 18px;
    color: var(--ven-muted);
    font-size: 0.89rem;
    line-height: 1.55;
}

.ven-service-card a {
    display: inline-flex;
    margin-top: auto;
    color: var(--ven-red);
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
}

.ven-benefits {
    padding: 28px 0;
    border-bottom: 1px solid var(--ven-border);
    background: linear-gradient(180deg, #ffffff, #f7f8fa);
}

.ven-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ven-benefits article {
    display: grid;
    padding: 18px 28px;
    border-right: 1px solid var(--ven-border);
    grid-template-columns: 50px 1fr;
    gap: 15px;
    align-items: center;
}

.ven-benefits article:last-child {
    border-right: 0;
}

.ven-benefits__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border: 2px solid var(--ven-red);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-red);
    font-size: 1.3rem;
    font-weight: 900;
}

.ven-benefits h3 {
    margin-bottom: 4px;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.ven-benefits p {
    margin-bottom: 0;
    color: var(--ven-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.ven-process {
    padding: clamp(76px, 9vw, 120px) 0;
}

.ven-process__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 72px;
    align-items: center;
}

.ven-muted {
    color: var(--ven-muted);
}

.ven-steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    list-style: none;
}

.ven-steps li {
    position: relative;
    padding: 24px 16px 10px;
    text-align: center;
}

.ven-steps li:not(:last-child)::after {
    position: absolute;
    top: 65px;
    right: -23px;
    color: #aab0ba;
    content: "→";
    font-size: 1.8rem;
}

.ven-steps__number {
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 26%;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-white);
    background: var(--ven-red);
    font-size: 0.8rem;
    font-weight: 900;
}

.ven-steps__icon {
    display: inline-flex;
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-text);
    background: var(--ven-silver-light);
    font-size: 2.1rem;
}

.ven-steps p {
    margin-bottom: 0;
    color: var(--ven-muted);
    font-size: 0.88rem;
}

.ven-information {
    padding: 0 0 clamp(76px, 9vw, 120px);
}

.ven-information__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
}

.ven-review-card,
.ven-faq-card {
    min-height: 430px;
    padding: clamp(28px, 4vw, 44px);
    border-radius: var(--ven-radius-md);
}

.ven-review-card {
    color: var(--ven-white);
    background:
        radial-gradient(circle at 85% 80%, rgba(230, 30, 58, 0.16), transparent 28%),
        linear-gradient(135deg, #020817, var(--ven-navy-soft));
    box-shadow: var(--ven-shadow);
}

.ven-review-card h2 {
    max-width: 540px;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.ven-review-card__stars {
    margin: 28px 0 18px;
    color: var(--ven-red);
    letter-spacing: 0.08em;
}

.ven-review-card p {
    max-width: 590px;
    color: #dbe1ec;
}

.ven-review-card small {
    color: #aeb7c6;
}

.ven-faq-card {
    border: 1px solid var(--ven-border);
    background: var(--ven-white);
    box-shadow: 0 14px 42px rgba(3, 12, 31, 0.06);
}

.ven-faq-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.ven-faq-card details {
    margin-top: 12px;
    border: 1px solid var(--ven-border);
    border-radius: 11px;
    background: #fcfcfd;
}

.ven-faq-card summary {
    position: relative;
    padding: 17px 48px 17px 18px;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

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

.ven-faq-card summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    color: var(--ven-red);
    content: "+";
    font-size: 1.45rem;
    transform: translateY(-50%);
}

.ven-faq-card details[open] summary::after {
    content: "−";
}

.ven-faq-card details p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--ven-muted);
    font-size: 0.92rem;
}

.ven-final-cta {
    color: var(--ven-white);
    background:
        linear-gradient(105deg, rgba(230, 30, 58, 0.08), transparent 35%),
        var(--ven-navy);
}

.ven-final-cta__inner {
    display: grid;
    min-height: 250px;
    padding-block: 42px;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    gap: 34px;
    align-items: center;
}

.ven-final-cta h2 {
    margin-bottom: 0;
    font-size: clamp(2.3rem, 4.8vw, 4.5rem);
    text-transform: uppercase;
}

.ven-final-cta__inner > p {
    margin-bottom: 0;
    color: #d7deea;
}

.ven-final-cta__actions {
    display: grid;
    gap: 14px;
}

.ven-final-cta__actions > a:first-child {
    display: flex;
    gap: 14px;
    align-items: center;
    color: var(--ven-white);
    text-decoration: none;
}

.ven-final-cta__actions > a:first-child > span:first-child {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border: 2px solid var(--ven-red);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--ven-red);
}

.ven-final-cta__actions strong,
.ven-final-cta__actions small {
    display: block;
}

.ven-final-cta__actions strong {
    font-size: 1.18rem;
}

.ven-final-cta__actions small {
    margin-top: 3px;
    color: #abb4c3;
}

.ven-footer {
    padding: 30px 0 18px;
    background: #f6f7f9;
}

.ven-footer__top,
.ven-footer__bottom {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
}

.ven-footer__brand img {
    width: 170px;
    max-height: 100px;
    object-fit: contain;
}

.ven-footer__details {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    color: var(--ven-muted);
    font-size: 0.86rem;
}

.ven-footer__details a {
    color: var(--ven-red);
    font-weight: 750;
}

.ven-footer__bottom {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--ven-border);
    color: var(--ven-muted);
    font-size: 0.8rem;
}

.ven-footer__bottom a {
    color: var(--ven-text);
    font-weight: 750;
    text-decoration: none;
}

.ven-mobile-actions {
    display: none;
}

@media (max-width: 1160px) {
    .ven-header__inner {
        grid-template-columns: 180px 1fr auto;
        gap: 18px;
    }

    .ven-nav {
        gap: 18px;
    }

    .ven-brand img {
        width: 165px;
    }

    .ven-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    body.venator-premium-homepage-active.admin-bar .ven-header {
        top: 46px;
    }

    .ven-header__inner {
        grid-template-columns: 1fr auto;
    }

    .ven-header-call {
        display: none;
    }

    .ven-menu-button {
        display: inline-flex;
        min-width: 104px;
        min-height: 46px;
        padding: 10px 14px;
        border: 1px solid var(--ven-border);
        border-radius: 12px;
        gap: 12px;
        align-items: center;
        justify-content: center;
        color: var(--ven-text);
        background: var(--ven-white);
        font: inherit;
        font-weight: 800;
        cursor: pointer;
    }

    .ven-menu-button__icon {
        display: grid;
        gap: 4px;
    }

    .ven-menu-button__icon span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .ven-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 20px;
        left: 20px;
        display: none;
        padding: 14px;
        border: 1px solid var(--ven-border);
        border-radius: 16px;
        align-items: stretch;
        flex-direction: column;
        background: var(--ven-white);
        box-shadow: var(--ven-shadow);
    }

    .ven-nav.is-open {
        display: flex;
    }

    .ven-nav a {
        padding: 12px;
        border-radius: 9px;
    }

    .ven-nav a:hover {
        background: var(--ven-silver-light);
    }

    .ven-nav a::after {
        display: none;
    }

    .ven-hero {
        min-height: auto;
    }

    .ven-hero__grid,
    .ven-process__layout,
    .ven-information__grid,
    .ven-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .ven-hero__visual {
        min-height: 520px;
    }

    .ven-hero__logo {
        width: min(560px, 88%);
    }

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

    .ven-benefits article:nth-child(2) {
        border-right: 0;
    }

    .ven-benefits article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--ven-border);
    }

    .ven-steps {
        gap: 10px;
    }

    .ven-final-cta__inner {
        min-height: auto;
    }
}

@media (max-width: 680px) {
    .ven-container {
        width: min(100% - 28px, 1220px);
    }

    .ven-header__inner {
        min-height: 76px;
    }

    .ven-brand img {
        width: 145px;
        max-height: 68px;
    }

    .ven-menu-button__label {
        display: none;
    }

    .ven-menu-button {
        min-width: 50px;
    }

    .ven-hero {
        padding: 54px 0 48px;
    }

    .ven-site h1 {
        font-size: clamp(3rem, 16vw, 4.6rem);
    }

    .ven-hero__subheading {
        font-size: 1.28rem;
    }

    .ven-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ven-button {
        width: 100%;
    }

    .ven-trust-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .ven-hero__visual {
        min-height: 390px;
    }

    .ven-hero__shield {
        width: 78%;
        border-width: 14px;
    }

    .ven-family-badge {
        right: -4px;
        bottom: 5%;
        width: 104px;
        height: 104px;
        padding: 11px;
    }

    .ven-family-badge span,
    .ven-family-badge small {
        font-size: 0.51rem;
    }

    .ven-family-badge strong {
        width: 32px;
        height: 32px;
        font-size: 1.05rem;
    }

    .ven-services {
        padding: 52px 0;
    }

    .ven-service-grid {
        grid-template-columns: 1fr;
    }

    .ven-service-card {
        min-height: auto;
    }

    .ven-benefits__grid {
        grid-template-columns: 1fr;
    }

    .ven-benefits article,
    .ven-benefits article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--ven-border);
    }

    .ven-benefits article:last-child {
        border-bottom: 0;
    }

    .ven-process,
    .ven-information {
        padding: 66px 0;
    }

    .ven-steps {
        grid-template-columns: 1fr;
    }

    .ven-steps li {
        display: grid;
        padding: 18px;
        grid-template-columns: 70px 1fr;
        gap: 15px;
        text-align: left;
    }

    .ven-steps li:not(:last-child)::after {
        display: none;
    }

    .ven-steps__number {
        top: 7px;
        left: 4px;
    }

    .ven-steps__icon {
        width: 66px;
        height: 66px;
        margin-bottom: 0;
        grid-row: 1 / 3;
        font-size: 1.55rem;
    }

    .ven-steps li > div {
        align-self: center;
    }

    .ven-review-card,
    .ven-faq-card {
        min-height: auto;
    }

    .ven-final-cta {
        padding-bottom: 96px;
    }

    .ven-footer__top,
    .ven-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ven-footer__details {
        flex-direction: column;
        gap: 8px;
    }

    .ven-mobile-actions {
        position: fixed;
        z-index: 10000;
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: grid;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 15px;
        grid-template-columns: 1fr 1fr;
        box-shadow: 0 18px 38px rgba(3, 12, 31, 0.28);
    }

    .ven-mobile-actions a {
        display: inline-flex;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        color: var(--ven-white);
        font-weight: 900;
        text-decoration: none;
    }

    .ven-mobile-actions a:first-child {
        background: var(--ven-navy);
    }

    .ven-mobile-actions a:last-child {
        background: var(--ven-red);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ven-site *,
    .ven-site *::before,
    .ven-site *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}


/* Venator v1.2 — real SVG icons and alignment fixes */
.ven-site .ven-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.ven-site .ven-icon circle,
.ven-site .ven-icon path,
.ven-site .ven-icon rect,
.ven-site .ven-icon line,
.ven-site .ven-icon polyline,
.ven-site .ven-icon polygon {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: inherit;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ven-site .ven-button .ven-icon,
.ven-site .ven-header-call__icon .ven-icon,
.ven-site .ven-final-cta__actions .ven-icon {
    width: 1.1em;
    height: 1.1em;
}

.ven-site .ven-pill .ven-icon {
    width: 0.9em;
    height: 0.9em;
}

.ven-site .ven-family-badge .ven-icon {
    width: 0.86em;
    height: 0.86em;
    stroke-width: 2.4;
}

.ven-site .ven-service-card {
    justify-content: flex-start !important;
    gap: 0 !important;
}

.ven-site .ven-service-card__icon {
    display: inline-flex !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    margin: 0 0 18px !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ven-red) !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.ven-site .ven-service-card__icon .ven-icon {
    width: 38px;
    height: 38px;
}

.ven-site .ven-service-card h3 {
    display: flex !important;
    min-height: 52px !important;
    margin: 0 0 10px !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ven-text) !important;
    font-size: 1.1rem !important;
    line-height: 1.12 !important;
    text-align: center !important;
}

.ven-site .ven-service-card p {
    min-height: 72px !important;
    margin: 0 0 16px !important;
    color: var(--ven-muted) !important;
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

.ven-site .ven-service-card a {
    margin-top: auto !important;
    color: var(--ven-red) !important;
}

.ven-site .ven-benefits h3,
.ven-site .ven-steps h3,
.ven-site .ven-service-card h3,
.ven-site .ven-faq-card h2,
.ven-site .ven-faq-card summary {
    color: var(--ven-text) !important;
    opacity: 1 !important;
}

.ven-site .ven-benefits p,
.ven-site .ven-steps p,
.ven-site .ven-service-card p,
.ven-site .ven-faq-card details p {
    color: var(--ven-muted) !important;
    opacity: 1 !important;
}

.ven-site .ven-benefits__icon {
    color: var(--ven-red) !important;
    font-size: 1rem !important;
}

.ven-site .ven-benefits__icon .ven-icon {
    width: 25px;
    height: 25px;
}

.ven-site .ven-steps {
    align-items: start !important;
}

.ven-site .ven-steps li {
    display: grid !important;
    min-height: 230px !important;
    grid-template-rows: auto auto 1fr !important;
    justify-items: center !important;
    align-items: start !important;
    text-align: center !important;
}

.ven-site .ven-steps__icon {
    color: var(--ven-navy) !important;
    font-size: 1rem !important;
}

.ven-site .ven-steps__icon .ven-icon {
    width: 44px;
    height: 44px;
}

.ven-site .ven-steps h3 {
    margin: 0 0 8px !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
}

.ven-site .ven-steps p {
    margin: 0 !important;
    max-width: 230px !important;
}

.ven-site .ven-button--primary .ven-icon,
.ven-site .ven-header-call__icon .ven-icon,
.ven-site .ven-final-cta__actions > a:first-child > span:first-child .ven-icon {
    color: var(--ven-white) !important;
}

.ven-site .ven-button--secondary .ven-icon,
.ven-site .ven-final-cta__actions .ven-button .ven-icon {
    color: currentColor !important;
}

@media (max-width: 680px) {
    .ven-site .ven-service-card h3,
    .ven-site .ven-service-card p {
        min-height: auto !important;
    }

    .ven-site .ven-steps li {
        min-height: auto !important;
        justify-items: start !important;
        text-align: left !important;
    }

    .ven-site .ven-steps p {
        max-width: none !important;
    }
}


/* Venator Fixed Icons v1.3 — clearer pest icons + stronger service-card alignment */
.ven-site .ven-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.ven-site .ven-icon circle,
.ven-site .ven-icon path,
.ven-site .ven-icon rect,
.ven-site .ven-icon line,
.ven-site .ven-icon polyline,
.ven-site .ven-icon polygon {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: inherit;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ven-site .ven-service-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(150px, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.ven-site .ven-service-card {
    width: 100% !important;
    min-height: 318px !important;
    padding: 24px 18px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    overflow: hidden !important;
}

.ven-site .ven-service-card__icon {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    margin: 0 0 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ven-red) !important;
    background: #fff8f9 !important;
    border: 1px solid rgba(230, 30, 58, 0.25) !important;
    border-radius: 50% !important;
    line-height: 1 !important;
}

.ven-site .ven-service-card__icon .ven-icon {
    width: 40px !important;
    height: 40px !important;
    stroke-width: 1.85 !important;
}

.ven-site .ven-service-card h3 {
    min-height: 58px !important;
    margin: 0 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ven-text) !important;
    font-size: clamp(1rem, 0.95vw, 1.18rem) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    text-align: center !important;
    letter-spacing: -0.02em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.ven-site .ven-service-card p {
    min-height: 82px !important;
    margin: 0 0 16px !important;
    color: var(--ven-muted) !important;
    font-size: clamp(0.82rem, 0.76vw, 0.92rem) !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

.ven-site .ven-service-card a {
    margin-top: auto !important;
    color: var(--ven-red) !important;
}

.ven-site .ven-benefits h3,
.ven-site .ven-steps h3,
.ven-site .ven-service-card h3,
.ven-site .ven-faq-card h2,
.ven-site .ven-faq-card summary {
    color: var(--ven-text) !important;
    opacity: 1 !important;
}

.ven-site .ven-benefits p,
.ven-site .ven-steps p,
.ven-site .ven-service-card p,
.ven-site .ven-faq-card details p {
    color: var(--ven-muted) !important;
    opacity: 1 !important;
}

.ven-site .ven-benefits__icon .ven-icon {
    width: 25px !important;
    height: 25px !important;
}

.ven-site .ven-steps__icon .ven-icon {
    width: 44px !important;
    height: 44px !important;
}

@media (max-width: 1200px) {
    .ven-site .ven-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 720px) {
    .ven-site .ven-service-grid {
        grid-template-columns: 1fr !important;
    }

    .ven-site .ven-service-card {
        min-height: auto !important;
    }

    .ven-site .ven-service-card h3,
    .ven-site .ven-service-card p {
        min-height: auto !important;
    }
}


/* Venator v1.4 — final service-card alignment fix
   This section intentionally uses px values instead of rem because some WordPress
   themes change the root font size and make the cards too tall. */
.ven-site .ven-services {
    overflow: visible !important;
}

.ven-site .ven-service-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.ven-site .ven-service-card {
    width: 100% !important;
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
    padding: 24px 16px 18px !important;
    display: grid !important;
    grid-template-rows: 82px 70px 1fr 26px !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
}

.ven-site .ven-service-card__icon {
    grid-row: 1 !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ven-red) !important;
    background: #fff8f9 !important;
    border: 1px solid rgba(230, 30, 58, 0.24) !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.ven-site .ven-service-card__icon .ven-icon {
    width: 38px !important;
    height: 38px !important;
    display: block !important;
    stroke-width: 1.9 !important;
}

.ven-site .ven-service-card h3 {
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--ven-text) !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    white-space: normal !important;
}

.ven-site .ven-service-card p {
    grid-row: 3 !important;
    width: 100% !important;
    max-width: 190px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
    color: var(--ven-muted) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.48 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.ven-site .ven-service-card a {
    grid-row: 4 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: end !important;
    justify-self: center !important;
    color: var(--ven-red) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

/* Make the six cards fit properly on laptops/tablets instead of squeezing text. */
@media (max-width: 1250px) {
    .ven-site .ven-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .ven-site .ven-service-card {
        height: 315px !important;
        min-height: 315px !important;
        max-height: 315px !important;
    }
}

@media (max-width: 720px) {
    .ven-site .ven-service-grid {
        grid-template-columns: 1fr !important;
    }

    .ven-site .ven-service-card {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        grid-template-rows: auto auto auto auto !important;
        padding: 26px 20px 22px !important;
        gap: 14px !important;
    }

    .ven-site .ven-service-card h3 {
        height: auto !important;
        min-height: 0 !important;
    }

    .ven-site .ven-service-card p {
        max-width: 260px !important;
        align-self: center !important;
    }
}


/* Venator v1.5 — refined red line pest icons like the supplied reference */
.ven-site .ven-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.ven-site .ven-icon circle,
.ven-site .ven-icon path,
.ven-site .ven-icon rect,
.ven-site .ven-icon line,
.ven-site .ven-icon polyline,
.ven-site .ven-icon polygon {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: inherit;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ven-site .ven-service-card__icon {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    background: #fff7f8 !important;
    border: 1.5px solid rgba(230, 30, 58, 0.22) !important;
    color: var(--ven-red) !important;
}

.ven-site .ven-service-card__icon .ven-icon-service {
    width: 43px !important;
    height: 43px !important;
    stroke-width: 2.45 !important;
}

.ven-site .ven-service-card:hover .ven-service-card__icon {
    background: rgba(230, 30, 58, 0.08) !important;
    border-color: rgba(230, 30, 58, 0.45) !important;
    transform: translateY(-2px);
}

.ven-site .ven-service-card__icon {
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}


/* Venator v1.7 — fixed service icons to match reference:
   bigger, bolder, and still inside the same pale red circles.
   This section changes ONLY the six service icons, not the layout. */
.ven-site .ven-service-card__icon {
    background: #fff7f8 !important;
    border: 1px solid rgba(230, 30, 58, 0.24) !important;
    color: var(--ven-red) !important;
}

.ven-site .ven-service-card__icon .ven-icon-service {
    width: 46px !important;
    height: 46px !important;
    transform: scale(1.08) !important;
    stroke-width: 2.85 !important;
}

.ven-site .ven-service-card__icon .ven-icon-service circle,
.ven-site .ven-service-card__icon .ven-icon-service path,
.ven-site .ven-service-card__icon .ven-icon-service rect,
.ven-site .ven-service-card__icon .ven-icon-service line,
.ven-site .ven-service-card__icon .ven-icon-service polyline,
.ven-site .ven-service-card__icon .ven-icon-service polygon {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: inherit !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.ven-site .ven-service-card__icon .ven-icon-service circle[fill],
.ven-site .ven-service-card__icon .ven-icon-service path[fill] {
    fill: currentColor !important;
    stroke: none !important;
}
