.ci-home{--ci-ink:#09114b;--ci-muted:#4e5877;--ci-muted-soft:#5c6685;--ci-purple:#4a28f4;--ci-blue:#2697ff;--ci-green:#5fc640;--ci-line:#e5e8f3;--ci-soft:#f8f9ff;--ci-shadow-sm:0 4px 12px rgba(17,29,85,0.06);--ci-shadow-md:0 10px 28px rgba(18,26,68,0.08);--ci-shadow-lg:0 18px 44px rgba(17,29,85,0.12);--ci-glow-primary:0 10px 28px rgba(79,36,239,0.32);--ci-r-sm:10px;--ci-r-md:14px;--ci-r-lg:20px;--ci-r-pill:999px;--ci-ease:cubic-bezier(0.22,1,0.36,1);--ci-dur:180ms;color:var(--ci-ink);background:#fff;font-size:15px;font-family:var(--font-ci-home),Inter,Arial,sans-serif;min-height:100vh;scroll-behavior:smooth}.ci-home,.ci-home *,.ci-home :after,.ci-home :before{box-sizing:border-box}.ci-home .container{width:min(1160px,94vw);margin:auto}.ci-home .site-header{border-bottom:1px solid rgba(232,234,244,.9);position:sticky;top:0;background:rgba(255,255,255,.88);backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);z-index:20}.ci-home .nav{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:76px}.ci-home .brand.brand-logo-only{display:inline-flex;align-items:center;text-decoration:none;padding:0;line-height:0}.ci-home .brand.brand-logo-only .brand-mark--wordmark{height:40px}.ci-home .topnav{display:flex;gap:28px;margin-left:auto}.ci-home .topnav a{text-decoration:none;color:var(--ci-ink);font-weight:700;font-size:13px;position:relative;padding:6px 0;transition:color var(--ci-dur) var(--ci-ease)}.ci-home .topnav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:var(--ci-r-pill);background:linear-gradient(90deg,#4f24ef,#2697ff);transform:scaleX(0);transform-origin:left;transition:transform var(--ci-dur) var(--ci-ease)}.ci-home .topnav a:hover{color:var(--ci-purple)}.ci-home .topnav a:focus-visible:after,.ci-home .topnav a:hover:after{transform:scaleX(1)}.ci-home .actions{display:flex;gap:12px}.ci-home .btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--ci-r-sm);padding:12px 22px;font-weight:800;cursor:pointer;background:#fff;color:var(--ci-ink);text-decoration:none;font-size:14px;line-height:1.2;transition:transform var(--ci-dur) var(--ci-ease),box-shadow var(--ci-dur) var(--ci-ease),filter var(--ci-dur) var(--ci-ease),background var(--ci-dur) var(--ci-ease),color var(--ci-dur) var(--ci-ease)}.ci-home .btn.primary{background:linear-gradient(90deg,#4f24ef,#3d1ce7);color:#fff;box-shadow:var(--ci-glow-primary)}.ci-home .btn.primary:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 14px 32px rgba(79,36,239,.4)}.ci-home .btn.ghost,.ci-home .btn.outline{border:1.5px solid #6344ff;background:#fff}.ci-home .btn.ghost:hover,.ci-home .btn.outline:hover{background:#f4f0ff;transform:translateY(-1px)}.ci-home .btn.big{padding:16px 28px;font-size:15px;border-radius:12px}.ci-home .btn:focus-visible,.ci-home .footer-legal-links a:focus-visible,.ci-home .footer-logo:focus-visible,.ci-home .social-btn:focus-visible,.ci-home .topnav a:focus-visible{outline:2px solid #4f24ef;outline-offset:3px}.ci-home .btn.cta-outline:focus-visible,.ci-home .btn.white:focus-visible{outline-color:#fff}.ci-home .hero{position:relative;display:grid;grid-template-columns:38% 62%;align-items:center;padding:48px 0 24px;gap:32px}.ci-home .eyebrow{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.04em;color:#4e39df;background:linear-gradient(90deg,#f0ecff,#e8f4ff);border-radius:var(--ci-r-sm);padding:6px 12px;box-shadow:var(--ci-shadow-sm)}.ci-home .hero h1{font-size:clamp(40px,4.4vw,56px);line-height:1.08;margin:18px 0;letter-spacing:-1.5px;font-weight:900}.ci-home .hero h1 span{background:linear-gradient(90deg,#4a28f4,#7e59ff,#27b6c8);-webkit-background-clip:text;background-clip:text;color:transparent}.ci-home .hero-copy>p{font-size:16px;line-height:1.65;color:#26315f}.ci-home .two-col-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ci-home .teams ul,.ci-home .two-col-list ul{list-style:none;padding:0;margin:10px 0}.ci-home .teams li,.ci-home .two-col-list li{margin:10px 0;font-size:14px;font-weight:600;color:#24305d}.ci-home .teams li:before,.ci-home .two-col-list li:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;margin-right:8px;font-size:11px;font-weight:900;color:#fff;background:linear-gradient(135deg,#27a857,#5fc640);box-shadow:0 2px 6px rgba(39,168,87,.35);vertical-align:-2px}.ci-home .hero-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.ci-home .hero-media img{width:100%;height:auto;border:1px solid var(--ci-line);border-radius:var(--ci-r-lg);box-shadow:var(--ci-shadow-lg)}.ci-home .feature-strip,.ci-home .module-strip{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--ci-line);border-radius:var(--ci-r-lg);background:#fff;box-shadow:var(--ci-shadow-md);margin-top:12px;overflow:hidden}.ci-home .feature-cell{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 12px;text-align:center;border-right:1px solid rgba(238,240,247,.9);font-size:12px;transition:background var(--ci-dur) var(--ci-ease)}.ci-home .feature-cell:last-child{border-right:0}.ci-home .feature-cell:hover{background:var(--ci-soft)}.ci-home .feature-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#4f24ef;background:linear-gradient(145deg,#f0ecff,#e8f4ff);box-shadow:var(--ci-shadow-sm)}.ci-home .feature-cell b{font-size:12px;font-weight:800;color:var(--ci-ink);line-height:1.3}.ci-home .section{padding:clamp(40px,6vw,50px) 0}.ci-home .compact{padding-top:clamp(28px,4vw,40px)}.ci-home .section-title{text-align:center;font-weight:900;font-size:28px;margin-bottom:10px;letter-spacing:-.4px}.ci-home .gradient-title{font-size:30px;background:linear-gradient(90deg,#4a28f4,#7e59ff,#27b6c8,#56c95b);-webkit-background-clip:text;background-clip:text;color:transparent}.ci-home .section-sub{text-align:center;color:var(--ci-muted);margin:0 auto 8px;max-width:560px;font-size:15px;line-height:1.55}.ci-home .six-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:28px}.ci-home .pricing article,.ci-home .six-grid article,.ci-home .steps article{border:1px solid var(--ci-line);border-radius:var(--ci-r-md);background:#fff;box-shadow:var(--ci-shadow-sm);padding:20px 16px;transition:transform var(--ci-dur) var(--ci-ease),box-shadow var(--ci-dur) var(--ci-ease)}.ci-home .product-card{position:relative;overflow:hidden}.ci-home .product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4a28f4,#7e59ff);opacity:.85}.ci-home .product-card.tone-orange:before{background:linear-gradient(90deg,#f97316,#fb923c)}.ci-home .product-card.tone-green:before{background:linear-gradient(90deg,#16a34a,#4ade80)}.ci-home .product-card.tone-gold:before{background:linear-gradient(90deg,#d97706,#fbbf24)}.ci-home .product-card.tone-blue:before{background:linear-gradient(90deg,#2563eb,#60a5fa)}.ci-home .product-card.tone-pink:before{background:linear-gradient(90deg,#db2777,#f472b6)}.ci-home .product-card:hover,.ci-home .steps article:hover,.ci-home .team-card:hover{transform:translateY(-3px);box-shadow:var(--ci-shadow-md)}.ci-home .six-grid h3,.ci-home .steps h3{font-size:14px;margin:12px 0 8px;font-weight:800}.ci-home .pricing p,.ci-home .six-grid p,.ci-home .steps p,.ci-home .teams p{color:var(--ci-muted);line-height:1.55;font-size:13px;margin:0}.ci-home .ic{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;font-style:normal;border:1px solid transparent;color:inherit}.ci-home .ic.purple{background:linear-gradient(145deg,#f3efff,#e8e0ff);color:#5b21b6}.ci-home .ic.orange{background:linear-gradient(145deg,#fff2eb,#ffe4d4);color:#c2410c}.ci-home .ic.green{background:linear-gradient(145deg,#edf9ef,#dcfce7);color:#15803d}.ci-home .ic.gold{background:linear-gradient(145deg,#fff7e6,#fef3c7);color:#b45309}.ci-home .ic.blue{background:linear-gradient(145deg,#eef6ff,#dbeafe);color:#1d4ed8}.ci-home .ic.pink{background:linear-gradient(145deg,#fff0f5,#fce7f3);color:#be185d}.ci-home .journey{display:grid;grid-template-columns:repeat(11,auto);align-items:stretch;gap:8px;margin-top:20px}.ci-home .journey article{min-width:0;background:linear-gradient(180deg,#f9f8ff,#fff);border:1px solid var(--ci-line);border-radius:var(--ci-r-md);padding:18px 12px 16px;text-align:center;box-shadow:var(--ci-shadow-sm);display:flex;flex-direction:column;align-items:center}.ci-home .journey-num{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:var(--ci-r-pill);font-size:11px;font-weight:900;color:#fff;background:linear-gradient(90deg,#4f24ef,#2697ff);margin-bottom:10px}.ci-home .journey-connector{display:grid;place-items:center;color:#7c5cff;opacity:.7}.ci-home .journey-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#4f24ef;background:linear-gradient(145deg,#efeaff,#e8f4ff);margin-bottom:4px}.ci-home .journey h3{font-size:14px;margin:10px 0 6px;font-weight:800}.ci-home .journey p{font-size:12px;line-height:1.45;color:var(--ci-muted);margin:0}.ci-home .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.ci-home .stepno{display:inline-grid;place-items:center;background:linear-gradient(135deg,#4d29ef,#6d4aff);color:#fff;border-radius:8px;width:34px;height:34px;font-size:12px;box-shadow:0 6px 14px rgba(77,41,239,.28)}.ci-home .stepno.green-bg{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 6px 14px rgba(34,165,94,.28)}.ci-home .analytics-card,.ci-home .mini-panel,.ci-home .quiz-card{border:1px solid #e7e9f3;border-radius:var(--ci-r-sm);background:linear-gradient(180deg,#fbfbfe,#fff);padding:12px;margin-top:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),var(--ci-shadow-sm)}.ci-home .mini-panel p{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;margin:0;padding:8px 0;color:#24305d;border-bottom:1px solid #eef0f6}.ci-home .mini-panel p:last-child{border-bottom:0;padding-bottom:0}.ci-home .mini-panel p:first-child{padding-top:0}.ci-home .mini-file{display:inline-flex;align-items:center;gap:6px;min-width:0;color:#24305d}.ci-home .mini-file svg{flex-shrink:0;color:#6366f1}.ci-home .mini-panel em{font-style:normal;color:#15803d;background:#eaf9ef;border-radius:var(--ci-r-pill);padding:3px 8px;font-size:10px;font-weight:800;white-space:nowrap}.ci-home .mini-panel .draft{color:#b45309;background:#fff3dd}.ci-home .quiz-card{display:grid;gap:10px}.ci-home .quiz-card small{display:inline-block;width:fit-content;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#5b21b6;background:#f0ecff;border-radius:var(--ci-r-pill);padding:4px 8px}.ci-home .quiz-card strong{font-size:13px;line-height:1.4;color:var(--ci-ink)}.ci-home .quiz-option{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#24305d;padding:8px 10px;border:1px solid #e7e9f3;border-radius:8px;background:#fff;cursor:default}.ci-home .quiz-radio{width:14px;height:14px;border-radius:50%;border:2px solid #a5b0d0;flex-shrink:0}.ci-home .quiz-card button{justify-self:end;background:linear-gradient(90deg,#4f27f1,#3d1ce7);border:0;color:#fff;border-radius:7px;padding:7px 14px;font-weight:800;font-size:12px;cursor:pointer;box-shadow:0 4px 12px rgba(79,39,241,.25)}.ci-home .stats strong{display:block;color:#15803d;font-size:28px;margin-top:8px;font-weight:900}.ci-home .stats span{color:var(--ci-muted);font-size:12px}.ci-home .stats-badges{display:flex;gap:8px;margin-top:14px}.ci-home .stats-badge{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#b45309;background:linear-gradient(145deg,#fff7e6,#fef3c7);border:1px solid #fde68a}.ci-home .analytics-card{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ci-home .analytics-card>div{display:flex;flex-direction:column;gap:2px;padding:6px 8px;border-radius:8px;background:#f7f8ff}.ci-home .analytics-card strong{color:#3730a3;font-size:18px;font-weight:900}.ci-home .analytics-card span{font-size:11px;color:var(--ci-muted)}.ci-home .analytics-card svg{grid-column:1/-1;width:100%;height:70px;color:#5130f3;margin-top:4px}.ci-home .teams{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:22px}.ci-home .team-card{border:1px solid var(--ci-line);border-radius:var(--ci-r-lg);overflow:hidden;background:#fff;box-shadow:var(--ci-shadow-sm);transition:transform var(--ci-dur) var(--ci-ease),box-shadow var(--ci-dur) var(--ci-ease)}.ci-home .team-media{position:relative;overflow:hidden}.ci-home .team-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(9,17,75,.28));pointer-events:none}.ci-home .teams img{width:100%;height:160px;object-fit:cover;display:block}.ci-home .card-body{padding:16px 18px 18px}.ci-home .teams h3{font-size:15px;margin:0 0 8px;font-weight:800}.ci-home .teams li{font-size:12px;font-weight:600}.ci-home .module-strip{margin-top:0;padding:0}.ci-home .module-cell{display:flex;gap:12px;align-items:flex-start;padding:16px 14px;border-right:1px solid #eceef5}.ci-home .module-cell:last-child{border-right:0}.ci-home .module-icon{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:12px;color:#4f24ef;background:linear-gradient(145deg,#f0ecff,#e8f4ff);box-shadow:var(--ci-shadow-sm)}.ci-home .module-cell>span:last-child{display:flex;flex-direction:column;font-size:13px;min-width:0}.ci-home .module-cell b{font-weight:800;color:var(--ci-ink)}.ci-home .module-strip small{font-size:12px;color:var(--ci-muted);margin-top:4px;line-height:1.4}.ci-home .cta{position:relative;margin-top:36px;background:linear-gradient(110deg,#5124e9,#3926ed 42%,#1e9cf1);color:#fff;border-radius:var(--ci-r-lg);display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:18px;padding:8px 24px 0;min-height:108px;box-shadow:0 18px 40px rgba(57,38,237,.28);overflow:hidden}.ci-home .cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 120%,rgba(255,255,255,.18),transparent 40%),radial-gradient(circle at 90% 0,rgba(255,255,255,.12),transparent 35%);pointer-events:none}.ci-home .cta>*{position:relative;z-index:1}.ci-home .cta img{width:96px;height:auto;align-self:end}.ci-home .cta h2{font-size:20px;margin:0 0 6px;font-weight:900}.ci-home .cta p{margin:0;font-size:13px;opacity:.92;line-height:1.45}.ci-home .cta>strong{font-size:22px;white-space:nowrap;font-weight:900}.ci-home .btn.white{background:#fff;color:#30227c;box-shadow:0 8px 20px rgba(9,17,75,.18)}.ci-home .btn.white:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(9,17,75,.22)}.ci-home .btn.cta-outline{border:1.5px solid rgba(255,255,255,.7);background:transparent;color:#fff}.ci-home .btn.cta-outline:hover{background:rgba(255,255,255,.12);transform:translateY(-1px)}.ci-home .pricing{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:min(760px,100%);margin:20px auto 0;align-items:stretch}.ci-home .pricing article{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;padding:24px 20px;position:relative;height:100%;align-content:start}.ci-home .pricing-featured{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#4f24ef,#2697ff) border-box;box-shadow:var(--ci-shadow-md),0 0 0 4px rgba(79,36,239,.08)}.ci-home .pricing-pill{position:absolute;top:-11px;right:18px;font-size:11px;font-weight:900;letter-spacing:.02em;color:#fff;background:linear-gradient(90deg,#4f24ef,#2697ff);border-radius:var(--ci-r-pill);padding:5px 12px;box-shadow:0 6px 14px rgba(79,36,239,.3)}.ci-home .pricing b,.ci-home .pricing h2,.ci-home .pricing h3,.ci-home .pricing p{grid-column:1}.ci-home .pricing h2{margin:0;font-size:22px;font-weight:900}.ci-home .pricing h3{margin:4px 0 0;font-size:16px}.ci-home .pricing b{color:#4f24ef;font-size:14px;margin-top:4px}.ci-home .pricing ul{grid-column:2;grid-row:1/6;margin:0;padding-left:18px;font-size:12px;line-height:1.9;color:var(--ci-muted)}.ci-home .full{grid-column:1/-1;width:100%;margin-top:14px}.ci-home footer.site-footer{padding-top:0;background:#f3f4f6}.ci-home .footer-main{display:flex;flex-direction:column;align-items:center;gap:28px;padding:32px 20px 15px}.ci-home .footer-brand-row{display:grid;padding:0 20px;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;width:100%}.ci-home .footer-rule{display:block;height:1px;background:#d8dce8;width:100%}.ci-home .footer-logo{display:inline-flex;align-items:center;line-height:0;flex-shrink:0}.ci-home .footer-logo .brand-mark--wordmark{height:56px}.ci-home .social{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:0;letter-spacing:0}.ci-home .social-btn{display:grid;place-items:center;width:auto;height:auto;padding:4px;border-radius:6px;color:#4a5568;background:transparent;border:none;transition:color var(--ci-dur) var(--ci-ease),transform var(--ci-dur) var(--ci-ease)}.ci-home .social-btn:hover{background:transparent;color:#1a2333;transform:translateY(-1px)}.ci-home .footer-legal{padding:8px 20px 26px;text-align:center}.ci-home .footer-legal-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-bottom:10px;font-size:13px;color:#6b7280}.ci-home .footer-legal-links a{color:#6b7280;text-decoration:none;transition:color var(--ci-dur) var(--ci-ease)}.ci-home .footer-legal-links a:hover{color:#1a2333}.ci-home .copyright{margin:0;text-align:center;border-top:none;padding:0;font-size:13px;color:#6b7280}@media (prefers-reduced-motion:reduce){.ci-home{scroll-behavior:auto}.ci-home .btn,.ci-home .feature-cell,.ci-home .footer-legal-links a,.ci-home .product-card,.ci-home .social-btn,.ci-home .steps article,.ci-home .team-card,.ci-home .topnav a,.ci-home .topnav a:after{transition:none}.ci-home .btn.cta-outline:hover,.ci-home .btn.ghost:hover,.ci-home .btn.outline:hover,.ci-home .btn.primary:hover,.ci-home .btn.white:hover,.ci-home .btn:hover,.ci-home .product-card:hover,.ci-home .social-btn:hover,.ci-home .steps article:hover,.ci-home .team-card:hover{transform:none}}@media (max-width:950px){.ci-home .topnav{display:none}.ci-home .hero{grid-template-columns:1fr}.ci-home .six-grid{grid-template-columns:repeat(3,1fr)}.ci-home .steps{grid-template-columns:1fr 1fr}.ci-home .teams{grid-template-columns:1fr}.ci-home .feature-strip,.ci-home .module-strip{grid-template-columns:repeat(3,1fr)}.ci-home .feature-cell:nth-child(3),.ci-home .module-cell:nth-child(3){border-right:0}.ci-home .cta{grid-template-columns:80px 1fr;padding:16px 20px 18px}.ci-home .cta .btn,.ci-home .cta>strong{grid-column:auto}.ci-home .journey{display:grid;grid-template-columns:repeat(3,1fr)}.ci-home .journey-connector{display:none}}@media (max-width:620px){.ci-home .nav{gap:10px;min-height:64px}.ci-home .brand.brand-logo-only .brand-mark--wordmark{height:32px}.ci-home .actions{gap:8px;flex-shrink:0}.ci-home .actions .btn{padding:8px 12px;font-size:13px}.ci-home .hero{padding-top:28px}.ci-home .hero h1{font-size:36px}.ci-home .feature-strip,.ci-home .module-strip,.ci-home .pricing,.ci-home .six-grid,.ci-home .steps{grid-template-columns:1fr}.ci-home .footer-brand-row{gap:16px}.ci-home .footer-logo .brand-mark--wordmark{height:44px}.ci-home .social{gap:20px}.ci-home .feature-cell,.ci-home .module-cell{border-right:0;border-bottom:1px solid #eceef5}.ci-home .feature-cell:last-child,.ci-home .module-cell:last-child{border-bottom:0}.ci-home .cta,.ci-home .two-col-list{grid-template-columns:1fr}.ci-home .cta{text-align:center;padding:22px 18px;justify-items:center}.ci-home .cta img{display:none}.ci-home .cta>strong{font-size:20px}.ci-home .journey{grid-template-columns:1fr 1fr}.ci-home .pricing article{display:block}.ci-home .pricing ul{padding-left:20px;margin-top:12px}}