/* Match the recommendation cards and signup form used in the language-interest story. */
.recommendations{padding:28px 0 36px;border-top:1px solid var(--line)}
.recommendations h2{margin-bottom:20px}
.recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.recommendation-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;min-height:225px;padding:22px;border:1px solid var(--line);border-radius:6px;text-decoration:none;transition:border-color .15s,background .15s}
.recommendation-card:hover{border-color:#b5b5b5;background:#fafafa;color:var(--ink)}
.recommendation-kind{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}
.recommendation-card h3{display:flex;justify-content:space-between;gap:14px;width:100%;font-size:17px;line-height:1.4;font-weight:500;letter-spacing:-.02em;margin:0}
.recommendation-card h3 span{flex:none;font-size:16px;color:#8a8a8a}
.recommendation-card p{font-size:13px;color:var(--muted);line-height:1.7;margin:10px 0 22px}
.recommendation-cta{margin-top:auto;font-size:12px;font-weight:500;text-decoration:underline;text-decoration-color:#bdbdbd;text-underline-offset:3px}
.updates{display:grid;grid-template-columns:1fr minmax(300px,.85fr);gap:12px 48px;align-items:center;padding:32px 0 36px;border-top:1px solid var(--line)}
.updates-copy p{max-width:540px}
.updates form{position:relative;min-width:0}
.updates label{display:block;font-size:12px;margin-bottom:7px}
.updates-fields{display:flex;gap:8px}
.updates input[type=email]{min-width:0;flex:1;border:1px solid #bdbdbd;border-radius:4px;padding:11px 12px;background:#fff;color:var(--ink);font:inherit;font-size:14px}
.updates button{border:1px solid var(--orange);border-radius:4px;padding:11px 18px;background:var(--orange);color:var(--ink);font:inherit;font-size:14px;cursor:pointer}
.updates button:hover:not(:disabled){background:#ed6000;border-color:#ed6000}
.updates button:disabled{opacity:.6;cursor:wait}
.updates-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.updates-status{grid-column:1/-1;font-size:13px;line-height:1.6;margin:0;color:var(--muted)}
.updates-status:empty{display:none}
.updates-status[data-error=true]{color:#a83224}
.site-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px;border-top:1px solid var(--line);padding:22px 0 32px;font-size:11px;color:var(--muted)}
.footer-brand{text-decoration:none;font-weight:500;color:var(--ink)}
@media(max-width:720px){.site-footer{flex-direction:column}}
:is(.history-heading,.survey-heading,.ranking-heading,.recommendations,.updates-copy)>.section-title{font-size:28px;line-height:1.25;font-weight:600;letter-spacing:-.6px}
:is(.history-heading,.survey-heading,.updates-copy)>.section-subtitle{font-size:16px;line-height:1.7;color:#56565c;margin:8px 0 0}
@media(max-width:720px){.recommendation-grid{grid-template-columns:1fr}.recommendation-card{min-height:0}.recommendation-kind{margin-bottom:10px}.recommendation-card p{margin-bottom:18px}.updates{grid-template-columns:1fr;gap:20px;padding:28px 0}.updates-copy p{max-width:none}}
@media(max-width:520px){:is(.history-heading,.survey-heading,.ranking-heading,.recommendations,.updates-copy)>.section-title{font-size:24px}:is(.history-heading,.survey-heading,.updates-copy)>.section-subtitle{font-size:14px}}
@media(max-width:380px){.updates-fields{flex-direction:column}}
@media(prefers-reduced-motion:reduce){.recommendation-card{transition:none}}
@media print{.recommendation-card{break-inside:avoid}.updates{display:none}}
