.section{padding:4.5rem 0}.section h2{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:0 0 1rem;text-align:center}.section h3{font-size:1.35rem;line-height:1.2;margin:0 0 .75rem;text-align:center}.section p{font-size:1.05rem;margin:0 0 1rem;text-align:center}.section-light{background:var(--white);color:var(--text)}.section-dark{background:var(--black);color:var(--white)}.cards{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:2rem}.card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius);flex:1 1 calc(33.333% - 0.84rem);min-width:280px;padding:1.5rem}.card p:last-child{margin-bottom:0}.area-list{display:grid;gap:.75rem;list-style:none;margin:1.5rem 0;padding:0;text-align:center}.area-list li{background:#fffdf1;border:1px solid var(--border);border-radius:14px;font-weight:700;padding:1rem 1.1rem}