/* ═══════════════════════════════════════════════════════════════════
   OneNorth Digital — Enterprise Stylesheet (Exact Match)
═══════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --c-void:        #0D0E11;
  --c-black:       #000000;
  --c-cyan:        #00E5FF;
  --c-teal:        #00BFA5;
  --c-white:       #ffffff;
  --c-silver:      #a8aab4;
  --c-light-bg:    #f4f5f8;
  --c-dark-text:   #1a1c23;
  
  --font-serif:    'Playfair Display', serif;
  --font-display:  'Outfit', sans-serif;
  --font-body:     'Inter', sans-serif;
  
  --header-h:      80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  width: 100%;
  background: var(--c-void);
  color: var(--c-white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
body.smooth-scroll-enabled { overflow-x: hidden; }

/* ─── UTILITIES ─── */
.serif { font-family: var(--font-serif); }
.cyan { color: var(--c-cyan); }
.teal { color: var(--c-teal); }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.flex-between { display: flex; justify-content: space-between; align-items: flex-end; }
.justify-center { justify-content: center; }
.relative-z { position: relative; z-index: 10; }

.glass-panel {
  background: rgba(13, 14, 17, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}

/* Light Theme Utilities */
.light-section {
  background: var(--c-light-bg);
  color: var(--c-dark-text);
}
.light-section .tagline { color: var(--c-teal); }
.light-section .section-title { color: var(--c-dark-text); }
.light-section .ba-label { color: #666; }

/* ─── HEADER NAVIGATION ─── */
.main-header {
  position: fixed; top: 0; left: 0; right: 0; height: var(--header-h);
  background: linear-gradient(to bottom, rgba(13,14,17,0.9), transparent);
  backdrop-filter: blur(10px); z-index: 1000; display: flex; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.logo { text-decoration: none; color: #fff; }
.logo-wordmark { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: 0.1em; font-weight: 500; }
.logo-wordmark span { color: var(--c-cyan); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: var(--c-silver); text-decoration: none; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; transition: 0.3s; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--c-white); }
.nav-cta { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: var(--c-white); padding: 0.6rem 1.5rem; border-radius: 4px; text-decoration: none; font-size: 0.75rem; transition: 0.3s; font-family: var(--font-display); }
.nav-cta:hover { border-color: var(--c-cyan); }

/* ─── GLOBAL LAYOUT ─── */
.container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.module { padding: 6rem 0; position: relative; }
.tagline { font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.2em; color: var(--c-cyan); text-transform: uppercase; margin-bottom: 1rem; font-weight: 600; line-height: 1.5; padding-top: 2px; }
.display-title { font-size: clamp(3.5rem, 7vw, 5.5rem); line-height: 1.05; margin-bottom: 1.5rem; font-weight: 600; }
.section-title { font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1.1; margin-bottom: 1.5rem; font-weight: 600; }
.section-header { margin-bottom: 3rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2rem; border-radius: 4px; font-size: 0.9rem; text-decoration: none; transition: 0.3s; font-family: var(--font-display); font-weight: 500; }
.btn-primary { background: var(--c-cyan); color: #000; }
.btn-primary:hover { background: #fff; transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(255,255,255,0.2); color: #fff; }
.btn-outline:hover { border-color: var(--c-cyan); background: rgba(0,229,255,0.05); }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 1: HERO
═══════════════════════════════════════════════════════════════════ */
.module-hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: var(--header-h); overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.05); background: linear-gradient(to right, rgba(13,14,17,0.95) 0%, rgba(13,14,17,0.5) 50%, rgba(13,14,17,0.1) 100%), url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat; position: relative; }
.hero-space-bg { position: absolute; top: 0; left: 0; width: 100%; height: 120vh; z-index: 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-content { max-width: 650px; }
.lead-text { font-size: 1.1rem; color: var(--c-silver); line-height: 1.6; max-width: 500px; margin-bottom: 2.5rem; }
.btn-group { display: flex; gap: 1.5rem; }

.hero-dashboards { display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; }
.mini-dash { padding: 1.5rem; width: 320px; background: rgba(26, 28, 35, 0.6); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; backdrop-filter: blur(20px); }
.dash-label { font-size: 0.7rem; color: var(--c-silver); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.dash-val { font-size: 2.2rem; font-family: var(--font-display); line-height: 1; margin-bottom: 0.2rem; color: #fff; font-weight: 500; }
.dash-sub { font-size: 0.75rem; color: rgba(255,255,255,0.5); }
.dash-vector { height: 40px; margin-top: 1rem; }
.dash-vector svg { width: 100%; height: 100%; }

.center-flex { display: flex; align-items: center; gap: 1rem; }
.avatar-icon img { width: 45px; height: 45px; border-radius: 50%; border: 2px solid rgba(0,229,255,0.3); }
.audio-wave { display: flex; gap: 3px; align-items: center; height: 20px; margin-left: auto; }
.audio-wave span { width: 3px; background: var(--c-cyan); border-radius: 3px; animation: wave 1s infinite ease-in-out; }
.audio-wave span:nth-child(2) { animation-delay: 0.1s; }
.audio-wave span:nth-child(3) { animation-delay: 0.2s; }
.audio-wave span:nth-child(4) { animation-delay: 0.3s; }
@keyframes wave { 0%, 100% { height: 4px; } 50% { height: 20px; } }

.dash-status { font-size: 0.8rem; color: #fff; display: flex; align-items: center; gap: 8px; margin-top: 0.5rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot.green { background: #27c93f; box-shadow: 0 0 10px rgba(39, 201, 63, 0.5); }

.scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); text-align: center; }
.mouse-icon { width: 22px; height: 34px; border: 2px solid rgba(255,255,255,0.3); border-radius: 12px; margin: 0 auto 0.5rem auto; position: relative; }
.mouse-icon span { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background: #fff; border-radius: 50%; animation: scrollDown 1.5s infinite; }
@keyframes scrollDown { 0% { transform: translate(-50%, 0); opacity: 1; } 100% { transform: translate(-50%, 15px); opacity: 0; } }
.scroll-indicator p { font-size: 0.6rem; letter-spacing: 0.2em; color: var(--c-silver); text-transform: uppercase; }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 2: WHAT WE DO
═══════════════════════════════════════════════════════════════════ */
.module-services { background: #0b0c0f; }
.services-3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.service-glass-card { background: rgba(26, 28, 35, 0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 2.5rem; text-decoration: none; transition: 0.4s; display: flex; flex-direction: column; }
.service-glass-card:hover { background: rgba(26, 28, 35, 0.8); border-color: rgba(0,229,255,0.2); transform: translateY(-5px); }
.card-visual { height: 180px; background: rgba(0,0,0,0.3); border-radius: 8px; margin-bottom: 2rem; border: 1px solid rgba(255,255,255,0.02); display: flex; justify-content: center; align-items: center; position: relative; }
.service-glass-card h3 { font-size: 1.4rem; color: #fff; margin-bottom: 1rem; line-height: 1.3; font-weight: 500; }
.service-glass-card p { color: var(--c-silver); font-size: 0.9rem; line-height: 1.6; margin-bottom: 2rem; flex-grow: 1; }
.card-arrow { font-size: 1.2rem; font-weight: bold; }

/* Abstract CSS Visuals for Cards */
.visual-web { perspective: 800px; }
.abstract-layer { width: 100px; height: 60px; border: 1px solid rgba(0,229,255,0.3); position: absolute; background: rgba(0,229,255,0.05); transform: rotateX(60deg) rotateZ(45deg); }
.layer-1 { transform: rotateX(60deg) rotateZ(45deg) translateZ(-20px); }
.layer-2 { transform: rotateX(60deg) rotateZ(45deg) translateZ(10px); border-color: rgba(0,229,255,0.6); }
.layer-3 { width: 40px; height: 40px; background: var(--c-cyan); transform: rotateX(60deg) rotateZ(45deg) translateZ(40px); box-shadow: 0 0 20px var(--c-cyan); }

.visual-auto { display: flex; align-items: center; justify-content: center; }
.node-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); position: absolute; }
.node-box.main { width: 40px; height: 40px; border-color: var(--c-cyan); z-index: 2; box-shadow: 0 0 15px rgba(0,229,255,0.2); }
.node-box.sub { width: 24px; height: 24px; }
.node-box.sub-1 { left: 25%; top: 35%; }
.node-box.sub-2 { right: 25%; bottom: 35%; }
.node-line { position: absolute; height: 1px; background: rgba(0,229,255,0.3); z-index: 1; }
.line-1 { width: 50px; left: 32%; top: 43%; transform: rotate(15deg); }
.line-2 { width: 50px; right: 32%; bottom: 43%; transform: rotate(15deg); }

.visual-marketing { flex-direction: column; }
.target-circle { width: 80px; height: 80px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); position: relative; display: flex; justify-content: center; align-items: center; }
.target-circle::before { content: ''; width: 40px; height: 40px; border-radius: 50%; border: 1px dashed rgba(0,229,255,0.5); }
.target-circle::after { content: ''; position: absolute; width: 12px; height: 12px; background: var(--c-cyan); border-radius: 50%; box-shadow: 0 0 15px var(--c-cyan); top: 20px; right: 20px; }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 3: TRANSFORMATION (LIGHT MODE)
═══════════════════════════════════════════════════════════════════ */
.before-after-layout { display: flex; align-items: center; justify-content: space-between; position: relative; margin-top: 4rem; }
.ba-col { width: 45%; }
.ba-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 600; }
.mockup-frame { border-radius: 8px; overflow: hidden; height: 320px; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

.before-frame { background: #e0e0e0; border: 1px solid #ccc; }
.before-frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; filter: grayscale(50%); }

.ba-divider { position: absolute; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: #fff; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,0.15); font-size: 1.2rem; color: #333; cursor: pointer; border: 1px solid #eee; }

.after-frame { background: #111; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.3); transform: scale(1.05); z-index: 5; }
.after-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 4: INTELLIGENT AUTOMATION
═══════════════════════════════════════════════════════════════════ */
.module-timeline { background: #0D0E11; border-top: 1px solid rgba(255,255,255,0.05); }
.timeline-track { display: flex; align-items: flex-start; justify-content: space-between; position: relative; margin-top: 4rem; }
.timeline-node { width: 160px; text-align: center; position: relative; z-index: 2; }
.icon-circle { width: 70px; height: 70px; border-radius: 50%; background: #16181d; border: 1px solid rgba(255,255,255,0.05); margin: 0 auto 1.5rem auto; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; color: var(--c-cyan); transition: 0.3s; }
.timeline-node.success .icon-circle { border-color: rgba(0,229,255,0.5); box-shadow: 0 0 20px rgba(0,229,255,0.1); }
.node-title { font-size: 0.95rem; font-weight: 500; margin-bottom: 0.5rem; color: #fff; }
.node-desc { font-size: 0.8rem; color: var(--c-silver); }

/* The connecting line */
.timeline-line { position: absolute; top: 35px; left: 80px; right: 80px; height: 1px; background: rgba(255,255,255,0.1); z-index: 1; }
.timeline-line::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 50%; background: var(--c-cyan); box-shadow: 0 0 10px var(--c-cyan); }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 5: FEATURED PROJECTS
═══════════════════════════════════════════════════════════════════ */
.module-projects { background: #0b0c0f; }
.project-carousel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.project-card { cursor: pointer; }
.project-img { height: 260px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); background: #16181d; }
.project-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: 0.5s; }
.project-card:hover .project-img img { filter: brightness(1); transform: scale(1.02); }
.project-label { margin-top: 1.2rem; font-family: var(--font-display); font-size: 1.05rem; color: #fff; font-weight: 500; }
.btn-outline.small-btn { padding: 0.8rem 1.5rem; font-size: 0.8rem; border-radius: 4px; }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 6: WHY ONENORTH (LIGHT + TROPICAL)
═══════════════════════════════════════════════════════════════════ */
.module-why-us { background: var(--c-light-bg); padding-bottom: 0; position: relative; }
.tropical-bg-bottom { height: 400px; background: url('https://images.unsplash.com/photo-1548574505-5e239809ee19?q=80&w=3000&auto=format&fit=crop') center bottom/cover no-repeat; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 0; }
.tropical-bg-bottom::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--c-light-bg) 0%, rgba(255,255,255,0) 100%); }

.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; position: relative; z-index: 10; padding-bottom: 6rem; }
.premium-checklist { list-style: none; margin-top: 2.5rem; }
.premium-checklist li { font-size: 1.05rem; color: var(--c-dark-text); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 12px; font-weight: 500; }
.premium-checklist li::before { content: '✓'; color: var(--c-teal); font-weight: bold; font-size: 1.2rem; }

.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.why-card { padding: 2rem; background: rgba(255,255,255,0.9); border: 1px solid rgba(0,0,0,0.05); border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); }
.w-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(0,191,165,0.1); display: flex; justify-content: center; align-items: center; font-size: 1.2rem; margin-bottom: 1.5rem; border: 1px solid rgba(0,191,165,0.2); }
.why-card h4 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--c-dark-text); font-weight: 600; }
.why-card p { font-size: 0.85rem; color: #666; line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════════════
   MODULE 7: CTA
═══════════════════════════════════════════════════════════════════ */
.module-cta { background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=3000&auto=format&fit=crop') center/cover no-repeat; position: relative; padding: 10rem 0; text-align: center; }
.module-cta::before { content: ''; position: absolute; inset: 0; background: rgba(13,14,17,0.85); backdrop-filter: blur(4px); }

/* ═══════════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════════ */
.main-footer { background: #07080a; padding: 5rem 0 2rem 0; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 4rem; }
.brand-col .footer-desc { color: var(--c-silver); font-size: 0.85rem; margin: 1.5rem 0 2rem 0; max-width: 220px; line-height: 1.6; }
.social-links { display: flex; gap: 1rem; }
.social-links span { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: center; align-items: center; font-size: 0.8rem; color: var(--c-silver); cursor: pointer; transition: 0.3s; }
.social-links span:hover { color: #fff; border-color: var(--c-cyan); }

.footer-col h4 { font-family: var(--font-display); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.5rem; color: #fff; font-weight: 600; }
.footer-col a { display: block; color: var(--c-silver); text-decoration: none; font-size: 0.85rem; margin-bottom: 1rem; transition: 0.3s; }
.footer-col a:hover { color: var(--c-cyan); }
.contact-col p { color: var(--c-silver); font-size: 0.85rem; margin-bottom: 0.8rem; }

.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* ═══════════════════════════════════════════════════════════════════
   PAGE: DIGITAL DESIGN (web-design.html) SPECIFIC STYLES
═══════════════════════════════════════════════════════════════════ */

/* ── HERO MODULE ── */
.web-hero-content { max-width: 650px; position: relative; z-index: 10; padding-top: 4rem; }
.web-hero-badges { display: flex; gap: 2rem; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; }
.hero-badge-item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.h-badge-icon { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; display: flex; justify-content: center; align-items: center; color: var(--c-cyan); background: rgba(0,229,255,0.05); }
.h-badge-text { font-size: 0.7rem; color: var(--c-silver); text-transform: uppercase; letter-spacing: 0.05em; text-align: center; }

.web-hero-visuals { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 10; perspective: 1000px; }
.laptop-mockup { width: 500px; height: 300px; background: url('hero-laptop.jpg') center/cover no-repeat; border-radius: 12px; border: 4px solid #222; box-shadow: 0 30px 60px rgba(0,0,0,0.8); transform: rotateY(-15deg) rotateX(5deg); position: relative; z-index: 2; }
.laptop-mockup::after { content: ''; position: absolute; bottom: -20px; left: -10%; width: 120%; height: 20px; background: rgba(0,0,0,0.5); filter: blur(10px); z-index: -1; }
.mobile-mockup { width: 180px; height: 380px; background: url('hero-mobile.png') center/cover no-repeat; border-radius: 24px; border: 6px solid #111; position: absolute; right: -20px; top: 10%; box-shadow: -20px 20px 40px rgba(0,0,0,0.8); z-index: 3; }
.floating-perf-badge { position: absolute; bottom: 0; right: 40px; display: flex; align-items: center; gap: 1rem; background: rgba(13, 14, 17, 0.8); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); padding: 1rem 1.5rem; border-radius: 100px; z-index: 4; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.perf-score-circle { width: 45px; height: 45px; border-radius: 50%; border: 3px solid var(--c-cyan); display: flex; justify-content: center; align-items: center; font-family: var(--font-display); font-size: 1.2rem; font-weight: bold; color: #fff; box-shadow: 0 0 15px rgba(0,229,255,0.3); }
.perf-text p { font-size: 0.85rem; font-weight: 500; color: #fff; }
.perf-text span { font-size: 0.7rem; color: var(--c-silver); }

/* ── WHAT WE BUILD (DUAL MATRIX) ── */
.dual-matrix-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.matrix-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 3rem; display: flex; gap: 2rem; justify-content: space-between; position: relative; overflow: hidden; transition: 0.4s; }
.matrix-card:hover { border-color: rgba(0,229,255,0.2); background: rgba(255,255,255,0.04); }
.matrix-content { flex: 1; z-index: 2; }
.matrix-visual { flex: 1; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; }
.matrix-card h3 { font-size: 1.8rem; line-height: 1.2; margin-bottom: 1rem; color: #fff; }
.matrix-card .desc { color: var(--c-silver); font-size: 0.9rem; line-height: 1.6; margin-bottom: 2rem; max-width: 280px; }
.m-icon { width: 40px; height: 40px; background: rgba(0,229,255,0.1); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; border-radius: 8px; margin-bottom: 1.5rem; border: 1px solid rgba(0,229,255,0.2); }
.check-list { list-style: none; }
.check-list li { margin-bottom: 0.8rem; font-size: 0.85rem; color: #fff; display: flex; align-items: center; gap: 10px; }
.check-list li::before { content: '✓'; color: var(--c-cyan); }
.m-mockup { width: 100%; height: 280px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background-size: cover; background-position: center; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.m-mockup.web { background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=800&auto=format&fit=crop'); background-position: top; }
.m-mockup.app { width: 160px; height: 320px; border-radius: 20px; background-image: url('https://images.unsplash.com/photo-1555774698-0b77e0d5fac6?q=80&w=400&auto=format&fit=crop'); background-position: top; border: 4px solid #111; }

/* ── DUAL TRANSFORMATIONS ── */
.dual-transform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.dt-block { position: relative; }
.dt-labels { display: flex; justify-content: space-between; margin-bottom: 1rem; }
.dt-label { font-size: 0.7rem; letter-spacing: 0.1em; color: var(--c-silver); text-transform: uppercase; }
.dt-frame-container { display: flex; height: 250px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); overflow: hidden; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.dt-before { width: 45%; background: #ddd; position: relative; }
.dt-before img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; filter: grayscale(80%); }
.dt-after { width: 55%; background: #111; position: relative; border-left: 2px solid var(--c-cyan); }
.dt-after img { width: 100%; height: 100%; object-fit: cover; }
.dt-slider { position: absolute; left: 45%; top: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: var(--c-cyan); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #000; z-index: 10; box-shadow: 0 0 15px rgba(0,229,255,0.4); border: 2px solid #fff; }

/* ── ANALYTICS MODULE ── */
.analytics-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.analytics-points { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; margin-bottom: 3rem; }
.a-point h4 { font-family: var(--font-display); font-size: 1rem; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 10px; }
.a-point h4 span { color: var(--c-cyan); font-size: 1.2rem; }
.a-point p { font-size: 0.8rem; color: var(--c-silver); line-height: 1.5; }

.dash-panel-group { display: flex; flex-direction: column; gap: 2rem; }
.dash-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 2rem; backdrop-filter: blur(10px); }
.dash-card h4 { font-size: 1rem; color: #fff; margin-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 1rem; }
.impact-metrics { display: flex; justify-content: space-between; gap: 1rem; }
.i-metric p { font-size: 0.7rem; color: var(--c-silver); margin-bottom: 0.5rem; text-transform: uppercase; }
.i-metric h2 { font-size: 1.8rem; font-family: var(--font-display); color: #fff; margin-bottom: 1rem; }
.mock-line-graph { width: 120px; height: 30px; border-bottom: 1px solid rgba(255,255,255,0.2); position: relative; }
.mock-line-graph svg { width: 100%; height: 100%; }

.perf-metrics { display: flex; justify-content: space-between; align-items: center; }
.p-stat { display: flex; align-items: center; gap: 1rem; }
.p-icon { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--c-cyan); display: flex; justify-content: center; align-items: center; color: var(--c-cyan); }
.p-stat h3 { font-size: 1.2rem; font-family: var(--font-display); margin-bottom: 0.2rem; }
.p-stat p { font-size: 0.7rem; color: var(--c-silver); }

/* ── PORTFOLIO FILTER ── */
.portfolio-filter { display: flex; gap: 1rem; background: rgba(255,255,255,0.05); padding: 0.5rem; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); }
.filter-btn { padding: 0.5rem 1.5rem; border-radius: 100px; font-size: 0.8rem; color: var(--c-silver); cursor: pointer; transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { background: rgba(255,255,255,0.1); color: #fff; }
.project-carousel.design-grid { margin-top: 3rem; margin-bottom: 4rem; }

/* ── SPEED MODULE ── */
.speed-module { position: relative; background: #0b0c0f; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.abstract-speed-bg { position: absolute; inset: 0; background: radial-gradient(circle at left, rgba(0,229,255,0.1) 0%, transparent 50%); z-index: 0; }
.speed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 10; }
.speed-content p.lead-text { margin-bottom: 2rem; color: var(--c-silver); font-size: 1rem; line-height: 1.6; max-width: 450px; }

.pagespeed-card { background: #16181d; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 2rem; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.ps-header { font-size: 0.8rem; color: var(--c-silver); margin-bottom: 1rem; display: flex; justify-content: space-between; align-items: center; }
.ps-score-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.ps-number { font-size: 2.5rem; font-family: var(--font-display); color: #27c93f; font-weight: bold; }
.ps-bar-container { flex: 1; height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; }
.ps-bar { width: 98%; height: 100%; background: #27c93f; box-shadow: 0 0 10px #27c93f; }
.cwv-title { font-size: 0.85rem; color: #fff; margin-top: 2rem; margin-bottom: 1.5rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 0.5rem; }
.cwv-list { list-style: none; }
.cwv-list li { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 0.85rem; color: var(--c-silver); align-items: center; }
.cwv-val { color: #fff; font-family: var(--font-display); display: flex; align-items: center; gap: 8px; }
.cwv-icon { width: 16px; height: 16px; background: #27c93f; border-radius: 50%; font-size: 0.6rem; display: flex; justify-content: center; align-items: center; color: #000; font-weight: bold; }

/* ═══════════════════════════════════════════════════════════════════
   PAGE: BUSINESS AUTOMATION (automation.html) SPECIFIC STYLES
═══════════════════════════════════════════════════════════════════ */

/* ── HERO & COMMAND CENTER ── */
.automation-hero { padding-top: calc(var(--header-h) + 4rem); min-height: 100vh; position: relative; background: radial-gradient(circle at bottom right, rgba(0,229,255,0.05), transparent 60%), var(--c-void); }
.auto-hero-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: center; }

.auto-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 3rem 0; }
.benefit-item { display: flex; gap: 1rem; align-items: flex-start; }
.benefit-icon { font-size: 1.5rem; color: var(--c-cyan); }
.benefit-item h4 { font-size: 0.95rem; font-family: var(--font-display); color: #fff; margin-bottom: 0.3rem; font-weight: 500; }
.benefit-item p { font-size: 0.8rem; color: var(--c-silver); }

/* The Command Center UI */
.command-center-wrap { position: relative; perspective: 1000px; padding-bottom: 80px; }
.command-center { background: rgba(13, 14, 17, 0.7); border: 1px solid rgba(0,229,255,0.15); border-radius: 16px; backdrop-filter: blur(20px); box-shadow: 0 30px 60px rgba(0,0,0,0.8), inset 0 0 40px rgba(0,229,255,0.02); display: flex; overflow: hidden; transform: rotateY(-5deg) rotateX(2deg); z-index: 2; position: relative; }

/* Left Side: Overview & Active Lists */
.cc-left { flex: 1.5; padding: 2rem; border-right: 1px solid rgba(255,255,255,0.05); }
.cc-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.cc-title { font-size: 0.85rem; color: #fff; font-family: var(--font-display); font-weight: 500; }
.cc-live { font-size: 0.65rem; color: #27c93f; display: flex; align-items: center; gap: 6px; }
.cc-live::before { content:''; width: 6px; height: 6px; background: #27c93f; border-radius: 50%; box-shadow: 0 0 8px #27c93f; }

.cc-metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.cc-metric p { font-size: 0.65rem; color: var(--c-silver); margin-bottom: 0.5rem; }
.cc-metric h3 { font-size: 1.4rem; font-family: var(--font-display); color: #fff; }
.cc-metric h3.green { color: #27c93f; }
.cc-metric span { font-size: 0.6rem; color: rgba(255,255,255,0.3); }

.cc-list-title { font-size: 0.75rem; color: var(--c-silver); margin-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 0.5rem; }
.cc-workflow-item { display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.02); }
.wf-name { font-size: 0.8rem; color: #fff; display: flex; align-items: center; gap: 10px; }
.wf-name::before { content:'📄'; font-size: 0.9rem; }
.wf-status { font-size: 0.6rem; padding: 0.2rem 0.5rem; border-radius: 100px; background: rgba(39, 201, 63, 0.1); color: #27c93f; border: 1px solid rgba(39, 201, 63, 0.2); }
.wf-users { display: flex; margin-left: auto; margin-right: 1.5rem; }
.wf-users img { width: 20px; height: 20px; border-radius: 50%; border: 1px solid #111; margin-left: -5px; }
.wf-stats { text-align: right; }
.wf-stats p { font-size: 0.75rem; color: #fff; font-family: var(--font-display); }
.wf-stats span { font-size: 0.6rem; color: var(--c-silver); }

/* Right Side: Execution Tree */
.cc-right { flex: 1; padding: 2rem; background: rgba(0,0,0,0.2); position: relative; }
.cc-right .btn-outline { font-size: 0.6rem; padding: 0.4rem 0.8rem; position: absolute; top: 1.5rem; right: 1.5rem; }
.wf-tree { margin-top: 3rem; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; position: relative; }
.tree-line { position: absolute; width: 1px; background: rgba(0,229,255,0.3); top: 20px; bottom: 20px; left: 50%; z-index: 1; }
.tree-node { position: relative; z-index: 2; background: rgba(13,14,17,0.9); border: 1px solid rgba(255,255,255,0.1); padding: 0.8rem; border-radius: 8px; display: flex; align-items: center; gap: 10px; width: 100%; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.tree-node.active { border-color: var(--c-cyan); box-shadow: 0 0 20px rgba(0,229,255,0.1); }
.t-icon { width: 30px; height: 30px; border-radius: 6px; display: flex; justify-content: center; align-items: center; font-size: 0.8rem; background: rgba(255,255,255,0.05); color: #fff; }
.tree-node.active .t-icon { background: rgba(0,229,255,0.2); color: var(--c-cyan); }
.t-text h5 { font-size: 0.75rem; color: #fff; margin-bottom: 0.2rem; }
.t-text p { font-size: 0.6rem; color: var(--c-silver); }
.split-nodes { display: flex; gap: 1rem; width: 130%; z-index: 2; }
.split-nodes .tree-node { width: 50%; }

/* Holographic Base */
.holo-base { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) rotateX(70deg); width: 300px; height: 300px; z-index: 1; display: flex; justify-content: center; align-items: center; }
.h-ring { position: absolute; width: 100%; height: 100%; border: 2px solid rgba(0,229,255,0.1); border-radius: 50%; box-shadow: 0 0 30px rgba(0,229,255,0.1); }
.h-ring:nth-child(2) { width: 70%; height: 70%; border-color: rgba(0,229,255,0.3); }
.h-hex { width: 80px; height: 80px; background: rgba(0,229,255,0.05); border: 1px solid var(--c-cyan); display: flex; justify-content: center; align-items: center; transform: rotateX(-70deg); font-family: var(--font-display); font-size: 1.5rem; font-weight: bold; color: var(--c-cyan); box-shadow: 0 0 30px var(--c-cyan); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.holo-beam { position: absolute; bottom: 50%; left: 50%; transform: translateX(-50%); width: 120px; height: 200px; background: linear-gradient(to top, rgba(0,229,255,0.2), transparent); clip-path: polygon(20% 100%, 80% 100%, 100% 0, 0 0); z-index: 0; pointer-events: none; }

/* ── INTEGRATIONS BAR ── */
.integrations-bar { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 3rem 0; background: rgba(0,0,0,0.3); }
.int-title { font-size: 0.7rem; color: var(--c-silver); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 2rem; text-align: center; }
.int-logos { display: flex; justify-content: space-between; align-items: center; opacity: 0.5; filter: grayscale(100%); }
.int-logos span { font-family: var(--font-display); font-size: 1.2rem; font-weight: bold; }

/* ── WHAT WE AUTOMATE (9-CARD CAROUSEL) ── */
.auto-carousel { display: flex; gap: 1.5rem; overflow-x: auto; padding: 1rem 0 3rem 0; scrollbar-width: none; }
.auto-carousel::-webkit-scrollbar { display: none; }
.a-card { min-width: 260px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 2rem 1.5rem; display: flex; flex-direction: column; align-items: center; text-align: center; transition: 0.3s; }
.a-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(0,229,255,0.3); transform: translateY(-5px); }
.ac-icon { font-size: 2.5rem; color: var(--c-cyan); margin-bottom: 1.5rem; filter: drop-shadow(0 0 10px rgba(0,229,255,0.4)); }
.a-card h4 { font-family: var(--font-display); font-size: 1.1rem; color: #fff; margin-bottom: 0.8rem; }
.a-card p { font-size: 0.8rem; color: var(--c-silver); line-height: 1.5; margin-bottom: 2rem; flex-grow: 1; }
.ac-mockup { width: 100%; height: 120px; background: rgba(0,0,0,0.3); border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); padding: 1rem; text-align: left; position: relative; overflow: hidden; }
/* Mini mockups inside cards */
.mini-chat { background: rgba(0,229,255,0.1); border-radius: 8px 8px 8px 0; padding: 0.5rem; font-size: 0.6rem; color: var(--c-cyan); width: 80%; margin-top: 1rem; }
.mini-check { display: flex; align-items: center; gap: 8px; font-size: 0.6rem; color: #fff; margin-bottom: 0.5rem; }
.mini-check::before { content:'✓'; color: #27c93f; background: rgba(39, 201, 63, 0.2); border-radius: 50%; width: 14px; height: 14px; display: flex; justify-content: center; align-items: center; }

/* ── HOW IT WORKS TIMELINE ── */
.how-it-works-module { padding: 8rem 0; }
.hiw-grid { display: flex; justify-content: space-between; align-items: center; margin-top: 4rem; }
.hiw-timeline { display: flex; justify-content: space-between; position: relative; flex: 1; margin-right: 4rem; }
.hiw-line { position: absolute; top: 30px; left: 0; right: 0; height: 1px; border-top: 1px dashed rgba(255,255,255,0.2); z-index: 1; }
.hiw-step { position: relative; z-index: 2; text-align: center; width: 120px; }
.hiw-icon { width: 60px; height: 60px; background: var(--c-void); border: 1px solid rgba(0,229,255,0.3); border-radius: 50%; margin: 0 auto 1.5rem auto; display: flex; justify-content: center; align-items: center; color: var(--c-cyan); font-size: 1.2rem; box-shadow: 0 0 15px rgba(0,229,255,0.1); }
.hiw-step h4 { font-size: 0.85rem; color: #fff; margin-bottom: 0.5rem; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; }
.hiw-step p { font-size: 0.75rem; color: var(--c-silver); line-height: 1.5; }

.hiw-highlight-card { width: 300px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 2.5rem; text-align: left; }
.hiw-highlight-card h3 { font-size: 1.4rem; font-family: var(--font-display); color: #fff; margin-bottom: 1rem; line-height: 1.3; }
.hiw-highlight-card h3::before { content:'⚡'; display: block; font-size: 2rem; margin-bottom: 1rem; }
.hiw-highlight-card p { font-size: 0.9rem; color: var(--c-silver); line-height: 1.5; }

/* ── RESULTS & OVERLAPPING MOCKUPS ── */
.results-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 3rem; align-items: center; }
.results-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.rm-item { text-align: left; }
.rm-item h3 { font-size: 2.5rem; font-family: var(--font-display); color: #27c93f; margin-bottom: 0.5rem; }
.rm-item p { font-size: 0.75rem; color: var(--c-silver); }

/* Center Overlapping Mockups */
.center-mockups { position: relative; height: 500px; display: flex; justify-content: center; align-items: center; }
.mock-desktop { width: 450px; height: 350px; background: #111; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); box-shadow: 0 20px 40px rgba(0,0,0,0.5); display: flex; flex-direction: column; overflow: hidden; }
.md-header { height: 40px; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; padding: 0 1rem; font-size: 0.7rem; color: var(--c-silver); justify-content: space-between; }
.md-body { flex: 1; display: flex; }
.md-sidebar { width: 80px; border-right: 1px solid rgba(255,255,255,0.05); padding: 1rem; display: flex; flex-direction: column; gap: 1rem; }
.md-s-item { width: 100%; height: 10px; background: rgba(255,255,255,0.05); border-radius: 2px; }
.md-canvas { flex: 1; padding: 2rem; position: relative; display: flex; flex-direction: column; align-items: center; gap: 2rem; }
/* Tiny tree in desktop mockup */
.tc-node { width: 120px; padding: 0.5rem; background: #1a1c23; border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; text-align: center; position: relative; z-index: 2; }
.tc-node p { font-size: 0.5rem; color: #fff; margin-bottom: 0.2rem; }
.tc-node span { font-size: 0.4rem; color: var(--c-silver); }
.tc-node.split { display: flex; justify-content: space-between; width: 200px; background: transparent; border: none; padding: 0; }
.tc-node.split > div { width: 45%; padding: 0.5rem; background: #1a1c23; border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; }

.mock-mobile { width: 220px; height: 450px; background: #0D0E11; border: 8px solid #222; border-radius: 30px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); box-shadow: -20px 20px 40px rgba(0,0,0,0.8); overflow: hidden; padding: 1.5rem; }
.mm-header { font-size: 0.8rem; color: #fff; margin-bottom: 0.2rem; }
.mm-sub { font-size: 0.6rem; color: #27c93f; margin-bottom: 2rem; }
.mm-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
.mm-stat h4 { font-size: 1.2rem; font-family: var(--font-display); color: #fff; }
.mm-stat p { font-size: 0.5rem; color: var(--c-silver); }

/* Right CTA Box */
.cta-box { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 2.5rem; }
.cta-box h3 { font-size: 1.4rem; font-family: var(--font-display); color: #fff; margin-bottom: 1.5rem; line-height: 1.3; }
.cta-box ul { list-style: none; margin-bottom: 2rem; }
.cta-box li { font-size: 0.85rem; color: var(--c-silver); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 10px; }
.cta-box li::before { content: '✓'; color: var(--c-cyan); }
.cta-box .btn { width: 100%; margin-bottom: 1.5rem; }
.trust-badges { display: flex; align-items: center; gap: 10px; }
.trust-avatars img { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #111; margin-left: -10px; }
.trust-avatars img:first-child { margin-left: 0; }
.trust-text { font-size: 0.65rem; color: var(--c-silver); line-height: 1.4; }

/* ── PRE-FOOTER VALUE PROP STRIP ── */
.value-prop-strip { border-top: 1px solid rgba(255,255,255,0.05); padding: 4rem 0; }
.vp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.vp-item { display: flex; align-items: flex-start; gap: 1rem; }
.vp-icon { color: var(--c-silver); font-size: 1.2rem; }
.vp-item h5 { font-size: 0.85rem; color: #fff; margin-bottom: 0.3rem; }
.vp-item p { font-size: 0.75rem; color: var(--c-silver); }

/* ═══════════════════════════════════════════════════════════════════
   PAGE: AI MARKETING (marketing.html) SPECIFIC STYLES
═══════════════════════════════════════════════════════════════════ */

/* ── HERO & DEVICE CLUSTER ── */
.marketing-hero { padding-top: calc(var(--header-h) + 4rem); min-height: 100vh; position: relative; background: radial-gradient(circle at top right, rgba(0,229,255,0.05), transparent 50%), var(--c-void); overflow: hidden; }
.mkt-hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: center; position: relative; z-index: 10; }

.mkt-badges-row { display: flex; gap: 1.5rem; margin-top: 4rem; flex-wrap: wrap; }
.m-badge-item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.m-badge-icon { width: 35px; height: 35px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: center; align-items: center; font-size: 0.8rem; background: rgba(255,255,255,0.02); color: var(--c-cyan); }
.m-badge-item p { font-size: 0.6rem; color: var(--c-silver); text-align: center; max-width: 60px; line-height: 1.2; }

/* Device Cluster CSS */
.mkt-device-cluster { position: relative; width: 100%; height: 500px; perspective: 1200px; display: flex; align-items: center; justify-content: center; }

.cluster-desktop { width: 450px; height: 280px; background: rgba(13,14,17,0.9); border: 1px solid rgba(0,229,255,0.2); border-radius: 12px; position: absolute; z-index: 1; transform: rotateY(-10deg) rotateX(5deg) translateZ(-50px); box-shadow: 0 30px 60px rgba(0,0,0,0.8); padding: 1.5rem; }
.cd-header { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 0.5rem; margin-bottom: 1rem; }
.cd-title { font-size: 0.7rem; color: #fff; }
.cd-stats { display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
.cd-stat h3 { font-size: 1rem; font-family: var(--font-display); color: #fff; }
.cd-stat p { font-size: 0.5rem; color: var(--c-silver); }
.cd-stat span { font-size: 0.5rem; color: #27c93f; }
.cd-chart { height: 100px; border-bottom: 1px solid rgba(255,255,255,0.1); position: relative; }
.cd-line { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }

.cluster-mobile-1 { width: 180px; height: 360px; background: #111; border-radius: 20px; border: 4px solid #222; position: absolute; left: 10%; z-index: 3; box-shadow: -20px 20px 40px rgba(0,0,0,0.6); transform: translateZ(50px) rotateY(-5deg); overflow: hidden; }
.cm-video-bg { width: 100%; height: 100%; background: url('https://images.unsplash.com/photo-1558000143-a261895a12fa?q=80&w=400&auto=format&fit=crop') center/cover; position: relative; }
.cm-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); }
.cm-ui { position: absolute; bottom: 15px; left: 15px; }
.cm-ui p { font-size: 0.6rem; color: #fff; margin-bottom: 0.2rem; }
.cm-ui span { font-size: 0.5rem; color: var(--c-silver); }
.cm-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 0.6rem; backdrop-filter: blur(5px); }

.cluster-mobile-2 { width: 200px; height: 400px; background: #111; border-radius: 24px; border: 4px solid #222; position: absolute; right: 20%; top: 10%; z-index: 2; box-shadow: 20px 20px 40px rgba(0,0,0,0.6); transform: translateZ(30px) rotateY(5deg); overflow: hidden; }
.cm2-video-bg { width: 100%; height: 100%; background: url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=400&auto=format&fit=crop') center/cover; position: relative; }

.social-floating-col { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 1rem; z-index: 4; }
.sf-icon { width: 45px; height: 45px; border-radius: 12px; background: #1a1c23; border: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: center; align-items: center; font-size: 1.2rem; color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
.sf-icon.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border:none; }
.sf-icon.tk { background: #000; border: 1px solid #fff; }
.sf-icon.fb { background: #1877f2; border:none; }
.sf-icon.in { background: #0a66c2; border:none; }
.sf-icon.yt { background: #ff0000; border:none; }

/* ── WHAT WE DO (6-CARD GRID) ── */
.wwd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.wwd-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 2rem; display: flex; flex-direction: column; }
.wwd-card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.wc-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(0,229,255,0.05); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; border: 1px solid rgba(0,229,255,0.1); }
.wwd-card-header h4 { font-size: 1rem; color: #fff; font-family: var(--font-display); }
.wwd-card > p { font-size: 0.8rem; color: var(--c-silver); line-height: 1.5; margin-bottom: 2rem; flex-grow: 1; }

.wc-mockup { width: 100%; height: 140px; background: #0D0E11; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); overflow: hidden; display: flex; flex-direction: column; padding: 1rem; position: relative; }
/* specific mockups */
.wc-m-content { display: flex; flex-direction: column; gap: 0.5rem; height: 100%; justify-content: center; }
.wc-m-box { width: 80%; height: 10px; background: rgba(255,255,255,0.05); border-radius: 2px; }
.wc-m-graph { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; }
.wc-m-thumb { width: 100%; height: 100%; background: #222; border-radius: 4px; display: flex; justify-content: center; align-items: center; font-size: 0.8rem; color: #fff; }
.wc-m-donut { width: 60px; height: 60px; border-radius: 50%; border: 6px solid var(--c-cyan); border-right-color: #444; margin: 0 auto; }

/* ── CONTENT PIPELINE TIMELINE ── */
.pipeline-section { border-top: 1px solid rgba(255,255,255,0.05); padding: 5rem 0; margin-top: 4rem; }
.pipeline-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: center; }
.pipe-timeline { display: flex; justify-content: space-between; position: relative; width: 100%; }
.pipe-line { position: absolute; top: 25px; left: 0; right: 0; height: 1px; border-top: 1px dashed rgba(255,255,255,0.2); z-index: 1; }
.pipe-step { position: relative; z-index: 2; text-align: center; width: 90px; }
.pipe-icon { width: 50px; height: 50px; background: var(--c-void); border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; margin: 0 auto 1rem auto; display: flex; justify-content: center; align-items: center; color: var(--c-silver); font-size: 1rem; transition: 0.3s; }
.pipe-step:hover .pipe-icon { border-color: var(--c-cyan); color: var(--c-cyan); box-shadow: 0 0 15px rgba(0,229,255,0.2); }
.pipe-step h5 { font-size: 0.7rem; color: #fff; margin-bottom: 0.3rem; }
.pipe-step p { font-size: 0.6rem; color: var(--c-silver); line-height: 1.4; }
.pipe-social-row { display: flex; justify-content: center; gap: 1rem; margin-top: 3rem; }
.pipe-social-row .sf-icon { width: 30px; height: 30px; font-size: 0.8rem; border-radius: 6px; }

/* ── TRI-PANEL RESULTS SECTION ── */
.tri-panel-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 2rem; align-items: stretch; margin-top: 3rem; }
.tp-col-title { font-size: 0.6rem; color: var(--c-cyan); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 1.5rem; }

/* Left: Before/After */
.tp-ba-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 2rem; height: 100%; display: flex; flex-direction: column; }
.ba-split { display: flex; gap: 1rem; margin-bottom: 2rem; flex: 1; }
.ba-side { flex: 1; }
.ba-side h5 { font-size: 0.65rem; color: var(--c-silver); margin-bottom: 1rem; text-transform: uppercase; }
.ba-side ul { list-style: none; margin-bottom: 2rem; }
.ba-side li { font-size: 0.7rem; color: var(--c-silver); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 6px; }
.ba-side.before li::before { content: '×'; color: #ff4757; }
.ba-side.after li::before { content: '✓'; color: #27c93f; }
.ba-side.after li { color: #fff; }
.ba-graph { height: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); position: relative; }

/* Center: Vertical Content Examples */
.tp-content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; height: 100%; }
.v-mockup { background: #111; border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 1rem; }
.v-label { font-size: 0.5rem; color: var(--c-silver); margin-bottom: 1rem; text-transform: uppercase; }
.v-mockup h4 { font-size: 0.8rem; font-family: var(--font-display); color: #fff; margin-bottom: 0.5rem; line-height: 1.3; }
.v-mockup p { font-size: 0.6rem; color: var(--c-silver); line-height: 1.4; }
.vm-img-bg { position: absolute; inset: 0; opacity: 0.4; background-size: cover; background-position: center; z-index: 0; }
.v-mockup > * { position: relative; z-index: 1; }

/* Right: Real Growth Stats */
.tp-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.tp-stat-card { text-align: left; }
.tp-stat-card h3 { font-size: 1.8rem; font-family: var(--font-display); color: #fff; margin-bottom: 0.3rem; }
.tp-stat-card p { font-size: 0.65rem; color: var(--c-silver); margin-bottom: 1rem; }
.mini-spark { width: 100%; height: 30px; }
.mini-spark svg { width: 100%; height: 100%; }

/* ── ADVANCED AI STRIP ── */
.ai-strip { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 3rem 0; margin-top: 4rem; margin-bottom: 4rem; }
.ai-strip-title { font-size: 0.65rem; color: var(--c-cyan); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 2rem; }
.ai-icon-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 1rem; text-align: center; }
.aii-block { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
.aii-icon { width: 40px; height: 40px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; display: flex; justify-content: center; align-items: center; color: var(--c-cyan); }
.aii-block h5 { font-size: 0.7rem; color: #fff; }
.aii-block p { font-size: 0.55rem; color: var(--c-silver); line-height: 1.4; }

/* ── AI ASSISTANT OVERLAY ── */
.ai-assistant-widget { position: absolute; bottom: 30px; right: 30px; background: rgba(13,14,17,0.9); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 0.5rem 1rem 0.5rem 0.5rem; display: flex; align-items: center; gap: 1rem; backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); z-index: 50; }
.ai-aw-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(0,229,255,0.1); border: 1px solid var(--c-cyan); display: flex; justify-content: center; align-items: center; font-family: var(--font-display); font-size: 0.9rem; font-weight: bold; color: var(--c-cyan); box-shadow: 0 0 15px rgba(0,229,255,0.2); }
.ai-aw-text h5 { font-size: 0.75rem; color: #fff; margin-bottom: 0.1rem; }
.ai-aw-text p { font-size: 0.6rem; color: var(--c-silver); display: flex; align-items: center; gap: 4px; }
.ai-aw-text p::before { content:''; width: 4px; height: 4px; background: #27c93f; border-radius: 50%; }
.ai-aw-btn { width: 30px; height: 30px; background: rgba(255,255,255,0.05); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 0.8rem; margin-left: 10px; cursor: pointer; }

/* ═══════════════════════════════════════════════════════════════════
   PAGE: ABOUT (about.html) SPECIFIC STYLES
═══════════════════════════════════════════════════════════════════ */

/* ── LUXURY HERO ── */
.about-hero { min-height: 100vh; position: relative; display: flex; align-items: center; padding-top: var(--header-h); }
.about-hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=2000&auto=format&fit=crop') center/cover; z-index: 0; }
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,14,17,0.95) 0%, rgba(13,14,17,0.8) 50%, rgba(13,14,17,0.4) 100%); z-index: 1; }
.about-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 4rem; position: relative; z-index: 10; width: 100%; align-items: center; }

.ah-badges { display: flex; gap: 2rem; margin-top: 3rem; }
.ah-badge { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
.ahb-icon { width: 35px; height: 35px; border-radius: 8px; border: 1px solid rgba(0,229,255,0.2); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; font-size: 0.8rem; }
.ah-badge p { font-size: 0.65rem; color: var(--c-silver); text-align: left; }

.ah-insignia-col { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.massive-insignia { width: 250px; height: 250px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.1); display: flex; justify-content: center; align-items: center; font-family: var(--font-display); font-size: 5rem; font-weight: bold; color: rgba(255,255,255,0.8); text-shadow: 0 0 40px rgba(255,255,255,0.3); position: relative; margin-bottom: 2rem; }
.massive-insignia::before { content: ''; position: absolute; inset: -10px; border: 1px solid rgba(255,255,255,0.05); border-radius: 50%; }
.massive-insignia::after { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; }
.ah-insignia-col h3 { font-family: var(--font-display); font-size: 1.2rem; color: #fff; letter-spacing: 0.1em; text-align: center; margin-bottom: 0.5rem; }
.ah-insignia-col p { font-size: 0.6rem; color: var(--c-silver); text-transform: uppercase; letter-spacing: 0.15em; text-align: center; }

/* ── TRINITY DIAGRAM ── */
.trinity-module { padding: 6rem 0; background: radial-gradient(circle at center, rgba(0,229,255,0.03), transparent 70%); }
.trinity-container { position: relative; width: 100%; max-width: 1000px; margin: 5rem auto; height: 600px; display: flex; justify-content: center; align-items: center; }

.t-center-core { width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(0,229,255,0.3); box-shadow: 0 0 50px rgba(0,229,255,0.1); display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 10; background: rgba(13,14,17,0.9); backdrop-filter: blur(10px); }
.t-center-core h4 { font-family: var(--font-display); font-size: 1rem; color: var(--c-cyan); text-align: center; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.t-center-core p { font-size: 0.65rem; color: var(--c-silver); text-align: center; max-width: 120px; }

/* The SVG Connector Ring */
.t-ring-svg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.t-ring-svg circle { fill: none; stroke: rgba(255,255,255,0.05); stroke-width: 2; }
/* Adding subtle glowing orbital paths */
.t-orbit-path { position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px dashed rgba(255,255,255,0.1); top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; pointer-events: none; }

.t-node { position: absolute; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.5rem; width: 320px; z-index: 20; backdrop-filter: blur(15px); }
.t-node-1 { top: 0; left: 0; }
.t-node-2 { top: 0; right: 0; }
.t-node-3 { bottom: 0; left: 50%; transform: translateX(-50%); width: 450px; }

.tn-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.tn-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 0.9rem; }
.tn-icon.blue { background: #1877f2; box-shadow: 0 0 15px rgba(24,119,242,0.4); }
.tn-icon.purple { background: #8e44ad; box-shadow: 0 0 15px rgba(142,68,173,0.4); }
.tn-icon.cyan { background: var(--c-cyan); color: #000; box-shadow: 0 0 15px rgba(0,229,255,0.4); }

.t-node h5 { font-family: var(--font-display); font-size: 0.9rem; color: #fff; }
.t-node > p { font-size: 0.75rem; color: var(--c-silver); margin-bottom: 1.5rem; line-height: 1.5; }
.t-list { list-style: none; display: grid; grid-template-columns: 1fr; gap: 0.5rem; }
.t-node-3 .t-list { grid-template-columns: 1fr 1fr; }
.t-list li { font-size: 0.7rem; color: #fff; display: flex; align-items: center; gap: 8px; }
.t-list li::before { content: '✓'; color: var(--c-cyan); }

/* ── WHY BUSINESSES CHOOSE STRIP ── */
.core-values-strip { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 3rem 0; background: rgba(0,0,0,0.2); }
.cv-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; }
.cv-item { display: flex; flex-direction: column; gap: 0.5rem; }
.cv-icon { width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(0,229,255,0.3); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; font-size: 0.7rem; margin-bottom: 0.5rem; }
.cv-item h5 { font-size: 0.8rem; color: #fff; line-height: 1.3; }
.cv-item p { font-size: 0.65rem; color: var(--c-silver); line-height: 1.4; }

/* ── MISSION / VISION SPLIT ── */
.mv-section { padding: 6rem 0; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4rem; align-items: center; }
.mv-block { margin-bottom: 3rem; }
.mv-block:last-child { margin-bottom: 0; }
.mv-block h3 { font-size: 1.2rem; font-family: var(--font-display); color: #fff; margin-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 0.5rem; }
.mv-block p { font-size: 0.8rem; color: var(--c-silver); line-height: 1.6; }

.mv-center { display: flex; justify-content: center; align-items: center; }
.mv-logo-glow { width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(0,229,255,0.2); display: flex; justify-content: center; align-items: center; font-family: var(--font-display); font-size: 3rem; color: var(--c-cyan); box-shadow: 0 0 50px rgba(0,229,255,0.1); position: relative; }
.mv-logo-glow::before { content: ''; position: absolute; inset: -20px; border: 1px dashed rgba(255,255,255,0.05); border-radius: 50%; }

.we-believe h3 { font-size: 1.2rem; font-family: var(--font-display); color: #fff; margin-bottom: 1.5rem; }
.we-believe ul { list-style: none; }
.we-believe li { font-size: 0.8rem; color: var(--c-silver); margin-bottom: 1rem; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.we-believe li::before { content: '✓'; color: var(--c-cyan); margin-top: 2px; }

/* ── PROCESS TIMELINE ── */
.process-section { padding: 6rem 0; border-top: 1px solid rgba(255,255,255,0.05); }
.proc-timeline { display: flex; justify-content: space-between; position: relative; margin-top: 4rem; }
.proc-line { position: absolute; top: 25px; left: 5%; right: 5%; height: 1px; border-top: 1px dashed rgba(255,255,255,0.2); z-index: 1; }
.proc-step { position: relative; z-index: 2; text-align: center; width: 140px; }
.proc-icon { width: 50px; height: 50px; background: var(--c-void); border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; margin: 0 auto 1.5rem auto; display: flex; justify-content: center; align-items: center; color: var(--c-silver); font-size: 1rem; }
.proc-step h5 { font-size: 0.8rem; color: #fff; margin-bottom: 0.5rem; }
.proc-step p { font-size: 0.65rem; color: var(--c-silver); line-height: 1.4; }

/* ── STATS & SOCIAL PROOF ── */
.proof-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; margin-top: 5rem; align-items: center; }
.testimonial-block { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 2.5rem; position: relative; }
.quote-mark { font-size: 3rem; color: var(--c-cyan); font-family: serif; line-height: 1; position: absolute; top: 1.5rem; left: 1.5rem; opacity: 0.5; }
.testimonial-block h4 { font-size: 1.2rem; font-family: var(--font-display); color: #fff; margin: 2rem 0 1.5rem 0; line-height: 1.4; }
.t-author { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 1.5rem; }
.t-author p { font-size: 0.7rem; color: var(--c-silver); }
.stars { color: var(--c-cyan); font-size: 0.8rem; letter-spacing: 2px; }

.proof-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.ps-item { text-align: left; }
.ps-item h3 { font-size: 3rem; font-family: var(--font-display); color: #fff; margin-bottom: 0.5rem; }
.ps-item p { font-size: 0.8rem; color: var(--c-silver); }

/* ═══════════════════════════════════════════════════════════════════
   PAGE: INQUIRY (inquiry.html) SPECIFIC STYLES
═══════════════════════════════════════════════════════════════════ */

/* ── INQUIRY HERO & FORM ── */
.inq-hero { min-height: 100vh; position: relative; padding: calc(var(--header-h) + 4rem) 0 6rem 0; display: flex; align-items: center; }
.inq-hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?q=80&w=2000&auto=format&fit=crop') center/cover; z-index: 0; }
.inq-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,14,17,0.98) 0%, rgba(13,14,17,0.85) 40%, rgba(13,14,17,0.4) 100%); z-index: 1; }
.inq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; position: relative; z-index: 10; width: 100%; align-items: flex-start; }

.inq-left .lead-text { font-size: 0.8rem; line-height: 1.6; margin-bottom: 2.5rem; }
.inq-checklist { list-style: none; margin-bottom: 3rem; }
.inq-checklist li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.inq-chk-icon { width: 30px; height: 30px; border-radius: 8px; border: 1px solid rgba(0,229,255,0.2); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; font-size: 0.7rem; flex-shrink: 0; }
.inq-chk-text h5 { font-size: 0.8rem; color: #fff; margin-bottom: 0.2rem; }
.inq-chk-text p { font-size: 0.65rem; color: var(--c-silver); }

.inq-contact-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; backdrop-filter: blur(10px); }
.icc-top { display: flex; align-items: center; gap: 1rem; }
.icc-icon { width: 45px; height: 45px; border-radius: 50%; background: rgba(0,229,255,0.05); border: 1px solid rgba(0,229,255,0.2); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; font-size: 1rem; }
.icc-top h5 { font-size: 0.85rem; color: #fff; }
.icc-top p { font-size: 0.65rem; color: var(--c-silver); }

/* The Massive Glass Form */
.inq-form-panel { background: rgba(13,14,17,0.7); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2.5rem; box-shadow: 0 30px 60px rgba(0,0,0,0.8); backdrop-filter: blur(20px); }
.ifp-header { font-family: var(--font-display); font-size: 1.2rem; color: #fff; margin-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 1rem; }

/* Progress Steps */
.form-steps { display: flex; justify-content: space-between; position: relative; margin-bottom: 3rem; }
.fs-line { position: absolute; top: 12px; left: 0; right: 0; height: 1px; border-top: 1px solid rgba(255,255,255,0.1); z-index: 1; }
.fs-step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.fs-num { width: 24px; height: 24px; border-radius: 50%; background: var(--c-void); border: 1px solid rgba(255,255,255,0.2); display: flex; justify-content: center; align-items: center; font-size: 0.6rem; color: var(--c-silver); }
.fs-step.active .fs-num { background: var(--c-cyan); color: #000; border-color: var(--c-cyan); }
.fs-label { font-size: 0.6rem; color: var(--c-silver); }
.fs-step.active .fs-label { color: #fff; }

.form-group { margin-bottom: 2rem; }
.fg-label { font-size: 0.8rem; color: #fff; margin-bottom: 0.3rem; display: block; }
.fg-sub { font-size: 0.6rem; color: var(--c-silver); margin-bottom: 1rem; display: block; }

/* Service Select Cards */
.service-select-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ss-card { border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 1rem; cursor: pointer; transition: 0.3s; position: relative; }
.ss-card:hover { border-color: rgba(255,255,255,0.3); }
.ss-card.active { border-color: var(--c-cyan); background: rgba(0,229,255,0.05); }
.ss-checkbox { position: absolute; top: 10px; right: 10px; width: 14px; height: 14px; border: 1px solid rgba(255,255,255,0.3); border-radius: 3px; display: flex; justify-content: center; align-items: center; font-size: 0.5rem; color: transparent; }
.ss-card.active .ss-checkbox { background: var(--c-cyan); border-color: var(--c-cyan); color: #000; }
.ss-icon { font-size: 1rem; margin-bottom: 0.5rem; display: block; }
.ss-card h6 { font-size: 0.7rem; color: #fff; margin-bottom: 0.3rem; }
.ss-card p { font-size: 0.55rem; color: var(--c-silver); line-height: 1.4; }

/* Inputs */
.inq-textarea { width: 100%; height: 100px; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 1rem; color: #fff; font-family: var(--font-sans); font-size: 0.75rem; resize: none; }
.inq-textarea:focus { outline: none; border-color: var(--c-cyan); }

.split-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.inq-select { width: 100%; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 0.8rem 1rem; color: #fff; font-family: var(--font-sans); font-size: 0.75rem; appearance: none; }
.inq-select-wrapper { position: relative; }
.inq-select-wrapper::after { content: '▼'; font-size: 0.5rem; color: var(--c-silver); position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); pointer-events: none; }

/* Upload Zone */
.upload-zone { border: 1px dashed rgba(255,255,255,0.2); border-radius: 8px; padding: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem; background: rgba(255,255,255,0.02); cursor: pointer; transition: 0.3s; }
.upload-zone:hover { border-color: var(--c-cyan); background: rgba(0,229,255,0.02); }
.uz-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(0,229,255,0.1); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; font-size: 0.8rem; }
.uz-text p { font-size: 0.7rem; color: var(--c-silver); }
.uz-text span { color: var(--c-cyan); }
.uz-text small { font-size: 0.5rem; color: rgba(255,255,255,0.3); }

/* ── AUTHORITY SPLIT OVERLAYS ── */
.auth-split-section { padding: 8rem 0; position: relative; background: var(--c-void); }
.ass-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2000&auto=format&fit=crop') center/cover; opacity: 0.4; }
.ass-overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 0%, var(--c-void) 80%); }

.ass-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10rem; position: relative; z-index: 10; }
.ass-card { background: rgba(13,14,17,0.85); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2.5rem; backdrop-filter: blur(15px); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.ass-card h3 { font-size: 1.2rem; font-family: var(--font-display); color: #fff; margin-bottom: 1.5rem; }

.ass-checklist { list-style: none; }
.ass-checklist li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.2rem; }
.ass-chk-icon { color: var(--c-cyan); font-size: 0.8rem; margin-top: 2px; }
.ass-chk-text h6 { font-size: 0.8rem; color: #fff; margin-bottom: 0.2rem; }
.ass-chk-text p { font-size: 0.65rem; color: var(--c-silver); line-height: 1.4; }

.ass-testimonial p.quote { font-size: 0.9rem; color: #fff; line-height: 1.6; margin-bottom: 2rem; font-family: serif; }
.ass-author { display: flex; align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
.ass-avatar { width: 40px; height: 40px; border-radius: 50%; background: url('https://images.unsplash.com/photo-1560250097-0b93528c311a?q=80&w=200&auto=format&fit=crop') center/cover; }
.ass-author-info h6 { font-size: 0.8rem; color: #fff; }
.ass-author-info p { font-size: 0.6rem; color: var(--c-silver); }
.ass-stars { margin-left: auto; color: var(--c-cyan); font-size: 0.8rem; letter-spacing: 2px; }
.ass-dots { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; }
.ass-dot-row { display: flex; gap: 6px; }
.ass-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.ass-dot.active { background: var(--c-cyan); width: 20px; border-radius: 4px; }
.ass-nav-btn { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.05); display: flex; justify-content: center; align-items: center; color: #fff; font-size: 0.7rem; cursor: pointer; }

/* ── INSTANT SCHEDULING WIDGET ── */
.schedule-section { padding: 6rem 0; border-top: 1px solid rgba(255,255,255,0.05); }
.sched-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 3rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 3rem; }

.sched-left h3 { font-size: 1.2rem; font-family: var(--font-display); color: #fff; margin-bottom: 0.5rem; }
.sched-left > p { font-size: 0.75rem; color: var(--c-silver); line-height: 1.5; margin-bottom: 1.5rem; }
.sched-list { list-style: none; margin-bottom: 2rem; }
.sched-list li { font-size: 0.7rem; color: #fff; display: flex; align-items: center; gap: 8px; margin-bottom: 0.8rem; }
.sched-list li::before { content: '✓'; color: var(--c-cyan); }

/* Calendar UI */
.sched-calendar-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; border-left: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.1); padding: 0 2rem; }
.cal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.cal-header h6 { font-size: 0.8rem; color: #fff; }
.cal-nav { display: flex; gap: 10px; }
.cal-nav span { color: var(--c-silver); font-size: 0.7rem; cursor: pointer; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; }
.cal-day-name { font-size: 0.5rem; color: var(--c-silver); text-transform: uppercase; margin-bottom: 0.5rem; }
.cal-date { font-size: 0.7rem; color: #fff; padding: 6px 0; border-radius: 4px; cursor: pointer; }
.cal-date:hover { background: rgba(255,255,255,0.05); }
.cal-date.active { background: var(--c-cyan); color: #000; font-weight: bold; }
.cal-date.disabled { color: rgba(255,255,255,0.2); pointer-events: none; }

.time-slots { display: flex; flex-direction: column; gap: 0.5rem; }
.time-slots p { font-size: 0.6rem; color: var(--c-silver); margin-bottom: 0.5rem; text-align: center; }
.ts-btn { width: 100%; border: 1px solid rgba(255,255,255,0.2); background: transparent; color: #fff; padding: 0.5rem; border-radius: 4px; font-size: 0.65rem; cursor: pointer; transition: 0.2s; }
.ts-btn:hover { border-color: var(--c-cyan); color: var(--c-cyan); }
.ts-btn.active { border-color: var(--c-cyan); background: rgba(0,229,255,0.1); color: var(--c-cyan); }

/* Right Next Steps */
.sched-right h6 { font-size: 0.85rem; color: #fff; margin-bottom: 1.5rem; }
.next-steps-list { display: flex; flex-direction: column; gap: 1.5rem; }
.ns-item { display: flex; align-items: flex-start; gap: 1rem; }
.ns-num { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(0,229,255,0.3); color: var(--c-cyan); display: flex; justify-content: center; align-items: center; font-size: 0.6rem; flex-shrink: 0; }
.ns-item p { font-size: 0.65rem; color: var(--c-silver); line-height: 1.4; }

/* ── TRUST STRIP ── */
.trust-strip { border-top: 1px solid rgba(255,255,255,0.05); padding: 3rem 0; }
.ts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.ts-item { display: flex; align-items: flex-start; gap: 1rem; }
.ts-icon { font-size: 1.2rem; color: var(--c-cyan); opacity: 0.8; }
.ts-item h6 { font-size: 0.75rem; color: #fff; margin-bottom: 0.2rem; }
.ts-item p { font-size: 0.6rem; color: var(--c-silver); }

/* ── 3-COLUMN DASHBOARD (WEB DESIGN) ── */
.three-col-dashboard { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 2rem; margin-top: 4rem; }
.dash-col { display: flex; flex-direction: column; gap: 2rem; }
.dash-services { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.dash-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.metric-span { grid-column: 1 / -1; }
.dash-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: all 0.3s ease; }
.dash-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.05); border-color: rgba(0, 229, 255, 0.3); }
.dash-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }
.dash-card h4 { margin: 0; font-size: 0.85rem; letter-spacing: 2px; text-align: center; }
.metric-span img { height: 200px; }
.dash-center-graphic { height: 100%; min-height: 500px; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); display: flex; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.dash-center-graphic img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1024px) {
  .three-col-dashboard { grid-template-columns: 1fr; }
  .dash-center-graphic { height: 500px; }
}

/* ── UNIFIED INFO MODAL ── */
#info-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9999; background: rgba(13, 14, 17, 0.85); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; }
#info-modal.active { opacity: 1; visibility: visible; }
.modal-content-wrapper { position: relative; width: 90%; max-width: 700px; max-height: 80vh; overflow-y: auto; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 3rem; color: #fff; transform: scale(0.95) translateY(20px); opacity: 0; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease; box-shadow: 0 40px 100px rgba(0,0,0,0.8); }
#info-modal.active .modal-content-wrapper { transform: scale(1) translateY(0); opacity: 1; }
.modal-close-btn { position: absolute; top: 20px; right: 25px; background: none; border: none; color: rgba(255,255,255,0.5); font-size: 2rem; cursor: pointer; transition: color 0.3s ease; line-height: 1; }
.modal-close-btn:hover { color: var(--c-cyan); }
#modal-dynamic-body h2 { font-family: var(--font-display); font-size: 2.2rem; margin-top: 0; border-bottom: 2px solid var(--c-cyan); padding-bottom: 1rem; margin-bottom: 1.5rem; letter-spacing: 1px; }
#modal-dynamic-body p { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.8); margin-bottom: 1rem; font-weight: 300; }
#modal-dynamic-body ul { padding-left: 1.5rem; color: rgba(255,255,255,0.8); }
#modal-dynamic-body li { margin-bottom: 0.8rem; font-size: 1.05rem; font-weight: 300; }

/* ── INFO ROUTER SECONDARY PAGES ── */
.info-page-hero { text-align: center; max-width: 800px; margin: 0 auto 5rem auto; padding-top: 4rem; }
.info-page-hero h1 { font-family: var(--font-display); font-size: 3.5rem; font-weight: 700; margin-bottom: 1rem; color: #fff; letter-spacing: 1px; }
.info-page-hero p { font-size: 1.25rem; color: rgba(255,255,255,0.7); line-height: 1.7; font-weight: 300; }

.info-section { max-width: 1000px; margin: 0 auto 5rem auto; }
.info-section-title { font-family: var(--font-display); font-size: 2rem; color: var(--c-cyan); margin-bottom: 2rem; border-bottom: 1px solid rgba(0,229,255,0.2); padding-bottom: 0.5rem; }

.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.info-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 2.5rem; transition: all 0.3s ease; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.info-card:hover { border-color: rgba(0,229,255,0.3); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 20px rgba(0,229,255,0.05); }
.info-card h3 { font-size: 1.3rem; color: #fff; margin-bottom: 1rem; font-weight: 600; }
.info-card p { font-size: 1rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 1.5rem; }
.info-card ul { padding-left: 1.2rem; margin-bottom: 1.5rem; color: rgba(255,255,255,0.7); }
.info-card li { margin-bottom: 0.5rem; }

.info-list-large { font-size: 1.15rem; color: rgba(255,255,255,0.8); line-height: 2; list-style: none; padding: 0; }
.info-list-large li { padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.info-list-large li:last-child { border-bottom: none; }
.info-list-large li strong { color: #fff; display: block; font-size: 1.3rem; margin-bottom: 0.5rem; }

/* Elegant FAQ Accordion */
details.faq-item { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; margin-bottom: 1rem; overflow: hidden; transition: all 0.3s ease; }
details.faq-item[open] { border-color: rgba(0,229,255,0.2); background: rgba(255,255,255,0.04); }
summary.faq-question { padding: 1.5rem; font-size: 1.15rem; font-weight: 500; color: #fff; cursor: pointer; list-style: none; position: relative; outline: none; }
summary.faq-question::-webkit-details-marker { display: none; }
summary.faq-question::after { content: '+'; position: absolute; right: 1.5rem; top: 1.5rem; color: var(--c-cyan); font-size: 1.5rem; transition: transform 0.3s ease; line-height: 1; }
details.faq-item[open] summary.faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 1.5rem 1.5rem 1.5rem; font-size: 1.05rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* Timeline Component */
.info-timeline { position: relative; padding-left: 2rem; border-left: 2px solid rgba(0,229,255,0.2); margin-top: 3rem; }
.timeline-item { position: relative; margin-bottom: 4rem; }
.timeline-item::before { content: ''; position: absolute; left: -2.65rem; top: 0.3rem; width: 16px; height: 16px; background: #000; border: 2px solid var(--c-cyan); border-radius: 50%; box-shadow: 0 0 10px rgba(0,229,255,0.5); }
.timeline-item h3 { font-size: 1.5rem; color: #fff; margin-bottom: 0.5rem; }
.timeline-item p { font-size: 1.1rem; color: rgba(255,255,255,0.6); }

/* Center CTA */
.info-cta-section { text-align: center; margin-top: 6rem; padding-top: 4rem; border-top: 1px solid rgba(255,255,255,0.05); }
.info-cta-section h2 { font-family: var(--font-display); font-size: 2.5rem; color: #fff; margin-bottom: 2rem; }

/* ── MEDIA QUERIES FOR MOBILE RESPONSIVENESS ── */
@media (max-width: 768px) {
  .hero-section { padding: 8rem 0 4rem 0; min-height: auto; }
  .hero-content h1, .info-page-hero h1 { font-size: 2.5rem !important; line-height: 1.2; }
  .section-title { font-size: 2rem !important; }
  .section-padding { padding: 4rem 0; }
  p { font-size: 1rem !important; }
  .navbar, .nav-inner { padding: 1rem; align-items: center; justify-content: space-between; }
  .nav-links { display: flex !important; position: absolute; top: 100%; left: 0; right: 0; height: calc(100vh - 60px); background: rgba(13,14,17,0.98); flex-direction: column; justify-content: flex-start; padding-top: 2rem; align-items: center; z-index: 100; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; gap: 2rem; backdrop-filter: blur(10px); }
  .nav-links.active { opacity: 1; pointer-events: all; }
  .nav-links li { margin: 0; }
  .nav-links li a { font-size: 1.5rem; }
  .nav-cta { display: none !important; }
  .logo { font-size: 1.2rem; z-index: 101; }
  .mobile-menu-btn { display: flex !important; z-index: 101; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 0.5rem; }
  .hero-grid, .services-3-grid, .why-cards, .why-us-grid, .footer-grid, .project-carousel, .before-after-layout, .services-grid, .info-grid, .feat-grid, .dash-grid, .auto-hero-grid, .results-grid, .hiw-grid, .vp-grid, .cc-metrics-grid, .split-nodes, .how-it-works-grid, .dual-matrix-grid, .dual-transform-grid, .analytics-grid, .analytics-points, .speed-grid, .auto-benefits, .results-metrics, .mm-stats, .mkt-hero-grid, .wwd-grid, .pipeline-grid, .tri-panel-grid, .tp-content-grid, .tp-stats-grid, .about-hero-grid, .cv-grid, .mv-grid, .proof-grid, .proof-stats, .ass-grid, .ts-grid, .three-col-dashboard, .dash-services, .dash-metrics, .ai-icon-grid, .inq-grid, .split-inputs, .ss-grid, .sched-grid { grid-template-columns: 1fr !important; gap: 2rem !important; display: flex !important; flex-direction: column !important; width: 100%; box-sizing: border-box; }
  .hero-dashboards, .command-center-wrap { flex-direction: column; display: flex; width: 100%; margin-top: 3rem; }
  .glass-panel, .service-glass-card, .project-card, .mockup-frame, .command-center, .hiw-highlight-card { width: 100% !important; max-width: 100vw; box-sizing: border-box; }
  .trinity-container { width: 100% !important; height: auto !important; display: flex !important; flex-direction: column; gap: 2rem; margin: 2rem 0; }
  .t-ring-svg, .t-orbit-path, .t-center-core { display: none !important; }
  .t-node { position: relative !important; top: auto !important; left: auto !important; transform: none !important; width: 100% !important; box-sizing: border-box; }
  
  .mkt-device-cluster { width: 100% !important; height: auto !important; display: flex !important; flex-direction: column; gap: 2rem; align-items: center; margin-top: 2rem; }
  .cluster-desktop, .cluster-mobile-1, .cluster-mobile-2 { position: relative !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; transform: none !important; width: 100% !important; max-width: 100vw; box-sizing: border-box; }
  .social-floating-col { position: relative !important; right: auto !important; flex-direction: row !important; justify-content: center; width: 100%; margin-top: 1rem; }
  
  .value-prop-strip { position: relative !important; padding: 2rem 1rem !important; margin-top: 2rem; }
  .display-title { font-size: 2.8rem !important; line-height: 1.1; }
  
  /* Split Sections */
  .split-section { flex-direction: column; text-align: center; }
  .split-content { max-width: 100%; margin-bottom: 2rem; }
  .split-content ul li { justify-content: center; text-align: left; }
  
  /* Mockups */
  .laptop-mockup, .mobile-mockup { width: 100% !important; height: auto !important; min-height: 200px; background-size: cover; background-position: center; border-width: 2px; }
  .laptop-mockup { aspect-ratio: 16/10; }
  .mockups-group { transform: scale(1); right: 0; left: 0; margin-top: 2rem; position: relative !important; }
  .dash-center-graphic { height: 300px; }
  
  /* Before/After Slider */
  .before-after-slider { height: 300px; }
  .dt-images { grid-template-columns: 1fr !important; gap: 2rem; }
  
  /* Inquiry & Scheduling Forms */
  .inq-grid { grid-template-columns: 1fr !important; gap: 2rem; }
  .split-inputs { grid-template-columns: 1fr !important; gap: 1rem; }
  .inq-form-panel { padding: 1.5rem !important; }
  .sched-calendar-wrap { flex-direction: column !important; }
  .sched-calendar-wrap > div { width: 100% !important; border-right: none !important; padding-right: 0 !important; }
  .sched-grid { grid-template-columns: 1fr !important; gap: 2rem; }
  .service-select-grid { grid-template-columns: 1fr !important; gap: 1rem; }
  
  /* Process Timeline */
  .proc-timeline { flex-direction: column !important; align-items: flex-start !important; }
  .proc-step { width: 100% !important; margin-bottom: 2rem; text-align: left !important; }
  .proc-line { width: 3px !important; height: 100% !important; left: 30px !important; top: 0 !important; }
  .proc-icon { margin-left: 0 !important; }
  
  /* Form Inputs */
  .inq-textarea, .inq-select { font-size: 1rem; }
  .btn { width: 100% !important; justify-content: center; }
  
  /* General fixes */
  html, body { overflow-x: hidden; }
  .container { padding: 0 1.5rem; overflow-x: hidden; }

  /* === Horizontal overflow on step timelines === */
  .pipe-timeline { flex-direction: column !important; align-items: flex-start !important; gap: 1.5rem !important; }
  .pipe-step { width: 100% !important; text-align: left !important; display: flex !important; align-items: center !important; gap: 1rem !important; }
  .pipe-step .pipe-icon { margin: 0 !important; flex-shrink: 0; }
  .pipe-line { display: none !important; }

  .hiw-timeline { flex-direction: column !important; align-items: flex-start !important; gap: 1.5rem !important; margin-right: 0 !important; }
  .hiw-step { width: 100% !important; text-align: left !important; display: flex !important; align-items: center !important; gap: 1rem !important; }
  .hiw-step .hiw-icon { margin: 0 !important; flex-shrink: 0; }
  .hiw-line { display: none !important; }

  .timeline-track { flex-direction: column !important; align-items: flex-start !important; gap: 1.5rem !important; }
  .timeline-node { width: 100% !important; text-align: left !important; display: flex !important; align-items: center !important; gap: 1rem !important; }
  .timeline-line { display: none !important; }
  .timeline-node .icon-circle { margin: 0 !important; flex-shrink: 0; }

  /* === Featured Projects heading layout === */
  .flex-between { flex-direction: column !important; align-items: flex-start !important; gap: 1.5rem !important; }

  /* === Badge rows overflow === */
  .web-hero-badges { flex-wrap: wrap !important; gap: 1rem !important; }
  .mkt-badges-row { flex-wrap: wrap !important; gap: 1rem !important; }

  /* === btn-group stacking === */
  .btn-group { flex-direction: column !important; gap: 1rem !important; }
  .btn-group .btn { width: 100% !important; text-align: center !important; justify-content: center !important; }

  /* === Matrix cards on mobile === */
  .matrix-card { flex-direction: column !important; }
  .matrix-visual { display: none !important; }

  /* === Before/After layout === */
  .before-after-layout { flex-direction: column !important; gap: 2rem !important; }
  .ba-col { width: 100% !important; }
  .ba-divider { display: none !important; }
  .after-frame { transform: none !important; }

  /* === results-grid center overlapping mockups === */
  .center-mockups { height: 300px !important; }
  .mock-desktop { width: 100% !important; position: relative !important; left: auto !important; transform: none !important; top: auto !important; }
  .mock-mobile { display: none !important; }

  /* === cc-metrics-grid 4-col to 2-col === */
  .cc-metrics-grid { grid-template-columns: repeat(2, 1fr) !important; display: grid !important; }

  /* === portfolio-filter overflow === */
  .portfolio-filter { flex-wrap: wrap !important; justify-content: center !important; border-radius: 12px !important; }

  /* === Impact & perf metrics === */
  .impact-metrics { flex-direction: column !important; gap: 1rem !important; }
  .perf-metrics { flex-direction: column !important; gap: 1rem !important; align-items: flex-start !important; }
}


