 header{padding:2rem 0 0 0}footer{background:var(--light-gray);padding:1rem 2rem}main{max-width:80%;margin:0 auto}.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);border-bottom-left-radius:20px;border-bottom-right-radius:20px;backdrop-filter:blur(2px)}.hero{margin:0;position:relative;color:var(--white);text-align:center;padding:4rem 2rem;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:650px}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(20px);border-radius:12px;padding:1rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero h2{font-size:1.5rem;margin-bottom:1rem}.hero p{font-size:1.1rem;line-height:1.6}.hero-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.hero-box{border-radius:12px;text-align:center;color:var(--main-color);transition:transform .2s ease;border:1px solid var(--main-color);background:var(--white);position:relative;border-radius:12px;overflow:hidden;box-shadow:0 3px 8px rgba(0,0,0,.1);transition:transform .3s ease}.hero-box:hover{transform:translateY(-5px)}.hero-box p{padding:2rem}.hero-box h3{background-color:var(--main-color);color:var(--white);padding:1rem 0}.marquee-container{height:65px;width:330px;margin:0 auto;text-align:center;line-height:60px;font-size:20px}.marquee-leds{margin:0 auto;width:330px;height:2em}.led:last-child{margin:0}@keyframes marquee{0%{left:0}100%{left:-200%}}.led{font-size:1em;box-sizing:border-box;border:1px solid rgba(0,0,0,.75);margin:0 8px 0 0;position:relative;display:inline-block;width:1em;height:1em;background:#808080;border-radius:50%;vertical-align:text-bottom;box-shadow:inset .25em .25em .25em rgba(255,255,255,.25),inset -.25em -.25em .25em .5em rgba(0,0,0,.25),inset 1em .5em .5em rgba(0,0,0,.5);&:before{content:'';border-radius:50%;display:block;width:.25em;height:.25em;background:#fff;opacity:.1;margin-top:.2em;margin-left:.2em;mix-blend-mode:overlay}&.on{box-shadow:0 0 .25em .1em,0 0 1em .5em;border:2px solid rgba(0,0,0,.05);&.blink{-webkit-animation:blink .9s ease-in-out infinite;-moz-animation:blink .9s ease-in-out infinite;-o-animation:blink .9s ease-in-out infinite;animation:blink .9s ease-in-out infinite}&.blink-1{animation-delay:.3s}&.blink-2{animation-delay:.6s}}}@keyframes blink{0%{border:1px solid rgba(0,0,0,.75);box-shadow:inset .25em .25em .25em rgba(255,255,255,.25),inset -.25em -.25em .25em .5em rgba(0,0,0,.25),inset 1em .5em .5em rgba(0,0,0,.5)}50%{border:2px solid rgba(0,0,0,.05);box-shadow:0 0 .25em .1em,0 0 1em .5em}100%{border:1px solid rgba(0,0,0,.75);box-shadow:inset .25em .25em .25em rgba(255,255,255,.25),inset -.25em -.25em .25em .5em rgba(0,0,0,.25),inset 1em .5em .5em rgba(0,0,0,.5)}}.hero-box-image{margin-bottom:1rem}.hero-box-image img{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 5px rgba(0,0,0,.3))}@media (max-width:992px){.hero-boxes{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hero-boxes{grid-template-columns:1fr}}.main-nav .nav-list{display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;justify-content:center}.latest-models .more-wrapper{width:50%;margin:auto;text-align:center;padding:2rem 1rem}.posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.post{text-align:center;position:relative}.post img{margin:auto}.badge{text-align:center;color:var(--white);height:60px;width:60px;border-radius:30px;position:absolute;right:-10px;top:-10px;line-height:60px;font-size:20px;z-index:9;box-shadow:0 5px 20px rgba(0,0,0,.08)}.badge-new{background-color:var(--main-color)}.badge-hot{background-color:var(--red)}.badge-coming-soon{background-color:none;box-shadow:none;font-size:40px}.site-logo img{max-height:80px;width:auto}.site-footer{background:var(--main-color);color:var(--white);padding:4rem 1rem 2rem;font-size:.95rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;gap:2rem;max-width:1200px;margin:0 auto}.footer-logo img{margin-bottom:.5rem}.footer-logo h2 a{color:var(--white);text-decoration:none}.footer-tagline{font-size:.9rem;margin-top:.5rem}.footer-nav{text-align:center}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu ul{list-style:none}.footer-menu li{margin:.3rem 0}.footer-menu a{color:var(--white);text-decoration:none;transition:color .3s ease}.footer-menu a:hover{color:var(--sec-color)}.footer-social{text-align:right}.footer-social ul{list-style:none;display:flex;gap:1rem;justify-content:flex-end;margin:0;padding:0}.footer-social img{width:24px;height:24px;transition:filter .3s ease}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--text-color);color:var(--white);font-size:.85rem}.faq-section{padding:100px 0;background:var(--white);text-align:center}.faq-section .section-header{max-width:600px;margin:0 auto 60px}.faq-section h2{font-size:2.2rem;font-weight:700;margin-bottom:10px}.faq-section p{font-size:1rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.faq-card{position:relative;background:var(--light-gray);padding:40px 25px;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:all .3s ease}.faq-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.faq-card h3{font-size:1.2rem;margin-bottom:10px;font-weight:600}.faq-answer p{font-size:.95rem;margin:0}.cults3d-stats{padding:2rem 1rem;text-align:center}.stats-grid{padding:2rem 0;display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stat-circle{width:150px;height:150px;border-radius:50%;background:var(--white);box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;margin-bottom:15px;transition:transform .3s ease,box-shadow .3s ease}.stat-circle:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.count{font-size:2.2rem;font-weight:700;color:var(--red)}.stat-item p{margin:0;font-size:1.1rem}.trending-grid{display:grid;grid-template-columns:repeat(4,minmax(280px,1fr));gap:30px;justify-items:center}.model-card{display:flex;flex-direction:column;align-items:center;background:var(--light-gray);border-radius:16px;padding:20px;text-decoration:none;color:inherit;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:340px;position:relative}.model-card .image-wrap{position:relative}.model-card img.model-main-img,.model-card img.model-hover-img{width:100%;display:block;object-fit:cover;transition:opacity .2s ease-in-out;border-radius:8px}.model-card img.model-hover-img{position:absolute;top:0;left:0;opacity:0}.model-card:hover img.model-hover-img{opacity:1}.model-card:hover img.model-main-img{opacity:0}.model-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(0,0,0,.1)}.image-wrap{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:var(--white);display:flex;align-items:center;justify-content:center}.image-wrap img{width:100%;height:100%;object-fit:contain;display:block}.model-card h3{font-size:1.2rem;margin:15px 0 10px;text-align:center}.model-card .meta{font-size:.9rem;display:flex;gap:15px;justify-content:center;text-align:center}.trending-models .subtitle{text-align:center;margin-bottom:2rem}.button{width:100%;height:35px;border-radius:10px;background-color:var(--sec-color);text-align:center;color:var(--main-color);display:flex;justify-content:center;align-items:center;cursor:pointer}.single-modell{margin:0 auto}.modell-hero{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:40px;min-height:500px}.modell-image img{width:400px;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 4px 15px rgba(0,0,0,.2)}.modell-header h1{font-size:2rem;margin:0 0 10px}.modell-content{line-height:1.6;margin-bottom:40px}.modell-info ul{list-style:none;padding:0;margin:0 0 40px}.modell-info li{margin-bottom:8px}.btn-download{display:inline-block;background:var(--sec-color);color:var(--main-color);padding:12px 24px;border-radius:10px;font-weight:600;text-decoration:none;margin:5px 0;transition:all 1s ease}.btn-download:hover{transform:scale(1.05)}.modell-details{padding:80px 20px;background:var(--white)}.modell-details .container{max-width:1200px;margin:0 auto}.details-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.details-image img{width:100%;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.15)}.details-content h2{font-size:2.2rem;margin-bottom:10px;color:var(--text-color)}.details-content .subtitle{font-size:1rem;margin-bottom:20px}.details-list{list-style:none;padding:0;margin:0 0 30px}.details-list li{margin-bottom:10px;font-size:1.1rem}.details-list strong{min-width:130px;display:inline-block}.btn-theme{display:inline-block;background:var(--sec-color);color:var(--text-color);padding:12px 30px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .2s ease}.btn-theme:hover{transform:translateY(-2px)}@media (max-width:900px){.details-grid{grid-template-columns:1fr;text-align:center}.details-list strong{display:block}}.modell-details{background:var(--white);padding:4rem 1rem}.container-modell{max-width:1200px;margin:0 auto}.modell-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.modell-gallery .gallery-main{margin-bottom:1rem}.modell-gallery .main-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:transform .3s ease}.modell-gallery .main-image:hover{transform:scale(1.02)}.gallery-thumbs{display:flex;gap:.5rem}.gallery-thumbs .thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.8;transition:.2s}.gallery-thumbs .thumb:hover{opacity:1;transform:scale(1.05)}.modell-info h2{font-size:2rem;margin-bottom:1rem}.modell-info .inhalt{margin-bottom:1.5rem;line-height:1.6}.technische-daten{list-style:none;padding:0;margin:1rem 0}.technische-daten li{margin-bottom:.5rem}.modell-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.modell-sections .section{background:var(--light-gray);border-radius:10px;padding:2rem;box-shadow:0 3px 8px rgba(0,0,0,.1)}.modell-sections .section h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:var(--text-color)}.price{margin:0 0 2rem 0;border:1px solid #888;border-radius:12px;padding:2rem 1rem;align-self:center;box-shadow:0 4px 10px rgba(0,0,0,.15);display:grid;align-items:center;justify-content:center}.price h3{text-align:center}.price-value{text-align:center;font-size:1.2rem;font-weight:600;color:var(--red);margin-top:1rem}.price-value strong{font-size:2.5rem;font-weight:400}.more-models{margin-top:6rem;padding:4rem 1rem;background:var(--white)7e6;border-top:3px solid var(--sec-color)}.more-models .section-title{text-align:center;font-size:2rem;margin-bottom:2rem;color:var(--text-color)}.model-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.model-card{background:var(--white);border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.model-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.model-card a{color:inherit;text-decoration:none}.model-thumb img{width:100%;height:200px;object-fit:contain;display:block}.model-content{padding:1rem}.model-title{font-size:1.2rem;margin-bottom:.5rem}.model-excerpt{font-size:.95rem}.page-hero{position:relative;background-size:cover;background-position:center;color:var(--white);text-align:center;padding:6rem 1rem;margin-top:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.page-hero.no-image{background:var(--main-color);color:var(--white)}.page-hero .overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);border-bottom-left-radius:20px;border-bottom-right-radius:20px}.page-hero .hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.page-hero h1{font-size:2.4rem;margin:0}.container-page{max-width:900px;margin:4rem auto;padding:0 1rem;line-height:1.7;color:var(--text-color)}.container-page h2,.container-page h3{color:var(--text-color);margin-top:2rem}.container-page a{color:var(--red);text-decoration:none}.container-page a:hover{text-decoration:underline}.modelle-hero h1{margin-bottom:2rem}.downloads-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(1,1fr);grid-column-gap:5px;grid-row-gap:2rem}.post{padding:1rem;background:var(--white)}.post-content{border:1px solid var(--light-gray);border-radius:8px;transition:box-shadow .2s ease}.post:hover .post-content{box-shadow:0 2px 10px rgba(0,0,0,.1)}button,.btn{color:var(--white);border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer}.header-inner{border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem;background-color:#0f1629;max-width:80%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top-left-radius:20px;border-top-right-radius:20px}.site-logo img{max-height:60px;width:auto}.site-logo h1{font-size:1.5rem;margin:0}.main-nav .nav-list{display:flex;gap:1.5rem;list-style:none;justify-content:center}.main-nav a{text-decoration:none;color:var(--white);font-weight:500}.social-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.social-list img{height:28px;object-fit:contain;transition:opacity .2s ease}.social-list a:hover img{opacity:.7}.help-section{background:var(--main-color);padding:5rem 1rem;border-radius:20px;color:var(--white)}.help-header{text-align:center;max-width:700px;margin:0 auto 3rem auto}.help-header h2{font-size:2.2rem;margin-bottom:.5rem}.help-header p{font-size:1.1rem}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.help-item{background:var(--white);color:var(--text-color);border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:2rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.help-item:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.help-icon img{width:60px;height:60px;margin-bottom:1rem}.help-item h3{font-size:1.2rem;margin-bottom:.5rem}.help-item p{font-size:.95rem;margin-bottom:1rem}.help-link{display:inline-block;color:var(--sec-color);font-weight:600;text-decoration:none;transition:color .3s ease}.how-it-works{padding:5rem 1rem;text-align:center}.how-header{max-width:700px;margin:0 auto 3rem auto}.how-header h2{font-size:2.2rem;margin-bottom:.5rem}.how-header p{font-size:1.1rem}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;justify-items:center}.how-step{background:var(--white);border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:2.5rem 1.5rem;position:relative;max-width:320px;transition:transform .3s ease,box-shadow .3s ease}.how-step:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.how-icon img{width:70px;height:70px;margin-bottom:1rem}.how-number,.faq-icon{position:absolute;top:-15px;left:15px;background:var(--sec-color);color:var(--main-color);font-size:1.1rem;font-weight:bold;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.how-step h3{font-size:1.2rem;margin-bottom:.5rem}.how-step p{font-size:.95rem}.pagination{text-align:center;margin:2rem 0}.pagination a,.pagination span{color:var(--main-color);line-height:45px;font-size:25px;padding:.5rem 1rem;border-radius:12px}.pagination a{background-color:var(--sec-color)}.pagination span{border:1px solid var(--sec-color)}