.landing{--landing-gutter:clamp(1.5rem,5vw,3rem);--landing-max-width:min(1100px,calc(100% - 2 * var(--landing-gutter)));min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:radial-gradient(120% 120% at 50% 0,rgba(99,102,241,.08),transparent 55%),linear-gradient(180deg,#f9fafb,#eef2ff 60%,#fff)}.landing__main{flex:1;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,10vw,5.5rem);padding:clamp(2rem,8vw,6rem) 0 clamp(3.5rem,12vw,8rem)}.landing-hero,.landing-section{margin:0 auto;width:var(--landing-max-width)}.landing-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,4rem);align-items:center}.landing-hero__content{display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.75rem)}.landing-hero__eyebrow{margin:0;display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:rgba(79,70,229,.1);color:#3730a3;border-radius:999px;font-size:.85rem;font-weight:600;width:-moz-fit-content;width:fit-content}.landing-hero__title{margin:0;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em}.landing-hero__subtitle{margin:0;font-size:clamp(1rem,2.3vw,1.125rem);line-height:1.75;color:rgba(15,23,42,.68);max-width:52ch}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.landing-button{font:inherit;font-weight:600;border-radius:18px;padding:.85rem 1.8rem;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.landing-button--primary{background:linear-gradient(120deg,#4338ca,#2563eb);color:#f8fafc;box-shadow:0 16px 45px rgba(67,56,202,.32)}.landing-button--primary:focus-visible,.landing-button--primary:hover{transform:translateY(-1px);box-shadow:0 22px 50px rgba(79,70,229,.36);outline:none}.landing-button--hidden{display:none}.landing-button--secondary{background-color:rgba(248,250,252,.75);color:rgba(15,23,42,.78);border:1px solid rgba(15,23,42,.12)}.landing-button--secondary:focus-visible,.landing-button--secondary:hover{transform:translateY(-1px);border-color:rgba(15,23,42,.22);color:#0f172a;outline:none}.landing-button--ghost{background:hsla(0,0%,100%,.75);color:#111827;border:1px solid rgba(15,23,42,.15)}.landing-button--ghost:focus-visible,.landing-button--ghost:hover{transform:translateY(-1px);color:#0f172a;border-color:rgba(15,23,42,.25);outline:none}.landing-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.85rem;color:rgba(15,23,42,.55)}.landing-hero__meta-badge{padding:.35rem .85rem;border-radius:999px;background:rgba(94,234,212,.2);color:#0f766e;font-weight:600}.landing-hero__visual{display:flex;align-items:center;justify-content:center}.hero-visual{position:relative;width:min(480px,100%);display:grid;gap:clamp(1.5rem,3vw,2rem)}.hero-visual__panel{background:hsla(0,0%,100%,.92);border-radius:24px;border:1px solid rgba(15,23,42,.06);box-shadow:0 25px 60px rgba(15,23,42,.1),0 4px 20px rgba(79,70,229,.08);overflow:hidden}.hero-visual__panel--flow{padding:clamp(1.25rem,3vw,1.75rem)}.hero-flow{display:flex;flex-direction:column;gap:1.35rem}.hero-flow__rail{position:relative;height:4px;border-radius:999px;background:rgba(79,70,229,.14);overflow:hidden}.hero-flow__highlight{position:absolute;top:0;left:0;height:100%;width:33.4%;background:linear-gradient(120deg,#6366f1,#22d3ee);transform:translateX(0);animation:heroFlowHighlight 7.5s cubic-bezier(.65,0,.35,1) infinite}@keyframes heroFlowHighlight{0%,30%{transform:translateX(0)}33%,63%{transform:translateX(100%)}66%,96%{transform:translateX(200%)}to{transform:translateX(0)}}.hero-flow__stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.hero-flow__stage{padding:.85rem;border-radius:18px;background:rgba(248,250,252,.85);border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:.65rem;font-size:.85rem;line-height:1.4;color:rgba(15,23,42,.62);position:relative;overflow:hidden}.hero-flow__stage:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(79,70,229,.16),rgba(14,165,233,.16));opacity:0;transform:scale(.97);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.hero-flow__chip{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:999px;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#4338ca;background:rgba(99,102,241,.12)}.hero-flow__stage p{margin:0}.hero-flow__stage--configure:after,.hero-flow__stage--connect:after{animation:heroStagePulse 7.5s ease-in-out infinite}.hero-flow__stage--configure:after{animation-delay:2.4s}.hero-flow__stage--dashboard:after{animation:heroStagePulse 7.5s ease-in-out infinite;animation-delay:4.8s}@keyframes heroStagePulse{0%,28%{opacity:0;transform:scale(.97)}30%,40%{opacity:1;transform:scale(1)}45%,to{opacity:0;transform:scale(.97)}}.hero-visual__panel--screen{padding:clamp(1.35rem,3vw,1.85rem);display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.hero-screen__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;color:rgba(15,23,42,.55)}.hero-screen__header strong{font-size:1.05rem;color:#0f172a}.hero-screen__status{padding:.3rem .65rem;border-radius:8px;background:rgba(45,212,191,.2);color:#0f766e;font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.08em}.hero-screen__timestamp{font-variant-numeric:tabular-nums}.hero-screen__body{display:grid;gap:1.5rem}.hero-screen__chart{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;align-items:end;height:120px}.hero-screen__bar{display:inline-block;width:100%;border-radius:12px;background:linear-gradient(180deg,#6366f1,#2563eb);transform-origin:bottom;filter:drop-shadow(0 8px 20px rgba(79,70,229,.24));animation:heroBarRise 3.5s ease-in-out infinite}.hero-screen__bar--one{height:38%;animation-delay:.1s}.hero-screen__bar--two{height:65%;animation-delay:.6s}.hero-screen__bar--three{height:82%;animation-delay:1s}.hero-screen__bar--four{height:55%;animation-delay:1.4s}@keyframes heroBarRise{0%,to{transform:scaleY(.75);opacity:.85}45%{transform:scaleY(1);opacity:1}60%{transform:scaleY(.9);opacity:.9}}.hero-screen__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem;font-size:.9rem;color:rgba(15,23,42,.62)}.hero-screen__list li{display:flex;align-items:center;justify-content:space-between}.hero-screen__list li strong{font-size:.95rem;color:#047857;font-weight:700}.landing-section{display:flex;flex-direction:column;gap:clamp(2rem,5vw,3rem)}.landing-section__heading{display:flex;flex-direction:column;gap:.75rem;max-width:44ch}.landing-section__eyebrow{margin:0;padding:.35rem .8rem;border-radius:999px;background:rgba(45,212,191,.18);color:#0f766e;font-weight:600;font-size:.8rem;width:-moz-fit-content;width:fit-content;text-transform:uppercase;letter-spacing:.08em}.landing-section__eyebrow--violet{background:rgba(129,140,248,.18);color:#4338ca}.landing-section__eyebrow--slate{background:rgba(148,163,184,.25);color:#1f2937}.landing-section__heading h2{margin:0;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.01em;color:#111827}.landing-section__body{margin:0;font-size:clamp(.98rem,2.3vw,1.05rem);line-height:1.8;color:rgba(15,23,42,.7);max-width:60ch}.landing-features{position:relative;width:100%}.landing-features:before{content:"";position:absolute;inset:clamp(-6rem,-12vw,-3rem) 0 0 0;background:radial-gradient(180% 100% at 50% 0,rgba(79,70,229,.08),transparent),linear-gradient(180deg,rgba(226,232,240,.7),hsla(0,0%,100%,0));z-index:-1;pointer-events:none}.landing-features__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(1rem,3vw,1.75rem)}.landing-feature{background:hsla(0,0%,100%,.9);border:1px solid rgba(15,23,42,.05);border-radius:20px;padding:clamp(1.1rem,3vw,1.6rem);box-shadow:0 18px 35px rgba(15,23,42,.08),inset 0 1px 0 hsla(0,0%,100%,.8);display:flex;flex-direction:column;gap:.85rem;transition:transform .15s ease,box-shadow .15s ease}.landing-feature:focus-within,.landing-feature:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(79,70,229,.12),inset 0 1px 0 hsla(0,0%,100%,.95)}.landing-feature__icon{font-size:1.75rem;line-height:1}.landing-feature__title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.landing-feature__body{margin:0;font-size:.95rem;color:rgba(15,23,42,.62);line-height:1.6}.landing-segments{position:relative;width:100%}.landing-segments:before{content:"";position:absolute;inset:clamp(-5rem,-10vw,-2rem) 0;background:radial-gradient(160% 100% at 0 0,rgba(56,189,248,.12),transparent),linear-gradient(180deg,rgba(248,250,252,.9),hsla(0,0%,100%,0));z-index:-1;pointer-events:none}.landing-segments__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,2.25rem)}.landing-segment{padding:clamp(1.6rem,4vw,2rem);border-radius:22px;background:hsla(0,0%,100%,.94);border:1px solid rgba(15,23,42,.06);box-shadow:0 20px 55px rgba(15,23,42,.08),inset 0 1px 0 hsla(0,0%,100%,.85);display:flex;flex-direction:column;gap:.9rem;transition:transform .16s ease,box-shadow .16s ease}.landing-segment:focus-within,.landing-segment:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(37,99,235,.18),inset 0 1px 0 hsla(0,0%,100%,.95)}.landing-segment__icon{font-size:2rem;line-height:1}.landing-segment__title{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.landing-segment__body{margin:0;font-size:.98rem;line-height:1.65;color:rgba(15,23,42,.66)}.landing-security{position:relative;width:100%}.landing-security:before{content:"";position:absolute;inset:clamp(-4rem,-8vw,-2rem) 0;background:linear-gradient(180deg,rgba(226,232,240,.65),hsla(0,0%,100%,0)),radial-gradient(160% 140% at 90% 0,rgba(79,70,229,.1),transparent);pointer-events:none;z-index:-1}.landing-section--security{gap:clamp(1.5rem,5vw,2.5rem);padding:clamp(2.4rem,6vw,3.4rem);border-radius:26px;border:1px solid rgba(15,23,42,.06);background:linear-gradient(155deg,hsla(0,0%,100%,.96),rgba(248,250,252,.92)),url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CradialGradient id='g' cx='0.5' cy='0.2' r='0.7'%3E%3Cstop offset='0%25' stop-color='%234f46e5' stop-opacity='0.12'/%3E%3Cstop offset='100%25' stop-color='%234f46e5' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23g)'/%3E%3C/svg%3E");box-shadow:0 28px 70px rgba(15,23,42,.1),0 6px 20px rgba(79,70,229,.08)}.landing-security__body{display:flex;flex-direction:column;gap:1.2rem;font-size:clamp(.98rem,2.3vw,1.05rem);line-height:1.75;color:rgba(15,23,42,.74);max-width:68ch}.landing-security__body p{margin:0}.landing-security__link{display:inline-flex;align-items:center;gap:.4rem;width:-moz-fit-content;width:fit-content;font-weight:600;font-size:.98rem;color:#1f2937;text-decoration:none;border-bottom:1px solid rgba(79,70,229,.2);padding-bottom:.2rem;transition:color .15s ease,border-color .15s ease,gap .15s ease}.landing-security__link span{transition:transform .15s ease}.landing-security__link:focus-visible,.landing-security__link:hover{color:#3730a3;border-color:rgba(79,70,229,.5);gap:.55rem;outline:none}.landing-security__link:focus-visible span,.landing-security__link:hover span{transform:translateX(2px)}.landing-cta{width:100%;display:flex;justify-content:center}.landing-cta__inner{width:var(--landing-max-width);border-radius:32px;padding:clamp(2.8rem,8vw,4rem);background:radial-gradient(130% 150% at 0 0,rgba(14,165,233,.14),rgba(14,165,233,0)),radial-gradient(130% 120% at 100% 0,rgba(79,70,229,.16),rgba(79,70,229,0)),linear-gradient(135deg,#0f172a,#1e3a8a);color:#f9fafb;text-align:center;display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.75rem);box-shadow:0 35px 90px rgba(15,23,42,.35),0 10px 35px rgba(30,64,175,.28);position:relative;overflow:hidden}.landing-cta__inner:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='280' height='280' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(148,163,184,0.18)' stroke-width='1'%3E%3Cpath d='M0 140 140 0 280 140 140 280z'/%3E%3Cpath d='M70 140 140 70 210 140 140 210z'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;mix-blend-mode:screen;pointer-events:none}.landing-cta__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.24em;font-size:.75rem;color:rgba(226,232,240,.8)}.landing-cta__title{margin:0;font-size:clamp(2.4rem,6vw,3.4rem);font-weight:700;letter-spacing:-.015em}.landing-cta__subtitle{margin:0;font-size:clamp(1rem,3vw,1.15rem);color:rgba(226,232,240,.82);line-height:1.8}.landing-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.landing-cta__button{min-width:clamp(180px,28vw,220px)}.landing-section--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(2rem,6vw,3.5rem);padding:clamp(2.25rem,6vw,3rem);border-radius:28px;border:1px solid rgba(15,23,42,.06);background:hsla(0,0%,100%,.95);box-shadow:0 32px 80px rgba(15,23,42,.12),0 6px 20px rgba(99,102,241,.08);position:relative;overflow:hidden}.landing-section--split:after{content:"";position:absolute;inset:0;background:radial-gradient(120% 120% at 85% 20%,rgba(99,102,241,.18),rgba(99,102,241,0));z-index:0}.landing-section--split>*{position:relative;z-index:1}.landing-solutions{position:relative;width:100%}.landing-solutions:before{content:"";position:absolute;inset:clamp(-5rem,-10vw,-3rem) 0;background:linear-gradient(180deg,rgba(226,232,240,.6),hsla(0,0%,100%,0)),radial-gradient(160% 140% at 20% -20%,rgba(59,130,246,.12),transparent);pointer-events:none;z-index:-1}.landing-solutions__content{display:flex;flex-direction:column;gap:1.25rem}.landing-solutions__actions{margin-top:.75rem}.landing-solutions__card{align-self:stretch;border-radius:22px;padding:clamp(1.5rem,4vw,2.5rem);background:linear-gradient(140deg,rgba(24,44,104,.95),rgba(67,56,202,.9)),url("data:image/svg+xml,%3Csvg width='240' height='240' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' x2='100%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff' stop-opacity='0.12'/%3E%3Cstop offset='100%25' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 120 L120 0 L240 120 L120 240 Z' fill='url(%23a)'/%3E%3C/svg%3E");color:rgba(241,245,255,.95);border:1px solid rgba(145,158,255,.22);box-shadow:0 25px 60px rgba(49,46,129,.45),0 4px 25px rgba(59,130,246,.32);display:flex;flex-direction:column;gap:1.5rem}.landing-solutions__card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(219,234,254,.8)}.landing-solutions__chip{padding:.4rem .9rem;border-radius:999px;background:rgba(59,130,246,.22);color:rgba(191,219,254,.95);font-weight:600}.landing-solutions__status{padding:.35rem .8rem;border-radius:999px;border:1px solid rgba(191,219,254,.35)}.landing-solutions__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.landing-solutions__list li{display:flex;flex-direction:column;gap:.55rem;font-size:.95rem;color:rgba(226,232,240,.85)}.landing-solutions__list strong{font-size:1.05rem;color:#f8fafc}@media (max-width:960px){.landing-hero{grid-template-columns:1fr}.landing-hero__visual{order:-1}}@media (max-width:640px){.landing{--landing-max-width:min(100%,calc(100% - 2 * var(--landing-gutter)))}.landing__main{padding-top:clamp(1.5rem,8vw,3rem)}.landing-hero__title{font-size:clamp(2.25rem,8vw,3rem)}.hero-visual__panel{border-radius:20px}.landing-features__grid,.landing-segments__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-section--security{padding:clamp(2rem,7vw,3rem)}.landing-section--split{grid-template-columns:1fr}.landing-solutions__card{order:-1}.landing-cta__inner{padding:clamp(2.4rem,10vw,3.2rem)}}@media (max-width:480px){.landing__main{gap:clamp(2.5rem,12vw,4rem)}.landing-features__grid,.landing-segments__grid{grid-template-columns:1fr}.landing-section--security{padding:clamp(1.8rem,8vw,2.6rem)}.landing-cta__inner{padding:clamp(2rem,12vw,2.8rem)}.landing-cta__actions{gap:.75rem}.landing-cta__button{min-width:min(100%,260px)}.landing-solutions__card{padding:clamp(1.35rem,7vw,1.75rem)}}