:root{--primary:#0f766e;--secondary:#0ea5e9;--accent:#f59e0b;--dark:#0f172a;--muted:#64748b;--surface:#f8fafc;font-family:Inter,Arial,Helvetica,sans-serif;color:#0f172a;background:#fff;scroll-behavior:smooth}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,22px);position:sticky;top:0;background:#ffffffee;backdrop-filter:blur(18px);z-index:80;box-shadow:0 2px 20px #0206170b}.brand{display:flex;align-items:center;gap:11px}.brand img{width:50px;height:50px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:16px}.brand small{font-size:10px;color:var(--muted);max-width:190px}.desktopNav{display:flex;gap:26px}.desktopNav a{font-weight:700;font-size:14px;position:relative}.desktopNav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:3px;border-radius:9px;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:.25s}.desktopNav a:hover:after,.desktopNav a.active:after{right:0}.menuBtn{display:none;border:0;background:none;font-size:28px}.mobileMenu{display:none;position:fixed;top:78px;left:0;right:0;background:white;z-index:75;padding:20px 24px;gap:16px;box-shadow:0 18px 30px #02061720}.mobileMenu.open{display:grid}.mobileMenu a{font-weight:800;padding:8px 0}.hero{min-height:82vh;background-size:cover;background-position:center;display:flex;align-items:center;position:relative;color:white;padding:80px max(7vw,24px);overflow:hidden}.hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,var(--secondary),transparent 68%);filter:blur(50px);opacity:.18;right:-100px;top:-90px;animation:floatGlow 7s ease-in-out infinite}.heroContent{position:relative;max-width:820px;z-index:2}.eyebrow,.kicker,.sectionHead span,.cta span,.pageHero span{font-size:12px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#ffffff16;border:1px solid #ffffff2b}.hero h1{font-size:clamp(46px,7vw,92px);line-height:.94;margin:18px 0;max-width:950px}.heroEnter{animation:heroIn .8s cubic-bezier(.2,.8,.2,1)}.heroTyping{font-size:clamp(19px,2.4vw,30px);font-weight:850;min-height:45px;margin:0 0 12px;color:#dff8ff}.cursor{animation:blink .7s infinite}.heroDesc{font-size:18px;line-height:1.7;max-width:700px;color:#e2e8f0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;padding:14px 22px;border-radius:999px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #02061728}.primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.dark{background:var(--dark);color:#fff}.light{background:#fff;color:var(--dark)}.glass{background:#ffffff14;color:#fff;border:1px solid #ffffff36;backdrop-filter:blur(10px)}.dots{position:absolute;bottom:30px;display:flex;gap:8px;z-index:3}.dots button{width:11px;height:11px;border:0;border-radius:50%;opacity:.55;cursor:pointer}.dots .active{opacity:1;transform:scale(1.45);background:var(--accent)}.section{padding:92px max(7vw,24px)}.alt{background:linear-gradient(180deg,#f8fafc,#eef6f5)}.sectionHead{max-width:760px;margin-bottom:34px}.sectionHead h2,.split h2,.contactCard h2{font-size:clamp(34px,5vw,58px);line-height:1;margin:9px 0 18px}.sectionHead p,.lead,.leadSmall{color:var(--muted);font-size:18px;line-height:1.75}.lead{font-size:21px}.leadSmall{font-size:17px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 10px 34px #0206170a;transition:.28s;overflow:hidden;position:relative}.card:before{content:"";position:absolute;inset:auto -30% -65% auto;width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));opacity:.08}.lift:hover{transform:translateY(-9px) rotateX(2deg);box-shadow:0 24px 60px #02061718}.cardIcon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;font-weight:900}.card h3{font-size:22px}.card p{line-height:1.65;color:var(--muted)}.serviceCard a,.textLink{font-weight:900;color:var(--primary)}.center{text-align:center;margin-top:32px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dbeafe;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.stat{background:#fff;text-align:center;padding:34px 15px}.counterNum{font-size:clamp(34px,4vw,54px);font-weight:950;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;color:transparent}.stat span{color:var(--muted);font-weight:800}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.split img{width:100%;height:460px;object-fit:cover;border-radius:30px;box-shadow:0 28px 70px #0206171c}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.galleryItem{margin:0;position:relative;overflow:hidden;border-radius:22px;background:#e2e8f0}.galleryItem img{width:100%;height:290px;object-fit:cover;display:block;transition:.5s}.galleryItem:hover img{transform:scale(1.075)}.galleryItem figcaption{position:absolute;left:12px;right:12px;bottom:12px;background:#020617b8;color:#fff;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:800;backdrop-filter:blur(8px)}.masonry .galleryItem:nth-child(2n) img{height:360px}.cta{padding:68px max(7vw,24px);display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(120deg,var(--primary),var(--secondary));color:white}.cta h2{font-size:clamp(34px,5vw,60px);margin:8px 0 0}.pageHero{min-height:46vh;background-size:cover;background-position:center;display:flex;align-items:center;color:white;padding:80px max(7vw,24px);background-image:linear-gradient(90deg,rgba(2,6,23,.84),rgba(2,6,23,.35)),url('/images/hero-garden.jpeg')}.pageHero>div{max-width:850px}.pageHero h1{font-size:clamp(46px,7vw,82px);margin:12px 0;line-height:.95}.pageHero p{font-size:22px;min-height:35px}.contactGrid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contactCard,.contactForm{padding:32px;border-radius:26px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 36px #0206170b}.contactForm{display:grid;gap:14px}.contactForm input,.contactForm textarea,.contactForm select{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:15px;background:#f8fafc}.faq{max-width:900px}.faq details{background:#fff;border:1px solid #e2e8f0;padding:20px;border-radius:16px;margin:10px 0}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--muted);line-height:1.65}footer{background:#07111f;color:#cbd5e1;padding:55px max(7vw,24px) 95px}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footerGrid h3,.footerGrid h4{color:#fff}.footerGrid a{display:block;margin:7px 0}.footerBottom{border-top:1px solid #ffffff16;margin-top:32px;padding-top:20px;text-align:center;font-size:13px}.chatButton,.backTop{position:fixed;right:22px;border:0;border-radius:50%;width:56px;height:56px;display:grid;place-items:center;z-index:65;cursor:pointer}.chatButton{bottom:90px;background:#22c55e;color:#fff;font-size:25px}.backTop{bottom:156px;background:var(--dark);color:#fff;font-size:22px}.pulse{animation:pulse 2.1s infinite}.chatBox{position:fixed;right:22px;bottom:156px;width:min(390px,calc(100vw - 28px));height:min(600px,72vh);background:#fff;border-radius:24px;z-index:64;box-shadow:0 26px 80px #02061750;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0}.chatHead{background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.chatHead div{display:flex;flex-direction:column}.chatHead small{opacity:.85}.chatHead button{border:0;background:#ffffff18;color:white;border-radius:50%;width:34px;height:34px}.chatMessages{padding:16px;display:flex;flex-direction:column;gap:10px;overflow:auto;flex:1;background:#f8fafc}.bubble{padding:11px 13px;border-radius:15px;max-width:86%;line-height:1.45;font-size:14px}.bubble.bot{background:white;border:1px solid #e2e8f0;align-self:flex-start}.bubble.user{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;align-self:flex-end}.quickReplies{padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.quickReplies button{border:1px solid #cbd5e1;background:#fff;border-radius:12px;padding:10px;font-weight:800;cursor:pointer}.chatInput{display:flex;padding:12px;border-top:1px solid #e2e8f0;gap:8px}.chatInput input{flex:1;border:1px solid #cbd5e1;border-radius:999px;padding:12px 14px}.chatInput button{width:44px;border:0;border-radius:50%;background:var(--primary);color:#fff}.full{width:calc(100% - 24px);margin:12px}.mobileFooter{display:none}.installNudge{position:fixed;left:22px;bottom:22px;z-index:67;background:#fff;border-radius:18px;box-shadow:0 18px 55px #02061738;border:1px solid #e2e8f0;padding:14px;display:flex;align-items:center;gap:12px;max-width:430px}.installSymbol{font-size:24px;color:var(--primary);font-weight:900}.installNudge div{display:flex;flex-direction:column;flex:1}.installNudge small{font-size:12px;color:var(--muted)}.installNudge button{border:0;border-radius:999px;padding:9px 13px;background:var(--primary);color:#fff;font-weight:900}.installNudge .nudgeClose{background:#e2e8f0;color:#334155;padding:6px 9px}.modalShade{position:fixed;inset:0;background:#0206179c;z-index:100;display:grid;place-items:center;padding:20px}.installHelp{background:#fff;border-radius:24px;padding:30px;max-width:420px;text-align:center}.installIcon{font-size:42px;color:var(--primary)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@keyframes blink{50%{opacity:0}}@keyframes heroIn{from{opacity:0;transform:translateY(28px) scale(.98)}to{opacity:1;transform:none}}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 #22c55e55}50%{box-shadow:0 0 0 15px #22c55e00}}@keyframes floatGlow{50%{transform:translate(-35px,30px) scale(1.12)}}@media(max-width:950px){.grid,.grid.three{grid-template-columns:1fr 1fr}.split,.contactGrid{grid-template-columns:1fr}.desktopNav{display:none}.menuBtn{display:block}.footerGrid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}}@media(max-width:700px){body{padding-bottom:72px}.header{height:70px}.brand img{width:44px;height:44px}.hero{min-height:78vh;padding-top:65px}.hero h1{font-size:clamp(42px,13vw,68px)}.heroDesc{font-size:16px}.section{padding:68px 20px}.grid,.grid.three,.stats,.gallery{grid-template-columns:1fr}.stat{padding:24px}.split img{height:300px}.cta{display:block;padding:50px 20px}.cta .btn{margin-top:22px}.footerGrid{grid-template-columns:1fr}.mobileFooter{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:10px;right:10px;bottom:10px;z-index:90;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 12px 38px #02061750;border:1px solid #ffffff35}.mobileFooter a,.mobileFooter button{min-height:62px;border:0;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:18px;font-weight:900;cursor:pointer}.mobileFooter span{font-size:10px}.mobileFooter a:nth-child(2),.mobileFooter button{background:#ffffff12}.chatButton{bottom:88px}.backTop{bottom:150px}.chatBox{bottom:90px;right:10px;width:calc(100vw - 20px);height:min(620px,76vh)}.installNudge{left:10px;right:10px;bottom:86px;max-width:none}.masonry .galleryItem:nth-child(2n) img,.galleryItem img{height:260px}}


/* =========================================================
   WEBDEVPRO ULTRA MAX 2 — PREMIUM MOBILE UI
   ========================================================= */
.mobileFooter svg,.chatButton svg,.chatHead svg,.chatInput svg,.chatContinue svg{
  width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.85;
  stroke-linecap:round;stroke-linejoin:round;
}
.chatButton{
  width:54px;height:54px;background:linear-gradient(145deg,#22c55e,#16a34a);
  box-shadow:0 14px 35px rgba(22,163,74,.32);border:2px solid #fff;
}
.chatButton svg{width:27px;height:27px}
.chatBadge{
  position:absolute;top:-4px;right:-3px;width:19px;height:19px;border-radius:50%;
  display:grid;place-items:center;background:#ef4444;color:#fff;font-size:10px;font-weight:900;
  border:2px solid #fff;box-shadow:0 3px 10px #02061730;
}
.chatBox.compact{
  width:min(360px,calc(100vw - 28px));height:auto;max-height:560px;border-radius:20px;
  overflow:hidden;border:1px solid rgba(148,163,184,.30);box-shadow:0 26px 70px rgba(2,6,23,.34);
}
.chatHead{padding:12px 14px;min-height:62px}
.chatIdentity{display:flex;align-items:center;gap:10px}
.chatAvatar{
  width:36px;height:36px;border-radius:12px;display:grid;place-items:center;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22)
}
.chatAvatar svg{width:22px;height:22px}
.chatIdentity b{font-size:14px;line-height:1.15}
.chatIdentity small{display:flex!important;align-items:center;gap:5px;font-size:10.5px;margin-top:3px;opacity:.88}
.onlineDot{width:7px;height:7px;border-radius:50%;background:#7bf59a;box-shadow:0 0 0 3px rgba(123,245,154,.16)}
.chatClose{
  width:32px!important;height:32px!important;display:grid!important;place-items:center!important;
  background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.18)!important
}
.chatClose svg{width:18px;height:18px}
.chatMessages{flex:none;min-height:90px;max-height:245px;padding:12px;gap:8px}
.bubble{padding:9px 11px;border-radius:14px;font-size:13px;line-height:1.4;max-width:87%}
.bubble.subtle{font-size:11.5px;color:#64748b;background:#f1f5f9}
.quickReplies{padding:10px 11px 11px;gap:7px;border-top:1px solid #edf2f7;background:#fff}
.quickReplies button{
  padding:9px 8px;border-radius:11px;font-size:11.5px;line-height:1.25;
  color:#334155;background:#fff;transition:.2s;
}
.quickReplies button:hover{
  color:var(--primary);border-color:var(--primary);background:#f8fafc;transform:translateY(-1px)
}
.chatInput{padding:9px 10px;gap:7px;background:#fff}
.chatInput input{min-width:0;padding:10px 12px;font-size:12.5px;background:#f8fafc}
.chatInput button{
  width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 6px 16px rgba(15,23,42,.13)
}
.chatInput button svg{width:18px;height:18px}
.chatContinue{
  margin:9px 10px 11px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;
  border-radius:12px;background:#22c55e;color:#fff;font-weight:900;font-size:12.5px;
  box-shadow:0 10px 20px rgba(34,197,94,.20);transition:.2s
}
.chatContinue:hover{transform:translateY(-1px);filter:brightness(.98)}
.chatContinue svg{width:19px;height:19px}

@media(max-width:700px){
  body{padding-bottom:88px}
  .mobileFooter{
    left:8px;right:8px;bottom:8px;grid-template-columns:repeat(5,1fr);min-height:68px;
    border-radius:22px;padding:5px 5px calc(5px + env(safe-area-inset-bottom));
    background:linear-gradient(135deg,var(--dark),var(--primary) 48%,var(--secondary));
    border:1px solid rgba(255,255,255,.17);
    box-shadow:0 16px 42px rgba(2,6,23,.34),inset 0 1px 0 rgba(255,255,255,.08);
    overflow:visible;backdrop-filter:blur(18px)
  }
  .mobileFooter a,.mobileFooter button{
    position:relative;min-height:56px;padding:5px 2px;border-radius:16px;gap:4px;
    color:rgba(255,255,255,.78);background:transparent!important;transition:.2s ease
  }
  .mobileFooter a.active{color:#fff;background:rgba(255,255,255,.11)!important}
  .mobileFooter a.active:after{
    content:"";position:absolute;bottom:1px;left:50%;transform:translateX(-50%);
    width:20px;height:3px;border-radius:999px;background:var(--accent)
  }
  .footerIcon{width:34px;height:32px;border-radius:11px;display:grid;place-items:center;transition:.2s ease}
  .mobileFooter a.active .footerIcon{
    background:rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)
  }
  .footerIcon svg{width:22px;height:22px}
  .waIcon{color:#fff;background:#22c55e!important;box-shadow:0 7px 17px rgba(34,197,94,.25)}
  .footerLabel{font-size:9.5px!important;font-weight:800!important;letter-spacing:.01em;line-height:1}
  .mobileFooter a:active,.mobileFooter button:active{transform:scale(.96)}

  .chatButton{right:13px;bottom:88px;width:50px;height:50px}
  .backTop{right:15px;bottom:144px;width:42px;height:42px}

  /* Main requested fix: chatbot no longer takes over the phone */
  .chatBox.compact{
    right:10px;bottom:88px;width:min(326px,calc(100vw - 20px));
    height:auto;max-height:54vh;border-radius:18px
  }
  .chatMessages{max-height:180px;min-height:78px;padding:10px}
  .quickReplies{grid-template-columns:1fr 1fr;padding:8px}
  .quickReplies button{font-size:10.8px;padding:8px 6px}
  .bubble{font-size:12px;padding:8px 10px}
  .bubble.subtle{font-size:10.8px}
  .chatHead{padding:10px 12px;min-height:56px}
  .chatAvatar{width:32px;height:32px;border-radius:10px}
  .chatAvatar svg{width:19px;height:19px}
  .chatIdentity b{font-size:13px}
  .chatIdentity small{font-size:9.8px}
  .chatInput{padding:7px 8px}
  .chatInput input{padding:9px 11px;font-size:12px}
  .chatInput button{width:36px;height:36px;flex-basis:36px}
  .chatContinue{margin:7px 8px 9px;min-height:39px;font-size:12px}

  .installNudge{left:10px;right:10px;bottom:84px;max-width:none;border-radius:15px;padding:10px}
  .installNudge small{display:none}
}


/* CM Projects brand refinements */
.brand img{width:62px;height:62px;border-radius:12px;background:#fff;object-fit:contain}
.header{height:86px}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(9,30,20,.32));pointer-events:none}
.cardIcon{background:linear-gradient(135deg,rgba(21,153,71,.12),rgba(24,168,232,.12));color:var(--primary)}
.textLink,.serviceCard a{color:var(--primary);font-weight:900}
.pageHero{background-image:linear-gradient(90deg,rgba(9,30,20,.86),rgba(9,30,20,.30)),url('/images/hero-garden.jpeg')}
footer{background:linear-gradient(135deg,#10261a,#173024 55%,#0f4d35)}
.footerBottom a{color:#7dd3fc;font-weight:900}
@media(max-width:700px){.header{height:74px}.brand img{width:50px;height:50px}.brand strong{font-size:14px}}
