@@ -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-[8px] border border-[#2A2A2A ] 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(--surface-4) ] 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-[#2A2A2A ] border-b px-4 py-[14px] transition-colors hover:bg-[#212121 ] sm:border-r sm:border-b-0'
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'
7575 >
7676 < Image
7777 src = '/footer/soc2.png'
@@ -81,10 +81,10 @@ function TrustStrip() {
8181 className = 'shrink-0 object-contain'
8282 />
8383 < div className = 'flex flex-col gap-[3px]' >
84- < strong className = 'font-[430] font-season text-[13px] text-white leading-none' >
84+ < strong className = 'font-[430] font-season text-small text-white leading-none' >
8585 SOC 2 & HIPAA
8686 </ strong >
87- < span className = 'font-[430] font-season text-[#F6F6F6 ]/30 text-[11px] leading-none tracking-[0.02em] transition-colors group-hover:text-[#F6F6F6 ]/55' >
87+ < span className = 'font-[430] font-season text-[var(--landing-text-subtle) ]/30 text-xs leading-none tracking-[0.02em] transition-colors group-hover:text-[var(--landing-text-subtle) ]/55' >
8888 Type II · PHI protected →
8989 </ span >
9090 </ div >
@@ -95,31 +95,31 @@ 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-[#2A2A2A ] border-b px-4 py-[14px] transition-colors hover:bg-[#212121 ] sm:border-r sm:border-b-0'
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'
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' />
102102 </ div >
103103 < div className = 'flex flex-col gap-[3px]' >
104- < strong className = 'font-[430] font-season text-[13px] text-white leading-none' >
104+ < strong className = 'font-[430] font-season text-small text-white leading-none' >
105105 Open Source
106106 </ strong >
107- < span className = 'font-[430] font-season text-[#F6F6F6 ]/30 text-[11px] leading-none tracking-[0.02em] transition-colors group-hover:text-[#F6F6F6 ]/55' >
107+ < span className = 'font-[430] font-season text-[var(--landing-text-subtle) ]/30 text-xs leading-none tracking-[0.02em] transition-colors group-hover:text-[var(--landing-text-subtle) ]/55' >
108108 View on GitHub →
109109 </ span >
110110 </ div >
111111 </ Link >
112112
113113 { /* SSO */ }
114- < div className = 'flex items-center gap-3 px-4 py-[14px] ' >
114+ < div className = 'flex items-center gap-3 px-4 py-3.5 ' >
115115 < div className = 'flex h-[22px] w-[22px] shrink-0 items-center justify-center rounded-full bg-[#2ABBF8]/10' >
116116 < Lock className = 'h-[14px] w-[14px] text-[#2ABBF8]/75' />
117117 </ div >
118118 < div className = 'flex flex-col gap-[3px]' >
119- < strong className = 'font-[430] font-season text-[13px] text-white leading-none' >
119+ < strong className = 'font-[430] font-season text-small text-white leading-none' >
120120 SSO & SCIM
121121 </ strong >
122- < span className = 'font-[430] font-season text-[#F6F6F6 ]/30 text-[11px] leading-none tracking-[0.02em]' >
122+ < span className = 'font-[430] font-season text-[var(--landing-text-subtle) ]/30 text-xs leading-none tracking-[0.02em]' >
123123 Okta, Azure AD, Google
124124 </ span >
125125 </ div >
@@ -130,9 +130,13 @@ function TrustStrip() {
130130
131131export default function Enterprise ( ) {
132132 return (
133- < section id = 'enterprise' aria-labelledby = 'enterprise-heading' className = 'bg-[#F6F6F6]' >
134- < div className = 'px-4 pt-[60px] pb-[40px] sm:px-8 sm:pt-[80px] sm:pb-0 md:px-[80px] md:pt-[100px]' >
135- < div className = 'flex flex-col items-start gap-3 sm:gap-4 md:gap-[20px]' >
133+ < section
134+ id = 'enterprise'
135+ aria-labelledby = 'enterprise-heading'
136+ className = 'bg-[var(--landing-bg-section)]'
137+ >
138+ < div className = 'px-4 pt-[60px] pb-10 sm:px-8 sm:pt-[80px] sm:pb-0 md:px-[80px] md:pt-[100px]' >
139+ < div className = 'flex flex-col items-start gap-3 sm:gap-4 md:gap-5' >
136140 < Badge
137141 variant = 'blue'
138142 size = 'md'
@@ -144,7 +148,7 @@ export default function Enterprise() {
144148
145149 < h2
146150 id = 'enterprise-heading'
147- className = 'max-w-[600px] font-[430] font-season text-[#1C1C1C ] text-[32px] leading-[100%] tracking-[-0.02em] sm:text-[36px] md:text-[40px]'
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]'
148152 >
149153 Enterprise features for
150154 < br />
@@ -187,7 +191,7 @@ export default function Enterprise() {
187191 < TrustStrip />
188192
189193 { /* Scrolling feature ticker — keyframe loop; pause on hover. Tags use transitions for hover. */ }
190- < div className = 'enterprise-feature-marquee relative mt-6 overflow-hidden border-[#2A2A2A ] border-t' >
194+ < div className = 'enterprise-feature-marquee relative mt-6 overflow-hidden border-[var(--surface-4) ] border-t' >
191195 < style dangerouslySetInnerHTML = { { __html : ENTERPRISE_FEATURE_MARQUEE_STYLES } } />
192196 { /* Fade edges */ }
193197 < div
@@ -206,7 +210,7 @@ export default function Enterprise() {
206210 ( tag , i ) => (
207211 < span
208212 key = { i }
209- className = 'enterprise-feature-marquee-tag whitespace-nowrap border-[#2A2A2A ] border-r px-5 py-4 font-[430] font-season text-[#F6F6F6 ]/40 text-[13px] leading-none tracking-[0.02em] hover:bg-white/[0.04] hover:text-[#F6F6F6 ]/55'
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'
210214 >
211215 { tag }
212216 </ span >
@@ -215,8 +219,8 @@ export default function Enterprise() {
215219 </ div >
216220 </ div >
217221
218- < div className = 'flex items-center justify-between border-[#2A2A2A ] border-t px-6 py-5 md:px-8 md:py-6' >
219- < p className = 'font-[430] font-season text-[#F6F6F6 ]/40 text-[15px] leading-[150%] tracking-[0.02em]' >
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]' >
220224 Ready for growth?
221225 </ p >
222226 < DemoRequestModal >
0 commit comments