@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root{color-scheme:light dark;--ink:#132b40;--muted:#5f7485;--cyan:#18c8d8;--cyan-dark:#0798ac;--surface:rgba(255,255,255,.8);--line:rgba(30,99,120,.12);--shadow:0 26px 70px rgba(40,74,92,.17)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 10% 10%,rgba(66,224,225,.22),transparent 25rem),radial-gradient(circle at 88% 42%,rgba(115,183,247,.18),transparent 30rem),linear-gradient(145deg,#f7fcfd 0%,#edf7fb 50%,#f8f6f2 100%);min-height:100vh;overflow-x:hidden}a{color:inherit}img{display:block;max-width:100%}.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:10px 14px;background:#fff;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}
.site-header{width:min(1180px,calc(100% - 40px));height:78px;margin:18px auto 0;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:1.2rem;font-weight:800;letter-spacing:-.04em}.brand img{border-radius:14px}.site-header nav,footer nav{display:flex;align-items:center;gap:28px}.site-header nav a,footer nav a{text-decoration:none;font-size:.9rem;font-weight:700}.site-header nav>a:not(.nav-cta):hover,footer nav a:hover{color:var(--cyan-dark)}.nav-cta{padding:11px 17px;color:#fff;border-radius:999px;background:linear-gradient(135deg,var(--cyan),#44dfc2);box-shadow:0 10px 25px rgba(16,191,204,.28)}
main{width:min(1180px,calc(100% - 40px));margin:0 auto}.hero{min-height:700px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:48px;padding:48px 0 62px}.eyebrow{margin:0 0 20px;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:800;color:var(--cyan-dark)}.eyebrow span{display:inline-block;width:24px;height:2px;margin:0 9px 3px 0;background:var(--cyan)}h1,h2,h3,p{text-wrap:balance}h1{margin:0;font-size:clamp(3rem,6vw,5.6rem);line-height:.98;letter-spacing:-.07em}h1 em{color:var(--cyan-dark);font-style:normal}.lead{max-width:590px;margin:28px 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.26rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:52px;padding:14px 21px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:15px;text-decoration:none;font-size:.94rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button svg{width:22px;fill:currentColor}.button-primary{color:#fff;background:linear-gradient(135deg,#0bbbd0,#39d8bd);box-shadow:0 16px 32px rgba(11,174,190,.25)}.button-secondary{border:1px solid var(--line);background:var(--surface);backdrop-filter:blur(18px)}.trust-row{display:flex;flex-wrap:wrap;gap:16px 22px;margin-top:28px;color:var(--muted);font-size:.8rem;font-weight:700}.trust-row i{margin-right:4px;color:var(--cyan-dark);font-style:normal}
.hero-visual{position:relative;height:650px;display:grid;place-items:center}.glow{position:absolute;border-radius:50%;filter:blur(10px)}.glow-one{width:500px;height:500px;background:radial-gradient(circle,rgba(46,219,220,.28),transparent 68%)}.glow-two{width:300px;height:300px;right:-30px;top:30px;background:radial-gradient(circle,rgba(116,167,250,.22),transparent 68%)}.phone{position:relative;overflow:hidden;padding:8px;border:1px solid rgba(255,255,255,.9);border-radius:42px;background:#0d1c25;box-shadow:0 35px 90px rgba(22,66,85,.27),inset 0 0 0 1px rgba(0,0,0,.8)}.phone img{width:100%;height:100%;object-fit:cover;border-radius:35px}.phone-main{width:min(330px,72vw);aspect-ratio:1320/2868;transform:rotate(2.5deg)}.island{position:absolute;z-index:2;width:30%;height:3%;top:2.2%;left:35%;border-radius:999px;background:#050607}.status-card{position:absolute;z-index:4;display:flex;align-items:center;gap:11px;min-width:175px;padding:13px 17px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:rgba(255,255,255,.8);box-shadow:0 20px 40px rgba(30,78,98,.17);backdrop-filter:blur(20px)}.status-card small,.status-card strong{display:block}.status-card small{color:var(--muted);font-size:.72rem}.status-card strong{margin-top:2px;font-size:1.12rem}.status-icon,.feature-icon{display:grid;place-items:center;flex:0 0 auto;color:#fff;border-radius:13px;font-weight:800}.status-icon{width:40px;height:40px}.status-temp{left:0;top:29%}.status-cop{right:-5px;bottom:22%}.cyan{background:linear-gradient(135deg,#15c5dc,#58d9ed)}.mint{background:linear-gradient(135deg,#50d6a6,#55e4c8)}.violet{background:linear-gradient(135deg,#8775e8,#b86be7)}.orange{background:linear-gradient(135deg,#ff9a4c,#ffc466)}
.intro{max-width:760px;margin:70px auto 45px;text-align:center}.centered{display:flex;align-items:center;justify-content:center}.intro h2,.showcase h2,.device-copy h2,.cta h2{margin:0;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.08;letter-spacing:-.055em}.intro>p:last-child,.showcase-copy>p,.device-copy>p{color:var(--muted);line-height:1.75}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{min-height:270px;padding:30px;border:1px solid rgba(255,255,255,.82);border-radius:30px;background:var(--surface);box-shadow:0 16px 45px rgba(60,93,107,.1);backdrop-filter:blur(20px)}.feature-wide{grid-column:1/-1;min-height:340px;display:grid;grid-template-columns:auto .8fr 1.2fr;align-items:center;gap:22px;overflow:hidden}.feature-icon{width:50px;height:50px;font-size:1.25rem}.feature-card h3{margin:22px 0 8px;font-size:1.25rem;letter-spacing:-.03em}.feature-wide h3{margin-top:0;font-size:1.7rem}.feature-card p{margin:0;color:var(--muted);line-height:1.65}.mini-dashboard{display:grid;grid-template-columns:170px 1fr;align-items:center;gap:24px;padding:24px;border-radius:24px;background:linear-gradient(145deg,rgba(199,238,251,.92),rgba(192,226,249,.62))}.gauge{width:150px;height:150px;display:grid;place-content:center;text-align:center;border-radius:50%;background:radial-gradient(circle at center,#d9f0f7 53%,transparent 54%),conic-gradient(from 215deg,#42d3c4 0 56%,#ffaf61 56% 72%,rgba(255,255,255,.5) 72%)}.gauge b{font-size:2.1rem;line-height:1}.gauge small{color:var(--muted)}.mini-values{display:grid;gap:16px}.mini-values span{display:grid;grid-template-columns:auto 1fr;gap:0 8px;color:var(--muted);font-size:.78rem}.mini-values b{grid-column:2;color:var(--ink);font-size:1rem}.dot{grid-row:1/3;align-self:center;width:9px;height:9px;border-radius:50%}.pink{background:#ee7195}.orange-dot{background:#ff9b46}.green{background:#3bd17b}
.showcase{min-height:780px;margin:150px 0 80px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px}.showcase-copy>p{margin:24px 0 30px}.showcase ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.showcase li{padding:16px 18px;display:grid;gap:3px;border-left:3px solid var(--cyan);border-radius:0 16px 16px 0;background:rgba(255,255,255,.55)}.showcase li span{color:var(--muted);font-size:.83rem;line-height:1.5}.phone-pair{position:relative;min-height:700px}.phone-pair .phone{position:absolute;width:310px;aspect-ratio:1320/2868}.phone-back{left:4%;top:6%;transform:rotate(-7deg);opacity:.88}.phone-front{right:5%;top:0;transform:rotate(5deg)}
.device-section{margin:80px 0 140px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.device-image{position:relative;min-height:430px;display:grid;place-items:center}.device-image img{position:relative;z-index:2;width:min(460px,90%);image-rendering:auto;filter:drop-shadow(0 35px 35px rgba(19,49,61,.23))}.device-halo{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(145deg,rgba(62,214,216,.2),rgba(255,255,255,.4));box-shadow:inset 0 0 80px rgba(255,255,255,.8)}.device-copy>p{margin:22px 0}.device-tags{display:flex;flex-wrap:wrap;gap:9px}.device-tags span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.6);font-size:.78rem;font-weight:700}
.roadmap{margin:0 0 110px}.roadmap-heading{max-width:760px;margin:0 auto 38px;text-align:center}.roadmap-heading h2{margin:0;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.08;letter-spacing:-.055em}.roadmap-heading>p:last-child{color:var(--muted);line-height:1.75}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.roadmap-card{position:relative;min-height:285px;padding:30px;border:1px solid rgba(255,255,255,.82);border-radius:30px;background:var(--surface);box-shadow:0 16px 45px rgba(60,93,107,.1);backdrop-filter:blur(20px)}.roadmap-card h3{margin:20px 0 8px;font-size:1.35rem;letter-spacing:-.03em}.roadmap-card p{margin:0;color:var(--muted);line-height:1.65}.roadmap-badge{position:absolute;top:24px;right:24px;padding:7px 10px;color:var(--cyan-dark);border:1px solid rgba(24,200,216,.2);border-radius:999px;background:rgba(24,200,216,.09);font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.roadmap-icon{width:52px;height:52px;display:grid;place-items:center;color:#fff;border-radius:15px;font-size:1.35rem;font-weight:800}.android-icon{background:linear-gradient(135deg,#51bd78,#85db79)}.cloud-icon{background:linear-gradient(135deg,#27add8,#5fd4ed)}.climate-icon{background:linear-gradient(135deg,#718ee9,#a16de3)}
.cta{margin-bottom:45px;padding:44px 50px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;color:#fff;border-radius:34px;background:linear-gradient(125deg,#087f99,#0ebbc5 55%,#4ad8ad);box-shadow:0 28px 60px rgba(16,133,147,.24)}.cta img{border-radius:25px;box-shadow:0 14px 30px rgba(0,0,0,.12)}.cta .eyebrow{color:rgba(255,255,255,.76);margin-bottom:9px}.cta .eyebrow span{background:#fff}.cta h2{font-size:clamp(2rem,4vw,3rem)}.cta p{margin:8px 0 0;color:rgba(255,255,255,.78)}.button-light{color:#087e8a;background:#fff;box-shadow:0 14px 28px rgba(0,0,0,.12);white-space:nowrap}
footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;border-top:1px solid var(--line)}footer p{color:var(--muted);font-size:.82rem}footer small{grid-column:1/-1;color:var(--muted);font-size:.72rem}
.legal-shell{width:min(880px,calc(100% - 40px));margin:0 auto;padding:70px 0 90px}.legal-shell h1{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:14px}.legal-meta{color:var(--muted);margin-bottom:35px}.legal-card{margin:16px 0;padding:clamp(22px,4vw,38px);border:1px solid rgba(255,255,255,.82);border-radius:26px;background:var(--surface);box-shadow:0 16px 45px rgba(60,93,107,.1)}.legal-card h2{margin:0 0 18px;font-size:1.5rem}.legal-card h3{margin:24px 0 5px}.legal-card p{color:var(--muted);line-height:1.7}.legal-card a,.legal-back{color:var(--cyan-dark);font-weight:700}
@media(max-width:900px){.site-header nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:80px;text-align:center}.hero-copy{display:grid;justify-items:center}.hero-visual{height:610px}.trust-row{justify-content:center}.feature-grid,.roadmap-grid{grid-template-columns:1fr}.feature-wide{grid-template-columns:auto 1fr}.mini-dashboard{grid-column:1/-1}.showcase{grid-template-columns:1fr;margin-top:110px}.showcase-copy{text-align:center}.showcase li{text-align:left}.phone-pair{width:min(650px,100%);margin:0 auto}.device-section{grid-template-columns:1fr;gap:20px;text-align:center}.device-copy{display:grid;justify-items:center}.device-image{order:2}.cta{grid-template-columns:auto 1fr}.cta .button{grid-column:1/-1}}
@media(max-width:600px){.site-header,main,footer{width:min(100% - 26px,1180px)}.site-header{height:64px}.brand img{width:40px;height:40px}.nav-cta{padding:10px 13px;font-size:.76rem!important}.hero{min-height:auto;padding-top:70px;gap:20px}.lead{font-size:1rem}.hero-actions{width:100%}.button{width:100%}.hero-visual{height:530px}.phone-main{width:260px}.status-card{min-width:152px;padding:10px 12px}.status-temp{left:-6px}.status-cop{right:-6px}.intro{margin-top:50px}.feature-card{padding:24px}.feature-wide{display:block}.feature-wide .feature-icon{margin-bottom:20px}.mini-dashboard{margin-top:25px;grid-template-columns:1fr;justify-items:center}.mini-values{width:100%}.showcase{margin-top:100px;gap:30px}.phone-pair{min-height:560px}.phone-pair .phone{width:235px}.phone-back{left:0}.phone-front{right:0}.device-section{margin-bottom:90px}.device-image{min-height:330px}.device-halo{width:310px;height:310px}.cta{padding:30px 24px;grid-template-columns:1fr;text-align:center;justify-items:center}.cta img{width:84px;height:84px}.cta .button{grid-column:auto}footer{grid-template-columns:1fr;justify-items:center;text-align:center}footer nav{gap:16px;flex-wrap:wrap;justify-content:center}footer small{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
@media(prefers-color-scheme:dark){:root{--ink:#e9f6fb;--muted:#a4bac5;--surface:rgba(10,31,42,.82);--line:rgba(154,220,231,.15);--shadow:0 26px 70px rgba(0,0,0,.3)}body{background:radial-gradient(circle at 10% 10%,rgba(31,197,202,.18),transparent 25rem),radial-gradient(circle at 88% 42%,rgba(73,120,194,.16),transparent 30rem),linear-gradient(145deg,#07151d,#0b202b 50%,#101b22)}.status-card,.device-tags span,.showcase li{background:rgba(12,35,46,.82);border-color:rgba(160,226,237,.12)}.mini-dashboard{background:linear-gradient(145deg,rgba(20,74,88,.9),rgba(19,52,69,.85))}.gauge{background:radial-gradient(circle at center,#163c4a 53%,transparent 54%),conic-gradient(from 215deg,#42d3c4 0 56%,#ffaf61 56% 72%,rgba(255,255,255,.12) 72%)}.button-secondary{border-color:var(--line)}.device-halo{background:linear-gradient(145deg,rgba(40,190,195,.12),rgba(23,47,61,.5));box-shadow:inset 0 0 80px rgba(99,201,213,.08)}.roadmap-badge{color:#61dce8;background:rgba(24,200,216,.12);border-color:rgba(90,218,229,.2)}}
