@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--primary: #36c6f4;--dark: #0b0b0b;--light: #ffffff;--gray: #f4f4f4;--font-main: "Poppins", system-ui, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--h1: 2.5rem;--h2: 2rem;--h3: 1.75rem;--h4: 1.5rem;--h5: 1.25rem;--h6: 1.125rem;--lh-tight: 1.2;--lh-normal: 1.5;--lh-loose: 1.7}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-main)}body{background:var(--dark);color:var(--light);line-height:var(--lh-normal);font-size:var(--text-md)}h1{font-size:var(--h1);font-weight:700;line-height:var(--lh-tight)}h2{font-size:var(--h2);font-weight:600}h3{font-size:var(--h3);font-weight:600}h4{font-size:var(--h4);font-weight:500}h5{font-size:var(--h5);font-weight:500}h6{font-size:var(--h6);font-weight:500}p{font-size:var(--text-md);line-height:var(--lh-loose)}.small-text{font-size:var(--text-sm)}.caption{font-size:var(--text-xs);color:gray}button{font-size:var(--text-sm);font-weight:500;letter-spacing:.3px}input,select,textarea{font-size:var(--text-sm);font-family:var(--font-main)}.btn-primary{background:var(--primary);color:var(--dark);padding:10px 20px;border-radius:999px;border:none;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-primary:hover{color:var(--primary);border:1px solid var(--primary);background:transparent}.btn-secondary{background:transparent;color:var(--primary);padding:10px 20px;border-radius:999px;border:1px solid var(--primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:var(--primary);color:var(--dark)}.navbar{position:absolute;top:0;width:100%;z-index:100;transition:background-color .3s ease,backdrop-filter .3s ease}.navbar.scrolled,.navbar.has-background{position:fixed;background-color:#0b0b0bf2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:20px 16px;display:flex;align-items:center;justify-content:space-between;position:relative}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1.2rem;color:var(--light);text-decoration:none;z-index:1001}.nav-logo img{height:70px;width:auto}.nav-links{display:flex;gap:32px;align-items:center}.nav-link{text-decoration:none;font-size:.95rem;font-weight:500;color:var(--light);transition:opacity .3s ease}.nav-link:hover{opacity:.7}.nav-link.active{color:var(--primary);font-weight:600}.nav-dropdown{position:relative}.dropdown-trigger{font-size:.95rem;font-weight:500;color:var(--light);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;transition:opacity .3s ease;padding:0;font-family:inherit}.dropdown-trigger:hover,.dropdown-trigger:focus{opacity:.7}.dropdown-trigger.active{color:var(--primary)}.dropdown-arrow{font-size:.7em;transition:transform .3s ease}.dropdown-trigger.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:140%;left:50%;transform:translate(-50%);min-width:180px;padding:12px;background:var(--light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:1000}.dropdown-menu.active{opacity:1;visibility:visible;pointer-events:auto}.dropdown-item{color:var(--dark);font-size:.9rem;padding:8px 10px;border-radius:8px;transition:background .25s ease;text-decoration:none}.dropdown-item:hover{background:var(--primary)}@media(min-width:769px){.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.dropdown-trigger:hover+.dropdown-menu,.dropdown-menu:hover{opacity:1;visibility:visible;pointer-events:auto}}.nav-cta{display:block}.nav-btn{padding:10px 22px;border-radius:999px;border:1px solid var(--primary);background:transparent;color:var(--primary);font-weight:500;text-decoration:none;transition:all .3s ease;display:inline-block;font-size:.9rem;cursor:pointer}.nav-btn:hover{background:var(--primary);color:var(--dark)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1000;color:var(--light)}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px}.bar{width:100%;height:2px;background:currentColor;transition:all .3s ease;border-radius:2px}@media(max-width:768px){.navbar.menu-open{background-color:var(--dark)}.nav-toggle{display:block}.nav-links,.nav-cta{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--dark);padding:20px 16px;flex-direction:column;gap:20px;border-top:1px solid rgba(255,255,255,.1);z-index:999}.nav-links.active,.nav-cta.active{display:flex}.nav-links{align-items:flex-start}.nav-link{width:100%;padding:10px 0}.nav-dropdown{width:100%}.dropdown-trigger{justify-content:space-between;width:100%;padding:10px 0}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;background:#ffffff0d;margin:10px 0;display:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.dropdown-menu.active{display:flex;max-height:300px;padding:12px}.dropdown-item{color:var(--light);padding:10px 0}.dropdown-item:hover{background:#ffffff1a}.nav-cta{padding:20px 0}.nav-btn{width:100%;text-align:center}}.nav-link:focus-visible,.dropdown-trigger:focus-visible,.nav-btn:focus-visible,.nav-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){.nav-link,.dropdown-trigger,.nav-btn,.dropdown-menu,.bar{transition:none}}.hero{position:relative;width:100%;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:#0009}.hero-content{position:relative;max-width:700px;margin-left:8%;color:var(--light);z-index:10;position:absolute;top:50%;transform:translateY(-50%);margin-top:50px}.hero-content h1{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.2;margin-bottom:24px}.hero-content p{font-size:1.05rem;font-weight:400;line-height:1.7;margin-bottom:36px;max-width:600px}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap}@media(max-width:768px){.hero-content{margin-left:0;padding:0 20px}.hero-buttons{flex-direction:column;align-items:flex-start}}.pos-banner{padding:100px 0}.pos-container{max-width:1200px;margin:0 auto;padding:50px;border:1px solid var(--primary);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.pos-content{max-width:520px}.pos-label{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:16px}.pos-content h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:20px}.pos-content p{font-size:1rem;line-height:1.7;color:var(--light);margin-bottom:32px}.pos-buttons{display:flex;gap:16px;flex-wrap:wrap}.pos-image img{width:100%;max-width:500px;display:block;margin-left:auto}@media(max-width:900px){.pos-container{grid-template-columns:1fr;gap:48px}.pos-image img{margin:0 auto}}.products-section{padding-bottom:100px;text-align:center}.products-container{max-width:1200px;margin:0 auto;padding:0 20px}.products-header{max-width:700px;margin:0 auto 48px}.products-header h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;margin-bottom:16px}.products-header p{font-size:1rem;line-height:1.7;color:var(--light)}.products-slider-wrapper{position:relative;display:flex;justify-content:center}.products-slider{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:10px;justify-content:center}.products-slider::-webkit-scrollbar{display:none}.product-card{max-width:300px;padding:32px;scroll-snap-align:center;border:1px solid var(--light);box-shadow:6px 6px 0 0 var(--primary);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:6px 6px 0 0 var(--primary)}.product-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--primary)}.product-card p{font-size:.95rem;line-height:1.6;color:var(--gray)}@media(max-width:768px){.products-slider{justify-content:flex-start}.slider-btn{display:none}}.whatwedo-section{padding:0 0 100px}.whatwedo-container{max-width:1200px;margin:0 auto;padding:0 20px}.whatwedo-header{max-width:700px;margin:0 auto 64px;text-align:center}.whatwedo-header h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin-bottom:16px}.whatwedo-header p{font-size:1rem;line-height:1.7}.whatwedo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.whatwedo-card{padding:36px;border:1px solid var(--primary);border-radius:16px;text-align:center;box-shadow:4px 4px 0 var(--primary);transition:transform .3s ease}.whatwedo-card:hover{transform:translateY(-6px)}.whatwedo-card img{width:48px;height:48px;margin-bottom:20px}.whatwedo-card h3{font-size:1.2rem;font-weight:600;margin-bottom:12px}.whatwedo-card p{font-size:.95rem;line-height:1.6;color:#555}@media(max-width:768px){.whatwedo-grid{grid-template-columns:1fr}.whatwedo-card{padding:28px}}.whychoose-section{padding:0 0 100px}.whychoose-container{max-width:1200px;margin:0 auto;padding:0 20px}.whychoose-header{max-width:720px;margin:0 auto 64px;text-align:center}.whychoose-header h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin-bottom:16px}.whychoose-header p{font-size:1rem;line-height:1.7}.whychoose-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.whychoose-left{display:flex;flex-direction:column;gap:24px}.whychoose-card{padding:28px 32px;border:1px solid var(--primary);box-shadow:4px 4px 0 var(--primary);transition:transform .3s ease}.whychoose-card:hover{transform:translateY(-6px)}.whychoose-card h3{font-size:1.15rem;font-weight:600;margin-bottom:10px;color:var(--primary)}.whychoose-card p{font-size:.95rem;line-height:1.6;color:#555}.whychoose-right img{width:100%;max-width:520px;display:block;margin:0 auto}@media(max-width:900px){.whychoose-content{grid-template-columns:1fr;gap:48px}.whychoose-right{order:-1}}.works-section{position:relative;padding:100px 0;background-size:cover;background-position:center}.works-overlay{position:absolute;inset:0;background:#0009;z-index:1}.works-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.works-header{max-width:720px;margin:0 auto 64px;text-align:center;color:var(--light)}.works-header h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin-bottom:16px}.works-header p{font-size:1rem;line-height:1.7;opacity:.85}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.work-card{padding:24px;border-radius:16px;background:var(--gray);text-align:center;transition:transform .3s ease}.work-card:hover{transform:translateY(-6px)}.work-image{border-radius:12px;overflow:hidden;margin-bottom:20px}.work-image img{width:100%;height:200px;object-fit:cover}.work-title{font-size:1.1rem;font-weight:600;margin-bottom:10px;color:var(--dark)}.work-desc{font-size:.95rem;line-height:1.6;color:#555;margin-bottom:20px}@media(max-width:900px){.works-grid{grid-template-columns:1fr}}.testimonials-section{padding:100px 0}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 20px}.testimonials-header{max-width:720px;margin:0 auto 64px;text-align:center}.testimonials-header h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin-bottom:16px}.testimonials-header p{font-size:1rem;line-height:1.7}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.testimonial-card{padding:32px 28px;text-align:center;border:1px solid var(--primary);box-shadow:4px 4px 0 var(--primary);transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-6px)}.testimonial-avatar{width:56px;height:56px;border-radius:50%;margin:0 auto 16px;background:var(--primary);color:#000;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600}.testimonial-name{font-size:1.05rem;font-weight:600;margin-bottom:4px}.testimonial-location{font-size:.85rem;color:#777;display:block;margin-bottom:16px}.testimonial-text{font-size:.95rem;line-height:1.6;color:#555}@media(max-width:900px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{padding:0 0 100px;text-align:center}.cta-container{max-width:800px;margin:0 auto;padding:0 20px}.cta-container h2{font-size:clamp(2rem,3vw,2.6rem);font-weight:700;margin-bottom:20px}.cta-container p{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:48px}.cta-actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.cta-primary{padding:14px 32px;border-radius:999px;border:none;background:var(--primary);color:#000;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .3s ease}.cta-primary:hover{color:var(--primary);border:1px solid var(--primary);background:transparent}.cta-form{display:flex;border:1px solid var(--primary);border-radius:999px;overflow:hidden}.cta-form input{padding:14px 20px;border:none;outline:none;font-size:.9rem;min-width:240px}.cta-form button{padding:0 28px;border:none;background:transparent;color:var(--primary);font-weight:600;cursor:pointer;transition:background .3s ease}.cta-form button:hover{background:var(--primary);color:#000}@media(max-width:600px){.cta-form{width:100%}.cta-form input{flex:1;min-width:unset}}.page-hero{position:relative;width:100%;min-height:80vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}.page-hero-overlay{position:absolute;inset:0;background:#0009}.page-hero-container{position:relative;z-index:5;max-width:1200px;padding:0 20px;color:var(--light);display:flex;flex-direction:column;align-items:center;justify-content:center}.page-hero-container h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:16px}.page-hero-container p{max-width:600px;font-size:1rem;line-height:1.7;opacity:.9}@media(max-width:768px){.page-hero{min-height:50vh}}.who-we-are{padding:100px 0}.who-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.who-we-are h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin-bottom:16px}.who-left .intro-text{font-size:1rem;line-height:1.7;margin-bottom:16px;color:#555}.who-left .who-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:20px 0}.who-card{padding:20px;background:var(--light);color:var(--dark);font-weight:600;text-align:center;box-shadow:4px 4px 0 var(--primary);transition:transform .3s ease;text-transform:uppercase}.who-card:hover{transform:translateY(-4px)}.who-left .conclusion{font-size:1rem;line-height:1.7;color:#555}.who-right img{width:100%;object-fit:cover}@media(max-width:900px){.who-container{grid-template-columns:1fr;gap:40px}.who-left .who-cards{grid-template-columns:1fr 1fr}}.vision-mission{padding:0 0 100px}.vm-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:stretch}.vm-card{padding:32px 24px;text-align:center;border:1px solid var(--primary);box-shadow:4px 4px 0 var(--primary);transition:transform .3s ease}.vm-card:hover{transform:translateY(-6px)}.vm-card .vm-icon{margin-bottom:20px}.vm-card .vm-icon img{width:60px;height:60px;object-fit:contain}.vm-card h3{font-size:1.25rem;font-weight:700;margin-bottom:16px}.vm-card p{font-size:1rem;line-height:1.7;color:#555}@media(max-width:900px){.vm-container{grid-template-columns:1fr;gap:30px}.vm-card{padding:28px 20px}}.what-we-believe{padding:100px 0;position:relative;background:url(/assets/works-bg-BSLZg-o9.webp) center/cover no-repeat}.what-we-believe:before{content:"";position:absolute;inset:0;background:#0006}.wwb-container{position:relative;max-width:1200px;margin:0 auto;padding:0 20px;z-index:5;color:var(--light)}.wwb-header{justify-content:center;text-align:center}.wwb-header h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:12px;color:#fff}.wwb-header p{font-size:1rem;line-height:1.7;color:var(--gray);margin-bottom:50px}.wwb-items{display:grid;grid-template-columns:1fr;gap:24px}.wwb-item{display:flex;gap:20px;align-items:flex-start;padding:20px;border-radius:16px;transition:transform .3s ease}.wwb-item:hover{transform:translateY(-4px)}.wwb-icon img{width:60px;height:60px;object-fit:contain}.wwb-text h3{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:var(--primary)}.wwb-text p{font-size:.95rem;line-height:1.6;color:#eee}@media(max-width:768px){.wwb-items{grid-template-columns:1fr}.wwb-item{flex-direction:row;padding:16px}}.our-team{padding:100px 0}.team-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.team-header h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:12px}.team-header p{font-size:1rem;line-height:1.7;color:#555;margin-bottom:48px}.team-members{display:flex;justify-content:center;gap:35px;flex-wrap:wrap}.team-card{text-align:left;transition:transform .3s ease;width:300px}.team-card:hover{transform:translateY(-6px)}.team-card img{width:100%;height:350px;object-fit:cover}.team-card h3{font-size:1.2rem;font-weight:700}.team-card p{font-size:.95rem;color:#555}@media(max-width:768px){.team-members{flex-direction:column;gap:24px}}.footer{background:var(--dark);color:var(--light);border-top:1px solid rgba(255,255,255,.1)}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-main{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding:80px 0 60px}.footer .footer-column{display:flex;flex-direction:column}.footer .footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:25px}.footer .footer-logo img{height:50px;width:auto}.footer .logo-text{font-size:1.5rem;font-weight:700;color:var(--light)}.footer .footer-description{font-size:.95rem;line-height:1.7;color:#aaa;margin:0}.footer .footer-heading{font-size:1.3rem;font-weight:700;color:var(--light);margin-bottom:25px;position:relative;padding-bottom:10px}.footer .footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--primary)}.footer .footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer .footer-links li{margin:0}.footer .footer-link{color:#aaa;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer .footer-link:hover{color:var(--primary);transform:translate(5px)}.footer .contact-info{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}.footer .contact-item{color:#aaa;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer .contact-item:hover{color:var(--primary);transform:translate(5px)}.footer .social-icons{display:flex;gap:16px}.footer .social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.footer .social-icon:hover{background:var(--primary);transform:translateY(-3px)}.footer .social-icon img{width:20px;height:20px;object-fit:contain}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:25px 0}.footer .footer-bottom-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer .copyright{font-size:.9rem;color:#777}.footer .bottom-links{display:flex;gap:30px}.footer .bottom-link{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer .bottom-link:hover{color:var(--primary)}@media(max-width:992px){.footer .footer-main{grid-template-columns:repeat(2,1fr);gap:50px}.footer .footer-column.left-column{grid-column:1 / -1;max-width:500px}}@media(max-width:768px){.footer .footer-main{grid-template-columns:1fr;gap:40px;padding:60px 0 40px}.footer .footer-column.left-column{grid-column:auto}.footer .footer-bottom-container{flex-direction:column;text-align:center;gap:15px}.footer .bottom-links{justify-content:center}}@media(max-width:480px){.footer .footer-main{padding:50px 0 30px}.footer .footer-logo{flex-direction:column;align-items:flex-start;gap:10px}.footer .footer-links,.footer .contact-info,.footer .social-icons{gap:12px}.footer .social-icon{width:36px;height:36px}.footer .social-icon img{width:18px;height:18px}.footer .bottom-links{gap:20px;flex-wrap:wrap;justify-content:center}}.contact-section{padding:100px 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:flex-start}.contact-left h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin-bottom:20px}.contact-left p{font-size:1rem;line-height:1.7;color:#555;margin-bottom:40px}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;align-items:center;gap:14px;font-size:.95rem;font-weight:500}.contact-item img{width:28px;height:28px}.contact-form{padding:40px;border-radius:16px;border:1px solid var(--primary)}.contact-section .form-row{display:flex;gap:20px;margin-bottom:20px}.form-row input,.contact-form textarea{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #ddd;font-size:.9rem;outline:none}.form-row input:focus,.contact-form textarea:focus{border-color:var(--primary)}.contact-form textarea{resize:none;margin-bottom:20px}.contact-section .form-check{display:flex;gap:10px;font-size:.8rem;color:#555;margin-bottom:28px}.contact-btn{padding:14px 32px;border-radius:999px;border:none;background:var(--primary);color:#000;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .3s ease}.contact-btn:hover{color:var(--primary);border:1px solid var(--primary);background:transparent}@media(max-width:900px){.contact-container{grid-template-columns:1fr}.contact-form{padding:28px}.contact-section .form-row{flex-direction:column}}.portfolio-section{padding:100px 0}.portfolio-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.portfolio-cards{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.portfolio-card-link{text-decoration:none;color:inherit;display:block}.portfolio-card{width:300px;text-align:left;transition:transform .3s ease;margin-bottom:50px}.portfolio-card:hover{transform:translateY(-5px)}.portfolio-card img{width:100%;height:350px;object-fit:cover;margin-bottom:16px}.portfolio-card h3{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:var(--light)}.portfolio-card p{font-size:.95rem;color:#aaa;margin-bottom:6px;line-height:1.5}.portfolio-category{display:inline-block;font-size:.85rem;font-weight:500;color:var(--primary);text-transform:uppercase}@media(max-width:768px){.portfolio-cards{flex-direction:column;align-items:center;gap:24px}.portfolio-card{width:100%;max-width:400px}}.project-detail-section{padding:60px 0;background:var(--dark);color:var(--light)}.project-detail-container{max-width:1200px;margin:0 auto;padding:0 20px}.back-nav{margin-bottom:40px}.back-button{display:inline-flex;align-items:center;gap:8px;color:var(--primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:opacity .3s ease}.back-button:hover{opacity:.8}.project-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.project-images{display:flex;flex-direction:column;gap:20px}.main-image-container{width:100%;overflow:hidden;box-shadow:0 8px 30px #0000004d}.main-image{width:100%;height:auto;display:block;transition:transform .3s ease}.main-image-container:hover .main-image{transform:scale(1.02)}.thumbnail-images{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}.thumbnail-btn{width:100%;padding:0;border:none;background:none;cursor:pointer;overflow:hidden;transition:all .3s ease;position:relative}.thumbnail-btn:after{content:"";position:absolute;inset:0;border:2px solid transparent;transition:border-color .3s ease}.thumbnail-btn:hover:after{border-color:var(--primary)}.thumbnail-btn.active:after{border-color:var(--primary);border-width:3px}.thumbnail-btn img{width:100%;height:120px;object-fit:cover;display:block}.project-info{display:flex;flex-direction:column;gap:40px}.project-snapshot h2{font-size:1.8rem;font-weight:700;margin-bottom:30px;color:var(--light);position:relative;padding-bottom:15px}.project-snapshot h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--primary);border-radius:2px}.snapshot-details{display:flex;flex-direction:column;gap:24px}.detail-row{display:flex;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:24px}.detail-row:last-child{border-bottom:none;padding-bottom:0}.detail-label{width:120px;flex-shrink:0;font-weight:600;font-size:.95rem;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.detail-value{flex:1;font-size:1rem;line-height:1.6;color:#e0e0e0}.project-description h3{font-size:1.4rem;font-weight:600;margin-bottom:20px;color:var(--light)}.project-description p{font-size:1rem;line-height:1.7;color:#aaa;margin-bottom:16px}.project-description p:last-child{margin-bottom:0}.project-actions{display:flex;gap:20px;flex-wrap:wrap}.project-actions .btn-primary,.project-actions .btn-secondary{padding:14px 32px;font-size:.95rem;font-weight:500}.project-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.project-not-found h2{font-size:2rem;color:var(--primary);margin-bottom:16px}.project-not-found p{font-size:1.1rem;margin-bottom:30px;opacity:.9}.description-section{margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.description-header{margin-bottom:30px}.description-title{font-size:2rem;font-weight:700;margin-bottom:10px;color:var(--light)}.description-underline{width:200px;height:4px;background:var(--primary);border-radius:2px;margin-top:5px}.description-content{max-width:100%}.description-content p{font-size:1.1rem;line-height:1.8;color:#aaa;margin-bottom:20px}.description-content p:last-child{margin-bottom:0}.project-description{display:none}@media(max-width:768px){.description-section{margin-top:40px;padding-top:30px}.description-title{font-size:1.8rem}.description-underline{width:150px}.description-content p{font-size:1rem}}@media(max-width:480px){.description-title{font-size:1.6rem}.description-underline{width:120px}}@media(max-width:992px){.project-content{grid-template-columns:1fr;gap:40px}.thumbnail-btn img{height:100px}}@media(max-width:768px){.project-detail-section{padding:40px 0}.snapshot-details{gap:20px}.detail-row{flex-direction:column;gap:8px;padding-bottom:20px}.detail-label{width:100%}.thumbnail-images{grid-template-columns:repeat(3,1fr)}.thumbnail-btn img{height:80px}.project-actions{flex-direction:column}.project-actions .btn-primary,.project-actions .btn-secondary{width:100%;text-align:center}}@media(max-width:480px){.project-snapshot h2{font-size:1.5rem}.detail-label{font-size:.9rem}.detail-value{font-size:.95rem}.thumbnail-images{gap:10px}.thumbnail-btn img{height:70px}}.templates-section{padding:80px 0;background:var(--dark)}.templates-container{max-width:1200px;margin:0 auto;padding:0 20px}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;justify-items:center}.template-card{width:100%;max-width:380px;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid var(--primary);display:flex;flex-direction:column}.template-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.template-image{position:relative;height:220px;overflow:hidden}.template-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.template-card:hover .template-image img{transform:scale(1.05)}.template-price{position:absolute;top:16px;right:16px;background:var(--primary);color:var(--dark);padding:6px 14px;border-radius:999px;font-weight:700;font-size:.9rem;box-shadow:0 4px 12px #36c6f44d}.template-content{padding:24px;flex-grow:1;display:flex;flex-direction:column}.template-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.template-title{font-size:1.3rem;font-weight:700;line-height:1.3;flex:1}.template-category{font-size:.8rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;background:#36c6f41a;border-radius:4px;margin-left:10px}.template-description{font-size:.9rem;color:#555;margin-bottom:16px;line-height:1.5;flex-grow:1}.template-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.template-tag{padding:4px 12px;background:#36c6f41a;color:var(--primary);border-radius:999px;font-size:.8rem;font-weight:500;transition:all .3s ease}.template-card:hover .template-tag{background:#36c6f433;transform:translateY(-2px)}.template-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.template-btn:hover{background:var(--primary);color:var(--dark)}.templates-empty{text-align:center;padding:80px 20px;color:var(--light)}.templates-empty h3{font-size:1.8rem;margin-bottom:16px;color:var(--primary)}.templates-empty p{font-size:1.1rem;margin-bottom:30px;opacity:.9;max-width:500px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.templates-grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media(max-width:768px){.templates-section{padding:60px 0}.templates-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.template-image{height:200px}}@media(max-width:480px){.template-content{padding:20px}.template-header{flex-direction:column;align-items:flex-start;gap:8px}.template-category{margin-left:0}.template-title{font-size:1.2rem}.template-description{font-size:.85rem}.template-tag{font-size:.75rem;padding:3px 10px}.template-btn{padding:10px 20px;font-size:.85rem}}.template-detail-section{padding:60px 0;background:var(--dark);color:var(--light)}.template-detail-section .template-detail-container{max-width:1200px;margin:0 auto;padding:0 20px}.template-detail-section .back-nav{margin-bottom:40px}.template-detail-section .back-button{display:inline-flex;align-items:center;gap:8px;color:var(--primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:opacity .3s ease}.template-detail-section .back-button:hover{opacity:.8}.template-detail-section .template-content{display:grid;grid-template-columns:60% 40%;gap:60px;align-items:start}.template-detail-section .template-images{display:flex;flex-direction:column;gap:24px}.template-detail-section .template-image-container{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000004d}.template-detail-section .template-image{width:100%;height:auto;display:block}.template-detail-section .template-details{display:flex;flex-direction:column;gap:40px}.template-detail-section .section-title{font-size:1.6rem;font-weight:700;margin-bottom:20px;color:var(--light);position:relative;padding-bottom:10px}.template-detail-section .section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--primary);border-radius:2px}.template-detail-section .overview-text{font-size:1.05rem;line-height:1.8;color:#aaa}.template-detail-section .features-list{display:flex;flex-direction:column;gap:16px}.template-detail-section .feature-item{display:flex;align-items:center;gap:12px}.template-detail-section .feature-icon{width:20px;height:20px;flex-shrink:0}.template-detail-section .feature-text{font-size:1rem;color:#e0e0e0;line-height:1.5}.template-detail-section .included-list{display:flex;flex-direction:column;gap:16px}.template-detail-section .included-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border-radius:8px;transition:all .3s ease}.template-detail-section .included-item:hover{background:#ffffff14;transform:translate(5px)}.template-detail-section .included-icon{width:24px;height:24px;flex-shrink:0}.template-detail-section .included-text{font-size:1rem;color:#e0e0e0;font-weight:500}.template-detail-section .pricing-section{margin-top:20px}.template-detail-section .pricing-subtitle{font-size:1rem;color:#aaa;margin-bottom:30px}.template-detail-section .pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.template-detail-section .pricing-card{background:#ffffff0d;border-radius:12px;padding:30px;border:1px solid rgba(255,255,255,.1);position:relative;display:flex;flex-direction:column;transition:all .3s ease;min-height:320px}.template-detail-section .pricing-card:hover{transform:translateY(-5px);border-color:var(--primary)}.template-detail-section .pricing-card.popular{border-color:var(--primary);background:#36c6f40d}.template-detail-section .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--dark);padding:6px 20px;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.template-detail-section .plan-name{font-size:1.4rem;font-weight:700;color:var(--light);margin-bottom:10px;text-align:center}.template-detail-section .plan-price{font-size:2.5rem;font-weight:700;color:var(--primary);text-align:center;margin-bottom:10px}.template-detail-section .plan-description{font-size:.95rem;color:#aaa;text-align:center;margin-bottom:24px}.template-detail-section .plan-features{list-style:none;margin-bottom:20px;flex-grow:1}.template-detail-section .plan-feature{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#e0e0e0;margin-bottom:12px;line-height:1.4}.template-detail-section .plan-check-icon{width:16px;height:16px;flex-shrink:0}.template-detail-section .template-actions{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}.template-detail-section .template-actions .btn-primary,.template-detail-section .template-actions .btn-secondary{text-decoration:none;padding:14px 32px;font-size:.95rem;font-weight:500}.template-detail-section .template-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.template-detail-section .template-not-found h2{font-size:2rem;color:var(--primary);margin-bottom:16px}.template-detail-section .template-not-found p{font-size:1.1rem;margin-bottom:30px;opacity:.9}@media(max-width:1200px){.template-detail-section .template-content{grid-template-columns:55% 45%;gap:40px}}@media(max-width:992px){.template-detail-section .template-content{grid-template-columns:1fr;gap:40px}.template-detail-section .pricing-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.template-detail-section{padding:40px 0}.template-detail-section .section-title{font-size:1.4rem}.template-detail-section .overview-text{font-size:1rem}.template-detail-section .feature-text,.template-detail-section .included-text{font-size:.95rem}.template-detail-section .plan-name{font-size:1.2rem}.template-detail-section .plan-price{font-size:2rem}.template-detail-section .pricing-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.template-detail-section .template-actions{flex-direction:column}.template-detail-section .template-actions .btn-primary,.template-detail-section .template-actions .btn-secondary{width:100%;text-align:center}}@media(max-width:480px){.template-detail-section .pricing-card{padding:24px 20px;min-height:auto}.template-detail-section .plan-feature{font-size:.85rem}.template-detail-section .included-item{padding:10px 14px}}.pos-features-section{padding:100px 0;background:var(--dark);color:var(--light)}.pos-features-section .pos-features-container{max-width:1200px;margin:0 auto;padding:0 20px}.pos-features-section .pos-features-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.pos-features-section .pos-features-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--light)}.pos-features-section .pos-features-subtitle{font-size:1.2rem;line-height:1.6;color:#aaa;max-width:600px;margin:0 auto}.pos-features-section .pos-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pos-features-section .pos-feature-card{background:#ffffff0d;border-radius:12px;padding:32px 24px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-align:center;min-height:120px}.pos-features-section .pos-feature-card:hover{transform:translateY(-5px);border-color:var(--primary);background:#36c6f41a;box-shadow:0 10px 30px #0003}.pos-features-section .pos-feature-title{font-size:1.1rem;font-weight:600;color:var(--light);line-height:1.4;margin:0;text-align:center}@media(max-width:1024px){.pos-features-section .pos-features-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.pos-features-section{padding:60px 0}.pos-features-section .pos-features-title{font-size:2rem}.pos-features-section .pos-features-subtitle{font-size:1.1rem}.pos-features-section .pos-features-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pos-features-section .pos-feature-card{padding:28px 20px;min-height:100px}.pos-features-section .pos-feature-title{font-size:1rem}}@media(max-width:480px){.pos-features-section .pos-features-title{font-size:1.8rem}.pos-features-section .pos-features-subtitle{font-size:1rem}.pos-features-section .pos-feature-card{padding:24px 16px;min-height:90px}.pos-features-section .pos-feature-title{font-size:.95rem}}.pos-carousel-section{padding:100px 0;background:#ffffff05;color:var(--light)}.pos-carousel-section .pos-carousel-container{max-width:1200px;margin:0 auto;padding:0 20px}.pos-carousel-section .pos-carousel-header{text-align:center;margin-bottom:60px}.pos-carousel-section .pos-carousel-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light)}.pos-carousel-section .pos-carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;margin-bottom:40px}.pos-carousel-section .pos-carousel{width:100%;max-width:1000px;overflow:hidden;border-radius:20px}.pos-carousel-section .pos-carousel-track{display:flex;transition:transform .5s ease-in-out}.pos-carousel-section .pos-carousel-slide{display:flex;flex:0 0 100%;gap:30px;justify-content:center;padding:10px}.pos-carousel-section .pos-carousel-card{flex:1;max-width:300px;background:#ffffff0d;border-radius:16px;padding:40px 30px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:200px}.pos-carousel-section .pos-carousel-card:hover{transform:translateY(-8px);border-color:var(--primary);background:#ffffff14;box-shadow:0 20px 40px #0000004d}.pos-carousel-section .carousel-card-icon{width:80px;height:80px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;background:#36c6f41a;border-radius:50%;padding:20px;transition:all .3s ease}.pos-carousel-section .pos-carousel-card:hover .carousel-card-icon{background:#36c6f433;transform:scale(1.1)}.pos-carousel-section .carousel-card-icon img{width:40px;height:40px;object-fit:contain}.pos-carousel-section .carousel-card-title{font-size:1.3rem;font-weight:700;color:var(--light);line-height:1.3;margin:0;text-align:center}.pos-carousel-section .carousel-btn{width:50px;height:50px;border-radius:50%;border:1px solid var(--primary);background:#36c6f41a;color:var(--light);font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pos-carousel-section .carousel-btn:hover{background:var(--primary);color:var(--dark);transform:scale(1.1)}.pos-carousel-section .carousel-dots{display:flex;justify-content:center;gap:12px;margin-top:30px}.pos-carousel-section .carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#fff3;cursor:pointer;transition:all .3s ease;padding:0}.pos-carousel-section .carousel-dot:hover{background:#fff6;transform:scale(1.2)}.pos-carousel-section .carousel-dot.active{background:var(--primary);transform:scale(1.2)}@media(max-width:1024px){.pos-carousel-section .pos-carousel-slide{gap:20px}.pos-carousel-section .pos-carousel-card{padding:30px 20px;min-height:180px}.pos-carousel-section .carousel-card-icon{width:70px;height:70px;padding:18px}.pos-carousel-section .carousel-card-icon img{width:35px;height:35px}.pos-carousel-section .carousel-card-title{font-size:1.2rem}}@media(max-width:768px){.pos-carousel-section{padding:60px 0}.pos-carousel-section .pos-carousel-title{font-size:2rem}.pos-carousel-section .pos-carousel-slide{flex-direction:column;align-items:center;gap:20px}.pos-carousel-section .pos-carousel-card{max-width:400px;width:100%;min-height:160px}.pos-carousel-section .pos-carousel-wrapper{gap:10px}.pos-carousel-section .carousel-btn{width:40px;height:40px;font-size:1rem}}@media(max-width:480px){.pos-carousel-section .pos-carousel-title{font-size:1.8rem}.pos-carousel-section .pos-carousel-card{padding:24px 20px;min-height:140px}.pos-carousel-section .carousel-card-icon{width:60px;height:60px;padding:15px;margin-bottom:20px}.pos-carousel-section .carousel-card-icon img{width:30px;height:30px}.pos-carousel-section .carousel-card-title{font-size:1.1rem}.pos-carousel-section .carousel-dot{width:10px;height:10px}}.business-types-section{position:relative;color:var(--light);padding:50px 0}.business-bg-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.business-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.business-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2}.business-container{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:0 20px}.business-header{text-align:center;margin-bottom:80px;padding-top:40px}.business-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light);margin-bottom:20px}.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1000px;margin:0 auto;padding-bottom:60px}.business-column{display:flex;flex-direction:column;gap:30px}.business-item{display:flex;align-items:center;gap:24px;padding:28px 32px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;min-height:110px}.business-item:hover{transform:translateY(-5px);border-color:var(--primary);background:#ffffff26;box-shadow:0 10px 30px #0000004d}.business-icon{width:70px;height:70px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#36c6f433;border-radius:50%;padding:18px;transition:all .3s ease}.business-item:hover .business-icon{background:#36c6f44d;transform:scale(1.1)}.business-icon img{width:40px;height:40px;object-fit:contain}.business-name{font-size:1.4rem;font-weight:600;color:var(--light);margin:0;line-height:1.3}@media(max-width:992px){.business-grid{gap:40px;max-width:800px}.business-item{padding:24px 28px;min-height:100px}.business-icon{width:60px;height:60px;padding:16px}.business-icon img{width:35px;height:35px}.business-name{font-size:1.2rem}}@media(max-width:768px){.business-types-section{padding:80px 0}.business-header{margin-bottom:60px;padding-top:20px}.business-title{font-size:2rem}.business-grid{grid-template-columns:1fr;gap:30px;max-width:500px;padding-bottom:40px}.business-column{gap:20px}.business-item{padding:22px 24px;min-height:90px}.business-icon{width:55px;height:55px;padding:14px}.business-icon img{width:30px;height:30px}.business-name{font-size:1.1rem}}@media(max-width:480px){.business-types-section{padding:60px 0}.business-title{font-size:1.8rem}.business-item{padding:20px 22px;gap:20px;min-height:80px}.business-icon{width:50px;height:50px;padding:12px}.business-icon img{width:28px;height:28px}.business-name{font-size:1rem}}.why-trust-section{padding:100px 0;background:var(--dark);color:var(--light)}.why-trust-section .why-trust-container{max-width:1200px;margin:0 auto;padding:0 20px}.why-trust-section .why-trust-header{text-align:center;margin-bottom:60px}.why-trust-section .why-trust-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light)}.why-trust-section .why-trust-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-trust-section .trust-features{display:flex;flex-direction:column;gap:30px}.why-trust-section .trust-feature{display:flex;align-items:center;gap:24px;padding:25px 30px;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.why-trust-section .trust-feature:hover{transform:translate(10px);border-color:var(--primary);background:#ffffff14;box-shadow:0 10px 30px #0003}.why-trust-section .trust-icon{width:70px;height:70px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#36c6f41a;border-radius:50%;padding:18px;transition:all .3s ease}.why-trust-section .trust-feature:hover .trust-icon{background:#36c6f433;transform:scale(1.1)}.why-trust-section .trust-icon img{width:40px;height:40px;object-fit:contain}.why-trust-section .trust-text{flex:1}.why-trust-section .trust-title{font-size:1.4rem;font-weight:600;color:var(--light);margin:0;line-height:1.3}.why-trust-section .trust-image-container{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0006;transition:all .5s ease}.why-trust-section .trust-image-container:hover{transform:translateY(-10px);box-shadow:0 30px 80px #36c6f433}.why-trust-section .trust-image{width:100%;height:auto;display:block;transition:transform .5s ease}.why-trust-section .trust-image-container:hover .trust-image{transform:scale(1.05)}@media(max-width:1024px){.why-trust-section .why-trust-content{gap:50px}.why-trust-section .trust-feature{padding:22px 25px;gap:20px}.why-trust-section .trust-icon{width:60px;height:60px;padding:16px}.why-trust-section .trust-icon img{width:35px;height:35px}.why-trust-section .trust-title{font-size:1.2rem}}@media(max-width:768px){.why-trust-section{padding:60px 0}.why-trust-section .why-trust-title{font-size:2rem}.why-trust-section .why-trust-content{grid-template-columns:1fr;gap:40px}.why-trust-section .trust-features{gap:20px}.why-trust-section .trust-feature{padding:20px 24px;min-height:80px}.why-trust-section .trust-icon{width:55px;height:55px;padding:14px}.why-trust-section .trust-icon img{width:30px;height:30px}.why-trust-section .trust-title{font-size:1.1rem}}@media(max-width:480px){.why-trust-section .why-trust-title{font-size:1.8rem}.why-trust-section .trust-feature{padding:18px 20px;gap:16px;min-height:70px}.why-trust-section .trust-icon{width:50px;height:50px;padding:12px}.why-trust-section .trust-icon img{width:28px;height:28px}.why-trust-section .trust-title{font-size:1rem}}.pos-pricing-section{padding:100px 0;background:#ffffff05;color:var(--light)}.pos-pricing-section .pos-pricing-container{max-width:1200px;margin:0 auto;padding:0 20px}.pos-pricing-section .pricing-header{text-align:center;margin-bottom:60px}.pos-pricing-section .pricing-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light);margin-bottom:30px}.pos-pricing-section .pricing-toggle{display:inline-flex;background:#ffffff1a;border-radius:999px;padding:6px;border:1px solid rgba(255,255,255,.2)}.pos-pricing-section .toggle-btn{padding:12px 32px;border-radius:999px;border:none;background:transparent;color:var(--light);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.pos-pricing-section .toggle-btn.active{background:var(--primary);color:var(--dark);font-weight:600}.pos-pricing-section .toggle-btn:hover:not(.active){background:#ffffff1a}.pos-pricing-section .pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:0 auto}.pos-pricing-section .pricing-card{background:#ffffff0d;border-radius:20px;padding:40px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;display:flex;flex-direction:column}.pos-pricing-section .pricing-card:hover{transform:translateY(-10px);border-color:var(--primary);background:#ffffff14;box-shadow:0 20px 40px #0000004d}.pos-pricing-section .pricing-card.popular{border-color:var(--primary);background:#36c6f40d;transform:scale(1.05)}.pos-pricing-section .pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.pos-pricing-section .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--dark);padding:8px 24px;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #36c6f44d}.pos-pricing-section .plan-header{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.pos-pricing-section .plan-name{font-size:1.8rem;font-weight:700;color:var(--light);margin-bottom:15px}.pos-pricing-section .plan-price{display:flex;flex-direction:column;align-items:center;gap:5px}.pos-pricing-section .price-amount{font-size:2.8rem;font-weight:700;color:var(--primary);line-height:1}.pos-pricing-section .price-period{font-size:1rem;color:#aaa;font-weight:500}.pos-pricing-section .plan-features{margin-bottom:40px;flex-grow:1}.pos-pricing-section .feature-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}.pos-pricing-section .feature-icon{color:var(--primary);font-weight:700;font-size:1.2rem;flex-shrink:0}.pos-pricing-section .feature-text{font-size:1rem;color:#e0e0e0;line-height:1.4}.pos-pricing-section .plan-button{width:100%;padding:16px;background:transparent;color:var(--primary);border:2px solid var(--primary);border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.pos-pricing-section .plan-button:hover{background:var(--primary);color:var(--dark);transform:translateY(-2px)}.pos-pricing-section .plan-button.popular-btn{background:var(--primary);color:var(--dark)}.pos-pricing-section .plan-button.popular-btn:hover{background:#2aa8d1;border-color:#2aa8d1}@media(max-width:1024px){.pos-pricing-section .pricing-cards{grid-template-columns:repeat(3,1fr);gap:20px}.pos-pricing-section .pricing-card{padding:30px}.pos-pricing-section .plan-name{font-size:1.6rem}.pos-pricing-section .price-amount{font-size:2.4rem}}@media(max-width:768px){.pos-pricing-section{padding:60px 0}.pos-pricing-section .pricing-title{font-size:2rem}.pos-pricing-section .pricing-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto;gap:30px}.pos-pricing-section .pricing-card.popular{transform:none}.pos-pricing-section .pricing-card.popular:hover{transform:translateY(-10px)}.pos-pricing-section .pricing-card{padding:35px 30px}.pos-pricing-section .plan-name{font-size:1.8rem}.pos-pricing-section .price-amount{font-size:2.8rem}}@media(max-width:480px){.pos-pricing-section .pricing-title{font-size:1.8rem}.pos-pricing-section .toggle-btn{padding:10px 24px;font-size:.95rem}.pos-pricing-section .pricing-card{padding:30px 25px}.pos-pricing-section .plan-name{font-size:1.6rem}.pos-pricing-section .price-amount{font-size:2.2rem}.pos-pricing-section .feature-text{font-size:.95rem}.pos-pricing-section .plan-button{padding:14px;font-size:1rem}}:root{--primary: #49d5ff;--primary-soft: rgba(73, 213, 255, .16);--dark: #050506;--dark-elevated: #0d0f12;--dark-card: #12151b;--light: #f4f7ff;--text-muted: #a9b3c6;--border-soft: rgba(255, 255, 255, .12);--shadow-glow: 0 0 45px rgba(73, 213, 255, .2);--font-main: "Space Grotesk", "Manrope", "Segoe UI", sans-serif}html,body{overflow-x:hidden}body{margin:0;min-height:100vh;background:radial-gradient(1200px 520px at 80% -10%,rgba(73,213,255,.17),transparent 72%),radial-gradient(900px 420px at -10% 25%,rgba(90,113,255,.12),transparent 68%),linear-gradient(160deg,#040405,#07090d 52%,#050507);color:var(--light)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.6),transparent 85%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.6),transparent 85%);z-index:-1}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%),rgba(73,213,255,.1),transparent 70%)}.scroll-top-btn{position:fixed;right:34px;bottom:34px;z-index:121;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:linear-gradient(180deg,#ffffff1a,#ffffff05),linear-gradient(160deg,#12151de6,#0a0c11f0);color:#eef8ff;box-shadow:0 18px 32px #00000057;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:translateY(14px) scale(.94);transition:opacity .24s ease,transform .24s ease,border-color .24s ease,box-shadow .24s ease}.scroll-top-btn svg{width:20px;height:20px;display:block}.scroll-top-btn.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.scroll-top-btn:hover{border-color:#49d5ff6b;box-shadow:0 22px 38px #00000061,0 0 24px #49d5ff29}.scroll-top-btn.is-contact-page{bottom:108px}.template-inline-icon{width:100%;height:100%;display:block}a{color:inherit}.app-shell{animation:route-fade .65s ease}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px 12px;border-radius:999px;border:1px solid rgba(73,213,255,.45);background:#49d5ff1f;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:#d9f7ff}.hero-stats{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.hero-stats span{padding:8px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.16);font-size:.8rem;color:#d9e0f1}p,.caption,.products-header p,.whatwedo-header p,.whychoose-header p,.work-desc,.testimonial-text,.testimonial-location,.cta-container p,.contact-left p,.detail-value,.template-description,.template-detail-section .overview-text,.template-detail-section .feature-text,.template-detail-section .included-text,.template-detail-section .plan-description,.template-detail-section .plan-feature,.description-content p,.team-card p,.who-left .intro-text,.who-left .conclusion,.vm-card p,.wwb-text p,.footer .footer-description,.footer .footer-link,.footer .contact-item,.footer .bottom-link,.footer .copyright{color:var(--text-muted)!important}section{position:relative}.hero,.page-hero{isolation:isolate}.hero-overlay,.page-hero-overlay,.works-overlay,.business-overlay{background:linear-gradient(160deg,#020306cc,#07090eb8)!important}.hero:before,.page-hero:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 80% 20%,rgba(73,213,255,.18),transparent 42%);animation:pulse-glow 7s ease-in-out infinite}.hero-content,.page-hero-container{z-index:2!important}.hero-overlay{display:flex;align-items:center;justify-content:center;padding:108px clamp(24px,7vw,112px) 58px}.hero-shell{position:relative;z-index:2;width:min(1320px,100%);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(34px,5vw,78px);align-items:center}.hero-copy.hero-content{position:relative!important;top:auto!important;left:auto!important;transform:none!important;margin:0!important;width:100%;max-width:700px}.hero-visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";position:absolute;inset:6% 12% 8%;border-radius:36px;background:radial-gradient(circle at 28% 28%,rgba(73,213,255,.18),transparent 32%),radial-gradient(circle at 74% 70%,rgba(122,139,255,.16),transparent 34%),linear-gradient(180deg,#ffffff0f,#ffffff03),linear-gradient(160deg,#0f1219a3,#07080c47);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff14,0 28px 80px #00000057;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hero-visual-grid,.hero-visual-ring,.hero-orb,.hero-visual-card{position:absolute}.hero-visual-grid{inset:14% 16% 12%;border-radius:30px;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:28px 28px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.9),transparent 92%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.9),transparent 92%);opacity:.55}.hero-visual-ring{width:280px;height:280px;border-radius:50%;right:16%;top:16%;border:1px solid rgba(110,214,255,.24);box-shadow:0 0 0 26px #49d5ff08,0 0 0 58px #7a8bff08;animation:heroRingFloat 8s ease-in-out infinite}.hero-orb{border-radius:50%;filter:blur(0)}.hero-orb-one{width:160px;height:160px;top:13%;right:12%;background:radial-gradient(circle,#49d5ff66,#49d5ff05 70%);animation:heroOrbDrift 8.5s ease-in-out infinite}.hero-orb-two{width:120px;height:120px;bottom:16%;left:18%;background:radial-gradient(circle,#7883ff52,#7883ff05 72%);animation:heroOrbDrift 10s ease-in-out infinite reverse}.hero-orb-three{width:82px;height:82px;top:43%;left:14%;background:radial-gradient(circle,#71ffdd38,#71ffdd05 74%);animation:heroOrbPulse 6.5s ease-in-out infinite}.hero-visual-card{border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff1a,#ffffff05),linear-gradient(160deg,#14171fc7,#0a0c11e0);box-shadow:inset 0 1px #ffffff14,0 26px 48px #00000057;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-visual-card-main{width:min(390px,78%);min-height:226px;left:16%;top:24%;padding:24px 24px 22px;display:flex;flex-direction:column;justify-content:space-between;animation:heroCardFloat 7.5s ease-in-out infinite}.hero-card-kicker,.hero-metric-label{font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;color:#9fb2cf}.hero-visual-card strong{display:block;margin-top:10px;color:#f3f9ff;font-size:clamp(1.22rem,2vw,1.6rem);line-height:1.15}.hero-card-bars{display:grid;gap:10px;margin-top:18px}.hero-card-bars span{position:relative;height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.hero-card-bars span:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#49d5ffe0,#7a8bffb3);animation:heroBarPulse 4.8s ease-in-out infinite}.hero-card-bars span:nth-child(1):before{width:88%}.hero-card-bars span:nth-child(2):before{width:72%;animation-delay:.5s}.hero-card-bars span:nth-child(3):before{width:94%;animation-delay:1s}.hero-visual-card-side{min-width:190px;padding:18px 18px 16px;animation:heroCardFloat 8.2s ease-in-out infinite}.hero-visual-card-side-top{right:11%;top:18%;animation-delay:.4s}.hero-visual-card-side-bottom{right:18%;bottom:18%;animation-delay:1.1s}.page-hero{min-height:62vh!important}.page-hero-container{padding-top:88px;padding-bottom:48px}.page-hero-brand{display:inline-flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.page-hero-brand-image{width:min(310px,66vw);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.3))}.page-hero-brand-label{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;border:1px solid rgba(73,213,255,.24);background:#49d5ff14;color:#d9f7ff;font-size:.74rem;text-transform:uppercase;letter-spacing:.12em}.navbar.scrolled,.navbar.has-background,.navbar.menu-open{background:#040406c7!important;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 28px #00000059}.nav-topbar{border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#090b10eb,#06080ce0);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-topbar-container{width:100%;max-width:none;padding:0 clamp(24px,8vw,112px)}.nav-topbar-right{min-height:42px;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding:8px 0}.nav-topbar-item{display:inline-flex;align-items:center;gap:8px;color:#d3deef;font-size:.82rem;text-decoration:none;transition:color .24s ease}.nav-topbar-item:hover,.nav-topbar-social:hover{color:#effbff}.nav-topbar-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#91eaff}.nav-topbar-icon svg,.nav-topbar-social svg{width:100%;height:100%;display:block}.nav-topbar-separator{color:#ffffff3d;font-size:.8rem}.nav-topbar-socials{display:inline-flex;align-items:center;gap:6px;margin-left:6px}.nav-topbar-social{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#141822bd;color:#dbe8fb;text-decoration:none;transition:transform .24s ease,border-color .24s ease,background .24s ease}.nav-topbar-social svg{width:14px;height:14px}.nav-topbar-social:hover{transform:translateY(-1px);border-color:#49d5ff52;background:#49d5ff24}.nav-logo img{filter:drop-shadow(0 0 20px rgba(73,213,255,.2))}@media(min-width:901px){.nav-container{width:100%;max-width:none;padding-left:clamp(24px,8vw,112px);padding-right:clamp(24px,8vw,112px)}}.nav-logo{flex:0 0 auto}.nav-logo span{letter-spacing:.28em}.nav-cta{flex:0 0 auto}.dropdown-trigger{gap:8px}.dropdown-arrow{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.dropdown-arrow svg{width:100%;height:100%;display:block}.hamburger.open .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-link,.dropdown-trigger{color:#d8dff2}.nav-link:hover,.dropdown-trigger:hover,.nav-link.active,.dropdown-trigger.active{color:var(--primary);opacity:1}.dropdown-menu{background:#0a0d12f2!important;border:1px solid var(--border-soft);box-shadow:0 18px 45px #0006}.dropdown-item{color:var(--light)!important}.dropdown-item:hover{background:var(--primary-soft)!important}.nav-btn,.btn-primary,.cta-primary,.contact-btn,.template-btn,.pos-pricing-section .plan-button,.template-detail-section .template-actions .btn-secondary{border:1px solid rgba(73,213,255,.7)!important;background:linear-gradient(145deg,#49d5ff38,#49d5ff14);color:var(--light)!important;box-shadow:inset 0 0 0 1px #ffffff0d,0 8px 22px #00000059;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.nav-btn:hover,.btn-primary:hover,.cta-primary:hover,.contact-btn:hover,.template-btn:hover,.pos-pricing-section .plan-button:hover,.template-detail-section .template-actions .btn-secondary:hover{transform:translateY(-2px);color:var(--light)!important;background:linear-gradient(145deg,#49d5ff57,#49d5ff29);box-shadow:var(--shadow-glow),0 14px 30px #0006}.btn-secondary{color:var(--primary);border-color:#49d5ff99;background:#49d5ff14}.btn-secondary:hover{background:#49d5ff33;color:var(--light)}.product-card,.whatwedo-card,.whychoose-card,.work-card,.testimonial-card,.who-card,.vm-card,.wwb-item,.team-card,.portfolio-card,.template-card,.template-detail-section .pricing-card,.template-detail-section .included-item,.template-detail-section .template-image-container,.contact-form,.business-item,.why-trust-section .trust-feature,.pos-carousel-section .pos-carousel-card,.pos-pricing-section .pricing-card,.pos-feature-card,.main-image-container,.thumbnail-btn,.project-detail-section .detail-row{background:linear-gradient(160deg,#13171fed,#0c0e13f0)!important;border:1px solid var(--border-soft)!important;box-shadow:0 18px 35px #00000047;border-radius:18px}.project-detail-section .detail-row,.template-detail-section .included-item,.template-detail-section .pricing-card,.contact-form,.pos-feature-card,.pos-carousel-section .pos-carousel-card,.why-trust-section .trust-feature,.business-item{position:relative;overflow:hidden}.project-detail-section .detail-row:before,.template-detail-section .included-item:before,.template-detail-section .pricing-card:before,.contact-form:before,.pos-feature-card:before,.pos-carousel-section .pos-carousel-card:before,.why-trust-section .trust-feature:before,.business-item:before{content:"";position:absolute;inset:-140% -45%;pointer-events:none;background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.08) 50%,transparent 65%);transform:rotate(8deg);transition:transform .8s ease}.project-detail-section .detail-row:hover:before,.template-detail-section .included-item:hover:before,.template-detail-section .pricing-card:hover:before,.contact-form:hover:before,.pos-feature-card:hover:before,.pos-carousel-section .pos-carousel-card:hover:before,.why-trust-section .trust-feature:hover:before,.business-item:hover:before{transform:translate(38%) rotate(8deg)}.whatwedo-card:hover,.whychoose-card:hover,.work-card:hover,.testimonial-card:hover,.template-card:hover,.team-card:hover,.vm-card:hover,.business-item:hover,.why-trust-section .trust-feature:hover,.pos-carousel-section .pos-carousel-card:hover,.pos-pricing-section .pricing-card:hover,.pos-feature-card:hover{transform:translateY(-8px);border-color:#49d5ff73!important;box-shadow:0 24px 44px #0000005c,0 0 26px #49d5ff1f}.work-title,.whatwedo-card h3,.whychoose-card h3,.testimonial-name,.template-title,.business-name,.pos-carousel-section .carousel-card-title,.pos-pricing-section .plan-name,.template-detail-section .plan-name,.team-card h3,.vm-card h3,.wwb-text h3,.section-title,.description-title,.project-snapshot h2{color:#e9f0ff!important}.works-section,.what-we-believe,.business-types-section{background-attachment:fixed}.work-card,.testimonial-card,.product-card,.portfolio-card,.template-card,.team-card{overflow:hidden}.work-image img,.template-image img,.portfolio-card img,.team-card img,.main-image,.template-detail-section .template-image,.whychoose-right img,.pos-image img,.why-trust-section .trust-image{transition:transform .55s ease,filter .55s ease}.work-card:hover img,.template-card:hover .template-image img,.portfolio-card:hover img,.team-card:hover img,.main-image-container:hover .main-image,.template-detail-section .template-image-container:hover .template-image,.whychoose-right:hover img,.pos-image:hover img,.why-trust-section .trust-image-container:hover .trust-image{transform:scale(1.04);filter:saturate(1.05)}.products-slider{gap:20px}.products-slider .product-card,.portfolio-card,.template-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.portfolio-card img,.team-card img{border-radius:14px}.template-price,.portfolio-category,.template-category{border:1px solid rgba(73,213,255,.4);box-shadow:0 10px 18px #00000038}.project-detail-section,.template-detail-section,.contact-section,.templates-section,.portfolio-section,.pos-features-section,.pos-carousel-section,.pos-pricing-section,.why-trust-section{background:transparent!important}.template-detail-section .pricing-card.popular,.pos-pricing-section .pricing-card.popular{border-color:#49d5ffa6!important;box-shadow:0 0 34px #49d5ff2e,0 18px 36px #00000052}.template-detail-section .popular-badge,.pos-pricing-section .popular-badge{border:1px solid rgba(255,255,255,.24)}.template-detail-section .back-button,.project-detail-section .back-button{border-bottom:1px solid transparent}.template-detail-section .back-button:hover,.project-detail-section .back-button:hover{border-bottom-color:#49d5ff80}.template-detail-section .pricing-cards,.pos-pricing-section .pricing-cards{gap:20px}.template-detail-section .pricing-card,.pos-pricing-section .pricing-card{transform-origin:center}.template-detail-section .pricing-card:hover,.pos-pricing-section .pricing-card:hover{transform:translateY(-8px) scale(1.01)}.contact-form input,.contact-form textarea,.cta-form input,.form-row input,textarea{background:#0a0c12e6;border:1px solid rgba(255,255,255,.18)!important;color:var(--light)}.contact-form input::placeholder,.contact-form textarea::placeholder,.cta-form input::placeholder,.form-row input::placeholder,textarea::placeholder{color:#a9b3c6bf}.cta-form{border-color:#49d5ff80;background:#0e1117d9}.cta-form button{background:#49d5ff26}.cta-form button:hover{color:var(--light)!important}.form-status{margin-top:14px;font-size:.92rem;line-height:1.5}.form-status.success{color:#8ff7c0}.form-status.error{color:#ff9ca8}.cta-section .form-status{text-align:center}.footer{background:linear-gradient(180deg,#06070a99,#040406 38%);border-top:1px solid rgba(73,213,255,.2)}.footer .social-icon{border:1px solid rgba(255,255,255,.18);background:#141822f2}.footer .social-icon:hover{background:#49d5ff33;box-shadow:var(--shadow-glow)}.footer .social-icon svg{width:18px;height:18px;color:#e8f3ff}.footer .footer-container{width:100%;max-width:none;padding-left:clamp(24px,8vw,112px);padding-right:clamp(24px,8vw,112px)}.footer .footer-main{grid-template-columns:minmax(0,1.35fr) minmax(180px,.8fr) minmax(240px,1fr);gap:clamp(32px,4vw,72px);padding:88px 0 64px}.footer .footer-column{min-width:0}.footer .left-column{max-width:560px}.footer .footer-description{max-width:34rem}.footer .center-column{justify-self:center}.footer .right-column{justify-self:end;width:min(100%,320px)}.footer .footer-bottom{margin-top:8px}.footer .footer-bottom-container{width:100%;gap:24px}@media(max-width:992px){.footer .footer-container{padding-left:24px;padding-right:24px}.footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.footer .center-column,.footer .right-column{justify-self:stretch;width:100%}}@media(max-width:768px){.footer .footer-main{grid-template-columns:1fr;padding:64px 0 40px;gap:32px}.footer .left-column,.footer .center-column,.footer .right-column{max-width:none;justify-self:stretch;width:100%}}.reveal{opacity:0;transform:translate3d(0,36px,0) scale(.985);transition-property:transform,opacity,filter;transition-duration:.72s;transition-timing-function:cubic-bezier(.2,.8,.2,1);transition-delay:var(--reveal-delay, 0ms);filter:blur(3px)}.reveal.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}@keyframes pulse-glow{0%,to{opacity:.65}50%{opacity:1}}@keyframes route-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.nav-topbar-container{padding-left:16px;padding-right:16px}.nav-topbar-right{justify-content:flex-end;gap:10px}.nav-topbar-item{font-size:.78rem}.nav-container{padding:14px 16px}.nav-logo img{height:54px}.nav-links,.nav-cta{background:#06070bf7!important}.hero-content{margin-top:78px!important}.works-section,.what-we-believe,.business-types-section{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;filter:none;transition:none}.hero:before,.page-hero:before{animation:none}}.about-page .who-we-are,.about-page .vision-mission,.about-page .what-we-believe,.about-page .our-team{position:relative}.about-page .who-we-are:before,.about-page .our-team:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(600px circle at 15% 30%,rgba(73,213,255,.08),transparent 70%)}.about-page .who-container,.about-page .vm-container,.about-page .team-container{max-width:1220px}.about-page .who-container{gap:60px;align-items:stretch}.about-page .who-left{padding:28px;border-radius:20px;border:1px solid var(--border-soft);background:linear-gradient(160deg,#13171fdb,#0c0e13eb);box-shadow:0 20px 40px #0000004d}.about-page .who-right img{height:100%;border-radius:20px;border:1px solid var(--border-soft);object-fit:cover;box-shadow:0 24px 46px #00000057}.about-page .who-cards{gap:14px}.about-page .who-card{color:#dff8ff;background:#49d5ff1a;border:1px solid rgba(73,213,255,.35);border-radius:14px;box-shadow:none;transition:transform .35s ease,box-shadow .35s ease,background-color .35s ease}.about-page .who-card:hover{transform:translateY(-4px);background:#49d5ff2e;box-shadow:0 14px 24px #0000003d,0 0 18px #49d5ff26}.about-page .vm-container{gap:28px}.about-page .vm-card{border-radius:20px;position:relative;overflow:hidden}.about-page .vm-card:after{content:"";position:absolute;inset:auto -20% -60%;height:70%;background:radial-gradient(circle,rgba(73,213,255,.18),transparent 70%);transform:translateY(20px);transition:transform .5s ease}.about-page .vm-card:hover:after{transform:translateY(0)}.about-page .vm-card .vm-icon{width:78px;height:78px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#49d5ff1f;border:1px solid rgba(73,213,255,.35)}.about-page .about-icon-svg{width:44px;height:44px;display:block;color:inherit}.about-page .vm-card .vm-icon{color:#9eefff}.about-page .vm-card:nth-child(2) .vm-icon{background:#7f7cff1f;border-color:#7f7cff59;color:#c8c4ff}.about-page .what-we-believe{background-image:linear-gradient(165deg,#04060ae0,#080b10e6),url(/assets/works-bg-BSLZg-o9.webp);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.about-page .what-we-believe:before{background:#0003}.about-page .wwb-items{gap:18px}.about-page .wwb-item{border:1px solid var(--border-soft);background:linear-gradient(160deg,#10141cd1,#0c0e12eb);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:18px}.about-page .wwb-item:nth-child(odd){transform:translate(-8px)}.about-page .wwb-item:nth-child(2n){transform:translate(8px)}.about-page .wwb-item:hover{transform:translateY(-6px)}.about-page .wwb-icon{width:72px;height:72px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0a0e15eb,#12171fe0);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff14,0 12px 24px #00000038}.about-page .wwb-icon .about-icon-svg{width:38px;height:38px}.about-page .wwb-item:nth-child(1) .wwb-icon{color:#9eefff}.about-page .wwb-item:nth-child(2) .wwb-icon{color:#c8c4ff}.about-page .wwb-item:nth-child(3) .wwb-icon{color:#9df7d8}.about-page .wwb-item:nth-child(4) .wwb-icon{color:#ffc59d}.about-page .wwb-item:nth-child(5) .wwb-icon{color:#ffe68e}.about-page .our-team{padding-top:110px}.about-page .team-members{gap:24px}.about-page .team-card{width:min(100%,320px);padding:14px;border-radius:20px;border:1px solid var(--border-soft);background:linear-gradient(160deg,#13171fe6,#0c0e13f0)}.about-page .team-card img{height:300px;border-radius:14px;margin-bottom:14px}.about-page .team-card-media{position:relative}.about-page .team-card-media img{margin-bottom:0}.about-page .team-card p{text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.about-page .team-socials{position:absolute;top:0;right:0;display:flex;flex-direction:column;gap:10px;padding:10px 8px;border-radius:0 14px 0 18px;background:linear-gradient(160deg,#13171feb,#0c0e13f5);border-left:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);box-shadow:0 14px 26px #00000038}.about-page .team-social-link{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#e7f8ff;text-decoration:none!important;border:1px solid rgba(255,255,255,.1);background:linear-gradient(160deg,#ffffff14,#ffffff08);box-shadow:inset 0 1px #ffffff14,0 10px 18px #0000002e;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,color .24s ease}.about-page .team-social-link:hover{transform:translate(-2px);color:#f4fcff;border-color:#49d5ff66;box-shadow:0 14px 24px #0000003d,0 0 16px #49d5ff1f}.about-page .team-social-link svg{width:18px;height:18px;display:block}.about-page .who-left,.about-page .who-right img,.about-page .vm-card,.about-page .wwb-item,.about-page .team-card{animation:about-fade-up .8s ease both}.about-page .vm-card:nth-child(2){animation-delay:.12s}.about-page .wwb-item:nth-child(2){animation-delay:80ms}.about-page .wwb-item:nth-child(3){animation-delay:.14s}.about-page .wwb-item:nth-child(4){animation-delay:.2s}.about-page .wwb-item:nth-child(5){animation-delay:.26s}.about-page .team-card:nth-child(2){animation-delay:.12s}.about-page .team-card:nth-child(3){animation-delay:.22s}@keyframes about-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.about-page .who-left{padding:20px}.about-page .wwb-item:nth-child(odd),.about-page .wwb-item:nth-child(2n){transform:none}}@media(prefers-reduced-motion:reduce){.about-page .who-left,.about-page .who-right img,.about-page .vm-card,.about-page .wwb-item,.about-page .team-card{animation:none}}.portfolio-page .portfolio-section{padding-top:90px}.portfolio-page .portfolio-container{max-width:1220px}.portfolio-page .portfolio-intro{max-width:760px;margin:0 auto 28px;text-align:center}.portfolio-page .portfolio-intro h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:14px}.portfolio-page .portfolio-intro p{color:var(--text-muted)}.portfolio-page .portfolio-filters{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.portfolio-page .portfolio-filter{border:1px solid rgba(255,255,255,.2);background:#101218d9;color:#d6e0f4;padding:9px 14px;border-radius:999px;font-size:.85rem;cursor:pointer;transition:all .28s ease}.portfolio-page .portfolio-filter:hover{border-color:#49d5ff73;color:#eaf7ff}.portfolio-page .portfolio-filter.active{background:#49d5ff33;color:#e7f8ff;border-color:#49d5ff80;box-shadow:0 8px 20px #0000003d,0 0 18px #49d5ff29}.portfolio-page .portfolio-meta{display:flex;justify-content:center;gap:14px;margin-bottom:34px;color:#9bb0cf;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.portfolio-page .portfolio-meta span{border:1px solid rgba(255,255,255,.16);background:#101218bf;border-radius:999px;padding:6px 10px}.portfolio-page .portfolio-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.portfolio-page .portfolio-card-link{height:100%}.portfolio-page .portfolio-card{width:100%;margin-bottom:0;border-radius:18px;overflow:hidden;border:1px solid var(--border-soft);background:linear-gradient(160deg,#11151eeb,#0c0e13f2);box-shadow:0 16px 34px #00000052;position:relative}.portfolio-page .portfolio-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.09) 50%,transparent 70%);transform:translate(-120%);transition:transform .8s ease}.portfolio-page .portfolio-card:hover:before{transform:translate(120%)}.portfolio-page .portfolio-card img{height:230px;margin-bottom:0}.portfolio-page .portfolio-card-content{padding:18px 16px 16px}.portfolio-page .portfolio-category{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;max-width:max-content;gap:6px;margin-bottom:12px;padding:6px 11px;border-radius:999px;font-size:.72rem;letter-spacing:.07em;font-weight:600;text-transform:uppercase;border:1px solid rgba(73,213,255,.5);background:linear-gradient(140deg,#49d5ff38,#49d5ff14);color:#dff8ff;box-shadow:inset 0 1px #ffffff1a,0 8px 16px #0000003d;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.portfolio-page .portfolio-category:before{content:"";width:6px;height:6px;border-radius:999px;background:#7be3ff;box-shadow:0 0 10px #7be3ffb3}.portfolio-page .portfolio-card:hover .portfolio-category{transform:translateY(-1px);border-color:#78e8ffd9;box-shadow:0 0 18px #49d5ff33,0 10px 20px #00000052}.portfolio-page .portfolio-card h3{margin-bottom:8px}.portfolio-page .portfolio-card p{min-height:44px}.portfolio-page .portfolio-view{display:inline-flex;margin-top:8px;color:#d6f5ff;font-size:.83rem;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid rgba(73,213,255,.35)}@media(max-width:1024px){.portfolio-page .portfolio-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.portfolio-page .portfolio-section{padding-top:70px}.portfolio-page .portfolio-cards{grid-template-columns:1fr;gap:16px}.portfolio-page .portfolio-meta{flex-wrap:wrap}}.project-detail-page .project-detail-section{padding-top:80px}.project-detail-page .project-detail-container{max-width:1220px}.project-detail-page .project-quick-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.project-detail-page .project-quick-meta span{padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#0f1218d1;color:#c6d3eb;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.project-detail-page .project-content{gap:28px}.project-detail-page .project-images{gap:14px}.project-detail-page .main-image-container{border-radius:20px;overflow:hidden;border:1px solid var(--border-soft)}.project-detail-page .main-image{aspect-ratio:16 / 10;object-fit:cover}.project-detail-page .thumbnail-images{gap:10px}.project-detail-page .thumbnail-btn{border-radius:12px;border:1px solid rgba(255,255,255,.12);padding:0}.project-detail-page .thumbnail-btn.active{border-color:#49d5ffa6;box-shadow:0 0 0 1px #49d5ff80,0 0 18px #49d5ff24}.project-detail-page .thumbnail-btn img{height:90px}.project-detail-page .project-info{gap:18px}.project-detail-page .project-snapshot{padding:22px;border-radius:20px;border:1px solid var(--border-soft);background:linear-gradient(160deg,#12161ee6,#0c0e13f0)}.project-detail-page .project-snapshot h2{margin-bottom:12px}.project-detail-page .snapshot-details{gap:14px}.project-detail-page .detail-row{border-radius:14px;padding:16px 14px;margin:0;border:1px solid rgba(255,255,255,.1);background:#10141bcc}.project-detail-page .detail-label{width:95px}.project-detail-page .project-service-tags{display:flex;flex-wrap:wrap;gap:8px}.project-detail-page .project-service-tags span{padding:6px 10px;border-radius:999px;background:#49d5ff1f;border:1px solid rgba(73,213,255,.34);color:#dbf8ff;font-size:.78rem}.project-detail-page .project-actions{margin-top:4px}.project-detail-page .project-actions .btn-primary,.project-detail-page .project-actions .btn-secondary{text-decoration:none}.project-detail-page .description-section{margin-top:44px;padding:26px;border:1px solid var(--border-soft);border-radius:20px;background:linear-gradient(160deg,#11151ee0,#0c0e13f0)}.project-detail-page .description-header{margin-bottom:16px}.project-detail-page .description-title{margin-bottom:8px}.project-detail-page .description-underline{width:140px}.project-detail-page .description-content p+p{margin-top:12px}@media(max-width:992px){.project-detail-page .project-content{grid-template-columns:1fr}.project-detail-page .detail-row{flex-direction:column;gap:6px}.project-detail-page .detail-label{width:100%}}@media(max-width:768px){.project-detail-page .project-detail-section{padding-top:56px}.project-detail-page .project-snapshot,.project-detail-page .description-section{padding:18px}.project-detail-page .thumbnail-btn img{height:72px}}.pos-system-page .pos-features-section,.pos-system-page .pos-carousel-section,.pos-system-page .business-types-section,.pos-system-page .why-trust-section,.pos-system-page .pos-pricing-section{position:relative}.pos-system-page .pos-features-header,.pos-system-page .pos-carousel-header,.pos-system-page .business-header,.pos-system-page .why-trust-header,.pos-system-page .pricing-header{text-align:center}.pos-system-page .pos-features-grid{gap:14px}.pos-system-page .pos-feature-card{border-radius:14px;padding:20px 16px;position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}.pos-system-page .pos-feature-card:after{content:"";position:absolute;inset:auto -35% -65%;height:65%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%)}.pos-system-page .pos-feature-card--1{background:linear-gradient(155deg,#234d7059,#0c0e12f2)}.pos-system-page .pos-feature-card--2{background:linear-gradient(155deg,#50307a57,#0c0e12f2)}.pos-system-page .pos-feature-card--3{background:linear-gradient(155deg,#21675f52,#0c0e12f2)}.pos-system-page .pos-feature-card--4{background:linear-gradient(155deg,#6f423057,#0c0e12f2)}.pos-system-page .pos-carousel-card{border-radius:18px}.pos-system-page .pos-carousel-card--1{background:linear-gradient(160deg,#275a846b,#0e1015f2)}.pos-system-page .pos-carousel-card--2{background:linear-gradient(160deg,#502d846b,#0e1015f2)}.pos-system-page .pos-carousel-card--3{background:linear-gradient(160deg,#1f7a6c61,#0e1015f2)}.pos-system-page .business-item{border-radius:18px}.pos-system-page .business-item--1,.pos-system-page .business-item--4{background:linear-gradient(155deg,#225a8057,#0d0f14f2)}.pos-system-page .business-item--2,.pos-system-page .business-item--5{background:linear-gradient(155deg,#4e317a59,#0d0f14f2)}.pos-system-page .business-item--3,.pos-system-page .business-item--6{background:linear-gradient(155deg,#276d5959,#0d0f14f2)}.pos-system-page .trust-feature{border-radius:16px}.pos-system-page .trust-feature--1{background:linear-gradient(155deg,#225a804d,#0d0f14f0)}.pos-system-page .trust-feature--2{background:linear-gradient(155deg,#4e317a52,#0d0f14f0)}.pos-system-page .trust-feature--3{background:linear-gradient(155deg,#276d5952,#0d0f14f0)}.pos-system-page .trust-icon,.pos-system-page .carousel-card-icon,.pos-system-page .business-icon{background:#0a0c1280;border:1px solid rgba(255,255,255,.18)}.pos-system-page .pricing-card:nth-child(1){background:linear-gradient(160deg,#234d7045,#0c0e13f2)}.pos-system-page .pricing-card:nth-child(2){background:linear-gradient(160deg,#49d5ff33,#0c0e13f2)}.pos-system-page .pricing-card:nth-child(3){background:linear-gradient(160deg,#50307a42,#0c0e13f2)}.pos-system-page .plan-features .feature-item{margin-bottom:12px}.pos-system-page .plan-features .feature-icon{color:#d9f7ff}@media(max-width:768px){.pos-system-page .pos-feature-card,.pos-system-page .business-item,.pos-system-page .trust-feature{border-radius:14px}}.pos-system-page .pos-features-grid .pos-feature-card{border-radius:10px!important;border:1px solid rgba(255,255,255,.14)!important;background:#0a0c11eb!important;box-shadow:inset 0 1px #ffffff0f,0 10px 20px #00000038!important;padding:16px 14px!important;transform:none!important}.pos-system-page .pos-features-grid .pos-feature-card:before{content:"";display:block;width:24px;height:3px;border-radius:999px;background:var(--primary);margin-bottom:10px}.pos-system-page .pos-feature-card--1:before{background:#49d5ff}.pos-system-page .pos-feature-card--2:before{background:#7f7cff}.pos-system-page .pos-feature-card--3:before{background:#4de3b8}.pos-system-page .pos-feature-card--4:before{background:#ff9a6a}.pos-system-page .pos-features-grid .pos-feature-card:hover{transform:translateY(-3px)!important;border-color:#ffffff47!important;box-shadow:0 14px 24px #0000004d!important}.pos-system-page .pos-carousel-section .pos-carousel-card{border-radius:22px!important;border:1px solid rgba(255,255,255,.22)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 22px 44px #00000057!important;overflow:hidden}.pos-system-page .pos-carousel-section .pos-carousel-card:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent 40%)!important}.pos-system-page .pos-carousel-section .pos-carousel-card .carousel-card-icon{width:96px;height:96px;border-radius:24px;background:#080a0e85;border:1px solid rgba(255,255,255,.18)}.pos-system-page .pos-carousel-section .pos-carousel-card--1{background:linear-gradient(160deg,#327cb473,#0e1016f2)!important}.pos-system-page .pos-carousel-section .pos-carousel-card--2{background:linear-gradient(160deg,#5d3eb473,#0e1016f2)!important}.pos-system-page .pos-carousel-section .pos-carousel-card--3{background:linear-gradient(160deg,#2b94816b,#0e1016f2)!important}.pos-system-page .business-grid .business-item{border-radius:14px!important;padding:20px 22px!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 14px 28px #00000042!important;transform:none!important;position:relative}.pos-system-page .business-grid .business-item:before{content:""!important;position:absolute!important;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#49d5ff,#7f7cff)}.pos-system-page .business-grid .business-item--1,.pos-system-page .business-grid .business-item--3,.pos-system-page .business-grid .business-item--5{background:linear-gradient(150deg,#18202ff2,#0e1016f2)!important}.pos-system-page .business-grid .business-item--2,.pos-system-page .business-grid .business-item--4,.pos-system-page .business-grid .business-item--6{background:linear-gradient(150deg,#23192ff2,#0e1016f2)!important}.pos-system-page .business-grid .business-item:hover{transform:translate(6px)!important}.pos-system-page .why-trust-section .trust-feature{border-radius:10px!important;border:1px solid rgba(255,255,255,.1)!important;background:#0a0c11b3!important;box-shadow:none!important;padding:18px 20px!important;position:relative}.pos-system-page .why-trust-section .trust-feature:before{content:""!important;position:absolute!important;left:0;top:8px;bottom:8px;width:3px;border-radius:999px;background:var(--primary)}.pos-system-page .why-trust-section .trust-feature--1:before{background:#49d5ff}.pos-system-page .why-trust-section .trust-feature--2:before{background:#7f7cff}.pos-system-page .why-trust-section .trust-feature--3:before{background:#4de3b8}.pos-system-page .why-trust-section .trust-feature:hover{transform:translate(8px)!important;border-color:#ffffff38!important;background:#0e121aeb!important}.pos-system-page .pricing-header{max-width:860px;margin:0 auto 30px}.pos-system-page .pricing-brand-panel{display:flex;align-items:center;justify-content:center;gap:20px;margin:0 auto 20px;padding:18px 22px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff17,#ffffff05),linear-gradient(155deg,#11222ce0,#0a0c11f0);box-shadow:inset 0 1px #ffffff14,0 24px 48px #0000004d;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.pos-system-page .pricing-header .section-eyebrow{margin-top:10px;margin-bottom:16px}.pos-system-page .pricing-title{margin-bottom:14px}.pos-system-page .pricing-brand-logo{width:min(240px,34vw);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.28));flex-shrink:0}.pos-system-page .pricing-brand-copy{max-width:420px;text-align:left}.pos-system-page .pricing-brand-kicker{display:inline-flex;align-items:center;margin-bottom:10px;padding:6px 12px;border-radius:999px;border:1px solid rgba(73,213,255,.28);background:#49d5ff1a;color:#dff8ff;font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.pos-system-page .pricing-brand-text,.pos-system-page .pricing-subtitle{color:#aebbd1!important}.pos-system-page .pricing-brand-text{margin:0;line-height:1.65}.pos-system-page .pricing-subtitle{max-width:620px;margin:12px auto 0}.pos-system-page .pos-pricing-section .pricing-card{border-radius:24px!important;padding:34px 28px!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 18px 36px #00000057!important;transform:none!important}.pos-system-page .pos-pricing-section .pricing-card:nth-child(1){background:linear-gradient(165deg,#192334f0,#0c0e13f2)!important}.pos-system-page .pos-pricing-section .pricing-card:nth-child(2){background:linear-gradient(165deg,#163543f2,#0c0e13f2)!important;border-color:#49d5ff80!important;box-shadow:inset 0 1px #ffffff1a,0 18px 36px #00000057,0 0 0 1px #49d5ff14!important}.pos-system-page .pos-pricing-section .pricing-card:nth-child(3){background:linear-gradient(165deg,#271c3bf0,#0c0e13f2)!important}.pos-system-page .pos-pricing-section .pricing-card:hover{transform:translateY(-10px)!important}.pos-system-page .pos-pricing-section .popular-badge{background:linear-gradient(120deg,#49d5ff,#7f7cff)!important;color:#050608!important}.pos-system-page .pos-pricing-section .plan-name{letter-spacing:.02em}.pos-system-page .pos-pricing-section .plan-header{align-items:flex-start;gap:14px}.pos-system-page .pos-pricing-section .plan-price{margin-top:8px}.pos-system-page .pos-pricing-section .price-amount{display:block;font-size:clamp(2rem,3vw,2.5rem);line-height:1}.pos-system-page .pos-pricing-section .price-period{display:inline-flex;margin-top:10px;padding:6px 10px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#d6e0f1;font-size:.78rem;letter-spacing:.04em}.pos-system-page .pos-pricing-section .feature-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#49d5ff1f;color:#8be7ff;font-size:.85rem;flex-shrink:0}.pos-system-page .pos-icon-svg{width:34px;height:34px;display:block;color:inherit}.pos-system-page .carousel-card-icon,.pos-system-page .business-icon,.pos-system-page .trust-icon{color:#e8fbff}.pos-system-page .carousel-card-icon .pos-icon-svg,.pos-system-page .business-icon .pos-icon-svg,.pos-system-page .trust-icon .pos-icon-svg{width:40px;height:40px}.pos-system-page .carousel-card-icon{box-shadow:inset 0 1px #ffffff24,0 14px 26px #00000038}.pos-system-page .business-icon,.pos-system-page .trust-icon{display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff14}.pos-system-page .pos-carousel-card--1 .carousel-card-icon,.pos-system-page .business-item--1 .business-icon,.pos-system-page .business-item--4 .business-icon,.pos-system-page .trust-feature--1 .trust-icon{background:linear-gradient(145deg,#49d5ff47,#49d5ff14);color:#9eefff}.pos-system-page .pos-carousel-card--2 .carousel-card-icon,.pos-system-page .business-item--2 .business-icon,.pos-system-page .business-item--5 .business-icon,.pos-system-page .trust-feature--2 .trust-icon{background:linear-gradient(145deg,#7f7cff42,#7f7cff14);color:#c7c4ff}.pos-system-page .pos-carousel-card--3 .carousel-card-icon,.pos-system-page .business-item--3 .business-icon,.pos-system-page .business-item--6 .business-icon,.pos-system-page .trust-feature--3 .trust-icon{background:linear-gradient(145deg,#4de3b83d,#4de3b814);color:#b9ffe6}.pos-system-page .pos-check-icon{width:14px;height:14px;display:block}.contact-page .contact-section{padding-top:90px}.contact-page .contact-container{max-width:1220px;gap:26px;align-items:stretch}.contact-page .contact-left,.contact-page .contact-right{border-radius:20px;border:1px solid var(--border-soft);background:linear-gradient(160deg,#12161ee6,#0c0e13f2);box-shadow:0 20px 40px #0000004d}.contact-page .contact-left{padding:26px}.contact-page .contact-right{padding:14px;position:relative}.contact-page .contact-left h2{margin-bottom:10px}.contact-page .contact-info-cards{margin-top:18px;display:grid;gap:10px}.contact-page .contact-info-card{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.14);background:#0a0c11db;border-radius:14px;padding:12px;transition:transform .26s ease,border-color .26s ease}.contact-page .contact-info-card:hover{transform:translate(6px);border-color:#49d5ff73}.contact-page .contact-item-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:#49d5ff26}.contact-page .contact-item-icon img{width:22px;height:22px}.contact-page .contact-item-content{display:flex;flex-direction:column;gap:2px}.contact-page .contact-item-content span{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#9db0cd}.contact-page .contact-item-content strong{font-size:.95rem;color:#e8f3ff}.contact-page .contact-response-chip{margin-top:14px;display:inline-flex;border-radius:999px;border:1px solid rgba(73,213,255,.4);background:#49d5ff1f;color:#d9f7ff;padding:8px 12px;font-size:.8rem}.contact-page .contact-form{border-radius:16px;border:1px solid rgba(255,255,255,.16)!important;background:#0b0d12eb!important;box-shadow:inset 0 1px #ffffff0f}.contact-page .contact-whatsapp-badge{position:fixed;right:34px;bottom:34px;z-index:120;display:inline-flex;align-items:center;gap:10px;padding:10px 14px 10px 10px;border-radius:999px;border:1px solid rgba(86,255,154,.28);background:linear-gradient(145deg,#08140cf5,#0e2716fa);box-shadow:0 18px 28px #0000004d,0 0 24px #25d36624;color:#effff5;text-decoration:none!important}.contact-page .contact-whatsapp-icon{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#25d36647,#25d3661f);color:#7dffaf;flex-shrink:0}.contact-page .contact-whatsapp-icon svg{width:22px;height:22px;display:block}.contact-page .contact-whatsapp-copy{display:flex;flex-direction:column;gap:1px;line-height:1.1}.contact-page .contact-whatsapp-copy strong{font-size:.84rem;font-weight:700;color:#f4fff8}.contact-page .contact-whatsapp-copy span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#e2ffeeb8}.contact-page .contact-whatsapp-badge:hover{border-color:#56ff9a7a;box-shadow:0 20px 34px #00000057,0 0 30px #25d36638}.contact-page .contact-form .form-row{margin-bottom:14px}.contact-page .contact-form input,.contact-page .contact-form textarea{border-radius:10px}.contact-page .form-check{align-items:flex-start}.contact-page .contact-btn{min-width:180px}@media(max-width:900px){.contact-page .contact-section{padding-top:70px}.contact-page .contact-left,.contact-page .contact-right{padding:18px}.contact-page .contact-whatsapp-badge{right:26px;bottom:26px;padding:9px 12px 9px 9px}}@media(max-width:560px){.contact-page .contact-whatsapp-badge{right:18px;bottom:18px;gap:8px;padding:8px 10px 8px 8px}.contact-page .contact-whatsapp-icon{width:38px;height:38px}.contact-page .contact-whatsapp-copy strong{font-size:.78rem}.contact-page .contact-whatsapp-copy span{font-size:.66rem}}.nav-btn,.btn-primary,.btn-secondary,.cta-primary,.contact-btn,.template-btn,.pos-pricing-section .plan-button,.project-actions .btn-primary,.project-actions .btn-secondary,.template-detail-section .template-actions .btn-secondary,.back-button,.portfolio-view{text-decoration:none!important}.nav-btn,.btn-primary,.cta-primary,.contact-btn,.template-btn,.pos-pricing-section .plan-button,.project-actions .btn-primary,.template-detail-section .template-actions .btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px!important;border:1px solid rgba(73,213,255,.72)!important;background:linear-gradient(140deg,#49d5ff4d,#49d5ff1a)!important;color:#eff7ff!important;letter-spacing:.01em;box-shadow:inset 0 1px #ffffff26,0 10px 22px #00000052;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease}.nav-btn:hover,.btn-primary:hover,.cta-primary:hover,.contact-btn:hover,.template-btn:hover,.pos-pricing-section .plan-button:hover,.project-actions .btn-primary:hover,.template-detail-section .template-actions .btn-secondary:hover{transform:translateY(-2px);border-color:#68e1fff2!important;background:linear-gradient(140deg,#49d5ff70,#49d5ff2e)!important;box-shadow:0 0 24px #49d5ff38,0 16px 28px #0006}.btn-secondary,.project-actions .btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px!important;text-decoration:none!important;border:1px solid rgba(255,255,255,.3)!important;background:#10141be6!important;color:#e6f0ff!important;box-shadow:inset 0 1px #ffffff14,0 8px 16px #00000047;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.btn-secondary:hover,.project-actions .btn-secondary:hover{transform:translateY(-2px);border-color:#49d5ffa6!important;color:#f1f8ff!important;box-shadow:0 0 18px #49d5ff24,0 14px 24px #0000005c}.back-button{border-bottom:none!important;color:#d7e7ff!important}.back-button:hover{color:#fff!important;opacity:1!important;border-bottom:none!important}.portfolio-view{border-bottom:none!important;opacity:.9}.portfolio-card:hover .portfolio-view{opacity:1}button,a.btn-primary,a.btn-secondary,a.nav-btn,a.template-btn,a.cta-primary,a.contact-btn{-webkit-tap-highlight-color:transparent}button:focus-visible,.nav-btn:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.cta-primary:focus-visible,.contact-btn:focus-visible,.template-btn:focus-visible,.pos-pricing-section .plan-button:focus-visible,.project-actions .btn-primary:focus-visible,.project-actions .btn-secondary:focus-visible,.template-detail-section .template-actions .btn-secondary:focus-visible,.back-button:focus-visible{outline:2px solid rgba(120,230,255,.95);outline-offset:2px}.about-page .team-others-wrap{margin-top:34px;padding-top:24px;border-top:1px dashed rgba(255,255,255,.2)}.about-page .team-others-title{text-align:center;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:#cfe5ff;margin-bottom:16px}.about-page .team-others-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.about-page .team-other-card{display:inline-flex;align-items:center;justify-content:center;width:124px;height:124px;padding:3px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#0d1016d9;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.about-page .team-other-card:hover{transform:translateY(-2px);border-color:#49d5ff80;box-shadow:0 8px 18px #00000047,0 0 16px #49d5ff1f}.about-page .team-other-photo{width:100%;height:100%;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.12)}@media(max-width:900px){.about-page .team-other-card{width:106px;height:106px}}@media(max-width:560px){.about-page .team-other-card{width:84px;height:84px}}.products-section .product-card{border-radius:12px!important;background:linear-gradient(165deg,#0e1118f2,#090b10f2)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 14px 24px #00000042!important;position:relative;overflow:hidden}.products-section .product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#49d5ff,#8c7bff)}.products-section .product-card h3{letter-spacing:.02em}.products-section .product-card:hover{transform:translateY(-5px)!important}.whatwedo-section .whatwedo-card{border-radius:20px!important;padding:30px!important;background:linear-gradient(160deg,#141720eb,#0c0e13f2)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 20px 36px #0000004d!important}.whatwedo-section .whatwedo-card img{width:56px;height:56px;padding:10px;border-radius:14px;background:#49d5ff26;border:1px solid rgba(73,213,255,.38)}.whatwedo-section .whatwedo-card:nth-child(3n+1){background:linear-gradient(160deg,#24597f42,#0c0e13f2)!important}.whatwedo-section .whatwedo-card:nth-child(3n+2){background:linear-gradient(160deg,#4c307c42,#0c0e13f2)!important}.whatwedo-section .whatwedo-card:nth-child(3n+3){background:linear-gradient(160deg,#2678663d,#0c0e13f2)!important}.whychoose-section .whychoose-left{gap:14px}.whychoose-section .whychoose-card{border-radius:14px!important;border:1px solid rgba(255,255,255,.16)!important;background:#0c0f15e6!important;box-shadow:none!important;position:relative;padding-left:24px!important}.whychoose-section .whychoose-card:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,#49d5ff,#6ef0c3)}.whychoose-section .whychoose-card:hover{transform:translate(6px)!important;border-color:#49d5ff73!important}.works-section .work-card{border-radius:20px!important;border:1px solid rgba(255,255,255,.2)!important;background:linear-gradient(165deg,#10131bf2,#0a0c11f2)!important;box-shadow:0 22px 40px #00000059!important;overflow:hidden}.works-section .work-image{margin:-24px -24px 18px;border-radius:0}.works-section .work-image img{height:220px}.works-section .work-card .btn-primary{width:100%}.testimonials-section .testimonial-card{border-radius:18px!important;border:1px solid rgba(255,255,255,.16)!important;background:linear-gradient(165deg,#0f1219f0,#0b0d12f5)!important;box-shadow:0 16px 30px #0000004d!important;text-align:left;position:relative}.testimonials-section .testimonial-card:before{content:"“";position:absolute;top:8px;right:14px;font-size:3rem;line-height:1;color:#49d5ff3d;font-weight:700}.testimonials-section .testimonial-avatar{margin:0 0 14px!important}.testimonials-section .testimonial-location{margin-bottom:12px}@media(max-width:768px){.works-section .work-image{margin:-24px -24px 14px}}.products-section .product-card,.whatwedo-section .whatwedo-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{will-change:transform,opacity,box-shadow,filter}.products-section .product-card{animation:home-float-soft 5.8s ease-in-out infinite}.products-section .product-card:nth-child(2){animation-delay:.35s}.products-section .product-card:nth-child(3){animation-delay:.7s}.whatwedo-section .whatwedo-card{animation:home-rise-in .75s ease both}.whatwedo-section .whatwedo-card:hover{transform:translateY(-8px) rotateX(2deg) rotateY(-2deg)!important}.whychoose-section .whychoose-card:before{animation:home-rail-pulse 2.6s ease-in-out infinite}.whychoose-section .whychoose-card:nth-child(2):before{animation-delay:.3s}.whychoose-section .whychoose-card:nth-child(3):before{animation-delay:.6s}.whychoose-section .whychoose-card:nth-child(4):before{animation-delay:.9s}.works-section .work-card{animation:home-rise-in .8s ease both}.works-section .work-card:nth-child(1){animation-delay:.05s}.works-section .work-card:nth-child(2){animation-delay:.15s}.works-section .work-card:nth-child(3){animation-delay:.25s}.works-section .work-card:hover .work-image img{transform:scale(1.08) rotate(.4deg);filter:saturate(1.08)}.testimonials-section .testimonial-card{animation:home-bob 6s ease-in-out infinite}.testimonials-section .testimonial-card:nth-child(2){animation-delay:.45s}.testimonials-section .testimonial-card:nth-child(3){animation-delay:.9s}.testimonials-section .testimonial-card:before{animation:home-quote-glow 3.2s ease-in-out infinite}@keyframes home-rise-in{0%{opacity:0;transform:translateY(18px) scale(.985);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes home-float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes home-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes home-rail-pulse{0%,to{opacity:.85;filter:drop-shadow(0 0 0 rgba(73,213,255,0))}50%{opacity:1;filter:drop-shadow(0 0 8px rgba(73,213,255,.38))}}@keyframes home-quote-glow{0%,to{opacity:.18}50%{opacity:.34}}@media(prefers-reduced-motion:reduce){.products-section .product-card,.whatwedo-section .whatwedo-card,.whychoose-section .whychoose-card:before,.works-section .work-card,.testimonials-section .testimonial-card,.testimonials-section .testimonial-card:before{animation:none!important}.whatwedo-section .whatwedo-card:hover,.works-section .work-card:hover .work-image img{transform:none!important}}.home-card-animate{animation:home-card-pop .7s cubic-bezier(.2,.85,.2,1) both}.home-card-animate:hover{transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;filter:brightness(1.05)}.products-section .home-card-animate:nth-child(1),.whatwedo-grid .home-card-animate:nth-child(1),.whychoose-left .home-card-animate:nth-child(1),.works-grid .home-card-animate:nth-child(1),.testimonials-grid .home-card-animate:nth-child(1){animation-delay:.05s}.products-section .home-card-animate:nth-child(2),.whatwedo-grid .home-card-animate:nth-child(2),.whychoose-left .home-card-animate:nth-child(2),.works-grid .home-card-animate:nth-child(2),.testimonials-grid .home-card-animate:nth-child(2){animation-delay:.14s}.products-section .home-card-animate:nth-child(3),.whatwedo-grid .home-card-animate:nth-child(3),.whychoose-left .home-card-animate:nth-child(3),.works-grid .home-card-animate:nth-child(3),.testimonials-grid .home-card-animate:nth-child(3){animation-delay:.23s}@keyframes home-card-pop{0%{opacity:0;transform:translateY(22px) scale(.97);filter:blur(3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.home-card-animate{animation:none!important}}.whatwedo-section .whatwedo-card{position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;animation:whatwedo-enter .75s cubic-bezier(.2,.85,.2,1) both}.whatwedo-section .whatwedo-card:nth-child(1){animation-delay:.04s}.whatwedo-section .whatwedo-card:nth-child(2){animation-delay:.1s}.whatwedo-section .whatwedo-card:nth-child(3){animation-delay:.16s}.whatwedo-section .whatwedo-card:nth-child(4){animation-delay:.22s}.whatwedo-section .whatwedo-card:nth-child(5){animation-delay:.28s}.whatwedo-section .whatwedo-card:nth-child(6){animation-delay:.34s}.whatwedo-section .whatwedo-card:before{content:"";position:absolute;inset:-120% -40%;background:linear-gradient(115deg,transparent 36%,rgba(255,255,255,.14) 50%,transparent 64%);transform:translate(-130%) rotate(8deg);transition:transform .8s ease;pointer-events:none}.whatwedo-section .whatwedo-card:hover:before{transform:translate(115%) rotate(8deg)}.whatwedo-section .whatwedo-card img{transition:transform .35s ease,box-shadow .35s ease,background-color .35s ease}.whatwedo-section .whatwedo-card:hover img{transform:translateY(-2px) scale(1.08) rotate(-3deg);box-shadow:0 0 22px #49d5ff47;background:#49d5ff3d}.whatwedo-section .whatwedo-card:hover{transform:translateY(-10px) rotateX(2deg) rotateY(-2deg)!important;border-color:#78e6ff99!important;box-shadow:0 26px 44px #00000061,0 0 24px #49d5ff26!important}@keyframes whatwedo-enter{0%{opacity:0;transform:translateY(22px) scale(.97);filter:blur(3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.whatwedo-section .whatwedo-card{animation:none!important}.whatwedo-section .whatwedo-card:before{transition:none;transform:none}.whatwedo-section .whatwedo-card:hover,.whatwedo-section .whatwedo-card:hover img{transform:none!important}}.whatwedo-section .whatwedo-card{animation:none!important}.whatwedo-section .whatwedo-card:before{display:none!important}@media(hover:hover)and (pointer:fine){.whatwedo-section .cursor-tilt-card{transform:perspective(900px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)) translateY(0)!important;transition:transform .12s linear,box-shadow .25s ease,border-color .25s ease;transform-style:preserve-3d;will-change:transform}.whatwedo-section .cursor-tilt-card:hover{box-shadow:0 24px 42px #0000005c,0 0 18px #49d5ff24!important;border-color:#78e6ff94!important}}@media(hover:none),(pointer:coarse){.whatwedo-section .cursor-tilt-card{transform:none!important}}.products-section .product-card,.whatwedo-section .whatwedo-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s cubic-bezier(.2,.8,.2,1),border-color .28s ease,background-color .28s ease,filter .28s ease}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transform:translateY(-8px);box-shadow:0 24px 40px #0000005c,0 0 18px #49d5ff1f}.whatwedo-section .whatwedo-card{transition:transform .14s linear,box-shadow .3s cubic-bezier(.2,.8,.2,1),border-color .3s ease,background-color .3s ease}.whatwedo-section .whatwedo-card img,.works-section .work-image img,.products-section .product-card img,.testimonials-section .testimonial-avatar{transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .3s ease}.whatwedo-section .whatwedo-card:hover img,.works-section .work-card:hover .work-image img{transform:scale(1.06)}.products-section .product-card,.whatwedo-section .whatwedo-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{backface-visibility:hidden;transform-style:preserve-3d;will-change:transform,box-shadow,filter;transition:transform .52s cubic-bezier(.22,1,.36,1),box-shadow .52s cubic-bezier(.22,1,.36,1),border-color .42s ease,filter .42s ease,background-color .42s ease}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transform:translateY(-7px) translateZ(0)!important}.whatwedo-section .cursor-tilt-card{transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .36s ease,background-color .36s ease}.whatwedo-section .cursor-tilt-card:hover{transform:perspective(900px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)) translateY(-8px) translateZ(0)!important}.whatwedo-section .whatwedo-card img,.works-section .work-image img,.products-section .product-card img,.testimonials-section .testimonial-avatar{transition:transform .52s cubic-bezier(.22,1,.36,1),filter .42s ease}.products-section .product-card,.whatwedo-section .whatwedo-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{animation:none!important}.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{transition:transform .56s cubic-bezier(.22,1,.36,1),box-shadow .56s cubic-bezier(.22,1,.36,1),border-color .42s ease,filter .42s ease}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transform:translateY(-8px) scale(1.01)!important}.whatwedo-section .cursor-tilt-card{transition:box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .42s ease,background-color .42s ease,filter .42s ease;transform:perspective(900px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)) translateY(0)!important}.whatwedo-section .cursor-tilt-card:hover{transform:perspective(900px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)) translateY(-6px)!important}.whatwedo-section .whatwedo-card img,.works-section .work-image img,.products-section .product-card img,.testimonials-section .testimonial-avatar{transition:transform .56s cubic-bezier(.22,1,.36,1),filter .42s ease}@media(prefers-reduced-motion:reduce){.products-section .product-card,.whatwedo-section .whatwedo-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card,.whatwedo-section .whatwedo-card img,.works-section .work-image img,.products-section .product-card img,.testimonials-section .testimonial-avatar{transition:none}}.whatwedo-section .whatwedo-card,.whatwedo-section .cursor-tilt-card{animation:none!important;transform:none!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.whatwedo-section .whatwedo-card:before,.whatwedo-section .cursor-tilt-card:before{display:none!important}.whatwedo-section .whatwedo-card:hover{transform:translateY(-6px)!important}.whatwedo-section .whatwedo-card img{transition:transform .28s ease}.whatwedo-section .whatwedo-card:hover img{transform:scale(1.04)!important}.whatwedo-section .service-icon-svg{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#49d5ff26;border:1px solid rgba(73,213,255,.38);color:#dff8ff;margin-bottom:20px}.whatwedo-section .service-icon-svg svg{width:28px;height:28px}.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{transform:translateY(0) scale(1);backface-visibility:hidden;will-change:transform,box-shadow,border-color,filter;transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .3s ease,filter .3s ease}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transform:translateY(-7px) scale(1.01)!important;box-shadow:0 22px 40px #0000005c,0 0 18px #49d5ff24!important}.products-section .product-card h3,.whychoose-section .whychoose-card h3,.works-section .work-title,.testimonials-section .testimonial-name{transition:color .28s ease}.products-section .product-card:hover h3,.whychoose-section .whychoose-card:hover h3,.works-section .work-card:hover .work-title,.testimonials-section .testimonial-card:hover .testimonial-name{color:#f3fbff!important}.works-section .work-image img,.products-section .product-card img,.testimonials-section .testimonial-avatar{transform:scale(1);transition:transform .52s cubic-bezier(.22,1,.36,1),filter .3s ease}.works-section .work-card:hover .work-image img,.products-section .product-card:hover img,.testimonials-section .testimonial-card:hover .testimonial-avatar{transform:scale(1.055)!important;filter:saturate(1.06)}.products-section .product-card:nth-child(1),.whychoose-section .whychoose-card:nth-child(1),.works-section .work-card:nth-child(1),.testimonials-section .testimonial-card:nth-child(1){transition-delay:0ms}.products-section .product-card:nth-child(2),.whychoose-section .whychoose-card:nth-child(2),.works-section .work-card:nth-child(2),.testimonials-section .testimonial-card:nth-child(2){transition-delay:24ms}.products-section .product-card:nth-child(3),.whychoose-section .whychoose-card:nth-child(3),.works-section .work-card:nth-child(3),.testimonials-section .testimonial-card:nth-child(3){transition-delay:48ms}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transition-delay:0ms}@media(prefers-reduced-motion:reduce){.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card,.works-section .work-image img,.products-section .product-card img,.testimonials-section .testimonial-avatar{transition:none}}.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{animation:none!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;transition-delay:0ms!important}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transform:translateY(-6px)!important;transition-delay:0ms!important}.products-section .product-card img,.works-section .work-image img,.testimonials-section .testimonial-avatar{transition:transform .28s ease;transition-delay:0ms!important}.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card,.products-section .product-card img,.works-section .work-image img,.testimonials-section .testimonial-avatar{animation:none!important;transition:none}body .products-section .product-card,body .whychoose-section .whychoose-card,body .works-section .work-card,body .testimonials-section .testimonial-card{transform:translateY(0) scale(1);transition:transform .34s cubic-bezier(.25,.85,.25,1),box-shadow .34s cubic-bezier(.25,.85,.25,1),border-color .26s ease,filter .26s ease}body .products-section .product-card:hover,body .whychoose-section .whychoose-card:hover,body .works-section .work-card:hover,body .testimonials-section .testimonial-card:hover{transform:translateY(-5px) scale(1.005)!important}body .products-section .product-card img,body .works-section .work-image img,body .testimonials-section .testimonial-avatar{transform:scale(1);transition:transform .34s cubic-bezier(.25,.85,.25,1)}body .products-section .product-card:hover img,body .works-section .work-card:hover .work-image img,body .testimonials-section .testimonial-card:hover .testimonial-avatar{transform:scale(1.03)!important}@media(prefers-reduced-motion:reduce){body .products-section .product-card,body .whychoose-section .whychoose-card,body .works-section .work-card,body .testimonials-section .testimonial-card,body .products-section .product-card img,body .works-section .work-image img,body .testimonials-section .testimonial-avatar{transition:none}}.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card{animation:none!important;transform:none!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.products-section .product-card:hover,.whychoose-section .whychoose-card:hover,.works-section .work-card:hover,.testimonials-section .testimonial-card:hover{transform:translateY(-6px)!important}.products-section .product-card img,.works-section .work-image img,.testimonials-section .testimonial-avatar{transition:transform .28s ease}.products-section .product-card:hover img,.works-section .work-card:hover .work-image img,.testimonials-section .testimonial-card:hover .testimonial-avatar{transform:scale(1.04)!important}@media(prefers-reduced-motion:reduce){.products-section .product-card,.whychoose-section .whychoose-card,.works-section .work-card,.testimonials-section .testimonial-card,.products-section .product-card img,.works-section .work-image img,.testimonials-section .testimonial-avatar{transition:none}}.whychoose-section .whychoose-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.whychoose-section .whychoose-card:hover{transform:translate(10px)!important}.whychoose-section .whychoose-card:nth-child(2n):hover{transform:translate(-10px)!important}@media(max-width:768px){.whychoose-section .whychoose-card:hover,.whychoose-section .whychoose-card:nth-child(2n):hover{transform:translate(6px)!important}}.works-section .work-card,.works-section .work-image img,.works-section .work-card .btn-primary{transition:none;animation:none!important}.works-section .work-card:hover{transform:none!important}.works-section .work-card:hover .work-image img{transform:none!important;filter:none!important}.works-section,.works-section .work-card,.works-section .work-card *,.works-section .work-image,.works-section .work-image img,.works-section .work-card.reveal,.works-section .work-card.home-card-animate{animation:none!important;transition:none}.works-section .work-card,.works-section .work-card:hover,.works-section .work-card:focus,.works-section .work-card:active,.works-section .work-card:hover .work-image img,.works-section .work-card:hover img,.works-section .work-image img:hover{transform:none!important;filter:none!important}html,body{overflow-x:clip}img,svg,video,canvas{max-width:100%}.page-hero-container,.products-container,.whatwedo-container,.whychoose-container,.works-container,.testimonials-container,.contact-container,.portfolio-container,.templates-container,.project-detail-container,.template-detail-section .template-detail-container,.pos-features-container,.pos-carousel-container,.business-container,.why-trust-container,.pos-pricing-container,.who-container,.vm-container,.wwb-container,.team-container{width:min(100%,1400px)}.portfolio-card-link,.template-card,.work-card,.testimonial-card,.project-actions .btn-primary,.project-actions .btn-secondary,.template-detail-section .template-actions .btn-secondary,.nav-btn,.btn-primary,.btn-secondary,.cta-primary,.contact-btn,.template-btn{max-width:100%}.portfolio-card,.template-card,.work-card,.testimonial-card,.contact-info-card,.team-card,.vm-card,.wwb-item,.project-snapshot,.template-detail-section .pricing-card,.template-detail-section .included-item,.pos-system-page .pricing-card,.pos-system-page .trust-feature,.pos-system-page .business-item,.pos-system-page .pos-carousel-card,.pos-system-page .pos-feature-card{min-width:0}.project-quick-meta,.project-service-tags,.portfolio-filters,.template-tags,.hero-stats,.footer .bottom-links,.footer .social-icons{flex-wrap:wrap}.project-quick-meta span,.project-service-tags span,.template-tag,.portfolio-filter,.portfolio-category{max-width:100%}@media(max-width:1200px){.products-container,.whatwedo-container,.whychoose-container,.works-container,.testimonials-container,.portfolio-container,.contact-container,.templates-container,.project-detail-container,.template-detail-section .template-detail-container,.pos-features-container,.pos-carousel-container,.business-container,.why-trust-container,.pos-pricing-container,.who-container,.vm-container,.wwb-container,.team-container{padding-left:24px!important;padding-right:24px!important}.hero-content{max-width:min(700px,calc(100vw - 48px))}.page-hero-container{padding-left:24px!important;padding-right:24px!important}.template-detail-section .template-content,.project-detail-page .project-content,.contact-page .contact-container,.whychoose-content,.about-page .who-container,.about-page .team-members,.footer .footer-main{gap:clamp(24px,3vw,40px)}}@media(max-width:992px){.nav-links{gap:20px}.hero-content{margin-left:24px!important;margin-right:24px;width:auto}.hero-stats{gap:10px}.products-slider{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-page .portfolio-cards,.templates-grid,.testimonials-grid,.works-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.project-detail-page .project-content,.template-detail-section .template-content,.contact-page .contact-container,.about-page .who-container,.about-page .vm-container,.about-page .team-members,.pos-system-page .why-trust-content,.pos-system-page .business-grid,.whychoose-content{grid-template-columns:1fr!important}.pos-system-page .business-grid{gap:20px}.pos-system-page .business-column{display:grid;gap:18px}.project-detail-page .project-info,.template-detail-section .template-details,.contact-page .contact-left,.contact-page .contact-right{width:100%}.project-detail-page .project-actions,.template-detail-section .template-actions{flex-wrap:wrap}.template-detail-section .pricing-cards,.pos-system-page .pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer .left-column{grid-column:1 / -1;max-width:none}}@media(max-width:768px){.page-hero{min-height:48vh}.page-hero-container,.products-container,.whatwedo-container,.whychoose-container,.works-container,.testimonials-container,.portfolio-container,.contact-container,.templates-container,.project-detail-container,.template-detail-section .template-detail-container,.pos-features-container,.pos-carousel-container,.business-container,.why-trust-container,.pos-pricing-container,.who-container,.vm-container,.wwb-container,.team-container,.footer .footer-container{padding-left:18px!important;padding-right:18px!important}.hero-content{margin-left:18px!important;margin-right:18px;max-width:calc(100vw - 36px)}.hero-content h1,.page-hero-container h1{line-height:1.1}.hero-buttons,.project-detail-page .project-actions,.template-detail-section .template-actions{flex-direction:column;align-items:stretch}.hero-buttons a,.project-detail-page .project-actions a,.template-detail-section .template-actions a,.contact-page .contact-btn{width:100%;justify-content:center}.products-slider,.portfolio-page .portfolio-cards,.templates-grid,.testimonials-grid,.works-grid,.template-detail-section .pricing-cards,.pos-system-page .pricing-cards,.about-page .team-members,.about-page .vm-container,.about-page .wwb-items,.contact-page .contact-info-cards{grid-template-columns:1fr!important}.products-slider{gap:16px}.portfolio-page .portfolio-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.portfolio-page .portfolio-filter{flex:0 0 auto}.project-detail-page .project-quick-meta,.project-detail-page .project-service-tags,.template-tags,.hero-stats,.footer .bottom-links{gap:10px}.project-detail-page .thumbnail-images{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-page .contact-form{padding:22px!important}.contact-page .form-row{flex-direction:column;gap:14px}.contact-page .form-check{align-items:flex-start}.template-detail-section .template-images{gap:16px}.template-detail-section .pricing-card,.pos-system-page .pricing-card{padding:24px 20px!important}.pos-system-page .pos-carousel-wrapper{gap:12px}.pos-system-page .carousel-btn{width:42px;height:42px;flex:0 0 42px}.pos-system-page .pos-carousel-slide{grid-template-columns:1fr!important}.pos-system-page .business-grid,.pos-system-page .trust-features{gap:16px}.about-page .team-others-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.footer .footer-main,.footer .footer-bottom-container{grid-template-columns:1fr;flex-direction:column;align-items:flex-start;text-align:left}.footer .center-column,.footer .right-column{justify-self:stretch;width:100%}}@media(max-width:560px){.nav-topbar-right{justify-content:center;gap:8px}.nav-topbar-separator{display:none}.nav-topbar-item{width:100%;justify-content:center}.nav-topbar-socials{margin-left:0}.nav-logo img{height:48px!important}.nav-logo span{font-size:.95rem;letter-spacing:.18em}.hero-content{margin-top:72px!important}.hero-content h1,.page-hero-container h1,.contact-page h2,.portfolio-page .portfolio-intro h2,.project-detail-page .description-title,.template-detail-section .section-title,.pos-system-page .pricing-title,.pos-system-page .why-trust-title,.pos-system-page .business-title,.pos-system-page .pos-carousel-title,.pos-system-page .pos-features-title,.about-page h2{font-size:clamp(1.7rem,8vw,2.1rem)!important}.page-hero-container p,.hero-content p,.portfolio-page .portfolio-intro p,.contact-page p,.project-detail-page .description-content p,.template-detail-section .overview-text{font-size:.96rem}.project-detail-page .thumbnail-images{grid-template-columns:repeat(2,minmax(0,1fr))}.about-page .team-others-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-system-page .pricing-toggle{width:100%;justify-content:center}.pos-system-page .toggle-btn{flex:1 1 0;min-width:0;padding-inline:14px}.footer .social-icons,.footer .bottom-links{gap:12px}}.trusted-section{position:relative;padding:36px 0 84px}.tech-section{position:relative;padding:12px 0 54px}.tech-container{max-width:1280px;margin:0 auto;padding:0 20px}.tech-header{max-width:760px;margin:0 auto 24px;text-align:center}.tech-header h2{margin-bottom:12px}.carousel-control-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(160deg,#10141cf5,#0a0c11fa);color:#e8f6ff;font-size:1rem;line-height:1;pointer-events:auto;box-shadow:0 14px 24px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.carousel-control-btn:hover{transform:translateY(-2px);border-color:#49d5ff73;box-shadow:0 10px 20px #00000038,0 0 16px #49d5ff1f}.tech-marquee-wrap,.trusted-marquee-wrap{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:14px}.carousel-control-btn-left{justify-self:start}.carousel-control-btn-right{justify-self:end}.tech-marquee{position:relative;overflow:hidden}.tech-carousel{display:flex;width:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.tech-carousel-slide{min-width:100%;flex:0 0 100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tech-card{min-width:220px;display:inline-flex;align-items:center;gap:12px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#ffffff1a,#ffffff08),linear-gradient(160deg,#161a22b8,#0a0c11d1);box-shadow:inset 0 1px #ffffff1a,0 22px 44px #0000004d;backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%);overflow:hidden;position:relative}.tech-mark{width:68px;height:68px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:700;letter-spacing:.08em;color:#ecfbff;background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.carousel-mark-image{width:100%;height:100%;display:block;object-fit:contain;border-radius:inherit}.trusted-logo-image{transform:scale(var(--trusted-logo-scale, 1));transform-origin:center}.trusted-logo-image--eco-connect{--trusted-logo-scale: 1.2}.trusted-logo-image--motozone{--trusted-logo-scale: 1.08}.trusted-logo-image--billify-pos{--trusted-logo-scale: 1.12}.trusted-logo-image--petcare{--trusted-logo-scale: 1.06}.tech-copy{display:flex;flex-direction:column;gap:4px;line-height:1.15}.tech-copy strong{font-size:1.02rem;font-weight:700;color:#eef7ff;white-space:nowrap}.tech-copy span{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#9db0cd;white-space:nowrap}.tech-card:before,.trusted-logo-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 38%)}.trusted-container{max-width:1280px;margin:0 auto;padding:0 20px}.trusted-header{max-width:760px;margin:0 auto 26px;text-align:center}.trusted-header h2{margin-bottom:12px}.trusted-marquee{position:relative;overflow:hidden}.trusted-carousel{display:flex;width:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.trusted-carousel-slide{min-width:100%;flex:0 0 100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.trusted-logo-card{min-width:220px;display:inline-flex;align-items:center;gap:12px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#ffffff1a,#ffffff08),linear-gradient(160deg,#161a22b8,#0a0c11d1);box-shadow:inset 0 1px #ffffff1a,0 22px 44px #0000004d;backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%);overflow:hidden;position:relative}.trusted-logo-mark{width:118px;height:60px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:700;letter-spacing:.08em;color:#e9fbff;background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:visible}.trusted-logo-name{font-size:1.02rem;font-weight:700;letter-spacing:.03em;color:#eef7ff;white-space:nowrap}.tech-carousel-dots,.trusted-carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:18px}.tech-carousel-dot,.trusted-carousel-dot{width:11px;height:11px;border:0;border-radius:999px;background:#ffffff2e;box-shadow:inset 0 1px #ffffff14;transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease}.tech-carousel-dot.active,.trusted-carousel-dot.active{background:#7be3ff;box-shadow:0 0 14px #7be3ff7a;transform:scale(1.1)}@media(max-width:768px){.tech-marquee-wrap,.trusted-marquee-wrap{grid-template-columns:38px minmax(0,1fr) 38px;gap:10px}.tech-section{padding:0 0 40px}.tech-card{min-width:180px;padding:14px 16px}.tech-carousel-slide,.trusted-carousel-slide{grid-template-columns:1fr}.tech-mark{width:54px;height:54px;border-radius:18px}.tech-copy strong{font-size:.92rem}.trusted-section{padding:28px 0 70px}.trusted-logo-card{min-width:180px;padding:14px 16px}.trusted-logo-mark{width:96px;height:50px;border-radius:16px}.trusted-logo-name{font-size:.92rem}.carousel-control-btn{width:38px;height:38px}}@media(max-width:992px){.tech-carousel-slide,.trusted-carousel-slide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.hero-overlay{padding-left:24px;padding-right:24px}.hero-shell{grid-template-columns:minmax(0,1fr);gap:26px}.hero-copy.hero-content{max-width:min(700px,100%)}.hero-visual{min-height:420px;max-width:720px;width:100%;margin:0 auto}}@media(prefers-reduced-motion:reduce){.tech-carousel,.trusted-carousel,.tech-carousel-dot,.trusted-carousel-dot{transition:none}}.works-section .works-grid,.portfolio-page .portfolio-cards{align-items:stretch}.works-section .work-card{display:flex;flex-direction:column;height:100%}.works-section .work-image{flex-shrink:0}.works-section .work-desc{flex:1 1 auto}.works-section .work-card .btn-primary{margin-top:auto}.portfolio-page .portfolio-card-link{display:block;height:100%}.portfolio-page .portfolio-card{display:flex;flex-direction:column;height:100%}.portfolio-page .portfolio-card-content{display:flex;flex-direction:column;flex:1 1 auto}.portfolio-page .portfolio-card p{flex:1 1 auto;margin-bottom:12px}.portfolio-page .portfolio-view{margin-top:auto}.works-section .works-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.works-section .work-card{width:100%;padding:0!important;margin-bottom:0;border-radius:18px;overflow:hidden;border:1px solid var(--border-soft);background:linear-gradient(160deg,#11151eeb,#0c0e13f2);box-shadow:0 16px 34px #00000052;position:relative;text-align:left}.works-section .work-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.09) 50%,transparent 70%);transform:translate(-120%);transition:transform .8s ease}.works-section .work-card:hover:before{transform:translate(120%)}.works-section .work-image img{height:230px;width:100%;margin-bottom:0;object-fit:cover}.works-section .work-card-content{display:flex;flex-direction:column;flex:1 1 auto;padding:18px 16px 16px}.works-section .work-category{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;max-width:max-content;gap:6px;margin-bottom:12px;padding:6px 11px;border-radius:999px;font-size:.72rem;letter-spacing:.07em;font-weight:600;text-transform:uppercase;border:1px solid rgba(73,213,255,.5);background:linear-gradient(140deg,#49d5ff38,#49d5ff14);color:#dff8ff;box-shadow:inset 0 1px #ffffff1a,0 8px 16px #0000003d;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.works-section .work-category:before{content:"";width:6px;height:6px;border-radius:999px;background:#7be3ff;box-shadow:0 0 10px #7be3ffb3}.works-section .work-card:hover .work-category{transform:translateY(-1px);border-color:#78e8ffd9;box-shadow:0 0 18px #49d5ff33,0 10px 20px #00000052}.works-section .work-title{margin-bottom:8px}.works-section .work-desc{flex:1 1 auto;min-height:44px;margin-bottom:12px}.works-section .work-view{display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;color:#d6f5ff;font-size:.83rem;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid rgba(73,213,255,.35);text-decoration:none!important;transition:color .22s ease,border-color .22s ease,opacity .22s ease}.works-section .work-card:hover .work-view{color:#eefbff;border-color:#78e8ff8c}.pos-banner{padding:52px 0 64px}.products-section{padding:56px 0 62px}.tech-section{padding:34px 0 58px}.whatwedo-section{padding:56px 0 64px}.trusted-section{padding:48px 0 72px}.whychoose-section{padding:56px 0 66px}.works-section{padding:58px 0 66px}.testimonials-section{padding:56px 0 68px}.cta-section{padding:58px 0 86px}@media(max-width:992px){.pos-banner,.products-section,.whatwedo-section,.whychoose-section,.works-section,.testimonials-section,.cta-section{padding-top:48px;padding-bottom:56px}.tech-section{padding-top:28px;padding-bottom:48px}.trusted-section{padding-top:40px;padding-bottom:56px}}@media(max-width:640px){.pos-banner,.products-section,.whatwedo-section,.whychoose-section,.works-section,.testimonials-section,.cta-section{padding-top:42px;padding-bottom:50px}.tech-section{padding-top:24px;padding-bottom:42px}.trusted-section{padding-top:34px;padding-bottom:50px}}@media(max-width:768px){.hero-overlay{padding-top:98px;padding-bottom:46px}.hero-visual{min-height:320px}.hero-visual:before{inset:4% 4% 6%;border-radius:28px}.hero-visual-ring{width:180px;height:180px;right:10%;top:14%}.hero-visual-card-main{width:min(100%,300px);left:8%;top:18%;min-height:190px;padding:18px 18px 16px}.hero-visual-card-side{min-width:150px;padding:14px 14px 13px}.hero-visual-card-side-top{right:6%;top:14%}.hero-visual-card-side-bottom{right:12%;bottom:12%}.hero-card-bars{gap:8px}.page-hero-brand{margin-bottom:16px}.page-hero-brand-image{width:min(240px,70vw)}.pos-system-page .pricing-brand-panel{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:18px}.pos-system-page .pricing-brand-logo{width:min(220px,62vw)}.pos-system-page .pricing-brand-copy{max-width:100%;text-align:center}.scroll-top-btn{right:26px;bottom:26px;width:48px;height:48px;border-radius:16px}.scroll-top-btn.is-contact-page{bottom:96px}}@media(max-width:560px){.scroll-top-btn{right:18px;bottom:18px;width:44px;height:44px;border-radius:14px}.scroll-top-btn svg{width:18px;height:18px}.scroll-top-btn.is-contact-page{bottom:86px}}@media(max-width:560px){.hero-visual{min-height:268px}.hero-orb-one{width:110px;height:110px}.hero-orb-two{width:88px;height:88px}.hero-orb-three,.hero-visual-card-side{display:none}.hero-visual-card-main{left:6%;right:6%;width:auto;top:16%}}@keyframes heroOrbDrift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-14px,0) scale(1.06)}}@keyframes heroOrbPulse{0%,to{transform:scale(.95);opacity:.62}50%{transform:scale(1.08);opacity:1}}@keyframes heroCardFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes heroRingFloat{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-8px,10px,0) rotate(4deg)}}@keyframes heroBarPulse{0%,to{filter:brightness(.96);opacity:.82}50%{filter:brightness(1.15);opacity:1}}@media(prefers-reduced-motion:reduce){.hero-orb,.hero-visual-ring,.hero-visual-card,.hero-card-bars span:before{animation:none!important}}
