:root {
    --home-red: #d32f2f;
    --home-red-dark: #b71c1c;
    --home-black: #0a0a0a;
    --home-ink: #151515;
    --home-gray: #676767;
    --home-surface: #f5f5f5;
    --home-line: rgba(10, 10, 10, .1);
    --home-white: #fff;
    --home-shell: 1280px;
    --home-radius: 6px;
}

html {
    background: var(--home-white);
}

.home-page {
    --shell: 1280px;
    --nav: 1180px;
    background: var(--home-white);
    color: var(--home-ink);
}

.home-page .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-top: 10px;
    background: var(--home-black);
}

.home-page .main-nav {
    border-bottom-color: rgba(255, 255, 255, .08);
}

.home-main {
    padding-top: 0;
    overflow: clip;
    background: var(--home-white);
}

.home-shell {
    width: min(calc(100% - 48px), var(--home-shell));
    margin-inline: auto;
}

.home-section {
    padding: 112px 0;
}

.home-section__head {
    margin-bottom: 54px;
}

.home-section__head h2,
.home-why h2,
.home-faq h2,
.home-final-cta h2 {
    margin: 0;
    color: var(--home-black);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
}

.home-section__head p,
.home-why__intro > p,
.home-faq__intro > p,
.home-final-cta__content > p {
    color: var(--home-gray);
    font-size: 16px;
    line-height: 1.9;
}

.home-section__head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr);
    gap: 80px;
    align-items: end;
}

.home-section__head--split > p {
    margin: 0 0 5px;
}

.home-section__head--center {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.home-section__head--center > p:last-child {
    margin-top: 14px;
}

.home-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--home-red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.home-eyebrow > span {
    width: 24px;
    height: 2px;
    flex: 0 0 auto;
    background: currentColor;
}

.home-eyebrow--light {
    color: #ff6969;
}

.home-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 12px 23px;
    border: 1px solid transparent;
    border-radius: var(--home-radius);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.home-btn svg,
.home-text-link svg,
.home-service-item a svg,
.home-article__link svg,
.home-case a svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.home-btn:hover {
    transform: scale(1.02);
}

.home-btn:hover svg,
.home-text-link:hover svg,
.home-service-item a:hover svg,
.home-article__link:hover svg,
.home-case a:hover svg {
    transform: translateX(-4px);
}

.home-btn--primary {
    color: #fff;
    background: var(--home-red);
    border-color: var(--home-red);
}

.home-btn--primary:hover {
    background: var(--home-red-dark);
    border-color: var(--home-red-dark);
}

.home-btn--ghost,
.home-btn--outline {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .38);
}

.home-btn--ghost:hover,
.home-btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.home-btn--dark {
    color: #fff;
    background: var(--home-black);
    border-color: var(--home-black);
}

.home-btn--dark:hover {
    background: var(--home-red);
    border-color: var(--home-red);
}

.home-btn--whatsapp {
    color: #fff;
    background: #137d43;
    border-color: #137d43;
}

.home-btn--whatsapp:hover {
    background: #0d6937;
    border-color: #0d6937;
}

.home-btn--whatsapp svg {
    width: 20px;
    height: 20px;
}

.home-hero {
    position: relative;
    min-height: min(720px, calc(100svh - 118px));
    isolation: isolate;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #090909;
}

.home-hero__media,
.home-hero__veil,
.home-final-cta__media,
.home-final-cta__veil {
    position: absolute;
    inset: 0;
}

.home-hero__media {
    z-index: -3;
    overflow: hidden;
}

.home-hero__shot {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: 0;
    overflow: hidden;
    background: #111;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.025);
    transition: opacity .75s ease, transform .85s cubic-bezier(.2,.7,.2,1), visibility .75s;
}

.home-hero__shot.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.home-hero__shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero__shot--1 { z-index: 3; }
.home-hero__shot--2 { z-index: 2; }
.home-hero__shot--3 { z-index: 1; }

.home-hero__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.home-hero__veil {
    z-index: -2;
    background: linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, .97) 38%, rgba(8, 8, 8, .68) 62%, rgba(8, 8, 8, .2) 100%);
}

.home-hero__veil::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .6));
}

.home-hero__pagination {
    position: absolute;
    z-index: 3;
    right: 8%;
    left: auto;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.home-hero__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .38);
    cursor: pointer;
    transition: width .25s ease, border-radius .25s ease, background .25s ease, transform .25s ease;
}

.home-hero__dot:hover,
.home-hero__dot:focus-visible {
    background: rgba(255, 255, 255, .8);
    transform: scale(1.15);
}

.home-hero__dot.is-active {
    width: 28px;
    border-radius: 8px;
    background: var(--home-red);
}

.home-hero__content {
    position: relative;
    z-index: 1;
    padding-block: 78px 92px;
}

.home-hero__content > * {
    width: min(690px, 58%);
    margin-inline-start: auto;
}

.home-hero h1 {
    margin-top: 0;
    margin-bottom: 22px;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0;
    text-wrap: balance;
}

.home-hero__lead {
    margin-top: 0;
    margin-bottom: 30px;
    color: #d7d7d7;
    font-size: 18px;
    line-height: 1.95;
    max-width: 650px;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.home-text-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-inline: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.home-hero__trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 1.7;
}

.home-hero__trust-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: rgba(211, 47, 47, .24);
    border: 1px solid rgba(255, 105, 105, .42);
    border-radius: 50%;
}

.home-hero__trust-mark svg {
    width: 14px;
    height: 14px;
}

.home-hero__scroll {
    position: absolute;
    inset-inline-start: 50%;
    bottom: 22px;
    width: 26px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 20px;
    transform: translateX(-50%);
}

.home-hero__scroll span {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--home-red);
    transform: translateX(-50%);
    animation: homeScroll 1.8s ease infinite;
}

@keyframes homeScroll {
    0%, 100% { transform: translate(-50%, 0); opacity: .4; }
    50% { transform: translate(-50%, 14px); opacity: 1; }
}

.home-trust {
    position: relative;
    z-index: 2;
    color: #fff;
    background: var(--home-red);
}

.home-trust__grid {
    min-height: 112px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

.home-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
    border-inline-start: 1px solid rgba(255, 255, 255, .24);
}

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

.home-stat strong {
    display: block;
    color: #fff;
    font-family: "DM Sans", "Cairo", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.home-stat span {
    margin-top: 3px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    line-height: 1.65;
}

.home-services {
    background: #fff;
}

.home-service-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-service-group {
    padding: 34px 28px 24px;
    border-inline-start: 1px solid var(--home-line);
}

.home-service-group:first-child {
    border-inline-start: 0;
}

.home-service-group__head {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 26px;
}

.home-service-group__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: var(--home-red);
    border-radius: var(--home-radius);
}

.home-service-group__icon svg {
    width: 23px;
    height: 23px;
}

.home-service-group__head h3 {
    margin: 0;
    color: var(--home-black);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.45;
}

.home-service-item {
    position: relative;
    padding: 24px 0;
    border-top: 1px solid var(--home-line);
}

.home-service-item__top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-start;
}

.home-service-item__top h4 {
    margin: 0;
    color: var(--home-black);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55;
}

.home-service-item__top > span {
    color: #bcbcbc;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.home-service-item > p {
    min-height: 72px;
    margin: 10px 0 14px;
    color: var(--home-gray);
    font-size: 13px;
    line-height: 1.8;
}

.home-service-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.home-service-item li {
    padding: 5px 9px;
    color: #4d4d4d;
    background: var(--home-surface);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
}

.home-service-item > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--home-red);
    font-size: 12px;
    font-weight: 800;
}

.home-why,
.home-cases,
.home-faq {
    padding: 112px 0;
    color: #fff;
    background: var(--home-black);
}

.home-why__layout,
.home-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 100px;
    align-items: start;
}

.home-why__intro,
.home-faq__intro {
    position: sticky;
    top: 32px;
}

.home-why h2,
.home-faq h2 {
    color: #fff;
}

.home-why__intro > p,
.home-faq__intro > p {
    margin: 18px 0 28px;
    color: #aaa;
}

.home-why__points {
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.home-why-point {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.home-why-point > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #ff6969;
    border: 1px solid rgba(211, 47, 47, .45);
    border-radius: var(--home-radius);
}

.home-why-point svg {
    width: 21px;
    height: 21px;
}

.home-why-point h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.home-why-point p {
    margin: 0;
    color: #999;
    font-size: 13px;
    line-height: 1.8;
}

.home-work {
    background: var(--home-surface);
}

.home-work__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -20px 0 28px;
}

.home-work__filters button {
    min-height: 40px;
    padding: 8px 15px;
    color: #555;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.home-work__filters button:hover,
.home-work__filters button.is-active {
    color: #fff;
    background: var(--home-red);
    border-color: var(--home-red);
}

.home-work__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 190px;
    grid-auto-flow: dense;
    gap: 14px;
}

.home-work-card {
    grid-column: span 4;
    grid-row: span 2;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--home-radius);
    background: #111;
}

.home-work-card:nth-child(1) {
    grid-column: span 7;
    grid-row: span 3;
}

.home-work-card:nth-child(2),
.home-work-card:nth-child(3) {
    grid-column: span 5;
}

.home-work-card:nth-child(5) {
    grid-column: span 8;
}

.home-work-card[hidden] {
    display: none;
}

.home-work-card > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.home-work-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: saturate(.82);
    transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

.home-work-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, .88) 100%);
    transition: background .25s ease;
}

.home-work-card__meta {
    position: absolute;
    inset-inline: 24px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
}

.home-work-card__meta small {
    color: #ff7777;
    font-size: 10px;
    font-weight: 800;
}

.home-work-card__meta strong {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.45;
}

.home-work-card__meta em {
    color: #c4c4c4;
    font-size: 11px;
    font-style: normal;
}

.home-work-card__arrow {
    position: absolute;
    inset-inline-end: 18px;
    top: 18px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--home-red);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.home-work-card__arrow svg {
    width: 18px;
    height: 18px;
}

.home-work-card:hover img {
    transform: scale(1.035);
    filter: saturate(1);
}

.home-work-card:hover .home-work-card__shade {
    background: linear-gradient(180deg, rgba(211, 47, 47, .14), rgba(0, 0, 0, .9));
}

.home-work-card:hover .home-work-card__arrow {
    opacity: 1;
    transform: translateY(0);
}

.home-section__action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.home-offers {
    padding: 112px 0;
    color: #fff;
    background: #111;
}

.home-offers .home-section__head h2 {
    color: #fff;
}

.home-offers .home-section__head p {
    color: #aaa;
}

.home-offer-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
    overflow: hidden;
    background: #181818;
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: 3px solid var(--home-red);
    border-radius: var(--home-radius);
}

.home-offer-feature__content {
    padding: 48px;
}

.home-offer-feature__badge,
.home-offer-feature__kicker,
.home-offer-mini small {
    display: inline-block;
    color: #ff7777;
    font-size: 11px;
    font-weight: 800;
}

.home-offer-feature__badge {
    margin-bottom: 24px;
    padding: 5px 10px;
    color: #fff;
    background: var(--home-red);
    border-radius: 3px;
}

.home-offer-feature__kicker {
    display: block;
    margin: 0 0 8px;
}

.home-offer-feature h3 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
}

.home-offer-feature__content > p:last-of-type {
    max-width: 720px;
    margin: 0 0 22px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.9;
}

.home-offer-feature ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.home-offer-feature li {
    position: relative;
    padding-inline-start: 19px;
    color: #ddd;
    font-size: 11px;
    line-height: 1.7;
}

.home-offer-feature li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: var(--home-red);
    border-radius: 50%;
}

.home-offer-feature__value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 38px;
    background: var(--home-red);
}

.home-offer-feature__value > small {
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
}

.home-offer-feature__value > strong {
    margin-top: 4px;
    color: #fff;
    font-family: "DM Sans", "Cairo", sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.15;
}

.home-offer-feature__value > span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.home-offer-feature details {
    margin-top: 34px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.home-offer-feature summary {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.home-offer-feature details p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
    line-height: 1.8;
}

.home-offers__secondary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.home-offer-mini {
    min-height: 190px;
    display: grid;
    grid-template-columns: 56px 1fr 44px;
    gap: 20px;
    align-items: center;
    padding: 28px;
    background: #181818;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--home-radius);
    transition: transform .2s ease, border-color .2s ease;
}

.home-offer-mini:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, .72);
}

.home-offer-mini__num {
    color: #555;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.home-offer-mini h3 {
    margin: 5px 0 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55;
}

.home-offer-mini p {
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.7;
}

.home-offer-mini > a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--home-red);
    border-radius: 50%;
}

.home-offer-mini > a svg {
    width: 18px;
    height: 18px;
}

.home-process {
    background: #fff;
}

.home-process__timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--home-line);
}

.home-process__timeline li {
    position: relative;
    min-height: 220px;
    padding: 34px 25px 24px;
    border-inline-start: 1px solid var(--home-line);
}

.home-process__timeline li:first-child {
    border-inline-start: 0;
}

.home-process__timeline li::before {
    content: "";
    position: absolute;
    top: -5px;
    inset-inline-start: 24px;
    width: 9px;
    height: 9px;
    background: var(--home-red);
    border-radius: 50%;
}

.home-process__timeline li > span {
    color: var(--home-red);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.home-process__timeline h3 {
    margin: 24px 0 8px;
    color: var(--home-black);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.home-process__timeline p {
    margin: 0;
    color: var(--home-gray);
    font-size: 12px;
    line-height: 1.8;
}

.home-cases .home-section__head h2,
.home-cases .home-section__head p {
    color: #fff;
}

.home-cases__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.home-case {
    display: grid;
    grid-template-columns: .82fr 1fr;
    min-height: 360px;
    overflow: hidden;
    background: #171717;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--home-radius);
}

.home-case img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.home-case > div {
    padding: 32px;
}

.home-case small {
    color: #ff6f6f;
    font-size: 10px;
    font-weight: 800;
}

.home-case h3 {
    margin: 9px 0 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

.home-case p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 20px;
    color: #aaa;
    font-size: 12px;
    line-height: 1.8;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home-case a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.home-testimonials {
    background: var(--home-surface);
}

.home-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.home-testimonial {
    position: relative;
    min-height: 280px;
    margin: 0;
    padding: 34px;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
}

.home-testimonial > span {
    color: var(--home-red);
}

.home-testimonial > span svg {
    width: 34px;
    height: 34px;
}

.home-testimonial blockquote {
    margin: 25px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.95;
}

.home-testimonial figcaption {
    display: flex;
    flex-direction: column;
}

.home-testimonial figcaption strong {
    font-size: 13px;
}

.home-testimonial figcaption small {
    color: #777;
    font-size: 11px;
}

.home-partners {
    padding: 72px 0;
    background: #fff;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-partners__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 30px;
}

.home-partners__head p {
    margin: 0;
    color: #777;
    font-size: 12px;
}

.home-partners__head h2 {
    margin: 0;
    color: var(--home-black);
    font-size: 26px;
    font-weight: 800;
}

.home-partners__marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.home-partners__track {
    width: max-content;
    display: flex;
    gap: 14px;
    animation: homeMarquee 28s linear infinite;
}

.home-partners__marquee:hover .home-partners__track {
    animation-play-state: paused;
}

.home-partners figure {
    width: 190px;
    height: 92px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    margin: 0;
    padding: 17px 22px;
    background: var(--home-surface);
    border-radius: var(--home-radius);
}

.home-partners img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .7;
    transition: filter .2s ease, opacity .2s ease;
}

.home-partners figure:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes homeMarquee {
    to { transform: translateX(50%); }
}

.home-insights {
    background: #fff;
}

.home-insights__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-article {
    min-width: 0;
}

.home-article__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: var(--home-radius);
    background: var(--home-surface);
}

.home-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.home-article:hover .home-article__image img {
    transform: scale(1.03);
}

.home-article__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 17px 0 9px;
    color: #8a8a8a;
    font-size: 10px;
}

.home-article__meta span:first-child {
    color: var(--home-red);
    font-weight: 800;
}

.home-article h3 {
    margin: 0 0 10px;
    color: var(--home-black);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.65;
}

.home-article > p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 68px;
    margin: 0 0 17px;
    color: var(--home-gray);
    font-size: 12px;
    line-height: 1.9;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-article__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--home-black);
    font-size: 12px;
    font-weight: 800;
}

.home-faq__list {
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.home-faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-faq__item summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.home-faq__item summary::-webkit-details-marker {
    display: none;
}

.home-faq__item summary i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: var(--home-red);
    border-radius: 50%;
    font-size: 18px;
    font-style: normal;
    transition: transform .2s ease;
}

.home-faq__item[open] summary i {
    transform: rotate(45deg);
}

.home-faq__item > div {
    padding: 0 0 24px;
    color: #aaa;
    font-size: 13px;
    line-height: 1.9;
}

.home-final-cta {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #090909;
}

.home-final-cta__media {
    z-index: -3;
}

.home-final-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-final-cta__veil {
    z-index: -2;
    background: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .94) 65%);
}

.home-final-cta__content {
    padding-block: 82px;
}

.home-final-cta__content > * {
    max-width: 720px;
    margin-inline-start: auto;
}

.home-final-cta h2 {
    color: #fff;
    font-size: 44px;
}

.home-final-cta__content > p {
    margin-top: 16px;
    color: #c8c8c8;
    font-size: 16px;
}

.home-final-cta__content > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.home-mobile-actions {
    display: none;
}

.portfolio-hero {
    min-height: 410px;
    display: flex;
    align-items: flex-end;
    padding: 82px 0 70px;
    color: #fff;
    background-color: #090909;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 54px 54px;
}

.portfolio-breadcrumb {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    color: #777;
    font-size: 11px;
}

.portfolio-breadcrumb a:hover {
    color: #fff;
}

.portfolio-hero h1 {
    max-width: 760px;
    margin: 0 0 14px;
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.3;
}

.portfolio-hero > .home-shell > p:last-child {
    max-width: 650px;
    margin: 0;
    color: #aaa;
    font-size: 15px;
    line-height: 1.9;
}

.portfolio-work__grid {
    grid-auto-rows: 205px;
}

.portfolio-empty {
    padding: 80px 24px;
    color: #777;
    background: #fff;
    border: 1px solid var(--home-line);
    text-align: center;
}

.portfolio-cta {
    padding: 72px 0;
    color: #fff;
    background: var(--home-black);
}

.portfolio-cta .home-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.portfolio-cta h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.5;
}

.home-motion .home-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}

.home-motion .home-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-page :focus-visible {
    outline: 3px solid rgba(211, 47, 47, .45);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    .home-hero h1 {
        font-size: 52px;
    }

    .home-hero__content > * {
        width: min(650px, 64%);
    }

    .home-service-group {
        padding-inline: 22px;
    }

    .home-why__layout,
    .home-faq__layout {
        gap: 68px;
    }

    .home-work__grid {
        grid-auto-rows: 165px;
    }

    .home-offer-feature__content {
        padding: 38px;
    }
}

@media (max-width: 980px) {
    .home-section {
        padding: 88px 0;
    }

    .home-section__head h2,
    .home-why h2,
    .home-faq h2 {
        font-size: 34px;
    }

    .home-section__head--split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-hero {
        min-height: min(680px, calc(100svh - 98px));
    }

    .home-hero__content > * {
        width: min(620px, 72%);
    }

    .home-hero h1 {
        font-size: 46px;
    }

    .home-trust__grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-stat:nth-child(3) {
        border-inline-start: 0;
    }

    .home-stat:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .24);
    }

    .home-service-groups {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .home-service-group {
        padding: 30px 0 8px;
        border-inline-start: 0;
        border-bottom: 1px solid var(--home-line);
    }

    .home-service-group__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 28px;
    }

    .home-why,
    .home-cases,
    .home-faq,
    .home-offers {
        padding: 88px 0;
    }

    .home-why__layout,
    .home-faq__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-why__intro,
    .home-faq__intro {
        position: static;
    }

    .home-work__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 300px;
    }

    .home-work-card,
    .home-work-card:nth-child(n) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .home-work-card:nth-child(1) {
        grid-column: span 2;
    }

    .home-offer-feature {
        grid-template-columns: 1fr;
    }

    .home-offer-feature__value {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: end;
        gap: 5px 20px;
    }

    .home-offer-feature__value > small,
    .home-offer-feature__value details {
        grid-column: 1 / -1;
    }

    .home-offer-feature__value > strong {
        font-size: 46px;
    }

    .home-offers__secondary,
    .home-insights__grid,
    .home-testimonials__grid,
    .home-cases__grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-insights__grid > :last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 11px);
    }

    .home-process__timeline {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-process__timeline li:nth-child(4) {
        border-inline-start: 0;
    }

    .home-process__timeline li:nth-child(n+4) {
        border-top: 1px solid var(--home-line);
    }

    .home-process__timeline li:nth-child(n+4)::before {
        top: -5px;
    }

    .home-case {
        grid-template-columns: 1fr;
    }

    .home-case img {
        height: 260px;
    }
}

@media (max-width: 700px) {
    .home-page {
        padding-bottom: 66px;
    }

    .home-page .top-strip {
        display: none;
    }

    .home-shell {
        width: min(calc(100% - 28px), var(--home-shell));
    }

    .home-section {
        padding: 70px 0;
    }

    .home-section__head {
        margin-bottom: 34px;
    }

    .home-section__head h2,
    .home-why h2,
    .home-faq h2,
    .home-final-cta h2 {
        font-size: 30px;
    }

    .home-section__head p,
    .home-why__intro > p,
    .home-faq__intro > p,
    .home-final-cta__content > p {
        font-size: 14px;
    }

    .home-hero {
        min-height: calc(100svh - 84px);
        max-height: none;
        align-items: flex-end;
    }

    .home-hero__shot,
    .home-hero__shot:nth-child(n) {
        display: block;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: 0;
    }

    .home-hero__veil {
        background: linear-gradient(180deg, rgba(8, 8, 8, .12) 0%, rgba(8, 8, 8, .58) 24%, #080808 45%, #080808 100%);
    }

    .home-hero__content {
        padding-block: 275px 64px;
    }

    .home-hero__pagination {
        right: auto;
        left: 50%;
        top: 226px;
        bottom: auto;
        transform: translateX(-50%);
    }

    .home-hero__shot img {
        object-position: 72% center;
    }

    .home-hero__content > * {
        width: 100%;
    }

    .home-hero h1 {
        font-size: 38px;
        line-height: 1.38;
    }

    .home-hero__lead {
        font-size: 15px;
        line-height: 1.85;
    }

    .home-hero__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-hero__actions .home-btn {
        width: 100%;
        padding-inline: 14px;
    }

    .home-text-link {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .home-hero__scroll {
        display: none;
    }

    .home-trust__grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-stat {
        padding: 19px 16px;
    }

    .home-stat strong {
        font-size: 18px;
    }

    .home-stat span {
        font-size: 10px;
    }

    .home-service-group__list {
        grid-template-columns: 1fr;
    }

    .home-service-item > p {
        min-height: 0;
    }

    .home-why,
    .home-cases,
    .home-faq,
    .home-offers {
        padding: 70px 0;
    }

    .home-why-point {
        grid-template-columns: 42px 1fr;
        gap: 14px;
    }

    .home-work__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .home-work__filters::-webkit-scrollbar {
        display: none;
    }

    .home-work__filters button {
        flex: 0 0 auto;
        min-height: 44px;
    }

    .home-work__grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-inline: -14px;
        padding-inline: 14px;
    }

    .home-work__grid::-webkit-scrollbar {
        display: none;
    }

    .home-work-card,
    .home-work-card:nth-child(n) {
        width: 84vw;
        height: 430px;
        flex: 0 0 84vw;
        scroll-snap-align: center;
    }

    .home-offer-feature__content,
    .home-offer-feature__value {
        padding: 28px 22px;
    }

    .home-offer-feature h3 {
        font-size: 25px;
    }

    .home-offer-feature ul {
        grid-template-columns: 1fr;
    }

    .home-offer-feature__value {
        grid-template-columns: 1fr;
    }

    .home-offer-feature__value > strong {
        font-size: 44px;
    }

    .home-offers__secondary,
    .home-insights__grid,
    .home-testimonials__grid,
    .home-cases__grid {
        grid-template-columns: 1fr;
    }

    .home-offer-mini {
        grid-template-columns: 44px 1fr;
        padding: 22px;
    }

    .home-offer-mini > a {
        grid-column: 2;
    }

    .home-process__timeline {
        display: block;
        border-top: 0;
        border-inline-start: 1px solid var(--home-line);
    }

    .home-process__timeline li,
    .home-process__timeline li:nth-child(n) {
        min-height: 0;
        padding: 8px 24px 34px;
        border: 0;
    }

    .home-process__timeline li::before,
    .home-process__timeline li:nth-child(n)::before {
        inset-inline-start: -5px;
        top: 7px;
    }

    .home-process__timeline h3 {
        margin-top: 8px;
    }

    .home-insights__grid > :last-child {
        grid-column: auto;
        max-width: none;
    }

    .home-partners {
        padding: 54px 0;
    }

    .home-partners__head {
        display: block;
    }

    .home-partners__head h2 {
        margin-top: 5px;
    }

    .home-partners figure {
        width: 150px;
        height: 78px;
    }

    .home-final-cta {
        min-height: 580px;
        align-items: flex-end;
    }

    .home-final-cta__veil {
        background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .96) 56%);
    }

    .home-final-cta__content {
        padding-block: 240px 64px;
    }

    .home-final-cta__content > div {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-final-cta .home-btn {
        width: 100%;
    }

    .home-mobile-actions {
        position: fixed;
        z-index: 9997;
        inset-inline: 9px;
        bottom: 8px;
        height: 58px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: hidden;
        color: #fff;
        background: rgba(10, 10, 10, .96);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 8px;
        box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
        backdrop-filter: blur(12px);
    }

    .home-mobile-actions a {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border-inline-start: 1px solid rgba(255, 255, 255, .1);
        font-size: 10px;
        font-weight: 800;
    }

    .home-mobile-actions a:first-child {
        color: #fff;
        background: #137d43;
        border-inline-start: 0;
    }

    .home-mobile-actions svg {
        width: 17px;
        height: 17px;
    }

    .home-page .wa-widget {
        bottom: 78px;
    }

    .portfolio-page {
        padding-bottom: 0;
    }

    .portfolio-hero {
        min-height: 350px;
        padding: 62px 0 54px;
    }

    .portfolio-hero h1 {
        font-size: 38px;
    }

    .portfolio-work__grid {
        display: grid;
        grid-template-columns: 1fr;
        overflow: visible;
        margin-inline: 0;
        padding-inline: 0;
    }

    .portfolio-work__grid .home-work-card,
    .portfolio-work__grid .home-work-card:nth-child(n) {
        width: 100%;
        height: 420px;
    }

    .portfolio-cta .home-shell {
        align-items: stretch;
        flex-direction: column;
        gap: 24px;
    }

    .portfolio-cta h2 {
        font-size: 27px;
    }
}

@media (max-width: 430px) {
    .home-hero h1 {
        font-size: 34px;
    }

    .home-hero__actions {
        grid-template-columns: 1fr;
    }

    .home-text-link {
        grid-column: auto;
    }

    .home-stat strong {
        font-size: 16px;
    }

    .home-work-card,
    .home-work-card:nth-child(n) {
        width: 88vw;
        height: 390px;
        flex-basis: 88vw;
    }
}

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

    .home-motion .home-reveal {
        opacity: 1;
        transform: none;
    }
}
