: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 .venza-svg, .venza-application-card strong { display: none; }

/* 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; }
