:root{
  --green:#16a34a;--green-2:#22c55e;--teal:#0f9f9c;--teal-2:#0f766e;--blue:#1894d2;--navy:#0f2a3f;--muted:#617084;--line:#e6eef3;--soft:#f4fbfb;--danger:#ef2b2d;--amber:#f59e0b;--shadow:0 22px 55px rgba(15,42,63,.10);--radius:28px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--navy);background:#fff;line-height:1.6}.page-bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 2% 33%,rgba(20,184,166,.14),transparent 22%),radial-gradient(circle at 82% 10%,rgba(24,148,210,.13),transparent 25%),radial-gradient(circle at 97% 66%,rgba(34,197,94,.11),transparent 18%)}a{text-decoration:none;color:inherit}.section-shell{width:min(1160px,calc(100% - 48px));margin-inline:auto}.site-header{width:min(1160px,calc(100% - 48px));margin:0 auto;padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:13px}.brand strong{display:block;font-size:31px;line-height:.95;color:var(--green);font-weight:900;letter-spacing:-.05em}.brand strong b{color:var(--teal)}.brand small{display:block;margin-top:5px;font-size:10px;font-weight:700;color:#425466}.brand-mark{width:64px;height:64px;border-radius:18px;position:relative;display:inline-block;background:linear-gradient(145deg,#fff,#effffb);box-shadow:inset 0 0 0 1px #d9f2ed,0 10px 24px rgba(16,185,129,.14)}.brand-mark:before{content:"";position:absolute;inset:9px 10px 16px;border:5px solid var(--teal);border-bottom:0;border-radius:8px 8px 2px 2px;clip-path:polygon(50% 0,100% 32%,100% 100%,0 100%,0 32%)}.mark-leaf{position:absolute;background:linear-gradient(145deg,var(--green-2),var(--green));border-radius:100% 0 100% 0;transform:rotate(28deg)}.mark-leaf-a{width:21px;height:34px;left:14px;top:22px}.mark-leaf-b{width:16px;height:28px;left:28px;top:18px}.mark-thermo{position:absolute;right:13px;top:18px;width:13px;height:32px;border:4px solid #168ee4;border-radius:11px}.mark-thermo:after{content:"";position:absolute;width:17px;height:17px;border:4px solid #168ee4;background:#fff;border-radius:50%;left:-6px;bottom:-12px}.mark-bowl{position:absolute;left:9px;right:9px;bottom:6px;height:24px;background:linear-gradient(135deg,var(--teal),var(--green));border-radius:0 0 44px 44px;clip-path:ellipse(50% 58% at 50% 0)}.brand-mark.mini{width:46px;height:46px}.nav{display:flex;align-items:center;gap:40px;font-weight:700;font-size:15px}.nav a:not(.btn){color:#1e334a}.nav a:hover{color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:17px 30px;border-radius:999px;background:linear-gradient(135deg,#08a045,var(--green));color:#fff;font-weight:800;border:1px solid transparent;box-shadow:0 12px 28px rgba(22,163,74,.24)}.btn-small{padding:12px 24px}.btn-outline{background:#fff;color:var(--teal);border-color:var(--teal);box-shadow:none}.btn-light{background:#fff;color:var(--teal-2);min-width:260px}.hero{display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:48px;padding:42px 0 72px}.hero h1{margin:0;font-size:clamp(46px,6vw,82px);line-height:1.04;letter-spacing:-.07em;color:var(--teal-2);font-weight:900}.hero h1::first-line{color:var(--green)}.hero-copy p{font-size:18px;color:#3e4d60;max-width:540px;margin:26px 0}.hero-actions{display:flex;gap:20px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px;color:#234;font-size:12px;font-weight:800}.trust-row span{display:flex;gap:8px;align-items:center}.hero-visual{position:relative;min-height:620px}.dashboard-card{position:absolute;right:0;top:0;width:720px;max-width:100%;display:flex;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.dash-sidebar{width:70px;background:linear-gradient(180deg,#0cba9d,#08728d);padding:18px 13px;display:flex;flex-direction:column;align-items:center;gap:24px;color:#fff}.dash-sidebar i{font-style:normal;opacity:.92}.mini-logo{width:36px;height:36px;border-radius:12px;background:#fff;color:var(--green);display:grid;place-items:center}.dash-content{flex:1;padding:27px}.dash-top,.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.dash-top h2,.chart-card h3,.alerts-card h3,.panel-head h3{margin:0;font-size:20px}.dash-top span{font-size:12px;color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.metric,.room-row div,.alerts-card,.chart-card,.analytics-panel{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 24px rgba(15,42,63,.06)}.metric{padding:16px}.metric small,.room-row small{font-size:11px;color:#4b5d73}.metric strong{display:block;color:var(--green);font-size:31px;line-height:1.1}.metric em{font-style:normal;color:var(--green);font-size:11px;font-weight:800}.metric.danger strong{color:red}.dash-main{display:grid;grid-template-columns:1fr 230px;gap:14px}.chart-card{padding:18px}svg{width:100%;height:auto}.grid-lines line{stroke:#e8eef4;stroke-width:2}.limit{stroke:#ffb15c;stroke-dasharray:6 7;stroke-width:3}.line-a,.line-b,.line-green,.line-blue,.line-orange{fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.line-a{stroke:#27a7e7}.line-b,.line-green{stroke:#1fa971}.line-blue{stroke:#238be6}.line-orange{stroke:#f59e0b}.chart-card text{font-size:18px;fill:#748092}.legend{display:flex;gap:24px;font-size:12px;color:#627083}.alerts-card{padding:18px}.alert{display:grid;grid-template-columns:24px 1fr auto;gap:9px;align-items:start;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.alert b{color:red}.alert.amber b{color:var(--amber)}.alert strong{color:#10263a}.alerts-card a{display:block;margin-top:12px;color:var(--teal);font-size:12px;font-weight:900}.room-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.room-row div{padding:14px}.room-row b{display:block;font-size:25px;color:#168ee4}.room-row .hot b{color:red}.phone-card{position:absolute;right:4px;bottom:18px;width:210px;border:9px solid #101820;border-radius:32px;background:linear-gradient(180deg,#069f9c 0 32%,#fff 32%);box-shadow:0 24px 55px rgba(0,0,0,.25);padding:22px 16px;color:#fff}.phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:72px;height:16px;background:#0b1117;border-radius:0 0 14px 14px}.phone-card h4{margin:14px 0 0}.phone-card p{font-size:12px;margin:0 0 12px}.phone-widget{position:relative;background:#fff;color:var(--navy);border-radius:16px;padding:14px;margin-top:10px}.phone-widget strong{display:block;font-size:26px;color:var(--teal)}.phone-widget span{position:absolute;right:14px;top:22px}.phone-card ul{list-style:none;margin:18px 0 4px;padding:0;color:var(--navy);font-size:11px}.phone-card li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf2f7}.phone-card b{color:var(--green)}.phone-card .red{color:red}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:34px 0 54px}.features article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px 26px;text-align:center;box-shadow:0 14px 35px rgba(15,42,63,.07)}.icon,.step-icon{margin:auto;width:74px;height:74px;border-radius:24px;background:#ecfbf7;display:grid;place-items:center;font-size:36px;color:var(--teal);box-shadow:inset 0 0 0 1px #dbf4ee}.features h3,.steps h3{color:var(--teal-2);margin:20px 0 10px}.features p,.steps p,.section-title p,.analytics-copy p,.cta p,.footer p{color:#536376;margin:0}.section-title{text-align:center;margin-bottom:42px}.section-title h2,.analytics-copy h2,.cta h2{font-size:36px;line-height:1.1;letter-spacing:-.04em;color:#08728d;margin:0 0 10px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;text-align:center;position:relative}.steps:before{content:"";position:absolute;left:19%;right:19%;top:54px;border-top:3px dashed #d7e3ec}.steps article{position:relative}.steps article>span{position:absolute;top:0;left:20%;width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;z-index:1}.step-icon{width:92px;height:92px;border-radius:30px}.step-icon.warn{background:linear-gradient(145deg,#ff7c55,#e11d48);color:#fff;font-size:52px;font-weight:900}.analytics{display:grid;grid-template-columns:.75fr 1.1fr .55fr;gap:0;align-items:stretch;background:linear-gradient(135deg,#f1fffb,#fff);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden;margin-top:70px}.analytics-copy{padding:52px 36px}.tag{display:inline-block;padding:7px 14px;background:#dff8eb;color:var(--green);font-weight:900;border-radius:999px;font-size:12px}.analytics-copy ul{list-style:none;padding:0;margin:28px 0}.analytics-copy li{margin:10px 0;color:#244056;font-weight:700}.analytics-copy li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:10px;background:var(--green);color:#fff;border-radius:50%;font-size:12px}.produce{font-size:54px;letter-spacing:-12px;margin-top:30px}.analytics-panel{margin:38px 0;padding:22px}.panel-head button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 12px;color:#536376}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stats div{background:#f8fbfc;border:1px solid var(--line);border-radius:14px;padding:13px}.stats small{display:block;font-size:11px;color:#667}.stats b{font-size:22px}.storage-photo{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:38px;background:linear-gradient(145deg,#eef6f9,#dce9ee);position:relative}.storage-photo:before{content:"";position:absolute;top:24px;left:24px;right:24px;height:18px;border-radius:999px;background:#c7d6dd}.storage-photo span{height:78px;border-radius:14px;background:linear-gradient(145deg,#fff,#d8e6eb);box-shadow:inset 0 -16px 0 rgba(28,139,93,.15),0 8px 18px rgba(16,42,63,.08)}.cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:38px;margin-bottom:38px;padding:46px 62px;border-radius:28px;background:radial-gradient(circle at 6% 30%,rgba(255,255,255,.18),transparent 23%),linear-gradient(135deg,#08a65b,#0a9699);color:#fff;box-shadow:var(--shadow)}.cta h2{color:#fff;max-width:570px}.cta p{color:#eafff7;max-width:570px}.footer{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px;padding:34px 0 62px;border-top:1px solid var(--line)}.footer .brand strong{font-size:24px}.footer h4{margin:0 0 12px}.footer a{display:block;color:#536376;margin:7px 0}.social{display:flex;gap:13px;margin-top:20px}.social span{width:28px;height:28px;border-radius:50%;background:#10263a;color:#fff;display:grid;place-items:center;font-size:12px}.copyright{grid-column:1/-1;text-align:center;border-top:1px solid var(--line);padding-top:22px;font-size:13px}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.hero-visual{min-height:680px}.dashboard-card{left:0}.features,.steps{grid-template-columns:1fr 1fr}.analytics{grid-template-columns:1fr}.storage-photo{min-height:240px}.footer{grid-template-columns:1fr 1fr}.nav{gap:18px}.steps:before{display:none}}@media(max-width:720px){.section-shell,.site-header{width:min(100% - 28px,1160px)}.site-header{align-items:flex-start}.nav{display:none}.hero{padding-top:20px}.hero h1{font-size:46px}.trust-row,.features,.steps,.metric-grid,.dash-main,.room-row,.stats{grid-template-columns:1fr}.dashboard-card{position:relative;width:100%;display:block}.dash-sidebar{display:none}.hero-visual{min-height:auto}.phone-card{position:relative;right:auto;bottom:auto;margin:18px auto 0}.cta{display:block;padding:34px 24px}.cta .btn{margin-top:24px}.footer{grid-template-columns:1fr}.analytics-copy{padding:34px 24px}}
