:root {
  --bg: #f3f7fb;
  --card: #fff;
  --line: #d9e6ef;
  --ink: #1c2b3a;
  --muted: #66788a;
  --primary: #0f84b8;
  --primary-dark: #0a638f;
  --accent: #ff7a1a;
  --soft: #eaf6fd;
  --shadow: 0 12px 28px rgba(12, 64, 103, 0.08);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: radial-gradient(circle at top, rgba(20, 135, 188, 0.1), transparent 28rem), var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.mobile-page {
  width: min(100%, 480px);
  min-height: 100vh;
  padding-bottom: 92px;
  margin: 0 auto;
}

.mobile-page-vedeng,
.mobile-page-category,
.mobile-page-detail {
  background: transparent;
}

.mobile-page-quote-compact {
  min-height: 100vh;
}

.mobile-topbar,
.mobile-masthead,
.mobile-detail-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(217, 230, 239, 0.9);
  background: rgba(243, 247, 251, 0.94);
  backdrop-filter: blur(16px);
}

.mobile-topbar-inner,
.mobile-masthead-top,
.mobile-detail-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}

.mobile-masthead {
  padding-bottom: 12px;
}

.mobile-masthead-compact {
  padding-bottom: 8px;
}

.mobile-logo,
.mobile-m-logo {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
}

.mobile-logo-mark,
.mobile-m-logo-mark {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  border-radius: 10px;
  background: center / contain no-repeat url("./images/site-logo.png");
}

.mobile-logo strong,
.mobile-m-logo-text strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;
}

.mobile-logo small,
.mobile-m-logo-text small,
.mobile-detail-bottom-minor small,
.mobile-m-bottom-nav small,
.mobile-quote-fixed-text small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.mobile-head-actions,
.mobile-m-head-links,
.mobile-detail-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.mobile-head-chip,
.mobile-m-head-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(199, 219, 233, 0.96);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.92);
}

.mobile-m-search,
.mobile-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin: 0 16px;
  padding: 8px;
  border: 1px solid rgba(214, 227, 238, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.mobile-search-shell {
  display: contents;
}

.mobile-m-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: var(--primary-dark);
  background: var(--soft);
}

.mobile-m-search input,
.mobile-search input,
.mobile-search-shell input {
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  background: #f3f7fb;
}

.mobile-m-search button,
.mobile-search button,
.mobile-search-shell button,
.mobile-primary-button,
.mobile-secondary-button,
.mobile-quote-submit {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
}

.mobile-m-search button,
.mobile-search button,
.mobile-search-shell button,
.mobile-primary-button,
.mobile-quote-submit,
.is-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.mobile-search-page-form {
  margin: 0;
  box-shadow: none;
}

.mobile-secondary-button {
  color: var(--primary-dark);
  border: 1px solid var(--line);
  background: #fff;
}

.mobile-m-entry-row,
.mobile-m-tag-row,
.mobile-detail-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-m-tag-row a {
  text-decoration: none;
}

.mobile-m-entry-row {
  padding: 10px 16px 0;
}

.mobile-m-entry-row a,
.mobile-m-entry-row button,
.mobile-m-tag-row span,
.mobile-detail-service-tags span,
.mobile-quote-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(196, 218, 233, 0.9);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
  background: #fff;
}

.mobile-m-entry-row button {
  border-color: var(--primary);
}

.mobile-section,
.mobile-m-section,
.mobile-m-banner,
.mobile-quote-hero,
.mobile-quote-form-section,
.mobile-detail-main,
.mobile-detail-block,
.mobile-detail-ranking {
  margin-top: 16px;
  padding: 0 16px;
}

.mobile-section-title,
.mobile-m-title,
.mobile-detail-block-title,
.mobile-quote-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.mobile-section-title h2,
.mobile-section-title h3,
.mobile-m-title strong,
.mobile-detail-block-title,
.mobile-quote-heading strong {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.mobile-section-title p,
.mobile-m-title p,
.mobile-quote-heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.mobile-link,
.mobile-m-title a {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
}

.mobile-card,
.mobile-hero-card,
.mobile-m-banner-card,
.mobile-m-quick-card,
.mobile-m-product,
.mobile-m-service-section,
.mobile-category-panel,
.mobile-list-links a,
.mobile-brand-card,
.mobile-brand-logo,
.mobile-stat-card,
.mobile-detail-gallery-card,
.mobile-detail-panel,
.mobile-detail-service-box,
.mobile-detail-block,
.mobile-quote-hero-card,
.mobile-quote-form-card {
  border: 1px solid rgba(217, 230, 239, 0.96);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.mobile-card,
.mobile-hero-card,
.mobile-m-banner-card,
.mobile-m-service-section,
.mobile-category-panel,
.mobile-detail-gallery-card,
.mobile-detail-panel,
.mobile-detail-service-box,
.mobile-detail-block,
.mobile-quote-hero-card,
.mobile-quote-form-card {
  padding: 16px;
}

.mobile-hero-card,
.mobile-m-banner-card,
.mobile-quote-hero-card {
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #eef8fd);
}

.mobile-hero-kicker,
.mobile-m-banner-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: rgba(15, 132, 184, 0.1);
}

.mobile-hero-card h1,
.mobile-m-banner-card h1,
.mobile-quote-hero-card h1,
.mobile-detail-gallery-meta h1 {
  margin: 10px 0 8px;
  font-size: 26px;
  line-height: 1.18;
}

.mobile-hero-card p,
.mobile-m-banner-card p,
.mobile-quote-hero-card p,
.mobile-detail-gallery-meta p,
.mobile-m-product-main p,
.mobile-category-hero span,
.mobile-category-grid span,
.mobile-list-links span,
.mobile-brand-card span,
.mobile-detail-panel-right p,
.mobile-detail-panel-right small,
.mobile-detail-highlight-list p {
  margin: 0;
  color: var(--muted);
}

.mobile-hero-actions,
.mobile-m-banner-actions,
.mobile-grid-2,
.mobile-m-quick-grid,
.mobile-m-grid-nav,
.mobile-brand-wall,
.mobile-category-grid,
.mobile-m-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-m-banner-actions {
  margin-top: 14px;
}

.mobile-m-banner-actions a,
.mobile-m-banner-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  font-weight: 900;
  background: #fff;
}

.mobile-m-banner-actions button.is-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.mobile-m-quick-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.mobile-m-quick-card {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-height: 72px;
  padding: 10px 4px;
  text-align: center;
}

.mobile-m-quick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background-color: rgba(15, 132, 184, 0.12);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  font-size: 13px;
}

.mobile-m-quick-icon::before {
  content: "";
}

.mobile-m-quick-card strong {
  font-size: 11px;
  line-height: 1.2;
}

.quick-product .mobile-m-quick-icon::before {
  content: "";
}

.quick-product .mobile-m-quick-icon {
  background-color: rgba(15, 132, 184, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L12 4L20 8.5L12 13L4 8.5Z' stroke='%230a638f' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M4 8.5V15.5L12 20L20 15.5V8.5' stroke='%230a638f' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M12 13V20' stroke='%230a638f' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.quick-quote .mobile-m-quick-icon::before {
  content: "";
}

.quick-quote .mobile-m-quick-icon {
  background-color: rgba(255, 122, 26, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.5C5 5.12 6.12 4 7.5 4H16.5C17.88 4 19 5.12 19 6.5V13.5C19 14.88 17.88 16 16.5 16H11L6.5 20V16H7.5C6.12 16 5 14.88 5 13.5V6.5Z' stroke='%23d55d00' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.5H15.5M8.5 12H13' stroke='%23d55d00' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.quick-doc .mobile-m-quick-icon::before {
  content: "";
}

.quick-doc .mobile-m-quick-icon {
  background-color: rgba(37, 99, 235, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4H14L18 8V20H7V4Z' stroke='%232565eb' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M14 4V8H18M9.5 12H15.5M9.5 15.5H15.5' stroke='%232565eb' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quick-brand .mobile-m-quick-icon::before {
  content: "";
}

.quick-brand .mobile-m-quick-icon {
  background-color: rgba(22, 163, 74, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5H18V19H6V5Z' stroke='%2316a34a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 9H15M9 12H15M9 15H12' stroke='%2316a34a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 5V3.5M16 5V3.5' stroke='%2316a34a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.quick-news .mobile-m-quick-icon::before {
  content: "";
}

.quick-news .mobile-m-quick-icon {
  background-color: rgba(14, 165, 233, 0.13);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5.5H19V18.5H5V5.5Z' stroke='%230284c7' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8 9H16M8 12H16M8 15H12' stroke='%230284c7' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.quick-service .mobile-m-quick-icon::before {
  content: "";
}

.quick-service .mobile-m-quick-icon {
  background-color: rgba(124, 58, 237, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L18 6.5V11C18 14.7 15.55 18.18 12 19.5C8.45 18.18 6 14.7 6 11V6.5L12 4Z' stroke='%237c3aed' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9.5 12L11.2 13.7L15 9.8' stroke='%237c3aed' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quick-hot .mobile-m-quick-icon::before {
  content: "";
}

.quick-hot .mobile-m-quick-icon {
  background-color: rgba(239, 68, 68, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 4.5C14.2 7.1 12.8 8.8 11.6 10.1C10.55 11.24 9.7 12.2 10.2 14C8.5 13.25 7.5 11.8 7.5 10.1C5.95 11.55 5 13.55 5 15.5C5 18.25 7.2 20 12 20C16.8 20 19 18.25 19 15.5C19 12.4 16.55 10.25 15.1 8.9C14.1 7.95 13.25 6.85 12.5 4.5Z' stroke='%23dc2626' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quick-about .mobile-m-quick-icon::before {
  content: "";
}

.quick-about .mobile-m-quick-icon {
  background-color: rgba(71, 85, 105, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='3' stroke='%23475569' stroke-width='1.8'/%3E%3Cpath d='M6.5 19C7.25 16.35 9.2 15 12 15C14.8 15 16.75 16.35 17.5 19' stroke='%23475569' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mobile-m-grid-nav a,
.mobile-category-grid a,
.mobile-m-service-grid a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.mobile-m-grid-nav span,
.mobile-category-grid strong,
.mobile-m-product-main h3,
.mobile-list-links strong,
.mobile-brand-card strong,
.mobile-detail-panel-left strong,
.mobile-detail-service-head strong,
.mobile-detail-highlight-list strong,
.mobile-quote-fixed-text strong {
  color: var(--ink);
  font-weight: 900;
}

.mobile-m-grid-nav a {
  align-items: center;
  min-height: 48px;
}

.mobile-m-grid-nav small,
.mobile-m-service-grid a {
  color: var(--muted);
  font-size: 12px;
}

.mobile-m-product-list,
.mobile-list-links,
.mobile-detail-highlight-list,
.mobile-quote-form,
.mobile-quote-form-compact {
  display: grid;
  gap: 12px;
}

.mobile-m-product {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
}

.mobile-m-product-media,
.mobile-detail-gallery-image {
  overflow: hidden;
  border-radius: 16px;
  background: #eef6fb;
}

.mobile-m-product-media {
  aspect-ratio: 1 / 1;
}

.mobile-m-product-media img,
.mobile-detail-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-m-product-main {
  min-width: 0;
}

.mobile-m-product-main h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.35;
}

.mobile-m-product-main h3 a {
  color: inherit;
  text-decoration: none;
}

.mobile-m-product-main > strong,
.mobile-product-quote-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.mobile-m-records {
  margin-top: 16px;
  color: #7d8d9a;
  font-size: 11px;
}

.mobile-m-records p {
  margin: 4px 0;
}

.mobile-category-shell {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
}

.mobile-category-side {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 6px;
  max-height: calc(100vh - 132px);
  overflow: auto;
  padding-bottom: 12px;
}

.mobile-category-side a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 12px;
  color: #52697c;
  font-size: 12px;
  background: #fff;
}

.mobile-category-side a.is-active,
.mobile-category-side a:target,
.mobile-category-side a:hover {
  color: #fff;
  background: var(--primary);
}

.mobile-category-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.mobile-category-main .mobile-category-panel {
  display: none;
}

.mobile-category-main .mobile-category-panel.is-active {
  display: block;
}

.mobile-category-cms-shell .mobile-category-side a:first-child {
  color: #fff;
  background: var(--primary);
}

.mobile-category-hero {
  display: grid;
  gap: 4px;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.mobile-category-hero span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.mobile-category-group h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.mobile-cms-page .mobile-m-section {
  margin-top: 14px;
}

.mobile-cms-card,
.mobile-cms-tree-group,
.mobile-cms-product-group {
  border: 1px solid rgba(217, 230, 239, 0.96);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.mobile-cms-card,
.mobile-cms-product-group {
  padding: 14px;
}

.mobile-cms-hero-card h1 {
  word-break: break-word;
}

.mobile-cms-tree-list,
.mobile-cms-product-groups,
.mobile-cms-rank-list {
  display: grid;
  gap: 10px;
}

.mobile-cms-tree-group {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.mobile-cms-tree-head a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.mobile-cms-chip-links,
.mobile-cms-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-cms-chip-links a,
.mobile-cms-tag-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(196, 218, 233, 0.9);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
  background: #fff;
}

.mobile-cms-rank-grid,
.mobile-cms-path-grid {
  display: grid;
  gap: 12px;
}

.mobile-cms-rank-item {
  display: grid;
  grid-template-columns: 28px 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.mobile-cms-rank-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  font-size: 12px;
  font-weight: 900;
}

.mobile-cms-rank-item img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  background: #eef6fb;
}

.mobile-cms-rank-item h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.35;
}

.mobile-cms-rank-item small,
.mobile-cms-path-card span,
.mobile-cms-tag-grid span,
.mobile-cms-group-head span,
.mobile-cms-article-content {
  color: var(--muted);
}

.mobile-cms-path-card,
.mobile-cms-tag-grid a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.mobile-cms-tag-grid a {
  flex: 1 1 46%;
  min-height: 66px;
  align-items: start;
}

.mobile-cms-path-card strong,
.mobile-cms-tag-grid strong {
  color: var(--ink);
  font-weight: 900;
}

.mobile-cms-path-card span:empty::before {
  content: "查看本栏目下产品、参数与采购信息";
}

.mobile-guide-list {
  display: grid;
  gap: 10px;
}

.mobile-guide-row {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.96)),
    radial-gradient(circle at right top, rgba(20, 126, 202, 0.08), transparent 8rem);
}

.mobile-guide-row::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 3px;
  content: "";
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
}

.mobile-guide-title {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 900;
  border-radius: 999px;
  background: rgba(231, 244, 255, 0.92);
}

.mobile-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-guide-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #43576a;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(196, 218, 233, 0.92);
  border-radius: 999px;
  background: #fff;
}

.mobile-cms-card .mobile-guide-list {
  display: grid;
  gap: 10px;
}

.mobile-cms-card .mobile-guide-row {
  display: grid;
  gap: 9px;
  padding: 11px 12px 12px;
}

.mobile-cms-card .mobile-guide-title {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  min-height: 26px;
  padding: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
  background: transparent;
}

.mobile-cms-card .mobile-guide-links,
.mobile-cms-card .mobile-guide-links.mobile-cms-chip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 6px;
}

.mobile-cms-card .mobile-guide-links a,
.mobile-cms-card .mobile-guide-links.mobile-cms-chip-links a {
  display: inline-flex;
  flex: 0 1 auto;
  max-width: 100%;
  min-height: 28px;
  padding: 0 9px;
  white-space: normal;
  word-break: keep-all;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}

.mobile-cms-group-head {
  margin-bottom: 10px;
}

.mobile-cms-group-head strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.mobile-cms-pager,
.mobile-cms-pager ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mobile-cms-pager a,
.mobile-cms-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
  background: #fff;
}

.mobile-cms-article-content {
  overflow: hidden;
  line-height: 1.75;
}

.mobile-cms-article-content img {
  height: auto !important;
  border-radius: 14px;
}

.mobile-brand-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-brand-logo,
.mobile-brand-card,
.mobile-stat-card {
  display: grid;
  align-content: center;
  min-height: 70px;
  padding: 12px;
  text-align: center;
}

.mobile-stat-card strong {
  color: var(--primary-dark);
  font-size: 20px;
}

.mobile-stat-card span {
  color: var(--muted);
  font-size: 12px;
}

.mobile-detail-topbar {
  grid-template-columns: 40px minmax(0, 1fr) auto;
}

.mobile-detail-home,
.mobile-detail-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  color: var(--primary-dark);
  background: #fff;
}

.mobile-detail-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-weight: 900;
}

.mobile-detail-tabs a {
  color: var(--muted);
}

.mobile-detail-tabs a.is-active {
  color: var(--primary-dark);
}

.mobile-detail-ranking a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--primary-dark);
  font-weight: 900;
  background: var(--soft);
}

.mobile-detail-gallery-image {
  aspect-ratio: 1 / 1;
  margin-bottom: 12px;
}

.mobile-detail-panel {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.mobile-detail-model {
  border-color: rgba(15, 132, 184, 0.26);
  background: linear-gradient(135deg, #fff, #f1f9fd);
}

.mobile-detail-panel-right small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

.mobile-detail-arrow {
  color: #9aa9b5;
  font-size: 24px;
}

.mobile-detail-service-box {
  margin-top: 10px;
}

.mobile-detail-service-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mobile-detail-service-tags .is-active {
  color: #fff;
  background: var(--primary);
}

.mobile-detail-highlight-list article {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.mobile-detail-bottom-bar,
.mobile-quote-fixed-bar,
.mobile-bottom-nav,
.mobile-m-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  width: min(100%, 480px);
  margin: 0 auto;
  border-top: 1px solid rgba(217, 230, 239, 0.96);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 28px rgba(12, 64, 103, 0.08);
  backdrop-filter: blur(16px);
}

.mobile-detail-bottom-bar {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}

.mobile-detail-bottom-minor,
.mobile-detail-bottom-primary,
.mobile-quote-fixed-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 16px;
  font-weight: 900;
}

.mobile-detail-bottom-minor {
  gap: 6px;
  color: var(--primary-dark);
  border: 1px solid var(--line);
}

.mobile-detail-bottom-minor span {
  color: var(--accent);
}

.mobile-detail-bottom-primary,
.mobile-quote-fixed-phone {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.mobile-quote-main {
  min-height: calc(100vh - 176px);
}

.mobile-quote-form input,
.mobile-quote-form textarea,
.mobile-sheet input,
.mobile-sheet textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  background: #f8fbfd;
}

.mobile-quote-form textarea,
.mobile-sheet textarea {
  min-height: 88px;
  padding-top: 10px;
}

.mobile-quote-fixed-bar {
  bottom: 66px;
  padding: 8px 12px;
  border-top: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.mobile-quote-fixed-phone {
  gap: 10px;
  pointer-events: auto;
}

.mobile-quote-fixed-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.mobile-quote-fixed-text small {
  color: rgba(255, 255, 255, 0.82);
}

.mobile-bottom-nav,
.mobile-m-bottom-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
}

.mobile-bottom-nav a,
.mobile-m-bottom-nav a {
  display: grid;
  gap: 3px;
  justify-items: center;
  min-width: 0;
  color: #7a8792;
  font-size: 11px;
  font-weight: 700;
}

.mobile-bottom-nav span,
.mobile-m-bottom-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: var(--primary-dark);
  background-color: rgba(15, 132, 184, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  font-size: 12px;
  font-weight: 900;
}

.mobile-nav-icon::before {
  content: "";
}

.mobile-nav-icon.icon-home {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.5L12 4L19.5 10.5V19H14.5V14H9.5V19H4.5V10.5Z' stroke='%230a638f' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mobile-nav-icon.icon-category {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.5' y='4.5' width='6' height='6' rx='1.5' stroke='%230a638f' stroke-width='1.9'/%3E%3Crect x='13.5' y='4.5' width='6' height='6' rx='1.5' stroke='%230a638f' stroke-width='1.9'/%3E%3Crect x='4.5' y='13.5' width='6' height='6' rx='1.5' stroke='%230a638f' stroke-width='1.9'/%3E%3Crect x='13.5' y='13.5' width='6' height='6' rx='1.5' stroke='%230a638f' stroke-width='1.9'/%3E%3C/svg%3E");
}

.mobile-nav-icon.icon-chat {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.5C5 5.12 6.12 4 7.5 4H16.5C17.88 4 19 5.12 19 6.5V13.5C19 14.88 17.88 16 16.5 16H11L6.5 20V16H7.5C6.12 16 5 14.88 5 13.5V6.5Z' stroke='%230a638f' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M8.5 8.5H15.5M8.5 12H13' stroke='%230a638f' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mobile-nav-icon.icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 5H10L11.2 8.2L9.4 10C10.35 11.95 12.05 13.65 14 14.6L15.8 12.8L19 14V16.8C19 18.02 18.02 19 16.8 19C10.28 19 5 13.72 5 7.2C5 5.98 5.98 5 7.2 5Z' stroke='%230a638f' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mobile-bottom-nav a.is-active,
.mobile-m-bottom-nav a.is-active {
  color: var(--primary-dark);
}

.mobile-bottom-nav a.is-active span,
.mobile-m-bottom-nav a.is-active span {
  color: #fff;
  background-color: rgba(15, 132, 184, 0.16);
}

.mobile-bottom-nav a.is-active .mobile-nav-icon.icon-home,
.mobile-m-bottom-nav a.is-active .mobile-nav-icon.icon-home {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%230f84b8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.5L12 4L19.5 10.5V19H14.5V14H9.5V19H4.5V10.5Z'/%3E%3C/svg%3E");
}

.mobile-bottom-nav a.is-active .mobile-nav-icon.icon-category,
.mobile-m-bottom-nav a.is-active .mobile-nav-icon.icon-category {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%230f84b8' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='7' height='7' rx='1.7'/%3E%3Crect x='13' y='4' width='7' height='7' rx='1.7'/%3E%3Crect x='4' y='13' width='7' height='7' rx='1.7'/%3E%3Crect x='13' y='13' width='7' height='7' rx='1.7'/%3E%3C/svg%3E");
}

.mobile-bottom-nav a.is-active .mobile-nav-icon.icon-chat,
.mobile-m-bottom-nav a.is-active .mobile-nav-icon.icon-chat {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%230f84b8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.5C5 5.12 6.12 4 7.5 4H16.5C17.88 4 19 5.12 19 6.5V13.5C19 14.88 17.88 16 16.5 16H11L6.5 20V16H7.5C6.12 16 5 14.88 5 13.5V6.5Z'/%3E%3C/svg%3E");
}

.mobile-bottom-nav a.is-active .mobile-nav-icon.icon-phone,
.mobile-m-bottom-nav a.is-active .mobile-nav-icon.icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%230f84b8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 5H10L11.2 8.2L9.4 10C10.35 11.95 12.05 13.65 14 14.6L15.8 12.8L19 14V16.8C19 18.02 18.02 19 16.8 19C10.28 19 5 13.72 5 7.2C5 5.98 5.98 5 7.2 5Z'/%3E%3C/svg%3E");
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(8, 31, 47, 0.44);
}

.mobile-sheet {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  width: min(100%, 480px);
  padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: 0 -18px 38px rgba(12, 64, 103, 0.18);
  transform: translateY(110%);
  transition: transform 0.24s ease;
}

.mobile-overlay.is-active {
  display: block;
}

.mobile-sheet.is-active {
  transform: translateY(0);
}

.mobile-sheet-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: #f1f5f8;
}

.mobile-sheet h3 {
  margin: 0 40px 6px 0;
  font-size: 20px;
}

.mobile-sheet p {
  margin: 0 0 14px;
  color: var(--muted);
}

.mobile-sheet form {
  display: grid;
  gap: 10px;
}

.mobile-m-banner:first-of-type {
  padding-top: 2px;
}

.mobile-m-banner:first-of-type .mobile-m-title {
  margin-bottom: 12px;
}

.mobile-m-banner:first-of-type .mobile-m-title strong {
  color: #182838;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.mobile-m-banner:first-of-type .mobile-m-title p {
  color: #6f8192;
  font-size: 13px;
}

.mobile-m-banner:first-of-type .mobile-m-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 20px;
  align-items: start;
}

.mobile-m-banner:first-of-type .mobile-m-quick-card {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mobile-m-banner:first-of-type .quick-service {
  display: none;
}

.mobile-m-banner:first-of-type .mobile-m-quick-icon {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background-color: #12c8b4;
  background-size: 34px 34px;
  box-shadow: 0 14px 26px rgba(11, 122, 151, 0.16);
}

.mobile-m-banner:first-of-type .mobile-m-quick-card strong {
  color: #183044;
  font-size: 13px;
  font-weight: 900;
}

.mobile-m-banner:first-of-type .quick-product .mobile-m-quick-icon {
  background-color: #12c8b4;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='6' width='20' height='24' rx='9' stroke='white' stroke-width='3'/%3E%3Cpath d='M12 12C14.4 9.8 21.6 9.8 24 12' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mobile-m-banner:first-of-type .quick-brand .mobile-m-quick-icon {
  background-color: #3fb3f4;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 9H26L22 24H14L10 9Z' fill='white'/%3E%3Cpath d='M9 17L17 27L26 19' stroke='%233fb3f4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mobile-m-banner:first-of-type .quick-news .mobile-m-quick-icon {
  background-color: #19bdca;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='11' y='7' width='17' height='23' rx='5' fill='white'/%3E%3Cpath d='M15 14H24M15 19H24M15 24H21' stroke='%2319bdca' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mobile-m-banner:first-of-type .quick-about .mobile-m-quick-icon {
  background-color: #ff8746;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='6' width='17' height='24' rx='6' fill='rgba(255,255,255,0.45)'/%3E%3Cpath d='M17 12L23 18L17 24' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-card {
  padding: 26px 20px 24px;
  color: #fff;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #178fbd 0%, #37bdd1 100%),
    radial-gradient(circle at right bottom, rgba(255, 255, 255, 0.18), transparent 10rem);
  box-shadow: 0 18px 38px rgba(11, 117, 154, 0.22);
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-card span {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-card h1 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-card p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-actions a,
.mobile-m-banner:nth-of-type(2) .mobile-m-banner-actions button {
  min-width: 126px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 15px;
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-actions button.is-primary {
  color: #fff;
  background: #075a89;
}

.mobile-m-banner:nth-of-type(2) .mobile-m-banner-actions a {
  color: #1277a8;
  background: #fff;
}

@media (max-width: 380px) {
  .mobile-topbar-inner,
  .mobile-masthead-top,
  .mobile-detail-topbar,
  .mobile-section,
  .mobile-m-section,
  .mobile-m-banner,
  .mobile-quote-hero,
  .mobile-quote-form-section,
  .mobile-detail-main,
  .mobile-detail-block,
  .mobile-detail-ranking {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mobile-category-shell {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 10px;
  }

  .mobile-m-product {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}

.mobile-about-profile {
  display: grid;
  gap: 14px;
}

.mobile-about-profile-head {
  padding: 18px;
  border: 1px solid rgba(214, 227, 238, 0.92);
  border-radius: 18px;
  background:
    radial-gradient(circle at right top, rgba(15, 132, 184, 0.12), transparent 9rem),
    linear-gradient(135deg, #fff, #f4f9fc);
}

.mobile-about-profile-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-about-profile-head h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.3;
}

.mobile-about-profile-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.mobile-about-profile-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mobile-about-profile-kpis article {
  min-height: 92px;
  padding: 12px 10px;
  border: 1px solid rgba(214, 227, 238, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.mobile-about-profile-kpis strong,
.mobile-about-profile-kpis span {
  display: block;
}

.mobile-about-profile-kpis strong {
  color: var(--primary-dark);
  font-size: 19px;
  line-height: 1;
}

.mobile-about-profile-kpis span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.mobile-about-profile-content {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.mobile-about-profile-content h2 {
  margin: 4px 0 0;
  padding-left: 10px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  border-left: 4px solid var(--primary);
}

.mobile-about-profile-content p {
  margin: 0;
  color: #536679;
  line-height: 1.85;
}

.mobile-about-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.mobile-about-profile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(199, 219, 233, 0.96);
  border-radius: 999px;
  background: #fff;
}

@media (max-width: 390px) {
  .mobile-about-profile-kpis {
    grid-template-columns: 1fr;
  }

  .mobile-about-profile-kpis article {
    min-height: auto;
  }
}

.mobile-m-qualification {
  display: grid;
  gap: 13px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(200, 224, 238, 0.88);
  background:
    radial-gradient(circle at 0 0, rgba(15, 132, 184, 0.12), transparent 12rem),
    linear-gradient(160deg, #fbfdff 0%, #edf8fc 58%, #fff7ef 100%);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(12, 64, 103, 0.09);
}

.mobile-m-qualification-copy {
  padding: 17px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.13), transparent 30%),
    radial-gradient(circle at right top, rgba(24, 166, 184, 0.3), transparent 11rem),
    linear-gradient(135deg, #062f54, #0b7483);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(6, 47, 84, 0.22);
}

.mobile-m-qualification-copy h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.mobile-m-qualification-copy p {
  margin: 0;
  color: rgba(239, 250, 255, 0.9);
  line-height: 1.8;
  font-size: 13px;
}

.mobile-m-cert-list {
  display: grid;
  gap: 11px;
}

.mobile-m-cert-list figure {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 11px;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  border: 1px solid rgba(205, 224, 238, 0.96);
  border-radius: 19px;
  box-shadow: 0 12px 26px rgba(12, 64, 103, 0.08);
}

.mobile-m-cert-list img {
  width: 100%;
  height: 178px;
  padding: 10px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(224, 234, 242, 0.96);
  border-radius: 14px;
}

.mobile-m-cert-list figcaption {
  padding: 8px 10px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(90deg, rgba(15, 132, 184, 0.08), rgba(255, 122, 26, 0.08));
  border-radius: 999px;
}

.mobile-brand-detail-banner {
  padding-top: 12px;
}

.mobile-brand-detail-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(193, 219, 236, 0.86);
  background:
    radial-gradient(circle at right top, rgba(15, 132, 184, 0.12), transparent 10rem),
    linear-gradient(160deg, #ffffff 0%, #eef8fc 100%);
}

.mobile-brand-detail-hero h1 {
  color: var(--ink);
}

.mobile-brand-detail-hero p {
  color: #536879;
}

.mobile-brand-hero-logo {
  width: 118px;
  height: 58px;
  padding: 8px 12px;
  margin-bottom: 12px;
  object-fit: contain;
  border: 1px solid rgba(207, 224, 237, 0.9);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(12, 64, 103, 0.08);
}

.mobile-brand-hero-tags,
.mobile-brand-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.mobile-brand-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(185, 215, 235, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.mobile-brand-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  box-shadow: 0 10px 22px rgba(15, 132, 184, 0.16);
}

.mobile-brand-detail-actions a:first-child {
  color: var(--primary-dark);
  border: 1px solid rgba(188, 216, 235, 0.92);
  background: #fff;
  box-shadow: none;
}

.mobile-brand-product-list,
.mobile-brand-summary-grid {
  display: grid;
  gap: 10px;
}

.mobile-brand-product-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 10px;
  color: var(--ink);
  border: 1px solid rgba(209, 226, 238, 0.94);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbfd);
}

.mobile-brand-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 82px;
  overflow: hidden;
  border: 1px solid rgba(222, 233, 241, 0.96);
  border-radius: 15px;
  background: #fff;
}

.mobile-brand-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-brand-product-placeholder {
  color: var(--primary);
  font-size: 20px;
  font-weight: 900;
}

.mobile-brand-product-info {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.mobile-brand-product-info em {
  color: var(--primary-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.mobile-brand-product-info strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-brand-product-info small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-brand-product-empty {
  display: grid;
  gap: 8px;
  padding: 15px;
  border: 1px dashed rgba(156, 190, 211, 0.95);
  border-radius: 18px;
  background: #f8fbfd;
}

.mobile-brand-product-empty strong {
  color: var(--ink);
  font-size: 15px;
}

.mobile-brand-product-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.mobile-brand-product-empty a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  background: var(--primary);
}

.mobile-brand-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-brand-summary-card {
  display: grid;
  gap: 7px;
  min-height: 148px;
  padding: 12px;
  color: var(--ink);
  text-align: center;
  border: 1px solid rgba(209, 226, 238, 0.94);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(12, 64, 103, 0.06);
}

.mobile-brand-summary-card img {
  width: 100%;
  height: 52px;
  object-fit: contain;
}

.mobile-brand-summary-card strong {
  font-size: 13px;
  line-height: 1.35;
}

.mobile-brand-summary-card span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
