/* ============================================================
   Professional Rodent Cleanup — Elementor Widgets
   Palette: deep navy + warm amber + teal accent + emerald success
   Type: Bebas Neue (display) + Inter (body)
   ============================================================ */

.procleanup-widget,
.procleanup-hero-widget {
    --pc-bg: #0a1424;
    --pc-bg-2: #0d1a30;
    --pc-surface: #11203a;
    --pc-line: rgba(255,255,255,0.08);
    --pc-ink: #ffffff;
    --pc-ink-dim: #cbd5e1;
    --pc-muted: #64748b;
    --pc-primary: #f59e0b;     /* amber */
    --pc-primary-2: #fb923c;   /* warm orange */
    --pc-accent: #06b6d4;      /* teal */
    --pc-accent-2: #0ea5e9;    /* sky */
    --pc-success: #10b981;     /* emerald */
    --pc-radius: 14px;
    --pc-shadow: 0 20px 50px rgba(0,0,0,0.45);

    --pc2-bg: var(--pc-bg);
    --pc2-surface: var(--pc-surface);
    --pc2-line: var(--pc-line);
    --pc2-ink: var(--pc-ink);
    --pc2-ink-dim: var(--pc-ink-dim);
    --pc2-muted: var(--pc-muted);
    --pc2-primary: var(--pc-primary);
    --pc2-primary-2: var(--pc-primary-2);
    --pc2-accent: var(--pc-accent);
    --pc2-success: var(--pc-success);

    font-family: 'Inter', system-ui, sans-serif;
    color: var(--pc-ink);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    background: var(--pc-bg);
}

.procleanup-widget *,
.procleanup-widget *::before,
.procleanup-widget *::after,
.procleanup-hero-widget *,
.procleanup-hero-widget *::before,
.procleanup-hero-widget *::after {
    box-sizing: border-box;
}

.procleanup-widget img,
.procleanup-hero-widget img { max-width: 100%; display: block; }

.procleanup-widget .pc-container,
.procleanup-hero-widget .pc2-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================================
   FULL-BLEED breakout (same pattern as the other plugin)
   ============================================================ */
.elementor-widget.procleanup-fullbleed-yes {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow-x: clip;
}
.elementor-widget.procleanup-fullbleed-yes > .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
@supports not (overflow: clip) {
    .elementor-widget.procleanup-fullbleed-yes { overflow-x: hidden; }
}
@supports selector(:has(*)) {
    .elementor-section:has(.elementor-widget.procleanup-fullbleed-yes),
    .elementor-section-stretched:has(.elementor-widget.procleanup-fullbleed-yes) { padding: 0 !important; }
    .elementor-container:has(.elementor-widget.procleanup-fullbleed-yes) { max-width: 100% !important; padding: 0 !important; }
    .elementor-row:has(.elementor-widget.procleanup-fullbleed-yes),
    .elementor-column:has(.elementor-widget.procleanup-fullbleed-yes),
    .elementor-column-wrap:has(.elementor-widget.procleanup-fullbleed-yes),
    .elementor-widget-wrap:has(.elementor-widget.procleanup-fullbleed-yes) { padding: 0 !important; }
    .e-con:has(> .e-con-inner > .elementor-widget.procleanup-fullbleed-yes),
    .e-con:has(> .elementor-widget.procleanup-fullbleed-yes),
    .e-con-full:has(.elementor-widget.procleanup-fullbleed-yes),
    .e-con-inner:has(> .elementor-widget.procleanup-fullbleed-yes) {
        padding: 0 !important;
        max-width: 100% !important;
        --padding-top: 0px;
        --padding-right: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
    }
}

/* Honeypot — totally invisible */
.procleanup-widget .pc-hp,
.procleanup-hero-widget .pc2-hp {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Form messages */
.procleanup-widget .pc-form-message,
.procleanup-hero-widget .pc-form-message {
    margin-top: 14px;
    text-align: center;
    font-size: 0.92rem;
    min-height: 1.2em;
}
.procleanup-widget .pc-form-message.is-success,
.procleanup-hero-widget .pc-form-message.is-success { color: #34d399; }
.procleanup-widget .pc-form-message.is-error,
.procleanup-hero-widget .pc-form-message.is-error   { color: #fb7185; }


/* ============================================================
   WIDGET 1 — FULL PAGE CLEANUP
   ============================================================ */

/* ---------- HERO HEAD ---------- */
.procleanup-widget .pc-cleanup {
    position: relative;
    padding: clamp(60px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
    background:
        radial-gradient(1100px 500px at 50% -10%, rgba(245,158,11,0.18), transparent 60%),
        radial-gradient(900px 400px at 100% 100%, rgba(6,182,212,0.10), transparent 65%),
        var(--pc-bg);
}
.procleanup-widget .pc-cleanup__head {
    text-align: center;
    margin-bottom: clamp(32px, 4vw, 56px);
}
.procleanup-widget .pc-cleanup__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}
.procleanup-widget .pc-cleanup__logo a { display: inline-flex; }
.procleanup-widget .pc-cleanup__logo img {
    display: block;
    max-width: 220px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.4));
}
.procleanup-widget .pc-cleanup__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 7vw, 5.5rem);
    line-height: 0.95;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}
.procleanup-widget .pc-cleanup__subtitle {
    display: inline-block;
    margin: 18px 0 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(0.95rem, 1.6vw, 1.2rem);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--pc-primary);
    padding: 8px 18px;
    border: 1px solid rgba(245,158,11,0.35);
    background: rgba(245,158,11,0.06);
    border-radius: 50px;
}

/* ---------- 3 STAGES ---------- */
.procleanup-widget .pc-stages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.procleanup-widget .pc-stage {
    background: linear-gradient(180deg, var(--pc-surface) 0%, var(--pc-bg-2) 100%);
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    overflow: hidden;
    box-shadow: var(--pc-shadow);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.procleanup-widget .pc-stage:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 28px 60px rgba(0,0,0,0.6);
}

.procleanup-widget .pc-stage__step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--pc-line);
}
.procleanup-widget .pc-stage__step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}
.procleanup-widget .pc-stage--before .pc-stage__step-num { background: linear-gradient(135deg, #ef4444, #b91c1c); box-shadow: 0 6px 16px rgba(239,68,68,0.4); }
.procleanup-widget .pc-stage--during .pc-stage__step-num { background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-2)); box-shadow: 0 6px 16px rgba(245,158,11,0.45); }
.procleanup-widget .pc-stage--after  .pc-stage__step-num { background: linear-gradient(135deg, var(--pc-success), #059669); box-shadow: 0 6px 16px rgba(16,185,129,0.45); }

.procleanup-widget .pc-stage__step-label {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.15rem;
    color: #fff;
}

.procleanup-widget .pc-stage__sub {
    text-align: center;
    padding: 12px 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
    color: var(--pc-accent);
    background: rgba(6,182,212,0.08);
    border-bottom: 1px solid var(--pc-line);
}

.procleanup-widget .pc-stage__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #000;
}
.procleanup-widget .pc-stage__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s ease;
}
.procleanup-widget .pc-stage:hover .pc-stage__media img { transform: scale(1.05); }
.procleanup-widget .pc-stage__overlay {
    position: absolute;
    left: 16px; right: 16px; bottom: 16px;
    background: rgba(10,20,36,0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 14px 16px;
}
.procleanup-widget .pc-stage__list {
    list-style: none; margin: 0; padding: 0;
    display: grid; gap: 8px;
}
.procleanup-widget .pc-stage__list li {
    display: flex; align-items: center; gap: 12px;
    font-size: 0.94rem;
    color: var(--pc-ink);
    line-height: 1.3;
}
.procleanup-widget .pc-ico {
    flex: 0 0 22px;
    width: 22px; height: 22px;
    display: inline-flex;
    align-items: center; justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
.procleanup-widget .pc-ico svg {
    width: 12px; height: 12px;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.procleanup-widget .pc-stage--before .pc-ico { background: #ef4444; }
.procleanup-widget .pc-stage--before .pc-ico svg { stroke: #fff; }
.procleanup-widget .pc-stage--during .pc-ico { background: var(--pc-primary); }
.procleanup-widget .pc-stage--during .pc-ico svg { stroke: #1a1a1a; }
.procleanup-widget .pc-stage--after  .pc-ico { background: var(--pc-success); }
.procleanup-widget .pc-stage--after  .pc-ico svg { stroke: #fff; }

/* Rebate */
.procleanup-widget .pc-rebate {
    position: absolute;
    right: -8px; bottom: -8px;
    background: var(--pc-bg);
    border: 2px solid var(--pc-primary);
    color: #fff;
    padding: 14px 18px;
    text-align: center;
    border-radius: 10px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    line-height: 1.05;
    box-shadow: 0 10px 24px rgba(0,0,0,0.6);
    transform: rotate(-3deg);
    max-width: 150px;
}
.procleanup-widget .pc-rebate small { display: block; font-size: 0.7rem; letter-spacing: 0.14em; color: var(--pc-ink-dim); font-family: 'Inter', sans-serif; }
.procleanup-widget .pc-rebate strong { display: block; font-size: 1.7rem; color: var(--pc-primary); margin: 4px 0; letter-spacing: 0.04em; }
.procleanup-widget .pc-rebate span { font-size: 0.78rem; letter-spacing: 0.1em; }

/* ---------- BENEFITS ---------- */
.procleanup-widget .pc-benefits {
    margin-top: clamp(28px, 4vw, 44px);
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    color: #0f172a;
    border-radius: var(--pc-radius);
    padding: clamp(24px, 3vw, 32px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    box-shadow: var(--pc-shadow);
}
.procleanup-widget .pc-benefit {
    display: flex; align-items: center; gap: 16px;
}
.procleanup-widget .pc-benefit__shield {
    flex: 0 0 56px;
    width: 56px; height: 56px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pc-bg), var(--pc-surface));
    color: var(--pc-primary);
    box-shadow: 0 8px 18px rgba(15,23,42,0.15);
}
.procleanup-widget .pc-benefit__shield svg { width: 28px; height: 28px; }
.procleanup-widget .pc-benefit__text h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    margin: 0 0 2px;
    color: #0f172a;
}
.procleanup-widget .pc-benefit__text p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0;
}

/* ---------- CTA BAR ---------- */
.procleanup-widget .pc-cta {
    margin-top: clamp(28px, 4vw, 44px);
    display: grid;
    grid-template-columns: 1.4fr auto 1.4fr 1fr;
    align-items: center;
    gap: clamp(20px, 2.5vw, 36px);
}
.procleanup-widget .pc-cta__pitch {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.15;
    margin: 0;
}
.procleanup-widget .pc-cta__pitch span {
    display: block;
    margin-top: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--pc-ink-dim);
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4;
}

.procleanup-widget .pc-badge {
    width: clamp(100px, 12vw, 140px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    justify-self: center;
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-2));
    border-radius: 24px;
    transform: rotate(-6deg);
    box-shadow: 0 14px 32px rgba(245,158,11,0.45);
    border: 3px solid rgba(255,255,255,0.2);
}
.procleanup-widget .pc-badge span {
    color: #1a1a1a;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    line-height: 0.95;
    font-size: clamp(1.1rem, 1.6vw, 1.45rem);
    letter-spacing: 0.04em;
    transform: rotate(6deg);
}
.procleanup-widget .pc-badge span small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-bottom: 4px;
    opacity: 0.85;
    text-transform: uppercase;
}

.procleanup-widget .pc-cta__schedule h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.1rem, 1.6vw, 1.45rem);
    color: var(--pc-primary);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin: 0 0 12px;
}
.procleanup-widget .pc-cta__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
}
.procleanup-widget .pc-cta__contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    transition: color 0.2s ease;
}
.procleanup-widget .pc-cta__contact a:hover { color: var(--pc-primary); }
.procleanup-widget .pc-cta__contact svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--pc-accent); }

.procleanup-widget .pc-financing {
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
    background: rgba(255,255,255,0.04);
}
.procleanup-widget .pc-financing small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pc-ink-dim);
}
.procleanup-widget .pc-financing strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    color: var(--pc-primary);
    font-size: clamp(1.1rem, 1.6vw, 1.5rem);
    margin: 4px 0;
    letter-spacing: 0.04em;
}
.procleanup-widget .pc-financing span {
    font-size: 0.7rem;
    color: var(--pc-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ---------- WELCOME VIDEO (widget 1) ---------- */
.procleanup-widget .pc-welcome {
    position: relative;
    padding: clamp(60px, 8vw, 100px) 0;
    background:
        radial-gradient(900px 400px at 50% 0%, rgba(6,182,212,0.08), transparent 65%),
        var(--pc-bg);
    border-top: 1px solid var(--pc-line);
}
.procleanup-widget .pc-welcome__head {
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 44px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.procleanup-widget .pc-welcome__eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.78rem;
    color: var(--pc-accent);
    margin-bottom: 12px;
    padding: 6px 14px;
    border: 1px solid rgba(6,182,212,0.3);
    background: rgba(6,182,212,0.08);
    border-radius: 50px;
}
.procleanup-widget .pc-welcome__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.8rem, 4.2vw, 3rem);
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin: 0;
}
.procleanup-widget .pc-welcome__lead {
    margin: 14px auto 0;
    color: var(--pc-ink-dim);
    font-size: clamp(0.95rem, 1.2vw, 1.06rem);
    max-width: 640px;
}

.procleanup-widget .pc-video-frame {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: var(--pc-bg-2);
    box-shadow: 0 30px 70px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
.procleanup-widget .pc-video-frame video,
.procleanup-widget .pc-video-frame iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0;
    object-fit: cover;
}
.procleanup-widget .pc-video-placeholder {
    position: absolute; inset: 0;
    display: grid; place-items: center;
    background: radial-gradient(circle at 50% 40%, var(--pc-surface) 0%, var(--pc-bg) 75%);
    text-align: center;
    color: var(--pc-ink-dim);
    padding: 30px;
    cursor: pointer;
}
.procleanup-widget .pc-video-placeholder__play {
    width: 92px; height: 92px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-2));
    display: grid; place-items: center;
    margin: 0 auto 18px;
    box-shadow: 0 0 0 0 rgba(245,158,11,0.4), 0 14px 28px rgba(245,158,11,0.5);
    animation: pc-play-pulse 2.4s ease-in-out infinite;
}
.procleanup-widget .pc-video-placeholder__play::after {
    content: "";
    width: 0; height: 0;
    border-style: solid;
    border-width: 16px 0 16px 24px;
    border-color: transparent transparent transparent #1a1a1a;
    margin-left: 6px;
}
@keyframes pc-play-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.4), 0 14px 28px rgba(245,158,11,0.5); }
    50%      { box-shadow: 0 0 0 18px rgba(245,158,11,0), 0 14px 28px rgba(245,158,11,0.5); }
}
.procleanup-widget .pc-video-placeholder strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.procleanup-widget .pc-video-placeholder span {
    color: var(--pc-muted);
    font-size: 0.9rem;
}

/* ---------- BOOKING FORM (widget 1) ---------- */
.procleanup-widget .pc-booking {
    position: relative;
    padding: clamp(60px, 8vw, 110px) 0 clamp(70px, 9vw, 120px);
    background:
        radial-gradient(800px 400px at 50% 100%, rgba(245,158,11,0.14), transparent 70%),
        var(--pc-bg);
    border-top: 1px solid var(--pc-line);
}
.procleanup-widget .pc-booking__inner {
    max-width: 880px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--pc-surface) 0%, var(--pc-bg-2) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--pc-shadow);
}
.procleanup-widget .pc-booking__banner {
    background: linear-gradient(135deg, var(--pc-primary) 0%, var(--pc-primary-2) 100%);
    color: #1a1a1a;
    text-align: center;
    padding: 22px 26px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 2.2vw, 1.75rem);
    letter-spacing: 0.06em;
    line-height: 1.15;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

.procleanup-widget .pc-booking__body {
    padding: clamp(34px, 4.5vw, 56px) clamp(28px, 4.5vw, 56px) clamp(38px, 5vw, 60px);
}
.procleanup-widget .pc-booking__intro {
    text-align: center;
    margin-bottom: 32px;
}
.procleanup-widget .pc-booking__intro h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    color: #fff;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.procleanup-widget .pc-booking__intro p {
    color: var(--pc-ink-dim);
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    margin: 0;
}

.procleanup-widget .pc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20px;
}
.procleanup-widget .pc-field { display: flex; flex-direction: column; gap: 8px; }
.procleanup-widget .pc-field--full { grid-column: 1 / -1; }
.procleanup-widget .pc-field label {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pc-ink-dim);
}
.procleanup-widget .pc-field label .pc-req { color: var(--pc-primary); margin-left: 2px; }
.procleanup-widget .pc-field input,
.procleanup-widget .pc-field select,
.procleanup-widget .pc-field textarea {
    width: 100%;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.procleanup-widget .pc-field input::placeholder,
.procleanup-widget .pc-field textarea::placeholder { color: rgba(255,255,255,0.45); }
.procleanup-widget .pc-field input:focus,
.procleanup-widget .pc-field select:focus,
.procleanup-widget .pc-field textarea:focus {
    outline: none;
    border-color: var(--pc-accent);
    background: rgba(0,0,0,0.55);
    box-shadow: 0 0 0 3px rgba(6,182,212,0.18);
}
.procleanup-widget .pc-field textarea { resize: vertical; min-height: 140px; line-height: 1.5; }
.procleanup-widget .pc-field select {
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path d='M1 1l6 6 6-6' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 44px;
    cursor: pointer;
}

.procleanup-widget .pc-booking__submit {
    margin-top: 28px;
    width: 100%;
    background: linear-gradient(135deg, var(--pc-primary) 0%, var(--pc-primary-2) 100%);
    color: #1a1a1a;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 18px 22px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(245,158,11,0.45);
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
}
.procleanup-widget .pc-booking__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(245,158,11,0.6);
}
.procleanup-widget .pc-booking__submit[disabled] { opacity: 0.65; cursor: progress; }

.procleanup-widget .pc-booking__trust {
    margin: 18px 0 0;
    text-align: center;
    color: var(--pc-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}
.procleanup-widget .pc-booking__trust strong { color: var(--pc-ink-dim); font-weight: 600; }


/* ============================================================
   WIDGET 2 — PRO HEADER & HERO
   ============================================================ */

/* ---------- ANNOUNCEMENT STRIP ---------- */
.procleanup-hero-widget .pc2-marquee {
    background: linear-gradient(90deg, #d97706 0%, var(--pc2-primary) 50%, #d97706 100%);
    color: #1a1a1a;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.85rem;
    padding: 10px 0;
    position: relative;
}
.procleanup-hero-widget .pc2-marquee::before,
.procleanup-hero-widget .pc2-marquee::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}
.procleanup-hero-widget .pc2-marquee::before { left: 0;  background: linear-gradient(to right, #d97706, transparent); }
.procleanup-hero-widget .pc2-marquee::after  { right: 0; background: linear-gradient(to left,  #d97706, transparent); }

.procleanup-hero-widget .pc2-marquee__track {
    display: flex; align-items: center; gap: 32px;
    width: max-content;
    animation: pc2-marquee 35s linear infinite;
}
.procleanup-hero-widget .pc2-marquee:hover .pc2-marquee__track { animation-play-state: paused; }
.procleanup-hero-widget .pc2-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.procleanup-hero-widget .pc2-marquee__item svg { width: 16px; height: 16px; color: #ffffff; flex-shrink: 0; }
.procleanup-hero-widget .pc2-marquee__sep { opacity: 0.45; font-size: 0.55rem; }
@keyframes pc2-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ---------- NAV BAR ---------- */
.procleanup-hero-widget .pc2-nav {
    position: relative;
    background: rgba(10,20,36,0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--pc2-line);
    z-index: 100;
}
.procleanup-hero-widget .pc2-nav--sticky { position: sticky; top: 0; }

.procleanup-hero-widget .pc2-nav__inner {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    height: 80px;
}

.procleanup-hero-widget .pc2-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
}
.procleanup-hero-widget .pc2-logo img {
    display: block;
    max-height: 48px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.procleanup-hero-widget .pc2-logo__accent {
    background: linear-gradient(135deg, var(--pc2-primary), var(--pc2-primary-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.procleanup-hero-widget .pc2-nav__menu {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
}
.procleanup-hero-widget .pc2-nav__list {
    display: flex; align-items: center; gap: 28px;
    list-style: none; margin: 0; padding: 0;
}
.procleanup-hero-widget .pc2-nav__list a {
    color: var(--pc2-ink-dim);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.96rem;
    position: relative;
    padding: 6px 0;
    transition: color 0.2s ease;
}
.procleanup-hero-widget .pc2-nav__list a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: var(--pc2-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}
.procleanup-hero-widget .pc2-nav__list a:hover { color: #fff; }
.procleanup-hero-widget .pc2-nav__list a:hover::after { transform: scaleX(1); }

.procleanup-hero-widget .pc2-nav__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.procleanup-hero-widget .pc2-nav__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}
.procleanup-hero-widget .pc2-nav__phone svg { width: 18px; height: 18px; color: var(--pc2-accent); }
.procleanup-hero-widget .pc2-nav__phone:hover { color: var(--pc2-primary); }

.procleanup-hero-widget .pc2-nav__cta {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--pc2-primary) 0%, var(--pc2-primary-2) 100%);
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.88rem;
    box-shadow: 0 8px 22px rgba(245,158,11,0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.procleanup-hero-widget .pc2-nav__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(245,158,11,0.55);
}

/* Hamburger */
.procleanup-hero-widget .pc2-nav__toggle {
    display: none;
    background: none;
    border: 0;
    width: 42px; height: 42px;
    padding: 0;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.procleanup-hero-widget .pc2-nav__toggle span {
    width: 22px; height: 2px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.procleanup-hero-widget .pc2-nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.procleanup-hero-widget .pc2-nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.procleanup-hero-widget .pc2-nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.procleanup-hero-widget .pc2-hero {
    position: relative;
    padding: clamp(70px, 9vw, 130px) 0 clamp(80px, 10vw, 140px);
    background:
        radial-gradient(900px 500px at 80% 20%, rgba(245,158,11,0.10), transparent 60%),
        radial-gradient(700px 400px at 0% 100%, rgba(6,182,212,0.16), transparent 65%),
        var(--pc2-bg);
    overflow: hidden;
}
.procleanup-hero-widget .pc2-hero::before {
    content: "";
    position: absolute; inset: 0;
    background-image: var(--pc2-hero-bg, none);
    background-size: cover;
    background-position: center;
    opacity: 0.32;
    z-index: 0;
}
.procleanup-hero-widget .pc2-hero::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,20,36,0.5) 0%, rgba(10,20,36,0.85) 100%);
    z-index: 0;
}
.procleanup-hero-widget .pc2-hero > .pc2-container { position: relative; z-index: 1; }

.procleanup-hero-widget .pc2-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}

.procleanup-hero-widget .pc2-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(6,182,212,0.12);
    border: 1px solid rgba(6,182,212,0.3);
    color: var(--pc2-accent);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
}
.procleanup-hero-widget .pc2-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--pc2-accent);
    box-shadow: 0 0 0 4px rgba(6,182,212,0.25);
    animation: pc2-pulse 2s ease-in-out infinite;
}
@keyframes pc2-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(6,182,212,0.25); }
    50%      { box-shadow: 0 0 0 8px rgba(6,182,212,0.05); }
}

.procleanup-hero-widget .pc2-hero__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(2.6rem, 5.6vw, 4.8rem);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.015em;
    color: #fff;
    margin: 0 0 22px;
}
.procleanup-hero-widget .pc2-hero__hl {
    background: linear-gradient(135deg, var(--pc2-primary) 0%, var(--pc2-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.procleanup-hero-widget .pc2-hero__lead {
    color: var(--pc2-ink-dim);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.55;
    max-width: 540px;
    margin: 0 0 28px;
}

.procleanup-hero-widget .pc2-hero__bullets {
    list-style: none; margin: 0 0 28px; padding: 0;
    display: grid; gap: 12px;
}
.procleanup-hero-widget .pc2-hero__bullets li {
    display: flex; align-items: center; gap: 12px;
    color: #f1f5f9;
    font-weight: 500;
    font-size: 1rem;
}
.procleanup-hero-widget .pc2-hero__bullets svg {
    flex-shrink: 0;
    width: 22px; height: 22px;
    padding: 4px;
    color: #fff;
    background: linear-gradient(135deg, var(--pc2-success), #059669);
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(16,185,129,0.4);
}

.procleanup-hero-widget .pc2-hero__rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50px;
}
.procleanup-hero-widget .pc2-stars { display: inline-flex; gap: 2px; color: var(--pc2-primary); }
.procleanup-hero-widget .pc2-stars svg { width: 16px; height: 16px; }
.procleanup-hero-widget .pc2-hero__rating strong {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}
.procleanup-hero-widget .pc2-hero__rating-count { color: var(--pc2-ink-dim); font-size: 0.88rem; }

/* ---------- HERO FORM CARD ---------- */
.procleanup-hero-widget .pc2-form-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: clamp(28px, 3.5vw, 40px);
    box-shadow:
        0 30px 60px -20px rgba(0,0,0,0.7),
        0 0 0 1px rgba(255,255,255,0.05) inset;
    position: relative;
    overflow: hidden;
}
.procleanup-hero-widget .pc2-form-card::before {
    content: "";
    position: absolute;
    top: -50%; right: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(245,158,11,0.16) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}
.procleanup-hero-widget .pc2-form-card > * { position: relative; z-index: 1; }

.procleanup-hero-widget .pc2-form-card__badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--pc2-primary), var(--pc2-primary-2));
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
    box-shadow: 0 6px 14px rgba(245,158,11,0.4);
}
.procleanup-hero-widget .pc2-form-card__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin: 0 0 6px;
}
.procleanup-hero-widget .pc2-form-card__sub {
    color: var(--pc2-ink-dim);
    font-size: 0.95rem;
    margin: 0 0 22px;
}

.procleanup-hero-widget .pc2-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.procleanup-hero-widget .pc2-form__field { margin-bottom: 12px; }
.procleanup-hero-widget .pc2-form__row .pc2-form__field { margin-bottom: 12px; }

.procleanup-hero-widget .pc2-form__field input,
.procleanup-hero-widget .pc2-form__field select {
    width: 100%;
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.procleanup-hero-widget .pc2-form__field input::placeholder { color: rgba(255,255,255,0.45); }
.procleanup-hero-widget .pc2-form__field input:focus,
.procleanup-hero-widget .pc2-form__field select:focus {
    outline: none;
    border-color: var(--pc2-accent);
    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 0 3px rgba(6,182,212,0.18);
}
.procleanup-hero-widget .pc2-form__field select {
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path d='M1 1l6 6 6-6' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-color: rgba(0,0,0,0.4);
    padding-right: 42px;
}

.procleanup-hero-widget .pc2-form__submit {
    width: 100%;
    margin-top: 8px;
    padding: 16px 18px;
    background: linear-gradient(135deg, var(--pc2-primary) 0%, var(--pc2-primary-2) 100%);
    color: #1a1a1a;
    border: 0;
    border-radius: 12px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.18rem;
    line-height: 1.15;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(245,158,11,0.45);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}
.procleanup-hero-widget .pc2-form__submit svg {
    width: 18px; height: 18px;
    transition: transform 0.25s ease;
}
.procleanup-hero-widget .pc2-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(245,158,11,0.55);
}
.procleanup-hero-widget .pc2-form__submit:hover svg { transform: translateX(4px); }
.procleanup-hero-widget .pc2-form__submit[disabled] { opacity: 0.6; cursor: progress; }

.procleanup-hero-widget .pc2-form__trust {
    margin: 14px 0 0;
    text-align: center;
    color: var(--pc2-muted);
    font-size: 0.82rem;
}

/* ---------- WELCOME VIDEO (widget 2) ---------- */
.procleanup-hero-widget .pc2-welcome {
    position: relative;
    padding: clamp(70px, 8vw, 120px) 0;
    background:
        radial-gradient(900px 500px at 50% 0%, rgba(6,182,212,0.06), transparent 65%),
        var(--pc2-bg);
    border-top: 1px solid var(--pc2-line);
}
.procleanup-hero-widget .pc2-section-head {
    text-align: center;
    margin: 0 auto clamp(36px, 5vw, 56px);
    max-width: 720px;
}
.procleanup-hero-widget .pc2-section-head__eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.78rem;
    color: var(--pc2-accent);
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid rgba(6,182,212,0.3);
    background: rgba(6,182,212,0.08);
    border-radius: 50px;
}
.procleanup-hero-widget .pc2-section-head__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    text-transform: uppercase;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin: 0 0 14px;
}
.procleanup-hero-widget .pc2-section-head__lead {
    color: var(--pc2-ink-dim);
    font-size: clamp(0.98rem, 1.2vw, 1.1rem);
    line-height: 1.55;
    margin: 0;
}

.procleanup-hero-widget .pc2-video-frame {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: var(--pc2-surface);
    box-shadow: 0 30px 70px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
.procleanup-hero-widget .pc2-video-frame iframe,
.procleanup-hero-widget .pc2-video-frame video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0;
    object-fit: cover;
}
.procleanup-hero-widget .pc2-video-placeholder {
    position: absolute; inset: 0;
    display: grid; place-items: center;
    text-align: center;
    background: radial-gradient(circle at 50% 40%, var(--pc2-surface) 0%, var(--pc2-bg) 75%);
    color: var(--pc2-ink-dim);
    padding: 30px;
    cursor: pointer;
}
.procleanup-hero-widget .pc2-video-placeholder__play {
    width: 92px; height: 92px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pc2-primary), var(--pc2-primary-2));
    display: grid; place-items: center;
    margin: 0 auto 18px;
    box-shadow: 0 0 0 0 rgba(245,158,11,0.4), 0 14px 28px rgba(245,158,11,0.5);
    animation: pc-play-pulse 2.4s ease-in-out infinite;
}
.procleanup-hero-widget .pc2-video-placeholder__play::after {
    content: "";
    width: 0; height: 0;
    border-style: solid;
    border-width: 16px 0 16px 24px;
    border-color: transparent transparent transparent #1a1a1a;
    margin-left: 6px;
}
.procleanup-hero-widget .pc2-video-placeholder strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.procleanup-hero-widget .pc2-video-placeholder span {
    color: var(--pc2-muted);
    font-size: 0.9rem;
}

/* ---------- TRUST STRIP ---------- */
.procleanup-hero-widget .pc2-trust {
    background: #050b16;
    border-top: 1px solid var(--pc2-line);
    border-bottom: 1px solid var(--pc2-line);
}
.procleanup-hero-widget .pc2-trust__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 32px 24px;
    align-items: center;
}
.procleanup-hero-widget .pc2-trust__item {
    text-align: center;
    position: relative;
}
.procleanup-hero-widget .pc2-trust__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px; top: 18%; bottom: 18%;
    width: 1px;
    background: var(--pc2-line);
}
.procleanup-hero-widget .pc2-trust__item strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(1.6rem, 2.2vw, 2.1rem);
    color: var(--pc2-primary);
    letter-spacing: 0.04em;
    line-height: 1;
}
.procleanup-hero-widget .pc2-trust__item span {
    display: block;
    margin-top: 8px;
    color: var(--pc2-ink-dim);
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

/* ---------- 3-STAGE PROCESS ---------- */
.procleanup-hero-widget .pc2-process {
    position: relative;
    padding: clamp(70px, 9vw, 130px) 0;
    background:
        radial-gradient(800px 400px at 80% 0%, rgba(245,158,11,0.05), transparent 60%),
        radial-gradient(700px 400px at 0% 100%, rgba(6,182,212,0.06), transparent 65%),
        #060f1c;
    border-top: 1px solid var(--pc2-line);
}
.procleanup-hero-widget .pc2-stages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.procleanup-hero-widget .pc2-stage {
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid var(--pc2-line);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 18px 40px rgba(0,0,0,0.4);
}
.procleanup-hero-widget .pc2-stage:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 28px 60px rgba(0,0,0,0.6);
}
.procleanup-hero-widget .pc2-stage__step {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--pc2-line);
    background: rgba(0,0,0,0.4);
}
.procleanup-hero-widget .pc2-stage__step-num {
    flex-shrink: 0;
    width: 36px; height: 36px;
    display: grid; place-items: center;
    border-radius: 50%;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
}
.procleanup-hero-widget .pc2-stage--before .pc2-stage__step-num { background: linear-gradient(135deg, #ef4444, #b91c1c); box-shadow: 0 6px 14px rgba(239,68,68,0.4); }
.procleanup-hero-widget .pc2-stage--during .pc2-stage__step-num { background: linear-gradient(135deg, var(--pc2-primary), var(--pc2-primary-2)); color: #1a1a1a; box-shadow: 0 6px 14px rgba(245,158,11,0.45); }
.procleanup-hero-widget .pc2-stage--after  .pc2-stage__step-num { background: linear-gradient(135deg, var(--pc2-success), #059669); box-shadow: 0 6px 14px rgba(16,185,129,0.45); }

.procleanup-hero-widget .pc2-stage__step-label {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.15rem;
    color: #fff;
}
.procleanup-hero-widget .pc2-stage__media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #000;
}
.procleanup-hero-widget .pc2-stage__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.procleanup-hero-widget .pc2-stage:hover .pc2-stage__media img { transform: scale(1.06); }
.procleanup-hero-widget .pc2-stage__media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}

.procleanup-hero-widget .pc2-stage__body {
    padding: 22px 24px 26px;
    flex: 1;
    display: flex; flex-direction: column;
}
.procleanup-hero-widget .pc2-stage__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    color: var(--pc2-accent);
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--pc2-line);
}
.procleanup-hero-widget .pc2-stage__list {
    list-style: none; margin: 0; padding: 0;
    display: grid; gap: 10px;
}
.procleanup-hero-widget .pc2-stage__list li {
    display: flex; align-items: flex-start; gap: 12px;
    color: #e8eaee;
    font-size: 0.96rem;
    line-height: 1.4;
}
.procleanup-hero-widget .pc2-stage__ico {
    flex-shrink: 0;
    width: 22px; height: 22px;
    margin-top: 1px;
    display: grid; place-items: center;
    border-radius: 50%;
}
.procleanup-hero-widget .pc2-stage__ico svg {
    width: 12px; height: 12px;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.procleanup-hero-widget .pc2-stage--before .pc2-stage__ico { background: #ef4444; }
.procleanup-hero-widget .pc2-stage--before .pc2-stage__ico svg { stroke: #fff; }
.procleanup-hero-widget .pc2-stage--during .pc2-stage__ico { background: var(--pc2-primary); }
.procleanup-hero-widget .pc2-stage--during .pc2-stage__ico svg { stroke: #1a1a1a; }
.procleanup-hero-widget .pc2-stage--after  .pc2-stage__ico { background: var(--pc2-success); }
.procleanup-hero-widget .pc2-stage--after  .pc2-stage__ico svg { stroke: #fff; }

/* ---------- BOTTOM BOOKING FORM ---------- */
.procleanup-hero-widget .pc2-bottom-cta {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 0 clamp(90px, 11vw, 150px);
    background:
        radial-gradient(700px 400px at 100% 0%, rgba(6,182,212,0.06), transparent 60%),
        radial-gradient(800px 500px at 0% 100%, rgba(245,158,11,0.18), transparent 65%),
        #050b16;
    border-top: 1px solid var(--pc2-line);
}
.procleanup-hero-widget .pc2-bottom-cta__head {
    text-align: center;
    margin: 0 auto clamp(36px, 4.5vw, 56px);
    max-width: 760px;
}
.procleanup-hero-widget .pc2-bottom-cta__eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.78rem;
    color: var(--pc2-accent);
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid rgba(6,182,212,0.3);
    background: rgba(6,182,212,0.08);
    border-radius: 50px;
}
.procleanup-hero-widget .pc2-bottom-cta__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    text-transform: uppercase;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin: 0 0 14px;
}
.procleanup-hero-widget .pc2-bottom-cta__lead {
    color: var(--pc2-ink-dim);
    font-size: clamp(0.98rem, 1.2vw, 1.1rem);
    line-height: 1.55;
    margin: 0;
}

.procleanup-hero-widget .pc2-bottom-cta__card {
    max-width: 880px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--pc2-surface) 0%, var(--pc2-bg) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04) inset;
}
.procleanup-hero-widget .pc2-bottom-cta__banner {
    background: linear-gradient(135deg, var(--pc2-primary) 0%, var(--pc2-primary-2) 100%);
    color: #1a1a1a;
    text-align: center;
    padding: 22px 26px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: clamp(1.2rem, 2.2vw, 1.75rem);
    line-height: 1.15;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}
.procleanup-hero-widget .pc2-bottom-form {
    padding: clamp(34px, 4.5vw, 56px) clamp(28px, 4.5vw, 56px) clamp(38px, 5vw, 60px);
}
.procleanup-hero-widget .pc2-bottom-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20px;
}
.procleanup-hero-widget .pc2-bottom-form__field { display: flex; flex-direction: column; gap: 8px; }
.procleanup-hero-widget .pc2-bottom-form__field--full { grid-column: 1 / -1; }
.procleanup-hero-widget .pc2-bottom-form__field label {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pc2-ink-dim);
}
.procleanup-hero-widget .pc2-bottom-form__field .pc2-req { color: var(--pc2-primary); margin-left: 2px; }

.procleanup-hero-widget .pc2-bottom-form__field input,
.procleanup-hero-widget .pc2-bottom-form__field select,
.procleanup-hero-widget .pc2-bottom-form__field textarea {
    width: 100%;
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.procleanup-hero-widget .pc2-bottom-form__field input::placeholder,
.procleanup-hero-widget .pc2-bottom-form__field textarea::placeholder { color: rgba(255,255,255,0.45); }
.procleanup-hero-widget .pc2-bottom-form__field input:focus,
.procleanup-hero-widget .pc2-bottom-form__field select:focus,
.procleanup-hero-widget .pc2-bottom-form__field textarea:focus {
    outline: none;
    border-color: var(--pc2-accent);
    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 0 3px rgba(6,182,212,0.18);
}
.procleanup-hero-widget .pc2-bottom-form__field textarea { resize: vertical; min-height: 140px; line-height: 1.5; }
.procleanup-hero-widget .pc2-bottom-form__field select {
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path d='M1 1l6 6 6-6' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
    cursor: pointer;
}

.procleanup-hero-widget .pc2-bottom-form__submit {
    margin-top: 28px;
    width: 100%;
    background: linear-gradient(135deg, var(--pc2-primary) 0%, var(--pc2-primary-2) 100%);
    color: #1a1a1a;
    border: 0;
    border-radius: 12px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    line-height: 1.15;
    padding: 18px 18px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(245,158,11,0.45);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}
.procleanup-hero-widget .pc2-bottom-form__submit svg { width: 20px; height: 20px; transition: transform 0.25s ease; }
.procleanup-hero-widget .pc2-bottom-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(245,158,11,0.6);
}
.procleanup-hero-widget .pc2-bottom-form__submit:hover svg { transform: translateX(4px); }
.procleanup-hero-widget .pc2-bottom-form__submit[disabled] { opacity: 0.65; cursor: progress; }

.procleanup-hero-widget .pc2-bottom-form__trust {
    margin: 18px 0 0;
    text-align: center;
    color: var(--pc2-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}
.procleanup-hero-widget .pc2-bottom-form__trust strong { color: var(--pc2-ink-dim); font-weight: 600; }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    /* Widget 2 — collapse nav */
    .procleanup-hero-widget .pc2-nav__toggle { display: inline-flex; }
    .procleanup-hero-widget .pc2-nav__menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        background: rgba(10,20,36,0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        padding: 24px;
        border-bottom: 1px solid var(--pc2-line);
        box-shadow: 0 24px 50px rgba(0,0,0,0.6);
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        z-index: 99;
    }
    .procleanup-hero-widget .pc2-nav__menu.is-open { display: flex; }
    .procleanup-hero-widget .pc2-nav__list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }
    .procleanup-hero-widget .pc2-nav__list a {
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid var(--pc2-line);
        font-size: 1.05rem;
    }
    .procleanup-hero-widget .pc2-nav__list a::after { display: none; }
    .procleanup-hero-widget .pc2-nav__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 12px;
    }
    .procleanup-hero-widget .pc2-nav__phone { justify-content: center; padding: 12px; }
    .procleanup-hero-widget .pc2-nav__cta   { justify-content: center; padding: 14px; }

    /* Hero stacks */
    .procleanup-hero-widget .pc2-hero__grid { grid-template-columns: 1fr; gap: 50px; }

    /* Trust strip 3-up */
    .procleanup-hero-widget .pc2-trust__inner { grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .procleanup-hero-widget .pc2-trust__item:not(:last-child)::after { display: none; }
}

@media (max-width: 980px) {
    .procleanup-widget .pc-stages,
    .procleanup-hero-widget .pc2-stages { grid-template-columns: 1fr; }
    .procleanup-widget .pc-benefits { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .procleanup-widget .pc-cta {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
    }
    .procleanup-widget .pc-cta__contact { justify-content: center; }
    .procleanup-widget .pc-rebate { transform: rotate(-3deg) scale(.92); right: 6px; bottom: 6px; }
}

@media (max-width: 768px) {
    .procleanup-widget .pc-form-grid { grid-template-columns: 1fr; gap: 18px; }
    .procleanup-widget .pc-booking__body { padding: 28px 20px 32px; }
    .procleanup-widget .pc-booking__banner {
        padding: 18px 20px;
        font-size: 1.15rem;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 600px) {
    .procleanup-hero-widget .pc2-form__row { grid-template-columns: 1fr; }
    .procleanup-hero-widget .pc2-trust__inner { grid-template-columns: repeat(2, 1fr); }
    .procleanup-hero-widget .pc2-bottom-form__grid { grid-template-columns: 1fr; }

    .procleanup-hero-widget .pc2-form__submit,
    .procleanup-hero-widget .pc2-bottom-form__submit {
        font-size: 1rem;
        letter-spacing: 0.04em;
        padding: 15px 14px;
    }
    .procleanup-hero-widget .pc2-form-card { padding: 24px 20px; }
    .procleanup-hero-widget .pc2-bottom-form { padding: 24px 18px 28px; }
    .procleanup-hero-widget .pc2-bottom-cta__banner { padding: 16px 18px; font-size: 1.1rem; letter-spacing: 0.04em; }

    .procleanup-hero-widget .pc2-nav__cta {
        font-size: 0.82rem;
        letter-spacing: 0.04em;
        padding: 12px 14px;
    }
}

@media (max-width: 520px) {
    .procleanup-widget .pc-benefits { grid-template-columns: 1fr; }
    .procleanup-hero-widget .pc2-trust__inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .procleanup-hero-widget .pc2-marquee__track,
    .procleanup-hero-widget .pc2-dot,
    .procleanup-widget .pc-video-placeholder__play,
    .procleanup-hero-widget .pc2-video-placeholder__play { animation: none; }
    .procleanup-widget .pc-stage,
    .procleanup-widget .pc-stage__media img,
    .procleanup-hero-widget .pc2-stage,
    .procleanup-hero-widget .pc2-stage__media img { transition: none; }
}
