:root{--bg:#f4f7f6;--ink:#09242b;--muted:#607378;--line:#d9e3e1;--card:#fff;--deep:#071c24;--deep2:#0d2a32;--mint:#bfffc7;--mint2:#79f3b5;--aqua:#9ce8ff;--coral:#ff936f;--radius:28px;--shadow:0 24px 70px rgba(6,31,37,.11);--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.narrow{width:min(820px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(20px);border-bottom:1px solid rgba(9,36,43,.07)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;letter-spacing:-.04em}.brand small{font-weight:800;color:#5e777c}.brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--deep);color:var(--mint);font-weight:900;font-size:14px;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:750}.nav>a:not(.nav-cta){color:#365158}.nav>a:hover{color:#061b22}.nav-cta{padding:13px 18px;border-radius:999px;background:var(--deep);color:white!important}.nav-cta span{color:var(--mint);margin-left:4px}.nav-toggle{display:none;border:0;background:var(--deep);color:white;border-radius:12px;width:42px;height:42px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5faf8 0%,#eef8f6 52%,#f9fbf7 100%);padding:96px 0 100px}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(11,43,50,.08) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(to right,black,transparent 72%);opacity:.35}.hero-glow{position:absolute;border-radius:50%;filter:blur(25px);opacity:.75}.hero-glow-a{width:390px;height:390px;background:#c9ffd2;right:11%;top:8%}.hero-glow-b{width:280px;height:280px;background:#b6efff;right:31%;bottom:-15%}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:70px}.hero-copy h1,.page-hero h1,.article-hero h1{font-size:clamp(48px,6.2vw,78px);line-height:.99;letter-spacing:-.065em;margin:20px 0 24px;max-width:790px}.hero-copy>p{font-size:20px;color:#536a70;max-width:650px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:#31555c}.pulse{width:9px;height:9px;background:#32d47b;border-radius:50%;box-shadow:0 0 0 6px rgba(50,212,123,.14)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:33px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:15px 20px;border-radius:14px;font-size:14px;font-weight:850;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--deep);color:#fff;box-shadow:0 8px 24px rgba(7,28,36,.18)}.btn-primary span{color:var(--mint)}.btn-ghost{border-color:#bfd0cd;background:rgba(255,255,255,.66)}.btn-light{background:white;color:var(--deep)}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:38px;font-size:13px;font-weight:700;color:#61777c}.trust-row span:First-letter{color:#1fb56b}.hero-visual{position:relative;min-height:540px}.app-window{position:absolute;left:12px;right:0;top:30px;background:#0a252d;border-radius:30px;padding:12px;box-shadow:0 35px 80px rgba(6,31,37,.25);transform:rotate(1.5deg)}.window-top{height:42px;display:flex;align-items:center;color:#b8c9cc;font-size:11px;padding:0 10px;gap:12px}.window-top>span{margin:auto}.window-top>small{background:#173942;color:#a6ffc5;padding:4px 8px;border-radius:999px;font-size:9px;font-weight:900}.dots{display:flex;gap:5px}.dots i{width:8px;height:8px;background:#416069;border-radius:50%}.app-body{height:410px;background:#f6f9f8;border-radius:22px;display:grid;grid-template-columns:58px 1fr;overflow:hidden}.app-body aside{background:#fff;border-right:1px solid #e2e9e7;padding:14px 10px;display:flex;align-items:center;flex-direction:column;gap:18px}.app-body aside b{width:30px;height:30px;background:#08232a;color:#bfffc7;border-radius:10px;display:grid;place-items:center;font-size:10px}.app-body aside i{width:22px;height:22px;border-radius:8px;background:#e8efed}.app-body aside i.on{background:#bfffc7}.dash{padding:23px}.dash-head{display:flex;justify-content:space-between;align-items:flex-start}.dash-head div{display:flex;flex-direction:column}.dash-head small{font-size:10px;color:#8b9a9e}.dash-head strong{font-size:17px;letter-spacing:-.03em}.dash-head>span{font-size:9px;font-weight:900;background:#e7eeee;padding:6px 8px;border-radius:8px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}.metric-grid>div{background:#fff;border:1px solid #e1eae8;border-radius:16px;padding:15px;display:flex;flex-direction:column}.metric-grid small{font-size:9px;color:#71858a}.metric-grid b{font-size:26px;letter-spacing:-.05em}.metric-grid em{font-style:normal;color:#25a760;font-size:9px}.chart-card{margin-top:10px;background:#0c2a32;color:#99f9bd;border-radius:17px;padding:13px 15px 8px}.chart-title{display:flex;justify-content:space-between;color:#e9f5f2;font-size:10px}.chart-title small{color:#9af4bc}.chart-card svg{width:100%;height:112px}.mini-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.mini-list span{background:#fff;border:1px solid #e2eae8;border-radius:12px;padding:10px;font-size:9px;display:flex;align-items:center;gap:6px}.mini-list i{width:8px;height:8px;border-radius:50%;background:#ff9b74}.mini-list b{margin-left:auto}.floating-card{position:absolute;display:flex;align-items:center;gap:11px;background:white;border:1px solid #dce8e5;box-shadow:var(--shadow);border-radius:16px;padding:12px 14px;z-index:2}.floating-card>span{width:37px;height:37px;border-radius:12px;background:#e6ffeb;display:grid;place-items:center}.floating-card div{display:flex;flex-direction:column}.floating-card b{font-size:11px}.floating-card small{font-size:9px;color:#789095}.floating-one{left:-18px;bottom:55px}.floating-two{right:-20px;top:5px}.logo-strip{border-top:1px solid #e6edeb;border-bottom:1px solid #e6edeb;background:#fff}.logo-strip .container{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}.logo-strip span{font-size:12px;color:#7c8f93}.logo-strip b{font-size:12px;letter-spacing:.13em;color:#486369}.section{padding:105px 0}.section-soft{background:var(--bg)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:44px}.section-head h2,.split-feature h2,.cta-box h2{font-size:clamp(36px,4.3vw,58px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 0;max-width:720px}.section-head>p{max-width:410px;color:var(--muted)}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.product-card{border:1px solid #dae5e2;border-radius:30px;padding:34px;background:#f8faf9}.product-card.dark{background:var(--deep);color:white;border-color:var(--deep)}.product-top{display:flex;justify-content:space-between}.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:#e3eee9;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.dark .tag{background:#17363e;color:#c8ffd2}.product-icon{font-size:34px}.overline{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#72868b;margin-top:36px}.dark .overline{color:#89a0a6}.product-card h3{font-size:38px;letter-spacing:-.05em;margin:8px 0 10px}.product-card>p:not(.overline){color:#61747a;max-width:560px}.dark>p:not(.overline){color:#b6c6c9}.product-card ul{padding:0;margin:28px 0;list-style:none;display:grid;gap:10px}.product-card li{font-size:14px}.product-card li span{color:#22bd6a;margin-right:8px}.dark li span{color:var(--mint)}.product-card>a{font-weight:850;font-size:14px}.split-feature{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}.split-feature>div>p{color:var(--muted);font-size:18px;max-width:620px}.feature-list{display:grid;gap:7px;margin-top:35px}.feature-list>div{display:flex;gap:15px;padding:16px 0;border-top:1px solid #d9e3e0}.feature-list b{width:38px;color:#8a9b9f}.feature-list span{display:flex;flex-direction:column}.feature-list small{color:#71868b;margin-top:3px}.workflow-card{background:var(--deep);color:white;border-radius:34px;padding:35px;box-shadow:var(--shadow)}.workflow-title{display:flex;justify-content:space-between;border-bottom:1px solid #27454c;padding-bottom:18px}.workflow-title small{color:#a4ffbe}.flow{padding-top:16px}.flow-node{display:flex;align-items:center;gap:15px;padding:14px 0;position:relative}.flow-node:not(:last-child):after{content:"";position:absolute;width:1px;height:18px;background:#31525a;left:18px;bottom:-9px}.flow-node i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid #39555c;font-style:normal;font-size:11px}.flow-node.active i{background:var(--mint);color:var(--deep);border-color:var(--mint)}.flow-node span{display:flex;flex-direction:column}.flow-node small{color:#8ca3a8}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{border:1px solid #dce5e3;border-radius:24px;padding:27px;background:#fff;display:flex;flex-direction:column;min-height:310px}.article-cat{display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;background:#eff5f3;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.article-card h2,.article-card h3{font-size:25px;line-height:1.12;letter-spacing:-.04em;margin:20px 0 14px}.article-card p{color:#667b80;font-size:14px}.article-card>div{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #edf1f0;padding-top:16px;font-size:12px}.article-card time{color:#8b9b9f}.article-card a:last-child{font-weight:900}.cta-section{padding-top:25px}.cta-box{background:linear-gradient(135deg,#072029,#0f353d);color:white;border-radius:34px;padding:48px 54px;display:flex;justify-content:space-between;align-items:center;gap:35px;overflow:hidden;position:relative}.cta-box:after{content:"";position:absolute;width:300px;height:300px;background:#76ffc0;border-radius:50%;filter:blur(60px);right:10%;bottom:-250px;opacity:.35}.cta-box>*{position:relative;z-index:1}.kicker.light{color:#a7ffc4}.footer{background:#06191f;color:#b3c5c8;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.brand-light{color:white}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid p{max-width:360px;color:#789095}.footer h4{color:white;margin:0 0 8px}.footer a,.footer span{font-size:13px}.footer-bottom{border-top:1px solid #19343b;margin-top:50px;padding-top:24px;display:flex;justify-content:space-between;color:#668086;font-size:11px}.page-hero,.article-hero{background:linear-gradient(135deg,#eff8f5,#f9fbf7);padding:100px 0 90px;border-bottom:1px solid #e2eae8}.page-hero h1{max-width:900px}.page-hero p,.article-hero p{font-size:19px;color:#5f767b;max-width:740px}.product-hero-grid{display:grid;grid-template-columns:1fr 360px;gap:70px;align-items:center}.product-stat{border:1px solid #d7e3e0;border-radius:26px;background:white;padding:28px;display:grid;gap:12px}.product-stat>span{font-size:11px;color:#74898e;text-transform:uppercase;letter-spacing:.1em}.product-stat>b{font-size:22px;margin-bottom:10px}.product-stat>div{display:flex;align-items:center;gap:14px;border-top:1px solid #edf2f1;padding-top:11px;font-weight:750}.product-stat i{font-style:normal;color:#9aadac}.product-list{display:grid;gap:22px}.product-wide{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;border:1px solid #dce6e4;border-radius:30px;padding:42px;background:#f9fbfa}.product-wide h2{font-size:45px;letter-spacing:-.055em;margin:10px 0}.product-wide p{color:var(--muted);font-size:17px}.product-wide ul{list-style:none;padding:0;display:grid;gap:10px;color:#476167}.product-wide h4{margin-top:0}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:70px;align-items:start}.rich-content{font-size:17px;color:#314e55}.rich-content h2{font-size:34px;line-height:1.1;letter-spacing:-.04em;color:var(--ink);margin:48px 0 16px}.rich-content h3{font-size:24px;color:var(--ink)}.rich-content p{margin:0 0 19px}.rich-content li{margin:8px 0}.rich-content a{color:#0d8a58;text-decoration:underline;text-underline-offset:3px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.check-grid span{background:#f1f6f4;border:1px solid #e0e9e7;border-radius:14px;padding:13px}.sticky-card{position:sticky;top:110px;background:#f3f7f6;border:1px solid #dce6e4;border-radius:23px;padding:25px}.sticky-card h3{font-size:24px;line-height:1.1;letter-spacing:-.04em}.sticky-card p{font-size:14px;color:var(--muted)}.article-hero{text-align:left}.article-hero h1{font-size:clamp(44px,5.5vw,70px)}.article-meta{display:flex;gap:20px;margin-top:25px;color:#7b8f93;font-size:12px}.article-body{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.8}.article-body h2,.article-body h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif}.related{margin-top:80px}.related>h2{font-size:36px;letter-spacing:-.04em}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.support-group{border:1px solid #dce6e4;border-radius:26px;padding:28px}.support-item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;border-top:1px solid #edf2f0}.support-item:first-of-type{margin-top:18px}.support-item div{display:flex;flex-direction:column}.support-item small{color:#758b90;margin-top:4px}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.contact-copy h2{font-size:42px;letter-spacing:-.05em}.contact-copy>p{color:var(--muted)}.contact-detail{border-top:1px solid #e0e8e6;padding:17px 0;display:flex;flex-direction:column}.contact-detail small{color:#85979a}.form-card{background:#f6f9f8;border:1px solid #dce6e4;border-radius:28px;padding:30px;display:grid;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-card label{display:grid;gap:7px;font-size:12px;font-weight:850}.form-card input,.form-card textarea{width:100%;border:1px solid #cddbd8;background:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.form-card input:focus,.form-card textarea:focus{border-color:#55ba8a;box-shadow:0 0 0 3px rgba(85,186,138,.12)}.alert{padding:12px;border-radius:12px;font-size:13px}.alert.success{background:#e1f8e9;color:#0d6d38}.alert.error{background:#fff0ea;color:#a33a19}.pagination{margin-top:35px}.text-link{font-weight:900}.pagination nav>div:first-child{display:none}.pagination nav>div:last-child{display:flex;justify-content:space-between;gap:10px}.pagination svg{width:18px}.pagination a,.pagination span{padding:8px 10px}
@media(max-width:980px){.hero-grid,.split-feature,.product-hero-grid,.product-wide,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:500px}.floating-two{right:0}.products-grid,.articles-grid,.support-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.sticky-card{position:static}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.product-stat{max-width:520px}}
@media(max-width:720px){.container{width:min(100% - 24px,var(--container))}.nav-wrap{min-height:70px}.nav-toggle{display:block}.nav{position:absolute;left:12px;right:12px;top:74px;display:none;flex-direction:column;align-items:stretch;background:white;padding:18px;border:1px solid #dfe7e5;border-radius:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav-cta{text-align:center}.hero{padding:65px 0 70px}.hero-copy h1,.page-hero h1,.article-hero h1{font-size:46px}.hero-copy>p{font-size:17px}.hero-grid{gap:30px}.hero-visual{min-height:390px}.app-window{left:0;top:10px}.app-body{height:330px;grid-template-columns:44px 1fr}.dash{padding:14px}.metric-grid>div{padding:10px}.metric-grid b{font-size:20px}.chart-card svg{height:80px}.floating-card{display:none}.logo-strip .container{justify-content:flex-start;padding:18px 0}.section{padding:72px 0}.section-head{align-items:flex-start;flex-direction:column}.products-grid,.articles-grid,.support-grid{grid-template-columns:1fr}.section-head h2,.split-feature h2,.cta-box h2{font-size:39px}.workflow-card{padding:24px}.cta-box{padding:35px 27px;flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.page-hero{padding:70px 0}.product-wide{padding:28px;gap:25px}.product-wide h2{font-size:36px}.check-grid,.form-row{grid-template-columns:1fr}.article-body{font-size:17px}.contact-grid{gap:30px}}
/* V1.2 Legacy URL presentation */
.legacy-hero{background:linear-gradient(135deg,#eef8f6,#f8fbf8)}
.legacy-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:48px;align-items:start}.legacy-body{font-size:17px;color:#405b62}.legacy-body h2{font-size:38px;letter-spacing:-.045em;color:var(--ink);margin:0 0 16px}.legacy-body h3{font-size:23px;letter-spacing:-.03em;color:var(--ink);margin:28px 0 9px}.legacy-intro{margin-bottom:28px}.legacy-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.legacy-card{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;transition:.2s}.legacy-card:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(6,31,37,.08)}.legacy-card>span,.legacy-number{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e7f8ec;color:#21774a;font-size:11px;font-weight:900}.legacy-card h3{font-size:21px;margin:18px 0 8px}.legacy-card p{margin:0;color:#687d82;font-size:14px}.legacy-next{margin-top:38px;border-top:1px solid var(--line);padding-top:32px}.legacy-video-list{display:grid;gap:10px}.legacy-video-list>div{display:grid;grid-template-columns:44px 1fr;gap:14px;border:1px solid var(--line);border-radius:18px;padding:19px;background:#fbfcfc}.legacy-video-list b{width:38px;height:38px;border-radius:12px;background:var(--deep);color:var(--mint);display:grid;place-items:center;font-size:10px}.legacy-video-list h3{font-size:18px;margin:0 0 4px}.legacy-video-list p{margin:0;font-size:14px;color:#71848a}.legacy-note{padding:17px 18px;border-radius:15px;background:#eef7f3;margin-top:22px}.legacy-detail{max-width:760px}.legacy-aside{position:sticky;top:110px;border:1px solid var(--line);border-radius:24px;padding:25px;background:#f7faf9}.legacy-aside h3{font-size:24px;line-height:1.08;letter-spacing:-.04em;margin:10px 0}.legacy-aside p{font-size:14px;color:#64787d}.legacy-aside .btn{width:100%;margin:10px 0 13px}.mini-label{font-size:9px;letter-spacing:.14em;font-weight:900;color:#75898e}
@media(max-width:900px){.legacy-content{grid-template-columns:1fr}.legacy-aside{position:static}.legacy-card-grid{grid-template-columns:1fr}}
/* V1.2 semantic continuity section */
.legacy-semantic-section{background:#071c24;color:#fff}.legacy-semantic-section .kicker{color:#9bf2b7}.legacy-semantic-section .section-head>p{color:#9bb0b5}.semantic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.semantic-grid article{border:1px solid #25434a;border-radius:22px;padding:24px;background:#0b252d}.semantic-grid article>span{font-size:10px;font-weight:900;color:#9ff9b9}.semantic-grid h3{font-size:20px;line-height:1.1;letter-spacing:-.035em;margin:16px 0 10px}.semantic-grid p{color:#a7b9bd;font-size:13px;margin:0}@media(max-width:950px){.semantic-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.semantic-grid{grid-template-columns:1fr}}
/* V1.3 preserved legacy media */
.legacy-main{min-width:0}.legacy-status{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.legacy-status span{padding:7px 10px;border-radius:999px;background:rgba(191,255,199,.18);border:1px solid rgba(191,255,199,.28);font-size:10px;font-weight:850;letter-spacing:.04em}.legacy-media-section{margin-top:58px;padding-top:36px;border-top:1px solid #dbe5e2}.legacy-media-head{max-width:720px;margin-bottom:24px}.legacy-media-head h2{font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.05em;margin:8px 0 10px}.legacy-media-head p{color:#657a80}.legacy-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.legacy-media-card{border:1px solid #dbe5e2;border-radius:22px;overflow:hidden;background:white;box-shadow:0 14px 38px rgba(8,34,40,.06)}.legacy-image{display:block;aspect-ratio:16/10;background:#edf3f1;overflow:hidden}.legacy-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.legacy-image:hover img{transform:scale(1.018)}.legacy-video{aspect-ratio:16/9;background:#061a20}.legacy-video iframe,.legacy-video video{width:100%;height:100%;border:0;display:block}.legacy-document{aspect-ratio:16/10;display:grid;place-items:center;background:#edf3f1;color:#789095;font-weight:950;font-size:22px}.legacy-media-copy{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:17px}.legacy-media-copy>span{width:34px;height:34px;border-radius:11px;background:#e7f8ec;color:#20734c;display:grid;place-items:center;font-size:10px;font-weight:950}.legacy-media-copy h3{margin:0 0 4px;font-size:16px;letter-spacing:-.025em}.legacy-media-copy p{margin:0;color:#6f8388;font-size:12px}.legacy-media-copy small{display:block;margin-top:7px;color:#93a1a4;font-size:9px;word-break:break-all}.legacy-seo-box{margin-top:28px;padding-top:20px;border-top:1px solid #dce5e3}.legacy-seo-box b{font-size:12px}.legacy-seo-box p{font-size:11px;color:#70858a;margin-bottom:0}
@media(max-width:850px){.legacy-media-grid{grid-template-columns:1fr}}
.legacy-video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#071c24,#12343c);color:white;display:grid;place-items:center;text-align:center;padding:25px}.legacy-video-placeholder span{width:48px;height:48px;border-radius:50%;background:#bfffc7;color:#071c24;display:grid;place-items:center;font-size:15px;margin-bottom:8px}.legacy-video-placeholder b{font-size:14px}.legacy-video-placeholder small{max-width:280px;color:#a7bec3;font-size:10px}

/* V1.5 — Professional Offline / Online presentation */
.hero-v15{padding:108px 0 112px;background:linear-gradient(135deg,#f5faf9 0%,#edf7f4 48%,#f7faf8 100%)}
.hero-v15 .hero-copy h1{max-width:760px;font-size:clamp(52px,6.1vw,82px)}
.hero-accent{color:#15724c;position:relative}.hero-v15 .hero-accent:after{content:"";position:absolute;left:2px;right:2px;bottom:3px;height:8px;border-radius:10px;background:rgba(89,226,139,.22);z-index:-1}
.hero-v15 .hero-copy>p strong{color:#153d43}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;margin-top:38px;max-width:630px}.hero-proof span{display:flex;align-items:center;gap:9px;color:#587076;font-size:12px;font-weight:750}.hero-proof b{width:28px;height:28px;border:1px solid #cfe0dc;border-radius:9px;display:grid;place-items:center;font-size:9px;color:#267352;background:#fff}
.hero-dual-visual{min-height:590px}.dual-stage{position:relative;width:100%;height:100%;min-height:590px}.software-window{position:absolute;border-radius:25px;overflow:hidden;box-shadow:0 32px 80px rgba(6,31,37,.22)}.desktop-window{left:0;right:54px;top:18px;background:#08242c;border:1px solid #163e47;transform:rotate(-1.2deg);z-index:2}.sw-top{height:48px;display:flex;align-items:center;gap:12px;padding:0 16px;color:#d6e4e5;font-size:10px;letter-spacing:.05em}.sw-top>b{margin:auto;font-size:10px}.sw-top>em{font-style:normal;background:#123b35;color:#a9ffc0;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900}.sw-dots{display:flex;gap:5px}.sw-dots i{width:7px;height:7px;border-radius:50%;background:#49656b}.sw-layout{height:385px;background:#f5f8f7;display:grid;grid-template-columns:58px 1fr}.sw-layout aside{background:white;border-right:1px solid #e0e9e6;display:flex;align-items:center;flex-direction:column;padding:14px 10px;gap:17px}.sw-layout aside strong{width:31px;height:31px;border-radius:10px;background:#0a2830;color:#bfffc7;display:grid;place-items:center;font-size:9px}.sw-layout aside i{width:23px;height:23px;border-radius:8px;background:#e6eeec}.sw-layout aside i.active{background:#bfffc7}.sw-main{padding:22px}.sw-heading{display:flex;justify-content:space-between;align-items:flex-start}.sw-heading>div{display:flex;flex-direction:column}.sw-heading small{font-size:9px;color:#87999d}.sw-heading b{font-size:17px;letter-spacing:-.03em}.sw-heading>span{padding:6px 8px;border-radius:8px;background:#e2f7e9;color:#22724b;font-size:8px;font-weight:900}.sw-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:15px 0}.sw-kpis div{border:1px solid #e0e9e7;background:#fff;border-radius:14px;padding:12px}.sw-kpis small{display:block;color:#849397;font-size:8px}.sw-kpis strong{font-size:24px;letter-spacing:-.05em}.sw-chart{height:115px;border-radius:16px;background:#0b2b33;color:#95f6b6;padding:12px}.sw-chart>span{display:block;color:#dcebea;font-size:9px}.sw-chart svg{width:100%;height:78px}.sw-row{display:flex;justify-content:space-between;align-items:center;border:1px solid #e0e8e6;border-radius:11px;background:white;padding:9px 11px;margin-top:7px;font-size:9px;color:#5d7378}.sw-row b{color:#153c42}.web-window{right:-10px;width:61%;bottom:13px;background:white;border:1px solid #d5e2df;z-index:3;transform:rotate(2.2deg)}.browser-bar{height:35px;background:#edf2f1;display:flex;align-items:center;gap:8px;padding:0 10px}.browser-bar>span{width:7px;height:7px;border-radius:50%;background:#ff936f}.browser-bar>div{background:#fff;border:1px solid #dce4e2;border-radius:7px;padding:4px 10px;flex:1;color:#809095;font-size:7px}.browser-bar>b{font-size:8px;color:#2fc174}.web-preview{height:245px;display:grid;grid-template-columns:42px 1fr}.web-sidebar{border-right:1px solid #e6ecea;display:flex;align-items:center;flex-direction:column;gap:15px;padding:12px 8px}.web-sidebar strong{width:25px;height:25px;border-radius:8px;background:#0a2830;color:#bfffc7;display:grid;place-items:center;font-size:7px}.web-sidebar i{width:18px;height:18px;background:#edf2f1;border-radius:6px}.web-content{padding:14px}.web-title{display:flex;justify-content:space-between}.web-title span{display:flex;flex-direction:column}.web-title small{font-size:7px;color:#169b63;font-weight:900}.web-title b{font-size:14px}.web-title em{font-size:7px;font-style:normal;background:#e7fbec;color:#1b854f;padding:5px 7px;border-radius:999px;height:max-content}.web-cards{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:11px 0}.web-cards span{border:1px solid #e2eae8;border-radius:10px;padding:9px;display:flex;flex-direction:column}.web-cards small{font-size:7px;color:#859599}.web-cards b{font-size:18px}.web-agenda{display:grid;gap:6px}.web-agenda span{display:flex;align-items:center;gap:6px;border:1px solid #e5ecea;border-radius:9px;padding:7px;font-size:7px;color:#687c81}.web-agenda i{width:6px;height:6px;border-radius:50%;background:#55d88b}.web-agenda b{font-size:7px;color:#183d43}.dual-badge{position:absolute;z-index:5;background:#fff;border:1px solid #dce8e5;border-radius:16px;padding:11px 13px;box-shadow:0 18px 45px rgba(7,31,37,.12);display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:9px}.dual-badge>span{grid-row:1/3;width:34px;height:34px;border-radius:11px;background:#e6f9eb;color:#1a7449;display:grid;place-items:center}.dual-badge b{font-size:10px}.dual-badge small{font-size:8px;color:#7d9195}.badge-offline{left:-22px;top:350px}.badge-online{right:-15px;bottom:-16px}
.solutions-showcase{background:#fff}.solution-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px}.solution-card{border-radius:32px;padding:38px;min-height:650px;display:flex;flex-direction:column;position:relative;overflow:hidden}.solution-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-120px;top:-110px;filter:blur(4px)}.solution-offline{background:linear-gradient(145deg,#061b22,#0b2d35);color:#fff;border:1px solid #123b43}.solution-offline:after{background:rgba(109,255,164,.10)}.solution-online{background:linear-gradient(145deg,#f5faf8,#edf8f3);color:var(--ink);border:1px solid #d9e7e3}.solution-online:after{background:rgba(119,211,255,.17)}.solution-card-head{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.solution-card-head>div{display:flex;align-items:center;gap:9px}.solution-index{font-size:9px;font-weight:900;color:#70878c}.solution-offline .solution-index{color:#829a9f}.solution-symbol{font-size:34px}.solution-offline .tag{background:#14373f;color:#bfffc7}.solution-card .overline{margin-top:52px}.solution-offline .overline{color:#89a4aa}.solution-card h3{font-size:clamp(42px,4vw,57px);line-height:1;letter-spacing:-.06em;margin:8px 0 15px}.solution-lead{font-size:16px;line-height:1.65;color:#5f777d;max-width:580px}.solution-offline .solution-lead{color:#adc0c4}.solution-best{border-top:1px solid #d7e4e1;border-bottom:1px solid #d7e4e1;padding:18px 0;margin:22px 0;display:flex;flex-direction:column;gap:4px}.solution-offline .solution-best{border-color:#28464d}.solution-best small{font-size:8px;letter-spacing:.16em;font-weight:900;color:#799095}.solution-best strong{font-size:13px}.solution-card ul{list-style:none;padding:0;display:grid;gap:10px;margin:0 0 30px}.solution-card li{font-size:13px;color:#506b71}.solution-offline li{color:#c1d0d2}.solution-card li span{color:#26b86a;margin-right:8px}.solution-offline li span{color:#aefbc3}.solution-actions{margin-top:auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.solution-text-link{font-size:12px;font-weight:850}.btn-light-on-dark{background:white;color:#08232b;box-shadow:0 10px 28px rgba(0,0,0,.16)}.btn-outline-light{border:1px solid #466269;color:#fff;background:rgba(255,255,255,.03)}
.compare-section{background:#f5f8f7}.compare-shell{border:1px solid #d8e4e1;border-radius:26px;background:white;overflow:hidden;box-shadow:0 18px 55px rgba(7,31,37,.06)}.compare-row{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:15px;padding:19px 24px;border-top:1px solid #e8eeec;align-items:center}.compare-row:first-child{border-top:0}.compare-row>span{font-size:12px;color:#6f8388}.compare-row>b{font-size:12px;font-weight:800}.compare-head{background:#0a2630;color:#fff}.compare-head>span{color:#95aeb3;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.compare-head>b:last-child{color:#aaf5c0}.compare-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:22px;padding:23px 26px;border:1px solid #d8e4e1;border-radius:20px;background:#fff}.compare-cta>div{display:flex;flex-direction:column;gap:3px}.compare-cta strong{font-size:16px}.compare-cta span{font-size:12px;color:#72868b}
.section-dark-pro{background:linear-gradient(150deg,#061a21,#0c3038);color:#fff}.section-dark-pro .split-feature>div>p{color:#a8bcc0}.kicker-light{color:#9bf5b5}.feature-list-dark>div{border-color:#28454c}.feature-list-dark small{color:#92a9ae}.feature-list-dark b{color:#90a8ad}.workflow-pro{background:#0e3941;border:1px solid #214b53;box-shadow:0 25px 65px rgba(0,0,0,.20)}
.semantic-grid-light article{background:#f8faf9;border-color:#dce7e4}.semantic-grid-light article>span{color:#18764e}.semantic-grid-light h3{color:var(--ink)}.semantic-grid-light p{color:#647a80}
.cta-v15{align-items:center}.cta-v15>div{max-width:820px}.cta-v15 p{max-width:720px;color:#a8c1c5;margin:13px 0 0}
.solutions-page-hero{background:linear-gradient(135deg,#f3faf7,#eef7f5)}.solutions-page-hero p{max-width:780px}.product-list-v15{display:grid;gap:25px}.product-wide-v15{display:grid;grid-template-columns:1.18fr .82fr;gap:45px;border-radius:32px;padding:42px;border:1px solid #dce7e4;overflow:hidden;position:relative}.product-wide-v15.offline{background:linear-gradient(140deg,#071d25,#0d3038);color:#fff;border-color:#163c44}.product-wide-v15.online{background:linear-gradient(140deg,#f6faf9,#edf8f3)}.product-wide-label{display:flex;align-items:center;justify-content:space-between}.product-wide-label>span:last-child{font-size:36px}.product-wide-v15.offline .tag{background:#153840;color:#bfffc7}.product-wide-v15 .overline{margin-top:38px}.product-wide-v15.offline .overline{color:#8ca4a9}.product-wide-v15 h2{font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-.06em;margin:9px 0 14px}.product-wide-main>p:not(.overline){max-width:640px;color:#60777d}.product-wide-v15.offline .product-wide-main>p:not(.overline){color:#aec1c5}.product-pill-row{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.product-pill-row span{padding:7px 10px;border-radius:999px;border:1px solid #d4e2de;background:rgba(255,255,255,.65);font-size:9px;font-weight:850}.offline .product-pill-row span{border-color:#2d4d54;background:#102f37;color:#c8d7da}.product-wide-features{border-left:1px solid #d7e3e0;padding-left:34px}.offline .product-wide-features{border-color:#29474e}.product-wide-features>small{font-size:8px;letter-spacing:.15em;font-weight:900;color:#819499}.product-wide-features ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.product-wide-features li{font-size:12px;color:#566f75}.offline .product-wide-features li{color:#b8c9cc}.product-wide-features li span{color:#2abe70;margin-right:7px}.decision-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.decision-grid article{border:1px solid #d9e5e2;background:#fff;border-radius:26px;padding:30px}.decision-grid article>span{font-size:32px}.decision-grid h3{font-size:28px;letter-spacing:-.04em}.decision-grid li{margin:10px 0;color:#60757a}
.product-hero-v15.product-offline{background:linear-gradient(145deg,#061b22,#0d3038);color:#fff}.product-hero-v15.product-online{background:linear-gradient(145deg,#f3faf7,#eaf7f2)}.product-offline .overline{color:#90a7ac}.product-offline .product-stat-v15{background:#10343c;border-color:#31515a;color:#fff}.product-stat-v15{border-radius:28px}.product-hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.product-hero-badges span{font-size:9px;font-weight:850;padding:7px 9px;border-radius:999px;border:1px solid #d3e2de;background:rgba(255,255,255,.62)}.product-offline .product-hero-badges span{border-color:#315058;background:#102f37;color:#c1d1d4}.product-intro-note{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;border:1px solid #dbe6e3;background:#f5f9f7;border-radius:20px;padding:18px 20px;margin-bottom:34px}.product-intro-note>span{width:45px;height:45px;border-radius:14px;background:#0c2c34;color:#bfffc7;display:grid;place-items:center}.product-intro-note div{display:flex;flex-direction:column}.product-intro-note small{font-size:8px;letter-spacing:.14em;color:#829499;font-weight:900}.product-intro-note b{font-size:13px;margin-top:3px}.product-crosslink{display:grid;grid-template-columns:50px 1fr;gap:16px;border-top:1px solid #dbe5e2;margin-top:48px;padding-top:30px}.product-crosslink>span{width:46px;height:46px;border-radius:15px;background:#e5f8eb;color:#176f49;display:grid;place-items:center;font-size:20px}.product-crosslink small{font-size:8px;letter-spacing:.14em;font-weight:900;color:#819399}.product-crosslink h3{margin:4px 0 8px}.product-crosslink p{font-size:14px;color:#6c8186}.sticky-card-pro{background:linear-gradient(145deg,#f3f8f6,#ecf6f2)}.mini-contact-link{display:block;text-align:center;font-size:10px;font-weight:850;margin-top:12px;color:#687e83}
@media(max-width:1020px){.hero-v15 .hero-grid,.product-wide-v15{grid-template-columns:1fr}.hero-dual-visual{min-height:570px}.solution-pair{grid-template-columns:1fr}.solution-card{min-height:auto}.product-wide-features{border-left:0;border-top:1px solid #d7e3e0;padding-left:0;padding-top:28px}.offline .product-wide-features{border-color:#29474e}}
@media(max-width:760px){.hero-v15{padding-top:68px}.hero-v15 .hero-copy h1{font-size:46px}.hero-proof{grid-template-columns:1fr}.hero-dual-visual,.dual-stage{min-height:445px}.desktop-window{right:15px}.sw-layout{height:300px}.sw-main{padding:13px}.sw-kpis{gap:5px}.sw-kpis div{padding:8px}.sw-kpis strong{font-size:18px}.sw-chart{height:84px}.sw-chart svg{height:52px}.sw-row{display:none}.web-window{width:69%;right:-2px}.web-preview{height:190px}.dual-badge{display:none}.solution-card{padding:28px}.solution-card h3{font-size:42px}.compare-row{grid-template-columns:1fr;gap:6px;padding:17px 18px}.compare-row>span{font-weight:900;color:#254b52}.compare-head{display:none}.compare-cta{align-items:flex-start;flex-direction:column}.decision-grid{grid-template-columns:1fr}.product-wide-v15{padding:28px}.product-wide-v15 h2{font-size:43px}.product-hero-badges{gap:6px}}
/* V2.0 ALL-IN-ONE */
.v2-hero{padding:110px 0 80px;background:radial-gradient(circle at 85% 20%,rgba(42,190,112,.18),transparent 32%),linear-gradient(145deg,#061b22,#0d3038);color:#fff}.v2-hero.compact{padding:95px 0 65px}.v2-hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em;max-width:980px;margin:12px 0}.v2-hero p{max-width:760px;color:#b5c7ca;font-size:17px;line-height:1.7}.v2-hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center}.pricing-grid,.pricing-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing-card,.pricing-mini-grid article{border:1px solid #dbe5e2;background:#fff;border-radius:26px;padding:28px;position:relative}.pricing-card.featured{border-color:#2abe70;box-shadow:0 20px 60px rgba(15,87,57,.12);transform:translateY(-8px)}.pricing-card h2,.pricing-mini-grid h3{font-size:27px;letter-spacing:-.04em}.pricing-card ul{list-style:none;padding:0;line-height:2;color:#526b70}.price{margin:24px 0}.price b{font-size:45px}.price span{display:block;color:#74888d}.best{position:absolute;right:20px;top:20px;font-size:8px;background:#dff9e7;color:#146b43;padding:6px 8px;border-radius:999px;font-weight:900}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid #dce6e3;background:#fff;border-radius:16px;padding:0 18px}.faq-list summary{cursor:pointer;font-weight:800;padding:18px 0}.faq-list p{color:#61777c;padding:0 0 18px;margin:0;line-height:1.7}.faq-group{margin-bottom:40px}.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.case-card{border:1px solid #dce6e3;background:#fff;border-radius:26px;padding:30px}.case-card h2,.case-card h3{font-size:30px;letter-spacing:-.04em}.case-card blockquote{border-left:3px solid #2abe70;padding-left:14px;color:#60777d;font-style:italic}.demo-monitor{border-radius:24px;background:#102f37;border:1px solid #34565e;box-shadow:0 30px 80px rgba(0,0,0,.35);overflow:hidden}.demo-top{padding:12px;background:#0a242b;display:flex;gap:6px;align-items:center}.demo-top i{width:8px;height:8px;border-radius:50%;background:#6a858b}.demo-top b{margin-left:auto;font-size:9px;color:#a8c1c5}.demo-ui{display:grid;grid-template-columns:58px 1fr;min-height:300px}.demo-ui aside{padding:20px;text-align:center;line-height:3;color:#8da9ae;border-right:1px solid #2c4a51}.demo-ui>div{padding:28px}.demo-ui h3{font-size:30px}.demo-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.demo-kpis b{background:#173c44;border-radius:14px;padding:15px;font-size:24px}.demo-kpis small{display:block;font-size:8px;color:#91a9ae}.demo-tour{display:grid;grid-template-columns:300px 1fr;border:1px solid #dce6e3;border-radius:28px;overflow:hidden}.demo-tour nav{background:#f2f7f5;padding:16px;display:grid;gap:6px}.demo-tour nav button{border:0;background:transparent;text-align:left;padding:15px;border-radius:14px;display:grid;grid-template-columns:35px 1fr;cursor:pointer}.demo-tour nav button small{grid-column:2;color:#7b8e92}.demo-tour nav button.active{background:#092831;color:#fff}.demo-stage{padding:45px;min-height:420px}.demo-stage article{display:none}.demo-stage article.active{display:block}.demo-big-icon{font-size:46px;color:#1b7a53}.fake-screen{display:grid;grid-template-columns:2fr 1fr;gap:10px;margin-top:30px}.fake-screen div{height:80px;background:linear-gradient(135deg,#edf6f2,#dcebe5);border-radius:14px}.fake-screen div:first-child{height:170px;grid-row:span 2}.v2-form-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.public-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.public-form label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:800;color:inherit}.public-form .full{grid-column:1/-1}.public-form input,.public-form select,.public-form textarea{border:1px solid #d1dedb;background:#fff;color:#17323a;border-radius:12px;padding:13px;font:inherit}.public-form textarea{min-height:110px}.public-form.single{grid-template-columns:1fr}.public-form.single .full{grid-column:auto}.release-public{max-width:900px}.release-public article{display:grid;grid-template-columns:120px 1fr;gap:35px;padding:35px 0;border-bottom:1px solid #dce6e3}.release-public ul{list-style:none;padding:0;line-height:2}.status-list{display:grid;gap:12px}.status-list article{display:grid;grid-template-columns:20px 1fr auto;align-items:center;border:1px solid #dce6e3;border-radius:18px;padding:20px;background:#fff}.status-list h2{margin:0}.status-list p{margin:4px 0;color:#6b7e83}.status-dot-v2{width:12px;height:12px;border-radius:50%;background:#2abe70}.status-dot-v2.degraded{background:#e6a532}.status-dot-v2.outage{background:#d94b4b}.footer-newsletter{display:flex;margin-top:15px}.footer-newsletter input{background:#0f3038;border:1px solid #315059;color:#fff;padding:11px;border-radius:10px 0 0 10px;min-width:180px}.footer-newsletter button{border:0;background:#2abe70;padding:0 15px;border-radius:0 10px 10px 0}.public-notice{margin-top:90px;background:#dff9e7;color:#146b43;padding:15px;border-radius:12px}.v2-final-cta{background:linear-gradient(135deg,#071c24,#103943);color:#fff}.v2-final-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:40px}.v2-final-cta h2{max-width:800px;font-size:42px}.client-login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#061b22,#0d3038);padding:20px}.client-login-card{width:min(480px,100%);background:#fff;border-radius:28px;padding:38px}.client-login-card .kicker{display:block;margin-top:40px}.client-area{background:#f5f8f7}.client-area header{background:#fff;border-bottom:1px solid #dce6e3}.client-head{height:75px;display:flex;align-items:center;justify-content:space-between}.client-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:25px 0}.client-stats>div{background:#fff;border:1px solid #dce6e3;border-radius:18px;padding:20px}.client-stats small{display:block;color:#7a8e92}.v2-public-two{display:grid;grid-template-columns:1fr 1fr;gap:25px}.client-docs{display:grid;gap:10px}.client-docs article,.client-tickets article{background:#fff;border:1px solid #dce6e3;border-radius:16px;padding:18px}.client-docs span{font-size:8px;color:#1b7a53}.client-docs b{display:block;margin:6px 0}.client-tickets{margin-top:35px}.support-reply{background:#e9f6ef;border-radius:10px;padding:12px;margin-top:10px}.home-v2-commercial{background:#f8faf9}.pricing-mini-grid article div b{font-size:26px}.pricing-mini-grid article div small{color:#71868b}.article-body .big-quote{font-size:25px;border-left:4px solid #2abe70;padding:20px}.big-quote small{display:block;font-size:11px;margin-top:10px}.narrow{max-width:900px!important}
@media(max-width:900px){.v2-hero-grid,.v2-form-shell,.demo-tour,.v2-public-two{grid-template-columns:1fr}.pricing-grid,.pricing-mini-grid{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.demo-tour nav{grid-template-columns:repeat(2,1fr)}.demo-stage{padding:28px}.v2-final-cta>.container{align-items:flex-start;flex-direction:column}.client-stats{grid-template-columns:1fr}.public-form{grid-template-columns:1fr}.public-form .full{grid-column:auto}}@media(max-width:600px){.v2-hero{padding-top:80px}.v2-hero h1{font-size:46px}.demo-tour nav{grid-template-columns:1fr}.demo-ui{grid-template-columns:45px 1fr}.demo-kpis{grid-template-columns:1fr}.release-public article{grid-template-columns:1fr}.status-list article{grid-template-columns:18px 1fr}.status-list article>b{grid-column:2}.v2-final-cta h2{font-size:34px}}
