/* Dedicated refinement for htan_product_category term 32 only. */
.hspc-page--custom-hardware {
    --hsp-custom-navy: #082b50;
    --hsp-custom-blue: #163a5f;
    --hsp-custom-orange: #ee7623;
    --hsp-custom-ink: #203343;
    --hsp-custom-muted: #5e6e7c;
    --hsp-custom-line: #d8e0e8;
    --hsp-custom-soft: #f5f8fa;
    width: 100%;
    margin: 0;
    color: var(--hsp-custom-ink);
    background: #fff;
    font-family: inherit;
}

.hspc-page--custom-hardware,
.hspc-page--custom-hardware * {
    box-sizing: border-box;
}

.hspc-page--custom-hardware :where(h1, h2, h3, p, ol, ul, figure) {
    margin-top: 0;
}

.hspc-page--custom-hardware a:focus-visible,
.hspc-page--custom-hardware button:focus-visible,
.hspc-page--custom-hardware summary:focus-visible,
.hspc-page--custom-hardware input:focus-visible,
.hspc-page--custom-hardware textarea:focus-visible {
    outline: 3px solid rgba(238, 118, 35, .32);
    outline-offset: 3px;
}

.hspc-page--custom-hardware .hspc-custom-container {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.hspc-page--custom-hardware .hspc-custom-narrow {
    max-width: 940px;
}

.hspc-page--custom-hardware .hspc-custom-breadcrumb-wrap {
    border-bottom: 1px solid var(--hsp-custom-line);
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-breadcrumb ol {
    display: flex;
    gap: 9px;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 14px 0;
    color: #6a7985;
    font-size: 14px;
}

.hspc-page--custom-hardware .hspc-custom-breadcrumb li {
    display: flex;
    align-items: center;
}

.hspc-page--custom-hardware .hspc-custom-breadcrumb li + li::before {
    margin-right: 9px;
    color: #9ba8b2;
    content: "/";
}

.hspc-page--custom-hardware .hspc-custom-breadcrumb a {
    color: #405b6f;
    text-decoration: none;
}

.hspc-page--custom-hardware .hspc-custom-breadcrumb a:hover {
    color: var(--hsp-custom-orange);
}

.hspc-page--custom-hardware .hspc-custom-hero {
    padding: 54px 0 58px;
    border-bottom: 1px solid var(--hsp-custom-line);
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-hero__copy {
    max-width: 920px;
}

.hspc-page--custom-hardware .hspc-custom-hero h1 {
    max-width: 920px;
    margin-bottom: 22px;
    color: var(--hsp-custom-navy);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 780;
    line-height: 1.06;
    letter-spacing: -.03em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.hspc-page--custom-hardware .hspc-custom-hero__copy > p {
    max-width: 780px;
    margin-bottom: 0;
    color: #3d5364;
    font-size: 17px;
    line-height: 1.68;
}

.hspc-page--custom-hardware .hspc-custom-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}

.hspc-page--custom-hardware .hspc-custom-btn {
    display: inline-flex;
    min-height: 46px;
    padding: 10px 19px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hsp-custom-blue);
    border-radius: 3px;
    color: var(--hsp-custom-blue);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.hspc-page--custom-hardware .hspc-custom-btn--primary {
    border-color: var(--hsp-custom-orange);
    background: var(--hsp-custom-orange);
    color: #fff;
}

.hspc-page--custom-hardware .hspc-custom-btn--primary:hover {
    border-color: #cf5f17;
    background: #cf5f17;
    color: #fff;
}

.hspc-page--custom-hardware .hspc-custom-btn--secondary:hover {
    border-color: var(--hsp-custom-orange);
    color: var(--hsp-custom-orange);
}

.hspc-page--custom-hardware .hspc-custom-section {
    padding: 62px 0;
    scroll-margin-top: 110px;
}

.hspc-page--custom-hardware .hspc-custom-section--muted {
    border-block: 1px solid #e6ebef;
    background: var(--hsp-custom-soft);
}

.hspc-page--custom-hardware .hspc-custom-section-head {
    max-width: 800px;
    margin-bottom: 28px;
}

.hspc-page--custom-hardware .hspc-custom-section-head h2,
.hspc-page--custom-hardware .hspc-custom-support h2 {
    margin-bottom: 9px;
    color: var(--hsp-custom-navy);
    font-size: 32px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.018em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.hspc-page--custom-hardware .hspc-custom-section-head p {
    margin-bottom: 0;
    color: var(--hsp-custom-muted);
    font-size: 16px;
    line-height: 1.6;
}

.hspc-page--custom-hardware .hspc-custom-adapt-grid,
.hspc-page--custom-hardware .hspc-custom-application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--hsp-custom-line);
    background: var(--hsp-custom-line);
}

.hspc-page--custom-hardware .hspc-custom-adapt-card,
.hspc-page--custom-hardware .hspc-custom-application-card {
    min-width: 0;
    padding: 24px;
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-adapt-card {
    display: flex;
    min-height: 142px;
    flex-direction: column;
    justify-content: center;
}

.hspc-page--custom-hardware .hspc-custom-application-card {
    min-height: 210px;
}

.hspc-page--custom-hardware .hspc-custom-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 3px;
    background: #edf3f7;
    color: var(--hsp-custom-blue);
}

.hspc-page--custom-hardware .hspc-custom-icon svg {
    width: 26px;
    height: 26px;
}

.hspc-page--custom-hardware .hspc-custom-adapt-card h3,
.hspc-page--custom-hardware .hspc-custom-application-card h3,
.hspc-page--custom-hardware .hspc-custom-family-card__title,
.hspc-page--custom-hardware .hspc-custom-process h3 {
    display: block;
    margin-bottom: 0;
    color: var(--hsp-custom-navy);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.hspc-page--custom-hardware .hspc-custom-application-card h3 {
    margin-bottom: 8px;
}

.hspc-page--custom-hardware .hspc-custom-application-card p,
.hspc-page--custom-hardware .hspc-custom-process p {
    margin-bottom: 0;
    color: #536676;
    font-size: 14px;
    line-height: 1.55;
}

.hspc-page--custom-hardware .hspc-custom-family-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hspc-page--custom-hardware .hspc-custom-family-card {
    min-width: 0;
    min-height: 170px;
    border: 1px solid var(--hsp-custom-line);
    border-radius: 3px;
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-family-card__link-wrap {
    height: 100%;
    margin: 0;
}

.hspc-page--custom-hardware .hspc-custom-family-card__link-wrap > a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 170px;
    padding: 26px 24px;
    flex-direction: column;
    color: var(--hsp-custom-navy);
    text-decoration: none;
}

.hspc-page--custom-hardware .hspc-custom-family-card__link-wrap > a:hover {
    border-color: var(--hsp-custom-orange);
    color: var(--hsp-custom-orange);
}

.hspc-page--custom-hardware .hspc-custom-family-card .hspc-custom-icon {
    margin-bottom: 20px;
}

.hspc-page--custom-hardware .hspc-custom-family-card__arrow {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: var(--hsp-custom-orange);
    font-size: 22px;
    line-height: 1;
}

.hspc-page--custom-hardware .hspc-custom-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--hsp-custom-line);
    background: var(--hsp-custom-line);
}

.hspc-page--custom-hardware .hspc-custom-process li {
    min-width: 0;
    min-height: 205px;
    padding: 24px 22px;
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-process__number {
    display: block;
    margin-bottom: 24px;
    color: var(--hsp-custom-orange);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .07em;
}

.hspc-page--custom-hardware .hspc-custom-process h3 {
    margin-bottom: 9px;
    font-size: 17px;
}

.hspc-page--custom-hardware .hspc-custom-information {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    gap: clamp(40px, 6vw, 76px);
    align-items: center;
}

.hspc-page--custom-hardware .hspc-custom-checklist {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--hsp-custom-line);
}

.hspc-page--custom-hardware .hspc-custom-checklist li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 4px;
    border-bottom: 1px solid var(--hsp-custom-line);
    color: #334c5f;
    font-size: 15px;
}

.hspc-page--custom-hardware .hspc-custom-checklist svg {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    color: var(--hsp-custom-orange);
    stroke-width: 2;
}

.hspc-page--custom-hardware .hspc-custom-information__visual {
    min-width: 0;
}

.hspc-page--custom-hardware .hspc-custom-information__visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.hspc-page--custom-hardware .hspc-custom-support {
    max-width: 940px;
    padding: 30px 32px;
    border: 1px solid var(--hsp-custom-line);
    border-left: 4px solid var(--hsp-custom-orange);
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-support p {
    max-width: 760px;
    margin-bottom: 0;
    color: #4d6171;
    font-size: 16px;
    line-height: 1.62;
}

.hspc-page--custom-hardware .hspc-faq {
    border-top: 1px solid var(--hsp-custom-line);
}

.hspc-page--custom-hardware .hspc-faq details {
    border-bottom: 1px solid var(--hsp-custom-line);
    background: #fff;
}

.hspc-page--custom-hardware .hspc-faq summary {
    position: relative;
    display: flex;
    min-height: 66px;
    padding: 18px 52px 18px 18px;
    align-items: center;
    color: var(--hsp-custom-navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.hspc-page--custom-hardware .hspc-faq summary::-webkit-details-marker {
    display: none;
}

.hspc-page--custom-hardware .hspc-faq summary > span::before,
.hspc-page--custom-hardware .hspc-faq summary > span::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: var(--hsp-custom-orange);
    content: "";
    transform: translateY(-50%);
}

.hspc-page--custom-hardware .hspc-faq summary > span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .16s ease;
}

.hspc-page--custom-hardware .hspc-faq details[open] summary > span::after {
    transform: translateY(-50%);
}

.hspc-page--custom-hardware .hspc-faq details > div {
    padding: 0 52px 20px 18px;
}

.hspc-page--custom-hardware .hspc-faq p {
    margin: 0;
    color: #536676;
    line-height: 1.65;
}

.hspc-page--custom-hardware .hspc-custom-rfq {
    border-top: 1px solid var(--hsp-custom-line);
    background: #fff;
}

.hspc-page--custom-hardware .htan-form-wrap {
    margin-top: 26px;
    padding: 30px;
    border: 1px solid var(--hsp-custom-line);
    background: #fff;
}

.hspc-page--custom-hardware .htan-form-notice {
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 1px solid var(--hsp-custom-line);
    background: var(--hsp-custom-soft);
}

.hspc-page--custom-hardware .htan-form-success {
    border-left: 3px solid #3b8b55;
}

.hspc-page--custom-hardware .htan-form-error {
    border-left: 3px solid #b53434;
}

.hspc-page--custom-hardware .htan-form-hidden,
.hspc-page--custom-hardware .htan-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.hspc-page--custom-hardware .hspc-custom-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 20px;
}

.hspc-page--custom-hardware .htan-form-field {
    min-width: 0;
}

.hspc-page--custom-hardware .htan-form-field-wide,
.hspc-page--custom-hardware .hspc-custom-form-field--phone {
    grid-column: 1 / -1;
}

.hspc-page--custom-hardware .hspc-custom-form-field--phone {
    width: calc(50% - 10px);
}

.hspc-page--custom-hardware .htan-form-field > label,
.hspc-page--custom-hardware .htan-form-label {
    display: block;
    margin-bottom: 7px;
    color: var(--hsp-custom-navy);
    font-size: 14px;
    font-weight: 700;
}

.hspc-page--custom-hardware .htan-form-field input:not([type="checkbox"]):not([type="file"]),
.hspc-page--custom-hardware .htan-form-field textarea {
    display: block;
    width: 100%;
    border: 1px solid #bac7d1;
    border-radius: 3px;
    background: #fff;
    color: #1f3444;
    font: inherit;
}

.hspc-page--custom-hardware .htan-form-field input:not([type="checkbox"]):not([type="file"]) {
    height: 46px;
    padding: 0 12px;
}

.hspc-page--custom-hardware .htan-form-field textarea {
    min-height: 150px;
    padding: 12px;
    resize: vertical;
}

.hspc-page--custom-hardware .htan-form-field input:focus,
.hspc-page--custom-hardware .htan-form-field textarea:focus {
    border-color: var(--hsp-custom-blue);
}

.hspc-page--custom-hardware .hspc-custom-upload {
    position: relative;
    display: grid;
    min-height: 140px;
    place-items: center;
    overflow: hidden;
    border: 1px dashed #94aaba;
    border-radius: 3px;
    background: var(--hsp-custom-soft);
    color: #42596b;
    transition: border-color .15s ease, background-color .15s ease;
}

.hspc-page--custom-hardware .hspc-custom-upload:focus-within,
.hspc-page--custom-hardware .hspc-custom-upload.is-dragover {
    border-color: var(--hsp-custom-orange);
    background: #fff8f3;
    outline: 3px solid rgba(238, 118, 35, .2);
    outline-offset: 2px;
}

.hspc-page--custom-hardware .hspc-custom-upload__input {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hspc-page--custom-hardware .hspc-custom-upload__prompt {
    display: grid;
    gap: 7px;
    padding: 18px 22px;
    place-items: center;
    text-align: center;
}

.hspc-page--custom-hardware .hspc-custom-upload__prompt svg {
    width: 30px;
    height: 30px;
    color: var(--hsp-custom-blue);
}

.hspc-page--custom-hardware .hspc-custom-upload__prompt strong {
    color: var(--hsp-custom-navy);
    font-size: 15px;
}

.hspc-page--custom-hardware .hspc-custom-upload__button {
    display: inline-flex;
    min-height: 34px;
    padding: 6px 13px;
    align-items: center;
    border: 1px solid var(--hsp-custom-orange);
    border-radius: 3px;
    color: var(--hsp-custom-orange);
    font-size: 13px;
    font-weight: 750;
}

.hspc-page--custom-hardware .hspc-custom-upload__prompt small {
    color: #657582;
    font-size: 12px;
    line-height: 1.45;
}

.hspc-page--custom-hardware .hspc-custom-upload__selection {
    display: flex;
    gap: 18px;
    margin-top: 10px;
    padding: 11px 13px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--hsp-custom-line);
    background: #fff;
}

.hspc-page--custom-hardware .hspc-custom-upload__selection[hidden] {
    display: none;
}

.hspc-page--custom-hardware .hspc-custom-upload__selection > div {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.hspc-page--custom-hardware .hspc-custom-upload__selection strong {
    overflow: hidden;
    color: var(--hsp-custom-navy);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hspc-page--custom-hardware .hspc-custom-upload__selection span {
    color: var(--hsp-custom-muted);
    font-size: 12px;
}

.hspc-page--custom-hardware .hspc-custom-upload__selection button {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid #aebdc8;
    border-radius: 3px;
    background: #fff;
    color: #344d60;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.hspc-page--custom-hardware .htan-consent label {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 0;
    color: #526675;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.hspc-page--custom-hardware .htan-consent input {
    margin-top: 3px;
}

.hspc-page--custom-hardware .htan-consent a {
    color: var(--hsp-custom-blue);
}

.hspc-page--custom-hardware .hspc-custom-form-actions {
    display: flex;
    justify-content: flex-end;
}

.hspc-page--custom-hardware .htan-rfq-form button[type="submit"] {
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid var(--hsp-custom-orange);
    border-radius: 3px;
    background: var(--hsp-custom-orange);
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.hspc-page--custom-hardware .htan-rfq-form button[type="submit"]:hover {
    border-color: #cf5f17;
    background: #cf5f17;
}

@media (max-width: 1100px) {
    .hspc-page--custom-hardware .hspc-custom-family-grid,
    .hspc-page--custom-hardware .hspc-custom-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hspc-page--custom-hardware .hspc-custom-process li {
        min-height: 180px;
    }
}

@media (max-width: 900px) {
    .hspc-page--custom-hardware .hspc-custom-adapt-grid,
    .hspc-page--custom-hardware .hspc-custom-application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hspc-page--custom-hardware .hspc-custom-information {
        grid-template-columns: 1fr;
    }

    .hspc-page--custom-hardware .hspc-custom-information__visual {
        max-width: 560px;
        margin-inline: auto;
    }
}

@media (max-width: 620px) {
    .hspc-page--custom-hardware .hspc-custom-container {
        width: min(100% - 32px, 1240px);
    }

    .hspc-page--custom-hardware .hspc-custom-breadcrumb ol {
        padding: 12px 0;
        font-size: 13px;
    }

    .hspc-page--custom-hardware .hspc-custom-hero {
        padding: 38px 0 42px;
    }

    .hspc-page--custom-hardware .hspc-custom-hero h1 {
        font-size: 38px;
    }

    .hspc-page--custom-hardware .hspc-custom-hero__copy > p {
        font-size: 16px;
    }

    .hspc-page--custom-hardware .hspc-custom-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .hspc-page--custom-hardware .hspc-custom-section {
        padding: 48px 0;
    }

    .hspc-page--custom-hardware .hspc-custom-section-head h2,
    .hspc-page--custom-hardware .hspc-custom-support h2 {
        font-size: 26px;
    }

    .hspc-page--custom-hardware .hspc-custom-adapt-grid,
    .hspc-page--custom-hardware .hspc-custom-application-grid,
    .hspc-page--custom-hardware .hspc-custom-family-grid,
    .hspc-page--custom-hardware .hspc-custom-process,
    .hspc-page--custom-hardware .hspc-custom-form-grid {
        grid-template-columns: 1fr;
    }

    .hspc-page--custom-hardware .hspc-custom-adapt-card,
    .hspc-page--custom-hardware .hspc-custom-application-card,
    .hspc-page--custom-hardware .hspc-custom-process li {
        min-height: 0;
    }

    .hspc-page--custom-hardware .hspc-custom-family-card,
    .hspc-page--custom-hardware .hspc-custom-family-card__link-wrap,
    .hspc-page--custom-hardware .hspc-custom-family-card__link-wrap > a {
        min-height: 154px;
    }

    .hspc-page--custom-hardware .hspc-custom-process__number {
        margin-bottom: 16px;
    }

    .hspc-page--custom-hardware .hspc-custom-support,
    .hspc-page--custom-hardware .htan-form-wrap {
        padding: 22px;
    }

    .hspc-page--custom-hardware .hspc-faq summary {
        min-height: 62px;
        padding: 16px 46px 16px 14px;
    }

    .hspc-page--custom-hardware .hspc-faq details > div {
        padding: 0 40px 18px 14px;
    }

    .hspc-page--custom-hardware .hspc-custom-form-field--phone {
        width: 100%;
    }

    .hspc-page--custom-hardware .hspc-custom-upload {
        min-height: 145px;
    }

    .hspc-page--custom-hardware .hspc-custom-upload__selection {
        align-items: flex-start;
    }

    .hspc-page--custom-hardware .hspc-custom-form-actions,
    .hspc-page--custom-hardware .hspc-custom-form-actions button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hspc-page--custom-hardware *,
    .hspc-page--custom-hardware *::before,
    .hspc-page--custom-hardware *::after {
        scroll-behavior: auto;
        transition-duration: .01ms;
    }
}
