.city-hero {
    background: var(--navy);
    padding-block: clamp(96px, 12vw, 124px) clamp(44px, 5.5vw, 64px);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.city-hero__bg-fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.city-hero__bg-fx--oc {
    background:
        radial-gradient(ellipse at 20% 50%, rgba(255, 130, 16, 0.22), transparent 55%),
        radial-gradient(ellipse at 80% 30%, rgba(3, 152, 158, 0.2), transparent 50%);
}
.city-hero__bg-fx--la {
    background:
        radial-gradient(ellipse at 75% 40%, rgba(3, 152, 158, 0.22), transparent 55%),
        radial-gradient(ellipse at 15% 70%, rgba(248, 62, 12, 0.18), transparent 50%);
}
.city-hero__bg-fx--ie {
    background:
        radial-gradient(ellipse at 30% 60%, rgba(255, 130, 16, 0.2), transparent 55%),
        radial-gradient(ellipse at 75% 25%, rgba(248, 62, 12, 0.18), transparent 50%);
}
.city-hero__bg-fx--irvine {
    background:
        radial-gradient(ellipse at 60% 35%, rgba(3, 152, 158, 0.25), transparent 55%),
        radial-gradient(ellipse at 10% 65%, rgba(255, 130, 16, 0.2), transparent 50%);
}
.city-hero__bg-fx--nb {
    background:
        radial-gradient(ellipse at 50% 20%, rgba(3, 152, 158, 0.28), transparent 55%),
        radial-gradient(ellipse at 80% 80%, rgba(255, 130, 16, 0.2), transparent 50%),
        radial-gradient(ellipse at 10% 50%, rgba(248, 62, 12, 0.12), transparent 45%);
}
.city-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}
.city-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 18px;
}
.city-hero__eyebrow--teal {
    color: var(--teal-bright);
}
.city-hero__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}
.city-hero__h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.07;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
}
.city-hero__sub {
    font-size: clamp(0.97rem, 1.6vw, 1.08rem);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto 28px;
}
.city-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.city-hero__note {
    margin-top: 20px;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.58);
    font-style: italic;
}
.city-hero__trust {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
}
.city-hero__trust-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.city-hero__trust-num {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
}
.city-hero__trust-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}
.city-hero__trust-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
}
.city-body {
    padding-block: clamp(52px, 6.5vw, 84px);
}
.city-body .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-inline: clamp(20px, 4vw, 48px);
}
.city-intro {
    max-width: 740px;
    margin: 0 auto clamp(44px, 5.5vw, 68px);
    text-align: center;
}
.city-intro p {
    font-size: clamp(0.97rem, 1.5vw, 1.05rem);
    line-height: 1.8;
    color: var(--pub-text-secondary);
    margin: 0 0 16px;
}
.city-intro p:last-child {
    margin: 0;
}
.city-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 3.5vw, 48px);
    margin-bottom: clamp(44px, 5.5vw, 68px);
}
.city-card {
    background: var(--cream);
    border: 2px solid var(--navy);
    border-radius: var(--radius-lg);
    padding: clamp(22px, 2.8vw, 34px);
}
.city-card__heading {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 14px;
    line-height: 1.2;
}
.city-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.city-card__list li {
    position: relative;
    padding-left: 20px;
    font-size: 0.93rem;
    line-height: 1.6;
    color: var(--pub-text-secondary);
}
.city-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
}
.city-card__list--teal li::before {
    background: var(--teal);
}
.city-card__list a {
    color: var(--teal-deep);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(2, 116, 120, 0.4);
    text-underline-offset: 3px;
    transition: color 200ms ease, text-decoration-color 200ms ease;
}
.city-card__list a:hover {
    color: var(--navy);
    text-decoration-color: var(--navy);
}
.city-differentiators {
    background: var(--navy);
    border-radius: var(--radius-xl);
    padding: clamp(32px, 4.5vw, 56px);
    margin-bottom: clamp(44px, 5.5vw, 68px);
}
.city-differentiators__heading {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.8vw, 2.1rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.15;
}
.city-differentiators__sub {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.93rem;
    margin: 0 0 26px;
    line-height: 1.6;
}
.city-diff-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.city-diff-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.93rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
}
.city-diff-list li::before {
    content: '✦';
    color: var(--orange);
    flex-shrink: 0;
    margin-top: 1px;
}
.city-diff-list--teal li::before {
    color: var(--teal-bright);
}
.city-steps {
    margin-bottom: clamp(44px, 5.5vw, 68px);
}
.city-steps__heading {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.8vw, 2.1rem);
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 24px;
    line-height: 1.15;
}
.city-steps__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    counter-reset: steps;
}
.city-steps__list li {
    counter-increment: steps;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--pub-text-secondary);
}
.city-steps__list li::before {
    content: counter(steps);
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: var(--gradient-warm);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--navy);
    margin-top: 2px;
}
.city-steps__list--cool li::before {
    background: var(--gradient-cool);
}
.city-cta {
    border-radius: var(--radius-xl);
    border: 3px solid var(--navy);
    padding: clamp(32px, 4.5vw, 56px);
    text-align: center;
}
.city-cta--warm {
    background: linear-gradient(135deg, var(--orange) 0%, var(--red-orange) 100%);
    box-shadow: 8px 8px 0 var(--navy);
}
.city-cta--teal {
    background: linear-gradient(135deg, var(--teal) 0%, var(--navy) 100%);
    box-shadow: 8px 8px 0 var(--orange);
}
.city-cta--navy {
    background: linear-gradient(135deg, var(--teal) 0%, var(--navy) 100%);
    box-shadow: 8px 8px 0 var(--red-orange);
}
.city-cta__heading {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3.2vw, 2.3rem);
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 12px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
    line-height: 1.1;
}
.city-cta__sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.97rem;
    margin: 0 0 26px;
    line-height: 1.65;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.city-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.city-cta__phone {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    margin: 16px 0 0;
}
.city-cta__phone a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 3px;
}
.city-cta__phone a:hover {
    text-decoration-color: #ffffff;
}
@media (max-width: 700px) {
    .city-grid {
        grid-template-columns: 1fr;
    }
    .city-diff-list {
        grid-template-columns: 1fr;
    }
    .city-hero__trust {
        flex-wrap: wrap;
        gap: 14px;
    }
    .city-hero__trust-sep {
        display: none;
    }
}
