@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit;cursor:pointer;align-items:center}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}:root{--primary-color: #22c55e;--secondary-color: #16a34a;--accent-color: #f1c40f;--text-color: #2c3e50;--light-text: #7f8c8d;--background: #ffffff;--section-bg: #f7f7fb;--card-bg: #ffffff;--gradient: radial-gradient( ellipse 100% 40% at 75% 35%, #d7eeca 0%, #aaf683 25%, #43c866 55% );--gradient-non-header: linear-gradient(#aaf683 0%, #43c866 55%);--heading-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--body-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--body-font);color:var(--text-color);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:700;letter-spacing:-.02em}.marketing-root{width:100vw;min-height:100vh;overflow-x:hidden;position:relative}.navbar{display:flex;justify-content:center;align-items:center;padding:1rem 5%;position:fixed;top:20px;background:#ccffce66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;box-shadow:0 2px 10px #0000001a;border:1px solid rgba(255,255,255,1);border-radius:1.5rem;width:85vw}.navbar-content{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:40px;transition:transform .3s ease;border:1px solid var(--primary-color);border-radius:5px}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:3px;background:var(--text-color);transition:all .3s ease;transform-origin:center}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;position:absolute;top:102%;right:0;background:#ccffcef2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,1);border-top:none;border-radius:1.5rem;padding:1rem 0;box-shadow:0 2px 10px #0000001a;z-index:1000;transform:translateY(-100%);opacity:0;transition:all .3s ease}.mobile-menu.open{transform:translateY(0);opacity:1}.mobile-menu a{display:block;padding:1rem 2rem;color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;border-bottom:1px solid rgba(255,255,255,.2)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--primary-color);background:#ffffff1a}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left;padding:6rem 5% 4rem;background:var(--gradient);color:#fff;position:relative;overflow:hidden}.legal-page,.policy-page{background:var(--gradient-non-header)}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1}.hero-logo{height:100px;border-radius:20px;margin-bottom:2rem}.hero-content{max-width:1400px;width:100%;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content-policy{max-width:900px}.hero-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-text-policy{margin-top:10vh}.app-title{font-size:4rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp 1s ease;text-align:left;letter-spacing:-.03em;line-height:1.1}.tagline{font-size:1.5rem;margin-bottom:2rem;animation:fadeInUp 1s ease .2s;opacity:0;animation-fill-mode:forwards;text-align:left;font-weight:500;letter-spacing:-.01em}.hero-description{font-size:1.2rem;margin-bottom:3rem;animation:fadeInUp 1s ease .4s;opacity:0;animation-fill-mode:forwards;text-align:left;line-height:1.7}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;animation:fadeInUp 1s ease .6s;opacity:0;animation-fill-mode:forwards;width:100%}.email-input-container{display:flex;gap:1rem;width:100%}.email-input{flex:1;padding:0 1.5rem;height:59px;border:none;border-radius:10px;font-size:1rem;background:#ffffffe6;color:var(--text-color);transition:all .3s ease;width:100%}.email-input:focus{outline:none;background:#fff;box-shadow:0 0 0 2px var(--primary-color)}.email-input::placeholder{color:var(--light-text)}.submit-message{font-size:.9rem;margin-top:.5rem}.submit-message.success{color:#2ecc71}.submit-message.error{color:#e74c3c}.cta-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;font-size:1rem;width:200px;height:59px}.cta-btn.primary{background:var(--primary-color);color:#fff}.cta-btn.secondary{background:transparent;color:#fff;border:2px solid white}.cta-btn.email{background:var(--primary-color);color:#fff;border:1px solid #ffffff;width:200px;flex-shrink:0}.cta-btn:hover{font-weight:700;font-size:1.1rem}.features-section{padding:6rem 5%;background:var(--section-bg)}.features-section h2{text-align:center;font-size:2.5rem;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.feature-card{background:var(--card-bg);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:48px;height:48px;margin-bottom:1.5rem;color:#2c3e50;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.feature-icon svg{width:100%;height:100%}.feature-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--primary-color);letter-spacing:-.01em}.testimonials-section{padding:6rem 5% 1rem;background:var(--section-bg)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.testimonial-card{background:var(--card-bg);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;justify-content:center}.testimonial-content{font-style:italic;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.testimonial-author{display:flex;align-items:center;gap:1rem}.user-icon{width:50px;height:50px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.user-icon svg{width:30px;height:30px}.author-info{flex-grow:1}.author-info h4{margin:0;font-size:1.1rem;color:var(--text-color);font-weight:600;letter-spacing:-.01em}.author-info p{margin:.25rem 0 0;font-size:.9rem;color:var(--light-text)}.pricing-section{padding:6rem 5% 1rem;background:var(--section-bg)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,400px));gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;align-items:center;justify-content:center}.pricing-card{height:100%;background:var(--card-bg);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000000d;text-align:center;border:2px solid transparent;transition:border .2s ease,box-shadow .2s ease}.pricing-card:hover{border:2px solid var(--primary-color);box-shadow:0 8px 20px #0000001a}.price{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin:1rem 0}.features-list{list-style:none;margin:2rem 0}.features-list li{margin:.5rem 0}.faq-section{padding:6rem 5%;background:var(--section-bg)}.faq-grid{max-width:800px;margin:0 auto}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{margin:0}.faq-chevron{transition:transform .3s ease;color:currentColor}.faq-chevron.rotated{transform:rotate(180deg)}.faq-item{padding:1rem;border-bottom:1px solid #eee;cursor:pointer}.faq-item p{margin-top:1rem;display:none}.faq-item.active p{display:block}.contact-section{padding:6rem 5%;background:var(--section-bg)}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.contact-form textarea{min-height:150px;resize:vertical}.footer{background:var(--text-color);color:#fff;padding:4rem 5% 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.footer-section h4{margin-bottom:1rem}.footer-section a{color:#fff;text-decoration:none;display:block;margin:.5rem 0;opacity:.8;transition:opacity .3s ease}.footer-section a:hover{opacity:1}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){:root{--gradient: linear-gradient(to bottom, #43c866 15%, #aaf683 100%)}.navbar{display:flex;width:auto;border-radius:1rem;align-self:flex-end}.nav-links{display:none}.nav-logo-container{display:none!important}.hamburger-menu{display:flex}.mobile-menu{display:block}.hero-content{grid-template-columns:1fr;gap:2rem;padding:1rem}.hero-text{order:1;text-align:center}.hero-screenshots{order:2}.hero-image{height:400px!important}.email-input-container{flex-direction:column;gap:1rem;width:100%;max-width:500px;margin:0 auto}.email-input{width:100%;height:59px!important;font-size:16px;min-height:59px}.cta-btn.email{width:100%;height:59px;font-size:16px}.alternating-sections{padding:2rem 1rem}.alternating-section{display:flex;flex-direction:column;gap:2rem;padding:2rem 0;max-width:800px;margin:0 auto}.alternating-content{order:1;text-align:center;padding:0 1rem}.alternating-content h2{font-size:2rem;margin-bottom:1.5rem}.feature-points{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:0;padding:0}.feature-points li{text-align:center;font-size:1.1rem;line-height:1.5}.alternating-screenshot,.alternating-screenshots{order:2;display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.screenshot-placeholder{width:100%;max-width:400px;margin:0 auto}.alternating-screenshots .screenshot-image,.alternating-screenshot .screenshot-image{width:100%;height:auto;max-height:500px;object-fit:contain}.alternating-screenshots:after{display:none}}section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;position:relative}section h2:after{content:"";display:block;width:100px;height:3px;background:var(--primary-color);margin:1rem 0px;border-radius:3px}.hero-screenshots{display:flex;gap:2rem;width:100%;justify-content:center;perspective:1000px;align-items:center}.screenshot-container{flex:1;max-width:400px;transform:rotateY(-10deg);transition:transform .3s ease}.screenshot-container:last-child{transform:rotateY(10deg)}.screenshot-container:hover{transform:rotateY(0) scale(1.05)}.screenshot-placeholder{width:fit-content;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 40px #0000001a;border:2px solid rgba(255,255,255,.5)}.screenshot-placeholder span{color:#fffc;font-size:1.2rem}.screenshot-image{height:550px;width:auto;border-radius:1rem}.hero-image{width:100%;height:100%;object-fit:cover}.alternating-sections{padding:1rem 5% 2rem}.alternating-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;padding:2rem 0}.alternating-section:nth-child(2n){grid-template-columns:1fr 1fr}.alternating-screenshots{display:flex;gap:2rem;justify-content:center;align-items:center;position:relative}.alternating-screenshots:after{content:"→";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:2rem;color:var(--primary-color);background:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 10px #0000001a;border:2px solid rgba(76,175,80,.2)}.alternating-screenshots .screenshot-placeholder{width:fit-content;padding:.5rem;border:2px solid rgba(76,175,80,.2);border-radius:1rem;background:#fff;display:flex;align-items:flex-end;justify-content:center;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease}.alternating-screenshots .screenshot-placeholder:hover{transform:translateY(-5px)}.alternating-screenshots .screenshot-image{width:auto;height:400px;border-radius:.5rem}.no-arrow:after{display:none}@media (max-width: 1024px){section h2:after{width:100%}.alternating-section{grid-template-columns:1fr!important;gap:2rem;text-align:center;padding:1rem}.alternating-screenshots{flex-direction:column}.alternating-screenshots .screenshot-image{width:100%;height:auto}.alternating-screenshots:after{transform:translate(-50%,-50%) rotate(90deg)}}.golf-flag{position:absolute;top:0%;left:50%;transform:translate(-50%,-50%);height:50vh;width:auto;z-index:1;pointer-events:none}.golf-flag:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:7px;height:70%;background:#2c3e50;border-radius:2px}.golf-flag:after{content:"";position:absolute;top:30%;left:50%;width:0;height:0;border-left:50px solid white;border-top:25px solid transparent;border-bottom:25px solid transparent}.golf-cup{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:35px;height:17px;background:#1a1a1a;border-radius:50%;box-shadow:inset 1px 2px 2px 2px #9b9b9b40;z-index:-1}
