/* ELUS Tech — Public Website Styles */
@import url('../../js/Olibs/fonts/open-sans.css');

:root {
    --et-navy:   #0f2d59;
    --et-gold:   #fbc02d;
    --et-dark:   #2d3748;
    --et-muted:  #718096;
    --et-light:  #f8fafc;
    --et-border: #e2e8f0;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--et-dark);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* ── NAVBAR ── */
.et-navbar {
    background: var(--et-navy);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(15,45,89,0.18);
}

.et-navbar .navbar-brand {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: -0.3px;
    padding: 14px 0;
}

.et-navbar .navbar-brand span { color: var(--et-gold); }

.et-navbar .nav-link {
    color: rgba(255,255,255,0.78) !important;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 20px 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.et-navbar .nav-link:hover,
.et-navbar .nav-link.active { color: var(--et-gold) !important; }

.et-navbar .nav-link.active {
    border-bottom: 3px solid var(--et-gold);
}

.et-btn-gold {
    background: var(--et-gold);
    color: var(--et-navy);
    font-weight: 700;
    font-size: 0.875rem;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid var(--et-gold);
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.et-btn-gold:hover {
    background: #f0b51a;
    border-color: #f0b51a;
    color: var(--et-navy);
}

.et-btn-navy {
    background: var(--et-navy);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid var(--et-navy);
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.et-btn-navy:hover { background: #0a1e3d; border-color: #0a1e3d; color: #fff; }

.et-btn-outline {
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.55);
    transition: all 0.2s;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.et-btn-outline:hover { border-color: var(--et-gold); color: var(--et-gold); }

/* ── HERO ── */
.et-hero {
    background:
        linear-gradient(135deg, rgba(10,30,61,0.87) 0%, rgba(15,45,89,0.80) 50%, rgba(21,53,101,0.75) 100%),
        url('../img/hero-bg.jpg') center / cover no-repeat;
    background-color: #0f2d59;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.et-hero::before {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 40%;
    height: 100%;
    background: rgba(251,192,45,0.06);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.et-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--et-gold);
}

.et-hero-badge {
    display: inline-block;
    background: rgba(251,192,45,0.15);
    border: 1px solid rgba(251,192,45,0.35);
    color: var(--et-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 2px;
    margin-bottom: 28px;
}

.et-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.et-hero-title .et-gold { color: var(--et-gold); }

.et-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 520px;
    line-height: 1.75;
}

.et-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── SECTION HEADERS ── */
.et-section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--et-gold);
    margin-bottom: 10px;
}

.et-section-title {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 800;
    color: var(--et-navy);
    line-height: 1.2;
    margin-bottom: 16px;
}

.et-section-title .et-underline {
    border-bottom: 4px solid var(--et-gold);
    padding-bottom: 2px;
}

.et-section-lead {
    font-size: 1rem;
    color: var(--et-muted);
    max-width: 600px;
    line-height: 1.8;
}

/* ── STATS BAR ── */
.et-stats {
    background: var(--et-navy);
    padding: 36px 0;
}

.et-stat-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--et-gold);
    line-height: 1;
    margin-bottom: 6px;
}

.et-stat-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}

.et-stat-item {
    text-align: center;
    padding: 10px 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.et-stat-item:last-child { border-right: none; }

/* ── SERVICE CARDS ── */
.et-service-card {
    background: #fff;
    border: 1px solid var(--et-border);
    border-top: 4px solid var(--et-navy);
    padding: 32px 28px;
    height: 100%;
    transition: box-shadow 0.25s, border-top-color 0.25s;
    border-radius: 2px;
}

.et-service-card:hover {
    box-shadow: 0 8px 32px rgba(15,45,89,0.1);
    border-top-color: var(--et-gold);
}

.et-service-icon {
    width: 52px;
    height: 52px;
    background: rgba(15,45,89,0.07);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--et-navy);
    margin-bottom: 20px;
}

.et-service-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--et-navy);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.et-service-desc {
    font-size: 0.9rem;
    color: var(--et-muted);
    line-height: 1.75;
    margin: 0;
}

/* ── FLEET CARDS ── */
.et-fleet-card {
    background: #fff;
    border: 1px solid var(--et-border);
    border-radius: 3px;
    overflow: hidden;
    transition: box-shadow 0.25s;
}

.et-fleet-card:hover { box-shadow: 0 8px 28px rgba(15,45,89,0.1); }

.et-fleet-img {
    height: 200px;
    background: linear-gradient(135deg, #0f2d59 0%, #1a3f70 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(251,192,45,0.4);
    position: relative;
    overflow: hidden;
}

.et-fleet-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
}

.et-fleet-body { padding: 20px 22px; }

.et-fleet-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--et-gold);
    margin-bottom: 6px;
}

.et-fleet-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--et-navy);
    margin-bottom: 4px;
}

.et-fleet-spec {
    font-size: 0.85rem;
    color: var(--et-muted);
}

/* ── WORKFLOW ── */
.et-workflow {
    background: var(--et-light);
    padding: 80px 0;
}

.et-step {
    text-align: center;
    padding: 28px 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--et-border);
    position: relative;
    height: 100%;
    transition: box-shadow 0.25s;
}

.et-step:hover { box-shadow: 0 6px 24px rgba(15,45,89,0.08); }

.et-step-odd  { border-top: 4px solid var(--et-navy); }
.et-step-even { border-top: 4px solid var(--et-gold); }

.et-step-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 36px;
    margin: 0 auto 16px;
    display: block;
}

.et-step-odd .et-step-badge  { background: var(--et-navy); color: #fff; }
.et-step-even .et-step-badge { background: var(--et-gold); color: var(--et-navy); }

.et-step-title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--et-navy);
    margin-bottom: 10px;
}

.et-step-desc {
    font-size: 0.83rem;
    color: var(--et-muted);
    line-height: 1.6;
    margin: 0;
}

.et-step-connector {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    color: var(--et-gold);
    font-size: 1.1rem;
    z-index: 2;
}

/* ── CTA BANNER ── */
.et-cta {
    background: var(--et-navy);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.et-cta::before {
    content: '';
    position: absolute;
    right: -80px; top: -80px;
    width: 320px; height: 320px;
    background: rgba(251,192,45,0.07);
    border-radius: 50%;
    pointer-events: none;
}

.et-cta-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.et-cta-sub { color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 0; }

/* ── ABOUT HIGHLIGHT ── */
.et-highlight-box {
    background: var(--et-light);
    border-left: 5px solid var(--et-navy);
    padding: 22px 26px;
}

.et-pillar {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.et-pillar-icon {
    width: 42px;
    height: 42px;
    background: rgba(15,45,89,0.07);
    border-radius: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--et-navy);
    font-size: 1.1rem;
}

.et-pillar-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--et-navy);
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
}

.et-pillar-desc { font-size: 0.88rem; color: var(--et-muted); margin: 0; line-height: 1.6; }

/* ── FOOTER ── */
.et-footer {
    background: #091e3e;
    padding: 60px 0 0;
    color: rgba(255,255,255,0.65);
}

.et-footer-brand {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.et-footer-brand span { color: var(--et-gold); }

.et-footer-tagline {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--et-gold);
    margin-bottom: 16px;
}

.et-footer h6 {
    color: #fff;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
    font-weight: 700;
}

.et-footer ul { list-style: none; padding: 0; margin: 0; }
.et-footer ul li { margin-bottom: 10px; }
.et-footer ul li a { color: rgba(255,255,255,0.58); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.et-footer ul li a:hover { color: var(--et-gold); }

.et-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 50px;
    padding: 20px 0;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
}

/* ── CONTACT SECTION ── */
.et-contact-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.et-contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(15,45,89,0.07);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--et-navy);
    font-size: 1rem;
    flex-shrink: 0;
}

.et-contact-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--et-muted); margin-bottom: 3px; font-weight: 700; }
.et-contact-val   { font-size: 0.95rem; font-weight: 600; color: var(--et-navy); margin: 0; }

/* ── FORM ── */
.et-form .form-control,
.et-form .form-select {
    border: 1px solid var(--et-border);
    border-radius: 3px;
    padding: 11px 14px;
    font-size: 0.92rem;
    font-family: 'Open Sans', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.et-form .form-control:focus,
.et-form .form-select:focus {
    border-color: var(--et-navy);
    box-shadow: 0 0 0 3px rgba(15,45,89,0.08);
    outline: none;
}

.et-form label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--et-navy);
    margin-bottom: 6px;
}

/* ── UTILITY ── */
.et-divider {
    width: 56px;
    height: 4px;
    background: var(--et-gold);
    margin-bottom: 28px;
}

.section-pad { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }

@media (max-width: 768px) {
    .et-hero { min-height: 92vh; padding: 80px 0 60px; }
    .et-hero-btns { flex-direction: column; gap: 10px; }
    .et-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .et-stat-item:last-child { border-bottom: none; }
}
