/*
Theme Name: Capillary Pro
Theme URI: https://www.capillarytubing.net/
Author: Codex
Description: A technical database and buying-guide theme for capillary tubing specifications.
Version: 1.8.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: capillary-pro
*/

:root {
  --ct-ink: #111827;
  --ct-muted: #5d6877;
  --ct-line: #d9e0e8;
  --ct-soft: #f5f7fa;
  --ct-blue: #0f5f8f;
  --ct-blue-dark: #093f62;
  --ct-teal: #0a8a8f;
  --ct-gold: #b9822d;
  --ct-mint: #eef8f5;
  --ct-warm: #fff7ea;
  --ct-steel: #eef3f7;
  --ct-radius: 8px;
  --ct-shadow: 0 18px 50px rgba(17, 24, 39, .10);
}

/* Chinese inner-page visual system */
body.page:not(.home),
body.single-post {
  background:
    radial-gradient(circle at 8% 10%, rgba(10, 138, 143, .09), transparent 26rem),
    linear-gradient(180deg, #f4f8fb 0, #f8fafc 420px, #eef3f7 100%);
}

body.page:not(.home) main.ct-page,
body.single-post main.ct-page {
  position: relative;
  padding: 0;
  overflow: hidden;
}

body.page:not(.home) main.ct-page::before,
body.single-post main.ct-page::before {
  position: absolute;
  inset: 0 0 auto;
  height: 360px;
  background:
    linear-gradient(125deg, rgba(9, 63, 98, .07), transparent 48%),
    repeating-linear-gradient(135deg, rgba(15, 95, 143, .035) 0 1px, transparent 1px 28px);
  content: "";
  pointer-events: none;
}

body.page:not(.home) .ct-entry,
body.single-post .ct-entry {
  position: relative;
  z-index: 1;
  padding: 54px 0 88px;
  color: var(--ct-ink);
}

.ct-entry-hero {
  position: relative;
  min-height: 330px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(44, 202, 191, .24), transparent 22rem),
    linear-gradient(135deg, #082f49 0%, #0b4d70 52%, #0b6b70 100%);
  box-shadow: 0 28px 70px rgba(7, 47, 73, .20);
}

.ct-entry-hero::after {
  position: absolute;
  right: -70px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(255, 255, 255, .035),
    0 0 0 96px rgba(255, 255, 255, .025);
  content: "";
  pointer-events: none;
}

.ct-entry-hero > * {
  position: relative;
  z-index: 1;
}

.ct-entry-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  font-weight: 700;
}

.ct-entry-breadcrumbs a {
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
}

.ct-entry-breadcrumbs a:hover,
.ct-entry-breadcrumbs a:focus-visible {
  color: #fff;
}

.ct-entry-kicker {
  margin: 0 0 14px;
  color: #76e0d6;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ct-entry-hero h1,
body.page:not(.home) .ct-entry-hero h1,
body.single-post .ct-entry-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.ct-entry-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.75;
}

.ct-entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ct-entry-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.ct-entry-dates span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ct-entry-dates time {
  color: #fff;
  font-weight: 700;
}

.ct-entry-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .90);
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 720;
  backdrop-filter: blur(8px);
}

body.page:not(.home) .ct-entry-content,
body.single-post .ct-entry-content {
  margin-top: 34px;
}

body.page:not(.home) .ct-entry-content > *,
body.single-post .ct-entry-content > * {
  max-width: none;
}

.ct-entry-content > .ct-page,
.ct-entry-content .ct-page > .ct-section {
  padding: 0;
}

.ct-entry-content .ct-container {
  width: 100%;
}

.ct-entry-content .ct-section-head {
  display: block;
  max-width: 900px;
  margin: 0 0 26px;
  padding: 24px 28px;
  border: 1px solid rgba(15, 95, 143, .15);
  border-left: 5px solid var(--ct-teal);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 32px rgba(17, 24, 39, .06);
}

.ct-entry-content .ct-section-head h1,
.ct-entry-content > h1 {
  display: none;
}

.ct-entry-content .ct-section-head p {
  max-width: 800px;
  margin: 0;
  color: #344054;
  font-size: 17px;
  line-height: 1.78;
}

.ct-entry-content .ct-content-section,
.ct-entry-content > .ct-contact-page > section,
.ct-entry-content > section.ct-content-section {
  position: relative;
  max-width: none;
  margin: 22px 0;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(159, 174, 192, .32);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(17, 24, 39, .07);
}

.ct-entry-content .ct-content-section:nth-of-type(even) {
  background:
    linear-gradient(135deg, rgba(238, 248, 245, .84), rgba(255, 255, 255, .98) 58%);
}

.ct-entry-content .ct-content-section::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ct-teal), rgba(15, 95, 143, .20));
  content: "";
}

.ct-entry-content .ct-content-section h2 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 14px;
  color: #102a43;
  font-size: clamp(25px, 3vw, 36px);
  letter-spacing: -.015em;
}

.ct-entry-content .ct-content-section h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ct-teal), var(--ct-blue));
  content: "";
}

.ct-entry-content .ct-content-section h3 {
  color: #17324d;
}

.ct-entry-content .ct-content-section > p,
.ct-entry-content .ct-content-section > ul,
.ct-entry-content .ct-content-section > ol {
  max-width: 900px;
}

.ct-entry-content .ct-content-section ol {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: ct-steps;
}

.ct-entry-content .ct-content-section ol li {
  position: relative;
  min-height: 48px;
  padding: 12px 16px 12px 58px;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  background: #f8fafc;
  counter-increment: ct-steps;
}

.ct-entry-content .ct-content-section ol li::before {
  position: absolute;
  top: 9px;
  left: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--ct-blue), var(--ct-teal));
  content: counter(ct-steps, decimal-leading-zero);
  font-size: 12px;
  font-weight: 820;
}

.ct-entry-content .ct-card {
  border-color: rgba(159, 174, 192, .35);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .055);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ct-entry-content .ct-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 138, 143, .36);
  box-shadow: 0 18px 38px rgba(17, 24, 39, .09);
}

.ct-entry-content .ct-spec-table {
  overflow: hidden;
  border: 1px solid rgba(15, 95, 143, .18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}

.ct-entry-content .ct-spec-row {
  padding: 17px 20px;
}

.ct-entry-content .ct-spec-row:nth-child(even) {
  background: #f5f9fb;
}

.ct-entry-content .ct-spec-row strong {
  color: var(--ct-blue-dark);
}

.ct-entry-content .ct-contact-grid a,
.ct-entry-content .ct-contact-grid div {
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f4f9fb);
  box-shadow: 0 10px 24px rgba(17, 24, 39, .055);
}

.ct-entry-content .ct-company-gallery figure {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .11);
}

.ct-entry-content .ct-company-gallery img {
  transition: transform .35s ease;
}

.ct-entry-content .ct-company-gallery figure:hover img {
  transform: scale(1.025);
}

.ct-entry-content .ct-faq-grid details {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .045);
}

.ct-entry-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(66, 215, 202, .22), transparent 20rem),
    linear-gradient(125deg, #0b3854, #0b6870);
  box-shadow: 0 22px 50px rgba(7, 47, 73, .17);
}

.ct-entry-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.18;
}

.ct-entry-cta p:not(.ct-entry-kicker) {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.ct-entry-cta .ct-button {
  min-width: 150px;
  color: #08324b;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.ct-entry-cta .ct-button:hover,
.ct-entry-cta .ct-button:focus-visible {
  color: #fff;
  background: var(--ct-teal);
}

@media (max-width: 760px) {
  body.page:not(.home) .ct-entry,
  body.single-post .ct-entry {
    padding: 24px 0 58px;
  }

  .ct-entry-hero {
    min-height: 0;
    padding: 28px 24px 32px;
    border-radius: 15px;
  }

  .ct-entry-breadcrumbs {
    margin-bottom: 28px;
  }

  .ct-entry-hero h1,
  body.page:not(.home) .ct-entry-hero h1,
  body.single-post .ct-entry-hero h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .ct-entry-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .ct-entry-tags {
    margin-top: 24px;
  }

  .ct-entry-tags span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .ct-entry-content .ct-section-head,
  .ct-entry-content .ct-content-section,
  .ct-entry-content > .ct-contact-page > section,
  .ct-entry-content > section.ct-content-section {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .ct-entry-content .ct-content-section h2 {
    font-size: 26px;
  }

  .ct-entry-content .ct-spec-row {
    padding: 15px 16px;
  }

  .ct-entry-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
    border-radius: 15px;
  }

  .ct-entry-cta .ct-button {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ct-ink);
  background: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--ct-blue);
  text-underline-offset: 3px;
}

.ct-container {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.ct-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 224, 232, .92);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.ct-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ct-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--ct-ink);
  text-decoration: none;
}

.ct-brand-logo {
  display: block;
  width: 46px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ct-brand-copy {
  display: block;
}

.ct-brand-title {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 780;
}

.ct-brand-subtitle {
  display: block;
  margin-top: 4px;
  color: var(--ct-muted);
  font-size: 12px;
  line-height: 1.2;
}

.ct-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
}

.ct-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 6px;
  color: #253041;
  text-decoration: none;
  font-weight: 650;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ct-nav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 2px;
  border-radius: 99px;
  background: var(--ct-teal);
  transform: scaleX(0);
  transform-origin: center;
  opacity: .9;
  transition: transform .18s ease;
}

.ct-nav a:hover,
.ct-nav a:focus-visible {
  color: var(--ct-blue-dark);
  background: rgba(15, 95, 143, .07);
  outline: 0;
}

.ct-nav a:hover::after,
.ct-nav a:focus-visible::after {
  transform: scaleX(1);
}

.ct-nav .ct-nav-quote {
  min-height: 40px;
  margin-left: 8px;
  padding: 0 15px;
  border-radius: 6px;
  color: #fff;
  background: var(--ct-blue);
  box-shadow: 0 1px 0 rgba(17, 24, 39, .04);
}

.ct-nav .ct-nav-quote::after {
  display: none;
}

.ct-nav .ct-nav-quote:hover,
.ct-nav .ct-nav-quote:focus-visible {
  color: #fff;
  background: var(--ct-blue-dark);
  box-shadow: 0 10px 22px rgba(9, 63, 98, .18);
  transform: translateY(-1px);
}

.ct-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: var(--ct-steel);
}

.ct-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ct-hero-image);
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.ct-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 34%, rgba(255,255,255,.50) 58%, rgba(255,255,255,.12) 100%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.62));
}

.ct-hero-inner {
  position: relative;
  z-index: 1;
  padding: 104px 0 82px;
}

.ct-eyebrow {
  margin: 0 0 18px;
  color: var(--ct-blue-dark);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ct-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 820;
}

.ct-hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: #354153;
  font-size: 19px;
  line-height: 1.65;
}

.ct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ct-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin-top: 24px;
}

.ct-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  color: #253041;
  background: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.ct-button,
.ct-button-secondary,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  font-weight: 740;
  text-decoration: none;
  cursor: pointer;
}

.ct-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background: var(--ct-blue);
}

.ct-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: var(--ct-blue-dark);
}

.ct-button-secondary {
  color: var(--ct-ink);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,24,39,.16);
}

.ct-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 880px;
  margin-top: 56px;
  border: 1px solid rgba(17,24,39,.12);
  background: rgba(17,24,39,.10);
}

.ct-metric {
  padding: 20px 18px;
  background: rgba(255,255,255,.84);
}

.ct-metric strong {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.ct-metric span {
  display: block;
  margin-top: 8px;
  color: var(--ct-muted);
  font-size: 13px;
  line-height: 1.35;
}

.ct-section {
  padding: 86px 0;
}

.ct-section.ct-soft {
  background: var(--ct-soft);
}

.ct-priority-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--ct-line);
  background: #fff;
}

.ct-priority-head {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(300px, .5fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 24px;
}

.ct-priority-head h2 {
  margin: 0;
}

.ct-priority-head p:last-child {
  margin: 0;
  color: var(--ct-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ct-priority-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: var(--ct-line);
}

.ct-priority-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 28px;
  color: var(--ct-ink);
  background: #fff;
  text-decoration: none;
}

.ct-priority-card span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--ct-blue);
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.ct-priority-card strong {
  max-width: 520px;
  font-size: 24px;
  line-height: 1.18;
}

.ct-priority-card em {
  color: var(--ct-muted);
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
}

.ct-priority-main {
  background:
    linear-gradient(135deg, rgba(15, 95, 143, .08), rgba(10, 138, 143, .05)),
    #fff;
}

.ct-priority-card:hover,
.ct-priority-card:focus-visible {
  color: var(--ct-blue-dark);
  outline: 0;
}

.ct-secondary-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ct-secondary-paths a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--ct-line);
  border-radius: 6px;
  color: #354153;
  background: #fff;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

.ct-secondary-paths a:hover,
.ct-secondary-paths a:focus-visible {
  color: var(--ct-blue-dark);
  border-color: rgba(15, 95, 143, .28);
  background: rgba(15, 95, 143, .06);
  outline: 0;
}

.ct-showcase-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
}

.ct-section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .48fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.ct-section h2,
.ct-page h1,
.ct-entry h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
}

.ct-section-head p,
.ct-muted,
.ct-entry {
  color: var(--ct-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ct-grid-4,
.ct-grid-3,
.ct-grid-2 {
  display: grid;
  gap: 18px;
}

.ct-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ct-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ct-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.ct-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(17,24,39,.03);
}

.ct-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.ct-card p,
.ct-card li {
  color: var(--ct-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ct-card p:last-child,
.ct-card ul:last-child {
  margin-bottom: 0;
}

.ct-card ul {
  margin: 0;
  padding-left: 18px;
}

.ct-cert-grid {
  margin-top: 22px;
}

.ct-cert-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: top center;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid var(--ct-line);
  border-radius: 6px;
  background: #fff;
}

.ct-cert-card h3 {
  font-size: 18px;
}

.ct-cert-card > a {
  display: block;
}

.ct-cert-card p {
  font-size: 14px;
}

.ct-company-proof-section {
  border-top: 1px solid var(--ct-line);
  border-bottom: 1px solid var(--ct-line);
}

.ct-company-proof {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.ct-company-proof-copy h2 {
  margin-top: 0;
}

.ct-company-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ct-line);
}

.ct-company-lockup img {
  display: block;
  width: 68px;
  height: 50px;
  object-fit: contain;
}

.ct-company-lockup span,
.ct-company-lockup strong,
.ct-company-lockup small {
  display: block;
}

.ct-company-lockup strong {
  color: var(--ct-ink);
  font-size: 15px;
  line-height: 1.35;
}

.ct-company-lockup small {
  margin-top: 4px;
  color: var(--ct-muted);
  font-size: 12px;
}

.ct-company-proof-points {
  margin: 24px 0 26px;
  border-top: 1px solid var(--ct-line);
}

.ct-company-proof-points > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ct-line);
}

.ct-company-proof-points strong {
  color: var(--ct-ink);
  font-size: 14px;
}

.ct-company-proof-points span {
  color: var(--ct-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ct-company-proof .ct-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 4px;
  color: var(--ct-blue-dark);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.ct-company-proof .ct-text-link:hover,
.ct-company-proof .ct-text-link:focus-visible {
  color: var(--ct-teal);
}

.ct-company-proof-media,
.ct-company-gallery figure {
  margin: 0;
}

.ct-company-proof-media img,
.ct-company-gallery img {
  display: block;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.ct-company-proof-media img {
  aspect-ratio: 4 / 3;
}

.ct-company-proof-media figcaption,
.ct-company-gallery figcaption {
  margin-top: 10px;
  color: var(--ct-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ct-company-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ct-company-gallery img {
  aspect-ratio: 4 / 3;
}

.ct-company-gallery .ct-company-gallery-exhibition img {
  object-position: center 30%;
}

.ct-company-gallery strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ct-ink);
  font-size: 13px;
}

.ct-qualifications-section {
  border-top: 1px solid var(--ct-line);
  border-bottom: 1px solid var(--ct-line);
  background: #f4f7f9;
}

.ct-qualifications-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 56px;
  align-items: end;
}

.ct-qualifications-head h2 {
  margin-top: 0;
}

.ct-corporate-match {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding-left: 28px;
  border-left: 1px solid var(--ct-line);
}

.ct-corporate-match img {
  display: block;
  width: 74px;
  height: 54px;
  object-fit: contain;
}

.ct-corporate-match strong,
.ct-corporate-match span {
  display: block;
}

.ct-corporate-match strong {
  margin-bottom: 6px;
  color: var(--ct-ink);
  font-size: 15px;
}

.ct-corporate-match span {
  color: var(--ct-muted);
  font-size: 13px;
  line-height: 1.6;
}

.ct-corporate-match a {
  color: var(--ct-blue-dark);
  font-weight: 700;
}

.ct-qualification-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--ct-line);
  border-bottom: 1px solid var(--ct-line);
}

.ct-qualification-list article {
  padding: 28px;
  border-right: 1px solid var(--ct-line);
}

.ct-qualification-list article:first-child {
  padding-left: 0;
}

.ct-qualification-list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.ct-qualification-code {
  display: block;
  margin-bottom: 10px;
  color: var(--ct-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ct-qualification-list h3 {
  margin: 0 0 10px;
  color: var(--ct-ink);
  font-size: 18px;
  line-height: 1.35;
}

.ct-qualification-list p {
  margin: 0 0 16px;
  color: var(--ct-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ct-qualification-list small {
  display: block;
  color: #425066;
  font-size: 12px;
  line-height: 1.55;
}

.ct-qualification-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  margin-top: 28px;
}

.ct-qualification-actions .ct-text-link {
  color: var(--ct-blue-dark);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.ct-qualification-actions .ct-text-link:hover,
.ct-qualification-actions .ct-text-link:focus-visible {
  color: var(--ct-teal);
}

.ct-answer-panel {
  display: grid;
  gap: 8px;
  max-width: 920px;
  padding: 24px 28px;
  border: 1px solid rgba(15, 95, 143, .22);
  border-left: 4px solid var(--ct-blue);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .04);
}

.ct-answer-panel strong {
  color: var(--ct-blue-dark);
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ct-answer-panel span {
  color: #354153;
  font-size: 17px;
  line-height: 1.68;
}

.ct-icon-card {
  position: relative;
  overflow: hidden;
}

.ct-icon-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 108px;
  height: 108px;
  border: 18px solid rgba(15, 95, 143, .07);
  border-radius: 50%;
}

.ct-icon-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-blue);
  font-size: 13px;
  font-weight: 800;
}

.ct-icon-mark-teal {
  background: var(--ct-teal);
}

.ct-icon-mark-gold {
  background: var(--ct-gold);
}

.ct-product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 3px solid var(--ct-blue);
}

.ct-product-card a {
  color: var(--ct-blue-dark);
  font-weight: 740;
  text-decoration: none;
}

.ct-size-record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ct-size-record-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 3px solid var(--ct-teal);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.98)),
    linear-gradient(135deg, rgba(15,95,143,.12), rgba(10,138,143,.10));
}

.ct-size-record-card h3 {
  margin-bottom: 0;
  color: var(--ct-ink);
  font-size: 19px;
  overflow-wrap: anywhere;
}

.ct-record-keyword {
  margin: 0;
  color: var(--ct-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ct-record-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 4px 0 0;
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: 6px;
  background: var(--ct-line);
}

.ct-record-specs div {
  min-width: 0;
  padding: 11px 12px;
  background: #fff;
}

.ct-record-specs dt {
  margin: 0 0 5px;
  color: var(--ct-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ct-record-specs dd {
  margin: 0;
  color: var(--ct-ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.ct-record-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 42px;
  margin-top: auto;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(9, 63, 98, .28);
  border-radius: 6px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)),
    #0d3f5f;
  box-shadow: 0 12px 24px rgba(9, 63, 98, .14), inset 0 1px 0 rgba(255,255,255,.16);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ct-record-link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: translateY(-55%) rotate(45deg);
  transition: transform .18s ease;
}

.ct-record-link:hover,
.ct-record-link:focus-visible {
  color: #fff;
  border-color: rgba(10, 138, 143, .62);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)),
    #082f49;
  box-shadow: 0 16px 32px rgba(9, 63, 98, .22), inset 0 1px 0 rgba(255,255,255,.18);
  transform: translateY(-1px);
  outline: 0;
}

.ct-record-link:hover::after,
.ct-record-link:focus-visible::after {
  transform: translate(2px, -55%) rotate(45deg);
}

.ct-record-footer {
  margin-top: 26px;
}

.ct-showcase,
.ct-size-layout,
.ct-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 42px;
  align-items: center;
}

.ct-showcase-media {
  overflow: hidden;
  border-radius: var(--ct-radius);
  box-shadow: var(--ct-shadow);
  background: #d9e0e8;
}

.ct-showcase-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ct-showcase-copy h2,
.ct-size-layout h2,
.ct-contact-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
}

.ct-showcase-copy p {
  color: var(--ct-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ct-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.ct-proof-list div,
.ct-callout {
  padding: 18px;
  border-left: 4px solid var(--ct-teal);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .04);
}

.ct-proof-list strong,
.ct-callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ct-ink);
}

.ct-proof-list span,
.ct-callout span {
  color: var(--ct-muted);
  line-height: 1.6;
}

.ct-spec-table {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
}

.ct-spec-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-top: 1px solid var(--ct-line);
}

.ct-spec-row:first-child {
  border-top: 0;
}

.ct-spec-row strong,
.ct-spec-row span {
  padding: 17px 20px;
  font-size: 15px;
  line-height: 1.5;
}

.ct-spec-row strong {
  background: #f8fafc;
}

.ct-spec-row span {
  color: var(--ct-muted);
}

.ct-spec-table-large .ct-spec-row {
  grid-template-columns: 190px 1fr;
}

.ct-callout {
  margin-top: 28px;
  border-left-color: var(--ct-gold);
  background: var(--ct-warm);
}

.ct-process {
  counter-reset: process;
}

.ct-process .ct-card h3::before {
  counter-increment: process;
  content: "0" counter(process);
  display: block;
  margin-bottom: 18px;
  color: var(--ct-blue);
  font-size: 13px;
  font-weight: 800;
}

.ct-rfq-card {
  border-top: 3px solid var(--ct-gold);
}

.ct-value-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)),
    linear-gradient(135deg, rgba(10, 138, 143, .16), rgba(185, 130, 45, .14));
}

.ct-value-card h3 {
  color: var(--ct-blue-dark);
}

.ct-compare-table {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .03);
}

.ct-compare-table > div {
  display: grid;
  grid-template-columns: .55fr 1fr 1fr;
  border-top: 1px solid var(--ct-line);
}

.ct-compare-table > div:first-child {
  border-top: 0;
}

.ct-compare-table span {
  padding: 19px 20px;
  border-left: 1px solid var(--ct-line);
  color: var(--ct-muted);
  font-size: 15px;
  line-height: 1.56;
}

.ct-compare-table span:first-child {
  border-left: 0;
  color: var(--ct-ink);
  background: #f8fafc;
  font-weight: 760;
}

.ct-compare-head span {
  color: #fff;
  background: var(--ct-blue-dark);
  font-weight: 780;
}

.ct-compare-head span:first-child {
  color: #fff;
  background: var(--ct-blue-dark);
}

.ct-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ct-faq-grid details {
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
}

.ct-faq-grid summary {
  min-height: 62px;
  padding: 20px 22px;
  color: var(--ct-ink);
  font-weight: 760;
  cursor: pointer;
}

.ct-faq-grid p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ct-muted);
  line-height: 1.68;
}

.ct-contact-section {
  background:
    linear-gradient(135deg, rgba(10, 138, 143, .08), rgba(185, 130, 45, .10)),
    #fff;
}

.ct-contact-panel {
  align-items: start;
}

.ct-contact-panel p {
  max-width: 620px;
  color: var(--ct-muted);
  line-height: 1.72;
}

.ct-contact-grid {
  display: grid;
  gap: 12px;
}

.ct-contact-grid a,
.ct-contact-grid div {
  display: block;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, .11);
  border-radius: var(--ct-radius);
  color: var(--ct-ink);
  background: rgba(255, 255, 255, .86);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .03);
}

.ct-contact-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ct-blue-dark);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ct-contact-grid span {
  display: block;
  color: #354153;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.ct-cta {
  padding: 74px 0;
  color: #fff;
  background: linear-gradient(135deg, #0b2535 0%, #103f5f 58%, #0f5f8f 100%);
}

.ct-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.ct-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.ct-cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.ct-cta .ct-button {
  background: #fff;
  color: var(--ct-blue-dark);
}

.ct-site-footer {
  padding: 48px 0 28px;
  background: #0d1721;
  color: rgba(255,255,255,.78);
}

.ct-footer-inner {
  display: grid;
  grid-template-columns: 1.05fr .75fr 1.2fr;
  gap: 36px;
}

.ct-site-footer h3,
.ct-site-footer h4 {
  color: #fff;
  margin: 0 0 12px;
}

.ct-site-footer p,
.ct-site-footer a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}

.ct-site-footer a {
  display: block;
  text-decoration: none;
  margin: 7px 0;
}

.ct-footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

.ct-footer-bottom p {
  margin: 0 0 8px;
}

.ct-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  align-items: center;
}

.ct-footer-legal a,
.ct-footer-legal span {
  display: inline-flex;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.7;
}

.ct-footer-legal a:hover,
.ct-footer-legal a:focus-visible {
  color: #fff;
}

.ct-footer-contact span {
  display: block;
  margin: 7px 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.ct-page,
.ct-entry {
  padding: 72px 0;
}

.ct-entry-content {
  margin-top: 28px;
}

.ct-entry-content > * {
  max-width: 900px;
}

.ct-entry-content > .ct-contact-page {
  max-width: none;
}

.ct-content-section {
  margin: 34px 0;
}

.ct-content-section:first-child {
  margin-top: 0;
}

.ct-content-section h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.ct-content-section p,
.ct-content-section li {
  color: var(--ct-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ct-content-section ul {
  margin: 0;
  padding-left: 20px;
}

.ct-content-section .ct-grid-3,
.ct-content-section .ct-faq-grid,
.ct-content-section .ct-spec-table {
  max-width: none;
  margin-top: 20px;
}

.ct-contact-page {
  display: grid;
  gap: 28px;
}

.ct-contact-page .ct-contact-grid,
.ct-contact-page .ct-grid-3 {
  max-width: none;
}

.ct-seo-hero-media {
  max-width: none;
  margin: 26px 0 34px;
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #f8fafc;
  box-shadow: var(--ct-shadow);
}

.ct-seo-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-top: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(17,24,39,.03);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  width: 100% !important;
  max-width: none;
  aspect-ratio: 1 / 1;
  margin: 0 0 16px !important;
  border: 1px solid #eef2f6;
  border-radius: 6px;
  background: #f8fafc;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ct-ink);
  font-size: 16px;
  line-height: 1.38;
  font-weight: 780;
  overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  margin-top: 16px;
  min-height: 40px;
  padding: 0 42px 0 15px;
  border: 1px solid rgba(9, 63, 98, .32);
  border-radius: 6px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0)),
    #0d3f5f;
  box-shadow: 0 12px 24px rgba(9, 63, 98, .16), inset 0 1px 0 rgba(255,255,255,.16);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.woocommerce ul.products li.product .button::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1.6px solid rgba(255,255,255,.92);
  border-radius: 3px;
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)) 3px 3px / 5px 1px no-repeat,
    linear-gradient(rgba(255,255,255,.50), rgba(255,255,255,.50)) 3px 6px / 7px 1px no-repeat,
    linear-gradient(rgba(255,255,255,.42), rgba(255,255,255,.42)) 3px 9px / 4px 1px no-repeat;
  flex: 0 0 auto;
}

.woocommerce ul.products li.product .button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: translateY(-55%) rotate(45deg);
  transition: transform .18s ease;
}

.woocommerce ul.products li.product .button:hover {
  color: #fff;
  border-color: rgba(10, 138, 143, .62);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)),
    #082f49;
  box-shadow: 0 16px 32px rgba(9, 63, 98, .24), inset 0 1px 0 rgba(255,255,255,.18);
  transform: translateY(-1px);
}

.woocommerce ul.products li.product .button:hover::after {
  transform: translate(2px, -55%) rotate(45deg);
}

.woocommerce-result-count {
  color: var(--ct-muted);
  font-size: 14px;
}

.woocommerce-ordering select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ct-line);
  border-radius: 6px;
  color: var(--ct-ink);
  background: #fff;
}

.ct-shop-page {
  background: linear-gradient(180deg, #fff 0%, #f7fafc 360px, #fff 700px);
}

.ct-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .45fr);
  gap: 34px;
  align-items: stretch;
  margin-bottom: 22px;
}

.ct-shop-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 820;
}

.ct-shop-hero p {
  max-width: 760px;
  color: var(--ct-muted);
  font-size: 17px;
  line-height: 1.68;
}

.ct-shop-rfq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 24px;
  border: 1px solid rgba(15, 95, 143, .18);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: var(--ct-shadow);
}

.ct-shop-rfq strong {
  color: var(--ct-ink);
  font-size: 20px;
  line-height: 1.2;
}

.ct-shop-rfq span {
  color: var(--ct-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ct-shop-rfq .ct-button {
  align-self: flex-start;
}

.ct-shop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
}

.ct-shop-tags span,
.ct-shop-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 999px;
  color: #253041;
  background: #fff;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

.ct-shop-tags a:hover {
  color: #fff;
  border-color: var(--ct-blue);
  background: var(--ct-blue);
}

.ct-shop-index-guide {
  display: grid;
  gap: 18px;
  margin: 0 0 34px;
}

.ct-shop-answer {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 95, 143, .20);
  border-left: 4px solid var(--ct-blue);
  border-radius: var(--ct-radius);
  background: #fff;
}

.ct-shop-answer strong {
  color: var(--ct-blue-dark);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ct-shop-answer span {
  color: #253041;
  font-size: 16px;
  line-height: 1.65;
}

.ct-shop-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ct-shop-guide-grid .ct-card {
  padding: 22px;
}

.ct-shop-guide-grid h2 {
  margin: 0 0 10px;
  color: var(--ct-ink);
  font-size: 19px;
  line-height: 1.25;
}

.ct-shop-guide-grid p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 15px;
  line-height: 1.65;
}

.woocommerce div.product {
  max-width: 1180px;
  margin: 72px auto;
  padding: 0 22px;
}

.woocommerce div.product .product_title {
  color: var(--ct-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.woocommerce div.product .summary {
  color: var(--ct-muted);
  line-height: 1.7;
}

.ct-product-data-block {
  clear: both;
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid var(--ct-line);
}

.ct-product-data-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.ct-product-data-head h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.18;
}

.ct-product-data-head p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ct-product-answer {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 95, 143, .20);
  border-left: 4px solid var(--ct-blue);
  border-radius: var(--ct-radius);
  background: #f8fbfd;
}

.ct-product-answer strong {
  color: var(--ct-blue-dark);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ct-product-answer span {
  color: #253041;
  font-size: 16px;
  line-height: 1.68;
}

.ct-product-spec-table {
  margin-bottom: 24px;
}

.ct-product-intent-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.ct-product-intent-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(10, 138, 143, .18);
  border-radius: 999px;
  color: #253041;
  background: #f2fbfa;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.25;
}

.ct-product-guide-grid {
  margin-top: 20px;
}

.ct-product-guide-grid .ct-card h3 {
  margin-top: 0;
}

.ct-product-guide-grid .ct-card a {
  font-weight: 760;
}

.ct-product-faq {
  margin-top: 30px;
}

.ct-product-faq h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.18;
}

.woocommerce table.shop_table {
  border-color: var(--ct-line);
  border-radius: var(--ct-radius);
}

.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;
}

.ct-ai-article {
  max-width: 1040px;
  margin: 0 auto;
}

.ct-ai-answer {
  margin: 32px 0 34px;
  padding: 28px;
  border: 1px solid rgba(10, 138, 143, .22);
  border-radius: var(--ct-radius);
  background: linear-gradient(180deg, #f2fbfa 0%, #fff 100%);
}

.ct-ai-answer-with-media {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: 30px;
  padding: 0;
  overflow: hidden;
}

.ct-ai-answer-with-media > div {
  padding: 30px 0 30px 30px;
}

.ct-ai-media {
  align-self: stretch;
  min-height: 320px;
  margin: 0;
  background: var(--ct-steel);
}

.ct-ai-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.ct-ai-answer h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.ct-ai-answer p:last-child {
  margin-bottom: 0;
  color: #253041;
  font-size: 17px;
  line-height: 1.75;
}

.ct-ai-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ct-ai-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--ct-radius);
  background: #fff;
  color: #253041;
  line-height: 1.65;
}

.ct-ai-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ct-teal);
}

.ct-ai-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ct-ai-link-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  color: var(--ct-ink);
  background: #fff;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ct-ai-link-card strong {
  color: var(--ct-blue-dark);
  font-size: 15px;
  line-height: 1.35;
}

.ct-ai-link-card span {
  color: var(--ct-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ct-ai-link-card:hover,
.ct-ai-link-card:focus-visible {
  border-color: rgba(10, 138, 143, .45);
  box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
  transform: translateY(-1px);
  outline: 0;
}

.ct-ai-rfq {
  padding: 28px;
  border-radius: var(--ct-radius);
  background: var(--ct-warm);
}

.ct-ai-topic-section {
  max-width: 900px;
}

@media (max-width: 1120px) {
  .ct-header-inner {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ct-nav {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    white-space: normal;
    gap: 6px 12px;
    font-size: 13px;
  }

  .ct-nav .ct-nav-quote {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .ct-container {
    width: min(100% - 36px, 1180px);
  }
  .ct-header-inner {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .ct-nav {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    white-space: normal;
    padding-bottom: 2px;
    gap: 10px 14px;
    font-size: 13px;
  }
  .ct-nav .ct-nav-quote {
    padding: 8px 12px;
  }
  .ct-hero {
    min-height: 620px;
  }
  .ct-hero::before {
    background-position: 68% center;
  }
  .ct-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82));
  }
  .ct-hero-inner {
    padding-top: 78px;
  }
  .ct-metrics,
  .ct-grid-4,
  .ct-grid-3,
  .ct-grid-2,
  .ct-size-record-grid,
  .ct-section-head,
  .ct-priority-head,
  .ct-priority-grid,
  .ct-showcase,
  .ct-size-layout,
  .ct-contact-panel,
  .ct-faq-grid,
  .ct-ai-link-grid,
  .ct-company-proof,
  .ct-company-gallery,
  .ct-qualifications-head,
  .ct-qualification-list,
  .ct-ai-answer-with-media,
  .ct-shop-guide-grid,
  .ct-shop-hero,
  .ct-cta-inner,
  .ct-footer-inner,
  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .ct-company-proof {
    gap: 34px;
  }

  .ct-company-proof-points > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ct-company-lockup {
    align-items: flex-start;
  }

  .ct-corporate-match {
    grid-template-columns: 62px 1fr;
    padding: 20px 0 0;
    border-top: 1px solid var(--ct-line);
    border-left: 0;
  }

  .ct-corporate-match img {
    width: 62px;
    height: 46px;
  }

  .ct-qualification-list article,
  .ct-qualification-list article:first-child,
  .ct-qualification-list article:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ct-line);
  }

  .ct-qualification-list article:last-child {
    border-bottom: 0;
  }

  .ct-ai-answer-with-media > div {
    padding: 24px 24px 0;
  }

  .ct-ai-media,
  .ct-ai-media img {
    min-height: 230px;
  }
  .ct-spec-row {
    grid-template-columns: 1fr;
  }
  .ct-spec-table-large .ct-spec-row {
    grid-template-columns: 1fr;
  }
  .ct-record-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ct-record-link {
    width: 100%;
  }
  .ct-compare-table > div {
    grid-template-columns: 1fr;
  }
  .ct-compare-table span {
    border-left: 0;
    border-top: 1px solid var(--ct-line);
  }
  .ct-compare-table span:first-child {
    border-top: 0;
  }
  .ct-seo-hero-media {
    margin: 22px 0 28px;
  }
  .ct-seo-hero-media img {
    aspect-ratio: 16 / 10;
  }
  .ct-section {
    padding: 62px 0;
  }
}

/* Dark precision visual system — inspired by premium product storytelling */
:root {
  color-scheme: dark;
  --ct-ink: #f5f5f7;
  --ct-muted: #a1a1a6;
  --ct-line: rgba(255, 255, 255, .11);
  --ct-soft: #0a0d12;
  --ct-blue: #2997ff;
  --ct-blue-dark: #7cc4ff;
  --ct-teal: #5ac8c8;
  --ct-gold: #d9ad63;
  --ct-mint: #0b1819;
  --ct-warm: #17130d;
  --ct-steel: #11161e;
  --ct-radius: 20px;
  --ct-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

html {
  background: #05070a;
}

body,
body.page:not(.home),
body.single-post {
  color: var(--ct-ink);
  background:
    radial-gradient(circle at 50% -180px, rgba(41, 151, 255, .13), transparent 520px),
    #05070a;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.012em;
}

a {
  color: #69b7ff;
}

::selection {
  color: #fff;
  background: rgba(41, 151, 255, .55);
}

.ct-container {
  width: min(100% - 48px, 1220px);
}

.ct-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(7, 9, 13, .76);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .16);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
  backdrop-filter: saturate(160%) blur(22px);
}

.ct-header-inner {
  min-height: 70px;
}

.ct-brand-title,
.ct-nav a {
  color: #f5f5f7;
}

.ct-brand-subtitle {
  color: #8e8e93;
}

.ct-brand-logo {
  padding: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .14);
}

.ct-nav a {
  font-weight: 560;
}

.ct-nav a::after {
  background: #2997ff;
}

.ct-nav .ct-nav-quote,
.ct-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid #2997ff;
  color: #fff;
  background: #0071e3;
  box-shadow: 0 8px 28px rgba(0, 113, 227, .24);
}

.ct-nav .ct-nav-quote:hover,
.ct-nav .ct-nav-quote:focus-visible,
.ct-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border-color: #64b5ff;
  color: #fff;
  background: #147ce5;
  box-shadow: 0 12px 34px rgba(0, 113, 227, .35);
  transform: translateY(-1px);
}

.ct-button-secondary {
  border-color: rgba(255, 255, 255, .22);
  color: #f5f5f7;
  background: rgba(255, 255, 255, .07);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ct-button-secondary:hover,
.ct-button-secondary:focus-visible {
  border-color: rgba(105, 183, 255, .65);
  color: #fff;
  background: rgba(41, 151, 255, .13);
  transform: translateY(-1px);
}

.ct-hero {
  min-height: 760px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background-color: #080b10;
}

.ct-hero::before {
  opacity: .62;
  filter: saturate(.72) contrast(1.08) brightness(.64);
  transform: scale(1.01);
}

.ct-hero::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .98) 0%, rgba(5, 7, 10, .89) 38%, rgba(5, 7, 10, .28) 74%, rgba(5, 7, 10, .55) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .16), #05070a 100%);
}

.ct-hero-inner {
  max-width: 1260px;
  padding-top: 116px;
  padding-bottom: 84px;
}

.ct-eyebrow,
.ct-record-keyword,
.ct-entry-kicker {
  color: #69b7ff;
  font-weight: 650;
  letter-spacing: .08em;
}

.ct-hero h1 {
  max-width: 850px;
  color: #f5f5f7;
  font-size: clamp(54px, 7.2vw, 92px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.ct-hero-lede {
  max-width: 720px;
  color: #c7c7cc;
  font-size: clamp(19px, 2vw, 25px);
  letter-spacing: -.02em;
  line-height: 1.55;
}

.ct-chip-row span,
.ct-shop-tags span,
.ct-shop-tags a,
.ct-entry-tags span,
.ct-product-intent-row span {
  border-color: rgba(255, 255, 255, .14);
  color: #d1d1d6;
  background: rgba(255, 255, 255, .065);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ct-metrics {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  background: rgba(15, 19, 27, .72);
  box-shadow: var(--ct-shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.ct-metric {
  border-color: rgba(255, 255, 255, .09);
  background: transparent;
}

.ct-metric strong {
  color: #f5f5f7;
}

.ct-metric span {
  color: #a1a1a6;
}

.ct-section,
.ct-priority-section,
.ct-showcase-section,
.ct-company-proof-section,
.ct-qualifications-section,
.ct-contact-section {
  color: var(--ct-ink);
  background: transparent;
}

.ct-section.ct-soft {
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: #080b10;
}

.ct-section h2,
.ct-page h1,
.ct-entry h1,
.ct-priority-head h2,
.ct-company-proof-copy h2,
.ct-showcase-copy h2,
.ct-size-layout h2,
.ct-contact-panel h2,
.ct-shop-hero h1,
.woocommerce div.product .product_title,
.ct-ai-answer h2,
.ct-product-data-head h2,
.ct-product-faq h2 {
  color: #f5f5f7;
  font-weight: 680;
  letter-spacing: -.045em;
}

.ct-section-head p,
.ct-priority-head p:last-child,
.ct-card p,
.ct-card li,
.ct-muted,
.ct-entry,
.ct-showcase-copy p,
.ct-product-data-head p,
.woocommerce div.product .summary {
  color: #a1a1a6;
}

.ct-priority-card,
.ct-card,
.ct-answer-panel,
.ct-proof-list div,
.ct-callout,
.ct-contact-grid a,
.ct-contact-grid div,
.ct-ai-answer,
.ct-ai-link-card,
.ct-shop-answer,
.ct-shop-rfq,
.ct-product-answer,
.ct-faq-grid details,
.ct-entry-content .ct-content-section,
.ct-entry-content > .ct-contact-page > section,
.ct-entry-content > section.ct-content-section {
  border-color: rgba(255, 255, 255, .10);
  color: #f5f5f7;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    #0b0f15;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .20);
}

.ct-card,
.ct-priority-card,
.ct-ai-link-card,
.ct-faq-grid details {
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.ct-card:hover,
.ct-priority-card:hover,
.ct-priority-card:focus-visible,
.ct-ai-link-card:hover,
.ct-ai-link-card:focus-visible,
.ct-faq-grid details:hover {
  border-color: rgba(105, 183, 255, .38);
  background:
    linear-gradient(145deg, rgba(41, 151, 255, .10), rgba(255, 255, 255, .025)),
    #0d121a;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
  transform: translateY(-4px);
}

.ct-priority-card strong,
.ct-card h3,
.ct-company-proof-points strong,
.ct-proof-list strong,
.ct-callout strong,
.ct-contact-grid strong,
.ct-answer-panel strong,
.ct-shop-answer strong,
.ct-shop-rfq strong,
.ct-product-answer strong,
.ct-ai-link-card strong,
.ct-faq-grid summary {
  color: #f5f5f7;
}

.ct-priority-card em,
.ct-company-proof-points span,
.ct-proof-list span,
.ct-callout span,
.ct-contact-grid span,
.ct-answer-panel span,
.ct-shop-answer span,
.ct-shop-rfq span,
.ct-product-answer span,
.ct-ai-link-card span,
.ct-faq-grid p {
  color: #a1a1a6;
}

.ct-priority-main {
  border-color: rgba(41, 151, 255, .30);
  background:
    radial-gradient(circle at 85% 15%, rgba(41, 151, 255, .19), transparent 42%),
    linear-gradient(145deg, #111a26, #0b0f15);
}

.ct-secondary-paths {
  border-color: rgba(255, 255, 255, .10);
}

.ct-secondary-paths a,
.ct-product-card a,
.ct-record-link,
.ct-company-proof .ct-text-link,
.ct-qualification-actions .ct-text-link,
.ct-corporate-match a,
.ct-product-guide-grid .ct-card a {
  color: #69b7ff;
}

.ct-icon-mark,
.ct-icon-mark-teal,
.ct-icon-mark-gold {
  border-color: rgba(255, 255, 255, .10);
  color: #d1e9ff;
  background: rgba(41, 151, 255, .13);
}

.ct-company-lockup,
.ct-corporate-match,
.ct-qualification-list,
.ct-qualification-list article {
  border-color: rgba(255, 255, 255, .10);
}

.ct-company-lockup strong,
.ct-company-gallery strong,
.ct-corporate-match strong,
.ct-qualification-list h3 {
  color: #f5f5f7;
}

.ct-company-lockup small,
.ct-company-proof-media figcaption,
.ct-company-gallery figcaption,
.ct-corporate-match span,
.ct-qualification-list p,
.ct-qualification-list small {
  color: #8e8e93;
}

.ct-company-proof-media,
.ct-company-gallery figure,
.ct-showcase-media,
.ct-seo-hero-media,
.ct-ai-media {
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  background: #0b0f15;
  box-shadow: var(--ct-shadow);
}

.ct-company-proof-media img,
.ct-company-gallery img,
.ct-showcase-media img,
.ct-seo-hero-media img,
.ct-ai-media img {
  filter: saturate(.78) contrast(1.05) brightness(.86);
}

.ct-record-specs,
.ct-spec-table,
.ct-product-spec-table,
.ct-compare-table,
.woocommerce table.shop_table {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: #0b0f15;
}

.ct-record-specs div,
.ct-spec-row,
.ct-compare-table > div,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(255, 255, 255, .08);
  color: #d1d1d6;
  background: transparent;
}

.ct-entry-content .ct-spec-row:nth-child(even) {
  background: rgba(255, 255, 255, .025);
}

.ct-record-specs dt,
.ct-spec-row strong,
.ct-compare-table span:first-child {
  color: #f5f5f7;
}

.ct-record-specs dd,
.ct-spec-row span,
.ct-compare-table span {
  color: #a1a1a6;
}

.ct-site-footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #a1a1a6;
  background: #020304;
}

.ct-site-footer h3,
.ct-site-footer h4 {
  color: #f5f5f7;
}

.ct-site-footer p,
.ct-site-footer a,
.ct-footer-contact span,
.ct-footer-legal a,
.ct-footer-legal span {
  color: #8e8e93;
}

.ct-site-footer a:hover,
.ct-site-footer a:focus-visible,
.ct-footer-legal a:hover,
.ct-footer-legal a:focus-visible {
  color: #69b7ff;
}

.ct-footer-bottom {
  border-color: rgba(255, 255, 255, .08);
}

body.page:not(.home) main.ct-page::before,
body.single-post main.ct-page::before {
  height: 460px;
  background:
    radial-gradient(circle at 78% 8%, rgba(41, 151, 255, .18), transparent 360px),
    linear-gradient(180deg, #0b1018, transparent);
}

.ct-entry-hero {
  border-color: rgba(255, 255, 255, .11);
  background:
    radial-gradient(circle at 82% 20%, rgba(41, 151, 255, .22), transparent 360px),
    linear-gradient(135deg, #111824 0%, #0b1017 54%, #10141b 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.ct-entry-breadcrumbs,
.ct-entry-breadcrumbs a,
.ct-entry-lead,
.ct-entry-dates,
.ct-entry-dates time {
  color: #a1a1a6;
}

.ct-entry-content .ct-content-section::before {
  background: linear-gradient(180deg, #2997ff, rgba(41, 151, 255, .12));
}

.ct-entry-content .ct-content-section h2::after {
  background: #2997ff;
}

.ct-entry-content .ct-content-section > p,
.ct-entry-content .ct-content-section > ul,
.ct-entry-content .ct-content-section > ol,
.ct-content-section p,
.ct-content-section li,
.ct-ai-answer p:last-child,
.ct-ai-list li {
  color: #b6b6bb;
}

.ct-ai-list li,
.ct-ai-rfq,
.ct-entry-cta,
.ct-cta {
  border-color: rgba(255, 255, 255, .10);
  background:
    radial-gradient(circle at 84% 20%, rgba(41, 151, 255, .16), transparent 300px),
    #0d121a;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product {
  border-color: rgba(255, 255, 255, .10);
  color: #f5f5f7;
  background: #0b0f15;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: rgba(105, 183, 255, .36);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
  background: #11161e;
  filter: brightness(.86) contrast(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #f5f5f7;
}

.woocommerce-result-count,
.woocommerce-ordering select {
  color: #a1a1a6;
}

.woocommerce-ordering select {
  border: 1px solid rgba(255, 255, 255, .13);
  background: #11161e;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

@media (max-width: 1120px) {
  .ct-site-header {
    position: relative;
  }

  .ct-header-inner {
    padding: 16px 0 14px;
  }

  .ct-nav {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
}

@media (max-width: 900px) {
  .ct-container {
    width: min(100% - 28px, 1220px);
  }

  .ct-hero {
    min-height: auto;
  }

  .ct-hero::before {
    background-position: 64% center;
  }

  .ct-hero::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .90) 56%, #05070a 100%);
  }

  .ct-hero-inner {
    padding-top: 76px;
    padding-bottom: 58px;
  }

  .ct-hero h1 {
    max-width: 680px;
    font-size: clamp(46px, 13vw, 68px);
    line-height: 1.02;
  }

  .ct-metrics {
    border-radius: 20px;
  }

  .ct-metric {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .ct-metric:last-child {
    border-bottom: 0;
  }

  .ct-section {
    padding: 72px 0;
  }

  .ct-card,
  .ct-priority-card,
  .ct-entry-content .ct-content-section,
  .ct-entry-content > .ct-contact-page > section,
  .ct-entry-content > section.ct-content-section {
    border-radius: 18px;
  }
}

@media (max-width: 560px) {
  .ct-brand-logo {
    width: 46px;
    height: 46px;
  }

  .ct-brand-title {
    font-size: 16px;
  }

  .ct-brand-subtitle {
    font-size: 11px;
  }

  .ct-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
  }

  .ct-nav a {
    min-height: 40px;
    padding: 10px 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
  }

  .ct-nav .ct-nav-quote {
    text-align: center;
  }

  .ct-hero h1 {
    font-size: clamp(42px, 13.5vw, 58px);
  }

  .ct-hero-lede {
    font-size: 18px;
  }

  .ct-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ct-button,
  .ct-button-secondary {
    justify-content: center;
    width: 100%;
  }

  .ct-entry-hero {
    min-height: 0;
    padding: 32px 24px;
    border-radius: 20px;
  }

  .ct-entry-hero h1,
  body.page:not(.home) .ct-entry-hero h1,
  body.single-post .ct-entry-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }
}

/* Readability and conversion UX refinements */
body {
  color: #202124;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p,
li,
dd,
figcaption {
  text-wrap: pretty;
}

h1,
h2,
h3,
.ct-brand-title,
.ct-button,
.ct-button-secondary {
  text-wrap: balance;
}

.ct-site-header {
  position: sticky;
  top: 0;
}

.ct-nav a,
.ct-button,
.ct-button-secondary,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px;
}

.ct-button,
.ct-button-secondary,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 12px 21px;
  font-size: 15px;
  font-weight: 650;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .38);
  outline-offset: 3px;
}

.ct-section h2,
.ct-page h1,
.ct-entry h1,
.ct-priority-head h2,
.ct-company-proof-copy h2,
.ct-shop-hero h1 {
  font-size: clamp(36px, 4.2vw, 44px);
  line-height: 1.12;
}

.ct-section-head p,
.ct-priority-head p:last-child {
  color: #45494f;
  font-size: 17px;
  line-height: 1.75;
}

.ct-card p,
.ct-card li,
.ct-company-proof-points span,
.ct-proof-list span,
.ct-callout span,
.ct-answer-panel span,
.ct-shop-answer span,
.ct-shop-rfq span,
.ct-product-answer span,
.ct-ai-link-card span,
.ct-faq-grid p {
  color: #4d5157;
  font-size: 16px;
  line-height: 1.72;
}

.ct-card h3 {
  font-size: 21px;
  line-height: 1.32;
}

.ct-card,
.ct-priority-card {
  padding: 24px;
}

.ct-card a,
.ct-priority-card,
.ct-record-link,
.ct-text-link {
  text-underline-offset: 4px;
}

.ct-priority-card strong {
  font-size: 22px;
  line-height: 1.3;
}

.ct-priority-card em {
  font-size: 16px;
  line-height: 1.7;
}

.ct-section-head,
.ct-priority-head {
  row-gap: 16px;
}

.ct-entry-content .ct-content-section > p,
.ct-entry-content .ct-content-section > ul,
.ct-entry-content .ct-content-section > ol,
.ct-content-section p,
.ct-content-section li,
.ct-ai-answer p:last-child,
.ct-ai-list li {
  color: #3f4348;
  font-size: 17px;
  line-height: 1.82;
}

.ct-entry-content .ct-content-section > p,
.ct-entry-content .ct-content-section > ul,
.ct-entry-content .ct-content-section > ol {
  max-width: 76ch;
}

.ct-entry-lead {
  max-width: 780px;
  color: #45494f;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.72;
}

.ct-spec-row strong,
.ct-spec-row span,
.ct-record-specs dt,
.ct-record-specs dd,
.ct-compare-table span {
  font-size: 15px;
  line-height: 1.55;
}

.ct-product-card,
.ct-icon-card,
.ct-ai-link-card {
  display: flex;
  flex-direction: column;
}

.ct-product-card a,
.ct-icon-card a,
.ct-ai-link-card strong:last-child {
  margin-top: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #202124;
  font-size: 17px;
  line-height: 1.45;
}

.woocommerce ul.products li.product .button {
  min-height: 46px;
  font-size: 15px;
}

.ct-site-footer p,
.ct-site-footer a,
.ct-footer-contact span,
.ct-footer-legal a,
.ct-footer-legal span {
  color: #555a60;
  line-height: 1.7;
}

section[id] {
  scroll-margin-top: 96px;
}

@media (max-width: 900px) {
  .ct-section h2,
  .ct-page h1,
  .ct-entry h1,
  .ct-priority-head h2,
  .ct-company-proof-copy h2,
  .ct-shop-hero h1 {
    font-size: clamp(32px, 8.8vw, 40px);
  }

  .ct-card,
  .ct-priority-card {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .ct-site-header {
    position: sticky;
    top: 0;
  }

  .ct-header-inner {
    gap: 12px;
    padding-bottom: 10px;
  }

  .ct-nav {
    display: flex;
    width: calc(100vw - 14px);
    margin-right: -14px;
    padding: 9px 14px 4px 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    border-top: 1px solid rgba(29, 29, 31, .07);
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
  }

  .ct-nav::-webkit-scrollbar {
    display: none;
  }

  .ct-nav a,
  .ct-nav .ct-nav-quote {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 14px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .ct-hero h1 {
    font-size: clamp(40px, 12.5vw, 50px);
  }

  .ct-hero-lede {
    color: #3f4348;
    font-size: 18px;
    line-height: 1.68;
  }

  .ct-section {
    padding: 62px 0;
  }

  .ct-section-head p,
  .ct-priority-head p:last-child,
  .ct-card p,
  .ct-card li {
    font-size: 16px;
  }
}

/* Pearl silver light visual system */
:root {
  color-scheme: light;
  --ct-ink: #1d1d1f;
  --ct-muted: #5f6368;
  --ct-line: rgba(29, 29, 31, .12);
  --ct-soft: #f1f3f5;
  --ct-blue: #0071e3;
  --ct-blue-dark: #0057a8;
  --ct-teal: #317f86;
  --ct-gold: #9a6a24;
  --ct-mint: #edf6f4;
  --ct-warm: #faf5eb;
  --ct-steel: #e9edf1;
  --ct-shadow: 0 24px 70px rgba(31, 38, 48, .10);
}

html {
  background: #f5f6f7;
}

body,
body.page:not(.home),
body.single-post {
  color: var(--ct-ink);
  background:
    radial-gradient(circle at 50% -180px, rgba(160, 180, 202, .24), transparent 540px),
    linear-gradient(180deg, #fafbfc 0%, #f3f5f7 48%, #eef1f4 100%);
}

a {
  color: #0066cc;
}

::selection {
  color: #fff;
  background: rgba(0, 113, 227, .72);
}

.ct-site-header {
  border-bottom-color: rgba(29, 29, 31, .09);
  background: rgba(250, 251, 252, .78);
  box-shadow: 0 8px 30px rgba(31, 38, 48, .07);
}

.ct-brand-title,
.ct-nav a {
  color: #1d1d1f;
}

.ct-brand-subtitle {
  color: #6e737a;
}

.ct-brand-logo {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(29, 29, 31, .09), 0 5px 16px rgba(31, 38, 48, .08);
}

.ct-nav .ct-nav-quote,
.ct-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-color: #0071e3;
  color: #fff;
  background: #0071e3;
  box-shadow: 0 9px 24px rgba(0, 113, 227, .18);
}

.ct-button-secondary {
  border-color: rgba(29, 29, 31, .16);
  color: #1d1d1f;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 8px 24px rgba(31, 38, 48, .06);
}

.ct-button-secondary:hover,
.ct-button-secondary:focus-visible {
  border-color: rgba(0, 102, 204, .45);
  color: #0057a8;
  background: #fff;
}

.ct-hero {
  border-bottom-color: rgba(29, 29, 31, .08);
  background-color: #eef1f4;
}

.ct-hero::before {
  opacity: .56;
  filter: saturate(.52) contrast(.94) brightness(1.22);
}

.ct-hero::after {
  background:
    linear-gradient(90deg, rgba(250, 251, 252, .99) 0%, rgba(248, 249, 250, .94) 39%, rgba(244, 246, 248, .42) 73%, rgba(240, 243, 246, .70) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .18), #f5f6f7 100%);
}

.ct-eyebrow,
.ct-record-keyword,
.ct-entry-kicker {
  color: #0066cc;
}

.ct-hero h1 {
  color: #17181a;
}

.ct-hero-lede {
  color: #45484d;
}

.ct-chip-row span,
.ct-shop-tags span,
.ct-shop-tags a,
.ct-entry-tags span,
.ct-product-intent-row span {
  border-color: rgba(29, 29, 31, .11);
  color: #383b40;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 4px 14px rgba(31, 38, 48, .04);
}

.ct-metrics {
  border-color: rgba(29, 29, 31, .09);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 26px 70px rgba(31, 38, 48, .11);
}

.ct-metric {
  border-color: rgba(29, 29, 31, .08);
}

.ct-metric strong {
  color: #1d1d1f;
}

.ct-metric span {
  color: #64686e;
}

.ct-section,
.ct-priority-section,
.ct-showcase-section,
.ct-company-proof-section,
.ct-qualifications-section,
.ct-contact-section {
  color: var(--ct-ink);
  background: transparent;
}

.ct-section.ct-soft {
  border-top-color: rgba(29, 29, 31, .07);
  border-bottom-color: rgba(29, 29, 31, .07);
  background: linear-gradient(180deg, #eef1f4, #f3f5f7);
}

.ct-section h2,
.ct-page h1,
.ct-entry h1,
.ct-priority-head h2,
.ct-company-proof-copy h2,
.ct-showcase-copy h2,
.ct-size-layout h2,
.ct-contact-panel h2,
.ct-shop-hero h1,
.woocommerce div.product .product_title,
.ct-ai-answer h2,
.ct-product-data-head h2,
.ct-product-faq h2 {
  color: #1d1d1f;
}

.ct-section-head p,
.ct-priority-head p:last-child,
.ct-card p,
.ct-card li,
.ct-muted,
.ct-entry,
.ct-showcase-copy p,
.ct-product-data-head p,
.woocommerce div.product .summary {
  color: #5f6368;
}

.ct-priority-card,
.ct-card,
.ct-answer-panel,
.ct-proof-list div,
.ct-callout,
.ct-contact-grid a,
.ct-contact-grid div,
.ct-ai-answer,
.ct-ai-link-card,
.ct-shop-answer,
.ct-shop-rfq,
.ct-product-answer,
.ct-faq-grid details,
.ct-entry-content .ct-content-section,
.ct-entry-content > .ct-contact-page > section,
.ct-entry-content > section.ct-content-section {
  border-color: rgba(29, 29, 31, .10);
  color: #1d1d1f;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 249, 251, .90)),
    #fff;
  box-shadow: 0 20px 55px rgba(31, 38, 48, .08);
}

.ct-card:hover,
.ct-priority-card:hover,
.ct-priority-card:focus-visible,
.ct-ai-link-card:hover,
.ct-ai-link-card:focus-visible,
.ct-faq-grid details:hover {
  border-color: rgba(0, 102, 204, .28);
  background:
    linear-gradient(145deg, #fff, #f4f8fc),
    #fff;
  box-shadow: 0 30px 72px rgba(31, 38, 48, .13);
}

.ct-priority-card strong,
.ct-card h3,
.ct-company-proof-points strong,
.ct-proof-list strong,
.ct-callout strong,
.ct-contact-grid strong,
.ct-answer-panel strong,
.ct-shop-answer strong,
.ct-shop-rfq strong,
.ct-product-answer strong,
.ct-ai-link-card strong,
.ct-faq-grid summary {
  color: #1d1d1f;
}

.ct-priority-card em,
.ct-company-proof-points span,
.ct-proof-list span,
.ct-callout span,
.ct-contact-grid span,
.ct-answer-panel span,
.ct-shop-answer span,
.ct-shop-rfq span,
.ct-product-answer span,
.ct-ai-link-card span,
.ct-faq-grid p {
  color: #5f6368;
}

.ct-priority-main {
  border-color: rgba(0, 102, 204, .20);
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 113, 227, .10), transparent 42%),
    linear-gradient(145deg, #fff, #f1f5f9);
}

.ct-secondary-paths,
.ct-company-lockup,
.ct-corporate-match,
.ct-qualification-list,
.ct-qualification-list article {
  border-color: rgba(29, 29, 31, .10);
}

.ct-secondary-paths a,
.ct-product-card a,
.ct-record-link,
.ct-company-proof .ct-text-link,
.ct-qualification-actions .ct-text-link,
.ct-corporate-match a,
.ct-product-guide-grid .ct-card a {
  color: #0066cc;
}

.ct-icon-mark,
.ct-icon-mark-teal,
.ct-icon-mark-gold {
  border-color: rgba(0, 102, 204, .12);
  color: #0057a8;
  background: #edf5fc;
}

.ct-company-lockup strong,
.ct-company-gallery strong,
.ct-corporate-match strong,
.ct-qualification-list h3 {
  color: #1d1d1f;
}

.ct-company-lockup small,
.ct-company-proof-media figcaption,
.ct-company-gallery figcaption,
.ct-corporate-match span,
.ct-qualification-list p,
.ct-qualification-list small {
  color: #6e737a;
}

.ct-company-proof-media,
.ct-company-gallery figure,
.ct-showcase-media,
.ct-seo-hero-media,
.ct-ai-media {
  border-color: rgba(29, 29, 31, .09);
  background: #e9edf1;
  box-shadow: 0 24px 68px rgba(31, 38, 48, .11);
}

.ct-company-proof-media img,
.ct-company-gallery img,
.ct-showcase-media img,
.ct-seo-hero-media img,
.ct-ai-media img {
  filter: saturate(.72) contrast(.98) brightness(1.04);
}

.ct-record-specs,
.ct-spec-table,
.ct-product-spec-table,
.ct-compare-table,
.woocommerce table.shop_table {
  border-color: rgba(29, 29, 31, .10);
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 38, 48, .05);
}

.ct-record-specs div,
.ct-spec-row,
.ct-compare-table > div,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(29, 29, 31, .08);
  color: #45484d;
  background: transparent;
}

.ct-entry-content .ct-spec-row:nth-child(even) {
  background: #f7f8fa;
}

.ct-record-specs dt,
.ct-spec-row strong,
.ct-compare-table span:first-child {
  color: #1d1d1f;
}

.ct-record-specs dd,
.ct-spec-row span,
.ct-compare-table span {
  color: #5f6368;
}

.ct-site-footer {
  border-top-color: rgba(29, 29, 31, .09);
  color: #5f6368;
  background: linear-gradient(180deg, #e9edf1, #e3e7eb);
}

.ct-site-footer h3,
.ct-site-footer h4 {
  color: #1d1d1f;
}

.ct-site-footer p,
.ct-site-footer a,
.ct-footer-contact span,
.ct-footer-legal a,
.ct-footer-legal span {
  color: #5f6368;
}

.ct-site-footer a:hover,
.ct-site-footer a:focus-visible,
.ct-footer-legal a:hover,
.ct-footer-legal a:focus-visible {
  color: #0066cc;
}

.ct-footer-bottom {
  border-color: rgba(29, 29, 31, .10);
}

body.page:not(.home) main.ct-page::before,
body.single-post main.ct-page::before {
  background:
    radial-gradient(circle at 78% 8%, rgba(0, 113, 227, .10), transparent 370px),
    linear-gradient(180deg, #e9edf2, transparent);
}

.ct-entry-hero {
  border-color: rgba(29, 29, 31, .10);
  color: #1d1d1f;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 113, 227, .12), transparent 360px),
    linear-gradient(135deg, #fdfefe 0%, #eef2f6 54%, #e7ebef 100%);
  box-shadow: 0 30px 84px rgba(31, 38, 48, .12);
}

.ct-entry-hero h1,
body.page:not(.home) .ct-entry-hero h1,
body.single-post .ct-entry-hero h1 {
  color: #1d1d1f;
}

.ct-entry-breadcrumbs,
.ct-entry-breadcrumbs a,
.ct-entry-lead,
.ct-entry-dates,
.ct-entry-dates time {
  color: #5f6368;
}

.ct-entry-content .ct-content-section > p,
.ct-entry-content .ct-content-section > ul,
.ct-entry-content .ct-content-section > ol,
.ct-content-section p,
.ct-content-section li,
.ct-ai-answer p:last-child,
.ct-ai-list li {
  color: #4d5157;
}

.ct-ai-list li,
.ct-ai-rfq,
.ct-entry-cta,
.ct-cta {
  border-color: rgba(29, 29, 31, .10);
  color: #1d1d1f;
  background:
    radial-gradient(circle at 84% 20%, rgba(0, 113, 227, .09), transparent 300px),
    #f4f7fa;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product {
  border-color: rgba(29, 29, 31, .10);
  color: #1d1d1f;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 38, 48, .08);
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: rgba(0, 102, 204, .26);
  box-shadow: 0 28px 68px rgba(31, 38, 48, .13);
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
  background: #eef1f4;
  filter: saturate(.76) brightness(1.04) contrast(.98);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #1d1d1f;
}

.woocommerce-result-count,
.woocommerce-ordering select {
  color: #5f6368;
}

.woocommerce-ordering select {
  border-color: rgba(29, 29, 31, .13);
  background: #fff;
}

@media (max-width: 1120px) {
  .ct-nav {
    border-top-color: rgba(29, 29, 31, .08);
  }
}

@media (max-width: 900px) {
  .ct-hero::after {
    background:
      linear-gradient(180deg, rgba(250, 251, 252, .64) 0%, rgba(247, 249, 251, .84) 55%, #f5f6f7 100%);
  }

  .ct-metric {
    border-bottom-color: rgba(29, 29, 31, .08);
  }
}

@media (max-width: 560px) {
  .ct-nav a {
    color: #1d1d1f;
    background: rgba(255, 255, 255, .70);
    box-shadow: inset 0 0 0 1px rgba(29, 29, 31, .06);
  }

  .ct-nav .ct-nav-quote {
    color: #fff;
    background: #0071e3;
  }
}

/* Final high-contrast reading layer */
.ct-section-head p,
.ct-priority-head p:last-child,
.ct-muted,
.ct-entry,
.ct-showcase-copy p,
.ct-product-data-head p,
.woocommerce div.product .summary {
  color: #45494f;
}

.ct-card p,
.ct-card li,
.ct-company-proof-points span,
.ct-proof-list span,
.ct-callout span,
.ct-answer-panel span,
.ct-shop-answer span,
.ct-shop-rfq span,
.ct-product-answer span,
.ct-ai-link-card span,
.ct-faq-grid p {
  color: #4d5157;
}

.ct-entry-content .ct-content-section > p,
.ct-entry-content .ct-content-section > ul,
.ct-entry-content .ct-content-section > ol,
.ct-content-section p,
.ct-content-section li,
.ct-ai-answer p:last-child,
.ct-ai-list li {
  color: #3f4348;
}

.ct-site-footer p,
.ct-site-footer a,
.ct-footer-contact span,
.ct-footer-legal a,
.ct-footer-legal span {
  color: #555a60;
}

/* Keep light call-to-action panels readable across pages. */
.ct-entry-cta h2,
.ct-cta h2 {
  color: #1d1d1f;
}

.ct-entry-cta p:not(.ct-entry-kicker),
.ct-cta p {
  color: #4d5157;
}

.ct-entry-cta .ct-button,
.ct-cta .ct-button {
  border-color: #0071e3;
  color: #fff;
  background: #0071e3;
  box-shadow: 0 9px 24px rgba(0, 113, 227, .18);
}

.ct-entry-cta .ct-button:hover,
.ct-entry-cta .ct-button:focus-visible,
.ct-cta .ct-button:hover,
.ct-cta .ct-button:focus-visible {
  border-color: #147ce5;
  color: #fff;
  background: #147ce5;
}

/* Materials encyclopedia */
.ct-materials-page {
  background:
    radial-gradient(circle at 82% 6%, rgba(0, 113, 227, .08), transparent 28rem),
    #f5f6f7;
}

.ct-materials-hero {
  position: relative;
  padding: clamp(42px, 7vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 113, 227, .13), transparent 23rem),
    linear-gradient(135deg, #fff 0%, #f2f5f8 100%);
  box-shadow: 0 24px 70px rgba(31, 38, 48, .09);
}

.ct-materials-hero h1 {
  max-width: 850px;
  margin: 18px 0 20px;
  color: #1d1d1f;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.ct-materials-hero .ct-entry-breadcrumbs,
.ct-materials-hero .ct-entry-breadcrumbs a {
  color: #5f6368;
}

.ct-materials-hero .ct-entry-breadcrumbs a:hover,
.ct-materials-hero .ct-entry-breadcrumbs a:focus-visible {
  color: #0066cc;
}

.ct-materials-lead {
  max-width: 820px;
  margin: 0;
  color: #45494f;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.75;
}

.ct-materials-hero .ct-entry-tags {
  margin-top: 28px;
}

.ct-materials-hero .ct-entry-tags span {
  border-color: rgba(0, 102, 204, .16);
  color: #174c76;
  background: rgba(255, 255, 255, .75);
}

.ct-materials-section,
.ct-page-material-hub {
  padding-top: clamp(64px, 8vw, 104px);
  scroll-margin-top: 100px;
}

.ct-materials-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ct-page-material-hub .ct-materials-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-material-resource-card,
.ct-material-article-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 42px rgba(31, 38, 48, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ct-material-resource-card:hover,
.ct-material-article-card:hover {
  border-color: rgba(0, 102, 204, .24);
  box-shadow: 0 24px 58px rgba(31, 38, 48, .11);
  transform: translateY(-3px);
}

.ct-material-resource-card > span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #0066cc;
  background: rgba(0, 113, 227, .09);
  font-size: 12px;
  font-weight: 800;
}

.ct-material-resource-card h3,
.ct-material-article-card h3 {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.3;
}

.ct-material-resource-card p,
.ct-material-article-card > p:not(.ct-material-article-meta) {
  margin: 0 0 22px;
  color: #4d5157;
  font-size: 16px;
  line-height: 1.72;
}

.ct-material-resource-card a,
.ct-material-article-link {
  width: fit-content;
  margin-top: auto;
  color: #0066cc;
  font-weight: 760;
  text-decoration: none;
}

.ct-material-resource-card a:hover,
.ct-material-resource-card a:focus-visible,
.ct-material-article-link:hover,
.ct-material-article-link:focus-visible {
  color: #004c99;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ct-materials-compare {
  margin-top: clamp(64px, 8vw, 104px);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
}

.ct-materials-table-wrap {
  margin-top: 32px;
  overflow-x: auto;
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: 14px;
  background: #fff;
}

.ct-materials-table-wrap:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .35);
  outline-offset: 3px;
}

.ct-materials-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.ct-materials-table th,
.ct-materials-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(29, 29, 31, .08);
  color: #45494f;
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
}

.ct-materials-table thead th {
  color: #1d1d1f;
  background: #eef3f8;
  font-size: 14px;
}

.ct-materials-table tbody th {
  color: #1d1d1f;
  font-weight: 760;
}

.ct-materials-table tbody tr:last-child th,
.ct-materials-table tbody tr:last-child td {
  border-bottom: 0;
}

.ct-materials-article-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 42px;
  align-items: end;
}

.ct-materials-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.ct-material-article-meta {
  margin: 0 0 14px;
  color: #70757a;
  font-size: 13px;
  font-weight: 700;
}

.ct-material-article-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ct-material-article-card h3 a:hover,
.ct-material-article-card h3 a:focus-visible {
  color: #0066cc;
}

.ct-material-empty {
  margin-top: 32px;
  padding: 30px;
  border-radius: 14px;
  color: #45494f;
  background: #fff;
}

.ct-materials-cta {
  margin-top: clamp(64px, 8vw, 104px);
}

@media (max-width: 980px) {
  .ct-materials-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-page-material-hub .ct-materials-resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ct-materials-hero {
    padding: 34px 24px;
    border-radius: 16px;
  }

  .ct-materials-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .ct-materials-resource-grid,
  .ct-materials-article-grid,
  .ct-materials-article-head {
    grid-template-columns: 1fr;
  }

  .ct-materials-resource-grid,
  .ct-materials-article-grid {
    gap: 14px;
  }

  .ct-material-resource-card,
  .ct-material-article-card {
    padding: 23px;
  }

  .ct-materials-compare {
    padding: 26px 20px;
    border-radius: 16px;
  }
}
