@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--crm-ink:#132342;--crm-blue:#2855df;--crm-soft:#f2f6ff;--crm-muted:#60708d;--crm-line:#dbe3f0;--crm-green:#13a675;--crm-navy:#08162f}*{box-sizing:border-box}html{scroll-behavior:smooth}body.crm{margin:0;background:#fff;color:var(--crm-ink);font:16px/1.7 'DM Sans',system-ui,sans-serif}body.crm a{color:inherit}.crm-container{width:min(1120px,calc(100% - 48px));margin-inline:auto}.crm-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--crm-line);background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}.crm-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.crm-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font:800 14px/1.08 Manrope,sans-serif}.crm-brand img{width:auto;height:58px;aspect-ratio:712/559;object-fit:contain}.crm-brand small{display:block;color:var(--crm-blue);font:700 9px/1.2 'DM Sans';letter-spacing:.12em;text-transform:uppercase}.crm-links{display:flex;align-items:center;gap:26px}.crm-links a{text-decoration:none;color:#52617b;font-size:13px;font-weight:700}.crm-links a:hover,.crm-links a[aria-current="page"]{color:var(--crm-blue)}.crm-install,.crm-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:46px;padding:0 18px;border-radius:9px;background:var(--crm-blue);color:#fff!important;text-decoration:none!important;font-weight:700}.crm-hero{padding:100px 0 78px;background:radial-gradient(circle at 80% 0,#e4ecff,transparent 34%)}.crm-kicker{display:block;margin-bottom:17px;color:var(--crm-blue);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.crm-hero h1{max-width:930px;margin:0;font:800 clamp(52px,7.2vw,94px)/.98 Manrope,sans-serif;letter-spacing:-.065em}.crm-hero h1 em{color:var(--crm-blue);font-style:normal}.crm-hero>div>p{max-width:770px;margin:28px 0 0;color:var(--crm-muted);font-size:19px}.crm-hero-actions{display:flex;gap:12px;margin-top:34px}.crm-button.secondary{border:1px solid var(--crm-line);background:white;color:var(--crm-ink)!important}.crm-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:72px;padding:65px 0 110px}.crm-toc{align-self:start;position:sticky;top:112px}.crm-toc strong{display:block;margin-bottom:13px;color:#8a97aa;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.crm-toc a{display:block;padding:7px 0;color:#687691;text-decoration:none;font-size:13px}.crm-toc a:hover{color:var(--crm-blue)}.crm-doc{min-width:0}.crm-section{padding:0 0 75px;scroll-margin-top:110px}.crm-section+.crm-section{padding-top:75px;border-top:1px solid var(--crm-line)}.crm-section h2,.crm-legal h1{margin:0 0 22px;font:800 clamp(36px,4vw,54px)/1.08 Manrope,sans-serif;letter-spacing:-.05em}.crm-section h3,.crm-legal h2{margin:35px 0 12px;font:700 22px/1.2 Manrope,sans-serif;letter-spacing:-.035em}.crm-section p,.crm-section li,.crm-legal p,.crm-legal li{color:#52617b}.crm-section a,.crm-legal a{color:var(--crm-blue)}.crm-callout{margin:28px 0;padding:22px 24px;border:1px solid #b9c9f8;border-radius:12px;background:var(--crm-soft)}.crm-callout strong{display:block;color:var(--crm-ink)}.crm-callout p{margin:5px 0 0}.crm-callout.warning{border-color:#f0d69a;background:#fff9e9}.crm-steps{display:grid;gap:12px;margin:28px 0}.crm-step{display:grid;grid-template-columns:45px 1fr;gap:17px;padding:21px;border:1px solid var(--crm-line);border-radius:11px}.crm-step>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#e8eeff;color:var(--crm-blue);font-weight:800}.crm-step strong{display:block}.crm-step p{margin:3px 0 0;font-size:14px}.crm-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:28px 0}.crm-flow div{position:relative;padding:20px 15px;border:1px solid var(--crm-line);border-radius:10px;background:#fbfcff;text-align:center}.crm-flow div:not(:last-child):after{content:'→';position:absolute;right:-13px;top:37%;z-index:2;color:var(--crm-blue);font-weight:800}.crm-flow strong,.crm-flow small{display:block}.crm-flow small{margin-top:4px;color:#7a879b}.crm-table-wrap{overflow-x:auto;margin:26px 0}.crm-table{width:100%;border-collapse:collapse;font-size:14px}.crm-table th,.crm-table td{padding:15px;text-align:left;vertical-align:top;border-bottom:1px solid var(--crm-line)}.crm-table th{color:#7b889c;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.crm-table code{color:#1f47bd;font-size:12px;white-space:nowrap}.crm-code{padding:18px 20px;border-radius:10px;background:var(--crm-navy);color:#dce6ff;overflow-x:auto;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.crm-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;list-style:none}.crm-checks li{padding:15px 17px;border:1px solid var(--crm-line);border-radius:9px}.crm-checks li:before{content:'✓';margin-right:10px;color:var(--crm-green);font-weight:800}.crm-legal-hero{padding:78px 0 58px;background:var(--crm-soft);border-bottom:1px solid var(--crm-line)}.crm-legal-hero h1{margin:0 0 13px;font:800 clamp(45px,6vw,72px)/1 Manrope,sans-serif;letter-spacing:-.06em}.crm-legal-hero p{margin:0;color:var(--crm-muted)}.crm-legal{max-width:820px;padding:70px 0 110px}.crm-legal h2{margin-top:45px}.crm-legal .effective{margin-bottom:35px;color:#7c899c;font-size:13px}.crm-contact-card{padding:28px;border:1px solid var(--crm-line);border-radius:12px;background:var(--crm-soft)}.crm-contact-card h2{margin-top:0}.crm-footer{padding:52px 0 25px;background:var(--crm-navy);color:#fff}.crm-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.crm-footer p{color:#96a7c3;font-size:13px}.crm-footer strong{display:block;margin-bottom:12px;color:#8093b3;font-size:10px;letter-spacing:.11em;text-transform:uppercase}.crm-footer a{display:block;margin:7px 0;color:#dbe5f5;text-decoration:none;font-size:13px}.crm-footer .crm-brand{display:flex}.crm-footer-bottom{display:flex;justify-content:space-between;margin-top:42px;padding-top:20px;border-top:1px solid #273650;color:#8495b1;font-size:11px}.crm-skip{position:fixed;top:-60px;left:12px;z-index:50;padding:9px 14px;background:#fff}.crm-skip:focus{top:12px}
@media(max-width:850px){.crm-layout{grid-template-columns:1fr}.crm-toc{display:none}.crm-flow{grid-template-columns:1fr 1fr}.crm-flow div:nth-child(2):after{display:none}.crm-checks{grid-template-columns:1fr}}
@media(max-width:650px){.crm-container{width:calc(100% - 28px)}.crm-nav{min-height:74px}.crm-brand img{height:50px}.crm-brand span{font-size:12px}.crm-links a{display:none}.crm-links .crm-install{display:inline-flex;padding:0 13px;font-size:12px}.crm-hero{padding:65px 0 55px}.crm-hero h1{font-size:48px}.crm-hero>div>p{font-size:16px}.crm-hero-actions{align-items:stretch;flex-direction:column}.crm-layout{padding:48px 0 75px}.crm-section{padding-bottom:55px}.crm-section+.crm-section{padding-top:55px}.crm-flow{grid-template-columns:1fr}.crm-flow div:after{display:none!important}.crm-footer-grid{grid-template-columns:1fr 1fr}.crm-footer-grid>div:first-child{grid-column:1/-1}.crm-footer-bottom{display:block}.crm-legal{padding:55px 0 80px}}
.crm-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.crm-hero-grid>div>p{max-width:710px;margin:28px 0 0;color:var(--crm-muted);font-size:19px}.crm-product-mascot{display:block;width:100%;height:auto;border:1px solid var(--crm-line);border-radius:16px;box-shadow:0 20px 50px rgba(31,65,145,.16)}
@media(max-width:850px){.crm-hero-grid{grid-template-columns:1fr}.crm-product-mascot{max-width:700px}}
@media(max-width:650px){.crm-hero-grid{gap:35px}.crm-hero-grid>div>p{font-size:16px}.crm-product-mascot{border-radius:10px}}
