

/* ============================================================
   PVC AI — Premium Dark SaaS Stylesheet
   ============================================================ */

:root {
    --bg-primary:      #0B0F19;
    --bg-secondary:    #111827;
    --card-bg:         #1A2234;
    --card-border:     rgba(255,255,255,0.06);
    --primary:         #ef6b16;
    --primary-hover:   #4338CA;
    --primary-light:   rgba(79,70,229,0.15);
    --accent:          #7C3AED;
    --accent-light:    rgba(124,58,237,0.15);
    --cyan:            #06B6D4;
    --cyan-light:      rgba(6,182,212,0.15);
    --green:           #f97317e3;
    --green-light:     rgba(16,185,129,0.15);
    --pink:            #EC4899;
    --pink-light:      rgba(236,72,153,0.15);
    --orange:          #F59E0B;
    --orange-light:    rgba(245,158,11,0.15);
    --text-primary:    #F1F5F9;
    --text-secondary:  #94A3B8;
    --text-muted:      #64748B;
    --radius-sm:       8px;
    --radius-md:       14px;
    --radius-lg:       20px;
    --radius-xl:       28px;
    --font-display:    'Space Grotesk', sans-serif;
    --font-body:       'Inter', sans-serif;
    --transition:      all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-primary); color: var(--text-primary); font-family: var(--font-body); font-size: 1rem; line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.noise-overlay { position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: 0.025; pointer-events: none; z-index: 9999; }
::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: var(--bg-primary); } ::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; color: var(--text-primary); }
p { color: var(--text-secondary); }
a { text-decoration: none; color: var(--text-primary); transition: var(--transition); }
a:hover { color: var(--primary); }

.gradient-text { background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-pad { padding: 100px 0; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary); background: var(--primary-light); border: 1px solid rgba(79,70,229,0.3); padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; width: fit-content }
.section-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; }
.section-desc { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.75; }
.section-header .section-desc { margin-top: 16px; }

/* Buttons */
.pvc-btn-primary { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff !important; border: none; border-radius: var(--radius-sm); padding: 10px 22px; font-weight: 600; font-size: 0.92rem; letter-spacing: 0.02em; transition: var(--transition); box-shadow: 0 4px 20px rgba(79,70,229,0.35); position: relative; overflow: hidden; display: inline-flex; align-items: center; }
.pvc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(79,70,229,0.5); }
.pvc-btn-primary.btn-lg { padding: 14px 30px; font-size: 1rem; }
.pvc-btn-ghost { background: transparent; color: var(--text-primary) !important; border: 1px solid var(--card-border); border-radius: var(--radius-sm); padding: 10px 22px; font-weight: 600; font-size: 0.92rem; transition: var(--transition); display: inline-flex; align-items: center; }
.pvc-btn-ghost:hover { background: rgba(255,255,255,0.05); border-color: rgba(79,70,229,0.4); color: var(--primary) !important; transform: translateY(-2px); }
.pvc-btn-ghost.btn-lg { padding: 14px 30px; font-size: 1rem; }
.pvc-btn-white { background: #fff; color: #0B0F19 !important; border: none; border-radius: var(--radius-sm); padding: 10px 22px; font-weight: 700; transition: var(--transition); display: inline-flex; align-items: center; }
.pvc-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); background: #f1f5f9; }
.pvc-btn-white.btn-lg { padding: 14px 30px; font-size: 1rem; }

/* Navbar */
.pvc-navbar { background: rgba(11,15,25,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--card-border); padding: 14px 0; transition: all 0.3s ease; }
.pvc-navbar.scrolled { background: rgba(11,15,25,0.95); padding: 10px 0; }
.brand-text { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.01em; }
.brand-accent { color: var(--primary); }
.pvc-navbar .nav-link { color: var(--text-secondary) !important; font-weight: 500; font-size: 0.9rem; padding: 6px 12px !important; border-radius: var(--radius-sm); transition: var(--transition); }
.pvc-navbar .nav-link:hover, .pvc-navbar .nav-link.active { color: var(--text-primary) !important; background: rgba(255,255,255,0.04); }
.pvc-dropdown { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 8px; min-width: 260px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.pvc-dropdown .dropdown-item { display: flex; align-items: center; gap: 12px; color: var(--text-secondary) !important; border-radius: var(--radius-sm); padding: 10px 12px; transition: var(--transition); }
.pvc-dropdown .dropdown-item:hover { background: var(--primary-light); color: var(--text-primary) !important; }
.dropdown-icon { width: 34px; height: 34px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; font-size: 1rem; }
.dropdown-item-title { font-weight: 600; font-size: 0.9rem; color: var(--text-primary); }
.dropdown-item-sub { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }
.lang-btn { background: rgba(255,255,255,0.04); border: 1px solid var(--card-border); color: var(--text-secondary); border-radius: var(--radius-sm); padding: 6px 12px; font-size: 0.85rem; font-weight: 500; transition: var(--transition); }
.lang-btn:hover { background: rgba(255,255,255,0.08); color: var(--text-primary); }
.lang-dropdown { min-width: 140px; }
.lang-dropdown .dropdown-item { color: var(--text-secondary) !important; border-radius: var(--radius-sm); }
.lang-dropdown .dropdown-item.active, .lang-dropdown .dropdown-item:hover { background: var(--primary-light); color: var(--text-primary) !important; }

/* Hero */
.hero-section { min-height: 100vh; display: flex; align-items: center; padding: 140px 0 80px; position: relative; overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow-1 { width: 600px; height: 600px; background: rgba(79,70,229,0.18); top: -150px; left: -100px; }
.hero-glow-2 { width: 500px; height: 500px; background: rgba(124,58,237,0.12); bottom: -100px; right: -80px; }
.hero-glow-3 { width: 300px; height: 300px; background: rgba(6,182,212,0.08); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,70,229,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(79,70,229,0.04) 1px,transparent 1px); background-size: 50px 50px; pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(79,70,229,0.1); border: 1px solid rgba(79,70,229,0.3); color: var(--text-secondary); font-size: 0.82rem; font-weight: 500; padding: 6px 14px; border-radius: 100px; cursor: pointer; transition: var(--transition); }
.hero-badge:hover { background: rgba(79,70,229,0.2); color: var(--text-primary); }
.badge-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 8px var(--green); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100% { opacity:1;transform:scale(1); } 50% { opacity:0.6;transform:scale(1.3); } }
.hero-headline { font-size: clamp(2.6rem,5.5vw,4.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }
.hero-sub { font-size: 1.1rem; color: var(--text-secondary); max-width: 520px; line-height: 1.75; }
.hero-trust { font-size: 0.82rem; color: var(--text-muted); }
.trust-item { display: flex; align-items: center; gap: 6px; }
.text-accent { color: var(--primary) !important; }

/* Dashboard mockup */
.hero-mockup-wrapper { position: relative; padding: 30px; }
.hero-dashboard { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.4),0 0 0 1px rgba(255,255,255,0.04) inset; }
.dash-header { background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--card-border); padding: 14px 20px; display: flex; align-items: center; gap: 12px; }
.dash-dots { display: flex; gap: 6px; }
.dash-dots span { width: 10px; height: 10px; border-radius: 50%; }
.dash-dots span:nth-child(1) { background: #EF4444; }
.dash-dots span:nth-child(2) { background: #F59E0B; }
.dash-dots span:nth-child(3) { background: #f97317e3; }
.dash-title { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); flex: 1; }
.dash-status { display: flex; align-items: center; gap: 5px; font-size: 0.75rem; color: var(--green); font-weight: 600; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); animation: pulse-dot 2s infinite; }
.dash-body { padding: 20px; }
.dash-chart-area { background: rgba(255,255,255,0.02); border-radius: var(--radius-md); padding: 16px; margin-bottom: 16px; }
.dash-chart-label { font-size: 0.75rem; font-weight: 600; color: var(--text-muted); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.dash-chart svg { width: 100%; height: 70px; }
.dash-metric { display: flex; align-items: baseline; gap: 6px; margin-top: 8px; }
.metric-val { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--green); }
.metric-label { font-size: 0.8rem; color: var(--text-muted); }
.dash-agents { display: flex; flex-direction: column; gap: 8px; }
.agent-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(255,255,255,0.02); border: 1px solid var(--card-border); border-radius: var(--radius-sm); font-size: 0.82rem; color: var(--text-secondary); transition: var(--transition); }
.agent-item.active { border-color: rgba(79,70,229,0.3); background: var(--primary-light); }
.agent-item i { color: var(--primary); font-size: 1rem; }
.agent-item span:nth-child(2) { flex: 1; }
.agent-badge { font-size: 0.7rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; }
.agent-badge.running { background: rgba(16,185,129,0.15); color: var(--green); }
.agent-badge.idle { background: var(--accent-light); color: #A78BFA; }
.float-card { position: absolute; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 12px 16px; display: flex; align-items: center; gap: 12px; backdrop-filter: blur(20px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.float-card-tl { top: 10px; left: -10px; animation: float-anim 4s ease-in-out infinite; }
.float-card-br { bottom: 20px; right: -10px; animation: float-anim 4s ease-in-out infinite 1.3s; }
.float-card-bl { bottom: 80px; left: -20px; animation: float-anim 4s ease-in-out infinite 0.7s; }
@keyframes float-anim { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }
.fc-icon { width: 36px; height: 36px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; flex-shrink: 0; }
.fc-green { background: var(--green-light); color: var(--green); }
.fc-purple { background: var(--accent-light); color: #A78BFA; }
.fc-val { font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.fc-label { font-size: 0.72rem; color: var(--text-muted); }
.hero-stats-bar { border-top: 1px solid var(--card-border); }
.hstat-item { padding: 28px 24px; border-right: 1px solid var(--card-border); text-align: center; }
.hstat-val { font-family: var(--font-display); font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 700; line-height: 1; }
.hstat-plus { color: var(--primary); font-size: 0.7em; }
.hstat-label { font-size: 0.82rem; color: var(--text-muted); margin-top: 6px; }

/* Trusted */
.trusted-section { padding: 48px 0; border-top: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); background: var(--bg-secondary); }
.trusted-label { font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; margin-bottom: 28px; }
.trusted-slider-wrap { position: relative; }
.trusted-logo-item { display: flex; align-items: center; gap: 8px; color: var(--text-muted); font-weight: 600; font-size: 0.95rem; font-family: var(--font-display); white-space: nowrap; padding: 0 16px; transition: var(--transition); }
.trusted-logo-item i { font-size: 1.2rem; }
.trusted-logo-item:hover { color: var(--text-primary); }
.slider-fade-left,.slider-fade-right { position: absolute; top: 0; bottom: 0; width: 120px; pointer-events: none; z-index: 2; }
.slider-fade-left { left: 0; background: linear-gradient(to right,var(--bg-secondary),transparent); }
.slider-fade-right { right: 0; background: linear-gradient(to left,var(--bg-secondary),transparent); }

/* About */
.about-section { background: var(--bg-primary); }
.about-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.about-visual-inner { width: 280px; height: 280px; position: relative; display: flex; align-items: center; justify-content: center; }
.orbital-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(79,70,229,0.15); animation: orbit-rotate 20s linear infinite; }
.ring-1 { width: 280px; height: 280px; border-style: dashed; }
.ring-2 { width: 200px; height: 200px; border-color: rgba(124,58,237,0.2); animation-duration: 15s; animation-direction: reverse; }
.ring-3 { width: 130px; height: 130px; border-style: dashed; border-color: rgba(6,182,212,0.2); animation-duration: 10s; }
@keyframes orbit-rotate { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
.about-core { width: 80px; height: 80px; background: linear-gradient(135deg,var(--primary),var(--accent)); border-radius: 20px; display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 0 40px rgba(79,70,229,0.4); }
.orbital-node { position: absolute; z-index: 3; width: 38px; height: 38px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.node-1 { top: 0; left: 50%; transform: translateX(-50%); }
.node-2 { right: 0; top: 50%; transform: translateY(-50%); }
.node-3 { bottom: 0; left: 50%; transform: translateX(-50%); }
.node-4 { left: 0; top: 50%; transform: translateY(-50%); }
.about-stat-card { position: absolute; bottom: -20px; right: -10px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.asc-icon { width: 36px; height: 36px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary); }
.asc-val { font-weight: 700; font-size: 0.9rem; }
.asc-label { font-size: 0.72rem; color: var(--text-muted); }
.about-pillar { display: flex; align-items: flex-start; gap: 12px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 16px; transition: var(--transition); }
.about-pillar:hover { border-color: rgba(79,70,229,0.3); background: rgba(79,70,229,0.04); transform: translateY(-2px); }
.pillar-icon { width: 38px; height: 38px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
.pillar-title { font-weight: 600; font-size: 0.88rem; color: var(--text-primary); }
.pillar-desc { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }

/* Services */
.services-section { background: var(--bg-secondary); }
.service-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-xl); padding: 32px; transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(79,70,229,0.3); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.service-card-featured { border-color: rgba(124,58,237,0.4); background: linear-gradient(145deg,var(--card-bg),rgba(124,58,237,0.06)); }
.service-card-featured:hover { border-color: var(--accent); }
.sc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.sc-icon-wrap { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.sc-indigo { background: var(--primary-light); color: var(--primary); }
.sc-purple { background: var(--accent-light); color: #A78BFA; }
.sc-cyan { background: var(--cyan-light); color: var(--cyan); }
.sc-badge { font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 100px; background: var(--primary-light); color: var(--primary); border: 1px solid rgba(79,70,229,0.3); }
.sc-badge-purple { background: var(--accent-light); color: #A78BFA; border-color: rgba(124,58,237,0.3); }
.sc-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; }
.sc-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; }
.sc-features { list-style: none; padding: 0; margin: 0; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.sc-features li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--text-secondary); }
.sc-features i { color: var(--green); font-size: 1rem; flex-shrink: 0; }
.sc-footer { margin-top: 28px; border-top: 1px solid var(--card-border); padding-top: 20px; position: relative; }
.sc-link { font-size: 0.88rem; font-weight: 600; color: var(--primary); display: inline-flex; align-items: center; gap: 4px; }
.sc-link:hover { color: #f26d16; }
.sc-glow { position: absolute; bottom: -40px; width: 150px; height: 150px; border-radius: 50%; filter: blur(50px); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.service-card:hover .sc-glow { opacity: 0.5; }
.sc-glow-indigo { background: var(--primary); left: 50%; transform: translateX(-50%); }
.sc-glow-purple { background: var(--accent); left: 50%; transform: translateX(-50%); }
.sc-glow-cyan { background: var(--cyan); left: 50%; transform: translateX(-50%); }

/* How We Work */
.howwework-section { background: var(--bg-primary); }
.process-connector { display: none; position: absolute; top: 50px; left: calc(12.5% + 50px); right: calc(12.5% + 50px); height: 1px; background: linear-gradient(to right,var(--primary),var(--accent)); opacity: 0.3; z-index: 0; }
@media (min-width: 992px) { .process-connector { display: block; } }
.process-wrapper { position: relative; }
.process-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-xl); padding: 28px; position: relative; z-index: 1; transition: var(--transition); height: 100%; }
.process-card:hover { transform: translateY(-4px); border-color: rgba(79,70,229,0.3); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.process-num { font-family: var(--font-display); font-size: 0.72rem; font-weight: 700; color: var(--primary); letter-spacing: 0.1em; margin-bottom: 16px; }
.process-icon-wrap { width: 52px; height: 52px; background: var(--primary-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.3rem; margin-bottom: 18px; }
.process-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.process-desc { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.65; }
.process-tag { font-size: 0.72rem; font-weight: 500; padding: 3px 10px; background: rgba(255,255,255,0.04); border: 1px solid var(--card-border); border-radius: 100px; color: var(--text-muted); }


/* Stats */
.stats-section { padding: 80px 0; background: linear-gradient(135deg,#0F1729,#0B0F19); position: relative; overflow: hidden; border-top: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); }
.stats-glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(ellipse,rgba(79,70,229,0.12),transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.stat-item { border-right: 1px solid var(--card-border); padding: 28px 20px; text-align: center; transition: var(--transition); }
.stat-item:hover { background: rgba(79,70,229,0.04); }
.stat-item:last-child { border-right: none; }
.stat-icon { font-size: 1.5rem; color: var(--primary); margin-bottom: 12px; }
.stat-number { font-family: var(--font-display); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 700; line-height: 1; }
.stat-suffix { color: var(--primary); font-size: 0.7em; }
.stat-label { font-size: 0.88rem; font-weight: 600; color: var(--text-primary); margin-top: 6px; }
.stat-sub { font-size: 0.75rem; color: var(--text-muted); margin-top: 4px; }

/* Testimonials */
.testimonials-section { background: var(--bg-primary); }
.testimonial-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-xl); padding: 36px; height: 100%; }
.testimonialsSwiper .swiper-slide { padding: 8px 4px 16px; height: auto; }
.tc-stars { color: #F59E0B; font-size: 0.85rem; display: flex; gap: 3px; margin-bottom: 16px; }
.tc-quote { font-size: 1rem; color: var(--text-secondary); line-height: 1.75; font-style: italic; }
.tc-metric { display: inline-flex; align-items: center; gap: 6px; background: var(--green-light); color: var(--green); font-size: 0.8rem; font-weight: 600; padding: 4px 12px; border-radius: 100px; margin-top: 16px; }
.tc-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.82rem; flex-shrink: 0; }
.tc-avatar-indigo { background: var(--primary-light); color: var(--primary); }
.tc-avatar-purple { background: var(--accent-light); color: #A78BFA; }
.tc-avatar-cyan { background: var(--cyan-light); color: var(--cyan); }
.tc-avatar-green { background: var(--green-light); color: var(--green); }
.tc-avatar-pink { background: var(--pink-light); color: var(--pink); }
.tc-name { font-weight: 700; font-size: 0.9rem; }
.tc-role { font-size: 0.78rem; color: var(--text-muted); }
.ts-nav-btn { width: 44px; height: 44px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 50%; color: var(--text-secondary); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); }
.ts-nav-btn:hover { background: var(--primary-light); border-color: rgba(79,70,229,0.4); color: var(--primary); }
.testimonials-pagination { text-align: center; margin-top: 16px; }
.testimonials-pagination .swiper-pagination-bullet { background: var(--text-muted); width: 6px; height: 6px; opacity: 0.4; }
.testimonials-pagination .swiper-pagination-bullet-active { background: var(--primary); opacity: 1; width: 24px; border-radius: 3px; }

/* FAQ */
.faq-section { background: var(--bg-secondary); }
.faq-item { background: var(--card-bg); border: 1px solid var(--card-border) !important; border-radius: var(--radius-md) !important; margin-bottom: 10px; overflow: hidden; }
.faq-item:hover { border-color: rgba(79,70,229,0.3) !important; }
.faq-btn { background: transparent !important; color: var(--text-primary) !important; border: none !important; font-weight: 600; font-size: 0.95rem; display: flex; align-items: center; gap: 14px; padding: 20px 22px !important; box-shadow: none !important; }
.faq-btn::after { filter: invert(1); opacity: 0.5; }
.faq-btn:not(.collapsed) { color: var(--primary) !important; }
.faq-num { font-size: 0.72rem; font-weight: 700; color: var(--primary); background: var(--primary-light); padding: 3px 8px; border-radius: 6px; flex-shrink: 0; }
.faq-body { color: var(--text-secondary); font-size: 0.92rem; line-height: 1.75; padding: 0 22px 22px; }

/* CTA */
.cta-section { padding: 80px 0; position: relative; overflow: hidden; background: var(--bg-primary); }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 50%,rgba(79,70,229,0.12),transparent); pointer-events: none; }
.cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,70,229,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(79,70,229,0.05) 1px,transparent 1px); background-size: 40px 40px; pointer-events: none; }
.cta-inner { background: linear-gradient(135deg,rgba(79,70,229,0.1),rgba(124,58,237,0.08)); border: 1px solid rgba(79,70,229,0.25); border-radius: var(--radius-xl); padding: 60px; position: relative; overflow: hidden; }
.cta-eyebrow { color: #A78BFA; background: rgba(124,58,237,0.15); border-color: rgba(124,58,237,0.3); }
.cta-title { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 700; }
.cta-desc { color: var(--text-secondary); font-size: 1rem; max-width: 460px; }
.cta-trust-item { font-size: 0.82rem; color: var(--text-secondary); display: flex; align-items: center; gap: 6px; }
.cta-trust-item i { color: var(--green); }
.cta-social-proof { display: flex; align-items: center; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.csp-avatars { display: flex; }
.csp-av { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; border: 2px solid var(--bg-primary); margin-left: -8px; }
.csp-av:first-child { margin-left: 0; }
.csp-av-1 { background: var(--primary-light); color: var(--primary); }
.csp-av-2 { background: var(--accent-light); color: #A78BFA; }
.csp-av-3 { background: var(--green-light); color: var(--green); }
.csp-av-4 { background: var(--card-bg); color: var(--text-muted); }
.csp-text { font-size: 0.75rem; color: var(--text-muted); }

/* Contact */
.contact-section { background: var(--bg-secondary); }
.contact-form-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-xl); padding: 36px; }
.form-group-pvc { margin-bottom: 0; }
.pvc-label { font-size: 0.82rem; font-weight: 600; color: var(--text-secondary); margin-bottom: 6px; display: block; }
.pvc-input { background: rgba(255,255,255,0.04) !important; border: 1px solid var(--card-border) !important; border-radius: var(--radius-sm) !important; color: var(--text-primary) !important; padding: 11px 14px !important; font-size: 0.9rem !important; transition: var(--transition) !important; }
.pvc-input::placeholder { color: var(--text-muted) !important; }
.pvc-input:focus { background: rgba(79,70,229,0.06) !important; border-color: rgba(79,70,229,0.5) !important; outline: none !important; box-shadow: 0 0 0 3px rgba(79,70,229,0.1) !important; color: var(--text-primary) !important; }
select.pvc-input option { background: var(--card-bg); color: var(--text-primary); }
.pvc-check .form-check-input { background-color: transparent; border-color: var(--card-border); }
.pvc-check .form-check-input:checked { background-color: var(--primary); border-color: var(--primary); }
.pvc-check .form-check-label { font-size: 0.82rem; color: var(--text-muted); }
.pvc-check a { color: var(--primary); }
.ci-heading { font-size: 1.2rem; font-weight: 700; }
.ci-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); transition: var(--transition); }
.ci-item:hover { border-color: rgba(79,70,229,0.3); }
.ci-icon { width: 40px; height: 40px; background: var(--primary-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
.ci-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 4px; }
.ci-value { font-size: 0.9rem; color: var(--text-primary); font-weight: 500; }
a.ci-value:hover { color: var(--primary); }
.ci-offices-title { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.office-badge { font-size: 0.78rem; padding: 4px 12px; background: rgba(255,255,255,0.04); border: 1px solid var(--card-border); border-radius: 100px; color: var(--text-secondary); }
.ci-booking-card { background: linear-gradient(135deg,rgba(79,70,229,0.1),rgba(124,58,237,0.08)); border: 1px solid rgba(79,70,229,0.25); border-radius: var(--radius-md); padding: 22px; }
.ci-booking-icon { width: 42px; height: 42px; background: var(--primary-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; }
.ci-booking-title { font-weight: 700; font-size: 0.95rem; }
.ci-booking-sub { font-size: 0.78rem; color: var(--text-muted); }

/* Footer */
.pvc-footer { background: #080C14; border-top: 1px solid var(--card-border); }
.footer-newsletter-strip { padding: 60px 0; border-bottom: 1px solid var(--card-border); background: linear-gradient(135deg,rgba(79,70,229,0.06),rgba(124,58,237,0.04)); }
.footer-nl-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 6px; }
.footer-nl-sub { font-size: 0.9rem; color: var(--text-secondary); margin: 0; }
.newsletter-group { max-width: 440px; }
.newsletter-input { background: rgba(255,255,255,0.05) !important; border: 1px solid var(--card-border) !important; color: var(--text-primary) !important; border-radius: var(--radius-sm) 0 0 var(--radius-sm) !important; padding: 12px 16px !important; font-size: 0.9rem !important; }
.newsletter-input::placeholder { color: var(--text-muted) !important; }
.newsletter-input:focus { background: rgba(79,70,229,0.08) !important; border-color: rgba(79,70,229,0.5) !important; box-shadow: none !important; color: var(--text-primary) !important; }
.newsletter-note { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; }
.footer-main { padding: 60px 0; }
.footer-brand .brand-text { font-size: 1.25rem; }
.footer-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; max-width: 300px; }
.footer-socials .social-link { width: 36px; height: 36px; background: rgba(255,255,255,0.04); border: 1px solid var(--card-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.9rem; transition: var(--transition); }
.social-link:hover { background: var(--primary-light); border-color: rgba(79,70,229,0.4); color: var(--primary); transform: translateY(-2px); }
.footer-heading { font-family: var(--font-display); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-primary); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.88rem; color: var(--text-muted); transition: var(--transition); }
.footer-links a:hover { color: var(--primary); padding-left: 4px; }
.footer-bottom { padding: 24px 0; border-top: 1px solid var(--card-border); }
.footer-copy { font-size: 0.82rem; color: var(--text-muted); margin: 0; }
.footer-badge { font-size: 0.72rem; font-weight: 500; padding: 4px 10px; background: rgba(255,255,255,0.03); border: 1px solid var(--card-border); border-radius: 6px; color: var(--text-muted); }

/* Responsive */
@media (max-width: 991.98px) {
    .section-pad { padding: 70px 0; }
    .hero-section { padding: 120px 0 60px; min-height: auto; }
    .cta-inner { padding: 40px 28px; }
    .hstat-item { border-right: none; border-bottom: 1px solid var(--card-border); }
    .hstat-item:last-child { border-bottom: none; }
    .float-card-tl,.float-card-bl { display: none; }
    .float-card-br { bottom: 10px; right: -5px; }
    .contact-form-card { padding: 24px; }
    .pvc-navbar .navbar-collapse { background: rgba(11,15,25,0.98); border-radius: var(--radius-md); padding: 16px; margin-top: 10px; border: 1px solid var(--card-border); }
    .stat-item { border-right: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); }
    .stat-item:nth-child(3n) { border-right: none; }
}
@media (max-width: 767.98px) {
    .section-pad { padding: 55px 0; }
    .hero-section { padding: 100px 0 50px; }
    .hero-headline { font-size: 2.2rem; }
    .hero-stats-bar { display: none; }
    .cta-inner { padding: 30px 20px; }
    .footer-newsletter-strip { padding: 40px 0; }
    .footer-main { padding: 40px 0; }
    .stat-item { border-right: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); }
    .stat-item:nth-child(2n) { border-right: none; }
}
@media (min-width: 1400px) { .hero-headline { font-size: 4.6rem; } .section-pad { padding: 120px 0; } }
@media (min-width: 1920px) { .container-xl { max-width: 1400px; } }

*:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } [data-aos] { opacity:1 !important; transform:none !important; transition:none !important; } }

/* =========================
CONTACT PAGE (PVC AI)
========================= */

/* CONTACT HERO CLEAN */
.contact-hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    background:#050816;
    position:relative;
    overflow:hidden;
    padding:120px 0 80px;
}

.contact-hero-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:30px;
    backdrop-filter:blur(18px);
}

.contact-hero-item{
    display:flex;
    gap:10px;
    padding:10px 0;
    color:#cbd5e1;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.contact-hero-item i{
    color:#f26d16;
}

/* BUTTON FIX */
.contact-submit-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.contact-btn-icon{
    font-size:14px !important;
}

/* ===== FORM CARD ===== */
.contact-form-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:40px;
    backdrop-filter:blur(18px);
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

/* Inputs */
.form-group-pvc{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.pvc-label{
    color:#cbd5e1;
    font-size:13px;
}

.pvc-input{
    background:#0b1120;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    padding:12px 14px;
    color:white;
    transition:.3s;
}

.pvc-input:focus{
    border-color:#ef6b16;
    box-shadow:0 0 0 3px rgba(79,70,229,.15);
    outline:none;
}

/* Checkbox */
.pvc-check label{
    color:#94a3b8;
    font-size:13px;
}

.pvc-check a{
    color:#f26d16;
    text-decoration:none;
}

/* ===== CONTACT INFO ===== */
.contact-info-wrap{
    padding:10px 20px;
}

.ci-heading{
    color:white;
    font-size:1.8rem;
    font-weight:700;
}

.ci-items{
    margin-top:20px;
}

.ci-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding:15px;
    border-radius:14px;
    background:#0b1120;
    border:1px solid rgba(255,255,255,.06);
    transition:.3s;
}

.ci-item:hover{
    transform:translateY(-5px);
    border-color:#ef6b16;
}

.ci-icon{
    width:42px;
    height:42px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(79,70,229,.15);
    color:#f26d16;
}

.ci-label{
    font-size:12px;
    color:#94a3b8;
}

.ci-value{
    color:white;
    font-weight:600;
    text-decoration:none;
}

/* ===== OFFICE BADGES ===== */
.office-badge{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#cbd5e1;
    padding:6px 12px;
    border-radius:50px;
    font-size:12px;
}

/* ===== BOOKING CARD ===== */
.ci-booking-card{
    margin-top:20px;
    padding:20px;
    border-radius:18px;
    background:linear-gradient(
        135deg,
        rgba(79,70,229,.25),
        rgba(124,58,237,.25)
    );
    border:1px solid rgba(255,255,255,.08);
}

.ci-booking-icon{
    width:40px;
    height:40px;
    border-radius:10px;
    background:white;
    color:#ef6b16;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ci-booking-title{
    color:white;
    font-weight:700;
}

.ci-booking-sub{
    font-size:13px;
    color:#cbd5e1;
}

/* ===== ANIMATION SUPPORT (AOS ready spacing fix) ===== */
[data-aos]{
    transition-property:transform,opacity;
}


/* ============================================================
   PVC AI — About Page
   ============================================================ */

/* ── HERO ───────────────────────────────────────────────── */
.about-hero {
    min-height: 100vh;
    display: flex; align-items: center;
    padding: 140px 0 100px;
    position: relative; overflow: hidden;
    background: var(--bg-primary);
}
.about-hero-glow-1 {
    position: absolute; width: 800px; height: 800px; border-radius: 50%;
    background: radial-gradient(circle, rgba(79,70,229,.18), transparent 65%);
    top: -220px; left: -220px; pointer-events: none;
}
.about-hero-glow-2 {
    position: absolute; width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,.13), transparent 65%);
    bottom: -150px; right: -150px; pointer-events: none;
}
.about-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(79,70,229,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79,70,229,.04) 1px, transparent 1px);
    background-size: 50px 50px; pointer-events: none;
}
.about-hero-scanline {
    position: absolute; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(79,70,229,.7) 40%, rgba(124,58,237,.5) 60%, transparent);
    animation: about-scanline 8s ease-in-out infinite;
    pointer-events: none; z-index: 0;
}
@keyframes about-scanline {
    0%   { top: 5%; opacity: 0; }
    8%   { opacity: 1; }
    92%  { opacity: 1; }
    100% { top: 95%; opacity: 0; }
}

.about-hero-title {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
    color: var(--text-primary);
}
.about-hero-title .line-accent {
    display: block;
    background: linear-gradient(110deg, #f26d16 0%, #a78bfa 45%, #38bdf8 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.about-hero-sub {
    font-size: 1.05rem; color: var(--text-secondary);
    max-width: 460px; line-height: 1.8;
}

/* ── HERO METRICS CARD ──────────────────────────────────── */
.hero-metrics-card {
    background: #0a0e1a;
    border: 1px solid rgba(79,70,229,.3);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.hmc-header {
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 13px 20px;
    display: flex; align-items: center; gap: 12px;
}
.hmc-dots { display: flex; gap: 6px; }
.hmc-dots span { width: 11px; height: 11px; border-radius: 50%; }
.hmc-dots span:nth-child(1) { background: #EF4444; }
.hmc-dots span:nth-child(2) { background: #F59E0B; }
.hmc-dots span:nth-child(3) { background: #f97317e3; }
.hmc-title { font-size: .78rem; color: var(--text-muted); flex: 1; text-align: center; font-weight: 500; }
.hmc-live  { display: flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 600; color: var(--green); }
.hmc-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); animation: tcursor 1.4s step-end infinite; }

.hmc-body { padding: 22px 24px; }

/* Stat row */
.hmc-stats-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; border: 1px solid var(--card-border);
    border-radius: var(--radius-md); overflow: hidden;
    margin-bottom: 20px;
}
.hmc-stat {
    padding: 16px 12px; text-align: center;
    border-right: 1px solid var(--card-border);
    background: rgba(255,255,255,.02);
}
.hmc-stat:last-child { border-right: none; }
.hmc-stat-val  { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.hmc-stat-lbl  { font-size: .68rem; color: var(--text-muted); margin-top: 4px; }
.hmc-stat-delta { font-size: .65rem; color: var(--primary); margin-top: 5px; display: flex; align-items: center; justify-content: center; gap: 2px; }
.hmc-delta-green { color: var(--green); }

/* Sparkline */
.hmc-chart-wrap {
    background: rgba(255,255,255,.02);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 14px 16px; margin-bottom: 16px;
}
.hmc-chart-label { font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.hmc-sparkline   { width: 100%; height: 60px; display: block; }

/* Model list */
.hmc-models { display: flex; flex-direction: column; gap: 8px; }
.hmc-model-row {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,.02);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    font-size: .82rem;
}
.hmc-model-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.hmc-dot-green  { background: var(--green); box-shadow: 0 0 6px var(--green); }
.hmc-dot-purple { background: #a78bfa;      box-shadow: 0 0 6px #a78bfa; }
.hmc-model-name { flex: 1; color: var(--text-secondary); font-weight: 500; }
.hmc-model-acc  { font-size: .75rem; color: var(--text-muted); }
.hmc-model-badge { font-size: .65rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; flex-shrink: 0; }

/* ── STORY ──────────────────────────────────────────────── */
.about-story-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.about-story-section::before {
    content: ""; position: absolute; right: -200px; top: -150px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(124,58,237,.09), transparent 65%);
    pointer-events: none;
}

.tl-track { position: relative; padding-left: 28px; margin-top: 32px; }
.tl-track::before {
    content: ""; position: absolute;
    left: 0; top: 8px; bottom: 8px; width: 2px;
    background: linear-gradient(to bottom, var(--primary), var(--accent), rgba(124,58,237,.06));
}
.tl-entry { position: relative; padding: 0 0 28px 28px; }
.tl-entry:last-child { padding-bottom: 0; }
.tl-entry::before {
    content: ""; position: absolute; left: -5px; top: 6px;
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--bg-secondary); border: 2px solid var(--primary);
    box-shadow: 0 0 10px rgba(79,70,229,.5); transition: var(--transition);
}
.tl-entry:hover::before { background: var(--primary); box-shadow: 0 0 20px rgba(79,70,229,.9); }
.tl-year  { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-bottom: 4px; }
.tl-title { font-size: .98rem; font-weight: 700; color: var(--text-primary); margin-bottom: 5px; }
.tl-desc  { font-size: .85rem; color: var(--text-muted); line-height: 1.7; }

/* Arch diagram */
.arch-diagram {
    position: relative; min-height: 420px;
    background: #080c18; border: 1px solid rgba(79,70,229,.18);
    border-radius: var(--radius-xl); overflow: hidden;
}
.arch-diagram::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(79,70,229,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79,70,229,.04) 1px, transparent 1px);
    background-size: 28px 28px;
}
.arch-pulse {
    position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%);
    width: 100px; height: 100px; border-radius: 50%; pointer-events: none; z-index: 0;
}
.arch-pulse::before, .arch-pulse::after {
    content: ""; position: absolute; inset: 0; border-radius: 50%;
    border: 1px solid rgba(79,70,229,.3); animation: arch-ring 3s ease-out infinite;
}
.arch-pulse::after { animation-delay: 1.5s; }
@keyframes arch-ring { 0%{transform:scale(.8);opacity:.8} 100%{transform:scale(3.2);opacity:0} }
.arch-svg  { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.arch-node {
    position: absolute; background: #111827; border: 1px solid rgba(255,255,255,.07);
    border-radius: var(--radius-sm); padding: 10px 14px;
    display: flex; align-items: center; gap: 8px;
    font-size: .78rem; font-weight: 600; color: var(--text-secondary);
    white-space: nowrap; box-shadow: 0 4px 20px rgba(0,0,0,.35); z-index: 2;
}
.arch-node i { font-size: 1rem; }
.an-core { left:50%; top:43%; transform:translate(-50%,-50%); background:linear-gradient(135deg,rgba(79,70,229,.3),rgba(124,58,237,.2)); border-color:rgba(79,70,229,.5); color:#fff; padding:14px 20px; font-size:.88rem; }
.an-tl   { left:7%;  top:11%; }
.an-tr   { right:5%; top:13%; }
.an-bl   { left:5%;  bottom:17%; }
.an-br   { right:5%; bottom:19%; }
.an-top  { left:50%; top:3%;    transform:translateX(-50%); }
.an-bot  { left:50%; bottom:3%; transform:translateX(-50%); }

/* ── NUMBERS THAT MATTER ────────────────────────────────── */
.about-numbers-section {
    padding: 120px 0; background: var(--bg-primary);
    position: relative; overflow: hidden;
}
.about-numbers-section::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(79,70,229,.07), transparent 70%);
    pointer-events: none;
}
.big-stat-row {
    display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr;
    border: 1px solid var(--card-border); border-radius: var(--radius-xl);
    overflow: hidden; background: var(--card-bg);
}
.big-stat-divider { background: var(--card-border); align-self: stretch; }
.big-stat-item {
    padding: 48px 36px; text-align: center;
    position: relative; overflow: hidden;
    transition: var(--transition); cursor: default;
}
.big-stat-item::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(79,70,229,.1), transparent 60%);
    opacity: 0; transition: opacity .35s;
}
.big-stat-item:hover::before { opacity: 1; }
.big-stat-item:hover { background: rgba(79,70,229,.04); }
.bsi-icon { width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin: 0 auto 18px; position: relative; z-index: 1; }
.bsi-number { font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 3.8rem); font-weight: 800; line-height: 1; color: var(--text-primary); position: relative; z-index: 1; }
.bsi-suffix { color: var(--primary); font-size: .65em; }
.bsi-label  { font-size: .88rem; font-weight: 600; color: var(--text-secondary); margin-top: 10px; position: relative; z-index: 1; }
.bsi-sub    { font-size: .75rem; color: var(--text-muted); margin-top: 4px; position: relative; z-index: 1; }

.impact-bars { margin-top: 0; }
.impact-bar-item { margin-bottom: 22px; }
.impact-bar-item:last-child { margin-bottom: 0; }
.ib-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; }
.ib-label { font-size: .88rem; font-weight: 600; color: var(--text-secondary); }
.ib-value { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--primary); }
.ib-track { height: 6px; background: rgba(255,255,255,.05); border-radius: 100px; overflow: hidden; }
.ib-fill  {
    height: 100%; border-radius: 100px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform-origin: left;
    animation: bar-grow 1.4s cubic-bezier(.4,0,.2,1) both;
    animation-play-state: paused;
}
.ib-fill.animated { animation-play-state: running; }
@keyframes bar-grow { from{transform:scaleX(0)} to{transform:scaleX(1)} }
.ib-fill.w-94 { width: 94%; }
.ib-fill.w-87 { width: 87%; }
.ib-fill.w-78 { width: 78%; }
.ib-fill.w-68 { width: 68%; }

/* ── HOW WE THINK ───────────────────────────────────────── */
.about-culture-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.culture-feature {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 2px; background: var(--card-border);
    border-radius: var(--radius-xl); overflow: hidden; margin-bottom: 2px;
}
.culture-feature:last-child { margin-bottom: 0; }
.cf-panel {
    background: var(--card-bg); padding: 50px 46px;
    position: relative; overflow: hidden; transition: var(--transition);
}
.cf-panel:hover { background: rgba(79,70,229,.04); }
.cf-panel::after {
    content: ""; position: absolute; top: -80px; right: -80px;
    width: 200px; height: 200px; border-radius: 50%; opacity: .5; pointer-events: none;
}
.cf-indigo::after { background: radial-gradient(circle, rgba(79,70,229,.18), transparent 65%); }
.cf-purple::after { background: radial-gradient(circle, rgba(124,58,237,.18), transparent 65%); }
.cf-cyan::after   { background: radial-gradient(circle, rgba(6,182,212,.18), transparent 65%); }
.cf-green::after  { background: radial-gradient(circle, rgba(16,185,129,.18), transparent 65%); }
.cf-num   { font-family: var(--font-display); font-size: 4.5rem; font-weight: 800; line-height: 1; opacity: .07; position: absolute; top: 20px; right: 32px; color: var(--text-primary); pointer-events: none; }
.cf-icon  { width: 58px; height: 58px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 22px; position: relative; z-index: 1; }
.cf-title { font-size: 1.25rem; font-weight: 800; color: var(--text-primary); margin-bottom: 12px; position: relative; z-index: 1; }
.cf-desc  { font-size: .9rem; color: var(--text-muted); line-height: 1.8; max-width: 380px; position: relative; z-index: 1; }
.cf-tag   { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-top: 20px; position: relative; z-index: 1; }

/* ── TECHNOLOGY STACK ───────────────────────────────────── */
.about-stack-section {
    padding: 120px 0; background: var(--bg-primary);
    position: relative; overflow: hidden;
}
.about-stack-section::before {
    content: ""; position: absolute; right: -100px; top: 50%; transform: translateY(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(6,182,212,.07), transparent 65%);
    pointer-events: none;
}
.stack-group { margin-bottom: 32px; }
.stack-group:last-child { margin-bottom: 0; }
.stack-group-label { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--card-border); }
.stack-pill {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-sm); padding: 7px 13px;
    font-size: .82rem; font-weight: 500; color: var(--text-secondary);
    transition: var(--transition); margin: 0 6px 8px 0; cursor: default;
}
.stack-pill:hover { background: var(--primary-light); border-color: rgba(79,70,229,.35); color: #c7d2fe; transform: translateY(-2px); }
.stack-pill i { font-size: .9rem; }
.spi-indigo i { color: #f26d16; }
.spi-purple i { color: #a78bfa; }
.spi-cyan   i { color: var(--cyan); }
.spi-green  i { color: var(--green); }
.spi-orange i { color: var(--orange); }
.tech-panel {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 32px;
    position: relative; overflow: hidden;
}
.tech-panel::before {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(79,70,229,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(79,70,229,.03) 1px, transparent 1px);
    background-size: 24px 24px; pointer-events: none;
}
.tech-panel-label { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 20px; position: relative; z-index: 1; }
.tech-layer {
    position: relative; background: rgba(255,255,255,.02);
    border: 1px solid var(--card-border); border-radius: var(--radius-md);
    padding: 13px 16px; margin-bottom: 8px;
    display: flex; align-items: center; justify-content: space-between;
    transition: var(--transition); z-index: 1;
}
.tech-layer:last-child { margin-bottom: 0; }
.tech-layer:hover { background: var(--primary-light); border-color: rgba(79,70,229,.3); }
.tl-left { display: flex; align-items: center; gap: 12px; }
.tl-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
.tl-name { font-size: .88rem; font-weight: 600; color: var(--text-primary); }
.tl-desc { font-size: .75rem; color: var(--text-muted); }
.tl-badge { font-size: .68rem; font-weight: 600; padding: 3px 9px; border-radius: 100px; flex-shrink: 0; }
.badge-live    { background: var(--green-light);   color: var(--green); }
.badge-running { background: var(--primary-light); color: #f26d16; }
.badge-active  { background: var(--cyan-light);    color: var(--cyan); }

/* ── CLIENT RESULTS ─────────────────────────────────────── */
.about-results-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.about-results-section::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(79,70,229,.08), transparent 70%);
    pointer-events: none;
}
.results-scroller { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.result-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 34px 30px;
    position: relative; overflow: hidden;
    transition: var(--transition); display: flex; flex-direction: column;
}
.result-card:hover { transform: translateY(-6px); border-color: rgba(79,70,229,.35); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.result-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0; transition: opacity .3s;
}
.result-card:hover::before { opacity: 1; }
.rc-industry { display: inline-flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; background: rgba(255,255,255,.04); border: 1px solid var(--card-border); color: var(--text-muted); margin-bottom: 18px; }
.rc-stars { color: var(--orange); font-size: .75rem; display: flex; gap: 2px; margin-bottom: 14px; }
.rc-quote { font-size: .93rem; color: var(--text-secondary); line-height: 1.82; font-style: italic; flex: 1; }
.rc-quote::before { content: '\201C'; font-size: 2.5rem; color: var(--primary); opacity: .4; line-height: 0; vertical-align: -.8rem; margin-right: 4px; font-style: normal; }
.rc-metric { display: inline-flex; align-items: center; gap: 7px; background: var(--green-light); color: var(--green); font-size: .78rem; font-weight: 600; padding: 5px 12px; border-radius: 100px; margin-top: 18px; }
.rc-divider { height: 1px; background: var(--card-border); margin: 18px 0; }
.rc-author  { display: flex; align-items: center; gap: 12px; }
.rc-avatar  { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: .78rem; flex-shrink: 0; }
.rc-name { font-size: .88rem; font-weight: 700; color: var(--text-primary); }
.rc-role { font-size: .75rem; color: var(--text-muted); }

/* ── TEAM ───────────────────────────────────────────────── */
.about-team-section { padding: 120px 0; background: var(--bg-primary); }
.team-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 38px 28px;
    text-align: center; position: relative; overflow: hidden;
    transition: var(--transition); height: 100%;
}
.team-card::before {
    content: ""; position: absolute; top: -50px; left: 50%; transform: translateX(-50%);
    width: 180px; height: 180px; border-radius: 50%;
    opacity: 0; transition: opacity .4s; pointer-events: none;
}
.tc-1::before { background: radial-gradient(circle, rgba(79,70,229,.22),  transparent 65%); }
.tc-2::before { background: radial-gradient(circle, rgba(124,58,237,.22), transparent 65%); }
.tc-3::before { background: radial-gradient(circle, rgba(6,182,212,.22),  transparent 65%); }
.team-card:hover { transform: translateY(-8px); border-color: rgba(79,70,229,.4); }
.team-card:hover::before { opacity: 1; }
.team-avatar { width: 82px; height: 82px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: #fff; position: relative; z-index: 1; }
.ta-1 { background: linear-gradient(135deg, var(--primary), var(--accent));  box-shadow: 0 0 30px rgba(79,70,229,.45); }
.ta-2 { background: linear-gradient(135deg, var(--accent), #a855f7);         box-shadow: 0 0 30px rgba(124,58,237,.45); }
.ta-3 { background: linear-gradient(135deg, #0ea5e9, var(--cyan));           box-shadow: 0 0 30px rgba(6,182,212,.45); }
.team-name { font-size: 1.08rem; font-weight: 700; color: var(--text-primary); position: relative; z-index: 1; }
.team-role { font-size: .82rem; color: var(--primary); font-weight: 600; margin-top: 5px; position: relative; z-index: 1; }
.team-bio  { font-size: .84rem; color: var(--text-muted); line-height: 1.78; margin-top: 14px; position: relative; z-index: 1; }
.team-socials { display: flex; justify-content: center; gap: 8px; margin-top: 18px; position: relative; z-index: 1; }
.team-social { width: 32px; height: 32px; background: rgba(255,255,255,.04); border: 1px solid var(--card-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: .85rem; transition: var(--transition); }
.team-social:hover { background: var(--primary-light); border-color: rgba(79,70,229,.4); color: #f26d16; transform: translateY(-2px); }

/* ── CTA ────────────────────────────────────────────────── */
.about-cta-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.about-cta-section::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 50%, rgba(79,70,229,.1), transparent);
    pointer-events: none;
}
.about-cta-section::after {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(79,70,229,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(79,70,229,.04) 1px, transparent 1px);
    background-size: 44px 44px; pointer-events: none;
}
.about-cta-box {
    background: linear-gradient(135deg, rgba(79,70,229,.1), rgba(124,58,237,.07));
    border: 1px solid rgba(79,70,229,.25); border-radius: var(--radius-xl);
    padding: 68px 64px; position: relative; overflow: hidden; z-index: 1;
}
.about-cta-box::before {
    content: ""; position: absolute; top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(124,58,237,.18), transparent 60%);
    pointer-events: none;
}
.about-cta-title { font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 800; line-height: 1.1; }
.about-cta-sub   { color: var(--text-secondary); font-size: 1.02rem; max-width: 480px; line-height: 1.82; }
.cta-trust-list  { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cta-trust-item  { display: flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--text-secondary); background: rgba(255,255,255,.04); border: 1px solid var(--card-border); border-radius: 100px; padding: 6px 14px; }
.cta-trust-item i { color: var(--green); }

/* shared cursor blink reuse */
@keyframes tcursor { 0%,100%{opacity:1} 50%{opacity:0} }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .about-cta-box { padding: 44px 30px; }
    .arch-diagram  { min-height: 320px; }
    .big-stat-row  { grid-template-columns: 1fr 1px 1fr; }
    .big-stat-row .big-stat-item:nth-child(5),
    .big-stat-row .big-stat-divider:nth-child(4) { display: none; }
    .culture-feature { grid-template-columns: 1fr; }
    .results-scroller { grid-template-columns: 1fr 1fr; }
    .hmc-stats-row { grid-template-columns: repeat(2, 1fr); }
    .hmc-stat:nth-child(2) { border-right: none; }
    .hmc-stat:nth-child(3) { border-top: 1px solid var(--card-border); }
}
@media (max-width: 767.98px) {
    .about-hero { padding: 110px 0 70px; }
    .about-story-section, .about-numbers-section, .about-culture-section,
    .about-stack-section, .about-results-section,
    .about-team-section, .about-cta-section { padding: 70px 0; }
    .about-cta-box { padding: 34px 22px; }
    .big-stat-row  { grid-template-columns: 1fr; }
    .big-stat-divider { display: none; }
    .results-scroller { grid-template-columns: 1fr; }
    .cf-panel { padding: 36px 24px; }
    .cf-num   { font-size: 3rem; }
    .hmc-stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
    .about-hero-scanline, .arch-pulse::before, .arch-pulse::after,
    .hmc-live-dot, .ib-fill { animation: none !important; }
}
/* ============================================================
   PVC AI — Shared Service Pages CSS
   Used by: AI Automation, AI Agents, Custom LLM pages.
   All three pages share identical structure. Accent colour is
   controlled by a per-page wrapper class:
     .svc-automation  → indigo  (#ef6b16 / --primary)
     .svc-agents      → violet  (#7C3AED / --accent)
     .svc-llm         → cyan    (#06B6D4 / --cyan)
   ============================================================ */

/* ── PER-PAGE ACCENT TOKENS ─────────────────────────────── */
.svc-automation {
    --svc-color:       var(--primary);
    --svc-color-light: var(--primary-light);
    --svc-color-rgb:   79,70,229;
    --svc-glow-top:    rgba(79,70,229,.2);
    --svc-glow-bot:    rgba(124,58,237,.14);
    --svc-bar-from:    var(--primary);
    --svc-bar-to:      rgba(79,70,229,.35);
    --svc-bar-hi:      #a78bfa;
    --svc-bar-hi-to:   rgba(167,139,250,.5);
    --svc-eval-from:   var(--primary);
    --svc-eval-to:     var(--accent);
    --svc-row-hover-bg:    var(--primary-light);
    --svc-row-hover-bdr:   rgba(79,70,229,.3);
    --svc-card-hover-bdr:  rgba(79,70,229,.4);
    --svc-card-glow-rgb:   79,70,229;
    --svc-result-glow-rgb: 79,70,229;
    --svc-proc-num-color:  var(--primary);
    --svc-proc-conn-from:  var(--primary);
    --svc-proc-conn-to:    var(--accent);
    --svc-uc-hover-bdr:    rgba(79,70,229,.35);
    --svc-uc-bar:          linear-gradient(90deg, var(--primary), var(--accent));
    --svc-uc-result-bg:    var(--green-light);
    --svc-uc-result-color: var(--green);
    --svc-cta-glow-rgb:    79,70,229;
    --svc-cta-grid-rgb:    79,70,229;
    --svc-cta-bdr-rgb:     79,70,229;
    --svc-eyebrow-color:   #f26d16;
    --svc-eyebrow-bg:      var(--primary-light);
    --svc-eyebrow-bdr:     rgba(79,70,229,.3);
    --svc-suf-color:       var(--primary);
}

.svc-agents {
    --svc-color:       var(--accent);
    --svc-color-light: var(--accent-light);
    --svc-color-rgb:   124,58,237;
    --svc-glow-top:    rgba(124,58,237,.2);
    --svc-glow-bot:    rgba(79,70,229,.14);
    --svc-bar-from:    var(--accent);
    --svc-bar-to:      rgba(124,58,237,.3);
    --svc-bar-hi:      #c084fc;
    --svc-bar-hi-to:   rgba(192,132,252,.5);
    --svc-eval-from:   var(--accent);
    --svc-eval-to:     #c084fc;
    --svc-row-hover-bg:    var(--accent-light);
    --svc-row-hover-bdr:   rgba(124,58,237,.3);
    --svc-card-hover-bdr:  rgba(124,58,237,.4);
    --svc-card-glow-rgb:   124,58,237;
    --svc-result-glow-rgb: 124,58,237;
    --svc-proc-num-color:  var(--accent);
    --svc-proc-conn-from:  var(--accent);
    --svc-proc-conn-to:    var(--primary);
    --svc-uc-hover-bdr:    rgba(124,58,237,.35);
    --svc-uc-bar:          linear-gradient(90deg, var(--accent), var(--primary));
    --svc-uc-result-bg:    var(--accent-light);
    --svc-uc-result-color: #a78bfa;
    --svc-cta-glow-rgb:    124,58,237;
    --svc-cta-grid-rgb:    124,58,237;
    --svc-cta-bdr-rgb:     124,58,237;
    --svc-eyebrow-color:   #a78bfa;
    --svc-eyebrow-bg:      var(--accent-light);
    --svc-eyebrow-bdr:     rgba(124,58,237,.3);
    --svc-suf-color:       var(--accent);
}

.svc-llm {
    --svc-color:       var(--cyan);
    --svc-color-light: var(--cyan-light);
    --svc-color-rgb:   6,182,212;
    --svc-glow-top:    rgba(6,182,212,.18);
    --svc-glow-bot:    rgba(79,70,229,.14);
    --svc-bar-from:    var(--cyan);
    --svc-bar-to:      rgba(6,182,212,.3);
    --svc-bar-hi:      #f26d16;
    --svc-bar-hi-to:   rgba(129,140,248,.4);
    --svc-eval-from:   var(--cyan);
    --svc-eval-to:     #f26d16;
    --svc-row-hover-bg:    var(--cyan-light);
    --svc-row-hover-bdr:   rgba(6,182,212,.3);
    --svc-card-hover-bdr:  rgba(6,182,212,.4);
    --svc-card-glow-rgb:   6,182,212;
    --svc-result-glow-rgb: 6,182,212;
    --svc-proc-num-color:  var(--cyan);
    --svc-proc-conn-from:  var(--cyan);
    --svc-proc-conn-to:    var(--primary);
    --svc-uc-hover-bdr:    rgba(6,182,212,.35);
    --svc-uc-bar:          linear-gradient(90deg, var(--cyan), var(--primary));
    --svc-uc-result-bg:    var(--cyan-light);
    --svc-uc-result-color: var(--cyan);
    --svc-cta-glow-rgb:    6,182,212;
    --svc-cta-grid-rgb:    6,182,212;
    --svc-cta-bdr-rgb:     6,182,212;
    --svc-eyebrow-color:   #22d3ee;
    --svc-eyebrow-bg:      var(--cyan-light);
    --svc-eyebrow-bdr:     rgba(6,182,212,.3);
    --svc-suf-color:       var(--cyan);
}

/* ── HERO ───────────────────────────────────────────────── */
.svc-hero {
    min-height: 100vh;
    display: flex; align-items: center;
    padding: 140px 0 100px;
    position: relative; overflow: hidden;
    background: var(--bg-primary);
}
.svc-hero-glow-1 {
    position: absolute; width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, var(--svc-glow-top), transparent 65%);
    top: -200px; right: -180px; pointer-events: none;
}
.svc-hero-glow-2 {
    position: absolute; width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, var(--svc-glow-bot), transparent 65%);
    bottom: -100px; left: -100px; pointer-events: none;
}
.svc-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(var(--svc-color-rgb),.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--svc-color-rgb),.04) 1px, transparent 1px);
    background-size: 50px 50px; pointer-events: none;
}

.svc-hero-title {
    font-size: clamp(2.8rem, 5.5vw, 4.6rem);
    font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
    color: var(--text-primary);
}
.svc-hero-title .svc-line-accent {
    display: block;
    background: var(--svc-title-gradient, linear-gradient(110deg, #f26d16, #a78bfa 50%, #38bdf8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.svc-automation .svc-line-accent {
    background: linear-gradient(110deg, #f26d16, #a78bfa 50%, #38bdf8);
    -webkit-background-clip: text; background-clip: text;
}
.svc-agents .svc-line-accent {
    background: linear-gradient(110deg, #a78bfa, #f26d16 50%, #c084fc);
    -webkit-background-clip: text; background-clip: text;
}
.svc-llm .svc-line-accent {
    background: linear-gradient(110deg, #22d3ee, #06b6d4 50%, #f26d16);
    -webkit-background-clip: text; background-clip: text;
}

.svc-hero-desc {
    font-size: 1.08rem; color: var(--text-secondary);
    max-width: 500px; line-height: 1.82;
}

/* Eyebrow overrides per page */
.svc-eyebrow {
    color: var(--svc-eyebrow-color) !important;
    background: var(--svc-eyebrow-bg) !important;
    border-color: var(--svc-eyebrow-bdr) !important;
}

/* ── HERO DASHBOARD PANEL ────────────────────────────────── */
.svc-dashboard {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.svc-dash-header {
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid var(--card-border);
    padding: 14px 20px;
    display: flex; align-items: center; gap: 12px;
}
.svc-dash-dots { display: flex; gap: 6px; }
.svc-dash-dots span { width: 10px; height: 10px; border-radius: 50%; }
.svc-dash-dots span:nth-child(1) { background: #EF4444; }
.svc-dash-dots span:nth-child(2) { background: #F59E0B; }
.svc-dash-dots span:nth-child(3) { background: #f97317e3; }
.svc-dash-title { font-size: .8rem; font-weight: 600; color: var(--text-muted); flex: 1; }
.svc-dash-live  { display: flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 600; color: var(--green); }
.svc-dash-live-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--green); box-shadow: 0 0 6px var(--green);
    animation: svc-dot 1.4s ease-in-out infinite;
}
@keyframes svc-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }

.svc-dash-body { padding: 20px; }

/* Bar graph */
.svc-dash-graph { margin-bottom: 20px; }
.svc-dg-label {
    font-size: .72rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: var(--text-muted);
    margin-bottom: 12px; display: flex; justify-content: space-between;
}
.svc-dg-bars { display: flex; align-items: flex-end; gap: 5px; height: 64px; }
.svc-dg-bar {
    flex: 1; border-radius: 4px 4px 0 0;
    background: linear-gradient(to top, var(--svc-bar-from), var(--svc-bar-to));
    min-height: 8px; transition: var(--transition);
}
.svc-dg-bar:hover { filter: brightness(1.2); }
.svc-dg-bar.highlight {
    background: linear-gradient(to top, var(--svc-bar-hi), var(--svc-bar-hi-to));
}

/* Row list (workflows / agents / stages) */
.svc-dash-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.svc-row {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.02);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    padding: 11px 14px;
    font-size: .82rem; transition: var(--transition);
}
.svc-row:hover {
    background: var(--svc-row-hover-bg);
    border-color: var(--svc-row-hover-bdr);
}
.svc-row-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: .85rem; flex-shrink: 0; }
.svc-row-name   { flex: 1; color: var(--text-secondary); font-weight: 500; }
.svc-row-detail { font-size: .72rem; color: var(--text-muted); margin-right: 6px; }
.svc-row-status { font-size: .68rem; font-weight: 700; padding: 2px 9px; border-radius: 100px; }

/* Generic status colours */
.ss-green   { background: var(--green-light);   color: var(--green); }
.ss-blue    { background: var(--primary-light);  color: #f26d16; }
.ss-violet  { background: var(--accent-light);   color: #a78bfa; }
.ss-cyan    { background: var(--cyan-light);     color: var(--cyan); }
.ss-orange  { background: var(--orange-light);   color: var(--orange); }
.ss-muted   { background: rgba(255,255,255,.05); color: var(--text-muted); border: 1px solid var(--card-border); }

/* Progress / eval bar */
.svc-dash-bar-wrap { margin-bottom: 20px; }
.svc-bar-label {
    font-size: .72rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: var(--text-muted);
    margin-bottom: 10px; display: flex; justify-content: space-between;
}
.svc-bar-track { height: 6px; background: rgba(255,255,255,.05); border-radius: 100px; overflow: hidden; }
.svc-bar-fill  { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--svc-eval-from), var(--svc-eval-to)); }

/* Footer metric strip */
.svc-dash-footer {
    border-top: 1px solid var(--card-border);
    display: grid; grid-template-columns: repeat(3, 1fr);
}
.svc-foot-item { padding: 14px 16px; text-align: center; border-right: 1px solid var(--card-border); }
.svc-foot-item:last-child { border-right: none; }
.svc-foot-val { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; color: var(--text-primary); }
.svc-foot-lbl { font-size: .68rem; color: var(--text-muted); margin-top: 3px; }

/* ── FEATURES SECTION ────────────────────────────────────── */
.svc-features-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.svc-features-section::before {
    content: ""; position: absolute; right: -200px; bottom: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(var(--svc-color-rgb),.07), transparent 65%);
    pointer-events: none;
}

.svc-feature-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 36px 30px;
    height: 100%; transition: var(--transition); position: relative; overflow: hidden;
    display: flex; flex-direction: column;
}
.svc-feature-card::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at top left, rgba(var(--svc-color-rgb),.09), transparent 55%);
    opacity: 0; transition: opacity .3s;
}
.svc-feature-card:hover {
    transform: translateY(-7px);
    border-color: var(--svc-card-hover-bdr);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.svc-feature-card:hover::before { opacity: 1; }
.svc-fc-icon  { width: 58px; height: 58px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 22px; position: relative; z-index: 1; }
.svc-fc-title { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; position: relative; z-index: 1; }
.svc-fc-desc  { font-size: .88rem; color: var(--text-muted); line-height: 1.78; position: relative; z-index: 1; flex: 1; }
.svc-fc-tags  { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; position: relative; z-index: 1; }
.svc-fc-tag   { font-size: .7rem; font-weight: 500; padding: 3px 10px; background: rgba(255,255,255,.04); border: 1px solid var(--card-border); border-radius: 100px; color: var(--text-muted); }

/* ── RESULTS STRIP ──────────────────────────────────────── */
.svc-results-section {
    padding: 80px 0; background: var(--bg-primary);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    position: relative; overflow: hidden;
}
.svc-results-section::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(var(--svc-result-glow-rgb),.07), transparent 70%);
    pointer-events: none;
}
.svc-result-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); overflow: hidden;
    background: var(--card-bg);
}
.svc-result-item {
    padding: 44px 32px; text-align: center;
    border-right: 1px solid var(--card-border);
    position: relative; overflow: hidden; transition: var(--transition); cursor: default;
}
.svc-result-item:last-child { border-right: none; }
.svc-result-item::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(var(--svc-result-glow-rgb),.1), transparent 65%);
    opacity: 0; transition: opacity .3s;
}
.svc-result-item:hover::before { opacity: 1; }
.svc-ri-icon { font-size: 1.5rem; margin-bottom: 14px; position: relative; z-index: 1; }
.svc-ri-num  { font-family: var(--font-display); font-size: clamp(2.2rem, 3.5vw, 3.4rem); font-weight: 800; line-height: 1; color: var(--text-primary); position: relative; z-index: 1; }
.svc-ri-suf  { color: var(--svc-suf-color); font-size: .65em; }
.svc-ri-lbl  { font-size: .88rem; font-weight: 600; color: var(--text-secondary); margin-top: 8px; position: relative; z-index: 1; }
.svc-ri-sub  { font-size: .75rem; color: var(--text-muted); margin-top: 4px; position: relative; z-index: 1; }

/* ── PROCESS SECTION ────────────────────────────────────── */
.svc-process-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.svc-process-section::after {
    content: ""; position: absolute; right: -200px; top: -150px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(var(--svc-color-rgb),.08), transparent 65%);
    pointer-events: none;
}
.svc-process-wrap { position: relative; }
.svc-process-connector {
    display: none;
    position: absolute; top: 44px; left: calc(12.5% + 40px); right: calc(12.5% + 40px);
    height: 1px;
    background: linear-gradient(to right, var(--svc-proc-conn-from), var(--svc-proc-conn-to));
    opacity: .25; z-index: 0;
}
@media (min-width: 768px) { .svc-process-connector { display: block; } }
.svc-process-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 32px 28px;
    position: relative; z-index: 1; height: 100%;
    transition: var(--transition);
}
.svc-process-card:hover {
    transform: translateY(-6px);
    border-color: var(--svc-card-hover-bdr);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.svc-pc-num   { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--svc-proc-num-color); margin-bottom: 16px; }
.svc-pc-icon  { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px; }
.svc-pc-title { font-size: 1.08rem; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; }
.svc-pc-desc  { font-size: .88rem; color: var(--text-muted); line-height: 1.75; }
.svc-pc-tags  { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.svc-pc-tag   { font-size: .7rem; font-weight: 500; padding: 3px 10px; background: rgba(255,255,255,.04); border: 1px solid var(--card-border); border-radius: 100px; color: var(--text-muted); }

/* ── USE CASES ──────────────────────────────────────────── */
.svc-usecases-section {
    padding: 120px 0; background: var(--bg-primary);
    position: relative; overflow: hidden;
}
.svc-usecases-section::before {
    content: ""; position: absolute; left: -150px; top: 50%; transform: translateY(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(var(--svc-color-rgb),.07), transparent 65%);
    pointer-events: none;
}
.svc-usecase-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 32px 28px;
    transition: var(--transition); height: 100%; position: relative; overflow: hidden;
}
.svc-usecase-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--svc-uc-bar);
    opacity: 0; transition: opacity .3s;
}
.svc-usecase-card:hover {
    transform: translateY(-6px);
    border-color: var(--svc-uc-hover-bdr);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.svc-usecase-card:hover::before { opacity: 1; }
.svc-uc-header   { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.svc-uc-icon     { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.svc-uc-industry { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
.svc-uc-title    { font-size: .98rem; font-weight: 700; color: var(--text-primary); }
.svc-uc-desc     { font-size: .86rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 18px; }
.svc-uc-result   {
    display: flex; align-items: center; gap: 7px;
    font-size: .78rem; font-weight: 600; padding: 6px 12px; border-radius: 100px;
    background: var(--svc-uc-result-bg);
    color: var(--svc-uc-result-color);
}

/* ── CTA SECTION ─────────────────────────────────────────── */
.svc-cta-section {
    padding: 120px 0; background: var(--bg-secondary);
    position: relative; overflow: hidden;
}
.svc-cta-section::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 50%, rgba(var(--svc-cta-glow-rgb),.1), transparent);
    pointer-events: none;
}
.svc-cta-section::after {
    content: ""; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(var(--svc-cta-grid-rgb),.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--svc-cta-grid-rgb),.04) 1px, transparent 1px);
    background-size: 44px 44px; pointer-events: none;
}
.svc-cta-box {
    background: linear-gradient(135deg, rgba(var(--svc-cta-bdr-rgb),.1), rgba(var(--svc-cta-bdr-rgb),.06));
    border: 1px solid rgba(var(--svc-cta-bdr-rgb),.25);
    border-radius: var(--radius-xl); padding: 72px 64px;
    position: relative; overflow: hidden; z-index: 1;
}
.svc-cta-box::before {
    content: ""; position: absolute; top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(var(--svc-cta-glow-rgb),.18), transparent 60%);
    pointer-events: none;
}
.svc-cta-title { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.1; }
.svc-cta-sub   { color: var(--text-secondary); font-size: 1.02rem; max-width: 500px; margin: 0 auto; line-height: 1.8; }
.svc-cta-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.svc-ct-item   { display: flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--text-secondary); background: rgba(255,255,255,.04); border: 1px solid var(--card-border); border-radius: 100px; padding: 6px 14px; }
.svc-ct-item i { color: var(--green); }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .svc-result-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-result-item:nth-child(2) { border-right: none; }
    .svc-result-item:nth-child(3) { border-top: 1px solid var(--card-border); }
    .svc-cta-box { padding: 48px 32px; }
}
@media (max-width: 767.98px) {
    .svc-hero { padding: 110px 0 70px; }
    .svc-features-section, .svc-process-section, .svc-usecases-section,
    .svc-cta-section, .svc-results-section { padding: 70px 0; }
    .svc-result-grid { grid-template-columns: 1fr 1fr; }
    .svc-cta-box { padding: 36px 22px; }
}
@media (prefers-reduced-motion: reduce) {
    .svc-dash-live-dot { animation: none; }
}

/* ── HERO STAT PILLS ─────────────────────────────────────
   Used on all three service page heroes (automation, agents, llm)
   ──────────────────────────────────────────────────────── */
.auto-hero-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 36px;
}
.auto-stat-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 12px 18px;
    transition: var(--transition);
}
.auto-stat-pill:hover {
    border-color: rgba(79,70,229,.4);
    transform: translateY(-2px);
}
.asp-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.asp-val {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
}
.asp-lbl {
    font-size: .72rem;
    color: var(--text-muted);
    margin-top: 2px;
}
 
/* ── CONTACT PAGE ────────────────────────────────────────
   contact.blade.php uses these classes — now lives in app.css
   ──────────────────────────────────────────────────────── */
 
/* Section badge (eyebrow pill) */
.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-light);
    border: 1px solid rgba(79,70,229,.3);
    padding: 6px 14px;
    border-radius: 100px;
}
 
/* Hero title (contact page) */
.automation-title {
    font-size: clamp(2.8rem, 5.5vw, 4.6rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.03em;
    color: var(--text-primary);
}
.automation-title span {
    display: block;
    background: linear-gradient(110deg, #f26d16, #a78bfa 50%, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
 
/* Hero desc */
.automation-desc {
    font-size: 1.08rem;
    color: var(--text-secondary);
    max-width: 500px;
    line-height: 1.82;
}
 
/* Hero stats row (contact page) */
.hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.hero-stats div {
    text-align: center;
}
.hero-stats h3 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}
.hero-stats span {
    font-size: .82rem;
    color: var(--text-muted);
}
 
/* Section heading (contact features area) */
.section-heading {
    margin-bottom: 8px;
}
.section-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-light);
    border: 1px solid rgba(79,70,229,.3);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
}
 
/* Automation features wrapper */
.automation-features {
    padding: 100px 0;
    background: var(--bg-secondary);
    position: relative;
    overflow: hidden;
}
 
/* Feature card (contact form card) */
.feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 36px 32px;
    transition: var(--transition);
    height: 100%;
}
.feature-card i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 16px;
    display: block;
}
.feature-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-card p {
    font-size: .88rem;
    color: var(--text-muted);
    line-height: 1.78;
}
 
/* Dashboard panel (contact info box) */
.automation-dashboard {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.dashboard-header {
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid var(--card-border);
    padding: 14px 20px;
    font-size: .82rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: .06em;
    text-transform: uppercase;
}
.dashboard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid var(--card-border);
    font-size: .88rem;
    transition: var(--transition);
}
.dashboard-row:last-child {
    border-bottom: none;
}
.dashboard-row:hover {
    background: var(--primary-light);
}
.dashboard-row span:first-child {
    color: var(--text-muted);
    font-weight: 500;
}
.dashboard-row span:last-child {
    color: var(--text-primary);
    font-weight: 600;
}
.status {
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
}
.status.success {
    background: var(--green-light);
    color: var(--green);
}
.status.active {
    background: var(--primary-light);
    color: #f26d16;
}
 
/* Contact hero card (right column) */
.contact-hero-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: 0 40px 80px rgba(0,0,0,.4);
}
.contact-hero-header {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--card-border);
}
.contact-hero-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    color: var(--text-secondary);
    font-size: .9rem;
    font-weight: 500;
    border-bottom: 1px solid var(--card-border);
    transition: var(--transition);
}
.contact-hero-item:last-of-type {
    border-bottom: none;
    margin-bottom: 8px;
}
.contact-hero-item i {
    font-size: 1.1rem;
    color: var(--primary);
    width: 20px;
    flex-shrink: 0;
}
.contact-hero-item:hover {
    color: var(--text-primary);
}
 
/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .auto-hero-stats { gap: 8px; }
    .automation-features { padding: 70px 0; }
    .hero-stats { gap: 20px; }
}
@media (max-width: 767.98px) {
    .auto-stat-pill { padding: 10px 14px; }
    .asp-val { font-size: 1rem; }
    .automation-features { padding: 55px 0; }
    .feature-card { padding: 24px 20px; }
    .contact-hero-card { padding: 24px 20px; }
}

/* ============================================================
   PVC AI — Case Study Page
   Append to app.css. Reuses all svc-* shared classes.
   ============================================================ */

/* ── HERO — split layout: editorial left, arc infographic right ── */
.cs-hero {
    min-height: 100vh;
    display: flex; align-items: center;
    padding: 140px 0 90px;
    position: relative; overflow: hidden;
    background: var(--bg-primary);
}

.cs-hero-grid {
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(79,70,229,.15) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.cs-hero-radial {
    position: absolute;
    width: 800px; height: 800px; border-radius: 50%;
    background: radial-gradient(circle, rgba(79,70,229,.12), transparent 65%);
    top: -200px; right: -200px;
    pointer-events: none;
}

/* Back link */
.cs-back { margin-bottom: 16px; }
.cs-back a {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .82rem; font-weight: 600; color: var(--text-muted);
    transition: var(--transition);
}
.cs-back a:hover { color: var(--primary); transform: translateX(-3px); }

/* Badges */
.cs-industry-badge, .cs-type-badge, .cs-meta-pill {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: .72rem; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; padding: 5px 14px; border-radius: 100px;
}
.cs-industry-badge { background: var(--primary-light); color: #f26d16; border: 1px solid rgba(79,70,229,.3); }
.cs-type-badge     { background: var(--accent-light);  color: #a78bfa; border: 1px solid rgba(124,58,237,.3); }
.cs-meta-pill      { background: rgba(255,255,255,.04); color: var(--text-muted); border: 1px solid var(--card-border); }

/* Left column text */
.cs-hero-title {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 800; line-height: 1.12; letter-spacing: -.03em;
    color: var(--text-primary);
}
.cs-hero-desc {
    font-size: 1rem; color: var(--text-secondary);
    max-width: 500px; line-height: 1.82;
}

/* Stat pills — left column bottom */
.cs-hero-pills { display: flex; flex-direction: column; gap: 10px; }
.cs-hp-pill {
    display: flex; align-items: center; gap: 14px;
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-md); padding: 14px 18px;
    transition: var(--transition);
}
.cs-hp-pill:hover { border-color: rgba(79,70,229,.35); transform: translateX(4px); }
.cs-hp-icon {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
}
.cs-hp-val {
    font-family: var(--font-display); font-size: 1.25rem;
    font-weight: 800; line-height: 1; color: var(--primary);
}
.cs-hp-lbl { font-size: .72rem; color: var(--text-muted); margin-top: 3px; }

/* ── RIGHT COLUMN: arc infographic card ──────────────────── */
.cs-hero-visual {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.04) inset;
}

/* Titlebar */
.cs-hv-header {
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid var(--card-border);
    padding: 13px 20px;
    display: flex; align-items: center; gap: 12px;
}
.cs-hv-dots { display: flex; gap: 6px; }
.cs-hv-dots span { width: 10px; height: 10px; border-radius: 50%; }
.cs-hv-dots span:nth-child(1) { background: #EF4444; }
.cs-hv-dots span:nth-child(2) { background: #F59E0B; }
.cs-hv-dots span:nth-child(3) { background: #f97317e3; }
.cs-hv-title { font-size: .78rem; font-weight: 600; color: var(--text-muted); flex: 1; }
.cs-hv-live  { display: flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 600; color: var(--green); }
.cs-hv-live-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--green); box-shadow: 0 0 6px var(--green);
    animation: svc-dot 1.4s ease-in-out infinite;
}

.cs-hv-body { padding: 28px 24px 20px; }

/* SVG arc */
.cs-arc-wrap {
    position: relative;
    width: 180px; height: 180px;
    margin: 0 auto 24px;
}
.cs-arc-svg { width: 100%; height: 100%; }
.cs-arc-progress {
    transform-origin: center;
    transform: rotate(-90deg);
    animation: cs-arc-draw 1.6s cubic-bezier(.4,0,.2,1) both;
    animation-delay: .3s;
}
@keyframes cs-arc-draw {
    from { stroke-dasharray: 0 502.65; }
    to   { stroke-dasharray: 472.5 30.2; }
}
.cs-arc-center {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
}
.cs-arc-pct {
    font-family: var(--font-display);
    font-size: 2.6rem; font-weight: 800; line-height: 1;
    background: linear-gradient(135deg, #f26d16, #f97317e3);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cs-arc-pct span { font-size: .55em; }
.cs-arc-lbl { font-size: .75rem; font-weight: 600; color: var(--text-primary); margin-top: 4px; }
.cs-arc-sub { font-size: .65rem; color: var(--text-muted); margin-top: 2px; }

/* Mini metrics below arc */
.cs-hv-metrics {
    display: flex; align-items: stretch;
    background: rgba(255,255,255,.02);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    overflow: hidden; margin-bottom: 16px;
}
.cs-hvm-item { flex: 1; padding: 14px 12px; text-align: center; }
.cs-hvm-divider { width: 1px; background: var(--card-border); }
.cs-hvm-val  { font-family: var(--font-display); font-size: 1rem; font-weight: 800; line-height: 1; color: var(--primary); }
.cs-hvm-lbl  { font-size: .68rem; font-weight: 600; color: var(--text-secondary); margin-top: 4px; }
.cs-hvm-from { font-size: .62rem; color: var(--text-muted); margin-top: 2px; }

/* Live invoice feed */
.cs-hv-feed { display: flex; flex-direction: column; gap: 6px; }
.cs-hvf-label {
    font-size: .65rem; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: var(--text-muted);
    margin-bottom: 4px;
}
.cs-hvf-row {
    display: flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.02);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    padding: 9px 12px;
    font-size: .78rem;
    animation: cs-feed-in .5s ease both;
}
@keyframes cs-feed-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.cs-hvf-in { animation-delay: .6s; }
.cs-hvf-icon { width: 24px; height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: .78rem; flex-shrink: 0; }
.cs-hvf-name { flex: 1; color: var(--text-secondary); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cs-hvf-amt  { font-size: .72rem; color: var(--text-muted); margin: 0 6px; white-space: nowrap; }
.cs-hvf-status { font-size: .65rem; font-weight: 700; padding: 2px 8px; border-radius: 100px; flex-shrink: 0; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .cs-hero { padding: 120px 0 70px; min-height: auto; }
    .cs-hero-pills { flex-direction: row; flex-wrap: wrap; }
    .cs-hp-pill { flex: 1; min-width: 160px; }
}
@media (max-width: 767.98px) {
    .cs-hero { padding: 100px 0 56px; }
    .cs-hero-title { font-size: 1.75rem; }
    .cs-arc-wrap { width: 150px; height: 150px; }
    .cs-arc-pct { font-size: 2rem; }
    .cs-hp-pill { flex-direction: row; }
    .cs-hvm-item { padding: 10px 8px; }
    .cs-hvm-val { font-size: .85rem; }
}

/* ── CLIENT SNAPSHOT STRIP ──────────────────────────────── */
.cs-snapshot-section {
    padding: 48px 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
}
.cs-snapshot-grid {
    display: grid; grid-template-columns: repeat(6, 1fr);
    gap: 0;
}
.cs-snap-item {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 20px 22px;
    border-right: 1px solid var(--card-border);
    transition: var(--transition);
}
.cs-snap-item:last-child { border-right: none; }
.cs-snap-item:hover { background: rgba(79,70,229,.04); }
.cs-snap-icon {
    width: 36px; height: 36px;
    background: var(--primary-light); border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary); font-size: 1rem; flex-shrink: 0;
}
.cs-snap-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
.cs-snap-value { font-size: .84rem; font-weight: 600; color: var(--text-primary); line-height: 1.4; }

/* ── SHARED SECTION WRAPPERS ────────────────────────────── */
.cs-section { padding: 100px 0; position: relative; overflow: hidden; }
.cs-section-dark { background: var(--bg-primary); }
.cs-section-secondary { background: var(--bg-secondary); }

/* ── CHALLENGE — PAIN LIST ──────────────────────────────── */
.cs-pain-list { display: flex; flex-direction: column; gap: 12px; }
.cs-pain-item {
    display: flex; align-items: flex-start; gap: 14px;
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-md); padding: 16px 18px;
    transition: var(--transition);
}
.cs-pain-item:hover { border-color: rgba(79,70,229,.3); transform: translateX(4px); }
.cs-pain-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
.cs-pain-text { font-size: .88rem; color: var(--text-secondary); line-height: 1.65; }

/* ── BEFORE / AFTER BARS ────────────────────────────────── */
.cs-before-after {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 32px 36px;
}
.cs-ba-label {
    font-size: .72rem; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: var(--text-muted);
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 1px solid var(--card-border);
}
.cs-ba-row { margin-bottom: 18px; }
.cs-ba-row:last-child { margin-bottom: 0; }
.cs-ba-row-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.cs-ba-row-label { font-size: .85rem; font-weight: 600; color: var(--text-secondary); }
.cs-ba-row-val   { font-family: var(--font-display); font-size: .95rem; font-weight: 800; }
.cs-ba-track { height: 6px; background: rgba(255,255,255,.05); border-radius: 100px; overflow: hidden; }
.cs-ba-fill  { height: 100%; border-radius: 100px; transition: width 1.2s cubic-bezier(.4,0,.2,1); }

/* ── TECH STRIP ─────────────────────────────────────────── */
.cs-tech-strip {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 24px 32px;
    display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.cs-tech-label {
    font-size: .7rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--text-muted);
    flex-shrink: 0; white-space: nowrap;
}
.cs-tech-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.cs-tech-pill {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.04); border: 1px solid var(--card-border);
    border-radius: var(--radius-sm); padding: 6px 14px;
    font-size: .82rem; font-weight: 500; color: var(--text-secondary);
    transition: var(--transition); cursor: default;
}
.cs-tech-pill:hover { background: var(--primary-light); border-color: rgba(79,70,229,.35); color: #c7d2fe; transform: translateY(-2px); }

/* ── RESULTS GRID ───────────────────────────────────────── */
.cs-results-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cs-result-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 36px 28px;
    text-align: center; position: relative; overflow: hidden;
    transition: var(--transition);
}
.cs-result-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0; transition: opacity .3s;
}
.cs-result-card:hover { transform: translateY(-6px); border-color: rgba(79,70,229,.3); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.cs-result-card:hover::before { opacity: 1; }
.cs-rc-icon { font-size: 1.5rem; margin-bottom: 14px; }
.cs-rc-num  { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; line-height: 1; }
.cs-rc-suf  { font-size: .5em; opacity: .7; }
.cs-rc-label { font-size: .9rem; font-weight: 600; color: var(--text-primary); margin-top: 8px; }
.cs-rc-sub   { font-size: .75rem; color: var(--text-muted); margin-top: 4px; }

/* ── TIMELINE ───────────────────────────────────────────── */
.cs-tl-heading { font-size: 1.35rem; font-weight: 700; color: var(--text-primary); }
.cs-tl-entries { display: flex; flex-direction: column; gap: 16px; }
.cs-tl-entry   { display: grid; grid-template-columns: 12px 56px 1fr 40px; align-items: center; gap: 12px; }
.cs-tl-dot     { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.cs-tl-week    { font-size: .75rem; font-weight: 700; color: var(--text-muted); white-space: nowrap; }
.cs-tl-bar-wrap { height: 6px; background: rgba(255,255,255,.05); border-radius: 100px; overflow: hidden; }
.cs-tl-bar     { height: 100%; border-radius: 100px; transition: width 1.2s cubic-bezier(.4,0,.2,1); }
.cs-tl-pct     { font-family: var(--font-display); font-size: .85rem; font-weight: 800; text-align: right; white-space: nowrap; }
.cs-tl-note    { grid-column: 2 / 5; font-size: .75rem; color: var(--text-muted); margin-top: -8px; }

/* Impact card */
.cs-impact-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); overflow: hidden;
}
.cs-impact-header {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.03); border-bottom: 1px solid var(--card-border);
    padding: 16px 24px; font-size: .82rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted);
}
.cs-impact-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px; border-bottom: 1px solid var(--card-border);
    transition: var(--transition);
}
.cs-impact-row:last-child { border-bottom: none; }
.cs-impact-row:hover { background: rgba(79,70,229,.04); }
.cs-impact-label { font-size: .88rem; color: var(--text-secondary); font-weight: 500; }
.cs-impact-val   { font-family: var(--font-display); font-size: 1rem; font-weight: 800; }

/* ── TESTIMONIAL QUOTE ──────────────────────────────────── */
.cs-quote-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 52px 56px;
    position: relative; overflow: hidden;
}
.cs-quote-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--cyan));
}
.cs-quote-mark {
    font-family: Georgia, serif; font-size: 6rem; line-height: .8;
    color: var(--primary); opacity: .25; margin-bottom: 20px;
    display: block;
}
.cs-quote-text {
    font-size: 1.1rem; color: var(--text-secondary);
    line-height: 1.85; font-style: italic;
    margin-bottom: 32px;
}
.cs-quote-author {
    display: flex; align-items: center; gap: 16px;
    flex-wrap: wrap;
}
.cs-quote-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 800; font-size: .75rem;
    color: #fff; flex-shrink: 0;
    box-shadow: 0 0 20px rgba(79,70,229,.4);
}
.cs-quote-name { font-size: .92rem; font-weight: 700; color: var(--text-primary); }
.cs-quote-role { font-size: .78rem; color: var(--text-muted); margin-top: 2px; }
.cs-quote-metric {
    margin-left: auto;
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--green-light); color: var(--green);
    font-size: .8rem; font-weight: 600;
    padding: 7px 16px; border-radius: 100px;
}

/* ── DELIVERY PHASE CARDS ───────────────────────────────── */
.cs-phase-card {
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 32px 26px;
    height: 100%; transition: var(--transition);
}
.cs-phase-card:hover { transform: translateY(-6px); border-color: rgba(79,70,229,.35); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.cs-phase-days {
    font-size: .68rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--text-muted);
    margin-bottom: 14px;
}
.cs-phase-icon {
    width: 50px; height: 50px; border-radius: 13px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; margin-bottom: 16px;
}
.cs-phase-label { font-size: 1.05rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.cs-phase-items { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.cs-phase-items li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: .83rem; color: var(--text-muted); line-height: 1.5;
}
.cs-phase-items i { font-size: .9rem; flex-shrink: 0; margin-top: 2px; }

/* ── MORE CASE STUDIES ──────────────────────────────────── */
.cs-more-card {
    display: block;
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-xl); padding: 32px 28px;
    transition: var(--transition); height: 100%; position: relative; overflow: hidden;
    color: inherit; text-decoration: none;
}
.cs-more-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0; transition: opacity .3s;
}
.cs-more-card:hover { transform: translateY(-6px); border-color: rgba(79,70,229,.35); box-shadow: 0 20px 50px rgba(0,0,0,.25); color: inherit; }
.cs-more-card:hover::before { opacity: 1; }
.cs-more-result {
    display: flex; align-items: center; justify-content: space-between;
    font-size: .78rem; font-weight: 600;
    padding: 8px 12px; border-radius: 100px;
    background: var(--green-light); color: var(--green);
    margin-top: 18px;
}
.cs-more-arrow {
    transition: transform .25s;
    color: var(--text-muted);
    font-size: .9rem;
}
.cs-more-card:hover .cs-more-arrow { transform: translateX(4px); color: var(--green); }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1199.98px) {
    .cs-snapshot-grid { grid-template-columns: repeat(3, 1fr); }
    .cs-snap-item:nth-child(3) { border-right: none; }
    .cs-snap-item:nth-child(4),
    .cs-snap-item:nth-child(5),
    .cs-snap-item:nth-child(6) { border-top: 1px solid var(--card-border); }
}
/* ── GLOBAL RESPONSIVE (non-hero) ───────────────────────── */
@media (max-width: 1199.98px) {
    .cs-snapshot-grid { grid-template-columns: repeat(3, 1fr); }
    .cs-snap-item:nth-child(3) { border-right: none; }
    .cs-snap-item:nth-child(4),
    .cs-snap-item:nth-child(5),
    .cs-snap-item:nth-child(6) { border-top: 1px solid var(--card-border); }
}
@media (max-width: 991.98px) {
    .cs-results-grid { grid-template-columns: repeat(2, 1fr); }
    .cs-section { padding: 70px 0; }
    .cs-quote-card { padding: 36px 32px; }
    .cs-tl-entry { grid-template-columns: 12px 48px 1fr 40px; }
    .cs-tech-strip { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 767.98px) {
    .cs-snapshot-grid { grid-template-columns: repeat(2, 1fr); }
    .cs-snap-item { border-right: none; border-bottom: 1px solid var(--card-border); }
    .cs-snap-item:nth-child(odd) { border-right: 1px solid var(--card-border); }
    .cs-results-grid { grid-template-columns: 1fr 1fr; }
    .cs-before-after { padding: 24px 20px; }
    .cs-quote-card { padding: 28px 22px; }
    .cs-quote-mark { font-size: 4rem; }
    .cs-quote-metric { margin-left: 0; }
    .cs-tl-entry { grid-template-columns: 10px 44px 1fr 36px; gap: 8px; }
    .cs-impact-row { flex-direction: column; align-items: flex-start; gap: 4px; }
    .cs-section { padding: 55px 0; }
}
@media (prefers-reduced-motion: reduce) {
    .cs-ba-fill, .cs-tl-bar,
    .cs-arc-progress, .cs-hvf-row { animation: none !important; }
}