*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#100b1d;color:#fff}a{text-decoration:none;color:inherit}.top{position:sticky;top:0;z-index:20;background:rgba(10,7,18,.88);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;padding:14px 6%;border-bottom:1px solid #ffffff18}.brand{display:flex;gap:12px;align-items:center}.brand img{width:54px;height:54px;object-fit:contain}.brand strong{display:block;font-size:21px}.brand span{font-size:12px;color:#c9bddb}.mark{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--primary),#f59e0b);display:grid;place-items:center;font-size:25px}nav{display:flex;gap:20px;align-items:center}nav a{color:#eee;font-weight:700;font-size:14px}.adminlink,.btn{background:linear-gradient(135deg,var(--primary),#ec4899);padding:12px 18px;border-radius:999px;color:#fff;display:inline-flex;gap:8px;align-items:center;border:0;cursor:pointer;font-weight:800}.menuBtn{display:none;background:#ffffff12;color:white;border:0;padding:10px;border-radius:10px}.hero{min-height:620px;position:relative;overflow:hidden}.slide{min-height:620px;background-size:cover;background-position:center;display:none;align-items:center;padding:80px 7%;position:relative}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#100b1dea,#100b1d8a,#00000038)}.slide.active{display:flex}.heroText{position:relative;max-width:760px}.tag{color:#f8d28c;text-transform:uppercase;letter-spacing:2px;font-weight:900}.hero h1{font-size:58px;line-height:1.02;margin:14px 0}.hero p{font-size:20px;color:#eee;line-height:1.6}.arrows{position:absolute;right:6%;bottom:50px;display:flex;gap:12px}.arrows button{width:48px;height:48px;border-radius:50%;border:1px solid #ffffff44;background:#ffffff18;color:white;font-size:18px}.section{padding:80px 7%}.title{text-align:center;max-width:760px;margin:0 auto 40px}.title h2{font-size:42px;margin:0}.title p{color:#cfc6dc;line-height:1.7}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:linear-gradient(180deg,#ffffff13,#ffffff08);border:1px solid #ffffff18;border-radius:28px;padding:28px;box-shadow:0 24px 70px #00000032}.card i{font-size:34px;color:#f8d28c}.card h3{font-size:23px}.card p{color:#d6cfe2;line-height:1.7}.imageCard{padding:0;overflow:hidden}.imageCard img{width:100%;height:260px;object-fit:cover;display:block}.imageCard .pad{padding:24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.split img{width:100%;border-radius:32px;height:460px;object-fit:cover}.quote{font-size:30px;line-height:1.4;color:#fff}.cta{background:linear-gradient(135deg,var(--primary),#3b0764);border-radius:36px;padding:50px;text-align:center}.form{display:grid;gap:14px;max-width:820px;margin:auto}.form input,.form textarea,.form select{width:100%;padding:16px;border-radius:14px;border:1px solid #ffffff24;background:#ffffff10;color:white}.form textarea{min-height:140px}.form input::placeholder,.form textarea::placeholder{color:#c7bdd6}footer{padding:45px 7%;background:#08050f;text-align:center;border-top:1px solid #ffffff14}.social a{font-size:28px;margin:8px;color:#fff}.zap{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;background:#25d366;display:grid;place-items:center;font-size:35px;z-index:30;box-shadow:0 10px 35px #0008}.pageHead{padding:90px 7%;background:linear-gradient(135deg,#23123f,#090513);text-align:center}.pageHead h1{font-size:48px}.postBody{max-width:900px;margin:auto;font-size:19px;line-height:1.9;color:#eee}.postHero{width:100%;height:430px;object-fit:cover;border-radius:30px;margin-bottom:30px}@media(max-width:900px){.menuBtn{display:block}nav{position:fixed;top:82px;right:-100%;width:78%;height:calc(100vh - 82px);background:#08050f;flex-direction:column;align-items:flex-start;padding:30px;transition:.3s}.open nav{right:0}.grid,.split{grid-template-columns:1fr}.hero h1{font-size:40px}.slide{min-height:560px}.section{padding:55px 5%}}
