/*
Theme Name: Nexharn Connectivity
Theme URI: https://nexharnconnectivity.com/
Author: Nexharn Connectivity
Author URI: https://nexharnconnectivity.com/
Description: A custom B2B WordPress theme for cable, wire harness, and industrial cable assembly manufacturers.
Version: 1.0.32
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexharn
*/

:root {
  --nx-ink: #152033;
  --nx-muted: #5a6678;
  --nx-line: #dfe5ed;
  --nx-bg: #f6f8fb;
  --nx-panel: #ffffff;
  --nx-blue: #1458d4;
  --nx-blue-dark: #0b3b91;
  --nx-teal: #00a79d;
  --nx-steel: #334155;
  --nx-orange: #f59e0b;
  --nx-radius: 8px;
  --nx-shadow: 0 16px 40px rgba(21, 32, 51, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--nx-ink);
  background: var(--nx-bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--nx-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--nx-blue-dark);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--nx-line);
}

body.admin-bar .site-header {
  top: 32px;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner,
.footer-grid,
.hero-grid,
.split-grid,
.product-grid,
.stats-grid,
.category-grid,
.rfq-grid,
.seo-grid,
.insight-grid,
.factory-grid,
.trust-grid,
.process-grid,
.capability-grid,
.evidence-grid,
.trust-proof-grid,
.credential-grid,
.buyer-logo-wall {
  display: grid;
  gap: 24px;
}

.header-inner {
  grid-template-columns: minmax(180px, 260px) 1fr auto;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--nx-ink);
  font-weight: 700;
  min-width: 0;
}

.brand .custom-logo {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 240px !important;
  max-height: 58px !important;
  object-fit: contain;
}

.site-header img.custom-logo {
  width: auto !important;
  height: auto !important;
  max-width: 240px !important;
  max-height: 58px !important;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--nx-blue), var(--nx-teal));
  border-radius: 8px;
  font-weight: 800;
}

.brand-name {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.brand-sub {
  display: block;
  color: var(--nx-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.main-navigation a {
  color: var(--nx-steel);
  font-size: 15px;
  font-weight: 700;
}

.header-cta,
.button,
.wp-block-button__link,
.rfq-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  color: #fff;
  background: var(--nx-blue);
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

.header-cta:hover,
.button:hover,
.rfq-form button:hover {
  color: #fff;
  background: var(--nx-blue-dark);
  text-decoration: none;
}

.hero {
  background:
    linear-gradient(110deg, rgba(9, 25, 52, 0.94), rgba(10, 62, 125, 0.82)),
    radial-gradient(circle at 80% 30%, rgba(0, 167, 157, 0.45), transparent 32%),
    #0f2547;
  color: #fff;
  padding: 82px 0 54px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
}

.hero-media {
  display: grid;
  gap: 16px;
}

.hero-media > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--nx-radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.eyebrow {
  margin: 0 0 14px;
  color: #9ee7e1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero p {
  max-width: 690px;
  margin: 0 0 28px;
  color: #dce8f8;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  display: inline-flex;
  padding: 7px 10px;
  color: #dff8f3;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}

.button.secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.button.secondary-dark {
  color: var(--nx-blue);
  background: #fff;
  border: 1px solid var(--nx-blue);
}

.button.secondary-dark:hover,
.button.secondary-dark:focus {
  color: #fff;
  background: var(--nx-blue-dark);
  border-color: var(--nx-blue-dark);
}

.hero-panel,
.panel,
.product-card,
.category-card,
.rfq-form,
.contact-card {
  background: var(--nx-panel);
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: var(--nx-shadow);
}

.hero-panel {
  color: var(--nx-ink);
  padding: 24px;
}

.hero-panel h2 {
  margin-top: 0;
  font-size: 24px;
}

.capability-list,
.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.capability-list li,
.check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.capability-list li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--nx-teal);
  content: ">";
  font-weight: 800;
}

.section {
  padding: 70px 0;
}

.site-main > .section:first-child,
.site-main > .section.alt:first-child {
  padding-top: 82px;
}

.section.alt {
  background: #fff;
}

.trust-strip {
  color: #fff;
  background: #0b3b91;
  padding: 22px 0;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid div {
  padding: 4px 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-size: 17px;
}

.trust-grid span {
  color: #dce8f8;
  font-size: 14px;
}

.trust-evidence-section {
  background: #ffffff;
}

.evidence-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  align-items: stretch;
}

.evidence-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 12px 32px rgba(21, 32, 51, 0.08);
}

.evidence-card.large {
  display: grid;
  grid-template-rows: auto 1fr;
}

.evidence-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.evidence-card h3,
.evidence-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.evidence-card h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.evidence-card p {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--nx-muted);
}

.evidence-card .text-link {
  display: inline-flex;
  margin: 0 22px 24px;
  font-weight: 800;
}

.trust-proof-grid,
.credential-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.trust-proof-grid div,
.credential-grid div {
  padding: 20px;
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-left: 4px solid var(--nx-teal);
  border-radius: var(--nx-radius);
}

.trust-proof-grid strong,
.trust-proof-grid span,
.credential-grid strong,
.credential-grid span {
  display: block;
}

.trust-proof-grid strong,
.credential-grid strong {
  font-size: 18px;
}

.trust-proof-grid span,
.credential-grid span {
  color: var(--nx-muted);
  font-size: 14px;
}

.seo-section {
  background: #eef4fb;
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-header h2,
.entry-content h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.section-header p,
.entry-content p {
  color: var(--nx-muted);
}

.product-grid,
.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-layout .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.product-card,
.category-card,
.contact-card {
  padding: 24px;
}

.contact-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.contact-proof-strip div {
  padding: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--nx-blue-dark), var(--nx-blue));
  border-radius: var(--nx-radius);
}

.contact-proof-strip strong,
.contact-proof-strip span {
  display: block;
}

.contact-proof-strip strong {
  font-size: 23px;
  line-height: 1.1;
}

.contact-proof-strip span {
  color: #dce8f8;
  font-size: 13px;
  font-weight: 700;
}

.archive-layout .product-card {
  padding: 28px;
}

.product-card img,
.category-card img,
.image-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 6px;
}

.image-panel img {
  margin-bottom: 0;
  border: 1px solid var(--nx-line);
  box-shadow: var(--nx-shadow);
}

.visual-split {
  align-items: center;
}

.visual-split.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.product-card h2,
.product-card h3 {
  line-height: 1.2;
}

.product-card h3,
.category-card h3,
.contact-card h3 {
  margin-top: 0;
  font-size: 22px;
}

.contact-process {
  display: grid;
  gap: 12px;
}

.contact-process div {
  padding: 14px;
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: 6px;
}

.contact-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  color: #fff;
  background: var(--nx-teal);
  border-radius: 5px;
  font-weight: 800;
}

.contact-process strong,
.contact-process p {
  display: block;
  margin: 0;
}

.contact-process p {
  margin-top: 5px;
  color: var(--nx-muted);
  font-size: 14px;
}

.quick-contact-list {
  display: grid;
  gap: 10px;
}

.quick-contact-list a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 13px;
  color: var(--nx-ink);
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: 6px;
  font-weight: 800;
}

.quick-contact-list a:hover,
.quick-contact-list a:focus {
  color: #fff;
  background: var(--nx-blue);
  text-decoration: none;
}

.rfq-file-note {
  border-left: 4px solid var(--nx-orange);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.tag-list span,
.product-meta span {
  display: inline-flex;
  padding: 6px 9px;
  color: var(--nx-steel);
  background: #eef4fb;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: start;
}

.panel {
  padding: 28px;
}

.mini-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.mini-feature-grid li {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: 6px;
}

.mini-feature-grid strong,
.mini-feature-grid span {
  display: block;
}

.mini-feature-grid span {
  color: var(--nx-muted);
  font-size: 14px;
}

.industrial-gallery-section {
  background: #eef4fb;
}

.industrial-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.industrial-gallery-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 12px 32px rgba(21, 32, 51, 0.07);
}

.industrial-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.industrial-gallery-grid h3,
.industrial-gallery-grid p {
  margin-right: 18px;
  margin-left: 18px;
}

.industrial-gallery-grid h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.industrial-gallery-grid p {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--nx-muted);
  font-size: 14px;
}

.quality-process-section {
  background: #eef4fb;
}

.quality-grid,
.compliance-chip-grid {
  display: grid;
  gap: 16px;
}

.quality-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quality-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
}

.quality-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 34px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--nx-blue);
  border-radius: 6px;
  font-weight: 800;
}

.quality-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.quality-grid p {
  margin: 0;
  color: var(--nx-muted);
}

.compliance-chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.compliance-chip-grid span {
  padding: 13px 14px;
  background: #eef4fb;
  border: 1px solid #d8e5f5;
  border-radius: 6px;
  font-weight: 800;
}

.quality-note-panel {
  border-left: 4px solid var(--nx-teal);
}

.buyer-logo-wall {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.buyer-logo-wall span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px;
  color: var(--nx-steel);
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
  font-weight: 800;
  text-align: center;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
}

.stat strong {
  display: block;
  color: var(--nx-blue);
  font-size: 30px;
  line-height: 1;
}

.seo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-grid article,
.insight-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
}

.seo-grid h3,
.insight-card h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
}

.insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--nx-blue);
  border-radius: 6px;
  font-weight: 800;
}

.factory-section {
  color: #fff;
  background: #0f2547;
}

.process-section {
  background: #f7fafc;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--nx-teal);
  border-radius: 6px;
  font-weight: 800;
}

.process-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capability-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
}

.capability-grid h3 {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.2;
}

.factory-section .section-header p,
.factory-section p {
  color: #dce8f8;
}

.factory-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 38px;
}

.factory-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.factory-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #e7eefb;
}

.factory-list.light li {
  color: var(--nx-steel);
}

.factory-list li::before {
  position: absolute;
  left: 0;
  color: var(--nx-teal);
  content: ">";
  font-weight: 800;
}

.factory-media img,
.factory-video,
.video-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #071225;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--nx-radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.video-embed iframe {
  height: auto;
}

.final-rfq {
  background: linear-gradient(180deg, #ffffff, #eef4fb);
}

.rfq-note {
  padding: 16px;
  margin-top: 22px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-left: 4px solid var(--nx-teal);
  border-radius: 6px;
}

.rfq-note strong,
.rfq-note span {
  display: block;
}

.rfq-note span {
  color: var(--nx-muted);
}

.page-hero {
  padding: 62px 0;
  color: #fff;
  background: linear-gradient(120deg, #10213c, #1458d4);
}

.breadcrumbs {
  margin-bottom: 12px;
  color: #c7d6ec;
  font-size: 14px;
}

.entry-content {
  max-width: 860px;
  margin: 0 auto;
}

.landing-content {
  max-width: 980px;
}

.landing-content h2 {
  margin-top: 40px;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.landing-grid > div,
.landing-cta,
.landing-note {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.06);
}

.landing-grid h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
}

.landing-cta {
  margin-top: 34px;
  background: #eef4fb;
  border-left: 4px solid var(--nx-teal);
}

.landing-cta .button {
  margin-top: 12px;
}

.landing-note {
  margin: 28px 0;
}

.sourcing-guides {
  background: #ffffff;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.guide-grid a {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 18px;
  color: var(--nx-ink);
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  font-weight: 800;
}

.guide-grid a:hover {
  color: #fff;
  background: var(--nx-blue);
  text-decoration: none;
}

.rfq-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: start;
}

.rfq-form {
  padding: 24px;
}

.rfq-form-header {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--nx-line);
}

.rfq-form-header h2 {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.2;
}

.rfq-form-header p {
  margin: 0;
  color: var(--nx-muted);
  font-size: 14px;
}

.rfq-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rfq-notice {
  padding: 14px 16px;
  margin-bottom: 16px;
  color: #075048;
  background: #dff8f3;
  border: 1px solid #95e2d8;
  border-radius: 6px;
  font-weight: 700;
}

.rfq-notice.error {
  color: #7f1d1d;
  background: #fee2e2;
  border-color: #fecaca;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rfq-form label {
  display: block;
  margin-bottom: 14px;
  color: var(--nx-steel);
  font-weight: 700;
}

.rfq-form input,
.rfq-form select,
.rfq-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  margin-top: 6px;
  color: var(--nx-ink);
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font: inherit;
}

.rfq-form textarea {
  min-height: 130px;
  resize: vertical;
}

.site-footer {
  color: #d7e2f4;
  background: #101827;
  padding: 54px 0 24px;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  margin-top: 0;
}

.site-footer a {
  color: #d7e2f4;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-bottom {
  padding-top: 24px;
  margin-top: 34px;
  color: #9fb0c7;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.social-links a:hover,
.social-links a:focus {
  color: #fff;
  background: var(--nx-blue);
  text-decoration: none;
}

.social-links span,
.whatsapp-float span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--nx-teal);
  border-radius: 5px;
  font-size: 11px;
  line-height: 1;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 16px;
  color: #fff;
  background: #19a974;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(21, 32, 51, 0.22);
  font-weight: 800;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  background: #11845a;
  text-decoration: none;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.archive-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.sidebar-box {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
}

.sidebar-rfq-note {
  padding: 14px;
  margin: 20px 0;
  background: #eef4fb;
  border-left: 4px solid var(--nx-teal);
  border-radius: 6px;
}

.sidebar-rfq-note strong,
.sidebar-rfq-note span {
  display: block;
}

.sidebar-rfq-note span {
  color: var(--nx-muted);
  font-size: 14px;
}

.product-hero {
  padding: 76px 0;
}

.product-hero-grid,
.product-detail-layout {
  display: grid;
  gap: 34px;
}

.product-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
}

.product-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--nx-radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.product-detail-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
}

.product-detail-main,
.product-rfq-panel {
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 12px 32px rgba(21, 32, 51, 0.06);
}

.product-detail-main {
  padding: 30px;
}

.product-rfq-panel {
  position: sticky;
  top: 110px;
  padding: 24px;
}

body.admin-bar .product-rfq-panel {
  top: 142px;
}

.detail-section {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--nx-line);
}

.detail-section h2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
}

.detail-chip-grid,
.detail-card-grid,
.purchase-spec-grid,
.product-trust-grid,
.equipment-list {
  display: grid;
  gap: 12px;
}

.detail-chip-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-chip-grid span,
.detail-card-grid div {
  padding: 13px 14px;
  background: #eef4fb;
  border: 1px solid #d8e5f5;
  border-radius: 6px;
  font-weight: 700;
}

.detail-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.purchasing-spec-section {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 10px 26px rgba(21, 32, 51, 0.05);
}

.purchasing-spec-section > p {
  color: var(--nx-muted);
}

.purchase-spec-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0 22px;
}

.purchase-spec-grid div {
  padding: 16px;
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: 6px;
}

.purchase-spec-grid strong,
.purchase-spec-grid span {
  display: block;
}

.purchase-spec-grid strong {
  margin-bottom: 5px;
  color: var(--nx-ink);
  font-size: 17px;
}

.purchase-spec-grid span {
  color: var(--nx-muted);
  font-size: 14px;
}

.catalog-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
  background: linear-gradient(120deg, #10213c, #1458d4);
  border-radius: var(--nx-radius);
}

.catalog-cta h3,
.catalog-cta p {
  margin: 0;
}

.catalog-cta p {
  color: #dce8f8;
}

.catalog-cta .button {
  flex: 0 0 auto;
  background: #19a974;
}

.catalog-cta .button:hover,
.catalog-cta .button:focus {
  background: #11845a;
}

.product-trust-section {
  padding: 28px;
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
}

.product-trust-section > p {
  color: var(--nx-muted);
}

.product-trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}

.product-trust-grid div {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-left: 4px solid var(--nx-teal);
  border-radius: 6px;
}

.product-trust-grid strong,
.product-trust-grid span {
  display: block;
}

.product-trust-grid strong {
  color: var(--nx-ink);
  font-size: 18px;
}

.product-trust-grid span {
  color: var(--nx-muted);
  font-size: 14px;
}

.equipment-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
}

.equipment-list li {
  padding: 10px 12px;
  color: var(--nx-steel);
  background: #eef4fb;
  border: 1px solid #d8e5f5;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.spec-table th,
.spec-table td {
  padding: 14px;
  text-align: left;
  border: 1px solid var(--nx-line);
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: var(--nx-ink);
  background: #f6f8fb;
}

.product-faq details {
  padding: 16px 0;
  border-bottom: 1px solid var(--nx-line);
}

.product-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.product-faq p {
  margin-bottom: 0;
}

.product-rfq-panel .button {
  width: 100%;
  margin-top: 18px;
}

.product-conversion-section {
  background: #eef4fb;
}

.category-buying-panel,
.post-resource-panel {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 12px 32px rgba(21, 32, 51, 0.06);
}

.category-buying-panel h2,
.post-resource-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}

.category-buying-panel p,
.post-resource-panel p {
  color: var(--nx-muted);
}

.category-spec-grid,
.resource-card-grid,
.case-summary-strip {
  display: grid;
  gap: 14px;
}

.category-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
}

.category-spec-grid div,
.case-summary-strip div {
  padding: 18px;
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: 6px;
}

.category-spec-grid strong,
.category-spec-grid span,
.case-summary-strip strong,
.case-summary-strip span {
  display: block;
}

.category-spec-grid strong,
.case-summary-strip strong {
  color: var(--nx-ink);
  font-size: 17px;
}

.category-spec-grid span,
.case-summary-strip span {
  color: var(--nx-muted);
  font-size: 14px;
}

.category-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sidebar-resource-links {
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid var(--nx-line);
}

.sidebar-resource-links h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.resource-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.resource-card-grid > a,
.resource-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  padding: 18px;
  color: var(--nx-ink);
  background: #f6f8fb;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  font-weight: 800;
}

.resource-card-grid > a:hover,
.resource-card-grid > a:focus {
  color: #fff;
  background: var(--nx-blue);
  text-decoration: none;
}

.resource-card h3 {
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.2;
}

.resource-card h3 a {
  color: var(--nx-ink);
}

.resource-card p {
  margin: 0 0 12px;
  color: var(--nx-muted);
  font-weight: 400;
}

.resource-card span {
  color: var(--nx-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-content {
  max-width: 900px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--nx-line);
  border-radius: var(--nx-radius);
  box-shadow: 0 12px 32px rgba(21, 32, 51, 0.06);
}

.article-content h2 {
  margin-top: 34px;
  font-size: 28px;
  line-height: 1.2;
}

.article-content p {
  color: var(--nx-steel);
}

.case-summary-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 920px) {
  .header-inner,
  .hero-grid,
  .product-hero-grid,
  .product-detail-layout,
  .split-grid,
  .rfq-grid,
  .archive-layout,
  .footer-grid,
  .factory-grid {
    grid-template-columns: 1fr;
  }

  .product-rfq-panel,
  body.admin-bar .product-rfq-panel {
    position: static;
  }

  .contact-proof-strip {
    grid-template-columns: 1fr;
  }

  .brand .custom-logo {
    max-width: 220px !important;
    max-height: 54px !important;
  }

  .main-navigation ul {
    gap: 14px;
  }

  .main-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .product-grid,
  .category-grid,
  .stats-grid,
  .seo-grid,
  .insight-grid,
  .trust-grid,
  .process-grid,
  .capability-grid,
  .evidence-grid,
  .trust-proof-grid,
  .credential-grid,
  .industrial-gallery-grid,
  .quality-grid,
  .landing-grid,
  .guide-grid,
  .detail-chip-grid,
  .detail-card-grid,
  .purchase-spec-grid,
  .category-spec-grid,
  .resource-card-grid,
  .resource-card-grid.compact,
  .case-summary-strip,
  .equipment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .hero {
    padding: 54px 0 38px;
  }

  .section {
    padding: 48px 0;
  }

  .product-grid,
  .category-grid,
  .stats-grid,
  .seo-grid,
  .insight-grid,
  .trust-grid,
  .process-grid,
  .capability-grid,
  .evidence-grid,
  .trust-proof-grid,
  .credential-grid,
  .buyer-logo-wall,
  .industrial-gallery-grid,
  .quality-grid,
  .compliance-chip-grid,
  .landing-grid,
  .guide-grid,
  .mini-feature-grid,
  .detail-chip-grid,
  .detail-card-grid,
  .purchase-spec-grid,
  .product-trust-grid,
  .category-spec-grid,
  .resource-card-grid,
  .resource-card-grid.compact,
  .case-summary-strip,
  .equipment-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .header-cta {
    width: 100%;
  }

  .brand .custom-logo {
    max-width: 180px !important;
    max-height: 46px !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* Compact WhatsApp contact prompt. */
.whatsapp-float {
  display: grid;
  grid-template-columns: 42px auto 18px;
  grid-template-rows: auto auto;
  column-gap: 11px;
  align-items: center;
  min-height: 64px;
  padding: 8px 14px 8px 9px;
  color: #162033;
  background: #fff;
  border: 1px solid #25d366;
  border-radius: 34px;
  box-shadow: 0 5px 16px rgba(8, 38, 67, 0.18);
}

.whatsapp-float span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  color: transparent;
  background: #25d366;
  border-radius: 50%;
}

.whatsapp-float span::before {
  content: "\260E";
  color: #fff;
  font-size: 23px;
}

.whatsapp-float strong,
.whatsapp-float small {
  line-height: 1.15;
}

.whatsapp-float strong {
  align-self: end;
  font-size: 14px;
}

.whatsapp-float small {
  align-self: start;
  color: #7b8491;
  font-size: 11px;
}

.whatsapp-float::after {
  content: "\203A";
  grid-column: 3;
  grid-row: 1 / 3;
  color: #25b85b;
  font-size: 27px;
  line-height: 1;
}

/* Footer social icon tiles */
.site-footer .social-links {
  gap: 8px !important;
}

.site-footer .social-links a {
  width: 54px !important;
  min-width: 54px !important;
  height: 48px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: #fff !important;
  border: 1px solid #e9edf2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.site-footer .social-links a span {
  width: 28px !important;
  height: 28px !important;
  color: transparent !important;
  font-size: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.site-footer .social-links a[aria-label="Facebook"] span {
  background-image: url("https://cdn.simpleicons.org/facebook/1877f2") !important;
}

.site-footer .social-links a[aria-label="Instagram"] span {
  background-image: url("https://cdn.simpleicons.org/instagram/e4405f") !important;
}

.site-footer .social-links a[aria-label="TikTok"] span {
  background-image: url("https://cdn.simpleicons.org/tiktok/000000") !important;
}

.site-footer .social-links a[aria-label="LinkedIn"] {
  border-radius: 8px !important;
}

.site-footer .social-links a[aria-label="LinkedIn"] span {
  background-image: url("https://cdn.simpleicons.org/linkedin/0a66c2") !important;
}

.site-footer .social-links a[aria-label="LinkedIn"] span::before {
  content: none !important;
}

.site-footer .social-links a[aria-label="WhatsApp"] span {
  background-image: url("https://cdn.simpleicons.org/whatsapp/25d366") !important;
}

/* Footer social icon tiles - high specificity override */
body .site-footer .social-links {
  gap: 8px !important;
}

body .site-footer .social-links a {
  width: 54px !important;
  min-width: 54px !important;
  height: 48px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #e9edf2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body .site-footer .social-links a span {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  color: transparent !important;
  font-size: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .site-footer .social-links a[aria-label="Facebook"] span {
  background-color: #1877f2 !important;
  background-image: url("https://cdn.simpleicons.org/facebook/ffffff") !important;
  background-size: 21px 21px !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="Instagram"] span {
  background-image:
    url("https://cdn.simpleicons.org/instagram/ffffff"),
    radial-gradient(circle at 30% 110%, #ffdd55 0 14%, #ff543e 43%, #c837ab 70%, #515bd4 100%) !important;
  background-size: 20px 20px, cover !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="TikTok"] span {
  background-color: #000 !important;
  background-image: url("https://cdn.simpleicons.org/tiktok/ffffff") !important;
  background-size: 20px 20px !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="LinkedIn"] span {
  background-color: #0a66c2 !important;
  background-image: url("https://cdn.simpleicons.org/linkedin/ffffff") !important;
  background-size: 23px 23px !important;
  border-radius: 5px !important;
}

body .site-footer .social-links a[aria-label="LinkedIn"] span::before {
  content: none !important;
}

body .site-footer .social-links a[aria-label="WhatsApp"] span {
  background-color: #25d366 !important;
  background-image: url("https://cdn.simpleicons.org/whatsapp/ffffff") !important;
  background-size: 21px 21px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
}

/* Footer social icon tiles - force white outer cards */
html body .site-footer .social-links a[aria-label="Facebook"],
html body .site-footer .social-links a[aria-label="Instagram"],
html body .site-footer .social-links a[aria-label="TikTok"],
html body .site-footer .social-links a[aria-label="LinkedIn"],
html body .site-footer .social-links a[aria-label="WhatsApp"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 54px !important;
  min-width: 54px !important;
  height: 48px !important;
  padding: 0 !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #e9edf2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

html body .site-footer .social-links a[aria-label="Facebook"] span,
html body .site-footer .social-links a[aria-label="Instagram"] span,
html body .site-footer .social-links a[aria-label="TikTok"] span,
html body .site-footer .social-links a[aria-label="LinkedIn"] span,
html body .site-footer .social-links a[aria-label="WhatsApp"] span {
  width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
}

/* Footer social icons - transparent outer tile, fixed Instagram */
html body .site-footer .social-links a[aria-label="Facebook"],
html body .site-footer .social-links a[aria-label="Instagram"],
html body .site-footer .social-links a[aria-label="TikTok"],
html body .site-footer .social-links a[aria-label="LinkedIn"],
html body .site-footer .social-links a[aria-label="WhatsApp"] {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .site-footer .social-links a[aria-label="Instagram"] span {
  position: relative !important;
  width: 31px !important;
  height: 31px !important;
  background: radial-gradient(circle at 30% 110%, #ffdd55 0 14%, #ff543e 43%, #c837ab 70%, #515bd4 100%) !important;
  background-image: radial-gradient(circle at 30% 110%, #ffdd55 0 14%, #ff543e 43%, #c837ab 70%, #515bd4 100%) !important;
  border-radius: 50% !important;
}

html body .site-footer .social-links a[aria-label="Instagram"] span::before {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 8px !important;
  width: 13px !important;
  height: 13px !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
}

html body .site-footer .social-links a[aria-label="Instagram"] span::after {
  content: "" !important;
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  width: 4px !important;
  height: 4px !important;
  background: #fff !important;
  border-radius: 50% !important;
}

/* Footer social icons - TikTok border and Instagram final fix */
html body .site-footer .social-links a[aria-label="TikTok"] span {
  border: 0 !important;
  box-shadow: none !important;
}

html body .site-footer .social-links a[aria-label="Instagram"] span {
  position: relative !important;
  width: 31px !important;
  height: 31px !important;
  background: radial-gradient(circle at 30% 110%, #ffdd55 0 13%, #ff9a00 29%, #ff3f5f 52%, #c837ab 75%, #515bd4 100%) !important;
  border-radius: 9px !important;
  overflow: visible !important;
}

html body .site-footer .social-links a[aria-label="Instagram"] span::before {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 7px !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 6px !important;
  background: transparent !important;
}

html body .site-footer .social-links a[aria-label="Instagram"] span::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  top: 12px !important;
  width: 5px !important;
  height: 5px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: 7px -7px 0 -2px #fff !important;
}

/* Footer social icon tiles - centered final polish */
body .site-footer .social-links {
  align-items: center !important;
  gap: 8px !important;
}

body .site-footer .social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 54px !important;
  min-width: 54px !important;
  height: 48px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #e9edf2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body .site-footer .social-links a span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .site-footer .social-links a[aria-label="Facebook"] span {
  background: #1877f2 !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="Facebook"] span::before {
  content: "f" !important;
  display: block !important;
  color: #fff !important;
  font: 700 28px/31px Arial, Helvetica, sans-serif !important;
  transform: translateY(3px) !important;
}

body .site-footer .social-links a[aria-label="Instagram"] span {
  position: relative !important;
  background: radial-gradient(circle at 30% 110%, #ffdd55 0 14%, #ff543e 43%, #c837ab 70%, #515bd4 100%) !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="Instagram"] span::before {
  content: "" !important;
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
}

body .site-footer .social-links a[aria-label="Instagram"] span::after {
  content: "" !important;
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  width: 4px !important;
  height: 4px !important;
  background: #fff !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="LinkedIn"] span {
  background: #0a66c2 !important;
  border-radius: 5px !important;
}

body .site-footer .social-links a[aria-label="LinkedIn"] span::before {
  content: "in" !important;
  display: block !important;
  color: #fff !important;
  font: 700 24px/31px Arial, Helvetica, sans-serif !important;
  letter-spacing: -1px !important;
  transform: translateY(1px) !important;
}

body .site-footer .social-links a[aria-label="TikTok"] span {
  background-color: #000 !important;
  background-image: url("https://cdn.simpleicons.org/tiktok/ffffff") !important;
  background-size: 20px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
}

body .site-footer .social-links a[aria-label="WhatsApp"] span {
  background-color: #25d366 !important;
  background-image: url("https://cdn.simpleicons.org/whatsapp/ffffff") !important;
  background-size: 21px 21px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
}
