*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{padding:0 20px}.section{padding:80px 0}.section-small{padding:60px 0}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(to bottom right,#fde047,#fff);border:1px solid #fde047;color:#320;font-weight:600}.btn-primary:hover{background-color:#000;background-image:none;border:1px solid #fff;color:#fff}.gradient-bg{background:linear-gradient(135deg,#422006,#0f172a)}.gradient-bg-gold,.text-gradient{background:linear-gradient(135deg,#fde047,#ca8a04)}.text-gradient{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.text-large{font-size:3.5rem;font-weight:800;line-height:1.1}.text-xl{font-size:2.5rem;font-weight:700;line-height:1.2}.text-lg{font-size:1.5rem;font-weight:600;line-height:1.3}.text-center{text-align:center}.text-gray{color:#94a3b8}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}.text-large{font-size:2.5rem}.text-xl{font-size:2rem}.text-lg{font-size:1.25rem}}@media (max-width:480px){.text-large{font-size:2rem}.text-xl{font-size:1.75rem}}.App{min-height:100vh}.skip-link{background:#000;border-radius:4px;color:#fff;left:6px;padding:8px;position:absolute;text-decoration:none;top:-40px;transition:top .3s;z-index:1000}.skip-link:focus{top:6px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #94a3b81a;border-radius:12px;transition:all .3s ease}.card:hover{border-color:#3b82f64d;box-shadow:0 10px 30px #3b82f61a}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2020200d;border:1px solid #9e896033;border-radius:32px;box-shadow:0 8px 32px #0000001a;left:7.5%;position:fixed;right:7.5%;top:.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);width:85%;z-index:1000}.header-scrolled{background:#8080800d;border-color:#9e89604d;box-shadow:0 8px 40px #00000026;transform:translateY(-2px);z-index:1001}.header-hidden{opacity:0;transform:translateY(-120%)}.header .container{max-width:100%;padding:0 1rem}.header-content{justify-content:space-between;min-height:70px;padding:0}.header-content,.logo{align-items:center;display:flex}.logo{transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-image{filter:drop-shadow(0 2px 8px rgba(158,137,96,.3));height:70%;margin-right:10px;max-height:80px;object-fit:contain;position:relative;transition:all .3s ease;width:auto;z-index:1}.logo:hover .logo-image{filter:drop-shadow(0 4px 12px rgba(158,137,96,.5));transform:rotate(5deg)}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-text-main{color:#fff;font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.1em;text-shadow:0 2px 4px #0000004d;transition:all .3s ease}.logo:hover .logo-text-main{color:#9e8960;text-shadow:0 2px 8px #9e896066}.logo-text-sub{color:#fff;display:none;font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.1em}.nav{align-items:center}.nav,.nav-list{display:flex;gap:2rem}.nav-list{list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:#e2e8f0;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:500;overflow:hidden;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{-webkit-text-fill-color:initial;background:none;-webkit-background-clip:initial;background-clip:initial;color:#9e8960;text-shadow:none;transform:none}.nav-link:after{background:linear-gradient(135deg,#9e8960,#7a6b47);border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .4s cubic-bezier(.4,0,.2,1);width:0}.nav-link:hover:after{width:100%}.nav-link:before{background:none;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.nav-link:hover:before{left:-100%}.header-cta .btn{background:linear-gradient(135deg,#9e8960,#fff)!important;border:1px solid #9e8960!important;border-radius:32px;box-shadow:0 4px 15px #9e896033;color:#2d2416!important;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-cta .btn:before{background:linear-gradient(135deg,#fff,#9e8960);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%;z-index:-1}.header-cta .btn:hover{background:linear-gradient(135deg,#fff,#9e8960)!important;border-color:#0000!important;box-shadow:0 8px 25px #9e89604d;color:#2d2416!important;text-shadow:0 1px 3px #0000001a;transform:translateY(-2px)}.header-cta .btn:hover:before{left:0}.menu-toggle{background:none;border:none;cursor:pointer;display:none;z-index:1001}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-around;transition:transform .3s ease;width:25px}.hamburger:hover{transform:scale(1.1)}.hamburger span{background:linear-gradient(135deg,#fff,#9e8960);border-radius:1px;box-shadow:0 1px 3px #0003;display:block;height:2px;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.hamburger.is-active span:first-child{background:linear-gradient(135deg,#9e8960,#fff);transform:rotate(45deg) translate(5px,5px)}.hamburger.is-active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.is-active span:nth-child(3){background:linear-gradient(135deg,#9e8960,#fff);transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:1024px){.header-content{padding:.75rem 1rem}.nav-list{gap:1.5rem}.nav-link{font-size:.9rem;padding:.5rem .75rem}.logo-text{font-size:1.4rem}.header-cta .btn{font-size:.9rem;padding:.7rem 1.4rem}}@media (max-width:768px){.header{border-radius:32px;left:2.5%;right:2.5%;width:95%}.header-content{min-height:50px;padding:.1rem .2rem}.nav{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#141414f2;border-top:1px solid #9e896033;box-shadow:0 8px 32px #0000004d;display:none;flex-direction:column;left:0;padding:2rem 1rem;position:absolute;top:100%;width:100%}.nav.nav-open{animation:slideDown .3s ease-out;display:flex}.nav-list{flex-direction:column;gap:2rem;text-align:center;width:100%}.nav-link{border-radius:12px;font-size:1.1rem;padding:1rem;transition:all .3s ease;width:100%}.nav-link:hover{background:linear-gradient(135deg,#9e8960,#7a6b47);-webkit-background-clip:text;background-clip:text;color:#0000;transform:translateY(-2px)}.header-cta{margin-top:1.5rem}.header-cta .btn{font-size:1rem;min-width:200px;padding:.85rem 2rem;width:auto}.menu-toggle{display:block}.logo-text{font-size:1.3rem}}@media (hover:none) and (pointer:coarse){.header-cta .btn,.menu-toggle,.nav-link{align-items:center;display:flex;justify-content:center;min-height:44px}.menu-toggle{min-width:44px}.logo{align-items:center;display:flex;min-height:44px}}.header-cta .btn,.logo,.menu-toggle,.nav-link{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.header-cta .btn:focus,.menu-toggle:focus,.nav-link:focus{outline:none}@media (prefers-contrast:high){.header{border-bottom:2px solid}.nav-link:focus,.nav-link:hover{background:#fff3}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.logo-image{animation:logoPulse 4s ease-in-out infinite}.hero-section{align-items:center;display:flex;height:75vh;justify-content:center;max-height:1080px;overflow:hidden;padding-bottom:0;padding-top:70px;position:relative;z-index:1}.hero-section:after{background:linear-gradient(0deg,#000 0,#0000);bottom:0;content:"";height:300px;left:0;position:absolute;right:0;z-index:0}.nectar__bg-video{overflow:hidden;z-index:-999}.nectar__bg-video,.nectar__bg-video:before{height:100%;left:0;position:absolute;top:0;width:100%}.nectar__bg-video:before{background:linear-gradient(#0006,#9e896040,#0009);content:"";z-index:1}.nectar__bg-video video{height:100%;object-fit:cover;object-position:80% -40px;transform:scale(1.3);width:100%}.hero-content{position:relative;text-align:center;width:100%;z-index:1001}.container{position:relative;z-index:10}.hero-text{transition:opacity .1s ease-out}.hero-tag{align-items:center;animation:fadeInUp 1s ease-out .2s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#9e8960,#fff);-webkit-background-clip:text;background-clip:text;border:1px solid #9e896066;border-radius:9999px;box-shadow:0 4px 15px #9e896033;color:#0000;display:inline-flex;font-size:1.1rem;gap:.5rem;margin-bottom:2.5rem;margin-top:40px;padding:.25rem 1rem}.hero-tag span{background:#9e8960;border-radius:50%;display:block;height:8px;width:8px}.hero-title{animation:fadeInUp 1s ease-out .4s both,titleGlow 4s ease-in-out 2s infinite;color:#fff;font-size:4.5rem;font-weight:500;letter-spacing:-.02em;line-height:1.2;margin-bottom:2.5rem;text-shadow:0 2px 4px #0000004d}.hero-subtitle{margin-bottom:1.5rem}.hero-description{color:#a0aec0;font-size:1.25rem;font-weight:400;line-height:1.6;margin:0 auto;text-shadow:none}.highlight{color:#9e8960;font-weight:600;position:relative;text-shadow:0 0 10px #9e896080,0 2px 4px #000c}.highlight:after{background:linear-gradient(135deg,#9e8960,#7a6b47);bottom:-2px;box-shadow:0 0 8px #9e896066;content:"";height:2px;left:0;opacity:.6;position:absolute;right:0}.hero-cta{margin-bottom:2rem;margin-top:1.5rem}.hero-cta .btn{animation:fadeInUp 1s ease-out .8s both,buttonFloat 4s ease-in-out 3s infinite;background:linear-gradient(135deg,#9e8960,#fff);border:1px solid #9e8960;border-radius:32px;box-shadow:0 8px 25px #9e89604d;color:#2d2416;font-size:1rem;font-weight:600;padding:.85rem 1.8rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-cta .btn-primary{box-shadow:none;transform:none}.hero-cta .btn-primary:hover{background:linear-gradient(135deg,#fff,#9e8960);border-color:#0000;box-shadow:0 12px 35px #9e896066;color:#2d2416;transform:translateY(-3px) scale(1.02)}.hero-cta .btn:focus{outline:none}@media (max-width:1200px){.hero-title{font-size:4rem}.hero-content{padding-top:2rem}}@media (max-width:1024px){.hero-title{font-size:3.5rem;margin-bottom:2rem}.hero-description{font-size:1.3rem;margin:0 auto;max-width:600px}.hero-tag{font-size:1rem;padding:.3rem 1.2rem}.hero-cta .btn{font-size:1.05rem;padding:.9rem 2rem}}@media (min-width:769px) and (max-width:1024px){.nectar__bg-video video{height:100%;object-fit:cover;object-position:center center;transform:scale(1.1);width:100%}.hero-section{height:75vh;min-height:700px}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-content{padding-top:1.5rem}.hero-description{font-size:1.25rem;padding:0 2rem}.nectar__bg-video video{object-position:center;transform:scale(1.5)}.hero-section{height:75vh;min-height:600px;padding-bottom:2rem;padding-top:80px}.hero-content{padding-top:1rem}.hero-tag{font-size:.95rem;margin-bottom:2rem;padding:.25rem .9rem}.hero-title{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:1.15rem;line-height:1.5;margin:0 auto;max-width:500px;padding:0 1.5rem}.hero-subtitle{margin-bottom:2rem}.hero-cta .btn{font-size:.95rem;min-width:200px;padding:.85rem 1.8rem}}@media (max-width:480px){.hero-section{height:75vh;min-height:550px;padding-top:70px}.hero-content{padding-top:.5rem}.hero-tag{font-size:.9rem;margin-bottom:1.5rem;padding:.2rem .8rem}.hero-title{font-size:2rem;margin-bottom:1.25rem}.hero-description{font-size:1.05rem;max-width:400px;padding:0 1rem}.hero-subtitle{margin-bottom:1.5rem}.hero-cta .btn{font-size:.9rem;min-width:180px;padding:.8rem 1.6rem}}.hero-description{animation:fadeInUp 1s ease-out .6s both,textShimmer 6s ease-in-out 4s infinite}@keyframes titleGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.1)}}@keyframes buttonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes textShimmer{0%,to{opacity:1}50%{opacity:.9}}.stats-title-container{padding-bottom:80px;position:relative;text-align:center}.stats-title-text{color:#e2e8f0;font-size:3rem;font-weight:500;line-height:1.4;margin:0 auto;width:80%}.highlight-craft,.highlight-legacy,.highlight-stories{color:#fff;display:inline-block;position:relative}.highlight-craft:after,.highlight-stories:after{background:linear-gradient(135deg,#9e8960,#7a6b47);bottom:-5px;content:"";height:4px;left:0;position:absolute;right:0}.highlight-legacy:after{display:none}@media (max-width:768px){.stats-title-text{font-size:2.5rem}.highlight-stories:after{display:none}.highlight-legacy:after{background:linear-gradient(135deg,#9e8960,#7a6b47);bottom:-5px;content:"";display:block;height:4px;left:0;position:absolute;right:0}}.stats-section{background:None;border-radius:32px;margin:2rem auto;padding:0 8rem;position:relative;text-align:center;width:85%}.stats-grid{justify-content:space-between;margin:0 auto;width:100%}.stat-item,.stats-grid{align-items:center;display:flex}.stat-item{flex-direction:column;text-align:center}.stat-number{color:#fff;font-size:4.25rem!important;font-weight:500!important;line-height:1;margin-bottom:1.5rem}.stat-label{color:#94a3b8;font-size:.9rem!important;font-weight:400;letter-spacing:.1em;text-transform:uppercase}@media (max-width:768px){.stats-section{padding:0 1rem}.stats-grid{flex-direction:column;gap:3rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}}@media (max-width:480px){.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem}}.grid-section{background-color:#000;overflow:hidden;padding:50px 0;position:relative}.grid-section:after,.grid-section:before{background:radial-gradient(circle at 25% 25%,#9e896026 0,#0000 30%),radial-gradient(circle at 75% 75%,#9e89601a 0,#0000 25%);content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;width:200%;z-index:0}.grid-section:after,.grid-section:before{transform:translate(-25%,-25%)}.grid-section:after{background:radial-gradient(circle at 25% 75%,#9e89601a 0,#0000 25%),radial-gradient(circle at 75% 25%,#9e896026 0,#0000 30%)}.grid-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);margin:0 auto;position:relative;width:80%;z-index:1}.grid-item{align-items:center;color:#000;display:flex;flex-direction:column;font-size:20px;height:600px;justify-content:center;padding:2rem;position:relative}.grid-item-text-container{display:flex;flex-direction:column;gap:2rem}.text-gold{color:#bfa66a;font-family:sans-serif;font-size:1.5rem;font-weight:700}.text-white{color:#fff;font-family:sans-serif;font-size:1.2rem}.overlay-container{background-color:#0000;color:#fff;height:600px;left:0;perspective:1000px;position:absolute;top:0;width:calc(50% - 10px);z-index:1}.image-stack,.overlay-container{align-items:center;display:flex;justify-content:center}.image-stack{height:100%;position:relative;transform-style:preserve-3d;width:100%}.overlay-image-back,.overlay-image-front,.overlay-image-marker,.overlay-image-pillars,.overlay-image-xx{height:100%;object-fit:contain;position:absolute;width:100%}.overlay-image-back{opacity:.7;transform:translateZ(-2px)}.overlay-image-marker{transform:translateZ(-3px)}.overlay-image-pillars{transform:translateZ(1px) scale(1)}.image-grid-container{display:none}.image-grid-stack{align-items:center;display:flex;height:100%;justify-content:center;position:relative;transform-style:preserve-3d;width:100%}.image-grid-outline{z-index:1}.image-grid-outline,.image-grid-top{height:100%;object-fit:contain;position:absolute;width:100%}.image-grid-top{z-index:2}@media (max-width:768px){.grid-section{padding:20px 0}.grid-container{gap:20px;grid-template-columns:1fr;grid-template-rows:auto;width:90%}.grid-item{height:auto;min-height:250px;padding:1rem;text-align:center}.text-gold{font-size:1.2rem}.text-white{font-size:1rem}.overlay-container{height:300px;margin:15px 0;position:static;width:100%}.image-stack,.overlay-container{transform:none!important}.image-grid-container{align-items:center;background-color:initial;display:flex;height:300px;justify-content:center;position:relative}}@media (max-width:480px){.grid-section{padding:15px 0}.grid-container{gap:15px;width:95%}.grid-item{min-height:200px;padding:.8rem}.text-gold{font-size:1.1rem}.text-white{font-size:.9rem}.overlay-container{height:250px}.image-grid-container{align-items:center;background-color:initial;display:flex;height:250px;justify-content:center;position:relative}}.solutions-section{background:#000;height:300vh;position:relative}.solutions-header-container{margin:0 auto;max-width:90%;padding:0 20px}.solutions-header{margin-bottom:-120px;padding-top:80px;position:relative;z-index:10}.solutions-header h2{color:#fff;font-size:3rem;font-weight:500;line-height:1.2;margin-bottom:20px;text-align:left}.solutions-header p{color:#fffc;font-size:1.75rem;line-height:1.6;margin:0;text-align:left}.header-cta{text-align:left}.header-cta .btn{background:linear-gradient(to bottom right,#b8860b,#fff);border:1px solid #b8860b;box-shadow:none;color:#320;font-size:1rem;font-weight:600;padding:.85rem 1.8rem;position:relative}.header-cta .btn:hover{background:linear-gradient(to bottom right,#fff,#b8860b);border-color:#b8860b;box-shadow:none;color:#320;transform:none}.solutions-sticky-container{height:100vh;overflow:hidden;position:-webkit-sticky;position:sticky;top:0}.solutions-grid{grid-gap:15px;align-items:center;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);height:100%;margin:0 auto;max-width:90%}.solution-mockup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:450px;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.solution-mockup:hover{border-color:#ffffff4d;box-shadow:0 20px 40px #0003}.solution-mockup:after{background:linear-gradient(90deg,#fff0 0,#ffffff4d 50%,#fff0);content:"";height:100%;left:-150%;position:absolute;top:0;transform:skewX(-25deg);transition:left .75s ease;width:100%}.solution-mockup:hover:after{left:150%}.branding-mockup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;overflow:hidden;position:relative}.branding-mockup:before{background:radial-gradient(circle at 50% 50%,#9e896033 0,#0000 70%),linear-gradient(135deg,#9e89600d,#0000 50%);bottom:0;content:"";left:0;opacity:1;position:absolute;right:0;top:0;transition:all .4s ease}.branding-mockup:hover{background:#ffffff0d;border-color:#9e896080}.branding-mockup:hover:before{background:radial-gradient(circle at 50% 50%,#9e896033 0,#0000 70%),linear-gradient(135deg,#9e89600d,#0000 50%)}.analytics-mockup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;overflow:hidden;position:relative}.analytics-mockup:before{background:radial-gradient(circle at 50% 50%,#9e896033 0,#0000 70%),linear-gradient(135deg,#9e89600d,#0000 50%);bottom:0;content:"";left:0;opacity:1;position:absolute;right:0;top:0;transition:all .4s ease}.analytics-mockup:hover{background:#ffffff0d;border-color:#9e896080}.analytics-mockup:hover:before{background:radial-gradient(circle at 50% 50%,#9e896033 0,#0000 70%),linear-gradient(135deg,#9e89600d,#0000 50%)}.marketing-mockup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;overflow:hidden;position:relative}.marketing-mockup:before{background:radial-gradient(circle at 50% 50%,#9e896033 0,#0000 70%),linear-gradient(135deg,#9e89600d,#0000 50%);bottom:0;content:"";left:0;opacity:1;position:absolute;right:0;top:0;transition:all .4s ease}.marketing-mockup:hover{background:#ffffff0d;border-color:#9e896080}.marketing-mockup:hover:before{background:radial-gradient(circle at 50% 50%,#9e896033 0,#0000 70%),linear-gradient(135deg,#9e89600d,#0000 50%)}.mockup-header{border-bottom:2px solid #ffffff1a;margin-bottom:25px;padding-bottom:15px;position:relative;text-align:center;z-index:1}.mockup-logo{margin-bottom:15px;position:relative;z-index:1}.mockup-logo svg{color:#fff;height:40px;width:40px}.mockup-title{color:#fff;font-size:1.3rem;font-weight:700;position:relative;text-align:center;z-index:1}.mockup-content{display:flex;flex-direction:column;flex-grow:1;gap:15px;justify-content:center;position:relative;z-index:1}.mockup-content p{color:#fffc;line-height:1.6;position:relative;z-index:1}.branding-mockup .mockup-header{border-bottom-color:#9e896080}.brand-item{align-items:center;background:#ffffff0d;border-radius:10px;display:flex;gap:15px;padding:10px;position:relative;z-index:1}.brand-color{background:linear-gradient(135deg,#9e8960cc,#9e896099);border:1px solid #9e89604d;border-radius:8px;height:40px;width:40px}.brand-color.secondary{background:linear-gradient(135deg,#9e896099,#9e896066)}.brand-color.accent{background:linear-gradient(135deg,#9e8960e6,#9e8960b3)}.brand-color.neutral{background:linear-gradient(135deg,#9e896080,#9e89604d)}.brand-text{color:#ffffffe6;font-size:.9rem;font-weight:500}.analytics-mockup .mockup-header{border-bottom-color:#9e896080}.analytics-chart{align-items:end;display:flex;gap:8px;height:80px;margin-bottom:20px;padding:0 10px;position:relative;z-index:1}.chart-bar{background:linear-gradient(135deg,#9e8960cc,#9e896099);border:1px solid #9e89604d;border-radius:4px 4px 0 0;flex:1 1;min-height:20px;transition:all .3s ease}.chart-bar:hover{background:linear-gradient(135deg,#9e8960e6,#9e8960b3);opacity:.8}.analytics-stats{display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.stat-row{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;font-size:.9rem;justify-content:space-between;padding:8px 12px}.stat-row span:first-child{color:#ffffffb3}.stat-row span:last-child{color:#ffffffe6;font-weight:600}.marketing-mockup .mockup-header{border-bottom-color:#9e896080}.campaign-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;display:flex;gap:15px;padding:12px;position:relative;z-index:1}.campaign-icon{background:linear-gradient(135deg,#9e8960cc,#9e896099);border:1px solid #9e89604d;border-radius:8px;height:35px;width:35px}.campaign-details{flex:1 1}.campaign-name{color:#ffffffe6;font-size:.9rem;font-weight:600;margin-bottom:3px}.campaign-status{border-radius:12px;font-size:.8rem;font-weight:500;padding:3px 8px}.campaign-status.active{background:#9e896033;border:1px solid #9e896066;color:#9e8960}.campaign-status.pending{background:#ffffff1a;border:1px solid #fff3;color:#fffc}.campaign-status.completed{background:#9e89604d;border:1px solid #9e896080;color:#ffffffe6}@media (max-width:768px){.solutions-section{height:auto!important;padding:60px 0}.solutions-header{margin-bottom:50px}.solutions-header h2{font-size:2.2rem}.solutions-header p{font-size:1.1rem}.header-cta{display:block;text-align:left}.header-cta .btn{display:inline-block;margin:0;overflow:hidden;position:relative}.solutions-sticky-container{height:auto;overflow:visible;position:static}.solutions-grid{gap:25px;grid-template-columns:1fr;height:auto;padding-bottom:60px}.solution-mockup{height:auto;min-height:300px;opacity:1!important;padding:25px;transform:none!important}.solutions-section .motion-div,.solutions-section [data-framer-motion],.solutions-section [style*=opacity],.solutions-section [style*=transform]{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}}@media (max-width:480px){.solutions-header h2{font-size:1.8rem}.solutions-header p{font-size:1rem}.solution-mockup{opacity:1!important;padding:20px;transform:none!important}.mockup-title{font-size:1.1rem}.solutions-section [style*=opacity],.solutions-section [style*=transform]{opacity:1!important;transform:none!important}}.process-section{background:#000;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:30px 0 50px;text-align:left}.container{margin:0 auto;max-width:90%;padding:0 15px}.process-header{margin-bottom:60px}.process-header .section-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.process-header .process-subtitle{color:#fffc;font-size:1.125rem;margin-bottom:2rem;max-width:800px}.process-button{background:linear-gradient(135deg,#9e8960,#fff)!important;border:1px solid #9e8960!important;border-radius:32px;box-shadow:0 4px 15px #9e896033;color:#2d2416!important;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;overflow:hidden;padding:.85rem 1.8rem;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.process-button:before{background:linear-gradient(135deg,#fff,#9e8960);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%;z-index:-1}.process-button:hover{background:linear-gradient(135deg,#fff,#9e8960)!important;border-color:#9e8960!important;box-shadow:0 8px 25px #9e89604d;color:#2d2416!important;text-shadow:0 1px 3px #0000001a;transform:translateY(-2px)}.process-button:hover:before{left:0}.process-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:60px}.process-card{border-radius:15px;height:400px;overflow:hidden;position:relative;transition:box-shadow .3s ease-in-out}.process-card:hover{box-shadow:0 8px 25px #fff3}.card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;position:relative;width:100%}.card-image:after{background-color:#9e8960;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}.process-card:hover .card-image:after{opacity:.2}.card-overlay{background:#000000e6;bottom:0;color:#fff;padding:20px 30px;right:0;z-index:3}.card-content{position:relative;text-align:center;width:100%;z-index:4}.card-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:8px}.card-description{color:#ffffffe6;font-size:.95rem;line-height:1.6}@media (max-width:992px){.process-cards{gap:20px;grid-template-columns:1fr}.process-card{height:350px}}@media (max-width:768px){.process-header .section-title{font-size:2.5rem}.process-cards{margin-top:40px}.process-card{height:300px}.card-overlay{padding:30px 20px 20px}.card-title{font-size:1.3rem}.card-description{font-size:.9rem}}.studio-section{background:#000;color:#fff;overflow:hidden;padding:20px 0 40px;position:relative}.studio-section:before{background:radial-gradient(circle at 20% 30%,#fde04714 0,#0000 40%),radial-gradient(circle at 80% 70%,#fde0470d 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.studio-container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.hero-content{margin:0 auto;max-width:900px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px}.hero-description{color:#fffc;font-size:1.2rem;line-height:1.7;margin-bottom:40px}.features-section{margin-top:80px}.section-header{margin-bottom:80px;text-align:center}.section-header h3{color:#9e8960;font-size:2.5rem;font-weight:700;margin-bottom:16px}.section-header p{color:#ffffffb3;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;padding:30px;position:relative;transition:all .4s ease}.wide{align-items:center;flex-direction:row;gap:30px}.feature-content{align-items:center;display:flex;flex:1 1;gap:20px}.feature-text{flex:1 1}.wide .feature-image{flex-shrink:0;width:200px}.feature-card:before{background:linear-gradient(135deg,#9e89600d,#0000 50%);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.feature-card:hover{background:#ffffff0d;border-color:#9e896080}.feature-card:hover:before{opacity:1}.feature-icon{align-items:center;background:linear-gradient(135deg,#9e89601a,#9e89600d);border:1px solid #9e896033;border-radius:16px;color:#9e8960;display:flex;height:70px;justify-content:center;margin-bottom:24px;position:relative;width:70px;z-index:1}.feature-card h4{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:16px;position:relative;z-index:1}.feature-card p{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:24px;position:relative;z-index:1}.feature-image{border-radius:12px;overflow:hidden;position:relative;z-index:1}.feature-image img{height:200px;object-fit:cover;transition:transform .4s ease;width:100%}.feature-card:hover .feature-image img{transform:scale(1.03)}@media (max-width:1200px){.hero-title{font-size:3rem}.features-grid{grid-template-areas:"large large medium1" "wide wide medium2" "tall compact compact";grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.studio-section{padding:80px 0}.studio-hero{margin-bottom:80px}.hero-content{max-width:800px}.hero-title{font-size:2.5rem}.features-grid{grid-template-areas:"large large" "medium1 medium2" "wide wide" "tall compact";grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.wide-feature{flex-direction:column;gap:20px}.wide-feature .feature-image{width:100%}}@media (max-width:768px){.studio-section{padding:40px 0}.studio-container{padding:0 10px}.studio-hero{margin-bottom:40px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-actions{align-items:stretch;flex-direction:column}.primary-btn,.secondary-btn{justify-content:center}.section-header h3{font-size:1.8rem}.features-grid{gap:20px;grid-template-areas:"large" "medium1" "medium2" "wide" "tall" "compact";grid-template-columns:1fr}.feature-card{padding:20px}.wide-feature{flex-direction:column}}@media (max-width:480px){.hero-title{font-size:1.6rem}.hero-description{font-size:.9rem}.primary-btn,.secondary-btn{font-size:.8rem;padding:10px 20px}.feature-card{padding:15px}.feature-icon{height:50px;width:50px}.feature-card h4{font-size:1.1rem}.compact-feature{padding:15px}.feature-content{flex-direction:column;gap:10px}}.portfolio-section{background:#000;overflow:hidden;padding:100px 0;position:relative}.portfolio-section:before{background:radial-gradient(circle at 50% 50%,#9e89601a 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.portfolio-container{margin:0 auto;max-width:1400px;padding:0 40px;position:relative;z-index:1}.portfolio-header{margin-bottom:40px;text-align:left}.portfolio-section .portfolio-title{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.2;margin:0 0 20px}.portfolio-scroll-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:20px;height:300px;overflow:hidden;position:relative;width:100%}.portfolio-scroll-track{animation:scrollLeft 45s linear infinite;display:flex;height:100%;width:calc(600% + 120px)}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(calc(-16.67% - 20px))}}.portfolio-scroll-item{flex:0 0 250px;height:100%;margin-right:20px;position:relative}.portfolio-image-wrapper{border-radius:15px;box-shadow:0 20px 40px #0000004d;height:100%;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.portfolio-image-wrapper:hover{box-shadow:0 25px 50px #fde04733;transform:translateY(-5px)}.portfolio-scroll-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.portfolio-image-wrapper:hover .portfolio-scroll-image{transform:scale(1.05)}.portfolio-title-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:40px 20px 20px;position:absolute;right:0}.portfolio-section .portfolio-item-name{color:#fff;font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 4px #00000080;white-space:nowrap}.portfolio-section .portfolio-loading{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:400px}.portfolio-section .portfolio-loading p{font-size:.9rem;margin:0}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #fde0474d;border-radius:50%;border-top-color:#fde047;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.portfolio-section .portfolio-error{align-items:center;color:#ffffffb3;display:flex;justify-content:center;min-height:400px;text-align:center}.portfolio-section .portfolio-error p{font-size:.9rem;margin:0}@media (max-width:768px){.portfolio-section{padding:60px 0}.portfolio-container{padding:0 20px}.portfolio-section .portfolio-title{font-size:1.2rem}.portfolio-header{margin-bottom:50px}.portfolio-scroll-container{height:250px}.portfolio-scroll-item{flex:0 0 200px;margin-right:15px}.portfolio-section .portfolio-item-name{font-size:.9rem}.portfolio-title-overlay{padding:30px 15px 15px}}@media (max-width:480px){.portfolio-section .portfolio-title{font-size:1.1rem}.portfolio-scroll-container{height:200px}.portfolio-scroll-item{flex:0 0 160px;margin-right:10px}.portfolio-section .portfolio-item-name{font-size:.8rem}}.build-reach-grow-section{background:#000;overflow:hidden;padding:150px 0;perspective:1000px;position:relative}.brg-background{z-index:1}.brg-background,.brg-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.brg-gradient{background:radial-gradient(circle at center,#9e896026 0,#0000 70%)}.floating-elements{bottom:0;left:0;position:absolute;right:0;top:0}.floating-element{animation:float 15s ease-in-out infinite;background:linear-gradient(135deg,#9e896033,#9e89600d);border-radius:50%;position:absolute}.element-1{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.element-2{animation-delay:-3s;height:60px;right:15%;top:60%;width:60px}.element-3{animation-delay:-6s;height:100px;left:20%;top:80%;width:100px}.element-4{animation-delay:-9s;height:40px;right:30%;top:30%;width:40px}.element-5{animation-delay:-12s;height:70px;right:10%;top:10%;width:70px}@keyframes float{0%,to{opacity:.5;transform:translateY(0) rotate(0deg)}25%{opacity:.8;transform:translateY(-20px) rotate(90deg)}50%{opacity:.6;transform:translateY(-10px) rotate(180deg)}75%{opacity:.9;transform:translateY(-30px) rotate(270deg)}}.brg-content{position:relative;text-align:center;z-index:2}.brg-words{flex-wrap:wrap;gap:80px;justify-content:center;margin-bottom:60px;padding-top:50px}.brg-word,.brg-words{align-items:center;display:flex}.brg-word{flex-direction:column;gap:30px;position:relative}.word-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#9e8960);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:900;letter-spacing:2px;text-transform:uppercase}.word-3d{perspective:800px;transform-style:preserve-3d}.cube{animation:rotateCube 10s linear infinite;position:relative;transform-style:preserve-3d}.cube,.face{height:80px;width:80px}.face{align-items:center;background:linear-gradient(135deg,#9e8960,#000);border:2px solid #ffffff4d;color:#fff;display:flex;font-size:2rem;font-weight:700;justify-content:center;position:absolute}.front{transform:rotateY(0deg) translateZ(40px)}.back{transform:rotateY(180deg) translateZ(40px)}.right{transform:rotateY(90deg) translateZ(40px)}.left{transform:rotateY(-90deg) translateZ(40px)}.top{transform:rotateX(90deg) translateZ(40px)}.bottom{transform:rotateX(-90deg) translateZ(40px)}@keyframes rotateCube{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}.sphere{animation:pulseSphere 3s ease-in-out infinite;background:linear-gradient(135deg,#9e8960,#7a6b47);border-radius:50%;box-shadow:0 0 30px #9e896080;height:80px;position:relative;width:80px}.sphere-inner{background:radial-gradient(circle at 30% 30%,#fffc,#0000 70%);border-radius:50%;height:60%;left:20%;position:absolute;top:20%;width:60%}@keyframes pulseSphere{0%,to{box-shadow:0 0 30px #9e896080;transform:scale(1)}50%{box-shadow:0 0 50px #9e8960cc;transform:scale(1.1)}}.pyramid{animation:rotatePyramid 8s linear infinite;height:80px;position:relative;transform-style:preserve-3d;width:80px}.pyramid-face{background:linear-gradient(135deg,#9e8960,#000);height:0;position:absolute;width:0}.face1{border-bottom:69px solid #9e8960;transform:rotateX(-30deg) translateZ(23px)}.face1,.face2{border-left:40px solid #0000;border-right:40px solid #0000}.face2{border-bottom:69px solid #000;transform:rotateX(-30deg) rotateY(120deg) translateZ(23px)}.face3{border-bottom:69px solid #fff;border-left:40px solid #0000;border-right:40px solid #0000;transform:rotateX(-30deg) rotateY(240deg) translateZ(23px)}.face4{background:linear-gradient(135deg,#9e8960,#000);-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);height:80px;transform:rotateX(90deg) translateZ(-40px);width:80px}@keyframes rotatePyramid{0%{transform:rotateY(0deg) rotateX(0deg)}to{transform:rotateY(1turn) rotateX(1turn)}}.brg-description{margin:0 auto;max-width:600px}.brg-description p{color:#fffc;font-size:1.2rem;line-height:1.8;margin:0}@media (max-width:1024px){.brg-words{gap:60px}.word-text{font-size:3rem}.cube,.face,.pyramid,.sphere{height:60px;width:60px}.face{font-size:1.5rem}.back,.front{transform:rotateY(0deg) translateZ(30px)}.right{transform:rotateY(90deg) translateZ(30px)}.left{transform:rotateY(-90deg) translateZ(30px)}.top{transform:rotateX(90deg) translateZ(30px)}.bottom{transform:rotateX(-90deg) translateZ(30px)}}@media (max-width:768px){.build-reach-grow-section{padding:100px 0}.brg-words{flex-direction:column;gap:50px;padding-bottom:50px}.word-text{font-size:2.5rem}.brg-description p{font-size:1.1rem}}@media (max-width:480px){.word-text{font-size:2rem}.cube,.face,.pyramid,.sphere{height:50px;width:50px}.face{font-size:1.2rem}}.faq-section{background:linear-gradient(135deg,#9e89600d,#0000 30%),linear-gradient(225deg,#9e89600d,#0000 30%),radial-gradient(ellipse at top,#9e896026 0,#000 70%);color:#fff;overflow:hidden;padding:100px 0;position:relative}.faq-section:before{animation:subtleGlow 10s ease-in-out infinite;background:radial-gradient(ellipse at center,#9e89601a 0,#0000 70%);content:"";height:140%;left:-20%;position:absolute;top:-20%;width:140%;z-index:-1}@keyframes subtleGlow{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.faq-header{margin-bottom:80px;text-align:center}.section-title{color:#fff;font-size:3rem;margin-bottom:20px}.section-subtitle{color:#fffc;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px}.section-subtitle .highlight{font-weight:600}.faq-container{margin:0 auto 60px;max-width:800px}.faq-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#ffffff14;border-color:#9e89604d}.faq-item.active{background:#ffffff14;border-color:#9e896080;box-shadow:0 10px 30px #9e89601a}.faq-question{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:25px 30px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{color:#9e8960}.faq-question span{flex:1 1;margin-right:20px}.faq-icon{align-items:center;background:#9e89601a;border-radius:50%;display:flex;height:30px;justify-content:center;transition:all .3s ease;width:30px}.faq-icon svg{color:#9e8960;transition:transform .3s ease}.faq-icon svg.rotated{transform:rotate(180deg)}.faq-item.active .faq-icon{background:#9e896033}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer-content{border-top:1px solid #ffffff1a;margin-top:-1px;padding:0 30px 30px}.faq-answer-content p{color:#fffc;font-size:1rem;line-height:1.7;margin:20px 0 0}.faq-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin:0 auto;max-width:500px;padding:40px 20px;text-align:center}.faq-cta p{color:#ffffffe6;font-size:1.2rem;font-weight:500;margin:0 0 25px}.contact-btn{animation:fadeInUp 1s ease-out .8s both,buttonFloat 4s ease-in-out 3s infinite;background:linear-gradient(135deg,#9e8960,#fff);border:1px solid #9e8960;border-radius:32px;box-shadow:0 8px 25px #9e89604d;color:#2d2416;font-size:1rem;font-weight:600;padding:.85rem 1.8rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-btn:hover{background:linear-gradient(135deg,#fff,#9e8960);border-color:#9e8960;box-shadow:0 12px 35px #9e896066;color:#2d2416;transform:translateY(-3px) scale(1.02)}.contact-btn:active{transform:translateY(-1px)}@media (max-width:1024px){.faq-section{padding:80px 0}.faq-header{margin-bottom:60px}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.2rem;padding:0 20px}.faq-container{margin:0 auto 50px;padding:0 20px}}@media (max-width:768px){.faq-section{padding:60px 0}.faq-header{margin-bottom:40px;padding:0 20px}.section-title{font-size:2.2rem;line-height:1.3}.section-subtitle{font-size:1.1rem;padding:0 10px}.faq-container{margin-bottom:40px;padding:0 20px}.faq-item{border-radius:12px;margin-bottom:15px}.faq-question{font-size:1rem;padding:20px}.faq-question span{line-height:1.4;margin-right:15px}.faq-answer-content{padding:0 20px 20px}.faq-answer-content p{font-size:.95rem;line-height:1.6}.faq-cta{border-radius:15px;margin:0 20px;padding:30px 20px}.faq-cta p{font-size:1.1rem;margin-bottom:20px}.contact-btn{font-size:.95rem;padding:14px 32px}}@media (max-width:480px){.faq-section{padding:50px 0}.faq-header{margin-bottom:30px;padding:0 15px}.section-title{font-size:1.8rem;line-height:1.2}.section-subtitle{font-size:1rem;padding:0 5px}.faq-container{margin-bottom:30px;padding:0 15px}.faq-item{border-radius:10px;margin-bottom:12px}.faq-question{font-size:.95rem;padding:16px 18px}.faq-question span{line-height:1.3;margin-right:12px}.faq-answer-content{padding:0 18px 18px}.faq-answer-content p{font-size:.9rem;line-height:1.5}.faq-icon{flex-shrink:0;height:25px;width:25px}.faq-icon svg{height:14px;width:14px}.faq-cta{border-radius:12px;margin:0 15px;padding:25px 15px}.faq-cta p{font-size:1rem;margin-bottom:18px}.contact-btn{font-size:.9rem;max-width:200px;padding:12px 28px;width:100%}}.footer-vars{--footer-bg-color:#000;--footer-text-color:#fff;--footer-text-secondary-color:#ffffffb3;--footer-text-tertiary-color:#fff9;--footer-accent-color:#9e8960;--footer-accent-gradient:linear-gradient(135deg,#9e8960,#8a7654);--footer-border-color:#ffffff1a;--social-link-bg:#ffffff0d;--social-link-hover-bg:#9e89601a;--social-link-hover-border:#9e89604d}.footer{background-color:#000;background-color:var(--footer-bg-color,#000);color:#fff;color:var(--footer-text-color,#fff);overflow:hidden;padding:80px 0 0;position:relative}.footer:before{background-color:#9e8960;background-color:var(--footer-accent-color,#9e8960);content:"";height:100%;left:0;opacity:.15;position:absolute;top:0;width:100%;z-index:0}.footer-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:60px}.footer-section:first-child{text-align:center}.footer-section h4{color:#fff;color:var(--footer-text-color,#fff);font-size:1.2rem;font-weight:700;margin-bottom:25px;position:relative}.footer-section h4:after{bottom:-8px;content:"";height:2px;left:0;position:absolute;width:30px}.footer-logo h3,.footer-section h4:after{background:linear-gradient(135deg,#9e8960,#8a7654);background:var(--footer-accent-gradient,linear-gradient(135deg,#9e8960 0,#8a7654 100%))}.footer-logo h3{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:15px}.footer-logo p{color:#ffffffb3;color:var(--footer-text-secondary-color,#ffffffb3);font-size:1rem;line-height:1.6;margin-bottom:30px}.social-links{gap:15px}.social-links,.social-links a{display:flex;justify-content:center}.social-links a{align-items:center;background:#ffffff0d;background:var(--social-link-bg,#ffffff0d);border:1px solid #ffffff1a;border:1px solid var(--footer-border-color,#ffffff1a);border-radius:50%;color:#ffffffb3;color:var(--footer-text-secondary-color,#ffffffb3);height:45px;transition:all .3s ease;width:45px}.social-links a:hover{background:#9e89601a;background:var(--social-link-hover-bg,#9e89601a);border-color:#9e89604d;border-color:var(--social-link-hover-border,#9e89604d);color:#9e8960;color:var(--footer-accent-color,#9e8960);transform:translateY(-3px)}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#ffffffb3;color:var(--footer-text-secondary-color,#ffffffb3);display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#9e8960;color:var(--footer-accent-color,#9e8960);transform:translateX(5px)}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-item{align-items:flex-start;display:flex;gap:12px}.contact-item svg{color:#9e8960;color:var(--footer-accent-color,#9e8960);flex-shrink:0;margin-top:2px}.contact-item span{color:#ffffffb3;color:var(--footer-text-secondary-color,#ffffffb3);font-size:.95rem;line-height:1.5}.footer-bottom{border-top:1px solid #ffffff1a;border-top:1px solid var(--footer-border-color,#ffffff1a);padding:30px 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.footer-bottom-content p{color:#fff9;color:var(--footer-text-tertiary-color,#fff9);font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:30px}.footer-bottom-links a{color:#fff9;color:var(--footer-text-tertiary-color,#fff9);font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#9e8960;color:var(--footer-accent-color,#9e8960)}@media (max-width:1024px){.footer-content{gap:30px}}@media (max-width:768px){.footer{padding:60px 0 0}.footer-content{align-items:center;flex-direction:column;gap:40px;margin-bottom:40px;text-align:center}.footer-logo h3{font-size:1.8rem}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;gap:20px;text-align:center}.footer-bottom-links{gap:20px}}@media (max-width:480px){.footer{padding:40px 0 0}.footer-content{gap:30px;margin-bottom:30px}.footer-logo h3{font-size:1.6rem}.footer-section h4{font-size:1.1rem;text-align:center}.footer-section h4:after{left:50%;transform:translateX(-50%)}.footer-section ul{text-align:center}.contact-info{align-items:center}.contact-item{justify-content:center;text-align:center}.social-links a{height:40px;width:40px}.footer-bottom-links{flex-direction:column;gap:15px}}.benefits-section{background-color:#000;color:#fff;padding:6rem 0}.benefits-header{margin-bottom:4rem;text-align:left}.benefits-subtitle{color:#9e8960;font-size:1.2rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.benefits-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.benefit-card{background-color:#000;border:1px solid #9e896033;border-radius:16px;overflow:hidden;padding:2.5rem;position:relative;text-align:left;transition:box-shadow .3s ease}.benefit-card:hover{box-shadow:0 10px 25px #9e89601a}.benefit-card:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-150%;position:absolute;top:0;transition:left .6s ease;width:100%}.benefit-card:hover:before{left:150%}.benefit-icon{color:#9e8960;font-size:2.5rem;margin-bottom:1.5rem}.benefit-card-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.benefit-card-description{color:#ccc;font-size:1rem;line-height:1.6}@media (max-width:1024px){.benefits-section{padding:4rem 0}.benefits-header{margin-bottom:3rem}.benefits-title{font-size:3rem}.benefits-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.benefit-card{padding:2rem}}@media (max-width:768px){.benefits-section{padding:3rem 0}.benefits-header{margin-bottom:2.5rem;padding:0 1rem;text-align:center}.benefits-title{font-size:2.5rem;line-height:1.3}.benefits-subtitle{font-size:1.1rem;letter-spacing:1.5px}.benefits-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.benefit-card{padding:2rem 1.5rem;text-align:center}.benefit-icon{font-size:2.2rem;margin-bottom:1.2rem}.benefit-card-title{font-size:1.3rem;margin-bottom:.8rem}.benefit-card-description{font-size:.95rem;line-height:1.7}}@media (max-width:480px){.benefits-section{padding:2.5rem 0}.benefits-header{margin-bottom:2rem;padding:0 1.5rem}.benefits-title{font-size:2rem;line-height:1.2}.benefits-subtitle{font-size:1rem;letter-spacing:1px}.benefits-grid{gap:1.2rem;padding:0 1.5rem}.benefit-card{padding:1.8rem 1.2rem}.benefit-icon{font-size:2rem;margin-bottom:1rem}.benefit-card-title{font-size:1.2rem;margin-bottom:.7rem}.benefit-card-description{font-size:.9rem;line-height:1.6}}.production-process-section{background-color:#000;color:#fff;padding:6rem 0}.production-process-header{margin-bottom:4rem}.seamless-experience{color:#9e8960;font-size:1.2rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.section-title{margin-bottom:2rem}.production-process-content{display:flex;gap:4rem}.process-list{flex:1 1}.process-item{border-bottom:1px solid #9e896033;padding:2rem 0}.process-item-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.process-item-header h3{font-size:1.5rem;font-weight:600}.process-item-header span{color:#9e8960;font-size:1.5rem}.process-item-content{height:0;opacity:0;overflow:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;visibility:hidden}.process-item-content.open{height:auto;margin-top:1.5rem;opacity:1;visibility:visible}.process-item-content p{color:#ccc;font-size:1rem;line-height:1.6}.process-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:400px}.process-image img{border-radius:16px;box-shadow:0 8px 25px #9e896033;height:400px;object-fit:cover;transition:opacity .5s ease-in-out;width:100%}@media (max-width:768px){.production-process-content{flex-direction:column;gap:2rem}.process-image{min-height:300px;order:2}.process-image img{height:300px}.section-title{font-size:2.5rem}}.video-types-section{background-color:#000;color:#fff;padding:6rem 0}.video-types-header{margin-bottom:4rem;text-align:center}.section-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.section-subtitle{color:#ccc;font-size:1.2rem}.video-types-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.video-type-card{aspect-ratio:32/9;background-position:50%;background-size:cover;border-radius:16px;overflow:hidden;position:relative}.card-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:background-color .3s ease;width:100%}.video-type-card:hover .card-overlay{background-color:#9e8960b3}.card-overlay h3{color:#fff;font-size:1.5rem;font-weight:600}@media (max-width:1024px){.video-types-section{padding:4rem 0}.video-types-header{margin-bottom:3rem}.section-title{font-size:2.8rem}.video-types-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.video-types-section{padding:3rem 0}.video-types-header{margin-bottom:2.5rem}.section-title{font-size:2.2rem;line-height:1.3}.section-subtitle{font-size:1.1rem}.video-types-grid{gap:1.5rem;grid-template-columns:1fr}.video-type-card{aspect-ratio:16/9;border-radius:12px}.card-overlay h3{font-size:1.3rem;padding:0 1rem;text-align:center}}@media (max-width:480px){.video-types-section{padding:2.5rem 0}.video-types-header{margin-bottom:2rem}.section-title{font-size:1.8rem;margin-bottom:.8rem}.section-subtitle{font-size:1rem;padding:0 1rem}.video-types-grid{gap:1.2rem}.video-type-card{border-radius:10px}.card-overlay h3{font-size:1.1rem;padding:0 .8rem}}.cta-section{background:linear-gradient(180deg,#000c 0,#0000 50%),radial-gradient(circle at center,#000 0,#000 60%,#9e8960 0,#9e8960 61%,#000 0,#000 100%),repeating-radial-gradient(circle at center,#9e8960,#9e8960 1px,#000 0,#000 20px);color:#fff;padding:6rem 0;text-align:center}.cta-content .section-title{font-size:3rem;margin-bottom:1.5rem}.cta-content .section-subtitle{color:#ccc;font-size:1.2rem;margin-bottom:2.5rem}.cta-button{background:linear-gradient(135deg,#9e8960,#fff);border:1px solid #9e8960;border-radius:32px;box-shadow:0 8px 25px #9e89604d;color:#2d2416;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.8rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-button:hover{background:linear-gradient(135deg,#fff,#9e8960);border-color:#0000;box-shadow:0 12px 35px #9e896066;color:#2d2416}@media (max-width:768px){.cta-section{background:linear-gradient(180deg,#000c 0,#0000 50%),radial-gradient(circle at center,#000 0,#000 75%,#9e8960 0,#9e8960 76%,#000 0,#000 100%),repeating-radial-gradient(circle at center,#9e8960,#9e8960 1px,#000 0,#000 20px);padding:4rem 0}.cta-content .section-title{font-size:2.2rem}.cta-content .section-subtitle{font-size:1.1rem;padding:0 1rem}.cta-button{font-size:.95rem;padding:.75rem 1.5rem}}@media (max-width:480px){.cta-section{background:linear-gradient(180deg,#000c 0,#0000 50%),radial-gradient(circle at center,#000 0,#000 80%,#9e8960 0,#9e8960 81%,#000 0,#000 100%),repeating-radial-gradient(circle at center,#9e8960,#9e8960 1px,#000 0,#000 20px);padding:3rem 0}.cta-content .section-title{font-size:1.8rem}.cta-content .section-subtitle{font-size:1rem;padding:0 1.5rem}.cta-button{font-size:.9rem;padding:.7rem 1.3rem}}.thank-you-container{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:100000}.thank-you-content{background:linear-gradient(135deg,#000,#1a1a1a);border:2px solid #9e8960;border-radius:16px;box-shadow:0 20px 60px #9e89604d;max-width:600px;padding:60px 40px;text-align:center;width:100%}.thank-you-content h2{color:#9e8960;font-size:2.5rem;font-weight:700;margin-bottom:24px;text-shadow:0 2px 4px #0000004d}.thank-you-content p{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:16px}.thank-you-content p:last-child{color:#9e8960;font-weight:600;margin-bottom:24px}@media (max-width:768px){.thank-you-content{margin:20px;padding:40px 24px}.thank-you-content h2{font-size:2rem}.thank-you-content p{font-size:1rem}}.contact-modal-overlay{align-items:flex-start;animation:fadeIn .15s ease-out;background:#000c;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;z-index:99999}.contact-modal,.contact-modal-overlay{display:flex;overflow-y:auto;width:100%}.contact-modal{animation:slideUp .15s ease-out;background:#000;border:1px solid #9e89604d;border-radius:20px;box-shadow:0 20px 60px #9e896033;flex-direction:column;height:calc(100vh - 40px);max-width:600px;position:relative}.contact-modal-close{background:none;border:none;border-radius:50%;color:#ffffffb3;cursor:pointer;padding:8px;position:absolute;right:20px;top:20px;transition:opacity .2s ease;z-index:10}.contact-modal-close:hover{background:#9e89601a;color:#9e8960;transform:scale(1.1)}.contact-modal-header{border-bottom:1px solid #9e896033;padding:40px 40px 20px;text-align:center}.contact-modal-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#9e8960,#fff);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:20px}.contact-modal-header p{color:#fffc;font-size:1rem;line-height:1.6;margin:0}.contact-link{color:#9e8960;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:#fff;text-decoration:underline}.contact-form{flex:1 1;overflow-y:auto;padding:30px 40px 40px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-group{margin-bottom:20px;position:relative}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:1px solid #9e89604d;border-radius:12px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:1rem;padding:15px 20px;width:100%}.form-group input,.form-group textarea{transition:background-color .2s ease,border-color .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus{background:#9e89601a;border-color:#9e8960;box-shadow:0 0 0 3px #9e89601a;outline:none}.form-group select:focus{background:#9e89601a;border-color:#9e896099!important;box-shadow:0 0 0 3px #9e89601a;outline:none}.form-group select,.form-group select:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-position:right 15px center!important;background-repeat:no-repeat!important;background-size:20px!important}.form-group select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:50px}.form-group select:active,.form-group select:focus,.form-group select:focus-within,.form-group select:hover{border-color:#9e896099!important}.form-group select option{background-color:#1a1a1a;color:#ffffffe6;padding:8px}.form-group select{-webkit-appearance:none!important;appearance:none!important}.form-group select::-ms-expand{display:none!important}.form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.form-group input.error,.form-group select.error,.form-group textarea.error{background:#ff6b6b1a;border-color:#ff6b6b}.error-message{bottom:-20px;color:#ff6b6b;font-size:.875rem;font-weight:500;left:0;position:absolute}.contact-submit-btn{background:linear-gradient(135deg,#9e8960,#fff);border:1px solid #9e8960;border-radius:32px;box-shadow:0 8px 25px #9e89604d;color:#2d2416;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;overflow:hidden;padding:18px 24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.contact-submit-btn:before{background:linear-gradient(135deg,#fff,#9e8960);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%;z-index:-1}.contact-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#fff,#9e8960);border-color:#9e8960;box-shadow:0 12px 35px #9e896066;color:#2d2416;transform:translateY(-2px)}.contact-submit-btn:hover:not(:disabled):before{left:0}.contact-submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.contact-submit-btn:active:not(:disabled){transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.contact-modal-overlay{align-items:flex-start;padding:10px}.contact-modal{border-radius:16px;display:flex;flex-direction:column;height:90vh}.contact-form{flex:1 1;overflow-y:auto}.contact-submit-btn{background:linear-gradient(135deg,#9e8960,#fff);margin-top:20px}.contact-modal-header{padding:30px 25px 20px}.contact-modal-header h2{font-size:2rem}.contact-modal-header p{font-size:.95rem}.contact-form{padding:25px}.form-row{gap:0;grid-template-columns:1fr}.form-group{margin-bottom:25px}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:14px 18px}.contact-submit-btn{font-size:1rem;padding:16px 24px}.recaptcha-placeholder{font-size:.85rem;padding:12px 16px}.contact-modal-close{right:15px;top:15px}}@media (max-width:480px){.contact-modal-overlay{padding:10px}.contact-modal{border-radius:12px;display:flex;flex-direction:column;height:90vh}.contact-modal-header{padding:25px 20px 15px}.contact-modal-header h2{font-size:1.8rem;margin-bottom:15px}.contact-modal-header p{font-size:.9rem}.contact-form{flex:1 1;overflow-y:auto;padding:20px}.contact-submit-btn{background:linear-gradient(135deg,#9e8960,#fff);margin-top:20px}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{padding:12px 16px}.form-group textarea{min-height:100px}.contact-submit-btn{font-size:.95rem;padding:14px 20px}.recaptcha-placeholder{font-size:.8rem;padding:10px 14px}.recaptcha-checkbox{height:18px;width:18px}.error-message{bottom:-18px;font-size:.8rem}}@media (prefers-contrast:high){.contact-modal{border:2px solid #9e8960}.form-group input,.form-group select,.form-group textarea{border:2px solid #9e896080}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border:2px solid #9e8960}}@media (prefers-reduced-motion:reduce){.contact-modal,.contact-modal-close,.contact-modal-overlay,.contact-submit-btn,.form-group input,.form-group select,.form-group textarea{animation:none;transition:none}}.custom-dropdown{position:relative;width:100%}.dropdown-trigger{align-items:center;background:#ffffff0d;border:1px solid #9e89604d;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;justify-content:space-between;outline:none;padding:15px 20px;transition:border-color .2s ease,background-color .2s ease;width:100%}.dropdown-trigger:hover{border-color:#9e896080}.custom-dropdown.open .dropdown-trigger,.dropdown-trigger:focus{background:#9e89601a;border-color:#9e8960;box-shadow:0 0 0 3px #9e89601a}.custom-dropdown.error .dropdown-trigger{background:#ff6b6b1a;border-color:#ff6b6b}.dropdown-text{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dropdown-text.placeholder{color:#ffffff80}.dropdown-arrow{color:#ffffff80;flex-shrink:0;margin-left:10px;transition:transform .2s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-options{animation:dropdownSlideIn .1s ease-out;background:#1a1a1a;border:1px solid #9e89604d;border-radius:12px;box-shadow:0 8px 25px #0000004d;left:0;margin-top:4px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{border-bottom:1px solid #9e89601a;color:#ffffffe6;cursor:pointer;padding:12px 20px;transition:background-color .15s ease}.dropdown-option:last-child{border-bottom:none}.dropdown-option.highlighted,.dropdown-option:hover{background:#9e89601a;color:#fff}.dropdown-option.selected{background:#9e896033;color:#9e8960;font-weight:600}.dropdown-option.selected.highlighted{background:#9e89604d}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-options::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb{background:#9e896080;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:#9e8960b3}@media (max-width:768px){.dropdown-trigger{font-size:16px;padding:14px 18px}.dropdown-option{padding:14px 18px}.dropdown-options{max-height:180px}}@media (max-width:480px){.dropdown-option,.dropdown-trigger{padding:12px 16px}.dropdown-options{max-height:160px}}@media (prefers-contrast:high){.dropdown-trigger{border:2px solid #9e896080}.custom-dropdown.open .dropdown-trigger,.dropdown-trigger:focus{border:2px solid #9e8960}.dropdown-options{border:2px solid #9e896080}}@media (prefers-reduced-motion:reduce){.dropdown-arrow,.dropdown-option,.dropdown-trigger{transition:none}.dropdown-options{animation:none}}