.brand-hub-page {
    --brand-line: rgba(45, 156, 246, .28);
    --brand-panel: rgba(6, 18, 31, .9);
    --brand-panel-soft: rgba(9, 24, 40, .72);
}

.brand-hub-page .public-breadcrumb {
    padding-top: 18px;
}

.brand-hero {
    padding: 34px 0 28px;
}

.brand-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
    min-height: 410px;
}

.brand-hero__content {
    max-width: 690px;
}

.brand-hub-page .brand-hero h1 {
    max-width: 650px;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.01;
}

.brand-hub-page .brand-hero .hero-copy {
    max-width: 610px;
    margin-top: 18px;
    font-size: 1.04rem;
    line-height: 1.72;
}

.brand-cta {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .01em;
    transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.brand-cta--primary {
    margin-top: 26px;
    color: #fff;
    background: #0878ed;
    box-shadow: 0 14px 34px rgba(0, 119, 239, .2);
}

.brand-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.brand-cta:focus-visible,
.brand-text-link:focus-visible {
    outline: 3px solid rgba(125, 211, 252, .55);
    outline-offset: 4px;
}

.brand-label-demo {
    position: relative;
    min-height: 350px;
    display: grid;
    place-items: center;
}

.brand-label-demo__glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 134, 232, .23), rgba(23, 134, 232, .03) 54%, transparent 72%);
    filter: blur(3px);
}

.brand-label-demo__radio {
    position: relative;
    width: min(370px, 100%);
    padding: 24px;
    border: 1px solid rgba(61, 166, 255, .34);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(14, 31, 49, .98), rgba(3, 10, 19, .98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .04);
    transform: rotate(1.4deg);
}

.brand-label-demo__topline,
.brand-sticker__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-label-demo__topline {
    margin-bottom: 20px;
    color: #dfeaf4;
    font-size: .78rem;
    letter-spacing: .12em;
}

.brand-label-demo__topline strong {
    color: #fff;
    font-size: .9rem;
}

.brand-label-demo__plate {
    position: relative;
    padding: 28px 26px;
    border: 1px solid rgba(130, 159, 187, .24);
    border-radius: 14px;
    background: #e8edf1;
    color: #111827;
}

.brand-label-demo__caption,
.brand-label-demo__code {
    display: block;
}

.brand-label-demo__caption {
    color: #4b5563;
    font: 700 .72rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .12em;
}

.brand-label-demo__code {
    margin-top: 8px;
    font: 900 clamp(2.9rem, 6vw, 4.4rem) ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    line-height: .95;
    letter-spacing: .08em;
}

.brand-label-demo__marker {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #065f46;
    background: #a7f3d0;
    display: grid;
    place-items: center;
    font-weight: 900;
}

.brand-label-demo__bars {
    height: 34px;
    margin-top: 20px;
    display: flex;
    gap: 4px;
    align-items: stretch;
    opacity: .42;
}

.brand-label-demo__bars i {
    flex: 1;
    background: #d5dde5;
}

.brand-label-demo__bars i:nth-child(2n) {
    flex: .38;
}

.brand-section {
    padding: 54px 0 30px;
}

.brand-section__intro {
    max-width: 760px;
}

.brand-kicker {
    margin: 0 0 9px;
    color: #31a8ff;
    font: 800 .76rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.brand-section h2,
.brand-find h2,
.brand-info-card h2 {
    margin: 0;
    letter-spacing: -.04em;
}

.brand-section h2,
.brand-find h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.brand-section__intro > p:last-child,
.brand-find__content > p,
.brand-info-card p,
.brand-final-cta p {
    color: #9fb1c3;
}

.brand-section__intro > p:last-child {
    max-width: 720px;
    margin: 15px 0 0;
    line-height: 1.75;
}

.brand-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.brand-feature-card {
    min-height: 150px;
    padding: 24px;
    border: 1px solid var(--brand-line);
    border-radius: 14px;
    background: var(--brand-panel-soft);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-feature-card__icon {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(78, 218, 160, .35);
    border-radius: 50%;
    color: #62dda5;
    background: rgba(20, 112, 75, .12);
    display: grid;
    place-items: center;
    font-weight: 900;
}

.brand-feature-card p {
    margin: 22px 0 0;
    color: #e4edf5;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
}

.brand-find {
    position: relative;
    margin-top: 52px;
    padding: clamp(30px, 5vw, 48px);
    border: 1px solid rgba(43, 145, 232, .38);
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 20%, rgba(17, 120, 211, .16), transparent 22rem),
        linear-gradient(145deg, rgba(8, 23, 39, .98), rgba(4, 13, 24, .96));
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr);
    gap: clamp(34px, 6vw, 74px);
    align-items: center;
    overflow: hidden;
}

.brand-find__content > p {
    max-width: 650px;
    margin: 16px 0 0;
    line-height: 1.75;
}

.brand-text-link {
    margin-top: 22px;
    color: #4eb3ff;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 800;
}

.brand-text-link:hover {
    color: #8dd0ff;
}

.brand-find__visual {
    position: relative;
    min-height: 250px;
    display: grid;
    place-items: center;
}

.brand-sticker {
    width: min(360px, 100%);
    padding: 22px;
    border-radius: 12px;
    color: #171717;
    background: #dfe5e9;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .34);
    transform: rotate(-2.2deg);
}

.brand-sticker__row {
    font: 800 .74rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .08em;
}

.brand-sticker__muted {
    margin-top: 18px;
    color: #6b7280;
    font: 600 .62rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .06em;
}

.brand-sticker__security {
    margin-top: 16px;
    padding: 14px 16px;
    border: 2px solid #168ef7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-sticker__security span {
    font: 800 .7rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.brand-sticker__security strong {
    font: 900 2rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .08em;
}

.brand-sticker__barcode {
    height: 26px;
    margin-top: 18px;
    background: repeating-linear-gradient(90deg, #171717 0 2px, transparent 2px 5px, #171717 5px 6px, transparent 6px 9px);
    opacity: .7;
}

.brand-find__pointer {
    position: absolute;
    right: 12%;
    bottom: 12%;
    color: #3bafff;
    font-size: 2.6rem;
    transform: rotate(10deg);
}

.brand-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 30px;
}

.brand-info-card {
    position: relative;
    min-height: 255px;
    padding: 30px;
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    background: var(--brand-panel);
    overflow: hidden;
}

.brand-info-card--muted {
    border-color: rgba(130, 159, 187, .2);
    background: rgba(6, 16, 28, .72);
}

.brand-info-card__number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(74, 178, 255, .16);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
}

.brand-info-card h2 {
    position: relative;
    z-index: 1;
    max-width: 480px;
    padding-right: 54px;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.12;
}

.brand-info-card p {
    position: relative;
    z-index: 1;
    margin: 24px 0 0;
    line-height: 1.72;
}

.brand-final-cta {
    margin-top: 30px;
    margin-bottom: 38px;
    padding: 28px 30px;
    border: 1px solid rgba(45, 156, 246, .34);
    border-radius: 16px;
    background: rgba(9, 25, 42, .84);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.brand-final-cta > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
}

.brand-final-cta__mark {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(58, 173, 255, .35);
    border-radius: 50%;
    color: #49b0ff;
    background: rgba(20, 107, 183, .12);
    display: grid;
    place-items: center;
    font-weight: 900;
}

.brand-final-cta strong {
    font-size: 1.05rem;
}

.brand-final-cta p {
    margin: 2px 0 0;
    font-size: .8rem;
    line-height: 1.45;
}

.brand-final-cta .brand-cta {
    margin-top: 0;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .brand-hero__grid,
    .brand-find {
        grid-template-columns: 1fr;
    }

    .brand-label-demo {
        min-height: 300px;
    }

    .brand-find__visual {
        min-height: 220px;
    }
}

@media (max-width: 720px) {
    .brand-hub-page .site-shell {
        width: min(100% - 28px, 600px);
    }

    .brand-hero {
        padding-top: 20px;
    }

    .brand-hero__grid {
        gap: 20px;
        min-height: 0;
    }

    .brand-hub-page .brand-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.2rem);
    }

    .brand-hub-page .brand-hero .hero-copy {
        font-size: .95rem;
        line-height: 1.62;
    }

    .brand-cta {
        width: 100%;
    }

    .brand-label-demo {
        min-height: 260px;
    }

    .brand-label-demo__radio {
        width: min(340px, 94%);
        padding: 18px;
    }

    .brand-label-demo__plate {
        padding: 22px 18px;
    }

    .brand-feature-grid,
    .brand-info-grid,
    .brand-final-cta {
        grid-template-columns: 1fr;
    }

    .brand-section {
        padding-top: 36px;
    }

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

    .brand-find {
        margin-top: 34px;
        padding: 26px 20px;
    }

    .brand-info-grid {
        padding-top: 18px;
    }

    .brand-info-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .brand-info-card h2 {
        padding-right: 44px;
    }

    .brand-final-cta {
        margin-top: 18px;
        padding: 22px 20px;
    }

    .brand-final-cta .brand-cta {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .brand-label-demo__code {
        font-size: 2.75rem;
    }

    .brand-sticker__security strong {
        font-size: 1.7rem;
    }

    .brand-info-card__number {
        font-size: 3.9rem;
    }
}
