*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f1f5f9;color:#1e293b;min-height:100vh}.cp-shell{min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1.5rem}.cp-card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000014,0 4px 24px #0000000f;padding:2.5rem 2rem;width:100%;max-width:none}form.cp-form{max-width:480px}.cp-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#0d9488;border-radius:50%;animation:cp-spin .8s linear infinite}@keyframes cp-spin{to{transform:rotate(360deg)}}.cp-logo{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0f766e;margin-bottom:1.25rem}.cp-logo-img{display:block;height:28px;width:auto;margin-bottom:1.25rem}.cp-heading{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.cp-subtext{font-size:.9rem;color:#64748b;line-height:1.5;margin-bottom:1.25rem}.cp-form{display:flex;flex-direction:column;gap:.75rem}.cp-label{font-size:.8rem;font-weight:600;color:#475569}.cp-input{width:100%;padding:.625rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#1e293b;outline:none;transition:border-color .15s}.cp-input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f}.cp-input-code{font-size:1.5rem;letter-spacing:.35em;text-align:center}.cp-btn{padding:.625rem 1.25rem;background:#0d9488;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.cp-btn:hover:not(:disabled){background:#0f766e}.cp-btn:disabled{opacity:.6;cursor:not-allowed}.cp-btn-secondary{padding:.625rem 1.25rem;background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer}.cp-btn-secondary:hover:not(:disabled){background:#e2e8f0}.cp-btn-link{background:none;border:none;color:#0d9488;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:.25rem 0}.cp-btn-row{display:flex;gap:.75rem;margin-top:.5rem;justify-content:flex-end}.cp-error{font-size:.82rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.5rem .75rem}.cp-onboard-header{width:100%;max-width:none;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.cp-step-trail{display:flex;gap:1rem}.cp-trail-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#94a3b8}.cp-trail-active{color:#0d9488;font-weight:600}.cp-trail-done{color:#64748b}.cp-trail-dot{width:20px;height:20px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.cp-trail-active .cp-trail-dot{background:#0d9488;color:#fff}.cp-trail-done .cp-trail-dot{background:#64748b;color:#fff}.cp-step{display:flex;flex-direction:column;gap:.75rem}.cp-step-title{font-size:1.15rem;font-weight:700;color:#0f172a}.cp-step-sub{font-size:.875rem;color:#64748b;line-height:1.5}.cp-stripe-wrapper{border:1px solid #cbd5e1;border-radius:8px;padding:.75rem;margin:.5rem 0;min-height:48px}.cp-search-row{display:flex;gap:.5rem;align-items:flex-end}.cp-search-row .cp-input{flex:1}.cp-results{display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem}.cp-result-item{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem .75rem;border-radius:6px;cursor:pointer;border:1px solid transparent}.cp-result-item:hover{background:#f8fafc}.cp-result-selected{background:#f0fdf9;border-color:#0d9488}.cp-radio{margin-top:3px;flex-shrink:0;accent-color:#0d9488}.cp-result-name{font-weight:600;font-size:.875rem}.cp-result-address,.cp-result-phone{font-size:.8rem;color:#64748b;margin-top:1px}.cp-location-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cp-location-item{padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.cp-location-name{font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.cp-location-detail{font-size:.8rem;color:#64748b;margin-top:2px}.cp-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#0d9488;color:#fff;padding:1px 6px;border-radius:4px}.cp-portal-header{width:100%;max-width:none;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cp-portal-welcome{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.cp-check-icon{width:48px;height:48px;background:#0d9488;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto .75rem}.cp-portal-section{margin-bottom:1.5rem}.cp-section-title{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem}.cp-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.375rem .75rem;border-radius:6px;font-size:.82rem;font-weight:600}.cp-status-complete{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.cp-status-date{font-weight:400}.cp-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1.25rem 0}@media(max-width:480px){.cp-service-grid{grid-template-columns:1fr}}.cp-service-card{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1rem;border-radius:10px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.cp-service-card:hover{border-color:#0d9488;box-shadow:0 0 0 3px #ccfbf1}.cp-service-card--selected{border-color:#0d9488;background:#f0fdf9}.cp-service-icon{font-size:1.5rem;line-height:1}.cp-service-name{font-weight:700;font-size:.9rem;color:#0f172a}.cp-service-desc{font-size:.78rem;color:#64748b}.cp-service-check{position:absolute;top:.5rem;right:.6rem;font-size:.85rem;font-weight:700;color:#0d9488}.cp-btn-row--end{justify-content:flex-end}.cp-estimates{display:flex;flex-direction:column;gap:2rem;margin:1.25rem 0}.cp-estimate-service-name{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.cp-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:540px){.cp-tier-grid{grid-template-columns:1fr}}.cp-tier-card{border-radius:10px;padding:1rem;border:1px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;gap:.45rem}.cp-tier--low{border-color:#cbd5e1}.cp-tier--mid{border-color:#0d9488;background:#f0fdf9}.cp-tier--high{border-color:#7c3aed;background:#faf5ff}.cp-tier-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.cp-tier--mid .cp-tier-label{color:#0d9488}.cp-tier--high .cp-tier-label{color:#7c3aed}.cp-tier-spend{font-size:1.35rem;font-weight:800;color:#0f172a;line-height:1}.cp-tier-period{font-size:.8rem;font-weight:500;color:#64748b}.cp-tier-row{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;padding:.2rem 0;border-top:1px solid #e2e8f0}.cp-tier-key{color:#64748b}.cp-tier-val{font-weight:600;color:#0f172a}.cp-tier-row--highlight .cp-tier-key{color:#0f172a;font-weight:600}.cp-tier-row--highlight .cp-tier-val{color:#0d9488;font-size:.85rem}.cp-subtext--sm{font-size:.78rem;margin-bottom:.5rem}.cp-seo-hero{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.cp-seo-stat{flex:1;min-width:100px;background:#f0fdf9;border:1px solid #ccfbf1;border-radius:10px;padding:.875rem 1rem;display:flex;flex-direction:column;gap:.2rem}.cp-seo-stat-value{font-size:1.5rem;font-weight:800;color:#0f172a;line-height:1}.cp-seo-stat-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.cp-seo-block{margin-bottom:1.5rem}.cp-seo-block-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.625rem}.cp-seo-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.cp-seo-table{width:100%;border-collapse:collapse;font-size:.82rem}.cp-seo-table th{text-align:left;padding:.5rem .75rem;background:#f8fafc;font-weight:600;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0;white-space:nowrap}.cp-seo-th-num{text-align:right}.cp-seo-table td{padding:.5rem .75rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.cp-seo-table tr:last-child td{border-bottom:none}.cp-seo-keyword{font-weight:500}.cp-seo-td-num{text-align:right;font-variant-numeric:tabular-nums;color:#334155}.cp-seo-chip{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.cp-seo-chip--tracking{background:#f1f5f9;color:#475569}.cp-seo-chip--optimizing{background:#eff6ff;color:#1d4ed8}.cp-seo-chip--resolved{background:#f0fdf4;color:#15803d}.cp-seo-trend{font-size:1rem;font-weight:700;display:inline-block}.cp-seo-trend--up{color:#16a34a}.cp-seo-trend--down{color:#dc2626}.cp-package-list{display:flex;flex-direction:column;gap:.75rem;margin:1.25rem 0 .5rem}.cp-package-card{position:relative;display:flex;flex-direction:column;gap:.875rem;width:100%;padding:1.125rem 1.125rem 1rem;border-radius:14px;border:1.5px solid #e2e8f0;background:#fff;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s}.cp-package-card:hover:not(:disabled){border-color:#99f6e4;box-shadow:0 1px 2px #0f172a0a,0 8px 24px -8px #0d94882e;transform:translateY(-1px)}.cp-package-card:focus-visible{outline:none;border-color:#0d9488;box-shadow:0 0 0 4px #0d94882e}.cp-package-card:disabled{cursor:not-allowed;opacity:.75}.cp-package-card--selected{border-color:#0d9488;background:linear-gradient(180deg,#f0fdf9,#fff 60%);box-shadow:0 0 0 1px #0d9488 inset,0 8px 24px -10px #0d948859}.cp-package-card--selected:hover:not(:disabled){transform:none}.cp-package-card--recommended{border-color:#ccfbf1}.cp-package-ribbon{position:absolute;top:-.55rem;right:1rem;display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.cp-package-card--recommended .cp-package-ribbon{background:#0f172a;color:#ccfbf1;border-color:#0f172a}.cp-package-ribbon--selected,.cp-package-card--selected .cp-package-ribbon{background:#0d9488;color:#fff;border-color:#0d9488}.cp-package-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cp-package-head-text{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.cp-package-name{font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;line-height:1.2}.cp-package-summary{font-size:.8rem;color:#64748b;line-height:1.4}.cp-package-price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;line-height:1}.cp-package-price-value{font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.cp-package-price-unit{font-size:.7rem;font-weight:500;color:#94a3b8;margin-top:.2rem;text-transform:lowercase}.cp-package-price--custom .cp-package-price-value{font-size:1rem;color:#0d9488;text-transform:uppercase;letter-spacing:.04em}.cp-package-card--selected .cp-package-price-value{color:#0d9488}.cp-package-bullets{list-style:none;display:grid;grid-template-columns:1fr;gap:.375rem;padding-top:.75rem;border-top:1px solid #f1f5f9}@media(min-width:420px){.cp-package-bullets{grid-template-columns:1fr 1fr;gap:.375rem .875rem}}.cp-package-card--selected .cp-package-bullets{border-top-color:#ccfbf1}.cp-package-bullet{display:flex;align-items:flex-start;gap:.45rem;font-size:.8rem;line-height:1.35;color:#334155}.cp-package-check{flex-shrink:0;margin-top:2px;color:#0d9488}.cp-seo-trend--stable{color:#94a3b8}.cp-tm{margin-top:1rem}.cp-tm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.cp-tm-title{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.cp-tm-toggle{background:none;border:none;cursor:pointer;font-size:.72rem;font-weight:600;color:#0d9488;padding:.15rem .4rem;border-radius:6px}.cp-tm-toggle:hover{background:#f0fdf9}.cp-tm-toggle:focus-visible{outline:2px solid #0d9488;outline-offset:1px}.cp-tm-viewport{position:relative;height:168px;overflow:hidden;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;-webkit-mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent)}.cp-tm-track{display:flex;flex-direction:column;padding:0 .5rem;animation:cp-tm-scroll linear infinite;will-change:transform}@keyframes cp-tm-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.cp-tm-viewport:hover .cp-tm-track,.cp-tm-viewport:focus-within .cp-tm-track,.cp-tm-track.is-paused{animation-play-state:paused}.cp-tm-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem .75rem;margin:0 0 .5rem}.cp-tm-metric{font-size:1rem;font-weight:800;line-height:1.2;color:#0d9488}.cp-tm-snippet{margin:.25rem 0 0;font-size:.8rem;line-height:1.4;color:#475569}.cp-tm-cite{display:flex;flex-direction:column;margin-top:.35rem}.cp-tm-company{font-size:.72rem;font-weight:600;color:#64748b}@media(prefers-reduced-motion:reduce){.cp-tm-track{animation:none}.cp-tm-viewport{overflow-y:auto}}@keyframes cp-reveal-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.cp-reveal{animation:cp-reveal-up .45s ease both}@media(prefers-reduced-motion:reduce){.cp-reveal{animation:none}}.cp-audit-hero{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;border-radius:14px;background:linear-gradient(135deg,#0f766e,#0d9488 55%,#14b8a6);color:#fff;margin:.25rem 0 1.25rem}.cp-audit-hero--plain{background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0}.cp-audit-hero-text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cp-audit-hero-title{font-size:1.15rem;font-weight:800;letter-spacing:-.01em;line-height:1.2}.cp-audit-hero-sub{font-size:.85rem;opacity:.92;line-height:1.45}.cp-grade{flex-shrink:0;width:84px;height:84px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff29;border:3px solid rgba(255,255,255,.55);font-weight:800}.cp-grade-letter{font-size:2.2rem;line-height:1}.cp-grade-cap{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.85;margin-top:.15rem}.cp-grade--plain{background:#fff;border-color:#e2e8f0;color:#0f172a}.cp-grade--a{color:#16a34a}.cp-grade--b{color:#65a30d}.cp-grade--c{color:#d97706}.cp-grade--d{color:#ea580c}.cp-grade--f{color:#dc2626}.cp-audit-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.625rem}.cp-audit-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.9rem .75rem;text-align:center;border-top:3px solid var(--cp-stat-accent, #0d9488)}.cp-audit-stat-value{font-size:1.7rem;font-weight:800;color:#0f172a;line-height:1;font-variant-numeric:tabular-nums}.cp-audit-stat-value--danger{color:#dc2626}.cp-audit-stat-value--warn{color:#d97706}.cp-audit-stat-label{font-size:.72rem;font-weight:600;color:#64748b;margin-top:.35rem;text-transform:uppercase;letter-spacing:.03em}.cp-section{margin:1.25rem 0}.cp-section-head{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;margin-bottom:.625rem;display:flex;align-items:center;gap:.4rem}.cp-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.875rem;margin:1rem 0}.cp-chart-card{border:1px solid #e2e8f0;border-radius:12px;padding:.875rem 1rem;background:#fff}.cp-chart-title{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#334155;margin-bottom:.7rem}.cp-chart-hint{font-weight:500;text-transform:none;letter-spacing:0;color:#94a3b8}.cp-bars{display:flex;flex-direction:column;gap:.5rem}.cp-bar-row{display:flex;align-items:center;gap:.55rem}.cp-bar-name{width:32%;max-width:130px;font-size:.76rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-bar-name--you{font-weight:700;color:#0f766e}.cp-bar-track{flex:1;height:20px;background:#f1f5f9;border-radius:5px;overflow:hidden}.cp-bar-fill{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,#94a3b8,#cbd5e1);min-width:3px}.cp-bar-fill--you{background:linear-gradient(90deg,#0d9488,#2dd4bf)}.cp-bar-val{width:58px;text-align:right;font-size:.78rem;font-weight:700;color:#475569;font-variant-numeric:tabular-nums}.cp-bar-val--you{color:#0f766e}.cp-audit-stat--clickable{font:inherit;cursor:pointer;transition:box-shadow .15s,transform .12s,border-color .15s}.cp-audit-stat--clickable:hover{box-shadow:0 8px 20px -10px #0d948866;transform:translateY(-1px)}.cp-audit-stat--active{box-shadow:0 0 0 2px #0d9488 inset}.cp-pagelist{margin-top:.75rem;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}.cp-pagelist-head{display:flex;align-items:center;justify-content:space-between;padding:.6rem .875rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.cp-pagelist-title{font-size:.78rem;font-weight:700;color:#0f172a}.cp-pagelist-close{background:none;border:none;cursor:pointer;color:#64748b;font-size:.75rem;font-weight:600}.cp-pagelist-close:hover{color:#0f172a}.cp-pagelist-body{max-height:300px;overflow-y:auto}.cp-page-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .875rem;border-bottom:1px solid #f1f5f9;font-size:.82rem}.cp-page-row:last-child{border-bottom:none}.cp-page-url{color:#0f766e;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.cp-page-url:hover{text-decoration:underline}.cp-page-metric{flex-shrink:0;font-size:.7rem;font-weight:700;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:999px;white-space:nowrap}.cp-page-metric--danger{color:#b91c1c;background:#fef2f2}.cp-fix-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0}.cp-fix{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem .875rem;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #94a3b8;border-radius:10px}.cp-fix--high{border-left-color:#dc2626}.cp-fix--medium{border-left-color:#f59e0b}.cp-fix--low{border-left-color:#94a3b8}.cp-fix-rank{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#f1f5f9;color:#475569;font-size:.78rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.cp-fix-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cp-fix-title{font-size:.875rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.cp-fix-detail{font-size:.8rem;color:#64748b;line-height:1.45}.cp-fix-tag{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:1px 6px;border-radius:4px}.cp-fix-tag--high{background:#fef2f2;color:#b91c1c}.cp-fix-tag--medium{background:#fffbeb;color:#b45309}.cp-fix-tag--low{background:#f1f5f9;color:#475569}.cp-shot{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc;max-height:280px}.cp-shot-img{display:block;width:100%;height:auto}.cp-shot-fade{position:absolute;left:0;right:0;bottom:0;height:64px;background:linear-gradient(transparent,#0f172a0f);pointer-events:none}.cp-shot-pin{position:absolute;width:22px;height:22px;border-radius:50%;background:#dc2626;color:#fff;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #dc262640;transform:translate(-50%,-50%)}.cp-kw-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .35rem .35rem .65rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:.8rem}.cp-kw-chip-term{font-weight:600;color:#0f172a}.cp-kw-chip-vol{font-size:.68rem;font-weight:800;color:#0f766e;background:#f0fdfa;padding:2px 7px;border-radius:999px;white-space:nowrap}.cp-insight{background:#f0fdfa;border:1px solid #ccfbf1;border-radius:10px;padding:.75rem .875rem;font-size:.85rem;color:#134e4a;line-height:1.55}.cp-insight strong{color:#0f766e}@media(max-width:640px){.cp-shell{padding:.75rem}.cp-card{padding:1.5rem 1.15rem;border-radius:10px}form.cp-form{max-width:none}.cp-onboard-header,.cp-portal-header{flex-direction:column;align-items:flex-start;gap:.75rem}.cp-step-trail{gap:.6rem;flex-wrap:wrap}.cp-trail-label{display:none}.cp-heading{font-size:1.3rem}.cp-step-title{font-size:1.05rem}.cp-btn-row{flex-direction:column-reverse;gap:.5rem}.cp-btn,.cp-btn-secondary{width:100%;padding:.75rem 1.25rem}.cp-service-grid,.cp-tier-grid{grid-template-columns:1fr}}
