*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100dvh;overflow:hidden;font-family:Urbanist,sans-serif;color:#fff;background-color:#1a0b2e;-webkit-font-smoothing:antialiased}.bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.layout-container{display:flex;flex-direction:column;width:100%;height:100dvh;position:relative;z-index:1}.header{padding:1.5rem 4rem;display:flex;justify-content:flex-start;align-items:center}.header .logo{height:72px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));transition:transform .3s ease}.header .logo:hover{transform:scale(1.05)}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;max-width:900px;margin:-25vh auto 0}.main-content .heading{font-family:Cinzel,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:600;line-height:.95;margin-bottom:.75rem;background:linear-gradient(to right,#fff,#d1c4e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 4px 30px rgba(255,255,255,.1);animation:fadeInUp 1s ease-out}.main-content .sub-heading{font-family:Urbanist,sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:300;line-height:1.4;color:#ffffffd9;margin-bottom:1.75rem;max-width:700px;animation:fadeInUp 1s ease-out .2s both}.main-content .contact-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Urbanist,sans-serif;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#3c218b;text-decoration:none;padding:1.2rem 3rem;background:#fff;border:1px solid #ffffff;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #fff3;animation:fadeInUp 1s ease-out .4s both;cursor:pointer}.main-content .contact-btn:hover{background:#f0f0f0;border-color:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.main-content .contact-btn:active{transform:translateY(0)}.footer{width:max-content;max-width:90vw;padding:1rem 2rem;background:linear-gradient(to top,#00000040,#0000000d);border:1px solid rgba(255,255,255,.08);border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.footer .footer-content{display:flex;justify-content:center;align-items:center;gap:1.5rem;font-family:Urbanist,sans-serif;font-size:.95rem;font-weight:300;color:#ffffffb3;flex-wrap:wrap;letter-spacing:.5px}.footer .footer-content .mobile-only{display:none}.footer .footer-content .divider{color:#fff3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 499px){.desktop-only-br{display:none}}@media (max-width: 769px){html,body{overflow-y:auto;height:100%}.bg-overlay{position:fixed;background-image:url(/images/bg-xs.webp)}.layout-container{min-height:100dvh;height:auto}.header{padding:2rem 1.5rem;justify-content:center}.main-content{padding:0 1.5rem;margin:0 auto;justify-content:flex-start;align-items:center}.main-content .heading{margin-bottom:1.5rem}.main-content .contact-btn{padding:1rem 2.5rem;font-size:.95rem}.footer{position:absolute;bottom:1rem;padding:1rem .5rem;background:#0003;width:90vw}.footer .footer-content{flex-direction:row;flex-wrap:wrap;gap:.4rem .6rem;text-align:center}.footer .footer-content .hide-mobile,.footer .footer-content .desktop-only{display:none}.footer .footer-content .mobile-only{display:inline}.footer .footer-content .full-width-mobile{flex-basis:100%}}@media (max-width: 370px){.main-content .heading{font-size:clamp(2.5rem,8vw,3rem)}}@media (max-width: 769px) and (max-height: 668px){.header{padding-bottom:1rem}.main-content .sub-heading{margin-bottom:10rem}}
