/*
 * 오목눈이 랜딩페이지 전용 보정 스타일임.
 * 기존 landing base kit의 구조는 유지하되 오목눈이 서비스 성격, OAuth-only signing, 로고, 연구도구형 미감을 보강함.
 */
:root {
    --xen-omoknuni-primary-color: #7c3aed;
    --xen-omoknuni-primary-hover-color: #6d28d9;
    --xen-omoknuni-panel-background-color: #ffffff;
    --xen-omoknuni-soft-background-color: #f8f7fc;
    --xen-omoknuni-border-color: #e7e5f0;
    --xen-omoknuni-text-primary-color: #111827;
    --xen-omoknuni-text-secondary-color: #4b5563;
}

.xen_omoknuni-landing-body {
    background: #fcfcfd;
}

.xen_omoknuni-landing-brandmark,
.xen_omoknuni-footer-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

/* .navbar-area.sticky .xen_omoknuni-landing-brandmark { */
.navbar-area .xen_omoknuni-landing-brandmark {
    width: 76px;
    height: 76px;
}

.xen_omoknuni-landing-signingcta,
.xen_omoknuni-hero-primarybutton {
    background: var(--xen-omoknuni-primary-color) !important;
    border-color: var(--xen-omoknuni-primary-color) !important;
    color: #ffffff !important;
}

.xen_omoknuni-landing-signingcta:hover,
.xen_omoknuni-landing-signingcta:focus,
.xen_omoknuni-hero-primarybutton:hover,
.xen_omoknuni-hero-primarybutton:focus {
    background: var(--xen-omoknuni-primary-hover-color) !important;
    border-color: var(--xen-omoknuni-primary-hover-color) !important;
}

.xen_omoknuni-landing-signingnavitem {
    display: flex;
    align-items: center;
    margin-left: 14px;
}

.xen_omoknuni-landing-signingnavitem .xen_omoknuni-landing-signingcta {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .xen_omoknuni-landing-signingnavitem {
        margin: 12px 0 4px;
        padding: 0 16px;
    }

    .xen_omoknuni-landing-signingnavitem .xen_omoknuni-landing-signingcta {
        width: 100%;
        justify-content: center;
    }
}

.xen_omoknuni-hero-section {
    background: linear-gradient(135deg, #3b0764 0%, #7c3aed 58%, #be185d 100%);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-left: 6px;
    margin-right: 6px;
}

.xen_omoknuni-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.xen_omoknuni-hero-secondarybutton {
    border-color: rgba(255, 255, 255, 0.82) !important;
    color: #ffffff !important;
}

.xen_omoknuni-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.xen_omoknuni-hero-badges span {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.xen_omoknuni-product-preview-card {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    margin-left: auto;
    margin-bottom: 2.4rem;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.xen_omoknuni-product-preview-header,
.xen_omoknuni-product-preview-grid,
.xen_omoknuni-product-preview-bars {
    display: flex;
    gap: 12px;
    align-items: center;
}

.xen_omoknuni-product-preview-header {
    justify-content: space-between;
    color: var(--xen-omoknuni-text-secondary-color);
    font-size: 13px;
}

.xen_omoknuni-product-preview-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
}

.xen_omoknuni-product-preview-grid {
    margin-top: 18px;
}

.xen_omoknuni-product-preview-grid div {
    flex: 1;
    padding: 16px;
    border-radius: 16px;
    background: #f8f7fc;
    border: 1px solid var(--xen-omoknuni-border-color);
}

.xen_omoknuni-product-preview-grid p {
    font-size: 12px;
    color: #7c8191;
    margin-bottom: 4px;
}

.xen_omoknuni-product-preview-grid strong {
    font-size: 26px;
    color: var(--xen-omoknuni-text-primary-color);
}

.xen_omoknuni-product-preview-transcript {
    margin-top: 18px;
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--xen-omoknuni-border-color);
}

.xen_omoknuni-product-preview-transcript p {
    font-size: 14px;
    color: var(--xen-omoknuni-text-secondary-color);
    line-height: 1.7;
}

.xen_omoknuni-product-preview-transcript mark {
    background: #e6d7ff;
    color: #4c1d95;
    border-radius: 6px;
    padding: 0 4px;
}

.xen_omoknuni-product-preview-bars {
    margin-top: 18px;
    flex-direction: column;
    align-items: stretch;
}

.xen_omoknuni-product-preview-bars span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c3aed, #be185d);
}

.xen_omoknuni-signingmodal-panecontainer-oauthonly {
    min-height: auto;
}

.xen_omoknuni-signingmodal-shell {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 36px;
}
.xen_omoknuni-signingmodal-shell li,
.xen_omoknuni-signingmodal-shell div,
.xen_omoknuni-signingmodal-shell span,
.xen_omoknuni-signingmodal-shell p {
    font-size: 1.0rem;
}


.xen_omoknuni-signingmodal-hero,
.xen_omoknuni-signingmodal-card {
    position: relative;
    z-index: 1;
}

.xen_omoknuni-signingmodal-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.64);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 18px 50px rgba(46, 16, 101, 0.18);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.xen_omoknuni-signingmodal-sectiontitle {
    font-size: 18px;
    font-weight: 800;
    color: var(--xen-omoknuni-text-primary-color);
    margin-bottom: 8px;
}

.xen_omoknuni-signingmodal-sectiontext,
.xen_omoknuni-signingmodal-legalnote {
    font-size: 14px;
    line-height: 1.7;
    color: var(--xen-omoknuni-text-secondary-color);
}

.xen_omoknuni-signingmodal-oauthstack-primary {
    margin-top: 22px;
}

.xen_omoknuni-signingmodal-oauthbutton-apple {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
}

.xen_omoknuni-signingmodal-oauthbutton-apple:hover,
.xen_omoknuni-signingmodal-oauthbutton-apple:focus {
    background: #000000;
    color: #ffffff;
}

.xen_omoknuni-signingmodal-oauthmedia-apple svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.xen_omoknuni-signingmodal-inlinebutton {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--xen-omoknuni-primary-color);
    font-weight: 700;
}

.xen_omoknuni-research-flow-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.xen_omoknuni-flow-card,
.xen_omoknuni-screen-card {
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid var(--xen-omoknuni-border-color);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
}

.xen_omoknuni-flow-card strong {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #ede9fe;
    color: var(--xen-omoknuni-primary-color);
    margin-bottom: 16px;
}

.xen_omoknuni-flow-card span,
.xen_omoknuni-screen-card h3 {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--xen-omoknuni-text-primary-color);
    margin-bottom: 8px;
}

.xen_omoknuni-flow-card p,
.xen_omoknuni-screen-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--xen-omoknuni-text-secondary-color);
}

.xen_omoknuni-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: var(--xen-omoknuni-text-secondary-color);
    font-size: 16px;
}

.xen_omoknuni-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--xen-omoknuni-primary-color);
    box-shadow: 0 0 0 5px #ede9fe;
}

.xen_omoknuni-workflow-section {
    background: #ffffff;
}

#workflow .row > .col-lg-4 {
    display: flex;
}

#workflow .xen_omoknuni-screen-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.xen_omoknuni-screen-card .xen_omoknuni-mini-chart,
.xen_omoknuni-screen-card .xen_omoknuni-highlight-lines,
.xen_omoknuni-screen-card .xen_omoknuni-network-dots {
    flex: 0 0 auto;
}

.xen_omoknuni-mini-chart {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 118px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 18px;
    background: #f8f7fc;
}

.xen_omoknuni-mini-chart span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #7c3aed, #be185d);
}

.xen_omoknuni-highlight-lines {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

.xen_omoknuni-highlight-lines span {
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ede9fe, #fbcfe8);
}

.xen_omoknuni-network-dots {
    position: relative;
    height: 118px;
    margin-top: 20px;
    border-radius: 18px;
    background: #f8f7fc;
}

.xen_omoknuni-network-dots span {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #7c3aed;
    box-shadow: 0 0 0 8px rgba(108, 78, 255, 0.12);
}

.xen_omoknuni-network-dots span:nth-child(1) { left: 22%; top: 24%; }
.xen_omoknuni-network-dots span:nth-child(2) { left: 58%; top: 16%; background: #a855f7; }
.xen_omoknuni-network-dots span:nth-child(3) { left: 44%; top: 58%; background: #be185d; }
.xen_omoknuni-network-dots span:nth-child(4) { left: 72%; top: 62%; background: #9333ea; }

.xen_omoknuni-contact-wrapper {
    background: linear-gradient(135deg, #3b0764 0%, #7c3aed 58%, #be185d 100%) !important;
}

.footer {
    background-color: #3b0764 !important;
    background-image: url("../img/footer/footer-bg.svg") !important;
}

.xen_omoknuni-contact-form input {
    color: #111827;
}

.xen_omoknuni-contextmenu-wrap {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.xen_omoknuni-contextmenu-trigger,
.xen_omoknuni-contextmenu-item {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
}

.xen_omoknuni-contextmenu-panel {
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    min-width: 160px;
    display: none;
    padding: 8px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--xen-omoknuni-border-color);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
    z-index: 20;
}

.xen_omoknuni-contextmenu-wrap[data-open="true"] .xen_omoknuni-contextmenu-panel {
    display: grid;
    gap: 6px;
}

.xen_omoknuni-contextmenu-panel .xen_omoknuni-contextmenu-item {
    color: var(--xen-omoknuni-text-primary-color);
    background: #ffffff;
    border-color: transparent;
}

.xen_omoknuni-docpage {
    min-height: 100vh;
    background: #f8f7fc;
}

.xen_omoknuni-docpage-shell {
    width: min(100% - 32px, 1080px);
    margin: 0 auto;
    padding: 48px 0;
}

.xen_omoknuni-docpage-card {
    padding: 32px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--xen-omoknuni-border-color);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}

.xen_omoknuni-docpage-header {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--xen-omoknuni-border-color);
    margin-bottom: 24px;
}

.xen_omoknuni-docpage-backbutton {
    padding: 10px 14px;
    border-radius: 999px;
    background: #ede9fe;
    color: var(--xen-omoknuni-primary-color);
    font-weight: 700;
}

@media (max-width: 991px) {
    .xen_omoknuni-product-preview-card {
        margin: 48px auto 0;
    }

    .xen_omoknuni-research-flow-preview {
        margin-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .xen_omoknuni-landing-brandmark {
        width: 52px;
        height: 52px;
    }

    .xen_omoknuni-landing-logotextfont {
        font-size: 24px !important;
    }

    .xen_omoknuni-hero-actions {
        align-items: stretch;
    }

    .xen_omoknuni-hero-actions .main-btn {
        width: 100%;
        text-align: center;
    }

    .xen_omoknuni-product-preview-grid,
    .xen_omoknuni-research-flow-preview {
        grid-template-columns: 1fr;
    }

    .xen_omoknuni-product-preview-grid {
        display: grid;
    }

    .xen_omoknuni-signingmodal-layout {
        grid-template-columns: 1fr !important;
    }
}


.xen_omoknuni-landing-brandmark {
    border-radius: 8px;
}
