.clh-homepage {
    --clh-ink: #07152c;
    --clh-ink-2: #102447;
    --clh-copy: #3f4d67;
    --clh-muted: #63718f;
    --clh-border: #dce5f2;
    --clh-soft-border: #edf2f8;
    --clh-blue: #2865ff;
    --clh-blue-deep: #1646d4;
    --clh-cyan: #26aee4;
    --clh-teal: #38d0aa;
    --clh-green: #1f9f6a;
    --clh-gold: #ffba4d;
    --clh-coral: #ff5d57;
    --clh-mint: #ebfff9;
    --clh-cream: #fff8e8;
    --clh-shadow: 0 24px 58px rgba(7, 21, 44, 0.1);
    background: transparent;
    color: var(--clh-ink);
    font-family: "Aptos", "Segoe UI", sans-serif;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.entry-content > .clh-homepage:first-child {
    margin-top: 0;
}

body.cwc-homepage-active .site.grid-container,
body.cwc-homepage-active .site-content,
body.cwc-homepage-active .inside-article,
body.cwc-homepage-active .entry-content {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
}

body.cwc-homepage-active .site.grid-container,
body.cwc-homepage-active .site-content,
body.cwc-homepage-active .inside-article,
body.cwc-homepage-active .entry-content {
    padding-left: 0;
    padding-right: 0;
}

.clh-homepage *,
.clh-homepage *::before,
.clh-homepage *::after {
    box-sizing: border-box;
}

.clh-homepage a {
    color: inherit;
    text-decoration: none;
}

.clh-homepage h1,
.clh-homepage h2,
.clh-homepage h3,
.clh-homepage p,
.clh-homepage strong,
.clh-homepage span,
.clh-homepage em {
    overflow-wrap: break-word;
}

.clh-page-shell {
    margin: 0 auto;
    max-width: none;
    overflow: visible;
    padding: 0 0 86px;
}

.clh-hero {
    background:
        radial-gradient(circle at 0% 18%, rgba(196, 255, 238, 0.82), transparent 38%),
        radial-gradient(circle at 100% 12%, rgba(255, 239, 190, 0.78), transparent 34%),
        linear-gradient(100deg, #e8fff8 0%, #f8fdff 48%, #fff8e8 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 30px;
    overflow: hidden;
    padding: 58px max(24px, calc((100% - 1180px) / 2 + 24px)) 62px;
    position: relative;
    width: 100%;
}

.clh-hero > * {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.clh-hero__copy {
    align-content: center;
    display: grid;
    min-height: 560px;
    padding: 12px 0;
}

.clh-eyebrow {
    color: var(--clh-muted);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.clh-eyebrow--dark {
    color: var(--clh-blue-deep);
}

.clh-hero__copy .clh-eyebrow {
    display: flex;
    margin-bottom: 18px;
}

.clh-hero h1 {
    color: var(--clh-ink);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 5.45rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.92;
    margin: 12px 0 18px;
}

.clh-hero__copy p {
    color: var(--clh-copy);
    font-size: 1.22rem;
    line-height: 1.6;
    margin: 0;
    max-width: 670px;
}

.clh-actions,
.clh-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clh-actions {
    margin-top: 28px;
}

.clh-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
}

.clh-homepage .clh-button--primary {
    background: var(--clh-blue);
    border: 1px solid var(--clh-blue);
    color: #fff;
}

.clh-homepage .clh-button--primary:hover {
    background: var(--clh-blue-deep);
    border-color: var(--clh-blue-deep);
    color: #fff;
}

.clh-homepage .clh-button--secondary {
    background: #fff;
    border: 1px solid var(--clh-border);
    color: var(--clh-ink);
}

.clh-homepage .clh-button--secondary:hover {
    border-color: var(--clh-blue);
    color: var(--clh-blue-deep);
}

.clh-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.clh-hero-tag {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #d8e5f8;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(7, 21, 44, 0.06);
    color: var(--clh-ink);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 900;
    gap: 8px;
    line-height: 1.2;
    min-height: 46px;
    padding: 0 14px;
    user-select: none;
}

.clh-hero-tag svg {
    fill: var(--clh-blue);
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
}

.clh-hero__visual {
    align-content: center;
    display: grid;
    gap: 16px;
}

.clh-value-preview {
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #d8e5f8;
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(40, 101, 255, 0.12);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(150px, 0.86fr) minmax(0, 1fr);
    min-height: 220px;
    padding: 28px;
}

.clh-value-preview__meter {
    align-items: center;
    background: conic-gradient(var(--clh-blue) 0 82%, #dce8ff 82% 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 168px;
    justify-content: center;
    justify-self: center;
    position: relative;
    width: 168px;
}

.clh-value-preview__meter::after {
    background: #fff;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(216, 229, 248, 0.9);
    content: "";
    inset: 31px;
    position: absolute;
}

.clh-value-preview__meter span,
.clh-value-preview__meter small {
    position: relative;
    z-index: 1;
}

.clh-value-preview__meter span {
    color: var(--clh-ink);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 2.55rem;
    font-weight: 900;
    line-height: 0.92;
}

.clh-value-preview__meter small {
    color: var(--clh-muted);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.clh-value-preview__content {
    display: grid;
    gap: 8px;
}

.clh-value-preview__content span {
    color: var(--clh-muted);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.clh-value-preview__content strong {
    color: var(--clh-ink);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.05;
}

.clh-value-preview__content b {
    color: var(--clh-ink);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 2.45rem;
    font-weight: 900;
    line-height: 1;
}

.clh-value-preview__content p {
    color: var(--clh-copy);
    font-size: 1.04rem;
    line-height: 1.52;
    margin: 0;
}

.clh-signal-board {
    background: #fff;
    border: 1px solid #d8e5f8;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(7, 21, 44, 0.1);
    color: var(--clh-ink);
    display: grid;
    gap: 15px;
    padding: 20px 22px;
}

.clh-signal-board h2 {
    color: var(--clh-muted);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.clh-signal-board__rows {
    display: grid;
    gap: 14px;
}

.clh-signal-board__row {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(118px, 0.7fr) minmax(110px, 1fr) auto;
}

.clh-signal-board__label {
    color: var(--clh-ink);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.25;
}

.clh-signal-board__track {
    background: #e4ebf6;
    border-radius: 999px;
    display: block;
    height: 7px;
    overflow: hidden;
}

.clh-signal-board__track::before {
    background: linear-gradient(90deg, var(--clh-blue), var(--clh-teal));
    border-radius: inherit;
    content: "";
    display: block;
    height: 100%;
    width: 84%;
}

.clh-signal-board__row--data .clh-signal-board__track::before {
    width: 78%;
}

.clh-signal-board__row--hotspot .clh-signal-board__track::before {
    width: 72%;
}

.clh-signal-board__row--caveats .clh-signal-board__track::before {
    width: 61%;
}

.clh-signal-board__score {
    color: var(--clh-muted);
    font-size: 0.84rem;
    font-weight: 900;
    white-space: nowrap;
}

.clh-signal-board__score b {
    color: var(--clh-ink);
}

.clh-homepage .clh-coverage-finder {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__form,
.clh-fallback-finder {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__input-wrap {
    min-width: 0;
    position: relative;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__input,
.clh-fallback-finder input {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid var(--clh-border);
    border-radius: 12px;
    color: var(--clh-ink);
    font: inherit;
    font-size: 1rem;
    min-height: 54px;
    padding: 0 15px;
    width: 100%;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__input:focus,
.clh-fallback-finder input:focus {
    border-color: var(--clh-blue);
    box-shadow: 0 0 0 4px rgba(40, 101, 255, 0.13);
    outline: 0;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__button,
.clh-fallback-finder button {
    background: var(--clh-blue);
    border: 1px solid var(--clh-blue);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 900;
    min-height: 54px;
    padding: 0 18px;
    white-space: nowrap;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__button:hover,
.clh-fallback-finder button:hover {
    background: var(--clh-blue-deep);
    border-color: var(--clh-blue-deep);
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__suggestions {
    background: #fff;
    border: 1px solid var(--clh-border);
    border-radius: 12px;
    box-shadow: var(--clh-shadow);
    left: 0;
    margin-top: 6px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__suggestion,
.clh-homepage .clh-coverage-finder .cwc-city-finder__choice {
    background: #fff;
    color: var(--clh-ink);
    display: block;
    font-weight: 800;
    padding: 12px 14px;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__suggestion:hover,
.clh-homepage .clh-coverage-finder .cwc-city-finder__choice:hover {
    background: #eef4ff;
}

.clh-homepage .clh-coverage-finder .cwc-city-finder__status,
.clh-homepage .clh-coverage-finder .cwc-city-finder__choices {
    color: var(--clh-copy);
    margin: 10px 0 0;
}

.clh-section {
    margin: 34px auto 0;
    max-width: 1180px;
    width: calc(100% - 36px);
}

.clh-section__intro,
.clh-split-copy {
    display: grid;
    gap: 10px;
}

.clh-section__intro {
    margin-bottom: 18px;
}

.clh-section__intro h2,
.clh-split-copy h2,
.clh-section--final h2 {
    color: var(--clh-ink);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 2.45rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.06;
    margin: 0;
    max-width: 900px;
}

.clh-section__intro p,
.clh-split-copy p {
    color: var(--clh-copy);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 900px;
}

.clh-section--proof {
    background:
        linear-gradient(90deg, var(--clh-blue), var(--clh-cyan), var(--clh-teal)) top left / 100% 5px no-repeat,
        #fff;
    border: 1px solid var(--clh-border);
    border-radius: 26px;
    box-shadow: var(--clh-shadow);
    padding: 28px;
}

.clh-proof-grid,
.clh-path-grid {
    display: grid;
    gap: 14px;
}

.clh-proof-grid article,
.clh-path-card {
    background: #fff;
    border: 1px solid var(--clh-border);
    border-radius: 18px;
    display: grid;
    gap: 11px;
    padding: 20px;
}

.clh-proof-grid article:nth-child(1) {
    background: #f3f7ff;
}

.clh-proof-grid article:nth-child(2) {
    background: var(--clh-mint);
}

.clh-proof-grid article:nth-child(3) {
    background: var(--clh-cream);
}

.clh-path-card span,
.clh-input-strip span {
    color: var(--clh-muted);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.clh-proof-grid h3,
.clh-path-card strong {
    color: var(--clh-ink);
    font-family: "Aptos Display", "Segoe UI", sans-serif;
    font-size: 1.34rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.clh-proof-grid p,
.clh-path-card em {
    color: var(--clh-copy);
    font-style: normal;
    line-height: 1.6;
    margin: 0;
}

.clh-section--coverage-lab {
    align-items: start;
    display: grid;
    gap: 22px;
}

.clh-split-copy {
    background: #071f3f;
    border-radius: 26px;
    color: #fff;
    min-width: 0;
    padding: 28px;
}

.clh-split-copy .clh-eyebrow,
.clh-split-copy h2,
.clh-split-copy p {
    color: #fff;
}

.clh-split-copy h2 {
    font-size: 2.05rem;
}

.clh-split-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.clh-map-frame {
    background: #fff;
    border: 1px solid var(--clh-border);
    border-radius: 26px;
    box-shadow: var(--clh-shadow);
    min-width: 0;
    overflow: hidden;
    padding: 12px;
}

.clh-map-frame .cwc-coverage-map {
    border: 0;
    box-shadow: none;
    font-family: inherit;
    margin: 0;
}

.clh-map-frame .cwc-coverage-map__heading {
    font-size: 1.75rem;
}

.clh-map-frame .cwc-coverage-map__help,
.clh-map-frame .cwc-coverage-map__attribution,
.clh-map-frame .cwc-coverage-map__status {
    color: var(--clh-copy);
}

.clh-map-frame .cwc-coverage-map__toolbar,
.clh-map-frame .cwc-coverage-map__search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.clh-map-frame .cwc-coverage-map__filter {
    display: grid;
    gap: 4px;
}

.clh-map-frame .cwc-coverage-map__filter span {
    color: var(--clh-muted);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.clh-map-frame .cwc-coverage-map__filter select,
.clh-map-frame .cwc-coverage-map__search-input {
    border: 1px solid var(--clh-border);
    border-radius: 10px;
    min-height: 40px;
    padding: 0 10px;
}

.clh-map-frame .cwc-coverage-map__search-button,
.clh-map-frame .cwc-coverage-map__location-button {
    background: var(--clh-blue);
    border: 1px solid var(--clh-blue);
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    min-height: 40px;
    padding: 0 12px;
}

.clh-map-frame .cwc-coverage-map__location-button {
    background: #fff;
    color: var(--clh-ink);
}

.clh-map-frame .cwc-coverage-map__canvas {
    border-radius: 18px;
    overflow: hidden;
}

.clh-map-fallback {
    background:
        linear-gradient(90deg, rgba(40, 101, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(40, 101, 255, 0.08) 1px, transparent 1px),
        linear-gradient(135deg, #f7fbff, #ebfff9);
    background-size: 34px 34px, 34px 34px, auto;
    border-radius: 20px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.clh-map-fallback__grid span {
    background: var(--clh-blue);
    border-radius: 999px;
    display: block;
    height: 18px;
    position: absolute;
    width: 18px;
}

.clh-map-fallback__grid span:nth-child(1) {
    left: 16%;
    top: 28%;
}

.clh-map-fallback__grid span:nth-child(2) {
    background: var(--clh-teal);
    left: 70%;
    top: 22%;
}

.clh-map-fallback__grid span:nth-child(3) {
    background: var(--clh-gold);
    left: 60%;
    top: 62%;
}

.clh-map-fallback__grid span:nth-child(4) {
    background: var(--clh-coral);
    left: 30%;
    top: 72%;
}

.clh-map-fallback__copy {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--clh-border);
    border-radius: 18px;
    bottom: 22px;
    left: 22px;
    max-width: 320px;
    padding: 18px;
    position: absolute;
}

.clh-map-fallback__copy strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.clh-map-fallback__copy p {
    color: var(--clh-copy);
    line-height: 1.5;
    margin: 0 0 10px;
}

.clh-map-fallback__copy a {
    color: var(--clh-blue);
    font-weight: 900;
}

.clh-path-card {
    border-top: 6px solid var(--clh-blue);
    min-height: 230px;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.clh-path-card:nth-child(2) {
    border-top-color: var(--clh-teal);
}

.clh-path-card:nth-child(3) {
    border-top-color: var(--clh-gold);
}

.clh-path-card:hover {
    box-shadow: 0 18px 42px rgba(7, 21, 44, 0.1);
    transform: translateY(-2px);
}

.clh-section--inputs {
    background: linear-gradient(135deg, #f3f7ff, var(--clh-mint));
    border: 1px solid var(--clh-border);
    border-radius: 26px;
    padding: 26px;
}

.clh-input-strip {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clh-input-strip span {
    background: rgba(255, 255, 255, 0.78);
    border-left: 4px solid var(--clh-blue);
    border-radius: 8px;
    color: var(--clh-ink);
    padding: 13px 14px;
}

.clh-input-strip span:nth-child(3n+2) {
    border-left-color: var(--clh-teal);
}

.clh-input-strip span:nth-child(3n+3) {
    border-left-color: var(--clh-gold);
}

.clh-section--final {
    align-items: center;
    background: #fff;
    border: 1px solid var(--clh-border);
    border-radius: 26px;
    box-shadow: var(--clh-shadow);
    display: grid;
    gap: 18px;
    padding: 26px;
}

@media (min-width: 760px) {
    .clh-page-shell {
        padding: 0 0 98px;
    }

    .clh-hero {
        grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr);
        padding: 64px max(24px, calc((100% - 1180px) / 2 + 24px)) 70px;
    }

    .clh-homepage .clh-coverage-finder .cwc-city-finder__form,
    .clh-fallback-finder {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .clh-proof-grid,
    .clh-path-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .clh-section--coverage-lab {
        grid-template-columns: minmax(320px, 0.43fr) minmax(0, 1fr);
    }

    .clh-input-strip {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .clh-section--final {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 30px;
    }

    .clh-final-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 980px) {
    .clh-hero,
    .clh-section--coverage-lab {
        grid-template-columns: 1fr;
    }

    .clh-hero__copy {
        min-height: 0;
    }
}

@media (max-width: 759px) {
    .clh-homepage {
        max-width: 100%;
        width: 100%;
    }

    .clh-page-shell {
        max-width: 100%;
        overflow: visible;
        padding: 0 0 58px;
    }

    .clh-section--proof,
    .clh-split-copy,
    .clh-map-frame,
    .clh-section--inputs,
    .clh-section--final {
        border-radius: 18px;
    }

    .clh-hero {
        max-width: 100%;
        padding: 34px 20px 44px;
    }

    .clh-section {
        width: calc(100% - 24px);
    }

    .clh-hero h1 {
        font-size: 2.82rem;
    }

    .clh-hero__copy p {
        font-size: 1.05rem;
    }

    .clh-actions .clh-button,
    .clh-final-actions .clh-button {
        width: 100%;
    }

    .clh-signal-board,
    .clh-proof-grid,
    .clh-path-grid,
    .clh-input-strip {
        grid-template-columns: 1fr;
    }

    .clh-value-preview {
        gap: 18px;
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .clh-value-preview__meter {
        height: 148px;
        justify-self: start;
        width: 148px;
    }

    .clh-value-preview__meter::after {
        inset: 27px;
    }

    .clh-value-preview__meter span {
        font-size: 2.18rem;
    }

    .clh-value-preview__content strong {
        font-size: 1.72rem;
    }

    .clh-signal-board__row {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .clh-signal-board__score {
        justify-self: start;
    }

    .clh-map-frame .cwc-coverage-map__search-form > *,
    .clh-map-frame .cwc-coverage-map__filter,
    .clh-map-frame .cwc-coverage-map__search-input,
    .clh-map-frame .cwc-coverage-map__search-button,
    .clh-map-frame .cwc-coverage-map__location-button {
        width: 100%;
    }

    .clh-section__intro h2,
    .clh-split-copy h2,
    .clh-section--final h2 {
        font-size: 1.95rem;
    }

    .clh-section--proof,
    .clh-split-copy,
    .clh-section--inputs {
        padding: 20px;
    }

    .clh-path-card {
        min-height: 0;
    }
}
