:root {
    --hx-paper: #f7f5f0;
    --hx-surface: #fffdfa;
    --hx-forest: #332f29;
    --hx-quiet: #716a60;
    --hx-sage: #5d7466;
    --hx-terra: #a95040;
    --hx-terra-dark: #853d32;
    --hx-clay: #ded6ca;
    --hx-stone: #e5dfd6;
    --hx-soft: #f1ede7;
    --hx-white: #fff;
    --hx-shadow-sm: 0 5px 18px rgba(72, 55, 42, .06);
    --hx-shadow-md: 0 12px 30px rgba(72, 55, 42, .09);
    --hx-shadow-lg: 0 22px 48px rgba(72, 55, 42, .12);
}

html { overflow-x: clip; }

.hx-home-body {
    background:
        linear-gradient(rgba(169, 80, 64, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(63, 102, 84, .025) 1px, transparent 1px),
        var(--hx-paper);
    background-size: 44px 44px;
    color: var(--hx-forest);
    font-family: "MiSans", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

.hx-home-body :where(button, input, select, textarea) {
    font-family: inherit;
    letter-spacing: 0;
}

.hx-home-grain { opacity: .008; }

.hx-home-header {
    min-height: 72px;
    border-color: rgba(196, 185, 172, .72);
    background: rgba(247, 245, 240, .92);
}

.hx-home-brand img,
.hx-home-mark {
    border-radius: 8px;
    border-color: #d9d0c4;
    background: var(--hx-surface);
}

.hx-home-brand strong,
.hx-home-brand small,
.hx-home-nav,
.hx-home-kicker,
.hx-home-label,
.hx-home-live,
.hx-home-button,
.hx-home-submit,
.hx-home-product-kicker,
.hx-home-product-index,
.hx-home-product-status,
.hx-home-heading-note,
.hx-home-product-foot,
.hx-home-footer,
.home-popup {
    font-family: inherit;
    letter-spacing: 0;
}

.hx-home-nav a { color: #665f56; }
.hx-home-nav a:hover,
.hx-home-nav a.is-active { color: var(--hx-terra-dark); }
.hx-home-nav-primary {
    border-color: var(--hx-terra) !important;
    border-radius: 8px !important;
    background: var(--hx-terra) !important;
}

.hx-home-hero {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 82px;
}

.hx-home-hero::before {
    border-color: rgba(169, 80, 64, .18);
    border-radius: 12px;
    transform: rotate(8deg);
}

.hx-home-hero::after { color: rgba(63, 102, 84, .18); }
.hx-home-kicker,
.hx-home-label { color: var(--hx-terra-dark); font-weight: 700; }
.hx-home-kicker span { background: var(--hx-terra); }

.hx-home-hero h1,
.hx-home-section-heading h2,
.hx-home-process h2,
.hx-home-cta h2,
.public-friends-head h2 {
    color: var(--hx-forest);
    font-family: "STSong", "Songti SC", "Noto Serif SC", serif;
    font-weight: 700;
    letter-spacing: 0;
}

.hx-home-hero h1 { max-width: 680px; font-size: 56px; line-height: 1.16; }
.hx-home-lead,
.hx-home-section-heading > p,
.hx-home-process-copy > p:not(.hx-home-label) { color: var(--hx-quiet); }

.hx-home-button,
.hx-home-submit,
.hx-home-cta-link {
    border-radius: 8px;
    letter-spacing: 0;
}

.hx-home-button-primary,
.hx-home-submit {
    background: var(--hx-terra);
    box-shadow: 0 10px 22px rgba(169, 80, 64, .18);
}

.hx-home-button-primary:hover,
.hx-home-submit:hover { background: var(--hx-terra-dark); }
.hx-home-button-secondary { border-color: #cec4b8; background: rgba(255, 253, 250, .72); color: #514a42; }
.hx-home-trust svg { color: var(--hx-sage); }

.hx-home-hero-panel {
    border: 1px solid #d9d0c4;
    border-radius: 12px;
    background: rgba(255, 253, 250, .94);
    box-shadow: var(--hx-shadow-lg);
}

.hx-home-hero-panel::before { background: var(--hx-terra); }
.hx-home-panel-heading h2 { font-family: inherit; color: var(--hx-forest); }
.hx-home-live { color: #426451; }
.hx-home-live b,
.hx-home-product-status b { background: #4f7a60; }
.hx-home-form label { color: #514a42; }
.hx-home-form input,
.hx-home-form select {
    border-color: #d8d0c5;
    border-radius: 8px;
    background: #fff;
    color: var(--hx-forest);
}
.hx-home-form input:focus,
.hx-home-form select:focus {
    border-color: var(--hx-terra);
    box-shadow: 0 0 0 3px rgba(169, 80, 64, .1);
}
.hx-home-result { border-radius: 8px; }

.hx-home-proofbar {
    border-color: #d8d0c5;
    background: rgba(255, 253, 250, .54);
}
.hx-home-proof-icon,
.hx-home-feature-icon {
    border-radius: 8px;
    background: #edf1ec;
    color: var(--hx-sage);
}

.hx-home-section { scroll-margin-top: 80px; }
.hx-home-feature-grid article,
.hx-home-product,
.hx-home-empty,
.public-friend-card {
    border-color: #ddd5ca !important;
    border-radius: 8px !important;
    background: rgba(255, 253, 250, .86) !important;
    box-shadow: var(--hx-shadow-sm);
}

.hx-home-feature-grid article:hover,
.hx-home-product:hover,
.public-friend-card:hover {
    border-color: rgba(169, 80, 64, .38) !important;
    box-shadow: var(--hx-shadow-md);
    transform: translateY(-4px);
}

.hx-home-feature-grid h3,
.hx-home-product h3,
.hx-home-notice-trigger strong { color: var(--hx-forest); font-family: inherit; letter-spacing: 0; }
.hx-home-feature-grid article > p,
.hx-home-product-kicker,
.hx-home-product-index { color: var(--hx-terra-dark); }
.hx-home-product-status { color: #426451; }
.hx-home-search { border-color: #d8d0c5; border-radius: 8px; background: #fff; }
.hx-home-search:focus-within { border-color: var(--hx-terra); box-shadow: 0 0 0 3px rgba(169, 80, 64, .1); }
.hx-home-plan-list span { border-radius: 8px; border-color: #e0d8ce; background: #f5f1eb; }
.hx-home-plan-list span > b { color: var(--hx-terra-dark); }
.hx-home-plan-list span > small,
.hx-home-plan-list > em { color: var(--hx-quiet); }
.hx-home-product-foot a,
.hx-home-text-link { color: var(--hx-terra-dark); }

.public-friends-head .eyebrow { color: var(--hx-terra-dark); font-family: inherit; letter-spacing: 0; }
.public-friends-head h2,
.public-friend-copy strong { color: var(--hx-forest); }
.public-friends-head > p,
.public-friend-copy small { color: var(--hx-quiet); }
.public-friend-logo { border-color: #ddd5ca; border-radius: 8px !important; }
.public-friend-logo-fallback { background: #edf1ec; color: var(--hx-sage); }
.public-friend-arrow { color: var(--hx-terra-dark); }

.hx-home-process {
    border-color: #d8d0c5;
    background: rgba(255, 253, 250, .42);
}
.hx-home-process-list article > span { color: var(--hx-terra); }
.hx-home-process-list article > div > svg { color: var(--hx-sage); }

.hx-home-notice-trigger { border-radius: 8px; }
.hx-home-notice-trigger:hover { background: rgba(169, 80, 64, .055); }
.hx-home-notice-trigger time,
.hx-home-notice-dialog-date { color: var(--hx-terra-dark); font-family: inherit; }

.hx-home-cta {
    border-radius: 0;
    background: #3f5f50;
    color: #fffaf4;
}
.hx-home-cta::before { border-radius: 8px; border-color: rgba(255, 250, 244, .16); }
.hx-home-cta h2,
.hx-home-cta .hx-home-label { color: #fffaf4; }
.hx-home-button-light { border-radius: 8px; color: #704137; }
.hx-home-cta-mark { border-radius: 8px; }

.hx-home-footer { color: #6e675e; }
.hx-home-footer-column strong { color: var(--hx-forest); }
.hx-home-mobile-nav { display: none; }

.home-popup-backdrop {
    padding: 24px;
    background: rgba(47, 40, 34, .48);
    backdrop-filter: blur(5px);
}
.home-popup {
    width: min(660px, 100%);
    max-height: min(72dvh, 620px);
    border: 1px solid #d8d0c5;
    border-radius: 12px;
    background: #fffdfa;
    box-shadow: 0 24px 60px rgba(46, 36, 29, .22);
}
.home-popup-head { padding: 22px 24px 16px; border-color: #e5ded4; }
.home-popup-head .eyebrow { color: var(--hx-terra-dark); font-family: inherit; letter-spacing: 0; }
.home-popup-head h2 { color: var(--hx-forest); font-family: inherit; letter-spacing: 0; }
.home-popup-close { border-radius: 8px; color: #655e55; background: #f3eee8; }
.home-popup-body { padding: 18px 24px; color: #5f584f; }
.home-popup-body.notice-richtext { max-height: min(42dvh, 380px); overflow: auto; }
.home-popup-foot { padding: 14px 24px; border-color: #e5ded4; background: #faf6f1; }
.home-popup-foot .portal-button { border-radius: 8px; background: var(--hx-terra); }

@media (max-width: 760px) {
    html { scroll-padding-bottom: 84px; }
    .hx-home-body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); background-size: 36px 36px; }
    .hx-home-header { min-height: 62px; padding: 0 16px; }
    .hx-home-menu,
    .hx-home-nav { display: none !important; }
    .hx-home-brand img,
    .hx-home-mark { width: 38px; height: 38px; }
    .hx-home-brand small { display: block; }

    .hx-home-hero,
    .hx-home-section-width,
    .hx-home-proofbar,
    .hx-home-process,
    .hx-home-footer { width: calc(100% - 32px); }
    .hx-home-hero { grid-template-columns: 1fr; gap: 28px; padding: 44px 0 58px; }
    .hx-home-hero::before,
    .hx-home-hero::after { display: none; }
    .hx-home-hero h1 { margin: 16px 0; font-size: 38px; line-height: 1.16; }
    .hx-home-actions { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
    .hx-home-actions .hx-home-button { width: auto !important; height: 48px; min-height: 48px; flex: 0 1 auto; }
    .hx-home-trust { margin-top: 18px; }
    .hx-home-hero-panel { padding: 22px 18px; border-radius: 12px; }
    .hx-home-panel-heading { flex-direction: row; align-items: flex-start; }
    .hx-home-form { gap: 13px; }

    .hx-home-proofbar { grid-template-columns: 1fr; gap: 0; }
    .hx-home-proofbar > div { border-right: 0; border-bottom: 1px solid #e2dbd1; }
    .hx-home-proofbar > div:last-child { border-bottom: 0; }
    .hx-home-section,
    .hx-home-process,
    .public-friends-section { padding-top: 66px; }
    .hx-home-section-heading h2,
    .hx-home-process h2,
    .hx-home-cta h2,
    .public-friends-head h2 { font-size: 30px; line-height: 1.22; }
    .hx-home-section-heading { align-items: flex-start; flex-direction: column; }
    .hx-home-feature-grid,
    .hx-home-product-grid { grid-template-columns: 1fr; }
    .hx-home-feature-grid article,
    .hx-home-product { padding: 20px; }
    .hx-home-products-heading .hx-home-product-tools { width: 100%; }
    .hx-home-search { flex: 1; min-width: 0; }
    .hx-home-process { grid-template-columns: 1fr; padding-bottom: 16px; }
    .hx-home-process-list article { grid-template-columns: 38px minmax(0, 1fr); }
    .hx-home-process-list article > div { padding-left: 22px; }
    .hx-home-cta { margin-top: 66px; padding: 42px 16px; }
    .hx-home-footer { padding-bottom: 28px; }

    .hx-home-mobile-nav {
        position: fixed;
        right: 10px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        left: 10px;
        z-index: 45;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        min-height: 60px;
        padding: 5px;
        border: 1px solid rgba(201, 190, 176, .92);
        border-radius: 12px;
        background: rgba(255, 253, 250, .96);
        box-shadow: 0 12px 32px rgba(58, 45, 35, .16);
        backdrop-filter: blur(14px);
    }
    .hx-home-mobile-nav a {
        display: flex;
        min-width: 0;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        border-radius: 8px;
        color: #777066;
        font-size: 10px;
        font-weight: 600;
    }
    .hx-home-mobile-nav a svg { width: 18px; height: 18px; }
    .hx-home-mobile-nav a.is-active { background: #f2e8e2; color: var(--hx-terra-dark); }

    .home-popup-backdrop { align-items: center; padding: 12px; }
    .home-popup,
    .hx-home-notice-dialog .home-popup { max-height: min(76dvh, 560px); border-radius: 12px; }
    .home-popup-head { padding: 18px 18px 13px; }
    .home-popup-body { padding: 15px 18px; }
    .home-popup-body.notice-richtext { max-height: 44dvh; }
    .home-popup-foot { padding: 12px 18px; }
    .home-popup-foot > span { max-width: 68%; }
}

@media (max-width: 380px) {
    .hx-home-brand strong { max-width: 126px; }
    .hx-home-hero h1 { font-size: 34px; }
    .hx-home-panel-heading { flex-direction: column; gap: 8px; }
    .hx-home-actions { flex-direction: column; align-items: stretch; }
    .hx-home-actions .hx-home-button { width: 100% !important; height: 48px; min-height: 48px; flex: 0 0 48px; }
    .hx-home-product-tools { align-items: stretch; flex-direction: column; }
    .hx-home-search { width: 100%; }
    .home-popup-foot > span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hx-home-body { scroll-behavior: auto; }
    .hx-home-feature-grid article:hover,
    .hx-home-product:hover,
    .public-friend-card:hover { transform: none; }
}

.hx-home-body {
    font-size: 14px;
    line-height: 1.68;
}

.hx-home-hero h1,
.hx-home-section-heading h2,
.hx-home-process h2,
.hx-home-cta h2,
.public-friends-head h2 {
    font-family: "FZKai-Z03", "STKaiti", "KaiTi", "Songti SC", serif;
    letter-spacing: 0;
}

.hx-home-hero h1 {
    max-width: 650px;
    margin: 22px 0 18px;
    font-size: 50px;
    line-height: 1.16;
}

.hx-home-lead {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.82;
}

.hx-home-kicker,
.hx-home-label {
    gap: 8px;
    font-size: 10px;
}

.hx-home-actions { margin-top: 27px; }
.hx-home-button { min-height: 46px; padding: 0 18px; font-size: 11px; }
.hx-home-trust { margin-top: 26px; font-size: 11px; }

.hx-home-hero-panel {
    padding: 28px;
    overflow: hidden;
}

.hx-home-hero-panel > * {
    position: relative;
    z-index: 1;
}

.hx-home-hero-panel::after {
    position: absolute;
    right: 24px;
    bottom: 86px;
    z-index: 0;
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 2px double var(--hx-terra);
    border-radius: 8px;
    color: var(--hx-terra-dark);
    content: "授权\A核验";
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    white-space: pre;
    opacity: .055;
    transform: rotate(-7deg);
    animation: hx-registry-seal 5.8s ease-in-out infinite;
    pointer-events: none;
}

.hx-home-panel-heading h2 { font-size: 24px; }
.hx-home-panel-intro { margin: 14px 0 19px; font-size: 12px; }
.hx-home-form { gap: 13px; }
.hx-home-form label { gap: 5px; font-size: 11px; }
.hx-home-form input,
.hx-home-form select { height: 44px; font-size: 12px; }
.hx-home-submit { min-height: 46px; font-size: 11px; }
.hx-home-tip { margin-top: 13px; }

.hx-home-section { padding-top: 112px; }
.hx-home-section-heading { margin-bottom: 32px; }
.hx-home-section-heading h2,
.hx-home-process h2 { font-size: 40px; line-height: 1.16; }
.hx-home-section-heading > p,
.hx-home-process-copy > p:not(.hx-home-label) { font-size: 12px; line-height: 1.78; }

.hx-home-feature-grid { gap: 18px; }
.hx-home-feature-grid article { min-height: 268px; padding: 24px 22px; }
.hx-home-feature-icon { width: 42px; height: 42px; margin-bottom: 28px; }
.hx-home-feature-grid h3 { font-size: 20px; line-height: 1.3; }
.hx-home-feature-grid article > span:last-child { margin-top: 11px; font-size: 11px; }

.hx-home-product-grid { gap: 18px; }
.hx-home-product { min-height: 276px; padding: 24px; }
.hx-home-product-index { font-size: 26px; }
.hx-home-product-kicker { margin-top: 24px; }
.hx-home-product h3 { font-size: 24px; }
.hx-home-product > p:not(.hx-home-product-kicker) { margin: 11px 0 21px; font-size: 12px; }

.hx-home-process { gap: 82px; padding-top: 118px; }
.hx-home-process-list article { padding: 23px 0; }
.hx-home-process-list h3 { font-size: 19px; }
.hx-home-process-list p { font-size: 11px; }
.hx-home-notice-trigger { min-height: 76px; }
.hx-home-notice-trigger strong { font-size: 17px; }

.public-friends-section { padding-top: 108px; }
.public-friends-head h2 { font-size: 36px; }
.public-friend-copy strong { font-size: 13px; }

.hx-home-cta { min-height: 310px; margin-top: 118px; padding-top: 64px; padding-bottom: 64px; }
.hx-home-cta h2 { font-size: 44px; }
.hx-home-footer { padding-top: 64px; }
.hx-home-footer-column strong { font-family: inherit; font-size: 14px; }

.home-popup {
    max-height: min(66dvh, 540px);
}
.home-popup-head { padding-top: 18px; padding-bottom: 13px; }
.home-popup-body.notice-richtext { max-height: min(34dvh, 300px); }
.home-popup-foot { padding-top: 11px; padding-bottom: 11px; }

@keyframes hx-registry-seal {
    0%, 100% { opacity: .045; transform: rotate(-7deg) scale(.98); }
    50% { opacity: .085; transform: rotate(-4deg) scale(1.02); }
}

@media (max-width: 760px) {
    .hx-home-body { font-size: 13px; }
    .hx-home-hero { gap: 24px; padding-top: 38px; padding-bottom: 52px; }
    .hx-home-hero h1 { margin: 14px 0; font-size: 34px; line-height: 1.18; }
    .hx-home-lead { font-size: 12px; line-height: 1.75; }
    .hx-home-actions { margin-top: 20px; }
    .hx-home-actions .hx-home-button { height: 44px; min-height: 44px; }
    .hx-home-trust { margin-top: 15px; }
    .hx-home-hero-panel { padding: 19px 17px; }
    .hx-home-hero-panel::after { right: 17px; bottom: 76px; width: 60px; height: 60px; font-size: 13px; }
    .hx-home-panel-heading h2 { font-size: 21px; }
    .hx-home-section,
    .hx-home-process,
    .public-friends-section { padding-top: 58px; }
    .hx-home-section-heading { margin-bottom: 22px; }
    .hx-home-section-heading h2,
    .hx-home-process h2,
    .hx-home-cta h2,
    .public-friends-head h2 { font-size: 27px; line-height: 1.2; }
    .hx-home-feature-grid article,
    .hx-home-product { padding: 18px; }
    .hx-home-feature-icon { margin-bottom: 20px; }
    .hx-home-process { gap: 24px; }
    .hx-home-cta { min-height: 0; margin-top: 58px; padding-top: 38px; padding-bottom: 38px; }
    .home-popup,
    .hx-home-notice-dialog .home-popup { max-height: min(70dvh, 500px); }
    .home-popup-body.notice-richtext { max-height: 38dvh; }
}

@media (max-width: 380px) {
    .hx-home-hero h1 { font-size: 31px; }
    .hx-home-hero-copy { padding-bottom: 62px; }
    .hx-home-actions .hx-home-button { height: 44px; min-height: 44px; flex-basis: 44px; }
    .hx-home-hero-panel::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hx-home-hero-panel::after { animation: none; }
}

.hx-home-proofbar { display: none !important; }

@media (min-width: 761px) {
    .hx-home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
        grid-template-rows: auto minmax(250px, 1fr);
        align-items: start;
        column-gap: 72px;
        row-gap: 24px;
        min-height: 0;
        padding-top: 74px;
        padding-bottom: 54px;
    }

    .hx-home-hero-copy {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
    }

    .hx-home-hero-panel {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: start;
    }

    .hx-home-hero-assurance {
        display: grid;
        grid-column: 1;
        grid-row: 2;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        align-self: stretch;
        min-height: 250px;
        border-top: 1px solid #d8d0c5;
        border-bottom: 1px solid #d8d0c5;
    }

    .hx-home-hero-assurance > div {
        display: flex;
        min-width: 0;
        align-items: center;
        gap: 13px;
        padding: 13px 0;
    }

    .hx-home-hero-assurance > div + div { border-top: 1px solid #e2dbd1; }
    .hx-home-hero-assurance .hx-home-proof-icon { width: 38px; height: 38px; flex: 0 0 38px; }
    .hx-home-hero-assurance strong,
    .hx-home-hero-assurance small { display: block; }
    .hx-home-hero-assurance strong { color: var(--hx-forest); font-size: 14px; line-height: 1.3; }
    .hx-home-hero-assurance small { margin-top: 4px; color: var(--hx-quiet); font-size: 11px; line-height: 1.5; }
}

@media (max-width: 760px) {
    .hx-home-hero { display: flex; align-items: stretch; gap: 24px; }
    .hx-home-hero-copy { order: 1; }
    .hx-home-hero-panel { order: 2; }
    .hx-home-hero-assurance {
        display: grid;
        order: 3;
        grid-template-columns: 1fr;
        margin-top: 2px;
        border-top: 1px solid #d8d0c5;
        border-bottom: 1px solid #d8d0c5;
    }

    .hx-home-hero-assurance > div {
        display: flex;
        min-width: 0;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
    }

    .hx-home-hero-assurance > div + div { border-top: 1px solid #e2dbd1; }
    .hx-home-hero-assurance .hx-home-proof-icon { width: 36px; height: 36px; flex: 0 0 36px; }
    .hx-home-hero-assurance strong,
    .hx-home-hero-assurance small { display: block; }
    .hx-home-hero-assurance strong { color: var(--hx-forest); font-size: 13px; line-height: 1.3; }
    .hx-home-hero-assurance small { margin-top: 3px; color: var(--hx-quiet); font-size: 10px; line-height: 1.5; }
    .hx-home-header,
    .hx-home-hero-panel { backdrop-filter: none; }
}

@media (min-width: 761px) and (max-width: 980px) {
    .hx-home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
        column-gap: 32px;
    }

    .hx-home-hero h1 { font-size: 40px; }
    .hx-home-hero-assurance { min-height: 230px; }
}

@media (max-width: 380px) {
    .hx-home-hero-copy { padding-bottom: 0; }
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: auto;
}

html.home-popup-open { overflow: hidden; }

.hx-home-body {
    overflow: visible;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
}

.hx-home-grain { display: none; }
.hx-home-header {
    background: rgba(247, 245, 240, .985);
    backdrop-filter: none;
}
.hx-home-hero-panel { backdrop-filter: none; }

.hx-motion-ready .hx-home-feature-grid article,
.hx-motion-ready .hx-home-product,
.hx-motion-ready .hx-home-notice,
.hx-motion-ready .hx-home-feature-grid article.is-in,
.hx-motion-ready .hx-home-product.is-in,
.hx-motion-ready .hx-home-notice.is-in {
    opacity: 1;
    transform: none;
    animation: none;
}

@media (prefers-reduced-motion: reduce) {
    .hx-home-hero-assurance > div { transition: none; }
}

:root {
    --hx-paper: #f2f1ee;
    --hx-surface: #fbfaf8;
    --hx-forest: #2f302d;
    --hx-quiet: #66645f;
    --hx-sage: #58695f;
    --hx-terra: #9c4d3f;
    --hx-terra-dark: #7e3f35;
    --hx-clay: #d4cec5;
    --hx-stone: #dedad3;
    --hx-soft: #ece9e4;
    --hx-shadow-sm: 0 4px 14px rgba(48, 43, 37, .05);
    --hx-shadow-md: 0 10px 26px rgba(48, 43, 37, .08);
    --hx-shadow-lg: 0 18px 42px rgba(48, 43, 37, .11);
}

.hx-home-body {
    background:
        linear-gradient(rgba(88, 105, 95, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(88, 105, 95, .025) 1px, transparent 1px),
        var(--hx-paper);
    background-size: 48px 48px;
}

.hx-home-header {
    min-height: 68px;
    border-color: rgba(193, 187, 178, .72);
    background: rgba(242, 241, 238, .97);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .72);
}

.hx-home-brand img,
.hx-home-mark,
.hx-home-menu,
.hx-home-nav-primary,
.hx-home-button,
.hx-home-submit,
.hx-home-form input,
.hx-home-form select,
.hx-home-result,
.hx-home-search,
.hx-home-plan-list span,
.hx-home-notice-trigger,
.home-popup-close,
.home-popup-foot .portal-button,
.hx-home-button-light,
.hx-home-cta-mark {
    border-radius: 6px !important;
}

.hx-home-hero-panel,
.hx-home-feature-grid article,
.hx-home-product,
.hx-home-empty,
.public-friend-card,
.home-popup,
.hx-home-mobile-nav {
    border-radius: 8px !important;
}

.hx-home-proof-icon,
.hx-home-feature-icon,
.public-friend-logo {
    border-radius: 6px !important;
}

.hx-home-hero::before,
.hx-home-hero::after,
.hx-home-hero-copy::before,
.hx-home-hero-panel::after,
.hx-home-product::before,
.hx-home-cta::before,
.hx-home-cta::after {
    display: none !important;
}

.hx-home-hero-panel {
    border-color: rgba(194, 187, 177, .82);
    background: rgba(251, 250, 248, .72);
    box-shadow: 0 18px 46px rgba(55, 48, 41, .12);
}

.hx-home-hero-panel::before {
    top: 0;
    right: 24px;
    width: 58px;
    height: 5px;
    border: 0;
    border-radius: 0 0 3px 3px;
    opacity: 1;
    transform: none;
    animation: none;
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    @media (min-width: 761px) {
        .hx-home-hero-panel,
        .home-popup {
            -webkit-backdrop-filter: blur(14px) saturate(108%);
            backdrop-filter: blur(14px) saturate(108%);
        }
    }

    @media (max-width: 760px) {
        .hx-home-mobile-nav {
            -webkit-backdrop-filter: blur(12px) saturate(108%);
            backdrop-filter: blur(12px) saturate(108%);
        }
    }
}

.hx-home-hero h1 {
    max-width: 620px;
    margin-top: 18px;
    margin-bottom: 17px;
    font-family: "STKaiti", "KaiTi", "Songti SC", serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}

.hx-home-section-heading h2,
.hx-home-process h2,
.hx-home-cta h2,
.public-friends-head h2 {
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0;
}

.hx-home-section-heading h2,
.hx-home-process h2 { font-size: 34px; line-height: 1.25; }
.public-friends-head h2 { font-size: 30px; }
.hx-home-cta h2 { font-size: 38px; }
.hx-home-kicker,
.hx-home-label { color: var(--hx-terra-dark); font-size: 11px; font-weight: 700; }

.hx-home-feature-grid article,
.hx-home-product,
.public-friend-card {
    border-color: rgba(206, 200, 191, .82) !important;
    background: rgba(251, 250, 248, .82) !important;
    box-shadow: var(--hx-shadow-sm);
}

.hx-home-feature-grid article { min-height: 244px; }
.hx-home-feature-grid article:nth-child(even) { transform: none; }
.hx-home-feature-grid article:hover,
.hx-home-product:hover,
.public-friend-card:hover {
    border-color: rgba(156, 77, 63, .32) !important;
    box-shadow: var(--hx-shadow-md);
    transform: translateY(-2px);
}

.hx-home-feature-icon { margin-bottom: 22px; }
.hx-home-feature-grid article > p,
.hx-home-product-kicker {
    color: var(--hx-terra-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

.hx-home-feature-grid h3,
.hx-home-product h3,
.hx-home-notice-trigger strong {
    font-family: inherit;
    font-weight: 700;
}

.hx-home-button,
.hx-home-submit,
.hx-home-nav-primary,
.home-popup-foot .portal-button {
    box-shadow: none;
}

.hx-home-button:hover,
.hx-home-submit:hover,
.hx-home-nav-primary:hover { transform: translateY(-1px); }

.hx-home-cta {
    min-height: 270px;
    background: #37463e;
}

.home-popup {
    border-color: rgba(194, 187, 177, .88);
    background: rgba(251, 250, 248, .88);
}

@media (max-width: 760px) {
    .hx-home-header { min-height: 62px; }
    .hx-home-hero { padding-top: 32px; }
    .hx-home-hero h1 { font-size: 31px; line-height: 1.25; }
    .hx-home-hero-panel { background: rgba(251, 250, 248, .9); }
    .hx-home-section-heading h2,
    .hx-home-process h2,
    .hx-home-cta h2,
    .public-friends-head h2 { font-size: 25px; line-height: 1.28; }
    .hx-home-feature-grid article { min-height: 0; }
    .hx-home-mobile-nav { background: rgba(251, 250, 248, .82); }
}

.hx-home-filter-empty[hidden] { display: none !important; }
.hx-home-filter-empty:not([hidden]) {
    display: flex;
    margin: 14px 0 0;
    padding: 11px 13px;
    border: 1px solid rgba(156, 77, 63, .18);
    border-radius: 6px;
    background: rgba(156, 77, 63, .055);
    color: var(--hx-terra-dark);
}

.hx-home-process {
    gap: 64px;
    padding-top: 72px;
    padding-bottom: 0;
    background: transparent !important;
}

.hx-home-process::before { display: none !important; }
.hx-home-process-copy { align-self: start; }
.hx-home-process-copy > p:not(.hx-home-label) { margin: 17px 0 22px; }
.hx-home-process-list article { padding: 20px 0; }
.hx-home-process-list article:hover { padding-left: 4px; }
.hx-home-updates { padding-top: 72px; }

@media (max-width: 760px) {
    .hx-home-process { gap: 30px; padding-top: 48px; }
    .hx-home-updates { padding-top: 58px; }
    .hx-home-process-list article { padding: 17px 0; }
}

.hx-home-nav-primary,
.hx-home-nav-primary:hover {
    color: #fffaf4 !important;
    -webkit-text-fill-color: #fffaf4;
}

.hx-home-nav-primary svg,
.hx-home-button-light svg {
    color: currentColor !important;
}

.hx-home-cta .hx-home-label {
    color: #f4e8da;
}

.hx-home-cta > div > p:not(.hx-home-label) {
    max-width: 620px;
    color: #ece8e1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.hx-home-button-light {
    border-color: #fffaf4 !important;
    background: #fffaf4 !important;
    color: #49342e !important;
    -webkit-text-fill-color: #49342e;
    font-weight: 700;
}

.hx-home-button-light:hover {
    border-color: #b65e4e !important;
    background: #b65e4e !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.hx-home-cta-link {
    color: #fffaf4;
    font-size: 13px;
    font-weight: 600;
}

.hx-home-cta-mark {
    color: #eee8df;
}

.hx-home-cta-mark small {
    color: #d7d0c7;
}
