/* ============================================================
   ZimBuild Construction – Main Stylesheet
   Theme: Zimbabwe — White, Black & Green
   ============================================================ */

/* ── Variables ──────────────────────────────────────────── */
:root {
    --bg-dark:    #f4f7f4;
    --bg-card:    #ffffff;
    --bg-card2:   #eef4ee;
    --bg-section: #f9fbf9;
    --zim-green:  #4caf82;
    --zim-green2: #3d9e72;
    --zim-yellow: #2e8b57;
    --zim-gold:   #1f6b40;
    --zim-red:    #1a1a1a;
    --zim-black:  #1a1a1a;
    --accent:     #4caf82;
    --accent2:    #3d9e72;
    --text:       #1e2d1e;
    --text-muted: #607060;
    --text-dim:   #8fa08f;
    --border:     #d4e4d4;
    --border2:    #c2d9c2;
    --shadow:     0 4px 24px rgba(0,0,0,.08);
    --shadow-lg:  0 8px 48px rgba(0,0,0,.12);
    --radius:     8px;
    --radius-lg:  16px;
    --transition: .3s ease;
    --font-head:  'Montserrat', sans-serif;
    --font-body:  'Ubuntu', sans-serif;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--font-body);
    background: var(--bg-dark);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--zim-yellow); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
input, textarea, select, button { font-family: inherit; }

/* ── Scrollbar ──────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--zim-green); border-radius: 3px; }

/* ── Progress Bar ───────────────────────────────────────── */
#progress-bar {
    position: fixed; top: 0; left: 0; height: 3px;
    background: linear-gradient(90deg, var(--zim-green), #1f6b40, #0d3320);
    width: 0%; z-index: 9999; transition: width .1s;
}

/* ── Container ──────────────────────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .75rem 1.75rem; border-radius: var(--radius);
    font-family: var(--font-head); font-weight: 600; font-size: .9rem;
    letter-spacing: .05em; text-transform: uppercase;
    cursor: pointer; border: 2px solid transparent;
    transition: all var(--transition);
}
.btn-primary {
    background: var(--zim-green); color: #fff;
    border-color: var(--zim-green);
}
.btn-primary:hover {
    background: var(--zim-green2); border-color: var(--zim-green2);
    transform: translateY(-2px); box-shadow: 0 6px 20px rgba(76,175,130,.3);
    color: #fff;
}
.btn-outline {
    background: transparent; color: var(--text);
    border-color: var(--border2);
}
.btn-outline:hover {
    border-color: var(--zim-yellow); color: var(--zim-yellow);
    transform: translateY(-2px);
}
.btn-green {
    background: var(--zim-green); color: #fff;
    border-color: var(--zim-green);
}
.btn-green:hover {
    background: var(--zim-green2); border-color: var(--zim-green2);
    transform: translateY(-2px); color: #fff;
}
.btn-red { background: var(--zim-red); color: #fff; border-color: var(--zim-red); }
.btn-red:hover { opacity: .85; transform: translateY(-2px); color: #fff; }
.btn-whatsapp {
    background: #25D366; color: #fff; border-color: #25D366;
    margin-top: 1rem; width: 100%; justify-content: center;
}
.btn-whatsapp:hover { background: #1db954; border-color: #1db954; color: #fff; }
.btn-sm { padding: .5rem 1.2rem; font-size: .8rem; }
.btn-lg { padding: 1rem 2.5rem; font-size: 1rem; }

/* ── Section Headings ───────────────────────────────────── */
.section-label {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(76,175,130,.12); color: var(--zim-green);
    border: 1px solid rgba(76,175,130,.35); border-radius: 50px;
    padding: .35rem 1rem; font-size: .8rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; margin-bottom: .75rem;
}
.section-title {
    font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900; line-height: 1.15; margin-bottom: .75rem;
    color: var(--text);
}
.section-title span { color: var(--zim-green); }
.section-subtitle {
    font-size: 1.05rem; color: var(--text-muted); max-width: 600px;
    margin-bottom: 2.5rem;
}
.section-header { text-align: center; }
.section-header .section-subtitle { margin-left: auto; margin-right: auto; }

.zim-pattern-divider {
    height: 4px; width: 60px; margin: 0 0 1.5rem;
    background: linear-gradient(90deg, var(--zim-green), #1f6b40, #0d3320);
    border-radius: 2px;
}
.section-header .zim-pattern-divider { margin: 0 auto 1.5rem; }

/* ── African Geometric Pattern Background ───────────────── */
.african-pattern-bg {
    background-image:
        repeating-linear-gradient(45deg, rgba(76,175,130,.04) 0px, rgba(76,175,130,.04) 1px, transparent 1px, transparent 50%),
        repeating-linear-gradient(-45deg, rgba(61,158,114,.04) 0px, rgba(61,158,114,.04) 1px, transparent 1px, transparent 50%);
    background-size: 30px 30px;
}

/* ── Top Bar ────────────────────────────────────────────── */
.top-bar {
    background: #e8f2e8; border-bottom: 1px solid var(--border);
    padding: .45rem 0; font-size: .8rem; color: var(--text-muted);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 1.5rem; }
.top-bar a { color: var(--text-muted); }
.top-bar a:hover { color: var(--zim-yellow); }
.top-bar i { margin-right: .35rem; color: var(--zim-green); }
.social-mini { display: flex; gap: .75rem; }
.social-mini a { color: var(--text-muted); font-size: .85rem; }
.social-mini a:hover { color: var(--zim-yellow); }

/* ── Navigation ─────────────────────────────────────────── */
#main-header {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(244,247,244,.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: all var(--transition);
}
#main-header.scrolled {
    box-shadow: 0 4px 30px rgba(0,0,0,.6);
    border-bottom-color: var(--zim-green);
}
.nav-container {
    display: flex; align-items: center;
    justify-content: space-between; gap: 1.5rem;
    padding-top: .75rem; padding-bottom: .75rem;
}
.logo {
    display: flex; align-items: center; gap: .75rem;
    text-decoration: none; color: var(--text);
}
.logo-icon {
    width: 44px; height: 44px; background: var(--zim-green);
    border-radius: var(--radius); display: flex; align-items: center;
    justify-content: center; font-size: 1.3rem; color: var(--zim-yellow);
    flex-shrink: 0;
}
.logo-text { line-height: 1.1; }
.logo-main {
    display: block; font-family: var(--font-head); font-weight: 900;
    font-size: 1.25rem; color: var(--zim-yellow); letter-spacing: .05em;
}
.logo-sub {
    display: block; font-size: .65rem; letter-spacing: .15em;
    text-transform: uppercase; color: var(--text-muted);
}
#main-nav ul { display: flex; gap: .25rem; }
#main-nav a {
    display: block; padding: .5rem .85rem;
    color: var(--text-muted); font-size: .88rem; font-weight: 600;
    letter-spacing: .03em; text-transform: uppercase; border-radius: var(--radius);
    transition: all var(--transition); position: relative;
}
#main-nav a::after {
    content: ''; position: absolute; bottom: 2px; left: 50%; right: 50%;
    height: 2px; background: var(--zim-yellow); transition: all var(--transition);
    border-radius: 1px;
}
#main-nav a:hover, #main-nav a.active { color: var(--zim-yellow); }
#main-nav a:hover::after, #main-nav a.active::after { left: .85rem; right: .85rem; }
.has-dropdown { position: relative; }
.dropdown {
    position: absolute; top: calc(100% + 8px); left: 0;
    background: var(--bg-card); border: 1px solid var(--border2);
    border-radius: var(--radius-lg); min-width: 220px;
    box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden;
    transform: translateY(-8px); transition: all var(--transition);
    padding: .5rem; z-index: 100;
}
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a {
    padding: .6rem 1rem; font-size: .82rem; color: var(--text-muted);
    display: flex; align-items: center; gap: .75rem; border-radius: var(--radius);
}
.dropdown li a i { color: var(--zim-green); width: 16px; }
.dropdown li a:hover { background: rgba(46,139,87,.08); color: var(--zim-yellow); }
.dropdown li a::after { display: none; }
.nav-actions { display: flex; gap: .75rem; flex-shrink: 0; }
.hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: .5rem;
}
.hamburger span {
    display: block; width: 24px; height: 2px;
    background: var(--text); border-radius: 1px; transition: all var(--transition);
}
#mobile-nav {
    position: fixed; top: 0; right: -320px; width: 300px; height: 100vh;
    background: var(--bg-card); border-left: 1px solid var(--border2);
    z-index: 2000; transition: right var(--transition);
    padding: 1.5rem; overflow-y: auto;
}
#mobile-nav.open { right: 0; }
#mobile-nav-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.7);
    z-index: 1999; opacity: 0; visibility: hidden; transition: all var(--transition);
}
#mobile-nav-overlay.show { opacity: 1; visibility: visible; }
#close-mobile-nav {
    background: none; border: none; color: var(--text); font-size: 1.5rem;
    cursor: pointer; float: right; padding: .25rem;
}
.mobile-logo { font-size: 1.5rem; font-weight: 900; color: var(--zim-yellow); margin: 1rem 0 1.5rem; }
#mobile-nav ul li a {
    display: flex; align-items: center; gap: .75rem;
    padding: .75rem; color: var(--text-muted); font-weight: 600;
    border-radius: var(--radius); margin-bottom: .25rem;
    transition: all var(--transition);
}
#mobile-nav ul li a:hover { background: rgba(46,139,87,.1); color: var(--zim-yellow); }
#mobile-nav ul li a i { color: var(--zim-green); width: 20px; }

/* ── Hero Section ───────────────────────────────────────── */
.hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #050a05 0%, #0a1a0a 50%, #050505 100%);
}
.hero-video-bg {
    position: absolute; inset: 0; z-index: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(0,100,0,.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(46,139,87,.08) 0%, transparent 50%),
                radial-gradient(ellipse at 60% 80%, rgba(26,26,26,.06) 0%, transparent 50%);
}
.hero-pattern {
    position: absolute; inset: 0; z-index: 0; opacity: .4;
    background-image:
        repeating-linear-gradient(60deg, rgba(0,100,0,.06) 0px, rgba(0,100,0,.06) 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(-60deg, rgba(46,139,87,.06) 0px, rgba(46,139,87,.06) 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(0deg, rgba(26,26,26,.04) 0px, rgba(26,26,26,.04) 1px, transparent 1px, transparent 40px);
}
.hero-content {
    position: relative; z-index: 2; max-width: 800px;
    padding: 6rem 0 4rem;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(0,100,0,.2); border: 1px solid rgba(0,100,0,.4);
    color: #4dff4d; border-radius: 50px; padding: .4rem 1rem;
    font-size: .78rem; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; margin-bottom: 1.25rem;
}
.hero-badge::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: #4dff4d; animation: pulse-green 1.5s infinite;
}
@keyframes pulse-green {
    0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(77,255,77,.4); }
    50% { opacity: .7; box-shadow: 0 0 0 6px rgba(77,255,77,0); }
}
.hero-title {
    font-family: var(--font-head); font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900; line-height: 1.05; margin-bottom: 1.25rem;
    color: #fff;
}
.hero-title .line1 { display: block; }
.hero-title .line2 {
    display: block; color: var(--zim-yellow);
    -webkit-text-stroke: 1px var(--zim-gold);
}
.hero-title .line3 { display: block; font-size: .6em; font-weight: 300; color: var(--text-muted); }
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem); color: var(--text-muted);
    max-width: 560px; margin-bottom: 2rem;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.hero-stat { text-align: left; }
.hero-stat-num {
    font-family: var(--font-head); font-size: 2.2rem; font-weight: 900;
    color: var(--zim-yellow); line-height: 1;
}
.hero-stat-label { font-size: .78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; }
.hero-stat-sep { width: 1px; background: var(--border2); align-self: stretch; }
.hero-img-side {
    position: absolute; right: 0; top: 0; bottom: 0; width: 45%;
    z-index: 1; overflow: hidden;
}
.hero-img-side::before {
    content: ''; position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(90deg, var(--bg-dark) 0%, transparent 40%);
}
.hero-img-side::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: rgba(0,0,0,.5);
}
.hero-img-side img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #1a2a1a, #0a180a);
    display: flex; align-items: center; justify-content: center;
    font-size: 8rem; color: rgba(0,100,0,.3);
}
.hero-scroll-hint {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    z-index: 2; text-align: center; color: var(--text-muted); font-size: .8rem;
    animation: bounce 2s infinite;
}
.hero-scroll-hint i { display: block; font-size: 1.2rem; color: var(--zim-yellow); }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ── Section Spacing ────────────────────────────────────── */
section { padding: 5rem 0; }
section.tight { padding: 3rem 0; }

/* ── Features / Why Us ──────────────────────────────────── */
.features-section { background: var(--bg-section); }
.features-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem; margin-top: 3rem;
}
.feature-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.75rem 1.5rem;
    text-align: center; transition: all var(--transition);
    position: relative; overflow: hidden;
}
.feature-card::before {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--zim-green), var(--zim-green2));
    transform: scaleX(0); transition: transform var(--transition);
}
.feature-card:hover { transform: translateY(-4px); border-color: var(--zim-green); box-shadow: var(--shadow); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon {
    width: 60px; height: 60px; margin: 0 auto 1rem;
    background: rgba(0,100,0,.15); border: 1px solid rgba(0,100,0,.3);
    border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--zim-yellow);
}
.feature-card h4 { font-family: var(--font-head); font-weight: 700; margin-bottom: .5rem; }
.feature-card p { font-size: .88rem; color: var(--text-muted); }

/* ── Services Grid ──────────────────────────────────────── */
.services-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem; margin-top: 2rem;
}
.service-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    transition: all var(--transition); position: relative;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--zim-green); }
.service-img {
    height: 200px; background: linear-gradient(135deg, #1a2a1a, #0a100a);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem; color: rgba(46,139,87,.2); position: relative; overflow: hidden;
}
.service-img::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
    background: linear-gradient(transparent, var(--bg-card));
}
.service-img .service-cat-badge {
    position: absolute; top: 1rem; right: 1rem; z-index: 2;
    background: var(--zim-green); color: #fff;
    padding: .25rem .75rem; border-radius: 50px; font-size: .7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .08em;
}
.service-body { padding: 1.5rem; }
.service-body h3 {
    font-family: var(--font-head); font-weight: 700; font-size: 1.1rem;
    margin-bottom: .5rem; color: var(--text);
}
.service-body p { font-size: .88rem; color: var(--text-muted); margin-bottom: 1rem; }
.service-features { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1.25rem; }
.service-features li {
    font-size: .82rem; color: var(--text-muted);
    display: flex; align-items: center; gap: .5rem;
}
.service-features li i { color: var(--zim-green); flex-shrink: 0; font-size: .7rem; }

/* ── Portfolio Grid ─────────────────────────────────────── */
.portfolio-section { background: var(--bg-dark); }
.portfolio-filters {
    display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2rem;
}
.filter-btn {
    background: var(--bg-card); border: 1px solid var(--border2);
    color: var(--text-muted); padding: .5rem 1.25rem;
    border-radius: 50px; font-size: .82rem; font-weight: 600;
    cursor: pointer; transition: all var(--transition); text-transform: uppercase;
    letter-spacing: .05em;
}
.filter-btn:hover, .filter-btn.active {
    background: var(--zim-green); border-color: var(--zim-green); color: #fff;
}
.portfolio-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}
.portfolio-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden;
    transition: all var(--transition); cursor: pointer; position: relative;
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.portfolio-card:hover .portfolio-overlay { opacity: 1; }
.portfolio-card:hover .portfolio-img-wrap img { transform: scale(1.05); }
.portfolio-img-wrap { height: 240px; overflow: hidden; position: relative; }
.portfolio-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-img-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #1a2a1a, #0a100a);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem; color: rgba(0,100,0,.3);
}
.portfolio-overlay {
    position: absolute; inset: 0; background: rgba(0,100,0,.85);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--transition);
}
.portfolio-overlay-inner { text-align: center; color: #fff; }
.portfolio-overlay-inner i { font-size: 2rem; margin-bottom: .5rem; color: var(--zim-yellow); }
.portfolio-info { padding: 1.25rem 1.5rem; }
.portfolio-info h4 { font-family: var(--font-head); font-weight: 700; margin-bottom: .35rem; }
.portfolio-meta { display: flex; gap: 1rem; font-size: .78rem; color: var(--text-dim); }
.portfolio-meta span { display: flex; align-items: center; gap: .35rem; }
.portfolio-meta i { color: var(--zim-green); }
.portfolio-tag {
    position: absolute; top: 1rem; left: 1rem;
    background: rgba(0,0,0,.7); border: 1px solid var(--zim-green);
    color: var(--zim-yellow); padding: .25rem .75rem;
    border-radius: 50px; font-size: .7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .08em;
}

/* ── Stats / Counter ────────────────────────────────────── */
.stats-section {
    background: linear-gradient(135deg, var(--zim-green) 0%, #003d00 100%);
    padding: 4rem 0; position: relative; overflow: hidden;
}
.stats-section::before {
    content: ''; position: absolute; inset: 0;
    background-image: repeating-linear-gradient(45deg, rgba(46,139,87,.05) 0, rgba(46,139,87,.05) 1px, transparent 1px, transparent 30px);
}
.stats-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem; position: relative; z-index: 1;
}
.stat-item { text-align: center; color: #fff; }
.stat-num {
    font-family: var(--font-head); font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900; color: var(--zim-yellow); line-height: 1; display: block;
}
.stat-label { font-size: .9rem; opacity: .85; text-transform: uppercase; letter-spacing: .08em; }
.stat-icon { font-size: 2rem; margin-bottom: .5rem; opacity: .5; }

/* ── Testimonials ───────────────────────────────────────── */
.testimonials-section { background: var(--bg-section); }
.testimonials-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem; margin-top: 2rem;
}
.testimonial-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.75rem;
    transition: all var(--transition); position: relative;
}
.testimonial-card:hover { border-color: var(--zim-green); transform: translateY(-4px); box-shadow: var(--shadow); }
.testimonial-card::before {
    content: '"'; position: absolute; top: 1rem; right: 1.5rem;
    font-size: 5rem; color: rgba(0,100,0,.15); font-family: Georgia, serif; line-height: 1;
}
.stars { color: var(--zim-yellow); font-size: .9rem; margin-bottom: 1rem; }
.testimonial-text { font-size: .92rem; color: var(--text-muted); margin-bottom: 1.25rem; font-style: italic; line-height: 1.8; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, var(--zim-green), var(--zim-green2));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: #fff;
    flex-shrink: 0;
}
.testimonial-name { font-weight: 700; font-size: .9rem; }
.testimonial-company { font-size: .78rem; color: var(--text-dim); }

/* ── Process Steps ──────────────────────────────────────── */
.process-section { background: var(--bg-dark); }
.process-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0; margin-top: 3rem; position: relative;
}
.process-grid::before {
    content: ''; position: absolute; top: 40px; left: 10%; right: 10%; height: 2px;
    background: linear-gradient(90deg, var(--zim-green), var(--zim-green2), #1a1a1a, var(--zim-green));
    z-index: 0;
}
.process-step { text-align: center; padding: 1.5rem; position: relative; z-index: 1; }
.process-num {
    width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1.25rem;
    background: var(--bg-card); border: 3px solid var(--zim-green);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-head); font-weight: 900; font-size: 1.5rem;
    color: var(--zim-yellow); position: relative;
}
.process-num i { font-size: 1.75rem; color: var(--zim-green); }
.process-step h4 { font-family: var(--font-head); font-weight: 700; margin-bottom: .5rem; }
.process-step p { font-size: .85rem; color: var(--text-muted); }

/* ── Quote Form ─────────────────────────────────────────── */
.quote-section { background: var(--bg-section); }
.quote-wrapper {
    display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}
.quote-info h2 { font-family: var(--font-head); font-size: 2rem; font-weight: 900; margin-bottom: 1rem; }
.quote-info-items { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; }
.quote-info-item { display: flex; align-items: flex-start; gap: 1rem; }
.quote-info-icon {
    width: 44px; height: 44px; border-radius: var(--radius); flex-shrink: 0;
    background: rgba(0,100,0,.15); border: 1px solid rgba(0,100,0,.3);
    display: flex; align-items: center; justify-content: center; color: var(--zim-yellow);
}
.quote-info-text h5 { font-weight: 700; margin-bottom: .2rem; font-size: .9rem; }
.quote-info-text p { font-size: .82rem; color: var(--text-muted); }

/* Multi-step form */
.multi-form { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.form-steps {
    display: flex; background: var(--bg-card2);
    border-bottom: 1px solid var(--border);
}
.form-step-indicator {
    flex: 1; padding: .75rem .5rem; text-align: center;
    font-size: .72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .05em; color: var(--text-dim);
    border-right: 1px solid var(--border); transition: all var(--transition);
    cursor: default;
}
.form-step-indicator:last-child { border-right: none; }
.form-step-indicator.active { color: var(--zim-yellow); background: rgba(46,139,87,.08); }
.form-step-indicator.done { color: var(--zim-green); }
.form-step-indicator .step-num {
    display: block; font-size: 1.2rem; margin-bottom: .2rem;
}
.form-body { padding: 2rem; }
.form-panel { display: none; }
.form-panel.active { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
    display: block; font-size: .82rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em;
    color: var(--text-muted); margin-bottom: .4rem;
}
.form-group label .required { color: var(--zim-red); }
.form-control {
    width: 100%; background: var(--bg-card2);
    border: 1px solid var(--border2); border-radius: var(--radius);
    color: var(--text); padding: .75rem 1rem; font-size: .9rem;
    transition: border-color var(--transition);
}
.form-control:focus { outline: none; border-color: var(--zim-green); box-shadow: 0 0 0 3px rgba(0,100,0,.15); }
.form-control::placeholder { color: var(--text-dim); }
select.form-control { appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 1rem center;
}
.file-drop {
    border: 2px dashed var(--border2); border-radius: var(--radius-lg);
    padding: 2.5rem; text-align: center; cursor: pointer;
    transition: all var(--transition); background: var(--bg-card2);
}
.file-drop:hover, .file-drop.dragover { border-color: var(--zim-green); background: rgba(0,100,0,.06); }
.file-drop i { font-size: 2.5rem; color: var(--zim-green); margin-bottom: .75rem; }
.file-drop h4 { font-weight: 700; margin-bottom: .35rem; }
.file-drop p { font-size: .8rem; color: var(--text-muted); }
.file-list { margin-top: 1rem; display: flex; flex-direction: column; gap: .5rem; }
.file-item {
    display: flex; align-items: center; gap: .75rem; padding: .6rem .75rem;
    background: rgba(0,100,0,.1); border: 1px solid rgba(0,100,0,.2);
    border-radius: var(--radius); font-size: .82rem;
}
.file-item i { color: var(--zim-green); }
.file-item .file-remove { margin-left: auto; color: var(--zim-red); cursor: pointer; background: none; border: none; }
.form-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.estimate-preview {
    background: rgba(0,100,0,.1); border: 1px solid rgba(0,100,0,.2);
    border-radius: var(--radius-lg); padding: 1.25rem; margin-bottom: 1.5rem;
}
.estimate-preview h4 { font-weight: 700; margin-bottom: .5rem; color: var(--zim-yellow); }
.estimate-range { font-size: 1.6rem; font-weight: 900; font-family: var(--font-head); color: var(--zim-green); }
.estimate-note { font-size: .75rem; color: var(--text-muted); margin-top: .35rem; }

/* ── Contact ────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; }
.contact-info-cards { display: flex; flex-direction: column; gap: 1rem; }
.contact-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.25rem;
    display: flex; align-items: flex-start; gap: 1rem;
    transition: all var(--transition);
}
.contact-card:hover { border-color: var(--zim-green); transform: translateX(4px); }
.contact-card-icon {
    width: 44px; height: 44px; border-radius: var(--radius); flex-shrink: 0;
    background: rgba(0,100,0,.2); display: flex; align-items: center; justify-content: center;
    color: var(--zim-yellow); font-size: 1.1rem;
}
.contact-card h5 { font-weight: 700; margin-bottom: .25rem; font-size: .9rem; }
.contact-card p, .contact-card a { font-size: .85rem; color: var(--text-muted); }
.contact-form-wrap { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; }

/* ── Blog ───────────────────────────────────────────────── */
.blog-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem; margin-top: 2rem;
}
.blog-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--zim-green); }
.blog-img {
    height: 200px; background: linear-gradient(135deg, #1a2a1a, #0a100a);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem; color: rgba(0,100,0,.3);
}
.blog-body { padding: 1.5rem; }
.blog-cat {
    font-size: .72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .1em; color: var(--zim-green); margin-bottom: .5rem;
    display: inline-flex; align-items: center; gap: .35rem;
}
.blog-body h3 { font-family: var(--font-head); font-weight: 700; margin-bottom: .6rem; font-size: 1rem; line-height: 1.4; }
.blog-body h3 a { color: var(--text); }
.blog-body h3 a:hover { color: var(--zim-yellow); }
.blog-body p { font-size: .85rem; color: var(--text-muted); margin-bottom: 1rem; }
.blog-meta { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: var(--text-dim); }

/* ── FAQ ────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: .75rem; max-width: 800px; margin: 0 auto; }
.faq-item {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden; transition: border-color var(--transition);
}
.faq-item.open { border-color: var(--zim-green); }
.faq-question {
    padding: 1.25rem 1.5rem; font-weight: 700;
    display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; gap: 1rem;
}
.faq-question i { color: var(--zim-green); transition: transform var(--transition); flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 1.5rem 1.25rem; color: var(--text-muted); font-size: .9rem; line-height: 1.8; }
.faq-item.open .faq-answer { display: block; }

/* ── Team ───────────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
.team-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden; text-align: center;
    transition: all var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--zim-green); }
.team-img {
    height: 180px; background: linear-gradient(135deg, var(--zim-green) 0%, #003d00 100%);
    display: flex; align-items: center; justify-content: center;
    font-size: 5rem; color: rgba(46,139,87,.2);
}
.team-body { padding: 1.25rem; }
.team-body h4 { font-family: var(--font-head); font-weight: 700; margin-bottom: .2rem; }
.team-role { font-size: .8rem; color: var(--zim-green); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
.team-body p { font-size: .82rem; color: var(--text-muted); }
.team-socials { display: flex; justify-content: center; gap: .75rem; margin-top: .75rem; }
.team-socials a { color: var(--text-dim); font-size: .9rem; }
.team-socials a:hover { color: var(--zim-yellow); }

/* ── About Page ─────────────────────────────────────────── */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-img {
    background: linear-gradient(135deg, var(--zim-green) 0%, #003d00 100%);
    border-radius: var(--radius-lg); padding: 3rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 10rem; color: rgba(46,139,87,.3); min-height: 350px;
    position: relative; overflow: hidden;
}
.about-img::before {
    content: '';position:absolute;inset:0;
    background-image: repeating-linear-gradient(45deg, rgba(46,139,87,.06) 0, rgba(46,139,87,.06) 1px, transparent 1px, transparent 30px);
}
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.value-pill {
    background: rgba(0,100,0,.15); border: 1px solid rgba(0,100,0,.3);
    border-radius: var(--radius); padding: .75rem 1rem;
    display: flex; align-items: center; gap: .6rem; font-size: .85rem; font-weight: 600;
}
.value-pill i { color: var(--zim-yellow); }

/* ── Track Quote ────────────────────────────────────────── */
.track-section { max-width: 600px; margin: 0 auto; }
.quote-status-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 2rem; margin-top: 1.5rem;
}
.status-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .4rem 1rem; border-radius: 50px;
    font-size: .8rem; font-weight: 700; text-transform: uppercase;
}
.status-pending { background: rgba(46,139,87,.15); color: var(--zim-yellow); border: 1px solid rgba(46,139,87,.3); }
.status-reviewed { background: rgba(0,100,200,.15); color: #4db8ff; border: 1px solid rgba(0,100,200,.3); }
.status-approved { background: rgba(0,200,100,.15); color: #00ff88; border: 1px solid rgba(0,200,100,.3); }
.status-rejected { background: rgba(26,26,26,.1); color: var(--zim-red); border: 1px solid rgba(26,26,26,.25); }
.quote-detail-row { display: flex; justify-content: space-between; padding: .75rem 0; border-bottom: 1px solid var(--border); font-size: .88rem; }
.quote-detail-row:last-child { border-bottom: none; }
.quote-detail-row dt { color: var(--text-muted); }
.quote-detail-row dd { font-weight: 600; text-align: right; }

/* ── Page Hero Banner ───────────────────────────────────── */
.page-hero {
    background: linear-gradient(135deg, #050a05 0%, #0a1a0a 60%, #050505 100%);
    padding: 5rem 0 3rem; border-bottom: 1px solid var(--border); position: relative; overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background: repeating-linear-gradient(45deg, rgba(46,139,87,.03) 0, rgba(46,139,87,.03) 1px, transparent 1px, transparent 50px);
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .82rem; color: var(--text-dim); margin-bottom: 1rem; }
.breadcrumb a { color: var(--zim-green); }
.breadcrumb-sep { color: var(--text-dim); }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; }
.page-hero h1 span { color: var(--zim-yellow); }
.page-hero p { font-size: 1.05rem; color: var(--text-muted); max-width: 550px; margin-top: .75rem; }

/* ── Admin Styles ───────────────────────────────────────── */
.admin-body { background: #0d1117; }
.admin-sidebar {
    position: fixed; left: 0; top: 0; bottom: 0; width: 240px;
    background: var(--bg-card); border-right: 1px solid var(--border);
    z-index: 100; overflow-y: auto; padding: 1.5rem 0;
}
.admin-logo { padding: .5rem 1.5rem 1.5rem; border-bottom: 1px solid var(--border); margin-bottom: 1rem; }
.admin-logo span { font-family: var(--font-head); font-weight: 900; color: var(--zim-yellow); font-size: 1.1rem; }
.admin-logo small { display: block; font-size: .7rem; color: var(--text-dim); }
.admin-nav-item {
    display: flex; align-items: center; gap: .75rem;
    padding: .75rem 1.5rem; color: var(--text-muted); font-weight: 600; font-size: .88rem;
    transition: all var(--transition); border-left: 3px solid transparent;
}
.admin-nav-item:hover, .admin-nav-item.active {
    background: rgba(46,139,87,.12); color: var(--zim-green);
    border-left-color: var(--zim-green);
}
.admin-nav-item i { width: 18px; color: var(--zim-green); }
.admin-main { margin-left: 240px; padding: 2rem; min-height: 100vh; }
.admin-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.admin-header h1 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; }
.admin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; margin-bottom: 2rem; }
.admin-stat {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.5rem;
}
.admin-stat h3 { font-size: 2rem; font-weight: 900; font-family: var(--font-head); color: var(--zim-yellow); }
.admin-stat p { font-size: .82rem; color: var(--text-muted); }
.admin-stat i { font-size: 1.5rem; color: var(--zim-green); margin-bottom: .5rem; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th {
    background: var(--bg-card2); text-align: left; padding: .75rem 1rem;
    font-size: .78rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; color: var(--text-muted); border-bottom: 1px solid var(--border);
}
.data-table td { padding: .85rem 1rem; border-bottom: 1px solid var(--border); font-size: .88rem; }
.data-table tr:hover td { background: rgba(76,175,130,.05); }
.table-wrap { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }

/* ── Forms / Alerts ─────────────────────────────────────── */
.alert {
    padding: 1rem 1.25rem; border-radius: var(--radius); margin-bottom: 1rem;
    display: flex; align-items: flex-start; gap: .75rem; font-size: .88rem;
}
.alert-success { background: rgba(0,200,100,.1); border: 1px solid rgba(0,200,100,.3); color: #00e676; }
.alert-error { background: rgba(26,26,26,.08); border: 1px solid rgba(26,26,26,.25); color: #ff4d6b; }
.alert-info { background: rgba(0,150,255,.1); border: 1px solid rgba(0,150,255,.3); color: #4db8ff; }
.alert i { flex-shrink: 0; margin-top: .1rem; }
.form-msg { margin-top: .75rem; font-size: .85rem; }
.form-msg.success { color: #00e676; }
.form-msg.error { color: #ff4d6b; }

/* ── Newsletter Section ─────────────────────────────────── */
.newsletter-section { background: var(--bg-card2); border-top: 1px solid var(--border); }
.newsletter-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.newsletter-inner h3 { font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; margin-bottom: .5rem; }
.newsletter-inner p { color: var(--text-muted); margin-bottom: 1.5rem; }
.newsletter-input-group { display: flex; gap: .5rem; }
.newsletter-input-group input {
    flex: 1; background: var(--bg-dark); border: 1px solid var(--border2);
    border-radius: var(--radius); color: var(--text); padding: .75rem 1rem; font-size: .9rem;
}
.newsletter-input-group input:focus { outline: none; border-color: var(--zim-green); }

/* ── Footer ─────────────────────────────────────────────── */
.main-footer { background: var(--bg-card); border-top: 1px solid var(--border); }
.footer-top { padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer-logo { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; font-size: 1.1rem; font-weight: 900; color: var(--zim-yellow); font-family: var(--font-head); }
.footer-logo i { font-size: 1.5rem; color: var(--zim-green); }
.footer-tagline { font-size: .88rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.6; }
.footer-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.footer-badges span {
    background: rgba(76,175,130,.12); border: 1px solid rgba(76,175,130,.3);
    color: var(--text-muted); padding: .3rem .75rem; border-radius: 50px;
    font-size: .72rem; font-weight: 600;
}
.footer-badges span i { margin-right: .35rem; color: var(--zim-green); }
.footer-social { display: flex; gap: .75rem; }
.footer-social a {
    width: 36px; height: 36px; border-radius: var(--radius);
    background: var(--bg-card2); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted); transition: all var(--transition);
}
.footer-social a:hover { background: var(--zim-green); border-color: var(--zim-green); color: #fff; transform: translateY(-2px); }
.footer-heading { font-family: var(--font-head); font-weight: 700; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; color: var(--zim-yellow); margin-bottom: 1rem; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: var(--text-muted); font-size: .85rem; display: flex; align-items: center; gap: .5rem; transition: all var(--transition); }
.footer-links a i { font-size: .6rem; color: var(--zim-green); }
.footer-links a:hover { color: var(--zim-yellow); padding-left: .35rem; }
.footer-contact { display: flex; flex-direction: column; gap: 1rem; }
.footer-contact li { display: flex; align-items: flex-start; gap: .75rem; font-size: .85rem; color: var(--text-muted); }
.footer-contact i { color: var(--zim-green); margin-top: .15rem; flex-shrink: 0; width: 16px; }
.footer-contact a { color: var(--text-muted); }
.footer-contact a:hover { color: var(--zim-yellow); }
.footer-zim-stripe { display: flex; height: 6px; }
.stripe { flex: 1; }
.stripe-green { background: var(--zim-green); }
.stripe-yellow { background: #ffffff; }
.stripe-red { background: #1a1a1a; }
.stripe-black { background: #c8d8c8; }
.footer-bottom { border-top: 1px solid var(--border); padding: 1.25rem 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: .8rem; color: var(--text-dim); }
.footer-bottom a { color: var(--text-dim); }
.footer-bottom a:hover { color: var(--zim-yellow); }

/* ── WhatsApp Float ─────────────────────────────────────── */
.whatsapp-float {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 999;
    width: 56px; height: 56px; background: #25D366;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,.4);
    transition: all var(--transition); animation: wa-pulse 2s infinite;
}
.whatsapp-float:hover { background: #1db954; transform: scale(1.1); color: #fff; }
.whatsapp-tooltip {
    position: absolute; right: 100%; margin-right: .75rem;
    background: var(--bg-card); border: 1px solid var(--border);
    color: var(--text); padding: .35rem .75rem; border-radius: var(--radius);
    font-size: .78rem; white-space: nowrap; pointer-events: none;
    opacity: 0; transition: opacity var(--transition);
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }
@keyframes wa-pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)} 50%{box-shadow:0 4px 30px rgba(37,211,102,.7)} }

/* ── Back to Top ─────────────────────────────────────────── */
#back-to-top {
    position: fixed; bottom: 5.5rem; right: 2rem; z-index: 998;
    width: 44px; height: 44px; background: var(--zim-green);
    border: none; border-radius: var(--radius); color: #fff;
    cursor: pointer; font-size: 1rem; opacity: 0; transform: translateY(20px);
    transition: all var(--transition);
}
#back-to-top.show { opacity: 1; transform: translateY(0); }
#back-to-top:hover { background: var(--zim-green2); transform: translateY(-2px); }

/* ── Cookie Consent ─────────────────────────────────────── */
#cookie-consent {
    position: fixed; bottom: 1.5rem; left: 1.5rem;
    max-width: 360px; background: var(--bg-card); border: 1px solid var(--border2);
    border-radius: var(--radius-lg); padding: 1.25rem; z-index: 9000;
    box-shadow: var(--shadow-lg); transform: translateY(120%);
    transition: transform .4s ease;
}
#cookie-consent.show { transform: translateY(0); }
.cookie-inner { display: flex; flex-direction: column; gap: .75rem; }
.cookie-inner i { color: var(--zim-yellow); font-size: 1.5rem; }
.cookie-inner p { font-size: .82rem; color: var(--text-muted); }
.cookie-btns { display: flex; gap: .5rem; }

/* ── Lightbox ───────────────────────────────────────────── */
.lightbox {
    position: fixed; inset: 0; background: rgba(20,40,20,.85);
    z-index: 9999; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: all var(--transition);
}
.lightbox.show { opacity: 1; visibility: visible; }
.lightbox-inner { position: relative; max-width: 900px; width: 90%; }
.lightbox-img { border-radius: var(--radius-lg); max-height: 80vh; width: 100%; object-fit: contain; }
.lightbox-close {
    position: absolute; top: -3rem; right: 0;
    background: none; border: none; color: #fff;
    font-size: 2rem; cursor: pointer; transition: color var(--transition);
}
.lightbox-close:hover { color: var(--zim-yellow); }
.lightbox-caption { text-align: center; padding: 1rem; color: var(--text-muted); }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1100px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-img-side { display: none; }
    .hero-content { max-width: 100%; }
}
@media (max-width: 900px) {
    #main-nav, .nav-actions { display: none; }
    .hamburger { display: flex; }
    .quote-wrapper, .contact-grid, .about-intro { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .process-grid::before { display: none; }
    .admin-sidebar { width: 0; overflow: hidden; }
    .admin-main { margin-left: 0; }
}
@media (max-width: 640px) {
    .footer-grid { grid-template-columns: 1fr; }
    .hero-cta { flex-direction: column; }
    .hero-stats { gap: 1.25rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .form-steps { overflow-x: auto; }
    .form-step-indicator { min-width: 70px; }
    #cookie-consent { left: 1rem; right: 1rem; max-width: none; }
    .newsletter-input-group { flex-direction: column; }
    .top-bar-left { display: none; }
}