@@ -65,13 +65,13 @@ const FEATURE_TAGS = [
6565
6666function TrustStrip ( ) {
6767 return (
68- < div className = 'mx-6 mt-4 grid grid-cols-1 overflow-hidden rounded-lg border border-[var(--surface-4 )] sm:grid-cols-3 md:mx-8' >
68+ < div className = 'mx-6 mt-4 grid grid-cols-1 overflow-hidden rounded-lg border border-[var(--landing-bg-elevated )] sm:grid-cols-3 md:mx-8' >
6969 { /* SOC 2 + HIPAA combined */ }
7070 < Link
7171 href = 'https://app.vanta.com/sim.ai/trust/v35ia0jil4l7dteqjgaktn'
7272 target = '_blank'
7373 rel = 'noopener noreferrer'
74- className = 'group flex items-center gap-3 border-[var(--surface-4 )] border-b px-4 py-3.5 transition-colors hover:bg-[var(--surface-1 )] sm:border-r sm:border-b-0'
74+ className = 'group flex items-center gap-3 border-[var(--landing-bg-elevated )] border-b px-4 py-3.5 transition-colors hover:bg-[var(--landing-bg-surface )] sm:border-r sm:border-b-0'
7575 >
7676 < Image
7777 src = '/footer/soc2.png'
@@ -95,7 +95,7 @@ function TrustStrip() {
9595 href = 'https://github.com/simstudioai/sim'
9696 target = '_blank'
9797 rel = 'noopener noreferrer'
98- className = 'group flex items-center gap-3 border-[var(--surface-4 )] border-b px-4 py-3.5 transition-colors hover:bg-[var(--surface-1 )] sm:border-r sm:border-b-0'
98+ className = 'group flex items-center gap-3 border-[var(--landing-bg-elevated )] border-b px-4 py-3.5 transition-colors hover:bg-[var(--landing-bg-surface )] sm:border-r sm:border-b-0'
9999 >
100100 < div className = 'flex h-[22px] w-[22px] shrink-0 items-center justify-center rounded-full bg-[#FFCC02]/10' >
101101 < GithubIcon width = { 11 } height = { 11 } className = 'text-[#FFCC02]/75' />
@@ -148,7 +148,7 @@ export default function Enterprise() {
148148
149149 < h2
150150 id = 'enterprise-heading'
151- className = 'max-w-[600px] font-[430] font-season text-[var(--landing-text)] text-[32px ] leading-[100%] tracking-[-0.02em] sm:text-[36px] md:text-[40px]'
151+ className = 'max-w-[600px] font-[430] font-season text-[32px] text-[ var(--landing-text-dark) ] leading-[100%] tracking-[-0.02em] sm:text-[36px] md:text-[40px]'
152152 >
153153 Enterprise features for
154154 < br />
@@ -191,7 +191,7 @@ export default function Enterprise() {
191191 < TrustStrip />
192192
193193 { /* Scrolling feature ticker — keyframe loop; pause on hover. Tags use transitions for hover. */ }
194- < div className = 'enterprise-feature-marquee relative mt-6 overflow-hidden border-[var(--surface-4 )] border-t' >
194+ < div className = 'enterprise-feature-marquee relative mt-6 overflow-hidden border-[var(--landing-bg-elevated )] border-t' >
195195 < style dangerouslySetInnerHTML = { { __html : ENTERPRISE_FEATURE_MARQUEE_STYLES } } />
196196 { /* Fade edges */ }
197197 < div
@@ -210,7 +210,7 @@ export default function Enterprise() {
210210 ( tag , i ) => (
211211 < span
212212 key = { i }
213- className = 'enterprise-feature-marquee-tag whitespace-nowrap border-[var(--surface-4 )] border-r px-5 py-4 font-[430] font-season text-[var(--landing-text-subtle)]/40 text-small leading-none tracking-[0.02em] hover:bg-white/[0.04] hover:text-[var(--landing-text-subtle)]/55 '
213+ className = 'enterprise-feature-marquee-tag whitespace-nowrap border-[var(--landing-bg-elevated )] border-r px-5 py-4 font-[430] font-season text-[color-mix(in_srgb, var(--landing-text-subtle)_40%,transparent)] text-small leading-none tracking-[0.02em] hover:bg-white/[0.04] hover:text-[color-mix(in_srgb, var(--landing-text-subtle)_55%,transparent)] '
214214 >
215215 { tag }
216216 </ span >
@@ -219,8 +219,8 @@ export default function Enterprise() {
219219 </ div >
220220 </ div >
221221
222- < div className = 'flex items-center justify-between border-[var(--surface-4 )] border-t px-6 py-5 md:px-8 md:py-6' >
223- < p className = 'font-[430] font-season text-[var(--landing-text-subtle)]/40 text-base leading-[150%] tracking-[0.02em]' >
222+ < div className = 'flex items-center justify-between border-[var(--landing-bg-elevated )] border-t px-6 py-5 md:px-8 md:py-6' >
223+ < p className = 'font-[430] font-season text-[color-mix(in_srgb, var(--landing-text-subtle)_40%,transparent)] text-base leading-[150%] tracking-[0.02em]' >
224224 Ready for growth?
225225 </ p >
226226 < DemoRequestModal >
0 commit comments