@import"https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";.ccc-root{--navy: #0F2D52;--navy-tint: #E8EDF4;--blue: #1E88E5;--blue-tint: #E7F2FC;--emerald: #00A676;--emerald-tint: #E3F6EF;--amber: #F2A93B;--amber-tint: #FDF3E2;--gold: #D4AF37;--gold-dark: #A8842A;--gold-tint: #FBF6E7;--white: #FFFFFF;--gray-bg: #F5F7FA;--border: #E2E8F0;--text: #16233A;--text-muted: #5B6B82;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(15,45,82,.04), 0 8px 24px rgba(15,45,82,.06);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--gray-bg);min-height:100vh;-webkit-font-smoothing:antialiased}.ccc-root *{box-sizing:border-box}.ccc-root h1,.ccc-root h2,.ccc-root h3,.ccc-root h4{font-family:Sora,Inter,sans-serif;color:var(--navy);margin:0;letter-spacing:-.01em}.ccc-root p{margin:0}.ccc-root button{font-family:inherit;cursor:pointer}.ccc-root :focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion: reduce){.ccc-root *{transition:none!important;animation:none!important}}.ccc-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:24px}.ccc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 22px;font-weight:600;font-size:14.5px;border:1px solid transparent;transition:transform .12s ease,box-shadow .12s ease,background .15s ease;min-height:44px}.ccc-btn:active{transform:scale(.98)}.ccc-btn-primary{background:var(--blue);color:#fff}.ccc-btn-primary:hover{background:#1976d2}.ccc-btn-secondary{background:var(--white);color:var(--navy);border-color:var(--navy)}.ccc-btn-secondary:hover{background:var(--navy-tint)}.ccc-btn-success{background:var(--emerald);color:#fff}.ccc-btn-success:hover{background:#00915f}.ccc-btn-ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.ccc-btn-ghost:hover{background:var(--gray-bg)}.ccc-btn:disabled{opacity:.5;cursor:not-allowed}.ccc-btn-block{width:100%}.ccc-input,.ccc-select,.ccc-textarea{width:100%;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:11px 13px;font-size:14.5px;font-family:inherit;color:var(--text);background:#fff;transition:border-color .12s ease}.ccc-input:focus,.ccc-select:focus,.ccc-textarea:focus{border-color:var(--blue);outline:none}.ccc-textarea{resize:vertical;min-height:70px}.ccc-label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}.ccc-field-wrap{margin-bottom:14px}.ccc-hint-text{font-size:12.5px;color:var(--text-muted);margin-top:5px;line-height:1.4}.ccc-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.ccc-badge-complete{background:var(--emerald-tint);color:#00764f}.ccc-badge-progress{background:var(--blue-tint);color:#12579b}.ccc-badge-notstarted{background:var(--gray-bg);color:var(--text-muted);border:1px solid var(--border)}.ccc-badge-soon{background:var(--gray-bg);color:var(--text-muted)}.ccc-badge-gap{background:var(--amber-tint);color:#7a5a16}.ccc-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.ccc-sidebar{background:var(--navy);padding:22px 14px;display:flex;flex-direction:column;gap:4px}.ccc-sidebar-logo{display:flex;align-items:center;gap:10px;color:#fff;padding:8px 10px 22px}.ccc-sidebar-logo-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--emerald));display:flex;align-items:center;justify-content:center;flex-shrink:0}.ccc-sidebar-logo-text{font-family:Sora;font-weight:700;font-size:15px;line-height:1.15;color:#fff}.ccc-navitem{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:#c9d6e8;font-size:14px;font-weight:500;background:transparent;border:none;width:100%;text-align:left}.ccc-navitem.active{background:#ffffff1f;color:#fff;font-weight:600}.ccc-navitem:not(.disabled):hover{background:#ffffff14;color:#fff}.ccc-navitem.disabled{color:#6e82a0;cursor:default}.ccc-navitem .soon{margin-left:auto;font-size:10px;background:#ffffff1a;padding:2px 7px;border-radius:999px}.ccc-topbar,.ccc-bottomnav{display:none}.ccc-main{padding:28px 32px 60px;max-width:980px}.ccc-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--navy);color:#fff;padding:11px 18px;border-radius:999px;font-size:13.5px;box-shadow:var(--shadow);z-index:60}@media (max-width: 900px){.ccc-shell{grid-template-columns:1fr}.ccc-sidebar{display:none}.ccc-topbar{display:flex;align-items:center;gap:10px;padding:14px 18px;background:var(--navy);color:#fff;position:sticky;top:0;z-index:40}.ccc-topbar-text{font-family:Sora;font-weight:700;font-size:15px}.ccc-bottomnav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:6px 4px calc(6px + env(safe-area-inset-bottom));z-index:40;justify-content:space-around}.ccc-bottomnav button{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;font-size:10.5px;color:var(--text-muted);padding:6px 4px;flex:1;font-weight:600;min-height:44px}.ccc-bottomnav button.active{color:var(--blue)}.ccc-bottomnav button.disabled{color:#b7c1cf}.ccc-main{padding:18px 16px 84px}}.ccc-onboard-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.ccc-onboard-card{width:100%;max-width:560px}.ccc-progress-dots{display:flex;gap:6px;margin-bottom:22px}.ccc-progress-dots span{height:5px;flex:1;border-radius:999px;background:var(--border);overflow:hidden}.ccc-progress-dots span.done{background:var(--blue)}.ccc-option-card{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;margin-bottom:10px;background:#fff;font-size:14.5px;font-weight:500;color:var(--text);transition:border-color .12s,background .12s}.ccc-option-card:hover{border-color:var(--blue)}.ccc-option-card.selected{border-color:var(--emerald);background:var(--emerald-tint);font-weight:600}.ccc-ring-wrap{position:relative;width:92px;height:92px;flex-shrink:0}.ccc-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ccc-ring-pct{font-family:Sora;font-weight:700;font-size:20px;color:var(--navy);line-height:1}.ccc-ring-tiny{font-size:9px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.ccc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ccc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width: 700px){.ccc-grid-2,.ccc-grid-3{grid-template-columns:1fr}}.ccc-quick-card{display:flex;flex-direction:column;gap:10px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;background:#fff;text-align:left}.ccc-quick-card.locked{opacity:.55}.ccc-quick-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.ccc-mod-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.ccc-mod-row:last-child{border-bottom:none}.ccc-mod-bar-track{flex:1;height:7px;border-radius:999px;background:var(--gray-bg);overflow:hidden}.ccc-mod-bar-fill{height:100%;border-radius:999px;background:var(--emerald);transition:width .3s ease}.ccc-worksheet-row{border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;margin-bottom:12px}.ccc-worksheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}@media (max-width: 700px){.ccc-worksheet-grid{grid-template-columns:1fr}}.ccc-glossary-strip{display:flex;gap:8px;flex-wrap:wrap}.ccc-glossary-pill{border:1px solid var(--border);background:#fff;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--navy)}.ccc-glossary-pill.open{background:var(--navy);color:#fff;border-color:var(--navy)}.ccc-icon-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ccc-lesson-section{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:10px;overflow:hidden}.ccc-lesson-section-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:#fff;font-weight:700;font-size:14px;color:var(--navy);text-align:left;border:none}.ccc-lesson-section-head:hover{background:var(--gray-bg)}.ccc-lesson-section-body{padding:0 16px 16px;font-size:13.5px;line-height:1.7;color:var(--text)}.ccc-lesson-example{margin-top:10px;background:var(--navy-tint);border-radius:8px;padding:10px 12px;font-size:13px;color:var(--navy)}.ccc-kc-option{display:block;width:100%;text-align:left;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;margin-bottom:8px;font-size:13.5px;background:#fff;color:var(--text)}.ccc-kc-option.correct{border-color:var(--emerald);background:var(--emerald-tint);font-weight:600}.ccc-kc-option.incorrect{border-color:var(--amber);background:var(--amber-tint);font-weight:600}.ccc-kc-feedback{font-size:12.5px;margin-top:4px;padding:9px 12px;border-radius:8px;line-height:1.5}.ccc-disclaimer{display:flex;gap:10px;background:var(--amber-tint);border:1px solid #F0D9AC;border-radius:var(--radius-sm);padding:12px 14px;font-size:12.5px;color:#7a5a16;line-height:1.5}.ccc-section-title{display:flex;align-items:center;gap:9px;margin-bottom:4px}.ccc-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--blue)}.ccc-segmented{display:flex;gap:8px}.ccc-seg-btn{flex:1;border:1.5px solid var(--border);background:#fff;border-radius:var(--radius-sm);padding:9px 6px;font-size:13px;font-weight:700;color:var(--text-muted);text-align:center}.ccc-seg-btn.active-yes{background:var(--emerald-tint);border-color:var(--emerald);color:#00764f}.ccc-seg-btn.active-no{background:var(--amber-tint);border-color:var(--amber);color:#7a5a16}.ccc-seg-btn.active-unsure{background:var(--blue-tint);border-color:var(--blue);color:#12579b}.ccc-gap-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-wrap:wrap;margin-bottom:8px}.ccc-gap-list{margin:0;padding-left:18px;font-size:12.5px;color:var(--text-muted);line-height:1.7}.ccc-file-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;background:var(--gray-bg);border-radius:999px;padding:4px 10px;margin-top:8px;color:var(--text)}.ccc-followup-label{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--navy);cursor:pointer}.ccc-summary-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--border);font-size:13.5px}.ccc-summary-row:last-child{border-bottom:none}.ccc-decision-node{display:flex;gap:14px;padding-bottom:24px;position:relative}.ccc-decision-node:not(.last):before{content:"";position:absolute;left:15px;top:34px;bottom:0;width:2px;background:var(--border)}.ccc-decision-num{width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.ccc-decision-body{flex:1;padding-top:3px;min-width:0}.ccc-check-row{display:flex;align-items:center;gap:9px;font-size:13.5px;padding:6px 0}.ccc-callout-urgent{margin-top:10px;background:var(--amber-tint);border:1px solid #F0D9AC;border-radius:10px;padding:12px 14px;font-size:13px;color:#7a5a16;font-weight:600;line-height:1.5}.ccc-ratio-display{font-family:Sora;font-weight:700;font-size:17px;color:var(--navy);background:var(--navy-tint);border-radius:10px;padding:12px 16px;display:inline-block}.ccc-choice-row{display:flex;gap:8px;flex-wrap:wrap}.ccc-choice-pill{border:1.5px solid var(--border);background:#fff;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--text)}.ccc-choice-pill.active{background:var(--navy);color:#fff;border-color:var(--navy)}.ccc-result-card{border-radius:var(--radius);padding:22px}.ccc-result-a{background:var(--emerald-tint);border:1px solid #B7E4D2}.ccc-result-b{background:var(--blue-tint);border:1px solid #BFDDF6}.ccc-result-c{background:var(--amber-tint);border:1px solid #F0D9AC}.ccc-entry-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;margin-bottom:10px}.ccc-entry-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.ccc-icon-btn{background:none;border:none;color:var(--text-muted);padding:4px;border-radius:8px;display:inline-flex}.ccc-icon-btn:hover{background:var(--gray-bg);color:var(--amber)}.ccc-room-count{font-size:11.5px;font-weight:700;color:var(--text-muted);background:var(--gray-bg);padding:3px 9px;border-radius:999px}.ccc-doc-textarea{width:100%;min-height:280px;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12.5px;line-height:1.7;color:var(--text);background:var(--gray-bg);resize:vertical}.ccc-doc-textarea:focus{border-color:var(--blue);outline:none;background:#fff}.ccc-link-btn{background:none;border:none;color:var(--blue);font-weight:700;font-size:inherit;padding:0;cursor:pointer}.ccc-link-btn:hover{text-decoration:underline}.ccc-pw-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);padding:4px;display:flex}.ccc-strength-track{height:5px;border-radius:999px;background:var(--border);overflow:hidden;margin-top:8px}.ccc-strength-fill{height:100%;transition:width .2s ease,background .2s ease}.ccc-google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px;border:1.5px solid var(--border);border-radius:999px;background:#fff;font-weight:600;font-size:14px;color:var(--text);min-height:44px}.ccc-google-btn:hover{background:var(--gray-bg)}.ccc-google-g{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--text-muted);display:flex;align-items:center;justify-content:center;font-family:Sora;font-weight:700;font-size:12px;color:var(--text-muted);flex-shrink:0}.ccc-settings-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.ccc-settings-row:last-child{border-bottom:none}.ccc-switch{position:relative;width:42px;height:24px;border-radius:999px;background:var(--border);border:none;flex-shrink:0}.ccc-switch.on{background:var(--emerald)}.ccc-switch-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease;box-shadow:0 1px 2px #0003}.ccc-switch.on .ccc-switch-knob{transform:translate(18px)}.ccc-pro-badge{display:inline-flex;align-items:center;gap:4px;background:var(--navy);color:#fff;border:1px solid var(--gold);border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.ccc-pro-badge.small{padding:2px 8px;font-size:9.5px}.ccc-navitem-pro{background:linear-gradient(135deg,#d4af3724,#d4af3708);border:1px solid rgba(212,175,55,.35);justify-content:flex-start;transition:box-shadow .2s ease,background .2s ease}.ccc-navitem-pro:hover{background:linear-gradient(135deg,#d4af3742,#d4af3714);box-shadow:0 0 0 1px #d4af3780,0 6px 18px #d4af3740}.ccc-navitem-pro.active{background:linear-gradient(135deg,#d4af374d,#d4af371a)}.ccc-bottomnav button.pro,.ccc-bottomnav button.pro.active{color:var(--gold-dark)}.ccc-pro-hero{text-align:center;padding:46px 24px 8px}.ccc-pro-lock-circle{width:72px;height:72px;border-radius:50%;margin:0 auto 20px;background:linear-gradient(135deg,var(--navy),#163B6B);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0f2d5240;border:2px solid var(--gold)}.ccc-pro-headline{font-size:30px;margin-bottom:14px}.ccc-pro-sub{font-size:15.5px;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.ccc-pro-benefit-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;display:flex;flex-direction:column;gap:10px;position:relative}.ccc-pro-benefit-icon{width:42px;height:42px;border-radius:12px;background:var(--gold-tint);display:flex;align-items:center;justify-content:center}.ccc-pro-price-card{background:linear-gradient(160deg,var(--navy) 0%,#163B6B 100%)}.ccc-pro-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--emerald);color:#fff;border:none;border-radius:999px;padding:16px 24px;font-size:16px;font-weight:700;box-shadow:0 10px 26px #00a67659;transition:transform .15s ease,box-shadow .15s ease;min-height:44px}.ccc-pro-cta-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px #00a67673}.ccc-pro-testimonial{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.ccc-pro-stars{color:var(--gold);font-size:14px;letter-spacing:2px;margin-bottom:10px}.ccc-pro-table{width:100%;border-collapse:collapse}.ccc-pro-table th,.ccc-pro-table td{padding:12px 14px;text-align:center;border-bottom:1px solid var(--border);font-size:13.5px}.ccc-pro-table th:first-child,.ccc-pro-table td:first-child{text-align:left;font-weight:600;color:var(--navy)}.ccc-pro-table th{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700}.ccc-landing{min-height:100vh;background:var(--gray-bg)}.ccc-landing-topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;max-width:1080px;margin:0 auto}.ccc-landing-hero{text-align:center;padding:40px 24px 12px;max-width:700px;margin:0 auto}.ccc-landing-headline{font-size:34px;line-height:1.2;margin-bottom:16px}.ccc-landing-sub{font-size:16px;color:var(--text-muted);line-height:1.7}.ccc-price-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:880px;margin:40px auto;padding:0 24px;align-items:stretch}@media (max-width: 760px){.ccc-price-cards{grid-template-columns:1fr}}.ccc-price-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:32px 28px;box-shadow:var(--shadow);display:flex;flex-direction:column}.ccc-price-card.featured{border:2px solid var(--emerald);box-shadow:0 10px 30px #00a6762e,0 0 0 4px #00a6760f;transform:scale(1.02);position:relative}.ccc-price-card-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--emerald);color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:5px 14px;border-radius:999px;box-shadow:0 4px 10px #00a67659}.ccc-price-amount{font-family:Sora;font-weight:800;font-size:40px;color:var(--navy);line-height:1;margin:6px 0 2px}.ccc-price-feature-list{list-style:none;margin:18px 0 24px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1}.ccc-price-feature-list li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;line-height:1.5}.ccc-landing-signin{text-align:center;padding:8px 24px 48px;font-size:14px;color:var(--text-muted)}@media print{.no-print{display:none!important}.ccc-shell{display:block}.ccc-main{max-width:100%;padding:0}}html,body,#root{height:100%;margin:0;padding:0}*{box-sizing:border-box}.ccc-legal-footer{margin-top:36px;padding:24px 20px;text-align:center;border-top:1px solid #e2e8f0;color:#64748b;font-size:13px}.ccc-legal-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.ccc-legal-links .ccc-link-btn{font-size:13px}.ccc-legal-copyright{font-size:12px;color:#94a3b8}.ccc-legal-page{max-width:850px;margin:40px auto;padding:40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0f2d5214;color:#0f2d52;font-family:inherit;line-height:1.7}.ccc-legal-page h1{margin:24px 0 20px;color:#0f2d52;font-size:32px;font-weight:700}.ccc-legal-page p{margin-bottom:18px;color:#334155;font-size:15px}.ccc-legal-page>.ccc-link-btn{display:inline-flex;align-items:center;margin-bottom:8px;color:#1e88e5;font-weight:600}@media (max-width: 700px){.ccc-legal-page{margin:16px;padding:24px 20px}.ccc-legal-page h1{font-size:26px}}.ccc-value-section{max-width:900px;margin:8px auto 36px;padding:28px 32px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 18px #0f2d520f;text-align:center}.ccc-value-section h2{margin:0 0 12px;color:#0f2d52;font-size:24px;font-weight:700}.ccc-value-intro{max-width:760px;margin:0 auto 20px;color:#475569;font-size:15px;line-height:1.65}.ccc-value-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;max-width:720px;margin:0 auto 20px;text-align:left;color:#0f2d52;font-size:14px;font-weight:600}.ccc-value-note{margin:0;color:#64748b;font-size:13px;font-weight:500}@media (max-width: 700px){.ccc-value-section{margin:8px 16px 28px;padding:24px 20px}.ccc-value-points{grid-template-columns:1fr}.ccc-value-section h2{font-size:21px}}.ccc-trust-strip{max-width:900px;margin:-14px auto 28px;padding:18px 24px;text-align:center;color:#0f2d52}.ccc-trust-strip>strong{display:block;margin-bottom:10px;font-size:16px;font-weight:700}.ccc-trust-items{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 22px;margin-bottom:8px;color:#007f63;font-size:13px;font-weight:600}.ccc-trust-strip p{margin:0;color:#64748b;font-size:12px;line-height:1.5}@media (max-width: 700px){.ccc-trust-strip{margin:-8px 16px 22px;padding:14px 10px}.ccc-trust-items{gap:8px 14px}}
