:root {
    --brand-blue: #2f63f5;
    --brand-blue-dark: #1f46c4;
    --brand-purple: #7438f2;
    --brand-ink: #10182d;
    --brand-muted: #69748b;
    --brand-bg: #f7f9ff;
    --brand-panel: #eef3ff;
    --brand-line: #e3e8f5;
    --brand-navy: #10182d;
    --brand-shadow: 0 20px 55px rgba(41, 67, 137, .12);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--brand-bg) !important;
    color: var(--brand-ink) !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

a {
    color: var(--brand-blue);
}

.site-header,
.header {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, .96) !important;
    color: var(--brand-ink) !important;
    border-bottom: 1px solid var(--brand-line);
    box-shadow: none !important;
    padding: 0 !important;
}

.site-header__inner {
    width: min(100% - 40px, 1180px) !important;
    min-height: 82px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-header__home {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    color: var(--brand-ink) !important;
    text-decoration: none;
}

.site-header__home-icon,
.site-header__icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    box-shadow: 0 9px 20px rgba(78, 74, 235, .22);
}

.site-header__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.site-header__home-copy,
.site-header__copy {
    display: grid;
    gap: 1px;
}

.site-header__home-name,
.site-header__name {
    color: var(--brand-ink) !important;
    font-size: 19px !important;
    font-weight: 850 !important;
    letter-spacing: -.04em;
}

.site-header__tagline {
    color: var(--brand-muted) !important;
    font-size: 11px !important;
    letter-spacing: .01em;
}

.site-header__brand,
.site-header__title {
    display: none !important;
}

.site-header__stories {
    display: none !important;
}

.site-header__nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}

.site-header__nav a {
    color: #4d5870 !important;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: color .2s ease;
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
    color: var(--brand-blue) !important;
}

.site-header__nav a:last-child {
    padding: 11px 17px;
    border-radius: 12px;
    background: var(--brand-blue);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(47, 99, 245, .2);
}

.header .header-inner {
    width: min(100% - 40px, 1180px);
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header .header-home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--brand-ink) !important;
    text-decoration: none;
}

.header .header-home-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    box-shadow: 0 9px 20px rgba(78, 74, 235, .22);
}

.header .header-home-copy {
    display: grid;
    gap: 1px;
}

.header .header-home-name {
    color: var(--brand-ink) !important;
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.04em;
}

.header .header-tagline {
    color: var(--brand-muted) !important;
    font-size: 11px;
}

.header .header-title {
    color: var(--brand-ink) !important;
    font-size: 16px;
    font-weight: 800;
}

.main {
    padding: 0 !important;
    background: var(--brand-bg) !important;
}

.home-redesign {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
    padding: 58px 0 90px;
}

.home-redesign__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    gap: 50px;
    align-items: center;
    min-height: 540px;
    padding: 72px 72px 68px;
    overflow: hidden;
    border: 1px solid #e1e7fb;
    border-radius: 34px;
    background: linear-gradient(128deg, #edf2ff 0%, #f7f9ff 57%, #f1edff 100%);
    box-shadow: var(--brand-shadow);
}

.home-redesign__hero::before,
.home-redesign__hero::after {
    position: absolute;
    z-index: 0;
    display: block;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-redesign__hero::before {
    top: -130px;
    right: 25%;
    background: rgba(47, 99, 245, .09);
}

.home-redesign__hero::after {
    right: -120px;
    bottom: -155px;
    background: rgba(116, 56, 242, .09);
}

.home-redesign__copy,
.home-redesign__visual {
    position: relative;
    z-index: 1;
}

.home-redesign__eyebrow,
.home-redesign__section-label {
    margin: 0 0 19px;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-redesign h1 {
    max-width: 690px;
    margin: 0;
    color: var(--brand-ink);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .99;
    text-align: left;
}

.home-redesign__lead {
    max-width: 610px;
    margin: 27px 0 0;
    color: #68748c;
    font-size: 18px;
    line-height: 1.65;
}

.home-redesign__search {
    display: flex;
    max-width: 630px;
    min-height: 68px;
    margin-top: 34px;
    padding: 7px;
    border: 1px solid rgba(47, 99, 245, .15);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(43, 72, 146, .13);
}

.home-redesign__search:focus-within {
    border-color: rgba(47, 99, 245, .55);
    box-shadow: 0 0 0 4px rgba(47, 99, 245, .12), 0 15px 30px rgba(43, 72, 146, .13);
}

.home-redesign__input {
    width: 100%;
    min-width: 0;
    padding: 0 18px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--brand-ink);
    font: inherit;
    font-size: 18px;
}

.home-redesign__input::placeholder {
    color: #9aa4b8;
}

.home-redesign__button {
    flex: 0 0 auto;
    min-width: 145px;
    padding: 0 23px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 9px 19px rgba(78, 74, 235, .25);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-redesign__button:hover,
.home-redesign__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 13px 24px rgba(78, 74, 235, .32);
}

.home-redesign__hint {
    margin: 13px 0 0 5px;
    color: #8994aa;
    font-size: 12px;
}

.home-redesign__error {
    margin: 12px 0 0 5px;
    color: #c2415a;
    font-size: 13px;
    font-weight: 700;
}

.home-redesign__visual {
    display: grid;
    place-items: center;
    min-height: 390px;
}

.number-card {
    position: relative;
    width: min(100%, 370px);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 26px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 25px 50px rgba(58, 67, 129, .17);
    backdrop-filter: blur(12px);
    transform: rotate(3deg);
}

.number-card__top,
.number-card__meta,
.number-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.number-card__top {
    margin-bottom: 27px;
    color: #7e8ba4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.number-card__badge {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    color: #fff;
    font-size: 18px;
}

.number-card__number {
    margin: 0;
    color: var(--brand-ink);
    font-size: 29px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.number-card__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7438f2;
    font-size: 12px;
    font-weight: 800;
}

.number-card__status::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35c784;
    content: "";
}

.number-card__line {
    height: 1px;
    margin: 23px 0 19px;
    background: #e8ecf5;
}

.number-card__meta {
    justify-content: flex-start;
    color: #7b879d;
    font-size: 13px;
}

.number-card__meta strong {
    color: var(--brand-ink);
    font-weight: 800;
}

.number-card__chip {
    display: inline-flex;
    margin-left: auto;
    padding: 6px 9px;
    border-radius: 8px;
    background: #f2efff;
    color: #7438f2;
    font-size: 11px;
    font-weight: 800;
}

.home-redesign__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 23px;
    color: #71809a;
    font-size: 13px;
    font-weight: 700;
}

.home-redesign__trust span::before {
    margin-right: 7px;
    color: var(--brand-blue);
    content: "✓";
    font-weight: 900;
}

.home-redesign__section {
    padding-top: 92px;
}

.home-redesign__section-head {
    max-width: 630px;
    margin-bottom: 32px;
}

.home-redesign__section-head h2 {
    margin: 0;
    color: var(--brand-ink);
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.05;
}

.home-redesign__section-head p {
    margin: 15px 0 0;
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 1.65;
}

.home-redesign__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-height: 235px;
    padding: 27px;
    border: 1px solid var(--brand-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(41, 67, 137, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
    transform: none;
    border-color: rgba(47, 99, 245, .42);
    box-shadow: 0 16px 32px rgba(41, 67, 137, .09);
}

.feature-card__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 15px;
    background: linear-gradient(135deg, #e4ecff, #f0e8ff);
    color: var(--brand-blue);
    font-size: 23px;
    font-weight: 900;
}

.feature-card:nth-child(2) .feature-card__icon {
    background: #f0e8ff;
    color: var(--brand-purple);
}

.feature-card:nth-child(3) .feature-card__icon {
    background: #f0e8ff;
    color: var(--brand-purple);
}

.feature-card h3 {
    margin: 0;
    color: var(--brand-ink);
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.feature-card p {
    margin: 10px 0 0;
    color: var(--brand-muted);
    font-size: 14px;
    line-height: 1.65;
}

.home-redesign__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.home-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 27px;
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    background: #fff;
    color: var(--brand-ink) !important;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.home-link-card:hover {
    border-color: rgba(47, 99, 245, .45);
    transform: translateY(-3px);
}

.home-link-card strong {
    display: block;
    font-size: 17px;
    font-weight: 850;
}

.home-link-card span {
    display: block;
    margin-top: 5px;
    color: var(--brand-muted);
    font-size: 13px;
}

.home-link-card__arrow {
    color: var(--brand-blue);
    font-size: 24px;
    font-weight: 500;
}

.home-redesign__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 92px;
    padding: 40px 45px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--brand-navy);
    color: #fff;
}

.home-redesign__cta::after {
    position: absolute;
    right: -35px;
    bottom: -80px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 22px rgba(255, 255, 255, .035), 0 0 0 44px rgba(255, 255, 255, .025);
    content: "";
}

.home-redesign__cta h2 {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 850;
    letter-spacing: -.05em;
    line-height: 1.08;
}

.home-redesign__cta a {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    padding: 14px 20px;
    border-radius: 12px;
    background: #fff;
    color: var(--brand-blue) !important;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.footer {
    margin-top: 0 !important;
    padding: 45px 0 !important;
    background: var(--brand-navy) !important;
    color: #fff !important;
    text-align: left !important;
}

.footer a {
    color: #fff !important;
}

.footer__links {
    margin-top: 10px !important;
}

.footer__mail {
    color: #aeb8d0 !important;
}

.footer p {
    color: #aeb8d0;
}

.home-redesign__comments {
    margin-top: 78px;
    padding: 42px;
    border: 1px solid var(--brand-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(41, 67, 137, .07);
}

.home-redesign__comments-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.home-redesign__comments-head h2 {
    margin: 8px 0 8px;
    color: var(--brand-ink);
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    letter-spacing: -.055em;
    line-height: 1.03;
}

.home-redesign__comments-head p:last-child {
    max-width: 600px;
    margin: 0;
    color: var(--brand-muted);
    font-size: 15px;
    line-height: 1.6;
}

.home-redesign__comments-action {
    flex: 0 0 auto;
    padding: 13px 17px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    box-shadow: 0 10px 20px rgba(47, 99, 245, .18);
    color: #fff !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.home-redesign__comments-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-comment-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    padding: 19px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: #fbfcff;
    color: var(--brand-ink) !important;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-comment-card:hover,
.home-comment-card:focus-visible {
    border-color: rgba(47, 99, 245, .42);
    box-shadow: 0 12px 25px rgba(41, 67, 137, .1);
    outline: none;
    transform: none;
}

.home-comment-card__top,
.home-comment-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-comment-card__top {
    margin-bottom: 17px;
}

.home-comment-card__avatar {
    display: inline-grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #e4ecff, #f0e8ff);
    font-size: 15px;
}

.home-comment-card:nth-child(2n) .home-comment-card__avatar {
    background: #eee9ff;
}

.home-comment-card__phone {
    color: var(--brand-blue);
    font-size: 14px;
    font-weight: 850;
}

.home-comment-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #4d5870;
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-comment-card__meta {
    margin-top: auto;
    padding-top: 18px;
    color: #8b96aa;
    font-size: 11px;
}

.home-comment-card__meta strong {
    margin-left: auto;
    color: var(--brand-blue);
    font-size: 18px;
    font-weight: 500;
}

.home-redesign__comments-empty {
    margin: 0;
    color: var(--brand-muted);
}

.stories-more-link {
    display: none !important;
}

.sidebar .latest-comment-card,
.sidebar .bhiiahha {
    display: none !important;
}

.phone-mask-overlay {
    color: var(--brand-ink) !important;
}

.phone-mask-value {
    white-space: pre;
}

.phone-mask-caret {
    display: none;
    width: 2px;
    height: 1.18em;
    margin-left: 1px;
    border-radius: 2px;
    background: var(--brand-purple);
    vertical-align: middle;
    animation: phone-mask-caret-blink 1s step-end infinite;
}

.phone-mask-overlay.is-focused .phone-mask-caret {
    display: inline-block;
}

@keyframes phone-mask-caret-blink {
    50% { opacity: 0; }
}

.home-redesign__button,
.search__button,
.homepage-search__button,
.sidebar-search__button,
.asesennd,
.number-search-modal__submit {
    transform: none !important;
    transition: background-color .2s ease, box-shadow .2s ease, color .2s ease !important;
}

.home-redesign__button:hover,
.home-redesign__button:focus-visible,
.search__button:hover,
.search__button:focus-visible,
.homepage-search__button:hover,
.homepage-search__button:focus-visible,
.sidebar-search__button:hover,
.sidebar-search__button:focus-visible,
.asesennd:hover,
.asesennd:focus-visible,
.number-search-modal__submit:hover,
.number-search-modal__submit:focus-visible {
    transform: none !important;
    box-shadow: 0 0 0 4px rgba(116, 56, 242, .13), 0 10px 24px rgba(78, 74, 235, .28) !important;
}

/* Number and directory pages use the same blue-violet visual language. */
.main > .container .card,
.main > .container .sidebar-card,
.main > .container article.card {
    border: 1px solid var(--brand-line) !important;
    border-radius: 24px !important;
    box-shadow: 0 14px 38px rgba(41, 67, 137, .07) !important;
}

.phone-hero,
.phone-hero.phone-hero--warm,
.phone-hero.phone-hero--danger {
    border-radius: 24px !important;
    background: linear-gradient(135deg, #263fc1 0%, #6e38e8 100%) !important;
    box-shadow: 0 18px 35px rgba(63, 64, 189, .22);
}

.phone-hero__eyebrow {
    color: #cbd7ff !important;
}

.phone-hero__chip--cta,
.phone-hero__chip--mint {
    background: #fff !important;
    color: var(--brand-blue) !important;
}

.phone-hero__chip--cta:hover,
.phone-hero__chip--cta:focus-visible,
.phone-hero__chip--mint:hover {
    background: #eef2ff !important;
    color: var(--brand-blue-dark) !important;
}

.bikkama .bikkamb {
    border: 1px solid var(--brand-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #44516a !important;
    box-shadow: 0 8px 18px rgba(41, 67, 137, .06) !important;
}

.bikkama .bikkamc {
    color: var(--brand-blue) !important;
}

.review-summary {
    border: 1px solid var(--brand-line) !important;
    border-left: 4px solid var(--brand-blue) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(41, 67, 137, .05);
}

.review-summary__action,
.sidebar-search__button,
.codes-all-button,
.search__button,
.search__button:hover,
.sidebar-codes__all {
    border-color: transparent !important;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
    color: #fff !important;
}

.review-summary__action--secondary {
    border-color: var(--brand-line) !important;
    background: #fff !important;
    color: var(--brand-blue) !important;
}

.sidebar-search__input,
.search__input,
.asesennc {
    border-color: var(--brand-line) !important;
    background: #fff !important;
}

.sidebar-codes__link,
.code-link,
.number-link {
    border-color: var(--brand-line) !important;
    background: #fff !important;
    color: var(--brand-blue) !important;
}

.sidebar-codes__link:hover,
.code-link:hover,
.number-link:hover {
    border-color: rgba(47, 99, 245, .45) !important;
    background: #f1f4ff !important;
}

@media (max-width: 900px) {
    .home-redesign__hero {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 52px 45px;
    }

    .home-redesign__visual {
        min-height: 310px;
    }

    .home-redesign__features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .site-header__inner {
        width: min(100% - 28px, 1180px) !important;
        min-height: 72px !important;
    }

    .site-header__nav {
        gap: 8px;
    }

    .site-header__nav a:not(:last-child) {
        display: none;
    }

    .site-header__nav a:last-child {
        padding: 10px 12px;
        font-size: 12px;
    }

    .site-header__home-name,
    .site-header__name {
        font-size: 17px !important;
    }

    .site-header__home-icon,
    .site-header__icon {
        width: 39px !important;
        height: 39px !important;
        border-radius: 12px;
    }

    .header .header-inner {
        width: min(100% - 28px, 1180px);
        min-height: 72px;
    }

    .header .header-home-icon {
        width: 39px;
        height: 39px;
        border-radius: 12px;
    }

    .header .header-home-name {
        font-size: 17px;
    }

    .home-redesign {
        width: min(100% - 24px, 1180px);
        padding: 24px 0 55px;
    }

    .home-redesign__hero {
        min-height: 0;
        padding: 37px 21px 28px;
        border-radius: 25px;
    }

    .home-redesign h1 {
        font-size: 44px;
    }

    .home-redesign__lead {
        margin-top: 19px;
        font-size: 16px;
    }

    .home-redesign__search {
        display: grid;
        gap: 7px;
        min-height: 0;
        padding: 7px;
    }

    .home-redesign__input {
        min-height: 51px;
        font-size: 16px;
    }

    .home-redesign__button {
        min-height: 51px;
    }

    .home-redesign__visual {
        min-height: 260px;
    }

    .number-card {
        padding: 21px;
        transform: rotate(1deg);
    }

    .number-card__number {
        font-size: 24px;
    }

    .home-redesign__section {
        padding-top: 60px;
    }

    .home-redesign__features,
    .home-redesign__links {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 0;
    }

    .home-redesign__cta {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 60px;
        padding: 30px 24px;
    }
}

/* Number page: an independent verification workspace, without the old feed/sidebar layout. */
.number-page {
    padding: 0 0 80px !important;
}

.number-page > .container {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
}

.number-page .asesenna {
    max-width: 760px;
    margin: 30px auto 26px;
    padding: 8px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(41, 67, 137, .08);
}

.number-page #number-search {
    display: block !important;
}

.number-page .asesennb {
    gap: 8px;
}

.number-page .asesennc {
    min-height: 50px;
    padding: 0 18px;
    border: 0 !important;
    border-radius: 12px !important;
    font-size: 16px;
}

.number-page .asesennd {
    min-width: 128px;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
    font-weight: 800;
}

.number-page .content {
    display: block;
}

.number-page .main-content {
    width: 100%;
    min-width: 0;
}

.number-page .number-layout > .sidebar,
.number-page .sidebar {
    display: none !important;
}

.number-page .number-card {
    width: 100% !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.number-page .phone-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    align-items: center;
    min-height: 270px;
    padding: 45px 58px !important;
    text-align: left;
    border-radius: 30px !important;
    background: radial-gradient(circle at 80% 12%, rgba(255,255,255,.22), transparent 27%), linear-gradient(120deg, #2444cf 0%, #6734df 100%) !important;
    box-shadow: 0 24px 50px rgba(63, 64, 189, .24);
}

.number-page .phone-hero__eyebrow {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: .16em;
}

.number-page h1.phone-hero__number {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 4.7rem);
    letter-spacing: -.065em;
    line-height: .98;
}

.number-page .phone-hero__chips {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-content: flex-end;
    max-width: 250px;
}

.number-page .phone-hero__chip {
    padding: 13px 17px;
    border-radius: 14px;
    text-align: center;
}

.number-page .bikkama {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
    margin: 18px 0 30px;
    gap: 12px;
}

.number-page .bikkama .bikkamb {
    min-height: 92px;
    padding: 16px;
    align-items: center;
    border-radius: 18px !important;
    box-shadow: 0 10px 25px rgba(41, 67, 137, .07) !important;
}

.number-page .bikkama .bikkamc {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
    background: #eef2ff;
}

.number-page .review-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 0 30px;
    padding: 24px 28px;
    border-left-width: 5px !important;
    border-radius: 20px !important;
}

.number-page .review-summary h2 {
    margin: 0 0 7px;
    color: var(--brand-ink);
    font-size: 22px;
}

.number-page .review-summary__text,
.number-page .review-summary__quote {
    margin: 0;
    color: var(--brand-muted);
}

.number-page .review-summary__actions {
    flex: 0 0 auto;
}

.number-page .number-card > p {
    max-width: 820px;
    margin: 0 auto 18px;
    color: #4d5870;
    font-size: 17px;
    line-height: 1.75;
}

.number-page .number-card hr {
    max-width: 820px;
    margin: 34px auto;
    background: var(--brand-line);
}

.number-page #comment-form {
    max-width: 820px;
    margin: 42px auto 0;
    padding: 34px;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(41, 67, 137, .08);
}

/* Codes page: grouped directory with a dedicated code filter and a clear next step. */
.codes-page {
    padding: 0 0 80px !important;
}

.codes-page > .container {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
}

.codes-page .search {
    max-width: 760px;
    margin: 30px auto 26px;
}

.codes-page .layout {
    display: block;
}

.codes-page .sidebar-card {
    display: none !important;
}

.codes-page article.card {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 45px !important;
    overflow: hidden;
    border-radius: 30px !important;
    background: #fff;
}

.codes-page .page-hero {
    margin: 0 !important;
    padding: 58px 70px 48px;
    border: 0;
    border-radius: 0 !important;
    background: linear-gradient(120deg, #edf2ff 0%, #f4efff 100%) !important;
    text-align: left;
}

.codes-page .page-hero h1 {
    max-width: 720px;
    margin: 0 0 14px;
    color: var(--brand-ink) !important;
    font-size: clamp(2.1rem, 5vw, 3.8rem);
    letter-spacing: -.06em;
    line-height: 1.02;
    text-align: left;
}

.codes-page .page-hero .intro {
    max-width: 700px;
    margin: 0;
    color: var(--brand-muted);
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
}

.codes-page-hero__eyebrow,
.code-group__eyebrow {
    color: var(--brand-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.codes-page-hero__eyebrow {
    margin-bottom: 16px;
}

.codes-directory-intro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 0 48px;
    border: 1px solid var(--brand-line);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    background: var(--brand-line);
}

.codes-directory-stat {
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    background: #fff;
}

.codes-directory-stat strong {
    color: var(--brand-ink);
    font-size: 22px;
    letter-spacing: -.04em;
}

.codes-directory-stat span {
    color: var(--brand-muted);
    font-size: 12px;
}

.codes-filter {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 34px 48px 42px;
    padding: 16px 18px;
    border: 1px solid #cdd8f8;
    border-radius: 18px;
    background: #f5f7ff;
    cursor: text;
}

.codes-filter__icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.codes-filter__copy {
    display: grid;
    gap: 2px;
    min-width: 220px;
}

.codes-filter__copy strong {
    color: var(--brand-ink);
    font-size: 15px;
}

.codes-filter__copy small {
    color: var(--brand-muted);
    font-size: 12px;
}

.codes-filter__input {
    width: 170px;
    min-height: 45px;
    margin-left: auto;
    padding: 0 15px;
    border: 1px solid var(--brand-line);
    border-radius: 12px;
    background: #fff;
    color: var(--brand-ink);
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    outline: none;
}

.codes-filter__input:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 4px rgba(47, 99, 245, .12);
}

.codes-directory {
    display: grid;
    gap: 38px;
    margin: 0 48px;
}

.code-group {
    padding-top: 4px;
}

.code-group__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--brand-line);
}

.code-group__header h2 {
    margin: 4px 0 0;
    color: var(--brand-ink);
    font-size: 28px;
    letter-spacing: -.05em;
}

.code-group__count {
    color: var(--brand-muted);
    font-size: 13px;
    font-weight: 700;
}

.codes-page .codes-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

.codes-page .code-link {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    justify-content: start;
    align-items: center;
    min-height: 72px;
    gap: 1px 9px;
    padding: 13px 14px;
    border-radius: 15px;
    background: #fbfcff !important;
    color: var(--brand-ink) !important;
    text-align: left;
}

.codes-page .code-link .operator-icon {
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.codes-page .code-link span {
    color: var(--brand-blue);
    font-size: 17px;
    font-weight: 900;
}

.codes-page .code-link small {
    color: var(--brand-muted);
    font-size: 10px;
    font-weight: 700;
}

.codes-page .code-link:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 99, 245, .45) !important;
    background: #f1f4ff !important;
    box-shadow: 0 10px 22px rgba(41, 67, 137, .1);
}

.code-next-step {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    margin: 42px 48px 0;
    padding: 22px;
    border-radius: 20px;
    background: var(--brand-navy);
    color: #fff;
}

.code-next-step__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    font-size: 28px;
}

.code-next-step h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 18px;
}

.code-next-step p {
    margin: 0;
    color: #aeb8d0;
    font-size: 13px;
    line-height: 1.5;
}

.code-next-step__button {
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    color: var(--brand-blue) !important;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.codes-page .facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 48px;
}

.codes-page .fact--wide {
    width: auto;
    min-height: 100px;
    padding: 18px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: #f8faff;
    text-align: left;
}

.codes-page .notice {
    margin: 0 48px 30px;
    border-left-color: var(--brand-purple);
    border-radius: 0 14px 14px 0;
    background: #f5f2ff;
    color: var(--brand-muted);
}

.codes-page .code-next-step + section,
.codes-page article.card > section[aria-labelledby="code-numbers-title"] {
    margin: 0 48px;
}

@media (max-width: 760px) {
    .number-page > .container,
    .codes-page > .container {
        width: min(100% - 24px, 1180px);
    }

    .number-page .phone-hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        min-height: 0;
        padding: 34px 24px !important;
    }

    .number-page .phone-hero__eyebrow,
    .number-page h1.phone-hero__number,
    .number-page .phone-hero__chips {
        grid-column: 1;
    }

    .number-page h1.phone-hero__number { grid-row: 2; }
    .number-page .phone-hero__chips { grid-row: 3; justify-content: flex-start; margin-top: 24px; }
    .number-page .bikkama { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .number-page .review-summary { align-items: flex-start; flex-direction: column; }
    .number-page #comment-form { padding: 24px 18px; }

    .codes-page article.card { border-radius: 22px !important; }
    .codes-page .page-hero { padding: 38px 24px 32px; }
    .codes-directory-intro,
    .codes-filter,
    .codes-directory,
    .code-next-step,
    .codes-page .facts,
    .codes-page .notice,
    .codes-page .code-next-step + section,
    .codes-page article.card > section[aria-labelledby="code-numbers-title"] { margin-left: 20px; margin-right: 20px; }
    .codes-directory-intro { grid-template-columns: 1fr; }
    .codes-directory-stat { grid-template-columns: auto 1fr; align-items: baseline; gap: 12px; }
    .codes-filter { align-items: flex-start; flex-wrap: wrap; }
    .codes-filter__input { width: 100%; margin-left: 52px; }
    .codes-page .codes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .code-next-step { grid-template-columns: auto 1fr; }
    .code-next-step__button { grid-column: 1 / -1; text-align: center; }
    .codes-page .facts { grid-template-columns: 1fr; }

    .home-redesign__comments {
        margin-top: 54px;
        padding: 24px 18px;
        border-radius: 22px;
    }

    .home-redesign__comments-head {
        display: block;
        margin-bottom: 20px;
    }

    .home-redesign__comments-action {
        display: inline-flex;
        margin-top: 18px;
    }

    .home-redesign__comments-grid {
        grid-template-columns: 1fr;
    }

    .home-comment-card {
        min-height: 0;
    }
}

/* Number page: compact result workspace. Keep the result readable and let the data do the talking. */
.number-page {
    padding: 28px 0 84px !important;
}

.number-page > .container {
    width: min(calc(100% - 48px), 1000px);
}

.number-page .asesenna {
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.number-page .asesennb {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 7px;
}

.number-page .asesennb:focus-within {
    border-color: var(--brand-purple) !important;
    box-shadow: 0 0 0 4px rgba(116, 56, 242, .12), 0 10px 24px rgba(78, 74, 235, .10) !important;
}

.number-page .number-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.number-page .phone-hero {
    display: block;
    align-items: center;
    min-height: 0;
    margin: 0 0 14px;
    padding: 22px 28px !important;
    border: 1px solid var(--brand-line) !important;
    border-left: 4px solid var(--brand-purple) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(41, 67, 137, .06) !important;
    text-align: left;
}

.number-page .phone-hero__eyebrow {
    margin: 0 0 4px;
    color: var(--brand-purple) !important;
    font-size: 11px;
    letter-spacing: .13em;
}

.number-page h1.phone-hero__number {
    margin: 0;
    color: var(--brand-ink) !important;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1;
    text-align: left;
}

.number-page .number-facts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
    max-width: none;
    margin: 0 0 24px;
}

.number-page .number-facts__main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(41, 67, 137, .045);
}

.number-page .number-fact {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 11px;
    padding: 16px 17px;
    color: var(--brand-ink);
}

.number-page .number-fact + .number-fact {
    border-left: 1px solid var(--brand-line);
}

.number-page .number-fact--region {
    grid-column: 1 / -1;
    border-left: 0 !important;
    border-top: 1px solid var(--brand-line);
}

.number-page .number-fact--category {
    grid-column: 1 / -1;
    border-left: 0 !important;
    border-top: 1px solid var(--brand-line);
    background: #fbfaff;
}

.number-page .number-fact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    overflow: hidden;
    border-radius: 10px;
    background: #f0edff;
    color: var(--brand-purple);
    font-size: 1rem;
}

.number-page .number-fact__copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.number-page .number-fact__label {
    overflow: hidden;
    color: var(--brand-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.number-page .number-fact strong {
    overflow: hidden;
    color: var(--brand-ink);
    font-size: 14px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.number-page .number-fact--code {
    background: #f8f7ff;
    text-decoration: none;
}

.number-page .number-fact--code:hover,
.number-page .number-fact--code:focus-visible {
    background: #f0edff;
    color: var(--brand-ink);
    outline: none;
}

.number-page .number-fact--code .number-fact__icon {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
    color: #fff;
    font-weight: 900;
}

.number-page .number-facts__details {
    display: none;
}

.number-page .number-facts__details .bikkamb {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid var(--brand-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #44516a !important;
    font-size: .82rem;
    line-height: 1.3;
}

.number-page .number-facts__details .bikkamc {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    margin-right: 0;
    border-radius: 8px;
    background: #f4f2ff !important;
    color: var(--brand-purple) !important;
    font-size: .86rem;
}

.number-page .review-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 28px;
    padding: 18px 22px;
    border: 1px solid var(--brand-line) !important;
    border-left: 4px solid var(--brand-purple) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(41, 67, 137, .045) !important;
}

.number-page .review-summary h2 {
    margin: 0 0 4px;
    color: var(--brand-ink);
    font-size: 1.15rem;
}

.number-page .review-summary__text,
.number-page .review-summary__quote {
    margin: 0;
    color: var(--brand-muted);
    line-height: 1.5;
}

.number-page .review-summary__actions {
    flex: 0 0 auto;
}

.number-page .review-summary__action {
    border-color: transparent !important;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
    color: #fff !important;
}

.number-page .review-summary__action--secondary {
    border-color: var(--brand-line) !important;
    background: #fff !important;
    color: var(--brand-blue) !important;
}

.number-page .number-card > p {
    max-width: 760px;
    margin: 0 auto 20px;
    color: #536078;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.number-page .number-card > hr {
    max-width: 760px;
    margin: 34px auto;
    background: var(--brand-line);
}

.number-page .number-card > .bhnamon,
.number-page #reviews-list,
.number-page #comments-list,
.number-page .review-next-step {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.number-page .number-card > .bhnamon,
.number-page #reviews-list {
    color: var(--brand-ink);
}

.number-page .number-card > .acuiqpa {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--brand-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(41, 67, 137, .04);
}

.number-page #comments-list .acuiqpa {
    border: 1px solid var(--brand-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(41, 67, 137, .04);
}

.number-page #comment-form {
    max-width: 760px;
    margin: 38px auto 0;
    padding: 26px;
    border: 1px solid var(--brand-line);
    border-left: 4px solid var(--brand-purple);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(41, 67, 137, .06);
}

.number-page .acocosese {
    max-width: 760px;
    margin: 0 auto;
}

.number-page .bhdusyza .asesenng,
.number-page .comment-category-select {
    border-color: var(--brand-line);
    background: #fbfcff;
}

.number-page .bhdusyza .asesenng:focus,
.number-page .comment-category-select:focus {
    border-color: var(--brand-purple);
    box-shadow: 0 0 0 3px rgba(116, 56, 242, .12);
}

.number-page .comment-form-title {
    color: var(--brand-ink);
}

.number-page .comment-form-note,
.number-page .comment-category-label {
    color: var(--brand-muted);
}

.number-page .bhdusyza .asesennh {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
    box-shadow: 0 8px 16px rgba(78, 74, 235, .2) !important;
}

.number-page .bhdusyza .asesennh:hover,
.number-page .bhdusyza .asesennh:focus-visible {
    background: linear-gradient(135deg, #2757dd, #6630dc) !important;
}

/* Keep only decision-making information: numbering data, reviews and a short explanation of their limits. */
.number-page .number-guide {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 26px;
    margin: 34px 0 38px;
    padding: 28px;
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    background: linear-gradient(135deg, #fbfcff, #f6f4ff);
    box-shadow: 0 10px 25px rgba(41, 67, 137, .045);
}

.number-page .number-guide__eyebrow {
    margin: 0 0 9px;
    color: var(--brand-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
}

.number-page .number-guide h2 {
    margin: 0;
    color: var(--brand-ink);
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: -.045em;
    line-height: 1.08;
}

.number-page .number-guide__intro > p:last-child {
    margin: 14px 0 0;
    color: var(--brand-muted);
    font-size: 15px;
    line-height: 1.65;
}

.number-page .number-guide__items {
    display: grid;
    gap: 12px;
}

.number-page .number-guide__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
    border: 1px solid var(--brand-line);
    border-radius: 15px;
    background: #fff;
}

.number-page .number-guide__icon {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #e8eeff, #f1e9ff);
    color: var(--brand-purple);
    font-size: 18px;
    font-weight: 900;
}

.number-page .number-guide__item h3 {
    margin: 1px 0 5px;
    color: var(--brand-ink);
    font-size: 15px;
    line-height: 1.2;
}

.number-page .number-guide__item p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

@media (max-width: 760px) {
    .number-page > .container {
        width: min(calc(100% - 24px), 1000px);
    }

    .number-page .phone-hero {
        padding: 20px !important;
    }

    .number-page .number-facts__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .number-page .number-fact:nth-child(odd) {
        border-left: 0;
    }

    .number-page .number-fact:nth-child(n + 3) {
        border-top: 1px solid var(--brand-line);
    }

    .number-page .number-fact--region {
        grid-column: span 2;
    }

    .number-page .number-facts__details .bikkamb {
        min-height: 40px;
        font-size: .78rem;
    }

    .number-page .review-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .number-page .review-summary__actions,
    .number-page .review-summary__action {
        width: 100%;
    }

    .number-page #comment-form {
        padding: 22px 18px;
    }

    .number-page .number-guide {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 21px 18px;
    }
}

/* One visual language for every legacy interaction: blue for navigation, purple for focus and action. */
:root {
    --primary-color: var(--brand-ink);
    --secondary-color: var(--brand-blue);
    --success-color: var(--brand-purple);
    --blue: var(--brand-blue);
    --ink: var(--brand-ink);
    --muted: var(--brand-muted);
    --line: var(--brand-line);
    --light: var(--brand-bg);
}

.number-card__status {
    color: var(--brand-purple);
}

.number-card__status::before {
    background: var(--brand-purple);
    box-shadow: 0 0 0 4px rgba(116, 56, 242, .11);
}

.number-card__chip {
    border-color: #ddd5ff;
    background: #f2efff;
    color: var(--brand-purple);
}

/* Search is the main action on directory and result screens, so it follows the same calm, full-width pattern. */
.codes-page .search {
    max-width: 1040px;
}

.codes-page .search__form,
.retry-search {
    width: 100%;
    max-width: none;
    min-height: 62px;
    border: 1px solid var(--brand-line);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(41, 67, 137, .06);
}

.codes-page .search__form:focus-within,
.retry-search:focus-within {
    border-color: var(--brand-purple) !important;
    box-shadow: 0 0 0 4px rgba(116, 56, 242, .12), 0 10px 24px rgba(78, 74, 235, .10) !important;
}

.codes-page .search__input,
.number-page .asesennc,
.retry-search input {
    color: var(--brand-ink);
    caret-color: var(--brand-purple);
}

.codes-page .search__button,
.retry-search button {
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
    box-shadow: none;
}

.codes-page .search__button:hover,
.codes-page .search__button:focus-visible,
.retry-search button:hover,
.retry-search button:focus-visible {
    background: linear-gradient(135deg, #2757dd, #6630dc) !important;
    box-shadow: 0 0 0 4px rgba(116, 56, 242, .13), 0 10px 24px rgba(78, 74, 235, .22) !important;
}

.homepage-codes__title-link:hover,
.homepage-codes__title-link:focus-visible,
.homepage-codes__link,
.homepage-pending__link,
.number-page .comment-like,
.number-page .comment-like--liked {
    color: var(--brand-blue) !important;
}

.homepage-codes__link:hover,
.homepage-codes__link:focus-visible,
.homepage-pending__link:hover,
.homepage-pending__link:focus-visible,
.codes-all-button:hover,
.codes-all-button:focus-visible {
    border-color: rgba(47, 99, 245, .45) !important;
    background: #f0f4ff !important;
    color: var(--brand-blue) !important;
    outline-color: rgba(47, 99, 245, .25) !important;
}

.homepage-codes__all,
.codes-all-button,
.number-page .review-next-step button,
.number-page .number-search-modal__submit,
.number-page .sidebar-search__button {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
}

.number-page .comment-like:hover,
.number-page .comment-like:focus-visible,
.number-page .review-next-step button:focus-visible,
.number-page .number-search-modal__form:focus-within {
    color: var(--brand-purple) !important;
    outline-color: rgba(116, 56, 242, .28) !important;
    border-color: var(--brand-purple) !important;
}

/* The search modal is mounted outside the page container, so keep its states in the same palette explicitly. */
.number-search-modal__form:focus-within {
    border-color: var(--brand-purple) !important;
    box-shadow: 0 0 0 4px rgba(116, 56, 242, .12) !important;
}

.number-search-modal__submit {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) !important;
}

/* Result page: one calm, scannable card that keeps every piece of available information together. */
.number-page .phone-hero {
    margin: 0 !important;
    padding: 30px 28px 26px !important;
    border: 1px solid var(--brand-line) !important;
    border-bottom: 0 !important;
    border-left: 1px solid var(--brand-line) !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: 0 10px 24px rgba(41, 67, 137, .06) !important;
    text-align: center;
}

.number-page .phone-hero__eyebrow,
.number-page h1.phone-hero__number {
    text-align: center;
}

.number-page .phone-hero__eyebrow {
    margin-bottom: 11px;
    color: var(--brand-blue) !important;
}

.number-page h1.phone-hero__number {
    font-size: clamp(2.35rem, 5vw, 3.6rem);
}

.number-page .number-facts {
    display: block;
    overflow: hidden;
    margin: 0 0 26px;
    border: 1px solid var(--brand-line);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(41, 67, 137, .055);
}

.number-page .number-facts__main {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 18px;
    border: 0;
    border-radius: 0;
    background: #f9faff;
    box-shadow: none;
}

.number-page .number-fact,
.number-page .number-fact + .number-fact {
    min-height: 100px;
    padding: 16px;
    border: 1px solid var(--brand-line) !important;
    border-radius: 15px;
    background: #fff;
}

.number-page .number-fact--region {
    grid-column: auto;
}

.number-page .number-fact--category {
    grid-column: auto;
    background: #faf9ff;
}

.number-page .number-facts__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 15px 18px 19px;
    border-top: 1px solid var(--brand-line);
    background: #fff;
}

.number-page .number-facts__details .bikkamb {
    min-height: 38px;
    padding: 5px 10px;
    background: #fbfcff !important;
    font-size: .78rem;
}

.number-page .number-facts__details .bikkamc {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: .76rem;
}

/* Small line icons replace platform-dependent emoji, so every badge stays crisp and centred. */
.number-page .number-fact__icon,
.number-page .number-facts__details .bikkamc {
    display: inline-grid;
    place-items: center;
    line-height: 0;
}

.number-page .result-line-icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.number-page .number-fact {
    justify-content: flex-start;
}

.number-page .number-fact__icon .operator-icon {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    margin: 0;
    border-radius: 8px;
    line-height: 1;
}

.number-page .number-fact__icon .operator-icon img {
    display: block;
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.number-page .number-facts__details .bikkamc .result-line-icon {
    width: 14px;
    height: 14px;
}

/* Secondary values read as one centred row of compact chips, not as a loose list. */
.number-page .number-facts__details {
    justify-content: center;
}

.number-page .number-facts__details .bikkamb {
    display: inline-flex;
    align-items: center;
    width: fit-content !important;
    flex: 0 0 auto !important;
    gap: 7px;
    margin: 0;
    white-space: nowrap;
}

.number-page .number-facts__details .bikkamd {
    color: #536078;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.number-page .number-facts__details .bikkamb--category {
    border-color: #ded6ff !important;
    background: #f7f4ff !important;
    color: var(--brand-purple) !important;
}

@media (max-width: 760px) {
    .number-page .number-facts__details {
        justify-content: flex-start;
    }
}

.number-page .review-summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin: 0 0 34px;
    padding: 20px 22px;
    border-left: 1px solid var(--brand-line) !important;
    border-radius: 18px !important;
}

.number-page .review-summary::before {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #e9efff, #f1e9ff);
    color: var(--brand-purple);
    content: "?";
    font-size: 24px;
    font-weight: 900;
}

.number-page .review-summary__actions {
    display: flex;
    gap: 8px;
}

.number-page .review-summary__action {
    padding: 12px 17px;
    white-space: nowrap;
}

/* Useful copy belongs next to the result: concise facts, review context and a clear safety reminder. */
.number-page .number-guidance {
    display: block;
    margin: 0 0 42px;
    padding: 34px 42px;
    border: 1px solid var(--brand-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(41, 67, 137, .06);
}

.number-page .number-guidance__eyebrow {
    margin: 0 0 8px;
    color: var(--brand-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.number-page .number-guidance h2 {
    margin: 0 0 14px;
    color: var(--brand-ink);
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    letter-spacing: -.035em;
    line-height: 1.12;
}

.number-page .number-guidance__main > p {
    max-width: 860px;
    margin: 0 0 17px;
    color: #58657c;
    font-size: 16px;
    line-height: 1.72;
}

/* The main search is always visible above the result, so a duplicate search at the bottom is unnecessary. */
.number-page .review-next-step {
    display: none !important;
}

@media (max-width: 760px) {
    .number-page .phone-hero {
        padding: 25px 18px 22px !important;
    }

    .number-page h1.phone-hero__number {
        font-size: clamp(2rem, 10vw, 2.7rem);
    }

    .number-page .number-facts__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
    }

    .number-page .number-fact,
    .number-page .number-fact + .number-fact {
        min-height: 88px;
        padding: 13px;
    }

    .number-page .number-fact--category {
        grid-column: span 2;
    }

    .number-page .number-facts__details {
        padding: 12px;
    }

    .number-page .review-summary {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
        padding: 17px;
    }

    .number-page .review-summary__actions {
        grid-column: 1 / -1;
        width: 100%;
    }

    .number-page .review-summary__action {
        flex: 1;
        text-align: center;
    }

    .number-page .number-guidance {
        padding: 22px 18px;
    }
}

/* The secondary facts stay available, but as a compact scan line rather than a competing block of cards. */
.number-page .number-facts__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
    padding: 0 2px;
}

/* A single focused follow-up action, inspired by command-palette search patterns. */
.number-page .zyaayaa + hr {
    display: none;
}

.number-page .review-next-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: none;
    margin: 0 0 34px;
    padding: 17px 18px;
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(41, 67, 137, .045);
    color: var(--brand-ink);
}

.number-page .review-next-step > span {
    display: grid;
    gap: 3px;
}

.number-page .review-summary {
    margin-bottom: 18px;
}

.number-page .review-next-step > label {
    display: grid;
    gap: 3px;
    min-width: 210px;
}

.number-page .review-next-step strong {
    color: var(--brand-ink);
    font-size: 15px;
    line-height: 1.2;
}

.number-page .review-next-step small {
    color: var(--brand-muted);
    font-size: 13px;
    line-height: 1.35;
}

.number-page .review-next-step__field {
    display: flex;
    width: min(100%, 430px);
    min-height: 44px;
    margin-left: auto;
    padding: 4px;
    border: 1px solid var(--brand-line);
    border-radius: 12px;
    background: #f8faff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.number-page .review-next-step__field:focus-within {
    border-color: var(--brand-purple);
    box-shadow: 0 0 0 3px rgba(116, 56, 242, .11);
}

.number-page .review-next-step__field input {
    width: 100%;
    min-width: 0;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--brand-ink);
    caret-color: var(--brand-purple);
    font: inherit;
    font-size: 14px;
}

.number-page .review-next-step button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 15px;
    border: 0;
    border-radius: 11px;
    color: #fff !important;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
}

@media (max-width: 760px) {
    .number-page .review-next-step {
        align-items: flex-start;
        flex-direction: column;
    }

    .number-page .review-next-step__field {
        width: 100%;
        margin-left: 0;
    }
}
