
:root{--red:#ee3448;--red2:#b7192b;--bg:#0d0f0f;--panel:#181b1c;--line:#ffffff22;--text:#f5f5f5;--muted:#c8c8c8;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0d0f0f url('/images/index_bg.jpg') center top/cover fixed;color:var(--text);font-family:Arial,"Segoe UI",sans-serif;line-height:1.72}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 44px));margin:auto}
.site-head{position:relative;z-index:10;padding:18px 0 0}.top{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center}.logo{width:320px}.social{position:absolute;left:0;display:flex;gap:10px}.social img{width:35px;height:35px;object-fit:contain}.langs{position:absolute;right:0;display:flex;gap:10px}.lang{width:44px;height:44px;border:1px solid #ffffff55;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:13px;background:#17191acc}.lang:hover,.lang.active{background:var(--red);border-color:#ff7986}
.nav{display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid #ffffff33;background:linear-gradient(#292929,#171717);border-radius:10px;padding:5px;box-shadow:0 12px 34px #0008}.nav a{padding:13px 16px;border-radius:6px;font-size:14px;font-weight:700}.nav a:hover,.nav a.active{background:linear-gradient(135deg,var(--red),var(--red2))}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;padding:54px 0 42px}.hero h1{font-size:clamp(42px,5.3vw,68px);line-height:1.05;margin:8px 0 20px}.eyebrow{color:#ff6673;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.hero p{font-size:19px;color:#dedede;max-width:650px}.hero-img{height:390px;border-radius:15px;overflow:hidden;border:1px solid #ffffff35;background:#171717;box-shadow:0 20px 60px #0009}.hero-img img{width:100%;height:100%;object-fit:cover}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border-radius:28px;font-weight:800}.primary{background:linear-gradient(125deg,#ff4f5c,#d32239);border:1px solid #ff8a92}.wa{background:#168c53;border:1px solid #39c97a}
.section{margin:18px 0 26px;padding:28px 30px;background:linear-gradient(150deg,#222425ee,#151718ee);border:1px solid var(--line);border-radius:13px}.section h2{font-size:29px;margin:0 0 15px}.section h2:after{content:"";display:block;width:58px;height:3px;background:var(--red);margin-top:9px;border-radius:2px}.section p{color:#dedede;font-size:17px}.section a{color:#ff818a;text-decoration:underline;text-underline-offset:3px}.contactband{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:30px 0;padding:25px 28px;border:1px solid #ffffff2b;border-radius:12px;background:#191b1cf2}.contactband h2{margin:0 0 5px}.contactband p{margin:0;color:#cfcfcf}.map{width:100%;height:350px;border:0;border-radius:10px}.social-embed{display:block;max-width:100%;margin:18px auto}.tunerbox{text-align:center}.meter{font-size:44px;font-weight:900;margin:15px 0}.note{font-size:70px;color:#ff5563;font-weight:900}.footer{text-align:center;padding:28px;color:#aaa;border-top:1px solid #ffffff1e;margin-top:30px}
@media(max-width:900px){.top{min-height:150px}.logo{width:250px}.hero{grid-template-columns:1fr}.hero-img{height:300px}.nav{overflow:auto;justify-content:flex-start}.nav a{white-space:nowrap}}
@media(max-width:620px){
.wrap{width:calc(100% - 26px)}
.site-head{padding-top:8px}
.top{
  min-height:auto;
  padding:8px 0 14px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.logo{width:190px}
.social{display:none}
.langs{
  position:static;
  transform:none;
  display:flex;
  gap:8px;
  padding:5px 8px;
  border:1px solid #ffffff24;
  border-radius:999px;
  background:#17191ad9;
  box-shadow:0 6px 18px #0006;
}
.lang{
  width:40px;
  height:40px;
  font-size:11px;
}
.nav{margin-top:0}
.nav a{padding:10px 12px;font-size:13px}
.hero{padding:28px 0 24px;gap:20px}
.hero h1{font-size:42px}
.hero p{font-size:17px}
.hero-img{height:245px}
.section{padding:22px 20px}
.section h2{font-size:25px}
.section p{font-size:16px}
.contactband{display:grid}
.contactband .btn{width:100%}
}
