:root {
    --ink: #211234;
    --muted: #4B4355;
    --line: #E7DDF2;
    --panel: #FBF8FF;
    --white: #fff;
    --blue: #8B5CF6;
    --blue-deep: #211234;
    --pink: #FF6FA3;
    --cyan: #78E0E7;
    --green: #42C8D8;
    --shadow: 0 24px 70px rgba(139, 92, 246, .14);
}

@media (max-width: 640px) {
    .site-header {
        min-height: 0;
    }

    .header-inner {
        grid-template-columns: 1fr 38px;
        gap: 8px;
        padding: 10px 0;
    }

    .brand-ci {
        width: 168px;
        max-width: calc(100vw - 96px);
    }

    .nav-toggle {
        width: 38px;
        height: 38px;
        justify-self: end;
    }

    .member-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        width: 100%;
        margin-top: 0;
    }

    .member-actions .member-menu {
        min-width: 0;
        width: 100%;
    }

    .member-actions > a,
    .member-actions .member-toggle,
    .header-cta,
    .header-link,
    .member-admin-direct {
        width: 100%;
        min-width: 0;
        min-height: 38px;
        height: 38px;
        padding: 0 12px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .member-avatar {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .home-hero {
        padding: 34px 0 42px;
    }

    .home-hero-grid {
        gap: 28px;
    }

    .home-hero-copy h1 {
        font-size: clamp(30px, 8.6vw, 36px);
        line-height: 1.14;
    }

    .home-hero .lead {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.58;
    }

    .home-hero-actions {
        gap: 8px;
        margin-top: 20px;
    }

    .home-hero-actions .btn {
        width: auto;
        min-height: 40px;
        padding: 0 14px;
        font-size: 14px;
    }

    .home-hero-facts div {
        padding: 12px;
    }

    .preview-showcase {
        min-height: 0;
        height: auto;
        padding: 0;
    }

    .preview-showcase > img {
        min-height: 0;
        height: auto;
    }

    .home-feature-slide {
        min-height: 0;
        padding: 14px;
        gap: 12px;
    }

    .home-feature-query {
        padding: 14px;
    }

    .home-feature-query span {
        font-size: 11px;
    }

    .home-feature-query strong {
        font-size: 17px;
        line-height: 1.35;
    }

    .home-feature-result {
        grid-template-columns: 74px 1fr;
        gap: 12px;
        padding: 14px;
    }

    .home-feature-result img,
    .preview-showcase .home-feature-slide .home-feature-result img {
        width: 74px;
        height: 74px;
        min-height: 0;
        max-height: none;
    }

    .home-feature-result b {
        font-size: 14px;
    }

    .home-feature-result p {
        margin-top: 5px;
        font-size: 12.5px;
        line-height: 1.45;
    }

    .home-feature-tags {
        gap: 5px;
        margin-top: 9px;
    }

    .home-feature-tags span {
        padding: 5px 7px;
        font-size: 10.5px;
    }

    .home-slide-dots {
        gap: 6px;
        margin-top: 10px;
    }

    .home-slide-dots button {
        width: 8px;
        height: 8px;
    }

    .home-slide-dots button.is-active {
        width: 24px;
    }

    .home-service-check,
    .home-ai-card,
    .home-cdn-panel,
    .home-search-panel,
    .home-closing-box,
    .home-outcome-card div {
        padding: 18px;
    }

    .home-service-check-list li {
        padding: 13px 0;
        gap: 12px;
    }

    .section-head h2,
    .home-search-copy h2,
    .home-operation-copy h2,
    .home-closing h2 {
        font-size: clamp(26px, 7.2vw, 32px);
        line-height: 1.18;
    }

    .site-footer {
        padding: 30px 0 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 14px;
    }

    .footer-resource-block {
        grid-column: auto;
    }

    .footer-ci {
        width: 146px;
    }

    .footer-brand-block p,
    .footer-contact-list,
    .footer-menu a,
    .footer-resource-links a,
    .footer-bottom {
        font-size: 13px;
    }

    .footer-brand-block p {
        margin-top: 10px;
        line-height: 1.45;
    }

    .footer-contact {
        margin-top: 16px;
        gap: 8px;
    }

    .footer-menu-block h2,
    .footer-resource-block h2 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer-menu a {
        min-height: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: rgba(255, 255, 255, .78);
        line-height: 1.5;
    }

    .footer-resource-links {
        gap: 8px;
    }

    .footer-resource-links a {
        min-width: 0;
        min-height: 38px;
        padding: 0 12px;
    }

    .footer-bottom {
        display: grid;
        gap: 12px;
        margin-top: 24px;
        padding-top: 20px;
    }

    .footer-bottom-links {
        gap: 12px;
    }

    .pricing-mobile-head,
    .pricing-mobile-list dl div,
    .contact-panel,
    .contact-card,
    .faq-card,
    .admin-demo-card,
    .manual-capture-section {
        min-width: 0;
    }
}

/* DAMA CI palette authoritative overrides */
:root {
    --ink: #211234;
    --muted: #5F5570;
    --line: #E7DDF7;
    --panel: #FBF8FF;
    --white: #FFFFFF;
    --blue: #8B5CF6;
    --blue-deep: #211234;
    --pink: #FF6FA3;
    --cyan: #78E0E7;
    --green: #42C8D8;
    --surface-soft: #F8F4FF;
    --surface-pink: #FFF3FA;
    --shadow: 0 18px 48px rgba(33, 18, 52, .10);
}

body {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 111, 163, .10), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(120, 224, 231, .14), transparent 30%),
        linear-gradient(180deg, #FCFAFF 0%, #F8F4FF 54%, #FFFFFF 100%);
    color: var(--ink);
}

.site-header {
    background: rgba(252, 250, 255, .94);
    border-bottom-color: rgba(33, 18, 52, .10);
    box-shadow: 0 10px 30px rgba(33, 18, 52, .04);
    backdrop-filter: blur(14px);
}

.nav {
    color: var(--ink);
}

.nav a:hover,
.nav a:focus,
.member-panel a:hover {
    color: var(--blue);
}

.btn.primary,
.header-cta,
.member-admin-direct,
.manual-open-button {
    background: linear-gradient(135deg, var(--blue-deep) 0%, #4F2DA8 100%);
    border-color: rgba(33, 18, 52, .92);
    color: #fff;
}

.btn.primary:hover,
.header-cta:hover,
.member-admin-direct:hover,
.manual-open-button:hover {
    background: linear-gradient(135deg, #4F2DA8 0%, var(--blue) 100%);
    border-color: var(--blue);
    color: #fff;
}

.btn.secondary,
.btn.primary.ghost,
.header-link {
    background: rgba(255, 255, 255, .76);
    border-color: rgba(139, 92, 246, .24);
    color: var(--blue-deep);
}

.btn.secondary:hover,
.btn.primary.ghost:hover,
.header-link:hover {
    background: var(--surface-soft);
    border-color: rgba(139, 92, 246, .46);
    color: var(--blue);
}

.eyebrow,
.dama-story span,
.dama-cards b,
.theme-grid span,
.expansion-grid span,
.ai-insight-grid span,
.ai-detail-grid span,
.bonuslab-value-grid span,
.price-card span,
.option-grid span,
.demo-caption span,
.admin-demo-copy span,
.manual-hero-shot span,
.operation-points span,
.storage-note span {
    border-left-color: var(--blue);
    color: #4F2DA8;
}

.home-hero,
.hero {
    background:
        radial-gradient(circle at 0% 18%, rgba(255, 111, 163, .12), transparent 30%),
        radial-gradient(circle at 78% 12%, rgba(120, 224, 231, .16), transparent 34%),
        linear-gradient(180deg, #FFFFFF 0%, #F8F4FF 100%);
    border-bottom-color: rgba(139, 92, 246, .16);
}

.home-hero .lead,
.lead,
.section-head > p:last-child,
.demo-head > p,
.fit-head > p,
.operation-copy > p:not(.eyebrow),
.bonuslab-copy p,
.ai-lead,
.contact p {
    color: var(--muted);
}

.home-hero-facts div,
.dama-story div,
.dama-cards article,
.theme-grid article,
.expansion-grid article,
.fit-grid article,
.ai-insight-grid article,
.ai-detail-grid article,
.bonuslab-value-grid article,
.operation-steps article,
.price-card,
.option-grid article,
.process-grid article,
.demo-frame-card,
.admin-demo-card,
.faq-grid details,
.contact-card,
.contact-info-grid article,
.before-after,
.manual-hero-shot,
.manual-capture-section,
.admin-manual-section,
.method-panel,
.archive-brief,
.record-card,
.privacy-browser,
.privacy-capture-card,
.product-console,
.app-preview,
.contact-layer-panel {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(139, 92, 246, .18);
    box-shadow: 0 16px 42px rgba(33, 18, 52, .07);
}

.home-hero-facts dt,
.brief-list dt,
.service-flow-cards article b,
.method-panel strong,
.privacy-site-head strong,
.price-card h3,
.contact-info-grid h3,
.demo-caption h3,
.admin-demo-copy h3,
.faq-grid summary {
    color: var(--ink);
}

.home-hero-facts dd,
.brief-list dd,
.dama-story p,
.record-card,
.privacy-site-head p,
.privacy-private-card > p,
.contact-info-grid p,
.demo-caption p,
.admin-demo-copy p,
.faq-grid p {
    color: var(--muted);
}

.dama-section,
.expansion-section,
.search-experience-section,
.pricing-section,
.bonuslab-value-section,
.notice-section,
.admin-demo-section,
.home-problem-section,
.home-outcome-section,
.home-template-section,
.home-service-section,
.home-pricing-section {
    background: #FCFAFF;
}

.theme-section,
.fit-section,
.process-section,
.faq-section,
.demo-section,
.ai-detail-section,
.operation-section,
.home-flow-section,
.home-ai-section,
.home-privacy-section {
    background: #F8F4FF;
    border-top-color: rgba(139, 92, 246, .14);
}

.preview-showcase,
.home-feature-slide,
.search-demo-card,
.console-stage,
.ai-section,
.bonuslab-section {
    background:
        radial-gradient(circle at 86% 0%, rgba(255, 111, 163, .14), transparent 34%),
        linear-gradient(145deg, #211234 0%, #2D164D 100%);
    color: #fff;
}

.home-feature-query,
.search-bar {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .16);
}

.home-feature-query span,
.search-bar span,
.ai-section .eyebrow,
.bonuslab-section .eyebrow {
    color: #FFB7D0;
    border-left-color: #FFB7D0;
}

.home-feature-query strong,
.search-bar strong,
.ai-section h2,
.bonuslab-section h2 {
    color: #fff;
}

.home-feature-result,
.search-result-mini {
    background: #FFFBFE;
    border-color: rgba(255, 111, 163, .16);
    color: var(--ink);
}

.home-feature-result b,
.search-result-mini b {
    color: #B23C72;
}

.home-feature-tags span,
.console-tags span,
.mini-tags span,
.label-cloud span,
.app-tags span,
.demo-links a,
.admin-demo-points b,
.contact-types span {
    background: var(--surface-pink);
    border-color: rgba(255, 111, 163, .24);
    color: #7A315B;
}

.home-slide-dots button {
    background: rgba(255, 255, 255, .46);
}

.home-slide-dots button.is-active {
    background: #fff;
}

.console-top,
.record-card i {
    color: var(--muted);
}

.console-top strong,
.privacy-label,
.price-card b,
.demo-caption a,
.contact-mail,
.footer-resource-links a:hover,
.footer-menu a:hover,
.home-problem-label {
    color: var(--blue);
}

.price-card.main {
    border-color: rgba(139, 92, 246, .36);
    box-shadow: 0 24px 58px rgba(139, 92, 246, .15);
}

.price-card.main:before,
.privacy-logo-mark {
    background: linear-gradient(135deg, var(--pink) 0%, var(--blue) 100%);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, .14);
}

.site-footer {
    background:
        radial-gradient(circle at 18% 0%, rgba(139, 92, 246, .26), transparent 34%),
        linear-gradient(180deg, #211234 0%, #120B1F 100%);
    color: #F8F4FF;
}

.footer-ci {
    background: rgba(255, 255, 255, .94);
}

.footer-brand-block p,
.footer-contact dd,
.footer-menu a,
.footer-resource-block dd,
.footer-bottom {
    color: rgba(248, 244, 255, .76);
}

.footer-contact dt,
.footer-menu-block h2,
.footer-resource-block h2 {
    color: #fff;
}

.footer-resource-links a {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .14);
    color: #fff;
}

/* DAMA CI palette final pass */
:root {
    --ink: #211234;
    --muted: #5F5570;
    --line: #E7DDF7;
    --panel: #FBF8FF;
    --white: #FFFFFF;
    --blue: #8B5CF6;
    --blue-deep: #211234;
    --pink: #FF6FA3;
    --cyan: #78E0E7;
    --green: #42C8D8;
    --surface: #FFFFFF;
    --surface-soft: #F8F4FF;
    --surface-pink: #FFF3FA;
    --shadow: 0 18px 48px rgba(33, 18, 52, .10);
}

body {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 111, 163, .10), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(120, 224, 231, .14), transparent 30%),
        linear-gradient(180deg, #FCFAFF 0%, #F8F4FF 54%, #FFFFFF 100%);
    color: var(--ink);
}

.site-header {
    background: rgba(252, 250, 255, .94);
    border-bottom-color: rgba(33, 18, 52, .10);
    box-shadow: 0 10px 30px rgba(33, 18, 52, .04);
    backdrop-filter: blur(14px);
}

.nav {
    color: var(--ink);
}

.nav a:hover,
.nav a:focus,
.member-panel a:hover {
    color: var(--blue);
}

.btn.primary,
.header-cta,
.member-admin-direct,
.manual-open-button {
    background: linear-gradient(135deg, var(--blue-deep) 0%, #4F2DA8 100%);
    border-color: rgba(33, 18, 52, .92);
    color: #fff;
}

.btn.primary:hover,
.header-cta:hover,
.member-admin-direct:hover,
.manual-open-button:hover {
    background: linear-gradient(135deg, #4F2DA8 0%, var(--blue) 100%);
    border-color: var(--blue);
    color: #fff;
}

.btn.secondary,
.btn.primary.ghost,
.header-link {
    background: rgba(255, 255, 255, .76);
    border-color: rgba(139, 92, 246, .24);
    color: var(--blue-deep);
}

.btn.secondary:hover,
.btn.primary.ghost:hover,
.header-link:hover {
    background: var(--surface-soft);
    border-color: rgba(139, 92, 246, .46);
    color: var(--blue);
}

.eyebrow,
.dama-story span,
.dama-cards b,
.theme-grid span,
.expansion-grid span,
.ai-insight-grid span,
.ai-detail-grid span,
.bonuslab-value-grid span,
.price-card span,
.option-grid span,
.demo-caption span,
.admin-demo-copy span,
.manual-hero-shot span,
.operation-points span,
.storage-note span {
    border-left-color: var(--blue);
    color: #4F2DA8;
}

.home-hero,
.hero {
    background:
        radial-gradient(circle at 0% 18%, rgba(255, 111, 163, .12), transparent 30%),
        radial-gradient(circle at 78% 12%, rgba(120, 224, 231, .16), transparent 34%),
        linear-gradient(180deg, #FFFFFF 0%, #F8F4FF 100%);
    border-bottom-color: rgba(139, 92, 246, .16);
}

.home-hero .lead,
.lead,
.section-head > p:last-child,
.demo-head > p,
.fit-head > p,
.operation-copy > p:not(.eyebrow),
.bonuslab-copy p,
.ai-lead,
.contact p {
    color: var(--muted);
}

.home-hero-facts div,
.dama-story div,
.dama-cards article,
.theme-grid article,
.expansion-grid article,
.fit-grid article,
.ai-insight-grid article,
.ai-detail-grid article,
.bonuslab-value-grid article,
.operation-steps article,
.price-card,
.option-grid article,
.process-grid article,
.demo-frame-card,
.admin-demo-card,
.faq-grid details,
.contact-card,
.contact-info-grid article,
.before-after,
.manual-hero-shot,
.manual-capture-section,
.admin-manual-section,
.method-panel,
.archive-brief,
.record-card,
.privacy-browser,
.privacy-capture-card {
    background: rgba(255, 255, 255, .86);
    border-color: rgba(139, 92, 246, .18);
    box-shadow: 0 16px 42px rgba(33, 18, 52, .07);
}

.home-hero-facts dt,
.brief-list dt,
.service-flow-cards article b,
.method-panel strong,
.privacy-site-head strong,
.price-card h3,
.contact-info-grid h3,
.demo-caption h3,
.admin-demo-copy h3,
.faq-grid summary {
    color: var(--ink);
}

.home-hero-facts dd,
.brief-list dd,
.dama-story p,
.record-card,
.privacy-site-head p,
.privacy-private-card > p,
.contact-info-grid p,
.demo-caption p,
.admin-demo-copy p,
.faq-grid p {
    color: var(--muted);
}

.dama-section,
.expansion-section,
.search-experience-section,
.pricing-section,
.bonuslab-value-section,
.notice-section,
.admin-demo-section,
.home-problem-section,
.home-outcome-section,
.home-template-section,
.home-service-section,
.home-pricing-section {
    background: #FCFAFF;
}

.theme-section,
.fit-section,
.process-section,
.faq-section,
.demo-section,
.ai-detail-section,
.operation-section,
.home-flow-section,
.home-ai-section,
.home-privacy-section {
    background: #F8F4FF;
    border-top-color: rgba(139, 92, 246, .14);
}

.preview-showcase,
.home-feature-slide,
.search-demo-card,
.console-stage,
.ai-section,
.bonuslab-section {
    background:
        radial-gradient(circle at 86% 0%, rgba(255, 111, 163, .14), transparent 34%),
        linear-gradient(145deg, #211234 0%, #2D164D 100%);
    color: #fff;
}

.home-feature-query,
.search-bar {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .16);
}

.home-feature-query span,
.search-bar span,
.ai-section .eyebrow,
.bonuslab-section .eyebrow {
    color: #FFB7D0;
    border-left-color: #FFB7D0;
}

.home-feature-query strong,
.search-bar strong,
.ai-section h2,
.bonuslab-section h2 {
    color: #fff;
}

.home-feature-result,
.search-result-mini {
    background: #FFFBFE;
    border-color: rgba(255, 111, 163, .16);
    color: var(--ink);
}

.home-feature-result b,
.search-result-mini b {
    color: #B23C72;
}

.home-feature-tags span,
.console-tags span,
.mini-tags span,
.label-cloud span,
.app-tags span,
.demo-links a,
.admin-demo-points b,
.contact-types span {
    background: var(--surface-pink);
    border-color: rgba(255, 111, 163, .24);
    color: #7A315B;
}

.home-slide-dots button {
    background: rgba(255, 255, 255, .46);
}

.home-slide-dots button.is-active {
    background: #fff;
}

.product-console,
.app-preview,
.contact-layer-panel {
    background: rgba(255, 255, 255, .92);
    border-color: rgba(139, 92, 246, .18);
    box-shadow: var(--shadow);
}

.console-top,
.record-card i {
    color: var(--muted);
}

.console-top strong,
.privacy-label,
.price-card b,
.demo-caption a,
.contact-mail,
.footer-resource-links a:hover,
.footer-menu a:hover {
    color: var(--blue);
}

.home-problem-label,
.operation-points span,
.storage-note span {
    color: var(--blue);
}

.price-card.main {
    border-color: rgba(139, 92, 246, .36);
    box-shadow: 0 24px 58px rgba(139, 92, 246, .15);
}

.price-card.main:before,
.privacy-logo-mark {
    background: linear-gradient(135deg, var(--pink) 0%, var(--blue) 100%);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, .14);
}

.site-footer {
    background:
        radial-gradient(circle at 18% 0%, rgba(139, 92, 246, .26), transparent 34%),
        linear-gradient(180deg, #211234 0%, #120B1F 100%);
    color: #F8F4FF;
}

.footer-ci {
    background: rgba(255, 255, 255, .94);
}

.footer-brand-block p,
.footer-contact dd,
.footer-menu a,
.footer-resource-block dd,
.footer-bottom {
    color: rgba(248, 244, 255, .76);
}

.footer-contact dt,
.footer-menu-block h2,
.footer-resource-block h2 {
    color: #fff;
}

.footer-resource-links a {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .14);
    color: #fff;
}

@media (max-width: 640px) {
    .preview-showcase .home-feature-slide {
        padding-bottom: 58px;
    }

    .preview-showcase .home-slide-dots {
        bottom: 18px;
    }
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body,
#container {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
}
body {
    margin: 0;
    color: var(--ink);
    background: #fbfdff;
    font-family: Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}
#container {
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    clear: both;
}
a { color: inherit; text-decoration: none; }
.inner { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}
.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-ci {
    display: block;
    width: 248px;
    height: auto;
}
.nav { display: flex; gap: 26px; color: var(--muted); font-size: 16px; font-weight: 850; }
.nav a:hover { color: var(--blue); }
.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
}
.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
    border-radius: 999px;
    transition: transform .18s ease, opacity .18s ease;
}
.header-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: var(--white);
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(200, 95, 73, .14);
}
.member-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    position: relative;
}
.header-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 900;
    background: var(--white);
}
.header-link:hover { color: var(--blue); border-color: #f0d6ce; }
.member-menu { position: relative; }
.member-menu summary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 4px 14px 4px 6px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
}
.member-menu summary::-webkit-details-marker { display: none; }
.member-menu summary:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #7b8494;
    border-bottom: 2px solid #7b8494;
    transform: translateY(-2px) rotate(45deg);
}
.member-menu[open] summary {
    border-color: #f0d6ce;
    box-shadow: 0 12px 28px rgba(200, 95, 73, .10);
}
.member-avatar {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5edff;
    color: var(--blue);
    font-size: 16px;
    font-weight: 950;
}
.member-name {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 40;
    width: 220px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 24px 60px rgba(17, 24, 39, .16);
}
.member-panel:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 28px;
    width: 10px;
    height: 10px;
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
    background: var(--white);
    transform: rotate(45deg);
}
.member-panel-head {
    padding: 8px 10px 12px;
    border-bottom: 1px solid #edf0f4;
    margin-bottom: 6px;
}
.member-panel-head strong,
.member-panel-head span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member-panel-head strong { color: var(--ink); font-size: 15px; }
.member-panel-head span { color: var(--muted); font-size: 13px; }
.member-panel a {
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 850;
}
.member-panel a:hover { background: #fbf8ff; color: var(--blue); }
.member-panel a.primary {
    margin: 6px 0;
    background: var(--blue);
    color: var(--white);
    justify-content: center;
}
.member-panel a.primary:hover { background: var(--blue-deep); color: var(--white); }
.member-admin-direct {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--blue);
    border-radius: 999px;
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 26px rgba(200, 95, 73, .14);
}
.member-admin-direct:hover {
    background: var(--blue-deep);
    border-color: var(--blue-deep);
    color: var(--white);
}
h1, h2, h3, p { word-break: keep-all; overflow-wrap: anywhere; }
h1 { margin: 0; font-size: 70px; line-height: 1.04; letter-spacing: 0; }
h2 { margin: 0; font-size: 44px; line-height: 1.16; letter-spacing: 0; }
h3 { margin: 0; font-size: 26px; line-height: 1.25; }
.eyebrow {
    display: inline-flex;
    margin: 0 0 20px;
    padding: 8px 12px;
    color: var(--blue);
    background: rgba(200, 95, 73, .07);
    border: 1px solid rgba(200, 95, 73, .12);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.btn {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
}
.btn.primary { color: var(--white); background: var(--blue); }
.btn.primary.ghost {
    color: var(--blue);
    background: #f5edff;
    border: 1px solid #f0d6ce;
}
.btn.secondary { color: var(--ink); background: var(--white); border: 1px solid #cbd5e1; }

/* Identity color usage: keep DAMA orange as accent, avoid large bright orange fills. */
.header-cta,
.member-admin-direct,
.btn.primary {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(17, 24, 39, .12);
}
.header-cta:hover,
.member-admin-direct:hover,
.btn.primary:hover {
    background: var(--blue-deep);
    border-color: var(--blue-deep);
    color: var(--white);
}
.btn.primary.ghost {
    background: #fbf8ff;
    border-color: #f0d6ce;
    color: var(--blue);
    box-shadow: none;
}
.btn.primary.ghost:hover {
    background: #f5edff;
    border-color: var(--blue);
    color: var(--blue-deep);
}
.hero {
    position: relative;
    overflow: hidden;
    min-height: 740px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(200, 95, 73, .055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(200, 95, 73, .055) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 45%, #eaf5ff 100%);
    background-size: 42px 42px, 42px 42px, auto;
    border-bottom: 1px solid var(--line);
}
.hero:before {
    content: "DAMA";
    position: absolute;
    right: -44px;
    top: 70px;
    color: rgba(200, 95, 73, .055);
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 76px;
    align-items: center;
}
.lead {
    max-width: 700px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 23px;
    line-height: 1.55;
}
.hero-actions { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.product-console {
    padding: 28px;
    background: rgba(255,255,255,.92);
    border: 1px solid #cfe0f7;
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.console-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 900;
}
.console-top strong { color: var(--blue); }
.console-stage {
    margin-top: 22px;
    padding: 22px;
    background: #0f172a;
    border-radius: 8px;
}
.record-card {
    padding: 26px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    border-radius: 8px;
}
.record-card span,
.record-card b,
.record-card i { display: block; }
.record-card span { font-size: 14px; font-weight: 900; opacity: .86; }
.record-card b { margin-top: 8px; font-size: 34px; line-height: 1.18; }
.record-card i { margin-top: 14px; font-style: normal; color: rgba(255,255,255,.9); font-weight: 800; }
.record-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 14px;
}
.record-row div {
    padding: 18px;
    color: #eadcff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
}
.record-row b,
.record-row span { display: block; }
.record-row b { color: #71d8cc; font-size: 15px; }
.record-row span { margin-top: 5px; font-weight: 900; }
.console-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.console-tags span {
    padding: 10px 13px;
    color: #1e3a8a;
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.section { padding: 96px 0; }
.subpage-section { padding-top: 72px; }
.section-head { max-width: 860px; }
.section-head > p:last-child {
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 22px;
    line-height: 1.6;
}
.position-note {
    margin: 22px 0 0 !important;
    padding: 22px 24px;
    color: #1e3a8a !important;
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 8px;
    font-size: 20px !important;
    line-height: 1.55 !important;
    font-weight: 850;
}
.dama-section {
    background: var(--white);
}
.dama-layout {
    display: grid;
    gap: 44px;
}
.dama-story {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.dama-story div {
    padding: 28px;
    background: #f8fbff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.dama-story span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.dama-story p {
    margin: 18px 0 0;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 750;
}
.dama-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.dama-cards article {
    min-height: 260px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.dama-cards b {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
}
.dama-cards h3 { margin-top: 24px; }
.dama-cards p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.theme-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-top: 1px solid var(--line);
}
.theme-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.theme-grid article {
    position: relative;
    min-height: 270px;
    padding: 26px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.theme-grid article:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}
.theme-grid span {
    display: inline-flex;
    padding: 8px 10px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.theme-grid h3 {
    margin-top: 22px;
    font-size: 24px;
}
.theme-grid p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
}
.expansion-section {
    background: #ffffff;
    border-top: 1px solid var(--line);
}
.expansion-layout {
    display: grid;
    gap: 38px;
}
.expansion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.expansion-grid article {
    padding: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.expansion-grid span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--white);
    background: var(--blue);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.expansion-grid h3 {
    margin-top: 22px;
}
.expansion-grid p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.expansion-grid a {
    display: inline-flex;
    margin-top: 24px;
    color: var(--blue);
    font-size: 17px;
    font-weight: 900;
}
.fit-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(6, 182, 212, .12), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-top: 1px solid var(--line);
}
.fit-layout {
    display: grid;
    gap: 34px;
}
.fit-head {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 42px;
    align-items: end;
}
.fit-head > p {
    margin: 0 0 5px;
    color: var(--muted);
    font-size: 21px;
    line-height: 1.58;
}
.fit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.fit-grid article {
    position: relative;
    min-height: 280px;
    padding: 28px;
    overflow: hidden;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(15, 23, 42, .06);
}
.fit-grid article:after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: rgba(200, 95, 73, .07);
}
.fit-grid span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--white);
    background: var(--blue);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 900;
}
.fit-grid h3 {
    margin-top: 24px;
}
.fit-grid p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.transform-grid {
    display: grid;
    grid-template-columns: .8fr .8fr 1.25fr;
    gap: 18px;
    align-items: stretch;
}
.search-experience-section {
    background: #ffffff;
    border-top: 1px solid var(--line);
}
.before-after,
.search-demo-card {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(15, 23, 42, .06);
}
.before-after strong {
    display: inline-flex;
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.before strong {
    color: #9f1239;
    background: #fff1f2;
}
.after strong {
    color: #047857;
    background: #ecfdf5;
}
.before-after ul {
    display: grid;
    gap: 13px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}
.before-after li {
    position: relative;
    padding-left: 22px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 750;
}
.before-after li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #94a3b8;
}
.after li:before {
    background: var(--green);
}
.search-demo-card {
    background: #0f172a;
    color: var(--white);
}
.search-bar {
    padding: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
}
.search-bar span {
    display: block;
    color: #9edfd6;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.search-bar b {
    display: block;
    margin-top: 8px;
    color: var(--white);
    font-size: 23px;
    line-height: 1.25;
}
.search-result-mini {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 16px;
    align-items: stretch;
    margin-top: 16px;
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    color: var(--ink);
}
.search-result-mini img {
    display: block;
    width: 100%;
    height: 154px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.search-result-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
}
.search-result-mini strong {
    color: var(--blue);
    font-size: 17px;
}
.search-result-mini p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5;
}
.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.mini-tags span {
    padding: 8px 10px;
    color: #1e3a8a;
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.ai-section {
    background: #0f172a;
    color: var(--white);
}
.ai-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 62px;
    align-items: center;
}
.ai-section .eyebrow {
    color: #f0d6ce;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.14);
}
.ai-lead {
    margin: 26px 0 0;
    color: #eadcff;
    font-size: 22px;
    line-height: 1.62;
}
.ai-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}
.ai-feature-list span {
    padding: 9px 12px;
    color: #eadcff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.ai-detail-section {
    background: #f8fbff;
    border-top: 1px solid var(--line);
}
.ai-analysis-section {
    background: var(--white);
    border-top: 1px solid var(--line);
}
.ai-insight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.ai-insight-grid article {
    min-height: 220px;
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.ai-insight-grid span {
    display: inline-flex;
    padding: 7px 10px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.ai-insight-grid h3 {
    margin-top: 18px;
    color: var(--ink);
}
.ai-insight-grid p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
}
.ai-detail-grid,
.bonuslab-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ai-detail-grid article,
.bonuslab-value-grid article {
    min-height: 260px;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.ai-detail-grid span,
.bonuslab-value-grid span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.ai-detail-grid h3,
.bonuslab-value-grid h3 {
    margin-top: 24px;
    color: var(--ink);
}
.ai-detail-grid p,
.bonuslab-value-grid p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.ai-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.ai-sample-photo {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background: #e5edf8;
}
.ai-sample-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
}
.ai-result {
    padding: 26px;
    color: var(--ink);
}
.ai-result-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}
.ai-result-head span {
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    padding: 8px 11px;
    font-size: 14px;
    font-weight: 900;
}
.ai-result-head strong {
    color: var(--ink);
    font-size: 24px;
    line-height: 1.2;
}
.ai-result-summary {
    margin: -2px 0 18px !important;
    color: var(--muted);
    font-size: 17px !important;
    line-height: 1.5 !important;
}
.label-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.label-cloud span {
    padding: 9px 12px;
    color: #1e3a8a;
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.ai-result p {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}
.search-example {
    display: grid;
    gap: 9px;
    margin-top: 22px;
    padding: 18px;
    background: #f8fbff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.search-example b {
    color: var(--ink);
}
.search-example span {
    color: var(--blue);
    font-weight: 900;
}
.operation-section {
    background:
        linear-gradient(90deg, rgba(200, 95, 73, .045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(200, 95, 73, .045) 1px, transparent 1px),
        #ffffff;
    background-size: 44px 44px;
}
.operation-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
}
.operation-layout .section-head { max-width: 860px; }
.operation-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.operation-steps article {
    min-height: 260px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.operation-steps span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
}
.operation-steps h3 {
    margin-top: 24px;
    font-size: 27px;
    line-height: 1.25;
}
.operation-steps p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.operation-copy > p:not(.eyebrow) {
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 22px;
    line-height: 1.62;
}
.storage-note {
    margin-top: 26px;
    padding: 24px;
    background: #f8fbff;
    border: 1px solid #f0d6ce;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}
.storage-note span {
    display: inline-flex;
    padding: 7px 10px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.storage-note strong {
    display: block;
    margin-top: 12px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.35;
}
.storage-note p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}
.operation-points {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}
.operation-points div {
    padding: 22px;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}
.operation-points span {
    display: inline-flex;
    padding: 7px 10px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.operation-points strong {
    display: block;
    margin-top: 12px;
    color: var(--ink);
    font-size: 21px;
    line-height: 1.3;
}
.operation-points p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.48;
}
.app-preview {
    display: flex;
    justify-content: center;
}
.phone-frame {
    width: min(100%, 390px);
    padding: 22px;
    background: #0f172a;
    border: 1px solid rgba(15, 23, 42, .18);
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(15, 23, 42, .24);
}
.phone-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #eadcff;
    font-size: 15px;
    font-weight: 900;
}
.phone-top b {
    color: #71d8cc;
}
.app-search {
    margin-top: 22px;
    padding: 16px;
    color: #1e3a8a;
    background: #ffffff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 900;
}
.app-card {
    margin-top: 16px;
    padding: 22px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    border-radius: 18px;
    color: var(--white);
}
.app-card strong {
    display: block;
    font-size: 23px;
    line-height: 1.25;
}
.app-card p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 1.48;
}
.app-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.app-tags span {
    padding: 7px 10px;
    color: var(--white);
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.app-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}
.app-list div {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    color: var(--white);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
}
.app-list i {
    width: 38px;
    height: 38px;
    background: rgba(125, 211, 252, .2);
    border-radius: 10px;
}
.app-list span {
    font-weight: 900;
}
.app-list b {
    color: #71d8cc;
    font-size: 18px;
}
.pricing-section {
    background: #ffffff;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.pricing-table-wrap {
    overflow-x: auto;
    margin-top: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(17, 24, 39, .06);
}
.pricing-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    table-layout: fixed;
}
.pricing-table th,
.pricing-table td {
    padding: 18px 16px;
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
    text-align: center;
    color: var(--ink);
    font-size: 16px;
    font-weight: 800;
    vertical-align: middle;
}
.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: 0;
}
.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
    border-bottom: 0;
}
.pricing-table thead th {
    background: #fbf8ff;
    color: var(--ink);
    font-size: 17px;
}
.pricing-table thead th:first-child,
.pricing-table tbody th {
    width: 30%;
    text-align: left;
}
.pricing-table thead th span,
.pricing-table thead th strong {
    display: block;
}
.pricing-table thead th strong {
    margin-top: 6px;
    color: var(--blue);
    font-size: 20px;
}
.pricing-table thead th.featured {
    background: linear-gradient(135deg, rgba(200, 95, 73, .12), rgba(200, 95, 73, .12));
    box-shadow: inset 0 4px 0 var(--blue);
}
.pricing-table tbody th {
    background: #fdfaff;
    font-size: 15px;
}
.pricing-table td.yes {
    color: var(--green);
    font-size: 0;
}
.pricing-table td.yes:before {
    content: "제공";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(32, 191, 169, .12);
    color: #0f8f80;
    font-size: 13px;
    font-weight: 950;
}
.pricing-table td.no {
    color: #9ca3af;
    font-size: 0;
}
.pricing-table td.no:before {
    content: "미제공";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 13px;
    font-weight: 900;
}
.price-card {
    min-height: 330px;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.price-card.main {
    border-color: #9edfd6;
    box-shadow: var(--shadow);
}
.price-card.main:before {
    content: "Recommended";
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 10px;
    color: var(--white);
    background: var(--blue);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.price-card span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.price-card h3 {
    margin-top: 24px;
    color: var(--ink);
    font-size: 38px;
}
.price-card p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.price-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}
.price-card li {
    position: relative;
    padding-left: 18px;
    color: #334155;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}
.price-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 999px;
}
.price-card b {
    display: block;
    margin-top: 26px;
    color: var(--blue);
    font-size: 17px;
}
.pricing-options {
    margin-top: 34px;
    padding: 28px;
    background: #f8fbff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.pricing-option-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}
.pricing-option-head > p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
}
.pricing-option-head h3 {
    max-width: 520px;
    color: var(--ink);
}
.option-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.option-grid article {
    min-height: 210px;
    padding: 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}
.option-grid span {
    display: inline-flex;
    padding: 7px 10px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}
.option-grid h4 {
    margin-top: 18px;
    color: var(--ink);
    font-size: 21px;
}
.option-grid p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
}
.option-grid b {
    display: block;
    margin-top: 18px;
    color: var(--blue);
    font-size: 15px;
}
.pricing-note {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}
.pricing-table-note {
    margin: 14px 0 0;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fdfaff;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 750;
}
.pricing-mobile-list {
    display: none;
}
.pricing-mobile-list article {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 36px rgba(17, 24, 39, .06);
}
.pricing-mobile-list article.featured {
    border-color: #f0d6ce;
    box-shadow: var(--shadow);
}
.pricing-mobile-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}
.pricing-mobile-head span {
    color: var(--ink);
    font-size: 24px;
    font-weight: 950;
}
.pricing-mobile-head strong {
    color: var(--blue);
    font-size: 18px;
    font-weight: 950;
    white-space: nowrap;
}
.pricing-mobile-list dl {
    display: grid;
    gap: 0;
    margin: 0;
}
.pricing-mobile-list dl div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #f1e7e0;
}
.pricing-mobile-list dl div:last-child {
    border-bottom: 0;
}
.pricing-mobile-list dt,
.pricing-mobile-list dd {
    margin: 0;
}
.pricing-mobile-list dt {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}
.pricing-mobile-list dd {
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}
.pricing-mobile-list dd.yes {
    color: #0f8f80;
}
.pricing-mobile-list dd.no {
    color: #6b7280;
}
.pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}
.pricing-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    table-layout: fixed;
}
.pricing-table th,
.pricing-table td {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 15px 14px;
    text-align: center;
    vertical-align: middle;
}
.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: 0;
}
.pricing-table tr:last-child th,
.pricing-table tr:last-child td {
    border-bottom: 0;
}
.pricing-table thead th {
    background: #eef2f7;
    color: var(--ink);
    font-size: 17px;
    font-weight: 950;
}
.pricing-table thead th:first-child {
    width: 30%;
}
.pricing-table thead th span,
.pricing-table thead th strong {
    display: block;
}
.pricing-table thead th strong {
    margin-top: 6px;
    color: var(--blue);
    font-size: 15px;
}
.pricing-table thead th.featured {
    background: #edf8f6;
}
.pricing-table tbody th {
    background: #fbfcfe;
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    text-align: left;
}
.pricing-table tbody td {
    color: #334155;
    font-size: 15px;
    font-weight: 800;
}
.pricing-table td.yes:before,
.pricing-table td.no:before {
    content: none;
    display: none;
}
.pricing-table td.yes {
    color: #0f8f80;
    font-size: 15px;
    font-weight: 950;
}
.pricing-table td.no {
    color: #6b7280;
    font-size: 15px;
    font-weight: 900;
}
.process-section {
    background: #f8fbff;
    border-top: 1px solid var(--line);
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.process-grid article {
    position: relative;
    min-height: 270px;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.process-grid article:before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 72px;
    height: 1px;
    background: #eadcff;
}
.process-grid span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
}
.process-grid h3 {
    margin-top: 30px;
}
.process-grid p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.demo-section {
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
    border-top: 1px solid var(--line);
}
.home-demo-cta { background: #f5f9ff; }
.demo-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 42px;
    align-items: center;
}
.demo-cta p:not(.eyebrow) {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.58;
}
.demo-cta .btn { width: 100%; }
.demo-head {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 42px;
}
.demo-head > p {
    margin: 0 0 5px;
    color: var(--muted);
    font-size: 21px;
    line-height: 1.55;
}
.demo-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.demo-frame-card {
    position: relative;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.demo-hit {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.demo-browser {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #e5edf8;
    border-bottom: 1px solid var(--line);
}
.demo-browser img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.demo-caption {
    position: relative;
    z-index: 2;
    padding: 26px;
    background: var(--white);
}
.demo-caption span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.demo-caption h3 { margin-top: 16px; }
.demo-caption p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}
.demo-caption a {
    display: inline-flex;
    margin-top: 22px;
    color: var(--blue);
    font-size: 17px;
    font-weight: 900;
}
.demo-links {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.demo-links a {
    margin-top: 0;
    padding: 9px 12px;
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 15px;
}
.admin-demo-section {
    background: #ffffff;
    border-top: 1px solid var(--line);
}
.admin-demo-card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 34px;
    align-items: center;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.admin-demo-card + .admin-demo-card {
    margin-top: 24px;
}
.admin-demo-screen {
    overflow: hidden;
    background: #e5edf8;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.admin-demo-screen img {
    display: block;
    width: 100%;
    height: auto;
}
.admin-demo-copy span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.admin-demo-copy h3 {
    margin-top: 18px;
    font-size: 34px;
}
.admin-demo-copy p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.58;
}
.admin-demo-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}
.admin-demo-points b {
    padding: 8px 10px;
    color: var(--blue-deep);
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 13px;
}
.admin-manual-section {
    margin: 28px 0;
    padding: 34px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .05);
}
.manual-head {
    max-width: 980px;
}
.manual-head h2 {
    margin-top: 16px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
}
.manual-head > p:last-child {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.65;
}
.manual-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}
.manual-flow article {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 100%;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}
.manual-flow span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--blue);
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 950;
}
.manual-flow h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.28;
}
.manual-flow ol {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
    color: #334155;
    font-size: 16px;
    line-height: 1.62;
}
.manual-flow b {
    color: #0f172a;
    font-weight: 900;
}
.manual-tip {
    margin: 0;
    padding: 12px 13px;
    color: #1e3a8a;
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.55;
}
.manual-checklist {
    margin-top: 20px;
    padding: 26px;
    background: #0f172a;
    border-radius: 8px;
    color: var(--white);
}
.manual-checklist h3 {
    margin: 0;
    font-size: 26px;
}
.manual-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 18px 0 0;
    padding-left: 20px;
    color: #eadcff;
    font-size: 16px;
    line-height: 1.55;
}
.admin-manual-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin: 28px 0;
    padding: 30px;
    background: #0f172a;
    border-radius: 8px;
    color: var(--white);
}
.admin-manual-cta-top {
    margin: 28px 0 34px;
}
.admin-manual-cta h2 {
    margin: 14px 0 0;
    font-size: clamp(30px, 3vw, 44px);
}
.admin-manual-cta p:last-child {
    margin: 14px 0 0;
    max-width: 760px;
    color: #eadcff;
    font-size: 18px;
    line-height: 1.62;
}
.manual-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    color: #0f172a;
    background: var(--white);
    border-radius: 8px;
    font-size: 17px;
    font-weight: 950;
    white-space: nowrap;
}
.design-manual-page .admin-manual-section {
    margin: 28px 0;
}
.manual-hero-shot {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 26px;
    align-items: center;
    margin-top: 28px;
    padding: 26px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.manual-hero-shot img,
.manual-capture-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #eef2f7;
}
.manual-hero-shot span {
    display: inline-flex;
    padding: 8px 11px;
    color: var(--blue);
    background: #fbf8ff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.manual-hero-shot strong {
    display: block;
    margin-top: 18px;
    color: var(--ink);
    font-size: 30px;
    line-height: 1.25;
}
.manual-hero-shot p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62;
}
.manual-capture-section {
    display: grid;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: start;
    margin: 28px 0;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.manual-capture-copy h2 {
    margin-top: 16px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}
.manual-capture-copy > p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62;
}
.manual-capture-copy ol {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding-left: 20px;
    color: #334155;
    font-size: 16px;
    line-height: 1.62;
}
.manual-capture-copy b {
    color: #0f172a;
    font-weight: 900;
}
.manual-capture-image {
    position: sticky;
    top: 92px;
}
.bonuslab-section {
    background: #0f172a;
    color: var(--white);
}
.bonuslab-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 64px;
    align-items: start;
}
.bonuslab-section .eyebrow {
    color: #f0d6ce;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.14);
}
.bonuslab-copy {
    display: grid;
    gap: 18px;
}
.bonuslab-copy p {
    margin: 0;
    color: #eadcff;
    font-size: 22px;
    line-height: 1.58;
}
.bonuslab-value-section {
    background: #ffffff;
}
.faq-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-top: 1px solid var(--line);
}
.faq-layout {
    display: grid;
    gap: 42px;
}
.faq-head {
    max-width: 860px;
}
.faq-head > p:last-child {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 21px;
    line-height: 1.58;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.faq-grid details {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}
.faq-grid details[open] {
    border-color: #9edfd6;
    box-shadow: var(--shadow);
}
.faq-grid summary {
    position: relative;
    display: block;
    padding-left: 34px;
    padding-right: 34px;
    color: var(--ink);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}
.faq-grid summary::-webkit-details-marker {
    display: none;
}
.faq-grid summary:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: var(--white);
    background: var(--blue);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
}
.faq-grid summary:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -1px;
    color: var(--blue);
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
.faq-grid details[open] summary:after {
    content: "-";
}
.faq-grid p {
    margin: 16px 0 0;
    padding-left: 34px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}
.notice-section { background: var(--white); }
.notice-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 54px;
    align-items: start;
}
.text-link {
    display: inline-block;
    margin-top: 22px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 900;
}
.notice-box {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}
.notice-box .lt { border: 0; margin: 0; }
.notice-box .lt_title, .notice-box .lt_more { display: none; }
.notice-box ul { margin: 0; padding: 0; list-style: none; }
.notice-box li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.notice-box li:last-child { border-bottom: 0; }
.notice-box a { font-weight: 750; }
.contact {
    background:
        linear-gradient(135deg, rgba(200, 95, 73, .08), rgba(32, 191, 169, .08)),
        #fdfaff;
    color: var(--ink);
    border-top: 1px solid var(--line);
}
.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: center;
}
.contact-copy { max-width: 720px; }
.contact p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.62;
}
.contact-types {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}
.contact-types span {
    padding: 9px 12px;
    color: var(--blue);
    background: var(--white);
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}
.contact .contact-meta { color: var(--ink); font-weight: 800; }
.contact-card {
    display: grid;
    gap: 14px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 22px 60px rgba(17, 24, 39, .08);
}
.contact-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 26px;
}
.contact-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}
.contact-actions {
    display: grid;
    gap: 12px;
    width: min(100%, 260px);
}
.contact .btn {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
}
.contact-mail {
    color: var(--blue);
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    overflow-wrap: anywhere;
}
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}
.contact-info-grid article {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 38px rgba(17, 24, 39, .05);
}
.contact-info-grid span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fbf8ff;
    color: var(--blue);
    font-weight: 950;
}
.contact-info-grid h3 {
    margin: 18px 0 0;
    color: var(--ink);
}
.contact-info-grid p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.55;
}
.contact-layer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow-y: auto;
    padding: 24px 0;
    -webkit-overflow-scrolling: touch;
}
.contact-layer.is-open { display: block; }
.contact-layer-lock { overflow: hidden; }
.contact-layer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, .56);
    backdrop-filter: blur(6px);
}
.contact-layer-panel {
    position: relative;
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 30px 90px rgba(0,0,0,.22);
}
.contact-layer-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.contact-layer-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: 32px;
}
.contact-layer-head p:last-child {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
}
.contact-alert {
    margin: 18px 0 0;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 850;
}
.contact-alert.success {
    background: #eefbf8;
    color: #0f766e;
    border: 1px solid #cdeee9;
}
.contact-alert.error {
    background: #f5edff;
    color: #4F2DA8;
    border: 1px solid #f0d6ce;
}
.contact-form {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdfc;
    color: var(--ink);
    font: inherit;
    font-size: 15px;
    outline: none;
}
.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(200, 95, 73, .12);
    background: var(--white);
}
.contact-form-note {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.contact-photo-volume-field.is-hidden {
    display: none;
}
.contact-hp {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}
.site-footer {
    padding: 42px 0;
    background: var(--white);
    color: var(--ink);
    border-top: 1px solid var(--line);
    font-size: 16px;
}
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-grid p { margin: 8px 0 0; color: var(--muted); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
#skip_to_container a {
    position: absolute;
    left: -9999px;
    top: 0;
    padding: 10px;
    background: var(--blue);
    color: var(--white);
}
#skip_to_container a:focus { left: 10px; z-index: 100; }

.bonus-board-wrap {
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 82px 0 110px !important;
    float: none !important;
    clear: both !important;
}
.bonus-board-hero {
    margin-bottom: 30px;
}
.bonus-board-hero .eyebrow {
    display: inline-flex;
    margin: 0 0 18px;
    padding: 9px 12px;
    color: var(--blue);
    background: #fbf8ff;
    border: 1px solid #f0d6ce;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.bonus-board-hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: 0;
}
.bonus-board-hero p {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.6;
}
.bonus-board-wrap #bo_list {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both !important;
}
.bonus-board-wrap #bo_btn_top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0 0 16px;
}
.bonus-board-wrap .btn_bo_user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    justify-self: end;
    margin: 0 0 0 auto !important;
    padding: 0;
    list-style: none;
}
.bonus-board-wrap .btn_bo_user li {
    float: none !important;
    margin: 0 !important;
}
.bonus-board-wrap .btn_bo_user .btn,
.bonus-board-wrap .bo_fx .btn_bo_user .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border: 1px solid #c7d7ee;
    background: var(--white);
    color: var(--ink);
    border-radius: 8px;
}
.bonus-board-wrap .btn_bo_user .btn:hover,
.bonus-board-wrap .bo_fx .btn_bo_user .btn:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}
.bonus-board-wrap #bo_list_total {
    color: var(--muted);
    font-size: 15px;
    font-weight: 800;
}
.bonus-board-wrap #bo_list_total span {
    color: var(--blue);
}
.bonus-board-wrap .tbl_head01 {
    overflow: hidden;
    width: 100% !important;
    margin: 0 !important;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}
.bonus-board-wrap .tbl_head01 table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
}
.bonus-board-wrap .tbl_head01 thead th {
    height: 54px;
    color: #1e3a8a;
    background: #fbf8ff;
    border: 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 900;
}
.bonus-board-wrap .tbl_head01 tbody td {
    padding: 20px 14px;
    color: #334155;
    border: 0;
    border-bottom: 1px solid #edf2f8;
    font-size: 15px;
}
.bonus-board-wrap .td_num,
.bonus-board-wrap .td_num2,
.bonus-board-wrap .td_datetime {
    text-align: center;
    white-space: nowrap;
}
.bonus-board-wrap .td_subject .bo_tit a {
    color: var(--ink);
    font-size: 17px;
    font-weight: 850;
}

/* Scale and responsive polish */
h1 { font-size: 52px; line-height: 1.08; }
h2 { font-size: 34px; line-height: 1.2; }
h3 { font-size: 22px; }
.hero h1 { max-width: 620px; }
.eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;
    font-size: 13px;
}
.btn,
.header-cta,
.header-link {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px !important;
    line-height: 1.2 !important;
    border-radius: 6px;
    white-space: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.hero {
    overflow: hidden;
    min-height: 620px;
}
.hero:before { font-size: 132px; }
.hero-grid { gap: 54px; }
.lead {
    max-width: 620px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.55;
}
.hero-actions {
    gap: 10px;
    margin-top: 28px;
}
.section { padding: 68px 0; }
.subpage-section { padding-top: 52px; }
.section-head > p:last-child,
.demo-head > p,
.fit-head > p,
.ai-lead,
.operation-copy > p:not(.eyebrow),
.bonuslab-copy p {
    font-size: 17px;
    line-height: 1.58;
}
.position-note {
    padding: 18px 20px;
    font-size: 17px;
}
.dama-layout,
.expansion-layout,
.fit-layout,
.operation-layout,
.faq-layout {
    gap: 32px;
}
.demo-head {
    gap: 28px;
    margin-bottom: 32px;
}
.product-console,
.before-after,
.search-demo-card,
.dama-story div,
.dama-cards article,
.theme-grid article,
.expansion-grid article,
.fit-grid article,
.ai-insight-grid article,
.ai-detail-grid article,
.bonuslab-value-grid article,
.operation-steps article,
.price-card,
.option-grid article,
.process-grid article,
.demo-caption,
.admin-demo-card,
.contact-card,
.faq-grid details {
    padding: 22px;
}
.dama-cards article,
.theme-grid article,
.fit-grid article,
.ai-insight-grid article,
.ai-detail-grid article,
.bonuslab-value-grid article,
.operation-steps article,
.process-grid article {
    min-height: 210px;
}
.price-card { min-height: 280px; }
.pricing-options { padding: 24px; }
.pricing-option-head { gap: 18px; }
.dama-story p { font-size: 18px; }
.dama-cards h3,
.theme-grid h3,
.fit-grid h3,
.ai-insight-grid h3,
.ai-detail-grid h3,
.bonuslab-value-grid h3,
.operation-steps h3 {
    margin-top: 18px;
}
.dama-cards p,
.theme-grid p,
.expansion-grid p,
.fit-grid p,
.ai-insight-grid p,
.before-after li,
.search-result-mini p,
.ai-detail-grid p,
.bonuslab-value-grid p,
.ai-result p,
.operation-steps p,
.operation-points p,
.price-card p,
.option-grid p,
.process-grid p,
.demo-caption p,
.admin-demo-copy p,
.contact p {
    font-size: 16px;
    line-height: 1.55;
}
.record-card { padding: 22px; }
.record-card b { font-size: 28px; }
.record-row div { padding: 14px; }
.search-bar { padding: 15px; }
.search-bar b { font-size: 20px; }
.search-result-mini {
    grid-template-columns: 116px 1fr;
    gap: 12px;
    padding: 16px;
}
.search-result-mini img { height: 132px; }
.ai-sample-photo,
.ai-sample-photo img {
    min-height: 260px;
}
.ai-result { padding: 22px; }
.ai-result-head strong { font-size: 21px; }
.operation-steps h3 { font-size: 24px; }
.storage-note,
.operation-points div,
.app-card,
.app-list div {
    padding: 18px;
}
.storage-note strong,
.operation-points strong,
.app-card strong {
    font-size: 20px;
}
.price-card h3 { font-size: 32px; }
.process-grid span,
.fit-grid span {
    width: 40px;
    height: 40px;
}
.process-grid h3 { margin-top: 24px; }
.demo-browser { height: 220px; }
.admin-demo-copy h3 { font-size: 30px; }
.contact-card h3 { font-size: 24px; }
.bonus-board-wrap {
    padding-top: 64px !important;
    padding-bottom: 86px !important;
}
.bonus-board-hero h1 { font-size: clamp(38px, 4vw, 56px); }
.bonus-board-hero p { font-size: 18px; }

@media (min-width: 981px) and (max-width: 1180px) {
    .header-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 12px;
        padding: 12px 0 14px;
    }
    .brand-ci {
        width: 220px;
    }
    .nav {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 18px;
        padding-top: 2px;
        font-size: 15px;
    }
    .member-actions {
        margin-left: auto;
    }
}

@media (max-width: 980px) {
    .header-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 12px;
        min-height: 0;
        padding: 14px 0;
    }
    .brand-ci { width: 214px; }
    .nav-toggle { display: inline-flex; }
    .site-header.nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .site-header.nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }
    .site-header.nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .nav {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 12px;
        background: #f8fbff;
        border: 1px solid var(--line);
        border-radius: 8px;
        color: var(--ink);
        white-space: normal;
    }
    .site-header.nav-open .nav {
        display: grid;
    }
    .nav a {
        display: flex;
        min-height: 42px;
        align-items: center;
        padding: 0 12px;
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 6px;
        font-size: 14px;
    }
    .member-actions {
        grid-column: 1 / -1;
        width: 100%;
        flex-wrap: wrap;
    }
    .member-actions > a { flex: 1; text-align: center; }
    .member-menu { flex: 1 1 calc(50% - 5px); min-width: 0; }
    .member-menu summary { width: 100%; justify-content: center; }
    .member-admin-direct { flex: 1 1 calc(50% - 5px); min-height: 44px; padding: 0 12px; }
    .member-name { max-width: none; }
    .member-panel { left: 0; right: auto; width: 100%; }
    .member-panel:before { right: 50%; }
    h1 { font-size: 44px; }
    h2 { font-size: 30px; }
    .hero {
        min-height: auto;
        padding: 56px 0;
    }
    .hero:before { font-size: 86px; right: -70px; }
    .hero-grid,
    .ai-grid,
    .admin-demo-card,
    .operation-layout,
    .demo-cta,
    .fit-head,
    .transform-grid,
    .demo-head,
    .bonuslab-grid,
    .notice-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .manual-flow,
    .manual-checklist ul,
    .admin-manual-cta,
    .manual-hero-shot,
    .manual-capture-section {
        grid-template-columns: 1fr;
    }
    .manual-open-button {
        width: 100%;
    }
    .manual-capture-image {
        position: static;
    }
    .dama-cards,
    .dama-story,
    .theme-grid,
    .expansion-grid,
    .fit-grid,
    .process-grid,
    .faq-grid,
    .pricing-grid,
    .option-grid,
    .ai-insight-grid,
    .ai-detail-grid,
    .bonuslab-value-grid,
    .operation-steps,
    .demo-gallery {
        grid-template-columns: 1fr;
    }
    .admin-demo-screen {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    body { font-size: 16px; }
    .inner { width: min(1200px, calc(100% - 28px)); }
    h1 { font-size: 34px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }
    .section { padding: 50px 0; }
    .subpage-section { padding-top: 38px; }
    .hero {
        padding: 46px 0;
    }
    .hero:before { display: none; }
    .lead,
    .section-head > p:last-child,
    .demo-head > p,
    .fit-head > p,
    .ai-lead,
    .bonuslab-copy p {
        font-size: 16px;
    }
    .btn,
    .header-cta,
    .header-link {
        min-height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
    .hero-actions {
        flex-direction: column;
        gap: 8px;
    }
    .hero-actions .btn { width: 100%; }
    .product-console { display: none; }
    .dama-cards article,
    .theme-grid article,
    .expansion-grid article,
    .fit-grid article,
    .ai-insight-grid article,
    .ai-detail-grid article,
    .before-after,
    .search-demo-card,
    .process-grid article,
    .faq-grid details,
    .price-card,
    .option-grid article,
    .demo-caption,
    .admin-demo-card {
        min-height: auto;
        padding: 18px;
    }
    .admin-manual-section {
        padding: 18px;
    }
    .admin-manual-cta,
    .manual-hero-shot,
    .manual-capture-section {
        padding: 18px;
    }
    .manual-head h2 {
        font-size: 30px;
    }
    .manual-head > p:last-child,
    .manual-flow ol {
        font-size: 15px;
    }
    .manual-flow article,
    .manual-checklist {
        padding: 18px;
    }
    .manual-flow h3 {
        font-size: 21px;
    }
    .manual-hero-shot strong {
        font-size: 24px;
    }
    .manual-capture-copy h2 {
        font-size: 26px;
    }
    .manual-hero-shot p,
    .manual-capture-copy > p,
    .admin-manual-cta p:last-child {
        font-size: 15px;
    }
    .pricing-options { padding: 18px; }
    .pricing-table-wrap {
        display: none;
    }
    .pricing-mobile-list {
        display: grid;
        gap: 14px;
        margin-top: 18px;
    }
    .pricing-table {
        min-width: 760px;
    }
    .pricing-table th,
    .pricing-table td {
        padding: 14px 12px;
        font-size: 14px;
    }
    .pricing-table thead th strong {
        font-size: 16px;
    }
    .fit-grid article:after { display: none; }
    .pricing-option-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .search-result-mini {
        grid-template-columns: 1fr;
    }
    .search-result-mini img { height: 210px; }
    .demo-browser { height: 190px; }
    .admin-demo-card { gap: 18px; }
    .admin-demo-copy h3,
    .price-card h3 {
        font-size: 26px;
    }
    .demo-links a,
    .admin-demo-points b,
    .contact-types span {
        border-radius: 8px;
    }
    .contact-inner,
    .contact-grid,
    .contact-hero-grid,
    .footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-grid,
    .contact-hero-grid,
    .contact-info-grid,
    .contact-form-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .contact-grid > div,
    .contact-hero-grid > div {
        min-width: 0;
        width: 100%;
    }
    .contact-actions,
    .contact .btn {
        width: 100%;
    }
    .contact-mail { text-align: left; }
    .contact-layer-panel {
        width: min(100% - 24px, 760px);
        padding: 22px;
    }
    .bonus-board-wrap {
        width: min(1200px, calc(100% - 28px)) !important;
        padding: 44px 0 70px !important;
    }
    .bonus-board-wrap #bo_btn_top {
        grid-template-columns: 1fr;
    }
    .bonus-board-wrap .btn_bo_user {
        justify-content: flex-start;
        justify-self: start;
    }
    .bonus-board-wrap .tbl_head01 {
        overflow-x: auto;
    }
    .bonus-board-wrap .tbl_head01 table {
        min-width: 620px;
    }
}

/* Editorial polish: reduce generated-template feel and make the site read like a designed service. */
:root {
    --ink: #211234;
    --muted: #4B4355;
    --line: #E7DDF2;
    --panel: #FBF8FF;
    --white: #fff;
    --blue: #8B5CF6;
    --blue-deep: #211234;
    --pink: #FF6FA3;
    --cyan: #78E0E7;
    --green: #42C8D8;
    --shadow: 0 12px 32px rgba(33, 18, 52, .08);
}

body {
    background: #FAF7FF;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.62;
}

.site-header {
    background: rgba(255, 253, 249, .96);
    border-bottom-color: rgba(92, 72, 61, .16);
}

.header-inner {
    min-height: 72px;
}

.brand-ci {
    width: 246px;
}

.home-dama-logo {
    display: block;
    width: min(312px, 82vw);
    height: auto;
    margin: 0 0 22px;
}

.home-brand-lockup {
    margin: 0 0 22px;
}

.home-brand-lockup img {
    display: block;
    width: min(344px, 92vw);
    height: auto;
}

.nav {
    gap: 22px;
    color: #342f2b;
    font-size: 15px;
    font-weight: 820;
}

h1 {
    font-size: clamp(40px, 5vw, 58px);
    line-height: 1.08;
}

h2 {
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.18;
}

h3 {
    font-size: 22px;
    line-height: 1.28;
}

.eyebrow,
.dama-story span,
.dama-cards b,
.theme-grid span,
.expansion-grid span,
.ai-insight-grid span,
.ai-detail-grid span,
.bonuslab-value-grid span,
.price-card span,
.option-grid span,
.demo-caption span,
.admin-demo-copy span,
.manual-hero-shot span,
.operation-points span,
.storage-note span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 0 0 0 11px;
    border: 0;
    border-left: 2px solid var(--blue);
    border-radius: 0;
    background: transparent;
    color: var(--blue-deep);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.btn,
.header-cta,
.header-link,
.member-admin-direct,
.manual-open-button {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 850;
    box-shadow: none;
}

.btn.primary,
.header-cta,
.member-admin-direct {
    background: #1d1a17;
    border-color: #1d1a17;
}

.btn.primary:hover,
.header-cta:hover,
.member-admin-direct:hover {
    background: var(--blue-deep);
    border-color: var(--blue-deep);
}

.btn.primary.ghost,
.btn.secondary,
.header-link {
    background: #fdfaff;
    border: 1px solid var(--line);
    color: #302b27;
}

.btn.primary.ghost:hover,
.btn.secondary:hover,
.header-link:hover {
    background: #f4ece5;
    border-color: #d9c8bd;
    color: var(--blue-deep);
}

.hero {
    min-height: 560px;
    background: #f4efe8;
    border-bottom: 1px solid var(--line);
}

.hero:before {
    display: none;
}

.hero-grid {
    grid-template-columns: 1fr .9fr;
    gap: 58px;
}

.lead {
    max-width: 610px;
    color: #4f4a45;
    font-size: 18px;
}

.product-console {
    padding: 22px;
    background: #fdfaff;
    border-color: #ded2c8;
    box-shadow: 0 18px 44px rgba(46, 35, 29, .08);
}

.console-top {
    font-size: 13px;
    color: #625850;
}

.console-stage {
    background: #211c18;
}

.archive-brief {
    padding: 0;
    background: #f8f2ff;
    border: 1px solid #eadfd6;
}

.brief-list {
    margin: 0;
}

.brief-list div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid #eadfd6;
}

.brief-list div:last-child {
    border-bottom: 0;
}

.brief-list dt {
    color: #7f3f31;
    font-size: 13px;
    font-weight: 850;
}

.brief-list dd {
    margin: 0;
    color: #332c27;
    font-size: 15px;
    line-height: 1.55;
}

.record-card {
    background: #f8f2ff;
    color: #201b17;
}

.record-card i {
    color: #665a52;
}

.record-row div {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
    color: #eadfd6;
}

.console-tags span,
.mini-tags span,
.label-cloud span,
.app-tags span,
.demo-links a,
.admin-demo-points b,
.contact-types span {
    border-radius: 5px;
    background: #f7eee8;
    border-color: #ead9cf;
    color: #6f3b2e;
    font-size: 12px;
    font-weight: 820;
}

.section {
    padding: 72px 0;
}

.subpage-section {
    padding-top: 56px;
}

.section-head > p:last-child,
.demo-head > p,
.fit-head > p,
.operation-copy > p:not(.eyebrow),
.bonuslab-copy p,
.ai-lead,
.contact p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.62;
}

.dama-section,
.expansion-section,
.search-experience-section,
.pricing-section,
.bonuslab-value-section,
.notice-section,
.admin-demo-section {
    background: #fdfaff;
}

.theme-section,
.fit-section,
.process-section,
.faq-section,
.demo-section,
.ai-detail-section,
.operation-section {
    background: #faf7ff;
    border-top: 1px solid var(--line);
}

.fit-section,
.operation-section {
    background-image: none;
}

.dama-story,
.dama-cards,
.theme-grid,
.fit-grid,
.process-grid,
.operation-steps,
.ai-insight-grid,
.ai-detail-grid,
.bonuslab-value-grid,
.option-grid,
.contact-info-grid {
    gap: 14px;
}

.dama-story div,
.dama-cards article,
.theme-grid article,
.expansion-grid article,
.fit-grid article,
.ai-insight-grid article,
.ai-detail-grid article,
.bonuslab-value-grid article,
.operation-steps article,
.price-card,
.option-grid article,
.process-grid article,
.demo-frame-card,
.admin-demo-card,
.faq-grid details,
.contact-card,
.contact-info-grid article,
.before-after,
.search-demo-card,
.manual-hero-shot,
.manual-capture-section,
.admin-manual-section {
    background: #fdfaff;
    border-color: var(--line);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.dama-story div,
.dama-cards article,
.theme-grid article,
.expansion-grid article,
.fit-grid article,
.ai-insight-grid article,
.ai-detail-grid article,
.bonuslab-value-grid article,
.operation-steps article,
.process-grid article {
    min-height: auto;
    padding: 22px;
}

.theme-grid article:before,
.fit-grid article:after,
.process-grid article:before {
    display: none;
}

.dama-story p {
    color: #2b2622;
    font-size: 17px;
    font-weight: 720;
}

.service-flow-cards article {
    border-top: 0;
}

.service-flow-cards article b {
    color: #7f3f31;
    font-size: 12px;
    letter-spacing: .04em;
}

.dama-cards h3,
.theme-grid h3,
.fit-grid h3,
.ai-insight-grid h3,
.ai-detail-grid h3,
.bonuslab-value-grid h3,
.operation-steps h3,
.process-grid h3,
.expansion-grid h3 {
    margin-top: 14px;
}

.dama-cards p,
.theme-grid p,
.expansion-grid p,
.fit-grid p,
.ai-insight-grid p,
.ai-detail-grid p,
.bonuslab-value-grid p,
.operation-steps p,
.operation-points p,
.price-card p,
.option-grid p,
.process-grid p,
.demo-caption p,
.admin-demo-copy p,
.faq-grid p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.58;
}

.ai-section,
.bonuslab-section {
    background: #1f1a16;
    color: #fff9f2;
}

.ai-section .eyebrow,
.bonuslab-section .eyebrow {
    color: #f1cabb;
    border-left-color: #f1cabb;
    background: transparent;
}

.ai-lead,
.bonuslab-copy p {
    color: #eaded4;
}

.ai-card,
.search-demo-card {
    box-shadow: 0 16px 42px rgba(25, 20, 17, .18);
}

.search-demo-card {
    background: #211c18;
}

.search-bar {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
}

.search-bar span {
    color: #dfb09e;
}

.search-result-mini {
    background: #fdfaff;
    border: 1px solid #eadfd6;
}

.method-panel {
    grid-column: span 2;
    padding: 26px;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.method-panel strong {
    display: block;
    color: #17130f;
    font-size: 20px;
    margin-bottom: 18px;
}

.method-panel ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.method-panel li {
    padding: 16px;
    background: #fbf6f1;
    border: 1px solid #eadfd6;
    border-radius: 5px;
}

.method-panel b {
    display: block;
    color: #7f3f31;
    font-size: 13px;
    margin-bottom: 8px;
}

.method-panel span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.usecase-grid article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 18px;
    align-items: start;
}

.usecase-grid span {
    width: auto;
    height: auto;
    border-radius: 999px;
    padding: 7px 10px;
    line-height: 1;
}

.usecase-grid h3 {
    margin-top: 0;
}

.usecase-grid p {
    grid-column: 2;
}

.editorial-grid article {
    box-shadow: none;
}

.process-grid span,
.fit-grid span,
.operation-steps span,
.manual-flow span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4e7df;
    border: 1px solid #e8d2c7;
    color: var(--blue-deep);
    font-size: 13px;
}

.pricing-table-wrap,
.bonus-board-wrap .tbl_head01 {
    border-color: var(--line);
    box-shadow: 0 10px 28px rgba(34, 26, 21, .055);
}

.pricing-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.pricing-guide-grid article {
    padding: 20px;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.pricing-guide-grid article.featured {
    border-color: #d6a08d;
    background: #fbf8ff;
}

.pricing-guide-grid span {
    color: #7f3f31;
    font-size: 12px;
    font-weight: 900;
}

.pricing-guide-grid h3 {
    margin-top: 12px;
    color: #17130f;
    font-size: 19px;
}

.pricing-guide-grid p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.pricing-table thead th,
.bonus-board-wrap .tbl_head01 thead th {
    background: #f4ece5;
    color: #302b27;
}

.pricing-table tbody th,
.pricing-table tbody td {
    font-size: 14px;
}

.pricing-options,
.pricing-table-note,
.pricing-storage-note,
.position-note,
.manual-tip,
.storage-note {
    background: #fbf6f1;
    border-color: var(--line);
    color: var(--muted) !important;
}

.pricing-storage-note {
    display: grid;
    grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin: 14px 0 22px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 7px;
}

.pricing-storage-note h3 {
    margin-top: 9px;
    color: #17130f;
    font-size: 22px;
}

.pricing-storage-note p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.62;
}

.admin-demo-card {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 28px;
    padding: 22px;
}

.admin-demo-copy h3 {
    font-size: 27px;
}

.admin-demo-screen,
.manual-hero-shot img,
.manual-capture-image img {
    border-color: var(--line);
    border-radius: 5px;
}

.manual-checklist,
.admin-manual-cta {
    background: #211c18;
    color: #fff9f2;
}

.manual-checklist ul,
.admin-manual-cta p:last-child {
    color: #eaded4;
}

.contact {
    background: #f4efe8;
}

.contact-card,
.contact-layer-panel {
    background: #fdfaff;
}

.site-footer {
    background: #fdfaff;
    border-top-color: var(--line);
}

.site-footer {
    padding: 54px 0 30px;
    background: #101722;
    border-top: 0;
    color: #f8fafc;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(260px, 1fr) minmax(280px, 1.05fr);
    gap: 62px;
}

.footer-ci {
    display: block;
    width: 190px;
    max-width: 100%;
    padding: 10px 12px;
    background: #fdfaff;
    border-radius: 6px;
}

.footer-brand-block p {
    margin: 20px 0 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.75;
}

.footer-brand-block p + p {
    margin-top: 8px;
    max-width: 340px;
}

.footer-contact {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
}

.footer-contact div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 10px;
    align-items: baseline;
}

.footer-contact dt {
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.footer-contact dd {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
}

.footer-contact a {
    color: inherit;
}

.footer-menu-block h2,
.footer-resource-block h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 44px;
}

.footer-menu a {
    color: #dbe4ef;
    font-size: 14px;
    font-weight: 720;
}

.footer-resource-links {
    display: grid;
    gap: 12px;
}

.footer-resource-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 46px;
    padding: 0 16px;
    color: #e5edf7;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(203, 213, 225, .22);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 760;
}

.footer-resource-links span {
    color: #45d8a2;
    font-size: 18px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid rgba(203, 213, 225, .18);
}

.footer-bottom p {
    margin: 0;
    color: #9ca8b7;
    font-size: 12px;
}

.footer-bottom-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #cbd5e1;
    font-size: 13px;
}

.faq-section .section-head h2 {
    font-size: clamp(30px, 3.2vw, 42px);
}

.faq-section .section-head > p:last-child {
    max-width: 720px;
    font-size: 15px;
}

.faq-grid {
    gap: 10px;
}

.faq-grid details {
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: none;
}

.faq-grid details[open] {
    border-color: #e1cfc3;
    box-shadow: 0 8px 22px rgba(34, 26, 21, .04);
}

.faq-grid summary {
    min-height: 56px;
    padding: 17px 48px 17px 52px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 820;
}

.faq-grid summary:before {
    left: 18px;
    top: 18px;
    width: 22px;
    height: 22px;
    background: #f4e7df;
    color: #7f3f31;
    border: 1px solid #ead9cf;
    border-radius: 50%;
    font-size: 12px;
}

.faq-grid summary:after {
    right: 18px;
    top: 16px;
    color: #7f3f31;
    font-size: 22px;
}

.faq-grid p {
    margin: 0;
    padding: 0 48px 20px 52px;
    font-size: 14px;
    line-height: 1.62;
}

.home-hero {
    background: #f4efe8;
    border-bottom: 1px solid var(--line);
    padding: 82px 0;
}

.home-hero-grid,
.home-ai-grid,
.home-template-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 58px;
    align-items: center;
}

.home-hero-copy h1 {
    max-width: 720px;
    font-size: clamp(40px, 4.45vw, 60px);
    line-height: 1.04;
    letter-spacing: 0;
}

.home-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.home-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 34px 0 0;
}

.home-hero-facts div {
    padding: 14px;
    background: rgba(255, 253, 249, .74);
    border: 1px solid #e6d7cd;
    border-radius: 6px;
}

.home-hero-facts dt {
    color: #7f3f31;
    font-size: 12px;
    font-weight: 850;
}

.home-hero-facts dd {
    margin: 7px 0 0;
    color: #332c27;
    font-size: 14px;
    line-height: 1.45;
}

.home-hero-preview {
    display: grid;
    gap: 16px;
}

.preview-browser,
.preview-search,
.home-search-panel,
.home-closing-box {
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(46, 35, 29, .08);
}

.preview-browser {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 7px;
    box-shadow: 0 16px 38px rgba(34, 26, 21, .08);
}

.hero-slide-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.hero-slide-head h2 {
    margin: 0;
    color: #17130f;
    font-size: 27px;
    line-height: 1.2;
}

.hero-slide-head a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #17130f;
    font-size: 13px;
    font-weight: 850;
}

.preview-browser-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 14px;
    background: #211c18;
    color: #eadfd6;
}

.preview-browser-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d66a54;
}

.preview-browser-bar span:nth-child(2) {
    background: #e6b86f;
}

.preview-browser-bar span:nth-child(3) {
    background: #4bb492;
}

.preview-browser-bar b {
    margin-left: 8px;
    font-size: 12px;
}

.preview-showcase {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #17130f;
    border: 0;
    border-radius: 7px;
    box-shadow: none;
}

.home-feature-slide {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
    min-height: 420px;
    padding: 24px 24px 62px;
    background: #211c18;
    touch-action: pan-y;
    user-select: none;
    transition: opacity .18s ease, transform .24s ease;
}

.home-demo-rotator.is-changing .home-feature-slide {
    opacity: .45;
    transform: scale(1.01);
}

.home-feature-query {
    padding: 18px;
    background: #2d2722;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
}

.home-feature-query span {
    display: block;
    color: #dfb09e;
    font-size: 12px;
    font-weight: 900;
}

.home-feature-query strong {
    display: block;
    margin-top: 9px;
    color: #fdfaff;
    font-size: 22px;
    line-height: 1.35;
}

.home-feature-result {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 20px;
    align-items: center;
    padding: 18px;
    background: #fdfaff;
    border-radius: 7px;
}

.home-feature-result img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    background: #f4efe8;
}

.home-feature-result b {
    display: block;
    color: #b85642;
    font-size: 18px;
    line-height: 1.35;
}

.home-feature-result p {
    margin: 10px 0 0;
    color: #4f4a45;
    font-size: 15px;
    line-height: 1.6;
}

.home-feature-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.home-feature-tags span {
    padding: 9px 12px;
    background: #f7eee8;
    border: 1px solid #ead9cf;
    border-radius: 5px;
    color: #7f3f31;
    font-size: 12px;
    font-weight: 850;
}

.preview-showcase img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    background: #17130f;
    display: block;
    transition: opacity .18s ease, transform .24s ease;
}

.preview-showcase .home-feature-result img {
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.home-demo-rotator.is-changing .preview-showcase img {
    opacity: .58;
    transform: scale(1.015);
}

.home-slide-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    pointer-events: none;
}

.home-slide-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    pointer-events: auto;
    transition: width .18s ease, background .18s ease;
}

.home-slide-dots button.is-active {
    width: 34px;
    background: rgba(255, 255, 255, .92);
}

.preview-note {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.preview-note span,
.preview-search span,
.home-outcome-card span {
    color: #7f3f31;
    font-size: 12px;
    font-weight: 850;
}

.preview-note strong {
    display: block;
    margin-top: 7px;
    color: #17130f;
    font-size: 18px;
    line-height: 1.45;
}

.preview-note p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.preview-note a {
    display: inline-flex;
    margin-top: 10px;
    color: #7f3f31;
    font-size: 13px;
    font-weight: 850;
}

.preview-search {
    padding: 18px;
}

.preview-search b {
    display: block;
    margin-top: 8px;
    color: #17130f;
    font-size: 18px;
}

.preview-search p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.home-problem-section,
.home-ai-section,
.home-closing-section,
.home-service-check-section {
    background: #fdfaff;
}

.home-problem-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 52px;
}

.home-problem-list {
    display: grid;
    gap: 12px;
}

.home-problem-list article {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.home-problem-list article:first-child {
    padding-top: 0;
}

.home-problem-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
}

.home-problem-list strong {
    display: block;
    color: #17130f;
    font-size: 18px;
}

.home-problem-list p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.62;
}

.home-flow-section {
    background: #faf7ff;
    border-top: 1px solid var(--line);
}

.home-flow-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.home-flow-list article {
    min-height: 178px;
    padding: 20px;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.home-flow-list span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    color: #4F2DA8;
    background: #f4e7df;
    border: 1px solid #ead6cc;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

.home-flow-list strong {
    display: block;
    color: #17130f;
    font-size: 19px;
}

.home-flow-list p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58;
}

.home-flow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.home-outcome-section,
.home-operation-section,
.home-template-section {
    background: #faf7ff;
    border-top: 1px solid var(--line);
}

.home-section-title {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, .75fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 28px;
}

.home-section-title.compact {
    max-width: 820px;
    display: block;
}

.home-section-title p:last-child {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.62;
}

.home-outcome-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-outcome-card {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1fr);
    overflow: hidden;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.home-outcome-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: contain;
    object-position: center;
    background: #fbf6f1;
}

.home-outcome-card div {
    padding: 28px;
}

.home-outcome-card h3 {
    margin-top: 10px;
    font-size: 25px;
}

.home-outcome-card p,
.home-ai-copy p,
.home-template-grid p,
.home-closing-box p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.62;
}

.home-outcome-card a {
    display: inline-flex;
    margin-top: 18px;
    color: #7f3f31;
    font-weight: 850;
}

.home-ai-section {
    border-top: 1px solid var(--line);
}

.home-ai-grid {
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
}

.home-check-list {
    display: grid;
    gap: 9px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.home-check-list li {
    position: relative;
    padding-left: 20px;
    color: #332c27;
    font-size: 15px;
    font-weight: 760;
}

.home-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d66a54;
}

.home-check-list + .btn {
    margin-top: 30px;
}

.home-search-panel {
    padding: 22px;
    background: #211c18;
}

.home-ai-design-panel {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    background: #f8f2ff;
    border: 1px solid #ead9cf;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(46, 35, 29, .08);
}

.ai-design-photo {
    position: relative;
    overflow: hidden;
    min-height: 278px;
    border-radius: 7px;
    background: #211c18;
}

.ai-design-photo img {
    width: 100%;
    height: 100%;
    min-height: 278px;
    object-fit: cover;
    display: block;
}

.ai-design-photo span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    padding: 7px 9px;
    color: #fff7ed;
    background: rgba(33, 28, 24, .76);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
}

.ai-design-flow {
    display: grid;
    gap: 10px;
}

.ai-design-flow div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: start;
    padding: 15px;
    background: #fdfaff;
    border: 1px solid #e7ddf2;
    border-radius: 7px;
}

.ai-design-flow b {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #4F2DA8;
    background: #f4e7df;
    border-radius: 50%;
    font-size: 12px;
}

.ai-design-flow strong {
    color: #17130f;
    font-size: 16px;
}

.ai-design-flow p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.ai-design-tags {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 2px;
}

.ai-design-tags span {
    display: inline-flex;
    padding: 8px 10px;
    color: #7f3f31;
    background: #fdfaff;
    border: 1px solid #ead6cc;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
}

.home-ai-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 0;
}

.home-ai-meta div {
    padding: 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
}

.home-ai-meta dt {
    color: #f1cabb;
    font-size: 12px;
    font-weight: 850;
}

.home-ai-meta dd {
    margin: 7px 0 0;
    color: #eaded4;
    font-size: 13px;
    line-height: 1.48;
}

.home-cdn-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(120, 224, 231, .13), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(255, 111, 163, .11), transparent 34%),
        #17121f;
    color: #fdfaff;
    border-top: 1px solid rgba(139, 92, 246, .22);
}

.home-cdn-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
    gap: 42px;
    align-items: center;
}

.home-cdn-section .eyebrow {
    color: #78e0e7;
    border-left-color: #78e0e7;
    background: transparent;
}

.home-cdn-copy h2 {
    color: #fdfaff;
}

.home-cdn-copy p {
    color: #e8def5;
    font-size: 16px;
    line-height: 1.68;
}

.home-cdn-list li {
    color: #f8f2ff;
}

.home-cdn-list li:before {
    background: #78e0e7;
}

.home-cdn-list + .btn {
    margin-top: 30px;
}

.home-cdn-panel {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
        rgba(255, 255, 255, .06);
    background-size: 32px 32px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.cdn-panel-head {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(33, 18, 52, .62);
}

.cdn-panel-head span {
    display: inline-flex;
    color: #78e0e7;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .03em;
}

.cdn-panel-head strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.28;
}

.cdn-flow-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.cdn-node {
    min-height: 96px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    color: #211234;
}

.cdn-node.is-accent {
    background: linear-gradient(135deg, #8B5CF6 0%, #FF6FA3 100%);
    color: #fff;
    box-shadow: 0 14px 32px rgba(139, 92, 246, .28);
}

.cdn-node b,
.cdn-node span {
    display: block;
}

.cdn-node b {
    font-size: 18px;
    font-weight: 950;
}

.cdn-node span {
    margin-top: 8px;
    color: inherit;
    opacity: .76;
    font-size: 13px;
    font-weight: 820;
}

.cdn-link {
    position: relative;
    height: 2px;
    background: rgba(120, 224, 231, .62);
}

.cdn-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(120, 224, 231, .9);
    border-right: 2px solid rgba(120, 224, 231, .9);
    transform: translateY(-50%) rotate(45deg);
}

.cdn-preview-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #211234;
}

.cdn-preview-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: left top;
    border: 1px solid rgba(139, 92, 246, .18);
    border-radius: 7px;
}

.cdn-preview-card b {
    color: #7f3f31;
    font-size: 19px;
    font-weight: 950;
}

.cdn-preview-card p {
    margin: 9px 0 0;
    color: #5f536f;
    font-size: 14px;
    line-height: 1.55;
}

.cdn-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cdn-status-grid article {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.cdn-status-grid span {
    color: #78e0e7;
    font-size: 12px;
    font-weight: 950;
}

.cdn-status-grid strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 17px;
}

.cdn-status-grid p {
    margin: 8px 0 0;
    color: #e8def5;
    font-size: 13px;
    line-height: 1.55;
}

.home-trust-section {
    background: #211c18;
    color: #f8f2ff;
    border-top: 1px solid #2f2925;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: center;
}

.home-trust-section .eyebrow {
    color: #f1cabb;
    border-left-color: #f1cabb;
    background: transparent;
}

.home-trust-grid h2 {
    color: #fdfaff;
}

.home-trust-grid p {
    color: #eaded4;
    font-size: 16px;
    line-height: 1.65;
}

.home-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-trust-list article {
    padding: 18px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
}

.home-trust-list span {
    color: #f1cabb;
    font-size: 12px;
    font-weight: 900;
}

.home-trust-list strong {
    display: block;
    margin-top: 9px;
    color: #fdfaff;
    font-size: 19px;
}

.home-trust-list p {
    margin: 8px 0 0;
    color: #e8d8cc;
    font-size: 14px;
    line-height: 1.55;
}

.home-privacy-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, .9fr);
    gap: 16px;
    align-items: stretch;
}

.privacy-browser {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background:
        linear-gradient(rgba(154, 79, 62, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(154, 79, 62, .06) 1px, transparent 1px),
        #f8f2ff;
    background-size: 38px 38px;
    color: #1f2937;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.privacy-capture-card {
    background: #f8f2ff;
}

.privacy-capture-card img {
    display: block;
    width: 100%;
    height: auto;
}

.privacy-private-card {
    padding: 22px;
}

.privacy-site-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(154, 79, 62, .12);
}

.privacy-logo-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(180deg, #FF6FA3, #8B5CF6);
    color: #fff;
    font-size: 20px;
    font-weight: 950;
}

.privacy-site-head strong {
    display: block;
    color: #17130f;
    font-size: 18px;
    line-height: 1.2;
}

.privacy-site-head p {
    margin: 5px 0 0;
    color: #6b5b53;
    font-size: 13px;
    line-height: 1.35;
}

.privacy-hero-image {
    margin: 18px 0;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .74);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(114, 64, 50, .13);
}

.privacy-hero-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: saturate(.9) brightness(1.04);
}

.privacy-label {
    display: inline-flex;
    margin-top: 4px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .08em;
}

.privacy-private-card h3 {
    margin: 12px 0 0;
    color: #111827;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: 0;
}

.privacy-private-card > p {
    margin: 15px 0 0;
    color: #4b5563;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.65;
}

.privacy-private-card label {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.privacy-private-card label span {
    color: #111827;
    font-size: 13px;
    font-weight: 950;
}

.privacy-private-card input {
    width: 100%;
    height: 48px;
    border: 1px solid #e1d3ca;
    border-radius: 12px;
    background: #fff;
    pointer-events: none;
}

.privacy-private-card button {
    width: 100%;
    height: 52px;
    margin-top: 14px;
    border: 0;
    border-radius: 999px;
    background: #1f2937;
    color: #fff;
    font-size: 15px;
    font-weight: 950;
}

.privacy-private-card small {
    display: inline-flex;
    margin-top: 16px;
    padding: 8px 12px;
    border: 1px solid #e7ddf2;
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    color: #6b5b53;
    font-size: 12px;
    font-weight: 900;
}

.privacy-mode-list {
    display: grid;
    gap: 10px;
}

.privacy-mode-list article {
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
}

.privacy-mode-list span {
    color: #f1cabb;
    font-size: 12px;
    font-weight: 900;
}

.privacy-mode-list strong {
    display: block;
    margin-top: 8px;
    color: #fdfaff;
    font-size: 18px;
}

.privacy-mode-list p {
    margin: 8px 0 0;
    color: #e8d8cc;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .home-trust-grid {
        grid-template-columns: 1fr;
    }

    .home-privacy-showcase {
        grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr);
    }
}

@media (max-width: 860px) {
    .cdn-flow-map {
        grid-template-columns: 1fr;
    }

    .cdn-link {
        width: 2px;
        height: 26px;
        margin: 0 auto;
    }

    .cdn-link:after {
        top: auto;
        right: 50%;
        bottom: -2px;
        transform: translateX(50%) rotate(135deg);
    }

    .cdn-preview-card {
        grid-template-columns: 1fr;
    }
}

.home-operation-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.home-operation-list article {
    padding: 20px;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.home-operation-list span {
    color: #7f3f31;
    font-size: 12px;
    font-weight: 850;
}

.home-operation-list strong {
    display: block;
    margin-top: 18px;
    color: #17130f;
    font-size: 20px;
}

.home-operation-list p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.home-service-check {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 42px;
    align-items: start;
}

.home-service-check p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.62;
}

.home-service-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-service-check-list article {
    padding: 18px;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.home-service-check-list strong {
    display: block;
    color: #17130f;
    font-size: 17px;
}

.home-service-check-list span {
    display: block;
    margin-top: 9px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.home-template-grid {
    grid-template-columns: minmax(0, .72fr) minmax(420px, 1.28fr);
}

.home-template-strip {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.home-template-strip img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center;
    background: #fbf6f1;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(34, 26, 21, .045);
}

.home-template-strip img:nth-child(2) {
    margin-top: 36px;
}

.home-template-strip img:nth-child(3) {
    margin-top: 72px;
}

.home-demo-rotator {
    display: grid;
}

.home-demo-stage {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(34, 26, 21, .07);
}

.home-demo-stage img {
    width: 100%;
    height: 430px;
    object-fit: contain;
    object-position: center;
    background: #fbf6f1;
    display: block;
    transition: opacity .18s ease, transform .24s ease;
}

.home-demo-rotator.is-changing .home-demo-stage img {
    opacity: .32;
    transform: scale(1.01);
}

.home-demo-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
    background: rgba(255, 253, 249, .94);
    border: 1px solid rgba(234, 223, 214, .96);
    border-radius: 6px;
    backdrop-filter: blur(8px);
}

.home-demo-caption span {
    color: #7f3f31;
    font-size: 12px;
    font-weight: 850;
}

.home-demo-caption strong {
    display: block;
    margin-top: 7px;
    color: #17130f;
    font-size: 24px;
    line-height: 1.25;
}

.home-demo-caption p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.home-demo-caption a {
    display: inline-flex;
    margin-top: 12px;
    color: #7f3f31;
    font-size: 14px;
    font-weight: 850;
}

.home-demo-thumbs {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 7px;
    padding-top: 10px;
    background: transparent;
    border-top: 0;
}

.home-demo-thumbs button {
    height: 32px;
    background: #fdfaff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #594f47;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.home-demo-thumbs button:hover,
.home-demo-thumbs button.is-active {
    background: #211c18;
    border-color: #211c18;
    color: #fff9f2;
}

.home-closing-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 34px;
}

.home-closing-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .nav {
        background: #f4efe8;
    }

    .member-actions {
        justify-content: flex-start;
    }

    .member-actions > a {
        flex: 0 1 auto;
        min-width: 132px;
    }

    .member-menu {
        flex: 0 1 auto;
        min-width: 170px;
    }

    .home-hero-grid,
    .home-ai-grid,
    .home-cdn-grid,
    .home-template-grid,
    .home-problem-grid,
    .home-service-check,
    .home-section-title,
    .home-closing-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-outcome-grid,
    .home-operation-list,
    .home-service-check-list,
    .pricing-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px;
    }

    .footer-resource-block {
        grid-column: 1 / -1;
    }

    .home-closing-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .header-inner {
        grid-template-columns: 1fr 38px;
        gap: 8px;
        padding: 10px 0;
    }

    .nav-toggle {
        width: 38px;
        height: 38px;
    }

    .member-actions {
        gap: 8px;
    }

    .member-actions > a,
    .header-cta,
    .header-link,
    .member-admin-direct {
        min-height: 38px;
        height: 38px;
        font-size: 13px;
    }

    .section {
        padding: 48px 0;
    }

    .hero {
        padding: 42px 0;
    }

    .brand-ci {
        width: 198px;
    }

    .product-console {
        display: block;
        padding: 16px;
    }

    .console-top {
        display: grid;
        gap: 4px;
    }

    .home-hero {
        padding: 34px 0;
    }

    .home-hero-copy h1 {
        font-size: 32px;
        line-height: 1.12;
    }

    .home-hero .lead {
        font-size: 15px;
        line-height: 1.58;
        margin-top: 18px;
    }

    .home-hero-actions {
        margin-top: 22px;
    }

    .home-hero-facts div {
        padding: 12px;
    }

    .home-hero-facts,
    .home-outcome-grid,
    .home-operation-list,
    .home-service-check-list,
    .pricing-guide-grid,
    .home-ai-meta,
    .home-template-strip {
        grid-template-columns: 1fr;
    }

    .home-outcome-card {
        grid-template-columns: 1fr;
    }

    .home-outcome-card img {
        min-height: 210px;
        max-height: 260px;
    }

    .preview-showcase {
        min-height: 0;
        height: auto;
    }

    .preview-showcase > img {
        min-height: 0;
        height: auto;
    }

    .home-feature-slide {
        min-height: 0;
        padding: 14px 14px 58px;
        gap: 12px;
        touch-action: pan-y;
    }

    .home-feature-query {
        padding: 14px;
    }

    .home-feature-query strong {
        font-size: 18px;
    }

    .home-feature-result {
        grid-template-columns: 78px 1fr;
        gap: 12px;
        padding: 14px;
    }

    .home-feature-result img {
        width: 78px;
        height: 78px;
    }

    .preview-showcase .home-feature-slide .home-feature-result img {
        width: 78px;
        height: 78px;
        min-height: 0;
    }

    .home-feature-result b {
        font-size: 15px;
    }

    .home-feature-result p {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.45;
    }

    .home-feature-tags {
        gap: 6px;
        margin-top: 10px;
    }

    .home-feature-tags span {
        padding: 6px 8px;
        font-size: 11px;
    }

    .home-search-panel,
    .home-closing-box,
    .home-outcome-card div {
        padding: 18px;
    }

    .home-template-strip img:nth-child(2),
    .home-template-strip img:nth-child(3) {
        margin-top: 0;
    }

    .hero-slide-head h2 {
        font-size: 22px;
    }

    .home-slide-dots {
        gap: 6px;
        bottom: 18px;
        margin-top: 0;
    }

    .home-slide-dots button {
        width: 9px;
        height: 9px;
    }

    .home-slide-dots button.is-active {
        width: 26px;
    }

    .home-demo-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-closing-actions .btn {
        width: 100%;
    }

    .pricing-mobile-head,
    .pricing-mobile-list dl div,
    .footer-resource-links a {
        min-width: 0;
    }

    .footer-ci {
        width: 168px;
    }

    .site-footer {
        padding: 42px 0 26px;
    }

    .footer-main,
    .footer-menu {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-resource-block {
        grid-column: auto;
    }

    .footer-bottom {
        display: grid;
        gap: 16px;
        margin-top: 34px;
    }

    .console-stage {
        padding: 16px;
    }

    .record-row {
        grid-template-columns: 1fr;
    }

    .brief-list div {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 15px;
    }

    .method-panel {
        grid-column: auto;
        padding: 17px;
    }

    .method-panel ol {
        grid-template-columns: 1fr;
    }

    .method-panel strong {
        font-size: 18px;
    }

    .usecase-grid article {
        grid-template-columns: 1fr;
    }

    .usecase-grid p {
        grid-column: auto;
    }

    .dama-story div,
    .dama-cards article,
    .theme-grid article,
    .expansion-grid article,
    .fit-grid article,
    .ai-insight-grid article,
    .ai-detail-grid article,
    .bonuslab-value-grid article,
    .operation-steps article,
    .process-grid article,
    .admin-demo-card,
    .manual-capture-section,
    .admin-manual-section,
    .manual-hero-shot,
    .contact-card {
        padding: 17px;
    }
}

@media (max-width: 640px) {
    .site-header {
        min-height: 0;
    }

    .header-inner {
        grid-template-columns: 1fr 38px;
        gap: 8px;
        padding: 10px 0;
    }

    .brand-ci {
        width: 168px;
        max-width: calc(100vw - 96px);
    }

    .nav-toggle {
        width: 38px;
        height: 38px;
        justify-self: end;
    }

    .member-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        width: 100%;
        margin-top: 0;
    }

    .member-actions .member-menu {
        min-width: 0;
        width: 100%;
    }

    .member-actions > a,
    .member-actions .member-toggle,
    .header-cta,
    .header-link,
    .member-admin-direct {
        width: 100%;
        min-width: 0;
        min-height: 38px;
        height: 38px;
        padding: 0 12px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .member-avatar {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .home-hero {
        padding: 34px 0 42px;
    }

    .home-hero-grid {
        gap: 28px;
    }

    .home-hero-copy h1 {
        font-size: clamp(30px, 8.6vw, 36px);
        line-height: 1.14;
    }

    .home-hero .lead {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.58;
    }

    .home-hero-actions {
        gap: 8px;
        margin-top: 20px;
    }

    .home-hero-actions .btn {
        width: auto;
        min-height: 40px;
        padding: 0 14px;
        font-size: 14px;
    }

    .home-hero-facts div {
        padding: 12px;
    }

    .preview-showcase {
        min-height: 0;
        height: auto;
        padding: 0;
    }

    .preview-showcase > img {
        min-height: 0;
        height: auto;
    }

    .home-feature-slide {
        min-height: 0;
        padding: 14px;
        gap: 12px;
    }

    .home-feature-query {
        padding: 14px;
    }

    .home-feature-query span {
        font-size: 11px;
    }

    .home-feature-query strong {
        font-size: 17px;
        line-height: 1.35;
    }

    .home-feature-result {
        grid-template-columns: 74px 1fr;
        gap: 12px;
        padding: 14px;
    }

    .home-feature-result img,
    .preview-showcase .home-feature-slide .home-feature-result img {
        width: 74px;
        height: 74px;
        min-height: 0;
        max-height: none;
    }

    .home-feature-result b {
        font-size: 14px;
    }

    .home-feature-result p {
        margin-top: 5px;
        font-size: 12.5px;
        line-height: 1.45;
    }

    .home-feature-tags {
        gap: 5px;
        margin-top: 9px;
    }

    .home-feature-tags span {
        padding: 5px 7px;
        font-size: 10.5px;
    }

    .home-slide-dots {
        gap: 6px;
        margin-top: 10px;
    }

    .home-slide-dots button {
        width: 10px;
        height: 10px;
    }

    .home-slide-dots button.is-active {
        width: 28px;
    }

    .home-service-check,
    .home-ai-card,
    .home-cdn-panel,
    .home-search-panel,
    .home-closing-box,
    .home-outcome-card div {
        padding: 18px;
    }

    .cdn-panel-head,
    .cdn-preview-card,
    .cdn-node,
    .cdn-status-grid article {
        padding: 14px;
    }

    .cdn-panel-head strong {
        font-size: 19px;
    }

    .cdn-status-grid {
        grid-template-columns: 1fr;
    }

    .home-service-check-list li {
        padding: 13px 0;
        gap: 12px;
    }

    .section-head h2,
    .home-search-copy h2,
    .home-operation-copy h2,
    .home-closing h2 {
        font-size: clamp(26px, 7.2vw, 32px);
        line-height: 1.18;
    }

    .site-footer {
        padding: 30px 0 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 14px;
    }

    .footer-resource-block {
        grid-column: auto;
    }

    .footer-ci {
        width: 146px;
    }

    .footer-brand-block p,
    .footer-contact-list,
    .footer-menu a,
    .footer-resource-links a,
    .footer-bottom {
        font-size: 13px;
    }

    .footer-brand-block p {
        margin-top: 10px;
        line-height: 1.45;
    }

    .footer-contact {
        margin-top: 16px;
        gap: 8px;
    }

    .footer-menu-block h2,
    .footer-resource-block h2 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer-menu a {
        min-height: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: rgba(255, 255, 255, .78);
        line-height: 1.5;
    }

    .footer-resource-links {
        gap: 8px;
    }

    .footer-resource-links a {
        min-width: 0;
        min-height: 38px;
        padding: 0 12px;
    }

    .footer-bottom {
        display: grid;
        gap: 12px;
        margin-top: 24px;
        padding-top: 20px;
    }

    .footer-bottom-links {
        gap: 12px;
    }

    .pricing-mobile-head,
    .pricing-mobile-list dl div,
    .contact-panel,
    .contact-card,
    .faq-card,
    .admin-demo-card,
    .manual-capture-section {
        min-width: 0;
    }
}
