:root{--green:#16c84a;--green2:#39e96c;--ink:#07142b;--muted:#667085;--line:#e7ece9;--soft:#f5faf7;--dark:#063a2e;--radius:24px;--shadow:0 18px 50px rgba(7,20,43,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:180px}.brand img{width:168px;height:56px;object-fit:contain}.navlinks{display:flex;gap:18px;align-items:center;margin-left:auto;font-size:14px;font-weight:700}.navlinks a{padding:10px 3px;border-bottom:2px solid transparent}.navlinks a:hover,.navlinks a.active{color:#079434;border-color:var(--green)}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #cfd7d2;border-radius:14px;padding:13px 20px;font-weight:800;background:#fff;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(22,200,74,.14)}.btn-primary{background:linear-gradient(135deg,var(--green),var(--green2));border-color:transparent;color:#03210e}.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}.mobile-toggle{display:none;margin-left:auto}.hero{background:linear-gradient(135deg,#fff 0%,#f8fbf9 48%,#eefaf2 100%);overflow:hidden}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:30px}.eyebrow{font-size:13px;letter-spacing:.14em;color:#0b9e3b;font-weight:900;margin-bottom:12px}.hero h1,.section h2{line-height:1.03;margin:0 0 18px;letter-spacing:-.04em}.hero h1{font-size:clamp(44px,6vw,72px)}.hero h1 span,.accent{color:var(--green)}.hero p{font-size:18px;color:#44506a;max-width:680px}.hero-actions{display:flex;gap:14px;margin:28px 0}.ticks{display:flex;gap:22px;flex-wrap:wrap;color:#344054;font-size:14px;font-weight:700}.ticks span:before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e8faee;color:#079434;margin-right:7px}.hero-visual{position:relative;height:500px;display:flex;align-items:end;justify-content:center}.hero-visual img{max-height:495px;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(0,0,0,.12));animation:float 5s ease-in-out infinite}.blob{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#dff9e8 0%,rgba(223,249,232,.2) 55%,transparent 70%);z-index:-1}@keyframes float{50%{transform:translateY(-10px)}}.section{padding:76px 0}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section h2{font-size:clamp(34px,4vw,50px)}.section p.lead{color:var(--muted);font-size:17px;max-width:720px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 10px 30px rgba(7,20,43,.035);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card .icon{width:52px;height:52px;border-radius:15px;background:#e9faef;color:#079434;display:grid;place-items:center;font-size:26px;margin-bottom:18px}.card h3{margin:0 0 8px;font-size:20px}.card p{margin:0;color:#687184}.stats{background:#effaf3;border-top:1px solid #dff1e4;border-bottom:1px solid #dff1e4}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:30px 20px;text-align:center;border-right:1px solid #dbeee0}.stat:last-child{border:0}.stat strong{font-size:32px;display:block}.stat small{color:#687184}.video-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:46px;align-items:center}.video-card{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/7;background:#0d1117}.video-card img,.video-card video,.video-card iframe{width:100%;height:100%;object-fit:cover;border:0}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:28px;box-shadow:0 14px 40px rgba(0,0,0,.18)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:24px;border-top:3px solid #ccefd7;background:#fff;border-radius:0 0 20px 20px}.step b{display:block;color:#079434;font-size:13px}.case-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.case,.product{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(7,20,43,.04)}.case img,.product img{width:100%;height:185px;object-fit:cover}.case-body,.product-body{padding:18px}.case h3,.product h3{margin:0 0 7px}.tag{display:inline-block;padding:5px 10px;border-radius:99px;background:#e9faef;color:#087d31;font-size:12px;font-weight:800}.price{font-size:25px;font-weight:900;margin:12px 0}.cta-band{background:linear-gradient(135deg,#063a2e,#07533f);color:white;border-radius:28px;padding:34px 40px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;overflow:hidden;position:relative}.cta-band h2{margin:0;color:#fff;font-size:36px}.cta-band p{color:#d8efe4}.faq{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq details{border:1px solid var(--line);border-radius:14px;padding:17px 19px;background:#fff}.faq summary{font-weight:800;cursor:pointer}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.panel{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field label{display:block;font-weight:800;font-size:13px;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;padding:14px 15px;border:1px solid #d9e0dc;border-radius:12px;font:inherit;background:#fff}.field textarea{min-height:150px;resize:vertical}.field.full{grid-column:1/-1}.alert{padding:14px 18px;border-radius:12px;margin-bottom:18px}.alert.ok{background:#e8faee;color:#087d31}.alert.err{background:#fff0f0;color:#9a1b1b}.forum-list{display:grid;gap:12px}.topic{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.topic h3{margin:0 0 4px}.topic small{color:#718096}.topic .pill{background:#effaf3;color:#087d31;padding:8px 12px;border-radius:99px;font-weight:800}.footer{border-top:1px solid var(--line);padding:50px 0 24px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:34px}.footer h4{margin:0 0 14px}.footer a{display:block;color:#667085;margin:7px 0;font-size:14px}.footer .brand img{width:180px}.copyright{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;color:#7a8496;font-size:13px;display:flex;justify-content:space-between}.service-hero .hero-grid{min-height:500px}.service-hero .hero-visual{height:470px}.service-hero .hero-visual img{max-height:460px}.feature-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.feature-mini{border:1px solid var(--line);border-radius:17px;padding:20px;background:#fff}.feature-mini strong{display:block;margin-top:10px}.banner-panda{display:grid;grid-template-columns:220px 1fr auto;gap:24px;align-items:center;background:linear-gradient(90deg,#eaf8ef,#f6fff8);border:1px solid #d6eedf;border-radius:26px;padding:22px 30px;overflow:hidden}.banner-panda img{height:170px;object-fit:contain}.banner-panda h2{margin:0;font-size:34px}.muted{color:var(--muted)}
@media(max-width:980px){.navlinks{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:18px 22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.nav-actions{display:none}.mobile-toggle{display:block}.hero-grid,.video-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{height:400px}.cards{grid-template-columns:repeat(2,1fr)}.case-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr)}.steps,.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.banner-panda{grid-template-columns:160px 1fr}.banner-panda .btn{grid-column:1/-1}.faq{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.nav{height:68px}.brand img{width:145px}.navlinks{top:68px}.hero-grid{min-height:auto;padding:48px 0 20px}.hero h1{font-size:42px}.hero-visual{height:340px}.hero-actions{flex-direction:column}.section{padding:52px 0}.cards,.case-grid,.product-grid,.steps,.stats-grid,.feature-strip,.footer-grid,.form-grid{grid-template-columns:1fr}.stats-grid .stat{border-right:0;border-bottom:1px solid #dbeee0}.section-head{align-items:start;flex-direction:column}.video-card{aspect-ratio:16/10}.cta-band{grid-template-columns:1fr;padding:28px}.faq{grid-template-columns:1fr}.banner-panda{grid-template-columns:1fr;text-align:center}.banner-panda img{margin:auto}.copyright{flex-direction:column;gap:8px}.topic{grid-template-columns:1fr}}

/* ELLOHOST CUSTOM 404 */
.error-page{min-height:calc(100vh - 78px);display:flex;align-items:center;background:linear-gradient(135deg,#fff 0%,#f8fbf9 50%,#eefaf2 100%);overflow:hidden;padding:70px 0}
.error-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:50px}
.error-number{font-size:clamp(88px,15vw,180px);line-height:.8;font-weight:950;letter-spacing:-.08em;color:#e7f8ed;margin:10px 0 26px}
.error-copy h1{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.045em;margin:0 0 20px}
.error-copy>p{font-size:18px;color:var(--muted);max-width:650px}
.error-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.error-links a{padding:9px 13px;background:#fff;border:1px solid var(--line);border-radius:99px;font-weight:750;font-size:13px}
.error-visual{position:relative;min-height:520px;display:flex;align-items:end;justify-content:center}
.error-visual img{position:relative;z-index:2;max-height:510px;filter:drop-shadow(0 25px 35px rgba(7,20,43,.13));animation:float 5s ease-in-out infinite}
.error-orbit{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,#dff9e8 0%,rgba(223,249,232,.3) 53%,transparent 70%)}
.error-bubble{position:absolute;z-index:3;right:0;top:75px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 16px;font-weight:850;transform:rotate(2deg)}
@media(max-width:800px){.error-page{padding:48px 0}.error-grid{grid-template-columns:1fr;gap:10px}.error-visual{min-height:330px}.error-visual img{max-height:330px}.error-bubble{top:20px;right:5px}.error-number{font-size:100px}}


/* ===== HOME 2026 - reference screenshot ===== */
.home-hero{background:linear-gradient(110deg,#fff 0%,#fff 43%,#f4f9f6 75%,#edf7f0 100%);border-bottom:1px solid #eef2ef;overflow:hidden}.home-hero-grid{min-height:510px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:10px}.home-hero-copy{padding:48px 0}.home-hero h1{font-size:clamp(46px,5.5vw,70px);letter-spacing:-.045em;line-height:1.01;margin:0 0 18px}.home-hero h1 span{color:#13b94b}.home-hero-copy>p{font-size:18px;color:#4e5b72;max-width:640px;margin:0}.home-checks{display:flex;gap:24px;flex-wrap:wrap;margin-top:25px;font-size:13px;font-weight:700;color:#526070}.home-checks span:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#22b95a;color:#fff;margin-right:7px}.home-hero-visual{height:510px;position:relative;display:flex;align-items:flex-end;justify-content:center}.home-hero-visual:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 62% 40%,#fff 0,rgba(255,255,255,.8) 28%,transparent 62%),linear-gradient(140deg,rgba(225,241,232,.8),transparent 70%);z-index:0}.home-hero-visual img{position:relative;z-index:1;max-height:500px;max-width:98%;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(30,60,40,.12))}.home-location{position:absolute;z-index:2;right:20px;top:46%;display:flex;gap:10px;align-items:center;background:rgba(255,255,255,.94);padding:12px 16px;border-radius:13px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.home-location>b{color:#16b64d}.home-location strong,.home-location small{display:block}.home-location small{color:#687184;font-size:11px}.home-handwrite{position:absolute;z-index:2;right:12px;top:54px;font-family:cursive;font-size:25px;line-height:1.05;transform:rotate(-4deg);color:#0d2138}.home-handwrite i{display:block;width:75px;height:4px;background:#17c353;border-radius:99px;margin:9px 0 0 30px;transform:rotate(-8deg)}.home-section{padding:48px 0;background:#fff}.home-section:nth-of-type(even){background:#fbfdfc}.home-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.home-section-head h2{font-size:34px;margin:0;letter-spacing:-.035em}.home-section-head>a{font-size:13px;color:#068a35;font-weight:800}.home-services{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.home-service-card{border:1px solid #e7ece9;border-radius:15px;padding:20px 16px;min-height:200px;background:#fff;position:relative;transition:.2s}.home-service-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(7,20,43,.07)}.home-service-icon{width:42px;height:42px;margin-bottom:15px;color:#07142b}.home-service-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-service-card:nth-child(3) .home-service-icon{color:#13b94b}.home-service-card h3{font-size:17px;margin:0 0 8px}.home-service-card p{font-size:13px;color:#687184;margin:0 0 26px}.home-arrow{position:absolute;left:16px;bottom:15px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eaf8ef;color:#078a34}.home-stats{background:#eef9f2;border-top:1px solid #e0f2e6;border-bottom:1px solid #e0f2e6}.home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-stats-grid>div{min-height:104px;padding:24px 24px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;border-right:1px solid #dcece2}.home-stats-grid>div:last-child{border-right:0}.home-stats strong{font-size:25px;white-space:nowrap}.home-stats p{font-size:13px;margin:0;color:#455267}.home-stats small{display:block;color:#798392}.stat-ico{font-size:23px;color:#0aa13a;letter-spacing:-8px;min-width:38px}.home-video-section{padding:50px 0}.home-video-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;align-items:center}.home-video-grid h2{font-size:38px;margin:6px 0 13px;line-height:1.05;letter-spacing:-.04em}.home-video-grid p{color:#657083;margin:0 0 20px;max-width:460px}.home-video-grid .video-card{aspect-ratio:16/8;border-radius:14px}.home-commitments{padding-top:26px;padding-bottom:38px;border-top:1px solid #eef2ef}.commit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.commit-item{display:flex;gap:11px;align-items:flex-start}.commit-item>b{font-size:30px;line-height:1;color:#0aa13a}.commit-item strong{font-size:13px;display:block}.commit-item p{font-size:11px;color:#788191;margin:4px 0 0}.home-cases{background:#f8fbf9}.home-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.home-case{display:grid;grid-template-columns:43% 57%;border:1px solid #e5ebe7;background:#fff;border-radius:13px;overflow:hidden;min-height:138px}.home-case>img{width:100%;height:100%;object-fit:cover}.home-case>div{padding:13px}.home-case h3{font-size:15px;margin:7px 0 5px}.home-case p{font-size:11px;color:#727d8c;margin:0 0 8px}.home-case a{font-size:11px;font-weight:800;color:#058632}.home-testimonials{padding-top:28px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.testimonial{border:1px solid #e6ece8;border-radius:14px;padding:17px;display:grid;grid-template-columns:52px 1fr;gap:13px;background:#fff}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#dff4e7,#0a9a38);display:grid;place-items:center;font-size:20px;font-weight:900;color:#063a2e}.testimonial p{font-size:12px;color:#556174;margin:0 0 8px;font-style:italic}.testimonial strong,.testimonial small{display:block;font-size:12px}.testimonial small{color:#778292}.stars{display:block;color:#ffb400;letter-spacing:1px;margin-top:5px}.home-final{background:linear-gradient(90deg,#043a30,#075947);color:#fff;overflow:hidden}.home-final-grid{min-height:175px;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:28px}.home-final img{height:205px;align-self:end;object-fit:contain}.home-final .eyebrow{color:#39e96c;margin-bottom:6px}.home-final h2{font-size:35px;margin:0 0 6px}.home-final p{color:#d4e8df;margin:0;max-width:600px}.home-final .hero-actions{margin:15px 0 0}.btn-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}.home-final ul{list-style:none;padding:0;margin:0;font-size:13px;min-width:260px}.home-final li{margin:10px 0}.home-final li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#20ca59;color:#063a2e;font-weight:900;margin-right:8px}
@media(max-width:1080px){.home-services{grid-template-columns:repeat(3,1fr)}.commit-grid{grid-template-columns:repeat(3,1fr)}.home-case-grid{grid-template-columns:repeat(2,1fr)}.home-hero-grid{grid-template-columns:1fr 1fr}.home-handwrite{font-size:20px}.home-final-grid{grid-template-columns:190px 1fr}.home-final ul{grid-column:2}.home-stats-grid{grid-template-columns:repeat(2,1fr)}.home-stats-grid>div:nth-child(2){border-right:0}}
@media(max-width:760px){.home-hero-grid,.home-video-grid{grid-template-columns:1fr}.home-hero-visual{height:390px}.home-hero-copy{padding-bottom:0}.home-handwrite{display:none}.home-location{top:auto;bottom:20px;right:10px}.home-services{grid-template-columns:repeat(2,1fr)}.commit-grid{grid-template-columns:repeat(2,1fr)}.home-case-grid,.testimonial-grid{grid-template-columns:1fr}.home-final-grid{grid-template-columns:1fr;text-align:center;padding-top:24px}.home-final img{height:160px;margin:auto}.home-final ul{grid-column:1}.home-final .hero-actions{justify-content:center}.home-section-head{align-items:flex-start;flex-direction:column}.home-stats-grid{grid-template-columns:1fr}.home-stats-grid>div{border-right:0;border-bottom:1px solid #dcece2}}
@media(max-width:480px){.home-services,.commit-grid{grid-template-columns:1fr}.home-hero h1{font-size:40px}.home-section-head h2,.home-video-grid h2{font-size:30px}.home-case{grid-template-columns:38% 62%}}

/* ELLOHOST FIXPACK START */
html,body{max-width:100%;overflow-x:hidden}body.nav-open{overflow:hidden}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.topbar{z-index:1000}.nav{height:76px;gap:18px}.brand{min-width:156px;flex:0 0 auto}.brand img{width:156px;height:52px}.navlinks{gap:7px;margin-left:auto;font-size:13px;white-space:nowrap}.navlinks>a,.mega-trigger{border:0;background:transparent;color:var(--ink);font-weight:750;padding:12px 9px;border-radius:10px;cursor:pointer}.navlinks>a:hover,.navlinks>a.active,.mega-wrap.active>.mega-trigger,.mega-wrap.open>.mega-trigger{color:#079434;background:#f1fbf4}.navlinks>a{border-bottom:0}.mega-wrap{position:relative}.mega-trigger{display:flex;align-items:center;gap:6px}.chev{font-size:15px;transition:transform .2s}.mega-wrap.open .chev{transform:rotate(180deg)}.mega-menu{position:absolute;top:calc(100% + 15px);left:50%;transform:translate(-50%,10px);width:min(760px,calc(100vw - 36px));display:grid;grid-template-columns:230px 1fr;gap:14px;background:#fff;border:1px solid #e5ece8;border-radius:20px;padding:14px;box-shadow:0 24px 70px rgba(4,31,22,.16);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.mega-wrap.open .mega-menu,.mega-wrap:hover .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.mega-intro{padding:20px;border-radius:15px;background:linear-gradient(145deg,#063a2e,#0a5a42);color:#fff}.mega-kicker{display:block;color:#4ee97d;font-size:11px;letter-spacing:.12em;font-weight:900;margin-bottom:9px}.mega-intro strong{display:block;font-size:21px;line-height:1.08}.mega-intro p{font-size:12px;color:#d7ebe1;margin:10px 0 18px}.mega-intro a{font-size:12px;font-weight:800;color:#fff}.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mega-grid>a{display:flex;align-items:center;gap:11px;padding:13px;border-radius:13px;transition:.18s}.mega-grid>a:hover{background:#f1fbf4}.mega-icon{width:38px;height:38px;border-radius:11px;background:#e8f9ee;color:#079434;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.mega-grid strong,.mega-grid small{display:block}.mega-grid strong{font-size:13px}.mega-grid small{font-size:10px;color:#7b8594;margin-top:2px}.nav-actions{gap:8px;flex:0 0 auto}.nav-actions .btn{padding:11px 14px;border-radius:11px;font-size:12px}.mobile-nav-actions{display:none}.mobile-toggle{display:none;width:44px;height:44px;border:1px solid #dce4df;border-radius:12px;background:#fff;padding:10px;margin-left:auto;position:relative}.mobile-toggle span{display:block;width:21px;height:2px;background:#07142b;margin:5px auto;border-radius:4px;transition:.2s}.mobile-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* home closer to reference */
.home-hero-grid{min-height:500px}.home-hero-copy{padding:46px 0}.home-hero h1{max-width:650px;font-size:clamp(46px,5vw,68px)}.home-hero-copy>p{max-width:610px}.home-section{padding:42px 0}.home-services{gap:10px}.home-service-card{min-width:0}.home-service-card h3,.home-service-card p{overflow-wrap:anywhere}.home-video-grid .video-card{min-width:0}.home-final-grid{width:min(1180px,calc(100% - 40px))}.footer{padding-top:42px}.footer-brand .muted{max-width:330px}.footer-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#edf9f1;color:#087d31;font-size:11px;font-weight:800}.footer-contact-link{color:#078a34!important;font-weight:800}.copyright a{display:inline;color:inherit;margin:0}.prefooter-cta{padding-bottom:34px}
/* generic pages: prevent overflow and make grids fluid */
.hero-grid,.contact-grid,.video-grid,.banner-panda,.home-hero-grid,.home-video-grid,.home-final-grid{min-width:0}.hero-grid>* ,.contact-grid>* ,.video-grid>* ,.home-hero-grid>* ,.home-video-grid>*{min-width:0}.hero h1,.section h2,.banner-panda h2,.home-hero h1,.home-final h2{overflow-wrap:anywhere}.cards,.case-grid,.product-grid,.feature-strip,.steps{min-width:0}.card,.case,.product,.feature-mini,.step{min-width:0}.case img,.product img{max-width:100%}.field input,.field select,.field textarea{min-width:0}.btn{max-width:100%;text-align:center}.reveal{opacity:0;transform:translateY(10px)}.reveal.reveal-in{opacity:1;transform:none;transition:opacity .38s ease,transform .38s ease}
@media(max-width:1180px){.nav{gap:10px}.navlinks{gap:2px;font-size:12px}.navlinks>a,.mega-trigger{padding:11px 7px}.nav-actions .start-btn{display:none}.home-services{grid-template-columns:repeat(3,1fr)}.feature-strip{grid-template-columns:repeat(3,1fr)}.case-grid,.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.container{width:min(100% - 30px,1180px)}.nav{height:70px}.brand img{width:148px;height:48px}.nav-actions{display:none}.mobile-toggle{display:block}.navlinks{display:flex;position:fixed;top:70px;left:0;right:0;bottom:0;width:100%;height:calc(100dvh - 70px);background:#fff;padding:16px 15px 28px;flex-direction:column;align-items:stretch;gap:4px;overflow-y:auto;transform:translateX(105%);opacity:0;visibility:hidden;transition:.22s ease;border-top:1px solid var(--line);font-size:15px}.navlinks.open{transform:none;opacity:1;visibility:visible}.navlinks>a,.mega-trigger{width:100%;padding:14px 13px;border-radius:12px;text-align:left;display:flex;justify-content:space-between}.nav-home{display:block!important}.mega-wrap{width:100%}.mega-menu{position:static;transform:none!important;width:100%;grid-template-columns:1fr;padding:0;max-height:0;overflow:hidden;border:0;box-shadow:none;border-radius:0;opacity:1;visibility:visible;pointer-events:auto;transition:max-height .25s ease}.mega-wrap.open .mega-menu{max-height:820px;padding:8px 0 10px}.mega-wrap:hover .mega-menu{max-height:0;padding:0}.mega-wrap.open:hover .mega-menu{max-height:820px;padding:8px 0 10px}.mega-intro{display:none}.mega-grid{grid-template-columns:1fr;gap:3px;padding-left:8px}.mega-grid>a{padding:10px 12px;background:#f8fbf9}.mega-grid small{font-size:11px}.mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px;padding-top:16px;border-top:1px solid var(--line)}.mobile-nav-actions .btn{width:100%}.hero-grid,.video-grid,.contact-grid,.home-hero-grid,.home-video-grid{grid-template-columns:1fr}.hero-grid{padding:44px 0 20px}.hero-visual,.service-hero .hero-visual{height:370px}.hero-visual img,.service-hero .hero-visual img{max-height:360px}.home-hero-grid{padding-top:18px}.home-hero-copy{padding:34px 0 0}.home-hero-visual{height:390px}.home-handwrite{display:none}.home-location{right:8px;bottom:20px;top:auto}.cards{grid-template-columns:repeat(2,1fr)}.case-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.home-services{grid-template-columns:repeat(2,1fr)}.commit-grid{grid-template-columns:repeat(2,1fr)}.home-case-grid,.testimonial-grid{grid-template-columns:1fr}.home-stats-grid{grid-template-columns:repeat(2,1fr)}.home-final-grid{grid-template-columns:180px 1fr;width:min(100% - 30px,1180px)}.home-final ul{grid-column:2}.footer-grid{grid-template-columns:1.2fr 1fr;gap:28px}.banner-panda{grid-template-columns:150px 1fr}.banner-panda .btn{grid-column:1/-1;justify-self:start}}
@media(max-width:600px){.container{width:min(100% - 22px,1180px)}.nav{height:66px}.navlinks{top:66px;height:calc(100dvh - 66px)}.brand{min-width:0}.brand img{width:138px;height:46px}.mobile-toggle{width:42px;height:42px}.home-hero-grid{min-height:0}.home-hero-copy{padding-top:28px}.home-hero h1,.hero h1{font-size:clamp(36px,11vw,44px);line-height:1.02}.home-hero-copy>p,.hero p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;margin:22px 0;gap:10px}.hero-actions .btn{width:100%}.home-checks,.ticks{gap:10px 16px}.home-hero-visual{height:330px}.home-hero-visual img{max-height:320px}.home-location{padding:9px 11px;max-width:190px}.home-services,.cards,.feature-strip,.steps,.case-grid,.product-grid,.commit-grid,.stats-grid,.home-stats-grid{grid-template-columns:1fr}.home-service-card{min-height:168px}.home-section{padding:36px 0}.home-section-head{margin-bottom:18px}.home-section-head h2,.home-video-grid h2,.section h2{font-size:30px}.home-stats-grid>div{min-height:86px;padding:18px 10px;border-right:0;border-bottom:1px solid #dcece2}.home-stats strong{font-size:22px}.home-video-grid{gap:24px}.video-card,.home-video-grid .video-card{aspect-ratio:16/10}.home-final-grid{grid-template-columns:1fr;text-align:center;width:min(100% - 22px,1180px);padding-top:20px}.home-final img{height:150px;margin:auto}.home-final ul{grid-column:1;min-width:0;text-align:left;justify-self:center}.home-final .hero-actions{display:flex;flex-direction:column}.home-final .btn{width:100%}.home-case{grid-template-columns:110px 1fr}.home-case>img{height:100%}.testimonial{grid-template-columns:44px 1fr}.avatar{width:44px;height:44px}.contact-grid{gap:16px}.panel{padding:20px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.faq{grid-template-columns:1fr}.topic{grid-template-columns:1fr}.section{padding:44px 0}.banner-panda{grid-template-columns:1fr;text-align:center;padding:20px}.banner-panda img{height:140px;margin:auto}.banner-panda .btn{justify-self:stretch}.footer{padding:38px 0 20px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-grid>div:not(:first-child){padding-top:18px;border-top:1px solid #edf1ee}.copyright{flex-direction:column;gap:8px;align-items:flex-start}.mobile-nav-actions{grid-template-columns:1fr}.prefooter-cta{padding-top:20px}}
@media(max-width:380px){.home-case{grid-template-columns:1fr}.home-case>img{height:160px}.home-location{display:none}.home-service-card{padding:17px 14px}.mega-grid>a{align-items:flex-start}}
/* ELLOHOST FIXPACK END */


/* ===== ELLOHOST HOME REFERENCE V3 / 2026-09-15 ===== */
:root{--home-green:#12bf4b;--home-green-dark:#058934;--home-navy:#07162d;--home-gray:#657184;--home-border:#e9efeb}
@media(min-width:901px){.topbar .container{width:min(1240px,calc(100% - 34px))}.nav{height:66px}.brand img{width:166px;height:50px}.navlinks{font-size:12px}.nav-actions .btn{padding:10px 15px}}
.home-ref-hero{background:linear-gradient(90deg,#fff 0%,#fff 45%,#f8fbf9 45%,#f0f7f3 100%);position:relative}.home-ref-hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:50%;background:linear-gradient(90deg,transparent,rgba(217,237,225,.36));pointer-events:none}.home-ref-hero .container{width:min(1240px,calc(100% - 38px));position:relative;z-index:1}.home-hero-grid{min-height:500px;grid-template-columns:48% 52%;gap:0}.home-hero-copy{padding:50px 28px 44px 0}.home-eyebrow{display:flex;align-items:center;gap:10px}.home-eyebrow>span,.home-mini-eyebrow>span{display:inline-block;width:29px;height:3px;border-radius:9px;background:var(--home-green)}.home-hero h1{font-size:clamp(48px,4.55vw,66px);line-height:1.01;letter-spacing:-.048em;margin:0 0 16px;color:var(--home-navy);max-width:660px}.home-hero h1 span{color:var(--home-green)}.home-hero-copy>p{font-size:17px;line-height:1.48;max-width:625px;color:#4d5970}.home-ref-hero .hero-actions{margin:24px 0 22px}.home-main-cta{min-width:180px;box-shadow:0 10px 28px rgba(18,191,75,.2)}.home-main-cta b{font-size:18px}.home-secondary-cta{min-width:180px}.home-checks{margin-top:22px;gap:20px;font-size:12px}.home-checks span:before{width:17px;height:17px;font-size:11px}.home-hero-visual{height:500px;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(221,237,226,.3))}.home-office-lines{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,transparent 0 18%,rgba(138,163,148,.14) 18% 18.6%,transparent 18.6% 51%,rgba(138,163,148,.14) 51% 51.6%,transparent 51.6% 78%,rgba(138,163,148,.1) 78% 78.6%,transparent 78.6%),linear-gradient(180deg,rgba(255,255,255,.7),rgba(237,246,240,.7));filter:blur(.1px)}.home-office-lines:after{content:"";position:absolute;left:8%;right:3%;bottom:0;height:92px;background:linear-gradient(180deg,#e8dfd2,#d1c1ae);clip-path:polygon(0 38%,100% 0,100% 100%,0 100%);opacity:.55}.home-city-silhouette{position:absolute;right:0;bottom:79px;width:145px;height:145px;z-index:.5;opacity:.42}.home-city-silhouette:after{content:"";position:absolute;right:16px;bottom:0;width:4px;height:100px;background:#869b90;border-radius:2px}.home-city-silhouette i{position:absolute;bottom:0;background:#8ca196}.home-city-silhouette i:nth-child(1){width:26px;height:56px;right:0}.home-city-silhouette i:nth-child(2){width:20px;height:78px;right:32px}.home-city-silhouette i:nth-child(3){width:34px;height:42px;right:57px}.home-city-silhouette i:nth-child(4){width:23px;height:66px;right:96px}.home-city-silhouette i:nth-child(5){width:17px;height:33px;right:124px}.home-hero-visual img{z-index:2;max-height:475px;max-width:90%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 19px 22px rgba(29,49,38,.16));transform:translateX(-10px)}.home-location{right:24px;top:49%;padding:11px 14px;border-radius:12px;border:1px solid rgba(218,228,222,.75);box-shadow:0 11px 26px rgba(22,49,35,.09);z-index:4}.home-location .pin{width:22px;height:22px;border-radius:50%;background:#e4f8eb;color:#0db746;display:grid;place-items:center;font-size:10px}.home-location strong{font-size:12px}.home-location small{font-size:10px}.home-handwrite{right:16px;top:58px;font-size:25px;line-height:1.05;z-index:4}.home-mug{position:absolute;left:20%;bottom:34px;width:54px;height:67px;background:#fff;border-radius:4px 4px 12px 12px;border:1px solid #d7ddd9;z-index:3;box-shadow:0 7px 14px rgba(0,0,0,.08);display:grid;place-items:center;text-align:center;font-size:8px;font-weight:800;line-height:1.1;color:#293649}.home-mug:after{content:"";position:absolute;right:-14px;top:16px;width:18px;height:25px;border:5px solid #d7ddd9;border-left:0;border-radius:0 15px 15px 0}.home-services-section{padding:31px 0 27px;background:#fbfdfc}.home-services-section .container,.home-stats .container,.home-video-section .container,.home-commitments .container,.home-cases .container,.home-testimonials .container,.home-final .container,.footer-ref .container{width:min(1240px,calc(100% - 38px))}.home-section-head{margin-bottom:18px}.home-section-head h2{font-size:32px;line-height:1.04;color:var(--home-navy)}.home-mini-eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:8px;font-size:10px}.home-section-head>a{font-size:12px}.home-services{grid-template-columns:repeat(6,1fr);gap:11px}.home-service-card{min-height:190px;border-radius:13px;padding:18px 16px;background:#fff;box-shadow:0 5px 19px rgba(12,39,25,.025)}.home-service-icon{width:38px;height:38px;margin-bottom:12px}.home-service-card h3{font-size:15px;line-height:1.13}.home-service-card p{font-size:11.5px;line-height:1.42;margin-bottom:25px}.home-arrow{width:27px;height:27px;bottom:13px}.home-stats{background:linear-gradient(90deg,#eefaf3,#f4fbf7);border:0}.home-stats-grid>div{min-height:104px;padding:18px 18px;grid-template-columns:47px auto 1fr;gap:9px;border-color:#dfece4}.stat-svg{width:38px;height:38px;color:#0da943;display:grid;place-items:center}.stat-svg svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.star-svg svg{fill:#0da943;stroke:#0da943}.home-stats strong{font-size:25px;color:var(--home-navy)}.home-stats p{font-size:12px}.home-stats small{font-size:10px;margin-top:2px}.home-video-section{padding:36px 0 39px;background:#fff}.home-video-grid{grid-template-columns:34% 66%;gap:35px}.home-video-copy{padding:12px 0}.home-video-grid h2{font-size:36px;color:var(--home-navy);max-width:330px;margin:5px 0 11px}.home-video-grid p{font-size:13px;line-height:1.48;max-width:390px;margin-bottom:18px}.home-video-grid .btn{padding:11px 17px;font-size:12px}.round-play{width:22px;height:22px;border-radius:50%;background:#047f2c;color:#fff;display:grid;place-items:center;font-size:9px}.home-video-card{aspect-ratio:16/7.7!important;border-radius:12px!important;box-shadow:0 12px 34px rgba(6,32,19,.12)!important}.home-video-card img{object-position:center}.home-video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,rgba(255,255,255,.03));pointer-events:none}.video-overlay-note{position:absolute;right:5%;top:18%;color:#fff;font-family:cursive;font-size:16px;line-height:1.25;text-align:center;text-shadow:0 2px 7px rgba(0,0,0,.6);transform:rotate(-3deg);z-index:2}.video-overlay-note i{display:block;width:55px;height:3px;background:#24dc64;border-radius:4px;margin:8px auto}.home-commitments{padding:22px 0 29px;border-top:1px solid #eef3f0;background:#fff}.home-commitments .home-section-head{margin-bottom:15px}.home-commitments .home-section-head h2{font-size:28px}.commit-grid{gap:14px}.commit-item{gap:9px}.commit-item>b{font-size:29px}.commit-item strong{font-size:11px;line-height:1.18}.commit-item p{font-size:9.5px;line-height:1.35}.home-cases{padding:26px 0 27px;background:#f8fbf9}.home-cases .home-section-head h2,.home-testimonials .home-section-head h2{font-size:28px}.home-case-grid{gap:12px}.home-case{min-height:145px;border-radius:11px;grid-template-columns:42% 58%}.home-case>div{padding:11px}.home-case .tag{font-size:8px;padding:4px 7px}.home-case h3{font-size:13px;margin:6px 0 4px}.home-case p{font-size:9.5px;line-height:1.35}.home-case a{font-size:9.5px}.home-testimonials{padding:24px 0 31px;background:#fff}.testimonial-grid{gap:12px}.testimonial{padding:14px;border-radius:11px;grid-template-columns:50px 1fr;gap:11px}.avatar{width:50px;height:50px;font-size:18px;color:#fff;background:linear-gradient(145deg,#153a2d,#21c159);border:3px solid #edf7f1}.avatar-2{background:linear-gradient(145deg,#2f3d52,#7b8a9e)}.avatar-3{background:linear-gradient(145deg,#6b493b,#d7a382)}.testimonial p{font-size:10.5px;line-height:1.38;margin-bottom:5px}.testimonial strong,.testimonial small{font-size:10px}.stars{font-size:12px}.home-final{position:relative;background:linear-gradient(90deg,#073b31 0%,#075043 55%,#06392f 100%);min-height:170px}.home-final-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 120%,rgba(44,141,105,.48),transparent 45%),linear-gradient(120deg,transparent 48%,rgba(255,255,255,.025));pointer-events:none}.home-final-grid{min-height:170px;grid-template-columns:290px 1fr 270px;gap:20px;position:relative;z-index:1}.home-final-panda{position:relative;height:170px;display:flex;align-items:flex-end}.home-final-panda img{height:200px;max-width:185px;object-fit:contain;object-position:bottom}.home-final-panda>span{position:absolute;left:155px;top:33px;font-family:cursive;font-size:18px;line-height:1.1;transform:rotate(-5deg);width:145px}.home-final-panda>span i{display:block;width:58px;height:3px;background:#2de369;margin:8px 0 0 13px}.home-final h2{font-size:32px}.home-final p{font-size:12px;line-height:1.45;max-width:520px}.home-final .hero-actions{margin:12px 0 0}.home-final .btn{padding:10px 15px;font-size:11px}.home-final ul{font-size:11px;min-width:0}.footer-ref{padding:29px 0 18px;border:0}.footer-grid-ref{grid-template-columns:1.35fr .82fr .82fr .72fr 1.2fr;gap:28px}.footer-ref .brand img{width:150px}.footer-ref .footer-brand p{font-size:10.5px;line-height:1.45;margin:10px 0 12px;max-width:250px}.footer-socials{display:flex;gap:8px}.footer-socials a{width:25px;height:25px;border-radius:50%;background:#34445a;color:#fff!important;display:grid!important;place-items:center;font-size:10px!important;margin:0!important;font-weight:800}.footer-ref h4{font-size:11px;margin:4px 0 10px}.footer-ref a{font-size:10px;margin:5px 0}.footer-news>p{font-size:10px;margin:0 0 10px}.newsletter{display:grid;grid-template-columns:1fr 38px;border:1px solid #dfe7e2;border-radius:9px;overflow:hidden;background:#f8fbf9}.newsletter input{min-width:0;border:0;background:transparent;padding:10px 11px;font-size:10px;outline:0}.newsletter button{border:0;background:#1cdb59;color:#07311a;font-size:18px;font-weight:900;cursor:pointer}.newsletter-check{display:flex!important;align-items:flex-start;gap:5px;font-size:8.5px!important;font-weight:500!important;color:#697487;margin-top:8px}.newsletter-check input{width:auto;margin:2px 0 0}.copyright{margin-top:24px;padding-top:14px;font-size:8.8px;gap:12px;align-items:center}.copyright>span:nth-child(2){display:flex;align-items:center;gap:8px}.copyright i{width:1px;height:11px;background:#d9e0dc}.copyright b{color:#ef4b5d}
@media(max-width:1100px){.home-ref-hero .container,.home-services-section .container,.home-stats .container,.home-video-section .container,.home-commitments .container,.home-cases .container,.home-testimonials .container,.home-final .container,.footer-ref .container{width:min(100% - 30px,1240px)}.home-hero-grid{grid-template-columns:1fr 1fr}.home-hero h1{font-size:51px}.home-services{grid-template-columns:repeat(3,1fr)}.commit-grid{grid-template-columns:repeat(3,1fr)}.home-final-grid{grid-template-columns:220px 1fr 230px}.home-final-panda>span{display:none}.footer-grid-ref{grid-template-columns:1.3fr 1fr 1fr 1fr}.footer-news{grid-column:1/-1;max-width:420px}}
@media(max-width:900px){.home-ref-hero{background:linear-gradient(180deg,#fff 0%,#fff 48%,#f2f8f4 48%,#edf7f1 100%)}.home-ref-hero:after{display:none}.home-ref-hero .container{width:min(100% - 28px,1240px)}.home-hero-grid{grid-template-columns:1fr;min-height:0}.home-hero-copy{padding:36px 0 12px}.home-hero h1{font-size:clamp(42px,8vw,56px);max-width:710px}.home-hero-copy>p{max-width:680px}.home-hero-visual{height:420px}.home-hero-visual img{max-height:410px;transform:none}.home-mug{left:19%;bottom:25px}.home-video-grid{grid-template-columns:1fr;gap:22px}.home-video-copy{max-width:620px}.home-video-grid h2{max-width:none}.home-video-grid p{max-width:620px}.home-stats-grid{grid-template-columns:repeat(2,1fr)}.home-services{grid-template-columns:repeat(3,1fr)}.commit-grid{grid-template-columns:repeat(3,1fr)}.home-case-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.home-final-grid{grid-template-columns:180px 1fr}.home-final ul{grid-column:2}.footer-grid-ref{grid-template-columns:1.4fr 1fr 1fr}.footer-news{grid-column:auto}.footer-grid-ref>div:nth-child(4){display:none}}
@media(max-width:600px){.home-ref-hero .container,.home-services-section .container,.home-stats .container,.home-video-section .container,.home-commitments .container,.home-cases .container,.home-testimonials .container,.home-final .container,.footer-ref .container{width:min(100% - 22px,1240px)}.home-hero-copy{padding-top:28px}.home-eyebrow{font-size:10px}.home-hero h1{font-size:39px}.home-hero-copy>p{font-size:15px}.home-ref-hero .hero-actions{display:grid;grid-template-columns:1fr}.home-ref-hero .btn{width:100%}.home-checks{font-size:10px}.home-hero-visual{height:330px}.home-hero-visual img{max-height:318px;max-width:96%}.home-location{right:5px;bottom:18px;top:auto}.home-handwrite{display:none}.home-mug{display:none}.home-services{grid-template-columns:1fr 1fr}.home-service-card{min-height:174px;padding:15px 13px}.home-section-head h2{font-size:27px}.home-section-head>a{display:none}.home-stats-grid{grid-template-columns:1fr}.home-stats-grid>div{grid-template-columns:42px 115px 1fr;min-height:78px;padding:14px 7px}.stat-svg{width:32px;height:32px}.home-stats strong{font-size:20px}.home-video-section{padding:28px 0}.home-video-grid h2{font-size:30px}.home-video-card{aspect-ratio:16/9!important}.video-overlay-note{display:none}.commit-grid{grid-template-columns:1fr 1fr}.commit-item>b{font-size:24px}.home-case-grid{grid-template-columns:1fr}.home-case{min-height:136px}.home-final-grid{grid-template-columns:1fr;text-align:center;min-height:auto;padding:18px 0 23px}.home-final-panda{height:120px;justify-content:center}.home-final-panda img{height:145px;max-width:150px}.home-final ul{grid-column:1;text-align:left;justify-self:center}.footer-grid-ref{grid-template-columns:1fr 1fr;gap:20px}.footer-grid-ref .footer-brand,.footer-grid-ref .footer-news{grid-column:1/-1}.footer-grid-ref>div:nth-child(4){display:block}.copyright{flex-direction:column;align-items:flex-start}.copyright>span:nth-child(2){flex-wrap:wrap}.newsletter{max-width:400px}}
@media(max-width:400px){.home-services,.commit-grid{grid-template-columns:1fr}.home-case{grid-template-columns:105px 1fr}.home-location{display:none}.footer-grid-ref{grid-template-columns:1fr}.footer-grid-ref>div{grid-column:1!important}}
/* ===== END HOME REFERENCE V3 ===== */


/* ===== ELLOHOST GENERATED ASSETS V4 ===== */
.home-ref-hero{overflow:hidden}
.home-hero-visual{isolation:isolate;background:linear-gradient(135deg,#fafdfb 0%,#eef6f1 100%)}
.home-office-lines{opacity:.36}
.home-hero-city-photo{position:absolute!important;z-index:0!important;right:-4%;bottom:56px!important;width:58%!important;height:auto!important;max-height:none!important;object-fit:contain!important;opacity:.33!important;filter:saturate(.8) blur(.15px)!important;transform:none!important;pointer-events:none}
.home-hero-generated{position:relative!important;z-index:2!important;width:min(690px,105%)!important;max-width:105%!important;height:auto!important;max-height:490px!important;object-fit:contain!important;object-position:center bottom!important;transform:translateX(-3%)!important;filter:drop-shadow(0 24px 30px rgba(18,44,30,.15))!important}
.home-city-silhouette,.home-mug{display:none!important}
.home-location{z-index:5!important;right:18px!important;top:47%!important}
.home-handwrite{z-index:5!important;right:18px!important;top:58px!important}
.home-video-card{background:linear-gradient(120deg,#12211c 0%,#263a31 42%,#f1f5f2 100%)!important;isolation:isolate}
.home-video-card>img{object-fit:contain!important;object-position:38% bottom!important;position:relative;z-index:1;padding-top:8px;filter:drop-shadow(0 12px 22px rgba(0,0,0,.15))}
.home-video-card:before{content:"ellohost";position:absolute;left:4%;top:10%;font-size:27px;font-weight:900;color:rgba(255,255,255,.86);letter-spacing:-.05em;z-index:2}
.home-video-card:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(7,22,18,.16),transparent 55%,rgba(255,255,255,.04))!important;z-index:1!important;pointer-events:none}
.home-video-card .video-overlay-note,.home-video-card .play{z-index:4}
.home-final{isolation:isolate;overflow:hidden}
.home-final-bg{z-index:0}
.home-final-city-photo{position:absolute;z-index:0;right:-1%;bottom:-11px;width:min(760px,58vw);height:auto;opacity:.30;filter:saturate(.8) brightness(.85);pointer-events:none}
.home-final:after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(3,49,39,.98) 0%,rgba(4,66,52,.91) 48%,rgba(3,49,39,.48) 100%);pointer-events:none}
.home-final-grid{z-index:2!important}
.home-final-panda{z-index:3;height:180px}
.home-final-panda img{height:224px!important;max-width:220px!important;width:auto!important;object-fit:contain!important;filter:drop-shadow(0 12px 19px rgba(0,0,0,.25))}
.home-final-panda>span{z-index:4;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.35)}
.footer-ref{position:relative;background:#fff;z-index:2}
@media(max-width:900px){
 .home-hero-city-photo{width:67%!important;right:-8%!important;bottom:42px!important;opacity:.22!important}
 .home-hero-generated{max-height:405px!important;width:min(620px,100%)!important;transform:none!important}
 .home-location{top:auto!important;bottom:20px!important;right:10px!important}
 .home-final-city-photo{width:78vw;opacity:.22}
 .home-final-panda{height:155px}.home-final-panda img{height:185px!important;max-width:180px!important}
}
@media(max-width:600px){
 .home-hero-city-photo{width:90%!important;right:-22%!important;bottom:35px!important;opacity:.16!important}
 .home-hero-generated{max-height:315px!important;max-width:105%!important}
 .home-handwrite{display:none!important}
 .home-video-card>img{object-position:center bottom!important;max-height:100%;padding:7px 10px 0}
 .home-video-card:before{font-size:18px;left:4%;top:7%}
 .home-final-city-photo{width:120vw;right:-35%;opacity:.16}
 .home-final-panda{height:125px}.home-final-panda img{height:150px!important;max-width:150px!important}
}
/* ===== END GENERATED ASSETS V4 ===== */

/* ElloCMS / WHMCS synchronized storefront */
.ellocms-products .section-head{align-items:flex-end}
.ellocms-product{position:relative;overflow:hidden}
.ellocms-product.is-featured{border-color:rgba(18,200,74,.38);box-shadow:0 18px 42px rgba(14,123,58,.10)}
.ellocms-product.is-featured:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#10b844,#38dc6d)}
.ellocms-product .product-body{display:flex;flex-direction:column;height:100%}
.ellocms-product .product-body .btn{margin-top:auto;align-self:flex-start}
.ellocms-group{font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#7a8798;margin:10px 0 4px}
.ellocms-old-price{font-size:14px;color:#94a3b8;text-decoration:line-through;margin-top:8px}
.ellocms-offer-note{font-size:13px;color:#087d31;font-weight:750;margin:4px 0 12px}
.ellocms-features{list-style:none;padding:0;margin:14px 0 20px;display:grid;gap:7px}
.ellocms-features li{position:relative;padding-left:22px;color:#526173;font-size:14px;line-height:1.4}
.ellocms-features li:before{content:"✓";position:absolute;left:0;top:0;color:#10b844;font-weight:900}
.ellocms-about-body{font-size:17px;line-height:1.8;color:#526173;margin:22px 0 28px}
.ellocms-about-body p{margin:0 0 18px}
@media(max-width:700px){
  .ellocms-product .product-body .btn{width:100%;justify-content:center}
}
.ellocms-product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.ellocms-product-actions .btn{margin-top:0}
.ellocms-buybox{align-self:start;position:sticky;top:120px}
.ellocms-buybox .price{font-size:34px;margin:14px 0 10px}
.ellocms-buy-btn{width:100%;justify-content:center;margin-top:18px}
.ellocms-sync-note{font-size:12px;color:#8491a1;margin:12px 0 0;text-align:center}
.ellocms-detail-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}
@media(max-width:800px){
 .ellocms-buybox{position:static}
 .ellocms-detail-features{grid-template-columns:1fr}
 .ellocms-product-actions{display:grid;grid-template-columns:1fr}
 .ellocms-product-actions .btn{width:100%;justify-content:center}
}
