.sc-home {
    padding: 30px 0 46px;
    background: #f4f6f7;
}

.sc-home-shell {
    width: min(100% - 48px, var(--aw-container, 1560px));
    margin-right: auto;
    margin-left: auto;
}

.sc-home-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--aw-orange, #f26a2e);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.sc-home h1,
.sc-home h2 {
    margin: 0;
    color: var(--aw-black, #111417);
    font-family: var(--aw-font-heading, "Manrope", "Inter", Arial, sans-serif);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.sc-home h1 {
    max-width: 650px;
    font-size: clamp(42px, 4.65vw, 78px);
}

.sc-home h2 {
    font-size: clamp(26px, 2.55vw, 42px);
}

.sc-home p {
    color: var(--aw-muted, #6f7a81);
}

.sc-home-hero {
    display: grid;
    grid-template-columns: minmax(440px, 0.92fr) minmax(560px, 1.38fr);
    min-height: 540px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 0 0 22px 22px;
    box-shadow: 0 24px 70px rgba(17, 20, 23, 0.06);
}

.sc-home-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 56px) clamp(34px, 4.6vw, 66px);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 74%, rgba(255, 255, 255, 0.72) 100%);
}

.sc-home-hero__content > p {
    max-width: 545px;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.45;
}

.sc-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.sc-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.sc-home-btn:hover {
    transform: translateY(-1px);
}

.sc-home-btn--primary {
    color: #ffffff;
    background: var(--aw-orange, #f26a2e);
    border: 1px solid var(--aw-orange, #f26a2e);
}

.sc-home-btn--primary:hover {
    background: var(--aw-orange-dark, #df5419);
    border-color: var(--aw-orange-dark, #df5419);
}

.sc-home-btn--secondary {
    color: var(--aw-black, #111417);
    background: #ffffff;
    border: 1px solid var(--aw-border, #d9dee2);
}

.sc-home-btn--secondary:hover {
    border-color: var(--aw-orange, #f26a2e);
}

.sc-home-hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.sc-home-feature {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.sc-home-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(17, 20, 23, 0.06);
}

.sc-home-feature__icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.sc-home-feature strong {
    color: var(--aw-black, #111417);
    font-weight: 900;
    line-height: 1.18;
}

.sc-home-feature small {
    color: var(--aw-muted, #6f7a81);
    font-size: 12px;
    line-height: 1.34;
}

.sc-home-hero__visual {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #dfe5e8;
}

.sc-home-hero__visual::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 42%;
    pointer-events: none;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.86) 34%, rgba(255, 255, 255, 0) 100%);
}

.sc-home-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center right;
}

.sc-home-directions,
.sc-home-brand-rail,
.sc-home-solution,
.sc-home-grid-section,
.sc-home-request,
.sc-home-trust {
    margin-top: 22px;
}

.sc-home-directions {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.sc-home-direction-card {
    position: relative;
    display: grid;
    min-height: 138px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(17, 20, 23, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sc-home-direction-card:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 106, 46, 0.45);
    box-shadow: 0 18px 44px rgba(17, 20, 23, 0.08);
}

.sc-home-direction-card__body {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: start;
    padding: 18px;
}

.sc-home-direction-card strong {
    max-width: 150px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.12;
}

.sc-home-direction-card span[aria-hidden="true"] {
    color: var(--aw-orange, #f26a2e);
    font-size: 22px;
    line-height: 1;
}

.sc-home-direction-card img {
    position: absolute;
    right: 12px;
    bottom: 8px;
    z-index: 1;
    width: 104px;
    height: 78px;
    object-fit: contain;
}

.sc-home-direction-card__mark {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 74px;
    height: 74px;
    background: linear-gradient(135deg, rgba(242, 106, 46, 0.14), rgba(242, 106, 46, 0.03));
    border-radius: 18px;
}

.sc-home-direction-card__mark::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 34px;
    width: 8px;
    height: 58px;
    background: var(--aw-orange, #f26a2e);
    border-radius: 999px;
    transform: rotate(45deg);
}

.sc-home-brand-rail {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(17, 20, 23, 0.05);
}

.sc-home-brand-rail__title {
    padding-right: 20px;
    color: var(--aw-black, #111417);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-right: 1px solid var(--aw-border-soft, #e8ecef);
}

.sc-home-brand-rail__items {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.sc-home-brand-rail__items a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 12px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 10px;
}

.sc-home-brand-rail__items img {
    max-width: 110px;
    max-height: 34px;
    object-fit: contain;
    filter: grayscale(0.1);
}

.sc-home-brand-rail__items span {
    color: var(--aw-dark, #1f2428);
    font-weight: 900;
}

.sc-home-brand-rail__all {
    color: var(--aw-orange, #f26a2e);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.sc-home-solution {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(340px, 0.85fr) minmax(420px, 1.2fr);
    gap: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(17, 20, 23, 0.05);
}

.sc-home-solution__intro,
.sc-home-check-list {
    padding: 28px 32px;
}

.sc-home-solution__intro h2 {
    margin-bottom: 20px;
    font-size: clamp(28px, 2.65vw, 42px);
    line-height: 0.98;
}

.sc-home-check-list,
.sc-home-info-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.sc-home-check-list li,
.sc-home-info-card li {
    position: relative;
    padding-left: 26px;
    color: var(--aw-dark, #1f2428);
    font-weight: 700;
    line-height: 1.28;
}

.sc-home-check-list li::before,
.sc-home-info-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--aw-orange, #f26a2e);
    font-weight: 900;
}

.sc-home-info-card li.sc-home-icon-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 28px;
    padding-left: 0;
}

.sc-home-info-card li.sc-home-icon-row::before {
    content: none;
}

.sc-home-info-card__icon {
    display: inline-flex;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.sc-home-info-card__icon img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mask-image: none;
}

.sc-home-expertise-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    color: #ffffff;
    background: #111417;
}

.sc-home-expertise-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.58;
}

.sc-home-expertise-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 20, 23, 0.92), rgba(17, 20, 23, 0.58) 45%, rgba(17, 20, 23, 0.14));
}

.sc-home-expertise-card__content {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 12px;
    min-height: 100%;
    padding: 34px;
}

.sc-home-expertise-card span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 900;
}

.sc-home-expertise-card strong {
    max-width: 460px;
    color: #ffffff;
    font-size: clamp(26px, 2.65vw, 42px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.sc-home-expertise-card p {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.sc-home-grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.sc-home-info-card,
.sc-home-automation-card {
    position: relative;
    min-height: 316px;
    overflow: hidden;
    padding: 30px;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(17, 20, 23, 0.05);
}

.sc-home-info-card h2,
.sc-home-automation-card h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 2.65vw, 42px);
    line-height: 1;
}

.sc-home-info-card a,
.sc-home-automation-card strong {
    display: inline-flex;
    margin-top: 18px;
    color: var(--aw-orange, #f26a2e);
    font-weight: 900;
    text-decoration: none;
}

.sc-home-info-card--industries {
    padding-right: 48%;
}

.sc-home-info-card--industries > .sc-home-info-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
}

.sc-home-automation-card {
    display: block;
    background: #111417;
}

.sc-home-automation-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.sc-home-automation-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.05));
}

.sc-home-automation-card__content {
    position: relative;
    z-index: 2;
    max-width: 460px;
}

.sc-home-automation-card p {
    max-width: 360px;
    margin: 0;
    line-height: 1.45;
}


.sc-home-request {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr) minmax(260px, 0.72fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    color: #ffffff;
    background: linear-gradient(135deg, #14191d, #252d32);
    border-radius: 16px;
    box-shadow: 0 20px 54px rgba(17, 20, 23, 0.16);
}

.sc-home-request h2 {
    color: #ffffff;
    font-size: clamp(30px, 3vw, 48px);
}

.sc-home-request p {
    color: rgba(255, 255, 255, 0.72);
}

.sc-home-request__form {
    display: grid;
    gap: 10px;
}

.sc-home-request__form input,
.sc-home-request__form textarea {
    width: 100%;
    padding: 13px 16px;
    color: #ffffff;
    font: inherit;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    outline: none;
}

.sc-home-request__form input::placeholder,
.sc-home-request__form textarea::placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.sc-home-request__form button {
    min-height: 48px;
    color: #ffffff;
    font-weight: 900;
    background: var(--aw-orange, #f26a2e);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.sc-home-request__notes {
    display: grid;
    gap: 18px;
}

.sc-home-request__notes span {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.sc-home-request__notes span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(242, 106, 46, 0.95);
    border-radius: 50%;
}

.sc-home-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 14px;
}

.sc-home-trust div {
    min-height: 96px;
    padding: 22px 24px;
    border-right: 1px solid var(--aw-border-soft, #e8ecef);
}

.sc-home-trust div:last-child {
    border-right: 0;
}

.sc-home-trust strong {
    display: block;
    margin-bottom: 6px;
    color: var(--aw-black, #111417);
    font-weight: 900;
}

.sc-home-trust span {
    color: var(--aw-muted, #6f7a81);
    font-size: 13px;
}


/* Stage 9.3.10 — compact home composition polish */
.sc-home-solution {
    align-items: stretch;
}

.sc-home-check-list {
    align-content: center;
}

.sc-home-info-card,
.sc-home-automation-card {
    height: 100%;
}

.sc-home-info-card p,
.sc-home-info-card li,
.sc-home-automation-card p {
    font-size: 14px;
}

.sc-home-info-card--industries ul {
    gap: 8px;
}

.sc-home-info-card--industries > .sc-home-info-card__image {
    object-position: center;
}

.sc-home-automation-card__content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1180px) {
    .sc-home-hero,
    .sc-home-solution,
    .sc-home-request {
        grid-template-columns: 1fr;
    }

    .sc-home-hero__visual,
    .sc-home-hero__visual img {
        min-height: 380px;
    }

    .sc-home-directions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-home-brand-rail,
    .sc-home-grid-section,
    .sc-home-trust {
        grid-template-columns: 1fr 1fr;
    }

    .sc-home-brand-rail__title,
    .sc-home-brand-rail__all {
        grid-column: 1 / -1;
    }

    .sc-home-brand-rail__items {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .sc-home {
        padding-top: 24px;
    }

    .sc-home-shell {
        width: min(100% - 28px, var(--aw-container, 1560px));
    }

    .sc-home-hero__content,
    .sc-home-solution__intro,
    .sc-home-check-list,
    .sc-home-info-card,
    .sc-home-automation-card,
    .sc-home-request {
        padding: 24px;
    }

    .sc-home-hero__features,
    .sc-home-directions,
    .sc-home-brand-rail__items,
    .sc-home-grid-section,
    .sc-home-trust {
        grid-template-columns: 1fr;
    }

    .sc-home-info-card--industries {
        padding-right: 24px;
        padding-bottom: 230px;
    }

    .sc-home-info-card--industries > .sc-home-info-card__image {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 220px;
        mask-image: linear-gradient(180deg, transparent 0%, #000 34%);
    }

    .sc-home-hero__actions {
        display: grid;
    }

    .sc-home-trust div {
        border-right: 0;
        border-bottom: 1px solid var(--aw-border-soft, #e8ecef);
    }
}

/* Stage 9.3.11 — home composition refinement against approved concept */
.sc-home {
    padding-top: 0;
}

.sc-home-hero {
    min-height: 455px;
    border-top: 0;
    border-radius: 0 0 18px 18px;
}

.sc-home h1 {
    max-width: 600px;
    font-size: clamp(38px, 4.05vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.sc-home-hero__content {
    padding: clamp(28px, 3.2vw, 44px) clamp(34px, 4.2vw, 60px);
}

.sc-home-hero__content > p {
    max-width: 500px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
}

.sc-home-hero__actions {
    margin-top: 22px;
}

.sc-home-btn {
    min-height: 42px;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 14px;
    border-radius: 9px;
}

.sc-home-hero__features {
    gap: 18px;
    margin-top: 30px;
}

.sc-home-feature {
    gap: 6px;
}

.sc-home-feature__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.sc-home-feature__icon img {
    width: 32px;
    height: 32px;
}

.sc-home-feature strong {
    font-size: 13px;
    line-height: 1.14;
}

.sc-home-feature small {
    font-size: 11.5px;
    line-height: 1.28;
}

.sc-home-hero__visual {
    min-height: 455px;
}

.sc-home-hero__visual img {
    min-height: 455px;
    object-position: center right;
}

.sc-home-directions,
.sc-home-brand-rail,
.sc-home-solution,
.sc-home-grid-section,
.sc-home-request,
.sc-home-trust {
    margin-top: 18px;
}

.sc-home-direction-card {
    min-height: 122px;
}

.sc-home-direction-card__body {
    padding: 16px;
}

.sc-home-direction-card strong {
    font-size: 14px;
}

.sc-home-direction-card img {
    width: 96px;
    height: 68px;
}

.sc-home-solution {
    grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 0.88fr) minmax(440px, 1.2fr);
    min-height: 210px;
}

.sc-home-solution__intro,
.sc-home-check-list {
    padding: 24px 30px;
}

.sc-home-solution__intro {
    display: grid;
    align-content: center;
    gap: 14px;
}

.sc-home-solution__intro h2 {
    margin: 0;
    font-size: clamp(28px, 2.65vw, 44px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-transform: none;
}

.sc-home-solution__intro p {
    max-width: 360px;
    margin: 0;
    font-size: 14px;
    line-height: 1.42;
}

.sc-home-solution__intro .sc-home-btn {
    width: fit-content;
    margin-top: 4px;
}

.sc-home-check-list {
    gap: 9px;
    align-content: center;
}

.sc-home-check-list li {
    font-size: 14px;
    line-height: 1.22;
}

.sc-home-expertise-card {
    min-height: 210px;
}

.sc-home-expertise-card__content {
    padding: 28px 32px;
}

.sc-home-expertise-card strong {
    font-size: clamp(26px, 2.35vw, 38px);
    line-height: 1.02;
}

.sc-home-expertise-card p {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.42;
}

.sc-home-grid-section {
    gap: 18px;
}

.sc-home-info-card,
.sc-home-automation-card {
    min-height: 280px;
    padding: 26px 28px;
    border-radius: 14px;
}

.sc-home-info-card h2,
.sc-home-automation-card h2 {
    margin-bottom: 16px;
    font-size: clamp(24px, 2.35vw, 36px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.sc-home-info-card ul {
    gap: 8px;
}

.sc-home-info-card li {
    font-size: 13.5px;
    line-height: 1.2;
}

.sc-home-info-card a,
.sc-home-automation-card strong {
    margin-top: 14px;
    font-size: 13.5px;
}

.sc-home-info-card--industries {
    padding-right: 46%;
}

.sc-home-info-card--industries > .sc-home-info-card__image {
    width: 54%;
}

.sc-home-automation-card__content {
    justify-content: flex-start;
    max-width: 380px;
}

.sc-home-automation-card p {
    max-width: 310px;
    font-size: 13.5px;
    line-height: 1.42;
}


.sc-home-request {
    padding: 36px 40px;
}

@media (max-width: 1180px) {
    .sc-home-hero,
    .sc-home-hero__visual,
    .sc-home-hero__visual img {
        min-height: auto;
    }

    .sc-home-hero__visual img {
        height: 390px;
    }

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

    .sc-home-expertise-card {
        min-height: 260px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero__content {
        padding: 26px 22px;
    }

    .sc-home-hero__visual img {
        height: 320px;
    }

    .sc-home h1 {
        font-size: clamp(36px, 11vw, 52px);
    }

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

    .sc-home-info-card h2,
    .sc-home-automation-card h2 {
        font-size: 28px;
    }
}

/* Stage 9.3.12 — final home hero and commercial block proportion fix */
.sc-home-hero.sc-home-shell {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.sc-home-hero {
    grid-template-columns: minmax(640px, 0.82fr) minmax(720px, 1.18fr);
    min-height: 390px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
}

.sc-home h1 {
    max-width: none;
    font-size: clamp(36px, 3vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.052em;
}

.sc-home h1 span {
    display: block;
    white-space: nowrap;
}

.sc-home-hero__content {
    padding-top: clamp(22px, 2.2vw, 32px);
    padding-right: clamp(24px, 2.6vw, 40px);
    padding-bottom: clamp(22px, 2.2vw, 32px);
    padding-left: max(48px, calc((100vw - var(--aw-container, 1560px)) / 2 + 48px));
}

.sc-home-hero__content > p {
    max-width: 520px;
    margin-top: 10px;
    font-size: 13.5px;
}

.sc-home-hero__actions {
    margin-top: 16px;
}

.sc-home-hero__features {
    margin-top: 24px;
}

.sc-home-feature__icon {
    width: 54px;
    height: 54px;
}

.sc-home-feature__icon img {
    width: 78px;
    height: 78px;
    max-width: none;
    transform: scale(1.06);
}

.sc-home-hero__visual,
.sc-home-hero__visual img {
    min-height: 390px;
}

.sc-home-hero__visual img {
    object-position: center right;
}

.sc-home-solution {
    grid-template-columns: minmax(420px, 0.92fr) minmax(360px, 0.86fr) minmax(440px, 1.18fr);
}

.sc-home-solution__intro h2 {
    max-width: none;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.sc-home-solution__intro p {
    max-width: 410px;
    font-size: 13.5px;
    line-height: 1.38;
}

.sc-home-info-card h2,
.sc-home-automation-card h2 {
    font-size: clamp(22px, 1.9vw, 30px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.sc-home-automation-card__content {
    max-width: 340px;
}

@media (max-width: 1180px) {
    .sc-home-hero.sc-home-shell {
        width: min(100% - 48px, var(--aw-container, 1560px));
        margin-right: auto;
        margin-left: auto;
        border-radius: 0 0 18px 18px;
    }

    .sc-home-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-home-hero__content {
        padding-left: clamp(28px, 4vw, 44px);
    }

    .sc-home h1 span {
        white-space: normal;
    }

    .sc-home-solution__intro h2 {
        white-space: normal;
    }
}

@media (max-width: 720px) {
    .sc-home-hero.sc-home-shell {
        width: min(100% - 28px, var(--aw-container, 1560px));
    }

    .sc-home h1 {
        font-size: clamp(34px, 10vw, 48px);
    }
}
