﻿:root {
    --primary: #007ACC;
    --accent: #FFD700;
    --danger: #FF4C4C;
    --light: #F4F4F4;
    --dark: #333333;
    --text: #f8f9fb;
    --muted: #d7dce3;
    --line: rgba(255, 255, 255, 0.15);
    --ok: #44d38a;
}
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 20% 15%, rgba(0,122,204,0.25), transparent 40%), linear-gradient(160deg, #1f2329 0%, #2d2f33 100%);
    line-height: 1.65;
}
html, body, .site, .site-main, main {
    background-color: #1f2329 !important;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255,215,0,0.14), transparent 60%);
    z-index: 0;
    will-change: background;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1180px, 92vw); margin: 0 auto; position: relative; z-index: 1; }

.site-header { position: sticky; top: 0; z-index: 100; background: linear-gradient(90deg, rgba(12,20,33,.96), rgba(16,33,54,.94)); border-bottom: 1px solid rgba(77,151,222,.35); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; }
.brand .custom-logo { max-height: 48px; width: auto; }
.dz-brand-logo { height: 44px; width: auto; display: block; }
.mobile-menu-toggle { display: none; width: 46px; height: 42px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.24); border-radius: 10px; padding: 8px; cursor: pointer; }
.mobile-menu-toggle span { display: block; height: 2px; background: #eaf2ff; border-radius: 2px; margin: 5px 0; transition: all .2s ease; }
.main-nav > ul { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--light); font-weight: 600; }
.has-dropdown { position: relative; }
.dropdown { position: absolute; top: calc(100% + 10px); left: 0; width: 330px; max-height: 420px; overflow: auto; background: #2b2f34; border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 10px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-group { color: #9fd8ff; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; padding: 6px 9px; }
.dropdown a { display: block; padding: 8px 10px; border-radius: 8px; }
.dropdown a:hover { background: rgba(0,122,204,0.26); text-decoration: none; }
.mobile-menu { display: none; border-top: 1px solid var(--line); background: rgba(39, 41, 45, 0.98); }
.mobile-menu ul { margin: 0; padding: 10px 16px 14px; list-style: none; }
.mobile-menu li a { display: block; color: var(--light); padding: 10px 4px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-menu.is-open { display: block; }
.desktop-phone { color: var(--light); font-weight: 800; padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(255,255,255,.04); }

.btn { display: inline-block; border: 1px solid transparent; border-radius: 12px; padding: 10px 16px; font-weight: 800; color: #1d2025; background: linear-gradient(135deg, var(--accent), #ffef92); transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 10px 24px rgba(255,215,0,0.26); text-decoration: none; }
.btn-secondary { background: linear-gradient(135deg, var(--primary), #45a9ef); color: #fff; }

.hero, .page-hero { position: relative; overflow: hidden; padding: 52px 0 34px; background: linear-gradient(rgba(20,24,31,0.58), rgba(20,24,31,0.86)), url('../images/hero-bg.jpg') center/cover no-repeat; }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: -20%; background: conic-gradient(from 20deg, rgba(0,122,204,0.22), rgba(255,215,0,0.15), rgba(255,76,76,0.16), rgba(0,122,204,0.22)); animation: spin 22s linear infinite; z-index: 0; pointer-events: none; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .28; pointer-events: none; z-index: 1; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 22px; align-items: start; position: relative; z-index: 3; }
.eyebrow { color: var(--accent); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.hero h1, .page-hero h1 { font-size: clamp(1.8rem, 4.2vw, 3rem); line-height: 1.08; margin: 10px 0 14px; }
.hero-copy { color: var(--muted); max-width: 64ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.hero-proof { color: var(--muted); margin: 0; padding-left: 18px; }

.lead-form-wrap { background: linear-gradient(165deg, rgba(0,122,204,0.2), rgba(51,51,51,0.9)); border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; padding: 16px; box-shadow: 0 12px 24px rgba(0,0,0,0.25); }
.lead-form-wrap.compact { padding: 12px; }
.lead-form-wrap h3 { font-size: 1.32rem; margin: 0 0 12px; }
.lead-form-wrap.compact h3 { font-size: 1.22rem; margin: 0 0 10px; }
.lead-form { display: grid; gap: 7px; }
.lead-form label { font-size: 1rem; color: #f0f2f6; font-weight: 600; }
.lead-form input,.lead-form select,.lead-form textarea { background: rgba(255,255,255,0.95); border: 1px solid #d8d8d8; color: #1f2329; border-radius: 8px; padding: 10px 12px; font-size: 1rem; line-height: 1.45; }
.lead-form textarea { min-height: 140px; }
.lead-form input::placeholder,.lead-form textarea::placeholder { font-size: 1rem; }
.lead-form button { border: 0; border-radius: 10px; padding: 12px 14px; font-weight: 800; font-size: 1rem; color: #1f2329; background: linear-gradient(135deg, var(--accent), #ffef92); cursor: pointer; }
.form-success { color: var(--ok); }
.form-error { color: #ff9696; }

.page-section { padding: 46px 0; background: transparent !important; }
.page-section p { color: var(--muted); }
.page-section article {
    background: linear-gradient(160deg, rgba(10,16,26,.94), rgba(16,28,44,.9));
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.page-section article h1,
.page-section article h2,
.page-section article h3,
.page-section article h4 {
    color: #f5f8ff !important;
}
.page-section article p,
.page-section article li {
    color: #d7dfeb !important;
}
.page-section article a {
    color: #ffd700 !important;
}
.service-pillar, .tile-list li, .mini-card, .cta-strip { background: linear-gradient(155deg, rgba(0,122,204,0.15), rgba(51,51,51,0.9)); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; }
.service-pillar { padding: 18px; margin: 14px 0; }
.tile-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 10px; margin: 0; padding: 0; }
.tile-list li { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tile-list li:hover { transform: translateY(-4px) scale(1.01); border-color: rgba(255,215,0,0.75); box-shadow: 0 12px 20px rgba(0,0,0,0.2); }
.tile-link { display: block; height: 100%; color: var(--text); padding: 14px; }
.tile-link:hover { text-decoration: none; }
.dark-section { background: linear-gradient(rgba(28,31,36,0.75), rgba(28,31,36,0.85)), url('../images/section-bg.jpg') center/cover no-repeat; padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mini-card, .cta-strip { padding: 18px; }
.visual-proof img { width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.hero-side-visual { margin-top: 12px; }
.hero-side-visual img { width: 100%; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); }
.logo-strip { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 10px; }
.logo-strip span { display: block; text-align: center; padding: 14px 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); font-weight: 700; color: #f6f8fc; }
.case-study-feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.case-study-feature { background: linear-gradient(145deg, #0e1117, #141e2f); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; }
.case-study-feature-link { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 18px; color: var(--text); }
.case-study-feature-link h3 { margin: 2px 0 8px; }
.case-study-feature-link p { margin: 0; color: var(--muted); }
.awards-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 12px; }
.cert-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.cert-strip span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.05); font-size: .9rem; }


.site-footer { background: rgba(51,51,51,0.95); border-top: 1px solid var(--line); padding-top: 28px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 20px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 7px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding: 16px 0; margin-top: 14px; }

.reveal { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.click-wave { position: fixed; width: 14px; height: 14px; border-radius: 999px; border: 2px solid rgba(255,215,0,0.8); pointer-events: none; transform: translate(-50%, -50%); animation: wave .7s ease-out forwards; z-index: 120; }
@keyframes wave { from { opacity: 1; width: 14px; height: 14px; } to { opacity: 0; width: 180px; height: 180px; } }

@media (max-width: 920px) {
    .site-header { position: static; }
    .hero-grid, .two-col { grid-template-columns: 1fr; }
    .main-nav, .desktop-phone, .desktop-header-meeting { display: none; }
    .mobile-menu-toggle { display: inline-block; }
    .hero::before, .page-hero::before { animation-duration: 40s; }
    .click-wave { display: none; }
    .case-study-feature-link { grid-template-columns: 1fr; }
    .mobile-menu { border-top: 1px solid rgba(255,255,255,.15); background: linear-gradient(180deg, rgba(11,18,29,.98), rgba(15,26,42,.98)); }
    .mobile-menu li a { font-size: 1rem; padding: 12px 6px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero::before, .page-hero::before { animation: none; }
    .reveal { transition: none; }
    .click-wave { display: none; }
}

.schedule-embed-wrap { margin-top: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.03); }
.schedule-embed-wrap iframe { width: 100%; min-height: 760px; border: 0; background: #fff; }


.schedule-embed-wrap .meetings-iframe-container { min-height: 760px; background: #fff; }

.global-meeting-section { padding: 34px 0 20px; background: transparent; border-top: 1px solid rgba(255,255,255,.08); }
.global-meeting-card { background: linear-gradient(145deg, rgba(12,18,29,.95), rgba(20,30,46,.95)); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 20px; box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.global-meeting-card h2 { margin: 6px 0 10px; font-size: clamp(1.4rem, 3vw, 2rem); }
.global-meeting-card p { margin: 0 0 12px; color: var(--muted); }
.global-meeting-card .meetings-iframe-container { min-height: 220px; border-radius: 12px; overflow: hidden; background: rgba(11,18,29,.85); border: 1px solid rgba(255,255,255,.08); }
