@@ -64,13 +64,13 @@ const FEATURE_TAGS = [
6464
6565function TrustStrip ( ) {
6666 return (
67- < div className = 'mx-6 mt-4 grid grid-cols-1 overflow-hidden rounded-[8px] border border-[#2A2A2A ] sm:grid-cols-3 md:mx-8' >
67+ < 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' >
6868 { /* SOC 2 + HIPAA combined */ }
6969 < Link
7070 href = 'https://app.vanta.com/sim.ai/trust/v35ia0jil4l7dteqjgaktn'
7171 target = '_blank'
7272 rel = 'noopener noreferrer'
73- 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'
73+ 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'
7474 >
7575 < Image
7676 src = '/footer/soc2.png'
@@ -80,10 +80,10 @@ function TrustStrip() {
8080 className = 'shrink-0 object-contain'
8181 />
8282 < div className = 'flex flex-col gap-[3px]' >
83- < strong className = 'font-[430] font-season text-[13px] text-white leading-none' >
83+ < strong className = 'font-[430] font-season text-small text-white leading-none' >
8484 SOC 2 & HIPAA
8585 </ strong >
86- < span className = 'font-[430] font-season text-[#F6F6F6 ]/30 text-[11px] leading-none tracking-[0.02em] transition-colors group-hover:text-[#F6F6F6 ]/55' >
86+ < 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' >
8787 Type II · PHI protected →
8888 </ span >
8989 </ div >
@@ -94,31 +94,31 @@ function TrustStrip() {
9494 href = 'https://github.com/simstudioai/sim'
9595 target = '_blank'
9696 rel = 'noopener noreferrer'
97- 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'
97+ 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'
9898 >
9999 < div className = 'flex h-[22px] w-[22px] shrink-0 items-center justify-center rounded-full bg-[#FFCC02]/10' >
100100 < GithubIcon width = { 11 } height = { 11 } className = 'text-[#FFCC02]/75' />
101101 </ div >
102102 < div className = 'flex flex-col gap-[3px]' >
103- < strong className = 'font-[430] font-season text-[13px] text-white leading-none' >
103+ < strong className = 'font-[430] font-season text-small text-white leading-none' >
104104 Open Source
105105 </ strong >
106- < span className = 'font-[430] font-season text-[#F6F6F6 ]/30 text-[11px] leading-none tracking-[0.02em] transition-colors group-hover:text-[#F6F6F6 ]/55' >
106+ < 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' >
107107 View on GitHub →
108108 </ span >
109109 </ div >
110110 </ Link >
111111
112112 { /* SSO */ }
113- < div className = 'flex items-center gap-3 px-4 py-[14px] ' >
113+ < div className = 'flex items-center gap-3 px-4 py-3.5 ' >
114114 < div className = 'flex h-[22px] w-[22px] shrink-0 items-center justify-center rounded-full bg-[#2ABBF8]/10' >
115115 < Lock className = 'h-[14px] w-[14px] text-[#2ABBF8]/75' />
116116 </ div >
117117 < div className = 'flex flex-col gap-[3px]' >
118- < strong className = 'font-[430] font-season text-[13px] text-white leading-none' >
118+ < strong className = 'font-[430] font-season text-small text-white leading-none' >
119119 SSO & SCIM
120120 </ strong >
121- < span className = 'font-[430] font-season text-[#F6F6F6 ]/30 text-[11px] leading-none tracking-[0.02em]' >
121+ < span className = 'font-[430] font-season text-[var(--landing-text-subtle) ]/30 text-xs leading-none tracking-[0.02em]' >
122122 Okta, Azure AD, Google
123123 </ span >
124124 </ div >
@@ -129,9 +129,13 @@ function TrustStrip() {
129129
130130export default function Enterprise ( ) {
131131 return (
132- < section id = 'enterprise' aria-labelledby = 'enterprise-heading' className = 'bg-[#F6F6F6]' >
133- < div className = 'px-4 pt-[60px] pb-[40px] sm:px-8 sm:pt-[80px] sm:pb-0 md:px-[80px] md:pt-[100px]' >
134- < div className = 'flex flex-col items-start gap-3 sm:gap-4 md:gap-[20px]' >
132+ < section
133+ id = 'enterprise'
134+ aria-labelledby = 'enterprise-heading'
135+ className = 'bg-[var(--landing-bg-section)]'
136+ >
137+ < div className = 'px-4 pt-[60px] pb-10 sm:px-8 sm:pt-[80px] sm:pb-0 md:px-[80px] md:pt-[100px]' >
138+ < div className = 'flex flex-col items-start gap-3 sm:gap-4 md:gap-5' >
135139 < Badge
136140 variant = 'blue'
137141 size = 'md'
@@ -143,7 +147,7 @@ export default function Enterprise() {
143147
144148 < h2
145149 id = 'enterprise-heading'
146- className = 'max-w-[600px] font-[430] font-season text-[#1C1C1C ] text-[32px] leading-[100%] tracking-[-0.02em] sm:text-[36px] md:text-[40px]'
150+ 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]'
147151 >
148152 Enterprise features for
149153 < br />
@@ -186,7 +190,7 @@ export default function Enterprise() {
186190 < TrustStrip />
187191
188192 { /* Scrolling feature ticker — keyframe loop; pause on hover. Tags use transitions for hover. */ }
189- < div className = 'enterprise-feature-marquee relative mt-6 overflow-hidden border-[#2A2A2A ] border-t' >
193+ < div className = 'enterprise-feature-marquee relative mt-6 overflow-hidden border-[var(--surface-4) ] border-t' >
190194 < style dangerouslySetInnerHTML = { { __html : ENTERPRISE_FEATURE_MARQUEE_STYLES } } />
191195 { /* Fade edges */ }
192196 < div
@@ -205,7 +209,7 @@ export default function Enterprise() {
205209 ( tag , i ) => (
206210 < span
207211 key = { i }
208- 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'
212+ 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'
209213 >
210214 { tag }
211215 </ span >
@@ -214,8 +218,8 @@ export default function Enterprise() {
214218 </ div >
215219 </ div >
216220
217- < div className = 'flex items-center justify-between border-[#2A2A2A ] border-t px-6 py-5 md:px-8 md:py-6' >
218- < p className = 'font-[430] font-season text-[#F6F6F6 ]/40 text-[15px] leading-[150%] tracking-[0.02em]' >
221+ < div className = 'flex items-center justify-between border-[var(--surface-4) ] border-t px-6 py-5 md:px-8 md:py-6' >
222+ < p className = 'font-[430] font-season text-[var(--landing-text-subtle) ]/40 text-base leading-[150%] tracking-[0.02em]' >
219223 Ready for growth?
220224 </ p >
221225 < Link
0 commit comments