:root {
--navy-deep: #020408;
--white: #ffffff;
--accent-blue: #3b82f6;
--accent-cyan: #06b6d4;
--accent-purple: #7c3aed;
--text-light: #94a3b8;
--text-dark: #0f172a;
--font-head: 'Manrope', sans-serif;
--font-body: 'Inter', sans-serif;
--font-code: 'JetBrains Mono', monospace;
}
.ai-wrapper {
font-family: var(--font-body);
background-color: var(--navy-deep);
overflow-x: hidden;
color: white;
width: 100%;
}
.ai-wrapper * { box-sizing: border-box; }
.ai-wrapper p {
font-size: 1rem;
line-height: 1.75;
color: var(--text-light);
margin: 0;
}
.eyebrow {
font-family: var(--font-code);
font-size: 0.75rem;
letter-spacing: 0.15em;
color: var(--accent-cyan);
margin-bottom: 1rem;
display: block;
text-transform: uppercase;
} .ai-tech {
position: relative;
background-color: var(--navy-deep);
overflow: hidden;
padding: 6rem 0 5rem;
}
.ai-tech-intro {
width: min(1100px, 92%);
margin: 0 auto 3.5rem;
}
.ai-intro-title {
font-family: var(--font-head);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.02em;
font-size: clamp(2.4rem, 4.6vw, 4rem);
margin: 0 0 1.4rem;
color: #fff;
}
.ai-intro-copy {
max-width: 880px;
display: grid;
gap: 1.25rem;
padding-left: 1.25rem;
border-left: 1px solid rgba(148,163,184,0.22);
}
.ai-intro-copy strong {
color: rgba(255,255,255,0.95);
font-weight: 700;
}
.ai-tech-core {
position: relative;
height: min(78vh, 760px);
min-height: 580px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
#brain-canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.6;
}
.tech-display {
position: relative;
z-index: 5;
text-align: center;
max-width: 1100px;
padding: 0 2rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.25rem;
transform: translateY(-25px);
}
.tech-eyebrow {
opacity: 0.95;
margin-bottom: 0;
}
.tech-title {
font-family: var(--font-head);
font-weight: 800;
font-size: clamp(2.4rem, 5.8vw, 4.8rem);
background: linear-gradient(to right, #fff, #cbd5e1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0;
line-height: 1.05;
display: block;
width: 100%;
}
.tech-desc {
font-size: 1.1rem;
max-width: 640px;
margin: 0;
color: #94a3b8;
line-height: 1.6;
opacity: 0;
transform: translateY(20px);
} .tech-nav {
position: absolute;
bottom: 3rem;
left: 50%;
transform: translateX(-50%);
z-index: 10;
display: flex;
gap: 1rem;
background: rgba(255,255,255,0.05);
padding: 0.5rem;
border-radius: 50px;
border: 1px solid rgba(255,255,255,0.1);
backdrop-filter: blur(10px);
}
.nav-btn {
position: relative;
padding: 0.8rem 1.5rem;
border-radius: 40px;
cursor: pointer;
transition: all 0.3s ease;
color: #94a3b8;
font-family: var(--font-code);
font-size: 0.8rem;
display: flex;
align-items: center;
gap: 0.5rem;
overflow: hidden;
}
.nav-btn span { position: relative; z-index: 2; }
.nav-btn.active,
.nav-btn:hover { color: white; }
.nav-btn::before {
content: '';
position: absolute;
inset: 0;
background: var(--accent-cyan);
opacity: 0;
transition: 0.3s;
z-index: 1;
}
.nav-btn.active::before { opacity: 1; }
.nav-btn:hover::before { opacity: 0.3; }
.nav-progress {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 0%;
background: #fff;
z-index: 3;
}
.nav-btn.active .nav-progress { width: 100%; transition: width 5s linear; } #why-quantic {
position: relative;
background-color: var(--white);
padding: 6rem 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
.why-intro {
position: relative;
text-align: center;
margin-bottom: 4rem;
color: var(--text-dark);
padding: 0 2rem;
}
.why-intro h2 {
font-family: var(--font-head);
font-weight: 800;
line-height: 1.1;
font-size: clamp(1.9rem, 3.5vw, 3rem);
margin: 0 auto;
letter-spacing: -0.02em;
color: var(--text-dark);
}
.why-intro .eyebrow {
color: var(--accent-blue);
display: inline-block;
}
.monolith-wrapper {
display: flex;
width: 100%;
max-width: 1200px;
height: 520px;
margin: 0 auto;
padding: 0 2rem;
}
.monolith {
flex: 1;
position: relative;
border-right: 1px solid #e2e8f0;
overflow: hidden;
transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
cursor: pointer;
background: #0b1220;
}
.monolith:last-child { border-right: none; }
.mono-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
opacity: 0.92;
transform: scale(1.08);
filter: grayscale(100%) blur(10px) brightness(0.60) contrast(1.05);
transition: filter 0.75s ease, transform 1.6s ease, opacity 0.6s ease;
}
.monolith::before {
content: '';
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(
to top,
rgba(0,0,0,0.82) 0%,
rgba(0,0,0,0.36) 55%,
rgba(0,0,0,0.18) 100%
);
opacity: 0.92;
transition: opacity 0.6s ease;
}
.mono-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 2rem;
z-index: 2;
}
.mono-num {
font-family: var(--font-head);
font-weight: 800;
font-size: 1.6rem;
color: var(--accent-cyan);
margin-bottom: 0.55rem;
display: block;
}
.mono-title {
font-family: var(--font-head);
font-weight: 700;
font-size: 1.25rem;
color: rgba(255,255,255,0.94);
letter-spacing: -0.01em;
white-space: nowrap;
}
.mono-desc {
max-height: 0;
opacity: 0;
overflow: hidden;
margin-top: 1rem;
font-size: 0.92rem;
line-height: 1.6;
color: rgba(255,255,255,0.88);
transition: 0.55s ease;
}
@media (min-width: 901px) {
.monolith:hover { flex: 2.4; }
.monolith:hover .mono-bg {
filter: grayscale(0%) blur(0px) brightness(0.72) contrast(1.08) saturate(1.25);
transform: scale(1.02);
}
.monolith:hover .mono-desc {
max-height: 200px;
opacity: 1;
}
} @media (max-width: 900px) {
.ai-tech { padding: 5rem 0 4rem; }
.ai-tech-intro { margin-bottom: 2.75rem; }
.ai-intro-copy { padding-left: 1rem; } .ai-tech-core {
height: auto;
min-height: 620px;
padding: 3.2rem 0 calc(5.8rem + 92px); } .tech-display {
transform: translateY(-14px); padding: 0 1.25rem;
gap: 0.9rem;
}
.tech-eyebrow {
font-size: 0.7rem;
margin-bottom: 0;
} .tech-title {
font-size: clamp(1.85rem, 7.4vw, 2.55rem); line-height: 1.12;
width: auto; max-width: 18ch; text-align: center;
text-wrap: balance; word-break: normal;
overflow-wrap: anywhere; }
.tech-desc {
font-size: 0.98rem;
line-height: 1.55;
max-width: 40ch;
} .tech-nav {
width: 92%;
flex-wrap: wrap;
justify-content: center;
border-radius: 20px;
bottom: 1.6rem;
gap: 0.6rem;
}
.nav-btn {
width: 46%;
justify-content: center;
padding: 0.7rem 0.9rem;
} .monolith-wrapper {
flex-direction: column;
height: auto;
padding: 0 1rem;
gap: 1rem;
}
.monolith {
height: 120px;
flex: none;
border-right: none;
}
.monolith.active-mobile { height: 320px; }
.monolith.active-mobile .mono-bg {
filter: grayscale(0%) blur(0px) brightness(0.72) contrast(1.08) saturate(1.25);
opacity: 1;
transform: scale(1.02);
}
.monolith.active-mobile .mono-desc {
max-height: 200px;
opacity: 1;
margin-top: 1rem;
}
}:root {
--navy-deep: #020408;
--white: #ffffff;
--accent-blue: #3b82f6;
--accent-purple: #7c3aed;
--accent-cyan: #06b6d4;
--text-light: #94a3b8;
--font-head: 'Manrope', sans-serif;
--font-body: 'Inter', sans-serif;
}
.cta-wrapper {
width: 100%;
overflow: hidden;
background-color: var(--navy-deep);
font-family: var(--font-body);
}
#engage-section {
position: relative;
width: 100%;
background: radial-gradient(circle at 30% 50%, #1e293b 0%, #020408 70%);
color: #ffffff;
padding: 6rem 0;
min-height: 60vh;
} #engage-section::before {
content: '';
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background-image:
linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 40px 40px;
opacity: 0.5;
pointer-events: none;
z-index: 0;
}
.cta-grid-layout {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 4rem;
align-items: center;
max-width: 1100px;
margin: 0 auto;
padding: 0 2rem;
position: relative;
z-index: 2;
}
.content-wrapper { text-align: left; }
.eyebrow {
font-family: var(--font-head);
font-weight: 700;
font-size: 0.7rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--accent-cyan);
margin-bottom: 1rem;
display: inline-block;
background: rgba(6, 182, 212, 0.1);
padding: 4px 10px;
border-radius: 4px;
}
.main-headline {
font-family: var(--font-head);
font-weight: 800;
font-size: clamp(2rem, 3.5vw, 3rem);
line-height: 1.1;
margin-bottom: 1.5rem;
color: #ffffff;
letter-spacing: -0.02em;
}
.body-text {
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 1.25rem;
color: var(--text-light);
max-width: 500px;
}
.highlight-text {
display: block;
color: #ffffff;
font-weight: 700;
margin-bottom: 0.5rem;
font-family: var(--font-head);
font-size: 1.1rem;
} .btn-gradient {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0.6rem 1.6rem !important;
background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple)) !important;
color: #ffffff !important;
font-weight: 600 !important;
font-size: 0.85rem !important;
border-radius: 50px !important;
text-decoration: none !important;
transition: 0.3s ease !important;
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
margin-top: 1.5rem !important;
white-space: nowrap !important;
border: none !important;
cursor: pointer !important;
opacity: 1 !important;
visibility: visible !important;
}
.btn-gradient:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
color: #ffffff !important;
}
#canvas-container {
position: relative;
width: 100%;
height: 450px;
min-height: 450px;
display: flex;
justify-content: center;
align-items: center;
}
#three-canvas {
width: 100% !important;
height: 100% !important;
display: block !important;
}
@media (max-width: 900px) {
.cta-grid-layout {
grid-template-columns: 1fr;
text-align: center;
gap: 2rem;
}
.content-wrapper { margin: 0 auto; }
.body-text { margin-left: auto; margin-right: auto; }
#canvas-container {
height: 350px;
min-height: 350px;
order: -1;
}
.btn-gradient { width: 100% !important; }
}