@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap");:root{--black:#090909;--black-2:#111111;--navbar-bg:#080808;--gold:#d4af37;--gold-dark:#b8860b;--cream:#fbfaf7;--text:#1a1a1a;--muted:#6b7280}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,sans-serif;background:var(--cream)}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}.container{width:min(1180px,calc(100% - 44px));margin:0 auto}.topbar{height:42px;background:#080808;color:#cfcfcf;border-bottom:1px solid #292929;font-size:11px}.advertisement-marquee{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.advertisement-track{width:max-content;display:flex;align-items:center;animation:advertisement-left-to-right 30s linear infinite;will-change:transform}.advertisement-marquee:hover .advertisement-track{animation-play-state:paused}.advertisement-copy{flex:0 0 auto;padding-right:70px;color:#dedede;white-space:nowrap;font:500 11px Inter;letter-spacing:.025em;display:flex;align-items:center}.advertisement-item{display:inline-flex;align-items:center;gap:7px}.advertisement-item svg{width:14px;height:14px;color:var(--gold);stroke-width:1.8}.advertisement-item i{margin:0 13px;color:var(--gold);font-style:normal}@keyframes advertisement-left-to-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.navbar{height:88px;background:rgba(8,8,8,.98);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid #333}.nav-inner{height:100%;display:flex;align-items:center;gap:28px}.logo{margin-right:auto;line-height:0}.logo img{width:178px;height:auto}.nav-links{gap:24px;font-size:12px;font-weight:500}.nav-links,.nav-links a{display:flex;align-items:center}.nav-links a{gap:3px;opacity:.86;height:88px;position:relative;white-space:nowrap}.nav-links .active,.nav-links a:hover{color:var(--gold);opacity:1}.nav-links .active:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--gold)}.button{min-height:50px;padding:0 23px;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:4px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.02em;transition:.25s ease}.button:hover{transform:translateY(-2px)}.button.gold{color:#111;background:linear-gradient(135deg,#e0b842,#bd8d17);box-shadow:0 10px 26px rgba(212,175,55,.18)}.button.outline{color:#fff;border:1px solid rgba(212,175,55,.65);background:rgba(0,0,0,.25)}.nav-cta{min-height:48px;padding-inline:20px}.menu-button{display:none;background:none;color:#fff;border:0;cursor:pointer}.hero{min-height:570px;color:#fff;position:relative}.hero,.hero-images{overflow:hidden;background:#0a0a0a}.hero-image,.hero-images{position:absolute;inset:0}.hero-image{opacity:0;transform:scale(1.015);transition:opacity .85s ease}.hero-image.active{opacity:1;animation:hero-gentle-zoom 4.2s ease-in-out both}.hero-image img{object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.06)}@keyframes hero-gentle-zoom{0%{transform:scale(1.015)}48%{transform:scale(1.04)}to{transform:scale(1.018)}}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.94),rgba(4,4,4,.82) 36%,rgba(4,4,4,.48) 65%,rgba(4,4,4,.28)),linear-gradient(0deg,rgba(0,0,0,.28),rgba(0,0,0,.08))}.hero-content{position:relative;min-height:570px;display:flex;align-items:center}.hero-copy{width:52%;max-width:620px;padding:58px 0}.hero-kicker{color:var(--gold);text-transform:uppercase;font:600 11px Poppins;letter-spacing:.18em}.hero h1{margin:14px 0 18px;font:600 clamp(40px,4.2vw,62px)/1.16 Poppins;letter-spacing:-.03em}.hero h1 em{color:var(--gold);font-style:normal}.hero p{max-width:570px;color:#d0d0d0;line-height:1.8;font-size:15px}.hero-actions{display:flex;gap:14px;margin-top:28px}.hero-dots{display:flex;align-items:center;gap:7px;margin-top:27px}.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.38);transition:width .25s ease,border-radius .25s ease,background .25s ease}.hero-dots button.active{width:24px;border-radius:8px;background:var(--gold)}.hero-dots button:focus-visible{outline:2px solid #fff;outline-offset:3px}.metrics{color:#fff;background:linear-gradient(90deg,#101010,#191919,#0d0d0d);border-top:1px solid #353535;border-bottom:1px solid #2a2a2a}.metrics-grid{min-height:115px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.metrics-grid>div{min-height:58px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:1fr 1fr;align-items:center;padding-left:38px;border-right:1px solid #303030}.metrics-grid>div:last-child{border:0}.metrics svg{grid-row:1/3;color:var(--gold);width:33px;height:33px;stroke-width:1.7}.metrics strong{font:600 20px Poppins}.metrics span{color:#bebebe;font-size:11px}.section{padding:72px 0}.section-title{text-align:center;margin:0 auto 42px}.section-title span{color:var(--gold-dark);text-transform:uppercase;font:600 10px Poppins;letter-spacing:.06em}.section-title h2{margin:6px 0 12px;font:600 clamp(25px,3vw,34px) Poppins;letter-spacing:-.03em}.section-title i{display:block;margin:auto;width:44px;height:2px;background:var(--gold)}.section-title.light h2{color:#fff}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-panel-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.services{background:linear-gradient(180deg,#fbfaf7,#f3f0e9)}.services-heading{max-width:790px;margin:0 auto 52px;text-align:center}.services-heading>span{color:var(--gold-dark);text-transform:uppercase;font:600 10px Poppins;letter-spacing:.1em}.services-heading h2{margin:7px 0 10px;font:600 clamp(29px,3.5vw,42px)/1.18 Poppins;letter-spacing:-.035em}.services-heading p{max-width:680px;margin:0 auto;color:#666b72;font-size:14px;line-height:1.75}.services-heading i{display:block;width:48px;height:2px;margin:19px auto 0;background:var(--gold)}.service-category-list{display:grid;grid-gap:48px;gap:48px}.service-category-block{padding:0 28px 30px;overflow:hidden;border:1px solid #e3ded2;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 16px 45px rgba(15,19,26,.06)}.service-category-header{margin:0 -28px 28px;padding:23px 28px;color:#fff;display:flex;align-items:center;gap:21px}.service-category-block:nth-child(2n) .service-category-header,.service-category-header{background:var(--navbar-bg)}.service-category-header>span{flex:0 0 auto;color:var(--gold);font:600 27px/1 Poppins;letter-spacing:-.04em}.service-category-header>div{padding-left:21px;border-left:1px solid rgba(212,175,55,.42)}.service-category-header h3{margin:0 0 5px;font:600 clamp(18px,2.1vw,24px)/1.25 Poppins}.service-category-header p{margin:0;color:#c1cbd2;font-size:12px;line-height:1.6}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.service-detail-card{min-width:0;overflow:hidden;border:1px solid #e7e2d8;border-radius:12px;background:#fff;box-shadow:0 9px 28px rgba(18,23,31,.07);display:flex;flex-direction:column;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.service-detail-card:hover{transform:translateY(-5px);border-color:rgba(184,134,11,.55);box-shadow:0 17px 38px rgba(18,23,31,.12)}.service-card-image{position:relative;height:184px;overflow:hidden;background:var(--navbar-bg)}.service-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,12,18,.28),transparent 55%);pointer-events:none}.service-card-image img{object-fit:cover;transition:transform .55s ease}.service-detail-card:hover .service-card-image img{transform:scale(1.045)}.service-card-content{position:relative;flex:1 1;padding:0 21px 22px;display:flex;flex-direction:column;align-items:flex-start}.service-card-icon{position:relative;z-index:1;width:48px;height:48px;margin-top:-24px;margin-bottom:13px;border:4px solid #fff;border-radius:50%;color:var(--gold);background:var(--navbar-bg);box-shadow:0 6px 16px rgba(0,0,0,.18);display:grid;place-items:center}.service-card-icon svg{width:22px;height:22px}.service-card-content h4{margin:0;color:#151719;font:600 17px/1.35 Poppins;letter-spacing:-.015em}.service-card-content p{flex:1 1;margin:9px 0 19px;color:#62676e;font-size:12px;line-height:1.72}.service-card-content a{color:var(--gold-dark);font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:7px}.service-card-content a svg{transition:transform .2s ease}.service-card-content a:hover svg{transform:translateX(3px)}.service-card-content a:focus-visible{outline:2px solid var(--gold);outline-offset:5px;border-radius:2px}.why{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:25px;gap:25px}.reveal-section .section-title{opacity:0;transform:translateY(14px);transition:opacity .65s ease,transform .65s ease}.reveal-section .feature{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal-section.is-visible .feature,.reveal-section.is-visible .section-title{opacity:1;transform:translateY(0)}.reveal-section.is-visible .feature:first-child{transition-delay:.08s}.reveal-section.is-visible .feature:nth-child(2){transition-delay:.14s}.reveal-section.is-visible .feature:nth-child(3){transition-delay:.2s}.reveal-section.is-visible .feature:nth-child(4){transition-delay:.26s}.reveal-section.is-visible .feature:nth-child(5){transition-delay:.32s}.reveal-section.is-visible .feature:nth-child(6){transition-delay:.38s}.feature{text-align:center;transition-property:opacity,transform}.feature svg{color:var(--gold-dark);width:38px;height:38px;stroke-width:1.5;margin-bottom:13px}.feature:hover svg{transform:translateY(-3px);filter:drop-shadow(0 5px 7px rgba(184,134,11,.2))}.feature svg{transition:transform .25s ease,filter .25s ease}.feature h3{font:600 13px/1.35 Poppins;margin:0 0 8px}.feature p{margin:0;color:#666;font-size:10px;line-height:1.65}.industry-section{background:radial-gradient(circle at 50% 0,#242424,#0d0d0d 65%)}.industry-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:11px;gap:11px}.industry-card{min-height:128px;padding:18px 8px;color:#fff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.025);border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;transition:.25s}.industry-card:hover{border-color:rgba(212,175,55,.45);background:rgba(212,175,55,.08)}.industry-card svg{color:var(--gold);width:33px;height:33px;stroke-width:1.5}.industry-card span{font-size:10px;line-height:1.35}.center{text-align:center;margin-top:25px}.process-section{background:#fff}.process-grid{position:relative;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:18px;gap:18px}.process-grid:before{content:"";position:absolute;top:35px;left:8%;right:8%;border-top:1px dashed rgba(184,134,11,.6)}.process-step{position:relative;text-align:center;outline:none}.process-icon{position:relative;z-index:2;width:72px;height:72px;margin:0 auto 10px;border:1px solid rgba(212,175,55,.65);border-radius:50%;display:grid;place-items:center;color:var(--gold-dark);background:#fff}.process-icon svg{width:28px}.process-step small{color:#999;font-size:9px}.process-step h3{margin:3px 0 7px;font:600 13px Poppins}.process-step p{margin:0;color:#666;font-size:10px}.process-icon,.process-step h3{transition:color .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease}.process-arrow{position:absolute;z-index:3;top:27px;left:calc(50% + 40px);width:calc(100% - 62px);height:18px;color:var(--gold-dark);opacity:0;pointer-events:none}.process-arrow i{position:absolute;top:8px;left:0;width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,rgba(212,175,55,.35),var(--gold));transition:width .42s ease}.process-arrow svg{position:absolute;top:1px;left:0;width:16px;height:16px;opacity:0;transition:left .42s ease,opacity .18s ease}.process-step:focus-visible .process-arrow,.process-step:hover .process-arrow{opacity:1}.process-step:focus-visible .process-arrow i,.process-step:hover .process-arrow i{width:calc(100% - 3px)}.process-step:focus-visible .process-arrow svg,.process-step:hover .process-arrow svg{left:calc(100% - 15px);opacity:1}.process-step:focus-visible .process-icon,.process-step:hover .process-icon{color:#111;border-color:var(--gold);background:#f3cc51;box-shadow:0 7px 20px rgba(184,134,11,.18);transform:translateY(-2px)}.process-step:focus-visible+.process-step .process-icon,.process-step:hover+.process-step .process-icon{border-color:var(--gold);box-shadow:0 0 0 5px rgba(212,175,55,.08)}.process-step:focus-visible+.process-step h3,.process-step:hover+.process-step h3{color:var(--gold-dark)}.projects{background:#f6f4ef}.project-carousel{width:100%;overflow:hidden;padding:5px 0 12px}.project-track{width:max-content;display:flex;gap:20px;animation:projects-scroll-left 38s linear infinite}.project-carousel:hover .project-track{animation-play-state:paused}.project-card{position:relative;flex:0 0 380px;height:320px;border-radius:9px;overflow:hidden;background:#111}.project-images{position:absolute;inset:0;overflow:hidden}.project-images img{object-fit:cover;opacity:0;transform:scale(1.025);transition:opacity .8s ease,transform 3.6s ease}.project-images img.active{opacity:1;transform:scale(1)}.project-card:hover .project-images img.active{transform:scale(1.035)}.project-overlay{position:absolute;inset:0;padding:25px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 65%);display:flex;flex-direction:column;justify-content:flex-end}.project-overlay span{color:var(--gold);text-transform:uppercase;font:600 9px Poppins;letter-spacing:.08em}.project-overlay h3{margin:7px 0 13px;font:600 18px Poppins}.project-overlay a{display:flex;align-items:center;gap:7px;color:#ddd;font-size:10px;font-weight:600}.project-dots{position:absolute;right:20px;bottom:24px;display:flex;gap:5px}.project-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.45);transition:width .22s ease,border-radius .22s ease,background .22s ease}.project-dots i.active{width:15px;border-radius:6px;background:var(--gold)}@keyframes projects-scroll-left{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}.testimonials{background:#fbfaf7}.testimonial-carousel{overflow:visible}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.testimonial{min-height:200px;padding:27px;border-radius:10px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.05)}.testimonial>svg{width:25px;color:var(--gold);fill:rgba(212,175,55,.18)}.testimonial>p{min-height:68px;color:#333;font-size:12px;line-height:1.75}.testimonial>div{display:flex;gap:11px;align-items:center}.testimonial>div svg{width:26px}.testimonial>div span{display:flex;flex-direction:column}.testimonial strong{font-size:10px}.testimonial small{margin-top:3px;color:#666;font-size:9px}.dots{display:flex;justify-content:center;gap:7px;margin-top:25px}.dots i{width:7px;height:7px;border-radius:50%;background:#d2d2d2}.dots i:first-child{background:var(--gold)}.testimonial-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d2d2d2;cursor:pointer;transition:width .22s ease,border-radius .22s ease,background .22s ease}.testimonial-dots button.active{width:22px;border-radius:6px;background:var(--gold)}.testimonial-dots button:focus-visible{outline:2px solid var(--gold-dark);outline-offset:3px}.testimonial-action{display:flex;justify-content:center;margin-top:22px}.google-reviews-button{min-height:46px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(184,134,11,.55);border-radius:4px;color:#171717;background:#fff;font:600 11px Poppins;box-shadow:0 7px 20px rgba(0,0,0,.05);transition:color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.google-reviews-button:hover{color:var(--gold-dark);border-color:var(--gold);transform:translateY(-2px);box-shadow:0 10px 24px rgba(184,134,11,.12)}.faq-section{scroll-margin-top:88px;background:linear-gradient(180deg,#f6f3ec,#fbfaf7)}.faq-section .container{max-width:1120px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:14px 18px;gap:14px 18px}.faq-item{border:1px solid #e4dfd3;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(22,18,8,.045);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.faq-item:hover{border-color:rgba(184,134,11,.46);box-shadow:0 12px 30px rgba(22,18,8,.07);transform:translateY(-1px)}.faq-item[open]{border-color:rgba(184,134,11,.55);box-shadow:0 12px 32px rgba(22,18,8,.075)}.faq-item summary{min-height:70px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#191919;cursor:pointer;list-style:none;font:600 13px/1.45 Poppins,sans-serif}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:focus-visible{outline:2px solid var(--gold-dark);outline-offset:-3px}.faq-item summary i{position:relative;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#101010;transition:transform .25s ease,background .25s ease}.faq-item summary i:after,.faq-item summary i:before{content:"";position:absolute;left:7px;top:12px;width:12px;height:2px;border-radius:2px;background:var(--gold)}.faq-item summary i:after{transform:rotate(90deg);transition:transform .25s ease}.faq-item[open] summary i{background:var(--gold);transform:rotate(180deg)}.faq-item[open] summary i:after,.faq-item[open] summary i:before{background:#111}.faq-item[open] summary i:after{transform:rotate(0)}.faq-answer{border-top:1px solid #eee9de;background:#fdfcf9}.faq-answer p{margin:0;padding:0 20px 20px;color:#5f6268;font-size:12px;line-height:1.75}.faq-item[open] .faq-answer p{padding-top:17px}.cta-strip{color:#fff;background:linear-gradient(90deg,rgba(8,8,8,.98),rgba(8,8,8,.88)),url("/assets/service Image card/warehousing-main.jpg") right 35%/cover}.cta-inner{min-height:145px;display:flex;align-items:center;justify-content:space-between}.cta-inner h2{color:var(--gold);margin:0 0 9px;font:500 29px Poppins}.cta-inner p{margin:0;color:#d0d0d0;font-size:13px}.cta-buttons{display:flex;gap:13px}footer{color:#c8c8c8;background:#0a0a0a}.footer-grid{display:grid;grid-template-columns:1.45fr .78fr 1.08fr .72fr 1.25fr;grid-gap:38px;gap:38px;padding-top:68px;padding-bottom:62px}.footer-brand img{width:170px;height:auto}.footer-brand p{max-width:290px;font-size:12px;line-height:1.85}.footer-grid h3{color:#fff;margin:7px 0 21px;font:600 14px Poppins}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.footer-grid a,.footer-grid span{color:#aaa;font-size:11px;line-height:1.45;display:flex;align-items:center;gap:9px}.footer-grid .footer-address,.footer-grid .footer-gstin{align-items:flex-start;line-height:1.55}.footer-grid .footer-address svg,.footer-grid .footer-gstin svg{flex:0 0 15px;margin-top:1px}.footer-grid a:hover,.footer-grid svg{color:var(--gold)}.footer-grid svg{width:15px;height:15px}.socials{display:flex;align-items:center;gap:18px;margin-top:24px}.socials span{color:var(--gold);font-weight:700;font-size:20px;line-height:1}.socials a{color:var(--gold);transition:color .2s ease,transform .2s ease}.socials a:hover{color:#f3cc51;transform:translateY(-2px)}.socials a svg{width:22px;height:22px;stroke-width:2}.socials a[aria-label*=LinkedIn]{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;line-height:1;letter-spacing:-.06em}.footer-bottom{border-top:1px solid #242424}.footer-bottom .container{min-height:68px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#777}.copyright-brand{color:#f15a32;font-weight:600}.copyright-symbol{color:#999;font-size:13px;line-height:1;vertical-align:-1px}.footer-legal-actions{display:flex;align-items:center;gap:0;margin-right:72px}.footer-legal-actions button{position:relative;padding:3px 10px;border:0;color:#888;background:transparent;cursor:pointer;font:500 9px Inter;transition:color .2s ease}.footer-legal-actions button+button:before{content:"|";position:absolute;left:0;color:#444}.footer-legal-actions button:focus-visible,.footer-legal-actions button:hover{color:var(--gold);outline:none}.legal-modal-backdrop{position:fixed;inset:0;z-index:110;padding:24px;display:grid;place-items:center;background:rgba(0,0,0,.78);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:modal-backdrop-in .22s ease both}.legal-modal{width:min(850px,100%);max-height:min(780px,calc(100vh - 48px));overflow:hidden;border:1px solid rgba(212,175,55,.3);border-radius:14px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.38);animation:modal-panel-in .28s ease both}.legal-modal-header{min-height:156px;padding:28px 30px;color:#fff;background-image:linear-gradient(90deg,rgba(5,5,5,.97),rgba(5,5,5,.88) 38%,rgba(5,5,5,.42) 70%,rgba(5,5,5,.64));background-size:cover;background-position:100%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-modal-header-privacy{background-image:linear-gradient(90deg,rgba(5,5,5,.97),rgba(5,5,5,.88) 38%,rgba(5,5,5,.42) 70%,rgba(5,5,5,.64)),url("/assets/service Image card/Privacy-policy.png")}.legal-modal-header-terms{min-height:210px;background-image:linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.86) 38%,rgba(5,5,5,.12) 64%,rgba(5,5,5,.08)),url(/assets/service%20Image%20card/Term%26condition.png);background-position:50%}.legal-modal-header>div{position:relative;z-index:1;max-width:65%}.legal-modal-header span{color:var(--gold);text-transform:uppercase;font:600 9px Poppins;letter-spacing:.12em}.legal-modal-header h2{margin:5px 0 3px;font:600 clamp(25px,3vw,34px) Poppins}.legal-modal-header p{margin:0;color:#aaa;font-size:10px}.legal-modal-close{width:42px;height:42px;flex:0 0 42px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;background:rgba(255,255,255,.06);cursor:pointer;display:grid;place-items:center;transition:color .2s,border-color .2s,transform .2s}.legal-modal-close:hover{color:var(--gold);border-color:var(--gold);transform:rotate(4deg)}.legal-modal-close:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.legal-modal-close svg{width:20px}.legal-modal-content{max-height:calc(100vh - 174px);padding:30px 34px 40px;overflow-y:auto;color:#545860;font-size:12px;line-height:1.75}.legal-introduction{margin:0 0 28px;padding:19px 21px;border-left:3px solid var(--gold);border-radius:0 7px 7px 0;background:#faf8f2;color:#35383d}.legal-section{padding:0 0 23px;margin:0 0 23px;border-bottom:1px solid #ece8df}.legal-section:last-child{margin-bottom:0;border-bottom:0}.legal-section h3{margin:0 0 10px;color:#171717;font:600 17px Poppins}.legal-section p{margin:5px 0 10px}.legal-section ul{margin:9px 0 0;padding-left:19px;display:grid;grid-gap:5px;gap:5px}.legal-section li::marker{color:var(--gold-dark)}.legal-contact{margin:12px 0;display:flex;flex-wrap:wrap;gap:12px 24px}.legal-contact a{color:#222;font-weight:600;display:inline-flex;align-items:center;gap:7px}.legal-contact svg{width:15px;color:var(--gold-dark)}.whatsapp{position:fixed;right:24px;bottom:24px;z-index:30;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#25d366;border:2px solid rgba(255,255,255,.9);box-shadow:0 10px 30px rgba(0,0,0,.3);transition:transform .2s ease,background .2s ease}.whatsapp:hover{background:#1fbd5a;transform:translateY(-3px) scale(1.04)}.whatsapp svg{width:31px;height:31px}.quote-modal-backdrop{position:fixed;inset:0;z-index:1000;padding:24px;background:rgba(0,0,0,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;animation:modal-backdrop-in .25s ease both}.quote-modal{width:min(880px,100%);max-height:min(880px,calc(100vh - 48px));overflow-y:auto;color:#fff;background:#0c0c0c;border:1px solid rgba(212,175,55,.45);border-radius:14px;box-shadow:0 30px 90px rgba(0,0,0,.6);animation:modal-panel-in .3s ease both}.quote-modal-header{min-height:164px;padding:30px 34px;position:relative;overflow:hidden;border-bottom:1px solid rgba(212,175,55,.25);background:radial-gradient(circle at 82% 10%,rgba(212,175,55,.18),transparent 36%),linear-gradient(135deg,#181818,#080808);display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.quote-modal-header:after{content:"";position:absolute;left:34px;bottom:0;width:64px;height:3px;background:var(--gold)}.quote-modal-header>div{max-width:650px;position:relative;z-index:1}.quote-modal-header span{color:var(--gold);text-transform:uppercase;font:600 10px Poppins;letter-spacing:.14em}.quote-modal-header h2{margin:7px 0;font:600 clamp(27px,4vw,38px) Poppins;letter-spacing:-.025em}.quote-modal-header p{max-width:580px;margin:0;color:#aaa;font-size:12px;line-height:1.6}.quote-modal-close{width:42px;height:42px;flex:0 0 42px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;color:#fff;background:rgba(255,255,255,.06);display:grid;place-items:center;transition:.2s ease}.quote-modal-close:hover{color:var(--gold);border-color:var(--gold);transform:rotate(5deg)}.quote-form input:focus-visible,.quote-form select:focus-visible,.quote-form textarea:focus-visible,.quote-form-actions button:focus-visible,.quote-modal-close:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.quote-modal-close svg{width:20px}.quote-form{padding:30px 34px 34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 20px;gap:18px 20px}.quote-form label{min-width:0;color:#eee;font-size:11px;font-weight:600;display:grid;grid-gap:7px;gap:7px}.quote-form label strong,.quote-required-note strong{color:var(--gold)}.quote-form input,.quote-form select,.quote-form textarea{width:100%;min-height:46px;padding:11px 13px;color:#fff;background:#171717;border:1px solid #383838;border-radius:6px;font:400 12px Inter;transition:border-color .2s,background .2s}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#707070}.quote-form input:hover,.quote-form select:hover,.quote-form textarea:hover{border-color:#666}.quote-form select:disabled{color:#d8b84c;cursor:not-allowed;opacity:1}.quote-form textarea{min-height:106px;resize:vertical}.quote-form label small{margin-top:-2px;color:#8f8f8f;font-size:9px;font-weight:400}.quote-form-wide{grid-column:1/-1}.quote-required-note{margin:0;color:#888;font-size:10px;align-self:center}.quote-form-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:11px}.quote-form-actions .button{min-height:48px}.quote-email-status{margin:-6px 0 0;color:#d9bd59;font-size:10px;text-align:right}.quote-whatsapp-button{color:#fff;background:#168c44;box-shadow:0 10px 25px rgba(22,140,68,.2)}.quote-whatsapp-button:hover{background:#1aa552}@media (max-width:1080px){.nav-links{gap:14px}.nav-links a{font-size:10px}.nav-cta{display:none}.service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(3,1fr);row-gap:35px}.industry-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}}@media (max-width:760px){.container{width:min(100% - 30px,640px)}.topbar{height:36px}.advertisement-track{animation-duration:24s}.advertisement-copy{padding-right:45px;font-size:9px}.advertisement-item{gap:5px}.advertisement-item svg{width:12px;height:12px}.advertisement-item i{margin-inline:9px}.navbar{height:72px}.logo img{width:146px}.menu-button{display:block}.nav-links{display:none;position:absolute;top:72px;left:0;right:0;padding:12px 22px 24px;background:#0b0b0b;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #272727}.nav-links.open{display:flex}.nav-links a{height:45px;font-size:12px}.nav-links .active:after{bottom:4px;right:auto;width:30px}.hero,.hero-content{min-height:620px}.hero-image{opacity:0}.hero-image.active{opacity:1}.hero-shade{background:linear-gradient(90deg,rgba(7,7,7,.94),rgba(7,7,7,.56)),linear-gradient(0deg,rgba(0,0,0,.3),transparent)}.hero-copy{width:100%;padding:65px 0}.hero h1{font-size:clamp(35px,11vw,49px)}.hero p{font-size:13px}.hero-actions{flex-wrap:wrap}.metrics-grid{grid-template-columns:repeat(2,1fr);padding:16px 0}.metrics-grid>div{padding:15px 10px;border:0;grid-template-columns:42px 1fr}.metrics strong{font-size:16px}.section{padding:56px 0}.service-card-grid{grid-template-columns:1fr}.services-heading{margin-bottom:38px}.services-heading p{font-size:12px}.service-category-list{gap:34px}.service-category-block{padding:0 16px 18px;border-radius:12px}.service-category-header{margin:0 -16px 20px;padding:18px 16px;gap:14px}.service-category-header>span{font-size:22px}.service-category-header>div{padding-left:14px}.service-category-header h3{font-size:17px}.service-category-header p{font-size:10px}.service-card-image{height:180px}.service-card-content p{flex:initial}.testimonial-carousel{width:100%;overflow:hidden}.testimonial-grid{width:300%;display:flex;gap:0;transform:translateX(calc(var(--testimonial-index) * -33.333333%));transition:transform .55s ease}.testimonial{flex:0 0 33.333333%;min-width:0}.project-track{gap:14px;animation-duration:32s}.project-card{flex-basis:min(82vw,360px);height:300px}.feature-grid,.industry-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:34px}.process-grid:before{display:none}.process-step{min-height:148px}.process-step:first-child{grid-column:1;grid-row:1}.process-step:nth-child(2){grid-column:2;grid-row:1}.process-step:nth-child(3){grid-column:2;grid-row:2}.process-step:nth-child(4){grid-column:1;grid-row:2}.process-step:nth-child(5){grid-column:1;grid-row:3}.process-step:nth-child(6){grid-column:2;grid-row:3}.process-icon{width:64px;height:64px}.process-icon svg{width:24px}.process-arrow{display:block;top:24px;left:calc(50% + 34px);width:calc(100% - 44px)}.process-step:nth-child(2) .process-arrow,.process-step:nth-child(4) .process-arrow{top:70px;left:calc(50% - 8px);width:62px;transform:rotate(90deg);transform-origin:left center}.process-step:nth-child(3) .process-arrow{left:auto;right:calc(50% + 34px);transform:rotate(180deg);transform-origin:center}.cta-inner{padding:35px 0;flex-direction:column;align-items:flex-start;gap:25px}.cta-inner h2{font-size:23px}.cta-buttons{flex-wrap:wrap}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-bottom .container{padding:15px 0;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.footer-legal-actions{margin-right:0}.legal-modal-backdrop{padding:12px}.legal-modal{max-height:calc(100vh - 24px)}.legal-modal-header{min-height:125px;padding:20px;background-position:62%}.legal-modal-header>div{max-width:72%}.legal-modal-content{max-height:calc(100vh - 129px);padding:24px 20px 32px}.quote-modal-backdrop{padding:12px}.quote-modal{max-height:calc(100vh - 24px)}.quote-modal-header{min-height:145px;padding:24px 20px}.quote-modal-header:after{left:20px}.quote-modal-header p{font-size:10px}.quote-form{padding:24px 20px 28px;grid-template-columns:1fr;gap:15px}.quote-form-wide{grid-column:auto}.quote-form-actions{justify-content:stretch}.quote-form-actions .button{flex:1 1 200px}.quote-email-status{text-align:left}.faq-grid{grid-template-columns:1fr;gap:12px}.faq-section{scroll-margin-top:72px}.faq-item summary{min-height:64px;padding:16px 17px;font-size:12px}.faq-answer p{padding-inline:17px;font-size:11px}}@media (max-width:430px){.whatsapp{right:16px;bottom:16px;width:48px;height:48px}.whatsapp svg{width:26px;height:26px}.project-card{flex-basis:min(72vw,270px);height:250px}.project-overlay{padding:18px}.project-overlay h3{margin:5px 0 10px;font-size:15px}.project-dots{right:15px;bottom:18px}.footer-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:30px}.feature{max-width:none;margin:0}.feature svg{width:33px;height:33px;margin-bottom:10px}.feature h3{font-size:11px;margin-bottom:6px}.feature p{font-size:9px;line-height:1.5}.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.industry-card{min-height:112px;padding:14px 6px;gap:10px}.industry-card svg{width:29px;height:29px}.industry-card span{font-size:9px}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.process-step{min-height:142px}.process-step h3{font-size:12px}.process-step p{font-size:9px}.process-arrow{width:calc(100% - 37px)}.footer-brand{grid-column:auto}.button{padding-inline:18px}}@media (prefers-reduced-motion:reduce){.reveal-section .feature,.reveal-section .section-title{opacity:1;transform:none;transition:none}.feature:hover svg{transform:none}.process-step:focus-visible .process-icon,.process-step:hover .process-icon{transform:none}.hero-image{animation:none}.hero-image,.project-images img{transition:none;transform:none}.project-card:hover .project-images img.active{transform:none}.project-carousel{overflow-x:auto;scroll-snap-type:x mandatory}.project-track{animation:none}.project-card{scroll-snap-align:start}.testimonial-grid{transform:none;transition:none;width:100%;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial{flex:0 0 100%;scroll-snap-align:start}.legal-modal,.legal-modal-backdrop,.quote-modal,.quote-modal-backdrop{animation:none}}