﻿/*
Theme Name: GeTX Energy
Theme URI: https://www.getx.ca/
Author: GeTX
Description: Custom GeTX energy, UPS, solar, and power protection website theme.
Version: 1.0.0
Text Domain: getx-energy
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --green: #b90028;
  --green-dark: #8f001f;
  --ink: #111827;
  --muted: #64717d;
  --line: #e5e7eb;
  --soft: #f7f8f7;
  --panel: #ffffff;
  --dark: #101418;
}

* { box-sizing: border-box; }

html {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
  padding-top: 0 !important;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f7f8f7;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.wprm-wrapper,
#wprmenu_bar,
#mg-wprm-wrap {
  display: none !important;
}

body.cbp-spmenu-push,
body.cbp-spmenu-push-toright,
body.cbp-spmenu-push-toleft {
  left: 0 !important;
}

.legrand-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.lg-header-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.lg-topbar {
  background: rgba(247, 248, 249, .8);
  border-bottom: 0;
}

.lg-topbar .lg-header-inner {
  justify-content: flex-end;
  min-height: 36px;
  gap: 28px;
}

.lg-topbar a {
  color: #4f555b;
  font-size: 13px;
  font-weight: 700;
}

.lg-mainbar {
  background: rgba(255, 255, 255, .9);
}

.lg-mainbar .lg-header-inner {
  min-height: 76px;
  gap: 22px;
}

.lg-brand {
  align-self: stretch;
  width: 156px;
  display: grid;
  place-items: center;
  background: #f3f4f5;
  border: 0;
  border-radius: 18px;
  padding: 0 20px;
  min-height: 54px;
  align-self: center;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .05);
}

.lg-brand img {
  width: 112px;
  max-height: 52px;
  object-fit: contain;
  filter: none;
}

.lg-nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 76px;
}

.lg-nav > a,
.lg-nav-item > a {
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: #1d2329;
  font-size: 15px;
  font-weight: 850;
  border-bottom: 0;
  border-radius: 14px;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.lg-nav > a:hover,
.lg-nav-item:hover > a,
.lg-nav-item:focus-within > a {
  color: #cf102d;
  background: #f5f6f7;
  box-shadow: inset 0 0 0 1px rgba(207, 16, 45, .08);
}

.lg-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lg-search,
.lg-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 850;
  border-radius: 999px;
}

.lg-search {
  color: #20272d;
  border: 0;
  background: #f4f5f6;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .07);
}

.lg-contact {
  background: #cf102d;
  color: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(207, 16, 45, .22);
}

.lg-mega {
  top: 100%;
  left: 0;
  right: auto;
  width: min(920px, calc(100vw - 52px));
  padding: 20px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
}

.lg-mega.compact {
  width: min(640px, calc(100vw - 52px));
}

.lg-home {
  background: #fff;
}

.lg-hero {
  position: relative;
  min-height: 670px;
  background: #111;
  overflow: hidden;
}

.lg-hero-stage,
.lg-hero-slide {
  height: 670px;
}

.lg-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease, transform .65s ease;
  transform: scale(1.015);
}

.lg-hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.lg-hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.lg-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .36);
}

.lg-hero-panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 80px));
  min-height: 292px;
  margin: 0;
  margin-left: max(0px, calc((100vw - 1240px) / 2));
  top: 255px;
  padding: 54px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3d4248;
  background: rgba(238, 238, 238, .86);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.lg-hero-slide p {
  order: 2;
  margin: 22px 0 0;
  color: #41464c;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.lg-hero-slide h1 {
  order: 1;
  max-width: 640px;
  margin: 0;
  color: #42464b;
  font-size: clamp(42px, 4.8vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.lg-hero-slide a {
  order: 3;
  width: fit-content;
  margin-top: 22px;
  min-height: 52px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-width: 460px;
  padding: 0 28px;
  background: transparent;
  color: #4f8f88;
  border: 2px solid #4f8f88;
  font-weight: 900;
  letter-spacing: .01em;
}

.lg-hero-slide a span {
  font-size: 24px;
  line-height: 1;
}

.lg-hero-controls {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.lg-hero-controls button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 88px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  font-size: 74px;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 2px 4px rgba(0,0,0,.4);
  pointer-events: auto;
  box-shadow: none;
}

.lg-hero-controls button:first-child {
  left: 24px;
}

.lg-hero-controls button:last-child {
  right: 24px;
}

.lg-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 8px;
}

.lg-hero-dots button {
  width: 46px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}

.lg-hero-dots button.active {
  background: #4f8f88;
}

.lg-discover,
.lg-solutions-band,
.lg-insights,
.lg-purpose,
.lg-cta-tiles {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.lg-discover,
.lg-solutions-band,
.lg-insights {
  padding: clamp(56px, 7vw, 92px) 0;
}

.lg-section-head {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
}

.lg-section-head p {
  color: #cf102d;
  font-weight: 900;
  text-transform: uppercase;
}

.lg-section-head h2 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
}

.lg-product-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.lg-product-strip a {
  min-height: 210px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  padding: 22px;
  background: #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: background .2s ease, transform .2s ease;
}

.lg-product-strip a:hover {
  background: #fff;
  transform: translateY(-3px);
}

.lg-product-strip img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.lg-product-strip span,
.lg-solution-grid span,
.lg-cta-tiles span {
  font-size: 20px;
  font-weight: 900;
}

.lg-solutions-band {
  width: 100%;
  padding-inline: max(20px, calc((100vw - 1240px) / 2));
  background: #f4f4f4;
}

.lg-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.lg-solution-grid a {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 24px;
  color: #fff;
}

.lg-solution-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.lg-solution-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 65%);
}

.lg-solution-grid span {
  position: relative;
  z-index: 1;
}

.lg-solution-grid a:hover img {
  transform: scale(1.06);
}

.lg-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lg-news-grid article {
  background: #f7f7f7;
}

.lg-news-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.lg-news-grid div {
  padding: 26px;
}

.lg-news-grid span {
  display: block;
  margin-bottom: 12px;
  color: #cf102d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lg-news-grid h3 {
  min-height: 74px;
  font-size: 24px;
  line-height: 1.15;
}

.lg-news-grid a {
  display: inline-flex;
  margin-top: 20px;
  color: #cf102d;
  font-weight: 900;
}

.lg-purpose {
  width: 100%;
  min-height: 360px;
  display: grid;
  align-items: center;
  padding-inline: max(20px, calc((100vw - 1240px) / 2));
  background: #242424;
  color: #fff;
}

.lg-purpose div {
  max-width: 760px;
}

.lg-purpose p {
  color: #ff4b64;
  font-weight: 900;
  text-transform: uppercase;
}

.lg-purpose h2 {
  margin: 12px 0 24px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
}

.lg-purpose a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.lg-cta-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 72px 0;
}

.lg-cta-tiles a {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #f4f4f4;
  overflow: hidden;
}

.lg-cta-tiles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-cta-tiles span,
.lg-cta-tiles strong {
  grid-column: 2;
  margin-left: 28px;
}

.lg-cta-tiles span {
  align-self: end;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lg-cta-tiles strong {
  align-self: start;
  color: #cf102d;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .lg-mainbar .lg-header-inner {
    width: 100%;
    min-height: 64px;
    padding: 0 18px 0 0;
  }

  .lg-brand {
    width: 128px;
    min-height: 64px;
    padding: 0 16px;
  }

  .lg-menu-toggle {
    display: inline-flex !important;
    margin-left: auto;
    position: static !important;
    min-height: 40px;
    align-items: center;
    border: 0;
    border-radius: 999px;
    background: #cf102d;
    color: #fff;
    padding: 0 14px;
    font-weight: 900;
  }

  .legrand-header::after {
    display: none !important;
  }

  .lg-nav {
    position: fixed;
    inset: 64px 0 auto;
    display: none;
    max-height: calc(100vh - 64px);
    overflow: auto;
    padding: 12px 18px 28px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 26px 44px rgba(0,0,0,.16);
    min-height: 0;
  }

  .lg-nav.open {
    display: block;
  }

  .lg-nav > a,
  .lg-nav-item > a {
    min-height: 46px;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ececec;
  }

  .lg-mega,
  .lg-mega.compact {
    position: static;
    width: 100%;
    max-height: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0 0 12px;
    box-shadow: none;
    display: grid;
    grid-template-columns: 1fr;
  }

  .lg-actions {
    display: none;
  }

  .lg-section-head,
  .lg-hero-slide > div {
    grid-template-columns: 1fr;
  }

  .lg-product-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .lg-solution-grid,
  .lg-news-grid,
  .lg-cta-tiles {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .lg-topbar {
    display: none;
  }

  .lg-hero,
  .lg-hero-stage,
  .lg-hero-slide {
    height: 560px;
    min-height: 560px;
  }

  .lg-hero-panel {
    width: calc(100% - 36px);
    min-height: 250px;
    margin-left: 18px;
    top: 210px;
    padding: 34px 26px;
  }

  .lg-hero-slide h1 {
    max-width: 330px;
    font-size: 34px;
  }

  .lg-hero-slide p {
    font-size: 17px;
  }

  .lg-hero-slide a {
    min-width: 0;
    width: 100%;
    padding: 0 18px;
    font-size: 13px;
  }

  .lg-hero-controls {
    display: block;
  }

  .lg-hero-controls button {
    width: 34px;
    font-size: 52px;
  }

  .lg-hero-controls button:first-child {
    left: 4px;
  }

  .lg-hero-controls button:last-child {
    right: 4px;
  }

  .lg-discover,
  .lg-solutions-band,
  .lg-insights {
    padding: 46px 0;
  }

  .lg-section-head {
    display: block;
  }

  .lg-section-head h2 {
    margin-top: 10px;
    font-size: 32px;
  }

  .lg-product-strip,
  .lg-solution-grid,
  .lg-news-grid,
  .lg-cta-tiles {
    grid-template-columns: 1fr;
  }

  .lg-product-strip a {
    min-height: 160px;
  }

  .lg-solution-grid a {
    min-height: 260px;
  }

  .lg-cta-tiles a {
    grid-template-columns: 1fr;
  }

  .lg-cta-tiles span,
  .lg-cta-tiles strong {
    grid-column: auto;
    margin: 18px 22px 0;
  }

  .lg-cta-tiles strong {
    margin-top: 4px;
    margin-bottom: 22px;
  }
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: block;
  padding: 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #dfe2e4;
  box-shadow: 0 10px 28px rgba(17, 24, 32, .045);
  backdrop-filter: blur(14px);
  width: 100%;
  max-width: 100vw;
}

.header-utility {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto auto;
  align-items: center;
  gap: 22px;
  height: 30px;
  padding: 0 max(54px, calc((100vw - 1180px) / 2));
  background: #f2f3f1;
  border-bottom: 1px solid #e1e3e0;
  color: #5c656c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
}

.header-utility span {
  color: #303840;
  font-weight: 900;
}

.header-utility a {
  color: #5c656c;
}

.header-utility a:hover {
  color: #a60024;
}

.header-main {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 62px;
  padding: 0 max(54px, calc((100vw - 1180px) / 2));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 124px;
  font-weight: 800;
  font-size: 23px;
}

.brand img { width: 92px; height: auto; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--green); }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: #232a31;
  border-radius: 3px;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-nav a:not(.nav-cta):not(.nav-search):hover,
.site-nav .active:not(.nav-cta):not(.nav-search) {
  background: #f3f4f2;
  color: #a60024;
}

.site-nav a:not(.nav-cta):not(.nav-search)::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: transparent;
  transition: background .2s ease;
}

.site-nav a:not(.nav-cta):not(.nav-search):hover::after,
.site-nav .active:not(.nav-cta):not(.nav-search)::after {
  background: #a60024;
}

.has-mega > a {
  padding-right: 30px;
}

.has-mega > a::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  opacity: .55;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 1px;
  width: min(760px, calc(100vw - 48px));
  padding: 10px;
  background: #fff;
  border: 1px solid #dde0df;
  box-shadow: 0 24px 70px rgba(17, 24, 32, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-item:nth-child(2) .mega-menu,
.nav-item:nth-child(5) .mega-menu {
  left: auto;
  right: 0;
}

.mega-menu.compact {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  width: min(520px, calc(100vw - 48px));
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu div {
  padding: 18px;
  background: rgba(247, 248, 249, .82);
  border-radius: 18px;
}

.mega-menu span {
  display: block;
  margin-bottom: 12px;
  color: #707982;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mega-menu a {
  display: flex;
  min-height: 0;
  padding: 9px 0;
  color: #20262d;
  font-size: 14px;
  border-radius: 0;
}

.mega-menu a:hover {
  color: #a60024;
  background: transparent !important;
}

.mega-menu a::after,
.mega-menu a::before {
  display: none !important;
}

.nav-search {
  min-height: 40px !important;
  margin-left: 8px;
  padding: 0 14px 0 34px !important;
  border: 1px solid #d8d6d1;
  background:
    radial-gradient(circle at 18px 50%, transparent 0 5px, #59636c 6px, #59636c 7px, transparent 8px),
    linear-gradient(45deg, transparent 0 52%, #59636c 52% 58%, transparent 58%);
  background-size: 100% 100%, 18px 18px;
  background-position: 0 0, 14px 18px;
  background-repeat: no-repeat;
  color: #59636c !important;
}

.nav-cta {
  min-height: 42px;
  margin-left: 8px;
  padding: 0 18px !important;
  background: #b90028;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(185, 0, 40, .16);
}

.menu-toggle {
  grid-row: 2;
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 14px;
  font-weight: 700;
}

.utility-bar {
  display: flex;
  gap: 22px;
  padding: 10px clamp(18px, 4vw, 54px);
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(44px, 7vw, 96px) clamp(18px, 6vw, 76px);
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
}

.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.13; letter-spacing: 0; }
h1 { max-width: 680px; font-size: clamp(34px, 4.4vw, 54px); }
h2 { font-size: clamp(24px, 3vw, 36px); }
h3 { font-size: 19px; }
p { margin: 0; color: var(--muted); }
.lead { max-width: 760px; font-size: clamp(16px, 1.55vw, 19px); color: #3f474f; }
.hero .lead { margin-top: 20px; }

.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--line); font-weight: 800; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); border-color: var(--green); color: #fff; }
.button.secondary { background: #fff; color: var(--ink); }

.hero-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.feature-card {
  min-height: 210px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 24, 32, 0.06);
  transition: transform .35s ease, box-shadow .35s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(17, 24, 32, 0.1); }

.feature-card.wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.feature-card img { max-height: 190px; margin: auto; object-fit: contain; }
.feature-card strong { display: block; margin-bottom: 8px; font-size: 18px; }

.quick-cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-cats a { padding: 22px 18px; border-right: 1px solid var(--line); background: #fff; font-weight: 800; }
.quick-cats span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; font-weight: 400; }

.section { padding: clamp(52px, 8vw, 94px) clamp(18px, 6vw, 76px); }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 28px; }
.section-head p { max-width: 640px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { display: flex; flex-direction: column; min-height: 360px; padding: 20px; border: 1px solid var(--line); background: #fff; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.product-card:hover { transform: translateY(-4px); border-color: #b8c7bd; box-shadow: 0 16px 36px rgba(17, 24, 32, 0.08); }
.product-card img { width: 100%; height: 150px; object-fit: contain; margin-bottom: 20px; background: var(--soft); }
.product-card h3 { margin-bottom: 10px; }
.product-card p { font-size: 14px; }
.product-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 18px; }
.tag { padding: 5px 9px; background: var(--soft); border: 1px solid var(--line); color: #3c444c; font-size: 12px; font-weight: 700; }
.product-card a { margin-top: auto; color: var(--green-dark); font-weight: 800; }

.band { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.finder { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 30px; align-items: start; }
.finder-list { display: grid; gap: 1px; border: 1px solid var(--line); }
.finder-list a { display: grid; grid-template-columns: 180px 1fr auto; gap: 18px; align-items: center; padding: 18px; background: #fff; }
.finder-list strong { color: var(--ink); }
.finder-list span { color: var(--muted); }
.finder-list em { color: var(--green-dark); font-style: normal; font-weight: 800; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-card { padding: 20px; border: 1px solid var(--line); background: #fff; }
.resource-card h3 { margin-bottom: 8px; }
.resource-card a { display: inline-block; margin-top: 18px; color: var(--green-dark); font-weight: 800; }

.page-hero { padding: clamp(48px, 8vw, 96px) clamp(18px, 6vw, 76px); background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero p:not(.eyebrow) { max-width: 820px; margin-top: 18px; font-size: 20px; color: #404850; }

.catalog-layout { display: grid; grid-template-columns: 260px 1fr; gap: 28px; padding: clamp(36px, 6vw, 74px) clamp(18px, 6vw, 76px); }
.filters { position: sticky; top: 86px; align-self: start; border: 1px solid var(--line); background: #fff; }
.filters a { display: block; padding: 14px 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.filters a:hover { color: var(--green-dark); }
.catalog-section { margin-bottom: 42px; }
.catalog-section h2 { margin-bottom: 18px; font-size: 32px; }

.spec-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); background: #fff; }
.spec-table th, .spec-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { background: var(--soft); font-size: 13px; text-transform: uppercase; }
.spec-table a { color: var(--green-dark); font-weight: 800; }

.case-grid, .industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: clamp(36px, 6vw, 74px) clamp(18px, 6vw, 76px); }
.case-grid article, .industry-grid article { padding: 24px; border: 1px solid var(--line); background: #fff; }
.case-grid h2 { margin: 10px 0; font-size: 25px; }

.contact-layout { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.75fr); gap: clamp(34px, 7vw, 86px); padding: clamp(48px, 8vw, 96px) clamp(18px, 6vw, 76px); }
.contact-form { display: grid; gap: 14px; padding: 24px; border: 1px solid var(--line); background: #fff; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); font: inherit; }

.site-footer {
  background: #101418;
  color: #fff;
}

.footer-copyright {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 34px 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 82px);
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 46px;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer a {
  color: #bac2cb;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 22px 0 30px;
  justify-content: flex-end;
}

.footer-legal span {
  display: none;
  margin-right: auto;
  color: #bac2cb;
  font-size: 13px;
}

.home-header {
  border-bottom: 0;
}

.cyber-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(280px, .8fr);
  align-items: center;
  overflow: hidden;
  background: #111820;
  color: #fff;
}

.cyber-hero-bg {
  position: absolute;
  inset: 0;
}

.cyber-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,24,32,.92) 0%, rgba(17,24,32,.72) 45%, rgba(17,24,32,.32) 100%);
}

.cyber-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  opacity: .12;
  transform: scale(1.04);
  animation: slowZoom 12s ease-in-out infinite alternate;
}

@keyframes slowZoom {
  from { transform: scale(1.03); }
  to { transform: scale(1.09); }
}

.cyber-hero-content {
  position: relative;
  max-width: 660px;
  padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 76px);
}

.cyber-hero-product {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: clamp(32px, 6vw, 76px);
}

.cyber-hero-product img {
  width: min(470px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 34px 46px rgba(0,0,0,.55));
  box-shadow: none;
  animation: productFloat 5.5s ease-in-out infinite;
}

.cyber-hero-content .eyebrow { color: #ff4667; }
.cyber-hero-content h1 { font-size: clamp(40px, 6vw, 72px); line-height: .98; }
.cyber-hero-content p { max-width: 600px; margin: 18px 0 28px; color: #e4e8ed; font-size: 18px; }

.promo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 76px);
  margin-top: -88px;
  position: relative;
  z-index: 3;
}

.promo-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 190px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(17,24,32,.16);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}

.promo-card:hover { transform: translateY(-5px); box-shadow: 0 24px 52px rgba(17,24,32,.2); }
.promo-card img { width: 100%; height: 100%; object-fit: contain; padding: 18px; background: var(--soft); }
.promo-card div { padding: 22px; }
.promo-card h3 { margin-bottom: 8px; }
.promo-card p { font-size: 14px; }
.promo-card a { display: inline-block; margin-top: 16px; color: var(--green-dark); font-weight: 900; }

.center-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.center-head h2 { margin-bottom: 12px; }
.center-head h3 { font-size: 24px; }

.cyber-product-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.cyber-product-icons a {
  display: grid;
  place-items: center;
  gap: 16px;
  min-height: 210px;
  padding: 24px;
  background: #fff;
  font-weight: 900;
  text-align: center;
  transition: background .25s ease, transform .25s ease;
}

.cyber-product-icons a:hover { background: #fff7f9; transform: translateY(-3px); }
.cyber-product-icons img { max-height: 94px; object-fit: contain; transition: transform .28s ease; }
.cyber-product-icons a:hover img { transform: scale(1.08); }

.center-action { display: flex; justify-content: center; margin-top: 28px; }

.solutions-band {
  padding: clamp(54px, 8vw, 94px) clamp(18px, 6vw, 76px);
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.solution-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.solution-links a {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #fff;
  font-weight: 900;
  transition: color .2s ease, background .2s ease;
}

.solution-links a:hover { color: var(--green-dark); background: #fffafb; }

.trusted { padding-top: 54px; padding-bottom: 54px; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.trust-grid span {
  min-height: 82px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #6a737d;
  font-weight: 900;
}

.home-tools { background: #fff; }

.subscribe-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(18px, 6vw, 76px);
  background: #111820;
  color: #fff;
}

.subscribe-band p { color: #c8d0d8; }
.subscribe-band form { display: flex; gap: 10px; }
.subscribe-band input { min-width: 280px; min-height: 44px; padding: 0 14px; border: 1px solid #3a4652; background: #fff; font: inherit; }

.cp-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #111820;
  color: #fff;
}

.cp-hero-track,
.cp-hero-slide {
  height: 640px;
}

.cp-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 70px clamp(26px, 7vw, 120px);
  opacity: 0;
  transform: translateX(30px);
  transition: opacity .7s ease, transform .7s ease;
  pointer-events: none;
}

.cp-hero-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.cp-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 45%, rgba(201,0,43,.18), transparent 28%), linear-gradient(90deg, #111820 0%, #17202a 100%);
}

.cp-hero-copy,
.cp-hero-slide img {
  position: relative;
  z-index: 2;
}

.cp-hero-copy p {
  margin: 0 0 16px;
  color: #ff4868;
  text-transform: uppercase;
  font-weight: 900;
}

.cp-hero-copy h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .96;
}

.cp-hero-copy a {
  display: inline-flex;
  margin-top: 30px;
  min-height: 48px;
  align-items: center;
  padding: 0 24px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.cp-hero-slide img {
  width: min(520px, 100%);
  justify-self: center;
  filter: drop-shadow(0 34px 54px rgba(0,0,0,.55));
  animation: productFloat 5.5s ease-in-out infinite;
}

.cp-hero-controls,
.cp-row-controls {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 22px;
}

.cp-hero-controls {
  position: absolute;
  right: clamp(20px, 8vw, 150px);
  bottom: 24px;
  z-index: 3;
}

.cp-hero-controls button,
.cp-row-controls button {
  border: 0;
  background: transparent;
  color: #d4002f;
  font-size: 54px;
  line-height: 1;
  cursor: pointer;
}

.cp-hero-controls button:first-child,
.cp-row-controls button:first-child {
  color: #c9cdd2;
}

.cp-promo {
  padding: 40px 0 58px;
  background: #fff;
  overflow: hidden;
}

.cp-carousel-window,
.cp-solution-window {
  width: min(1380px, calc(100vw - 40px));
  margin: 0 auto;
  overflow: hidden;
}

.cp-promo-track,
.cp-solution-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.cp-promo-track::-webkit-scrollbar,
.cp-solution-track::-webkit-scrollbar { display: none; }

.cp-promo-card {
  flex: 0 0 min(680px, calc(100vw - 60px));
  display: grid;
  grid-template-columns: 225px 1fr;
  min-height: 250px;
  border: 1px solid #cfd3d8;
  border-radius: 6px;
  background: #f7f7f8;
  overflow: hidden;
}

.cp-promo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #101010;
  padding: 18px;
}

.cp-promo-card div { padding: 38px; }
.cp-promo-card h3 { max-width: 330px; font-size: 30px; line-height: 1.12; }
.cp-promo-card a { display: inline-block; margin-top: 28px; color: var(--green); font-size: 22px; text-decoration: underline; text-underline-offset: 4px; }

.cp-products {
  padding: 74px clamp(20px, 7vw, 140px);
  background: #f4f4f5;
}

.cp-products h2 {
  margin-bottom: 34px;
  font-size: clamp(40px, 5vw, 64px);
}

.cp-product-mosaic {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  grid-auto-rows: 272px;
  gap: 20px;
}

.cp-product-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfd3d8;
  border-radius: 8px;
  background: #fff;
}

.cp-product-tile span {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  max-width: 220px;
  color: #101820;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}

.cp-product-tile img {
  position: absolute;
  right: -3%;
  bottom: -8%;
  width: 78%;
  height: 92%;
  object-fit: contain;
  transition: transform .45s ease;
}

.cp-product-tile:hover img { transform: scale(1.06); }
.cp-large { grid-row: span 2; }
.cp-large img { width: 94%; height: 94%; right: -10%; bottom: -4%; }

.cp-red-button {
  display: flex;
  width: 230px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 auto;
  background: var(--green);
  color: #fff;
  border-radius: 6px;
  font-size: 21px;
  font-weight: 900;
}

.cp-solutions {
  padding: 96px 0 78px;
  background: #202020;
  color: #fff;
  overflow: hidden;
}

.cp-solutions-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  width: min(1380px, calc(100vw - 40px));
  margin: 0 auto 70px;
}

.cp-solutions-head h2 {
  color: #fff;
  font-size: clamp(46px, 5vw, 68px);
}

.cp-solutions-head p {
  max-width: 760px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.cp-solutions-head a {
  display: inline-block;
  margin-top: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: 900;
}

.cp-solution-card {
  --bg: none;
  flex: 0 0 330px;
  min-height: 408px;
  display: flex;
  align-items: end;
  padding: 26px;
  border-radius: 5px;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 46%, rgba(0,0,0,.88) 100%), var(--bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  transition: transform .35s ease;
}

.cp-solution-card:hover { transform: translateY(-5px); }
.cp-solution-card span { font-size: 22px; font-weight: 900; }
.cp-dark-controls { background: #202020; }

.cp-tools {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 18px;
  padding: 82px clamp(20px, 7vw, 140px);
  background: #fff;
}

.solutions-page,
.solution-detail-page {
  background: #f6f7f8;
  color: #11161b;
}

.solutions-hero,
.solution-detail-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 8vw, 104px) 0;
}

.solutions-hero h1,
.solution-detail-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.solutions-hero p:not(.eyebrow),
.solution-detail-hero p:not(.eyebrow) {
  max-width: 660px;
  color: #4d565f;
  font-size: 18px;
  line-height: 1.65;
}

.solutions-hero figure,
.solution-detail-hero figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 420px;
  border-radius: 0;
  background: #e7eaed;
}

.solutions-hero figure::after,
.solution-detail-hero figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .42), transparent);
  pointer-events: none;
}

.solutions-hero img,
.solution-detail-hero img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transform: scale(1.02);
  animation: solutionImageIn .75s ease both;
}

.solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.solution-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  background: #d80032;
  color: #fff;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease;
}

.solution-actions a + a {
  background: #11161b;
}

.solution-actions a:hover {
  transform: translateY(-2px);
  background: #b90028;
}

.solution-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 0 clamp(58px, 9vw, 112px);
}

.solution-card-modern {
  display: grid;
  min-height: 430px;
  grid-template-rows: 210px auto;
  background: #fff;
  border: 1px solid #d9dde1;
  overflow: hidden;
  color: inherit;
  opacity: 0;
  transform: translateY(18px);
  animation: solutionFadeUp .55s ease both;
}

.solution-card-modern:nth-child(2n) { animation-delay: .05s; }
.solution-card-modern:nth-child(3n) { animation-delay: .1s; }

.solution-card-modern img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #f0f2f3;
  transition: transform .45s ease;
}

.solution-card-modern span,
.solution-card-modern strong,
.solution-card-modern p {
  margin-inline: 24px;
}

.solution-card-modern span {
  margin-top: 22px;
  color: #d80032;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.solution-card-modern strong {
  margin-top: 8px;
  font-size: 26px;
  line-height: 1.12;
}

.solution-card-modern p {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #56616b;
  line-height: 1.58;
}

.solution-card-modern:hover img {
  transform: scale(1.045);
}

.solution-process {
  background: #151719;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(220px, .85fr) repeat(3, 1fr);
  gap: 1px;
  padding: clamp(38px, 6vw, 76px) max(20px, calc((100vw - 1180px) / 2));
}

.solution-process > * {
  padding: 28px;
  background: #1c1f22;
}

.solution-process .eyebrow {
  color: #ff5a78;
}

.solution-process span {
  display: block;
  margin-bottom: 24px;
  color: #ff5a78;
  font-weight: 900;
}

.solution-process h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.solution-process p {
  color: #d5d9dd;
  line-height: 1.62;
}

.solution-back {
  display: inline-flex;
  margin-bottom: 20px;
  color: #d80032;
  font-weight: 900;
}

.solution-detail-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(28px, 5vw, 70px);
  padding: 0 0 clamp(64px, 9vw, 118px);
}

.solution-detail-layout aside {
  align-self: start;
  position: sticky;
  top: 120px;
  padding: 26px;
  background: #11161b;
  color: #fff;
}

.solution-detail-layout aside span {
  display: block;
  margin-bottom: 18px;
  color: #ff5a78;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-detail-layout aside p {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.15);
  font-weight: 750;
}

.solution-detail-content h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
}

.solution-outcomes {
  display: grid;
  gap: 12px;
  margin-bottom: 42px;
}

.solution-outcomes article {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  background: #fff;
  border: 1px solid #dde1e5;
}

.solution-outcomes span {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: #d80032;
  border-radius: 50%;
}

.solution-outcomes p {
  color: #34404a;
  font-size: 18px;
  line-height: 1.55;
}

.solution-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.solution-product-links a {
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #d9dde1;
  color: #11161b;
  font-weight: 850;
  transition: transform .22s ease, border-color .22s ease;
}

.solution-product-links a:hover {
  transform: translateY(-2px);
  border-color: #d80032;
}

@keyframes solutionFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes solutionImageIn {
  from { opacity: .65; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.02); }
}

.cp-tools-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 4.8vw, 56px);
}

.cp-tools-copy a {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: 22px;
}

.cp-tool-card {
  display: grid;
  grid-template-rows: 1fr 80px;
  min-height: 300px;
  background: #f0f0f1;
  overflow: hidden;
}

.cp-tool-card div {
  position: relative;
  padding: 28px;
}

.cp-tool-card strong {
  color: #7d7f83;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
}

.cp-tool-card img {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 55%;
  height: 76%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cp-tool-card span {
  display: flex;
  align-items: center;
  padding: 0 26px;
  background: var(--green);
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}

.cp-products-page {
  background: #f7f8f7;
}

.cp-products-page,
.gen-category-page,
.gen-detail-page {
  --store-width: 1180px;
  --store-gutter: 44px;
}

.cp-products-intro {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .92fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: start;
  width: min(1180px, calc(100% - 44px));
  min-height: 310px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 72px) 0 50px;
}

.cp-products-intro h1 {
  max-width: 570px;
  margin: 0;
  color: #101418;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.cp-products-intro p {
  max-width: 560px;
  margin: 0;
  color: #5a6570;
  font-size: clamp(17px, 1.18vw, 20px);
  line-height: 1.4;
  font-weight: 400;
}

.cp-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 70px;
}

.cp-category-item {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 30px 32px 28px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid #e6e9eb;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.cp-category-item:hover {
  transform: translateY(-3px);
  border-color: #dce1e4;
  box-shadow: 0 18px 40px rgba(17, 24, 32, .045);
}

.cp-category-image {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin: 0 0 22px;
  background: #fff;
  overflow: hidden;
}

.cp-category-image img {
  width: 100%;
  height: 198px;
  object-fit: contain;
  transition: transform .5s ease;
}

.cp-category-item:hover img {
  transform: scale(1.025);
}

.cp-category-item h2 {
  margin: 0 0 18px;
  color: #171b20;
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.1;
  font-weight: 800;
}

.cp-category-item h2 a {
  color: var(--ink);
  text-decoration: none;
}

.cp-category-item h2 a::after {
  content: " >";
  font-weight: 500;
}

.cp-category-item h2 a:hover {
  color: #a60024;
}

.cp-category-item p {
  max-width: 620px;
  margin: 0;
  color: #454d55;
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.5;
  font-weight: 400;
}

.cp-products-tools {
  display: grid;
  grid-template-columns: .8fr 1fr 1fr;
  gap: 18px;
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto 26px;
  padding: 52px 0;
  background: transparent;
}

.cp-products-tools h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 60px);
}

.cp-products-tools > div a {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: 21px;
}

.cp-product-tool {
  display: grid;
  grid-template-rows: 1fr 80px;
  min-height: 310px;
  background: #ededee;
  overflow: hidden;
}

.cp-product-tool img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 22px;
}

.cp-product-tool span {
  display: flex;
  align-items: center;
  padding: 0 26px;
  background: var(--green);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.cp-products-signup {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 28px;
  align-items: center;
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto 70px;
  padding: 42px 44px;
  background: #111820;
  color: #fff;
}

.cp-products-signup h2 {
  color: #fff;
  font-size: 34px;
}

.cp-products-signup p {
  color: #c9d1d9;
}

.cp-products-signup form {
  display: flex;
  gap: 10px;
}

.cp-products-signup input {
  flex: 1;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  font: inherit;
}

.cp-products-signup button {
  min-height: 48px;
  border: 0;
  padding: 0 24px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.tree-page {
  background: #fff;
}

.tree-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: clamp(42px, 6vw, 82px) clamp(18px, 6vw, 76px);
}

.tree-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}

.tree-grid h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.tree-grid a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid #edf0f2;
  color: var(--muted);
  font-weight: 700;
}

.tree-grid a:hover {
  color: var(--green-dark);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  animation: riseIn .48s ease both;
  animation-delay: var(--delay, 0ms);
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes riseIn {
  from { opacity: .01; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.store-page { background: #fff; }

.alert-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  background: #1d252d;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.alert-strip a { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.store-hero {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 6vw, 76px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, #111820 0%, #19222d 55%, #10151b 100%);
  color: #fff;
  overflow: hidden;
}

.store-hero h1 { font-size: clamp(32px, 4vw, 48px); }
.store-hero .lead { color: #d7dde3; }
.store-hero .eyebrow { color: #ff4667; }

.hero-showcase {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201,0,43,.34), transparent 60%);
  animation: pulseGlow 3.8s ease-in-out infinite;
}

.hero-showcase img {
  position: relative;
  max-height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 22px 36px rgba(0,0,0,.42));
  animation: productFloat 5s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(.92); opacity: .65; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes productFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.store-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  min-width: min(520px, 100%);
  border: 1px solid var(--line);
  background: var(--line);
}

.store-stats span {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
}

.store-hero .store-stats {
  margin-top: 26px;
  max-width: 520px;
}

.store-stats strong { color: var(--green-dark); font-size: 20px; }

.product-family-section {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 6vw, 76px);
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.family-card {
  position: relative;
  min-height: 310px;
  display: grid;
  grid-template-rows: 150px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.family-card:hover {
  transform: translateY(-5px);
  border-color: #bdc4cc;
  box-shadow: 0 18px 38px rgba(17,24,32,.09);
}

.family-card .image-pane {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f8f9fb, #eef1f4);
  padding: 18px;
}

.family-card img { max-height: 122px; object-fit: contain; transition: transform .35s ease; }
.family-card:hover img { transform: scale(1.07); }
.family-card .copy-pane { padding: 20px; }
.family-card h3 { margin-bottom: 8px; }
.family-card p { font-size: 14px; }
.family-card a { display: inline-block; margin-top: 16px; color: var(--green-dark); font-weight: 900; }

.tool-band {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 6vw, 76px);
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tool-card {
  min-height: 160px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform .25s ease, background .25s ease;
}

.tool-card:hover { transform: translateY(-4px); background: #fff9fa; }
.tool-card h3 { margin-bottom: 8px; }
.tool-card a { display: inline-block; margin-top: 14px; color: var(--green-dark); font-weight: 900; }

.store-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(42px, 6vw, 72px) clamp(18px, 6vw, 76px);
}

.store-filter {
  position: sticky;
  top: 84px;
  align-self: start;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
}

.search-label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }

#product-search {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  font: inherit;
}

.filter-group { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

.filter-chip {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.filter-chip:hover { transform: translateY(-2px); }
.filter-chip.active { background: var(--green); border-color: var(--green); color: #fff; }

.download-link {
  display: block;
  margin-top: 18px;
  padding: 13px;
  background: var(--soft);
  color: var(--green-dark);
  font-weight: 800;
}

.store-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.store-toolbar h2 { font-size: 30px; }
.store-toolbar p:last-child { color: var(--muted); font-weight: 800; }

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

.store-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 230px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.store-card:hover {
  transform: translateY(-5px);
  border-color: #adbdaf;
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.08);
}

.store-card-image {
  display: grid;
  place-items: center;
  background: var(--soft);
  padding: 18px;
}

.store-card-image img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: transform .45s ease;
}

.store-card:hover img { transform: scale(1.06); }

.store-card-body { padding: 20px; }
.store-card-body span { color: var(--green-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.store-card-body h3 { margin: 6px 0 8px; }
.store-card-body p { font-size: 14px; }
.store-card-body a { display: inline-block; margin-top: 15px; color: var(--green-dark); font-weight: 900; }
.product-meta em { padding: 4px 8px; border: 1px solid var(--line); background: var(--soft); font-size: 12px; font-style: normal; font-weight: 800; }

.product-deep-dive {
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(300px, 1fr);
  gap: 34px;
  padding: 0 clamp(18px, 6vw, 76px) clamp(60px, 8vw, 90px);
}

.range-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--line);
}

.range-list article {
  display: grid;
  grid-template-columns: 48px 180px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.range-list span { color: var(--green-dark); font-weight: 900; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-cats { grid-template-columns: repeat(3, 1fr); }
  .finder, .catalog-layout, .contact-layout { grid-template-columns: 1fr; }
  .store-shell, .store-hero, .product-deep-dive { grid-template-columns: 1fr; }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-row { grid-template-columns: 1fr; margin-top: 0; }
  .cyber-product-icons, .solution-links { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .cp-hero-slide { grid-template-columns: 1fr; }
  .cp-hero-slide img { opacity: .35; position: absolute; right: 4%; bottom: 8%; width: 52%; }
  .cp-product-mosaic { grid-template-columns: 1fr 1fr; }
  .cp-solutions-head, .cp-tools { grid-template-columns: 1fr; }
  .cp-category-item { grid-template-columns: 280px 1fr; }
  .cp-products-tools, .cp-products-signup { grid-template-columns: 1fr; }
  .tree-grid { grid-template-columns: repeat(2, 1fr); }
  .store-filter { position: static; }
  .filters { position: static; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .site-header {
    display: block;
    min-height: 58px;
    width: 100vw;
    max-width: 100vw;
    overflow: visible;
  }

  .header-utility {
    display: none;
  }

  .header-main {
    min-height: 58px;
    padding: 0 18px;
  }

  .site-header::after {
    content: "Menu";
    position: fixed;
    left: calc(100vw - 90px);
    top: 40px;
    z-index: 199;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    min-height: 38px;
    border: 1px solid #cfd4d9;
    background: #fff;
    color: #171b20;
    font-size: 14px;
    font-weight: 800;
    pointer-events: none;
  }

  .brand { min-width: 0; }
  .menu-toggle {
    position: fixed;
    left: calc(100vw - 90px);
    top: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    min-height: 38px;
    color: #171b20;
    background: #fff;
    border: 1px solid #cfd4d9;
    margin-left: auto;
    z-index: 200;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .site-nav { position: absolute; left: 0; right: 0; top: 58px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 44px; padding: 0; }
  .site-nav a::after { display: none; }
  .nav-cta { justify-content: center; margin: 10px 0 0; }
  .nav-item { display: block; width: 100%; }
  .has-mega > a { padding-right: 0; }
  .has-mega > a::before { display: none; }
  .mega-menu,
  .mega-menu.compact {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transform: none;
  }
  .has-mega:hover .mega-menu,
  .has-mega:focus-within .mega-menu {
    max-height: 900px;
    padding: 6px 0 12px;
  }
  .mega-menu div { padding: 12px 16px; }
  .nav-search { justify-content: center; margin-top: 8px; }
  .utility-bar { display: none; }
  .hero, .feature-card.wide { display: block; }
  .hero > div { max-width: 100%; }
  .hero-product { margin-top: 30px; }
  .hero-product, .quick-cats, .product-grid, .resource-grid, .case-grid, .industry-grid { grid-template-columns: 1fr; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card { grid-template-columns: 130px 1fr; }
  .store-stats { grid-template-columns: 1fr; }
  .family-grid, .tool-grid { grid-template-columns: 1fr; }
  .cyber-hero { grid-template-columns: 1fr; min-height: 560px; }
  .cyber-hero-product { display: none; }
  .promo-card { grid-template-columns: 1fr; }
  .promo-card img { height: 160px; }
  .cyber-product-icons, .solution-links, .trust-grid { grid-template-columns: 1fr; }
  .subscribe-band { grid-template-columns: 1fr; }
  .subscribe-band form { flex-direction: column; }
  .subscribe-band input { min-width: 0; width: 100%; }
  .cp-hero, .cp-hero-track, .cp-hero-slide { height: 590px; min-height: 590px; }
  .cp-hero-slide { padding: 48px 28px; }
  .cp-hero-copy h1 { max-width: 340px; font-size: 43px; }
  .cp-hero-slide img { display: none; }
  .cp-hero-controls { display: none; }
  .cp-promo-card { grid-template-columns: 1fr; }
  .cp-promo-card img { height: 220px; }
  .cp-products { padding: 54px 18px; }
  .cp-product-mosaic { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .cp-large { grid-row: span 1; }
  .cp-red-button { margin-left: 0; width: 100%; }
  .cp-solutions-head { gap: 24px; margin-bottom: 36px; }
  .cp-solutions-head p { font-size: 18px; }
  .cp-solution-card { flex-basis: 280px; min-height: 350px; }
  .cp-tools { padding: 54px 18px; }
  .cp-products-intro { padding: 54px 22px 28px; }
  .cp-products-intro h1 { font-size: 50px; }
  .cp-products-intro p { max-width: 340px; font-size: 18px; }
  .cp-category-list { padding: 0 22px 42px; }
  .cp-category-item { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .cp-category-image { min-height: 190px; }
  .cp-category-image img { height: 170px; }
  .cp-category-item p { max-width: 340px; font-size: 16px; }
  .cp-products-tools { width: calc(100% - 36px); padding: 42px 0; }
  .cp-products-signup { width: calc(100% - 36px); padding: 36px 24px; }
  .cp-products-signup form { flex-direction: column; }
  .tree-grid { grid-template-columns: 1fr; }
  .range-list article { grid-template-columns: 1fr; gap: 8px; }
  .finder-list a { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .site-header .menu-toggle {
    position: fixed !important;
    left: calc(100vw - 90px) !important;
    top: 40px !important;
    z-index: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 66px !important;
    min-height: 38px !important;
    color: #171b20 !important;
    background: #fff !important;
    border: 1px solid #cfd4d9 !important;
    font-weight: 800 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 520px) {
  h1 { max-width: 340px; font-size: 30px; line-height: 1.18; }
  .lead, .page-hero p:not(.eyebrow) { max-width: 340px; font-size: 17px; }
  .hero, .section, .page-hero, .catalog-layout, .contact-layout { padding-left: 18px; padding-right: 18px; }
  .store-hero, .store-shell, .product-deep-dive { padding-left: 18px; padding-right: 18px; }
  .store-card { grid-template-columns: 1fr; }
  .store-card-image { min-height: 170px; }
  .filter-group { gap: 6px; }
  .filter-chip { min-height: 32px; padding: 0 10px; font-size: 12px; }
  .cyber-hero-content { padding-left: 28px; padding-right: 28px; max-width: 100%; }
  .cyber-hero-content h1 { max-width: 330px; font-size: 36px; line-height: 1.05; }
  .cyber-hero-content p { max-width: 330px; font-size: 16px; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .spec-table { font-size: 13px; }
  .spec-table th, .spec-table td { padding: 10px 8px; }
}

.gen-category-page,
.gen-detail-page {
  background: #f5f5f3;
  color: #1f2429;
  padding-bottom: 72px;
}

.gen-category-hero,
.gen-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
  align-items: center;
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  min-height: 470px;
  margin: 0 auto;
  padding: 72px clamp(22px, 8vw, 120px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 245, 243, .98) 0%, rgba(245, 245, 243, .84) 46%, rgba(245, 245, 243, .52) 100%),
    radial-gradient(circle at 82% 30%, rgba(219, 0, 45, .12), transparent 34%);
  border-bottom: 1px solid #deded9;
}

.gen-detail-hero {
  background:
    linear-gradient(90deg, rgba(32, 34, 35, .98), rgba(32, 34, 35, .86) 48%, rgba(32, 34, 35, .72)),
    radial-gradient(circle at 80% 28%, rgba(219, 0, 45, .28), transparent 38%);
  color: #fff;
}

.gen-category-hero h1,
.gen-detail-hero h1 {
  max-width: 680px;
  margin: 14px 0 18px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
}

.gen-category-hero p,
.gen-detail-hero p {
  max-width: 610px;
  font-size: 19px;
  line-height: 1.65;
}

.gen-category-hero > img,
.gen-detail-hero > img {
  justify-self: end;
  width: min(520px, 100%);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .18));
  animation: floatProduct 5.4s ease-in-out infinite;
}

.back-link {
  display: inline-flex;
  color: #d9002d;
  font-weight: 900;
  text-decoration: none;
}

.gen-detail-hero .back-link { color: #fff; }

.gen-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto;
  padding: clamp(22px, 6vw, 70px) 0 0;
  background: #deded9;
}

.gen-product-card {
  min-height: 430px;
  padding: 34px;
  color: #191d21;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.gen-product-card:hover {
  z-index: 1;
  transform: translateY(-6px);
  background: #fbfbfa;
  box-shadow: 0 24px 60px rgba(17, 24, 32, .13);
}

.gen-product-card img {
  display: block;
  width: 100%;
  height: 210px;
  margin: 0 auto 26px;
  object-fit: contain;
  transition: transform .45s ease;
}

.gen-product-card:hover img { transform: scale(1.07); }
.gen-product-card span { color: #d9002d; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.gen-product-card h3 { margin: 10px 0; font-size: 24px; line-height: 1.15; }
.gen-product-card p { max-width: 340px; font-size: 15px; line-height: 1.55; }

.gen-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto;
  padding: 0 0 82px;
  background: transparent;
}

.gen-specs article {
  min-height: 230px;
  padding: 34px;
  background: #fff;
}

.gen-specs h3 {
  margin: 0 0 12px;
  font-size: 23px;
}

.gen-specs p {
  margin: 0;
  color: #5b6269;
  line-height: 1.6;
}

.cp-product-detail-page {
  background: #f7f8f7;
}

.cp-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto;
  padding: 34px 0 20px;
  color: #7b8288;
  font-size: 13px;
}

.cp-detail-breadcrumb a {
  color: #53606b;
  text-decoration: none;
}

.cp-detail-breadcrumb span {
  margin: 0 10px;
  color: #a5acb2;
}

.cp-detail-breadcrumb strong {
  color: #1f2429;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cp-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .78fr);
  gap: clamp(34px, 5vw, 74px);
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto;
  padding: 8px 0 40px;
  border-bottom: 1px solid #e6e9eb;
}

.cp-detail-gallery {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  min-height: 520px;
}

.cp-detail-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
}

.cp-detail-thumbs button {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #e6e9eb;
  background: rgba(255, 255, 255, .86);
  border-radius: 10px;
  cursor: pointer;
}

.cp-detail-thumbs button.active,
.cp-detail-thumbs button:hover {
  border-color: #a60024;
}

.cp-detail-thumbs img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.cp-detail-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  background: transparent;
}

.cp-detail-image img {
  width: min(100%, 560px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .08));
}

.cp-detail-summary {
  padding-top: 18px;
}

.cp-detail-family {
  margin: 0 0 10px;
  color: #778089;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cp-detail-summary h1 {
  margin: 0 0 8px;
  color: #171b20;
  font-size: clamp(44px, 5vw, 66px);
  line-height: .98;
}

.cp-detail-subtitle {
  margin: 0 0 20px;
  color: #303840;
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.1;
  font-weight: 800;
}

.cp-detail-actions {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.cp-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  background: #b90028;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.cp-provider-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid #d8d6d1;
  color: #252b31;
  font-weight: 800;
  text-decoration: none;
}

.cp-detail-spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e6e9eb;
}

.cp-detail-spec-list li {
  padding: 11px 0;
  border-bottom: 1px solid #e6e9eb;
  color: #303840;
  font-size: 15px;
  line-height: 1.35;
}

.cp-detail-spec-list strong {
  font-weight: 900;
}

.cp-tab-system {
  width: min(var(--store-width), calc(100% - var(--store-gutter)));
  margin: 0 auto;
}

.cp-tab-system > input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.cp-detail-tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 0;
  width: 100%;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #e6e9eb;
}

.cp-detail-tabs label {
  padding: 18px 24px;
  border-bottom: 3px solid transparent;
  color: #343c44;
  font-weight: 800;
  cursor: pointer;
  transition: color .22s ease, border-color .22s ease, background .22s ease;
}

.cp-detail-tabs label:hover {
  color: #a60024;
  border-bottom-color: #a60024;
}

.cp-tab-system > input:nth-child(1):checked ~ .cp-detail-tabs label:nth-child(1),
.cp-tab-system > input:nth-child(2):checked ~ .cp-detail-tabs label:nth-child(2),
.cp-tab-system > input:nth-child(3):checked ~ .cp-detail-tabs label:nth-child(3) {
  color: #d9002d;
  border-bottom-color: #a60024;
}

.cp-tab-panels {
  position: relative;
  min-height: 460px;
  padding: 34px 0 70px;
}

.cp-tab-panel {
  display: none;
  padding: clamp(26px, 4vw, 44px);
  background: rgba(255, 255, 255, .86);
  border: 1px solid #e6e9eb;
  border-radius: 12px;
  box-shadow: none;
  animation: tabFade .22s ease both;
}

@keyframes tabFade {
  from {
    opacity: .82;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cp-tab-system > input:nth-child(1):checked ~ .cp-tab-panels .cp-tab-overview,
.cp-tab-system > input:nth-child(2):checked ~ .cp-tab-panels .cp-tab-specifications,
.cp-tab-system > input:nth-child(3):checked ~ .cp-tab-panels .cp-tab-downloads {
  display: block;
}

.cp-detail-content {
  display: block;
}

.cp-detail-main h2,
.cp-tab-panel h2 {
  margin: 0 0 22px;
  color: #1f252b;
  font-size: 30px;
  font-weight: 800;
}

.cp-detail-main p {
  max-width: 760px;
  color: #4a525a;
  font-size: 17px;
  line-height: 1.65;
}

.cp-detail-main h3,
.cp-feature-list {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: #e4e2dd;
}

.cp-feature-list article {
  padding: 24px;
  background: rgba(255, 255, 255, .76);
}

.cp-feature-list h4 {
  margin: 0 0 8px;
  font-size: 18px;
}

.cp-feature-list p {
  margin: 0;
  font-size: 15px;
}

.cp-application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cp-application-tags span {
  padding: 9px 14px;
  border: 1px solid #e2e0dc;
  background: rgba(255, 255, 255, .62);
  color: #3f474f;
  font-weight: 700;
}

.cp-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cp-panel-head button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #d8d6d1;
  background: #fff;
  color: #20262d;
  font-weight: 900;
}

.cp-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cp-spec-table th,
.cp-spec-table td {
  padding: 16px 18px;
  border-top: 1px solid #e2e0dc;
  text-align: left;
  vertical-align: top;
}

.cp-spec-table th {
  width: 260px;
  background: #f0efeb;
  color: #252b31;
}

.cp-download-card {
  display: grid;
  gap: 6px;
  max-width: 420px;
  padding: 22px;
  border: 1px solid #e2e0dc;
  color: #1c2228;
  text-decoration: none;
}

.cp-download-card span {
  color: #a60024;
  font-weight: 900;
}

.cp-download-card strong {
  font-size: 20px;
}

.minimal-product {
  width: min(1040px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 80px;
}

.minimal-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 44px;
  color: #7a838c;
  font-size: 13px;
}

.minimal-breadcrumb a {
  color: #5e6872;
  text-decoration: none;
}

.minimal-breadcrumb a:hover {
  color: #111827;
}

.minimal-product-hero {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, .8fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
  padding-bottom: 58px;
  border-bottom: 1px solid #e8eaed;
}

.minimal-product-media {
  display: grid;
  place-items: center;
  min-height: 430px;
  margin: 0;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 18px;
}

.minimal-product-media img {
  width: min(78%, 430px);
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(17, 24, 32, .07));
}

.minimal-product-info {
  max-width: 430px;
}

.minimal-kicker {
  margin-bottom: 12px;
  color: #7a838c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.minimal-product-info h1 {
  margin: 0;
  max-width: 430px;
  color: #111827;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.04em;
}

.minimal-subtitle {
  margin: 10px 0 18px;
  color: #202832;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.15;
}

.minimal-summary {
  max-width: 420px;
  color: #5a6570;
  font-size: 15.5px;
  line-height: 1.65;
}

.minimal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.minimal-primary,
.minimal-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.minimal-primary {
  background: #111827;
  color: #fff;
}

.minimal-secondary {
  border: 1px solid #d9dde2;
  background: #fff;
  color: #1f2933;
}

.minimal-specs {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid #e8eaed;
}

.minimal-specs div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e8eaed;
}

.minimal-specs dt {
  color: #7a838c;
  font-size: 13px;
  font-weight: 700;
}

.minimal-specs dd {
  margin: 0;
  color: #27313b;
  font-size: 13.5px;
}

.minimal-tabs {
  padding-top: 34px;
}

.minimal-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.minimal-tabs nav {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  background: #eef0f2;
  border-radius: 999px;
}

.minimal-tabs label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  color: #5f6a74;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.minimal-tabs > input:nth-child(1):checked ~ nav label:nth-child(1),
.minimal-tabs > input:nth-child(2):checked ~ nav label:nth-child(2),
.minimal-tabs > input:nth-child(3):checked ~ nav label:nth-child(3) {
  background: #fff;
  color: #111827;
  box-shadow: 0 2px 10px rgba(17, 24, 32, .06);
}

.minimal-panels {
  margin-top: 18px;
}

.minimal-panel {
  display: none;
  padding: 28px;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 18px;
  animation: minimalFade .2s ease both;
}

@keyframes minimalFade {
  from {
    opacity: .75;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.minimal-tabs > input:nth-child(1):checked ~ .minimal-panels .minimal-overview,
.minimal-tabs > input:nth-child(2):checked ~ .minimal-panels .minimal-specifications,
.minimal-tabs > input:nth-child(3):checked ~ .minimal-panels .minimal-downloads {
  display: block;
}

.minimal-panel h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.minimal-panel p {
  max-width: 760px;
  color: #5a6570;
  font-size: 15px;
  line-height: 1.7;
}

.minimal-panel p + p {
  margin-top: 12px;
}

.minimal-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.minimal-spec-table th,
.minimal-spec-table td {
  padding: 14px 0;
  border-top: 1px solid #edf0f2;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.minimal-spec-table th {
  width: 210px;
  color: #7a838c;
  font-weight: 700;
}

.minimal-spec-table td {
  color: #27313b;
}

.minimal-download {
  display: inline-grid;
  gap: 3px;
  min-width: 240px;
  padding: 18px;
  border: 1px solid #edf0f2;
  border-radius: 14px;
  background: #f9fafb;
  color: #111827;
  font-weight: 800;
  text-decoration: none;
}

.minimal-download span {
  color: #7a838c;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1050px) {
  .gen-category-hero,
  .gen-detail-hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gen-category-hero > img,
  .gen-detail-hero > img {
    justify-self: start;
    max-height: 300px;
  }

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

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

  .cp-detail-tabs {
    overflow-x: auto;
  }
}

@media (max-width: 700px) {
  .gen-category-hero,
  .gen-detail-hero {
    width: calc(100% - 36px);
    min-height: auto;
    padding: 42px 24px;
  }

  .gen-category-hero h1,
  .gen-detail-hero h1 {
    font-size: 42px;
  }

  .gen-category-hero p,
  .gen-detail-hero p {
    max-width: 340px;
    font-size: 17px;
  }

  .gen-category-hero > img,
  .gen-detail-hero > img {
    width: 100%;
    max-height: 250px;
  }

  .gen-product-grid,
  .gen-specs {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }

  .cp-detail-breadcrumb,
  .cp-detail-shell,
  .cp-tab-system {
    width: calc(100% - 36px);
  }

  .cp-detail-breadcrumb strong,
  .cp-detail-breadcrumb span:last-of-type {
    display: none;
  }

  .cp-detail-shell {
    gap: 20px;
    padding-bottom: 30px;
  }

  .cp-detail-gallery {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cp-detail-thumbs {
    flex-direction: row;
    order: 2;
    padding-top: 0;
  }

  .cp-detail-image {
    min-height: 300px;
  }

  .cp-detail-image img {
    max-height: 260px;
  }

  .cp-detail-summary h1 {
    font-size: 42px;
  }

  .cp-detail-tabs label {
    padding: 15px 16px;
    white-space: nowrap;
  }

  .cp-tab-panels {
    padding: 24px 0 48px;
  }

  .cp-tab-panel {
    padding: 24px 20px;
  }

  .cp-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cp-spec-table th,
  .cp-spec-table td {
    display: block;
    width: 100%;
  }

  .minimal-product {
    width: calc(100% - 36px);
    padding-top: 28px;
  }

  .minimal-breadcrumb {
    margin-bottom: 28px;
  }

  .minimal-product-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 38px;
  }

  .minimal-product-media {
    min-height: 280px;
    border-radius: 14px;
  }

  .minimal-product-media img {
    width: min(78%, 280px);
    max-height: 230px;
  }

  .minimal-product-info h1 {
    font-size: 42px;
  }

  .minimal-actions {
    flex-direction: column;
  }

  .minimal-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .minimal-tabs nav {
    width: 100%;
    overflow-x: auto;
  }

  .minimal-panel {
    padding: 22px;
  }

  .minimal-spec-table th,
  .minimal-spec-table td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .cp-products-intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cp-category-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .cp-products-intro {
    width: calc(100% - 44px);
    padding: 48px 0 36px;
  }

  .cp-products-intro h1 {
    max-width: 360px;
    font-size: 48px;
  }

  .cp-products-intro p {
    max-width: 360px;
    font-size: 18px;
    line-height: 1.35;
  }

  .cp-category-list {
    width: calc(100% - 36px);
    padding: 0 0 54px;
  }

  .cp-category-item {
    min-height: auto;
    padding: 28px 24px 26px;
  }

  .cp-category-image {
    min-height: 205px;
    margin-bottom: 24px;
  }

  .cp-category-image img {
    height: 190px;
  }

  .cp-category-item h2 {
    margin-bottom: 18px;
  }

  .cp-category-item p {
    max-width: 360px;
    font-size: 17px;
  }
}

@media (max-width: 1050px) {
  .solutions-hero,
  .solution-detail-hero,
  .solution-detail-layout {
    grid-template-columns: 1fr;
  }

  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-process {
    grid-template-columns: 1fr;
  }

  .solution-detail-layout aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .solutions-hero,
  .solution-detail-hero {
    width: min(100% - 28px, 680px);
    min-height: auto;
    padding: 42px 0 54px;
  }

  .solutions-hero h1,
  .solution-detail-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .solutions-hero figure,
  .solution-detail-hero figure,
  .solutions-hero img,
  .solution-detail-hero img {
    min-height: 320px;
  }

  .solution-grid {
    width: min(100% - 28px, 680px);
    grid-template-columns: 1fr;
  }

  .solution-card-modern {
    min-height: auto;
  }

  .solution-process {
    padding-inline: 14px;
  }

  .solution-detail-layout {
    width: min(100% - 28px, 680px);
  }
}

.cyber-solutions-page,
.cyber-solution-detail {
  background: #f4f4f4;
  color: #111;
}

.cyber-solutions-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}

.cyber-solutions-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transform: scale(1.03);
  animation: solutionImageIn .8s ease both;
}

.cyber-solutions-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.12) 62%, rgba(0,0,0,.42));
}

.cyber-solutions-hero > div {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 80px 0;
  color: #fff;
}

.cyber-solutions-hero p:first-child,
.cyber-detail-hero p,
.cyber-overview-row > div > p:first-child,
.cyber-feature-row > div > p:first-child,
.cyber-tools-row > div > p:first-child {
  margin-bottom: 12px;
  color: #d80032;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cyber-solutions-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(46px, 6vw, 86px);
  line-height: .96;
  letter-spacing: 0;
}

.cyber-solutions-hero p:last-child {
  max-width: 710px;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 1.55;
}

.cyber-solution-list {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 64px 0 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.cyber-solution-list a {
  min-height: 176px;
  padding: 26px;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #111;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cyber-solution-list a:hover {
  z-index: 1;
  transform: translateY(-4px);
  border-color: #d80032;
  box-shadow: 0 24px 45px rgba(0,0,0,.12);
}

.cyber-solution-list span {
  display: block;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 900;
}

.cyber-solution-list em {
  display: block;
  color: #555;
  font-style: normal;
  line-height: 1.5;
}

.cyber-detail-title {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 38px 0 46px;
  background: #f4f4f4;
}

.cyber-breadcrumb {
  margin-bottom: clamp(48px, 8vw, 104px);
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 800;
}

.cyber-breadcrumb a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cyber-detail-title > p {
  margin-bottom: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.cyber-detail-title h1 {
  max-width: 820px;
  color: #080808;
  font-size: clamp(54px, 7.2vw, 104px);
  line-height: .9;
  letter-spacing: 0;
}

.cyber-overview-row,
.cyber-feature-row,
.cyber-tools-row {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.cyber-overview-row {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 62px;
  align-items: start;
  padding: 44px 0 82px;
}

.cyber-overview-row h2,
.cyber-feature-row h2,
.cyber-tools-row h2 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(32px, 3.45vw, 50px);
  line-height: 1.04;
}

.cyber-feature-row h3,
.cyber-technology-row h3 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.cyber-overview-row p:not(:first-child),
.cyber-feature-row p:not(:first-child),
.cyber-tools-row p:not(:first-child) {
  max-width: 700px;
  color: #424242;
  font-size: 19px;
  line-height: 1.65;
}

.cyber-overview-row aside {
  display: grid;
  gap: 24px;
  background: transparent;
  color: #111;
}

.cyber-overview-row aside img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  background: #fff;
}

.cyber-overview-row aside strong {
  max-width: 520px;
  font-size: clamp(26px, 2.75vw, 40px);
  line-height: 1.1;
  font-weight: 900;
}

.cyber-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-top: 1px solid #ddd;
}

.cyber-feature-row + .cyber-feature-row {
  border-top: 0;
}

.cyber-feature-row.reverse {
  direction: rtl;
}

.cyber-feature-row.reverse > * {
  direction: ltr;
}

.cyber-feature-row > div {
  padding: clamp(42px, 5vw, 64px);
}

.cyber-feature-row figure {
  margin: 0;
  min-height: 390px;
  background: #ececec;
  overflow: hidden;
}

.cyber-feature-row img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform .5s ease;
}

.cyber-feature-row:hover img {
  transform: scale(1.04);
}

.cyber-feature-row a,
.cyber-tools-row a span {
  display: inline-flex;
  margin: 24px 14px 0 0;
  color: #d80032;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cyber-tools-row {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 18px;
  padding: 72px 0 94px;
}

.cyber-technology-row {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 76px 0 26px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
}

.cyber-technology-row > div:first-child p:first-child {
  margin-bottom: 12px;
  color: #d80032;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cyber-technology-row h2 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.cyber-technology-row > div:first-child p:not(:first-child) {
  color: #444;
  font-size: 18px;
  line-height: 1.62;
}

.cyber-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 28px;
}

.cyber-feature-grid article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: start;
}

.cyber-feature-grid img {
  width: 96px;
  height: 72px;
  object-fit: contain;
  background: #fff;
}

.cyber-feature-grid h3 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.cyber-feature-grid p {
  color: #5b5b5b;
  line-height: 1.45;
}

.cyber-tools-row > div {
  padding-right: 28px;
}

.cyber-tools-row a {
  display: grid;
  grid-template-rows: 220px auto;
  background: #fff;
  color: #111;
  overflow: hidden;
}

.cyber-tools-row img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #ececec;
}

.cyber-tools-row a span {
  margin: 0;
  padding: 22px 26px;
  background: #d80032;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 980px) {
  .cyber-solution-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .cyber-overview-row,
  .cyber-feature-row,
  .cyber-tools-row,
  .cyber-technology-row {
    grid-template-columns: 1fr;
  }

  .cyber-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .cyber-solutions-hero {
    min-height: 460px;
  }

  .cyber-solutions-hero > div,
  .cyber-detail-hero > div:not(.cyber-breadcrumb),
  .cyber-breadcrumb,
  .cyber-overview-row,
  .cyber-feature-row,
  .cyber-tools-row,
  .cyber-technology-row,
  .cyber-detail-title,
  .cyber-solution-list {
    width: calc(100% - 28px);
  }

  .cyber-solution-list {
    grid-template-columns: 1fr;
    padding: 34px 0 68px;
  }

  .cyber-feature-row > div {
    padding: 34px 24px;
  }
}

@media (max-width: 1050px) {
  .legrand-header .lg-menu-toggle {
    position: static !important;
    left: auto !important;
    top: auto !important;
    z-index: 2 !important;
  }

  .legrand-header::after {
    content: none !important;
    display: none !important;
  }

  .legrand-header .header-main,
  .legrand-header .lg-mainbar .lg-header-inner {
    padding-left: 0 !important;
  }

  .legrand-header .lg-nav.open {
    display: block !important;
  }
}

