.info-section{display:flex;justify-content:center;padding:60px 20px}
.text-box{max-width:1000px;background:rgba(0,0,0,0.45);padding:30px 40px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.4)}
.section h2{color:#22a8ff;font-size:30px;font-weight:800;margin:0 0 14px;text-shadow:0 0 14px rgba(34,168,255,.25);}
.section p{color:#e5eaf0;font-size:17px;line-height:1.6}
:root{--bg:#0b1220;--text:#e7eef9;--red:#e62c4e;--border:rgba(255,255,255,.08)}
*{box-sizing:border-box}
body{margin:0;font-family:'Segoe UI',Inter,system-ui,Arial;background:var(--bg);color:var(--text)}
a{color:inherit}
.page-bg{position:fixed;inset:0;z-index:-2;background:url('https://th.bing.com/th/id/R.a1e81f088c3b9d981e89e06242175a58?rik=bu0ErsJgVX1n0w&pid=ImgRaw&r=0&sres=1&sresct=1')center/cover no-repeat;filter:brightness(.35) saturate(.9)}
.page-overlay{position:fixed;inset:0;z-index:-1;background:radial-gradient(1200px 600px at 70% -120px,rgba(37,160,255,.18),transparent),linear-gradient(to bottom,rgba(11,18,32,.25),rgba(11,18,32,.85))}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
header{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);background:rgba(11,18,32,.75);border-bottom:1px solid var(--border)}
.hdr{display:flex;align-items:center;gap:16px;padding:12px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:800}
.brand .logo{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#ff6a88,#e62c4e)}
.brand .logo svg{fill:#fff;width:22px;height:22px}
.brand span{font-size:22px}
.control-bar{display:flex;align-items:left;gap:12px;width:100%}
.select{position:relative;min-width:180px}
.select button{width:100%;display:flex;align-items:center;justify-content:space-between;background:#0e172b;color:var(--text);border:1px solid var(--border);padding:12px 14px;border-radius:10px}
.select .menu{position:absolute;left:0;top:110%;width:100%;background:#0e172b;border:1px solid var(--border);border-radius:10px;display:none}
.select.open .menu{display:block}
.select .item{padding:10px 14px;cursor:pointer}
.select .item:hover{background:rgba(255,255,255,.06)}
.search{flex:1;display:flex;align-items:center;background:#0e172b;border:1px solid var(--border);border-radius:10px;padding:10px 12px}
.search input{flex:1;background:transparent;border:none;outline:0;color:var(--text);font-size:15px}
.search svg{opacity:.75}
.hero{padding:34px 0 18px;text-align:center}
.hero h1{margin:12px 0;font-weight:800;color:#37b3ff;font-size:36px}
.intro{max-width:980px;margin:0 auto 16px;color:#d7e3f2}
#share-bar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;}
#share-bar .share-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:6px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.2s;
}
#share-bar .share-btn:hover{
  opacity:.85;
  transform:translateY(-3px);
}
#share-bar .share-btn i{
  font-size:16px;
}

#share-bar .fb{ background:#4267B2; }
#share-bar .tw{ background:#000000; }
#share-bar .wa{ background:#25d366; }
#share-bar .ms{ background:#448AFF; }
#share-bar .rd{ background:#ff4500; }
#share-bar .tg{ background:#0088cc; }
.btn:hover{opacity:.85}
.cta{display:inline-block;margin-top:10px;padding:14px 24px;background:var(--red);color:#fff;border-radius:16px;font-weight:800;box-shadow:0 18px 36px rgba(230,44,78,.25)}
section{padding-left:6.5cm;padding-right:6.5cm;text-align:left; margin-left:100px 0}
.title{color:#37b3ff;font-size:28px;font-weight:800}
.lead{color:#e9f0fa}
.film{margin-top:16px;border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.film img{width:100%;display:block}
.mid p{color:#d5e1f0}
.mid h3{color:#37b3ff;font-size:28px;margin:14px 0 6px}
.bullets{padding-left:22px}
footer{margin-top:24px;background:linear-gradient(to top,rgba(6,10,20,.95),rgba(6,10,20,.75));border-top:1px solid var(--border)}
.fwrap{padding:32px 0}
.fbrand{display:flex;align-items:left;gap:10px;font-weight:800}
.fbrand .logo{width:32px;height:32px;background:linear-gradient(135deg,#ff6a88,#e62c4e);border-radius:8px;display:grid;place-items:left}
.fcols{margin-top:16px;display:grid;gap:26px;grid-template-columns:1.2fr repeat(3,1fr) 1.2fr}
.fcol h4{margin:0 0 8px}
.list{display:grid;gap:8px}
.list a{color:#bcd0e7;text-decoration:none}
.list a:hover{color:#fff}
.newsletter{display:flex;gap:8px}
.newsletter input{flex:1;background:#0e172b;border:1px solid var(--border);color:#e6edf6;padding:10px 12px;border-radius:10px}
.newsletter button{background:var(--red);border:none;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer}
.copy{border-top:1px solid var(--border);padding:14px 0;text-align:left;color:#a4b3c6;font-size:14px}

@media(max-width:980px){.fcols{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.fcols{grid-template-columns:1fr}.hero h1{font-size:28px}}
