*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#0a0a0a;flex-direction:column;min-height:100vh;font-family:Arial,sans-serif;display:flex}main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}h1{color:#ff6b00;text-shadow:2px 2px 4px #ff00004d;margin-bottom:1.5rem;font-size:2.5rem}h2{color:#ff6b00;margin-bottom:1rem;font-size:2rem}p{margin-bottom:1rem;line-height:1.6}@media (max-width:600px){main{padding:1rem}h1{font-size:1.8rem}h2{font-size:1.5rem}}
.Header-module__gbg3bW__header{z-index:1000;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-bottom:3px solid #ff6b00;padding:.5rem 0;position:sticky;top:0;box-shadow:0 4px 12px #ff6b0033}.Header-module__gbg3bW__container{justify-content:space-between;align-items:center;max-width:1200px;min-height:70px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__gbg3bW__logo{align-items:center;text-decoration:none;transition:transform .3s;display:flex}.Header-module__gbg3bW__logo:hover{transform:scale(1.05)}.Header-module__gbg3bW__hamburger{cursor:pointer;background:0 0;border:none;border-radius:4px;flex-direction:column;gap:5px;padding:8px;transition:background .3s;display:none}.Header-module__gbg3bW__hamburger:hover{background:#ff6b001a}.Header-module__gbg3bW__hamburgerLine{background:#fff;border-radius:2px;width:28px;height:3px;transition:all .3s}.Header-module__gbg3bW__nav{align-items:center;display:flex}.Header-module__gbg3bW__navList{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__gbg3bW__navLink{color:#fff;border-radius:4px;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Header-module__gbg3bW__navLink:after{content:"";background:#ff6b00;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__gbg3bW__navLink:hover{color:#ff6b00}.Header-module__gbg3bW__navLink:hover:after{width:80%}@media (max-width:600px){.Header-module__gbg3bW__container{padding:0 1rem}.Header-module__gbg3bW__hamburger{display:flex}.Header-module__gbg3bW__nav{background:#1a1a1a;border-bottom:2px solid #ff6b00;padding:1rem 0;transition:transform .3s;position:fixed;top:70px;left:0;right:0;transform:translateY(-120%);box-shadow:0 4px 12px #0000004d}.Header-module__gbg3bW__navOpen{transform:translateY(0)}.Header-module__gbg3bW__navList{flex-direction:column;align-items:center;gap:.5rem}.Header-module__gbg3bW__navLink{text-align:center;width:100%;padding:.75rem 2rem;font-size:1.2rem}.Header-module__gbg3bW__navLink:after{display:none}.Header-module__gbg3bW__navLink:hover{background:#ff6b001a}}
.Footer-module__8-teKW__footer{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border-top:3px solid #ff6b00;margin-top:auto;padding:3rem 0 1rem;position:relative;overflow:hidden}.Footer-module__8-teKW__footer:before{content:"";background:linear-gradient(90deg,#0000,#ff6b00,red,#ff6b00,#0000) 0 0/200% 100%;width:100%;height:3px;animation:3s linear infinite Footer-module__8-teKW__slideGradient;position:absolute;top:0;left:0}@keyframes Footer-module__8-teKW__slideGradient{0%{background-position:0 0}to{background-position:200% 0}}.Footer-module__8-teKW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__8-teKW__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__8-teKW__section{transition:transform .3s}.Footer-module__8-teKW__section:hover{transform:translateY(-5px)}.Footer-module__8-teKW__section h3{color:#ff6b00;margin-bottom:1rem;font-size:1.2rem;transition:color .3s;display:inline-block;position:relative}.Footer-module__8-teKW__section h3:after{content:"";background:linear-gradient(90deg,#ff6b00,red);width:0;height:2px;transition:width .4s;position:absolute;bottom:-5px;left:0}.Footer-module__8-teKW__section:hover h3:after{width:100%}.Footer-module__8-teKW__section:hover h3{color:#f80;text-shadow:0 0 15px #ff6b0080}.Footer-module__8-teKW__section p{color:#ccc;font-size:.9rem;line-height:1.6;transition:color .3s}.Footer-module__8-teKW__section:hover p{color:#fff}.Footer-module__8-teKW__section ul{padding:0;list-style:none}.Footer-module__8-teKW__section ul li{margin-bottom:.5rem;transition:transform .3s}.Footer-module__8-teKW__section ul li:hover{transform:translate(8px)}.Footer-module__8-teKW__section ul li a{color:#ccc;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.Footer-module__8-teKW__section ul li a:before{content:"→";opacity:0;color:#ff6b00;transition:all .3s;position:absolute;left:-20px}.Footer-module__8-teKW__section ul li a:hover{color:#ff6b00;padding-left:5px}.Footer-module__8-teKW__section ul li a:hover:before{opacity:1;left:-15px}.Footer-module__8-teKW__bottom{text-align:center;border-top:1px solid #333;padding-top:1.5rem}.Footer-module__8-teKW__bottom p{color:#888;font-size:.8rem;transition:color .3s}.Footer-module__8-teKW__bottom p:hover{color:#ff6b00}@media (max-width:600px){.Footer-module__8-teKW__footer{padding:2rem 0 1rem}.Footer-module__8-teKW__container{padding:0 1rem}.Footer-module__8-teKW__content{grid-template-columns:1fr;gap:1.5rem}.Footer-module__8-teKW__section{text-align:center}.Footer-module__8-teKW__section h3:after{left:50%;transform:translate(-50%)}.Footer-module__8-teKW__section:hover h3:after{width:80%}.Footer-module__8-teKW__section ul li{margin:0 .5rem;display:inline-block}.Footer-module__8-teKW__section ul li:hover{transform:translateY(-3px)}.Footer-module__8-teKW__section ul li a:before{display:none}.Footer-module__8-teKW__section ul li a:hover{padding-left:0}.Footer-module__8-teKW__bottom p{font-size:.7rem}}
