/* Extracted CSS for pages/ai-receptionist/for/roofing/index.html */
body {
            background: #0a0a0c;
            color: #ffffff;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .roof-section {
            padding: 110px 0;
            background: #0a0a0c;
        }

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

        .roof-hero {
            padding: 150px 0 92px;
            background: #0a0a0c;
            position: relative;
            overflow: hidden;
        }

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

        .roof-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
            gap: 72px;
            align-items: center;
        }

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

        .roof-eyebrow::before,
        .roof-section-eyebrow::before {
            content: '';
            display: block;
            width: 20px;
            height: 1.5px;
            background: #5E0ED7;
            border-radius: 2px;
        }

        .roof-eyebrow {
            display: inline-flex;
            margin-bottom: 24px;
        }

        .roof-title {
            max-width: 760px;
            font-size: clamp(3rem, 6.3vw, 6.5rem);
            line-height: .94;
            letter-spacing: -.045em;
            text-transform: uppercase;
            color: #fff;
        }

        .roof-accent {
            color: #5E0ED7;
        }

        .roof-description {
            max-width: 590px;
            margin: 26px 0 30px;
            color: #a0a0b0;
            font-size: 16px;
            line-height: 1.7;
        }

        .roof-actions {
            display: flex;
            align-items: center;
            gap: 18px;
            flex-wrap: wrap;
        }

        .roof-cta {
            background: #5E0ED7;
            border-radius: 8px;
            box-shadow: 0 12px 32px rgba(94, 14, 215, .3);
        }

        .roof-cta:hover {
            background: #731bf0;
        }

        .roof-subtext {
            color: #a0a0b0;
            font-size: 12px;
        }

        .roof-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: 48px;
        }

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

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

        .roof-stat span {
            color: #a0a0b0;
            font-size: .72rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        .surge-visual {
            position: relative;
            min-height: 390px;
            padding: 24px;
            background: #121217;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            overflow: hidden;
        }

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

        .surge-top {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
            padding-bottom: 16px;
            color: #a0a0b0;
            font-size: .7rem;
            letter-spacing: .18em;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

        .surge-status {
            color: #10b981;
            display: flex;
            align-items: center;
            gap: .4rem;
        }

        .surge-status::before {
            content: '';
            display: inline-block;
            width: 7px;
            height: 7px;
            background: #10b981;
            border-radius: 50%;
        }

        .surge-chart {
            height: 200px;
            display: flex;
            align-items: flex-end;
            gap: 6px;
            padding: 20px 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }

        .surge-bar {
            flex: 1;
            height: var(--bar-height, 40%);
            min-width: 6px;
            background: linear-gradient(to top, rgba(94, 14, 215, 0.4), #6b18d8);
            transform-origin: bottom;
            opacity: .85;
            border-radius: 4px 4px 0 0;
            transition: height 0.4s ease, opacity 0.3s ease;
        }

        .surge-bar:nth-child(1) { --bar-height: 25%; }
        .surge-bar:nth-child(2) { --bar-height: 35%; }
        .surge-bar:nth-child(3) { --bar-height: 48%; }
        .surge-bar:nth-child(4) { --bar-height: 62%; }
        .surge-bar:nth-child(5) { --bar-height: 88%; }
        .surge-bar:nth-child(6) { --bar-height: 100%; }
        .surge-bar:nth-child(7) { --bar-height: 94%; }
        .surge-bar:nth-child(8) { --bar-height: 82%; }
        .surge-bar:nth-child(9) { --bar-height: 65%; }
        .surge-bar:nth-child(10) { --bar-height: 48%; }
        .surge-bar:nth-child(11) { --bar-height: 35%; }
        .surge-bar:nth-child(12) { --bar-height: 22%; }

        .surge-bar.hot {
            background: linear-gradient(to top, #6b18d8, #60a5fa);
            opacity: 1;
            box-shadow: 0 0 12px rgba(96, 165, 250, 0.4);
        }

        .surge-axis {
            display: flex;
            justify-content: space-between;
            padding-top: 10px;
            color: #a0a0b0;
            font-size: .68rem;
        }

        .surge-callout {
            position: absolute;
            top: 100px;
            right: 18px;
            padding: 8px 12px;
            background: rgba(94, 14, 215, .2);
            border: 1px solid rgba(94, 14, 215, .4);
            color: #d8c7ff;
            font-size: .75rem;
            border-radius: 6px;
        }

        .roof-section-head {
            max-width: 780px;
            margin-bottom: 48px;
        }

        .roof-section-eyebrow {
            display: inline-flex;
            margin-bottom: 16px;
        }

        .roof-section-title {
            font-size: clamp(2.2rem, 4.7vw, 4.7rem);
            line-height: .98;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
        }

        .word-line {
            display: block;
            overflow: hidden;
        }

        .word-inner {
            display: block;
        }

        .surge-panels {
            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;
        }

        .surge-panel {
            padding: 30px;
            background: #0a0a0c;
        }

        .surge-panel.good {
            background: #0a0a0c;
        }

        .panel-label {
            display: flex;
            justify-content: space-between;
            padding-bottom: 18px;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
            font-size: 15px;
            font-weight: 700;
            color: #fff;
        }

        .panel-label em {
            color: rgba(239, 68, 68, .85);
            font-style: normal;
            font-size: .68rem;
            text-transform: uppercase;
            letter-spacing: .1em;
        }

        .good .panel-label em {
            color: #4ade80;
        }

        .call-stack {
            display: grid;
            gap: 8px;
            margin-top: 20px;
        }

        .call-unit {
            display: flex;
            justify-content: space-between;
            padding: 10px 14px;
            background: rgba(255, 255, 255, .03);
            border-left: 3px solid rgba(239, 68, 68, .55);
            color: rgba(255, 255, 255, .65);
            font-size: .82rem;
            border-radius: 0 4px 4px 0;
        }

        .good .call-unit {
            background: rgba(255, 255, 255, .03);
            border-left-color: rgba(74, 222, 128, .55);
            color: rgba(255, 255, 255, .75);
        }

        .call-unit small {
            opacity: .6;
        }

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

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

        .workflow-card:nth-child(even) {
            padding-left: 2rem;
        }

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

        .workflow-card h3 {
            margin-bottom: 8px;
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .04em;
        }

        .workflow-card p {
            max-width: 600px;
            color: #a0a0b0;
            line-height: 1.65;
            font-size: .88rem;
        }

        .matrix-grid {
            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;
        }

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

        .matrix-card.solution {
            background: #121217;
        }

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

        .matrix-card.solution h3 {
            color: #5E0ED7;
        }

        .matrix-card ul {
            display: grid;
            gap: .75rem;
            padding: 0;
            margin: 0;
            list-style: none;
            color: rgba(255, 255, 255, .55);
            font-size: .88rem;
            line-height: 1.55;
        }

        .matrix-card li {
            display: flex;
            align-items: flex-start;
            gap: .75rem;
            padding: .75rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, .04);
        }

        .matrix-card li:last-child {
            border-bottom: none;
        }

        .matrix-card li::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: rgba(239, 68, 68, .6);
            flex-shrink: 0;
            margin-top: .45rem;
        }

        .matrix-card.solution li {
            color: rgba(255, 255, 255, .75);
        }

        .matrix-card.solution li::before {
            background: #22c55e;
        }

        .roof-capabilities {
            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;
        }

        .roof-capability {
            min-height: 205px;
            padding: 2rem 1.75rem;
            background: #121217;
            transition: background .25s;
        }

        .roof-capability:hover {
            background: #181822;
        }

        .roof-capability .cap-index {
            display: block;
            margin-bottom: 1rem;
            color: #5E0ED7;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
        }

        .roof-capability h3 {
            margin-bottom: .5rem;
            font-size: .95rem;
            font-weight: 700;
            color: #fff;
        }

        .roof-capability p {
            color: #a0a0b0;
            line-height: 1.6;
            font-size: .82rem;
        }

        .roof-final {
            padding: clamp(5rem, 10vh, 8rem) 0;
            text-align: center;
            background: #0a0a0c;
            position: relative;
            overflow: hidden;
        }

        .roof-final::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;
        }

        .roof-final .roof-section-title {
            max-width: 760px;
            margin: 0 auto 18px;
            position: relative;
        }

        .roof-final p {
            max-width: 590px;
            margin: 0 auto 28px;
            color: #a0a0b0;
            line-height: 1.65;
            font-size: 1rem;
            position: relative;
        }

        .roof-final .roof-subtext {
            display: block;
            margin-top: 14px;
            color: #62627a;
            font-size: .78rem;
            letter-spacing: .04em;
            position: relative;
        }

        @media (max-width:900px) {
            .roof-hero-grid {
                grid-template-columns: 1fr;
                gap: 52px;
            }

            .surge-panels,
            .matrix-grid,
            .workflow-list {
                grid-template-columns: 1fr;
            }

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

            .workflow-card:nth-child(even) {
                padding-left: 2rem;
            }
        }

        @media (max-width:600px) {
            .roof-hero {
                padding-top: 120px;
            }

            .roof-stats,
            .roof-capabilities {
                grid-template-columns: 1fr;
            }

            .surge-visual {
                min-height: 340px;
                padding: 18px;
            }

            .workflow-card {
                grid-template-columns: 48px 1fr;
                gap: 14px;
            }
        }