﻿:root {
  --ui-bg: #f6f9fb;
  --ui-card: #ffffff;
  --ui-line: #d8e4ec;
  --ui-ink: #0b2234;
  --ui-muted: #5f7280;
  --ui-blue: #0a668d;
  --ui-navy: #062137;
  --ui-signal: #f5b729;
  --ui-shadow: 0 14px 36px rgba(7, 31, 53, .08);
  --ui-shadow-strong: 0 26px 72px rgba(4, 20, 34, .22);
}

body:not(.admin-body) {
  color: #0a2235;
  background: #f2f6f8;
}

body:not(.admin-body) .site-topbar {
  color: rgba(234, 244, 249, .86);
  background: #061f34;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 700;
}

body:not(.admin-body) .site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1480px, calc(100% - 56px));
  min-height: 38px;
  margin: 0 auto;
}

body:not(.admin-body) .site-topbar-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

body:not(.admin-body) .site-topbar a {
  color: #f7c850;
}

body:not(.admin-body) .site-header {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 12px 34px rgba(6, 31, 52, .08);
}

body:not(.admin-body) .nav {
  width: min(1480px, calc(100% - 56px));
  min-height: 88px;
}

body:not(.admin-body) .logo img {
  width: clamp(220px, 19vw, 280px);
  height: auto;
  max-height: 72px;
  border-radius: 0;
  object-fit: contain;
}

body:not(.admin-body) .logo span {
  display: none;
}

body:not(.admin-body) .logo small {
  display: none;
}

body:not(.admin-body) .nav-links {
  gap: 26px;
}

body:not(.admin-body) .nav-links a {
  color: #20394b;
  font-size: 15px;
  font-weight: 850;
}

body:not(.admin-body) .nav-links a::after {
  height: 3px;
  background: #f5b729;
}

body:not(.admin-body) .lang-toggle {
  background: #edf3f6;
}

body:not(.admin-body) .btn {
  min-height: 44px;
  border-radius: 4px;
  font-weight: 900;
}

body:not(.admin-body) .btn.signal {
  color: #091e2e;
  background: #f5b729;
  border-color: #f5b729;
  box-shadow: 0 12px 26px rgba(245, 183, 41, .24);
}

body:not(.admin-body) .btn.secondary,
body:not(.admin-body) .btn.ghost {
  color: #0b2c43;
  background: #fff;
  border-color: rgba(171, 190, 203, .9);
}

body:not(.admin-body) .hero {
  min-height: 660px;
  height: min(790px, calc(100vh - 76px));
}

body:not(.admin-body) .hero::before {
  opacity: .16;
}

body:not(.admin-body) .hero-inner {
  width: min(1480px, calc(100% - 72px));
  align-items: center;
}

body:not(.admin-body) .hero-copy {
  width: min(48%, 680px);
  padding-left: 28px;
}

body:not(.admin-body) .hero-copy::before {
  width: 5px;
  background: #f5b729;
  box-shadow: none;
}

body:not(.admin-body) .hero h1 {
  max-width: 760px;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0;
}

body:not(.admin-body) .hero p {
  max-width: 620px;
  color: rgba(236, 246, 250, .86);
  font-size: 18px;
  line-height: 1.8;
}

body:not(.admin-body) .hero-carousel-media::before {
  background:
    linear-gradient(90deg, rgba(3, 17, 30, .96) 0%, rgba(4, 24, 40, .84) 32%, rgba(5, 27, 44, .35) 62%, rgba(5, 27, 44, .08) 100%),
    linear-gradient(180deg, rgba(2, 14, 24, .05), rgba(2, 14, 24, .2));
}

body:not(.admin-body) .hero-proof {
  width: min(690px, 100%);
  border: 1px solid rgba(221, 236, 244, .28);
  border-radius: 2px;
  background: rgba(7, 31, 53, .42);
  backdrop-filter: blur(12px);
}

body:not(.admin-body) .hero-proof-item {
  padding: 20px 22px;
}

body:not(.admin-body) .hero-proof-item strong {
  font-size: 30px;
}

body:not(.admin-body) .section {
  width: min(1360px, calc(100% - 72px));
  padding: 96px 0;
}

body:not(.admin-body) .band {
  background: #fff;
  border-block: 1px solid #dbe6ed;
}

body:not(.admin-body) .section-head {
  align-items: start;
  margin-bottom: 42px;
}

body:not(.admin-body) .section-head h2 {
  max-width: 760px;
  color: #071f34;
  font-size: 42px;
  line-height: 1.16;
}

body:not(.admin-body) .section-head p {
  max-width: 470px;
  color: #607687;
  font-size: 16px;
  line-height: 1.8;
}

body:not(.admin-body) .eyebrow {
  color: #0a668d;
  letter-spacing: .08em;
}

body:not(.admin-body) #about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 34px 54px;
  align-items: start;
}

body:not(.admin-body) #about::before {
  content: "";
  position: absolute;
  right: 0;
  top: 96px;
  width: min(430px, 34%);
  height: 330px;
  background:
    linear-gradient(180deg, rgba(6, 31, 52, .08), rgba(6, 31, 52, .18)),
    url("/assets/hero/pipe-production.png") center / cover no-repeat;
  border-radius: 2px;
}

body:not(.admin-body) #about .section-head {
  grid-column: 1;
  display: block;
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0;
}

body:not(.admin-body) #about .section-head p {
  max-width: 780px;
  padding-top: 24px;
  color: #42596b;
  font-size: 17px;
}

body:not(.admin-body) .stats-grid {
  grid-column: 2;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 210px;
}

body:not(.admin-body) .stat {
  min-height: 132px;
  padding: 24px;
  border: 1px solid #d8e4ec;
  border-radius: 2px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 40px rgba(7, 31, 53, .08);
}

body:not(.admin-body) .stat strong {
  color: #0a668d;
  font-size: 34px;
}

body:not(.admin-body) .cert-list {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 28px 30px;
  border: 1px solid #dbe6ed;
  border-radius: 2px;
  background: #fff;
}

body:not(.admin-body) .cert-list h3 {
  margin-bottom: 18px;
  color: #071f34;
}

body:not(.admin-body) .cert-items {
  gap: 10px;
}

body:not(.admin-body) .cert-items span,
body:not(.admin-body) .tabs .tab {
  border-radius: 2px;
}

body:not(.admin-body) #products .section {
  padding-top: 100px;
  padding-bottom: 108px;
}

body:not(.admin-body) #categoryTabs {
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dbe6ed;
}

body:not(.admin-body) .tabs .tab {
  min-height: 44px;
  padding-inline: 18px;
  color: #284457;
  background: #f4f8fa;
  border-color: #d8e4ec;
}

body:not(.admin-body) .tabs .tab.active {
  color: #fff;
  background: #0a668d;
  border-color: #0a668d;
}

body:not(.admin-body) .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

body:not(.admin-body) .product-card {
  min-height: 100%;
  border: 1px solid #d8e4ec;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 31, 53, .07);
}

body:not(.admin-body) .product-card::before {
  height: 4px;
  background: #f5b729;
}

body:not(.admin-body) .product-media {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid #e2ebf0;
  background: #edf3f7;
}

body:not(.admin-body) .product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 22px;
}

body:not(.admin-body) .product-body h3 {
  min-height: 58px;
  color: #071f34;
  font-size: 22px;
  line-height: 1.28;
}

body:not(.admin-body) .product-body p {
  flex: 1;
  color: #5b7080;
  font-size: 15px;
  line-height: 1.75;
}

body:not(.admin-body) .product-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

body:not(.admin-body) .product-actions .btn {
  flex: 1;
  justify-content: center;
}

body:not(.admin-body) #solutions {
  width: 100%;
  max-width: none;
  padding: 100px max(36px, calc((100% - 1360px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 31, 52, .97), rgba(7, 50, 74, .9)),
    url("/assets/hero/finished-drill-pipe.png") center / cover no-repeat;
}

body:not(.admin-body) #solutions .section-head h2,
body:not(.admin-body) #solutions .eyebrow {
  color: #fff;
}

body:not(.admin-body) #solutions .section-head {
  align-items: start;
  gap: 28px;
  margin-bottom: 38px;
}

body:not(.admin-body) #solutions .section-head > div:first-child {
  max-width: 700px;
}

body:not(.admin-body) #solutions .section-head-note {
  display: grid;
  gap: 10px;
  align-self: end;
  max-width: 360px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body:not(.admin-body) #solutions .section-head-note .eyebrow {
  color: rgba(255, 255, 255, .82);
}

body:not(.admin-body) #solutions .section-head-note p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  line-height: 1.7;
}

body:not(.admin-body) .solution-grid {
  gap: 20px;
}

body:not(.admin-body) .solution-card {
  min-height: 280px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .06)),
    rgba(255, 255, 255, .06);
  box-shadow: none;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

body:not(.admin-body) .solution-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f4b328 0%, rgba(255, 255, 255, .34) 100%);
}

body:not(.admin-body) .solution-card h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
}

body:not(.admin-body) .solution-card p {
  color: rgba(232, 243, 249, .9);
  line-height: 1.8;
}

body:not(.admin-body) .case-grid,
body:not(.admin-body) .news-grid {
  gap: 24px;
}

body:not(.admin-body) .case-card,
body:not(.admin-body) .news-card {
  min-height: 255px;
  border: 1px solid #d8e4ec;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

body:not(.admin-body) .case-card h3,
body:not(.admin-body) .news-card h3 {
  color: #071f34;
  font-size: 23px;
}

body:not(.admin-body) #contact {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 31, 52, .96), rgba(8, 55, 80, .88)),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
  border: 0;
}

body:not(.admin-body) #contact .section {
  padding-top: 96px;
  padding-bottom: 96px;
}

body:not(.admin-body) #contact .section-head h2,
body:not(.admin-body) #contact .eyebrow {
  color: #fff;
}

body:not(.admin-body) .contact-layout {
  grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}

body:not(.admin-body) .contact-list,
body:not(.admin-body) #contact .form {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .16);
}

body:not(.admin-body) .contact-list {
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(28px, 3vw, 42px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 31, 52, .9), rgba(7, 48, 71, .82));
}

body:not(.admin-body) #contact .contact-list .eyebrow {
  color: #f5b729;
}

body:not(.admin-body) .contact-list h3 {
  max-width: 640px;
  margin: 8px 0 14px;
  color: #fff;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

body:not(.admin-body) .contact-list p {
  max-width: 650px;
  color: rgba(228, 241, 247, .84);
  line-height: 1.8;
  overflow-wrap: break-word;
}

body:not(.admin-body) #contact .form {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(28px, 3vw, 40px);
  color: #0b2234;
  background: #f7fafc;
}

body:not(.admin-body) #contact .form .eyebrow {
  color: #0a668d;
}

body:not(.admin-body) #contact .form h3 {
  color: #0b2234;
  font-size: 28px;
}

body:not(.admin-body) #contact .form p {
  color: #5f7280;
}

body:not(.admin-body) #contact .field label {
  color: #173247;
}

body:not(.admin-body) #contact .field input,
body:not(.admin-body) #contact .field textarea {
  background: #fff;
  border-color: #cbd9e3;
}

body:not(.admin-body) .contact-card {
  display: grid;
  grid-template-columns: minmax(104px, max-content) minmax(0, 1fr);
  gap: 12px 20px;
  align-items: center;
  min-width: 0;
  min-height: 68px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 2px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

body:not(.admin-body) .contact-card::before {
  display: none;
}

body:not(.admin-body) .contact-card--lead {
  border-color: rgba(255, 255, 255, .16);
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

body:not(.admin-body) .contact-card strong {
  color: #f5b729;
  font-size: 13px;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

body:not(.admin-body) .contact-card span {
  color: rgba(236, 246, 250, .9);
  line-height: 1.6;
  overflow-wrap: break-word;
}

body:not(.admin-body) .footer {
  padding: 48px 0;
  background: #051a2b;
}

body {
  background: var(--ui-bg);
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom-color: rgba(210, 222, 231, .9);
}

.nav {
  width: min(1500px, calc(100% - 56px));
}

.nav-links a {
  font-size: 14px;
}

.btn {
  border-radius: 6px;
}

.btn.signal {
  box-shadow: 0 10px 24px rgba(245, 183, 41, .22);
}

.hero {
  min-height: 680px;
  height: min(820px, calc(100vh - 68px));
}

.hero::before,
.hero::after {
  opacity: .28;
}

.hero-carousel-media::before {
  background:
    linear-gradient(90deg, rgba(3, 17, 30, .93) 0%, rgba(5, 26, 42, .75) 34%, rgba(5, 27, 44, .2) 64%, rgba(5, 27, 44, .02) 100%),
    linear-gradient(180deg, rgba(2, 14, 24, 0), rgba(2, 14, 24, .12));
}

.hero-carousel-media img {
  filter: saturate(1.04) contrast(1.02) brightness(1.12);
}

.hero-copy {
  width: min(52%, 720px);
}

.hero h1 {
  font-size: clamp(44px, 4.8vw, 70px);
}

.hero-proof {
  background: rgba(7, 31, 53, .34);
  border-color: rgba(220, 235, 244, .26);
}

.section {
  width: min(1320px, calc(100% - 72px));
}

.stat,
.product-card,
.solution-card,
.case-card,
.news-card,
.contact-list,
.form,
.panel {
  box-shadow: var(--ui-shadow);
}

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

.product-card,
.solution-card,
.case-card,
.news-card {
  border-color: var(--ui-line);
}

.product-media {
  background: linear-gradient(180deg, #fbfdfe 0%, #edf4f8 100%);
}

.product-body p,
.solution-card p,
.case-card p,
.news-card p {
  line-height: 1.7;
}

body.admin-body {
  color: var(--ui-ink);
  background:
    linear-gradient(180deg, #f8fbfd 0%, #eef4f7 100%);
}

body.admin-body .login-screen {
  padding: 32px;
  background:
    linear-gradient(90deg, rgba(5, 22, 36, .78), rgba(7, 31, 53, .46)),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
}

body.admin-body .login-screen::before {
  opacity: .22;
}

body.admin-body .login-screen::after {
  opacity: .1;
}

body.admin-body .login-card {
  width: min(440px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  box-shadow: var(--ui-shadow-strong);
}

body.admin-body .login-card .logo {
  min-width: 0;
  margin-bottom: 26px;
}

body.admin-body .login-card h1 {
  margin-bottom: 22px !important;
  color: var(--ui-ink);
  font-size: 29px !important;
}

body.admin-body .login-card .field {
  gap: 8px;
}

body.admin-body .login-card .field input,
body.admin-body .login-card .btn.signal {
  min-height: 50px;
  border-radius: 7px;
}

body.admin-body .login-card p {
  color: var(--ui-muted) !important;
}

.admin-shell {
  grid-template-columns: 270px minmax(0, 1fr);
  background: transparent;
}

.admin-sidebar {
  padding: 22px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 240px),
    var(--ui-navy);
  box-shadow: 16px 0 42px rgba(7, 31, 53, .08);
}

.admin-sidebar .logo {
  min-height: 56px;
  margin-bottom: 24px;
  padding: 8px 8px 14px;
}

.admin-nav {
  gap: 8px;
}

.admin-nav button {
  min-height: 44px;
  border-radius: 7px;
  color: rgba(226, 240, 248, .84);
}

.admin-nav button.active,
.admin-nav button:hover {
  background: rgba(255, 255, 255, .11);
  border-color: rgba(255, 255, 255, .16);
  color: #fff;
}

.admin-main {
  width: 100%;
  padding: 28px clamp(24px, 3vw, 42px) 48px;
}

.admin-top {
  min-height: 82px;
  margin: -28px calc(clamp(24px, 3vw, 42px) * -1) 24px;
  padding: 16px clamp(24px, 3vw, 42px);
  background: rgba(248, 251, 253, .95);
  border-bottom-color: rgba(210, 222, 231, .92);
}

.admin-top h1 {
  font-size: clamp(28px, 2.8vw, 36px) !important;
}

body.admin-body .admin-grid {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 16px;
}

body.admin-body .admin-grid .stat {
  min-height: 116px;
  padding: 24px;
  background: #fff;
  border-color: var(--ui-line);
  box-shadow: var(--ui-shadow);
}

body.admin-body .admin-grid .stat strong {
  color: var(--ui-blue);
  font-size: 34px;
}

body.admin-body .panel {
  border-color: var(--ui-line);
  background: #fff;
  box-shadow: var(--ui-shadow);
}

body.admin-body .table-wrap {
  border-color: var(--ui-line);
}

body.admin-body th {
  color: #35566a;
  background: #f5f9fb;
}

body.admin-body td {
  color: #223a4b;
}

body.admin-body .field input,
body.admin-body .field textarea,
body.admin-body .field select {
  background: #f8fbfd;
  border-color: #cedce6;
}

body.admin-body #contentForm {
  gap: 12px;
}

body.admin-body #contentForm textarea {
  min-height: 82px;
  line-height: 1.55;
}

body.admin-body #contentForm textarea[name$=".title"] {
  min-height: 58px;
}

body.admin-body #contentForm textarea[name$=".summary"],
body.admin-body #contentForm textarea[name$=".body"] {
  min-height: 92px;
}

body.admin-body #certificationField {
  min-height: 76px;
}

body.admin-body .content-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column: 1 / -1;
  padding: 8px 0 0;
}

body.admin-body #contentSaveBtn.btn {
  width: auto !important;
  min-width: 92px;
  max-width: max-content;
  min-height: 36px;
  flex: 0 0 auto;
  align-self: flex-end;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 7px;
  font-size: 14px;
  box-shadow: none;
}

body.admin-body #contentSaveBtn.btn.signal {
  color: #fff;
  background: #0b5f8e;
  border-color: #0b5f8e;
}

body.admin-body .admin-form-modal-panel {
  width: min(980px, 100%);
}

body.admin-body .admin-form-modal .form {
  margin: 0;
  border: 0;
  box-shadow: none;
}

body.admin-body .admin-modal-form {
  padding: 0;
  background: transparent;
}

body.admin-body #socialModal .admin-form-modal-panel,
body.admin-body #adminAccountModal .admin-form-modal-panel {
  width: min(760px, 100%);
}

body.admin-body .btn.ghost,
body.admin-body .btn.secondary {
  background: #fff;
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .nav,
  .section,
  .footer-inner {
    width: calc(100% - 32px);
  }

  .hero {
    min-height: 640px;
  }

  .hero-copy {
    width: 100%;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    height: auto;
    padding: 12px 16px;
  }

  .admin-sidebar .logo {
    display: flex;
    min-height: 0;
    margin-bottom: 10px;
    padding: 0 0 10px;
  }

  .admin-nav {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .admin-nav button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .admin-main {
    padding: 20px 16px 36px;
  }

  .admin-top {
    position: relative;
    display: grid;
    gap: 14px;
    min-height: 0;
    margin: 0 0 18px;
    padding: 0 0 18px;
    background: transparent;
    backdrop-filter: none;
  }

  body.admin-body .admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .product-grid,
  .solution-grid,
  .case-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  body.admin-body .login-screen {
    padding: 24px;
  }

body.admin-body .login-card {
  width: 100%;
  padding: 24px;
}

/* absolute final about overrides */
body:not(.admin-body) #about::before,
body:not(.admin-body) #about::after,
body:not(.admin-body) #about .stats-grid::before,
body:not(.admin-body) #about .stats-grid::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

body:not(.admin-body) #about .cert-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

body:not(.admin-body) #about .cert-items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
  grid-auto-flow: unset !important;
  overflow: visible !important;
  gap: 14px !important;
}

body:not(.admin-body) #about .about-media {
  min-height: 460px !important;
  padding: 16px !important;
  background: #fff !important;
}

body:not(.admin-body) #about .about-media img {
  object-fit: contain !important;
  background: #fff !important;
}

/* About section: show the full image instead of cropping it */
body:not(.admin-body) #about::before,
body:not(.admin-body) #about::after {
  content: none !important;
  display: none !important;
}

body:not(.admin-body) #about .stats-grid::before,
body:not(.admin-body) #about .stats-grid::after {
  content: none !important;
  display: none !important;
}

body:not(.admin-body) .about-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

body:not(.admin-body) .about-media {
  min-height: 460px;
  padding: 16px;
  background: #fff;
}

body:not(.admin-body) .about-media img {
  object-fit: contain;
  background: #fff;
}

body:not(.admin-body) .about-media-caption {
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(8, 20, 33, .8);
}

body:not(.admin-body) .cert-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

body:not(.admin-body) .cert-list h3 {
  margin-bottom: 0;
}

body:not(.admin-body) .cert-items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-auto-flow: unset;
  overflow: visible;
}
}

@media (max-width: 1180px) {
  body:not(.admin-body) .nav,
  body:not(.admin-body) .site-topbar-inner,
  body:not(.admin-body) .section {
    width: calc(100% - 48px);
  }

  body:not(.admin-body) .nav-links {
    gap: 16px;
  }

  body:not(.admin-body) .hero-copy {
    width: min(62%, 680px);
  }

  body:not(.admin-body) .hero h1 {
    font-size: 54px;
  }

  body:not(.admin-body) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) #about {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #about::before {
    position: relative;
    top: auto;
    right: auto;
    grid-row: 2;
    width: 100%;
    height: 320px;
  }

  body:not(.admin-body) .stats-grid {
    grid-column: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0;
  }
}

@media (max-width: 920px) {
  body:not(.admin-body) .site-topbar-inner {
    display: grid;
    gap: 4px;
    min-height: 54px;
    padding: 8px 0;
  }

  body:not(.admin-body) .site-topbar-contact {
    justify-content: space-between;
    gap: 12px;
    white-space: normal;
  }

  body:not(.admin-body) .nav {
    width: calc(100% - 32px);
    height: auto;
    min-height: 72px;
  }

  body:not(.admin-body) .hero {
    min-height: 650px;
    height: 650px;
  }

  body:not(.admin-body) .hero-inner {
    width: calc(100% - 32px);
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    align-items: end;
    padding-bottom: 58px;
  }

  body:not(.admin-body) .hero-copy {
    width: 100%;
    max-width: 620px;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 42px;
  }

  body:not(.admin-body) .hero p {
    font-size: 16px;
  }

  body:not(.admin-body) .section-head,
  body:not(.admin-body) #products .section-head {
    display: grid;
    gap: 14px;
  }

  body:not(.admin-body) .section-head h2 {
    font-size: 34px;
  }

  body:not(.admin-body) .stats-grid,
  body:not(.admin-body) .solution-grid,
  body:not(.admin-body) .case-grid,
  body:not(.admin-body) .news-grid,
  body:not(.admin-body) .contact-layout {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #solutions {
    padding: 76px 16px;
  }

  body:not(.admin-body) #solutions .section-head-note {
    max-width: none;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .float-quote {
    right: 16px;
    bottom: 18px;
    min-width: 110px;
    min-height: 52px;
    padding: 0 18px;
    font-size: 15px;
  }

  body:not(.admin-body) .site-topbar {
    display: none;
  }

  body:not(.admin-body) .section {
    width: calc(100% - 32px);
    padding: 68px 0;
  }

  body:not(.admin-body) .hero {
    min-height: 620px;
    height: 620px;
  }

  body:not(.admin-body) .hero-copy {
    padding-left: 18px;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 34px;
  }

  body:not(.admin-body) .hero-proof {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .hero-proof-item:nth-child(n+2) {
    display: none;
  }

  body:not(.admin-body) #about::before {
    height: 230px;
  }

  body:not(.admin-body) .stats-grid,
  body:not(.admin-body) .product-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .product-actions {
    display: grid;
  }

  body:not(.admin-body) .contact-list,
  body:not(.admin-body) #contact .form,
  body:not(.admin-body) .cert-list {
    padding: 22px;
  }

  body:not(.admin-body) .contact-list h3 {
    font-size: 24px;
    line-height: 1.28;
  }

  body:not(.admin-body) .contact-card {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  body:not(.admin-body) #contact .section {
    width: calc(100% - 24px);
  }

  body:not(.admin-body) .contact-list,
  body:not(.admin-body) #contact .form {
    padding: 18px;
  }

  body:not(.admin-body) .contact-list h3 {
    font-size: 22px;
  }
}

/* premium front-office layout */
body:not(.admin-body) {
  --premium-ink: #071b2b;
  --premium-muted: #526a7a;
  --premium-line: #d5e0e8;
  --premium-surface: #ffffff;
  --premium-navy: #061f34;
  --premium-blue: #075f85;
  --premium-gold: #f5b729;
  color: var(--premium-ink);
  background: linear-gradient(180deg, #f7fafb 0%, #eef4f7 42%, #f7fafb 100%);
}

body:not(.admin-body) .site-topbar {
  background: #041a2b;
}

body:not(.admin-body) .site-header {
  border-bottom: 1px solid rgba(205, 219, 229, .82);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(7, 31, 53, .07);
}

body:not(.admin-body) .nav {
  width: min(1520px, calc(100% - 64px));
  min-height: 82px;
}

body:not(.admin-body) .logo img {
  width: 52px;
  height: 52px;
}

body:not(.admin-body) .logo span {
  font-size: 19px;
  letter-spacing: 0;
}

body:not(.admin-body) .logo small {
  margin-top: 2px;
  letter-spacing: .08em;
  text-transform: none;
}

body:not(.admin-body) .nav-links {
  gap: 30px;
}

body:not(.admin-body) .nav-links a {
  color: #183143;
  font-size: 15px;
}

body:not(.admin-body) .nav-links a::after {
  bottom: -5px;
  height: 2px;
}

body:not(.admin-body) .btn {
  min-height: 46px;
  padding-inline: 20px;
  border-radius: 3px;
}

body:not(.admin-body) .btn.signal {
  background: var(--premium-gold);
  border-color: var(--premium-gold);
  box-shadow: 0 14px 28px rgba(245, 183, 41, .2);
}

body:not(.admin-body) .btn.secondary {
  border-color: rgba(213, 224, 232, .98);
  background: rgba(255, 255, 255, .94);
}

body:not(.admin-body) .hero {
  height: 760px;
  min-height: 700px;
  background: var(--premium-navy);
}

body:not(.admin-body) .hero::before {
  opacity: .38;
  background:
    linear-gradient(118deg, transparent 0 56%, rgba(245, 183, 41, .2) 56% 56.28%, transparent 56.28% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

body:not(.admin-body) .hero::after {
  display: none;
}

body:not(.admin-body) .hero-inner {
  width: min(1520px, calc(100% - 88px));
  padding: 92px 0 94px;
}

body:not(.admin-body) .hero-copy {
  width: min(56%, 760px);
  padding-left: 32px;
}

body:not(.admin-body) .hero-copy::before {
  top: 12px;
  bottom: 18px;
  width: 4px;
  background: var(--premium-gold);
}

body:not(.admin-body) .hero h1 {
  max-width: 780px;
  margin-top: 18px;
  font-size: 62px;
  line-height: 1.04;
  letter-spacing: 0;
}

body:not(.admin-body) .hero p {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(236, 246, 250, .88);
  font-size: 18px;
  line-height: 1.78;
}

body:not(.admin-body) .hero-actions {
  gap: 14px;
  margin-top: 34px;
}

body:not(.admin-body) .hero-proof {
  width: min(760px, 100%);
  margin-top: 42px;
  border-radius: 3px;
  background: rgba(2, 16, 28, .56);
  border-color: rgba(229, 240, 247, .24);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

body:not(.admin-body) .hero-proof-item {
  position: relative;
  min-height: 112px;
  padding: 20px 24px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body:not(.admin-body) .hero-proof-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 22px;
  width: 1px;
  background: rgba(229, 240, 247, .2);
}

body:not(.admin-body) .hero-proof-item strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

body:not(.admin-body) .hero-proof-item span {
  max-width: 190px;
  margin-top: 9px;
  color: rgba(224, 238, 245, .76);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

body:not(.admin-body) .hero-carousel-media::before {
  background:
    linear-gradient(90deg, rgba(3, 15, 26, .96) 0%, rgba(5, 26, 42, .78) 34%, rgba(5, 27, 44, .18) 62%, rgba(5, 27, 44, .02) 100%),
    linear-gradient(180deg, rgba(2, 14, 24, 0), rgba(2, 14, 24, .1));
}

body:not(.admin-body) .hero-carousel-media img {
  filter: saturate(1.06) contrast(1.04) brightness(1.26);
}

body:not(.admin-body) .section {
  width: min(1360px, calc(100% - 80px));
  padding: 108px 0;
}

body:not(.admin-body) .section-head {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--premium-line);
}

body:not(.admin-body) .section-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 86px;
  height: 2px;
  background: var(--premium-gold);
}

body:not(.admin-body) .section-head h2 {
  font-size: 40px;
  line-height: 1.14;
  letter-spacing: 0;
}

body:not(.admin-body) .section-head p {
  color: var(--premium-muted);
}

body:not(.admin-body) .eyebrow {
  color: var(--premium-blue);
  letter-spacing: .06em;
}

body:not(.admin-body) #about {
  gap: 42px 68px;
}

body:not(.admin-body) #about::before {
  top: 108px;
  height: 360px;
  border: 1px solid var(--premium-line);
  box-shadow: 0 22px 56px rgba(7, 31, 53, .1);
}

body:not(.admin-body) #about .section-head {
  padding-bottom: 0;
  border-bottom: 0;
}

body:not(.admin-body) #about .section-head::after {
  display: none;
}

body:not(.admin-body) #about .section-head p {
  max-width: 820px;
  color: #425869;
  font-size: 17px;
}

body:not(.admin-body) .stat {
  border-color: var(--premium-line);
  border-radius: 3px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 46px rgba(7, 31, 53, .09);
}

body:not(.admin-body) .stat::before {
  background: var(--premium-gold);
}

body:not(.admin-body) .cert-list {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 31, 53, .045);
}

body:not(.admin-body) .cert-items span {
  border-radius: 3px;
  background: #f8fbfd;
}

body:not(.admin-body) #products {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7f9 100%);
}

body:not(.admin-body) #products .section {
  padding-top: 110px;
  padding-bottom: 118px;
}

body:not(.admin-body) #products .section-head {
  grid-template-columns: minmax(0, .95fr) minmax(320px, .62fr);
  gap: 70px;
}

body:not(.admin-body) #products .section-head h2 {
  max-width: 760px;
}

body:not(.admin-body) #categoryTabs {
  position: sticky;
  top: 82px;
  z-index: 18;
  margin-bottom: 30px;
  padding: 14px 0;
  background: rgba(244, 248, 250, .92);
  backdrop-filter: blur(12px);
}

body:not(.admin-body) .tabs .tab {
  min-height: 46px;
  padding-inline: 20px;
  border-radius: 3px;
  background: #fff;
}

body:not(.admin-body) .tabs .tab.active {
  color: #fff;
  background: var(--premium-blue);
  border-color: var(--premium-blue);
}

body:not(.admin-body) .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body:not(.admin-body) .product-card {
  border-radius: 3px;
  border-color: var(--premium-line);
  background: var(--premium-surface);
  box-shadow: 0 18px 42px rgba(7, 31, 53, .07);
}

body:not(.admin-body) .product-card::before {
  height: 0;
}

body:not(.admin-body) .product-card:hover {
  transform: translateY(-4px);
  border-color: #aebfcb;
  box-shadow: 0 26px 62px rgba(7, 31, 53, .13);
}

body:not(.admin-body) .product-media {
  aspect-ratio: 16 / 11;
  border-bottom: 1px solid #e3ebf0;
  background:
    linear-gradient(135deg, rgba(7, 31, 53, .035) 0 16%, transparent 16% 100%),
    linear-gradient(180deg, #ffffff 0%, #edf4f8 100%);
}

body:not(.admin-body) .product-media img {
  padding: 18px 24px;
}

body:not(.admin-body) .product-body {
  padding: 24px 26px 26px;
  gap: 14px;
}

body:not(.admin-body) .product-kicker {
  display: inline-flex;
  align-self: flex-start;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid #d8e4ec;
  border-radius: 3px;
  color: var(--premium-blue);
  background: #f4f8fa;
  font-size: 12px;
  font-weight: 850;
}

body:not(.admin-body) .product-body h3 {
  min-height: 0;
  color: var(--premium-ink);
  font-size: 23px;
  line-height: 1.24;
}

body:not(.admin-body) .product-body p {
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.72;
}

body:not(.admin-body) .product-actions {
  gap: 12px;
  margin-top: 24px;
}

body:not(.admin-body) #productModalPanel {
  width: min(1160px, calc(100% - 32px));
  max-height: min(820px, calc(100vh - 48px));
  border-radius: 4px;
}

body:not(.admin-body) .product-detail-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 28px;
}

body:not(.admin-body) .product-detail-image {
  min-height: 360px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(7, 31, 53, .035) 0 16%, transparent 16% 100%),
    linear-gradient(180deg, #fff 0%, #f3f8fb 100%);
}

body:not(.admin-body) .product-detail-image img {
  width: 100%;
  height: min(52vh, 460px);
  padding: 24px;
  object-fit: contain;
}

body:not(.admin-body) #contact {
  background:
    linear-gradient(90deg, rgba(4, 23, 38, .97), rgba(6, 39, 60, .88)),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
}

body:not(.admin-body) #contact .section {
  padding-top: 108px;
  padding-bottom: 108px;
}

body:not(.admin-body) #contact .section-head {
  border-bottom-color: rgba(255, 255, 255, .16);
}

body:not(.admin-body) #contact .section-head::after {
  background: var(--premium-gold);
}

body:not(.admin-body) .contact-list,
body:not(.admin-body) #contact .form {
  border-radius: 3px;
}

body:not(.admin-body) .contact-list {
  background: rgba(4, 24, 39, .72);
  backdrop-filter: blur(10px);
}

body:not(.admin-body) #contact .form {
  background: rgba(248, 251, 253, .98);
}

body:not(.admin-body) .footer {
  padding: 34px 0;
  background: #041a2b;
}

body:not(.admin-body) .footer-inner {
  align-items: center;
}

@media (max-width: 1180px) {
  body:not(.admin-body) .hero h1 {
    font-size: 52px;
  }

  body:not(.admin-body) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body:not(.admin-body) .nav,
  body:not(.admin-body) .section,
  body:not(.admin-body) .site-topbar-inner {
    width: calc(100% - 32px);
  }

  body:not(.admin-body) .hero {
    height: 660px;
    min-height: 660px;
  }

  body:not(.admin-body) .hero-inner {
    width: calc(100% - 32px);
    padding-bottom: 58px;
  }

  body:not(.admin-body) .hero-copy {
    width: 100%;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 42px;
  }

  body:not(.admin-body) .section {
    padding: 76px 0;
  }

  body:not(.admin-body) .section-head,
  body:not(.admin-body) #products .section-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body:not(.admin-body) .section-head h2 {
    font-size: 34px;
  }

  body:not(.admin-body) #categoryTabs {
    top: 72px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  body:not(.admin-body) #categoryTabs::-webkit-scrollbar {
    display: none;
  }

  body:not(.admin-body) #productModalPanel {
    width: min(100%, calc(100% - 24px));
    padding: 18px;
  }

  body:not(.admin-body) .product-detail-layout {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .product-detail-image {
    min-height: 280px;
  }

  body:not(.admin-body) .product-detail-image img {
    height: min(44vh, 360px);
    padding: 18px;
  }

  body:not(.admin-body) #solutions .section-head {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .hero {
    height: 620px;
    min-height: 620px;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 34px;
  }

  body:not(.admin-body) .hero p {
    font-size: 16px;
  }

  body:not(.admin-body) .hero-proof-item strong {
    font-size: 24px;
  }

  body:not(.admin-body) .product-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .product-detail-image {
    min-height: 240px;
  }

  body:not(.admin-body) .product-detail-image img {
    height: min(38vh, 300px);
    padding: 14px;
  }

  body:not(.admin-body) .contact-card {
    grid-template-columns: 1fr;
  }
}

/* final frontend display fixes */
body:not(.admin-body) .hero-panel,
body:not(.admin-body) .hero-carousel,
body:not(.admin-body) .hero-carousel-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
}

body:not(.admin-body) .hero-carousel,
body:not(.admin-body) .hero-carousel-media {
  left: 0;
  width: 100%;
  transform: none;
  background-color: #061f34;
  background-image: var(--hero-slide-bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body:not(.admin-body) .hero-carousel-media::after {
  content: "";
  display: block;
  position: absolute;
  inset: -28px;
  z-index: 0;
  background-image: var(--hero-slide-bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(18px) saturate(1.05);
  opacity: .42;
  transform: scale(1.04);
  pointer-events: none;
}

body:not(.admin-body) .hero-carousel-media::before {
  z-index: 2;
}

body:not(.admin-body) .hero-carousel-media img {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  width: 100vw;
  max-width: none;
  height: 100%;
  padding: 0;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center center;
}

body:not(.admin-body) .product-detail-image img {
  width: 100%;
  height: min(52vh, 460px);
  padding: 24px;
  transform: none;
  object-fit: contain;
  object-position: center center;
}

@media (min-width: 921px) {
  body:not(.admin-body) #about .section-head > div {
    max-width: none;
  }

  body:not(.admin-body) #about .section-head h2 {
    max-width: none;
    white-space: nowrap;
    font-size: 40px;
  }

  body:not(.admin-body) #contact .section-head {
    display: block;
  }

  body:not(.admin-body) #contact .section-head > div {
    max-width: none;
  }

  body:not(.admin-body) #contact .section-head h2 {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 920px) {
  body:not(.admin-body) #about .section-head h2 {
    white-space: normal;
  }

  body:not(.admin-body) #contact .section-head h2 {
    white-space: normal;
  }

  body:not(.admin-body) .product-detail-image img {
    height: min(44vh, 360px);
    padding: 18px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .product-detail-image img {
    height: min(38vh, 300px);
    padding: 14px;
  }
}

/* final about section polish */
body:not(.admin-body) #about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, .64fr);
  grid-template-areas:
    "head stats"
    "cert stats";
  gap: 30px 56px;
  align-items: start;
  padding-top: 96px;
  padding-bottom: 96px;
}

body:not(.admin-body) #about::before {
  content: "";
  grid-area: stats;
  position: static;
  display: block;
  width: 100%;
  height: 270px;
  border: 1px solid rgba(213, 226, 235, .9);
  border-radius: 4px 4px 0 0;
  background:
    linear-gradient(180deg, rgba(4, 24, 39, .06), rgba(4, 24, 39, .18)),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
  box-shadow: none;
}

body:not(.admin-body) #about .section-head {
  grid-area: head;
  display: block;
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(193, 210, 222, .78);
}

body:not(.admin-body) #about .section-head::after {
  display: block;
  width: 72px;
  background: var(--premium-gold);
}

body:not(.admin-body) #about .section-head > div {
  max-width: none;
}

body:not(.admin-body) #about .section-head h2 {
  max-width: 820px;
  white-space: normal;
  font-size: 38px;
  line-height: 1.16;
}

body:not(.admin-body) #about .section-head p {
  max-width: 860px;
  margin-top: 24px;
  padding-top: 0;
  color: #3e5364;
  font-size: 16px;
  line-height: 1.86;
}

body:not(.admin-body) #about .stats-grid {
  grid-area: stats;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 270px;
  overflow: hidden;
  border: 1px solid rgba(213, 226, 235, .9);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: rgba(213, 226, 235, .9);
  box-shadow: 0 24px 58px rgba(7, 31, 53, .1);
}

body:not(.admin-body) #about .stat {
  min-height: 112px;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: none;
}

body:not(.admin-body) #about .stat::before {
  left: 24px;
  width: 38px;
  height: 2px;
}

body:not(.admin-body) #about .stat strong {
  color: var(--premium-blue);
  font-size: 31px;
  line-height: 1;
}

body:not(.admin-body) #about .stat span {
  display: block;
  margin-top: 10px;
  color: #526879;
  font-size: 14px;
}

body:not(.admin-body) #about .cert-list {
  grid-area: cert;
  display: block;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(213, 226, 235, .9);
  border-radius: 4px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(7, 31, 53, .045);
}

body:not(.admin-body) #about .cert-list h3 {
  margin-bottom: 14px;
  color: #082136;
  font-size: 15px;
}

body:not(.admin-body) #about .cert-items {
  gap: 8px;
}

body:not(.admin-body) #about .cert-items span {
  min-height: 30px;
  padding: 5px 10px;
  border-color: rgba(186, 205, 218, .82);
  border-radius: 3px;
  background: #fff;
  color: #19384e;
  font-size: 12px;
}

@media (min-width: 921px) {
  body:not(.admin-body) #about .section-head h2 {
    white-space: nowrap;
  }
}

@media (max-width: 920px) {
  body:not(.admin-body) #about {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "stats"
      "cert";
    gap: 22px;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  body:not(.admin-body) #about::before {
    height: 240px;
  }

  body:not(.admin-body) #about .stats-grid {
    margin-top: 240px;
  }

  body:not(.admin-body) #about .section-head h2 {
    white-space: normal;
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #about::before {
    height: 210px;
  }

  body:not(.admin-body) #about .stats-grid {
    grid-template-columns: 1fr;
    margin-top: 210px;
  }
}

/* final about panel fix: image belongs to the stats panel */
body:not(.admin-body) #about::before {
  display: none;
}

body:not(.admin-body) #about .stats-grid {
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

body:not(.admin-body) #about .stats-grid::before {
  content: "";
  grid-column: 1 / -1;
  display: block;
  height: 260px;
  background:
    linear-gradient(180deg, rgba(4, 24, 39, .02), rgba(4, 24, 39, .08)),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
}

body:not(.admin-body) #about .cert-list {
  align-self: start;
}

@media (max-width: 920px) {
  body:not(.admin-body) #about .stats-grid {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #about .stats-grid {
    margin-top: 0;
  }

  body:not(.admin-body) #about .stats-grid::before {
    height: 210px;
  }
}

/* repair factory-photo presentation */
body:not(.admin-body) #about {
  grid-template-columns: minmax(0, .92fr) minmax(470px, .72fr);
  gap: 36px 64px;
}

body:not(.admin-body) #about .stats-grid {
  position: relative;
  padding-top: 0;
  border: 1px solid rgba(193, 210, 222, .86);
  border-radius: 6px;
  background: #dbe7ef;
  box-shadow: 0 28px 72px rgba(7, 31, 53, .12);
}

body:not(.admin-body) #about .stats-grid::before {
  height: clamp(300px, 30vw, 390px);
  background-image:
    linear-gradient(180deg, rgba(4, 24, 39, .04), rgba(4, 24, 39, .18)),
    url("/assets/hero/manufacturing-line.png");
  background-position: center 62%;
  background-size: cover;
  background-repeat: no-repeat;
}

body:not(.admin-body) #about .stats-grid::after {
  content: "鐢熶骇鐜板満";
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 3px;
  background: rgba(4, 24, 39, .62);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.admin-body) .product-media img[src*="/assets/hero/"],
body:not(.admin-body) .product-media img[src*="product-16"],
body:not(.admin-body) .product-media img[src*="product-18"],
body:not(.admin-body) .product-media img[src*="product-19"] {
  padding: 0;
  object-fit: cover;
  object-position: center 62%;
}

body:not(.admin-body) .product-detail-image img[src*="/assets/hero/"],
body:not(.admin-body) .product-detail-image img[src*="product-16"],
body:not(.admin-body) .product-detail-image img[src*="product-18"],
body:not(.admin-body) .product-detail-image img[src*="product-19"] {
  height: min(56vh, 520px);
  padding: 0;
  object-fit: cover;
  object-position: center 62%;
}

@media (max-width: 920px) {
  body:not(.admin-body) #about {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body:not(.admin-body) #about .stats-grid::before {
    height: 300px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #about .stats-grid::before {
    height: 230px;
  }

  body:not(.admin-body) #about .stats-grid::after {
    left: 12px;
    top: 12px;
  }
}

/* demo-aligned certification strip */
body:not(.admin-body) #about .cert-list {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.admin-body) #about .cert-list h3 {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  color: #073a5a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

body:not(.admin-body) #about .cert-list h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-left: 12px;
  background: #0a5d86;
}

body:not(.admin-body) #about .cert-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body:not(.admin-body) #about .cert-items span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 16px 18px 16px 84px;
  border: 1px solid #c2c7d1;
  border-radius: 0;
  background: #fff;
  color: #073a5a;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: none;
}

body:not(.admin-body) #about .cert-items span::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0)),
    #dcecff;
  transform: translateY(-50%);
}

body:not(.admin-body) #about .cert-items span::after {
  content: "";
  position: absolute;
  left: 37px;
  top: 50%;
  width: 13px;
  height: 8px;
  border-left: 2px solid #0a5d86;
  border-bottom: 2px solid #0a5d86;
  transform: translateY(-65%) rotate(-45deg);
}

@media (min-width: 921px) {
  body:not(.admin-body) #about .cert-list {
    margin-top: -88px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #about .cert-items {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #about .cert-items span {
    min-height: 72px;
  }
}

/* demo-wide visual alignment */
body:not(.admin-body) {
  --demo-bg: #fbf9f8;
  --demo-band: #f6f3f2;
  --demo-ink: #1b1c1c;
  --demo-primary: #00355f;
  --demo-primary-2: #005f8c;
  --demo-muted: #5f6671;
  --demo-line: #c2c7d1;
  --demo-soft: #e4f0ff;
  color: var(--demo-ink);
  background: var(--demo-bg);
  font-family: "Outfit", "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.55;
}

body:not(.admin-body) .site-topbar {
  min-height: 30px;
  color: rgba(0, 53, 95, .74);
  background: rgba(251, 249, 248, .96);
  border-bottom: 1px solid rgba(194, 199, 209, .72);
  font-size: 12px;
  font-weight: 600;
}

body:not(.admin-body) .site-topbar-inner {
  width: min(1180px, calc(100% - 80px));
  min-height: 30px;
}

body:not(.admin-body) .site-topbar a {
  color: var(--demo-primary);
}

body:not(.admin-body) .site-header {
  background: rgba(251, 249, 248, .96);
  border-bottom: 1px solid rgba(194, 199, 209, .78);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body:not(.admin-body) .nav {
  width: min(1180px, calc(100% - 80px));
  height: 78px;
}

body:not(.admin-body) .logo img {
  width: 44px;
  height: 44px;
  border-radius: 0;
}

body:not(.admin-body) .logo span {
  color: var(--demo-primary);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
}

body:not(.admin-body) .logo small {
  margin-top: 1px;
  color: #5f6671;
  font-size: 11px;
  font-weight: 600;
}

body:not(.admin-body) .nav-links {
  gap: 28px;
}

body:not(.admin-body) .nav-links a {
  color: #31353b;
  font-size: 15px;
  font-weight: 700;
}

body:not(.admin-body) .nav-links a::after {
  bottom: -10px;
  height: 2px;
  background: var(--demo-primary);
}

body:not(.admin-body) .lang-toggle {
  border: 1px solid rgba(194, 199, 209, .72);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

body:not(.admin-body) .lang-toggle button {
  border-radius: 8px;
  color: var(--demo-primary);
  font-weight: 800;
}

body:not(.admin-body) .lang-toggle button.active {
  color: #fff;
  background: var(--demo-primary);
}

body:not(.admin-body) .btn {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body:not(.admin-body) .btn:hover {
  transform: translateY(-1px);
}

body:not(.admin-body) .btn.signal {
  color: #fff;
  background: var(--demo-primary);
  border-color: var(--demo-primary);
  box-shadow: none;
}

body:not(.admin-body) .btn.signal:hover {
  background: #004a7a;
  border-color: #004a7a;
  box-shadow: 0 14px 28px rgba(0, 53, 95, .18);
}

body:not(.admin-body) .btn.secondary,
body:not(.admin-body) .btn.ghost {
  color: var(--demo-primary);
  background: rgba(255, 255, 255, .88);
  border-color: var(--demo-line);
  box-shadow: none;
}

body:not(.admin-body) .hero {
  min-height: 600px;
  height: min(680px, calc(100vh - 78px));
  background: #061520;
}

body:not(.admin-body) .hero-inner {
  width: min(1180px, calc(100% - 80px));
  padding: 76px 0 64px;
  align-items: center;
}

body:not(.admin-body) .hero-copy {
  width: min(58%, 720px);
  padding-left: 0;
}

body:not(.admin-body) .hero-copy::before {
  display: none;
}

body:not(.admin-body) .hero .eyebrow {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

body:not(.admin-body) .hero h1 {
  max-width: 760px;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(44px, 4.75vw, 62px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.035em;
}

body:not(.admin-body) .hero p {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.72;
}

body:not(.admin-body) .hero-actions {
  gap: 16px;
  margin-top: 34px;
}

body:not(.admin-body) .hero-actions .btn {
  min-width: 148px;
}

body:not(.admin-body) .hero-carousel,
body:not(.admin-body) .hero-carousel-media {
  background-color: #061520;
  background-position: center center;
  background-size: cover;
}

body:not(.admin-body) .hero-carousel-media::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 18, 28, .94) 0%, rgba(5, 18, 28, .78) 30%, rgba(5, 18, 28, .34) 58%, rgba(5, 18, 28, .16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .08));
}

body:not(.admin-body) .hero-carousel-media::after {
  display: none;
}

body:not(.admin-body) .hero-carousel-media img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.02) brightness(.9);
}

body:not(.admin-body) .hero-proof {
  width: min(800px, 100%);
  margin-top: 36px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

body:not(.admin-body) .hero-proof-item {
  min-height: 108px;
  padding: 20px 22px;
  background: transparent;
}

body:not(.admin-body) .hero-proof-item strong {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

body:not(.admin-body) .hero-proof-item span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
}

body:not(.admin-body) .section {
  width: min(1180px, calc(100% - 80px));
  padding: 88px 0;
}

body:not(.admin-body) .band {
  background: #fff;
  border-block: 1px solid rgba(194, 199, 209, .68);
}

body:not(.admin-body) .section-head {
  margin-bottom: 42px;
  padding-bottom: 22px;
  border-bottom: 0;
}

body:not(.admin-body) .section-head::after {
  width: 80px;
  height: 2px;
  background: var(--demo-primary);
}

body:not(.admin-body) .eyebrow {
  color: var(--demo-primary-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body:not(.admin-body) .section-head h2 {
  color: var(--demo-primary);
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.025em;
}

body:not(.admin-body) .section-head p,
body:not(.admin-body) #about .section-head p {
  color: var(--demo-muted);
  font-size: 16px;
  line-height: 1.7;
}

body:not(.admin-body) #about {
  width: min(1180px, calc(100% - 80px));
  grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr);
  gap: 34px 60px;
  padding-top: 88px;
  padding-bottom: 88px;
}

body:not(.admin-body) #about .section-head h2 {
  max-width: none;
  white-space: normal;
  font-size: clamp(34px, 3.2vw, 42px);
  font-weight: 800;
}

body:not(.admin-body) #about .section-head {
  padding-bottom: 20px;
}

body:not(.admin-body) #about .stats-grid {
  border: 1px solid var(--demo-line);
  border-radius: 0;
  background: var(--demo-line);
  box-shadow: none;
}

body:not(.admin-body) #about .stats-grid::before {
  height: clamp(300px, 28vw, 390px);
  background-image:
    linear-gradient(180deg, rgba(5, 18, 28, .02), rgba(5, 18, 28, .12)),
    url("/assets/hero/manufacturing-line.png");
}

body:not(.admin-body) #about .stats-grid::after {
  border-color: rgba(255, 255, 255, .28);
  border-radius: 4px;
  background: rgba(5, 18, 28, .72);
}

body:not(.admin-body) #about .stat {
  min-height: 110px;
  background: #fff;
}

body:not(.admin-body) #about .stat::before {
  background: var(--demo-primary-2);
}

body:not(.admin-body) #about .stat strong {
  color: var(--demo-primary);
  font-size: 30px;
  font-weight: 800;
}

body:not(.admin-body) #about .stat span {
  color: var(--demo-muted);
  font-weight: 700;
}

body:not(.admin-body) #about .cert-list h3 {
  color: var(--demo-primary);
}

body:not(.admin-body) #about .cert-list h3::after {
  background: var(--demo-primary);
}

body:not(.admin-body) #about .cert-items span {
  border-color: var(--demo-line);
  color: var(--demo-primary);
  background: #fff;
}

body:not(.admin-body) #about .cert-items span::before {
  background: var(--demo-soft);
}

body:not(.admin-body) #about .cert-items span::after {
  border-color: var(--demo-primary-2);
}

body:not(.admin-body) #products {
  background: var(--demo-bg);
}

body:not(.admin-body) #products .section {
  padding-top: 92px;
  padding-bottom: 96px;
}

body:not(.admin-body) #products .section-head {
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 64px;
}

body:not(.admin-body) #categoryTabs {
  position: sticky;
  top: 78px;
  z-index: 20;
  margin-bottom: 30px;
  padding: 14px 0;
  background: rgba(251, 249, 248, .92);
  border-bottom: 1px solid rgba(194, 199, 209, .62);
  backdrop-filter: blur(12px);
}

body:not(.admin-body) #categoryTabs.tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(10, 102, 141, .35) transparent;
}

body:not(.admin-body) #categoryTabs.tabs::-webkit-scrollbar {
  height: 8px;
}

body:not(.admin-body) #categoryTabs.tabs::-webkit-scrollbar-thumb {
  background: rgba(10, 102, 141, .28);
  border-radius: 999px;
}

body:not(.admin-body) #categoryTabs.tabs::-webkit-scrollbar-track {
  background: transparent;
}

body:not(.admin-body) .tabs .tab {
  min-height: 48px;
  padding-inline: 22px;
  border: 1px solid var(--demo-line);
  border-radius: 0;
  color: var(--demo-primary);
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none;
}

body:not(.admin-body) .tabs .tab.active {
  color: #fff;
  background: var(--demo-primary);
  border-color: var(--demo-primary);
}

body:not(.admin-body) .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body:not(.admin-body) .product-card,
body:not(.admin-body) .case-card,
body:not(.admin-body) .news-card,
body:not(.admin-body) .solution-card {
  border: 1px solid var(--demo-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body:not(.admin-body) .product-card:hover,
body:not(.admin-body) .case-card:hover,
body:not(.admin-body) .news-card:hover,
body:not(.admin-body) .solution-card:hover {
  transform: translateY(-4px);
  border-color: #9eabbc;
  box-shadow: 0 18px 34px rgba(0, 53, 95, .08);
}

body:not(.admin-body) .product-media {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid rgba(194, 199, 209, .72);
  background: var(--demo-band);
}

body:not(.admin-body) .product-media img {
  padding: 18px;
}

body:not(.admin-body) .product-body {
  padding: 24px 26px 26px;
}

body:not(.admin-body) .product-kicker {
  border-color: #dbe7f8;
  border-radius: 3px;
  color: var(--demo-primary);
  background: #f0f6ff;
}

body:not(.admin-body) .product-body h3,
body:not(.admin-body) .solution-card h3,
body:not(.admin-body) .case-card h3,
body:not(.admin-body) .news-card h3 {
  color: var(--demo-primary);
  font-weight: 800;
  letter-spacing: -.015em;
}

body:not(.admin-body) .product-body p,
body:not(.admin-body) .solution-card p,
body:not(.admin-body) .case-card p,
body:not(.admin-body) .news-card p {
  color: var(--demo-muted);
}

body:not(.admin-body) .product-actions .btn.secondary {
  background: #fff;
}

body:not(.admin-body) .product-actions .btn.signal {
  color: #fff;
  background: var(--demo-primary);
  border-color: var(--demo-primary);
}

body:not(.admin-body) #solutions {
  padding: 92px max(40px, calc((100% - 1180px) / 2));
  background: var(--demo-primary);
}

body:not(.admin-body) #solutions .section-head {
  border-bottom-color: rgba(255, 255, 255, .16);
}

body:not(.admin-body) #solutions .section-head::after {
  background: #fff;
}

body:not(.admin-body) .solution-card {
  min-height: 250px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
}

body:not(.admin-body) .solution-card h3 {
  color: #fff;
}

body:not(.admin-body) .solution-card p {
  color: rgba(255, 255, 255, .76);
}

body:not(.admin-body) .case-card,
body:not(.admin-body) .news-card {
  min-height: 250px;
  padding: 28px;
}

body:not(.admin-body) .case-card:focus-visible,
body:not(.admin-body) .news-card:focus-visible {
  outline: 3px solid rgba(244, 179, 40, .5);
  outline-offset: 4px;
}

body:not(.admin-body) .content-card-link {
  margin-top: auto;
  color: var(--demo-primary);
  border-bottom: 2px solid var(--demo-accent);
  line-height: 1.8;
}

body:not(.admin-body) .content-card-link:hover,
body:not(.admin-body) .content-card-link:focus-visible {
  color: var(--demo-cyan);
}

body:not(.admin-body) .content-card-image {
  border-radius: 0;
}

body:not(.admin-body) #contact {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 53, 95, .96), rgba(0, 53, 95, .86)),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
}

body:not(.admin-body) #contact .section {
  padding-top: 92px;
  padding-bottom: 92px;
}

body:not(.admin-body) #contact .section-head {
  border-bottom-color: rgba(255, 255, 255, .18);
}

body:not(.admin-body) #contact .section-head::after {
  background: #fff;
}

body:not(.admin-body) .contact-list,
body:not(.admin-body) #contact .form {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  box-shadow: none;
}

body:not(.admin-body) .contact-list {
  background: rgba(0, 35, 63, .62);
}

body:not(.admin-body) #contact .form {
  color: var(--demo-ink);
  background: rgba(251, 249, 248, .98);
}

body:not(.admin-body) #contact .form h3,
body:not(.admin-body) #contact .form .eyebrow {
  color: var(--demo-primary);
}

body:not(.admin-body) #contact .form p {
  color: var(--demo-muted);
}

body:not(.admin-body) #contact .field input,
body:not(.admin-body) #contact .field textarea,
body:not(.admin-body) .field input,
body:not(.admin-body) .field textarea,
body:not(.admin-body) .field select {
  border-radius: 0;
  border-color: var(--demo-line);
  background: #fff;
}

body:not(.admin-body) .contact-card {
  border-radius: 0;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
}

body:not(.admin-body) .contact-card strong {
  color: #fff;
}

body:not(.admin-body) .footer {
  color: rgba(255, 255, 255, .82);
  background: #00233f;
}

body:not(.admin-body) .footer strong {
  color: #fff;
}

body:not(.admin-body) .footer-inner #socialLinks {
  align-items: center;
  gap: 12px;
}

body:not(.admin-body) .footer .social-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border: 1px solid rgba(190, 216, 232, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body:not(.admin-body) .footer .social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body:not(.admin-body) .footer .social-link::before {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: currentColor;
  font-weight: 950;
  line-height: 1;
}

body:not(.admin-body) .footer .social-link:nth-child(1)::before {
  content: "in";
  font-size: 17px;
  letter-spacing: -1px;
}

body:not(.admin-body) .footer .social-link:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 22px;
  border-radius: 7px;
  background: currentColor;
}

body:not(.admin-body) .footer .social-link:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #00233f;
  transform: translate(-38%, -50%);
}

body:not(.admin-body) .footer .social-link:nth-child(3)::before {
  content: "";
  border: 2px solid currentColor;
  border-radius: 999px;
}

body:not(.admin-body) .footer .social-link:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 12px;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-16deg);
}

body:not(.admin-body) .footer .social-link:hover {
  color: #f4b328;
  border-color: rgba(244, 179, 40, .7);
  background: rgba(244, 179, 40, .1);
  transform: translateY(-2px);
}

body:not(.admin-body) .floating-inquiry {
  border-radius: 8px;
  color: #fff;
  background: var(--demo-primary);
  box-shadow: 0 16px 30px rgba(0, 53, 95, .22);
}

body:not(.admin-body) .nav-actions > .btn.signal[data-open-inquiry],
body:not(.admin-body) .float-quote {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--demo-primary);
  background: #fff;
  border: 1px solid #d8e2ea;
  box-shadow: 0 6px 16px rgba(7, 31, 53, .06);
}

body:not(.admin-body) .nav-actions > .btn.signal[data-open-inquiry]::before,
body:not(.admin-body) .float-quote::before {
  content: "\2709";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--demo-primary);
  font-size: 10px;
  line-height: 1;
}

body:not(.admin-body) .nav-actions > .btn.signal[data-open-inquiry]:hover,
body:not(.admin-body) .float-quote:hover {
  color: var(--demo-primary);
  background: #f7fbfe;
  border-color: #c7d7e4;
  box-shadow: 0 10px 22px rgba(7, 31, 53, .08);
}

body:not(.admin-body) .float-quote {
  right: 28px;
  bottom: 74px;
  z-index: 48;
  min-width: 118px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 15px;
}

body:not(.admin-body) .float-quote::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 1px solid rgba(7, 31, 53, .12);
  border-radius: inherit;
  animation: quotePulse 1.9s ease-out infinite;
}

@keyframes quotePulse {
  0% {
    opacity: .82;
    transform: scale(.96);
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.admin-body) .float-quote::after {
    animation: none;
  }
}

body:not(.admin-body) .modal-panel,
body:not(.admin-body) #productModalPanel {
  border: 1px solid var(--demo-line);
  border-radius: 0;
  box-shadow: 0 28px 70px rgba(0, 35, 63, .22);
}

body:not(.admin-body) #productModalPanel.content-modal-panel {
  width: min(780px, calc(100vw - 36px));
}

body:not(.admin-body) .content-detail-summary {
  color: #22394d;
  font-size: 17px;
  line-height: 1.76;
}

body:not(.admin-body) .content-detail-text {
  color: #536a7b;
  font-size: 16px;
  line-height: 1.86;
}

body:not(.admin-body) .content-detail-actions {
  margin-top: 8px;
}

@media (max-width: 1180px) {
  body:not(.admin-body) .site-topbar-inner,
  body:not(.admin-body) .nav,
  body:not(.admin-body) .section,
  body:not(.admin-body) #about {
    width: calc(100% - 48px);
  }
}

@media (max-width: 920px) {
  body:not(.admin-body) .site-topbar-inner,
  body:not(.admin-body) .nav,
  body:not(.admin-body) .section,
  body:not(.admin-body) #about {
    width: calc(100% - 32px);
  }

  body:not(.admin-body) .hero {
    height: 650px;
    min-height: 650px;
  }

  body:not(.admin-body) .hero-inner {
    width: calc(100% - 32px);
    padding-bottom: 52px;
  }

  body:not(.admin-body) .hero-copy {
    width: 100%;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 42px;
  }

  body:not(.admin-body) #about {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body:not(.admin-body) #about .cert-list {
    margin-top: 0;
  }

  body:not(.admin-body) #products .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body:not(.admin-body) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .site-topbar {
    display: none;
  }

  body:not(.admin-body) .nav {
    min-height: 70px;
    align-items: flex-start;
    gap: 10px;
  }

  body:not(.admin-body) .nav-actions {
    order: 3;
    width: 100%;
    justify-content: space-between;
    margin-top: 6px;
  }

  body:not(.admin-body) .nav-links {
    order: 4;
  }

  body:not(.admin-body) .hero {
    height: 620px;
    min-height: 620px;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 34px;
  }

  body:not(.admin-body) .hero p {
    font-size: 16px;
  }

  body:not(.admin-body) .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Catalog/product refinements */
body:not(.admin-body) .logo {
  gap: 15px;
  min-width: 300px;
}

body:not(.admin-body) .logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 4px;
}

body:not(.admin-body) .logo span {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

body:not(.admin-body) .logo small {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 800;
}

body:not(.admin-body) .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

body:not(.admin-body) .nav-product-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 80;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(460px, calc(100vw - 36px));
  padding: 10px;
  border: 1px solid var(--demo-line);
  background: #fff;
  box-shadow: 0 24px 52px rgba(0, 35, 63, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

body:not(.admin-body) .nav-product-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 22px;
}

body:not(.admin-body) .nav-item-products:hover .nav-product-menu,
body:not(.admin-body) .nav-item-products:focus-within .nav-product-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body:not(.admin-body) .nav-product-menu button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #d7e3eb;
  border-radius: 0;
  color: var(--demo-ink);
  background: #f8fbfd;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

body:not(.admin-body) .nav-product-menu button:hover,
body:not(.admin-body) .nav-product-menu button:focus-visible {
  color: #fff;
  background: var(--demo-primary);
  border-color: var(--demo-primary);
}

body:not(.admin-body) .nav-product-menu small {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 24px;
  padding: 0 7px;
  color: var(--demo-primary);
  background: #edf5fa;
  font-size: 12px;
  font-weight: 900;
}

body:not(.admin-body) .nav-product-menu button:hover small,
body:not(.admin-body) .nav-product-menu button:focus-visible small {
  color: var(--demo-primary);
  background: #fff;
}

body:not(.admin-body) #productModalPanel {
  width: min(1120px, calc(100vw - 36px));
}

body:not(.admin-body) #productModalPanel.content-modal-panel {
  width: min(900px, calc(100vw - 36px));
}

body:not(.admin-body) .content-detail-layout--case {
  grid-template-columns: minmax(320px, 1.15fr) minmax(240px, .85fr);
  gap: 24px;
}

body:not(.admin-body) .content-detail-layout--case-no-image {
  grid-template-columns: 1fr;
}

body:not(.admin-body) .content-detail-case-snapshot {
  border-color: #d5e1ea;
  border-radius: 0;
}

body:not(.admin-body) .content-detail-case-snapshot span {
  color: var(--demo-primary);
}

body:not(.admin-body) .content-detail-case-snapshot strong {
  color: #22394d;
  font-size: 16px;
}

body:not(.admin-body) .content-detail-case-snapshot p {
  color: #536a7b;
}

body:not(.admin-body) .content-detail-layout--article {
  gap: 22px;
}

body:not(.admin-body) .content-detail-body {
  gap: 18px;
}

body:not(.admin-body) .content-detail-meta {
  padding: 10px 14px;
  border: 1px solid #d5e1ea;
  background: #eef4f8;
  color: var(--demo-primary);
}

body:not(.admin-body) .content-detail-meta time {
  background: #fff;
  color: #22394d;
}

body:not(.admin-body) .content-detail-summary {
  color: #22394d;
  font-size: 19px;
  line-height: 1.72;
}

body:not(.admin-body) .content-detail-text {
  color: #536a7b;
  border-color: #d5e1ea;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.92;
}

body:not(.admin-body) .content-detail-actions {
  border-color: #d5e1ea;
  border-radius: 0;
  background: #f8fbfd;
}

body:not(.admin-body) .product-detail-layout--catalog {
  grid-template-columns: minmax(320px, .9fr) minmax(390px, 1.1fr);
  gap: 30px;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-image {
  min-height: 360px;
  border-radius: 0;
  border-color: #d5e1ea;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-image img {
  display: block;
  width: 100%;
  height: min(52vh, 460px);
  aspect-ratio: 4 / 3;
  padding: 18px;
  object-fit: contain;
  object-position: center center;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-gallery {
  display: grid;
  gap: 16px;
  align-content: start;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-gallery img {
  display: block;
  width: 100%;
  min-height: 260px;
  max-height: min(52vh, 460px);
  padding: 18px;
  border: 1px solid #d5e1ea;
  background: #fff;
  object-fit: contain;
  object-position: center center;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-carousel {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
  min-height: 360px;
  border: 1px solid #d5e1ea;
  background: #fff;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
  min-height: 0;
  max-height: none;
  height: min(52vh, 460px);
  border: 0;
  padding: 18px;
  object-fit: contain;
}

body:not(.admin-body) .product-detail-layout--catalog .product-detail-carousel .gallery-arrow {
  border-radius: 3px;
}

body:not(.admin-body) .product-detail-summary--lead {
  color: #536a7b;
  font-size: 16px;
  line-height: 1.78;
}

body:not(.admin-body) .spec-table-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #d5e1ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 31, 53, .06);
}

body:not(.admin-body) .spec-table-card-head {
  display: grid;
  gap: 6px;
}

body:not(.admin-body) .spec-table-card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf3f8;
  color: #0b4c75;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body:not(.admin-body) .spec-table-card-title {
  color: #06233c;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

body:not(.admin-body) .spec-table-card-subtitle {
  color: #5a7283;
  font-size: 15px;
  line-height: 1.6;
}

body:not(.admin-body) .spec-table--catalog {
  border-radius: 0;
  border-color: #d5e1ea;
}

body:not(.admin-body) .spec-table--catalog th,
body:not(.admin-body) .spec-table--catalog td {
  padding: 14px 16px;
  border-color: #d5e1ea;
  font-size: 15px;
}

body:not(.admin-body) .spec-table--catalog th {
  width: 32%;
  color: #22394d;
  background: #eef4f8;
}

body:not(.admin-body) .spec-table--catalog tr:nth-child(even) td {
  background: #f6f9fc;
}

body:not(.admin-body) .spec-table--catalog:not(.spec-table--matrix) td {
  text-align: left;
  line-height: 1.76;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

body:not(.admin-body) .spec-table--catalog:not(.spec-table--matrix) th {
  vertical-align: middle;
}

body:not(.admin-body) .spec-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 0;
  scrollbar-width: thin;
}

body:not(.admin-body) .spec-table-scroll .spec-table {
  margin: 0;
}

body:not(.admin-body) .spec-table--matrix {
  display: table;
  width: max-content;
  min-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  white-space: normal;
}

body:not(.admin-body) .spec-table--matrix.spec-table--wide {
  min-width: max(100%, 760px);
}

body:not(.admin-body) .spec-table--matrix th,
body:not(.admin-body) .spec-table--matrix td {
  width: auto;
  min-width: 92px;
  height: auto;
  vertical-align: middle;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

body:not(.admin-body) .spec-table--matrix thead th {
  color: #fff;
  background: var(--demo-primary);
  text-align: center;
  line-height: 1.28;
  white-space: nowrap;
}

body:not(.admin-body) .spec-table-head-label,
body:not(.admin-body) .spec-table-head-unit {
  display: block;
  white-space: nowrap;
}

body:not(.admin-body) .spec-table-head-label {
  font-weight: 900;
}

body:not(.admin-body) .spec-table-head-unit {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.25;
}

body:not(.admin-body) .spec-table--matrix tbody td {
  line-height: 1.55;
}

body:not(.admin-body) .spec-table--matrix tbody td br {
  display: block;
  content: "";
  margin-top: 2px;
}

body:not(.admin-body) .spec-table--matrix thead tr + tr th {
  color: #22394d;
  background: #f6f9fc;
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid #d5e1ea;
}

body:not(.admin-body) .product-body h3 {
  display: -webkit-box;
  min-height: calc(2 * 1.24em);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:not(.admin-body) .product-body p {
  display: -webkit-box;
  flex: 0 0 auto;
  min-height: calc(3 * 1.72em);
  overflow: hidden;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body:not(.admin-body) .product-actions {
  margin-top: auto;
}

body:not(.admin-body) .spec-table--matrix tbody td.spec-table-group-label {
  color: #22394d;
  background: #eef4f8;
  font-weight: 900;
  text-align: center;
}

body:not(.admin-body) .spec-table--matrix thead th.spec-table-empty {
  color: transparent;
}

body:not(.admin-body) .product-detail-actions {
  margin-top: 2px;
}

body:not(.admin-body) .share-button {
  border-radius: 4px;
}

@media (max-width: 980px) {
  body:not(.admin-body) .logo {
    min-width: 230px;
  }

  body:not(.admin-body) .logo img {
    width: 52px;
    height: 52px;
  }

  body:not(.admin-body) .logo span {
    font-size: 24px;
  }

  body:not(.admin-body) .product-detail-layout--catalog {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .content-detail-layout--case,
  body:not(.admin-body) .content-detail-case-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .logo {
    min-width: 0;
  }

  body:not(.admin-body) .logo img {
    width: 44px;
    height: 44px;
  }

  body:not(.admin-body) .logo span {
    font-size: 20px;
  }

  body:not(.admin-body) .nav-product-menu {
    position: static;
    display: none;
    width: 100%;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  body:not(.admin-body) .nav-links.open .nav-product-menu,
  body:not(.admin-body) .nav.open .nav-product-menu {
    display: grid;
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .product-detail-layout--catalog .product-detail-image {
    min-height: 240px;
  }
}

/* Prominent inquiry CTAs */
body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry],
body:not(.admin-body) button.btn.signal.float-quote[data-open-inquiry] {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #08233b;
  background: linear-gradient(135deg, #ffe083 0%, #f4b328 58%, #e69a16 100%);
  border-color: #f4b328;
  box-shadow:
    0 16px 34px rgba(226, 149, 18, .34),
    inset 0 1px 0 rgba(255, 255, 255, .55);
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]::before,
body:not(.admin-body) button.btn.signal.float-quote[data-open-inquiry]::before {
  content: "\2709";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 53, 95, .95);
  font-size: 12px;
  line-height: 1;
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]:hover,
body:not(.admin-body) button.btn.signal.float-quote[data-open-inquiry]:hover {
  color: #08233b;
  background: linear-gradient(135deg, #ffeba1 0%, #ffc646 56%, #eba31d 100%);
  border-color: #ffc646;
  box-shadow:
    0 20px 44px rgba(226, 149, 18, .42),
    inset 0 1px 0 rgba(255, 255, 255, .62);
}

body:not(.admin-body) button.btn.signal.float-quote[data-open-inquiry] {
  right: 28px;
  bottom: 74px;
  z-index: 48;
  min-width: 132px;
  min-height: 60px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}

body:not(.admin-body) button.btn.signal.float-quote[data-open-inquiry]::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border: 1px solid rgba(244, 179, 40, .46);
  border-radius: inherit;
  animation: quotePulse 1.9s ease-out infinite;
}

@media (max-width: 640px) {
  body:not(.admin-body) button.btn.signal.float-quote[data-open-inquiry] {
    right: 16px;
    bottom: 18px;
    min-width: 112px;
    min-height: 52px;
    padding: 0 18px;
    font-size: 15px;
  }
}

/* soften the header inquiry CTA */
body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry] {
  min-height: 40px;
  padding: 0 15px;
  gap: 7px;
  border: 1px solid rgba(216, 174, 73, .55);
  border-radius: 8px;
  color: #102c45;
  background: linear-gradient(180deg, #fffaf0 0%, #f7e7bd 100%);
  box-shadow: 0 8px 18px rgba(7, 31, 53, .07);
  font-size: 14px;
  font-weight: 850;
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]::before {
  width: 18px;
  height: 18px;
  color: #0a3557;
  background: transparent;
  border: 1px solid rgba(10, 53, 87, .45);
  font-size: 10px;
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]:hover {
  color: #0a3557;
  background: linear-gradient(180deg, #fffdf7 0%, #f3dfaa 100%);
  border-color: rgba(216, 174, 73, .72);
  box-shadow: 0 10px 22px rgba(7, 31, 53, .09);
}

@media (max-width: 640px) {
  body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry] {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
}

/* Keep the header inquiry action aligned with the navigation hierarchy. */
body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry] {
  min-height: 40px;
  padding: 0 14px;
  gap: 8px;
  border: 1px solid #c9d8e3;
  border-radius: 7px;
  color: #123c5a;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(7, 31, 53, .05);
  font-size: 14px;
  font-weight: 800;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]::before {
  width: 18px;
  height: 18px;
  color: #123c5a;
  background: #eaf3f8;
  border: 1px solid #c5dce9;
  font-size: 10px;
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]:hover {
  color: #062b47;
  background: #f1f8fb;
  border-color: #8fb8cf;
  box-shadow: 0 7px 16px rgba(7, 31, 53, .09);
  transform: translateY(-1px);
}

body:not(.admin-body) .nav-actions > button.btn.signal[data-open-inquiry]:focus-visible {
  outline: 3px solid rgba(37, 125, 164, .25);
  outline-offset: 3px;
}

/* Full-screen product detail modal */
body:not(.admin-body).modal-open {
  overflow: hidden;
}

body:not(.admin-body) #productModal.product-modal--fullscreen.open {
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: rgba(3, 17, 29, .72);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 0;
  background: #f4f8fb;
  box-shadow: none;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .modal-head {
  position: sticky;
  top: 0;
  z-index: 8;
  align-items: center;
  min-height: 78px;
  margin: 0;
  padding: 20px max(32px, calc((100vw - 1520px) / 2 + 32px));
  border-bottom: 1px solid #d6e2ea;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(7, 31, 53, .08);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .modal-head h2 {
  color: #061f35;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.18;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .close {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid #cbdce7;
  background: #eef5f9;
  color: #0c2d47;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 44px;
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
  gap: 34px;
  align-items: start;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-gallery,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-carousel {
  position: sticky;
  top: 112px;
  align-self: start;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
  min-height: min(70vh, 680px);
  border: 1px solid #d1dfe8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 31, 53, .08);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
  width: 100%;
  height: min(70vh, 680px);
  max-height: none;
  padding: 28px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-info {
  display: grid;
  gap: 22px;
  min-width: 0;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-summary--lead {
  margin: 0;
  padding: 24px 26px;
  border: 1px solid #d6e2ea;
  border-radius: 8px;
  background: #fff;
  color: #2e4a5f;
  font-size: 17px;
  line-height: 1.95;
  white-space: pre-line;
  box-shadow: 0 12px 34px rgba(7, 31, 53, .06);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-scroll {
  margin-top: 0;
  padding-bottom: 4px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--catalog {
  background: #fff;
  box-shadow: none;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-card {
  grid-area: spec;
  width: 100%;
  gap: 12px;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 31, 53, .06);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-card-title {
  font-size: 24px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-card-subtitle {
  font-size: 15px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-actions {
  position: sticky;
  bottom: 0;
  z-index: 6;
  margin-top: 0;
  padding: 16px 18px;
  border: 1px solid #d6e2ea;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 -10px 28px rgba(7, 31, 53, .08);
}

@media (max-width: 1180px) {
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-gallery,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-carousel {
    position: static;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
    min-height: min(58vh, 560px);
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
    height: min(58vh, 560px);
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .modal-head {
    min-height: 66px;
    padding: 14px 16px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .modal-head h2 {
    font-size: 23px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .close {
    width: 40px;
    height: 40px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
    width: calc(100% - 28px);
    padding: 18px 0 28px;
    gap: 18px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
    min-height: 320px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
    height: 320px;
    padding: 16px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-summary--lead {
    padding: 18px;
    font-size: 16px;
    line-height: 1.82;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-actions {
    align-items: stretch;
  }
}

/* Client certificate proof and horizontal brand mark */
body:not(.admin-body) #about {
  grid-template-areas:
    "head stats"
    "cert cert";
}

body:not(.admin-body) .logo {
  min-width: 210px;
  gap: 0;
}

body:not(.admin-body) .logo img {
  width: 178px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

body:not(.admin-body) .logo span {
  display: none;
}

body:not(.admin-body) #about .cert-list {
  grid-area: cert;
  grid-column: 1 / -1;
  display: block;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(173, 194, 208, .78);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 250, 252, .96));
  box-shadow: 0 18px 46px rgba(7, 31, 53, .08);
}

body:not(.admin-body) #about .cert-list h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #09243a;
  font-size: 18px;
  font-weight: 900;
}

body:not(.admin-body) #about .cert-list h3::before {
  content: "";
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f2b62c, #2a94bb);
}

body:not(.admin-body) #about .cert-list h3::after {
  display: none;
}

body:not(.admin-body) #about .cert-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body:not(.admin-body) #about .cert-items .cert-card span {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body:not(.admin-body) #about .cert-items .cert-card span::before,
body:not(.admin-body) #about .cert-items .cert-card span::after {
  display: none;
}

body:not(.admin-body) #about .cert-card {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(188, 206, 217, .88);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 31, 53, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body:not(.admin-body) #about .cert-card:hover {
  transform: translateY(-3px);
  border-color: rgba(42, 148, 187, .62);
  box-shadow: 0 18px 38px rgba(7, 31, 53, .12);
}

body:not(.admin-body) #about .cert-card-media {
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(242, 246, 248, .88), rgba(255, 255, 255, 1));
}

body:not(.admin-body) #about .cert-card-media img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: contain;
  border: 1px solid rgba(201, 215, 224, .75);
  background: #fff;
}

body:not(.admin-body) #about .cert-card-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border-top: 1px solid rgba(202, 216, 225, .72);
  background: #f8fbfc;
}

body:not(.admin-body) #about .cert-card-copy strong {
  color: #09243a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

body:not(.admin-body) #about .cert-card-copy small {
  flex: 0 0 auto;
  color: #1d789c;
  font-size: 12px;
  font-weight: 900;
}

body:not(.admin-body) #about .cert-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(188, 206, 217, .88);
  border-radius: 7px;
  background: #fff;
  color: #314a5d;
  font-size: 13px;
  font-weight: 850;
}

body:not(.admin-body) #about .cert-badge::before,
body:not(.admin-body) #about .cert-badge::after {
  display: none;
}

@media (max-width: 980px) {
  body:not(.admin-body) .logo {
    min-width: 176px;
  }

  body:not(.admin-body) .logo img {
    width: 160px;
    max-height: 52px;
  }

  body:not(.admin-body) #about .cert-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .logo {
    min-width: 138px;
  }

  body:not(.admin-body) .logo img {
    width: 138px;
    max-height: 46px;
  }

  body:not(.admin-body) #about .cert-list {
    padding: 18px;
  }

  body:not(.admin-body) #about .cert-card {
    min-height: 300px;
    grid-template-rows: minmax(190px, 1fr) auto;
  }

  body:not(.admin-body) #about .cert-card-copy {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* About section layout tightening */
body:not(.admin-body) #about {
  grid-template-columns: minmax(0, .96fr) minmax(430px, .66fr);
  grid-template-areas:
    "head stats"
    "cert cert";
  gap: 28px 52px;
  padding-top: 72px;
  padding-bottom: 82px;
}

body:not(.admin-body) #about .section-head {
  align-self: start;
  padding-bottom: 24px;
}

body:not(.admin-body) #about .section-head h2 {
  font-size: clamp(36px, 3.15vw, 52px);
  line-height: 1.12;
}

body:not(.admin-body) #about .section-head p {
  max-width: 780px;
  margin-top: 22px;
  line-height: 1.82;
}

body:not(.admin-body) #about .stats-grid {
  align-self: start;
  border-radius: 0;
  box-shadow: 0 18px 46px rgba(7, 31, 53, .09);
}

body:not(.admin-body) #about .stats-grid::before {
  height: clamp(240px, 22vw, 320px);
}

body:not(.admin-body) #about .stat {
  min-height: 104px;
  padding: 20px 24px;
}

body:not(.admin-body) #about .cert-list {
  margin-top: 0;
  padding: 24px;
  border-radius: 8px;
}

body:not(.admin-body) #about .cert-items {
  gap: 18px;
}

body:not(.admin-body) #about .cert-card {
  grid-template-rows: minmax(260px, 1fr) auto;
  min-height: 0;
  border-radius: 6px;
}

body:not(.admin-body) #about .cert-card-media {
  min-height: 260px;
  padding: 12px 14px;
}

body:not(.admin-body) #about .cert-card-media img {
  max-height: 300px;
  border: 0;
}

body:not(.admin-body) #about .cert-card-copy {
  min-height: 58px;
  padding: 12px 14px;
  align-items: center;
  gap: 10px;
}

body:not(.admin-body) #about .cert-card-copy strong {
  min-width: 0;
  font-size: 13px;
  line-height: 1.3;
}

body:not(.admin-body) #about .cert-card-copy small {
  padding: 5px 8px;
  border-radius: 4px;
  background: #eaf4f8;
  white-space: nowrap;
}

body:not(.admin-body) #about .cert-badge {
  width: 100%;
  justify-content: center;
  min-height: 54px;
}

@media (max-width: 980px) {
  body:not(.admin-body) #about {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "stats"
      "cert";
    gap: 24px;
    padding-top: 64px;
    padding-bottom: 70px;
  }

  body:not(.admin-body) #about .stats-grid::before {
    height: 260px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #about .cert-card {
    grid-template-rows: minmax(210px, 1fr) auto;
  }

  body:not(.admin-body) #about .cert-card-media {
    min-height: 210px;
  }

  body:not(.admin-body) #about .cert-card-copy {
    align-items: flex-start;
  }
}

/* About section final spacing and certificate caption repair */
body:not(.admin-body) #about .stats-grid::before {
  height: clamp(210px, 18vw, 260px);
}

body:not(.admin-body) #about .stats-grid::after {
  content: "\751f\4ea7\73b0\573a";
}

body:not(.admin-body) #about .stat {
  min-height: 88px;
  padding: 17px 22px;
}

body:not(.admin-body) #about .stat strong {
  font-size: 28px;
}

body:not(.admin-body) #about .stat span {
  margin-top: 7px;
  font-size: 13px;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy {
  display: flex;
  min-height: 60px;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(202, 216, 225, .72);
  background: #f8fbfc;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy strong {
  min-width: 0;
  color: #09243a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy small {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 4px;
  background: #eaf4f8;
  color: #1d789c;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

body:not(.admin-body) #about .cert-card {
  grid-template-rows: minmax(235px, 1fr) auto;
}

body:not(.admin-body) #about .cert-card-media {
  min-height: 235px;
}

body:not(.admin-body) #about .cert-card-media img {
  max-height: 270px;
}

/* About section official layout reset */
body:not(.admin-body) #about {
  width: min(1360px, calc(100% - 72px));
  max-width: none;
  margin: 0 auto;
  padding: 68px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  grid-template-areas:
    "head stats"
    "cert cert";
  gap: 34px 46px;
  background: transparent;
  box-shadow: 0 0 0 100vmax #f7f9fb;
  clip-path: inset(0 -100vmax);
}

body:not(.admin-body) #about .section-head {
  grid-area: head;
  align-self: start;
  display: block;
  max-width: 760px;
  padding: 0;
  border: 0;
}

body:not(.admin-body) #about .section-head::after {
  display: none;
}

body:not(.admin-body) #about .eyebrow {
  margin-bottom: 16px;
  color: #1d6f91;
  font-size: 13px;
  letter-spacing: 0;
}

body:not(.admin-body) #about .section-head h2 {
  max-width: 700px;
  margin: 0;
  color: #073658;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.14;
  letter-spacing: 0;
}

body:not(.admin-body) #about .section-head p {
  max-width: 740px;
  margin: 22px 0 0;
  color: #38546a;
  font-size: 16px;
  line-height: 1.9;
}

body:not(.admin-body) #about .section-head p::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, #d99b18, rgba(29, 111, 145, .2));
}

body:not(.admin-body) #about .stats-grid {
  grid-area: stats;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(178, 198, 210, .8);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 31, 53, .1);
}

body:not(.admin-body) #about .stats-grid::before {
  grid-column: 1 / -1;
  height: clamp(220px, 18vw, 282px);
  border-radius: 0;
}

body:not(.admin-body) #about .stats-grid::after {
  top: 18px;
  left: 18px;
  right: auto;
  bottom: auto;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 4px;
  background: rgba(5, 28, 47, .88);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

body:not(.admin-body) #about .stat {
  min-height: 86px;
  padding: 18px 22px;
  border-color: rgba(178, 198, 210, .72);
  background: #fff;
}

body:not(.admin-body) #about .stat strong {
  font-size: 28px;
  line-height: 1;
}

body:not(.admin-body) #about .stat span {
  margin-top: 8px;
  color: #37536a;
  font-size: 13px;
}

body:not(.admin-body) #about .stat::before {
  width: 34px;
  height: 2px;
}

body:not(.admin-body) #about .cert-list {
  grid-area: cert;
  grid-column: 1 / -1;
  display: block;
  margin: 0;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(172, 193, 206, .82);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.admin-body) #about .cert-list h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #073658;
  font-size: 18px;
  font-weight: 900;
}

body:not(.admin-body) #about .cert-list h3::before {
  width: 4px;
  height: 20px;
  border-radius: 999px;
  background: #d99b18;
}

body:not(.admin-body) #about .cert-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

body:not(.admin-body) #about .cert-card {
  display: grid;
  grid-template-rows: minmax(190px, 210px) auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(180, 202, 216, .86);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 31, 53, .08);
}

body:not(.admin-body) #about .cert-card:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 111, 145, .52);
  box-shadow: 0 18px 34px rgba(7, 31, 53, .12);
}

body:not(.admin-body) #about .cert-card-media {
  min-height: 190px;
  padding: 12px;
  background: linear-gradient(180deg, #fff, #f4f8fa);
}

body:not(.admin-body) #about .cert-card-media img {
  width: 100%;
  height: 100%;
  max-height: 210px;
  object-fit: contain;
  border: 0;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy {
  min-height: 56px;
  padding: 11px 13px;
  border-top: 1px solid rgba(199, 216, 226, .72);
  background: #fff;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy strong {
  font-size: 13px;
  line-height: 1.35;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy small {
  padding: 4px 7px;
  border-radius: 4px;
  background: #edf6f9;
}

body:not(.admin-body) #about .cert-badge {
  position: relative;
  display: flex;
  width: auto;
  min-height: 268px;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  overflow: hidden;
  border: 1px solid rgba(180, 202, 216, .86);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(7, 54, 88, .96), rgba(10, 88, 116, .92)),
    #073658;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 31, 53, .1);
}

body:not(.admin-body) #about .cert-badge::before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
}

body:not(.admin-body) #about .cert-badge::after {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  width: 26px;
  height: 13px;
  border: solid #d99b18;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  body:not(.admin-body) #about {
    width: min(1120px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    gap: 30px;
  }

  body:not(.admin-body) #about .cert-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body:not(.admin-body) #about {
    width: min(720px, calc(100% - 32px));
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "stats"
      "cert";
    padding: 52px 0 60px;
  }

  body:not(.admin-body) #about .section-head {
    max-width: none;
  }

  body:not(.admin-body) #about .stats-grid::before {
    height: 220px;
  }
}

@media (max-width: 560px) {
  body:not(.admin-body) #about {
    width: min(520px, calc(100% - 24px));
    padding: 44px 0 52px;
  }

  body:not(.admin-body) #about .section-head h2 {
    font-size: 30px;
  }

  body:not(.admin-body) #about .stats-grid,
  body:not(.admin-body) #about .cert-items {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #about .cert-card {
    grid-template-rows: minmax(200px, 220px) auto;
  }

  body:not(.admin-body) #about .cert-card-media {
    min-height: 200px;
  }

  body:not(.admin-body) #about .cert-badge {
    min-height: 148px;
    padding-top: 72px;
  }
}

body:not(.admin-body) #about .cert-items span.cert-badge {
  position: relative;
  display: flex;
  width: auto;
  min-height: 270px;
  align-items: flex-end;
  justify-content: center;
  padding: 118px 22px 30px;
  overflow: hidden;
  border: 1px solid rgba(180, 202, 216, .86);
  border-radius: 6px;
  background:
    linear-gradient(180deg, #fff, #f5f9fb);
  color: #073658;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 31, 53, .08);
}

body:not(.admin-body) #about .cert-items span.cert-badge::before {
  content: "";
  display: block;
  position: absolute;
  top: 46px;
  left: 50%;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(29, 111, 145, .32);
  border-radius: 50%;
  background: rgba(29, 111, 145, .08);
  transform: translateX(-50%);
}

body:not(.admin-body) #about .cert-items span.cert-badge::after {
  content: "";
  display: block;
  position: absolute;
  top: 66px;
  left: 50%;
  width: 26px;
  height: 13px;
  border: solid #d99b18;
  border-width: 0 0 3px 3px;
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 560px) {
  body:not(.admin-body) #about .cert-items span.cert-badge {
    min-height: 150px;
    padding: 82px 20px 24px;
  }

  body:not(.admin-body) #about .cert-items span.cert-badge::before {
    top: 26px;
  }

body:not(.admin-body) #about .cert-items span.cert-badge::after {
  top: 46px;
  }
}

/* About certificates: show only real certificate files in a balanced three-column row */
body:not(.admin-body) #about .cert-items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body:not(.admin-body) #about .cert-card {
  position: relative;
  grid-template-rows: minmax(360px, 420px) auto;
  overflow: hidden;
  border-color: rgba(154, 177, 193, .9);
  box-shadow: 0 18px 44px rgba(7, 31, 53, .12);
}

body:not(.admin-body) #about .cert-card-media {
  min-height: 360px;
  padding: 18px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(242, 247, 250, .9));
}

body:not(.admin-body) #about .cert-card-media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(7, 31, 53, .12));
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy {
  min-height: 64px;
  padding: 13px 16px;
  border-top-color: rgba(176, 195, 208, .82);
  background: #f8fbfc;
}

body:not(.admin-body) #about .cert-items .cert-card span.cert-card-copy strong {
  font-size: 14px;
}

@media (max-width: 860px) {
  body:not(.admin-body) #about .cert-items {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #about .cert-card {
    grid-template-rows: minmax(320px, 380px) auto;
  }

  body:not(.admin-body) #about .cert-card-media {
    min-height: 320px;
  }
}

/* UI/UX Pro Max: make the about image a stronger official-site visual anchor */
body:not(.admin-body) #about {
  width: min(1460px, calc(100% - 80px));
  grid-template-columns: minmax(0, .92fr) minmax(540px, .82fr);
  gap: 38px 64px;
}

body:not(.admin-body) #about .section-head {
  padding-top: 10px;
}

body:not(.admin-body) #about .section-head h2 {
  max-width: 760px;
  font-size: clamp(38px, 3.35vw, 54px);
}

body:not(.admin-body) #about .section-head p {
  max-width: 800px;
}

body:not(.admin-body) #about .stats-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(150, 176, 194, .72);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(7, 31, 53, .13);
}

body:not(.admin-body) #about .stats-grid::before {
  grid-column: 1 / -1;
  height: clamp(320px, 23vw, 390px);
  background-position: center center;
  background-size: cover;
}

body:not(.admin-body) #about .stats-grid::after {
  top: 22px;
  left: 22px;
  padding: 9px 14px;
  border-radius: 5px;
  background: rgba(5, 31, 52, .9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

body:not(.admin-body) #about .stat {
  min-height: 102px;
  padding: 20px 14px;
  border-top: 1px solid rgba(178, 198, 210, .72);
  border-right: 1px solid rgba(178, 198, 210, .72);
}

body:not(.admin-body) #about .stat:nth-child(4) {
  border-right: 0;
}

body:not(.admin-body) #about .stat strong {
  font-size: clamp(22px, 1.78vw, 28px);
  white-space: nowrap;
}

body:not(.admin-body) #about .stat span {
  font-size: 13px;
  white-space: nowrap;
}

body:not(.admin-body) #about .stat::before {
  width: 30px;
}

@media (max-width: 1240px) {
  body:not(.admin-body) #about {
    width: min(1180px, calc(100% - 56px));
    grid-template-columns: minmax(0, 1fr) minmax(440px, .82fr);
    gap: 34px 42px;
  }

  body:not(.admin-body) #about .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) #about .stat:nth-child(even) {
    border-right: 0;
  }

  body:not(.admin-body) #about .stats-grid::before {
    height: clamp(260px, 23vw, 330px);
  }
}

@media (max-width: 860px) {
  body:not(.admin-body) #about {
    width: min(760px, calc(100% - 32px));
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #about .section-head {
    padding-top: 0;
  }

  body:not(.admin-body) #about .stats-grid::before {
    height: clamp(240px, 46vw, 340px);
  }
}

@media (max-width: 560px) {
  body:not(.admin-body) #about {
    width: min(520px, calc(100% - 24px));
  }

  body:not(.admin-body) #about .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) #about .stat {
    min-height: 88px;
    padding: 16px 14px;
  }

  body:not(.admin-body) #about .stat strong {
    font-size: 24px;
  }
}

/* Product detail fullscreen polish: refined gallery-first layout */
body:not(.admin-body) #productModal.product-modal--fullscreen.open {
  background:
    radial-gradient(circle at 12% 8%, rgba(42, 148, 187, .16), transparent 32%),
    rgba(3, 17, 29, .76);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel {
  background: linear-gradient(180deg, #f7fafc 0%, #edf4f8 100%);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .modal-head {
  min-height: 72px;
  padding-block: 16px;
  background: rgba(255, 255, 255, .94);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .modal-head h2 {
  max-width: min(960px, calc(100vw - 150px));
  color: #062a45;
  font-size: clamp(24px, 2vw, 34px);
  letter-spacing: 0;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
  width: min(1480px, calc(100% - 56px));
  padding: 28px 0 40px;
  grid-template-columns: minmax(460px, .88fr) minmax(560px, 1.12fr);
  gap: 28px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-gallery,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-carousel {
  top: 96px;
  gap: 14px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
  position: relative;
  min-height: clamp(500px, calc(100vh - 178px), 670px);
  overflow: hidden;
  border: 1px solid rgba(186, 204, 216, .9);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 45%, rgba(42, 148, 187, .12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 250, 252, .96));
  box-shadow:
    0 22px 54px rgba(7, 31, 53, .12),
    inset 0 1px 0 rgba(255, 255, 255, .85);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image::before,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(188, 207, 219, .45);
  border-radius: 8px;
  pointer-events: none;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image::after,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 54px;
  height: 22px;
  border-radius: 50%;
  background: rgba(6, 31, 53, .13);
  filter: blur(14px);
  pointer-events: none;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
  position: relative;
  z-index: 1;
  width: calc(100% - 72px);
  height: calc(clamp(500px, calc(100vh - 178px), 670px) - 72px);
  margin: 36px;
  padding: clamp(18px, 2.2vw, 34px);
  border: 1px solid rgba(203, 218, 228, .72);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  object-position: center;
  box-shadow:
    0 18px 34px rgba(7, 31, 53, .08),
    inset 0 1px 0 rgba(255, 255, 255, .88);
  filter: drop-shadow(0 18px 18px rgba(6, 31, 53, .12));
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .gallery-arrow {
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(181, 203, 216, .92);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #062a45;
  box-shadow: 0 14px 34px rgba(7, 31, 53, .14);
  backdrop-filter: blur(10px);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .gallery-arrow:hover,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .gallery-arrow:focus-visible {
  color: #fff;
  background: #06385b;
  border-color: #06385b;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .gallery-arrow--prev {
  left: 18px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .gallery-arrow--next {
  right: 18px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-gallery-status {
  z-index: 4;
  bottom: 18px;
  min-width: 58px;
  height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(6, 42, 69, .9);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7, 31, 53, .18);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-gallery-dots {
  justify-content: center;
  gap: 8px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-gallery-dots button {
  width: 36px;
  height: 5px;
  border-radius: 999px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-info {
  gap: 20px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-summary--lead,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--catalog,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-actions {
  border-radius: 10px;
  border-color: rgba(186, 204, 216, .9);
  box-shadow: 0 14px 34px rgba(7, 31, 53, .07);
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-summary--lead {
  padding: 22px 26px;
  background: #fff;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-scroll {
  border-radius: 10px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--matrix thead th {
  background: #06385b;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-actions {
  padding: 14px 18px;
}

@media (max-width: 1180px) {
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
    width: min(960px, calc(100% - 40px));
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
    min-height: clamp(360px, 56vw, 560px);
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
    height: clamp(360px, 56vw, 560px);
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
    width: calc(100% - 24px);
    padding-top: 16px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
    min-height: 330px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
    height: 330px;
    width: calc(100% - 32px);
    margin: 16px;
    padding: 22px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .gallery-arrow {
    width: 42px;
    height: 42px;
  }
}

/* Product detail final: keep the full spec table readable */
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
  width: min(1480px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(380px, 520px) minmax(0, 1fr);
  grid-template-areas:
    "media summary"
    "spec spec"
    "actions actions";
  gap: 18px 28px;
  align-items: start;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-gallery,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-carousel,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog > .product-detail-image {
  grid-area: media;
  position: relative;
  top: auto;
  align-self: stretch;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "summary"
    "spec"
    "actions";
  gap: 24px;
  min-width: 0;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-info {
  display: contents;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-summary--lead {
  grid-area: summary;
  min-height: 0;
  align-self: start;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-scroll {
  grid-area: spec;
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-info > .spec-table--catalog:not(.spec-table--matrix) {
  grid-area: spec;
  width: 100%;
  align-self: start;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-card .spec-table-scroll {
  grid-area: auto;
  justify-self: stretch;
  align-self: stretch;
  margin-top: 0;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table-scroll .spec-table {
  width: 100%;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--matrix,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--matrix.spec-table--wide {
  width: 100%;
  min-width: 100%;
  table-layout: auto;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--matrix th,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--matrix td {
  min-width: 0;
  padding: 8px 12px;
  line-height: 1.28;
  font-size: 14px;
  white-space: normal;
  overflow-wrap: anywhere;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .spec-table--matrix thead th {
  line-height: 1.35;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-actions {
  grid-area: actions;
  position: static;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
  min-height: 280px;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
  height: 232px;
  width: calc(100% - 36px);
  margin: 18px;
  padding: 12px;
  transform: scale(1.55);
  transform-origin: center center;
}

body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image::after,
body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image::after {
  bottom: 28px;
}

@media (max-width: 980px) {
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
    width: min(920px, calc(100% - 32px));
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "summary"
      "spec"
      "actions";
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
    min-height: 360px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
    height: 304px;
    transform: scale(1.38);
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog {
    width: calc(100% - 24px);
    gap: 18px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image {
    min-height: 300px;
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-image img,
  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-layout--catalog .product-detail-carousel .product-detail-image img {
    height: 252px;
    width: calc(100% - 32px);
    margin: 16px;
    padding: 16px;
    transform: scale(1.2);
  }

  body:not(.admin-body) #productModal.product-modal--fullscreen #productModalPanel .product-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Header logo final: use the wide mark and give it room */
body:not(.admin-body) .site-header .nav {
  min-height: 92px;
}

body:not(.admin-body) .site-header .logo {
  min-width: clamp(240px, 22vw, 320px);
}

body:not(.admin-body) .site-header .logo img {
  width: clamp(240px, 22vw, 320px);
  max-height: 78px;
}

body:not(.admin-body) .site-header .logo span,
body:not(.admin-body) .site-header .logo small {
  display: none;
}

@media (max-width: 980px) {
  body:not(.admin-body) .site-header .nav {
    min-height: 80px;
  }

  body:not(.admin-body) .site-header .logo {
    min-width: clamp(190px, 36vw, 250px);
  }

  body:not(.admin-body) .site-header .logo img {
    width: clamp(190px, 36vw, 250px);
    max-height: 66px;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body) .site-header .nav {
    min-height: 72px;
  }

  body:not(.admin-body) .site-header .logo {
    min-width: 160px;
  }

  body:not(.admin-body) .site-header .logo img {
    width: 160px;
    max-height: 54px;
  }
}

/* UI/UX PRO MAX final redesign */
:root {
  --ui-primary: #0F3460;
  --ui-accent: #E65028;
  --ui-dark: #192236;
  --ui-soft: #F5F7FA;
  --ui-text: #333;
  --ui-muted: #666;
  --ui-border: #D9E1EA;
  --ui-radius: 6px;
}

body:not(.admin-body) {
  color: var(--ui-text);
  background: #f2f5f8;
}

body:not(.admin-body) .site-topbar {
  color: rgba(255, 255, 255, .84);
  background: var(--ui-dark);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body:not(.admin-body) .site-topbar a {
  color: #fff;
}

body:not(.admin-body) .site-header {
  background: var(--ui-dark);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body:not(.admin-body) .nav {
  min-height: 88px;
}

body:not(.admin-body) .logo img {
  width: clamp(220px, 20vw, 320px);
  height: auto;
  max-height: 72px;
  border-radius: 0;
  object-fit: contain;
}

body:not(.admin-body) .logo span,
body:not(.admin-body) .logo small {
  display: none;
}

body:not(.admin-body) .nav-links a {
  color: rgba(255, 255, 255, .92);
}

body:not(.admin-body) .nav-links a:hover {
  color: #fff;
}

body:not(.admin-body) .nav-links a::after {
  background: var(--ui-accent);
}

body:not(.admin-body) .nav-actions .btn.signal {
  color: #fff;
  background: var(--ui-accent);
  border-color: var(--ui-accent);
  box-shadow: none;
}

body:not(.admin-body) .lang-toggle {
  display: none !important;
}

body:not(.admin-body) .hero {
  min-height: calc(100vh - 88px);
  height: calc(100vh - 88px);
  background: #0b1625;
}

body:not(.admin-body) .hero-inner {
  width: min(1540px, calc(100% - 72px));
  padding: 84px 0 92px;
  align-items: center;
}

body:not(.admin-body) .hero-copy {
  width: min(50%, 720px);
  padding-left: 28px;
}

body:not(.admin-body) .hero h1 {
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: 1.04;
}

body:not(.admin-body) .hero p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.8;
}

body:not(.admin-body) .hero-proof {
  width: min(680px, 100%);
  border-radius: 8px;
  background: rgba(13, 23, 36, .36);
}

body:not(.admin-body) .hero-proof-item {
  min-height: 96px;
  background: rgba(13, 23, 36, .28);
}

body:not(.admin-body) .hero-carousel-media::before {
  background:
    linear-gradient(90deg, rgba(4, 14, 24, .96) 0%, rgba(5, 20, 33, .82) 34%, rgba(5, 20, 33, .22) 66%, rgba(5, 20, 33, .02) 100%),
    linear-gradient(180deg, rgba(2, 14, 24, .02), rgba(2, 14, 24, .16));
}

body:not(.admin-body) .section {
  width: min(1360px, calc(100% - 72px));
  padding: 96px 0;
}

body:not(.admin-body) .band {
  background: #fff;
  border-block: 1px solid #dce4eb;
}

body:not(.admin-body) .section-head {
  margin-bottom: 38px;
}

body:not(.admin-body) .section-head h2 {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.14;
}

body:not(.admin-body) .section-head p {
  color: var(--ui-muted);
  line-height: 1.78;
}

body:not(.admin-body) #about .section-head {
  border-top: 0;
  padding-top: 0;
}

body:not(.admin-body) .about-layout {
  display: grid;
  grid-template-columns: minmax(320px, .94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: start;
}

body:not(.admin-body) .about-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  box-shadow: var(--ui-shadow);
  background: #0b1625;
}

body:not(.admin-body) .about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.admin-body) .about-media-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 20, 33, .74);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body:not(.admin-body) .about-copy {
  display: grid;
  gap: 18px;
}

body:not(.admin-body) .about-copy-head h3 {
  margin-top: 8px;
  color: var(--ui-primary);
  font-size: 28px;
}

body:not(.admin-body) .stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body:not(.admin-body) .stat {
  min-height: 118px;
  padding: 22px;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  background: #fff;
  box-shadow: var(--ui-shadow);
}

body:not(.admin-body) .stat strong {
  color: var(--ui-primary);
  font-size: 32px;
}

body:not(.admin-body) .cert-list {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  background: #fff;
}

body:not(.admin-body) .cert-items {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
}

body:not(.admin-body) .cert-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  background: #fdfefe;
  scroll-snap-align: start;
}

body:not(.admin-body) .cert-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 14px;
  background: var(--ui-soft);
}

body:not(.admin-body) .cert-card-media img {
  max-height: 190px;
  object-fit: contain;
}

body:not(.admin-body) #products .section {
  padding: 96px 0 104px;
}

body:not(.admin-body) #categoryTabs {
  gap: 10px;
  margin-bottom: 28px;
}

body:not(.admin-body) .tab {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--ui-border);
  background: #fff;
  color: #17324a;
}

body:not(.admin-body) .tab.active {
  color: #fff;
  background: var(--ui-primary);
  border-color: var(--ui-primary);
}

body:not(.admin-body) .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

body:not(.admin-body) .product-card {
  overflow: hidden;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  background: #fff;
  box-shadow: var(--ui-shadow);
}

body:not(.admin-body) .product-media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #fbfdfe 0%, #edf4f8 100%);
}

body:not(.admin-body) .product-media img {
  padding: 16px;
}

body:not(.admin-body) .product-body {
  padding: 22px;
}

body:not(.admin-body) .product-body h3 {
  color: var(--ui-primary);
  font-size: 20px;
}

body:not(.admin-body) .solution-grid,
body:not(.admin-body) .case-grid,
body:not(.admin-body) .news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body:not(.admin-body) .solution-card,
body:not(.admin-body) .case-card,
body:not(.admin-body) .news-card {
  overflow: hidden;
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  background: #fff;
  box-shadow: var(--ui-shadow);
}

body:not(.admin-body) .content-card-image {
  margin-bottom: 0;
  border-radius: 0;
}

body:not(.admin-body) .contact-layout {
  grid-template-columns: minmax(340px, .96fr) minmax(420px, 1.04fr);
  gap: 26px;
}

body:not(.admin-body) .contact-list {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ui-radius);
  color: #fff;
  background: linear-gradient(180deg, rgba(25, 34, 54, .98), rgba(14, 23, 38, .96));
  box-shadow: var(--ui-shadow);
}

body:not(.admin-body) .contact-map {
  overflow: hidden;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ui-radius);
  background: #0b1625;
}

body:not(.admin-body) .contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
}

body:not(.admin-body) .contact-card {
  border-radius: var(--ui-radius);
}

body:not(.admin-body) .contact-list .eyebrow {
  color: #f4c25a;
}

body:not(.admin-body) #contact .form {
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  background: #fff;
  box-shadow: var(--ui-shadow);
}

body:not(.admin-body) .footer {
  padding: 54px 0;
  background: var(--ui-dark);
}

body:not(.admin-body) .footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

body:not(.admin-body) .footer-brand {
  display: grid;
  gap: 14px;
}

body:not(.admin-body) .footer-logo img {
  width: 260px;
  height: auto;
}

body:not(.admin-body) .footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}

body:not(.admin-body) .footer-links {
  display: grid;
  gap: 10px;
}

body:not(.admin-body) .footer-links a,
body:not(.admin-body) .footer-contact a,
body:not(.admin-body) .footer-contact span {
  color: rgba(255, 255, 255, .8);
  line-height: 1.7;
}

body:not(.admin-body) #footerIntro {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.8;
}

body:not(.admin-body) #footerContact {
  display: grid;
  gap: 8px;
}

body:not(.admin-body) #socialLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

body:not(.admin-body) .social-link {
  border-color: rgba(255, 255, 255, .1);
}

body:not(.admin-body) .floating-actions {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  gap: 10px;
}

body:not(.admin-body) .float-action {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--ui-primary);
  color: #fff;
  box-shadow: 0 18px 36px rgba(8, 33, 52, .22);
}

body:not(.admin-body) .float-action svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

body:not(.admin-body) #backToTop {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

body:not(.admin-body) #backToTop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.admin-body {
  --admin-bg: #eef3f6;
  --admin-rail: #192236;
  --admin-rail-2: #0F3460;
  --admin-card: #ffffff;
  --admin-soft: #f5f7fa;
  --admin-line: #d9e1ea;
  color: #102637;
  background: linear-gradient(180deg, #f7fafc 0%, var(--admin-bg) 340px, var(--admin-bg) 100%);
}

body.admin-body .login-screen {
  padding: 40px;
  background:
    linear-gradient(90deg, rgba(5, 22, 36, .9) 0%, rgba(15, 52, 96, .72) 46%, rgba(15, 52, 96, .38) 100%),
    url("/assets/hero/manufacturing-line.png") center / cover no-repeat;
}

body.admin-body .login-card,
body.admin-body .panel,
body.admin-body .table-wrap {
  border: 1px solid var(--admin-line);
  border-radius: var(--ui-radius);
}

body.admin-body .login-card {
  width: min(500px, 100%);
  padding: 32px;
  box-shadow: var(--ui-shadow);
}

body.admin-body .login-card .logo,
body.admin-body .admin-sidebar .logo {
  min-width: 0;
}

body.admin-body .login-card .logo img,
body.admin-body .admin-sidebar .logo img {
  width: 260px;
  height: auto;
}

body.admin-body .login-card .logo span,
body.admin-body .admin-sidebar .logo span {
  display: none;
}

body.admin-body .login-card .field input,
body.admin-body .login-card .btn.signal {
  min-height: 50px;
  border-radius: var(--ui-radius);
}

body.admin-body .admin-shell {
  grid-template-columns: 288px minmax(0, 1fr);
}

body.admin-body .admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding: 24px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 220px),
    linear-gradient(135deg, var(--admin-rail) 0%, var(--admin-rail-2) 100%);
}

body.admin-body .admin-nav button {
  position: relative;
  min-height: 46px;
  border-color: transparent;
  color: rgba(226, 240, 248, .82);
}

body.admin-body .admin-nav button.active,
body.admin-body .admin-nav button:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .12);
}

body.admin-body .nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ui-accent);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

body.admin-body .nav-badge[hidden] {
  display: none !important;
}

body.admin-body .admin-main {
  width: 100%;
  padding: 32px clamp(24px, 3vw, 44px) 52px;
}

body.admin-body .admin-top {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 88px;
  margin: -32px calc(clamp(24px, 3vw, 44px) * -1) 24px;
  padding: 18px clamp(24px, 3vw, 44px);
  background: rgba(247, 250, 252, .92);
  backdrop-filter: blur(18px) saturate(1.06);
}

body.admin-body .admin-grid .stat {
  min-height: 124px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

body.admin-body .panel {
  padding: 24px;
  box-shadow: var(--ui-shadow);
}

body.admin-body .panel .section-head {
  margin-bottom: 18px !important;
  padding-bottom: 14px !important;
}

body.admin-body .field input,
body.admin-body .field textarea,
body.admin-body .field select {
  min-height: 44px;
  border-color: #cfdae3;
  background: var(--admin-soft);
}

body.admin-body .btn.signal {
  color: #fff;
  background: var(--ui-accent);
  border-color: var(--ui-accent);
}

body.admin-body .btn.secondary {
  background: #f8fbfd;
}

body.admin-body .btn.ghost {
  background: #fff;
}

body.admin-body .table-wrap {
  width: 100%;
  overflow: auto;
  background: #fff;
}

body.admin-body table {
  min-width: 760px;
}

body.admin-body th {
  position: sticky;
  top: 0;
  color: #38556a;
  background: #f4f8fa;
}

body.admin-body tbody tr:nth-child(even) td {
  background: #fbfdfe;
}

body.admin-body td.actions {
  min-width: 190px;
}

@media (max-width: 1280px) {
  body:not(.admin-body) .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  body:not(.admin-body) .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body:not(.admin-body) .hero {
    min-height: 680px;
    height: auto;
  }

  body:not(.admin-body) .hero-inner,
  body:not(.admin-body) .contact-layout,
  body:not(.admin-body) .about-layout,
  body:not(.admin-body) .footer-inner {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .hero-copy {
    width: 100%;
  }

  body:not(.admin-body) .footer-inner {
    display: grid;
  }

  body:not(.admin-body) .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  body.admin-body .admin-shell {
    grid-template-columns: 1fr;
  }

  body.admin-body .admin-sidebar {
    position: sticky;
    top: 0;
    z-index: 40;
    height: auto;
    padding: 12px 16px;
  }

  body.admin-body .admin-main {
    padding: 20px 16px 36px;
  }

  body.admin-body .admin-top {
    position: relative;
    top: auto;
    margin: 0 0 18px;
    padding: 0 0 18px;
    background: transparent;
    backdrop-filter: none;
  }
}

@media (max-width: 700px) {
  body:not(.admin-body) .solution-grid,
  body:not(.admin-body) .case-grid,
  body:not(.admin-body) .news-grid,
  body:not(.admin-body) .product-grid,
  body:not(.admin-body) .stats-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .cert-list {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .product-actions,
  body:not(.admin-body) .hero-actions {
    display: grid;
  }
}

@media (max-width: 560px) {
  body:not(.admin-body) .about-media {
    min-height: 320px;
  }

  body:not(.admin-body) .hero h1 {
    font-size: 34px;
  }

  body:not(.admin-body) .hero p {
    font-size: 15px;
  }

  body.admin-body .login-screen {
    padding: 24px;
  }

  body.admin-body .login-card {
    width: 100%;
    padding: 24px;
  }
}

/* Admin logo final integration */
body.admin-body .admin-sidebar .logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 224px !important;
  max-width: 100% !important;
  min-height: 66px !important;
  margin: 0 auto 24px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 22px rgba(4, 20, 34, .14) !important;
}

body.admin-body .admin-sidebar .logo img {
  display: block !important;
  width: 100% !important;
  height: 46px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.admin-body .login-card .logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(320px, 92%) !important;
  min-height: 0 !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.admin-body .login-card .logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  background: transparent !important;
  mix-blend-mode: multiply !important;
}

body.admin-body .admin-sidebar .logo span,
body.admin-body .login-card .logo span {
  display: none !important;
}

@media (max-width: 980px) {
  body.admin-body .admin-sidebar .logo {
    width: min(224px, calc(100vw - 48px)) !important;
    min-height: 64px !important;
    margin: 0 0 14px !important;
  }
}

