:root{--primary-font: "Inter", sans-serif;--display-font: "Montserrat", sans-serif;--bg-dark: #050505;--text-light: #ffffff;--text-muted: rgba(255, 255, 255, .7);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--primary-font);background-color:#f8f9fa;color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.menu-toggle{display:flex;flex-direction:column;gap:6px;cursor:pointer;padding:.5rem 0;justify-self:start}.line{height:2px;background-color:var(--text-light);transition:width .3s ease,transform .3s ease}.line-top{width:28px}.line-bottom{width:18px}.menu-toggle:hover .line-bottom{width:28px}.nav-logo{font-family:var(--display-font);font-size:1.5rem;font-weight:300;letter-spacing:.5px;color:var(--text-light);justify-self:center}.nav-logo a{color:inherit;text-decoration:none}.nav-cta{display:inline-block;text-decoration:none;cursor:pointer;background-color:#000;color:var(--text-light);padding:.6rem 1.4rem;border-radius:6px;font-size:.95rem;font-weight:500;justify-self:end;transition:all .3s ease;border:1px solid transparent}.nav-cta:hover{background-color:#fff;color:#000}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;pointer-events:none}.menu-overlay.open{pointer-events:all}.menu-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .4s ease}.menu-overlay.open .menu-backdrop{opacity:1}.menu-content{position:relative;z-index:1001;width:400px;max-width:85vw;height:100vh;background-color:#fff;color:#000;transform:translate(-100%);transition:transform .4s ease-in-out;display:flex;flex-direction:column;padding:5rem 3rem 3rem;box-sizing:border-box;box-shadow:2px 0 15px #0000001a}.menu-overlay.open .menu-content{transform:translate(0)}.close-btn{position:absolute;top:1.5rem;right:2rem;font-size:2.5rem;color:#000;background:none;border:none;cursor:pointer;transition:transform .3s ease;line-height:1}.close-btn:hover{transform:rotate(90deg) scale(1.1)}.overlay-links{list-style:none;display:flex;flex-direction:column;gap:1.2rem;padding:0;margin:0}.overlay-links a{font-family:var(--display-font, sans-serif);font-size:1.6rem;font-weight:400;color:#000;letter-spacing:.5px;text-transform:capitalize;text-decoration:none;transition:color .3s ease,padding-left .3s ease;display:inline-block}.overlay-links a:hover{color:#666;padding-left:8px}.menu-contact{margin-top:auto;margin-bottom:2.5rem}.menu-contact p{margin:.2rem 0;font-size:1.1rem;font-weight:400;color:#000}.menu-footer{font-size:1.2rem;font-weight:500;color:#000}@media(max-width:768px){.menu-content{padding:4rem 2rem 2rem}.overlay-links a{font-size:1.4rem}}.hero-text-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:start;text-align:start}.hero-title{font-family:var(--display-font);font-size:clamp(3rem,10vw,12rem);font-weight:300;letter-spacing:4px;line-height:1;margin-bottom:1.5rem;color:var(--text-light);text-shadow:0 4px 20px rgba(0,0,0,.2)}.hero-subtitle{font-family:var(--primary-font);font-size:clamp(1rem,2vw,1.5rem);font-weight:300;letter-spacing:1px;color:var(--text-light)}.second-section{position:relative;width:100%;background-color:#f6f5f1;padding:6rem 4rem;display:flex;justify-content:center;z-index:10}.section-content{width:100%;max-width:1400px;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem}.text-column{display:flex;flex-direction:column;justify-content:space-between}.about-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.about-icon{font-size:1.2rem;color:#666}.about-label{font-family:var(--primary-font, sans-serif);font-size:.9rem;font-weight:500;color:#666;letter-spacing:.5px}.main-heading{font-family:var(--primary-font, sans-serif);font-size:2.8rem;font-weight:400;line-height:1.2;color:#1a1a1a;margin-bottom:2rem}.italic-serif{font-family:var(--display-font, serif);font-style:italic;font-weight:300}.description-text{font-family:var(--primary-font, sans-serif);font-size:1rem;line-height:1.6;color:#444;max-width:90%;margin-bottom:4rem}.stats-row{display:flex;align-items:center;gap:2rem;margin-top:auto}.stat-item h3{font-family:var(--display-font, serif);font-style:italic;font-size:3.5rem;font-weight:300;color:#1a1a1a;margin:0;line-height:1}.stat-item p{font-family:var(--primary-font, sans-serif);font-size:.8rem;font-weight:500;color:#666;margin:.5rem 0 0}.stat-divider{width:1px;height:40px;background-color:#ccc}.image-column{display:flex;align-items:stretch}.image-wrapper{position:relative;width:100%;height:100%;min-height:600px;overflow:hidden}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.corner-ornament{position:absolute;width:40px;height:40px;z-index:2}.corner-top-left{top:10px;left:10px;transform:rotate(0)}.corner-top-right{top:10px;right:10px;transform:rotate(90deg)}.corner-bottom-right{bottom:10px;right:10px;transform:rotate(180deg)}.corner-bottom-left{bottom:10px;left:10px;transform:rotate(270deg)}@media(max-width:1024px){.section-content{grid-template-columns:1fr;gap:3rem}.main-heading{font-size:2.2rem}.description-text{max-width:100%;margin-bottom:3rem}.image-wrapper{min-height:400px}}@media(max-width:768px){.second-section{padding:4rem 1.5rem}.stats-row{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:3rem}.stat-item{flex:1 1 auto;min-width:80px}.stat-divider{display:block;height:30px;align-self:center;opacity:.5}.stat-item h3{font-size:2.2rem}.stat-item p{font-size:.7rem;white-space:nowrap}}.services-section{width:100%;background-color:#050505;padding:6rem 4rem;color:#fff}.services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.services-title{font-family:var(--primary-font);font-size:3.5rem;font-weight:500;letter-spacing:-1px}.services-count{display:flex;align-items:center;gap:.5rem;font-family:var(--primary-font);font-size:.85rem;font-weight:400;color:#a0a0a0}.red-dot{width:6px;height:6px;background-color:#ff4d29;border-radius:50%}.services-list{display:flex;flex-direction:column}.service-item{display:flex;align-items:stretch;justify-content:flex-start;padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.1);transition:padding .4s cubic-bezier(.25,1,.5,1);cursor:pointer;min-height:100px;box-sizing:border-box;position:relative}.service-left-panel{display:flex;flex-wrap:wrap;align-content:space-between;justify-content:space-between;align-items:center;flex:1 1 100%;transition:flex .4s cubic-bezier(.25,1,.5,1),flex-basis .4s cubic-bezier(.25,1,.5,1)}.service-item:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.service-info{display:flex;align-items:center;gap:6rem;flex-wrap:nowrap;white-space:nowrap}.service-number{font-family:var(--primary-font);font-size:.9rem;font-weight:400;color:#a0a0a0;transition:color .3s ease}.service-name{font-family:var(--primary-font);font-size:1.8rem;font-weight:400;transition:color .3s ease}.service-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2}.icon-circle{width:50px;height:50px;border-radius:50%;background-color:#ffffff26;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease}.service-expanded-content{display:flex;justify-content:center;align-items:center;gap:4rem;opacity:0;flex:0 0 0;pointer-events:none;overflow:hidden;transition:flex .4s cubic-bezier(.25,1,.5,1),flex-basis .4s cubic-bezier(.25,1,.5,1),opacity .3s ease .1s}.service-image-container{width:240px;height:140px;border-radius:8px;overflow:hidden}.service-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.service-features{list-style:none;display:flex;flex-direction:column;gap:.8rem}.service-features li{display:flex;align-items:center;gap:.6rem;font-family:var(--primary-font);font-size:.8rem;font-weight:400;color:#d0d0d0}.service-item.active{padding:4rem 0}.service-item.active .service-number,.service-item.active .service-name{color:#ff4d29}.service-item.active .icon-circle{background-color:#ff4d29;transform:rotate(45deg)}.service-item.active .service-left-panel{flex:0 0 420px}.service-item.active .service-expanded-content{opacity:1;pointer-events:auto;flex:1 1 0;padding-left:2rem;gap:5rem}@media(max-width:1024px){.service-info{gap:4rem}.service-item.active .service-left-panel{flex:0 0 300px}.service-item.active .service-expanded-content{gap:3rem;margin-left:1rem;padding-left:1rem}}@media(max-width:768px){.services-section{padding:4rem 1.5rem}.services-title{font-size:2.2rem;margin-bottom:2rem}.service-item{flex-direction:column;align-items:stretch;padding:3rem 0;gap:1.5rem;min-height:auto}.service-left-panel{width:100%;flex:none}.service-info{gap:2rem}.service-item.active .service-left-panel{flex:none;width:100%;margin-bottom:0}.service-expanded-content{display:flex;flex-direction:column;align-items:flex-start;opacity:1!important;max-height:none!important;pointer-events:auto;width:100%;flex:none!important;height:auto!important;gap:1.5rem;margin-top:.5rem;overflow:visible;transition:none}.service-item.active .service-expanded-content{margin-left:0;padding-left:0;gap:1.5rem;flex:none!important;opacity:1!important}.service-image-container{width:100%;height:220px;transition:transform .6s cubic-bezier(.25,1,.5,1),box-shadow .6s ease;overflow:hidden}.service-item.active .service-image-container{transform:scale(1.02);box-shadow:0 10px 30px #ff4d2933}.service-image{transition:transform .6s ease}.service-item.active .service-image{transform:scale(1.1)}.service-features{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;width:100%;list-style:none;padding:0}.service-features li{font-size:.75rem}}.selected-works{background-color:#000;color:#fff;padding:120px 0 200px;font-family:Inter,sans-serif;overflow:hidden;position:relative;width:100%}.works-title{text-align:center;font-size:3.5rem;font-weight:300;line-height:1.1;letter-spacing:2px;margin-bottom:200px}.projects-container{display:flex;flex-direction:column;gap:30vh}.project-row{display:flex;align-items:center;justify-content:center;width:100%;position:relative;height:45vw}.project-text{font-size:3.5vw;font-weight:300;letter-spacing:2px;position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:1;will-change:transform,opacity}.project-text.left{right:50%;margin-right:18vw}.project-text.right{left:50%;margin-left:18vw}.project-image-box{position:relative;z-index:2;overflow:hidden;will-change:width,height,transform;width:30vw;height:16vw;transform:skew(-20deg)}.project-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform;transform:scale(1.4) skew(20deg)}.project-inner-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;z-index:3;width:100%;opacity:0;will-change:transform,opacity}.inner-title{font-size:3.5vw;font-weight:300;letter-spacing:1px;text-align:center;text-shadow:0 4px 20px rgba(0,0,0,.8);margin:0;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px 25px;border-radius:6px}.view-work-btn{padding:14px 40px;background-color:#000;text-decoration:none;display:inline-block;border:none;color:#fff;font-size:1rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px}.view-work-btn:hover{background-color:#fff;color:#000}@media(max-width:768px){.works-title{font-size:2.5rem}.project-text,.inner-title{font-size:5vw}.project-text.left{margin-right:25vw}.project-text.right{margin-left:25vw}.project-row{height:60vw}}.team-section{width:100%;background-color:#f8f9fa;padding:6rem 4rem;display:flex;flex-direction:column;align-items:center}.team-title{font-family:var(--primary-font);font-size:2.8rem;font-weight:400;color:#222;margin-bottom:4rem;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:1400px}.team-card{position:relative;width:100%;aspect-ratio:2 / 3;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease;cursor:pointer}.team-card:hover{transform:translateY(-8px)}.team-image{width:100%;height:100%;object-fit:cover;display:block}.team-overlay{position:absolute;bottom:0;left:0;width:100%;padding:4rem 1rem 1.5rem;background:linear-gradient(to top,#000c,#0000);display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.team-name{font-family:var(--primary-font);font-size:1.2rem;font-weight:500;color:#fff;margin-bottom:.5rem}.team-role{background-color:#222;color:#a0a0a0;font-family:var(--primary-font);font-size:.75rem;font-weight:400;padding:.5rem 2rem;border-radius:4px;text-transform:capitalize;letter-spacing:.5px;width:90%;text-align:center}@media(max-width:1200px){.team-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media(max-width:600px){.team-section{padding:4rem 2rem}.team-grid{grid-template-columns:1fr;max-width:400px}}.why-choose-us-section{font-family:Inter,sans-serif;color:#353333;background-color:#fafafa;position:relative}.wcu-scroll-container{height:400vh;position:relative;background-color:#fafafa}.wcu-sticky-wrapper{position:sticky;top:0;height:100vh;background-color:#fff;display:flex;flex-direction:column;padding:10vh 40px;overflow:hidden;box-sizing:border-box;border-radius:20px;margin:0 5%}@media(min-width:1200px){.wcu-sticky-wrapper{padding:10vh 80px;margin:0 5%}}.wcu-sticky-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vw;background:radial-gradient(circle at center,rgba(255,255,255,.03) 0%,transparent 60%);pointer-events:none;z-index:0}.wcu-header{text-align:center;margin-bottom:5vh;position:relative;z-index:1;flex-shrink:0}.wcu-title{font-size:3rem;font-weight:300;margin:0 0 15px;letter-spacing:.5px}.wcu-subtitle{font-size:1.15rem;font-weight:300;color:#000;margin:0}.wcu-parallax-content{display:flex;flex:1;align-items:center;justify-content:space-between;position:relative;z-index:1;gap:40px}.wcu-titles-col{flex:1;display:flex;flex-direction:column;gap:30px}.wcu-nav-title{font-size:1.5rem;font-weight:300;color:#ffffff4d;transition:all .8s ease;cursor:default;padding:15px 0;position:relative;transform-origin:left;filter:blur(1px)}.wcu-nav-title.active{color:#3a3a3a;font-weight:400;transform:scale(1.05);filter:blur(0px)}.wcu-nav-title.active:after{content:"";position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#fff;box-shadow:0 0 10px #fffc}.wcu-graphic-col{flex:1.5;display:flex;justify-content:center;align-items:center;position:relative;height:100%}.wcu-morph-shape{width:40vh;height:40vh;max-width:400px;max-height:400px;background:linear-gradient(135deg,#ff6b6b,#c0392b);border-radius:50%;transition:all 2s cubic-bezier(.25,.1,.25,1);box-shadow:0 20px 50px #0000004d;position:relative}.wcu-morph-shape:before{content:"";position:absolute;inset:-10%;border-radius:inherit;background:inherit;filter:blur(30px);opacity:.5;z-index:-1;transition:all 2s ease}.wcu-morph-shape.shape-0{background:linear-gradient(135deg,#ff512f,#f09819);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(0) scale(1)}.wcu-morph-shape.shape-1{background:linear-gradient(135deg,#38e016,#1574f0);border-radius:50% 50% 30% 70%/50% 50% 70% 30%;transform:rotate(45deg) scale(1.05)}.wcu-morph-shape.shape-2{background:linear-gradient(135deg,#c31432,#240b36);border-radius:70% 30% 50% 50%/30% 70% 50% 50%;transform:rotate(90deg) scale(.95)}.wcu-morph-shape.shape-3{background:linear-gradient(135deg,#ff0844,#ffb199);border-radius:50%;transform:rotate(135deg) scale(1)}.wcu-desc-col{flex:1.2;position:relative;height:100%;display:flex;align-items:center}.wcu-desc-card{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%) scale(.9);background-color:#8c8c8c1a;border-radius:16px;padding:40px;border:1px solid rgba(255,255,255,.05);opacity:0;visibility:hidden;transition:all 1.2s cubic-bezier(.165,.84,.44,1)}.wcu-desc-card.active{opacity:1;visibility:visible;transform:translateY(-50%) scale(1);box-shadow:0 15px 30px #0003,0 0 15px #ffffff0d;background-color:#8c8c8c4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wcu-desc-mobile-title{display:none;font-size:1.35rem;font-weight:400;margin:0 0 15px;color:#313131}.wcu-desc-card p{font-size:1.1rem;font-weight:300;line-height:1.7;color:#2b2a2a;margin:0 0 30px}.wcu-btn{background:transparent;color:#252525;border:1px solid rgba(15,15,15,.5);border-radius:50px;padding:12px 30px;font-size:1rem;font-weight:300;cursor:pointer;transition:all .3s ease}.wcu-btn:hover{background-color:#fff;color:#434343}@media(max-width:1024px){.wcu-parallax-content{gap:20px}.wcu-nav-title{font-size:1.2rem}.wcu-morph-shape{width:30vh;height:30vh}}@media(max-width:768px){.wcu-sticky-wrapper{padding:8vh 20px 4vh;margin:0;border-radius:0;height:100vh;display:flex;flex-direction:column}.wcu-title{font-size:2.2rem;margin-bottom:2vh}.wcu-subtitle{font-size:1rem}.wcu-parallax-content{flex:1;display:flex;flex-direction:column;justify-content:flex-end;position:relative;gap:0}.wcu-titles-col{display:none}.wcu-graphic-col{position:absolute;top:15%;left:50%;transform:translate(-50%);width:100%;height:auto;display:flex;justify-content:center;align-items:center;z-index:0}.wcu-morph-shape{width:30vh;height:30vh}.wcu-desc-col{width:100%;height:40vh;position:relative;flex:none;z-index:1}.wcu-desc-mobile-title{display:block;font-size:1.25rem}.wcu-desc-card{padding:30px 25px;position:absolute;top:auto;bottom:0;left:0;width:100%;transform:translateY(20px) scale(.95);box-sizing:border-box}.wcu-desc-card p{font-size:1rem;margin-bottom:20px}.wcu-btn{padding:10px 25px}.wcu-desc-card.active{transform:translateY(0) scale(1)}}.faq-section{width:100%;background-color:#f0f0f0;padding:4rem 2rem;display:flex;justify-content:center}.faq-container{max-width:1100px;width:100%;display:flex;gap:2.5rem;align-items:stretch}.faq-image{flex:0 0 300px;min-height:420px;border-radius:4px;overflow:hidden}.faq-image img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%)}.faq-content{flex:1;display:flex;flex-direction:column;gap:1rem;justify-content:center}.faq-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;transition:box-shadow .3s ease}.faq-card:hover{box-shadow:0 2px 12px #00000014}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;background:transparent;border:none;color:#1a1a1a;font-family:var(--primary-font, "Inter", sans-serif);font-size:1rem;font-weight:500;text-align:left;cursor:pointer;transition:color .3s ease}.faq-question:focus{outline:none}.faq-question span{flex:1;padding-right:1rem;line-height:1.5}.faq-chevron{flex-shrink:0;color:#555;transition:transform .3s ease}.faq-chevron.rotated{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden;transition:max-height .4s ease,opacity .4s ease}.faq-answer{padding:0 1.5rem 1.2rem;font-family:var(--primary-font, "Inter", sans-serif);font-size:.92rem;line-height:1.7;color:#555}@media(max-width:768px){.faq-container{flex-direction:column;gap:2rem}.faq-image{flex:none;width:100%;max-height:350px}.faq-question{font-size:.95rem;padding:1rem 1.2rem}.faq-answer{font-size:.88rem;padding:0 1.2rem 1rem}}.templates-section{padding:80px 5%;background-color:#f7f7f7;color:#1a1a1a;font-family:Inter,sans-serif}.templates-header{margin-bottom:60px}.templates-header h2{font-size:3.5rem;font-weight:200;line-height:1.2;margin:0;letter-spacing:-1px}.templates-list{border-top:1px solid #b3b3b3;border-bottom:1px solid #b3b3b3}.template-item{display:flex;align-items:center;justify-content:space-between;padding:40px 0;border-bottom:1px solid #b3b3b3}.template-item:last-child{border-bottom:none}.template-title{font-size:2.2rem;font-weight:300;flex:0 0 35%}.template-description{font-size:.8rem;color:#555;flex:1;line-height:1.4;text-transform:none;letter-spacing:0px}.template-action{flex:0 0 auto;text-align:right}.template-hover-image{width:0;opacity:0;overflow:hidden;transition:width .4s cubic-bezier(.16,1,.3,1),opacity .3s ease,margin .4s cubic-bezier(.16,1,.3,1);border-radius:8px;margin:0}.template-hover-image img{width:280px;height:120px;object-fit:cover;display:block;border-radius:8px}.template-item:hover .template-hover-image{width:280px;opacity:1;margin:0 40px 0 20px}.view-template-btn{background-color:#262626;color:#fff;border:none;border-radius:50px;padding:12px 24px;font-size:.9rem;cursor:pointer;font-weight:400;transition:background-color .3s ease}.view-template-btn:hover{background-color:#000}.templates-footer{text-align:right;margin-top:30px}.more-templates-link{font-size:1.2rem;color:#000;text-decoration:none;font-weight:300;transition:color .3s ease}.more-templates-link:hover{color:#0d47a1;text-decoration:underline}@media(max-width:768px){.templates-section{padding:4rem 1.5rem}.templates-header h2{font-size:2.2rem;margin-bottom:2rem}.template-item{flex-direction:column;align-items:stretch;padding:3rem 0;gap:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.template-title{font-size:1.8rem;flex:none;width:100%;margin-bottom:.5rem}.template-description{flex:none;width:100%;margin-bottom:.5rem}.template-hover-image{width:100%!important;opacity:1!important;margin:0!important;height:200px;flex:none;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1),box-shadow .6s ease;overflow:hidden;border-radius:8px}.template-hover-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.template-item.active .template-hover-image{transform:scale(1.02);box-shadow:0 10px 30px #0000001a}.template-item.active .template-hover-image img{transform:scale(1.1)}.template-action{width:100%;text-align:left}.view-template-btn{width:auto}.templates-footer{text-align:left;margin-top:2rem}}.testimonial-section{position:relative;padding-top:100px;height:1050px;background-color:#fafafa;color:#1a1a1a;font-family:Inter,sans-serif;text-align:center;overflow:hidden}.testimonial-heading{font-size:4rem;font-weight:300;line-height:1.1;letter-spacing:-1px;margin:0 auto;max-width:800px;color:#1a1a1a;position:relative;z-index:50}.wheel-container{position:absolute;bottom:0;left:0;width:100%;height:750px;overflow:hidden}.wheel{position:absolute;left:50%;bottom:-600px;width:0;height:0;z-index:5}.wheel-item{position:absolute;top:0;left:0}.wheel-card{position:absolute;width:240px;height:320px;left:-120px;bottom:900px;transform-origin:center center;cursor:pointer;border-radius:12px;overflow:hidden;transform:scale(1);transition:transform .6s cubic-bezier(.34,1.56,.64,1),box-shadow .6s ease;box-shadow:0 10px 30px #0000001a;background:#000}.wheel-card img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:opacity .5s ease}.wheel-card.active img{opacity:1}.wheel-card.active{transform:scale(1.35);z-index:10;box-shadow:0 25px 50px #0003;border:2px solid rgba(255,255,255,.5)}.card-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#fff;text-align:center;opacity:0;transition:opacity .5s ease;pointer-events:none}.wheel-card.active .card-overlay{opacity:1}.card-overlay h4{font-size:1.1rem;font-weight:500;margin-bottom:5px}.card-overlay p{font-size:.8rem;opacity:.8}.active-testimonial-info{position:absolute;bottom:50px;left:50%;transform:translate(-50%);width:100%;max-width:600px;text-align:center;z-index:20;opacity:0;transition:opacity .5s ease,transform .5s ease}.active-testimonial-info.visible{opacity:1;transform:translate(-50%) translateY(0)}.quote-icon{width:44px;height:44px;background-color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 8px 15px #00000014;color:#a0a0a0}.active-testimonial-info h3{font-size:1.5rem;font-weight:500;margin-bottom:15px;color:#1a1a1a}.active-testimonial-info p{font-size:1rem;font-weight:400;line-height:1.6;color:#555}@media(max-width:1024px){.testimonial-heading{font-size:3rem;padding:0 20px}}@media(max-width:768px){.testimonial-section{height:850px;padding-top:60px}.testimonial-heading{font-size:2.2rem;margin-bottom:2rem}.wheel-container{height:600px}.wheel{bottom:-450px}.wheel-card{width:180px;height:250px;left:-90px;bottom:650px}.wheel-card.active{transform:scale(1.25)}.active-testimonial-info{bottom:30px;padding:0 20px}.active-testimonial-info h3{font-size:1.2rem}.active-testimonial-info p{font-size:.9rem}}.contact-section{display:flex;justify-content:space-between;padding:120px 8%;background-color:#f7f7f8;color:#1a1a1a;font-family:Inter,sans-serif}.contact-left{flex:0 0 45%}.contact-heading{font-size:4rem;font-weight:300;line-height:1.15;margin:0;color:#262626;letter-spacing:-.5px}.contact-right{flex:0 0 45%}.contact-form{display:flex;flex-direction:column;gap:60px;margin-top:280px}.input-group input{width:100%;border:none;border-bottom:1px solid #b3b3b3;padding:10px 0;font-size:1.3rem;background-color:transparent;color:#262626;font-weight:400;font-family:inherit;outline:none;transition:border-bottom-color .3s ease}.input-group input::placeholder{color:#262626;opacity:1}.input-group input:focus{border-bottom-color:#262626}.budget-section{display:flex;flex-direction:column;gap:15px}.budget-label{font-size:1.15rem;font-weight:400;margin:0;color:#262626;letter-spacing:.5px}.budget-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.budget-options{display:flex;gap:10px;flex-wrap:wrap}.budget-radio{cursor:pointer}.budget-radio input{display:none}.budget-pill{display:inline-block;padding:8px 18px;border:1px solid #777;border-radius:50px;font-size:.85rem;font-weight:400;color:#444;transition:all .3s ease}.budget-radio input:checked+.budget-pill{background-color:#262626;color:#fff;border-color:#262626}.budget-radio:hover .budget-pill{border-color:#262626;color:#262626}.submit-btn{background-color:#000;color:#fff;border:none;border-radius:50px;padding:12px 35px;font-size:.85rem;font-weight:500;letter-spacing:1px;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#333}@media(max-width:900px){.contact-section{flex-direction:column;gap:60px;padding:80px 5%}.contact-heading{font-size:2.8rem}.contact-right{flex:1 1 auto}.contact-form{margin-top:0}.budget-row{flex-direction:column;align-items:flex-start}.submit-btn{width:100%;margin-top:10px}}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-status-msg{margin-top:1.5rem;color:#262626;font-size:.9rem;text-align:left;font-weight:500}.footer-fixed-wrap{position:fixed;bottom:0;left:0;width:100%;z-index:1}.footer-section{background-color:#f5f5f5;padding:80px 5% 20px;font-family:Inter,sans-serif;color:#1a1a1a;display:flex;flex-direction:column}.footer-top{display:flex;justify-content:space-between;margin-bottom:80px}.footer-links-container{display:flex;gap:80px}.footer-column{display:flex;flex-direction:column}.footer-column-mobile-only{display:none}.footer-title{font-size:1.2rem;font-weight:500;margin:0 0 25px;letter-spacing:1px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.footer-links a{text-decoration:none;color:#1a1a1a;font-size:1.1rem;font-weight:400;transition:color .3s ease}.footer-links a:hover{color:#666}.footer-text-right{text-align:left;max-width:400px;display:flex;flex-direction:column;gap:20px}.footer-coffee{font-size:1.2rem;margin:0;font-weight:400}.footer-message{font-size:1.1rem;line-height:1.6;margin:0;font-weight:400}.footer-middle{display:flex;justify-content:center;align-items:center;margin-bottom:40px;position:relative;width:100%}.footer-logo-large{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.velocity-text{font-size:18vw;font-weight:300;color:#555;letter-spacing:-2px;line-height:.8}.codes-text{position:absolute;right:5%;bottom:-10%;font-family:Brush Script MT,Dancing Script,cursive;font-size:8vw;color:#87ceeb;transform:rotate(-10deg);text-shadow:2px 2px 4px rgba(255,255,255,.8);z-index:2}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ccc;padding-top:20px;font-size:.8rem;color:#555}.copyright{margin:0}.footer-legal{display:flex;gap:20px}.footer-legal a{color:#555;text-decoration:none;text-transform:uppercase;font-weight:500;transition:color .3s ease}.footer-legal a:hover{color:#1a1a1a}@media(max-width:900px){.footer-section{padding:50px 25px 25px}.footer-top{flex-direction:column;gap:60px;margin-bottom:50px}.footer-links-container{display:flex;flex-direction:row;justify-content:flex-start;gap:80px;margin-bottom:0}.footer-title{margin:0 0 20px;font-size:1rem}.footer-column .footer-links a{font-size:.95rem}.footer-text-right{max-width:100%;align-items:flex-start;gap:15px}.footer-coffee{font-size:1.1rem}.footer-message{font-size:1rem}.velocity-text{font-size:20vw}.codes-text{font-size:10vw;right:10%}.footer-bottom{flex-direction:column;gap:20px;text-align:center;padding-top:30px}.footer-legal{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}}.parallax-group{position:relative;width:100%}.main-content-layer{position:relative;z-index:10;background-color:#f8f9fa;width:100%}.background-wrapper{position:sticky;top:0;left:0;width:100%;height:100vh;border-radius:0;background-size:cover;background-position:center;background-attachment:scroll;background-image:url(/hero-img.png);box-shadow:0 15px 40px #00000026;display:flex;flex-direction:column;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0000001a 40%,#0000004d);z-index:1}.app-header{position:absolute;top:0;left:0;z-index:1000;width:100%;padding:1.2rem 3rem;box-sizing:border-box;background:transparent}.hero-section{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem 3rem 4rem}@media(max-width:768px){.app-container{padding:0}.background-wrapper{height:100vh;border-radius:0;background-image:url(/hero-img-mobile.png);background-position:center center}.app-header{padding:1rem 2rem}.hero-section{padding:1rem 2rem 2rem}}.privacy-page{background-color:#f7f7f8;color:#1a1a1a;min-height:100vh;font-family:var(--primary-font, "Inter", sans-serif);display:flex;flex-direction:column}.solid-header{background-color:#f7f7f8;padding:20px 5%;position:relative;z-index:100}.solid-header .nav-logo a{color:#1a1a1a;font-weight:400}.solid-header .line{background-color:#1a1a1a}.solid-header .nav-cta{background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.solid-header .nav-cta:hover{background-color:transparent;color:#1a1a1a}.privacy-content-wrapper{flex:1;padding:80px 10%;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.privacy-header-fullwidth{width:100%;text-align:center;border-bottom:2px solid #e2e2e2;padding-top:40px;padding-bottom:30px;background-color:#f7f7f8}.privacy-header-fullwidth h1{font-size:2.2rem;font-weight:400;color:#333;margin:0}.policy-date{font-size:.85rem;color:#888;margin-top:10px}.privacy-body{display:flex;gap:60px;margin-top:50px}.privacy-sidebar{flex:0 0 250px;position:sticky;top:100px;align-self:flex-start}.privacy-sidebar h3{font-size:1rem;font-weight:600;color:#333;margin:0 0 20px;line-height:1.4}.sidebar-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.sidebar-nav ul li a{font-size:.85rem;color:#777;text-decoration:none;transition:color .2s ease;line-height:1.5}.sidebar-nav ul li a:hover{color:#1a1a1a}.privacy-main{flex:1}.privacy-main h2{font-size:1.2rem;font-weight:600;margin-top:0;margin-bottom:20px;color:#1a1a1a}.privacy-main p{font-size:.92rem;line-height:1.85;color:#555;margin-bottom:20px;text-transform:none}.privacy-main p.normal-case{text-transform:none}.policy-section{margin-bottom:50px;padding-bottom:40px;border-bottom:1px solid #eaeaea}.policy-section:last-child{border-bottom:none;margin-bottom:0}.policy-list{list-style:none;padding:0;margin:0 0 20px}.policy-list li{font-size:.9rem;line-height:1.8;color:#555;padding:8px 0 8px 20px;position:relative}.policy-list li:before{content:"";position:absolute;left:0;top:16px;width:6px;height:6px;border-radius:50%;background-color:#1a1a1a}.policy-list li strong{color:#333}.contact-block{background-color:#f0f0f0;border-radius:10px;padding:25px 30px;margin-top:15px}.contact-block p{margin-bottom:8px;font-size:.9rem}.contact-block p:last-child{margin-bottom:0}@media(max-width:900px){.privacy-content-wrapper{padding:40px 5%}.privacy-body{flex-direction:column;gap:30px}.privacy-sidebar{flex:1;position:relative;top:0;border-bottom:1px solid #ddd;padding-bottom:25px}.sidebar-nav ul{flex-direction:row;flex-wrap:wrap;gap:8px 16px}.policy-section{margin-bottom:35px;padding-bottom:30px}}@media(max-width:480px){.privacy-header-fullwidth h1{font-size:1.6rem}.privacy-main h2{font-size:1.05rem}}
