.Button-module__xDwtkW__button{white-space:nowrap;cursor:pointer;border:none;border-radius:500px;outline:none;justify-content:center;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:transform .1s,background-color .2s;display:inline-flex}.Button-module__xDwtkW__button:focus-visible{outline:2px dashed var(--color-accent);outline-offset:2px}.Button-module__xDwtkW__button:disabled,.Button-module__xDwtkW__button.Button-module__xDwtkW__loading{opacity:.6;pointer-events:none}.Button-module__xDwtkW__button svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.Button-module__xDwtkW__button:hover svg.Button-module__xDwtkW__iconRight{transform:translate(4px)}.Button-module__xDwtkW__button:hover svg.Button-module__xDwtkW__iconLeft{transform:translate(-4px)}.Button-module__xDwtkW__button:hover:not(:disabled){transform:scale(1.04)}.Button-module__xDwtkW__button:active:not(:disabled){transform:scale(.96)}.Button-module__xDwtkW__size-sm{height:2.25rem;padding:0 var(--space-4);font-size:.875rem}.Button-module__xDwtkW__size-md{height:2.75rem;padding:0 var(--space-6);font-size:1rem}.Button-module__xDwtkW__size-lg{height:3.25rem;padding:0 var(--space-8);font-size:1.125rem}.Button-module__xDwtkW__variant-primary{background-color:var(--color-accent);color:var(--color-secondary)}.Button-module__xDwtkW__variant-primary:hover{background-color:var(--color-accent-hover)}.Button-module__xDwtkW__variant-secondary{background-color:var(--bg-tertiary);color:var(--text-primary)}.Button-module__xDwtkW__variant-secondary:hover{background-color:#333}.Button-module__xDwtkW__variant-outline{color:var(--text-primary);border:1px solid var(--text-primary);background-color:#0000}.Button-module__xDwtkW__variant-outline:hover{background-color:var(--bg-tertiary);color:var(--text-primary)!important}.Button-module__xDwtkW__variant-ghost{color:var(--text-primary);box-shadow:none;background-color:#0000;border-color:#0000}.Button-module__xDwtkW__variant-ghost:hover{background-color:#ffffff0d;transform:scale(1.04);color:var(--text-primary)!important}.Button-module__xDwtkW__variant-ghost:active{transform:scale(.96)}.Button-module__xDwtkW__loader{width:1rem;height:1rem;color:inherit;margin-right:.5rem;animation:1s linear infinite Button-module__xDwtkW__spin}.Button-module__xDwtkW__loaderCircle{opacity:.25}.Button-module__xDwtkW__loaderPath{opacity:.75}@keyframes Button-module__xDwtkW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Navbar-module__ZERf_q__header{z-index:50;background-color:#0000;align-items:center;height:5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__ZERf_q__header.Navbar-module__ZERf_q__scrolled{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-subtle);background-color:#121212f2;border-radius:0;width:100%;max-width:none;height:4.5rem;top:0;left:0;right:0;transform:none;box-shadow:0 4px 30px #00000080}.Navbar-module__ZERf_q__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__ZERf_q__logo{font-family:var(--font-heading);color:var(--color-primary);align-items:center;gap:var(--space-2);z-index:60;font-size:1.5rem;font-weight:700;display:flex;position:relative}.Navbar-module__ZERf_q__logoAccent{color:var(--color-accent)}.Navbar-module__ZERf_q__nav{display:none}@media (min-width:1024px){.Navbar-module__ZERf_q__nav{padding:var(--space-2);background-color:#0000;align-items:center;display:flex;position:relative}}.Navbar-module__ZERf_q__navItem{padding:var(--space-2) var(--space-4);position:relative}.Navbar-module__ZERf_q__navLink{color:var(--text-secondary);z-index:2;font-size:.875rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__ZERf_q__navLink:hover{color:var(--text-primary)}.Navbar-module__ZERf_q__navLink.Navbar-module__ZERf_q__active{color:var(--color-accent);font-weight:700}.Navbar-module__ZERf_q__activeBackground{display:none}.Navbar-module__ZERf_q__actions{align-items:center;gap:var(--space-4);z-index:60;display:flex;position:relative}.Navbar-module__ZERf_q__mobileMenuBtn{padding:var(--space-2);color:var(--color-primary);cursor:pointer;z-index:60;background:0 0;border:none;display:block}@media (min-width:1024px){.Navbar-module__ZERf_q__mobileMenuBtn{display:none}}.Navbar-module__ZERf_q__closeOverlayBtn{color:var(--text-primary);cursor:pointer;z-index:60;padding:var(--space-2);background:0 0;border:none;position:absolute;top:1.5rem;right:1.5rem}.Navbar-module__ZERf_q__mobileOverlay{background-color:var(--bg-primary);z-index:55;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Navbar-module__ZERf_q__mobileNav{align-items:center;gap:var(--space-6);flex-direction:column;width:100%;display:flex}.Navbar-module__ZERf_q__mobileNavLink{font-size:1.5rem;font-family:var(--font-heading);color:var(--text-secondary);font-weight:600}.Navbar-module__ZERf_q__mobileNavLink.Navbar-module__ZERf_q__active{color:var(--color-accent)}.Navbar-module__ZERf_q__logoImage{object-fit:contain}
.Footer-module__hP-FLq__footer{background-color:var(--bg-darker);color:var(--text-tertiary);padding-top:var(--space-16);border-top:1px solid #ffffff0d}.Footer-module__hP-FLq__grid{gap:var(--space-12);margin-bottom:var(--space-16);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Footer-module__hP-FLq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__hP-FLq__grid{gap:var(--space-8);grid-template-columns:2.5fr 1fr 1fr 1.5fr}}.Footer-module__hP-FLq__brand{gap:var(--space-4);flex-direction:column;max-width:400px;display:flex}.Footer-module__hP-FLq__logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:var(--space-2);font-size:2rem;font-weight:700;display:flex}.Footer-module__hP-FLq__logoAccent{color:var(--color-accent)}.Footer-module__hP-FLq__description{color:#a1a1aa;font-size:1rem;line-height:1.7}.Footer-module__hP-FLq__socials{gap:var(--space-4);margin-top:var(--space-2);display:flex}.Footer-module__hP-FLq__socialLink{width:40px;height:40px;color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__hP-FLq__socialLink:hover{background:var(--text-primary);color:var(--bg-darker);border-color:var(--text-primary);transform:translateY(-3px)}.Footer-module__hP-FLq__heading{color:var(--text-primary);margin-bottom:var(--space-6);letter-spacing:.02em;font-size:1.125rem;font-weight:600}.Footer-module__hP-FLq__linkList,.Footer-module__hP-FLq__contactList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__hP-FLq__link{color:#a1a1aa;opacity:.8;font-size:1rem;text-decoration:none}.Footer-module__hP-FLq__link:hover{color:var(--color-accent);opacity:1}.Footer-module__hP-FLq__contactItem{align-items:flex-start;gap:var(--space-3);color:#a1a1aa;font-size:1rem;line-height:1.5;display:flex}.Footer-module__hP-FLq__contactIcon{color:var(--color-accent);flex-shrink:0;margin-top:2px}.Footer-module__hP-FLq__contactText{color:#a1a1aa}.Footer-module__hP-FLq__bottomBar{padding:var(--space-6) 0;background-color:#0a0a0a;border-top:1px solid #ffffff0d}.Footer-module__hP-FLq__copyright{color:#71717a;font-size:.875rem}.Footer-module__hP-FLq__legalLinks{align-items:center;gap:var(--space-4);font-size:.875rem;display:flex}.Footer-module__hP-FLq__legalLink{color:#71717a;transition:color .3s}.Footer-module__hP-FLq__footerBottomLink:hover{color:var(--text-primary)}@media (max-width:767px){.Footer-module__hP-FLq__footer{padding-top:2rem}.Footer-module__hP-FLq__grid{gap:1.5rem;margin-bottom:2rem}.Footer-module__hP-FLq__brand{gap:.5rem}.Footer-module__hP-FLq__logo{font-size:1.5rem}.Footer-module__hP-FLq__description{margin-bottom:0;font-size:.875rem;line-height:1.4}.Footer-module__hP-FLq__socialLinks{margin-top:.5rem}.Footer-module__hP-FLq__colTitle{margin-bottom:.75rem;font-size:1rem}.Footer-module__hP-FLq__linkList{gap:.5rem}.Footer-module__hP-FLq__linkList a{font-size:.875rem}.Footer-module__hP-FLq__legalArea{flex-direction:column;gap:.5rem;padding:1rem 0}.Footer-module__hP-FLq__copyright{font-size:.875rem}.Footer-module__hP-FLq__legalLinks{gap:.75rem}.Footer-module__hP-FLq__footerBottomLink{font-size:.875rem}}.Footer-module__hP-FLq__legalDivider{color:#3f3f46}
.Hero-module__RrpK_G__hero{background-color:var(--bg-dark);color:var(--text-light);align-items:center;min-height:100vh;padding:clamp(4rem,6vw,6rem) 0;display:flex;position:relative;overflow:hidden}.Hero-module__RrpK_G__bgElements{z-index:0;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-position:50%;background-size:60px 60px;position:absolute;inset:0;overflow:hidden}.Hero-module__RrpK_G__glow1{pointer-events:none;background:radial-gradient(circle,#d4af3726 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-10%;right:-5%;transform:translateZ(0)}.Hero-module__RrpK_G__glow2{pointer-events:none;background:radial-gradient(circle,#d4af3733 0%,#0000 65%);border-radius:50%;width:70vw;height:50vw;position:absolute;bottom:0%;left:50%;transform:translate(-50%)translateZ(0)}.Hero-module__RrpK_G__content{z-index:10;flex-direction:column;align-items:center;gap:clamp(1.5rem,4vw,2.5rem);max-width:1200px;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.Hero-module__RrpK_G__content{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}}.Hero-module__RrpK_G__textContent{text-align:center;gap:var(--space-4);flex-direction:column;align-items:center;max-width:800px;display:flex}@media (min-width:1024px){.Hero-module__RrpK_G__textContent{z-index:10;text-align:left;grid-area:1/1/auto/2;align-items:flex-start;max-width:100%;padding-top:2rem;padding-right:2rem}}.Hero-module__RrpK_G__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:var(--color-accent);background-color:#ffffff0d;border:1px solid #ffffff1a;font-size:.875rem;font-weight:500;display:inline-flex;transform:translateZ(0)}@media (min-width:768px){.Hero-module__RrpK_G__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.Hero-module__RrpK_G__title{color:var(--text-primary);letter-spacing:-.03em;font-size:clamp(1.75rem,5vw,3rem);font-weight:800;line-height:1.1}@media (min-width:768px){.Hero-module__RrpK_G__title{font-size:3.5rem}}.Hero-module__RrpK_G__highlight{color:var(--color-accent)}.Hero-module__RrpK_G__description{color:var(--text-secondary);margin-bottom:var(--space-6);max-width:90%;font-size:clamp(.875rem,4vw,1rem);line-height:1.6}@media (min-width:768px){.Hero-module__RrpK_G__description{font-size:1.25rem}}.Hero-module__RrpK_G__actions{gap:var(--space-4);z-index:20;flex-direction:column;width:100%;max-width:400px;display:flex;position:relative}@media (min-width:640px){.Hero-module__RrpK_G__actions{flex-direction:row;justify-content:center;width:auto}}@media (min-width:1024px){.Hero-module__RrpK_G__actions{justify-content:flex-start}}.Hero-module__RrpK_G__mockupContainer{perspective:1000px;width:100%;max-width:1100px;margin-top:2rem;position:relative}@media (min-width:1024px){.Hero-module__RrpK_G__mockupContainer{z-index:5;grid-area:1/2/auto/3;justify-self:end;width:105%;margin-top:0;margin-bottom:0;transition:transform .8s cubic-bezier(.2,.8,.2,1);transform:translate(0%)rotateY(-15deg)rotateX(10deg)}.Hero-module__RrpK_G__mockupContainer:hover{transform:translate(-2%)rotateY(-5deg)rotateX(5deg)}}.Hero-module__RrpK_G__dashboardMockup{border-radius:var(--radius-xl);will-change:transform;background:#111111f2;border:1px solid #ffffff1a;transition:transform .6s cubic-bezier(.2,.8,.2,1);overflow:hidden;transform:rotateX(5deg)translateZ(0);box-shadow:inset 0 1px #ffffff1a,0 20px 40px #0006}@media (min-width:1024px){.Hero-module__RrpK_G__dashboardMockup{-webkit-backdrop-filter:blur(32px);background:#111111b3;transform:none}.Hero-module__RrpK_G__dashboardMockup:hover{transform:none}}.Hero-module__RrpK_G__mockupHeader{height:3rem;padding:0 var(--space-4);align-items:center;gap:var(--space-2);background:#0003;border-bottom:1px solid #ffffff1a;display:flex}.Hero-module__RrpK_G__mockupDot{background:#ff5f56;border-radius:50%;width:12px;height:12px}.Hero-module__RrpK_G__mockupDot:nth-child(2){background:#ffbd2e}.Hero-module__RrpK_G__mockupDot:nth-child(3){background:#27c93f}.Hero-module__RrpK_G__mockupBody{padding:var(--space-5);gap:var(--space-5);grid-template-columns:200px 1fr;height:360px;display:grid}@media (max-width:768px){.Hero-module__RrpK_G__mockupBody{grid-template-columns:1fr;height:300px}}.Hero-module__RrpK_G__mockupSidebar{gap:var(--space-4);flex-direction:column;display:flex}.Hero-module__RrpK_G__mockupSkeletonLine{border-radius:var(--radius-full);background:#ffffff1a;height:12px}.Hero-module__RrpK_G__mockupMain{gap:var(--space-4);flex-direction:column;display:flex}.Hero-module__RrpK_G__mockupChart{border-radius:var(--radius-lg);background:linear-gradient(#d4af371a 0%,#d4af3700 100%);border:1px solid #d4af3733;flex-grow:1;position:relative;overflow:hidden}.Hero-module__RrpK_G__mockupChartLine{border-top:2px solid var(--color-accent);clip-path:polygon(0 40%,20% 60%,40% 20%,60% 50%,80% 10%,100% 30%,100% 100%,0 100%);background:linear-gradient(#d4af3733 0%,#0000 100%);width:100%;height:60%;position:absolute;bottom:0;left:0}.Hero-module__RrpK_G__floatingCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-6);align-items:center;gap:var(--space-3);z-index:20;will-change:transform;background:#14141499;border:1px solid #ffffff1a;display:flex;position:absolute;box-shadow:0 20px 40px #0006}.Hero-module__RrpK_G__floatingCard1{animation:7s ease-in-out infinite Hero-module__RrpK_G__float;top:15%;right:-1rem}.Hero-module__RrpK_G__floatingCard2{animation:9s ease-in-out infinite reverse Hero-module__RrpK_G__float;bottom:15%;left:-1rem}@media (max-width:767px){.Hero-module__RrpK_G__floatingCard{padding:var(--space-2) var(--space-3);gap:var(--space-2);border-radius:var(--radius-lg)}.Hero-module__RrpK_G__floatingCard1{top:-15px;right:-10px}.Hero-module__RrpK_G__floatingCard2{bottom:-15px;left:-10px}.Hero-module__RrpK_G__iconCircle{width:28px!important;height:28px!important}.Hero-module__RrpK_G__iconCircle svg{width:14px!important;height:14px!important}.Hero-module__RrpK_G__floatText h4,.Hero-module__RrpK_G__floatText p{font-size:.75rem!important}}.Hero-module__RrpK_G__iconCircle{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Hero-module__RrpK_G__iconCircle.Hero-module__RrpK_G__green{color:#10b981;background:#10b98133}.Hero-module__RrpK_G__iconCircle.Hero-module__RrpK_G__gold{color:var(--color-accent);background:#d4af3733}.Hero-module__RrpK_G__floatText h4{color:var(--text-primary);margin-bottom:2px;font-size:.875rem}.Hero-module__RrpK_G__floatText p{color:#d1d5db;font-size:.75rem}@keyframes Hero-module__RrpK_G__float{0%{transform:translate(0,0)}50%{transform:translateY(-20px)}to{transform:translate(0,0)}}.Hero-module__RrpK_G__stats{justify-content:center;gap:var(--space-12);flex-wrap:wrap;width:100%;display:flex}.Hero-module__RrpK_G__statItem{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.Hero-module__RrpK_G__statValue{font-family:var(--font-heading);color:var(--text-primary);font-size:2.5rem;font-weight:700}.Hero-module__RrpK_G__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}@media (max-width:767px){.Hero-module__RrpK_G__hero{padding:calc(5rem + 12px + env(safe-area-inset-top,0px)) 0 clamp(2rem, 4vw, 4rem);align-items:center}.Hero-module__RrpK_G__content{gap:24px;width:100%;padding-top:0;padding-left:clamp(1rem,4vw,1.5rem);padding-right:clamp(1rem,4vw,1.5rem)}.Hero-module__RrpK_G__textContent{gap:0;width:100%}.Hero-module__RrpK_G__badge{margin-bottom:16px;font-size:clamp(.75rem,3.5vw,.875rem)}.Hero-module__RrpK_G__title{word-wrap:break-word;margin-bottom:24px;font-size:clamp(1.75rem,7.5vw,2.25rem);line-height:1.15}.Hero-module__RrpK_G__description{margin-bottom:24px;padding:0;font-size:clamp(.875rem,4vw,1rem);line-height:1.45}.Hero-module__RrpK_G__actions{gap:12px;width:100%;margin-top:0}.Hero-module__RrpK_G__actions>*{width:100%;display:flex}.Hero-module__RrpK_G__actions button{width:100%}.Hero-module__RrpK_G__mockupContainer{transform-origin:50%;width:100%;margin-top:1rem;transform:scale(.9)}}
.Services-module__KQ-x8W__section{background-color:var(--bg-secondary);padding:clamp(2.5rem,4vw,4.5rem) 0}.Services-module__KQ-x8W__sectionHeaderLeft{text-align:left;max-width:600px;margin-bottom:clamp(3rem,5vw,4rem)}.Services-module__KQ-x8W__subtitle{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-4);font-size:.875rem;font-weight:700;display:block}.Services-module__KQ-x8W__title{margin-bottom:var(--space-4);color:var(--text-primary);letter-spacing:-.03em;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1}.Services-module__KQ-x8W__description{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.Services-module__KQ-x8W__servicesGrid{grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,3vw,2.5rem);max-width:1200px;margin:0 auto;display:grid}@media (min-width:1024px){.Services-module__KQ-x8W__servicesGrid{grid-template-columns:repeat(3,1fr)}}.Services-module__KQ-x8W__cardWrapper{height:100%}.Services-module__KQ-x8W__wrapperFeatured{grid-column:1/-1}@media (min-width:1024px){.Services-module__KQ-x8W__wrapperFeatured{grid-column:span 2}}.Services-module__KQ-x8W__serviceCard{background-color:var(--bg-secondary);color:inherit;z-index:1;border:none;border-radius:8px;flex-direction:column;height:100%;padding:clamp(1.5rem,4vw,2.5rem);text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Services-module__KQ-x8W__serviceCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.Services-module__KQ-x8W__cardFeatured{background-color:#d4af370d;border:1px solid #d4af374d}.Services-module__KQ-x8W__cardFeatured:hover{background-color:#d4af371a;transform:translateY(-4px);box-shadow:0 10px 30px -10px #d4af374d}.Services-module__KQ-x8W__featuredSubtextGold{color:var(--color-accent);margin-bottom:var(--space-2);align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:inline-flex}.Services-module__KQ-x8W__featuredContentGrid{flex-direction:column;height:100%;display:flex}.Services-module__KQ-x8W__featuredLeft{flex-direction:column;display:flex}.Services-module__KQ-x8W__featuredRight{flex-direction:column;flex-grow:1;display:flex}@media (min-width:1024px){.Services-module__KQ-x8W__featuredContentGrid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.Services-module__KQ-x8W__featuredBadge{top:clamp(1.5rem,4vw,2.5rem);right:clamp(1.5rem,4vw,2.5rem)}}.Services-module__KQ-x8W__iconWrapper{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:40px;height:40px;color:var(--color-primary);margin-bottom:var(--space-4);justify-content:center;align-items:center;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex}.Services-module__KQ-x8W__serviceCard:hover .Services-module__KQ-x8W__iconWrapper{background-color:var(--color-primary);color:var(--color-secondary);border-color:var(--color-primary);transform:scale(1.05)}.Services-module__KQ-x8W__cardHeader{margin-bottom:var(--space-4)}.Services-module__KQ-x8W__itemTitle{margin-bottom:var(--space-2);letter-spacing:-.02em;padding-right:120px;font-size:1.25rem;font-weight:700}@media (min-width:1024px){.Services-module__KQ-x8W__itemTitle{padding-right:0}}.Services-module__KQ-x8W__itemDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Services-module__KQ-x8W__cardBody{margin-bottom:var(--space-6);flex-direction:column;flex-grow:1;display:flex}.Services-module__KQ-x8W__benefitList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Services-module__KQ-x8W__benefitList li{align-items:flex-start;gap:var(--space-2);color:var(--text-primary);font-size:.9rem;font-weight:500;display:flex}.Services-module__KQ-x8W__checkIcon{color:var(--color-success);flex-shrink:0;margin-top:2px}.Services-module__KQ-x8W__itemFooter{color:var(--color-primary);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:auto;font-size:.95rem;font-weight:600;transition:border-color .4s;display:flex}.Services-module__KQ-x8W__serviceCard:hover .Services-module__KQ-x8W__itemFooter{border-color:#d4af3733}.Services-module__KQ-x8W__arrowIcon{color:var(--text-tertiary);transition:transform .4s cubic-bezier(.2,.8,.2,1),color .4s}.Services-module__KQ-x8W__serviceCard:hover .Services-module__KQ-x8W__arrowIcon{color:var(--color-accent);transform:translate(6px)}@media (max-width:767px){.Services-module__KQ-x8W__title{margin-bottom:var(--space-2);line-height:1.15;font-size:1.5rem!important}.Services-module__KQ-x8W__section{padding:clamp(1.5rem,4vw,2rem) 0}.Services-module__KQ-x8W__grid{flex-direction:column;gap:.75rem;display:flex}.Services-module__KQ-x8W__serviceCard{padding:.75rem}.Services-module__KQ-x8W__iconWrapper{width:32px;height:32px;margin-bottom:.5rem}.Services-module__KQ-x8W__iconWrapper svg{width:16px;height:16px}.Services-module__KQ-x8W__cardHeader,.Services-module__KQ-x8W__cardBody{margin-bottom:.5rem}.Services-module__KQ-x8W__itemTitle{margin-bottom:.25rem;padding-right:0;font-size:clamp(.85rem,3.5vw,.95rem);line-height:1.2}.Services-module__KQ-x8W__itemDesc{font-size:clamp(.7rem,2.5vw,.8rem);line-height:1.4}.Services-module__KQ-x8W__benefitList{gap:.25rem}.Services-module__KQ-x8W__benefitList li{padding:.15rem 0;font-size:.75rem}.Services-module__KQ-x8W__itemFooter{margin-top:.5rem;padding-top:.5rem;font-size:.75rem}}.Services-module__KQ-x8W__featuredDivider{display:none}
.HomeSections-module__SR-7cG__section{padding:clamp(2rem,3vw,3.5rem) 0;position:relative}.HomeSections-module__SR-7cG__sectionAlt{background:linear-gradient(to bottom, var(--bg-primary), var(--bg-tertiary) 10%, var(--bg-tertiary) 90%, var(--bg-primary))}.HomeSections-module__SR-7cG__sectionDark{background:linear-gradient(to bottom, var(--bg-primary), var(--bg-darker) 15%, var(--bg-darker) 85%, var(--bg-primary));color:var(--text-primary)}.HomeSections-module__SR-7cG__sectionHeader{text-align:center;max-width:800px;margin:0 auto clamp(2rem,4vw,3rem)}.HomeSections-module__SR-7cG__sectionTitle{margin-bottom:var(--space-4);color:var(--text-primary);letter-spacing:-.03em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.1}.HomeSections-module__SR-7cG__sectionDesc{color:#d1d5db;font-size:1.125rem;line-height:1.7}.HomeSections-module__SR-7cG__sectionDark .HomeSections-module__SR-7cG__sectionTitle{color:var(--text-primary)}.HomeSections-module__SR-7cG__sectionDark .HomeSections-module__SR-7cG__sectionDesc{color:#a1a1aa}.HomeSections-module__SR-7cG__splitLayout{grid-template-columns:1fr;gap:clamp(2rem,3vw,3.5rem);display:grid}@media (min-width:1024px){.HomeSections-module__SR-7cG__splitLayout{grid-template-columns:4fr 6fr;align-items:flex-start}}.HomeSections-module__SR-7cG__splitHeader{position:relative}@media (min-width:1024px){.HomeSections-module__SR-7cG__splitHeaderSticky{position:sticky;top:120px}}.HomeSections-module__SR-7cG__problemsGrid{gap:var(--space-4);flex-direction:column;display:flex}.HomeSections-module__SR-7cG__problemCard{background:var(--bg-secondary);gap:var(--space-4);border:none;border-radius:8px;flex-direction:column;padding:clamp(1rem,2vw,1.5rem);transition:all .3s;display:flex}.HomeSections-module__SR-7cG__problemCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.HomeSections-module__SR-7cG__problemCardHeader{align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:2px solid var(--text-primary);display:flex}.HomeSections-module__SR-7cG__problemNumber{font-family:var(--font-heading);color:var(--color-accent);font-size:1.5rem;font-weight:800}.HomeSections-module__SR-7cG__problemTitle{letter-spacing:-.02em;color:var(--text-primary);text-transform:uppercase;margin:0;font-size:1.25rem;font-weight:800}.HomeSections-module__SR-7cG__problemComparison{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:768px){.HomeSections-module__SR-7cG__problemComparison{gap:var(--space-6);grid-template-columns:1fr 1fr}}.HomeSections-module__SR-7cG__problemManual{gap:var(--space-2);padding:var(--space-4);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;display:flex}.HomeSections-module__SR-7cG__problemAuto{gap:var(--space-2);padding:var(--space-4);background:#d4af371a;border:1px solid #d4af374d;border-radius:8px;flex-direction:column;display:flex}.HomeSections-module__SR-7cG__problemLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.75rem;font-weight:800}.HomeSections-module__SR-7cG__problemLabelAccent{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);font-size:.75rem;font-weight:800}.HomeSections-module__SR-7cG__problemTextFail{color:var(--text-primary);margin:0;font-size:1rem;font-weight:500;line-height:1.5}.HomeSections-module__SR-7cG__problemTextSuccess{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700;line-height:1.5}.HomeSections-module__SR-7cG__statsGrid{padding:clamp(1.5rem, 3vw, 3rem) var(--space-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:2rem;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,2.5rem);display:grid}@media (min-width:768px){.HomeSections-module__SR-7cG__statsGrid{grid-template-columns:repeat(4,1fr)}}.HomeSections-module__SR-7cG__statBox{text-align:center;padding:clamp(1.5rem, 3vw, 2.5rem) var(--space-4);flex-direction:column;align-items:center;display:flex;position:relative}.HomeSections-module__SR-7cG__statIconWrapper{color:var(--color-accent);margin-bottom:var(--space-6)}.HomeSections-module__SR-7cG__statContent{gap:var(--space-2);flex-direction:column;display:flex}.HomeSections-module__SR-7cG__statBigValue{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:3.5rem;font-weight:800;line-height:1}.HomeSections-module__SR-7cG__statLabelText{color:#a1a1aa;text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:500}.HomeSections-module__SR-7cG__whyUsGrid{grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,2.5vw,1.5rem);display:grid}@media (min-width:1024px){.HomeSections-module__SR-7cG__whyUsGrid{grid-template-columns:repeat(3,1fr)}}.HomeSections-module__SR-7cG__whyUsCard{background:var(--bg-secondary);border:none;border-radius:8px;flex-direction:column;padding:clamp(1rem,3vw,2rem);transition:background-color .3s;display:flex;position:relative}.HomeSections-module__SR-7cG__whyUsCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.HomeSections-module__SR-7cG__whyUsIcon{width:clamp(32px,8vw,48px);height:clamp(32px,8vw,48px);color:var(--color-accent);margin-bottom:var(--space-3);background:#d4af371a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.HomeSections-module__SR-7cG__whyUsIcon svg{width:clamp(16px,4vw,24px);height:clamp(16px,4vw,24px)}.HomeSections-module__SR-7cG__whyUsCard:hover .HomeSections-module__SR-7cG__whyUsIcon{transform:scale(1.1)}.HomeSections-module__SR-7cG__whyUsTitle{margin-bottom:var(--space-2);letter-spacing:-.01em;font-size:clamp(.85rem,3.5vw,1.35rem);font-weight:800;line-height:1.2}.HomeSections-module__SR-7cG__whyUsDesc{color:var(--text-secondary);font-size:clamp(.7rem,2.8vw,1rem);line-height:1.5}.HomeSections-module__SR-7cG__narrativeWhyUsGrid{grid-template-columns:repeat(2,1fr)!important}.HomeSections-module__SR-7cG__narrativeWhyUsGrid .HomeSections-module__SR-7cG__whyUsCard{grid-column:auto!important}.HomeSections-module__SR-7cG__narrativeWhyUsCard{align-items:flex-start;gap:var(--space-2);flex-direction:column}@media (min-width:768px){.HomeSections-module__SR-7cG__narrativeWhyUsCard{align-items:center;gap:var(--space-6);flex-direction:row}.HomeSections-module__SR-7cG__narrativeWhyUsCard .HomeSections-module__SR-7cG__whyUsIcon{flex-shrink:0;margin-bottom:0}.HomeSections-module__SR-7cG__narrativeWhyUsCard .HomeSections-module__SR-7cG__whyUsTitle{margin-bottom:var(--space-2);font-size:1.125rem}.HomeSections-module__SR-7cG__narrativeWhyUsCard .HomeSections-module__SR-7cG__whyUsDesc{font-size:.875rem}}.HomeSections-module__SR-7cG__sectionPricing{background-color:var(--bg-tertiary);padding:clamp(2.5rem,4vw,4.5rem) 0 clamp(2.5rem,5vw,4rem);overflow:visible}.HomeSections-module__SR-7cG__pricingContainer{width:100%;max-width:1440px;padding-left:var(--space-4);padding-right:var(--space-4);margin-left:auto;margin-right:auto}.HomeSections-module__SR-7cG__pricingGrid{grid-template-columns:1fr;align-items:stretch;gap:clamp(1rem,2vw,1.5rem);width:100%;display:grid}@media (min-width:768px){.HomeSections-module__SR-7cG__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.HomeSections-module__SR-7cG__pricingGrid{grid-template-columns:repeat(4,1fr)}}.HomeSections-module__SR-7cG__pricingCard{background:var(--bg-secondary);border:none;border-radius:8px;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;padding:clamp(1.25rem,3vw,1.5rem);transition:background-color .3s;display:flex;position:relative}.HomeSections-module__SR-7cG__pricingCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.HomeSections-module__SR-7cG__pricingCard.HomeSections-module__SR-7cG__popular{z-index:2;background-color:#d4af370d;border:1px solid #d4af374d;position:relative}.HomeSections-module__SR-7cG__pricingCard.HomeSections-module__SR-7cG__popular:hover{background-color:#d4af371a;transform:translateY(-4px);box-shadow:0 10px 30px -10px #d4af374d}.HomeSections-module__SR-7cG__pricingSubtextGold{color:var(--color-accent);margin-bottom:var(--space-3);align-items:center;gap:4px;font-size:.875rem;font-weight:700;display:inline-flex}.HomeSections-module__SR-7cG__pricingSubtextCustom{color:var(--text-primary);margin-bottom:var(--space-3);background:var(--bg-secondary);border-radius:var(--radius-sm);padding:4px 8px;font-size:.875rem;font-style:italic;font-weight:600;display:inline-block}.HomeSections-module__SR-7cG__portfolioOverlayBadge{top:var(--space-6);left:var(--space-6);border-radius:var(--radius-full);color:var(--color-primary);text-transform:uppercase;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute}.HomeSections-module__SR-7cG__portfolioImageWrap{aspect-ratio:16/10;border-bottom:2px solid var(--text-primary);background-color:#f1f1f1;justify-content:center;align-items:flex-end;width:100%;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.HomeSections-module__SR-7cG__portfolioImageWrap{border-bottom:none;border-right:2px solid var(--text-primary);width:50%;height:auto}.HomeSections-module__SR-7cG__portfolioCard:nth-child(2n) .HomeSections-module__SR-7cG__portfolioImageWrap{border-right:none;border-left:2px solid var(--text-primary)}}.HomeSections-module__SR-7cG__thumbnailWrapper{cursor:pointer;aspect-ratio:16/10;border-bottom:2px solid var(--text-primary);width:100%;min-height:220px;display:block;position:relative;overflow:hidden}@media (min-width:1024px){.HomeSections-module__SR-7cG__thumbnailWrapper{border-bottom:none;border-right:2px solid var(--text-primary);width:50%;height:auto}.HomeSections-module__SR-7cG__portfolioCard:nth-child(2n) .HomeSections-module__SR-7cG__thumbnailWrapper{border-right:none;border-left:2px solid var(--text-primary)}}.HomeSections-module__SR-7cG__thumbnailImageContainer{width:100%;height:100%;position:relative}.HomeSections-module__SR-7cG__thumbnailImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.HomeSections-module__SR-7cG__thumbnailOverlay{background-color:#0000;transition:background-color .3s;position:absolute;inset:0}.HomeSections-module__SR-7cG__portfolioOverlayBadge{background-color:var(--color-accent);color:#000;text-transform:uppercase;z-index:2;border-radius:500px;padding:.25rem .75rem;font-size:.75rem;font-weight:800;position:absolute;top:1rem;left:1rem}.HomeSections-module__SR-7cG__thumbnailWrapper:hover .HomeSections-module__SR-7cG__thumbnailImage{transform:scale(1.03)}.HomeSections-module__SR-7cG__thumbnailWrapper:hover .HomeSections-module__SR-7cG__thumbnailOverlay{background-color:#00000026}.HomeSections-module__SR-7cG__pricingHeader{margin-bottom:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-subtle)}.HomeSections-module__SR-7cG__pricingName{margin-bottom:var(--space-2);font-size:1.5rem}.HomeSections-module__SR-7cG__pricingDesc{color:var(--text-secondary);margin-bottom:var(--space-3);font-size:1rem;line-height:1.5}.HomeSections-module__SR-7cG__pricingFooter{margin-top:auto}.HomeSections-module__SR-7cG__pricingPrice{flex-direction:column;gap:2px;display:flex}.HomeSections-module__SR-7cG__prefixText{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;font-size:.875rem;font-weight:600}.HomeSections-module__SR-7cG__currency{color:var(--text-secondary);margin-top:.5rem;font-size:1.25rem;font-weight:600}.HomeSections-module__SR-7cG__amount{color:var(--color-primary);letter-spacing:-.04em;word-break:break-word;font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1}.HomeSections-module__SR-7cG__amountCustom{color:var(--color-primary);letter-spacing:-.02em;padding-top:.25rem;font-size:2rem;font-weight:700;line-height:1.2}.HomeSections-module__SR-7cG__originalPriceWrapper{color:var(--text-secondary);opacity:1;align-items:center;gap:2px;margin-top:4px;margin-bottom:-6px;text-decoration:line-through;display:flex}.HomeSections-module__SR-7cG__originalCurrency{font-size:.875rem;font-weight:500}.HomeSections-module__SR-7cG__originalAmount{font-size:1.25rem;font-weight:600}.HomeSections-module__SR-7cG__launchBadge{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:-2px;font-size:.75rem;font-weight:600}.HomeSections-module__SR-7cG__pricingSocialProof{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-12);color:var(--text-secondary);flex-direction:column;font-size:1rem;font-weight:500;display:flex}@media (min-width:768px){.HomeSections-module__SR-7cG__pricingSocialProof{flex-direction:row}}.HomeSections-module__SR-7cG__spDivider{color:var(--border-strong);display:none}@media (min-width:768px){.HomeSections-module__SR-7cG__spDivider{display:inline}}.HomeSections-module__SR-7cG__pricingDisclaimer{text-align:center;color:var(--text-tertiary);margin-top:var(--space-12);max-width:800px;margin-left:auto;margin-right:auto;font-size:.875rem;line-height:1.6}.HomeSections-module__SR-7cG__pricingDisclaimer strong{color:var(--text-secondary)}.HomeSections-module__SR-7cG__pricingBody{margin-bottom:var(--space-8);flex-grow:1}.HomeSections-module__SR-7cG__featureList{margin:0;padding:0;list-style:none}.HomeSections-module__SR-7cG__featureList li{align-items:flex-start;gap:var(--space-3);color:var(--text-primary);margin-bottom:.75rem;font-size:1rem;line-height:1.5;display:flex}.HomeSections-module__SR-7cG__checkIcon{color:var(--color-success);flex-shrink:0;margin-top:2px}.HomeSections-module__SR-7cG__filterContainer{gap:var(--space-3);padding-bottom:var(--space-4);scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;margin-bottom:clamp(1rem,3vw,2.5rem);display:flex;overflow-x:auto}.HomeSections-module__SR-7cG__filterContainer::-webkit-scrollbar{display:none}@media (min-width:768px){.HomeSections-module__SR-7cG__filterContainer{flex-wrap:wrap;justify-content:center;overflow-x:visible}}.HomeSections-module__SR-7cG__filterBtn{padding:var(--space-2) var(--space-4);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background-color:#0000;border:1px solid #ffffff1a;border-radius:500px;flex-shrink:0;font-size:.875rem;font-weight:500;transition:all .3s}.HomeSections-module__SR-7cG__filterBtn:hover{color:var(--text-primary);background-color:#ffffff0d;border-color:#fff3}.HomeSections-module__SR-7cG__filterBtn.HomeSections-module__SR-7cG__active{background-color:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary);font-weight:700}.HomeSections-module__SR-7cG__portfolioGrid{flex-direction:column;gap:clamp(1.5rem,3vw,3rem);margin-top:clamp(2rem,4vw,3rem);display:flex}.HomeSections-module__SR-7cG__portfolioCard{background-color:var(--bg-secondary);border:none;border-radius:8px;flex-direction:column;transition:background-color .3s;display:flex;overflow:hidden}@media (min-width:1024px){.HomeSections-module__SR-7cG__portfolioCard{flex-direction:row;align-items:stretch}}.HomeSections-module__SR-7cG__portfolioCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.HomeSections-module__SR-7cG__demoAccountBox{color:var(--text-primary);margin-top:var(--space-4);padding:var(--space-3);background-color:#ffffff0d;border-radius:6px;font-size:.875rem}.HomeSections-module__SR-7cG__portfolioContent{flex-direction:column;flex:1;justify-content:center;padding:clamp(1.5rem,3vw,2.5rem);display:flex}.HomeSections-module__SR-7cG__portfolioHeader{margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:2px solid var(--text-primary)}.HomeSections-module__SR-7cG__portfolioTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:var(--space-2);font-size:clamp(1.5rem,2vw,1.875rem);font-weight:800}.HomeSections-module__SR-7cG__portfolioClient{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:700}.HomeSections-module__SR-7cG__portfolioDesc{color:var(--text-primary);margin-bottom:var(--space-6);font-size:1.125rem;font-weight:500;line-height:1.6}.HomeSections-module__SR-7cG__portfolioTech{gap:var(--space-2);flex-wrap:wrap;margin-top:auto;display:flex}.HomeSections-module__SR-7cG__techBadge{color:var(--text-primary);padding:var(--space-1) var(--space-3);text-transform:uppercase;letter-spacing:.05em;background:#ffffff1a;border-radius:500px;font-size:.875rem;font-weight:700}.HomeSections-module__SR-7cG__demoAccountBox{color:#000;margin-top:var(--space-4);padding:var(--space-3);background-color:var(--color-accent);border-radius:8px;font-size:.875rem;font-weight:600}.HomeSections-module__SR-7cG__portfolioImageWrap{aspect-ratio:16/10;background-color:#f1f1f1;justify-content:center;align-items:flex-end;width:100%;display:flex;position:relative;overflow:hidden}.HomeSections-module__SR-7cG__portfolioCardFeatured .HomeSections-module__SR-7cG__portfolioImageWrap{aspect-ratio:auto;height:100%;min-height:250px}@media (min-width:768px){.HomeSections-module__SR-7cG__portfolioCardFeatured .HomeSections-module__SR-7cG__portfolioImageWrap{min-height:350px}}@media (min-width:1024px){.HomeSections-module__SR-7cG__portfolioCardFeatured .HomeSections-module__SR-7cG__portfolioImageWrap{min-height:100%}}.HomeSections-module__SR-7cG__portfolioCardWide .HomeSections-module__SR-7cG__portfolioImageWrap{min-height:250px}.HomeSections-module__SR-7cG__mockupDesktop{border:none;border-radius:8px 8px 0 0;flex-direction:column;width:80%;height:85%;transition:transform .3s,box-shadow .3s;display:flex;transform:translate(-5%);box-shadow:0 10px 30px #00000080}.HomeSections-module__SR-7cG__portfolioCard:hover .HomeSections-module__SR-7cG__mockupDesktop{transform:translate(-5%)translateY(-4px)}.HomeSections-module__SR-7cG__mockupMobile{background-color:#fff;border:none;border-radius:8px 8px 0 0;flex-direction:column;width:25%;height:70%;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;bottom:0;right:5%;transform:translateY(10px);box-shadow:-4px 10px 30px #00000080}.HomeSections-module__SR-7cG__portfolioCard:hover .HomeSections-module__SR-7cG__mockupMobile{transform:translateY(-4px)}.HomeSections-module__SR-7cG__mockupBrowserBar{background:#fff;border-bottom:1px solid #0000000d;border-radius:8px 8px 0 0;align-items:center;gap:6px;height:24px;padding:0 12px;display:flex}.HomeSections-module__SR-7cG__mockupDot{border-radius:0;width:8px;height:8px}.HomeSections-module__SR-7cG__mockupMobile{background:#fff;border:4px solid #111;border-bottom:none;border-radius:0;flex-direction:column;width:25%;height:75%;transition:transform .6s cubic-bezier(.4,0,.2,1) .1s;display:flex;position:absolute;bottom:0;right:5%;transform:translateY(15%);box-shadow:-15px 15px 30px -5px #00000040}.HomeSections-module__SR-7cG__mockupMobileLg{width:22%;right:8%}.HomeSections-module__SR-7cG__mockupNotch{z-index:2;background:#111;border-radius:0 0 8px 8px;width:45%;height:12px;position:absolute;top:0;left:50%;transform:translate(-50%)}.HomeSections-module__SR-7cG__mockupContent{flex-direction:column;flex-grow:1;gap:12px;padding:16px;display:flex}.HomeSections-module__SR-7cG__mockupSkeletonHeader{border-radius:6px;width:70%;height:24px}.HomeSections-module__SR-7cG__mockupSkeletonBody{border-radius:6px;flex-grow:1}.HomeSections-module__SR-7cG__portfolioContent{padding:var(--space-8);flex-direction:column;flex-grow:1;display:flex}.HomeSections-module__SR-7cG__portfolioTitle{margin-bottom:var(--space-2);letter-spacing:-.01em;font-size:1.5rem}.HomeSections-module__SR-7cG__portfolioClient{color:var(--text-tertiary);margin-bottom:var(--space-4);font-size:1rem;font-weight:500}.HomeSections-module__SR-7cG__portfolioDesc{color:var(--text-secondary);margin-bottom:var(--space-6);flex-grow:1;font-size:1rem;line-height:1.6}.HomeSections-module__SR-7cG__portfolioTech{gap:var(--space-2);flex-wrap:wrap;display:flex}.HomeSections-module__SR-7cG__techBadge{background-color:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.875rem;font-weight:600}.HomeSections-module__SR-7cG__timelineList{gap:var(--space-8);flex-direction:column;padding-left:24px;display:flex;position:relative}.HomeSections-module__SR-7cG__timelineList:before{content:"";background:linear-gradient(to bottom, var(--color-accent) 0%, var(--border-subtle) 100%);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:10px}.HomeSections-module__SR-7cG__timelineItem{align-items:flex-start;display:flex;position:relative}@media (min-width:768px) and (max-width:991px){.HomeSections-module__SR-7cG__timelineItem:nth-child(2n){flex-direction:row-reverse}.HomeSections-module__SR-7cG__timelineItem:nth-child(2n) .HomeSections-module__SR-7cG__timelineContentBox{text-align:right;align-items:flex-end}}@media (min-width:992px){.HomeSections-module__SR-7cG__timelineItem{margin-bottom:0;flex-direction:column!important}}.HomeSections-module__SR-7cG__timelineDot{background:var(--bg-primary);width:24px;height:24px;color:var(--color-accent);z-index:2;box-shadow:0 0 0 6px var(--bg-primary);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;top:2px;left:-25px}.HomeSections-module__SR-7cG__timelineContentBox{z-index:3;flex-direction:column;width:100%;display:flex;position:relative}.HomeSections-module__SR-7cG__timelineStepBadge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-2);font-size:.875rem;font-weight:700}.HomeSections-module__SR-7cG__timelineHeading{margin-bottom:var(--space-3);letter-spacing:-.01em;font-size:1.125rem}.HomeSections-module__SR-7cG__timelineText{color:var(--text-secondary);font-size:1rem;line-height:1.7}.HomeSections-module__SR-7cG__clientLogos{margin-top:var(--space-4);width:100%;margin-bottom:clamp(2rem,5vw,3rem);overflow:hidden}.HomeSections-module__SR-7cG__clientLogosTrack{will-change:transform;backface-visibility:hidden;align-items:center;gap:2rem;width:max-content;animation:15s linear infinite HomeSections-module__SR-7cG__marquee;display:flex;transform:translateZ(0)}@keyframes HomeSections-module__SR-7cG__marquee{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 1rem))}}.HomeSections-module__SR-7cG__clientLogoImageWrapper{width:calc(clamp(120px, 14vw, 160px) * var(--optical-scale,1));height:calc(clamp(50px, 6vw, 70px) * var(--optical-scale,1));backface-visibility:hidden;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;transform:translateZ(0)}.HomeSections-module__SR-7cG__clientLogoImage{object-fit:contain;opacity:.85;transition:opacity .4s,filter .4s,transform .3s}@media (min-width:1024px){.HomeSections-module__SR-7cG__clientLogoImage{filter:grayscale()}.HomeSections-module__SR-7cG__clientLogoImageWrapper:hover .HomeSections-module__SR-7cG__clientLogoImage{filter:grayscale(0%);opacity:1;transform:scale(1.05)}}.HomeSections-module__SR-7cG__reviewsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:clamp(1.5rem,3vw,2.5rem);display:grid}.HomeSections-module__SR-7cG__reviewCard{background:var(--bg-secondary);border:none;border-radius:8px;flex-direction:column;gap:1.5rem;padding:clamp(1.75rem,4vw,2.5rem);transition:all .3s;display:flex;position:relative}.HomeSections-module__SR-7cG__reviewCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.HomeSections-module__SR-7cG__reviewCard:nth-child(2){background:#d4af370d;border:1px solid #d4af374d}.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__authorName,.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__authorRole,.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__reviewText{color:var(--color-primary)}@media (min-width:992px){.HomeSections-module__SR-7cG__reviewCardFeatured{grid-column:span 2}.HomeSections-module__SR-7cG__reviewCardFeatured .HomeSections-module__SR-7cG__reviewText{font-size:1.25rem}}.HomeSections-module__SR-7cG__reviewHeader{align-items:center;gap:1rem;display:flex}.HomeSections-module__SR-7cG__avatarPremium{background:var(--bg-primary);border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__avatarPremium{background:var(--bg-primary);border-color:var(--text-primary)}.HomeSections-module__SR-7cG__reviewAuthorInfo{flex-direction:column;gap:2px;display:flex}.HomeSections-module__SR-7cG__authorName{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.HomeSections-module__SR-7cG__authorRole{color:var(--text-secondary);margin-bottom:2px;font-size:.875rem;font-weight:500}.HomeSections-module__SR-7cG__reviewStars{align-items:center;gap:2px;display:flex}.HomeSections-module__SR-7cG__starIcon{fill:var(--color-accent);color:var(--color-accent)}.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__starIcon{fill:var(--text-primary);color:var(--text-primary)}.HomeSections-module__SR-7cG__quoteIcon{color:var(--color-accent);opacity:.4}.HomeSections-module__SR-7cG__reviewContentWrapper{flex-direction:column;gap:.75rem;display:flex}.HomeSections-module__SR-7cG__reviewHeadline{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:800;line-height:1.3}.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__reviewHeadline{color:var(--color-primary)}.HomeSections-module__SR-7cG__reviewText{color:var(--text-secondary);z-index:2;margin:0;font-size:1rem;font-weight:400;line-height:1.65;position:relative}.HomeSections-module__SR-7cG__reviewCard:nth-child(2) .HomeSections-module__SR-7cG__reviewText{color:#ffffffe6}.HomeSections-module__SR-7cG__aboutGrid{grid-template-columns:1fr;align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}@media (min-width:992px){.HomeSections-module__SR-7cG__aboutGrid{grid-template-columns:.8fr 1.2fr}}.HomeSections-module__SR-7cG__aboutImageWrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.HomeSections-module__SR-7cG__aboutImageBlock{background:var(--bg-tertiary);border-radius:var(--radius-xl);z-index:2;justify-content:center;align-items:center;width:80%;height:80%;display:flex;position:relative}.HomeSections-module__SR-7cG__aboutImageDecor1{border:2px dashed var(--border-strong);border-radius:var(--radius-xl);z-index:1;width:60%;height:60%;position:absolute;top:-10%;left:-10%}.HomeSections-module__SR-7cG__aboutImageDecor2{background:var(--color-accent);border-radius:var(--radius-xl);z-index:1;opacity:.1;width:50%;height:50%;position:absolute;bottom:-10%;right:-10%}.HomeSections-module__SR-7cG__aboutImageInner{text-align:center;color:var(--color-primary)}.HomeSections-module__SR-7cG__aboutImageInner h3{margin-bottom:.5rem;font-size:2.5rem}.HomeSections-module__SR-7cG__aboutImageInner p{color:var(--text-secondary);font-weight:500}.HomeSections-module__SR-7cG__aboutTitle{margin-bottom:var(--space-6);letter-spacing:-.02em;font-size:2.5rem}.HomeSections-module__SR-7cG__aboutDesc{color:var(--text-secondary);margin-bottom:var(--space-8);font-size:1.125rem;line-height:1.8}.HomeSections-module__SR-7cG__valuesGrid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:768px){.HomeSections-module__SR-7cG__valuesGrid{gap:var(--space-6);grid-template-columns:1fr 1fr}}.HomeSections-module__SR-7cG__valueItem{align-items:flex-start;gap:var(--space-4);font-size:1rem;font-weight:600;display:flex}.HomeSections-module__SR-7cG__valueIcon{color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.HomeSections-module__SR-7cG__searchContainer{max-width:600px;margin:0 auto clamp(1.5rem,3vw,3rem);position:relative}.HomeSections-module__SR-7cG__searchIcon{color:var(--text-tertiary);position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.HomeSections-module__SR-7cG__searchInput{border:1px solid var(--border-strong);border-radius:var(--radius-full);width:100%;transition:all var(--transition-fast);background:var(--bg-primary);outline:none;padding:1.25rem 1.25rem 1.25rem 3.5rem;font-size:1.125rem}.HomeSections-module__SR-7cG__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #1111110d}.HomeSections-module__SR-7cG__faqWrapper{max-width:800px;margin:0 auto}.HomeSections-module__SR-7cG__faqItem{border-top:2px solid var(--border-subtle);border-bottom:2px solid var(--border-subtle);cursor:pointer;background:0 0;margin-bottom:-2px;transition:all .4s cubic-bezier(.2,.8,.2,1);overflow:hidden}.HomeSections-module__SR-7cG__faqItem:hover{border-color:var(--text-primary);background:var(--bg-secondary)}.HomeSections-module__SR-7cG__faqItemActive{border-color:var(--text-primary)}.HomeSections-module__SR-7cG__faqQuestion{padding:var(--space-6);color:var(--text-primary);justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.HomeSections-module__SR-7cG__faqIconBox{width:32px;height:32px;color:var(--text-secondary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.HomeSections-module__SR-7cG__faqIconBox.HomeSections-module__SR-7cG__active{background:var(--color-primary);color:var(--color-secondary);transform:rotate(180deg)}.HomeSections-module__SR-7cG__faqAnswer{overflow:hidden}.HomeSections-module__SR-7cG__faqAnswerInner{padding:0 var(--space-6) var(--space-6);color:var(--text-secondary);font-size:1rem;line-height:1.7}.HomeSections-module__SR-7cG__bottomCtaSection{padding:clamp(2.5rem,4vw,4.5rem) 0}.HomeSections-module__SR-7cG__bottomCtaWrapper{background:var(--bg-secondary);text-align:center;border:1px solid #d4af371a;border-radius:2rem;padding:clamp(2rem,4vw,4rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #00000080}.HomeSections-module__SR-7cG__ctaPattern{opacity:.5;z-index:0;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.HomeSections-module__SR-7cG__ctaGlowLarge{z-index:0;background:radial-gradient(circle,#d4af3726 0%,#0000 60%);width:60vw;height:60vw;position:absolute;top:0;left:20%;transform:translateY(-50%)}.HomeSections-module__SR-7cG__ctaGlowSmall{z-index:0;background:radial-gradient(circle,#10b9811a 0%,#0000 60%);width:40vw;height:40vw;position:absolute;bottom:0;right:10%;transform:translateY(50%)}.HomeSections-module__SR-7cG__ctaContent{z-index:10;position:relative}.HomeSections-module__SR-7cG__ctaTitle{color:var(--text-primary);margin-bottom:var(--space-6);letter-spacing:-.03em;font-size:clamp(2rem,4vw,3rem);font-weight:800}.HomeSections-module__SR-7cG__ctaDesc{color:#e4e4e7;max-width:600px;margin:0 auto var(--space-10);font-size:1.25rem;line-height:1.7}.HomeSections-module__SR-7cG__ctaActions{gap:var(--space-4);flex-direction:column;justify-content:center;display:flex}@media (min-width:640px){.HomeSections-module__SR-7cG__ctaActions{flex-direction:row}}@media (max-width:767px){.HomeSections-module__SR-7cG__ctaActions>a:first-child button{text-align:center;white-space:normal!important;height:auto!important;min-height:48px!important;padding:.5rem 1rem!important;font-size:.875rem!important;line-height:1.2!important}}.HomeSections-module__SR-7cG__ctaIllustration{display:none}.HomeSections-module__SR-7cG__ctaDashBar{border-bottom:1px solid #ffffff0d;height:12px}.HomeSections-module__SR-7cG__ctaDashBody{flex-grow:1;gap:16px;padding:16px;display:flex}.HomeSections-module__SR-7cG__ctaDashCard{background:#ffffff0d;border-radius:8px;flex:1}@media (max-width:767px){.HomeSections-module__SR-7cG__section,.HomeSections-module__SR-7cG__sectionAlt,.HomeSections-module__SR-7cG__sectionPricing,.HomeSections-module__SR-7cG__sectionDark{padding:clamp(1.5rem,4vw,2rem) 0}.HomeSections-module__SR-7cG__sectionTitle{margin-bottom:var(--space-2);line-height:1.15;font-size:1.5rem!important}.HomeSections-module__SR-7cG__sectionDesc{margin-bottom:var(--space-4);font-size:.875rem;line-height:1.4}.HomeSections-module__SR-7cG__splitHeaderSticky{position:relative;top:0}.HomeSections-module__SR-7cG__problemsGrid{gap:var(--space-2)}.HomeSections-module__SR-7cG__problemCard{gap:.5rem;height:auto;min-height:0;padding:.75rem}.HomeSections-module__SR-7cG__problemComparison{gap:.5rem}.HomeSections-module__SR-7cG__problemManual,.HomeSections-module__SR-7cG__problemAuto{gap:.25rem;padding:.5rem .75rem}.HomeSections-module__SR-7cG__problemTitle{margin-bottom:0;font-size:.875rem}.HomeSections-module__SR-7cG__problemTextFail,.HomeSections-module__SR-7cG__problemTextSuccess{font-size:.875rem;line-height:1.3}.HomeSections-module__SR-7cG__problemLabel,.HomeSections-module__SR-7cG__problemLabelAccent{padding:2px 6px;font-size:.75rem}.HomeSections-module__SR-7cG__statsGrid{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.HomeSections-module__SR-7cG__statBox{text-align:center;height:auto;min-height:0;padding:.75rem}.HomeSections-module__SR-7cG__statBigValue{font-size:1.25rem}.HomeSections-module__SR-7cG__statLabel{font-size:.75rem}.HomeSections-module__SR-7cG__whyUsGrid{gap:.75rem}.HomeSections-module__SR-7cG__whyUsCard{height:auto;min-height:0;padding:.75rem}.HomeSections-module__SR-7cG__whyUsTitle{margin-bottom:.25rem;font-size:1rem}.HomeSections-module__SR-7cG__whyUsDesc{font-size:.875rem;line-height:1.4}.HomeSections-module__SR-7cG__pricingGrid{flex-direction:column;gap:.75rem;display:flex}.HomeSections-module__SR-7cG__pricingCard{height:auto;min-height:0;padding:.75rem}.HomeSections-module__SR-7cG__pricingName{margin-bottom:.15rem;font-size:1rem}.HomeSections-module__SR-7cG__pricingDesc{margin-bottom:.5rem;font-size:.75rem;line-height:1.2}.HomeSections-module__SR-7cG__amount{font-size:1.75rem}.HomeSections-module__SR-7cG__pricingBody{margin-bottom:.75rem}.HomeSections-module__SR-7cG__featureList{gap:.15rem}.HomeSections-module__SR-7cG__featureList li{margin-bottom:0;padding:.15rem 0;font-size:.75rem}.HomeSections-module__SR-7cG__pricingFooter{margin-top:.75rem;padding-top:.75rem}.HomeSections-module__SR-7cG__pricingFooter button{padding:.5rem;font-size:.875rem}.HomeSections-module__SR-7cG__portfolioGrid{flex-direction:column;gap:.75rem;display:flex}.HomeSections-module__SR-7cG__portfolioCard{padding:0;overflow:hidden}.HomeSections-module__SR-7cG__portfolioContent{padding:.75rem}.HomeSections-module__SR-7cG__portfolioTitle{font-size:1rem}.HomeSections-module__SR-7cG__portfolioDesc{font-size:.875rem}.HomeSections-module__SR-7cG__bottomCtaSection{padding:1.5rem 0}.HomeSections-module__SR-7cG__bottomCtaWrapper{border-radius:0;padding:1rem}.HomeSections-module__SR-7cG__ctaTitle{margin-bottom:.5rem;font-size:1.25rem!important}.HomeSections-module__SR-7cG__ctaDesc{margin-bottom:.75rem;font-size:.875rem;line-height:1.3}.HomeSections-module__SR-7cG__testimonialGrid{flex-direction:column;gap:.75rem;display:flex}.HomeSections-module__SR-7cG__testimonialCard{gap:.75rem;height:auto;min-height:0;padding:.75rem}.HomeSections-module__SR-7cG__reviewText{font-size:.875rem;line-height:1.4}.HomeSections-module__SR-7cG__reviewerInfo h4{font-size:.875rem}.HomeSections-module__SR-7cG__reviewerInfo p{font-size:.75rem}.HomeSections-module__SR-7cG__faqQuestion{padding:.5rem .75rem;font-size:.875rem}.HomeSections-module__SR-7cG__faqAnswerInner{padding:0 .75rem .5rem;font-size:.75rem}.HomeSections-module__SR-7cG__stepGrid{gap:1rem}.HomeSections-module__SR-7cG__stepCard{padding-bottom:1rem}}.HomeSections-module__SR-7cG__mockupDesktopLg{width:85%;height:90%}.HomeSections-module__SR-7cG__portfolioCarouselContainer{width:100%;padding:2rem 0 4rem;overflow:hidden}.HomeSections-module__SR-7cG__portfolioSwiper{width:100%;padding-top:50px;padding-bottom:50px}.HomeSections-module__SR-7cG__portfolioSwiperSlide{filter:blur(4px);opacity:.4;background-position:50%;background-size:cover;width:300px;height:400px;transition:all .3s}.swiper-slide-active{filter:blur();opacity:1}.HomeSections-module__SR-7cG__portfolioCard3D{background:#111;border-radius:20px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 15px 35px #00000080}.HomeSections-module__SR-7cG__portfolioCard3DHeader{text-align:center;padding:1rem}.HomeSections-module__SR-7cG__portfolioCard3DTitle{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:1.25rem;font-weight:800}.HomeSections-module__SR-7cG__portfolioCard3DBody{background-color:var(--bg-tertiary);flex:1;position:relative}.swiper-pagination-bullet{opacity:1!important;background:#555!important;border-radius:50%!important;width:10px!important;height:10px!important;transition:all .3s!important}.swiper-pagination-bullet-active{background:#e12a2a!important;border-radius:10px!important;width:30px!important}@media (min-width:768px){.HomeSections-module__SR-7cG__portfolioSwiperSlide{width:400px;height:500px}}@media (min-width:1024px){.HomeSections-module__SR-7cG__portfolioSwiperSlide{width:950px!important;height:550px!important}.HomeSections-module__SR-7cG__portfolioCard3DBody{flex-direction:row;display:flex}.HomeSections-module__SR-7cG__portfolioCard3DImage{border-right:1px solid #ffffff0d;flex:0 0 55%;max-width:55%;position:relative}.HomeSections-module__SR-7cG__portfolioCard3DText{text-align:left;flex-direction:column;flex:0 0 45%;justify-content:center;max-width:45%;padding:2.5rem;display:flex}}@media (max-width:1023px){.HomeSections-module__SR-7cG__portfolioCard3DImage{border-bottom:1px solid #ffffff0d;height:250px;position:relative}.HomeSections-module__SR-7cG__portfolioCard3DText{text-align:left;flex:1;padding:1.5rem;overflow-y:visible}.HomeSections-module__SR-7cG__portfolioSwiperSlide{min-height:600px;width:340px!important;height:auto!important}}.HomeSections-module__SR-7cG__portfolioDescText{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.HomeSections-module__SR-7cG__portfolioDescText strong{color:var(--text-primary);margin-top:.5rem;display:inline-block}:is(.swiper-button-next,.swiper-button-prev){-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:8px;padding:2rem 1.5rem;transform:scale(.7);color:var(--text-primary)!important}:is(.swiper-button-next:hover,.swiper-button-prev:hover){background:var(--color-primary);color:var(--color-secondary)!important}.HomeSections-module__SR-7cG__portfolioCard3D .HomeSections-module__SR-7cG__portfolioImageWrap,.HomeSections-module__SR-7cG__portfolioCard3D .HomeSections-module__SR-7cG__thumbnailWrapper{border:none!important;width:100%!important;height:100%!important}.swiper-button-next:after{display:none!important}.swiper-button-prev:after{display:none!important}.swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:30px!important}.swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:30px!important}@media (max-width:1023px){:is(.swiper-button-next,.swiper-button-prev){display:none!important}}@media (max-width:767px){.HomeSections-module__SR-7cG__timelineHeading{font-size:.875rem!important}.HomeSections-module__SR-7cG__timelineStepBadge,.HomeSections-module__SR-7cG__timelineText{font-size:.75rem!important}}
.Harga-module__LgHiFG__main{min-height:100vh;padding-top:5rem}.Harga-module__LgHiFG__header{padding:var(--space-12) 0 var(--space-8);text-align:center}.Harga-module__LgHiFG__title{margin-bottom:var(--space-4);font-size:2.5rem}@media (min-width:768px){.Harga-module__LgHiFG__title{font-size:3.5rem}}.Harga-module__LgHiFG__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.Harga-module__LgHiFG__grid{gap:var(--space-6);padding:var(--space-8) 0 var(--space-16);grid-template-columns:1fr;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.Harga-module__LgHiFG__grid{grid-template-columns:repeat(3,1fr);align-items:center}}.Harga-module__LgHiFG__card{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-8);transition:all var(--transition-normal);flex-direction:column;display:flex;position:relative}.Harga-module__LgHiFG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Harga-module__LgHiFG__cardPopular{border-color:var(--color-accent);box-shadow:var(--shadow-gold);z-index:10}@media (min-width:768px){.Harga-module__LgHiFG__cardPopular{transform:scale(1.05)}.Harga-module__LgHiFG__cardPopular:hover{transform:scale(1.05)translateY(-4px)}}.Harga-module__LgHiFG__badge{background-color:var(--color-accent);color:var(--color-primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Harga-module__LgHiFG__tierName{margin-bottom:var(--space-2);font-size:1.25rem}.Harga-module__LgHiFG__priceWrapper{margin-bottom:var(--space-6);align-items:baseline;display:flex}.Harga-module__LgHiFG__currency{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.Harga-module__LgHiFG__price{font-family:var(--font-heading);font-size:3rem;font-weight:700}.Harga-module__LgHiFG__features{margin-bottom:var(--space-8);gap:var(--space-3);flex-direction:column;flex-grow:1;list-style:none;display:flex}.Harga-module__LgHiFG__feature{align-items:flex-start;gap:var(--space-3);color:var(--text-secondary);font-size:.875rem;display:flex}.Harga-module__LgHiFG__iconCheck{color:var(--color-success);flex-shrink:0}.Harga-module__LgHiFG__action{width:100%;padding:var(--space-3);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-fast);font-weight:600}.Harga-module__LgHiFG__actionPrimary{background-color:var(--color-accent);color:var(--color-primary)}.Harga-module__LgHiFG__actionPrimary:hover{background-color:var(--color-accent-hover)}.Harga-module__LgHiFG__actionSecondary{color:var(--color-primary);border:1px solid var(--border-strong);background-color:#0000}.Harga-module__LgHiFG__actionSecondary:hover{background-color:var(--bg-primary)}
.Portfolio-module__waoPaG__main{min-height:100vh;padding-top:5rem}.Portfolio-module__waoPaG__header{padding:var(--space-12) 0 var(--space-8);background-color:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);text-align:center}.Portfolio-module__waoPaG__title{margin-bottom:var(--space-4);font-size:2.5rem}@media (min-width:768px){.Portfolio-module__waoPaG__title{font-size:3.5rem}}.Portfolio-module__waoPaG__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto var(--space-8);font-size:1.125rem;line-height:1.6}.Portfolio-module__waoPaG__filters{justify-content:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.Portfolio-module__waoPaG__filterBtn{padding:var(--space-2) var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);background-color:#0000;font-size:.875rem;font-weight:500}.Portfolio-module__waoPaG__filterBtn:hover{background-color:var(--bg-primary);color:var(--color-primary);border-color:var(--color-primary)}.Portfolio-module__waoPaG__filterBtn.Portfolio-module__waoPaG__active{background-color:var(--color-primary);color:var(--color-secondary);border-color:var(--color-primary)}.Portfolio-module__waoPaG__gridSection{padding:var(--space-12) 0;background-color:var(--bg-primary)}.Portfolio-module__waoPaG__grid{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Portfolio-module__waoPaG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Portfolio-module__waoPaG__grid{grid-template-columns:repeat(3,1fr)}}.Portfolio-module__waoPaG__card{background-color:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);transition:all var(--transition-normal);flex-direction:column;display:flex;overflow:hidden}.Portfolio-module__waoPaG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent);transform:translateY(-8px)}.Portfolio-module__waoPaG__imageWrapper{border-bottom:1px solid var(--border-subtle);width:100%;height:240px;position:relative;overflow:hidden}.Portfolio-module__waoPaG__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.Portfolio-module__waoPaG__card:hover .Portfolio-module__waoPaG__image{transform:scale(1.03)}.Portfolio-module__waoPaG__deviceIcons{top:var(--space-3);right:var(--space-3);gap:var(--space-2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-2);border-radius:var(--radius-md);color:#fff;background-color:#0009;display:flex;position:absolute}.Portfolio-module__waoPaG__content{padding:var(--space-5);flex-direction:column;flex-grow:1;display:flex}.Portfolio-module__waoPaG__category{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2);font-size:.75rem;font-weight:600}.Portfolio-module__waoPaG__cardTitle{margin-bottom:var(--space-2);font-size:1.25rem}.Portfolio-module__waoPaG__cardDesc{color:var(--text-secondary);margin-bottom:var(--space-4);flex-grow:1;font-size:.875rem}.Portfolio-module__waoPaG__techStack{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.Portfolio-module__waoPaG__tech{background-color:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-tertiary);padding:2px 8px;font-size:.75rem}.Portfolio-module__waoPaG__viewBtn{align-items:center;gap:var(--space-2);color:var(--color-primary);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;display:flex}.Portfolio-module__waoPaG__card:hover .Portfolio-module__waoPaG__viewBtn{color:var(--color-accent)}
.ServiceLayout-module__MpYGcW__section{padding:var(--space-16) 0;position:relative}.ServiceLayout-module__MpYGcW__hero{padding:var(--space-20) 0 var(--space-16);background-color:var(--bg-dark);color:var(--text-light);text-align:center;overflow:hidden}.ServiceLayout-module__MpYGcW__heroTitle{margin-bottom:var(--space-4);color:var(--text-primary);font-size:3rem;line-height:1.2}.ServiceLayout-module__MpYGcW__heroSubtitle{color:#d1d5db;max-width:600px;margin:0 auto var(--space-8);font-size:1.25rem}.ServiceLayout-module__MpYGcW__heroActions{justify-content:center;gap:var(--space-4);display:flex}.ServiceLayout-module__MpYGcW__problem{background-color:var(--bg-primary);text-align:center}.ServiceLayout-module__MpYGcW__problemTitle{margin-bottom:var(--space-12);font-size:2rem}.ServiceLayout-module__MpYGcW__problemGrid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.ServiceLayout-module__MpYGcW__problemCard{background-color:var(--bg-secondary);padding:var(--space-6);border:1px solid var(--border-subtle);align-items:center;gap:var(--space-4);border-radius:8px;flex-direction:column;transition:all .3s;display:flex}.ServiceLayout-module__MpYGcW__problemCard:hover{background-color:var(--bg-tertiary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.ServiceLayout-module__MpYGcW__problemIcon{color:var(--color-error)}.ServiceLayout-module__MpYGcW__solution{background-color:var(--bg-secondary);text-align:center}.ServiceLayout-module__MpYGcW__solutionCard{background-color:var(--bg-primary);padding:var(--space-8);border:1px solid var(--border-subtle);border-radius:8px;max-width:800px;margin:0 auto}.ServiceLayout-module__MpYGcW__benefitsGrid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.ServiceLayout-module__MpYGcW__benefitItem{align-items:center;gap:var(--space-3);font-weight:500;display:flex}.ServiceLayout-module__MpYGcW__benefitIcon{color:var(--color-success)}.ServiceLayout-module__MpYGcW__featuresGrid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.ServiceLayout-module__MpYGcW__featureCard{gap:var(--space-4);align-items:flex-start;display:flex}.ServiceLayout-module__MpYGcW__featureIconWrapper{color:var(--color-accent);padding:var(--space-3);background-color:#d4af371a;border:none;border-radius:8px}.ServiceLayout-module__MpYGcW__targetGrid{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.ServiceLayout-module__MpYGcW__targetPill{padding:var(--space-3) var(--space-6);background-color:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:500px;font-weight:600;transition:all .3s}.ServiceLayout-module__MpYGcW__targetPill:hover{background-color:var(--bg-tertiary);color:var(--text-primary);transform:translateY(-2px)}.ServiceLayout-module__MpYGcW__timeline{gap:var(--space-6);flex-direction:column;max-width:600px;margin:0 auto;display:flex}.ServiceLayout-module__MpYGcW__timelineItem{gap:var(--space-4);display:flex}.ServiceLayout-module__MpYGcW__timelineNumber{background-color:var(--color-primary);width:40px;height:40px;color:var(--color-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.ServiceLayout-module__MpYGcW__testimonialCard{background-color:var(--bg-secondary);padding:var(--space-6);border:none;border-radius:8px}.ServiceLayout-module__MpYGcW__faqItem{margin-bottom:var(--space-4);background-color:var(--bg-secondary);border:1px solid #ffffff1a;border-radius:8px;overflow:hidden}.ServiceLayout-module__MpYGcW__faqQuestion{cursor:pointer;padding:var(--space-4);justify-content:space-between;align-items:center;font-weight:600;display:flex}.ServiceLayout-module__MpYGcW__faqAnswer{color:var(--text-secondary);display:none}.ServiceLayout-module__MpYGcW__faqAnswer.ServiceLayout-module__MpYGcW__open{padding:0 var(--space-4) var(--space-4);display:block}.ServiceLayout-module__MpYGcW__finalCta{background-color:var(--color-primary);color:var(--color-secondary);text-align:center;padding:var(--space-20) 0;border-top:2px solid var(--color-accent)}@media (max-width:767px){.ServiceLayout-module__MpYGcW__section{padding:clamp(1.5rem,4vw,2rem) 0}.ServiceLayout-module__MpYGcW__hero{padding:clamp(2.5rem,5vw,3rem) 0 clamp(1.5rem,4vw,2rem)}.ServiceLayout-module__MpYGcW__heroTitle{margin-bottom:var(--space-2);font-size:2rem!important}.ServiceLayout-module__MpYGcW__heroSubtitle{margin-bottom:var(--space-6);font-size:1rem}.ServiceLayout-module__MpYGcW__heroActions{gap:var(--space-3);flex-direction:column;width:100%}.ServiceLayout-module__MpYGcW__heroActions>*,.ServiceLayout-module__MpYGcW__heroActions button{width:100%}.ServiceLayout-module__MpYGcW__problemTitle{margin-bottom:var(--space-6);font-size:1.5rem}.ServiceLayout-module__MpYGcW__problemCard{gap:var(--space-2);padding:1rem}.ServiceLayout-module__MpYGcW__problemCard h3{font-size:1rem!important}.ServiceLayout-module__MpYGcW__problemCard p{font-size:.875rem!important}.ServiceLayout-module__MpYGcW__solutionCard{padding:1rem}.ServiceLayout-module__MpYGcW__solutionCard h2{font-size:1.5rem!important}.ServiceLayout-module__MpYGcW__solutionCard p{margin-bottom:1rem!important;font-size:.875rem!important}.ServiceLayout-module__MpYGcW__benefitsGrid{gap:var(--space-3);margin-top:var(--space-4);grid-template-columns:1fr}.ServiceLayout-module__MpYGcW__benefitItem{font-size:.875rem}.ServiceLayout-module__MpYGcW__featuresGrid{gap:var(--space-4)}.ServiceLayout-module__MpYGcW__featureCard h3{font-size:1rem!important}.ServiceLayout-module__MpYGcW__featureCard p{font-size:.875rem!important}.ServiceLayout-module__MpYGcW__targetGrid{gap:var(--space-2)}.ServiceLayout-module__MpYGcW__targetPill{padding:var(--space-2) var(--space-4);font-size:.875rem}.ServiceLayout-module__MpYGcW__timeline{gap:var(--space-4)}.ServiceLayout-module__MpYGcW__timelineItem{gap:var(--space-3)}.ServiceLayout-module__MpYGcW__timelineNumber{width:32px;height:32px;font-size:.875rem}.ServiceLayout-module__MpYGcW__timelineItem h3{font-size:1rem!important}.ServiceLayout-module__MpYGcW__timelineItem p{font-size:.875rem!important}.ServiceLayout-module__MpYGcW__faqQuestion{padding:var(--space-3);font-size:1rem}.ServiceLayout-module__MpYGcW__faqAnswer.ServiceLayout-module__MpYGcW__open{padding:0 var(--space-3) var(--space-3);font-size:.875rem}.ServiceLayout-module__MpYGcW__finalCta{padding:clamp(2rem,5vw,3rem) 0}.ServiceLayout-module__MpYGcW__finalCta h2{font-size:1.75rem!important}.ServiceLayout-module__MpYGcW__finalCta p{font-size:1rem!important}}.ServiceLayout-module__MpYGcW__ctaActions{justify-content:center;gap:1rem;display:flex}@media (max-width:767px){.ServiceLayout-module__MpYGcW__ctaActions{flex-direction:column;width:100%}.ServiceLayout-module__MpYGcW__ctaActions>*,.ServiceLayout-module__MpYGcW__ctaActions button{width:100%}}
