*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--primary-color:white}a,a:visited{text-decoration:none}ul{list-style:none}body{background-color:var(--primary-color);margin:0;overflow-x:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.logo a{color:#000;font-size:1.5rem;font-weight:700}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:#000;font-size:1rem;font-weight:500}.nav-links a:hover{color:#0ea5e9}.cta-button{color:#fff;background:#0ea5e9;border-radius:9999px;padding:.75rem 2rem;font-size:1rem;font-weight:600;display:inline-block}.cta-button:hover{background:#0284c7}@media (width<=768px){.nav-links{display:none}.navbar-container{padding:1rem}}.hero{background-image:url(/assets/hero_image-DLkBubx-.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.hero-overlay{background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-content{text-align:center;color:#fff;z-index:1;max-width:900px;padding:2rem}.hero-content h1{text-shadow:2px 4px 12px #000000b3;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:900;line-height:1.2}.hero-content p{text-shadow:1px 2px 8px #0009;opacity:1;margin-bottom:2.5rem;font-size:1.6rem;font-weight:500}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.btn-primary{color:#fff;background:#0ea5e9;border-radius:9999px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-primary:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff;border-radius:9999px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-secondary:hover{color:#000;background:#fff}@media (width<=768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-buttons{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{padding:.9rem 2rem;font-size:1rem}}.examples{background:#fff;padding:6rem 2rem}.examples-container{max-width:1200px;margin:0 auto}.examples-container h2{text-align:center;color:#000;margin-bottom:4rem;font-size:3rem;font-weight:800}.videos-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.video-card{background:#f9fafb;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000014}.video-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.video-placeholder{aspect-ratio:9/16;background:#e5e7eb;border-radius:8px;justify-content:center;align-items:center;display:flex}.video-placeholder p{color:#6b7280;font-size:1.5rem;font-weight:700}@media (width<=768px){.videos-grid{grid-template-columns:1fr;gap:2rem}.examples-container h2{font-size:2rem}}.video-player{aspect-ratio:9/16;border-radius:8px;width:100%}.why-us{background:#f9fafb;padding:6rem 2rem}.why-us-container{max-width:1200px;margin:0 auto}.why-us-container h2{text-align:center;color:#000;margin-bottom:4rem;font-size:3rem;font-weight:800}.comparison-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.comparison-column{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #00000014}.comparison-column h3{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.us-column h3{color:#0ea5e9}.them-column h3{color:#6b7280}.comparison-item{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.comparison-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.comparison-item h4{color:#000;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.comparison-item p{color:#6b7280;font-size:1.1rem;line-height:1.6}.why-matters{text-align:center;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 12px #00000014}.why-matters h3{color:#000;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.why-matters-intro{color:#374151;margin-bottom:1.5rem;font-size:1.3rem;font-weight:500}.why-matters-list{flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:1.5rem;display:flex}.why-matters-list li{color:#0ea5e9;font-size:1.2rem;font-weight:600;position:relative}.why-matters-list li:before{content:"✓";margin-right:.5rem;font-weight:700}.why-matters-outro{color:#6b7280;font-size:1.2rem;font-style:italic}@media (width<=768px){.comparison-grid{grid-template-columns:1fr;gap:2rem}.why-us-container h2{font-size:2rem}.comparison-column h3{font-size:1.5rem}.comparison-item h4{font-size:1.1rem}.why-matters-list{flex-direction:column;gap:1rem}}.how-it-works{background:#fff;padding:6rem 2rem}.how-it-works-container{max-width:1200px;margin:0 auto}.how-it-works-container h2{text-align:center;color:#000;margin-bottom:4rem;font-size:3rem;font-weight:800}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:2.5rem;display:grid}.step-card{text-align:center;background:#f9fafb;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 4px 12px #00000014}.step-card:hover{transform:translateY(-5px)}.step-number{color:#fff;background:#0ea5e9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:700;display:flex}.step-card h3{color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.step-card p{color:#6b7280;font-size:1.1rem;line-height:1.6}.simple-text{text-align:center;color:#374151;margin-bottom:3rem;font-size:1.3rem;font-weight:500}.posting-notes{background:#f9fafb;border-left:4px solid #0ea5e9;border-radius:12px;padding:2rem 2.5rem}.posting-notes h4{color:#000;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.posting-notes ul{margin-left:1.5rem}.posting-notes li{color:#4b5563;margin-bottom:.8rem;font-size:1.05rem;line-height:1.6;list-style:outside}.posting-notes .sub-list{margin-top:.5rem;margin-left:1.5rem}.posting-notes .sub-list li{color:#6b7280;font-size:1rem;list-style:circle}@media (width<=768px){.steps-grid{grid-template-columns:1fr;gap:2rem}.how-it-works-container h2{font-size:2rem}.step-card h3{font-size:1.3rem}.simple-text{font-size:1.1rem}}.pricing{background:#f9fafb;padding:4rem 2rem}.pricing-container{max-width:600px;margin:0 auto}.pricing-card{text-align:center;background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 8px 24px #0000001a}.price{margin-bottom:2rem}.amount{color:#000;font-size:4.5rem;font-weight:900}.period{color:#6b7280;margin-left:.5rem;font-size:1.8rem;font-weight:500}.features{margin-bottom:2.5rem;padding:0}.features li{color:#374151;margin-bottom:1rem;font-size:1.3rem;line-height:1.6;list-style:none}.get-started-btn{color:#fff;background:#0ea5e9;border-radius:9999px;padding:1.2rem 3rem;font-size:1.3rem;font-weight:700;transition:all .3s;display:inline-block}.get-started-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}@media (width<=768px){.amount{font-size:3.5rem}.period{font-size:1.5rem}.features li{font-size:1.1rem}.get-started-btn{padding:1rem 2.5rem;font-size:1.1rem}}.get-started{background:#fff;padding:6rem 2rem}.get-started-container{text-align:center;max-width:800px;margin:0 auto}.get-started-container h2{color:#000;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.intro-text{color:#4b5563;margin-bottom:2.5rem;font-size:1.3rem;line-height:1.6}.benefits-list{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:3rem;display:flex}.benefits-list li{color:#374151;padding-left:1.8rem;font-size:1.2rem;font-weight:500;list-style:none;position:relative}.benefits-list li:before{content:"✓";color:#0ea5e9;font-size:1.4rem;font-weight:700;position:absolute;left:0}.beta-form{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto 2rem;display:flex}.form-input{border:2px solid #e5e7eb;border-radius:12px;padding:1rem 1.5rem;font-size:1.1rem;transition:border-color .3s}.form-input:focus{border-color:#0ea5e9;outline:none}.submit-btn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:12px;padding:1.2rem 2rem;font-size:1.2rem;font-weight:700;transition:all .3s}.submit-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}.spots-remaining{color:#f59e0b;margin-top:1.5rem;font-size:1.1rem;font-weight:600}@media (width<=768px){.get-started-container h2{font-size:2rem}.intro-text{font-size:1.1rem}.benefits-list{flex-direction:column;align-items:center;gap:1rem}.submit-btn{padding:1.1rem 2.5rem;font-size:1.1rem}}.footer{color:#fff;background:#111827;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{border-bottom:1px solid #374151;grid-template-columns:1fr 1.5fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand h3{margin-bottom:.8rem;font-size:1.8rem;font-weight:700}.footer-brand p{color:#9ca3af;font-size:1.1rem}.footer-links{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.footer-column h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.footer-column ul{padding:0}.footer-column li{margin-bottom:.7rem;list-style:none}.footer-column a{color:#9ca3af;font-size:1rem;transition:color .3s}.footer-column a:hover{color:#0ea5e9}.footer-bottom{text-align:center}.footer-bottom p{color:#6b7280;font-size:.95rem}@media (width<=768px){.footer-content,.footer-links{grid-template-columns:1fr;gap:2rem}}
