.font-hand{font-family:"Pacifico",cursive}.animate-float{animation:float 5s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 3s infinite}.love-particle{position:absolute;pointer-events:none;animation:float-love 2s linear forwards;font-size:1.5rem;z-index:9999}.bento-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,minmax(250px,auto))}.bento-large{grid-column:span 2}.bento-tall{grid-row:span 2}}.bento-card{position:relative;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;transition:all .3s ease}.bento-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;padding:2px;background:linear-gradient(45deg,transparent,rgba(234,88,12,.3),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.bento-card:hover{transform:translateY(-5px) scale(1.02);background:rgba(255,255,255,.06);box-shadow:0 20px 40px rgba(0,0,0,.4)}.zoomable-img{cursor:zoom-in;transition:transform .3s ease,filter .3s ease}.zoomable-img:hover{filter:brightness(1.1)}.carousel-container{perspective:1200px;overflow:visible;padding:60px 0}.carousel-stage{width:100%;height:400px;position:relative;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.carousel-item{position:absolute;width:220px;height:320px;left:50%;top:50%;margin-left:-110px;margin-top:-160px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.2);background:#1a1a1a;backface-visibility:hidden}.carousel-item img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.carousel-item{width:160px;height:240px;margin-left:-80px;margin-top:-120px}}.bwa-difference-section{padding:4rem 0;background-color:#090909;position:relative;z-index:20;overflow:hidden}.bwa-difference-section .ambient-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.bwa-difference-section .ambient-bg .purple-glow{position:absolute;top:5rem;left:5rem;width:18rem;height:18rem;background-color:rgba(147,51,234,.1);border-radius:50%;filter:blur(100px)}.bwa-difference-section .ambient-bg .orange-glow{position:absolute;bottom:5rem;right:5rem;width:18rem;height:18rem;background-color:rgba(249,115,22,.1);border-radius:50%;filter:blur(100px)}.bwa-difference-section .section-header{text-align:center;margin-bottom:3rem}.bwa-difference-section .section-header .subtitle{color:#f97316;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem;display:block;font-size:.875rem}.bwa-difference-section .section-header .title{font-size:2.25rem;font-weight:700;color:white;margin-bottom:1rem}@media (min-width:768px){.bwa-difference-section .section-header .title{font-size:3rem}}.bwa-difference-section .section-header .title .gradient-text{background:linear-gradient(to right,#fb923c,#ec4899,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent;animation:pulse 2s infinite}.bwa-difference-section .section-header .description{font-size:1.125rem;color:#a1a1aa;max-width:32rem;margin:0 auto}.bwa-difference-section .video-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.bwa-difference-section .video-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.bwa-difference-section .video-grid{grid-template-columns:repeat(3,1fr)}}.bwa-difference-section .video-card{position:relative;overflow:hidden;border-radius:.75rem;aspect-ratio:9/16;background-color:#18181b;transition:all .3s ease}.bwa-difference-section .video-card:hover{box-shadow:0 20px 25px -5px rgba(249,115,22,.2)}.bwa-difference-section .video-card video{width:100%;height:100%;object-fit:cover}.bwa-difference-section .video-card .video-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent,transparent);opacity:0;transition:opacity .3s ease}.bwa-difference-section .video-card:hover .video-overlay{opacity:1}.bwa-difference-section .video-card .video-info{position:absolute;bottom:0;left:0;padding:1rem}.bwa-difference-section .video-card .video-info h3{color:white;font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.bwa-difference-section .video-card .video-info p{color:#d4d4d8;font-size:.875rem}.bwa-difference-section .video-card .play-button{position:absolute;top:1rem;right:1rem;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);border-radius:50%;padding:.5rem;opacity:0;transition:opacity .3s ease}.bwa-difference-section .video-card:hover .play-button{opacity:1}.bwa-difference-section .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.bwa-difference-section .feature-grid{grid-template-columns:repeat(4,1fr)}}.bwa-difference-section .feature-card{background-color:rgba(24,24,27,.5);backdrop-filter:blur(4px);border-radius:.5rem;padding:1rem;border:1px solid #27272a;transition:all .3s ease}.bwa-difference-section .feature-card:hover{border-color:rgba(249,115,22,.5)}.bwa-difference-section .feature-card .feature-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.bwa-difference-section .feature-card .icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bwa-difference-section .feature-card.purple .icon{background-color:rgba(147,51,234,.2);color:#a855f7}.bwa-difference-section .feature-card.purple:hover .icon{background-color:#a855f7;color:white}.bwa-difference-section .feature-card.blue .icon{background-color:rgba(59,130,246,.2);color:#3b82f6}.bwa-difference-section .feature-card.blue:hover .icon{background-color:#3b82f6;color:white}.bwa-difference-section .feature-card.green .icon{background-color:rgba(34,197,94,.2);color:#22c55e}.bwa-difference-section .feature-card.green:hover .icon{background-color:#22c55e;color:white}.bwa-difference-section .feature-card.orange .icon{background-color:rgba(249,115,22,.2);color:#f97316}.bwa-difference-section .feature-card.orange:hover .icon{background-color:#f97316;color:white}.bwa-difference-section .feature-card h3{color:white;font-weight:700}.bwa-difference-section .feature-card p{color:#a1a1aa;font-size:.875rem}.fiverr-profile-section{position:relative;width:100%;padding:40px 0;background-color:#090909;overflow:hidden;box-sizing:border-box}.fiverr-profile-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.9) 0%,rgba(25,25,25,.9) 100%);z-index:1}.fiverr-profile-section::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("https://www.transparenttextures.com/patterns/cubes.png");opacity:.05;z-index:2;--lzl-bg-img:"https://www.transparenttextures.com/patterns/cubes.png"}.fiverr-profile-section .container{position:relative;max-width:1200px;margin:0 auto;padding:0 15px;z-index:3;box-sizing:border-box}.fiverr-profile-section .section-header{text-align:center;margin-bottom:30px}.fiverr-profile-section .section-header .subtitle{display:block;color:#1dbf73;font-family:"Teko",sans-serif;font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px}.fiverr-profile-section .section-header .title{font-family:"Teko",sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.1}@media (min-width:768px){.fiverr-profile-section .section-header .title{font-size:40px}}.fiverr-profile-section .section-header .title .fiverr-text{color:#1dbf73}.fiverr-profile-section .section-header .description{font-family:"Roboto",sans-serif;font-size:16px;color:#a1a1aa;max-width:512px;margin:0 auto;line-height:1.5}.fiverr-profile-section .profile-showcase{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width:992px){.fiverr-profile-section .profile-showcase{grid-template-columns:1.2fr .8fr}}.fiverr-profile-section .profile-card{background:linear-gradient(135deg,#1a1a1a 0%,#262626 100%);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease;position:relative}.fiverr-profile-section .profile-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.4)}.fiverr-profile-section .profile-image-container{position:relative;width:100%;height:180px;overflow:hidden;cursor:pointer}.fiverr-profile-section .profile-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.fiverr-profile-section .profile-card:hover .profile-image{transform:scale(1.05)}.fiverr-profile-section .profile-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,.7));display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:12px;box-sizing:border-box}.fiverr-profile-section .verified-badge{display:flex;align-items:center;gap:6px;background-color:rgba(29,191,115,.9);color:white;padding:6px 12px;border-radius:20px;font-weight:600;font-size:12px;align-self:flex-end}.fiverr-profile-section.lzl:not(.lzl-ed)::after,.fiverr-profile-section.lzl-ing:not(.lzl-ed)::after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABkCAYAAADdY439AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAjUlEQVR4Ae3QMQEAAADCoPVPbQhfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGPgHBmkUAAG2qlJGAAAAAElFTkSuQmCC")}.fiverr-profile-section .zoom-hint{display:flex;align-items:center;gap:6px;background-color:rgba(255,255,255,.2);color:white;padding:6px 12px;border-radius:20px;font-weight:500;font-size:12px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.fiverr-profile-section .profile-image-container:hover .zoom-hint{opacity:1;transform:translateY(0)}.fiverr-profile-section .profile-info{padding:20px;box-sizing:border-box}.fiverr-profile-section .profile-header{margin-bottom:16px}.fiverr-profile-section .profile-name{font-family:"Teko",sans-serif;font-size:24px;font-weight:700;color:white;margin:0 0 4px;line-height:1.1}.fiverr-profile-section .profile-username{font-family:"Roboto",sans-serif;color:#a1a1aa;font-size:14px;margin:0 0 6px}.fiverr-profile-section .profile-location{display:flex;align-items:center;gap:6px;color:#a1a1aa;font-size:14px;font-family:"Roboto",sans-serif}.fiverr-profile-section .profile-stats{display:flex;justify-content:space-around;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:16px}.fiverr-profile-section .stat-item{text-align:center}.fiverr-profile-section .stat-number{font-family:"Teko",sans-serif;font-size:24px;font-weight:700;color:#1dbf73;margin:0 0 4px;line-height:1}.fiverr-profile-section .stat-label{font-family:"Roboto",sans-serif;font-size:12px;color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin:0}.fiverr-profile-section .profile-reviews{margin-bottom:16px}.fiverr-profile-section .review-stars{display:flex;align-items:center;gap:3px;margin-bottom:12px}.fiverr-profile-section .rating-text{margin-left:6px;color:#a1a1aa;font-size:12px;font-family:"Roboto",sans-serif}.fiverr-profile-section .review-excerpt{background-color:rgba(255,255,255,.03);border-radius:8px;padding:12px;margin-bottom:16px}.fiverr-profile-section .review-excerpt p{font-family:"Roboto",sans-serif;color:#e4e4e7;font-style:italic;margin:0 0 6px;line-height:1.4;font-size:14px}.fiverr-profile-section .reviewer{font-family:"Roboto",sans-serif;color:#a1a1aa;font-size:12px;text-align:right;margin:0}.fiverr-profile-section .fiverr-cta{display:flex;align-items:center;justify-content:center;gap:6px;background-color:#1dbf73;color:white;padding:10px 16px;border-radius:6px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease;font-family:"Roboto",sans-serif;font-size:14px}.fiverr-profile-section .fiverr-cta:hover{background-color:#1aa067;transform:translateY(-2px)}.fiverr-profile-section .benefits-list{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:768px){.fiverr-profile-section .benefits-list{grid-template-columns:1fr}}.fiverr-profile-section .benefit-item{display:flex;align-items:flex-start;gap:12px;background-color:rgba(255,255,255,.03);border-radius:8px;padding:14px;border:1px solid rgba(255,255,255,.05);transition:background-color .3s ease,transform .3s ease;box-sizing:border-box}.fiverr-profile-section .benefit-item:hover{background-color:rgba(255,255,255,.05);transform:translateX(3px)}.fiverr-profile-section .benefit-icon{width:36px;height:36px;border-radius:6px;background-color:rgba(29,191,115,.1);display:flex;align-items:center;justify-content:center;color:#1dbf73;flex-shrink:0}.fiverr-profile-section .benefit-content h3{font-family:"Teko",sans-serif;color:white;font-size:16px;font-weight:600;margin:0 0 3px;line-height:1.1}.fiverr-profile-section .benefit-content p{font-family:"Roboto",sans-serif;color:#a1a1aa;font-size:13px;margin:0;line-height:1.3}.profile-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;box-sizing:border-box}.profile-lightbox.active{opacity:1;visibility:visible}.profile-lightbox .lightbox-content{position:relative;width:95%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.profile-lightbox .lightbox-close{position:absolute;top:-40px;right:0;background:0 0;border:none;color:white;cursor:pointer;padding:8px;transition:color .3s ease;z-index:1001}.profile-lightbox .lightbox-close:hover{color:#1dbf73}.profile-lightbox .lightbox-image{width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.5);display:block}.profile-lightbox .lightbox-info{background-color:rgba(26,26,26,.9);padding:16px;border-radius:8px;margin-top:12px;text-align:center;width:100%;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-sizing:border-box}.profile-lightbox .lightbox-info h3{font-family:"Teko",sans-serif;color:white;font-size:18px;font-weight:600;margin:0 0 6px;line-height:1.1}.profile-lightbox .lightbox-info p{font-family:"Roboto",sans-serif;color:#a1a1aa;font-size:13px;margin:0 0 12px;line-height:1.4}.profile-lightbox .lightbox-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;background-color:#1dbf73;color:white;padding:8px 14px;border-radius:6px;font-weight:600;text-decoration:none;transition:background-color .3s ease;font-family:"Roboto",sans-serif;font-size:14px}.profile-lightbox .lightbox-cta:hover{background-color:#1aa067}.zoomable-img{cursor:zoom-in}.profile-lightbox .lightbox-image{animation:pulse 2s infinite}@media (max-width:575.98px){.fiverr-profile-section{padding:30px 0}.fiverr-profile-section .profile-stats{flex-wrap:wrap}.fiverr-profile-section .stat-item{flex:0 0 50%;margin-bottom:12px}.fiverr-profile-section .stat-item:last-child{flex:0 0 100%}.profile-lightbox .lightbox-content{width:98%}.fiverr-profile-section .section-header .title{font-size:28px}.fiverr-profile-section .section-header .description{font-size:14px}}@media (max-width:767.98px){.fiverr-profile-section .profile-showcase{grid-template-columns:1fr}.fiverr-profile-section .profile-image-container{height:160px}}@media (max-width:991.98px){.fiverr-profile-section .section-header .title{font-size:36px}}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#050505 0%,#1a1a1a 100%);z-index:2}.hero-container{position:relative;z-index:10;width:100%;max-width:1200px;padding:0 24px;box-sizing:border-box}.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media (min-width:992px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{max-width:600px;text-align:left;padding:40px 0}@media (max-width:991px){.hero-content{text-align:center;max-width:100%}}.hero-badge{display:inline-block;padding:8px 16px;margin-bottom:20px;background-color:rgba(249,115,22,.2);color:#fb923c;border:1px solid rgba(249,115,22,.5);border-radius:50px;font-family:"Teko",sans-serif;font-weight:600;font-size:14px;letter-spacing:1px;text-transform:uppercase;animation:float 5s ease-in-out infinite}.hero-title{font-family:"Teko",sans-serif;font-size:56px;font-weight:700;line-height:.9;color:#fff;margin:0 0 20px;text-shadow:0 4px 12px rgba(0,0,0,.3)}@media (max-width:768px){.hero-title{font-size:42px}}.hero-title-gradient{background:linear-gradient(to right,#fb923c,#fbbf24);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{font-family:"Roboto",sans-serif;font-size:18px;line-height:1.5;color:#e5e7eb;margin:0 0 30px;max-width:500px}@media (max-width:768px){.hero-description{font-size:16px}}@media (max-width:991px){.hero-description{max-width:100%}}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}@media (max-width:991px){.hero-buttons{justify-content:center}}.hero-cta-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:#ea580c;color:white;border:none;border-radius:8px;font-family:"Teko",sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px rgba(234,88,12,.3)}.hero-cta-button:hover{background-color:#c2410c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(234,88,12,.4)}.hero-video-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-family:"Teko",sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.hero-video-button:hover{background-color:rgba(255,255,255,.2);transform:translateY(-2px)}.hero-video-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0}.video-wrapper{position:relative;width:100%;max-width:400px;aspect-ratio:9/16;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3);transition:all .5s ease;transform:translateY(0)}.video-wrapper:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.4)}@media (min-width:1200px){.video-wrapper{max-width:450px}}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .5s ease}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.1) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;box-sizing:border-box;opacity:.8;transition:opacity .3s ease}.video-wrapper:hover .video-overlay{opacity:1}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background-color:rgba(234,88,12,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;transition:all .3s ease;z-index:5}.video-play-button:hover{background-color:rgba(234,88,12,1);transform:translate(-50%,-50%) scale(1.1)}.video-info{position:relative;z-index:4}.video-info h3{font-family:"Teko",sans-serif;font-size:24px;font-weight:700;color:white;margin:0 0 4px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.video-info p{font-family:"Roboto",sans-serif;font-size:14px;color:rgba(255,255,255,.8);margin:0;text-shadow:0 1px 2px rgba(0,0,0,.5)}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.video-modal.active{opacity:1;visibility:visible}.video-modal-content{position:relative;width:90%;max-width:500px;background-color:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);transform:scale(.9);transition:transform .3s ease}.video-modal.active .video-modal-content{transform:scale(1)}.video-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background-color:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:none;border-radius:50%;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;transition:all .3s ease}.video-modal-close:hover{background-color:rgba(255,255,255,.2);transform:scale(1.1)}.video-container{position:relative;width:100%;padding-top:177.78%}@media (max-width:991px){.hero-video-container{order:-1}.video-wrapper{max-width:300px}}@media (max-width:576px){.video-wrapper{max-width:250px}}.gallery-3d-section{position:relative;width:100%;padding:60px 0;background-color:#090909;overflow:hidden;box-sizing:border-box}.gallery-3d-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#050505 0%,#1a1a1a 100%);z-index:1}.gallery-3d-section::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("https://www.transparenttextures.com/patterns/cubes.png");opacity:.05;z-index:2;--lzl-bg-img:"https://www.transparenttextures.com/patterns/cubes.png"}.gallery-3d-section .container{position:relative;max-width:1200px;margin:0 auto;padding:0 15px;z-index:3;box-sizing:border-box}.gallery-3d-section .section-header{text-align:center;margin-bottom:40px}.gallery-3d-section .section-header .subtitle{display:block;color:#3b82f6;font-family:"Teko",sans-serif;font-weight:700;font-size:14px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px}.gallery-3d-section .section-header .title{font-family:"Teko",sans-serif;font-size:40px;font-weight:700;color:#fff;margin:0 0 15px;line-height:1.1}@media (min-width:768px){.gallery-3d-section .section-header .title{font-size:56px}}.gallery-3d-section .section-header .title .highlight{color:#3b82f6}.gallery-3d-section .section-header .description{font-family:"Roboto",sans-serif;font-size:16px;color:#a1a1aa;max-width:600px;margin:0 auto;line-height:1.5;display:flex;align-items:center;justify-content:center;gap:8px}.gallery-3d-container{position:relative;width:100%;height:500px;perspective:1200px;margin:0 auto}@media (max-width:768px){.gallery-3d-container{height:400px}}.gallery-3d-stage{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.gallery-3d-item{position:absolute;width:280px;height:350px;left:50%;top:50%;margin-left:-140px;margin-top:-175px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);background:#1a1a1a;backface-visibility:hidden;transition:all .5s ease;cursor:pointer}.gallery-3d-section.lzl:not(.lzl-ed)::after,.gallery-3d-section.lzl-ing:not(.lzl-ed)::after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABkCAYAAADdY439AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAjUlEQVR4Ae3QMQEAAADCoPVPbQhfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGPgHBmkUAAG2qlJGAAAAAElFTkSuQmCC")}@media (max-width:768px){.gallery-3d-item{width:220px;height:280px;margin-left:-110px;margin-top:-140px}}.gallery-3d-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-3d-item:hover img{transform:scale(1.05)}.gallery-3d-controls{display:flex;justify-content:center;gap:15px;margin-top:30px}.gallery-3d-controls button{width:50px;height:50px;border-radius:50%;background-color:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.5);color:#3b82f6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.gallery-3d-controls button:hover{background-color:rgba(59,130,246,.3);transform:scale(1.1)}.gallery-3d-info{position:absolute;bottom:0;left:0;width:100%;padding:15px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:white;box-sizing:border-box;opacity:0;transition:opacity .3s ease}.gallery-3d-item:hover .gallery-3d-info{opacity:1}.gallery-3d-info h3{font-family:"Teko",sans-serif;font-size:18px;font-weight:700;margin:0 0 5px}.gallery-3d-info p{font-family:"Roboto",sans-serif;font-size:12px;margin:0;color:rgba(255,255,255,.8)}.gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.gallery-lightbox.active{opacity:1;visibility:visible}.gallery-lightbox-content{position:relative;width:90%;max-width:800px;max-height:90vh}.gallery-lightbox-close{position:absolute;top:-40px;right:0;background:0 0;border:none;color:white;cursor:pointer;padding:8px;transition:color .3s ease}.gallery-lightbox-close:hover{color:#3b82f6}.gallery-lightbox-image{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.5)}.gallery-3d-instructions{display:flex;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}.gallery-3d-instruction{display:flex;align-items:center;gap:8px;color:#a1a1aa;font-family:"Roboto",sans-serif;font-size:14px}.gallery-3d-item.loading{animation:pulse 2s infinite}@media (max-width:768px){.gallery-3d-section{padding:40px 0}.gallery-3d-section .section-header .title{font-size:32px}.gallery-3d-section .section-header .description{font-size:14px}.gallery-3d-controls button{width:40px;height:40px}}.cta-section{padding:80px 0;background-color:#111827;text-align:center;position:relative}.cta-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:10}.cta-title{font-family:"Teko",sans-serif;font-size:56px;font-weight:700;color:#fff;margin:0 0 32px;line-height:1.1}@media (min-width:768px){.cta-title{font-size:64px}}.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px}@media (min-width:640px){.cta-buttons{flex-direction:row;justify-content:center}}.cta-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-family:"Teko",sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all .3s ease;cursor:pointer;width:100%;max-width:240px}@media (min-width:640px){.cta-button{width:auto}}.cta-button-primary{background-color:#f97316;color:white;box-shadow:0 4px 12px rgba(249,115,22,.3)}.cta-button-primary:hover{background-color:#ea580c;transform:translateY(-2px);box-shadow:0 6px 16px rgba(249,115,22,.4)}.cta-button-secondary{border:2px solid #4b5563;color:white}.cta-button-secondary:hover{border-color:white;background-color:white;color:black}.cta-contact-info{color:#9ca3af;font-family:"Roboto",sans-serif;font-size:16px;margin-top:48px}.cta-contact-info p{margin:0}