*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--accent-color:#0ea5e9;--accent-light:#38bdf8;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--text-primary:var(--gray-900);--text-secondary:var(--gray-600);--text-muted:var(--gray-500);--text-light:var(--gray-400);--bg-primary:#fff;--bg-secondary:var(--gray-50);--bg-tertiary:var(--gray-100);--bg-dark:var(--gray-900);--border-light:var(--gray-200);--border-medium:var(--gray-300);--border-dark:var(--gray-400);--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-32:8rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--transition-fast:150ms ease-out;--transition-normal:300ms ease-out;--transition-slow:500ms ease-out}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:1.6}html{scroll-behavior:smooth}code{font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-gradient);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-gradient)}::selection{background:#2563eb;background:var(--primary-color);color:#fff}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;box-shadow:0 4px 20px #ff920214;left:0;position:fixed;right:0;top:0;transition:all var(--transition-normal);z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 8px 25px #ff92021f}.header-container{height:80px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:var(--spacing-2) var(--spacing-6)}.header-container,.logo{align-items:center;display:flex}.logo{color:var(--text-primary);font-size:var(--text-2xl);font-weight:700;gap:var(--spacing-3);text-decoration:none;transition:all var(--transition-fast)}.logo:hover{color:#ff9202}.logo img{height:68px;transition:all var(--transition-fast);width:auto}.logo span{font-weight:700;letter-spacing:-.025em}.nav{align-items:center;display:flex;gap:var(--spacing-1)}.nav a{border-radius:var(--radius-lg);color:#022b61;font-size:var(--text-sm);font-weight:500;padding:var(--spacing-1) var(--spacing-3);position:relative;text-decoration:none;transition:all var(--transition-fast)}.nav a:hover{background:#ff92021a;color:#000}.nav a.active{background:#022b611a;color:#ff9202;font-weight:600}.cta-button{background:#ff9202;border:none;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000001a;color:#fff;display:flex;font-size:var(--text-sm);gap:6px;padding:var(--spacing-1) var(--spacing-3);transition:all var(--transition-fast)}.cta-button:hover{background:#022b61;box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.cta-button:hover svg{transform:translateX(2px)}.cta-button svg{transition:transform .2s ease}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:var(--spacing-2);z-index:1001}.hamburger{display:flex;flex-direction:column;height:18px;position:relative;width:24px}.hamburger span{background:#000;border-radius:1px;display:block;height:2px;transform-origin:center;transition:all var(--transition-normal);width:100%}.hamburger span:first-child{transform:translateY(0)}.hamburger span:nth-child(2){transform:translateY(8px)}.hamburger span:nth-child(3){transform:translateY(16px)}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(8px) rotate(-45deg)}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#022b6180;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all var(--transition-normal);visibility:hidden;z-index:999}.mobile-nav.open{opacity:1;visibility:visible}.mobile-nav-content{background:#fff;box-shadow:var(--shadow-xl);height:100vh;padding:60px var(--spacing-6) var(--spacing-6);position:absolute;right:0;top:0;transform:translateX(100%);transition:transform var(--transition-normal);width:280px}.mobile-nav.open .mobile-nav-content{transform:translateX(0)}.mobile-nav-content a{border-bottom:1px solid #022b611a;color:#000;display:block;font-size:var(--text-lg);font-weight:500;padding:var(--spacing-4) 0;text-decoration:none;transition:all var(--transition-fast)}.mobile-nav-content a:hover{color:#ff9202;padding-left:var(--spacing-2)}.mobile-nav-content a.active{color:#ff9202;font-weight:600}@media (max-width:1024px){.header-container{padding:var(--spacing-2) var(--spacing-4)}.nav{gap:0}.nav a{font-size:var(--text-sm)}.cta-button,.nav a{padding:var(--spacing-1) var(--spacing-2)}.cta-button{font-size:var(--text-xs)}}@media (max-width:768px){.cta-button,.nav{display:none}.mobile-menu-toggle{display:block}.header-container{height:45px;padding:var(--spacing-2) var(--spacing-4)}.logo{font-size:var(--text-lg)}.logo img{height:32px}}@media (max-width:480px){.header-container{height:40px;padding:var(--spacing-2) var(--spacing-3)}.logo{font-size:var(--text-base)}.logo img{height:28px}.mobile-nav-content{width:100%}}.home-page{padding-top:64px}.container{max-width:1200px;padding:0 1rem;width:100%}.hero-video-section{align-items:center;background:#000;display:flex;height:100vh;overflow:hidden;position:relative}.hero-video-container{z-index:1}.hero-video-background,.hero-video-container{height:100%;left:0;position:absolute;top:0;width:100%}.hero-video-background{object-fit:cover;object-position:center;opacity:.99}.hero-video-overlay{background:linear-gradient(135deg,#000000d9,#000000a6 50%,#00000080);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-video-content-container{align-items:center;display:flex;height:100%;justify-content:center;position:relative;text-align:center;z-index:3}.hero-video-content{color:#fff;max-width:700px}.hero-video-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.hero-video-highlight{color:#ff9202;font-weight:800}.hero-video-subtitle{font-size:1.5rem;font-weight:300;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-video-accent{color:#ff9202;font-weight:500}.hero-video-buttons{align-items:center;display:flex;gap:1rem;justify-content:center}.hero-video-btn{align-items:center;border:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.hero-video-btn-primary{background:#ff9202;color:#000}.hero-video-btn-primary:hover{background:#022b61;box-shadow:0 10px 15px #0003;color:#fff;transform:translateY(-2px)}.hero-video-btn-secondary{background:#0000;border:2px solid #ffffff80;color:#fff}.hero-video-btn-secondary:hover{background:#ffffff1a;border-color:#fffc;transform:translateY(-2px)}.hero-video-btn-icon{transition:transform .2s ease}.hero-video-btn:hover .hero-video-btn-icon{transform:translateX(3px)}.hero-video-scroll-indicator{align-items:center;bottom:3rem;color:#fff;display:flex;flex-direction:column;gap:.75rem;left:50%;opacity:.8;position:absolute;transform:translateX(-50%);z-index:3}.hero-video-scroll-mouse{border:2px solid #ffffff80;border-radius:.75rem;height:2.25rem;position:relative;width:1.5rem}.hero-video-scroll-wheel{animation:scrollWheel 2s infinite;background:#fff;border-radius:.125rem;height:.5rem;left:50%;position:absolute;top:.375rem;transform:translateX(-50%);width:.25rem}@keyframes scrollWheel{0%{transform:translateX(-50%) translateY(0)}30%{transform:translateX(-50%) translateY(.75rem)}to{transform:translateX(-50%) translateY(0)}}.categories-minimal{background:linear-gradient(180deg,#fff,#f9f9f9);overflow:hidden;padding:8rem 0;position:relative}.categories-minimal:before{background:radial-gradient(circle,#022b610d 0,#022b6105 70%,#0000 100%);height:300px;left:-100px;top:-100px;width:300px}.categories-minimal:after,.categories-minimal:before{border-radius:50%;content:"";position:absolute;z-index:0}.categories-minimal:after{background:radial-gradient(circle,#ff92020d 0,#ff920205 70%,#0000 100%);bottom:-150px;height:400px;right:-150px;width:400px}.brochure-section{animation:sectionFadeIn 1.2s ease-out;background:radial-gradient(ellipse at center,#fff 0,#fffef7 100%);overflow:hidden;padding:1rem 0;position:relative}.folding-section{background:#fff;margin-top:1rem;padding-bottom:1rem}.brochure-card.folding{background:#e53935;border:none;box-shadow:0 10px 30px #e5393533;color:#fff}.folding-section .brochure-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:1px;text-shadow:none;text-transform:uppercase}.folding-section .brochure-badge{background:#fff;border:none;color:#ff9202}.folding-section .spec-title{color:#fff;font-size:.9rem;font-weight:600}.folding-section .spec-list{background:#fff}.folding-section .spec-label{color:#ff9202}.folding-section .gallery-header{background:#fff;color:#ff9202}.folding-section .gallery-badge{color:#ff9202;font-weight:700}.brochure-section:before{animation:continuousThinking 8s linear infinite;background:linear-gradient(90deg,#0000,#ff980005,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.brochure-section:after{animation:searchPulse 6s ease-in-out infinite;background:radial-gradient(circle,#ff98000d 0,#0000 70%);border-radius:50%;content:"";height:100px;position:absolute;right:-50px;top:20%;width:100px}@keyframes continuousThinking{0%{left:-100%}to{left:100%}}@keyframes searchPulse{0%,to{opacity:.3;transform:scale(1) rotate(0deg)}50%{opacity:.6;transform:scale(1.5) rotate(180deg)}}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.brochure-grid{grid-gap:3rem;background:#0000;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;position:relative;z-index:1}.brochure-card{animation:professionalBreathing 8s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff8f00;border:1px solid #ff980014;border-radius:10px;box-shadow:0 4px 16px #ff8f000f,0 1px 4px #ff8f000a,inset 0 1px 0 #fffc;color:#ff8f00;overflow:hidden;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1)}.brochure-card:before{background:linear-gradient(135deg,#ff980005,#0000 50%,#ff980005);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s ease}.brochure-card:hover:before{opacity:1}@keyframes professionalBreathing{0%,to{box-shadow:0 4px 16px #ff8f000f,0 1px 4px #ff8f000a}50%{box-shadow:0 6px 20px #ff8f0014,0 2px 6px #ff8f000f}}.brochure-card:hover{box-shadow:0 8px 24px #ff8f001a,0 3px 8px #ff8f0014,inset 0 1px 0 #ffffffe6;transform:translateY(-3px)}.brochure-header{padding:2rem 2rem 1rem;position:relative;z-index:2}.brochure-badge{align-items:center;animation:badgeGlow 6s ease-in-out infinite;background:linear-gradient(135deg,#fff,#fffef7);border:1px solid #ff98001f;border-radius:30px;box-shadow:0 2px 8px #ff8f000f,0 1px 3px #ff8f000a,inset 0 1px 0 #ffffffe6;color:#ff8f00;display:flex;font-size:.7rem;font-weight:800;gap:.5rem;letter-spacing:1.5px;margin-bottom:1.5rem;padding:.8rem 1.5rem;position:relative;width:-webkit-fit-content;width:fit-content}@keyframes badgeGlow{0%,to{box-shadow:0 2px 8px #ff8f000f,0 1px 3px #ff8f000a}50%{box-shadow:0 4px 12px #ff8f001a,0 2px 6px #ff8f0014}}.badge-icon{font-size:1rem}.brochure-title{animation:titlePresence 10s ease-in-out infinite;color:#fff;font-size:2.8rem;font-weight:700;letter-spacing:.5px;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 1px 2px #ff8f001a}@keyframes titlePresence{0%,to{letter-spacing:0;text-shadow:0 1px 2px #ff8f001a}50%{letter-spacing:1px;text-shadow:0 2px 4px #ff8f0026}}@keyframes titleSlideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.brochure-content{padding:0 2rem 2rem;position:relative;z-index:2}.brochure-image-section{margin:2rem 0;text-align:center}.image-carousel{margin:0 auto;max-width:380px;position:relative;width:100%}.carousel-container{border:1px solid #ff98001a;border-radius:15px;box-shadow:0 2px 8px #ff98000d;height:280px;overflow:hidden;perspective:1000px;position:relative;width:100%}.carousel-image{animation:autoSlide 15s infinite;box-shadow:0 0 20px #ff98001a;height:100%;left:0;object-fit:cover;position:absolute;top:0;transform:translateX(100%);transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.carousel-image.active{transform:translateX(0);z-index:2}.carousel-image:first-child{animation-delay:0s}.carousel-image:nth-child(2){animation-delay:3s}.carousel-image:nth-child(3){animation-delay:6s}.carousel-image:nth-child(4){animation-delay:9s}.carousel-image:nth-child(5){animation-delay:12s}@keyframes autoSlide{0%,18%{transform:translateX(0);z-index:2}20%,22%{transform:translateX(-100%);z-index:2}23%{transform:translateX(100%);z-index:1}to{transform:translateX(100%);z-index:1}}.carousel-indicators{display:flex;gap:8px;justify-content:center;margin-top:12px}.indicator{animation:indicatorCycle 15s infinite;background:#ff98004d;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.indicator.active{background:#ff8f00;transform:scale(1.2)}.indicator:first-child{animation-delay:0s}.indicator:nth-child(2){animation-delay:3s}.indicator:nth-child(3){animation-delay:6s}.indicator:nth-child(4){animation-delay:9s}.indicator:nth-child(5){animation-delay:12s}@keyframes indicatorCycle{0%,20%{background:#ff8f00;transform:scale(1.2)}25%,to{background:#ff98004d;transform:scale(1)}}.brochure-specs{margin-top:2rem}.spec-section{margin-bottom:1.5rem}.spec-title{color:#f5f5f5;font-size:.85rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.spec-list{animation:specFadeIn 1.8s ease-out;background:#ffffffe6;border:1px solid #ffc1071a;border-radius:12px;padding:1.2rem}@keyframes specFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spec-item{align-items:center;animation:specItemReveal .6s ease-out;animation-delay:calc(var(--spec-delay)*.1s);animation-fill-mode:both;border-bottom:1px solid #ffffff1a;display:flex;font-size:.8rem;justify-content:space-between;padding:.5rem 0}.spec-item:first-child{--spec-delay:1}.spec-item:nth-child(2){--spec-delay:2}.spec-item:nth-child(3){--spec-delay:3}.spec-item:nth-child(4){--spec-delay:4}.spec-item:nth-child(5){--spec-delay:5}.spec-item:nth-child(6){--spec-delay:6}@keyframes specItemReveal{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.spec-item:last-child{border-bottom:none}.spec-label{color:#ff6f00;font-weight:600}.spec-value{color:#e65100;font-weight:600}.brochure-right-content{animation:rightContentSlide 1.5s ease-out;background:#fff;border:1px solid #ffc1071a;border-radius:20px;box-shadow:0 2px 8px #ff980008;display:flex;flex-direction:column;gap:2rem;padding:2rem}@keyframes rightContentSlide{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.brochure-gallery{animation:galleryBounce 2s ease-out;background:#fff;border:1px solid #ffc1071a;border-radius:15px;box-shadow:0 1px 4px #ff98000d;overflow:hidden}@keyframes galleryBounce{0%{opacity:0;transform:scale(.95) translateY(10px)}60%{transform:scale(1.02) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.gallery-header{animation:premiumHeaderShimmer 6s ease-in-out infinite;background:linear-gradient(135deg,#fff,#fffef7);color:#ff8f00;font-weight:700;overflow:hidden;padding:1.2rem 2rem;position:relative;text-align:right}.gallery-header:before{animation:headerSweep 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ff98001a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes headerSweep{0%{left:-100%}50%{left:100%}to{left:-100%}}@keyframes premiumHeaderShimmer{0%,to{background:linear-gradient(135deg,#fff,#fffef7);box-shadow:inset 0 1px 0 #fffc}50%{background:linear-gradient(135deg,#fffef7,#fff8e1);box-shadow:inset 0 1px 0 #ffffffe6}}.gallery-badge{font-size:.8rem;font-weight:700;letter-spacing:1px}.gallery-images{grid-gap:10px;background:linear-gradient(135deg,#fafafa,#fff);display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);padding:1.5rem}.gallery-images img{border:1px solid #ff98001a;border-radius:12px;box-shadow:0 2px 8px #ff980014;height:140px;object-fit:cover;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.gallery-images img:before{background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.gallery-images img:hover:before{animation:imageShine 1.5s ease-out;opacity:1}@keyframes imageShine{0%{transform:translateX(-100%) translateY(-100%)}to{transform:translateX(100%) translateY(100%)}}@keyframes premiumImageStagger{0%{filter:blur(4px);opacity:0;transform:translateY(25px) scale(.85) rotateX(15deg)}to{filter:blur(0);opacity:1;transform:translateY(0) scale(1) rotateX(0deg)}}.gallery-images img:first-child{animation-delay:.1s}.gallery-images img:nth-child(2){animation-delay:.2s}.gallery-images img:nth-child(3){animation-delay:.3s}.gallery-images img:nth-child(4){animation-delay:.4s}.gallery-images img:nth-child(5){animation-delay:.5s}.gallery-images img:nth-child(6){animation-delay:.6s}.gallery-images img{animation:fadeIn .5s ease-out forwards;opacity:0}.gallery-images img:hover{box-shadow:0 8px 20px #ff980026;transform:translateY(-5px) scale(1.05);z-index:10}.brochure-description{background:#fff;border:1px solid #f5f5f5;border-radius:15px;box-shadow:0 2px 8px #00000005;padding:1.8rem}.brochure-description p{color:#2d3748;font-size:.95rem;font-weight:400;line-height:1.7;margin:0}.brochure-features{animation:premiumFeaturesGlow 5s ease-in-out infinite;background:linear-gradient(135deg,#fff,#fffef7);border:1px solid #ff98001a;border-radius:20px;box-shadow:0 8px 24px #ff8f000f,0 2px 8px #ff8f000a,inset 0 1px 0 #fffc;color:#ff8f00;overflow:hidden;padding:2rem;position:relative}.brochure-features:before{animation:featuresBgRotate 10s linear infinite;background:radial-gradient(circle,#ff980008 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes featuresBgRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes premiumFeaturesGlow{0%,to{box-shadow:0 8px 24px #ff8f000f,0 2px 8px #ff8f000a;transform:translateY(0)}50%{box-shadow:0 12px 32px #ff8f0014,0 4px 12px #ff8f000f;transform:translateY(-2px)}}.feature-icon-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr)}.feature-icon-item{align-items:center;display:flex;flex-direction:column;gap:.5rem;text-align:center}.feature-icon{animation:premiumIconFloat 6s ease-in-out infinite;animation-delay:calc(var(--icon-delay)*.3s);background:linear-gradient(135deg,#fff,#fffef7);border:2px solid #ff980026;box-shadow:0 4px 12px #ff98000f,0 1px 4px #ff98000a,inset 0 1px 0 #fffc;font-size:1.4rem;height:50px;overflow:hidden;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1);width:50px;z-index:2}.feature-icon:before{animation:iconThinking 4s linear infinite;background:linear-gradient(45deg,#0000,#ff98001a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes iconThinking{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.feature-icon-item:first-child .feature-icon{--icon-delay:0}.feature-icon-item:nth-child(2) .feature-icon{--icon-delay:1}.feature-icon-item:nth-child(3) .feature-icon{--icon-delay:2}.feature-icon-item:nth-child(4) .feature-icon{--icon-delay:3}.feature-icon-item:nth-child(5) .feature-icon{--icon-delay:4}@keyframes premiumIconFloat{0%,to{box-shadow:0 4px 12px #ff98000f,0 1px 4px #ff98000a;transform:translateY(0) rotate(0deg)}25%{box-shadow:0 6px 16px #ff980014,0 2px 6px #ff98000f;transform:translateY(-4px) rotate(1deg)}50%{box-shadow:0 8px 20px #ff98001a,0 3px 8px #ff980014;transform:translateY(-6px) rotate(0deg)}75%{box-shadow:0 6px 16px #ff980014,0 2px 6px #ff98000f;transform:translateY(-4px) rotate(-1deg)}}.feature-icon:hover{animation-play-state:paused;background:linear-gradient(135deg,#fffef7,#fff8e1);border-color:#ff8f00;box-shadow:0 16px 40px #ff8f0026,0 4px 16px #ff8f001a,inset 0 1px 0 #ffffffe6;transform:translateY(-12px) scale(1.15) rotate(5deg)}.feature-icon-item span{font-size:.8rem;font-weight:600;line-height:1.2;text-align:center}.brochure-bathroom-section{background:#fff;border:1px solid #f5f5f5;border-radius:15px;box-shadow:0 2px 8px #00000005;padding:1.8rem}.bathroom-title{color:#f57c00;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:1.2rem}.bathroom-items{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.bathroom-item{align-items:center;display:flex;flex-direction:column;gap:.5rem;text-align:center}.bathroom-item img{border-radius:12px;box-shadow:0 1px 3px #0000000d;height:65px;object-fit:cover;transition:transform .3s ease;width:65px}.bathroom-item img:hover{box-shadow:0 2px 6px #00000014;transform:translateY(-2px)}.bathroom-item span{color:#f57c00;font-size:.8rem;font-weight:600}@media (max-width:1200px){.brochure-grid{max-width:1200px}.brochure-title{font-size:2.5rem}.feature-icon-grid{gap:.8rem;grid-template-columns:repeat(3,1fr)}.bathroom-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.brochure-section{padding:2rem 0}.brochure-grid{grid-template-columns:1fr;max-width:800px}.brochure-title{font-size:2.2rem}.gallery-images{grid-template-columns:repeat(2,1fr)}.feature-icon-grid{grid-template-columns:repeat(5,1fr)}.bathroom-items{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.brochure-section{padding:1rem 0}.brochure-header{padding:1.5rem 1.5rem 1rem}.brochure-content{padding:0 1.5rem 1.5rem}.brochure-right-content{padding:1.5rem}.brochure-title{font-size:1.8rem}.gallery-images{grid-template-columns:1fr}.feature-icon-grid{grid-template-columns:repeat(3,1fr)}.bathroom-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.brochure-header{padding:1rem}.brochure-content{padding:0 1rem 1rem}.brochure-right-content{gap:1rem;padding:1rem}.brochure-title{font-size:1.5rem}.spec-title{font-size:.8rem}.bathroom-items,.feature-icon-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.categories-section{padding:5rem 0}.categories-section .section-title{font-size:2.8rem}.categories-section .section-description{font-size:1.1rem;max-width:500px}.categories-grid{gap:2.5rem}.category-card{height:550px}.category-card .card-content{padding:3rem}.category-card .card-badge{font-size:1rem;padding:.7rem 1.4rem}.category-card .card-title{font-size:2.5rem}.category-card .card-description{font-size:1.1rem;margin-bottom:2.5rem}.category-card .card-features{gap:1.8rem;margin-bottom:2.5rem}.category-card .feature-item{gap:.9rem}.category-card .feature-icon{font-size:1.3rem;height:45px;width:45px}.category-card .feature-text{font-size:1rem}.category-card .primary-btn,.category-card .secondary-btn{font-size:1.05rem;gap:12px;padding:1.2rem 2.5rem}}@media (max-width:768px){.categories-section{padding:4rem 0}.categories-section .section-title{font-size:2.5rem}.categories-section .section-description{font-size:1rem;margin:2rem auto 0;max-width:90%}.categories-grid{gap:3rem;grid-template-columns:1fr}.category-card{height:520px}.category-card .card-content{padding:2.5rem}.category-card .card-badge{font-size:.9rem;padding:.6rem 1.2rem;right:2rem;top:2rem}.category-card .card-title{font-size:2.3rem;margin-bottom:1.2rem}.category-card .card-description{font-size:1rem;margin-bottom:2.2rem}.category-card .card-features{flex-direction:column;gap:1.5rem;margin-bottom:2.2rem}.category-card .feature-item{gap:1rem}.category-card .primary-btn,.category-card .secondary-btn{font-size:1.1rem;justify-content:center;padding:1.3rem 2rem;width:100%}}@media (max-width:576px){.categories-section{padding:3rem 0}.categories-section .section-title{font-size:2.2rem}.categories-section .section-title:after{height:4px;width:80px}.categories-section .section-description{font-size:.95rem;line-height:1.7}.categories-grid{gap:2.5rem}.category-card{border-radius:25px;height:480px}.category-card .card-content{padding:2rem}.category-card .card-badge{font-size:.8rem;letter-spacing:1px;padding:.5rem 1rem;right:1.5rem;top:1.5rem}.category-card .card-title{font-size:2rem;margin-bottom:1rem}.category-card .card-description{font-size:.95rem;line-height:1.6;margin-bottom:2rem}.category-card .card-features{gap:1.2rem;margin-bottom:2rem}.category-card .feature-item{gap:.8rem}.category-card .feature-icon{font-size:1.2rem;height:40px;width:40px}.category-card .feature-text{font-size:.9rem}.category-card .feature-text .label{margin-bottom:.1rem}.category-card .primary-btn,.category-card .secondary-btn{border-radius:16px;font-size:1rem;gap:10px;padding:1.1rem 1.8rem}}@media (max-width:400px){.categories-section .section-title{font-size:1.9rem}.category-card{height:450px}.category-card .card-content{padding:1.5rem}.category-card .card-badge{font-size:.7rem;padding:.4rem .8rem;right:1.2rem;top:1.2rem}.category-card .card-title{font-size:1.8rem}.category-card .card-description{font-size:.9rem;margin-bottom:1.5rem}.category-card .card-features{margin-bottom:1.5rem}.category-card .primary-btn,.category-card .secondary-btn{font-size:.9rem;padding:1rem 1.5rem}}@media (max-width:992px){.categories-grid{gap:2rem}.category-minimal{height:500px}.category-minimal-overlay{padding:2.5rem}.category-minimal-overlay h3{font-size:2rem}}@media (max-width:768px){.categories-grid{gap:3rem;grid-template-columns:1fr}.category-minimal{height:450px;transform:none!important}.category-minimal:hover{transform:translateY(-10px)!important}.category-minimal:first-child .category-minimal-overlay,.category-minimal:last-child .category-minimal-overlay{-webkit-clip-path:none;clip-path:none;height:auto}}@media (max-width:480px){.category-minimal{height:380px}.category-minimal-overlay{padding:1.5rem}.category-minimal-overlay h3{font-size:1.75rem;margin-bottom:1rem}.category-minimal:first-child .category-minimal-link,.category-minimal:last-child .category-minimal-link{padding:.5rem 1.5rem}}.features-section{background:#fff;display:block!important;opacity:1!important;padding:1rem 0;position:relative;visibility:visible!important;z-index:1}.features{background:#fff;padding:6rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1200px}.feature-card{background:#fff;border:1px solid #022b611a;border-radius:.5rem;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#ff9202;box-shadow:0 10px 25px #0000000d;transform:translateY(-5px)}.feature-icon{align-items:center;background:#ff92021a;border-radius:50%;color:#ff9202;display:flex;font-size:1.5rem;font-weight:700;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.feature-card h3{color:#022b61;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#000;font-size:1rem;line-height:1.6}.red-brochure-section{background:#fff;margin-bottom:1rem;margin-top:1rem;padding:0}.red-brochure-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.red-brochure-left{background-color:#ff9202;border-radius:8px;box-shadow:0 10px 30px #ff920233;color:#fff;padding:2rem}.red-brochure-header{border-bottom:1px solid #fff3;margin-bottom:2rem;padding-bottom:2rem}.red-brochure-title{font-size:3rem;font-weight:800;letter-spacing:1px;line-height:1.1;text-transform:uppercase}.red-brochure-subtitle{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.red-brochure-subtitle span{font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.red-brochure-subtitle hr{background-color:#ffffff4d;border:none;flex:1 1;height:1px}.red-brochure-image{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;margin:1.5rem 0;padding:1rem;width:100%}.red-brochure-image img{border-radius:4px;width:100%}.red-brochure-text{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.red-brochure-customization{margin-bottom:2rem}.red-brochure-customization h3{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-bottom:.8rem}.red-brochure-customization ul{list-style:none;margin:0;padding:0}.red-brochure-customization li{align-items:center;display:flex;font-size:.85rem;margin-bottom:.6rem}.custom-icon{align-items:center;display:inline-block;display:flex;font-size:1.2rem;height:24px;justify-content:center;margin-right:.8rem;width:24px}.red-feature-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr)}.red-feature-item{align-items:center;background-color:#e67e00;display:flex;flex-direction:column;justify-content:center;padding:1rem .5rem;text-align:center;transition:all .3s ease}.red-feature-icon{font-size:1.5rem;margin-bottom:.5rem}.red-feature-text{font-size:.7rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.red-brochure-right{background-color:#f5f5f5;border-radius:8px;padding:2rem}.red-brochure-applications{margin-bottom:2rem}.red-brochure-applications h3{color:#333;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.red-brochure-applications p{color:#555;font-size:.85rem;line-height:1.6;margin-bottom:1rem}.application-icons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1rem}.app-icon-item{flex-direction:column;text-align:center;width:80px}.app-icon,.app-icon-item{align-items:center;display:flex;justify-content:center}.app-icon{color:#ff9202;font-size:2rem;height:40px;margin-bottom:.7rem}.app-icon-item span:last-child{color:#555;font-size:.7rem;font-weight:600}.red-brochure-qualification{margin-bottom:2rem}.red-brochure-qualification h3{color:#333;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.red-brochure-qualification p{color:#555;font-size:.85rem;line-height:1.6;margin-bottom:1rem}.certification-badges{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1rem}.cert-badge{background-color:#ff9202;border-radius:4px;box-shadow:0 2px 4px #ff920233;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;padding:.4rem .8rem}.folding-diagram{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;margin:2rem 0}.folding-diagram img:first-child{grid-column:1;grid-row:1}.folding-diagram img:nth-child(3){grid-column:2;grid-row:1}.folding-diagram img:nth-child(2){grid-column:1/span 2;grid-row:2;height:380px;margin:1.5rem 0;object-fit:contain;transform:rotate(0deg);width:100%}.folding-diagram img{border-radius:4px;box-shadow:0 2px 8px #0000001a;width:100%}.folding-steps{margin-top:2rem;text-align:center}.folding-steps h3{color:#ff9202;font-size:2.2rem;font-weight:800;letter-spacing:1px;margin-bottom:1rem;text-align:center;text-transform:uppercase}@media (max-width:768px){.red-brochure-section{margin-bottom:.5rem;margin-top:.5rem;padding:1rem}.red-brochure-container{gap:1rem;grid-template-columns:1fr;max-width:100%;padding:0 .5rem}.red-brochure-left{margin-bottom:1rem;padding:1.5rem}.red-brochure-header{margin-bottom:1rem;padding-bottom:1rem}.red-brochure-title{font-size:1.8rem;margin-bottom:1rem;text-align:center}.red-brochure-subtitle{flex-direction:column;gap:.5rem;text-align:center}.red-brochure-subtitle hr{margin:0 auto;width:50px}.red-brochure-image{margin:1rem 0;padding:.5rem}.red-brochure-text{font-size:.85rem;margin-bottom:1rem;text-align:center}.red-brochure-customization{margin-bottom:1.5rem}.red-brochure-customization h3{font-size:.9rem;margin-bottom:.6rem;text-align:center}.red-brochure-customization li{font-size:.8rem;justify-content:flex-start;margin-bottom:.5rem}.custom-icon{font-size:1rem;height:20px;margin-right:.6rem;width:20px}.red-feature-grid{gap:.4rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);margin-top:1rem}.red-feature-item{min-height:80px;padding:.8rem .4rem}.red-feature-icon{font-size:1.2rem;margin-bottom:.3rem}.red-feature-text{font-size:.6rem;line-height:1.2}.red-brochure-right{padding:1.5rem}.red-brochure-applications{margin-bottom:1.5rem}.red-brochure-applications h3{font-size:.85rem;margin-bottom:.4rem;text-align:center}.red-brochure-applications p{font-size:.8rem;margin-bottom:.8rem;text-align:center}.application-icons{flex-wrap:wrap;gap:1rem;justify-content:space-around}.app-icon-item{width:60px}.app-icon{font-size:1.5rem;height:30px;margin-bottom:.5rem}.app-icon-item span:last-child{font-size:.65rem}.red-brochure-qualification{margin-bottom:1.5rem}.red-brochure-qualification h3{font-size:.85rem;margin-bottom:.4rem;text-align:center}.red-brochure-qualification p{font-size:.8rem;margin-bottom:.8rem;text-align:center}.certification-badges{gap:.6rem;justify-content:center}.cert-badge{font-size:.65rem;padding:.3rem .6rem}.folding-diagram{gap:.8rem;grid-template-columns:1fr;grid-template-rows:auto auto auto;margin:1.5rem 0}.folding-diagram img:first-child{grid-column:1;grid-row:1}.folding-diagram img:nth-child(2){grid-column:1;grid-row:2;height:200px;margin:.8rem 0}.folding-diagram img:nth-child(3){grid-column:1;grid-row:3}.folding-steps{margin-top:1.5rem}.folding-steps h3{font-size:1.2rem;margin-bottom:.8rem}}@media (max-width:480px){.red-brochure-left,.red-brochure-right{padding:1rem}.red-brochure-title{font-size:1.5rem}.red-feature-grid{grid-template-columns:1fr;grid-template-rows:repeat(10,1fr)}.red-feature-item{min-height:60px;padding:.6rem .3rem}.application-icons{gap:.8rem}.app-icon-item{width:50px}.folding-diagram img:nth-child(2){height:150px}.folding-steps h3{font-size:1rem}}.bottom-image-overlay{background:#000000b3}.section-header{margin-left:auto;margin-right:auto;max-width:1200px;padding:0 1rem}.section-title{-webkit-text-fill-color:#022b61!important;background:none!important;color:#022b61!important;display:block!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1rem!important;opacity:1!important;visibility:visible!important}.section-title-light{-webkit-text-fill-color:#fff;color:#fff}.section-title-black{-webkit-text-fill-color:#000!important;color:#000!important}.section-subtitle{color:#000;font-size:1.25rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.section-subtitle-light{color:#ffffffe6}.product-showcase{background:#fff;display:block!important;opacity:1!important;padding:1rem 0;visibility:visible!important}.showcase-enhanced{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.product-card{grid-gap:2rem;background:#fff;border-radius:1rem;box-shadow:0 15px 30px #00000014;display:grid;gap:2rem;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.product-card:nth-child(2n){direction:rtl;grid-template-columns:1fr 1fr}.product-card:nth-child(2n) .product-info{direction:ltr}.product-gallery{background:linear-gradient(135deg,#f6f9fc,#f1f4f9);display:flex;flex-direction:column;gap:1rem;height:100%;padding:1.5rem;position:relative}.product-main-image{border-radius:.75rem;box-shadow:0 10px 20px #0000001a;height:350px;overflow:hidden;position:relative}.product-main-image img{height:100%;object-fit:cover;transition:transform .7s ease;width:100%}.product-card:hover .product-main-image img{transform:scale(1.05)}.product-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:2rem;font-weight:600;left:1rem;padding:.5rem 1rem}.product-badge,.product-price{color:#fff;font-size:.875rem;position:absolute;top:1rem}.product-price{background:#000;border-radius:.25rem;box-shadow:0 4px 10px #0003;display:inline;font-weight:700;padding:.5rem 1.25rem;right:1rem;white-space:nowrap;width:auto}.product-thumbnails{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.product-thumbnail{border:2px solid #0000;border-radius:.5rem;box-shadow:0 4px 8px #0000000d;cursor:pointer;height:80px;overflow:hidden;transition:all .3s ease}.product-thumbnail:hover{border-color:#667eea;transform:translateY(-3px)}.product-thumbnail img{height:100%;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.product-title{color:#1f2937!important;display:block!important;font-size:1.75rem!important;font-weight:700!important;margin-bottom:.5rem!important;opacity:1!important;visibility:visible!important}.product-description{color:#6b7280;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.product-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem;text-align:left}.product-features h4,.product-specs h4{color:#1f2937!important;display:block!important;font-size:1.125rem!important;font-weight:600!important;margin-bottom:1rem!important;opacity:1!important;text-align:left!important;visibility:visible!important}.product-features ul,.product-specs ul{list-style:none;margin:0;padding:0}.product-features li,.product-specs li{color:#4b5563;font-size:.95rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.product-specs li:before{color:#667eea;content:"•";font-size:1.25rem;left:0;line-height:1;position:absolute}.product-features li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.product-actions{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:auto;width:100%}@media (max-width:992px){.product-card,.product-card:nth-child(2n){direction:ltr;grid-template-columns:1fr}.product-gallery{height:auto}.product-details{grid-template-columns:1fr}}.showcase-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1200px}.showcase-item{border-radius:.5rem;box-shadow:0 4px 6px #0000001a;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.showcase-image{height:250px;position:relative}.showcase-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.showcase-specs{background:#000000b3;border-radius:.25rem;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.showcase-item:hover .showcase-image img{transform:scale(1.05)}.showcase-overlay{align-items:flex-end;background:linear-gradient(0deg,#000c 0,#0006 50%,#0000);bottom:0;display:flex;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:0;transition:opacity .3s ease}.showcase-item:hover .showcase-overlay{opacity:1}.showcase-content{color:#fff}.showcase-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.showcase-content p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9}.showcase-link{align-items:center;background:#fbbf24;border-radius:.25rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.showcase-link:hover{background:#f59e0b;transform:translateX(4px)}.bottom-image-section{background:#f9f9f9;padding:4rem 0}.bottom-image-container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px}.bottom-image-text{margin-bottom:2rem;text-align:center}.bottom-image-title{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.bottom-image-specs{align-items:center;display:flex;gap:2rem;justify-content:center;margin:1rem 0}.bottom-image-spec{color:#ff9202;font-size:1.2rem;font-weight:600}.bottom-image-price{color:#555;font-size:1.1rem}.bottom-image-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.bottom-image-item{border-radius:8px;box-shadow:0 5px 15px #0000001a;height:280px;overflow:hidden;position:relative}.bottom-image-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.bottom-image-item:hover img{transform:scale(1.05)}.bottom-image-overlay{background:#ffffffb3;bottom:0;color:#fff;left:0;padding:1rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.bottom-image-item:hover .bottom-image-overlay{transform:translateY(0)}.bottom-image-overlay h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.bottom-image-overlay p{font-size:.9rem;opacity:.9}@media (max-width:768px){.bottom-image-section{padding:2rem 0}.bottom-image-container{padding:0 1rem}.bottom-image-text{margin-bottom:1.5rem}.bottom-image-title{font-size:1.3rem;line-height:1.4;margin-bottom:.8rem;padding:0 .5rem}.bottom-image-specs{flex-direction:column;gap:.8rem;margin:.8rem 0}.bottom-image-price,.bottom-image-spec{font-size:1rem}.bottom-image-grid{gap:1rem;grid-template-columns:1fr}.bottom-image-item{height:220px}.bottom-image-overlay{background:#000c;border-radius:0 0 8px 8px;margin-top:-60px;position:static;transform:none}.bottom-image-overlay h3{font-size:1rem;margin-bottom:.3rem}.bottom-image-overlay p{font-size:.85rem}}@media (max-width:480px){.bottom-image-section{padding:1.5rem 0}.bottom-image-title{font-size:1.1rem;padding:0 1rem}.bottom-image-item{height:180px}.bottom-image-overlay{margin-top:-50px;padding:.8rem}.bottom-image-overlay h3{font-size:.9rem}.bottom-image-overlay p{font-size:.8rem}}.feature-card-china{background:#fff;border:1px solid #022b611a;border-radius:.5rem;box-shadow:0 4px 10px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.feature-card-china:hover{border-color:#ff9202;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.feature-icon-china{align-items:center;background:linear-gradient(135deg,#fff,#ff9202);border-radius:50%;color:#000;display:flex;font-size:1.5rem;font-weight:700;height:4.5rem;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;position:relative;width:4.5rem}.feature-icon-inner{position:relative;z-index:2}.feature-title-china{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-description-china{color:#6b7280;font-size:1rem;line-height:1.6}.process{background:#f8f9fa;margin:0 auto;max-width:1200px;padding:6rem 0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.process-step{align-items:flex-start;gap:1.5rem}.step-number{align-items:center;background:#ff9202;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.125rem;font-weight:700;height:3rem;justify-content:center;width:3rem}.step-content{flex:1 1}.step-content h3{color:#022b61;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.step-content p{color:#6b7280;font-size:1rem;line-height:1.6}.process-section-new{background:linear-gradient(135deg,#fff,#f9f9f9);display:block!important;opacity:1!important;padding:1rem 0;position:relative;visibility:visible!important;z-index:1}.process-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:4rem 0}.process-card{height:280px;perspective:1000px}.process-card-inner{border-radius:1rem;box-shadow:0 10px 30px #0000001a;height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.process-card:hover .process-card-inner{transform:rotateY(180deg)}.process-card-back,.process-card-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:1rem;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;position:absolute;width:100%}.process-card-front{background:#fff;color:#ff9202}.process-card-back{background:linear-gradient(135deg,#022b61,#022b61);color:#fff;transform:rotateY(180deg)}.process-step-china:hover{box-shadow:0 10px 15px #0000001a;transform:translateX(5px)}.process-number{align-items:center;background:linear-gradient(135deg,#ff9202,#ff9202);border:2px solid #ff920266;border-radius:50%;box-shadow:0 4px 15px #ff92024d;color:#fff;display:flex;font-size:2rem;font-weight:800;height:5rem;justify-content:center;margin-bottom:1.5rem;width:5rem}.process-title{color:#ff9202!important;display:block!important;font-size:1.8rem!important;font-weight:700!important;margin-bottom:.5rem;opacity:1!important;visibility:visible!important}.process-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.process-icon{margin-top:1rem;opacity:.9}.process-cta{margin-top:2rem;text-align:center}@media (max-width:768px){.process-cards{gap:1.5rem;grid-template-columns:1fr}.process-card{height:240px}.process-number{font-size:1.5rem;height:4rem;margin-bottom:1rem;width:4rem}.process-title{font-size:1.25rem!important}.process-description{font-size:.95rem}.process-icon svg{height:24px;width:24px}}.step-content-china{flex:1 1}.step-content-china,.step-title-china{display:block!important;opacity:1!important;visibility:visible!important}.step-title-china{color:#1f2937!important;font-size:1.25rem!important;font-weight:600!important;margin-bottom:.75rem}.step-description-china{color:#6b7280!important;display:block!important;font-size:1rem!important;line-height:1.6}.process-timeline,.step-description-china{opacity:1!important;visibility:visible!important}.process-timeline{display:flex!important;flex-direction:column;gap:1.5rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.process-timeline:before{background:linear-gradient(180deg,#667eea33,#764ba233);bottom:0;content:"";left:1.75rem;position:absolute;top:0;transform:translateX(-50%);width:2px;z-index:-1}.testimonials-section{background:#f9fafb;padding:6rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{color:#1f2937;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column}.author-name{color:#1f2937;font-weight:600}.author-company{color:#6b7280;font-size:.875rem}.cta-section-new{background:linear-gradient(135deg,#fff,#fff);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.cta-section-new:before{background:linear-gradient(135deg,#000,#022b61);bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:0}.cta-content-new{margin:0 auto;max-width:800px;position:relative;z-index:1}.cta-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#fff);-webkit-background-clip:text;background-clip:text;color:#fff!important;display:block!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1.5rem!important;opacity:1!important;text-shadow:0 5px 15px #0000001a;visibility:visible!important}.cta-subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-button{align-items:center;border-radius:.5rem;display:inline-flex;font-size:1.125rem;font-weight:600;justify-content:center;min-width:180px;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-primary{background:#fff;box-shadow:0 10px 25px #fff3;color:#022b61}.cta-primary:hover{background:#ff9202;box-shadow:0 15px 30px #ff92024d;color:#fff;transform:translateY(-5px)}.cta-secondary{background:#0000;border:2px solid #ffffff80;color:#fff}.cta-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-5px)}@media (max-width:768px){.cta-title{font-size:2rem!important}.cta-subtitle{font-size:1.125rem}.cta-actions{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}.btn{border-radius:.5rem;flex:1 1;gap:.75rem;min-width:160px;padding:.75rem 1.5rem;text-align:center;transition:all .3s ease}.btn-primary{background:#ff9202!important;border:none;box-shadow:0 4px 10px #0000001a;color:#fff!important;font-weight:600!important}.btn-primary:hover{background:#022b61!important;box-shadow:0 8px 15px #0003;color:#fff!important;transform:translateY(-2px)}.btn-secondary{box-shadow:0 4px 10px #ff920233;font-weight:600!important}.btn-secondary,.btn-secondary:hover{background:#ff9202!important;border:1px solid #ff9202;color:#fff!important}.btn-secondary:hover{box-shadow:0 8px 15px #0003;transform:translateY(-2px)}.about-page{padding-top:80px}.about-hero{background:#fffaf3;border-bottom:1px solid #eee;color:#1a1a1a;padding:6rem 0;text-align:center}.about-hero h1{font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem}.about-hero p{color:#4b5563;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:800px}.section-header{margin-bottom:2.5rem}.section-title{color:#1a1a1a;font-size:2.2rem;font-weight:700}.section-subtitle{font-size:1.05rem;margin-bottom:0;margin-top:.25rem}.container{padding:2rem}.about-highlights{background:#fff;padding:3rem 0}.highlights-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.highlight-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000000a;padding:1.75rem 1.25rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.highlight-number{color:#ff9202;font-size:2rem;font-weight:800}.highlight-label{color:#6b7280;font-weight:600;margin-top:.35rem}.highlight-card:hover{box-shadow:0 14px 28px #ff92022e;transform:translateY(-4px)}.why-choose{background:#f8fafc;padding:6rem 0}.why-choose .section-header{margin-bottom:.25rem;padding-bottom:0;padding-top:0}.why-choose .section-title{margin:0}.why-choose .section-subtitle{margin-bottom:0;margin-top:.25rem}.why-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.why-card{background:#fff;border:1px solid #0000000f;border-radius:14px;padding:1.75rem;text-align:center;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.why-card:hover{border-color:#ff9202;box-shadow:0 10px 22px #ff92021f;transform:translateY(-4px)}.why-icon{font-size:2rem;margin-bottom:.75rem}.team{background:#fff}.team-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.team-card{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:1.75rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.team-card:hover{box-shadow:0 14px 30px #00000014;transform:translateY(-5px)}.team-avatar{align-items:center;background:linear-gradient(135deg,#ff9202,#ffb302);border-radius:50%;color:#fff;display:flex;font-weight:800;height:72px;justify-content:center;margin:0 auto .75rem;width:72px}.team-name{color:#1f2937;font-weight:700}.team-position{color:#6b7280;font-size:.95rem;margin-bottom:.35rem}.team-description{color:#6b7280}@media (max-width:992px){.highlights-grid,.team-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.highlights-grid,.team-grid,.why-grid{grid-template-columns:1fr}}.mission-vision{background:#f8fafc}.mission-vision-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.mission-card,.vision-card{background:#fff;border-radius:20px;border-top:4px solid #ff9202;box-shadow:0 10px 40px #00000014;padding:3rem;text-align:center}.mission-card h2,.vision-card h2{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.mission-card p,.vision-card p{color:#666;font-size:1.1rem;line-height:1.7}.company-story{background:#fff}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}.story-text h2{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:2rem}.story-text p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.story-image img{border:4px solid #fff;border-radius:20px;box-shadow:0 15px 40px #0000001a;height:auto;width:100%}.timeline{background:#f8fafc;padding-top:5rem}.timeline-container{margin:3rem auto 0;max-width:800px;position:relative}.timeline-container:before{background:#ff9202;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{align-items:center;display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:#ff9202;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;min-width:80px;padding:1rem 1.5rem;position:relative;text-align:center;z-index:2}.timeline-content{background:#fff;border-radius:15px;box-shadow:0 8px 30px #00000014;flex:1 1;margin:0 2rem;padding:2rem}.timeline-content h3{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.timeline-content p{color:#666;line-height:1.6}.values{background:#fff;padding-top:4rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.value-card{background:#f8fafc;border:2px solid #0000;border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.value-card:hover{background:#fff;border-color:#ff9202;box-shadow:0 10px 30px #0000001a}.value-icon{font-size:3.5rem;margin-bottom:1.5rem}.value-card h3{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.about-cta{background:#fff;border-top:1px solid #eee;color:#1a1a1a;padding:4rem 0;text-align:center}.about-cta h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.about-cta p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.about-cta .btn{font-size:1.1rem;padding:16px 32px}.about-cta .btn-primary{background:#fff;border:2px solid #ff9202;color:#ff9202}.about-cta .btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#1a1a1a}.about-cta .btn-secondary:hover{background:#f9fafb;color:#1a1a1a}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.mission-vision-grid{gap:2rem;grid-template-columns:1fr}.mission-card,.vision-card{padding:2rem}.story-content{gap:2rem;grid-template-columns:1fr}.story-text h2{font-size:2rem}.timeline-container:before{left:30px}.timeline-item{padding-left:60px}.timeline-item,.timeline-item:nth-child(2n){flex-direction:row!important}.timeline-year{font-size:.9rem;left:0;min-width:60px;padding:.5rem;position:absolute}.timeline-content{margin:0}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.about-cta h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}}.services-page{padding-top:80px}.section{padding:4rem 0}.section-header{margin:0 auto;max-width:900px}.section-title{font-size:clamp(1.75rem,2.8vw,2.25rem);margin:0 0 .35rem}.section-subtitle{color:#6b7280;margin:0}.services-hero{align-items:center;background:#0000;color:#111827;display:flex;min-height:calc(100vh - 80px);overflow:hidden;position:relative;text-align:left}.services-hero:after,.services-hero:before{content:none}.services-hero:before{animation:float1 16s ease-in-out infinite;background:radial-gradient(circle at center,#f093fb 0,#f093fb00 60%);left:-150px;top:-150px}.services-hero:after{animation:float2 18s ease-in-out infinite;background:radial-gradient(circle at center,#4facfe 0,#4facfe00 60%);bottom:-200px;right:-150px}@keyframes float1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-20px) scale(1.05)}}@keyframes float2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,25px) scale(1.06)}}.services-hero .container{max-width:1320px;position:relative;width:100%;z-index:2}.services-hero .hero-content{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:0;border-radius:0;box-shadow:none;margin:0 auto;max-width:none;padding:2.5rem 1.25rem;width:100%}.services-hero .hero-inner{grid-gap:2.25rem;align-items:center;display:grid;gap:2.25rem;grid-template-columns:1.2fr 1.1fr}.services-hero .hero-col.hero-text{text-align:left}.services-hero .hero-col.hero-media{display:block}.services-hero .media-frame{aspect-ratio:16/10;border:1px solid #00000014;border-radius:20px;box-shadow:0 30px 80px #0000001f;overflow:hidden;position:relative}.services-hero .media-frame img{display:block;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .6s ease;width:100%}.services-hero .media-frame:hover img{transform:scale(1.06)}.services-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.services-hero p{color:#4b5563;font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.75;margin:.5rem 0 0;max-width:820px}.services-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.services-hero .btn{border-radius:12px;font-weight:700;padding:12px 20px}.services-hero .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:0;color:#fff}.services-hero .btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.services-hero .btn-secondary:hover{background:#667eea14}@media (max-width:768px){.services-hero{min-height:0;min-height:auto;padding:4.5rem 0}.services-hero .hero-content{padding:1.25rem 1rem}.services-hero .hero-inner{grid-template-columns:1fr}.services-hero .hero-col.hero-text{text-align:center}.services-hero .hero-col.hero-media{order:2}.services-hero h1{font-size:2.2rem}.services-hero p{font-size:1.05rem}}.services-grid-section{background:#f8fafc;padding-top:4rem}.container{padding:4rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 30px #00000014;padding:2rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{border-color:#667eea66;box-shadow:0 16px 50px #0000001f;transform:translateY(-6px)}.service-icon{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:50%;color:#4f46e5;display:grid;font-size:2rem;height:56px;margin:0 auto 1rem;place-items:center;width:56px}.service-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0 0 1.25rem;padding:0;text-align:left}.service-features li{color:#666;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-features li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.service-price{color:#4f46e5;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.service-card .btn{padding:12px 24px;width:100%}.process-section{--primary-start:#ff8f00;--primary-end:#ff9202;--secondary-start:#f093fb;--secondary-end:#f5576c;--accent-start:#4facfe;--accent-end:#00f2fe;--step-size:60px;--icon-size:52px;background:#fff}.process-section .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-start),var(--primary-end));-webkit-background-clip:text;background-clip:text}.process-section .section-subtitle{color:var(--primary-start)}.process-timeline{margin:2.5rem auto 0;max-width:1100px;position:relative}.process-timeline:before{display:none}.process-two-col{grid-gap:1.5rem 2.5rem;--divider-gap:2.5rem;display:grid;gap:1.5rem 2.5rem;grid-template-columns:1fr 1fr;position:relative}.process-two-col:before{background:linear-gradient(180deg,#ff8f0059,#ff920259);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.process-col{display:flex;flex-direction:column;gap:1.25rem}.process-two-col .process-item{margin-bottom:0}.process-col.left .process-item{flex-direction:row-reverse;text-align:right}.process-col.right .process-item{flex-direction:row;text-align:left}.process-two-col .process-item{width:100%}.process-two-col .process-item .process-content{flex:1 1;max-width:none;width:auto}.process-col.left .process-step:before,.process-col.right .process-step:before{background:linear-gradient(90deg,var(--primary-start),var(--primary-end));content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--divider-gap)/2)}.process-col.left .process-step:before{right:calc(var(--divider-gap)/-2)}.process-col.right .process-step:before{left:calc(var(--divider-gap)/-2)}.process-col.left .process-step,.process-col.right .process-step{background:linear-gradient(135deg,var(--primary-start),var(--primary-end))}.process-col.right .process-step:before{background:linear-gradient(90deg,var(--primary-start),var(--primary-end))}.process-col.left .process-content,.process-col.right .process-content{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--primary-start),var(--primary-end)) border-box}.process-col.left .process-icon,.process-col.right .process-icon{background:linear-gradient(135deg,var(--primary-start),var(--primary-end))}.process-col.left .process-content{flex-direction:row;text-align:left}.process-col.right .process-content{text-align:left}.process-item{align-items:center;gap:1rem;margin-bottom:1.75rem;text-align:left;width:100%}.process-item,.process-list{display:flex;position:relative}.process-list{flex-direction:column;gap:1.25rem}@media (min-width:992px){.process-list{grid-gap:1.5rem 2.5rem;--divider-gap:2.5rem;display:grid;gap:1.5rem 2.5rem;grid-template-columns:1fr 1fr}.process-list:before{background:linear-gradient(180deg,#ff8f0059,#ff920259);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.process-item.left{grid-column:1}.process-item.right{grid-column:2}.process-item.left{flex-direction:row-reverse}.process-item.left .process-content{flex-direction:row-reverse;text-align:left}.process-item.right .process-content{text-align:left}.process-item.left .process-step:before,.process-item.right .process-step:before{background:linear-gradient(90deg,var(--primary-start),var(--primary-end));content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--divider-gap)/2)}.process-item.left .process-step:before{right:calc(var(--divider-gap)/-2)}.process-item.right .process-step:before{left:calc(var(--divider-gap)/-2)}}.process-step{align-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,var(--primary-start) 0,var(--primary-end) 100%);border:3px solid #fff;border-radius:50%;box-shadow:0 8px 24px #ff92024d;box-sizing:border-box;color:#fff;display:flex;flex:0 0 var(--step-size);font-size:1.2rem;font-weight:700;height:var(--step-size);justify-content:center;line-height:1;min-width:var(--step-size);position:relative;width:var(--step-size);z-index:2}.process-step:after{background:radial-gradient(circle at 30% 30%,#ffffff73,#fff0 60%),linear-gradient(135deg,#ff8f0040,#ff920240);border-radius:50%;content:"";inset:-6px;position:absolute;z-index:-1}.process-content{align-items:center;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--primary-start),var(--primary-end)) border-box;border:2px solid #0000;border-radius:999px;box-shadow:0 10px 30px #0000000f;display:flex;gap:1rem;margin:.75rem 0 0;max-width:880px;overflow:hidden;padding:1rem 1.25rem;text-align:left;width:min(100%,880px)}.process-icon{align-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,var(--primary-start) 0,var(--primary-end) 100%);border-radius:50%;box-shadow:0 8px 20px #ff920259;box-sizing:border-box;color:#fff;display:inline-flex;flex:0 0 var(--icon-size);font-size:1.25rem;height:var(--icon-size);justify-content:center;line-height:1;margin:0;min-width:var(--icon-size);width:var(--icon-size)}.process-content h3{color:#111827;font-size:1.15rem;font-weight:800;margin:0 0 2px}.process-content p{color:#6b7280;line-height:1.5;margin:0}.process-content:hover{box-shadow:0 14px 36px #0000001a;transform:translateY(-2px)}@media (max-width:768px){.process-section{--step-size:52px;--icon-size:44px}.process-item.left,.process-item.right{flex-direction:row}.process-content{gap:.75rem;max-width:100%;padding:.875rem 1rem}.process-content h3{font-size:1.05rem}.process-content p{font-size:.95rem}}.why-choose-us{background:#f8fafc}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.benefit-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:1.75rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.benefit-card:hover{box-shadow:0 16px 44px #0000001f;transform:translateY(-4px)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.benefit-card p{color:#666;line-height:1.6}.services-cta{background:radial-gradient(circle at top left,#ff92020f,#0000 40%),radial-gradient(circle at bottom right,#ff8f000d,#0000 45%),linear-gradient(135deg,#fff,#fff8e1);color:#1a1a1a;padding:5rem 0;text-align:center}.services-cta h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.services-cta p{color:#374151;font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.services-cta .cta-content{background:linear-gradient(135deg,#fff,#fffef7);border:1px solid #ff980026;border-radius:20px;box-shadow:0 10px 30px #ff980014,0 4px 12px #0000000a;margin:0 auto;max-width:820px;padding:2.5rem}.cta-buttons{gap:.75rem}.services-cta .btn{border-radius:14px;font-size:1.05rem;padding:14px 26px}.services-cta .btn-primary{background:linear-gradient(135deg,#ff8f00,#ff9202);border:none;box-shadow:0 10px 20px #ff98002e;color:#0a0a0a}.services-cta .btn-secondary{background:#0000;border:2px solid #ff980099;color:#ff8f00}.services-cta .btn-primary:hover{filter:brightness(.98);transform:translateY(-1px)}.services-cta .btn-secondary:hover{background:#ff980014;border-color:#ff9800e6;color:#cc6f00}@media (max-width:768px){.services-hero h1{font-size:2.5rem}.services-grid{gap:2rem;grid-template-columns:1fr}.service-card{padding:2rem}.process-two-col{grid-template-columns:1fr}.process-two-col:before{display:none}.process-col.left .process-item,.process-col.right .process-item{flex-direction:row;text-align:left}.process-step{font-size:1rem;height:52px;width:52px}.process-content{margin:0;max-width:100%}.benefits-grid{grid-template-columns:1fr}.services-cta h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}}.gallery-page{--primary-start:#ff8f00;--primary-end:#ff9202;padding-top:80px}.gallery-hero{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#fffffffa,#f8fafcf2);border-bottom:1px solid #ff920214;color:#1a1a1a;padding:3rem 0 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px;padding:0 1rem}.gallery-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-start),var(--primary-end));-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;position:relative}.gallery-hero p{color:#4b5563;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 auto 2rem;max-width:700px}.hero-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.filter-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #ff920233;border-radius:50px;box-shadow:0 4px 15px #ff92021a;color:#4b5563;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.filter-btn:hover{background:#fffffff2;border-color:#ff920266;box-shadow:0 8px 25px #ff920226;color:var(--primary-start);transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,var(--primary-start),var(--primary-end));border-color:#0000;box-shadow:0 8px 25px #ff92024d;color:#fff;transform:translateY(-2px)}.filter-icon{font-size:1.2rem;line-height:1}.filter-text{font-weight:600;letter-spacing:.025em}@media (max-width:768px){.gallery-hero{padding:2rem 0 1.5rem}.gallery-hero h1{font-size:2rem;margin-bottom:.75rem}.gallery-hero p{font-size:1rem;margin:0 auto 1.5rem;padding:0 1rem}.hero-filters{gap:.75rem;margin-top:1.5rem;padding:0 1rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}.filter-icon{font-size:1.1rem}}@media (max-width:480px){.gallery-hero h1{font-size:1.75rem}.gallery-hero p{font-size:.95rem}.hero-filters{align-items:center;flex-direction:column;gap:.5rem}.filter-btn{justify-content:center;max-width:200px;padding:.75rem 1rem;width:100%}}.gallery-filter{background:#f8fafc;padding:2rem 0}.hero-actions{display:inline-flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.2rem}.hero-btn{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffc;border:1px solid #ff980033;border-radius:20px;box-shadow:0 2px 8px #ff98000d;color:#6b7280;display:inline-flex;font-size:.8rem;font-weight:500;gap:.4rem;padding:6px 10px;transition:all .2s ease}.hero-btn .icon{font-size:.9rem;line-height:1;opacity:.8}.hero-btn:hover{background:#fffffff2;border-color:#ff980066;box-shadow:0 4px 12px #ff980014;transform:translateY(-1px)}.hero-btn.active{background:linear-gradient(135deg,var(--primary-start),var(--primary-end));border-color:#0000;box-shadow:0 3px 10px #ff980026;color:#fff}.hero-btn.active .icon{filter:brightness(1.1);opacity:1}.filter-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-tab{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:15px;color:#666;cursor:pointer;display:flex;flex-direction:column;font-weight:600;min-width:150px;padding:1rem 2rem;transition:all .3s ease}.filter-tab.active{background:linear-gradient(135deg,var(--primary-start) 0,var(--primary-end) 100%);border-color:#0000;box-shadow:0 8px 25px #ff98004d;color:#fff;transform:translateY(-2px)}.filter-tab:hover:not(.active){border-color:var(--primary-start);color:var(--primary-start);transform:translateY(-1px)}.tab-count{font-size:.85rem;margin-top:.25rem;opacity:.8}.gallery-grid-section{background:#fff}.gallery-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.gallery-item{border-radius:20px;box-shadow:0 8px 30px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.gallery-item:hover{box-shadow:0 15px 40px #00000026}.gallery-image{height:250px;overflow:hidden;position:relative}.gallery-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover .gallery-image img{transform:scale(1.1)}.gallery-overlay{background:linear-gradient(180deg,#0000 0,#000c);bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;opacity:0;padding:1.5rem;position:absolute;right:0;top:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-title{align-self:flex-end;color:#fff;font-size:1rem;font-weight:600;text-align:center}.gallery-zoom{align-self:center;color:#fff;font-size:2rem;margin-bottom:auto;margin-top:auto}.image-modal-overlay{background:#000000e6;bottom:0;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.image-modal,.image-modal-overlay{align-items:center;display:flex;justify-content:center}.image-modal{max-height:90vh;max-width:90vw;position:relative}.image-modal img{border-radius:10px;box-shadow:0 20px 60px #00000080;max-height:100%;max-width:100%;object-fit:contain}.modal-close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:40px;position:absolute;right:-10px;top:-50px;transition:background .3s ease;width:40px}.modal-close:hover{background:#ffffff4d}.modal-navigation{display:flex;justify-content:space-between;left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;margin:0 2rem;pointer-events:all;transition:all .3s ease;width:50px}.nav-btn:hover{background:#ffffff4d;transform:scale(1.1)}.nav-btn.prev{margin-left:-60px}.nav-btn.next{margin-right:-60px}.gallery-cta{background:linear-gradient(135deg,var(--primary-start) 0,var(--primary-end) 100%);color:#fff;padding:6rem 0;text-align:center}.gallery-cta h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.gallery-cta p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gallery-cta .btn{font-size:1.1rem;padding:16px 32px}.gallery-cta .btn-primary{background:#fff;color:var(--primary-start)}.gallery-cta .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.gallery-cta .btn-secondary:hover{background:#fff;color:var(--primary-start)}@media (max-width:768px){.gallery-hero h1{font-size:2.1rem}.filter-tabs{align-items:center;flex-direction:column}.filter-tab{min-width:200px}.gallery-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-image{height:200px}.image-modal{max-height:95vh;max-width:95vw}.modal-close{right:0;top:-40px}.nav-btn{font-size:1.2rem;height:40px;margin:0 1rem;width:40px}.nav-btn.prev{margin-left:-50px}.nav-btn.next{margin-right:-50px}.gallery-cta h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}}.contact-page{--primary-start:#ff8f00;--primary-end:#ff9202;--primary-light:#ff92021a;--primary-medium:#ff92024d;--text-dark:#1a1a1a;--text-medium:#4b5563;--text-light:#6b7280;padding-top:80px}.contact-hero{background:radial-gradient(circle at 20% -20%,#ff920214,#0000 50%),radial-gradient(circle at 80% 120%,#ff8f0012,#0000 55%),linear-gradient(135deg,#fff,#fffaf0);color:var(--text-dark);overflow:hidden;padding:3.5rem 0;position:relative;text-align:center}.contact-hero:before{background:linear-gradient(90deg,var(--primary-start),var(--primary-end),var(--primary-start));bottom:0;content:"";height:4px;left:0;opacity:.7;position:absolute;right:0}.contact-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-start),var(--primary-end));-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.75rem}.contact-hero p{color:var(--text-medium);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:760px}.contact-content{background:linear-gradient(135deg,#fff,#fafafa);padding-bottom:3rem;padding-top:3rem}.contact-grid{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr}.contact-info h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.75rem;position:relative}.contact-info h2:after{background:linear-gradient(90deg,var(--primary-start),var(--primary-end));border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.contact-info>p{color:var(--text-medium);font-size:1rem;line-height:1.6;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-method{background:#fff;border:1px solid #ff92021a;border-radius:16px;box-shadow:0 8px 25px #ff920214;display:flex;gap:1.25rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.contact-method:before{background:linear-gradient(180deg,var(--primary-start),var(--primary-end));content:"";height:100%;left:0;opacity:.8;position:absolute;top:0;width:4px}.contact-method:hover{border-color:#ff920233;box-shadow:0 12px 30px #ff92021f;transform:translateY(-3px)}.method-icon{align-items:center;background:var(--primary-light);border-radius:50%;color:var(--primary-start);display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;width:50px}.method-content h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.method-content p{color:#666;line-height:1.6;margin-bottom:.5rem}.method-hours{color:var(--primary-start);font-size:.85rem;font-weight:600}.social-section{background:#fff;border:1px solid #ff92021a;border-radius:16px;box-shadow:0 8px 25px #ff920214;overflow:hidden;padding:1.5rem;position:relative}.social-section:before{background:linear-gradient(90deg,var(--primary-start),var(--primary-end));content:"";height:4px;left:0;opacity:.8;position:absolute;top:0;width:100%}.social-section h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.social-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.social-link{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:8px;color:var(--text-medium);display:flex;font-weight:500;gap:.5rem;padding:.65rem 1rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:var(--primary-light);border-color:#ff920233;color:var(--primary-start);transform:translateY(-2px)}.social-link span{font-size:1.2rem}.contact-form-section{background:#fff;border:1px solid #ff92021a;border-radius:20px;box-shadow:0 15px 40px #ff920214;overflow:hidden;position:relative}.contact-form-section:before{background:linear-gradient(90deg,var(--primary-start),var(--primary-end));content:"";height:4px;left:0;opacity:.8;position:absolute;right:0;top:0}.contact-form{padding:2.5rem}.contact-form h2{color:var(--text-dark);font-size:1.8rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.75rem;position:relative}.contact-form h2:after{background:linear-gradient(90deg,var(--primary-start),var(--primary-end));border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.contact-form>p{color:#666;line-height:1.6;margin-bottom:2rem}.form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr;margin-bottom:1.25rem}.form-group{display:flex;flex-direction:column}.form-group label{align-items:center;color:var(--text-dark);display:flex;font-size:.9rem;font-weight:600;gap:.25rem;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:.95rem;padding:12px 14px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:var(--primary-start);box-shadow:0 0 0 3px #ff92021a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,var(--primary-start),var(--primary-end));border:none;border-radius:10px;box-shadow:0 8px 20px #ff920226;color:#0a0a0a;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:14px;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 12px 25px #ff920233;transform:translateY(-2px)}.form-note{margin-top:1rem;text-align:center}.form-note p{color:#666;font-size:.9rem;line-height:1.5}.faq-section{background:linear-gradient(135deg,#fff,#fffaf0);padding-bottom:3rem;padding-top:3rem}.faq-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2.5rem}.faq-item{background:#fff;border:1px solid #ff92021a;border-left-width:4px;border-radius:16px;box-shadow:0 8px 25px #ff92020d;padding:1.5rem;transition:all .3s ease}.faq-item:hover{background:#fff;border-color:var(--primary-start);box-shadow:0 12px 30px #ff92021a;transform:translateY(-2px)}.faq-item h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.faq-item p{color:var(--text-medium);font-size:.95rem;line-height:1.6}.section-header{margin-bottom:2rem}.section-title{background:linear-gradient(135deg,var(--primary-start),var(--primary-end));color:var(--text-dark);font-size:2rem;margin-bottom:.5rem}.section-subtitle{color:var(--text-medium);font-size:1rem;margin:0 auto}@media (max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-info h2{font-size:2rem}.contact-method{padding:1.5rem}.method-icon{font-size:2rem}.social-links{grid-template-columns:1fr}.contact-form{padding:2rem}.form-row{gap:1rem}.faq-grid,.form-row{grid-template-columns:1fr}.faq-item{padding:1.5rem}}.App{background:var(--bg-primary);min-height:100vh;text-align:center}.container{margin:0 auto;max-width:1400px}.section{padding:var(--spacing-3xl) 0;position:relative}.section-header{margin-bottom:var(--spacing-3xl);text-align:center}.section-title{-webkit-text-fill-color:#0000;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:var(--text-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:var(--spacing-lg)}.section-subtitle{color:var(--text-secondary);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;line-height:1.7;margin-bottom:var(--spacing-2xl);margin-left:auto;margin-right:auto;max-width:700px}.btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:var(--radius-xl);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:var(--spacing-sm);justify-content:center;min-height:48px;overflow:hidden;padding:var(--spacing-lg) var(--spacing-2xl);position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:var(--primary-gradient);border:1px solid #ffffff1a;box-shadow:var(--shadow-lg);color:#fff}.btn-primary:hover{box-shadow:var(--shadow-2xl);filter:brightness(1.1);transform:translateY(-3px) scale(1.02)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-gradient);border-color:#0000;box-shadow:var(--shadow-xl);color:#fff;transform:translateY(-3px) scale(1.02)}.btn-outline{background:#0000;border:2px solid var(--border-medium);color:var(--text-primary)}.btn-outline:hover{background:var(--primary-gradient);border-color:#0000;box-shadow:var(--shadow-lg);color:#fff;transform:translateY(-2px)}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff40;border:1px solid #ffffff2e;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.gradient-text{-webkit-text-fill-color:#0000;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text}.fade-in{animation:fadeIn .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.slide-up{animation:slideUp .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:translateY(40px)}.scale-in{animation:scaleIn .6s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:scale(.9)}.slide-in-left{animation:slideInLeft .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:translateX(-40px)}.slide-in-right{animation:slideInRight .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:translateX(40px)}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.float{animation:float 6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.grid-auto-fit{grid-gap:var(--spacing-xl);display:grid;gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-auto-fill{grid-gap:var(--spacing-lg);display:grid;gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (max-width:1200px){.container{max-width:1000px}}@media (max-width:768px){.section{padding:var(--spacing-2xl) 0}.container{padding:0 var(--spacing-md)}.btn{font-size:.95rem;padding:var(--spacing-md) var(--spacing-xl)}}@media (max-width:480px){.container{padding:0 var(--spacing-sm)}.section{padding:var(--spacing-xl) 0}}
/*# sourceMappingURL=main.74966635.css.map*/