/* TrackHubs CMS / CKEditor marketing page content styles */
/* Consolidated from handover HTML internal styles — scoped to .cms-marketing-body */
.cms-marketing-body{
  --plum-deep:#27123f; --plum:#3a1d63; --plum-2:#4a2580;
  --purple:#6a32b0; --purple-bright:#8b3ee0; --lavender:#dcc9ff;
  --green:#1ec98b; --green-deep:#14b07a; --green-ink:#04231a;
  --paper:#f4f0fb; --surface:#fff; --ink:#1d1430; --muted:#6b6280; --faint:#9a92ad;
  --line:#e7def0; --line-soft:#f0eaf7; --purple-soft:#f0e7fb; --purple-tint:#f9f5ff;
  --radius:20px; --shadow-sm:0 2px 12px rgba(42,20,72,.06); --shadow:0 20px 54px -20px rgba(58,29,99,.32);
}
.cms-marketing-body *{box-sizing:border-box;margin:0;padding:0}
.cms-marketing-body{scroll-behavior:smooth}
.cms-marketing-body{font-family:"Hanken Grotesk",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.cms-marketing-body h1,
.cms-marketing-body h2,
.cms-marketing-body h3,
.cms-marketing-body .brand,
.cms-marketing-body .flow-step b{font-family:"Manrope",sans-serif;letter-spacing:-.02em;}
.cms-marketing-body a{color:inherit;}
.cms-marketing-body .btn{font-family:"Hanken Grotesk";font-weight:700;border:none;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .16s,box-shadow .16s,background .2s,border-color .2s,color .2s;}
.cms-marketing-body .btn-green{background:var(--green);color:var(--green-ink);padding:13px 24px;font-size:15px;box-shadow:0 8px 20px rgba(30,201,139,.34);}
.cms-marketing-body .btn-green:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,201,139,.45);}
.cms-marketing-body .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.3);padding:13px 24px;font-size:15px;}
.cms-marketing-body .btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);}
.cms-marketing-body .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(40px,calc((100% - 1240px)/2));background:rgba(244,240,251,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:var(--plum);text-decoration:none;}
.cms-marketing-body .brand .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--plum-deep));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;}
.cms-marketing-body .nav-links{display:flex;gap:28px;align-items:center;margin-left:auto;margin-right:26px;}
.cms-marketing-body .nav-links a{color:var(--muted);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s;}
.cms-marketing-body .nav-links a:hover,
.cms-marketing-body .nav-links a.cur{color:var(--plum);}
.cms-marketing-body .btn-demo{background:var(--green);color:var(--green-ink);padding:12.5px 22.5px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;white-space:nowrap;}
.cms-marketing-body .navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:7px 9px;cursor:pointer;color:var(--plum);}
.cms-marketing-body .navtoggle svg{width:20px;height:20px;display:block;}
.cms-marketing-body .hero{position:relative;overflow:hidden;color:#fff;padding:74px 40px 78px;
  background:radial-gradient(820px 360px at 84% -8%,rgba(139,62,224,.45),transparent 60%),linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body .hero::after{content:"";position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.6) 1px,transparent 1px);background-size:26px 26px;}
.cms-marketing-body .hero-in{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.cms-marketing-body .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender);border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:7px 15px;background:rgba(255,255,255,.06);}
.cms-marketing-body .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);flex:0 0 auto;animation:dotPulse 1.9s ease-in-out infinite;}
@keyframes dotPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(30,201,139,.55);}50%{transform:scale(1.25);box-shadow:0 0 12px 3px rgba(30,201,139,.95);}}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .eyebrow .dot{animation:none;}
}
.cms-marketing-body .eyebrow.sol-name{font-size:12.9px;color:var(--green);border-color:rgba(30,201,139,.45);background:rgba(30,201,139,.1);}
.cms-marketing-body .hero h1{font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.04;margin:20px 0 16px;max-width:880px;}
.cms-marketing-body .hero h1 .g{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .hero .sub{font-size:18px;color:#e7ddf7;max-width:620px;}
.cms-marketing-body .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
.cms-marketing-body .platform-pill{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-size:13px;color:var(--lavender);text-decoration:none;border-bottom:1px solid rgba(220,201,255,.4);padding-bottom:2px;}
.cms-marketing-body .platform-pill:hover{color:#fff;}
.cms-marketing-body .section{max-width:1180px;margin:0 auto;padding:64px 40px 0;}
.cms-marketing-body .lead{font-size:19px;color:var(--ink);max-width:760px;font-weight:500;margin-left:auto;margin-right:auto;text-align:center;}
.cms-marketing-body .sec-h{font-size:26px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:22px;text-align:center;}
.cms-marketing-body .caps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.cms-marketing-body .cap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;}
.cms-marketing-body .cap:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.cms-marketing-body .cap .ic{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:16px;}
.cms-marketing-body .cap .ic svg{width:23px;height:23px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .cap h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.cms-marketing-body .cap p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .flow-wrap{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;}
.cms-marketing-body .flow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;}
.cms-marketing-body .flow-step{display:flex;align-items:center;gap:6px;}
.cms-marketing-body .flow-step b{font-weight:600;font-size:14px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:100px;padding:9px 16px;transition:all .2s;}
.cms-marketing-body .flow-step.on b{background:linear-gradient(135deg,var(--purple),var(--purple-bright));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(106,50,176,.35);}
.cms-marketing-body .flow-arrow{color:var(--faint);font-size:14px;}
.cms-marketing-body .flow-note{margin-top:16px;font-size:13.5px;color:var(--muted);}
.cms-marketing-body .benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 30px;max-width:860px;}
.cms-marketing-body .benefit{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#3d3553;}
.cms-marketing-body .benefit svg{flex:0 0 auto;width:22px;height:22px;margin-top:1px;}
.cms-marketing-body .cross{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;}
.cms-marketing-body .cross a{display:block;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s;}
.cms-marketing-body .cross a:hover{transform:translateY(-3px);border-color:var(--purple);}
.cms-marketing-body .cross .lbl{font-family:"Manrope";font-weight:700;font-size:18px;color:var(--plum);}
.cms-marketing-body .cross .go{font-size:13px;color:var(--muted);margin-top:3px;}
.cms-marketing-body .cta{max-width:1180px;margin:74px auto 0;padding:54px 40px;border-radius:24px;text-align:center;color:#fff;position:relative;overflow:hidden;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body .cta h2{font-size:clamp(26px,3.6vw,36px);font-weight:800;}
.cms-marketing-body .cta p{color:#e7ddf7;font-size:18px;margin:12px auto 26px;white-space:nowrap;}
.cms-marketing-body .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.cms-marketing-body .cta-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .cta::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(31,14,52,.55),rgba(58,29,99,.42));}
.cms-marketing-body .cta h2,
.cms-marketing-body .cta p,
.cms-marketing-body .cta-row{position:relative;z-index:2;}
.cms-marketing-body footer{border-top:1px solid var(--line-soft);margin-top:74px;padding:46px 40px;}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.cms-marketing-body .foot-col h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:14px;}
.cms-marketing-body .foot-col a{display:block;color:var(--muted);text-decoration:none;font-size:14px;margin-bottom:9px;}
.cms-marketing-body .foot-col a:hover{color:var(--plum);}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:30px auto 0;padding-top:20px;border-top:1px solid var(--line-soft);font-size:13px;color:var(--faint);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.cms-marketing-body .foot-social a{color:var(--muted);text-decoration:none;margin-left:18px;}
.cms-marketing-body .foot-social a:hover{color:var(--plum);}
.cms-marketing-body .dd{position:relative;}
.cms-marketing-body .dd-btn{font-family:inherit;font-weight:500;font-size:15px;color:var(--muted);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0;}
.cms-marketing-body .dd-btn:hover,
.cms-marketing-body .dd.open .dd-btn,
.cms-marketing-body .dd-btn.cur{color:var(--plum);}
.cms-marketing-body .dd-btn .car{font-size:10px;transition:transform .2s;}
.cms-marketing-body .dd.open .dd-btn .car{transform:rotate(180deg);}
.cms-marketing-body .dd-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:260px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60;}
.cms-marketing-body .dd:hover .dd-menu,
.cms-marketing-body .dd.open .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.cms-marketing-body .dd-menu a{display:block;padding:9px 13px;border-radius:9px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;}
.cms-marketing-body .dd-menu a small{display:block;color:var(--faint);font-weight:400;font-size:12px;margin-top:1px;}
.cms-marketing-body .dd-menu a:hover{background:var(--purple-tint);color:var(--plum);}
.cms-marketing-body .hero.center{text-align:center;}
.cms-marketing-body .hero.center .hero-in{margin:0 auto;}
.cms-marketing-body .hero.center h1{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .sub{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .hero-cta{justify-content:center;}
.cms-marketing-body .hero .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px;}
.cms-marketing-body .hero .chips span{font-size:13px;font-weight:600;color:#efe8fb;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:7px 14px;}
.cms-marketing-body .sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .sol-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 22px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;display:block;}
.cms-marketing-body .sol-card:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .sol-card .nm{font-family:"Manrope";font-weight:700;font-size:20px;color:var(--plum);}
.cms-marketing-body .sol-card .bl{font-size:14.5px;color:var(--muted);margin-top:6px;line-height:1.55;}
.cms-marketing-body .sol-card .ar{font-size:13px;color:var(--purple);font-weight:600;margin-top:12px;}
.cms-marketing-body .diff{max-width:1180px;margin:64px auto 0;padding:0 40px;}
.cms-marketing-body .diff-card{background:radial-gradient(600px 240px at 80% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));border-radius:24px;padding:44px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cms-marketing-body .diff-card h2{font-size:27px;font-weight:800;max-width:600px;}
.cms-marketing-body .diff-card p{color:#dcd0f5;margin-top:10px;max-width:600px;font-size:15px;}
.cms-marketing-body .rcats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .rcat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;}
.cms-marketing-body .rcat:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .rcat .ic{width:40px;height:40px;border-radius:11px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:13px;}
.cms-marketing-body .rcat .ic svg{width:21px;height:21px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .rcat h4{font-family:"Manrope";font-size:18px;font-weight:800;color:var(--plum);margin-bottom:6px;}
.cms-marketing-body .rcat p{font-size:14.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .toolkit{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;}
.cms-marketing-body .toolkit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 28px;}
.cms-marketing-body .toolkit-grid .benefit{font-size:14.5px;}
.cms-marketing-body .prose{max-width:820px;margin:0 auto;}
.cms-marketing-body .prose p{font-size:17.5px;color:#3d3553;margin-bottom:16px;line-height:1.65;}
.cms-marketing-body .prose p:last-child{margin-bottom:0;}
.cms-marketing-body .prose strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .aud{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .aud-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .aud-card h4{font-family:"Manrope";font-size:16px;font-weight:700;color:var(--plum);margin-bottom:8px;}
.cms-marketing-body .aud-card p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .hfaq{max-width:820px;margin:0 auto;}
.cms-marketing-body .hfaq details{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:2px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .hfaq summary{font-family:"Manrope";font-weight:600;font-size:16px;padding:17px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink);}
.cms-marketing-body .hfaq summary::-webkit-details-marker{display:none}
.cms-marketing-body .hfaq summary .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--purple);font-size:16px;transition:transform .25s,background .2s,color .2s;}
.cms-marketing-body .hfaq details[open] summary .ic{transform:rotate(45deg);background:var(--purple);color:#fff;border-color:var(--purple);}
.cms-marketing-body .hfaq details p{padding:0 0 18px;color:var(--muted);font-size:14.5px;}
.cms-marketing-body .story{max-width:760px;margin:0 auto;}
.cms-marketing-body .story p{font-size:16.5px;color:#3d3553;margin-bottom:16px;}
.cms-marketing-body .story p:last-child{margin-bottom:0;}
.cms-marketing-body .story strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .mv{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.cms-marketing-body .mv-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .mv-card h3{font-family:"Manrope";font-size:18px;font-weight:700;color:var(--plum);margin-bottom:10px;}
.cms-marketing-body .mv-card p{font-size:15.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.cms-marketing-body .contact-info .row{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .contact-info .row:last-of-type{border-bottom:none;padding-bottom:0;}
.cms-marketing-body .contact-info .lbl{font-weight:800;font-size:12.5px;color:var(--purple);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;}
.cms-marketing-body .contact-info a{color:var(--plum);text-decoration:none;font-weight:700;font-size:16.5px;}
.cms-marketing-body .contact-info .loc{color:var(--ink);font-size:16px;font-weight:600;}
.cms-marketing-body .contact-note{margin-top:24px;background:var(--purple-tint);border:1px solid var(--line);border-left:3px solid var(--green);border-radius:12px;padding:14px 16px;font-size:14px;color:var(--plum);line-height:1.5;}
.cms-marketing-body .contact-info a:hover{text-decoration:underline;}
.cms-marketing-body .cform{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 30px;box-shadow:var(--shadow);}
.cms-marketing-body .cform label{display:block;font-size:12.5px;font-weight:700;color:var(--plum);text-transform:uppercase;letter-spacing:.05em;margin:0 0 7px;}
.cms-marketing-body .cform input,
.cms-marketing-body .cform textarea{width:100%;border:1.5px solid var(--line);border-radius:11px;padding:13px 15px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;margin-bottom:18px;transition:border-color .2s,box-shadow .2s;}
.cms-marketing-body .cform input::placeholder,
.cms-marketing-body .cform textarea::placeholder{color:var(--faint);}
.cms-marketing-body .cform input:focus,
.cms-marketing-body .cform textarea:focus{outline:none;border-color:var(--purple-bright);box-shadow:0 0 0 3px rgba(139,62,224,.16);}
.cms-marketing-body .cform textarea{min-height:120px;resize:vertical;}
.cms-marketing-body .cform .btn{width:100%;text-align:center;padding:15px;font-size:15.5px;border-radius:12px;margin-top:6px;}
.cms-marketing-body .social-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.cms-marketing-body .social-row a{display:inline-flex;align-items:center;padding:8px 15px;border:1px solid var(--line);border-radius:100px;color:var(--muted);text-decoration:none;font-weight:600;font-size:13px;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .social-row a:hover{background:var(--purple-tint);border-color:var(--purple);color:var(--plum);transform:translateY(-2px);}
.cms-marketing-body .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1);}
.cms-marketing-body .reveal.in{opacity:1;transform:none;}
@media(max-width:1024px){
.cms-marketing-body .caps,
.cms-marketing-body .rcats,
.cms-marketing-body .aud,
.cms-marketing-body .cross{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:28px;padding-right:28px;}
}
@media(max-width:920px){
.cms-marketing-body .navtoggle{display:block;order:3;}
.cms-marketing-body .nav{flex-wrap:wrap;}
.cms-marketing-body .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:6px;width:100%;order:4;padding-top:12px;margin:12px 0 0;border-top:1px solid var(--line-soft);}
.cms-marketing-body .nav-links.open{display:flex;}
.cms-marketing-body .nav-links a{padding:8px 0;font-size:16px;}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:22px;padding-right:22px;}
.cms-marketing-body .caps,
.cms-marketing-body .benefits,
.cms-marketing-body .cross{grid-template-columns:1fr;}
.cms-marketing-body .sol-grid{grid-template-columns:1fr;}
.cms-marketing-body .rcats{grid-template-columns:1fr;}
.cms-marketing-body .aud{grid-template-columns:1fr;}
.cms-marketing-body .toolkit-grid{grid-template-columns:1fr;}
.cms-marketing-body .dd{width:100%;}
.cms-marketing-body .nav-links .dd-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 12px;min-width:0;}
.cms-marketing-body .dd-btn{font-size:16px;}
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
.cms-marketing-body .cta,
.cms-marketing-body .diff-card{padding-left:24px;padding-right:24px;}
}
@media(max-width:560px){
.cms-marketing-body .nav{padding:12px 16px;}
.cms-marketing-body .hero{padding:48px 16px 56px;}
.cms-marketing-body .section{padding:44px 16px 0;}
.cms-marketing-body .hero h1{font-size:clamp(28px,8vw,40px);}
.cms-marketing-body .hero .sub{font-size:16px;}
.cms-marketing-body .lead,
.cms-marketing-body .prose p{font-size:15.5px;}
.cms-marketing-body .hero-cta{flex-direction:column;align-items:stretch;}
.cms-marketing-body .hero-cta .btn{text-align:center;}
.cms-marketing-body .sec-h{font-size:12px;}
.cms-marketing-body .cap,
.cms-marketing-body .rcat,
.cms-marketing-body .aud-card{padding:20px 18px;}
.cms-marketing-body .diff-card h2{font-size:22px;}
.cms-marketing-body .cta h2{font-size:24px;}
.cms-marketing-body .cta p{white-space:normal;font-size:15.5px;}
.cms-marketing-body .cta-row{flex-direction:column;align-items:stretch;}
.cms-marketing-body .foot-in{flex-direction:column;gap:24px;}
.cms-marketing-body .mv{grid-template-columns:1fr;}
.cms-marketing-body .contact-grid{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body *{animation:none!important;transition:none!important}
.cms-marketing-body .reveal{opacity:1;transform:none}
}
.cms-marketing-body footer{display:block;border-top:none;margin-top:74px;padding:66px 40px 30px;color:#c3b7dd;
  background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start;}
.cms-marketing-body .foot-brand{max-width:320px;}
.cms-marketing-body .foot-brand p{color:#a99dc6;font-size:14px;margin-top:16px;line-height:1.65;}
.cms-marketing-body .foot-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}
.cms-marketing-body .foot-social a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.18);color:#c3b7dd;text-decoration:none;font-size:13px;font-weight:600;margin:0;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .foot-social a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);color:#fff;transform:translateY(-2px);}
.cms-marketing-body .foot-col{min-width:0;}
.cms-marketing-body .foot-col h4{font-size:13.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--lavender);margin-bottom:16px;font-weight:800;}
.cms-marketing-body .foot-col a{display:block;color:#a99dc6;text-decoration:none;font-size:14px;margin-bottom:11px;transition:color .2s,padding-left .2s;}
.cms-marketing-body .foot-col a:hover{color:#fff;padding-left:3px;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#867aa6;}
.cms-marketing-body .foot-credit{color:#a99dc6;}
.cms-marketing-body .foot-credit a{color:var(--lavender);font-weight:700;text-decoration:none;}
.cms-marketing-body .foot-credit a:hover{color:#fff;text-decoration:underline;}
@media(max-width:920px){
.cms-marketing-body .foot-in{grid-template-columns:1fr 1fr;gap:32px;}
.cms-marketing-body .foot-brand{grid-column:1 / -1;max-width:none;}
}
@media(max-width:560px){
.cms-marketing-body .foot-in{grid-template-columns:1fr;gap:28px;}
.cms-marketing-body .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}
@media (max-width:560px){
.cms-marketing-body .hero-vid,
.cms-marketing-body .cta-vid,
.cms-marketing-body .final-vid{display:none!important;}
.cms-marketing-body .hero-visual.anim .dash,
.cms-marketing-body .hero-visual.anim .fbcard{animation:none!important;}
}
@media (prefers-reduced-motion: reduce){
.cms-marketing-body .hero-vid,
.cms-marketing-body .cta-vid,
.cms-marketing-body .final-vid{display:none!important;}
.cms-marketing-body .hero-visual.anim .dash,
.cms-marketing-body .hero-visual.anim .fbcard,
.cms-marketing-body .hero-visual .dash,
.cms-marketing-body .hero-visual .fbcard{animation:none!important;transform:none!important;}
}
.cms-marketing-body .hero-in.centered{max-width:100%;text-align:center;}
.cms-marketing-body .hero-in.centered .hero-copy{text-align:center;}
.cms-marketing-body .hero-in.centered .sub{max-width:640px;margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero-in.centered .hero-cta{justify-content:center;}
.cms-marketing-body .ph-note{max-width:720px;margin:0 auto;text-align:center;color:var(--muted,#6b6280);font-size:16px;line-height:1.6;}
.cms-marketing-body .ph-note a{color:var(--purple-bright,#8b3ee0);font-weight:600;}
.cms-marketing-body .foot-legal{display:flex;gap:13px;align-items:center;flex-wrap:wrap;font-size:13px;}
.cms-marketing-body .foot-legal a{color:inherit;text-decoration:none;opacity:.82;}
.cms-marketing-body .foot-legal a:hover{opacity:1;text-decoration:underline;}
.cms-marketing-body .foot-legal .sep{opacity:.38;}
.cms-marketing-body .legal{max-width:820px;margin:0 auto;text-align:left;}
.cms-marketing-body .legal .updated{font-size:14px;color:#6b6280;margin:0 0 30px;padding-bottom:18px;border-bottom:1px solid rgba(120,90,170,.18);}
.cms-marketing-body .legal h2{font-family:"Manrope",system-ui,sans-serif;font-weight:800;font-size:21px;letter-spacing:-.01em;color:#1d1430;margin:36px 0 12px;}
.cms-marketing-body .legal p{font-size:16px;line-height:1.72;color:#3a3450;margin:0 0 16px;}
.cms-marketing-body .legal p strong{color:#1d1430;}
.cms-marketing-body .legal a{color:#8b3ee0;font-weight:600;text-decoration:none;}
.cms-marketing-body .legal a:hover{text-decoration:underline;}
.cms-marketing-body{
  --plum-deep:#27123f; --plum:#3a1d63; --plum-2:#4a2580;
  --purple:#6a32b0; --purple-bright:#8b3ee0; --lavender:#dcc9ff;
  --green:#1ec98b; --green-deep:#14b07a; --green-ink:#04231a;
  --paper:#f4f0fb; --surface:#fff; --ink:#1d1430; --muted:#6b6280; --faint:#9a92ad;
  --line:#e7def0; --line-soft:#f0eaf7; --purple-soft:#f0e7fb; --purple-tint:#f9f5ff;
  --radius:20px; --shadow-sm:0 2px 12px rgba(42,20,72,.06); --shadow:0 20px 54px -20px rgba(58,29,99,.32);
}
.cms-marketing-body *{box-sizing:border-box;margin:0;padding:0}
.cms-marketing-body{scroll-behavior:smooth}
.cms-marketing-body{font-family:"Hanken Grotesk",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.cms-marketing-body h1,
.cms-marketing-body h2,
.cms-marketing-body h3,
.cms-marketing-body .brand,
.cms-marketing-body .flow-step b{font-family:"Manrope",sans-serif;letter-spacing:-.02em;}
.cms-marketing-body a{color:inherit;}
.cms-marketing-body .btn{font-family:"Hanken Grotesk";font-weight:700;border:none;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .16s,box-shadow .16s,background .2s,border-color .2s,color .2s;}
.cms-marketing-body .btn-green{background:var(--green);color:var(--green-ink);padding:13px 24px;font-size:15px;box-shadow:0 8px 20px rgba(30,201,139,.34);}
.cms-marketing-body .btn-green:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,201,139,.45);}
.cms-marketing-body .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.3);padding:13px 24px;font-size:15px;}
.cms-marketing-body .btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);}
.cms-marketing-body .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(40px,calc((100% - 1240px)/2));background:rgba(244,240,251,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:var(--plum);text-decoration:none;}
.cms-marketing-body .brand .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--plum-deep));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;}
.cms-marketing-body .nav-links{display:flex;gap:28px;align-items:center;margin-left:auto;margin-right:26px;}
.cms-marketing-body .nav-links a{color:var(--muted);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s;}
.cms-marketing-body .nav-links a:hover,
.cms-marketing-body .nav-links a.cur{color:var(--plum);}
.cms-marketing-body .btn-demo{background:var(--green);color:var(--green-ink);padding:12.5px 22.5px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;white-space:nowrap;}
.cms-marketing-body .navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:7px 9px;cursor:pointer;color:var(--plum);}
.cms-marketing-body .navtoggle svg{width:20px;height:20px;display:block;}
.cms-marketing-body .hero{position:relative;overflow:hidden;color:#fff;padding:74px 40px 78px;
  background:radial-gradient(820px 360px at 84% -8%,rgba(139,62,224,.45),transparent 60%),linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body .hero::after{content:"";position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.6) 1px,transparent 1px);background-size:26px 26px;}
.cms-marketing-body .hero-in{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.cms-marketing-body .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender);border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:7px 15px;background:rgba(255,255,255,.06);}
.cms-marketing-body .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);flex:0 0 auto;animation:dotPulse 1.9s ease-in-out infinite;}
@keyframes dotPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(30,201,139,.55);}50%{transform:scale(1.25);box-shadow:0 0 12px 3px rgba(30,201,139,.95);}}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .eyebrow .dot{animation:none;}
}
.cms-marketing-body .eyebrow.sol-name{font-size:12.9px;color:var(--green);border-color:rgba(30,201,139,.45);background:rgba(30,201,139,.1);}
.cms-marketing-body .hero h1{font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.04;margin:20px 0 16px;max-width:880px;}
.cms-marketing-body .hero h1 .g{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .hero .sub{font-size:18px;color:#e7ddf7;max-width:620px;}
.cms-marketing-body .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
.cms-marketing-body .platform-pill{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-size:13px;color:var(--lavender);text-decoration:none;border-bottom:1px solid rgba(220,201,255,.4);padding-bottom:2px;}
.cms-marketing-body .platform-pill:hover{color:#fff;}
.cms-marketing-body .section{max-width:1180px;margin:0 auto;padding:64px 40px 0;}
.cms-marketing-body .lead{font-size:19px;color:var(--ink);max-width:760px;font-weight:500;margin-left:auto;margin-right:auto;text-align:center;}
.cms-marketing-body .statement{font-size:clamp(22px,2.7vw,31px);line-height:1.2;font-weight:800;letter-spacing:-.018em;color:var(--plum);max-width:840px;margin:0 auto 30px;text-align:center;text-wrap:balance;}
.cms-marketing-body .statement .hl{background:linear-gradient(110deg,var(--purple),var(--purple-bright));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .sec-h{font-size:26px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:22px;text-align:center;}
.cms-marketing-body .caps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.cms-marketing-body .cap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;}
.cms-marketing-body .cap:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.cms-marketing-body .cap .ic{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:16px;}
.cms-marketing-body .cap .ic svg{width:23px;height:23px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .cap h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.cms-marketing-body .cap p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .flow-wrap{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;}
.cms-marketing-body .flow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;}
.cms-marketing-body .flow-step{display:flex;align-items:center;gap:6px;}
.cms-marketing-body .flow-step b{font-weight:600;font-size:14px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:100px;padding:9px 16px;transition:all .2s;}
.cms-marketing-body .flow-step.on b{background:linear-gradient(135deg,var(--purple),var(--purple-bright));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(106,50,176,.35);}
.cms-marketing-body .flow-arrow{color:var(--faint);font-size:14px;}
.cms-marketing-body .flow-note{margin-top:16px;font-size:13.5px;color:var(--muted);}
.cms-marketing-body .benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 30px;max-width:860px;}
.cms-marketing-body .benefit{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#3d3553;}
.cms-marketing-body .benefit svg{flex:0 0 auto;width:22px;height:22px;margin-top:1px;}
.cms-marketing-body .cross{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;}
.cms-marketing-body .cross a{display:block;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s;}
.cms-marketing-body .cross a:hover{transform:translateY(-3px);border-color:var(--purple);}
.cms-marketing-body .cross .lbl{font-family:"Manrope";font-weight:700;font-size:18px;color:var(--plum);}
.cms-marketing-body .cross .go{font-size:13px;color:var(--muted);margin-top:3px;}
.cms-marketing-body .cta{max-width:1180px;margin:74px auto 0;padding:54px 40px;border-radius:24px;text-align:center;color:#fff;position:relative;overflow:hidden;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body .cta h2{font-size:clamp(26px,3.6vw,36px);font-weight:800;}
.cms-marketing-body .cta h2 .ctg{background:linear-gradient(90deg,#ffffff 0%,#ffffff 20%,#7ee8bf 60%,var(--green) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .cta p{color:#e7ddf7;font-size:18px;margin:12px auto 26px;white-space:nowrap;}
.cms-marketing-body .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.cms-marketing-body .cta-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .cta::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(31,14,52,.55),rgba(58,29,99,.42));}
.cms-marketing-body .cta h2,
.cms-marketing-body .cta p,
.cms-marketing-body .cta-row{position:relative;z-index:2;}
.cms-marketing-body footer{border-top:1px solid var(--line-soft);margin-top:74px;padding:46px 40px;}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.cms-marketing-body .foot-col h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:14px;}
.cms-marketing-body .foot-col a{display:block;color:var(--muted);text-decoration:none;font-size:14px;margin-bottom:9px;}
.cms-marketing-body .foot-col a:hover{color:var(--plum);}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:30px auto 0;padding-top:20px;border-top:1px solid var(--line-soft);font-size:13px;color:var(--faint);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.cms-marketing-body .foot-social a{color:var(--muted);text-decoration:none;margin-left:18px;}
.cms-marketing-body .foot-social a:hover{color:var(--plum);}
.cms-marketing-body .dd{position:relative;}
.cms-marketing-body .dd-btn{font-family:inherit;font-weight:500;font-size:15px;color:var(--muted);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0;}
.cms-marketing-body .dd-btn:hover,
.cms-marketing-body .dd.open .dd-btn,
.cms-marketing-body .dd-btn.cur{color:var(--plum);}
.cms-marketing-body .dd-btn .car{font-size:10px;transition:transform .2s;}
.cms-marketing-body .dd.open .dd-btn .car{transform:rotate(180deg);}
.cms-marketing-body .dd-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:260px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60;}
.cms-marketing-body .dd:hover .dd-menu,
.cms-marketing-body .dd.open .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.cms-marketing-body .dd-menu a{display:block;padding:9px 13px;border-radius:9px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;}
.cms-marketing-body .dd-menu a small{display:block;color:var(--faint);font-weight:400;font-size:12px;margin-top:1px;}
.cms-marketing-body .dd-menu a:hover{background:var(--purple-tint);color:var(--plum);}
.cms-marketing-body .hero.center{text-align:center;}
.cms-marketing-body .hero.center .hero-in{margin:0 auto;}
.cms-marketing-body .hero.center h1{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .sub{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .hero-cta{justify-content:center;}
.cms-marketing-body .hero .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px;}
.cms-marketing-body .hero .chips span{font-size:13px;font-weight:600;color:#efe8fb;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:7px 14px;}
.cms-marketing-body .sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .sol-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 22px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;display:block;}
.cms-marketing-body .sol-card:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .sol-card .nm{font-family:"Manrope";font-weight:700;font-size:20px;color:var(--plum);}
.cms-marketing-body .sol-card .bl{font-size:14.5px;color:var(--muted);margin-top:6px;line-height:1.55;}
.cms-marketing-body .sol-card .ar{font-size:13px;color:var(--purple);font-weight:600;margin-top:12px;}
.cms-marketing-body .diff{max-width:1180px;margin:64px auto 0;padding:0 40px;}
.cms-marketing-body .diff-card{background:radial-gradient(600px 240px at 80% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));border-radius:24px;padding:44px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cms-marketing-body .diff-card h2{font-size:27px;font-weight:800;max-width:600px;}
.cms-marketing-body .diff-card p{color:#dcd0f5;margin-top:10px;max-width:600px;font-size:15px;}
.cms-marketing-body .rcats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .rcat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;}
.cms-marketing-body .rcat:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .rcat .ic{width:40px;height:40px;border-radius:11px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:13px;}
.cms-marketing-body .rcat .ic svg{width:21px;height:21px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .rcat h4{font-family:"Manrope";font-size:18px;font-weight:800;color:var(--plum);margin-bottom:6px;}
.cms-marketing-body .rcat p{font-size:14.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .toolkit{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;}
.cms-marketing-body .toolkit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 28px;}
.cms-marketing-body .toolkit-grid .benefit{font-size:14.5px;}
.cms-marketing-body .prose{max-width:820px;margin:0 auto;}
.cms-marketing-body .prose p{font-size:17.5px;color:#3d3553;margin-bottom:16px;line-height:1.65;}
.cms-marketing-body .prose p:last-child{margin-bottom:0;}
.cms-marketing-body .prose strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .aud{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .aud-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .aud-card h4{font-family:"Manrope";font-size:16px;font-weight:700;color:var(--plum);margin-bottom:8px;}
.cms-marketing-body .aud-card p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .hfaq{max-width:820px;margin:0 auto;}
.cms-marketing-body .hfaq details{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:2px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .hfaq summary{font-family:"Manrope";font-weight:600;font-size:16px;padding:17px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink);}
.cms-marketing-body .hfaq summary::-webkit-details-marker{display:none}
.cms-marketing-body .hfaq summary .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--purple);font-size:16px;transition:transform .25s,background .2s,color .2s;}
.cms-marketing-body .hfaq details[open] summary .ic{transform:rotate(45deg);background:var(--purple);color:#fff;border-color:var(--purple);}
.cms-marketing-body .hfaq details p{padding:0 0 18px;color:var(--muted);font-size:14.5px;}
.cms-marketing-body .story{max-width:760px;margin:0 auto;}
.cms-marketing-body .story p{font-size:16.5px;color:#3d3553;margin-bottom:16px;}
.cms-marketing-body .story p:last-child{margin-bottom:0;}
.cms-marketing-body .story strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .mv{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.cms-marketing-body .mv-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .mv-card h3{font-family:"Manrope";font-size:18px;font-weight:700;color:var(--plum);margin-bottom:10px;}
.cms-marketing-body .mv-card p{font-size:15.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.cms-marketing-body .contact-info .row{margin-bottom:18px;}
.cms-marketing-body .contact-info .lbl{font-weight:700;font-size:13px;color:var(--plum);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;}
.cms-marketing-body .contact-info a{color:var(--purple);text-decoration:none;font-weight:600;}
.cms-marketing-body .contact-info a:hover{text-decoration:underline;}
.cms-marketing-body .cform{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .cform label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin:0 0 6px;}
.cms-marketing-body .cform input,
.cms-marketing-body .cform textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14.5px;color:var(--ink);background:var(--paper);margin-bottom:16px;}
.cms-marketing-body .cform input:focus,
.cms-marketing-body .cform textarea:focus{outline:2px solid var(--purple-bright);outline-offset:1px;border-color:transparent;}
.cms-marketing-body .cform textarea{min-height:120px;resize:vertical;}
.cms-marketing-body .cform .btn{width:100%;text-align:center;padding:13px;font-size:15px;}
.cms-marketing-body .cform .contact-captcha-note{margin:10px 0 0;font-size:12px;line-height:1.45;color:var(--faint);}
.cms-marketing-body .social-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.cms-marketing-body .social-row a{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:100px;color:var(--plum);text-decoration:none;font-weight:600;font-size:14px;transition:border-color .2s,background .2s;}
.cms-marketing-body .social-row a:hover{border-color:var(--purple);background:var(--purple-tint);}
.cms-marketing-body .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1);}
.cms-marketing-body .reveal.in{opacity:1;transform:none;}
@media(max-width:1024px){
.cms-marketing-body .caps,
.cms-marketing-body .rcats,
.cms-marketing-body .aud,
.cms-marketing-body .cross{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:28px;padding-right:28px;}
}
@media(max-width:920px){
.cms-marketing-body .navtoggle{display:block;order:3;}
.cms-marketing-body .nav{flex-wrap:wrap;}
.cms-marketing-body .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:6px;width:100%;order:4;padding-top:12px;margin:12px 0 0;border-top:1px solid var(--line-soft);}
.cms-marketing-body .nav-links.open{display:flex;}
.cms-marketing-body .nav-links a{padding:8px 0;font-size:16px;}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:22px;padding-right:22px;}
.cms-marketing-body .caps,
.cms-marketing-body .benefits,
.cms-marketing-body .cross{grid-template-columns:1fr;}
.cms-marketing-body .sol-grid{grid-template-columns:1fr;}
.cms-marketing-body .rcats{grid-template-columns:1fr;}
.cms-marketing-body .aud{grid-template-columns:1fr;}
.cms-marketing-body .toolkit-grid{grid-template-columns:1fr;}
.cms-marketing-body .dd{width:100%;}
.cms-marketing-body .nav-links .dd-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 12px;min-width:0;}
.cms-marketing-body .dd-btn{font-size:16px;}
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
.cms-marketing-body .cta,
.cms-marketing-body .diff-card{padding-left:24px;padding-right:24px;}
}
@media(max-width:560px){
.cms-marketing-body .nav{padding:12px 16px;}
.cms-marketing-body .hero{padding:48px 16px 56px;}
.cms-marketing-body .section{padding:44px 16px 0;}
.cms-marketing-body .hero h1{font-size:clamp(28px,8vw,40px);}
.cms-marketing-body .hero .sub{font-size:16px;}
.cms-marketing-body .lead,
.cms-marketing-body .prose p{font-size:15.5px;}
.cms-marketing-body .hero-cta{flex-direction:column;align-items:stretch;}
.cms-marketing-body .hero-cta .btn{text-align:center;}
.cms-marketing-body .sec-h{font-size:12px;}
.cms-marketing-body .cap,
.cms-marketing-body .rcat,
.cms-marketing-body .aud-card{padding:20px 18px;}
.cms-marketing-body .diff-card h2{font-size:22px;}
.cms-marketing-body .cta h2{font-size:24px;}
.cms-marketing-body .cta p{white-space:normal;font-size:15.5px;}
.cms-marketing-body .cta-row{flex-direction:column;align-items:stretch;}
.cms-marketing-body .foot-in{flex-direction:column;gap:24px;}
.cms-marketing-body .mv{grid-template-columns:1fr;}
.cms-marketing-body .contact-grid{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body *{animation:none!important;transition:none!important}
.cms-marketing-body .reveal{opacity:1;transform:none}
}
.cms-marketing-body footer{display:block;border-top:none;margin-top:74px;padding:66px 40px 30px;color:#c3b7dd;
  background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start;}
.cms-marketing-body .foot-brand{max-width:320px;}
.cms-marketing-body .foot-brand p{color:#a99dc6;font-size:14px;margin-top:16px;line-height:1.65;}
.cms-marketing-body .foot-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}
.cms-marketing-body .foot-social a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.18);color:#c3b7dd;text-decoration:none;font-size:13px;font-weight:600;margin:0;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .foot-social a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);color:#fff;transform:translateY(-2px);}
.cms-marketing-body .foot-col{min-width:0;}
.cms-marketing-body .foot-col h4{font-size:13.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--lavender);margin-bottom:16px;font-weight:800;}
.cms-marketing-body .foot-col a{display:block;color:#a99dc6;text-decoration:none;font-size:14px;margin-bottom:11px;transition:color .2s,padding-left .2s;}
.cms-marketing-body .foot-col a:hover{color:#fff;padding-left:3px;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#867aa6;}
.cms-marketing-body .foot-credit{color:#a99dc6;}
.cms-marketing-body .foot-credit a{color:var(--lavender);font-weight:700;text-decoration:none;}
.cms-marketing-body .foot-credit a:hover{color:#fff;text-decoration:underline;}
@media(max-width:920px){
.cms-marketing-body .foot-in{grid-template-columns:1fr 1fr;gap:32px;}
.cms-marketing-body .foot-brand{grid-column:1 / -1;max-width:none;}
}
@media(max-width:560px){
.cms-marketing-body .foot-in{grid-template-columns:1fr;gap:28px;}
.cms-marketing-body .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}
.cms-marketing-body .hero-in.centered{max-width:880px;text-align:center;}
.cms-marketing-body .hero-in.centered .hero-copy{text-align:center;}
.cms-marketing-body .hero-in.centered .sub{max-width:640px;margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero-in.centered .hero-cta{justify-content:center;}
.cms-marketing-body .mv-card .mv-lead{font-family:"Manrope",system-ui,sans-serif;font-size:17px;font-weight:800;line-height:1.45;color:#1d1430;margin-bottom:12px;}
.cms-marketing-body{
  --plum-deep:#27123f; --plum:#3a1d63; --plum-2:#4a2580;
  --purple:#6a32b0; --purple-bright:#8b3ee0; --lavender:#dcc9ff;
  --green:#1ec98b; --green-deep:#14b07a; --green-ink:#04231a;
  --paper:#f4f0fb; --surface:#fff; --ink:#1d1430; --muted:#6b6280; --faint:#9a92ad;
  --line:#e7def0; --line-soft:#f0eaf7; --purple-soft:#f0e7fb; --purple-tint:#f9f5ff;
  --radius:20px; --shadow-sm:0 2px 12px rgba(42,20,72,.06); --shadow:0 20px 54px -20px rgba(58,29,99,.32);
}
.cms-marketing-body *{box-sizing:border-box;margin:0;padding:0}
.cms-marketing-body{scroll-behavior:smooth}
.cms-marketing-body{font-family:"Hanken Grotesk",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.cms-marketing-body h1,
.cms-marketing-body h2,
.cms-marketing-body h3,
.cms-marketing-body .brand,
.cms-marketing-body .flow-step b{font-family:"Manrope",sans-serif;letter-spacing:-.02em;}
.cms-marketing-body a{color:inherit;}
.cms-marketing-body .btn{font-family:"Hanken Grotesk";font-weight:700;border:none;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .16s,box-shadow .16s,background .2s,border-color .2s,color .2s;}
.cms-marketing-body .btn-green{background:var(--green);color:var(--green-ink);padding:13px 24px;font-size:15px;box-shadow:0 8px 20px rgba(30,201,139,.34);}
.cms-marketing-body .btn-green:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,201,139,.45);}
.cms-marketing-body .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.3);padding:13px 24px;font-size:15px;}
.cms-marketing-body .btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);}
.cms-marketing-body .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(40px,calc((100% - 1240px)/2));background:rgba(244,240,251,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:var(--plum);text-decoration:none;}
.cms-marketing-body .brand .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--plum-deep));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;}
.cms-marketing-body .nav-links{display:flex;gap:28px;align-items:center;margin-left:auto;margin-right:26px;}
.cms-marketing-body .nav-links a{color:var(--muted);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s;}
.cms-marketing-body .nav-links a:hover,
.cms-marketing-body .nav-links a.cur{color:var(--plum);}
.cms-marketing-body .btn-demo{background:var(--green);color:var(--green-ink);padding:12.5px 22.5px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;white-space:nowrap;}
.cms-marketing-body .navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:7px 9px;cursor:pointer;color:var(--plum);}
.cms-marketing-body .navtoggle svg{width:20px;height:20px;display:block;}
.cms-marketing-body .hero{position:relative;overflow:hidden;color:#fff;padding:74px 40px 78px;
  background:radial-gradient(820px 360px at 84% -8%,rgba(139,62,224,.45),transparent 60%),linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body .hero::after{content:"";position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.6) 1px,transparent 1px);background-size:26px 26px;}
.cms-marketing-body .hero-in{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.cms-marketing-body .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender);border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:7px 15px;background:rgba(255,255,255,.06);}
.cms-marketing-body .hero h1{font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.04;margin:20px 0 16px;max-width:880px;}
.cms-marketing-body .hero h1 .g{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .hero .sub{font-size:18px;color:#e7ddf7;max-width:620px;}
.cms-marketing-body .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
.cms-marketing-body .platform-pill{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-size:13px;color:var(--lavender);text-decoration:none;border-bottom:1px solid rgba(220,201,255,.4);padding-bottom:2px;}
.cms-marketing-body .platform-pill:hover{color:#fff;}
.cms-marketing-body .section{max-width:1180px;margin:0 auto;padding:64px 40px 0;}
.cms-marketing-body .section.dark{max-width:none;margin:64px 0 0;padding:78px max(40px,calc((100% - 1180px)/2));background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body .section.dark .sec-h{color:var(--lavender);}
.cms-marketing-body .section.dark .lead{color:#e7ddf7;}
.cms-marketing-body .section.dark.soft{background:linear-gradient(180deg,var(--purple) 0%,var(--plum) 48%,var(--plum-deep) 100%);}
.cms-marketing-body .lead{font-size:19px;color:var(--ink);max-width:760px;font-weight:500;margin-left:auto;margin-right:auto;text-align:center;}
.cms-marketing-body .statement{font-size:clamp(22px,2.8vw,31px);line-height:1.2;font-weight:800;letter-spacing:-.018em;color:var(--plum);max-width:920px;margin:0 auto;text-align:center;text-wrap:balance;}
.cms-marketing-body .statement+.prose{margin-top:34px;}
.cms-marketing-body .statement .hl{background:linear-gradient(110deg,var(--purple),var(--purple-bright));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .sec-h{font-size:26px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:22px;text-align:center;}
    .cms-marketing-body .sec-icon {
        display: block;
        width: auto;
        height: 60px;
        margin: 0 auto 18px;
        filter: brightness(0) invert(1);
    }
.cms-marketing-body .caps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.cms-marketing-body .cap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;}
.cms-marketing-body .cap:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.cms-marketing-body .cap .ic{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:16px;}
.cms-marketing-body .cap .ic svg{width:23px;height:23px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .cap h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.cms-marketing-body .cap p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .flow-wrap{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;}
.cms-marketing-body .flow{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;width:100%;}
.cms-marketing-body .flow-step{display:flex;align-items:center;flex:0 0 auto;}
.cms-marketing-body .flow-step b{display:block;font-weight:800;font-size:14px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:100px;padding:11px 18px;white-space:nowrap;transition:background .4s,color .4s,border-color .4s,box-shadow .4s,transform .4s;}
.cms-marketing-body .flow-step.on b{background:linear-gradient(135deg,var(--purple),var(--purple-bright));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(106,50,176,.35);}
.cms-marketing-body .flow-arrow{flex:1 1 auto;min-width:18px;align-self:center;position:relative;height:14px;font-size:0;color:transparent;}
.cms-marketing-body .flow-arrow::before{content:"";position:absolute;left:-1px;right:6px;top:50%;height:2.5px;transform:translateY(-50%) scaleX(0);transform-origin:left center;border-radius:3px;background:linear-gradient(to right,var(--purple),var(--purple-bright));}
.cms-marketing-body .flow-arrow::after{content:"";position:absolute;right:2px;top:50%;width:8px;height:8px;border-top:2.5px solid var(--purple-bright);border-right:2.5px solid var(--purple-bright);transform:translateY(-50%) rotate(45deg);opacity:0;}
.cms-marketing-body .flow-note{margin-top:18px;font-size:16px;font-weight:600;color:var(--muted);text-align:center;}
.cms-marketing-body .flow-step{opacity:0;transform:translateY(14px) scale(.94);}
.cms-marketing-body .flow-step.show{opacity:1;transform:none;transition:opacity .55s cubic-bezier(.16,.84,.34,1),transform .55s cubic-bezier(.16,.84,.34,1);}
.cms-marketing-body .flow-arrow.show::before{transform:translateY(-50%) scaleX(1);transition:transform .5s cubic-bezier(.16,.84,.34,1);}
.cms-marketing-body .flow-arrow.show::after{opacity:1;transition:opacity .3s ease .35s;}
.cms-marketing-body .flow-step.pulse b{animation:flowPulse .68s cubic-bezier(.34,1.4,.6,1);}
@keyframes flowPulse{0%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(106,50,176,.35);}45%{transform:translateY(-5px) scale(1.08);box-shadow:0 0 0 5px rgba(139,62,224,.2),0 16px 32px rgba(139,62,224,.6);}100%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(106,50,176,.35);}}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .flow-step{opacity:1!important;transform:none!important;}
.cms-marketing-body .flow-arrow::before{transform:translateY(-50%) scaleX(1)!important;}
.cms-marketing-body .flow-arrow::after{opacity:1!important;}
.cms-marketing-body .flow-step.pulse b{animation:none!important;}
}
.cms-marketing-body .benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 30px;max-width:860px;}
.cms-marketing-body .benefit{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#3d3553;}
.cms-marketing-body .benefit svg{flex:0 0 auto;width:22px;height:22px;margin-top:1px;}
.cms-marketing-body .cross{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;}
.cms-marketing-body .cross a{display:block;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s;}
.cms-marketing-body .cross a:hover{transform:translateY(-3px);border-color:var(--purple);}
.cms-marketing-body .cross .lbl{font-family:"Manrope";font-weight:700;font-size:18px;color:var(--plum);}
.cms-marketing-body .cross .go{font-size:13px;color:var(--muted);margin-top:3px;}
.cms-marketing-body .cta{max-width:1180px;margin:74px auto 0;padding:54px 40px;border-radius:24px;text-align:center;color:#fff;position:relative;overflow:hidden;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body .cta h2{font-size:clamp(26px,3.6vw,36px);font-weight:800;}
.cms-marketing-body .cta p{color:#e7ddf7;font-size:18px;margin:12px auto 26px;white-space:nowrap;}
.cms-marketing-body .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.cms-marketing-body .cta-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .cta::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(31,14,52,.55),rgba(58,29,99,.42));}
.cms-marketing-body .cta h2,
.cms-marketing-body .cta p,
.cms-marketing-body .cta-row{position:relative;z-index:2;}
.cms-marketing-body footer{margin-top:74px;padding:54px 40px 46px;color:#efe8fb;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.45),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.cms-marketing-body .foot-col h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--lavender);margin-bottom:14px;}
.cms-marketing-body .foot-col a{display:block;color:#d8cdf0;text-decoration:none;font-size:14px;margin-bottom:9px;}
.cms-marketing-body .foot-col a:hover{color:#fff;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:30px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);font-size:13px;color:#b9add4;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.cms-marketing-body .foot-social a{color:#d8cdf0;text-decoration:none;margin-left:18px;}
.cms-marketing-body .foot-social a:hover{color:#fff;}
.cms-marketing-body .dd{position:relative;}
.cms-marketing-body .dd-btn{font-family:inherit;font-weight:500;font-size:15px;color:var(--muted);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0;}
.cms-marketing-body .dd-btn:hover,
.cms-marketing-body .dd.open .dd-btn,
.cms-marketing-body .dd-btn.cur{color:var(--plum);}
.cms-marketing-body .dd-btn .car{font-size:10px;transition:transform .2s;}
.cms-marketing-body .dd.open .dd-btn .car{transform:rotate(180deg);}
.cms-marketing-body .dd-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:260px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60;}
.cms-marketing-body .dd:hover .dd-menu,
.cms-marketing-body .dd.open .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.cms-marketing-body .dd-menu a{display:block;padding:9px 13px;border-radius:9px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;}
.cms-marketing-body .dd-menu a small{display:block;color:var(--faint);font-weight:400;font-size:12px;margin-top:1px;}
.cms-marketing-body .dd-menu a:hover{background:var(--purple-tint);color:var(--plum);}
.cms-marketing-body .hero.split{background:#1d0c31;padding-top:66px;padding-bottom:70px;}
.cms-marketing-body .hero.split .hero-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .hero.split::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    radial-gradient(900px 480px at 90% -10%,rgba(139,62,224,.32),transparent 60%),
    linear-gradient(180deg,rgba(24,10,40,.66) 0%,rgba(26,11,44,.78) 55%,rgba(22,9,38,.9) 100%),
    linear-gradient(110deg,rgba(28,12,46,.82) 0%,rgba(38,18,62,.62) 48%,rgba(34,16,56,.5) 100%);}
.cms-marketing-body .hero.split::after{z-index:2;}
.cms-marketing-body .hero.split .hero-in{z-index:3;position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);align-items:center;gap:46px;max-width:1240px;}
.cms-marketing-body .hero.split .hero-copy{text-align:left;}
.cms-marketing-body .hero.split .hero-cta{justify-content:flex-start;}
.cms-marketing-body .hero .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.cms-marketing-body .hero .chips.hero-chips-full{grid-column:1 / -1;justify-content:center;margin-top:14px;}
.cms-marketing-body .hero .chips span{font-size:16px;font-weight:600;color:#efe8fb;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:9px 17px;}
.cms-marketing-body .hero-visual{position:relative;width:100%;}
.cms-marketing-body .dash-float{position:relative;width:100%;max-width:600px;margin:0 0 0 auto;animation:dashFloat 6.5s ease-in-out 1.5s infinite;}
.cms-marketing-body .hero-visual .dash{display:block;width:100%;height:auto;
  filter:drop-shadow(0 42px 72px rgba(10,3,26,.6));}
.cms-marketing-body .hand-tap{position:absolute;left:40.5%;top:29.3%;width:9.42%;height:auto;z-index:3;pointer-events:none;transform-origin:50% 16%;opacity:0;filter:drop-shadow(0 5px 7px rgba(10,3,26,.3));animation:handFade .5s ease 1.4s forwards,handTap 2.4s cubic-bezier(.34,1.3,.5,1) 1.6s infinite;}
.cms-marketing-body .tap-ring{position:absolute;left:44%;top:31%;width:5.5%;aspect-ratio:1;border-radius:50%;border:2.5px solid rgba(106,50,176,.6);z-index:2;pointer-events:none;transform:translate(-50%,-50%) scale(.2);opacity:0;animation:tapRing 2.4s ease-out 1.6s infinite;}
@keyframes handFade{to{opacity:1;}}
@keyframes handTap{0%,100%{transform:translateY(0) scale(1);}9%{transform:translateY(9%) scale(.93);}20%{transform:translateY(0) scale(1);}}
@keyframes tapRing{0%,8%{transform:translate(-50%,-50%) scale(.2);opacity:0;}13%{opacity:.6;}42%{transform:translate(-50%,-50%) scale(2.4);opacity:0;}100%{opacity:0;}}
.cms-marketing-body .hero-visual.anim .dash{animation:dashIn 1.15s cubic-bezier(.16,.84,.34,1) .2s both;}
@keyframes dashIn{from{opacity:0;transform:translateY(42px) scale(.95);}to{opacity:1;transform:translateY(0) scale(1);}}
@keyframes dashFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-14px);}}
.cms-marketing-body .fbwrap{position:absolute;z-index:4;}
.cms-marketing-body .fb1{top:6%;right:-10px;animation:badgeFloat 5.6s ease-in-out 1.9s infinite;}
.cms-marketing-body .fb2{bottom:12%;left:-22px;animation:badgeFloat 6.4s ease-in-out 2.3s infinite;}
@keyframes badgeFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
.cms-marketing-body .fbcard{display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.97);border-radius:15px;padding:12px 15px;box-shadow:0 22px 46px -14px rgba(10,3,26,.7);}
.cms-marketing-body .hero-visual.anim .fb1 .fbcard{animation:badgePop .75s cubic-bezier(.16,.84,.34,1) 1.05s both;}
.cms-marketing-body .hero-visual.anim .fb2 .fbcard{animation:badgePop .75s cubic-bezier(.16,.84,.34,1) 1.35s both;}
@keyframes badgePop{from{opacity:0;transform:translateY(18px) scale(.88);}to{opacity:1;transform:translateY(0) scale(1);}}
.cms-marketing-body .fbcard .dot{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;}
.cms-marketing-body .fbcard .dot svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .fbcard .bt{display:block;font-family:"Manrope";font-weight:800;font-size:16px;color:var(--plum);line-height:1.1;letter-spacing:-.01em;}
.cms-marketing-body .fbcard .bs{display:block;font-size:11.5px;color:var(--muted);font-weight:600;margin-top:2px;white-space:nowrap;}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .hero-visual.anim .dash,
.cms-marketing-body .hero-visual.anim .fbcard{animation:none!important;}
.cms-marketing-body .dash-float,
.cms-marketing-body .fbwrap{animation:none!important;}
.cms-marketing-body .hand-tap{opacity:1!important;animation:none!important;}
.cms-marketing-body .tap-ring{display:none;}
}
.cms-marketing-body .sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .sol-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 22px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;display:block;}
.cms-marketing-body .sol-card:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .sol-card .nm{font-family:"Manrope";font-weight:800;font-size:23px;color:var(--plum);}
.cms-marketing-body .sol-card .bl{font-size:14.5px;color:var(--muted);margin-top:6px;line-height:1.55;}
.cms-marketing-body .sol-card .ar{font-size:13px;color:var(--purple);font-weight:600;margin-top:12px;}
.cms-marketing-body .diff{max-width:1180px;margin:64px auto 0;padding:0 40px;}
.cms-marketing-body .diff-card{background:radial-gradient(600px 240px at 80% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));border-radius:24px;padding:44px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cms-marketing-body .diff-card h2{font-size:27px;font-weight:800;max-width:600px;}
.cms-marketing-body .diff-card h2 .g{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .diff-card p{color:#dcd0f5;margin-top:10px;max-width:600px;font-size:15px;}
.cms-marketing-body .rcats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .rcats.even2{grid-template-columns:repeat(2,1fr);max-width:880px;margin-left:auto;margin-right:auto;}
.cms-marketing-body .rcat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;}
.cms-marketing-body .rcat:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .rcat .ic{width:40px;height:40px;border-radius:11px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:13px;}
.cms-marketing-body .rcat .ic svg{width:21px;height:21px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .rcat h4{font-family:"Manrope";font-size:18px;font-weight:800;color:var(--plum);margin-bottom:6px;}
.cms-marketing-body .rcat p{font-size:14.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .toolkit{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;}
.cms-marketing-body .toolkit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 28px;}
.cms-marketing-body .toolkit-grid .benefit{font-size:14.5px;}
.cms-marketing-body .prose{max-width:820px;margin:0 auto;}
.cms-marketing-body .prose p{font-size:17.5px;color:#3d3553;margin-bottom:16px;line-height:1.65;}
.cms-marketing-body .prose p:last-child{margin-bottom:0;}
.cms-marketing-body .prose strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .aud{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .aud-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .aud-card h4{font-family:"Manrope";font-size:18px;font-weight:800;color:var(--plum);margin-bottom:8px;}
.cms-marketing-body .aud-card p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .hfaq{max-width:820px;margin:0 auto;}
.cms-marketing-body .hfaq details{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:2px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .hfaq summary{font-family:"Manrope";font-weight:600;font-size:16px;padding:17px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink);}
.cms-marketing-body .hfaq summary::-webkit-details-marker{display:none}
.cms-marketing-body .hfaq summary .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--purple);font-size:16px;transition:transform .25s,background .2s,color .2s;}
.cms-marketing-body .hfaq details[open] summary .ic{transform:rotate(45deg);background:var(--purple);color:#fff;border-color:var(--purple);}
.cms-marketing-body .hfaq details p{padding:0 0 18px;color:var(--muted);font-size:14.5px;}
.cms-marketing-body .story{max-width:760px;margin:0 auto;}
.cms-marketing-body .story p{font-size:16.5px;color:#3d3553;margin-bottom:16px;}
.cms-marketing-body .story p:last-child{margin-bottom:0;}
.cms-marketing-body .story strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .mv{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.cms-marketing-body .mv-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .mv-card h3{font-family:"Manrope";font-size:18px;font-weight:700;color:var(--plum);margin-bottom:10px;}
.cms-marketing-body .mv-card p{font-size:15.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.cms-marketing-body .contact-info .row{margin-bottom:18px;}
.cms-marketing-body .contact-info .lbl{font-weight:700;font-size:13px;color:var(--plum);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;}
.cms-marketing-body .contact-info a{color:var(--purple);text-decoration:none;font-weight:600;}
.cms-marketing-body .contact-info a:hover{text-decoration:underline;}
.cms-marketing-body .cform{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .cform label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin:0 0 6px;}
.cms-marketing-body .cform input,
.cms-marketing-body .cform textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14.5px;color:var(--ink);background:var(--paper);margin-bottom:16px;}
.cms-marketing-body .cform input:focus,
.cms-marketing-body .cform textarea:focus{outline:2px solid var(--purple-bright);outline-offset:1px;border-color:transparent;}
.cms-marketing-body .cform textarea{min-height:120px;resize:vertical;}
.cms-marketing-body .cform .btn{width:100%;text-align:center;padding:13px;font-size:15px;}
.cms-marketing-body .cform .contact-captcha-note{margin:10px 0 0;font-size:12px;line-height:1.45;color:var(--faint);}
.cms-marketing-body .social-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.cms-marketing-body .social-row a{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:100px;color:var(--plum);text-decoration:none;font-weight:600;font-size:14px;transition:border-color .2s,background .2s;}
.cms-marketing-body .social-row a:hover{border-color:var(--purple);background:var(--purple-tint);}
.cms-marketing-body .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1);}
.cms-marketing-body .reveal.in{opacity:1;transform:none;}
@media(max-width:1024px){
.cms-marketing-body .caps,
.cms-marketing-body .rcats,
.cms-marketing-body .aud,
.cms-marketing-body .cross{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:28px;padding-right:28px;}
}
@media(max-width:920px){
.cms-marketing-body .navtoggle{display:block;order:3;}
.cms-marketing-body .nav{flex-wrap:wrap;}
.cms-marketing-body .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:6px;width:100%;order:4;padding-top:12px;margin:12px 0 0;border-top:1px solid var(--line-soft);}
.cms-marketing-body .nav-links.open{display:flex;}
.cms-marketing-body .nav-links a{padding:8px 0;font-size:16px;}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:22px;padding-right:22px;}
.cms-marketing-body .caps,
.cms-marketing-body .benefits,
.cms-marketing-body .cross{grid-template-columns:1fr;}
.cms-marketing-body .hero.split .hero-in{grid-template-columns:1fr;gap:42px;}
.cms-marketing-body .hero.split .hero-copy{text-align:center;}
.cms-marketing-body .hero.split .hero-cta,
.cms-marketing-body .hero .chips{justify-content:center;}
.cms-marketing-body .hero-visual .dash-float{margin:0 auto;max-width:520px;}
.cms-marketing-body .fb1{right:0;}
.cms-marketing-body .fb2{left:0;}
.cms-marketing-body .sol-grid{grid-template-columns:1fr;}
.cms-marketing-body .rcats{grid-template-columns:1fr;}
.cms-marketing-body .aud{grid-template-columns:1fr;}
.cms-marketing-body .toolkit-grid{grid-template-columns:1fr;}
.cms-marketing-body .dd{width:100%;}
.cms-marketing-body .nav-links .dd-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 12px;min-width:0;}
.cms-marketing-body .dd-btn{font-size:16px;}
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
.cms-marketing-body .cta,
.cms-marketing-body .diff-card{padding-left:24px;padding-right:24px;}
}
@media(max-width:560px){
.cms-marketing-body .nav{padding:12px 16px;}
.cms-marketing-body .hero{padding:48px 16px 56px;}
.cms-marketing-body .section{padding:44px 16px 0;}
.cms-marketing-body .hero h1{font-size:clamp(28px,8vw,40px);}
.cms-marketing-body .hero .sub{font-size:16px;}
.cms-marketing-body .lead,
.cms-marketing-body .prose p{font-size:15.5px;}
.cms-marketing-body .hero-cta{flex-direction:column;align-items:stretch;}
.cms-marketing-body .hero-cta .btn{text-align:center;}
.cms-marketing-body .sec-h{font-size:12px;}
.cms-marketing-body .cap,
.cms-marketing-body .rcat,
.cms-marketing-body .aud-card{padding:20px 18px;}
.cms-marketing-body .diff-card h2{font-size:22px;}
.cms-marketing-body .cta h2{font-size:24px;}
.cms-marketing-body .cta p{white-space:normal;font-size:15.5px;}
.cms-marketing-body .cta-row{flex-direction:column;align-items:stretch;}
.cms-marketing-body .foot-in{flex-direction:column;gap:24px;}
.cms-marketing-body .mv{grid-template-columns:1fr;}
.cms-marketing-body .contact-grid{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body *{animation:none!important;transition:none!important}
.cms-marketing-body .reveal{opacity:1;transform:none}
}
.cms-marketing-body footer{display:block;border-top:none;margin-top:74px;padding:66px 40px 30px;color:#c3b7dd;
  background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start;}
.cms-marketing-body .foot-brand{max-width:320px;}
.cms-marketing-body .foot-brand p{color:#a99dc6;font-size:14px;margin-top:16px;line-height:1.65;}
.cms-marketing-body .foot-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}
.cms-marketing-body .foot-social a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.18);color:#c3b7dd;text-decoration:none;font-size:13px;font-weight:600;margin:0;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .foot-social a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);color:#fff;transform:translateY(-2px);}
.cms-marketing-body .foot-col{min-width:0;}
.cms-marketing-body .foot-col h4{font-size:13.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--lavender);margin-bottom:16px;font-weight:800;}
.cms-marketing-body .foot-col a{display:block;color:#a99dc6;text-decoration:none;font-size:14px;margin-bottom:11px;transition:color .2s,padding-left .2s;}
.cms-marketing-body .foot-col a:hover{color:#fff;padding-left:3px;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#867aa6;}
.cms-marketing-body .foot-credit{color:#a99dc6;}
.cms-marketing-body .foot-credit a{color:var(--lavender);font-weight:700;text-decoration:none;}
.cms-marketing-body .foot-credit a:hover{color:#fff;text-decoration:underline;}
@media(max-width:920px){
.cms-marketing-body .foot-in{grid-template-columns:1fr 1fr;gap:32px;}
.cms-marketing-body .foot-brand{grid-column:1 / -1;max-width:none;}
}
@media(max-width:560px){
.cms-marketing-body .foot-in{grid-template-columns:1fr;gap:28px;}
.cms-marketing-body .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}
@media (min-width:769px) and (prefers-reduced-motion:no-preference){
.cms-marketing-body .hero .hero-in{perspective:2100px;perspective-origin:58% 42%;}
.cms-marketing-body .hero .hero-in .hero-visual{transform:rotateY(-8deg) rotateX(3deg) rotate(.3deg);transition:transform .7s cubic-bezier(.2,.7,.2,1);transform-style:preserve-3d;will-change:transform;}
.cms-marketing-body .hero .hero-in:hover .hero-visual{transform:rotateY(0deg) rotateX(0deg) rotate(0deg);}
}
.cms-marketing-body .legal{max-width:100%;margin:0 auto;text-align:left;}
.cms-marketing-body .legal .updated{font-size:14px;color:#6b6280;margin:0 0 30px;padding-bottom:18px;border-bottom:1px solid rgba(120,90,170,.18);}
.cms-marketing-body .legal h2{font-family:"Manrope",system-ui,sans-serif;font-weight:800;font-size:21px;letter-spacing:-.01em;color:#1d1430;margin:36px 0 12px;}
.cms-marketing-body .legal p{font-size:16px;line-height:1.72;color:#3a3450;margin:0 0 16px;}
.cms-marketing-body .legal p strong{color:#1d1430;}
.cms-marketing-body .legal ul{margin:0 0 16px;padding-left:22px;}
.cms-marketing-body .legal li{font-size:16px;line-height:1.7;color:#3a3450;margin:0 0 9px;}
.cms-marketing-body .legal li strong{color:#1d1430;}
.cms-marketing-body .legal a{color:#8b3ee0;font-weight:600;text-decoration:none;}
.cms-marketing-body .legal a:hover{text-decoration:underline;}
.cms-marketing-body{
  --plum-deep:#27123f; --plum:#3a1d63; --plum-2:#4a2580;
  --purple:#6a32b0; --purple-bright:#8b3ee0; --lavender:#dcc9ff;
  --green:#1ec98b; --green-deep:#14b07a; --green-ink:#04231a;
  --paper:#f4f0fb; --surface:#fff; --ink:#1d1430; --muted:#6b6280; --faint:#9a92ad;
  --line:#e7def0; --line-soft:#f0eaf7; --purple-soft:#f0e7fb; --purple-tint:#f9f5ff;
  --radius:20px; --shadow-sm:0 2px 12px rgba(42,20,72,.06); --shadow:0 20px 54px -20px rgba(58,29,99,.32);
}
.cms-marketing-body *{box-sizing:border-box;margin:0;padding:0}
.cms-marketing-body{scroll-behavior:smooth}
.cms-marketing-body{font-family:"Hanken Grotesk",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.cms-marketing-body h1,
.cms-marketing-body h2,
.cms-marketing-body h3,
.cms-marketing-body .brand,
.cms-marketing-body .flow-step b{font-family:"Manrope",sans-serif;letter-spacing:-.02em;}
.cms-marketing-body a{color:inherit;}
.cms-marketing-body .btn{font-family:"Hanken Grotesk";font-weight:700;border:none;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .16s,box-shadow .16s,background .2s,border-color .2s,color .2s;}
.cms-marketing-body .btn-green{background:var(--green);color:var(--green-ink);padding:13px 24px;font-size:15px;box-shadow:0 8px 20px rgba(30,201,139,.34);}
.cms-marketing-body .btn-green:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,201,139,.45);}
.cms-marketing-body .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.3);padding:13px 24px;font-size:15px;}
.cms-marketing-body .btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);}
.cms-marketing-body .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(40px,calc((100% - 1240px)/2));background:rgba(244,240,251,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:var(--plum);text-decoration:none;}
.cms-marketing-body .brand .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--plum-deep));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;}
.cms-marketing-body .nav-links{display:flex;gap:28px;align-items:center;margin-left:auto;margin-right:26px;}
.cms-marketing-body .nav-links a{color:var(--muted);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s;}
.cms-marketing-body .nav-links a:hover,
.cms-marketing-body .nav-links a.cur{color:var(--plum);}
.cms-marketing-body .btn-demo{background:var(--green);color:var(--green-ink);padding:12.5px 22.5px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;white-space:nowrap;}
.cms-marketing-body .navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:7px 9px;cursor:pointer;color:var(--plum);}
.cms-marketing-body .navtoggle svg{width:20px;height:20px;display:block;}
.cms-marketing-body .hero{position:relative;overflow:hidden;color:#fff;padding:74px 40px 78px;
  background:radial-gradient(900px 380px at 82% -10%,rgba(139,62,224,.6),transparent 60%),radial-gradient(680px 420px at 8% 120%,rgba(30,201,139,.22),transparent 55%),linear-gradient(135deg,var(--plum-deep),var(--plum) 58%,#48227a);}
.cms-marketing-body .hero::after{content:"";position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.6) 1px,transparent 1px);background-size:26px 26px;}
.cms-marketing-body .hero-in{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.cms-marketing-body .hero-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(118deg,rgba(24,10,40,.82) 0%,rgba(34,16,56,.6) 52%,rgba(30,14,52,.5) 100%),linear-gradient(180deg,rgba(18,8,32,.42),rgba(18,8,32,.72));}
.cms-marketing-body .hero::after{z-index:2;}
.cms-marketing-body .hero-in{z-index:3;}
.cms-marketing-body .hero-in.has-visual{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);align-items:center;gap:46px;max-width:1240px;}
.cms-marketing-body .hero-in.has-visual .hero-copy{text-align:left;}
.cms-marketing-body .hero-visual{position:relative;width:100%;}
.cms-marketing-body .dash-float{animation:dashFloat 6.5s ease-in-out 1.5s infinite;}
.cms-marketing-body .hero-visual .dash{display:block;width:100%;max-width:600px;height:auto;margin:0 0 0 auto;filter:drop-shadow(0 42px 72px rgba(10,3,26,.6));}
.cms-marketing-body .hero-visual.anim .dash{animation:dashIn 1.15s cubic-bezier(.16,.84,.34,1) .2s both;}
@keyframes dashIn{from{opacity:0;transform:translateY(42px) scale(.95);}to{opacity:1;transform:translateY(0) scale(1);}}
@keyframes dashFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-14px);}}
@media(max-width:920px){
.cms-marketing-body .hero-in.has-visual{grid-template-columns:1fr;gap:38px;}
.cms-marketing-body .hero-in.has-visual .hero-copy{text-align:center;}
.cms-marketing-body .hero-in.has-visual .hero-cta{justify-content:center;}
.cms-marketing-body .hero-visual .dash{margin:0 auto;max-width:440px;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .hero-visual.anim .dash,
.cms-marketing-body .dash-float{animation:none!important;}
}
.cms-marketing-body .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender);border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:7px 15px;background:rgba(255,255,255,.06);}
.cms-marketing-body .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);flex:0 0 auto;animation:dotPulse 1.9s ease-in-out infinite;}
@keyframes dotPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(30,201,139,.55);}50%{transform:scale(1.25);box-shadow:0 0 12px 3px rgba(30,201,139,.95);}}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .eyebrow .dot{animation:none;}
}
.cms-marketing-body .eyebrow.sol-name{font-size:12.9px;color:var(--green);border-color:rgba(30,201,139,.45);background:rgba(30,201,139,.1);}
.cms-marketing-body .hero h1{font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.04;margin:20px 0 16px;max-width:880px;}
.cms-marketing-body .hero h1 .g{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .hero .sub{font-size:18px;color:#e7ddf7;max-width:620px;}
.cms-marketing-body .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
.cms-marketing-body .platform-pill{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-size:13px;color:var(--lavender);text-decoration:none;border-bottom:1px solid rgba(220,201,255,.4);padding-bottom:2px;}
.cms-marketing-body .platform-pill:hover{color:#fff;}
.cms-marketing-body .section{max-width:1180px;margin:0 auto;padding:64px 40px 0;}
.cms-marketing-body .lead{font-size:19px;color:var(--ink);max-width:760px;font-weight:500;margin-left:auto;margin-right:auto;text-align:center;}
.cms-marketing-body .statement{font-size:clamp(27px,3.5vw,40px);line-height:1.18;font-weight:800;letter-spacing:-.018em;color:var(--plum);max-width:920px;margin:0 auto;text-align:center;text-wrap:balance;}
.cms-marketing-body .statement .hl{background:linear-gradient(110deg,var(--purple),var(--purple-bright));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .sec-h{font-size:26px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:22px;text-align:center;}
.cms-marketing-body .caps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.cms-marketing-body .cap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;}
.cms-marketing-body .cap:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.cms-marketing-body .cap .ic{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:16px;}
.cms-marketing-body .cap .ic svg{width:23px;height:23px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .cap h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.cms-marketing-body .cap p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .flow-wrap{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;}
.cms-marketing-body .flow{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;width:100%;}
.cms-marketing-body .flow-step{display:flex;align-items:center;flex:0 0 auto;}
.cms-marketing-body .flow-step b{display:block;font-weight:800;font-size:14px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:100px;padding:11px 18px;white-space:nowrap;transition:background .4s,color .4s,border-color .4s,box-shadow .4s,transform .4s;}
.cms-marketing-body .flow-step.on b{background:linear-gradient(135deg,var(--purple),var(--purple-bright));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(106,50,176,.35);}
.cms-marketing-body .flow-arrow{flex:1 1 auto;min-width:18px;align-self:center;position:relative;height:14px;font-size:0;color:transparent;}
.cms-marketing-body .flow-arrow::before{content:"";position:absolute;left:-1px;right:6px;top:50%;height:2.5px;transform:translateY(-50%) scaleX(0);transform-origin:left center;border-radius:3px;background:linear-gradient(to right,var(--purple),var(--purple-bright));}
.cms-marketing-body .flow-arrow::after{content:"";position:absolute;right:2px;top:50%;width:8px;height:8px;border-top:2.5px solid var(--purple-bright);border-right:2.5px solid var(--purple-bright);transform:translateY(-50%) rotate(45deg);opacity:0;}
.cms-marketing-body .flow-note{margin-top:18px;font-size:16px;font-weight:600;color:var(--muted);text-align:center;}
.cms-marketing-body .section.flowdark{max-width:none;margin:58px 0 0;padding:72px max(40px,calc((100% - 1180px)/2));background:linear-gradient(160deg,var(--plum) 0%,#2a1546 48%,#070410 100%);}
.cms-marketing-body .section.flowdark .sec-h{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;}
.cms-marketing-body .section.flowdark .flow-wrap{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.12);}
.cms-marketing-body .section.flowdark .flow-note{color:#d8cdf0;}
.cms-marketing-body .flow-step{opacity:0;transform:translateY(14px) scale(.94);}
.cms-marketing-body .flow-step.show{opacity:1;transform:none;transition:opacity .55s cubic-bezier(.16,.84,.34,1),transform .55s cubic-bezier(.16,.84,.34,1);}
.cms-marketing-body .flow-arrow.show::before{transform:translateY(-50%) scaleX(1);transition:transform .5s cubic-bezier(.16,.84,.34,1);}
.cms-marketing-body .flow-arrow.show::after{opacity:1;transition:opacity .3s ease .35s;}
.cms-marketing-body .flow-step.pulse b{animation:flowPulse .68s cubic-bezier(.34,1.4,.6,1);}
@keyframes flowPulse{0%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(106,50,176,.35);}45%{transform:translateY(-5px) scale(1.08);box-shadow:0 0 0 5px rgba(139,62,224,.2),0 16px 32px rgba(139,62,224,.6);}100%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(106,50,176,.35);}}
@media(max-width:920px){
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .flow-step{opacity:1!important;transform:none!important;}
.cms-marketing-body .flow-arrow::before{transform:translateY(-50%) scaleX(1)!important;}
.cms-marketing-body .flow-arrow::after{opacity:1!important;}
.cms-marketing-body .flow-step.pulse b{animation:none!important;}
}
.cms-marketing-body .benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 30px;max-width:860px;}
.cms-marketing-body .benefit{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#3d3553;}
.cms-marketing-body .benefit svg{flex:0 0 auto;width:22px;height:22px;margin-top:1px;}
.cms-marketing-body .cross{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;}
.cms-marketing-body .cross a{display:block;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s;}
.cms-marketing-body .cross a:hover{transform:translateY(-3px);border-color:var(--purple);}
.cms-marketing-body .cross .lbl{font-family:"Manrope";font-weight:700;font-size:18px;color:var(--plum);}
.cms-marketing-body .cross .go{font-size:13px;color:var(--muted);margin-top:3px;}
.cms-marketing-body .cta{max-width:1180px;margin:74px auto 0;padding:54px 40px;border-radius:24px;text-align:center;color:#fff;position:relative;overflow:hidden;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body .cta h2{font-size:clamp(26px,3.6vw,36px);font-weight:800;}
.cms-marketing-body .cta p{color:#e7ddf7;font-size:18px;margin:12px auto 26px;white-space:nowrap;}
.cms-marketing-body .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.cms-marketing-body .cta-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .cta::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(31,14,52,.55),rgba(58,29,99,.42));}
.cms-marketing-body .cta h2,
.cms-marketing-body .cta p,
.cms-marketing-body .cta-row{position:relative;z-index:2;}
.cms-marketing-body footer{border-top:1px solid var(--line-soft);margin-top:74px;padding:46px 40px;}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.cms-marketing-body .foot-col h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:14px;}
.cms-marketing-body .foot-col a{display:block;color:var(--muted);text-decoration:none;font-size:14px;margin-bottom:9px;}
.cms-marketing-body .foot-col a:hover{color:var(--plum);}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:30px auto 0;padding-top:20px;border-top:1px solid var(--line-soft);font-size:13px;color:var(--faint);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.cms-marketing-body .foot-social a{color:var(--muted);text-decoration:none;margin-left:18px;}
.cms-marketing-body .foot-social a:hover{color:var(--plum);}
.cms-marketing-body .dd{position:relative;}
.cms-marketing-body .dd-btn{font-family:inherit;font-weight:500;font-size:15px;color:var(--muted);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0;}
.cms-marketing-body .dd-btn:hover,
.cms-marketing-body .dd.open .dd-btn,
.cms-marketing-body .dd-btn.cur{color:var(--plum);}
.cms-marketing-body .dd-btn .car{font-size:10px;transition:transform .2s;}
.cms-marketing-body .dd.open .dd-btn .car{transform:rotate(180deg);}
.cms-marketing-body .dd-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:260px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60;}
.cms-marketing-body .dd:hover .dd-menu,
.cms-marketing-body .dd.open .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.cms-marketing-body .dd-menu a{display:block;padding:9px 13px;border-radius:9px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;}
.cms-marketing-body .dd-menu a small{display:block;color:var(--faint);font-weight:400;font-size:12px;margin-top:1px;}
.cms-marketing-body .dd-menu a:hover{background:var(--purple-tint);color:var(--plum);}
.cms-marketing-body .hero.center{text-align:center;}
.cms-marketing-body .hero.center .hero-in{margin:0 auto;}
.cms-marketing-body .hero.center h1{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .sub{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .hero-cta{justify-content:center;}
.cms-marketing-body .hero .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px;}
.cms-marketing-body .hero .chips span{font-size:13px;font-weight:600;color:#efe8fb;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:7px 14px;}
.cms-marketing-body .sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .sol-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 22px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;display:block;}
.cms-marketing-body .sol-card:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .sol-card .nm{font-family:"Manrope";font-weight:700;font-size:20px;color:var(--plum);}
.cms-marketing-body .sol-card .bl{font-size:14.5px;color:var(--muted);margin-top:6px;line-height:1.55;}
.cms-marketing-body .sol-card .ar{font-size:13px;color:var(--purple);font-weight:600;margin-top:12px;}
.cms-marketing-body .diff{max-width:1180px;margin:64px auto 0;padding:0 40px;}
.cms-marketing-body .diff-card{background:radial-gradient(600px 240px at 80% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));border-radius:24px;padding:44px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cms-marketing-body .diff-card h2{font-size:27px;font-weight:800;max-width:600px;}
.cms-marketing-body .diff-card p{color:#dcd0f5;margin-top:10px;max-width:600px;font-size:15px;}
.cms-marketing-body .rcats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .rcat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;}
.cms-marketing-body .rcat:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .rcat .ic{width:40px;height:40px;border-radius:11px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:13px;}
.cms-marketing-body .rcat .ic svg{width:21px;height:21px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .rcat h4{font-family:"Manrope";font-size:18px;font-weight:800;color:var(--plum);margin-bottom:6px;}
.cms-marketing-body .rcat p{font-size:14.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .toolkit{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;}
.cms-marketing-body .toolkit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 28px;}
.cms-marketing-body .toolkit-grid .benefit{font-size:14.5px;}
.cms-marketing-body .prose{max-width:820px;margin:0 auto;}
.cms-marketing-body .prose p{font-size:17.5px;color:#3d3553;margin-bottom:16px;line-height:1.65;}
.cms-marketing-body .prose p:last-child{margin-bottom:0;}
.cms-marketing-body .prose strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .aud{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .aud-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .aud-card h4{font-family:"Manrope";font-size:16px;font-weight:700;color:var(--plum);margin-bottom:8px;}
.cms-marketing-body .aud-card p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .hfaq{max-width:820px;margin:0 auto;}
.cms-marketing-body .hfaq details{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:2px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .hfaq summary{font-family:"Manrope";font-weight:600;font-size:16px;padding:17px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink);}
.cms-marketing-body .hfaq summary::-webkit-details-marker{display:none}
.cms-marketing-body .hfaq summary .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--purple);font-size:16px;transition:transform .25s,background .2s,color .2s;}
.cms-marketing-body .hfaq details[open] summary .ic{transform:rotate(45deg);background:var(--purple);color:#fff;border-color:var(--purple);}
.cms-marketing-body .hfaq details p{padding:0 0 18px;color:var(--muted);font-size:14.5px;}
.cms-marketing-body .story{max-width:760px;margin:0 auto;}
.cms-marketing-body .story p{font-size:16.5px;color:#3d3553;margin-bottom:16px;}
.cms-marketing-body .story p:last-child{margin-bottom:0;}
.cms-marketing-body .story strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .mv{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.cms-marketing-body .mv-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .mv-card h3{font-family:"Manrope";font-size:18px;font-weight:700;color:var(--plum);margin-bottom:10px;}
.cms-marketing-body .mv-card p{font-size:15.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.cms-marketing-body .contact-info .row{margin-bottom:18px;}
.cms-marketing-body .contact-info .lbl{font-weight:700;font-size:13px;color:var(--plum);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;}
.cms-marketing-body .contact-info a{color:var(--purple);text-decoration:none;font-weight:600;}
.cms-marketing-body .contact-info a:hover{text-decoration:underline;}
.cms-marketing-body .cform{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .cform label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin:0 0 6px;}
.cms-marketing-body .cform input,
.cms-marketing-body .cform textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14.5px;color:var(--ink);background:var(--paper);margin-bottom:16px;}
.cms-marketing-body .cform input:focus,
.cms-marketing-body .cform textarea:focus{outline:2px solid var(--purple-bright);outline-offset:1px;border-color:transparent;}
.cms-marketing-body .cform textarea{min-height:120px;resize:vertical;}
.cms-marketing-body .cform .btn{width:100%;text-align:center;padding:13px;font-size:15px;}
.cms-marketing-body .cform .contact-captcha-note{margin:10px 0 0;font-size:12px;line-height:1.45;color:var(--faint);}
.cms-marketing-body .social-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.cms-marketing-body .social-row a{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:100px;color:var(--plum);text-decoration:none;font-weight:600;font-size:14px;transition:border-color .2s,background .2s;}
.cms-marketing-body .social-row a:hover{border-color:var(--purple);background:var(--purple-tint);}
.cms-marketing-body .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1);}
.cms-marketing-body .reveal.in{opacity:1;transform:none;}
@media(max-width:1024px){
.cms-marketing-body .caps,
.cms-marketing-body .rcats,
.cms-marketing-body .aud,
.cms-marketing-body .cross{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:28px;padding-right:28px;}
}
@media(max-width:920px){
.cms-marketing-body .navtoggle{display:block;order:3;}
.cms-marketing-body .nav{flex-wrap:wrap;}
.cms-marketing-body .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:6px;width:100%;order:4;padding-top:12px;margin:12px 0 0;border-top:1px solid var(--line-soft);}
.cms-marketing-body .nav-links.open{display:flex;}
.cms-marketing-body .nav-links a{padding:8px 0;font-size:16px;}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:22px;padding-right:22px;}
.cms-marketing-body .caps,
.cms-marketing-body .benefits,
.cms-marketing-body .cross{grid-template-columns:1fr;}
.cms-marketing-body .sol-grid{grid-template-columns:1fr;}
.cms-marketing-body .rcats{grid-template-columns:1fr;}
.cms-marketing-body .aud{grid-template-columns:1fr;}
.cms-marketing-body .toolkit-grid{grid-template-columns:1fr;}
.cms-marketing-body .dd{width:100%;}
.cms-marketing-body .nav-links .dd-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 12px;min-width:0;}
.cms-marketing-body .dd-btn{font-size:16px;}
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
.cms-marketing-body .cta,
.cms-marketing-body .diff-card{padding-left:24px;padding-right:24px;}
}
@media(max-width:560px){
.cms-marketing-body .nav{padding:12px 16px;}
.cms-marketing-body .hero{padding:48px 16px 56px;}
.cms-marketing-body .section{padding:44px 16px 0;}
.cms-marketing-body .hero h1{font-size:clamp(28px,8vw,40px);}
.cms-marketing-body .hero .sub{font-size:16px;}
.cms-marketing-body .lead,
.cms-marketing-body .prose p{font-size:15.5px;}
.cms-marketing-body .hero-cta{flex-direction:column;align-items:stretch;}
.cms-marketing-body .hero-cta .btn{text-align:center;}
.cms-marketing-body .sec-h{font-size:12px;}
.cms-marketing-body .cap,
.cms-marketing-body .rcat,
.cms-marketing-body .aud-card{padding:20px 18px;}
.cms-marketing-body .diff-card h2{font-size:22px;}
.cms-marketing-body .cta h2{font-size:24px;}
.cms-marketing-body .cta p{white-space:normal;font-size:15.5px;}
.cms-marketing-body .cta-row{flex-direction:column;align-items:stretch;}
.cms-marketing-body .foot-in{flex-direction:column;gap:24px;}
.cms-marketing-body .mv{grid-template-columns:1fr;}
.cms-marketing-body .contact-grid{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body *{animation:none!important;transition:none!important}
.cms-marketing-body .reveal{opacity:1;transform:none}
}
.cms-marketing-body footer{display:block;border-top:none;margin-top:74px;padding:66px 40px 30px;color:#c3b7dd;
  background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start;}
.cms-marketing-body .foot-brand{max-width:320px;}
.cms-marketing-body .foot-brand p{color:#a99dc6;font-size:14px;margin-top:16px;line-height:1.65;}
.cms-marketing-body .foot-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}
.cms-marketing-body .foot-social a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.18);color:#c3b7dd;text-decoration:none;font-size:13px;font-weight:600;margin:0;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .foot-social a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);color:#fff;transform:translateY(-2px);}
.cms-marketing-body .foot-col{min-width:0;}
.cms-marketing-body .foot-col h4{font-size:13.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--lavender);margin-bottom:16px;font-weight:800;}
.cms-marketing-body .foot-col a{display:block;color:#a99dc6;text-decoration:none;font-size:14px;margin-bottom:11px;transition:color .2s,padding-left .2s;}
.cms-marketing-body .foot-col a:hover{color:#fff;padding-left:3px;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#867aa6;}
.cms-marketing-body .foot-credit{color:#a99dc6;}
.cms-marketing-body .foot-credit a{color:var(--lavender);font-weight:700;text-decoration:none;}
.cms-marketing-body .foot-credit a:hover{color:#fff;text-decoration:underline;}
@media(max-width:920px){
.cms-marketing-body .foot-in{grid-template-columns:1fr 1fr;gap:32px;}
.cms-marketing-body .foot-brand{grid-column:1 / -1;max-width:none;}
}
@media(max-width:560px){
.cms-marketing-body .foot-in{grid-template-columns:1fr;gap:28px;}
.cms-marketing-body .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}
.cms-marketing-body .section.band{max-width:1180px;margin:64px auto 0;padding:46px 44px;background:linear-gradient(180deg,#fdfbff,#f6f1fc);border:1px solid var(--line);border-radius:26px;}
.cms-marketing-body .section.band .sec-h{margin-bottom:26px;}
.cms-marketing-body .section.band .rcats{grid-template-columns:repeat(4,1fr);gap:16px;}
.cms-marketing-body .section.band .caps{gap:18px;}
.cms-marketing-body .section.band .rcat,
.cms-marketing-body .section.band .cap{background:#fff;}
.cms-marketing-body .benefits{grid-template-columns:repeat(2,1fr);gap:16px;max-width:1000px;margin:0 auto;}
.cms-marketing-body .benefits .benefit{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px 22px;font-size:17.5px;font-weight:700;color:var(--ink);box-shadow:var(--shadow-sm);align-items:center;transition:transform .18s,box-shadow .2s,border-color .2s;}
.cms-marketing-body .benefits .benefit:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--purple);}
.cms-marketing-body .benefits .benefit svg{width:27px;height:27px;}
.cms-marketing-body .section.sep{border:1px solid var(--line);border-radius:var(--radius);background:var(--purple-tint);padding:46px 44px;margin-top:36px;}
.cms-marketing-body .cross{gap:16px;}
.cms-marketing-body .cross a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;}
.cms-marketing-body .cross a:hover{background:linear-gradient(120deg,var(--purple-tint),#fff);}
.cms-marketing-body .cross .lbl{font-size:16px;}
.cms-marketing-body .cross .go{display:inline-flex;align-items:center;color:var(--purple);font-weight:700;font-size:13px;margin-top:0;white-space:nowrap;transition:transform .2s;}
.cms-marketing-body .cross a:hover .go{transform:translateX(4px);}
.cms-marketing-body .cta h2 .ctg{background:linear-gradient(90deg,#ffffff 0%,#ffffff 28%,#7ee8bf 66%,var(--green) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
@media(max-width:1024px){
.cms-marketing-body .section.band .rcats,
.cms-marketing-body .section.band .caps{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .section.band{padding:34px 26px;}
}
@media(max-width:920px){
.cms-marketing-body .section.band .rcats,
.cms-marketing-body .section.band .caps{grid-template-columns:1fr;}
.cms-marketing-body .benefits{grid-template-columns:1fr;}
}
@media (min-width:769px) and (prefers-reduced-motion:no-preference){
.cms-marketing-body .hero-in.has-visual{perspective:1850px;perspective-origin:62% 42%;}
.cms-marketing-body .hero-in.has-visual .hero-visual{transform:rotateY(-9deg) rotateX(3.5deg) rotate(.4deg);transition:transform .7s cubic-bezier(.2,.7,.2,1);transform-style:preserve-3d;will-change:transform;}
.cms-marketing-body .hero-in.has-visual:hover .hero-visual{transform:rotateY(0deg) rotateX(0deg) rotate(0deg);}
}
.cms-marketing-body{
  --plum-deep:#27123f; --plum:#3a1d63; --plum-2:#4a2580;
  --purple:#6a32b0; --purple-bright:#8b3ee0; --lavender:#dcc9ff;
  --green:#1ec98b; --green-deep:#14b07a; --green-ink:#04231a;
  --paper:#f4f0fb; --surface:#fff; --ink:#1d1430; --muted:#6b6280; --faint:#9a92ad;
  --line:#e7def0; --line-soft:#f0eaf7; --purple-soft:#f0e7fb; --purple-tint:#f9f5ff;
  --radius:20px; --shadow-sm:0 2px 12px rgba(42,20,72,.06); --shadow:0 20px 54px -20px rgba(58,29,99,.32);
}
.cms-marketing-body *{box-sizing:border-box;margin:0;padding:0}
.cms-marketing-body{scroll-behavior:smooth}
.cms-marketing-body{font-family:"Hanken Grotesk",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.cms-marketing-body h1,
.cms-marketing-body h2,
.cms-marketing-body h3,
.cms-marketing-body .brand,
.cms-marketing-body .flow-step b{font-family:"Manrope",sans-serif;letter-spacing:-.02em;}
.cms-marketing-body a{color:inherit;}
.cms-marketing-body .btn{font-family:"Hanken Grotesk";font-weight:700;border:none;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .16s,box-shadow .16s,background .2s,border-color .2s,color .2s;}
.cms-marketing-body .btn-green{background:var(--green);color:var(--green-ink);padding:13px 24px;font-size:15px;box-shadow:0 8px 20px rgba(30,201,139,.34);}
.cms-marketing-body .btn-green:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,201,139,.45);}
.cms-marketing-body .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.3);padding:13px 24px;font-size:15px;}
.cms-marketing-body .btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);}
.cms-marketing-body .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(40px,calc((100% - 1240px)/2));background:rgba(244,240,251,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:var(--plum);text-decoration:none;}
.cms-marketing-body .brand .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--plum-deep));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;}
.cms-marketing-body .nav-links{display:flex;gap:28px;align-items:center;margin-left:auto;margin-right:26px;}
.cms-marketing-body .nav-links a{color:var(--muted);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s;}
.cms-marketing-body .nav-links a:hover,
.cms-marketing-body .nav-links a.cur{color:var(--plum);}
.cms-marketing-body .btn-demo{background:var(--green);color:var(--green-ink);padding:12.5px 22.5px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;white-space:nowrap;}
.cms-marketing-body .navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:7px 9px;cursor:pointer;color:var(--plum);}
.cms-marketing-body .navtoggle svg{width:20px;height:20px;display:block;}
.cms-marketing-body .hero{position:relative;overflow:hidden;color:#fff;padding:74px 40px 78px;
  background:radial-gradient(900px 380px at 82% -10%,rgba(139,62,224,.6),transparent 60%),radial-gradient(680px 420px at 8% 120%,rgba(30,201,139,.22),transparent 55%),linear-gradient(135deg,var(--plum-deep),var(--plum) 58%,#48227a);}
.cms-marketing-body .hero::after{content:"";position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.6) 1px,transparent 1px);background-size:26px 26px;}
.cms-marketing-body .hero-in{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.cms-marketing-body .hero-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(118deg,rgba(24,10,40,.82) 0%,rgba(34,16,56,.6) 52%,rgba(30,14,52,.5) 100%),linear-gradient(180deg,rgba(18,8,32,.42),rgba(18,8,32,.72));}
.cms-marketing-body .hero::after{z-index:2;}
.cms-marketing-body .hero-in{z-index:3;}
.cms-marketing-body .hero-in.has-visual{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);align-items:center;gap:46px;max-width:1240px;}
.cms-marketing-body .hero-in.has-visual .hero-copy{text-align:left;}
.cms-marketing-body .hero-visual{position:relative;width:100%;}
.cms-marketing-body .dash-float{animation:dashFloat 6.5s ease-in-out 1.5s infinite;}
.cms-marketing-body .hero-visual .dash{display:block;width:100%;max-width:600px;height:auto;margin:0 0 0 auto;filter:drop-shadow(0 42px 72px rgba(10,3,26,.6));}
.cms-marketing-body .hero-visual.anim .dash{animation:dashIn 1.15s cubic-bezier(.16,.84,.34,1) .2s both;}
@keyframes dashIn{from{opacity:0;transform:translateY(42px) scale(.95);}to{opacity:1;transform:translateY(0) scale(1);}}
@keyframes dashFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-14px);}}
@media(max-width:920px){
.cms-marketing-body .hero-in.has-visual{grid-template-columns:1fr;gap:38px;}
.cms-marketing-body .hero-in.has-visual .hero-copy{text-align:center;}
.cms-marketing-body .hero-in.has-visual .hero-cta{justify-content:center;}
.cms-marketing-body .hero-visual .dash{margin:0 auto;max-width:440px;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .hero-visual.anim .dash,
.cms-marketing-body .dash-float{animation:none!important;}
}
.cms-marketing-body .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender);border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:7px 15px;background:rgba(255,255,255,.06);}
.cms-marketing-body .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);flex:0 0 auto;animation:dotPulse 1.9s ease-in-out infinite;}
@keyframes dotPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(30,201,139,.55);}50%{transform:scale(1.25);box-shadow:0 0 12px 3px rgba(30,201,139,.95);}}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .eyebrow .dot{animation:none;}
}
.cms-marketing-body .eyebrow.sol-name{font-size:12.9px;color:var(--green);border-color:rgba(30,201,139,.45);background:rgba(30,201,139,.1);}
.cms-marketing-body .hero h1{font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.04;margin:20px 0 16px;max-width:100%;}
.cms-marketing-body .hero h1 .g{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .hero .sub{font-size:18px;color:#e7ddf7;max-width:620px;}
.cms-marketing-body .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}
.cms-marketing-body .platform-pill{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-size:13px;color:var(--lavender);text-decoration:none;border-bottom:1px solid rgba(220,201,255,.4);padding-bottom:2px;}
.cms-marketing-body .platform-pill:hover{color:#fff;}
.cms-marketing-body .section{max-width:1200px;margin:0 auto;padding:64px 0px 0; width:100%}
.cms-marketing-body .lead{font-size:19px;color:var(--ink);max-width:760px;font-weight:500;margin-left:auto;margin-right:auto;text-align:center;}
.cms-marketing-body .statement{font-size:clamp(27px,3.5vw,40px);line-height:1.18;font-weight:800;letter-spacing:-.018em;color:var(--plum);max-width:920px;margin:0 auto 30px;text-align:center;text-wrap:balance;}
.cms-marketing-body .statement .hl{background:linear-gradient(110deg,var(--purple),var(--purple-bright));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .sec-h{font-size:26px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:22px;text-align:center;}
.cms-marketing-body .caps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.cms-marketing-body .cap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;}
.cms-marketing-body .cap:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.cms-marketing-body .cap .ic{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:16px;}
.cms-marketing-body .cap .ic svg{width:23px;height:23px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .cap h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.cms-marketing-body .cap p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .flow-wrap{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;}
.cms-marketing-body .flow{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;width:100%;}
.cms-marketing-body .flow-step{display:flex;align-items:center;flex:0 0 auto;}
.cms-marketing-body .flow-step b{display:block;font-weight:800;font-size:14px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:100px;padding:11px 18px;white-space:nowrap;transition:background .4s,color .4s,border-color .4s,box-shadow .4s,transform .4s;}
.cms-marketing-body .flow-step.on b{background:linear-gradient(135deg,var(--purple),var(--purple-bright));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(106,50,176,.35);}
.cms-marketing-body .flow-arrow{flex:1 1 auto;min-width:18px;align-self:center;position:relative;height:14px;font-size:0;color:transparent;}
.cms-marketing-body .flow-arrow::before{content:"";position:absolute;left:-1px;right:6px;top:50%;height:2.5px;transform:translateY(-50%) scaleX(0);transform-origin:left center;border-radius:3px;background:linear-gradient(to right,var(--purple),var(--purple-bright));}
.cms-marketing-body .flow-arrow::after{content:"";position:absolute;right:2px;top:50%;width:8px;height:8px;border-top:2.5px solid var(--purple-bright);border-right:2.5px solid var(--purple-bright);transform:translateY(-50%) rotate(45deg);opacity:0;}
.cms-marketing-body .flow-note{margin-top:18px;font-size:16px;font-weight:600;color:var(--muted);text-align:center;}
.cms-marketing-body .section.flowdark{max-width:none;margin:58px 0 0;padding:72px max(40px,calc((100% - 1180px)/2));background:linear-gradient(160deg,var(--plum) 0%,#2a1546 48%,#070410 100%);}
.cms-marketing-body .section.flowdark .sec-h{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;}
.cms-marketing-body .section.flowdark .flow-wrap{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.12);}
.cms-marketing-body .section.flowdark .flow-note{color:#d8cdf0;}
.cms-marketing-body .flow-step{opacity:0;transform:translateY(14px) scale(.94);}
.cms-marketing-body .flow-step.show{opacity:1;transform:none;transition:opacity .55s cubic-bezier(.16,.84,.34,1),transform .55s cubic-bezier(.16,.84,.34,1);}
.cms-marketing-body .flow-arrow.show::before{transform:translateY(-50%) scaleX(1);transition:transform .5s cubic-bezier(.16,.84,.34,1);}
.cms-marketing-body .flow-arrow.show::after{opacity:1;transition:opacity .3s ease .35s;}
.cms-marketing-body .flow-step.pulse b{animation:flowPulse .68s cubic-bezier(.34,1.4,.6,1);}
@keyframes flowPulse{0%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(106,50,176,.35);}45%{transform:translateY(-5px) scale(1.08);box-shadow:0 0 0 5px rgba(139,62,224,.2),0 16px 32px rgba(139,62,224,.6);}100%{transform:translateY(0) scale(1);box-shadow:0 8px 18px rgba(106,50,176,.35);}}
@media(max-width:920px){
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .flow-step{opacity:1!important;transform:none!important;}
.cms-marketing-body .flow-arrow::before{transform:translateY(-50%) scaleX(1)!important;}
.cms-marketing-body .flow-arrow::after{opacity:1!important;}
.cms-marketing-body .flow-step.pulse b{animation:none!important;}
}
.cms-marketing-body .benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 30px;max-width:860px;}
.cms-marketing-body .benefit{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#3d3553;}
.cms-marketing-body .benefit svg{flex:0 0 auto;width:22px;height:22px;margin-top:1px;}
.cms-marketing-body .cross{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;}
.cms-marketing-body .cross a{display:block;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s;}
.cms-marketing-body .cross a:hover{transform:translateY(-3px);border-color:var(--purple);}
.cms-marketing-body .cross .lbl{font-family:"Manrope";font-weight:700;font-size:18px;color:var(--plum);}
.cms-marketing-body .cross .go{font-size:13px;color:var(--muted);margin-top:3px;}
.cms-marketing-body .cta{max-width:1180px;margin:74px auto 0;padding:54px 40px;border-radius:24px;text-align:center;color:#fff;position:relative;overflow:hidden;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body .cta h2{font-size:clamp(26px,3.6vw,36px);font-weight:800;}
.cms-marketing-body .cta p{color:#e7ddf7;font-size:18px;margin:12px auto 26px;white-space:nowrap;}
.cms-marketing-body .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.cms-marketing-body .cta-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .cta::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(31,14,52,.55),rgba(58,29,99,.42));}
.cms-marketing-body .cta h2,
.cms-marketing-body .cta p,
.cms-marketing-body .cta-row{position:relative;z-index:2;}
.cms-marketing-body footer{border-top:1px solid var(--line-soft);margin-top:74px;padding:46px 40px;}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.cms-marketing-body .foot-col h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:14px;}
.cms-marketing-body .foot-col a{display:block;color:var(--muted);text-decoration:none;font-size:14px;margin-bottom:9px;}
.cms-marketing-body .foot-col a:hover{color:var(--plum);}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:30px auto 0;padding-top:20px;border-top:1px solid var(--line-soft);font-size:13px;color:var(--faint);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.cms-marketing-body .foot-social a{color:var(--muted);text-decoration:none;margin-left:18px;}
.cms-marketing-body .foot-social a:hover{color:var(--plum);}
.cms-marketing-body .dd{position:relative;}
.cms-marketing-body .dd-btn{font-family:inherit;font-weight:500;font-size:15px;color:var(--muted);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0;}
.cms-marketing-body .dd-btn:hover,
.cms-marketing-body .dd.open .dd-btn,
.cms-marketing-body .dd-btn.cur{color:var(--plum);}
.cms-marketing-body .dd-btn .car{font-size:10px;transition:transform .2s;}
.cms-marketing-body .dd.open .dd-btn .car{transform:rotate(180deg);}
.cms-marketing-body .dd-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:260px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60;}
.cms-marketing-body .dd:hover .dd-menu,
.cms-marketing-body .dd.open .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.cms-marketing-body .dd-menu a{display:block;padding:9px 13px;border-radius:9px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;}
.cms-marketing-body .dd-menu a small{display:block;color:var(--faint);font-weight:400;font-size:12px;margin-top:1px;}
.cms-marketing-body .dd-menu a:hover{background:var(--purple-tint);color:var(--plum);}
.cms-marketing-body .hero.center{text-align:center;}
.cms-marketing-body .hero.center .hero-in{margin:0 auto;}
.cms-marketing-body .hero.center h1{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .sub{margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero.center .hero-cta{justify-content:center;}
.cms-marketing-body .hero .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px;}
.cms-marketing-body .hero .chips span{font-size:13px;font-weight:600;color:#efe8fb;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:7px 14px;}
.cms-marketing-body .sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .sol-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 22px 20px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;display:block;}
.cms-marketing-body .sol-card:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .sol-card .nm{font-family:"Manrope";font-weight:700;font-size:20px;color:var(--plum);}
.cms-marketing-body .sol-card .bl{font-size:14.5px;color:var(--muted);margin-top:6px;line-height:1.55;}
.cms-marketing-body .sol-card .ar{font-size:13px;color:var(--purple);font-weight:600;margin-top:12px;}
.cms-marketing-body .diff{max-width:1180px;margin:64px auto 0;padding:0 40px;}
.cms-marketing-body .diff-card{background:radial-gradient(600px 240px at 80% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));border-radius:24px;padding:44px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cms-marketing-body .diff-card h2{font-size:27px;font-weight:800;max-width:600px;}
.cms-marketing-body .diff-card p{color:#dcd0f5;margin-top:10px;max-width:600px;font-size:15px;}
.cms-marketing-body .rcats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .rcats.two{grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;}
.cms-marketing-body .rcat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,box-shadow .2s;}
.cms-marketing-body .rcat:hover{transform:translateY(-4px);border-color:var(--purple);box-shadow:var(--shadow);}
.cms-marketing-body .rcat .ic{width:40px;height:40px;border-radius:11px;background:var(--purple-soft);display:grid;place-items:center;margin-bottom:13px;}
.cms-marketing-body .rcat .ic svg{width:21px;height:21px;fill:none;stroke:var(--purple);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.cms-marketing-body .rcat h4{font-family:"Manrope";font-size:18px;font-weight:800;color:var(--plum);margin-bottom:6px;}
.cms-marketing-body .rcat p{font-size:14.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .toolkit{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;}
.cms-marketing-body .toolkit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 28px;}
.cms-marketing-body .toolkit-grid .benefit{font-size:14.5px;}
.cms-marketing-body .prose{max-width:820px;margin:0 auto;}
.cms-marketing-body .prose p{font-size:17.5px;color:#3d3553;margin-bottom:16px;line-height:1.65;}
.cms-marketing-body .prose p:last-child{margin-bottom:0;}
.cms-marketing-body .prose strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .aud{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cms-marketing-body .aud-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .aud-card h4{font-family:"Manrope";font-size:16px;font-weight:700;color:var(--plum);margin-bottom:8px;}
.cms-marketing-body .aud-card p{font-size:15px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .hfaq{max-width:820px;margin:0 auto;}
.cms-marketing-body .hfaq details{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:2px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .hfaq summary{font-family:"Manrope";font-weight:600;font-size:16px;padding:17px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink);}
.cms-marketing-body .hfaq summary::-webkit-details-marker{display:none}
.cms-marketing-body .hfaq summary .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--purple);font-size:16px;transition:transform .25s,background .2s,color .2s;}
.cms-marketing-body .hfaq details[open] summary .ic{transform:rotate(45deg);background:var(--purple);color:#fff;border-color:var(--purple);}
.cms-marketing-body .hfaq details p{padding:0 0 18px;color:var(--muted);font-size:14.5px;}
.cms-marketing-body .story{max-width:760px;margin:0 auto;}
.cms-marketing-body .story p{font-size:16.5px;color:#3d3553;margin-bottom:16px;}
.cms-marketing-body .story p:last-child{margin-bottom:0;}
.cms-marketing-body .story strong{color:var(--plum);font-weight:700;}
.cms-marketing-body .mv{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.cms-marketing-body .mv-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .mv-card h3{font-family:"Manrope";font-size:18px;font-weight:700;color:var(--plum);margin-bottom:10px;}
.cms-marketing-body .mv-card p{font-size:15.5px;color:var(--muted);line-height:1.6;}
.cms-marketing-body .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.cms-marketing-body .contact-info .row{margin-bottom:18px;}
.cms-marketing-body .contact-info .lbl{font-weight:700;font-size:13px;color:var(--plum);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;}
.cms-marketing-body .contact-info a{color:var(--purple);text-decoration:none;font-weight:600;}
.cms-marketing-body .contact-info a:hover{text-decoration:underline;}
.cms-marketing-body .cform{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .cform label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin:0 0 6px;}
.cms-marketing-body .cform input,
.cms-marketing-body .cform textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14.5px;color:var(--ink);background:var(--paper);margin-bottom:16px;}
.cms-marketing-body .cform input:focus,
.cms-marketing-body .cform textarea:focus{outline:2px solid var(--purple-bright);outline-offset:1px;border-color:transparent;}
.cms-marketing-body .cform textarea{min-height:120px;resize:vertical;}
.cms-marketing-body .cform .btn{width:100%;text-align:center;padding:13px;font-size:15px;}
.cms-marketing-body .cform .contact-captcha-note{margin:10px 0 0;font-size:12px;line-height:1.45;color:var(--faint);}
.cms-marketing-body .social-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.cms-marketing-body .social-row a{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:100px;color:var(--plum);text-decoration:none;font-weight:600;font-size:14px;transition:border-color .2s,background .2s;}
.cms-marketing-body .social-row a:hover{border-color:var(--purple);background:var(--purple-tint);}
.cms-marketing-body .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1);}
.cms-marketing-body .reveal.in{opacity:1;transform:none;}
@media(max-width:1024px){
.cms-marketing-body .caps,
.cms-marketing-body .rcats,
.cms-marketing-body .aud,
.cms-marketing-body .cross{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:28px;padding-right:28px;}
}
@media(max-width:920px){
.cms-marketing-body .navtoggle{display:block;order:3;}
.cms-marketing-body .nav{flex-wrap:wrap;}
.cms-marketing-body .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:6px;width:100%;order:4;padding-top:12px;margin:12px 0 0;border-top:1px solid var(--line-soft);}
.cms-marketing-body .nav-links.open{display:flex;}
.cms-marketing-body .nav-links a{padding:8px 0;font-size:16px;}
.cms-marketing-body .nav,
.cms-marketing-body .hero,
.cms-marketing-body .section{padding-left:22px;padding-right:22px;}
.cms-marketing-body .caps,
.cms-marketing-body .benefits,
.cms-marketing-body .cross{grid-template-columns:1fr;}
.cms-marketing-body .sol-grid{grid-template-columns:1fr;}
.cms-marketing-body .rcats{grid-template-columns:1fr;}
.cms-marketing-body .aud{grid-template-columns:1fr;}
.cms-marketing-body .toolkit-grid{grid-template-columns:1fr;}
.cms-marketing-body .dd{width:100%;}
.cms-marketing-body .nav-links .dd-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 12px;min-width:0;}
.cms-marketing-body .dd-btn{font-size:16px;}
.cms-marketing-body .flow{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;}
.cms-marketing-body .flow-step b{white-space:nowrap;}
.cms-marketing-body .cta,
.cms-marketing-body .diff-card{padding-left:24px;padding-right:24px;}
}
@media(max-width:560px){
.cms-marketing-body .nav{padding:12px 16px;}
.cms-marketing-body .hero{padding:48px 16px 56px;}
.cms-marketing-body .section{padding:44px 16px 0;}
.cms-marketing-body .hero h1{font-size:clamp(28px,8vw,40px);}
.cms-marketing-body .hero .sub{font-size:16px;}
.cms-marketing-body .lead,
.cms-marketing-body .prose p{font-size:15.5px;}
.cms-marketing-body .hero-cta{flex-direction:column;align-items:stretch;}
.cms-marketing-body .hero-cta .btn{text-align:center;}
.cms-marketing-body .sec-h{font-size:12px;}
.cms-marketing-body .cap,
.cms-marketing-body .rcat,
.cms-marketing-body .aud-card{padding:20px 18px;}
.cms-marketing-body .diff-card h2{font-size:22px;}
.cms-marketing-body .cta h2{font-size:24px;}
.cms-marketing-body .cta p{white-space:normal;font-size:15.5px;}
.cms-marketing-body .cta-row{flex-direction:column;align-items:stretch;}
.cms-marketing-body .foot-in{flex-direction:column;gap:24px;}
.cms-marketing-body .mv{grid-template-columns:1fr;}
.cms-marketing-body .contact-grid{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body *{animation:none!important;transition:none!important}
.cms-marketing-body .reveal{opacity:1;transform:none}
}
.cms-marketing-body footer{display:block;border-top:none;margin-top:74px;padding:66px 40px 30px;color:#c3b7dd;
  background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start;}
.cms-marketing-body .foot-brand{max-width:320px;}
.cms-marketing-body .foot-brand p{color:#a99dc6;font-size:14px;margin-top:16px;line-height:1.65;}
.cms-marketing-body .foot-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}
.cms-marketing-body .foot-social a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.18);color:#c3b7dd;text-decoration:none;font-size:13px;font-weight:600;margin:0;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .foot-social a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);color:#fff;transform:translateY(-2px);}
.cms-marketing-body .foot-col{min-width:0;}
.cms-marketing-body .foot-col h4{font-size:13.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--lavender);margin-bottom:16px;font-weight:800;}
.cms-marketing-body .foot-col a{display:block;color:#a99dc6;text-decoration:none;font-size:14px;margin-bottom:11px;transition:color .2s,padding-left .2s;}
.cms-marketing-body .foot-col a:hover{color:#fff;padding-left:3px;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#867aa6;}
.cms-marketing-body .foot-credit{color:#a99dc6;}
.cms-marketing-body .foot-credit a{color:var(--lavender);font-weight:700;text-decoration:none;}
.cms-marketing-body .foot-credit a:hover{color:#fff;text-decoration:underline;}
@media(max-width:920px){
.cms-marketing-body .foot-in{grid-template-columns:1fr 1fr;gap:32px;}
.cms-marketing-body .foot-brand{grid-column:1 / -1;max-width:none;}
}
@media(max-width:560px){
.cms-marketing-body .foot-in{grid-template-columns:1fr;gap:28px;}
.cms-marketing-body .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}
.cms-marketing-body .section.band{max-width:1180px;margin:64px auto 0;padding:46px 44px;background:linear-gradient(180deg,#fdfbff,#f6f1fc);border:1px solid var(--line);border-radius:26px;}
.cms-marketing-body .section.band .sec-h{margin-bottom:26px;}
.cms-marketing-body .section.band .rcats{grid-template-columns:repeat(4,1fr);gap:16px;}
.cms-marketing-body .section.band .caps{gap:18px;}
.cms-marketing-body .section.band .rcat,
.cms-marketing-body .section.band .cap{background:#fff;}
.cms-marketing-body .benefits{grid-template-columns:repeat(2,1fr);gap:16px;max-width:1000px;margin:0 auto;}
.cms-marketing-body .benefits .benefit{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px 22px;font-size:17.5px;font-weight:700;color:var(--ink);box-shadow:var(--shadow-sm);align-items:center;transition:transform .18s,box-shadow .2s,border-color .2s;}
.cms-marketing-body .benefits .benefit:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--purple);}
.cms-marketing-body .benefits .benefit svg{width:27px;height:27px;}
.cms-marketing-body .section.sep{border:1px solid var(--line);border-radius:var(--radius);background:var(--purple-tint);padding:46px 44px;margin-top:36px;}
.cms-marketing-body .cross{gap:16px;}
.cms-marketing-body .cross a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;}
.cms-marketing-body .cross a:hover{background:linear-gradient(120deg,var(--purple-tint),#fff);}
.cms-marketing-body .cross .lbl{font-size:16px;}
.cms-marketing-body .cross .go{display:inline-flex;align-items:center;color:var(--purple);font-weight:700;font-size:13px;margin-top:0;white-space:nowrap;transition:transform .2s;}
.cms-marketing-body .cross a:hover .go{transform:translateX(4px);}
.cms-marketing-body .cta h2 .ctg{background:linear-gradient(90deg,#ffffff 0%,#ffffff 28%,#7ee8bf 66%,var(--green) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
@media(max-width:1024px){
.cms-marketing-body .section.band .rcats,
.cms-marketing-body .section.band .caps{grid-template-columns:repeat(2,1fr);}
.cms-marketing-body .section.band{padding:34px 26px;}
}
@media(max-width:920px){
.cms-marketing-body .section.band .rcats,
.cms-marketing-body .section.band .caps{grid-template-columns:1fr;}
.cms-marketing-body .benefits{grid-template-columns:1fr;}
}
.cms-marketing-body .hero-in.centered{max-width:100%;text-align:center;}
.cms-marketing-body .hero-in.centered .hero-copy{text-align:center;}
.cms-marketing-body .hero-in.centered .hero-copy .sub{max-width:640px;margin-left:auto;margin-right:auto;}
.cms-marketing-body .hero-in.centered .hero-cta{justify-content:center;}
.cms-marketing-body .hero-in.centered .eyebrow,
.cms-marketing-body .hero-in.centered .sol-name{display:inline-flex;}
.cms-marketing-body{
  --plum-deep:#27123f; --plum:#3a1d63; --plum-2:#4a2580;
  --purple:#6a32b0; --purple-bright:#8b3ee0; --purple-2:#a855f7; --lavender:#dcc9ff;
  --green:#1ec98b; --green-deep:#14b07a; --green-ink:#04231a;
  --paper:#f4f0fb; --surface:#ffffff; --ink:#1d1430; --muted:#6b6280; --faint:#9a92ad;
  --line:#e7def0; --line-soft:#f0eaf7;
  --purple-soft:#f0e7fb; --purple-tint:#f9f5ff;
  --radius:20px;
  --shadow-sm:0 2px 12px rgba(42,20,72,.06);
  --shadow:0 20px 54px -20px rgba(58,29,99,.32);
}
.cms-marketing-body *{box-sizing:border-box;margin:0;padding:0}
.cms-marketing-body{scroll-behavior:smooth}
.cms-marketing-body{font-family:"Hanken Grotesk",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.cms-marketing-body h1,
.cms-marketing-body h2,
.cms-marketing-body h3,
.cms-marketing-body .tier-name,
.cms-marketing-body .price,
.cms-marketing-body .scale h3{font-family:"Manrope",sans-serif;letter-spacing:-.02em;}
.cms-marketing-body .btn{font-family:"Hanken Grotesk";font-weight:700;border:none;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .16s ease,box-shadow .16s ease,background .2s,border-color .2s,color .2s;}
.cms-marketing-body .btn-green,
.cms-marketing-body .btn-fill{background:var(--green);color:var(--green-ink);padding:11px 20px;font-size:14px;box-shadow:0 8px 20px rgba(30,201,139,.34);}
.cms-marketing-body .btn-green:hover,
.cms-marketing-body .btn-fill:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,201,139,.45);}
.cms-marketing-body .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px max(40px,calc((100% - 1240px)/2));background:rgba(244,240,251,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);}
.cms-marketing-body .brand{display:flex;align-items:center;gap:10px;font-family:"Manrope";font-weight:800;font-size:21px;color:var(--plum);}
.cms-marketing-body .brand .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--purple),var(--plum-deep));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;}
.cms-marketing-body .nav-links{display:flex;gap:30px;align-items:center;margin-left:auto;margin-right:26px;}
.cms-marketing-body .nav-links a{color:var(--muted);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s;}
.cms-marketing-body .nav-links a:hover{color:var(--ink);}
.cms-marketing-body .nav .btn-green{padding:12.5px 22.5px;font-size:17.5px;border-radius:12px;}
.cms-marketing-body .btn-demo{background:var(--green);color:var(--green-ink);padding:12.5px 22.5px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;white-space:nowrap;}
.cms-marketing-body .dd{position:relative;}
.cms-marketing-body .dd-btn{font-family:inherit;font-weight:500;font-size:15px;color:var(--muted);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0;}
.cms-marketing-body .dd-btn:hover,
.cms-marketing-body .dd.open .dd-btn{color:var(--plum);}
.cms-marketing-body .dd-btn .car{font-size:10px;transition:transform .2s;}
.cms-marketing-body .dd.open .dd-btn .car{transform:rotate(180deg);}
.cms-marketing-body .dd-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:260px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60;}
.cms-marketing-body .dd:hover .dd-menu,
.cms-marketing-body .dd.open .dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.cms-marketing-body .dd-menu a{display:block;padding:9px 13px;border-radius:9px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;}
.cms-marketing-body .dd-menu a:hover{background:var(--purple-tint);color:var(--plum);}
.cms-marketing-body .hero{position:relative;overflow:hidden;color:#fff;text-align:center;padding:80px 24px 92px;
  background:radial-gradient(820px 360px at 84% -8%,rgba(139,62,224,.45),transparent 60%),linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body .hero::after{content:"";position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.6) 1px,transparent 1px);background-size:26px 26px;}
.cms-marketing-body .hero-inner{position:relative;z-index:1;max-width:880px;margin:0 auto;}
.cms-marketing-body .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--lavender);border:1px solid rgba(255,255,255,.28);border-radius:100px;padding:7px 15px;background:rgba(255,255,255,.06);backdrop-filter:blur(6px);}
.cms-marketing-body .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);flex:0 0 auto;animation:dotPulse 1.9s ease-in-out infinite;}
@keyframes dotPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(30,201,139,.55);}50%{transform:scale(1.25);box-shadow:0 0 12px 3px rgba(30,201,139,.95);}}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body .eyebrow .dot{animation:none;}
}
.cms-marketing-body .eyebrow.sol-name{font-size:12.9px;color:var(--green);border-color:rgba(30,201,139,.45);background:rgba(30,201,139,.1);}
.cms-marketing-body .hero h1{font-size:clamp(40px,6.4vw,70px);font-weight:800;line-height:1.02;margin:22px 0 16px;}
.cms-marketing-body .hero h1 .accent{background:linear-gradient(110deg,var(--lavender),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .hero p{font-size:18px;color:#e7ddf7;max-width:580px;margin:0 auto;}
.cms-marketing-body .controls{display:flex;flex-direction:column;align-items:center;gap:20px;margin:-46px auto 0;position:relative;z-index:5;}
.cms-marketing-body .toggle{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:6px;position:relative;box-shadow:0 14px 40px rgba(42,20,72,.16);}
.cms-marketing-body .toggle button{font-family:"Hanken Grotesk";font-weight:600;font-size:15.5px;border:none;background:transparent;color:var(--muted);padding:10px 24px;border-radius:100px;cursor:pointer;transition:color .25s;position:relative;z-index:2;}
.cms-marketing-body .toggle button.active{color:#fff;}
.cms-marketing-body .toggle .pill{position:absolute;top:6px;left:6px;height:calc(100% - 12px);border-radius:100px;background:linear-gradient(135deg,var(--purple),var(--purple-bright));transition:transform .3s cubic-bezier(.6,.05,.1,1),width .3s;z-index:1;box-shadow:0 6px 16px rgba(106,50,176,.4);}
.cms-marketing-body .toggle .save{font-size:12px;font-weight:700;color:var(--green-deep);margin-left:6px;}
.cms-marketing-body .toggle button.active .save{color:#bff0dc;}
.cms-marketing-body .team{display:flex;flex-direction:column;align-items:center;gap:10px;}
.cms-marketing-body .team-label{font-size:24px;font-weight:700;color:var(--plum);letter-spacing:-.01em;margin-top:26px;margin-bottom:16px;}
.cms-marketing-body .team-label .tl-accent{color:var(--green-deep);}
.cms-marketing-body .team-seg{display:inline-flex;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:5px;gap:3px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .team-seg button{font-family:"Hanken Grotesk";font-weight:600;font-size:13.5px;color:var(--muted);background:transparent;border:none;border-radius:9px;padding:9px 16px;cursor:pointer;transition:all .18s;}
.cms-marketing-body .team-seg button:hover{color:var(--ink);background:var(--purple-tint);}
.cms-marketing-body .team-seg button.sel{background:var(--purple-soft);color:var(--plum);}
.cms-marketing-body .pricing{max-width:1180px;margin:42px auto 0;padding:0 28px;}
.cms-marketing-body .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;}
.cms-marketing-body .tier{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 26px 28px;display:flex;flex-direction:column;height:100%;position:relative;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s;}
.cms-marketing-body .tier:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d9cbec;}
.cms-marketing-body .tier.featured{background:linear-gradient(165deg,var(--plum) 0%,var(--plum-deep) 100%);color:#fff;border:none;box-shadow:0 24px 60px -18px rgba(58,29,99,.55);}
.cms-marketing-body .tier.featured .tier-tag,
.cms-marketing-body .tier.featured .tier-sub,
.cms-marketing-body .tier.featured .feat li,
.cms-marketing-body .tier.featured .bestfor span{color:#e3d8f5;}
.cms-marketing-body .tier.featured .feat li b,
.cms-marketing-body .tier.featured .bestfor .lbl{color:#fff;}
.cms-marketing-body .tier.featured .feat li svg{color:var(--green);}
.cms-marketing-body .tier.featured .incl{color:#bda9e8;}
.cms-marketing-body .tier.featured .price,
.cms-marketing-body .tier.featured .price .cur{color:#fff;}
.cms-marketing-body .tier.featured .per{color:#cdbef0;}
.cms-marketing-body .tier.recommended{border:1.5px solid var(--green)!important;box-shadow:0 0 0 4px rgba(30,201,139,.16),var(--shadow);}
.cms-marketing-body .badge,
.cms-marketing-body .rec-pill{position:absolute;top:-12px;left:50%;transform:translateX(-50%);font-weight:700;font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:6px 13px;border-radius:100px;white-space:nowrap;z-index:4;}
.cms-marketing-body .badge{background:linear-gradient(135deg,var(--purple),var(--purple-bright));color:#fff;box-shadow:0 8px 18px rgba(106,50,176,.5);}
.cms-marketing-body .rec-pill{display:none;background:var(--green);color:var(--green-ink);box-shadow:0 6px 14px rgba(30,201,139,.5);}
.cms-marketing-body .tier.recommended .rec-pill{display:block;animation:pop .3s ease;}
.cms-marketing-body .tier.recommended .badge{display:none;}
@keyframes pop{from{transform:translateX(-50%) scale(.7);opacity:0}}
.cms-marketing-body .tier-name{font-size:26px;font-weight:800;color:var(--plum);}


.cms-marketing-body .tier-tag{font-size:13.5px;color:var(--faint);margin:3px 0 18px;}
.cms-marketing-body .price{font-size:46px;font-weight:800;line-height:1;display:flex;align-items:baseline;color:var(--ink);}
.cms-marketing-body .price .cur{font-size:24px;font-weight:700;color:var(--muted);margin-right:1px;}
.cms-marketing-body .price .per{font-family:"Hanken Grotesk";font-size:15px;font-weight:500;color:var(--faint);margin-left:5px;}
.cms-marketing-body .tier-sub{font-size:14.5px;color:var(--muted);margin:14px 0 22px;min-height:54px;line-height:1.5;}
.cms-marketing-body .btn-tier{width:100%;text-align:center;padding:14px;font-size:15.5px;border-radius:11px;margin-bottom:24px;}
.cms-marketing-body .btn-line{background:var(--surface);border:1.4px solid var(--line);color:var(--plum);}
.cms-marketing-body .btn-line:hover{border-color:var(--purple);background:var(--purple-tint);transform:translateY(-2px);}
.cms-marketing-body .tier.featured .btn-line{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3);color:#fff;}
.cms-marketing-body .incl{font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);margin-bottom:14px;}
.cms-marketing-body .feat{list-style:none;display:flex;flex-direction:column;gap:13px;margin-bottom:22px;}
.cms-marketing-body .feat li{display:flex;gap:10px;font-size:15px;align-items:flex-start;color:#3d3553;line-height:1.45;}
.cms-marketing-body .feat li svg{flex:0 0 auto;width:17px;height:17px;margin-top:2px;color:var(--green-deep);}
.cms-marketing-body .feat li b{font-weight:600;color:var(--ink);}
.cms-marketing-body .bestfor{margin-top:auto;padding-top:18px;border-top:1px solid var(--line-soft);}
.cms-marketing-body .tier.featured .bestfor{border-top-color:rgba(255,255,255,.18);}
.cms-marketing-body .bestfor .lbl{font-weight:700;font-size:12px;color:var(--ink);}
.cms-marketing-body .bestfor span{display:block;font-size:12.5px;color:var(--muted);margin-top:4px;}
.cms-marketing-body .reassure{text-align:center;color:var(--muted);font-size:15px;font-weight:500;margin:24px 0 0;}
.cms-marketing-body .reassure b{color:var(--ink);font-weight:700;}
.cms-marketing-body .scale{max-width:1180px;margin:24px auto 0;padding:0 28px;}
.cms-marketing-body .scale-card{background:linear-gradient(120deg,var(--purple-soft),#fff);border:1px solid var(--line);border-radius:var(--radius);padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;transition:border-color .2s,box-shadow .2s;}
.cms-marketing-body .scale-card.recommended{border:1.5px solid var(--green);box-shadow:0 0 0 4px rgba(30,201,139,.16);}
.cms-marketing-body .scale h3{font-size:27px;font-weight:800;color:var(--plum);}
.cms-marketing-body .scale .cp{font-weight:700;color:var(--green-deep);font-size:15px;margin:4px 0 9px;}
.cms-marketing-body .scale p{font-size:15.5px;color:var(--muted);max-width:660px;line-height:1.55;}
.cms-marketing-body .sec-head{text-align:center;margin-bottom:30px;}
.cms-marketing-body .sec-head h2{font-size:clamp(27px,4vw,40px);font-weight:800;color:var(--plum);}
.cms-marketing-body .sec-head p{color:var(--muted);font-size:17px;font-weight:500;margin-top:8px;max-width:660px;margin-left:auto;margin-right:auto;line-height:1.55;}
.cms-marketing-body .tbl-wrap{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm);}
.cms-marketing-body .navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:7px 9px;cursor:pointer;color:var(--plum);}
.cms-marketing-body .navtoggle svg{width:20px;height:20px;display:block;}
.cms-marketing-body .tbl{width:100%;border-collapse:collapse;}
.cms-marketing-body .tbl th,
.cms-marketing-body .tbl td{padding:12px 15px;text-align:center;font-size:15px;border-bottom:1px solid var(--line-soft);transition:background .2s;}
.cms-marketing-body .tbl thead th{background:var(--plum);color:#fff;font-family:"Manrope";font-weight:800;font-size:15.5px;}
.cms-marketing-body .tbl th:first-child,
.cms-marketing-body .tbl td:first-child{text-align:left;color:var(--ink);font-weight:700;font-size:15px;}
.cms-marketing-body .tbl tr:last-child td{border-bottom:none;}
.cms-marketing-body .tbl tbody tr:hover td{background:var(--purple-tint);}
.cms-marketing-body .tbl .yes{color:var(--green-deep);font-weight:800;font-size:18px;}
.cms-marketing-body .tbl .no{color:#cfc6de;}
.cms-marketing-body .tbl td.hi{color:var(--ink);font-weight:700;}
.cms-marketing-body .compare{max-width:1080px;margin:78px auto 0;padding:44px 36px;background:#e9e1f4;border-radius:24px;}
.cms-marketing-body .tbl .colhi{background:var(--purple-soft)!important;}
.cms-marketing-body .tbl thead th.colhi{background:var(--purple-bright)!important;}
.cms-marketing-body .cmatrix{max-width:1080px;margin:78px auto 0;padding:0 28px;}
.cms-marketing-body .cmatrix .tbl thead th.thh{background:linear-gradient(135deg,var(--purple),var(--purple-bright));}
.cms-marketing-body .cmatrix .tbl col.thcol{background:var(--purple-soft);}
.cms-marketing-body .cmatrix .tbl td.thcell{background:var(--purple-soft);color:var(--plum);font-weight:700;}
.cms-marketing-body .cmatrix .sub td{font-style:italic;color:var(--muted);font-size:13px;padding-top:8px;padding-bottom:8px;border-bottom:1px solid var(--line);}
.cms-marketing-body .grouprow td{background:var(--purple-soft);color:var(--plum);font-weight:800;font-size:13px;letter-spacing:.08em;text-align:left;}
.cms-marketing-body .ci-built{color:var(--green-deep);font-weight:700;}
.cms-marketing-body .ci-lim{color:#b8860b;font-weight:600;}
.cms-marketing-body .ci-add{color:#b8860b;font-weight:600;}
.cms-marketing-body .ci-no{color:#b3a9c6;font-size:12.5px;}
.cms-marketing-body .legend{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin:18px 0 0;font-size:12.5px;color:var(--muted);}
.cms-marketing-body .legend b{color:var(--green-deep);}
.cms-marketing-body .takeaway{max-width:1080px;margin:34px auto 0;padding:0 28px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.cms-marketing-body .tcard{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:24px 26px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .tcard.hl{background:linear-gradient(135deg,var(--plum),var(--plum-deep));border:none;}
.cms-marketing-body .tcard.hl h4,
.cms-marketing-body .tcard.hl p{color:#fff;}
.cms-marketing-body .tcard.hl p{color:#e3d8f5;}
.cms-marketing-body .tcard h4{font-family:"Manrope";font-size:18.5px;font-weight:800;color:var(--plum);margin-bottom:8px;line-height:1.2;}
.cms-marketing-body .tcard p{font-size:14.5px;color:var(--muted);line-height:1.5;}
.cms-marketing-body .about{max-width:620px;margin:18px auto 0;padding:0 28px;font-size:12px;color:var(--faint);font-style:italic;text-align:center;text-wrap:balance;}
.cms-marketing-body .faq{max-width:760px;margin:78px auto 0;padding:0 28px;}
.cms-marketing-body details{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:2px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);transition:border-color .2s;}
.cms-marketing-body details[open]{border-color:#d9cbec;}
.cms-marketing-body summary{font-family:"Manrope";font-weight:600;font-size:15.5px;padding:17px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink);}
.cms-marketing-body summary::-webkit-details-marker{display:none}
.cms-marketing-body summary .ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--purple);font-size:16px;transition:transform .25s,background .2s,color .2s;}
.cms-marketing-body details[open] summary .ic{transform:rotate(45deg);background:var(--purple);color:#fff;border-color:var(--purple);}
.cms-marketing-body details p{padding:0 0 18px;color:var(--muted);font-size:14px;}
.cms-marketing-body .final{max-width:1080px;margin:78px auto 88px;padding:58px 40px;border-radius:24px;text-align:center;position:relative;overflow:hidden;color:#fff;
  background:radial-gradient(700px 300px at 50% -30%,rgba(139,62,224,.6),transparent 60%),linear-gradient(135deg,var(--plum-deep),var(--plum));}
.cms-marketing-body .final h2{font-size:clamp(26px,4vw,38px);font-weight:800;position:relative;}
.cms-marketing-body .final h2 .ctg{background:linear-gradient(90deg,#ffffff 0%,#ffffff 22%,#7ee8bf 62%,var(--green) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
.cms-marketing-body .final p{color:#e7ddf7;font-size:18px;margin:12px auto 26px;position:relative;z-index:2;white-space:nowrap;}
.cms-marketing-body .final-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-marketing-body .final::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(31,14,52,.55),rgba(58,29,99,.42));}
.cms-marketing-body .final h2{z-index:2;}
.cms-marketing-body .final .btn{padding:15px 32px;font-size:16px;position:relative;z-index:2;}
.cms-marketing-body .final-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2;}
.cms-marketing-body .btn-final-alt{display:inline-block;padding:12.5px 26px;border-radius:12px;font-weight:700;font-size:17.5px;text-decoration:none;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.34);transition:background .2s,transform .16s,border-color .2s;}
.cms-marketing-body .btn-final-alt:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.55);transform:translateY(-2px);}
.cms-marketing-body footer{border-top:1px solid var(--line-soft);padding:32px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13.5px;color:var(--faint);}
.cms-marketing-body footer .brand{font-size:18px;}
.cms-marketing-body footer nav a{color:var(--muted);text-decoration:none;margin-right:20px;}
.cms-marketing-body footer nav a:hover{color:var(--ink);}
.cms-marketing-body .hero-vs{font-size:15px;color:#cabce8;max-width:560px;margin:14px auto 0;}
.cms-marketing-body .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:22px auto 0;}
.cms-marketing-body .chips span{font-size:15px;font-weight:600;color:#efe8fb;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:8px 16px;}
.cms-marketing-body .jump{display:inline-block;margin-top:20px;color:var(--lavender);font-weight:600;font-size:14px;text-decoration:none;border-bottom:1px solid rgba(220,201,255,.45);padding-bottom:2px;transition:color .2s,border-color .2s;}
.cms-marketing-body .jump:hover{color:#fff;border-color:#fff;}
.cms-marketing-body .price-note{font-size:12px;color:var(--faint);margin:8px 0 0;min-height:16px;font-weight:500;}
.cms-marketing-body .price-note b{color:var(--green-deep);font-weight:700;}
.cms-marketing-body .tier.featured .price-note{color:#cdbef0;}
.cms-marketing-body .tier.featured .price-note b{color:var(--green);}
.cms-marketing-body :focus-visible{outline:2px solid var(--purple-bright);outline-offset:2px;border-radius:6px;}
.cms-marketing-body .hero :focus-visible,
.cms-marketing-body .tier.featured :focus-visible{outline-color:var(--green);}
.cms-marketing-body .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1);}
.cms-marketing-body .reveal.in{opacity:1;transform:none;}
@media(max-width:1024px){
.cms-marketing-body .grid{grid-template-columns:1fr;max-width:460px;margin:42px auto 0;}
}
@media(max-width:920px){
.cms-marketing-body .grid{grid-template-columns:1fr;max-width:420px;margin:42px auto 0;}
.cms-marketing-body .navtoggle{display:block;order:3;}
.cms-marketing-body .nav{padding:14px 20px;flex-wrap:wrap;}
.cms-marketing-body .nav-links{display:none;flex-direction:column;align-items:flex-start;gap:6px;width:100%;order:4;padding-top:12px;margin:12px 0 0;border-top:1px solid var(--line-soft);}
.cms-marketing-body .nav-links.open{display:flex;}
.cms-marketing-body .nav-links a{padding:8px 0;font-size:16px;}
.cms-marketing-body .dd{width:100%;}
.cms-marketing-body .dd-btn{font-size:16px;}
.cms-marketing-body .dd-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 12px;min-width:0;}
.cms-marketing-body .hero{padding:60px 20px 84px;}
.cms-marketing-body .scale-card{flex-direction:column;align-items:flex-start;}
.cms-marketing-body .tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.cms-marketing-body .tbl{min-width:640px;}
.cms-marketing-body .tbl th,
.cms-marketing-body .tbl td{padding:10px 12px;font-size:12.5px;}
.cms-marketing-body .takeaway{grid-template-columns:1fr;}
.cms-marketing-body .controls{margin-top:-30px;}
}
@media(max-width:560px){
.cms-marketing-body .hero{padding:44px 16px 72px;}
.cms-marketing-body .hero h1{font-size:clamp(30px,8vw,44px);}
.cms-marketing-body .pricing,
.cms-marketing-body .scale,
.cms-marketing-body .compare,
.cms-marketing-body .cmatrix,
.cms-marketing-body .faq{padding-left:16px;padding-right:16px;}
.cms-marketing-body .team-seg{flex-wrap:wrap;justify-content:center;}
.cms-marketing-body .final{margin-left:16px;margin-right:16px;padding:44px 22px;}
.cms-marketing-body .final p{white-space:normal;font-size:15.5px;}
.cms-marketing-body .toggle button{padding:9px 16px;}
}
@media(prefers-reduced-motion:reduce){
.cms-marketing-body *{animation:none!important;transition:none!important}
.cms-marketing-body .reveal{opacity:1;transform:none}
}
.cms-marketing-body footer{display:block;border-top:none;margin-top:74px;padding:66px 40px 30px;color:#c3b7dd;
  background:linear-gradient(160deg,var(--plum) 0%,#2a1546 45%,#080510 100%);}
.cms-marketing-body footer .brand img{filter:brightness(0) invert(1);}
.cms-marketing-body .foot-in{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start;}
.cms-marketing-body .foot-brand{max-width:320px;}
.cms-marketing-body .foot-brand p{color:#a99dc6;font-size:14px;margin-top:16px;line-height:1.65;}
.cms-marketing-body .foot-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}
.cms-marketing-body .foot-social a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.18);color:#c3b7dd;text-decoration:none;font-size:13px;font-weight:600;margin:0;transition:background .2s,border-color .2s,color .2s,transform .2s;}
.cms-marketing-body .foot-social a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.34);color:#fff;transform:translateY(-2px);}
.cms-marketing-body .foot-col{min-width:0;}
.cms-marketing-body .foot-col h4{font-size:13.8px;letter-spacing:.12em;text-transform:uppercase;color:var(--lavender);margin-bottom:16px;font-weight:800;}
.cms-marketing-body .foot-col a{display:block;color:#a99dc6;text-decoration:none;font-size:14px;margin-bottom:11px;transition:color .2s,padding-left .2s;}
.cms-marketing-body .foot-col a:hover{color:#fff;padding-left:3px;}
.cms-marketing-body .foot-bottom{max-width:1180px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;color:#867aa6;}
.cms-marketing-body .foot-credit{color:#a99dc6;}
.cms-marketing-body .foot-credit a{color:var(--lavender);font-weight:700;text-decoration:none;}
.cms-marketing-body .foot-credit a:hover{color:#fff;text-decoration:underline;}
@media(max-width:920px){
.cms-marketing-body .foot-in{grid-template-columns:1fr 1fr;gap:32px;}
.cms-marketing-body .foot-brand{grid-column:1 / -1;max-width:none;}
}
@media(max-width:560px){
.cms-marketing-body .foot-in{grid-template-columns:1fr;gap:28px;}
.cms-marketing-body .foot-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
}
/* Cross-link tiles — canonical layout (loads last in this file) */
.cms-marketing-body .cross{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;}
.cms-marketing-body .cross>a{display:flex !important;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .18s,border-color .2s,background .2s;}
.cms-marketing-body .cross>a:hover{transform:translateY(-3px);border-color:var(--purple);background:linear-gradient(120deg,var(--purple-tint),#fff);}
.cms-marketing-body .cross>p,.cms-marketing-body .cross>div:not(a){display:flex !important;align-items:center;justify-content:space-between;gap:14px;margin:0;padding:20px 22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);}
.cms-marketing-body .cross>p a,.cms-marketing-body .cross>div:not(a) a{display:inline-flex !important;background:none !important;border:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important;transform:none !important;text-decoration:none !important;}
.cms-marketing-body .cross .lbl{font-family:"Manrope",sans-serif;font-weight:700;font-size:16px;color:var(--plum);margin:0;flex:1 1 auto;min-width:0;display:block;}
.cms-marketing-body .cross .go{display:inline-flex !important;align-items:center;flex:0 0 auto;color:var(--purple) !important;font-weight:700;font-size:13px;margin-top:0 !important;white-space:nowrap;transition:transform .2s;}
.cms-marketing-body .cross>a:hover .go,.cms-marketing-body .cross>p:hover .go{transform:translateX(4px);}
@media(max-width:1024px){.cms-marketing-body .cross{grid-template-columns:repeat(2,1fr);}}
@media(max-width:920px){.cms-marketing-body .cross{grid-template-columns:1fr;}}
.cms-marketing-body .sec-h-ai {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--purple);
    margin-bottom: 22px;
    text-align: left;
}
.cms-marketing-body .lead-ai {
    font-size: 19px;
    color: var(--ink);
    max-width: 100%;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* CKEditor Design mode may strip empty <span class="dot"></span>.
   Keep the green pill indicator even when that nested span is missing. */
.cms-marketing-body .eyebrow:not(:has(> .dot))::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px var(--green);
    flex: 0 0 auto;
    animation: dotPulse 1.9s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
    .cms-marketing-body .eyebrow:not(:has(> .dot))::before {
        animation: none;
    }
}