/* Useful, quiet editorial components shared by the SK/CZ growth update. */
.scope-list{border-top:1px solid #bcc0cc}
.scope-row{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.8fr);gap:16px 56px;padding:40px 0;border-bottom:1px solid #bcc0cc}
.scope-row header{grid-column:1;grid-row:1/4}
.scope-number{font-family:var(--font-mono,monospace);font-size:13px;color:#3d46b7;letter-spacing:.14em}
.scope-row h3{font-size:30px;margin:10px 0 14px}
.scope-row p{line-height:1.6;margin:0}
.scope-row .scope-limit{grid-column:2;font-size:14px;color:#505560}
.scope-row dl{grid-column:2;margin:0;display:grid;gap:20px}
.scope-row dl>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:20px}
.scope-row dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#505560;padding-top:4px}
.scope-row dd{margin:0;line-height:1.65}
.scope-example{grid-column:2;color:#3d46b7;text-underline-offset:5px;min-height:44px;display:flex;align-items:center;gap:10px}
.problem-paths{margin:0 0 64px}
.problem-paths>header{max-width:760px;margin-bottom:28px}
.problem-paths h2{font-size:clamp(28px,3vw,40px);line-height:1.15;margin:10px 0 16px}
.problem-paths__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:2px solid #3d46b7;border-bottom:1px solid #bcc0cc}
.problem-paths__grid article{padding:28px 26px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.problem-paths__grid article:first-child{padding-left:0}
.problem-paths__grid article+article{border-left:1px solid #bcc0cc}
.problem-paths h3{font-size:clamp(22px,2.3vw,28px);line-height:1.2;margin:20px 0 24px;min-height:2.5em}
.problem-paths a{display:flex;align-items:center;min-height:44px;color:#3d46b7;text-underline-offset:5px;line-height:1.5;margin-top:8px}
.problem-paths .problem-paths__primary{font-weight:700;gap:12px;margin-top:auto}
.prose table.worksheet{width:100%;font-size:16px;background:#fff}
.worksheet caption{text-align:left;color:#505560;font-size:14px;line-height:1.6;padding:0 0 14px;caption-side:top}
.prose .worksheet th,.prose .worksheet td{vertical-align:top;padding:16px;line-height:1.55}
.prose .worksheet thead th{background:#171d2b;color:#fff;font-weight:600}
.prose .worksheet tbody th{font-weight:600;text-align:left}
.prose .worksheet tbody tr:last-child{background:#eef0fc}
.article--tool{padding-top:0}
.tool-jump a{color:inherit;text-underline-offset:6px;display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:16px}
.discount-calculator{margin:56px 0;padding:32px 0;border-top:2px solid #3d46b7;border-bottom:1px solid #bcc0cc;scroll-margin-top:90px}
.discount-inputs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
.discount-inputs label>span{display:flex;align-items:center;gap:8px}
.discount-inputs input{min-width:0;width:100%}
.discount-inputs input[aria-invalid=true]{outline:2px solid #ad3232;outline-offset:2px}
.discount-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#c2c6d3;margin-top:28px;border:1px solid #c2c6d3}
.prose .discount-card{padding:24px;background:#fff;min-width:0}
.prose .discount-card:nth-child(2){background:#eef0fc}
.prose .discount-card h3{margin:0 0 26px;font-size:20px;line-height:1.3}
.prose .discount-card__label{font-size:13px;color:#505560;margin:0 0 6px;text-transform:uppercase;letter-spacing:.06em}
.prose .discount-card__value{display:block;font-size:clamp(42px,5vw,64px);letter-spacing:-.05em;line-height:1.1;font-variant-numeric:tabular-nums;color:#303b9f}
.discount-card__value small{font-size:.5em;letter-spacing:0}
.prose .discount-card__roas{font-size:20px;margin:8px 0 26px;font-variant-numeric:tabular-nums}
.discount-card dl{margin:0}
.discount-card dl>div{padding:12px 0;display:flex;flex-wrap:wrap;gap:5px 12px;justify-content:space-between;border-top:1px solid #d3d6e0}
.discount-card dt{font-size:13px;color:#505560}
.discount-card dd{margin:0;font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}
.prose .discount-warning{font-size:15px;line-height:1.55;padding:14px;border-left:3px solid #9b4b21;background:#fff2e8;color:#653214}
@media(max-width:680px){
.scope-row{grid-template-columns:1fr;gap:18px;padding:28px 0}
.scope-row header{grid-column:1;grid-row:auto}
.scope-row .scope-limit,.scope-row dl,.scope-example{grid-column:1}
.scope-row dl>div{grid-template-columns:1fr;gap:6px}
.problem-paths__grid{grid-template-columns:1fr}
.problem-paths__grid article,.problem-paths__grid article:first-child{padding:24px 0}
.problem-paths__grid article+article{border-left:0;border-top:1px solid #bcc0cc}
.problem-paths h3{min-height:0;margin:12px 0}
.discount-inputs{grid-template-columns:1fr!important}
.discount-results{grid-template-columns:1fr}
.prose .discount-card{padding:24px}
.prose table.worksheet{min-width:580px}
}
