*{margin:0;padding:0;box-sizing:border-box}:root{--green: #1D9E75;--green-light: #E1F5EE;--green-mid: #5DCAA5;--green-dark: #0F6E56}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#f9f9f7}.header{background:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000a}.rt-header{padding:14px 20px;background:#fff;border-bottom:.5px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.rt-logo{font-size:18px;font-weight:500;color:#1a1a1a;text-decoration:none}.rt-logo span{color:var(--green)}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}.logo{font-size:1.8rem;font-weight:700;color:#2c3e50;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:#6c757d;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:#2c3e50}.main-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:4rem}.hero h1{font-size:3.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:-.02em}.hero p{font-size:1.3rem;opacity:.9;max-width:700px;margin:0 auto 2rem;font-weight:300}.status-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);font-size:.9rem}.status-dot{width:8px;height:8px;background:#ffc107;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.features-section{margin-bottom:4rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:300;color:#2c3e50;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e9ecef;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#dee2e6}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.2rem}.feature-card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.8rem}.feature-card p{color:#6c757d;line-height:1.6}.timeline-section{background:#fff;border-radius:8px;border:1px solid #e9ecef;padding:3rem;margin-bottom:4rem}.timeline-item{display:flex;align-items:center;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #f8f9fa}.timeline-item:last-child{border-bottom:none}.timeline-date{font-size:.9rem;color:#6c757d;font-weight:600;min-width:120px}.timeline-content h4{font-size:1.1rem;color:#2c3e50;margin-bottom:.3rem}.timeline-content p{color:#6c757d;font-size:.95rem}.newsletter-section{background:#2c3e50;color:#fff;padding:3rem 0;text-align:center;border-radius:8px;margin-bottom:4rem}.newsletter-section h3{font-size:2rem;font-weight:300;margin-bottom:1rem}.newsletter-section p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.newsletter-form{display:flex;max-width:400px;margin:0 auto;gap:1rem}.newsletter-input{flex:1;padding:.8rem 1rem;border:none;border-radius:4px;font-size:1rem}.newsletter-btn{background:#667eea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s ease}.newsletter-btn:hover{background:#5a67d8}.footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:3rem 0;text-align:center}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;list-style:none}.footer-links a{color:#6c757d;text-decoration:none;font-weight:500}.footer-links a:hover{color:#2c3e50}.footer p{color:#6c757d;font-size:.9rem}@media(max-width:768px){.nav-container{padding:0 1rem}.nav-links{display:none}.main-container{padding:0 1rem}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.features-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column;gap:.8rem}.timeline-item{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-links{flex-wrap:wrap;gap:1rem}}
