.landing-container{width:100%;max-width:1200px;min-height:100vh;font-family:var(--font-primary);color:#333;background-color:#fff;flex-direction:column;align-items:center;margin:0 auto;display:flex}.landing-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background-color:#fffffff2;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;width:100%;max-width:1080px;margin:0 auto;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.landing-logo{font-size:1.8rem;font-weight:var(--font-weight-bold,700);color:#6bb8db;margin:0}.landing-nav{gap:2rem;display:flex}.landing-main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:800px;padding:4rem 2rem;display:flex}.landing-section{text-align:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:900px;margin:2rem 0;padding:4rem 2rem;position:relative;overflow:hidden}.landing-hero{z-index:1;background-color:#fff;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex;position:relative}.landing-hero:before{content:"";z-index:2;background:#6bb8db;width:100%;height:4px;position:absolute;top:0;left:0}.landing-hero-content{z-index:2;max-width:700px;margin-bottom:2rem}.landing-hero-illustration{z-index:1;width:100%;max-width:800px;height:auto;margin:1rem auto}@media (min-width:800px){.landing-hero{text-align:left;flex-direction:row;justify-content:space-between;gap:2rem;padding:4rem 3rem}.landing-hero-content{text-align:left;flex:1;margin-bottom:0}.landing-hero-illustration{flex:1.2}}.landing-section-title{font-size:2.5rem;font-weight:var(--font-weight-bold,700);color:#6bb8db;margin-bottom:1.5rem;line-height:1.2;display:inline-block}.landing-section-text{color:#4a5568;max-width:550px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.landing-features{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:800px;margin-top:3rem;display:grid}.landing-feature{background-color:#fff;border-top:4px solid #0000;border-radius:12px;flex-direction:column;align-items:flex-start;padding:2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 30px #0000000f}.landing-feature:first-child,.landing-feature:nth-child(2),.landing-feature:nth-child(3){border-top-color:#6bb8db}.landing-feature:hover{background-color:#fafafa;transform:translateY(-5px);box-shadow:0 15px 35px #0000000f}.landing-feature-icon{background-color:#f7fafc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.landing-feature h3{font-size:1.25rem;font-weight:var(--font-weight-semibold,600);text-align:left;color:#2d3748;margin-bottom:1rem}.landing-feature p{color:#4a5568;text-align:left;font-size:1rem;line-height:1.6}.landing-ctas{justify-content:center;gap:2rem;margin-top:2rem;display:flex}.landing-btn-primary,.landing-btn-secondary{font-size:1rem;font-weight:var(--font-weight-medium,500);border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.landing-btn-primary{color:#fff;background:#6bb8db;border:none;box-shadow:0 4px 15px #0000001a}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.landing-btn-primary:after{content:"";background:#ffffff1a;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:-100%}.landing-btn-primary:hover:after{left:100%}.landing-btn-secondary{color:#4a5568;background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 5px #0000000d}.landing-btn-secondary:hover{color:#2d3748;background-color:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.landing-footer{text-align:center;background-color:#fff;border-top:1px solid #e2e8f0;border-radius:12px 12px 0 0;width:100%;max-width:900px;margin:4rem auto 0;padding:4rem 2rem;position:relative}.landing-footer:before{content:"";opacity:.4;background:#6bb8db;width:100%;height:1px;position:absolute;top:0;left:0}.landing-footer-content{text-align:left;border-bottom:1px solid #e8e8e8;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:700px;margin:0 auto 3rem;padding:1rem;display:grid;position:relative}.landing-footer-section{border-left:1px solid #e8e8e8;flex-direction:column;padding:1rem;display:flex;position:relative}.landing-footer-section h4{font-size:1.1rem;font-weight:var(--font-weight-medium,500);color:#6bb8db;margin-bottom:1.5rem;display:inline-block}.landing-footer-section a{color:#555;margin-bottom:.75rem;font-size:.95rem;text-decoration:none;transition:all .2s}.landing-footer-section a:hover{color:#6bb8db;transform:translate(2px)}.landing-footer-section p{color:#666;font-size:.95rem;line-height:1.6}.landing-copyright{text-align:center;color:#888;border-top:1px solid #e8e8e8;padding-top:2rem;font-size:.85rem}@media (max-width:800px){.landing-header{max-width:100%;padding:1.5rem 2rem}.landing-main{max-width:100%;padding:3rem 1.5rem}.landing-footer{max-width:100%}.landing-section{max-width:550px;padding:3rem 1.5rem}.landing-section-title{font-size:1.9rem}.landing-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:550px}}@media (max-width:600px){.landing-header{padding:1.5rem}.landing-features{grid-template-columns:1fr}.landing-feature{padding:1.5rem}.landing-hero-illustration{max-width:100%;margin:0;overflow-x:hidden;transform:scale(.8)}.landing-footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.landing-footer-section{border-bottom:1px solid #e0e0e0;border-left:none;align-items:center;padding-bottom:1.5rem}.landing-footer-section:last-child{border-bottom:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html body .landing-container .animate-fade-in{animation:.5s ease-out forwards fadeIn}html body .landing-container .timeline-card,html body .landing-container .timeline-card-static,html body .landing-container .timeline-card-static:hover{filter:none!important;transition:none!important;transform:none!important}@media (max-width:480px){html body .landing-container .landing-header{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.2rem 1.5rem}html body .landing-container .landing-nav{justify-content:space-between;width:100%}html body .landing-container .landing-main{padding:2rem 1.5rem}html body .landing-container .landing-section{margin:1rem 0;padding:2.5rem 1.5rem}html body .landing-container .landing-section-title{font-size:1.6rem}html body .landing-container .landing-section-text{font-size:1rem}html body .landing-container .landing-ctas{flex-direction:column;width:100%}html body .landing-container .landing-btn-primary,html body .landing-container .landing-btn-secondary{width:100%}html body .landing-container .landing-footer{padding:2.5rem 1.5rem}}
