*,:before,:after{box-sizing:border-box}:root{color:#1a1a1a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-maroon:maroon;--secondary-maroon:brown;--text-dark:#1a1a1a;--text-light:#fff;--bg-white:#fff;--bg-gray:#f8f9fa;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html{scroll-behavior:smooth;overflow-x:hidden}body{flex-direction:column;width:100%;min-width:320px;min-height:100vh;margin:0;display:flex;position:relative;overflow-x:hidden}h1,h2,h3{color:var(--primary-maroon);letter-spacing:-1.5px;margin:0;font-family:Rajdhani,sans-serif;font-weight:700;line-height:1.1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.logo{color:var(--primary-maroon);letter-spacing:-1.5px;font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700}.navbar{z-index:1000;box-shadow:none;background-image:url(https://res.cloudinary.com/dfsyxeobd/image/upload/v1773518592/smooth-surface-with-light_ao3hzi.webp);background-position:50%;background-size:cover;padding:0;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:center;align-items:center;height:90px;display:flex;position:relative}.navbar-menu{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffd9;border-bottom:1px solid #5b0f131a;padding:1rem 0}.menu-inner{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.menu-link{color:#000;letter-spacing:.5px;text-transform:uppercase;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.menu-link:hover{color:var(--primary-maroon)}.nav-logo{width:auto;max-width:300px;height:65px;display:block}.nav-cta{position:absolute;right:2rem;background:var(--primary-maroon)!important;border:1px solid #ffffff4d!important;height:2.8rem!important;padding:0 1.5rem!important;font-size:.9rem!important;box-shadow:0 8px 25px #5b0f1366!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px #5b0f1380!important}@media (width<=768px){main{padding-top:65px!important}.navbar-inner{box-sizing:border-box;justify-content:space-between;width:100%;height:65px;padding:0 1rem}.nav-logo{max-width:120px;height:32px}.nav-cta{white-space:nowrap;justify-content:center;align-items:center;margin-left:.5rem;position:static;border:1px solid #ffffff4d!important;height:1.8rem!important;padding:0 .6rem!important;font-size:.65rem!important;display:flex!important;box-shadow:0 5px 15px #5b0f1366!important}}.hero{text-align:center;background:#000;justify-content:center;align-items:flex-end;max-width:100%;height:85vh;margin:0 auto;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000000d 0%,#0003 50%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:3;width:90%;max-width:1000px;padding-bottom:2rem;position:relative}.hero-title{color:#fff;text-shadow:0 2px 25px #000000e6,0 0 10px #00000080;letter-spacing:-1.5px;text-transform:uppercase;margin-bottom:1rem;font-family:Rajdhani,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title span{color:var(--primary-maroon);letter-spacing:4px;text-shadow:0 0 10px #0000004d;margin-bottom:.5rem;font-size:.7em;display:block}.hero-subtitle{color:#fff;text-shadow:0 2px 15px #000c;max-width:800px;margin-bottom:.3rem;margin-left:auto;margin-right:auto;font-family:Rajdhani,sans-serif;font-size:1.4rem;font-weight:500}.hero-prompt{color:#ffffffe6;text-shadow:0 1px 5px #00000080;margin-bottom:2rem;font-size:1.1rem;font-weight:400}.badge-row{z-index:10;justify-content:center;margin:2rem 0;padding:0 1rem;display:flex;position:relative}@media (width<=768px){.badge-row{margin:1rem 0}}.hero-badge{border:5px solid var(--primary-maroon);background:#fff;border-radius:100px;align-items:center;gap:1.8rem;padding:1rem 3.5rem;animation:1s ease-out fadeInUp,2s ease-in-out infinite alternate neonPulse;display:inline-flex;box-shadow:0 0 20px #80000033,0 0 40px #8000001a,inset 0 0 10px #8000000d}.hero-badge span{color:var(--primary-maroon);letter-spacing:1px;white-space:nowrap;text-shadow:0 0 10px #80000033;font-family:Rajdhani,sans-serif;font-size:1.8rem;font-weight:800}.hero-badge .dot{color:var(--primary-maroon);text-shadow:0 0 10px #8000004d;font-size:2.2rem;line-height:1}@keyframes neonPulse{0%{box-shadow:0 0 15px #80000033,0 0 30px #8000001a}to{box-shadow:0 0 25px #80000066,0 0 50px #80000033}}@media (width<=1024px){.hero-badge{gap:1.2rem;padding:.8rem 2.8rem}.hero-badge span{font-size:1.5rem}}@media (width<=768px){.hero-badge{border-width:4px;gap:.8rem;padding:.6rem 1.5rem}.hero-badge span{letter-spacing:.5px;font-size:1.1rem}.hero-badge .dot{font-size:1.5rem}}@media (width<=480px){.hero-badge{gap:.4rem;padding:.4rem 1rem}.hero-badge span{font-size:.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-cta{justify-content:center;display:flex}.cta-button{background-color:var(--primary-maroon);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:1.2rem;height:4.5rem;padding:0 3rem;font-family:Rajdhani,sans-serif;font-size:1.4rem;font-weight:700;transition:background .3s;display:inline-flex;box-shadow:0 10px 30px #80000066}.cta-button:hover{background-color:#a00000;box-shadow:0 15px 40px #80000099}.cta-button .chevron{font-size:2.2rem;font-weight:300}.section{padding:5rem 0}@media (width<=768px){.section{padding:3rem 0}}.section-grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:3rem;display:grid}.section-grid.reverse{grid-template-columns:1fr 1.5fr}.section-content h2{text-shadow:2px 4px 8px #80000026,1px 1px 2px #0000001a;margin-bottom:1.5rem;font-size:2.5rem}.section-content p{color:#333;text-shadow:1px 1px 2px #0000001a;max-width:550px;margin-bottom:.8rem;font-size:1rem;font-weight:400;line-height:1.6}.section-image{border-radius:12px;margin:10px;position:relative;overflow:visible;box-shadow:-10px -10px 30px #80000033,10px 10px 30px #ff4d4d33}.section-image-glow{filter:blur(25px);opacity:.5;z-index:-1;background:radial-gradient(circle at 20% 20%,#80000066,#0000 70%);border-radius:16px;animation:4s ease-in-out infinite alternate pulseGlow;position:absolute;inset:-15px}.section-grid.reverse .section-image-glow{background:radial-gradient(circle at 80% 80%,#ff4d4d4d,#0000 70%)}.section-content h2{margin-bottom:1.2rem}.section-image img{aspect-ratio:16/10;object-fit:cover;object-position:center 35%;z-index:1;border-radius:12px;width:100%;max-height:400px;display:block;position:relative}.points-list{padding:0;list-style:none}.points-list li{margin-bottom:1rem;padding-left:2rem;font-weight:500;position:relative}.points-list li:before{content:"✓";color:var(--primary-maroon);font-weight:900;position:absolute;left:0}.final-cta{text-align:center;background:#f8f9fa}.final-cta-title{color:var(--primary-maroon);text-shadow:2px 2px 4px #0000000d;margin-bottom:1.5rem;font-size:3.5rem}.final-cta-subtitle{color:#333;max-width:700px;margin:0 auto 2.5rem;font-size:1.2rem}.minimal-footer{background:#fff;border-top:1px solid #eee;padding:4rem 0 2rem}.logo-row{flex-direction:column;align-items:center;gap:3rem;display:flex}.main-footer-logo{opacity:1;width:auto;height:100px}.brand-logos{opacity:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;transition:all .3s;display:flex}.brand-logos:hover{transform:translateY(-2px)}.brand-logos img{object-fit:contain;width:auto;max-width:160px;height:80px;transition:all .3s}.brand-logos img:hover{transform:scale(1.05)}.footer-copyright{text-align:center;color:#999;border-top:1px solid #f0f0f0;margin-top:4rem;padding-top:2rem;font-size:.85rem}.footer-copyright p{margin-bottom:.5rem}.credit-link{color:#999;font-weight:500;text-decoration:none;transition:color .3s}.credit-link:hover{color:var(--primary-maroon)}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);opacity:0;visibility:hidden;background:#0009;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-container{background:#fff;border-radius:20px;width:95%;max-width:800px;max-height:90vh;padding:2.2rem 2rem 1.8rem;transition:transform .35s cubic-bezier(.16,1,.3,1);position:relative;overflow-y:auto;transform:translateY(30px)scale(.95);box-shadow:0 25px 60px #0000004d}.modal-overlay.active .modal-container{transform:translateY(0)scale(1)}.modal-close{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.5rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:.8rem;right:1rem}.modal-close:hover{color:var(--primary-maroon);background:#8000000f}.modal-title{color:var(--primary-maroon);text-align:center;margin-bottom:.5rem;padding-right:0;font-family:Rajdhani,sans-serif;font-size:2.2rem;font-weight:700}.modal-subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:1.1rem}.modal-form,.final-cta .modal-form{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group.full-width,.slide-verify-group,.form-submit-btn{grid-column:span 2}.form-group label{text-align:left}.final-cta{background:#fff;padding:4rem 0}.final-cta .container{background:var(--bg-gray);border-radius:32px;max-width:800px;margin:0 auto;padding:3rem 4.5rem;box-shadow:0 15px 50px #0000000f}@media (width<=768px){.modal-form,.final-cta .modal-form{grid-template-columns:1fr 1fr;gap:.6rem}.final-cta{padding:3rem 0}.final-cta .container{border-radius:20px;padding:2rem 1.5rem}}@media (width<=480px){.modal-container{width:92%;padding:1.5rem 1.2rem}.modal-form,.final-cta .modal-form{grid-template-columns:1fr;gap:.5rem}.form-group.full-width,.slide-verify-group,.form-submit-btn{grid-column:span 1}.form-group label{letter-spacing:-.2px;font-size:.8rem}}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#333;letter-spacing:.3px;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600}.form-group input,.form-group select{color:#1a1a1a;appearance:none;background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;outline:none;padding:.9rem 1.2rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group input:focus,.form-group select:focus{border-color:var(--primary-maroon);background:#fff;box-shadow:0 0 0 3px #8000001a}.form-group input:disabled,.form-group select:disabled{cursor:not-allowed;opacity:.7;background-color:#f5f5f5;border-color:#e0e0e0}.form-group input::placeholder{color:#aaa}.g-captcha-wrapper{background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;align-items:center;width:302px;height:76px;display:flex;box-shadow:0 0 4px 1px #00000014}.g-captcha-box{justify-content:space-between;align-items:center;width:100%;padding:0 12px;display:flex}.g-captcha-left{align-items:center;gap:12px;display:flex}.g-captcha-checkbox{cursor:pointer;background:#fff;border:2px solid #c1c1c1;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .2s;display:flex;position:relative}.g-captcha-checkbox:hover{border-color:#b2b2b2}.g-captcha-spinner{border:2px solid #4d90fe;border-top-color:#0000;border-radius:50%;width:22px;height:22px;animation:.6s linear infinite g-spin;display:none}.g-captcha-checkbox.loading .g-captcha-spinner{display:block}.g-captcha-checkbox.loading{border:none}.g-captcha-check{color:#009688;font-size:32px;font-weight:700;display:none;position:absolute;top:-12px;left:2px}.g-captcha-checkbox.verified .g-captcha-check{display:block}.g-captcha-checkbox.verified{background:0 0;border:none}.g-captcha-text{color:#000;-webkit-user-select:none;user-select:none;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}.g-captcha-right{flex-direction:column;align-items:center;gap:2px;display:flex}.g-captcha-right img{width:auto;height:32px}.g-captcha-links{color:#555;font-size:8px;text-decoration:none}.g-captcha-links a{color:#555;text-decoration:none}@keyframes g-spin{to{transform:rotate(360deg)}}@media (width<=480px){.g-captcha-wrapper{width:100%;max-width:302px;margin:0 auto}}.form-submit-btn{background:var(--primary-maroon);color:#fff;cursor:pointer;letter-spacing:.5px;border:none;border-radius:12px;margin-top:.5rem;padding:1rem;font-family:Rajdhani,sans-serif;font-size:1.15rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s}.form-submit-btn:hover{background:#a00000;transform:translateY(-1px);box-shadow:0 6px 20px #8000004d}.form-submit-btn:active{transform:translateY(0)}.form-success{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;width:100%;padding:3rem 0;animation:.4s fadeInUp;display:flex}.success-icon{background:var(--primary-maroon);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.2rem;font-size:2rem;font-weight:700;display:flex}.form-success h3{color:var(--primary-maroon);margin-bottom:.5rem;font-family:Rajdhani,sans-serif;font-size:1.6rem}.form-success p{color:#666;font-size:1rem}@media (width<=1024px){.hero-title{font-size:3rem}.section-content h2{font-size:2.2rem}}@media (width<=768px){.modal-container{border-radius:16px;width:95%;max-height:85vh;padding:2rem 1.5rem 1.5rem}.modal-title{font-size:1.5rem}.modal-subtitle{margin-bottom:1.4rem;font-size:.9rem}.form-group input,.form-group select{border-radius:10px;padding:.75rem .5rem;font-size:.9rem}.form-group label{font-size:.85rem}.form-submit-btn{padding:.9rem;font-size:1.05rem}.container{padding:0 1.5rem}.hero{aspect-ratio:16/9;background:#000;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:300px;display:flex;position:relative}.hero:before{z-index:2;display:block}.hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background img{object-fit:contain;width:100%;height:100%;display:block}.hero-content{z-index:3;text-align:center;background:0 0;width:auto;margin:0;padding:0 0 1rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-title{letter-spacing:-1px;text-transform:uppercase;text-shadow:0 4px 20px #000000e6,0 0 10px #00000080;margin-bottom:.8rem;padding:0 1rem;font-size:2rem;font-weight:800}.hero-subtitle{text-shadow:0 2px 15px #000000e6;max-width:90%;margin:0 auto .6rem;font-size:1.1rem;font-weight:600;line-height:1.4}.hero-prompt{opacity:1;text-shadow:0 2px 10px #000c;max-width:85%;margin:0 auto 1.5rem;font-size:.95rem;line-height:1.3}.hero .cta-button{white-space:nowrap;border-radius:50px;gap:.6rem;height:2.6rem;padding:0 1.5rem;font-size:.9rem;box-shadow:0 4px 15px #80000080}.cta-button{gap:.8rem;height:3.2rem;padding:0 1.8rem;font-size:1.1rem}.cta-button .chevron,.hero .cta-button .chevron{font-size:1.4rem}.section{padding:2rem 0}.section-grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:1rem}.section-grid.reverse{grid-template-columns:1fr 1.5fr}.section-image{width:100%;max-height:200px;margin:0}.section-image img{object-fit:cover;height:100%}.section-image-glow{display:none}.section-content{text-align:left}.section-content p{max-width:none;margin-bottom:.5rem;margin-left:0;margin-right:0;font-size:.85rem;line-height:1.4}.section-content h2{letter-spacing:-.5px;margin-bottom:.8rem;font-size:1.35rem;line-height:1.2}.final-cta-title{font-size:2.2rem}.brand-logos{gap:1.5rem}.brand-logos img{max-width:110px;height:55px}}@media (width<=480px){.modal-overlay{align-items:center}.modal-container{border-radius:16px;width:92%;max-height:90vh;padding:1.8rem 1.2rem 1.5rem}.modal-form{gap:1rem}.form-group input,.form-group select{padding:.6rem .3rem;font-size:.8rem}.form-group label{font-size:.75rem}.hero{min-height:auto}.hero-title{margin-bottom:.3rem;font-size:1.4rem}.hero-subtitle{max-width:240px;margin-bottom:.3rem;font-size:.8rem}.hero-prompt{max-width:200px;margin-bottom:.8rem;font-size:.7rem}.hero-content{padding:0 0 .6rem}.cta-button{gap:.6rem;height:2.6rem;padding:0 1.5rem;font-size:.95rem;box-shadow:0 3px 10px #80000066}.hero .cta-button .chevron,.cta-button .chevron{font-size:1.2rem}.section-grid,.section-grid.reverse{grid-template-columns:1fr 1.1fr;gap:.6rem}.section-grid.reverse{grid-template-columns:1.1fr 1fr}.section-image{max-height:150px}.section-content h2{letter-spacing:-.5px;margin-bottom:.35rem;font-size:1rem;line-height:1.2}.section-content p{-webkit-line-clamp:3;margin-bottom:.15rem;font-size:.62rem;line-height:1.25}.final-cta .container{border-radius:12px;padding:1.8rem 2.2rem!important}.main-footer-logo{height:90px}.brand-logos img{max-width:80px;height:42px}.brand-logos{gap:1rem}}
