.hide-mobile{display:block!important}.hide-desktop{display:none!important}@media (max-width:768px){.hide-mobile{display:none!important}.hide-desktop{display:block!important}}:root{--brand-1:#cea8ce;--brand-2:#c7a9d0;--brand-3:#b0aed6;--brand-4:#96b4de;--brand-5:#8cb6e1;--gradient:linear-gradient(135deg, #cea8ce 0%, #b0aed6 50%, #8cb6e1 100%);--bg:#fff;--bg-tint:#f8f5fb;--text:#2a2145;--text-2:#5c5470;--text-3:#9890a8;--border:#b0aed626;--font:var(--font-futura), system-ui, -apple-system, sans-serif;--ease:cubic-bezier(.2, 0, 0, 1)}.footer-logo-optimized{width:auto;height:50px;margin-bottom:1.5rem}.contact-link-plain{color:inherit;text-decoration:none}.contact-link-plain:hover{text-decoration:underline}address{font-style:normal}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font);text-align:left;font-weight:400;line-height:1.7;overflow-x:hidden}[dir=rtl] body{text-align:right}h1,h2,h3,h4{font-family:var(--font);text-align:inherit;font-weight:800;line-height:1.15}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto}button{font-family:var(--font);cursor:pointer}.reveal{opacity:0;backface-visibility:hidden;will-change:opacity, transform;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateZ(0)}.reveal-up{transform:translateY(40px)}.reveal-left{transform:translate(-40px)}.reveal-right{transform:translate(40px)}.reveal.revealed{opacity:1;transform:translate(0)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:480px){.container{padding:0 1.25rem}}.section{padding:7rem 0;position:relative}@media (max-width:768px){.section{padding:4.5rem 0}}.section-tinted{background:var(--bg-tint)}.section-header-center{text-align:center;margin-bottom:3rem}.section-tag{text-transform:uppercase;letter-spacing:3px;background:var(--gradient);-webkit-text-fill-color:transparent;text-shadow:0 1px #00000005;-webkit-background-clip:text;background-clip:text;margin-bottom:.6rem;font-size:.8rem;font-weight:800;display:inline-block}.section-title{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem)}.section-sub{color:var(--text-2);max-width:560px;margin:0 auto;font-size:1.05rem}.body-text{color:var(--text-2);margin-bottom:1rem;font-size:1.05rem;line-height:1.85}.btn-primary{background:var(--gradient);color:#fff;cursor:pointer;transition:all .4s var(--ease);background-size:200%;border:none;border-radius:60px;padding:.75rem 2.2rem;font-size:.95rem;font-weight:800;animation:3s infinite btnPulse;position:relative;overflow:hidden;box-shadow:0 4px 15px #b0aed64d}.btn-primary:hover{background-position:100%;transform:scale(1.05)translateY(-2px);box-shadow:0 8px 25px #b0aed673}.btn-primary:after{content:"";background:#ffffff59;width:20%;height:200%;transition:none;animation:4s linear infinite shimmer;position:absolute;top:-50%;left:-60%;transform:rotate(30deg)}@keyframes shimmer{0%{left:-60%}25%{left:130%}to{left:130%}}@keyframes btnPulse{0%{box-shadow:0 4px 15px #b0aed64d}50%{box-shadow:0 4px 25px #b0aed699}to{box-shadow:0 4px 15px #b0aed64d}}.btn-outline{color:var(--text);border:2px solid var(--border);background:0 0;border-radius:60px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.92rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-outline:hover{border-color:var(--brand-3);background:#b0aed60f}.btn-lg{padding:1.05rem 2.8rem;font-size:1rem}.btn-white{color:var(--text);background:#fff;border:none;border-radius:60px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:.95rem;font-weight:800;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #00000014}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.header{z-index:1000;-webkit-backdrop-filter:blur(8px);will-change:background, backdrop-filter;background:#fffc;border-bottom:1px solid #0000;width:100%;transition:all .3s;position:fixed;top:0;left:0}@media (max-width:768px){.header{-webkit-backdrop-filter:none;background:#fffffff2}}.header.scrolled{border-bottom-color:var(--border);box-shadow:0 2px 20px #b0aed614}.header-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.header-logo img{width:auto;height:44px}.nav-list{align-items:center;gap:1.8rem;display:flex}.nav-list a{color:var(--text-2);font-size:.88rem;font-weight:600;transition:color .25s}.nav-list a:hover{color:var(--brand-3)}.lang-btn{border:1.5px solid var(--border);color:var(--text-2);cursor:pointer;background:0 0;border-radius:30px;padding:.35rem 1rem;font-size:.83rem;font-weight:700;transition:all .25s}.lang-btn:hover{border-color:var(--brand-3)}.hero-badge{-webkit-backdrop-filter:blur(12px);letter-spacing:.12em;color:var(--accent);z-index:2;background:#fff6;border:1px solid #ffffff80;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;animation:6s ease-in-out infinite badgeFloat;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.badge-glow{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;animation:4s linear infinite badgeShine;position:absolute;top:0;left:-100%}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes badgeShine{to{left:150%}}.hero{background:linear-gradient(160deg,#faf5ff 0%,#f2f0ff 35%,#eef6ff 65%,#faf5ff 100%);align-items:center;min-height:100dvh;padding-top:76px;display:flex;position:relative;overflow:hidden}.hero-bg-pattern{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.4;background-size:60px 60px;position:absolute;inset:0}@media (max-width:900px){.hero-bg-pattern{background-image:radial-gradient(circle at 20% 20%, var(--bg-tint) 0%, transparent 40%);opacity:.5;background-size:100% 100%}}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content{max-width:560px}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.2rem,8vw,4rem)}.hero-sub{color:var(--text-2);margin-bottom:2.5rem;font-size:clamp(1rem,3.5vw,1.15rem);line-height:1.75}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.animate-title{animation:heroIn .9s var(--ease) .2s both}.animate-sub{animation:heroIn .9s var(--ease) .45s both}.animate-btns{animation:heroIn .9s var(--ease) .65s both}.animate-visual{animation:heroScale 1s var(--ease) .3s both}@keyframes heroIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.hero-logo-showcase{border:1px solid var(--border);background:radial-gradient(circle,#cea8ce14 0%,#8cb6e10d 100%);border-radius:50%;justify-content:center;align-items:center;width:min(360px,85vw);height:min(360px,85vw);margin:0 auto;display:flex;position:relative;box-shadow:0 0 60px #b0aed61a}.hero-logo-showcase:before{content:"";border:1.5px solid var(--brand-1);opacity:.15;border-radius:50%;animation:15s linear infinite orbitRotate;position:absolute;inset:-20px}.hero-logo-showcase:after{content:"";border:1px dashed var(--brand-5);opacity:.12;border-radius:50%;animation:25s linear infinite reverse orbitRotate;position:absolute;inset:-50px}.floating-logo{z-index:5;filter:drop-shadow(0 10px 20px #b0aed633);animation:6s ease-in-out infinite logoFloat;position:relative}.orbit-node{background:var(--gradient);z-index:3;width:10px;height:10px;box-shadow:0 0 15px var(--brand-1);border-radius:50%;position:absolute}.node-1{animation:12s linear infinite orbit1}.node-2{animation:18s linear infinite orbit2}.node-3{animation:15s linear infinite orbit3}@keyframes orbitRotate{to{transform:rotate(360deg)}}@keyframes logoFloat{0%{transform:translateY(0)rotate(0)}33%{transform:translateY(-12px)rotate(2deg)}66%{transform:translateY(8px)rotate(-1.5deg)}to{transform:translateY(0)rotate(0)}}@keyframes orbit1{0%{transform:rotate(0)translate(190px)rotate(0)}to{transform:rotate(360deg)translate(190px)rotate(-360deg)}}@keyframes orbit2{0%{transform:rotate(180deg)translate(220px)rotate(-180deg)}to{transform:rotate(540deg)translate(220px)rotate(-540deg)}}@keyframes orbit3{0%{transform:rotate(90deg)translate(160px)rotate(-90deg)}to{transform:rotate(450deg)translate(160px)rotate(-450deg)}}.hero-logo-showcase img{object-fit:contain;width:min(140px,35vw);height:min(140px,35vw)}.about-layout{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.about-tagline{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:1rem;font-size:1.3rem;font-weight:800}.about-stats-col{padding-top:2rem}.stat-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.stat-item{border:1px solid var(--border);text-align:center;background:#fff;border-radius:20px;padding:2rem 1.5rem;transition:all .3s}.stat-item:hover{border-color:var(--brand-3);transform:translateY(-4px);box-shadow:0 12px 30px #b0aed61f}.stat-num{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;display:block}.stat-label{color:var(--text-2);margin-top:.25rem;font-size:.88rem;font-weight:600;display:block}.cta-section{padding:4rem 0}.cta-banner{background:var(--gradient);text-align:center;border-radius:24px;padding:4.5rem 3rem;position:relative;overflow:hidden}.cta-banner:before{top:24px;border-top:2px solid #ffffff59;border-inline-start:2px solid #ffffff59;inset-inline-start:24px}.cta-banner:after{bottom:24px;border-bottom:2px solid #ffffff59;border-inline-end:2px solid #ffffff59;inset-inline-end:24px}[dir=rtl] .cta-banner:before{border-left:none}[dir=rtl] .cta-banner:after{border-right:none}.cta-banner h2{color:#fff;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.4rem)}.cta-banner p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem}.timeline{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.timeline-line{inset-inline-start:30px;background:linear-gradient(to bottom, var(--brand-1), var(--brand-5));opacity:.2;width:2px;position:absolute;top:0;bottom:0}.timeline-item{flex-direction:column;align-items:flex-start;margin-bottom:3.5rem;padding-inline-start:80px;display:flex;position:relative}.timeline-dot{inset-inline-start:8px;background:var(--gradient);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:0;box-shadow:0 4px 16px #b0aed64d}.timeline-content h3{margin-bottom:.5rem;font-size:1.35rem}.timeline-content p{color:var(--text-2);font-size:1rem;line-height:1.75}@media (min-width:992px){.timeline-line{inset-inline-start:50%;transform:translate(-50%)}[dir=rtl] .timeline-line{transform:translate(50%)}.timeline-item{width:50%;margin-bottom:2rem;padding-inline-start:0}.timeline-item.tl-left{text-align:end;align-items:flex-end;padding-inline-end:5rem}.timeline-item.tl-right{text-align:start;align-items:flex-start;margin-inline-start:50%;padding-inline-start:5rem}.timeline-dot{inset-inline-start:auto;top:0}.timeline-item.tl-left .timeline-dot{inset-inline-end:-22px}.timeline-item.tl-right .timeline-dot{inset-inline-start:-22px}}.services-list{flex-direction:column;gap:1.25rem;display:flex}.services-mobile-swiper,.testimonials-mobile-swiper{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.25rem;padding:1rem 1.25rem 3.5rem;display:flex;overflow-x:auto}.services-mobile-swiper::-webkit-scrollbar{display:none}.testimonials-mobile-swiper::-webkit-scrollbar{display:none}.service-card-mobile,.testimonial-card-mobile{scroll-snap-align:center;border:1px solid var(--border);background:#fff;border-radius:32px;flex:0 0 calc(100vw - 60px);padding:2.5rem 2rem;box-shadow:0 15px 40px #b0aed61a}.service-card-mobile{text-align:center}.service-card-mobile h3{margin-top:1.5rem;font-size:1.25rem;font-weight:800}.service-card-mobile p{color:var(--text-2);font-size:.92rem}.service-strip{border:1px solid var(--border);background:#fff;border-radius:20px;align-items:center;gap:2rem;padding:2rem 2.5rem;transition:all .3s;display:flex;position:relative}.service-strip:before{content:"";inset-inline-start:0;background:var(--gradient);opacity:0;border-radius:20px 0 0 20px;width:4px;transition:opacity .3s;position:absolute;top:0;bottom:0}[dir=rtl] .service-strip:before{border-radius:0 20px 20px 0}.service-strip:hover{border-color:var(--brand-4);transform:translate(8px);box-shadow:0 8px 30px #b0aed61a}[dir=rtl] .service-strip:hover{transform:translate(-8px)}.service-strip:hover:before{opacity:1}.service-icon-wrap{width:56px;min-width:56px;height:56px}.service-icon-wrap img{object-fit:contain;width:100%;height:100%}.service-text h3{margin-bottom:.3rem;font-size:1.15rem}.service-text p{color:var(--text-2);font-size:.92rem;line-height:1.65}.service-num{background:var(--gradient);-webkit-text-fill-color:transparent;opacity:.2;text-align:right;-webkit-background-clip:text;background-clip:text;min-width:50px;margin-left:auto;font-size:2.5rem;font-weight:800}[dir=rtl] .service-num{text-align:left;margin-left:0;margin-right:auto}.tabs{z-index:10;justify-content:center;gap:.75rem;margin-bottom:4rem;display:flex;position:relative}.tab-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1.5px solid var(--border);color:var(--text-2);cursor:pointer;transition:all .3s var(--ease);background:#fff6;border-radius:50px;padding:.75rem 2.2rem;font-size:.95rem;font-weight:700}.tab-btn.active{background:var(--gradient);color:#fff;border-color:#0000;box-shadow:0 4px 15px #b0aed64d}.tab-btn:hover:not(.active){border-color:var(--brand-3);transform:translateY(-2px)}.projects-storyline{flex-direction:column;gap:5rem;padding:2rem 0;display:flex;position:relative}.story-path{inset-inline-start:30px;background:linear-gradient(to bottom, transparent, var(--brand-1), var(--brand-3), var(--brand-5), transparent);opacity:.15;width:2px;position:absolute;top:0;bottom:0}@media (min-width:992px){.projects-storyline{flex-direction:column;gap:12rem;padding:4rem 0;display:flex}.story-path{opacity:.2;background:linear-gradient(to bottom, transparent, var(--brand-3), var(--brand-3), transparent);inset-inline-start:50%;transform:translate(-50%)}[dir=rtl] .story-path{transform:translate(50%)}}.project-story-item{z-index:2;flex-direction:column;gap:3rem;width:100%;padding-inline-start:60px;display:flex;position:relative}@media (min-width:992px){.project-story-item{flex-direction:row;align-items:center;gap:8rem;padding-inline-start:0}.project-story-item.left-side{flex-direction:row}.project-story-item.right-side{flex-direction:row-reverse}}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.project-grid-card{border:1px solid var(--border);transition:all .4s var(--ease);background:#fff;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.project-grid-card:hover{border-color:var(--brand-3);transform:translateY(-8px);box-shadow:0 30px 60px #b0aed626}.project-image-box{aspect-ratio:16/10;background:var(--bg-tint);width:100%;position:relative;overflow:hidden}.project-grid-img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.project-grid-card:hover .project-grid-img{transform:scale(1.08)}.project-grid-info{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.project-grid-header{flex-direction:column;gap:.5rem;display:flex}.project-grid-tag{text-transform:uppercase;color:var(--brand-1);letter-spacing:.05em;font-size:.75rem;font-weight:800}.project-grid-info h3{color:var(--text);font-size:1.5rem;font-weight:800}.project-grid-info p{color:var(--text-2);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.btn-grid-action{background:var(--bg-tint);border:1.5px solid var(--border);border-radius:12px;align-self:flex-start;margin-top:auto;padding:.75rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s}.project-grid-card:hover .btn-grid-action{background:var(--brand-1);color:#fff;border-color:var(--brand-1)}@media (max-width:768px){.projects-grid{grid-template-columns:1fr;gap:2rem}.project-grid-info{padding:1.5rem}}@media (min-width:901px){.project-image-box{transform:translateZ(0)}}.left-side .project-trace-line{inset-inline-end:-60px}.right-side .project-trace-line{inset-inline-start:-60px}.project-copy{flex-direction:column;flex:.8;gap:.75rem;display:flex;position:relative}.project-number{opacity:.06;top:-1.5rem;z-index:-1;background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:5rem;font-weight:800;line-height:1;position:absolute;inset-inline-end:-1rem}.project-copy h3{font-size:1.8rem}.project-copy p{color:var(--text-2);font-size:1.05rem;line-height:1.75}.btn-small-outline{border:1.5px solid var(--border);background:0 0;border-radius:30px;align-self:flex-start;margin-top:1rem;padding:.6rem 1.8rem;font-size:.88rem;font-weight:700;transition:all .3s}.btn-small-outline:hover{border-color:var(--brand-3);background:#b0aed60f}.testimonials-flow{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;display:flex}.testimonial-block{border:1px solid var(--border);transition:all .4s var(--ease);background:#fff;border-radius:28px;padding:3rem;position:relative}.testimonial-block:nth-child(2n){align-self:flex-end;transform:translate(20px)}.testimonial-block:nth-child(odd){align-self:flex-start;transform:translate(-20px)}[dir=rtl] .testimonial-block:nth-child(2n){transform:translate(-20px)}[dir=rtl] .testimonial-block:nth-child(odd){transform:translate(20px)}.testimonial-block:hover{border-color:var(--brand-3);box-shadow:0 20px 50px #b0aed626;transform:translateY(-8px)!important}.testimonial-quote{color:var(--text-2);margin-bottom:2rem;font-size:1.15rem;font-style:italic;line-height:1.8}.testimonial-quote:before{content:"“";top:-.5rem;opacity:.08;background:var(--gradient);-webkit-text-fill-color:transparent;z-index:-1;-webkit-background-clip:text;font-size:5.5rem;position:absolute;inset-inline-start:1rem}.testimonial-meta{align-items:center;gap:1.25rem;display:flex}.testimonial-avatar{background:var(--gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 15px #cea8ce4d}.testimonial-name{font-size:1.05rem;font-weight:800}.testimonial-role{color:var(--text-3);font-size:.88rem}@media (max-width:768px){.testimonial-block{width:100%;padding:2rem;align-self:center!important;transform:none!important}}.contact-card{background:#fff;background:var(--bg);border:1px solid var(--border);backface-visibility:hidden;border-radius:40px;grid-template-columns:1fr;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden;box-shadow:0 40px 100px #2a214514}@media (min-width:1024px){.contact-card{grid-template-columns:1.2fr 1fr}}.contact-form-panel{background:#fff;padding:4rem 3rem;position:relative}.form-inner-wrapper h3{color:var(--text);margin-bottom:2.5rem;font-size:1.75rem}.contact-form-wrap{flex-direction:column;gap:1.5rem;display:flex}.contact-info-panel{border-left:1px solid var(--border);background:linear-gradient(135deg,#f8f5fb 0%,#f0f4f9 100%);flex-direction:column;gap:3rem;padding:4rem 3rem;display:flex;position:relative}.info-panel-content{flex-direction:column;gap:3rem;height:100%;display:flex}.contact-info-list{flex-direction:column;gap:2rem;display:flex}.contact-info-item{align-items:flex-start;gap:1.25rem;display:flex}.info-icon{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:1.25rem;display:flex;box-shadow:0 8px 20px #b0aed61f}.info-text strong{color:var(--text);margin-bottom:.2rem;font-size:1.1rem;display:block}.info-text span{color:var(--text-3);font-size:.92rem}.map-wrapper{border:1px solid var(--border);border-radius:24px;flex:1;min-height:350px;position:relative;overflow:hidden;box-shadow:0 10px 30px #b0aed614}.map-wrapper iframe{border:0;position:absolute;top:0;left:0;width:100%!important;height:100%!important}@media (max-width:768px){.contact-form-panel,.contact-info-panel{padding:3rem 2rem}.contact-card{border-radius:30px}}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.faq-item{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1.5rem;padding:2rem;transition:transform .3s,border-color .3s}.faq-item:hover{border-color:var(--primary);transform:translateY(-5px)}.faq-item h3{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.faq-item p{color:var(--fg-60);font-size:1rem;line-height:1.6}.interaction-hub{bottom:2rem;z-index:1000;flex-direction:column;gap:1rem;display:flex;position:fixed;inset-inline-end:2rem}.whatsapp-btn{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-xl);background:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.whatsapp-btn:hover{transform:scale(1.1)rotate(5deg)}.wa-icon{width:32px;height:32px}.wa-pulse{opacity:.5;z-index:-1;background:#25d366;border-radius:50%;animation:2s infinite wa-pulse;position:absolute;inset:0}@keyframes wa-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (max-width:768px){.interaction-hub{bottom:1.5rem;inset-inline-end:1.5rem}.whatsapp-btn{width:52px;height:52px}.wa-icon{width:28px;height:28px}}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);will-change:opacity;background:#120e1f66;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.premium-glass{border:1px solid var(--border);background:#fff;border-radius:40px;width:100%;max-width:600px;max-height:98dvh;padding:2.5rem 2.5rem 2rem;position:relative;overflow-y:auto;box-shadow:0 50px 120px #2a214533}@media (min-width:901px){.premium-glass{transform:translateZ(0)}}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h2{color:var(--text);margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.2}.modal-close{top:1.5rem;width:44px;height:44px;color:var(--text-2);cursor:pointer;background:#f8f5fb;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;inset-inline-end:1.5rem}.modal-close:hover{background:var(--brand-1);color:#fff;transform:rotate(90deg)scale(1.1)}.modal-node{border:2px solid var(--brand-3);opacity:.15;width:24px;height:24px;position:absolute}.modal-node.tl{top:2rem;border-inline-end:0;border-bottom:0;inset-inline-start:2rem}.modal-node.tr{top:2rem;border-inline-start:0;border-bottom:0;inset-inline-end:2rem}.modal-node.bl{bottom:2rem;border-inline-end:0;border-top:0;inset-inline-start:2rem}.modal-node.br{bottom:2rem;border-inline-start:0;border-top:0;inset-inline-end:2rem}.form-group-float{margin-bottom:1rem;position:relative}.float-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:16px;outline:none;padding:.95rem 1.1rem;font-family:inherit;font-size:1rem;transition:all .3s}.float-input:focus{border-color:var(--brand-3);box-shadow:0 0 0 4px #cea8ce1a}.phone-input-group{align-items:stretch;gap:0!important;display:flex!important}.prefix-select{border:1.5px solid var(--border);width:110px;color:var(--text);cursor:pointer;background:#fff;border-right:none;border-radius:16px 0 0 16px;outline:none;flex-shrink:0;padding:0 .75rem;font-family:inherit;font-size:.95rem;transition:all .3s}@media (max-width:480px){.prefix-select{width:85px;font-size:.82rem}}.prefix-select:focus{border-color:var(--brand-3);z-index:2}.phone-input-group .float-input{flex:1;border-radius:0 16px 16px 0!important;margin-bottom:0!important}.form-group-float label{inset-inline-start:1.25rem;color:var(--text-3);pointer-events:none;transition:all .3s var(--ease);position:absolute;top:1.1rem}.float-input:focus~label,.float-input:not(:placeholder-shown)~label{top:-.65rem;color:var(--brand-1);background:#fff;padding:0 .4rem;font-size:.82rem;font-weight:800;inset-inline-start:1rem}textarea.float-input{min-height:120px}.success-state{text-align:center;animation:fadeIn .5s var(--ease)}.success-icon-wrap{width:80px;height:80px;margin:0 auto 1.5rem}.checkmark-svg{stroke-width:2px;stroke:#fff;stroke-miterlimit:10;border-radius:50%;width:80px;height:80px;margin:0 auto;animation:.4s ease-in-out .4s forwards checkFill,.3s ease-in-out .9s both checkScale;display:block;box-shadow:inset 0 0 #7ac142}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:var(--brand-3);fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards checkStroke}.checkmark-check{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards checkStroke}@keyframes checkStroke{to{stroke-dashoffset:0}}@keyframes checkScale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes checkFill{to{box-shadow:inset 0 0 0 80px var(--brand-3)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.success-state-compact{text-align:center;border:1px solid var(--border);animation:fadeIn .5s var(--ease);background:#fff;border-radius:28px;padding:3rem}.success-icon-wrap-sm{width:60px;height:60px;margin:0 auto 1.25rem}.success-icon-wrap-sm .checkmark-svg{width:60px;height:60px}.success-state-compact h3{margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.success-state-compact p{color:var(--text-2);font-size:.95rem}.toast{z-index:99999;border-radius:12px;padding:.9rem 1.8rem;font-size:.9rem;font-weight:700;position:fixed;bottom:2rem;right:2rem}.toast-success{color:#fff;background:#22c55e}.toast-error{color:#fff;background:#ef4444}.footer{background:var(--bg-tint);border-top:1px solid var(--border);padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand-text{color:var(--text-2);margin-top:.75rem;font-size:.92rem}.footer-col h4{margin-bottom:1.25rem;font-size:1rem}.footer-col ul{flex-direction:column;gap:.6rem;display:flex}.footer-col a{color:var(--text-2);font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--brand-3)}.footer-social{gap:.6rem;margin-top:1.25rem;display:flex}.footer-social a{border:1.5px solid var(--border);width:38px;height:38px;color:var(--text-2);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex}.footer-social a:hover{border-color:var(--brand-3);color:var(--brand-3)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p,.footer-bottom a{color:var(--text-3);font-size:.85rem}.footer-bottom-links{gap:1.5rem;display:flex}@media (max-width:768px){.nav-list{display:none}.header-inner{height:68px}.hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-btns{justify-content:center}.hero-logo-showcase{width:min(220px,60vw);height:min(220px,60vw);margin:0 auto}.hero-logo-showcase img{width:min(90px,25vw);height:min(90px,25vw)}.about-layout,.contact-layout{grid-template-columns:1fr;gap:2.5rem}.mobile-nav-overlay{z-index:999;-webkit-backdrop-filter:blur(20px);background:#ffffffe6;flex-direction:column;padding:100px 1.5rem 2rem;display:flex;position:fixed;inset:0}.mobile-nav-links{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.footer-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-col{flex-direction:column;align-items:center;display:flex}.footer-col:first-child{margin-bottom:1rem}.projects-storyline{padding-top:1rem}.story-path{left:30px}.project-story-item{flex-direction:column;margin-bottom:3.5rem;text-align:left!important;padding-left:60px!important;padding-right:0!important}.project-visual-wrap{width:100%}.project-content-wrap{padding:1.5rem 0 0}.service-num{display:none}.section{padding:4rem 0}.form-row{grid-template-columns:1fr}.header-actions-mobile{align-items:center;gap:1.25rem;display:flex}.hamburger{cursor:pointer;background:#b0aed61a;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;transition:all .3s;display:flex}.hamburger span{background:var(--text);width:18px;height:2px}.hamburger.active span:first-child{transform:translateY(6px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-nav-overlay{z-index:9998;-webkit-backdrop-filter:blur(15px);background:#fffffffa;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mobile-nav-links{text-align:center;flex-direction:column;gap:1.75rem;display:flex}.mobile-nav-links a{color:var(--text);font-size:1.8rem;font-weight:800}.testimonial-quote{color:var(--brand-3);opacity:.2;margin-bottom:-1rem;font-size:3rem}.testimonial-meta{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.testimonial-avatar{background:var(--gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:800;display:flex}}@media (min-width:769px){.header-actions-mobile{display:none}}@media (max-width:900px){*,:before,:after{-webkit-backdrop-filter:none!important;will-change:auto!important;perspective:none!important;transform-style:flat!important}.hero-logo-showcase:before,.timeline-line,.project-accent-glow,.badge-glow,.wa-pulse{box-shadow:none!important;animation:none!important;-webkit-mask:none!important;mask:none!important}.header.scrolled{-webkit-backdrop-filter:none!important;background:#fff!important;box-shadow:0 5px 20px #0000001a!important}}
@font-face{font-family:futura;src:url("../media/Futura Book font-s.p.098xctp6.1psc.ttf")format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:futura;src:url("../media/Futura Heavy font-s.p.0tetyj1h8xekn.ttf")format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:futura;src:url("../media/Futura Bold font-s.p.0y6cdkrt24kaj.ttf")format("truetype");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:futura Fallback;src:local(Arial);ascent-override:98.02%;descent-override:24.01%;line-gap-override:0.0%;size-adjust:98.23%}.futura_cbcea62-module__EVsy-q__className{font-family:futura,futura Fallback}.futura_cbcea62-module__EVsy-q__variable{--font-futura:"futura", "futura Fallback"}
