.anjia-tool-page,
.anjia-tools-index {
    color: #071b34;
    font-family: inherit;
    max-width: 100%;
    min-width: 0;
}

.anjia-tools-hero,
.anjia-tool-hero {
    background: linear-gradient(135deg, #08264b 0%, #0d4591 100%);
    border-radius: 8px;
    color: #fff;
    margin: 0 auto 28px;
    max-width: 1200px;
    padding: 42px;
}

.anjia-tools-eyebrow {
    color: #f2bc19;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.anjia-tools-hero h1,
.anjia-tools-hero h2,
.anjia-tool-hero h1,
.anjia-tool-hero h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    margin: 0 0 16px;
}

.anjia-tools-hero p,
.anjia-tool-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: 820px;
}

.anjia-tools-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero {
    background: linear-gradient(135deg, #08264b 0%, #0d4591 100%);
    border-bottom: 0;
    color: #fff;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .container {
    padding: 30px 0 32px;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .anjia-wp-hero-grid {
    align-items: center;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .breadcrumb,
body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .breadcrumb span {
    color: rgba(255, 255, 255, 0.78);
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .breadcrumb a {
    color: #fff;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .eyebrow {
    color: #f2bc19;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero h1 {
    color: #fff;
    font-size: clamp(34px, 4.4vw, 54px);
    line-height: 1.05;
    max-width: 980px;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero-summary {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.55;
    margin: 12px 0 0;
    max-width: 820px;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .btn-outline {
    background: #fff;
    border-color: #fff;
    color: #0d4591;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .btn-outline:hover,
body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .btn-outline:focus {
    background: #f4f8ff;
    color: #08264b;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-hero-media {
    align-self: center;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    justify-self: end;
    margin: 0;
    max-width: 360px;
    min-width: 0;
    overflow: hidden;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-hero-media img {
    aspect-ratio: 1.35 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-hero-media figcaption {
    background: #fff;
    color: #243d55;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
    padding: 11px 13px;
}

body.anjia-buyer-tool-calculator-page .anjia-tool-hero {
    display: none;
}

body.anjia-buyer-tool-calculator-page .anjia-template-page > .section {
    padding-top: 34px;
}

body.anjia-buyer-tool-calculator-page .anjia-template-page > .section .container {
    padding-top: 0;
}

.anjia-tools-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1200px;
}

.anjia-tools-card {
    background: #f7fbff;
    border: 1px solid #c9d8ec;
    border-radius: 8px;
    color: #071b34;
    display: flex;
    flex-direction: column;
    padding: 28px;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    min-width: 0;
}

.anjia-tools-card:focus,
.anjia-tools-card:hover {
    border-color: #0d4591;
    box-shadow: 0 16px 40px rgba(13, 69, 145, 0.12);
    transform: translateY(-2px);
}

.anjia-tools-card__label {
    color: #0d4591;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.anjia-tools-card h2 {
    font-size: 30px;
    margin: 0 0 10px;
}

.anjia-tools-card p {
    color: #49627f;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 18px;
}

.anjia-tools-card__cta {
    align-self: flex-start;
    background: #0d4591;
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    margin-top: auto;
    min-height: 44px;
    padding: 12px 18px;
}

.anjia-tools-workflow,
.anjia-tools-proof,
.anjia-tools-faq {
    margin: 28px auto 0;
    max-width: 1200px;
}

.anjia-tools-section-head {
    max-width: 820px;
}

.anjia-tools-section-head h2,
.anjia-tools-proof h2 {
    color: #08264b;
    font-size: clamp(26px, 3.2vw, 38px);
    line-height: 1.16;
    margin: 0 0 12px;
}

.anjia-tools-section-head p,
.anjia-tools-proof p {
    color: #405978;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 16px;
}

.anjia-tools-steps {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.anjia-tools-step {
    background: #fff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(7, 27, 52, 0.05);
    padding: 20px;
}

.anjia-tools-step__number {
    align-items: center;
    background: #0d4591;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    margin-bottom: 14px;
    width: 32px;
}

.anjia-tools-step h3 {
    color: #08264b;
    font-size: 19px;
    line-height: 1.25;
    margin: 0 0 9px;
}

.anjia-tools-step p {
    color: #526a87;
    font-size: 15px;
    line-height: 1.58;
    margin: 0;
}

.anjia-tools-proof {
    align-items: start;
    background: #f8fafc;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    padding: 28px;
}

.anjia-tools-proof__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.anjia-tools-proof__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anjia-tools-proof__grid span {
    background: #fff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    color: #0f315f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    min-height: 48px;
    padding: 13px 14px;
}

.anjia-tools-faq {
    background: #fff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    padding: 26px;
}

.anjia-tools-faq details {
    border-top: 1px solid #e1eaf5;
    padding: 15px 0;
}

.anjia-tools-faq details:first-of-type {
    border-top: 0;
}

.anjia-tools-faq summary {
    color: #071b34;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.anjia-tools-faq p {
    color: #526a87;
    font-size: 16px;
    line-height: 1.65;
    margin: 10px 0 0;
}

.anjia-tools-final-cta {
    max-width: 1200px;
}

.anjia-tool-shell {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    margin: 0 auto 28px;
    max-width: 1200px;
}

.anjia-tool-form,
.anjia-tool-results,
.anjia-tool-info-card,
.anjia-tool-related,
.anjia-tool-faq,
.anjia-tool-inline-cta {
    background: #fff;
    border: 1px solid #d5e0ee;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(7, 27, 52, 0.06);
}

.anjia-tool-form,
.anjia-tool-results {
    padding: 24px;
}

.anjia-tool-form__header h2,
.anjia-tool-results__header h2,
.anjia-tool-info-card h2,
.anjia-tool-related h2,
.anjia-tool-faq h2 {
    color: #003b7a;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 8px;
}

.anjia-tool-form__header p,
.anjia-tool-results__header p,
.anjia-tool-info-card p,
.anjia-tool-faq p {
    color: #526a87;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.anjia-tool-form__header .anjia-tool-scope-note {
    background: #f3f8ff;
    border-left: 3px solid #0d4591;
    border-radius: 6px;
    color: #405978;
    font-size: 14px;
    margin: 0 0 18px;
    padding: 10px 12px;
}

.anjia-tool-field {
    margin-bottom: 16px;
}

.anjia-tool-field label,
.anjia-tool-summary-label {
    color: #062449;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 7px;
}

.anjia-tool-field label span {
    color: #6d8199;
    font-weight: 700;
}

.anjia-tool-field-note {
    color: #5e728c;
    font-size: 13px;
    line-height: 1.5;
    margin: 7px 0 0;
}

.anjia-tool-field input,
.anjia-tool-field select,
.anjia-tool-summary-label + textarea {
    border: 1px solid #bfd0e4;
    border-radius: 8px;
    color: #071b34;
    font-family: inherit;
    font-size: 16px;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.anjia-tool-field input:focus,
.anjia-tool-field select:focus,
.anjia-tool-summary-label + textarea:focus {
    border-color: #0d4591;
    box-shadow: 0 0 0 3px rgba(13, 69, 145, 0.14);
    outline: none;
}

.anjia-tool-fields-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anjia-tool-advanced {
    border-top: 1px solid #e5edf6;
    margin: 8px 0 18px;
    padding-top: 14px;
}

.anjia-tool-advanced summary {
    color: #0d4591;
    cursor: pointer;
    font-weight: 800;
    margin-bottom: 12px;
}

.anjia-tool-errors {
    color: #b42318;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    min-height: 20px;
}

.anjia-tool-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.anjia-tool-actions--result {
    margin-top: 14px;
}

.anjia-tool-btn {
    align-items: center;
    border-radius: 7px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 46px;
    padding: 13px 18px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.anjia-tool-btn--primary {
    background: #f2bc19;
    border: 1px solid #f2bc19;
    color: #071b34;
}

.anjia-tool-btn--primary:hover,
.anjia-tool-btn--primary:focus {
    background: #dca700;
    border-color: #dca700;
    color: #071b34;
}

.anjia-tool-btn--ghost {
    background: #fff;
    border: 1px solid #b9cbe2;
    color: #003b7a;
}

.anjia-tool-btn--ghost:hover,
.anjia-tool-btn--ghost:focus {
    background: #edf5ff;
    border-color: #0d4591;
    color: #003b7a;
}

.anjia-tool-btn--light {
    background: #fff;
    border: 1px solid #fff;
    color: #08264b;
}

.anjia-tool-btn--light:hover,
.anjia-tool-btn--light:focus {
    background: #edf5ff;
    border-color: #edf5ff;
    color: #08264b;
}

.anjia-tool-result-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.anjia-tool-result-item {
    background: #f3f8ff;
    border: 1px solid #d7e5f5;
    border-radius: 10px;
    padding: 14px;
}

.anjia-tool-result-item span {
    color: #526a87;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.anjia-tool-result-item strong {
    color: #003b7a;
    display: block;
    font-size: 20px;
    line-height: 1.25;
}

.anjia-tool-conversion-note,
.anjia-tool-basis {
    background: #f8fbff;
    border: 1px solid #dbe8f6;
    border-radius: 8px;
    color: #405978;
    font-size: 13px;
    line-height: 1.5;
    margin: -4px 0 12px;
    padding: 9px 11px;
}

.anjia-tool-conversion-note:empty {
    display: none;
}

#anjia-tool-rfq-summary {
    min-height: 144px;
    resize: vertical;
}

.anjia-tool-copy-status {
    color: #0d4591;
    font-size: 14px;
    font-weight: 800;
    margin: 10px 0 0;
    min-height: 18px;
}

.anjia-tool-content-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto 28px;
    max-width: 1200px;
}

.anjia-tool-info-card,
.anjia-tool-related,
.anjia-tool-faq {
    padding: 22px;
}

.anjia-tool-info-card code {
    background: #edf5ff;
    border-radius: 8px;
    color: #003b7a;
    display: block;
    font-size: 14px;
    line-height: 1.55;
    padding: 12px;
    white-space: normal;
}

.anjia-tool-related,
.anjia-tool-faq {
    margin: 0 auto 28px;
    max-width: 1200px;
}

.anjia-tool-related__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.anjia-tool-related__links a {
    background: #edf5ff;
    border: 1px solid #c8daf0;
    border-radius: 999px;
    color: #003b7a;
    font-weight: 800;
    padding: 10px 14px;
    text-decoration: none;
}

.anjia-tool-related__links a:hover,
.anjia-tool-related__links a:focus {
    background: #0d4591;
    border-color: #0d4591;
    color: #fff;
}

.anjia-tool-faq details {
    border-top: 1px solid #e1eaf5;
    padding: 14px 0;
}

.anjia-tool-faq details:first-of-type {
    border-top: 0;
}

.anjia-tool-faq summary {
    color: #071b34;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
}

.anjia-tool-faq p {
    margin: 10px 0 0;
}

.anjia-tool-inline-cta {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 28px auto;
    max-width: 980px;
    padding: 18px 20px;
}

.anjia-tool-inline-cta strong,
.anjia-tool-inline-cta span {
    display: block;
}

.anjia-tool-inline-cta strong {
    color: #003b7a;
    font-size: 18px;
    margin-bottom: 4px;
}

.anjia-tool-inline-cta span {
    color: #526a87;
    font-size: 15px;
}

.anjia-tool-inline-cta a {
    align-items: center;
    background: #0d4591;
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 12px 16px;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 900px) {
    body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-page-hero .container {
        padding: 24px 0 26px;
    }

    body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-hero-media {
        justify-self: start;
        max-width: 420px;
        width: 100%;
    }

    body.anjia-buyer-tool-calculator-page .anjia-template-page > .section {
        padding-top: 24px;
    }

    body.anjia-buyer-tool-calculator-page .anjia-template-page > .section .container {
        padding-top: 0;
    }

    .anjia-tools-hero,
    .anjia-tool-hero {
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 30px 22px;
    }

    .anjia-tools-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anjia-tools-steps,
    .anjia-tools-proof {
        grid-template-columns: 1fr;
    }

    .anjia-tool-shell,
    .anjia-tool-content-grid {
        grid-template-columns: 1fr;
    }

    .anjia-tool-results {
        order: 2;
    }

    .anjia-tool-result-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.page-id-1499 {
        overflow-x: hidden;
    }

    body.page-id-1499 .anjia-template-page .container,
    body.page-id-1499 .anjia-wp-content,
    body.page-id-1499 .anjia-tools-index {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;
        width: 100% !important;
    }

    body.page-id-1499 .anjia-wp-hero-actions {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body.page-id-1499 .anjia-wp-hero-actions .btn {
        justify-content: center;
        min-height: 44px;
        text-align: center;
        width: 100%;
    }

    .anjia-tool-form,
    .anjia-tool-results,
    .anjia-tool-info-card,
    .anjia-tool-related,
    .anjia-tool-faq {
        border-radius: 10px;
        padding: 18px;
    }

    .anjia-tool-fields-grid {
        grid-template-columns: 1fr;
    }

    .anjia-tools-list {
        grid-template-columns: 1fr;
    }

    .anjia-tools-hero h1,
    .anjia-tools-hero h2,
    .anjia-tools-card h2,
    .anjia-tools-section-head h2,
    .anjia-tools-proof h2 {
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal !important;
        word-break: normal;
    }

    .anjia-tools-hero h1,
    .anjia-tools-hero h2 {
        font-size: clamp(28px, 8.8vw, 34px);
        line-height: 1.12;
    }

    .anjia-tools-hero__actions,
    .anjia-tools-proof__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .anjia-tools-hero__actions .anjia-tool-btn,
    .anjia-tools-proof__actions .anjia-tool-btn {
        width: 100%;
    }

    .anjia-tools-card {
        padding: 22px;
    }

    .anjia-tools-card h2 {
        font-size: 24px;
    }

    .anjia-tool-actions,
    .anjia-tool-inline-cta {
        align-items: stretch;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .anjia-tool-btn,
    .anjia-tool-inline-cta a {
        width: 100%;
    }

    body.anjia-buyer-tool-calculator-page .anjia-buyer-tool-hero-media {
        margin-top: 4px;
    }

    .anjia-tool-related__links a {
        width: 100%;
    }

    .anjia-tools-proof,
    .anjia-tools-faq {
        padding: 20px;
    }

.anjia-tools-proof__grid {
        grid-template-columns: 1fr;
    }
}

body.anjia-buyer-tools-index-page {
    overflow-x: hidden;
}

body.anjia-buyer-tools-index-page .anjia-buyer-tool-page-hero,
body.anjia-buyer-tools-index-page .anjia-wp-page-hero {
    display: none;
}

body.anjia-buyer-tools-index-page .anjia-template-page > .section {
    padding-top: 0;
}

body.anjia-buyer-tools-index-page .anjia-template-page > .section .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

body.anjia-buyer-tools-index-page .anjia-wp-content {
    max-width: none;
    width: 100%;
}

body.anjia-wire-rod-price-tracker-page .anjia-buyer-tool-page-hero,
body.anjia-wire-rod-price-tracker-page .anjia-wp-page-hero {
    display: none;
}

body.anjia-wire-rod-price-tracker-page .anjia-template-page > .section {
    padding-top: 0;
}

body.anjia-wire-rod-price-tracker-page .anjia-template-page > .section .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

body.anjia-wire-rod-price-tracker-page .anjia-wp-content {
    max-width: none;
    width: 100%;
}

.anjia-tools-hero--list {
    border-radius: 0;
    margin: 0 0 50px;
    max-width: none;
    padding: 46px max(24px, calc((100vw - 1200px) / 2)) 44px;
}

.anjia-tools-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin: 0 0 26px;
}

.anjia-tools-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.anjia-tools-breadcrumb a:focus,
.anjia-tools-breadcrumb a:hover {
    text-decoration: underline;
}

.anjia-tools-hero--list p span {
    display: block;
}

.anjia-tools-section-head--list {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 auto 22px;
    max-width: 1200px;
}

.anjia-tools-section-copy {
    max-width: 820px;
}

.anjia-tools-section-copy h2 {
    color: #08264b;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.16;
    margin: 0 0 12px;
}

.anjia-tools-section-copy p {
    color: #405978;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

.anjia-tools-count {
    background: #edf4fc;
    border: 1px solid #c9d8ec;
    border-radius: 999px;
    color: #0d4591;
    font-size: 14px;
    font-weight: 800;
    justify-self: end;
    padding: 9px 14px;
    white-space: nowrap;
}

.anjia-tools-list--rows {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
}

.anjia-tools-row {
    background: #fff;
    border: 1px solid #c9d8ec;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(7, 27, 52, 0.06);
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.anjia-tools-row:focus-within,
.anjia-tools-row:hover {
    border-color: #8fb2df;
    box-shadow: 0 14px 34px rgba(7, 27, 52, 0.1);
    transform: translateY(-2px);
}

.anjia-tools-row__media {
    aspect-ratio: 900 / 643;
    background: #edf4fc;
    border-right: 1px solid #c9d8ec;
    display: block;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.anjia-tools-row__media img {
    background: linear-gradient(135deg, #edf4fc 0%, #f8fbff 100%);
    display: block;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    width: 100%;
}

.anjia-tools-row__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 18px 28px;
}

.anjia-tools-row__type {
    color: #0d4591;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.anjia-tools-row h3 {
    color: #071b34;
    font-size: clamp(23px, 2.35vw, 30px);
    line-height: 1.1;
    margin: 0 0 7px;
}

.anjia-tools-row__title-link {
    color: inherit;
    text-decoration: none;
}

.anjia-tools-row__body > p:not(.anjia-tools-row__type) {
    color: #405978;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-width: 720px;
}

.anjia-tools-row__specs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
}

.anjia-tools-row__specs div {
    background: #f7fbff;
    border: 1px solid #d8e4f1;
    border-radius: 7px;
    min-width: 0;
    padding: 7px 10px;
}

.anjia-tools-row__specs span {
    color: #5b6f89;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 3px;
}

.anjia-tools-row__specs strong {
    color: #08264b;
    display: block;
    font-size: 13px;
    line-height: 1.25;
}

.anjia-tools-row__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.anjia-tools-row__actions .anjia-tool-btn {
    border-radius: 6px;
    font-size: 13px;
    min-height: 32px;
    padding: 7px 13px;
}

.anjia-tools-row--market-pulse {
    color: #071b34;
    grid-template-columns: 300px minmax(0, 1fr) 104px;
    min-height: 226px;
    text-decoration: none;
}

.anjia-tools-row--market-pulse:focus {
    outline: 3px solid rgba(13, 69, 145, 0.26);
    outline-offset: 3px;
}

.anjia-tools-market-pulse__intro {
    border-right: 1px solid #d9e2ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 16px 22px;
}

.anjia-tools-market-pulse__kicker {
    color: #0f56b3;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.anjia-tools-market-pulse__kicker::after {
    background: #0f56b3;
    content: "";
    display: block;
    height: 3px;
    margin-top: 8px;
    width: 42px;
}

.anjia-tools-market-pulse__intro h3 {
    color: #071b34;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(25px, 1.9vw, 29px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 8px;
}

.anjia-tools-market-pulse__intro p {
    color: #56616d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42;
    margin: 0;
}

.anjia-tools-market-pulse__latest {
    border-top: 2px solid #23395b;
    margin-top: 11px;
    padding-top: 9px;
}

.anjia-tools-market-pulse__latest span,
.anjia-tools-market-pulse__latest em,
.anjia-tools-market-pulse__latest small {
    color: #6b7280;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.anjia-tools-market-pulse__latest strong {
    color: #0f56b3;
    display: block;
    font-size: clamp(36px, 3.7vw, 44px);
    line-height: 0.95;
    margin: 5px 0 3px;
}

.anjia-tools-market-pulse__latest small {
    color: #2b3542;
    font-size: 15px;
    margin-top: 5px;
    text-transform: none;
}

.anjia-tools-market-pulse__chart {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 14px 20px 13px;
}

.anjia-tools-market-pulse__chart-head {
    align-items: center;
    color: #2b3542;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: space-between;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.anjia-tools-market-pulse__chart-head strong {
    color: #777;
    font-size: 12px;
    font-weight: 900;
}

.anjia-tools-market-pulse__chart-body {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 190px;
}

.anjia-tools-market-pulse__plot {
    min-width: 0;
}

.anjia-tools-market-pulse__chart svg {
    display: block;
    height: 136px;
    overflow: visible;
    width: 100%;
}

.anjia-tools-market-pulse__live-card {
    background: linear-gradient(180deg, #083b7b, #0f56b3);
    border: 1px solid #0a438d;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(7, 27, 52, 0.12);
    color: #fff;
    display: grid;
    min-height: 132px;
    padding: 13px 14px;
}

.anjia-tools-market-pulse__live-card span,
.anjia-tools-market-pulse__live-card small {
    color: rgba(255, 255, 255, 0.82);
    display: block;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.anjia-tools-market-pulse__live-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 7px;
}

.anjia-tools-market-pulse__live-price strong {
    color: #fff;
    font-size: 38px;
    line-height: 0.95;
}

.anjia-tools-market-pulse__live-price em {
    color: #dceeff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.anjia-tools-market-pulse__live-card b {
    align-self: end;
    color: #f4bd18;
    display: block;
    font-size: 16px;
    line-height: 1.15;
    margin-top: 6px;
}

.anjia-tools-market-pulse__meta {
    color: #4d6682;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 800;
    gap: 7px 14px;
    line-height: 1.25;
    margin-top: 4px;
}

.anjia-tools-market-pulse__meta span {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.anjia-tools-market-pulse__meta span::before {
    background: #0f56b3;
    border-radius: 50%;
    content: "";
    height: 6px;
    width: 6px;
}

.anjia-tools-market-pulse__action {
    align-items: center;
    border-left: 2px solid #203a63;
    color: #0f56b3;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    line-height: 1.25;
    padding: 18px 14px;
    text-align: center;
    text-transform: uppercase;
}

.anjia-tools-market-pulse__icon {
    display: block;
    height: 28px;
    width: 28px;
}

.anjia-tools-market-pulse__icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.anjia-tools-market-pulse__action strong {
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 960px) {
    .anjia-tools-hero--list {
        margin-bottom: 34px;
        padding: 34px 16px;
    }

    .anjia-tools-breadcrumb {
        margin-bottom: 18px;
    }

    .anjia-tools-section-head--list,
    .anjia-tools-list--rows {
        margin-left: 16px;
        margin-right: 16px;
        max-width: none;
    }

    .anjia-tools-section-head--list {
        align-items: start;
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .anjia-tools-count {
        justify-self: start;
    }

    .anjia-tools-row,
    .anjia-tools-row:nth-child(even) {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .anjia-tools-row--market-pulse {
        grid-template-columns: 1fr;
    }

    .anjia-tools-market-pulse__intro,
    .anjia-tools-market-pulse__chart,
    .anjia-tools-market-pulse__action {
        border-left: 0;
        border-right: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .anjia-tools-market-pulse__intro,
    .anjia-tools-market-pulse__chart {
        border-bottom: 1px solid #d9e2ec;
    }

    .anjia-tools-market-pulse__chart {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .anjia-tools-market-pulse__chart-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .anjia-tools-market-pulse__chart-body {
        grid-template-columns: 1fr;
    }

    .anjia-tools-market-pulse__chart svg {
        height: 124px;
    }

    .anjia-tools-market-pulse__live-card {
        min-height: 0;
        padding: 12px 14px;
    }

    .anjia-tools-market-pulse__live-price strong {
        font-size: 32px;
    }

    .anjia-tools-market-pulse__action {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        min-height: 58px;
        text-align: left;
    }

    .anjia-tools-row:nth-child(even) .anjia-tools-row__media,
    .anjia-tools-row:nth-child(even) .anjia-tools-row__body {
        grid-column: auto;
        grid-row: auto;
    }

    .anjia-tools-row__media,
    .anjia-tools-row:nth-child(even) .anjia-tools-row__media {
        aspect-ratio: 900 / 643;
        border-bottom: 1px solid #c9d8ec;
        border-left: 0;
        border-right: 0;
        min-height: 0;
    }

    .anjia-tools-row__media img {
        aspect-ratio: 900 / 643;
        min-height: 0;
    }

    .anjia-tools-row__body {
        padding: 18px 16px;
    }

    .anjia-tools-row__specs {
        grid-template-columns: 1fr;
    }

    .anjia-tools-row__actions .anjia-tool-btn {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .anjia-tools-hero--list h1,
    .anjia-tools-hero--list h2 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .anjia-tools-hero--list p {
        font-size: 16px;
    }
}

body.anjia-sk-guide-page,
body.page-id-1612 {
    overflow-x: hidden;
}

body.anjia-sk-guide-page .anjia-template-page > .section,
body.page-id-1612 .anjia-template-page > .section {
    padding: 34px 0 70px;
}

body.anjia-sk-guide-page .anjia-template-page > .section .container,
body.page-id-1612 .anjia-template-page > .section .container {
    max-width: 1220px;
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero,
body.page-id-1612 .page-hero.anjia-sk-page-hero,
.page-hero.anjia-sk-page-hero {
    background: linear-gradient(135deg, #08264b 0%, #0d4591 100%);
    border-bottom: 0;
    color: #fff;
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero .container,
body.page-id-1612 .page-hero.anjia-sk-page-hero .container,
.page-hero.anjia-sk-page-hero .container {
    padding-bottom: 34px;
    padding-top: 32px;
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero .breadcrumb,
body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero .breadcrumb span,
body.page-id-1612 .page-hero.anjia-sk-page-hero .breadcrumb,
body.page-id-1612 .page-hero.anjia-sk-page-hero .breadcrumb span,
.page-hero.anjia-sk-page-hero .breadcrumb,
.page-hero.anjia-sk-page-hero .breadcrumb span {
    color: rgba(255, 255, 255, 0.78);
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero .breadcrumb a,
body.page-id-1612 .page-hero.anjia-sk-page-hero .breadcrumb a,
.page-hero.anjia-sk-page-hero .breadcrumb a {
    color: #fff;
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero .eyebrow,
body.page-id-1612 .page-hero.anjia-sk-page-hero .eyebrow,
.page-hero.anjia-sk-page-hero .eyebrow {
    color: #f2bc19;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero h1,
body.page-id-1612 .page-hero.anjia-sk-page-hero h1,
.page-hero.anjia-sk-page-hero h1 {
    color: #fff;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.06;
    max-width: 940px;
}

.anjia-sk-page-hero-summary {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.56;
    margin: 14px 0 0;
    max-width: 820px;
}

.anjia-sk-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.anjia-sk-hero-points span {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
}

body.anjia-sk-guide-page .page-hero.anjia-sk-page-hero .btn-outline,
body.page-id-1612 .page-hero.anjia-sk-page-hero .btn-outline,
.page-hero.anjia-sk-page-hero .btn-outline {
    background: #fff;
    border-color: #fff;
    color: #0d4591;
}

.anjia-sourcing-knowledge {
    box-sizing: border-box;
    color: #12233a;
    margin: 0 auto;
    max-width: 1180px;
    min-width: 0;
    padding: 0 18px;
    width: 100%;
}

.anjia-sourcing-knowledge > .anjia-sk-breadcrumb {
    display: none;
}

.anjia-sk-breadcrumb {
    align-items: center;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin: 0 0 18px;
}

.anjia-sk-breadcrumb a {
    color: #0d4591;
    font-weight: 800;
    text-decoration: none;
}

.anjia-sk-eyebrow,
.anjia-sk-kicker,
.anjia-sk-card-label {
    color: #0d4591;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.anjia-sk-intro,
.anjia-sk-panel {
    background: #fff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(7, 27, 52, 0.06);
}

.anjia-sk-intro {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    margin-bottom: 26px;
    overflow: hidden;
}

.anjia-sk-intro-copy {
    min-width: 0;
    padding: 30px;
}

.anjia-sk-intro h2,
.anjia-sk-section h2,
.anjia-sk-panel h2,
.anjia-sk-related h2 {
    color: #08264b;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.16;
    margin: 0 0 14px;
}

.anjia-sk-summary {
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.anjia-sk-intro-media {
    align-self: stretch;
    background: #f4f8fc;
    border-left: 1px solid #d8e4f1;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    margin: 0;
    min-width: 0;
}

.anjia-sk-intro-media img {
    height: 100%;
    min-height: 0;
    object-fit: cover;
    width: 100%;
}

.anjia-sk-intro-media--contain img {
    background: #f8fbff;
    box-sizing: border-box;
    object-fit: contain;
    padding: 18px;
}

.anjia-sk-intro-media--tool-card {
    background: #fff;
}

.anjia-sk-coat-visual {
    background: linear-gradient(135deg, #f8fbff, #e9f4ff);
    color: #071b34;
    display: grid;
    gap: 12px;
    padding: 18px;
}

.anjia-sk-coat-photo {
    background: #dbe8f5;
    border-radius: 7px;
    min-height: 168px;
    overflow: hidden;
    position: relative;
}

.anjia-sk-coat-photo::after {
    background: linear-gradient(90deg, rgba(6, 27, 55, 0.55), rgba(6, 27, 55, 0.06));
    content: "";
    inset: 0;
    position: absolute;
}

.anjia-sk-coat-photo img {
    display: block;
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.anjia-sk-coat-photo span {
    bottom: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    left: 16px;
    line-height: 1.25;
    max-width: 250px;
    position: absolute;
    z-index: 1;
}

.anjia-sk-zone-strip {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.anjia-sk-zone {
    background: #fff;
    border: 1px solid #d4e3f4;
    border-radius: 7px;
    color: #071b34;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    min-height: 82px;
    min-width: 0;
    padding: 9px;
}

.anjia-sk-zone span {
    background: var(--zone-color);
    border-radius: 999px;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.74);
    display: block;
    height: 22px;
    margin-bottom: 8px;
    width: 22px;
}

.anjia-sk-intro-media figcaption {
    background: #f8fbff;
    color: #405978;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    padding: 13px 16px;
}

.anjia-sk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
}

.anjia-sk-actions br {
    display: none;
}

.anjia-sk-button {
    align-items: center;
    background: #fff;
    border: 1px solid #0d4591;
    border-radius: 7px;
    color: #0d4591;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    text-decoration: none;
}

.anjia-sk-button.primary {
    background: #0d4591;
    color: #fff;
}

.anjia-sk-button:hover,
.anjia-sk-button:focus,
.anjia-sk-card a:hover,
.anjia-sk-card a:focus,
.anjia-sk-section a:hover,
.anjia-sk-section a:focus {
    color: #08264b;
    text-decoration: underline;
}

.anjia-sk-button.primary:hover,
.anjia-sk-button.primary:focus {
    color: #fff;
    text-decoration: none;
}

.anjia-sk-panel,
.anjia-sk-section {
    margin-top: 26px;
    padding: 30px;
}

.anjia-sk-section {
    border-top: 1px solid #d8e4f1;
}

.anjia-sk-section-head {
    max-width: 880px;
}

.anjia-sk-section-head p,
.anjia-sk-question p,
.anjia-sk-question li,
.anjia-sk-section li,
.anjia-sk-card p,
.anjia-sk-field-card p {
    color: #405978;
    font-size: 16px;
    line-height: 1.65;
}

.anjia-sk-field-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
}

.anjia-sk-field-card {
    background: #f8fbff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    min-width: 0;
    padding: 18px;
}

.anjia-sk-field-card span {
    align-items: center;
    background: #f2bc19;
    border-radius: 999px;
    color: #071b34;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    margin-bottom: 12px;
    width: 32px;
}

.anjia-sk-field-card h3,
.anjia-sk-question h3,
.anjia-sk-card h3 {
    color: #0d4591;
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.anjia-sk-question {
    background: #fff;
    border: 1px solid #d8e4f1;
    border-left: 4px solid #0d4591;
    border-radius: 8px;
    margin: 16px 0 0;
    padding: 20px;
}

.anjia-sk-question ul,
.anjia-sk-section ul {
    margin-bottom: 0;
}

.anjia-sk-next {
    margin-bottom: 0;
}

.anjia-sk-next a,
.anjia-sk-card a,
.anjia-sk-section a {
    color: #0d4591;
    font-weight: 900;
}

.anjia-sk-table-wrap {
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    margin: 20px 0 0;
    max-width: 100%;
    overflow-x: auto;
}

.anjia-sk-compare-table {
    background: #fff;
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.anjia-sk-compare-table--wide {
    min-width: 980px;
}

.anjia-sk-compare-table th,
.anjia-sk-compare-table td {
    border-bottom: 1px solid #d8e4f1;
    color: #405978;
    font-size: 15px;
    line-height: 1.55;
    padding: 13px 14px;
    text-align: left;
    vertical-align: top;
}

.anjia-sk-compare-table th {
    background: #0d4591;
    color: #fff;
    font-weight: 900;
}

.anjia-sk-compare-table td:first-child {
    color: #08264b;
    font-weight: 900;
}

.anjia-sk-compare-table tr:last-child td {
    border-bottom: 0;
}

.anjia-sk-source-note {
    background: #f8fbff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    color: #405978;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
    margin: 18px 0 0;
    padding: 14px 16px;
}

.anjia-sk-standard-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.anjia-sk-standard-card {
    background: #f8fbff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    min-width: 0;
    padding: 18px;
}

.anjia-sk-standard-card h3 {
    color: #0d4591;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.anjia-sk-standard-card p {
    color: #405978;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.anjia-sk-visual-figure {
    background: #fff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    margin: 20px 0 0;
    overflow: hidden;
}

.anjia-sk-visual-figure img {
    background: #f8fbff;
    display: block;
    height: auto;
    width: 100%;
}

.anjia-sk-visual-figure figcaption {
    background: #f8fbff;
    color: #405978;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
    padding: 13px 16px;
}

.anjia-sk-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.anjia-sk-card {
    background: #f8fbff;
    border: 1px solid #d8e4f1;
    border-radius: 8px;
    min-width: 0;
    overflow: hidden;
}

.anjia-sk-card img {
    aspect-ratio: 900 / 643;
    background: #edf4fc;
    display: block;
    object-fit: cover;
    width: 100%;
}

.anjia-sk-card h3,
.anjia-sk-card p {
    margin-left: 18px;
    margin-right: 18px;
}

.anjia-sk-card-label {
    margin-top: 16px;
}

.anjia-sk-card p:last-child {
    margin-bottom: 18px;
}

.anjia-sk-related {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anjia-sk-related > div {
    min-width: 0;
}

.anjia-sk-updated {
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
    margin: 18px 0 0;
}

.anjia-sourcing-resource-module {
    background: #fff;
    border-top: 1px solid rgba(7, 59, 135, 0.08);
    padding: 42px 0;
}

.anjia-sourcing-resource-module--article {
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    margin: 34px 0;
    padding: 22px;
}

.anjia-sourcing-resource-module--hub {
    background: #fff;
}

body.anjia-buyer-tools-index-page .anjia-sourcing-resource-module--hub > .container,
body.page-id-1499 .anjia-tools-index .anjia-sourcing-resource-module--hub > .container,
.anjia-tools-index .anjia-sourcing-resource-module--hub > .container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 32px) !important;
}

.anjia-sourcing-resource-module--hub .anjia-sourcing-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anjia-sourcing-resource-module--tool {
    background: #f7f9fc;
    border-bottom: 1px solid rgba(7, 59, 135, 0.08);
    margin: 28px 0;
}

.anjia-sourcing-resource-module--news-centre {
    background: #f7f9fc;
}

.anjia-sourcing-resource-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.anjia-sourcing-resource-head p {
    color: #0b4f9f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.anjia-sourcing-resource-head h2 {
    color: #073b87;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.14;
    margin: 0;
}

.anjia-sourcing-resource-head span {
    color: #617082;
    display: block;
    line-height: 1.58;
    max-width: 780px;
}

.anjia-sourcing-resource-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.anjia-sourcing-resource-module--article .anjia-sourcing-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anjia-sourcing-resource-card {
    background: #fff;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    color: #17202b;
    display: grid;
    gap: 8px;
    min-height: 170px;
    padding: 18px;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.anjia-sourcing-resource-card:hover,
.anjia-sourcing-resource-card:focus {
    border-color: rgba(7, 59, 135, 0.32);
    box-shadow: 0 14px 32px rgba(16, 32, 54, 0.12);
    color: #17202b;
    transform: translateY(-2px);
}

.anjia-sourcing-resource-card span {
    background: #fff4c2;
    border-radius: 999px;
    color: #073b87;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    padding: 5px 9px;
    text-transform: uppercase;
    width: fit-content;
}

.anjia-sourcing-resource-card strong {
    color: #073b87;
    display: block;
    font-size: 18px;
    line-height: 1.26;
}

.anjia-sourcing-resource-card em {
    color: #617082;
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
}

@media (max-width: 960px) {
    .anjia-sk-intro,
    .anjia-sk-related {
        grid-template-columns: 1fr;
    }

    .anjia-sk-intro-media {
        border-left: 0;
        border-top: 1px solid #d8e4f1;
    }

    .anjia-sk-field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anjia-sk-standard-grid {
        grid-template-columns: 1fr;
    }

    .anjia-sourcing-resource-grid,
    .anjia-sourcing-resource-module--article .anjia-sourcing-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.anjia-sk-guide-page .anjia-template-page > .section,
    body.page-id-1612 .anjia-template-page > .section {
        padding: 22px 0 48px;
    }

    .anjia-sk-page-hero .container {
        padding-bottom: 26px;
        padding-top: 24px;
    }

    .anjia-sk-page-hero h1 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .anjia-sk-page-hero-summary {
        font-size: 16px;
    }

    .anjia-sk-hero-points {
        display: grid;
        gap: 8px;
    }

    .anjia-sourcing-knowledge {
        padding: 0;
    }

    .anjia-sk-intro-copy,
    .anjia-sk-panel,
    .anjia-sk-section {
        padding: 20px;
    }

    .anjia-sk-summary {
        font-size: 16px;
    }

    .anjia-sk-actions {
        display: grid;
    }

    .anjia-sk-button {
        width: 100%;
    }

    .anjia-sk-field-grid,
    .anjia-sk-card-grid,
    .anjia-sourcing-resource-grid,
    .anjia-sourcing-resource-module--article .anjia-sourcing-resource-grid {
        grid-template-columns: 1fr;
    }

    .anjia-sourcing-resource-module--hub .anjia-sourcing-resource-grid {
        grid-template-columns: 1fr;
    }

    .anjia-sourcing-resource-module {
        padding: 30px 0;
    }

    .anjia-sourcing-resource-module--article {
        margin: 26px 0;
        padding: 18px;
    }

    .anjia-sourcing-resource-card {
        min-height: 0;
    }

    .anjia-sk-zone-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anjia-sk-zone {
        min-height: 72px;
    }
}
