.cf-sec{width:100%;background:var(--brand-light);padding:96px 40px 104px;display:flex;flex-direction:column;align-items:center}.cf-head{display:flex;justify-content:center;margin-bottom:64px}.cf-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 15px 7px 13px;border-radius:9px;background:#fff;border:1px solid var(--brand-border);box-shadow:0 2px 8px rgba(20,20,20,.05);font-family:"Inter",var(--poppins),sans-serif;font-size:14px;font-weight:500;letter-spacing:.01em;color:#2b2a28}.cf-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:#3ad07a;box-shadow:0 0 0 3px rgba(58,208,122,.18)}.cf-panel{width:100%;max-width:1156px}.cf-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.cf-tab{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:26px 28px 30px 30px;border:none;background:rgba(0,0,0,0);cursor:pointer;transition:opacity .3s ease}.cf-tab+.cf-tab{border-left:1px solid var(--brand-border)}.cf-tab:not(.active){opacity:.62}.cf-tab:not(.active):hover{opacity:.85}.cf-track{position:absolute;top:0;left:0;right:0;height:2px;background:var(--brand-border);overflow:hidden}.cf-fill{display:block;width:100%;height:100%;background:#3ad07a;transform-origin:left center}.cf-tab-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#2b2a28}.cf-tab-desc,.cf-tab-title{font-family:"Inter",var(--poppins),sans-serif}.cf-tab-desc{margin-top:10px;max-width:248px;font-size:14px;font-weight:400;line-height:1.32;color:#3c3c44}.cf-media{position:relative;width:100%;margin-top:14px;aspect-ratio:2312/1436;border-radius:22px;overflow:hidden;background:#eef1ef}.cf-media-bg{object-fit:cover;object-position:center 60%;z-index:0}.cf-stage{position:absolute;inset:0;z-index:1;display:grid;place-items:center}.cf-mock{grid-area:1/1;width:min(58%,540px);opacity:0;transform:translateY(10px) scale(.98);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1);pointer-events:none}.cf-mock.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.cfm{width:100%;background:#fff;border-radius:16px;padding:20px 22px;box-shadow:0 24px 50px -18px rgba(16,32,22,.4);font-family:"Inter",var(--poppins),sans-serif}.cfm-head{display:flex;align-items:center;justify-content:space-between}.cfm-title{font-size:15px;font-weight:600;letter-spacing:-.01em;color:#1c1c1e}.cfm-live{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#2faa63;background:rgba(58,208,122,.13);padding:4px 9px;border-radius:20px}.cfm-live i{width:6px;height:6px;border-radius:50%;background:#34c759;animation:cfm-pulse 1.5s ease-in-out infinite}@keyframes cfm-pulse{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.cfm-pill{font-size:11.5px;font-weight:600;color:#2faa63;background:rgba(58,208,122,.13);padding:4px 9px;border-radius:20px}.cfm-rows{margin-top:16px;display:flex;flex-direction:column;gap:9px}.cfm-row{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;background:#f6f7f6}.cfm-ico{width:26px;height:26px;border-radius:8px;flex-shrink:0;background:linear-gradient(135deg,#b9f0d2,#34c759)}.cfm-row.wait .cfm-ico{background:#e3e4e6}.cfm-row-txt{font-size:13px;font-weight:500;color:#2b2a28}.cfm-tag{margin-left:auto;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;color:#6a6a72;background:#ececef}.cfm-row.done .cfm-tag{color:#2faa63;background:rgba(58,208,122,.14)}.cfm-row.run .cfm-tag{color:#9a6a12;background:rgba(214,158,46,.16)}.cfm-foot{display:flex;align-items:center;gap:7px;margin-top:14px;font-size:12px;color:#6a6a72}.cfm-dot{width:7px;height:7px;border-radius:50%;background:#34c759}.cfm-kpi{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;color:#1c1c1e}.cfm-up{font-size:11.5px;font-weight:600;color:#2faa63;background:rgba(58,208,122,.14);padding:3px 8px;border-radius:20px}.cfm-graph{width:100%;height:132px;margin-top:12px;overflow:visible}.cfm-grid{stroke:#eceef0;stroke-width:1}.cfm-line{fill:none;stroke:#22c55e;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.cfm-line-faint{fill:none;stroke:#d6d8da;stroke-width:2.5;stroke-linecap:round}.cfm-pt{fill:#22c55e;stroke:#fff;stroke-width:3}.cfm-axis{display:flex;justify-content:space-between;margin-top:8px;padding-left:30px;font-size:10.5px;color:#9a9aa2}.cfm-stat{margin-top:14px;display:flex;align-items:baseline;gap:8px}.cfm-stat-val{font-size:24px;font-weight:700;letter-spacing:-.02em;color:#1c1c1e}.cfm-stat-lbl{font-size:12.5px;color:#6a6a72}.cfm-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;height:120px;margin-top:18px}.cfm-bar{flex:1 1;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#6fe2a1,#22c55e)}.cfm-bar:last-child{background:linear-gradient(180deg,#34c759,#15a046)}@media(max-width:860px){.cf-head{margin-bottom:40px}.cf-tabs{grid-template-columns:1fr;gap:2px}.cf-tab{padding:22px 0 22px 18px}.cf-tab+.cf-tab{border-left:none}.cf-track{top:0;bottom:0;right:auto;width:2px;height:auto}.cf-fill{transform-origin:top center}.cf-tab-desc{max-width:none}.cf-mock{width:min(78%,440px)}}@media(max-width:600px){.cf-sec{padding:64px 20px 72px}.cf-mock{width:86%}.cfm{padding:16px}}