.en-cat-header {
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #e60012;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
.head-menu .menu {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.en-cat-nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.en-cat-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.en-cat-logo img {
  height: 38px;
  width: auto;
}
.en-cat-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.en-cat-links a {
  color: #4b5563;
  text-decoration: none;
  font-weight: 600;
}
.en-cat-links a:hover {
  color: #0b63b9;
}
.en-cat-links .lang-link,
.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e60012;
  color: #fff;
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}
.cat-page {
  background: #f8fafc;
  color: #243042;
}
.cat-breadcrumb {
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 18px 0;
  color: #64748b;
  font-size: 14px;
}
.cat-breadcrumb a {
  color: #1167b1;
  text-decoration: none;
}
.cat-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 18px 84px;
  font-size: 16px;
}
.cat-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 44px 36px 36px;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(135deg, #0f4c8a 0%, #1a73c8 58%, #2e9cca 100%);
  box-shadow: 0 18px 40px rgba(15, 76, 138, .18);
}
.cat-hero.electronics { background: linear-gradient(135deg, #0f766e 0%, #0d9488 58%, #14b8a6 100%); }
.cat-hero.clothing { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 58%, #3b82f6 100%); }
.cat-hero.food { background: linear-gradient(135deg, #9a3412 0%, #ea580c 58%, #f97316 100%); }
.cat-hero.cosmetics { background: linear-gradient(135deg, #7c2d8e 0%, #a855f7 58%, #c084fc 100%); }
.cat-hero.baby { background: linear-gradient(135deg, #0f4c8a 0%, #1a73c8 58%, #2e9cca 100%); }
.cat-hero::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.cat-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 10px;
}
.cat-hero h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.22;
  font-weight: 900;
  margin: 0 0 12px;
  max-width: 760px;
}
.cat-hero p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 20px;
}
.hero-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.hero-pill {
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 13px;
  font-weight: 700;
}
.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.hero-btn.primary {
  background: #fff;
  color: #0f4c8a;
}
.hero-btn.secondary {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.34);
  color: #fff;
}
.hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.stat {
  background: rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 14px;
}
.stat strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 5px;
}
.stat span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}
.cat-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 34px 32px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.cat-section h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.35;
}
.cat-section h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
}
.cat-section p {
  color: #475569;
  line-height: 1.85;
  font-size: 15px;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.cat-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.info-card {
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #f8fbff, #fff);
  border-radius: 14px;
  padding: 20px;
}
.info-card.warn {
  border-color: #fde68a;
  background: linear-gradient(180deg, #fffbeb, #fff);
}
.info-card.danger {
  border-color: #fecdd3;
  background: linear-gradient(180deg, #fff1f2, #fff);
}
.info-card.ok {
  border-color: #bbf7d0;
  background: linear-gradient(180deg, #f0fdf4, #fff);
}
.info-card ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  line-height: 1.9;
}
.cat-table-wrap {
  overflow-x: auto;
}
.cat-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cat-table th {
  background: #f1f5f9;
  color: #0f172a;
  padding: 12px 14px;
  text-align: left;
  font-weight: 900;
  border-bottom: 2px solid #e2e8f0;
}
.cat-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf2f7;
  color: #334155;
  line-height: 1.65;
}
.tag {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.tag.ok { background: #dcfce7; color: #166534; }
.tag.warn { background: #fef9c3; color: #854d0e; }
.tag.special { background: #f3e8ff; color: #6b21a8; }
.tag.no { background: #fee2e2; color: #991b1b; }
.notice {
  border-radius: 14px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #f8fbff);
  padding: 18px 20px;
  color: #1e3a8a;
  font-size: 14px;
  line-height: 1.85;
}
.tool-panel {
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  background: linear-gradient(180deg, #eff6ff, #fff);
  padding: 22px;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tool-field label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
  margin-bottom: 6px;
}
.tool-field input,
.tool-field select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  color: #0f172a;
  background: #fff;
}
.tool-result {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.result-card {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #dbeafe;
  padding: 16px;
}
.result-card span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.result-card strong {
  display: block;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.2;
}
.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.mini-nav a {
  color: #1167b1;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 22px;
}
.faq-q {
  font-size: 15px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
}
.faq-a {
  font-size: 14px;
  color: #475569;
  line-height: 1.85;
  margin: 0;
}
.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.related-links a {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  color: #1167b1;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
}
.en-cat-footer {
  background: #111827;
  color: #d1d5db;
  padding: 34px 18px;
}
.en-cat-footer-inner {
  max-width: 960px;
  margin: 0 auto;
}
.en-cat-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 760px) {
  .en-cat-logo span { display: none; }
  .en-cat-links { gap: 10px; font-size: 13px; }
  .en-cat-links .hide-sm { display: none; }
  .cat-wrap { padding-top: 18px; }
  .cat-hero { padding: 34px 24px 28px; border-radius: 18px; }
  .hero-stats,
  .cat-grid,
  .cat-grid.two,
  .related-links,
  .tool-grid,
  .tool-result {
    grid-template-columns: 1fr;
  }
  .cat-section { padding: 26px 20px; }
}
