.hero-parent-section{background:linear-gradient(135deg,#222 0%,#1d1d1d 100%);height:100vh;margin-bottom:8rem;position:relative;overflow:hidden}.hero-parent-section:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle farthest-side at var(--mouse-x,50%)var(--mouse-y,50%),#ff434326 0%,transparent 50%);transition:background .3s;position:fixed;inset:0}.hero-background-elements{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-gradient-orb{filter:blur(120px);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.hero-gradient-orb.hero-gradient-orb-1{background:linear-gradient(45deg,#ff4343,#d03838);width:400px;height:400px;animation-delay:0s;top:-200px;right:-200px}.hero-gradient-orb.hero-gradient-orb-2{background:linear-gradient(45deg,#393939,#222);width:300px;height:300px;animation-delay:10s;bottom:-150px;left:-150px}.hero-grid-pattern{background-image:linear-gradient(#ff434308 1px,#0000 1px),linear-gradient(90deg,#ff434308 1px,#0000 1px);background-size:100px 100px;animation:30s linear infinite gridMove;position:absolute;inset:0}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(30px,-30px)rotate(120deg)}66%{transform:translate(-20px,20px)rotate(240deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(100px,100px)}}.hero-parent-wrapper{z-index:2;width:100%;position:fixed;left:50%;transform:translate(-50%)}.hero-wrapper{justify-content:center;align-items:center;height:calc(100vh - 140px);padding:0 24px;display:flex;position:relative}@media screen and (min-width:1024px){.hero-wrapper{height:calc(100vh - 172px);padding:0 48px}}.hero-left-side-wrapper{visibility:hidden;display:none}@media screen and (min-width:768px){.hero-left-side-wrapper{visibility:visible;z-index:1;height:40px;display:block;position:absolute;bottom:0;left:0}.hero-left-side-wrapper img{opacity:.7;filter:drop-shadow(0 4px 12px #ff43434d);max-width:200px;position:absolute;bottom:0}.hero-left-side-wrapper{height:100vh}.hero-left-side-wrapper img{max-width:360px}}@media screen and (min-width:1024px){.hero-left-side-wrapper img{bottom:-160px}}@media screen and (min-width:1300px){.hero-left-side-wrapper img{bottom:-180px}}@media screen and (min-width:1700px){.hero-left-side-wrapper img{bottom:-60px}}@media screen and (min-width:2160px){.hero-left-side-wrapper img{width:400px;bottom:-120px}}.hero-scroll-indicator{z-index:10;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:16px;right:40px}@media screen and (min-width:1024px){.hero-scroll-indicator{bottom:60px;right:80px}}.hero-scroll-indicator .scroll-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.hero-scroll-indicator .scroll-icon img{filter:brightness(0)invert();opacity:.7;width:100%;height:100%}.hero-scroll-indicator .scroll-text{color:#fff9;text-transform:uppercase;letter-spacing:.5px;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:500}.hero-content-container{flex-direction:column;align-items:end;gap:60px;width:100%;max-width:1200px;height:100%;margin:0 auto;padding-top:64px;display:flex}@media screen and (min-width:768px){.hero-content-container{flex-direction:row;justify-content:space-between;align-items:center}}@media screen and (max-width:1024px){.hero-content-container{text-align:center;flex-direction:column;gap:40px}}.hero-main-content{z-index:5;flex-direction:column;flex:1;justify-content:center;gap:40px;display:flex}@media screen and (min-width:1024px){.hero-main-content{gap:48px}}.hero-logo-section{justify-content:center;display:flex;position:relative}@media screen and (min-width:1024px){.hero-logo-section{justify-content:flex-start}}.hero-logo{z-index:2;width:280px;height:auto;position:relative}@media screen and (min-width:768px){.hero-logo{width:350px}}@media screen and (min-width:1024px){.hero-logo{width:420px}}@media screen and (min-width:1700px){.hero-logo{width:500px}}.hero-logo-glow{filter:blur(30px);z-index:1;background:radial-gradient(circle,#ff434333 0%,#0000 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-text-section{flex-direction:column;gap:32px;display:flex}.hero-headline{color:#fff;margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.hero-headline .headline-accent{background:linear-gradient(135deg,#ff4343,#d03838);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}@media screen and (min-width:1024px){.hero-headline{font-size:clamp(3rem,4.5vw,4rem)}}.hero-description{color:#f8f8f8;max-width:500px;margin:0;font-size:16px;line-height:1.6}@media screen and (min-width:768px){.hero-description{text-align:center;margin:0 auto}}@media screen and (min-width:1024px){.hero-description{text-align:left;margin:0;font-size:18px}}.hero-cta-section{flex-wrap:wrap;align-items:center;gap:16px;display:flex}@media screen and (max-width:1024px){.hero-cta-section{justify-content:center}}.hero-cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4343,#d03838);border:none;border-radius:12px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #ff43434d}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff434366}.hero-cta-primary svg{transition:transform .3s}.hero-cta-primary:hover svg{transform:translate(2px,-2px)}.hero-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:500;transition:all .3s}.hero-cta-secondary:hover{background:#ff43431a;border-color:#ff434380}.hero-stats{flex-direction:column;align-items:center;gap:12px;padding-top:16px;display:flex}@media screen and (min-width:768px){.hero-stats{flex-direction:row;justify-content:center;gap:16px}}.stat-item{flex-direction:column;gap:4px;display:flex}.stat-item:last-of-type{display:none}@media screen and (min-width:768px){.stat-item:last-of-type{display:flex}}.stat-number{color:#ff4343;font-size:24px;font-weight:700;line-height:1}.stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.stat-divider{background:#ffffff1a;width:40px;height:1px}@media screen and (min-width:768px){.stat-divider{width:1px;height:40px}}.stat-divider-last{display:none}@media screen and (min-width:768px){.stat-divider-last{display:block}}.hero-image-section{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-image-container{width:100%;max-width:400px;position:relative}.hero-image{z-index:2;border-radius:50%;width:100%;height:auto;position:relative;box-shadow:0 20px 60px #0000004d}.hero-image-glow{filter:blur(40px);z-index:1;pointer-events:none;background:#fff6;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.floating-elements{pointer-events:none;z-index:80;position:absolute;inset:0}.floating-element{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;animation:6s ease-in-out infinite floatElement;display:flex;position:absolute}.floating-element.floating-element-1{animation-delay:0s;top:10%;right:-10%}.floating-element.floating-element-2{animation-delay:2s;bottom:20%;left:-15%}.floating-element.floating-element-3{animation-delay:4s;top:60%;right:-5%}.floating-element .element-icon{font-size:24px}@keyframes floatElement{0%,to{opacity:.7;transform:translateY(0)rotate(0)}50%{opacity:1;transform:translateY(-20px)rotate(180deg)}}
.category-card-parent-wrapper{background-color:#fff;border:3px solid #fff;border-radius:8px;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px 32px;display:flex;box-shadow:2px 4px 4px #c8c8c8}@media screen and (min-width:768px){.category-card-parent-wrapper{flex-direction:row;gap:24px}}.category-card-parent-wrapper .category-card-left-side{width:80px;height:80px;overflow-y:hidden}@media screen and (min-width:768px){.category-card-parent-wrapper .category-card-left-side{width:135px;height:110px}}@media screen and (min-width:1024px){.category-card-parent-wrapper .category-card-left-side{width:132px;height:100px}}.category-card-parent-wrapper .category-card-left-side img{object-fit:cover;width:100%;height:100%}.category-card-parent-wrapper .category-card-right-side{flex-direction:column;gap:8px;width:fit-content;display:flex}.category-card-parent-wrapper .category-card-right-side h2{color:#393939;text-align:center;text-transform:uppercase;font-size:20px;font-weight:800}@media screen and (min-width:768px){.category-card-parent-wrapper .category-card-right-side h2{text-align:left}}.category-card-parent-wrapper .category-card-right-side p{color:#393939;text-align:center;font-size:14px;font-weight:500;line-height:140%}@media screen and (min-width:768px){.category-card-parent-wrapper .category-card-right-side p{text-align:left;font-size:16px}}
.other-categories-wrapper{flex-direction:column;gap:24px;display:flex}@media screen and (min-width:1024px){.other-categories-wrapper{grid-template-columns:repeat(2,1fr);padding-bottom:80px;display:grid}}.category-text-wrapper{flex-direction:column;justify-content:center;align-items:center;line-height:350%;display:flex}.category-text-wrapper h4{color:#d03838;text-transform:uppercase;text-align:center;font-size:36px}@media screen and (min-width:1024px){.category-text-wrapper h4{text-align:left}}.category-text-wrapper h3{color:#393939;text-transform:uppercase;font-size:64px;font-weight:bolder}@media screen and (min-width:1024px){.category-text-wrapper h3{font-size:96px}}.categories-outer-parent-wrapper{contain:paint;width:100%;padding-top:100px;overflow-x:clip}.categories-parent-wrapper{max-width:1200px;margin:0 auto 40px;padding:0 24px}@media screen and (min-width:1024px){.categories-parent-wrapper{height:320vh}}.categories-parent-wrapper .categories-inner-wrapper{position:sticky;top:16vh}.categories-parent-wrapper .crown{z-index:20;display:none;overflow-x:hidden}@media screen and (min-width:1300px){.categories-parent-wrapper .crown{display:block;position:absolute;top:-32px;right:-80px}}.first-category-and-text-wrapper{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}@media screen and (min-width:1024px){.first-category-and-text-wrapper{grid-template-columns:repeat(2,1fr);margin-bottom:24px;display:grid}}
