:root {
    --primary: #6B9BD2;
    --dark: #0d1117;
    --dark-2: #161b22;
    --logo-navy: #10253f;
    --enable: #0047ff;
    --secure: #7c3aed;
    --automate: #0096c7;
    --gold: #f59e0b;
    --text: #111827;
    --text-muted: #6b7280;
    --surface: #f8fafc;
    --white: #ffffff;
    --border: #e5e7eb;
    --nav-height: 70px;
    --radius: 12px;
    --shadow: 0 4px 24px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-height); background: var(--logo-navy); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-logo { cursor: pointer; user-select: none; display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-logo-text { font-size: 21px; font-weight: 800; letter-spacing: -0.5px; line-height: 1; }
.nav-logo-text .equi { color: var(--primary); }
.nav-logo-text .tech { color: var(--white); }
.nav-logo-text .group { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.45); display: block; letter-spacing: 3px; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; gap: 4px; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 8px; transition: all 0.2s; cursor: pointer; }
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-cta { background: var(--primary) !important; color: var(--white) !important; font-weight: 600 !important; }
.nav-cta:hover { background: #5a8bc4 !important; }
.nav-phone { color: rgba(255,255,255,0.7) !important; font-size: 13px !important; font-weight: 500 !important; border: 1px solid rgba(255,255,255,0.18) !important; border-radius: 20px !important; padding: 6px 14px !important; white-space: nowrap; background: transparent !important; }
.nav-phone:hover { color: var(--white) !important; border-color: rgba(255,255,255,0.4) !important; background: rgba(255,255,255,0.06) !important; }

/* ── PAGE WRAPPER ── */
.page { padding-top: var(--nav-height); min-height: 100vh; }

/* ── HERO ── */
.hero { background: var(--dark); padding: 96px 48px 88px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; opacity: 0.18; }
.hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(13,17,23,0.6) 0%, rgba(13,17,23,0.2) 100%); pointer-events: none; }
.hero-content { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(107,155,210,0.12); border: 1px solid rgba(107,155,210,0.25); color: var(--primary); font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 100px; margin-bottom: 28px; letter-spacing: 1px; text-transform: uppercase; }
.hero-enable .hero-eyebrow { color: #4d7fff; background: rgba(0,71,255,0.1); border-color: rgba(0,71,255,0.25); }
.hero-secure .hero-eyebrow { color: #a78bfa; background: rgba(124,58,237,0.1); border-color: rgba(124,58,237,0.25); }
.hero-automate .hero-eyebrow { color: #22d3ee; background: rgba(0,150,199,0.1); border-color: rgba(0,150,199,0.25); }
.hero h1 { font-size: clamp(36px, 5vw, 62px); font-weight: 800; color: var(--white); line-height: 1.08; letter-spacing: -2px; max-width: 820px; margin-bottom: 24px; }
.hero h1 span { color: var(--primary); }
.hero-enable h1 span { color: #4d7fff; }
.hero-secure h1 span { color: #a78bfa; }
.hero-automate h1 span { color: #22d3ee; }
.hero p { font-size: 17px; color: rgba(255,255,255,0.68); max-width: 580px; margin-bottom: 40px; line-height: 1.75; }
.hero-sub { font-size: 22px !important; color: rgba(255,255,255,0.9) !important; font-weight: 600 !important; margin-bottom: 14px !important; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── AWARD BADGES (hero) ── */
.hero-awards { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.award-badge-hero { display: flex; align-items: center; gap: 12px; background: linear-gradient(135deg, rgba(245,158,11,0.18) 0%, rgba(245,158,11,0.08) 100%); border: 1px solid rgba(245,158,11,0.45); border-radius: 12px; padding: 14px 22px; }
.award-badge-hero .trophy { font-size: 28px; }
.award-badge-hero .award-name { font-size: 12px; font-weight: 800; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.award-badge-hero .award-year { font-size: 26px; font-weight: 900; color: var(--white); letter-spacing: -0.5px; line-height: 1.1; }
.award-badge-hero .award-body { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 500; }

/* ── AWARDS STRIP ── */
.awards-strip { background: linear-gradient(135deg, #1c1400 0%, #241a00 50%, #1c1400 100%); border-top: 1px solid rgba(245,158,11,0.25); border-bottom: 1px solid rgba(245,158,11,0.25); padding: 40px 48px; }
.awards-strip-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.awards-strip-badge { display: flex; align-items: center; gap: 16px; padding: 20px 32px; background: rgba(245,158,11,0.08); border: 1px solid rgba(245,158,11,0.25); border-radius: 14px; }
.awards-strip-badge .big-trophy { font-size: 44px; }
.badge-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 2px; }
.badge-main { font-size: 20px; font-weight: 800; color: var(--white); line-height: 1.1; }
.badge-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.awards-strip-divider { width: 1px; height: 60px; background: rgba(245,158,11,0.2); }
.awards-strip-centre { text-align: center; }
.centre-headline { font-size: 15px; font-weight: 700; color: var(--gold); margin-bottom: 4px; }
.centre-body { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ── BTNS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; font-family: inherit; }
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: #5a8bc4; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(107,155,210,0.4); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.22); }
.btn-outline:hover { background: rgba(255,255,255,0.08); }
.btn-enable { background: var(--enable); color: var(--white); }
.btn-enable:hover { background: #003dd9; transform: translateY(-1px); }
.btn-secure { background: var(--secure); color: var(--white); }
.btn-secure:hover { background: #6d28d9; transform: translateY(-1px); }
.btn-automate { background: var(--automate); color: var(--white); }
.btn-automate:hover { background: #0080a8; transform: translateY(-1px); }

/* ── SECTIONS ── */
.section { padding: 80px 48px; }
.section-alt { background: var(--surface); }
.section-dark { background: var(--dark); }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.section-title { font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; letter-spacing: -1px; color: var(--text); margin-bottom: 16px; line-height: 1.12; }
.section-title.light { color: var(--white); }
.section-subtitle { font-size: 17px; color: var(--text-muted); max-width: 560px; line-height: 1.75; margin-bottom: 56px; }
.section-subtitle.light { color: rgba(255,255,255,0.58); }

/* ── PILLARS BANNER ── */
.pillars-banner { background: var(--dark-2); padding: 52px 48px; text-align: center; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.pillars-banner h2 { font-size: 30px; font-weight: 800; color: var(--white); margin-bottom: 20px; letter-spacing: -0.5px; }
.pillar-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pillar-badge { padding: 8px 22px; border-radius: 100px; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.badge-enable { background: rgba(0,71,255,0.15); color: #4d7fff; border: 1px solid rgba(0,71,255,0.3); }
.badge-secure { background: rgba(124,58,237,0.15); color: #a78bfa; border: 1px solid rgba(124,58,237,0.3); }
.badge-automate { background: rgba(0,150,199,0.15); color: #22d3ee; border: 1px solid rgba(0,150,199,0.3); }

/* ── PILLAR CARDS ── */
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar-card { background: var(--white); padding: 52px 44px; position: relative; border-right: 1px solid var(--border); transition: all 0.25s; }
.pillar-card:last-child { border-right: none; }
.pillar-card:hover { transform: translateY(-6px); z-index: 2; box-shadow: var(--shadow-lg); }
.pillar-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.accent-enable { background: var(--enable); }
.accent-secure { background: var(--secure); }
.accent-automate { background: var(--automate); }
.pillar-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-size: 26px; }
.icon-enable { background: rgba(0,71,255,0.08); }
.icon-secure { background: rgba(124,58,237,0.08); }
.icon-automate { background: rgba(0,150,199,0.08); }
.pillar-verb { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 4px; }
.text-enable { color: var(--enable); }
.text-secure { color: var(--secure); }
.text-automate { color: var(--automate); }
.pillar-subtitle { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 18px; }
.pillar-desc { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-bottom: 28px; }
.pillar-services { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 36px; }
.pillar-services li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); font-weight: 500; }
.pillar-services li::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.enable-card .pillar-services li::before { background: rgba(0,71,255,0.1); color: var(--enable); }
.secure-card .pillar-services li::before { background: rgba(124,58,237,0.1); color: var(--secure); }
.automate-card .pillar-services li::before { background: rgba(0,150,199,0.1); color: var(--automate); }
.pillar-link { font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; transition: gap 0.2s; }
.pillar-link:hover { gap: 10px; }
.link-enable { color: var(--enable); }
.link-secure { color: var(--secure); }
.link-automate { color: var(--automate); }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; position: relative; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.enable-theme .service-card::before { background: var(--enable); }
.secure-theme .service-card::before { background: var(--secure); }
.automate-theme .service-card::before { background: var(--automate); }
.service-icon { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ── TESTIMONIALS ── */
.testimonials-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.testimonial-featured { background: var(--dark); border-radius: var(--radius); padding: 40px; position: relative; overflow: hidden; }
.testimonial-featured::before { content: '\201C'; position: absolute; top: 16px; right: 28px; font-size: 100px; font-weight: 900; color: rgba(107,155,210,0.15); line-height: 1; font-family: Georgia, serif; }
.testimonial-featured .t-text { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.85); margin-bottom: 28px; font-style: italic; }
.testimonial-featured .t-author { display: flex; align-items: center; gap: 12px; }
.testimonial-featured .t-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--white); font-weight: 700; flex-shrink: 0; }
.testimonial-featured .t-name { font-size: 14px; font-weight: 700; color: var(--white); }
.testimonial-featured .t-role { font-size: 12px; color: rgba(255,255,255,0.45); }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }

.testimonials-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 24px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); position: relative; border: 1px solid var(--border); }
.testimonial-card::before { content: '\201C'; position: absolute; top: 16px; right: 24px; font-size: 72px; font-weight: 900; color: var(--border); line-height: 1; font-family: Georgia, serif; }
.testimonial-card .t-text { font-size: 14px; line-height: 1.75; color: var(--text); margin-bottom: 20px; font-style: italic; }
.testimonial-card .t-author { display: flex; align-items: center; gap: 10px; }
.testimonial-card .t-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--dark); display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--white); font-weight: 700; flex-shrink: 0; }
.testimonial-card .t-name { font-size: 13px; font-weight: 700; }
.testimonial-card .t-role { font-size: 12px; color: var(--text-muted); }

/* ── MARQUEE ── */
.marquee-section { background: var(--surface); padding: 28px 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: marquee 60s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item { display: inline-flex; align-items: center; gap: 10px; padding: 10px 22px; background: var(--white); border: 1px solid var(--border); border-radius: 100px; font-size: 13px; color: var(--text); white-space: nowrap; box-shadow: 0 1px 4px rgba(0,0,0,0.05); flex-shrink: 0; font-style: italic; }
.marquee-item .star { color: var(--gold); font-size: 14px; }

/* ── PARTNERS ── */
.partners-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; align-items: center; }
.partner-logo { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px 28px; font-size: 13px; font-weight: 700; color: var(--text-muted); display: flex; align-items: center; justify-content: center; min-height: 86px; }
.partner-logo img { height: 36px; width: auto; max-width: 180px; object-fit: contain; display: block; }

/* ── IMAGE FEATURE BLOCKS ── */
.image-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 400px; }
.image-feature-photo { background-size: cover; background-position: center; }
.image-feature-content { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }

/* ── CTA BAND ── */
.cta-band { background: var(--dark); padding: 80px 48px; text-align: center; }
.cta-band h2 { font-size: clamp(28px,3vw,40px); font-weight: 800; color: var(--white); margin-bottom: 16px; letter-spacing: -0.5px; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,0.58); max-width: 480px; margin: 0 auto 36px; line-height: 1.75; }

/* ── BLOG CARDS ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; cursor: pointer; text-decoration: none; color: inherit; display: block; }
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-card-image { height: 200px; background-size: cover; background-position: center; position: relative; }
.blog-card-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.5), transparent); }
.blog-card-body { padding: 28px; }
.blog-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; margin-bottom: 12px; }
.tag-automate { background: rgba(0,150,199,0.1); color: var(--automate); }
.tag-secure { background: rgba(124,58,237,0.1); color: var(--secure); }
.tag-enable { background: rgba(0,71,255,0.1); color: var(--enable); }
.tag-company { background: rgba(245,158,11,0.1); color: #b45309; }
.blog-card h3 { font-size: 18px; font-weight: 700; line-height: 1.35; margin-bottom: 10px; color: var(--text); }
.blog-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 12px; }
.blog-meta { font-size: 12px; color: var(--text-muted); }
.blog-read-more { font-size: 14px; font-weight: 600; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; }

/* ── BLOG POST PAGE ── */
.blog-post { max-width: 800px; margin: 40px auto 80px; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.blog-post-hero { height: 340px; background-size: cover; background-position: center; position: relative; }
.blog-post-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1)); }
.blog-post-body { padding: 40px 48px 48px; }
.blog-post-body .blog-tag { margin-bottom: 16px; }
.blog-post-body h1 { font-size: 30px; font-weight: 800; line-height: 1.25; margin-bottom: 12px; color: var(--text); letter-spacing: -0.5px; }
.blog-post-meta { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.blog-post-content p { font-size: 16px; line-height: 1.78; color: var(--text); margin-bottom: 20px; }
.blog-post-content h3 { font-size: 18px; font-weight: 700; color: var(--text); margin: 28px 0 12px; }
.blog-post-content ul { margin: 0 0 20px 22px; }
.blog-post-content ul li { font-size: 16px; line-height: 1.75; color: var(--text); margin-bottom: 8px; }
.blog-post-content a { color: var(--primary); }
.blog-post-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--primary); text-decoration: none; margin-top: 32px; }
.blog-post-back:hover { text-decoration: underline; }

/* ── ABOUT STATS ── */
.about-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border-radius: var(--radius); overflow: hidden; margin: 56px 0; }
.about-stat { background: var(--white); padding: 44px 32px; text-align: center; }
.about-stat-number { font-size: 46px; font-weight: 800; letter-spacing: -2px; color: var(--primary); margin-bottom: 8px; }
.about-stat-label { font-size: 14px; color: var(--text-muted); font-weight: 500; }

/* ── VALUES ── */
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.value-card { background: var(--surface); border-radius: var(--radius); padding: 40px 28px; text-align: center; border: 1px solid var(--border); transition: box-shadow 0.2s; }
.value-card:hover { box-shadow: var(--shadow); }
.value-icon { font-size: 38px; margin-bottom: 18px; }
.value-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.value-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ── CONTACT FORM ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--text); }
.form-group.dark-form label { color: rgba(255,255,255,0.8); }
.form-group input, .form-group textarea { padding: 13px 16px; border-radius: 9px; border: 1px solid var(--border); background: var(--white); color: var(--text); font-size: 15px; font-family: inherit; outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(107,155,210,0.15); }
.form-group input::placeholder, .form-group textarea::placeholder { color: #9ca3af; }
.form-group.dark-form input, .form-group.dark-form textarea { border-color: rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: var(--white); }
.form-group.dark-form input::placeholder, .form-group.dark-form textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group.dark-form input:focus, .form-group.dark-form textarea:focus { border-color: var(--primary); }
.form-group textarea { min-height: 148px; resize: vertical; }

/* ── CONTACT DETAILS ── */
.contact-details { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 46px; height: 46px; border-radius: 11px; background: rgba(107,155,210,0.1); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-item-text strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.contact-item-text span { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ── TEAM ── */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.team-card { background: var(--white); border-radius: var(--radius); padding: 28px 20px 24px; text-align: center; border: 1px solid var(--border); transition: box-shadow 0.2s, transform 0.2s; }
.team-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.team-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; display: block; background: var(--surface); border: 3px solid var(--primary); }
.team-name { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.team-role { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; margin-bottom: 12px; }
.team-name-row { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 6px; }
.team-name-row .team-name { margin-bottom: 0; }
.team-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; border-radius: 5px; color: var(--primary); background: rgba(107,155,210,0.1); transition: background 0.2s, color 0.2s; }
.team-linkedin:hover { background: var(--primary); color: #fff; }
.team-linkedin svg { width: 14px; height: 14px; display: block; }
.role-director { background: rgba(107,155,210,0.12); color: var(--primary); }
.role-consultant { background: rgba(0,150,199,0.1); color: var(--automate); }
.role-service { background: rgba(0,71,255,0.08); color: var(--enable); }
.role-office { background: rgba(124,58,237,0.08); color: var(--secure); }
.team-bio { font-size: 12.5px; color: var(--text-muted); line-height: 1.7; text-align: left; }
@media (max-width: 960px) { .team-grid { grid-template-columns: 1fr 1fr; } }

/* ── WHY CARDS ── */
.why-card { display: flex; gap: 14px; align-items: flex-start; padding: 20px 24px; background: var(--surface); border-radius: 10px; border: 1px solid var(--border); }
.why-card strong { display: block; margin-bottom: 4px; font-size: 14px; }
.why-card span { font-size: 13px; color: var(--text-muted); }

/* ── FOOTER ── */
footer { background: var(--logo-navy); padding: 48px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.footer-logo-text { font-size: 19px; font-weight: 700; }
.footer-logo-text .equi { color: var(--primary); }
.footer-logo-text .tech { color: var(--white); }
.footer-logo-text .group { color: rgba(255,255,255,0.4); font-size: 13px; font-weight: 400; }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 6px; }
.footer-social { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-top: 14px; border-radius: 8px; background: rgba(255,255,255,0.08); color: #fff; transition: background 0.2s; }
.footer-social:hover { background: var(--primary); }
.footer-social svg { width: 20px; height: 20px; display: block; }
.footer-info { font-size: 12px; color: rgba(255,255,255,0.32); line-height: 1.9; text-align: right; }
.footer-info a { color: var(--primary); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    .hero { padding: 72px 24px 64px; }
    .section { padding: 64px 24px; }
    .pillars-banner, .awards-strip { padding: 32px 24px; }
    .awards-strip-divider, .awards-strip-centre { display: none; }
    .pillars-grid { grid-template-columns: 1fr; }
    .pillar-card { border-right: none; border-bottom: 1px solid var(--border); }
    .pillar-card:last-child { border-bottom: none; }
    .testimonials-featured, .testimonials-grid-3 { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .about-stats { grid-template-columns: 1fr 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: 1; }
    .footer-inner { flex-direction: column; }
    .footer-info { text-align: left; }
    .contact-two-col, .image-feature { grid-template-columns: 1fr !important; }
    .hero-awards { flex-direction: column; }
    .image-feature-photo { min-height: 280px; }
    .blog-post-body { padding: 32px 24px 36px; }
}
/* ── FAQ ACCORDION ── */
.faq-section { background: var(--surface); padding: 72px 48px; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; font-size: 16px; font-weight: 600; color: var(--text); cursor: pointer; list-style: none; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--primary); flex-shrink: 0; line-height: 1; }
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { color: var(--primary); }
.faq-answer { padding: 0 32px 20px 0; font-size: 15px; line-height: 1.78; color: var(--text-muted); }
