@charset "UTF-8";

/*
Theme Name: Hisherik
Description: Made by WSOL
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.0.20260709-hero-copy-below
*/

:root {
    --hisherik-focus-ring: #f47721;
    --hisherik-focus-shadow: rgba(244, 119, 33, 0.22);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
    padding: 12px 16px;
    right: 16px;
    top: 16px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 100000;
    text-decoration: none;
    font-weight: 700;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid var(--hisherik-focus-ring) !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px var(--hisherik-focus-shadow);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Custom theme utilities */
.bg-hisherik {
    background-color: #F47721 !important;
}

.text-hisherik {
    color: #F47721 !important;
}

.border-hisherik {
    border-color: #F47721 !important;
}

.font-arimo {
    font-family: 'Arimo', sans-serif !important;
}

.font-rubik {
    font-family: 'Rubik', sans-serif !important;
}

button.cs_link__borderlink {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    cursor: pointer;
}

a.header__iron-link svg {
    filter: drop-shadow(-3px 17.846px 27.2px rgba(0, 0, 0, 0.19));
}

.lh-125 {
    line-height: 1.25 !important;
}

.op-5 {
    opacity: 0.5;
}

/* === Certificates Section (No Elementor) === */
.certs {
    padding: clamp(28px, 4vw, 56px) 0;
}

.certs__container {
    width: min(1100px, calc(100% - 32px));
    margin-inline: auto;
}

.certs__header {
    text-align: center;
    margin-bottom: clamp(18px, 3vw, 28px);
}

.certs__title {
    font-size: clamp(22px, 2.6vw, 34px);
    line-height: 1.15;
    margin: 0 0 10px;
    letter-spacing: 0.2px;
}

.certs__subtitle {
    margin: 0 auto;
    max-width: 70ch;
    opacity: 0.85;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.6;
}

.certs__card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: clamp(18px, 3vw, 26px);
}

.certs__card-content {
    padding: clamp(16px, 2.4vw, 24px);
}

.certs__card-title {
    margin: 0 0 10px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.25;
}

.certs__card p {
    margin: 0;
    line-height: 1.8;
    opacity: 0.92;
}

.certs__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.certs__badge {
    font-size: 13px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(0, 0, 0, 0.03);
}

/* Image grid */
.certs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 2.4vw, 18px);
    align-items: start;
}

.certs__figure {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.certs__image-link {
    display: block;
    outline: none;
}

.certs__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.certs__image-link:hover .certs__image,
.certs__image-link:focus-visible .certs__image {
    transform: scale(1.02);
    filter: contrast(1.02);
}

.certs__caption {
    padding: 12px 14px;
    font-size: 14px;
    opacity: 0.85;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* CTA */
.certs__cta {
    margin-top: clamp(18px, 3vw, 26px);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.01));
    padding: clamp(14px, 2.4vw, 20px);
}

.certs__cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.certs__cta-text {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}

.certs__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #111;
    color: #fff;
    transition: transform 160ms ease, opacity 160ms ease;
    white-space: nowrap;
}

.certs__cta-button:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 820px) {
    .certs__grid {
        grid-template-columns: 1fr;
    }

    .certs__cta-content {
        justify-content: flex-start;
    }
}

/* Footer Contact (CF7) */
.footer-contact-section {
    position: relative;
    padding: 64px 0 70px;
    margin: 0 8px 13px;
    color: #fff;
    max-height: 635px;
    background-color: transparent;
    background-image: var(--footer-contact-bg, none);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.footer-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.footer-contact-section>.container {
    position: relative;
    z-index: 1;
}

.footer-contact-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 40px;
}

.footer-contact-header-text {
    text-align: right;
}

.footer-contact-logos {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-contact-logos-img {
    display: block;
    max-height: 85px;
    width: auto;
    max-width: min(360px, 46vw);
    object-fit: contain;
}

.footer-contact-title {
    margin: 0 0 10px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 99%;
}

.footer-contact-subtitle {
    opacity: 0.7;
    font-size: 17px;
    color: #FFF;
    font-weight: 400;
    line-height: 112%;
}

.footer-contact-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
    padding: 26px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}

.footer-contact-card .wpcf7 {
    margin: 0;
}

.footer-contact-card .wpcf7 form {
    margin: 0;
}

.footer-contact-card .wpcf7-response-output {
    margin: 14px 0 0;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}

.footer-contact-card .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
    color: #ffb6b6;
}

/* Layout from CF7 form content */
.footer-contact-card .hisherik-contact-block {
    display: flex;
    gap: 28px;
    align-items: stretch;
}

.footer-contact-card .hisherik-contact-left {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    padding: 6px 6px 6px 0;
    direction: rtl;
}

.footer-contact-card .hisherik-contact-right {
    flex: 1 1 auto;
    text-align: center;
    font-family: Arimo;
    opacity: 1;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 0;
}

.footer-contact-card .hisherik-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: 1.35;
}

.footer-contact-card .hisherik-contact-text,
.footer-contact-card .hisherik-contact-link {
    color: #fff;
    text-decoration: none;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 400;
    line-height: 112%;
}

.footer-contact-card .hisherik-contact-link:hover {
    color: #F47721;
}

.footer-contact-card .hisherik-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.35));
}

.footer-contact-card .hisherik-icon-pin {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url%28%23clip0_11279_6783%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M21%2010C21%2017%2012%2023%2012%2023C12%2023%203%2017%203%2010C3%207.61305%203.94821%205.32387%205.63604%203.63604C7.32387%201.94821%209.61305%201%2012%201C14.3869%201%2016.6761%201.94821%2018.364%203.63604C20.0518%205.32387%2021%207.61305%2021%2010Z%22%20stroke%3D%22%23F47721%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12%2013C13.6569%2013%2015%2011.6569%2015%2010C15%208.34315%2013.6569%207%2012%207C10.3431%207%209%208.34315%209%2010C9%2011.6569%2010.3431%2013%2012%2013Z%22%20stroke%3D%22%23F47721%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%3C/g%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_11279_6783%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22/%3E%0A%20%20%20%20%3C/clipPath%3E%0A%20%20%3C/defs%3E%0A%3C/svg%3E");
}

.footer-contact-card .hisherik-icon-phone {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M20.8881%2015.9201V18.9201C20.8892%2019.1986%2020.8322%2019.4743%2020.7206%2019.7294C20.6091%2019.9846%2020.4454%2020.2137%2020.2402%2020.402C20.035%2020.5902%2019.7927%2020.7336%2019.5289%2020.8228C19.265%2020.912%2018.9855%2020.9452%2018.7081%2020.9201C15.631%2020.5857%2012.6751%2019.5342%2010.0781%2017.8501C7.66194%2016.3148%205.61345%2014.2663%204.07812%2011.8501C2.38809%209.2413%201.33636%206.27109%201.00812%203.1801C0.983127%202.90356%201.01599%202.62486%201.10462%202.36172C1.19324%202.09859%201.33569%201.85679%201.52288%201.65172C1.71008%201.44665%201.93792%201.28281%202.19191%201.17062C2.44589%201.05843%202.72046%201.00036%202.99812%201.0001H5.99812C6.48342%200.995321%206.95391%201.16718%207.32188%201.48363C7.68985%201.80008%207.93019%202.23954%207.99812%202.7201C8.12474%203.68016%208.35957%204.62282%208.69812%205.5301C8.83266%205.88802%208.86178%206.27701%208.78202%206.65098C8.70227%207.02494%208.51698%207.36821%208.24812%207.6401L6.97812%208.9101C8.40167%2011.4136%2010.4746%2013.4865%2012.9781%2014.9101L14.2481%2013.6401C14.52%2013.3712%2014.8633%2013.1859%2015.2372%2013.1062C15.6112%2013.0264%2016.0002%2013.0556%2016.3581%2013.1901C17.2654%2013.5286%2018.2081%2013.7635%2019.1681%2013.8901C19.6539%2013.9586%2020.0975%2014.2033%2020.4146%2014.5776C20.7318%2014.9519%2020.9003%2015.4297%2020.8881%2015.9201Z%22%20stroke%3D%22%23F47721%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E");
}

.footer-contact-card .hisherik-icon-mail {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M4%204H20C21.1%204%2022%204.9%2022%206V18C22%2019.1%2021.1%2020%2020%2020H4C2.9%2020%202%2019.1%202%2018V6C2%204.9%202.9%204%204%204Z%22%20stroke%3D%22%23F47721%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%3Cpath%20d%3D%22M22%206L12%2013L2%206%22%20stroke%3D%22%23F47721%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E");
}

.footer-contact-card .hisherik-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.footer-contact-card .hisherik-field label {
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
    text-align: end;
}

.footer-contact-card .hisherik-input,
.footer-contact-card .hisherik-textarea {
    width: 100%;
    border-radius: 4px;
    border: none;
    background: rgba(241, 245, 245, 0.32);
    padding: 14px 16px;
    outline: none;
    color: #232323;
    caret-color: #232323;
}

.footer-contact-card input:not([type="checkbox"]):not([type="radio"]),
.footer-contact-card textarea,
.footer-contact-card select {
    border: 0 !important;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    background-image: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.footer-contact-card .wpcf7-form-control {
    border: 0 !important;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

.footer-contact-card .wpcf7-form-control-wrap,
.footer-contact-card .wpcf7-form-control-wrap::before,
.footer-contact-card .wpcf7-form-control-wrap::after {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.footer-contact-card input[type="checkbox"],
.footer-contact-card input[type="radio"] {
    display: inline-block !important;
    -webkit-appearance: auto;
    appearance: auto;
    width: 18px;
    height: 18px;
    accent-color: #f47721;
    margin: 0 0 0 10px;
}

.footer-contact-card .form_input_accept,
.footer-contact-card .form_input_accept label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: #fff;
    font-weight: 400;
    text-align: right;
}

.footer-contact-card .form_input_accept label {
    cursor: pointer;
}

.footer-contact-card input:focus,
.footer-contact-card textarea:focus,
.footer-contact-card select:focus,
.footer-contact-card input:focus-visible,
.footer-contact-card textarea:focus-visible,
.footer-contact-card select:focus-visible {
    outline: none;
    box-shadow: none;
}

.footer-contact-section[dir="rtl"] .footer-contact-card .hisherik-input,
.footer-contact-section[dir="rtl"] .footer-contact-card .hisherik-textarea {
    text-align: right;
    color: #232323;
}

.footer-contact-section[dir="rtl"] .footer-contact-card input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.footer-contact-section[dir="rtl"] .footer-contact-card textarea {
    text-align: right;
    color: #232323;
    caret-color: #232323;
}

.footer-contact-card .hisherik-input::placeholder,
.footer-contact-card .hisherik-textarea::placeholder,
.footer-contact-card input::placeholder,
.footer-contact-card textarea::placeholder {
    color: rgba(35, 35, 35, 0.6);
    opacity: 1;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-contact-card .hisherik-input::-webkit-input-placeholder,
.footer-contact-card .hisherik-textarea::-webkit-input-placeholder,
.footer-contact-card input::-webkit-input-placeholder,
.footer-contact-card textarea::-webkit-input-placeholder {
    color: rgba(35, 35, 35, 0.6);
    opacity: 1;
}

.footer-contact-card .hisherik-textarea {
    min-height: 134px;
    resize: vertical;
}

.footer-contact-card .hisherik-input:focus,
.footer-contact-card .hisherik-textarea:focus {
    box-shadow: none;
}

.footer-contact-card .hisherik-field-full {
    margin-top: 8px;
}

.footer-contact-card .hisherik-actions {
    display: flex;
    justify-content: flex-end;
    direction: rtl;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.hisherik-btn {
    display: flex;
    width: 203px;
    height: 52px;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #F47721;
    box-shadow: 0 16px 24px -8px rgba(250, 170, 87, 0.28) !important;
    color: #FFF;
    text-align: right;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.08s ease, filter 0.2s ease, background-color 0.2s ease;

}

.footer-contact-card .hisherik-btn:hover {
    filter: brightness(1.05);
}

.footer-contact-card .hisherik-btn:active {
    transform: translateY(1px);
}

.footer-contact-card .wpcf7-spinner {
    margin: 0 10px 0 0;
}

.f-bottom-row {
    display: flex;
    align-items: center;
    gap: 55px;
    justify-content: flex-end;
    margin-top: 18px;
}

.acceptance-row label {
    direction: rtl;
    display: flex;
    align-items: center;
}

.acceptance-row label span {
    color: #FFF;
    text-align: right;
    font-family: Rubik;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    opacity: 0.7;
    max-width: 310px;
}

/* Compact product/footer form style (form_order footer_form) */
.form_order.footer_form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.form_order.footer_form .form_row {
    min-width: 0;
}

.form_order.footer_form .form_row_2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.form_order.footer_form .form_col,
.form_order.footer_form .req-star {
    position: relative;
}

.form_order.footer_form .req-star::after {
    content: "*";
    position: absolute;
    top: 8px;
    inset-inline-end: 8px;
    color: #F47721;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
}

.form_order.footer_form .form_control {
    width: 100%;
    border: 0 !important;
    text-align: right;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    background: #F1F5F5;
    display: flex;
    height: 54px;
    padding: 16px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #000;
    font-family: Arimo;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: 1px;
}

.form_order.footer_form textarea.form_control,
.form_order.footer_form .hisherik-field--message {
    min-height: 220px;
    resize: vertical;
}

.form_order.footer_form .form_control::placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}

.form_order.footer_form .submit_wrap {
    margin-top: 6px;
}

.form_order.footer_form .catalog-lead,
.form_order.footer_form .btn_submit,
.form_order.footer_form input.wpcf7-submit {
    width: 100%;
    min-height: 64px;
    border: 0 !important;
    border-radius: 8px;
    background: #F47721;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: filter .2s ease, transform .1s ease;
}

.form_order.footer_form .catalog-lead:hover,
.form_order.footer_form .btn_submit:hover,
.form_order.footer_form input.wpcf7-submit:hover {
    filter: brightness(1.04);
}

.form_order.footer_form .catalog-lead:active,
.form_order.footer_form .btn_submit:active,
.form_order.footer_form input.wpcf7-submit:active {
    transform: translateY(1px);
}

.form_order.footer_form .form_accept,
.form_order.footer_form .form_accept label {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 0;
    color: #999;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}

.form_order.footer_form .form_accept .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-inline-end: 30px;
}

.form_order.footer_form .form_accept input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
    margin: 0;
}

.form_order.footer_form .form_accept .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #F47721;
    background: rgba(0, 0, 0, 0.04);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.form_order.footer_form .form_accept .wpcf7-list-item-label::after {
    content: none !important;
}

.form_order.footer_form .form_accept input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5L6.4 12L13 4.5' fill='none' stroke='%23F47721' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form_order.footer_form .form_accept a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* Some forms output both privacy + "commercial only" acceptances.
   Hide the privacy row in this compact card to avoid duplicate checkboxes. */

.form_order.footer_form .hide-title {
    display: none !important;
}

/* Modal contact form */
.cs_modal {
    width: min(760px, calc(100vw - 32px));
    max-width: none;
    margin: clamp(24px, 6vh, 64px) auto;
}

.modal_form__bg {
    border: 0;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(244, 119, 33, 0.14), transparent 34%),
        linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
    padding: 28px;
}

.modal_form__bg .text-end {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.modal_form__bg .btn-close {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 999px;
    background-color: #F3F5F6;
    background-size: 13px;
    opacity: 1;
    box-shadow: none;
}

.modal_form__title {
    margin: 0;
    color: #232323;
    font-family: "Rubik", sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: none;
}

.modal_form__subtitle {
    margin-top: 10px;
    color: #707070;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.modal_form__bg .wpcf7 {
    margin-top: 22px;
}

.modal_form__bg .screen-reader-response {
    margin: 0;
}

.contact_section__form--modal .form_order.footer_form {
    gap: 12px;
}

.contact_section__form--modal .form_order.footer_form .form_row_2col {
    gap: 12px;
}

.contact_section__form--modal .form_order.footer_form .req-star::after {
    top: 11px;
    inset-inline-end: 14px;
    font-size: 16px;
}

.contact_section__form--modal .form_order.footer_form .form_control {
    height: auto;
    min-height: 58px;
    border-radius: 14px;
    background: #F3F6F7;
    padding: 16px 20px;
    color: #232323;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

.contact_section__form--modal .form_order.footer_form .form_control::placeholder {
    color: #313131;
}

.contact_section__form--modal .form_order.footer_form textarea.form_control,
.contact_section__form--modal .form_order.footer_form .hisherik-field--message {
    min-height: 132px;
}

.contact_section__form--modal .form_order.footer_form .submit_wrap {
    margin-top: 4px;
}

.contact_section__form--modal .form_order.footer_form .catalog-lead,
.contact_section__form--modal .form_order.footer_form .btn_submit,
.contact_section__form--modal .form_order.footer_form input.wpcf7-submit {
    min-height: 58px;
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(244, 119, 33, 0.22);
    font-size: 24px;
    font-weight: 600;
}

.contact_section__form--modal .form_order.footer_form .form_accept,
.contact_section__form--modal .form_order.footer_form .form_accept label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #656565;
    font-size: 14px;
    line-height: 1.45;
}

.contact_section__form--modal .form_order.footer_form .form_accept .wpcf7-list-item-label {
    padding-inline-end: 28px;
}

.contact_section__form--modal .form_order.footer_form .form_accept .wpcf7-list-item-label::before {
    top: 9px;
    transform: none;
}

.contact_section__form--modal .form_order.footer_form .form_accept a {
    color: #232323;
}

.modal_form__bg .wpcf7-response-output {
    margin: 12px 0 0;
    border-radius: 12px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .form_order.footer_form .form_row_2col {
        grid-template-columns: 1fr;
    }

    .form_order.footer_form .catalog-lead,
    .form_order.footer_form .btn_submit,
    .form_order.footer_form input.wpcf7-submit {
        font-size: 34px;
        min-height: 56px;
    }

    .cs_modal {
        width: min(640px, calc(100vw - 24px));
    }

    .modal_form__bg {
        padding: 22px;
        border-radius: 20px;
    }

    .contact_section__form--modal .form_order.footer_form .catalog-lead,
    .contact_section__form--modal .form_order.footer_form .btn_submit,
    .contact_section__form--modal .form_order.footer_form input.wpcf7-submit {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .newsletter-popup__dialog {
        width: min(680px, calc(100vw - 24px));
    }

    .newsletter-popup__form {
        grid-template-columns: 1fr;
    }

    .footer-contact-card .hisherik-contact-block {
        flex-direction: column;
    }

    .footer-contact-card .hisherik-contact-left {
        flex-basis: auto;
        padding: 0;
        gap: 14px;
    }
}

@media (max-width: 576px) {
    .cs_modal {
        width: calc(100vw - 16px);
        margin: 12px auto;
    }

    .modal_form__bg {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .modal_form__title {
        font-size: 28px;
    }

    .modal_form__subtitle {
        font-size: 14px;
    }

    .contact_section__form--modal .form_order.footer_form {
        gap: 10px;
    }

    .contact_section__form--modal .form_order.footer_form .form_control {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 16px;
    }

    .contact_section__form--modal .form_order.footer_form textarea.form_control,
    .contact_section__form--modal .form_order.footer_form .hisherik-field--message {
        min-height: 112px;
    }

    .contact_section__form--modal .form_order.footer_form .catalog-lead,
    .contact_section__form--modal .form_order.footer_form .btn_submit,
    .contact_section__form--modal .form_order.footer_form input.wpcf7-submit {
        min-height: 52px;
        font-size: 20px;
    }

    .contact_section__form--modal .form_order.footer_form .form_accept,
    .contact_section__form--modal .form_order.footer_form .form_accept label {
        font-size: 13px;
    }

    .newsletter-popup__dialog {
        margin-top: 24px;
    }

    .newsletter-popup__card {
        padding: 20px 18px 18px;
        border-radius: 12px;
    }

    .newsletter-popup__title {
        font-size: 32px;
    }

    .newsletter-popup__close {
        top: 10px;
        left: 10px;
    }

    .footer-contact-header {
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-contact-logos {
        align-self: flex-start;
    }

    .f-bottom-row {
        flex-direction: column;
    }

    .footer-contact-card {
        padding: 18px;
    }

    .footer-contact-card .hisherik-grid-2 {
        grid-template-columns: 1fr;
    }

    .footer-contact-card .hisherik-contact-text,
    .footer-contact-card .hisherik-contact-link {
        font-size: 18px;
    }
}

/* Site footer (below contact form) */
.site-footer {
    --hisherik-footer-orange-filter: brightness(0) saturate(100%) invert(55%) sepia(89%) saturate(1736%) hue-rotate(345deg) brightness(98%) contrast(94%);
    background: #141414;
    color: #fff;
    padding: 56px 0 56px;
}

.newsletter-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.newsletter-popup.is-visible {
    display: block;
}

.newsletter-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
}

.newsletter-popup__dialog {
    --newsletter-popup-offset: min(10vh, 80px);
    position: relative;
    z-index: 1;
    width: min(680px, calc(100vw - 32px));
    margin: var(--newsletter-popup-offset) auto 0;
    max-height: calc(100vh - var(--newsletter-popup-offset) - 24px);
    padding-bottom: 24px;
}

.newsletter-popup__close {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.newsletter-popup__card {
    background:
        radial-gradient(circle at top left, rgba(244, 119, 33, 0.18), transparent 38%),
        linear-gradient(180deg, #1D1D1D 0%, #141414 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
    border-radius: 16px;
    padding: 32px;
    overflow-y: auto;
    max-height: 100%;
}

.newsletter-popup__copy {
    color: #fff;
    text-align: right;
    margin-bottom: 18px;
}

.newsletter-popup[dir="ltr"] .newsletter-popup__copy {
    text-align: left;
}

.newsletter-popup__eyebrow {
    color: #F47721;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.newsletter-popup__title {
    margin: 10px 0 12px;
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 0.98;
}

.newsletter-popup__subtitle {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    max-width: 52ch;
}

.newsletter-popup__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.newsletter-popup__field input {
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: rgba(241, 245, 245, 0.14);
    color: #FFF;
    padding: 16px 18px;
    outline: none;
    box-shadow: none;
    font-family: Arimo, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.newsletter-popup__field input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.newsletter-popup__field input:focus,
.newsletter-popup__consent input:focus {
    border-color: rgba(244, 119, 33, 0.75);
    box-shadow: 0 0 0 3px rgba(244, 119, 33, 0.14);
}

.newsletter-popup__consent {
    grid-column: 1 / -1;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    line-height: 1.35;
    cursor: pointer;
}

.newsletter-popup[dir="ltr"] .newsletter-popup__consent {
    flex-direction: row;
}

.newsletter-popup__consent input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #F47721;
}

.newsletter-popup__submit {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 4px;
    background: #F47721;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.1s ease;
}

.newsletter-popup__submit:hover {
    filter: brightness(1.04);
}

.newsletter-popup__submit:active {
    transform: translateY(1px);
}

.newsletter-popup__feedback {
    grid-column: 1 / -1;
    margin: 0;
    padding: 12px 14px;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.newsletter-popup__feedback--success {
    background: rgba(68, 176, 104, 0.18);
    color: #DDF7E4;
    border: 1px solid rgba(68, 176, 104, 0.35);
}

.newsletter-popup__feedback--error {
    background: rgba(183, 55, 55, 0.18);
    color: #FFD9D9;
    border: 1px solid rgba(183, 55, 55, 0.35);
}

.newsletter-popup__honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

body.newsletter-popup-open {
    overflow: hidden;
}

.site-footer[dir="rtl"] {
    text-align: right;
}

.site-footer[dir="ltr"] {
    text-align: left;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #F47721;
}

.site-footer__top {
    display: none;
}

.site-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.site-footer__top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    direction: ltr;
    gap: 22px;
    justify-self: end;
    width: 100%;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
}

.site-footer__social-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: var(--hisherik-footer-orange-filter);
    opacity: 0.95;
    transition: transform 0.12s ease, opacity 0.2s ease;
}

.site-footer__social-icon-svg {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.95;
    transition: transform 0.12s ease, opacity 0.2s ease;
}

.site-footer__social-link:hover .site-footer__social-icon {
    opacity: 1;
    transform: translateY(-1px);
}

.site-footer__social-link:hover .site-footer__social-icon-svg {
    opacity: 1;
    transform: translateY(-1px);
}

.site-footer__badges {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-start;
    justify-self: end;
}

.site-footer__badges-img {
    display: block;
    max-height: 70px;
    width: auto;
    max-width: min(360px, 46vw);
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.55));
}

.site-footer__grid {
    display: none;
}

.site-footer__layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.site-footer[dir="rtl"] .site-footer__layout {
    grid-template-areas: "about links";
}

.site-footer__col--links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-footer__col--about {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.site-footer[dir="rtl"] .site-footer__col--about .site-footer__credit {
    flex-direction: row-reverse;
}

.site-footer__about-text,
span.site-footer__credit-text {
    margin: 0;
    max-width: 680px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 112%;
    opacity: 0.5;
}

.site-footer__utility-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer__utility-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer__utility-link:hover {
    color: #fff;
    border-color: rgba(244, 119, 33, 0.48);
    background: rgba(244, 119, 33, 0.1);
    transform: translateY(-1px);
}

.site-footer__utility-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.site-footer__menus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px;
}

.site-footer__title {
    margin: 0 0 18px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 112%;
}

.site-footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__menu li {
    margin: 0 0 10px;
}

.site-footer__menu a,
.site-footer__menu-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 112%;
    opacity: 0.4;
}

.site-footer__menu a:hover {
    color: rgba(255, 255, 255, 0.95);
}

.site-footer__bottom {
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.site-footer__credit {
    display: flex;
    align-items: center;
    gap: 33px;
    justify-content: flex-end;
}

.site-footer__credit-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

span.site-footer__credit-text {
    width: 230px;
}

.site-footer__credit-mark svg {
    display: block;
    width: 42px;
    height: 25px;
}

.site-footer__rights {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

@media (max-width: 991px) {
    .site-footer {
        padding: 52px 0 38px;
    }

    .site-footer__badges {
        justify-self: center;
        justify-content: center;
    }

    .site-footer__col--links {
        text-align: center;
        margin: auto;
    }

    .site-footer__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "links"
            "about";
        gap: 34px;
        display: flex;
        flex-direction: column;
    }

    .site-footer__top-social {
        justify-content: center;
    }

    .site-footer__about-text,
    span.site-footer__credit-text {
        text-align: center;
    }

    .site-footer__utility-links {
        justify-content: center;
    }

    .site-footer__menus {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 576px) {
    .site-footer__menus {
        grid-template-columns: 1fr;
    }

    .site-footer__title {
        font-size: 20px;
    }
}

/* Limit description to two lines */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Clients showcase (main page) */
.clients-showcase-section {
    background: linear-gradient(180deg, #f8f9fb 0%, #f2f2f2 100%);
}

.clients-showcase {
    padding: 3rem 6rem;
    position: relative;
}

@media (min-width: 992px) {
    .clients-showcase {
        padding: 3.5rem 6rem;
    }
}

.clients-showcase__heading .clients-showcase__title {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 48px;
    color: #282828;
    margin-bottom: 84px;
}

.about-showcase__review-stars-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-left: 12px;
}

.clients-showcase__stars svg {
    display: block;
    width: 24px;
    height: 24px;
}

.clients-showcase__logo-bar-wrapper {
    position: relative;
}

.clients-showcase__heading {
    margin-bottom: 40px;
}

.clients-showcase__logo-bar {
    position: relative;
    border: 1px solid #CFCFCF;
    background: #FAFAFA;
    overflow: visible;
    border-radius: 4px;
}

.clients-showcase__logo-bar-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 102px;
    gap: 1.5rem;
    padding-inline: clamp(24px, 6vw, 32px);
}

.clients-showcase__logo-bar-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex: 1 1 0;
}

.clients-showcase__logo-bar-center {
    flex: 0 0 clamp(160px, 14vw, 240px);
    min-height: 120px;
}

.clients-showcase__logo-slot {
    min-width: 140px;
    min-height: 72px;
    border-radius: 999px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.35rem;
    text-align: center;
    font-size: 0.85rem;
    color: #282828;
    box-shadow: none;
}

.clients-showcase__logo-slot--bar {
    flex: 0 1 220px;
    max-width: 240px;
}

.clients-showcase__logo-slot--bar img {
    max-height: 82px;
    height: auto;
}

.clients-showcase__logo-slot--emblem {
    width: 220px;
    height: 220px;
    padding: 1.5rem;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.clients-showcase__logo-emblem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}

.clients-showcase__logo-slot--empty {
    opacity: 0.2;
    box-shadow: none;
}

.clients-showcase__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.clients-showcase__logo-image {
    max-width: 100%;
    max-height: 208px;
    height: auto;
}

.clients-showcase__logo-text {
    font-weight: 600;
    color: #282828;
}

.clients-showcase__logo-bar-divider {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 1.75rem;
}

.clients-showcase__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    border: 1px solid #CFCFCF;
    background: #ffffff;
    box-shadow: 0 25px 45px rgba(24, 24, 24, 0.08);
    overflow: hidden;
    border-top: 0;
    margin-top: -4px;
    gap: 16px;
}

.clients-showcase__card {
    background-color: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    margin: 48px;
    margin-left: 0;
    position: relative;
    gap: 32px;
}

/* Product template */
.product-page {
    direction: rtl;
    text-align: right;
    background: #f6f6f6;
}

.product-hero {
    position: relative;
    padding: 80px 0 60px;
    background: #ffffff;
    overflow: hidden;
}

.product-hero__shape {
    position: absolute;
    inset-inline: 0;
    bottom: -1px;
    height: 120px;
    background: linear-gradient(180deg, rgba(244, 119, 33, 0.08) 0%, rgba(244, 119, 33, 0) 100%);
    clip-path: polygon(0 40%, 25% 75%, 50% 50%, 75% 80%, 100% 55%, 100% 100%, 0 100%);
    pointer-events: none;
}

.product-hero__image {
    background: #ffffff;
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}

.product-hero__content {
    padding: 24px 0;
}

.product-hero__subtitle {
    color: #f47721;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-hero__title {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700;
    margin-bottom: 16px;
    color: #282828;
}

.product-hero__text {
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 16px;
}

.product-features {
    padding: 70px 0 30px;
}

.product-feature {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 44px;
}

.product-feature__media {
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

.product-feature__title {
    font-size: 22px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 12px;
}

.product-feature__text {
    color: #555;
    line-height: 1.8;
}

.product-offer {
    padding: 60px 0;
}

.product-offer__form {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 120px;
}

.product-offer__form-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #282828;
}

.product-offer__form-placeholder {
    display: grid;
    gap: 12px;
}

.product-offer__form-line {
    height: 42px;
    background: #f1f1f1;
    border-radius: 8px;
}

.product-offer__form-button {
    height: 44px;
    border-radius: 8px;
    background: #f47721;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.product-offer__content {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
}

.product-offer__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #282828;
}

.product-offer__text {
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.product-offer__image {
    margin: 24px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.1);
}

.product-offer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.product-offer__list li {
    position: relative;
    padding-right: 24px;
    color: #4a4a4a;
}

.product-offer__list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f47721;
}

.product-quote {
    padding: 40px 0;
}

.product-quote__inner {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    border-right: 4px solid #f47721;
}

.product-quote__text {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
}

.product-quote__author {
    font-weight: 600;
    color: #f47721;
}

.product-content {
    padding: 40px 0 20px;
}

.product-content__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #282828;
}

.product-content__body {
    color: #4a4a4a;
    line-height: 1.9;
}

.product-tables {
    padding: 60px 0;
    background: #FFF;
}

.product-tables__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 28px;
}

.product-tables__panel {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.product-tables__tabs {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
    overflow-x: auto;
}

.product-tables__tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    background: #f7f7f7;
    color: #2f2f2f;
    font-weight: 600;
    white-space: nowrap;
}

.product-tables__tab.is-active {
    background: #f47721;
    border-color: #f47721;
    color: #ffffff;
}

.product-tables__tab-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.product-tables__tab-icon--square,
.product-tables__tab-icon--circle,
.product-tables__tab-icon--rect,
.product-tables__tab-icon--l {
    border: 2px solid currentColor;
}

.product-tables__tab-icon--square {
    border-radius: 3px;
}

.product-tables__tab-icon--circle {
    border-radius: 50%;
}

.product-tables__tab-icon--rect {
    width: 18px;
    height: 12px;
    border-radius: 3px;
}

.product-tables__tab-icon--i::before {
    content: "I";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.product-tables__tab-icon--l {
    border-top: 0;
    border-left: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.product-tables__body {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 20px;
    padding: 18px;
    background: #f8f8f8;
}

.product-tables__filters {
    background: #f6f6f6;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 16px;
    display: grid;
    gap: 14px;
    align-content: start;
}

.product-tables__search {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px 12px 10px 36px;
}

.product-tables__search input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #333;
    background: transparent;
}

.product-tables__search-icon {
    position: absolute;
    left: 12px;
    width: 16px;
    height: 16px;
    border: 2px solid #888;
    border-radius: 50%;
}

.product-tables__search-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #888;
    right: -6px;
    bottom: -2px;
    transform: rotate(45deg);
}

.product-tables__filter {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 12px 12px 14px;
    display: grid;
    gap: 10px;
    position: relative;
}

.product-tables__filter-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
}

.product-tables__filter-title {
    font-size: 14px;
    font-weight: 600;
    color: #282828;
}

.product-tables__filter-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
}

.product-tables__filter-value {
    background: #f3f3f3;
    border-radius: 6px;
    padding: 4px 8px;
    min-width: 56px;
    text-align: center;
}

.product-tables__filter-unit {
    margin-right: auto;
    font-size: 12px;
    color: #666;
}

.product-tables__filter-range {
    padding: 6px 2px 0;
}

.product-tables__filter-track {
    height: 4px;
    background: linear-gradient(90deg, #f47721 0%, #f47721 70%, #e5e5e5 70%);
    border-radius: 999px;
    position: relative;
}

.product-tables__filter-dot {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f47721;
    transform: translateY(-50%);
}

.product-tables__filter-dot:first-child {
    left: 10%;
}

.product-tables__filter-dot:last-child {
    left: 70%;
}

.product-tables__filters-actions {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.product-tables__ghost {
    border: 1px solid #e2e2e2;
    background: #f0f0f0;
    color: #333;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 600;
}

.product-tables__cta {
    border: none;
    background: #f47721;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 700;
}

.product-tables__table-wrap {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 12px;
    overflow: auto;
}

.product-tables__table {
    display: grid;
    gap: 10px;
    min-width: 980px;
}

.product-tables__row {
    display: grid;
    grid-template-columns: 40px 60px 150px repeat(4, minmax(120px, 1fr)) 150px 170px;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 8px 10px;
}

.product-tables__row--head {
    background: #f6f6f6;
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.product-tables__cell {
    text-align: center;
    font-size: 13px;
    color: #333;
}

.product-tables__cell--id {
    color: #666;
}

.product-tables__cell--diameter .product-tables__value {
    font-weight: 700;
}

.product-tables__value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 6px;
    padding: 6px 10px;
    min-width: 88px;
}

.product-tables__details {
    border: 1px solid #e2e2e2;
    background: #ffffff;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    color: #333;
}

.product-tables__shape {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 2px solid #f47721;
    color: #f47721;
    border-radius: 4px;
}

.product-tables__shape--circle {
    border-radius: 50%;
}

.product-tables__shape--rect {
    width: 20px;
    height: 12px;
    border-radius: 3px;
}

.product-tables__shape--i::before {
    content: "I";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.product-tables__shape--dot {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.product-tables__shape--handle {
    width: 18px;
    height: 10px;
    border-radius: 3px;
    position: relative;
}

.product-tables__shape--handle::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f47721;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.product-tables__shape--l {
    border-top: 0;
    border-left: 0;
    width: 16px;
    height: 16px;
}

.product-tables__note {
    margin-top: 18px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .product-tables__body {
        grid-template-columns: 1fr;
    }

    .product-tables__filters {
        order: 2;
    }

    .product-tables__table-wrap {
        order: 1;
    }
}

.product-gallery {
    padding: 50px 0 20px;
}

.product-gallery__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

.product-gallery__image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.product-gallery__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #282828;
}

.product-gallery__text {
    color: #4a4a4a;
    line-height: 1.7;
}

.product-faq {
    padding: 60px 0;
}

.product-faq__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #282828;
}

.product-faq__list {
    display: grid;
    gap: 16px;
}

.product-faq__item {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
}

.product-faq__question {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.product-faq__question::-webkit-details-marker {
    display: none;
}

.product-faq__answer {
    color: #4a4a4a;
    line-height: 1.8;
    margin-top: 10px;
}

.product-cta {
    padding: 70px 0;
    background: #1d1d1d;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    position: relative;
}

.product-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.product-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.product-cta__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-cta__text {
    line-height: 1.8;
    margin-bottom: 18px;
}

.product-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    background: #f47721;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

@media (min-width: 992px) {
    .product-offer__form {
        position: sticky;
        top: 120px;
    }

    .product-feature {
        grid-template-columns: 1.1fr 0.9fr;
    }

    .product-feature--reverse {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .product-feature--reverse .product-feature__media {
        order: 2;
    }

    .product-feature--reverse .product-feature__content {
        order: 1;
    }
}

.clients-showcase__card--split {
    margin: 48px;
    margin-right: 0;
}

.clients-showcase__card-header {
    padding-inline-end: 88px;
}

.clients-showcase__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
}

.clients-showcase__card:last-child .clients-showcase__card-title {
    margin-top: -15px;
}

.clients-showcase__card-subtitle {
    font-size: 0.95rem;
    color: #6a6a6a;
}

.clients-showcase__card-badge {
    inset-block-start: 1.25rem;
    inset-inline-end: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    color: #a0a0a0;
    text-align: right;
    box-shadow: none;
    order: -1;
}

.clients-showcase__card-badge img {
    width: auto;
    height: 70px;
    max-width: 90px;
    object-fit: contain;
}

.clients-showcase__card-info {
    align-self: center;
}

.clients-showcase__chips {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.clients-showcase__chip {
    margin: 0;
}

.clients-showcase__chip-row {
    margin: 0;
    list-style: none;
}

.clients-showcase__chip-row-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
}

.clients-showcase__chip-link {
    display: inline-flex;
    font-size: 16px !important;
    align-items: center;
    padding: 5px 28px;
    border-radius: 999px;
    background: #E3E3E3;
    color: #121212;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.clients-showcase__chip--main .clients-showcase__chip-link {
    font-weight: 700;
}

.clients-showcase__chip-link:hover,
.clients-showcase__chip-link:focus {
    background: #f47721;
    border-color: #f47721;
    color: #ffffff;
    text-decoration: none;
}

.clients-showcase__note {
    color: #6a6a6a;
    font-size: 0.9rem;
}

.clients-showcase__cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.clients-showcase__cta {
    min-width: 300px;
    border-radius: 2px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 0 5px 30px !important;
    background: #000 !important;
    color: #ffffff !important;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between !important;
    flex-direction: row;
    gap: 16px;
}

.clients-showcase__cta:hover,
.clients-showcase__cta:focus {
    color: #ffffff;
    background: #000000;
}

.clients-showcase__cta-text {
    text-align: left;
}

.clients-showcase__cta-image {
    height: 100%;
    width: auto;
    max-height: 48px;
    object-fit: contain;
    opacity: 0.9;
    transform: scaleX(-1);
}

.clients-showcase__card--gates .clients-showcase__cta-image {
    transform: scaleX(-1) scale(1.05);
}

@media (max-width: 991.98px) {
    .clients-showcase {
        padding: 2.5rem 1.5rem;
    }

    .clients-showcase__logo-bar {
        padding: 1.25rem 1.5rem;
    }

    .clients-showcase__logo-bar-track {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 1rem;
        padding-inline: 0;
    }

    .clients-showcase__logo-bar-group {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .clients-showcase__logo-bar-center {
        min-height: 140px;
    }

    .clients-showcase__logo-slot {
        flex: 1 1 45%;
        max-width: calc(50% - 0.75rem);
        min-width: 140px;
    }

    .clients-showcase__logo-slot--emblem {
        width: 170px;
        height: 170px;
    }

    .clients-showcase__logo-emblem {
        transform: translate(-50%, -15%);
    }

    .clients-showcase__card--split {
        border-inline-start: 0;
        border-top: 1px solid #ececec;
    }

    .clients-showcase__card-header {
        padding-inline-end: 76px;
    }

    .clients-showcase__card-badge {
        inset-block-start: 1rem;
        inset-inline-end: 1rem;
    }

    .clients-showcase__card-badge img {
        max-width: 80px;
        max-height: 50px;
    }
}

/* About showcase (main page) */
.about-showcase-section {
    background: radial-gradient(circle at top right, #1f1f1f 0%, #121212 55%, #0b0b0b 100%);
    color: #f7f7f7;
    overflow-x: hidden;
    margin: 8px;
    padding-top: 60px;
    border-radius: 4px;
}

.about-showcase {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.about-showcase__header {
    max-width: 1392px;
}

.about-showcase__eyebrow {
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 99%;
}

.about-showcase__title {
    font-size: clamp(28px, 3.4vw, 48px);
    font-weight: 600;
    margin-bottom: 39px;
    line-height: 99%;
}

.about-showcase__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.about-showcase__intro-text {
    flex: 1 1 360px;
    max-width: 720px;
}

.about-showcase__subtitle {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 112%;
}

.about-showcase__description {
    margin-bottom: 0;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    opacity: 0.7;
}

.about-showcase__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    min-width: 470px;
}

.about-showcase__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-showcase__logo img {
    max-height: 54px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.about-showcase__logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.about-showcase__logo-label {
    font-size: 13px;
    color: #b7b7b7;
}

.about-showcase__gallery {
    overflow: hidden;
    width: 100%;
    margin-inline: calc(50% - 50vw);
    transform: none;
    --slide-small: 380px;
    --slide-large: 480px;
    --slide-gap: 16px;
}

.about-showcase__gallery-swiper {
    position: relative;
    width: 100%;
    overflow: visible;
}

.about-showcase__gallery-swiper {
    direction: ltr;
}

.about-showcase__gallery-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    background: #1d1d1d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: opacity 0.25s ease;
}

.about-showcase__gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-showcase__gallery-swiper .swiper-slide {
    width: var(--slide-small);
    height: var(--slide-small);
    padding: 0;
    opacity: 0.14;
    transition: opacity 0.25s ease;
}

.about-showcase__gallery-swiper .swiper-slide-active,
.about-showcase__gallery-swiper .swiper-slide-duplicate-active {
    opacity: 1;
    width: var(--slide-large);
    height: var(--slide-large);
}

.about-showcase__gallery-swiper .swiper-slide-next,
.about-showcase__gallery-swiper .swiper-slide-duplicate-next {
    opacity: 0.5;
    width: var(--slide-large);
    height: var(--slide-large);
}

.about-showcase__gallery-swiper .swiper-slide-prev,
.about-showcase__gallery-swiper .swiper-slide-duplicate-prev {
    opacity: 0.14;
}

.about-showcase__gallery-button {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f47721;
    border: none;
    color: #0b0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 20;
    cursor: pointer;
    display: flex;
    pointer-events: auto;
}

.about-showcase__gallery-button--prev {
    left: 0;
    top: 0;
}

.about-showcase__gallery-button--next {
    left: 0;
    top: 0;
}

.about-showcase__gallery-button--prev::before {
    content: '';
}

.about-showcase__gallery-button--next::before {
    content: '';
}

.about-showcase__gallery-button {
    background: transparent;
    width: 18px;
    height: 18px;
    padding: 0;
}

.about-showcase__gallery-button--prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.1%203.75L12.75%203.75L12.75%2014.25L11.1%2014.25L4.5%2010.05L4.5%207.95L11.1%203.75Z%22%20fill%3D%22%23F47721%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.about-showcase__gallery-button--next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.9%203.75L5.25%203.75L5.25%2014.25L6.9%2014.25L13.5%2010.05L13.5%207.95L6.9%203.75Z%22%20fill%3D%22%23F47721%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}


.about-showcase__gallery-swiper .swiper-slide {
    z-index: 1;
}

.about-showcase__gallery-swiper .swiper-slide-next,
.about-showcase__gallery-swiper .swiper-slide-duplicate-next {
    z-index: 2;
}

.about-showcase__gallery-swiper .swiper-slide-active,
.about-showcase__gallery-swiper .swiper-slide-duplicate-active {
    z-index: 3;
}

.about-showcase__gallery-swiper .swiper-slide-prev,
.about-showcase__gallery-swiper .swiper-slide-duplicate-prev {
    z-index: 2;
}

.about-showcase__section-title {
    margin-bottom: 24px;
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 99%;
}

.about-showcase__timeline-track {
    display: grid;
    gap: 16px;
}

.about-showcase__milestone {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    padding: 18px 22px;
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
}

/* About timeline (milestones) */
.about-timeline {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 56px 96px 0;
}

.about-timeline::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 96px;
    right: 96px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(244, 119, 33, 0.54) 20%, rgba(244, 119, 33, 0.16) 80%, rgba(255, 255, 255, 0));
}

.about-timeline__track {
    display: flex;
    align-items: stretch;
    gap: 22px;
}

.about-timeline.swiper-initialized .about-timeline__track {
    gap: 0;
}

.about-timeline__item {
    position: relative;
    min-height: 212px;
    padding: 30px 18px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.96) 0%, rgba(12, 12, 12, 0.92) 100%);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.about-timeline__item::before {
    content: "";
    position: absolute;
    top: -22px;
    inset-inline-start: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #101010;
    border: 3px solid rgba(244, 119, 33, 0.54);
    box-shadow: 0 0 0 8px rgba(244, 119, 33, 0.08);
}

.about-timeline__item::after {
    content: "";
    position: absolute;
    top: -12px;
    inset-inline-start: 26px;
    width: 2px;
    height: 26px;
    background: linear-gradient(180deg, rgba(244, 119, 33, 0.72), rgba(244, 119, 33, 0));
}

.about-timeline__item:hover {
    transform: translateY(-4px);
    border-color: rgba(244, 119, 33, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.24);
}

.about-timeline__item.is-current {
    border-color: rgba(244, 119, 33, 0.28);
    background:
        radial-gradient(circle at top left, rgba(244, 119, 33, 0.16), transparent 42%),
        linear-gradient(180deg, rgba(34, 27, 21, 0.96) 0%, rgba(16, 14, 12, 0.94) 100%);
    box-shadow: 0 30px 70px rgba(244, 119, 33, 0.16);
}

.about-timeline__item.is-current::before {
    border-color: #f47721;
    box-shadow: 0 0 0 10px rgba(244, 119, 33, 0.1);
}

.about-timeline__year {
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: -0.04em;
    margin-bottom: 0;
    text-align: right;
    font-size: clamp(30px, 2.2vw, 44px);
    font-style: normal;
    font-weight: 500;
    line-height: 0.94;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
}

.about-timeline__item.is-current .about-timeline__year {
    color: #F47721;
}

.about-timeline__item.is-oldest .about-timeline__year {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(30px, 2.2vw, 44px);
}

.about-timeline__chevron {
    position: relative;
    width: auto;
    max-width: none;
    margin: 0;
}

.about-timeline__chevron-svg {
    display: none;
}

.about-timeline__chip {
    position: static;
    transform: none;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    max-width: 100%;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(244, 119, 33, 0.24);
    background: rgba(244, 119, 33, 0.08);
    font-size: 12px;
    font-weight: 600;
    color: #ffd9c1;
    white-space: normal;
    line-height: 1.25;
    text-align: right;
}

.about-timeline__item.is-current .about-timeline__chip {
    border-color: #f47721;
    background: linear-gradient(180deg, #f6924e 0%, #f47721 100%);
    color: #fff;
}

.about-timeline__desc {
    margin: auto 0 0;
    color: rgba(255, 255, 255, 0.74);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
}

.about-timeline__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.about-timeline__nav[hidden] {
    display: none;
}

.about-timeline__nav-button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(244, 119, 33, 0.4);
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.92);
    color: #f47721;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.about-timeline__nav-button:hover {
    transform: translateY(-1px);
    border-color: rgba(244, 119, 33, 0.72);
}

.about-timeline__nav-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.about-timeline__nav-button:disabled {
    opacity: 0.4;
    cursor: default;
    transform: none;
}

.about-timeline:not(.swiper-initialized) .about-timeline__track {
    overflow-x: auto;
    padding-bottom: 16px;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(244, 119, 33, 0.45) rgba(255, 255, 255, 0.08);
}

.about-timeline:not(.swiper-initialized) .about-timeline__track::-webkit-scrollbar {
    height: 8px;
}

.about-timeline:not(.swiper-initialized) .about-timeline__track::-webkit-scrollbar-thumb {
    background: rgba(244, 119, 33, 0.42);
    border-radius: 999px;
}

.about-timeline:not(.swiper-initialized) .about-timeline__track::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.about-timeline:not(.swiper-initialized) .about-timeline__item {
    width: min(272px, calc(100vw - 88px));
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.about-timeline:not(.swiper-initialized) .about-timeline__nav {
    display: none;
}

@media (max-width: 1200px) {
    .about-timeline {
        padding: 48px 24px 0;
    }

    .about-timeline::before {
        left: 24px;
        right: 24px;
    }
}

@media (max-width: 992px) {
    .about-timeline {
        padding: 42px 20px 0;
    }

    .about-timeline::before {
        top: 15px;
        left: 20px;
        right: 20px;
    }

    .about-timeline__item {
        min-height: 196px;
        padding: 28px 16px 16px;
        border-radius: 20px;
        gap: 10px;
    }

    .about-timeline__item::before {
        top: -19px;
        inset-inline-start: 18px;
        width: 12px;
        height: 12px;
    }

    .about-timeline__item::after {
        top: -10px;
        inset-inline-start: 23px;
        height: 22px;
    }

    .about-timeline__year,
    .about-timeline__item.is-oldest .about-timeline__year {
        font-size: clamp(28px, 5.8vw, 38px);
        margin-bottom: 0;
    }

    .about-timeline__chip {
        min-height: 28px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .about-timeline__desc {
        font-size: 13px;
        line-height: 1.45;
    }

    .about-timeline__nav {
        margin-top: 16px;
    }

    .about-timeline:not(.swiper-initialized) .about-timeline__item {
        width: min(248px, calc(100vw - 56px));
    }
}

.about-showcase__reviews-header {
    background: linear-gradient(180deg, #141414 44.19%, rgba(20, 20, 20, 0.00) 100%);
    padding: 42px 24px 18px;
}

.about-showcase__milestone-year {
    font-size: 22px;
    font-weight: 700;
    color: #f47721;
}

.about-showcase__milestone-title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
}

.about-showcase__milestone-text {
    margin-bottom: 0;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.7;
}

.about-showcase__reviews {
    display: grid;
    gap: 24px;
    background: #212121;
    padding: 0 0 72px;
}

.about-showcase__reviews-note {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    opacity: 0.7;
    max-width: 1090px;
    margin: auto;
}

.about-showcase__reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    padding: 0 24px;
}

.about-showcase__reviews-swiper {
    width: 100%;
    /* Swiper sets overflow:hidden; keep X hidden but allow Y so card bottoms aren't clipped. */
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0 24px;
}

/* When Swiper is active, the wrapper must be flex (Swiper sets layout via JS). */
.about-showcase__reviews-swiper .about-showcase__reviews-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    padding: 0;
}

.about-showcase__reviews-swiper .about-showcase__review-card {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;

}

/* Defensive: keep slides from shrinking even if Swiper CSS isn't applied for any reason. */
.about-showcase__reviews-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.about-showcase__reviews-swiper .swiper-slide {
    flex-shrink: 0;
}

.about-showcase__review-card {
    border-radius: 4px;
    background: #141414;
    display: flex;
    min-height: 194px;
    padding: 16px 24px 16px;
    flex-direction: column;
    gap: 16px;
}

.about-showcase__review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.about-showcase__review-bottom {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
}

.about-showcase__review-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-showcase__review-logo-wrapper {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #FFF;
}

.about-showcase__review-logo-wrapper img {
    object-fit: contain;
    padding: 5px;
    width: 48px;
    height: 48px;
}

.about-showcase__review-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 99%;
}

.about-showcase__review-rating {
    color: #f47721;
    font-weight: 700;
}

span.about-showcase__review-rating.font-rubik {
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 99%;
}

.about-showcase__review-stars {
    display: flex;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 0;
}

.about-showcase__review-star.is-active {
    color: #f47721;
}

.about-showcase__review-text {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.5;
}

/* Desktop cards keep a consistent height like the design, so the rating block can pin to the bottom. */
@media (min-width: 992px) {
    .about-showcase__review-card {
        min-height: 360px;
    }

    .about-showcase__review-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .about-showcase__timeline-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-showcase {
        gap: 32px;
    }

    .about-showcase__intro {
        flex-direction: column;
        gap: 18px;
    }

    .about-showcase__gallery {
        max-width: 100%;
    }

    .about-showcase__gallery-card {
        height: 220px;
        border-radius: 20px;
    }

    .about-showcase__gallery-swiper .swiper-slide {
        width: 220px;
    }

    .about-showcase__gallery-swiper .swiper-slide-active .about-showcase__gallery-card,
    .about-showcase__gallery-swiper .swiper-slide-duplicate-active .about-showcase__gallery-card,
    .about-showcase__gallery-swiper .swiper-slide-next .about-showcase__gallery-card,
    .about-showcase__gallery-swiper .swiper-slide-duplicate-next .about-showcase__gallery-card {
        transform: scale(1.15);
    }

    .about-showcase__gallery-button--prev,
    .about-showcase__gallery-button--next {
        top: 50% !important;
        bottom: auto;
        display: flex;
        width: 44px;
        height: 44px;
        transform: translateY(-50%);
        background-size: 24px 24px;
        opacity: 0.95;
        border-radius: 999px;
        background-color: rgba(20, 20, 20, 0.92);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
        z-index: 12;
    }

    .about-showcase__gallery-button--prev {
        left: 16px !important;
    }

    .about-showcase__gallery-button--next {
        left: auto !important;
        right: 16px;
    }

    .about-showcase__milestone {
        grid-template-columns: 1fr;
    }
}

/* Latest posts cards (main page) */
.home-posts-section {
    margin: 88px 105px;
}

.home-posts-section__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 54px;
    direction: rtl;
    text-align: right;
}

.home-posts-section__title {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 99%;
}

.home-posts-section__grid {
    margin-top: 0;
}

.home-post-card {
    height: 100%;
    display: flex;
    align-items: stretch;
    padding: 12px 24px 12px 12px;
    gap: 10px;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    background: #FFFFFF;
    text-decoration: none;
    direction: ltr;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(23, 23, 23, 0.18);
}

.home-post-card__media {
    height: 200px;
    width: 224px;
}

.home-post-card__img {
    width: 224px;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.home-post-card__img--placeholder {
    background: linear-gradient(135deg, #F3F4F6 0%, #e7e7e7 100%);
}

.home-post-card__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: right;
}

.home-post-card__title {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-post-card__excerpt {
    margin: 0 0 14px 0;
    color: #000;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    align-self: stretch;
}

.home-post-card__meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    direction: ltr;
    color: #000;
    opacity: 0.5;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: auto;
    gap: 9px;
}

span.home-post-card__author {
    color: var(--Black, #000);
    text-align: right;
    font-family: Arimo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
}

span.home-post-card__date {
    direction: rtl;
}

@media (max-width: 991px) {
    .home-posts-section__title {
        font-size: 36px;
    }

    .home-post-card__title {
        font-size: 24px;
    }

    .home-post-card__excerpt {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-posts-section {
        padding: 40px 0;
    }

    .home-posts-section__heading {
        margin-bottom: 18px;
    }

    .home-posts-section__title {
        font-size: 30px;
        letter-spacing: 0.5px;
    }

    .home-post-card {
        flex-direction: column;
        gap: 16px;
    }

    .home-post-card__media {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .home-post-card__img {
        min-height: 210px;
    }
}

/* FAQ (main page) */
.home-faq {
    margin: 88px 105px;
    direction: rtl;
    text-align: right;
}

.home-faq__heading {
    margin-bottom: 46px;
}

.home-faq__title {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 99%;
    text-align: center;
}

.home-faq__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.home-faq__media {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-faq__image {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: inherit;
    max-height: 520px;
    filter: drop-shadow(0 18px 40px rgba(23, 23, 23, 0.14));
}

.home-faq__accordion {
    align-self: start;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.faq-accordion__item {
    background: #fff;
    overflow: hidden;
    transition: border-color 180ms ease;
    border-radius: 4px;
    padding: 21px 22px;
    border: 1px solid #C4C4C4;
}

.faq-accordion__item.is-open {
    background: #EFEFEF;
    border-color: #C4C4C4;
}

.faq-accordion__item:hover {
    border-color: #F47721;
}

.faq-accordion__item.is-open:hover {
    border-color: #C4C4C4;
}

.faq-accordion__trigger {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    text-align: right;
}

.faq-accordion__trigger:focus-visible {
    outline: 3px solid rgba(244, 119, 33, 0.55);
    outline-offset: 3px;
}

.faq-accordion__label {
    flex: 1 1 auto;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.faq-accordion__icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: transform 180ms ease, color 180ms ease;
}

.faq-accordion__item.is-open .faq-accordion__icon {
    color: #000;
    transform: rotate(180deg);
}

.faq-accordion__item:hover .faq-accordion__icon {
    color: #F47721;
}

.faq-accordion__item.is-open:hover .faq-accordion__icon {
    color: #000;
}

.faq-accordion__panel {
    margin-top: 0;
    background: #EFEFEF;
}

.faq-accordion__item.is-open[data-faq-has-answer="1"] .faq-accordion__panel {
    margin-top: 10px;
}

.faq-accordion__panel-inner {
    padding: 0;
    color: #000;
    opacity: 0.75;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.faq-accordion__panel-inner p:last-child {
    margin-bottom: 0;
}

.home-hero-lightbox[hidden] {
    display: none !important;
}

.home-hero-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.home-hero-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.home-hero-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.home-hero-lightbox__video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #000;
}

.home-hero-lightbox__close {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-hero-lightbox__close:hover {
    background: rgba(0, 0, 0, 0.9);
}

.home-hero {
    min-height: 780px;
    overflow: hidden;
    padding-bottom: 0;
}

.home-hero__video {
    object-fit: cover;
    z-index: 1;
}

.home-hero #mainHeroVideo {
    cursor: pointer;
}

.home-hero-intro {
    position: relative;
    background: #fff;
    padding: 42px 0 118px;
}

.home-hero-intro__inner {
    max-width: 900px;
}

.home-hero-intro__title {
    margin: 0;
    color: #121212;
    font-family: "Rubik", sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 600;
    line-height: 0.98;
}

.home-hero-intro__subtitle {
    margin-top: 10px;
    color: #f47721;
    font-family: "Rubik", sans-serif;
    font-size: clamp(34px, 4.6vw, 60px);
    font-weight: 600;
    line-height: 0.98;
}

.home-hero-intro__desc {
    margin: 18px auto 0;
    max-width: 720px;
    color: rgba(18, 18, 18, 0.64);
    font-size: 20px;
    line-height: 1.55;
}

.home-hero-cards-wrap {
    position: relative;
    margin-top: -96px;
    z-index: 20;
    padding: 0 0 32px;
}

.home-hero__cards {
    position: relative;
    z-index: 2;
}

.home-hero__card-shell {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(241, 241, 241, 0.92) !important;
    border-radius: 22px !important;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(23, 23, 23, 0.18) !important;
}

.home-hero__card-grid {
    min-height: 100%;
}

.home-hero__card-media {
    transform: scaleX(-1);
    padding-top: 18px;
}

.home-hero__card-image {
    max-height: 123px;
    object-fit: contain;
}

.home-hero__card-body {
    padding: 28px 30px 28px 52px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    text-align: right;
}

.home-hero__card-title {
    margin: 0;
}

.home-hero__card-desc {
    margin: 0;
    opacity: 0.52;
}

.home-hero__card-cta {
    border-radius: 999px !important;
    padding: 10px 26px !important;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(244, 119, 33, 0.24);
}

/* Clients showcase v2 (all categories visible) */
.clients-showcase-section--v2 .clients-showcase__cards--overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.clients-showcase-section--v2 .clients-showcase__card {
    margin: 0;
    padding: 34px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background: #f8f8f9;
    gap: 24px;
    box-shadow: 0 14px 36px rgba(24, 24, 24, 0.08);
    height: 100%;
}

.clients-showcase-section--v2 .clients-showcase__card-body {
    flex: 1 1 auto;
}

.clients-showcase-section--v2 .clients-showcase__card-footer {
    margin-top: auto;
}

.clients-showcase-section--v2 .clients-showcase__card-header {
    padding-inline-end: 0;
    justify-content: space-between;
    align-items: center !important;
}

.clients-showcase-section--v2 .clients-showcase__card-title {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1;
    margin: 0;
}

.clients-showcase-section--v2 .clients-showcase__card-badge {
    order: 2;
    min-width: 80px;
}

.clients-showcase-section--v2 .clients-showcase__card-badge img {
    max-width: 110px;
    max-height: 72px;
}

.clients-showcase-section--v2 .clients-showcase__chips {
    gap: 12px;
}

.clients-showcase-section--v2 .clients-showcase__chip-row--grouped {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 12px;
}

.clients-showcase-section--v2 .clients-showcase__chip-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.clients-showcase-section--v2 .clients-showcase__chip-main .clients-showcase__chip-link {
    background: #1f1f1f;
    color: #fff;
    font-weight: 700;
}

.clients-showcase-section--v2 .clients-showcase__chip-row-inner {
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
}

.clients-showcase-section--v2 .clients-showcase__chip-link {
    padding: 7px 16px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    font-size: 15px !important;
    line-height: 1.3;
}

.clients-showcase-section--v2 .clients-showcase__chip-link:hover,
.clients-showcase-section--v2 .clients-showcase__chip-link:focus {
    background: #f47721;
    border-color: #f47721;
    color: #fff;
}

.clients-showcase-section--v2 .clients-showcase__cta-row {
    justify-content: flex-start;
}

.clients-showcase-section--v2 .clients-showcase__cta {
    min-width: min(520px, 100%);
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-size: 34px;
}

.clients-showcase-section--v2 .clients-showcase__cta-image {
    max-height: 60px;
}

.clients-showcase-section--v2 .clients-showcase__cta-text {
    text-align: right;
}

@media (max-width: 991px) {
    .home-faq__title {
        font-size: 36px;
    }

    .faq-accordion__trigger {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .home-faq {
        margin: 40px 16px;
    }

    .home-faq__content {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-faq__image {
        max-height: 360px;
    }

    .home-faq__title {
        font-size: 30px;
        letter-spacing: 0.5px;
    }

    .faq-accordion__trigger {
        padding: 18px 16px;
        font-size: 20px;
    }

    .faq-accordion__panel-inner {
        padding: 16px;
        font-size: 16px;
    }
}

/* Global mobile hardening */
@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .home-posts-section,
    .home-faq {
        margin: 56px 16px;
    }

    .home-posts-section__heading {
        margin-bottom: 24px;
    }

    .home-post-card__media,
    .home-post-card__img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .home-hero {
        min-height: 620px !important;
        margin-inline: 0 !important;
    }

    .home-hero-lightbox {
        padding: 12px;
    }

    .clients-showcase-section--v2 .clients-showcase__card {
        padding: 20px 16px;
    }

    .clients-showcase-section--v2 .clients-showcase__card-title {
        font-size: clamp(24px, 7vw, 30px);
    }

    .clients-showcase-section--v2 .clients-showcase__cards--overview {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .clients-showcase-section--v2 .clients-showcase__cta {
        min-width: 0;
        width: 100%;
        font-size: 25px;
    }

    .home-hero {
        padding-bottom: 0;
    }

    .home-hero-cards-wrap {
        margin-top: -52px;
        padding-bottom: 28px;
    }

    .home-hero-intro {
        padding: 36px 0 84px;
    }

    .home-hero-intro__desc {
        font-size: 18px;
    }

    .home-hero__card-shell {
        border-radius: 20px !important;
    }

    .home-hero__card-body {
        padding: 24px 22px !important;
    }

    .home-hero__card-title {
        font-size: 1.2rem;
        line-height: 1.1;
    }

    .home-hero__card-desc {
        font-size: 15px !important;
        line-height: 1.45;
    }

    .home-hero__card-cta {
        padding: 9px 22px !important;
    }

    .footer-contact-section {
        margin-inline: 0;
        max-height: none;
    }

    .clients-showcase__card--split {
        margin: 14px 0 0;
    }

    .clients-showcase__card-header {
        padding-inline-end: 64px;
    }

    .clients-showcase__cta {
        min-width: 0;
        width: 100%;
        gap: 10px;
        padding: 8px 12px !important;
    }

    .clients-showcase__cta-text {
        text-align: center;
    }

    .about-showcase__logos {
        min-width: 0;
        width: 100%;
        justify-content: flex-start;
        gap: 14px;
    }

    .about-showcase__gallery {
        margin-inline: 0;
    }
}

@media (max-width: 767px) {
    .clients-showcase {
        padding: 1.5rem 0.875rem;
    }

    .clients-showcase__heading {
        margin-bottom: 14px;
    }

    .clients-showcase__heading > svg {
        width: min(320px, 100%);
        height: auto;
    }

    .clients-showcase__heading .clients-showcase__title {
        font-size: clamp(28px, 10vw, 42px);
        line-height: 1;
        letter-spacing: 0;
        margin-bottom: 18px;
    }

    .clients-showcase__logo-bar {
        padding: 12px;
        border-radius: 18px;
        background: #f8f8f8;
    }

    .clients-showcase__logo-bar-track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        max-height: none;
        align-items: stretch;
        padding-inline: 0;
    }

    .clients-showcase__logo-bar-group {
        display: contents;
    }

    .clients-showcase__logo-slot {
        min-width: 0;
        max-width: none;
        min-height: 74px;
        padding: 10px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #ececec;
    }

    .clients-showcase__logo-slot--bar img {
        max-height: 38px;
        max-width: 100%;
        object-fit: contain;
    }

    .clients-showcase__logo-slot--empty {
        display: none;
    }

    .clients-showcase__logo-bar-center {
        display: none;
    }

    .clients-showcase__logo-slot--emblem {
        width: auto;
        height: auto;
        min-height: 148px;
        padding: 14px 12px;
        grid-column: 1 / -1;
    }

    .clients-showcase__logo-emblem {
        position: static;
        transform: none;
        pointer-events: auto;
        grid-column: 1 / -1;
    }

    .clients-showcase__logo-slot--emblem img {
        max-height: 120px;
        max-width: 72%;
        width: auto;
        object-fit: contain;
    }

    .clients-showcase-section--v2 .clients-showcase__card {
        padding: 18px 14px;
        gap: 14px;
    }

    .clients-showcase-section--v2 .clients-showcase__card-header {
        gap: 10px !important;
    }

    .clients-showcase-section--v2 .clients-showcase__card-title {
        font-size: clamp(26px, 9vw, 38px);
        line-height: 1.05;
    }

    .clients-showcase-section--v2 .clients-showcase__card-badge img {
        max-width: 86px;
        max-height: 56px;
    }

    .clients-showcase-section--v2 .clients-showcase__chip-row--grouped {
        padding: 10px;
        border-radius: 14px;
    }

    .clients-showcase-section--v2 .clients-showcase__chip-link {
        font-size: 13px !important;
        padding: 7px 12px;
    }

    .clients-showcase-section--v2 .clients-showcase__cta {
        position: relative;
        width: 100%;
        min-width: 0;
        min-height: 92px;
        padding: 18px 88px 18px 18px !important;
        border-radius: 18px !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .clients-showcase-section--v2 .clients-showcase__cta-image {
        position: absolute;
        inset-inline-end: 14px;
        top: 50%;
        transform: translateY(-50%) scaleX(-1);
        max-height: 54px;
        max-width: 72px;
        opacity: 0.72;
    }

    .clients-showcase__card--gates .clients-showcase__cta-image {
        transform: translateY(-50%) scaleX(-1) scale(1.05);
    }

    .clients-showcase__cta-row {
        width: 100%;
    }

    .clients-showcase__cta-text {
        width: 100%;
        text-align: center;
        display: block;
        white-space: normal;
    }

    .home-hero {
        min-height: 420px !important;
        padding-bottom: 0;
    }

    .home-hero__cards {
        padding-inline: 16px;
    }

    .home-hero__card-shell {
        position: relative;
        border-radius: 22px !important;
        background: linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) !important;
    }

    .home-hero__card-grid {
        display: block;
        min-height: 0;
    }

    .home-hero__card-body {
        position: relative;
        z-index: 2;
        min-height: 0;
        padding: 22px 18px 20px !important;
        align-items: stretch;
        text-align: right;
        gap: 12px;
    }

    .home-hero__card-media {
        display: none !important;
    }

    .home-hero__card-title {
        font-size: 1.5rem;
        line-height: 1;
        max-width: 100%;
    }

    .home-hero__card-desc {
        font-size: 14px !important;
        line-height: 1.45;
        max-width: 100%;
        opacity: 0.58;
    }

    .home-hero__card-cta {
        width: 100%;
        min-width: 0;
        text-align: center;
        justify-content: center;
        padding: 10px 20px !important;
        border-radius: 999px !important;
        font-size: 15px;
        box-shadow: 0 12px 26px rgba(244, 119, 33, 0.22);
    }

    .home-hero-cards-wrap {
        margin-top: -18px;
        padding: 0 0 20px;
    }

    .home-hero-intro {
        padding: 28px 16px 36px;
    }

    .home-hero-intro__title {
        font-size: clamp(30px, 10vw, 42px);
    }

    .home-hero-intro__subtitle {
        font-size: clamp(28px, 9vw, 38px);
    }

    .home-hero-intro__desc {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 14px;
    }

    .home-hero__card-shell {
        border-radius: 18px !important;
        box-shadow: 0 14px 38px rgba(23, 23, 23, 0.14) !important;
    }

    .product-tables {
        padding: 42px 0;
    }

    .product-tables__title {
        font-size: 26px;
        margin-bottom: 18px;
        padding-inline: 16px;
    }

    .product-tables__panel {
        border-radius: 18px;
        margin-inline: 16px;
        overflow: hidden;
    }

    .product-tables__tabs {
        gap: 10px;
        padding: 12px;
        scroll-padding-inline: 12px;
    }

    .product-tables__tab {
        padding: 10px 12px;
        border-radius: 999px;
        font-size: 14px;
    }

    .product-tables__body {
        gap: 14px;
        padding: 14px;
    }

    .product-tables__filters {
        border-radius: 16px;
        padding: 14px;
    }

    .product-tables__filter {
        border-radius: 14px;
        padding: 14px 12px 16px;
    }

    .product-tables__table-wrap {
        border-radius: 16px;
        padding: 10px;
    }

    .product-tables__table {
        min-width: 860px;
    }

    .home-faq {
        margin: 48px 16px;
    }

    .home-faq__heading {
        margin-bottom: 24px;
    }

    .home-faq__content {
        gap: 18px;
    }

    .faq-accordion {
        gap: 10px;
    }

    .faq-accordion__item {
        border-radius: 16px;
        padding: 18px 16px;
    }

    .faq-accordion__label {
        font-size: 16px;
        line-height: 1.35;
    }

    .faq-accordion__panel-inner {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-showcase-section {
        margin: 12px;
        padding: 28px 0 18px;
        border-radius: 28px;
    }

    .about-showcase {
        gap: 22px;
    }

    .about-showcase__header {
        padding-inline: 22px;
    }

    .about-showcase__eyebrow {
        margin-bottom: 12px;
        font-size: 14px;
        opacity: 0.78;
    }

    .about-showcase__title {
        margin-bottom: 16px;
        font-size: clamp(28px, 8.8vw, 44px);
        line-height: 1.02;
    }

    .about-showcase__intro {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 18px;
    }

    .about-showcase__intro-text {
        flex: 1 1 auto;
        max-width: none;
        width: 100%;
    }

    .about-showcase__subtitle {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.45;
    }

    .about-showcase__description {
        font-size: 14px;
        line-height: 1.8;
        opacity: 0.78;
    }

    .about-showcase__logos {
        gap: 10px 14px;
        min-width: 0;
        width: 100%;
        justify-content: center;
        padding-top: 0;
        margin-top: 4px;
    }

    .about-showcase__logo img {
        max-height: 34px;
    }

    .about-showcase__gallery {
        margin-inline: 0;
        padding-inline: 12px;
        --slide-small: 220px;
        --slide-large: 268px;
        --slide-gap: 12px;
    }

    .about-showcase__section-title {
        font-size: clamp(30px, 9vw, 42px);
        margin-bottom: 18px;
        padding-inline: 16px;
    }

    .about-showcase__reviews-header {
        padding: 30px 16px 12px;
    }

    .about-showcase__reviews {
        padding-bottom: 44px;
    }

    .about-showcase__reviews-note {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-showcase__reviews-grid,
    .about-showcase__reviews-swiper {
        padding: 0 16px;
    }

    .about-showcase__review-card {
        min-height: 0;
        padding: 16px;
        border-radius: 16px;
        gap: 12px;
    }

    .about-showcase__review-name {
        font-size: 18px;
    }

    span.about-showcase__review-rating.font-rubik {
        font-size: 24px;
    }

    .about-showcase__review-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .clients-showcase__card-header {
        padding-inline-end: 0;
    }

    .clients-showcase__card-badge {
        position: static;
        justify-content: flex-start;
        margin-bottom: 8px;
    }

    .about-showcase__reviews-grid,
    .about-showcase__reviews-swiper {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
  .clients-showcase__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .clients-showcase__card,
  .clients-showcase__card--split {
    margin: 0;
    padding: 18px 14px;
    gap: 18px;
  }

  .clients-showcase__card-header {
    padding-inline-end: 0;
  }

  .clients-showcase__logo-bar-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .clients-showcase__logo-slot {
    min-height: 88px;
    padding: 12px 10px;
  }

  .clients-showcase__logo-slot--bar img,
  .clients-showcase__logo-image {
    width: 100%;
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
  }

  .clients-showcase__logo-slot--emblem {
    min-height: 120px;
    padding: 12px;
  }

  .clients-showcase__logo-emblem {
    width: min(160px, 58vw);
    max-width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .clients-showcase__logo-bar-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .clients-showcase__logo-slot--emblem {
    grid-column: 1 / -1;
    order: 99;
    min-height: 0;
    padding: 10px;
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .clients-showcase__logo-emblem {
    display: block;
    width: min(150px, 52vw);
    max-width: 100%;
    margin: 0 auto;
    position: static;
    transform: none;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .site,
  .main,
  .clients-showcase,
  .clients-showcase-section--v2,
  .home-hero,
  .home-hero-cards-wrap,
  .product-page,
  .product-feature,
  .product-feature__media,
  .product-feature__content,
  .clients-showcase__cards,
  .clients-showcase__card,
  .clients-showcase__logo-bar,
  .clients-showcase__logo-bar-track {
    max-width: 100%;
    overflow-x: clip;
  }

  .clients-showcase__card,
  .clients-showcase__card--split,
  .clients-showcase__cta,
  .clients-showcase__logo-slot,
  .clients-showcase__logo-emblem {
    box-sizing: border-box;
  }
}

/* Lucas 2026-04-27: keep mobile department CTA image from overlapping Hebrew label */
@media (max-width: 767px) {
  .clients-showcase-section--v2 .clients-showcase__cta {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 86px;
    padding: 16px 14px !important;
  }

  .clients-showcase-section--v2 .clients-showcase__cta-image,
  .clients-showcase__card--gates .clients-showcase__cta-image {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto;
    width: auto;
    max-width: 72px;
    max-height: 46px;
    transform: scaleX(-1) !important;
    opacity: 0.8;
  }

  .clients-showcase-section--v2 .clients-showcase__cta-text {
    flex: 0 1 auto;
    width: auto;
    max-width: calc(100% - 82px);
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* GOR 2026-06-10: hide hero copy only after user activates the video */
.home-hero__content {
    transition: opacity 260ms ease, transform 260ms ease;
}

.home-hero.home-hero--video-active .home-hero__content {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/* GOR 2026-06-10: poster fallback during delayed hero video start */
.home-hero.position-relative,
section.home-hero,
.home-hero {
    background-image: url('/wp-content/uploads/2026/06/hisherik-hero-poster-start-1280-20260610.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #111111 !important;
}


/* GOR 2026-06-10: align hero poster crop with video to avoid start jump */
.home-hero__video,
.home-hero #mainHeroVideo {
    object-position: center center !important;
}

/* GOR 2026-06-10: sequential count-up animation for homepage company stats */
.home-hero-stat {
    transform-origin: center center;
}

.home-hero-stat--pending {
    opacity: 0.58;
    transform: translateY(12px) scale(0.98);
}

.home-hero-stat--active {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: hisherik-stat-pop 520ms cubic-bezier(0.2, 0.9, 0.22, 1.25) both;
}

.home-hero-stat--active .home-hero-stat__icon {
    animation: hisherik-stat-icon-pop 520ms cubic-bezier(0.2, 0.9, 0.22, 1.25) both;
}

.home-hero-stat__value {
    font-variant-numeric: tabular-nums;
}

@keyframes hisherik-stat-pop {
    0% { opacity: 0.45; transform: translateY(14px) scale(0.96); }
    70% { opacity: 1; transform: translateY(-4px) scale(1.045); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hisherik-stat-icon-pop {
    0% { transform: translateY(8px) scale(0.85); opacity: 0.55; }
    70% { transform: translateY(-3px) scale(1.08); opacity: 1; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-stat--pending,
    .home-hero-stat--active,
    .home-hero-stat--active .home-hero-stat__icon {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

/* GOR 2026-06-10: keep company stats section static; animate/count values only */
.home-hero-intro,
.home-hero-intro__inner,
.home-hero-stats {
    overflow: visible !important;
}

.home-hero-stat,
.home-hero-stat--pending,
.home-hero-stat--active,
.home-hero-stat--active .home-hero-stat__icon {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.home-hero-stat__value {
    display: inline-block;
    transform-origin: center center;
}

.home-hero-stat--active .home-hero-stat__value {
    animation: hisherik-stat-value-soft-pop 360ms ease-out both;
}

@keyframes hisherik-stat-value-soft-pop {
    0% { transform: scale(1); }
    55% { transform: scale(1.045); }
    100% { transform: scale(1); }
}

/* GOR 2026-06-10: clean hero video UI — no native controls, lighter image */
.home-hero #mainHeroVideo,
.home-hero__video {
    cursor: default !important;
}

.home-hero #mainHeroVideo::-webkit-media-controls,
.home-hero #mainHeroVideo::-webkit-media-controls-panel,
.home-hero #mainHeroVideo::-webkit-media-controls-overlay-play-button,
.home-hero #mainHeroVideo::-webkit-media-controls-start-playback-button,
.home-hero__video::-webkit-media-controls,
.home-hero__video::-webkit-media-controls-panel,
.home-hero__video::-webkit-media-controls-overlay-play-button,
.home-hero__video::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.home-hero__scrim {
    background: rgba(0, 0, 0, 0.18) !important;
}

.home-hero__video {
    filter: brightness(1.18) contrast(1.03) !important;
}

/* GOR 2026-06-10: final hero brightness guard after all overrides */
.home-hero #mainHeroVideo,
.home-hero__video {
    filter: brightness(1.18) contrast(1.03) !important;
}


/* GREGOROVICH 2026-07-09: hero video clean, copy moved below */
.home-hero {
    min-height: max(570px, 52vw) !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
}

.home-hero__content {
    display: none !important;
}

.home-hero__scrim {
    background: rgba(0, 0, 0, 0.08) !important;
    pointer-events: none !important;
}

.home-hero #mainHeroVideo,
.home-hero__video {
    pointer-events: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.home-hero-intro {
    background: #0a0a0a !important;
    color: #ffffff !important;
    padding: 36px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
}

.home-hero-intro__inner {
    max-width: 1180px !important;
    margin-inline: auto !important;
}

.home-hero-intro__copy {
    max-width: 900px;
    margin: 0 auto 24px;
    padding-inline: 18px;
    text-align: center;
}

.home-hero-intro__eyebrow {
    margin: 0 0 10px;
    color: #f47721;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.home-hero-intro__title {
    margin: 0;
    color: #ffffff !important;
    font-family: "Rubik", sans-serif;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.08;
}

.home-hero-intro__subtitle {
    margin: 12px 0 0;
    color: rgba(255,255,255,0.82) !important;
    font-size: clamp(18px, 2.15vw, 28px);
    font-weight: 600;
}

.home-hero-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    padding: 0 28px;
    border: 1px solid rgba(244,119,33,0.72);
    background: rgba(244,119,33,0.12);
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-hero-intro__button:hover,
.home-hero-intro__button:focus-visible {
    background: #f47721;
    border-color: #f47721;
    transform: translateY(-1px);
}

.home-hero-intro__desc {
    margin: 4px auto 30px !important;
    max-width: 900px !important;
    color: rgba(255,255,255,0.74) !important;
    font-size: clamp(17px, 1.65vw, 22px) !important;
    line-height: 1.75 !important;
    text-align: center !important;
    padding-inline: 18px;
}

.home-hero-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.12);
    background: #0c0c0c;
}

.home-hero-stat {
    min-height: 128px;
    padding: 26px 18px !important;
    border-inline-start: 1px solid rgba(255,255,255,0.10);
    text-align: center;
}

.home-hero-stat:first-child {
    border-inline-start: 0;
}

.home-hero-stat__icon {
    color: #f47721 !important;
}

.home-hero-stat__value {
    display: block !important;
    color: #f47721 !important;
    font-size: clamp(30px, 3.2vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
}

.home-hero-stat__label {
    display: block !important;
    margin-top: 6px !important;
    color: rgba(255,255,255,0.88) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .home-hero-intro {
        padding-top: 30px !important;
    }
    .home-hero-intro__title {
        font-size: clamp(30px, 9vw, 42px);
    }
    .home-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-hero-stat {
        min-height: 116px;
        border-top: 1px solid rgba(255,255,255,0.10);
    }
}

@media (max-width: 430px) {
    .home-hero-intro__desc {
        font-size: 16px !important;
    }
}

/* 2026-07-15: larger, brighter high-resolution homepage hero */
.home-hero {
    min-height: clamp(640px, 60vw, 820px) !important;
}

.home-hero #mainHeroVideo,
.home-hero__video {
    filter: brightness(1.10) contrast(1.035) saturate(1.035) !important;
    object-position: center center !important;
}

.home-hero__scrim {
    background: rgba(0, 0, 0, 0.05) !important;
}

@media (max-width: 768px) {
    .home-hero {
        min-height: clamp(430px, 68svh, 560px) !important;
    }
}
