:root{--p:#0969f5;--p2:#06bde8;--ink:#111827;--muted:#667085;--line:#e7e9f2;--soft:#f7f8fc;--success:#16794b;--radius:24px;--shadow:0 24px 70px rgba(35,31,91,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7}.public-body{overflow-x:hidden}.public-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.public-header{position:fixed;inset:0 0 auto;z-index:50;padding:16px 0;transition:.25s ease}.public-header.scrolled{background:rgba(255,255,255,.9);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(17,24,39,.07);padding:10px 0}.public-nav{display:flex;align-items:center;gap:30px}.public-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);min-width:max-content}.public-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,var(--p),#08c7e8);display:grid;place-items:center;color:#fff;font-size:21px;font-weight:900;box-shadow:0 10px 24px rgba(91,79,242,.24)}.public-brand span:last-child{display:flex;flex-direction:column;line-height:1.2}.public-brand strong{font-size:18px}.public-brand small{color:var(--muted);font-size:10px;letter-spacing:.06em}.public-links{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}.public-links a,.public-footer a{text-decoration:none;color:#4b5565;font-size:14px;font-weight:600}.public-links a:hover,.public-footer a:hover{color:var(--p)}.public-actions{display:flex;align-items:center;gap:10px;min-width:max-content}.public-login{text-decoration:none;color:var(--ink);font-weight:700;padding:10px}.public-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;padding:0 21px;text-decoration:none;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s ease;font-size:14px}.public-button:hover{transform:translateY(-2px)}.public-button-primary{background:linear-gradient(135deg,var(--p),#08bde8);color:#fff;box-shadow:0 12px 28px rgba(91,79,242,.25)}.public-button-light{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:0 8px 24px rgba(17,24,39,.06)}.public-button-outline{background:#fff;color:var(--p);border-color:#cfe8ff}.public-button-white{background:#fff;color:var(--p)}.public-button-lg{min-height:56px;padding-inline:28px;border-radius:17px;font-size:16px}.public-button-block{width:100%}.public-menu-button{display:none;background:#fff;border:1px solid var(--line);width:44px;height:44px;border-radius:13px;font-size:20px}.landing-hero{position:relative;padding:150px 0 86px;background:radial-gradient(circle at 75% 25%,rgba(127,116,255,.18),transparent 30%),linear-gradient(180deg,#faf9ff 0,#fff 100%);overflow:hidden}.landing-hero:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;border:1px solid rgba(91,79,242,.1);top:-230px;right:-120px;box-shadow:0 0 0 60px rgba(91,79,242,.025),0 0 0 120px rgba(91,79,242,.018)}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:70px;position:relative}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:#eaf5ff;color:#075fe0;border:1px solid #d8edff;padding:7px 13px;border-radius:99px;font-size:13px;font-weight:800}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--p);box-shadow:0 0 0 5px rgba(91,79,242,.12)}.hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.13;letter-spacing:-.045em;margin:22px 0 18px;max-width:650px}.hero-copy h1 span{color:var(--p);position:relative}.hero-copy h1 span:after{content:"";position:absolute;height:10px;background:#d8edff;border-radius:50%;inset:auto 2px -4px;z-index:-1}.hero-copy>p{font-size:18px;color:var(--muted);max-width:610px;margin:0}.hero-cta{display:flex;gap:13px;margin-top:30px;flex-wrap:wrap}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:22px;color:#52606f;font-size:13px;font-weight:600}.hero-trust span:before{color:var(--success)}.product-preview{position:relative;min-height:515px;display:flex;align-items:center}.preview-window{width:100%;background:#fff;border:1px solid rgba(91,79,242,.14);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;transform:perspective(1500px) rotateY(-3deg) rotateX(1deg)}.preview-top{height:42px;background:#fbfbfe;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 14px;direction:ltr}.preview-top>span{width:9px;height:9px;border-radius:50%;background:#ff6d6d}.preview-top>span:nth-child(2){background:#ffca5c}.preview-top>span:nth-child(3){background:#47c982}.preview-top b{margin-left:auto;margin-right:auto;font-size:11px;color:#89909d}.preview-layout{display:grid;grid-template-columns:58px 1fr;min-height:400px;direction:ltr}.preview-layout aside{background:#17162f;padding:22px 12px;display:flex;flex-direction:column;gap:16px;align-items:center}.preview-layout aside i{display:block;width:28px;height:28px;border-radius:9px;background:#353452}.preview-layout aside i.active{background:var(--p);box-shadow:0 8px 16px rgba(91,79,242,.3)}.preview-content{padding:24px;background:#f8f9fc;direction:rtl}.preview-heading{display:flex;justify-content:space-between;align-items:center}.preview-heading div{display:flex;flex-direction:column}.preview-heading small{color:#8c94a2;font-size:10px}.preview-heading strong{font-size:17px}.preview-heading button{border:0;background:var(--p);color:#fff;border-radius:10px;padding:9px 12px;font-size:10px}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.preview-stats article{background:#fff;border:1px solid #eceef4;border-radius:14px;padding:13px;display:flex;flex-direction:column}.preview-stats span{font-size:9px;color:#89909d}.preview-stats strong{font-size:19px}.preview-stats em{font-size:8px;color:var(--success);font-style:normal}.preview-chart{background:#fff;border:1px solid #eceef4;border-radius:16px;margin-top:12px;padding:14px}.chart-title{display:flex;justify-content:space-between;align-items:center;font-size:10px}.chart-title span{color:#8c94a2}.chart-bars{height:105px;display:flex;align-items:flex-end;gap:12px;padding:15px 5px 0;direction:ltr}.chart-bars i{display:block;flex:1;background:linear-gradient(180deg,#8278ff,var(--p));border-radius:6px 6px 2px 2px;min-height:9px}.preview-campaign{background:#fff;border:1px solid #eceef4;border-radius:14px;padding:12px;margin-top:12px;display:flex;align-items:center;gap:10px}.preview-campaign .channel-dot{width:30px;height:30px;border-radius:10px;background:#eaf5ff;position:relative}.preview-campaign .channel-dot:after{content:"➤";position:absolute;inset:0;display:grid;place-items:center;color:var(--p);font-size:12px}.preview-campaign div{display:flex;flex-direction:column;flex:1}.preview-campaign b{font-size:10px}.preview-campaign small{font-size:8px;color:#8c94a2}.preview-campaign>strong{font-size:12px;color:var(--p)}.floating-card{position:absolute;background:#fff;border:1px solid #eceef4;border-radius:15px;padding:11px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 18px 38px rgba(30,30,70,.15);z-index:2}.floating-card>span{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#eaf8f0;color:var(--success);font-weight:900}.floating-card div{display:flex;flex-direction:column}.floating-card b{font-size:11px}.floating-card small{font-size:8px;color:#8c94a2}.floating-card-one{left:-30px;bottom:46px}.floating-card-two{right:-25px;top:52px}.floating-card-two>span{background:#eaf5ff;color:var(--p)}.landing-proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}.proof-grid div{text-align:center;border-left:1px solid var(--line)}.proof-grid div:last-child{border-left:0}.proof-grid strong{display:block;font-size:27px;letter-spacing:-.03em}.proof-grid span{color:var(--muted);font-size:13px}.landing-section{padding:100px 0}.section-heading{text-align:center;max-width:680px;margin:0 auto 50px}.section-heading>span{color:var(--p);font-size:13px;font-weight:900}.section-heading h2{font-size:clamp(30px,4vw,46px);line-height:1.25;letter-spacing:-.035em;margin:9px 0 13px}.section-heading p{color:var(--muted);font-size:16px;margin:0}.section-heading.align-start{text-align:right;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:22px;padding:27px;background:#fff;transition:.2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(30,30,70,.09);border-color:#dad6ff}.feature-card.feature-primary{background:linear-gradient(145deg,#0969f5,#7167ff);color:#fff;border-color:transparent}.feature-icon{width:50px;height:50px;border-radius:15px;background:#eaf5ff;color:var(--p);display:grid;place-items:center;font-size:22px;font-weight:900;margin-bottom:20px}.feature-primary .feature-icon{background:rgba(255,255,255,.16);color:#fff}.feature-card h3{font-size:20px;margin:0 0 8px}.feature-card p{color:var(--muted);font-size:14px;margin:0}.feature-primary p{color:rgba(255,255,255,.78)}.feature-card ul,.plan-features{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:8px}.feature-card li{font-size:12px;color:#596273}.feature-primary li{color:rgba(255,255,255,.88)}.how-section{background:var(--soft)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.steps-grid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 24px;overflow:hidden}.steps-grid article>b{position:absolute;left:15px;top:8px;color:#efeff7;font-size:50px;line-height:1;font-weight:900}.step-icon{width:48px;height:48px;background:#eaf5ff;color:var(--p);border-radius:15px;display:grid;place-items:center;font-size:20px;position:relative}.steps-grid h3{font-size:18px;margin:22px 0 7px}.steps-grid p{font-size:13px;color:var(--muted);margin:0}.security-section{background:#121126;color:#fff;overflow:hidden}.security-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:90px}.security-copy h2{font-size:44px;line-height:1.25;margin:18px 0}.security-copy>p{color:#aaa9be;font-size:16px}.security-list{display:grid;gap:15px;margin-top:28px}.security-list>div{display:flex;gap:13px}.security-list>div>span{width:31px;height:31px;border-radius:10px;background:rgba(103,234,173,.13);color:#67eaad;display:grid;place-items:center;flex:0 0 auto}.security-list p{margin:0;display:flex;flex-direction:column}.security-list b{font-size:14px}.security-list small{color:#9a99af}.security-visual{height:390px;position:relative;display:grid;place-items:center}.shield{width:160px;height:190px;background:linear-gradient(150deg,#6e62ff,#4d43d6);clip-path:polygon(50% 0,93% 17%,86% 72%,50% 100%,14% 72%,7% 17%);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:42px;box-shadow:0 30px 80px rgba(91,79,242,.4);position:relative;z-index:3}.shield span{font-size:11px;margin-top:8px}.security-node{position:absolute;background:#1c1b34;border:1px solid #343253;border-radius:15px;padding:13px 18px;font-size:13px;display:flex;flex-direction:column;min-width:140px}.security-node small{color:#8f8da8;font-size:10px}.node-web{right:0;top:48px}.node-agent{left:0;bottom:45px}.security-line{position:absolute;width:90%;height:1px;background:linear-gradient(90deg,transparent,#5f58ae,transparent);transform:rotate(-34deg)}.pricing-section{background:#fbfbfe}.billing-toggle{width:max-content;margin:-25px auto 38px;background:#ececf4;padding:4px;border-radius:13px;display:flex}.billing-toggle button{border:0;background:transparent;padding:10px 18px;border-radius:10px;font-weight:800;color:#687080;cursor:pointer}.billing-toggle button.active{background:#fff;color:var(--ink);box-shadow:0 4px 12px rgba(30,30,50,.08)}.billing-toggle em{font-size:9px;color:var(--success);font-style:normal;margin-right:5px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.pricing-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;position:relative;display:flex;flex-direction:column}.pricing-card.featured{border:2px solid var(--p);box-shadow:0 24px 55px rgba(91,79,242,.15);transform:translateY(-8px)}.popular-label{position:absolute;top:-14px;right:50%;transform:translateX(50%);background:var(--p);color:#fff;border-radius:99px;padding:5px 15px;font-size:11px;font-weight:900}.plan-head h3{font-size:23px;margin:0}.plan-head p{font-size:13px;color:var(--muted);min-height:48px}.plan-price{display:flex;align-items:flex-end;gap:7px;margin:17px 0 4px}.plan-price strong{font-size:43px;line-height:1;letter-spacing:-.04em}.plan-price span{font-size:12px;color:var(--muted)}.yearly-note{color:var(--success);min-height:21px;margin-bottom:12px}.plan-features{margin-top:22px;gap:11px}.plan-features li{font-size:13px;color:#4e5868}.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:16px;padding:0 18px;background:#fff}.faq-list summary{padding:18px 0;cursor:pointer;font-weight:800;list-style:none;position:relative}.faq-list summary:after{content:"＋";position:absolute;left:0;color:var(--p)}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);font-size:14px;margin:0 0 18px;border-top:1px solid #f0f1f5;padding-top:14px}.landing-cta{padding:20px 0 90px}.cta-box{background:linear-gradient(135deg,#0969f5,#786eff);border-radius:28px;padding:50px 60px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 25px 55px rgba(91,79,242,.25);position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.16);border-radius:50%;left:-100px;top:-130px;box-shadow:0 0 0 45px rgba(255,255,255,.035)}.cta-box>div{position:relative;z-index:2}.cta-box span{font-size:12px;font-weight:900;color:#dcd9ff}.cta-box h2{font-size:34px;margin:5px 0}.cta-box p{margin:0;color:#dedcff}.cta-box>a{position:relative;z-index:2;min-width:max-content}.public-footer{background:#0e0e1b;color:#fff;padding:65px 0 25px}.public-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.public-footer-grid>div{display:flex;flex-direction:column;gap:9px}.public-footer-grid>div:first-child p{color:#89899d;max-width:390px;font-size:13px}.footer-brand{color:#fff}.public-footer h4{font-size:13px;margin:5px 0 10px}.public-footer a{color:#9292a3;font-size:12px}.public-footer-bottom{border-top:1px solid #272736;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;color:#77778a;font-size:11px}.selected-plan-chip{background:#eaf5ff;border:1px solid #dcd8ff;color:#5045d5;border-radius:12px;padding:10px 13px;margin-bottom:15px;font-size:13px}
@media(max-width:1050px){.public-links{gap:16px}.hero-grid{grid-template-columns:1fr;gap:45px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy>p{margin-inline:auto}.hero-cta,.hero-trust{justify-content:center}.product-preview{width:min(740px,100%);margin-inline:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.security-grid{gap:35px}.faq-grid{gap:40px}}
@media(max-width:820px){.public-header{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);padding:10px 0}.public-nav{gap:10px}.public-links{display:none;position:absolute;top:70px;right:20px;left:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.public-links.open{display:flex}.public-links a{padding:9px 12px}.public-menu-button{display:block}.public-login{display:none}.landing-hero{padding-top:120px}.hero-copy h1{font-size:43px}.floating-card-two{right:5px}.floating-card-one{left:5px}.proof-grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.proof-grid div:nth-child(2){border-left:0}.feature-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.security-grid{grid-template-columns:1fr}.security-visual{height:330px}.faq-grid{grid-template-columns:1fr}.section-heading.align-start{text-align:center;margin:auto}.cta-box{padding:38px;flex-direction:column;text-align:center}.public-footer-grid{grid-template-columns:2fr 1fr 1fr}.public-footer-grid>div:last-child{grid-column:2/4}.preview-window{transform:none}}
@media(max-width:560px){.public-container{width:min(100% - 24px,1180px)}.public-brand small{display:none}.public-actions .public-button{display:none}.landing-hero{padding-bottom:60px}.hero-copy h1{font-size:36px}.hero-copy>p{font-size:16px}.hero-cta{display:grid}.hero-cta .public-button{width:100%}.hero-trust{gap:8px 12px;font-size:11px}.product-preview{min-height:auto;margin-top:5px}.preview-layout{grid-template-columns:42px 1fr}.preview-layout aside{padding:16px 7px}.preview-layout aside i{width:24px;height:24px}.preview-content{padding:13px}.preview-stats{gap:6px}.preview-stats article{padding:8px}.preview-stats strong{font-size:14px}.chart-bars{height:80px;gap:6px}.floating-card{display:none}.landing-section{padding:70px 0}.section-heading{margin-bottom:32px}.section-heading h2{font-size:30px}.feature-grid,.steps-grid{grid-template-columns:1fr}.proof-grid strong{font-size:22px}.proof-grid span{font-size:11px}.security-copy h2{font-size:32px}.security-visual{height:280px}.shield{width:125px;height:150px}.security-node{min-width:112px;padding:9px 11px;font-size:10px}.cta-box{padding:30px 20px}.cta-box h2{font-size:27px}.public-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.public-footer-grid>div:first-child{grid-column:1/3}.public-footer-grid>div:last-child{grid-column:auto}.public-footer-bottom{flex-direction:column;gap:5px;text-align:center}}

.public-brand-logo{overflow:hidden;background:#fff;padding:2px}.public-brand-logo img{width:100%;height:100%;object-fit:contain;border-radius:12px}.footer-brand .public-brand-logo{box-shadow:none}.landing-brand-watermark{position:absolute;inset:auto 24px 22px auto;width:110px;opacity:.08;pointer-events:none}

/* V5.0.13 Commercial public pages */
.public-page-hero{padding:150px 0 76px;background:radial-gradient(circle at 15% 30%,rgba(6,189,232,.14),transparent 30%),linear-gradient(180deg,#f8f9ff,#fff);text-align:center}.public-page-hero.compact{padding-bottom:58px}.public-page-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.15;margin:18px 0 12px}.public-page-hero p{max-width:760px;margin:0 auto;color:var(--muted);font-size:18px}.public-content-section{padding:64px 0 96px;background:#fff}.help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.help-card{position:relative;display:block;padding:30px;border:1px solid var(--line);border-radius:24px;text-decoration:none;color:var(--ink);background:linear-gradient(145deg,#fff,#fafbff);box-shadow:0 14px 44px rgba(17,24,39,.06);transition:.2s}.help-card:hover{transform:translateY(-4px);border-color:#bedcff;box-shadow:var(--shadow)}.help-card>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eaf4ff;color:var(--p);font-weight:900}.help-card h2{margin:20px 0 8px;font-size:22px}.help-card p{margin:0;color:var(--muted)}.support-strip{margin-top:30px;border-radius:26px;padding:28px 32px;background:linear-gradient(135deg,#111c4b,#0969f5);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.support-strip h2,.support-strip p{margin:0}.support-strip p{color:rgba(255,255,255,.8)}.support-strip>div:last-child{display:flex;align-items:center;gap:16px}.support-strip .public-login{color:#fff}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:32px;align-items:start}.public-article,.legal-document{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:0 14px 48px rgba(17,24,39,.05)}.public-article h2,.legal-document h2{font-size:23px;margin:30px 0 8px}.public-article h2:first-child,.legal-document h2:first-child{margin-top:0}.public-article p,.public-article li,.legal-document p,.legal-document li{color:#4d596b}.public-article ul,.legal-document ul{padding-right:22px}.article-nav{position:sticky;top:100px;border:1px solid var(--line);border-radius:22px;padding:22px;background:var(--soft)}.article-nav h3{margin:0 0 12px}.article-nav a{display:block;text-decoration:none;color:#40506a;padding:10px 0;border-bottom:1px solid var(--line);font-weight:700}.article-nav a:last-child{border-bottom:0}.article-note{margin-top:28px;border-radius:18px;padding:18px 20px;background:#eaf8f3;border:1px solid #bfe9d8}.article-note.warning{background:#fff7e8;border-color:#f5ddb1}.article-note p{margin:4px 0 0}.faq-article details{border-bottom:1px solid var(--line);padding:18px 0}.faq-article details:first-child{padding-top:0}.faq-article details:last-child{border-bottom:0}.faq-article summary{cursor:pointer;font-size:18px;font-weight:800}.faq-article details p{margin-bottom:0}.legal-document{max-width:940px;margin-inline:auto}.legal-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}.legal-links a{padding:9px 14px;border-radius:12px;background:#f0f6ff;color:var(--p);text-decoration:none;font-weight:700}.status-shell{max-width:900px}.status-overall{display:flex;align-items:center;gap:16px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 44px rgba(17,24,39,.06)}.status-overall h2,.status-overall p{margin:0}.status-overall p{color:var(--muted)}.status-dot{width:18px;height:18px;border-radius:50%;background:#18a36b;box-shadow:0 0 0 8px rgba(24,163,107,.12)}.status-overall.degraded .status-dot{background:#e4a11b;box-shadow:0 0 0 8px rgba(228,161,27,.13)}.status-overall.outage .status-dot,.status-overall.unknown .status-dot{background:#dc4c5a;box-shadow:0 0 0 8px rgba(220,76,90,.12)}.public-notice{margin:18px 0;padding:14px 18px;border-radius:14px;background:#fff7e8;border:1px solid #f5ddb1}.status-list{margin-top:22px;border:1px solid var(--line);border-radius:24px;overflow:hidden}.status-list article{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);background:#fff}.status-list article:last-child{border-bottom:0}.status-list strong,.status-list small{display:block}.status-list small{color:var(--muted)}.status-badge{font-size:12px;padding:7px 11px;border-radius:999px;font-weight:800;background:#eaf8f3;color:#16794b}.status-badge.degraded{background:#fff4d9;color:#9a6610}.status-badge.outage,.status-badge.unknown{background:#ffe8eb;color:#b42338}.status-help{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:22px;border-radius:20px;background:var(--soft)}.status-help p{margin:0;font-weight:700}
@media(max-width:800px){.help-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-nav{position:static}.support-strip,.status-help{align-items:stretch;flex-direction:column}.support-strip>div:last-child{align-items:stretch;flex-direction:column}.public-page-hero{padding-top:120px}.public-article,.legal-document{padding:23px}.status-list article{padding:17px}}
.public-footer-grid{grid-template-columns:2fr repeat(4,1fr);gap:32px}
@media(max-width:960px){.public-footer-grid{grid-template-columns:2fr 1fr 1fr}.public-footer-grid>div:first-child{grid-row:span 2}.public-footer-grid>div:last-child{grid-column:auto}}
@media(max-width:560px){.public-footer-grid{grid-template-columns:1fr 1fr}.public-footer-grid>div:first-child{grid-column:1/3;grid-row:auto}.public-footer-grid>div:last-child{grid-column:auto}}


/* V5.0.13 managed sending package */
.managed-service-card{border:1px solid #bfe9d8;background:linear-gradient(160deg,#ffffff 0%,#f2fff9 100%);box-shadow:0 20px 48px rgba(20,146,91,.10)}
.managed-service-card:before{content:"";position:absolute;inset-inline:0;top:0;height:5px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,#18a36b,#37c88a)}
.managed-label{display:inline-flex;width:max-content;margin-bottom:16px;padding:6px 12px;border-radius:999px;background:#e2f8ed;color:#13784d;font-size:11px;font-weight:900}
.managed-unit-price{align-items:center;flex-wrap:wrap}.managed-unit-price strong{color:#13784d}.managed-note{display:block;min-height:38px;color:#47705e;line-height:1.6;margin-bottom:14px}
.managed-calculator{border:1px solid #ccebdd;border-radius:18px;padding:15px;background:rgba(255,255,255,.82);margin:3px 0 14px}.managed-calculator>label{display:block;font-size:12px;font-weight:900;margin-bottom:9px;color:#315b48}.managed-stepper{display:grid;grid-template-columns:38px 1fr 38px;gap:7px;direction:ltr}.managed-stepper button{border:0;border-radius:10px;background:#e3f7ed;color:#13784d;font-size:20px;cursor:pointer;font-weight:900}.managed-stepper input{width:100%;border:1px solid #cfe5da;border-radius:10px;padding:9px;text-align:center;font-weight:900;background:#fff;color:var(--ink)}.managed-total{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:11px;border-top:1px dashed #cce3d8;color:#557060;font-size:12px}.managed-total>div{display:flex;align-items:baseline;gap:5px}.managed-total strong{font-size:24px;color:#13784d}.managed-total small{font-size:11px}.public-button-managed{background:linear-gradient(135deg,#16885a,#26b778);color:#fff;border-color:transparent}.public-button-managed:hover{color:#fff;box-shadow:0 12px 25px rgba(22,136,90,.25)}
@media(min-width:1201px){.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:821px) and (max-width:1200px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
