@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Ubuntu,sans-serif;color:#1f1f1f;overflow-x:hidden}.btn{padding:.6rem 1.2rem;border-radius:8px;font-weight:500;text-decoration:none;display:inline-block}.hero-section{padding:5rem 2rem;text-align:center;max-width:800px;margin:auto;min-height:100vh;animation:smokeIn 1s ease-in-out forwards;position:relative}.badge{display:inline-flex;align-items:center;background:#e8f0fe;color:#1a73e8;padding:.3rem .8rem;border-radius:9999px;font-weight:500;font-size:.875rem;margin-bottom:1rem}.badge-icon{margin-right:.4rem}.badge.popover{position:absolute;bottom:130px;font-size:1rem;background-color:#ccb6ff;color:#4c00ff;transform:translate(-50%,-50%);animation:float 2s ease-in-out infinite}@keyframes float{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-80%)}to{transform:translate(-50%,-50%)}}.hero-title{font-size:3rem;margin-bottom:1rem}.highlight{background:linear-gradient(270deg,#3b82f6,#8b5cf6,#3b82f6);background-size:600% 600%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientMove 6s ease infinite;font-weight:700}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes smokeIn{0%{opacity:0}to{opacity:1}}.hero-subtext{font-size:1.125rem;color:#555;margin-bottom:2rem}.hero-buttons a{margin:0 .5rem}.btn-gradient{background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff}.btn-outline{border:1px solid #ccc;color:#1f1f1f;background:#fff}.wave-divider{line-height:0;overflow:hidden;position:relative;z-index:1}.features-section{background-color:#002a3e;padding:4rem 2rem;min-height:50vh;display:flex;flex-direction:column;color:#fff}.features-title{font-size:2.5rem;background:#3b82f6;background:linear-gradient(to right,#c2daff 27%,#ccb6ff 100%,#e4eeff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:600% 600%;animation:gradientMove 6s ease infinite;font-weight:700}.features-intro{font-size:1.1rem;margin-bottom:2rem;max-width:800px;color:#e5e5e5}.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.feature-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;color:#000;transition:transform .2s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:48px;height:48px;margin-bottom:1rem}.feature-title{font-size:1.2rem;margin-bottom:.5rem}.feature-desc{font-size:.95rem;color:#3f3f3f}.cta-section{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#000;min-height:50vh}.cta-title{font-size:2.5rem;margin-bottom:1rem;background:#3b82f6;background:linear-gradient(to right,#4791ff 27%,#8754ff 100%,#4791ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:600% 600%;animation:gradientMove 3s ease infinite;font-weight:700}.cta-subtitle{font-size:1.2rem;margin-bottom:2rem;max-width:800px;color:#3f3f3f}.benefits-section{display:flex;justify-content:center;align-items:center;min-height:35vh;flex-direction:column;padding:4rem 2rem}.benefits-section h2{font-size:2.5rem;margin-bottom:1rem;background:#3b82f6;background:linear-gradient(to right,#4791ff 27%,#8754ff 100%,#4791ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:600% 600%;animation:gradientMove 3s ease infinite;font-weight:700}.benefits-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;max-width:1200px;gap:1rem;width:100%}.benefits-list{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;flex-wrap:wrap;gap:1rem;margin-top:2rem;max-width:800px;color:#3f3f3f;font-size:1.1rem;line-height:1.5}.predictive-explanation{background-color:#002a3e;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.predictive-explanation h2{font-size:2.5rem;margin-bottom:1rem;background:#3b82f6;background:linear-gradient(to right,#4791ff 27%,#8754ff 100%,#4791ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:600% 600%;animation:gradientMove 3s ease infinite;font-weight:700}.predictive-explanation-container{display:flex;justify-content:space-between;max-width:1200px;gap:1rem;width:100%}.predictive-explanation-image{display:flex;align-items:center;justify-content:center;width:400px;height:auto;overflow:hidden;aspect-ratio:3/1;border-radius:1rem}.predictive-explanation-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.predictive-explanation-container{flex-direction:column;padding:1rem}.predictive-explanation-image{width:100%;aspect-ratio:16/9}}.predictive-explanation-text{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;flex-wrap:wrap;gap:1rem;margin-top:2rem;max-width:800px;color:#e5e5e5;font-size:1.1rem;line-height:1.5;text-align:left}
