.what-makes-us-different{background-color:hsl(var(--muted)/.3);padding:5rem 2rem}.container{margin:0 auto;max-width:72rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:hsl(var(--foreground));font-size:2.25rem;font-weight:500;line-height:1.2;margin:0 0 1rem}.section-subtitle{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.6;margin:0 auto;max-width:700px}.cards-grid{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.difference-card{background-color:hsl(var(--card));border:1px solid hsl(var(--card-border));border-radius:.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;padding:2rem;position:relative;transition:box-shadow .2s ease,transform .2s ease}.difference-card:after{border-radius:inherit;content:"";inset:-1px;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:999}.difference-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.difference-card:hover:after{background-color:var(--elevate-1);opacity:1}.card-icon-wrapper{align-items:center;background-color:hsl(var(--primary)/.1);border-radius:.5rem;display:flex;height:3rem;justify-content:center;margin-bottom:1.5rem;position:relative;width:3rem;z-index:1000}.card-icon-wrapper i,.card-icon-wrapper svg{color:hsl(var(--primary));height:1.5rem;width:1.5rem}.card-title{color:hsl(var(--foreground));font-size:1.25rem;font-weight:600;line-height:1.4;margin:0 0 1rem}.card-description,.card-title{position:relative;z-index:1000}.card-description{color:hsl(var(--muted-foreground));flex:1;font-size:1rem;line-height:1.625;margin-bottom:1.5rem}.card-description p{margin:0}.card-description p+p{margin-top:.75rem}.card-highlight{border-top:1px solid hsl(var(--border));padding-top:1rem;position:relative;z-index:1000}.card-highlight p{color:hsl(var(--foreground));font-size:.875rem;font-weight:500;line-height:1.4;margin:0}@media (max-width:767px){.what-makes-us-different{padding:3rem 2rem}.section-header{margin-bottom:3rem}.section-title{font-size:1.875rem}.cards-grid{gap:1.5rem}.difference-card{padding:1.5rem}}@media (max-width:480px){.what-makes-us-different{padding:2rem 1rem}.section-title{font-size:1.5rem}.card-icon-wrapper{height:2.5rem;width:2.5rem}.card-icon-wrapper i,.card-icon-wrapper svg{height:1.25rem;width:1.25rem}.card-title{font-size:1.125rem}.card-description{font-size:.9375rem}}