/* Extracted CSS for pages/gohighlevel/agencies/index.html */
body { background-color: var(--color-bg-dark); color: var(--color-text-primary); }

        .sub-hero-bg { position: relative; background-color: var(--color-bg-dark); overflow: hidden; }
        .sub-mesh-glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 70% 50% at 75% 20%, rgba(94, 14, 215, 0.22) 0%, transparent 70%), radial-gradient(ellipse 45% 35% at 15% 80%, rgba(94, 14, 215, 0.12) 0%, transparent 60%); }
        .sub-grid-lines { position: absolute; inset: 0; pointer-events: none; z-index: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 80%, transparent 100%); }

        .section-rule { border: none; border-top: 1px solid rgba(255, 255, 255, 0.07); margin: 0; }

        /* Feature Split Layouts */
        .sub-feature-section { padding: clamp(6rem, 12vh, 10rem) 0; background: var(--color-bg-dark); }
        .sub-feature-section.alt-bg { background: var(--color-bg-dark-secondary); }
        .sub-feature-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 8vw, 8rem); align-items: center; }
        .sub-feature-layout.reverse { direction: rtl; }
        .sub-feature-layout.reverse > * { direction: ltr; }

        .sub-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-accent-purple); margin-bottom: 1.5rem; }
        .sub-eyebrow::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--color-accent-purple); border-radius: 2px; }

        .sub-title { font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 800; line-height: 0.95; letter-spacing: -0.04em; text-transform: uppercase; color: var(--color-text-primary); margin-bottom: 2rem; }
        .sub-body { color: var(--color-text-secondary); font-size: clamp(0.95rem, 1.15vw, 1.08rem); line-height: 1.8; margin-bottom: 1.75rem; }
        .sub-list { list-style: none; padding: 0; margin: 1.5rem 0 3rem 0; display: flex; flex-direction: column; gap: 0.85rem; }
        .sub-list li { display: flex; align-items: center; gap: 1rem; font-size: 0.95rem; font-weight: 500; color: var(--color-text-secondary); padding: 0.6rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
        .sub-list li:last-child { border-bottom: none; }
        .sub-list li::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent-purple); flex-shrink: 0; box-shadow: 0 0 6px rgba(94, 14, 215, 0.6); }

        .agency-hero-visual { position: relative; min-height: 330px; padding: 1.35rem; border: 1px solid rgba(94, 14, 215, 0.28); border-radius: 18px; background: linear-gradient(145deg, rgba(24, 24, 34, 0.96), rgba(10, 10, 12, 0.92)); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.06); overflow: hidden; perspective: 900px; transform-style: preserve-3d; transform-origin: center center; transition: box-shadow .35s ease, border-color .35s ease; }
        .agency-hero-visual.is-dragging { border-color: rgba(94, 14, 215, .65); box-shadow: 0 24px 60px rgba(0, 0, 0, .32), 0 0 34px rgba(94, 14, 215, .2), inset 0 1px rgba(255, 255, 255, .08); }
        .agency-hero-visual::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 92%); pointer-events: none; }
        .agency-visual-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; color: var(--color-text-muted); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
        .agency-live { display: inline-flex; align-items: center; gap: .45rem; color: #8be6ae; }
        .agency-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #52d98b; box-shadow: 0 0 9px #52d98b; }
        .agency-orbit { position: relative; z-index: 1; height: 250px; max-width: 320px; margin: 0 auto; transform: translateZ(28px); transform-style: preserve-3d; }
        .agency-orbit::before, .agency-orbit::after { content: ''; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(94, 14, 215, .28); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
        .agency-orbit::before { width: 190px; height: 105px; }
        .agency-orbit::after { width: 270px; height: 150px; transform: translate(-50%, -50%) rotate(28deg); border-color: rgba(255, 255, 255, .1); }
        .agency-hq { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(94, 14, 215, .8); border-radius: 50%; background: rgba(94, 14, 215, .24); color: #fff; text-align: center; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translate(-50%, -50%); box-shadow: 0 0 0 10px rgba(94, 14, 215, .07), 0 0 34px rgba(94, 14, 215, .3); }
        .agency-hq span { display: block; margin-top: .25rem; color: #c5a2ff; font-size: .5rem; letter-spacing: .1em; }
        .agency-spoke { position: absolute; z-index: 2; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .78); font-size: .56rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 8px 18px rgba(0, 0, 0, .24); cursor: grab; touch-action: none; will-change: transform; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
        .agency-spoke.is-dragging { cursor: grabbing; border-color: rgba(94, 14, 215, .85); background: rgba(94, 14, 215, .2); box-shadow: 0 12px 26px rgba(0, 0, 0, .35), 0 0 22px rgba(94, 14, 215, .28); }
        .agency-spoke::before { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #52d98b; box-shadow: 0 0 8px #52d98b; }
        .agency-spoke span { margin-top: 1.15rem; }
        .agency-spoke.one { left: 5%; top: 22%; }
        .agency-spoke.two { right: 5%; top: 22%; }
        .agency-spoke.three { left: 18%; bottom: 4%; }
        .agency-spoke.four { right: 18%; bottom: 4%; }

        .sub-visual-panel { background: var(--color-bg-dark-tertiary); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--border-radius-lg); padding: clamp(3rem, 5vw, 4.5rem); min-height: 440px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
        .sub-visual-panel::before { content: ''; position: absolute; top: -40%; right: -30%; width: 70%; height: 70%; background: radial-gradient(circle, rgba(94, 14, 215, 0.15) 0%, transparent 70%); pointer-events: none; }
        .sub-visual-panel svg { width: 100%; height: auto; max-height: 360px; }

        /* Agency Deliverables Grid */
        .agency-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--border-radius-md); overflow: hidden; margin-top: 4rem; }
        .ag-card { background: var(--color-bg-dark); padding: 2.5rem 2rem; transition: background 0.4s ease; }
        .ag-card:hover { background: var(--color-bg-dark-secondary); }
        .ag-num { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; color: var(--color-accent-purple); margin-bottom: 1.5rem; }
        .ag-title { font-size: 1.1rem; font-weight: 700; color: var(--color-text-primary); margin-bottom: 0.75rem; }
        .ag-desc { font-size: 0.88rem; line-height: 1.65; color: var(--color-text-secondary); }

        @media (max-width: 1024px) {
            .sub-feature-layout { grid-template-columns: 1fr; gap: 3rem; }
            .agency-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .agency-grid { grid-template-columns: 1fr; }
        }