.hero-sec-section{min-height:100vh;padding:calc(var(--header-height) + 2rem)0 4rem;box-sizing:border-box;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}@media (hover:none) and (pointer:coarse){.hero-sec-section{min-height:100svh}.hero-sec-primary-cta,.hero-sec-secondary-cta,.hero-sec-control-btn,.hero-sec-progress-indicator{min-width:44px;min-height:44px}.hero-sec-primary-cta,.hero-sec-secondary-cta{padding:1rem 1.5rem}.hero-sec-primary-cta:hover,.hero-sec-secondary-cta:hover,.hero-sec-control-btn:hover,.hero-sec-badge:hover{transform:none}.hero-sec-primary-cta:active,.hero-sec-secondary-cta:active,.hero-sec-control-btn:active{transform:scale(.98)}}.hero-sec-background{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-sec-gradient-orb{filter:blur(100px);opacity:.15;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.hero-sec-orb-1{background:radial-gradient(circle,var(--primary-red)0%,transparent 70%);width:600px;height:600px;top:-200px;right:-100px}.hero-sec-orb-2{background:radial-gradient(circle,#c49b63 0%,#0000 70%);width:500px;height:500px;animation-delay:-10s;bottom:-150px;left:-100px}.hero-sec-noise-overlay{opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-sec-decorative-frame{pointer-events:none;z-index:1;border:1px solid #d32f2f1a;position:absolute;inset:2rem}.hero-sec-corner-accent{z-index:1;pointer-events:none;width:60px;height:60px;position:absolute}.hero-sec-corner-accent:before,.hero-sec-corner-accent:after{content:"";background:var(--primary-red);position:absolute}.hero-sec-corner-accent.hero-sec-top-left{top:1.5rem;left:1.5rem}.hero-sec-corner-accent.hero-sec-top-left:before{width:100%;height:1px;top:0;left:0}.hero-sec-corner-accent.hero-sec-top-left:after{width:1px;height:100%;top:0;left:0}.hero-sec-corner-accent.hero-sec-bottom-right{bottom:1.5rem;right:1.5rem}.hero-sec-corner-accent.hero-sec-bottom-right:before{width:100%;height:1px;bottom:0;right:0}.hero-sec-corner-accent.hero-sec-bottom-right:after{width:1px;height:100%;bottom:0;right:0}.hero-sec-content{z-index:2;gap:var(--spacing-3xl);width:100%;max-width:var(--max-width);box-sizing:border-box;grid-template-columns:1fr 1.1fr;align-items:center;margin:0 auto;display:grid;position:relative}.container{width:100%;max-width:var(--max-width);padding:0 var(--spacing-lg);margin:0 auto}@media (max-width:1200px){.container{padding:0 var(--spacing-md)}}@media (max-width:768px){.container{padding:0 var(--spacing-md)}}@media (max-width:480px){.container{padding:0 var(--spacing-sm)}}.hero-sec-text{color:var(--white);animation:1s cubic-bezier(.4,0,.2,1) forwards slideInLeft}.hero-sec-text.hero-sec-rtl-content{text-align:right;animation:1s cubic-bezier(.4,0,.2,1) forwards slideInRight}.hero-sec-badge-wrapper{margin-bottom:var(--spacing-xl);opacity:0;align-items:center;gap:1rem;animation:1s .3s forwards fadeIn;display:flex}.hero-sec-decorative-line{background:linear-gradient(to right,transparent,var(--primary-red),transparent);flex:1;max-width:60px;height:1px}.hero-sec-badge{letter-spacing:.25em;text-transform:uppercase;color:var(--primary-red);border:1.5px solid var(--primary-red);border-radius:50px;padding:.6rem 1.8rem;font-size:.7rem;font-weight:600;display:inline-block;position:relative;overflow:hidden}.hero-sec-badge:before{content:"";background:var(--primary-red);opacity:0;transition:opacity .3s;position:absolute;inset:0}.hero-sec-badge:hover:before{opacity:.1}.hero-sec-title{color:var(--white);margin-bottom:var(--spacing-xl);flex-direction:column;gap:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1;display:flex}.hero-sec-title-line{opacity:0;animation:1s cubic-bezier(.4,0,.2,1) forwards slideInLeft;display:block}.hero-sec-rtl-content .hero-sec-title-line{animation:1s cubic-bezier(.4,0,.2,1) forwards slideInRight}.hero-sec-title-line:first-child{animation-delay:.1s}.hero-sec-title-line:nth-child(2){animation-delay:.3s}.hero-sec-highlight-line{display:inline-block;position:relative}.hero-sec-text-gold{background:Var(--primary-red);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.hero-sec-title-underline{background:var(--primary-red);transform-origin:50%;border-radius:2px;width:450px;height:3px;animation:1s cubic-bezier(.4,0,.2,1) .8s forwards expandLineCenter;position:absolute;bottom:-8px;left:40%;transform:translate(-50%)scaleX(0)}[dir=rtl] .hero-sec-title-underline{transform-origin:50%;background:linear-gradient(270deg,var(--primary-red),#bb232780);width:500px;bottom:-30px;left:55%}@keyframes expandLineCenter{0%{transform:translate(-50%)scaleX(0)}to{transform:translate(-50%)scaleX(1)}}.hero-sec-subtitle-container{gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);opacity:0;align-items:flex-start;animation:1s .5s forwards fadeIn;display:flex}.hero-sec-vertical-accent{background:linear-gradient(to bottom,var(--primary-red),transparent);flex-shrink:0;width:3px;height:100px}.hero-sec-rtl-content .hero-sec-vertical-accent{order:1}.hero-sec-subtitle{color:var(--accent-gray);letter-spacing:.01em;font-size:1.1rem;font-weight:300;line-height:1.9}.hero-sec-actions{gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);opacity:0;animation:1s .7s forwards fadeIn;display:flex}.hero-sec-rtl-content .hero-sec-actions{flex-direction:row}.hero-sec-primary-cta{background:var(--primary-red);color:var(--white);border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #d32f2f4d}.hero-sec-primary-cta:before{content:"";background:linear-gradient(135deg,#0000,#fff3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.hero-sec-primary-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #d32f2f66}.hero-sec-primary-cta:hover:before{transform:translate(100%)}.hero-sec-primary-cta svg{transition:transform .3s}.hero-sec-primary-cta:hover svg{transform:translate(4px)}[dir=rtl] .hero-sec-primary-cta svg{transform:scaleX(-1)}[dir=rtl] .hero-sec-primary-cta:hover svg{transform:scaleX(-1)translate(4px)}.hero-sec-secondary-cta{color:var(--white);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1.5px solid #fff3;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-sec-secondary-cta:hover{border-color:var(--primary-red);color:var(--primary-red);background:#ffffff0d}.hero-sec-stats{align-items:center;gap:var(--spacing-xl);padding-top:var(--spacing-lg);opacity:0;border-top:1px solid #ffffff1a;animation:1s .9s forwards fadeIn;display:flex}.hero-sec-stat-item,.hero-sec-rtl-content .hero-sec-stat-item{text-align:center}.hero-sec-stat-number{font-size:2.5rem;font-family:var(--font-display);color:var(--primary-red);margin-bottom:.5rem;font-weight:700;line-height:1}.hero-sec-stat-label{color:var(--accent-gray);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.hero-sec-stat-divider{background:#ffffff1a;width:1px;height:40px}.hero-sec-gallery{perspective:1200px;opacity:0;animation:1s .5s forwards fadeIn;position:relative}.hero-sec-gallery-frame{pointer-events:none;z-index:10;position:absolute;inset:-20px}.frame-corner{border:2px solid var(--primary-red);width:40px;height:40px;position:absolute}.frame-corner.tl{border-bottom:none;border-right:none;top:0;left:0}.frame-corner.tr{border-bottom:none;border-left:none;top:0;right:0}.frame-corner.bl{border-top:none;border-right:none;bottom:0;left:0}.frame-corner.br{border-top:none;border-left:none;bottom:0;right:0}.hero-sec-slides-wrapper{justify-content:center;align-items:center;height:600px;display:flex;position:relative}.hero-sec-gallery-slide{opacity:0;pointer-events:none;width:450px;transition:all .8s cubic-bezier(.4,0,.2,1);position:absolute;transform:translate(120px)scale(.8)rotateY(-20deg)}.hero-sec-gallery-slide.hero-sec-active{opacity:1;z-index:10;pointer-events:auto;transform:translate(0)scale(1)rotateY(0)}.hero-sec-gallery-slide.hero-sec-prev{opacity:.3;z-index:5;transform:translate(-120px)scale(.85)rotateY(20deg)}.hero-sec-gallery-slide.hero-sec-next{opacity:.2;z-index:4;transform:translate(140px)scale(.75)rotateY(-25deg)}.hero-sec-slide-image-wrapper{border-radius:var(--radius-lg);background:#1a1a1a;width:100%;height:520px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff1a}.hero-sec-slide-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.hero-sec-gallery-slide.hero-sec-active .hero-sec-slide-image{transform:scale(1.05)}.hero-sec-image-overlay{opacity:0;background:linear-gradient(#0000 50%,#0a0a0acc 100%);transition:opacity .4s;position:absolute;inset:0}.hero-sec-gallery-slide.hero-sec-active .hero-sec-image-overlay{opacity:1}.placeholder-image{background:linear-gradient(135deg,var(--primary-black)0%,#1a1a1a 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.placeholder-text{font-family:var(--font-display);color:var(--white);text-align:center;padding:var(--spacing-md);font-size:1.2rem}.hero-sec-slide-info{align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-md);opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(20px)}.hero-sec-gallery-slide.hero-sec-active .hero-sec-slide-info{opacity:1;transition-delay:.2s;transform:translateY(0)}.hero-sec-slide-number{font-size:3rem;font-family:var(--font-display);color:var(--primary-red);font-weight:300;line-height:1}.hero-sec-slide-details{flex:1}.hero-sec-slide-category{letter-spacing:.2em;text-transform:uppercase;color:var(--primary-red);margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.hero-sec-slide-title{color:var(--white);font-size:1.3rem;font-weight:500;line-height:1.3}.hero-sec-gallery-controls{align-items:center;gap:var(--spacing-lg);margin-top:var(--spacing-2xl);justify-content:center;display:flex}.hero-sec-control-btn{width:48px;height:48px;color:var(--white);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.hero-sec-control-btn:hover{background:var(--primary-red);border-color:var(--primary-red);transform:scale(1.1)}[dir=rtl] .hero-sec-control-btn svg,[dir=rtl] .hero-sec-prev-btn svg,[dir=rtl] .hero-sec-next-btn svg{transform:scaleX(-1)}.hero-sec-progress-indicators{gap:var(--spacing-sm);display:flex}.hero-sec-progress-indicator{cursor:pointer;background:#fff3;border:none;border-radius:2px;width:40px;height:4px;padding:0;position:relative;overflow:hidden}.hero-sec-progress-fill{background:var(--primary-red);transform-origin:0;transition:transform .3s;position:absolute;inset:0;transform:scaleX(0)}.hero-sec-progress-indicator.hero-sec-active .hero-sec-progress-fill{animation:5s linear progressFill;transform:scaleX(1)}.hero-sec-scroll-indicator{align-items:center;gap:var(--spacing-sm);color:var(--primary-red);letter-spacing:.1em;text-transform:uppercase;opacity:0;z-index:5;flex-direction:column;font-size:.75rem;animation:1s .5s forwards fadeIn;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.hero-sec-scroll-line{background:linear-gradient(to bottom,var(--primary-red),transparent);width:2px;height:30px;animation:1.5s infinite slideDown}.hero-sec-scroll-text{letter-spacing:.15em;font-weight:600}.hero-sec-scroll-arrow{color:var(--primary-red);animation:2s infinite bounce}@keyframes slideDown{0%{transform:translateY(-20x);opacity:0}50%{opacity:1}to{opacity:0;transform:translateY(10px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-30px)rotate(5deg)}66%{transform:translateY(20px)rotate(-5deg)}}@keyframes progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes scrollPulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(10px)}}@media (min-width:1400px){.hero-sec-content{gap:var(--spacing-3xl);grid-template-columns:1fr 1.2fr}.hero-sec-slides-wrapper{height:650px}.hero-sec-gallery-slide{width:500px}.hero-sec-slide-image-wrapper{height:580px}.hero-sec-title{font-size:clamp(2.8rem,4vw,3.8rem)}.hero-sec-subtitle{font-size:1.2rem}}@media (max-width:1399px) and (min-width:1200px){.hero-sec-content{gap:var(--spacing-2xl);grid-template-columns:1fr 1.1fr}.hero-sec-slides-wrapper{height:550px}.hero-sec-title-underline{width:500px;left:50%}.hero-sec-gallery-slide{width:420px}.hero-sec-slide-image-wrapper{height:480px}}@media (max-width:1199px) and (min-width:768px){.hero-sec-content{gap:var(--spacing-xl);grid-template-columns:1fr 1fr}.hero-sec-slides-wrapper{height:500px}.hero-sec-gallery-slide{width:380px}.hero-sec-title-underline{width:500px;left:50%}.hero-sec-slide-image-wrapper{height:450px}.hero-sec-title{font-size:clamp(2.2rem,4vw,3rem)}.hero-sec-stats{gap:var(--spacing-md)}.hero-sec-stat-number{font-size:2.2rem}}@media (max-width:767px){.hero-sec-section{min-height:100svh!important;padding:calc(var(--header-height) + 1rem)0 2rem!important;overflow-x:hidden!important}.container{max-width:100%!important;padding:0 1rem!important}.hero-sec-content{text-align:center!important;flex-direction:column!important;grid-template-columns:none!important;align-items:center!important;gap:2rem!important;width:100%!important;max-width:100%!important;display:flex!important}.hero-sec-gallery{order:1!important;width:100%!important;display:block!important}.hero-sec-text{text-align:center!important;order:2!important;width:100%!important;max-width:100%!important}.hero-sec-decorative-frame,.hero-sec-corner-accent{display:none!important}.hero-sec-badge-wrapper{flex-wrap:wrap!important;justify-content:center!important;margin-bottom:1.5rem!important}.hero-sec-badge{white-space:nowrap!important;padding:.6rem 1.2rem!important;font-size:.7rem!important}.hero-sec-title{text-align:center!important;width:100%!important;margin-bottom:1rem!important;font-size:clamp(1.8rem,8vw,2.5rem)!important;line-height:1.1!important}.hero-sec-title-line{text-align:center!important;width:100%!important}.hero-sec-subtitle{text-align:center!important;max-width:90%!important;margin:0 auto!important;font-size:1rem!important;line-height:1.6!important}.hero-sec-subtitle-container{text-align:center!important;justify-content:center!important;width:100%!important;margin-bottom:1.5rem!important}.hero-sec-vertical-accent{display:none!important}.hero-sec-actions{flex-direction:column!important;align-items:center!important;gap:1rem!important;width:100%!important;margin-bottom:2rem!important}.hero-sec-primary-cta,.hero-sec-secondary-cta{text-align:center!important;justify-content:center!important;width:100%!important;max-width:280px!important;padding:1rem 1.5rem!important;font-size:1rem!important}.hero-sec-stats{border-top:1px solid #ffffff1a!important;grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;width:100%!important;padding-top:1.5rem!important;display:grid!important}.hero-sec-stat-item{text-align:center!important;width:100%!important}.hero-sec-stat-number{margin-bottom:.25rem!important;font-size:1.5rem!important}.hero-sec-stat-label{font-size:.75rem!important;line-height:1.2!important}.hero-sec-stat-divider,.hero-sec-slides-wrapper,.hero-sec-gallery-slide,.hero-sec-slide-image-wrapper,.hero-sec-gallery-controls,.hero-sec-control-btn,.hero-sec-progress-indicators,.hero-sec-progress-indicator{display:none!important}.hero-sec-title-underline{width:250px;left:50%}}@media (max-width:480px){.hero-sec-section{min-height:100svh!important;padding:calc(var(--header-height) + .5rem)0 1.5rem!important}.hero-sec-title-underline{width:250px;left:50%}.container{padding:0 .75rem!important}.hero-sec-content{gap:1.5rem!important}.hero-sec-title{margin-bottom:.75rem!important;font-size:clamp(1.6rem,9vw,2.2rem)!important}.hero-sec-subtitle{max-width:95%!important;font-size:.9rem!important}.hero-sec-badge{padding:.5rem 1rem!important;font-size:.65rem!important}.hero-sec-primary-cta,.hero-sec-secondary-cta{max-width:260px!important;padding:.9rem 1.2rem!important;font-size:.9rem!important}.hero-sec-stats{grid-template-columns:1fr!important;gap:.75rem!important}.hero-sec-stat-number{font-size:1.3rem!important}.hero-sec-stat-label{font-size:.7rem!important}.hero-sec-slides-wrapper{height:250px!important}.hero-sec-gallery-slide{max-width:240px!important}.hero-sec-slide-image-wrapper{height:200px!important}.hero-sec-control-btn{width:40px!important;height:40px!important}}@media (max-width:767px) and (min-width:576px){.hero-sec-section{padding:calc(var(--header-height) + 1rem)0 2rem;min-height:100vh}.hero-sec-decorative-frame,.hero-sec-corner-accent{display:none}.hero-sec-content{gap:var(--spacing-xl);text-align:center;grid-template-columns:1fr}.hero-sec-gallery{order:1}.hero-sec-text{order:2;max-width:100%}.hero-sec-rtl-content .hero-sec-text{text-align:center}.hero-sec-title{margin-bottom:var(--spacing-lg);font-size:clamp(2rem,7vw,2.8rem);line-height:1.2}.hero-sec-subtitle{max-width:500px;margin:0 auto;font-size:1rem;line-height:1.6}.hero-sec-actions{gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);flex-flow:wrap;justify-content:center}.hero-sec-primary-cta,.hero-sec-secondary-cta{flex:1;justify-content:center;min-width:140px;max-width:200px;padding:1rem 1.5rem;font-size:.95rem}.hero-sec-stats{gap:var(--spacing-md);padding-top:var(--spacing-lg);flex-wrap:wrap;justify-content:center}.hero-sec-stat-item{flex:1;min-width:80px;max-width:120px}.hero-sec-stat-number{font-size:2rem}.hero-sec-stat-label{font-size:.8rem}.hero-sec-stat-divider{display:none}.hero-sec-slides-wrapper{height:400px}.hero-sec-gallery-slide{width:100%;max-width:350px}.hero-sec-slide-image-wrapper{height:350px}.hero-sec-gallery-controls{gap:var(--spacing-sm);margin-top:var(--spacing-lg)}.hero-sec-control-btn{width:42px;height:42px}.hero-sec-progress-indicators{gap:.4rem}.hero-sec-progress-indicator{width:28px;height:3px}.hero-sec-badge-wrapper{margin-bottom:var(--spacing-lg);justify-content:center}.hero-sec-subtitle-container{text-align:left;max-width:500px;margin:0 auto;margin-bottom:var(--spacing-xl);justify-content:center}.hero-sec-rtl-content .hero-sec-subtitle-container{text-align:right}}@media (max-width:1024px) and (min-width:768px){.hero-sec-section{padding:calc(var(--header-height) + 1.5rem)0 3rem;min-height:100vh}.hero-sec-content{gap:var(--spacing-2xl);text-align:center;grid-template-columns:1fr}.hero-sec-gallery{width:100%;order:1!important}.hero-sec-text{text-align:center;max-width:100%;order:2!important}.hero-sec-title{margin-bottom:var(--spacing-lg);font-size:clamp(2.2rem,6vw,2.8rem)}.hero-sec-subtitle{max-width:600px;margin:0 auto;font-size:1.1rem}.hero-sec-actions{justify-content:center;gap:var(--spacing-md)}.hero-sec-stats{justify-content:center;gap:var(--spacing-lg)}}@media (max-width:575px){.hero-sec-section{padding:calc(var(--header-height) + 1rem)0 2rem;min-height:100svh}.container{padding:0 var(--spacing-md)}.hero-sec-content{gap:var(--spacing-lg);text-align:center;grid-template-columns:1fr;align-items:stretch}.hero-sec-text{flex-direction:column;order:1;justify-content:center;display:flex}.hero-sec-gallery{margin-top:var(--spacing-lg);order:2}.hero-sec-badge-wrapper{justify-content:center;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);flex-direction:row}.hero-sec-decorative-line{flex:none;width:30px}.hero-sec-badge{letter-spacing:.2em;white-space:nowrap;padding:.6rem 1.4rem;font-size:.7rem}.hero-sec-title{margin-bottom:var(--spacing-md);font-size:clamp(2rem,8vw,2.8rem);line-height:1.1}.hero-sec-subtitle{max-width:400px;margin:0 auto;font-size:1rem;line-height:1.6}.hero-sec-subtitle-container{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);flex-direction:column}.hero-sec-vertical-accent{display:none!important}.hero-sec-actions{gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);flex-direction:column;align-items:center}.hero-sec-primary-cta,.hero-sec-secondary-cta{width:100%;max-width:300px;min-height:48px;margin:0 auto;padding:1rem 2rem;font-size:1rem}.hero-sec-stats{gap:var(--spacing-sm);padding-top:var(--spacing-lg);border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);display:grid}.hero-sec-stat-item{text-align:center;padding:var(--spacing-xs)0}.hero-sec-stat-number{margin-bottom:.25rem;font-size:1.8rem}.hero-sec-stat-label{font-size:.75rem;line-height:1.2}.hero-sec-stat-divider{display:none}.hero-sec-slides-wrapper{height:350px}.hero-sec-gallery-slide{width:100%;max-width:300px}.hero-sec-slide-image-wrapper{border-radius:var(--radius-md);height:300px}.hero-sec-slide-number{font-size:1.5rem}.hero-sec-slide-title{font-size:1rem;line-height:1.3}.hero-sec-slide-category{font-size:.7rem}.hero-sec-gallery-controls{gap:var(--spacing-sm);margin-top:var(--spacing-lg);flex-wrap:wrap;justify-content:center}.hero-sec-control-btn{width:44px;height:44px}.hero-sec-control-btn svg{width:20px;height:20px}.hero-sec-progress-indicators{width:100%;margin-top:var(--spacing-sm);order:3;justify-content:center;gap:.4rem}.hero-sec-progress-indicator{width:28px;height:4px;min-height:44px}.hero-sec-scroll-indicator{bottom:var(--spacing-md);font-size:.75rem}.hero-sec-scroll-line{height:24px}.hero-sec-scroll-arrow{width:12px;height:18px}}@media (prefers-reduced-motion:reduce){.hero-sec-section *,.hero-sec-section :before,.hero-sec-section :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-sec-gradient-orb,.hero-sec-scroll-line,.hero-sec-scroll-arrow{animation:none}}@media (prefers-contrast:high){.hero-sec-section{background:#000}.hero-sec-primary-cta{border:2px solid var(--primary-red)}.hero-sec-secondary-cta{border:2px solid var(--white)}.hero-sec-badge{border-width:2px}}.hero-sec-primary-cta:focus-visible,.hero-sec-secondary-cta:focus-visible,.hero-sec-control-btn:focus-visible,.hero-sec-progress-indicator:focus-visible{outline:2px solid var(--primary-red);outline-offset:2px}@media print{.hero-sec-section{color:#000;background:#fff;min-height:auto;padding:2rem 0}.hero-sec-background,.hero-sec-decorative-frame,.hero-sec-corner-accent,.hero-sec-gallery-controls,.hero-sec-scroll-indicator{display:none}.hero-sec-content{grid-template-columns:1fr;gap:2rem}.hero-sec-title,.hero-sec-subtitle,.hero-sec-stat-number{color:#000}}@media (max-width:320px){.hero-sec-section{min-height:100svh;padding:calc(var(--header-height) + .5rem)0 1.5rem}.container{padding:0 var(--spacing-sm)}.hero-sec-content{gap:var(--spacing-md)}.hero-sec-badge-wrapper{gap:var(--spacing-xs);flex-direction:column}.hero-sec-decorative-line{display:none}.hero-sec-badge{padding:.5rem 1rem;font-size:.65rem}.hero-sec-title{margin-bottom:var(--spacing-sm);font-size:clamp(1.6rem,10vw,2.2rem)}.hero-sec-subtitle{max-width:280px;font-size:.9rem}.hero-sec-subtitle-container{margin-bottom:var(--spacing-md)}.hero-sec-actions{gap:var(--spacing-xs);margin-bottom:var(--spacing-md)}.hero-sec-primary-cta,.hero-sec-secondary-cta{max-width:260px;padding:.9rem 1.5rem;font-size:.9rem}.hero-sec-stats{gap:var(--spacing-xs);padding-top:var(--spacing-md);grid-template-columns:1fr}.hero-sec-stat-number{font-size:1.6rem}.hero-sec-stat-label{font-size:.7rem}.hero-sec-slides-wrapper{height:280px}.hero-sec-slide-image-wrapper{height:240px}.hero-sec-gallery-slide{max-width:260px}.hero-sec-slide-number{font-size:1.2rem}.hero-sec-slide-title{font-size:.9rem}.hero-sec-control-btn{width:40px;height:40px}.hero-sec-control-btn svg{width:18px;height:18px}.hero-sec-progress-indicator{width:24px;height:3px}}.hero-sec-mobile-image-swiper{width:100%;margin-top:var(--spacing-lg);display:none;position:relative}.hero-sec-mobile-hero-badge-overlay{top:var(--spacing-lg);z-index:20;pointer-events:none;position:absolute;left:50%;transform:translate(-50%)}.hero-sec-mobile-badge-wrapper{opacity:0;pointer-events:auto;align-items:center;gap:.8rem;margin-bottom:0;animation:.8s cubic-bezier(.4,0,.2,1) .5s forwards slideInDown;display:flex;transform:translateY(-20px)}.hero-sec-mobile-badge-wrapper .hero-sec-decorative-line{background:linear-gradient(90deg,#0000,#fff9,#0000);flex:1;max-width:40px;height:1px}.hero-sec-mobile-hero-badge{letter-spacing:.2em;text-transform:uppercase;color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background:#d32f2fe6;border:1.5px solid #fff3;border-radius:50px;padding:.6rem 1.4rem;font-size:.65rem;font-weight:600;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000004d}[dir=rtl] .hero-sec-mobile-hero-badge{letter-spacing:.1em}.hero-sec-mobile-hero-badge:before{content:"";opacity:0;background:linear-gradient(135deg,#0000,#ffffff1a,#0000);transition:opacity .3s;position:absolute;inset:0}.hero-sec-mobile-hero-badge:hover:before{opacity:1}.hero-sec-mobile-swiper{border-radius:var(--radius-lg);width:100%;height:300px;overflow:hidden}.hero-sec-mobile-slide-item{border-radius:var(--radius-lg);width:100%;height:100%;position:relative;overflow:hidden}.hero-sec-mobile-slide-image-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);width:100%;height:100%;position:relative}.hero-sec-mobile-slide-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero-sec-mobile-swiper .swiper-slide-active .hero-sec-mobile-slide-image{transform:scale(1.02)}.hero-sec-mobile-slide-overlay{padding:var(--spacing-lg);background:linear-gradient(#0000 0%,#0a0a0a66 50%,#0a0a0acc 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.hero-sec-mobile-slide-content{color:var(--white);text-align:left;width:100%}[dir=rtl] .hero-sec-mobile-slide-content{text-align:right}.hero-sec-mobile-slide-category{letter-spacing:.1em;text-transform:uppercase;color:var(--primary-red);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.hero-sec-mobile-slide-title{margin:0;font-size:1.2rem;font-weight:600;line-height:1.3}.hero-sec-mobile-swiper .swiper-pagination{z-index:10;width:auto;bottom:15px;left:50%;transform:translate(-50%)}.hero-sec-mobile-swiper .swiper-pagination-bullet{opacity:1;background:#fff6;border-radius:50%;width:8px;height:8px;margin:0 4px;transition:all .3s}.hero-sec-mobile-swiper .swiper-pagination-bullet-active{background:var(--primary-red);transform:scale(1.2);box-shadow:0 0 8px #d32f2f66}@media (hover:none) and (pointer:coarse){.hero-sec-mobile-swiper .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px}}@media (max-width:1024px){.hero-sec-mobile-image-swiper{display:block}.hero-sec-slides-wrapper,.hero-sec-gallery-controls,.hero-sec-text .hero-sec-badge-wrapper{display:none!important}}@media (max-width:1024px) and (min-width:768px){.hero-sec-mobile-swiper{max-width:600px;height:400px;margin:var(--spacing-lg)auto 0}.hero-sec-mobile-slide-title{font-size:1.4rem}.hero-sec-mobile-slide-category{font-size:.8rem}.hero-sec-mobile-hero-badge-overlay{top:var(--spacing-xl)}.hero-sec-mobile-hero-badge{padding:.7rem 1.6rem;font-size:.7rem}.hero-sec-mobile-badge-wrapper .hero-sec-decorative-line{max-width:50px}}@media (max-width:767px){.hero-sec-mobile-swiper{height:280px;margin-top:var(--spacing-md)}.hero-sec-mobile-slide-overlay{padding:var(--spacing-md)}.hero-sec-mobile-slide-title{font-size:1.1rem}.hero-sec-mobile-slide-category{font-size:.7rem}.hero-sec-mobile-hero-badge-overlay{top:var(--spacing-md)}.hero-sec-mobile-hero-badge{padding:.5rem 1.2rem;font-size:.6rem}.hero-sec-mobile-badge-wrapper{gap:.6rem}.hero-sec-mobile-badge-wrapper .hero-sec-decorative-line{max-width:30px}}@media (max-width:480px){.hero-sec-mobile-swiper{height:250px}.hero-sec-mobile-slide-overlay{padding:var(--spacing-sm)}.hero-sec-mobile-slide-title{font-size:1rem}.hero-sec-mobile-hero-badge-overlay{top:var(--spacing-sm)}.hero-sec-mobile-hero-badge{letter-spacing:.15em;padding:.4rem 1rem;font-size:.55rem}.hero-sec-mobile-badge-wrapper{gap:.5rem}.hero-sec-mobile-badge-wrapper .hero-sec-decorative-line{max-width:25px}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
.moving-icons-bar{padding:var(--spacing-2xl)0;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-top:1px solid #d32f2f33;border-bottom:1px solid #d32f2f33;position:relative;overflow:hidden}.moving-icons-bar:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#d32f2f0d 0%,#0000 50%),radial-gradient(circle at 80%,#d32f2f08 0%,#0000 50%);position:absolute;inset:0}.moving-bar-container{width:100%;height:100px;position:relative;overflow:hidden}.moving-strip{align-items:center;width:100%;height:100%;display:flex;position:relative}.moving-content{align-items:center;gap:var(--spacing-3xl);white-space:nowrap;animation:30s linear infinite moveLeft;display:flex}[dir=rtl] .moving-content{animation:30s linear infinite moveRight;transform:translate(0%)}.moving-icon-item{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md)var(--spacing-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;min-width:280px;transition:all .3s;display:flex}.moving-icon-wrapper{background:linear-gradient(135deg,var(--primary-red),#ff6b6b);width:48px;height:48px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.moving-icon-item:hover .moving-icon-wrapper{transform:scale(1.1)rotate(5deg);box-shadow:0 4px 16px #d32f2f66}.moving-icon-title{color:var(--white);flex-shrink:0;font-size:1rem;font-weight:600;transition:color .3s}.moving-icon-item:hover .moving-icon-title{color:var(--primary-red)}.moving-icon-separator{color:#d32f2f99;flex-shrink:0;font-size:1.2rem;font-weight:700}.gradient-overlay{z-index:10;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.gradient-left{background:linear-gradient(90deg,#1a1a1a,#0000);left:0}.gradient-right{background:linear-gradient(270deg,#1a1a1a,#0000);right:0}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes moveRight{0%{transform:translate(0%)}to{transform:translate(50%)}}.moving-strip:hover .moving-content{animation-play-state:paused}@media (min-width:1400px){.moving-bar-container{height:120px}.moving-content{gap:var(--spacing-4xl)}.moving-icon-item{min-width:320px;padding:var(--spacing-lg)var(--spacing-xl)}.moving-icon-wrapper{width:56px;height:56px}.moving-icon-title{font-size:1.1rem}}@media (max-width:1399px) and (min-width:1024px){.moving-content{gap:var(--spacing-2xl)}.moving-icon-item{min-width:260px}}@media (max-width:1023px) and (min-width:768px){.moving-icons-bar{padding:var(--spacing-xl)0}.moving-bar-container{height:90px}.moving-content{gap:var(--spacing-xl);animation-duration:25s}[dir=rtl] .moving-content{animation-duration:30s}.moving-icon-item{min-width:240px;padding:var(--spacing-md)}.moving-icon-wrapper{width:44px;height:44px}.moving-icon-title{font-size:.95rem}}@media (max-width:767px){.moving-icons-bar{padding:var(--spacing-lg)0}.moving-bar-container{height:80px}.moving-content{gap:var(--spacing-lg);animation-duration:20s}[dir=rtl] .moving-content{animation-duration:30s}.moving-icon-item{min-width:200px;padding:var(--spacing-sm)var(--spacing-md)}.moving-icon-wrapper{width:40px;height:40px}.moving-icon-title{font-size:.9rem}.gradient-overlay{width:60px}.moving-icon-item:hover{box-shadow:none;background:#ffffff0d;border-color:#ffffff1a;transform:none}.moving-icon-item:hover .moving-icon-wrapper{box-shadow:none;transform:none}.moving-icon-item:hover .moving-icon-title{color:var(--white)}}@media (max-width:480px){.moving-bar-container{height:70px}.moving-content{gap:var(--spacing-md);animation-duration:18s}[dir=rtl] .moving-content{animation-duration:30s}.moving-icon-item{min-width:180px;padding:var(--spacing-xs)var(--spacing-sm)}.moving-icon-wrapper{width:36px;height:36px}.moving-icon-title{font-size:.85rem}.gradient-overlay{width:40px}}.loading-content,.error-content{animation:none}.loading-item,.error-item{background:#ffffff08;border-color:#ffffff0d}.loading-icon,.error-icon{background:#d32f2f4d}.loading-spinner{border:2px solid #ffffff4d;border-top:2px solid var(--white);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.loading-text{color:#fff9;font-style:italic}.error-icon{color:var(--white);background:#d32f2f80}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.moving-icon-wrapper svg{width:32px;height:32px}.moving-icon-wrapper div{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.moving-icon-wrapper div svg{width:100%;height:100%;color:inherit}.moving-icon-item{cursor:pointer;transition:all .3s}.moving-icon-item:hover{background:#ffffff14;border-color:#d32f2f4d;transform:translateY(-2px);box-shadow:0 8px 24px #d32f2f33}.moving-icon-item:active{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.moving-content{animation:none}.moving-icon-wrapper,.moving-icon-item{transition:none}}@media (prefers-contrast:high){.moving-icon-item{border:2px solid var(--white)}.moving-icon-wrapper{border:2px solid var(--primary-red)}}@media (prefers-reduced-motion:reduce){.moving-content{animation:none}.moving-icon-wrapper,.moving-icon-item{transition:none}}.moving-icon-item:focus-visible{outline:2px solid var(--primary-red);outline-offset:2px}@media (prefers-contrast:high){.moving-icon-item{border:2px solid var(--white)}.moving-icon-wrapper{border:2px solid var(--primary-red)}}
.layout-design-section{padding:var(--spacing-3xl)0;background-color:#f9f9f9}.container{max-width:var(--max-width);padding:0 var(--spacing-lg);margin:0 auto}.top-layout-grid{gap:var(--spacing-lg);min-height:600px;margin-bottom:var(--spacing-3xl);grid-template-columns:1.6fr 1fr;display:grid}.hero-block{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.hero-img{object-fit:cover;z-index:1;transition:transform .5s}.hero-block:hover .hero-img{transform:scale(1.03)}.hero-gradient{z-index:2;background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.hero-overlay-content{bottom:var(--spacing-xl);left:var(--spacing-xl);z-index:3;width:90%;position:absolute}[dir=rtl] .hero-overlay-content{left:auto;right:var(--spacing-xl)}.red-badge{background-color:var(--primary-red);color:var(--white);text-transform:uppercase;margin-bottom:var(--spacing-md);border-radius:4px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.hero-title{font-family:var(--font-display);color:var(--white);font-size:clamp(2rem,4vw,3.5rem);line-height:1.1}.hero-italic{font-style:italic;font-family:var(--font-display);font-weight:300}.side-stack{gap:var(--spacing-lg);flex-direction:column;display:flex}.card-white{background-color:var(--white);border-radius:var(--radius-lg);padding:var(--spacing-2xl);box-shadow:var(--shadow-sm);flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.quote-icon{color:var(--primary-red);margin-bottom:var(--spacing-md);line-height:1}.quote-text{font-family:var(--font-display);color:var(--primary-black);line-height:1.5}.card-black{background-color:var(--primary-black);border-radius:var(--radius-lg);padding:var(--spacing-2xl);box-shadow:var(--shadow-md);flex:1;align-items:center;display:flex}.stats-list{gap:var(--spacing-lg);flex-direction:column;width:100%;display:flex}.stat-row-item{padding-bottom:var(--spacing-sm);border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;display:flex}.stat-row-item:last-child{border-bottom:none;padding-bottom:0}.stat-val-white{font-family:var(--font-display);color:var(--white);font-weight:600}.stat-lbl-white{text-transform:uppercase;letter-spacing:1px;color:#fff9}.approach-section{background-color:var(--white);padding:var(--spacing-2xl);border-radius:var(--radius-lg);gap:var(--spacing-3xl);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);align-items:flex-start;display:flex}.approach-header{flex:0 0 25%}.red-dash{background-color:var(--primary-red);width:40px;height:4px;margin-bottom:var(--spacing-md)}.approach-header h3{font-family:var(--font-display);color:var(--primary-black)}.approach-content{gap:var(--spacing-xl);flex:1;grid-template-columns:1fr 1fr;display:grid}.approach-p{color:var(--accent-gray);line-height:1.7}.features-row{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);display:grid}.feature-card{background-color:var(--white);padding:var(--spacing-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .3s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.feature-icon-circle{width:50px;height:50px;color:var(--primary-red);margin-bottom:var(--spacing-md);background-color:#fceceb;border-radius:50%;justify-content:center;align-items:center;display:flex}.feature-title{font-family:var(--font-display);color:var(--primary-black);margin-bottom:var(--spacing-xs)}.feature-desc{color:var(--accent-gray);line-height:1.6}@media (max-width:1024px){.top-layout-grid{grid-template-columns:1fr;min-height:auto}.hero-block{height:400px}.side-stack{flex-direction:row}.approach-section{gap:var(--spacing-lg);flex-direction:column}.approach-content{grid-template-columns:1fr}}@media (max-width:768px){.side-stack{flex-direction:column}.features-row{grid-template-columns:1fr}.card-white,.card-black{padding:var(--spacing-lg)}}
.cta-section{background-image:linear-gradient(15deg,var(--primary-black)0%,var(--primary-red)0%,#1a1a1ae6 70%,#bb2327e0 100%),url(/images/about/Untitled.jpg);color:var(--white);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:0;padding:clamp(60px,12vh,100px) 0;position:relative;overflow:hidden}.cta-background{pointer-events:none;position:absolute;inset:0}.cta-pattern{opacity:.3;background-image:repeating-linear-gradient(0deg,#0000,#0000 50px,#ffffff05 50px 51px),repeating-linear-gradient(90deg,#0000,#0000 50px,#ffffff05 50px 51px);position:absolute;inset:0}.cta-gradient{background:radial-gradient(circle at 30%,#bb232726 0%,#0000 50%);animation:8s ease-in-out infinite pulse;position:absolute;inset:0}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.cta-content{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.cta-badge{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs)var(--spacing-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;color:var(--white);margin-bottom:var(--spacing-lg);animation:fadeInDown .8s var(--transition-base)backwards;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;font-size:.8rem;font-weight:600;display:inline-flex}[dir=rtl] .cta-badge{font-family:var(--font-body-ar)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}}.cta-badge svg{color:var(--primary-red)}.cta-title{font-family:var(--font-h1);color:var(--white);margin-bottom:var(--spacing-lg);animation:fadeInUp .8s var(--transition-base).2s backwards}[dir=rtl] .cta-title{font-family:var(--font-h1-ar)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}}.text-highlight{color:var(--primary-red);display:inline-block;position:relative}.text-highlight:after{content:"";background:var(--primary-red);opacity:.3;z-index:-1;width:100%;height:8px;position:absolute;bottom:0;left:0}.cta-description{font-family:var(--font-body);color:#ffffffd9;max-width:650px;margin:0 auto var(--spacing-xl);animation:fadeInUp .8s var(--transition-base).4s backwards}[dir=rtl] .cta-description{font-family:var(--font-body-ar);line-height:2}.cta-actions{justify-content:center;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);animation:fadeInUp .8s var(--transition-base).6s backwards;flex-wrap:wrap;display:flex}.cta-primary-btn{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm)var(--spacing-lg);background:var(--primary-red);color:var(--white);border:2px solid var(--primary-red);font-family:var(--font-body);transition:all var(--transition-base);border-radius:50px;text-decoration:none;display:inline-flex;box-shadow:0 8px 24px #bb232766}[dir=rtl] .cta-primary-btn{font-family:var(--font-body-ar)}.cta-primary-btn:hover{background:#a01e22;transform:translateY(-3px);box-shadow:0 12px 32px #bb232780}.cta-primary-btn svg{transition:transform var(--transition-base)}.cta-primary-btn:hover svg{transform:translate(4px)}[dir=rtl] .cta-primary-btn svg{transform:scaleX(-1)}[dir=rtl] .cta-primary-btn:hover svg{transform:scaleX(-1)translate(4px)}.cta-secondary-btn{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm)var(--spacing-lg);color:var(--white);font-family:var(--font-body);transition:all var(--transition-base);background:0 0;border:2px solid #ffffff4d;border-radius:50px;text-decoration:none;display:inline-flex}[dir=rtl] .cta-secondary-btn{font-family:var(--font-body-ar)}.cta-secondary-btn:hover{background:var(--white);color:var(--primary-black);border-color:var(--white);transform:translateY(-3px)}.cta-secondary-btn svg{transition:transform var(--transition-base)}.cta-secondary-btn:hover svg{transform:scale(1.1)}.cta-features{justify-content:center;align-items:center;gap:var(--spacing-lg);margin-bottom:var(--spacing-md);padding:var(--spacing-md)0;animation:fadeInUp .8s var(--transition-base).8s backwards;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;display:flex}.feature-item{align-items:center;gap:var(--spacing-xs);font-family:var(--font-body);color:var(--white);font-size:.95rem;display:flex}[dir=rtl] .feature-item{font-family:var(--font-body-ar)}.feature-item svg{color:var(--primary-red);flex-shrink:0}.feature-divider{color:var(--white);font-size:1 rem}.cta-contact-info{justify-content:center;align-items:center;gap:var(--spacing-md);animation:fadeInUp .8s var(--transition-base)1s backwards;flex-wrap:wrap;display:flex}.contact-item{align-items:center;gap:var(--spacing-sm);font-family:var(--font-body);color:var(--white);transition:color var(--transition-base);display:flex}[dir=rtl] .contact-item{font-family:var(--font-body-ar)}.contact-item svg{color:var(--primary-red);flex-shrink:0}.contact-divider{background:var(--white);width:1px;height:24px}.cta-decoration{background:radial-gradient(circle,var(--primary-red)0%,transparent 70%);opacity:.1;filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.cta-decoration-1{width:400px;height:400px;animation:20s ease-in-out infinite float1;top:-200px;right:-200px}.cta-decoration-2{width:300px;height:300px;animation:15s ease-in-out infinite reverse float2;bottom:-150px;left:-150px}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(-30px,30px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@media (max-width:768px){.cta-section{padding:clamp(50px,10vh,80px) 0}.cta-actions{flex-direction:column;width:100%}.cta-primary-btn,.cta-secondary-btn{justify-content:center;width:100%}.cta-features{gap:var(--spacing-md);flex-direction:column}.feature-divider{display:none}.cta-contact-info{gap:var(--spacing-md);flex-direction:column}.contact-divider{width:60px;height:1px}}@media (max-width:480px){.cta-badge{padding:var(--spacing-xs)var(--spacing-md);font-size:.75rem}.cta-description{font-size:.95rem}.cta-primary-btn,.cta-secondary-btn{padding:var(--spacing-sm)var(--spacing-lg);font-size:.9rem}.feature-item,.contact-item{font-size:.85rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cta-primary-btn:focus-visible,.cta-secondary-btn:focus-visible{outline:3px solid var(--primary-red);outline-offset:4px}
