.ek-home {
    --ek-orange: #ef6c00;
    --ek-orange-dark: #cf5600;
    --ek-ink: #202225;
    --ek-muted: #667085;
    --ek-line: #e6e6e3;
    --ek-soft: #f6f6f3;
    --ek-green: #2f7d4c;
    color: var(--ek-ink);
    background: #fff;
    overflow: hidden;
}

.ek-home *, .ek-home *::before, .ek-home *::after { box-sizing: border-box; }
.ek-home a { text-decoration: none; }
.ek-home-hero { padding: 26px 0 54px; }

.ek-home-hero__panel {
    height: clamp(520px, 52vw, 610px);
    background: #242628;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 65px rgba(31, 33, 35, .14);
}

.ek-home-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    inset: 0 auto 0 0;
    width: 50%;
    padding: clamp(38px, 4vw, 58px);
    color: #fff;
    background: linear-gradient(90deg, #242628 0%, rgba(36, 38, 40, .98) 78%, rgba(36, 38, 40, 0) 100%);
    z-index: 4;
}

.ek-home-hero__content::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border: 42px solid rgba(239, 108, 0, .13);
    border-radius: 50%;
    pointer-events: none;
}

.ek-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ek-orange-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ek-home-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--ek-orange); }

.ek-home-hero h1 {
    max-width: 560px;
    margin: 15px 0 18px;
    color: #fff;
    font-size: clamp(38px, 3.2vw, 51px);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 800;
    text-transform: none;
}

.ek-home-hero h1 span { color: #ff8b2b; }
.ek-home-hero__lead { max-width: 520px; margin: 0; color: #d1d3d5; font-size: 16px; line-height: 1.6; }
.ek-home-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }

.ek-home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ek-home-button:hover { transform: translateY(-2px); }
.ek-home-button--primary { color: #fff; background: var(--ek-orange); box-shadow: 0 12px 25px rgba(239, 108, 0, .22); }
.ek-home-button--primary:hover { color: #fff; background: var(--ek-orange-dark); }
.ek-home-button--secondary { color: var(--ek-ink); background: #fff; border-color: #d5d5d1; }
.ek-home-button--secondary:hover { color: var(--ek-orange-dark); border-color: var(--ek-orange); }
.ek-home-hero .ek-home-button--secondary { color: #fff; background: transparent; border-color: #626568; }
.ek-home-hero .ek-home-button--secondary:hover { color: #fff; background: #34373a; border-color: #8b8e91; }
.ek-home-button--light { color: var(--ek-ink); background: #fff; }
.ek-home-button--light:hover { color: var(--ek-orange-dark); }

.ek-home-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    gap: 9px 17px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    color: #e0e1e2;
    font-size: 12px;
    font-weight: 700;
}

.ek-home-check {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #fff;
    background: var(--ek-green);
    border-radius: 50%;
    font-size: 11px;
}

.ek-home-hero__visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    background: #deddd9;
    overflow: hidden;
}

.ek-home-hero__offer-label {
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 18px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(28, 30, 32, .86);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ek-home-hero__slider,
.ek-home-hero__slider .carousel,
.ek-home-hero__slider .carousel-inner,
.ek-home-hero__slider .carousel-item { height: 100%; }
.ek-home-hero__slider .carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.ek-home-hero__slider .carousel-control-prev,
.ek-home-hero__slider .carousel-control-next { width: 11%; opacity: 0; transition: opacity .2s ease; }
.ek-home-hero__slider:hover .carousel-control-prev,
.ek-home-hero__slider:hover .carousel-control-next,
.ek-home-hero__slider:focus-within .carousel-control-prev,
.ek-home-hero__slider:focus-within .carousel-control-next { opacity: .9; }
.ek-home-hero__slider .carousel-control-prev-icon,
.ek-home-hero__slider .carousel-control-next-icon { width: 38px; height: 38px; padding: 9px; background-color: rgba(32, 34, 37, .72); background-size: 48%; border-radius: 50%; }
.ek-home-hero__slider .carousel-indicators { z-index: 6; gap: 5px; margin-bottom: 13px; }
.ek-home-hero__slider .carousel-indicators [data-bs-target] { width: 8px; height: 8px; margin: 0; background-color: #fff; border: 0; border-radius: 50%; opacity: .65; }
.ek-home-hero__slider .carousel-indicators .active { width: 24px; border-radius: 8px; opacity: 1; }

.ek-home-hero__fallback { display: block; height: 100%; color: #fff; position: relative; }
.ek-home-hero__fallback img { width: 100%; height: 100%; object-fit: cover; }
.ek-home-hero__fallback::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(20, 22, 24, .78)); }
.ek-home-hero__fallback span { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; display: flex; flex-direction: column; }
.ek-home-hero__fallback small { font-size: 12px; }
.ek-home-hero__fallback strong { margin-top: 3px; font-size: 24px; }
.ek-home-section { padding: 82px 0; }

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

.ek-home-heading h2, .ek-home-help h2 { margin: 10px 0 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; letter-spacing: -.03em; font-weight: 800; text-transform: none; }
.ek-home-heading > p { max-width: 540px; margin: 0; color: var(--ek-muted); font-size: 16px; line-height: 1.65; }
.ek-home-heading--center { max-width: 760px; flex-direction: column; align-items: center; gap: 0; margin: 0 auto 38px; text-align: center; }
.ek-home-heading--center > p { margin-top: 15px; }
.ek-home-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.ek-home-category {
    display: flex;
    min-height: 440px;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ek-line);
    border-radius: 19px;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ek-home-category:hover { transform: translateY(-4px); border-color: #d8cabc; box-shadow: 0 18px 40px rgba(33, 34, 37, .08); }
.ek-home-category--featured { border-color: #ded2c7; }
.ek-home-category__media { display: block; height: 202px; background: #eeeae5; overflow: hidden; }
.ek-home-category__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ek-home-category:hover .ek-home-category__media img { transform: scale(1.035); }
.ek-home-category:first-child .ek-home-category__media { background: linear-gradient(145deg, #f5f2ed, #fff); }
.ek-home-category:first-child .ek-home-category__media img { object-fit: contain; padding: 7px 28px; }
.ek-home-category:nth-child(3) .ek-home-category__media img { object-position: 35% center; }

.ek-home-category__main {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 23px 25px 20px;
    color: var(--ek-ink);
}

.ek-home-category__main:hover { color: var(--ek-ink); }
.ek-home-category__label { color: var(--ek-orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ek-home-category h3 { margin: 8px 0 9px; font-size: 23px; line-height: 1.18; font-weight: 800; text-transform: none; }
.ek-home-category p { margin: 0 0 22px; color: var(--ek-muted); font-size: 14px; line-height: 1.62; }
.ek-home-category__cta { margin-top: auto; color: var(--ek-ink); font-size: 14px; font-weight: 800; }
.ek-home-category__cta span { color: var(--ek-orange); }
.ek-home-category__links { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 25px 24px; }
.ek-home-category__links a { padding: 7px 10px; color: #52565c; background: var(--ek-soft); border-radius: 7px; font-size: 11px; font-weight: 700; }
.ek-home-category__links a:hover { color: #fff; background: var(--ek-orange); }

.ek-home-accessories { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding: 19px 23px; color: var(--ek-ink); background: var(--ek-soft); border-radius: 14px; }
.ek-home-accessories:hover { color: var(--ek-orange-dark); }
.ek-home-accessories__icon { font-size: 27px; color: var(--ek-orange); }
.ek-home-accessories span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.ek-home-accessories strong { font-size: 15px; }
.ek-home-accessories small { color: var(--ek-muted); font-size: 12px; }
.ek-home-accessories__arrow { margin-left: auto; font-size: 20px; }
.ek-home-choice { background: var(--ek-soft); }
.ek-home-choice__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.ek-home-choice__card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 17px;
    min-height: 142px;
    padding: 24px;
    color: var(--ek-ink);
    background: #fff;
    border: 1px solid transparent;
    border-radius: 17px;
    transition: transform .2s ease, border-color .2s ease;
}

.ek-home-choice__card:hover { color: var(--ek-ink); transform: translateY(-3px); border-color: #dcc6b1; }
.ek-home-choice__number { color: var(--ek-orange); font-size: 12px; font-weight: 900; }
.ek-home-choice__copy { display: flex; flex-direction: column; gap: 7px; }
.ek-home-choice__copy strong { font-size: 17px; line-height: 1.25; }
.ek-home-choice__copy small { color: var(--ek-muted); font-size: 12px; line-height: 1.5; }
.ek-home-choice__card > span:last-child { color: var(--ek-orange); font-size: 20px; }
.ek-home-help { padding: 68px 0; }

.ek-home-help__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
    padding: clamp(38px, 5vw, 66px);
    color: #fff;
    background: #242628;
    border-radius: 24px;
}

.ek-home-help .ek-home-eyebrow { color: #ff9c4a; }
.ek-home-help h2 { color: #fff; }
.ek-home-help p { max-width: 720px; margin: 16px 0 0; color: #c9cacc; font-size: 16px; line-height: 1.65; }
.ek-home-help__actions { display: flex; min-width: 225px; flex-direction: column; gap: 12px; }
.ek-home-help__phone { display: flex; flex-direction: column; padding: 2px 0 6px; color: #fff; }
.ek-home-help__phone:hover { color: #ff9c4a; }
.ek-home-help__phone small { color: #aeb0b3; font-size: 12px; }
.ek-home-help__phone strong { margin-top: 4px; font-size: 25px; letter-spacing: -.02em; }
.ek-home-reviews { background: #fff; }
.ek-home-text-link { color: var(--ek-ink); font-size: 14px; font-weight: 800; white-space: nowrap; }
.ek-home-text-link:hover { color: var(--ek-orange); }
.ek-home-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ek-home-review { display: flex; min-height: 420px; flex-direction: column; background: var(--ek-soft); border-radius: 17px; overflow: hidden; }
.ek-home-review__image { display: block; height: 230px; overflow: hidden; }
.ek-home-review__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ek-home-review:hover .ek-home-review__image img { transform: scale(1.025); }
.ek-home-review__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.ek-home-review__quote { height: 25px; color: var(--ek-orange); font-family: Georgia, serif; font-size: 42px; line-height: .8; }
.ek-home-review__body p { margin: 13px 0 18px; color: #555a61; font-size: 13px; line-height: 1.65; }
.ek-home-review__body strong { margin-top: auto; font-size: 14px; }
.ek-home-reviews__footer { display: none; margin-top: 28px; text-align: center; }
.ek-home-service { padding: 0 0 70px; }
.ek-home-service__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ek-line); border-radius: 16px; overflow: hidden; }
.ek-home-service__grid a { display: grid; grid-template-columns: 40px 1fr; column-gap: 13px; padding: 24px; color: var(--ek-ink); border-right: 1px solid var(--ek-line); }
.ek-home-service__grid a:last-child { border-right: 0; }
.ek-home-service__grid a > span { grid-row: 1 / 3; align-self: center; color: var(--ek-orange); }
.ek-home-service__grid a > span svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ek-home-service__grid strong { font-size: 14px; }
.ek-home-service__grid small { margin-top: 3px; color: var(--ek-muted); font-size: 11px; }
.ek-home-service__grid a:hover strong { color: var(--ek-orange-dark); }

@media (max-width: 1199px) {
    .ek-home-hero__panel { height: 570px; }
    .ek-home-hero__content { width: 51%; padding: 38px; }
    .ek-home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ek-home-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .ek-home-hero { padding-top: 18px; }
    .ek-home-hero__panel { display: flex; min-height: 0; flex-direction: column-reverse; }
    .ek-home-hero__panel { height: auto; }
    .ek-home-hero__content { position: relative; inset: auto; width: 100%; min-height: 410px; padding: 48px 42px 40px; background: #242628; }
    .ek-home-hero__visual { position: relative; inset: auto; width: 100%; min-height: 0; aspect-ratio: 16 / 9; }
    .ek-home-choice__grid { grid-template-columns: 1fr; }
    .ek-home-choice__card { min-height: 112px; }
    .ek-home-help__panel { grid-template-columns: 1fr; gap: 30px; }
    .ek-home-help__actions { min-width: 0; flex-direction: row; align-items: center; }
    .ek-home-service__grid { grid-template-columns: 1fr; }
    .ek-home-service__grid a { border-right: 0; border-bottom: 1px solid var(--ek-line); }
    .ek-home-service__grid a:last-child { border-bottom: 0; }
}

@media (max-width: 767px) {
    .ek-home-hero { padding: 10px 0 34px; }
    .ek-home-hero__panel { border-radius: 18px; }
    .ek-home-hero__content { min-height: 0; padding: 36px 24px 31px; }
    .ek-home-hero h1 { margin-top: 13px; font-size: 37px; }
    .ek-home-hero__lead { font-size: 15px; line-height: 1.58; }
    .ek-home-actions { display: grid; grid-template-columns: 1fr; width: 100%; margin-top: 25px; }
    .ek-home-button { width: 100%; }
    .ek-home-hero__benefits { display: grid; gap: 10px; margin-top: 25px; }
    .ek-home-hero__visual { min-height: 0; }
    .ek-home-hero__offer-label { top: 10px; right: 10px; padding: 6px 9px; font-size: 9px; }
    .ek-home-hero__slider .carousel-control-prev,
    .ek-home-hero__slider .carousel-control-next { display: none; }
    .ek-home-section { padding: 58px 0; }
    .ek-home-heading { display: block; margin-bottom: 25px; }
    .ek-home-heading > p { margin-top: 13px; font-size: 14px; }
    .ek-home-heading--center { display: flex; }
    .ek-home-category-grid { grid-template-columns: 1fr; gap: 13px; }
    .ek-home-category { min-height: 0; }
    .ek-home-category__media { height: 190px; }
    .ek-home-category__main { min-height: 235px; padding: 22px 22px 19px; }
    .ek-home-category__links { padding: 0 22px 23px; }
    .ek-home-accessories { align-items: flex-start; padding: 17px; }
    .ek-home-accessories__arrow { align-self: center; }
    .ek-home-choice__card { grid-template-columns: auto 1fr auto; padding: 20px 18px; }
    .ek-home-help { padding: 50px 0; }
    .ek-home-help__panel { padding: 34px 24px; border-radius: 18px; }
    .ek-home-help__actions { flex-direction: column; align-items: stretch; }
    .ek-home-review-grid { display: flex; gap: 14px; margin-right: -15px; padding-right: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .ek-home-review-grid::-webkit-scrollbar { display: none; }
    .ek-home-review { min-width: 84vw; min-height: 390px; scroll-snap-align: start; }
    .ek-home-review__image { height: 210px; }
    .ek-home-text-link { display: none; }
    .ek-home-reviews__footer { display: block; }
    .ek-home-service { padding-bottom: 45px; }
}

@media (prefers-reduced-motion: reduce) {
    .ek-home *, .ek-home *::before, .ek-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
