.home-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--light-text);background-color:var(--dark-background);line-height:1.6}section{padding:80px 20px;margin-bottom:0}h1,h2,h3{color:var(--light-text);text-align:center;margin-bottom:30px;letter-spacing:.01em}h1{line-height:1.1;font-weight:500;text-shadow:0 0 20px rgba(21,122,8,.5)}h1,h2{font-size:1.1rem}h2{margin-top:50px;margin-bottom:40px;font-weight:600}h3{font-size:1.8rem;font-weight:500}p{font-size:1rem;text-align:center;max-width:900px;margin:0 auto 25px;color:var(--light-text)}.button-get-started,.button-primary{display:inline-block;background-color:var(--primary-green);color:var(--dark-background);padding:16px 32px;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:700;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 6px 20px rgba(57,255,20,.4)}.button-get-started:hover,.button-primary:hover{background-color:oklch(44.8% .119 151.328);transform:translateY(-5px);box-shadow:0 10px 30px rgba(57,255,20,.6)}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;max-width:1400px;margin:0 auto;min-height:80vh;gap:60px;position:relative;overflow:hidden}.hero-content-left{flex:1 1;text-align:left;z-index:1}.hero-content-left h1{text-align:left;font-size:4rem;margin-bottom:30px;color:#09c20949;animation:none}@keyframes textGlow{0%{text-shadow:0 0 5px rgba(37,185,11,.5)}to{text-shadow:0 0 15px rgba(57,255,20,.8),0 0 20px rgba(57,255,20,.4)}}.hero-content-left p{text-align:left;font-size:1.2rem;margin-bottom:40px;color:var(--light-text);max-width:none}.email-signup-section{display:flex;gap:20px;margin-top:40px;flex-wrap:wrap;justify-content:flex-start}.email-input{flex:2 1;padding:18px 25px;border-radius:50px;border:2px solid var(--primary-green);background-color:var(--secondary-dark);color:#fff;font-size:1rem;min-width:280px;box-shadow:inset 0 0 8px rgba(57,255,20,.2)}.email-input::placeholder{color:#777}.features-highlight{display:flex;gap:40px;margin-top:40px;flex-wrap:wrap;justify-content:flex-start}.feature-item-highlight{display:flex;align-items:center;font-size:1.1rem;color:var(--primary-green);font-weight:600;margin:0;text-align:left}.tick-icon{margin-right:12px;font-size:1.4rem;color:var(--primary-green);text-shadow:0 0 8px rgba(57,255,20,.7)}.hero-image-right{flex:1 1;display:flex;justify-content:center;align-items:center;padding:20px;z-index:1}.hero-image-right img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 15px 40px rgba(57,255,20,.5);animation:float 3s ease-in-out infinite alternate}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.info-section{background-color:#0a0a0a;padding:100px 20px}.info-section h2{color:var(--light-text);border-bottom:2px solid hsla(0,0%,88%,.3);padding-bottom:15px;display:inline-block;margin:0 auto 60px;text-align:center;font-weight:700}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;max-width:1300px;margin:0 auto}.info-card{background-color:var(--secondary-dark);padding:35px;border-radius:15px;box-shadow:0 8px 25px rgba(57,255,20,.3);text-align:center;transition:transform .4s ease,box-shadow .4s ease,background-color .3s ease;border:1px solid var(--primary-green);position:relative;overflow:hidden}.info-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(57,255,20,.1) 0,transparent 70%);transition:transform .5s ease-out;transform:scale(0)}.info-card:hover:before{transform:scale(1)}.info-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 15px 40px rgba(57,255,20,.5);background-color:#282828}.info-card h3{color:var(--primary-green);margin-bottom:18px;font-weight:600}.info-card p{font-size:.95rem;margin-bottom:0}.home-footer,.info-card p{color:var(--light-text);text-align:center}.home-footer{background-color:#000;padding:40px 20px;font-size:.9rem;border-top:2px solid var(--primary-green)}.home-footer p{margin:5px 0;color:var(--light-text)}.home-footer .footer-links{margin-top:20px}.home-footer a{color:var(--primary-green);text-decoration:none;margin:0 18px;transition:color .3s ease,text-shadow .3s ease;font-size:.95rem}@media (min-width:768px){.hero-section{flex-direction:row}.hero-content-left,.hero-content-left h1,.hero-content-left p,.hero-section{text-align:left}.features-highlight{justify-content:flex-start}}@media (max-width:1200px){.hero-content-left h1{font-size:3.5rem}h2{font-size:2.5rem}}@media (max-width:992px){.hero-content-left h1{font-size:3rem}h2{font-size:2.2rem}h3{font-size:1.6rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.4rem}p{font-size:.95rem}.hero-section{flex-direction:column;padding:80px 15px;min-height:auto}.hero-content-left{text-align:center}.hero-content-left h1{text-align:center;font-size:2.5rem}.hero-content-left p{text-align:center}.email-signup-section{flex-direction:column;align-items:center}.button-get-started,.email-input{width:100%;max-width:300px}.features-highlight{flex-direction:column;align-items:center;gap:15px}.feature-item-highlight{text-align:center}.info-card{padding:25px}.call-to-action-bottom{padding:80px 15px}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.6rem}.hero-content-left h1{font-size:2.2rem}.hero-content-left p{font-size:.9rem}.button-get-started,.button-primary{padding:12px 20px;font-size:.95rem;border-radius:30px}.info-card h3{font-size:1.2rem}.home-footer a{margin:0 8px}}