:root {
	--venza-gold: #c58b32;
	--venza-gold-dark: #a66f22;
	--venza-charcoal: #111c25;
	--venza-charcoal-2: #17242e;
	--venza-text: #111820;
	--venza-muted: #626a71;
	--venza-line: #e6e3dd;
	--venza-bg: #ffffff;
	--venza-soft: #faf9f6;
	--venza-radius: 7px;
	--venza-shadow: 0 8px 32px rgba(17, 28, 37, .07);
	--venza-container: 1320px;
}

html { scroll-behavior: smooth; }
body.venza-site {
	margin: 0 !important;
	background: #fff;
	color: var(--venza-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.venza-site *, body.venza-site *::before, body.venza-site *::after { box-sizing: border-box; }
body.venza-site img { max-width: 100%; height: auto; display: block; }
body.venza-site a { color: inherit; text-decoration: none; }
body.venza-site button, body.venza-site input, body.venza-site textarea, body.venza-site select { font: inherit; }
body.venza-site h1, body.venza-site h2, body.venza-site h3, body.venza-site p { margin-top: 0; }
body.venza-site h1, body.venza-site h2 { font-family: Georgia, 'Times New Roman', serif; color: var(--venza-charcoal); letter-spacing: -.025em; }
body.venza-site .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.venza-container { width: min(calc(100% - 64px), var(--venza-container)); margin-inline: auto; }
.venza-main { display: block; overflow: hidden; }
.venza-skip-link { position: fixed; left: 16px; top: -100px; background: #fff; color: #111; z-index: 99999; padding: 10px 16px; box-shadow: var(--venza-shadow); }
.venza-skip-link:focus { top: 16px; }
.venza-svg { width: 19px; height: 19px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.venza-svg svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.venza-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(17,28,37,.06); backdrop-filter: blur(14px); }
.admin-bar .venza-header { top: 32px; }
.venza-header__inner { min-height: 82px; display: grid; grid-template-columns: 222px 1fr auto; align-items: center; gap: 30px; }
.venza-brand { display: block; width: 205px; }
.venza-brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.venza-nav { justify-self: center; }
.venza-menu { list-style: none; display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; }
.venza-menu > li { position: relative; }
.venza-menu > li > a { display: flex; align-items: center; height: 82px; font-size: 14px; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.venza-menu > li > a:hover, .venza-menu > li.current-menu-item > a, .venza-menu > li.current-menu-ancestor > a { color: var(--venza-gold); }
.venza-menu > li.current-menu-item > a::after, .venza-menu > li.current-menu-ancestor > a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--venza-gold); }
.venza-menu .sub-menu { list-style: none; position: absolute; top: calc(100% - 8px); left: -22px; width: 270px; padding: 12px; margin: 0; background: #fff; border: 1px solid var(--venza-line); box-shadow: 0 18px 50px rgba(15,24,31,.14); border-radius: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.venza-menu li:hover > .sub-menu, .venza-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.venza-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 5px; font-size: 14px; font-weight: 600; color: #303940; }
.venza-menu .sub-menu a:hover { color: var(--venza-gold-dark); background: #fbf7ef; }
.venza-header__actions { display: flex; align-items: center; gap: 15px; }
.venza-menu-toggle { display: none; border: 0; background: transparent; color: var(--venza-charcoal); padding: 8px; cursor: pointer; }
.venza-menu-toggle .venza-svg { width: 26px; height: 26px; }
.venza-menu-toggle__close { display: none; }
.venza-menu-toggle[aria-expanded="true"] .venza-menu-toggle__open { display: none; }
.venza-menu-toggle[aria-expanded="true"] .venza-menu-toggle__close { display: inline-flex; }

/* Buttons */
.venza-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 5px; border: 1px solid transparent; font-size: 14px; font-weight: 700; line-height: 1; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; cursor: pointer; }
.venza-button:hover { transform: translateY(-1px); }
.venza-button--gold { color: #fff !important; background: linear-gradient(135deg, #d19a42, #b97e28); border-color: #b97e28; box-shadow: 0 8px 20px rgba(185,126,40,.18); }
.venza-button--gold:hover { background: linear-gradient(135deg, #b97e28, #9d681e); }
.venza-button--outline { color: #1b232a !important; background: #fff; border-color: #d8ad70; }
.venza-button--outline:hover { color: var(--venza-gold-dark) !important; border-color: var(--venza-gold); }
.venza-button--darkline { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.5); }
.venza-button--darkline:hover { border-color: #fff; }

/* Hero */
.venza-hero { position: relative; background: #fff; border-bottom: 1px solid #eee; }
.venza-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, #fff 32%, rgba(255,255,255,.93) 42%, rgba(255,255,255,.1) 67%, rgba(255,255,255,0) 100%); z-index: 1; pointer-events: none; }
.venza-hero__inner { position: relative; z-index: 2; min-height: 515px; display: grid; grid-template-columns: 41% 59%; align-items: stretch; }
.venza-hero__copy { padding: 68px 0 40px; position: relative; z-index: 2; }
.venza-hero h1 { margin-bottom: 21px; font-size: clamp(46px, 4.2vw, 70px); line-height: 1.02; font-weight: 700; }
.venza-hero__copy > p { max-width: 470px; margin-bottom: 28px; color: #343d44; font-size: 17px; line-height: 1.65; }
.venza-hero__buttons { display: flex; flex-wrap: wrap; gap: 17px; }
.venza-hero__image { position: absolute; top: 0; bottom: 0; right: calc((100vw - min(100vw - 64px, var(--venza-container))) / -2); left: 38%; background-image: url('../images/hero-venza.jpg'); background-size: cover; background-position: center; }
.venza-hero__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.25) 29%, rgba(255,255,255,0) 52%); }
.venza-hero__benefits { position: relative; z-index: 3; min-height: 72px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 28px; border-top: 1px solid rgba(17,28,37,.07); }
.venza-hero__benefits > div { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; color: #3c4449; }
.venza-hero__benefits .venza-svg { color: var(--venza-gold); width: 20px; height: 20px; }

/* Generic sections */
.venza-section { padding: 72px 0; }
.venza-section-heading { text-align: center; margin-bottom: 30px; }
.venza-section-heading > span, .venza-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--venza-gold); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.venza-section-heading > span::before, .venza-section-heading > span::after { content: ''; width: 25px; height: 1px; background: var(--venza-gold); }
.venza-section-heading h2 { margin: 5px 0 0; font-size: 40px; line-height: 1.1; }

/* Products */
.venza-products { background: #fff; }
.venza-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.venza-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dddeda; border-radius: 5px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.venza-product-card:hover { transform: translateY(-4px); border-color: #d6b37e; box-shadow: var(--venza-shadow); }
.venza-product-card__image { height: 177px; padding: 20px 20px 5px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(180deg,#fff,#fefefe); }
.venza-product-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.venza-product-card__bottom { min-height: 84px; padding: 10px 18px 18px; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.venza-product-card h3, .venza-product-card h2 { margin: 0; max-width: 200px; color: #111820; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.12; font-weight: 800; letter-spacing: -.02em; }
.venza-product-card > p { margin: -5px 18px 20px; color: var(--venza-muted); font-size: 14px; }
.venza-card-arrow { width: 29px; height: 29px; border: 1px solid var(--venza-gold); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--venza-gold); flex: 0 0 auto; }
.venza-card-arrow .venza-svg { width: 14px; height: 14px; }

/* About */
.venza-about { padding-top: 16px; }
.venza-about__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 65px; }
.venza-about__image { overflow: hidden; border-radius: 7px; min-height: 410px; box-shadow: var(--venza-shadow); }
.venza-about__image img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.venza-about__copy h2 { margin: 8px 0 16px; font-size: 39px; line-height: 1.1; }
.venza-about__copy > p { color: #454d53; margin-bottom: 24px; }
.venza-about__features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 25px; margin-bottom: 26px; }
.venza-about__features > div { display: flex; gap: 13px; align-items: flex-start; }
.venza-about__features > div > .venza-svg { width: 40px; height: 40px; padding: 10px; border: 1px solid #e6bf81; border-radius: 50%; color: var(--venza-gold); }
.venza-about__features p { margin: 0; line-height: 1.35; }
.venza-about__features strong, .venza-about__features span { display: block; }
.venza-about__features strong { font-size: 14px; }
.venza-about__features span { margin-top: 4px; color: #697077; font-size: 13px; }

/* Applications */
.venza-applications { padding-top: 18px; }
.venza-application-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.venza-application-card { position: relative; min-height: 174px; overflow: hidden; border-radius: 5px; background-image: var(--venza-app); background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 8px; padding: 18px; color: #fff !important; transition: transform .2s ease; }
.venza-application-card:hover { transform: translateY(-3px); }
.venza-application-card::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: inherit; }
.venza-application-card::before { content: ''; position: absolute; inset: 32% 0 0; background: linear-gradient(to bottom, transparent, rgba(9,18,25,.9)); z-index: 0; }
.venza-application-card .venza-svg, .venza-application-card strong { position: relative; z-index: 1; display: inline-flex; }
.venza-application-card .venza-svg { width: 27px; height: 27px; }
.venza-application-card strong { font-size: 14px; line-height: 1.2; }

/* Why */
.venza-why { padding-top: 28px; padding-bottom: 45px; }
.venza-why__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; }
.venza-why__grid > div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; }
.venza-why__icon { width: 70px; height: 70px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e7e4df; border-radius: 50%; box-shadow: 0 8px 24px rgba(20,30,38,.04); color: var(--venza-gold); }
.venza-why__icon .venza-svg { width: 29px; height: 29px; }
.venza-why__grid p { margin: 0; }
.venza-why__grid strong, .venza-why__grid span { display: block; }
.venza-why__grid strong { margin-bottom: 5px; font-size: 15px; }
.venza-why__grid span { color: #656d73; font-size: 13px; line-height: 1.45; }

/* CTA */
.venza-cta-wrap { padding: 0 0 0; background: #fff; }
.venza-cta { min-height: 128px; display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 25px; padding: 24px 42px; border-radius: 6px; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(16,29,38,.98), rgba(16,29,38,.91)), url('../images/hero-venza.jpg') center 58%/cover; }
.venza-cta__icon { width: 59px; height: 59px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--venza-gold); }
.venza-cta__icon .venza-svg { width: 28px; height: 28px; }
.venza-cta h2 { margin: 0 0 4px; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 23px; letter-spacing: -.02em; }
.venza-cta p { margin: 0; color: #eef1f3; font-size: 14px; }
.venza-cta__buttons { display: flex; gap: 16px; }

/* Footer */
.venza-footer { background: #101c25; color: #cfd6db; padding: 44px 0 0; }
.venza-footer__grid { display: grid; grid-template-columns: 1.35fr .75fr 1fr .8fr 1.1fr; gap: 55px; padding-bottom: 35px; }
.venza-footer__brand img { width: 190px; height: 70px; object-fit: contain; object-position: left center; margin: -5px 0 5px; }
.venza-footer__brand p { max-width: 260px; margin: 0 0 18px; color: #aab5bc; font-size: 13px; line-height: 1.6; }
.venza-socials { display: flex; gap: 9px; }
.venza-socials a { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; }
.venza-footer__column { display: flex; flex-direction: column; gap: 9px; }
.venza-footer__column h3 { margin: 0 0 8px; color: #fff; font-size: 15px; }
.venza-footer__column > a { color: #b8c2c8; font-size: 13px; }
.venza-footer__column > a:hover { color: var(--venza-gold); }
.venza-footer__contact p { display: flex; gap: 10px; align-items: flex-start; margin: 0; color: #b8c2c8; font-size: 13px; }
.venza-footer__contact .venza-svg { color: var(--venza-gold); width: 17px; height: 17px; margin-top: 1px; }
.venza-footer__contact a:hover { color: #fff; }
.venza-footer__bottom { min-height: 54px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #87959e; font-size: 12px; }
.venza-footer__bottom p { margin: 0; }
.venza-footer__bottom div { display: flex; gap: 16px; align-items: center; }
.venza-footer__bottom a:hover { color: #fff; }
.venza-mobile-bar { display: none; }

/* Inner pages */
.venza-inner-hero { padding: 78px 0 70px; background: linear-gradient(135deg, #fbfaf7, #f1eee8); border-bottom: 1px solid #e9e5df; }
.venza-inner-hero__grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 70px; }
.venza-inner-hero h1 { max-width: 820px; margin: 9px 0 13px; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; }
.venza-inner-hero p { max-width: 720px; margin: 0; color: #555e64; font-size: 17px; }
.venza-inner-hero__product-image { max-width: 430px; min-height: 245px; justify-self: end; display: flex; align-items: center; justify-content: center; padding: 28px; background: #fff; border: 1px solid #e3dfd8; border-radius: 8px; box-shadow: var(--venza-shadow); }
.venza-inner-hero__product-image img { max-height: 230px; object-fit: contain; mix-blend-mode: multiply; }
.venza-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 15px; color: #788087; font-size: 12px; }
.venza-breadcrumb a:hover { color: var(--venza-gold); }
.venza-breadcrumb strong { color: #41494f; }
.venza-page-content { min-height: 420px; }
.venza-prose { max-width: 990px; }
.venza-prose h2 { margin: 0 0 18px; font-size: 38px; }
.venza-prose h2:not(:first-child) { margin-top: 48px; }
.venza-prose h3 { margin: 32px 0 10px; font-size: 22px; color: #1e2830; }
.venza-prose p, .venza-prose li { color: #515a60; font-size: 16px; line-height: 1.75; }
.venza-prose a:not(.venza-button) { color: var(--venza-gold-dark); text-decoration: underline; }
.venza-info-grid, .venza-download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.venza-info-grid > div, .venza-download-card { padding: 25px; background: #faf9f6; border: 1px solid #e8e4de; border-radius: 7px; }
.venza-info-grid h3 { margin-top: 0; }
.venza-download-card { display: flex; flex-direction: column; gap: 7px; transition: .2s ease; }
.venza-download-card:hover { border-color: var(--venza-gold); transform: translateY(-2px); }
.venza-download-card strong { color: #202930; }
.venza-download-card span { color: #6e767c; font-size: 14px; }
.venza-check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 10px; }
.venza-check-list li { position: relative; padding-left: 29px; }
.venza-check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--venza-gold); font-weight: 800; }
.venza-detail-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; }
.venza-detail-features > div { padding: 26px; border: 1px solid #e8e4de; border-radius: 7px; background: #fff; }
.venza-detail-features .venza-svg { width: 31px; height: 31px; color: var(--venza-gold); }
.venza-detail-features h3 { margin: 16px 0 8px; font-size: 18px; }
.venza-detail-features p { margin: 0; font-size: 14px; }
.venza-accordion { display: grid; gap: 12px; }
.venza-accordion details { border: 1px solid #e6e1da; border-radius: 6px; background: #fff; padding: 0 20px; }
.venza-accordion summary { cursor: pointer; padding: 18px 0; font-weight: 700; color: #263039; }
.venza-accordion details p { margin: -3px 0 20px; }

/* Contact */
.venza-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.venza-contact-info h2 { margin: 9px 0 18px; font-size: 43px; line-height: 1.1; }
.venza-contact-info > p { color: #5e676d; }
.venza-contact-items { display: grid; gap: 14px; margin-top: 34px; }
.venza-contact-items > div { display: flex; gap: 16px; padding: 18px; border: 1px solid #e8e4df; border-radius: 6px; }
.venza-contact-items .venza-svg { width: 24px; height: 24px; color: var(--venza-gold); }
.venza-contact-items p { margin: 0; }
.venza-contact-items strong, .venza-contact-items span, .venza-contact-items a { display: block; }
.venza-contact-items strong { margin-bottom: 3px; }
.venza-contact-items span, .venza-contact-items a { color: #6b7379; font-size: 14px; }
.venza-form-card { padding: 35px; background: #fff; border: 1px solid #e6e1da; border-radius: 8px; box-shadow: var(--venza-shadow); }
.venza-form-card > h2 { margin: 0 0 22px; font-size: 36px; }
.venza-form { display: grid; gap: 16px; }
.venza-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.venza-form label { display: grid; gap: 7px; color: #263039; font-size: 13px; font-weight: 700; }
.venza-form input:not([type="checkbox"]), .venza-form textarea, .venza-form select { width: 100%; min-height: 48px; border: 1px solid #dad7d1; border-radius: 5px; background: #fff; padding: 11px 13px; color: #1c252c; outline: none; }
.venza-form textarea { min-height: 140px; resize: vertical; }
.venza-form input:focus, .venza-form textarea:focus, .venza-form select:focus { border-color: var(--venza-gold); box-shadow: 0 0 0 3px rgba(197,139,50,.1); }
.venza-consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 400 !important; color: #667078 !important; line-height: 1.45; }
.venza-consent input { margin-top: 3px; }
.venza-alert { padding: 12px 15px; margin-bottom: 18px; border-radius: 5px; font-size: 14px; }
.venza-alert--success { background: #edf8f0; color: #236c36; }
.venza-alert--error { background: #fff0ef; color: #9b302a; }

/* Blog */
.venza-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.venza-blog-card { overflow: hidden; border: 1px solid #e7e2dc; border-radius: 7px; background: #fff; }
.venza-blog-card__image { height: 220px; display: block; overflow: hidden; }
.venza-blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.venza-blog-card:hover .venza-blog-card__image img { transform: scale(1.035); }
.venza-blog-card > div { padding: 23px; }
.venza-blog-card time { color: var(--venza-gold); font-size: 12px; font-weight: 700; }
.venza-blog-card h2 { margin: 8px 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.17; }
.venza-blog-card p { color: #667078; font-size: 14px; }
.venza-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--venza-gold-dark) !important; font-size: 13px; font-weight: 800; }
.venza-text-link .venza-svg { width: 15px; height: 15px; }
.venza-article-content { max-width: 900px; }
.venza-article-image { margin-bottom: 35px; overflow: hidden; border-radius: 8px; }
.venza-404 { min-height: 580px; display: flex; align-items: center; text-align: center; background: #faf8f4; }
.venza-404 span { color: var(--venza-gold); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.venza-404 h1 { margin: 8px 0; font-size: 44px; }
.venza-404 p { margin-bottom: 25px; color: #636c72; }

/* Impreza Live Builder compatibility
   Builder rows only provide the editable handles. The Venza sections keep
   their own exact spacing and full-width visual structure. */
.venza-live-content { width: 100%; }
.venza-live-content > p:empty { display: none; }
.venza-builder-shell,
.venza-builder-shell.l-section {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
.venza-builder-shell > .l-section-h,
.venza-builder-shell .l-section-h,
.venza-builder-shell .g-cols,
.venza-builder-shell .vc_column_container,
.venza-builder-shell .vc_column-inner,
.venza-builder-shell .wpb_wrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.venza-builder-shell .g-cols { display: block !important; }
.venza-builder-shell .wpb_content_element { margin: 0 !important; }
.venza-builder-shell .wpb_text_column > .wpb_wrapper > p:empty { display: none; }


/* v2.2 — Impreza Live Builder grid isolation */
.venza-builder-shell > .l-section-h,
.venza-builder-shell > .l-section-h > .g-cols,
.venza-builder-shell > .l-section-h > .g-cols > .vc_column_container,
.venza-builder-shell > .l-section-h > .g-cols > .vc_column_container > .vc_column-inner,
.venza-builder-shell > .l-section-h > .g-cols > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.venza-builder-shell > .l-section-h > .g-cols { display: block !important; }
.venza-builder-shell .w-shortcode,
.venza-builder-shell .w-html,
.venza-builder-shell .wpb_content_element { margin: 0 !important; }
.venza-product-grid > .venza-product-card,
.venza-application-grid > .venza-application-card,
.venza-about__features > div,
.venza-why__grid > div { min-width: 0; }

/* ================================================================
   v3.0 — REAL IMPREZA NATIVE ELEMENT LAYOUT
   Every selector below styles standard Row, Column, Text, Image,
   Button and IconBox elements, so Edit Live can select each item.
   ================================================================ */
.venza-live-content > .l-section { margin: 0; }
.venza-live-content .l-section-h { width: min(calc(100% - 64px), var(--venza-container)); max-width: var(--venza-container); }
.venza-native-section { padding: 72px 0 !important; background: #fff; }
.venza-native-section > .l-section-h { padding: 0 !important; }

/* Native shared heading */
.venza-native-section-heading { margin: 0 0 30px !important; text-align: center; }
.venza-native-section-heading span,
.venza-native-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--venza-gold); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.venza-native-section-heading span::before,
.venza-native-section-heading span::after { content: ''; width: 25px; height: 1px; background: var(--venza-gold); }
.venza-native-section-heading h2 { margin: 5px 0 0; color: var(--venza-charcoal); font-family: Georgia, 'Times New Roman', serif; font-size: 40px; line-height: 1.1; letter-spacing: -.025em; }

/* Native buttons */
.w-btn.venza-native-btn,
.venza-native-btn .w-btn { min-height: 48px; padding: 0 23px; border-radius: 5px; font-size: 14px; font-weight: 700; box-shadow: none; }
.w-btn.venza-native-btn--gold,
.venza-native-btn--gold .w-btn { color: #fff !important; background: linear-gradient(135deg, #d19a42, #b97e28) !important; border-color: #b97e28 !important; box-shadow: 0 8px 20px rgba(185,126,40,.18) !important; }
.w-btn.venza-native-btn--outline,
.venza-native-btn--outline .w-btn { color: #1b232a !important; background: #fff !important; border: 1px solid #d8ad70 !important; }
.w-btn.venza-native-btn--dark,
.venza-native-btn--dark .w-btn { color: #fff !important; background: transparent !important; border: 1px solid rgba(255,255,255,.55) !important; }

/* Native hero */
.venza-native-hero { position: relative; min-height: 587px; padding: 0 !important; overflow: hidden; border-bottom: 1px solid #eee; background-color: #fff; }
.venza-native-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, #fff 0%, #fff 27%, rgba(255,255,255,.96) 37%, rgba(255,255,255,.22) 64%, rgba(255,255,255,0) 100%); }
.venza-native-hero > .l-section-h { position: relative; z-index: 2; width: min(calc(100% - 64px), var(--venza-container)); max-width: var(--venza-container); min-height: 587px; padding: 0 !important; display: flex; align-items: stretch; }
.venza-native-hero > .l-section-h > .g-cols { width: 100%; align-content: stretch; align-items: stretch; }
.venza-native-hero-copy > .vc_column-inner { height: 100%; }
.venza-native-hero-copy > .vc_column-inner > .wpb_wrapper { min-height: 515px; display: flex; flex-direction: column; justify-content: center; padding: 52px 0 34px; }
.venza-native-hero-text { margin: 0 0 26px !important; }
.venza-native-hero-text h1 { margin: 0 0 21px; color: var(--venza-charcoal); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 4.2vw, 70px); line-height: 1.02; font-weight: 700; letter-spacing: -.025em; }
.venza-native-hero-text p { max-width: 470px; margin: 0; color: #343d44; font-size: 17px; line-height: 1.65; }
.venza-native-buttons { margin: 0 !important; }
.venza-native-hero-space { min-height: 515px; }
.venza-native-hero-benefits-wrap { align-self: end; border-top: 1px solid rgba(17,28,37,.07); }
.venza-native-hero-benefits-wrap > .vc_column-inner > .wpb_wrapper { padding: 0 !important; }
.venza-native-hero-benefits { min-height: 72px; margin: 0 !important; align-items: center; }
.venza-native-hero-feature { margin: 0 !important; }
.venza-native-hero-feature .w-iconbox-icon { color: var(--venza-gold); }
.venza-native-hero-feature .w-iconbox-title { color: #3c4449; font-size: 14px !important; font-weight: 700; line-height: 1.2; }

/* Native product cards */
.venza-native-products-section { padding-top: 55px !important; }
.venza-native-product-grid { align-items: stretch; row-gap: 18px !important; }
.venza-native-product-card > .vc_column-inner { height: 100%; }
.venza-native-product-card > .vc_column-inner > .wpb_wrapper { position: relative; min-height: 263px; height: 100%; overflow: hidden; padding: 0 0 18px !important; background: #fff; border: 1px solid #dddeda; border-radius: 5px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.venza-native-product-card > .vc_column-inner > .wpb_wrapper:hover { transform: translateY(-4px); border-color: #d6b37e; box-shadow: var(--venza-shadow); }
.venza-native-product-image { height: 177px; margin: 0 !important; padding: 20px 20px 5px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.venza-native-product-image .w-image-h,
.venza-native-product-image img { width: 100%; height: 100%; }
.venza-native-product-image img { object-fit: contain; mix-blend-mode: multiply; }
.venza-native-product-title { margin: 0 !important; padding: 10px 57px 0 18px; }
.venza-native-product-title h3 { margin: 0; color: #111820; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.12; font-weight: 800; letter-spacing: -.02em; }
.venza-native-product-title p { margin: 9px 0 0; color: var(--venza-muted); font-size: 13px; line-height: 1.5; }
.w-btn.venza-native-card-arrow,
.venza-native-card-arrow .w-btn { position: absolute; right: 17px; bottom: 17px; width: 30px; min-width: 30px; height: 30px; min-height: 30px; padding: 0 !important; border: 1px solid var(--venza-gold) !important; border-radius: 50% !important; color: var(--venza-gold) !important; background: #fff !important; font-size: 15px; line-height: 28px; }
.w-btn.venza-native-product-more,
.venza-native-product-more .w-btn { margin: 14px 18px 0; }

/* Native about */
.venza-native-about { padding: 16px 0 58px !important; background: #fff; }
.venza-native-about > .l-section-h { width: min(calc(100% - 64px), var(--venza-container)); max-width: var(--venza-container); padding: 0 !important; }
.venza-native-about-image { margin: 0 !important; overflow: hidden; border-radius: 7px; box-shadow: var(--venza-shadow); }
.venza-native-about-image .w-image-h { height: 410px; }
.venza-native-about-image img { width: 100%; height: 100%; object-fit: cover; }
.venza-native-about-text { margin: 0 0 22px !important; }
.venza-native-about-text h2 { margin: 8px 0 16px; color: var(--venza-charcoal); font-family: Georgia, 'Times New Roman', serif; font-size: 39px; line-height: 1.1; letter-spacing: -.025em; }
.venza-native-about-text p { margin: 0; color: #454d53; }
.venza-native-about-features { margin: 0 0 26px !important; row-gap: 22px !important; }
.venza-native-about-feature { margin: 0 !important; }
.venza-native-about-feature .w-iconbox-icon { width: 40px; height: 40px; color: var(--venza-gold); border: 1px solid #d9b67e; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.venza-native-about-feature .w-iconbox-title { margin-bottom: 3px !important; color: #283138; font-family: Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: 800; line-height: 1.25; }
.venza-native-about-feature .w-iconbox-text { color: #687178; font-size: 13px; line-height: 1.4; }

/* Native application cards */
.venza-native-applications { padding-top: 24px !important; }
.venza-native-application-grid { align-items: stretch; }
.venza-native-application-card > .vc_column-inner > .wpb_wrapper { position: relative; height: 185px; overflow: hidden; border-radius: 5px; background: #13202a; box-shadow: 0 7px 24px rgba(17,28,37,.08); }
.venza-native-application-card > .vc_column-inner > .wpb_wrapper::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(11,20,28,.92), rgba(11,20,28,.08) 68%); }
.venza-native-application-image { position: absolute !important; inset: 0; margin: 0 !important; }
.venza-native-application-image .w-image-h,
.venza-native-application-image img { width: 100%; height: 100%; }
.venza-native-application-image img { object-fit: cover; transition: transform .3s ease; }
.venza-native-application-card:hover .venza-native-application-image img { transform: scale(1.04); }
.venza-native-application-title { position: absolute !important; z-index: 2; left: 0; right: 0; bottom: 16px; margin: 0 !important; padding: 0 12px; text-align: center; }
.venza-native-application-title h3 { margin: 0; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 800; }

/* Native why section */
.venza-native-why { padding-top: 35px !important; padding-bottom: 52px !important; }
.venza-native-why-grid { align-items: stretch; }
.venza-native-why-item { margin: 0 !important; }
.venza-native-why-item .w-iconbox-icon { width: 62px; height: 62px; color: var(--venza-gold); border: 1px solid #e7e2dc; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; box-shadow: 0 5px 18px rgba(17,28,37,.05); }
.venza-native-why-item .w-iconbox-title { margin: 0 0 5px !important; color: #222c33; font-family: Arial, Helvetica, sans-serif !important; font-size: 15px !important; font-weight: 800; line-height: 1.25; }
.venza-native-why-item .w-iconbox-text { color: #5f686f; font-size: 13px; line-height: 1.55; }

/* Native CTA */
.venza-native-cta { margin: 0 auto !important; padding: 0 0 6px !important; background: #fff; }
.venza-native-cta > .l-section-h { width: min(calc(100% - 64px), var(--venza-container)); max-width: var(--venza-container); padding: 25px 31px !important; overflow: hidden; border-radius: 7px; background: linear-gradient(90deg, rgba(17,29,39,.98), rgba(21,36,47,.94)), url('../images/hero-venza.jpg') center/cover; box-shadow: var(--venza-shadow); }
.venza-native-cta-text { margin: 0 !important; }
.venza-native-cta-text h2 { margin: 0 0 5px; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 23px; line-height: 1.25; letter-spacing: -.015em; }
.venza-native-cta-text p { margin: 0; color: #d2d9dd; font-size: 14px; line-height: 1.55; }
.venza-native-cta-actions .w-hwrapper { justify-content: flex-end; }

/* Native inner pages */
.venza-native-inner-hero { padding: 78px 0 70px !important; background: linear-gradient(135deg, #fbfaf7, #f1eee8); border-bottom: 1px solid #e9e5df; }
.venza-native-inner-hero > .l-section-h { width: min(calc(100% - 64px), var(--venza-container)); max-width: var(--venza-container); padding: 0 !important; }
.venza-native-inner-hero-text { margin: 0 !important; }
.venza-native-inner-hero-text h1 { max-width: 820px; margin: 9px 0 13px; color: var(--venza-charcoal); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.025em; }
.venza-native-inner-hero-text > p:last-child { max-width: 720px; margin: 0; color: #555e64; font-size: 17px; }
.venza-native-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 15px !important; color: #788087; font-size: 12px; }
.venza-native-breadcrumb a:hover { color: var(--venza-gold); }
.venza-native-inner-hero-image { max-width: 430px; min-height: 245px; margin-left: auto !important; padding: 28px; background: #fff; border: 1px solid #e3dfd8; border-radius: 8px; box-shadow: var(--venza-shadow); }
.venza-native-inner-hero-image .w-image-h { height: 190px; }
.venza-native-inner-hero-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.venza-native-page-content { min-height: 420px; }
.venza-native-prose { max-width: 990px; margin: 0 !important; }
.venza-native-prose h2 { margin: 0 0 18px; font-size: 38px; }
.venza-native-prose h2:not(:first-child) { margin-top: 48px; }
.venza-native-prose h3 { margin: 32px 0 10px; font-size: 22px; color: #1e2830; }
.venza-native-prose p,
.venza-native-prose li { color: #515a60; font-size: 16px; line-height: 1.75; }
.venza-native-detail-features { margin-top: 50px !important; }
.venza-native-detail-feature { height: 100%; margin: 0 !important; padding: 26px; border: 1px solid #e8e4de; border-radius: 7px; background: #fff; }
.venza-native-detail-feature .w-iconbox-icon { color: var(--venza-gold); }
.venza-native-detail-feature .w-iconbox-title { margin: 14px 0 8px !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 18px !important; }
.venza-native-detail-feature .w-iconbox-text { color: #515a60; font-size: 14px; line-height: 1.55; }

/* ================================================================
   v3.1 — stable native elements (no font-icon dependency)
   ================================================================ */
.venza-v31-feature-icon,
.venza-v31-feature-icon .w-image-h,
.venza-v31-feature-icon img,
.venza-v31-why-icon,
.venza-v31-why-icon .w-image-h,
.venza-v31-why-icon img,
.venza-v31-detail-icon,
.venza-v31-detail-icon .w-image-h,
.venza-v31-detail-icon img,
.venza-v31-application-icon,
.venza-v31-application-icon .w-image-h,
.venza-v31-application-icon img,
.venza-v31-cta-icon,
.venza-v31-cta-icon .w-image-h,
.venza-v31-cta-icon img {
	display: block;
}

/* Native button symbols are CSS masks, so missing icon fonts cannot create squares. */
.w-btn.venza-v31-btn-arrow::after,
.venza-v31-btn-arrow .w-btn::after,
.w-btn.venza-v31-btn-doc::after,
.venza-v31-btn-doc .w-btn::after,
.w-btn.venza-v31-btn-phone::after,
.venza-v31-btn-phone .w-btn::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: .65em;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.w-btn.venza-v31-btn-arrow::after,
.venza-v31-btn-arrow .w-btn::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.w-btn.venza-v31-btn-doc::after,
.venza-v31-btn-doc .w-btn::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h7l4 4v14H7zM14 3v5h5M10 13h5M10 17h5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h7l4 4v14H7zM14 3v5h5M10 13h5M10 17h5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.w-btn.venza-v31-btn-phone::after,
.venza-v31-btn-phone .w-btn::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3l3 5-2 2c1.5 3 3 4.5 6 6l2-2 5 3-2 4c-8 0-16-8-16-16z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3l3 5-2 2c1.5 3 3 4.5 6 6l2-2 5 3-2 4c-8 0-16-8-16-16z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Hero benefits: image + editable text, independent of Font Awesome. */
.venza-v31-hero-feature > .vc_column-inner,
.venza-v31-hero-feature > .vc_column-inner > .wpb_wrapper { height: 100%; }
.venza-v31-hero-feature > .vc_column-inner > .wpb_wrapper {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 0 !important;
}
.venza-v31-hero-feature .venza-v31-feature-icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin: 0 !important;
}
.venza-v31-hero-feature .venza-v31-feature-icon .w-image-h,
.venza-v31-hero-feature .venza-v31-feature-icon img { width: 22px; height: 22px; object-fit: contain; }
.venza-v31-feature-text { margin: 0 !important; }
.venza-v31-feature-text p { margin: 0 !important; color: #3c4449; font-size: 14px; font-weight: 700; line-height: 1.25; }

/* About feature items. */
.venza-v31-about-feature > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	padding: 0 !important;
}
.venza-v31-feature-icon--circle {
	width: 42px;
	height: 42px;
	margin: 0 !important;
	padding: 9px;
	border: 1px solid #d9b67e;
	border-radius: 50%;
	background: #fff;
}
.venza-v31-feature-icon--circle .w-image-h,
.venza-v31-feature-icon--circle img { width: 100%; height: 100%; object-fit: contain; }
.venza-v31-feature-copy { margin: 0 !important; }
.venza-v31-feature-copy h3 { margin: 0 0 3px !important; color: #283138; font-family: Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: 800; line-height: 1.25; }
.venza-v31-feature-copy p { margin: 0 !important; color: #687178; font-size: 13px; line-height: 1.4; }

/* Application cards: normal-flow image prevents the collapsed strip seen in v3.0. */
.venza-native-application-grid { align-items: stretch !important; row-gap: 14px !important; }
.venza-v31-application-card {
	position: relative !important;
	min-height: 185px;
	height: 185px;
	overflow: hidden;
	border-radius: 5px;
	background: #13202a;
	box-shadow: 0 7px 24px rgba(17,28,37,.08);
}
.venza-v31-application-card::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to top, rgba(11,20,28,.94) 0%, rgba(11,20,28,.48) 35%, rgba(11,20,28,.04) 72%);
}
.venza-v31-application-card > .vc_column-inner,
.venza-v31-application-card > .vc_column-inner > .wpb_wrapper {
	position: static !important;
	min-height: 185px;
	height: 185px;
	padding: 0 !important;
}
.venza-v31-application-bg {
	width: 100%;
	height: 185px;
	margin: 0 !important;
	overflow: hidden;
}
.venza-v31-application-bg .w-image-h,
.venza-v31-application-bg a,
.venza-v31-application-bg img { width: 100%; height: 100%; display: block; }
.venza-v31-application-bg img { object-fit: cover; transition: transform .3s ease; }
.venza-v31-application-card:hover .venza-v31-application-bg img { transform: scale(1.04); }
.venza-v31-application-icon {
	position: absolute !important;
	z-index: 4;
	left: 50%;
	bottom: 44px;
	width: 27px;
	height: 27px;
	margin: 0 !important;
	transform: translateX(-50%);
	pointer-events: none;
}
.venza-v31-application-icon .w-image-h,
.venza-v31-application-icon img { width: 27px; height: 27px; object-fit: contain; }
.venza-v31-application-title {
	position: absolute !important;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 14px;
	margin: 0 !important;
	padding: 0 10px;
	text-align: center;
}
.venza-v31-application-title h3 { margin: 0 !important; color: #fff !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 15px !important; font-weight: 800; line-height: 1.2; }
.venza-v31-application-title a { color: #fff !important; }

/* Why Venza: real image icons, fully editable. */
.venza-v31-why-item > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	padding: 0 !important;
}
.venza-v31-why-icon {
	width: 62px;
	height: 62px;
	margin: 0 !important;
	padding: 15px;
	border: 1px solid #e7e2dc;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 18px rgba(17,28,37,.05);
}
.venza-v31-why-icon .w-image-h,
.venza-v31-why-icon img { width: 100%; height: 100%; object-fit: contain; }
.venza-v31-why-copy { margin: 0 !important; }
.venza-v31-why-copy h3 { margin: 0 0 5px !important; color: #222c33 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 15px !important; font-weight: 800; line-height: 1.25; }
.venza-v31-why-copy p { margin: 0 !important; color: #5f686f; font-size: 13px; line-height: 1.55; }

/* CTA exact contrast and left icon. */
.venza-v31-cta-icon-col > .vc_column-inner > .wpb_wrapper { display: flex; align-items: center; justify-content: center; padding: 0 !important; }
.venza-v31-cta-icon {
	width: 58px;
	height: 58px;
	margin: 0 !important;
	padding: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d19a42, #b97e28);
}
.venza-v31-cta-icon .w-image-h,
.venza-v31-cta-icon img { width: 100%; height: 100%; object-fit: contain; }
.venza-native-cta-text h2 { color: #fff !important; }
.venza-native-cta-text p { color: #d2d9dd !important; }

/* Product detail benefit cards use the same reliable image icon system. */
.venza-v31-detail-feature > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	padding: 26px !important;
	border: 1px solid #e8e4de;
	border-radius: 7px;
	background: #fff;
}
.venza-v31-detail-icon { width: 42px; height: 42px; margin: 0 0 17px !important; }
.venza-v31-detail-icon .w-image-h,
.venza-v31-detail-icon img { width: 42px; height: 42px; object-fit: contain; }
.venza-v31-detail-copy { margin: 0 !important; }
.venza-v31-detail-copy h3 { margin: 0 0 8px !important; color: #1e2830 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 18px !important; font-weight: 800; }
.venza-v31-detail-copy p { margin: 0 !important; color: #515a60; font-size: 14px; line-height: 1.55; }

/* ================================================================
   v4.0 corporate layout restoration
   Product groups return to the approved boxed-card design.
   ================================================================ */
.venza-corporate-site .venza-native-products-section{padding:58px 0 48px!important}.venza-corporate-site .venza-native-product-grid{display:flex!important;flex-wrap:wrap!important;align-items:stretch!important;column-gap:18px!important;row-gap:18px!important;margin:0!important}.venza-corporate-site .venza-native-product-grid>.vc_column_container,.venza-corporate-site .venza-native-product-grid>.wpb_column{width:calc(25% - 13.5px)!important;flex:0 0 calc(25% - 13.5px)!important;margin:0!important;padding:0!important}.venza-corporate-site .venza-native-product-card{position:relative!important;min-height:263px!important;background:#fff!important;border:1px solid #dedfdc!important;border-radius:6px!important;overflow:hidden!important;box-shadow:0 2px 7px rgba(17,28,37,.025)!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important}.venza-corporate-site .venza-native-product-card:hover{transform:translateY(-4px)!important;border-color:#d7ae70!important;box-shadow:0 14px 32px rgba(17,28,37,.09)!important}.venza-corporate-site .venza-native-product-card>.vc_column-inner,.venza-corporate-site .venza-native-product-card>.vc_column-inner>.wpb_wrapper{position:static!important;height:100%!important;min-height:263px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;box-shadow:none!important;transform:none!important}.venza-corporate-site .venza-native-product-image{height:177px!important;margin:0!important;padding:20px 20px 5px!important;background:#fff!important}.venza-corporate-site .venza-native-product-title{position:static!important;margin:0!important;padding:11px 58px 20px 18px!important}.venza-corporate-site .venza-native-product-title h3{margin:0!important;font-size:18px!important;line-height:1.12!important}.venza-corporate-site .venza-native-product-title h3 a{color:#111820!important}.venza-corporate-site .venza-native-card-arrow{position:absolute!important;right:17px!important;bottom:16px!important;z-index:5!important;width:31px!important;height:31px!important;min-height:31px!important;margin:0!important;padding:0!important;border:1px solid var(--venza-gold)!important;border-radius:50%!important;background:#fff!important;color:var(--venza-gold)!important;display:grid!important;place-items:center!important;font-size:0!important}.venza-corporate-site .venza-native-card-arrow:after{margin:0!important;width:14px!important;height:14px!important}.venza-corporate-site .venza-native-product-more{display:none!important}.venza-corporate-site .venza-native-section-heading{margin-bottom:30px!important}.venza-corporate-site .venza-native-about{padding:35px 0 52px!important}.venza-corporate-site .venza-native-applications{padding:54px 0 62px!important}.venza-corporate-site .venza-native-why{padding:46px 0 58px!important}.venza-corporate-site .venza-native-application-grid{margin-top:0!important}.venza-corporate-site .venza-v31-application-card{cursor:pointer}.venza-corporate-site .venza-v31-why-item>.vc_column-inner>.wpb_wrapper{align-items:center!important}.venza-corporate-site .venza-native-cta{margin-top:0!important}
@media(max-width:1080px){.venza-corporate-site .venza-native-product-grid>.vc_column_container,.venza-corporate-site .venza-native-product-grid>.wpb_column{width:calc(50% - 9px)!important;flex-basis:calc(50% - 9px)!important}}
@media(max-width:767px){.venza-corporate-site .venza-native-products-section{padding:45px 0 35px!important}.venza-corporate-site .venza-native-product-grid{gap:12px!important}.venza-corporate-site .venza-native-product-grid>.vc_column_container,.venza-corporate-site .venza-native-product-grid>.wpb_column{width:100%!important;flex-basis:100%!important}.venza-corporate-site .venza-native-product-card{min-height:140px!important}.venza-corporate-site .venza-native-product-card>.vc_column-inner,.venza-corporate-site .venza-native-product-card>.vc_column-inner>.wpb_wrapper{min-height:140px!important;display:grid!important;grid-template-columns:42% 58%!important}.venza-corporate-site .venza-native-product-image{height:140px!important;padding:12px!important}.venza-corporate-site .venza-native-product-title{padding:24px 50px 20px 15px!important;display:flex!important;align-items:center!important}.venza-corporate-site .venza-native-card-arrow{right:14px!important;bottom:54px!important}.venza-corporate-site .venza-native-about,.venza-corporate-site .venza-native-applications,.venza-corporate-site .venza-native-why{padding:42px 0!important}}
