body.pg-custom {
    --pg-navy: #16203a;
    --pg-navy-2: #1e2c4f;
    --pg-navy-deep: #0f1830;
    --pg-ink: #1b2438;
    --pg-slate: #5a6580;
    --pg-line: #e7eaf1;
    --pg-soft: #f5f7fc;
    --pg-white: #ffffff;
    --pg-orange: #f7941e;
    --pg-coral: #ff5e62;
    --pg-pink: #d6249f;
    --pg-purple: #8a4fff;
    --pg-gradient-warm: linear-gradient(100deg, #fa9510 0%, #ff6a2b 48%, #f5333f 100%);
    --pg-gradient-button: linear-gradient(100deg, #f7941e 0%, #ff5e62 32%, #d6249f 66%, #8a4fff 100%);
    --pg-shadow-small: 0 5px 18px rgba(22, 32, 58, 0.09);
    --pg-shadow: 0 18px 52px rgba(22, 32, 58, 0.16);
    --pg-shadow-large: 0 28px 72px rgba(10, 18, 38, 0.28);
    --pg-radius: 18px;
    --pg-width: 1180px;
    margin: 0;
    color: var(--pg-ink);
    background: var(--pg-white);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.pg-custom,
body.pg-custom * {
    box-sizing: border-box;
}

body.pg-custom.pg-menu-open {
    overflow: hidden;
}

body.pg-custom img,
body.pg-custom svg {
    display: block;
    max-width: 100%;
}

body.pg-custom a {
    color: inherit;
    text-decoration: none;
}

body.pg-custom button,
body.pg-custom input,
body.pg-custom select,
body.pg-custom textarea {
    font: inherit;
}

body.pg-custom h1,
body.pg-custom h2,
body.pg-custom h3,
body.pg-custom h4,
body.pg-custom p,
body.pg-custom ul,
body.pg-custom figure {
    margin-top: 0;
}

body.pg-custom h1,
body.pg-custom h2,
body.pg-custom h3,
body.pg-custom h4 {
    color: var(--pg-navy);
    font-family: "Sora", system-ui, sans-serif;
    line-height: 1.14;
    letter-spacing: -0.02em;
}

body.pg-custom .pg-wrap {
    width: min(100% - 48px, var(--pg-width));
    margin-inline: auto;
}

body.pg-custom .pg-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 16px;
    border-radius: 8px;
    color: var(--pg-white);
    background: var(--pg-navy-deep);
    transform: translateY(-160%);
}

body.pg-custom .pg-skip-link:focus {
    transform: translateY(0);
}

body.pg-custom .pg-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 27px;
    border: 0;
    border-radius: 999px;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.pg-custom .pg-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.pg-custom .pg-button-primary {
    color: var(--pg-white);
    background: var(--pg-gradient-button);
    box-shadow: 0 12px 28px rgba(214, 36, 159, 0.3);
}

body.pg-custom .pg-button-primary:hover,
body.pg-custom .pg-button-primary:focus-visible {
    filter: brightness(1.06);
    box-shadow: 0 16px 34px rgba(214, 36, 159, 0.4);
    transform: translateY(-2px);
}

body.pg-custom .pg-button-call {
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: var(--pg-white);
    background: rgba(255, 255, 255, 0.08);
}

body.pg-custom .pg-button-call:hover,
body.pg-custom .pg-button-call:focus-visible {
    border-color: var(--pg-white);
    background: rgba(255, 255, 255, 0.16);
}

body.pg-custom .pg-button-white {
    color: var(--pg-pink);
    background: var(--pg-white);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

body.pg-custom .pg-button-white:hover,
body.pg-custom .pg-button-white:focus-visible {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

body.pg-custom .pg-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 17px 0;
    background: linear-gradient(180deg, rgba(9, 15, 33, 0.58), transparent);
    transition: padding 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.pg-custom .pg-header.pg-header-solid {
    padding: 10px 0;
    background: rgba(15, 24, 48, 0.95);
    box-shadow: 0 7px 26px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
}

body.pg-custom .pg-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

body.pg-custom .pg-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

body.pg-custom .pg-brand img {
    width: clamp(92px, 8vw, 108px);
    height: auto;
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.2));
}

body.pg-custom .pg-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(17px, 2vw, 29px);
}

body.pg-custom .pg-desktop-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.91rem;
    font-weight: 600;
    white-space: nowrap;
}

body.pg-custom .pg-desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--pg-gradient-warm);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

body.pg-custom .pg-desktop-nav a:hover,
body.pg-custom .pg-desktop-nav a:focus-visible {
    color: var(--pg-white);
}

body.pg-custom .pg-desktop-nav a:hover::after,
body.pg-custom .pg-desktop-nav a:focus-visible::after {
    transform: scaleX(1);
}

body.pg-custom .pg-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
}

body.pg-custom .pg-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pg-white);
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

body.pg-custom .pg-header-phone svg {
    width: 17px;
    height: 17px;
    fill: var(--pg-coral);
}

body.pg-custom .pg-header-quote {
    min-height: 42px;
    padding: 11px 19px;
    font-size: 0.84rem;
}

body.pg-custom .pg-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

body.pg-custom .pg-menu-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--pg-white);
}

body.pg-custom .pg-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1090;
    opacity: 0;
    background: rgba(4, 9, 23, 0.68);
    transition: opacity 250ms ease;
}

body.pg-custom .pg-menu-overlay.pg-menu-overlay-open {
    opacity: 1;
}

body.pg-custom .pg-mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 1100;
    display: flex;
    width: min(88vw, 360px);
    flex-direction: column;
    align-items: center;
    padding: 74px 28px 34px;
    color: var(--pg-white);
    background: var(--pg-navy-deep);
    box-shadow: -16px 0 50px rgba(0, 0, 0, 0.34);
    transform: translateX(105%);
    transition: transform 250ms ease;
    overflow-y: auto;
}

body.pg-custom .pg-mobile-menu.pg-mobile-menu-open {
    transform: translateX(0);
}

body.pg-custom .pg-menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: var(--pg-white);
    background: rgba(255, 255, 255, 0.08);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

body.pg-custom .pg-mobile-logo {
    display: block;
    margin-bottom: 24px;
}

body.pg-custom .pg-mobile-logo img {
    width: 132px;
    height: auto;
}

body.pg-custom .pg-mobile-links {
    display: grid;
    width: 100%;
    text-align: center;
}

body.pg-custom .pg-mobile-links a {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--pg-white);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
}

body.pg-custom .pg-mobile-actions {
    display: grid;
    width: 100%;
    gap: 12px;
    margin-top: 26px;
}

body.pg-custom .pg-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    padding: 140px 0 76px;
    color: var(--pg-white);
    background-image:
        linear-gradient(110deg, rgba(8, 14, 31, 0.78) 0%, rgba(15, 24, 48, 0.66) 44%, rgba(15, 24, 48, 0.36) 74%, rgba(15, 24, 48, 0.20) 100%),
        var(--pg-hero-desktop);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

body.pg-custom .pg-hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 170px;
    background: linear-gradient(0deg, rgba(10, 17, 36, 0.24), transparent);
    content: "";
}

body.pg-custom .pg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.78fr);
    align-items: center;
    gap: clamp(38px, 5vw, 68px);
}

body.pg-custom .pg-hero-copy {
    min-width: 0;
    max-width: 650px;
}

body.pg-custom .pg-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 21px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.09);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    backdrop-filter: blur(7px);
}

body.pg-custom .pg-hero-eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pg-gradient-button);
    box-shadow: 0 0 0 4px rgba(214, 36, 159, 0.2);
}

body.pg-custom .pg-hero h1 {
    max-width: 700px;
    margin-bottom: 4px;
    color: var(--pg-white);
    font-size: clamp(2.65rem, 5vw, 4.35rem);
    font-weight: 800;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

body.pg-custom .pg-hero h1 span {
    background: var(--pg-gradient-warm);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

body.pg-custom .pg-brush-line {
    width: min(390px, 70%);
    height: 12px;
    margin: 9px 0 24px;
    border-radius: 45% 55% 42% 58%;
    background: var(--pg-gradient-warm);
    clip-path: polygon(1% 35%, 20% 14%, 42% 34%, 64% 12%, 99% 30%, 98% 70%, 73% 58%, 50% 86%, 26% 61%, 2% 78%);
}

body.pg-custom .pg-hero-lead {
    max-width: 590px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.02rem, 1.5vw, 1.17rem);
    line-height: 1.7;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

body.pg-custom .pg-hero-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-bottom: 29px;
}

body.pg-custom .pg-hero-trust img {
    width: auto;
    max-width: 225px;
    height: 68px;
    object-fit: contain;
    filter: drop-shadow(0 7px 16px rgba(0, 0, 0, 0.24));
}


body.pg-custom .pg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

body.pg-custom .pg-hero-call {
    display: none;
}

body.pg-custom .pg-form-shell {
    position: relative;
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 22px;
    color: var(--pg-ink);
    background: var(--pg-white);
    box-shadow: var(--pg-shadow-large);
    overflow: hidden;
}

body.pg-custom .pg-form-accent {
    position: absolute;
    inset: 0 30px auto;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: var(--pg-gradient-button);
}

body.pg-custom .pg-form-shell > h2 {
    margin-bottom: 5px;
    font-size: 1.35rem;
}

body.pg-custom .pg-form-shell > p {
    margin-bottom: 20px;
    color: var(--pg-slate);
    font-size: 0.9rem;
}

body.pg-custom .pg-elementor-form-wrap {
    min-width: 0;
}

body.pg-custom .pg-form-shell .elementor,
body.pg-custom .pg-form-shell .elementor-section,
body.pg-custom .pg-form-shell .elementor-container,
body.pg-custom .pg-form-shell .elementor-column,
body.pg-custom .pg-form-shell .elementor-widget-wrap,
body.pg-custom .pg-form-shell .elementor-widget,
body.pg-custom .pg-form-shell .elementor-widget-container {
    max-width: 100%;
    min-width: 0;
}

body.pg-custom .pg-form-shell .elementor-section,
body.pg-custom .pg-form-shell .elementor-container,
body.pg-custom .pg-form-shell .elementor-widget-wrap,
body.pg-custom .pg-form-shell .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

body.pg-custom .pg-form-shell form {
    margin: 0;
}

body.pg-custom .pg-form-shell .elementor-field-group {
    margin-bottom: 13px !important;
}

body.pg-custom .pg-form-shell .elementor-field-label,
body.pg-custom .pg-form-shell label {
    display: block;
    margin-bottom: 6px !important;
    color: var(--pg-ink) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: left;
}

body.pg-custom .pg-form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body.pg-custom .pg-form-shell select,
body.pg-custom .pg-form-shell textarea {
    width: 100% !important;
    min-height: 47px;
    padding: 11px 13px !important;
    border: 1.5px solid var(--pg-line) !important;
    border-radius: 10px !important;
    color: var(--pg-ink) !important;
    background: #fbfcfe !important;
    box-shadow: none !important;
    font-size: 0.91rem !important;
    line-height: 1.45 !important;
}

body.pg-custom .pg-form-shell textarea {
    min-height: 90px;
    resize: vertical;
}

body.pg-custom .pg-form-shell input:focus,
body.pg-custom .pg-form-shell select:focus,
body.pg-custom .pg-form-shell textarea:focus {
    outline: 0 !important;
    border-color: var(--pg-coral) !important;
    box-shadow: 0 0 0 3px rgba(255, 94, 98, 0.13) !important;
}

body.pg-custom .pg-form-shell button[type="submit"],
body.pg-custom .pg-form-shell input[type="submit"],
body.pg-custom .pg-form-shell .elementor-button {
    width: 100% !important;
    min-height: 49px;
    padding: 13px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: var(--pg-white) !important;
    background: var(--pg-gradient-button) !important;
    box-shadow: 0 11px 25px rgba(214, 36, 159, 0.27) !important;
    font-family: "Sora", system-ui, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    cursor: pointer;
}

body.pg-custom .pg-form-shell .elementor-message {
    margin-top: 12px;
    font-size: 0.84rem;
}

body.pg-custom .pg-trust-strip {
    color: var(--pg-white);
    background: var(--pg-navy-deep);
}

body.pg-custom .pg-trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-block: 22px;
}

body.pg-custom .pg-trust-strip-grid > div {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding-inline: 8px;
}

body.pg-custom .pg-trust-strip-grid strong {
    flex: 0 0 auto;
    background: var(--pg-gradient-warm);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

body.pg-custom .pg-trust-strip-grid span {
    max-width: 115px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    line-height: 1.35;
}

body.pg-custom .pg-section {
    position: relative;
    padding: 92px 0;
}

body.pg-custom .pg-section-heading {
    max-width: 695px;
    margin-bottom: 48px;
}

body.pg-custom .pg-section-heading h2,
body.pg-custom .pg-marketing-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}

body.pg-custom .pg-section-heading > p:last-child,
body.pg-custom .pg-marketing-copy > p,
body.pg-custom .pg-about-copy > p {
    color: var(--pg-slate);
    font-size: 1.02rem;
}

body.pg-custom .pg-centered-copy {
    margin-inline: auto;
    text-align: center;
}

body.pg-custom .pg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--pg-slate);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.pg-custom .pg-eyebrow::before {
    width: 26px;
    height: 3px;
    flex: 0 0 auto;
    border-radius: 4px;
    background: var(--pg-gradient-warm);
    content: "";
}

body.pg-custom .pg-centered-copy .pg-eyebrow {
    justify-content: center;
}

body.pg-custom .pg-section-cta {
    margin-top: 42px;
    text-align: center;
}

body.pg-custom .pg-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(44px, 6vw, 70px);
}

body.pg-custom .pg-about-media {
    position: relative;
    min-width: 0;
    padding: 13px;
}

body.pg-custom .pg-about-media > img {
    width: 100%;
    max-height: 560px;
    border-radius: var(--pg-radius);
    box-shadow: var(--pg-shadow);
    object-fit: cover;
    object-position: center;
}

body.pg-custom .pg-corner {
    position: absolute;
    z-index: 2;
    width: 84px;
    height: 84px;
    pointer-events: none;
}

body.pg-custom .pg-corner::before,
body.pg-custom .pg-corner::after {
    position: absolute;
    border-radius: 3px;
    background: var(--pg-gradient-warm);
    content: "";
}

body.pg-custom .pg-corner-top {
    top: 0;
    right: 0;
}

body.pg-custom .pg-corner-top::before {
    top: 0;
    right: 0;
    width: 74px;
    height: 7px;
}

body.pg-custom .pg-corner-top::after {
    top: 0;
    right: 0;
    width: 7px;
    height: 74px;
}

body.pg-custom .pg-corner-bottom {
    bottom: 0;
    left: 0;
}

body.pg-custom .pg-corner-bottom::before {
    bottom: 0;
    left: 0;
    width: 74px;
    height: 7px;
}

body.pg-custom .pg-corner-bottom::after {
    bottom: 0;
    left: 0;
    width: 7px;
    height: 74px;
}

body.pg-custom .pg-experience-badge {
    position: absolute;
    right: -7px;
    bottom: -14px;
    display: grid;
    min-width: 175px;
    justify-items: center;
    padding: 18px 22px;
    border-radius: 15px;
    color: var(--pg-white);
    background: var(--pg-navy);
    box-shadow: var(--pg-shadow);
    text-align: center;
}

body.pg-custom .pg-experience-badge strong {
    background: var(--pg-gradient-warm);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.95rem;
    line-height: 1;
}

body.pg-custom .pg-experience-badge span {
    max-width: 130px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.pg-custom .pg-about-copy > p {
    margin-bottom: 15px;
}

body.pg-custom .pg-tick-list {
    display: grid;
    gap: 12px;
    margin: 23px 0 28px;
    padding: 0;
    list-style: none;
}

body.pg-custom .pg-tick-list li {
    position: relative;
    padding-left: 35px;
    color: var(--pg-ink);
    font-weight: 600;
}

body.pg-custom .pg-tick-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: var(--pg-white);
    background: var(--pg-gradient-warm);
    content: "✓";
    font-size: 0.78rem;
    font-weight: 800;
}

body.pg-custom .pg-services,
body.pg-custom .pg-process,
body.pg-custom .pg-contact,
body.pg-custom .pg-faq {
    background: var(--pg-soft);
}

body.pg-custom .pg-services {
    padding-top: 112px;
}

body.pg-custom .pg-paint-drips {
    position: absolute;
    inset: 0 0 auto;
    height: 62px;
    pointer-events: none;
    overflow: hidden;
}

body.pg-custom .pg-paint-drips svg {
    width: 100%;
    height: 100%;
    fill: url("#pg-unused-gradient");
}

body.pg-custom .pg-paint-drips path {
    fill: var(--pg-coral);
}

body.pg-custom .pg-paint-drips::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fa9510 0 17%, #f5333f 17% 35%, #d6249f 35% 55%, #8a4fff 55% 73%, #2a8fff 73% 87%, #27c46b 87% 100%);
    content: "";
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 0h1440v24c-8 0-10 26-22 26s-14-26-24-26h-94c-8 0-10 32-24 32s-16-32-26-32h-100c-6 0-8 22-20 22s-14-22-24-22H980c-8 0-10 36-24 36s-16-36-26-36H820c-6 0-8 24-20 24s-14-24-24-24H660c-8 0-10 30-24 30s-16-30-26-30H470c-6 0-8 24-20 24s-14-24-24-24H300c-8 0-10 34-24 34s-16-34-26-34H120c-6 0-8 26-20 26S86 24 76 24H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 0h1440v24c-8 0-10 26-22 26s-14-26-24-26h-94c-8 0-10 32-24 32s-16-32-26-32h-100c-6 0-8 22-20 22s-14-22-24-22H980c-8 0-10 36-24 36s-16-36-26-36H820c-6 0-8 24-20 24s-14-24-24-24H660c-8 0-10 30-24 30s-16-30-26-30H470c-6 0-8 24-20 24s-14-24-24-24H300c-8 0-10 34-24 34s-16-34-26-34H120c-6 0-8 26-20 26S86 24 76 24H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

body.pg-custom .pg-paint-drips svg {
    opacity: 0;
}

body.pg-custom .pg-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body.pg-custom .pg-service-card {
    position: relative;
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: var(--pg-white);
    box-shadow: 0 2px 0 rgba(22, 32, 58, 0.01);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.pg-custom .pg-service-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--pg-gradient-warm);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

body.pg-custom .pg-service-card:hover {
    border-color: transparent;
    box-shadow: var(--pg-shadow);
    transform: translateY(-5px);
}

body.pg-custom .pg-service-card:hover::before {
    transform: scaleX(1);
}

body.pg-custom .pg-service-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    color: var(--pg-white);
    background: var(--pg-gradient-warm);
    box-shadow: 0 8px 20px rgba(245, 51, 63, 0.2);
}

body.pg-custom .pg-service-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.pg-custom .pg-service-card h3 {
    margin-bottom: 9px;
    font-size: 1.15rem;
}

body.pg-custom .pg-service-card p {
    margin-bottom: 17px;
    color: var(--pg-slate);
    font-size: 0.92rem;
}

body.pg-custom .pg-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ee4438;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 0.87rem;
    font-weight: 700;
}

body.pg-custom .pg-learn-more:hover span,
body.pg-custom .pg-learn-more:focus-visible span {
    transform: translateX(3px);
}

body.pg-custom .pg-learn-more span {
    transition: transform 180ms ease;
}

body.pg-custom .pg-why {
    padding-top: 112px;
    color: var(--pg-white);
    background: var(--pg-navy);
    overflow: hidden;
}

body.pg-custom .pg-brush-edge,
body.pg-custom .pg-footer-brush {
    position: absolute;
    inset: -1px 0 auto;
    z-index: 2;
    height: 43px;
    pointer-events: none;
}

body.pg-custom .pg-brush-edge svg,
body.pg-custom .pg-footer-brush svg {
    width: 100%;
    height: 100%;
}

body.pg-custom .pg-brush-edge path {
    fill: var(--pg-soft);
}

body.pg-custom .pg-why-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.35;
    pointer-events: none;
}

body.pg-custom .pg-why-glow-one {
    top: -140px;
    right: -80px;
    width: 390px;
    height: 390px;
    background: var(--pg-pink);
}

body.pg-custom .pg-why-glow-two {
    bottom: -130px;
    left: -70px;
    width: 330px;
    height: 330px;
    background: #2a3eb1;
}

body.pg-custom .pg-why .pg-wrap {
    position: relative;
    z-index: 3;
}

body.pg-custom .pg-why-heading h2,
body.pg-custom .pg-why-card h3 {
    color: var(--pg-white);
}

body.pg-custom .pg-why-heading > p:last-child,
body.pg-custom .pg-why-heading .pg-eyebrow,
body.pg-custom .pg-why-card p {
    color: rgba(255, 255, 255, 0.72);
}

body.pg-custom .pg-why-card {
    min-width: 0;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    transition: background 180ms ease, transform 180ms ease;
}

body.pg-custom .pg-why-card:hover {
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-4px);
}

body.pg-custom .pg-why-card > span {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 15px;
    place-items: center;
    border-radius: 13px;
    color: var(--pg-white);
    background: var(--pg-gradient-warm);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
}

body.pg-custom .pg-why-card h3 {
    margin-bottom: 8px;
    font-size: 1.04rem;
}

body.pg-custom .pg-why-card p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

body.pg-custom .pg-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 190px;
    gap: 15px;
}

body.pg-custom .pg-gallery-item {
    position: relative;
    min-width: 0;
    margin-bottom: 0;
    border-radius: 14px;
    background: var(--pg-soft);
    box-shadow: var(--pg-shadow-small);
    overflow: hidden;
}

body.pg-custom .pg-gallery-tall {
    grid-row: span 2;
}

body.pg-custom .pg-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

body.pg-custom .pg-gallery-item:hover img {
    transform: scale(1.045);
}

body.pg-custom .pg-gallery-item::after {
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgba(10, 17, 36, 0.82));
    content: "";
}

body.pg-custom .pg-gallery-item figcaption {
    position: absolute;
    right: 16px;
    bottom: 13px;
    left: 16px;
    z-index: 2;
    color: var(--pg-white);
    font-size: 0.84rem;
    font-weight: 700;
}

body.pg-custom .pg-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
}

body.pg-custom .pg-process-grid::before {
    position: absolute;
    top: 29px;
    right: 12.5%;
    left: 12.5%;
    z-index: 0;
    height: 3px;
    background: repeating-linear-gradient(90deg, rgba(245, 51, 63, 0.65) 0 10px, transparent 10px 17px);
    content: "";
}

body.pg-custom .pg-process-grid article {
    position: relative;
    z-index: 1;
    min-width: 0;
}

body.pg-custom .pg-process-grid strong {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 2px solid rgba(245, 51, 63, 0.48);
    border-radius: 50%;
    color: #ef4939;
    background: var(--pg-soft);
    box-shadow: 0 7px 18px rgba(22, 32, 58, 0.10);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

body.pg-custom .pg-process-grid h3 {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

body.pg-custom .pg-process-grid p {
    margin-bottom: 0;
    color: var(--pg-slate);
    font-size: 0.91rem;
}

body.pg-custom .pg-areas-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
    align-items: center;
    gap: clamp(42px, 6vw, 76px);
}

body.pg-custom .pg-areas-copy p {
    max-width: 650px;
}

body.pg-custom .pg-areas-image {
    position: relative;
    justify-self: end;
    width: min(100%, 390px);
}

body.pg-custom .pg-areas-image::before {
    position: absolute;
    inset: -12px 12px 12px -12px;
    z-index: -1;
    border-radius: 20px;
    background: var(--pg-gradient-button);
    content: "";
}

body.pg-custom .pg-areas-image img {
    width: 100%;
    max-height: 450px;
    border-radius: 18px;
    box-shadow: var(--pg-shadow);
    object-fit: cover;
}

body.pg-custom .pg-review-shortcode {
    min-width: 0;
    padding: 4px 0;
}

body.pg-custom .pg-review-shortcode > * {
    max-width: 100%;
}

body.pg-custom .pg-faq-list {
    width: min(100%, 820px);
    margin-inline: auto;
}

body.pg-custom .pg-faq-item {
    margin-bottom: 13px;
    border: 1px solid var(--pg-line);
    border-radius: 13px;
    background: var(--pg-white);
    overflow: hidden;
    transition: box-shadow 180ms ease;
}

body.pg-custom .pg-faq-item.pg-faq-open {
    box-shadow: var(--pg-shadow-small);
}

body.pg-custom .pg-faq-item h3 {
    margin-bottom: 0;
}

body.pg-custom .pg-faq-item button {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 22px;
    border: 0;
    color: var(--pg-navy);
    background: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    cursor: pointer;
}

body.pg-custom .pg-faq-item button span {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

body.pg-custom .pg-faq-item button i {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--pg-coral);
    background: rgba(245, 51, 63, 0.09);
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    transition: color 180ms ease, transform 180ms ease, background 180ms ease;
}

body.pg-custom .pg-faq-open button i {
    color: var(--pg-white);
    background: var(--pg-gradient-warm);
    transform: rotate(45deg);
}

body.pg-custom .pg-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 260ms ease;
}

body.pg-custom .pg-faq-answer p {
    margin-bottom: 0;
    padding: 0 22px 20px;
    color: var(--pg-slate);
}

body.pg-custom .pg-cta-band {
    position: relative;
    padding: 92px 0;
}

body.pg-custom .pg-cta-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    align-items: center;
    gap: 34px;
    padding: 55px 52px;
    border-radius: 26px;
    color: var(--pg-white);
    background-image:
        linear-gradient(100deg, rgba(247, 148, 30, 0.97), rgba(214, 36, 159, 0.93) 62%, rgba(138, 79, 255, 0.94)),
        var(--pg-cta-image);
    background-position: center;
    background-size: cover;
    box-shadow: 0 26px 68px rgba(214, 36, 159, 0.27);
    overflow: hidden;
}

body.pg-custom .pg-cta-inner::after {
    position: absolute;
    inset: -60% -10% auto auto;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: "";
}

body.pg-custom .pg-cta-inner h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    color: var(--pg-white);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    text-shadow: 0 2px 13px rgba(0, 0, 0, 0.17);
}

body.pg-custom .pg-cta-inner p {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.13);
}

body.pg-custom .pg-cta-actions {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 225px;
    gap: 12px;
}

body.pg-custom .pg-cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--pg-white);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
}

body.pg-custom .pg-cta-phone svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

body.pg-custom .pg-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    align-items: start;
    gap: clamp(40px, 5vw, 62px);
}

body.pg-custom .pg-contact-info > p {
    max-width: 630px;
}

body.pg-custom .pg-contact-list {
    display: grid;
    gap: 13px;
    margin: 24px 0;
}

body.pg-custom .pg-contact-list > a,
body.pg-custom .pg-contact-list > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    color: var(--pg-ink);
}

body.pg-custom .pg-contact-list > a > span:last-child,
body.pg-custom .pg-contact-list > div > span:last-child {
    min-width: 0;
}

body.pg-custom .pg-contact-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--pg-line);
    border-radius: 12px;
    background: var(--pg-white);
}

body.pg-custom .pg-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--pg-coral);
}

body.pg-custom .pg-contact-list small,
body.pg-custom .pg-contact-list strong {
    display: block;
}

body.pg-custom .pg-contact-list small {
    margin-bottom: 1px;
    color: var(--pg-slate);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.pg-custom .pg-contact-list strong {
    min-width: 0;
    color: var(--pg-navy);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 0.96rem;
    overflow-wrap: anywhere;
}

body.pg-custom .pg-map {
    border: 1px solid var(--pg-line);
    border-radius: 15px;
    background: var(--pg-white);
    box-shadow: var(--pg-shadow-small);
    overflow: hidden;
}

body.pg-custom .pg-map iframe {
    display: block;
    width: 100%;
    height: 255px;
    border: 0;
}

body.pg-custom .pg-contact-form-shell {
    border-color: var(--pg-line);
    box-shadow: var(--pg-shadow);
}

body.pg-custom .pg-footer {
    position: relative;
    padding: 86px 0 25px;
    color: rgba(255, 255, 255, 0.7);
    background: var(--pg-navy-deep);
}

body.pg-custom .pg-footer-brush path {
    fill: var(--pg-soft);
}

body.pg-custom .pg-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr 0.9fr 1.25fr;
    gap: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.pg-custom .pg-footer-brand > a img {
    width: 220px;
    height: auto;
}

body.pg-custom .pg-footer-brand p {
    max-width: 315px;
    margin: 17px 0;
    font-size: 0.89rem;
}

body.pg-custom .pg-footer h3 {
    margin-bottom: 18px;
    color: var(--pg-white);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.pg-custom .pg-footer ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.pg-custom .pg-footer li,
body.pg-custom .pg-footer li a {
    font-size: 0.89rem;
}

body.pg-custom .pg-footer a:hover,
body.pg-custom .pg-footer a:focus-visible {
    color: var(--pg-white);
}

body.pg-custom .pg-footer-email {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

body.pg-custom .pg-social-links {
    display: flex;
    gap: 10px;
}

body.pg-custom .pg-social-links a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 11px;
    color: var(--pg-white);
    background: rgba(255, 255, 255, 0.07);
    transition: background 180ms ease, transform 180ms ease;
}

body.pg-custom .pg-social-links a:hover,
body.pg-custom .pg-social-links a:focus-visible {
    background: var(--pg-gradient-button);
    transform: translateY(-2px);
}

body.pg-custom .pg-social-links svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

body.pg-custom .pg-footer-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0 15px;
    font-size: 0.79rem;
}

body.pg-custom .pg-footer-legal p {
    margin-bottom: 0;
}

body.pg-custom .pg-web-wizard-credit {
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

body.pg-custom .pg-web-wizard-credit a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 600;
}

body.pg-custom .pg-chaty {
    position: fixed;
    right: 10px;
    bottom: 10px;
    right: calc(10px + env(safe-area-inset-right, 0px));
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    z-index: 1200;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
}

body.pg-custom .pg-chaty-toggle {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--pg-white);
    background: var(--pg-gradient-button);
    box-shadow: 0 12px 30px rgba(214, 36, 159, 0.44);
    cursor: pointer;
    transition: transform 180ms ease;
}

body.pg-custom .pg-chaty-toggle:hover,
body.pg-custom .pg-chaty-toggle:focus-visible {
    transform: scale(1.05);
}

body.pg-custom .pg-chaty-toggle svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.pg-custom .pg-chaty-close-icon {
    display: none;
}

body.pg-custom .pg-chaty-open .pg-chaty-open-icon {
    display: none;
}

body.pg-custom .pg-chaty-open .pg-chaty-close-icon {
    display: block;
}

body.pg-custom .pg-chaty-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.94);
    transform-origin: bottom right;
    transition: opacity 180ms ease, transform 180ms ease;
}

body.pg-custom .pg-chaty-open .pg-chaty-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

body.pg-custom .pg-chaty-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

body.pg-custom .pg-chaty-label {
    padding: 7px 12px;
    border-radius: 8px;
    color: var(--pg-navy);
    background: var(--pg-white);
    box-shadow: var(--pg-shadow-small);
    font-size: 0.79rem;
    font-weight: 700;
    white-space: nowrap;
}

body.pg-custom .pg-chaty-icon {
    display: grid;
    width: 49px;
    height: 49px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--pg-white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

body.pg-custom .pg-chaty-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

body.pg-custom .pg-chaty-whatsapp {
    background: #25d366;
}

body.pg-custom .pg-chaty-phone {
    background: #2a3eb1;
}

body.pg-custom .pg-chaty-email {
    background: var(--pg-pink);
}

@media (max-width: 1120px) {
    body.pg-custom .pg-desktop-nav {
        gap: 15px;
    }

    body.pg-custom .pg-header-phone {
        display: none;
    }

    body.pg-custom .pg-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
        gap: 34px;
    }
}

@media (max-width: 960px) {
    body.pg-custom .pg-desktop-nav,
    body.pg-custom .pg-header-phone,
    body.pg-custom .pg-header-quote {
        display: none;
    }

    body.pg-custom .pg-menu-toggle {
        display: flex;
    }

    body.pg-custom .pg-hero {
        min-height: auto;
        padding-top: 126px;
    }

    body.pg-custom .pg-hero-grid,
    body.pg-custom .pg-about-grid,
    body.pg-custom .pg-areas-grid,
    body.pg-custom .pg-contact-grid {
        grid-template-columns: 1fr;
    }

    body.pg-custom .pg-hero-copy {
        max-width: 700px;
    }

    body.pg-custom .pg-hero-form-shell {
        width: min(100%, 560px);
    }

    body.pg-custom .pg-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pg-custom .pg-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pg-custom .pg-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }

    body.pg-custom .pg-process-grid::before {
        display: none;
    }

    body.pg-custom .pg-areas-image {
        justify-self: center;
        width: min(100%, 520px);
    }

    body.pg-custom .pg-areas-image img {
        max-height: 440px;
    }

    body.pg-custom .pg-cta-inner {
        grid-template-columns: 1fr;
    }

    body.pg-custom .pg-cta-actions {
        width: min(100%, 300px);
    }

    body.pg-custom .pg-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body.pg-custom .pg-wrap {
        width: min(100% - 32px, var(--pg-width));
    }

    body.pg-custom .pg-header {
        padding: 11px 0;
    }

    body.pg-custom .pg-brand img {
        width: 132px;
    }

    body.pg-custom .pg-hero {
        padding: 112px 0 54px;
        background-image:
            linear-gradient(180deg, rgba(7, 12, 28, 0.84) 0%, rgba(11, 19, 40, 0.82) 48%, rgba(11, 19, 40, 0.94) 100%),
            var(--pg-hero-mobile);
        background-position: center 35%;
        text-align: center;
    }

    body.pg-custom .pg-hero-grid {
        gap: 32px;
    }

    body.pg-custom .pg-hero-copy,
    body.pg-custom .pg-section-heading,
    body.pg-custom .pg-marketing-copy,
    body.pg-custom .pg-about-copy,
    body.pg-custom .pg-why-heading,
    body.pg-custom .pg-footer,
    body.pg-custom .pg-footer-brand {
        text-align: center;
    }

    body.pg-custom .pg-hero-eyebrow,
    body.pg-custom .pg-eyebrow {
        justify-content: center;
    }

    body.pg-custom .pg-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.25rem);
    }

    body.pg-custom .pg-brush-line {
        width: min(330px, 86%);
        margin-inline: auto;
    }

    body.pg-custom .pg-hero-lead {
        margin-inline: auto;
        font-weight: 500;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    }

    body.pg-custom .pg-hero-trust,
    body.pg-custom .pg-hero-actions {
        justify-content: center;
    }

    body.pg-custom .pg-hero-trust img {
        max-width: 158px;
        height: 52px;
    }

    body.pg-custom .pg-hero-call {
        display: inline-flex;
    }

    body.pg-custom .pg-form-shell {
        padding: 25px 20px;
        text-align: left;
    }

    body.pg-custom .pg-form-shell > h2,
    body.pg-custom .pg-form-shell > p {
        text-align: center;
    }

    body.pg-custom .pg-trust-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 8px;
    }

    body.pg-custom .pg-trust-strip-grid > div {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    body.pg-custom .pg-trust-strip-grid span {
        max-width: 130px;
        text-align: center;
    }

    body.pg-custom .pg-section {
        padding: 68px 0;
    }

    body.pg-custom .pg-services,
    body.pg-custom .pg-why {
        padding-top: 90px;
    }

    body.pg-custom .pg-section-heading {
        margin-bottom: 38px;
    }

    body.pg-custom .pg-card-grid,
    body.pg-custom .pg-process-grid,
    body.pg-custom .pg-footer-grid {
        grid-template-columns: 1fr;
    }

    body.pg-custom .pg-service-card,
    body.pg-custom .pg-why-card,
    body.pg-custom .pg-process-grid article {
        text-align: center;
    }

    body.pg-custom .pg-service-icon,
    body.pg-custom .pg-why-card > span {
        margin-inline: auto;
    }

    body.pg-custom .pg-about-grid {
        gap: 46px;
    }

    body.pg-custom .pg-about-media {
        width: min(100%, 480px);
        margin-inline: auto;
    }

    body.pg-custom .pg-about-media > img {
        max-height: 480px;
    }

    body.pg-custom .pg-experience-badge {
        right: 2px;
        bottom: -20px;
        min-width: 155px;
        padding: 15px 18px;
    }

    body.pg-custom .pg-tick-list {
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    body.pg-custom .pg-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 145px;
        gap: 10px;
    }

    body.pg-custom .pg-gallery-item figcaption {
        right: 10px;
        bottom: 9px;
        left: 10px;
        font-size: 0.72rem;
    }

    body.pg-custom .pg-process-grid {
        gap: 28px;
    }

    body.pg-custom .pg-areas-copy p {
        margin-inline: auto;
    }

    body.pg-custom .pg-faq-item button {
        align-items: flex-start;
        padding: 17px 16px;
        font-size: 0.91rem;
    }

    body.pg-custom .pg-faq-answer p {
        padding: 0 16px 18px;
        text-align: left;
    }

    body.pg-custom .pg-cta-band {
        padding: 68px 0;
    }

    body.pg-custom .pg-cta-inner {
        gap: 24px;
        padding: 40px 24px;
        text-align: center;
    }

    body.pg-custom .pg-cta-actions {
        margin-inline: auto;
    }

    body.pg-custom .pg-contact-info {
        text-align: center;
    }

    body.pg-custom .pg-contact-info > p {
        margin-inline: auto;
    }

    body.pg-custom .pg-contact-list {
        width: min(100%, 440px);
        margin-inline: auto;
        text-align: left;
    }

    body.pg-custom .pg-footer {
        padding-top: 78px;
    }

    body.pg-custom .pg-footer-grid {
        gap: 30px;
    }

    body.pg-custom .pg-footer-brand > a img,
    body.pg-custom .pg-footer-brand p {
        margin-inline: auto;
    }

    body.pg-custom .pg-social-links {
        justify-content: center;
    }

    body.pg-custom .pg-footer-legal {
        flex-direction: column;
        text-align: center;
    }

    body.pg-custom .pg-chaty {
        right: 8px;
        bottom: 8px;
        right: calc(8px + env(safe-area-inset-right, 0px));
        bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    }

    body.pg-custom .pg-chaty-toggle {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 400px) {
    body.pg-custom .pg-hero-trust img {
        max-width: 145px;
    }

    body.pg-custom .pg-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    body.pg-custom .pg-gallery-tall {
        grid-row: span 1;
    }

    body.pg-custom .pg-contact-list strong {
        font-size: 0.86rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pg-custom *,
    body.pg-custom *::before,
    body.pg-custom *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ==========================================================
   KBL full-site production additions and revision pass 2.0
   ========================================================== */

/* Requested header logo and sizing revisions. */
body.pg-custom .pg-brand img {
    width: 88px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

body.pg-custom .pg-mobile-logo img {
    width: 104px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

/* Brighter orange-to-purple button gradient for the hero keyword. */
body.pg-custom .pg-hero h1 span {
    background: var(--pg-gradient-button);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: brightness(1.18) saturate(1.12);
    text-shadow: 0 0 24px rgba(255, 94, 98, 0.10);
}

body.pg-custom .pg-brush-line {
    background: var(--pg-gradient-button);
    filter: brightness(1.12) saturate(1.08);
}

/* Trust badges enlarged to approximately twice the previous displayed size. */
body.pg-custom .pg-hero-trust {
    gap: 16px;
    margin-block: 6px 28px;
}

body.pg-custom .pg-hero-trust img {
    width: auto;
    max-width: 360px;
    height: 122px;
    object-fit: contain;
}

/* Pin the floating contact widget to the true viewport corner. */
body.pg-custom .pg-chaty {
    position: fixed !important;
    inset: auto 4px 4px auto !important;
    right: 4px !important;
    bottom: 4px !important;
    margin: 0 !important;
    transform: none !important;
}

/* Shared inner-page hero. */
body.pg-custom .pg-page-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 150px 0 88px;
    color: var(--pg-white);
    background-image:
        linear-gradient(105deg, rgba(8, 14, 31, 0.86) 0%, rgba(15, 24, 48, 0.70) 48%, rgba(15, 24, 48, 0.34) 100%),
        var(--pg-page-hero);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

body.pg-custom .pg-page-hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 160px;
    background: linear-gradient(0deg, rgba(10, 17, 36, 0.28), transparent);
    content: "";
}

body.pg-custom .pg-page-hero-inner {
    max-width: 800px;
}

body.pg-custom .pg-page-hero h1 {
    max-width: 780px;
    margin-bottom: 20px;
    color: var(--pg-white);
    font-size: clamp(2.45rem, 5vw, 4.35rem);
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.32);
}

body.pg-custom .pg-page-hero-inner > p:not(.pg-hero-eyebrow) {
    max-width: 700px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.90);
    font-size: clamp(1.04rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.30);
}

body.pg-custom .pg-page-trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

body.pg-custom .pg-page-trust-points span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--pg-white);
    background: rgba(255, 255, 255, 0.09);
    font-size: 0.83rem;
    font-weight: 700;
    backdrop-filter: blur(7px);
}

body.pg-custom .pg-soft-section {
    background: var(--pg-soft);
}

body.pg-custom .pg-dark-section {
    color: var(--pg-white);
    background:
        radial-gradient(circle at 95% 0%, rgba(214, 36, 159, 0.24), transparent 31%),
        radial-gradient(circle at 0% 100%, rgba(42, 62, 177, 0.25), transparent 34%),
        var(--pg-navy);
}

body.pg-custom .pg-light-copy h2,
body.pg-custom .pg-light-copy h3 {
    color: var(--pg-white);
}

body.pg-custom .pg-light-copy > p,
body.pg-custom .pg-light-copy .pg-eyebrow,
body.pg-custom .pg-light-copy .pg-tick-list li {
    color: rgba(255, 255, 255, 0.78);
}

body.pg-custom .pg-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(44px, 6vw, 74px);
}

body.pg-custom .pg-split-reverse > :first-child {
    order: 2;
}

body.pg-custom .pg-split-reverse > :last-child {
    order: 1;
}

body.pg-custom .pg-page-media {
    position: relative;
    min-width: 0;
}

body.pg-custom .pg-page-media::before {
    position: absolute;
    inset: -10px 10px 10px -10px;
    z-index: -1;
    border-radius: 22px;
    background: var(--pg-gradient-button);
    content: "";
}

body.pg-custom .pg-page-media img {
    width: 100%;
    height: 440px;
    border-radius: 18px;
    box-shadow: var(--pg-shadow);
    object-fit: cover;
}

body.pg-custom .pg-page-media-tall img {
    height: 570px;
}

body.pg-custom .pg-dark-section .pg-page-media::before {
    opacity: 0.9;
}

body.pg-custom .pg-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body.pg-custom .pg-feature-grid article {
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--pg-line);
    border-radius: var(--pg-radius);
    background: var(--pg-white);
    box-shadow: var(--pg-shadow-small);
}

body.pg-custom .pg-feature-grid article > span {
    display: inline-flex;
    margin-bottom: 15px;
    background: var(--pg-gradient-button);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
}

body.pg-custom .pg-feature-grid h3 {
    margin-bottom: 9px;
    font-size: 1.15rem;
}

body.pg-custom .pg-feature-grid p {
    margin-bottom: 0;
    color: var(--pg-slate);
}

body.pg-custom .pg-service-jump-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.pg-custom .pg-service-jump-grid a {
    position: relative;
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border: 1px solid var(--pg-line);
    border-radius: 14px;
    color: var(--pg-navy);
    background: var(--pg-white);
    box-shadow: var(--pg-shadow-small);
    font-family: "Sora", system-ui, sans-serif;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

body.pg-custom .pg-service-jump-grid a::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--pg-gradient-button);
    content: "";
}

body.pg-custom .pg-service-jump-grid a:hover,
body.pg-custom .pg-service-jump-grid a:focus-visible {
    box-shadow: var(--pg-shadow);
    transform: translateY(-3px);
}

body.pg-custom .pg-service-detail {
    scroll-margin-top: 92px;
}

body.pg-custom .pg-full-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 15px;
}

body.pg-custom .pg-full-gallery-item {
    position: relative;
    min-width: 0;
    height: 255px;
    margin: 0;
    border-radius: 15px;
    background: var(--pg-soft);
    box-shadow: var(--pg-shadow-small);
    overflow: hidden;
}

body.pg-custom .pg-full-gallery-featured {
    grid-row: span 2;
    height: 525px;
}

body.pg-custom .pg-full-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

body.pg-custom .pg-full-gallery-item:hover img {
    transform: scale(1.04);
}

body.pg-custom .pg-full-gallery-item::after {
    position: absolute;
    inset: 48% 0 0;
    background: linear-gradient(transparent, rgba(10, 17, 36, 0.84));
    content: "";
}

body.pg-custom .pg-full-gallery-item figcaption {
    position: absolute;
    right: 15px;
    bottom: 13px;
    left: 15px;
    z-index: 2;
    color: var(--pg-white);
    font-size: 0.86rem;
    font-weight: 700;
}

body.pg-custom .pg-gallery-conversion-copy {
    max-width: 760px;
}

body.pg-custom .pg-gallery-conversion-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}

body.pg-custom .pg-gallery-conversion-copy > p:not(.pg-eyebrow) {
    margin-bottom: 28px;
    color: var(--pg-slate);
    font-size: 1.04rem;
}

body.pg-custom .pg-utility-hero {
    padding: 160px 0 78px;
    color: var(--pg-white);
    background:
        radial-gradient(circle at 80% 20%, rgba(214, 36, 159, 0.28), transparent 32%),
        var(--pg-navy-deep);
}

body.pg-custom .pg-utility-hero h1 {
    margin-bottom: 14px;
    color: var(--pg-white);
    font-size: clamp(2.25rem, 5vw, 3.6rem);
}

body.pg-custom .pg-utility-hero p:not(.pg-eyebrow) {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

body.pg-custom .pg-utility-content {
    min-height: 380px;
}

body.pg-custom .pg-prose {
    width: min(100% - 48px, 840px);
}

body.pg-custom .pg-prose h2,
body.pg-custom .pg-prose h3,
body.pg-custom .pg-prose h4 {
    margin-top: 1.8em;
    margin-bottom: 0.65em;
}

body.pg-custom .pg-prose p,
body.pg-custom .pg-prose li {
    color: var(--pg-slate);
}

body.pg-custom .pg-prose a {
    color: var(--pg-pink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 960px) {
    body.pg-custom .pg-page-hero {
        min-height: 540px;
        padding-top: 132px;
    }

    body.pg-custom .pg-split-grid {
        grid-template-columns: 1fr;
    }

    body.pg-custom .pg-split-reverse > :first-child,
    body.pg-custom .pg-split-reverse > :last-child {
        order: initial;
    }

    body.pg-custom .pg-page-media {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    body.pg-custom .pg-feature-grid,
    body.pg-custom .pg-service-jump-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pg-custom .pg-full-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body.pg-custom .pg-brand img {
        width: 53px;
    }

    body.pg-custom .pg-mobile-logo img {
        width: 86px;
    }

    body.pg-custom .pg-hero-trust {
        gap: 6px;
    }

    body.pg-custom .pg-hero-trust img {
        width: auto;
        max-width: 48%;
        height: 98px;
    }

    body.pg-custom .pg-chaty {
        inset: auto 2px 2px auto !important;
        right: 2px !important;
        bottom: 2px !important;
    }

    body.pg-custom .pg-page-hero {
        min-height: auto;
        padding: 112px 0 66px;
        text-align: center;
        background-image:
            linear-gradient(180deg, rgba(7, 12, 28, 0.82) 0%, rgba(11, 19, 40, 0.84) 52%, rgba(11, 19, 40, 0.93) 100%),
            var(--pg-page-hero);
    }

    body.pg-custom .pg-page-hero-inner {
        margin-inline: auto;
        text-align: center;
    }

    body.pg-custom .pg-page-hero-inner > p:not(.pg-hero-eyebrow) {
        margin-inline: auto;
    }

    body.pg-custom .pg-page-trust-points {
        justify-content: center;
    }

    body.pg-custom .pg-split-grid,
    body.pg-custom .pg-marketing-copy,
    body.pg-custom .pg-light-copy,
    body.pg-custom .pg-feature-grid article,
    body.pg-custom .pg-gallery-conversion-copy {
        text-align: center;
    }

    body.pg-custom .pg-page-media img,
    body.pg-custom .pg-page-media-tall img {
        height: 410px;
    }

    body.pg-custom .pg-feature-grid,
    body.pg-custom .pg-service-jump-grid,
    body.pg-custom .pg-full-gallery-grid {
        grid-template-columns: 1fr;
    }

    body.pg-custom .pg-full-gallery-item,
    body.pg-custom .pg-full-gallery-featured {
        grid-row: auto;
        height: 300px;
    }

    body.pg-custom .pg-prose {
        width: min(100% - 32px, 840px);
    }
}

@media (max-width: 390px) {
    body.pg-custom .pg-hero-trust img {
        height: 86px;
    }
}

/* ==========================================================
   KBL revision pass 3.0 - July image update, desktop parallax and Chaty fix
   ========================================================== */

@media (min-width: 981px) {
    body.pg-custom .pg-hero {
        background-attachment: fixed, fixed;
        background-position: center 42%;
    }
}

@media (max-width: 980px) {
    body.pg-custom .pg-hero {
        background-attachment: scroll, scroll;
    }
}

body.pg-custom .pg-hero h1 span {
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    color: var(--pg-white);
    filter: none;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

body.pg-custom .pg-hero h1 .pg-hero-gradient {
    background: var(--pg-gradient-button);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: brightness(1.18) saturate(1.12);
    text-shadow: 0 0 24px rgba(255, 94, 98, 0.10);
}

body.pg-custom .pg-hero h1 .pg-hero-place {
    color: var(--pg-white);
}

body.pg-custom .pg-chaty {
    position: fixed !important;
    right: max(16px, env(safe-area-inset-right, 0px)) !important;
    bottom: max(16px, env(safe-area-inset-bottom, 0px)) !important;
    inset: auto max(16px, env(safe-area-inset-right, 0px)) max(16px, env(safe-area-inset-bottom, 0px)) auto !important;
    z-index: 12000 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 12px !important;
    margin: 0 !important;
    transform: none !important;
}

body.pg-custom .pg-chaty-menu {
    order: 1;
    transform: translateY(8px) scale(0.94);
    transform-origin: bottom right;
}

body.pg-custom .pg-chaty-toggle {
    order: 2;
}

body.pg-custom .pg-chaty-open .pg-chaty-menu {
    transform: translateY(0) scale(1);
}

@media (max-width: 680px) {
    body.pg-custom .pg-chaty {
        right: max(10px, env(safe-area-inset-right, 0px)) !important;
        bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
        inset: auto max(10px, env(safe-area-inset-right, 0px)) max(10px, env(safe-area-inset-bottom, 0px)) auto !important;
    }
}

/* ==========================================================
   KBL revision pass 4.0 - reviews page, service anchors, lightbox and conversion fixes
   ========================================================== */

body.pg-custom .pg-desktop-nav {
    gap: clamp(15px, 1.7vw, 25px);
}

body.pg-custom .pg-contact-hero {
    min-height: 430px;
    padding: 122px 0 56px;
}

body.pg-custom .pg-contact-hero .pg-page-hero-inner {
    max-width: 760px;
}

body.pg-custom .pg-contact-hero h1 {
    max-width: 760px;
    font-size: clamp(2.15rem, 4vw, 3.35rem);
}

body.pg-custom .pg-contact-hero .pg-page-trust-points {
    margin-bottom: 20px;
}

body.pg-custom .pg-service-anchor-bar {
    padding: 32px 0 18px;
    background: var(--pg-white);
}

body.pg-custom .pg-service-detail .pg-marketing-copy p:not(.pg-eyebrow) {
    margin-bottom: 17px;
}

body.pg-custom .pg-service-detail .pg-tick-list {
    margin-top: 22px;
    margin-bottom: 28px;
}

body.pg-custom .pg-service-detail .pg-tick-list li {
    font-weight: 600;
}

body.pg-custom .pg-process-grid::before {
    top: 30px;
    right: 13%;
    left: 13%;
    height: 1px;
    background: rgba(22, 32, 58, 0.22);
}

body.pg-custom .pg-process-grid article:not(:last-child)::after {
    position: absolute;
    top: 17px;
    right: -30px;
    z-index: 2;
    color: rgba(245, 51, 63, 0.72);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    content: "→";
}

body.pg-custom .pg-process-grid strong {
    background: var(--pg-soft);
}

body.pg-custom .pg-gallery-item > .pg-lightbox-link,
body.pg-custom .pg-full-gallery-item > .pg-lightbox-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

body.pg-custom .pg-reviews-page-section {
    background: var(--pg-white);
}

body.pg-custom .pg-elfsight-reviews-wrap {
    max-width: 1120px;
    margin-inline: auto;
}

body.pg-custom .pg-lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(7, 12, 28, 0.88);
    backdrop-filter: blur(8px);
}

body.pg-custom .pg-lightbox-modal.pg-lightbox-open {
    display: flex;
}

body.pg-custom .pg-lightbox-inner {
    position: relative;
    display: grid;
    max-width: min(1120px, 100%);
    max-height: 92vh;
    gap: 12px;
}

body.pg-custom .pg-lightbox-image {
    max-width: 100%;
    max-height: 82vh;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

body.pg-custom .pg-lightbox-caption {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    text-align: center;
}

body.pg-custom .pg-lightbox-close,
body.pg-custom .pg-lightbox-prev,
body.pg-custom .pg-lightbox-next {
    position: absolute;
    display: grid;
    place-items: center;
    border: 0;
    color: var(--pg-white);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

body.pg-custom .pg-lightbox-close:hover,
body.pg-custom .pg-lightbox-prev:hover,
body.pg-custom .pg-lightbox-next:hover,
body.pg-custom .pg-lightbox-close:focus-visible,
body.pg-custom .pg-lightbox-prev:focus-visible,
body.pg-custom .pg-lightbox-next:focus-visible {
    background: var(--pg-gradient-button);
    transform: translateY(-1px);
}

body.pg-custom .pg-lightbox-close {
    top: -16px;
    right: -16px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
}

body.pg-custom .pg-lightbox-prev,
body.pg-custom .pg-lightbox-next {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    transform: translateY(-50%);
}

body.pg-custom .pg-lightbox-prev:hover,
body.pg-custom .pg-lightbox-next:hover,
body.pg-custom .pg-lightbox-prev:focus-visible,
body.pg-custom .pg-lightbox-next:focus-visible {
    transform: translateY(-50%) translateY(-1px);
}

body.pg-custom .pg-lightbox-prev {
    left: -68px;
}

body.pg-custom .pg-lightbox-next {
    right: -68px;
}

body.pg-custom.pg-lightbox-active {
    overflow: hidden;
}

body.pg-custom .pg-chaty {
    right: max(8px, env(safe-area-inset-right, 0px)) !important;
    bottom: max(8px, env(safe-area-inset-bottom, 0px)) !important;
    inset: auto max(8px, env(safe-area-inset-right, 0px)) max(8px, env(safe-area-inset-bottom, 0px)) auto !important;
    flex-direction: column !important;
}

body.pg-custom .pg-chaty-menu {
    order: 1 !important;
    transform-origin: bottom right !important;
    transform: translateY(8px) scale(0.94) !important;
}

body.pg-custom .pg-chaty-toggle {
    order: 2 !important;
}

body.pg-custom .pg-chaty-open .pg-chaty-menu {
    transform: translateY(0) scale(1) !important;
}

@media (max-width: 960px) {
    body.pg-custom .pg-process-grid::before,
    body.pg-custom .pg-process-grid article::after {
        display: none !important;
    }

    body.pg-custom .pg-contact-hero {
        min-height: auto;
        padding: 122px 0 68px;
    }

    body.pg-custom .pg-lightbox-prev {
        left: 10px;
    }

    body.pg-custom .pg-lightbox-next {
        right: 10px;
    }
}

@media (max-width: 680px) {
    body.pg-custom .pg-service-anchor-bar {
        padding: 22px 0 8px;
    }

    body.pg-custom .pg-lightbox-modal {
        padding: 18px;
    }

    body.pg-custom .pg-lightbox-close {
        top: -10px;
        right: -10px;
        width: 42px;
        height: 42px;
    }

    body.pg-custom .pg-lightbox-prev,
    body.pg-custom .pg-lightbox-next {
        width: 42px;
        height: 42px;
        font-size: 1.6rem;
    }

    body.pg-custom .pg-chaty {
        right: max(6px, env(safe-area-inset-right, 0px)) !important;
        bottom: max(6px, env(safe-area-inset-bottom, 0px)) !important;
        inset: auto max(6px, env(safe-area-inset-right, 0px)) max(6px, env(safe-area-inset-bottom, 0px)) auto !important;
    }
}

/* KBL revision pass 5.0, dropdowns, mobile hero, thank-you flow and gallery fixes */
body.pg-custom {
    scroll-padding-top: 105px;
}

body.pg-custom .pg-nav-dropdown {
    position: relative;
}

body.pg-custom .pg-nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
    font-size: 0.91rem;
    font-weight: 600;
    cursor: pointer;
}

body.pg-custom .pg-nav-dropdown-toggle svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

body.pg-custom .pg-nav-dropdown-open .pg-nav-dropdown-toggle svg {
    transform: rotate(180deg);
}

body.pg-custom .pg-nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 1200;
    width: 285px;
    padding: 14px;
    border: 1px solid rgba(231, 234, 241, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(10, 18, 38, 0.24);
    transform: translateX(-50%);
}

body.pg-custom .pg-nav-dropdown-panel a {
    display: block;
    padding: 12px 14px;
    border-radius: 11px;
    color: var(--pg-ink);
    font-size: 0.91rem;
    font-weight: 700;
}

body.pg-custom .pg-nav-dropdown-panel a::after {
    display: none;
}

body.pg-custom .pg-nav-dropdown-panel a:hover,
body.pg-custom .pg-nav-dropdown-panel a:focus-visible {
    color: var(--pg-navy);
    background: var(--pg-soft);
}

body.pg-custom .pg-mobile-links button.pg-mobile-submenu-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 14px 8px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--pg-white);
    background: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
}

body.pg-custom .pg-mobile-submenu-toggle svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

body.pg-custom .pg-mobile-submenu-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

body.pg-custom .pg-mobile-submenu {
    display: grid;
    padding: 8px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

body.pg-custom .pg-mobile-submenu a {
    padding: 10px 8px;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94rem;
}

body.pg-custom .pg-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

body.pg-custom .pg-menu-close span {
    display: block;
    transform: translateY(-1px);
    line-height: 1;
}

body.pg-custom .pg-service-anchor-bar {
    display: none !important;
}

body.pg-custom .pg-mobile-service-image {
    display: none;
}

body.pg-custom .pg-process-grid::before {
    display: none !important;
}

body.pg-custom .pg-process-grid {
    gap: 34px;
}

body.pg-custom .pg-process-grid article {
    padding: 26px 24px;
    border: 1px solid var(--pg-line);
    border-radius: 20px;
    background: var(--pg-white);
    box-shadow: var(--pg-shadow-small);
}

body.pg-custom .pg-process-grid article:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -28px;
    z-index: 4;
    width: 34px;
    height: 34px;
    display: grid !important;
    place-items: center;
    border-radius: 50%;
    color: var(--pg-white);
    background: var(--pg-gradient-button);
    box-shadow: 0 12px 24px rgba(214, 36, 159, 0.24);
    content: "→";
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    transform: translateY(-50%);
}

body.pg-custom .pg-process-grid strong {
    background: var(--pg-white);
}

body.pg-custom .pg-contact-hero {
    min-height: 320px;
    padding: 112px 0 42px;
}

body.pg-custom .pg-contact-hero h1 {
    font-size: clamp(2rem, 3.5vw, 3rem);
}

body.pg-custom .pg-contact-page {
    padding-top: 56px;
}

body.pg-custom .pg-utility-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

body.pg-custom .pg-thankyou-details .pg-marketing-copy a {
    color: var(--pg-pink);
    font-weight: 800;
}

body.pg-custom .pg-lightbox-modal {
    touch-action: manipulation;
}

body.pg-custom .pg-lightbox-inner {
    width: min(100%, 1120px);
    align-items: center;
    justify-items: center;
}

body.pg-custom .pg-lightbox-image {
    width: auto;
    height: auto;
    max-width: min(100%, 1120px);
    max-height: 78vh;
}

body.pg-custom .pg-lightbox-close {
    top: 10px;
    right: 10px;
    z-index: 4;
}

body.pg-custom .pg-chaty {
    right: max(10px, env(safe-area-inset-right, 0px)) !important;
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
    inset: auto max(10px, env(safe-area-inset-right, 0px)) max(10px, env(safe-area-inset-bottom, 0px)) auto !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

body.pg-custom .pg-chaty-menu {
    order: 1 !important;
    transform-origin: bottom right !important;
    transform: translateY(8px) scale(0.94) !important;
}

body.pg-custom .pg-chaty-toggle {
    order: 2 !important;
}

body.pg-custom .pg-chaty-open .pg-chaty-menu {
    transform: translateY(0) scale(1) !important;
}

@media (max-width: 960px) {
    body.pg-custom .pg-process-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    body.pg-custom .pg-process-grid article:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -40px;
        left: 50%;
        display: grid !important;
        content: "↓";
        transform: translateX(-50%);
    }

    body.pg-custom .pg-service-detail .pg-page-media {
        display: none;
    }

    body.pg-custom .pg-service-detail .pg-split-grid,
    body.pg-custom .pg-service-detail .pg-split-reverse {
        grid-template-columns: 1fr;
    }

    body.pg-custom .pg-mobile-service-image {
        display: block;
        margin: 20px 0 22px;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: var(--pg-shadow-small);
    }

    body.pg-custom .pg-mobile-service-image img {
        width: 100%;
        max-height: 360px;
        object-fit: cover;
    }

    body.pg-custom .pg-contact-hero {
        min-height: auto;
        padding: 104px 0 34px;
    }

    body.pg-custom .pg-contact-page {
        padding-top: 38px;
    }
}

@media (max-width: 680px) {
    body.pg-custom .pg-hero {
        position: relative;
        padding: 0 0 34px;
        color: var(--pg-white);
        background: var(--pg-white) !important;
        overflow: hidden;
    }

    body.pg-custom .pg-hero::before {
        position: absolute;
        inset: 0 0 auto;
        z-index: 0;
        height: 650px;
        background-image:
            linear-gradient(180deg, rgba(7, 12, 28, 0.82) 0%, rgba(11, 19, 40, 0.78) 50%, rgba(11, 19, 40, 0.94) 100%),
            var(--pg-hero-mobile);
        background-position: center top;
        background-size: cover;
        content: "";
    }

    body.pg-custom .pg-hero::after {
        display: none;
    }

    body.pg-custom .pg-hero-grid {
        position: relative;
        z-index: 1;
        gap: 24px;
    }

    body.pg-custom .pg-hero-copy {
        min-height: 650px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 98px 0 38px;
    }

    body.pg-custom .pg-hero-form-shell {
        width: 100%;
        margin-top: 0;
    }

    body.pg-custom .pg-hero-call {
        display: inline-flex;
    }

    body.pg-custom .pg-contact-hero {
        padding: 96px 0 30px;
    }

    body.pg-custom .pg-contact-hero h1 {
        font-size: clamp(1.85rem, 9vw, 2.75rem);
    }

    body.pg-custom .pg-lightbox-modal {
        padding: 12px;
    }

    body.pg-custom .pg-lightbox-image {
        max-height: 76vh;
        border-radius: 12px;
    }

    body.pg-custom .pg-lightbox-prev {
        left: 8px;
    }

    body.pg-custom .pg-lightbox-next {
        right: 8px;
    }
}

/* KBL revision pass 6.1, final mobile menu, anchors and mobile conversion fixes */
body.pg-custom .pg-nav-dropdown-panel[hidden],
body.pg-custom .pg-mobile-submenu[hidden] {
    display: none !important;
}

body.pg-custom .pg-mobile-submenu:not([hidden]) {
    display: grid !important;
}

body.pg-custom .pg-service-detail {
    scroll-margin-top: 0 !important;
}

body.pg-custom .pg-service-detail .pg-split-grid,
body.pg-custom .pg-service-detail .pg-split-reverse {
    align-items: center;
}

@media (max-width: 960px) {
    body.pg-custom .pg-contact-grid {
        display: grid;
    }

    body.pg-custom .pg-contact-form-shell {
        order: -1;
    }

    body.pg-custom .pg-contact-info {
        order: 2;
    }
}

@media (max-width: 680px) {
    body.pg-custom .pg-mobile-menu {
        overflow-y: auto;
    }

    body.pg-custom .pg-mobile-submenu {
        margin: 0;
        padding: 8px 0 10px;
    }

    body.pg-custom .pg-mobile-submenu[hidden] {
        display: none !important;
    }

    body.pg-custom .pg-contact-hero {
        min-height: auto !important;
        padding: 86px 0 18px !important;
        background-image: linear-gradient(120deg, rgba(12, 20, 42, 0.98), rgba(50, 24, 72, 0.96)) !important;
    }

    body.pg-custom .pg-contact-hero::after {
        background: linear-gradient(120deg, rgba(12, 20, 42, 0.70), rgba(50, 24, 72, 0.78));
    }

    body.pg-custom .pg-contact-hero .pg-page-hero-inner {
        text-align: center;
    }

    body.pg-custom .pg-contact-hero .pg-hero-eyebrow {
        margin-bottom: 12px;
        font-size: 0.69rem;
    }

    body.pg-custom .pg-contact-hero h1 {
        max-width: 340px;
        margin-inline: auto;
        font-size: clamp(1.62rem, 7vw, 2.1rem) !important;
        line-height: 1.12;
    }

    body.pg-custom .pg-contact-hero .pg-page-hero-inner > p:not(.pg-hero-eyebrow) {
        display: none !important;
    }

    body.pg-custom .pg-contact-page {
        padding-top: 18px !important;
    }

    body.pg-custom .pg-contact-form-shell {
        margin-top: 0;
    }

    body.pg-custom .pg-hero {
        padding: 0 0 36px !important;
        background: var(--pg-white) !important;
        overflow: visible;
    }

    body.pg-custom .pg-hero::before,
    body.pg-custom .pg-hero::after {
        display: none !important;
    }

    body.pg-custom .pg-hero-grid {
        display: block;
        padding-inline: 24px;
    }

    body.pg-custom .pg-hero-copy {
        position: relative;
        isolation: isolate;
        min-height: 0 !important;
        margin-inline: -24px;
        padding: 112px 24px 46px !important;
        overflow: hidden;
        text-align: center;
    }

    body.pg-custom .pg-hero-copy::before {
        position: absolute;
        inset: 0;
        z-index: -2;
        background-image: linear-gradient(180deg, rgba(7, 12, 28, 0.83) 0%, rgba(11, 19, 40, 0.76) 48%, rgba(11, 19, 40, 0.94) 100%), var(--pg-hero-mobile);
        background-position: center top;
        background-size: cover;
        content: "";
    }

    body.pg-custom .pg-hero-copy::after {
        position: absolute;
        inset: 0;
        z-index: -1;
        background: radial-gradient(circle at 50% 40%, rgba(214, 36, 159, 0.16), transparent 46%);
        content: "";
    }

    body.pg-custom .pg-hero h1 {
        font-size: clamp(2.32rem, 10vw, 3.25rem);
    }

    body.pg-custom .pg-hero-form-shell {
        position: relative;
        z-index: 2;
        margin: 28px 0 0 !important;
        width: 100%;
    }

    body.pg-custom .pg-hero-actions {
        justify-content: center;
        margin-bottom: 0;
    }

    body.pg-custom .pg-hero-call {
        margin-top: 0;
    }
}


/* KBL revision pass 7.1, mobile hero full-bleed and lightbox controls */
body.pg-custom .pg-lightbox-close,
body.pg-custom .pg-lightbox-prev,
body.pg-custom .pg-lightbox-next {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
}

body.pg-custom .pg-lightbox-close svg,
body.pg-custom .pg-lightbox-prev svg,
body.pg-custom .pg-lightbox-next svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.pg-custom .pg-lightbox-prev svg,
body.pg-custom .pg-lightbox-next svg {
    width: 24px;
    height: 24px;
}

body.pg-custom .pg-gallery-item .pg-lightbox-link,
body.pg-custom .pg-full-gallery-item .pg-lightbox-link {
    touch-action: manipulation;
}

@media (max-width: 680px) {
    body.pg-custom .pg-hero {
        width: 100% !important;
        padding-bottom: 34px !important;
    }

    body.pg-custom .pg-hero > .pg-wrap {
        width: 100% !important;
        max-width: none !important;
        padding-inline: 0 !important;
        margin-inline: 0 !important;
    }

    body.pg-custom .pg-hero-grid {
        width: 100% !important;
        padding-inline: 0 !important;
        margin-inline: 0 !important;
    }

    body.pg-custom .pg-hero-copy {
        width: 100% !important;
        margin-inline: 0 !important;
        padding: 112px 22px 48px !important;
    }

    body.pg-custom .pg-hero-form-shell {
        width: auto !important;
        margin: 28px 22px 0 !important;
    }

    body.pg-custom .pg-hero-call {
        display: inline-flex !important;
    }

    body.pg-custom .pg-lightbox-inner {
        width: 100%;
        max-width: 100%;
        justify-items: center;
    }

    body.pg-custom .pg-lightbox-close,
    body.pg-custom .pg-lightbox-prev,
    body.pg-custom .pg-lightbox-next {
        width: 44px !important;
        height: 44px !important;
    }

    body.pg-custom .pg-lightbox-close {
        top: 8px !important;
        right: 8px !important;
    }

    body.pg-custom .pg-lightbox-prev {
        left: 8px !important;
    }

    body.pg-custom .pg-lightbox-next {
        right: 8px !important;
    }
}


/* KBL revision pass 8.1, full-card lightbox click area */
body.pg-custom .pg-gallery-item::after,
body.pg-custom .pg-full-gallery-item::after,
body.pg-custom .pg-gallery-item figcaption,
body.pg-custom .pg-full-gallery-item figcaption {
    pointer-events: none !important;
}

body.pg-custom .pg-gallery-item > .pg-lightbox-link,
body.pg-custom .pg-full-gallery-item > .pg-lightbox-link,
body.pg-custom .pg-gallery-item .pg-lightbox-link,
body.pg-custom .pg-full-gallery-item .pg-lightbox-link {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

body.pg-custom .pg-gallery-item .pg-lightbox-link img,
body.pg-custom .pg-full-gallery-item .pg-lightbox-link img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.pg-custom .pg-gallery-item figcaption,
body.pg-custom .pg-full-gallery-item figcaption {
    z-index: 4 !important;
}

/* KBL revision pass 2.3.3, remove gallery titles */
body.pg-custom .pg-gallery-item::after,
body.pg-custom .pg-full-gallery-item::after,
body.pg-custom .pg-gallery-item figcaption,
body.pg-custom .pg-full-gallery-item figcaption,
body.pg-custom .pg-lightbox-caption {
    display: none !important;
}

/* KBL July 2026 client revisions - brand text and latest content updates */
body.pg-custom .pg-header-inner {
    gap: 18px;
}

body.pg-custom .pg-brand {
    gap: 14px;
    min-width: 0;
}

body.pg-custom .pg-brand img {
    width: clamp(82px, 7vw, 102px);
    flex: 0 0 auto;
}

body.pg-custom .pg-brand-text {
    display: grid;
    gap: 2px;
    min-width: 0;
    color: var(--pg-white);
    line-height: 1.08;
}

body.pg-custom .pg-brand-title {
    font-family: "Sora", system-ui, sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

body.pg-custom .pg-brand-subtitle {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    white-space: nowrap;
}

body.pg-custom .pg-mobile-logo {
    display: inline-grid;
    justify-items: center;
    gap: 8px;
}

body.pg-custom .pg-mobile-brand-text {
    display: grid;
    gap: 2px;
    text-align: center;
    color: var(--pg-white);
    line-height: 1.15;
}

body.pg-custom .pg-mobile-brand-text strong {
    font-family: "Sora", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

body.pg-custom .pg-mobile-brand-text span {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1270px) {
    body.pg-custom .pg-brand-subtitle {
        display: none;
    }

    body.pg-custom .pg-desktop-nav {
        gap: 16px;
    }
}

@media (max-width: 1150px) {
    body.pg-custom .pg-brand-text {
        display: none;
    }
}

@media (max-width: 767px) {
    body.pg-custom .pg-brand-text {
        display: none;
    }
}


/* KBL v12 mobile header branding fix */
@media (max-width: 767px) {
    body.pg-custom .pg-header {
        padding: 8px 0;
        background: rgba(15, 24, 48, 0.96);
        backdrop-filter: blur(12px);
    }

    body.pg-custom .pg-header-inner {
        gap: 10px;
    }

    body.pg-custom .pg-brand {
        flex: 1 1 auto;
        gap: 8px;
        min-width: 0;
        max-width: calc(100% - 58px);
    }

    body.pg-custom .pg-brand img {
        width: 58px;
        flex: 0 0 58px;
    }

    body.pg-custom .pg-brand-text {
        display: grid !important;
        min-width: 0;
        max-width: 210px;
    }

    body.pg-custom .pg-brand-title {
        display: block;
        overflow: hidden;
        color: var(--pg-white);
        font-size: 0.88rem;
        line-height: 1.05;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.pg-custom .pg-brand-subtitle {
        display: block !important;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.58rem;
        line-height: 1.1;
        letter-spacing: 0.11em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.pg-custom .pg-header-actions {
        flex: 0 0 auto;
    }

    body.pg-custom .pg-menu-toggle {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 380px) {
    body.pg-custom .pg-brand-title {
        font-size: 0.78rem;
    }

    body.pg-custom .pg-brand-subtitle {
        font-size: 0.52rem;
        letter-spacing: 0.08em;
    }

    body.pg-custom .pg-brand img {
        width: 52px;
        flex-basis: 52px;
    }
}


/* KBL v13 service grid balancing and image swaps */
@media (min-width: 980px) {
    body.pg-custom .pg-service-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    body.pg-custom .pg-service-grid > .pg-service-card:nth-child(-n+3) {
        grid-column: span 4;
    }

    body.pg-custom .pg-service-grid > .pg-service-card:nth-child(n+4) {
        grid-column: span 3;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body.pg-custom .pg-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
