body.hst-service-page {
    margin: 0 !important;
    color: #222;
    background: #fff;
    font-family: var(--hst-font-family);
    overflow-x: hidden;
}

body.hst-service-page .site-content .ast-container,
body.hst-service-page #primary {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
}

body.hst-service-page.ast-separate-container #primary {
    margin-top: 0;
    margin-bottom: 0;
}

body.hst-solutions-page #primary {
    padding-bottom: 0;
}

body.hst-service-page.ast-separate-container .ast-article-single,
body.hst-service-page.ast-separate-container .ast-article-post,
body.hst-service-page .hentry {
    margin: 0;
    padding: 0;
}

body.hst-service-page #content {
    padding: 0;
}

.hst-service-main {
    width: 100%;
}

body.hst-solutions-page .hst-solutions-figma {
    --hst-solutions-section-gap: 120px;
    color: #333;
    background: #fff;
}

body.hst-solutions-page .hst-solutions-hero {
    height: 50vh;
    min-height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
}

body.hst-solutions-page .hst-solutions-hero__copy {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-hero h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-solutions-page .hst-solutions-hero p {
    margin: 0 0 42px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--hst-font-hero-subtitle);
    font-weight: 400;
    line-height: 1.2;
}

body.hst-solutions-page .hst-solutions-detail-btn {
    width: auto;
    min-height: 52px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
}

body.hst-solutions-page .hst-solutions-detail-btn span {
    width: 17px;
    height: 1px;
    position: relative;
    display: block;
    background: currentColor;
}

body.hst-solutions-page .hst-solutions-detail-btn span::after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

body.hst-solutions-page .hst-solutions-slider {
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    display: flex;
    z-index: 1;
}

body.hst-solutions-page .hst-solutions-slider span {
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 0.35);
}

body.hst-solutions-page .hst-solutions-slider span:first-child {
    background: #fff;
}

body.hst-solutions-page .hst-solutions-list {
    width: min(1625px, calc(100% - 72px));
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: var(--hst-solutions-section-gap);
}

body.hst-solutions-page .hst-solutions-list.hst-solutions-list--footer-cta {
    padding-bottom: 0;
}

body.hst-solutions-page .hst-solutions-row {
    min-height: 480px;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 782fr) minmax(0, 740fr);
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(22, 22, 22, 0.12);
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-row:last-child {
    margin-bottom: 0;
}

body.hst-solutions-page .hst-solutions-row.is-reverse {
    grid-template-columns: minmax(0, 740fr) minmax(0, 782fr);
}

body.hst-solutions-page .hst-solutions-row.is-reverse .hst-solutions-row__copy {
    order: 2;
}

body.hst-solutions-page .hst-solutions-row.is-reverse img {
    order: 1;
}

body.hst-solutions-page .hst-solutions-row__copy h2 {
    margin: 0 0 48px;
    color: #333;
    font-size: var(--hst-font-section-title);
    font-weight: 600;
    line-height: 1.5;
}

body.hst-solutions-page .hst-solutions-row__copy {
    padding: clamp(32px, 4vw, 64px);
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-row__copy p {
    margin: 0;
    color: rgba(51, 51, 51, 0.6);
    font-size: var(--hst-font-body);
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

body.hst-solutions-page .hst-solutions-row img {
    width: 100%;
    height: 100%;
    aspect-ratio: 740 / 480;
    display: block;
    object-fit: cover;
}

body.hst-solutions-page .hst-solutions-cta {
    min-height: 320px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    padding: 64px 0;
    display: flex;
    align-items: center;
    background: #161616;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-cta__inner {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-cta h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: var(--hst-font-section-title);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-solutions-page .hst-solutions-cta p {
    max-width: 880px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--hst-font-body);
    line-height: 1.7;
}

body.hst-solutions-page .hst-solutions-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 36px;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.hst-solutions-page .hst-solutions-cta__btn span {
    font-size: 1.1em;
    line-height: 1;
}

body.hst-solutions-page .hst-solutions-cta__btn:hover {
    background: #c40010;
    box-shadow: 0 6px 18px rgba(230, 0, 18, 0.3);
    transform: translateY(-1px);
}

body.hst-solutions-page .hst-solutions-contact-cta {
    min-height: 320px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: var(--hst-solutions-section-gap) 0 0;
    padding: 64px 0;
    background: #161616;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-contact-cta__inner {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

body.hst-solutions-page .hst-solutions-contact-cta h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: var(--hst-font-section-title);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-solutions-page .hst-solutions-contact-cta p {
    max-width: 880px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--hst-font-body);
    line-height: 1.7;
}

body.hst-solutions-page .hst-solutions-contact-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 36px;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.hst-solutions-page .hst-solutions-contact-cta__btn span {
    font-size: 1.1em;
    line-height: 1;
}

body.hst-solutions-page .hst-solutions-contact-cta__btn:hover {
    background: #c40010;
    box-shadow: 0 6px 18px rgba(230, 0, 18, 0.3);
    transform: translateY(-1px);
}

body.hst-product-inquiry-open {
    overflow: hidden;
}

.hst-product-inquiry-modal[hidden] {
    display: none;
}

.hst-product-inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.hst-product-inquiry-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(3px);
}

.hst-product-inquiry-modal__dialog {
    width: min(640px, calc(100vw - 36px));
    max-height: calc(100vh - 48px);
    padding: 34px;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    overflow-y: auto;
}

.hst-product-inquiry-modal__close {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    position: absolute;
    right: 18px;
    top: 18px;
    background: #f5f5f5;
    cursor: pointer;
}

.hst-product-inquiry-modal__close::before,
.hst-product-inquiry-modal__close::after {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 18px;
    background: #333;
}

.hst-product-inquiry-modal__close::before {
    transform: rotate(45deg);
}

.hst-product-inquiry-modal__close::after {
    transform: rotate(-45deg);
}

.hst-product-inquiry-modal__close:hover,
.hst-product-inquiry-modal__close:focus-visible {
    background: #e60012;
}

.hst-product-inquiry-modal__close:hover::before,
.hst-product-inquiry-modal__close:hover::after,
.hst-product-inquiry-modal__close:focus-visible::before,
.hst-product-inquiry-modal__close:focus-visible::after {
    background: #fff;
}

.hst-product-inquiry-modal__dialog h2 {
    margin: 0 48px 8px 0;
    color: #222;
    font-size: clamp(28px, 2.2vw, 36px);
    font-weight: 700;
    line-height: 1.2;
}

.hst-product-inquiry-modal__product {
    min-height: 22px;
    margin: 0 0 22px;
    color: #e60012;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.hst-product-inquiry-modal__message {
    margin: 0 0 18px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.hst-product-inquiry-modal__message.is-success {
    background: rgba(18, 150, 80, 0.1);
    color: #147d46;
}

.hst-product-inquiry-modal__message.is-error {
    background: rgba(230, 0, 18, 0.1);
    color: #c40010;
}

.hst-product-inquiry-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hst-product-inquiry-field {
    margin-bottom: 16px;
    display: block;
}

.hst-product-inquiry-row .hst-product-inquiry-field {
    min-width: 0;
}

.hst-product-inquiry-field span {
    margin-bottom: 7px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.hst-product-inquiry-field em {
    margin-left: 4px;
    color: #e60012;
    font-style: normal;
}

.hst-product-inquiry-field input,
.hst-product-inquiry-field textarea {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.14);
    border-radius: 0;
    background: #f7f7f7;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.hst-product-inquiry-field input {
    height: 48px;
    padding: 0 14px;
}

.hst-product-inquiry-field textarea {
    min-height: 126px;
    padding: 13px 14px;
    resize: vertical;
}

.hst-product-inquiry-field input:focus,
.hst-product-inquiry-field textarea:focus {
    border-color: #e60012;
    background: #fff;
}

.hst-product-inquiry-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 4px;
    border: 0;
    border-radius: 0;
    background: #e60012;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

.hst-product-inquiry-submit:hover,
.hst-product-inquiry-submit:focus,
.hst-product-inquiry-submit:focus-visible,
.hst-product-inquiry-submit:active {
    background: #c40010;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(230, 0, 18, 0.22);
    outline: none;
}

body.hst-solutions-page .hst-solutions-hero::before,
body.hst-service-page .hst-news-figma .hst-news-hero-figma::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
}

body.hst-solutions-page .hst-solutions-hero h1,
body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
body.hst-service-page .hst-news-figma .hst-news-hero-figma h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title, 80px);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-solutions-page .hst-solutions-hero p,
body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
    margin: 0 0 118px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--hst-font-hero-subtitle, 48px);
    font-weight: 400;
    line-height: 1.2;
}

body.hst-solutions-page .hst-solutions-detail-btn,
body.hst-service-page .hst-contact-figma .hst-contact-detail-btn,
body.hst-service-page .hst-news-figma .hst-news-detail-btn {
    min-height: 52px;
    padding: 0 34px;
    font-size: var(--hst-font-button, 18px);
    font-weight: 600;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.hst-solutions-page .hst-solutions-detail-btn:hover,
body.hst-service-page .hst-contact-figma .hst-contact-detail-btn:hover,
body.hst-service-page .hst-news-figma .hst-news-detail-btn:hover {
    background: #c40010;
    box-shadow: 0 4px 12px rgba(230, 0, 18, 0.28);
    transform: translateY(-1px);
}

.hst-service-container {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
}

.hst-service-hero {
    height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.hst-service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.hst-service-hero__inner {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hst-service-hero__inner span {
    display: block;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.76);
    font-size: var(--hst-font-content-title);
    font-weight: 700;
    letter-spacing: 2px;
}

.hst-service-hero h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title);
    font-weight: 700;
    line-height: 1.15;
}

.hst-service-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: var(--hst-font-hero-subtitle);
    line-height: 1.55;
}

.hst-section-heading {
    margin-bottom: 58px;
    text-align: center;
}

.hst-section-heading-left {
    margin-bottom: 28px;
    text-align: left;
}

.hst-section-heading p,
.hst-service-title span,
.hst-service-industries span {
    margin: 0 0 12px;
    color: #333;
    font-size: var(--hst-font-section-eyebrow);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.hst-section-heading h2,
.hst-service-title h2,
.hst-service-industries h2 {
    margin: 0;
    color: #111;
    font-size: var(--hst-font-section-title);
    font-weight: 700;
    line-height: 1.25;
}

.hst-service-intro {
    padding: 108px 0 72px;
    background: #fff;
}

.hst-service-intro__grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 82px;
    align-items: start;
}

.hst-service-copy p,
.hst-contact-page__info > p {
    margin: 0 0 22px;
    color: #333;
    font-size: var(--hst-font-body);
    line-height: 1.9;
}

.hst-service-cards-section,
.hst-news-list-section,
.hst-contact-page-section {
    padding: 92px 0 112px;
    background: #f5f5f5;
}

.hst-service-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.hst-service-cards article {
    min-height: 330px;
    padding: 42px 34px 36px;
    background: #fff;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.hst-service-cards article:first-child {
    background: #e60012;
}

.hst-service-cards b {
    display: block;
    margin-bottom: 34px;
    color: #ddd;
    font-size: 42px;
    line-height: 1;
}

.hst-service-cards h3 {
    margin: 0 0 22px;
    color: #111;
    font-size: var(--hst-font-content-title);
    font-weight: 700;
    line-height: 1.35;
}

.hst-service-cards p {
    margin: 0;
    color: #666;
    font-size: var(--hst-font-body-sm);
    line-height: 1.8;
}

.hst-service-cards article:first-child b,
.hst-service-cards article:first-child h3,
.hst-service-cards article:first-child p {
    color: #fff;
}

.hst-service-industries {
    padding: 96px 0 120px;
    background: #fff;
}

.hst-service-industries__grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 82px;
    align-items: start;
}

.hst-service-industries ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    list-style: none;
}

.hst-service-industries li {
    min-height: 96px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    border-left: 6px solid #e60012;
    background: #f7f7f7;
    color: #222;
    font-size: var(--hst-font-body-lg);
    font-weight: 700;
    line-height: 1.5;
    box-sizing: border-box;
}

.hst-news-featured {
    padding: 108px 0 42px;
    background: #fff;
}

.hst-news-featured__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 0;
    align-items: center;
}

.hst-news-featured__image img {
    display: block;
    width: 100%;
}

.hst-news-featured__copy {
    margin-left: -80px;
    padding: 58px 56px;
    background: #222;
    color: #fff;
    position: relative;
    z-index: 1;
}

.hst-news-featured time,
.hst-news-list time {
    display: block;
    margin-bottom: 18px;
    color: #e60012;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
}

.hst-news-featured h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: var(--hst-font-content-title);
    line-height: 1.45;
}

.hst-news-featured p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--hst-font-body);
    line-height: 1.85;
}

.hst-news-featured a,
.hst-card-action {
    color: #e60012 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
    text-decoration: underline !important;
}

.hst-news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hst-news-list article {
    padding: 42px 36px;
    background: #fff;
}

.hst-news-list h3 {
    margin: 0 0 20px;
    color: #111;
    font-size: var(--hst-font-content-title);
    line-height: 1.5;
}

.hst-news-list p {
    margin: 0;
    color: #666;
    font-size: var(--hst-font-body-sm);
    line-height: 1.8;
}

body.hst-service-page .hst-news-figma {
    color: #333;
    background: #fff;
}

body.hst-contact-page .hst-about-qr {
    width: 123px;
    height: 123px;
    border-width: 0;
}

body.hst-service-page .hst-contact-figma {
    color: #333;
    background: #fff;
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma {
    height: 960px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    padding: 0 0 208px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p {
    margin: 0 0 118px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--hst-font-hero-subtitle);
    font-weight: 400;
    line-height: 1.2;
}

body.hst-service-page .hst-contact-figma .hst-contact-detail-btn {
    min-height: 52px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.hst-service-page .hst-contact-figma .hst-contact-detail-btn:hover {
    background: #c40010;
    box-shadow: 0 4px 12px rgba(230, 0, 18, 0.28);
    transform: translateY(-1px);
}

body.hst-service-page .hst-contact-figma .hst-contact-detail-btn span {
    display: inline;
    width: auto;
    height: auto;
    margin-left: 4px;
    background: none;
}

body.hst-service-page .hst-contact-figma .hst-contact-detail-btn span::before {
    content: "\2192";
}

body.hst-service-page .hst-contact-figma .hst-contact-detail-btn span::after {
    content: none;
}

body.hst-service-page .hst-contact-figma .hst-contact-info-figma {
    width: min(1624px, calc(100% - 72px));
    margin: 0 auto;
    padding: 96px 0 112px;
}

body.hst-service-page .hst-contact-figma .hst-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 40px;
    align-items: start;
}

body.hst-service-page .hst-contact-figma .hst-contact-content {
    padding: clamp(32px, 3vw, 48px);
    border: 1px solid rgba(16, 16, 16, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 16, 16, 0.06);
    box-sizing: border-box;
}

body.hst-service-page .hst-contact-figma .hst-contact-content h2 {
    margin: 0 0 18px;
    color: #101010;
    font-size: var(--hst-font-section-title);
    font-weight: 700;
    line-height: 1.25;
}

body.hst-service-page .hst-contact-figma .hst-contact-info-list {
    display: grid;
    gap: 6px;
}

body.hst-service-page .hst-contact-figma .hst-contact-info-list article,
body.hst-service-page .hst-contact-figma .hst-contact-people article {
    margin: 0;
}

body.hst-service-page .hst-contact-figma .hst-contact-info-list h3,
body.hst-service-page .hst-contact-figma .hst-contact-intro h3 {
    margin: 0;
    color: #111;
    font-size: var(--hst-font-content-title);
    font-weight: 700;
    line-height: 1.2;
}

body.hst-service-page .hst-contact-figma .hst-contact-info-list p {
    margin: 2px 0 0;
    color: #4f4f4f;
    font-size: var(--hst-font-body);
    font-weight: 400;
    line-height: 1.3;
}

body.hst-service-page .hst-contact-figma .hst-contact-intro {
    margin-top: 18px;
}

body.hst-service-page .hst-contact-figma .hst-contact-intro p {
    max-width: 680px;
    margin: 6px 0 0;
    color: #4f4f4f;
    font-size: var(--hst-font-body);
    line-height: 1.75;
}

body.hst-service-page .hst-contact-figma .hst-contact-people {
    margin-top: 42px;
    display: grid;
    gap: 28px;
}

body.hst-service-page .hst-contact-figma .hst-contact-people h4 {
    margin: 0;
    color: #111;
    font-size: var(--hst-font-body-lg);
    font-weight: 700;
    line-height: 1.3;
}

body.hst-service-page .hst-contact-figma .hst-contact-people p {
    margin: 6px 0 4px;
    color: #5f5f5f;
    font-size: var(--hst-font-body);
    line-height: 1.45;
}

body.hst-service-page .hst-contact-figma .hst-contact-people a {
    color: #e60012;
    font-size: var(--hst-font-body);
    text-decoration: none;
}

body.hst-service-page .hst-contact-figma .hst-contact-people a:hover {
    color: #c40010;
    text-decoration: underline;
}

body.hst-service-page .hst-contact-figma .hst-contact-side {
    margin-top: clamp(112px, calc(4.4vw + 76px), 136px);
    display: grid;
    gap: 72px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-side {
    margin-top: clamp(82px, calc(3.4vw + 56px), 104px);
}

body.hst-service-page .hst-contact-figma .hst-contact-map-figma {
    margin: 0;
    padding: 0;
    width: calc(100% - 14px);
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #f1f1f1;
    box-shadow: none;
    box-sizing: border-box;
}

body.hst-contact-page .hst-contact-figma .hst-contact-content .hst-contact-map-figma {
    margin: 16px 0 0;
    width: 100%;
    height: 220px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-content .hst-contact-map-pin {
    left: 56%;
}

body.hst-service-page .hst-contact-figma .hst-contact-map-figma img {
    width: 100%;
    height: auto;
    aspect-ratio: 1461 / 471;
    display: block;
    object-fit: cover;
}

body.hst-service-page .hst-contact-figma .hst-contact-map-frame {
    width: 100%;
    height: 370px;
    min-height: 370px;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

body.hst-service-page .hst-contact-figma .hst-contact-map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    display: block;
    min-width: 280px;
    max-width: calc(100% - 40px);
    padding: 10px 14px 10px 38px;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    transform: translate(-50%, -118%);
    pointer-events: none;
}

body.hst-contact-page .hst-contact-figma .hst-contact-map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    display: block;
    min-width: 280px;
    max-width: calc(100% - 40px);
    padding: 10px 14px 10px 38px;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    transform: translate(-50%, -118%);
    pointer-events: none;
}

body.hst-service-page .hst-contact-figma .hst-contact-map-pin::after,
body.hst-contact-page .hst-contact-figma .hst-contact-map-pin::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 8px solid transparent;
    border-top-color: #fff;
    transform: translateX(-50%);
}

body.hst-service-page .hst-contact-figma .hst-contact-map-pin__dot,
body.hst-contact-page .hst-contact-figma .hst-contact-map-pin__dot {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 50%;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #e60012;
    box-shadow: 0 0 0 2px #e60012;
    transform: translateY(-50%);
}

body.hst-service-page .hst-contact-figma .hst-contact-map-pin__label,
body.hst-contact-page .hst-contact-figma .hst-contact-map-pin__label {
    display: block;
}

body.hst-service-page .hst-contact-figma .hst-contact-map-pin__dot::after,
body.hst-contact-page .hst-contact-figma .hst-contact-map-pin__dot::after {
    content: none;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma {
    padding: 0;
    position: relative;
    background: transparent;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-message {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 14px);
    padding: 12px 16px;
    border-radius: 4px;
    font-size: var(--hst-font-body);
    line-height: 1.5;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-message.is-success {
    background: rgba(230, 0, 18, 0.08);
    color: #9f0010;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-message.is-error {
    background: rgba(199, 0, 16, 0.08);
    color: #c40010;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma form {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 22px;
    box-sizing: border-box;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-field {
    display: block;
    margin: 0;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-label {
    display: block;
    margin: 0 0 10px;
    color: #111;
    font-size: var(--hst-font-body);
    font-weight: 500;
    line-height: 1.35;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-required {
    margin-left: 4px;
    color: #f00002;
    font-style: normal;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma input,
body.hst-service-page .hst-contact-figma .hst-contact-form-figma textarea {
    width: 100%;
    border: 0;
    border-radius: 4px;
    background: #f4f4f4;
    color: #333;
    font-size: var(--hst-font-body);
    line-height: 1.5;
    box-sizing: border-box;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma input {
    height: 50px;
    padding: 0 18px;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma textarea {
    height: 128px;
    padding: 15px 18px;
    resize: vertical;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma ::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma button {
    width: fit-content;
    min-height: 48px;
    padding: 0 28px;
    border: 0;
    border-radius: 6px;
    background: #df0615;
    color: #fff;
    font-size: var(--hst-font-body);
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    opacity: 0.3;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma button:hover,
body.hst-service-page .hst-contact-figma .hst-contact-form-figma button:focus {
    background: #e60012;
    opacity: 1;
    box-shadow: 0 8px 18px rgba(230, 0, 18, 0.2);
    transform: translateY(-1px);
}

body.hst-service-page .hst-contact-figma .hst-contact-form-figma button::before,
body.hst-service-page .hst-contact-figma .hst-contact-form-figma button::after,
body.hst-contact-page .hst-contact-form-figma button::before,
body.hst-contact-page .hst-contact-form-figma button::after,
.hst-inquiry-form-panel input[type="submit"]::before,
.hst-inquiry-form-panel input[type="submit"]::after {
    content: none !important;
    display: none !important;
}

body.hst-contact-page .hst-contact-figma .hst-contact-side {
    padding: clamp(24px, 2.2vw, 34px);
    border: 1px solid #d8d8d8;
    border-top: 5px solid #e60012;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 16, 16, 0.07);
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-title {
    margin: 0 0 22px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma {
    margin-top: 0;
    padding: 0;
    background: transparent;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-message {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-left: 4px solid #1f9d55;
    background: #f0fbf4;
    color: #166534;
    font-size: var(--hst-font-body-sm);
    line-height: 1.5;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-message.is-error {
    border-left-color: #e60012;
    background: #fff3f3;
    color: #9f1239;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma form {
    display: grid;
    gap: 16px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-field {
    display: block;
    margin: 0;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-label {
    display: block;
    margin: 0 0 7px;
    color: #111;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
    line-height: 1.35;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-required {
    margin-left: 4px;
    color: #e60012;
    font-style: normal;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma input,
body.hst-contact-page .hst-contact-figma .hst-contact-form-figma textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: var(--hst-font-body-sm);
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma input {
    height: 46px;
    padding: 0 16px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma textarea {
    min-height: 112px;
    padding: 14px 16px;
    resize: vertical;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma input:focus,
body.hst-contact-page .hst-contact-figma .hst-contact-form-figma textarea:focus {
    box-shadow: inset 0 0 0 1px #e60012;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma ::placeholder {
    color: #777;
    opacity: 1;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma button {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #df0615;
    color: #fff;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    opacity: 0.3;
    transition: background 0.25s ease, opacity 0.25s ease;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma button:hover,
body.hst-contact-page .hst-contact-figma .hst-contact-form-figma button:focus {
    background: #e60012;
    opacity: 1;
}

body.hst-service-page .hst-news-figma .hst-news-hero-figma {
    height: 960px;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
body.hst-service-page .hst-news-figma .hst-news-catalog {
    width: min(1624px, calc(100% - 296px));
    margin: 0 auto;
    box-sizing: border-box;
}

body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
    padding: 0 0 208px;
    position: relative;
    z-index: 1;
}

body.hst-service-page .hst-news-figma .hst-news-hero-figma h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
    margin: 0 0 118px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--hst-font-hero-subtitle);
    font-weight: 400;
    line-height: 1.2;
}

body.hst-service-page .hst-news-figma .hst-news-detail-btn {
    width: auto;
    min-height: 52px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
}

body.hst-service-page .hst-news-figma .hst-news-detail-btn span,
body.hst-service-page .hst-news-figma .hst-news-toolbar label::after {
    width: 17px;
    height: 1px;
    position: relative;
    display: block;
    background: currentColor;
}

body.hst-service-page .hst-news-figma .hst-news-detail-btn span::after,
body.hst-service-page .hst-news-figma .hst-news-toolbar label::after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

body.hst-service-page .hst-news-figma .hst-news-catalog {
    padding: 72px 0 45px;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar {
    min-height: 54px;
    margin-bottom: 36px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar h2 {
    margin: 0;
    color: #333;
    font-size: var(--hst-font-section-title);
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar form {
    display: grid;
    grid-template-columns: 220px 220px 48px;
    align-items: center;
    gap: 18px;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar label {
    height: 54px;
    margin: 0;
    position: relative;
    display: block;
    background: #f6f6f6;
    transition: background 0.2s ease;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar label span {
    position: absolute;
    left: 22px;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar .hst-news-category-field:hover select,
body.hst-service-page .hst-news-figma .hst-news-toolbar .hst-news-category-field:focus-within select {
    border-color: #e60012;
    box-shadow: 0 0 0 1px #e60012;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar label::after {
    right: 22px;
    top: 50%;
    z-index: 1;
    color: #333;
    transform: translateY(-50%) rotate(135deg);
    pointer-events: none;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar .hst-news-category-field select {
    color: transparent;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar select {
    width: 100%;
    height: 54px;
    padding: 0 48px 0 22px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    background: #f8f8f8;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.025);
}

body.hst-service-page .hst-news-figma .hst-news-toolbar select option {
    background: #fff;
    color: #333;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar .hst-news-search-field::after {
    content: none;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar .hst-news-search-field:hover,
body.hst-service-page .hst-news-figma .hst-news-toolbar .hst-news-search-field:focus-within {
    background: #f6f6f6;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar input[type="search"] {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    box-sizing: border-box;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar input[type="search"]::placeholder {
    color: #777;
    opacity: 1;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar button.hst-news-search-submit {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    background: #e60012;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 10px 20px rgba(230, 0, 18, 0.16);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar button.hst-news-search-submit:hover,
body.hst-service-page .hst-news-figma .hst-news-toolbar button.hst-news-search-submit:focus {
    background: #c40010;
    color: #fff;
    box-shadow: 0 12px 24px rgba(230, 0, 18, 0.22);
    transform: translateY(-1px);
}

body.hst-service-page .hst-news-figma .hst-news-toolbar button.hst-news-search-submit svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
    color: inherit;
    opacity: 1;
}

body.hst-service-page .hst-news-figma .hst-news-toolbar button.hst-news-search-submit svg path {
    fill: currentColor;
}

body.hst-service-page .hst-news-figma .hst-news-catalog.is-detail-view {
    padding-top: 32px;
}

body.hst-service-page .hst-news-figma .hst-news-catalog.is-detail-view .hst-news-toolbar {
    margin-bottom: 46px;
    align-items: center;
}

body.hst-service-page .hst-news-figma .hst-news-empty {
    margin: 0;
    padding: 52px;
    background: #f4f4f4;
    color: #555;
    font-size: var(--hst-font-body-lg);
    text-align: center;
}

body.hst-service-page .hst-news-figma .hst-news-rows {
    display: grid;
    gap: 20px;
}

body.hst-service-page .hst-news-figma .hst-news-row {
    min-height: 190px;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 26px;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

body.hst-service-page .hst-news-figma .hst-news-row:hover {
    background: #e60012;
    box-shadow: 0 22px 54px rgba(230, 0, 18, 0.24);
    transform: translateY(-3px);
}

body.hst-service-page .hst-news-figma .hst-news-row:hover h3 a,
body.hst-service-page .hst-news-figma .hst-news-row:hover .hst-news-row__copy p,
body.hst-service-page .hst-news-figma .hst-news-row:hover .hst-news-row__copy time,
body.hst-service-page .hst-news-figma .hst-news-back:hover {
    color: #fff !important;
}

body.hst-service-page .hst-news-figma .hst-news-row:hover .hst-news-row__tags span {
    background: #fff;
    color: var(--hst-news-tag-color, #e60012);
}

body.hst-service-page .hst-news-figma .hst-news-row__copy {
    padding: 24px 0 24px 28px;
}

body.hst-service-page .hst-news-figma .hst-news-row__copy h3 {
    margin: 0 0 12px;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

body.hst-service-page .hst-news-figma .hst-news-row__copy h3 a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

body.hst-service-page .hst-news-figma .hst-news-row__tags {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.hst-service-page .hst-news-figma .hst-news-row__tags span,
body.hst-service-page .hst-news-figma .hst-news-detail-meta span,
body.hst-service-page .hst-news-figma .hst-news-detail-related-card__meta span {
    min-width: 150px;
    height: 32px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hst-news-tag-color, #1f1313);
    color: #fff;
    font-size: var(--hst-font-body-sm);
    line-height: 1;
    box-sizing: border-box;
    transition: background 0.25s ease, color 0.25s ease;
}

body.hst-service-page .hst-news-category-tag--company-news {
    --hst-news-tag-color: #e60012;
    --hst-news-tag-soft-bg: rgba(230, 0, 18, 0.08);
}

body.hst-service-page .hst-news-category-tag--project-cases {
    --hst-news-tag-color: #0f7bff;
    --hst-news-tag-soft-bg: rgba(15, 123, 255, 0.1);
}

body.hst-service-page .hst-news-category-tag--technical-blog {
    --hst-news-tag-color: #10a36f;
    --hst-news-tag-soft-bg: rgba(16, 163, 111, 0.1);
}

body.hst-service-page .hst-news-figma .hst-news-row__copy p {
    max-width: 1138px;
    margin: 0 0 10px;
    color: #333;
    font-size: var(--hst-font-body);
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.25s ease;
}

body.hst-service-page .hst-news-figma .hst-news-row__copy time {
    display: block;
    color: #333;
    font-size: var(--hst-font-body-sm);
    line-height: 1;
    transition: color 0.25s ease;
}

body.hst-service-page .hst-news-figma .hst-news-read-more,
body.hst-service-page .hst-news-figma .hst-news-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: color 0.25s ease, gap 0.25s ease;
}

body.hst-service-page .hst-news-figma .hst-news-read-more {
    color: #e60012 !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
}

body.hst-service-page .hst-news-figma .hst-news-read-more:hover {
    color: #c40010 !important;
    gap: 12px;
}

body.hst-service-page .hst-news-figma .hst-news-row__image {
    align-self: stretch;
    display: block;
    overflow: hidden;
    background: #1f1313;
}

body.hst-service-page .hst-news-figma .hst-news-row__image img {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

body.hst-service-page .hst-news-figma .hst-news-row:hover .hst-news-row__image img {
    opacity: 0.82;
    transform: scale(1.04);
}

body.hst-service-page .hst-news-figma .hst-news-row img {
    width: 260px;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.hst-service-page .hst-news-figma .hst-news-detail-shell {
    position: relative;
}

body.hst-service-page .hst-news-figma .hst-news-detail-article {
    padding-top: 32px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 56px rgba(17, 17, 17, 0.08);
}

body.hst-service-page .hst-news-figma .hst-news-detail-article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #e60012 0%, #e60012 34%, #111 34%, #111 100%);
}

body.hst-service-page .hst-news-figma .hst-news-detail-header {
    padding: 0 76px 34px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-category {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 18px;
    background: var(--hst-news-tag-soft-bg, rgba(230, 0, 18, 0.08));
    color: var(--hst-news-tag-color, #e60012) !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
    text-decoration: none !important;
}

body.hst-service-page .hst-news-figma .hst-news-detail-header h2 {
    max-width: 920px;
    margin: 0 0 22px;
    color: #111;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

body.hst-service-page .hst-news-figma .hst-news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    color: #777;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
}

body.hst-service-page .hst-news-figma .hst-news-detail-meta span {
    min-width: 118px;
    height: 24px;
    padding: 0 10px;
    font-size: var(--hst-font-caption);
}

body.hst-service-page .hst-news-figma .hst-news-detail-meta span::before {
    content: none;
}

body.hst-service-page .hst-news-figma .hst-news-detail-feature {
    margin: 0;
}

body.hst-service-page .hst-news-figma .hst-news-detail-feature img {
    width: 100%;
    height: 520px;
    display: block;
    object-fit: cover;
}

body.hst-service-page .hst-news-figma .hst-news-detail-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 58px 48px 24px;
    color: #333;
}

body.hst-service-page .hst-news-figma .hst-news-detail-content p {
    margin: 0 0 24px;
    color: #444;
    font-size: var(--hst-font-body);
    line-height: 1.95;
}

body.hst-service-page .hst-news-figma .hst-news-detail-content p.is-lead {
    margin-bottom: 30px;
    color: #222;
    font-size: var(--hst-font-body-lg);
    font-weight: 600;
    line-height: 1.85;
}

body.hst-service-page .hst-news-figma .hst-news-detail-actions {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 48px 58px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-like,
body.hst-service-page .hst-news-figma .hst-news-detail-share a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.hst-service-page .hst-news-figma .hst-news-detail-like {
    gap: 8px;
    padding: 0 18px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-like em {
    color: #e60012;
    font-style: normal;
}

body.hst-service-page .hst-news-figma .hst-news-detail-like:hover,
body.hst-service-page .hst-news-figma .hst-news-detail-like.is-liked,
body.hst-service-page .hst-news-figma .hst-news-detail-share a:hover {
    border-color: #e60012;
    background: #e60012;
    color: #fff !important;
}

body.hst-service-page .hst-news-figma .hst-news-detail-like:hover em,
body.hst-service-page .hst-news-figma .hst-news-detail-like.is-liked em {
    color: #fff;
}

body.hst-service-page .hst-news-figma .hst-news-detail-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-share > span {
    color: #777;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
}

body.hst-service-page .hst-news-figma .hst-news-detail-share a {
    width: 42px;
    padding: 0;
}

body.hst-service-page .hst-news-figma .hst-news-detail-share svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related {
    margin-top: 72px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related__head {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related__head h2 {
    margin: 0;
    color: #111;
    font-size: var(--hst-font-section-title);
    font-weight: 700;
    line-height: 1.25;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related__head a {
    color: #e60012 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
    text-decoration: none !important;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card a {
    height: 100%;
    display: block;
    background: #fff;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card img {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card h3,
body.hst-service-page .hst-news-figma .hst-news-detail-related-card p,
body.hst-service-page .hst-news-figma .hst-news-detail-related-card__meta {
    margin-right: 22px;
    margin-left: 22px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    color: #111;
    font-size: var(--hst-font-card-title);
    line-height: 1.45;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 12px;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card__meta time {
    display: block;
    color: #888;
    font-size: var(--hst-font-caption);
    font-weight: 700;
}

body.hst-service-page .hst-news-figma .hst-news-detail-related-card p {
    margin-bottom: 24px;
    color: #555;
    font-size: var(--hst-font-body-sm);
    line-height: 1.7;
}

@media (max-width: 1024px) {
    body.hst-service-page .hst-news-figma .hst-news-detail-header {
        padding: 52px 42px 30px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-feature img {
        height: 380px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-share {
        justify-content: flex-start;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.hst-service-page .hst-news-figma .hst-news-detail-header {
        padding: 38px 22px 24px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-category {
        margin-bottom: 14px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-header h2 {
        font-size: 29px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-feature img {
        height: 240px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-content,
    body.hst-service-page .hst-news-figma .hst-news-detail-actions {
        padding-right: 22px;
        padding-left: 22px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-content {
        padding-top: 34px;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-related__head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-related__grid {
        grid-template-columns: 1fr;
    }

    body.hst-service-page .hst-news-figma .hst-news-detail-share a {
        flex: 0 0 42px;
    }
}

body.hst-service-page .hst-news-figma .hst-news-pagination {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

body.hst-service-page .hst-news-figma .hst-news-pagination a {
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    color: #333 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
    text-decoration: none !important;
    box-sizing: border-box;
}

body.hst-service-page .hst-news-figma .hst-news-pagination a.hst-news-pagination__arrow {
    width: 44px;
    padding: 0;
    font-size: 28px;
    line-height: 1;
}

body.hst-service-page .hst-news-figma .hst-news-pagination a.hst-news-pagination__arrow span {
    transform: translateY(-2px);
}

body.hst-service-page .hst-news-figma .hst-news-pagination a:hover,
body.hst-service-page .hst-news-figma .hst-news-pagination a.is-active {
    background: #e60012;
    color: #fff !important;
}

body.hst-service-page .hst-news-figma .hst-news-pagination a.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

body.hst-news-detail-page .hst-news-single {
    background: #f7f7f7;
}

body.hst-news-detail-page .hst-news-single-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

body.hst-news-detail-page .hst-news-single-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.28));
}

body.hst-news-detail-page .hst-news-single-hero__copy {
    position: relative;
    z-index: 1;
    width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
    margin: 0 auto;
    color: #fff;
}

body.hst-news-detail-page .hst-news-single-hero__copy span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 18px;
    background: #e60012;
    color: #fff;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
}

body.hst-news-detail-page .hst-news-single-hero__copy h1 {
    margin: 0;
    color: #fff;
    font-size: var(--hst-font-section-eyebrow);
    line-height: 1.15;
}

body.hst-news-detail-page .hst-news-single-article,
body.hst-news-detail-page .hst-news-related,
body.hst-news-detail-page .hst-news-comments {
    width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
    margin: 0 auto;
    box-sizing: border-box;
}

body.hst-news-detail-page .hst-news-single-article {
    margin: 0 auto;
    padding: 58px 66px 46px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(17, 17, 17, 0.06);
}

body.hst-news-detail-page.ast-separate-container .hst-news-single-article.ast-article-single {
    margin: 0 auto;
    padding: 58px 66px 46px;
}

body.hst-news-detail-page .hst-news-single__header {
    margin-bottom: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
}

body.hst-news-detail-page .hst-news-single__category {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 16px;
    background: rgba(230, 0, 18, 0.08);
    color: #e60012 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
    text-decoration: none !important;
}

body.hst-news-detail-page .hst-news-single__header h2 {
    margin: 0 0 16px;
    color: #111;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

body.hst-news-detail-page .hst-news-single__translation {
    display: inline-flex;
    margin-bottom: 18px;
    color: #666 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
    text-decoration: none !important;
}

body.hst-news-detail-page .hst-news-single__translation:hover,
body.hst-news-detail-page .hst-news-single__translation:focus {
    color: #e60012 !important;
}

body.hst-news-detail-page .hst-news-single__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    color: #777;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
}

body.hst-news-detail-page .hst-news-single__meta .hst-news-category-tag {
    min-width: 150px;
    height: 32px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hst-news-tag-color, #1f1313);
    color: #fff;
    font-size: var(--hst-font-body-sm);
    line-height: 1;
    box-sizing: border-box;
}

body.hst-news-detail-page .hst-news-single__cover {
    margin: 0 0 38px;
}

body.hst-news-detail-page .hst-news-single__cover img {
    width: 100%;
    max-height: 520px;
    display: block;
    object-fit: cover;
}

body.hst-news-detail-page .hst-news-single__content {
    color: #333;
    font-size: var(--hst-font-body);
    line-height: 1.9;
}

body.hst-news-detail-page .hst-news-single__content p,
body.hst-news-detail-page .hst-news-single__content ul,
body.hst-news-detail-page .hst-news-single__content ol,
body.hst-news-detail-page .hst-news-single__content blockquote {
    margin-bottom: 24px;
}

body.hst-news-detail-page .hst-news-single__content h2,
body.hst-news-detail-page .hst-news-single__content h3,
body.hst-news-detail-page .hst-news-single__content h4 {
    margin: 36px 0 16px;
    color: #111;
    line-height: 1.35;
}

body.hst-news-detail-page .hst-news-single__content img {
    max-width: 100%;
    height: auto;
}

body.hst-news-detail-page .hst-news-single__actions {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

body.hst-news-detail-page .hst-news-like,
body.hst-news-detail-page .hst-news-share a,
body.hst-news-detail-page .hst-news-share button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.hst-news-detail-page .hst-news-like {
    gap: 8px;
    padding: 0 18px;
}

body.hst-news-detail-page .hst-news-like em {
    font-style: normal;
    color: #e60012;
}

body.hst-news-detail-page .hst-news-like:hover,
body.hst-news-detail-page .hst-news-like.is-liked,
body.hst-news-detail-page .hst-news-share a:hover,
body.hst-news-detail-page .hst-news-share button:hover {
    border-color: #e60012;
    background: #e60012;
    color: #fff !important;
}

body.hst-news-detail-page .hst-news-like:hover em,
body.hst-news-detail-page .hst-news-like.is-liked em {
    color: #fff;
}

body.hst-news-detail-page .hst-news-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

body.hst-news-detail-page .hst-news-share > span {
    color: #777;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
}

body.hst-news-detail-page .hst-news-share a {
    width: 42px;
    padding: 0;
}

body.hst-news-detail-page .hst-news-share svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

body.hst-news-detail-page .hst-news-related,
body.hst-news-detail-page .hst-news-comments {
    margin-top: 54px;
}

body.hst-news-detail-page .hst-news-related {
    margin-bottom: 72px;
}

body.hst-news-detail-page .hst-news-related__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

body.hst-news-detail-page .hst-news-related__head h2,
body.hst-news-detail-page .hst-news-comments h2,
body.hst-news-detail-page .hst-news-comments h3 {
    margin: 0;
    color: #111;
    font-size: var(--hst-font-section-title);
    line-height: 1.25;
}

body.hst-news-detail-page .hst-news-related__head a {
    color: #e60012 !important;
    font-size: var(--hst-font-body-sm);
    font-weight: 800;
    text-decoration: none !important;
}

body.hst-news-detail-page .hst-news-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.hst-news-detail-page .hst-news-related-card a {
    height: 100%;
    display: block;
    background: #fff;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.hst-news-detail-page .hst-news-related-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
}

body.hst-news-detail-page .hst-news-related-card img {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
}

body.hst-news-detail-page .hst-news-related-card h3,
body.hst-news-detail-page .hst-news-related-card__meta,
body.hst-news-detail-page .hst-news-related-card p {
    margin-right: 22px;
    margin-left: 22px;
}

body.hst-news-detail-page .hst-news-related-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 12px;
}

body.hst-news-detail-page .hst-news-related-card__meta .hst-news-category-tag {
    min-width: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: var(--hst-news-tag-color, #e60012);
    font-size: var(--hst-font-caption);
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

body.hst-news-detail-page .hst-news-related-card h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111;
    font-size: var(--hst-font-card-title);
    line-height: 1.45;
}

body.hst-news-detail-page .hst-news-related-card time {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    color: #888;
    font-size: var(--hst-font-caption);
    font-weight: 700;
    line-height: 1;
}

body.hst-news-detail-page .hst-news-related-card p {
    margin-bottom: 24px;
    color: #555;
    font-size: var(--hst-font-body-sm);
    line-height: 1.7;
}

body.hst-news-detail-page .hst-news-comments {
    margin-bottom: 70px;
    padding: 42px 48px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
}

body.hst-news-detail-page .hst-news-comments__notice {
    margin: 0 0 22px;
    padding: 14px 18px;
    border-left: 4px solid #e60012;
    background: #fafafa;
    color: #555;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
}

body.hst-news-detail-page .hst-news-comments textarea,
body.hst-news-detail-page .hst-news-comments input[type="text"],
body.hst-news-detail-page .hst-news-comments input[type="email"],
body.hst-news-detail-page .hst-news-comments input[type="url"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

body.hst-news-detail-page .hst-news-comments .submit {
    padding: 12px 26px;
    border: 0;
    background: #e60012;
    color: #fff;
    font-weight: 800;
}

body.hst-news-detail-page .hst-news-comments .submit:hover,
body.hst-news-detail-page .hst-news-comments .submit:focus {
    background: #c40010;
}

@media (max-width: 920px) {
    body.hst-news-detail-page .hst-news-single-article {
        padding: 42px 34px 36px;
    }

    body.hst-news-detail-page .hst-news-single__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    body.hst-news-detail-page .hst-news-share {
        justify-content: flex-start;
    }

    body.hst-news-detail-page .hst-news-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.hst-news-detail-page .hst-news-single-hero {
        min-height: 240px;
    }

    body.hst-news-detail-page .hst-news-single-article,
    body.hst-news-detail-page .hst-news-comments {
        padding: 30px 20px;
    }

    body.hst-news-detail-page .hst-news-single__header h2 {
        font-size: 28px;
    }

    body.hst-news-detail-page .hst-news-related__head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.hst-news-detail-page .hst-news-related__grid {
        grid-template-columns: 1fr;
    }

    body.hst-news-detail-page .hst-news-share a,
    body.hst-news-detail-page .hst-news-share button {
        flex: 1 1 auto;
    }
}

.hst-contact-page__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
}

.hst-contact-page__info,
.hst-contact-page__cards .hst-contact-card,
.hst-contact-map__box {
    background: #fff;
}

.hst-contact-page__info {
    padding: 56px 52px;
}

.hst-contact-page__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hst-contact-card {
    padding: 42px 30px 36px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.hst-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.hst-contact-icon {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    color: #e60012;
}

.hst-contact-icon::before,
.hst-contact-icon::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 2px solid currentColor;
}

.hst-contact-card-email .hst-contact-icon::after {
    top: 17px;
    height: 14px;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}

.hst-contact-card-phone .hst-contact-icon::before {
    inset: 9px 14px;
    border-radius: 16px 16px 8px 8px;
    transform: rotate(-28deg);
}

.hst-contact-card-phone .hst-contact-icon::after,
.hst-contact-card-address .hst-contact-icon::after {
    inset: auto 10px 7px auto;
    width: 12px;
    height: 12px;
    background: currentColor;
    border: 0;
    border-radius: 50%;
}

.hst-contact-card-address .hst-contact-icon::before {
    inset: 4px 12px 10px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.hst-contact-card-address .hst-contact-icon::after {
    inset: 15px auto auto 18px;
    background: #fff;
}

.hst-contact-card-whatsapp .hst-contact-icon::before {
    inset: 6px;
    border-radius: 50%;
}

.hst-contact-card-whatsapp .hst-contact-icon::after {
    inset: auto auto 5px 9px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-15deg);
}

.hst-contact-card h3 {
    margin: 0 0 12px;
    color: #1a1a1a;
    font-size: var(--hst-font-card-title);
    font-weight: 600;
}

.hst-contact-card p {
    min-height: 44px;
    margin: 0 0 16px;
    color: #666;
    font-size: var(--hst-font-body-sm);
    line-height: 1.5;
}

.hst-contact-card p a {
    color: #666 !important;
    text-decoration: none !important;
}

.hst-contact-qr-row {
    display: flex;
    gap: 42px;
    margin-top: 36px;
}

.hst-contact-qr-row figure {
    margin: 0;
    text-align: center;
}

.hst-contact-qr-row img {
    display: block;
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.hst-contact-qr-row figcaption {
    margin-top: 8px;
    color: #333;
    font-size: var(--hst-font-caption);
}

.hst-contact-map {
    padding: 0 0 120px;
    background: #f5f5f5;
}

.hst-inquiry-section {
    padding: 0 0 96px;
    background: #f5f5f5;
}

.hst-inquiry-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
    align-items: start;
}

.hst-inquiry-copy,
.hst-inquiry-form-panel {
    background: #fff;
}

.hst-inquiry-copy {
    padding: 52px 48px;
}

.hst-inquiry-copy > p {
    margin: 0;
    color: #555;
    font-size: var(--hst-font-body);
    line-height: 1.85;
}

.hst-inquiry-form-panel {
    padding: 48px;
}

.hst-inquiry-form-panel .wpcf7 form > p {
    margin: 0;
}

.hst-inquiry-form-panel label {
    display: block;
    margin: 0 0 20px;
    color: #222;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
    line-height: 1.5;
}

.hst-inquiry-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
}

.hst-inquiry-form-panel .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.hst-inquiry-form-panel input:not([type="submit"]),
.hst-inquiry-form-panel select,
.hst-inquiry-form-panel textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #fafafa;
    color: #222;
    font-size: var(--hst-font-body-sm);
    box-sizing: border-box;
    outline: none;
}

.hst-inquiry-form-panel textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.hst-inquiry-form-panel input:focus,
.hst-inquiry-form-panel select:focus,
.hst-inquiry-form-panel textarea:focus {
    border-color: #e60012;
    background: #fff;
}

.hst-inquiry-form-panel input[type="submit"] {
    min-width: 180px;
    height: 56px;
    padding: 0 32px;
    border: 0;
    border-radius: 0;
    background: #e60012;
    color: #fff;
    font-size: var(--hst-font-button);
    font-weight: 700;
    cursor: pointer;
}

.hst-inquiry-form-panel input[type="submit"]:hover {
    background: #c40010;
}

.hst-inquiry-form-panel .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: var(--hst-font-caption);
}

.hst-inquiry-form-panel .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 16px !important;
    border-width: 1px !important;
    font-size: var(--hst-font-body-sm);
}

.hst-inquiry-plugin-notice {
    padding: 18px 20px;
    border-left: 4px solid #e60012;
    background: #fff7f7;
    color: #333;
    font-size: var(--hst-font-body-sm);
    line-height: 1.7;
}

.hst-contact-map__box {
    padding: 54px 58px;
    border-left: 8px solid #e60012;
}

.hst-contact-map__box span {
    color: #e60012;
    font-size: var(--hst-font-body-sm);
    font-weight: 700;
}

.hst-contact-map__box h2 {
    margin: 16px 0 14px;
    color: #111;
    font-size: var(--hst-font-content-title);
    line-height: 1.45;
}

.hst-contact-map__box p {
    margin: 0;
    color: #555;
    font-size: var(--hst-font-body);
}

@media (max-width: 1100px) {
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma {
        height: 960px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-info-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-catalog {
        width: min(1200px, calc(100% - 72px));
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
        width: min(1200px, calc(100% - 40px));
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
        padding: 0 0 208px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma h1 {
        font-size: var(--hst-font-hero-title);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
        margin-bottom: 118px;
        font-size: var(--hst-font-hero-subtitle);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-layout {
        grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
        gap: 28px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-content {
        padding: 30px 26px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-side {
        margin-top: 112px;
        gap: 56px;
    }

    body.hst-service-page .hst-news-figma .hst-news-toolbar,
    body.hst-service-page .hst-news-figma .hst-news-toolbar form {
        height: auto;
        grid-template-columns: 1fr;
    }

    body.hst-service-page .hst-news-figma .hst-news-toolbar button {
        width: 100%;
    }

    body.hst-service-page .hst-news-figma .hst-news-toolbar {
        margin-bottom: 56px;
        display: grid;
    }

    body.hst-service-page .hst-news-figma .hst-news-row {
        grid-template-columns: 1fr;
    }

    body.hst-service-page .hst-news-figma .hst-news-row img {
        width: 100%;
        height: auto;
        aspect-ratio: 340 / 261;
    }

    body.hst-solutions-page .hst-solutions-hero {
        height: 50vh;
        min-height: 360px;
    }

    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-solutions-page .hst-solutions-list {
        width: min(1200px, calc(100% - 72px));
    }

    body.hst-solutions-page .hst-solutions-hero__copy {
        width: min(1200px, calc(100% - 40px));
    }

    body.hst-solutions-page .hst-solutions-hero__copy {
        padding: 0;
    }

    body.hst-solutions-page .hst-solutions-hero h1 {
        font-size: var(--hst-font-hero-title);
    }

    body.hst-solutions-page .hst-solutions-hero p {
        margin-bottom: 42px;
        font-size: var(--hst-font-hero-subtitle);
    }

    body.hst-solutions-page .hst-solutions-list {
        padding: 0;
    }

    body.hst-solutions-page .hst-solutions-figma {
        --hst-solutions-section-gap: 90px;
    }

    body.hst-solutions-page .hst-solutions-list.hst-solutions-list--footer-cta {
        padding-bottom: 0;
    }

    body.hst-solutions-page .hst-solutions-row,
    body.hst-solutions-page .hst-solutions-row.is-reverse {
        margin-bottom: 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hst-product-inquiry-modal {
        padding: 18px;
    }

    .hst-product-inquiry-modal__dialog {
        width: calc(100vw - 36px);
        max-height: calc(100vh - 36px);
        padding: 28px 20px 22px;
    }

    .hst-product-inquiry-modal__close {
        right: 12px;
        top: 12px;
    }

    .hst-product-inquiry-modal__dialog h2 {
        margin-right: 42px;
    }

    .hst-product-inquiry-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.hst-solutions-page .hst-solutions-cta {
        min-height: 240px;
        margin-bottom: 0;
        padding: 48px 0;
    }

    body.hst-solutions-page .hst-solutions-contact-cta {
        min-height: 240px;
        padding: 48px 0;
    }

    body.hst-solutions-page .hst-solutions-cta__inner {
        width: min(1200px, calc(100% - 40px));
    }

    body.hst-solutions-page .hst-solutions-contact-cta__inner {
        width: min(1200px, calc(100% - 40px));
    }

    body.hst-solutions-page .hst-solutions-row.is-reverse .hst-solutions-row__copy,
    body.hst-solutions-page .hst-solutions-row.is-reverse img {
        order: initial;
    }

    body.hst-solutions-page .hst-solutions-row img {
        width: 100%;
        height: auto;
    }

    body.hst-solutions-page .hst-solutions-row__copy h2 {
        margin-bottom: 28px;
        font-size: var(--hst-font-section-title);
    }

    body.hst-solutions-page .hst-solutions-row__copy p {
        font-size: var(--hst-font-body);
    }

    .hst-service-cards,
    .hst-news-list,
    .hst-contact-page__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .hst-service-intro__grid,
    .hst-service-industries__grid,
    .hst-news-featured__grid,
    .hst-contact-page__grid,
    .hst-inquiry-layout {
        grid-template-columns: 1fr;
    }

    .hst-news-featured__copy {
        margin-left: 0;
    }
}

@media (max-width: 820px) {
    body.hst-solutions-page .hst-solutions-hero,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma {
        height: 620px;
    }

    body.hst-solutions-page .hst-solutions-hero {
        height: 50vh;
        min-height: 320px;
    }

    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
        padding-bottom: 96px;
    }

    body.hst-solutions-page .hst-solutions-hero h1,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma h1 {
        font-size: var(--hst-font-hero-title);
    }

    body.hst-solutions-page .hst-solutions-hero p,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
        margin-bottom: 52px;
        font-size: var(--hst-font-hero-subtitle);
    }
}

@media (max-width: 720px) {
    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-solutions-page .hst-solutions-list,
    .hst-service-container,
    .hst-service-hero__inner {
        width: calc(100% - 36px);
    }

    body.hst-solutions-page .hst-solutions-hero__copy {
        width: calc(100% - 32px);
    }

    body.hst-solutions-page .hst-solutions-hero {
        height: 50vh;
        min-height: 320px;
    }

    body.hst-solutions-page .hst-solutions-hero__copy {
        padding-top: 0;
        padding-bottom: 96px;
    }

    body.hst-solutions-page .hst-solutions-hero h1 {
        margin-bottom: 16px;
        font-size: var(--hst-font-hero-title);
    }

    body.hst-solutions-page .hst-solutions-hero p {
        margin-bottom: 34px;
        font-size: var(--hst-font-hero-subtitle);
    }

    body.hst-solutions-page .hst-solutions-detail-btn {
        min-height: 46px;
        padding: 0 24px;
        font-size: var(--hst-font-button);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-info-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-catalog {
        width: calc(100% - 36px);
        padding-left: 0;
        padding-right: 0;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
        width: calc(100% - 32px);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma {
        height: 620px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
        padding-top: 0;
        padding-bottom: 96px;
    }

    body.hst-service-page .hst-news-figma .hst-news-hero-figma h1,
    body.hst-service-page .hst-news-figma .hst-news-row__copy h3,
    body.hst-service-page .hst-news-figma .hst-news-toolbar h2 {
        font-size: var(--hst-font-section-title);
        line-height: 1.3;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma h1 {
        font-size: var(--hst-font-hero-title);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
        margin-bottom: 34px;
        font-size: var(--hst-font-hero-subtitle);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-detail-btn,
    body.hst-service-page .hst-news-figma .hst-news-detail-btn {
        min-height: 46px;
        padding: 0 24px;
        font-size: var(--hst-font-button);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-side {
        margin-top: 0;
        gap: 34px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-content {
        padding: 24px 18px;
        border-radius: 10px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-content h2 {
        margin-bottom: 18px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-info-list {
        gap: 8px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-intro {
        margin-top: 18px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-info-list p,
    body.hst-service-page .hst-contact-figma .hst-contact-intro p,
    body.hst-service-page .hst-contact-figma .hst-contact-people p,
    body.hst-service-page .hst-contact-figma .hst-contact-form-figma input,
    body.hst-service-page .hst-contact-figma .hst-contact-form-figma textarea,
    body.hst-service-page .hst-contact-figma .hst-contact-form-figma button {
        font-size: var(--hst-font-body);
        line-height: 1.5;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-map-frame {
        height: 260px;
        min-height: 260px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-form-figma form {
        max-width: none;
    }

    body.hst-service-page .hst-news-figma .hst-news-row {
        min-height: 0;
        gap: 28px;
    }

    body.hst-service-page .hst-news-figma .hst-news-row__copy {
        padding: 28px 18px 0;
    }

    body.hst-service-page .hst-news-figma .hst-news-row__tags span,
    body.hst-service-page .hst-news-figma .hst-news-row__copy p,
    body.hst-service-page .hst-news-figma .hst-news-row__copy time,
    body.hst-service-page .hst-news-figma .hst-news-toolbar label span,
    body.hst-service-page .hst-news-figma .hst-news-toolbar button {
        font-size: var(--hst-font-body);
    }

    body.hst-service-page .hst-news-figma .hst-news-row__copy p {
        line-height: 1.7;
    }

    body.hst-service-page .hst-news-figma .hst-news-toolbar label,
    body.hst-service-page .hst-news-figma .hst-news-toolbar select,
    body.hst-service-page .hst-news-figma .hst-news-toolbar button {
        height: 56px;
    }

    body.hst-solutions-page .hst-solutions-list {
        padding: 0;
    }

    body.hst-solutions-page .hst-solutions-figma {
        --hst-solutions-section-gap: 56px;
    }

    body.hst-solutions-page .hst-solutions-row {
        margin-bottom: 0;
    }

    body.hst-solutions-page .hst-solutions-cta {
        min-height: 220px;
        margin-bottom: 0;
        padding: 36px 0;
    }

    body.hst-solutions-page .hst-solutions-contact-cta {
        min-height: 220px;
        padding: 36px 0;
    }

    body.hst-solutions-page .hst-solutions-cta__inner {
        padding: 0 18px;
    }

    body.hst-solutions-page .hst-solutions-contact-cta__inner {
        padding: 0 18px;
    }

    body.hst-solutions-page .hst-solutions-cta h2 {
        font-size: var(--hst-font-section-title);
        line-height: 1.3;
    }

    body.hst-solutions-page .hst-solutions-contact-cta h2 {
        font-size: var(--hst-font-section-title);
        line-height: 1.3;
    }

    body.hst-solutions-page .hst-solutions-cta p {
        margin-bottom: 22px;
        font-size: var(--hst-font-body);
    }

    body.hst-solutions-page .hst-solutions-contact-cta p {
        margin-bottom: 22px;
        font-size: var(--hst-font-body);
    }

    body.hst-solutions-page .hst-solutions-cta__btn {
        min-height: 46px;
        padding: 0 24px;
        font-size: var(--hst-font-button);
    }

    body.hst-solutions-page .hst-solutions-contact-cta__btn {
        min-height: 46px;
        padding: 0 24px;
        font-size: var(--hst-font-button);
    }

    body.hst-solutions-page .hst-solutions-row__copy h2 {
        font-size: var(--hst-font-section-title);
    }

    body.hst-solutions-page .hst-solutions-row__copy p {
        font-size: var(--hst-font-body);
    }

    .hst-service-hero {
        height: 520px;
    }

    .hst-service-hero h1 {
        font-size: var(--hst-font-hero-title);
    }

    .hst-service-hero p {
        font-size: var(--hst-font-hero-subtitle);
    }

    .hst-service-intro,
    .hst-service-cards-section,
    .hst-service-industries,
    .hst-news-featured,
    .hst-news-list-section,
    .hst-contact-page-section {
        padding: 56px 0;
    }

    .hst-section-heading p,
    .hst-service-title span,
    .hst-service-industries span {
        font-size: var(--hst-font-section-eyebrow);
    }

    .hst-section-heading h2,
    .hst-service-title h2,
    .hst-service-industries h2 {
        font-size: var(--hst-font-section-title);
    }

    .hst-service-cards,
    .hst-service-industries ul,
    .hst-news-list,
    .hst-contact-page__cards {
        grid-template-columns: 1fr;
    }

    .hst-contact-page__info,
    .hst-news-featured__copy,
    .hst-inquiry-copy,
    .hst-inquiry-form-panel,
    .hst-contact-map__box {
        padding: 34px 24px;
    }

    .hst-inquiry-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hst-contact-qr-row {
        flex-wrap: wrap;
        gap: 24px;
    }
}

@media (min-width: 1025px) {
    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-solutions-page .hst-solutions-list,
    .hst-service-container,
    .hst-service-hero__inner,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-info-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-catalog {
        width: min(1624px, calc(100% - (var(--hst-pc-page-gutter) * 2)));
    }

    body.hst-service-page .hst-contact-figma .hst-contact-form-figma form {
        max-width: calc(100% - (var(--hst-pc-page-gutter) * 2));
    }
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma,
body.hst-service-page .hst-news-figma .hst-news-hero-figma {
    width: 100%;
    height: 50vh;
    min-height: 360px;
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
    width: min(1200px, calc(100% - 80px));
    padding: 0;
}

body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
    margin-bottom: 42px;
}

body.hst-solutions-page .hst-solutions-hero {
    height: 50vh;
    min-height: 360px;
}

@media (max-width: 720px) {
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma {
        height: 50vh;
        min-height: 320px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy {
        width: calc(100% - 36px);
        padding: 0;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma p {
        margin-bottom: 28px;
    }
}

/* Unified 1280px content width. Hero backgrounds remain full width. */
body.hst-solutions-page .hst-solutions-hero__copy,
body.hst-solutions-page .hst-solutions-list,
body.hst-solutions-page .hst-solution-detail,
body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
body.hst-service-page .hst-news-figma .hst-news-catalog,
body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
body.hst-service-page .hst-contact-figma .hst-contact-info-figma,
.hst-service-container,
.hst-service-hero__inner,
.hst-service-intro__grid,
.hst-service-industries__grid,
.hst-news-featured__grid,
.hst-contact-page__grid,
.hst-inquiry-layout {
    width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
    max-width: var(--hst-container-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

body.hst-service-page .hst-contact-figma .hst-contact-map-figma {
    width: calc(100% - 14px);
    box-sizing: border-box;
}

@media (min-width: 1025px) {
    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-solutions-page .hst-solutions-list,
    body.hst-solutions-page .hst-solution-detail,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-catalog,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-info-figma,
    .hst-service-container,
    .hst-service-hero__inner,
    .hst-service-intro__grid,
    .hst-service-industries__grid,
    .hst-news-featured__grid,
    .hst-contact-page__grid,
    .hst-inquiry-layout {
        width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
        max-width: var(--hst-container-width);
    }
}

@media (max-width: 720px) {
    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-solutions-page .hst-solutions-list,
    body.hst-solutions-page .hst-solution-detail,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
    body.hst-service-page .hst-news-figma .hst-news-catalog,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-info-figma,
    .hst-service-container,
    .hst-service-hero__inner,
    .hst-service-intro__grid,
    .hst-service-industries__grid,
    .hst-news-featured__grid,
    .hst-contact-page__grid,
    .hst-inquiry-layout {
        width: calc(100% - 36px);
    }

    body.hst-solutions-page .hst-solutions-hero__copy,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma__copy,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma__copy {
        width: calc(100% - 32px);
    }

    body.hst-service-page .hst-contact-figma .hst-contact-map-pin {
        width: calc(100% - 28px);
        justify-content: center;
        top: 52%;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-map-pin__label {
        max-width: calc(100% - 38px);
        font-size: 12px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-form-row,
    body.hst-contact-page .hst-contact-figma .hst-contact-form-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-form-field,
    body.hst-contact-page .hst-contact-figma .hst-contact-form-field {
        display: block;
        margin: 0;
    }
}

body.hst-contact-page .hst-contact-figma .hst-contact-layout,
body.hst-service-page .hst-contact-figma .hst-contact-layout {
    --hst-contact-card-offset: clamp(28px, 2.8vw, 48px);
    grid-template-columns: minmax(320px, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(34px, 3.4vw, 54px);
    align-items: stretch;
}

body.hst-contact-page .hst-contact-figma .hst-contact-content,
body.hst-service-page .hst-contact-figma .hst-contact-content {
    height: 100%;
    padding: clamp(28px, 2.6vw, 38px);
    border: 1px solid #d8d8d8;
    border-top: 5px solid #e60012;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #fff 72%, #fafafa 100%);
    box-shadow: 0 18px 40px rgba(16, 16, 16, 0.07);
    box-sizing: border-box;
    margin-bottom: 0;
}

body.hst-contact-page .hst-contact-figma .hst-contact-side,
body.hst-service-page .hst-contact-figma .hst-contact-side {
    margin-top: 0;
    transform: translateY(var(--hst-contact-card-offset));
    padding: clamp(24px, 2.2vw, 34px);
    border: 1px solid #d8d8d8;
    border-top: 5px solid #e60012;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 16, 16, 0.07);
    box-sizing: border-box;
    display: grid;
    align-content: start;
    gap: 18px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-card,
body.hst-service-page .hst-contact-figma .hst-contact-form-card {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 0;
}

body.hst-contact-page .hst-contact-figma .hst-contact-content h2 {
    margin: 0;
    color: #101010;
    font-size: var(--hst-font-section-title);
    font-weight: 700;
    line-height: 1.25;
}

body.hst-contact-page .hst-contact-figma .hst-contact-content h2 {
    margin-bottom: 18px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-content {
    border-top: 5px solid #e60012;
}

body.hst-contact-page .hst-contact-figma .hst-contact-info-list,
body.hst-service-page .hst-contact-figma .hst-contact-info-list {
    gap: clamp(12px, 1.4vw, 18px);
}

body.hst-contact-page .hst-contact-figma .hst-contact-info-list article,
body.hst-service-page .hst-contact-figma .hst-contact-info-list article {
    padding-bottom: clamp(10px, 1.2vw, 16px);
    border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}

body.hst-contact-page .hst-contact-figma .hst-contact-info-list article:last-child,
body.hst-service-page .hst-contact-figma .hst-contact-info-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.hst-contact-page .hst-contact-figma .hst-contact-info-list p,
body.hst-service-page .hst-contact-figma .hst-contact-info-list p {
    margin-top: 2px;
    line-height: 1.3;
}

body.hst-contact-page .hst-contact-figma .hst-contact-intro,
body.hst-service-page .hst-contact-figma .hst-contact-intro {
    margin-top: clamp(24px, 3vw, 40px);
    padding-top: clamp(16px, 1.8vw, 22px);
    border-top: 1px solid rgba(230, 0, 18, 0.16);
}

body.hst-contact-page .hst-contact-figma .hst-contact-people,
body.hst-service-page .hst-contact-figma .hst-contact-people {
    margin-top: 28px;
    gap: 18px;
}

body.hst-contact-page .hst-contact-figma .hst-contact-form-figma form,
body.hst-service-page .hst-contact-figma .hst-contact-form-figma form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1024px) {
    body.hst-contact-page .hst-contact-figma .hst-contact-layout,
    body.hst-service-page .hst-contact-figma .hst-contact-layout {
        --hst-contact-card-offset: 0px;
        grid-template-columns: 1fr;
    }

    body.hst-contact-page .hst-contact-figma .hst-contact-side,
    body.hst-service-page .hst-contact-figma .hst-contact-side {
        margin-top: 0;
        transform: none;
        gap: 22px;
    }

    body.hst-contact-page .hst-contact-figma .hst-contact-content,
    body.hst-service-page .hst-contact-figma .hst-contact-content {
        margin-bottom: 0;
    }

    body.hst-contact-page .hst-contact-figma .hst-contact-form-card,
    body.hst-service-page .hst-contact-figma .hst-contact-form-card {
        margin-top: 0;
    }
}

body.hst-solutions-page .hst-solutions-list,
body.hst-service-page .hst-news-figma .hst-news-catalog,
body.hst-service-page .hst-contact-figma .hst-contact-info-figma {
    margin-top: 0;
}

body.hst-solutions-page .hst-solutions-list,
body.hst-service-page .hst-news-figma .hst-news-catalog,
body.hst-service-page .hst-contact-figma .hst-contact-info-figma {
    padding-top: 32px;
}

@media (max-width: 720px) {
    body.hst-solutions-page .hst-solutions-list,
    body.hst-service-page .hst-news-figma .hst-news-catalog,
    body.hst-service-page .hst-contact-figma .hst-contact-info-figma {
        padding-top: 24px;
    }
}

body.hst-solutions-page .hst-solutions-list.hst-solutions-list--footer-cta {
    padding-bottom: 0;
}

body.hst-solutions-page .hst-solutions-row.is-final-row {
    margin-bottom: 0;
}

/* Solutions list - View Details link */
body.hst-solutions-page .hst-solutions-row__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 0 0 4px;
    color: #e60012;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 2px solid #e60012;
    transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}

body.hst-solutions-page .hst-solutions-row__link span {
    font-size: 1.1em;
    line-height: 1;
}

body.hst-solutions-page .hst-solutions-row__link:hover {
    color: #c40010;
    border-color: #c40010;
    gap: 12px;
}

/* Solutions detail view */
body.hst-solutions-page .hst-solution-detail {
    padding: 32px 0 var(--hst-solutions-section-gap);
}

body.hst-solutions-page .hst-solution-detail__header {
    width: 100%;
    margin-bottom: 56px;
    overflow-wrap: anywhere;
}

body.hst-solutions-page .hst-solution-detail__header h2 {
    width: 100%;
    margin: 0 0 20px;
    color: #161616;
    font-size: var(--hst-font-section-title);
    font-weight: 600;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

body.hst-solutions-page .hst-solution-detail__header p {
    width: 100%;
    margin: 0;
    color: #555;
    font-size: var(--hst-font-body);
    line-height: 1.7;
    overflow-wrap: anywhere;
}

body.hst-solutions-page .hst-solution-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 64px;
    align-items: stretch;
}

body.hst-solutions-page .hst-solution-detail__media,
body.hst-solutions-page .hst-solution-detail__body {
    height: 100%;
}

body.hst-solutions-page .hst-solution-detail__media {
    display: flex;
}

body.hst-solutions-page .hst-solution-detail__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 740 / 480;
    display: block;
    object-fit: cover;
}

body.hst-solutions-page .hst-solution-detail__body h3 {
    margin: 0 0 20px;
    color: #161616;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

body.hst-solutions-page .hst-solution-detail__list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

body.hst-solutions-page .hst-solution-detail__list li {
    position: relative;
    padding: 14px 0 14px 28px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: var(--hst-font-body);
    line-height: 1.5;
}

body.hst-solutions-page .hst-solution-detail__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 8px;
    height: 8px;
    background: #e60012;
    border-radius: 50%;
}

body.hst-solutions-page .hst-solution-detail__extra {
    margin: 0 0 32px;
    color: #555;
    font-size: var(--hst-font-body);
    line-height: 1.7;
}

body.hst-solutions-page .hst-solution-detail__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 36px;
    background: #e60012;
    color: #fff !important;
    font-size: var(--hst-font-button);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.hst-solutions-page .hst-solution-detail__cta:hover {
    background: #c40010;
    box-shadow: 0 6px 18px rgba(230, 0, 18, 0.3);
    transform: translateY(-1px);
}

body.hst-solutions-page .hst-solution-service-list {
    margin-top: 64px;
    padding-top: 50px;
    border-top: 1px solid rgba(51, 51, 51, 0.08);
}

body.hst-solutions-page .hst-solution-service-list > h2 {
    margin: 0 0 28px;
    color: #333;
    font-size: clamp(30px, 2.5vw, 40px);
    font-weight: 600;
    line-height: 1.2;
}

body.hst-solutions-page .hst-solution-service-list__items {
    display: grid;
    gap: 20px;
}

body.hst-solutions-page .hst-solution-service-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(51, 51, 51, 0.09);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #fdfdfd 100%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.hst-solutions-page .hst-solution-service-card:hover {
    border-color: rgba(230, 0, 18, 0.3);
    box-shadow: 0 18px 38px rgba(230, 0, 18, 0.08);
    transform: translateY(-1px);
}

body.hst-solutions-page .hst-solution-service-card__mark {
    min-height: 165px;
    margin: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
    box-sizing: border-box;
    overflow: hidden;
}

body.hst-solutions-page .hst-solution-service-card__mark span {
    color: rgba(230, 0, 18, 0.16);
    font-size: clamp(54px, 5vw, 82px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
}

body.hst-solutions-page .hst-solution-service-card__mark img {
    width: 100%;
    height: 100%;
    min-height: 165px;
    display: block;
    object-fit: cover;
}

body.hst-solutions-page .hst-solution-service-card__copy h3 {
    margin: 0 0 12px;
    color: #222;
    font-size: clamp(20px, 1.45vw, 25px);
    font-weight: 600;
    line-height: 1.3;
}

body.hst-solutions-page .hst-solution-service-card__copy p {
    margin: 0;
    color: rgba(51, 51, 51, 0.72);
    font-size: 15.5px;
    line-height: 1.65;
    text-align: justify;
}

body.hst-solutions-page .hst-solution-service-card__contact {
    width: max-content;
    min-height: 44px;
    margin-top: 18px;
    padding: 0 24px;
    border: 0 !important;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #e60012 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(230, 0, 18, 0.14);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

body.hst-solutions-page .hst-solution-service-card__contact:hover,
body.hst-solutions-page .hst-solution-service-card__contact:focus,
body.hst-solutions-page .hst-solution-service-card__contact:focus-visible,
body.hst-solutions-page .hst-solution-service-card__contact:active {
    border: 0 !important;
    background: #c40010 !important;
    box-shadow: 0 12px 24px rgba(230, 0, 18, 0.22);
    color: #fff !important;
    transform: translateY(-1px);
    outline: none;
}

body.hst-solutions-page .hst-solution-service-card__contact span {
    width: 15px;
    height: 1px;
    position: relative;
    display: block;
    background: currentColor;
}

body.hst-solutions-page .hst-solution-service-card__contact span::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

body.hst-solutions-page .hst-solution-detail__related {
    margin-top: 80px;
    padding-top: 48px;
    border-top: 1px solid #eee;
}

body.hst-solutions-page .hst-solution-detail__related h3 {
    margin: 0 0 24px;
    color: #161616;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

body.hst-solutions-page .hst-solution-detail__related ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

body.hst-solutions-page .hst-solution-detail__related li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    background: #f7f7f7;
    color: #161616 !important;
    font-size: var(--hst-font-body);
    font-weight: 500;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.hst-solutions-page .hst-solution-detail__related li a:hover {
    background: #161616;
    color: #fff !important;
    transform: translateY(-1px);
}

body.hst-solutions-page .hst-solution-detail__related li a span {
    color: #e60012;
    font-size: 1.1em;
    line-height: 1;
    transition: color 0.2s ease;
}

body.hst-solutions-page .hst-solution-detail__related li a:hover span {
    color: #fff;
}

@media (max-width: 960px) {
    body.hst-solutions-page .hst-solution-detail__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    body.hst-solutions-page .hst-solution-service-card {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 22px;
    }

    body.hst-solutions-page .hst-solution-service-card__mark {
        min-height: 140px;
    }

    body.hst-solutions-page .hst-solution-service-card__mark img {
        min-height: 140px;
    }
}

@media (max-width: 720px) {
    body.hst-solutions-page .hst-solution-detail {
        padding: 24px 0 var(--hst-solutions-section-gap);
    }

    body.hst-solutions-page .hst-solution-detail__header {
        margin-bottom: 36px;
    }

    body.hst-solutions-page .hst-solution-detail__related {
        margin-top: 56px;
        padding-top: 32px;
    }

    body.hst-solutions-page .hst-solution-service-list {
        margin-top: 48px;
        padding-top: 40px;
    }

    body.hst-solutions-page .hst-solution-service-list > h2 {
        margin-bottom: 22px;
    }

    body.hst-solutions-page .hst-solution-service-card {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px;
    }

    body.hst-solutions-page .hst-solution-service-card__mark {
        min-height: 112px;
    }

    body.hst-solutions-page .hst-solution-service-card__mark img {
        min-height: 180px;
    }

    body.hst-solutions-page .hst-solution-service-card__contact {
        width: 100%;
    }
}

body.hst-search-page .hst-search-figma {
    background: #fff;
    color: #333;
}

body.hst-search-page .hst-search-hero {
    height: 50vh;
    min-height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
}

body.hst-search-page .hst-search-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.34);
}

body.hst-search-page .hst-search-hero__copy {
    width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
    max-width: var(--hst-container-width);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

body.hst-search-page .hst-search-hero h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: var(--hst-font-hero-title, 80px);
    font-weight: 600;
    line-height: 1.35;
}

body.hst-search-page .hst-search-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--hst-font-hero-subtitle, 48px);
    line-height: 1.2;
}

body.hst-search-page .hst-search-results {
    width: min(var(--hst-container-width), calc(100% - (var(--hst-container-gutter) * 2)));
    max-width: var(--hst-container-width);
    margin: 0 auto;
    padding: 28px 0 140px;
}

body.hst-search-page .hst-search-toolbar {
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

body.hst-search-page .hst-search-toolbar form {
    display: grid;
    grid-template-columns: minmax(260px, 420px) 52px;
    align-items: center;
    gap: 16px;
}

body.hst-search-page .hst-search-toolbar .hst-news-search-field {
    height: 64px;
    margin: 0;
    display: block;
    background: #f6f6f6;
}

body.hst-search-page .hst-search-toolbar input[type="search"] {
    width: 100%;
    height: 64px;
    padding: 0 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #333;
    font-size: var(--hst-font-body-lg);
    line-height: 1.4;
    outline: none;
    box-sizing: border-box;
}

body.hst-search-page .hst-search-toolbar input[type="search"]::placeholder {
    color: #777;
    opacity: 1;
}

body.hst-search-page .hst-search-toolbar button.hst-news-search-submit {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e60012;
    color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.2s ease;
}

body.hst-search-page .hst-search-toolbar button.hst-news-search-submit:hover,
body.hst-search-page .hst-search-toolbar button.hst-news-search-submit:focus {
    background: #c40010;
    color: #fff;
}

body.hst-search-page .hst-search-toolbar button.hst-news-search-submit svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

body.hst-search-page .hst-search-toolbar button.hst-news-search-submit svg path {
    fill: currentColor;
}

body.hst-search-page .hst-search-toolbar p {
    margin: 8px 0 0;
    color: #777;
    font-size: 16px;
}

body.hst-search-page .hst-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 56px;
}

body.hst-search-page .hst-search-chips a {
    min-height: 42px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    color: #333 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.hst-search-page .hst-search-chips a:hover,
body.hst-search-page .hst-search-chips a.is-active {
    border-color: #e60012;
    background: #e60012;
    color: #fff !important;
}

body.hst-search-page .hst-search-group {
    margin-top: 72px;
}

body.hst-search-page .hst-search-group > h2 {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #161616;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
}

body.hst-search-page .hst-search-group > h2 span {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f2f2f2;
    color: #777;
    font-size: 14px;
}

body.hst-search-page .hst-search-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.hst-search-page .hst-search-card-list,
body.hst-search-page .hst-search-page-list {
    display: grid;
    gap: 22px;
}

body.hst-search-page .hst-search-card,
body.hst-search-page .hst-search-page-card {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.hst-search-page .hst-search-card:hover,
body.hst-search-page .hst-search-page-card:hover {
    border-color: rgba(230, 0, 18, 0.28);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

body.hst-search-page .hst-search-card a,
body.hst-search-page .hst-search-page-card a {
    color: inherit !important;
    text-decoration: none !important;
}

body.hst-search-page .hst-search-card > a {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    min-height: 180px;
}

body.hst-search-page .hst-search-product-card > a {
    display: block;
    min-height: 100%;
}

body.hst-search-page .hst-search-card img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: block;
    object-fit: cover;
}

body.hst-search-page .hst-search-product-card img {
    height: 220px;
    min-height: 220px;
}

body.hst-search-page .hst-search-card div,
body.hst-search-page .hst-search-page-card a {
    padding: 24px;
}

body.hst-search-page .hst-search-card span,
body.hst-search-page .hst-search-page-card span {
    display: block;
    margin-bottom: 12px;
    color: #e60012;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.hst-search-page .hst-search-card h3,
body.hst-search-page .hst-search-page-card h3 {
    margin: 0 0 12px;
    color: #161616;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

body.hst-search-page .hst-search-card p,
body.hst-search-page .hst-search-page-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

body.hst-search-page .hst-search-empty {
    padding: 72px 40px;
    background: #f7f7f7;
    text-align: center;
}

body.hst-search-page .hst-search-empty h2 {
    margin: 0 0 16px;
    color: #161616;
    font-size: 32px;
}

body.hst-search-page .hst-search-empty p {
    margin: 0 auto 28px;
    max-width: 720px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

body.hst-search-page .hst-search-empty div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

body.hst-search-page .hst-search-empty a {
    min-height: 46px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    background: #161616;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}

body.hst-search-page .hst-search-empty a:first-child {
    background: #e60012;
}

@media (max-width: 1024px) {
    body.hst-search-page .hst-search-toolbar,
    body.hst-search-page .hst-search-toolbar form {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
    }

    body.hst-search-page .hst-search-toolbar button.hst-news-search-submit {
        width: 100%;
    }

    body.hst-search-page .hst-search-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body.hst-search-page .hst-search-hero {
        min-height: 300px;
    }

    body.hst-search-page .hst-search-hero__copy,
    body.hst-search-page .hst-search-results {
        width: calc(100% - 36px);
    }

    body.hst-search-page .hst-search-results {
        padding: 24px 0 96px;
    }

    body.hst-search-page .hst-search-hero h1 {
        font-size: 40px;
    }

    body.hst-search-page .hst-search-hero p {
        font-size: 22px;
    }

    body.hst-search-page .hst-search-product-grid,
    body.hst-search-page .hst-search-card > a {
        grid-template-columns: 1fr;
    }

    body.hst-search-page .hst-search-card img {
        min-height: 220px;
    }
}

/* Smaller overlay typography keeps large display imagery balanced. */
body.hst-solutions-page .hst-solutions-hero h1,
body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
body.hst-contact-page .hst-contact-figma .hst-contact-hero-figma h1,
body.hst-service-page .hst-news-figma .hst-news-hero-figma h1,
body.hst-search-page .hst-search-hero h1,
.hst-service-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(40px, 4.2vw, 56px);
    line-height: 1.25;
}

body.hst-solutions-page .hst-solutions-hero p,
body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
body.hst-contact-page .hst-contact-figma .hst-contact-hero-figma p,
body.hst-service-page .hst-news-figma .hst-news-hero-figma p,
body.hst-search-page .hst-search-hero p,
.hst-service-hero p {
    margin-bottom: 42px;
    font-size: clamp(24px, 2.35vw, 32px);
    line-height: 1.35;
}

body.hst-service-page .hst-contact-figma .hst-contact-detail-btn,
body.hst-contact-page .hst-contact-figma .hst-contact-detail-btn,
body.hst-service-page .hst-news-figma .hst-news-detail-btn,
body.hst-solutions-page .hst-solutions-detail-btn {
    min-height: 48px;
    padding: 0 30px;
    font-size: 16px;
}

@media (max-width: 820px) {
    body.hst-solutions-page .hst-solutions-hero h1,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-contact-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma h1,
    body.hst-search-page .hst-search-hero h1,
    .hst-service-hero h1 {
        margin-bottom: 18px;
        font-size: 38px;
    }

    body.hst-solutions-page .hst-solutions-hero p,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-contact-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma p,
    body.hst-search-page .hst-search-hero p,
    .hst-service-hero p {
        margin-bottom: 32px;
        font-size: 22px;
    }
}

@media (max-width: 560px) {
    body.hst-solutions-page .hst-solutions-hero h1,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-contact-page .hst-contact-figma .hst-contact-hero-figma h1,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma h1,
    body.hst-search-page .hst-search-hero h1,
    .hst-service-hero h1 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.3;
    }

    body.hst-solutions-page .hst-solutions-hero p,
    body.hst-service-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-contact-page .hst-contact-figma .hst-contact-hero-figma p,
    body.hst-service-page .hst-news-figma .hst-news-hero-figma p,
    body.hst-search-page .hst-search-hero p,
    .hst-service-hero p {
        margin-bottom: 24px;
        font-size: 17px;
    }

    body.hst-service-page .hst-contact-figma .hst-contact-detail-btn,
    body.hst-contact-page .hst-contact-figma .hst-contact-detail-btn,
    body.hst-service-page .hst-news-figma .hst-news-detail-btn,
    body.hst-solutions-page .hst-solutions-detail-btn {
        min-height: 44px;
        padding: 0 22px;
        font-size: 14px;
    }
}
