.cb-page{--cb-accent:#7b2cbf;--cb-accent-dark:#5e1f94;--cb-accent-darker:#3d1361;--cb-accent-tint:#f1e5ff;--cb-accent-soft:#7b2cbf14;--cb-accent-glow:#7b2cbf26;--cb-ink:var(--color-ink,#222);--cb-ink-2:var(--color-body,#717171);--cb-ink-3:var(--color-text-tertiary,#9ca3af);--cb-paper:var(--color-paper,#fefdfb);--cb-paper-2:var(--color-paper-2,#f9fafb);--cb-stroke:var(--color-stroke,#e5e7eb);--cb-radius:var(--radius-card,32px);--cb-radius-sm:12px;background:var(--cb-paper);width:100%}.cb-container{max-width:1200px;margin:0 auto;padding:0 24px}.cb-hero{background:linear-gradient(180deg, var(--cb-paper) 0%, var(--cb-accent-tint) 100%);padding:120px 0 80px;position:relative;overflow:hidden}.cb-hero:before{content:"";background:var(--cb-accent-soft);pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-80px}.cb-hero:after{content:"";background:var(--cb-accent-soft);pointer-events:none;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;left:-120px}.cb-hero-content{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 32px;position:relative}.cb-hero-heading{color:var(--cb-ink);letter-spacing:-.03em;max-width:1100px;margin:0 0 28px;font-size:max(40px,min(6vw,72px));font-weight:900;line-height:1.05}.cb-hero-heading em{color:var(--cb-accent);font-style:normal}.cb-hero-lead{color:var(--cb-ink);max-width:900px;margin:0 0 36px;font-size:22px;font-weight:500;line-height:1.5}.cb-hero-cta{background:var(--cb-accent);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:10px;padding:18px 36px;font-size:17px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #7b2cbf4d}.cb-hero-cta:hover{background:var(--cb-accent-dark);transform:translateY(-2px);box-shadow:0 10px 28px #7b2cbf59}.cb-hero-cta svg{width:18px;height:18px}.cb-section{background:var(--cb-paper);padding:80px 0}.cb-section--alt{background:var(--cb-paper-2)}.cb-section-header{text-align:left;max-width:820px;margin:0 0 50px}.cb-section-title{letter-spacing:-.02em;color:var(--cb-ink);margin-bottom:16px;font-size:36px;font-weight:800}.cb-section-title em{color:var(--cb-accent);font-style:normal}.cb-section-desc{color:var(--cb-ink-2);font-size:17px;line-height:1.7}.cb-section-desc p{margin:0 0 16px}.cb-section-desc p:last-child{margin-bottom:0}.cb-cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.cb-card{background:var(--cb-paper-2);border-radius:var(--cb-radius);padding:32px;transition:transform .2s,box-shadow .2s}.cb-card:hover{box-shadow:0 12px 32px var(--cb-accent-soft);transform:translateY(-4px)}.cb-card--dark{background:var(--cb-accent-dark);color:#fff}.cb-card--light{background:var(--cb-accent-tint)}.cb-card-icon{background:var(--cb-accent-glow);width:56px;height:56px;color:var(--cb-accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;display:flex;box-shadow:0 4px 12px #0000000f}.cb-card-icon svg{width:28px;height:28px}.cb-card--dark .cb-card-icon{color:#fff;background:#ffffff26}.cb-card h3{color:var(--cb-ink);margin-bottom:8px;font-size:18px;font-weight:700}.cb-card--dark h3{color:#fff}.cb-card p{color:var(--cb-ink-2);font-size:14px;line-height:1.6}.cb-card--dark p{color:#ffffffe6}.cb-prose{max-width:760px;color:var(--cb-ink-2);text-align:left;margin:0;font-size:17px;line-height:1.75}.cb-prose p{margin:0 0 18px}.cb-prose p:last-child{margin-bottom:0}.cb-prose strong{color:var(--cb-ink);font-weight:700}.cb-cta-outline{color:var(--cb-accent-dark);border:2px solid var(--cb-accent-dark);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.cb-cta-outline:hover{background:var(--cb-accent-soft);transform:translateY(-2px)}.cb-cta-outline svg{width:18px;height:18px}.cb-cta-row{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.cb-related{background:var(--cb-paper);padding:80px 0}.cb-related-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.cb-related-card{background:var(--cb-paper-2);border-radius:var(--cb-radius);color:inherit;border:1px solid #0000;flex-direction:column;padding:32px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.cb-related-card:hover{box-shadow:0 12px 32px var(--cb-accent-soft);border-color:var(--cb-stroke);transform:translateY(-4px)}.cb-related-icon{background:var(--cb-accent-glow);width:56px;height:56px;color:var(--cb-accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.cb-related-icon svg{width:28px;height:28px}.cb-related-card h3{color:var(--cb-ink);margin:0 0 8px;font-size:20px;font-weight:800}.cb-related-card p{color:var(--cb-ink-2);flex-grow:1;margin:0 0 16px;font-size:15px;line-height:1.6}.cb-related-arrow{color:var(--cb-accent);align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.cb-related-arrow svg{width:16px;height:16px}.cb-faq{background:var(--cb-paper);padding:100px 0}.cb-faq-grid{grid-template-columns:1fr 2fr;align-items:start;gap:60px;display:grid}.cb-faq-intro h2{letter-spacing:-.03em;color:var(--cb-ink);margin-bottom:16px;font-size:36px;font-weight:900}.cb-faq-list{flex-direction:column;gap:16px;display:flex}.cb-faq-item{cursor:pointer;background:#f9fafb;border:1px solid #0000;border-radius:12px;padding:24px 28px;transition:all .25s cubic-bezier(.45,0,.55,1)}.cb-faq-item:hover{background:#fff;border-color:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.cb-faq-item.open{border-color:var(--cb-accent);box-shadow:0 8px 32px var(--cb-accent-glow);background:#fff}.cb-faq-question{color:var(--cb-ink);justify-content:space-between;align-items:center;gap:16px;font-size:18px;font-weight:700;line-height:1.5;display:flex}.cb-faq-question span{color:var(--cb-ink-3);background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .25s cubic-bezier(.45,0,.55,1);display:flex}.cb-faq-item.open .cb-faq-question span{background:var(--cb-accent);color:#fff;transform:rotate(180deg)}.cb-faq-answer{color:var(--cb-ink-2);opacity:0;max-height:0;margin-top:0;font-size:15px;line-height:1.7;transition:max-height .4s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1),margin-top .25s cubic-bezier(0,0,.2,1);overflow:hidden}.cb-faq-item.open .cb-faq-answer{opacity:1;max-height:800px;margin-top:16px}.cb-download{background:var(--cb-accent-darker);text-align:left;padding:80px 0}.cb-download h2{color:#fff;margin-bottom:12px;font-size:40px;font-weight:800}.cb-download p{color:#ffffffe6;margin-bottom:32px;font-size:17px}.cb-store-badges{justify-content:flex-start;gap:16px;margin-top:8px;display:flex}.cb-store-badges a{transition:transform .2s;display:block}.cb-store-badges a:hover{transform:translateY(-2px)}.cb-store-badges img{width:auto;height:54px}@media (max-width:1024px){.cb-cards-grid{grid-template-columns:repeat(2,1fr)}.cb-related-grid{grid-template-columns:1fr}.cb-faq-grid{grid-template-columns:1fr;gap:32px}.cb-faq-intro{text-align:left}.cb-faq-intro h2{font-size:26px}}@media (max-width:768px){.cb-hero{padding:80px 0 56px}.cb-hero-content{padding:0 20px}.cb-cards-grid{grid-template-columns:1fr}.cb-section,.cb-related,.cb-faq,.cb-download{padding:60px 0}.cb-download h2{font-size:28px}.cb-cta-row,.cb-store-badges{flex-direction:column;align-items:center}}
