.inmoscan-page {
    --inmo-navy: #071426;
    --inmo-navy-2: #10233e;
    --inmo-gold: #d9aa4d;
    --inmo-gold-soft: #fff4d7;
    --inmo-ink: #142238;
    --inmo-muted: #657184;
    --inmo-line: #e8edf3;
    --inmo-surface: #f7f9fc;
    background: var(--inmo-surface);
}

.inmoscan-page .page-wrapper {
    background: var(--inmo-surface);
}

.inmoscan-page .main-header .link-box .theme-btn {
    min-width: 150px;
}

.inmoscan-page .side-menu__close-btn {
    color: #ffffff;
    font-size: 24px;
}

.inmoscan-page .theme-btn .btn-title {
    white-space: normal;
}

.inmo-hero {
    position: relative;
    overflow: hidden;
    padding: 154px 0 98px;
    background: linear-gradient(135deg, rgba(7, 20, 38, 0.98), rgba(16, 35, 62, 0.94));
    color: #ffffff;
}

.inmo-hero--landing {
    background:
        linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(16, 35, 62, 0.9)),
        url("../images/inmoscan/hero-inmoscan.webp") center/cover no-repeat;
}

.inmo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
    gap: 58px;
    align-items: center;
}

.inmo-hero-copy {
    max-width: 720px;
}

.inmo-brand-lockup {
    display: block;
    width: min(280px, 82vw);
    height: auto;
    margin-bottom: 22px;
}

.inmo-product-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding: 9px 13px;
    border: 1px solid rgba(217, 170, 77, 0.4);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.inmo-product-badge img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.inmo-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 64px;
    line-height: 0.98;
}

.inmo-hero p,
.inmo-hero li,
.inmo-hero .lower-text {
    color: rgba(255, 255, 255, 0.84);
}

.inmo-hero .lower-text {
    max-width: 650px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.7;
}

.inmo-hero-copy a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(217, 170, 77, 0.8);
}

.inmo-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.inmo-pill-row li,
.inmo-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.inmo-pill-row li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--inmo-gold);
}

.inmo-availability {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
}

.inmo-availability::before {
    content: "";
    width: 34px;
    height: 1px;
    margin-right: 12px;
    background: var(--inmo-gold);
}

.inmo-hero-panel {
    padding: 30px;
    border: 1px solid rgba(217, 170, 77, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.inmo-hero-panel h2,
.inmo-hero-panel h3 {
    color: #ffffff;
}

.inmo-hero-panel a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(217, 170, 77, 0.8);
}

.inmo-hero-panel .sg-simple-list {
    margin-bottom: 0;
}

.inmo-hero-panel .sg-simple-list li {
    color: rgba(255, 255, 255, 0.86);
}

.inmo-panel-note {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.65;
}

.inmo-device-stage {
    position: relative;
    min-height: 650px;
}

.inmo-device-glass {
    position: absolute;
    inset: 36px 18px 28px 34px;
    border: 1px solid rgba(217, 170, 77, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.inmo-phone {
    position: absolute;
    width: 260px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    background: #071426;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
}

.inmo-phone img {
    display: block;
    width: 100%;
    aspect-ratio: 719 / 1560;
    object-fit: cover;
    border-radius: 25px;
}

.inmo-phone--primary {
    top: 0;
    left: 82px;
    z-index: 3;
}

.inmo-phone--secondary {
    right: 4px;
    bottom: 24px;
    z-index: 2;
    width: 210px;
    opacity: 0.95;
}

.inmo-visual-card {
    position: absolute;
    left: 0;
    bottom: 92px;
    z-index: 4;
    width: 230px;
    padding: 18px;
    border: 1px solid rgba(217, 170, 77, 0.32);
    border-radius: 8px;
    background: rgba(7, 20, 38, 0.92);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.inmo-visual-card strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 16px;
}

.inmo-visual-card span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.5;
}

.inmo-section {
    padding: 96px 0;
    background: #ffffff;
}

.inmo-section--soft {
    background: var(--inmo-surface);
}

.inmo-section--navy {
    background: linear-gradient(135deg, var(--inmo-navy), var(--inmo-navy-2));
    color: #ffffff;
}

.inmo-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.inmo-section-head--left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.inmo-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--inmo-gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.inmo-section h2,
.inmo-section h3 {
    color: var(--inmo-ink);
}

.inmo-section--navy h2,
.inmo-section--navy h3,
.inmo-section--navy p {
    color: #ffffff;
}

.inmo-section-head p {
    margin: 14px 0 0;
    color: var(--inmo-muted);
    font-size: 17px;
    line-height: 1.7;
}

.inmo-section a {
    color: #9a6a10;
    font-weight: 700;
}

.inmo-section--navy .inmo-section-head p {
    color: rgba(255, 255, 255, 0.78);
}

.inmo-steps,
.inmo-feature-grid,
.inmo-audience-grid,
.inmo-summary-grid {
    display: grid;
    gap: 22px;
}

.inmo-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inmo-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inmo-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inmo-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 34px;
}

.inmo-card,
.inmo-step,
.inmo-audience-card,
.inmo-faq-card,
.inmo-legal-card,
.inmo-summary-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--inmo-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 26, 43, 0.08);
}

.inmo-card h3,
.inmo-step h3,
.inmo-audience-card h3,
.inmo-faq-card h3,
.inmo-legal-card h2,
.inmo-summary-card h3 {
    margin-bottom: 10px;
}

.inmo-card p,
.inmo-step p,
.inmo-audience-card p,
.inmo-faq-card p,
.inmo-legal-card p,
.inmo-summary-card p {
    color: var(--inmo-muted);
    line-height: 1.68;
}

.inmo-card p:last-child,
.inmo-step p:last-child,
.inmo-audience-card p:last-child,
.inmo-faq-card p:last-child,
.inmo-legal-card p:last-child,
.inmo-summary-card p:last-child {
    margin-bottom: 0;
}

.inmo-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--inmo-navy);
    color: var(--inmo-gold);
    font-weight: 800;
}

.inmo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--inmo-gold-soft);
    color: #9a6a10;
    font-size: 18px;
}

.inmo-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: 44px;
    align-items: center;
}

.inmo-showcase-art {
    position: relative;
    min-height: 430px;
}

.inmo-flow-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 24px 68px rgba(15, 26, 43, 0.16);
}

.inmo-gallery-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.inmo-shot-card {
    overflow: hidden;
    border: 1px solid var(--inmo-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 26, 43, 0.08);
}

.inmo-shot-card img {
    display: block;
    width: 100%;
    aspect-ratio: 719 / 1560;
    object-fit: cover;
    object-position: top center;
}

.inmo-shot-card span {
    display: block;
    padding: 10px 12px;
    color: var(--inmo-ink);
    font-size: 13px;
    font-weight: 700;
}

.inmo-footer-logo {
    display: block;
    width: min(230px, 100%);
    height: auto;
    margin-bottom: 14px;
}

.inmo-scope-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 34px;
    align-items: center;
    padding: 40px;
    border: 1px solid rgba(217, 170, 77, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.inmo-scope-card p,
.inmo-scope-card li {
    color: rgba(255, 255, 255, 0.82);
}

.inmo-scope-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inmo-scope-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}

.inmo-scope-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--inmo-gold);
}

.inmo-support-hero,
.inmo-legal-hero {
    padding-bottom: 86px;
}

.inmo-support-page .sg-faq-list,
.inmo-privacy-page .sg-solution-stack {
    gap: 20px;
}

.inmo-support-page .sg-faq-item,
.inmo-privacy-page .sg-solution-detail {
    border-radius: 8px;
    border-color: var(--inmo-line);
    box-shadow: 0 18px 44px rgba(15, 26, 43, 0.08);
}

.inmo-support-page .sg-faq-item h3,
.inmo-privacy-page .sg-solution-detail h2,
.inmo-privacy-page .sg-solution-detail h3 {
    color: var(--inmo-ink);
}

.inmo-support-page .sg-faq-item p,
.inmo-privacy-page .sg-solution-detail p,
.inmo-privacy-page .sg-solution-detail li {
    color: var(--inmo-muted);
}

.inmo-support-page .sg-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inmo-cta-card {
    border: 1px solid rgba(217, 170, 77, 0.36);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--inmo-navy), var(--inmo-navy-2));
}

.inmo-privacy-page .sg-simple-list li::before,
.inmo-support-page .sg-simple-list li::before {
    background: var(--inmo-gold);
    box-shadow: 0 0 0 4px rgba(217, 170, 77, 0.18);
}

@media only screen and (max-width: 1199px) {
    .inmo-hero-grid,
    .inmo-showcase,
    .inmo-scope-card {
        grid-template-columns: 1fr;
    }

    .inmo-device-stage {
        min-height: 610px;
        max-width: 560px;
        margin: 12px auto 0;
        width: 100%;
    }

    .inmo-feature-grid,
    .inmo-audience-grid,
    .inmo-summary-grid,
    .inmo-support-page .sg-faq-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .inmo-hero {
        padding: 126px 0 72px;
    }

    .inmo-hero h1 {
        font-size: 42px;
        line-height: 1.02;
    }

    .inmo-hero .lower-text {
        font-size: 16px;
    }

    .inmo-section {
        padding: 72px 0;
    }

    .inmo-steps,
    .inmo-feature-grid,
    .inmo-audience-grid,
    .inmo-summary-grid,
    .inmo-gallery-strip,
    .inmo-support-page .sg-faq-list {
        grid-template-columns: 1fr;
    }

    .inmo-device-stage {
        min-height: auto;
        display: grid;
        gap: 18px;
    }

    .inmo-device-glass {
        display: none;
    }

    .inmo-phone,
    .inmo-phone--primary,
    .inmo-phone--secondary,
    .inmo-visual-card {
        position: static;
        width: min(270px, 100%);
        margin: 0 auto;
    }

    .inmo-phone--secondary {
        display: none;
    }

    .inmo-visual-card {
        width: 100%;
    }

    .inmo-card,
    .inmo-step,
    .inmo-audience-card,
    .inmo-faq-card,
    .inmo-legal-card,
    .inmo-summary-card,
    .inmo-scope-card,
    .inmo-support-page .sg-faq-item,
    .inmo-privacy-page .sg-solution-detail {
        padding: 24px 20px;
    }

    .inmo-scope-card {
        gap: 20px;
    }

    .inmo-showcase-art {
        min-height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .inmoscan-page .main-header .link-box {
        display: none;
    }

    .inmo-hero h1 {
        font-size: 36px;
    }

    .inmo-pill-row li,
    .inmo-pill {
        width: 100%;
        justify-content: flex-start;
    }
}
