:root {
    --zs-bg: #eef2f6;
    --zs-surface: #fbfcfe;
    --zs-surface-strong: #e6edf4;
    --zs-ink: #1d2833;
    --zs-ink-soft: #5b6977;
    --zs-line: rgba(30, 42, 36, 0.12);
    --zs-accent: #bd7a52;
    --zs-accent-deep: #8f5735;
    --zs-accent-soft: rgba(189, 122, 82, 0.14);
    --zs-shadow: 0 20px 70px rgba(26, 31, 26, 0.12);
    --zs-radius-sm: 18px;
    --zs-radius-md: 28px;
    --zs-radius-lg: 40px;
    --zs-container: 1240px;
    --zs-space-xs: 0.75rem;
    --zs-space-sm: 1rem;
    --zs-space-md: 1.5rem;
    --zs-space-lg: 2.5rem;
    --zs-space-xl: 4rem;
    --zs-space-xxl: 6rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(189, 122, 82, 0.09), transparent 28%),
        radial-gradient(circle at top right, rgba(136, 170, 204, 0.10), transparent 24%),
        linear-gradient(180deg, #f8fbfe 0%, var(--zs-bg) 100%);
    color: var(--zs-ink);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

body.font-variant-sans h1,
body.font-variant-sans h2,
body.font-variant-sans h3,
body.font-variant-sans h4,
body.font-variant-sans h5,
body.font-variant-sans h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1;
}

body.font-variant-sans .site-brand__text strong,
body.font-variant-sans .site-nav__menu a,
body.font-variant-sans .button,
body.font-variant-sans .eyebrow {
    letter-spacing: normal;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: min(calc(100% - 2rem), var(--zs-container));
    margin: 0 auto;
}

.stack-sm > * + * {
    margin-top: var(--zs-space-sm);
}

.stack-md > * + * {
    margin-top: var(--zs-space-md);
}

.stack-lg > * + * {
    margin-top: var(--zs-space-lg);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--zs-accent-deep);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.eyebrow::before {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: currentColor;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--zs-accent) 0%, var(--zs-accent-deep) 100%);
    color: #fff;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 12px 30px rgba(159, 93, 52, 0.26);
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button--ghost {
    background: transparent;
    color: var(--zs-ink);
    border: 1px solid var(--zs-line);
    box-shadow: none;
}

.button--light {
    color: #f8f3ea;
    border-color: rgba(255, 255, 255, 0.22);
}

.site-shell {
    min-height: 100vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 1rem 0;
    backdrop-filter: blur(18px);
    background: rgba(252, 248, 242, 0.75);
    border-bottom: 1px solid rgba(30, 42, 36, 0.06);
    transition: padding 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.site-header__inner {
    width: min(calc(100% - 2rem), 1580px);
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 1.5rem;
    transition: gap 0.22s ease;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.custom-logo {
    display: block;
    width: auto;
    max-height: 56px;
    transition: max-height 0.22s ease;
}

.site-brand__mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(30, 42, 36, 0.16);
}

.site-brand__text {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.site-brand__text strong {
    font-size: 1rem;
    line-height: 1;
}

.site-brand__text span {
    color: var(--zs-ink-soft);
    font-size: 0.82rem;
}

.site-footer__intro .custom-logo-link,
.site-footer__intro .site-brand {
    padding: 0.7rem 0.95rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(29, 40, 51, 0.08);
    box-shadow: 0 16px 30px rgba(16, 22, 19, 0.18);
}

.site-footer__intro .custom-logo-link,
.site-footer__intro .site-brand {
    justify-content: center;
    width: 100%;
    padding: 0.45rem 0.7rem;
}

.site-footer__intro .custom-logo {
    max-height: 124px;
    width: auto;
}

.site-footer__intro .site-brand__text strong,
.site-footer__intro .site-brand__text span {
    color: var(--zs-ink);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 1.25rem;
    transition: gap 0.22s ease;
}

.site-nav__menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: gap 0.22s ease;
}

.site-nav__menu a {
    color: var(--zs-ink-soft);
    font-weight: 700;
}

.site-nav__menu a:hover,
.site-nav__menu .current-menu-item > a {
    color: var(--zs-ink);
}

.site-nav__cta {
    justify-self: end;
    white-space: nowrap;
}

.site-social {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.site-social--header {
    justify-self: end;
}

.site-social--footer {
    margin-top: 0.15rem;
}

.site-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    border: 1px solid rgba(30, 42, 36, 0.12);
    background: rgba(255, 255, 255, 0.72);
    color: var(--zs-ink);
    box-shadow: 0 10px 24px rgba(20, 28, 24, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-social__link:hover,
.site-social__link:focus-visible {
    transform: translateY(-1px);
    color: #fff;
    background: var(--zs-accent);
    border-color: var(--zs-accent);
}

.site-social__link svg {
    width: 1.18rem;
    height: 1.18rem;
}

.site-footer .site-social__link {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
    color: #f8f3ea;
    box-shadow: none;
}

.site-footer .site-social__link:hover,
.site-footer .site-social__link:focus-visible {
    background: rgba(199, 127, 79, 0.96);
    border-color: rgba(199, 127, 79, 0.96);
    color: #fff;
}

body.is-scrolled .site-header {
    padding: 0.55rem 0;
    background: rgba(252, 248, 242, 0.88);
    box-shadow: 0 12px 28px rgba(20, 28, 24, 0.08);
}

body.is-scrolled .site-header__inner {
    gap: 1rem;
}

body.is-scrolled .custom-logo {
    max-height: 48px;
}

body.is-scrolled .site-nav,
body.is-scrolled .site-nav__menu {
    gap: 1rem;
}

body.is-scrolled .site-social {
    gap: 0.5rem;
}

.site-main {
    overflow: hidden;
}

.home-slider {
    padding: 1.25rem 0 0;
}

.home-slider__inner {
    width: min(calc(100% - 2rem), 1580px);
    margin: 0 auto;
}

.home-slider__surface {
    overflow: hidden;
    border-radius: var(--zs-radius-lg);
    box-shadow: var(--zs-shadow);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(30, 42, 36, 0.08);
}

.home-slider__surface > * {
    margin: 0;
}

.hero {
    padding: 4.5rem 0 3rem;
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2rem;
    align-items: stretch;
}

.hero__content {
    padding: 2rem 0;
}

.hero h1 {
    font-size: clamp(2.6rem, 6vw, 5.3rem);
    max-width: 12ch;
}

.hero__lead,
.section-copy {
    color: var(--zs-ink-soft);
    font-size: 1.08rem;
    max-width: 62ch;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero__metrics,
.quick-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero__metrics li,
.quick-benefits li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
    padding: 1rem 1.15rem;
    border-radius: var(--zs-radius-sm);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(30, 42, 36, 0.08);
}

.hero__metrics li span,
.quick-benefits li {
    color: var(--zs-ink-soft);
    font-size: 0.96rem;
}

.surface-card {
    position: relative;
    padding: clamp(1.2rem, 2vw, 1.8rem);
    border-radius: var(--zs-radius-lg);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(249, 243, 234, 0.92)),
        var(--zs-surface);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--zs-shadow);
}

.hero--home {
    padding-top: 3rem;
    padding-bottom: 1.25rem;
}

.hero-media-card {
    position: relative;
}

.hero-media-card__frame {
    display: block;
}

.hero-media-card__media {
    position: relative;
    grid-column: 1 / -1;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    border-radius: calc(var(--zs-radius-lg) - 10px);
    background:
        radial-gradient(circle at top right, rgba(189, 122, 82, 0.16), transparent 34%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(234, 241, 248, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.96);
    box-shadow: var(--zs-shadow);
}

.hero-media-card__asset {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background:
        radial-gradient(circle at 22% 18%, rgba(250, 240, 230, 0.9), transparent 18%),
        linear-gradient(160deg, rgba(249, 251, 253, 1), rgba(225, 233, 241, 1));
}

.hero-media-card__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(250, 252, 255, 0.22) 0%, rgba(250, 252, 255, 0.02) 24%, rgba(24, 31, 39, 0.08) 100%),
        linear-gradient(0deg, rgba(17, 24, 31, 0.14), rgba(17, 24, 31, 0.14));
    pointer-events: none;
}

.hero-media-card__badge,
.hero-media-card__glass {
    position: absolute;
    z-index: 2;
    backdrop-filter: blur(14px);
}

.hero-media-card__badge,
.hero-media-card__glass {
    max-width: 300px;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 40px rgba(32, 44, 53, 0.12);
}

.hero-media-card__badge {
    top: 1.35rem;
    left: 1.35rem;
}

.hero-media-card__glass {
    right: 1.35rem;
    bottom: 1.35rem;
}

.hero-media-card__badge strong,
.hero-media-card__glass strong {
    display: block;
    font-size: 1.08rem;
    margin-bottom: 0.35rem;
}

.hero-media-card__badge strong {
    margin-bottom: 0;
}

.hero-media-card__glass span {
    color: var(--zs-ink-soft);
    font-size: 0.94rem;
}

.hero-showcase {
    display: grid;
    gap: 1rem;
    background:
        radial-gradient(circle at top right, rgba(198, 124, 78, 0.18), transparent 30%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 232, 0.92));
}

.hero-showcase__scene {
    position: relative;
    min-height: 520px;
    border-radius: calc(var(--zs-radius-lg) - 10px);
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 236, 214, 0.98), transparent 18%),
        linear-gradient(180deg, rgba(246, 238, 226, 0.96) 0%, rgba(228, 214, 195, 0.94) 36%, rgba(181, 145, 114, 0.95) 100%);
}

.hero-showcase__scene::before,
.hero-showcase__scene::after {
    content: "";
    position: absolute;
}

.hero-showcase__scene::before {
    inset: 8% 10% 34% 48%;
    border-radius: 32px 32px 12px 12px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0 23%, rgba(211, 191, 166, 0.48) 23% 25%, rgba(255, 255, 255, 0.9) 25% 48%, rgba(211, 191, 166, 0.48) 48% 50%, rgba(255, 255, 255, 0.94) 50% 73%, rgba(211, 191, 166, 0.48) 73% 75%, rgba(255, 255, 255, 0.9) 75% 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 243, 232, 0.92));
    box-shadow:
        inset 0 0 0 8px rgba(116, 92, 72, 0.12),
        0 24px 50px rgba(94, 73, 56, 0.15);
}

.hero-showcase__scene::after {
    left: 8%;
    right: 18%;
    bottom: 0;
    height: 39%;
    border-radius: 36px 36px 0 0;
    background:
        linear-gradient(180deg, rgba(139, 105, 81, 0.12), rgba(69, 46, 32, 0.42)),
        linear-gradient(90deg, #b89372 0%, #d0af8f 46%, #c09877 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.hero-showcase__glass {
    position: absolute;
    z-index: 2;
    max-width: 250px;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 40px rgba(61, 44, 31, 0.12);
}

.hero-showcase__glass strong {
    display: block;
    margin-bottom: 0.3rem;
}

.hero-showcase__glass span {
    color: var(--zs-ink-soft);
    font-size: 0.92rem;
}

.hero-showcase__glass--top {
    top: 1.2rem;
    left: 1.2rem;
}

.hero-showcase__glass--bottom {
    right: 1.2rem;
    bottom: 1.2rem;
}

.hero-showcase__notes {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1rem;
}

.hero-note {
    min-height: 98px;
    padding: 1.15rem 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(30, 42, 36, 0.08);
    box-shadow: 0 18px 36px rgba(33, 36, 29, 0.06);
}

.hero-note p,
.hero-note span {
    color: var(--zs-ink-soft);
    font-size: 0.95rem;
}

.hero-note--accent {
    background: linear-gradient(135deg, rgba(30, 42, 36, 0.94), rgba(48, 64, 55, 0.96));
    color: #fff;
}

.hero-note--accent strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.hero-note--accent span {
    color: rgba(255, 255, 255, 0.78);
}

.interior-scene {
    position: relative;
    min-height: 520px;
    border-radius: calc(var(--zs-radius-lg) - 10px);
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 224, 188, 0.9), transparent 22%),
        linear-gradient(160deg, rgba(246, 232, 213, 0.8), rgba(212, 198, 181, 0.32)),
        linear-gradient(180deg, #d8c8b8 0%, #bda48b 52%, #8f6d56 100%);
}

.interior-scene::before,
.interior-scene::after {
    content: "";
    position: absolute;
    border-radius: 30px;
}

.interior-scene::before {
    inset: auto 7% 10% 7%;
    height: 35%;
    background: linear-gradient(180deg, rgba(59, 46, 37, 0.18), rgba(59, 46, 37, 0.52));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.interior-scene::after {
    top: 12%;
    right: 10%;
    width: 40%;
    height: 38%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 242, 230, 0.75));
}

.interior-scene__badge,
.interior-scene__callout {
    position: absolute;
    z-index: 2;
    border-radius: 20px;
    padding: 0.95rem 1rem;
    backdrop-filter: blur(14px);
}

.interior-scene__badge {
    top: 1.25rem;
    left: 1.25rem;
    max-width: 220px;
    background: rgba(30, 42, 36, 0.88);
    color: #fff;
    font-weight: 700;
}

.interior-scene__callout {
    background: rgba(255, 255, 255, 0.75);
    color: var(--zs-ink);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.interior-scene__callout span {
    color: var(--zs-ink-soft);
    font-size: 0.92rem;
}

.interior-scene__callout--top {
    top: 22%;
    left: 1.25rem;
}

.interior-scene__callout--bottom {
    right: 1.25rem;
    bottom: 1.25rem;
}

.page-section {
    padding: var(--zs-space-xxl) 0;
}

.page-section--tight {
    padding: 2rem 0;
}

.home-benefits {
    padding-top: 0.75rem;
}

.page-section--centered {
    min-height: 60vh;
    display: grid;
    place-items: center;
}

.page-section--contact {
    padding-top: 2rem;
}

.section-dark {
    background: linear-gradient(180deg, #202d27 0%, #1a241f 100%);
    color: #f8f3ea;
}

.section-dark .section-copy,
.section-dark .eyebrow,
.section-dark .post-card__body p,
.section-dark .timeline__item p {
    color: rgba(248, 243, 234, 0.78);
}

.section-heading {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;
}

.section-heading h2,
.section-heading h1 {
    font-size: clamp(2rem, 4.6vw, 3.8rem);
}

.section-heading--narrow {
    max-width: 700px;
}

.section-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.benefit-strip,
.four-up {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.four-up {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-strip__item,
.info-chip {
    padding: 1.3rem 1.4rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(30, 42, 36, 0.08);
    box-shadow: 0 14px 30px rgba(33, 36, 29, 0.05);
}

.benefit-strip__item h2,
.info-chip strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.35rem;
}

.benefit-strip__item p,
.info-chip span {
    color: var(--zs-ink-soft);
    font-size: 0.96rem;
}

.feature-grid,
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.feature-card,
.post-card,
.content-card,
.testimonial-card,
.timeline__item {
    border-radius: var(--zs-radius-md);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(30, 42, 36, 0.08);
    box-shadow: 0 18px 36px rgba(33, 36, 29, 0.05);
}

.feature-card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    min-height: 248px;
}

.feature-card h3 {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.feature-card p {
    position: relative;
    z-index: 2;
    color: var(--zs-ink-soft);
    max-width: 25ch;
}

.feature-card__art {
    position: absolute;
    right: -1.65rem;
    bottom: -2rem;
    width: 132px;
    height: 132px;
    opacity: 0.5;
    pointer-events: none;
}

.feature-card__art svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card--lighting .feature-card__icon,
.feature-card--lighting .feature-card__art {
    color: #b87349;
}

.feature-card--climate .feature-card__icon,
.feature-card--climate .feature-card__art {
    color: #4f88b6;
}

.feature-card--security .feature-card__icon,
.feature-card--security .feature-card__art {
    color: #3e6f69;
}

.feature-card--shading .feature-card__icon,
.feature-card--shading .feature-card__art {
    color: #8a785f;
}

.feature-card--energy .feature-card__icon,
.feature-card--energy .feature-card__art {
    color: #7c8f45;
}

.feature-card--app .feature-card__icon,
.feature-card--app .feature-card__art {
    color: #556e8f;
}

.section-heading--modules {
    max-width: 900px;
}

.modules-showcase {
    display: grid;
    gap: 1.6rem;
}

.modules-showcase__panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: 1.2rem;
    align-items: stretch;
    padding: clamp(1.4rem, 2vw, 2rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(189, 122, 82, 0.16), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(243, 247, 251, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--zs-shadow);
}

.modules-showcase__copy {
    align-content: start;
}

.modules-showcase__copy h3 {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 0.98;
    max-width: 11ch;
}

.modules-showcase__copy p {
    color: var(--zs-ink-soft);
    max-width: 58ch;
}

.modules-showcase__visual {
    position: relative;
    min-height: 420px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(198, 124, 78, 0.18), transparent 22%),
        linear-gradient(180deg, #e6eef6 0%, #d7e2ee 100%);
    border: 1px solid rgba(29, 40, 51, 0.08);
    overflow: hidden;
}

.modules-showcase__carousel,
.modules-showcase__slides {
    position: relative;
    height: 100%;
}

.modules-showcase__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.modules-showcase__slide.is-active {
    opacity: 1;
    visibility: visible;
}

.modules-showcase__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modules-showcase__control {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.84);
    color: var(--zs-ink);
    display: inline-grid;
    place-items: center;
    box-shadow: 0 18px 30px rgba(24, 31, 39, 0.14);
    transform: translateY(-50%);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.modules-showcase__control:hover,
.modules-showcase__control:focus-visible {
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-50%) scale(1.04);
}

.modules-showcase__control--prev {
    left: 1rem;
}

.modules-showcase__control--next {
    right: 1rem;
}

.modules-showcase__dots {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    z-index: 3;
    display: inline-flex;
    gap: 0.55rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(17, 24, 19, 0.42);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
}

.modules-showcase__dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.48);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.modules-showcase__dot.is-active {
    background: #fff;
    transform: scale(1.15);
}

.modules-showcase__dashboard {
    position: relative;
    height: 100%;
    min-height: 420px;
    padding: 1.4rem;
}

.modules-showcase__screen {
    position: absolute;
    inset: 2rem 1.8rem 2rem 1.8rem;
    border-radius: 28px;
    padding: 1.2rem;
    background: linear-gradient(180deg, rgba(24, 31, 39, 0.96), rgba(31, 40, 49, 0.96));
    color: #f6efe5;
    box-shadow: 0 28px 48px rgba(18, 24, 31, 0.22);
}

.modules-showcase__status {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
}

.modules-showcase__status span {
    color: rgba(246, 239, 229, 0.72);
}

.modules-showcase__widgets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.modules-showcase__widgets div {
    display: grid;
    gap: 0.22rem;
    padding: 0.9rem 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.modules-showcase__widgets strong {
    font-size: 0.95rem;
}

.modules-showcase__widgets span {
    color: rgba(246, 239, 229, 0.68);
    font-size: 0.82rem;
}

.modules-showcase__badge {
    position: absolute;
    z-index: 2;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.92);
    color: var(--zs-ink);
    font-weight: 700;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 32px rgba(24, 31, 39, 0.12);
}

.modules-showcase__badge--top {
    top: 1.2rem;
    left: 1.2rem;
}

.modules-showcase__badge--bottom {
    right: 1.2rem;
    bottom: 1.2rem;
}

.modules-strips {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25rem;
    margin-inline: calc(50% - 50vw);
    padding-inline: clamp(1rem, 3vw, 2.4rem);
    padding-top: 0.35rem;
}

.module-strip {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.86fr);
    gap: 1.2rem;
    align-items: stretch;
    min-height: 290px;
    padding: clamp(1.4rem, 2.4vw, 2rem);
    border-radius: 34px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(243, 247, 251, 0.9));
    border: 1px solid rgba(29, 40, 51, 0.08);
    box-shadow: var(--zs-shadow);
    overflow: visible;
    isolation: isolate;
}

.module-strip:nth-child(1),
.module-strip:nth-child(2),
.module-strip:nth-child(3) {
    grid-column: span 4;
}

.module-strip:nth-child(4) {
    grid-column: 1 / span 4;
}

.module-strip:nth-child(5) {
    grid-column: 5 / span 4;
}

.module-strip:nth-child(6) {
    grid-column: 9 / span 4;
}

.module-strip__copy {
    position: relative;
    z-index: 2;
    max-width: 48rem;
    padding-right: clamp(1rem, 2vw, 2rem);
    align-content: center;
}

.module-strip__index {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(29, 40, 51, 0.08);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: inherit;
}

.module-strip h3 {
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    line-height: 1.02;
    max-width: 12ch;
}

.module-strip p {
    color: var(--zs-ink-soft);
    max-width: 34ch;
}

.module-strip__button {
    align-self: start;
    margin-top: 0.35rem;
}

.module-strip__visual {
    position: relative;
    min-height: 100%;
}

.module-strip__image,
.module-strip__placeholder {
    position: absolute;
    right: -1rem;
    bottom: -1.35rem;
    width: min(100%, 440px);
    height: calc(100% + 0.95rem);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    box-shadow: 0 28px 44px rgba(18, 24, 31, 0.18);
}

.module-strip__image {
    top: -1.2rem;
    height: auto;
    min-height: calc(100% + 1.2rem);
    object-fit: cover;
    object-position: top left;
    display: block;
}

.module-strip__placeholder {
    top: -1.2rem;
    display: grid;
    place-items: center;
    background:
        linear-gradient(160deg, rgba(33, 44, 56, 0.97), rgba(18, 26, 36, 0.94)),
        radial-gradient(circle at top left, rgba(198, 124, 78, 0.28), transparent 34%);
    color: rgba(255, 255, 255, 0.92);
    padding: 2rem;
    overflow: hidden;
}

.module-strip__placeholder span {
    display: inline-grid;
    padding: 0.95rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 800;
    text-align: center;
}

.module-strip::after {
    content: '';
    position: absolute;
    inset: auto 1.8rem 1.8rem auto;
    width: 110px;
    height: 110px;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.04));
    opacity: 0.28;
    z-index: 0;
}

.module-strip--gatekeeper { color: #b87349; }
.module-strip--presence { color: #3e6f69; }
.module-strip--flow { color: #556e8f; }
.module-strip--irrigation { color: #5c8a55; }
.module-strip--power { color: #9b7d2f; }

.module-strip--gatekeeper {
    background:
        radial-gradient(circle at right top, rgba(184, 115, 73, 0.14), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(248, 241, 236, 0.9));
}

.module-strip--presence {
    background:
        radial-gradient(circle at right top, rgba(62, 111, 105, 0.13), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 244, 0.9));
}

.module-strip--flow {
    background:
        radial-gradient(circle at right top, rgba(85, 110, 143, 0.14), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(238, 244, 250, 0.9));
}

.module-strip--irrigation {
    background:
        radial-gradient(circle at right top, rgba(92, 138, 85, 0.14), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(241, 247, 239, 0.9));
}

.module-strip--power {
    background:
        radial-gradient(circle at right top, rgba(155, 125, 47, 0.14), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(249, 244, 234, 0.92));
}

.module-strip--more {
    grid-template-columns: 1fr;
    min-height: 290px;
    background:
        radial-gradient(circle at right top, rgba(28, 45, 39, 0.18), transparent 30%),
        linear-gradient(160deg, #22312b 0%, #17211d 100%);
    color: #f8f3ea;
}

.module-strip--more .module-strip__copy {
    max-width: none;
    padding-right: 0;
}

.module-strip--more .module-strip__index {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f8f3ea;
}

.module-strip--more h3,
.module-strip--more p {
    max-width: none;
    color: #f8f3ea;
}

.module-strip--more p {
    color: rgba(248, 243, 234, 0.82);
}

.module-strip--more .module-strip__button {
    background: #fff;
    color: #17211d;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.timeline__item {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.09);
}

.timeline__item span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(198, 124, 78, 0.2);
    color: #ffd6b8;
    font-weight: 800;
}

.timeline__item h3 {
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
}

.split-panel,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 1.5rem;
    align-items: start;
}

.testimonial-stack {
    display: grid;
    gap: 1rem;
}

.testimonial-card,
.surface-card--form,
.content-card {
    padding: 1.5rem;
}

.content-card--page,
.content-card--article {
    padding: clamp(1.4rem, 2vw, 2.2rem);
}

.entry-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.entry-content {
    color: var(--zs-ink-soft);
}

.entry-content > * + * {
    margin-top: 1.1rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--zs-ink);
    margin-top: 2.2rem;
}

.entry-content ul,
.entry-content ol {
    margin-left: 1.25rem;
    list-style: initial;
}

.entry-media img,
.post-card__media img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.post-card {
    overflow: hidden;
}

.section-dark .post-card {
    background: #f6f4ef;
    border-color: rgba(30, 42, 36, 0.1);
}

.post-card__media {
    display: block;
    aspect-ratio: 1.3 / 1;
    background: linear-gradient(135deg, rgba(198, 124, 78, 0.16), rgba(30, 42, 36, 0.12));
}

.post-card__media img {
    width: 100%;
    height: 100%;
}

.post-card__body {
    padding: 1.35rem;
}

.section-dark .post-card__body .eyebrow,
.section-dark .post-card__body p {
    color: #5b6977;
}

.post-card__body h2,
.post-card__body h3 {
    margin: 0.25rem 0 0.65rem;
    font-size: 1.45rem;
}

.section-dark .post-card__body h2,
.section-dark .post-card__body h3,
.section-dark .post-card__body h2 a,
.section-dark .post-card__body h3 a {
    color: #1d2833;
}

.post-card__body p {
    color: var(--zs-ink-soft);
}

.contact-points {
    display: grid;
    gap: 1rem;
}

.contact-fallback {
    color: var(--zs-ink-soft);
}

.wpcf7 form {
    display: grid;
    gap: 1rem;
}

.zsw-form,
.zsw-form__grid {
    display: grid;
    gap: 1rem;
}

.zsw-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zsw-form__field--full {
    grid-column: 1 / -1;
}

.zsw-form label {
    display: grid;
    gap: 0.4rem;
    color: var(--zs-ink);
    font-weight: 700;
}

.zsw-form__required {
    color: #d84f4f;
}

.zsw-form__consent {
    align-items: start;
    gap: 0.8rem;
    grid-template-columns: auto 1fr;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
}

.zsw-form__consent input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    padding: 0;
    border-radius: 0.3rem;
}

.wpcf7 label {
    display: grid;
    gap: 0.4rem;
    color: var(--zs-ink);
    font-weight: 700;
}

.zsw-form input,
.zsw-form textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select,
input[type="search"] {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(30, 42, 36, 0.1);
    background: #fff;
    color: var(--zs-ink);
    font: inherit;
}

.zsw-form textarea,
.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.zsw-form__submit,
.wpcf7 input[type="submit"] {
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--zs-accent) 0%, var(--zs-accent-deep) 100%);
    color: #fff;
    font: inherit;
    font-weight: 800;
    gap: 0.7rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.zsw-form__submit:disabled {
    cursor: progress;
    opacity: 0.92;
}

.zsw-form__spinner {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
    border-radius: 50%;
    display: none;
    animation: zsw-form-spin 0.8s linear infinite;
}

.zsw-form.is-submitting .zsw-form__spinner {
    display: inline-block;
}

.zsw-form.is-submitting .zsw-form__submit-label {
    transform: translateX(0.15rem);
}

.zsw-form-notice {
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    font-weight: 700;
    border: 1px solid transparent;
}

.zsw-form-notice--success {
    background: #ecf7ee;
    border-color: rgba(80, 149, 98, 0.28);
    color: #285033;
}

.zsw-form-notice--error {
    background: #fbeeed;
    border-color: rgba(184, 84, 84, 0.24);
    color: #842d2d;
}

@keyframes zsw-form-spin {
    to {
        transform: rotate(360deg);
    }
}

.site-prefooter {
    padding: var(--zs-space-xl) 0 var(--zs-space-xl);
    background: linear-gradient(180deg, rgba(238, 242, 246, 0) 0%, rgba(238, 242, 246, 0.55) 100%);
}

.site-prefooter__card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.9fr);
    gap: 1.5rem;
    padding: clamp(1.4rem, 2vw, 2.3rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(189, 122, 82, 0.12), transparent 32%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 252, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: var(--zs-shadow);
}

.site-prefooter__content {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.site-prefooter__content h2 {
    font-size: clamp(2rem, 4.4vw, 3.5rem);
    max-width: 14ch;
}

.site-prefooter__lead {
    max-width: 58ch;
    color: var(--zs-ink-soft);
}

.site-prefooter__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 0.4rem;
}

.site-prefooter__points {
    display: grid;
    gap: 0.9rem;
}

.site-prefooter__points li {
    display: grid;
    gap: 0.28rem;
    padding: 1.05rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(30, 42, 36, 0.08);
}

.site-prefooter__points strong {
    font-size: 1rem;
}

.site-prefooter__points span {
    color: var(--zs-ink-soft);
    font-size: 0.95rem;
}

.site-footer {
    margin-top: 0;
    padding-top: 2rem;
    color: #f8f3ea;
    background: linear-gradient(180deg, #202d27 0%, #161d19 100%);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 1.5rem;
    align-items: start;
    padding-bottom: 2rem;
}

.site-footer__intro,
.site-footer__column {
    display: grid;
    align-content: start;
    align-items: start;
    gap: 0.65rem;
}

.site-footer__intro {
    gap: 0.9rem;
}

.site-footer__contact {
    display: grid;
    gap: 0.4rem;
    margin-top: 0.35rem;
}

.site-footer__intro p,
.site-footer__column p,
.site-footer__column a,
.footer-menu a,
.footer-points li {
    color: rgba(248, 243, 234, 0.86);
}

.footer-menu,
.footer-points {
    display: grid;
    gap: 0.45rem;
}

.footer-menu li {
    line-height: 1.55;
}

.site-footer .footer-widget,
.site-footer .widget_text,
.site-footer .textwidget,
.site-footer .widget_maxmegamenu {
    width: 100%;
    align-self: start;
}

.site-footer .textwidget p,
.site-footer .footer-points li {
    line-height: 1.55;
}

.site-footer .textwidget p + p,
.site-footer .footer-points li + li {
    margin-top: 0.5rem;
}

.site-footer__column h2,
.site-footer__bottom,
.site-footer__bottom p {
    color: #f8f3ea;
}

.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:focus-visible,
.site-footer__column a:hover,
.site-footer__column a:focus-visible {
    color: #ffffff;
}

.site-footer .widget_maxmegamenu,
.site-footer .widget_maxmegamenu .mega-menu-wrap,
.site-footer .widget_maxmegamenu .max-mega-menu {
    background: transparent !important;
}

.site-footer .widget_maxmegamenu .mega-menu-toggle,
.site-footer .widget_maxmegamenu .mega-close {
    display: none !important;
}

.site-footer .widget_maxmegamenu #mega-menu-primary {
    display: grid !important;
    gap: 0.65rem;
}

.site-footer .widget_maxmegamenu #mega-menu-primary > li.mega-menu-item {
    display: block !important;
    float: none !important;
    width: 100%;
}

.site-footer .widget_maxmegamenu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: inline-flex !important;
    align-items: center;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: rgba(248, 243, 234, 0.86) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    white-space: normal !important;
}

.site-footer .widget_maxmegamenu #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link,
.site-footer .widget_maxmegamenu #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.site-footer .widget_maxmegamenu #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
    color: #ffffff !important;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0 1.25rem;
}

.landing-smart-section,
.landing-smart-benefits {
    width: min(calc(100% - 2rem), 1580px);
    margin: 0 auto;
}

.landing-smart-hero {
    width: 100%;
    margin: 0;
    padding: 0;
}

.landing-smart-hero__shell {
    display: grid;
    grid-template-columns: minmax(380px, 46vw) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(135deg, #f7fbff 0%, #eef3f8 36%, #d7e2ee 100%);
    box-shadow: 0 32px 60px rgba(56, 41, 28, 0.10);
    min-height: min(860px, calc(100vh - 82px));
}

.landing-smart-hero__content-wrap {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}

.landing-smart-hero__content {
    width: min(100%, 840px);
    padding: 5rem 2.8rem 3.5rem max(1rem, calc((100vw - 1580px) / 4 + 1rem));
    position: relative;
    z-index: 2;
}

.landing-smart-hero__content h1 {
    font-size: clamp(3rem, 6vw, 5.2rem);
    max-width: 8.5ch;
}

.landing-smart-hero__lead {
    max-width: 28rem;
    color: #4e534f;
    font-size: 1.15rem;
}

.landing-smart-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.landing-smart-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    color: #4f5953;
    font-size: 0.94rem;
    font-weight: 600;
}

.landing-smart-hero__trust li {
    position: relative;
    padding-left: 1.2rem;
}

.landing-smart-hero__trust li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--zs-accent);
}

.landing-smart-hero__visual {
    position: relative;
    min-height: min(860px, calc(100vh - 82px));
}

.landing-smart-hero__visual--form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    padding: clamp(2rem, 3vw, 2.75rem) clamp(1rem, 2.4vw, 2rem);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(145deg, #d9e4ef 0%, #c9d6e2 42%, #b8c6d4 100%);
}

.landing-smart-hero__form {
    width: 100%;
    max-width: 560px;
    min-width: 0;
    margin: 0 auto;
}

.landing-smart-hero__form.landing-smart-contact__form {
    padding: 1.35rem;
}

.landing-smart-hero__form .zsw-form,
.landing-smart-hero__form .zsw-form__grid {
    gap: 0.85rem;
}

.landing-smart-scene {
    position: relative;
    height: 100%;
    min-height: min(860px, calc(100vh - 82px));
    overflow: hidden;
}

.landing-smart-scene__image,
.landing-smart-realization__image,
.landing-smart-feature__image,
.landing-smart-side-card__image {
    background-size: cover;
    background-position: center;
}

.landing-smart-scene__image {
    position: absolute;
    inset: 0;
}

.landing-smart-scene__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(244, 248, 252, 0.98) 0%, rgba(244, 248, 252, 0.92) 10%, rgba(244, 248, 252, 0.32) 28%, rgba(34, 31, 28, 0.05) 55%, rgba(34, 31, 28, 0.22) 100%);
}

.landing-smart-phone {
    position: absolute;
    right: 3rem;
    top: 2.3rem;
    z-index: 2;
    width: 260px;
    padding: 0.8rem;
    border-radius: 36px;
    background: #181d1b;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.landing-smart-phone__screen {
    border-radius: 28px;
    padding: 1rem;
    background: linear-gradient(180deg, #171b1a 0%, #222927 100%);
    color: #f6f0e7;
}

.landing-smart-phone__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.92rem;
}

.landing-smart-phone__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.landing-smart-phone__grid div {
    padding: 0.8rem 0.65rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
}

.landing-smart-scene__card {
    position: absolute;
    z-index: 2;
    max-width: 250px;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 42px rgba(48, 36, 26, 0.12);
}

.landing-smart-scene__card strong {
    display: block;
    margin-bottom: 0.25rem;
}

.landing-smart-scene__card span {
    color: #5f655f;
    font-size: 0.92rem;
}

.landing-smart-scene__card--top {
    left: 1.4rem;
    top: 1.6rem;
}

.landing-smart-scene__card--bottom {
    left: 2rem;
    bottom: 2rem;
}

.landing-smart-benefits {
    padding: 0.9rem 0 0;
}

.landing-smart-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.landing-smart-benefit {
    min-height: 174px;
    padding: 1.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(30, 42, 36, 0.08);
    box-shadow: 0 18px 36px rgba(33, 36, 29, 0.05);
}

.landing-smart-benefit__icon {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #f6f8fb 0%, #edf2f7 100%);
    border: 1px solid rgba(29, 40, 51, 0.08);
    color: var(--zs-accent);
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.landing-smart-benefit h2 {
    font-size: 1.45rem;
    margin-bottom: 0.6rem;
}

.landing-smart-benefit p {
    color: #626861;
}

.landing-smart-section {
    padding: 4.5rem 0 0;
}

.landing-smart-section__header {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.landing-smart-section__header--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.landing-smart-section__header h2 {
    font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.landing-smart-section__lead {
    max-width: 58ch;
    margin-top: 0.9rem;
    color: #58616d;
}

.landing-smart-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-smart-inline-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    padding: 1.35rem 1.45rem;
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.94));
    border: 1px solid rgba(29, 40, 51, 0.08);
    box-shadow: var(--zs-shadow);
}

.landing-smart-inline-cta__copy h2 {
    margin: 0.35rem 0 0.55rem;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.landing-smart-inline-cta__copy p:not(.eyebrow) {
    color: #58616d;
    max-width: 58ch;
}

.landing-smart-inline-cta--strong {
    background: linear-gradient(150deg, #22312b 0%, #17211d 100%);
    border-color: rgba(255, 255, 255, 0.06);
}

.landing-smart-inline-cta--strong .eyebrow,
.landing-smart-inline-cta--strong h2 {
    color: #f8f3ea;
}

.landing-smart-inline-cta--strong .landing-smart-inline-cta__copy p:not(.eyebrow) {
    color: rgba(248, 243, 234, 0.82);
}

.landing-smart-inline-cta--strong .button {
    background: #fff;
    color: #17211d;
}

.landing-smart-scenarios {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-smart-scenario {
    min-height: 220px;
    padding: 1.4rem;
    border-radius: 26px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(243, 247, 251, 0.9));
    border: 1px solid rgba(29, 40, 51, 0.08);
    box-shadow: 0 18px 36px rgba(33, 36, 29, 0.05);
}

.landing-smart-scenario h3 {
    margin-bottom: 0.75rem;
    font-size: 1.32rem;
}

.landing-smart-scenario p {
    color: #58616d;
}

.landing-smart-feature {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    min-height: 280px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(30, 42, 36, 0.08);
    box-shadow: 0 18px 36px rgba(33, 36, 29, 0.05);
}

.landing-smart-feature__copy {
    padding: 1.4rem;
}

.landing-smart-feature__copy h3 {
    font-size: 1.6rem;
    margin-bottom: 0.65rem;
}

.landing-smart-feature__copy p {
    color: #5d635d;
}

.landing-smart-feature__image {
    min-height: 100%;
}

.landing-smart-feature__device,
.landing-smart-feature__phone-mini {
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #f8f3ea 0%, #efe5d7 100%);
}

.landing-smart-feature__device span {
    display: inline-grid;
    place-items: center;
    width: 130px;
    height: 130px;
    border-radius: 28px;
    background: #262a27;
    color: #f6efe5;
    font-size: 2rem;
    font-weight: 800;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.landing-smart-feature__phone-mini span {
    display: inline-grid;
    place-items: center;
    width: 120px;
    height: 220px;
    border-radius: 30px;
    background: #1c201d;
    color: #f5ecdf;
    font-size: 2rem;
    font-weight: 800;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
}

.landing-smart-section--process {
    padding-top: 5rem;
}

.landing-smart-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.landing-smart-process__item {
    position: relative;
    min-height: 230px;
    padding: 1.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(30, 42, 36, 0.08);
}

.landing-smart-process__item span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--zs-accent);
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.landing-smart-process__item h3 {
    font-size: 1.35rem;
    margin-bottom: 0.55rem;
}

.landing-smart-process__item p {
    color: #5b625b;
}

.landing-smart-section__split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.landing-smart-link {
    color: var(--zs-accent-deep);
    font-weight: 800;
}

.landing-smart-realizations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-smart-realization {
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(30, 42, 36, 0.08);
}

.landing-smart-realization__media,
.landing-smart-realization__image {
    aspect-ratio: 1.35 / 1;
}

.landing-smart-realization__media {
    position: relative;
    overflow: hidden;
    background: #0f1519;
}

.landing-smart-realization__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #0f1519;
}

.landing-smart-realization__youtube-poster,
.landing-smart-realization__youtube-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.landing-smart-realization__youtube-poster {
    background-size: cover;
    background-position: center;
}

.landing-smart-realization__youtube-frame {
    border: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    background: #0f1519;
}

.landing-smart-realization__play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: linear-gradient(180deg, rgba(10, 15, 18, 0.12) 0%, rgba(10, 15, 18, 0.36) 100%);
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.landing-smart-realization__play:hover {
    opacity: 0.94;
}

.landing-smart-realization__play-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(10, 15, 18, 0.24);
    position: relative;
}

.landing-smart-realization__play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.2rem solid var(--zs-ink);
}

.landing-smart-realization__media.is-started .landing-smart-realization__play {
    opacity: 0;
    pointer-events: none;
}

.landing-smart-realization__media.is-started .landing-smart-realization__youtube-poster {
    opacity: 0;
}

.landing-smart-realization__media.is-started .landing-smart-realization__youtube-frame {
    opacity: 1;
    pointer-events: auto;
}

.landing-smart-realization__body {
    padding: 1.2rem;
}

.landing-smart-realization__body h3 {
    font-size: 1.45rem;
    margin-bottom: 0.45rem;
}

.landing-smart-realization__body p {
    color: #5c625d;
}

.landing-smart-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 1rem;
    align-items: start;
}

.landing-smart-faq {
    display: grid;
    gap: 0.7rem;
}

.landing-smart-faq details {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(30, 42, 36, 0.08);
    padding: 1rem 1.2rem;
}

.landing-smart-faq summary {
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.landing-smart-faq summary::-webkit-details-marker {
    display: none;
}

.landing-smart-faq details p {
    margin-top: 0.8rem;
    color: #5f655f;
}

.landing-smart-side-card {
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(30, 42, 36, 0.08);
}

.landing-smart-side-card__image {
    min-height: 240px;
}

.landing-smart-side-card__body {
    padding: 1.25rem;
}

.landing-smart-side-card__body h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.landing-smart-side-card__body p {
    color: #5c625d;
}

.landing-smart-section--contact {
    padding-bottom: 3rem;
}

.landing-smart-contact {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.58fr);
    gap: 1.2rem;
    align-items: start;
}

.landing-smart-contact__intro {
    padding: 1rem 0;
}

.landing-smart-contact__intro h2 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    margin: 0.6rem 0 0.9rem;
}

.landing-smart-contact__intro p,
.landing-smart-contact__intro li {
    color: #5d645f;
}

.landing-smart-contact__intro ul {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.2rem;
}

.landing-smart-contact__form {
    padding: 1.45rem;
    border-radius: 28px;
    background: #262b29;
    color: #f7efe4;
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.18);
}

body.font-variant-sans .landing-smart-hero__content h1 {
    max-width: 9.5ch;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

body.font-variant-sans .landing-smart-benefit h2 {
    font-size: 1.35rem;
    line-height: 1.05;
}

body.font-variant-sans .landing-smart-section__header h2,
body.font-variant-sans .landing-smart-contact__intro h2 {
    letter-spacing: -0.055em;
    line-height: 0.96;
}

body.font-variant-sans .landing-smart-section__header h2 {
    font-size: clamp(2.15rem, 3.8vw, 3.55rem);
}

body.font-variant-sans .landing-smart-feature__copy h3,
body.font-variant-sans .landing-smart-side-card__body h3,
body.font-variant-sans .landing-smart-realization__body h3 {
    font-size: 1.42rem;
    line-height: 1.02;
}

body.font-variant-sans .landing-smart-process__item h3 {
    font-size: 1.28rem;
    line-height: 1.05;
}

body.font-variant-sans .landing-smart-hero__lead,
body.font-variant-sans .landing-smart-benefit p,
body.font-variant-sans .landing-smart-feature__copy p,
body.font-variant-sans .landing-smart-process__item p,
body.font-variant-sans .landing-smart-realization__body p,
body.font-variant-sans .landing-smart-contact__intro p,
body.font-variant-sans .landing-smart-contact__intro li {
    color: #566270;
}

.landing-smart-contact__form .wpcf7 label {
    color: #f5ede3;
}

.landing-smart-contact__form .zsw-form label {
    color: #f5ede3;
}

.landing-smart-contact__form .zsw-form__consent {
    color: rgba(245, 237, 227, 0.92);
}

.landing-smart-contact__form .zsw-form input,
.landing-smart-contact__form .zsw-form textarea,
.landing-smart-contact__form .wpcf7 input:not([type="submit"]),
.landing-smart-contact__form .wpcf7 textarea {
    border-color: rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.landing-smart-contact__form .zsw-form input::placeholder,
.landing-smart-contact__form .zsw-form textarea::placeholder,
.landing-smart-contact__form .wpcf7 input::placeholder,
.landing-smart-contact__form .wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.landing-smart-contact__form .zsw-form__submit,
.landing-smart-contact__form .wpcf7 input[type="submit"] {
    width: 100%;
}

.landing-smart-contact__form .zsw-form__consent input[type="checkbox"] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.landing-smart-contact__form .zsw-form-notice--success {
    background: #ecf7ee;
    color: #285033;
}

.landing-smart-contact__form .zsw-form-notice--error {
    background: #fceeee;
    color: #842d2d;
}

@media (max-width: 1100px) {
    .hero__grid,
    .split-panel,
    .contact-layout,
    .site-footer__grid,
    .modules-showcase__panel,
    .site-prefooter__card {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .post-grid,
    .timeline,
    .four-up {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefit-strip {
        grid-template-columns: 1fr;
    }

    .hero-showcase__notes {
        grid-template-columns: 1fr 1fr;
    }

    .landing-smart-section,
    .landing-smart-benefits {
        width: min(calc(100% - 1.2rem), 1580px);
    }

    .landing-smart-contact,
    .landing-smart-faq-layout {
        grid-template-columns: 1fr;
    }

    .landing-smart-hero__shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .landing-smart-hero__content-wrap {
        justify-content: stretch;
        padding-left: 0;
    }

    .landing-smart-hero__content {
        width: 100%;
        padding: 2.8rem 1.4rem 2rem;
    }

    .landing-smart-benefits__grid,
    .landing-smart-scenarios,
    .landing-smart-process,
    .landing-smart-realizations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-smart-features {
        grid-template-columns: 1fr 1fr;
    }

    .landing-smart-inline-cta {
        grid-template-columns: 1fr;
    }

    .modules-strips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .module-strip,
    .module-strip:nth-child(1),
    .module-strip:nth-child(2),
    .module-strip:nth-child(3),
    .module-strip:nth-child(4),
    .module-strip:nth-child(5),
    .module-strip:nth-child(6) {
        grid-column: auto;
    }

    .module-strip {
        grid-template-columns: 1fr;
        min-height: 0;
        overflow: hidden;
    }

    .module-strip__copy {
        max-width: none;
        padding-right: 0;
    }

    .module-strip__visual {
        min-height: 320px;
    }

    .module-strip__image,
    .module-strip__placeholder {
        right: -2.2rem;
        width: min(100%, 720px);
    }
}

@media (max-width: 820px) {
    .site-header {
        padding: 0.8rem 0;
    }

    .hero {
        padding-top: 2.5rem;
    }

    .hero h1 {
        max-width: none;
    }

    .interior-scene {
        min-height: 380px;
    }

    .hero-media-card__media {
        aspect-ratio: 4 / 5;
    }

    .hero-media-card__badge,
    .hero-media-card__glass {
        max-width: 250px;
    }

    .hero-showcase__scene {
        min-height: 420px;
    }

    .landing-smart-hero__visual,
    .landing-smart-scene {
        min-height: 560px;
    }

    .landing-smart-hero__visual--form {
        height: auto;
        min-height: auto;
        padding-top: 1rem;
    }

    .landing-smart-phone {
        right: 1rem;
        width: 220px;
    }

    .custom-logo {
        max-height: 48px;
    }

    .landing-smart-section__split {
        flex-direction: column;
        align-items: flex-start;
    }

    .modules-showcase__copy h3,
    .module-strip h3 {
        max-width: none;
    }

    .modules-showcase__visual,
    .modules-showcase__dashboard {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .site-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        row-gap: 0.75rem;
    }

    .site-header__brand {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
    }

    .site-header__brand .custom-logo {
        max-width: min(100%, 190px);
        height: auto;
    }

    .site-nav__cta {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .site-nav {
        display: block;
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin-left: 0;
        justify-self: stretch;
    }

    .site-nav__menu {
        display: block;
        gap: 0;
    }

    #mega-menu-wrap-primary {
        display: block !important;
        width: 100% !important;
        flex: none;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 18px !important;
        background: rgba(255, 253, 248, 0.96) !important;
        border: 1px solid rgba(30, 42, 36, 0.08) !important;
        box-shadow: var(--zs-shadow);
        padding-inline: 0.9rem;
        min-height: 50px;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:only-child {
        justify-content: center !important;
    }

    #mega-menu-wrap-primary .mega-toggle-blocks-left,
    #mega-menu-wrap-primary .mega-toggle-blocks-right {
        display: none !important;
    }

    #mega-menu-wrap-primary .mega-toggle-blocks-center {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .site-nav__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-height: 50px;
        padding-inline: 1rem;
        font-size: 0.95rem;
    }

    .site-social--header {
        display: none;
    }

}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 1.2rem), var(--zs-container));
    }

    .site-header__inner {
        width: min(calc(100% - 1.2rem), 1580px);
    }

    .home-slider__inner {
        width: min(calc(100% - 1.2rem), 1580px);
    }

    .page-section {
        padding: 4rem 0;
    }

    .feature-grid,
    .post-grid,
    .timeline,
    .four-up {
        grid-template-columns: 1fr;
    }

    .hero__actions,
    .quick-benefits,
    .hero__metrics {
        flex-direction: column;
    }

    .hero-showcase__notes {
        grid-template-columns: 1fr;
    }

    .button,
    .button--ghost {
        width: 100%;
    }

    .modules-strips {
        grid-template-columns: 1fr;
        margin-inline: calc(50% - 50vw);
        padding-inline: 0.75rem;
    }

    .site-prefooter__actions {
        flex-direction: column;
    }

    .zsw-form__grid {
        grid-template-columns: 1fr;
    }

    .hero__metrics li,
    .quick-benefits li {
        min-width: 0;
    }

    .site-brand__text span {
        display: none;
    }

    .content-card,
    .feature-card,
    .surface-card,
    .timeline__item,
    .post-card__body {
        padding: 1.2rem;
    }

    .feature-card {
        min-height: 220px;
    }

    .modules-showcase__copy h3 {
        max-width: none;
    }

    .modules-showcase__visual,
    .modules-showcase__dashboard {
        min-height: 320px;
    }

    .modules-showcase__control {
        width: 44px;
        height: 44px;
    }

    .modules-showcase__dots {
        bottom: 0.8rem;
    }

    .modules-showcase__screen {
        inset: 1rem;
        padding: 0.9rem;
    }

    .modules-showcase__widgets {
        grid-template-columns: 1fr;
    }

    .modules-showcase__badge {
        padding: 0.7rem 0.8rem;
    }

    .module-strip {
        padding: 1.2rem;
        border-radius: 28px;
    }

    .module-strip__visual {
        min-height: 250px;
    }

    .module-strip__image,
    .module-strip__placeholder {
        top: 0;
        right: -1.4rem;
        bottom: -1.1rem;
        width: min(96%, 460px);
        min-height: 100%;
        border-radius: 24px;
    }

    .module-strip__index {
        width: 42px;
        height: 42px;
        margin-bottom: 0.85rem;
    }

    .feature-card__art {
        right: -1.25rem;
        bottom: -1.5rem;
        width: 112px;
        height: 112px;
    }

    .entry-title {
        font-size: 2.2rem;
    }

    .hero-showcase__scene {
        min-height: 340px;
    }

    .hero-showcase__glass {
        max-width: 210px;
        padding: 0.8rem 0.9rem;
    }

    .hero-media-card__media {
        aspect-ratio: 5 / 6;
    }

    .hero-media-card__badge,
    .hero-media-card__glass {
        left: 0.85rem;
        right: auto;
        max-width: min(220px, calc(100% - 1.7rem));
        padding: 0.85rem 0.9rem;
    }

    .hero-media-card__badge {
        top: 0.85rem;
    }

    .hero-media-card__glass {
        bottom: 0.85rem;
    }

    .landing-smart-section,
    .landing-smart-benefits {
        width: min(calc(100% - 0.8rem), 1580px);
    }

    .landing-smart-benefits__grid,
    .landing-smart-features,
    .landing-smart-scenarios,
    .landing-smart-process,
    .landing-smart-realizations {
        grid-template-columns: 1fr;
    }

    .landing-smart-feature {
        grid-template-columns: 1fr;
    }

    .landing-smart-feature__image,
    .landing-smart-feature__device,
    .landing-smart-feature__phone-mini {
        min-height: 220px;
    }

    .landing-smart-hero__content h1 {
        max-width: none;
    }

    .landing-smart-hero__actions {
        flex-direction: column;
    }

    .landing-smart-phone {
        position: absolute;
        width: 180px;
        top: auto;
        bottom: 1rem;
        right: 1rem;
        padding: 0.55rem;
    }

    .landing-smart-phone__grid {
        gap: 0.45rem;
    }

    .landing-smart-phone__grid div {
        font-size: 0.7rem;
        padding: 0.55rem;
    }

    .landing-smart-scene__card {
        max-width: 180px;
        padding: 0.7rem 0.8rem;
    }

    .landing-smart-contact__form {
        padding: 1rem;
    }

    .landing-smart-hero__form {
        max-width: 100%;
    }
}
