*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background:rgb(27 46 46)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgb(27 46 46);z-index:1000;padding:1rem 0;border-bottom:1px solid #1a2f2f}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.logo-main{font-size:1.5rem;font-weight:700;color:#ff8c00;text-transform:uppercase;letter-spacing:.5px}.logo-main .lowercase{text-transform:lowercase}.logo-subtitle{font-size:.7rem;font-weight:600;color:gold;text-transform:uppercase;letter-spacing:.3px;margin-top:2px}.hero{padding:120px 0 80px;background:#244e4e;min-height:100vh;display:flex}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 3fr;gap:4rem;align-items:flex-start}h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#ff8c00}.hero-subtitle{font-size:1.25rem;color:#ecb900;margin-bottom:2rem;line-height:1.7;text-decoration:none}.hero-benefits{margin-bottom:2rem}.benefit{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#fff}.benefit i{color:#ecb900;margin-right:.75rem;font-size:1.2rem}.trial-note{font-size:.9rem;color:#ecb900;margin-top:2rem}.hero-pricing{display:flex;align-items:center;justify-content:flex-start;padding-top:1rem;gap:.5rem}.price{font-size:2.5rem;font-weight:700;color:#ff8c00}.period{font-size:1.1rem;color:#ecb900}.hero-visual{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:start}.workflow-diagram{width:100%;max-width:300px;margin-bottom:1rem}.workflow-image{height:auto;border-radius:12px;transition:transform 0.3s ease}.workflow-image:hover{transform:scale(1.02)}.video-container{float:none;clear:both;width:90%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.promo-video{padding:80px 0;background:#1a2f2f;display:flex;justify-content:center}.promo-video .video-container{float:none;clear:both;width:60%;max-width:600px;min-width:260px;max-height:337px;min-height:139px;position:relative;padding-bottom:26.25%;padding-top:25px;height:0}.promo-video .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tutorials{padding:40px 0 80px 0;background:linear-gradient(180deg,#1a2f2f 0%,#375f5f 100%)}.tutorials h2{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#ff8c00}.video-grid{width:100%;display:flex;gap:2rem;justify-content:center}.video-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgb(0 0 0 / .15)}.video-card h3{font-size:1rem;font-weight:600;color:#fff;text-align:center}@media (max-width:768px){.hero-visual{flex-direction:column;gap:1.5rem;justify-content:start}h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-benefits{text-align:left;max-width:300px}.video-grid{width:100%;display:flex;gap:2rem;flex-direction:column;justify-content:center;align-items:center}}@media (max-width:480px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}h1{font-size:2rem}.hero-pricing{display:flex;justify-content:center}}.start-trial{font-size:1.25rem;color:#ecb900;line-height:1.7;text-decoration:none}.start-trial:hover{cursor:pointer;text-decoration:underline}.expandable-container{overflow:hidden}.collapsed-text{max-height:50px;transition:max-height 0.5s ease-in-out}.hidden-text{display:none}.expanded .collapsed-text{max-height:500px}.expanded .hidden-text{display:block;color:wheat;font-size:.8rem;letter-spacing:.05em}