/*
 * Hi Car Match v153 — generated mascot experience and richer page surfaces.
 * Loaded after the premium imagery layer.
 */

:root {
    --hicm-character-red: #d8342c;
    --hicm-character-red-dark: #b5251f;
    --hicm-character-ink: #17191d;
    --hicm-character-muted: #667085;
    --hicm-character-line: #dfe4ea;
    --hicm-character-cream: #fff7ed;
    --hicm-character-blue: #eef5fb;
}

.hicm-generated-mascot {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    background: transparent !important;
}

/* Closed mobile drawer children previously overflowed past the translated
   panel, leaving the final language pill visible at the page edge. */
.gab-drawer:not(.is-open) {
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

.gab-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
    overflow: hidden;
}

.gab-drawer-lang {
    flex-wrap: wrap;
    overflow: hidden;
}

.gab-drawer-lang-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
}

/* --------------------------------------------------------------------------
   Home: character-led utility icons without turning the marketplace childish
   -------------------------------------------------------------------------- */
@media (min-width: 1440px) {
    .gab-page-home .gab-aw-stats-mascot {
        display: block !important;
        left: max(8px, calc((100vw - 1420px) / 2));
        bottom: -2px;
        width: 168px;
        height: auto;
        opacity: .96;
        filter: drop-shadow(0 14px 16px rgba(23, 25, 29, .14));
        animation: hicmCharacterFloat 4.8s ease-in-out infinite;
        transform: none;
    }
}

.gab-page-home .gab-broker-quick-inner {
    min-height: 132px;
    padding: 20px 22px 20px 26px;
    border-color: #e0e5eb;
    border-radius: 22px;
    background:
        radial-gradient(circle at 2% 10%, rgba(216, 52, 44, .08), transparent 28%),
        linear-gradient(130deg, #fbfcfd, #fff8f5 58%, #f4f7fa);
    box-shadow: 0 16px 40px rgba(23, 32, 51, .08);
}

.gab-page-home .gab-broker-quick-copy {
    gap: 17px;
    min-width: 320px;
}

.gab-page-home .gab-broker-quick-copy > img {
    width: 88px;
    height: 76px;
    margin-top: -8px;
    object-fit: contain;
    filter: drop-shadow(0 8px 9px rgba(23, 25, 29, .12));
}

.gab-page-home .gab-broker-quick-copy b {
    font-size: clamp(17px, 1.25vw, 20px);
}

.gab-page-home .gab-broker-quick-links {
    flex: 1;
    grid-template-columns: repeat(4, minmax(104px, 1fr));
    gap: 10px;
}

.gab-page-home .gab-broker-quick-links a {
    min-height: 92px;
    padding: 9px 10px 10px;
    flex-direction: column;
    gap: 2px;
    border-radius: 15px;
    box-shadow: 0 5px 16px rgba(23, 32, 51, .045);
}

.hicm-action-avatar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 62px;
    height: 52px;
    margin-top: -4px;
    overflow: hidden;
}

.hicm-action-avatar img {
    width: 61px;
    height: 55px;
    object-fit: contain;
    object-position: center bottom;
    transition: transform .24s ease;
}

.gab-broker-quick-links a:hover .hicm-action-avatar img {
    transform: translateY(-2px) scale(1.04);
}

.gab-page-home .gab-proof-icon.gab-proof-character {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
    padding: 3px;
    overflow: hidden;
    border: 1px solid rgba(216, 52, 44, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff8f4, #eef3f7);
    box-shadow: 0 8px 22px rgba(23, 25, 29, .08);
}

.gab-page-home .gab-proof-character img {
    width: 64px;
    height: 64px;
    max-width: none;
    object-fit: contain;
}

.gab-page-home .gab-proof-body {
    gap: 16px;
}

.gab-page-home .gab-cta-mascot {
    width: 184px;
    max-height: 145px;
    margin: -18px auto 8px;
    object-fit: contain;
    filter: drop-shadow(0 13px 15px rgba(23, 25, 29, .16));
    animation: hicmCharacterFloat 4.6s ease-in-out infinite;
}

@keyframes hicmCharacterFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* --------------------------------------------------------------------------
   Shared story panel: photo sections stay premium, mascots explain functions
   -------------------------------------------------------------------------- */
.hicm-character-panel {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(30px, 5vw, 72px);
    min-height: 380px;
    margin: 0 0 clamp(54px, 7vw, 86px);
    padding: clamp(28px, 4.5vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 0%, rgba(216, 52, 44, .11), transparent 33%),
        linear-gradient(135deg, #fffaf6 0%, #fff 58%, #f2f6f9 100%);
    box-shadow: 0 24px 65px rgba(15, 23, 42, .09);
}

.hicm-character-panel::before,
.hicm-character-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.hicm-character-panel::before {
    inset-inline-start: -90px;
    bottom: -145px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(216, 52, 44, .12);
}

.hicm-character-panel::after {
    top: -110px;
    inset-inline-end: -90px;
    width: 280px;
    height: 280px;
    background: rgba(225, 232, 239, .35);
}

.hicm-character-panel--support {
    background:
        radial-gradient(circle at 10% 14%, rgba(55, 90, 120, .10), transparent 32%),
        linear-gradient(135deg, #f4f8fb, #fff 58%, #fff7f2);
}

.hicm-character-panel--guide {
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
}

.hicm-character-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.hicm-character-art::before {
    content: "";
    position: absolute;
    width: min(90%, 320px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .74);
    box-shadow: inset 0 0 0 1px rgba(216, 52, 44, .08), 0 18px 40px rgba(23, 25, 29, .06);
}

.hicm-character-art img {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    max-height: 310px;
    object-fit: contain;
    filter: drop-shadow(0 17px 18px rgba(23, 25, 29, .16));
}

.hicm-character-panel--guide .hicm-character-art img {
    width: min(100%, 440px);
}

.hicm-character-copy {
    position: relative;
    z-index: 2;
}

.hicm-character-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    color: var(--hicm-character-red-dark);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .09em;
}

.hicm-character-copy h2 {
    margin: 0 0 16px;
    color: var(--hicm-character-ink);
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.hicm-character-copy p {
    max-width: 620px;
    margin: 0;
    color: #5c6879;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.75;
}

.hicm-character-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.hicm-character-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333b48;
    font-size: 14px;
    font-weight: 750;
}

.hicm-character-points i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--hicm-character-red);
}

.hicm-character-tags,
.hicm-form-companion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.hicm-character-tags span,
.hicm-form-companion-tags em {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(216, 52, 44, .15);
    border-radius: 999px;
    color: #a52b25;
    background: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

/* Compact character guidance used on FAQ and careers. */
.hicm-character-strip {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 24px;
    margin: 0 0 42px;
    padding: 18px 24px 18px 16px;
    overflow: hidden;
    border: 1px solid #e1e6eb;
    border-radius: 23px;
    background: linear-gradient(120deg, #fff7f3, #fff 62%, #f0f5f8);
    box-shadow: 0 15px 36px rgba(15, 23, 42, .07);
}

.hicm-character-strip > img {
    width: 148px;
    max-height: 112px;
    margin-bottom: -18px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 9px 10px rgba(23, 25, 29, .14));
}

.hicm-character-strip > div {
    display: grid;
    gap: 4px;
}

.hicm-character-strip span {
    color: var(--hicm-character-red-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
}

.hicm-character-strip strong {
    color: #1b2028;
    font-size: clamp(17px, 1.7vw, 23px);
    line-height: 1.35;
    letter-spacing: -.025em;
}

.hicm-character-strip p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.65;
}

.hicm-character-strip > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--hicm-character-red);
    box-shadow: 0 9px 20px rgba(216, 52, 44, .2);
}

.hicm-character-strip--careers {
    grid-template-columns: 178px minmax(0, 1fr);
}

.hicm-character-strip--careers > img {
    width: 178px;
}

/* Form companion used before purchase inquiry forms. */
.hicm-form-companion {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: clamp(22px, 4vw, 42px);
    margin: 0 auto 34px;
    padding: 20px 26px 20px 18px;
    overflow: hidden;
    border: 1px solid #e0e5eb;
    border-radius: 23px;
    background:
        radial-gradient(circle at 4% 12%, rgba(216, 52, 44, .10), transparent 34%),
        linear-gradient(130deg, #fff9f5, #fff 60%, #f1f6f9);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.hicm-form-companion > img {
    width: 190px;
    max-height: 150px;
    margin-bottom: -20px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 10px 12px rgba(23, 25, 29, .14));
}

.hicm-form-companion > div {
    min-width: 0;
}

.hicm-form-companion > div > span {
    display: block;
    margin-bottom: 6px;
    color: var(--hicm-character-red-dark);
    font-size: 12px;
    font-weight: 850;
}

.hicm-form-companion strong {
    display: block;
    color: #1d232c;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.42;
    letter-spacing: -.035em;
}

.gab-content-narrow .hicm-form-companion {
    grid-template-columns: 150px minmax(0, 1fr);
    padding-inline: 14px 22px;
}

.gab-content-narrow .hicm-form-companion > img {
    width: 150px;
}

/* --------------------------------------------------------------------------
   Richer static-page surfaces
   -------------------------------------------------------------------------- */
.gab-page-hero--visual + .gab-content:not(.gab-content-narrow) {
    max-width: 1180px;
}

.gab-page-hero--visual + .gab-content .gab-content-block h2 {
    color: #17191d;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.3;
    letter-spacing: -.045em;
}

.gab-page-hero--visual + .gab-content .gab-content-block p {
    color: #5e6a7b;
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.85;
}

.gab-page-hero--visual + .gab-content .gab-section-header {
    margin-bottom: 28px;
}

.gab-page-hero--visual + .gab-content .gab-section-title-wrap h2 {
    color: #17191d;
    font-size: clamp(24px, 2.6vw, 34px);
    letter-spacing: -.04em;
}

.gab-page-hero--visual + .gab-content .gab-section-title-wrap p {
    margin-top: 8px;
    color: #6a7483;
    line-height: 1.7;
}

.gab-page-hero--visual + .gab-content .gab-dash-stats {
    gap: 14px;
}

.gab-page-hero--visual + .gab-content .gab-stat {
    border: 1px solid #e0e5ea;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f8fafb);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

.gab-page-hero--visual + .gab-content .gab-values {
    gap: 18px;
}

.gab-page-hero--visual + .gab-content .gab-feat {
    position: relative;
    min-height: 230px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #e0e5ea;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #fafbfc);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .055);
}

.gab-page-hero--visual + .gab-content .gab-feat::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--hicm-character-red), rgba(216, 52, 44, .08));
}

.gab-page-hero--visual + .gab-content .gab-feat:hover {
    border-color: rgba(216, 52, 44, .24);
    box-shadow: 0 20px 45px rgba(15, 23, 42, .1);
}

.gab-page-hero--visual + .gab-content .gab-feat__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: var(--hicm-character-red);
    background: #fff1ef;
}

.gab-page-hero--visual + .gab-content .gab-feat__num {
    color: #e8ebef;
    font-size: 46px;
}

.gab-page-hero--visual + .gab-content .gab-feat__title {
    margin-top: 20px;
    color: #1c2129;
    font-size: 20px;
    letter-spacing: -.025em;
}

.gab-page-hero--visual + .gab-content .gab-feat__desc {
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.gab-page-hero--visual + .gab-content .gab-careers-grid {
    gap: 18px;
}

.gab-page-hero--visual + .gab-content .gab-career-card {
    min-height: 214px;
    padding: 27px;
    border: 1px solid #e1e5ea;
    border-radius: 22px;
    background: linear-gradient(150deg, #fff, #f9fafb);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.gab-page-hero--visual + .gab-content .gab-career-card:hover {
    border-color: rgba(216, 52, 44, .22);
    box-shadow: 0 20px 45px rgba(15, 23, 42, .09);
}

.gab-page-hero--visual + .gab-content .gab-career-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    color: var(--hicm-character-red);
    background: linear-gradient(145deg, #fff0ed, #f4f7f9);
}

.gab-page-hero--visual + .gab-content .gab-career-title {
    color: #1a1f27;
    font-size: 19px;
    letter-spacing: -.025em;
}

.gab-page-hero--visual + .gab-content .gab-career-tag {
    color: #586273;
    background: #f0f3f6;
}

.gab-page-hero--visual + .gab-content .gab-contact-grid {
    gap: 16px;
}

.gab-page-hero--visual + .gab-content .gab-contact-card {
    min-height: 228px;
    padding: 28px 22px;
    border: 1px solid #e0e5ea;
    border-radius: 22px;
    background: linear-gradient(150deg, #fff, #fafbfc);
    box-shadow: 0 11px 28px rgba(15, 23, 42, .05);
}

.gab-page-hero--visual + .gab-content .gab-contact-icon {
    width: 62px;
    height: 62px;
    border-radius: 19px;
    color: var(--hicm-character-red);
    background: #fff1ef;
}

.gab-page-hero--visual + .gab-content .gab-contact-card:nth-child(2) .gab-contact-icon {
    color: #35475c;
    background: #edf3f7;
}

.gab-page-hero--visual + .gab-content .gab-contact-card:nth-child(3) .gab-contact-icon {
    color: #8e5b24;
    background: #fff6e8;
}

.gab-page-hero--visual + .gab-content .gab-contact-value {
    color: #1a1f27;
    font-size: 20px;
}

.gab-page-hero--visual + .gab-content .gab-how-steps {
    gap: 14px;
}

.gab-page-hero--visual + .gab-content .gab-how-step {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 22px;
    padding: 24px 26px;
    border: 1px solid #e0e5ea;
    border-radius: 20px;
    background: linear-gradient(105deg, #fff, #fafbfc);
    box-shadow: 0 8px 25px rgba(15, 23, 42, .04);
}

.gab-page-hero--visual + .gab-content .gab-how-step:hover {
    border-color: rgba(216, 52, 44, .22);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.gab-page-hero--visual + .gab-content .gab-how-step-num {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(145deg, #dc4037, #b9251f);
    box-shadow: 0 10px 22px rgba(216, 52, 44, .2);
}

.gab-page-hero--visual + .gab-content .gab-how-step-title {
    color: #1a1f27;
    font-size: 20px;
}

.gab-page-hero--visual + .gab-content .gab-how-step-desc {
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.gab-page-hero--visual + .gab-content .gab-faq {
    gap: 10px;
}

.gab-page-hero--visual + .gab-content .gab-faq-item {
    border: 1px solid #e0e5ea;
    border-radius: 17px;
    box-shadow: 0 7px 22px rgba(15, 23, 42, .035);
}

.gab-page-hero--visual + .gab-content .gab-faq-item.is-open {
    border-color: rgba(216, 52, 44, .3);
    box-shadow: 0 13px 30px rgba(15, 23, 42, .07);
}

.gab-page-hero--visual + .gab-content .gab-faq-q {
    min-height: 68px;
    padding: 18px 21px;
}

.gab-page-hero--visual + .gab-content .gab-faq-q-icon {
    color: var(--hicm-character-red);
    background: #fff0ee;
}

.gab-page-hero--visual + .gab-content .gab-cta-box {
    position: relative;
    overflow: hidden;
    padding: clamp(38px, 5vw, 60px) 24px;
    border: 1px solid #dfe4e9;
    border-radius: 28px;
    color: #17191d;
    background:
        radial-gradient(circle at 0 0, rgba(216, 52, 44, .10), transparent 32%),
        linear-gradient(135deg, #fff8f4, #fff 58%, #edf4f8);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .08);
}

.gab-page-hero--visual + .gab-content .gab-cta-box-title {
    color: #17191d;
    font-size: clamp(24px, 2.6vw, 34px);
    letter-spacing: -.04em;
}

.gab-page-hero--visual + .gab-content .gab-cta-box-desc {
    color: #677282;
    opacity: 1;
}

.gab-page-hero--visual + .gab-content .gab-contact-form {
    border: 1px solid #dfe4e9;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

/* --------------------------------------------------------------------------
   Helpful character empty states and detail trust marker
   -------------------------------------------------------------------------- */
.gab-empty .hicm-empty-mascot {
    width: min(100%, 250px);
    max-width: 250px;
    height: 190px;
    margin: -18px auto 12px;
}

.gab-empty .hicm-empty-mascot::after {
    display: none;
}

.gab-empty .hicm-empty-mascot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 14px rgba(23, 25, 29, .13));
}

.gab-empty-icon.hicm-empty-icon,
.gab-fav-empty-ic.hicm-empty-icon,
.gab-my-empty-ic.hicm-empty-icon {
    width: 190px;
    height: 150px;
    margin: -10px auto 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.hicm-empty-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 11px 13px rgba(23, 25, 29, .13));
}

.gab-empty-icon.hicm-empty-icon--404 {
    width: 210px;
    height: 160px;
}

.gab-safety-notice .gab-safety-mascot.hicm-generated-mascot {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    margin-top: -8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    filter: drop-shadow(0 8px 9px rgba(23, 25, 29, .14));
}

/* --------------------------------------------------------------------------
   Responsive behavior
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .gab-page-home .gab-broker-quick-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .gab-page-home .gab-broker-quick-copy {
        min-width: 0;
    }

    .hicm-character-panel {
        grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
        gap: 30px;
        min-height: 340px;
        padding: 30px;
    }

    .hicm-character-panel--guide {
        grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
    }

    .gab-page-hero--visual + .gab-content .gab-careers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gab-page-home .gab-broker-quick {
        padding-top: 16px;
    }

    .gab-page-home .gab-broker-quick-inner {
        min-height: 0;
        padding: 18px 14px;
        border-radius: 18px;
    }

    .gab-page-home .gab-broker-quick-copy > img {
        width: 74px;
        height: 64px;
    }

    .gab-page-home .gab-broker-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gab-page-home .gab-broker-quick-links a {
        min-height: 82px;
        font-size: 13px;
    }

    .hicm-action-avatar {
        width: 54px;
        height: 46px;
    }

    .hicm-action-avatar img {
        width: 54px;
        height: 49px;
    }

    .gab-page-home .gab-proof-icon.gab-proof-character {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .gab-page-home .gab-proof-character img {
        width: 58px;
        height: 58px;
    }

    .gab-page-home .gab-cta-mascot {
        width: 150px;
        max-height: 118px;
    }

    .hicm-character-panel,
    .hicm-character-panel--guide {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        min-height: 0;
        margin-bottom: 48px;
        padding: 24px 20px 27px;
        border-radius: 23px;
    }

    .hicm-character-art {
        min-height: 210px;
    }

    .hicm-character-art::before {
        width: 240px;
    }

    .hicm-character-art img,
    .hicm-character-panel--guide .hicm-character-art img {
        width: min(100%, 300px);
        max-height: 235px;
    }

    .hicm-character-copy {
        text-align: center;
    }

    .hicm-character-copy h2 {
        font-size: clamp(26px, 7vw, 34px);
    }

    .hicm-character-copy p {
        margin-inline: auto;
        font-size: 15px;
    }

    .hicm-character-points {
        grid-template-columns: minmax(0, 1fr);
        width: fit-content;
        margin-inline: auto;
        text-align: start;
    }

    .hicm-character-tags,
    .hicm-form-companion-tags {
        justify-content: center;
    }

    .hicm-character-strip,
    .hicm-character-strip--careers {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 17px 16px 8px;
        border-radius: 19px;
    }

    .hicm-character-strip > img,
    .hicm-character-strip--careers > img {
        width: 108px;
        max-height: 96px;
        margin-bottom: -16px;
    }

    .hicm-character-strip > a {
        display: none;
    }

    .hicm-character-strip strong {
        font-size: 17px;
    }

    .hicm-character-strip p {
        display: none;
    }

    .hicm-form-companion,
    .gab-content-narrow .hicm-form-companion {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 15px 16px 7px;
        border-radius: 19px;
    }

    .hicm-form-companion > img,
    .gab-content-narrow .hicm-form-companion > img {
        width: 118px;
        max-height: 112px;
        margin-bottom: -16px;
    }

    .hicm-form-companion strong {
        font-size: 17px;
    }

    .hicm-form-companion-tags {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .hicm-form-companion-tags em {
        min-height: 28px;
        padding-inline: 10px;
        font-size: 10px;
    }

    .gab-page-hero--visual + .gab-content .gab-feat,
    .gab-page-hero--visual + .gab-content .gab-career-card,
    .gab-page-hero--visual + .gab-content .gab-contact-card {
        min-height: 0;
        border-radius: 18px;
    }

    .gab-page-hero--visual + .gab-content .gab-careers-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .gab-page-hero--visual + .gab-content .gab-how-step {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
        border-radius: 17px;
    }

    .gab-page-hero--visual + .gab-content .gab-how-step-num {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .gab-page-hero--visual + .gab-content .gab-cta-box {
        border-radius: 22px;
    }

    .gab-empty-icon.hicm-empty-icon,
    .gab-fav-empty-ic.hicm-empty-icon,
    .gab-my-empty-ic.hicm-empty-icon {
        width: 160px;
        height: 128px;
    }
}

@media (max-width: 430px) {
    .gab-page-home .gab-broker-quick-copy {
        align-items: flex-start;
    }

    .gab-page-home .gab-broker-quick-copy > img {
        width: 62px;
        height: 58px;
    }

    .gab-page-home .gab-broker-quick-copy b {
        font-size: 16px;
    }

    .gab-page-home .gab-broker-quick-copy span {
        font-size: 12px;
    }

    .hicm-character-panel {
        padding-inline: 16px;
    }

    .hicm-character-art {
        min-height: 185px;
    }

    .hicm-character-art img,
    .hicm-character-panel--guide .hicm-character-art img {
        max-height: 205px;
    }

    .hicm-character-copy br {
        display: none;
    }

    .hicm-character-strip,
    .hicm-character-strip--careers,
    .hicm-form-companion,
    .gab-content-narrow .hicm-form-companion {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .hicm-character-strip > img,
    .hicm-character-strip--careers > img,
    .hicm-form-companion > img,
    .gab-content-narrow .hicm-form-companion > img {
        width: 92px;
    }

    .hicm-form-companion > div > span {
        font-size: 11px;
    }

    .hicm-form-companion strong {
        font-size: 15px;
    }

    .hicm-form-companion-tags {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gab-page-home .gab-aw-stats-mascot,
    .gab-page-home .gab-cta-mascot,
    .hicm-action-avatar img {
        animation: none !important;
        transition: none !important;
    }
}
