﻿@media (max-width: 1199px) {
  .front-topbar,
  .section-shell,
  .post-shell,
  .category-shell,
  .template-detail .detail-shell {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .front-other-business .marketing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-hub-card {
    grid-template-columns: 1fr;
    height: auto;
  }
}

@media (max-width: 1280px) {
  .front-topbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .front-brand img {
    max-width: 150px;
  }

  .front-brand-slogan {
    margin-left: 18px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }

  .front-nav-list {
    gap: 16px;
  }

  .front-nav-link {
    font-size: 14px;
  }

  .front-actions {
    gap: 12px;
  }

  .front-actions .front-btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1080px) and (min-width: 992px) {
  .front-brand-slogan {
    display: none;
  }

  .front-nav-list {
    gap: 14px;
  }

  .front-actions .front-link {
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .footer-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 46px;
  }

  .footer-simple-qr {
    grid-column: span 2;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-footer {
    margin-top: 0;
  }

  .footer-simple {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0 34px;
  }

  .footer-simple h3 {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .footer-simple-links {
    gap: 10px;
  }

  .footer-simple-brand p {
    max-width: none;
  }

  .footer-simple-qr {
    grid-column: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    justify-content: flex-start;
  }

  .site-footer .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-record-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .footer-simple-qr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .front-topbar {
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 14px;
    flex-wrap: nowrap;
  }

  .front-brand {
    flex: 0 1 auto;
    min-width: 0;
  }

  .front-brand img {
    height: 32px;
  }

  .front-actions {
    margin-left: auto;
    gap: 8px;
  }

  .front-actions .front-link,
  .front-actions .front-btn,
  .front-actions .front-nav-toggle {
    min-height: 40px;
  }

  .front-actions .front-btn {
    padding: 9px 14px;
  }

  .front-body.front-nav-open {
    overflow: hidden;
  }

  .front-nav-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .front-nav {
    position: fixed;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.38);
    transition: opacity 0.2s ease;
    z-index: 180;
  }

  .front-nav > .front-nav-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 360px);
    padding: 88px 18px 24px;
    margin: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.24s ease;
    box-shadow: -18px 0 40px rgba(15, 23, 42, 0.16);
  }

  .front-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .front-nav.is-open > .front-nav-list {
    transform: translateX(0);
  }

  .front-nav-item,
  .front-nav-link {
    width: 100%;
  }

  .front-nav-link {
    min-height: 44px;
    padding: 12px 14px;
    border-radius: 12px;
    justify-content: space-between;
    background: #f8fafc;
  }

  .front-nav-link.is-active,
  .front-nav-link:hover {
    background: #edf2ff;
  }

  .front-nav-dropdown {
    position: static;
    min-width: 0;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    box-shadow: none;
    padding: 6px 0 0 12px;
    background: transparent;
  }

  .front-nav-dropdown .front-nav-list {
    gap: 6px;
  }

  .front-nav-dropdown .front-nav-link {
    background: transparent;
    padding: 10px 12px;
  }

  .hero-layout,
  .capability-layout,
  .template-detail .detail-layout,
  .post-layout,
  .category-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .post-side,
  .category-side,
  .template-detail .detail-sidebar {
    width: 100%;
    position: static;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .module-grid,
  .capability-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-other-business .marketing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-grid,
  .front-product-grid .template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-media-channel #frontMediaTabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .front-media-channel #frontMediaTabs::-webkit-scrollbar {
    display: none;
  }

  .platform-tab,
  .front-media-channel #frontMediaTabs .mp-tab {
    flex: 0 0 auto;
    min-height: 42px;
    white-space: nowrap;
  }

  .template-detail .detail-cover {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .news-hub-header {
    height: auto;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .news-hub-tabs {
    width: 100%;
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .news-hub-tabs::-webkit-scrollbar {
    display: none;
  }

  .news-hub-tab {
    flex: 0 0 auto;
    font-size: 15px;
  }

  .news-hub-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 10px;
  }

  .news-hub-banner {
    height: 210px;
  }

  .news-hub-list-panel {
    height: auto;
    max-height: none;
  }

  .template-detail .detail-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .front-topbar,
  .section-shell,
  .post-shell,
  .category-shell,
  .template-detail .detail-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #process {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-layout {
    gap: 20px;
  }

  .hero-slide {
    padding: 22px 0 0;
  }

  .hero-title {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .hero-actions .front-btn,
  .hero-actions .front-btn-ghost {
    width: 100%;
    min-height: 44px;
  }

  .hero-highlights {
    gap: 10px;
  }

  .hero-pill {
    min-height: 36px;
    justify-content: center;
  }

  .hero-right {
    width: 100%;
  }

  .hero-panel {
    width: 100%;
    padding: 18px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-metrics .metric {
    min-width: 0;
  }

  .hero-metrics .metric-num {
    font-size: 17px;
  }

  .hero-metrics .metric-label {
    font-size: 11px;
  }

  .section-head h1,
  .section-head h2 {
    line-height: 1.2;
  }

  .card-grid,
  .module-grid,
  .capability-cards,
  .front-other-business .marketing-grid,
  .template-grid,
  .front-product-grid .template-grid {
    grid-template-columns: 1fr;
  }

  .value-item,
  .card,
  .module-card,
  .template-card,
  .front-other-business .marketing-card,
  .capability-card {
    min-height: 0;
  }

  .capability-main,
  .capability-card,
  .module-card,
  .card {
    padding: 18px;
  }

  .capability-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .capability-actions .front-btn {
    width: 100%;
    min-height: 44px;
  }

  .news-hub-section {
    padding: 30px 0 20px;
  }

  .news-hub-card {
    gap: 12px;
    padding: 10px;
  }

  .news-hub-banner {
    height: 188px;
  }

  .news-hub-featured-title {
    font-size: 16px;
  }

  .news-hub-list li {
    grid-template-columns: 1fr;
    gap: 5px;
    align-items: start;
  }

  .news-hub-list time {
    justify-content: flex-start;
  }

  .value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .value-item {
    min-width: 0;
    padding: 12px 10px;
  }

  .value-num {
    font-size: 22px;
  }

  .value-label {
    font-size: 12px;
  }

  .capability-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
  }

  .capability-meta-item {
    min-width: 0;
    padding: 8px;
  }

  .capability-meta-label {
    font-size: 11px;
  }

  .capability-meta-value {
    font-size: 14px;
  }

  .template-card {
    min-height: 0;
  }

  .template-cover,
  .front-product-grid .template-cover {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .template-body,
  .front-product-grid .template-body {
    gap: 12px;
  }

  .template-title,
  .front-product-grid .template-title,
  .recommend-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .template-actions,
  .sidebar-actions,
  .secondary-actions {
    gap: 10px;
  }

  .front-btn,
  .pager-btn,
  .front-product-grid .template-buy,
  .template-detail .side-btn,
  .front-media-channel .mp-btn {
    min-height: 42px;
  }

  .post-hero,
  .category-hero,
  .template-detail .detail-hero,
  .front-product-grid .product-hero,
  .front-media-channel .media-channel-hero {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .post-title,
  .template-detail .detail-title {
    font-size: clamp(24px, 7vw, 32px);
    text-align: left;
  }

  .post-meta {
    display: grid;
    gap: 6px;
    text-align: left;
  }

  .post-breadcrumb,
  .category-breadcrumb,
  .template-detail .breadcrumb {
    font-size: 11px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 2px;
  }

  .post-content-card,
  .category-panel,
  .template-detail .detail-card {
    padding: 18px;
  }

  .post-nav {
    display: grid;
    gap: 10px;
  }

  .article-card {
    padding: 14px;
  }

  .article-card.has-cover {
    grid-template-columns: 1fr;
  }

  .article-cover {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .front-pager {
    gap: 8px;
    flex-wrap: wrap;
  }

  .pager-btn {
    padding: 10px 14px;
  }

  .template-detail .detail-layout {
    gap: 16px;
  }

  .template-detail .detail-card + .detail-card {
    margin-top: 0;
  }

  .template-detail .detail-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .template-detail .detail-thumb {
    height: 74px;
  }

  .template-detail .spec-list {
    grid-template-columns: 1fr;
  }

  .template-detail .detail-summary {
    gap: 12px;
  }

  .template-detail .recommend-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .post-content,
  .product-body {
    font-size: 15px;
  }

  .post-content img,
  .post-content video,
  .product-body img,
  .product-body video {
    max-width: 100%;
    height: auto;
  }

  .post-content table,
  .product-body table {
    display: block;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
  }

  .post-content pre,
  .product-body pre {
    overflow-x: auto;
    padding: 12px;
    border-radius: 12px;
    background: #0f172a;
    color: #e2e8f0;
  }

  .post-content blockquote,
  .product-body blockquote {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 14px;
  }

  .front-media-channel .mp-table-toolbar,
  .front-media-channel .mp-summary {
    gap: 12px;
  }

  .front-media-channel .mp-table-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .front-media-channel .mp-toolbar-right .mp-btn {
    width: 100%;
  }

  .front-media-channel #frontMediaTabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .front-media-channel #frontMediaTabs .mp-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .front-media-channel .mp-table,
  .front-media-channel .mp-table thead,
  .front-media-channel .mp-table tbody,
  .front-media-channel .mp-table tr,
  .front-media-channel .mp-table th,
  .front-media-channel .mp-table td {
    display: block;
  }

  .front-media-channel .mp-table {
    min-width: 0;
    background: transparent;
  }

  .front-media-channel .mp-table thead {
    display: none;
  }

  .front-media-channel .mp-table tbody {
    display: grid;
    gap: 12px;
  }

  .front-media-channel .mp-table tr {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .front-media-channel .mp-table td {
    padding: 0;
    border: none;
    text-align: left !important;
  }

  .front-media-channel .mp-table td + td {
    margin-top: 10px;
  }

  .front-media-channel .mp-table td::before {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
  }

  .front-media-channel .mp-table td:nth-child(1)::before { content: '閫夋嫨'; }
  .front-media-channel .mp-table td:nth-child(2)::before { content: '鏀惰棌'; }
  .front-media-channel .mp-table td:nth-child(3)::before { content: '濯掍綋鍚嶇О'; }
  .front-media-channel .mp-table td:nth-child(4)::before { content: '鍙傝€冧环'; }
  .front-media-channel .mp-table td:nth-child(5)::before { content: '妗堜緥'; }
  .front-media-channel .mp-table td:nth-child(6)::before { content: '鎿嶄綔'; }

  .front-media-channel .mp-action-group,
  .front-media-channel .mp-summary-right,
  .front-media-channel .mp-toolbar-right {
    width: 100%;
    justify-content: stretch;
  }

  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-select,
  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-favorite,
  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-case,
  .front-media-channel[data-view-mode="page"] .mp-table th.mp-col-select,
  .front-media-channel[data-view-mode="page"] .mp-table th.mp-col-favorite,
  .front-media-channel[data-view-mode="page"] .mp-table th.mp-col-case,
  .front-media-channel[data-view-mode="page"] .mp-table td.mp-col-select,
  .front-media-channel[data-view-mode="page"] .mp-table td.mp-col-favorite,
  .front-media-channel[data-view-mode="page"] .mp-table td.mp-col-case {
    display: none !important;
  }

  .front-media-channel[data-view-mode="page"] .mp-table tbody {
    gap: 10px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table td + td {
    margin-top: 0;
  }

  .front-media-channel[data-view-mode="page"] .mp-table td::before {
    display: none;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-name {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-price {
    display: block;
    flex: 0 0 auto;
    min-width: 72px;
    text-align: center !important;
    font-size: 13px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-action {
    display: block;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right !important;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-media-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
  }

  .front-media-channel[data-view-mode="page"] .mp-table [data-cart-id] {
    display: none !important;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-action-group {
    width: auto;
    min-width: 0;
    justify-content: flex-end;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-action .mp-btn {
    width: auto;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs::-webkit-scrollbar {
    display: none;
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0 0 6px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab:hover,
  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab.active,
  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab[aria-selected="true"] {
    background: transparent;
    color: var(--accent-strong);
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab.active::after,
  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab[aria-selected="true"]::after {
    background: var(--accent);
  }

  .front-media-channel[data-view-mode="page"] .mp-filter-mobile-tip {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: transparent;
    font-size: 0;
    line-height: 1;
    text-align: left;
  }

  .front-media-channel[data-view-mode="page"] .mp-filter-mobile-tip::before {
    content: "\66F4\591A\7B5B\9009\6761\4EF6\8BF7\4F7F\7528\7535\8111\767B\5F55\6269\641C\4E92\8054\7F51\3002";
    display: block;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
  }

  .front-media-channel[data-view-mode="page"] .mp-table-wrapper {
    overflow-x: hidden;
  }

  .front-media-channel[data-view-mode="page"] .mp-table {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    background: transparent;
  }

  .front-media-channel[data-view-mode="page"] .mp-table thead {
    display: table-header-group;
    background: transparent;
  }

  .front-media-channel[data-view-mode="page"] .mp-table tbody {
    display: table-row-group;
  }

  .front-media-channel[data-view-mode="page"] .mp-table tr {
    display: table-row;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .front-media-channel[data-view-mode="page"] .mp-table th,
  .front-media-channel[data-view-mode="page"] .mp-table td {
    display: table-cell;
    padding: 10px 8px;
    border: none;
    border-bottom: 1px solid rgba(215, 224, 234, 0.9);
    vertical-align: middle;
    text-align: left !important;
  }

  .front-media-channel[data-view-mode="page"] .mp-table th {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
  }

  .front-media-channel[data-view-mode="page"] .mp-table tbody tr:hover {
    background: transparent;
  }

  .front-media-channel[data-view-mode="page"] .mp-table td::before {
    display: none;
  }

  .front-media-channel[data-view-mode="page"] .mp-table td + td {
    margin-top: 0;
  }

  .front-media-channel[data-view-mode="page"] .mp-filter-mobile-tip::before {
    content: "\66F4\591A\7B5B\9009\6761\4EF6\8BF7\4F7F\7528\7535\8111\767B\5F55\6269\641C\4E92\8054\7F51\3002";
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-name,
  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-price,
  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-action {
    display: table-cell;
    flex: none;
  }

  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-name {
    width: auto;
  }

  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-price {
    width: 84px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-action {
    width: 78px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-price,
  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-action {
    text-align: center !important;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-action-group {
    width: auto;
    justify-content: flex-end;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-action-group .mp-btn {
    flex: none;
  }

  .front-media-channel .mp-action-group .mp-btn,
  .front-media-channel .mp-summary-right .mp-btn,
  .front-media-channel .mp-toolbar-right .mp-btn {
    flex: 1 1 100%;
  }

  .front-media-channel .mp-summary {
    padding: 14px;
    display: grid;
  }

  .front-media-channel .mp-summary-left,
  .front-media-channel .mp-page-info {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .front-topbar,
  .section-shell,
  .post-shell,
  .category-shell,
  .template-detail .detail-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .front-actions .front-link {
    display: none;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-metrics .metric {
    padding: 10px 8px;
  }

  .hero-metrics .metric-num {
    font-size: 15px;
  }

  .hero-metrics .metric-label {
    font-size: 10px;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .value-item {
    padding: 10px 8px;
  }

  .value-num {
    font-size: 20px;
  }

  .value-label {
    font-size: 11px;
  }

  .capability-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .capability-meta-item {
    padding: 7px 6px;
  }

  .capability-meta-label {
    font-size: 10px;
  }

  .capability-meta-value {
    font-size: 13px;
  }

  .template-detail .detail-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-media-channel[data-view-mode="page"] .mp-table tr {
    gap: 0;
    padding: 0;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-price {
    min-width: 64px;
    font-size: 12px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table .mp-col-action .mp-btn {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs {
    gap: 8px;
  }

  .front-media-channel[data-view-mode="page"] #frontMediaTabs .mp-tab {
    padding-bottom: 5px;
    font-size: 12px;
  }

  .front-media-channel[data-view-mode="page"] .mp-filter-mobile-tip::before {
    font-size: 13px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-price {
    width: 76px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table col.mp-col-action {
    width: 72px;
  }

  .front-media-channel[data-view-mode="page"] .mp-table th,
  .front-media-channel[data-view-mode="page"] .mp-table td {
    padding: 9px 6px;
    font-size: 12px;
  }

  .front-media-channel .mp-table tr {
    padding: 14px;
  }

}

@media (max-width: 1199px) {
  .kuosou-proof-layout {
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 18px;
  }

  .kuosou-proof-case-thumb {
    flex-basis: 118px;
    width: 118px;
  }

  .kuosou-market-main {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    padding: 30px 24px 26px;
  }

  .kuosou-market-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
  }

  .kuosou-market-ad-col {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }

  .kuosou-market-ad-card {
    width: 100%;
    height: 240px;
  }

  .kuosou-market-ad-body {
    padding-top: 28px;
  }

  .front-topbar {
    padding: 0 22px;
  }

  .front-brand img {
    height: 46px;
    max-width: 160px;
  }

  .front-brand-slogan {
    margin-left: 22px;
    padding-left: 20px;
    padding-right: 28px;
    font-size: 13px;
  }

  .front-nav-list {
    gap: 20px;
  }

  .front-actions {
    margin-left: auto;
    gap: 18px;
  }

  .front-btn {
    padding-left: 18px;
    padding-right: 18px;
  }

  .front-promo-inner {
    max-width: 100%;
    padding: 0 28px;
  }

  .front-promo-inner span {
    font-size: 14px;
  }

  .kuosou-hero-stage {
    grid-template-columns: 220px minmax(0, 1fr) 150px;
    gap: 18px;
  }

  .kuosou-coupon-card {
    width: 214px;
    height: 132px;
  }

  .kuosou-hero-gift {
    width: 132px;
    height: 132px;
  }

  .kuosou-flow-panel {
    grid-template-columns: 190px minmax(0, 1fr);
    padding: 18px 4px 16px;
  }

  .kuosou-flow-actions,
  .kuosou-newbie-box {
    grid-column: span 1;
  }

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

@media (max-width: 991px) {
  .kuosou-proof-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kuosou-proof-layout {
    grid-template-columns: 1fr;
  }

  .kuosou-proof-case-thumb {
    flex-basis: 156px;
    width: 156px;
  }

  .kuosou-market-heading h2 {
    font-size: 38px;
  }

  .kuosou-market-heading p {
    font-size: 15px;
  }

  .kuosou-market-tabs {
    min-height: auto;
  }

  .kuosou-market-tab {
    padding: 18px 10px;
    font-size: 20px;
  }

  .kuosou-market-tab small {
    width: 100%;
    font-size: 12px;
  }

  .kuosou-market-main {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .kuosou-market-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kuosou-market-side-item {
    min-height: 58px;
  }

  .kuosou-market-content {
    padding-right: 0;
  }

  .kuosou-market-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .kuosou-market-product-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .kuosou-market-col + .kuosou-market-col,
  .kuosou-market-ad-col {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
  }

  .kuosou-market-col,
  .kuosou-market-ad-col {
    min-height: 0;
  }

  .front-topbar {
    min-height: auto;
    display: flex;
    padding: 14px 18px;
    gap: 14px;
  }

  .front-brand {
    height: auto;
  }

  .front-brand-slogan {
    display: none;
  }

  .front-nav-link {
    min-height: 44px;
    font-weight: 700;
  }

  .front-nav-link.is-active::before {
    display: none;
  }

  .front-actions {
    width: auto;
    margin-left: auto;
    gap: 8px;
  }

  .front-promo-inner {
    min-height: auto;
    padding: 12px 18px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    text-align: center;
  }

  .front-promo-inner strong {
    font-size: 30px;
  }

  .front-promo-inner i {
    display: none;
  }

  .front-promo-inner a {
    margin-left: 0;
    padding: 8px 16px;
  }

  .kuosou-coupon-hero {
    min-height: auto;
    padding: 0 18px 82px;
  }

  .kuosou-coupon-hero .hero-inner {
    min-height: auto;
  }

  .kuosou-hero-stage {
    min-height: 390px;
    grid-template-columns: 170px minmax(0, 1fr);
    padding: 34px 0 46px;
  }

  .kuosou-hero-gift {
    position: absolute;
    right: 6px;
    bottom: 28px;
    width: 96px;
    height: 96px;
    opacity: 0.92;
  }

  .kuosou-coupon-hero .hero-tag {
    font-size: 18px;
  }

  .kuosou-coupon-hero .hero-tag::before,
  .kuosou-coupon-hero .hero-tag::after {
    width: 42px;
  }

  .kuosou-coupon-hero .hero-title {
    font-size: clamp(46px, 10vw, 76px);
  }

  .kuosou-hero-ribbon {
    gap: 12px;
    font-size: 17px;
  }

  .kuosou-hero-ribbon span + span::before {
    margin-right: 12px;
  }

  .kuosou-service-console {
    margin-top: -70px;
    padding: 0 18px 46px;
  }

  .kuosou-service-console .section-shell {
    padding: 0 14px 18px;
  }

  .kuosou-flow-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kuosou-flow-title {
    text-align: center;
  }

  .kuosou-flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .kuosou-newbie-box {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .kuosou-proof-head h2 {
    gap: 6px;
    font-size: 30px;
  }

  .kuosou-proof-decor {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .kuosou-proof-metrics {
    gap: 16px;
  }

  .kuosou-proof-layout {
    padding: 14px;
    border-radius: 20px;
  }

  .kuosou-proof-case-grid {
    grid-template-columns: 1fr;
  }

  .kuosou-proof-service-strip {
    grid-template-columns: 1fr;
  }

  .kuosou-market-extra .marketing-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .kuosou-market-section {
    padding-bottom: 38px;
  }

  .kuosou-market-tabs {
    grid-template-columns: 1fr;
  }

  .kuosou-market-tab {
    justify-content: flex-start;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
  }

  .kuosou-market-side {
    grid-template-columns: 1fr;
  }

  .kuosou-market-search {
    grid-template-columns: 1fr;
    height: auto;
  }

  .kuosou-market-input {
    height: 52px;
  }

  .kuosou-market-search-btn {
    height: 44px;
  }

  .kuosou-market-keywords {
    gap: 14px 18px;
  }

  .kuosou-market-keywords button {
    font-size: 14px;
  }

  .kuosou-market-product {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .kuosou-market-thumb {
    width: 48px;
    height: 48px;
  }

  .kuosou-market-solution-visual {
    width: 100%;
    max-width: 260px;
  }

  .kuosou-market-solution-list {
    width: 100%;
    max-width: 260px;
  }

  .front-promo-inner {
    padding: 10px 14px;
  }

  .front-promo-inner span:nth-of-type(2) {
    display: none;
  }

  .kuosou-coupon-hero {
    padding: 0 14px 66px;
  }

  .kuosou-hero-stage {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 34px 0 58px;
  }

  .kuosou-hero-copy {
    order: 1;
  }

  .kuosou-coupon-card {
    order: 2;
    width: 190px;
    height: 118px;
    transform: rotate(-4deg);
  }

  .kuosou-coupon-card span {
    font-size: 32px;
  }

  .kuosou-hero-seal {
    left: 12px;
    top: 22px;
    width: 78px;
    height: 78px;
    border-width: 5px;
    font-size: 18px;
  }

  .kuosou-hero-gift {
    right: 10px;
    bottom: 22px;
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }

  .kuosou-coupon-hero .hero-subtitle {
    font-size: 14px;
  }

  .kuosou-hero-ribbon {
    width: 100%;
    padding: 12px 14px;
    gap: 8px;
    font-size: 14px;
  }

  .kuosou-hero-ribbon span + span::before {
    margin-right: 8px;
  }

  .kuosou-flow-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kuosou-flow-step:not(:last-child)::after {
    display: none;
  }

  .kuosou-flow-step {
    max-width: 260px;
    margin: 0 auto;
  }

  .kuosou-flow-actions {
    flex-wrap: wrap;
  }

  .kuosou-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kuosou-service-card {
    min-height: 0;
    padding: 20px 16px;
  }
}

@media (max-width: 480px) {
  .kuosou-proof-section {
    padding-bottom: 42px;
  }

  .kuosou-proof-head h2 {
    font-size: 26px;
  }

  .kuosou-proof-decor {
    display: none;
  }

  .kuosou-proof-metrics {
    grid-template-columns: 1fr;
  }

  .kuosou-proof-metric {
    min-height: 68px;
  }

  .kuosou-proof-reason-panel {
    padding: 18px 16px;
  }

  .kuosou-proof-actions {
    flex-direction: column;
  }

  .kuosou-proof-btn {
    width: 100%;
  }

  .kuosou-proof-case-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .kuosou-proof-case-thumb {
    flex-basis: auto;
    width: 100%;
  }

  .kuosou-market-extra .marketing-grid {
    grid-template-columns: 1fr;
  }

  .kuosou-market-extra .marketing-card {
    padding: 12px 14px;
  }

  .kuosou-market-extra .mc-desc {
    -webkit-line-clamp: 4;
  }

  .kuosou-market-extra .mc-action {
    padding: 6px 14px;
    font-size: 13px;
  }

  .kuosou-market-heading h2 {
    font-size: 32px;
  }

  .kuosou-market-panel {
    margin-left: -4px;
    margin-right: -4px;
  }

  .kuosou-market-product-title {
    font-size: 16px;
  }

  .kuosou-market-product-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .kuosou-market-ad-card {
    height: 282px;
  }

  .kuosou-coupon-hero .hero-title {
    font-size: 44px;
  }

  .kuosou-coupon-hero .hero-tag {
    font-size: 15px;
  }

  .kuosou-coupon-hero .hero-tag::before,
  .kuosou-coupon-hero .hero-tag::after {
    display: none;
  }

  .kuosou-hero-ribbon {
    flex-direction: column;
    align-items: center;
    transform: none;
  }

  .kuosou-hero-ribbon span + span::before {
    display: none;
  }

  .kuosou-service-console .section-shell {
    border-radius: 18px;
  }

  .kuosou-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .kuosou-startup-head h2 {
    font-size: 46px;
  }

  .kuosou-scenario-head h2 {
    font-size: 46px;
  }

  .kuosou-startup-head p {
    font-size: 18px;
  }

  .kuosou-scenario-head p {
    font-size: 18px;
  }

  .kuosou-startup-layout {
    grid-template-columns: 1fr;
  }

  .kuosou-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kuosou-geo-ai-head h2,
  .kuosou-conversion-head h2 {
    font-size: 46px;
  }

  .kuosou-geo-ai-head p,
  .kuosou-conversion-head p {
    font-size: 18px;
  }

  .kuosou-geo-ai-layout {
    grid-template-columns: 1fr;
  }

  .kuosou-startup-steps-card,
  .kuosou-startup-portal-panel {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .kuosou-startup-path {
    padding: 34px 16px 26px;
  }

  .kuosou-scenario-solutions {
    padding: 34px 16px 28px;
  }

  .kuosou-geo-ai-section {
    padding: 34px 16px 30px;
  }

  .kuosou-startup-path::before {
    top: 104px;
    width: calc(100vw - 18px);
    height: 64px;
  }

  .kuosou-scenario-solutions::before {
    top: 102px;
    width: calc(100vw - 18px);
    height: 64px;
  }

  .kuosou-geo-ai-section::before {
    top: 104px;
    width: calc(100vw - 18px);
    height: 64px;
  }

  .kuosou-startup-head {
    margin-bottom: 24px;
  }

  .kuosou-scenario-head {
    margin-bottom: 24px;
  }

  .kuosou-geo-ai-head,
  .kuosou-conversion-head {
    margin-bottom: 24px;
  }

  .kuosou-startup-head h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .kuosou-scenario-head h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .kuosou-geo-ai-head h2,
  .kuosou-conversion-head h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .kuosou-startup-head p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.75;
  }

  .kuosou-scenario-head p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.75;
  }

  .kuosou-geo-ai-head p,
  .kuosou-conversion-head p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.75;
  }

  .kuosou-startup-steps-card,
  .kuosou-startup-portal-panel {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .kuosou-startup-steps-card::before,
  .kuosou-startup-steps-card::after {
    display: none;
  }

  .kuosou-startup-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 18px;
  }

  .kuosou-startup-step + .kuosou-startup-step {
    padding-top: 18px;
  }

  .kuosou-startup-step-num {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .kuosou-startup-step-copy h3,
  .kuosou-startup-portal-head h3 {
    font-size: 17px;
  }

  .kuosou-startup-step-copy p,
  .kuosou-startup-portal-copy p {
    font-size: 13px;
  }

  .kuosou-startup-portal-grid,
  .kuosou-startup-actions {
    grid-template-columns: 1fr;
  }

  .kuosou-scenario-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kuosou-geo-ai-capabilities,
  .kuosou-geo-ai-resource {
    grid-template-columns: 1fr;
  }

  .kuosou-startup-portal-card {
    grid-template-columns: 52px minmax(0, 1fr) 14px;
    gap: 12px;
    min-height: 0;
    padding: 18px 16px;
  }

  .kuosou-geo-ai-capability {
    min-height: 0;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .kuosou-geo-ai-resource,
  .kuosou-geo-ai-console {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .kuosou-geo-flow-row {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    padding: 13px 14px;
  }

  .kuosou-geo-flow-row b {
    width: 34px;
    height: 34px;
  }

  .kuosou-scenario-card {
    min-height: 0;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .kuosou-scenario-card-top {
    gap: 12px;
    margin-bottom: 12px;
  }

  .kuosou-startup-portal-icon {
    width: 52px;
    height: 52px;
  }

  .kuosou-scenario-icon {
    width: 52px;
    height: 52px;
  }

  .kuosou-startup-portal-icon img {
    width: 26px;
    height: 26px;
  }

  .kuosou-scenario-icon img {
    width: 26px;
    height: 26px;
  }

  .kuosou-scenario-badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 13px;
  }

  .kuosou-scenario-card h3 {
    font-size: 18px;
  }

  .kuosou-scenario-desc,
  .kuosou-scenario-tags span,
  .kuosou-scenario-foot {
    font-size: 14px;
  }

  .kuosou-scenario-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding: 14px;
    border-radius: 18px;
  }

  .kuosou-startup-action-primary,
  .kuosou-startup-action-secondary {
    min-height: 50px;
    font-size: 16px;
  }

  .kuosou-scenario-action-primary,
  .kuosou-scenario-action-secondary {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .front-topbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .front-brand img {
    max-width: 150px;
  }

  .front-brand-slogan {
    margin-left: 18px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }

  .front-nav-list {
    gap: 16px;
  }

  .front-nav-link {
    font-size: 14px;
  }

  .front-actions {
    gap: 12px;
  }

  .front-actions .front-btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1080px) and (min-width: 992px) {
  .front-brand-slogan {
    display: none;
  }

  .front-nav-list {
    gap: 14px;
  }

  .front-actions .front-link {
    font-size: 14px;
  }
}
