﻿/* ═══════════════════════════════════════════════════════════════════════════
   HVAC Experts — Main Stylesheet  v3.0.0
   Design: Coolex-Inspired · Modern · Accessible · PageSpeed-Optimised
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── CSS CUSTOM PROPERTIES ─────────────────────────────────────────────── */
:root {
    /* Brand — Coolex Design System */
    --blue:         #1b169e;
    --blue-dark:    #120e7a;
    --blue-light:   #E1E7FD;
    --blue-lighter: #f0f3ff;
    --accent:       #FF6D48;
    --accent-dark:  #e05530;

    /* Neutrals */
    --dark:         #0f172a;
    --navy:         #000047;
    --body-color:   #374151;
    --grey:         #64748b;
    --light:        #f8fafc;
    --surface:      #f8fafc;
    --white:        #ffffff;

    /* Compatibility aliases */
    --cyan:         #1b169e;
    --cyan2:        #120e7a;
    --orange:       #FF6D48;
    --navy2:        #000047;
    --gray:         #374151;
    --card-bg:      #ffffff;
    --border:       rgba(0,0,0,.07);
    --ice:          #E1E7FD;
    --cyan-glow:    rgba(27,22,158,.10);

    /* Typography */
    --ff-head:   'Syne', 'Montserrat', sans-serif;
    --ff-body:   'DM Sans', 'Lato', sans-serif;
    --ff-number: 'Montserrat', 'DM Sans', sans-serif;

    /* Spacing & Shape */
    --radius:    20px;
    --radius-lg: 30px;
    --radius-sm: 10px;

    /* Motion */
    --ease:       cubic-bezier(0.4, 0, 0.2, 1);
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    /* Shadows */
    --shadow-sm:   0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
    --shadow:      0 4px 16px rgba(0,0,0,.08);
    --shadow-lg:   0 8px 32px rgba(0,0,0,.10);
    --shadow-blue: 0 4px 20px rgba(27,22,158,.22);
}

/* ── RESET & BASE ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--ff-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--body-color);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; transition: color .22s; }
img, video { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-head);
    color: var(--dark);
    line-height: 1.25;
    font-weight: 700;
}

/* Keep numerals clean and consistent across stat/counter UI blocks. */
.count-up,
.phd-num,
.hs-num,
.ws-num,
.frs-num,
.proc-num,
.ss-step-num,
.counter-num,
.about-badge-num {
    font-family: var(--ff-number);
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'lnum' 1, 'tnum' 1;
    letter-spacing: -0.01em;
}

/* ── SKIP TO CONTENT (Accessibility) ──────────────────────────────────── */
.skip-to-content {
    position: absolute; left: -9999px; top: auto;
    width: 1px; height: 1px; overflow: hidden; z-index: 10000;
    background: var(--blue); color: #fff;
    padding: 12px 24px; font-family: var(--ff-head);
    font-weight: 700; border-radius: 0 0 var(--radius) 0;
}
.skip-to-content:focus {
    position: fixed; left: 0; top: 0; width: auto; height: auto;
}

/* ── CONTAINER ─────────────────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── PRELOADER ─────────────────────────────────────────────────────────── */
#preloader {
    position: fixed; inset: 0; background: var(--white);
    z-index: 9999; display: flex; align-items: center; justify-content: center;
    transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
#preloader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.pre-inner { text-align: center; }
.pre-logo-img { display: block; margin: 0 auto 8px; max-width: 180px; height: auto; }
.pre-logo {
    font-family: var(--ff-head); font-size: 2rem; font-weight: 800;
    color: var(--dark); letter-spacing: .04em;
}
.pre-logo span { color: var(--blue); }
.pre-bar {
    width: 160px; height: 2px; background: var(--blue-light);
    border-radius: 2px; margin: 16px auto 0; overflow: hidden;
}
.pre-bar::after {
    content: ''; display: block; height: 100%; width: 0;
    background: linear-gradient(90deg, var(--blue), var(--accent));
    border-radius: 2px; animation: preload .6s var(--ease) forwards;
}
@keyframes preload { to { width: 100%; } }

/* ── TOPBAR ─────────────────────────────────────────────────────────────── */
.topbar {
    background: var(--white);
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.topbar .container {
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 8px;
}
.topbar-contact {
    display: flex; gap: 18px; align-items: center;
    color: var(--grey);
}
.topbar-contact a {
    color: var(--grey); display: flex; align-items: center;
    gap: 5px; transition: color .2s;
}
.topbar-contact a:hover { color: var(--blue); }
.topbar-contact span,
.topbar-hours,
.topbar-address { display: flex; align-items: center; gap: 5px; }
.topbar-badge {
    background: var(--blue); color: var(--white);
    font-family: var(--ff-head); font-weight: 700;
    padding: 3px 12px; border-radius: 20px; font-size: 10.5px;
    letter-spacing: .04em; text-transform: uppercase; white-space: nowrap;
}

/* ── HEADER / NAVBAR ────────────────────────────────────────────────────── */
header {
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(0,0,0,.07);
    position: sticky; top: 0; z-index: 1000;
    transition: box-shadow .3s;
}
header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.09); }
.navbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 13px 0; gap: 24px;
}
.logo {
    display: flex; align-items: center; gap: 10px;
    text-decoration: none; flex-shrink: 0;
}
.logo img,
.logo .custom-logo-link img { height: 70px; width: auto; transition: transform .3s; }
.logo:hover img { transform: scale(1.02); }
.logo-text {
    font-family: var(--ff-head); font-size: 1.3rem; font-weight: 800;
    color: var(--dark); letter-spacing: -.01em;
}
.logo-text span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
    font-family: var(--ff-head); font-size: 13px; font-weight: 600;
    color: var(--body-color); text-decoration: none;
    padding: 8px 13px; border-radius: var(--radius-sm);
    letter-spacing: .02em;
    transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--blue); background: var(--blue-light); }
.nav-links a.active { color: var(--blue); background: var(--blue-light); }
.nav-links a.nav-cta {
    background: var(--blue); color: #fff;
    padding: 9px 20px; border-radius: var(--radius);
    font-weight: 700; margin-left: 10px;
    transition: background .2s, transform .2s, box-shadow .2s;
}
.nav-links a.nav-cta:hover {
    background: var(--blue-dark); transform: translateY(-1px);
    box-shadow: var(--shadow-blue);
}
.menu-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; padding: 6px; cursor: pointer;
}
.menu-toggle span {
    display: block; width: 22px; height: 2px;
    background: var(--dark); border-radius: 2px; transition: all .3s;
}

/* ── SECTIONS COMMON ────────────────────────────────────────────────────── */
section { padding: 80px 0; }
.section-header { margin-bottom: 48px; }
.section-header.centered { text-align: center; }
.section-label {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--ff-head); font-size: 11px; font-weight: 700;
    color: var(--blue); letter-spacing: .12em; text-transform: uppercase;
    margin-bottom: 12px;
}
.section-label::before {
    content: ''; display: block; width: 18px; height: 2px;
    background: var(--blue); border-radius: 2px;
}
.section-title {
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
    font-weight: 700; color: var(--dark);
    line-height: 1.2; margin-bottom: 14px;
}
.section-sub {
    font-size: .97rem; color: var(--grey);
    max-width: 560px; line-height: 1.72;
}
.section-header.centered .section-sub { margin: 0 auto; }

/* ── PAGE HERO (Dark gradient — eye-catching redesign) ──────────────────── */
.page-hero {
    background: linear-gradient(135deg, #07093f 0%, #1a15a0 52%, #1f3dac 100%);
    padding: 56px 0 52px; position: relative; overflow: hidden;
}
/* Glowing orb top-right */
.page-hero::before {
    content: ''; position: absolute;
    top: -70px; right: -70px; width: 420px; height: 420px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,109,72,.18) 0%, transparent 65%);
    pointer-events: none;
}
/* Glow bottom-left */
.page-hero::after {
    content: ''; position: absolute;
    bottom: -90px; left: -90px; width: 360px; height: 360px; border-radius: 50%;
    background: radial-gradient(circle, rgba(100,120,255,.35) 0%, transparent 65%);
    pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-inner { display: flex; align-items: center; gap: 32px; }
.ph-content { flex: 1; min-width: 0; }
.page-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700; color: #fff; margin-bottom: 10px;
}
.page-hero p {
    font-size: .95rem; color: rgba(255,255,255,.72); line-height: 1.6;
    max-width: 560px; margin-bottom: 14px;
}
.breadcrumb {
    display: flex; align-items: center; gap: 6px;
    font-size: .8rem; color: rgba(255,255,255,.5); margin-bottom: 14px;
}
.breadcrumb a { color: rgba(255,255,255,.68); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,.45); }
.bc-sep { color: rgba(255,255,255,.35); margin: 0 1px; }
/* Trust chips — glass style */
.ph-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.ph-chip {
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.20);
    border-radius: 20px; padding: 4px 12px; font-size: .76rem;
    color: rgba(255,255,255,.88); font-weight: 600; backdrop-filter: blur(4px);
}
/* Decorative right column */
.ph-deco {
    width: 240px; min-width: 200px; height: 200px; flex-shrink: 0;
    position: relative; display: flex; align-items: center; justify-content: center;
}
.phd-circle {
    position: absolute; border-radius: 50%;
    left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.phd-c1 {
    width: 188px; height: 188px;
    background: rgba(255,255,255,.04); border: 1.5px solid rgba(255,255,255,.14);
    animation: ring-pulse 4s ease-in-out infinite;
}
.phd-c2 {
    width: 136px; height: 136px;
    background: rgba(255,255,255,.05); border: 1.5px solid rgba(255,255,255,.10);
    animation: ring-pulse 4s ease-in-out infinite .7s;
}
.phd-c3 { width: 84px; height: 84px; background: rgba(255,255,255,.10); border: none; }
.phd-inner { position: relative; z-index: 2; text-align: center; }
.phd-num { font-family: var(--ff-head); font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
.phd-num sup { font-size: .9rem; vertical-align: super; }
.phd-lbl { font-size: .65rem; color: rgba(255,255,255,.6); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }
.phd-tag {
    position: absolute; background: rgba(255,255,255,.12); border-radius: 20px;
    padding: 6px 12px; font-size: .73rem; font-weight: 700;
    backdrop-filter: blur(8px); white-space: nowrap;
    color: #fff; z-index: 3; border: 1px solid rgba(255,255,255,.20);
}
.phd-tag-1 { top: 8px; right: -6px; animation: chip-float 4s ease-in-out infinite; }
.phd-tag-2 { bottom: 8px; left: -6px; border-color: rgba(255,109,72,.35); animation: chip-float 4s ease-in-out infinite 1.6s; }

/* ── BUTTONS ────────────────────────────────────────────────────────────── */
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--blue); color: #fff;
    padding: 12px 24px; border-radius: 40px;
    font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
    text-decoration: none; border: none; letter-spacing: .01em;
    transition: background .22s, transform .22s, box-shadow .22s;
}
.btn-primary:hover {
    background: var(--blue-dark); color: #fff;
    transform: translateY(-2px); box-shadow: var(--shadow-blue);
}
.btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: var(--blue);
    padding: 11px 22px; border-radius: 40px;
    font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
    text-decoration: none; border: 1.5px solid var(--blue);
    transition: background .22s, color .22s, transform .22s;
}
.btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.btn-outline-light {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: #fff;
    padding: 11px 22px; border-radius: 40px;
    font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
    text-decoration: none; border: 1.5px solid rgba(255,255,255,.45);
    transition: background .22s, border-color .22s;
}
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.8); }
.btn-outline-cta {
    display: inline-flex; align-items: center; gap: 8px;
    color: #fff; padding: 11px 22px; border-radius: var(--radius);
    font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
    text-decoration: none; background: rgba(255,255,255,.10);
    border: 1.5px solid rgba(255,255,255,.28);
    transition: background .22s, border-color .22s;
}
.btn-outline-cta:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.6); }

/* ── HERO SLIDER ────────────────────────────────────────────────────────── */
.hero-slider {
    position: relative; height: 70vh; min-height: 620px;
    overflow: hidden; background: linear-gradient(135deg, var(--blue) 0%, #0a0a60 100%);
	padding:0 !important;
}
.hero-slides { height: 100%; position: relative; }
.hero-slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.1s var(--ease);
}
.hero-slide.active { opacity: 1; }
/* Subtle left-side gradient for text readability — right side stays clear */
.hero-slide::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,30,0.62) 0%,
        rgba(0,0,30,0.32) 42%,
        rgba(0,0,30,0.08) 65%,
        transparent 100%
    );
}
.hero-slide-overlay {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(to top, rgba(0,0,20,.50) 0%, transparent 30%);
}
.hero-slide-content {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; justify-content: center;
    z-index: 2; max-width: 620px; padding: 0 24px;
    margin-left: max(24px, calc((100vw - 1200px) / 2 + 24px));
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.09); color: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px);
    font-family: var(--ff-head); font-weight: 600; font-size: 11px;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 20px; margin-bottom: 18px;
    animation: fade-up .55s var(--ease) both;
}
.hero-badge-dot, .badge-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent); animation: pulse 2.2s ease-in-out infinite;
}
.hero-slider h1 {
    font-size: clamp(1.9rem, 4.5vw, 3.1rem); font-weight: 700;
    color: #fff; line-height: 1.15; margin-bottom: 16px;
    animation: fade-up .55s .15s var(--ease) both;
}
.hero-slider h1 em { font-style: normal; color: var(--accent); display: block; }
.hero-text {
    font-size: .97rem; color: rgba(255,255,255,.72); line-height: 1.72;
    margin-bottom: 30px; max-width: 480px;
    animation: fade-up .55s .25s var(--ease) both;
}
.hero-actions {
    display: flex; gap: 12px; flex-wrap: wrap;
    animation: fade-up .55s .35s var(--ease) both;
}
.hero-stats {
    display: flex; gap: 32px; margin-top: 38px; padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.12);
    animation: fade-up .55s .44s var(--ease) both;
}
.hs-num {
    font-family: var(--ff-head); font-size: 1.7rem; font-weight: 800;
    color: #fff; line-height: 1;
}
.hs-num span { color: var(--accent); }
.hs-label { font-size: .72rem; color: rgba(255,255,255,.5); margin-top: 3px; font-weight: 500; }
.hero-arrows {
    position: absolute; bottom: 32px; right: 44px; z-index: 3; display: flex; gap: 8px;
}
.hero-arrow {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18);
    color: #fff; display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: .82rem;
    transition: background .22s, border-color .22s; backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: var(--blue); border-color: var(--blue); }
.hero-dots {
    position: absolute; bottom: 42px; left: 50%;
    transform: translateX(-50%); display: flex; gap: 6px; z-index: 3;
}
.hero-dot {
    width: 6px; height: 6px; border-radius: 3px;
    background: rgba(255,255,255,.32); cursor: pointer; transition: all .3s;
}
.hero-dot.active { width: 22px; background: #fff; }

/* ── CLIENTS BAR ────────────────────────────────────────────────────────── */
.clients {
    background: var(--white); padding: 34px 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.clients-label {
    text-align: center; font-size: 10.5px; letter-spacing: .12em;
    font-weight: 700; color: var(--grey); text-transform: uppercase;
    margin-bottom: 24px; font-family: var(--ff-head);
}
.clients-row {
    display: flex; flex-wrap: wrap; justify-content: center;
    align-items: center; gap: 18px 40px;
}
.client-logo {
    opacity: 1; filter: none; transition: all .32s;
    background: var(--blue-lighter);
    border-radius: 10px;
    padding: 8px 16px;
    border: 1px solid rgba(27,22,158,.08);
}
.client-logo:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(27,22,158,.12); }
.client-logo img { max-height: 58px; max-width: 160px; width: auto; object-fit: contain; }

/* ── ABOUT SECTION ──────────────────────────────────────────────────────── */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-lg); display: block; }
.about-overlay-img {
    position: absolute; bottom: -16px; right: -16px;
    width: 140px; height: 140px; object-fit: cover;
    border-radius: var(--radius); border: 4px solid var(--white); box-shadow: var(--shadow);
}
.about-badge-box {
    position: absolute; top: 24px; left: -20px;
    background: var(--blue); color: #fff;
    padding: 14px 18px; border-radius: var(--radius);
    box-shadow: var(--shadow-blue); text-align: center; min-width: 110px;
}
.about-badge-box strong {
    display: block; font-family: var(--ff-head); font-size: 1.65rem; font-weight: 800;
}
.about-badge-box span {
    font-size: .7rem; opacity: .82; font-weight: 600;
    letter-spacing: .04em; text-transform: uppercase;
}
.about-badges { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.about-badge {
    display: flex; align-items: center; gap: 10px;
    font-size: .88rem; font-weight: 600; color: var(--body-color);
}
.ab-icon { color: var(--blue); flex-shrink: 0; font-size: 1rem; }
.about-certs { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.about-cert {
    display: flex; align-items: center; gap: 7px; padding: 7px 12px;
    background: var(--blue-light); border-radius: var(--radius-sm);
    font-size: .76rem; font-weight: 700; color: var(--blue);
    letter-spacing: .02em; font-family: var(--ff-head);
}

/* ── SERVICES SECTION ───────────────────────────────────────────────────── */
.services { background: var(--surface); }
.services-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 40px; flex-wrap: wrap; gap: 16px;
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
    background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
    color: inherit; text-decoration: none; display: block;
}
.service-card:hover {
    transform: translateY(-4px); box-shadow: var(--shadow-lg);
    border-color: rgba(1,112,185,.16);
}
.sc-num { display: none; }
.sc-img { height: 200px; overflow: hidden; position: relative; }
.sc-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .55s var(--ease);
}
.service-card:hover .sc-img img { transform: scale(1.05); }
.sc-body { padding: 22px 22px 20px; }
.sc-icon {
    width: 40px; height: 40px; border-radius: var(--radius-sm);
    background: var(--blue-light); color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.05rem; margin-bottom: 12px;
}
.sc-title {
    font-family: var(--ff-head); font-size: 1.02rem; font-weight: 700;
    color: var(--dark); margin-bottom: 8px;
}
.sc-desc, .sc-text { font-size: .86rem; color: var(--grey); line-height: 1.65; margin-bottom: 14px; }
.sc-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--ff-head); font-size: .8rem; font-weight: 700;
    color: var(--blue); transition: gap .22s;
}
.service-card:hover .sc-link { gap: 10px; }

/* ── WHY CHOOSE US ──────────────────────────────────────────────────────── */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-features { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.why-feat {
    display: flex; gap: 16px; padding: 16px 18px;
    background: var(--surface); border-radius: var(--radius);
    border: 1px solid rgba(0,0,0,.05);
    transition: box-shadow .22s, border-color .22s;
}
.why-feat:hover { box-shadow: var(--shadow); border-color: rgba(1,112,185,.12); }
.wf-icon {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: var(--radius-sm);
    background: var(--blue-light); color: var(--blue);
    display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.wf-body h4 {
    font-family: var(--ff-head); font-size: .93rem; font-weight: 700;
    color: var(--dark); margin-bottom: 4px;
}
.wf-body p { font-size: .83rem; color: var(--grey); line-height: 1.6; margin: 0; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-stat {
    background: var(--surface); border-radius: var(--radius);
    padding: 22px 18px; text-align: center;
    border: 1px solid rgba(0,0,0,.07);
    transition: transform .22s, box-shadow .22s;
}
.why-stat:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ws-num {
    font-family: var(--ff-head); font-size: 2.1rem; font-weight: 800;
    color: var(--blue); line-height: 1; margin-bottom: 6px;
}
.ws-label { font-size: .8rem; color: var(--grey); font-weight: 500; }
.rating-box {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    border-radius: var(--radius); padding: 22px; text-align: center;
    color: #fff; margin-top: 14px;
}
.rating-stars { font-size: 1rem; margin-bottom: 6px; letter-spacing: 2px; }
.rb-icon { display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; opacity: .92; }
.rb-title { font-family: var(--ff-head); font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.rb-text { font-size: .78rem; opacity: .78; line-height: 1.5; margin-bottom: 10px; }
.rb-bar { height: 3px; background: rgba(255,255,255,.25); border-radius: 3px; margin-top: 8px; }
.rating-box span { font-size: .76rem; opacity: .72; font-weight: 500; }

/* ── PROCESS ────────────────────────────────────────────────────────────── */
.process { background: var(--surface); }
.proc-steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px; position: relative; margin-top: 40px;
}
.proc-steps::before {
    content: ''; position: absolute;
    top: 26px; left: calc(12.5% + 20px); right: calc(12.5% + 20px);
    height: 1px; background: var(--blue-light); z-index: 0;
}
.proc-step { position: relative; text-align: center; z-index: 1; }
.ps-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--white); border: 2px solid var(--blue-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; margin: 0 auto 16px; position: relative;
    transition: border-color .22s, box-shadow .22s; color: var(--blue);
}
.proc-step:hover .ps-icon { border-color: var(--blue); box-shadow: 0 0 0 6px rgba(1,112,185,.08); }
.proc-num {
    position: absolute; top: -5px; right: -5px;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--accent); color: var(--dark);
    font-family: var(--ff-head); font-weight: 800; font-size: 9px;
    display: flex; align-items: center; justify-content: center;
}
.proc-step h4 { font-family: var(--ff-head); font-size: .93rem; color: var(--dark); margin-bottom: 7px; font-weight: 700; }
.proc-step p { font-size: .81rem; color: var(--grey); line-height: 1.6; max-width: 180px; margin: 0 auto; }

/* ── PROJECTS SECTION ───────────────────────────────────────────────────── */
.projects { background: var(--white); }
.projects-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 40px; flex-wrap: wrap; gap: 16px;
}
.proj-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.proj-card {
    border-radius: var(--radius); overflow: hidden;
    position: relative; height: 258px;
    background: var(--dark); display: block; text-decoration: none;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
    color: inherit;
}
.proj-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.proj-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .55s var(--ease); opacity: .88;
}
.proj-card:hover img { transform: scale(1.05); opacity: 1; }
.proj-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.14) 50%, transparent 80%);
    transition: background .3s;
}
.proj-card:hover .proj-overlay {
    background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.28) 60%, transparent 100%);
}
.proj-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; }
.proj-cats { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 7px; }
.proj-cat {
    font-size: 9.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    color: #fff; background: rgba(1,112,185,.65); backdrop-filter: blur(4px);
    padding: 3px 8px; border-radius: 20px;
}
.proj-title { font-family: var(--ff-head); font-size: .9rem; font-weight: 700; color: #fff; line-height: 1.3; }

/* ── BENEFITS ───────────────────────────────────────────────────────────── */
.benefits { background: var(--surface); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card {
    background: var(--white); border-radius: var(--radius);
    padding: 24px 20px; border: 1px solid rgba(0,0,0,.06);
    transition: transform .22s, box-shadow .22s, border-color .22s;
}
.benefit-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(1,112,185,.14); }
.bc-icon {
    width: 42px; height: 42px; border-radius: var(--radius-sm);
    background: var(--blue-light); color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem; margin-bottom: 14px;
}
.benefit-card h4 {
    font-family: var(--ff-head); font-size: .93rem; font-weight: 700;
    color: var(--dark); margin-bottom: 8px;
    padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,.07);
}
.benefit-card p { font-size: .84rem; color: var(--grey); line-height: 1.65; margin: 0; }

/* ── TESTIMONIALS ───────────────────────────────────────────────────────── */
.testimonials { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testi-card {
    background: var(--surface); border-radius: var(--radius-lg);
    padding: 26px 24px; border: 1px solid rgba(0,0,0,.06);
    position: relative; overflow: hidden; transition: box-shadow .22s;
}
.testi-card:hover { box-shadow: var(--shadow); }
.testi-card::before {
    content: '\201C'; position: absolute; top: 10px; right: 18px;
    font-size: 4.5rem; color: var(--blue-light); font-family: Georgia, serif;
    line-height: 1; pointer-events: none; user-select: none;
}
.testi-stars { color: var(--accent); font-size: .88rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-text {
    font-size: .9rem; color: var(--body-color); line-height: 1.78;
    margin-bottom: 18px; position: relative; z-index: 1;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
    width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
    background: var(--blue-light); display: flex; align-items: center; justify-content: center;
    font-family: var(--ff-head); font-weight: 700; font-size: .82rem;
    color: var(--blue); flex-shrink: 0; overflow: hidden;
}
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-family: var(--ff-head); font-size: .88rem; font-weight: 700; color: var(--dark); }
.testi-role { font-size: .76rem; color: var(--grey); margin-top: 2px; }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faqs { background: var(--surface); }
.faqs-grid { display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: start; }
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
    background: var(--white); border-radius: var(--radius);
    border: 1px solid rgba(0,0,0,.06); overflow: hidden; transition: box-shadow .22s;
    margin-bottom: 10px;
}
.faq-item.open { box-shadow: var(--shadow-sm); }
.faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 17px 18px; cursor: pointer;
    font-family: var(--ff-head); font-weight: 600; font-size: .93rem; color: var(--dark);
    background: none; border: none; width: 100%; text-align: left; gap: 14px;
    transition: color .2s;
}
.faq-q:hover { color: var(--blue); }
.faq-item.open .faq-q { color: var(--blue); }
.faq-icon {
    flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
    background: var(--blue-light); color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    font-size: .7rem; transition: transform .3s var(--ease), background .22s;
}
.faq-item.open .faq-icon { transform: rotate(180deg); background: var(--blue); color: #fff; }
.faq-a {
    padding: 0 18px; max-height: 0; overflow: hidden;
    font-size: .88rem; color: var(--grey); line-height: 1.72;
    transition: max-height .35s var(--ease), padding .35s var(--ease);
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 18px 16px; }
.faq-visual-card {
    background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
    border-radius: var(--radius-lg); padding: 34px; color: #fff; position: sticky; top: 100px;
}
.faq-visual-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; }
.faq-visual-card p { font-size: .87rem; opacity: .78; margin-bottom: 22px; line-height: 1.7; }
.faq-vc-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 14px; background: rgba(255,255,255,.15); margin-bottom: 16px; }
.faq-vc-title { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.faq-vc-text { font-size: .85rem; opacity: .82; line-height: 1.6; margin-bottom: 18px; }
.faq-vc-stat { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.frs-num { font-family: var(--ff-head); font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1; }
.frs-label { font-size: .78rem; opacity: .62; margin-top: 4px; }

/* FAQ Visual Card — Light variant */
.faq-visual-card--light {
    background: var(--white); color: var(--dark);
    border: 1px solid #DCE4EE;
}
.faq-visual-card--light h3 { color: var(--dark); }
.faq-visual-card--light p { color: var(--grey); opacity: 1; }
.faq-visual-card--light .faq-vc-stat { border-top-color: #DCE4EE; }
.faq-visual-card--light .frs-num { color: var(--blue); }
.faq-visual-card--light .frs-label { color: var(--grey); opacity: 1; }

/* ── CONTACT ────────────────────────────────────────────────────────────── */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info { padding-right: 12px; }
.contact-info-item {
    display: flex; gap: 14px; margin-bottom: 20px;
    padding: 18px 20px; border-radius: var(--radius);
    background: var(--surface); border: 1px solid rgba(0,0,0,.05);
    transition: box-shadow .22s, border-color .22s;
}
.contact-info-item:hover { box-shadow: var(--shadow-sm); border-color: rgba(1,112,185,.12); }
.ci-icon {
    flex-shrink: 0; width: 42px; height: 42px; border-radius: var(--radius-sm);
    background: var(--blue-light); color: var(--blue);
    display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.ci-label {
    font-size: .72rem; font-weight: 700; color: var(--grey);
    text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px;
}
.ci-value { font-size: .91rem; font-weight: 600; color: var(--dark); }
.ci-value a { color: var(--dark); text-decoration: none; transition: color .2s; }
.ci-value a:hover { color: var(--blue); }
.contact-map { margin-top: 22px; border-radius: var(--radius); overflow: hidden; height: 200px; }
.contact-map iframe { width: 100%; height: 100%; border: none; display: block; }
.contact-map-placeholder {
    width: 100%; height: 100%; background: var(--surface);
    display: flex; align-items: center; justify-content: center;
    font-size: .85rem; color: var(--grey);
}
.contact-form {
    background: var(--surface); border-radius: var(--radius-lg);
    padding: 34px; border: 1px solid rgba(0,0,0,.06);
}
.contact-form h3 {
    font-family: var(--ff-head); font-size: 1.15rem; font-weight: 700;
    color: var(--dark); margin-bottom: 20px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-group { margin-bottom: 13px; }
.form-group label {
    display: block; font-size: .78rem; font-weight: 700;
    color: var(--dark); margin-bottom: 6px;
    font-family: var(--ff-head); letter-spacing: .02em;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; padding: 10px 13px;
    border: 1.5px solid rgba(0,0,0,.09);
    border-radius: var(--radius-sm); font-family: var(--ff-body);
    font-size: .89rem; color: var(--dark); background: var(--white);
    outline: none; transition: border-color .22s, box-shadow .22s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--blue); box-shadow: 0 0 0 3px rgba(1,112,185,.09);
}
.form-group textarea { resize: vertical; min-height: 108px; }
.form-note { font-size: .74rem; color: var(--grey); margin-bottom: 16px; }

/* ── CTA BANNER ─────────────────────────────────────────────────────────── */
.cta-banner {
    background: var(--blue-light);
    padding: 70px 0; text-align: center; overflow: hidden; position: relative;
    border-top: 1px solid rgba(27,22,158,.08); border-bottom: 1px solid rgba(27,22,158,.08);
}
.cta-banner::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 80% 50%, rgba(27,22,158,.06) 0%, transparent 65%),
        radial-gradient(ellipse 40% 60% at 15% 50%, rgba(255,109,72,.04) 0%, transparent 65%);
    pointer-events: none;
}
.cta-banner .container { position: relative; }
.cta-banner h2 {
    font-size: clamp(1.55rem, 4vw, 2.35rem); font-weight: 700;
    color: var(--dark); margin-bottom: 10px;
}
.cta-banner p {
    font-size: .97rem; color: var(--grey);
    margin-bottom: 26px; max-width: 500px;
    margin-left: auto; margin-right: auto; line-height: 1.7;
}
.cta-banner-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Scroll reveal classes consolidated in animations.css */

.blog-preview { background: var(--surface); }
.blog-preview-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 40px; flex-wrap: wrap; gap: 16px;
}
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card {
    background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-img { height: 190px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.blog-card:hover .blog-img img { transform: scale(1.04); }
.blog-body { padding: 20px; }
.blog-cat {
    display: inline-block; font-size: 10px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: var(--blue); background: var(--blue-light);
    padding: 3px 9px; border-radius: 20px; margin-bottom: 10px;
}
.blog-title {
    font-family: var(--ff-head); font-size: .98rem; font-weight: 700;
    color: var(--dark); margin-bottom: 8px; line-height: 1.4;
}
.blog-title a { color: inherit; text-decoration: none; }
.blog-title a:hover { color: var(--blue); }
.blog-excerpt { font-size: .84rem; color: var(--grey); line-height: 1.65; margin-bottom: 14px; }
.blog-meta { display: flex; gap: 14px; font-size: .74rem; color: var(--grey); }
.blog-meta span { display: inline-flex; align-items: center; gap: 4px; }
.filter-btn {
    font-family: var(--ff-head); font-size: 11.5px; font-weight: 700;
    letter-spacing: .03em; padding: 6px 14px; border-radius: 20px;
    border: 1.5px solid rgba(0,0,0,.09); background: var(--white);
    color: var(--grey); cursor: pointer; transition: all .2s;
}
.filter-btn:hover, .filter-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.ai-card-placeholder {
    background: linear-gradient(90deg, var(--surface) 25%, rgba(1,112,185,.05) 50%, var(--surface) 75%);
    background-size: 200% 100%; animation: shimmer 1.5s linear infinite;
    border-radius: var(--radius); min-height: 220px;
}

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
footer { background: var(--surface); padding: 64px 0 0; border-top: 1px solid #E2EAF4; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; }
.footer-logo { height: 70px; width: auto; margin-bottom: 14px; filter: none; opacity: 1; }
.footer-logo-text {
    font-family: var(--ff-head); font-size: 1.3rem; font-weight: 800;
    color: var(--dark); margin-bottom: 14px;
}
.footer-brand p {
    font-size: .83rem; color: var(--grey); line-height: 1.8;
    margin-bottom: 22px; max-width: 270px;
}
.footer-social { display: flex; gap: 8px; }
.footer-social a {
    width: 34px; height: 34px; border-radius: var(--radius-sm);
    background: var(--blue-light); display: flex;
    align-items: center; justify-content: center;
    color: var(--blue); transition: all .22s; text-decoration: none; font-size: .85rem;
}
.footer-social a:hover { background: var(--blue); color: #fff; }
.footer-col h4 {
    font-family: var(--ff-head); font-weight: 700; font-size: .78rem;
    color: var(--dark); margin-bottom: 16px;
    letter-spacing: .08em; text-transform: uppercase;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a {
    font-size: .83rem; color: var(--grey);
    text-decoration: none; transition: color .2s;
}
.footer-col ul li a:hover { color: var(--blue); }
.footer-contact-item {
    display: flex; align-items: flex-start; gap: 9px;
    color: var(--grey); font-size: .83rem; margin-bottom: 11px;
}
.fc-icon { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.footer-bottom {
    margin-top: 44px; padding: 16px 0; border-top: 1px solid #E2EAF4;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 10px; background: var(--white);
}
.footer-bottom p { font-size: .77rem; color: var(--grey); }

/* ── BACK TO TOP ────────────────────────────────────────────────────────── */
#btt {
    position: fixed; bottom: 26px; right: 26px; width: 40px; height: 40px;
    border-radius: 50%; background: var(--blue); color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; border: none; font-size: .88rem; z-index: 500;
    opacity: 0; transform: translateY(10px); transition: all .28s;
    box-shadow: 0 4px 14px rgba(1,112,185,.24);
}
#btt.visible { opacity: 1; transform: translateY(0); }
#btt:hover { background: var(--blue-dark); transform: translateY(-2px); }

/* ── FOCUS VISIBLE (Accessibility) ─────────────────────────────────────── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 3px;
}

/* ── NEWSLETTER ─────────────────────────────────────────────────────────── */
.newsletter-form { display: flex; gap: 7px; margin-top: 4px; }
.newsletter-form input {
    flex: 1; padding: 9px 13px; border: 1px solid #DCE4EE;
    border-radius: var(--radius-sm); background: var(--white);
    color: var(--dark); font-size: .83rem; outline: none;
    font-family: var(--ff-body); transition: border-color .22s;
}
.newsletter-form input::placeholder { color: var(--grey); }
.newsletter-form input:focus { border-color: var(--accent); }
.newsletter-form button {
    padding: 9px 14px; background: var(--accent); color: var(--dark);
    border: none; border-radius: var(--radius-sm); font-weight: 700; font-size: .82rem;
    cursor: pointer; font-family: var(--ff-head); transition: background .22s; white-space: nowrap;
}
.newsletter-form button:hover { background: var(--accent-dark); }

/* ── SINGLE SERVICE ─────────────────────────────────────────────────────── */
.single-service { padding: 72px 0; }
.ss-layout { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.ss-hero-img { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 30px; }
.ss-hero-img img { width: 100%; height: 400px; object-fit: cover; display: block; }
.ss-content { font-size: 1rem; line-height: 1.8; color: var(--body-color); margin-bottom: 40px; }
.ss-content p { margin-bottom: 16px; }
.ss-features { margin-bottom: 44px; }
.ss-features h3 { font-family: var(--ff-head); font-size: 1.25rem; color: var(--dark); margin-bottom: 18px; font-weight: 700; }
.ss-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.ss-feature-item {
    display: flex; align-items: center; gap: 10px; padding: 11px 15px;
    background: var(--blue-light); border-radius: var(--radius-sm);
    font-size: .87rem; font-weight: 600;
}
.ss-process { margin-bottom: 40px; }
.ss-process h3 { font-family: var(--ff-head); font-size: 1.25rem; color: var(--dark); margin-bottom: 18px; font-weight: 700; }
.ss-steps { display: flex; flex-direction: column; gap: 11px; }
.ss-step {
    display: flex; gap: 16px; padding: 17px 20px;
    background: var(--white); border-radius: var(--radius); border: 1px solid rgba(0,0,0,.06);
}
.ss-step-num {
    flex-shrink: 0; width: 38px; height: 38px; border-radius: var(--radius-sm);
    background: var(--blue); color: #fff; font-family: var(--ff-head);
    font-weight: 800; font-size: .8rem; display: flex; align-items: center; justify-content: center;
}
.ss-step h4 { font-family: var(--ff-head); font-size: .93rem; color: var(--dark); margin-bottom: 4px; font-weight: 700; }
.ss-step p { font-size: .85rem; color: var(--grey); margin: 0; line-height: 1.6; }
.ss-sidebar { position: sticky; top: 100px; }
.ss-widget {
    background: var(--white); border-radius: var(--radius);
    padding: 20px; border: 1px solid rgba(0,0,0,.06); margin-bottom: 18px;
}
.ss-widget-title {
    font-family: var(--ff-head); font-size: .97rem; color: var(--dark);
    margin-bottom: 14px; padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.07); font-weight: 700;
}
.ss-service-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 9px 11px; border-radius: var(--radius-sm); text-decoration: none;
    color: var(--body-color); font-size: .87rem; font-weight: 500;
    transition: all .2s; margin-bottom: 3px;
}
.ss-service-link:hover, .ss-service-link.active { background: var(--blue-light); color: var(--blue); font-weight: 700; }
.ss-cta-card {
    background: linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);
    border-radius: var(--radius); padding: 24px 20px; text-align: center; color: #fff; margin-bottom: 18px;
}
.ss-cta-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.15); margin: 0 auto 12px; }
.ss-cta-card h4 { font-family: var(--ff-head); font-size: 1.02rem; margin-bottom: 7px; color: #fff; font-weight: 700; }
.ss-cta-card p { font-size: .83rem; opacity: .78; margin-bottom: 15px; line-height: 1.6; }
.ss-cta-card .btn-primary { background: var(--accent); color: var(--dark); }
.ss-cta-card .btn-primary:hover { background: var(--accent-dark); }
.ss-phone-link {
    display: block; margin-top: 11px; color: rgba(255,255,255,.78);
    text-decoration: none; font-size: .83rem; font-weight: 600; transition: color .2s;
}
.ss-phone-link:hover { color: #fff; }

/* ── SINGLE PROJECT ─────────────────────────────────────────────────────── */
.single-project { padding: 72px 0; }
.sp-layout { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.sp-main { min-width: 0; }
.sp-hero-img { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 30px; }
.sp-hero-img img { width: 100%; height: 420px; object-fit: cover; display: block; }
.sp-content { margin-bottom: 38px; }
.sp-content h3 { font-family: var(--ff-head); font-size: 1.25rem; color: var(--dark); margin-bottom: 13px; font-weight: 700; }
.sp-content p { font-size: 1rem; line-height: 1.8; color: var(--body-color); }
.sp-body { margin-top: 20px; }
.sp-body p { margin-bottom: 16px; }
.sp-hero-cats { display: flex; gap: 8px; justify-content: center; margin-bottom: 10px; }
.sp-sidebar { position: sticky; top: 100px; }
.sp-details-card { margin-bottom: 18px; }
.sp-widget {
    background: var(--white); border-radius: var(--radius);
    padding: 20px; border: 1px solid rgba(0,0,0,.06); margin-bottom: 18px;
}
.sp-widget-title {
    font-family: var(--ff-head); font-size: .97rem; color: var(--dark);
    margin-bottom: 14px; padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.07); font-weight: 700;
}
.sp-detail-row {
    display: flex; justify-content: space-between; padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.05); font-size: .88rem;
}
.sp-detail-row:last-child { border-bottom: none; }
.sp-detail-label { color: var(--grey); font-weight: 500; }
.sp-detail-value { color: var(--dark); font-weight: 600; text-align: right; }
.sp-all-projects-link {
    display: block; text-align: center; color: var(--blue); font-weight: 700;
    text-decoration: none; font-family: var(--ff-head); font-size: .87rem;
    padding: 12px; border-radius: var(--radius-sm);
    background: var(--blue-light); transition: all .22s;
}
.sp-all-projects-link:hover { background: var(--blue); color: #fff; }
.sp-related { margin-top: 48px; }
.sp-related h3 { font-family: var(--ff-head); font-size: 1.25rem; color: var(--dark); margin-bottom: 20px; font-weight: 700; }
.sp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sp-related-card {
    text-decoration: none; border-radius: var(--radius); overflow: hidden;
    border: 1px solid rgba(0,0,0,.06); transition: all .25s;
}
.sp-related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.sp-related-img img { width: 100%; height: 155px; object-fit: cover; display: block; }
.sp-related-body { padding: 13px; }
.sp-related-cats { display: flex; gap: 5px; margin-bottom: 6px; flex-wrap: wrap; }
.sp-related-body h4 { font-family: var(--ff-head); font-size: .85rem; color: var(--dark); margin: 0; font-weight: 700; }

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hero-slider { height: 80vh; }
    .hero-slide-content { max-width: 100%; }
    .about-grid, .why-grid, .faqs-grid, .contact-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .proc-steps { grid-template-columns: repeat(2, 1fr); }
    .proc-step::after { display: none; }
    .proj-grid { grid-template-columns: 1fr 1fr; }
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .blog-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .faq-visual-card { display: none; }
    .about-img-main { height: 360px; }
    .about-overlay-img { width: 120px; height: 120px; bottom: -10px; right: -10px; }
    .about-badge-box { left: 0; }
    .services-head, .projects-head, .blog-preview-head { flex-direction: column; align-items: flex-start; }
    .ss-layout, .sp-layout { grid-template-columns: 1fr 300px; gap: 32px; }
    .sp-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .blog-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .topbar .container { justify-content: center; }
    .topbar-contact { gap: 8px; font-size: 11px; flex-wrap: wrap; justify-content: center; }
    .topbar-address { display: none; }
    .topbar-badge { display: none; }
    .nav-links {
        display: none; flex-direction: column; position: absolute;
        top: calc(100% + 1px); left: 0; right: 0;
        background: var(--white); padding: 14px 18px; gap: 3px;
        box-shadow: 0 16px 40px rgba(0,0,0,.09);
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
        border-top: 1px solid rgba(0,0,0,.07);
        animation: menuSlideDown .28s var(--ease);
    }
    @keyframes menuSlideDown {
        from { opacity: 0; transform: translateY(-8px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    .nav-links.open { display: flex; }
    .nav-links a { width: 100%; padding: 11px 14px; border-radius: var(--radius-sm); font-size: 14px; }
    .nav-links a.nav-cta { text-align: center; margin-top: 8px; margin-left: 0; }
    .menu-toggle { display: flex; align-items: center; justify-content: center; }
    .about-img-main { height: 300px; }
    .about-overlay-img { width: 110px; height: 110px; }
    .contact-form { padding: 24px; }
    .hero-slider h1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
    .hero-text { font-size: .9rem; margin-bottom: 22px; }
    .hero-stats { gap: 18px; margin-top: 26px; padding-top: 18px; }
    .cta-banner h2 { font-size: clamp(1.45rem, 5vw, 2.1rem); }
    .proj-card { height: 220px; }
    .clients-row { gap: 16px 24px; }
    .client-logo img { max-height: 48px; max-width: 130px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .ss-layout, .sp-layout { grid-template-columns: 1fr; }
    .ss-sidebar, .sp-sidebar { position: static; }
    .ss-hero-img img { height: 300px; }
    .sp-hero-img img { height: 280px; }
    .sp-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    section { padding: 50px 0; }
    .services-grid, .proj-grid, .benefits-grid, .blog-grid,
    .why-stats, .why-features, .proc-steps, .testi-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; gap: 16px; }
    .form-row { grid-template-columns: 1fr; }
    .hero-slider { height: 70vh; }
    .hero-slide-content { padding-top: 60px; }
    .menu-toggle { display: flex; }
    .footer-grid { grid-template-columns: 1fr; }
    .topbar-hours { display: none; }
    .topbar-contact { font-size: 11px; justify-content: center; }
    .hero-actions { flex-direction: column; gap: 10px; }
    .hero-actions a { text-align: center; justify-content: center; }
    .about-img-main { height: 240px; }
    .about-overlay-img { display: none; }
    .about-badge-box { position: relative; top: auto; left: auto; display: inline-block; margin-bottom: 16px; }
    .section-title { font-size: clamp(1.35rem, 5.5vw, 1.8rem); }
    .section-header { margin-bottom: 28px; }
    .contact-form { padding: 20px; border-radius: var(--radius); }
    .hero-slider h1 { font-size: clamp(1.55rem, 7vw, 2rem); }
    .hero-arrow { width: 34px; height: 34px; font-size: .78rem; }
    .hero-dots { bottom: 16px; }
    .hero-dot { width: 6px; height: 6px; }
    .hero-dot.active { width: 18px; }
    .benefit-card { padding: 20px 16px; }
    .why-stat { padding: 18px 14px; }
    .ws-num { font-size: 1.85rem; }
    .rating-box { padding: 18px; }
    .proj-card { height: 200px; }
    .contact-map { height: 160px; }
    .page-hero { padding: 42px 0; }
    .page-hero h1 { font-size: clamp(1.25rem, 6vw, 1.85rem); }
    .container { padding: 0 16px; }
    .navbar { padding: 10px 0; }
    .logo img, .logo .custom-logo-link img { height: 38px; }
    .sc-img { height: 180px; }
    .sc-body { padding: 16px; }
    .testi-card { padding: 20px 16px; }
    .clients { padding: 24px 0; }
    .clients-label { font-size: .67rem; margin-bottom: 16px; }
    .clients-row { gap: 12px 18px; }
    .client-logo img { max-height: 34px; max-width: 80px; }
    .single-service, .single-project { padding: 42px 0; }
    .ss-features-grid { grid-template-columns: 1fr; }
    .ss-hero-img img { height: 220px; }
    .sp-hero-img img { height: 220px; }
    .sp-related-grid { grid-template-columns: 1fr; }
    .ss-step { padding: 14px 15px; gap: 12px; }
}

/* ── STICKY PHONE CTA ───────────────────────────────────────────────────── */
.sticky-phone-cta {
    position: fixed; bottom: 24px; left: 24px; z-index: 999;
    display: flex; align-items: center; gap: 10px;
    background: #25d366; color: #fff;
    padding: 12px 22px; border-radius: 50px;
    font-family: var(--ff-head); font-weight: 700; font-size: .87rem;
    text-decoration: none; box-shadow: 0 4px 18px rgba(18,140,62,.28);
    transition: transform .25s, box-shadow .25s;
}
.sticky-phone-cta:hover {
    transform: translateY(-2px); box-shadow: 0 7px 26px rgba(18,140,62,.38); color: #fff;
}
.sticky-phone-cta svg { flex-shrink: 0; }
@media (max-width: 640px) {
    .sticky-phone-cta { bottom: 16px; left: 16px; padding: 12px; border-radius: 50%; }
    .sticky-phone-text { display: none; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   COOLEX DESIGN OVERRIDES  v3.0.0
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── SECTION LABEL (Coolex subtitle pill) ───────────────────────────────── */
.section-label::before { width: 18px; height: 2px; background: var(--accent); }
.section-label { color: var(--blue); }
.section-title em { font-style: normal; color: var(--blue); }

/* ── SERVICE CARDS (Coolex service-block-style1 inspired) ───────────────── */
.services { background: var(--blue-light); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { border-radius: 30px; border: none; overflow: visible; position: relative; background: transparent; }
.sc-img { height: 220px; border-radius: 30px; overflow: hidden; }
.sc-body {
    background: var(--white); border-radius: 30px; padding: 30px 26px 24px;
    margin-top: -40px; position: relative; z-index: 2;
    box-shadow: 0 4px 40px rgba(0,0,0,.06); border: 1px solid var(--blue-light);
}
.sc-icon {
    width: 60px; height: 60px; border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    color: #fff; font-size: 1.3rem; margin-bottom: 16px;
    outline: 8px solid rgba(27,22,158,.15);
}
.sc-title { font-size: 1.05rem; margin-bottom: 10px; }
.sc-text { font-size: .85rem; color: var(--grey); line-height: 1.65; margin-bottom: 12px; }
.sc-link { color: var(--blue); font-size: .82rem; }
.service-card:hover .sc-body { background: var(--blue); }
.service-card:hover .sc-title,
.service-card:hover .sc-text,
.service-card:hover .sc-link { color: #fff; }
.service-card:hover .sc-icon { background: var(--accent); outline-color: rgba(255,109,72,.2); }

/* ── SERVICES PAGE – 2-per-row horizontal cards ─────────────────────────── */
#services-all { background: var(--white); }
#services-all .services-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
#services-all .service-card {
    display: flex; flex-direction: row; border-radius: 20px;
    background: var(--white); overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 2px 24px rgba(0,0,0,.04);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
#services-all .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 48px rgba(27,22,158,.12);
}
#services-all .sc-img {
    width: 260px; min-width: 260px; height: auto; min-height: 280px;
    border-radius: 0; flex-shrink: 0;
}
#services-all .sc-body {
    background: transparent; border-radius: 0; margin-top: 0;
    padding: 32px 30px; box-shadow: none; border: none;
    display: flex; flex-direction: column; justify-content: center;
}
#services-all .sc-icon {
    width: 52px; height: 52px; font-size: 1.15rem;
    margin-bottom: 14px; outline-width: 6px;
}
#services-all .sc-title { font-size: 1.12rem; margin-bottom: 8px; }
#services-all .sc-text { font-size: .88rem; line-height: 1.7; margin-bottom: 16px; color: var(--grey); }
#services-all .sc-link {
    font-size: .84rem; font-weight: 700;
    padding: 8px 20px; border-radius: 40px;
    background: var(--blue-light); color: var(--blue);
    align-self: flex-start;
    transition: background .25s, color .25s, gap .22s;
}
#services-all .service-card:hover .sc-link {
    background: var(--accent); color: #fff;
}
#services-all .service-card:hover .sc-body { background: transparent; }
#services-all .service-card:hover .sc-title { color: var(--blue); }
#services-all .service-card:hover .sc-text { color: var(--grey); }
@media (max-width: 1024px) {
    #services-all .services-grid { grid-template-columns: 1fr; gap: 24px; }
    #services-all .sc-img { width: 220px; min-width: 220px; min-height: 240px; }
}
@media (max-width: 768px) {
    #services-all .service-card { flex-direction: column; }
    #services-all .sc-img { width: 100%; min-width: unset; height: 200px; min-height: unset; border-radius: 20px 20px 0 0; }
    #services-all .sc-body { padding: 24px 22px 22px; }
    #services-all .sc-icon { width: 46px; height: 46px; font-size: 1.05rem; outline-width: 5px; margin-bottom: 12px; }
    #services-all .sc-title { font-size: 1.02rem; }
}

/* ── MARQUEE TEXT ───────────────────────────────────────────────────────── */
.marquee-section {
    padding: 48px 0; overflow: hidden;
    border-bottom: 2px solid var(--accent);
}
.marquee-track {
    display: flex; gap: 32px; white-space: nowrap;
    animation: marquee-scroll 20s linear infinite;
}
.marquee-text {
    font-family: var(--ff-head); font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800; color: var(--dark); letter-spacing: -.03em;
    display: flex; align-items: center; gap: 32px; flex-shrink: 0;
}
.marquee-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
@keyframes marquee-scroll { to { transform: translateX(-50%); } }

/* ── COUNTER BAR ────────────────────────────────────────────────────────── */
.counter-bar { background: var(--white); padding: 40px 0; }
.counter-bar-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
}
.counter-item {
    text-align: center; padding: 30px 20px;
    border-right: 1px solid #DCE4EE; position: relative;
}
.counter-item:last-child { border-right: none; }
.counter-item::after {
    content: ''; position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%); width: 8px; height: 8px;
    border-radius: 50%; background: var(--accent);
}
.counter-num {
    font-family: var(--ff-head); font-size: 2.8rem; font-weight: 800;
    color: var(--dark); line-height: 1; margin-bottom: 8px; letter-spacing: -.03em;
}
.counter-label {
    font-size: .85rem; font-weight: 600; color: var(--grey);
    text-transform: uppercase;
}

/* ── WHY CHOOSE US (Coolex update) ──────────────────────────────────────── */
.why-feat-icon { font-size: 1.3rem; }
.why-feat { border-radius: var(--radius); }
.why-stat { border-radius: var(--radius); }
.rating-box { border-radius: var(--radius); }

/* ── PROJECTS (Coolex style) ────────────────────────────────────────────── */
.proj-card { border-radius: 30px; overflow: hidden; }
.proj-card img { border-radius: 0; }
.proj-overlay {
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 24px;
}
.proj-cat {
    background: rgba(255,255,255,.9); color: var(--dark);
    backdrop-filter: blur(6px); font-size: 10px; padding: 5px 14px; border-radius: 20px;
}
.proj-title { font-size: .95rem; }
.proj-date { font-size: .78rem; color: rgba(255,255,255,.7); margin-top: 4px; }

/* ── PROCESS (Light clean style) ───────────────────────────────────────── */
.process {
    background: var(--blue-light);
    position: relative; overflow: hidden;
}
.process::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 90% 50%, rgba(27,22,158,.05) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 5% 50%, rgba(255,109,72,.04) 0%, transparent 60%);
    pointer-events: none;
}
.process .container { position: relative; }
.process .section-label { color: var(--blue); }
.process .section-label::before { background: var(--accent); }
.process .section-title { color: var(--dark); }
.process .section-title em { color: var(--blue); }
.proc-steps {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    position: relative; margin-top: 40px;
}
.proc-steps::before { display: none; }
.proc-step {
    position: relative; text-align: left;
    padding: 28px 24px; border-right: 1px solid rgba(27,22,158,.1);
    border-radius: 0;
}
.proc-step:last-child { border-right: none; }
.proc-step::before {
    content: ''; position: absolute; left: 0; top: 0;
    width: 4px; height: 0; background: var(--accent);
    border-radius: 3px; transition: height .4s ease;
}
.proc-step:hover::before { height: 100px; }
.proc-circle {
    width: auto; height: auto; border-radius: 0;
    background: none; border: none; color: rgba(27,22,158,.2);
    font-size: 2.4rem; font-weight: 800; font-family: var(--ff-head);
    margin: 0 0 16px; display: block;
}
.proc-num {
    position: static; width: auto; height: auto;
    background: none; color: rgba(27,22,158,.22);
    font-family: var(--ff-head); font-weight: 800; font-size: 2.4rem;
    display: block; letter-spacing: -.03em;
}
.proc-title { font-family: var(--ff-head); font-size: .95rem; color: var(--dark); margin-bottom: 10px; font-weight: 700; }
.proc-text { font-size: .84rem; color: var(--grey); line-height: 1.65; max-width: 230px; margin: 0; }

/* ── BENEFITS (Coolex features-block-style3) ────────────────────────────── */
.benefits { background: var(--white); padding: 80px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.benefit-card {
    background: none; border: none; border-radius: 0;
    border-right: 1px dashed #DCE4EE;
    padding: 0 28px 30px 28px; position: relative;
}
.benefit-card:last-child { border-right: none; }
.benefit-card::before {
    content: ''; position: absolute; left: 0; top: 0;
    width: 3px; height: 80px; background: var(--accent); border-radius: 3px;
}
.benefit-card:first-child::before { display: none; }
.benefit-icon {
    width: 64px; height: 64px; border-radius: 12px;
    background: var(--blue-light); color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; margin-bottom: 24px;
}
.benefit-title {
    font-family: var(--ff-head); font-size: .95rem; font-weight: 700;
    color: var(--dark); margin-bottom: 12px;
    padding-bottom: 0; border-bottom: none;
}
.benefit-text { font-size: .84rem; color: var(--grey); line-height: 1.65; margin: 0; }

/* ── TESTIMONIALS (Coolex style) ────────────────────────────────────────── */
.testimonials { background: var(--blue-light); padding: 60px 0; }
.testi-card::before { display: none; }
/* Slider version: clear grid-card overflow so content isn't clipped */
.testi-card { overflow: visible; }
.testi-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 32px; flex-wrap: wrap; gap: 16px;
}
.testi-nav { display: flex; gap: 8px; }
.testi-arrow {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--white); border: 1.5px solid #DCE4EE;
    color: var(--dark); display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: .85rem;
    transition: all .22s;
}
.testi-arrow:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.testi-slider { position: relative; overflow: hidden; }
.testi-track { display: flex; transition: transform .5s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
.testi-card {
    min-width: 100%; flex-shrink: 0; box-sizing: border-box; padding: 0 4px;
    background: none; border: none; border-radius: 0;
}
.testi-card-inner {
    background: var(--white); border-radius: 30px; padding: 48px 40px;
    border: 1px solid #DCE4EE; max-width: 800px;
    position: relative; margin: 0 auto; overflow: hidden;
}
.testi-card-inner::before {
    content: '\201C'; position: absolute; top: 24px; right: 32px;
    font-size: 6rem; color: var(--blue-light); font-family: Georgia, serif;
    line-height: 1; pointer-events: none; user-select: none;
}
.testi-stars { color: var(--accent); font-size: 1rem; margin-bottom: 18px; letter-spacing: 3px; }
.testi-text {
    font-size: 1.05rem; color: var(--body-color); line-height: 1.85;
    margin-bottom: 28px; position: relative; z-index: 1;
}
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
    width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
    background: var(--blue); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--ff-head); font-weight: 700; font-size: .95rem;
}
.testi-name { font-family: var(--ff-head); font-size: .92rem; font-weight: 700; color: var(--dark); }
.testi-role { font-size: .78rem; color: var(--grey); margin-top: 2px; }
.testi-dots {
    display: flex; justify-content: center; gap: 6px; margin-top: 28px;
}
.testi-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(27,22,158,.2); border: none; cursor: pointer;
    transition: all .3s;
}
.testi-dot.active { width: 24px; border-radius: 4px; background: var(--blue); }

/* ── FAQ (Coolex accordion style) ───────────────────────────────────────── */
.faqs { background: var(--white); }
.faq-item { border-radius: var(--radius); border: 1px solid #DCE4EE; }
.faq-item.open { border-color: var(--blue); }
.faq-q { font-size: .95rem; padding: 18px 20px; }
.faq-icon {
    width: 30px; height: 30px; border-radius: 50%;
    background: var(--blue-light); color: var(--blue);
    font-size: .75rem;
}
.faq-item.open .faq-icon { background: var(--blue); color: #fff; }

/* ── BLOG CARDS (Coolex style) ──────────────────────────────────────────── */
.blog-preview { background: var(--surface); }
.blog-card { border-radius: 20px; }
.blog-img { border-radius: 20px; height: 200px; margin-bottom: 0; }
.blog-body { padding: 22px; }
.blog-cat {
    background: var(--blue-light); color: var(--blue); border-radius: 25px;
    padding: 4px 14px; font-size: 10.5px;
}
.blog-date { font-size: .8rem; color: var(--grey); margin-bottom: 8px; }
.blog-read-more { color: var(--accent); font-weight: 600; font-size: .85rem; }

/* ── CTA BANNER (Coolex style) ──────────────────────────────────────────── */
/* Dark override removed — using light theme from main .cta-banner definition */
.cta-banner h2 { font-size: clamp(1.55rem, 4vw, 2.4rem); }

/* ── CONTACT UPDATES ────────────────────────────────────────────────────── */
.contact-item {
    display: flex; gap: 14px; margin-bottom: 16px;
    padding: 16px 18px; border-radius: var(--radius);
    background: var(--blue-light); border: 1px solid #DCE4EE;
}
.contact-form { border-radius: 30px; }
.btn-submit {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--blue); color: #fff;
    padding: 13px 28px; border-radius: 40px;
    font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
    border: none; cursor: pointer; transition: background .22s, transform .22s;
}
.btn-submit:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: var(--shadow-blue); }

/* ── CLIENTS BAR UPDATES ────────────────────────────────────────────────── */
.clients { border-bottom: 1px solid #DCE4EE; padding: 40px 0; }
/* client-logo already full-colour from base rule — no override needed */

/* ── NAV CTA BUTTON ─────────────────────────────────────────────────────── */
.nav-links a.nav-cta { border-radius: 40px; }
.topbar-badge { background: var(--accent); }

/* ── ABOUT SECTION UPDATES ──────────────────────────────────────────────── */
.about-grid { gap: 48px; }
.about-visual { position: relative; }
.about-img-main { border-radius: 30px; height: 480px; overflow: hidden; }
.about-overlay-img {
    border-radius: 20px; width: 160px; height: 160px;
    border: 5px solid var(--white); box-shadow: var(--shadow);
}
.about-badge-box {
    background: var(--blue); border-radius: var(--radius);
    box-shadow: var(--shadow-blue);
}
.about-item-icon { color: var(--accent); font-size: 1.1rem; }
.about-item-title { font-weight: 700; color: var(--dark); }

/* ── COOLEX RESPONSIVE OVERRIDES ────────────────────────────────────────── */
@media (max-width: 1024px) {
    .services-grid { grid-template-columns: 1fr 1fr; }
    .counter-bar-grid { grid-template-columns: 1fr 1fr; }
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .benefit-card { border-right: none; border-bottom: 1px dashed #DCE4EE; padding: 20px 0; }
    .benefit-card:last-child { border-bottom: none; }
    .benefit-card::before { display: none; }
    .counter-item { border-right: none; border-bottom: 1px solid #DCE4EE; }
    .counter-item:nth-child(2n) { border-right: none; }
    .counter-item:nth-child(-n+2) { border-right: 1px solid #DCE4EE; }
    .counter-item:nth-child(2n) { border-right: none; }
    .counter-item:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 768px) {
    .marquee-text { font-size: clamp(1.8rem, 5vw, 3rem); }
    .testi-card-inner { padding: 32px 24px; max-width: 100%; }
    .testi-card-inner::before { font-size: 4rem; top: 16px; right: 20px; }
    .testi-text { font-size: .95rem; margin-bottom: 20px; }
    .sc-img { height: 200px; }
    .sc-body { padding: 24px 20px 20px; margin-top: -30px; }
    .sc-icon { width: 50px; height: 50px; font-size: 1.1rem; margin-bottom: 12px; outline-width: 6px; }
}
@media (max-width: 640px) {
    .services-grid, .counter-bar-grid, .proc-steps, .benefits-grid { grid-template-columns: 1fr; }
    .counter-item, .benefit-card { border-right: none; }
    .proc-step { border-right: none; border-bottom: 1px solid rgba(27,22,158,.08); padding: 20px 0; }
    .proc-step:last-child { border-bottom: none; }
    .benefit-card::before { display: none; }
    .marquee-text { font-size: 2rem; }
    .testi-card-inner { padding: 24px 18px; }
    .testi-card-inner::before { font-size: 3rem; top: 12px; right: 16px; }
    .testi-text { font-size: .88rem; line-height: 1.7; margin-bottom: 16px; }
    .testi-header { margin-bottom: 24px; }
    .testi-dots { margin-top: 20px; }
    .testi-arrow { width: 38px; height: 38px; font-size: .75rem; }
    .sc-img { height: 180px; border-radius: 20px; }
    .sc-body { padding: 20px 16px 18px; margin-top: -24px; border-radius: 20px; }
    .sc-icon { width: 46px; height: 46px; font-size: 1rem; margin-bottom: 10px; outline-width: 5px; }
    .sc-title { font-size: .95rem; }
    .sc-text { font-size: .82rem; }
    .testimonials { padding: 44px 0; }
    .about-img-main { border-radius: 20px; }
    .contact-form { border-radius: 20px; }
    .proj-card { border-radius: 20px; }
}

/* ── HOMEPAGE SERVICE SLIDER ────────────────────────────────────────────── */
.services-head { margin-bottom: 32px; }
.svc-slider-nav {
    display: flex; align-items: center; gap: 10px;
}
.svc-arrow {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--white); border: 1.5px solid #DCE4EE;
    color: var(--dark); display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 1rem;
    transition: all .22s;
}
.svc-arrow:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.svc-slider-wrap { overflow: hidden; padding-bottom: 8px; }
.svc-slider-track {
    display: flex;
    transition: transform .45s cubic-bezier(0.4,0,0.2,1);
    will-change: transform;
    gap: 24px;
}
.svc-slide {
    min-width: 0; /* width set by JS based on wrapper offsetWidth */
    flex-shrink: 0;
}
.svc-dots {
    display: flex; gap: 7px; justify-content: center;
    margin-top: 20px;
}
.svc-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #DCE4EE; border: none; cursor: pointer;
    transition: background .2s, width .2s; padding: 0;
}
.svc-dot.active { background: var(--blue); width: 22px; border-radius: 4px; }
@media (max-width: 768px) {
    .svc-slide { min-width: calc(80% - 12px); }
    .svc-slider-wrap { padding-right: 10%; }
    .svc-slider-track { overflow: visible; }
    .svc-slider-nav { gap: 8px; }
}
@media (max-width: 640px) {
    .svc-slide { min-width: calc(90% - 12px); }
    .svc-slider-wrap { overflow: hidden; padding-right: 0; }
    .svc-slider-nav .btn-primary { display: none; }
}

/* ── CTA BANNER LAYOUT (Two-column redesign) ────────────────────────────── */
.cta-banner { padding: 72px 0; }
.cta-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.cta-banner .cta-content { text-align: left; }
.cta-banner .cta-content .section-label { justify-content: flex-start; }
.cta-banner .cta-content h2 { text-align: left; margin-bottom: 12px; }
.cta-banner .cta-content p { text-align: left; margin-left: 0; margin-right: 0; max-width: 440px; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.cta-card {
    background: var(--white); border-radius: 24px; padding: 32px 28px;
    box-shadow: 0 4px 32px rgba(27,22,158,.08); border: 1px solid rgba(27,22,158,.07);
    text-align: left;
}
.cta-card-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: #f0f2ff; color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px; flex-shrink: 0;
}
.cta-card-title {
    font-family: var(--ff-head); font-size: 1rem; font-weight: 700;
    color: var(--dark); margin-bottom: 20px;
    padding-bottom: 14px; border-bottom: 1px solid #E8EEF8;
    text-align: left;
}
.cta-card-items { display: flex; flex-direction: column; gap: 16px; }
.cta-card-item { display: flex; align-items: flex-start; gap: 14px; }
.cta-card-item .cci-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: #f0f2ff; color: var(--blue);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
}
.cta-card-item .cci-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; text-align: left; }
.cci-label { font-size: .65rem; color: var(--grey); text-transform: uppercase; letter-spacing: .09em; font-weight: 700; line-height: 1; }
.cta-card-item strong { display: block; color: var(--dark); font-size: .9rem; font-weight: 600; line-height: 1.35; word-break: break-word; }
@media (max-width: 768px) {
    .cta-layout { grid-template-columns: 1fr; gap: 28px; }
    .cta-card { max-width: 420px; }
    .cta-banner .cta-content h2 { text-align: center; }
    .cta-banner .cta-content p { text-align: center; max-width: 100%; }
    .cta-banner .cta-content .section-label { justify-content: center; }
    .cta-actions { justify-content: center; }
}

/* ── PAGE HERO RESPONSIVE ────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .page-hero { padding: 48px 0 44px; }
    .page-hero-inner { flex-direction: column; align-items: flex-start; gap: 0; }
    .page-hero h1 { font-size: clamp(1.45rem, 4.5vw, 1.9rem); line-height: 1.22; }
    .page-hero p { font-size: .92rem; line-height: 1.65; }

    /* ── Replace hidden decorative circles with a flat horizontal stats strip ── */
    .ph-deco {
        display: flex !important;
        flex-direction: row; flex-wrap: wrap;
        width: 100%; height: auto; min-width: 0;
        gap: 8px; align-items: center;
        padding: 16px 0 0; margin-top: 16px;
        border-top: 1px solid rgba(255,255,255,.14);
        position: static; justify-content: flex-start;
    }
    .phd-circle { display: none !important; }
    .phd-inner {
        position: static; transform: none; z-index: auto; text-align: left;
        background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24);
        border-radius: 30px; padding: 6px 14px;
        display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
    }
    .phd-num { font-size: 1.25rem; line-height: 1.2; }
    .phd-num sup { font-size: .68rem; vertical-align: super; }
    .phd-lbl { font-size: .62rem; letter-spacing: .04em; white-space: nowrap; margin-top: 0; line-height: 1.35; }
    .phd-tag {
        position: static; transform: none; animation: none !important;
        font-size: .72rem; padding: 6px 12px; flex-shrink: 0;
    }
    .phd-tag-1 { top: auto; right: auto; }
    .phd-tag-2 { bottom: auto; left: auto; }

    .ph-chips { margin-top: 12px; }
}
@media (max-width: 640px) {
    .page-hero { padding: 36px 0 40px; }
    .page-hero h1 { font-size: clamp(1.4rem, 7vw, 1.75rem); }
    .ph-chip { font-size: .7rem; padding: 4px 11px; }
    /* Compact stat pills on small phones */
    .phd-inner { padding: 5px 12px; }
    .phd-num { font-size: 1.05rem; }
    .phd-lbl { font-size: .58rem; }
    .phd-tag { font-size: .67rem; padding: 5px 10px; }
}

/* ── REDUCED MOTION ─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE UX UPLIFT  v2.0
   Systematic mobile-first improvements for a clean, modern phone experience.
   These rules intentionally cascade after all earlier breakpoints to win.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── GLOBAL HORIZONTAL SCROLL PREVENTION ───────────────────────────────── */
/* overflow-x on html breaks position:sticky — only set it on body */
body {
    overflow-x: hidden;
    max-width: 100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/* ── NAV PHONE CTA — hidden on desktop, shown only in mobile burger menu ── */
.nav-phone-cta { display: none; }

/* ── PROJECT CTA — desktop shows inline with header, mobile below grid ──── */
.proj-cta-wrap { display: none; } /* hidden on desktop */

/* ── HERO SLIDER CONTROLS — base positioning (all screens) ─────────────── */
.hero-slider-controls {
    position: absolute; bottom: 32px; right: 44px; z-index: 4;
    display: flex; gap: 8px;
}

/* ════════════════ ≤ 768px (tablets + large phones) ════════════════════════ */
@media (max-width: 768px) {
    /* Hero */
    .hero-slider { height: 88vh; min-height: 520px; }
    .hero-slide-content { max-width: 100%; padding-bottom: 70px; }
    .hero-slider-controls { bottom: 28px; right: 20px; }

    /* Services slider: show 1.25 cards (clear peek of next) */
    .svc-slider-wrap { padding-right: 12%; overflow: hidden; }
    .svc-slider-track { overflow: visible; }

    /* Page hero: collapse deco column */
    .ph-deco { display: none; }
    .page-hero-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
}

/* ════════════════ ≤ 640px (phones — primary mobile target) ════════════════ */
@media (max-width: 640px) {

    /* ── GLOBAL ─────────────────────────────────────────────────────────── */
    section { padding: 44px 0; }
    .container { padding: 0 16px; }
    .section-header { margin-bottom: 24px; }
    .section-title { font-size: clamp(1.35rem, 6vw, 1.75rem); }
    .text-center .section-label { justify-content: center; }

    /* ── TOPBAR ─────────────────────────────────────────────────────────── */
    /* Keep only phone number visble; drop hours, address, badge */
    .topbar { padding: 6px 0; }
    .topbar-address, .topbar-hours { display: none; }
    .topbar-badge { display: none; }
    .topbar-contact { justify-content: center; gap: 0; font-size: 11.5px; }

    /* ── NAVBAR ─────────────────────────────────────────────────────────── */
    .navbar { padding: 10px 0; }
    .logo img, .logo .custom-logo-link img { height: 44px; }
    .menu-toggle { display: flex; }
    .nav-links { display: none; }
    .nav-links.open { display: flex; }

    /* Phone CTA inside burger menu — mobile only */
    .nav-phone-cta { display: flex; justify-content: center; margin-top: 8px; padding: 2px 0 6px; }
    .nav-phone-cta a {
        display: inline-flex; align-items: center; gap: 8px;
        background: var(--blue);
        color: #fff;
        font-weight: 700; font-size: .95rem;
        padding: 12px 28px;
        border-radius: 40px;
        letter-spacing: .02em;
        text-decoration: none;
        box-shadow: 0 4px 16px rgba(27,22,158,.25);
    }
    .nav-phone-icon { font-size: 1.1rem; }

    /* ── HERO ───────────────────────────────────────────────────────────── */
    /* Use 88vh as stable fallback — 100vh recalculates when mobile browser
       address bar shows/hides, causing layout shift that clips the sticky header */
    .hero-slider {
        height: 100svh;
        height: 88vh; /* stable fallback: avoids mobile browser chrome reflow */
        min-height: 520px;
        max-height: 800px;
    }
    /* Stronger gradient so text stays readable over any image */
    .hero-slide::after {
        background: linear-gradient(
            to right,
            rgba(0,0,28,0.80) 0%,
            rgba(0,0,28,0.58) 50%,
            rgba(0,0,28,0.22) 100%
        );
    }
    .hero-slide-content {
        margin-left: 0;
        padding: 0 20px 76px;
        max-width: 100%;
        justify-content: flex-end; /* content lives in bottom half */
    }
    .hero-badge {
        font-size: 9.5px; padding: 5px 12px;
        margin-bottom: 14px; letter-spacing: .08em;
    }
    .hero-slider h1 {
        font-size: clamp(1.65rem, 7.5vw, 2.2rem);
        margin-bottom: 12px; line-height: 1.18;
    }
    .hero-text {
        font-size: .88rem; margin-bottom: 20px; line-height: 1.65;
        max-width: 100%;
    }
    .hero-actions {
        flex-direction: column; gap: 10px; align-items: stretch;
    }
    .hero-actions .btn-primary,
    .hero-actions .btn-outline-light {
        width: 100%; justify-content: center;
        padding: 13px 20px; font-size: .88rem;
    }
    /* Stats: 3-up row at the bottom of the first slide */
    .hero-stats {
        display: grid; grid-template-columns: repeat(3, 1fr);
        gap: 0; margin-top: 20px; padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,.14);
    }
    .hero-stats > div {
        text-align: center; padding: 0 4px;
    }
    .hero-stats > div:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,.12);
    }
    .hs-num { font-size: 1.45rem; font-weight: 800; }
    .hs-label { font-size: .64rem; margin-top: 3px; }
    /* Nav arrows: compact, bottom-right */
    .hero-slider-controls { bottom: 22px; right: 16px; gap: 6px; }
    .hero-arrow { width: 34px; height: 34px; font-size: .75rem; }
    /* Dots stay centred above arrows */
    .hero-dots {
        bottom: 28px;
        left: 50%; transform: translateX(-50%);
        /* offset left so dots don't overlap the arrow buttons */
        padding-right: 80px;
    }
    .hero-dot { width: 6px; height: 6px; }
    .hero-dot.active { width: 18px; }

    /* ── CLIENT LOGOS ───────────────────────────────────────────────────── */
    .clients { padding: 28px 0; }
    .clients-label { font-size: .68rem; margin-bottom: 18px; }
    .clients-row {
        display: flex; flex-wrap: wrap;
        justify-content: center; align-items: center;
        gap: 14px 20px;
    }
    /* Full-color logos with branded highlight pill on mobile */
    .client-logo {
        opacity: 1;
        filter: none;
        background: var(--blue-lighter);
        border-radius: 10px;
        padding: 8px 14px;
        border: 1px solid rgba(27,22,158,.08);
    }
    .client-logo img {
        max-height: 54px;
        max-width: 120px;
        width: auto;
    }

    /* ── ABOUT / WHO WE ARE ─────────────────────────────────────────────── */
    .about-grid { gap: 0; }
    .about-visual { margin-bottom: 0; }
    .about-img-main {
        height: 270px; border-radius: 22px;
        overflow: hidden; margin-bottom: 0;
    }
    /* Stack: image → badge → content */
    .about-grid { display: flex; flex-direction: column; }
    .about-visual { order: 0; }
    .about-content { order: 1; padding-top: 28px; text-align: center; } /* 28px = 14px badge overlap + 14px breathing room */
    .about-content .section-label { justify-content: center; }
    .about-content .section-sub { margin: 0 auto 16px; }
    /* Badge pinned to bottom of image for clean overlap */
    .about-visual { position: relative; }
    .about-badge-box {
        position: absolute; bottom: -14px; left: 50%;
        transform: translateX(-50%);
        display: inline-flex; align-items: center; gap: 8px;
        padding: 10px 20px; border-radius: 40px; min-width: auto;
        white-space: nowrap; z-index: 2;
        background: var(--blue); box-shadow: var(--shadow-blue);
    }
    .about-badge-num {
        font-family: var(--ff-head); font-size: 1.35rem; font-weight: 800; color: #fff;
    }
    .about-badge-lbl {
        font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.82);
        text-transform: uppercase; letter-spacing: .04em;
    }
    .about-content > div[style] { text-align: left; }  /* about body text left */
    .about-list { text-align: left; margin-top: 20px; }
    .about-item {
        display: flex; align-items: center; flex-direction: row;
        gap: 10px;
        background: var(--blue-lighter);
        border-radius: var(--radius-sm); padding: 10px 14px; margin-bottom: 8px;
    }
    .about-item-icon { flex-shrink: 0; font-size: 1.2rem; }
    .about-item-title { font-size: .88rem; font-weight: 600; }
    .about-item-text { display: none; } /* hide description on mobile — icon+title only */
    .about-content .btn-primary {
        width: 100%; justify-content: center;
        margin-left: 0 !important; margin-right: 0 !important;
        margin-top: 24px !important;
    }
    .about-overlay-img { display: none; }

    /* ── SERVICES SLIDER ────────────────────────────────────────────────── */
    .services { padding: 44px 0; }
    .services-head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .svc-slider-nav .btn-primary { display: none; }
    /* Peek: 85% card + 15% of next visible */
    .svc-slider-wrap {
        overflow: hidden;
        padding-right: 15%;
    }
    .svc-slider-track { overflow: visible; gap: 16px; }
    .sc-img { height: 188px; border-radius: 22px; }
    .sc-body { padding: 20px 16px 18px; margin-top: -24px; border-radius: 22px; }
    .sc-icon { width: 46px; height: 46px; font-size: 1rem; outline-width: 5px; margin-bottom: 10px; }
    .sc-title { font-size: .95rem; }
    .sc-text { font-size: .82rem; }

    /* ── MARQUEE ────────────────────────────────────────────────────────── */
    .marquee-section { padding: 24px 0; }
    .marquee-text { font-size: 1.9rem; gap: 22px; }
    .marquee-dot { width: 10px; height: 10px; }

    /* ── WHY CHOOSE US ──────────────────────────────────────────────────── */
    .why-grid { display: flex; flex-direction: column; gap: 26px; }
    .why-grid > div:first-child { text-align: center; }
    .why-grid > div:first-child .section-label { justify-content: center; }
    .why-grid > div:first-child .section-sub { text-align: center; }
    .why-grid > div:first-child .why-features { text-align: left; }
    .why-grid > div:first-child .btn-primary {
        width: 100%; justify-content: center;
        margin-left: 0 !important; margin-right: 0 !important;
    }
    .why-feat {
        padding: 12px 14px;
        background: var(--blue-lighter);
        border: 1px solid rgba(27,22,158,.1);
    }
    .why-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .why-stat { padding: 16px 12px; }
    .ws-num { font-size: 1.8rem; }
    .rating-box { padding: 18px 16px; }

    /* ── PROCESS STEPS — 2-column card layout ───────────────────────────── */
    .process { padding: 44px 0; }
    .proc-steps {
        display: grid; grid-template-columns: 1fr 1fr;
        gap: 12px; margin-top: 28px;
    }
    .proc-step {
        border-right: none; border-bottom: none;
        padding: 18px 16px;
        background: var(--white);
        border-radius: var(--radius);
        border: 1px solid #DCE4EE;
    }
    .proc-step:last-child { border-bottom: none; }
    .proc-step::before { display: none; }
    .proc-num { font-size: 1.9rem; margin-bottom: 6px; }
    .proc-title { font-size: .88rem; margin-bottom: 6px; }
    .proc-text { font-size: .79rem; max-width: none; }

    /* ── PROJECTS — horizontal snap scroll slider ───────────────────────── */
    .projects { padding: 44px 0; }
    .projects-head { flex-direction: column; align-items: flex-start; gap: 10px; }
    /* "View All" CTA moved below grid via PHP; hide if it's still inside header */
    .projects-head .btn-primary { display: none; }
    .proj-cta-wrap {
        display: flex; justify-content: center; margin-top: 20px;
    }
    .proj-cta-wrap .btn-primary {
        width: 100%; justify-content: center;
    }
    .proj-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        padding-bottom: 4px;
        scrollbar-width: none;
        /* Use padding instead of negative margin to avoid overflow */
        margin: 0;
        padding-left: 0;
        padding-right: 16px;
    }
    .proj-grid::-webkit-scrollbar { display: none; }
    .proj-card {
        flex: 0 0 86%;
        scroll-snap-align: start;
        height: 260px;
        border-radius: 22px;
    }

    /* ── BENEFITS — horizontal snap scroll slider ───────────────────────── */
    .benefits { padding: 44px 0; }
    .benefits-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        scrollbar-width: none;
        margin: 24px 0 0;
        padding-left: 0;
        padding-right: 16px;
        padding-bottom: 4px;
        /* override coolex 1-col grid */
        grid-template-columns: unset;
    }
    .benefits-grid::-webkit-scrollbar { display: none; }
    .benefit-card {
        flex: 0 0 78%;
        scroll-snap-align: start;
        background: var(--white);
        border-radius: var(--radius);
        border: 1px solid #DCE4EE;
        padding: 22px 18px;
        border-right: none; /* remove coolex dashed right border */
        border-bottom: none;
    }
    .benefit-card::before { display: none; }
    .benefit-icon { width: 54px; height: 54px; font-size: 1.5rem; margin-bottom: 16px; }
    .benefit-title { font-size: .92rem; margin-bottom: 8px; }
    .benefit-text { font-size: .82rem; }

    /* ── TESTIMONIALS ───────────────────────────────────────────────────── */
    .testimonials { padding: 40px 0; overflow: hidden; }
    .testi-slider {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    .testi-track {
        width: 100%;
    }
    .testi-card {
        min-width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .testi-header { flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 20px; }
    .testi-card-inner {
        padding: 22px 18px; border-radius: 20px; max-width: 100%; box-sizing: border-box;
    }
    .testi-card-inner::before { font-size: 3.2rem; top: 12px; right: 14px; }
    .testi-text { font-size: .875rem; line-height: 1.72; margin-bottom: 16px; }
    .testi-stars { margin-bottom: 12px; }
    .testi-dots { margin-top: 16px; }
    .testi-arrow { width: 38px; height: 38px; font-size: .75rem; }

    /* ── BLOG — horizontal snap scroll slider ───────────────────────────── */
    .blog-preview { padding: 44px 0; }
    .blog-preview-head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .blog-preview-head .btn-primary {
        width: 100%; justify-content: center;
    }
    .blog-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        scrollbar-width: none;
        margin: 0;
        padding-left: 0;
        padding-right: 16px;
        padding-bottom: 4px;
        /* override coolex 1-col grid */
        grid-template-columns: unset;
    }
    .blog-grid::-webkit-scrollbar { display: none; }
    .blog-card {
        flex: 0 0 82%;
        scroll-snap-align: start;
        border-radius: 18px;
    }
    .blog-img { height: 170px; border-radius: 18px; }
    .blog-body { padding: 16px; }
    .blog-title { font-size: .92rem; }
    .blog-excerpt { font-size: .82rem; margin-bottom: 10px; }

    /* ── FAQS ───────────────────────────────────────────────────────────── */
    .faqs { padding: 44px 0; }
    .faqs-grid { display: flex; flex-direction: column; gap: 24px; }
    /* Re-show the FAQ contact card (was display:none from 1024px rule) */
    .faq-visual-card {
        display: block; border-radius: 20px; padding: 22px 18px;
        position: static; /* was sticky */
    }
    .faq-vc-title {
        font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700;
        color: var(--dark); margin-bottom: 8px;
    }
    .faq-vc-text { font-size: .84rem; color: var(--grey); margin-bottom: 16px; line-height: 1.65; }
    .faq-vc-contact { display: flex; flex-direction: column; gap: 10px; }
    .faq-vc-item {
        display: flex; align-items: flex-start; gap: 12px;
        padding: 12px 12px;
        background: var(--blue-lighter); border-radius: var(--radius-sm);
    }
    .faq-vc-label { font-size: .7rem; color: var(--grey); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
    .faq-vc-item strong { font-size: .84rem; color: var(--dark); font-weight: 600; }
    .faq-q { font-size: .88rem; padding: 14px 16px; }
    .faq-a { font-size: .84rem; }
    .faq-item.open .faq-a { padding: 0 16px 13px; }

    /* ── CONTACT ────────────────────────────────────────────────────────── */
    .contact { padding: 44px 0; }
    .contact-grid { grid-template-columns: 1fr; gap: 24px; }
    .form-row { grid-template-columns: 1fr; gap: 10px; }
    .contact-form { padding: 20px 16px; border-radius: 20px; }
    .contact-map { height: 150px; border-radius: 16px; overflow: hidden; }
    .contact-item { padding: 12px 14px; }
    .ci-icon { width: 36px; height: 36px; font-size: .95rem; }
    .ci-value { font-size: .86rem; }

    /* ── CTA BANNER ─────────────────────────────────────────────────────── */
    .cta-banner { padding: 44px 0; }
    .cta-layout { gap: 22px; }
    .cta-card { border-radius: 18px; padding: 22px 18px; max-width: 100%; }

    /* ── PAGE HERO ──────────────────────────────────────────────────────── */
    .page-hero { padding: 36px 0 30px; }
    .page-hero h1 { font-size: clamp(1.2rem, 6.5vw, 1.75rem); margin-bottom: 8px; }
    .page-hero p { font-size: .86rem; }
    .ph-chips { gap: 6px; margin-top: 10px; }
    .ph-chip { font-size: .7rem; padding: 3px 9px; }
    .breadcrumb { font-size: .75rem; margin-bottom: 10px; }

    /* ── FOOTER — compact mobile redesign ──────────────────────────────── */
    footer { padding: 32px 0 0; }
    /* Row 1: brand full width   */
    /* Row 2: Quick Links + Services side-by-side */
    /* Row 3: Contact (includes newsletter) full width */
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand brand"
            "links services"
            "contact contact";
        gap: 24px 20px;
    }
    .footer-brand {
        grid-area: brand;
        display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
    }
    .footer-brand p { font-size: .84rem; line-height: 1.65; max-width: 100%; }
    .footer-logo { height: 48px; }
    .footer-col:nth-child(2) { grid-area: links; }
    .footer-col:nth-child(3) { grid-area: services; }
    .footer-col:nth-child(4) { grid-area: contact; }
    .footer-col h4 { font-size: .82rem; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .05em; }
    .footer-col ul li { margin-bottom: 5px; }
    .footer-col ul li a { font-size: .8rem; }
    /* Contact column: compact icon rows */
    .footer-contact-item {
        display: flex; align-items: flex-start; gap: 8px;
        font-size: .8rem; margin-bottom: 8px; line-height: 1.5;
    }
    .fc-icon { flex-shrink: 0; margin-top: 2px; }
    /* Newsletter inside contact col: horizontal row */
    .newsletter-form { flex-direction: row; gap: 8px; margin-top: 10px; }
    .newsletter-form input { flex: 1; min-width: 0; }
    .newsletter-form button { white-space: nowrap; padding: 10px 14px; font-size: .82rem; }
    .footer-bottom {
        flex-direction: column; text-align: center; gap: 6px; padding: 14px 0;
        font-size: .78rem;
    }

    /* ── SINGLE SERVICE / PROJECT ───────────────────────────────────────── */
    .single-service, .single-project { padding: 36px 0; }
    .ss-layout, .sp-layout { grid-template-columns: 1fr; gap: 24px; }
    .ss-sidebar, .sp-sidebar { position: static; }
    .ss-hero-img img { height: 220px; }
    .sp-hero-img img { height: 200px; }
    .ss-features-grid { grid-template-columns: 1fr; }
    .sp-related-grid { grid-template-columns: 1fr; }
    .ss-step { padding: 13px 14px; gap: 11px; }

    /* ── STICKY CTA ─────────────────────────────────────────────────────── */
    .sticky-phone-cta { bottom: 16px; left: 16px; padding: 12px; border-radius: 50%; }
    .sticky-phone-text { display: none; }
}

/* ════════════════ ≤ 380px (very small phones — SE, older Android) ═════════ */
@media (max-width: 380px) {
    .hero-slider h1 { font-size: 1.5rem; }
    .hero-badge { font-size: 8.5px; letter-spacing: .06em; }
    .hero-text { font-size: .82rem; }
    .section-title { font-size: 1.3rem; }
    .hs-num { font-size: 1.3rem; }
    .hs-label { font-size: .6rem; }
    /* Process: single column on very small */
    .proc-steps { grid-template-columns: 1fr; gap: 8px; }
    .proc-step { padding: 16px 14px; }
    /* Why stats: tighten */
    .ws-num { font-size: 1.65rem; }
    /* Proj/blog cards: a bit wider to fill screen */
    .proj-card { flex-basis: 88%; }
    .blog-card { flex-basis: 88%; }
    .benefit-card { flex-basis: 85%; }
    /* Testi */
    .testi-card-inner { padding: 18px 14px; }
    .testi-text { font-size: .83rem; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE UX UPLIFT  v3.0
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── GLOBAL ─────────────────────────────────────────────────────────────── */
/* Only body gets overflow-x:hidden — setting overflow on html creates a
   scroll container that breaks position:sticky on all child elements */
html { max-width: 100vw; }
body { overflow-x: hidden; max-width: 100%; }
*, *::before, *::after { box-sizing: border-box; }

/* Items hidden on desktop; shown below grid on mobile */
.nav-phone-cta        { display: none; }
.proj-cta-wrap        { display: none; }
.blog-cta-wrap        { display: none; }
.blog-head-cta        { display: inline-flex; }  /* visible on desktop */

/* ── CLIENTS MARQUEE (replaces .clients-row) ────────────────────────────── */
.clients-marquee {
    overflow: hidden; position: relative;
    -webkit-mask-image: linear-gradient(to right,transparent,black 8%,black 92%,transparent);
    mask-image: linear-gradient(to right,transparent,black 8%,black 92%,transparent);
    display: flex;
}
.clients-ticker {
    display: flex; align-items: center; gap: 48px;
    flex-shrink: 0; padding-right: 48px;
    animation: clientsTicker 28s linear infinite;
}
.clients-marquee:hover .clients-ticker { animation-play-state: paused; }
@keyframes clientsTicker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.clients-marquee .client-logo {
    opacity: 1; filter: none;
    transition: opacity .22s, transform .22s;
    flex-shrink: 0; background: none; border: none; padding: 0;
}
.clients-marquee .client-logo:hover { opacity: 1; transform: translateY(-2px); }
.clients-marquee .client-logo img { max-height: 64px; max-width: 192px; width: auto; display: block; }
.clients-marquee .client-logo--text {
    opacity: 1;
    filter: none;
    background: var(--blue-lighter);
    border: 1px solid rgba(27,22,158,.10);
    border-radius: 12px;
    padding: 10px 16px;
}
.client-logo-name {
    display: block;
    font-family: var(--ff-number);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .01em;
    color: var(--blue-dark);
    white-space: nowrap;
}

/* ════════════════════ ≤ 768 px (tablet) ═══════════════════════════════════ */
@media (max-width: 768px) {
    .hero-slider { height: 88vh; min-height: 520px; }
    .hero-slide-content { max-width: 100%; padding-bottom: 70px; }
    .hero-slider-controls { bottom: 28px; right: 20px; }
    .svc-slider-wrap { padding-right: 10%; overflow: hidden; }
    .svc-slider-track { overflow: visible; }
    .ph-deco { display: none; }
    .clients-marquee .client-logo img { max-height: 56px; max-width: 172px; }
}

/* ════════════════════ ≤ 640 px (phone — primary target) ═══════════════════ */
@media (max-width: 640px) {

    /* ── GLOBAL ─────────────────────────────────────────────────────────── */
    section { padding: 44px 0; }
    .container { padding: 0 16px; }
    .section-header { margin-bottom: 24px; }
    .section-title { font-size: clamp(1.35rem, 6vw, 1.75rem); }

    /* ── TOPBAR: completely hidden on mobile ──────────────────────────────── */
    .topbar { display: none !important; }

    /* ── NAVBAR ──────────────────────────────────────────────────────────── */
    .navbar { padding: 10px 0; }
    .logo img, .logo .custom-logo-link img { height: 44px; }
    .menu-toggle { display: flex; }
    .nav-links { display: none; }
    .nav-links.open { display: flex; }

    /* Full contact block inside burger drawer */
    .nav-phone-cta {
        display: block;
        margin-top: 8px; padding-top: 14px;
        border-top: 1px solid #E2EAF4;
    }
    .nav-phone-call {
        display: flex; align-items: center; justify-content: center; gap: 8px;
        background: var(--blue); color: #fff;
        font-weight: 700; font-size: .95rem;
        padding: 12px 28px; border-radius: 40px;
        text-decoration: none;
        box-shadow: 0 4px 16px rgba(27,22,158,.25);
        margin-bottom: 12px;
    }
    .nav-phone-meta {
        display: flex; flex-direction: column; gap: 6px;
        background: var(--blue-lighter, #EEF2FB); border-radius: var(--radius-sm);
        padding: 10px 14px;
    }
    .nav-phone-meta span {
        font-size: .8rem; color: var(--grey);
        display: flex; align-items: flex-start; gap: 6px;
    }

    /* ── HERO ────────────────────────────────────────────────────────────── */
    /* 88vh is stable; 100vh recalculates when mobile address bar hides/shows */
    .hero-slider { height: 100svh; height: 88vh; min-height: 520px; max-height: 800px; }
    .hero-slide-content { margin-left: 0; padding: 0 20px 80px; max-width: 100%; justify-content: flex-end; }
    .hero-slider h1 { font-size: clamp(1.65rem, 7.5vw, 2.2rem); margin-bottom: 12px; }
    .hero-text { font-size: .88rem; margin-bottom: 20px; max-width: 100%; }
    .hero-actions { flex-direction: column; gap: 10px; align-items: stretch; }
    .hero-actions .btn-primary,
    .hero-actions .btn-outline-light { width: 100%; justify-content: center; padding: 13px 20px; font-size: .88rem; }
    .hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
    .hero-stats > div { text-align: center; padding: 0 4px; }
    .hero-stats > div:not(:last-child) { border-right: 1px solid rgba(255,255,255,.12); }
    .hs-num { font-size: 1.45rem; font-weight: 800; }
    .hs-label { font-size: .64rem; margin-top: 3px; }
    .hero-slider-controls { bottom: 22px; right: 16px; gap: 6px; }
    .hero-arrow { width: 34px; height: 34px; font-size: .75rem; }
    .hero-dots { bottom: 28px; padding-right: 80px; }
    .hero-dot { width: 6px; height: 6px; }
    .hero-dot.active { width: 18px; }

    /* ── CLIENT LOGOS: full colour, larger on mobile ─────────────────────── */
    .clients { padding: 28px 0; }
    .clients-label { font-size: .68rem; margin-bottom: 18px; }
    .clients-marquee .client-logo { opacity: 1; filter: none; }
    .clients-marquee .client-logo img { max-height: 60px; max-width: 162px; }

    /* ── ABOUT / WHO WE ARE ──────────────────────────────────────────────── */
    .about-grid { display: flex; flex-direction: column; gap: 0; }
    .about-visual { order: 0; position: relative; margin-bottom: 0; }
    .about-content { order: 1; padding-top: 28px; text-align: center; }
    .about-content .section-label { justify-content: center; }
    .about-content .section-sub { margin: 0 auto 16px; }
    .about-img-main { height: 270px; border-radius: 22px; overflow: hidden; }
    .about-badge-box {
        position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
        display: inline-flex; align-items: center; gap: 8px;
        padding: 10px 20px; border-radius: 40px; min-width: auto;
        white-space: nowrap; z-index: 2;
        background: var(--blue); box-shadow: var(--shadow-blue);
    }
    .about-badge-num { font-size: 1.35rem; font-weight: 800; color: #fff; font-family: var(--ff-head); }
    .about-badge-lbl { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.82); text-transform: uppercase; letter-spacing: .04em; }
    .about-list { text-align: left; margin-top: 20px; }
    .about-item {
        display: flex; flex-direction: row; align-items: flex-start; gap: 10px;
        background: var(--blue-lighter, #EEF2FB); border-radius: var(--radius-sm);
        padding: 10px 14px; margin-bottom: 8px;
    }
    .about-item-icon { flex-shrink: 0; font-size: 1.2rem; margin-top: 2px; }
    .about-item-title { font-size: .88rem; font-weight: 600; }
    .about-item-text { display: block !important; font-size: .78rem; color: var(--grey); margin-top: 3px; }
    .about-content .btn-primary { width: 100%; justify-content: center; margin-left: 0 !important; margin-right: 0 !important; margin-top: 24px !important; }
    .about-overlay-img { display: none; }

    /* ── SERVICES SLIDER ─────────────────────────────────────────────────── */
    .services { padding: 44px 0; }
    .services-head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .svc-slider-nav .btn-primary { display: none; }
    .svc-slider-wrap { overflow: hidden; padding-right: 0; }
    .svc-slider-track { overflow: visible; }
    .sc-img { height: 190px; border-radius: 22px; }
    .sc-body { padding: 20px 16px 18px; margin-top: -24px; border-radius: 22px; }
    .sc-icon { width: 46px; height: 46px; font-size: 1rem; margin-bottom: 10px; outline-width: 5px; }
    .sc-title { font-size: .95rem; }
    .sc-text { font-size: .82rem; }

    /* ── MARQUEE TEXT BAND ───────────────────────────────────────────────── */
    .marquee-section { padding: 24px 0; }
    .marquee-text { font-size: 2rem; gap: 22px; }
    .marquee-dot { width: 10px; height: 10px; }

    /* ── WHY CHOOSE US ───────────────────────────────────────────────────── */
    .why-grid { display: flex; flex-direction: column; gap: 26px; }
    .why-grid > div:first-child .section-label { justify-content: center; }
    .why-grid > div:first-child { text-align: center; }
    .why-grid > div:first-child .section-sub { text-align: center; }
    .why-grid > div:first-child .why-features { text-align: left; }
    .why-grid > div:first-child .btn-primary { width: 100%; justify-content: center; margin-left: 0 !important; margin-right: 0 !important; }
    .why-feat { padding: 12px 14px; background: var(--blue-lighter, #EEF2FB); border: 1px solid rgba(27,22,158,.1); }
    .why-stats { grid-template-columns: repeat(2,1fr); gap: 10px; }
    .why-stat { padding: 16px 12px; }
    .ws-num { font-size: 1.8rem; }
    .rating-box { padding: 18px 16px; }

    /* ── PROCESS: touch snap-scroll slider (override Coolex grid) ────────── */
    .proc-steps {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        scrollbar-width: none;
        padding-right: 16px;
        padding-bottom: 4px;
        margin-top: 24px;
        /* neutralise Coolex grid rules */
        grid-template-columns: unset !important;
    }
    .proc-steps::-webkit-scrollbar { display: none; }
    .proc-step {
        flex: 0 0 80%;
        scroll-snap-align: start;
        /* reset Coolex border-bottom */
        border-right: none;
        border-bottom: none !important;
        padding: 20px 18px;
        background: var(--white);
        border-radius: var(--radius);
        border: 1px solid #DCE4EE;
    }
    .proc-step:hover::before { height: 50px; }
    .proc-num { font-size: 1.9rem; margin-bottom: 6px; }
    .proc-title { font-size: .88rem; margin-bottom: 6px; }
    .proc-text { font-size: .79rem; max-width: none; }

    /* ── PROJECTS: snap-scroll ───────────────────────────────────────────── */
    .projects { padding: 44px 0; }
    .projects-head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .proj-head-cta { display: none; }
    .proj-cta-wrap { display: flex; justify-content: center; margin-top: 20px; }
    .proj-cta-wrap .btn-primary { width: 100%; justify-content: center; }
    .proj-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        scrollbar-width: none;
        padding-right: 16px;
        padding-bottom: 4px;
    }
    .proj-grid::-webkit-scrollbar { display: none; }
    .proj-card { flex: 0 0 86%; scroll-snap-align: start; height: 260px; border-radius: 22px; }

    /* ── BENEFITS: snap-scroll (override Coolex grid) ────────────────────── */
    .benefits { padding: 44px 0; }
    .benefits-grid {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        scrollbar-width: none;
        padding-right: 16px;
        padding-bottom: 4px;
        margin-top: 24px;
        grid-template-columns: unset !important;
    }
    .benefits-grid::-webkit-scrollbar { display: none; }
    .benefit-card {
        flex: 0 0 78%;
        scroll-snap-align: start;
        border-right: none;
        border-bottom: none !important;
        padding: 22px 18px;
        background: var(--white);
        border-radius: var(--radius);
        border: 1px solid #DCE4EE;
    }
    .benefit-card::before { display: none; }
    .benefit-icon { width: 54px; height: 54px; font-size: 1.5rem; margin-bottom: 16px; }
    .benefit-title { font-size: .92rem; margin-bottom: 8px; }
    .benefit-text { font-size: .82rem; }

    /* ── TESTIMONIALS ────────────────────────────────────────────────────── */
    .testimonials { padding: 40px 0; }
    .testi-slider { overflow: hidden; width: 100%; max-width: 100%; }
    .testi-track { width: 100%; }
    /* Clear Coolex base overflow:hidden; give card a definite width so children resolve % correctly */
    .testi-card { width: 100%; min-width: 100%; flex-shrink: 0; padding: 0; overflow: visible; box-sizing: border-box; }
    .testi-card-inner { padding: 22px 18px; border-radius: 20px; width: 100%; max-width: 100%; overflow: visible; box-sizing: border-box; }
    .testi-card-inner::before { font-size: 3.5rem; top: 12px; right: 14px; }
    .testi-text { font-size: .875rem; line-height: 1.72; margin-bottom: 16px; white-space: normal; overflow-wrap: break-word; word-break: break-word; }
    .testi-stars { margin-bottom: 12px; }
    .testi-dots { margin-top: 16px; }
    .testi-arrow { width: 38px; height: 38px; font-size: .75rem; }
    .testi-header { flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 20px; }

    /* ── BLOG: snap-scroll ───────────────────────────────────────────────── */
    .blog-preview { padding: 44px 0; }
    .blog-preview-head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .blog-head-cta { display: none; }
    .blog-cta-wrap { display: flex; justify-content: center; margin-top: 20px; }
    .blog-cta-wrap .btn-primary { width: 100%; justify-content: center; }
    .blog-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        scrollbar-width: none;
        padding-right: 16px;
        padding-bottom: 4px;
        grid-template-columns: unset !important;
    }
    .blog-grid::-webkit-scrollbar { display: none; }
    .blog-card { flex: 0 0 82%; scroll-snap-align: start; border-radius: 18px; }
    .blog-img { height: 172px; border-radius: 18px; }
    .blog-body { padding: 16px; }
    .blog-title { font-size: .92rem; }
    .blog-excerpt { font-size: .82rem; margin-bottom: 10px; }

    /* Blog archive listing page: real 1-col grid, no snap-scroll slider */
    .blog-grid-archive {
        display: grid !important;
        grid-template-columns: 1fr;
        overflow-x: visible;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
        padding-right: 0;
        padding-bottom: 0;
        gap: 18px;
        grid-template-columns: 1fr !important;
    }
    .blog-grid-archive .blog-card {
        flex: none !important;
        width: 100% !important;
        scroll-snap-align: none;
        border-radius: 18px;
    }

    /* ── FAQ ─────────────────────────────────────────────────────────────── */
    .faqs { padding: 44px 0; }
    .faqs-grid { display: flex; flex-direction: column; gap: 24px; }
    .faq-visual-card { display: block; border-radius: 20px; padding: 22px 18px; position: static; }
    .faq-vc-title { font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
    .faq-vc-text { font-size: .84rem; color: var(--grey); margin-bottom: 16px; line-height: 1.65; }
    .faq-q { font-size: .88rem; padding: 14px 16px; }
    .faq-a { font-size: .84rem; }
    .faq-item.open .faq-a { padding: 0 16px 13px; }

    /* ── CONTACT ─────────────────────────────────────────────────────────── */
    .contact { padding: 44px 0; }
    .contact-grid { grid-template-columns: 1fr; gap: 24px; }
    .form-row { grid-template-columns: 1fr; gap: 10px; }
    .contact-form { padding: 20px 16px; border-radius: 20px; }
    .contact-map { height: 150px; border-radius: 16px; overflow: hidden; }
    .contact-item { padding: 12px 14px; }
    .ci-icon { width: 36px; height: 36px; font-size: .95rem; }
    .ci-value { font-size: .86rem; }

    /* ── CTA BANNER ──────────────────────────────────────────────────────── */
    .cta-banner { padding: 44px 0; }
    .cta-layout { grid-template-columns: 1fr; gap: 22px; }
    .cta-card { border-radius: 18px; padding: 22px 18px; max-width: 100%; }

    /* ── PAGE HERO ───────────────────────────────────────────────────────── */
    .page-hero { padding: 36px 0 40px; }
    .page-hero h1 { font-size: clamp(1.4rem, 7vw, 1.75rem); margin-bottom: 10px; line-height: 1.25; }
    .page-hero p { font-size: .875rem; line-height: 1.65; }
    .ph-chips { gap: 6px; margin-top: 14px; }
    .ph-chip { font-size: .7rem; padding: 4px 11px; }
    .breadcrumb { font-size: .74rem; margin-bottom: 12px; }

    /* ── FOOTER ──────────────────────────────────────────────────────────── */
    footer { padding: 32px 0 0; }
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "brand brand" "links services" "contact contact";
        gap: 24px 20px;
    }
    .footer-brand { grid-area: brand; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
    .footer-brand p { font-size: .84rem; line-height: 1.65; max-width: 100%; }
    .footer-logo { height: 48px; }
    .footer-col:nth-child(2) { grid-area: links; }
    .footer-col:nth-child(3) { grid-area: services; }
    .footer-col:nth-child(4) { grid-area: contact; }
    .footer-col h4 { font-size: .82rem; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .05em; }
    .footer-col ul li { margin-bottom: 5px; }
    .footer-col ul li a { font-size: .8rem; }
    .footer-contact-item { display: flex; align-items: flex-start; gap: 8px; font-size: .8rem; margin-bottom: 8px; line-height: 1.5; }
    .fc-icon { flex-shrink: 0; margin-top: 2px; }
    .newsletter-form { flex-direction: row; gap: 8px; margin-top: 10px; }
    .newsletter-form input { flex: 1; min-width: 0; }
    .newsletter-form button { white-space: nowrap; padding: 10px 14px; font-size: .82rem; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 6px; padding: 14px 0; font-size: .78rem; }

    /* ── SINGLE SERVICE / PROJECT ─────────────────────────────────────────── */
    .single-service, .single-project { padding: 36px 0; }
    .ss-layout, .sp-layout { grid-template-columns: 1fr; gap: 24px; }
    .ss-sidebar, .sp-sidebar { position: static; }
    .ss-hero-img img { height: 220px; }
    .sp-hero-img img { height: 200px; }
    .ss-features-grid { grid-template-columns: 1fr; }
    .sp-related-grid { grid-template-columns: 1fr; }
    .ss-step { padding: 13px 14px; gap: 11px; }

    /* ── HEADER: enforce sticky on mobile ───────────────────────────────── */
    header {
        position: sticky !important;
        top: 0 !important;
        z-index: 1000;
        background: rgba(255,255,255,.98);
        box-shadow: 0 1px 0 rgba(0,0,0,.07);
    }

    /* ── STICKY CTA ──────────────────────────────────────────────────────── */
    .sticky-phone-cta { bottom: 16px; left: 16px; padding: 12px; border-radius: 50%; }
    .sticky-phone-text { display: none; }
}

/* ════════════════════ ≤ 380 px (very small phones) ════════════════════════ */
@media (max-width: 380px) {
    .hero-slider h1 { font-size: 1.5rem; }
    .hero-text { font-size: .82rem; }
    .section-title { font-size: 1.3rem; }
    .hs-num { font-size: 1.3rem; }
    .hs-label { font-size: .6rem; }
    .proc-step  { flex-basis: 86%; padding: 16px 14px; }
    .ws-num { font-size: 1.65rem; }
    .proj-card  { flex-basis: 90%; }
    .blog-card  { flex-basis: 88%; }
    .benefit-card { flex-basis: 87%; }
    .testi-card-inner { padding: 18px 14px; }
    .testi-text { font-size: .83rem; }
}
