
:root{--black:#000;--white:#fff;--lime:#00B06F;--gray:#F4F4F4;--mid:#222;--brand-size-min:28px;--brand-size-max:42px}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--white);color:var(--mid);font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.6}
a{color:var(--lime);text-decoration:none} a:hover{text-decoration:underline}
.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;background:var(--black);color:var(--white);border-bottom:1px solid #111;z-index:10}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}
.logo .brand{font-family:'Outfit',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:800;font-size:clamp(var(--brand-size-min),3.6vw,var(--brand-size-max));letter-spacing:.6px;color:var(--white)}
.nav a{margin-left:18px;color:var(--white)}
.btn{display:inline-block;padding:10px 16px;border-radius:999px;border:1px solid var(--lime)}
.btn-cta{background:var(--lime);color:var(--black);border-color:var(--lime);font-weight:700}
.hero{padding:72px 0;background:linear-gradient(180deg,var(--gray),#fff)}
.hero .wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center}
.hero h1{font-size:clamp(28px,5vw,44px);line-height:1.15;margin:0 0 12px;color:var(--black)}
.cta-row{display:flex;gap:12px;margin:18px 0 8px}
.hero img{width:100%;max-height:480px;object-fit:cover;border-radius:16px;border:1px solid #e5e5e5}
.grid3{padding:36px 0} .grid3 .wrap{display:grid;grid-template-columns:1fr;gap:16px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.card{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px}
.card h3{margin-top:0;color:var(--black)}
.strip{background:var(--gray);border-top:1px solid #eee;border-bottom:1px solid #eee;padding:28px 0}
.bullets{list-style:"• ";padding-left:16px}
.page .wrap{padding:28px 0} .notice{background:#f8fdf9;border:1px dashed var(--lime);padding:12px;border-radius:12px}
.map-embed iframe{width:100%;height:320px;border:0}
.site-footer{margin-top:40px;background:var(--black);color:var(--white)} .site-footer h4{color:#eaeaea} .site-footer a{color:#aaffda}
.site-footer .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;padding:24px 20px} .site-footer .sub{border-top:1px solid #111;padding:12px 0;color:#c9c9c9}
label{display:block;margin:8px 0 4px;font-weight:600} input,textarea,select{width:100%;padding:10px;border-radius:10px;border:1px solid #ddd} input[type=file]{border:0;padding:0}
.hidden{display:none}
/* Carousel */
.carousel{position:relative;overflow:hidden;border-radius:16px;border:1px solid #e5e5e5;background:#fff}
.carousel .slides{display:flex;transition:transform .5s ease}
.carousel .slide{min-width:100%;user-select:none}
.carousel .slide img{width:100%;display:block;height:420px;object-fit:cover}
.carousel .car-btn{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(0,0,0,.5);color:#fff;width:40px;height:40px;border-radius:999px;cursor:pointer}
.carousel .car-btn.prev{left:10px} .carousel .car-btn.next{right:10px}
.carousel .dots{position:absolute;left:0;right:0;bottom:10px;display:flex;gap:6px;justify-content:center}
.carousel .dot{width:10px;height:10px;border-radius:999px;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.7);cursor:pointer}
.carousel .dot.active{background:#00B06F}
/* Reviews */
.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.review-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px}
.review-card .stars{color:#00B06F;font-weight:700}
@media (max-width:800px){.hero .wrap{grid-template-columns:1fr} .cta-row{flex-direction:column}}

/* Sticky Call/Text/Quote bar (mobile) */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;display:none;background:#111;color:#fff;border-top:1px solid #222}
.sticky-cta .wrap{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:10px 12px}
.sticky-cta a{display:inline-block;text-align:center;padding:10px 6px;border-radius:10px;background:#00B06F;color:#000;font-weight:700;border:1px solid #00B06F}
.sticky-cta a.alt{background:transparent;border-color:#444;color:#fff}
@media (max-width:800px){.sticky-cta{display:block} body{padding-bottom:70px}}
