@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{--color-primary:#2563eb;--color-text:#0f172a;--color-subtext:#49576b;--color-white:#fff;--color-bg-soft:#f8faff;--color-green:#16a34a;--color-green-soft:#059669;--color-orange:#f97316;--color-red:#dc2626;--color-rose:#e11d48;--color-cyan:#0891b2;--color-teal:#14b8a6;--color-border:#49576b29;--font-heading:"Plus Jakarta Sans", "Satoshi", Arial, sans-serif;--font-body:"Satoshi", "Inter", Arial, sans-serif;--font-ui:"Inter", "Satoshi", Arial, sans-serif;--space-page-x:116px;--space-section:30px;--space-card:24px;--radius-card:16px;--radius-button:12px;--radius-chip:999px;--shadow-soft:0 10px 25px #0f172a1f}@media (width<=760px){:root{--space-section:10px}}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-white);margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.home-page{width:100%}.home{background:linear-gradient(#eff6ff 0%,#fff 28%)}.container{width:min(1280px,100% - 48px);margin:0 auto 100px}.hero{text-align:center;height:462px;padding:48px 0 24px}.chip{border-radius:var(--radius-chip);color:#2563eb;background:#eff6ff;border:1px solid #2563eb;padding:10px 22px;font-size:14px;display:inline-flex}h1{font-family:var(--font-body);margin:24px 0;font-size:72px;line-height:125%}h1 span{color:var(--color-primary)}.hero__sub{color:#68707b;max-width:820px;margin:0 auto;font-size:24px;font-weight:200;line-height:130%}.hero__cta{justify-content:center;gap:14px;margin-top:36px;display:flex}.dashboard-showcase{width:min(960px,100%);font-family:var(--font-ui);margin:120px auto 0;padding:56px 12px 72px;position:relative}.dashboard-showcase__frame{z-index:1;background:var(--color-white);border:1px solid var(--color-border);border-radius:20px;padding:24px 24px 28px;position:relative;box-shadow:0 28px 70px #0f172a1a}.dashboard-showcase__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.dashboard-showcase__metric{border-radius:14px;flex-direction:column;min-height:128px;padding:16px 18px;display:flex}.dashboard-showcase__metric--blue{background:linear-gradient(145deg,#e8f2ff 0%,#dbeafe 100%)}.dashboard-showcase__metric--violet{background:linear-gradient(145deg,#f3e8ff 0%,#ede9fe 100%)}.dashboard-showcase__metric--amber{background:linear-gradient(145deg,#fff1e6 0%,#ffedd5 100%)}.dashboard-showcase__metric-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.dashboard-showcase__metric-label{color:var(--color-subtext);margin:0;font-size:14px;font-weight:600}.dashboard-showcase__metric-badge{width:32px;height:32px;color:var(--color-green);background:#ffffffd9;border-radius:10px;place-items:center;display:grid;box-shadow:0 4px 12px #0f172a0f}.dashboard-showcase__metric-badge--check{color:var(--color-green)}.dashboard-showcase__metric-value{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:24px;font-weight:700;line-height:1.1}.dashboard-showcase__metric-animated{font:inherit;line-height:inherit;color:inherit;display:inline}.dashboard-showcase__metric-trend{margin:auto 0 0;font-size:13px;font-weight:600}.dashboard-showcase__metric-trend--up{color:var(--color-green)}.dashboard-showcase__metric-trend--primary{color:#0ea5e9}.dashboard-showcase__metric-caption{color:var(--color-subtext);margin:auto 0 0;font-size:13px;font-weight:500}.dashboard-showcase__analytics{background:#f1f5f9;border:1px solid #94a3b840;border-radius:16px;padding:18px 20px 20px}.dashboard-showcase__analytics-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.dashboard-showcase__analytics-title{font-family:var(--font-heading);color:var(--color-text);margin:0;font-size:18px;font-weight:700}.dashboard-showcase__range{align-items:center;gap:8px;display:flex}.dashboard-showcase__range-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dashboard-showcase__select{appearance:none;font:inherit;color:var(--color-text);border:1px solid var(--color-border);background-color:var(--color-white);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2349576b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:10px;padding:8px 36px 8px 14px;font-size:14px;font-weight:600}.dashboard-showcase__select:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.dashboard-showcase__chart{background:var(--color-white);border:1px solid #94a3b833;border-radius:12px;min-height:200px;position:relative;overflow:hidden}.dashboard-showcase__chart-grid{justify-content:space-between;align-items:flex-end;gap:4px;display:flex;position:absolute;inset:16px 16px 28px}.dashboard-showcase__chart-bar{opacity:.88;background:linear-gradient(#93c5fd 0%,#2563eb 100%);border-radius:6px 6px 2px 2px;flex:1;align-self:flex-end;min-width:0;max-width:18px;margin:0 auto}.dashboard-showcase__chart-line{opacity:.35;background:linear-gradient(90deg,#2563eb,#3b82f6,#2563eb);border-radius:999px;height:3px;position:absolute;bottom:18px;left:16px;right:16px}.dashboard-showcase__float{z-index:2;will-change:transform;width:min(280px,42vw);font-size:12px;position:absolute}.dashboard-showcase__float-inner{background:var(--color-white);border:1px solid var(--color-border);transform:translate3d(var(--float-tx,0%), var(--float-ty,0%), 0);border-radius:20px;padding:18px 18px 16px;transition:transform 1.6s cubic-bezier(.16,1,.3,1);box-shadow:0 14px 30px #0f172a1f}@media (prefers-reduced-motion:reduce){.dashboard-showcase__float,.dashboard-showcase__float-inner{transition:none!important}}.dashboard-showcase__float--tl{--float-tx:-18%;--float-ty:-28%;top:-25px;left:0}.dashboard-showcase__float--tr{--float-tx:38%;--float-ty:-20%;top:30px;right:0}.dashboard-showcase__float--bl{--float-tx:-6%;--float-ty:22%;bottom:0;left:0}.dashboard-showcase__float--br{--float-tx:30%;--float-ty:-18%;bottom:0;right:0}@media (width<=980px){.dashboard-showcase__float{width:min(260px,76vw)}.dashboard-showcase__float--tl{--float-tx:-6%;--float-ty:-18%}.dashboard-showcase__float--tr{--float-tx:8%;--float-ty:-12%}.dashboard-showcase__float--bl{--float-tx:-4%;--float-ty:12%}.dashboard-showcase__float--br{--float-tx:6%;--float-ty:-12%}}.dashboard-showcase__float-icon{border-radius:12px;place-items:center;width:40px;height:40px;margin-bottom:8px;display:grid}.dashboard-showcase__float-head{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.dashboard-showcase__float-head--mobile{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.dashboard-showcase__float-head--compact{align-items:center;gap:10px;margin-bottom:8px}.dashboard-showcase__float-icon--green{color:var(--color-green);background:#dcfce7}.dashboard-showcase__float-icon--blue{color:var(--color-primary);background:0 0;border-radius:0;width:20px;height:20px;margin-bottom:0}.dashboard-showcase__float-icon--sky{color:#0284c7;background:#e0f2fe}.dashboard-showcase__float-icon--rose{color:var(--color-rose);background:#ffe4e6}.dashboard-showcase__float-title{color:var(--color-text);margin:0 0 4px;font-size:13px;font-weight:700}.dashboard-showcase__float-title--mobile{color:#1e293b;margin:0;font-size:14px;font-weight:500;line-height:1.1}.dashboard-showcase__float-title--compact{margin:0;font-size:14px;font-weight:400}.dashboard-showcase__float-title--thermostat{color:#5f6b7d;font-size:14px;font-weight:500;line-height:1.2;font-family:var(--font-ui)}.dashboard-showcase__float-sub{color:var(--color-subtext);margin:0 0 8px;font-size:11px}.dashboard-showcase__float-sub--thermostat{color:#1e293b;margin:0;font-size:16px;font-weight:600;line-height:1.1}.dashboard-showcase__float-line{color:var(--color-subtext);margin:0;font-size:12px;line-height:1.2}.dashboard-showcase__float-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.dashboard-showcase__float-value{color:#1e293b;margin:0;font-size:12px;font-weight:500;line-height:1.2}.dashboard-showcase__float-status{color:var(--color-green);align-items:center;gap:6px;margin:0;font-size:13px;font-weight:500;display:flex}.dashboard-showcase__float-foot{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.dashboard-showcase__float-status--solo{margin-top:4px}.dashboard-showcase__dot{background:var(--color-green);border-radius:999px;flex-shrink:0;width:10px;height:10px}.dashboard-showcase__float-metric{font-family:var(--font-ui);color:var(--color-text);margin:0;font-size:16px;font-weight:500}.dashboard-showcase__float-tags{color:var(--color-subtext);letter-spacing:.02em;margin:6px 0 0;font-size:12px;font-weight:600}.dashboard-showcase__float-tags--compact{margin-top:4px;font-size:14px}.dashboard-showcase__float-cert{color:var(--color-text);margin:4px 0 2px;font-size:14px;font-weight:800}.dashboard-showcase__float-cert--compact{margin:2px 0;font-size:15px}.dashboard-showcase__progress{background:#e2e8f0;border-radius:999px;height:10px;margin-top:8px;overflow:hidden}.dashboard-showcase__progress-fill{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#60a5fa);height:100%;display:block}.section-device-categories{background-color:#eef4ff;padding:10px 0}@media (width<=900px){.dashboard-showcase__float{width:min(180px,38vw)}.dashboard-showcase__float--tl{transform:translate(-2%,-8%)}.dashboard-showcase__float--tr{transform:translate(2%,-6%)}.dashboard-showcase__float--bl{transform:translate(-2%,12%)}.dashboard-showcase__float--br{transform:translate(2%,14%)}}@media (width<=760px){.dashboard-showcase{grid-template-columns:1fr 1fr;align-items:start;gap:12px;padding:24px 0 40px;display:grid}.dashboard-showcase__float{width:100%;position:relative;inset:auto;transform:none}.dashboard-showcase__float--tl{grid-area:1/1}.dashboard-showcase__float--tr{grid-area:1/2}.dashboard-showcase__float--bl{grid-area:2/1}.dashboard-showcase__float--br{grid-area:2/2}.dashboard-showcase__frame{grid-area:3/1/auto/-1}.dashboard-showcase__metrics{grid-template-columns:1fr}}.pill-list{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.pill{border:1px solid var(--color-border);color:#49576b;white-space:nowrap;background-color:#fff;border-radius:12px;align-items:center;gap:10px;min-height:54px;padding:12px 18px;font-size:16px;font-weight:500;display:inline-flex}.pill img{object-fit:contain;flex-shrink:0;width:30px;height:30px}.pill-toggle{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:999px;flex-shrink:0;width:38px;height:18px;display:block;position:relative;overflow:hidden}.pill-toggle__label{letter-spacing:.04em;-webkit-user-select:none;user-select:none;font-size:9px;font-weight:700;line-height:18px;transition:opacity .2s;position:absolute;top:0}.pill-toggle__label--off{color:#334155;left:5px}.pill-toggle__label--on{color:#fff;right:5px}.pill-toggle__knob{background:#fff;border-radius:999px;width:16px;height:16px;display:block;position:absolute;top:2px;left:0;box-shadow:0 2px 8px #0f172a38}@media (width<=760px){.pill{white-space:normal;justify-content:flex-start;width:100%}}.grid-3,.grid-2{gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.complete-iot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;display:grid}.complete-iot-card{background:#fff;border:1px solid #49576b33;border-top:4px solid #8b7cf6;border-radius:12px;padding:18px 20px 22px;box-shadow:0 8px 18px #0f172a14}.complete-iot-card__icon-wrap{background:#f0ebff;border-radius:14px;place-items:center;width:40px;height:40px;margin-bottom:14px;display:grid;box-shadow:0 4px 14px #6366f138}.complete-iot-card__icon{object-fit:contain;width:25px;height:25px}.complete-iot-card h3{color:#1f2937;margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.2}.complete-iot-card p{color:#475569;margin:0;font-size:16px;line-height:1.5}.capabilities-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:80px 100px;display:grid}.capability-item{padding:8px 4px}.capability-item__icon{border-radius:10px;place-items:center;width:50px;height:50px;margin-bottom:14px;display:grid;box-shadow:0 6px 14px #0f172a1f}.capability-item__icon img{object-fit:contain;width:50px;height:50px}.capability-item__icon--blue{background:linear-gradient(145deg,#1d4ed8,#0ea5e9)}.capability-item__icon--cyan{background:linear-gradient(145deg,#06b6d4,#0ea5e9)}.capability-item__icon--green{background:linear-gradient(145deg,#16a34a,#14b8a6)}.capability-item__icon--orange{background:linear-gradient(145deg,#f97316,#ef4444)}.capability-item__icon--rose{background:linear-gradient(145deg,#ec4899,#e11d48)}.capability-item__icon--teal{background:linear-gradient(145deg,#06b6d4,#0891b2)}.capability-item h3{color:#0f172a;margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.25}.capability-item p{color:#49576b;margin:0;font-size:16px;line-height:1.45}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--space-card);background:var(--color-white);box-shadow:var(--shadow-soft)}.card h3{font-family:var(--font-heading);margin:0 0 8px;font-size:24px}.card p{color:var(--color-subtext);margin:0}.section-trusted{background-color:#f8faff}.trusted-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 28px;display:grid}.trusted-card{cursor:pointer;background:#fff;border:1px solid #49576b24;border-radius:16px;grid-template-columns:56px 1fr;align-items:start;gap:16px;padding:32px 24px;transition:transform .2s,box-shadow .2s,background .22s,border-color .22s,color .22s;display:grid;box-shadow:0 12px 26px #0f172a1f}.trusted-card__icon{background:#0ea5e9;border-radius:12px;place-items:center;width:48px;height:48px;transition:background .22s;display:grid;box-shadow:0 8px 16px #0f172a14}.trusted-card__icon img{object-fit:contain;width:24px;height:24px;transition:filter .22s,opacity .22s}.trusted-card__content h3{font-family:var(--font-heading);color:#0f172a;margin:0 0 8px;font-size:24px;font-weight:600;transition:color .22s}.trusted-card__content p{font-family:var(--font-body);color:#49576b;margin:0;font-size:16px;font-weight:500;line-height:1.55;transition:color .22s}.trusted-card:hover,.trusted-card:focus-visible{transform:translateY(-3px);box-shadow:0 18px 40px #0f172a2e}.trusted-card--active{background:linear-gradient(145deg,#0ea5e9 0%,#0ba9f2 100%);border:1px solid #ffffff2e;box-shadow:0 18px 38px #0284c759}.trusted-card--active .trusted-card__icon{background:#ffffff24}.trusted-card--active .trusted-card__icon img{filter:brightness(0)invert()}.trusted-card--active .trusted-card__content h3,.trusted-card--active .trusted-card__content p{color:#fff}.thumb,.mock-panel{border-radius:var(--radius-card);background:#dbeafe;min-height:180px}.large{min-height:380px}.two-col,.feature-split{grid-template-columns:1fr 1fr;gap:24px;display:grid}.feature-split--banner{align-items:center;margin-top:50px}.feature-split--banner__content{flex-direction:column;align-items:flex-start;display:flex}.feature-split--banner__content h2{font-family:var(--font-heading);color:#0f172a;margin:0 0 50px;font-size:36px;font-weight:700;line-height:1.12}.feature-split--banner__content p{color:var(--color-subtext);max-width:560px;margin:0 0 50px;font-size:20px;font-weight:500;line-height:1.6}.dashboard-btn button{border-radius:var(--radius-button);color:var(--color-white);cursor:pointer;background:#0f172a;border:none;padding:16px 30px;font-size:16px;font-weight:700}.feature-banner-list{gap:16px;margin:0 0 50px;padding:0;list-style:none;display:grid}.feature-banner-list__item{grid-template-columns:22px 1fr;align-items:start;gap:12px;display:grid}.feature-banner-list__icon{color:#fff;background:#2563eb;border-radius:999px;place-items:center;width:22px;height:22px;margin-top:2px;display:grid}.feature-banner-list__text{color:#49576b;font-size:16px;font-weight:500;line-height:1.55}.feature-banner-mock{background:0 0;border-radius:20px;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.feature-banner-mock__image{object-fit:contain;width:100%;height:474px}.feature-list{gap:14px;display:grid}.feature-item{border-bottom:1px solid var(--color-border);padding-bottom:12px;font-weight:600}.section-why-trending{background:#f8faff}.why-trending-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:20px;display:grid}.why-trending-media{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.why-trending-media__title{height:98px;font-family:var(--font-heading);color:#0f172a;margin:50px 0 40px;font-size:36px;font-weight:700;line-height:1.38}.why-trending-media__image{object-fit:contain;width:100%;max-width:520px;height:auto}.why-trending-list{gap:40px;margin-top:50px;display:grid}.why-trending-item{grid-template-columns:36px 1fr;align-items:start;gap:30px;display:grid}.why-trending-item__icon-wrap{background:#e7f1ff;border-radius:10px;place-items:center;width:46px;height:46px;display:grid}.why-trending-item__icon{object-fit:contain;width:26px;height:26px}.why-trending-item h3{color:#0f172a;margin:0 0 4px;font-size:20px;font-weight:700;line-height:1.2}.why-trending-item p{color:#49576b;margin:0;font-size:16px;line-height:1.45}.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.platform-card{background:#edf3ff;border:1px solid #49576b1f;border-radius:14px;padding:20px 20px 24px}.platform-card__image{object-fit:cover;border-radius:10px;width:100%;height:210px;margin-bottom:20px;display:block}.platform-card h3{color:#0f172a;margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.25}.platform-card p{color:#49576b;margin:0;font-size:15px;line-height:1.4}.section-matrix{background-color:#0ea5e9;padding-top:50px}.stats{grid-template-columns:repeat(4,1fr);gap:50px;margin-top:50px;display:grid}.stat{text-align:center}.stat h3{color:#fff;margin:0 0 20px;font-size:48px}.stat p{color:#fff;margin:0;font-size:16px;font-weight:500}.how-it-works{background-color:#f8faff}.timeline-flow{gap:60px;max-width:820px;margin:0 auto;padding:16px 0;display:grid;position:relative}.timeline-flow__line{background:#14b8d838;border-radius:999px;width:3px;position:absolute;top:42px;bottom:128px;left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:linear-gradient(#0000 0,#000 12px calc(100% - 12px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 12px calc(100% - 12px),#0000 100%)}.timeline-flow__line:after{content:"";transform-origin:top;transform:scaleY(var(--timeline-progress,0));background:linear-gradient(#14b8d8 0%,#0ea5e9 55%,#2563eb 100%);transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.timeline-flow__item{opacity:0;filter:blur(6px);will-change:opacity, transform;grid-template-columns:1fr 88px 1fr;align-items:start;min-height:170px;transition:opacity .52s,transform .62s cubic-bezier(.16,1,.3,1),filter .52s;display:grid;position:relative;transform:translateY(18px)}.timeline-flow__item:nth-of-type(n+2){margin-top:52px}.timeline-flow__item--left{transform:translateY(18px)translate(-18px)}.timeline-flow__item--right{transform:translateY(18px)translate(18px)}.timeline-flow__item.is-visible{opacity:1;filter:blur();transform:translateY(0)translate(0)}.timeline-flow__item.is-visible .timeline-flow__content,.timeline-flow__item.is-visible .timeline-flow__block{opacity:.72;transition:opacity .42s}.timeline-flow__item.is-active,.timeline-flow__item.is-active .timeline-flow__content,.timeline-flow__item.is-active .timeline-flow__block{opacity:1}.timeline-flow__side{align-items:start;min-height:52px;display:grid}.timeline-flow__side--left{grid-column:1;justify-content:flex-end;padding-right:22px}.timeline-flow__side--right{grid-column:3;justify-content:flex-start;padding-left:22px}.timeline-flow__block{gap:14px;display:grid}.timeline-flow__side--left .timeline-flow__block{justify-items:flex-end}.timeline-flow__side--right .timeline-flow__block{justify-items:start}.timeline-flow__node{z-index:2;cursor:pointer;background:#e9fbff;border:4px solid #93dbeb;border-radius:999px;grid-column:2;place-self:start center;place-items:center;width:70px;height:70px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:grid;position:relative}.timeline-flow__node:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;border:2px solid #0ea5e900;transition:opacity .38s,transform .42s cubic-bezier(.16,1,.3,1),border-color .38s;position:absolute;inset:-10px;transform:scale(.88)}.timeline-flow__node img{object-fit:contain;opacity:.32;width:32px;height:32px}.timeline-flow__index{color:#fff;z-index:2;opacity:.32;background:#0f172a;border-radius:999px;flex:none;place-items:center;width:62px;height:62px;font-size:32px;font-weight:700;transition:transform .4s cubic-bezier(.16,1,.3,1),background .4s,box-shadow .4s;display:grid}.timeline-flow__item.is-active .timeline-flow__node img{opacity:1}.timeline-flow__item.is-active .timeline-flow__node{border-color:#5bbbe8;transform:translateY(-2px)scale(1.02);box-shadow:0 18px 40px #0ea5e938}.timeline-flow__item.is-active .timeline-flow__node:after{opacity:1;transform:scale(1)}.timeline-flow__item.is-active .timeline-flow__index{opacity:1;transform:scale(1.03)}@media (hover:hover) and (pointer:fine){.timeline-flow__item:hover .timeline-flow__node,.timeline-flow__item:focus-within .timeline-flow__node{border-color:#5bbbe8;transform:translateY(-2px)scale(1.02);box-shadow:0 18px 40px #0ea5e938}.timeline-flow__item:hover .timeline-flow__node:after,.timeline-flow__item:focus-within .timeline-flow__node:after{opacity:1;transform:scale(1)}.timeline-flow__item:hover .timeline-flow__node img,.timeline-flow__item:focus-within .timeline-flow__node img{opacity:1}.timeline-flow__item:hover .timeline-flow__index,.timeline-flow__item:focus-within .timeline-flow__index{opacity:1;transform:scale(1.03)}.timeline-flow__item:hover .timeline-flow__content,.timeline-flow__item:hover .timeline-flow__block,.timeline-flow__item:focus-within .timeline-flow__content,.timeline-flow__item:focus-within .timeline-flow__block{opacity:1}}@media (prefers-reduced-motion:reduce){.timeline-flow__line:after,.timeline-flow__item,.timeline-flow__node,.timeline-flow__node:after,.timeline-flow__index{transition:none!important}.timeline-flow__item{opacity:1!important;filter:none!important;transform:none!important}}.timeline-flow__content h3{color:#0f172a;margin:0 0 8px;font-size:19px;font-weight:700;line-height:1.2}.timeline-flow__content p{color:#49576b;margin:0;font-size:15px;line-height:1.45}.timeline-flow__content{max-width:260px}.timeline-flow__side--left .timeline-flow__content{text-align:right}.timeline-flow__side--right .timeline-flow__content{text-align:left}.stack-list{border:1px solid var(--color-border);border-radius:var(--radius-card)}.stack-item{border-bottom:1px solid var(--color-border);padding:20px}.stack-item:last-child{border-bottom:none}.section-ecosystem{background:radial-gradient(1200px 520px at 30% 30%,#18c2e8 0%,#0aa3d5 45%,#0793cf 100%)}.section-ecosystem .section{padding:64px 0}.section-ecosystem .section__header{margin-bottom:54px}.section-ecosystem .section__header h2{color:#fff;margin-top:0}.section-ecosystem .section__header p{color:#ffffffd1}.ecosystem-showcase{grid-template-columns:1fr 1px 1.2fr;align-items:stretch;gap:48px;padding:10px 0;display:grid;position:relative}.ecosystem-showcase__divider{background:#ffffff47;width:1px}.ecosystem-showcase__card{color:#fff;padding:24px 10px 24px 0;animation:.32s both ecosystemCardIn}@keyframes ecosystemCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ecosystem-showcase__card-icon{border-radius:26px;place-items:center;width:110px;height:110px;margin-bottom:58px;display:grid}.ecosystem-showcase__card-icon img{object-fit:contain;filter:brightness(0)invert();width:150px;height:150px}.ecosystem-showcase__card-title{font-family:var(--font-heading);letter-spacing:-0.01%;margin:0 0 14px;font-size:40px;font-weight:700}.ecosystem-showcase__card-text{color:#ffffffd1;max-width:420px;margin:0;font-size:20px;font-weight:500;line-height:1.55}.ecosystem-showcase__list{align-content:start;gap:0;display:grid}.ecosystem-showcase__item{appearance:none;color:#ffffffdb;text-align:left;cursor:pointer;opacity:.5;background:0 0;border:none;border-bottom:1px solid #ffffff2e;grid-template-columns:38px 1fr;align-items:center;gap:16px;padding:18px 10px 18px 16px;transition:background .2s,color .2s,transform .2s;display:grid;position:relative}.ecosystem-showcase__item:first-child{border-top:1px solid #ffffff2e}.ecosystem-showcase__item:before{content:"";background:#fff0;border-radius:999px;width:2px;transition:background .2s;position:absolute;top:12px;bottom:12px;left:0}.ecosystem-showcase__item:hover{color:#fff;background:#ffffff14;transform:translate(2px)}.ecosystem-showcase__item.is-active{color:#fff;opacity:1;background:#ffffff14}.ecosystem-showcase__item.is-active:before{background:#ffffffd9}.ecosystem-showcase__item:focus-visible{outline-offset:3px;border-radius:12px;outline:2px solid #ffffffe6}.ecosystem-showcase__item-icon img{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:46px;height:46px}.ecosystem-showcase__item.is-active .ecosystem-showcase__item-icon img,.ecosystem-showcase__item:hover .ecosystem-showcase__item-icon img{opacity:1}.ecosystem-showcase__item-label{font-family:var(--font-heading);font-size:32px;font-weight:700}.cta{color:#fff;background:radial-gradient(900px 420px at 35% 10%,#ffffff29 0%,#fff0 55%),linear-gradient(145deg,#1d4ed8 0%,#06b6d4 90%,#1d4ed8 100%)}.cta__inner{text-align:center;margin-bottom:0;padding:80px 0}.cta__inner h2{font-family:var(--font-heading);letter-spacing:-0.01%;color:#fff;margin:0 0 34px;font-size:40px;font-weight:700;line-height:48px}.cta__inner p{color:#fff;max-width:760px;margin:0 auto 26px;font-size:20px;font-weight:500;line-height:1.55}.cta .hero__cta{margin-top:44px}.cta .btn{color:#0f172a;background:#fff;box-shadow:0 16px 30px #0284c740}.cta .btn--outline{color:#fff;background:0 0;border:2px solid #ffffffd9}.cta .btn--outline:hover{background:#ffffff1f}@media (width<=1100px){h1{font-size:52px}.grid-3,.complete-iot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px}.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-trending-grid{grid-template-columns:1fr;gap:24px}.why-trending-media__image{max-width:440px}.stats{grid-template-columns:repeat(2,1fr)}.timeline-flow__item{min-height:160px}}@media (width<=760px){h1{font-size:38px}.hero__sub{font-size:18px}.hero__cta{flex-direction:column}.grid-3,.grid-2,.two-col,.feature-split,.complete-iot-grid{grid-template-columns:1fr}.capabilities-grid{grid-template-columns:1fr;gap:18px}.platform-grid{grid-template-columns:1fr}.platform-card__image{height:190px}.why-trending-item h3{font-size:18px}.why-trending-item p{font-size:14px}.timeline-flow{gap:16px;max-width:100%;padding:8px 0}.timeline-flow__line{top:26px;bottom:130px;left:26px;transform:none}.timeline-flow__item{grid-template-columns:52px 1fr;align-items:start;column-gap:18px;min-height:auto}.timeline-flow__item:nth-of-type(n+2){margin-top:12px}.timeline-flow__node{grid-area:1/1;place-self:start;width:52px;height:52px}.timeline-flow__node img{width:28px;height:28px}.timeline-flow__side[aria-hidden=true]{display:none}timeline-flow__side--left .timeline-flow__block{justify-items:start}.timeline-flow__index,.timeline-flow__item--left .timeline-flow__index,.timeline-flow__item--right .timeline-flow__index{width:52px;height:52px;font-size:24px;position:static}.timeline-flow__side{grid-area:1/2;justify-content:flex-start;gap:14px;padding:0}.timeline-flow__side--left,.timeline-flow__side--right{padding-left:0;padding-right:0}.timeline-flow__side--left .timeline-flow__block,.timeline-flow__side--right .timeline-flow__block{justify-items:start}.timeline-flow__side--left .timeline-flow__content,.timeline-flow__side--right .timeline-flow__content{text-align:left}.timeline-flow__block{gap:10px}.timeline-flow__content{text-align:left;max-width:none}.ecosystem-showcase{grid-template-columns:1fr;gap:24px}.ecosystem-showcase__divider{display:none}.ecosystem-showcase__card-title{font-size:34px}.trusted-grid{grid-template-columns:1fr;gap:16px}.trusted-card{grid-template-columns:46px 1fr;gap:12px;padding:18px 16px}.trusted-card__icon{border-radius:10px;width:40px;height:40px}.trusted-card__icon img{width:20px;height:20px}.trusted-card__content h3{margin-bottom:6px;font-size:18px}.trusted-card__content p{font-size:13px}.feature-banner-mock__image{object-fit:contain;width:112%;max-width:none;height:520px}.dashboard-btn{justify-content:center;width:100%;display:flex}.dashboard-btn button,.dashboard-btn .btn{margin-left:auto;margin-right:auto}.cta__inner{padding:18px 0}.cta__inner h2{font-size:28px}.cta__inner p{margin-bottom:18px;font-size:14px}.cta .btn{width:100%}}.btn{border-radius:var(--radius-button);background:var(--color-primary);color:var(--color-white);cursor:pointer;border:none;padding:16px 30px;font-size:16px;font-weight:700}.btn--outline{border:2px solid var(--color-primary);color:var(--color-primary);background:0 0}.btn--ghost{border:1px solid var(--color-primary);color:var(--color-primary);background:0 0}.section{padding:var(--space-section) 0}.section__header{text-align:center;margin-bottom:48px}.section__header h2{font-family:var(--font-heading);color:#0f172a;margin:50px 0 12px;font-size:36px;font-weight:700}.section__header p{color:var(--color-subtext);font-size:20px;font-weight:500}.topbar{justify-content:space-between;align-items:center;height:92px;display:flex}.logo{font-family:var(--font-heading);font-size:24px;font-weight:600;line-height:32px;font-style:semibold;align-items:center;gap:12px;display:flex}.logo img{width:40px;height:40px;display:block}.logo span{line-height:1}.nav{color:var(--color-subtext);gap:40px;font-size:16px;display:flex}.nav--desktop{display:flex}.nav__link{align-items:center;gap:10px;display:inline-flex;position:relative}.nav__link:after{content:"";opacity:.85;border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transition:opacity .16s,transform .16s;transform:rotate(45deg)translateY(-2px)}.nav__link:hover:after{opacity:1;transform:rotate(45deg)translateY(-1px)}.nav__label{color:#49576bb2;font-size:16px;font-weight:500;line-height:24px;font-family:var(--font-body);transition:color .16s}.nav__link:hover .nav__label,.nav__link:active .nav__label,.nav__link[aria-current=page] .nav__label,.nav__link.is-active .nav__label{color:#0f172a;font-weight:600}.actions{align-items:center;gap:16px;display:flex}@media (width<=1100px){.nav{flex-wrap:wrap;flex:1;justify-content:center;gap:16px;font-size:15px;display:flex}}@media (width<=760px){.logo{font-size:20px}.topbar{flex-flow:wrap;align-items:center;gap:0;height:auto;padding:12px 0}.actions{display:none}.menuButton{order:2;margin-left:auto;display:inline-flex!important}.nav--desktop{display:none}}.menuButton{cursor:pointer;color:var(--color-text);background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;padding:0;display:none}.menuButton__icon{width:28px;height:28px}.mobileBackdrop{opacity:0;pointer-events:none;z-index:40;background:#0f172a59;transition:opacity .22s;position:fixed;inset:0}.mobileBackdrop--open{opacity:1;pointer-events:auto}.mobileSidebar{z-index:50;background:#fff;flex-direction:column;width:18rem;height:100vh;padding:16px;transition:transform .26s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:0 10px 30px #0f172a29}.mobileSidebar--open{transform:translate(0)}.mobileSidebar__head{justify-content:flex-end;margin-bottom:10px;display:flex}.mobileSidebar__close{cursor:pointer;color:var(--color-text);background:0 0;border:none;padding:6px}.mobileSidebar__close svg{width:24px;height:24px}.mobileSidebar__nav{flex-direction:column;gap:14px;display:flex}.mobileSidebar__nav a{color:var(--color-text)}.mobileSidebar__cta{background:var(--color-primary);border-radius:var(--radius-button);justify-content:center;align-items:center;margin-top:10px;padding:12px 14px;display:inline-flex;color:#fff!important}@media (width>=761px){.mobileBackdrop,.mobileSidebar{display:none}}.footer{color:#ffffffd1;background:radial-gradient(900px 520px at 20% 20%,#2563eb38 0%,#2563eb00 60%),linear-gradient(#0b1220 0%,#0a1020 100%);border-top:1px solid #ffffff1a}.footer__container{width:min(1300px,100% - 48px);margin-bottom:0}.footer__grid{grid-template-columns:1.8fr repeat(4,minmax(0,1fr));gap:28px;padding:50px 0 40px;display:grid}.footer__brand-head{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer__brand-link{color:inherit;align-items:center;gap:12px;display:inline-flex}.footer__brand-link:hover .footer__brand-title{color:#fffffff2}.footer__brand-logo{color:#fff;border:1px solid #ffffff24;border-radius:10px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.footer__brand-logo img{object-fit:contain;width:40px;height:40px;display:block}.footer__brand-title{font-family:var(--font-heading);color:#fff;margin:0;font-size:24px;font-weight:600;line-height:32px}.footer__brand-desc{color:#fff;opacity:.8;margin:0 0 26px;font-size:16px;font-weight:500;line-height:1.55}.footer__social{gap:20px;display:flex}.footer__social-link{color:#ffffffd1;place-items:center}.footer__social-link img{object-fit:contain;width:24px;height:24px;display:block}.footer__social-link:hover{color:#fff;transform:translateY(-2px)}.footer__col-title{letter-spacing:.08em;color:#ffffffb8;margin:0 0 14px;font-size:16px;font-weight:500}.footer__link{color:#ffffffb3;padding:8px 0;font-size:14px;font-weight:400;transition:color .16s;display:block}.footer__link:hover{color:#fff}.footer__divider{background:#ffffff24;height:1px;margin:14px 0 18px}.footer__bottom{justify-content:space-between;align-items:flex-end;gap:18px;padding-bottom:10px;display:flex}.footer__policies{flex-wrap:wrap;gap:18px;margin-bottom:10px;display:flex}.footer__policy-link{color:#ffffff9e;font-size:12px;transition:color .16s}.footer__policy-link:hover{color:#ffffffeb}.footer__copyright{color:#ffffff8a;margin:0;font-size:12px}.footer__contact{color:#ffffff9e;margin:0;font-size:12px}.footer__contact-link{color:#ffffffd1}.footer__contact-link:hover{color:#fff}.footer__contact-sep{color:#ffffff59;margin:0 8px}@media (width<=760px){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.footer__brand{grid-column:1/-1}.footer__brand-desc{max-width:none}.footer__bottom{flex-direction:column;align-items:flex-start}.footer__policies{gap:12px 16px}}
