@import "https://fonts.googleapis.com/css2?family=Jersey+25&family=Jersey+20&family=ABeeZee&family=Alfa+Slab+One&family=Inter:wght@500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{background:#145e45;min-height:100vh;font-family:ABeeZee,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}input,select,textarea,button{border:none;outline:0}.main-container{background:#f9f0e6;width:100%;margin:0 auto;position:relative;overflow:hidden}.top-banner{background:#145e45;justify-content:center;align-items:center;width:100%;height:30px;display:flex}.banner-text{color:#f9f0e6;white-space:nowrap;font-family:"Jersey 25",sans-serif;font-size:16px;font-weight:400;line-height:1}.navigation{z-index:1000;background:#f7ebddbd;align-items:center;width:100%;min-height:80px;display:flex;position:relative}.nav-content{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:0 40px;display:flex;position:relative}.logo{flex-shrink:0;width:120px;height:40px;position:relative}.nav-items{align-items:center;gap:30px;display:flex}.nav-link{color:#145e45;cursor:pointer;text-transform:uppercase;padding-bottom:4px;font-family:"Jersey 25",sans-serif;font-size:18px;font-weight:400;line-height:1.2;text-decoration:none;transition:all .3s;position:relative}.nav-link:after{content:"";background:#ffc64c;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover{color:#e5a000;text-decoration:none}.nav-link:hover:after{width:100%}.nav-link.active{color:#e5a000;font-weight:600}.nav-link.active:after{width:100%}.nav-shop{color:#f9f0e6;background:#145e45;border-radius:4px;padding:8px 24px;transition:all .3s;box-shadow:0 2px 8px #145e4533}.nav-shop:after{display:none}.nav-shop:hover{color:#145e45;background:#ffc64c;transform:translateY(-2px);box-shadow:0 4px 12px #ffc64c66}.nav-dropdown{position:relative}.nav-link-dropdown{align-items:center;gap:5px;display:flex}.dropdown-menu{opacity:0;visibility:hidden;z-index:100;background:#145e45;border-radius:10px;min-width:200px;padding:10px 0;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0003}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-item{color:#f9f0e6;padding:10px 25px;font-family:"Jersey 25",sans-serif;font-size:22px;text-decoration:none;transition:background .3s;display:block}.dropdown-item:hover,.dropdown-item.active{background:#ffffff1a}.hero-section{background:#f7ebddbd;justify-content:center;align-items:center;width:100%;min-height:800px;padding:40px 0;display:flex;position:relative}.hero-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.services-banner{background:#ffc64c;align-items:center;width:100vw;height:60px;margin-left:-50vw;margin-right:-50vw;display:flex;position:relative;left:50%;right:50%;overflow:hidden}.services-text-wrapper{will-change:transform;align-items:center;animation:60s linear infinite marquee;display:flex}.services-text{color:#d76044;white-space:nowrap;letter-spacing:16px;flex-shrink:0;align-items:center;padding:0;font-family:"Jersey 25",sans-serif;font-size:28px;font-weight:400;line-height:1;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.why-section{background:#145e45;justify-content:center;width:100%;min-height:450px;display:flex;position:relative;overflow:hidden}.why-section:before{content:"";z-index:0;background:repeating-linear-gradient(90deg,#bbc9aa 0 60px,#f9f0e6 60px 120px);height:100%;position:absolute;top:0;left:50%;right:0}.why-section:after{content:"";z-index:1;background:repeating-linear-gradient(90deg,#f9f0e6 0 60px,#bbc9aa 60px 120px);height:33.34%;position:absolute;top:33.33%;left:50%;right:0}.why-section-inner{width:100%;max-width:1440px;display:flex;position:relative}.why-content-area{z-index:10;background:#145e45;flex-shrink:0;justify-content:flex-end;align-items:center;width:720px;padding:50px 60px 50px 40px;display:flex}.why-content{max-width:500px}.why-pattern-area{z-index:10;flex-shrink:0;width:720px;position:relative;overflow:visible}.pattern-background{z-index:1;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.pattern-middle{z-index:2;background:0 0;width:100%;height:33.34%;position:absolute;top:33.33%;left:0}.pattern-circle{z-index:2;background:#bbc9aa;border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.why-image{z-index:3;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section-title{color:#f9f0e6;margin-bottom:0;font-family:"Jersey 20",sans-serif;font-size:64px;font-weight:400;line-height:96px}.section-text{color:#f9f0e6;margin-top:0;font-family:ABeeZee,sans-serif;font-size:20px;font-weight:400;line-height:30px}.love-section{background:#f9f0e6;width:100%;min-height:500px;padding:33px 0 50px}.love-title{color:#145e45;text-align:center;white-space:nowrap;margin:0 auto;font-family:"Jersey 20",sans-serif;font-size:64px;font-weight:400;line-height:96px;display:block}.love-features{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1140px;margin:50px auto 0;padding:0 60px;display:grid}.feature{text-align:center}.feature-image{justify-content:center;align-items:center;height:180px;margin-bottom:20px;display:flex}.feature-image img{object-fit:contain;will-change:transform;width:auto;height:100%;max-height:180px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:3s ease-in-out infinite float}.feature-image img:hover{animation-play-state:paused;transform:translateY(-10px)scale(1.15)rotate(5deg)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.feature:first-child .feature-image img{animation-delay:0s}.feature:nth-child(2) .feature-image img{animation-delay:.2s}.feature:nth-child(3) .feature-image img{animation-delay:.4s}.feature:nth-child(4) .feature-image img{animation-delay:.6s}.feature-icon{margin-bottom:20px;font-size:64px}.feature-title{color:#145e45;white-space:nowrap;margin-bottom:8px;font-family:"Jersey 20",sans-serif;font-size:36px;font-weight:400;line-height:54px}.feature-text{color:#145e45;text-align:center;font-family:ABeeZee,sans-serif;font-size:20px;font-weight:400;line-height:25px}.co-vse-banner{background:#d76044;justify-content:center;align-items:center;width:100%;min-height:100px;padding:32px 20px;display:flex}.co-vse-text{color:#ffc64c;letter-spacing:2px;text-align:center;font-family:"Jersey 25",sans-serif;font-size:56px;font-weight:400;line-height:1}.service-design,.service-webs,.service-merch,.service-production{justify-content:center;width:100%;min-height:376px;display:flex}.service-design{background:#bbc9aa}.service-webs{background:#145e45}.service-merch{background:#f9f0e6}.service-production{background:#bbc9aa}.service-inner{align-items:center;width:1440px;max-width:100%;display:flex}.service-image-area{flex-shrink:0;justify-content:center;align-items:center;width:720px;padding:50px 40px;display:flex}.service-content-area{flex-shrink:0;align-items:center;width:720px;padding:50px 60px;display:flex}.service-content{max-width:500px}.service-title{margin-bottom:-2px;font-family:"Jersey 20",sans-serif;font-size:64px;font-weight:400;line-height:96px}.service-design .service-title,.service-merch .service-title,.service-production .service-title{color:#145e45}.service-webs .service-title{color:#f9f0e6}.service-description{margin-bottom:20px;font-family:ABeeZee,sans-serif;font-size:20px;font-weight:400;line-height:30px}.service-design .service-description,.service-merch .service-description,.service-production .service-description{color:#145e45}.service-webs .service-description{color:#f9f0e6}.service-button{color:#145e45;cursor:pointer;background:#e5a000;border-radius:10px;padding:13px 18px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:22px;transition:all .3s}.service-button:hover{background:#d79500;transform:translateY(-2px)}.contact-form-section{justify-content:center;width:100%;min-height:636px;display:flex;position:relative}.contact-form-section:before{content:"";z-index:0;background:#145e45;width:50%;height:100%;position:absolute;top:0;left:0}.contact-form-section:after{content:"";z-index:0;background:#fffbeb;width:50%;height:100%;position:absolute;top:0;right:0}.form-image{z-index:1;background:#145e45;flex-shrink:0;justify-content:center;align-items:center;width:720px;display:flex;position:relative}.contact-form{z-index:1;background:#fffbeb;flex-shrink:0;width:720px;padding:56px 62px;position:relative}.form-group{margin-bottom:22px}.form-group label{color:#145e45;margin-bottom:9px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:22px;display:block}.form-input{color:#145e45;background:#e5a000;border-radius:10px;width:100%;max-width:585px;height:38px;padding:0 15px;font-family:ABeeZee,sans-serif;font-size:16px}.form-textarea{color:#145e45;resize:none;background:#e5a000;border-radius:10px;width:100%;max-width:585px;height:135px;padding:10px 15px;font-family:ABeeZee,sans-serif;font-size:16px}.form-submit{color:#fff;cursor:pointer;background:#000;border-radius:10px;width:100%;max-width:585px;height:38px;margin-top:22px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:22px;transition:all .3s}.form-submit:hover{background:#333;transform:translateY(-2px)}.form-submit:disabled{cursor:not-allowed;background:#666;transform:none}.form-error{color:#c0392b;background:#c0392b1a;border-left:3px solid #c0392b;border-radius:8px;margin-top:10px;padding:8px 12px;font-family:ABeeZee,sans-serif;font-size:14px}.kontakt-form-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:60px 40px;display:flex}.success-icon{color:#ffc64c;background:#145e45;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;font-size:40px;font-weight:700;animation:.5s successPop;display:flex}@keyframes successPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.success-title{color:#145e45;margin-bottom:12px;font-family:"Jersey 20",sans-serif;font-size:36px}.success-text{color:#666;margin-bottom:30px;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.kontakt-form-success .form-submit{max-width:300px}.contact-section{background:#bbc9aa;width:100%;min-height:677px;padding:44px 40px 50px}.contact-title{color:#145e45;text-align:center;margin-bottom:0;font-family:"Jersey 20",sans-serif;font-size:64px;font-weight:400;line-height:96px}.contact-cards{justify-content:center;gap:40px;max-width:1440px;margin:35px auto 0;display:flex}.contact-card{background:#e5a000;border-radius:10px;flex-shrink:0;width:540px;overflow:hidden}.card-header{height:248px;display:flex}.card-reversed .card-header{flex-direction:row-reverse}.card-name-box{background:#145e45;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.card-name{color:#bbc9aa;text-align:center;letter-spacing:-2px;font-family:Inter,sans-serif;font-size:48px;font-weight:700;line-height:.9}.card-avatar{background:#fbfaeb;flex-shrink:0;justify-content:center;align-items:center;width:200px;padding:20px;display:flex}.card-service{color:#f9f0e6;text-align:center;margin:1px 0 23px;font-family:"Jersey 20",sans-serif;font-size:48px;font-weight:400;line-height:72px}.card-contact{color:#f9f0e6;text-align:center;word-break:break-word;padding:0 20px;font-family:Alfa Slab One,sans-serif;font-size:24px;font-weight:400;line-height:36px}.kontakt-header{background:#ffc64c;justify-content:center;align-items:center;width:100%;min-height:100px;padding:32px 20px;display:flex;position:relative}.kontakt-header:after{content:"";z-index:10;border-top:110px solid #145e45;border-left:131px solid #0000;border-right:130px solid #0000;width:0;height:0;position:absolute;bottom:-110px;left:50%;transform:translate(-50%)}.kontakt-header-title{color:#145e45;text-align:center;letter-spacing:2px;font-family:"Jersey 25",sans-serif;font-size:56px;font-weight:400;line-height:1}.kontakt-persons{background:#bbc9aa;justify-content:center;align-items:stretch;gap:0;width:100%;padding:0;display:flex;position:relative;overflow:visible}.kontakt-h-divider{background:repeating-linear-gradient(90deg,#145e45 0 80px,#0000 80px 100px) 10px 0;flex-shrink:0;width:100%;height:5px}.kontakt-person{text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;max-width:600px;padding:110px 40px 50px;display:flex}.kontakt-avatar-wrap{background:#f9f0e6;border:6px solid #f9f0e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;margin-bottom:28px;display:flex;overflow:hidden;box-shadow:0 4px 20px #145e4526}.kontakt-avatar-img{object-fit:cover;object-position:center top;width:100%;height:100%}.kontakt-person-name{color:#145e45;letter-spacing:1px;margin-bottom:10px;font-family:"Jersey 25",sans-serif;font-size:48px;font-weight:400;line-height:1.1}.kontakt-person-role{color:#d76044;letter-spacing:1px;margin-bottom:8px;font-family:"Jersey 20",sans-serif;font-size:22px;font-weight:400;line-height:1.3}.kontakt-person-contact{color:#145e45;margin-bottom:2px;font-family:Alfa Slab One,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.kontakt-divider{background:repeating-linear-gradient(#145e45 0 80px,#0000 80px 100px);flex-shrink:0;align-self:stretch;width:5px;margin:0}.kontakt-bottom{background:#f9f0e6;justify-content:center;width:100%;min-height:520px;display:flex}.kontakt-bottom-inner{align-items:stretch;width:100%;max-width:1200px;display:flex}.kontakt-form-side{background:#f9f0e6;flex:1;justify-content:center;align-items:center;padding:56px 40px;display:flex}.kontakt-form{width:100%;max-width:480px}.kontakt-bottom-divider{background:repeating-linear-gradient(#145e45 0 80px,#0000 80px 100px);flex-shrink:0;width:5px}.kontakt-info-side{background:#f9f0e6;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:28px;padding:56px 40px;display:flex}.kontakt-typewriter{justify-content:center;align-items:center;display:flex}.kontakt-typewriter-img{object-fit:contain;width:auto;max-width:420px;height:auto;max-height:315px}.kontakt-company-info{text-align:center}.kontakt-company-line{color:#145e45;font-family:ABeeZee,sans-serif;font-size:18px;font-weight:400;line-height:1.6}.kontakt-company-line.bold{font-family:Alfa Slab One,sans-serif;font-size:20px;font-weight:400}.kontakt-company-small{color:#145e45;opacity:.75;margin-top:8px;font-family:ABeeZee,sans-serif;font-size:13px;font-weight:400;line-height:1.5}@media (max-width:900px){.kontakt-persons{flex-direction:column;align-items:center;gap:0;padding:130px 20px 0}.kontakt-person{width:100%;max-width:100%;padding:30px 20px}.kontakt-divider{background:repeating-linear-gradient(90deg,#145e45 0 80px,#0000 80px 100px);align-self:center;width:100%;height:5px}.kontakt-bottom-inner{flex-direction:column}.kontakt-bottom-divider{background:repeating-linear-gradient(90deg,#145e45 0 80px,#0000 80px 100px);align-self:center;width:100%;height:5px}.kontakt-form-side,.kontakt-info-side{width:100%;padding:40px 24px}.kontakt-form{max-width:100%}.kontakt-typewriter-img{max-width:260px;max-height:200px}.kontakt-header-title{font-size:40px}.kontakt-person-name{font-size:36px}}@media (max-width:480px){.kontakt-header-title{font-size:32px}.kontakt-person-name{font-size:28px}.kontakt-avatar-wrap{width:150px;height:150px}.kontakt-persons{padding-top:130px}}.legal-links-section{justify-content:center;align-items:center;gap:12px;margin-top:40px;padding:20px;display:flex}.legal-link{color:#145e45;font-family:ABeeZee,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:all .3s;position:relative}.legal-link:hover{color:#e5a000;text-decoration:underline}.legal-separator{color:#145e45;font-size:14px}.footer{flex-direction:column;align-items:stretch;width:100%;margin-bottom:0;display:flex}.footer-main{background:#ffc64c;justify-content:center;align-items:center;width:100%;min-height:100px;padding:32px 20px;display:flex}.footer-text{color:#d76044;white-space:nowrap;text-align:center;font-family:"Jersey 25",sans-serif;font-size:40px;font-weight:400;line-height:1.2}.footer-legal-bar{background:#145e45;justify-content:center;align-items:center;gap:16px;width:100%;padding:14px 20px;display:flex}.footer-legal-link{color:#d76044;letter-spacing:.5px;font-family:ABeeZee,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:opacity .2s}.footer-legal-link:hover{opacity:.75;text-decoration:underline}.footer-legal-sep{color:#bbc9aa;opacity:.6;font-size:15px}.legal-page{background:#f9f0e6;min-height:70vh;padding:60px 20px}.legal-container{max-width:900px;margin:0 auto}.legal-title{color:#145e45;text-align:center;margin-bottom:40px;font-family:"Jersey 25",sans-serif;font-size:48px;font-weight:400;line-height:1.2}.legal-content{color:#145e45;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.8}.legal-content h2{color:#145e45;margin-top:40px;margin-bottom:16px;font-family:"Jersey 20",sans-serif;font-size:32px;font-weight:400}.legal-content h3{color:#145e45;margin-top:24px;margin-bottom:12px;font-family:"Jersey 20",sans-serif;font-size:24px;font-weight:400}.legal-content p{margin-bottom:16px}.legal-content ul{margin-bottom:16px;margin-left:24px}.legal-content li{margin-bottom:8px}.legal-content a{color:#e5a000;text-decoration:underline;transition:color .3s}.legal-content a:hover{color:#ffc64c}.legal-update{color:#666;text-align:center;margin-top:40px;font-style:italic}.design-footer .footer-main{background:#d76044}.design-footer .footer-text{color:#145e45}.production-footer .footer-main{background:#d76044}.subpage-footer .footer-main{background:#d76044}.subpage-footer .footer-text{color:#145e45}.portfolio-section{background:#f9f0e6;width:100%;padding:100px 40px}.portfolio-inner{max-width:1440px;margin:0 auto}.portfolio-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px;font-weight:400;line-height:1}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.portfolio-item{aspect-ratio:16/9;background:#bbc9aa;border-radius:4px;width:100%;transition:transform .3s;position:relative;overflow:hidden}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-image{object-fit:cover;width:100%;height:100%}.portfolio-overlay{color:#f9f0e6;opacity:0;background:linear-gradient(#0000,#145e45cc);padding:20px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-name{margin-bottom:5px;font-family:"Jersey 25",sans-serif;font-size:24px}.portfolio-category{opacity:.8;font-family:ABeeZee,sans-serif;font-size:14px}@media (min-width:2560px){.hero-image{max-width:min(90vw,1600px);max-height:75vh}.services-text{font-size:36px}.nav-link{font-size:22px}}@media (min-width:1920px) and (max-width:2559px){.hero-image{max-width:min(90vw,1400px);max-height:72vh}.services-text{font-size:32px}}@media (max-width:1024px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.portfolio-grid{grid-template-columns:1fr}.portfolio-title{font-size:48px}}@media (max-width:1400px){.nav-content{padding:0 30px}.contact-section{padding:44px 50px 50px}}@media (max-width:1200px){.love-features{grid-template-columns:repeat(2,1fr);padding:0 50px}.contact-cards{flex-direction:column;align-items:center;gap:40px}.contact-card{width:100%;max-width:585px}.service-inner{flex-direction:column}.service-image-area,.service-content-area{width:100%;padding:30px}.service-content-area{justify-content:center}.service-content{max-width:100%}.why-section{flex-direction:column}.why-section:after{display:none}.why-content-area,.why-pattern-area{width:100%}.why-pattern-area{height:400px}.why-content-area{justify-content:center;padding:40px 30px}.why-content{max-width:100%}.pattern-circle,.why-image{left:50%}.contact-form-section{flex-direction:column}.form-image,.contact-form{width:100%;padding:50px 30px}}@media (max-width:992px){.banner-text{font-size:24px}.nav-items{gap:25px}.nav-link{font-size:22px}.first-screen-wrapper{min-height:calc(100vh - 50px)}.hero-section{min-height:350px}.hero-image{max-width:600px;max-height:60vh}.services-text{white-space:normal;text-align:center;font-size:28px}.services-banner{height:auto;min-height:100px}.services-text-wrapper{animation-duration:10s}.why-section{height:auto;min-height:400px}.why-content{width:100%;padding:40px 20px}.why-background{display:none}.section-title,.love-title,.service-title,.contact-title{white-space:normal;font-size:48px;line-height:1.3}.section-text,.service-description{font-size:18px;line-height:1.6}.card-name{font-size:64px;line-height:55px}.card-service{font-size:32px;line-height:1.3}.card-contact{padding:0 20px;font-size:20px;line-height:1.5}}@media (max-width:768px){.top-banner{height:50px}.banner-text{font-size:18px}.navigation{height:auto;padding:15px 0}.nav-content{flex-direction:column;gap:15px;height:auto;margin:0;padding:0 20px}.logo{width:160px;height:auto}.nav-items{flex-wrap:wrap;justify-content:center;gap:15px}.nav-link{font-size:18px}.first-screen-wrapper{min-height:calc(100vh - 45px)}.hero-section{min-height:300px}.hero-image{max-width:400px;max-height:50vh}.love-features{grid-template-columns:1fr;gap:30px;padding:0 20px}.feature-title{white-space:normal;font-size:28px}.section-title,.love-title,.service-title,.contact-title{font-size:36px}.contact-section{padding:30px 20px}.contact-card{height:auto}.card-header{flex-direction:column;height:auto}.card-reversed .card-header{flex-direction:column}.card-name-box{border-radius:10px 10px 0 0;padding:30px 20px}.card-reversed .card-name-box{border-radius:10px 10px 0 0}.card-avatar{border-radius:0;width:100%;padding:20px}.card-reversed .card-avatar{border-radius:0}.card-name{font-size:48px;line-height:45px}.card-service{margin:0;padding:15px 10px;font-size:24px}.card-contact{padding:0 15px 20px;font-size:16px}.contact-form{padding:30px 20px}.footer-text{white-space:normal;text-align:center;padding:0 20px;font-size:24px}.footer-main{min-height:70px;padding:15px 20px}.footer-legal-bar{gap:12px;padding:12px 20px}}@media (max-width:480px){.banner-text{font-size:14px}.first-screen-wrapper{min-height:calc(100vh - 40px)}.hero-section{min-height:250px}.hero-image{max-width:280px;max-height:45vh}.services-text{font-size:20px}.section-title,.love-title,.service-title,.contact-title{font-size:28px}.section-text,.service-description,.feature-text{font-size:16px}.card-name{font-size:36px;line-height:35px}.footer-text{font-size:18px}}.typewriter-text{white-space:nowrap;border-right:3px solid #0000;width:0;display:inline-block;overflow:hidden}.typewriter-text.animate{border-right-color:currentColor;animation:1.95s steps(30,end) forwards typing,.75s step-end infinite blink-caret}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:currentColor}}.typewriter-text.done{border-right:none;width:100%;animation:none}.fade-in-text{opacity:0;transition:opacity 1.04s ease-out,transform 1.04s ease-out;transform:translateY(30px)}.fade-in-text.visible{opacity:1;transform:translateY(0)}.subpage-hero{background:#145e45;justify-content:center;align-items:center;gap:60px;min-height:400px;padding:60px 40px;display:flex}.subpage-hero-content{max-width:500px}.subpage-hero-title{color:#f9f0e6;margin-bottom:20px;font-family:"Jersey 20",sans-serif;font-size:96px;font-weight:400;line-height:1.1}.subpage-hero-text{color:#f9f0e6;font-family:ABeeZee,sans-serif;font-size:22px;line-height:1.6}.subpage-hero-image{flex-shrink:0}.subpage-section{padding:80px 40px}.subpage-section-cream{background:#f9f0e6}.subpage-section-green{background:#145e45}.subpage-section-yellow{background:#ffc64c}.subpage-inner{max-width:1200px;margin:0 auto}.subpage-section-title{color:#145e45;text-align:center;margin-bottom:50px;font-family:"Jersey 20",sans-serif;font-size:56px;font-weight:400}.subpage-section-title-light{color:#f9f0e6;text-align:center;margin-bottom:50px;font-family:"Jersey 20",sans-serif;font-size:56px;font-weight:400}.services-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.service-item{text-align:center;background:#fff;border-radius:15px;padding:40px 30px;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 20px #00000014}.service-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f}.service-item-icon{margin-bottom:20px;font-size:48px}.service-item-title{color:#145e45;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:28px}.service-item-text{color:#666;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.benefits-list{flex-direction:column;gap:30px;max-width:800px;margin:0 auto;display:flex}.benefit-item{background:#ffffff1a;border-radius:15px;align-items:flex-start;gap:30px;padding:30px;display:flex}.benefit-number{color:#ffc64c;font-family:"Jersey 20",sans-serif;font-size:48px;line-height:1}.benefit-title{color:#f9f0e6;margin-bottom:10px;font-family:"Jersey 20",sans-serif;font-size:28px}.benefit-text{color:#f9f0e6cc;font-family:ABeeZee,sans-serif;font-size:18px;line-height:1.6}.subpage-cta{text-align:center;padding:40px 0}.subpage-cta-title{color:#145e45;margin-bottom:20px;font-family:"Jersey 20",sans-serif;font-size:64px}.subpage-cta-text{color:#145e45;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:22px}.subpage-cta-button{color:#f9f0e6;background:#145e45;border-radius:10px;padding:15px 50px;font-family:"Jersey 25",sans-serif;font-size:24px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.subpage-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.subpage-hero{text-align:center;flex-direction:column}.subpage-hero-title{font-size:64px}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.subpage-section-title,.subpage-section-title-light{font-size:40px}.subpage-cta-title{font-size:48px}.benefit-item{text-align:center;flex-direction:column}}.subpage-hero-unified{min-height:550px;position:relative;overflow:hidden}.subpage-hero-unified .hero-content{z-index:1;justify-content:space-between;align-items:center;gap:60px;max-width:1200px;min-height:550px;margin:0 auto;padding:0;display:flex;position:relative}.subpage-hero-unified .hero-text{flex:1;max-width:550px}.subpage-hero-unified .hero-label{letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;font-family:ABeeZee,sans-serif;font-size:14px;display:inline-block}.subpage-hero-unified .hero-title{margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:100px;font-weight:400;line-height:1}.subpage-hero-unified .hero-desc{margin-bottom:35px;font-family:ABeeZee,sans-serif;font-size:19px;line-height:1.7}.subpage-hero-unified .hero-btn{border-radius:8px;padding:16px 45px;font-family:"Jersey 25",sans-serif;font-size:22px;text-decoration:none;transition:all .3s;display:inline-block}.subpage-hero-unified .hero-visual{flex-shrink:0;justify-content:center;align-items:center;width:600px;display:flex}.hero-green{background:#145e45}.hero-green .hero-label{color:#ffc64c}.hero-green .hero-title{color:#f9f0e6}.hero-green .hero-desc{color:#f9f0e6d9}.hero-green .hero-btn{color:#145e45;background:#ffc64c}.hero-green .hero-btn:hover{background:#e5b000;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.hero-yellow{background:#e5a000}.hero-yellow .hero-label{color:#145e45;opacity:.8}.hero-yellow .hero-title{color:#145e45}.hero-yellow .hero-desc{color:#145e45;opacity:.9}.hero-yellow .hero-btn{color:#f9f0e6;background:#145e45}.hero-yellow .hero-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.hero-dark{background:#1a1a1a}.hero-dark .hero-content{text-align:center;flex-direction:column;justify-content:center}.hero-dark .hero-text{max-width:700px}.hero-dark .hero-label{color:#ffc64c}.hero-dark .hero-title{color:#fff;letter-spacing:8px}.hero-dark .hero-desc{color:#fffc}.hero-dark .hero-btn{color:#1a1a1a;background:#ffc64c}.hero-dark .hero-btn:hover{background:#e5b000;transform:scale(1.05);box-shadow:0 15px 50px #ffc64c4d}@media (max-width:1024px){.subpage-hero-unified .hero-content{text-align:center;flex-direction:column;padding:0}.subpage-hero-unified .hero-title{font-size:72px}.subpage-hero-unified .hero-visual{width:450px}}@media (max-width:768px){.subpage-hero-unified .hero-content{min-height:auto;padding:40px 24px}.subpage-hero-unified .hero-title{font-size:56px}.subpage-hero-unified .hero-desc{font-size:17px}.subpage-hero-unified .hero-visual{width:100%;max-width:360px}}@media (max-width:480px){.subpage-hero-unified{min-height:auto}.subpage-hero-unified .hero-content{gap:30px;min-height:auto;padding:50px 20px 40px}.subpage-hero-unified .hero-title{font-size:40px}.subpage-hero-unified .hero-label{letter-spacing:2px;font-size:12px}.subpage-hero-unified .hero-desc{font-size:15px}.subpage-hero-unified .hero-visual{display:none}.subpage-hero-unified .hero-text{max-width:100%}}.design-hero{background:#145e45;min-height:550px;position:relative;overflow:hidden}.design-hero-bg{opacity:.3;background:repeating-linear-gradient(90deg,#bbc9aa 0 40px,#f9f0e6 40px 80px);width:50%;height:100%;position:absolute;top:0;right:0}.design-hero-content{z-index:1;justify-content:center;align-items:center;gap:80px;max-width:1440px;margin:0 auto;padding:80px 60px;display:flex;position:relative}.design-hero-text{max-width:550px}.design-hero-label{color:#ffc64c;letter-spacing:3px;text-transform:uppercase;margin-bottom:15px;font-family:ABeeZee,sans-serif;font-size:16px;display:inline-block}.design-hero-title{color:#f9f0e6;margin-bottom:30px;font-family:"Jersey 20",sans-serif;font-size:120px;font-weight:400;line-height:1}.design-hero-desc{color:#f9f0e6e6;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:20px;line-height:1.7}.design-hero-btn{color:#145e45;background:#ffc64c;border-radius:8px;padding:16px 40px;font-family:"Jersey 25",sans-serif;font-size:22px;text-decoration:none;transition:all .3s;display:inline-block}.design-hero-btn:hover{background:#e5b000;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.design-hero-visual{flex-shrink:0;position:relative}.design-hero-circle{opacity:.4;background:#bbc9aa;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.design-hero-img{z-index:1;position:relative}.design-marquee{background:#f9f0e6;border-top:2px solid #145e45;border-bottom:2px solid #145e45;padding:18px 0;overflow:hidden}.design-marquee-track{width:max-content;animation:25s linear infinite design-marquee-scroll;display:flex}.design-marquee-content{flex-shrink:0;align-items:center;gap:30px;padding:0 15px;display:flex}.design-marquee-content span{color:#145e45;white-space:nowrap;text-transform:uppercase;font-family:"Jersey 25",sans-serif;font-size:22px}.marquee-dot{color:#e5a000!important;font-size:16px!important}@keyframes design-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.placeholder-image{color:#145e45;background:#bbc9aa26;border:3px dashed #bbc9aa;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .3s;display:flex}.placeholder-image:hover{background:#bbc9aa40;border-color:#145e45}.placeholder-label{color:#145e45;background:#ffffffb3;border-radius:6px;padding:4px 12px;font-family:Inter,monospace;font-size:14px;font-weight:600}.placeholder-size{color:#888;font-family:ABeeZee,sans-serif;font-size:12px}.placeholder-hero{width:400px;height:280px}.placeholder-card{width:100%;height:140px}.placeholder-portfolio{border-radius:16px;width:100%;height:100%}.design-services{background:#f9f0e6;padding:100px 40px}.design-services-inner{max-width:1200px;margin:0 auto}.design-services-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.design-services-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.design-service-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;padding:30px 25px;transition:all .4s;box-shadow:0 4px 20px #0000000f}.design-service-card:hover{border-color:#145e45;transform:translateY(-10px);box-shadow:0 20px 50px #145e4526}.design-service-img{border-radius:12px;justify-content:center;margin-bottom:20px;display:flex;overflow:hidden}.design-service-img img{object-fit:contain;border-radius:12px;width:25%;height:auto}.design-service-name{color:#145e45;margin-bottom:12px;font-family:"Jersey 20",sans-serif;font-size:28px}.design-service-desc{color:#666;font-family:ABeeZee,sans-serif;font-size:15px;line-height:1.6}.design-process{background:#145e45;padding:100px 40px}.design-process-inner{max-width:1000px;margin:0 auto}.design-process-title{color:#f9f0e6;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.design-process-steps{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.design-step{background:#ffffff14;border-radius:20px;gap:25px;padding:35px;transition:all .3s;display:flex}.design-step:hover{background:#ffffff1f;transform:scale(1.02)}.design-step-number{color:#ffc64c;flex-shrink:0;font-family:"Jersey 20",sans-serif;font-size:56px;line-height:1}.design-step-title{color:#f9f0e6;margin-bottom:10px;font-family:"Jersey 20",sans-serif;font-size:32px}.design-step-text{color:#f9f0e6bf;font-family:ABeeZee,sans-serif;font-size:17px;line-height:1.6}.design-portfolio{background:#f9f0e6;padding:100px 40px}.design-portfolio-inner{max-width:1200px;margin:0 auto}.design-portfolio-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.design-portfolio-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.design-portfolio-item{cursor:pointer;aspect-ratio:9/16;background:#f9f0e6;border-radius:16px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.design-portfolio-item:before{content:"";opacity:0;z-index:1;background:#145e454d;transition:opacity .4s;position:absolute;inset:0}.design-portfolio-item:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 50px #145e4533}.design-portfolio-item:hover:before{opacity:1}.design-portfolio-item img{transition:transform .4s}.design-portfolio-item:hover img{transform:scale(1.1)}.design-portfolio-overlay{opacity:0;background:linear-gradient(#0000,#000000b3);padding:30px;transition:all .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.design-portfolio-item:hover .design-portfolio-overlay{opacity:1;transform:translateY(0)}.design-portfolio-category{color:#ffc64c;letter-spacing:2px;text-transform:uppercase;font-family:ABeeZee,sans-serif;font-size:14px}.design-portfolio-name{color:#fff;margin-top:8px;font-family:"Jersey 20",sans-serif;font-size:28px}.design-cta{background:#ffc64c;padding:100px 40px}.design-cta-inner{text-align:center;max-width:800px;margin:0 auto}.design-cta-title{color:#145e45;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:64px}.design-cta-text{color:#145e45;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:22px;line-height:1.7}.design-cta-button{color:#f9f0e6;background:#145e45;border-radius:10px;padding:18px 60px;font-family:"Jersey 25",sans-serif;font-size:26px;text-decoration:none;transition:all .3s;display:inline-block}.design-cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}@media (max-width:1200px){.design-services-grid,.design-portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.design-hero-content{text-align:center;flex-direction:column}.design-hero-title{font-size:80px}.placeholder-hero{width:300px;height:210px}.design-portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.design-services-grid,.design-process-steps{grid-template-columns:1fr}.design-hero-title{font-size:56px}.design-services-title,.design-process-title,.design-portfolio-title,.design-cta-title{font-size:42px}.design-step{text-align:center;flex-direction:column}.placeholder-hero{width:100%;height:200px}.design-marquee-content span{font-size:18px}}.webs-section-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.webs-technologies{text-align:center;background:#bbc9aa;padding:80px 40px}.webs-section-title-dark{color:#145e45;text-align:center;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:64px}.webs-tech-subtitle{color:#145e45;opacity:.8;text-align:center;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:16px}.webs-tech-badges{flex-wrap:wrap;justify-content:center;gap:15px;max-width:900px;margin:0 auto;display:flex}.webs-tech-badge{background:#fff;border-radius:50px;align-items:center;gap:10px;padding:12px 25px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 3px 12px #00000014}.webs-tech-badge:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.webs-tech-badge-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.webs-tech-badge-icon svg{display:block}.webs-tech-badge-text{color:#145e45;font-family:ABeeZee,sans-serif;font-size:14px;font-weight:600}.webs-process{background:#145e45;padding:100px 40px}.webs-section-title-white{color:#f9f0e6;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.webs-process-steps{flex-direction:column;gap:0;max-width:700px;margin:0 auto;display:flex}.webs-process-step{border-bottom:1px solid #f9f0e61a;align-items:center;gap:25px;padding:30px 0;display:flex}.webs-process-step:last-child{border-bottom:none}.webs-process-number{color:#145e45;background:#ffc64c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;margin-top:2px;font-family:"Jersey 25",sans-serif;font-size:24px;display:flex}.webs-process-icon{background:#ffc64c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;transition:background .3s,transform .3s;display:flex}.webs-process-step:hover .webs-process-icon{background:#ffd470;transform:scale(1.08)}.webs-process-icon svg{display:block}.webs-process-step-content{flex:1}.webs-process-step-title{color:#f9f0e6;margin-bottom:8px;font-family:"Jersey 25",sans-serif;font-size:24px}.webs-process-step-text{color:#f9f0e6b3;font-family:ABeeZee,sans-serif;font-size:15px;line-height:1.6}.webs-portfolio{background:#f9f0e6;padding:100px 40px}.webs-portfolio-carousel{justify-content:center;gap:30px;max-width:1000px;margin:0 auto;display:flex;position:relative}.webs-portfolio-item{background:#fff;border-radius:16px;flex:1;max-width:480px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 5px 25px #0000001a}.webs-portfolio-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.webs-portfolio-image{width:100%;height:auto;display:block}.webs-portfolio-info{padding:25px}.webs-portfolio-name{color:#145e45;margin-bottom:10px;font-family:"Jersey 25",sans-serif;font-size:28px;line-height:1.2}.webs-portfolio-desc{color:#145e45;opacity:.7;font-family:ABeeZee,sans-serif;font-size:14px}.webs-cta{text-align:center;background:#ffc64c;padding:100px 40px}.webs-cta-title{color:#145e45;text-align:center;margin-bottom:20px;font-family:"Jersey 20",sans-serif;font-size:64px}.webs-cta-text{color:#145e45;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:ABeeZee,sans-serif;font-size:18px;line-height:1.7}.webs-cta-button{color:#f9f0e6;text-transform:uppercase;letter-spacing:1px;background:#145e45;border-radius:50px;padding:18px 55px;font-family:"Jersey 25",sans-serif;font-size:22px;text-decoration:none;transition:all .3s;display:inline-block}.webs-cta-button:hover{transform:translateY(-4px);box-shadow:0 15px 40px #00000040}.webs-footer .footer-main{background:#d76044}.webs-footer .footer-text{color:#145e45}@media (max-width:1200px){.webs-build-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.webs-hero-content{text-align:center;flex-direction:column;gap:40px}.webs-hero-title{font-size:64px}.webs-hero-visual img{max-width:350px}}@media (max-width:768px){.webs-build-grid{grid-template-columns:1fr}.webs-hero-title{font-size:48px}.webs-section-title,.webs-section-title-dark,.webs-section-title-white,.webs-cta-title{font-size:42px}.webs-portfolio-carousel{flex-direction:column}.webs-portfolio-item{max-width:100%}.webs-process-step{gap:18px}}.merch-hero{background:#e5a000;min-height:600px;position:relative;overflow:hidden}.merch-hero-bg{background:repeating-linear-gradient(45deg,#0000 0 40px,#ffffff0d 40px 80px);position:absolute;inset:0}.merch-hero-content{z-index:1;justify-content:center;align-items:center;gap:80px;max-width:1440px;margin:0 auto;padding:80px 60px;display:flex;position:relative}.merch-hero-text{max-width:550px}.merch-hero-label{color:#145e45;letter-spacing:4px;text-transform:uppercase;opacity:.8;margin-bottom:20px;font-family:ABeeZee,sans-serif;font-size:14px;display:inline-block}.merch-hero-title{color:#145e45;margin-bottom:30px;font-family:"Jersey 20",sans-serif;font-size:120px;font-weight:400;line-height:1}.merch-hero-desc{color:#145e45;opacity:.9;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:20px;line-height:1.7}.merch-hero-btn{color:#f9f0e6;background:#145e45;border-radius:8px;padding:16px 45px;font-family:"Jersey 25",sans-serif;font-size:22px;text-decoration:none;transition:all .3s;display:inline-block}.merch-hero-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.merch-hero-visual{flex-shrink:0;position:relative}.merch-hero-items{width:100%;height:100%;position:absolute;top:0;left:0}.merch-item-float{font-size:60px;animation:3s ease-in-out infinite float;position:absolute}.merch-item-1{animation-delay:0s;top:-20px;left:-40px}.merch-item-2{animation-delay:1s;top:50%;right:-50px}.merch-item-3{animation-delay:2s;bottom:-20px;left:20px}.merch-hero-img{z-index:1;position:relative}.merch-products{background:#f9f0e6;padding:100px 40px}.merch-products-inner{max-width:1200px;margin:0 auto}.merch-products-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.merch-products-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.merch-product-card{text-align:center;background:#fff;border-radius:20px;padding:40px 30px;transition:all .3s;box-shadow:0 5px 25px #0000000f}.merch-product-card:hover{transform:translateY(-10px)rotate(2deg);box-shadow:0 20px 50px #0000001a}.merch-product-emoji{margin-bottom:20px;font-size:64px}.merch-product-icon{margin-bottom:20px}.merch-product-name{color:#145e45;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:28px}.merch-product-desc{color:#666;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.merch-quality{background:#145e45;padding:100px 40px}.merch-quality-inner{justify-content:center;align-items:center;gap:100px;max-width:1200px;margin:0 auto;display:flex}.merch-quality-text{max-width:550px}.merch-quality-title{color:#f9f0e6;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:56px}.merch-quality-desc{color:#f9f0e6d9;margin-bottom:30px;font-family:ABeeZee,sans-serif;font-size:18px;line-height:1.8}.merch-quality-list{grid-template-columns:repeat(2,1fr);gap:15px;list-style:none;display:grid}.merch-quality-list li{color:#ffc64c;font-family:ABeeZee,sans-serif;font-size:16px}.merch-quality-visual{flex-shrink:0}.merch-quality-badge{background:#ffc64c;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;display:flex;box-shadow:0 20px 60px #0000004d}.merch-badge-text{color:#145e45;font-family:"Jersey 20",sans-serif;font-size:36px}.merch-badge-subtext{color:#145e45;letter-spacing:3px;font-family:ABeeZee,sans-serif;font-size:18px}.merch-process{background:#bbc9aa;padding:100px 40px}.merch-process-inner{max-width:1200px;margin:0 auto}.merch-process-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:56px}.merch-process-steps{justify-content:center;align-items:center;gap:20px;display:flex}.merch-step{text-align:center;background:#fff;border-radius:20px;flex:1;max-width:220px;padding:40px 30px}.merch-step-num{color:#fff;background:#145e45;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;font-family:"Jersey 20",sans-serif;font-size:28px;display:inline-flex}.merch-step-title{color:#145e45;margin-bottom:10px;font-family:"Jersey 20",sans-serif;font-size:26px}.merch-step-text{color:#666;font-family:ABeeZee,sans-serif;font-size:14px;line-height:1.5}.merch-step-arrow{color:#145e45;opacity:.5;font-size:32px}.merch-cta{background:#ffc64c;padding:100px 40px}.merch-cta-inner{text-align:center;max-width:800px;margin:0 auto}.merch-cta-title{color:#145e45;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:64px}.merch-cta-text{color:#145e45;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:22px;line-height:1.7}.merch-cta-button{color:#f9f0e6;background:#145e45;border-radius:10px;padding:18px 60px;font-family:"Jersey 25",sans-serif;font-size:26px;text-decoration:none;transition:all .3s;display:inline-block}.merch-cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}.merch-services{background:#f9f0e6;padding:100px 40px}.merch-services-inner{max-width:1200px;margin:0 auto}.merch-services-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.merch-services-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.merch-service-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;padding:40px 30px;transition:all .4s;box-shadow:0 4px 20px #0000000f}.merch-service-card:hover{border-color:#145e45;transform:translateY(-15px);box-shadow:0 20px 50px #145e4526}.merch-service-img{border-radius:12px;justify-content:center;margin-bottom:20px;display:flex;overflow:hidden}.merch-service-img img{object-fit:contain;border-radius:12px;width:25%;height:auto}.merch-service-name{color:#145e45;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:28px}.merch-service-desc{color:#666;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.merch-portfolio{background:#f9f0e6;padding:100px 40px}.merch-portfolio-inner{max-width:1200px;margin:0 auto}.merch-portfolio-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.merch-portfolio-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.merch-portfolio-item{cursor:pointer;aspect-ratio:9/16;background:#f9f0e6;border-radius:16px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.merch-portfolio-item:before{content:"";opacity:0;z-index:1;background:#145e454d;transition:opacity .4s;position:absolute;inset:0}.merch-portfolio-item:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 50px #145e4533}.merch-portfolio-item:hover:before{opacity:1}.merch-portfolio-item img{transition:transform .4s}.merch-portfolio-item:hover img{transform:scale(1.1)}.merch-footer .footer-main{background:#d76044}.merch-footer .footer-text{color:#145e45}.merch-services-banner{background:#d76044!important}.merch-services-banner .services-text{color:#ffc64c!important}@media (max-width:1200px){.merch-products-grid,.merch-services-grid,.merch-portfolio-grid{grid-template-columns:repeat(2,1fr)}.merch-process-steps{flex-wrap:wrap}.merch-step-arrow{display:none}}@media (max-width:1024px){.merch-hero-content,.merch-quality-inner{text-align:center;flex-direction:column}.merch-hero-title{font-size:80px}.merch-quality-list{justify-items:center}}@media (max-width:768px){.merch-products-grid,.merch-services-grid{grid-template-columns:1fr}.merch-portfolio-grid{grid-template-columns:repeat(2,1fr)}.merch-hero-title{font-size:56px}.merch-products-title,.merch-quality-title,.merch-process-title,.merch-cta-title{font-size:42px}.merch-process-steps{flex-direction:column}.merch-step{max-width:100%}}.production-banner{background:#ffc64c}.production-services{background:#f9f0e6;padding:100px 40px}.production-services-inner{max-width:1200px;margin:0 auto}.production-services-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.production-services-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.production-service-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;padding:40px 30px;transition:all .4s;box-shadow:0 4px 20px #0000000f}.production-service-card:hover{border-color:#145e45;transform:translateY(-15px);box-shadow:0 20px 50px #145e4526}.production-service-icon{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.production-service-name{color:#145e45;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:28px}.production-service-desc{color:#666;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.production-equipment{background:#145e45;padding:100px 40px}.production-equipment-inner{justify-content:center;align-items:center;gap:100px;max-width:1200px;margin:0 auto;display:flex}.production-equipment-text{max-width:550px}.production-equipment-title{color:#f9f0e6;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:56px}.production-equipment-desc{color:#f9f0e6d9;font-family:ABeeZee,sans-serif;font-size:18px;line-height:1.8}.production-equipment-visual{flex-shrink:0}.production-portfolio{background:#f9f0e6;padding:100px 40px}.production-portfolio-inner{max-width:1200px;margin:0 auto}.production-portfolio-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.production-portfolio-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.production-portfolio-item{cursor:pointer;aspect-ratio:3/4;background:#f9f0e6;border-radius:16px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.production-portfolio-item:before{content:"";opacity:0;z-index:1;background:#145e454d;transition:opacity .4s;position:absolute;inset:0}.production-portfolio-item:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 50px #145e4533}.production-portfolio-item:hover:before{opacity:1}.production-portfolio-item img{transition:transform .4s}.production-portfolio-item:hover img{transform:scale(1.1)}.production-cta{background:#ffc64c;padding:100px 40px}.production-cta-inner{text-align:center;max-width:800px;margin:0 auto}.production-cta-title{color:#145e45;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:64px}.production-cta-text{color:#145e45;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:22px;line-height:1.7}.production-cta-button{color:#f9f0e6;background:#145e45;border:2px solid #145e45;border-radius:50px;padding:18px 50px;font-family:"Jersey 20",sans-serif;font-size:28px;text-decoration:none;transition:all .3s;display:inline-block}.production-cta-button:hover{color:#145e45;background:0 0;transform:translateY(-3px);box-shadow:0 10px 30px #145e454d}.production-footer{background:#d76044}.production-footer .footer-text{color:#145e45}@media (max-width:1024px){.production-services-grid,.production-portfolio-grid{grid-template-columns:repeat(2,1fr)}.production-equipment-inner{gap:60px}}@media (max-width:768px){.production-services-grid,.production-portfolio-grid{grid-template-columns:1fr}.production-equipment-inner{flex-direction:column;gap:40px}.production-services-title,.production-portfolio-title,.production-cta-title{font-size:48px}.production-equipment-title{font-size:42px}.production-services,.production-equipment,.production-portfolio,.production-cta{padding:60px 30px}}.prod-hero{background:#1a1a1a;justify-content:center;align-items:center;min-height:650px;display:flex;position:relative;overflow:hidden}.prod-hero-overlay{background:linear-gradient(135deg,#145e454d 0%,#0000 50%),linear-gradient(-135deg,#ffc64c1a 0%,#0000 50%);position:absolute;inset:0}.prod-hero-content{text-align:center;z-index:1;max-width:800px;padding:60px 40px;position:relative}.prod-hero-label{color:#ffc64c;letter-spacing:5px;text-transform:uppercase;margin-bottom:25px;font-family:ABeeZee,sans-serif;font-size:14px;display:inline-block}.prod-hero-title{color:#fff;letter-spacing:10px;margin-bottom:30px;font-family:"Jersey 20",sans-serif;font-size:130px;font-weight:400;line-height:1}.prod-hero-desc{color:#fffc;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:ABeeZee,sans-serif;font-size:20px;line-height:1.8}.prod-hero-btn{color:#1a1a1a;background:#ffc64c;border-radius:8px;padding:16px 50px;font-family:"Jersey 25",sans-serif;font-size:22px;text-decoration:none;transition:all .3s;display:inline-block}.prod-hero-btn:hover{background:#e5b000;transform:scale(1.05);box-shadow:0 15px 50px #ffc64c4d}.prod-hero-play{position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.prod-play-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:24px;transition:all .3s;display:flex}.prod-play-btn:hover{color:#1a1a1a;background:#ffc64c;border-color:#ffc64c;transform:scale(1.1)}.prod-services{background:#f9f0e6;padding:100px 40px}.prod-services-inner{max-width:1200px;margin:0 auto}.prod-services-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:64px}.prod-services-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.prod-service-card{text-align:center;background:#fff;border-radius:20px;padding:40px 30px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 5px 25px #0000000f}.prod-service-card:before{content:"";background:linear-gradient(90deg,#145e45,#ffc64c);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.prod-service-card:hover:before{transform:scaleX(1)}.prod-service-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000001a}.prod-service-icon{margin-bottom:20px;font-size:56px}.prod-service-name{color:#145e45;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:28px}.prod-service-desc{color:#666;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.prod-equipment{background:#145e45;padding:100px 40px}.prod-equipment-inner{justify-content:center;align-items:center;gap:100px;max-width:1200px;margin:0 auto;display:flex}.prod-equipment-text{max-width:550px}.prod-equipment-title{color:#f9f0e6;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:56px}.prod-equipment-desc{color:#f9f0e6d9;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:18px;line-height:1.8}.prod-equipment-list{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.prod-equipment-item{background:#ffffff1a;border-radius:10px;align-items:center;gap:15px;padding:15px 20px;display:flex}.prod-eq-icon{font-size:28px}.prod-eq-text{color:#f9f0e6;font-family:ABeeZee,sans-serif;font-size:16px}.prod-equipment-visual{flex-shrink:0}.prod-camera-box{background:#1a1a1a;border-radius:20px;width:250px;height:180px;position:relative;box-shadow:0 30px 80px #0006}.prod-camera-lens{background:linear-gradient(135deg,#333 0%,#1a1a1a 100%);border:3px solid #444;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:30px;transform:translateY(-50%)}.prod-camera-lens:after{content:"";background:linear-gradient(135deg,#4a90d9 0%,#1a4a7a 100%);border-radius:50%;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prod-camera-body{background:#2a2a2a;border-radius:8px;width:100px;height:60px;position:absolute;top:20px;right:20px}.prod-rec-light{background:#f44;border-radius:50%;width:12px;height:12px;animation:1s ease-in-out infinite rec-blink;position:absolute;top:15px;right:25px}@keyframes rec-blink{0%,to{opacity:1}50%{opacity:.3}}.prod-process{background:#bbc9aa;padding:100px 40px}.prod-process-inner{max-width:1100px;margin:0 auto}.prod-process-title{color:#145e45;text-align:center;margin-bottom:60px;font-family:"Jersey 20",sans-serif;font-size:56px}.prod-process-steps{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.prod-step{text-align:center;background:#fff;border-radius:20px;padding:40px 30px}.prod-step-phase{color:#f9f0e6;letter-spacing:2px;background:#145e45;border-radius:20px;margin-bottom:20px;padding:8px 20px;font-family:ABeeZee,sans-serif;font-size:12px;display:inline-block}.prod-step-name{color:#145e45;margin-bottom:15px;font-family:"Jersey 20",sans-serif;font-size:32px}.prod-step-text{color:#666;font-family:ABeeZee,sans-serif;font-size:16px;line-height:1.6}.prod-cta{background:#ffc64c;padding:100px 40px}.prod-cta-inner{text-align:center;max-width:800px;margin:0 auto}.prod-cta-title{color:#145e45;margin-bottom:25px;font-family:"Jersey 20",sans-serif;font-size:64px}.prod-cta-text{color:#145e45;margin-bottom:40px;font-family:ABeeZee,sans-serif;font-size:22px;line-height:1.7}.prod-cta-button{color:#f9f0e6;background:#145e45;border-radius:10px;padding:18px 60px;font-family:"Jersey 25",sans-serif;font-size:26px;text-decoration:none;transition:all .3s;display:inline-block}.prod-cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}@media (max-width:1200px){.prod-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.prod-equipment-inner{text-align:center;flex-direction:column}.prod-hero-title{letter-spacing:5px;font-size:80px}.prod-process-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (max-width:768px){.prod-services-grid{grid-template-columns:1fr}.prod-hero-title{letter-spacing:3px;font-size:56px}.prod-services-title,.prod-equipment-title,.prod-process-title,.prod-cta-title{font-size:42px}.prod-equipment-list{grid-template-columns:1fr}}.scroll-reveal{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.scroll-reveal-up{transform:translateY(60px)}.scroll-reveal-down{transform:translateY(-60px)}.scroll-reveal-left{transform:translate(60px)}.scroll-reveal-right{transform:translate(-60px)}.scroll-reveal-fade{transform:scale(.95)}.scroll-reveal.visible{opacity:1;transform:translateY(0)translate(0)scale(1)}.magnetic-button{cursor:pointer;display:inline-block;position:relative}.parallax-section{position:relative;overflow:hidden}.parallax-content{will-change:transform}.parallax-image-wrapper{height:400px;position:relative;overflow:hidden}.parallax-image{will-change:transform;background-position:50%;background-size:cover;width:100%;height:120%}.text-reveal{display:inline-block}.text-reveal-part{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;display:inline-block;transform:translateY(20px)}.text-reveal-part.revealed{opacity:1;transform:translateY(0)}.gradient-text-reveal{background:linear-gradient(90deg,#145e45 0% 50%,#0000 50% 100%) 100% 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;transition:background-position 1.2s cubic-bezier(.65,0,.35,1)}.gradient-text-reveal.visible{background-position:0 0}html{scroll-behavior:smooth}.card-3d{transform-style:preserve-3d;transition:transform .3s ease-out}.card-3d:hover{transform:perspective(1000px)rotateX(var(--rotate-x,0deg))rotateY(var(--rotate-y,0deg))}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animated-gradient{background-size:200% 200%;animation:8s infinite gradient-shift}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.pulse{animation:2s ease-in-out infinite pulse}.glow{transition:box-shadow .3s;box-shadow:0 0 20px #ffc64c80}.glow:hover{box-shadow:0 0 40px #ffc64ccc}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer{background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%) 0 0/1000px 100%;animation:3s infinite shimmer}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounce-in{animation:.8s cubic-bezier(.68,-.55,.265,1.55) bounceIn}.instagram-section{background:#145e45;width:100%;overflow:hidden}.instagram-header{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);justify-content:center;align-items:center;gap:12px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.instagram-header:hover{filter:brightness(1.1)}.instagram-icon{color:#fff;justify-content:center;align-items:center;display:flex}.instagram-username{color:#fff;letter-spacing:1px;font-family:"Jersey 25",sans-serif;font-size:28px;font-weight:400}.instagram-feed{grid-template-columns:repeat(6,1fr);width:100%;display:grid}.instagram-feed-embed{justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.instagram-setup-notice{text-align:center;background:linear-gradient(135deg,#145e45 0%,#0d3d2d 100%);border-radius:16px;width:100%;max-width:600px;margin:40px auto;padding:40px;box-shadow:0 10px 40px #0000004d}.setup-icon{color:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);margin-bottom:20px}.setup-icon svg{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:12px;padding:10px}.setup-title{color:#f9f0e6;margin-bottom:15px;font-family:"Jersey 25",sans-serif;font-size:32px}.setup-text{color:#f9f0e6cc;margin-bottom:20px;font-family:ABeeZee,sans-serif;font-size:16px}.setup-steps{color:#f9f0e6e6;text-align:left;max-width:400px;margin:0 auto 25px;padding-left:20px;font-family:ABeeZee,sans-serif;font-size:14px}.setup-steps li{margin-bottom:10px}.setup-steps a{color:#ffc64c;text-decoration:underline}.setup-steps a:hover{color:#e5a000}.setup-button{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:10px;padding:15px 30px;font-family:"Jersey 25",sans-serif;font-size:20px;text-decoration:none;transition:all .3s;display:inline-block}.setup-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #833ab466}.instagram-item{aspect-ratio:1;cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.instagram-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.instagram-placeholder{background:linear-gradient(135deg,#145e45 0%,#0d3d2d 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;transition:all .5s;display:flex}.instagram-placeholder-icon{color:#f9f0e64d;width:48px;height:48px;transition:all .3s}.instagram-placeholder-text{color:#f9f0e666;text-align:center;font-family:ABeeZee,sans-serif;font-size:12px;transition:all .3s}.instagram-item:hover .instagram-placeholder{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.instagram-item:hover .instagram-placeholder-icon{color:#fff;transform:scale(1.2)}.instagram-item:hover .instagram-placeholder-text{color:#fff}.instagram-item:hover img{transform:scale(1.1)}.instagram-overlay{opacity:0;background:linear-gradient(135deg,#833ab4cc,#fd1d1dcc,#fcb045cc);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.instagram-item:hover .instagram-overlay{opacity:1}.instagram-follow{color:#fff;text-align:center;padding:10px;font-family:"Jersey 25",sans-serif;font-size:18px}@media (max-width:1200px){.instagram-feed{grid-template-columns:repeat(4,1fr)}.instagram-item:nth-child(n+5){display:none}}@media (max-width:768px){.instagram-feed{grid-template-columns:repeat(3,1fr)}.instagram-item:nth-child(n+4){display:none}.instagram-username{font-size:22px}.instagram-placeholder-icon{width:32px;height:32px}.instagram-placeholder-text{font-size:10px}.instagram-follow{font-size:14px}}@media (max-width:480px){.instagram-feed{grid-template-columns:repeat(2,1fr)}.instagram-item:nth-child(n+3){display:none}.instagram-header{padding:15px}.instagram-icon svg{width:24px;height:24px}.instagram-username{font-size:18px}}.sp-section{width:100%;position:relative;overflow:hidden}.sp-panels{width:100%;height:600px;display:flex}.sp-panel{background:var(--panel-bg);cursor:pointer;flex:1;transition:flex .6s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.sp-panel-active{flex:3}.sp-panel-shrink{flex:.6}.sp-line{background:var(--panel-text);opacity:.1;z-index:5;width:1px;height:100%;position:absolute;top:0;right:0}.sp-collapsed{opacity:1;z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px 20px;transition:opacity .3s .1s;display:flex;position:absolute;inset:0}.sp-panel-active .sp-collapsed{opacity:0;pointer-events:none;transition:opacity .2s}.sp-collapsed-image{justify-content:center;align-items:center;height:240px;transition:transform .5s;display:flex}.sp-panel:hover:not(.sp-panel-active) .sp-collapsed-image{transform:scale(1.08)translateY(-5px)}.sp-collapsed-title{color:var(--panel-text);text-align:center;letter-spacing:2px;font-family:"Jersey 20",sans-serif;font-size:42px;font-weight:400;line-height:1.1;transition:transform .5s}.sp-panel:hover:not(.sp-panel-active) .sp-collapsed-title{transform:scale(1.05)}.sp-panel-number{color:var(--panel-text);opacity:.3;letter-spacing:2px;font-family:"Jersey 25",sans-serif;font-size:18px}.sp-expanded{opacity:0;z-index:3;pointer-events:none;align-items:center;gap:50px;padding:50px;transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0;transform:translateY(20px)}.sp-panel-active .sp-expanded{opacity:1;pointer-events:auto;transition:opacity .5s .2s,transform .5s .2s;transform:translateY(0)}.sp-expanded-image{flex:0 0 40%;justify-content:center;align-items:center;height:280px;display:flex}.sp-panel-active .sp-expanded-image img{animation:3.5s ease-in-out infinite sp-float}@keyframes sp-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(1deg)}}.sp-expanded-content{flex:1;min-width:0}.sp-expanded-title{color:var(--panel-text);margin-bottom:18px;font-family:"Jersey 20",sans-serif;font-size:52px;font-weight:400;line-height:1}.sp-expanded-desc{color:var(--panel-text);max-width:420px;margin-bottom:28px;font-family:ABeeZee,sans-serif;font-size:17px;line-height:1.6}.sp-mobile{display:none}.sp-mobile-card{background:var(--panel-bg);border-bottom:1px solid #0000000d;padding:40px 30px}.sp-mobile-header{align-items:baseline;gap:15px;margin-bottom:25px;display:flex}.sp-mobile-number{color:var(--panel-text);opacity:.35;font-family:"Jersey 25",sans-serif;font-size:16px}.sp-mobile-title{color:var(--panel-text);font-family:"Jersey 20",sans-serif;font-size:42px;font-weight:400;line-height:1}.sp-mobile-body{align-items:center;gap:30px;margin-bottom:25px;display:flex}.sp-mobile-image{flex:0 0 40%;justify-content:center;align-items:center;height:160px;display:flex}.sp-mobile-desc{color:var(--panel-text);flex:1;font-family:ABeeZee,sans-serif;font-size:15px;line-height:1.5}@media (max-width:900px){.sp-panels{display:none}.sp-mobile{display:block}}@media (max-width:600px){.sp-mobile-body{flex-direction:column}.sp-mobile-image{flex:none;width:100%;height:140px}.sp-mobile-title{font-size:32px}}
