.preloader{position:fixed;inset:0;background:#0b0b0b;display:flex;align-items:center;justify-content:center;z-index:9999}.preloader-inner{text-align:center}.preloader-text{font-size:2.2rem;font-weight:500;letter-spacing:.22em;margin-bottom:24px;color:#fff}.preloader-text .char{display:inline-block}.progress{width:240px;height:2px;background:#ffffff26;margin:0 auto;overflow:hidden}.progress-bar{height:100%;background:#fff;transform-origin:left;transform:scaleX(0)}@media(max-width:768px){.preloader-text{font-size:1.6rem;letter-spacing:.14em;margin-bottom:20px}.progress{width:200px}}@media(max-width:480px){.preloader-text{font-size:1.3rem;letter-spacing:.1em}.progress{width:160px}}.footer{background:#0e0e10;color:#ffffffb3;padding:40px 56px;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-left{font-size:14px;opacity:.65}.footer-credit{position:relative;display:inline-flex;align-items:center;gap:14px;padding:10px 18px;border-radius:999px;background:#ffffff1f;text-decoration:none;color:#fff;font-size:14px;font-weight:500;overflow:hidden;justify-self:center}.footer-credit:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;border-radius:999px;z-index:1}.footer-credit>*{position:relative;z-index:2}.footer-credit .heart{color:#ff5a5a;margin:0 4px}.credit-arrow{width:32px;height:32px;border-radius:50%;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:16px;transition:transform .4s ease,background .4s ease,color .4s ease}.footer-credit:hover:before{transform:scaleX(1)}.footer-credit:hover{color:#000}.footer-credit:hover .credit-arrow{transform:translate(6px);background:#000;color:#fff}.footer-socials{display:flex;gap:14px;justify-self:end}.social-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease,background .3s ease}.social-icon:hover{transform:translateY(-3px);background:#fff;color:#000}.icon{font-size:14px}@media(max-width:900px){.footer{padding:36px 24px}.footer-inner{grid-template-columns:1fr;gap:28px;text-align:center}.footer-left{justify-self:center;font-size:13px}.footer-credit,.footer-socials{justify-self:center}}@media(max-width:480px){.footer{padding:32px 18px}.footer-credit{width:100%;justify-content:space-between;padding:14px 20px}.credit-arrow{width:30px;height:30px;font-size:15px}.footer-socials{gap:18px}.social-icon{width:40px;height:40px;font-size:16px}}.navbar{position:fixed;top:0;left:0;width:100%;padding:8px 48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#f4f2ed;color:#111;z-index:100;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.brand{font-size:24px;font-weight:500;letter-spacing:-.02em;color:#111;text-decoration:none;position:relative}.brand:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.brand:hover:after{transform:scaleX(1)}.nav-center{display:flex;justify-content:center;gap:40px}.nav-link{position:relative;font-size:15px;font-weight:500;color:#111;opacity:.85;text-decoration:none;padding:4px 0;transition:opacity .25s ease}.nav-link:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav-link:hover{opacity:1}.nav-link:hover:after{transform:scaleX(1)}.nav-right .cta{position:relative;display:inline-flex;align-items:center;gap:16px;padding:10px 18px;border-radius:999px;border:none;background:#d9d8d3;cursor:pointer;overflow:hidden;font-size:14px;font-weight:500;color:#111}.cta-text{position:relative;z-index:2;transition:color .3s ease}.cta-arrow{position:relative;z-index:2;width:32px;height:32px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;transition:transform .4s ease,background .4s ease,color .4s ease}.cta:before{content:"";position:absolute;inset:0;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;border-radius:999px;z-index:1}.cta:hover:before{transform:scaleX(1)}.cta:hover .cta-text{color:#fff}.cta:hover .cta-arrow{transform:translate(6px);background:#fff;color:#111}.desktop-nav{display:grid}.mobile-nav{display:none}@media(max-width:900px){.desktop-nav{display:none}.mobile-nav{display:block;position:fixed;top:0;width:100%;background:#f4f2ed;z-index:100;padding:12px 18px}.mobile-top{display:flex;justify-content:space-between;align-items:center}.hamburger{width:26px;height:18px;display:flex;flex-direction:column;justify-content:space-between;background:none;border:none;cursor:pointer}.hamburger span{height:2px;width:100%;background:#111;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:translateY(13px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-13px) rotate(-45deg)}.mobile-menu{max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:22px;padding-top:0;transition:max-height .4s ease}.mobile-menu.show{max-height:420px;padding-top:24px}.mobile-menu a{font-size:18px;font-weight:500;text-decoration:none;color:#111}.mobile-cta{margin-top:12px;padding:14px;border-radius:999px;border:none;background:#111;color:#fff;font-size:16px;font-weight:500;cursor:pointer}}.contact{padding:120px 56px;background:#0e0e10;color:#fff}.contact-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact-image{border-radius:22px;overflow:hidden}.contact-image img{width:100%;height:520px;object-fit:cover;display:block}.contact-content{max-width:520px}.contact-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#ffffff1f;color:#fff;font-size:12px;margin-bottom:24px}.contact-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:contactPulse 2.5s ease-in-out infinite}@keyframes contactPulse{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}to{opacity:.4;transform:scale(1)}}.contact-content h2{font-size:48px;font-weight:500;letter-spacing:-.02em;margin-bottom:12px}.contact-content p{font-size:16px;line-height:1.6;opacity:.7;margin-bottom:40px}.contact-form{display:flex;flex-direction:column;gap:20px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;opacity:.7}.field input,.field textarea{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px 14px;color:#fff;font-size:14px;outline:none;transition:border .3s ease,background .3s ease}.field input::placeholder,.field textarea::placeholder{color:#fff6}.field input:focus,.field textarea:focus{background:#ffffff1f;border-color:#ffffff59}.contact-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:14px 22px;width:auto;max-width:fit-content;align-self:flex-start;border-radius:999px;border:none;background:#ffffff1f;cursor:pointer;overflow:hidden;font-size:15px;font-weight:500;color:#fff}.contact-cta:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .45s ease;border-radius:999px;z-index:1}.contact-cta>*{position:relative;z-index:2}.contact-cta .arrow{width:36px;height:36px;border-radius:50%;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:18px;transition:transform .45s ease,background .45s ease,color .45s ease}.contact-cta:hover:before{transform:scaleX(1)}.contact-cta:hover{color:#000}.contact-cta:hover .arrow{transform:translate(6px);background:#000;color:#fff}@media(max-width:900px){.contact{padding:96px 24px}.contact-inner{grid-template-columns:1fr;gap:56px}.contact-image img{height:420px}.contact-content{max-width:100%}}@media(max-width:600px){.contact{padding:72px 18px}.contact-image{border-radius:18px}.contact-image img{height:280px}.contact-content h2{font-size:32px;letter-spacing:-.01em}.contact-content p{font-size:15px;margin-bottom:32px}.contact-form{gap:18px}.field input,.field textarea{font-size:15px;padding:14px 16px}.contact-cta{width:100%;max-width:none;justify-content:space-between;padding:16px 22px}.contact-cta .arrow{width:32px;height:32px;font-size:16px}}.featured-products{padding:120px 56px;background:#0e0e10;color:#fff}.featured-header{max-width:640px;margin:0 auto 80px;text-align:center}.featured-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#ffffff1f;color:#fff;font-size:12px;margin-bottom:16px;position:relative}.featured-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:featuredPulse 2.5s ease-in-out infinite}.featured-header h2{font-size:48px;font-weight:500;margin-bottom:12px;letter-spacing:-.02em}.featured-header p{font-size:16px;opacity:.7}.featured-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.product-card{background:#141416;border-radius:22px;overflow:hidden;transition:transform .45s ease,box-shadow .45s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px #0009}.product-image{position:relative;height:320px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-info{padding:24px 24px 28px}.product-info h3{font-size:20px;font-weight:500;margin-bottom:8px}.product-info p{font-size:14px;line-height:1.6;opacity:.7;margin-bottom:24px}.product-footer{display:flex;align-items:center;justify-content:space-between}.price{font-size:15px;font-weight:500}.product-cta{position:relative;display:inline-flex;align-items:center;gap:14px;padding:10px 18px;border-radius:999px;border:none;background:#ffffff1f;cursor:pointer;overflow:hidden;font-size:14px;font-weight:500;color:#fff;z-index:0}.product-cta:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .45s ease;border-radius:999px;z-index:1}.product-cta>*{position:relative;z-index:2}.product-cta .arrow{width:32px;height:32px;border-radius:50%;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;transition:transform .45s ease,background .45s ease,color .45s ease}.product-cta:hover:before{transform:scaleX(1)}.product-cta:hover{color:#000}.product-cta:hover .arrow{transform:translate(6px);background:#000;color:#fff}.featured-footer{margin-top:96px;text-align:center}.featured-main-cta{position:relative;display:inline-flex;align-items:center;gap:16px;padding:14px 22px;border-radius:999px;border:none;background:#ffffff1f;cursor:pointer;overflow:hidden;font-size:15px;font-weight:500;color:#fff;z-index:0}.featured-main-cta:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .45s ease;border-radius:999px;z-index:1}.featured-main-cta>*{position:relative;z-index:2}.featured-main-cta .arrow{width:36px;height:36px;border-radius:50%;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:18px;transition:transform .45s ease,background .45s ease,color .45s ease}.featured-main-cta:hover:before{transform:scaleX(1)}.featured-main-cta:hover{color:#000}.featured-main-cta:hover .arrow{transform:translate(6px);background:#000;color:#fff}@media(max-width:1100px){.featured-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:768px){.featured-products{padding:96px 24px}.featured-header{margin-bottom:64px}.featured-header h2{font-size:40px}.featured-grid{grid-template-columns:1fr;gap:36px}.product-image{height:260px}.product-info{padding:22px 22px 26px}.product-info h3{font-size:18px}.product-info p{font-size:14px}.product-footer{flex-direction:column;align-items:flex-start;gap:16px}.product-cta{width:100%;justify-content:space-between}.featured-footer{margin-top:72px}}@media(max-width:480px){.featured-products{padding:72px 18px 80px}.featured-header h2{font-size:32px;letter-spacing:-.01em}.featured-header p{font-size:15px}.product-image{height:220px}.price{font-size:14px}.featured-main-cta{width:100%;justify-content:space-between;padding:16px 22px}.featured-main-cta .arrow{width:32px;height:32px;font-size:16px}}.hero{min-height:100vh;background:#0e0e10;color:#fff;display:flex;align-items:center}.hero-inner{width:100%;max-width:1400px;margin:0 auto;padding:81px 56px;display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.hero-content{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#ffffff14;font-size:13px;margin-bottom:32px;position:relative}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 2.5s ease-in-out infinite}.hero-content h1{font-size:56px;font-weight:500;line-height:1.08;letter-spacing:-.02em;margin-bottom:28px}.hero-content p{font-size:17px;line-height:1.6;opacity:.75;margin-bottom:44px}.hero-actions{display:flex;align-items:center;gap:28px}.hero-cta{position:relative;display:inline-flex;align-items:center;gap:16px;padding:14px 22px;border-radius:999px;border:none;background:#ffffff1f;cursor:pointer;overflow:hidden;font-size:15px;font-weight:500;color:#fff}.hero-cta:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .45s ease;border-radius:999px;z-index:1}.hero-cta-text{position:relative;z-index:2;transition:color .35s ease}.hero-cta-arrow{position:relative;z-index:2;width:34px;height:34px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;transition:transform .45s ease,background .45s ease,color .45s ease}.hero-cta:hover:before{transform:scaleX(1)}.hero-cta:hover .hero-cta-text{color:#000}.hero-cta:hover .hero-cta-arrow{transform:translate(6px);background:#000;color:#fff}.hero-trust{display:flex;align-items:center;gap:14px}.avatars{display:flex}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#444,#777);border:2px solid #0e0e10;margin-left:-10px;transition:transform .35s ease,box-shadow .35s ease}.avatar{width:32px;height:32px;border-radius:50%;background-size:cover;background-position:center;border:2px solid #0e0e10}.avatar:first-child{margin-left:0}.hero-trust:hover .avatar{transform:translateY(-4px);box-shadow:0 6px 20px #ffffff26}.hero-trust:hover .avatar:nth-child(2){transform:translateY(-6px)}.hero-trust:hover .avatar:nth-child(3){transform:translateY(-8px)}.trust-text{display:flex;flex-direction:column;gap:2px;font-size:13px;opacity:.9}.stars{font-size:13px;letter-spacing:1px}.hero-visual{display:flex;justify-content:center}.hero-slideshow{position:relative;width:100%;height:560px;border-radius:22px;overflow:hidden}.hero-slideshow img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:slideShow 20s infinite}.hero-slideshow img:nth-child(1){animation-delay:0s}.hero-slideshow img:nth-child(2){animation-delay:5s}.hero-slideshow img:nth-child(3){animation-delay:10s}.hero-slideshow img:nth-child(4){animation-delay:15s}@keyframes slideShow{0%{opacity:0}5%{opacity:1}25%{opacity:1}30%{opacity:0}to{opacity:0}}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:48px;padding:64px 24px}.hero-content{max-width:100%}.hero-content h1{font-size:42px;line-height:1.15}.hero-content p{font-size:16px;margin-bottom:36px}.hero-actions{flex-direction:column;align-items:flex-start;gap:22px}.hero-cta{width:100%;justify-content:space-between;padding:16px 22px}.hero-trust{gap:12px}}@media(max-width:600px){.hero{min-height:auto}.hero-inner{padding:48px 18px 56px;gap:40px}.hero-badge{font-size:12px;margin-bottom:24px}.hero-content h1{font-size:34px;letter-spacing:-.01em}.hero-content p{font-size:15px;line-height:1.55}.hero-visual{width:100%}.hero-slideshow{height:320px;border-radius:18px}.avatars .avatar{width:28px;height:28px}.trust-text,.stars{font-size:12px}}.parallax-wrapper{background:#0e0e10;overflow:hidden}.spacer{height:100vh}.gallery{height:175vh;position:relative;display:flex;gap:2vw;padding:2vw;overflow:hidden show}.column{position:relative;height:100%;width:25%;min-width:250px;display:flex;flex-direction:column;gap:2vw}.image-container{position:relative;width:100%;height:100%;border-radius:1vw;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover;display:block}.column:nth-child(1){top:-45%}.column:nth-child(2){top:-95%}.column:nth-child(3){top:-45%}.column:nth-child(4){top:-75%}.services{padding:120px 56px 80px;background:#f4f2ed;color:#111}.services-header{text-align:center;max-width:640px;margin:0 auto 72px}.services-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#111;color:#fff;font-size:12px;margin-bottom:16px}.services-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:servicesPulse 2.5s ease-in-out infinite}@keyframes servicesPulse{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}to{opacity:.4;transform:scale(1)}}.services-header h2{font-size:48px;font-weight:500;margin-bottom:12px}.services-header p{font-size:16px;opacity:.7}.services-content{max-width:1200px;margin:0 auto 56px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.services-image{border-radius:18px;overflow:hidden;position:relative}.services-image img{width:100%;height:520px;object-fit:cover;display:block;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:.6;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.services-list{display:flex;flex-direction:column;gap:24px}.service-item{border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:24px;cursor:pointer}.service-header{display:flex;justify-content:space-between;align-items:center}.service-header h3{font-size:20px;font-weight:500}.toggle{font-size:24px;opacity:.6;transition:transform .3s ease}.service-item.active .toggle{transform:rotate(90deg)}.service-body{overflow:hidden;transition:max-height .45s ease,opacity .35s ease;max-width:420px}.service-body p{font-size:15px;line-height:1.6;opacity:.75;margin:16px 0 20px}.service-cta{display:flex;gap:12px}.service-cta .primary1{position:relative;display:inline-flex;align-items:center;gap:14px;padding:10px 18px;border-radius:999px;border:none;background:#d9d8d3;cursor:pointer;overflow:hidden;font-size:14px;font-weight:500;color:#111}.service-cta .primary1:before{content:"";position:absolute;inset:0;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;border-radius:999px;z-index:1}.service-cta .primary1 .cta-text{position:relative;z-index:2;transition:color .3s ease}.service-cta .primary1:after{content:"↗";position:relative;z-index:2;width:32px;height:32px;border-radius:50%;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;margin-left:8px;transition:transform .4s ease,background .4s ease,color .4s ease}.service-cta .primary1:hover:before{transform:scaleX(1)}.service-cta .primary1:hover .cta-text{color:#fff!important}.service-cta .primary1:hover:after{transform:translate(6px);background:#fff;color:#111}.service-cta .secondary{background:transparent;border:1px solid rgba(0,0,0,.25);padding:10px 18px;border-radius:999px;cursor:pointer;font-size:14px;transition:background .3s ease}.service-cta .secondary:hover{background:#0000000d}.services-trust{text-align:center;margin-top:32px}.services-trust span{display:block;font-size:14px;opacity:.6;margin-bottom:20px}.services-brand-logos{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.services-brand-logo{font-size:18px;font-weight:500;opacity:.4;transition:opacity .3s ease,transform .3s ease}.services-brand-logo:hover{opacity:.7;transform:translateY(-2px)}@media(max-width:900px){.services{padding:96px 24px 72px}.services-header{margin-bottom:56px}.services-header h2{font-size:40px}.services-content{grid-template-columns:1fr;gap:56px}.services-image img{height:420px}.service-body{max-width:100%}}@media(max-width:600px){.services{padding:72px 18px 64px}.services-header h2{font-size:32px}.services-header p{font-size:15px}.services-image{border-radius:16px}.services-image img{height:280px}.services-list{gap:20px}.service-header h3{font-size:18px}.toggle{font-size:22px}.service-body p{font-size:14.5px}.service-cta{flex-direction:column;gap:10px}.service-cta .primary1{width:100%;justify-content:space-between}.service-cta .secondary{width:100%;justify-content:center}.services-brand-logos{gap:24px}.services-brand-logo{font-size:16px}}.testimonials{padding:120px 56px;background:#f4f2ed;color:#111}.testimonials-header{max-width:640px;margin:0 auto 72px;text-align:center}.testimonials-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#111;color:#fff;font-size:12px;margin-bottom:16px}.testimonials-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:featuredPulse 2.5s ease-in-out infinite}@keyframes featuredPulse{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}to{opacity:.4;transform:scale(1)}}.testimonials-header h2{font-size:48px;font-weight:500;margin-bottom:12px}.testimonials-header p{font-size:16px;opacity:.7}.testimonials-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.testimonial-card{background:#fff;border-radius:18px;padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between;min-height:260px;transition:transform .4s ease,box-shadow .4s ease}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.testimonial-card .quote{font-size:16px;line-height:1.6;opacity:.85;margin-bottom:32px}.author{display:flex;align-items:center;gap:14px}.author-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:2px}.author-info .name{font-size:15px;font-weight:500}.author-info .role{font-size:13px;opacity:.6}.testimonials-footer{margin-top:72px;text-align:center}.testimonials-cta{position:relative;display:inline-flex;align-items:center;gap:14px;padding:12px 20px;border-radius:999px;border:none;background:#d9d8d3;cursor:pointer;overflow:hidden;font-size:14px;font-weight:500;color:#111;z-index:0}.testimonials-cta:before{content:"";position:absolute;inset:0;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;border-radius:999px;z-index:1}.testimonials-cta>*{position:relative;z-index:2}.testimonials-cta .arrow{width:32px;height:32px;border-radius:50%;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;transition:transform .4s ease,background .4s ease,color .4s ease}.testimonials-cta:hover:before{transform:scaleX(1)}.testimonials-cta:hover{color:#fff}.testimonials-cta:hover .arrow{transform:translate(6px);background:#fff;color:#111}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media(max-width:768px){.testimonials{padding:96px 24px}.testimonials-header{margin-bottom:56px}.testimonials-header h2{font-size:40px}.testimonials-grid{grid-template-columns:1fr;gap:32px}.testimonial-card{padding:28px 24px;min-height:auto}.testimonial-card .quote{font-size:15px;margin-bottom:28px}.author-avatar{width:38px;height:38px}.author-info .name{font-size:14px}.author-info .role{font-size:12px}.testimonials-footer{margin-top:64px}.testimonials-cta{width:100%;justify-content:space-between;padding:14px 22px}}@media(max-width:480px){.testimonials{padding:72px 18px}.testimonials-header h2{font-size:32px;letter-spacing:-.01em}.testimonials-header p{font-size:15px}.testimonial-card .quote{font-size:14.5px;line-height:1.55}.testimonials-cta .arrow{width:30px;height:30px;font-size:15px}}.product-detail{padding:120px 56px;background:#f4f2ed;color:#111}.product-detail-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.product-detail-image{border-radius:22px;overflow:hidden}.product-detail-image img{width:100%;height:520px;object-fit:cover;display:block}.product-detail-info{max-width:520px}.product-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#111;color:#fff;font-size:12px;margin-bottom:20px}.product-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 2.5s ease-in-out infinite}.product-detail-info h1{font-size:42px;font-weight:500;margin-bottom:16px;letter-spacing:-.02em}.product-description{font-size:16px;line-height:1.6;opacity:.75;margin-bottom:32px}.product-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 32px;margin-bottom:32px}.product-meta .label{font-size:12px;opacity:.6;display:block;margin-bottom:4px}.product-price{font-size:22px;font-weight:500;margin-bottom:32px}.product-actions{display:flex;gap:14px}.btn.secondary{background:transparent;border:1px solid rgba(0,0,0,.25);padding:12px 20px;border-radius:999px;cursor:pointer;font-size:14px}.btn.secondary:hover{background:#0000000d}.btn.primary{position:relative;display:inline-flex;align-items:center;gap:12px;padding:12px 20px;border-radius:999px;border:none;background:#d9d8d3;cursor:pointer;overflow:hidden;font-size:14px;font-weight:500}@media(max-width:1024px){.product-detail{padding:96px 32px}.product-detail-layout{grid-template-columns:1fr;gap:56px}.product-detail-image img{height:420px}.product-detail-info{max-width:100%}}@media(max-width:600px){.product-detail{padding:72px 20px}.product-detail-image img{height:300px}.product-detail-info h1{font-size:32px}.product-description{font-size:15px;margin-bottom:24px}.product-meta{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.product-price{font-size:20px;margin-bottom:24px}.product-actions{flex-direction:column;gap:12px}.btn.secondary,.btn.primary{width:100%;justify-content:space-between}}.catalogue{padding:120px 56px;background:#f4f2ed;color:#111}.catalogue-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:64px}.catalogue-sidebar{position:sticky;top:120px;align-self:flex-start}.sidebar-header{margin-bottom:16px}.sidebar-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#111;color:#fff;font-size:12px}.sidebar-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}to{opacity:.4;transform:scale(1)}}.category-list{list-style:none;padding:0;margin:0;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.15);overflow:hidden}.category-list li{padding:14px 18px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.08)}.category-list li:last-child{border-bottom:none}.category-list li.active{background:#111;color:#fff}.catalogue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.catalogue-card{background:#fff;border-radius:22px;overflow:hidden}.catalogue-image{height:280px}.catalogue-image img{width:100%;height:100%;object-fit:cover}.catalogue-info{padding:24px}.price{font-weight:500;margin-bottom:16px;display:block}.catalogue-actions{display:flex;gap:12px}.btn.secondary{border:1px solid rgba(0,0,0,.25);background:transparent;padding:10px 18px;border-radius:999px}.btn.primary{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;border-radius:999px;background:#d9d8d3;border:none;cursor:pointer}.empty-state{font-size:16px;opacity:.6}.pagination{margin-top:64px;display:flex;justify-content:center;gap:12px}.page-number,.page-nav{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.25);background:transparent}.mobile-category{display:none}@media(max-width:900px){.catalogue{padding:96px 24px}.catalogue-layout{grid-template-columns:1fr}.catalogue-sidebar{display:block;position:sticky;top:16px;background:#f4f2ed;z-index:5;margin-bottom:8px}.catalogue-sidebar .category-list{display:none}.sidebar-header{margin-bottom:4px}.mobile-category{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.mobile-category select{padding:12px 14px;border-radius:14px;border:1px solid rgba(0,0,0,.25);font-size:15px}.catalogue-grid{grid-template-columns:1fr}.catalogue-actions{flex-direction:column}.btn.secondary,.btn.primary{width:100%;justify-content:space-between}}.about{background:#f4f2ed;color:#111;padding:120px 56px}.fade-in{animation:fadeIn 1s ease forwards}.slide-up{animation:slideUp .9s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.about-hero{text-align:center;max-width:720px;margin:0 auto 96px}.about-hero h1{font-size:48px;font-weight:500}.about-subtitle{font-size:17px;opacity:.7}.about-container{max-width:1200px;margin:0 auto 120px}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}.about-text p{font-size:16px;line-height:1.7;opacity:.85;margin-bottom:20px}.highlight{font-weight:500}.about-image{border-radius:22px;overflow:hidden}.about-image img{width:100%;height:360px;object-fit:cover}.card-hover{background:#fff;border-radius:22px;transition:transform .4s ease,box-shadow .4s ease}.card-hover:hover{transform:translateY(-6px);box-shadow:0 24px 60px #00000014}.about-stats{max-width:1000px;margin:0 auto 120px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stat{padding:32px;text-align:center}.stat strong{display:block;font-size:28px;font-weight:500}.stat span{font-size:14px;opacity:.6}.about-certifications{max-width:1100px;margin:0 auto 120px;text-align:center}.about-certifications h2{font-size:36px;font-weight:500;margin-bottom:48px}.cert-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.cert-card{padding:28px;font-size:14px;opacity:.8}.about-contact{text-align:center}.about-contact h2{font-size:36px;font-weight:500;margin-bottom:48px}.contact-card{max-width:420px;margin:0 auto;padding:40px}.contact-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:20px}.contact-card h3{font-size:28px;font-weight:500}.role{font-size:14px;opacity:.6;margin-bottom:24px}.contact-actions{display:flex;justify-content:center;gap:14px;margin-bottom:20px}.btn.primary{position:relative;display:inline-flex;align-items:center;gap:12px;padding:10px 18px;border-radius:999px;background:#d9d8d3;color:#111;text-decoration:none;overflow:hidden}.btn.primary:before{content:"";position:absolute;inset:0;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.btn.primary span{position:relative;z-index:2}.btn.primary .arrow{width:32px;height:32px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .4s ease,background .4s ease,color .4s ease}.btn.primary:hover:before{transform:scaleX(1)}.btn.primary:hover{color:#fff}.btn.primary:hover .arrow{transform:translate(6px);background:#fff;color:#111}.contact-details span{display:block;font-size:14px;opacity:.7}@media(max-width:1024px){.about{padding:96px 32px}.about-grid{grid-template-columns:1fr;gap:48px}.about-image img{height:320px}.about-stats{grid-template-columns:repeat(2,1fr)}.cert-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.about{padding:72px 20px}.about-hero{margin-bottom:64px}.about-hero h1{font-size:36px}.about-subtitle{font-size:15px}.about-container{margin-bottom:80px}.about-text p{font-size:15px}.about-image img{height:260px}.about-stats{grid-template-columns:1fr;gap:24px;margin-bottom:80px}.stat strong{font-size:24px}.about-certifications{margin-bottom:80px}.about-certifications h2{font-size:28px;margin-bottom:32px}.cert-grid{grid-template-columns:repeat(2,1fr);gap:16px}.cert-card{padding:20px;font-size:13px}.about-contact h2{font-size:28px;margin-bottom:32px}.contact-card{padding:32px 24px}.contact-photo{width:96px;height:96px}.contact-card h3{font-size:24px}.contact-actions{flex-direction:column}.btn.primary{width:100%;justify-content:space-between}}*{margin:0;padding:0;box-sizing:border-box}body{background:#111;color:#eee;font-family:system-ui,sans-serif}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
