body{margin:0;font-family:Segoe UI,sans-serif;color:#fff}.navbar{background:#0b0c1b;padding:15px 30px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}.logo{font-size:22px;color:#fff;font-weight:700}.nav-links{display:flex;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-size:16px;transition:color .3s}.nav-links a:hover{color:#ff0}.hamburger{display:none;font-size:26px;cursor:pointer;color:#fff}@media (max-width: 768px){.nav-links{display:none;flex-direction:column;background:#0b0c1b;position:absolute;top:60px;right:30px;width:200px;padding:15px;border-radius:8px}.nav-links.open{display:flex}.hamburger{display:block}}.hero{background:url(/background-dek.webp) center/cover no-repeat;min-height:90vh;display:flex;align-items:flex-end;justify-content:center;position:relative}@media (max-width: 768px){.hero{background:url(/background-mobile.webp) center/cover no-repeat;min-height:75vh}}.hero-overlay{display:flex;justify-content:space-between;align-items:end;color:#fff;width:100%;max-width:1200px;padding:30px;gap:20px;flex-wrap:wrap}.hero-left,.hero-right{flex:1;min-width:250px}.hero-left h1{font-size:2.8rem;font-weight:700;margin:0}.hero-left h1 span{color:#ff0}.hero-right{text-align:right}.hero-right p{font-size:1.2rem;margin:0 0 20px}.hero-right button{background:#eedc0ee6;color:#000;border:none;padding:12px 20px;font-size:1rem;cursor:pointer;border-radius:5px}button:hover{background:#32cadfe6;color:#000}@media (max-width: 768px){.hero-overlay{flex-direction:column;text-align:center;padding:15px;align-items:center;gap:15px}.hero-left,.hero-right{text-align:center;margin:0;min-width:auto}.hero-left h1{font-size:1.5rem;line-height:1.2;margin-bottom:10px}.hero-right p{font-size:.9rem;margin-bottom:10px}.hero-right button{padding:8px 16px;font-size:.9rem}}.container{text-align:center;padding:40px}h1{font-size:36px;margin-bottom:30px}.cards{color:#0b0c1b;display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000080;width:300px;text-align:left}.card h2{font-size:20px;margin-bottom:15px}.card ul{list-style:disc;padding-left:20px}.card a{color:#007bff;text-decoration:none}.card a:hover{text-decoration:underline}.pradh{margin:0;font-family:Inter,sans-serif;color:#1e1e1e;line-height:1.6;background:#fff}.wrapper{max-width:740px;margin:0 auto;padding:2.2rem 1rem}h1{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;text-align:center;margin-bottom:1.8rem}.section-title{font-size:1.35rem;font-weight:600;margin:2rem 0 .9rem}p{margin:0 0 1rem}.hero-img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 8px 20px #00000014}.headtype{color:#0b0c1b}.about-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeInScale .5s cubic-bezier(.68,-.55,.27,1.55)}.modal-content{background:#fff;color:#111;padding:2rem 3rem;border-radius:20px;box-shadow:0 8px 32px #0003;font-size:1.5rem;font-weight:600;text-align:center;cursor:pointer;max-width:90vw;max-height:80vh;overflow-y:auto;transition:transform .3s}.modal-title{color:#111}.modal-body{margin-top:1rem;font-size:1rem;color:#222}.modal-note{font-weight:400}.section-text{margin:20px;text-align:center;color:#111}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
