:root{--vh-green:#123f35;--vh-cream:#f6f1e8;--vh-gold:#b99055;--vh-muted:#6e6a63}
.vh-hero{position:relative;display:flex;align-items:center;min-height:620px;background-position:center;background-size:cover;overflow:hidden;border-radius:8px}.vh-hero:before{content:"";position:absolute;inset:0;background:rgba(11,47,38,.58)}.vh-hero__content{position:relative;z-index:2;width:min(720px,80%);padding:68px;color:#fff}.vh-eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:14px;color:#ead7b7}.vh-hero__title{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:0 0 18px;font-weight:700}.vh-hero__desc{font-size:17px;line-height:1.8;max-width:650px}.vh-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.vh-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:4px;font-weight:700;text-decoration:none}.vh-btn--light{background:#fff;color:var(--vh-green)}.vh-btn--accent{background:var(--vh-gold);color:#fff}.vh-section{padding:68px 0}.vh-section-head{margin-bottom:26px}.vh-section-title{font-size:clamp(30px,3vw,44px);margin:0 0 8px;color:var(--vh-green)}.vh-section-head p{color:var(--vh-muted);margin:0}.vh-card-grid{display:grid;gap:18px}.vh-cols-2{grid-template-columns:repeat(2,1fr)}.vh-cols-3{grid-template-columns:repeat(3,1fr)}.vh-cols-4{grid-template-columns:repeat(4,1fr)}.vh-cols-6{grid-template-columns:repeat(6,1fr)}.vh-card{display:block;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 18px rgba(20,50,40,.08);transition:.25s}.vh-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,50,40,.12)}.vh-card__image{height:310px;background-position:center;background-size:cover}.vh-card__body{padding:18px}.vh-card__body h3{margin:0 0 8px;font-size:24px;color:var(--vh-green)}.vh-promos{display:grid;grid-template-columns:1.35fr 1fr;gap:18px}.vh-promo{min-height:330px;border-radius:8px;background-size:cover;background-position:center;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:34px;text-decoration:none;color:#fff}.vh-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,38,31,.78),rgba(10,38,31,.08))}.vh-promo>div{position:relative;z-index:2}.vh-promo h3{font-size:34px;margin:0 0 8px}.vh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vh-trust{background:#fff;padding:25px;border:1px solid #e8e0d5;border-radius:8px;text-align:center}.vh-trust__icon{width:42px;height:42px;margin:auto auto 12px;border-radius:50%;display:grid;place-items:center;background:var(--vh-green);color:#fff}.vh-trust h3{color:var(--vh-green);font-size:20px;margin:0 0 8px}.vh-accepts{background:#091f1a;color:#fff;padding:18px 0 22px;text-align:center;overflow:hidden}.vh-marquee{overflow:hidden}.vh-marquee-track{display:flex;gap:12px;width:max-content;animation:vhMove var(--vh-speed,42s) linear infinite}.vh-partner{min-width:170px;height:60px;background:#fff;color:#263832;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 14px}.vh-partner img{max-width:75px;max-height:38px;object-fit:contain}@keyframes vhMove{to{transform:translateX(-50%)}}@media(max-width:900px){.vh-cols-3,.vh-cols-4,.vh-cols-6{grid-template-columns:repeat(2,1fr)}.vh-promos{grid-template-columns:1fr}.vh-trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.vh-hero__content{width:100%;padding:38px 24px}.vh-card-grid{grid-template-columns:1fr 1fr}.vh-card__image{height:190px}.vh-card__body h3{font-size:17px}.vh-section{padding:48px 0}}