* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    background: #efefef;
    color: #111;
}

html {
    overflow-y: scroll;
}

body {
    min-width: 1400px;
}

    body.is-modal-open {
        overflow: hidden;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

#wrap {
    width: 100%;
    background: #efefef;
    overflow: hidden;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

    #header #hd {
        position: relative;
        height: 100px;
        background: rgba(255, 255, 255, 0.62) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.03);
    }

        #header #hd::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.05);
            pointer-events: none;
        }

#hd .container {
    height: 100%;
}

.header-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    flex: 0 0 auto;
    margin: 0;
}

    .logo a {
        display: inline-flex;
        align-items: center;
    }

    .logo img {
        display: block;
        height: auto;
        max-height: 38px;
    }

.gnb {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.gnb-list {
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .gnb-list a {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.03em;
        color: #111;
    }

.header-utils {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-btn {
    position: relative;
    width: 24px;
    height: 24px;
}

.icon-search::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 2px solid #111;
    border-radius: 50%;
}

.icon-search::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 8px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center;
}

.icon-menu::before,
.icon-menu span,
.icon-menu::after {
    content: "";
    position: absolute;
    left: 4px;
    width: 16px;
    height: 2px;
    background: #111;
    border-radius: 2px;
}

.icon-menu::before {
    top: 5px;
}

.icon-menu span {
    top: 11px;
}

.icon-menu::after {
    top: 17px;
}

#content {
    width: 100%;
}

.main-page {
    width: 100%;
    background: #fff;
}

.main-page__inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.main-visual {
    position: relative;
    width: 100%;
    background: #eef4f4;
    overflow: hidden;
}

.main-visual__hero {
    position: relative;
    width: 100%;
    aspect-ratio: 2088 / 1193;
    min-height: 760px;
    overflow: hidden;
}

.main-visual__bg {
    position: absolute;
    inset: 0;
}

    .main-visual__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.main-visual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 20%, rgba(255,255,255,0) 48%), linear-gradient(to top, rgba(237,246,246,0.08) 0%, rgba(237,246,246,0) 20%);
    pointer-events: none;
}

.main-visual__content {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.main-copy {
    position: absolute;
    left: 9.7%;
    top: 15.5%;
}

.main-copy__title {
    margin: 0;
    color: #000;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

    .main-copy__title strong {
        display: block;
        font-size: clamp(56px, 4.4vw, 84px);
        font-weight: 800;
    }

    .main-copy__title span {
        display: block;
        font-size: clamp(52px, 4vw, 76px);
        font-weight: 300;
    }

.main-service {
    position: absolute;
    left: 9.8%;
    top: 43%;
    display: flex;
    gap: 1.5%;
    width: 70.8%;
}

.main-service__item {
    flex: 1 1 0;
}

.main-service__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(149px, 6vw, 118px);
    border-radius: 14px;
    background: rgba(232, 239, 239, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

    .main-service__link::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.08) 100% );
        pointer-events: none;
    }

    .main-service__link span {
        position: relative;
        z-index: 1;
        font-size: clamp(18px, 1.2vw, 24px);
        font-weight: 500;
        letter-spacing: -0.03em;
        color: #222;
        transition: color 0.2s ease;
    }

.main-service__item:hover .main-service__link,
.main-service__item:focus-within .main-service__link {
    transform: translateY(-2px);
    border-color: #45dde0;
    box-shadow: 0 0 0 1px rgba(69, 221, 224, 0.25), 0 10px 24px rgba(0, 0, 0, 0.05);
}

    .main-service__item:hover .main-service__link span,
    .main-service__item:focus-within .main-service__link span {
        color: #14b9bc;
    }

.main-quick {
    position: absolute;
    right: 2.7%;
    bottom: 4.8%;
    z-index: 3;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #eef4f5 45%, #cddbdd 100%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

    .main-quick::before {
        content: "";
        position: absolute;
        inset: 8px;
        border-radius: 50%;
        background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(227,236,239,0.96));
    }

.main-quick__img {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.service-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 120px 40px 80px;
    background: rgba(0, 0, 0, 0.08);
}

    .service-modal.is-open {
        display: flex;
    }

.service-modal__dialog {
    position: relative;
    width: min(100%, 1140px);
    background: rgba(245, 245, 245, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
    padding: 34px 48px 36px;
}

.service-modal__close {
    position: absolute;
    right: -34px;
    top: 2px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 0;
}

    .service-modal__close::before,
    .service-modal__close::after {
        content: "";
        position: absolute;
        left: 13px;
        top: 3px;
        width: 2px;
        height: 22px;
        border-radius: 2px;
        background: #fff;
    }

    .service-modal__close::before {
        transform: rotate(45deg);
    }

    .service-modal__close::after {
        transform: rotate(-45deg);
    }

.service-modal__title {
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    color: #000;
    letter-spacing: -0.04em;
}

.service-modal__subtitle {
    margin: 6px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.03em;
}

.service-modal__desc {
    margin: 28px auto 0;
    max-width: 820px;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #5a5a5a;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.service-modal__feature-wrap {
    position: relative;
    margin-top: 18px;
    padding: 0 24px;
}

.service-modal__nav {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    opacity: 0.5;
}

    .service-modal__nav::before {
        content: "";
        position: absolute;
        inset: 0;
        border-top: 2px solid #a8a8a8;
        border-left: 2px solid #a8a8a8;
    }

.service-modal__nav--prev {
    left: -2px;
    transform: rotate(-45deg);
}

.service-modal__nav--next {
    right: -2px;
    transform: rotate(135deg);
}

.service-modal__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 12px;
}

.service-modal__feature {
    min-height: 47px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: #222;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.service-modal__effect-title {
    margin: 24px 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
}

.service-modal__effects {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.service-modal__effect {
    min-height: 122px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    background: #f3f3f3;
    padding: 14px 10px 12px;
    text-align: center;
}

.service-modal__icon {
    position: relative;
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
}

.service-modal__effect p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.icon-folder::before,
.icon-folder::after,
.icon-clock::before,
.icon-clock::after,
.icon-chart::before,
.icon-chart::after,
.icon-network::before,
.icon-network::after,
.icon-pie::before,
.icon-pie::after,
.icon-head::before,
.icon-head::after {
    content: "";
    position: absolute;
}

.icon-folder::before {
    left: 8px;
    top: 18px;
    width: 40px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(135deg, rgba(58, 220, 223, 0.95), rgba(220, 220, 220, 0.72));
    box-shadow: 0 6px 12px rgba(72, 209, 210, 0.18);
}

.icon-folder::after {
    left: 12px;
    top: 12px;
    width: 20px;
    height: 10px;
    border-radius: 4px 4px 0 0;
    background: #46dde0;
}

.icon-folder span {
    position: absolute;
    left: 9px;
    bottom: 10px;
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #46dde0, #b8c5c6);
}

.icon-clock::before {
    left: 10px;
    top: 15px;
    width: 42px;
    height: 6px;
    border-radius: 999px;
    border-top: 4px dotted #46dde0;
}

.icon-clock::after {
    right: 10px;
    bottom: 10px;
    width: 23px;
    height: 23px;
    border: 4px solid #bfc7c9;
    border-top-color: #46dde0;
    border-radius: 50%;
}

.icon-clock span::before,
.icon-clock span::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 2px;
    border-radius: 2px;
    background: #7c8b8d;
    transform-origin: bottom center;
}

.icon-clock span::before {
    height: 8px;
    transform: rotate(0deg);
}

.icon-clock span::after {
    height: 6px;
    transform: rotate(55deg);
}

.icon-chart::before {
    left: 9px;
    bottom: 11px;
    width: 14px;
    height: 26px;
    border-radius: 7px 7px 0 0;
    background: #d8d8d8;
}

.icon-chart::after {
    left: 28px;
    bottom: 11px;
    width: 14px;
    height: 38px;
    border-radius: 7px 7px 0 0;
    background: #46dde0;
    box-shadow: 19px 0 0 0 #c8c8c8;
}

.icon-chart span {
    position: absolute;
    left: 12px;
    top: 8px;
    width: 22px;
    height: 22px;
    border: 6px solid #cfcfcf;
    border-radius: 50%;
    box-shadow: 16px 16px 0 -8px rgba(70, 221, 224, 0.7);
}

.icon-network::before {
    inset: 22px;
    border-radius: 12px;
    background: radial-gradient(circle, rgba(70, 221, 224, 0.95) 0%, rgba(196, 196, 196, 0.45) 70%);
    box-shadow: 0 0 0 8px rgba(70, 221, 224, 0.08);
}

.icon-network::after {
    left: 10px;
    right: 10px;
    top: 30px;
    height: 2px;
    background: #7fd9db;
    box-shadow: 0 -14px 0 0 #7fd9db, 0 14px 0 0 #7fd9db;
}

.icon-network span::before,
.icon-network span::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #7fd9db;
}

.icon-network span::before {
    left: 18px;
    box-shadow: 26px 0 0 0 #7fd9db;
}

.icon-network span::after {
    left: 44px;
}

.icon-network i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #46dde0;
    box-shadow: 0 14px 0 0 #46dde0, 0 28px 0 0 #46dde0, 13px -14px 0 0 #46dde0, 13px 0 0 0 #46dde0, 13px 14px 0 0 #46dde0, 26px -14px 0 0 #46dde0, 26px 0 0 0 #46dde0, 26px 14px 0 0 #46dde0;
    left: 8px;
    top: 16px;
}

.icon-pie::before {
    left: 13px;
    top: 11px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d7d7d7;
    box-shadow: inset -9px -6px 0 rgba(70, 221, 224, 0.28);
}

.icon-pie::after {
    left: 26px;
    top: 12px;
    width: 20px;
    height: 36px;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(180deg, rgba(70,221,224,0.95), rgba(191,191,191,0.7));
    transform: rotate(42deg);
    transform-origin: left center;
}

.icon-head::before {
    left: 17px;
    top: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dadada;
}

.icon-head::after {
    left: 13px;
    bottom: 9px;
    width: 34px;
    height: 24px;
    border-radius: 18px 18px 14px 14px;
    background: #dadada;
}

.icon-head span::before,
.icon-head span::after {
    content: "";
    position: absolute;
    background: #46dde0;
    border-radius: 50%;
}

.icon-head span::before {
    right: 8px;
    top: 11px;
    width: 10px;
    height: 10px;
    box-shadow: -4px 10px 0 -2px rgba(70, 221, 224, 0.85);
}

.icon-head span::after {
    right: 3px;
    top: 4px;
    width: 8px;
    height: 8px;
    box-shadow: -7px 7px 0 -2px rgba(70, 221, 224, 0.6);
}

.footer-section {
    position: relative;
    width: 100%;
    background: #efefef;
    z-index: 10;
}

#footerArea {
    background: #efefef;
}

#footer {
    background: #efefef !important;
}

    #footer .container {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 30px;
    }

    #footer address {
        margin: 0;
    }

    #footer .add-bot {
        min-height: 110px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        padding: 16px 0 16px;
    }

        #footer .add-bot.pt0 {
            padding-top: 16px;
        }

    #footer p {
        flex: 1 1 auto;
        margin: 0;
        font-size: 12px;
        line-height: 1.6;
        color: #7a7a7a;
        letter-spacing: -0.02em;
    }

    #footer em {
        flex: 0 0 auto;
        font-style: normal;
        font-size: 12px;
        color: #7a7a7a;
        white-space: nowrap;
    }

@media (max-width: 1600px) {
    body {
        min-width: 1280px;
    }

    .main-copy {
        left: 8.5%;
        top: 14.8%;
    }

    .main-service {
        left: 8.5%;
        top: 41.5%;
        width: 74%;
    }
}

@media (max-width: 1366px) {
    body {
        min-width: 1200px;
    }

    .main-visual__hero {
        min-height: 700px;
    }
}

.service-modal__features--qmes {
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

    .service-modal__features--qmes .service-modal__feature {
        min-height: 82px;
        padding: 12px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

.service-modal__effects--qmes {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.service-modal__effect--wide {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 16px 18px;
    text-align: left;
}

    .service-modal__effect--wide .service-modal__icon {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        margin: 0;
    }

    .service-modal__effect--wide p {
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }

.service-modal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
}

    .service-modal__icon img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.service-modal__features--qmes {
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

    .service-modal__features--qmes .service-modal__feature {
        min-height: 82px;
        padding: 12px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

.service-modal__effects--qmes {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.service-modal__effect--wide {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 16px 18px;
    text-align: left;
}

    .service-modal__effect--wide .service-modal__icon {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        margin: 0;
    }

    .service-modal__effect--wide p {
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }

.service-modal__dialog--ai {
    padding: 30px 48px 38px;
}

.service-modal__desc--ai {
    max-width: 920px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.85;
}

.service-modal__feature-wrap--ai {
    margin-top: 18px;
    padding: 0 24px;
}

.service-modal__features--ai {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

    .service-modal__features--ai .service-modal__feature {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.4;
    }

.service-modal__feature--dots {
    background: transparent;
    border: 0;
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #444;
    min-height: 42px;
    padding: 0;
}

.service-modal__effect-title--ai {
    margin-top: 28px;
    margin-bottom: 18px;
}

.ai-solution-diagram {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 250px;
}

.ai-solution-diagram__left {
    position: relative;
    flex: 0 0 41%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-solution-diagram__item {
    height: 54px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: #222;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.ai-solution-diagram__middle {
    position: relative;
    flex: 0 0 20%;
    height: 230px;
}

.ai-solution-diagram__line,
.ai-solution-diagram__trunk {
    position: absolute;
    background: #cfcfcf;
}

.ai-solution-diagram__line {
    left: 0;
    width: 56px;
    height: 2px;
}

.ai-solution-diagram__line--1 {
    top: 36px;
}

.ai-solution-diagram__line--2 {
    top: 97px;
}

.ai-solution-diagram__line--3 {
    top: 158px;
}

.ai-solution-diagram__line--4 {
    top: 219px;
}

.ai-solution-diagram__trunk {
    left: 56px;
    top: 36px;
    width: 2px;
    height: 185px;
}

.ai-solution-diagram__arrow {
    position: absolute;
    right: 10px;
    top: 126px;
    width: 64px;
    height: 2px;
    background: #46dde0;
}

    .ai-solution-diagram__arrow::after {
        content: "";
        position: absolute;
        right: 0;
        top: -4px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #46dde0;
        border-right: 2px solid #46dde0;
        transform: rotate(45deg);
    }

.ai-solution-diagram__right {
    flex: 0 0 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zero-defect-orbit {
    position: relative;
    width: 330px;
    height: 250px;
}

.zero-defect-orbit__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 236px;
    height: 236px;
    transform: translate(-50%, -50%);
    border: 1px solid #d6d6d6;
    border-radius: 50%;
}

.zero-defect-orbit__center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 124px;
    height: 124px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #3f4450 0%, #141823 58%, #000 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.03em;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.zero-defect-orbit__node {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f3f3f3;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    color: #222;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.zero-defect-orbit__node--top {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}

.zero-defect-orbit__node--left {
    left: -14px;
    bottom: 8px;
}

.zero-defect-orbit__node--right {
    right: -14px;
    bottom: 8px;
}

.zero-defect-orbit__mark {
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #46dde0;
    border-right: 2px solid #46dde0;
}

.zero-defect-orbit__mark--lt {
    left: 10px;
    top: 103px;
    transform: rotate(135deg);
}

.zero-defect-orbit__mark--rt {
    right: 10px;
    top: 103px;
    transform: rotate(-45deg);
}

.zero-defect-orbit__mark--bt {
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%) rotate(45deg);
}

.quick-contact-modal {
    justify-content: flex-end;
    align-items: center;
    padding: 120px 10.6% 80px 40px;
    background: transparent;
}

.quick-contact-modal .quick-contact-modal__dialog {
    width: 460px;
    max-height: calc(100vh - 160px);
    padding: 0;
    overflow: hidden auto;
    border: 0;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.12);
}

.quick-contact-modal__head {
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 58px 0 36px;
    border-bottom: 1px solid #e5e5e5;
}

.quick-contact-modal__title {
    margin: 0;
    color: #15191f;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.quick-contact-modal__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    color: transparent;
    font-size: 0;
}

.quick-contact-modal__close::before,
.quick-contact-modal__close::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 7px;
    width: 2px;
    height: 16px;
    border-radius: 2px;
    background: #15191f;
}

.quick-contact-modal__close::before {
    transform: rotate(45deg);
}

.quick-contact-modal__close::after {
    transform: rotate(-45deg);
}

.quick-contact-modal__body {
    padding: 26px 36px 28px;
}

.quick-contact-modal__message {
    display: block;
    margin: 0 0 14px;
    padding: 11px 12px;
    border: 1px solid #dceeee;
    border-radius: 6px;
    background: #f5fbfb;
    color: #168f91;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}

.quick-contact-form {
    display: grid;
    gap: 18px;
}

.quick-contact-form__field {
    display: grid;
    gap: 9px;
}

.quick-contact-form__label {
    color: #1e2329;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.quick-contact-form__label span {
    color: #14aeb0;
}

.quick-contact-form__input,
.quick-contact-form__textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quick-contact-form__input {
    height: 48px;
    padding: 0 16px;
}

.quick-contact-form__textarea {
    min-height: 90px;
    padding: 13px 16px;
    line-height: 1.55;
    resize: vertical;
}

.quick-contact-form__input:focus,
.quick-contact-form__textarea:focus {
    border-color: #19c5c7;
    box-shadow: 0 0 0 3px rgba(25, 197, 199, 0.14);
}

.quick-contact-form__submit {
    width: 100%;
    height: 54px;
    margin-top: 26px;
    border: 0;
    border-radius: 12px;
    background: #15191f;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.quick-contact-form__submit:hover,
.quick-contact-form__submit:focus {
    background: #14aeb0;
}
