.terms{max-width:900px;margin-inline:auto;padding:clamp(2rem,6vw,5rem) clamp(1rem,4vw,2rem);color:var(--c-text);font-family:var(--font-body)}.terms__label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--c-primary);margin-bottom:.75rem}.terms__title{font-size:clamp(1.6rem,4vw,2.4rem);font-family:var(--font-display);font-weight:700;color:var(--c-text);line-height:1.15;margin-bottom:.5rem}.terms__date{font-size:.85rem;color:var(--c-muted);margin-bottom:3rem}.terms__section{margin-bottom:2.5rem}.terms__section h2{font-size:1.2rem;font-weight:700;color:var(--c-text);font-family:var(--font-body);margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--c-border)}.terms__section p{font-size:1.1rem;color:var(--c-muted);line-height:1.8;margin-bottom:.75rem}.terms__section ul{list-style:none;padding:0;margin:.5rem 0 .75rem;display:flex;flex-direction:column;gap:.5rem}.terms__section ul li{font-size:1.1rem;color:var(--c-muted);padding-left:1.25rem;position:relative;line-height:1.6}.terms__section ul li:before{content:"";position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--c-primary);opacity:.45}.terms__section ul li strong{color:var(--c-text);font-weight:600}.terms__section a{color:var(--c-primary);text-decoration:underline;text-underline-offset:3px}.terms__section a:hover{color:var(--c-primary-h)}.terms__chat-modes{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;margin:.75rem 0}.terms__chat-mode{background:var(--c-surface);border:1px solid var(--c-border);border-radius:.625rem;padding:.875rem 1rem;display:flex;flex-direction:column;gap:.25rem}.terms__chat-mode-name{font-size:.8rem;font-weight:700;color:var(--c-text);font-family:var(--font-body)}.terms__chat-mode-cost{font-size:.75rem;color:var(--c-primary);font-weight:600}.terms__chat-mode-avail{font-size:.72rem;color:var(--c-muted);margin-top:.25rem}.terms__plans{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;margin:.875rem 0}.terms__plan{background:var(--c-surface);border:1px solid var(--c-border);border-radius:.625rem;padding:.875rem 1rem;display:flex;flex-direction:column;gap:.5rem}.terms__plan--accent{border-color:var(--c-primary);background:var(--c-primary-hi,rgba(13,74,107,.05))}.terms__plan-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.terms__plan-name{font-size:.82rem;font-weight:700;color:var(--c-text);font-family:var(--font-body)}.terms__plan--accent .terms__plan-name{color:var(--c-primary)}.terms__plan-price{font-size:.95rem;font-weight:700;color:var(--c-text);font-family:var(--font-display);white-space:nowrap}.terms__plan-price span{font-size:.72rem;font-weight:400;color:var(--c-muted)}.terms__plan-desc{font-size:.75rem;color:var(--c-muted)}.terms__plan-features{list-style:none;margin:0;display:flex;flex-direction:column;gap:.2rem;border-top:1px solid var(--c-border);padding:.5rem 0 0}.terms__plan-features li{font-size:.75rem;color:var(--c-muted);padding-left:.875rem;position:relative;line-height:1.5}.terms__plan-features li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--c-primary);opacity:.4}.terms__table{width:100%;border-collapse:collapse;margin-top:.75rem;font-size:.88rem}.terms__table td{padding:.6rem .75rem;border:1px solid var(--c-border);color:var(--c-muted);line-height:1.5;vertical-align:top}.terms__table td:first-child{color:var(--c-text);font-weight:600;white-space:nowrap;width:200px;background:var(--c-surface-alt,var(--c-surface))}.terms__divider{border:none;border-top:1px solid var(--c-border);margin:2.5rem 0}@media (max-width:640px){.terms__chat-modes,.terms__plans{grid-template-columns:1fr}}@media (min-width:641px) and (max-width:860px){.terms__chat-modes{grid-template-columns:repeat(3,1fr)}}