/* Extracted CSS for pages/ai-receptionist/ai-receptionist-core/for/garage-door/index.html */
.gd-hero {
            padding: 140px 0 80px;
            background: #0a0a0c;
            position: relative;
            overflow: hidden;
        }

        .gd-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(94, 14, 215, .1) 0%, transparent 60%);
            pointer-events: none;
        }

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

        .gd-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;
        }

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

        .gd-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;
        }

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

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

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

        .btn-gd-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-gd-primary:hover {
            background: #7a2ef0;
            transform: translateY(-2px);
        }

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

        .gd-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;
        }

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

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

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

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

        .job-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;
        }

        .jb-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);
        }

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

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

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

        /* Speed counter */
        .jb-speed {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .5rem;
            margin-bottom: 1.25rem;
        }

        .jb-speed-item {
            background: rgba(255, 255, 255, .03);
            border: 1px solid rgba(255, 255, 255, .06);
            border-radius: 8px;
            padding: .75rem 1rem;
        }

        .jb-speed-label {
            font-size: .65rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .35);
            margin-bottom: .3rem;
        }

        .jb-speed-val {
            font-size: 1.3rem;
            font-weight: 800;
            line-height: 1;
            letter-spacing: -.03em;
        }

        .jb-speed-item.traditional .jb-speed-val {
            color: rgba(239, 68, 68, .8);
        }

        .jb-speed-item.solvevare .jb-speed-val {
            color: #5E0ED7;
        }

        /* Job cards */
        .jb-cards {
            display: flex;
            flex-direction: column;
            gap: .45rem;
        }

        .jb-card {
            background: rgba(255, 255, 255, .03);
            border: 1px solid rgba(255, 255, 255, .05);
            border-radius: 7px;
            padding: .7rem 1rem;
            display: flex;
            align-items: center;
            gap: .85rem;
            opacity: 0;
            transform: translateY(16px);
        }

        .jb-card.emergency {
            border-left: 3px solid rgba(239, 68, 68, .7);
        }

        .jb-card.installation {
            border-left: 3px solid rgba(94, 14, 215, .7);
        }

        .jb-card.maintenance {
            border-left: 3px solid rgba(34, 197, 94, .7);
        }

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

        .jb-card.emergency .jb-card-dot {
            background: rgba(239, 68, 68, .8);
        }

        .jb-card.installation .jb-card-dot {
            background: rgba(94, 14, 215, .8);
        }

        .jb-card.maintenance .jb-card-dot {
            background: rgba(34, 197, 94, .8);
        }

        .jb-card-info {
            flex: 1;
        }

        .jb-card-type {
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            margin-bottom: .15rem;
        }

        .jb-card.emergency .jb-card-type {
            color: rgba(239, 68, 68, .9);
        }

        .jb-card.installation .jb-card-type {
            color: #a78bfa;
        }

        .jb-card.maintenance .jb-card-type {
            color: rgba(34, 197, 94, .9);
        }

        .jb-card-detail {
            font-size: .78rem;
            color: rgba(255, 255, 255, .5);
        }

        .jb-card-time {
            font-size: .72rem;
            font-weight: 600;
            color: rgba(255, 255, 255, .35);
            white-space: nowrap;
        }

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

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

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

        .gd-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;
        }

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

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

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

        /* ── Routing rows ── */
        .routing-list {
            display: flex;
            flex-direction: column;
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 12px;
            overflow: hidden;
            max-width: 900px;
            margin: 0 auto;
        }

        .routing-row {
            display: grid;
            grid-template-columns: 180px 1fr auto;
            gap: 2rem;
            align-items: center;
            background: #0a0a0c;
            padding: 1.75rem 2rem;
        }

        .routing-row.alt-row {
            background: #121217;
        }

        .routing-indicator {
            display: flex;
            align-items: center;
            gap: .6rem;
        }

        .routing-dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .routing-row.emergency .routing-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;
        }

        .routing-row.opener .routing-dot {
            background: rgba(245, 158, 11, .8);
        }

        .routing-row.install .routing-dot {
            background: rgba(94, 14, 215, .8);
        }

        .routing-row.maintenance .routing-dot {
            background: rgba(34, 197, 94, .8);
        }

        .routing-type-label {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .routing-row.emergency .routing-type-label {
            color: rgba(239, 68, 68, .9);
        }

        .routing-row.opener .routing-type-label {
            color: rgba(245, 158, 11, .9);
        }

        .routing-row.install .routing-type-label {
            color: #a78bfa;
        }

        .routing-row.maintenance .routing-type-label {
            color: rgba(34, 197, 94, .9);
        }

        .routing-examples {
            font-size: .85rem;
            color: rgba(255, 255, 255, .6);
            line-height: 1.55;
        }

        .routing-action {
            font-size: .78rem;
            font-weight: 600;
            color: #5E0ED7;
            white-space: nowrap;
            text-align: right;
        }

        /* ── Workflow ── */
        .gd-workflow-list {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            max-width: 860px;
            margin: 0 auto;
        }

        .gd-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;
        }

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

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

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

        /* ── Matrix ── */
        .gd-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;
        }

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

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

        .gd-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);
        }

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

        .gd-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);
        }

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

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

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

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

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

        /* ── Capabilities ── */
        .gd-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;
        }

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

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

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

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

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

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

        .gd-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;
        }

        .gd-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;
        }

        .gd-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;
        }

        .gd-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) {
            .gd-hero-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

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

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

            .routing-row {
                grid-template-columns: 1fr;
                gap: .75rem;
            }
        }

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

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

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

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

            .jb-speed {
                grid-template-columns: 1fr;
            }
        }