body.body{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#09090b;color:#fff}.navbar{background-color:#000;padding:24px 28px;position:sticky;top:0;z-index:1000;border-radius:50px;margin:20px auto;max-width:1240px;box-shadow:0 4px 12px rgba(0,0,0,.2);border:1px solid #2a2a2a}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{color:#fff;font-size:20px;font-weight:700;text-decoration:none}.navbar-right{display:flex;gap:32px}.nav-link{color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#0ff}@media (max-width:640px){.navbar-container{gap:16px}.navbar-right{display:none}.hamburger{display:block}nav-link{font-size:15px}.nav-link{font-size:15px}}@media (max-width:1024px){.navbar{margin:20px auto;width:calc(100% - 40px);max-width:none;box-sizing:border-box}}.hamburger{display:none;font-size:28px;color:#fff;cursor:pointer}.mobile-menu{display:none;flex-direction:column;gap:16px;background-color:#000;position:absolute;top:72px;left:0;width:100%;padding:20px;border-radius:0 0 12px 12px;box-shadow:0 4px 20px rgba(0,0,0,.6);z-index:999;box-sizing:border-box}.mobile-menu.open{display:flex}@media (max-width:768px){.navbar-right{display:none}.hamburger{display:block}}.hero-section{position:relative;background-image:url(../images/Hustle-Date-Hero-3-1920-x-1080px.png);background-size:cover;background-position:center;height:90vh;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.hero-overlay{background-color:rgba(0,0,0,.2);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:800px;padding:0 20px;padding-top:400px}.hero-title{font-size:40px;font-weight:700;margin-bottom:20px}.hero-subtitle{font-size:18px;font-weight:400;margin-bottom:30px}.hero-button{padding:14px 28px;background-color:#8b5cf6;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:6px;font-weight:600;box-shadow:0 0 10px rgba(123,46,255,.3);transition:background-color .3s ease,color .3s ease}.hero-button:hover{background-color:#a855f7;color:#000;box-shadow:0 0 32px rgba(123,46,255,.9)}@media (max-width:768px){.hero-content{padding-top:250px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}}.why-section{background-color:#09090b;color:#fff;text-align:center;padding:80px 20px 40px}.why-heading{font-size:32px;font-weight:700;margin-bottom:60px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.why-box{flex:1 1 calc(25% - 40px);max-width:240px;background-color:#18181b;padding:30px 20px;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.2)}.why-icon{width:80px;height:auto;margin-bottom:20px}.why-title{font-size:18px;font-weight:600;margin-bottom:10px}.why-text{font-size:15px;line-height:1.6;color:#ccc}@media (max-width:768px){.why-grid{grid-template-columns:1fr;gap:32;padding:0 20px}.why-box{max-width:100%}}.guides-section{padding:80px 20px 40px;background-color:#09090b;text-align:center}.guides-title{color:#fff;font-size:32px;margin-bottom:60px}.guides-container{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin:0 auto}.guide-card{background-color:#1f1f22;padding:24px;border:1px solid #fff;border-radius:12px;flex:1 1 300px;max-width:320px;text-align:center;box-shadow:0 0 20px rgba(123,46,255,.3);transition:box-shadow .15s ease-in-out}.guide-card:hover{box-shadow:0 0 80px rgba(123,46,255,.7)}.guide-image{width:100%;border-radius:8px;margin-bottom:0}.guide-name{font-size:20px;font-weight:700;color:#fff;height:72px;margin-bottom:0;display:flex;align-items:flex-start;justify-content:center;text-align:center}.guide-price{color:#a855f7;font-size:16px;margin-bottom:8px}.guide-crypto{color:#a855f7;font-size:16px;margin-bottom:8px}.guide-button{background:#a855f7;color:#fff;border:1px solid #fff;padding:10px 20px;border-radius:6px;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.guide-button:hover{background-color:#a855f7;color:#000;border-color:#a855f7}.crypto-guide-button:hover,.guide-button:hover{box-shadow:0 0 32px rgba(123,46,255,.9);transition:box-shadow .1s ease-in-out}.crypto-guide-button,.guide-button{box-shadow:0 0 10px rgba(123,46,255,.3);transition:box-shadow .1s ease-in-out}@media (max-width:1024px){.guide-card{flex:1 1 calc(50% - 40px)}}@media (max-width:640px){.guide-card{flex:1 1 100%}}.why-hustle-section{background-color:#09090b;padding:80px 20px;text-align:center;color:#fff}.why-hustle-heading{font-size:32px;font-weight:700;margin-bottom:40px}.why-hustle-text{font-size:16px;line-height:1.8;color:#ccc;max-width:800px;margin:0 auto 40px auto}.hustle-cta-box{position:relative;display:inline-block;background-color:#1f1f22;border:1px solid #fff;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;box-shadow:0 0 20px rgba(255,255,255,.1);overflow:hidden;cursor:pointer;text-decoration:none}.hustle-cta-box::after{content:'';position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);transition:left .5s ease;pointer-events:none}.hustle-cta-box:hover::after{left:100%}.features-section{background-color:#09090b;padding:80px 20px;color:#fff}.features-container{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.features-column{display:flex;flex-direction:column;gap:40px;flex:1 1 300px;max-width:320px}.feature-box{background-color:#1f1f22;border-radius:12px;padding:24px;box-shadow:0 0 20px rgba(123,46,255,.15);text-align:center}.feature-title{font-size:18px;font-weight:700;margin-bottom:12px;color:#fff}.feature-text{font-size:15px;line-height:1.6;color:#ccc}.features-image-stack{display:flex;justify-content:center;align-items:center;position:relative;width:240px;height:240px;flex-shrink:0}.heart-image{width:140px;border-radius:12px;z-index:2;position:relative}.heart-image{animation:pulse 1.2s infinite ease-in-out}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.lightning-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;opacity:.5;z-index:1;pointer-events:none}.feature-icon{width:48px;height:48px;margin-bottom:16px}@media (max-width:768px){.features-container{flex-direction:column;align-items:center;gap:40px}.features-image-stack{width:220px;height:220px;position:relative;overflow:hidden;margin:0 auto}.heart-image{width:100px}.lightning-image{width:300%;max-width:none;height:auto;opacity:.5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}}@media (min-width:769px) and (max-width:1180px){.features-container{display:grid;grid-template-columns:1fr auto 1fr;justify-content:center;align-items:start;gap:40px}.features-column{display:flex;flex-direction:column;gap:30px;align-items:center}.features-image-stack{grid-column:2;justify-self:center;align-self:center;width:240px;height:240px;position:relative;overflow:hidden}.heart-image{width:120px}.lightning-image{width:350%;max-width:none;height:auto;opacity:.5;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}}.secrets-section{background-color:#09090b;color:#fff;padding:80px 20px 40px}.secrets-container{display:flex;justify-content:space-between;align-items:stretch;gap:20px;max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.secrets-left-column{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-left:0}.secrets-image{width:100%;max-width:480px;height:auto;border-radius:12px;object-fit:cover}.secrets-text-group{max-width:480px;text-align:center;margin-top:16px;padding:0 12px}.secrets-heading{font-size:22px;font-weight:700;margin-bottom:12px}.secrets-text{font-size:15px;color:#ccc;line-height:1.6;margin-bottom:20px}.secrets-button{background:0 0;color:#fff;border:1px solid #fff;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;font-size:15px;box-shadow:0 0 10px rgba(0,255,255,.3);transition:all .2s ease-in-out;text-decoration:none}.secrets-button:hover{background:#0ff;color:#000;border-color:#0ff;box-shadow:0 0 40px rgba(0,255,255,.9)}.secrets-right{flex:1;display:flex;align-items:stretch;justify-content:center;margin-right:0}.secrets-gradient-box{background:linear-gradient(135deg,#7b2eff,#0ff);border-radius:12px;padding:12px;flex:1;display:flex;align-items:center;justify-content:center}.inner-image{width:420px;max-width:100%;height:auto;object-fit:contain}@media (max-width:640px){.secrets-container{flex-direction:column;gap:40px;align-items:center}.secrets-left-column,.secrets-right{width:100%;max-width:100%;align-items:center;justify-content:center}.inner-image,.secrets-image{max-width:100%;width:100%}.secrets-gradient-box{width:100%}.secrets-heading{font-size:20px;white-space:normal;word-break:break-word;overflow-wrap:break-word;padding:0 12px;box-sizing:border-box;width:100%}.secrets-text-group{text-align:center;max-width:480px;width:100%;box-sizing:border-box}}.difference-section{background-color:#09090b;color:#fff;padding:80px 20px 40px}.difference-container{display:flex;justify-content:space-between;align-items:stretch;gap:20px;max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.difference-left{flex:1;display:flex;align-items:stretch;justify-content:center;margin-left:0}.difference-gradient-box{background:linear-gradient(135deg,#7b2eff,#0ff);border-radius:12px;padding:12px;flex:1;display:flex;align-items:center;justify-content:center}.difference-gradient-content{max-width:480px;text-align:center;display:flex;flex-direction:column;align-items:center}.inner-image{width:420px;max-width:100%;height:auto;object-fit:contain}.difference-right-column{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;margin-right:0}.difference-image{width:100%;max-width:480px;height:auto;border-radius:12px;object-fit:cover}.difference-text-group{max-width:480px;text-align:center;margin-top:16px;padding:0 12px}.difference-heading{font-size:22px;font-weight:700;margin-bottom:12px}.difference-text{font-size:15px;color:#ccc;line-height:1.6;margin-bottom:20px}.difference-button{background:0 0;color:#fff;border:1px solid #fff;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;font-size:15px;box-shadow:0 0 10px rgba(0,255,255,.3);transition:all .2s ease-in-out;text-decoration:none}.difference-button:hover{background:#0ff;color:#000;border-color:#0ff;box-shadow:0 0 40px rgba(0,255,255,.9)}.difference-gradient-content .difference-heading{margin-bottom:0}.difference-gradient-content .difference-text{color:#fff}@media (max-width:640px){.difference-container{flex-direction:column;gap:40px;align-items:center;justify-content:center}.difference-left,.difference-right-column{width:100%;max-width:100%;align-items:center;justify-content:center}.difference-image .inner-image{max-width:100%;width:100%}.difference-gradient-box{width:100%}.difference-heading{font-size:20px;white-space:normal;word-break:break-word;padding:0 12px;box-sizing:border-box;width:100%}.difference-text-group{text-align:center;max-width:480px;width:100%;box-sizing:border-box}}.footer{background-color:#0a0a0d;color:#fff;padding:60px 20px 40px;font-size:14px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;max-width:1200px;margin:0 auto 40px auto;gap:40px}.footer-column{flex:1;min-width:240px}.footer-heading{font-size:18px;font-weight:700;margin-bottom:20px;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#ccc;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#0ff}.footer-text{color:#ccc;line-height:1.6;max-width:480px}.footer-logo{font-size:28px;font-weight:800;color:#fff;text-align:right}.footer-divider{border:none;border-top:1px dashed #444;margin:20px auto 30px;width:100%;max-width:1200px}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto 20px auto;gap:20px}.footer-legal-links a{margin-right:20px;color:#888;text-decoration:none;font-size:13px}.footer-legal-links a:hover{color:#0ff}.footer-copyright{color:#555;font-size:13px}.footer-disclaimer{color:#666;text-align:center;font-size:12px;max-width:800px;margin:0 auto;line-height:1.6}.contact-section{background-color:#09090b;padding:80px 20px 60px;text-align:center;color:#fff}.contact-title{font-size:32px;margin-bottom:40px;color:#fff}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.contact-input,.contact-textarea{padding:14px;border-radius:6px;border:1px solid #ccc;background-color:#1f1f22;color:#fff;font-size:16px;resize:none}.contact-input:focus,.contact-textarea:focus{outline:0;border-color:#0ff;box-shadow:0 0 10px rgba(0,255,255,.4)}.contact-button{background:0 0;color:#fff;border:1px solid #fff;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;font-size:15px;box-shadow:0 0 10px rgba(0,255,255,.3);transition:all .2s ease-in-out}.contact-button:hover{background:#0ff;color:#000;border-color:#0ff;box-shadow:0 0 40px rgba(0,255,255,.9)}.legal-section{background-color:#09090b;color:#fff;padding:80px 20px 60px;max-width:800px;margin:0 auto}.legal-title{font-size:32px;margin-bottom:40px;text-align:center}.legal-content{font-size:15px;line-height:1.7;color:#ccc;text-align:left}@media (max-width:640px){.footer-top{flex-direction:column;align-items:center;text-align:center}.footer-logo{text-align:center;margin-top:0}.footer-column{align-items:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-legal-links a{margin-right:0;margin:4px 4px}.footer-copyright{margin-top:12px}}.error-body{background-color:#09090b;color:#fff;font-family:Poppins,sans-serif;margin:0;padding:0;display:flex;align-items:center;justify-content:center;height:100vh;text-align:center}.error-container{max-width:600px;padding:40px 24px}.error-title{font-size:48px;font-weight:700;margin-bottom:20px}.error-message{font-size:18px;margin-bottom:32px;line-height:1.6}.error-button{background-color:#0ff;color:#000;padding:14px 28px;text-decoration:none;font-weight:600;border-radius:8px;transition:background-color .3s ease}.error-button:hover{background-color:#0cc}.download-page{background-color:#09090b;color:#fff;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;text-align:center}.download-container{max-width:500px}.download-image{width:100%;max-width:360px;margin-bottom:32px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.4)}.download-title{font-size:24px;font-weight:700;margin-bottom:20px}@media (hover:none){.hero-button:active{background-color:#a855f7;color:#000;box-shadow:0 0 32px rgba(123,46,255,.9)}.guide-card:active{box-shadow:0 0 80px rgba(123,46,255,.7)}.guide-button:active{background-color:#a855f7;color:#000;border-color:#a855f7}.crypto-guide-button:active,.guide-button:active{box-shadow:0 0 32px rgba(123,46,255,.9);transition:box-shadow .1s ease-in-out}.contact-button:active{background:#0ff;color:#000;border-color:#0ff;box-shadow:0 0 40px rgba(0,255,255,.9)}.difference-button:active{background:#0ff;color:#000;border-color:#0ff;box-shadow:0 0 40px rgba(0,255,255,.9)}.secrets-button:active{background:#0ff;color:#000;border-color:#0ff;box-shadow:0 0 40px rgba(0,255,255,.9)}.hustle-cta-box::after{content:'';position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);transition:left .5s ease;pointer-events:none}.hustle-cta-box:active::after{left:100%}.error-button:active{background-color:#0cc}}