.contact-popup-overlay{z-index:9999;opacity:0;pointer-events:none;background:#000000e0;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.contact-popup-overlay.open{opacity:1;pointer-events:auto}.contact-popup{opacity:0;background:#0d1117;border-radius:16px;width:100%;max-width:420px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s;position:relative;overflow:hidden;transform:translateY(20px)scale(.97);box-shadow:0 0 0 1px #ffffff0f,0 24px 48px #0009}.contact-popup-overlay.open .contact-popup{opacity:1;transform:translateY(0)scale(1)}.contact-popup__accent{background:linear-gradient(90deg,var(--crimson)0%,var(--gold)100%);height:4px}.contact-popup__close{color:#ffffff40;cursor:pointer;z-index:5;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.contact-popup__close:hover{color:#ffffffb3;background:#ffffff0d}.contact-popup__body{padding:2rem 2rem 1.75rem}.contact-popup__label{text-transform:uppercase;letter-spacing:2.5px;color:var(--gold);margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:inline-block}.contact-popup__title{font-family:var(--font-heading);color:#fff;letter-spacing:-.3px;margin-bottom:1.75rem;font-size:1.5rem;font-weight:800}.contact-popup__options{flex-direction:column;gap:.6rem;display:flex}.contact-option{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;padding:.95rem 1.1rem;text-decoration:none;transition:all .25s;display:flex}.contact-option__left{align-items:center;gap:.85rem;display:flex}.contact-option__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;transition:all .25s;display:flex}.contact-option__info{flex-direction:column;display:flex}.contact-option__name{font-family:var(--font-heading);color:#fff;font-size:.92rem;font-weight:700;line-height:1.3}.contact-option__detail{color:#ffffff59;margin-top:1px;font-size:.75rem}.contact-option__arrow{color:#ffffff26;flex-shrink:0;font-size:.7rem;transition:all .25s}.contact-option--call .contact-option__icon{color:#34d058;background:#25d3661f}.contact-option--call:hover{background:#25d3660f;border-color:#25d36633}.contact-option--call:hover .contact-option__icon{color:#fff;background:#34d058}.contact-option--call:hover .contact-option__arrow{color:#34d058;transform:translate(3px)}.contact-option--form .contact-option__icon{color:var(--gold);background:#ffb7031f}.contact-option--form:hover{background:#ffb7030f;border-color:#ffb70333}.contact-option--form:hover .contact-option__icon{background:var(--gold);color:#111}.contact-option--form:hover .contact-option__arrow{color:var(--gold);transform:translate(3px)}@media (max-width:480px){.contact-popup__body{padding:1.75rem 1.5rem 1.5rem}.contact-popup__title{font-size:1.35rem}.contact-option{padding:.85rem 1rem}}@media (max-width:360px){.contact-popup__body{padding:1.5rem 1.25rem 1.25rem}.contact-popup__title{margin-bottom:1.5rem;font-size:1.25rem}.contact-option__icon{width:32px;height:32px;font-size:.85rem}}
.trial-cta{border-top:1px solid #ffffff0d;justify-content:center;align-items:center;min-height:100dvh;padding:0;display:flex;position:relative;overflow:hidden}.trial-cta__bg{z-index:0;filter:grayscale()contrast(1.2);opacity:.25;background-position:right 20% center;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.trial-cta__overlay{z-index:1;background:linear-gradient(90deg,#020306 30%,#02030666 100%),linear-gradient(#020306 0%,#0000 30% 70%,#020306 100%);position:absolute;inset:0}.trial-cta__container{z-index:2;width:100%;position:relative}.trial-cta__content{max-width:650px}.trial-cta__title{font-family:var(--font-heading);letter-spacing:-2px;text-transform:uppercase;margin-bottom:clamp(1rem,3vh,2rem);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1}.trial-cta__desc{color:var(--text-light);opacity:.9;max-width:90%;margin-bottom:clamp(1.5rem,4vh,3rem);font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.6}.trial-cta__features{flex-direction:column;gap:clamp(.8rem,2vh,1.2rem);margin-bottom:clamp(1.5rem,4vh,3rem);display:flex}.trial-cta__feature{color:var(--text-white);letter-spacing:1px;text-transform:uppercase;align-items:center;gap:1rem;font-size:1.05rem;font-weight:600;display:flex}.trial-cta__feature-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;box-shadow:0 0 15px #ffb703cc}.trial-cta__actions{flex-wrap:wrap;gap:1.5rem;display:flex}.trial-cta__btn-primary{text-transform:uppercase;letter-spacing:2px;padding:1.2rem 3rem;font-size:1rem}.trial-cta__btn-secondary{color:var(--text-white);background:#ffffff0d;border-color:#ffffff1a;padding:1.2rem 2.5rem;font-size:1rem}.trial-cta__btn-secondary:hover{background:#ffffff1a;border-color:#fff3}@media (max-width:992px){.trial-cta__overlay{background:linear-gradient(90deg,#020306 60%,#02030699 100%),linear-gradient(#020306 0%,#0000 10% 90%,#020306 100%)}}@media (max-width:768px){.trial-cta{min-height:100svh;padding:0}.trial-cta__bg{opacity:.15;background-position:50%;background-attachment:scroll}.trial-cta__overlay{background:linear-gradient(#020306e6 0%,#020306f2 100%)}.trial-cta__content{text-align:center;margin:0 auto}.trial-cta__features{align-items:center}.trial-cta__actions{flex-direction:column;align-items:center;width:100%}.trial-cta__btn-primary,.trial-cta__btn-secondary{justify-content:center;width:100%;max-width:350px;padding:1rem 1.5rem}}@media (max-width:480px){.trial-cta__title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.2rem}.trial-cta__desc{margin-bottom:2rem;font-size:.9rem;line-height:1.5}.trial-cta__features{align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem}.trial-cta__feature{text-align:center;justify-content:center;gap:.5rem;width:100%;font-size:.85rem}.section-label{margin-bottom:1rem;padding:.4rem 1rem;font-size:.7rem}}@media (max-width:380px){.trial-cta__title{font-size:1.8rem}.trial-cta__desc{margin-bottom:1.5rem;font-size:.8rem}.trial-cta__feature{font-size:.75rem}.trial-cta__actions{gap:.75rem}.trial-cta__btn-primary,.trial-cta__btn-secondary{padding:.8rem 1rem;font-size:.8rem}}
.hero{justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:linear-gradient(160deg,#0b1528 0%,#080b14 40%,#10121f 100%);position:absolute;inset:0}.hero__watermark{font-size:80vh;font-family:var(--font-heading);color:#ffffff04;z-index:1;pointer-events:none;white-space:nowrap;-webkit-user-select:none;user-select:none;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__glow-1{opacity:.5;width:500px;height:500px;top:10%;left:5%}.hero__glow-2{opacity:.35;width:400px;height:400px;bottom:10%;right:10%}.hero__glow-3{opacity:.4;width:600px;height:600px;top:30%;right:-10%}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;padding-top:6rem;padding-bottom:4rem;display:flex;position:relative}.hero__badge{letter-spacing:3px;text-transform:uppercase;color:var(--gold);background:#ffb70314;border:1px solid #ffb70340;border-radius:50px;align-items:center;margin-bottom:2.5rem;padding:.6rem 1.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero__title{letter-spacing:-2px;text-shadow:0 20px 60px #00000080;margin-bottom:1rem;font-size:clamp(4rem,12vw,8rem);font-weight:900;line-height:1}.hero__subtitle{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:600}.hero__desc{color:var(--text-light);max-width:600px;margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.hero__actions{gap:1.5rem;display:flex}@media (max-width:768px){.hero{min-height:90vh}.hero__content{padding-top:5rem;padding-bottom:3rem}.hero__badge{letter-spacing:2px;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.7rem}.hero__subtitle{letter-spacing:2.5px;font-size:.9rem}.hero__desc{max-width:500px;margin-bottom:2.5rem;font-size:1rem}.hero__actions{flex-direction:column;width:100%;max-width:300px}.hero__glow-1{width:300px;height:300px}.hero__glow-2{width:250px;height:250px}.hero__glow-3{width:350px;height:350px}}@media (max-width:480px){.hero{min-height:100dvh}.hero__content{padding-top:4.5rem;padding-bottom:3rem}.hero__badge{letter-spacing:1.5px;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.65rem}.hero__title{letter-spacing:-1px;font-size:clamp(2.5rem,14vw,3.5rem)}.hero__subtitle{letter-spacing:2px;margin-bottom:1rem;font-size:.8rem}.hero__desc{max-width:100%;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.hero__actions{gap:.75rem;max-width:100%}.hero__actions .btn{justify-content:center;width:100%}.hero__glow-1{opacity:.3;width:200px;height:200px}.hero__glow-2{opacity:.2;width:180px;height:180px}.hero__glow-3{display:none}}@media (max-width:360px){.hero__title{font-size:2.2rem}.hero__subtitle{letter-spacing:1.5px;font-size:.72rem}.hero__desc{font-size:.85rem}.hero__badge{letter-spacing:1px;padding:.4rem .85rem;font-size:.6rem}}
