:root{
  --vega-sa-text:#1f2933;
  --vega-sa-muted:#667085;
  --vega-sa-surface:#ffffff;
  --vega-sa-soft:#f6f4ef;
  --vega-sa-accent:#a56a43;
  --vega-sa-accent-dark:#754529;
  --vega-sa-radius:18px;
  --vega-sa-shadow:0 18px 50px rgba(31,41,51,.12);
}
.vega-sa-hero{min-height:58vh;display:flex;align-items:flex-end;padding:clamp(6rem,12vw,11rem) 1.5rem 4rem;background-position:center;background-size:cover;position:relative;color:#fff}
.vega-sa-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.68))}
.vega-sa-hero>.e-con-inner,.vega-sa-hero>.elementor-widget{position:relative;z-index:1}
.vega-sa-hero h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1.02;max-width:1000px;text-shadow:0 4px 24px rgba(0,0,0,.3)}
.vega-sa-content{max-width:1180px;margin:auto;padding:clamp(3rem,7vw,6rem) 1.5rem;color:var(--vega-sa-text)}
.vega-sa-content h2,.vega-sa-content h3{margin-top:1.5em}
.vega-sa-content p,.vega-sa-content li{font-size:1.06rem;line-height:1.78}
.vega-sa-gallery{max-width:1240px;margin:auto;padding:0 1.5rem 5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vega-sa-gallery img{width:100%;height:330px;object-fit:cover;border-radius:var(--vega-sa-radius);box-shadow:var(--vega-sa-shadow)}
.vega-sa-cta{max-width:1180px;margin:0 auto 5rem;padding:clamp(2rem,5vw,4rem);border-radius:var(--vega-sa-radius);background:var(--vega-sa-soft);text-align:center}
.vega-sa-cta .elementor-button{background:var(--vega-sa-accent);border-radius:999px;padding:16px 28px}
.vega-sa-cta .elementor-button:hover{background:var(--vega-sa-accent-dark)}
@media(max-width:900px){.vega-sa-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.vega-sa-gallery img{height:260px}}
@media(max-width:600px){.vega-sa-hero{min-height:52vh}.vega-sa-gallery{grid-template-columns:1fr}.vega-sa-gallery img{height:240px}.vega-sa-content{padding-top:2.5rem}}
