.offers__head{max-width:42rem;margin-bottom:clamp(2rem,4vw,3rem)}.offers__sub{margin-top:1rem}.offers__list{display:flex;flex-direction:column;gap:1.75rem}.offers__item{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;border:1px solid var(--brand-border);border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,3rem);background:var(--brand-background);transition:border-color .3s ease,box-shadow .4s cubic-bezier(.22,1,.36,1)}.offers__item:hover{border-color:var(--brand-text);box-shadow:0 28px 56px -36px rgba(21,19,15,.22)}.offers__name{font-family:var(--brand-font-heading);font-weight:800;font-size:clamp(1.6rem,3vw,2.1rem);letter-spacing:-.025em;line-height:1.05}.offers__audience{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-text-muted);margin-top:.6rem;margin-bottom:1.75rem}.offers__achieve{font-weight:700;font-size:.95rem;margin-bottom:1rem}.offers__outcomes{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.offers__outcome{display:flex;align-items:flex-start;gap:.65rem;font-size:.97rem;color:var(--brand-text)}.offers__arrow{color:var(--brand-accent);flex-shrink:0;margin-top:.18rem}.offers__quote-box{background:var(--brand-surface);border-radius:var(--radius-md);padding:clamp(1.5rem,3vw,2rem)}.offers__quote{font-size:.97rem;line-height:1.55;color:var(--brand-text);margin-bottom:1.5rem}.offers__person{display:flex;align-items:center;gap:.75rem}.offers__avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-background);border:1px solid var(--brand-border);flex-shrink:0;background-image:radial-gradient(rgba(21,19,15,.08) 1px,transparent 0);background-size:8px 8px}.offers__person-meta{display:flex;flex-direction:column;gap:.1rem}.offers__person-name{font-weight:700;font-size:.82rem}.offers__person-role{font-size:.8rem;color:var(--brand-text-muted)}@media (max-width:860px){.offers__item{grid-template-columns:1fr}}