.intro-block .label{display:inline-block;background:var(--green);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:20px}.intro-block h1{font-size:clamp(26px,4vw,38px);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:20px;max-width:780px}.type-card .sub-list{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:6px}.type-card .sub-list li{font-size:13px;color:#444;padding-left:18px;position:relative;line-height:1.5}.type-card .sub-list li::before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--green)}.kpi-example-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;margin:24px 0}.kpi-ex-card{background:var(--white);border-radius:10px;padding:20px 18px;box-shadow:0 2px 10px rgba(0,0,0,.06);border-bottom:3px solid var(--green);text-align:center}.kpi-ex-card i{font-size:28px;color:var(--navy);margin-bottom:12px;display:block}.kpi-ex-card h4{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px}.kpi-ex-card p{font-size:12px;color:var(--text-muted);line-height:1.5;margin:0}.checklist{list-style:none;display:flex;flex-direction:column;gap:10px;margin:20px 0}.checklist li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;color:#333;padding:13px 18px;background:var(--white);border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.04);line-height:1.6}.checklist li i{color:var(--green);font-size:15px;flex-shrink:0;margin-top:3px}.smart-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:20px 0}.smart-item{background:var(--navy);color:#fff;border-radius:10px;padding:18px 14px;text-align:center}.smart-item .smart-letter{font-size:28px;font-weight:800;color:var(--green);display:block;margin-bottom:6px;line-height:1}.smart-item .smart-word{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;display:block;color:rgba(255,255,255,.7)}.smart-item p{font-size:11px;color:rgba(255,255,255,.75);margin:0;line-height:1.4}.compare-table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.07)}.compare-table thead tr{background:var(--dark);color:#fff}.compare-table th{padding:14px 18px;font-weight:600;font-size:13px;text-align:left}.compare-table td{padding:13px 18px;border-bottom:1px solid var(--border);vertical-align:top;font-size:14px;line-height:1.5}.compare-table tbody tr:nth-child(odd){background:var(--white)}.compare-table tbody tr:nth-child(even){background:var(--gray)}.compare-table tbody tr:last-child td{border-bottom:none}.cycle-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.principles-list li strong{color:var(--navy)}@media (max-width:640px){.smart-grid{grid-template-columns:repeat(3,1fr)}}