@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@700;800;900&display=swap";
:root{--hero-gold:#ffb600;--hero-dark:rgba(0,0,0,.55);--text-main:#fff;--text-dim:rgba(255,255,255,.85)}.hero{text-align:center;box-sizing:border-box;background:url(/images/hero-bg.jpg) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(rgba(0,0,0,.7) 0%,rgba(0,0,0,.6) 40%,rgba(0,0,0,.9) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{z-index:2;max-width:72rem;color:var(--text-main);margin:0 auto;font-family:Poppins,sans-serif;position:relative}.hero-title{text-transform:capitalize;color:var(--text-main);margin-bottom:.8rem;font-family:Montserrat,sans-serif;font-size:max(2.3rem,min(5vw,4.3rem));font-weight:800;line-height:1.1}.hero-title span{color:var(--hero-gold)}.hero-subheading{color:var(--hero-gold);letter-spacing:.18em;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:max(1rem,min(2vw,1.25rem));font-weight:500}.hero-description{color:var(--text-dim);max-width:55rem;margin:1rem auto 0;font-family:Poppins,sans-serif;font-size:max(1rem,min(2vw,1.15rem));line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.3rem;margin-top:2.2rem;display:flex}.cta{cursor:pointer;border-radius:.45rem;padding:.85rem 2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;position:relative}.cta-primary{color:#fff;background:linear-gradient(90deg,#ffb600,#ff8c00);border:none;box-shadow:0 8px 22px rgba(255,180,50,.45)}.cta-primary:hover{transform:translateY(-2px)}.cta-secondary{border:2px solid var(--hero-gold);color:var(--hero-gold);background:0 0}.cta-secondary:hover{background:var(--hero-gold);color:#000;transform:translateY(-2px)}.hero-highlights{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.2rem;display:flex}.hl-item{text-align:center;transition:all .3s}.hl-title{color:var(--hero-gold);font-family:Montserrat,sans-serif;font-size:max(1.3rem,min(2vw,1.8rem));font-weight:700}.hl-sub{color:rgba(255,255,255,.78);margin-top:.2rem;font-family:Poppins,sans-serif;font-size:max(.9rem,min(1.5vw,1rem));font-weight:500}.hl-item:hover .hl-title{color:#ffd84d;transform:scale(1.08)}@media (max-width:1024px){.hero{min-height:95vh;padding-top:7rem;padding-bottom:3rem}}@media (max-width:768px){.hero{justify-content:flex-start;padding-top:6rem;padding-bottom:2rem}.hero-title{font-size:2rem}.hero-highlights{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.hero{min-height:90vh;padding:5rem 1rem 2rem}.hero-title{font-size:1.9rem;line-height:1.2}.hero-subheading{font-size:1rem}.hero-description{font-size:.95rem}}
.video-background{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.video-bg{object-fit:cover;background-color:#000;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-overlay{background:linear-gradient(rgba(0,0,0,.5) 0%,rgba(0,0,0,.8) 100%);width:100%;height:100%;position:absolute;top:0;left:0}
:root{--hero-dark:rgba(0,0,0,.55);--text-main:#fff;--text-dim:rgba(255,255,255,.85)}.features-section{background:linear-gradient(rgba(0,0,0,.7) 0%,rgba(0,0,0,.6) 40%,rgba(0,0,0,.9) 100%);flex-direction:column;align-items:center;gap:60px;padding:100px 20px;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden;transform:translateY(-100px)}.features-title{text-transform:capitalize;background:linear-gradient(90deg,#fff,#a3b3ff);-webkit-text-fill-color:transparent;letter-spacing:2px;text-align:center;-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800}.features-grid{grid-template-columns:repeat(4,minmax(260px,1fr));justify-items:center;gap:40px;width:100%;max-width:1200px;display:grid}.feature-card{-webkit-backdrop-filter:blur(40px)brightness(1.25)saturate(180%);backdrop-filter:blur(40px)brightness(1.25)saturate(180%);text-align:center;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:rgba(15,15,20,.25);border:1px solid rgba(255,255,255,.12);border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:260px;height:280px;transition:all .5s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 30px rgba(255,255,255,.03),0 15px 35px rgba(0,0,0,.7)}.feature-card:active{cursor:grabbing}.feature-card:before{content:"";border-radius:inherit;mix-blend-mode:overlay;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.08),transparent 70%);position:absolute;top:0;bottom:0;left:0;right:0}.feature-card:after{content:"";border-radius:inherit;mix-blend-mode:soft-light;opacity:.4;pointer-events:none;background:linear-gradient(130deg,rgba(255,255,255,.12),rgba(255,255,255,0) 60%);animation:6s ease-in-out infinite alternate glassSweep;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes glassSweep{0%{opacity:.25;transform:translate(-20%)rotate(0)}to{opacity:.6;transform:translate(20%)rotate(1deg)}}.icon{color:#cfcfff;opacity:.95;filter:drop-shadow(0 0 10px rgba(150,150,255,.25));margin-bottom:18px;font-size:48px}.feature-card h3{color:#f5f5f5;letter-spacing:.5px;margin-bottom:10px;font-family:Montserrat,sans-serif;font-size:1.5rem}.feature-card p{color:rgba(255,255,255,.7);padding:0 20px;font-size:1rem;line-height:1.5}.feature-line{background:linear-gradient(90deg,#36f,#0cf,#63f);border-radius:1px;width:0;height:2px;transition:width .6s ease-out;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 0 8px rgba(51,102,255,.5)}.feature-card:hover .feature-line{width:85%}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-section{padding:60px 10px;transform:translateY(0)}.features-grid{grid-template-columns:1fr;justify-items:center;gap:25px}.feature-card{width:100%;max-width:320px;height:240px}.icon{font-size:40px}.feature-card h3{font-size:1.3rem}.feature-card:nth-child(n+5){display:none}}
