
        html {
            scroll-behavior: smooth;
            scroll-padding-top: 96px;
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
        }

        .channel-legacy {
            display: none !important;
        }

        .channel-landing {
            --channel-bg: #f5f7fb;
            --channel-panel: #ffffff;
            --channel-dark: #0f172a;
            --channel-dark-soft: #172337;
            --channel-text: #111827;
            --channel-muted: #5b6476;
            --channel-border: rgba(15, 23, 42, 0.08);
            --channel-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
            --channel-accent: #f7db05;
            background: var(--channel-bg);
            color: var(--channel-text);
        }

        .channel-landing-section,
        .channel-service-hub,
        .channel-quote-panel {
            scroll-margin-top: 110px;
        }

        .channel-landing-hero {
            position: relative;
            padding: 88px 0 92px;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(247, 219, 5, 0.2), transparent 32%),
                radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.16), transparent 24%),
                linear-gradient(135deg, #09101c 0%, #0f172a 52%, #172337 100%);
        }

        .channel-landing-hero::before,
        .channel-landing-hero::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
        }

        .channel-landing-hero::before {
            width: 420px;
            height: 420px;
            left: -140px;
            bottom: -210px;
            background: radial-gradient(circle, rgba(247, 219, 5, 0.18) 0%, rgba(247, 219, 5, 0) 72%);
        }

        .channel-landing-hero::after {
            width: 320px;
            height: 320px;
            top: 8%;
            right: -120px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 72%);
        }

        .channel-landing-hero__grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
            gap: 34px;
            align-items: center;
        }

        .channel-landing-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 9px 15px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .channel-landing-kicker::before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--channel-accent);
            box-shadow: 0 0 0 6px rgba(247, 219, 5, 0.12);
        }

        .channel-landing-hero__content h1 {
            margin: 20px 0 0;
            font-size: clamp(2.6rem, 4.8vw, 4.65rem);
            line-height: 1.02;
            color: #ffffff;
        }

        .channel-landing-hero__lead {
            max-width: 640px;
            margin: 20px 0 0;
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            line-height: 1.75;
        }

        .channel-landing-hero__pillbar {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 24px;
        }

        .channel-landing-hero__pillbar a {
            display: inline-flex;
            align-items: center;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.14);
            color: rgba(255, 255, 255, 0.84);
            font-size: 0.94rem;
            text-decoration: none;
            transition: background 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
        }

        .channel-landing-hero__pillbar a:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 0.14);
            border-color: rgba(247, 219, 5, 0.42);
            color: #ffffff;
        }

        .channel-landing-hero__actions,
        .channel-quote-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 28px;
        }

        .channel-btn,
        .channel-btn--secondary,
        .channel-quote-btn,
        .channel-quote-btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 54px;
            padding: 0 24px;
            border-radius: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
        }

        .channel-btn,
        .channel-quote-btn {
            background: #ffffff;
            color: #111827;
            box-shadow: 0 18px 30px rgba(9, 16, 28, 0.18);
        }

        .channel-btn:hover,
        .channel-quote-btn:hover {
            transform: translateY(-3px);
            color: #111827;
            box-shadow: 0 22px 34px rgba(9, 16, 28, 0.22);
        }

        .channel-btn--secondary,
        .channel-quote-btn-secondary {
            background: transparent;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .channel-btn--secondary:hover,
        .channel-quote-btn-secondary:hover {
            transform: translateY(-3px);
            color: #ffffff;
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(247, 219, 5, 0.42);
        }

        .channel-landing-hero__contactline {
            display: flex;
            flex-wrap: wrap;
            gap: 14px 22px;
            margin-top: 16px;
        }

        .channel-landing-hero__contactline a {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            color: rgba(255, 255, 255, 0.82);
            text-decoration: none;
            overflow-wrap: anywhere;
        }

        .channel-landing-hero__contactline a:hover {
            color: #ffffff;
        }

        .channel-landing-hero__stats {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            margin-top: 0;
        }

        .channel-landing-hero__stat {
            height: 100%;
            padding: 22px 20px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.09);
            border: 1px solid rgba(255, 255, 255, 0.14);
            backdrop-filter: blur(10px);
        }

        .channel-landing-hero__stat strong {
            display: block;
            margin-bottom: 8px;
            color: #ffffff;
            font-size: 1.03rem;
        }

        .channel-landing-hero__stat span {
            display: block;
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.92rem;
            line-height: 1.6;
        }

        .channel-landing-hero__microcopy {
            margin-top: 14px;
            color: rgba(255, 255, 255, 0.72);
            font-size: 0.93rem;
            line-height: 1.7;
        }

        .channel-landing-hero__microcopy strong {
            color: #ffffff;
        }

        .channel-landing-hero__trust {
            position: relative;
            z-index: 1;
            margin-top: 34px;
        }

        .channel-landing-hero__visual {
            position: relative;
            min-height: 100%;
            padding: 12px 0 0;
        }

        .channel-landing-hero__frame {
            position: relative;
            padding: 18px;
            border-radius: 34px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.14);
            box-shadow: 0 28px 60px rgba(9, 16, 28, 0.24);
            backdrop-filter: blur(12px);
        }

        .channel-landing-hero__frame img {
            display: block;
            width: 100%;
            border-radius: 24px;
        }

        .channel-floating-card {
            display: none;
        }

        .channel-proof {
            position: relative;
            z-index: 2;
            margin-top: -42px;
            padding-bottom: 22px;
        }

        .channel-proof__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .channel-proof__card {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 24px;
            border-radius: 26px;
            background: var(--channel-panel);
            border: 1px solid var(--channel-border);
            box-shadow: var(--channel-shadow);
        }

        .channel-proof__icon,
        .channel-card__icon,
        .channel-service-hub__coverage-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            flex: 0 0 50px;
            border-radius: 16px;
            background: rgba(247, 219, 5, 0.16);
            color: #111827;
            font-size: 1.1rem;
        }

        .channel-proof__card strong {
            display: block;
            margin-bottom: 6px;
            color: #111827;
            font-size: 1.08rem;
        }

        .channel-proof__card p {
            margin: 0;
            color: var(--channel-muted);
            line-height: 1.7;
        }

        .channel-landing-section {
            padding: 88px 0;
        }

        .channel-landing-section--compact {
            padding: 72px 0;
        }

        .channel-section-head {
            max-width: 760px;
            margin-bottom: 34px;
        }

        .channel-section-tag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(17, 24, 39, 0.06);
            color: #111827;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .channel-section-tag::before {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--channel-accent);
        }

        .channel-section-head h2,
        .channel-surface h2 {
            margin: 18px 0 0;
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.08;
            color: #111827;
        }

        .channel-section-head p,
        .channel-surface p {
            margin: 16px 0 0;
            color: var(--channel-muted);
            line-height: 1.8;
        }

        .channel-surface {
            padding: clamp(28px, 4vw, 42px);
            border-radius: 30px;
            background: var(--channel-panel);
            border: 1px solid var(--channel-border);
            box-shadow: var(--channel-shadow);
        }

        .channel-surface--dark {
            background: linear-gradient(135deg, #0f172a 0%, #172337 100%);
            color: #ffffff;
        }

        .channel-surface--dark .channel-section-tag {
            background: rgba(255, 255, 255, 0.12);
            color: #ffffff;
        }

        .channel-surface--dark h2 {
            color: #ffffff;
        }

        .channel-surface--dark p {
            color: rgba(255, 255, 255, 0.78);
        }

        .channel-intro__grid,
        .channel-split-grid,
        .channel-service-hub__grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
        }

        .channel-mini-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            margin-top: 24px;
        }

        .channel-mini-card {
            padding: 20px;
            border-radius: 22px;
            background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .channel-mini-card strong {
            display: block;
            margin-bottom: 8px;
            color: #111827;
            font-size: 1rem;
        }

        .channel-mini-card span {
            display: block;
            color: var(--channel-muted);
            line-height: 1.65;
            font-size: 0.94rem;
        }

        .channel-card-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }

        .channel-card {
            height: 100%;
            padding: 28px;
            border-radius: 26px;
            background: var(--channel-panel);
            border: 1px solid var(--channel-border);
            box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
            transition: transform 0.28s ease, box-shadow 0.28s ease;
        }

        .channel-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 26px 65px rgba(15, 23, 42, 0.12);
        }

        .channel-card h3,
        .channel-step h3,
        .channel-gallery-card figcaption strong {
            margin: 18px 0 0;
            color: #111827;
            font-size: 1.18rem;
            line-height: 1.35;
        }

        .channel-card p,
        .channel-step p {
            margin: 12px 0 0;
            color: var(--channel-muted);
            line-height: 1.75;
        }

        .channel-list {
            list-style: none;
            padding: 0;
            margin: 26px 0 0;
            display: grid;
            gap: 14px;
        }

        .channel-list li {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            color: #111827;
            line-height: 1.75;
        }

        .channel-list li i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            flex: 0 0 36px;
            border-radius: 50%;
            margin-top: 2px;
            background: rgba(247, 219, 5, 0.16);
            color: #111827;
        }

        .channel-list--light li {
            color: rgba(255, 255, 255, 0.84);
        }

        .channel-list--light li i {
            background: rgba(255, 255, 255, 0.12);
            color: var(--channel-accent);
        }

        .channel-process {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 20px;
        }

        .channel-step {
            height: 100%;
            padding: 28px;
            border-radius: 26px;
            background: var(--channel-panel);
            border: 1px solid var(--channel-border);
            box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
        }

        .channel-step__number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #111827;
            color: #ffffff;
            font-size: 1rem;
            font-weight: 700;
        }

        .channel-gallery-shell {
            padding: clamp(30px, 4vw, 42px);
            border-radius: 32px;
            background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .channel-gallery-grid {
            display: grid;
            grid-template-columns: 1.25fr 0.75fr 0.75fr;
            grid-auto-rows: 235px;
            gap: 18px;
        }

        .channel-gallery-card {
            position: relative;
            min-height: 235px;
            margin: 0;
            overflow: hidden;
            border-radius: 24px;
            box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
        }

        .channel-gallery-card--large {
            grid-row: span 2;
        }

        .channel-gallery-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(9, 16, 28, 0.06) 0%, rgba(9, 16, 28, 0.76) 100%);
        }

        .channel-gallery-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.35s ease;
        }

        .channel-gallery-card:hover img {
            transform: scale(1.04);
        }

        .channel-gallery-card figcaption {
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 20px;
            z-index: 1;
            color: #ffffff;
        }

        .channel-gallery-card figcaption strong {
            display: block;
            margin: 0;
            color: #ffffff;
        }

        .channel-gallery-card figcaption span {
            display: block;
            margin-top: 7px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
        }

        .channel-faq .channel-surface--faq {
            padding: 18px;
        }

        .channel-faq .toggle {
            margin: 0 0 16px;
            border-radius: 22px;
            border: 1px solid var(--channel-border);
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
        }

        .channel-faq .toggle:last-child {
            margin-bottom: 0;
        }

        .channel-faq .toggle-title a {
            display: block;
            padding: 22px 52px 22px 24px;
            color: #111827;
            font-size: 1.04rem;
            font-weight: 700;
            text-decoration: none;
        }

        .channel-faq .toggle.prt-toggle_style_classic .toggle-title a:after {
            content: "\f107";
            background: transparent;
            width: auto;
            height: auto;
            line-height: 1;
            margin-top: 0;
            right: 24px;
            top: 50%;
            color: #111827;
            font-size: 22px;
            transform: translateY(-50%);
            transition: transform 0.22s ease, color 0.22s ease;
        }

        .channel-faq .toggle.prt-toggle_style_classic .toggle-title a.active:after {
            content: "\f107";
            transform: translateY(-50%) rotate(180deg);
        }

        .channel-faq .toggle-content {
            padding: 0 24px 24px;
        }

        .channel-faq .toggle-content p {
            margin: 0;
            color: var(--channel-muted);
            line-height: 1.8;
            padding-left: 25px !important;
        }

        .channel-service-hub {
            padding: 0 0 96px;
            background: var(--channel-bg);
        }

        .channel-service-hub__shell {
            position: relative;
            padding: clamp(30px, 4vw, 46px);
            border-radius: 34px;
            background: linear-gradient(135deg, #101827 0%, #1d2738 55%, #111827 100%);
            box-shadow: 0 32px 75px rgba(15, 23, 42, 0.16);
            overflow: hidden;
            isolation: isolate;
        }

        .channel-service-hub__shell::before,
        .channel-service-hub__shell::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            z-index: -1;
        }

        .channel-service-hub__shell::before {
            width: 380px;
            height: 380px;
            top: -170px;
            left: -120px;
            background: radial-gradient(circle, rgba(247, 219, 5, 0.22) 0%, rgba(247, 219, 5, 0) 72%);
        }

        .channel-service-hub__shell::after {
            width: 320px;
            height: 320px;
            right: -120px;
            bottom: -150px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
        }

        .channel-service-hub__topline {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }

        .channel-service-hub__eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .channel-service-hub__eyebrow::before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--base-skin);
            box-shadow: 0 0 0 6px rgba(247, 219, 5, 0.12);
        }

        .channel-service-hub__links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .channel-service-hub__links a {
            display: inline-flex;
            align-items: center;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.82);
            font-size: 0.92rem;
            text-decoration: none;
            transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
        }

        .channel-service-hub__links a:hover {
            transform: translateY(-3px);
            background: rgba(255, 255, 255, 0.14);
            border-color: rgba(247, 219, 5, 0.38);
            color: #ffffff;
        }

        .channel-service-hub__copy {
            color: #ffffff;
        }

        .channel-service-hub__copy h3 {
            margin: 0;
            font-size: clamp(2rem, 3.2vw, 3.15rem);
            line-height: 1.08;
            color: #ffffff;
        }

        .channel-service-hub__copy>p {
            max-width: 760px;
            margin: 18px 0 0;
            color: rgba(255, 255, 255, 0.78);
            font-size: 1.03rem;
            line-height: 1.8;
        }

        .channel-service-hub__facts {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 26px;
        }

        .channel-service-hub__fact {
            min-width: 170px;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(8px);
        }

        .channel-service-hub__fact strong {
            display: block;
            margin-bottom: 6px;
            color: #ffffff;
            font-size: 1.08rem;
        }

        .channel-service-hub__fact span,
        .channel-service-hub__coverage-card span {
            display: block;
            color: rgba(255, 255, 255, 0.72);
            line-height: 1.6;
            font-size: 0.93rem;
        }

        .channel-service-hub__coverage {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            margin-top: 28px;
        }

        .channel-service-hub__coverage-card {
            padding: 20px;
            border-radius: 22px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
            transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
        }

        .channel-service-hub__coverage-card:hover {
            transform: translateY(-5px);
            border-color: rgba(247, 219, 5, 0.42);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
        }

        .channel-service-hub__coverage-card strong {
            display: block;
            margin: 16px 0 6px;
            color: #ffffff;
            font-size: 1.04rem;
        }

        .channel-quote-panel {
            position: relative;
            align-self: start;
            padding: clamp(24px, 3.6vw, 34px);
            border-radius: 28px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
            box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
        }

        .channel-quote-panel__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 18px;
            padding: 7px 13px;
            border-radius: 999px;
            background: rgba(17, 24, 39, 0.06);
            color: #111827;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .channel-quote-panel__badge::before {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--channel-accent);
        }

        .channel-quote-panel h3 {
            margin: 0;
            color: #111827;
            font-size: 1.92rem;
        }

        .channel-quote-panel p {
            margin: 16px 0 0;
            color: #4b5563;
            line-height: 1.78;
        }

        .channel-quote-panel ul {
            list-style: none;
            padding: 0;
            margin: 22px 0 0;
            display: grid;
            gap: 14px;
        }

        .channel-quote-panel li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #1f2937;
            line-height: 1.65;
        }

        .channel-quote-panel li i {
            margin-top: 5px;
            color: #111827;
            font-size: 0.95rem;
        }

        .channel-quote-btn {
            background: #111827;
            color: #ffffff;
            box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
        }

        .channel-quote-btn:hover {
            color: #ffffff;
            box-shadow: 0 18px 30px rgba(17, 24, 39, 0.22);
        }

        .channel-quote-btn-secondary {
            background: rgba(17, 24, 39, 0.06);
            color: #111827;
            border: 1px solid rgba(17, 24, 39, 0.08);
        }

        .channel-quote-btn-secondary:hover {
            color: #111827;
            background: rgba(17, 24, 39, 0.1);
            border-color: rgba(17, 24, 39, 0.12);
        }

        .channel-quote-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 18px;
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid rgba(17, 24, 39, 0.08);
            color: #4b5563;
            font-size: 0.93rem;
        }

        .channel-quote-meta span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .channel-quote-meta i {
            color: #111827;
        }

        .channel-quote-panel h3+p {
            max-width: 500px;
        }

        .channel-quote-panel ul li span strong {
            color: #111827;
        }

        .channel-quote-form {
            margin-top: 24px;
            display: grid;
            gap: 14px;
        }

        .channel-quote-form__row {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .channel-field {
            display: grid;
            gap: 8px;
        }

        .channel-field label {
            margin: 0;
            color: #111827;
            font-size: 0.86rem;
            font-weight: 700;
            line-height: 1.4;
        }

        .channel-field input,
        .channel-field textarea {
            width: 100%;
            border: 1px solid rgba(15, 23, 42, 0.12);
            border-radius: 14px;
            background: #ffffff;
            color: #111827;
            padding: 14px 16px;
            font-size: 0.95rem;
            line-height: 1.5;
            transition: border-color 0.22s ease, box-shadow 0.22s ease;
        }

        .channel-field input {
            min-height: 52px;
        }

        .channel-field textarea {
            min-height: 108px;
            resize: vertical;
        }

        .channel-field input:focus,
        .channel-field textarea:focus {
            outline: none;
            border-color: rgba(247, 219, 5, 0.9);
            box-shadow: 0 0 0 4px rgba(247, 219, 5, 0.14);
        }

        .channel-quote-form__hint {
            margin: -2px 0 0;
            color: #5f6b7c;
            font-size: 0.88rem;
            line-height: 1.6;
        }

        .channel-quote-submit {
            border: 0;
            cursor: pointer;
        }

        .channel-quote-status {
            display: none;
            margin: 2px 0 0;
            color: #1f2937;
            font-size: 0.88rem;
            line-height: 1.5;
        }

        .channel-quote-status.is-visible {
            display: block;
        }

        .channel-mobile-cta {
            display: none;
        }

        .channel-landing .channel-btn,
        .channel-service-hub:not(.channel-legacy) .channel-quote-btn {
            background: var(--base-skin);
            color: #111827;
            border: 1px solid rgba(247, 219, 5, 0.7);
            box-shadow: 0 18px 32px rgba(247, 219, 5, 0.28);
        }

        .channel-landing .channel-btn:hover,
        .channel-service-hub:not(.channel-legacy) .channel-quote-btn:hover {
            color: #111827;
            background: #ffe94a;
            border-color: rgba(247, 219, 5, 0.92);
            box-shadow: 0 22px 36px rgba(247, 219, 5, 0.32);
        }

        .channel-landing .channel-btn--secondary {
            background: rgba(247, 219, 5, 0.16);
            color: #ffffff;
            border: 1px solid rgba(247, 219, 5, 0.72);
            box-shadow: 0 16px 30px rgba(9, 16, 28, 0.18);
        }

        .channel-landing .channel-btn--secondary:hover {
            color: #ffffff;
            background: rgba(247, 219, 5, 0.24);
            border-color: rgba(247, 219, 5, 0.92);
            box-shadow: 0 20px 34px rgba(9, 16, 28, 0.24);
        }

        .channel-service-hub:not(.channel-legacy) .channel-quote-btn-secondary {
            background: #111827;
            color: #ffffff;
            border: 1px solid rgba(247, 219, 5, 0.58);
            box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
        }

        .channel-service-hub:not(.channel-legacy) .channel-quote-btn-secondary:hover {
            color: #ffffff;
            background: #1d2738;
            border-color: rgba(247, 219, 5, 0.86);
            box-shadow: 0 20px 34px rgba(17, 24, 39, 0.22);
        }

        @media (max-width: 1199px) {
            .channel-landing-hero__grid {
                grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
                gap: 28px;
            }

            .channel-card-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .channel-gallery-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .channel-gallery-card--large {
                grid-column: span 2;
                grid-row: span 1;
                min-height: 320px;
            }
        }

        @media (max-width: 991px) {
            .page {
                padding-bottom: calc(92px + env(safe-area-inset-bottom));
            }

            .channel-landing-hero__grid,
            .channel-intro__grid,
            .channel-split-grid,
            .channel-service-hub__grid {
                grid-template-columns: 1fr;
            }

            .channel-landing-hero__content h1 {
                max-width: 12ch;
            }

            .channel-landing-hero__stats,
            .channel-proof__grid,
            .channel-process,
            .channel-service-hub__coverage {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .channel-landing-hero__visual {
                max-width: 680px;
                margin: 0 auto;
            }

            .channel-service-hub__facts {
                gap: 12px;
            }

            .channel-mobile-cta {
                position: fixed;
                left: 14px;
                right: 14px;
                bottom: calc(12px + env(safe-area-inset-bottom));
                z-index: 9998;
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 10px;
                padding: 10px;
                border-radius: 20px;
                background: rgba(15, 23, 42, 0.94);
                box-shadow: 0 22px 48px rgba(15, 23, 42, 0.24);
                backdrop-filter: blur(12px);
            }

            .channel-mobile-cta__link {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                min-height: 52px;
                padding: 0 12px;
                border-radius: 14px;
                text-align: center;
                text-decoration: none;
                font-size: 0.88rem;
                font-weight: 700;
                line-height: 1.2;
            }

            .channel-mobile-cta__link--primary {
                background: var(--base-skin);
                color: #111827;
            }

            .channel-mobile-cta__link--dark {
                background: #ffffff;
                color: #111827;
            }

            .channel-mobile-cta__link--whatsapp {
                background: #172337;
                color: #ffffff;
                border: 1px solid rgba(247, 219, 5, 0.42);
            }
        }

        @media (max-width: 767px) {
            .channel-landing-hero {
                padding: 64px 0 78px;
            }

            .channel-landing-hero__content h1 {
                max-width: none;
                font-size: 2.25rem;
                line-height: 1.05;
            }

            .channel-landing-hero__lead {
                font-size: 0.98rem;
                line-height: 1.7;
            }

            .channel-landing-hero__pillbar a {
                width: 100%;
                justify-content: center;
            }

            .channel-landing-hero__contactline {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }

            .channel-landing-hero__frame {
                padding: 12px;
                border-radius: 24px;
            }

            .channel-landing-hero__frame img {
                border-radius: 18px;
            }

            .channel-landing-hero__trust {
                margin-top: 28px;
            }

            .channel-landing-section {
                padding: 68px 0;
            }

            .channel-landing-section--compact {
                padding: 56px 0;
            }

            .channel-landing-hero__stats,
            .channel-proof__grid,
            .channel-card-grid,
            .channel-mini-grid,
            .channel-process,
            .channel-gallery-grid,
            .channel-service-hub__coverage {
                grid-template-columns: 1fr;
            }

            .channel-gallery-card--large {
                grid-column: span 1;
                min-height: 260px;
            }

            .channel-floating-card {
                position: static;
                max-width: none;
                margin-top: 16px;
            }

            .channel-btn,
            .channel-btn--secondary,
            .channel-quote-btn,
            .channel-quote-btn-secondary {
                width: 100%;
            }

            .channel-quote-form__row {
                grid-template-columns: 1fr;
            }

            .channel-surface,
            .channel-gallery-shell,
            .channel-service-hub__shell,
            .channel-quote-panel {
                border-radius: 24px;
            }

            .channel-card,
            .channel-step {
                padding: 22px;
            }

            .channel-service-hub {
                padding-bottom: 72px;
            }

            .channel-faq .toggle-title a,
            .channel-faq .toggle-content {
                padding-left: 20px;
                padding-right: 20px;
            }

            .channel-faq .toggle.prt-toggle_style_classic .toggle-title a {
                padding-right: 44px;
            }

            .channel-faq .toggle.prt-toggle_style_classic .toggle-title a:after {
                right: 20px;
            }
        }

        @media (max-width: 575px) {
            html {
                scroll-padding-top: 84px;
            }

            .page {
                padding-bottom: calc(88px + env(safe-area-inset-bottom));
            }

            .channel-landing-kicker {
                font-size: 11px;
                letter-spacing: 0.1em;
            }

            .channel-landing-hero__content h1 {
                font-size: 1.95rem;
            }

            .channel-landing-hero__lead {
                font-size: 0.95rem;
            }

            .channel-landing-hero__stats {
                gap: 14px;
            }

            .channel-landing-hero__stat {
                padding: 18px;
                border-radius: 20px;
            }

            .channel-landing-hero__microcopy {
                font-size: 0.9rem;
            }

            .channel-section-head {
                margin-bottom: 26px;
            }

            .channel-section-head h2,
            .channel-surface h2 {
                font-size: 1.8rem;
            }

            .channel-surface,
            .channel-gallery-shell,
            .channel-service-hub__shell,
            .channel-quote-panel {
                padding: 22px;
            }

            .channel-gallery-card,
            .channel-gallery-card--large {
                min-height: 220px;
            }

            .channel-service-hub__facts,
            .channel-quote-meta {
                display: grid;
                gap: 10px;
            }

            .channel-service-hub__fact {
                min-width: 0;
            }

            .channel-mobile-cta {
                left: 10px;
                right: 10px;
                bottom: calc(10px + env(safe-area-inset-bottom));
                gap: 8px;
                padding: 8px;
                border-radius: 18px;
            }

            .channel-mobile-cta__link {
                min-height: 48px;
                padding: 0 8px;
                font-size: 0.8rem;
            }
        }
    
    
        /*===============================
    ACP SIGNAGE CTA
================================*/

.acp-signage-cta-section{
    padding:40px 0;
    background:#f7f8fb;
}

.acp-signage-cta-wrapper{
    background:#fff;
    border-radius:20px;
    padding:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    border:1px solid #ededed;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.acp-signage-cta-content{
    flex:1;
}

.acp-signage-cta-tag{
    display:inline-block;
    padding:8px 18px;
    background:#fff3e3;
    color:#000;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
}

.acp-signage-cta-content h2{
    font-size:38px;
    color:#222;
    margin-bottom:18px;
    font-weight:700;
}

.acp-signage-cta-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:28px;
    max-width:720px;
}

.acp-signage-service-links{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.acp-signage-service-links a{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    padding:12px 20px;
    background:#f4f4f4;
    color:#222;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}

.acp-signage-service-links a:hover{
    background:#fed700;
    color:#fff;
}

.acp-signage-cta-action{
    flex-shrink:0;
}

.acp-signage-cta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:#fed700;
    color:#222;
    padding:18px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.acp-signage-cta-btn:hover{
    background:#222;
    color:#fff;
}

@media (max-width:991px){

.acp-signage-cta-wrapper{
    flex-direction:column;
    text-align:center;
}

.acp-signage-cta-content h2{
    font-size:30px;
}

.acp-signage-service-links{
    justify-content:center;
}

}

@media (max-width:767px){

.acp-signage-cta-section{
    padding:60px 0;
}

.acp-signage-cta-wrapper{
    padding:35px 25px;
}

.acp-signage-cta-content h2{
    font-size:26px;
}

.acp-signage-service-links a{
    width:100%;
    justify-content:center;
}

.acp-signage-cta-btn{
    width:100%;
    justify-content:center;
}

}