.terms-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.terms-highlight{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px 18px;text-align:center}.terms-highlight-icon{font-size:1.8rem;margin-bottom:10px}.terms-highlight-title{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:6px}.terms-highlight-desc{font-size:.78rem;color:var(--text2);line-height:1.5}.can-cant{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.can-card{border-radius:14px;padding:28px}.can-card.yes{background:rgba(16,185,129,.07);border:1px solid rgba(16,185,129,.25)}.can-card.no{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2)}.can-card h3{font-size:1rem;font-weight:800;margin-bottom:16px}.can-card.yes h3{color:#10b981}.can-card.no h3{color:#ef4444}.can-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.can-list li{display:flex;gap:10px;font-size:.85rem;color:var(--text2);line-height:1.5;align-items:flex-start}.can-list li .dot{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;margin-top:1px}.can-list li .dot.yes{background:rgba(16,185,129,.15);color:#10b981}.can-list li .dot.no{background:rgba(239,68,68,.1);color:#ef4444}.limits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.limit-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px;text-align:center}.limit-num{font-size:2rem;font-weight:800;color:var(--accent);display:block}.limit-label{font-size:.85rem;font-weight:700;color:var(--text);margin:6px 0 4px}.limit-desc{font-size:.78rem;color:var(--text2);line-height:1.5}.ownership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}.ownership-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px}.ownership-card-icon{font-size:1.4rem;margin-bottom:10px}.ownership-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px;color:var(--text)}.ownership-card p{font-size:.83rem;color:var(--text2);line-height:1.6;margin:0}.terms-policy-section{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 32px;margin-bottom:16px}.terms-policy-section h2{font-size:1.05rem;font-weight:700;margin-bottom:12px;color:var(--text)}.terms-policy-section p{font-size:.87rem;color:var(--text2);line-height:1.65;margin-bottom:12px}.terms-policy-section p:last-child{margin-bottom:0}.terms-policy-section ul{list-style:none;padding:0;margin:10px 0;display:flex;flex-direction:column;gap:8px}.terms-policy-section ul li{font-size:.86rem;color:var(--text2);line-height:1.5;display:flex;gap:10px}.terms-policy-section ul li:before{content:"\203A";color:var(--accent);font-weight:700;flex-shrink:0}@media (max-width:768px){.terms-highlights{grid-template-columns:repeat(2,1fr)}.can-cant,.limits-grid,.ownership-grid{grid-template-columns:1fr}}