.hs-mod-cr-hero{--purple:#8c2d8c;--purple-dark:#621d62;--purple-mist:#fbf5fb;--ink:#1a1a1a;--ink-soft:#3a3a3a;--muted:#6b6b6b;--border:#e4d0e4;--border-soft:#efe4ef;--success:#1a7a3a;--radius-xl:28px;background:radial-gradient(circle at 85% 20%,rgba(140,45,140,.12),transparent 50%),radial-gradient(circle at 12% 80%,rgba(180,90,180,.1),transparent 55%),linear-gradient(180deg,var(--purple-mist) 0,#fbf5fb 100%);border-bottom:1px solid var(--border-soft);font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;isolation:isolate;overflow:hidden;padding:64px 0 72px;position:relative}.hs-mod-cr-hero:before{background-image:radial-gradient(circle,rgba(140,45,140,.06) 1.4px,transparent 0);background-size:24px 24px;content:"";inset:0;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 80%);opacity:.7;pointer-events:none;position:absolute;z-index:-1}.hs-mod-cr-hero *,.hs-mod-cr-hero :after,.hs-mod-cr-hero :before{box-sizing:border-box}:where(.hs-mod-cr-hero h1,.hs-mod-cr-hero h3,.hs-mod-cr-hero p,.hs-mod-cr-hero div,.hs-mod-cr-hero ul,.hs-mod-cr-hero li){margin:0;padding:0}.hs-mod-cr-hero ul{list-style:none}.hs-mod-cr-hero svg{display:block;max-width:100%}:where(.hs-mod-cr-hero a){color:inherit;text-decoration:none}.hs-mod-cr-hero .crh-container{margin:0 auto;max-width:1200px;padding:0 28px}.hs-mod-cr-hero .crh-grid{align-items:center;display:grid;gap:56px;grid-template-columns:1.2fr .8fr}.hs-mod-cr-hero .crh-crumb{align-items:center;color:var(--muted);display:flex;flex-wrap:wrap;font-size:.88rem;font-weight:700;gap:8px;margin-bottom:22px}.hs-mod-cr-hero .crh-crumb a{color:var(--muted);transition:color .2s}.hs-mod-cr-hero .crh-crumb a:hover{color:var(--purple)}.hs-mod-cr-hero .crh-crumb-sep{color:var(--border);font-weight:800}.hs-mod-cr-hero .crh-crumb-current{color:var(--purple-dark)}.hs-mod-cr-hero .crh-eyebrow{align-items:center;background:#fff;border:1px solid var(--border);border-radius:100px;box-shadow:0 2px 8px rgba(98,29,98,.06);color:var(--purple);display:inline-flex;font-size:.84rem;font-weight:800;gap:10px;letter-spacing:.08em;margin-bottom:22px;padding:8px 16px;text-transform:uppercase}.hs-mod-cr-hero .crh-eyebrow:before{background:var(--purple);border-radius:50%;box-shadow:0 0 0 4px rgba(140,45,140,.18);content:"";flex-shrink:0;height:8px;width:8px}.hs-mod-cr-hero .crh-title{color:var(--ink);font-size:clamp(2.1rem,4.4vw,3.4rem);font-weight:900;letter-spacing:-.025em;line-height:1.06;margin-bottom:22px}.hs-mod-cr-hero .crh-accent{color:var(--purple)}.hs-mod-cr-hero .crh-lead,.hs-mod-cr-hero .crh-lead p{color:var(--ink-soft);font-size:1.2rem;line-height:1.55;margin-bottom:28px;max-width:580px}.hs-mod-cr-hero .crh-actions{display:flex;flex-wrap:wrap;gap:14px}.hs-mod-cr-hero .crh-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1.04rem;font-weight:800;gap:10px;justify-content:center;line-height:1.2;padding:16px 28px;transition:all .2s}.hs-mod-cr-hero .crh-btn-primary{background:var(--purple);box-shadow:0 6px 20px rgba(140,45,140,.32);color:#fff}.hs-mod-cr-hero .crh-btn-primary:hover{background:var(--purple-dark);box-shadow:0 10px 28px rgba(140,45,140,.4);color:#fff;transform:translateY(-2px)}.hs-mod-cr-hero .crh-btn-outline{background:transparent;border:2px solid var(--purple);color:var(--purple)}.hs-mod-cr-hero .crh-btn-outline:hover{background:var(--purple);color:#fff}.hs-mod-cr-hero .crh-aside{background:#fff;border:1px solid var(--border-soft);border-radius:var(--radius-xl);box-shadow:0 14px 48px rgba(98,29,98,.14);padding:28px}.hs-mod-cr-hero .crh-aside-title{color:var(--ink);font-size:1.2rem;font-weight:900;margin:0 0 20px;padding-bottom:14px;position:relative}.hs-mod-cr-hero .crh-aside-title:after{background:linear-gradient(90deg,var(--purple),#c879c8);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:46px}.hs-mod-cr-hero .crh-bullets{display:grid;gap:12px;list-style:none;margin:0;padding:0}.hs-mod-cr-hero .crh-bullet{align-items:flex-start;animation:crhBulletIn .6s cubic-bezier(.2,.7,.3,1) forwards;background:var(--purple-mist);border:1px solid var(--border-soft);border-radius:14px;display:flex;gap:14px;opacity:0;padding:15px 16px;transform:translateY(12px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hs-mod-cr-hero .crh-bullet:hover{border-color:var(--border);box-shadow:0 10px 26px rgba(98,29,98,.13);transform:translateY(-3px)}.hs-mod-cr-hero .crh-bullet:first-child{animation-delay:.15s}.hs-mod-cr-hero .crh-bullet:nth-child(2){animation-delay:.32s}.hs-mod-cr-hero .crh-bullet:nth-child(3){animation-delay:.49s}.hs-mod-cr-hero .crh-bullet:nth-child(4){animation-delay:.66s}.hs-mod-cr-hero .crh-bullet-ic{animation:crhTick 2.6s ease-in-out infinite;background:#e7f5ec;border-radius:50%;color:var(--success);display:grid;flex-shrink:0;height:30px;margin-top:1px;place-items:center;width:30px}.hs-mod-cr-hero .crh-bullet:nth-child(2) .crh-bullet-ic{animation-delay:.5s}.hs-mod-cr-hero .crh-bullet:nth-child(3) .crh-bullet-ic{animation-delay:1s}.hs-mod-cr-hero .crh-bullet-ic svg{height:16px;width:16px}.hs-mod-cr-hero .crh-bullet-tx{color:var(--ink-soft);font-size:.95rem;font-weight:600;line-height:1.55}@keyframes crhBulletIn{to{opacity:1;transform:translateY(0)}}@keyframes crhTick{0%,to{transform:scale(1)}50%{transform:scale(1.09)}}@media (prefers-reduced-motion:reduce){.hs-mod-cr-hero .crh-bullet{animation:none;opacity:1;transform:none}.hs-mod-cr-hero .crh-bullet-ic{animation:none}}@media (max-width:960px){.hs-mod-cr-hero .crh-grid{gap:40px;grid-template-columns:1fr}}@media (max-width:600px){.hs-mod-cr-hero{padding:44px 0 48px}.hs-mod-cr-hero .crh-container{padding:0 20px}.hs-mod-cr-hero .crh-aside{padding:22px}}