@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap);@import url(https://fonts.cdnfonts.com/css/rasputin);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:#fff;border-bottom:1px solid #0000001a;box-shadow:0 2px 10px #0000000d;left:0;padding:.8rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.logo{cursor:pointer;display:flex;flex-direction:column;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo h1{background:linear-gradient(135deg,#f9d779,#fca47c,#23ced9);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;margin:0}.logo h1,.logo p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.logo p{color:#666;font-size:.7rem;letter-spacing:2px;margin-top:-2px}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-links{color:#1a1a1a;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:1rem;font-weight:500;letter-spacing:.5px;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links:before{background:linear-gradient(90deg,#23ced9,#fca47c);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links:hover{color:#fca47c}.nav-links:hover:before{width:100%}.nav-links.active{color:#fca47c}.nav-links.active:before{background:linear-gradient(90deg,#fca47c,#f9d779);width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px;z-index:1001}.bar{background:#1a1a1a;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.navbar{padding:.6rem 0}.navbar-container{padding:0 1.5rem}.hamburger{display:flex}.nav-menu{align-items:center;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:#fff;border-left:1px solid #0000001a;box-shadow:-5px 0 25px #0000001a;flex-direction:column;gap:2rem;height:100vh;justify-content:center;max-width:320px;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.2,.9,.4,1.1);width:70%;z-index:1000}.nav-menu.active{right:0}.nav-links{color:#1a1a1a;font-size:1.2rem;padding:.8rem 1rem;text-align:center;width:100%}.nav-links:before{bottom:.5rem}.hamburger.active .bar:first-child{background:#1a1a1a;transform:rotate(45deg) translate(5px,6px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){background:#1a1a1a;transform:rotate(-45deg) translate(5px,-6px)}body.menu-open{overflow:hidden}}@media (max-width:480px){.navbar-container{padding:0 1rem}.logo h1{font-size:1.4rem}.logo p{font-size:.6rem;letter-spacing:1.5px}.nav-menu{max-width:280px;width:85%}.nav-links{font-size:1rem}}.navbar.scrolled{background:#fff;box-shadow:0 4px 20px #0000001a;padding:.5rem 0}@media (min-width:769px){.nav-links{position:relative}.nav-links:after{background:linear-gradient(90deg,#23ced9,#fca47c);border-radius:2px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .3s ease;width:80%}.nav-links:hover:after{transform:translateX(-50%) scaleX(1)}.nav-links:before{display:none}}.footer{background:#fff;border-top:1px solid #00000014;color:#1a1a1a;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;padding:4rem 0 0}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto 3rem;max-width:1200px;padding:0 2rem}.footer-section h3{background:linear-gradient(135deg,#f9d779,#fca47c,#23ced9);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.4rem;font-weight:700;margin-bottom:1.2rem}.footer-section h3,.footer-section p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.footer-section p{color:#4a4a4a;font-size:.95rem;line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#4a4a4a;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:.95rem;padding-bottom:2px;position:relative;text-decoration:none;transition:all .3s ease}.footer-section ul li a:before{background:linear-gradient(90deg,#23ced9,#fca47c);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-section ul li a:hover{color:#fca47c}.footer-section ul li a:hover:before{width:100%}.footer-bottom{background:#fafafa;border-top:1px solid #00000014;padding:1.5rem;text-align:center}.footer-bottom p{color:#666;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:.85rem}.footer-section p i{color:#23ced9;margin-right:8px}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-icon{background:#f0f0f0;cursor:pointer;height:36px;width:36px}.social-icon:hover{background:linear-gradient(135deg,#23ced9,#fca47c);transform:translateY(-3px)}.social-icon span{font-size:1.1rem}@media (max-width:768px){.footer{padding:3rem 0 0}.footer-content{gap:2rem;grid-template-columns:1fr;padding:0 1.5rem;text-align:center}.footer-section h3{font-size:1.3rem}.footer-section ul li a:hover:before{width:0}.footer-social{justify-content:center}}@media (max-width:480px){.footer{padding:2rem 0 0}.footer-content{gap:1.5rem;padding:0 1rem}.footer-section h3{font-size:1.2rem}.footer-section p,.footer-section ul li a{font-size:.85rem}.footer-bottom p{font-size:.75rem}}.footer-section ul li a{display:inline-block}.footer-section ul li a:hover{transform:translateX(5px)}@media (max-width:768px){.footer-section ul li a:hover{transform:translateX(0)}}*,.about-card h3,.author-business,.author-name,.collage-piece-overlay p,.final-content h2,.h1,.h2,.h3,.h4,.h5,.h6,.hero-badge-new,.hero-description,.hero-lessons-btn,.hero-signup-btn,.hero-title-line1,.hero-title-line2,.hero-title-line3,.hero-trust-badges span,.home,.parallax-btn,.parallax-content h2,.parallax-feature,.primary-btn,.secondary-btn,.section-header h2,.service-tags span,.slanted-card-overlay span,.stat-label,.stat-number,.testimonial-card p,.why-card h3,:after,:before,a,abbr,address,article,aside,b,blockquote,body,button,caption,cite,code,del,details,dfn,div,em,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,i,input,ins,kbd,label,legend,li,main,mark,nav,option,p,pre,s,samp,section,select,small,span,strong,sub,summary,sup,td,textarea,th,time,u,var{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.home{overflow-x:hidden}.section-tag{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.section-tag:hover{background:linear-gradient(135deg,#23ced933,#fca47c33);border-color:#23ced980;letter-spacing:3px;transform:translateY(-2px)}.section-header .section-subtitle,.section-header h2{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.section-header.light .section-subtitle,.section-header.light h2{background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:#0000}.hero-section{background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1561070791-2526d30994b5?w=1600&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.hero-section:before{background:linear-gradient(135deg,#000000a6,#00000080);content:"";inset:0;position:absolute;z-index:1}.hero-content-wrapper{padding:5rem 5% 6rem;position:relative;z-index:10}.hero-container,.hero-content-wrapper{align-items:center;display:flex;flex:1 1}.hero-container{flex-wrap:wrap;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1400px;width:100%}.hero-left{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#00000073;border:1px solid #fff3;border-radius:56px;box-shadow:0 30px 50px #00000040;padding:2.8rem}.hero-left,.hero-right{flex:1 1;min-width:320px;transition:all .6s cubic-bezier(.2,.9,.4,1.1)}.hero-right{height:540px;position:relative}.hero-badge-new{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.hero-title{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.8rem}.hero-description,.hero-title-line1,.hero-title-line2,.hero-title-line3{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.hero-description{color:#ffffffeb;font-size:1.1rem;line-height:1.7;margin-bottom:2.2rem;max-width:520px;text-shadow:0 1px 4px #00000026}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:2rem}.hero-lessons-btn,.hero-signup-btn{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:1rem}.hero-trust-badges span{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;border-radius:100px;color:#fff;display:flex;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:.85rem;gap:.5rem;padding:.5rem 1.2rem;text-shadow:0 1px 2px #0003;transition:all .3s ease}.hero-trust-badges span:hover{background:#0009;transform:translateY(-2px)}.hero-image-stack{height:100%;position:relative;width:100%}.hero-circle-bg{animation:pulseCircle 5s ease-in-out infinite;background:radial-gradient(circle,#f9d77980,#fca47c4d);border-radius:50%;filter:blur(20px);height:580px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:580px}@keyframes pulseCircle{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.12)}}.hero-floating-card{animation:float 6s ease-in-out infinite;border:3px solid #ffffffe6;border-radius:32px;box-shadow:0 30px 50px #0000004d;cursor:pointer;height:240px;overflow:hidden;position:absolute;transition:all .4s cubic-bezier(.2,.9,.4,1.1);width:240px}.hero-floating-card img{height:100%;object-fit:cover;width:100%}.hero-floating-card:hover{border-color:#fca47c;transform:scale(1.12) rotate(3deg);z-index:20}.card-1{animation-delay:0s;left:0;top:0}.card-2{animation-delay:.8s;right:0;top:25%}.card-3{animation-delay:1.6s;bottom:0;left:15%}.card-4{animation-delay:2.4s;left:45%;top:55%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-22px) rotate(2deg)}}.collage-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:6rem 0}.unified-collage{margin:0 auto;min-height:680px;position:relative;width:100%}.collage-piece{transition:all .5s cubic-bezier(.2,.9,.4,1.1)}.collage-piece-overlay span{font-size:2rem;transform:scale(.6);transition:transform .35s cubic-bezier(.2,.9,.4,1.1)}.collage-piece-overlay p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.collage-piece:hover .collage-piece-overlay span{transform:scale(1)}.about-agency{background-attachment:fixed;background-image:url(https://i.postimg.cc/T15hH58S/IMG-0596.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:6rem 0;position:relative}.about-agency:before{background:#000000a6;content:"";inset:0;position:absolute;z-index:0}.about-agency .container{position:relative;z-index:1}.about-agency .about-intro,.about-agency .section-tag,.about-agency h2{color:#fff!important}.about-agency .section-tag{background:#ffffff1f;border-color:#ffffff40;color:#fff!important}.about-agency h2{background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:#0000!important}.about-intro{color:#ffffffe6;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:1.1rem;line-height:1.8;margin:0 auto 3rem;max-width:800px;text-align:center}.about-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:36px;padding:2.5rem;text-align:center;transition:all .4s ease}.about-card:hover{background:#ffffff2e;border-color:#fff6;box-shadow:0 30px 50px #0003;transform:translateY(-10px)}.about-icon{font-size:3.2rem;margin-bottom:1.2rem;transition:transform .3s ease}.about-card:hover .about-icon{transform:scale(1.1)}.about-card h3{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.about-card h3,.about-card p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.about-card p{color:#ffffffd9;line-height:1.7}.slanted-carousel-section{background:linear-gradient(135deg,#f1f5f9,#fff);overflow-x:hidden;padding:6rem 0}.slanted-carousel-section .section-header h2,.slanted-carousel-section .section-subtitle{color:#0f172a!important}.slanted-carousel-section .section-subtitle{color:#475569!important}.slanted-carousel-wrapper{margin-top:3rem;overflow:hidden}.slanted-line{margin-bottom:2rem;overflow:visible}.line-1{transform:rotate(-1.2deg) translateY(0)}.line-2{transform:rotate(1.2deg) translateY(15px)}.slanted-track{animation:scrollLeft 40s linear infinite;display:flex;gap:1.8rem;width:-webkit-fit-content;width:fit-content}.slanted-track.reverse{animation:scrollRight 40s linear infinite}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}@keyframes scrollRight{0%{transform:translateX(-33.33%)}to{transform:translateX(0)}}.slanted-card{border-radius:28px;box-shadow:0 15px 35px #0000001f;flex-shrink:0;height:230px;overflow:hidden;position:relative;transition:all .4s ease;width:310px}.slanted-card:hover{box-shadow:0 25px 45px #0003;transform:scale(1.05) rotate(1deg)}.slanted-card img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.slanted-card:hover img{transform:scale(1.12)}.slanted-card-overlay{align-items:center;background:linear-gradient(135deg,#23ced9d9,#fca47cd9);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .35s ease}.slanted-card:hover .slanted-card-overlay{opacity:1}.slanted-card-overlay span{color:#fff;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:1rem;font-weight:700;letter-spacing:1px;transform:scale(.8);transition:transform .3s ease}.slanted-card:hover .slanted-card-overlay span{transform:scale(1)}.why-choose-section{padding:6rem 0}.why-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.why-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:36px;padding:2.5rem;text-align:center;transition:all .4s ease}.why-card:hover{background:#ffffff26;border-color:#f9d779;transform:translateY(-10px)}.why-icon{font-size:3.6rem;margin-bottom:1.2rem;transition:transform .3s ease}.why-card:hover .why-icon{transform:scale(1.1)}.why-card h3{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.why-card h3,.why-card p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.why-card p{color:#fffc;line-height:1.7}.stats-section{background-attachment:fixed;background-image:url(https://cpimg.tistatic.com/11162940/b/6/polo-xl-flex-printing-machine.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:6rem 0;position:relative}.stats-section:before{background:#000000b3;content:"";inset:0;position:absolute}.stats-section .container{position:relative;z-index:1}.stats-section .section-header .section-subtitle,.stats-section .section-header h2{color:#fff}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:4rem;text-align:center}.stat-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:36px;padding:2.5rem;transition:all .4s ease}.stat-item:hover{background:#ffffff26;box-shadow:0 20px 40px #00000040;transform:translateY(-8px)}.stat-icon{font-size:2.6rem;margin-bottom:.8rem}.stat-number{background:linear-gradient(135deg,#f9d779,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3.5rem;font-weight:800;margin-bottom:.5rem}.stat-label,.stat-number{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.stat-label{color:#fffffff2;font-size:1rem;font-weight:500;letter-spacing:.5px}.services-offered{border-top:1px solid #fff3;padding-top:3rem;text-align:center}.services-offered h3{color:#fff;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:2rem;font-weight:700;margin-bottom:2rem}.service-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.service-tags span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #fff3;border-radius:100px;color:#fff;cursor:pointer;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:.85rem;font-weight:600;padding:.7rem 1.6rem;transition:all .3s ease}.service-tags span:hover{background:linear-gradient(135deg,#23ced9,#fca47c);border-color:#0000;color:#0f172a;transform:translateY(-3px)}.sticky-parallax-section{height:600px;overflow:hidden;position:relative}.parallax-background{background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1561070791-2526d30994b5?w=1600&q=80);background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;transform:scale(1.05)}.parallax-background:before{background:linear-gradient(135deg,#00000080,#0000004d);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.parallax-content{align-items:center;display:flex;height:100%;position:relative;text-align:center}.parallax-content h2{color:#fff;font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}.parallax-content h2,.parallax-content p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.parallax-content p{color:#ffffffeb;font-size:1.1rem;line-height:1.8;margin:0 auto 2rem;max-width:700px}.parallax-features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.parallax-feature{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:100px;color:#fff;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:.9rem;font-weight:500;padding:.7rem 1.5rem;transition:all .3s ease}.parallax-feature:hover{background:#f9d779;color:#0f172a;transform:translateY(-3px)}.parallax-btn{background:linear-gradient(135deg,#f9d779,#fca47c);border:none;border-radius:100px;box-shadow:0 8px 20px #0003;color:#0f172a;cursor:pointer;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:1rem;font-weight:700;padding:1rem 2.8rem;transition:all .3s ease}.parallax-btn:hover{background:linear-gradient(135deg,#23ced9,#1a9ea6);box-shadow:0 15px 30px #23ced966;color:#fff;transform:translateY(-4px)}.testimonials-section{background-attachment:fixed;background-image:url(https://i.postimg.cc/brkFTLJh/IMG-2991.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:6rem 0;position:relative}.testimonials-section:before{background:#000000b3;content:"";inset:0;position:absolute}.testimonials-section .container{position:relative;z-index:1}.testimonials-section .section-subtitle,.testimonials-section .section-tag,.testimonials-section h2{color:#fff!important}.testimonials-section .section-tag{background:#ffffff1f;border-color:#ffffff40;color:#fff!important}.testimonials-section h2{background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:#0000!important}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.testimonial-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:36px;box-shadow:0 15px 35px #0000001a;padding:2.5rem;position:relative;transition:all .4s ease}.testimonial-card:hover{background:#fff;box-shadow:0 25px 45px #0003;transform:translateY(-8px)}.testimonial-quote{background:linear-gradient(135deg,#23ced9,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Rasputin,Georgia,serif;font-size:5rem;left:1.5rem;opacity:.4;position:absolute;top:.5rem}.testimonial-card p{color:#1e293b;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-style:italic;line-height:1.8;margin-bottom:1.8rem;padding-left:1rem}.testimonial-author{border-top:1px solid #23ced94d;padding-top:1.2rem}.author-name{color:#0f172a;font-size:1rem;font-weight:800;margin-bottom:.2rem}.author-business,.author-name{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.author-business{color:#fca47c;font-size:.85rem;font-weight:600}.final-section{background:linear-gradient(135deg,#f8fafc,#fff);border-top:1px solid #0000000d;padding:6rem 0;text-align:center}.final-section .trust-badges span,.final-section h2,.final-section p,.secondary-btn{color:#0f172a!important}.final-content h2{background:linear-gradient(135deg,#f9d779,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000!important;font-size:3rem;font-weight:800;margin-bottom:1rem}.final-content h2,.final-content p{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.final-content p{color:#475569;font-size:1.1rem;margin:0 auto 2rem;max-width:600px}.final-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}.primary-btn{background:linear-gradient(135deg,#f9d779,#fca47c);border:none;border-radius:100px;color:#0f172a;cursor:pointer;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:1rem;font-weight:700;padding:1rem 2.8rem;transition:all .3s ease}.primary-btn:hover{background:linear-gradient(135deg,#23ced9,#1a9ea6);box-shadow:0 12px 25px #23ced966;color:#fff;transform:translateY(-4px)}.secondary-btn{background:#0000;border:2px solid #fca47c;border-radius:100px;color:#0f172a;cursor:pointer;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:1rem;font-weight:700;padding:1rem 2.8rem;transition:all .3s ease}.secondary-btn:hover{background:#fca47c1a;border-color:#23ced9;color:#23ced9;transform:translateY(-4px)}.trust-badges{border-top:1px solid #00000014;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding-top:1.5rem}.trust-badges span{color:#475569;font-family:Rasputin,Segoe UI,Arial,sans-serif!important;font-size:.9rem;font-weight:500;transition:color .3s ease}.trust-badges span:hover{color:#fca47c}@media (max-width:1200px){.unified-collage{min-height:580px}.hero-title-line1{font-size:3.8rem}}@media (max-width:1024px){.hero-title-line1{font-size:3.2rem}.hero-title-line2,.hero-title-line3{font-size:1.8rem}.unified-collage{min-height:520px}.section-header h2{font-size:2.5rem}.parallax-content h2{font-size:2.6rem}.hero-right{height:480px}}@media (max-width:900px){.unified-collage{min-height:700px}.collage-piece{width:30%!important}}@media (max-width:768px){.hero-container{flex-direction:column;text-align:center}.hero-content-wrapper{padding:3rem 5% 4rem}.hero-left{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0000008c;padding:2rem}.hero-title-line1{font-size:2.6rem}.hero-title-line2,.hero-title-line3{font-size:1.5rem}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.hero-trust-badges{justify-content:center}.hero-right{height:420px}.hero-floating-card{height:130px;width:130px}.unified-collage{min-height:620px}.collage-piece{width:32%!important}.slanted-card{height:185px;width:250px}.parallax-content h2{font-size:2.2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.final-content h2{font-size:2.2rem}.about-grid,.services-grid,.testimonials-grid,.why-grid{grid-template-columns:1fr}.service-tags{gap:.8rem}.service-tags span{font-size:.8rem;padding:.6rem 1.2rem}.hero-section:hover .hero-left,.hero-section:hover .hero-right{transform:translateX(0)}}@media (max-width:600px){.unified-collage{min-height:520px}.collage-piece{width:45%!important}.hero-floating-card{height:100px;width:100px}.hero-circle-bg{height:300px;width:300px}.hero-title-line1{font-size:2rem}.hero-title-line2,.hero-title-line3{font-size:1.2rem}.hero-right{height:360px}}@media (max-width:480px){.hero-title-line1{font-size:1.8rem}.hero-title-line2,.hero-title-line3{font-size:1rem}.hero-floating-card{height:85px;width:85px}.hero-right{height:340px}.unified-collage{min-height:480px}.collage-piece{width:48%!important}.slanted-card{height:145px;width:200px}.parallax-features{align-items:center;flex-direction:column;gap:.6rem}.stats-grid{grid-template-columns:1fr}.section-header h2{font-size:1.8rem}.hero-buttons{align-items:center;flex-direction:column}.hero-lessons-btn,.hero-signup-btn{max-width:260px;width:100%}.final-buttons{align-items:center;flex-direction:column}.primary-btn,.secondary-btn{max-width:260px;width:100%}.trust-badges{align-items:center;flex-direction:column;gap:.6rem}.final-content h2,.parallax-content h2{font-size:1.8rem}.services-offered h3{font-size:1.6rem}.sticky-parallax-section{height:100vh}}@media (max-width:380px){.unified-collage{min-height:420px}.collage-piece{margin-bottom:1rem;position:relative!important;width:100%!important}.collage-piece-inner{padding-bottom:80%}.hero-floating-card{height:75px;width:75px}.slanted-card{height:120px;width:170px}.hero-title-line1{font-size:1.6rem}.hero-right{height:300px}}.collage-piece-inner{transition:box-shadow .3s ease}.collage-piece img{transition:opacity .4s ease}.collage-piece:hover img{opacity:.85}.services-page{background:linear-gradient(135deg,#f8fafc,#fff);overflow-x:hidden;position:relative}.services-bg{bottom:0;left:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.bg-gradient{filter:blur(100px);height:60vw;opacity:.15;width:60vw}.gradient-1{animation:floatGlow 20s ease-in-out infinite;background:radial-gradient(circle,#23ced9,#0000);left:-20vw;top:-20vh}.gradient-2{animation:floatGlow 25s ease-in-out infinite reverse;background:radial-gradient(circle,#fca47c,#0000);bottom:-20vh;right:-20vw}.gradient-3{animation:pulseGlow 15s ease-in-out infinite;background:radial-gradient(circle,#f9d779,#0000);left:40%;top:40%}@keyframes floatGlow{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,5%) scale(1.1)}}@keyframes pulseGlow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.2)}}.particles-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.particle{animation:floatParticle linear infinite;background:linear-gradient(135deg,#23ced9,#fca47c);border-radius:50%;position:absolute}@keyframes floatParticle{0%{opacity:0;transform:translateY(100vh) rotate(0deg)}10%{opacity:.3}90%{opacity:.3}to{opacity:0;transform:translateY(-100vh) rotate(1turn)}}.container{position:relative;z-index:2}.section-header{margin-bottom:4rem}.section-tag{gap:.6rem}.section-tag.light{background:#ffffff1f;border-color:#ffffff40;color:#fff}.tag-icon{font-size:1.1rem}.section-header h2{font-family:Rasputin,Inter,sans-serif;font-weight:800;letter-spacing:-.02em}.section-subtitle{color:#475569;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:680px}.services-hero{align-items:center;display:flex;justify-content:center;min-height:85vh;overflow:hidden;position:relative;text-align:center}.hero-overlay-dark{background:linear-gradient(135deg,#000000bf,#0009);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.slanted-video-preview.expanded{bottom:10%;width:70%}.hero-shape{border-radius:50%;filter:blur(80px);height:300px;opacity:.3;position:absolute;width:300px;z-index:1}.shape-1{animation:floatShape 15s ease-in-out infinite;background:#23ced9;left:-100px;top:-100px}.shape-2{animation:floatShape 18s ease-in-out infinite reverse;background:#fca47c;bottom:-100px;right:-100px}@keyframes floatShape{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,30px) scale(1.1)}}.services-hero-content{margin:0 auto;max-width:900px;padding:4rem 0;position:relative;z-index:15}.hero-badge{background:#ffffff1a;gap:.6rem;margin-bottom:2rem;padding:.6rem 1.6rem}.badge-icon{animation:pulse 2s infinite}.services-hero-title{color:#fff;font-family:Rasputin,Inter,sans-serif;font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.services-hero-subtitle{color:#ffffffd9;font-size:1.2rem;line-height:1.7;margin:0 auto 3rem;max-width:700px}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.hero-stat{text-align:center}.hero-stat-value{background:linear-gradient(135deg,#f9d779,#fca47c,#23ced9);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Rasputin,Inter,sans-serif;font-size:2.5rem;font-weight:800}.hero-stat-label{color:#ffffffb3;font-size:.9rem;margin-top:.3rem}.scroll-hint{bottom:30px;left:50%;position:absolute;transform:translateX(-50%);z-index:15}.scroll-mouse{border:2px solid #ffffff80;border-radius:20px;height:42px;position:relative;width:26px}.scroll-wheel{animation:scrollWheel 1.5s infinite;background:#fff;border-radius:2px;height:8px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:4px}@keyframes scrollWheel{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(15px)}}.services-filter-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:#fffffff2;box-shadow:0 4px 20px #0000000d;padding:2rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.filter-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.filter-label{color:#0f172a;font-size:.9rem;font-weight:600}.filter-buttons{display:flex;flex-wrap:wrap;gap:.8rem}.filter-btn{align-items:center;background:#f1f5f9;border:none;border-radius:100px;color:#475569;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.6rem 1.3rem;transition:all .3s ease}.filter-btn .filter-icon{font-size:1rem}.filter-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#23ced9,#fca47c);box-shadow:0 4px 15px #23ced94d;color:#fff}.services-grid-section{padding:5rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.service-card{animation:fadeInUp .6s ease both;height:600px;perspective:1000px}.service-card-inner{border-radius:28px;height:100%;position:relative;text-align:left;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.9,.4,1.1);width:100%}.service-card:hover .service-card-inner{transform:rotateY(180deg)}.service-card-back,.service-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:28px;height:100%;overflow:hidden;position:absolute;width:100%}.service-card-front{background:#fff;box-shadow:0 20px 40px #0000001a}.service-image-wrapper{height:350px;overflow:hidden;position:relative}.service-bg-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-card-front:hover .service-bg-img{transform:scale(1.1)}.service-overlay{bottom:0;left:0;opacity:.6;position:absolute;right:0;top:0}.popular-badge{background:linear-gradient(135deg,#f9d779,#fca47c);border-radius:100px;color:#0f172a;font-size:.7rem;font-weight:700;padding:.3rem .8rem;position:absolute;right:15px;top:15px;z-index:3}.service-icon-bg{align-items:center;border-radius:20px;bottom:-20px;box-shadow:0 10px 20px #0003;display:flex;height:70px;justify-content:center;position:absolute;right:20px;width:70px;z-index:2}.service-icon{font-size:2rem}.service-content{padding:1.5rem}.service-content h3{color:#0f172a;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.service-content p{color:#475569;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.service-features-preview{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:#f1f5f9;color:#475569}.feature-more,.feature-tag{border-radius:100px;font-size:.7rem;padding:.3rem .8rem}.feature-more{color:#fff}.feature-more,.service-card-back{background:linear-gradient(135deg,#23ced9,#fca47c)}.service-card-back{align-items:center;display:flex;justify-content:center;padding:1.8rem;transform:rotateY(180deg)}.service-back-content{color:#fff;max-height:100%;overflow-y:auto;text-align:center}.service-back-icon{font-size:2.5rem;margin-bottom:.8rem}.service-back-content h4{font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.service-back-content p{font-size:.85rem;line-height:1.5;margin-bottom:1rem;opacity:.9}.service-back-features{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:1rem}.back-feature{background:#fff3;border-radius:100px;font-size:.7rem;padding:.2rem .6rem}.service-cta{background:#fff;border:none;border-radius:100px;color:#23ced9;cursor:pointer;font-size:.85rem;font-weight:700;padding:.7rem 1.5rem;transition:all .3s ease}.service-cta:hover{box-shadow:0 8px 20px #0003;transform:translateY(-3px)}.featured-work-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.featured-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.featured-card{border-radius:24px;cursor:pointer;height:250px;overflow:hidden;position:relative;transition:all .3s ease}.featured-large{grid-column:span 2;grid-row:span 2;height:auto}.featured-card img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.featured-card:hover img{transform:scale(1.08)}.featured-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:1.5rem;position:absolute;right:0;transform:translateY(20px);transition:transform .3s ease}.featured-card:hover .featured-overlay{transform:translateY(0)}.featured-category{background:#23ced9cc;border-radius:100px;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;padding:.2rem .6rem;text-transform:uppercase}.featured-overlay h3{font-size:1rem;margin-bottom:.2rem}.featured-overlay p{font-size:.8rem;opacity:.8}.why-choose-section{background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden;padding:5rem 0;position:relative}.parallax-bg{background-image:url(https://images.unsplash.com/photo-1561070791-2526d30994b5?w=1600&q=80);background-position:50%;background-size:cover;bottom:0;left:0;opacity:.05;pointer-events:none;position:absolute;right:0;top:0}.why-choose-wrapper{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr auto}@media (max-width:900px){.why-choose-wrapper{grid-template-columns:1fr}}.why-choose-content h2{color:#fff;margin:1rem 0 2rem}.why-features{display:flex;flex-direction:column;gap:1.5rem}.why-feature{align-items:flex-start;display:flex;gap:1rem}.why-icon{font-size:1.8rem}.why-feature h4{color:#fff;font-size:1.1rem;margin-bottom:.3rem}.why-feature p{color:#ffffffb3;font-size:.9rem}.why-choose-stats{display:flex;gap:1.5rem}.stats-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;min-width:130px;padding:1.5rem;text-align:center;transition:all .3s ease}.stats-card:hover{background:#ffffff26;transform:translateY(-5px)}.stats-card-icon{font-size:2rem;margin-bottom:.5rem}.stats-card-number{color:#f9d779;font-family:Rasputin,Inter,sans-serif;font-size:2rem;font-weight:800}.stats-card-label{color:#fff;font-size:.85rem}.stats-card-stars{color:#f9d779;font-size:.75rem;margin-top:.5rem}.stats-card-sub{color:#fff9;font-size:.75rem;margin-top:.3rem}.process-section{background:#fff;padding:5rem 0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2rem}.process-step{background:#f8fafc;border-radius:28px;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.process-step:hover{box-shadow:0 20px 40px #23ced926;transform:translateY(-8px)}.step-number{align-items:center;background:linear-gradient(135deg,#23ced9,#fca47c);border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:800;height:35px;justify-content:center;left:20px;position:absolute;top:-15px;width:35px}.step-icon{font-size:2.5rem;margin-bottom:1rem}.process-step h3{color:#0f172a;font-size:1.2rem;margin-bottom:.8rem}.process-step p{color:#475569;font-size:.9rem;line-height:1.6}.faq-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:5rem 0}.faq-grid{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:800px}.faq-item{box-shadow:0 4px 15px #0000000d;overflow:hidden}.faq-item:hover{box-shadow:0 8px 25px #23ced91a}.faq-question{align-items:center;color:#0f172a;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1.2rem 1.5rem;transition:background .3s ease}.faq-question:hover{background:#f8fafc}.faq-icon{color:#23ced9;font-size:1.2rem;font-weight:700;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{color:#475569;display:none;line-height:1.6;padding:0 1.5rem 1.2rem}.faq-item.active .faq-answer{animation:fadeSlide .3s ease;display:block}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.services-cta{background:linear-gradient(135deg,#23ced9,#fca47c);padding:5rem 0;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem}.cta-primary,.cta-secondary{align-items:center;border:none;border-radius:100px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.6rem;padding:1rem 2.5rem;transition:all .3s ease}.cta-primary{background:#fff;color:#23ced9}.cta-primary:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.cta-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;color:#fff}.cta-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.arrow-icon,.phone-icon{transition:transform .3s ease}.cta-primary:hover .arrow-icon,.cta-secondary:hover .phone-icon{transform:translateX(5px)}@media (max-width:1024px){.services-hero-title{font-size:3rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.section-header h2{font-size:2.5rem}.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-large{grid-column:span 1}.slanted-video-preview{bottom:20px;width:240px}.slanted-video-preview.expanded{width:75%}}@media (max-width:768px){.services-hero-title{font-size:2rem}.services-hero-subtitle{font-size:1rem}.hero-stats{gap:2rem}.hero-stat-value{font-size:1.8rem}.filter-wrapper{flex-direction:column;text-align:center}.filter-buttons{justify-content:center}.services-grid{grid-template-columns:1fr}.service-card{height:480px}.section-header h2{font-size:2rem}.featured-grid,.process-steps{grid-template-columns:1fr}.why-choose-stats{align-items:center;flex-direction:column}.stats-card{width:100%}.cta-content h2{font-size:1.8rem}.cta-buttons{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{justify-content:center;max-width:280px;width:100%}.slanted-video-preview{bottom:15px;right:3%;width:180px}.slanted-video-preview.expanded{width:85%}.video-expand-hint{font-size:.6rem}}@media (max-width:480px){.services-hero-title{font-size:1.6rem}.hero-stats{gap:1rem}.hero-stat-value{font-size:1.2rem}.hero-stat-label{font-size:.7rem}.filter-btn{font-size:.75rem;padding:.4rem 1rem}.service-card{height:520px}.featured-overlay{padding:1rem}.featured-overlay h3{font-size:.9rem}.slanted-video-preview{bottom:10px;width:140px}}button:focus-visible{outline:2px solid #23ced9;outline-offset:2px}@font-face{font-display:swap;font-family:Rasputin;font-style:normal;font-weight:400;src:url(https://fonts.cdnfonts.com/s/10294/RASPUTN.woff) format("woff")}@font-face{font-display:swap;font-family:Rasputin;font-style:normal;font-weight:700;src:url(https://fonts.cdnfonts.com/s/10294/RasputinBold.woff) format("woff")}.works-page,.works-page *,.works-page a,.works-page button,.works-page div,.works-page em,.works-page h1,.works-page h2,.works-page h3,.works-page h4,.works-page h5,.works-page h6,.works-page input,.works-page label,.works-page li,.works-page p,.works-page span,.works-page strong{font-family:Rasputin,Segoe UI,Arial,sans-serif!important}.works-page{background:#fff;min-height:100vh;overflow-x:hidden}.container{max-width:1480px}.works-bg{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:0}.bg-gradient{border-radius:50%;filter:blur(80px);height:60%;opacity:.4;position:absolute;width:60%}.w-gradient-1{animation:floatGrad1 20s ease-in-out infinite;background:radial-gradient(circle,#f9d7794d,#fca47c1a);left:-10%;top:-10%}.w-gradient-2{animation:floatGrad2 18s ease-in-out infinite;background:radial-gradient(circle,#23ced940,#23ced90d);bottom:-10%;right:-10%}.w-gradient-3{animation:floatGrad3 22s ease-in-out infinite;background:radial-gradient(circle,#f9d77933,#fca47c14);left:40%;top:40%}@keyframes floatGrad1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,5%) scale(1.1)}}@keyframes floatGrad2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-5%,-5%) scale(1.15)}}@keyframes floatGrad3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(3%,-3%) scale(1.05)}}.section-tag{align-items:center;background:linear-gradient(135deg,#23ced91a,#fca47c1a);border:1px solid #23ced933;color:#1a1a2e;display:inline-flex;gap:8px;margin-bottom:1.2rem;padding:.6rem 1.5rem}.tag-icon{font-size:1rem}.section-header h2{color:#1a1a2e;font-size:2.5rem;margin-bottom:.5rem}.gradient-text{background:linear-gradient(135deg,#f9d779,#fca47c,#23ced9)}.works-hero{align-items:center;display:flex;justify-content:center;margin-top:70px;min-height:80vh;overflow:hidden;position:relative;text-align:center}.hero-video-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-background-video{height:100%;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(135deg,#000000b3,#00000080);inset:0;position:absolute}.slanted-video-preview{bottom:-30px;cursor:pointer;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));position:absolute;right:5%;transition:all .5s cubic-bezier(.4,0,.2,1);width:280px;z-index:10}.slanted-video-inner{border:3px solid #ffffff4d;border-radius:16px;box-shadow:0 15px 35px #0003;overflow:hidden;position:relative;transform:skewX(-5deg) rotate(-2deg);transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.preview-video{display:block;height:auto;transition:transform .5s ease;width:100%}.video-expand-hint{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:10px;color:#fff;font-size:.7rem;left:0;opacity:.8;padding:4px 8px;position:absolute;right:0;text-align:center;transform:skewX(5deg) rotate(2deg);transition:opacity .3s ease}.slanted-video-preview.expanded{bottom:5%;max-width:500px;right:50%;transform:translateX(50%);width:85%;z-index:100}.slanted-video-preview.expanded .slanted-video-inner{border-color:#23ced9cc;border-width:4px;transform:skewX(0deg) rotate(0deg)}.slanted-video-preview.expanded .video-expand-hint{opacity:0;visibility:hidden}.slanted-video-preview:hover .video-expand-hint{opacity:1}.works-hero-content{padding:4rem 0;position:relative;z-index:2}.hero-badge{align-items:center;color:#fff;display:inline-flex;font-size:.85rem;gap:8px;padding:.5rem 1.2rem}.badge-icon{font-size:1rem}.works-hero-title{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1rem}.works-hero-subtitle{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.stats-ribbon{padding:2.5rem 0;position:relative;z-index:2}.stats-ribbon-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);text-align:center}.stat-ribbon-item{align-items:center;display:flex;flex-direction:column;gap:.5rem}.stat-ribbon-icon{font-size:2rem}.stat-ribbon-value{background:linear-gradient(135deg,#f9d779,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem;font-weight:800}.stat-ribbon-label{color:#000;font-size:.85rem;letter-spacing:1px}.projects-grid-section{padding:5rem 0;position:relative;z-index:2}.projects-masonry{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project-card{animation:cardFadeIn .6s ease forwards;background:#f8fafc;border-radius:20px;box-shadow:0 10px 30px #00000014;cursor:pointer;opacity:0;overflow:hidden;position:relative;transform:translateY(30px);transition:all .4s ease}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.project-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.project-card-image{overflow:hidden;padding-bottom:75%;position:relative;width:100%}.project-card-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .5s ease;width:100%}.project-card:hover .project-card-image img{transform:scale(1.08)}.project-overlay{align-items:center;background:linear-gradient(135deg,#23ced9e6,#fca47ce6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.hover-info{color:#fff;text-align:center;transform:translateY(20px);transition:transform .3s ease}.project-card:hover .hover-info{transform:translateY(0)}.hover-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.hover-info p{margin-bottom:1rem;opacity:.9}.view-detail{background:#fff3;border-radius:50px;display:inline-block;font-size:.8rem;font-weight:600;padding:.4rem 1rem;transition:all .3s ease}.view-detail:hover{color:#23ced9}.works-cta{padding:4rem 0;position:relative;text-align:center;z-index:2}.cta-content h2{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:.8rem}.cta-content p{color:#000;font-size:1rem;margin-bottom:1.5rem}.cta-button{align-items:center;background:linear-gradient(135deg,#f9d779,#fca47c);border:none;border-radius:50px;color:#1a1a2e;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:10px;padding:1rem 2.5rem;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#23ced9,#1a9ea6);box-shadow:0 10px 25px #23ced94d;color:#fff;transform:translateY(-3px)}.arrow-icon{transition:transform .3s ease}.cta-button:hover .arrow-icon{transform:translateX(5px)}.project-modal{align-items:center;animation:modalFadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:modalSlideUp .4s ease;background:#fff;border-radius:32px;display:flex;flex-direction:column;max-height:90vh;max-width:1000px;overflow:hidden;position:relative;width:100%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:40px;justify-content:center;position:absolute;right:20px;top:15px;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#fca47c;transform:rotate(90deg)}.modal-gallery{background:#1a1a2e;padding:1.5rem}.modal-gallery>img{border-radius:20px;height:300px;object-fit:cover;width:100%}.modal-thumbnails{display:flex;gap:.8rem;margin-top:1rem;overflow-x:auto;padding-bottom:.5rem}.modal-thumbnails::-webkit-scrollbar{height:5px}.modal-thumbnails::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.modal-thumbnails::-webkit-scrollbar-thumb{background:#23ced9;border-radius:10px}.modal-thumb{border:2px solid #0000;border-radius:12px;cursor:pointer;height:60px;object-fit:cover;transition:all .3s ease;width:80px}.modal-thumb:hover{border-color:#fca47c;transform:scale(1.05)}.modal-info{padding:2rem}.modal-category{border-radius:50px;color:#23ced9;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:.3rem 1rem}.modal-info h2{color:#1a1a2e;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.modal-info p{color:#4a4a6a;line-height:1.7;margin-bottom:1.5rem}.modal-details{grid-gap:1rem;border-bottom:1px solid #00000014;border-top:1px solid #00000014;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem;padding:1rem 0}.detail-item{display:flex;flex-direction:column;gap:.3rem}.detail-label{color:#23ced9;font-size:.75rem;font-weight:600;letter-spacing:1px}.detail-item span:last-child{color:#1a1a2e;font-size:.9rem;font-weight:500}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.modal-tag{background:#f0f0f0;border-radius:50px;color:#4a4a6a;font-size:.75rem;padding:.3rem .8rem;transition:all .3s ease}.modal-tag:hover{transform:translateY(-2px)}.modal-cta,.modal-tag:hover{background:linear-gradient(135deg,#f9d779,#fca47c);color:#1a1a2e}.modal-cta{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;transition:all .3s ease;width:100%}.modal-cta:hover{background:linear-gradient(135deg,#23ced9,#1a9ea6);box-shadow:0 5px 15px #23ced94d;color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.works-hero-title{font-size:2.8rem}.projects-masonry{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.stats-ribbon-grid{gap:1rem}.stat-ribbon-value{font-size:1.6rem}.slanted-video-preview{bottom:-20px;width:240px}.slanted-video-preview.expanded{width:75%}}@media (max-width:768px){.container{padding:0 20px}.works-hero{margin-top:60px;min-height:50vh}.works-hero-title{font-size:2rem}.works-hero-subtitle{font-size:.9rem}.stats-ribbon{padding:1.5rem 0}.stats-ribbon-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.projects-masonry{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.section-header h2{font-size:2rem}.cta-content h2{font-size:1.8rem}.modal-info h2{font-size:1.4rem}.modal-details{gap:.8rem;grid-template-columns:1fr}.modal-gallery>img{height:200px}.slanted-video-preview{bottom:-15px;right:3%;width:180px}.slanted-video-preview.expanded{width:85%}.video-expand-hint{font-size:.6rem}}@media (max-width:480px){.works-hero-title{font-size:1.6rem}.works-hero-content{padding:3rem 0}.hero-badge{font-size:.7rem}.projects-masonry{grid-template-columns:1fr}.project-card-image{padding-bottom:65%}.stat-ribbon-value{font-size:1.3rem}.stat-ribbon-icon{font-size:1.5rem}.stat-ribbon-label{font-size:.7rem}.section-header h2{font-size:1.6rem}.cta-content h2{font-size:1.4rem}.cta-button{font-size:.9rem;padding:.8rem 1.8rem}.modal-content{max-height:95vh}.modal-info{padding:1.2rem}.modal-info h2{font-size:1.2rem}.modal-info p{font-size:.85rem}.modal-thumb{height:45px;width:60px}.slanted-video-preview{bottom:-10px;width:140px}.works-hero{height:80vh}}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s ease}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.project-card.loading{animation:shimmer 1.5s linear infinite;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%}@keyframes shimmer{to{background-position-x:-200%}}.works-page ::selection{background:#23ced9;color:#fff}.works-page a:focus-visible,.works-page button:focus-visible{outline:2px solid #23ced9;outline-offset:2px}.section-tag{color:#000!important}.catalog-page{overflow-x:hidden}.section-header{margin-bottom:3rem;position:relative;text-align:center}.section-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#23ced91f,#fca47c1f);border:1px solid #23ced940;border-radius:100px;color:#0f172a;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem;padding:.6rem 1.8rem;text-transform:uppercase;transition:all .4s cubic-bezier(.2,.9,.4,1.1)}.section-header h2{background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}.gradient-text{background:linear-gradient(135deg,#23ced9,#fca47c)}.section-header .section-subtitle{color:#475569;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:680px}.catalog-hero-section{background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1561070791-2526d30994b5?w=1600&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative}.catalog-hero-overlay{background:linear-gradient(135deg,#000000a6,#00000080);inset:0;position:absolute;z-index:1}.catalog-hero-content-wrapper{align-items:center;display:flex;flex:1 1;padding:5rem 5% 6rem;position:relative;z-index:10}.catalog-hero-container{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1400px;width:100%}.catalog-hero-left{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#00000073;border:1px solid #fff3;border-radius:56px;box-shadow:0 30px 50px #00000040;flex:1 1;min-width:320px;padding:2.8rem;transition:all .6s cubic-bezier(.2,.9,.4,1.1)}.catalog-hero-right{flex:1 1;height:540px;min-width:320px;position:relative}.hero-badge-new{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #fff3;border-radius:100px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.6rem;margin-bottom:1.8rem;padding:.6rem 1.6rem}.badge-pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.catalog-hero-title{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.8rem}.hero-title-line1{background:linear-gradient(135deg,#fca47c,#23ced9,#f9d779);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:4.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;text-shadow:0 2px 10px #0000001a}.hero-title-line2{color:#fff;font-size:2.2rem;font-weight:500;text-shadow:0 2px 8px #0003}.hero-title-line3{background:linear-gradient(135deg,#fca47c,#f9d779);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.2rem;font-weight:700;text-shadow:0 2px 8px #0000001a}.catalog-hero-description{color:#ffffffeb;font-size:1.1rem;line-height:1.7;margin-bottom:2.2rem;max-width:520px;text-shadow:0 1px 4px #00000026}.catalog-hero-buttons{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:2rem}.hero-signup-btn{background:linear-gradient(135deg,#23ced9,#1a9ea6);border:none;border-radius:100px;box-shadow:0 8px 20px #23ced94d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;overflow:hidden;padding:1rem 2.6rem;position:relative;transition:all .3s ease}.hero-signup-btn:before{background:linear-gradient(90deg,#0000,#ffffff40,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero-signup-btn:hover:before{left:100%}.hero-signup-btn:hover{background:linear-gradient(135deg,#fca47c,#f0885a);box-shadow:0 14px 30px #fca47c73;transform:translateY(-4px)}.hero-lessons-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:2px solid #23ced9;border-radius:100px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.6rem;transition:all .3s ease}.hero-lessons-btn:hover{background:#fca47c33;border-color:#fca47c;box-shadow:0 8px 20px #fca47c4d;transform:translateY(-4px)}.catalog-hero-trust-badges{display:flex;flex-wrap:wrap;gap:1rem}.catalog-hero-trust-badges span{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;border-radius:100px;color:#fff;display:flex;font-size:.85rem;gap:.5rem;padding:.5rem 1.2rem;text-shadow:0 1px 2px #0003;transition:all .3s ease}.catalog-hero-trust-badges span:hover{background:#0009;transform:translateY(-2px)}.catalog-collage{height:100%;position:relative;width:100%}.collage-piece{animation:fadeScale .6s ease forwards;cursor:pointer;opacity:0;position:absolute;transition:all .6s cubic-bezier(.4,0,.2,1)!important;will-change:transform,top,left}@keyframes fadeScale{0%{opacity:0;transform:scale(.7) rotate(-5deg)}to{opacity:1;transform:scale(1) rotate(0deg);transform:scale(1) rotate(var(--rotate,0deg))}}.collage-piece-inner{background:#fff;border-radius:32px;box-shadow:0 20px 40px #0000001f;overflow:hidden;padding-bottom:100%;position:relative;transition:all .4s ease;width:100%}.collage-piece-inner img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .6s ease;width:100%}.collage-piece:hover .collage-piece-inner{box-shadow:0 30px 50px #23ced940;transform:scale(1.06) translateY(-6px)}.collage-piece:hover img{transform:scale(1.12)}.collage-piece-overlay{align-items:center;background:linear-gradient(135deg,#23ced9eb,#fca47ceb);border-radius:32px;bottom:0;display:flex;flex-direction:column;gap:.6rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .35s ease}.collage-piece:hover .collage-piece-overlay{opacity:1}.collage-piece-overlay p{color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:0 10px;text-align:center}.catalog-stats-section{background:linear-gradient(135deg,#0f172a,#1e293b);padding:4rem 0}.stats-grid-catalog{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item-catalog{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:36px;padding:2rem;transition:all .4s ease}.stat-item-catalog:hover{background:#ffffff26;box-shadow:0 20px 40px #00000040;transform:translateY(-8px)}.stat-icon-catalog{font-size:2.6rem;margin-bottom:.8rem}.stat-number-catalog{background:linear-gradient(135deg,#f9d779,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label-catalog{color:#fffffff2;font-size:1rem;font-weight:500;letter-spacing:.5px}.catalog-filters-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 0 2rem}.catalog-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.filter-btn-catalog{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:100px;color:#475569;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 1.8rem;transition:all .3s ease}.filter-icon{font-size:1.1rem}.filter-count{background:#e2e8f0;border-radius:100px;font-size:.75rem;margin-left:.5rem;padding:.2rem .6rem}.filter-btn-catalog:hover{border-color:#23ced9;color:#23ced9;transform:translateY(-2px)}.filter-btn-catalog.active{background:linear-gradient(135deg,#23ced9,#1a9ea6);border-color:#23ced9;box-shadow:0 8px 20px #23ced94d;color:#fff}.filter-btn-catalog.active .filter-count{background:#ffffff4d;color:#fff}.designs-grid-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:3rem 0 5rem}.designs-masonry{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.design-card{animation:fadeInUp .5s ease forwards;background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000d;opacity:0;overflow:hidden;transition:all .4s ease}.design-card:hover{box-shadow:0 25px 45px #23ced926;transform:translateY(-8px)}.design-card-image{background:#f1f5f9;height:260px;overflow:hidden;position:relative}.design-card-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.design-card:hover .design-card-image img{transform:scale(1.08)}.design-overlay{align-items:center;background:linear-gradient(135deg,#23ced9f2,#fca47cf2);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;right:0;text-align:center;top:0;transition:opacity .35s ease}.design-card:hover .design-overlay{opacity:1}.design-icon-badge{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;border-radius:50%;display:flex;font-size:1.5rem;height:45px;justify-content:center;position:absolute;right:1rem;top:1rem;width:45px;z-index:2}.hover-info h3{color:#fff;font-size:1.3rem;margin-bottom:.8rem}.hover-info p{color:#ffffffe6;font-size:.85rem;line-height:1.5;margin-bottom:1.2rem}.inquire-btn{background:#fff;border:none;border-radius:100px;color:#23ced9;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.inquire-btn:hover{background:#0f172a;color:#fff;transform:translateX(5px)}.design-card-info{padding:1.2rem}.design-card-info h3{color:#0f172a;font-size:1rem;font-weight:700;margin-bottom:.6rem}.design-category{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.category-badge{background:#23ced91a;color:#23ced9;font-size:.7rem;font-weight:600}.category-badge,.design-price{border-radius:100px;padding:.3rem .8rem}.design-price{background:#fca47c1a;color:#fca47c;font-size:.8rem;font-weight:700}.empty-state-catalog{background:#fff;border-radius:24px;margin:2rem 0;padding:4rem;text-align:center}.empty-icon{display:block;font-size:4rem;margin-bottom:1rem}.empty-state-catalog h3{color:#0f172a;font-size:1.5rem;margin-bottom:.5rem}.empty-state-catalog p{color:#64748b}.catalog-services-section{background:linear-gradient(135deg,#0f172a,#1e293b);padding:4rem 0}.services-content{text-align:center}.services-content h3{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem}.service-tags-catalog{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.service-tags-catalog span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #fff3;border-radius:100px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.7rem 1.6rem;transition:all .3s ease}.service-tags-catalog span:hover{background:linear-gradient(135deg,#23ced9,#fca47c);border-color:#0000;color:#0f172a;transform:translateY(-3px)}.catalog-cta-section{background:linear-gradient(135deg,#f8fafc,#fff);border-top:1px solid #0000000d;padding:5rem 0;text-align:center}.cta-content-catalog h2{background:linear-gradient(135deg,#f9d779,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3rem;font-weight:800;margin-bottom:1rem}.cta-content-catalog p{color:#475569;font-size:1.1rem;margin:0 auto 2rem;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}.primary-btn-catalog{background:linear-gradient(135deg,#f9d779,#fca47c);border:none;border-radius:100px;color:#0f172a;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.8rem;transition:all .3s ease}.primary-btn-catalog:hover{background:linear-gradient(135deg,#23ced9,#1a9ea6);box-shadow:0 12px 25px #23ced966;color:#fff;transform:translateY(-4px)}.secondary-btn-catalog{background:#0000;border:2px solid #fca47c;border-radius:100px;color:#0f172a;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.8rem;transition:all .3s ease}.secondary-btn-catalog:hover{background:#fca47c1a;border-color:#23ced9;color:#23ced9;transform:translateY(-4px)}.trust-badges-catalog{border-top:1px solid #00000014;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding-top:1.5rem}.trust-badges-catalog span{color:#475569;font-size:.9rem;font-weight:500;transition:color .3s ease}.trust-badges-catalog span:hover{color:#fca47c}@media (max-width:1024px){.hero-title-line1{font-size:3.2rem}.hero-title-line2,.hero-title-line3{font-size:1.8rem}.catalog-hero-right{height:480px}.section-header h2{font-size:2.5rem}}@media (max-width:900px){.catalog-collage{min-height:500px}}@media (max-width:768px){.catalog-hero-container{flex-direction:column;text-align:center}.catalog-hero-left{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0000008c;padding:2rem}.hero-title-line1{font-size:2.6rem}.hero-title-line2,.hero-title-line3{font-size:1.5rem}.catalog-hero-description{margin-left:auto;margin-right:auto}.catalog-hero-buttons,.catalog-hero-trust-badges{justify-content:center}.catalog-hero-right{height:420px}.designs-masonry{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.stats-grid-catalog{grid-template-columns:repeat(2,1fr)}.cta-content-catalog h2{font-size:2.2rem}}@media (max-width:600px){.catalog-hero-right{height:360px}.hero-title-line1{font-size:2rem}.hero-title-line2,.hero-title-line3{font-size:1.2rem}.designs-masonry,.stats-grid-catalog{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.primary-btn-catalog,.secondary-btn-catalog{max-width:260px;width:100%}.trust-badges-catalog{align-items:center;flex-direction:column;gap:.6rem}}@media (max-width:480px){.hero-title-line1{font-size:1.8rem}.hero-title-line2,.hero-title-line3{font-size:1rem}.catalog-hero-right{height:340px}.section-header h2{font-size:1.8rem}.catalog-hero-buttons{align-items:center;flex-direction:column}.hero-lessons-btn,.hero-signup-btn{max-width:260px;width:100%}.services-content h3{font-size:1.6rem}.cta-content-catalog h2{font-size:1.8rem}}@media (max-width:380px){.catalog-hero-right{height:300px}.hero-title-line1{font-size:1.6rem}}html{scroll-behavior:smooth}a:focus-visible,button:focus-visible{outline:2px solid #23ced9;outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0}.container{margin:0 auto;max-width:1280px;padding:0 24px}.contact-page{background:linear-gradient(135deg,#f8fafc,#fff);overflow-x:hidden}.contact-hero{align-items:center;background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1561070791-2526d30994b5?w=1600&q=80);background-position:50%;background-size:cover;display:flex;min-height:50vh;position:relative;text-align:center}.contact-hero-overlay{align-items:center;background:linear-gradient(135deg,#000000bf,#0009);display:flex;height:100%;inset:0;position:absolute;width:100%}.contact-hero .container{position:relative;width:100%;z-index:2}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:100px;color:#23ced9;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.6rem 1.5rem}.badge-icon{margin-right:.5rem}.contact-hero-title{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1rem}.gradient-text{background:linear-gradient(135deg,#23ced9,#fca47c,#f9d779);-webkit-background-clip:text;background-clip:text;color:#0000}.contact-hero-subtitle{color:#ffffffe6;font-size:1.2rem;margin-bottom:1.5rem}.contact-hero-line{background:linear-gradient(135deg,#23ced9,#fca47c);border-radius:3px;height:3px;margin:0 auto;width:80px}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:-3rem auto 4rem;position:relative;z-index:10}.contact-info-section{background:#fff;border-radius:32px;box-shadow:0 20px 40px #00000014;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.contact-info-section:hover{box-shadow:0 25px 50px #23ced91f;transform:translateY(-5px)}.contact-info-title{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.contact-info-line{background:linear-gradient(135deg,#23ced9,#fca47c);border-radius:3px;height:3px;margin-bottom:1.2rem;width:60px}.contact-info-description{color:#475569;line-height:1.7;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon-wrapper{align-items:center;background:linear-gradient(135deg,#23ced91a,#fca47c1a);border-radius:16px;color:#23ced9;display:flex;flex-shrink:0;font-size:1.4rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.contact-item:hover .contact-icon-wrapper{background:linear-gradient(135deg,#23ced9,#fca47c);color:#fff;transform:scale(1.05)}.contact-details h3{color:#0f172a;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.contact-details p,.contact-link{color:#475569;display:block;font-size:.9rem;line-height:1.5;margin-bottom:.2rem;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#23ced9}.contact-highlight{background:#fca47c1a;border-radius:100px;color:#fca47c;display:inline-block;font-size:.75rem;margin-top:.3rem;padding:.2rem .6rem}.whatsapp-button{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:100px;color:#fff;display:flex;font-weight:600;gap:.8rem;justify-content:center;margin-bottom:1.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.whatsapp-button:hover{box-shadow:0 10px 25px #25d3664d;gap:1rem;transform:translateY(-3px)}.whatsapp-arrow{transition:transform .3s ease}.whatsapp-button:hover .whatsapp-arrow{transform:translateX(5px)}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;border-radius:50%;display:flex;font-size:1.2rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-icon.instagram{background:linear-gradient(135deg,#833ab4,#e4405f);color:#fff}.social-icon.facebook{background:#1877f2;color:#fff}.social-icon:hover{box-shadow:0 5px 15px #0003;transform:translateY(-3px) scale(1.05)}.contact-form-section{background:#fff;border-radius:32px;box-shadow:0 20px 40px #00000014;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.contact-form-section:hover{box-shadow:0 25px 50px #23ced91f;transform:translateY(-5px)}.contact-form-title{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.form-subtitle{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#0f172a;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:16px;font-family:inherit;font-size:.9rem;padding:.9rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#23ced9;box-shadow:0 0 0 3px #23ced91a;outline:none}.form-group input:hover,.form-group textarea:hover{border-color:#cbd5e1}.submit-button{align-items:center;background:linear-gradient(135deg,#23ced9,#1a9ea6);border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.8rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover{background:linear-gradient(135deg,#fca47c,#f0885a);box-shadow:0 10px 25px #fca47c4d;gap:1rem;transform:translateY(-3px)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.success-message{align-items:center;background:linear-gradient(135deg,#10b981,#059669);display:flex;gap:.8rem}.error-message,.success-message{border-radius:16px;color:#fff;font-size:.85rem;margin-bottom:1.5rem;padding:1rem 1.2rem}.error-message{background:linear-gradient(135deg,#ef4444,#dc2626)}.services-quick-section{margin:4rem 0;text-align:center}.section-title{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:1rem}.section-line{background:linear-gradient(135deg,#23ced9,#fca47c);border-radius:3px;height:3px;margin-bottom:2rem;width:80px}.section-line.centered{margin:0 auto 2rem}.services-quick-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2rem}.service-quick-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 5px 15px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.service-quick-card:hover{border-color:#23ced9;box-shadow:0 15px 30px #23ced91a;transform:translateY(-5px)}.service-icon{background:linear-gradient(135deg,#23ced9,#fca47c);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.5rem;margin-bottom:1rem}.service-quick-card h3{color:#0f172a;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.service-quick-card p{color:#64748b;font-size:.85rem}.map-section{margin:4rem 0}.map-title{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-align:center}.map-container{border-radius:24px;box-shadow:0 20px 40px #0000001a;margin-top:2rem;overflow:hidden}.map-container iframe{display:block}.faq-section{margin:4rem 0 5rem}.faq-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;transition:all .3s ease}.faq-item:hover{border-color:#23ced9;box-shadow:0 10px 25px #0000000d;transform:translateY(-3px)}.faq-item h3{color:#0f172a;font-size:1rem;font-weight:700;margin-bottom:.8rem}.faq-item p{color:#475569;font-size:.85rem;line-height:1.6}@media (max-width:1024px){.contact-hero-title{font-size:2.8rem}.contact-grid{gap:2rem}}@media (max-width:900px){.contact-grid{margin-top:-2rem}.contact-grid,.form-row{grid-template-columns:1fr}}@media (max-width:768px){.contact-hero{min-height:40vh}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1rem}.contact-form-section,.contact-info-section{padding:1.8rem}.contact-form-title,.contact-info-title{font-size:1.5rem}.section-title{font-size:1.6rem}.map-title{font-size:1.4rem}.services-quick-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 16px}.contact-hero-title{font-size:1.6rem}.contact-form-section,.contact-info-section{padding:1.5rem}.services-quick-grid{grid-template-columns:1fr}.whatsapp-button{font-size:.85rem;padding:.8rem 1.2rem}.submit-button{padding:.8rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-form-section,.contact-info-section{animation:fadeInUp .6s ease forwards}.contact-info-section{animation-delay:.1s}.contact-form-section{animation-delay:.2s}::selection{background:#23ced9;color:#0f172a}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #23ced9;outline-offset:2px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.f029572c.css.map*/