/* Extracted CSS for pages/ai-receptionist/ai-receptionist-core/for/roofing/index.html */
.roof-hero{padding:140px 0 80px;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:1fr 1fr;gap:5rem;align-items:center;}
.roof-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;}
.roof-eyebrow::before{content:"";display:block;width:20px;height:1.5px;background:#5E0ED7;border-radius:2px;}
.roof-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;}
.roof-h1 .accent{color:#5E0ED7;}
.roof-desc{color:rgba(255,255,255,.6);font-size:1.05rem;line-height:1.75;margin-bottom:2rem;max-width:480px;}
.roof-cta-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem;}
.btn-roof-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-roof-primary:hover{background:#7a2ef0;transform:translateY(-2px);}
.roof-cta-sub{font-size:.78rem;color:rgba(255,255,255,.4);letter-spacing:.05em;}
.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:2.5rem;}
.roof-stat{background:#121217;padding:1.5rem 1.25rem;text-align:center;}
.roof-stat-num{font-size:1.8rem;font-weight:800;color:#5E0ED7;letter-spacing:-.03em;line-height:1;margin-bottom:.35rem;}
.roof-stat-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);}
.surge-visual{position:relative;min-height:390px;padding:1.5rem;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:1rem;color:rgba(255,255,255,.5);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:rgba(255,255,255,.35);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{padding:clamp(5rem,10vh,8rem) 0;background:#0a0a0c;}
.roof-section.alt{background:#121217;}
.roof-section-header{text-align:center;margin-bottom:4rem;}
.roof-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;}
.roof-eyebrow-sm::before{content:"";display:block;width:20px;height:1.5px;background:#5E0ED7;border-radius:2px;}
.roof-h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1;letter-spacing:-.04em;text-transform:uppercase;color:#fff;}
.roof-h2 .accent{color:#5E0ED7;}
.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:2rem;background:#0a0a0c;}
.surge-panel.good{background:#121217;}
.panel-label{display:flex;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06);font-size:.95rem;font-weight:700;color:#fff;margin-bottom:1.25rem;}
.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:.5rem;}
.call-unit{display:flex;justify-content:space-between;padding:.65rem .85rem;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{border-left-color:rgba(74,222,128,.55);color:rgba(255,255,255,.75);}
.call-unit small{opacity:.6;}
.roof-workflow-list{display:flex;flex-direction:column;gap:1.5rem;max-width:860px;margin:0 auto;}
.roof-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;}
.roof-workflow-num{font-size:2rem;font-weight:800;color:#5E0ED7;line-height:1;}
.roof-workflow-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em;}
.roof-workflow-desc{font-size:.88rem;color:rgba(255,255,255,.55);line-height:1.65;}
.roof-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;}
.roof-matrix-col{background:#0a0a0c;padding:2rem;}
.roof-matrix-col.solution{background:#121217;}
.roof-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);}
.roof-matrix-col.solution .roof-matrix-col-hdr{color:#5E0ED7;}
.roof-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);}
.roof-matrix-item:last-child{border-bottom:none;}
.roof-matrix-item::before{content:"";display:block;width:5px;height:5px;border-radius:50%;flex-shrink:0;margin-top:.45rem;}
.roof-matrix-col:not(.solution) .roof-matrix-item::before{background:rgba(239,68,68,.6);}
.roof-matrix-col.solution .roof-matrix-item{color:rgba(255,255,255,.75);}
.roof-matrix-col.solution .roof-matrix-item::before{background:#22c55e;}
.roof-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;}
.roof-cap-card{background:#0a0a0c;padding:2rem 1.75rem;transition:background .25s;}
.roof-cap-card:hover{background:#121217;}
.roof-cap-num{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#5E0ED7;margin-bottom:1rem;}
.roof-cap-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem;}
.roof-cap-desc{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.6;}
.roof-final-cta{padding:clamp(5rem,10vh,8rem) 0;background:#0a0a0c;text-align:center;position:relative;overflow:hidden;}
.roof-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;}
.roof-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;}
.roof-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;}
.roof-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)}}
@media(max-width:1024px){.roof-hero-grid{grid-template-columns:1fr;gap:3rem;}.surge-panels{grid-template-columns:1fr;}.roof-matrix{grid-template-columns:1fr;}.roof-cap-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:768px){.roof-hero{padding:120px 0 60px;}.roof-workflow-card{grid-template-columns:1fr;gap:.5rem;}.roof-cap-grid{grid-template-columns:1fr;}.roof-stats{grid-template-columns:1fr;}.surge-visual{min-height:300px;}}