/* Start custom CSS for html, class: .elementor-element-db9614f */.em-smart-glass {
    --esg-primary: #315d70;
    --esg-primary-dark: #193d4c;
    --esg-accent: #d9963e;
    --esg-accent-soft: #fff5e8;
    --esg-text: #222d33;
    --esg-muted: #5c6970;
    --esg-border: #dce5e8;
    --esg-bg: #f3f7f9;
    --esg-white: #ffffff;
    --esg-warning: #fff0ea;
    --esg-danger: #fff0f0;
    --esg-shadow: 0 14px 38px rgba(25, 61, 76, 0.09);

    max-width: 1120px;
    margin: 0 auto;
    color: var(--esg-text);
    font-size: 17px;
    line-height: 1.72;
}

.em-smart-glass *,
.em-smart-glass *::before,
.em-smart-glass *::after {
    box-sizing: border-box;
}

.em-smart-glass section[id] {
    scroll-margin-top: 90px;
}

.em-smart-glass h1,
.em-smart-glass h2,
.em-smart-glass h3 {
    color: var(--esg-primary-dark);
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.em-smart-glass h1 {
    max-width: 1000px;
    margin: 16px 0 22px;
    font-size: clamp(34px, 5vw, 58px);
}

.em-smart-glass h2 {
    margin: 58px 0 20px;
    font-size: clamp(27px, 3.4vw, 38px);
}

.em-smart-glass h3 {
    margin: 26px 0 12px;
    font-size: clamp(21px, 2.5vw, 27px);
}

.em-smart-glass p {
    margin: 0 0 18px;
}

.em-smart-glass ul,
.em-smart-glass ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.em-smart-glass li {
    margin-bottom: 9px;
}

.em-smart-glass a {
    color: var(--esg-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-smart-glass a:hover {
    color: var(--esg-primary-dark);
}

.em-smart-glass__hero {
    overflow: hidden;
    padding: clamp(28px, 5vw, 66px);
    border: 1px solid var(--esg-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 8%, rgba(217, 150, 62, 0.24), transparent 32%),
        linear-gradient(145deg, #f9fcfd 0%, #edf5f7 100%);
}

.em-smart-glass__eyebrow,
.em-smart-glass__cta-label,
.em-smart-glass__comparison-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--esg-accent-soft);
    color: #75490e;
    font-size: 14px;
    font-weight: 700;
}

.em-smart-glass__lead {
    max-width: 940px;
    color: #384b54;
    font-size: clamp(18px, 2vw, 22px);
}

.em-smart-glass__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.em-smart-glass__tags span {
    padding: 8px 13px;
    border: 1px solid rgba(49, 93, 112, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--esg-primary-dark);
    font-size: 14px;
    font-weight: 650;
}

.em-smart-glass__updated {
    margin: 22px 0 0;
    color: var(--esg-muted);
    font-size: 14px;
}

.em-smart-glass__answer {
    margin: 34px 0;
    padding: clamp(24px, 4vw, 38px);
    border-left: 6px solid var(--esg-accent);
    border-radius: 18px;
    background: var(--esg-accent-soft);
}

.em-smart-glass__answer h2 {
    margin-top: 0;
}

.em-smart-glass__answer p:last-child {
    margin-bottom: 0;
}

.em-smart-glass__contents {
    margin: 34px 0;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--esg-border);
    border-radius: 22px;
    background: var(--esg-white);
    box-shadow: var(--esg-shadow);
}

.em-smart-glass__contents h2 {
    margin-top: 0;
    font-size: 27px;
}

.em-smart-glass__contents ol {
    columns: 2;
    column-gap: 42px;
    margin-bottom: 0;
}

.em-smart-glass__contents li {
    break-inside: avoid;
    margin-bottom: 11px;
}

.em-smart-glass__intro-grid,
.em-smart-glass__wiring-grid,
.em-smart-glass__zone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-smart-glass__control-grid,
.em-smart-glass__scenario-grid,
.em-smart-glass__acceptance-grid,
.em-smart-glass__error-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-smart-glass__intro-grid article,
.em-smart-glass__wiring-grid article,
.em-smart-glass__zone-grid article,
.em-smart-glass__control-grid article,
.em-smart-glass__scenario-grid article,
.em-smart-glass__acceptance-grid article,
.em-smart-glass__error-grid article {
    padding: 22px;
    border: 1px solid var(--esg-border);
    border-radius: 18px;
    background: var(--esg-white);
}

.em-smart-glass__intro-grid h3,
.em-smart-glass__wiring-grid h3,
.em-smart-glass__control-grid h3,
.em-smart-glass__scenario-grid h3,
.em-smart-glass__acceptance-grid h3,
.em-smart-glass__error-grid h3 {
    margin-top: 0;
    font-size: 21px;
}

.em-smart-glass__zone-grid h3 {
    margin: 15px 0 10px;
    font-size: 21px;
}

.em-smart-glass__intro-grid p,
.em-smart-glass__wiring-grid p,
.em-smart-glass__zone-grid p,
.em-smart-glass__control-grid p,
.em-smart-glass__scenario-grid p,
.em-smart-glass__acceptance-grid p,
.em-smart-glass__error-grid p {
    margin-bottom: 0;
    color: var(--esg-muted);
    font-size: 15px;
    line-height: 1.58;
}

.em-smart-glass__zone-grid span {
    display: inline-grid;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    place-items: center;
    border-radius: 999px;
    background: var(--esg-primary);
    color: var(--esg-white);
    font-size: 13px;
    font-weight: 800;
}

.em-smart-glass__table-wrap {
    overflow-x: auto;
    margin: 26px 0;
    border: 1px solid var(--esg-border);
    border-radius: 18px;
    background: var(--esg-white);
    -webkit-overflow-scrolling: touch;
}

.em-smart-glass table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}

.em-smart-glass th,
.em-smart-glass td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--esg-border);
    text-align: left;
    vertical-align: top;
}

.em-smart-glass th {
    background: #eaf3f6;
    color: var(--esg-primary-dark);
    font-size: 15px;
}

.em-smart-glass tr:last-child td {
    border-bottom: 0;
}

.em-smart-glass__states {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.em-smart-glass__states article {
    padding: 26px;
    border: 1px solid var(--esg-border);
    border-radius: 20px;
    background: var(--esg-white);
}

.em-smart-glass__state {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 750;
}

.em-smart-glass__state--off {
    background: #eef1f3;
    color: #45545c;
}

.em-smart-glass__state--on {
    background: #e7f7ee;
    color: #216a43;
}

.em-smart-glass__states h3 {
    margin: 16px 0 12px;
}

.em-smart-glass__comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.em-smart-glass__comparison article {
    padding: 26px;
    border: 1px solid var(--esg-border);
    border-radius: 20px;
    background: var(--esg-white);
}

.em-smart-glass__comparison h3 {
    margin: 16px 0 12px;
}

.em-smart-glass__flow {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 28px 0;
    padding: 24px;
    border-radius: 18px;
    background: var(--esg-bg);
}

.em-smart-glass__flow > div {
    min-width: 185px;
    padding: 18px;
    border: 1px solid var(--esg-border);
    border-radius: 15px;
    background: var(--esg-white);
    text-align: center;
}

.em-smart-glass__flow span {
    display: grid;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    place-items: center;
    border-radius: 50%;
    background: var(--esg-primary);
    color: var(--esg-white);
    font-size: 13px;
    font-weight: 800;
}

.em-smart-glass__flow p {
    margin: 7px 0 0;
    color: var(--esg-muted);
    font-size: 14px;
}

.em-smart-glass__flow > b {
    color: var(--esg-accent);
    font-size: 24px;
    font-weight: 800;
}

.em-smart-glass__checklist {
    padding-left: 0;
    list-style: none;
}

.em-smart-glass__checklist li {
    position: relative;
    padding: 15px 17px 15px 47px;
    border-bottom: 1px solid var(--esg-border);
}

.em-smart-glass__checklist li::before {
    content: "✓";
    position: absolute;
    top: 14px;
    left: 13px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--esg-primary);
    color: var(--esg-white);
    font-size: 14px;
    font-weight: 800;
}

.em-smart-glass__note,
.em-smart-glass__warning,
.em-smart-glass__danger {
    margin: 28px 0;
    padding: 21px 23px;
    border-radius: 16px;
}

.em-smart-glass__note {
    border: 1px solid #bfd6df;
    background: #eef7f9;
}

.em-smart-glass__warning {
    border: 1px solid #ebc6b7;
    background: var(--esg-warning);
}

.em-smart-glass__danger {
    border: 1px solid #e2b1b1;
    background: var(--esg-danger);
    font-weight: 650;
}

.em-smart-glass__steps {
    margin: 28px 0;
    padding: 0;
    list-style: none;
    counter-reset: esg-step;
}

.em-smart-glass__steps li {
    position: relative;
    min-height: 58px;
    margin-bottom: 12px;
    padding: 15px 18px 15px 66px;
    border: 1px solid var(--esg-border);
    border-radius: 15px;
    background: var(--esg-white);
    counter-increment: esg-step;
}

.em-smart-glass__steps li::before {
    content: counter(esg-step);
    position: absolute;
    top: 13px;
    left: 15px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: var(--esg-primary);
    color: var(--esg-white);
    font-size: 14px;
    font-weight: 800;
}

.em-smart-glass__norms {
    margin: 52px 0;
    padding: clamp(26px, 5vw, 44px);
    border-radius: 24px;
    background: var(--esg-bg);
}

.em-smart-glass__norms h2 {
    margin-top: 0;
}

.em-smart-glass__cta {
    margin: 58px 0;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 10%, rgba(217, 150, 62, 0.3), transparent 30%),
        var(--esg-primary-dark);
    color: var(--esg-white);
}

.em-smart-glass__cta-content {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr);
    gap: 38px;
    align-items: center;
}

.em-smart-glass__cta h2,
.em-smart-glass__cta h3 {
    color: var(--esg-white);
}

.em-smart-glass__cta h2 {
    margin-top: 14px;
}

.em-smart-glass__cta a {
    text-decoration: none;
}

.em-smart-glass__cta-buttons {
    display: grid;
    gap: 12px;
}

.em-smart-glass__button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    text-align: center;
    font-weight: 750;
    transition: transform 0.18s ease;
}

.em-smart-glass__button:hover {
    transform: translateY(-1px);
}

.em-smart-glass__button:focus-visible,
.em-smart-glass summary:focus-visible,
.em-smart-glass a:focus-visible {
    outline: 3px solid rgba(217, 150, 62, 0.55);
    outline-offset: 3px;
}

.em-smart-glass__button--primary {
    background: var(--esg-accent);
    color: #302008;
}

.em-smart-glass__button--secondary {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.09);
    color: var(--esg-white);
}

.em-smart-glass__button--link {
    color: var(--esg-white);
}

.em-smart-glass__faq {
    margin-bottom: 40px;
}

.em-smart-glass__faq-list {
    display: grid;
    gap: 12px;
}

.em-smart-glass__faq details {
    overflow: hidden;
    border: 1px solid var(--esg-border);
    border-radius: 15px;
    background: var(--esg-white);
}

.em-smart-glass__faq summary {
    position: relative;
    padding: 18px 50px 18px 20px;
    cursor: pointer;
    color: var(--esg-primary-dark);
    font-weight: 750;
    list-style: none;
}

.em-smart-glass__faq summary::-webkit-details-marker {
    display: none;
}

.em-smart-glass__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 400;
}

.em-smart-glass__faq details[open] summary::after {
    content: "−";
}

.em-smart-glass__faq details > div {
    padding: 0 20px 18px;
}

.em-smart-glass__faq details p {
    margin: 0;
    color: var(--esg-muted);
}

@media (max-width: 1020px) {
    .em-smart-glass__intro-grid,
    .em-smart-glass__wiring-grid,
    .em-smart-glass__zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-smart-glass__control-grid,
    .em-smart-glass__scenario-grid,
    .em-smart-glass__acceptance-grid,
    .em-smart-glass__error-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-smart-glass__cta-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .em-smart-glass {
        font-size: 16px;
        line-height: 1.67;
    }

    .em-smart-glass h2 {
        margin-top: 44px;
    }

    .em-smart-glass__hero {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .em-smart-glass__contents ol {
        columns: 1;
    }

    .em-smart-glass__intro-grid,
    .em-smart-glass__wiring-grid,
    .em-smart-glass__zone-grid,
    .em-smart-glass__control-grid,
    .em-smart-glass__scenario-grid,
    .em-smart-glass__acceptance-grid,
    .em-smart-glass__error-grid,
    .em-smart-glass__states,
    .em-smart-glass__comparison {
        grid-template-columns: 1fr;
    }

    .em-smart-glass__flow {
        flex-direction: column;
    }

    .em-smart-glass__flow > b {
        transform: rotate(90deg);
    }

    .em-smart-glass__answer,
    .em-smart-glass__contents,
    .em-smart-glass__norms,
    .em-smart-glass__cta {
        border-radius: 17px;
    }

    .em-smart-glass th,
    .em-smart-glass td {
        padding: 14px;
    }
}

@media (max-width: 420px) {
    .em-smart-glass__tags span {
        width: 100%;
        justify-content: center;
    }

    .em-smart-glass__button {
        width: 100%;
    }

    .em-smart-glass__steps li {
        padding-right: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .em-smart-glass__button {
        transition: none;
    }
}/* End custom CSS */