@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--ink:#17262b;--paper:#f5f4ee;--lime:#dfff00;--mint:#b8f4d4;--orange:#ff704d;--muted:#657175;--line:rgba(23,38,43,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}h1,h2,h3,h4,.navbar-brand{font-family:'Manrope',sans-serif}a{text-decoration:none;color:inherit}.container{max-width:1240px}.section{padding:110px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:'';width:26px;height:2px;background:currentColor}.display-title{font-size:clamp(2.65rem,6vw,6.2rem);line-height:.96;letter-spacing:-.065em;font-weight:700}.section-title{font-size:clamp(2.2rem,4.7vw,4.5rem);line-height:1.02;letter-spacing:-.055em;font-weight:700}.lead-copy{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.65;color:var(--muted);max-width:620px}
.navbar{padding:18px 0;transition:.35s}.navbar.scrolled{background:rgba(245,244,238,.9);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(23,38,43,.08);padding:10px 0}.brand-mark{width:44px;height:44px;border-radius:10px;object-fit:cover}.navbar-brand{font-weight:800;letter-spacing:-.04em}.nav-link{font-weight:600;margin:0 8px;position:relative}.nav-link:after{content:'';position:absolute;left:8px;right:8px;bottom:3px;height:2px;background:var(--ink);transform:scaleX(0);transition:.3s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-cta,.btn-oss{border:0;border-radius:100px;background:var(--ink);color:#fff!important;padding:13px 22px;font-weight:700;display:inline-flex;align-items:center;gap:12px;transition:.3s}.btn-oss:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(23,38,43,.22)}.btn-lime{background:var(--lime);color:var(--ink)!important}.btn-outline-oss{background:transparent;color:var(--ink)!important;border:1px solid var(--ink)}
.hero{min-height:100vh;padding:145px 0 70px;display:flex;align-items:center;position:relative}.hero:before{content:'';position:absolute;width:46vw;height:46vw;max-width:650px;max-height:650px;border-radius:50%;right:-10%;top:8%;background:var(--lime);filter:blur(2px);z-index:-1}.hero-card{background:var(--ink);border-radius:28px;padding:28px;color:#fff;transform:rotate(2deg);box-shadow:0 35px 80px rgba(23,38,43,.25)}.hero-card img{width:100%;aspect-ratio:1/1;object-fit:contain}.hero-card .mini{display:flex;justify-content:space-between;padding-top:15px;font-weight:600}.marquee{overflow:hidden;border-block:1px solid var(--line);padding:22px 0;background:#fff}.marquee-track{display:flex;width:max-content;gap:45px;animation:marquee 24s linear infinite;font-family:'Manrope';font-size:1.05rem;font-weight:700;text-transform:uppercase}.marquee-track span:before{content:'✦';margin-right:45px;color:var(--orange)}@keyframes marquee{to{transform:translateX(-50%)}}
.card-oss{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;height:100%;transition:.35s}.card-oss:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(23,38,43,.1)}.icon-box{width:55px;height:55px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:1.35rem;margin-bottom:50px}.dark-section{background:var(--ink);color:#fff;border-radius:34px;margin:0 18px}.dark-section .lead-copy{color:#b7c0c3}.number{font-family:'Manrope';font-size:clamp(3rem,6vw,6rem);font-weight:700;letter-spacing:-.07em}.stat{border-top:1px solid rgba(255,255,255,.2);padding-top:20px}.project-card{position:relative;border-radius:24px;overflow:hidden;background:#dfe4df;min-height:430px}.project-card img{width:100%;height:100%;position:absolute;object-fit:cover;transition:.6s}.project-card:hover img{transform:scale(1.05)}.project-overlay{position:absolute;inset:auto 18px 18px;background:rgba(245,244,238,.92);backdrop-filter:blur(10px);border-radius:18px;padding:18px}.tag{display:inline-block;border:1px solid var(--line);border-radius:30px;padding:7px 12px;font-size:.76rem;font-weight:700}.quote{font-size:clamp(1.7rem,3vw,3rem);line-height:1.25;letter-spacing:-.04em}.cta-panel{background:var(--lime);border-radius:30px;padding:clamp(35px,7vw,90px);position:relative;overflow:hidden}.cta-panel:after{content:'↗';position:absolute;right:4%;bottom:-12%;font-size:clamp(8rem,22vw,20rem);line-height:1;opacity:.12}
.craftsmanship-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b171b 0%,#142d31 48%,#17262b 100%);isolation:isolate}.craftsmanship-section:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:65px 65px;mask-image:linear-gradient(to bottom,#000,transparent 90%);z-index:-1}.craft-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.22;z-index:-1;pointer-events:none}.craft-glow-lime{width:480px;height:480px;background:var(--lime);right:-190px;top:-240px}.craft-glow-orange{width:390px;height:390px;background:var(--orange);left:-190px;bottom:-250px}.craftsmanship-section .stat p{max-width:210px;margin-bottom:0;line-height:1.5}
.page-hero{padding:180px 0 90px}.page-hero .display-title{max-width:1000px}.service-row{padding:36px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:90px 1fr 1fr;gap:28px;align-items:start}.service-index{font-family:'Manrope';font-weight:700;color:var(--orange)}.news-card .thumb{height:260px;border-radius:22px;background:linear-gradient(135deg,var(--mint),var(--lime));display:flex;align-items:end;padding:25px;font-size:4rem}.news-card:nth-child(2) .thumb{background:linear-gradient(135deg,#d8d2ff,#ffb49d)}.news-card:nth-child(3) .thumb{background:linear-gradient(135deg,#ffdcb8,#fff1a7)}.product-card{overflow:hidden;padding:0}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-body{padding:24px}.contact-card{background:#fff;border-radius:24px;padding:32px;border:1px solid var(--line)}.form-control{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:14px 0}.form-control:focus{box-shadow:none;border-color:var(--ink);background:transparent}.footer{background:#111d21;color:#fff;padding:80px 0 28px;margin-top:100px}.footer-logo{width:96px;border-radius:16px}.footer a{color:#b9c3c5}.footer a:hover{color:var(--lime)}.footer-line{border-top:1px solid rgba(255,255,255,.15);margin-top:55px;padding-top:24px;color:#94a0a3}.reveal{opacity:0;transform:translateY(35px)}
@media(max-width:991px){.navbar-collapse{background:var(--paper);padding:20px;border-radius:18px;margin-top:12px;box-shadow:0 20px 50px rgba(23,38,43,.12)}.hero{padding-top:125px}.hero-card{margin-top:40px}.section{padding:78px 0}.service-row{grid-template-columns:55px 1fr}.service-row p{grid-column:2}.dark-section{margin:0 8px}.page-hero{padding:145px 0 70px}}
@media(max-width:575px){.display-title{font-size:3.15rem}.hero:before{width:85vw;height:85vw;right:-35%;top:12%}.section{padding:62px 0}.card-oss{padding:25px}.page-hero{padding-top:125px}.service-row{grid-template-columns:38px 1fr}.footer{margin-top:60px}.brand-text{font-size:1rem}}
html,body{overflow-x:clip}
.container{width:calc(100% - 48px);max-width:1200px}
@media(min-width:1600px){.container{max-width:1500px}}
@media(max-width:575px){.container{width:calc(100% - 32px)}}

/* Expanded home experience */
.hero-v2{min-height:100svh;background:radial-gradient(circle at 82% 18%,rgba(223,255,0,.42),transparent 26%),linear-gradient(180deg,#fbfaf5 0%,var(--paper) 100%);isolation:isolate}.hero-v2:before{display:none}.hero-grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(23,38,43,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(23,38,43,.05) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.outline-word{color:transparent;-webkit-text-stroke:2px var(--ink);font-style:normal}.hero-orb{position:absolute;border-radius:50%;z-index:-1;filter:blur(.2px)}.orb-one{width:105px;height:105px;background:var(--orange);top:21%;left:47%;opacity:.88}.orb-two{width:55px;height:55px;background:var(--mint);bottom:17%;left:6%}.visual-stage{position:relative;padding:30px 5px 45px}.hero-card-main{position:relative;z-index:2;background:linear-gradient(145deg,#18282d,#0b1518);border:1px solid rgba(255,255,255,.12);transform:rotate(2.5deg)}.hero-card-main:before{content:'';position:absolute;inset:12px;border:1px solid rgba(255,255,255,.08);border-radius:20px;pointer-events:none}.card-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);padding:8px 13px;border-radius:30px;font-size:.78rem}.floating-chip{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(23,38,43,.15);border-radius:100px;padding:12px 17px;font-weight:700;font-size:.86rem;animation:floatY 4s ease-in-out infinite}.chip-a{left:-38px;top:25%}.chip-b{right:-35px;bottom:15%;animation-delay:-2s}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#17bf63;margin-right:7px;box-shadow:0 0 0 6px rgba(23,191,99,.12)}.orbit-ring{position:absolute;width:115%;aspect-ratio:1;border:1px dashed rgba(23,38,43,.25);border-radius:50%;left:-8%;top:-3%;animation:spin 30s linear infinite;z-index:0}.hero-proof{display:flex;align-items:center;gap:15px}.hero-proof p{margin:0;line-height:1.25}.hero-proof small{color:var(--muted)}.avatar-stack{display:flex}.avatar-stack span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;border:3px solid var(--paper);margin-left:-9px;font-size:.68rem;font-weight:700}.avatar-stack span:first-child{margin-left:0;background:var(--orange)}.avatar-stack span:last-child{background:var(--lime);color:var(--ink)}.scroll-cue{position:absolute;bottom:-12px;left:12px;display:flex;align-items:center;gap:10px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.scroll-cue i{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;animation:bounce 2s infinite}@keyframes floatY{50%{transform:translateY(-13px) rotate(-1deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{50%{transform:translateY(6px)}}
.partner-section{padding:70px 0 30px}.partner-label{text-align:center;color:var(--muted);font-size:.83rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-bottom:35px}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);align-items:center;gap:38px;padding:32px 38px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.55)}.partner-grid img{width:100%;max-height:45px;object-fit:contain;filter:grayscale(1);opacity:.55;transition:.3s}.partner-grid img:hover{filter:none;opacity:1;transform:scale(1.05)}
.client-section{padding:100px 0 35px;background:#fff;overflow:hidden}.client-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:60px}.client-heading .lead-copy{max-width:430px}.client-slider{width:100%;overflow:hidden;position:relative;padding:18px 0 30px;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.client-track{display:flex;width:max-content;will-change:transform;animation:clients-right 55s linear infinite}.client-slider:hover .client-track{animation-play-state:paused}.client-set{display:flex;align-items:center;gap:22px;padding-right:22px}.client-logo{width:190px;height:118px;flex:0 0 190px;display:grid;place-items:center;padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:18px;transition:.3s}.client-logo img{max-width:100%;max-height:72px;object-fit:contain;filter:grayscale(1);opacity:.65;transition:.3s}.client-logo:hover{transform:translateY(-5px);background:#fff;box-shadow:0 16px 45px rgba(23,38,43,.1)}.client-logo:hover img{filter:none;opacity:1}@keyframes clients-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}
.service-card{position:relative;overflow:hidden}.service-card:after{content:'';position:absolute;width:110px;height:110px;background:var(--lime);border-radius:50%;right:-65px;bottom:-65px;transition:.35s}.service-card:hover:after{transform:scale(1.25)}.service-card .icon-box{margin-bottom:42px}.service-card>a{font-weight:700;font-size:.9rem}.service-no{position:absolute;right:24px;top:24px;color:var(--muted);font-family:'Manrope';font-weight:700}.project-large{min-height:600px}.work-section .project-card:after{content:'↗';position:absolute;right:22px;top:22px;width:48px;height:48px;background:var(--lime);border-radius:50%;display:grid;place-items:center;font-size:1.5rem;z-index:2}.project-card img{object-position:center}.sticky-copy{position:sticky;top:140px}.process-section{background:#fff;margin-top:25px}.process-step{display:grid;grid-template-columns:70px 1fr;gap:25px;padding:40px 0;border-top:1px solid var(--line)}.process-step>span{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-weight:700;color:var(--orange)}.process-step h3{font-size:clamp(1.55rem,2.5vw,2.35rem);margin-bottom:10px}.process-step p{color:var(--muted);font-size:1.05rem;line-height:1.7;margin:0}
.testimonial-section{background:linear-gradient(140deg,#dff9e9,#f6f5ef 60%)}.testimonial-card{height:100%;padding:38px;background:rgba(255,255,255,.82);border:1px solid rgba(23,38,43,.1);border-radius:25px;display:flex;flex-direction:column;justify-content:space-between;gap:30px}.testimonial-card.featured{background:var(--ink);color:#fff;padding:50px}.testimonial-card blockquote{font-size:clamp(1.25rem,2.2vw,2rem);line-height:1.45;letter-spacing:-.025em;margin:0}.stars{color:var(--lime);letter-spacing:.25em}.testimonial-person{display:flex;align-items:center;gap:14px}.testimonial-person>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:var(--ink);font-weight:700}.testimonial-person div{display:grid}.testimonial-person small{color:var(--muted)}.featured .testimonial-person small{color:#9dabad}
.contact-home{padding-bottom:15px}.contact-shell{border-radius:30px;overflow:hidden;box-shadow:0 30px 80px rgba(23,38,43,.12)}.contact-intro{background:var(--ink);color:#fff;padding:clamp(35px,6vw,75px)}.contact-intro p{color:#b7c0c3;font-size:1.12rem;line-height:1.7}.contact-direct{display:grid;gap:14px;margin-top:55px}.contact-direct a{display:flex;align-items:center;gap:11px}.contact-direct i{color:var(--lime)}.contact-form-wrap{background:#fff;padding:clamp(35px,6vw,75px)}.contact-form-wrap .form-control{font-size:1rem}.form-note{display:inline-block;margin:0 0 0 15px;color:var(--muted);font-size:.8rem}
@media(max-width:991px){.hero-v2{padding-bottom:100px}.orb-one{left:75%;top:14%}.visual-stage{max-width:570px;margin:auto}.partner-grid{grid-template-columns:repeat(3,1fr)}.sticky-copy{position:static;margin-bottom:45px}.project-large{min-height:470px}.contact-intro,.contact-form-wrap{padding:48px}.scroll-cue{display:none}}
@media(max-width:991px){.client-heading{align-items:start;flex-direction:column;margin-bottom:42px}.client-section{padding-top:78px}.client-logo{width:165px;flex-basis:165px;height:105px}}
@media(max-width:575px){.hero-v2{padding-top:120px}.outline-word{-webkit-text-stroke:1.3px var(--ink)}.orb-one{width:70px;height:70px;left:78%;top:15%}.hero-proof{align-items:flex-start}.visual-stage{padding-top:15px}.floating-chip{font-size:.7rem;padding:9px 12px}.chip-a{left:-3px}.chip-b{right:-5px}.orbit-ring{width:104%;left:-2%}.partner-section{padding-top:50px}.partner-grid{grid-template-columns:repeat(2,1fr);gap:28px;padding:28px}.project-large,.project-card{min-height:390px}.process-step{grid-template-columns:50px 1fr;padding:30px 0}.testimonial-card,.testimonial-card.featured{padding:28px}.contact-intro,.contact-form-wrap{padding:32px 24px}.contact-direct{margin-top:35px}.form-note{display:block;margin:14px 0 0}.contact-home{padding-top:55px}}
@media(max-width:575px){.client-section{padding-top:62px}.client-heading{margin-bottom:30px}.client-slider{mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.client-track{animation-duration:42s}.client-logo{width:140px;flex-basis:140px;height:92px;padding:17px}.client-logo img{max-height:58px}.client-set{gap:14px;padding-right:14px}}
@media(prefers-reduced-motion:reduce){.floating-chip,.orbit-ring,.scroll-cue i,.marquee-track,.client-track{animation:none!important}}
.hero-slider-controls{display:flex;align-items:center;gap:18px;margin-top:32px}.hero-dot{appearance:none;border:0;background:transparent;padding:0;display:flex;align-items:center;gap:8px;color:var(--muted);font-family:'Manrope';font-size:.75rem;font-weight:700;cursor:pointer}.hero-dot i{display:block;width:28px;height:3px;border-radius:4px;background:rgba(23,38,43,.17);overflow:hidden;position:relative;transition:width .35s}.hero-dot i:after{content:'';position:absolute;inset:0;background:var(--ink);transform:scaleX(0);transform-origin:left}.hero-dot.active{color:var(--ink)}.hero-dot.active i{width:58px}.hero-dot.active i:after{animation:hero-progress 6s linear forwards}@keyframes hero-progress{to{transform:scaleX(1)}}.hero-v2:hover .hero-dot.active i:after{animation-play-state:paused}.hero-card-main img{transition:filter .3s;will-change:transform,opacity}.hero-title{min-height:1.92em}.hero-copy{min-height:3.3em}
@media(max-width:575px){.hero-slider-controls{gap:12px;margin-top:26px}.hero-dot span{display:none}.hero-dot i{width:24px}.hero-dot.active i{width:48px}.hero-title{min-height:1.9em}.hero-copy{min-height:5.3em}}
@media(prefers-reduced-motion:reduce){.hero-dot.active i:after{animation:none!important;transform:scaleX(1)}}
.hero-v2{--hero-a:#dfff00;--hero-b:#ff704d;--hero-c:#b8f4d4;transition:background .8s ease}.hero-v2[data-hero-theme="commerce"]{--hero-a:#ff9fdb;--hero-b:#725cff;--hero-c:#ffe56b}.hero-v2[data-hero-theme="software"]{--hero-a:#55e6ff;--hero-b:#ff765e;--hero-c:#9dffba}.hero-v2:after{content:'';position:absolute;width:560px;height:560px;right:-120px;top:2%;border-radius:50%;background:radial-gradient(circle,var(--hero-a) 0%,color-mix(in srgb,var(--hero-b) 45%,transparent) 42%,transparent 70%);filter:blur(24px);opacity:.52;z-index:-1;transition:background .8s ease;animation:hero-glow 8s ease-in-out infinite alternate}.visual-stage:before,.visual-stage:after{content:'';position:absolute;border-radius:50%;z-index:1;transition:background .7s ease}.visual-stage:before{width:125px;height:125px;right:-35px;top:8px;background:linear-gradient(135deg,var(--hero-a),var(--hero-b));animation:blob-move 7s ease-in-out infinite}.visual-stage:after{width:82px;height:82px;left:-27px;bottom:2px;background:linear-gradient(135deg,var(--hero-c),var(--hero-b));animation:blob-move 6s ease-in-out infinite reverse}.hero-card-main{background:linear-gradient(150deg,color-mix(in srgb,var(--hero-b) 28%,#17262b),#101d21 62%,color-mix(in srgb,var(--hero-a) 18%,#101d21));box-shadow:0 40px 90px color-mix(in srgb,var(--hero-b) 28%,transparent),0 0 0 1px color-mix(in srgb,var(--hero-a) 35%,transparent);transition:background .75s ease,box-shadow .75s ease}.hero-card-main:after{content:'';position:absolute;inset:12% 8%;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--hero-a) 36%,transparent),transparent 68%);filter:blur(16px);z-index:-1}.hero-card-main img{position:relative;z-index:1;filter:saturate(1.3) contrast(1.06) drop-shadow(0 24px 24px rgba(0,0,0,.28));animation:product-breathe 4.8s ease-in-out infinite}.hero-card-main .card-label,.hero-card-main .mini{position:relative;z-index:2}.hero-v2 .outline-word{-webkit-text-stroke-color:var(--hero-b);text-shadow:0 12px 45px color-mix(in srgb,var(--hero-a) 30%,transparent);transition:-webkit-text-stroke-color .7s ease}.hero-v2 .eyebrow:before{background:var(--hero-b);transition:background .7s ease}.hero-dot.active i:after{background:linear-gradient(90deg,var(--hero-b),var(--hero-a))}.floating-chip{border-color:color-mix(in srgb,var(--hero-b) 32%,transparent)}@keyframes product-breathe{50%{transform:translateY(-8px) scale(1.025)}}@keyframes blob-move{50%{transform:translate(12px,-10px) rotate(25deg);border-radius:38% 62% 55% 45%}}@keyframes hero-glow{to{transform:translate(-30px,28px) scale(1.1)}}
@media(max-width:575px){.hero-v2:after{width:360px;height:360px;right:-180px;top:8%}.visual-stage:before{width:85px;height:85px;right:-10px}.visual-stage:after{width:58px;height:58px;left:-5px}.hero-card-main img{filter:saturate(1.2) contrast(1.04) drop-shadow(0 15px 18px rgba(0,0,0,.24))}}
@media(prefers-reduced-motion:reduce){.hero-v2:after,.visual-stage:before,.visual-stage:after,.hero-card-main img{animation:none!important}}
.hero-v2:hover .hero-dot.active i:after{animation-play-state:running}

/* Premium selected-product showcase */
.work-section{position:relative;overflow:hidden}.work-section:before{content:'SELECTED';position:absolute;right:-1vw;top:4%;font-family:'Manrope';font-size:clamp(5rem,14vw,14rem);font-weight:800;letter-spacing:-.08em;color:rgba(23,38,43,.035);pointer-events:none}.work-section .project-card{isolation:isolate;border:1px solid rgba(23,38,43,.1);box-shadow:0 30px 75px rgba(23,38,43,.11);background:linear-gradient(145deg,#d9f7e7 0%,#f3f7dc 52%,#ffd5c9 100%);transition:transform .45s ease,box-shadow .45s ease}.work-section .col-lg-5 .project-card{background:linear-gradient(145deg,#dcd7ff 0%,#f4dff0 50%,#ffe7b9 100%)}.work-section .project-card:before{content:'';position:absolute;width:58%;aspect-ratio:1;border-radius:50%;right:-12%;top:-12%;background:rgba(255,255,255,.48);box-shadow:-130px 260px 0 rgba(255,255,255,.2);z-index:0}.work-section .project-card>img{inset:7% 7% 14%;width:86%;height:79%;object-fit:contain;object-position:center;filter:saturate(1.12) drop-shadow(0 28px 30px rgba(23,38,43,.22));z-index:1;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.work-section .project-card:hover{transform:translateY(-8px);box-shadow:0 40px 95px rgba(23,38,43,.17)}.work-section .project-card:hover>img{transform:translateY(-9px) scale(1.045) rotate(-1deg)}.work-section .project-overlay{z-index:3;inset:auto 22px 22px;padding:20px 22px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.7);box-shadow:0 12px 30px rgba(23,38,43,.12)}.work-section .project-card:after{box-shadow:0 10px 28px rgba(23,38,43,.15);transition:transform .35s}.work-section .project-card:hover:after{transform:rotate(45deg)}.work-section .tag{background:rgba(255,255,255,.55)}

/* Professional gradient footer */
.footer-v2{position:relative;overflow:hidden;margin-top:100px;padding:0;background:linear-gradient(135deg,#0b171b 0%,#142d31 48%,#17262b 100%);isolation:isolate}.footer-v2:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:65px 65px;mask-image:linear-gradient(to bottom,#000,transparent 85%);z-index:-1}.footer-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.25;z-index:-1}.footer-glow-one{width:500px;height:500px;background:var(--lime);right:-180px;top:-220px}.footer-glow-two{width:420px;height:420px;background:var(--orange);left:-190px;bottom:-250px}.footer-top{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;padding:90px 0 65px}.footer-top h2{font-size:clamp(3.2rem,7vw,7.5rem);line-height:.9;letter-spacing:-.07em;margin:22px 0 0}.footer-top h2 em{color:var(--lime);font-style:normal}.footer-project-link{flex:0 0 auto;width:150px;height:150px;border-radius:50%;background:var(--lime);color:var(--ink)!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;font-weight:700;transition:.4s;box-shadow:0 20px 60px rgba(223,255,0,.18)}.footer-project-link i{font-size:1.4rem}.footer-project-link:hover{transform:rotate(8deg) scale(1.06);box-shadow:0 25px 75px rgba(223,255,0,.28)}.footer-divider{height:1px;background:rgba(255,255,255,.16)}.footer-main{padding:65px 0}.footer-brand{display:flex;align-items:center;gap:15px;color:#fff!important;font-family:'Manrope';font-weight:800;font-size:1.25rem}.footer-v2 .footer-logo{width:72px;height:72px;object-fit:cover;border-radius:14px}.footer-about{max-width:470px;color:#aebbbd;line-height:1.75;margin:25px 0 28px}.footer-socials{display:flex;gap:10px}.footer-socials a,.footer-socials button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;display:grid;place-items:center;transition:.3s}.footer-socials a:hover,.footer-socials button:hover{background:var(--lime);border-color:var(--lime);color:var(--ink);transform:translateY(-4px)}.footer-label{color:#fff;text-transform:uppercase;font-size:.72rem;letter-spacing:.14em;font-weight:700;margin-bottom:22px}.footer-links,.footer-contact{display:grid;gap:13px}.footer-v2 .footer-links a,.footer-v2 .footer-contact a,.footer-contact span{color:#aebbbd;line-height:1.55}.footer-v2 .footer-links a:hover,.footer-v2 .footer-contact a:hover{color:var(--lime);transform:translateX(4px)}.footer-v2 .footer-links a{transition:.25s}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:26px 0 30px;color:#849497;font-size:.82rem;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-bottom a{color:#fff}.footer-bottom a i{margin-left:5px}
@media(max-width:991px){.footer-top{align-items:flex-start}.footer-project-link{width:120px;height:120px}.footer-main{padding:55px 0}.work-section .project-card>img{inset:7% 7% 16%;height:77%}}
@media(max-width:575px){.work-section:before{top:8%}.work-section .project-overlay{inset:auto 14px 14px;padding:16px}.work-section .project-overlay h3{font-size:1.25rem}.footer-v2{margin-top:65px}.footer-top{padding:65px 0 50px;display:block}.footer-top h2{font-size:3.7rem}.footer-project-link{margin-top:35px;width:105px;height:105px}.footer-main{padding:45px 0}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom span:nth-child(2){display:none}}

/* Refined editorial product cases */
.work-section{background:#eef0ea;padding-block:125px}.work-section:before{display:none}.work-section .row.g-4{--bs-gutter-x:32px}.work-section .project-card,.work-section .col-lg-5 .project-card{min-height:610px!important;border-radius:10px;background:#fff;border:1px solid rgba(23,38,43,.12);box-shadow:none;overflow:hidden;display:flex!important;flex-direction:column;padding:0;transform:none}.work-section .project-card:before{content:'';position:absolute;left:18px;right:18px;top:18px;height:68%;width:auto;aspect-ratio:auto;border-radius:7px;background:#e1e6df;box-shadow:none;z-index:0}.work-section .col-lg-5 .project-card:before{background:#e8e4ec}.work-section .project-card:after{content:'View case';width:auto;height:auto;right:30px;top:auto;bottom:34px;background:transparent;border-radius:0;box-shadow:none;font-family:'Manrope';font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:3px;transition:.3s}.work-section .project-card>img{position:absolute;left:8%;right:8%;top:7%;bottom:auto;inset:7% 8% auto;width:84%;height:59%;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 22px rgba(23,38,43,.2));z-index:1;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.work-section .project-overlay{position:absolute;left:0;right:0;bottom:0;top:auto;inset:auto 0 0;border:0;border-top:1px solid rgba(23,38,43,.1);border-radius:0;padding:31px 145px 31px 30px;min-height:165px;background:#fff;backdrop-filter:none;box-shadow:none}.work-section .project-overlay .tag{padding:0;border:0;border-radius:0;background:transparent;color:#778285;font-size:.7rem;letter-spacing:.11em;text-transform:uppercase}.work-section .project-overlay h3{font-size:clamp(1.35rem,2vw,2rem);line-height:1.16;letter-spacing:-.035em;margin-top:12px!important}.work-section .project-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(23,38,43,.1);border-color:rgba(23,38,43,.2)}.work-section .project-card:hover>img{transform:translateY(-7px) scale(1.025) rotate(0)}.work-section .project-card:hover:after{transform:translateX(4px);color:var(--orange);border-color:var(--orange)}
@media(min-width:992px){.work-section .row.g-4>.col-lg-7,.work-section .row.g-4>.col-lg-5{width:50%}}
@media(max-width:991px){.work-section{padding-block:90px}.work-section .project-card,.work-section .col-lg-5 .project-card{min-height:570px!important}.work-section .project-card:before{height:66%}.work-section .project-card>img{height:56%}}
@media(max-width:575px){.work-section{padding-block:68px}.work-section .row.g-4{--bs-gutter-x:24px}.work-section .project-card,.work-section .col-lg-5 .project-card{min-height:470px!important}.work-section .project-card:before{left:12px;right:12px;top:12px;height:63%}.work-section .project-card>img{inset:7% 7% auto;width:86%;height:51%}.work-section .project-overlay{padding:24px 105px 24px 20px;min-height:145px}.work-section .project-card:after{right:20px;bottom:29px;font-size:.66rem}}
.work-section .project-card>img{left:18px;right:18px;top:18px;inset:18px 18px auto;width:calc(100% - 36px);height:68%;object-fit:cover;filter:none;border-radius:7px}.work-section .project-card:hover>img{transform:scale(1.012)}
@media(max-width:575px){.work-section .project-card>img{left:12px;right:12px;top:12px;inset:12px 12px auto;width:calc(100% - 24px);height:63%;border-radius:6px}}

/* Three-column selected product cards */
.work-section .selected-product-grid{--bs-gutter-x:24px}.work-section .selected-product-card{position:relative;min-height:520px!important;border:1px solid rgba(23,38,43,.1);border-radius:22px!important;background:#fff!important;box-shadow:0 14px 40px rgba(23,38,43,.07)!important;overflow:hidden}.work-section .selected-product-card:before,.work-section .selected-product-card:after{display:none}.selected-product-media{position:absolute;inset:14px 14px auto;height:62%;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#e3f4eb,#f0f1df);isolation:isolate}.selected-product-media:before{content:'';position:absolute;width:240px;height:240px;right:-70px;top:-85px;border-radius:50%;background:rgba(223,255,0,.42);filter:blur(4px);z-index:-1}.selected-product-media img,.work-section .selected-product-card>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:18px;object-fit:contain!important;border-radius:0!important;filter:drop-shadow(0 22px 22px rgba(23,38,43,.2))!important;transition:transform .55s cubic-bezier(.2,.8,.2,1)!important}.selected-product-arrow{position:absolute;right:14px;top:14px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:1.1rem;z-index:2;transition:.35s}.work-section .selected-product-card .project-overlay{min-height:190px;padding:27px 24px 24px;display:flex;flex-direction:column;align-items:flex-start}.work-section .selected-product-card .project-overlay h3{font-size:clamp(1.25rem,1.6vw,1.65rem);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.selected-product-link{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--ink);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.selected-product-link i{transition:transform .3s}.work-section .selected-product-card:hover{transform:translateY(-9px);box-shadow:0 28px 65px rgba(23,38,43,.14)!important}.work-section .selected-product-card:hover .selected-product-media img{transform:scale(1.045) translateY(-4px)!important}.work-section .selected-product-card:hover .selected-product-arrow{transform:rotate(45deg);background:var(--lime);color:var(--ink)}.work-section .selected-product-card:hover .selected-product-link i{transform:translateX(5px)}
@media(max-width:991px){.work-section .selected-product-card{min-height:510px!important}}
@media(max-width:575px){.work-section .selected-product-card{min-height:475px!important}.selected-product-media{inset:11px 11px auto;height:60%}.work-section .selected-product-card .project-overlay{min-height:180px;padding:23px 20px 21px}}

/* Modern shop */
.shop-page{background:#f2f1eb}.shop-hero{position:relative;min-height:720px;padding:190px 0 100px;display:flex;align-items:center;overflow:hidden;background:#101e22;color:#fff;isolation:isolate}.shop-hero-grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent)}.shop-hero:after{content:'';position:absolute;width:620px;height:620px;border-radius:50%;right:-130px;top:-160px;background:radial-gradient(circle,var(--lime),rgba(184,244,212,.34) 42%,transparent 70%);filter:blur(20px);opacity:.62;z-index:-1;animation:shop-glow 8s ease-in-out infinite alternate}.shop-hero .display-title span{color:var(--lime)}.shop-hero .lead-copy{color:#b9c5c7}.shop-hero-note{border-top:1px solid rgba(255,255,255,.25);padding-top:24px;display:flex;align-items:center;gap:15px}.shop-hero-note div{display:grid}.shop-hero-note small{color:#93a2a5;margin-top:5px}.shop-pulse{width:13px;height:13px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 0 rgba(223,255,0,.5);animation:shop-pulse 2s infinite}.shop-orbit{position:absolute;border:1px dashed rgba(255,255,255,.15);border-radius:50%;animation:spin 34s linear infinite;z-index:-1}.orbit-a{width:440px;height:440px;right:4%;top:14%}.orbit-b{width:120px;height:120px;left:4%;bottom:7%;border-color:rgba(255,112,77,.4)}@keyframes shop-glow{to{transform:translate(-55px,45px) scale(1.08)}}@keyframes shop-pulse{70%{box-shadow:0 0 0 12px rgba(223,255,0,0)}}
.shop-directory{padding-top:110px}.shop-toolbar{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:55px}.shop-toolbar h2{font-family:'Manrope';font-weight:700;letter-spacing:-.04em}.shop-filters{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.shop-filter{border:1px solid var(--line);background:transparent;border-radius:100px;padding:10px 15px;font-weight:700;font-size:.8rem;transition:.3s}.shop-filter span{display:inline-grid;place-items:center;width:22px;height:22px;margin-left:5px;border-radius:50%;background:rgba(23,38,43,.08);font-size:.66rem}.shop-filter:hover,.shop-filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.shop-filter.active span{background:var(--lime);color:var(--ink)}.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.shop-product{background:#fff;border:1px solid rgba(23,38,43,.11);border-radius:18px;overflow:hidden;transition:opacity .35s,transform .45s,box-shadow .45s}.shop-product:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(23,38,43,.11)}.shop-product.filter-hide{display:none}.shop-media{height:430px;display:block;position:relative;overflow:hidden;background:#e4e7e0}.shop-media>img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.75,.2,1)}.shop-product:hover .shop-media>img{transform:scale(1.035)}.shop-badge{position:absolute;left:20px;top:20px;z-index:2;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);padding:8px 12px;border-radius:100px;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.shop-view{position:absolute;right:20px;top:20px;z-index:2;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--lime);font-size:1.2rem;transition:.35s}.shop-product:hover .shop-view{transform:rotate(45deg)}.pos-media{background:linear-gradient(145deg,#dbe6f9,#f8f4e8);padding:35px}.pos-media.theme-coral{background:linear-gradient(145deg,#ffdcd1,#fff5df)}.pos-media.theme-mint{background:linear-gradient(145deg,#ccefe0,#ecf7e8)}.pos-media.theme-purple{background:linear-gradient(145deg,#ded8f6,#f5e5ef)}.pos-media>img{object-fit:contain;filter:drop-shadow(0 24px 24px rgba(23,38,43,.18))}.shop-product:hover .pos-media>img{transform:scale(1.045) rotate(-1deg)}.shop-info{padding:30px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:28px}.shop-type{color:var(--orange);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.11em}.shop-info h2{font-size:clamp(1.45rem,2.2vw,2rem);letter-spacing:-.035em;margin:9px 0 12px}.shop-info p{color:var(--muted);line-height:1.65;margin:0;max-width:480px}.shop-buy{white-space:nowrap;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}.shop-buy:hover{color:var(--orange);border-color:var(--orange)}.shop-support{padding:20px 0 110px}.shop-support-shell{background:var(--ink);color:#fff;border-radius:28px;padding:clamp(38px,7vw,85px);display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:70px;position:relative;overflow:hidden}.shop-support-shell:after{content:'↗';position:absolute;right:-2%;top:-18%;font-size:18rem;opacity:.035}.shop-support-shell p{color:#adbbbd;font-size:1.12rem;line-height:1.7;margin-bottom:26px}
@media(max-width:1199px){.shop-media{height:370px}.shop-info{grid-template-columns:1fr}.shop-buy{justify-self:start}}
@media(max-width:991px){.shop-hero{min-height:650px;padding-top:155px}.shop-hero-note{margin-top:15px}.shop-toolbar{align-items:start;flex-direction:column}.shop-filters{justify-content:flex-start}.shop-grid{grid-template-columns:1fr}.shop-media{height:480px}.shop-support-shell{grid-template-columns:1fr;gap:35px}}
@media(max-width:575px){.shop-hero{min-height:600px;padding:130px 0 75px}.shop-hero:after{width:380px;height:380px;right:-210px}.shop-directory{padding-top:68px}.shop-toolbar{margin-bottom:38px}.shop-filters{gap:7px}.shop-filter{padding:8px 11px}.shop-grid{gap:24px}.shop-media{height:310px}.pos-media{padding:25px}.shop-info{padding:23px;gap:20px}.shop-support{padding-bottom:65px}.shop-support-shell{border-radius:20px;padding:30px 24px}}
@media(prefers-reduced-motion:reduce){.shop-hero:after,.shop-pulse,.shop-orbit{animation:none!important}}

/* Unified modern light inner-page heroes */
.page-hero,.shop-hero{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#fbfaf5 0%,#f3f5ed 55%,#eef6f0 100%);color:var(--ink)}.page-hero{min-height:620px;padding:185px 0 105px;display:flex;align-items:flex-end}.page-hero>.container,.shop-hero>.container{position:relative;z-index:2}.page-hero:before,.shop-hero:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(23,38,43,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(23,38,43,.045) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(to bottom,#000,transparent 92%);z-index:-2}.page-hero:after,.shop-hero:after{content:'';position:absolute;width:580px;height:580px;right:-125px;top:-175px;border-radius:50%;background:radial-gradient(circle,rgba(223,255,0,.75) 0%,rgba(184,244,212,.4) 40%,transparent 70%);filter:blur(20px);opacity:.72;z-index:-1;animation:inner-hero-float 9s ease-in-out infinite alternate}.page-hero .display-title,.shop-hero .display-title{max-width:1100px}.page-hero .display-title:after{content:'↗';display:inline-grid;place-items:center;width:clamp(52px,6vw,82px);height:clamp(52px,6vw,82px);margin-left:22px;vertical-align:middle;border-radius:50%;background:var(--lime);font-size:clamp(1.6rem,3vw,2.8rem);letter-spacing:0;color:var(--ink);transform:rotate(8deg)}.page-hero .lead-copy,.shop-hero .lead-copy{color:var(--muted)}.page-hero .eyebrow:before,.shop-hero .eyebrow:before{background:var(--orange)}.shop-hero{min-height:700px;padding:185px 0 100px;align-items:center}.shop-hero-grid{display:none}.shop-hero .display-title span{color:transparent;-webkit-text-stroke:2px var(--ink);text-shadow:0 12px 45px rgba(255,112,77,.13)}.shop-hero-note{border-color:rgba(23,38,43,.18);background:rgba(255,255,255,.58);backdrop-filter:blur(8px);padding:20px;border-radius:16px}.shop-hero-note small{color:var(--muted)}.shop-pulse{background:var(--orange);box-shadow:0 0 0 0 rgba(255,112,77,.42)}.shop-orbit{border-color:rgba(23,38,43,.13)}.orbit-a{border-color:rgba(23,38,43,.12)}.orbit-b{background:var(--orange);border:0;opacity:.8}.shop-hero:before{display:block}@keyframes inner-hero-float{to{transform:translate(-38px,42px) scale(1.08)}}
@media(max-width:991px){.page-hero{min-height:540px;padding:150px 0 85px}.shop-hero{min-height:640px;padding:155px 0 85px}.page-hero:after,.shop-hero:after{width:430px;height:430px;right:-180px;top:-100px}}
@media(max-width:575px){.page-hero{min-height:500px;padding:130px 0 65px}.shop-hero{min-height:610px;padding:130px 0 70px}.page-hero:after,.shop-hero:after{width:320px;height:320px;right:-190px;top:-40px}.page-hero .display-title:after{margin-left:10px}.shop-hero .display-title span{-webkit-text-stroke:1.3px var(--ink)}}
@media(prefers-reduced-motion:reduce){.page-hero:after,.shop-hero:after{animation:none!important}}

/* Complete inner-page system */
.inner-page{background:var(--paper)}.inner-hero{min-height:540px;padding:145px 0 72px;align-items:center;border-bottom:1px solid var(--line);background:#f7f6f1}.inner-hero:before{background-size:80px 80px;opacity:.65}.inner-hero:after{width:420px;height:420px;right:-110px;top:-120px;filter:blur(10px);opacity:.48}.inner-hero .display-title:after{display:none}.inner-hero .display-title{font-size:clamp(3.5rem,7vw,7.2rem);margin:0;max-width:none}.inner-hero .display-title em{font-style:normal;color:transparent;-webkit-text-stroke:1.7px var(--ink)}.inner-hero-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);align-items:end;gap:70px}.inner-hero-aside{border-left:1px solid var(--line);padding-left:34px;display:grid;gap:20px}.inner-index{font-family:'Manrope';color:var(--orange);font-size:.75rem;font-weight:700;letter-spacing:.15em}.inner-hero-aside p{font-size:1.08rem;line-height:1.7;color:var(--muted);margin:0}.inner-hero-aside a,.text-link{font-weight:700;display:inline-flex;align-items:center;gap:9px;width:max-content}.inner-hero-aside a i,.text-link i{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:.3s}.inner-hero-aside a:hover i,.text-link:hover i{background:var(--lime);border-color:var(--lime)}
.about-visual{position:relative;background:#dce9df;border-radius:24px;overflow:hidden;padding:35px}.about-visual img{width:100%;aspect-ratio:1.1;object-fit:contain}.visual-stamp{position:absolute;right:25px;bottom:25px;width:100px;height:100px;border-radius:50%;background:var(--lime);display:grid;place-items:center;text-align:center;font-family:'Manrope';font-weight:800;line-height:1.05;transform:rotate(8deg)}.belief-section{background:#fff}.belief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.belief-card{background:#fff;padding:45px;position:relative;min-height:340px}.belief-card>span{position:absolute;right:30px;top:28px;color:#a1abad;font-weight:700}.belief-card>i{font-size:2rem;width:62px;height:62px;border-radius:50%;background:var(--lime);display:grid;place-items:center;margin-bottom:65px}.belief-card h3{font-size:1.7rem;letter-spacing:-.035em}.belief-card p{color:var(--muted);line-height:1.7;max-width:470px}.about-numbers{padding:35px 0 100px}.number-panel{background:var(--ink);color:#fff;border-radius:28px;padding:clamp(38px,7vw,85px);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.number-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.number-grid>div{border-top:1px solid rgba(255,255,255,.2);padding-top:18px;display:grid}.number-grid strong{font-family:'Manrope';font-size:clamp(2.5rem,5vw,4.8rem);letter-spacing:-.06em}.number-grid span{color:#a7b5b7}.split-cta{background:var(--lime);border-radius:26px;padding:clamp(35px,6vw,75px);display:flex;align-items:end;justify-content:space-between;gap:45px}.split-cta h2{font-size:clamp(2.4rem,5vw,5rem);line-height:.98;letter-spacing:-.055em;margin:20px 0 0}.round-link{flex:0 0 auto;width:125px;height:125px;border-radius:50%;background:var(--ink);color:#fff!important;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.35s}.round-link:hover{transform:rotate(8deg) scale(1.05)}
.services-intro{padding-bottom:75px}.service-list-modern{border-top:1px solid var(--line)}.service-detail{display:grid;grid-template-columns:70px minmax(300px,.85fr) minmax(300px,1fr);gap:40px;padding:55px 0;border-bottom:1px solid var(--line);align-items:start}.service-detail-no{font-family:'Manrope';font-weight:700;color:var(--orange)}.service-detail-title{display:grid;grid-template-columns:55px 1fr;gap:20px;align-items:start}.service-detail-title>i{width:55px;height:55px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:1.35rem}.service-detail h2{font-size:clamp(1.7rem,3vw,2.65rem);line-height:1.08;letter-spacing:-.045em}.service-detail>div:last-child>p{font-size:1.07rem;line-height:1.7;color:var(--muted)}.service-detail ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:22px 0 0}.service-detail li{border:1px solid var(--line);border-radius:100px;padding:7px 11px;font-size:.76rem;font-weight:700}.delivery-section{background:#fff;margin-top:100px}.delivery-track{border-top:1px solid var(--line)}.delivery-step{display:grid;grid-template-columns:55px 1fr;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}.delivery-step>span{color:var(--orange);font-weight:700}.delivery-step h3{font-size:1.55rem;margin-bottom:8px}.delivery-step p{color:var(--muted);margin:0}
.featured-story-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:570px;border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.story-visual{position:relative;background:linear-gradient(145deg,#ccefdc,#f3f4c4);display:grid;place-items:center;overflow:hidden}.story-visual:before,.story-visual:after{content:'';position:absolute;border-radius:50%;background:rgba(255,255,255,.38)}.story-visual:before{width:380px;height:380px;right:-80px;top:-100px}.story-visual:after{width:180px;height:180px;left:-50px;bottom:-60px}.story-number{position:absolute;top:28px;left:30px;font-family:'Manrope';font-weight:700}.story-phone{position:relative;z-index:1;width:240px;height:390px;background:var(--ink);color:#fff;border-radius:36px;border:8px solid #fff;box-shadow:0 30px 70px rgba(23,38,43,.25);display:grid;place-items:center;text-align:center;transform:rotate(5deg)}.story-phone i{font-size:4rem;color:var(--lime)}.story-phone span{font-family:'Manrope';font-size:2rem;font-weight:800;line-height:1}.story-copy{padding:clamp(35px,6vw,75px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.story-copy h2{font-size:clamp(2rem,4vw,4rem);line-height:1.04;letter-spacing:-.055em;margin:25px 0}.story-copy p{font-size:1.08rem;line-height:1.75;color:var(--muted)}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.insight-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.insight-art{height:250px;padding:25px;display:flex;align-items:flex-end;justify-content:space-between;background:#ffe0d6}.insight-art i{font-size:4.2rem}.insight-art span{align-self:flex-start;font-weight:700}.art-mobile{background:#d8e4ff}.art-ops{background:#d8f0df}.insight-card>div:last-child{padding:28px}.insight-meta{color:var(--orange);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.insight-card h3{font-size:1.45rem;line-height:1.25;margin:12px 0}.insight-card p{color:var(--muted);line-height:1.65}.newsletter-modern{padding:20px 0 110px}.newsletter-shell{background:var(--ink);color:#fff;border-radius:26px;padding:clamp(35px,6vw,75px);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.newsletter-shell h2{font-size:clamp(2.7rem,5vw,5rem);letter-spacing:-.06em;margin:18px 0}.newsletter-shell p{color:#adbbbd;line-height:1.7}.newsletter-form label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.newsletter-form>div{display:flex;border-bottom:1px solid rgba(255,255,255,.35)}.newsletter-form input{flex:1;background:transparent;border:0;color:#fff;padding:15px 0;outline:0}.newsletter-form button{border:0;background:transparent;color:var(--lime);font-weight:700}
.contact-modern{padding-top:100px}.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px}.contact-sidebar{padding:35px 0}.contact-sidebar h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.05em;margin:25px 0}.contact-sidebar>p{color:var(--muted);line-height:1.7}.contact-methods{display:grid;margin-top:45px}.contact-methods>a,.contact-methods>div{display:flex;align-items:center;gap:16px;padding:20px 0;border-top:1px solid var(--line)}.contact-methods i{width:44px;height:44px;border-radius:50%;background:var(--lime);display:grid;place-items:center}.contact-methods div div,.contact-methods a div{display:grid}.contact-methods small{color:var(--muted);margin-bottom:3px}.availability{display:flex;align-items:center;gap:10px;margin-top:35px;font-size:.82rem;font-weight:700}.availability span{width:10px;height:10px;border-radius:50%;background:#1fc36a;box-shadow:0 0 0 6px rgba(31,195,106,.12)}.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(28px,5vw,55px)}.form-heading{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:30px}.form-heading span:first-child{font-family:'Manrope';font-size:1.4rem;font-weight:700}.form-heading span:last-child{color:var(--muted);font-size:.75rem}.contact-faq{background:#fff}.faq-list details{border-top:1px solid var(--line);padding:24px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-family:'Manrope';font-size:1.2rem;font-weight:700;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:'+';color:var(--orange)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{color:var(--muted);line-height:1.7;padding:18px 35px 0 0;margin:0}
/* Compact Shop hero */
.shop-hero{min-height:570px;padding:135px 0 65px;align-items:center;background:#f7f6f1;border-bottom:1px solid var(--line)}.shop-hero:after{width:410px;height:410px;top:-130px;right:-90px;opacity:.48}.shop-hero .display-title{font-size:clamp(3.4rem,7vw,7rem)}
@media(max-width:991px){.inner-hero{min-height:500px;padding:130px 0 65px}.inner-hero-layout{grid-template-columns:1fr;gap:35px}.inner-hero-aside{max-width:650px}.belief-grid,.number-panel,.featured-story-card,.newsletter-shell,.contact-layout{grid-template-columns:1fr}.number-panel{gap:45px}.service-detail{grid-template-columns:50px 1fr}.service-detail>div:last-child{grid-column:2}.insight-grid{grid-template-columns:1fr 1fr}.contact-layout{gap:30px}.shop-hero{min-height:540px;padding-top:125px}}
@media(max-width:575px){.inner-hero{min-height:470px;padding:115px 0 55px}.inner-hero .display-title{font-size:3.45rem}.inner-hero-aside{padding-left:20px}.belief-grid,.insight-grid{grid-template-columns:1fr}.belief-card{padding:30px;min-height:300px}.belief-card>i{margin-bottom:50px}.number-grid{gap:18px}.number-panel{border-radius:20px}.split-cta{display:block}.round-link{width:100px;height:100px;margin-top:30px}.service-detail{grid-template-columns:35px 1fr;gap:18px;padding:38px 0}.service-detail-title{grid-template-columns:44px 1fr;gap:14px}.service-detail-title>i{width:44px;height:44px}.delivery-section{margin-top:60px}.featured-story-card{min-height:0}.story-visual{height:420px}.story-phone{width:205px;height:335px}.story-copy{padding:30px 24px}.newsletter-modern{padding-bottom:70px}.newsletter-shell{gap:35px}.newsletter-form>div{display:block;border:0}.newsletter-form input{width:100%;border-bottom:1px solid rgba(255,255,255,.35)}.newsletter-form button{padding:15px 0}.contact-modern{padding-top:65px}.contact-form-card{padding:28px 22px}.form-heading{display:block}.form-heading span{display:block}.form-heading span:last-child{margin-top:7px}.shop-hero{min-height:510px;padding:115px 0 55px}.shop-hero .display-title{font-size:3.4rem}}
.shop-hero{min-height:0;padding:125px 0 55px}.shop-hero .display-title{margin-block:18px!important}.shop-hero-note{padding:15px 17px}.shop-hero .lead-copy{font-size:1.05rem}
@media(max-width:991px){.shop-hero{min-height:0;padding:115px 0 50px}.shop-hero .row{--bs-gutter-y:1.5rem}.shop-hero-note{margin-top:0;max-width:440px}}
@media(max-width:575px){.shop-hero{min-height:0;padding:105px 0 38px}.shop-hero .display-title{font-size:3rem;margin-block:12px!important}.shop-hero .lead-copy{font-size:.95rem;line-height:1.55}.shop-hero-note{padding:12px 14px}.shop-hero-note small{font-size:.72rem}}

/* Shop page alignment with the shared inner-page system */
.shop-page{background:var(--paper)}
.shop-hero{min-height:0;padding:145px 0 72px;align-items:flex-start;background:#f7f6f1}
.shop-hero .inner-hero-layout{align-items:start}
.shop-hero .display-title{font-size:clamp(3.5rem,7vw,7.2rem);margin:0!important;max-width:none}
.shop-hero .display-title em{font-style:normal;color:transparent;-webkit-text-stroke:1.7px var(--ink)}
.shop-hero .display-title span{color:inherit;-webkit-text-stroke:0;text-shadow:none}
.shop-hero-note{margin-top:4px;padding:16px 18px;border:1px solid var(--line);background:rgba(255,255,255,.64);border-radius:14px}
.shop-filter:focus-visible{outline:3px solid rgba(255,112,77,.35);outline-offset:3px}
.shop-product[hidden]{display:none!important}
.shop-product.reveal{opacity:1;transform:none}
@media(max-width:991px){.shop-hero{min-height:0;padding:130px 0 65px}}
@media(max-width:575px){.shop-hero{min-height:0;padding:115px 0 55px}.shop-hero .display-title{font-size:3.45rem}.shop-hero-note{padding:14px 15px}}

/* Database-backed product details */
.product-detail-body .navbar:not(.scrolled) .navbar-brand,.product-detail-body .navbar:not(.scrolled) .nav-link,.product-detail-body .navbar:not(.scrolled) .navbar-toggler{color:#fff}.product-detail-body .navbar:not(.scrolled) .nav-link:after{background:var(--lime)}.product-detail-body .navbar:not(.scrolled) .nav-cta{background:var(--lime);color:var(--ink)!important}.product-detail-page{background:var(--paper)}.product-detail-hero{position:relative;overflow:hidden;padding:155px 0 105px;background:linear-gradient(135deg,#0b171b 0%,#142d31 52%,#17262b 100%);color:#fff;isolation:isolate}.product-detail-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(to bottom,#000,transparent);z-index:-1}.product-detail-hero:after{content:'';position:absolute;width:520px;height:520px;right:-160px;top:-210px;border-radius:50%;background:var(--lime);filter:blur(90px);opacity:.2;z-index:-1}.product-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:55px;color:#9fadaf;font-size:.78rem}.product-breadcrumb a:hover{color:var(--lime)}.product-breadcrumb i{font-size:.62rem}.product-detail-hero h1{max-width:760px;margin:22px 0;font-family:'Manrope';font-size:clamp(3rem,6vw,6.2rem);font-weight:750;line-height:.96;letter-spacing:-.065em}.product-detail-hero .lead-copy{color:#b7c4c6}.product-detail-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:34px}.product-contact-link{border:1px solid rgba(255,255,255,.35);background:transparent}.product-detail-media{position:relative;min-height:560px;padding:42px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));display:grid;place-items:center}.product-detail-media img{width:100%;height:470px;object-fit:contain;filter:drop-shadow(0 32px 35px rgba(0,0,0,.32))}.product-media-label{position:absolute;left:25px;top:24px;padding:8px 12px;border-radius:30px;background:var(--lime);color:var(--ink);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-long-copy{font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.7;color:#405055}.product-meta-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.product-meta-row>div{padding-top:16px;border-top:1px solid var(--line);display:grid;gap:5px}.product-meta-row small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.product-features{background:#fff}.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.product-feature{position:relative;min-height:210px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.product-feature>span{color:#9aa5a7;font-size:.72rem;font-weight:700}.product-feature>i{position:absolute;right:25px;top:25px;width:42px;height:42px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:1.2rem}.product-feature h3{max-width:250px;margin-top:72px;font-size:1.3rem;line-height:1.3}.product-customize{padding:100px 0}.product-customize-shell{position:relative;overflow:hidden;padding:clamp(38px,7vw,85px);border-radius:28px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:70px}.product-customize-shell:after{content:'↗';position:absolute;right:-2%;top:-25%;font-size:20rem;opacity:.04}.product-customize-shell h2{margin:20px 0 0;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.98;letter-spacing:-.06em}.product-customize-shell p{color:#adbbbd;font-size:1.08rem;line-height:1.7}.related-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-product-card{position:relative;min-height:390px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:.35s}.related-product-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(23,38,43,.1)}.related-product-card span{color:var(--orange);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.related-product-card h3{margin-top:10px;font-size:1.45rem}.related-product-card img{width:100%;height:235px;object-fit:contain}.related-product-card>i{position:absolute;right:22px;bottom:22px;width:42px;height:42px;border-radius:50%;background:var(--lime);display:grid;place-items:center}
@media(max-width:991px){.product-detail-hero{padding:130px 0 80px}.product-detail-media{min-height:470px}.product-detail-media img{height:390px}.product-feature-grid,.related-product-grid{grid-template-columns:repeat(2,1fr)}.product-customize-shell{grid-template-columns:1fr;gap:35px}}
@media(max-width:575px){.product-detail-hero{padding:110px 0 65px}.product-breadcrumb{margin-bottom:35px}.product-detail-media{min-height:350px;padding:25px}.product-detail-media img{height:300px}.product-meta-row{grid-template-columns:1fr}.product-feature-grid,.related-product-grid{grid-template-columns:1fr}.product-feature{min-height:180px}.product-customize{padding:65px 0}.product-customize-shell{padding:34px 24px;border-radius:20px}}
.product-share{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:30px}.product-share>span{margin-right:5px;color:#9fadaf;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.product-share a,.product-share button{width:39px;height:39px;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:transparent;color:#fff;display:grid;place-items:center;transition:.25s}.product-share a:hover,.product-share button:hover{border-color:var(--lime);background:var(--lime);color:var(--ink);transform:translateY(-3px)}.product-demo{background:#edf0e9}.product-demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.demo-card{position:relative;min-height:390px;padding:34px;border:1px solid rgba(23,38,43,.12);border-radius:22px;background:#fff;display:flex;align-items:flex-start;flex-direction:column}.demo-card>i{width:58px;height:58px;margin-bottom:55px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:1.45rem}.demo-card>span{color:var(--orange);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.demo-card h3{margin:12px 0 28px;font-size:clamp(1.7rem,2.5vw,2.4rem);line-height:1.08}.demo-card .btn-oss{margin-top:auto}.demo-card-login{background:var(--ink);color:#fff}.demo-card-login>i{background:var(--orange)}.demo-credentials{margin-top:18px;color:#cad4d6;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88rem;line-height:1.75;white-space:normal}.demo-card-apk{background:linear-gradient(145deg,#dff6e7,#f4f6cb)}
@media(max-width:991px){.product-demo-grid{grid-template-columns:1fr 1fr}.demo-card-apk{grid-column:1/-1}}
@media(max-width:575px){.product-share>span{width:100%;margin-bottom:4px}.product-demo-grid{grid-template-columns:1fr}.demo-card-apk{grid-column:auto}.demo-card{min-height:330px;padding:26px}.demo-card>i{margin-bottom:38px}}

/* Compact product hero */
.product-detail-hero{padding:112px 0 64px}.product-breadcrumb{margin-bottom:26px}.product-detail-media{min-height:450px;padding:28px}.product-detail-media img{height:385px}.product-media-label{display:none}.product-detail-hero h1{margin:16px 0}.product-detail-actions{margin-top:25px}.product-share{margin-top:22px}
@media(max-width:991px){.product-detail-hero{padding:105px 0 58px}.product-detail-media{min-height:400px}.product-detail-media img{height:340px}}
@media(max-width:575px){.product-detail-hero{padding:92px 0 45px}.product-breadcrumb{margin-bottom:20px}.product-detail-media{min-height:310px;padding:18px}.product-detail-media img{height:275px}}
.product-detail-hero .row .product-breadcrumb{margin:0 0 18px;color:#aebabc}.product-detail-hero .row .product-breadcrumb span{color:#fff}
.product-detail-hero .row{padding-top:18px}
@media(max-width:575px){.product-detail-hero .row{padding-top:12px}}
.contact-home{scroll-margin-top:90px}

/* Modern site preloader */
.site-preloader{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;background:#24343b;opacity:1;visibility:visible;transition:opacity .55s ease,visibility .55s ease}.site-preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader-inner{display:grid;justify-items:center;gap:18px}.preloader-inner>img{width:108px;height:108px;object-fit:cover;animation:preloader-logo 1.5s cubic-bezier(.2,.8,.2,1) infinite}.preloader-name{display:flex;gap:.35em;color:#fff;font-size:clamp(1.1rem,2.4vw,1.55rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preloader-name span{display:inline-block;opacity:0;transform:translateY(12px);animation:preloader-word 1.25s ease infinite}.preloader-name span:nth-child(2){animation-delay:.12s}.preloader-name span:nth-child(3){color:var(--lime);animation-delay:.24s}.preloader-line{width:190px;height:2px;overflow:hidden;background:rgba(255,255,255,.14)}.preloader-line i{display:block;width:45%;height:100%;background:linear-gradient(90deg,transparent,var(--lime),transparent);animation:preloader-progress 1.1s ease-in-out infinite}@keyframes preloader-logo{0%,100%{transform:scale(.94);filter:drop-shadow(0 0 0 rgba(223,255,0,0))}50%{transform:scale(1.04);filter:drop-shadow(0 0 18px rgba(223,255,0,.25))}}@keyframes preloader-word{0%,100%{opacity:.35;transform:translateY(8px)}35%,70%{opacity:1;transform:translateY(0)}}@keyframes preloader-progress{0%{transform:translateX(-110%)}100%{transform:translateX(330%)}}@media(prefers-reduced-motion:reduce){.preloader-inner>img,.preloader-name span,.preloader-line i{animation:none}.preloader-name span{opacity:1;transform:none}}
