*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.rudder-home{position:relative;min-height:100vh}.rudder-home-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1b4b 0%,#252b59 25%,#2d3266 50%,#363c74 75%,#3f4781 100%);z-index:-1}.rudder-home-content{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.rudder-logo{width:120px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 2px 16px rgba(0,0,0,.25))}.rudder-home-text h1{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:.01em}.rudder-home-text p{font-size:1.25rem;margin-bottom:.5rem;font-weight:400}.rudder-home-text p:last-child{margin-top:2rem;font-weight:700;font-size:1.15rem}.basic-page{position:relative;min-height:100vh}.basic-page-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1b4b 0%,#252b59 25%,#2d3266 50%,#363c74 75%,#3f4781 100%);z-index:-1}.basic-page-content{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem;color:#fff}.basic-page-text{max-width:800px;width:100%;background:rgba(255,255,255,.1);padding:2rem;border-radius:10px;backdrop-filter:blur(10px);margin-top:2rem}.basic-page-text h1{font-size:2.5rem;margin-bottom:2rem;text-align:center}.basic-page-text h2{font-size:1.8rem;margin:2rem 0 1rem}.basic-page-text p,.basic-page-text ul{margin-bottom:1rem;line-height:1.6}.basic-page-text ul{margin-left:2rem}@media(max-width:768px){.hero-title{font-size:2rem}}header{background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#007bff}.hero{padding:4rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn{display:inline-block;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3;transform:translateY(-2px)}.hero-image img{width:100%;max-width:400px;height:auto}.features{padding:5rem 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-item{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.feature-icon{font-size:3rem;color:#007bff;margin-bottom:1rem}.feature-item h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-item p{color:#666;line-height:1.6}.download{padding:5rem 0;text-align:center;background:#fff}.download h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.download p{font-size:1.2rem;color:#666;margin-bottom:3rem}.download-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;border-radius:8px;transition:background .3s ease}.download-btn:hover{background:#555}.download-btn img{width:24px;height:24px}footer{background:#333;color:#fff;padding:3rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#007bff}@media(max-width:768px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.nav-menu{display:none}.download-buttons{flex-direction:column;align-items:center}}