@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@300;500;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Rajdhani:wght@500;600;700&family=Oswald:wght@400;700&family=Poppins:wght@300;400;600&display=swap";:root{--font-inter: "Inter", sans-serif;--font-outfit: "Outfit", sans-serif;--font-serif: "Playfair Display", serif;--font-tech: "Rajdhani", sans-serif;--font-bold: "Oswald", sans-serif;--font-soft: "Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:#f5f5f5;color:#333;line-height:1.6}.app-container{max-width:100%;overflow-x:hidden}.intro-header{text-align:center;padding:6rem 1rem;background:#fff;border-bottom:1px solid #eee}.intro-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:800;letter-spacing:-.05em;color:#111}.concept-separator{position:relative;width:100%;height:120px;background-color:#f0f0f0;background-image:repeating-linear-gradient(45deg,#e0e0e0,#e0e0e0 10px,#f0f0f0 10px 20px);display:flex;align-items:center;justify-content:center;border-top:4px solid #333;border-bottom:4px solid #333;z-index:50}.separator-badge{background:#111;color:#fff;padding:.8rem 2rem;font-family:var(--font-inter);font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;box-shadow:0 10px 20px #0003;transform:skew(-10deg)}.separator-badge span{display:block;transform:skew(10deg)}.style-selector{position:absolute;bottom:2rem;right:2rem;background:#fff;padding:.8rem 1.2rem;border-radius:50px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:1rem;z-index:100;border:1px solid rgba(0,0,0,.05)}.select-btn{background:#000;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:30px;cursor:pointer;font-weight:600;font-size:.85rem;transition:transform .2s,background .2s}.select-btn.active{background:#22c55e;color:#fff}.selection-overlay{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#111;color:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:0 20px 40px #0000004d;z-index:1000;display:flex;align-items:center;gap:1rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}.full-page-concept{position:relative;width:100%;min-height:100vh;border-bottom:1px solid #ccc;overflow:hidden}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.responsive-img{width:100%;height:auto;display:block}.theme-precision{background-color:#f8f9fa;color:#212529;font-family:var(--font-inter)}.theme-precision .hero{height:90vh;position:relative;display:flex;align-items:center;justify-content:center;background:#fff}.theme-precision .hero-content{z-index:2;text-align:center;background:#fffffff2;padding:4rem;border:1px solid #eee;max-width:800px}.theme-precision .section-block{padding:6rem 2rem;max-width:1200px;margin:0 auto}.theme-precision .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.theme-precision h2{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;color:#1f1f22}.theme-precision .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.theme-precision .service-item{background:#fff;padding:2rem;border-top:3px solid #F84441;box-shadow:0 4px 6px #0000000d}.theme-tech{background-color:#1f1f22;color:#e2e8f0;font-family:var(--font-tech)}.theme-tech .hero{position:relative;height:100vh;display:flex;align-items:flex-end;padding-bottom:10vh;padding-left:5vw}.theme-tech .hero-overlay{background:linear-gradient(0deg,#1f1f22 10%,#1f1f224d);position:absolute;inset:0;z-index:1}.theme-tech .hero-text{position:relative;z-index:3}.theme-tech h1{font-size:5rem;text-transform:uppercase;line-height:.9;text-shadow:0 0 20px rgba(248,68,65,.5)}.theme-tech .section-dark{padding:6rem 2rem;border-top:1px solid #2a2a2d}.theme-tech .grid-reverse{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.theme-tech .tech-card{background:#1f1f22;border:1px solid #2a2a2d;padding:2rem;margin-bottom:1rem}.theme-tech .detail-image-wrapper{cursor:pointer}.theme-tech .tech-img-hover{border:1px solid #F84441;filter:grayscale(0%) contrast(100%);transition:all .4s ease}.theme-tech .detail-hover-overlay{position:absolute;inset:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;color:#fff;z-index:5}.theme-tech .detail-image-wrapper:hover .tech-img-hover{filter:grayscale(100%) contrast(120%)}.theme-tech .detail-image-wrapper:hover .detail-hover-overlay{opacity:1}.theme-tech .tech-img{border:1px solid #F84441;filter:grayscale(100%) contrast(120%);transition:all .3s}.theme-tech .tech-img:hover{filter:grayscale(0%)}.theme-heritage{background-color:#fcfaf8;color:#444;font-family:var(--font-serif)}.theme-heritage .hero-heritage{height:80vh;position:relative;display:flex;align-items:center;justify-content:center}.theme-heritage .hero-box{background:#fcfaf8;padding:4rem;z-index:2;text-align:center;max-width:700px;border:double 6px #e5e0d8}.theme-heritage h2{font-size:4rem;font-style:italic;color:#1f1f22;margin-bottom:1rem}.theme-heritage .serif-text{font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.theme-heritage .img-frame{padding:1rem;background:#fff;border:1px solid #ddd;box-shadow:0 10px 30px #0000001a}.theme-heritage .services-list{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:4rem auto}.theme-bold{background-color:#000;color:#fff;font-family:var(--font-bold);border-top:10px solid #FDFD2D}.theme-bold .hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:80vh}.theme-bold .hero-left{background:#fdfd2d;color:#000;display:flex;align-items:center;justify-content:center;padding:4rem}.theme-bold h1{font-size:6rem;line-height:.9;text-transform:uppercase}.theme-bold .section-heavy{padding:4rem;background:#1f1f22}.theme-bold .bold-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#333}.theme-bold .bold-item{background:#000;padding:2rem;height:100%}.theme-bold img.industrial-img{filter:contrast(120%) grayscale(100%);border:4px solid #FDFD2D}.theme-eco{background-color:#1f1f22;color:#e2e8f0;font-family:var(--font-soft)}.theme-eco .hero-eco{height:100vh;position:relative;overflow:hidden}.theme-eco .curve-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(180deg,transparent,#1F1F22);z-index:1}.theme-eco .hero-text-eco{position:absolute;top:30%;left:10%;z-index:3;max-width:600px}.theme-eco h1{font-size:4rem;font-weight:300;color:#f84441}.theme-eco .card-eco{background:#2a2a2d;padding:2rem;border-radius:20px;margin-bottom:2rem}.theme-eco .img-rounded{border-radius:20px}@media(max-width:1024px){.theme-precision .grid-2,.theme-tech .grid-reverse,.theme-heritage .services-list,.theme-bold .hero-split,.theme-bold .bold-grid{grid-template-columns:1fr}.theme-precision .hero-content,.theme-heritage .hero-box{padding:2rem;margin:1rem}.theme-tech h1{font-size:3rem}.theme-bold h1{font-size:4rem}}@media(max-width:768px){.theme-precision .service-grid,.theme-eco .card-eco{grid-template-columns:1fr}.section-block{padding:3rem 1rem}}.theme-precision .service-item:hover,.theme-tech .tech-card:hover,.card-eco:hover{transform:translateY(-4px);transition:transform .3s ease}.theme-tech .tech-card,.card-eco{transition:transform .3s ease,box-shadow .3s ease}.theme-tech .tech-card:hover{box-shadow:0 10px 40px #3b82f61a}.card-eco:hover{box-shadow:0 20px 40px #16c55e1a}.theme-precision button:hover,.theme-tech button:hover,.theme-heritage button:hover,.theme-bold button:hover,.theme-eco button:hover{transform:translateY(-2px);transition:transform .2s ease}html{scroll-behavior:smooth}.theme-3d{background:#1f1f22;color:#e2e8f0;font-family:var(--font-inter)}.theme-3d .gradient-text{background:linear-gradient(135deg,#f84441,#fdfd2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-3d .hero-3d{position:relative;height:100vh;min-height:800px;overflow:hidden;display:flex;align-items:center}.theme-3d .hero-3d-canvas{position:absolute;inset:0;z-index:1}.theme-3d .hero-3d-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#1f1f22d9,#1f1f2280,#1f1f22e6);z-index:2;pointer-events:none}.theme-3d .hero-content-3d{position:relative;z-index:3;padding:0 5vw;max-width:800px}.theme-3d .hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem .5rem .75rem;background:#f8444126;border:1px solid rgba(248,68,65,.3);border-radius:100px;font-size:.85rem;font-weight:500;color:#f84441;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-3d .badge-dot{width:8px;height:8px;background:#f84441;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.theme-3d .hero-title-3d{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.theme-3d .hero-subtitle-3d{font-size:1.1rem;line-height:1.7;color:#86919c;max-width:540px;margin-bottom:2rem}.theme-3d .stats-row-3d{display:flex;gap:3rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2.5rem}.theme-3d .stat-item-3d .stat-value{font-size:1.75rem;font-weight:700;font-family:JetBrains Mono,monospace;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-3d .stat-item-3d .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#86919c;margin-top:.25rem}.theme-3d .hero-actions-3d{display:flex;gap:1rem;align-items:center}.theme-3d .btn-primary-3d{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#f84441,#ff6b6b);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #f8444166}.theme-3d .btn-primary-3d:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f8444180}.theme-3d .btn-primary-3d.large{padding:1.25rem 2.5rem;font-size:1.1rem}.theme-3d .btn-arrow{transition:transform .3s ease}.theme-3d .btn-primary-3d:hover .btn-arrow{transform:translate(4px)}.theme-3d .btn-secondary-3d{padding:1rem 2rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#e2e8f0;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-3d .btn-secondary-3d:hover{background:#ffffff0d;border-color:#ffffff4d}.theme-3d .scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#64748b;font-size:.8rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.theme-3d .scroll-mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:12px;display:flex;justify-content:center;padding-top:8px}.theme-3d .scroll-wheel{width:4px;height:8px;background:#f84441;border-radius:2px;animation:scroll-wheel 2s infinite}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.theme-3d .section-3d{padding:8rem 0;width:100%;max-width:none}.theme-3d .section-3d>*:not(.video-background-container):not(.section-content-overlay):not(.section-bg-full),.theme-3d .section-content-overlay>*{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.theme-3d .process-grid{padding-left:2rem;padding-right:2rem}.theme-3d .section-header-3d{text-align:center;margin-bottom:4rem}.theme-3d .section-tag{display:inline-block;padding:.4rem 1rem;background:#f844411a;border:1px solid rgba(248,68,65,.2);border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#f84441;margin-bottom:1rem}.theme-3d .section-header-3d h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em}.theme-3d .section-desc{margin-top:1rem;font-size:1.1rem;color:#86919c;max-width:600px;margin-left:auto;margin-right:auto}.theme-3d .features-section{background:linear-gradient(180deg,#1f1f22,#171719)}.theme-3d .features-grid-3d{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.theme-3d .feature-card-3d{position:relative;padding:2.5rem 2rem;background:#0f0f1999;border:1px solid rgba(255,255,255,.06);border-radius:20px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-3d .feature-card-3d:hover,.theme-3d .feature-card-3d.active{transform:translateY(-8px);border-color:#f844414d;background:#f8444114}.theme-3d .feature-icon{font-size:2.5rem;margin-bottom:1.5rem}.theme-3d .feature-card-3d h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.theme-3d .feature-card-3d p{font-size:.9rem;color:#86919c;line-height:1.6}.theme-3d .feature-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,#FDFD2D,transparent);opacity:0;transition:opacity .4s}.theme-3d .feature-card-3d:hover .feature-glow,.theme-3d .feature-card-3d.active .feature-glow{opacity:1}.theme-3d .products-section{background:linear-gradient(180deg,#171719,#1f1f22)}.theme-3d .products-grid-3d{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.theme-3d .model-viewer-container{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#141423cc,#0a0a12e6);border:1px solid rgba(255,255,255,.08);transition:all .4s ease}.theme-3d .model-viewer-container:hover{border-color:#f8444166;box-shadow:0 20px 60px #f8444126;transform:translateY(-4px)}.theme-3d .model-canvas{height:450px;background:radial-gradient(ellipse at center,rgba(248,68,65,.06) 0%,transparent 70%)}.theme-3d .model-info{padding:1.5rem 2rem 2rem;text-align:center}.theme-3d .model-info h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.theme-3d .model-info p{font-size:.9rem;color:#86919c;line-height:1.6;margin-bottom:1rem}.theme-3d .interact-hint{display:inline-block;font-size:.75rem;color:#fdfd2d;padding:.4rem 1rem;background:#fdfd2d1a;border-radius:100px}.theme-3d .loader-3d{color:#f84441;font-size:.9rem;font-weight:500}.theme-3d .services-section{background:#1f1f22;border-top:1px solid rgba(255,255,255,.05)}.theme-3d .services-grid-3d{max-width:900px;margin:0 auto}.theme-3d .services-content{text-align:left}.theme-3d .services-content h2{font-size:2.5rem;text-align:left;margin-bottom:1rem}.theme-3d .services-desc{color:#86919c;font-size:1.1rem;margin-bottom:3rem;max-width:600px}.theme-3d .services-list{display:flex;flex-direction:column;gap:1.5rem}.theme-3d .service-item-3d{display:flex;gap:1.5rem;padding:2rem;background:#0f0f1980;border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:all .3s ease}.theme-3d .service-item-3d:hover{background:#f844410d;border-color:#f8444133;transform:translate(8px)}.theme-3d .service-number{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace;color:#f8444199;line-height:1}.theme-3d .service-content h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.theme-3d .service-content p{font-size:.95rem;color:#86919c;line-height:1.6;margin-bottom:1rem}.theme-3d .service-tags{display:flex;flex-wrap:wrap;gap:.5rem}.theme-3d .service-tag{font-size:.75rem;padding:.3rem .75rem;background:#f844411a;border:1px solid rgba(248,68,65,.2);border-radius:6px;color:#f84441}.theme-3d .process-section{background:linear-gradient(180deg,#1f1f22,#171719)}.theme-3d .process-timeline-3d{display:flex;justify-content:center;gap:0;max-width:1200px;margin:0 auto}.theme-3d .process-step-3d{flex:1;text-align:center;position:relative;padding:0 1rem}.theme-3d .step-indicator{position:relative;margin-bottom:1.5rem}.theme-3d .step-number{width:60px;height:60px;margin:0 auto;background:linear-gradient(135deg,#f84441,#ff6b6b);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;position:relative;z-index:2}.theme-3d .step-line{position:absolute;top:50%;left:calc(50% + 30px);width:calc(100% - 60px);height:2px;background:linear-gradient(90deg,#f84441,#f8444133);transform:translateY(-50%);z-index:1}.theme-3d .step-content h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.theme-3d .step-content p{font-size:.85rem;color:#86919c;line-height:1.5}.theme-3d .industries-section{background:#1f1f22;border-top:1px solid rgba(255,255,255,.05)}.theme-3d .two-column-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.theme-3d .industries-col h3,.theme-3d .equipment-col h3{font-size:1.75rem;margin-bottom:2rem}.theme-3d .industries-grid-3d{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.theme-3d .industry-card-3d{padding:1.5rem;background:#0f0f1980;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:all .3s ease}.theme-3d .industry-card-3d:hover{background:#f8444114;border-color:#f8444140}.theme-3d .industry-card-3d h5{font-size:1rem;font-weight:600;margin-bottom:.5rem}.theme-3d .industry-card-3d p{font-size:.85rem;color:#86919c}.theme-3d .equipment-list-3d{display:flex;flex-direction:column;gap:1rem}.theme-3d .equipment-item-3d{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#0f0f1980;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:all .3s ease}.theme-3d .equipment-item-3d:hover{background:#f8444114;border-color:#f8444140}.theme-3d .eq-info h5{font-size:1rem;font-weight:600;margin-bottom:.25rem}.theme-3d .eq-info p{font-size:.8rem;color:#86919c}.theme-3d .eq-count{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace;color:#fdfd2d}.theme-3d .materials-section{background:linear-gradient(180deg,#1f1f22,#171719);padding:6rem 2rem}.theme-3d .materials-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.theme-3d .materials-cloud{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.theme-3d .material-tag-3d{padding:.6rem 1.25rem;background:transparent;border:1px solid rgba(253,253,45,.4);border-radius:8px;color:#fdfd2d;font-size:.9rem;font-weight:500;transition:all .3s ease;animation:fadeInUp .5s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.theme-3d .material-tag-3d:hover{background:#fdfd2d26;border-color:#fdfd2d;color:#fff}.theme-3d .certs-list-3d{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.theme-3d .cert-item-3d{display:flex;gap:1rem;align-items:flex-start}.theme-3d .cert-badge{width:32px;height:32px;background:linear-gradient(135deg,#fdfd2d,#f84441);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1f1f22;font-weight:700;font-size:.9rem;flex-shrink:0}.theme-3d .cert-item-3d h5{font-size:1rem;font-weight:600;margin-bottom:.25rem}.theme-3d .cert-item-3d p{font-size:.85rem;color:#86919c}.theme-3d .testimonial-section{background:#1f1f22;padding:6rem 2rem}.theme-3d .testimonial-card-3d{max-width:800px;margin:0 auto;text-align:center;padding:4rem;background:linear-gradient(145deg,#f8444114,#fdfd2d0d);border:1px solid rgba(248,68,65,.2);border-radius:24px;position:relative}.theme-3d .quote-mark{font-size:6rem;font-family:var(--font-serif);color:#f844414d;line-height:1;margin-bottom:-1rem}.theme-3d .testimonial-text{font-size:1.5rem;font-style:italic;color:#e2e8f0;line-height:1.6;margin-bottom:2rem}.theme-3d .testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.theme-3d .author-avatar{width:48px;height:48px;background:linear-gradient(135deg,#f84441,#fdfd2d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#1f1f22}.theme-3d .testimonial-author h5{font-size:1rem;font-weight:600;margin-bottom:.25rem;text-align:left}.theme-3d .testimonial-author p{font-size:.85rem;color:#86919c;text-align:left}.theme-3d .cta-section-3d{background:linear-gradient(180deg,#171719,#1f1f22);padding:8rem 2rem;position:relative;overflow:hidden}.theme-3d .cta-content-3d{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}.theme-3d .cta-content-3d h2{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.theme-3d .cta-content-3d>p{font-size:1.1rem;color:#86919c;margin-bottom:2.5rem}.theme-3d .cta-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.theme-3d .cta-contact{display:flex;align-items:center;gap:.5rem;color:#86919c;font-size:.95rem}.theme-3d .cta-contact a{color:#f84441;text-decoration:none;font-weight:600;transition:color .3s}.theme-3d .cta-contact a:hover{color:#fdfd2d}.theme-3d .cta-pattern{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(248,68,65,.08) 0%,transparent 60%);z-index:1;pointer-events:none}@media(max-width:1200px){.theme-3d .features-grid-3d,.theme-3d .products-grid-3d{grid-template-columns:repeat(2,1fr)}.theme-3d .process-timeline-3d{flex-wrap:wrap}.theme-3d .process-step-3d{flex:0 0 33.333%;margin-bottom:2rem}.theme-3d .step-line{display:none}}@media(max-width:900px){.theme-3d .two-column-grid,.theme-3d .materials-wrapper,.theme-3d .products-grid-3d{grid-template-columns:1fr}.theme-3d .stats-row-3d{flex-wrap:wrap;gap:1.5rem}.theme-3d .stat-item-3d{flex:0 0 calc(50% - .75rem)}.theme-3d .industries-grid-3d{grid-template-columns:1fr}}@media(max-width:600px){.theme-3d .features-grid-3d{grid-template-columns:1fr}.theme-3d .hero-actions-3d{flex-direction:column;width:100%}.theme-3d .btn-primary-3d,.theme-3d .btn-secondary-3d{width:100%;justify-content:center}.theme-3d .process-step-3d{flex:0 0 100%}.theme-3d .section-3d{padding:4rem 1rem}.theme-3d .testimonial-card-3d{padding:2rem}.theme-3d .testimonial-text{font-size:1.2rem}}
