.animate-marquee{will-change:transform;width:max-content;animation:30s linear infinite marquee-scroll;display:flex}@keyframes marquee-scroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}.bg-radial-gradient{background-image:radial-gradient(circle,#0000 0%,#fff6 60%,#fff 100%)}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-screen{mix-blend-mode:screen}*,:before,:after{box-sizing:border-box}.hero{width:100%;min-height:100svh;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.overlay{z-index:2;background:linear-gradient(#0000001a,#00000059,#000000d9);position:absolute;inset:0}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#fffffff2;border-radius:999px;justify-content:space-between;align-items:center;width:min(92%,1300px);padding:16px 30px;display:flex;position:absolute;top:20px;left:50%;transform:translate(-50%)}.logo{color:#000;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:700}.logo span{color:#e71c24}.nav-links{color:#000;gap:clamp(18px,2vw,40px);font-weight:500;list-style:none;display:flex}.nav-links li{cursor:pointer;transition:all .3s}.nav-links li:hover{color:#e71c24}.nav-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e71c24;border:none;border-radius:999px;padding:14px 24px;font-weight:600}.hero-text{z-index:50;color:#fff;max-width:650px;position:absolute;bottom:clamp(30px,5vw,70px);left:clamp(20px,5vw,70px);right:20px}.hero-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;text-transform:uppercase;background:#ffffff1f;border-radius:999px;margin-bottom:16px;padding:8px 16px;font-size:.75rem;display:inline-block}.hero-text h1{letter-spacing:-2px;margin-bottom:18px;font-size:clamp(2.3rem,6vw,4.5rem);font-weight:500;line-height:1.05}.hero-text p{color:#ffffffd9;max-width:500px;margin-bottom:25px;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.7}.primary-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:999px;padding:16px 32px;font-weight:600;transition:all .3s}.primary-btn:hover{background:#c5161d}@media (width<=992px){.nav-links{display:none}.navbar{width:95%;padding:14px 22px}.hero-text{max-width:550px}}@media (width<=768px){.hero-text{max-width:100%;bottom:40px;left:20px;right:20px}.hero-text p{max-width:100%}.nav-btn{padding:12px 18px;font-size:.9rem}}@media (width<=480px){.navbar{border-radius:60px;padding:12px 18px}.logo{font-size:1.2rem}.nav-btn{padding:10px 14px;font-size:.8rem}.hero-text{text-align:left;bottom:30px}.hero-tag{letter-spacing:1px;font-size:.65rem}.primary-btn{width:100%;max-width:260px}}@supports (padding:max(0px)){.hero-text{padding-bottom:env(safe-area-inset-bottom)}}.why-section{text-align:center;background-color:#fff;background-image:radial-gradient(#e71c242e 2px,#0000 2px);background-size:48px 48px;padding:120px 8%;position:relative;overflow:hidden}.why-btn-wrap{z-index:5;justify-content:center;margin-top:70px;display:flex;position:relative}.why-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:16px;padding:18px 42px;font-size:1rem;font-weight:600;transition:all .35s;box-shadow:0 15px 35px #e71c242e}.why-btn:hover{background:#d1171f;transform:translateY(-3px);box-shadow:0 20px 45px #e71c2447}.why-btn:active{transform:translateY(0)}.why-section:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#0000 25%,#ffffffd9 100%);position:absolute;inset:0}.why-title{z-index:2;color:#111;margin-bottom:70px;font-size:2.8rem;font-weight:500;position:relative}.why-layout{z-index:2;grid-template-columns:1fr 580px;align-items:center;gap:20px;max-width:1500px;margin:auto;display:grid;position:relative}.stack-container{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1100px;display:grid;position:relative}.stack-container:before{content:"";filter:blur(100px);z-index:-1;background:radial-gradient(circle,#e71c242e,#e71c2414,#0000 80%);width:600px;height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.why-card{text-align:left;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;background:#fffffff5;border:1px solid #e71c241f;border-radius:24px;min-height:250px;padding:30px;transition:opacity .8s,transform .8s,box-shadow .35s,border-color .35s;position:relative;transform:translateY(40px);box-shadow:0 15px 40px #0000000f}.why-card.show{opacity:1;transform:translateY(0)}.card-1.show{transition-delay:.1s}.card-2.show{transition-delay:.25s}.card-3.show{transition-delay:.4s}.why-card:before{content:"";background:#e71c24;border-radius:999px;width:70px;height:4px;position:absolute;top:0;left:30px}.why-card.show:hover{border-color:#e71c2440;transform:translateY(-8px);box-shadow:0 25px 60px #e71c241f,0 15px 30px #00000014}.card-2{border-color:#e71c2440;box-shadow:0 25px 60px #e71c2414,0 15px 30px #00000014}.card-number{color:#fff;background:#e71c24;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:20px;font-weight:600;display:flex}.why-card h3{color:#111;margin-bottom:12px;font-size:1.5rem}.why-card p{color:#666;line-height:1.7}.why-image{justify-content:flex-end;align-items:flex-end;height:100%;display:flex;overflow:visible}.why-image img{object-fit:contain;pointer-events:none;width:100%;max-width:720px;height:auto;display:block;transform:translate(60px)}@media (width<=992px){.why-title{font-size:2.2rem}.why-layout{grid-template-columns:1fr 260px;align-items:center;gap:20px}.stack-container{gap:16px}.why-card{min-height:220px;padding:22px}.why-card h3{font-size:1.2rem}.why-card p{font-size:.9rem}.why-image img{max-width:260px}}@media (width<=768px){.why-section{padding:80px 20px}.why-title{margin-bottom:35px;font-size:1.9rem}.why-image{display:none}.why-layout{justify-content:center;display:flex}.stack-container{grid-template-columns:1fr;gap:16px;width:100%;max-width:280px;display:grid}.why-card{aspect-ratio:1;min-height:unset;text-align:center;background:#fffffffa;border:1px solid #e71c241f;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:22px;transition:all .3s;display:flex;box-shadow:0 15px 35px #0000000f}.card-number{width:50px;height:50px;margin-bottom:14px;font-size:.85rem}.why-card h3{margin-bottom:10px;font-size:1.1rem}.why-card p{max-width:180px;font-size:.82rem;line-height:1.5}}@media (width<=480px){.stack-container{max-width:240px}.card-number{width:44px;height:44px}.why-layout{grid-template-columns:1fr 110px;gap:8px}.why-card{padding:16px}.why-card h3{font-size:.95rem}.why-card p{font-size:.75rem}.why-image img{max-width:120px}}@media (hover:none){.why-card:hover{transform:none}}.carousel-section{background:#fff;padding:120px 0;position:relative;overflow:hidden}.carousel-cta{z-index:5;justify-content:center;margin-top:40px;display:flex;position:relative}.carousel-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:16px;padding:18px 42px;font-size:1rem;font-weight:600;transition:all .35s;box-shadow:0 15px 35px #e71c242e}.carousel-btn:hover{background:#d1171f;transform:translateY(-3px);box-shadow:0 20px 45px #e71c2447}.carousel-btn:active{transform:translateY(0)}.carousel-section:before{content:"";opacity:.65;z-index:1;pointer-events:none;background-image:radial-gradient(#e71c2417 1.5px,#0000 1.5px);background-size:20px 20px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 25%,#000000bf 65%,#0000 100%);mask-image:radial-gradient(circle,#000 25%,#000000bf 65%,#0000 100%)}.carousel-section:after{content:"";filter:blur(140px);z-index:1;pointer-events:none;background:radial-gradient(circle,#e71c2424 0%,#e71c2414 35%,#e71c240a 60%,#0000 80%);width:1200px;height:650px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.carousel-header,.carousel-row{z-index:5;position:relative}.carousel-header{text-align:center;margin-bottom:90px}.carousel-header span{color:#e71c24;letter-spacing:2px;font-size:.8rem;font-weight:600}.carousel-header h2{color:#111;margin-top:15px;font-size:3rem;font-weight:500}.carousel-row{margin-bottom:70px}.row-header{justify-content:space-between;align-items:center;width:92%;margin:0 auto 25px;display:flex}.row-header h3{color:#111;font-size:1.35rem;font-weight:500}.row-controls{gap:12px;display:flex}.row-controls button{color:#e71c24;cursor:pointer;background:#e71c240d;border:1px solid #e71c241f;border-radius:14px;width:48px;height:48px;font-size:1.1rem;transition:all .3s}.row-controls button:hover{color:#fff;background:#e71c24;transform:translateY(-2px);box-shadow:0 10px 30px #e71c242e}.carousel-track-wrapper{overflow:hidden}.carousel-track{will-change:transform;gap:30px;width:max-content;animation:70s linear infinite scrollLeft;display:flex}.carousel-track.reverse{animation:70s linear infinite scrollRight}.carousel-track:hover{animation-play-state:paused}.project-card{cursor:pointer;flex-shrink:0;width:420px;transition:all .4s}.project-card:hover{transform:translateY(-8px)}.project-card img{object-fit:cover;border-radius:22px;width:100%;height:280px;transition:transform .6s,box-shadow .6s;box-shadow:0 15px 50px #00000014}.project-card:hover img{transform:scale(1.04);box-shadow:0 25px 70px #e71c241a,0 15px 35px #00000014}.project-card h4{color:#222;margin-top:16px;font-size:1.05rem;font-weight:400;line-height:1.5}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (width<=768px){.carousel-section{padding:90px 0}.carousel-header h2{font-size:2rem}.project-card{width:300px}.project-card img{height:220px}.row-header{width:95%}}.workflow-section{background:#fff;padding:120px 8%;position:relative;overflow:hidden}.workflow-bg{opacity:.9;z-index:0;background-image:radial-gradient(#e71c242e 1.5px,#0000 1.5px);background-size:19px 19px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 40%,#000000bf 65%,#0000 100%);mask-image:radial-gradient(#000 40%,#000000bf 65%,#0000 100%)}.section-header{z-index:5;text-align:center;margin-bottom:70px;position:relative}.section-tag{color:#e71c24;letter-spacing:2px;font-size:.85rem;font-weight:600}.section-title{color:#111;margin-top:15px;font-size:3rem;font-weight:500}.workflow-layout{z-index:5;position:relative}.workflow-tabs{grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:45px;display:grid}.workflow-tab{text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #e71c2414;border-radius:22px;flex-direction:column;justify-content:center;min-height:130px;padding:22px;transition:all .35s;display:flex}.workflow-tab:hover{border-color:#e71c242e;transform:translateY(-4px)}.workflow-tab.active{background:#e71c24;border-color:#e71c24;box-shadow:0 15px 35px #e71c242e}.workflow-tab h4{color:#111;margin-bottom:8px;font-size:1rem}.workflow-tab p{color:#666;font-size:.85rem;line-height:1.6}.workflow-tab.active h4,.workflow-tab.active p{color:#fff}.workflow-canvas{border-radius:32px;max-width:1100px;min-height:520px;margin:0 auto;position:relative;overflow:hidden}.workflow-glow{filter:blur(110px);pointer-events:none;background:radial-gradient(circle,#e71c241a,#e71c240a,#0000 75%);width:650px;height:650px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.workflow-showcase{z-index:10;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.workflow-showcase img{object-fit:cover;border:1px solid #e71c2414;border-radius:28px;width:100%;max-width:1000px;max-height:520px;transition:transform .4s,box-shadow .4s;animation:.45s fadeImage;display:block;box-shadow:0 20px 60px #00000014}.workflow-showcase img:hover{transform:scale(1.01);box-shadow:0 25px 70px #0000001a}@keyframes fadeImage{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (width<=991px){.workflow-section{padding:90px 5%}.section-title{font-size:clamp(2rem,5vw,2.5rem)}.workflow-tabs{grid-template-columns:repeat(2,1fr);gap:14px}.workflow-tab{min-height:110px;padding:18px}.workflow-canvas{min-height:420px}.workflow-glow{filter:blur(80px);width:500px;height:500px}}@media (width<=768px){.workflow-section{padding:70px 20px}.section-header{margin-bottom:40px}.section-tag{letter-spacing:1.5px;font-size:.75rem}.section-title{font-size:clamp(1.8rem,8vw,2.2rem);line-height:1.15}.workflow-tabs{grid-template-columns:1fr;gap:12px;margin-bottom:30px}.workflow-tab{border-radius:18px;min-height:auto;padding:16px}.workflow-tab h4{margin-bottom:6px;font-size:.95rem}.workflow-tab p{font-size:.8rem;line-height:1.5}.workflow-canvas{border-radius:24px;min-height:auto}.workflow-showcase img{border-radius:20px;width:100%;max-width:100%}.workflow-glow{filter:blur(60px);opacity:.7;width:350px;height:350px}}@media (width<=480px){.workflow-section{padding:60px 16px}.section-title{font-size:1.7rem}.workflow-tab{padding:14px}.workflow-tab h4{font-size:.9rem}.workflow-tab p{font-size:.75rem}.workflow-showcase img{border-radius:16px}.workflow-glow{filter:blur(40px);width:250px;height:250px}}.form-section{background:url(/kitchen.jpg) 50%/cover no-repeat;align-items:center;min-height:100vh;padding:100px 8%;display:flex;position:relative;overflow:hidden}.form-overlay{z-index:1;background:linear-gradient(90deg,#000000d1 0%,#0000008c 40%,#00000040 100%);position:absolute;inset:0}.form-container{z-index:10;justify-content:space-between;align-items:center;gap:80px;width:100%;display:flex;position:relative}.form-content{color:#fff;max-width:620px}.form-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;text-transform:uppercase;background:#ffffff1f;border-radius:999px;margin-bottom:18px;padding:8px 16px;font-size:.72rem;display:inline-block}.form-content h2{letter-spacing:-1.5px;margin-bottom:18px;font-size:3.2rem;font-weight:500;line-height:1.12}.form-content p{color:#ffffffd1;max-width:500px;font-size:.95rem;line-height:1.8}.consultation-card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffff7;border:1px solid #fff6;border-radius:36px;width:430px;padding:36px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000002e}.consultation-card:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#e71c242e,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-120px;right:-120px}.icon-circle{background:#e71c2414;border-radius:22px;justify-content:center;align-items:center;width:75px;height:75px;margin-bottom:18px;font-size:2rem;display:flex}.consultation-card h3{color:#111;margin-bottom:8px;font-size:1.5rem;font-weight:600}.consultation-card p{color:#666;margin-bottom:24px;font-size:.9rem;line-height:1.7}.consultation-form input,.consultation-form textarea{background:#fff;border:1px solid #00000014;border-radius:14px;outline:none;width:100%;margin-bottom:12px;padding:14px 16px;font-size:.9rem;transition:all .3s}.consultation-form textarea{resize:none}.consultation-form input:focus,.consultation-form textarea:focus{border-color:#e71c24;box-shadow:0 0 0 4px #e71c2414}.consultation-form button{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:14px;width:100%;padding:16px;font-size:.95rem;font-weight:600;transition:all .3s}.consultation-form button:hover{background:#c5161d;transform:translateY(-2px)}@media (width<=991px){.form-section{min-height:auto;padding:90px 5%}.form-container{flex-direction:column;gap:50px}.form-content{text-align:center;max-width:700px}.form-content h2{font-size:clamp(2rem,5vw,2.6rem)}.form-content p{margin:auto}.consultation-card{width:100%;max-width:480px}}@media (width<=768px){.form-section{align-items:center;min-height:auto;padding:70px 20px}.form-overlay{background:linear-gradient(#000000d1,#000000b8)}.form-container{gap:35px}.form-content{text-align:center}.form-tag{letter-spacing:1.5px;font-size:.65rem}.form-content h2{margin-bottom:14px;font-size:clamp(1.9rem,8vw,2.4rem);line-height:1.15}.form-content p{max-width:100%;font-size:.9rem;line-height:1.7}.consultation-card{border-radius:28px;width:100%;max-width:100%;padding:24px}.icon-circle{width:65px;height:65px;margin-bottom:15px;font-size:1.6rem}.consultation-card h3{font-size:1.3rem}.consultation-card p{margin-bottom:18px;font-size:.85rem}.consultation-form input,.consultation-form textarea{border-radius:12px;padding:14px;font-size:.9rem}.consultation-form button{padding:15px;font-size:.9rem}}@media (width<=480px){.form-section{padding:60px 16px}.form-content h2{font-size:1.7rem}.consultation-card{border-radius:24px;padding:20px}.icon-circle{border-radius:18px;width:58px;height:58px;font-size:1.4rem}.consultation-card h3{font-size:1.15rem}.consultation-card p{font-size:.8rem}.consultation-form input,.consultation-form textarea,.consultation-form button{font-size:.85rem}}.testimonials{background:#fff;padding:140px 0;position:relative;overflow:hidden}.testimonials:before{content:"";z-index:1;background-image:radial-gradient(#e71c242e 1.8px,#0000 1.8px);background-size:24px 24px;position:absolute;inset:0}.testimonials:after{content:"";filter:blur(140px);pointer-events:none;z-index:2;background:radial-gradient(circle,#e71c2440 0%,#e71c242e 25%,#e71c241a 55%,#0000 80%);width:1100px;height:1100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonials-header{z-index:5;text-align:center;margin-bottom:80px;position:relative}.testimonials-header span{color:#e71c24;letter-spacing:2px;text-transform:uppercase;font-size:.75rem}.testimonials-header h2{color:#111;margin-top:15px;font-size:3rem;font-weight:500}.cards-wrapper{z-index:5;justify-content:center;align-items:center;height:520px;display:flex;position:relative}.cards-wrapper:before{content:"";filter:blur(90px);z-index:0;background:radial-gradient(circle,#e71c2433,#e71c2414,#0000);width:700px;height:500px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#111;clip-path:polygon(0 0,calc(100% - 60px) 0,100% 60px,100% 100%,0 100%);background:#fffffff7;border:1px solid #e71c241f;width:460px;height:460px;padding:40px;transition:all .6s;position:absolute;box-shadow:0 20px 60px #00000014}.testimonial-card:before{content:"";filter:blur(40px);background:radial-gradient(circle,#e71c2426,#0000);border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;right:-70px}.testimonial-card.active{color:#fff;background:#e71c24;border:none;box-shadow:0 0 40px #e71c2440,0 0 80px #e71c242e,0 35px 100px #e71c244d}.testimonial-card img{object-fit:cover;border-radius:18px;width:65px;height:65px;margin-bottom:25px}.testimonial-card h3{font-size:1.1rem;font-weight:500;line-height:1.8}.testimonial-card p{opacity:.85;font-size:.9rem;font-style:italic;position:absolute;bottom:40px;left:40px}.testimonial-nav{z-index:5;justify-content:center;gap:14px;margin-top:40px;display:flex;position:relative}.testimonial-nav button{color:#e71c24;cursor:pointer;background:#fff;border:1px solid #e71c2426;border-radius:18px;width:70px;height:70px;font-size:2rem;transition:all .3s;box-shadow:0 10px 30px #0000000d}.testimonial-nav button:hover{color:#fff;background:#e71c24;border-color:#e71c24}@media (width<=991px){.testimonials{padding:100px 20px}.testimonials-header{margin-bottom:50px}.testimonials-header h2{font-size:clamp(2rem,5vw,2.5rem)}.cards-wrapper{height:420px}.testimonial-card{width:340px;height:360px;padding:28px}.testimonial-card p{bottom:28px;left:28px}.testimonials:after{filter:blur(90px);width:700px;height:700px}}@media (width<=768px){.testimonials{padding:80px 16px}.testimonials-header{margin-bottom:35px}.testimonials-header span{letter-spacing:1.5px;font-size:.7rem}.testimonials-header h2{font-size:clamp(1.8rem,8vw,2.2rem);line-height:1.15}.cards-wrapper{height:340px}.cards-wrapper:before{filter:blur(70px);width:320px;height:320px}.testimonial-card{clip-path:polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 100%,0 100%);width:min(90vw,320px);height:320px;padding:24px}.testimonial-card img{border-radius:14px;width:55px;height:55px;margin-bottom:18px}.testimonial-card h3{font-size:.95rem;line-height:1.7}.testimonial-card p{font-size:.8rem;bottom:24px;left:24px}.testimonial-nav{gap:10px;margin-top:25px}.testimonial-nav button{border-radius:14px;width:52px;height:52px;font-size:1.4rem}.testimonials:after{filter:blur(70px);width:450px;height:450px}}@media (width<=480px){.testimonials{padding:70px 12px}.cards-wrapper{min-height:380px}.testimonial-card{clip-path:polygon(0 0,calc(100% - 32px) 0,100% 32px,100% 100%,0 100%);width:min(92vw,290px);height:290px;padding:20px}.testimonial-card img{border-radius:12px;width:48px;height:48px}.testimonial-card h3{font-size:.85rem;line-height:1.6}.testimonial-card p{font-size:.75rem;bottom:20px;left:20px}.testimonial-nav button{width:46px;height:46px;font-size:1.2rem}.testimonials:before{background-size:18px 18px}}.visit-section{background:#fff;padding:140px 8%;position:relative;overflow:hidden}.visit-grid{pointer-events:none;opacity:.95;background-image:radial-gradient(#e71c242e 1.6px,#0000 1.6px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 45%,#000000d9 70%,#0000 100%);mask-image:radial-gradient(#000 45%,#000000d9 70%,#0000 100%)}.visit-section:before{content:"";filter:blur(120px);z-index:1;background:radial-gradient(circle,#e71c241a,#0000 70%);width:800px;height:800px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.visit-header,.visit-tabs,.visit-container,.visit-btn-wrap{z-index:5;position:relative}.visit-header{text-align:center}.visit-header span{color:#e71c24;letter-spacing:2px;font-size:.8rem;font-weight:600}.visit-header h2{color:#111;margin-top:15px;font-size:3rem;font-weight:500}.visit-header p{color:#666;max-width:600px;margin:18px auto 0;line-height:1.8}.visit-tabs{justify-content:center;gap:15px;margin:50px 0 70px;display:flex}.visit-tab{cursor:pointer;background:#fff;border:1px solid #e71c2426;border-radius:999px;padding:14px 28px;transition:all .3s}.visit-tab.active{color:#fff;background:#e71c24;box-shadow:0 12px 30px #e71c2433}.visit-container{grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;display:grid}.visit-image{position:relative}.visit-image img{border-radius:32px;width:100%;display:block;box-shadow:0 25px 70px #0000001a}.visit-details{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.visit-mini-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;border:1px solid #e71c241a;border-radius:22px;min-height:130px;padding:22px;transition:all .35s;box-shadow:0 12px 30px #0000000a}.visit-mini-card:hover{border-color:#e71c2440;transform:translateY(-5px);box-shadow:0 15px 40px #e71c2414}.visit-mini-card span{color:#e71c24;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:600;display:block}.visit-mini-card p{color:#222;font-size:.95rem;font-weight:500;line-height:1.7}.visit-btn-wrap{text-align:center;margin-top:60px}.visit-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:999px;padding:18px 42px;font-weight:600;transition:all .3s;box-shadow:0 15px 40px #e71c242e}.visit-btn:hover{transform:translateY(-3px)}@media (width<=992px){.visit-section{padding:100px 5%}.visit-header h2{font-size:clamp(2rem,5vw,2.5rem)}.visit-container{grid-template-columns:1fr;gap:40px}.visit-details{grid-template-columns:repeat(2,1fr)}.visit-section:before{filter:blur(90px);width:600px;height:600px}}@media (width<=768px){.visit-section{padding:80px 20px}.visit-header h2{font-size:clamp(1.8rem,8vw,2.2rem);line-height:1.15}.visit-header p{font-size:.9rem;line-height:1.7}.visit-tabs{scrollbar-width:none;justify-content:flex-start;gap:10px;margin:35px 0 45px;padding-bottom:8px;overflow-x:auto}.visit-tabs::-webkit-scrollbar{display:none}.visit-tab{white-space:nowrap;flex-shrink:0;padding:12px 20px;font-size:.9rem}.visit-container{gap:30px}.visit-image img{border-radius:24px}.visit-details{grid-template-columns:1fr 1fr;gap:12px}.visit-mini-card{border-radius:18px;min-height:auto;padding:18px}.visit-mini-card span{font-size:.7rem}.visit-mini-card p{font-size:.85rem;line-height:1.5}.visit-btn-wrap{margin-top:40px}.visit-btn{padding:15px 30px;font-size:.9rem}.visit-section:before{filter:blur(70px);width:400px;height:400px}}@media (width<=480px){.visit-section{padding:70px 16px}.visit-header h2{font-size:1.7rem}.visit-header p{font-size:.85rem}.visit-details{grid-template-columns:1fr}.visit-image img{border-radius:20px}.visit-mini-card{border-radius:16px;padding:16px}.visit-mini-card p{font-size:.8rem}.visit-btn{width:100%;max-width:280px;padding:15px 24px}.visit-section:before{filter:blur(50px);width:280px;height:280px}}.newform-section{background-color:#0000;background-image:linear-gradient(#00000073,#00000073),url(/killer.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:100vh;padding:120px 8%;position:relative;overflow:hidden}.newform-overlay{z-index:1;background:radial-gradient(circle,#e71c2426,#0000 70%);position:absolute;inset:0}.newform-container{z-index:5;grid-template-columns:1fr 450px;align-items:center;gap:80px;max-width:1400px;margin:auto;display:grid;position:relative}.newform-content{color:#fff}.newform-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;background:#ffffff1f;border-radius:999px;margin-bottom:25px;padding:10px 18px;font-size:.75rem;display:inline-block}.newform-content h2{margin-bottom:20px;font-size:4rem;font-weight:500;line-height:1.1}.newform-content p{color:#ffffffd9;max-width:500px;line-height:1.8}.newform-card{box-sizing:border-box;background:#f7f3ee;border-radius:30px;width:100%;max-width:520px;padding:clamp(18px,4vw,40px);position:relative;box-shadow:0 30px 80px #00000026}.newform-card h3{color:#111;margin-bottom:20px;font-size:2rem;font-weight:500;line-height:1.3}.step-tag{color:#444;letter-spacing:1px;margin-bottom:40px;font-size:.95rem;display:inline-block}.step-tag span{color:#e71c24;font-weight:600}.option-group{margin-bottom:35px}.option-group h4{color:#111;margin-bottom:18px;font-size:1.1rem}.option-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.option-grid button{color:#e71c24;cursor:pointer;background:#fff;border:1px solid #e71c24;border-radius:12px;width:100%;min-width:0;padding:12px 8px;font-weight:600;transition:all .3s}.option-grid button:hover,.option-grid button.active,.option-grid button:hover,.option-grid button.active{color:#fff;background:#e71c24}.estimate-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:14px;justify-content:center;align-items:center;gap:15px;width:100%;height:64px;margin-top:20px;font-size:1.15rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 15px 35px #e71c2440}.estimate-btn:hover{transform:translateY(-2px)}.estimate-btn span{font-size:1.5rem}.newform-form input,.newform-form textarea{border:1px solid #00000014;border-radius:16px;outline:none;width:100%;padding:16px 18px;font-size:.95rem}.newform-form input:focus,.newform-form textarea:focus{border-color:#e71c24}.newform-form button{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:18px;margin-top:10px;padding:18px;font-weight:600;transition:all .3s}.newform-form button:hover{background:#c5161d}@media (width<=992px){.newform-container{grid-template-columns:1fr;gap:50px}.newform-content{text-align:center}.newform-content p{margin:auto}.newform-content h2{font-size:2.8rem}.newform-card{max-width:500px;margin:auto}}@media (width<=768px){.newform-section{padding:70px 20px}.newform-content h2{font-size:2rem;line-height:1.2}.newform-card{max-width:100%}}@media (width<=480px){.newform-section{padding:50px 10px}.newform-container{width:100%}.newform-content h2{font-size:1.6rem}.newform-content p{font-size:.85rem}.newform-card{border-radius:18px;width:100%;max-width:100%;padding:16px;overflow:hidden}.newform-card h3{font-size:1.15rem;line-height:1.3}.step-tag{font-size:.75rem}.option-grid{grid-template-columns:1fr 1fr;gap:8px}.option-grid button{padding:10px 4px;font-size:.72rem}.estimate-btn{height:50px;font-size:.85rem}.estimate-btn span{font-size:1rem}}.client-section{background:#fff;padding:120px 0;position:relative;overflow:hidden}.client-glow{filter:blur(100px);pointer-events:none;z-index:1;background:radial-gradient(circle,#e71c241a 0%,#e71c240d 40%,#0000 75%);width:900px;height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.client-header{z-index:5;text-align:center;margin-bottom:70px;position:relative}.client-tag{color:#e71c24;letter-spacing:2px;background:#e71c240d;border:1px solid #e71c2426;border-radius:999px;margin-bottom:20px;padding:10px 18px;font-size:.8rem;display:inline-block}.client-header h2{color:#111;font-size:3rem;font-weight:500;line-height:1.2}.client-marquee{z-index:5;flex-direction:column;gap:50px;display:flex;position:relative;overflow:hidden}.client-track{align-items:center;gap:80px;width:max-content;animation:30s linear infinite scrollLeft;display:flex}.client-track.reverse{animation:30s linear infinite scrollRight}.client-card{flex-shrink:0;justify-content:center;align-items:center;min-width:220px;transition:all .4s;display:flex}.client-card:hover{transform:translateY(-6px)}.client-card img{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:90px;transition:all .4s}.client-card:hover img{transform:scale(1.08)}.client-section:before{content:"";opacity:.9;pointer-events:none;z-index:0;background-image:radial-gradient(#e71c2433 1.6px,#0000 1.6px);background-size:20px 20px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 40%,#000000bf 65%,#0000 100%);mask-image:radial-gradient(#000 40%,#000000bf 65%,#0000 100%)}@media (width<=992px){.client-section{padding:100px 0}.client-header{margin-bottom:50px}.client-header h2{font-size:clamp(2rem,5vw,2.5rem)}.client-glow{filter:blur(80px);width:600px;height:250px}.client-track{gap:60px}.client-card{min-width:180px}.client-card img{max-width:140px;max-height:70px}}@media (width<=768px){.client-section{padding:80px 0}.client-header{margin-bottom:35px;padding:0 20px}.client-tag{letter-spacing:1.5px;padding:8px 14px;font-size:.7rem}.client-header h2{font-size:clamp(1.8rem,8vw,2.2rem);line-height:1.2}.client-marquee{gap:30px}.client-track{gap:40px;animation-duration:40s}.client-card{min-width:130px}.client-card img{max-width:100px;max-height:50px}.client-glow{filter:blur(60px);width:350px;height:180px}}@media (width<=480px){.client-section{padding:70px 0}.client-header{padding:0 16px}.client-header h2{font-size:1.7rem}.client-track{gap:30px;animation-duration:45s}.client-card{min-width:110px}.client-card img{max-width:85px;max-height:45px}.client-glow{filter:blur(40px);width:250px;height:140px}.client-section:before{background-size:16px 16px}}.interior-section{background:#fff;padding:120px 8%;overflow:hidden}.interior-title{text-align:center;color:#111;margin-bottom:90px;font-size:3rem;font-weight:500}.interior-grid{grid-template-columns:repeat(5,1fr);gap:70px 40px;max-width:1400px;margin:auto;display:grid}.interior-item{text-align:center;cursor:pointer;transition:all .35s}.interior-item:hover{transform:translateY(-8px)}.interior-item img{object-fit:contain;width:95px;height:95px;margin-bottom:18px;transition:all .35s}.interior-item:hover img{transform:scale(1.08)}.interior-item p{color:#111;font-size:1.05rem;font-weight:500;line-height:1.5}@media (width<=768px){.interior-section{padding:70px 20px}.interior-title{margin-bottom:40px;font-size:clamp(1.8rem,8vw,2.2rem);line-height:1.2}.interior-grid{grid-template-columns:repeat(3,1fr);gap:30px 12px}.interior-item img{width:55px;height:55px;margin-bottom:10px}.interior-item p{font-size:.75rem;line-height:1.3}}.feet-section{background:#fff;padding-top:100px;position:relative;overflow:hidden}.feet-grid{pointer-events:none;background-image:radial-gradient(#e71c241f 1.3px,#0000 1.3px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 55%,#000c 75%,#0000 100%);mask-image:radial-gradient(#000 55%,#000c 75%,#0000 100%)}.feet-container{z-index:2;justify-content:space-between;align-items:center;max-width:1400px;margin:auto;padding:0 8%;display:flex;position:relative}.feet-content{max-width:700px}.feet-tag{color:#e71c24;letter-spacing:2px;background:#e71c240d;border:1px solid #e71c241f;border-radius:999px;margin-bottom:20px;padding:10px 18px;font-size:.75rem;display:inline-block}.feet-content h2{color:#111;margin-bottom:18px;font-size:3.3rem;font-weight:500;line-height:1.15}.feet-content p{color:#666;margin-bottom:35px;font-size:1.15rem;line-height:1.8}.feet-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:999px;padding:18px 42px;font-size:1rem;font-weight:600;transition:all .3s}.feet-btn:hover{background:#cf171f;transform:translateY(-3px)}.feet-image{justify-content:center;align-items:flex-end;display:flex}.feet-image img{object-fit:contain;width:360px;display:block}.footer-bottom{z-index:2;background:#fff;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:40px;padding:25px 8%;display:flex;position:relative}.footer-bottom p{color:#555;font-size:.95rem}.footer-contact{color:#111;gap:40px;font-weight:500;display:flex}@media (width<=992px){.feet-section{padding-top:80px}.feet-container{text-align:center;flex-direction:column;gap:40px}.feet-content{max-width:100%}.feet-content h2{font-size:clamp(2rem,5vw,2.5rem)}.feet-content p{margin-bottom:25px;font-size:1rem}.feet-image img{width:280px}.footer-bottom{text-align:center;flex-direction:column;gap:15px}.footer-contact{gap:20px}}@media (width<=768px){.feet-section{padding-top:70px}.feet-container{gap:30px;padding:0 20px}.feet-tag{letter-spacing:1.5px;padding:8px 14px;font-size:.7rem}.feet-content h2{margin-bottom:12px;font-size:clamp(1.8rem,8vw,2.2rem);line-height:1.2}.feet-content p{margin-bottom:22px;font-size:.9rem;line-height:1.7}.feet-btn{padding:15px 28px;font-size:.9rem}.feet-image img{width:220px}.footer-bottom{padding:20px}.footer-bottom p{font-size:.85rem}.footer-contact{flex-flow:wrap;justify-content:center;gap:15px;font-size:.85rem}}@media (width<=480px){.feet-section{padding-top:60px}.feet-container{padding:0 16px}.feet-content h2{font-size:1.7rem}.feet-content p{font-size:.85rem}.feet-btn{width:100%;max-width:260px}.feet-image img{width:180px}.footer-bottom{padding:18px 16px}.footer-contact{flex-direction:column;gap:8px}.footer-bottom p{font-size:.8rem}}.estimate-section{background:#fff;min-height:100vh;padding:140px 8% 100px}.estimate-container{max-width:1500px;margin:auto}.estimate-title{text-align:center;color:#111;margin-bottom:60px;font-size:2.5rem;font-weight:500}.estimate-card{background:#fff;border:1px solid #e9e9e9;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px #0000000d}.estimate-top{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;padding:45px;display:grid}.estimate-divider{background:#e6e6e6;width:1px;height:120px}.estimate-item{justify-content:center;align-items:center;gap:22px;display:flex}.estimate-item img{object-fit:contain;width:70px;height:70px}.estimate-item h3{color:#333;font-size:1.8rem;font-weight:400}.estimate-item span{color:#e71c24;margin-top:6px;font-size:1rem;display:block}.estimate-bottom{background:#f8f8f8;justify-content:space-between;align-items:center;padding:28px 40px;display:flex}.estimate-info{color:#333;font-size:1.35rem;line-height:1.8}.estimate-info strong{color:#e71c24;font-weight:500}.estimate-info small{color:#666;margin-left:18px;font-size:1rem}.edit-btn{color:#e71c24;cursor:pointer;background:0 0;border:none;font-size:1.15rem;font-weight:600}.modify-btn{color:#111;cursor:pointer;background:0 0;border:none;margin:60px auto 0;font-size:1.5rem;font-weight:500;transition:all .3s;display:block}.modify-btn:hover{color:#e71c24}@media (width<=1100px){.estimate-top{grid-template-columns:1fr;gap:30px}.estimate-divider{display:none}.estimate-bottom{text-align:center;flex-direction:column;gap:20px}.estimate-title{font-size:2rem}}@media (width<=768px){.estimate-section{padding:100px 20px}.estimate-item{text-align:center;flex-direction:column}.estimate-item h3{font-size:1.3rem}.estimate-info{font-size:1rem}.modify-btn{font-size:1.2rem}}.estimate-cards{width:92%;max-width:1550px;margin:70px auto 100px}.modify-row{justify-content:center;margin-bottom:45px;display:flex}.modify-btn{color:#fff;cursor:pointer;background:#e71c24;border:none;border-radius:999px;padding:18px 42px;font-size:1rem;font-weight:600;transition:all .35s;box-shadow:0 18px 40px #e71c242e}.modify-btn:hover{background:#d7181f;transform:translateY(-3px)}.cards-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.estimate-plan{background:#fff;border:1px solid #ececec;border-radius:22px;transition:all .35s;overflow:hidden;box-shadow:0 12px 35px #0000000d}.estimate-plan:hover{transform:translateY(-6px);box-shadow:0 22px 55px #00000017}.estimate-head{justify-content:space-between;align-items:flex-start;padding:28px;display:flex}.plan-title{align-items:center;gap:12px;display:flex}.plan-title h3{color:#111;font-size:1.5rem;font-weight:500}.estimate-head p{color:#777;margin-top:8px;font-size:.95rem}.popular-tag{color:#fff;letter-spacing:1px;background:#e71c24;border-radius:999px;padding:5px 12px;font-size:.7rem}.price-area{text-align:right}.price-area h2{color:#111;font-size:2rem;font-weight:600}.price-area a{color:#e71c24;font-size:.9rem;text-decoration:none}.image-slider{height:290px;position:relative}.image-slider img{object-fit:cover;width:100%;height:100%}.slide-btn{cursor:pointer;color:#111;background:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:18px;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #00000026}.slide-btn:hover{color:#fff;background:#e71c24}.slide-btn.left{left:18px}.slide-btn.right{right:18px}.estimate-footer{justify-content:space-between;align-items:center;padding:24px;display:flex}.estimate-feature{align-items:center;gap:14px;display:flex}.estimate-feature img{object-fit:contain;width:46px;height:46px}.estimate-feature span{color:#777;font-size:.85rem;display:block}.estimate-feature strong{color:#111;margin-top:4px;font-size:1rem;display:block}.plus{color:#d8d8d8;font-size:2rem;font-weight:300}.estimate-note{text-align:center;color:#777;margin-top:40px;font-size:.95rem;line-height:1.8}.estimate-note strong{color:#111}@media (width<=1200px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cards-grid{grid-template-columns:1fr}.estimate-head{flex-direction:column;gap:20px}.price-area{text-align:left}.image-slider{height:240px}.estimate-footer{flex-direction:column;gap:22px}.plus{display:none}.modify-btn{width:100%}}.estimate-modal{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff47;justify-content:center;align-items:center;animation:.45s fadeModal;display:flex;position:fixed;inset:0}.estimate-modal-card{width:430px;max-width:90%}.estimate-blur{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none;transition:all .35s}@keyframes fadeModal{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}.thankyou-section{background:#fff;flex-direction:column;align-items:center;min-height:100vh;display:flex}.thankyou-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#ec1c24,#ff6b6b);width:100%;padding:90px 20px 170px}.thankyou-icon{border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto;font-size:42px;font-weight:700;display:flex}.thankyou-hero h1{margin-top:35px;font-size:3.5rem;font-weight:600}.thankyou-hero p{opacity:.95;margin-top:20px;font-size:1.15rem;line-height:1.8}.thankyou-card{background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;width:min(900px,90%);margin-top:-80px;padding:45px 50px;display:flex;box-shadow:0 20px 60px #00000014}.thankyou-content h3{color:#111;margin-bottom:15px;font-size:2rem}.thankyou-content p{color:#666;max-width:520px;font-size:1rem;line-height:1.8}.thankyou-btn{color:#fff;cursor:pointer;background:#ec1c24;border:none;border-radius:10px;padding:18px 42px;font-size:1rem;font-weight:600;transition:all .3s}.thankyou-btn:hover{background:#d51820;transform:translateY(-2px)}@media (width<=768px){.thankyou-card{text-align:center;flex-direction:column;padding:35px 25px}.thankyou-hero h1{font-size:2.4rem}.thankyou-content h3{font-size:1.6rem}}.popup-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;background:#00000073;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.popup-content{background:0 0;border-radius:20px;width:min(500px,90%);max-height:90vh;animation:.3s popup;position:relative;overflow-y:auto}.popup-close{color:#fff;cursor:pointer;z-index:100000;background:#ec1c24;border:none;border-radius:50%;width:38px;height:38px;font-size:22px;position:absolute;top:15px;right:15px}@keyframes popup{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif}.navbar{z-index:1000;background:#fff;border-radius:60px;justify-content:space-between;align-items:center;width:82%;height:82px;padding:0 30px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 15px 40px #00000014}.nav-logo{cursor:pointer;-webkit-user-select:none;user-select:none;font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700}.nav-logo .black{color:#111}.nav-logo .red{color:#ef2b23}.nav-links{align-items:center;gap:48px;list-style:none;display:flex}.nav-links a{color:#111;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:#ef2b23;width:0%;height:2px;transition:all .35s;position:absolute;bottom:-6px;left:0}.nav-links a:hover{color:#ef2b23}.nav-links a:hover:after{width:100%}.consult-btn{color:#fff;cursor:pointer;background:#ef2b23;border:none;border-radius:40px;outline:none;padding:18px 28px;font-size:15px;font-weight:600;transition:all .35s;box-shadow:0 10px 25px #ef2b2347}.consult-btn:hover{background:#d71e17;transform:translateY(-2px)}@media (width<=1100px){.navbar{width:92%}.nav-links{gap:28px}}@media (width<=900px){.nav-links{display:none}.navbar{padding:0 22px}.consult-btn{padding:15px 22px}.nav-logo{font-size:1.9rem}}@media (width<=500px){.navbar{width:94%;height:72px}.consult-btn{padding:13px 18px;font-size:13px}.nav-logo{font-size:1.7rem}}.address-link{color:inherit;text-decoration:none;transition:color .3s}.address-link:hover{color:#e71c24;text-decoration:underline}.option-grid button{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;padding:12px 18px;transition:all .3s}.option-grid button:hover{background:#e71c24;border-color:#e71c24;color:#fff!important}.option-grid button.selected{background:#e71c24;border-color:#e71c24;transform:translateY(-2px);box-shadow:0 8px 20px #e71c2440;color:#fff!important}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;cursor:pointer;width:auto;height:130px;transition:transform .3s;transform:translateY(8px)}.logo-img:hover{transform:scale(1.05)}.footer-social{align-items:center;gap:16px;display:flex}.footer-social a{justify-content:center;align-items:center;text-decoration:none;transition:all .35s;display:flex;color:#ec1240!important;font-size:28px!important}.footer-social a:hover{filter:drop-shadow(0 0 10px #ec124099);transform:translateY(-3px)scale(1.15);color:#ff3b67!important}.footer-link{font-size:16px;font-weight:500;text-decoration:none;transition:all .35s;color:#222!important}.footer-link:hover{color:#ec1240!important}.whatsapp-float{color:#fff;z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:34px;text-decoration:none;transition:all .35s;animation:2.5s infinite whatsappPulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px #25d36659}.whatsapp-float:hover{color:#fff;background:#20c85a;transform:translateY(-4px)scale(1.08);box-shadow:0 15px 35px #25d3668c}@keyframes whatsappPulse{0%{transform:scale(1);box-shadow:0 0 #25d36673}70%{transform:scale(1.06);box-shadow:0 0 0 18px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}@media (width<=768px){.whatsapp-float{width:56px;height:56px;font-size:30px;bottom:18px;right:18px}}@media (width<=1024px){.navbar{width:94%;height:75px;padding:0 24px;top:16px}.logo-img{height:48px}.consult-btn{height:42px;padding:0 22px;font-size:14px}}@media (width<=768px){.navbar{border-radius:18px;width:calc(100% - 24px);height:65px;padding:0 16px;top:12px}.logo-img{height:40px}.consult-btn{white-space:nowrap;height:38px;padding:0 16px;font-size:12px}}@media (width<=480px){.navbar{border-radius:16px;width:calc(100% - 16px);height:60px;padding:0 12px;top:10px}.logo-img{height:80px}.consult-btn{height:34px;padding:0 12px;font-size:11px}}
