/* Extracted CSS for pages/ai-receptionist/for/electricians/index.html */
/* ── Hero ── */
        .e-hero {
            padding: 140px 0 80px;
            background: #0a0a0c;
            position: relative;
            overflow: hidden;
        }

        .e-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 65% 25%, rgba(94, 14, 215, .18) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 15% 85%, rgba(239, 68, 68, .08) 0%, transparent 60%);
            pointer-events: none;
        }

        .e-hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
        }

        .e-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #5E0ED7;
            margin-bottom: 1.5rem;
        }

        .e-eyebrow::before {
            content: "";
            display: block;
            width: 20px;
            height: 1.5px;
            background: #5E0ED7;
            border-radius: 2px;
        }

        .e-h1 {
            font-size: clamp(2.8rem, 5vw, 4.2rem);
            font-weight: 800;
            line-height: .95;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 1.5rem;
        }

        .e-h1 .accent {
            color: #5E0ED7;
        }

        .e-desc {
            color: rgba(255, 255, 255, .6);
            font-size: 1.05rem;
            line-height: 1.75;
            margin-bottom: 2rem;
            max-width: 480px;
        }

        .e-cta-group {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: .75rem;
        }

        .btn-e-primary {
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            padding: .85rem 1.75rem;
            background: #5E0ED7;
            color: #fff;
            font-size: .9rem;
            font-weight: 700;
            letter-spacing: .04em;
            border-radius: 8px;
            text-decoration: none;
            transition: background .25s, transform .2s;
        }

        .btn-e-primary:hover {
            background: #7a2ef0;
            transform: translateY(-2px);
        }

        .e-cta-sub {
            font-size: .78rem;
            color: rgba(255, 255, 255, .4);
            letter-spacing: .05em;
        }

        .e-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 10px;
            overflow: hidden;
            margin-top: 2.5rem;
        }

        .e-stat {
            background: #121217;
            padding: 1.5rem 1.25rem;
            text-align: center;
        }

        .e-stat-num {
            font-size: 1.8rem;
            font-weight: 800;
            color: #5E0ED7;
            letter-spacing: -.03em;
            line-height: 1;
            margin-bottom: .35rem;
        }

        .e-stat-label {
            font-size: .72rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .4);
        }

        /* ── Classification Board (hero visual) ── */
        .class-board {
            background: #121217;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 1.5rem;
            min-height: 380px;
            position: relative;
            overflow: hidden;
        }

        .class-board::before {
            content: "";
            position: absolute;
            top: -40%;
            right: -20%;
            width: 60%;
            height: 60%;
            background: radial-gradient(circle, rgba(94, 14, 215, .12) 0%, transparent 70%);
            pointer-events: none;
        }

        .cb-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.25rem;
            padding-bottom: .75rem;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }

        .cb-title {
            font-size: .7rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .5);
        }

        .cb-live {
            display: flex;
            align-items: center;
            gap: .4rem;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: #5E0ED7;
        }

        .cb-live-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #5E0ED7;
            animation: livePulse 1.4s ease-in-out infinite;
        }

        .cb-lanes {
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }

        .cb-lane {
            border-radius: 8px;
            overflow: hidden;
        }

        .cb-lane-header {
            display: flex;
            align-items: center;
            gap: .6rem;
            padding: .55rem .85rem;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase;
        }

        .cb-lane.emergency .cb-lane-header {
            background: rgba(239, 68, 68, .12);
            color: rgba(239, 68, 68, .9);
        }

        .cb-lane.residential .cb-lane-header {
            background: rgba(94, 14, 215, .12);
            color: rgba(94, 14, 215, .9);
            color: #a78bfa;
        }

        .cb-lane.commercial .cb-lane-header {
            background: rgba(100, 116, 139, .12);
            color: rgba(148, 163, 184, .9);
        }

        .cb-lane-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .cb-lane.emergency .cb-lane-dot {
            background: rgba(239, 68, 68, .8);
            box-shadow: 0 0 8px rgba(239, 68, 68, .5);
            animation: emergPulse 1.2s ease-in-out infinite;
        }

        .cb-lane.residential .cb-lane-dot {
            background: rgba(94, 14, 215, .8);
        }

        .cb-lane.commercial .cb-lane-dot {
            background: rgba(100, 116, 139, .8);
        }

        .cb-lane-action {
            margin-left: auto;
            font-size: .65rem;
            font-weight: 600;
            opacity: .7;
        }

        .cb-cards {
            display: flex;
            flex-direction: column;
            gap: .35rem;
            padding: .5rem .85rem .65rem;
        }

        .cb-card {
            background: rgba(255, 255, 255, .03);
            border: 1px solid rgba(255, 255, 255, .05);
            border-radius: 5px;
            padding: .5rem .75rem;
            font-size: .78rem;
            color: rgba(255, 255, 255, .55);
            transform: translateX(0);
            opacity: 1;
        }

        .cb-lane.emergency .cb-card {
            border-color: rgba(239, 68, 68, .15);
        }

        .cb-lane.residential .cb-card {
            border-color: rgba(94, 14, 215, .2);
        }

        .cb-lane.commercial .cb-card {
            border-color: rgba(100, 116, 139, .2);
        }

        /* ── Sections ── */
        .e-section {
            padding: clamp(5rem, 10vh, 8rem) 0;
            background: #0a0a0c;
        }

        .e-section.alt {
            background: #121217;
        }

        .e-section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .e-eyebrow-sm {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #5E0ED7;
            margin-bottom: 1.25rem;
        }

        .e-eyebrow-sm::before {
            content: "";
            display: block;
            width: 20px;
            height: 1.5px;
            background: #5E0ED7;
            border-radius: 2px;
        }

        .e-h2 {
            font-size: clamp(1.8rem, 3.5vw, 2.8rem);
            font-weight: 800;
            line-height: 1;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
        }

        .e-h2 .accent {
            color: #5E0ED7;
        }

        /* ── 3-Lane Architecture ── */
        .lane-cols {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 12px;
            overflow: hidden;
        }

        .lane-col {
            background: #0a0a0c;
            padding: 2rem 1.75rem;
        }

        .lane-col-bar {
            width: 100%;
            height: 3px;
            border-radius: 2px;
            margin-bottom: 1.5rem;
        }

        .lane-col.emergency .lane-col-bar {
            background: rgba(239, 68, 68, .8);
        }

        .lane-col.residential .lane-col-bar {
            background: rgba(94, 14, 215, .8);
        }

        .lane-col.commercial .lane-col-bar {
            background: rgba(100, 116, 139, .8);
        }

        .lane-col-label {
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            margin-bottom: .5rem;
        }

        .lane-col.emergency .lane-col-label {
            color: rgba(239, 68, 68, .9);
        }

        .lane-col.residential .lane-col-label {
            color: #a78bfa;
        }

        .lane-col.commercial .lane-col-label {
            color: rgba(148, 163, 184, .9);
        }

        .lane-col-title {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: .35rem;
        }

        .lane-col-examples {
            font-size: .8rem;
            color: rgba(255, 255, 255, .45);
            margin-bottom: 1.25rem;
            line-height: 1.55;
        }

        .lane-col-qs {
            display: flex;
            flex-direction: column;
            gap: .45rem;
            margin-bottom: 1.25rem;
        }

        .lane-col-q {
            font-size: .78rem;
            color: rgba(255, 255, 255, .55);
            padding: .4rem .6rem;
            background: rgba(255, 255, 255, .03);
            border-radius: 4px;
            border-left: 2px solid rgba(255, 255, 255, .1);
        }

        .lane-col.emergency .lane-col-q {
            border-left-color: rgba(239, 68, 68, .4);
        }

        .lane-col.residential .lane-col-q {
            border-left-color: rgba(94, 14, 215, .4);
        }

        .lane-col.commercial .lane-col-q {
            border-left-color: rgba(100, 116, 139, .4);
        }

        .lane-col-action {
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .lane-col.emergency .lane-col-action {
            color: rgba(239, 68, 68, .9);
        }

        .lane-col.residential .lane-col-action {
            color: #a78bfa;
        }

        .lane-col.commercial .lane-col-action {
            color: rgba(148, 163, 184, .9);
        }

        /* ── Workflow ── */
        .e-workflow-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        .e-workflow-card {
            display: grid;
            grid-template-columns: 80px 1fr;
            gap: 2rem;
            background: rgba(255, 255, 255, .02);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 12px;
            padding: 2rem;
            align-items: flex-start;
        }

        .e-workflow-num {
            font-size: 2rem;
            font-weight: 800;
            color: #5E0ED7;
            line-height: 1;
        }

        .e-workflow-title {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: .5rem;
            text-transform: uppercase;
            letter-spacing: .04em;
        }

        .e-workflow-desc {
            font-size: .88rem;
            color: rgba(255, 255, 255, .55);
            line-height: 1.65;
        }

        /* ── Matrix ── */
        .e-matrix {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 12px;
            overflow: hidden;
        }

        .e-matrix-col {
            background: #0a0a0c;
            padding: 2rem;
        }

        .e-matrix-col.solution {
            background: #121217;
        }

        .e-matrix-col-hdr {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .4);
            margin-bottom: 1.5rem;
            padding-bottom: .75rem;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }

        .e-matrix-col.solution .e-matrix-col-hdr {
            color: #5E0ED7;
        }

        .e-matrix-item {
            display: flex;
            align-items: flex-start;
            gap: .75rem;
            font-size: .88rem;
            line-height: 1.55;
            padding: .75rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, .04);
            color: rgba(255, 255, 255, .55);
        }

        .e-matrix-item:last-child {
            border-bottom: none;
        }

        .e-matrix-item::before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            flex-shrink: 0;
            margin-top: .45rem;
        }

        .e-matrix-col:not(.solution) .e-matrix-item::before {
            background: rgba(239, 68, 68, .6);
        }

        .e-matrix-col.solution .e-matrix-item {
            color: rgba(255, 255, 255, .75);
        }

        .e-matrix-col.solution .e-matrix-item::before {
            background: #22c55e;
        }

        /* ── Capabilities ── */
        .e-cap-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 12px;
            overflow: hidden;
        }

        .e-cap-card {
            background: #0a0a0c;
            padding: 2rem 1.75rem;
            transition: background .25s;
        }

        .e-cap-card:hover {
            background: #121217;
        }

        .e-cap-num {
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #5E0ED7;
            margin-bottom: 1rem;
        }

        .e-cap-title {
            font-size: .95rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: .5rem;
        }

        .e-cap-desc {
            font-size: .82rem;
            color: rgba(255, 255, 255, .5);
            line-height: 1.6;
        }

        /* ── Final CTA ── */
        .e-final-cta {
            padding: clamp(5rem, 10vh, 8rem) 0;
            background: #0a0a0c;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .e-final-cta::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 700px;
            height: 350px;
            background: radial-gradient(ellipse, rgba(94, 14, 215, .18) 0%, transparent 70%);
            pointer-events: none;
        }

        .e-cta-h2 {
            font-size: clamp(2.5rem, 6vw, 5rem);
            font-weight: 800;
            line-height: .95;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .e-cta-desc {
            font-size: 1rem;
            color: rgba(255, 255, 255, .55);
            max-width: 460px;
            margin: 0 auto 2.5rem;
            line-height: 1.65;
            position: relative;
        }

        .e-cta-sub {
            font-size: .78rem;
            color: rgba(255, 255, 255, .35);
            margin-top: .75rem;
            letter-spacing: .04em;
        }

        @keyframes livePulse {

            0%,
            100% {
                opacity: 1;
                transform: scale(1)
            }

            50% {
                opacity: .5;
                transform: scale(.8)
            }
        }

        @keyframes emergPulse {

            0%,
            100% {
                box-shadow: 0 0 8px rgba(239, 68, 68, .5)
            }

            50% {
                box-shadow: 0 0 16px rgba(239, 68, 68, .9)
            }
        }

        @media(max-width:1024px) {
            .e-hero-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .lane-cols,
            .e-workflow-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

            .e-matrix {
                grid-template-columns: 1fr;
            }

            .e-cap-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(max-width:768px) {
            .e-hero {
                padding: 120px 0 60px;
            }

            .e-workflow-card {
                grid-template-columns: 1fr;
                gap: .5rem;
            }

            .e-cap-grid {
                grid-template-columns: 1fr;
            }

            .e-stats {
                grid-template-columns: 1fr;
            }
        }