/* ============================================================
   Tier One EHS — Public Site Stylesheet
   Light/professional theme
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --navy:       #1a2332;
    --navy-light: #243044;
    --blue:       #0984e3;
    --blue-dark:  #0670c4;
    --blue-light: #e8f4fd;
    --text:       #1e293b;
    --text-mid:   #475569;
    --text-soft:  #64748b;
    --border:     #e2e8f0;
    --bg:         #ffffff;
    --bg-soft:    #f8fafc;
    --bg-mid:     #f1f5f9;
    --green:      #059669;
    --amber:      #d97706;
    --red:        #dc2626;
    --font:       'IBM Plex Sans', 'Segoe UI', Arial, sans-serif;
    --radius:     8px;
    --shadow-sm:  0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
    --shadow:     0 4px 16px rgba(0,0,0,.10);
    --shadow-lg:  0 12px 40px rgba(0,0,0,.13);
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    font-size: 16px;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ── Typography ── */
h1, h2, h3, h4 { line-height: 1.25; font-weight: 700; color: var(--navy); }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1rem; }
p  { color: var(--text-mid); }

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

/* ── Layout ── */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.section { padding: 80px 0; }
.section-sm { padding: 56px 0; }
.section-alt { background: var(--bg-soft); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }
.section-navy p { color: #94a3b8; }

/* ── Nav ── */
.site-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--navy);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    padding: 0 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.nav-logo {
    background: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}
.nav-logo img { height: 32px; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}
.nav-links a {
    display: block;
    padding: 6px 14px;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.08); color: #fff; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 10px; opacity: .6; }
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 200px;
    overflow: hidden;
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
    display: block;
    padding: 10px 16px;
    color: var(--text) !important;
    font-size: 14px;
    border-radius: 0 !important;
    background: transparent !important;
}
.dropdown-menu a:hover { background: var(--bg-soft) !important; }

.btn-login-nav {
    padding: 8px 20px;
    background: var(--blue);
    color: #fff !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: background .15s;
    text-decoration: none;
    margin-left: 8px;
}
.btn-login-nav:hover { background: var(--blue-dark) !important; }

/* ── Buttons ── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity .15s, background .15s;
    text-decoration: none;
}
.btn:hover { opacity: .88; text-decoration: none; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-navy    { background: var(--navy); color: #fff; }
.btn-outline {
    background: transparent;
    color: var(--navy);
    border: 2px solid var(--navy);
}
.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
}
.btn-outline-white:hover { border-color: #fff; opacity: 1; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-lg { padding: 15px 36px; font-size: 16px; }

/* ── Hero ── */
.hero {
    background: linear-gradient(135deg, var(--navy) 0%, #243a5e 100%);
    color: #fff;
    padding: 100px 0 90px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 640px; }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero p { font-size: 1.15rem; color: #94a3b8; margin-bottom: 36px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
    display: flex;
    gap: 48px;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,.12);
    flex-wrap: wrap;
}
.hero-stat-num { font-size: 2rem; font-weight: 700; color: #fff; }
.hero-stat-label { font-size: 13px; color: #64748b; margin-top: 2px; }

/* ── Feature grid ── */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
}
.feature-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .2s, transform .2s;
}
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 22px;
}
.icon-blue  { background: var(--blue-light); }
.icon-green { background: #d1fae5; }
.icon-amber { background: #fef3c7; }
.icon-navy  { background: #e8edf5; }
.feature-card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.feature-card p { font-size: 14px; line-height: 1.65; }

/* ── Section headers ── */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--blue);
    margin-bottom: 10px;
}
.section-header h2 { margin-bottom: 14px; }
.section-header p { font-size: 1.05rem; max-width: 560px; margin: 0 auto; }

/* ── Example cards (demo preview) ── */
.example-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 48px;
}
.example-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .2s;
}
.example-card:hover { box-shadow: var(--shadow); }
.example-preview {
    height: 200px;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
    overflow: hidden;
}
.example-body { padding: 20px 24px; }
.example-body h3 { margin-bottom: 6px; font-size: 1rem; }
.example-body p  { font-size: 13px; margin-bottom: 14px; }

/* ── Mini-mockups ── */
.mock {
    width: 480px;
    transform: scale(.725);
    transform-origin: center center;
    pointer-events: none;
}
.mock-hdr { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.mock-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.mock-bar { height: 8px; background: rgba(255,255,255,.35); border-radius: 4px; display: inline-block; }
.mock-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.mock-sev { width: 5px; height: 24px; border-radius: 3px; flex-shrink: 0; }
.mock-tag { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.7); font-family: monospace; flex-shrink: 0; }

/* Dashboard mockup */
.mock-dashboard .mock-score-row { display: flex; align-items: center; gap: 20px; margin-bottom: 14px; }
.mock-score-ring { position: relative; width: 72px; height: 72px; flex-shrink: 0; }
.mock-ring-svg { width: 100%; height: 100%; }
.mock-score-num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; font-family: monospace; }
.mock-kpis { display: flex; gap: 16px; }
.mock-kpi { display: flex; flex-direction: column; align-items: center; }
.mock-kpi-val { font-size: 20px; font-weight: 700; color: #fff; font-family: monospace; line-height: 1.2; }
.mock-kpi-lbl { font-size: 11px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .5px; }
.mock-pills { display: flex; gap: 6px; margin-bottom: 14px; }
.mock-pill { font-size: 11px; padding: 3px 10px; border-radius: 12px; background: rgba(255,255,255,.15); color: rgba(255,255,255,.6); font-weight: 600; }
.mock-pill.active { background: rgba(52,211,153,.45); color: #6ee7b7; }

/* Trends mockup */
.mock-trends .mock-chart { position: relative; height: 90px; margin-bottom: 8px; }
.mock-chart-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.mock-chart-grid { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; }
.mock-chart-grid span { display: block; height: 1px; background: rgba(255,255,255,.12); }
.mock-legend { display: flex; gap: 16px; margin-bottom: 10px; }
.mock-legend span { font-size: 11px; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 5px; }
.mock-legend i { display: inline-block; width: 12px; height: 4px; border-radius: 2px; }
.mock-bar-chart { display: flex; align-items: flex-end; gap: 8px; height: 56px; }
.mock-vbar { flex: 1; border-radius: 3px 3px 0 0; opacity: .9; }

/* Training mockup */
.mock-train-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.mock-prog { flex: 0 0 70px; height: 7px; background: rgba(255,255,255,.2); border-radius: 4px; overflow: hidden; }
.mock-prog-fill { display: block; height: 100%; border-radius: 4px; }
.mock-chip { font-size: 12px; font-weight: 700; font-family: monospace; padding: 2px 7px; border-radius: 10px; flex-shrink: 0; }
.mock-chip.ok   { background: rgba(52,211,153,.35); color: #6ee7b7; }
.mock-chip.warn { background: rgba(251,191,36,.35); color: #fde68a; }

/* Accident mockup */
.mock-acc-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.mock-acc-badge { font-size: 10px; font-weight: 800; font-family: monospace; padding: 2px 7px; border-radius: 10px; border: 1.5px solid; flex-shrink: 0; letter-spacing: .3px; }
.mock-acc-rec { font-size: 10px; font-weight: 800; font-family: monospace; padding: 2px 7px; border-radius: 10px; background: rgba(255,255,255,.15); color: rgba(255,255,255,.5); flex-shrink: 0; margin-left: auto; }
.mock-acc-rec.yes { background: rgba(248,113,113,.35); color: #fca5a5; }

/* ── Stats bar ── */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 48px;
}
.stat-item {
    background: var(--bg);
    padding: 28px 24px;
    text-align: center;
}
.stat-num  { font-size: 2.2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-label { font-size: 13px; color: var(--text-soft); margin-top: 6px; }

/* ── CTA band ── */
.cta-band {
    background: var(--blue);
    color: #fff;
    padding: 64px 0;
    text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p  { color: rgba(255,255,255,.8); margin-bottom: 32px; font-size: 1.05rem; }

/* ── Team / About cards ── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 48px;
}
.team-card {
    text-align: center;
    padding: 28px 20px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}
.team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--bg-mid);
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.team-card h4 { margin-bottom: 4px; }
.team-card .role { font-size: 13px; color: var(--blue); font-weight: 600; }
.team-card p { font-size: 13px; margin-top: 8px; }

/* ── Contact form ── */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }

.form-group { margin-bottom: 18px; }
.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
}
.form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 15px;
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.form-control:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(9,132,227,.12);
}
textarea.form-control { resize: vertical; min-height: 120px; }

.contact-info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 24px;
}
.contact-icon {
    width: 40px;
    height: 40px;
    background: var(--blue-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}
.contact-info-item h4 { margin-bottom: 2px; font-size: 14px; }
.contact-info-item p  { font-size: 14px; }

/* ── Login page ── */
.login-page {
    min-height: 100vh;
    background: var(--bg-soft);
    display: flex;
    flex-direction: column;
}
.login-page .site-nav { position: static; }
.login-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
}
.login-card {
    width: 100%;
    max-width: 400px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.login-card-header {
    background: var(--navy);
    padding: 28px 32px 24px;
    text-align: center;
}
.login-card-header img { height: 36px; margin: 0 auto 14px; background: #fff; border-radius: 6px; padding: 4px 10px; }
.login-card-header h1 { color: #fff; font-size: 18px; font-weight: 600; }
.login-card-body { padding: 28px 32px 32px; }
.login-card-body label { font-size: 13px; }
.login-card-body .form-control { font-size: 14px; }
.login-card-footer {
    border-top: 1px solid var(--border);
    padding: 14px 32px;
    text-align: center;
    font-size: 13px;
    color: var(--text-soft);
}

.alert {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.5;
}
.alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; }

/* ── Demo screens (example pages) ── */
.demo-container {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-top: 32px;
}
.demo-bar {
    background: var(--navy);
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
}
.demo-dot { width: 12px; height: 12px; border-radius: 50%; }
.demo-body { padding: 24px; }

/* ── Score ring ── */
.score-ring {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.score-ring .score-val { font-size: 1.6rem; font-weight: 700; color: var(--navy); line-height: 1; }
.score-ring .score-sub { font-size: 11px; color: var(--text-soft); }

/* Severity badges */
.sev-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.sev-critical { background: #fef2f2; color: #dc2626; border: 1px solid #fca5a5; }
.sev-high     { background: #fff7ed; color: #c2410c; border: 1px solid #fdba74; }
.sev-medium   { background: #eff6ff; color: #1d4ed8; border: 1px solid #93c5fd; }
.sev-low      { background: var(--bg-mid); color: #475569; border: 1px solid #cbd5e1; }

/* Mini chart bars */
.mini-chart { display: flex; align-items: flex-end; gap: 5px; height: 60px; }
.mini-bar {
    flex: 1;
    background: var(--blue);
    border-radius: 3px 3px 0 0;
    opacity: .75;
    transition: opacity .2s;
}
.mini-bar:hover { opacity: 1; }

/* ── Footer ── */
.site-footer {
    background: var(--navy);
    color: #94a3b8;
    padding: 56px 0 28px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; }
}
.footer-brand img { height: 32px; margin-bottom: 14px; background: #fff; border-radius: 6px; padding: 4px 8px; }
.footer-brand p { font-size: 13px; line-height: 1.7; }
.footer-col h4 { color: #fff; font-size: 13px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .8px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #94a3b8; font-size: 13px; text-decoration: none; transition: color .15s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
}
.footer-bottom a { color: #64748b; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* ── Hero split layout ── */
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; } }

.hero-tag {
    display: inline-block;
    background: rgba(9,132,227,.25);
    color: #93c5fd;
    border: 1px solid rgba(9,132,227,.4);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* ── App mockup ── */
.app-mockup {
    background: #111c2a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);
    position: relative;
}
.app-mockup-bar {
    background: #0d1520;
    height: 34px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 7px;
}
.app-mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.app-mockup-title {
    margin-left: 10px;
    font-size: 11px;
    color: #475569;
    font-weight: 500;
}
.app-mockup-body { padding: 14px; }
.app-kpi-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    margin-bottom: 12px;
}
.app-kpi {
    background: #1a2d42;
    border-radius: 6px;
    padding: 10px 10px 8px;
    border: 1px solid rgba(255,255,255,.06);
}
.app-kpi-val { font-size: 1.4rem; font-weight: 700; color: #f1f5f9; line-height: 1; }
.app-kpi-lbl { font-size: 9px; color: #64748b; margin-top: 4px; text-transform: uppercase; letter-spacing: .5px; }
.app-kpi-up   { color: #34d399; font-size: 10px; margin-top: 2px; }
.app-kpi-down { color: #f87171; font-size: 10px; margin-top: 2px; }
.app-table-wrap {
    background: #1a2d42;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
}
.app-table-head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 6px 10px;
    background: #0d1520;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #475569;
}
.app-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 7px 10px;
    border-top: 1px solid rgba(255,255,255,.04);
    font-size: 11px;
    color: #94a3b8;
    align-items: center;
}
.app-dot-red    { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #f87171; margin-right: 5px; }
.app-dot-amber  { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #fbbf24; margin-right: 5px; }
.app-dot-green  { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #34d399; margin-right: 5px; }
.app-chart-wrap {
    margin-top: 8px;
    background: #1a2d42;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.06);
    padding: 10px;
}
.app-chart-lbl { font-size: 9px; color: #475569; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
.app-bars { display: flex; align-items: flex-end; gap: 4px; height: 40px; }
.app-bar { flex: 1; background: #0984e3; border-radius: 2px 2px 0 0; opacity: .7; }

/* ── Trust / social proof bar ── */
.trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}
.trust-item {
    flex: 1;
    text-align: center;
    padding: 28px 16px;
    border-right: 1px solid var(--border);
}
.trust-item:last-child { border-right: none; }
.trust-num   { font-size: 2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.trust-label { font-size: 12px; color: var(--text-soft); margin-top: 5px; }

/* ── How It Works / process steps ── */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    position: relative;
    margin-top: 48px;
}
.process-grid::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(16.66% + 24px);
    right: calc(16.66% + 24px);
    height: 2px;
    background: linear-gradient(90deg, var(--blue), #0984e3);
    z-index: 0;
}
@media (max-width: 640px) { .process-grid { grid-template-columns: 1fr; } .process-grid::before { display: none; } }

.process-step {
    text-align: center;
    padding: 0 28px 0;
    position: relative;
    z-index: 1;
}
.process-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 0 0 6px var(--bg), 0 0 0 8px var(--blue);
}
.section-alt .process-num { box-shadow: 0 0 0 6px var(--bg-soft), 0 0 0 8px var(--blue); }
.process-step h3 { font-size: 1.05rem; margin-bottom: 10px; }
.process-step p  { font-size: 14px; line-height: 1.7; }

/* ── Industry section ── */
.industry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
@media (max-width: 640px) { .industry-grid { grid-template-columns: 1fr; } }
.industry-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--radius);
    padding: 28px 28px 24px;
}
.industry-card h3 { color: #fff; margin-bottom: 8px; }
.industry-card p  { color: #94a3b8; font-size: 14px; line-height: 1.7; }
.industry-icon {
    width: 48px;
    height: 48px;
    background: rgba(9,132,227,.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

/* ── Testimonial ── */
.testimonial-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 36px;
    box-shadow: var(--shadow-sm);
    position: relative;
}
.testimonial-card::before {
    content: '\201C';
    font-size: 5rem;
    color: var(--blue-light);
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 24px;
    font-family: Georgia, serif;
}
.testimonial-card blockquote {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text);
    font-style: italic;
    margin: 20px 0 20px;
}
.testimonial-card cite {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    font-style: normal;
    display: block;
}
.testimonial-card .cite-role { font-size: 12px; color: var(--text-soft); margin-top: 2px; }

/* ── Responsive ── */
@media (max-width: 900px) {
    .nav-links { display: none; }
    .hero { padding: 72px 0 64px; }
    .trust-bar { flex-wrap: wrap; }
    .trust-item { flex: 0 0 50%; border-bottom: 1px solid var(--border); }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid::before { display: none; }
}
@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .hero-stats { gap: 28px; }
    .trust-item { flex: 0 0 100%; }
}
