.star-map-category-page {
    background: #ffffff;
    color: #202838;
}

.star-map-category-page * {
    box-sizing: border-box;
}

.smcp-kicker {
    margin-bottom: 9px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.smcp-section-head {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.smcp-section-head h2 {
    margin: 0 0 13px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.smcp-section-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}


/* HERO */

.smcp-hero {
    padding: 76px 0 64px;
    background: linear-gradient(180deg, #f8f7f4 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(32, 40, 56, 0.08);
}

.smcp-hero-content {
    max-width: 600px;
}

.smcp-hero h1 {
    margin: 0 0 16px;
    color: #202838;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -0.6px;
}

.smcp-hero p {
    margin: 0 0 22px;
    color: #606978;
    font-size: 17px;
    line-height: 1.62;
}

.smcp-hero-price {
    display: inline-block;
    margin-bottom: 22px;
    padding: 15px 18px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(32, 40, 56, 0.07);
}

.smcp-hero-price span {
    display: block;
    margin-bottom: 2px;
    color: #7b828d;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.smcp-hero-price strong {
    display: block;
    color: #202838;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 850;
}

.smcp-hero-price small {
    display: block;
    margin-top: 5px;
    color: #606978;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.smcp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.smcp-btn,
.smcp-btn:hover,
.smcp-btn:visited,
.smcp-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.smcp-btn-dark,
.smcp-btn-dark:hover,
.smcp-btn-dark:visited,
.smcp-btn-dark:active {
    background: #202838;
    color: #ffffff;
    border: 1px solid #202838;
}

.smcp-btn-dark:hover {
    background: #2f394b;
    border-color: #2f394b;
}

.smcp-btn-light,
.smcp-btn-light:hover,
.smcp-btn-light:visited,
.smcp-btn-light:active {
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.14);
}

.smcp-btn-light:hover {
    border-color: rgba(155, 122, 53, 0.35);
    color: #202838;
}

.smcp-btn-white,
.smcp-btn-white:hover,
.smcp-btn-white:visited,
.smcp-btn-white:active {
    background: #ffffff;
    color: #202838;
    border: 1px solid #ffffff;
}

.smcp-btn-white:hover {
    background: #f1eee7;
    color: #202838;
}

.smcp-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.smcp-hero-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    background: rgba(255, 255, 255, 0.72);
    color: #4e5868;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.smcp-hero-visual {
    position: relative;
    overflow: hidden;
    background: #f1f0ec;
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(32, 40, 56, 0.14);
}

.smcp-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}


/* CATALOG */

.smcp-catalog {
    padding: 72px 0;
    background: #ffffff;
}

.smcp-catalog-note {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 18px 20px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
}

.smcp-catalog-note strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.smcp-catalog-note span {
    display: block;
    color: #606978;
    font-size: 14px;
    line-height: 1.45;
}

.smcp-product-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.smcp-product-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 22px;
}

.smcp-product-extra {
    display: none;
}

.smcp-product-extra.is-visible {
    display: block;
}

.smcp-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.smcp-product-card:hover {
    transform: translateY(-2px);
    border-color: rgba(155, 122, 53, 0.24);
    box-shadow: 0 15px 36px rgba(32, 40, 56, 0.1);
}

.smcp-product-img {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1f0ec;
    text-decoration: none;
}

.smcp-product-img:before {
    content: "";
    display: block;
    padding-top: 116.28%;
}

.smcp-product-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
    transition: opacity 0.22s ease, transform 0.28s ease;
}

.smcp-product-card:hover .smcp-product-img img {
    transform: scale(1.012);
}

.smcp-badge {
    position: absolute;
    z-index: 2;
    left: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 9px;
    background: rgba(32, 40, 56, 0.92);
    color: #ffffff;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.smcp-product-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px;
}

.smcp-product-body h3 {
    margin: 0 0 7px;
    color: #202838;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
}

.smcp-product-body p {
    margin: 0 0 13px;
    color: #606978;
    font-size: 13px;
    line-height: 1.45;
}

.smcp-price {
    margin-top: auto;
    margin-bottom: 9px;
}

.smcp-price span {
    display: block;
    margin-bottom: 2px;
    color: #7b828d;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
}

.smcp-price strong {
    display: block;
    color: #202838;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 850;
}

.smcp-popular-format {
    margin-bottom: 13px;
    padding: 8px 9px;
    background: #f7f6f3;
    color: #606978;
    border: 1px solid rgba(32, 40, 56, 0.07);
    border-radius: 9px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

.smcp-card-btn,
.smcp-card-btn:hover,
.smcp-card-btn:visited,
.smcp-card-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    background: #202838;
    color: #ffffff;
    border-radius: 9px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.smcp-card-btn:hover {
    background: #2f394b;
    color: #ffffff;
}

.smcp-show-more-wrap {
    margin-top: 8px;
    text-align: center;
}

.smcp-show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.18);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 850;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.smcp-show-more-btn:hover {
    background: #202838;
    color: #ffffff;
    border-color: #202838;
}


/* GUIDE */

.smcp-guide {
    padding: 66px 0;
    background: #f7f6f3;
}

.smcp-guide-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.smcp-guide-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.smcp-guide-card {
    height: 100%;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(32, 40, 56, 0.045);
}

.smcp-guide-card strong {
    display: block;
    margin-bottom: 8px;
    color: #202838;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
}

.smcp-guide-card span {
    display: block;
    color: #606978;
    font-size: 14px;
    line-height: 1.5;
}


/* PRICES */

.smcp-prices {
    padding: 68px 0;
    background: #ffffff;
}

.smcp-price-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.smcp-price-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.smcp-price-card {
    position: relative;
    height: 100%;
    padding: 24px 20px;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
}

.smcp-price-card-main {
    background: #202838;
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.16);
}

.smcp-price-card span {
    display: block;
    margin-bottom: 9px;
    color: #606978;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

.smcp-price-card-main span {
    color: rgba(255, 255, 255, 0.78);
}

.smcp-price-card strong {
    display: block;
    margin-bottom: 10px;
    color: #202838;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 850;
}

.smcp-price-card-main strong {
    color: #ffffff;
}

.smcp-price-card p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.45;
}

.smcp-price-card-main p {
    color: rgba(255, 255, 255, 0.76);
}

.smcp-price-label {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    margin-bottom: 14px;
    padding: 0 9px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


/* PROCESS */

.smcp-process {
    padding: 68px 0;
    background: #f7f6f3;
}

.smcp-process-box,
.smcp-texts-box {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.055);
}

.smcp-process-box h2,
.smcp-texts-box h2 {
    margin: 0 0 22px;
    color: #202838;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 850;
}

.smcp-step {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid rgba(32, 40, 56, 0.08);
}

.smcp-step:first-child {
    border-top: none;
    padding-top: 0;
}

.smcp-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    background: #202838;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
}

.smcp-step strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
}

.smcp-step p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.45;
}

.smcp-text-examples {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.smcp-text-examples span {
    display: block;
    padding: 13px 14px;
    background: #f7f6f3;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}


/* SOCIAL PROOF */

.smcp-social-proof {
    padding: 68px 0;
    background: #ffffff;
}

.smcp-live-grid,
.smcp-review-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.smcp-live-col,
.smcp-review-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.smcp-live-card {
    overflow: hidden;
    background: #f1f0ec;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(32, 40, 56, 0.055);
}

.smcp-live-card img {
    display: block;
    width: 100%;
    height: auto;
}

.smcp-review-grid {
    margin-top: 18px;
}

.smcp-review-card {
    height: 100%;
    padding: 22px 20px;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
}

.smcp-stars {
    margin-bottom: 10px;
    color: #9b7a35;
    font-size: 15px;
    letter-spacing: 1px;
}

.smcp-review-card p {
    margin: 0 0 14px;
    color: #4e5868;
    font-size: 14px;
    line-height: 1.55;
}

.smcp-review-card strong {
    display: block;
    color: #202838;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 850;
}


/* FAQ */

.smcp-faq {
    padding: 68px 0;
    background: #f7f6f3;
}

.smcp-faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.smcp-faq-item {
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.smcp-faq-item summary {
    cursor: pointer;
    padding: 18px 20px;
    color: #202838;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 850;
    list-style: none;
}

.smcp-faq-item summary::-webkit-details-marker {
    display: none;
}

.smcp-faq-item summary:after {
    content: "+";
    float: right;
    color: #9b7a35;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.smcp-faq-item[open] summary:after {
    content: "−";
}

.smcp-faq-item div {
    padding: 0 20px 18px;
    color: #606978;
    font-size: 14px;
    line-height: 1.55;
}


/* RELATED */

.smcp-related {
    padding: 68px 0;
    background: #ffffff;
}

.smcp-related-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.smcp-related-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.smcp-related-card,
.smcp-related-card:hover,
.smcp-related-card:visited,
.smcp-related-card:active {
    display: block;
    height: 100%;
    overflow: hidden;
    background: #f8f7f4;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.smcp-related-card:hover {
    border-color: rgba(155, 122, 53, 0.24);
    box-shadow: 0 15px 36px rgba(32, 40, 56, 0.1);
}

.smcp-related-card img {
    display: block;
    width: 100%;
    height: auto;
}

.smcp-related-card strong {
    display: block;
    padding: 18px 18px 6px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 850;
}

.smcp-related-card span {
    display: block;
    padding: 0 18px 20px;
    color: #606978;
    font-size: 14px;
    line-height: 1.45;
}


/* FINAL CTA */

.smcp-final-cta {
    padding: 68px 0;
    background: #ffffff;
}

.smcp-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 36px;
    background: #202838;
    color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(32, 40, 56, 0.2);
}

.smcp-final-box h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 850;
}

.smcp-final-box p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.55;
}


/* ADAPTIVE */

@media (max-width: 991.98px) {
    .smcp-hero {
        padding: 58px 0 52px;
    }

    .smcp-hero-content {
        max-width: none;
        margin-bottom: 30px;
        text-align: center;
    }

    .smcp-hero h1 {
        font-size: 38px;
    }

    .smcp-section-head h2 {
        font-size: 30px;
    }

    .smcp-process-box {
        margin-bottom: 20px;
    }

    .smcp-final-box {
        display: block;
        text-align: center;
    }

    .smcp-final-box .smcp-btn {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .smcp-hero {
        padding: 42px 0;
    }

    .smcp-hero h1 {
        font-size: 31px;
        line-height: 1.12;
    }

    .smcp-hero p {
        font-size: 14px;
        line-height: 1.52;
    }

    .smcp-hero-actions {
        display: block;
    }

    .smcp-hero-actions .smcp-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .smcp-hero-benefits {
        gap: 6px;
        justify-content: center;
    }

    .smcp-hero-benefits span {
        font-size: 11px;
        min-height: 28px;
    }

    .smcp-catalog,
    .smcp-guide,
    .smcp-prices,
    .smcp-process,
    .smcp-social-proof,
    .smcp-faq,
    .smcp-related,
    .smcp-final-cta {
        padding: 42px 0;
    }

    .smcp-section-head {
        margin-bottom: 24px;
        text-align: left;
    }

    .smcp-section-head h2 {
        font-size: 26px;
    }

    .smcp-section-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .smcp-catalog-note {
        padding: 15px 14px;
        margin-bottom: 18px;
    }

    .smcp-catalog-note strong {
        font-size: 15px;
    }

    .smcp-catalog-note span {
        font-size: 13px;
    }

    .smcp-product-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .smcp-product-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .smcp-product-card {
        border-radius: 13px;
    }

    .smcp-badge {
        left: 8px;
        top: 8px;
        min-height: 22px;
        padding: 0 7px;
        font-size: 9px;
    }

    .smcp-product-body {
        padding: 11px 10px 12px;
    }

    .smcp-product-body h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .smcp-product-body p {
        display: none;
    }

    .smcp-price {
        margin-bottom: 8px;
    }

    .smcp-price span {
        font-size: 10px;
    }

    .smcp-price strong {
        font-size: 18px;
    }

    .smcp-popular-format {
        display: none;
    }

    .smcp-card-btn {
        min-height: 36px;
        border-radius: 8px;
        font-size: 12px;
    }

    .smcp-show-more-btn {
        width: 100%;
        min-height: 44px;
    }

    .smcp-guide-card,
    .smcp-price-card,
    .smcp-process-box,
    .smcp-texts-box,
    .smcp-review-card {
        padding: 18px 16px;
        border-radius: 13px;
    }

    .smcp-process-box h2,
    .smcp-texts-box h2 {
        font-size: 24px;
    }

    .smcp-step span {
        width: 34px;
        height: 34px;
        font-size: 11px;
    }

    .smcp-final-box {
        padding: 24px 18px;
        border-radius: 15px;
        text-align: left;
    }

    .smcp-final-box h2 {
        font-size: 25px;
    }

    .smcp-final-box p {
        font-size: 14px;
    }

    .smcp-final-box .smcp-btn {
        width: 100%;
    }
}

@media (max-width: 370px) {
    .smcp-product-body {
        padding: 10px 8px 10px;
    }

    .smcp-product-body h3 {
        font-size: 12px;
    }

    .smcp-price strong {
        font-size: 17px;
    }
}



.star-map-lumi-page .smcp-lumi-explain {
    padding: 80px 0;
    background: #f7f7f5;
}

.smcp-lumi-explain-row {
    margin-top: 34px;
}

.smcp-lumi-demo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.smcp-lumi-demo-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.smcp-lumi-demo-card img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.smcp-lumi-demo-night {
    background: #07090f;
}

.smcp-lumi-demo-label {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.smcp-lumi-info-box {
    display: grid;
    gap: 16px;
}

.smcp-lumi-info-item {
    display: flex;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,.06);
}

.smcp-lumi-info-item > span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.smcp-lumi-info-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    color: #111;
}

.smcp-lumi-info-item p {
    margin: 0;
    color: #555;
    line-height: 1.55;
}

.smcp-lumi-details {
    padding: 80px 0;
    background: #101116;
    color: #fff;
}

.smcp-lumi-details .smcp-kicker {
    color: rgba(255,255,255,.65);
}

.smcp-lumi-details-head h2 {
    color: #fff;
}

.smcp-lumi-details-head p {
    color: rgba(255,255,255,.72);
}

.smcp-lumi-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.smcp-lumi-detail-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
}

.smcp-lumi-detail-card strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
}

.smcp-lumi-detail-card span {
    color: rgba(255,255,255,.72);
    line-height: 1.5;
}

.smcp-lumi-product-card .smcp-badge {
    background: #111;
    color: #fff;
}

@media (max-width: 991px) {
    .star-map-lumi-page .smcp-lumi-explain,
    .smcp-lumi-details {
        padding: 56px 0;
    }

    .smcp-lumi-demo-card img {
        height: 320px;
    }

    .smcp-lumi-info-box {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .smcp-lumi-demo {
        gap: 10px;
    }

    .smcp-lumi-demo-card {
        border-radius: 16px;
    }

    .smcp-lumi-demo-card img {
        height: 240px;
    }

    .smcp-lumi-details-grid {
        grid-template-columns: 1fr;
    }

    .smcp-lumi-info-item {
        padding: 18px;
    }
}