/* Google Business Profile Optimization redesign */
body.gbpo-redesign {
    --gbpo-black: #050505;
    --gbpo-pure: #000000;
    --gbpo-white: #FFFFFF;
    --gbpo-warm: #F7F7F4;
    --gbpo-soft: #F2F4F2;
    --gbpo-teal: #0C9295;
    --gbpo-teal-bright: #12A9AB;
    --gbpo-red: #ED5649;
    --gbpo-navy: #061C33;
    --gbpo-ink-soft: rgba(5, 5, 5, 0.68);
    --gbpo-border: rgba(5, 5, 5, 0.10);
    --gbpo-border-strong: rgba(5, 5, 5, 0.18);
    --gbpo-ease: cubic-bezier(.22, 1, .36, 1);
    background: var(--gbpo-white);
    color: var(--gbpo-black);
    overflow-x: hidden;
}

body.gbpo-redesign main {
    overflow: clip;
    background: var(--gbpo-white) !important;
}

body.gbpo-redesign .reveal {
    opacity: 1;
    transform: none;
}

body.gbpo-redesign .breadcrumb-trail {
    background: var(--gbpo-warm);
}

.gbpo-progress {
    position: sticky;
    top: 82px;
    z-index: 20;
    display: flex;
    gap: 0.25rem;
    width: min(1120px, calc(100% - 2rem));
    margin: 0.75rem auto 0;
    padding: 0.38rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(18px);
}

.gbpo-progress a {
    position: relative;
    z-index: 1;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    color: rgba(5, 5, 5, 0.66);
    font-size: 0.74rem;
    font-weight: 850;
    white-space: nowrap;
}

.gbpo-progress a:hover,
.gbpo-progress a:focus-visible {
    color: var(--gbpo-black);
    background: rgba(12, 146, 149, 0.08);
}

.gbpo-progress span {
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.18rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gbpo-teal), var(--gbpo-red));
    transform: scaleX(var(--gbpo-progress, 0));
    transform-origin: left center;
}

.gbpo-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(6rem, 10vw, 10rem) 0 clamp(5.5rem, 8vw, 8.5rem);
    background:
        radial-gradient(circle at 82% 18%, rgba(12, 146, 149, 0.10), transparent 24rem),
        linear-gradient(90deg, rgba(12, 146, 149, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px),
        var(--gbpo-warm);
    background-size: auto, 96px 96px, 96px 96px, auto;
}

.gbpo-hero::after {
    content: "";
    position: absolute;
    right: clamp(1.5rem, 8vw, 8rem);
    bottom: clamp(2rem, 6vw, 5rem);
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-red);
    box-shadow: 0 0 0 14px rgba(237, 86, 73, 0.10);
}

.gbpo-hero-grid,
.gbpo-asymmetric,
.gbpo-split,
.gbpo-process-layout,
.gbpo-ecosystem-layout,
.gbpo-review-layout,
.gbpo-photos-layout,
.gbpo-ai-layout,
.gbpo-goodfaith-layout,
.gbpo-area-layout,
.gbpo-trust-layout,
.gbpo-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.82fr);
    gap: clamp(2.5rem, 7vw, 6.5rem);
    align-items: start;
}

.gbpo-hero-grid {
    align-items: center;
}

.gbpo-eyebrow {
    margin: 0 0 1rem;
    color: var(--gbpo-teal);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gbpo-hero h1,
.gbpo-section h2,
.gbpo-continue h2,
.gbpo-final h2 {
    max-width: 980px;
    margin: 0;
    color: var(--gbpo-black);
    letter-spacing: 0;
}

.gbpo-hero h1 {
    font-size: clamp(3.7rem, 6vw, 6.5rem);
    line-height: 0.92;
}

.gbpo-hero h1 span {
    display: block;
}

.gbpo-hero-statement {
    max-width: 720px;
    margin: 1.3rem 0 1.2rem;
    color: var(--gbpo-black);
    font-size: clamp(1.55rem, 2.6vw, 2.55rem);
    font-weight: 850;
    line-height: 1.06;
}

.gbpo-hero-copy > p:not(.gbpo-eyebrow):not(.gbpo-hero-statement),
.gbpo-section-copy > p,
.gbpo-final p,
.gbpo-continue p {
    max-width: 700px;
    color: var(--gbpo-ink-soft);
    font-size: 1.08rem;
    line-height: 1.66;
}

.gbpo-section {
    position: relative;
    padding: clamp(8rem, 12vw, 11rem) 0;
    background: var(--gbpo-white);
}

.gbpo-section:nth-of-type(odd):not(.gbpo-dark-section) {
    background: var(--gbpo-warm);
}

.gbpo-section h2,
.gbpo-continue h2 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 0.98;
}

.gbpo-section h2 + p {
    margin-top: 1.35rem;
}

.gbpo-section-copy {
    min-width: 0;
}

.gbpo-section-number {
    display: block;
    margin-bottom: 1rem;
    color: rgba(12, 146, 149, 0.16);
    font-family: var(--font-display);
    font-size: clamp(5.5rem, 12vw, 12rem);
    font-weight: 950;
    line-height: 0.76;
}

.gbpo-inline-list,
.gbpo-two-col-list,
.gbpo-relationship-list,
.gbpo-dark-list,
.gbpo-separator-list,
.gbpo-area-list,
.gbpo-trust-principles,
.gbpo-industry-index {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gbpo-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    max-width: 720px;
    margin: 1.6rem 0 2rem;
}

.gbpo-inline-list li {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(12, 146, 149, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: rgba(5, 5, 5, 0.76);
    font-size: 0.86rem;
    font-weight: 760;
}

.gbpo-profile-visual {
    position: relative;
    min-height: clamp(540px, 48vw, 660px);
    isolation: isolate;
}

.gbpo-profile-visual::before {
    content: "";
    position: absolute;
    inset: 12% 2% 7%;
    border: 1px solid rgba(12, 146, 149, 0.16);
    border-radius: 46% 54% 44% 56%;
    background:
        linear-gradient(90deg, rgba(12, 146, 149, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px),
        rgba(255, 255, 255, 0.44);
    background-size: 54px 54px;
    transform: rotate(-5deg);
    z-index: -1;
}

.gbpo-profile-card,
.gbpo-search-preview,
.gbpo-map-card,
.gbpo-process-panel,
.gbpo-review-board,
.gbpo-photo-visual,
.gbpo-faq-list,
.gbpo-hedge-bridge {
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 24px;
    background: var(--gbpo-white);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
}

.gbpo-profile-card {
    position: absolute;
    left: 8%;
    top: 17%;
    z-index: 2;
    width: min(460px, 88%);
    padding: clamp(1.1rem, 2.6vw, 1.8rem);
    animation: gbpoFloat 6s var(--gbpo-ease) infinite;
}

.gbpo-profile-topline,
.gbpo-action-row,
.gbpo-rating-row,
.gbpo-profile-card dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.gbpo-profile-topline {
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.gbpo-profile-topline span:first-child {
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-navy);
}

.gbpo-profile-topline span:last-child {
    color: var(--gbpo-teal);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.gbpo-profile-card .gbpo-card-title {
    margin: 0;
    color: var(--gbpo-black);
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    line-height: 0.95;
}

.gbpo-review-note {
    max-width: 720px;
    margin-top: 0.9rem;
    color: rgba(5, 5, 5, 0.58);
    font-size: 0.86rem;
    font-weight: 780;
}

.gbpo-profile-card p,
.gbpo-profile-card dd {
    color: var(--gbpo-ink-soft);
}

.gbpo-rating-row {
    margin: 1.25rem 0;
}

.gbpo-rating-row span {
    width: 14px;
    aspect-ratio: 1;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 69%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
    background: var(--gbpo-teal);
}

.gbpo-rating-row strong {
    margin-left: 0.35rem;
    color: var(--gbpo-black);
    font-size: 0.88rem;
}

.gbpo-profile-card dl {
    margin: 0 0 1.2rem;
}

.gbpo-profile-card dl div {
    flex: 1 1 118px;
    padding: 0.72rem;
    border-top: 1px solid var(--gbpo-border);
}

.gbpo-profile-card dt {
    color: var(--gbpo-teal);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gbpo-profile-card dd {
    margin: 0.15rem 0 0;
    font-weight: 850;
}

.gbpo-action-row span,
.gbpo-search-preview span,
.gbpo-map-card i {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 850;
}

.gbpo-action-row span {
    flex: 1 1 86px;
    background: var(--gbpo-black);
    color: var(--gbpo-white);
}

.gbpo-action-row span:first-child {
    background: var(--gbpo-red);
}

.gbpo-search-preview {
    position: absolute;
    top: 7%;
    right: 3%;
    z-index: 3;
    width: min(300px, 62%);
    padding: 1rem;
}

.gbpo-search-preview span {
    color: var(--gbpo-teal);
    text-transform: uppercase;
}

.gbpo-search-preview strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--gbpo-black);
    font-size: 1.4rem;
    line-height: 1.05;
}

.gbpo-map-card {
    position: absolute;
    right: 0;
    bottom: 8%;
    z-index: 1;
    width: min(340px, 68%);
    min-height: 220px;
    overflow: hidden;
    padding: 1.2rem;
    background:
        linear-gradient(90deg, rgba(12, 146, 149, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.06) 1px, transparent 1px),
        var(--gbpo-soft);
    background-size: 42px 42px;
}

.gbpo-map-pin {
    position: absolute;
    left: 50%;
    top: 42%;
    width: 18px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-red);
    box-shadow: 0 0 0 0 rgba(237, 86, 73, 0.28);
    animation: gbpoPulse 2.6s var(--gbpo-ease) infinite;
}

.gbpo-map-card i {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0 0.85rem;
    background: var(--gbpo-white);
    color: var(--gbpo-black);
    font-style: normal;
}

.gbpo-value-strip {
    background: var(--gbpo-white);
    border-block: 1px solid var(--gbpo-border);
}

.gbpo-value-strip .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gbpo-value-strip span {
    position: relative;
    min-height: 96px;
    display: flex;
    align-items: center;
    padding: 1rem 1.3rem 1rem 1.8rem;
    border-left: 1px solid var(--gbpo-border);
    color: var(--gbpo-black);
    font-weight: 900;
    line-height: 1.16;
}

.gbpo-value-strip span:last-child {
    border-right: 1px solid var(--gbpo-border);
}

.gbpo-value-strip span::before {
    content: "";
    position: absolute;
    left: 0.85rem;
    top: 50%;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-teal);
}

.gbpo-two-col-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1.3rem;
    max-width: 760px;
    margin: 1.6rem 0;
}

.gbpo-two-col-list li,
.gbpo-relationship-list li,
.gbpo-dark-list li,
.gbpo-separator-list li,
.gbpo-trust-principles li {
    position: relative;
    padding-left: 1.05rem;
    color: rgba(5, 5, 5, 0.76);
    font-size: 1rem;
    font-weight: 760;
    line-height: 1.48;
}

.gbpo-two-col-list li::before,
.gbpo-relationship-list li::before,
.gbpo-separator-list li::before,
.gbpo-trust-principles li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-teal);
}

.gbpo-discovery-chain,
.gbpo-ai-chain {
    display: grid;
    align-content: center;
    gap: 1rem;
    min-height: 470px;
}

.gbpo-discovery-chain span,
.gbpo-ai-chain span {
    position: relative;
    display: block;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--gbpo-border);
    color: var(--gbpo-black);
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.3vw, 3.1rem);
    font-weight: 950;
    line-height: 0.98;
}

.gbpo-discovery-chain span::after,
.gbpo-ai-chain span::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    bottom: -0.33rem;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-teal);
}

.gbpo-dark-section {
    background: var(--gbpo-black) !important;
    color: var(--gbpo-white);
}

.gbpo-dark-intro {
    max-width: 1060px;
}

.gbpo-dark-section h2,
.gbpo-dark-section h3,
.gbpo-dark-section .gbpo-section-copy h2,
.gbpo-final h2 {
    color: var(--gbpo-white);
}

.gbpo-dark-section p {
    color: rgba(255, 255, 255, 0.76);
}

.gbpo-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(3rem, 6vw, 5rem);
    border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.gbpo-pillars article {
    min-height: 300px;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.gbpo-pillars article:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.gbpo-pillars span {
    color: var(--gbpo-red);
    font-size: 0.88rem;
    font-weight: 950;
}

.gbpo-pillars h3 {
    margin: 2.2rem 0 1rem;
    color: var(--gbpo-white);
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 0.9;
}

.gbpo-pillars article:first-child h3 {
    color: var(--gbpo-teal-bright);
}

.gbpo-number-list {
    counter-reset: gbpo-benefit;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--gbpo-border);
}

.gbpo-number-list li {
    counter-increment: gbpo-benefit;
    display: grid;
    grid-template-columns: 4.2rem minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
    min-height: 90px;
    border-bottom: 1px solid var(--gbpo-border);
    color: var(--gbpo-black);
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    font-weight: 900;
    line-height: 1.06;
}

.gbpo-number-list li::before {
    content: counter(gbpo-benefit, decimal-leading-zero);
    color: var(--gbpo-red);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.9;
}

.gbpo-process-layout {
    grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
}

.gbpo-sticky-index {
    position: sticky;
    top: 150px;
    display: grid;
    gap: 0.35rem;
}

.gbpo-sticky-index a {
    min-height: 42px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gbpo-border);
    color: rgba(5, 5, 5, 0.66);
    font-weight: 850;
}

.gbpo-sticky-index a:hover,
.gbpo-sticky-index a:focus-visible {
    color: var(--gbpo-teal);
}

.gbpo-process-content {
    display: grid;
    gap: 1.1rem;
}

.gbpo-process-panel {
    display: grid;
    grid-template-columns: 5rem minmax(0, 0.68fr) minmax(260px, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
    padding: clamp(1rem, 2.4vw, 1.6rem);
    border-radius: 20px;
}

.gbpo-process-panel span {
    color: var(--gbpo-red);
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 950;
    line-height: 0.86;
}

.gbpo-process-panel h3 {
    margin: 0;
    color: var(--gbpo-black);
    font-size: clamp(1.65rem, 2.7vw, 2.6rem);
    line-height: 0.98;
}

.gbpo-process-panel p {
    margin: 0;
    color: var(--gbpo-ink-soft);
}

.gbpo-process-panel ul {
    grid-column: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.8rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.gbpo-process-panel li {
    padding-top: 0.55rem;
    border-top: 1px solid var(--gbpo-border);
    color: rgba(5, 5, 5, 0.7);
    font-size: 0.94rem;
    font-weight: 760;
}

.gbpo-ecosystem-layout,
.gbpo-review-layout,
.gbpo-photos-layout,
.gbpo-area-layout,
.gbpo-trust-layout,
.gbpo-faq-layout {
    align-items: center;
}

.gbpo-ecosystem-graphic {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.gbpo-ecosystem-graphic::before,
.gbpo-ecosystem-graphic::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(12, 146, 149, 0.18);
    border-radius: 50%;
    z-index: -1;
}

.gbpo-ecosystem-graphic::after {
    inset: 28%;
    border-color: rgba(237, 86, 73, 0.20);
}

.gbpo-ecosystem-graphic strong {
    display: grid;
    place-items: center;
    width: 170px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-black);
    color: var(--gbpo-white);
    font-family: var(--font-display);
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}

.gbpo-ecosystem-graphic button {
    position: absolute;
    min-height: 44px;
    width: 174px;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--gbpo-border);
    border-radius: 999px;
    background: var(--gbpo-white);
    color: var(--gbpo-black);
    font-weight: 850;
    transition: opacity 420ms var(--gbpo-ease), transform 420ms var(--gbpo-ease), border-color 420ms var(--gbpo-ease), color 420ms var(--gbpo-ease);
}

.gbpo-ecosystem-graphic button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 68px;
    height: 1px;
    background: rgba(12, 146, 149, 0.32);
    transform-origin: left center;
}

.gbpo-ecosystem-graphic button:nth-of-type(1) { left: 50%; top: 2%; transform: translateX(-50%); }
.gbpo-ecosystem-graphic button:nth-of-type(2) { right: 2%; top: 18%; }
.gbpo-ecosystem-graphic button:nth-of-type(3) { right: 0; top: 45%; }
.gbpo-ecosystem-graphic button:nth-of-type(4) { right: 8%; bottom: 12%; }
.gbpo-ecosystem-graphic button:nth-of-type(5) { left: 50%; bottom: 2%; transform: translateX(-50%); }
.gbpo-ecosystem-graphic button:nth-of-type(6) { left: 8%; bottom: 12%; }
.gbpo-ecosystem-graphic button:nth-of-type(7) { left: 0; top: 45%; }
.gbpo-ecosystem-graphic button:nth-of-type(8) { left: 2%; top: 18%; }

.gbpo-ecosystem-graphic button.is-active,
.gbpo-ecosystem-graphic button:hover,
.gbpo-ecosystem-graphic button:focus-visible {
    border-color: rgba(12, 146, 149, 0.52);
    color: var(--gbpo-teal);
    transform: translateY(-2px);
}

.gbpo-ecosystem-graphic button.is-muted {
    opacity: 0.34;
}

.gbpo-relationship-list,
.gbpo-separator-list,
.gbpo-trust-principles {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--gbpo-border);
}

.gbpo-relationship-list li,
.gbpo-separator-list li,
.gbpo-trust-principles li {
    min-height: 54px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gbpo-border);
}

.gbpo-review-section {
    background: #EAF5F4 !important;
}

.gbpo-review-board {
    display: grid;
    gap: 0;
    padding: clamp(1.1rem, 3vw, 1.8rem);
}

.gbpo-review-board strong {
    margin-bottom: 1rem;
    color: var(--gbpo-black);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 0.98;
}

.gbpo-review-board span {
    min-height: 52px;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--gbpo-border);
    color: rgba(5, 5, 5, 0.72);
    font-weight: 800;
}

.gbpo-photo-visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    padding: clamp(1.2rem, 3vw, 2rem);
    background:
        linear-gradient(90deg, rgba(12, 146, 149, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px),
        var(--gbpo-soft);
    background-size: 62px 62px;
}

.gbpo-photo-visual::before {
    content: "";
    position: absolute;
    inset: 15% 17% 25%;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(255, 255, 255, 0.72)),
        var(--gbpo-white);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.08);
}

.gbpo-photo-visual span {
    position: absolute;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: var(--gbpo-white);
    color: var(--gbpo-black);
    font-weight: 850;
}

.gbpo-photo-visual span:nth-child(1) { left: 10%; top: 13%; }
.gbpo-photo-visual span:nth-child(2) { right: 10%; top: 20%; }
.gbpo-photo-visual span:nth-child(3) { left: 18%; bottom: 22%; }
.gbpo-photo-visual span:nth-child(4) { right: 16%; bottom: 14%; }
.gbpo-photo-visual span:nth-child(5) { left: 43%; top: 47%; background: var(--gbpo-teal); color: var(--gbpo-white); }

.gbpo-ai-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.44fr) minmax(300px, 0.56fr);
    align-items: center;
}

.gbpo-ai-chain {
    min-height: auto;
}

.gbpo-ai-chain span {
    color: var(--gbpo-white);
    border-bottom-color: rgba(255, 255, 255, 0.18);
    font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.gbpo-dark-list {
    display: grid;
    gap: 0.7rem;
}

.gbpo-dark-list li {
    color: rgba(255, 255, 255, 0.78);
}

.gbpo-dark-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-teal-bright);
}

.gbpo-goodfaith-layout {
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
}

.gbpo-large-statement p:last-child {
    max-width: 540px;
    margin: 0;
    color: var(--gbpo-black);
    font-family: var(--font-display);
    font-size: clamp(3rem, 5vw, 5.2rem);
    font-weight: 950;
    line-height: 0.92;
}

.gbpo-hedge-bridge {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(130px, 0.28fr) minmax(0, 1fr);
    gap: clamp(1rem, 4vw, 3rem);
    align-items: center;
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: clamp(1.2rem, 4vw, 2.6rem);
}

.gbpo-hedge-bridge::before {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    top: 50%;
    height: 1px;
    background: var(--gbpo-teal);
}

.gbpo-hedge-bridge::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpo-red);
    transform: translate(-50%, -50%);
}

.gbpo-hedge-bridge > div {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.7rem;
    background: var(--gbpo-white);
}

.gbpo-hedge-bridge > div:last-child {
    text-align: right;
}

.gbpo-hedge-bridge span {
    color: var(--gbpo-teal);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gbpo-hedge-bridge strong {
    color: var(--gbpo-black);
    font-size: clamp(1.35rem, 2.2vw, 2.1rem);
    line-height: 1;
}

.gbpo-hedge-bridge p {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 132px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--gbpo-black);
    color: var(--gbpo-white);
    font-weight: 950;
    text-align: center;
}

.gbpo-industry-index {
    columns: 3 220px;
    column-gap: clamp(1rem, 4vw, 3rem);
    margin-top: clamp(2rem, 5vw, 3.5rem);
    border-top: 1px solid var(--gbpo-border);
}

.gbpo-industry-index li {
    break-inside: avoid;
    border-bottom: 1px solid var(--gbpo-border);
}

.gbpo-industry-index a {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gbpo-black);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 950;
    line-height: 1;
}

.gbpo-industry-index span {
    color: var(--gbpo-red);
    opacity: 0;
    transition: opacity 420ms var(--gbpo-ease), transform 420ms var(--gbpo-ease);
}

.gbpo-industry-index a:hover,
.gbpo-industry-index a:focus-visible {
    color: var(--gbpo-teal);
}

.gbpo-industry-index a:hover span,
.gbpo-industry-index a:focus-visible span {
    opacity: 1;
    transform: translateX(3px);
}

.gbpo-area-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.gbpo-area-list li {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gbpo-border);
    color: var(--gbpo-black);
    font-weight: 850;
}

.gbpo-timeline {
    --gbpo-process-progress: 8%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: clamp(2.6rem, 6vw, 4.5rem) 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--gbpo-border);
}

.gbpo-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: var(--gbpo-process-progress);
    height: 3px;
    background: var(--gbpo-red);
    transition: width 500ms var(--gbpo-ease);
}

.gbpo-timeline li {
    min-height: 260px;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    border-right: 1px solid var(--gbpo-border);
}

.gbpo-timeline li:first-child {
    border-left: 1px solid var(--gbpo-border);
}

.gbpo-timeline span {
    display: block;
    color: var(--gbpo-teal);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 950;
    line-height: 0.9;
}

.gbpo-timeline h3 {
    margin: 1.6rem 0 0.7rem;
    color: var(--gbpo-black);
    font-size: clamp(1.45rem, 2.3vw, 2.25rem);
    line-height: 0.98;
}

.gbpo-timeline p {
    color: var(--gbpo-ink-soft);
    font-size: 0.95rem;
}

.gbpo-timeline li.is-current span {
    color: var(--gbpo-red);
}

.gbpo-trust-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.6rem;
    border-top: 0;
}

.gbpo-faq-list {
    padding: clamp(0.5rem, 2vw, 1rem);
}

.gbpo-faq-list details {
    border-bottom: 1px solid var(--gbpo-border);
}

.gbpo-faq-list summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gbpo-black);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 950;
    line-height: 1.05;
    list-style: none;
}

.gbpo-faq-list summary h3 {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.gbpo-faq-list summary::-webkit-details-marker {
    display: none;
}

.gbpo-faq-list summary::after {
    content: "+";
    color: var(--gbpo-teal);
    font-family: var(--font-body);
    font-size: 1.7rem;
    transition: color 420ms var(--gbpo-ease), transform 420ms var(--gbpo-ease);
}

.gbpo-faq-list details[open] summary::after {
    color: var(--gbpo-red);
    transform: rotate(45deg);
}

.gbpo-faq-list p {
    max-width: 780px;
    margin: 0;
    padding: 0 0 1.4rem;
    color: var(--gbpo-ink-soft);
    line-height: 1.66;
}

.gbpo-continue {
    padding: clamp(5rem, 8vw, 7rem) 0;
    background: var(--gbpo-white);
    border-top: 1px solid var(--gbpo-border);
}

.gbpo-continue .container > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
    margin-top: 2rem;
}

.gbpo-continue a {
    color: var(--gbpo-black);
    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
    font-weight: 900;
}

.gbpo-continue a:hover,
.gbpo-continue a:focus-visible {
    color: var(--gbpo-teal);
}

.gbpo-continue span {
    color: var(--gbpo-red);
}

.gbpo-final {
    position: relative;
    overflow: hidden;
    padding: clamp(7rem, 12vw, 11rem) 0;
    background: var(--gbpo-pure) !important;
    color: var(--gbpo-white);
}

.gbpo-final::before {
    content: "";
    position: absolute;
    left: clamp(1rem, 8vw, 8rem);
    top: clamp(2rem, 8vw, 6rem);
    width: min(360px, 34vw);
    height: 2px;
    border-radius: 999px;
    background: var(--gbpo-teal);
}

.gbpo-final h2 {
    max-width: 1060px;
    font-size: clamp(3rem, 6vw, 6.3rem);
    line-height: 0.94;
}

.gbpo-final h2 em {
    color: var(--gbpo-teal-bright);
    font-family: "Instrument Serif", Georgia, serif;
    font-style: italic;
    font-weight: 400;
}

.gbpo-final p {
    color: rgba(255, 255, 255, 0.76);
}

.gbpo-final .button-row {
    margin-top: 2rem;
}

.gbpo-final .button-secondary {
    border-color: rgba(255, 255, 255, 0.64) !important;
    background: transparent !important;
    color: var(--gbpo-white) !important;
}

.gbpo-final .button-secondary:hover,
.gbpo-final .button-secondary:focus-visible {
    border-color: var(--gbpo-white) !important;
    background: var(--gbpo-white) !important;
    color: var(--gbpo-black) !important;
}

@keyframes gbpoFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes gbpoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 86, 73, 0.28);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(237, 86, 73, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(237, 86, 73, 0);
    }
}

@media (max-width: 1180px) {
    .gbpo-hero-grid,
    .gbpo-asymmetric,
    .gbpo-split,
    .gbpo-process-layout,
    .gbpo-ecosystem-layout,
    .gbpo-review-layout,
    .gbpo-photos-layout,
    .gbpo-ai-layout,
    .gbpo-goodfaith-layout,
    .gbpo-area-layout,
    .gbpo-trust-layout,
    .gbpo-faq-layout {
        grid-template-columns: 1fr;
    }

    .gbpo-process-layout {
        gap: 2rem;
    }

    .gbpo-sticky-index {
        position: relative;
        top: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gbpo-ai-layout {
        align-items: stretch;
    }

    .gbpo-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gbpo-progress {
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 18px;
    }

    .gbpo-progress a {
        flex: 0 0 auto;
    }

    .gbpo-value-strip .container,
    .gbpo-pillars,
    .gbpo-process-panel,
    .gbpo-two-col-list,
    .gbpo-area-list,
    .gbpo-trust-principles {
        grid-template-columns: 1fr;
    }

    .gbpo-process-panel ul {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .gbpo-pillars article,
    .gbpo-pillars article:last-child {
        min-height: auto;
        border-right: 0;
    }

    .gbpo-pillars article {
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .gbpo-timeline {
        grid-template-columns: 1fr;
    }

    .gbpo-timeline li,
    .gbpo-timeline li:first-child {
        min-height: auto;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid var(--gbpo-border);
    }

    .gbpo-timeline::before {
        left: 0;
        top: 0;
        width: 3px;
        height: var(--gbpo-process-progress);
    }
}

@media (max-width: 720px) {
    .gbpo-hero {
        padding: 4.5rem 0 5.2rem;
    }

    .gbpo-hero h1 {
        max-width: 100%;
        font-size: clamp(2.65rem, 10.8vw, 3.25rem);
        line-height: 0.98;
        overflow-wrap: break-word;
    }

    .gbpo-hero-statement {
        font-size: clamp(1.35rem, 7vw, 2rem);
    }

    .gbpo-hero-copy > p:not(.gbpo-eyebrow):not(.gbpo-hero-statement),
    .gbpo-section-copy > p,
    .gbpo-final p,
    .gbpo-continue p,
    .gbpo-inline-list,
    .gbpo-inline-list li {
        max-width: 100%;
    }

    .gbpo-profile-card .gbpo-card-title,
    .gbpo-search-preview strong,
    .gbpo-process-panel h3,
    .gbpo-timeline h3,
    .gbpo-industry-index a {
        overflow-wrap: break-word;
    }

    .gbpo-section {
        padding: 4.8rem 0;
    }

    .gbpo-profile-visual {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .gbpo-profile-visual::before,
    .gbpo-hero::after {
        display: none;
    }

    .gbpo-profile-card,
    .gbpo-search-preview,
    .gbpo-map-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
    }

    .gbpo-map-card {
        min-height: 180px;
    }

    .gbpo-sticky-index {
        grid-template-columns: 1fr;
    }

    .gbpo-ecosystem-graphic {
        min-height: auto;
        display: grid;
        gap: 0.55rem;
        place-items: stretch;
    }

    .gbpo-ecosystem-graphic::before,
    .gbpo-ecosystem-graphic::after {
        display: none;
    }

    .gbpo-ecosystem-graphic strong {
        justify-self: center;
        width: 128px;
    }

    .gbpo-ecosystem-graphic button {
        position: relative;
        inset: auto !important;
        width: 100%;
        transform: none !important;
    }

    .gbpo-ecosystem-graphic button::before {
        display: none;
    }

    .gbpo-photo-visual {
        min-height: 360px;
    }

    .gbpo-photo-visual span {
        font-size: 0.82rem;
    }

    .gbpo-hedge-bridge {
        grid-template-columns: 1fr;
    }

    .gbpo-hedge-bridge::before,
    .gbpo-hedge-bridge::after {
        display: none;
    }

    .gbpo-hedge-bridge > div:last-child {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gbpo-profile-card,
    .gbpo-map-pin,
    .gbpo-timeline::before,
    .gbpo-faq-list summary::after,
    .gbpo-ecosystem-graphic button {
        animation: none !important;
        transition: none !important;
    }
}

/* Google Business Profile Optimization immediate responsive safeguards */
body.gbpo-redesign .reveal {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 720px) {
    body.gbpo-redesign,
    body.gbpo-redesign main {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    body.gbpo-redesign .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 1rem !important;
    }

    body.gbpo-redesign .button-row,
    body.gbpo-redesign .button,
    body.gbpo-redesign .gbpo-profile-card,
    body.gbpo-redesign .gbpo-search-preview,
    body.gbpo-redesign .gbpo-map-card,
    body.gbpo-redesign .gbpo-inline-list li {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.gbpo-redesign .button {
        justify-content: center !important;
        white-space: normal !important;
        text-align: center !important;
    }

    body.gbpo-redesign main .gbpo-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2rem, 8.6vw, 2.55rem) !important;
        line-height: 1.02 !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    body.gbpo-redesign main .gbpo-section h2,
    body.gbpo-redesign main .gbpo-continue h2,
    body.gbpo-redesign main .gbpo-final h2 {
        font-size: clamp(2rem, 8.6vw, 2.9rem) !important;
        line-height: 1.02 !important;
        overflow-wrap: anywhere !important;
    }

    body.gbpo-redesign .gbpo-profile-card .gbpo-card-title {
        font-size: clamp(2rem, 9vw, 2.7rem) !important;
        overflow-wrap: anywhere !important;
    }

    body.gbpo-redesign .gbpo-profile-card dl,
    body.gbpo-redesign .gbpo-action-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body.gbpo-redesign .gbpo-rating-row {
        gap: 0.38rem !important;
    }
}
