@charset "utf-8";

@font-face {
    font-family: "SNK Manrope";
    src: url("fonts/manrope-latin-700-800.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 800;
    font-display: swap;
}

.page-google-seo .inner-hero[data-halo] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.page-google-seo .inner-hero-grid {
    z-index: 0;
}

.page-google-seo .halo-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .82;
    pointer-events: none;
}

.page-google-seo .inner-hero-layout,
.page-google-seo .inner-scroll-cue {
    position: relative;
    z-index: 2;
}

.page-google-seo .inner-hero-copy {
    position: relative;
    z-index: 3;
    overflow: visible;
}

.page-google-seo .inner-title-two {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.page-google-seo .inner-title-two > span {
    overflow: visible;
}

.page-google-seo .inner-title-two > span:last-of-type {
    position: relative;
    z-index: 2;
}

.page-google-seo .g-word {
    display: inline-block;
    font-family: "SNK Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: .98em;
    font-style: normal;
    font-weight: 800;
    font-synthesis: none;
    letter-spacing: -.032em;
    line-height: 1;
    text-rendering: geometricPrecision;
    vertical-align: .02em;
}

/* Give the desktop keyword a stronger optical size without changing the
   Chinese headline or the established mobile treatment. */
@media (min-width: 981px) {
    .page-google-seo .g-word {
        font-size: 1.176em;
        letter-spacing: -.035em;
        vertical-align: 0;
        margin-inline-end: .02em;
    }
}

.page-google-seo .g-word b {
    font-style: normal;
    font-weight: inherit;
    letter-spacing: inherit;
}

.page-google-seo .g-word b:nth-child(1),
.page-google-seo .g-word b:nth-child(4) { color: #4285f4; }
.page-google-seo .g-word b:nth-child(2),
.page-google-seo .g-word b:nth-child(6) { color: #ea4335; }
.page-google-seo .g-word b:nth-child(3) { color: #fbbc05; }
.page-google-seo .g-word b:nth-child(5) { color: #34a853; }

.page-google-seo h1 .g-core {
    position: absolute;
    top: 50%;
    left: calc(100% + 24px);
    z-index: 0;
    width: clamp(220px, 20vw, 320px);
    height: auto;
    margin: 0;
    aspect-ratio: 1;
    opacity: .15;
    filter: blur(3.8px) drop-shadow(0 0 18px rgba(66, 133, 244, .2));
    transform: translateY(-50%);
    pointer-events: none;
}

.page-google-seo h1 .g-core svg {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: center;
    animation: snk-seo-gintro 1.45s cubic-bezier(.16, 1, .3, 1) .18s both;
    will-change: transform, opacity, filter;
}

/* The full hero, not either content column, is the desktop mark's anchor.
   A faint multiply layer keeps the G continuous across the card edge without
   lightening text or intercepting any interaction. */
.page-google-seo .seo-hero-background-g {
    display: none;
}

@media (min-width: 981px) {
    .page-google-seo .seo-hero-background-g {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        width: clamp(150px, min(18vw, 24vh), 280px);
        aspect-ratio: 1;
        opacity: .12;
        transform: translate(-50%, -50%);
        animation: snk-seo-g-breathe 7s ease-in-out 1.8s infinite;
        mix-blend-mode: multiply;
        pointer-events: none;
        user-select: none;
    }

    .page-google-seo .seo-hero-background-g svg {
        display: block;
        width: 100%;
        height: 100%;
        transform-origin: center;
        animation: snk-seo-gintro 1.45s cubic-bezier(.16, 1, .3, 1) .18s both;
    }
}

@keyframes snk-seo-g-breathe {
    0%, 100% { opacity: .12; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: .16; transform: translate(-50%, -50%) scale(1.065); }
}

@keyframes snk-seo-gintro {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: scale(.28);
    }
    68% {
        opacity: .94;
        filter: blur(.8px);
        transform: scale(1.035);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

/* Search intent rises from a buyer question to an enquiry. The sequence is
   carried by typography and spacing rather than boxes or connector lines. */
.page-google-seo .search-path-grid {
    position: relative;
    isolation: isolate;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(30px, 4vw, 68px);
    align-items: start;
    padding: 18px 0 94px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-google-seo .search-path-grid::after {
    position: absolute;
    top: -54px;
    right: -7%;
    z-index: -1;
    width: 34%;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 159, 232, .12), rgba(0, 159, 232, 0) 70%);
    content: "";
    filter: blur(10px);
    pointer-events: none;
}

.page-google-seo .search-path-card {
    --step-rise: 0px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 272px;
    margin-top: var(--step-rise);
    padding: 88px 0 0;
    border: 0;
    border-radius: 0;
    color: var(--ink);
    background: transparent;
}

.page-google-seo .search-path-card:nth-child(1) { --step-rise: 84px; }
.page-google-seo .search-path-card:nth-child(2) { --step-rise: 56px; }
.page-google-seo .search-path-card:nth-child(3) { --step-rise: 28px; }

.page-google-seo .search-path-card::before {
    position: absolute;
    top: 0;
    left: -5px;
    z-index: -1;
    color: rgba(0, 159, 232, .105);
    font-family: "SNK Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(78px, 7.2vw, 112px);
    font-weight: 800;
    letter-spacing: -.085em;
    line-height: .8;
    transition: color .28s ease;
}

.page-google-seo .search-path-card:nth-child(1)::before { content: "01"; }
.page-google-seo .search-path-card:nth-child(2)::before { content: "02"; }
.page-google-seo .search-path-card:nth-child(3)::before { content: "03"; }
.page-google-seo .search-path-card:nth-child(4)::before {
    color: rgba(0, 159, 232, .24);
    content: "04";
}

.page-google-seo .search-path-card:not(:last-child) {
    border: 0;
}

.page-google-seo .search-path-card:first-child,
.page-google-seo .search-path-card:last-child {
    color: var(--ink);
    border: 0;
    background: transparent;
}

.page-google-seo .search-path-card:hover::before {
    color: rgba(0, 159, 232, .19);
}

.page-google-seo .search-path-card > span,
.page-google-seo .search-path-card:first-child > span,
.page-google-seo .search-path-card:last-child > span {
    color: #0077b2;
    font-family: "SNK Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .18em;
}

.page-google-seo .search-path-card:last-child > span {
    color: #0077b2;
}

.page-google-seo .search-path-card > i {
    position: absolute;
    top: 35px;
    right: 4px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: var(--cyan-deep);
    background: transparent;
    box-shadow: none;
    font-size: 0;
    transition: color .28s ease, transform .28s ease;
}

.page-google-seo .search-path-card:last-child > i {
    color: var(--cyan-deep);
}

.page-google-seo .search-path-card:hover > i {
    color: var(--cyan);
    transform: translate(4px, -4px);
}

.page-google-seo .search-path-card > i::before {
    display: block;
    width: 30px;
    height: 30px;
    background: currentColor;
    content: "";
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.page-google-seo .search-path-card:nth-child(1) > i::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.3 9a3.4 3.4 0 1 1 5.1 3c-1.8 1-2.4 1.8-2.4 3.5'/%3E%3Cpath d='M12 19h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.3 9a3.4 3.4 0 1 1 5.1 3c-1.8 1-2.4 1.8-2.4 3.5'/%3E%3Cpath d='M12 19h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

.page-google-seo .search-path-card:nth-child(2) > i::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m15.5 15.5 4.5 4.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m15.5 15.5 4.5 4.5'/%3E%3C/svg%3E");
}

.page-google-seo .search-path-card:nth-child(3) > i::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E");
}

.page-google-seo .search-path-card:nth-child(4) > i::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M10 5h9v9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19 19 5M10 5h9v9'/%3E%3C/svg%3E");
}

.page-google-seo .search-path-card h3 {
    margin: 18px 0 12px;
    font-size: clamp(26px, 2vw, 31px);
    letter-spacing: -.045em;
    line-height: 1.12;
}

.page-google-seo .search-path-card > p {
    margin: 0;
    color: #536b75;
    font-size: 14px;
    line-height: 1.72;
}

.page-google-seo .search-path-card:first-child > p {
    color: #536b75;
}

.page-google-seo .search-path-card:last-child > p {
    color: #536b75;
}

.page-google-seo .search-path-card:last-child h3 {
    color: var(--cyan-deep);
}

.page-google-seo .search-path-card small {
    display: block;
    margin-top: 18px;
    padding: 0;
    border: 0;
    color: #6c818a;
    font-size: 11px;
    line-height: 1.6;
}

.page-google-seo .search-path-card small::before {
    margin-right: 8px;
    color: var(--cyan-deep);
    content: "↳";
}

.page-google-seo .search-path-card:first-child small,
.page-google-seo .search-path-card:last-child small {
    color: #6c818a;
}

.page-google-seo .search-path-card:not(:last-child)::after {
    display: none;
    content: none;
}

@media (max-width: 1100px) {
    .page-google-seo .search-path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 52px 64px;
        padding: 12px 0 42px;
    }

    .page-google-seo .search-path-card {
        --step-rise: 0px;
        min-height: 245px;
        margin-top: 0;
        padding-top: 82px;
        border: 0;
        background: transparent;
    }

    .page-google-seo .search-path-card:first-child,
    .page-google-seo .search-path-card:last-child {
        background: transparent;
    }
}

@media (max-width: 980px) {
    .page-google-seo h1 .g-core {
        top: 100%;
        right: -8px;
        left: auto;
        width: clamp(120px, 31vw, 170px);
        opacity: .13;
        transform: translateY(8px);
    }
}

/* The desktop G belongs behind the heading, not underneath the result card.
   Keep its established size and one-time SVG entrance; avoid the legacy
   container glow overriding opacity and painting over the text. */
@media (min-width: 721px) {
    .page-google-seo .inner-title-two > span:last-of-type {
        position: static;
    }

    .page-google-seo h1 .g-core {
        top: 12px;
        right: 0;
        left: auto;
        z-index: -1;
        width: clamp(220px, 20vw, 320px);
        opacity: .18;
        filter: none;
        transform: translateY(-50%);
        animation: none;
    }
}

/* On phones anchor the background G to the whole heading, not the bottom
   of its last line. This also stays centered when city titles wrap. */
@media (max-width: 720px) {
    .page-google-seo .inner-title-two > span:last-of-type {
        position: static;
    }

    .page-google-seo h1 .g-core {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 640px) {
    .page-google-seo .search-path-grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 4px 0 24px;
        border-radius: 0;
    }

    .page-google-seo .search-path-grid::after {
        top: auto;
        right: -38%;
        bottom: -72px;
        width: 110%;
        height: 360px;
    }

    .page-google-seo .search-path-card {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 14px;
        min-height: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

    .page-google-seo .search-path-card::before {
        position: static;
        grid-column: 1;
        grid-row: 1 / span 4;
        align-self: start;
        font-size: 62px;
        line-height: .82;
    }

    .page-google-seo .search-path-card > span {
        grid-column: 2;
        grid-row: 1;
        margin: 0 0 12px;
        padding-right: 34px;
    }

    .page-google-seo .search-path-card > i {
        top: -8px;
        right: 0;
        width: 24px;
        height: 24px;
    }

    .page-google-seo .search-path-card > i::before {
        width: 24px;
        height: 24px;
    }

    .page-google-seo .search-path-card h3 {
        grid-column: 2;
        grid-row: 2;
        margin: 0 0 9px;
        font-size: 24px;
    }

    .page-google-seo .search-path-card > p,
    .page-google-seo .search-path-card small {
        grid-column: 2;
    }

    .page-google-seo .search-path-card > p {
        grid-row: 3;
        font-size: 13px;
    }

    .page-google-seo .search-path-card small {
        grid-row: 4;
        margin-top: 12px;
        font-size: 10.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-google-seo .seo-hero-background-g { animation: none; }
    .page-google-seo .seo-hero-background-g svg,
    .page-google-seo h1 .g-core svg {
        animation: none;
        opacity: 1;
        filter: none;
        transform: none;
    }
}
