:root{--site-font-family: "Century Gothic", CenturyGothic, AppleGothic, "URW Gothic L", "Trebuchet MS", sans-serif;--site-bg: #f7fafc;--site-bg-soft: #edf3f8;--site-surface: #ffffff;--site-surface-soft: #f8fbfd;--site-surface-muted: #e8eef5;--site-border: rgba(15, 23, 42, .08);--site-border-strong: rgba(15, 23, 42, .08);--site-text: #09111f;--site-text-soft: #526075;--site-text-inverse: #f7f9fc;--site-red: #eb233c;--site-red-soft: #ff6b7d;--site-gold: #ff9f43;--site-shadow: 0 22px 60px rgba(5, 12, 24, .1);--site-shadow-lg: 0 30px 88px rgba(5, 12, 24, .16);--site-radius: 28px;--site-radius-sm: 20px;--site-container: min(1360px, calc(100% - 40px) );--site-container-wide: min(1520px, calc(100% - 56px) );--site-header-offset: 124px}html,body{width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}html{font-family:var(--site-font-family)}body{padding-top:var(--site-header-offset);background:var(--site-surface-soft);color:var(--site-text);font-family:var(--site-font-family);letter-spacing:normal;-moz-user-select:auto;user-select:auto;-webkit-user-select:auto}button,input,select,textarea{font-family:inherit}body.site-menu-open{overflow:hidden}.site-skip-link{position:absolute;top:0;left:1rem;z-index:200;padding:.85rem 1.1rem;border-radius:0 0 16px 16px;background:#09111f;color:#fff;font-weight:700;text-decoration:none;transform:translateY(-120%);transition:transform .16s ease}.site-skip-link:focus{transform:translateY(0)}img{display:block;max-width:100%}.site-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex-shrink:0;vertical-align:-.125em}.site-icon svg{display:block;width:1em;height:1em}section[id],footer[id]{scroll-margin-top:calc(var(--site-header-offset) + 24px)}.site-page-shell{min-height:100vh}.site-main{position:relative;z-index:1}.site-container{width:var(--site-container);margin:0 auto}.intello-hero .site-container{width:var(--site-container-wide)}.intello-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;gap:.7rem;min-height:54px;padding:.95rem 1.35rem;border:0;border-radius:999px;font-size:.95rem;font-weight:700;line-height:1.15;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease;text-decoration:none;white-space:nowrap;overflow:hidden}.intello-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 10%,rgba(255,255,255,.26) 48%,transparent 90%);transform:translate(-140%);transition:transform .42s ease}.intello-button:hover,.intello-button:focus-visible{transform:translateY(-2px)}.intello-button:hover:after,.intello-button:focus-visible:after{transform:translate(140%)}.intello-button--primary{color:#fff;background:linear-gradient(135deg,var(--site-red-soft),var(--site-red));box-shadow:0 16px 32px #eb233c38}.intello-button--secondary{color:var(--site-text);background:#ffffffe0;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 28px #0f172a14}.intello-button--ghost{color:var(--site-text);background:#ffffffb8;border:1px solid rgba(15,23,42,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.intello-home .intello-button--secondary{background:#ffffffeb}.intello-button--disabled{color:var(--site-text-soft);background:#ffffffeb;border:1px solid rgba(15,23,42,.1);cursor:not-allowed}.intello-button--wide{width:100%}.site-header{position:fixed;inset:0 0 auto;z-index:60;color:var(--site-text);background:#ffffffd6;border-bottom:1px solid rgba(15,23,42,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 18px 46px #0f172a14;transition:background .18s ease,box-shadow .18s ease,border-color .18s ease}.site-header.is-scrolled{background:#fffffff5;box-shadow:0 18px 48px #0f172a1a}.site-header__utility{border-bottom:1px solid rgba(15,23,42,.06)}.site-header__utility-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:var(--site-container-wide);min-height:36px;margin:0 auto}.site-header__eyebrow{color:var(--site-text-soft);font-size:.72rem;font-weight:500;letter-spacing:.03em}.site-header__utility-pills{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.site-header__utility-pills span{display:inline-flex;align-items:center;gap:.45rem;padding:.32rem .68rem;border-radius:999px;color:var(--site-text-soft);background:#0f172a0a;font-size:.68rem;font-weight:600}.site-header__main{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:var(--site-container-wide);min-height:86px;margin:0 auto}.site-header__brand{display:inline-flex;align-items:center;flex-shrink:0}.site-header__logo{width:auto;height:48px}.site-header__panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex:1 1 auto;min-width:0}.site-header__menu-toggle{display:none;width:50px;height:50px;align-items:center;justify-content:center;gap:.33rem;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#ffffffeb;cursor:pointer}.site-header__menu-toggle:focus-visible,.site-nav__toggle:focus-visible,.site-footer__social a:focus-visible{outline:3px solid rgba(235,35,60,.32);outline-offset:3px}.site-header__menu-toggle span{display:block;width:22px;height:2px;background:var(--site-text);border-radius:999px;transition:transform .18s ease,opacity .18s ease}.site-header__menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(5px) rotate(45deg)}.site-header__menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.site-nav{display:flex;align-items:center;justify-content:center;gap:.15rem;flex:1 1 auto;flex-wrap:nowrap;min-width:0}.site-nav__item{position:relative}.site-nav__trigger{display:flex;align-items:center;gap:.2rem}.site-nav__link,.site-nav__toggle,.site-nav__dropdown-link{text-decoration:none}.site-nav__link{display:inline-flex;align-items:center;min-height:44px;padding:0 .74rem;border-radius:999px;color:#09111fd1;font-size:.9rem;font-weight:600;white-space:nowrap;transition:color .18s ease,background .18s ease}.site-nav__item:hover>.site-nav__trigger>.site-nav__link,.site-nav__item:focus-within>.site-nav__trigger>.site-nav__link{color:var(--site-text);background:#0f172a0d}.site-nav__toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:-.35rem;border-radius:999px;color:#09111fa3;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.site-nav__toggle:hover{color:var(--site-text);background:#0f172a0d}.site-nav__item.is-open .site-nav__toggle,.site-nav__item:hover .site-nav__toggle{transform:rotate(180deg)}.site-nav__dropdown{position:absolute;top:calc(100% + 14px);left:0;display:grid;gap:.45rem;min-width:220px;padding:.8rem;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:#fffffff5;box-shadow:0 18px 46px #0f172a1f;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease}.site-nav__item--has-children:hover>.site-nav__dropdown,.site-nav__item--has-children:focus-within>.site-nav__dropdown,.site-nav__item--has-children.is-open>.site-nav__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav__dropdown-link{display:flex;align-items:center;min-height:42px;padding:0 .9rem;border-radius:16px;color:#09111fd1;font-size:.9rem;font-weight:600;transition:background .18s ease,color .18s ease}.site-nav__dropdown-link:hover,.site-nav__dropdown-link:focus-visible{color:var(--site-text);background:#eb233c0f}.site-header__actions{display:flex;align-items:center;gap:.65rem;flex-shrink:0;position:relative;z-index:5}.site-header__account{color:var(--site-text);position:relative;z-index:6}.site-header__actions .intello-button{min-height:46px;padding:.8rem 1.15rem;font-size:.92rem;position:relative;z-index:6}.site-header__account i,.site-header__demo i{font-size:1rem}.intello-home{position:relative;overflow:hidden;background:radial-gradient(circle at 0 12%,rgba(255,102,122,.14),transparent 24%),radial-gradient(circle at 100% 18%,rgba(255,159,67,.1),transparent 20%),linear-gradient(180deg,#fbfdff 0,#edf3f8)}.intello-home__section{position:relative;padding:104px 0;content-visibility:auto;contain-intrinsic-size:960px}.intello-home__section--light{background:radial-gradient(circle at 50% 0,rgba(255,255,255,.86),transparent 38%),linear-gradient(180deg,#fbfdff 0,#eef3f8)}.intello-home__section--lift{padding-top:88px}.intello-home__section--lift:before{content:"";position:absolute;inset:-138px 0 auto;height:168px;pointer-events:none;background:linear-gradient(180deg,#fff0,#f7fafc8c 40%,#fbfdfffa)}.intello-home__section--dark{color:var(--site-text);background:radial-gradient(circle at 15% 10%,rgba(255,64,92,.08),transparent 20%),linear-gradient(180deg,#f7fafc,#edf3f8)}.intello-home__section--soft{background:radial-gradient(circle at top center,rgba(255,255,255,.7),transparent 34%),linear-gradient(180deg,#f4f8fb,#eaf1f6)}.intello-home__section--cta{padding-top:24px;padding-bottom:112px;background:linear-gradient(180deg,#eef4f8,#f8fbfd)}.intello-eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.52rem .9rem;border-radius:999px;color:var(--site-text);background:#ffffffe0;border:1px solid rgba(15,23,42,.08);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.intello-section-heading{max-width:880px;margin:0 auto 48px;text-align:center}.intello-section-heading .intello-eyebrow{color:var(--site-red);background:#eb233c14;border-color:#eb233c29}.intello-section-heading h2{margin:1rem 0 .9rem;font-size:clamp(2rem,4.5vw,3.35rem);line-height:1.02;font-weight:700}.intello-section-heading p{max-width:62ch;margin:0 auto;color:var(--site-text-soft);font-size:1.02rem;line-height:1.8}.intello-section-heading--light h2,.intello-section-heading--light p{color:var(--site-text)}.intello-section-heading--light p{color:var(--site-text-soft)}.intello-section-heading--light .intello-eyebrow{color:var(--site-red);background:#eb233c14;border-color:#eb233c29}.intello-hero{position:relative;overflow:hidden;padding:44px 0 124px;min-height:min(calc(100vh - var(--site-header-offset)),860px);color:var(--site-text)}.intello-hero:after{content:"";position:absolute;right:0;bottom:0;left:0;height:140px;pointer-events:none;background:linear-gradient(180deg,#fff0,#f4f8fbb8 62%,#f8fbfdf5)}.intello-hero__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.intello-hero__orb{position:absolute;border-radius:999px;filter:blur(10px);opacity:.7}.intello-hero__orb--one{top:6%;left:-3%;width:220px;height:220px;background:radial-gradient(circle,rgba(255,74,108,.14),transparent 72%);animation:floatDrift 18s ease-in-out infinite}.intello-hero__orb--two{top:24%;right:8%;width:340px;height:340px;background:radial-gradient(circle,rgba(255,159,67,.12),transparent 72%);animation:floatDrift 16s ease-in-out infinite reverse}.intello-hero__orb--three{bottom:10%;right:-4%;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.5),transparent 72%);animation:floatDrift 20s ease-in-out infinite}.intello-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(15,23,42,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.05) 1px,transparent 1px);background-size:120px 120px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 85%);opacity:.3}.intello-hero__layout{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(620px,1.08fr);gap:clamp(3rem,4vw,5rem);align-items:center}.intello-hero__content{max-width:700px}.intello-hero__title{margin:1.2rem 0 1rem;font-size:clamp(3rem,5.2vw,5.25rem);line-height:.98;font-weight:700}.intello-hero__copy{margin:0 0 2rem;max-width:56ch;color:var(--site-text-soft);font-size:1.08rem;line-height:1.8}.intello-hero__actions{display:flex;flex-wrap:wrap;gap:.9rem}.intello-hero__signals{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}.intello-hero__signals span{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem .9rem;border-radius:999px;background:#ffffffe6;border:1px solid rgba(15,23,42,.08);color:var(--site-text-soft);font-size:.82rem;font-weight:600}.intello-hero__visual{position:relative;min-height:760px;isolation:isolate}.intello-floating-card{position:absolute;display:flex;align-items:flex-start;gap:.9rem;z-index:1;width:min(212px,30vw);padding:.9rem .9rem .9rem .95rem;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#ffffffd6;box-shadow:0 20px 40px #0f172a17;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:.78;animation:floatDrift 14s ease-in-out infinite}.intello-floating-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:16px;background:linear-gradient(135deg,#ff6b7d33,#ff9f432e);color:#fff;font-size:1.25rem}.intello-floating-card__icon img{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;display:block}.intello-floating-card__label{display:inline-flex;margin-bottom:.32rem;color:var(--site-text);font-size:.88rem;font-weight:700}.intello-floating-card p{margin:0;color:var(--site-text-soft);font-size:.76rem;line-height:1.5;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.intello-floating-card--chat{top:20px;left:0}.intello-floating-card--hub{right:0;bottom:24px;animation-delay:-6s}.intello-floating-card--edu{left:0;bottom:24px;animation-delay:-10s}.intello-dashboard{position:absolute;z-index:2;top:138px;left:50%;width:min(560px,calc(100% - 72px));transform:translate(-50%)}.intello-dashboard__frame{position:relative;padding:1.55rem;border-radius:32px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffffe6,#f4f8fbf5),#ffffffe6;box-shadow:0 28px 72px #0f172a1f;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.intello-dashboard__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.intello-dashboard__badge,.intello-dashboard__status{display:inline-flex;align-items:center;gap:.5rem;padding:.52rem .82rem;border-radius:999px;background:#0f172a0d;color:var(--site-text);font-size:.8rem;font-weight:700}.intello-dashboard__status i{color:#24d16d;font-size:.7rem}.intello-dashboard__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-bottom:1rem}.intello-dashboard__metric{padding:1rem;border-radius:20px;background:#f8fbfdfa}.intello-dashboard__metric-label{display:block;color:var(--site-text-soft);font-size:.76rem;font-weight:500}.intello-dashboard__metric strong{display:block;margin-top:.45rem;color:var(--site-text);font-size:1.45rem;font-weight:700}.intello-dashboard__body{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);gap:1rem}.intello-dashboard__chart,.intello-dashboard__stack-card{border-radius:24px;background:#f8fbfdfa}.intello-dashboard__chart{position:relative;overflow:hidden;min-height:260px;padding:1.25rem}.intello-dashboard__chart-header h2{margin:0 0 .35rem;color:var(--site-text);font-size:1.1rem}.intello-dashboard__chart-header span{color:var(--site-text-soft);font-size:.84rem}.intello-dashboard__chart-lines{position:absolute;top:88px;right:1.25rem;bottom:1.25rem;left:1.25rem;display:grid;align-content:space-between}.intello-dashboard__chart-lines span{display:block;width:100%;height:1px;background:#0f172a14}.intello-dashboard__chart-wave{position:absolute;right:1.25rem;bottom:1rem;left:1.25rem;height:160px}.intello-dashboard__chart-wave svg{width:100%;height:100%}.intello-dashboard__stack{display:grid;gap:1rem}.intello-dashboard__stack-card{padding:1.1rem}.intello-dashboard__stack-label{display:block;color:var(--site-text-soft);font-size:.78rem;font-weight:600}.intello-dashboard__stack-card strong{display:block;margin-top:.55rem;color:var(--site-text);font-size:1rem;line-height:1.5}.intello-dual-grid,.intello-platform-grid,.intello-services-grid,.intello-proof-grid,.intello-industry-grid,.intello-stats-grid{display:grid;gap:1.4rem}.intello-dual-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1.6rem}.intello-feature-panel{position:relative;display:flex;flex-direction:column;min-height:100%;height:100%;padding:2.2rem;border-radius:var(--site-radius);background:linear-gradient(180deg,#fffffffa,#f5f8fcf0);color:var(--site-text);border:1px solid rgba(15,23,42,.07);box-shadow:var(--site-shadow);overflow:hidden}.intello-feature-panel--light{color:var(--site-text);background:linear-gradient(180deg,#fffffffa,#f8fafdf5);border:1px solid rgba(15,23,42,.07);box-shadow:var(--site-shadow)}.intello-feature-panel:before{content:"";position:absolute;top:-70px;right:-36px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(235,35,60,.08),transparent 72%);pointer-events:none}.intello-feature-panel__meta{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.15rem}.intello-feature-pill{display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:.55rem .85rem;border-radius:999px;background:#fffffff5;border:1px solid rgba(15,23,42,.08);color:var(--site-text);font-size:.78rem;font-weight:700;letter-spacing:.01em}.intello-feature-pill i{color:var(--site-red);font-size:.8rem}.intello-feature-pill--muted{color:var(--site-text-soft);font-weight:600}.intello-feature-panel__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.intello-feature-panel__header-copy{flex:1 1 auto;min-width:0}.intello-feature-panel__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;flex-shrink:0;border-radius:18px;background:linear-gradient(135deg,#ff6b7d38,#ff9f432e);color:var(--site-red);font-size:1.25rem}.intello-feature-panel--light .intello-feature-panel__icon{color:var(--site-red);background:#eb233c14}.intello-feature-panel__brand{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.7rem}.intello-feature-panel__brand span{display:inline-flex;align-items:center;min-height:30px;padding:.35rem .65rem;border-radius:999px;background:#eb233c14;color:var(--site-red);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.intello-feature-panel__header h3{margin:0 0 .55rem;font-size:1.75rem}.intello-feature-panel__header p{margin:0;color:inherit;opacity:.8;line-height:1.75}.intello-feature-panel>.intello-button{margin-top:auto}.intello-feature-panel__button{min-height:64px;border-radius:24px;padding-inline:1.5rem}.intello-feature-panel__button.intello-button--secondary{background:linear-gradient(180deg,#fffffffa,#f4f7fbf5);border-color:#0f172a1a;box-shadow:0 16px 32px #0f172a14}.intello-mini-grid{display:grid;gap:.95rem;margin-bottom:1.5rem}.intello-mini-card{display:flex;flex-direction:column;padding:1.15rem 1.2rem;border-radius:22px;background:#f8fbfdfa;border:1px solid rgba(15,23,42,.06)}.intello-mini-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.intello-feature-panel--light .intello-mini-card{background:#f4f7fbfa;border-color:#0f172a0f}.intello-mini-card__title{display:flex;align-items:flex-start;gap:.85rem;flex:1 1 260px}.intello-mini-card__logo{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:14px;background:linear-gradient(135deg,#ff6b7d2e,#ff9f4324);color:var(--site-red);font-size:1rem}.intello-mini-card__logo img{width:100%;height:100%;padding:.42rem;-o-object-fit:contain;object-fit:contain}.intello-mini-card__details{display:grid;gap:.32rem}.intello-mini-card__details h4{margin:0;font-size:1rem}.intello-mini-card__details span{color:var(--site-text-soft);font-size:.85rem;line-height:1.55}.intello-mini-card p{margin:0;color:inherit;opacity:.8;font-size:.92rem;line-height:1.65}.intello-mini-card__status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.35rem .6rem;border-radius:999px;background:#eb233c14;color:var(--site-red);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.intello-service-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;margin-bottom:1.1rem;align-items:start}.intello-service-tags span{display:inline-flex;align-items:center;justify-content:flex-start;gap:.42rem;width:100%;min-width:0;box-sizing:border-box;min-height:36px;padding:.54rem .72rem;border-radius:14px;background:linear-gradient(180deg,#f7f9fcfa,#f1f5f9f2);border:1px solid rgba(15,23,42,.06);color:var(--site-text);font-size:.78rem;line-height:1.25;font-weight:600;white-space:normal;overflow-wrap:anywhere;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.intello-service-tags span[id]{scroll-margin-top:calc(var(--site-header-offset) + 24px)}.intello-service-tags span i{color:var(--site-red);font-size:.7rem;flex-shrink:0}.intello-service-tags span:hover{transform:translateY(-2px);border-color:#eb233c24;box-shadow:0 14px 28px #0f172a0f}.intello-feature-panel__callout{margin-bottom:1.5rem;padding:1rem 1.05rem;border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f9fbfdf0);border:1px solid rgba(15,23,42,.07)}.intello-feature-panel__callout strong{display:block;margin-bottom:.38rem;color:var(--site-text);font-size:.95rem}.intello-feature-panel__callout p{margin:0;color:var(--site-text-soft);font-size:.88rem;line-height:1.65}.intello-feature-panel__callout--light{background:linear-gradient(180deg,#fff7f8f5,#fffffff5);border-color:#eb233c14}.intello-platform-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.intello-platform-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:2.2rem;border-radius:var(--site-radius);color:var(--site-text);background:linear-gradient(180deg,#fffffffa,#f5f8fcf2),#fffffffa;border:1px solid rgba(15,23,42,.07);box-shadow:var(--site-shadow);overflow:hidden}.intello-platform-card:before{content:"";position:absolute;inset:auto -16% -24% auto;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(255,107,125,.22),transparent 70%)}.intello-platform-card .intello-button,.intello-platform-card .intello-button--disabled{margin-top:auto}.intello-platform-card__badge{display:inline-flex;align-items:center;align-self:flex-start;padding:.52rem .82rem;border-radius:999px;background:#eb233c14;color:var(--site-red);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.intello-platform-card__icon{display:flex;align-items:center;justify-content:center;width:100%;max-width:512px;height:clamp(180px,22vw,256px);margin:1.25rem auto;border-radius:28px;background:linear-gradient(180deg,#fffffffa,#f6f8fceb);border:1px solid rgba(15,23,42,.08);box-shadow:inset 0 1px #ffffffb3;overflow:hidden;color:var(--site-red);font-size:4rem}.intello-platform-card__icon--image{max-width:440px;height:auto;min-height:132px;max-height:176px;aspect-ratio:5 / 2}.intello-platform-card__icon img{width:100%;height:100%;box-sizing:border-box;padding:1rem 1.25rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.intello-platform-card__icon--image img{padding-block:.75rem}.intello-platform-card__icon i{font-size:inherit}.intello-platform-card h3{margin:0;font-size:1.7rem}.intello-platform-card__tagline{margin:.75rem 0 1.25rem;color:var(--site-text-soft);line-height:1.75}.intello-platform-card__features{display:grid;gap:.7rem;margin:0 0 1.5rem;padding:0;list-style:none;flex:1 1 auto}.intello-platform-card__features li{display:flex;align-items:center;gap:.65rem;color:var(--site-text);font-size:.92rem;line-height:1.5}.intello-platform-card__features i{color:var(--site-gold);font-size:.75rem}.intello-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.intello-service-card{padding:1.8rem;border-radius:var(--site-radius-sm);border:1px solid rgba(15,23,42,.07);background:#fffffffa;box-shadow:var(--site-shadow)}.intello-service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:1rem;border-radius:18px;background:#eb233c14;color:var(--site-red);font-size:1.3rem}.intello-service-card h3{margin:0 0 .8rem;font-size:1.35rem}.intello-service-card p{margin:0 0 1.15rem;color:var(--site-text-soft);line-height:1.75}.intello-service-card ul{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.intello-service-card li{color:var(--site-text);font-size:.88rem;font-weight:600}.intello-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1.5rem}.intello-stat-card{padding:1.65rem;border-radius:24px;background:#fffffff5;border:1px solid rgba(15,23,42,.06);box-shadow:var(--site-shadow);text-align:center}.intello-stat-card__value{display:inline-flex;align-items:flex-start;justify-content:center;color:var(--site-red);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.intello-stat-card p{margin:.85rem 0 0;color:var(--site-text-soft);font-size:.95rem;font-weight:600}.intello-proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.intello-proof-card{padding:1.55rem;border-radius:24px;background:#fffffff2;border:1px solid rgba(15,23,42,.06);box-shadow:var(--site-shadow)}.intello-proof-card__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:1rem;border-radius:16px;background:#eb233c14;color:var(--site-red);font-size:1.1rem}.intello-proof-card h3{margin:0 0 .65rem;font-size:1.02rem}.intello-proof-card p{margin:0;color:var(--site-text-soft);line-height:1.7;font-size:.9rem}.intello-section-heading--left{margin-bottom:1.5rem;text-align:left;max-width:860px}.intello-section-heading--left h2,.intello-section-heading--left p{margin-inline:0}.intello-contact-card input,.intello-contact-card textarea{width:100%;min-height:58px;padding:.95rem 1.05rem;border-radius:20px;border:1px solid rgba(15,23,42,.1);background:#fffffffa;color:var(--site-text);font:inherit;transition:border-color .18s ease,box-shadow .18s ease}.intello-contact-card input:focus,.intello-contact-card textarea:focus{outline:none;border-color:#eb233c3d;box-shadow:0 0 0 4px #eb233c14}.intello-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.intello-contact-card{display:grid;gap:1rem;padding:1.8rem;border-radius:calc(var(--site-radius) + 4px);background:#fffffffa;border:1px solid rgba(15,23,42,.07);box-shadow:var(--site-shadow)}.intello-contact-card--accent{background:radial-gradient(circle at top right,rgba(255,159,67,.12),transparent 34%),linear-gradient(180deg,#fffffffc,#f4f7fbf2)}.intello-contact-card__tag{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:34px;padding:.5rem .85rem;border-radius:999px;background:#eb233c14;color:var(--site-red);font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.intello-contact-card h3{margin:0;font-size:1.85rem;line-height:1.2}.intello-contact-card p{margin:0;color:var(--site-text-soft);line-height:1.8}.intello-contact-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.intello-contact-list li{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:.8rem;color:var(--site-text-soft);line-height:1.8}.intello-contact-list i{color:var(--site-red);margin-top:.2rem}.intello-contact-list a{color:var(--site-text);text-decoration:none;font-weight:600}.intello-contact-actions{display:flex;flex-wrap:wrap;gap:.85rem}.intello-contact-map{overflow:hidden;border-radius:24px;border:1px solid rgba(15,23,42,.07);background:#f8fbfd}.intello-contact-map iframe{width:100%;min-height:280px;border:0;display:block}.intello-industry-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.intello-industry-card{position:relative;padding:1.7rem;border-radius:24px;background:#fffffffa;border:1px solid rgba(15,23,42,.06);box-shadow:var(--site-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.intello-industry-card:hover{transform:translateY(-4px);box-shadow:0 30px 70px #050c1829;border-color:#eb233c29}.intello-industry-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1rem;border-radius:18px;background:linear-gradient(135deg,#eb233c1a,#ff9f431a);color:var(--site-red);font-size:1.2rem}.intello-industry-card h3{margin:0;font-size:1.02rem}.intello-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.3rem;border-radius:calc(var(--site-radius) + 4px);color:var(--site-text);background:radial-gradient(circle at top left,rgba(255,107,125,.16),transparent 30%),linear-gradient(135deg,#fff,#f3f7fb 58%,#eef3f8);border:1px solid rgba(15,23,42,.07);box-shadow:var(--site-shadow);overflow:hidden}.intello-cta:after{content:"";position:absolute;top:-40px;right:-30px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(255,159,67,.18),transparent 72%)}.intello-cta__copy{position:relative;z-index:1;max-width:700px}.intello-cta__copy .intello-eyebrow{color:var(--site-red);background:#eb233c14;border-color:#eb233c29}.intello-cta__copy h2{margin:1rem 0 .8rem;font-size:clamp(2.1rem,5vw,3.1rem)}.intello-cta__copy p{margin:0;color:var(--site-text-soft);line-height:1.8}.intello-cta__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.9rem}.site-footer{color:var(--site-text);background:radial-gradient(circle at top left,rgba(255,107,125,.1),transparent 24%),linear-gradient(180deg,#f8fbfd,#edf3f8);border-top:1px solid rgba(15,23,42,.07);padding:80px 0 32px;content-visibility:auto;contain-intrinsic-size:640px}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,.8fr));gap:2rem}.site-footer__logo{width:auto;height:62px}.site-footer__summary{margin:1.2rem 0 1.4rem;color:var(--site-text-soft);line-height:1.8;max-width:360px}.site-footer__social{display:flex;flex-wrap:wrap;gap:.75rem}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:#fffffff5;color:var(--site-text);border:1px solid rgba(15,23,42,.07);text-decoration:none;transition:transform .18s ease,background .18s ease}.site-footer__social a:hover{transform:translateY(-2px);background:#eb233c0f}.site-footer__links h3,.site-footer__contact h3{margin:0 0 1rem;font-size:1.02rem}.site-footer__links ul,.site-footer__contact ul{display:grid;gap:.9rem;margin:0;padding:0;list-style:none}.site-footer__links a,.site-footer__contact a{color:var(--site-text-soft);text-decoration:none;transition:color .18s ease}.site-footer__links a:hover,.site-footer__contact a:hover{color:var(--site-red)}.site-footer__contact li{display:flex;align-items:flex-start;gap:.75rem;color:var(--site-text-soft);line-height:1.7}.site-footer__contact i{margin-top:.18rem;color:var(--site-red-soft)}.site-footer__clients{margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid rgba(15,23,42,.07)}.site-footer__clients-title{display:inline-flex;margin-bottom:1rem;color:var(--site-text-soft);font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.site-footer__client-panel{padding:1.35rem 1.5rem;border-radius:28px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0);border:1px solid rgba(15,23,42,.07);box-shadow:inset 0 1px #ffffffdb,0 18px 34px #0f172a0d}.site-footer__client-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:1.1rem 2rem}.site-footer__client-card{display:flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:72px;min-width:0;padding:0}.site-footer__client-card img{display:block;width:auto;max-width:196px;height:52px;max-height:52px;-o-object-fit:contain;object-fit:contain;filter:none;opacity:1}.site-footer__client-card--square img{height:64px;max-width:108px;max-height:64px}@media (max-width: 767px){.site-footer__client-panel{padding:1.1rem 1rem}.site-footer__client-grid{justify-content:center;gap:.9rem 1.1rem}.site-footer__client-card img{max-width:156px;height:46px;max-height:46px}.site-footer__client-card--square img{height:56px;max-width:92px;max-height:56px}}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.6rem;border-top:1px solid rgba(15,23,42,.07);color:var(--site-text-soft);font-size:.84rem}[data-reveal]{--reveal-x: 0px;--reveal-y: 56px;--reveal-scale: .985;--reveal-rotate: 0deg;--reveal-blur: 12px;--reveal-duration: .86s;--reveal-delay: 0ms;--reveal-ease: cubic-bezier(.22, 1, .36, 1);opacity:0;transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate));filter:blur(var(--reveal-blur));transition:opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),filter calc(var(--reveal-duration) * .82) ease-out var(--reveal-delay);will-change:opacity,transform,filter;backface-visibility:hidden}[data-reveal].is-visible{opacity:1;transform:translateZ(0) scale(1) rotate(0);filter:blur(0)}@media (min-width: 1200px){.intello-hero__actions{display:grid;grid-template-columns:repeat(3,max-content);width:-moz-max-content;width:max-content;max-width:100%;flex-wrap:nowrap}}@media (max-width: 1100px){.intello-hero__layout,.intello-platform-grid,.intello-services-grid,.intello-proof-grid,.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intello-hero__layout{gap:2.5rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.intello-stats-grid,.intello-industry-grid,.intello-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1480px){.site-header__utility-pills{display:none}.site-header__utility-inner{justify-content:center}.site-header__main{width:min(1360px,calc(100% - 32px))}.site-nav__link{padding-inline:.62rem;font-size:.86rem}.site-header__actions .intello-button{padding-inline:1rem;font-size:.88rem}.intello-service-tags{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1023px){:root{--site-container: min(100% - 32px, 100%);--site-container-wide: min(100% - 32px, 100%);--site-header-offset: 98px}.site-header__utility{display:none}.site-header__main{min-height:98px;width:var(--site-container)}.site-header__menu-toggle{display:inline-flex;flex-direction:column}.site-header__panel{position:absolute;top:calc(100% + 14px);right:16px;left:16px;display:grid;gap:1.2rem;padding:1.2rem;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fffffffa;box-shadow:0 24px 70px #0f172a1f;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .18s ease,transform .18s ease}.site-header__panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav,.site-header__actions{width:100%;display:grid}.site-nav__item{width:100%}.site-nav__trigger{justify-content:space-between;width:100%}.site-nav__link{width:100%;min-height:46px;padding-inline:0;border-radius:0}.site-nav__toggle{width:42px;height:42px;margin-left:0}.site-nav__dropdown{position:static;display:none;min-width:100%;margin-top:.25rem;padding:.35rem 0 0;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.site-nav__item.is-open>.site-nav__dropdown{display:grid}.site-nav__dropdown-link{padding-inline:0;color:var(--site-text-soft)}.site-header__actions{gap:.75rem}.site-header__actions .intello-button{width:100%}.intello-home{background:radial-gradient(circle at 0 10%,rgba(255,102,122,.14),transparent 24%),linear-gradient(180deg,#fbfdff 0,#edf3f8)}.intello-home__section{padding:80px 0}.intello-home__section--lift{padding-top:72px}.intello-home__section--lift:before{inset:-110px 0 auto;height:136px;background:linear-gradient(180deg,#fff0,#f7fafc9e 42%,#fbfdfffa)}.intello-hero{min-height:auto;padding-bottom:88px}.intello-hero__layout,.intello-dual-grid{grid-template-columns:1fr}.intello-hero__visual{min-height:720px}.intello-floating-card{width:min(212px,38vw);opacity:.82}.intello-floating-card--chat{top:16px;left:0}.intello-floating-card--hub{right:0;bottom:20px}.intello-floating-card--edu{left:0;bottom:20px}.intello-dashboard{top:126px;left:50%;width:min(540px,calc(100% - 40px));max-width:540px;transform:translate(-50%)}.intello-contact-grid{grid-template-columns:1fr}}@media (max-width: 767px){:root{--site-container: min(100% - 24px, 100%);--site-container-wide: min(100% - 24px, 100%);--site-header-offset: 88px}.site-header__main{min-height:88px}.site-header{background:#fffffff7;box-shadow:0 12px 28px #0f172a14;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__logo{height:38px}.intello-hero{min-height:auto;padding-top:12px}.intello-hero__orb,.intello-hero__grid{display:none}.intello-contact-card{padding:1.3rem}.intello-contact-actions{flex-direction:column;align-items:stretch}.intello-contact-actions .intello-button{width:100%}.intello-hero:after,.intello-home__section--lift:before{display:none}.intello-hero__title{font-size:clamp(2.4rem,12vw,3.8rem)}.intello-hero__copy{font-size:1rem}.intello-hero__actions,.intello-cta__actions{flex-direction:column;align-items:stretch}.intello-hero__actions .intello-button,.intello-cta__actions .intello-button{width:100%}.intello-hero__visual{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;align-items:start;min-height:auto}.intello-floating-card{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:100%;max-width:none;opacity:.9;animation:none}.intello-floating-card p{-webkit-line-clamp:2}.intello-service-tags{grid-template-columns:1fr}.intello-floating-card--chat{order:1}.intello-floating-card--hub{order:2}.intello-floating-card--edu{order:3}.intello-dashboard{position:relative;top:auto;right:auto;left:auto;width:100%;max-width:none;transform:none;order:4;grid-column:1 / -1}.intello-button--ghost,.intello-floating-card,.intello-dashboard__frame{-webkit-backdrop-filter:none;backdrop-filter:none}.intello-floating-card,.intello-dashboard__frame{box-shadow:0 18px 36px #0f172a1a}.intello-dashboard__metrics,.intello-dashboard__body,.intello-platform-grid,.intello-services-grid,.intello-proof-grid,.intello-stats-grid,.intello-industry-grid,.intello-contact-grid,.site-footer__grid,.site-footer__client-grid{grid-template-columns:1fr}.intello-feature-panel,.intello-platform-card,.intello-service-card,.intello-proof-card,.intello-industry-card,.intello-cta,.intello-stat-card{padding:1.45rem}.intello-cta,.site-footer__bottom{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){:root{--site-container: min(100% - 20px, 100%);--site-container-wide: min(100% - 20px, 100%);--site-header-offset: 80px}.site-header__main{min-height:80px;gap:.85rem}.site-header__logo{height:clamp(32px,8vw,36px)}.site-header__menu-toggle{width:56px;height:56px;border-radius:20px;flex-shrink:0}.intello-home__section{padding:64px 0}.intello-home__section--lift{padding-top:56px}.intello-section-heading--left{margin-bottom:1rem}.intello-hero{padding:8px 0 64px}.intello-hero__title{font-size:clamp(2.1rem,11vw,3rem)}.intello-hero__copy{font-size:.95rem;line-height:1.72}.intello-hero__signals{display:grid;grid-template-columns:1fr;gap:.65rem}.intello-hero__signals span{width:100%;justify-content:flex-start}.intello-hero__visual{display:flex;flex-direction:column;gap:.85rem;min-height:auto}.intello-floating-card{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:100%;padding:.85rem;opacity:.92;animation:none}.intello-floating-card__icon{width:42px;height:42px;border-radius:14px}.intello-floating-card__icon img{width:22px;height:22px}.intello-floating-card__label{font-size:.82rem}.intello-floating-card p{font-size:.72rem;-webkit-line-clamp:2}.intello-floating-card--chat{order:1}.intello-floating-card--hub{order:2}.intello-floating-card--edu{order:3}.intello-dashboard{position:relative;top:auto;right:auto;left:auto;width:100%;max-width:none;transform:none;order:4}.intello-dashboard__frame{padding:1rem;border-radius:24px}.intello-dashboard__topbar{flex-direction:column;align-items:stretch;gap:.65rem;margin-bottom:.85rem}.intello-dashboard__badge,.intello-dashboard__status{justify-content:center;padding:.48rem .72rem;font-size:.74rem}.intello-dashboard__metrics{gap:.75rem;margin-bottom:.75rem}.intello-dashboard__metric{padding:.9rem;border-radius:18px}.intello-dashboard__metric strong{font-size:1.3rem}.intello-dashboard__chart{min-height:214px;padding:1rem;border-radius:20px}.intello-dashboard__chart-header h2{font-size:1rem}.intello-dashboard__chart-header span{display:block;max-width:28ch;font-size:.8rem}.intello-dashboard__chart-lines{top:76px;right:1rem;bottom:1rem;left:1rem}.intello-dashboard__chart-wave{right:1rem;bottom:.85rem;left:1rem;height:118px}.intello-dashboard__stack{gap:.75rem}.intello-dashboard__stack-card{padding:.95rem 1rem;border-radius:20px}.intello-dashboard__stack-card strong{font-size:.95rem;line-height:1.45}.intello-feature-panel,.intello-platform-card,.intello-service-card,.intello-proof-card,.intello-industry-card,.intello-cta,.intello-stat-card{padding:1.2rem;border-radius:24px}.intello-feature-panel__meta{gap:.55rem}.intello-feature-pill{width:100%;justify-content:center}.intello-feature-panel__header{gap:.85rem}.intello-feature-panel__icon{width:56px;height:56px}.intello-feature-panel__header h3{font-size:1.45rem}.intello-mini-card{padding:1rem}.intello-mini-card__top{gap:.65rem}.intello-mini-card__title{min-width:0;flex-basis:100%}.intello-mini-card__status{width:100%;justify-content:flex-start}.intello-service-tags span{font-size:.76rem;padding:.52rem .65rem}}@media (prefers-reduced-motion: reduce){[data-reveal]{opacity:1;transform:none;filter:none;transition:none}}
