@layer base{html{scroll-behavior:smooth}body{color:#fff;background-color:#000;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}}@layer components{.btn-primary{color:#000;cursor:pointer;background:linear-gradient(90deg,#facc15,gold);border:none;border-radius:9999px;padding:.75rem 1.5rem;font-weight:700;transition:all .3s;transform:scale(1);box-shadow:0 10px 15px -3px rgba(255,215,0,.5),0 4px 6px -4px rgba(255,215,0,.5)}.btn-primary:hover{background:linear-gradient(90deg,#fde047,#ffe066);transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(255,215,0,.7),0 4px 6px -4px rgba(255,215,0,.7)}.btn-secondary{color:gold;cursor:pointer;background:0 0;border:2px solid gold;border-radius:9999px;padding:.75rem 1.5rem;font-weight:700;transition-property:all;transition-duration:.3s}.btn-secondary:hover{color:#000;background-color:gold}.text-gradient{background:linear-gradient(90deg,#facc15,gold,#facc15);-webkit-text-fill-color:transparent;color:transparent;-webkit-background-clip:text;background-clip:text}.card-glow{background-color:#111827;border:1px solid rgba(255,215,0,.2);border-radius:.75rem;padding:1.5rem;transition:all .3s}.card-glow:hover{border-color:rgba(255,215,0,.5);box-shadow:0 10px 15px -3px rgba(255,215,0,.2),0 4px 6px -4px rgba(255,215,0,.2)}.section-padding{padding:4rem 1rem}@media (min-width:640px){.section-padding{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.section-padding{padding-left:2rem;padding-right:2rem}}}@layer utilities{.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(gold,#ff0);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#fff 0%,#c29a6c 50%,#8b4513 100%)}:root{--primary-black:#000;--primary-gold:#c29a6c;--primary-brown:#8b4513;--primary-red:brown;--text-white:#fff;--text-light:#f5f5f5;--accent-gold:rgba(194,154,108,.1);--accent-brown:rgba(139,69,19,.1);--gradient-primary:linear-gradient(135deg,#fff 0%,#c29a6c 25%,#8b4513 50%,brown 75%,#fff 100%);--shadow-primary:rgba(194,154,108,.15);--border-radius-sm:8px;--border-radius-md:15px;--border-radius-lg:25px;--transition-smooth:all .4s cubic-bezier(.25,.46,.45,.94);--transition-bounce:all .6s cubic-bezier(.68,-.55,.265,1.55)}
.header-module__-0s03G__header{z-index:1000;-webkit-backdrop-filter:blur(25px);background:linear-gradient(135deg,#000,rgba(150,110,23,.914),#000);border-bottom:1px solid rgba(144,104,10,.306);transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.header-module__-0s03G__nav{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.header-module__-0s03G__navContainer{justify-content:space-between;align-items:center;height:80px;padding:0 1rem;display:flex;position:relative}.header-module__-0s03G__logoSection{z-index:1001;flex:1;align-items:center;padding:.75rem 0;display:flex}.header-module__-0s03G__logoLink{align-items:center;text-decoration:none;transition:transform .3s cubic-bezier(.25,.8,.25,1);display:flex}.header-module__-0s03G__logoLink:hover{transform:scale(1.08)}.header-module__-0s03G__logoLink:focus{outline-offset:4px;border-radius:50%;outline:2px solid #150105}.header-module__-0s03G__logoContainer{justify-content:center;align-items:center;display:flex}.header-module__-0s03G__logoIcon{background:linear-gradient(135deg,#070300 0%,#230c02 15%,#1c0f01 30%,#280202 45%,#250307 60%,#080114 75%,#100501 90%,#000 100%);border:3px solid rgba(24,11,1,.996);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .4s cubic-bezier(.25,.8,.25,1);animation:4s ease-in-out infinite header-module__-0s03G__logoBreathingAlive;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 2px rgba(107,93,2,.4),0 8px 32px rgba(62,33,1,.98),0 4px 16px #290106,inset 0 2px 8px #1b0101,inset 0 -2px 8px #000}.header-module__-0s03G__logoIcon:before{content:"";z-index:-1;background:linear-gradient(45deg,#231104,#341506,#341c04,#9a8106,#484806,rgba(39,32,3,.455),#2f1b14,#000);border-radius:50%;animation:3s ease-in-out infinite alternate header-module__-0s03G__borderGlow;position:absolute;top:-3px;bottom:-3px;left:-3px;right:-3px}.header-module__-0s03G__logoIcon:hover{border-color:#2d030c;transform:scale(1.12);box-shadow:0 0 0 3px #250108,0 12px 40px rgba(30,2,2,.976),0 6px 20px rgba(45,1,6,.976),inset 0 3px 10px #2d0303,inset 0 -3px 10px rgba(0,0,0,.4)}.header-module__-0s03G__logoImage{object-fit:cover;z-index:2;filter:brightness(1.3)contrast(1.4)saturate(1.2)drop-shadow(0 2px 8px #000);border-radius:50%;transition:all .3s;width:60px!important;height:60px!important}.header-module__-0s03G__logoIcon:hover .header-module__-0s03G__logoImage{filter:brightness(1.4)contrast(1.5)saturate(1.3)drop-shadow(0 3px 12px #190101)}@keyframes header-module__-0s03G__logoBreathingAlive{0%{transform:scale(1)rotate(0);box-shadow:0 0 0 2px rgba(220,167,20,.4),0 8px 32px #3f0202,0 4px 16px rgba(37,1,5,.996),inset 0 2px 8px #240101}25%{transform:scale(1.05)rotate(1deg);box-shadow:0 0 0 3px #240108,0 10px 36px #000,0 5px 18px rgba(0,0,0,.953),inset 0 3px 9px rgba(17,1,1,.973)}50%{transform:scale(1.08)rotate(0);box-shadow:0 0 0 4px #5e301b,0 12px 40px rgba(72,13,13,.467),0 6px 20px #2e0f12,inset 0 4px 10px #000}75%{transform:scale(1.05)rotate(-1deg);box-shadow:0 0 0 3px rgba(94,27,3,.6),0 10px 36px rgba(35,1,1,.6),0 5px 18px #350107,inset 0 3px 9px #160101}to{transform:scale(1)rotate(0);box-shadow:0 0 0 2px #2d010a,0 8px 32px rgba(50,1,1,.97),0 4px 16px #2d0106,inset 0 2px 8px rgba(32,4,4,.1)}}@keyframes header-module__-0s03G__borderGlow{0%{opacity:.6;filter:blur(2px)}to{opacity:.9;filter:blur(1px)}}.header-module__-0s03G__hamburgerContainer{z-index:1001;justify-content:center;align-items:center;margin-right:-.5rem;padding:1rem 1.5rem;display:flex;position:relative}.header-module__-0s03G__hamburger{cursor:pointer;-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#000,#000,rgba(0,0,0,.2));border:2px solid #2f1502;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:56px;height:56px;padding:14px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 6px 24px #000,0 3px 12px #000,inset 0 2px 4px #000}.header-module__-0s03G__hamburger:hover{background:linear-gradient(135deg,#000,#000,#000);border-color:#000;transform:scale(1.1);box-shadow:0 8px 30px #000,0 4px 16px #000,inset 0 3px 6px rgba(255,255,255,.18)}.header-module__-0s03G__hamburgerLine{transform-origin:50%;background:linear-gradient(90deg,#fff 0%,#fff 50%,#fff 100%);border-radius:4px;width:30px;height:3.5px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:block;box-shadow:0 2px 4px rgba(0,0,0,.5)}.header-module__-0s03G__hamburgerLine:first-child{width:30px}.header-module__-0s03G__hamburgerLine:nth-child(2){width:26px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:22px}.header-module__-0s03G__hamburgerOpen .header-module__-0s03G__hamburgerLine:first-child{background:linear-gradient(90deg,#6c2d03 0%,#fff 50%,#b56904 100%);width:30px;transform:rotate(45deg)translate(7px,7px)}.header-module__-0s03G__hamburgerOpen .header-module__-0s03G__hamburgerLine:nth-child(2){opacity:0;transform:scale(0)}.header-module__-0s03G__hamburgerOpen .header-module__-0s03G__hamburgerLine:nth-child(3){background:linear-gradient(90deg,#ff6b6b 0%,#fff 50%,#ff6b6b 100%);width:30px;transform:rotate(-45deg)translate(9px,-9px)}.header-module__-0s03G__mobileMenu{-webkit-backdrop-filter:blur(40px)saturate(120%);opacity:0;visibility:hidden;background:radial-gradient(circle at 20% 30%,rgba(45,0,10,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,30,60,.1) 0%,transparent 50%),linear-gradient(135deg,rgba(5,5,5,.98) 0%,rgba(0,0,0,.996) 40%,#000 100%);border-top:1px solid rgba(114,47,55,.2);border-bottom:1px solid rgba(139,69,19,.3);max-height:calc(100vh - 80px);transition:all .4s cubic-bezier(.25,.8,.25,1);position:fixed;top:80px;left:0;right:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 20px 60px rgba(0,0,0,.8),0 8px 30px rgba(45,0,10,.4),inset 0 1px rgba(255,255,255,.02)}.header-module__-0s03G__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.header-module__-0s03G__mobileMenuContent{flex-direction:column;gap:2rem;max-width:500px;min-height:300px;margin:0 auto;padding:3rem 2rem 2rem;display:flex}.header-module__-0s03G__mobileNavLinks{flex-direction:column;flex:1;gap:2rem;display:flex}.header-module__-0s03G__navGroup{flex-direction:column;gap:1.5rem;display:flex}.header-module__-0s03G__navGroupTitle{color:#fff;text-transform:uppercase;letter-spacing:3px;text-align:center;opacity:.8;border-bottom:1px solid rgba(139,69,19,.3);margin:0;padding:0 1rem 1rem;font-size:11px;font-weight:600}.header-module__-0s03G__sectionButtonsContainer{flex-direction:column;gap:.75rem;padding:0;display:flex}.header-module__-0s03G__sectionNavButton{color:#fff;letter-spacing:.5px;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(15px);text-align:left;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.02) 50%,transparent 100%),linear-gradient(45deg,rgba(20,20,25,.9) 0%,rgba(15,15,20,.95) 25%,rgba(10,10,15,.97) 50%,rgba(15,15,20,.95) 75%,rgba(20,20,25,.9) 100%);border:none;border-radius:16px;justify-content:space-between;align-items:center;width:100%;margin:0;padding:1.4rem 2rem;font-family:inherit;font-size:16px;font-weight:500;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.5s forwards header-module__-0s03G__slideInUp;display:flex;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 4px 20px rgba(0,0,0,.6),0 1px 8px rgba(255,255,255,.03),inset 0 1px rgba(255,255,255,.08),inset 0 -1px rgba(0,0,0,.3)}.header-module__-0s03G__sectionNavButton:before{content:"";z-index:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 20%,rgba(139,69,19,.1) 50%,rgba(255,255,255,.05) 80%,transparent 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.header-module__-0s03G__sectionNavButton:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,rgba(139,69,19,.15) 0%,transparent 70%);border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-module__-0s03G__sectionNavButton:first-child{animation-delay:.1s}.header-module__-0s03G__sectionNavButton:nth-child(2){animation-delay:.18s}.header-module__-0s03G__sectionNavButton:nth-child(3){animation-delay:.26s}.header-module__-0s03G__sectionNavButton:nth-child(4){animation-delay:.34s}@keyframes header-module__-0s03G__slideInUp{to{opacity:1;transform:translateY(0)}}.header-module__-0s03G__sectionButtonText{text-align:left;letter-spacing:.3px;color:#fff;z-index:1;flex:1;font-size:16px;font-weight:500;transition:all .25s;position:relative}.header-module__-0s03G__sectionButtonArrow{color:rgba(255,255,255,.6);z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .3s;display:flex;position:relative}.header-module__-0s03G__sectionButtonArrow svg{stroke-width:1.5px;width:18px;height:18px}.header-module__-0s03G__sectionNavButton:hover,.header-module__-0s03G__sectionNavButton:focus{background:linear-gradient(135deg,rgba(139,69,19,.08) 0%,rgba(114,47,55,.12) 100%),linear-gradient(45deg,rgba(25,25,30,.95) 0%,rgba(20,20,25,.97) 25%,rgba(15,15,20,.98) 50%,rgba(20,20,25,.97) 75%,rgba(25,25,30,.95) 100%);transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.7),0 4px 16px rgba(139,69,19,.2),inset 0 1px rgba(255,255,255,.12),inset 0 -1px rgba(139,69,19,.3)}.header-module__-0s03G__sectionNavButton:hover:before{left:100%}.header-module__-0s03G__sectionNavButton:hover:after{width:200px;height:200px}.header-module__-0s03G__sectionNavButton:hover .header-module__-0s03G__sectionButtonText,.header-module__-0s03G__sectionNavButton:focus .header-module__-0s03G__sectionButtonText{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.3)}.header-module__-0s03G__sectionNavButton:hover .header-module__-0s03G__sectionButtonArrow,.header-module__-0s03G__sectionNavButton:focus .header-module__-0s03G__sectionButtonArrow{color:#fff;transform:translate(4px)rotate(5deg)}.header-module__-0s03G__sectionNavButton:active{transform:translateY(0)scale(.98)}.header-module__-0s03G__sectionNavButton:focus{outline-offset:2px;outline:2px solid rgba(139,69,19,.5)}.header-module__-0s03G__mobileMenuClose{border-top:1px solid rgba(139,69,19,.3);justify-content:center;margin-top:1rem;padding:2rem 0 1rem;display:flex}.header-module__-0s03G__closeButton{cursor:pointer;-webkit-backdrop-filter:blur(10px);color:rgba(255,255,255,.8);background:linear-gradient(135deg,rgba(255,255,255,.02) 0%,transparent 100%),linear-gradient(45deg,rgba(20,20,25,.8) 0%,rgba(15,15,20,.9) 100%);border:1px solid rgba(139,69,19,.4);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.05)}.header-module__-0s03G__closeButton:before{content:"";background:radial-gradient(circle,rgba(139,69,19,.2) 0%,transparent 70%);border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-module__-0s03G__closeButton:hover{color:#fff;background:linear-gradient(135deg,rgba(139,69,19,.1) 0%,rgba(114,47,55,.15) 100%),linear-gradient(45deg,rgba(25,25,30,.9) 0%,rgba(20,20,25,.95) 100%);border-color:rgba(139,69,19,.6);transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.6),inset 0 1px rgba(255,255,255,.08)}.header-module__-0s03G__closeButton:hover:before{width:60px;height:60px}.header-module__-0s03G__closeButton:active{transform:scale(.95)}.header-module__-0s03G__closeButton:focus{outline-offset:2px;outline:2px solid rgba(139,69,19,.5)}.header-module__-0s03G__closeButton svg{stroke-width:2px;z-index:1;width:22px;height:22px;position:relative}.header-module__-0s03G__overlay{-webkit-backdrop-filter:blur(10px);z-index:999;opacity:0;background:radial-gradient(circle at 30% 20%,rgba(139,69,19,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(114,47,55,.05) 0%,transparent 50%),linear-gradient(135deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.9) 100%);animation:.4s forwards header-module__-0s03G__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes header-module__-0s03G__fadeIn{to{opacity:1}}@media (max-width:480px){.header-module__-0s03G__nav{padding:0 .75rem}.header-module__-0s03G__navContainer{height:75px;padding:.75rem .5rem}.header-module__-0s03G__logoIcon{width:50px;height:50px}.header-module__-0s03G__logoImage{width:50px!important;height:50px!important}.header-module__-0s03G__hamburgerContainer{margin-right:0;padding:1rem 1rem 1rem .5rem}.header-module__-0s03G__hamburger{border-radius:12px;gap:5px;width:50px;height:50px;padding:12px}.header-module__-0s03G__hamburgerLine{width:26px;height:3px}.header-module__-0s03G__hamburgerLine:nth-child(2){width:22px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:18px}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 75px);top:75px}.header-module__-0s03G__mobileMenuContent{gap:1.5rem;padding:2rem 1.5rem 1.5rem}.header-module__-0s03G__sectionNavButton{padding:1.2rem 1.5rem;font-size:15px}.header-module__-0s03G__sectionButtonText{font-size:15px}.header-module__-0s03G__sectionButtonArrow{width:20px;height:20px}.header-module__-0s03G__sectionButtonArrow svg{width:16px;height:16px}.header-module__-0s03G__closeButton{width:44px;height:44px}.header-module__-0s03G__closeButton svg{width:20px;height:20px}}@media (min-width:481px) and (max-width:768px){.header-module__-0s03G__nav{padding:0 1rem}.header-module__-0s03G__navContainer{height:78px;padding:.75rem}.header-module__-0s03G__logoIcon{width:54px;height:54px}.header-module__-0s03G__logoImage{width:54px!important;height:54px!important}.header-module__-0s03G__hamburgerContainer{margin-right:-.25rem;padding:1rem 1.25rem 1rem .75rem}.header-module__-0s03G__hamburger{border-radius:13px;width:52px;height:52px;padding:13px}.header-module__-0s03G__hamburgerLine{width:28px}.header-module__-0s03G__hamburgerLine:nth-child(2){width:24px}.header-module__-0s03G__hamburgerLine:nth-child(3){width:20px}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 78px);top:78px}.header-module__-0s03G__mobileMenuContent{padding:2.5rem 1.75rem 1.75rem}.header-module__-0s03G__sectionNavButton{padding:1.3rem 1.75rem}.header-module__-0s03G__closeButton{width:46px;height:46px}.header-module__-0s03G__closeButton svg{width:21px;height:21px}}@media (min-width:769px) and (max-width:1024px){.header-module__-0s03G__navContainer{height:80px;padding:0 1rem}.header-module__-0s03G__logoIcon{width:58px;height:58px}.header-module__-0s03G__logoImage{width:58px!important;height:58px!important}.header-module__-0s03G__hamburgerContainer{margin-right:-.5rem;padding:1rem 1.5rem}.header-module__-0s03G__hamburger{border-radius:14px;width:54px;height:54px}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 80px);top:80px}}@media (min-width:1025px){.header-module__-0s03G__navContainer{height:82px;padding:0 1rem}.header-module__-0s03G__logoIcon{width:60px;height:60px}.header-module__-0s03G__logoImage{width:60px!important;height:60px!important}.header-module__-0s03G__hamburgerContainer{margin-right:-.5rem;padding:1rem 1.5rem}.header-module__-0s03G__hamburger{border-radius:14px;width:56px;height:56px}.header-module__-0s03G__mobileMenu{max-height:calc(100vh - 82px);top:82px}}@media (prefers-reduced-motion:reduce){.header-module__-0s03G__logoIcon{animation:none}.header-module__-0s03G__hamburger,.header-module__-0s03G__sectionNavButton,.header-module__-0s03G__header,.header-module__-0s03G__mobileMenu,.header-module__-0s03G__overlay{transition-duration:.1s}.header-module__-0s03G__sectionNavButton{animation:none}.header-module__-0s03G__overlay{animation-duration:.1s}}@media (max-width:768px){.header-module__-0s03G__hamburger,.header-module__-0s03G__closeButton{touch-action:manipulation;min-width:48px;min-height:48px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.header-module__-0s03G__header{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.header-module__-0s03G__logoIcon{box-shadow:0 0 0 2px #0b0002,0 8px 32px #000,0 4px 16px #000,inset 0 2px 8px rgba(255,255,255,.12)}}
