:root{--color-primary:#eb8f33;--color-foreground:#1a1a1a;--color-muted-foreground:#737373;--color-card:#fff;--color-card-border:#efebe7;--color-prop-icon-bg:#fff2e6;--color-prop-icon-border:#f0d9c2;--spacing-md:16px;--spacing-lg:24px}.testimonials-hero{background:linear-gradient(180deg,#fff7f0,#fff2e6 40%,#fefcfb);padding:clamp(60px,10vw,80px) clamp(16px,4vw,32px) clamp(40px,8vw,64px)}.testimonials-hero__container{margin:0 auto;max-width:1152px}.testimonials-hero__grid{align-items:center;display:grid;gap:clamp(32px,6vw,56px)}@media (min-width:1024px){.testimonials-hero__grid{grid-template-columns:1fr 1fr}}.testimonials-hero__content{display:flex;flex-direction:column;gap:var(--spacing-lg)}.testimonials-hero__badge{align-items:center;background:rgba(255,122,40,.1);border:1px solid rgba(255,122,40,.2);border-radius:9999px;display:inline-flex;gap:.5rem;padding:.25rem .75rem;width:fit-content}.testimonials-hero__badge-icon{color:var(--color-primary);flex-shrink:0;height:14px;width:14px}.testimonials-hero__badge-text{color:var(--color-primary);font-size:.75rem;font-weight:500;line-height:1}.testimonials-hero__headline{color:var(--color-foreground);font-size:clamp(32px,6vw,48px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0}.testimonials-hero__description{color:var(--color-muted-foreground);font-size:clamp(16px,2.5vw,17px);line-height:1.6;max-width:440px}.testimonials-hero__description p{margin:0}.testimonials-hero__props{display:flex;flex-direction:column;gap:var(--spacing-md)}.testimonials-hero__prop{align-items:center;background:var(--color-card);border:1px solid var(--color-card-border);border-radius:10px;display:flex;gap:var(--spacing-md);padding:18px 22px;transition:box-shadow .2s ease}.testimonials-hero__prop:hover{box-shadow:0 4px 12px rgba(0,0,0,.04)}.testimonials-hero__prop-icon{align-items:center;background:var(--color-prop-icon-bg);border:1px solid var(--color-prop-icon-border);border-radius:10px;color:var(--color-primary);display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.testimonials-hero__prop-icon svg{height:20px;width:20px}.testimonials-hero__prop-text{display:flex;flex-direction:column;gap:2px}.testimonials-hero__prop-title{color:var(--color-foreground);font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.testimonials-hero__prop-label{color:var(--color-muted-foreground);font-size:12px;font-weight:500;line-height:1.4;margin:0}