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

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

.footer-guide-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.footer-guide-list div {
    padding: 15px 16px;
    border: 1px solid rgba(203, 213, 225, .18);
    border-radius: 7px;
    background: rgba(255, 255, 255, .025);
}

.footer-guide-list dt {
    margin: 0 0 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.footer-guide-list dd {
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.55;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-bottom p {
    margin: 0 auto;
}

.footer-bottom-links {
    display: none;
}

.contact-accent {
    color: var(--blue);
    font-weight: 850;
}

@media (max-width: 640px) {
    .hero,
    .subpage-section,
    .pricing-section,
    .admin-demo-section,
    .contact {
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .contact-copy h1,
    .pricing-section .section-head h2,
    .admin-demo-section .section-head h2,
    .bonus-board-hero h1,
    .hero h1 {
        font-size: clamp(28px, 7.6vw, 34px) !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    .contact-copy > p,
    .pricing-section .section-head > p:last-child,
    .admin-demo-section .section-head > p:last-child,
    .bonus-board-hero p,
    .lead {
        font-size: 15px !important;
        line-height: 1.62 !important;
    }

    .contact-types,
    .admin-demo-points,
    .option-grid {
        gap: 8px;
    }

    .contact-types span,
    .admin-demo-points b,
    .price-card span,
    .option-grid span {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    .contact-card h2,
    .price-card h3,
    .admin-demo-copy h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .contact-card p,
    .price-card p,
    .admin-demo-copy p,
    .contact-info-grid p {
        font-size: 14px !important;
        line-height: 1.58 !important;
    }

    .price-card,
    .contact-card,
    .contact-info-grid article {
        padding: 16px !important;
    }

    .footer-guide-list {
        gap: 8px;
    }

    .footer-guide-list div {
        padding: 12px 13px;
    }

    .home-ai-design-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .ai-design-photo,
    .ai-design-photo img {
        min-height: 190px;
    }

    .ai-design-flow div {
        padding: 13px;
    }

    .ai-design-tags {
        gap: 6px;
    }

    .ai-design-tags span {
        padding: 7px 9px;
        font-size: 11.5px;
    }

    .home-flow-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-flow-list article {
        min-height: 0;
        padding: 17px;
    }

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

    .pricing-storage-note {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 17px;
    }

    .pricing-storage-note h3 {
        font-size: 19px;
    }

    .home-trust-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-trust-list article {
        padding: 15px;
    }

    .home-trust-list {
        grid-template-columns: 1fr;
    }

    .home-privacy-showcase {
        grid-template-columns: 1fr;
    }

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

    .privacy-site-head {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding-bottom: 13px;
    }

    .privacy-logo-mark {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 17px;
    }

    .privacy-site-head strong {
        font-size: 16px;
    }

    .privacy-site-head p {
        font-size: 12px;
    }

    .privacy-hero-image {
        margin: 14px 0;
        border-width: 7px;
        border-radius: 20px;
    }

    .privacy-private-card h3 {
        font-size: 25px;
    }

    .privacy-private-card > p {
        font-size: 14px;
    }

    .privacy-private-card input {
        height: 44px;
    }

    .privacy-private-card button {
        height: 48px;
    }

    .contact-layer {
        padding: 12px 0;
    }

    .contact-layer-panel {
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-demo-card {
        display: block !important;
        grid-template-columns: none !important;
        padding: 14px;
        gap: 18px;
    }

    .admin-demo-screen {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .admin-demo-screen img {
        width: 760px !important;
        max-width: none !important;
        scroll-snap-align: start;
    }

    .admin-demo-screen:after {
        content: "좌우로 밀어 화면을 크게 확인";
        position: sticky;
        left: 10px;
        bottom: 10px;
        display: inline-flex;
        margin: -38px 0 10px 10px;
        padding: 6px 9px;
        border-radius: 999px;
        background: rgba(17, 24, 39, .84);
        color: #fff;
        font-size: 11px;
        font-weight: 850;
        pointer-events: none;
    }

    .admin-demo-copy {
        grid-column: auto !important;
        margin-top: 18px;
    }
}
