@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Bebas+Neue&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;min-height:100vh;margin:0;padding:0}body{background:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;max-width:none}a{color:inherit;text-decoration:none}a:hover{color:inherit}button:focus,button:focus-visible,a:focus,a:focus-visible{outline:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}:root{--pink: #FF0066;--green: #00FF7F;--black: #0A0A0A;--white: #FFFFFF;--gray: #888888;--dark: #141414}html{scroll-behavior:smooth}body{font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--black);color:var(--white)}.site{width:100%;opacity:0;transition:opacity .4s ease}.site.loaded{opacity:1}.section-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 60px}@media(max-width:768px){.section-inner{padding:0 24px}}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:0;background:#0a0a0ab3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .3s ease}.nav.scrolled{background:#0a0a0af2}.nav-inner{width:100%;max-width:1400px;margin:0 auto;padding:16px 60px;display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.nav-inner{padding:14px 24px}}.nav-logo img{height:40px;width:auto;filter:brightness(0) invert(1);transition:transform .2s ease}.nav-logo:hover img{transform:scale(1.05)}.nav-links{display:flex;gap:8px}.nav-links a{font-size:14px;font-weight:600;color:var(--white);padding:12px 20px;border-radius:100px;transition:background .2s ease,color .2s ease}.nav-links a:hover{background:#ffffff1a}.nav-cta{font-size:14px;font-weight:700;color:var(--black);background:var(--green);padding:14px 28px;border-radius:100px;transition:transform .2s ease,box-shadow .2s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00ff7f4d}@media(max-width:900px){.nav-links{display:none}}.hero{width:100%;min-height:100vh;background:var(--pink);display:flex;align-items:center;justify-content:center;padding:140px 60px 100px}@media(max-width:768px){.hero{padding:120px 24px 80px}}.hero-inner{text-align:center;max-width:900px}.hero-logo{height:clamp(140px,28vw,260px);width:auto;margin:0 auto 40px;filter:brightness(0) invert(1)}.hero-tagline{font-family:Bebas Neue,sans-serif;font-size:clamp(56px,12vw,140px);line-height:.95;color:var(--white);margin-bottom:28px}.hero-tagline span{display:block}.hero-tagline .accent{color:var(--green)}.hero-sub{font-size:18px;line-height:1.7;color:var(--white);opacity:.9;margin-bottom:48px}@media(min-width:768px){.hero-sub{font-size:20px}}.hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{font-size:15px;font-weight:700;padding:18px 40px;border-radius:100px;cursor:pointer;display:inline-block;text-align:center}.btn-primary{color:var(--pink);background:var(--white);border:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 40px #ffffff4d;background:var(--green);color:var(--black)}.btn-secondary{color:var(--white);background:transparent;border:2px solid var(--white);position:relative;overflow:hidden;transition:color .3s ease,transform .3s ease;z-index:1}.btn-secondary:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:var(--green);transition:width .3s ease;z-index:-1}.btn-secondary:hover{color:var(--black);border-color:var(--green);transform:translateY(-3px)}.btn-secondary:hover:before{width:100%}@media(max-width:480px){.hero-ctas{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.about{width:100%;background:var(--black);padding:140px 0}@media(max-width:768px){.about{padding:100px 0}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:60px}}.tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--pink);margin-bottom:20px}.tag.dark{color:var(--black);opacity:.5}.tag.light{color:var(--white);opacity:.7}.about-left h2{font-family:Bebas Neue,sans-serif;font-size:clamp(44px,5.5vw,76px);line-height:1.05;color:var(--white)}.about-left h2 .pink{color:var(--pink)}.about-right p{font-size:17px;line-height:1.8;color:var(--gray);margin-bottom:20px}.features{margin-top:48px;display:flex;flex-direction:column;gap:28px}.feature{display:flex;gap:20px;align-items:flex-start}.feature .num{font-family:Bebas Neue,sans-serif;font-size:28px;color:var(--green);line-height:1;flex-shrink:0}.feature strong{display:block;font-size:15px;font-weight:600;color:var(--white);margin-bottom:4px}.feature>div>span{font-size:14px;color:var(--gray);line-height:1.5}.how{width:100%;background:var(--green);padding:140px 0}@media(max-width:768px){.how{padding:100px 0}}.section-header{margin-bottom:64px}.section-header.center{text-align:center}.section-header h2{font-family:Bebas Neue,sans-serif;font-size:clamp(44px,7vw,88px);line-height:1.05;color:var(--black)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:64px}@media(max-width:1024px){.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.steps{grid-template-columns:1fr}}.step{background:var(--white);padding:40px 28px;border-radius:20px;text-align:center}.step-num{font-family:Bebas Neue,sans-serif;font-size:48px;color:var(--pink);display:block;margin-bottom:12px}.step h3{font-size:22px;font-weight:700;color:var(--black);margin-bottom:8px}.step p{font-size:14px;color:var(--gray);line-height:1.5}.price-box{background:var(--pink);border-radius:20px;padding:40px 56px;display:flex;align-items:center;justify-content:center;gap:28px;max-width:480px;margin:0 auto}@media(max-width:600px){.price-box{flex-direction:column;gap:12px;padding:32px}}.price-label{font-size:18px;font-weight:700;color:var(--black);background:var(--green);padding:10px 24px;border-radius:100px}.price-value{font-family:Bebas Neue,sans-serif;font-size:56px;color:var(--white);line-height:1}.price-method{font-size:13px;font-weight:700;color:var(--black);background:var(--green);padding:10px 20px;border-radius:100px}.products{width:100%;background:var(--black);padding:140px 0}@media(max-width:768px){.products{padding:100px 0}}.products .section-header h2{color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1000px;margin:0 auto}@media(max-width:768px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--dark);border-radius:20px;overflow:hidden}.product-img{background:#1e1e1e;padding:48px;display:flex;align-items:center;justify-content:center}.product-img img{max-width:180px;max-height:180px;object-fit:contain}.product-info{padding:28px}.product-info h3{font-size:22px;font-weight:700;color:var(--pink);margin-bottom:16px}.product-info ul{display:flex;flex-direction:column;gap:0}.product-info li{font-size:14px;color:var(--gray);padding:12px 0;border-bottom:1px solid #2A2A2A;display:flex;align-items:center;gap:12px}.product-info li:before{content:"";width:6px;height:6px;background:var(--green);border-radius:50%;flex-shrink:0}.product-info li:last-child{border-bottom:none}.station{width:100%;background:var(--pink);padding:140px 0}@media(max-width:768px){.station{padding:100px 0}}.station-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media(max-width:1024px){.station-grid{grid-template-columns:1fr;gap:60px}}.station-content h2{font-family:Bebas Neue,sans-serif;font-size:clamp(36px,4vw,54px);line-height:1.1;color:var(--white);margin-bottom:20px}.station-content>p{font-size:17px;line-height:1.7;color:var(--white);opacity:.9;margin-bottom:40px;max-width:440px}.specs{display:flex;gap:40px}.spec{display:flex;flex-direction:column}.spec .val{font-family:Bebas Neue,sans-serif;font-size:44px;color:var(--green);line-height:1}.spec .lbl{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--white);opacity:.7}.station-img{display:flex;align-items:center;justify-content:center}.station-img img{max-width:100%;max-height:500px;object-fit:contain;border-radius:16px}.contact{width:100%;background:var(--black);padding:140px 0;text-align:center}@media(max-width:768px){.contact{padding:100px 0}}.contact .section-header h2{color:var(--white);margin-bottom:16px}.contact-sub{font-size:18px;color:var(--gray);margin-bottom:48px}.contact-cards{display:flex;gap:20px;justify-content:center;margin-bottom:48px}@media(max-width:600px){.contact-cards{flex-direction:column;align-items:center}}.contact-card{background:var(--dark);padding:28px 40px;border-radius:16px;text-align:left;transition:background .2s ease;display:block}.contact-card:hover{background:#1e1e1e}@media(max-width:600px){.contact-card{width:100%;max-width:280px;text-align:center}}.card-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);margin-bottom:6px}.card-value{font-size:17px;font-weight:600;color:var(--white)}.btn-big{display:inline-block;font-size:17px;font-weight:600;color:var(--black);background:var(--green);padding:22px 56px;border-radius:100px;transition:transform .2s ease,box-shadow .2s ease}.btn-big:hover{transform:translateY(-3px);box-shadow:0 16px 48px #00ff7f40}.footer{width:100%;background:var(--dark);padding:48px 60px;text-align:center}@media(max-width:768px){.footer{padding:40px 24px}}.footer img{height:48px;width:auto;margin:0 auto 20px;opacity:.5;filter:brightness(0) invert(1)}.footer p{font-size:13px;color:var(--gray)}
