:root {
  --poko-navy: #061b35;
  --poko-navy-deep: #031326;
  --poko-blue: #0a63b8;
  --poko-blue-dark: #084b8c;
  --poko-sky: #48aee8;
  --poko-soft: #eaf4fd;
  --poko-page: #f5f8fb;
  --poko-surface: #ffffff;
  --poko-text: #10263e;
  --poko-muted: #5b6f83;
  --poko-line: #dbe5ee;
  --poko-success: #087c6a;
  --poko-warning: #ce7b14;
  --poko-shadow: 0 22px 70px rgba(6, 27, 53, 0.1);
  --poko-radius: 6px;
  --poko-container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body.poko-site {
  margin: 0;
  border-top: 0 !important;
  color: var(--poko-text);
  background: var(--poko-surface);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.poko-site *,
body.poko-site *::before,
body.poko-site *::after {
  box-sizing: border-box;
}

body.poko-site h1,
body.poko-site h2,
body.poko-site h3,
body.poko-site p {
  margin-top: 0;
}

body.poko-site h1,
body.poko-site h2,
body.poko-site h3 {
  color: inherit;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

body.poko-site h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(2.7rem, 5.4vw, 5.65rem);
  font-weight: 690;
}

body.poko-site h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  font-weight: 660;
}

body.poko-site h3 {
  margin-bottom: 13px;
  font-size: 1.3rem;
  font-weight: 680;
  letter-spacing: -0.02em;
}

body.poko-site p {
  margin-bottom: 20px;
}

body.poko-site a {
  color: inherit;
  text-decoration: none;
}

body.poko-site img {
  max-width: 100%;
}

.poko-container {
  width: min(calc(100% - 48px), var(--poko-container));
  margin-inline: auto;
}

.poko-skip-link {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: white;
  background: var(--poko-navy);
  transform: translateY(-150%);
}

.poko-skip-link:focus {
  transform: translateY(0);
}

.poko-breadcrumbs {
  border-bottom: 1px solid var(--poko-line);
  color: var(--poko-muted);
  background: var(--poko-surface);
  font-size: 0.84rem;
}

.poko-breadcrumbs ol {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.poko-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.poko-breadcrumbs li + li::before {
  color: #94a7b9;
  content: "/";
}

.poko-breadcrumbs a {
  color: var(--poko-blue-dark);
  font-weight: 650;
}

.poko-breadcrumbs a:hover,
.poko-breadcrumbs a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.poko-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(219, 229, 238, 0.8);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.22s ease, background-color 0.22s ease;
  -webkit-backdrop-filter: blur(12px);
}

.poko-not-found {
  display: grid;
  min-height: 65vh;
  align-items: center;
  padding-block: 100px;
  background:
    linear-gradient(rgba(10, 99, 184, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 99, 184, 0.045) 1px, transparent 1px),
    var(--poko-page);
  background-size: 48px 48px;
}

.poko-not-found__inner {
  max-width: 860px;
}

.poko-not-found h1 {
  max-width: 760px;
}

.poko-not-found .poko-hero__lead {
  max-width: 720px;
}

.poko-not-found__links {
  display: grid;
  margin-top: 54px;
  border-top: 1px solid var(--poko-line);
  border-left: 1px solid var(--poko-line);
  grid-template-columns: repeat(4, 1fr);
}

.poko-not-found__links a {
  min-height: 84px;
  padding: 26px 22px;
  border-right: 1px solid var(--poko-line);
  border-bottom: 1px solid var(--poko-line);
  color: var(--poko-navy);
  background: var(--poko-surface);
  font-weight: 720;
}

.poko-not-found__links a:hover,
.poko-not-found__links a:focus-visible {
  color: white;
  background: var(--poko-navy);
}

.poko-header.is-sticky {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(6, 27, 53, 0.09);
}

.poko-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.poko-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.poko-brand__symbol {
  position: relative;
  display: block;
  width: 46px;
  height: 48px;
  overflow: hidden;
  flex: 0 0 46px;
}

.poko-brand__symbol img {
  position: absolute;
  top: -16px;
  left: -35px;
  display: block;
  width: 116px;
  max-width: none !important;
  height: auto;
}

.poko-brand__text {
  display: flex;
  color: #0d5598;
  line-height: 1;
  flex-direction: column;
}

.poko-brand__text strong {
  font-size: 1.58rem;
  font-weight: 760;
  letter-spacing: -0.055em;
}

.poko-brand__text small {
  margin-top: 4px;
  color: #263646;
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.poko-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 570;
}

.poko-nav > a:not(.poko-nav__contact):not(.poko-nav__language) {
  position: relative;
  padding-block: 26px;
  color: #243c55;
}

.poko-nav > a:not(.poko-nav__contact):not(.poko-nav__language)::after {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 2px;
  background: var(--poko-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 0.2s ease;
}

.poko-nav > a:hover,
.poko-nav > a:focus-visible,
.poko-nav > a.is-active {
  color: var(--poko-blue);
}

.poko-nav > a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(10, 99, 184, 0.32);
  outline-offset: 4px;
}

.poko-nav > a:hover::after,
.poko-nav > a:focus-visible::after,
.poko-nav > a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.poko-nav__contact {
  padding: 11px 18px;
  border: 1px solid var(--poko-navy);
  border-radius: var(--poko-radius);
  color: white !important;
  background: var(--poko-navy);
}

.poko-nav__contact:hover,
.poko-nav__contact:focus-visible {
  border-color: var(--poko-blue);
  background: var(--poko-blue);
}

.poko-nav__contact.is-active {
  border-color: var(--poko-blue);
  background: var(--poko-blue);
  box-shadow: 0 0 0 3px rgba(10, 99, 184, 0.14);
}

.poko-nav__language {
  display: inline-flex;
  min-width: 42px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  border-left: 1px solid var(--poko-line);
  color: #243c55;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.poko-nav__language-label {
  display: none;
  letter-spacing: 0;
}

.poko-menu-button {
  display: none;
  align-items: center;
  gap: 10px;
  border: 0;
  color: var(--poko-navy);
  background: none;
  font: inherit;
  font-weight: 650;
}

.poko-menu-button__icon,
.poko-menu-button__icon::before,
.poko-menu-button__icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: 0.2s ease;
}

.poko-menu-button__icon::before {
  transform: translateY(-7px);
}

.poko-menu-button__icon::after {
  transform: translateY(5px);
}

.poko-eyebrow {
  margin-bottom: 18px !important;
  color: var(--poko-blue);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.poko-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(234, 244, 253, 0.7) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(rgba(234, 244, 253, 0.7) 1px, transparent 1px) 0 0 / 96px 96px,
    #f8fbfe;
}

.poko-hero::before {
  position: absolute;
  top: 0;
  left: 52%;
  width: 1px;
  height: 100%;
  background: var(--poko-line);
  content: "";
}

.poko-hero__grid {
  display: grid;
  min-height: 690px;
  align-items: center;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
}

.poko-hero--home h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5vw, 5.15rem);
}

.poko-hero__content {
  position: relative;
  z-index: 2;
  padding-block: 95px;
}

.poko-hero__lead {
  max-width: 720px;
  margin-bottom: 32px !important;
  color: var(--poko-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.poko-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.poko-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: var(--poko-radius);
  font-size: 0.91rem;
  font-weight: 690;
  line-height: 1.2;
  transition: 0.2s ease;
}

.poko-button:hover,
.poko-button:focus-visible {
  transform: translateY(-2px);
}

.poko-button--primary {
  color: white !important;
  background: var(--poko-blue);
  box-shadow: 0 13px 30px rgba(10, 99, 184, 0.2);
}

.poko-button--primary:hover {
  background: var(--poko-blue-dark);
}

.poko-button--outline {
  border-color: #9bb0c3;
  color: var(--poko-navy) !important;
  background: white;
}

.poko-button--text {
  color: var(--poko-navy) !important;
  background: transparent;
}

.poko-button--light {
  color: var(--poko-navy) !important;
  background: white;
}

.poko-button--text-light {
  color: white !important;
  background: transparent;
}

.poko-hero__visual {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
}

.poko-portfolio-panel {
  position: relative;
  width: 100%;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #274561;
  border-radius: 10px;
  color: white;
  background: var(--poko-navy);
  box-shadow: 0 28px 80px rgba(6, 27, 53, 0.2);
}

.poko-portfolio-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--poko-blue);
  content: "";
}

.poko-portfolio-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #2d4966;
}

.poko-portfolio-panel__header span,
.poko-portfolio-panel__header small {
  display: block;
}

.poko-portfolio-panel__header span {
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.poko-portfolio-panel__header small {
  margin-top: 3px;
  color: #9db9d1;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
}

.poko-portfolio-panel__header > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--poko-success);
  box-shadow: 0 0 0 5px rgba(8, 124, 106, 0.16);
}

.poko-portfolio-panel > p {
  max-width: 430px;
  margin: 24px 0 20px;
  color: #c7d8e8;
  font-size: 1.05rem;
  line-height: 1.5;
}

.poko-portfolio-list {
  display: grid;
  gap: 10px;
}

.poko-portfolio-list > a {
  display: grid;
  min-height: 76px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #2c4b68;
  border-radius: var(--poko-radius);
  background: rgba(255, 255, 255, 0.035);
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  transition: 0.2s ease;
}

.poko-portfolio-list > a:hover,
.poko-portfolio-list > a:focus-visible {
  border-color: #4f7698;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(3px);
}

.poko-portfolio-list span,
.poko-portfolio-list strong,
.poko-portfolio-list small {
  display: block;
}

.poko-portfolio-list strong {
  color: white;
  font-size: 0.96rem;
}

.poko-portfolio-list small {
  color: #a9c2d8;
  font-size: 0.76rem;
}

.poko-portfolio-list em {
  color: var(--poko-sky);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.poko-portfolio-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.poko-portfolio-dot--green { background: var(--poko-success); }
.poko-portfolio-dot--blue { background: #3d84d1; }
.poko-portfolio-dot--sky { background: var(--poko-sky); }

.poko-portfolio-panel__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #2d4966;
  color: #9db9d1;
  font-size: 0.73rem;
}

.poko-portfolio-panel__footer strong {
  color: white;
}

.poko-system-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(16, 38, 62, 0.15);
  border-radius: var(--poko-radius);
  background: white;
  box-shadow: var(--poko-shadow);
}

.poko-system-card span {
  color: var(--poko-blue);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.13em;
}

.poko-system-card strong {
  color: var(--poko-navy);
  line-height: 1.35;
}

.poko-system-card--primary {
  top: 80px;
  right: 0;
  width: 82%;
  min-height: 220px;
  justify-content: space-between;
  padding: 30px;
  border-top: 4px solid var(--poko-blue);
}

.poko-system-card--primary strong {
  max-width: 340px;
  font-size: 1.5rem;
}

.poko-system-card--glpi,
.poko-system-card--auto {
  bottom: 70px;
  width: 46%;
  min-height: 135px;
  justify-content: center;
  gap: 14px;
  padding: 25px;
}

.poko-system-card--glpi {
  left: 0;
}

.poko-system-card--auto {
  right: 0;
}

.poko-status-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.poko-status-line i {
  height: 7px;
  border-radius: 5px;
  background: var(--poko-success);
}

.poko-status-line i:nth-child(3) {
  background: var(--poko-warning);
}

.poko-connector {
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 100px;
  background: #a9bed1;
}

.poko-connector--one {
  top: 270px;
  left: 27%;
  transform: rotate(30deg);
}

.poko-connector--two {
  top: 270px;
  right: 22%;
  transform: rotate(-30deg);
}

.poko-trust-strip {
  color: white;
  background: var(--poko-navy);
}

.poko-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.poko-trust-strip__grid > div {
  display: flex;
  min-height: 122px;
  justify-content: center;
  padding: 27px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  flex-direction: column;
}

.poko-trust-strip__grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.poko-trust-strip strong,
.poko-trust-strip span {
  display: block;
}

.poko-trust-strip strong {
  margin-bottom: 8px;
  font-size: 0.96rem;
}

.poko-trust-strip span {
  color: #adc9e2;
  font-size: 0.82rem;
}

.poko-section {
  padding-block: 98px;
}

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

.poko-section--navy {
  color: white;
  background: var(--poko-navy);
}

.poko-section--navy h2,
.poko-section--navy h3 {
  color: white;
}

.poko-section--navy p {
  color: #c0d3e5;
}

.poko-section-intro {
  max-width: 760px;
  margin-bottom: 46px;
}

.poko-section-intro > p:last-child {
  max-width: 680px;
  color: var(--poko-muted);
  font-size: 1.07rem;
}

.poko-section--navy .poko-section-intro > p:last-child {
  color: #bdd0e2;
}

.poko-card-grid {
  display: grid;
  gap: 20px;
}

.poko-card-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.poko-card-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.poko-card {
  position: relative;
  display: flex;
  min-height: 285px;
  padding: 30px;
  border: 1px solid var(--poko-line);
  border-radius: var(--poko-radius);
  background: white;
  transition: 0.22s ease;
  flex-direction: column;
}

.poko-card:hover {
  border-color: #a8c3dd;
  box-shadow: 0 18px 55px rgba(6, 27, 53, 0.08);
  transform: translateY(-4px);
}

.poko-card__number {
  display: inline-flex;
  width: max-content;
  min-height: 25px;
  align-items: center;
  margin-bottom: 16px;
  padding: 3px 9px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: var(--poko-blue);
  font-size: 0.68rem;
  font-weight: 780;
}

.poko-card p {
  color: var(--poko-muted);
  font-size: 0.94rem;
}

.poko-card > a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--poko-blue);
  font-size: 0.9rem;
  font-weight: 680;
}

.poko-card--compact {
  min-height: 250px;
}

.poko-card-grid--dark .poko-card {
  border-color: #294966;
  color: white;
  background: var(--poko-navy);
  box-shadow: 0 18px 44px rgba(6, 27, 53, 0.1);
}

.poko-card-grid--dark .poko-card:hover {
  border-color: #4f7698;
  box-shadow: 0 22px 55px rgba(6, 27, 53, 0.17);
}

.poko-card-grid--dark .poko-card__number,
.poko-card-grid--dark .poko-card > a {
  color: var(--poko-sky);
}

.poko-card-grid--dark .poko-card p {
  color: #bdd0e2;
}

.poko-feature-split {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.poko-feature-split > div:first-child > p:not(.poko-eyebrow) {
  max-width: 620px;
  font-size: 1.05rem;
}

.poko-feature-split--light {
  align-items: start;
}

.poko-fact-grid {
  display: grid;
  border-top: 1px solid #35506b;
  border-left: 1px solid #35506b;
  grid-template-columns: repeat(2, 1fr);
}

.poko-fact-grid > div {
  min-height: 165px;
  padding: 26px;
  border-right: 1px solid #35506b;
  border-bottom: 1px solid #35506b;
}

.poko-fact-grid span {
  display: block;
  margin-bottom: 17px;
  color: var(--poko-sky);
  font-size: 0.72rem;
  font-weight: 780;
}

.poko-fact-grid strong {
  display: block;
  margin-bottom: 8px;
}

.poko-fact-grid p {
  margin: 0;
  font-size: 0.85rem;
}

.poko-fact-grid--navy {
  border-color: #35506b;
  color: white;
  background: var(--poko-navy);
}

.poko-fact-grid--navy > div {
  border-color: #35506b;
}

.poko-fact-grid--navy strong,
.poko-fact-grid--navy h3 {
  color: white;
}

.poko-fact-grid--navy p {
  color: #bdd0e2;
}

.poko-partner-block {
  display: grid;
  align-items: center;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.poko-partner-block__badge {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  padding: 45px;
  border: 1px solid var(--poko-line);
  background: var(--poko-page);
}

.poko-partner-block__badge img {
  max-width: 260px;
  max-height: 260px;
  object-fit: contain;
}

.poko-partner-block > div:last-child {
  max-width: 650px;
}

.poko-partner-block--about {
  grid-template-columns: 1.28fr 0.72fr;
}

.poko-partner-block--about > div:last-child {
  max-width: none;
}

.poko-partner-block--about .poko-partner-block__badge {
  min-height: 320px;
}

.poko-process {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.poko-process li {
  min-height: 215px;
  padding: 28px;
  border: 1px solid #35506b;
  border-right: 0;
  color: white;
  background: var(--poko-navy);
}

.poko-process li:last-child {
  border-right: 1px solid #35506b;
}

.poko-process span {
  display: block;
  width: max-content;
  margin-bottom: 18px;
  padding: 3px 9px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: var(--poko-sky);
  font-size: 0.68rem;
  font-weight: 780;
}

.poko-process p {
  margin: 0;
  color: #bdd0e2;
  font-size: 0.87rem;
}

.poko-process--dark li {
  border-color: #35506b;
  background: transparent;
}

.poko-process--dark li:last-child {
  border-color: #35506b;
}

.poko-process--dark p {
  color: #b9cee1;
}

.poko-page-hero {
  padding-block: 96px;
  background: var(--poko-page);
}

.poko-page-hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.poko-page-hero__grid h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.4vw, 4.15rem);
}

.poko-page-hero--monitor .poko-page-hero__grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 64px;
}

.poko-page-hero--monitor .poko-page-hero__grid h1 {
  max-width: 650px;
  font-size: clamp(2.65rem, 3.65vw, 3.65rem);
}

.poko-page-hero--simple .poko-container,
.poko-page-hero--legal .poko-container,
.poko-page-hero--contact .poko-container {
  max-width: 1000px;
  margin-left: max(24px, calc((100% - var(--poko-container)) / 2));
}

.poko-page-hero--simple h1,
.poko-page-hero--contact h1 {
  max-width: 1060px;
}

.poko-mini-facts {
  border-top: 1px solid #35506b;
  border-bottom: 1px solid #35506b;
  color: white;
  background: var(--poko-navy);
}

.poko-mini-facts .poko-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.poko-mini-facts .poko-container > div {
  display: flex;
  min-height: 96px;
  justify-content: center;
  padding: 22px 25px;
  border-left: 1px solid #35506b;
  flex-direction: column;
}

.poko-mini-facts .poko-container > div:last-child {
  border-right: 1px solid #35506b;
}

.poko-mini-facts strong,
.poko-mini-facts span {
  display: block;
}

.poko-mini-facts strong {
  margin-bottom: 5px;
  color: white;
}

.poko-mini-facts span {
  color: #adc9e2;
  font-size: 0.82rem;
}

.poko-product-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #c8d8e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(6, 27, 53, 0.11);
}

.poko-product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.poko-product-shot figcaption {
  padding: 14px 17px;
  border-top: 1px solid var(--poko-line);
  color: var(--poko-muted);
  background: #fff;
  font-size: 0.77rem;
  line-height: 1.5;
}

.poko-product-shot--hero {
  width: 100%;
}

.poko-product-shot--hero img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}

.poko-page-hero--monitor .poko-product-shot--hero img {
  aspect-ratio: 2.095 / 1;
  object-fit: contain;
  object-position: center;
}

.poko-editorial-intro {
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.poko-editorial-intro h2 {
  max-width: 650px;
}

.poko-rich-copy {
  max-width: 720px;
  padding-top: 31px;
}

.poko-rich-copy p {
  color: var(--poko-muted);
  font-size: 1.04rem;
}

.poko-rich-copy p + p {
  margin-top: 22px;
}

.poko-product-story {
  display: grid;
  align-items: center;
  padding-block: 58px;
  border-top: 1px solid var(--poko-line);
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
}

.poko-product-story:last-child {
  padding-bottom: 0;
}

.poko-product-story--reverse {
  grid-template-columns: 1.28fr 0.72fr;
}

.poko-product-story--reverse .poko-product-story__copy {
  order: 2;
}

.poko-product-story__copy > span {
  display: inline-flex;
  width: max-content;
  min-height: 25px;
  align-items: center;
  margin-bottom: 16px;
  padding: 3px 9px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: var(--poko-blue);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.poko-product-story__copy h3 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.poko-product-story__copy p {
  margin: 0;
  color: var(--poko-muted);
  font-size: 1rem;
}

.poko-product-shot-stack {
  display: grid;
  gap: 24px;
}

.poko-map-showcase__header {
  display: grid;
  align-items: end;
  margin-bottom: 48px;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 80px;
}

.poko-map-showcase__header h2 {
  max-width: 790px;
  margin-bottom: 0;
}

.poko-map-showcase__header > div:last-child p {
  margin: 0;
  color: #bdd0e2;
  font-size: 1.03rem;
}

.poko-product-shot--map {
  border-color: #35506b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.poko-product-shot--map img {
  aspect-ratio: 16 / 8.7;
  object-fit: cover;
}

.poko-map-points {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid #35506b;
  border-left: 1px solid #35506b;
  grid-template-columns: repeat(3, 1fr);
}

.poko-map-points > div {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid #35506b;
  border-bottom: 1px solid #35506b;
}

.poko-map-points span,
.poko-map-points strong {
  display: block;
}

.poko-map-points span {
  width: max-content;
  margin-bottom: 14px;
  padding: 3px 9px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: var(--poko-sky);
  font-size: 0.68rem;
  font-weight: 780;
}

.poko-map-points strong {
  margin-bottom: 8px;
  color: #fff;
}

.poko-map-points p {
  margin: 0;
  color: #bdd0e2;
  font-size: 0.86rem;
}

.poko-detail-grid {
  display: grid;
  border-top: 1px solid #35506b;
  border-left: 1px solid #35506b;
  grid-template-columns: repeat(4, 1fr);
}

.poko-detail-grid--three-centered {
  width: min(100%, 930px);
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
}

.poko-detail-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid #35506b;
  border-bottom: 1px solid #35506b;
  color: white;
  background: var(--poko-navy);
}

.poko-detail-grid h3 {
  font-size: 1.18rem;
}

.poko-detail-grid p {
  margin: 0;
  color: #bdd0e2;
  font-size: 0.88rem;
}

.poko-detail-grid--dark {
  border-color: #35506b;
}

.poko-detail-grid--dark article {
  border-color: #35506b;
  background: transparent;
}

.poko-detail-grid--dark p {
  color: #bdd0e2;
}

.poko-process--five {
  grid-template-columns: repeat(5, 1fr);
}

.poko-process--five li {
  min-height: 240px;
  padding: 26px;
}

.poko-process--five span {
  margin-bottom: 18px;
}

.poko-glpi-hero-stack {
  position: relative;
  padding-bottom: 72px;
}

.poko-partner-chip {
  position: absolute;
  right: 22px;
  bottom: 0;
  display: flex;
  width: min(410px, 88%);
  min-height: 104px;
  align-items: center;
  gap: 18px;
  padding: 17px 20px;
  border: 1px solid var(--poko-line);
  background: #fff;
  box-shadow: var(--poko-shadow);
}

.poko-partner-chip img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.poko-partner-chip span,
.poko-partner-chip strong {
  display: block;
}

.poko-partner-chip span {
  color: var(--poko-muted);
  font-size: 0.78rem;
}

.poko-partner-chip strong {
  margin-bottom: 4px;
  color: var(--poko-navy);
  font-size: 0.94rem;
}

.poko-partner-block--compact .poko-partner-block__badge {
  min-height: 300px;
}

.poko-centreon-visual {
  position: relative;
  padding-top: 72px;
}

.poko-brand-lockup {
  position: absolute;
  top: 0;
  left: 0;
  width: min(260px, 58%);
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.poko-monitor-ui {
  overflow: hidden;
  border: 1px solid #c6d6e5;
  border-radius: 8px;
  background: #f7fafc;
  box-shadow: var(--poko-shadow);
  transform: perspective(1200px) rotateY(-3deg);
}

.poko-monitor-ui__top {
  display: flex;
  height: 64px;
  align-items: center;
  gap: 16px;
  padding-inline: 22px;
  color: white;
  background: var(--poko-navy);
}

.poko-monitor-ui__top strong {
  font-size: 0.9rem;
}

.poko-monitor-ui__top span {
  color: #afc7dd;
  font-size: 0.68rem;
}

.poko-monitor-ui__top i {
  width: 26px;
  height: 26px;
  margin-left: auto;
  border: 2px solid var(--poko-sky);
  border-radius: 50%;
}

.poko-monitor-ui__body {
  display: grid;
  min-height: 410px;
  grid-template-columns: 62px 1fr;
}

.poko-monitor-ui__side {
  padding-top: 26px;
  border-right: 1px solid var(--poko-line);
  background: white;
}

.poko-monitor-ui__side i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 25px;
  border: 2px solid #9db4c8;
  border-radius: 3px;
}

.poko-monitor-ui__side i:first-child {
  border-color: var(--poko-blue);
  background: var(--poko-soft);
}

.poko-monitor-ui__main {
  padding: 22px;
}

.poko-monitor-ui__stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.poko-monitor-ui__stats span {
  padding: 13px;
  border: 1px solid var(--poko-line);
  background: white;
}

.poko-monitor-ui__stats b,
.poko-monitor-ui__stats small {
  display: block;
}

.poko-monitor-ui__stats b {
  color: var(--poko-navy);
  font-size: 1.05rem;
}

.poko-monitor-ui__stats small {
  color: var(--poko-muted);
  font-size: 0.6rem;
}

.poko-monitor-ui__map {
  position: relative;
  height: 175px;
  margin-block: 16px;
  overflow: hidden;
  border: 1px solid var(--poko-line);
  background:
    linear-gradient(25deg, transparent 48%, #d9e7f2 49%, #d9e7f2 51%, transparent 52%) 0 0 / 80px 55px,
    linear-gradient(-25deg, transparent 48%, #d9e7f2 49%, #d9e7f2 51%, transparent 52%) 0 0 / 80px 55px,
    #eef5fa;
}

.poko-monitor-ui__map .dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--poko-success);
  box-shadow: 0 0 0 2px var(--poko-success);
}

.poko-monitor-ui__map .dot--one { top: 38%; left: 22%; }
.poko-monitor-ui__map .dot--two { top: 55%; left: 47%; background: var(--poko-warning); box-shadow: 0 0 0 2px var(--poko-warning); }
.poko-monitor-ui__map .dot--three { top: 30%; left: 69%; }
.poko-monitor-ui__map .dot--four { top: 68%; left: 78%; }

.poko-monitor-ui__rows span {
  display: grid;
  align-items: center;
  padding: 8px 5px;
  border-bottom: 1px solid var(--poko-line);
  color: var(--poko-muted);
  font-size: 0.65rem;
  grid-template-columns: 18px 1fr auto;
}

.poko-monitor-ui__rows i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.poko-monitor-ui__rows .ok { background: var(--poko-success); }
.poko-monitor-ui__rows .warn { background: var(--poko-warning); }
.poko-monitor-ui__rows b { color: var(--poko-text); font-size: 0.6rem; }

.poko-architecture {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
}

.poko-architecture > div {
  min-height: 170px;
  padding: 25px;
  border: 1px solid #35506b;
}

.poko-architecture span,
.poko-architecture strong,
.poko-architecture small {
  display: block;
}

.poko-architecture span {
  margin-bottom: 35px;
  color: var(--poko-sky);
  font-size: 0.7rem;
  font-weight: 780;
}

.poko-architecture strong {
  margin-bottom: 8px;
  line-height: 1.3;
}

.poko-architecture small {
  color: #abc5db;
}

.poko-architecture > i {
  color: var(--poko-sky);
  font-style: normal;
}

.poko-license-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
}

.poko-license-grid > div:first-child > p:not(.poko-eyebrow) {
  max-width: 680px;
  color: var(--poko-muted);
}

.poko-note {
  display: grid;
  margin-top: 30px;
  padding: 22px;
  border-left: 4px solid var(--poko-blue);
  background: var(--poko-soft);
  gap: 4px;
}

.poko-note span {
  color: var(--poko-muted);
  font-size: 0.88rem;
}

.poko-license-card {
  padding: 42px;
  color: white;
  background: var(--poko-navy);
}

.poko-license-card > span {
  display: block;
  margin-bottom: 45px;
  color: var(--poko-sky);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.poko-license-card h3 {
  color: white;
  font-size: 1.8rem;
}

.poko-license-card ul {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.poko-license-card li {
  position: relative;
  padding: 12px 0 12px 27px;
  border-top: 1px solid #35506b;
  color: #c2d4e5;
  font-size: 0.9rem;
}

.poko-license-card li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--poko-sky);
  content: "";
}

.poko-partner-proof {
  padding: 48px;
  border: 1px solid var(--poko-line);
  background: white;
  box-shadow: var(--poko-shadow);
}

.poko-partner-proof img {
  width: 150px;
  max-height: 150px;
  margin-bottom: 30px;
  object-fit: contain;
}

.poko-partner-proof h2 {
  font-size: 2rem !important;
}

.poko-partner-proof > p:not(.poko-eyebrow) {
  color: var(--poko-muted);
  font-size: 0.92rem;
}

.poko-partner-proof > a {
  color: var(--poko-blue);
  font-size: 0.9rem;
  font-weight: 680;
}

.poko-outcomes {
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.poko-outcome-list {
  border-top: 1px solid var(--poko-line);
}

.poko-outcome-list > div {
  display: grid;
  padding: 25px 0;
  border-bottom: 1px solid var(--poko-line);
  grid-template-columns: 0.7fr 1.3fr;
  gap: 30px;
}

.poko-outcome-list span {
  color: var(--poko-muted);
}

.poko-disclosure {
  padding-block: 28px;
  border-top: 1px solid #cfe0ee;
  border-bottom: 1px solid #cfe0ee;
  background: var(--poko-soft);
}

.poko-disclosure .poko-container {
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  gap: 45px;
}

.poko-disclosure p {
  margin: 0;
  color: var(--poko-muted);
  font-size: 0.88rem;
}

.poko-check-list {
  border-top: 1px solid var(--poko-line);
}

.poko-check-list > div {
  display: grid;
  padding: 27px 0;
  border-bottom: 1px solid var(--poko-line);
  grid-template-columns: 0.45fr 1.55fr;
  gap: 25px;
}

.poko-check-list strong {
  color: var(--poko-blue);
}

.poko-check-list span {
  color: var(--poko-muted);
}

.poko-page-hero--contact,
.poko-page-hero--legal {
  padding-block: 90px;
  color: white;
  background: var(--poko-navy);
}

.poko-page-hero--contact h1,
.poko-page-hero--legal h1 {
  color: white;
}

.poko-page-hero--contact .poko-hero__lead,
.poko-page-hero--legal .poko-hero__lead {
  color: #bfd3e5;
}

.poko-page-hero--about {
  padding-block: 112px;
  background:
    linear-gradient(var(--poko-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--poko-grid) 1px, transparent 1px),
    var(--poko-page);
  background-size: 48px 48px;
}

.poko-about-hero {
  max-width: 980px;
  margin-left: max(24px, calc((100% - var(--poko-container)) / 2));
}

.poko-about-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 5.3vw, 5.4rem);
}

.poko-about-hero .poko-hero__lead {
  max-width: 760px;
}

.poko-company-profile {
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.poko-company-profile > div:first-child {
  max-width: 580px;
}

.poko-company-facts {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--poko-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poko-company-facts > div {
  min-height: 145px;
  padding: 26px 24px;
  border-right: 1px solid var(--poko-line);
  border-bottom: 1px solid var(--poko-line);
}

.poko-company-facts > div:nth-child(odd) {
  border-left: 1px solid var(--poko-line);
}

.poko-company-facts dt {
  margin-bottom: 14px;
  color: var(--poko-blue);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.poko-company-facts dd {
  margin: 0;
  color: var(--poko-ink);
  font-size: 1.02rem;
  font-weight: 680;
}

.poko-section--contact {
  background: var(--poko-page);
}

.poko-contact-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.56fr 1.44fr;
  gap: 70px;
}

.poko-contact-aside {
  position: sticky;
  top: 120px;
}

.poko-contact-aside h2 {
  font-size: 1.7rem;
}

.poko-contact-aside > a {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--poko-blue);
  font-size: 1.05rem;
  font-weight: 680;
}

.poko-contact-aside > p {
  color: var(--poko-muted);
}

.poko-contact-expect {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--poko-line);
}

.poko-contact-expect p {
  margin-top: 10px;
  color: var(--poko-muted);
  font-size: 0.88rem;
}

.poko-form-card {
  padding: clamp(28px, 5vw, 55px);
  border: 1px solid var(--poko-line);
  background: white;
  box-shadow: var(--poko-shadow);
}

.poko-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.poko-field {
  margin-bottom: 20px;
}

.poko-field label,
.poko-license-fields legend {
  display: block;
  margin-bottom: 8px;
  color: var(--poko-navy);
  font-size: 0.86rem;
  font-weight: 680;
}

.poko-field input,
.poko-field select,
.poko-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #b8c8d7;
  border-radius: 2px;
  color: var(--poko-text);
  background: white;
  font: inherit;
  font-size: 0.94rem;
}

.poko-field textarea {
  resize: vertical;
}

.poko-field input:focus,
.poko-field select:focus,
.poko-field textarea:focus {
  border-color: var(--poko-blue);
  outline: 3px solid rgba(10, 99, 184, 0.12);
}

.poko-license-fields {
  margin: 16px 0 30px;
  padding: 30px;
  border: 1px solid var(--poko-line);
  background: var(--poko-page);
}

.poko-license-fields legend {
  padding: 0 10px;
  font-size: 1rem;
}

.poko-license-fields > p {
  color: var(--poko-muted);
  font-size: 0.84rem;
}

.poko-consent {
  display: flex;
  align-items: flex-start;
  margin: 8px 0 28px;
  gap: 12px;
  color: var(--poko-muted);
  font-size: 0.84rem;
}

.poko-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.poko-consent a {
  color: var(--poko-blue) !important;
  text-decoration: underline !important;
}

.poko-form__note {
  margin: 18px 0 0;
  color: var(--poko-muted);
  font-size: 0.78rem;
}

.poko-honeypot {
  position: absolute;
  left: -9999px;
}

.poko-form-status {
  margin-bottom: 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--poko-success);
  color: #075c50;
  background: #e7f5f1;
  font-size: 0.92rem;
}

.poko-form-status--error,
.poko-form-status--invalid,
.poko-form-status--missing,
.poko-form-status--security {
  border-color: #b9483e;
  color: #8d2d26;
  background: #faecea;
}

.poko-legal {
  display: grid;
  align-items: start;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 80px;
}

.poko-legal__summary {
  position: sticky;
  top: 120px;
  padding: 28px;
  border: 1px solid var(--poko-line);
  background: var(--poko-page);
}

.poko-legal__summary p {
  margin: 12px 0;
  color: var(--poko-muted);
  font-size: 0.9rem;
}

.poko-legal__summary a {
  color: var(--poko-blue);
}

.poko-legal__content {
  max-width: 760px;
}

.poko-legal__content section {
  padding: 0 0 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--poko-line);
}

.poko-legal__content h2 {
  margin-bottom: 16px;
  font-size: 1.65rem;
}

.poko-legal__content p {
  color: var(--poko-muted);
}

.poko-cta {
  padding-block: 72px;
  color: white;
  background: var(--poko-blue);
}

.poko-cta__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 65px;
}

.poko-cta h2 {
  max-width: 780px;
  margin-bottom: 12px !important;
  color: white;
  font-size: clamp(2rem, 3.3vw, 3.25rem) !important;
}

.poko-cta p:not(.poko-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #d8eaf9;
}

.poko-cta .poko-eyebrow {
  color: white;
  opacity: 0.78;
}

.poko-footer {
  padding-top: 76px;
  color: #c4d4e3;
  background: var(--poko-navy-deep);
}

.poko-footer__grid {
  display: grid;
  padding-bottom: 65px;
  grid-template-columns: 1.4fr 0.65fr 0.65fr 1fr;
  gap: 65px;
}

.poko-brand--footer {
  margin-bottom: 25px;
}

.poko-brand--footer .poko-brand__symbol img {
  filter: brightness(0) invert(1);
}

.poko-brand--footer .poko-brand__text,
.poko-brand--footer .poko-brand__text small {
  color: white;
}

.poko-footer__brand p {
  max-width: 360px;
  color: #9eb5ca;
  font-size: 0.9rem;
}

.poko-footer h2 {
  margin-bottom: 22px !important;
  color: white;
  font-size: 0.82rem !important;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poko-footer a {
  display: block;
  margin-bottom: 11px;
  color: #bcd0e1 !important;
  font-size: 0.88rem;
}

.poko-footer a:hover {
  color: white !important;
}

.poko-footer__legal p {
  color: #9eb5ca;
  font-size: 0.86rem;
}

.poko-footer__bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #1d3550;
}

.poko-footer__bottom p {
  margin: 0;
  color: #7f9ab2;
  font-size: 0.76rem;
}

@media (max-width: 1080px) {
  .poko-header__inner {
    min-height: 76px;
  }

  .poko-menu-button {
    display: flex;
  }

  .poko-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 22px 24px 28px;
    border-top: 1px solid var(--poko-line);
    background: white;
    box-shadow: 0 20px 35px rgba(6, 27, 53, 0.12);
    flex-direction: column;
    gap: 0;
  }

  .poko-header.menu-open .poko-nav {
    display: flex;
  }

  .poko-header.menu-open .poko-menu-button__icon {
    background: transparent;
  }

  .poko-header.menu-open .poko-menu-button__icon::before {
    transform: translateY(1px) rotate(45deg);
  }

  .poko-header.menu-open .poko-menu-button__icon::after {
    transform: translateY(-1px) rotate(-45deg);
  }

  .poko-nav > a:not(.poko-nav__contact):not(.poko-nav__language) {
    padding: 13px 4px;
    border-bottom: 1px solid var(--poko-line);
  }

  .poko-nav > a:not(.poko-nav__contact):not(.poko-nav__language)::after {
    display: none;
  }

  .poko-nav__contact {
    margin-top: 18px;
    text-align: center;
  }

  .poko-nav__language {
    min-height: 50px;
    justify-content: space-between;
    margin-top: 12px;
    padding: 14px 4px 0;
    border-top: 1px solid var(--poko-line);
    border-left: 0;
  }

  .poko-nav__language-label {
    display: inline;
    color: var(--poko-muted);
    font-size: 0.82rem;
    font-weight: 570;
  }

  .poko-hero__grid,
  .poko-page-hero__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .poko-page-hero--monitor .poko-page-hero__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .poko-hero__grid {
    min-height: auto;
    padding-bottom: 65px;
  }

  .poko-hero__content {
    padding: 80px 0 35px;
  }

  .poko-hero::before {
    display: none;
  }

  .poko-hero__visual {
    width: min(100%, 650px);
    min-height: 470px;
    margin-inline: auto;
  }

  .poko-page-hero__grid .poko-monitor-ui,
  .poko-page-hero__grid .poko-partner-proof,
  .poko-page-hero__grid .poko-glpi-hero-stack,
  .poko-page-hero__grid .poko-centreon-visual,
  .poko-page-hero__grid > .poko-product-shot {
    width: min(100%, 680px);
  }

  .poko-page-hero__grid .poko-glpi-hero-stack,
  .poko-page-hero__grid .poko-centreon-visual,
  .poko-page-hero__grid > .poko-product-shot {
    margin-top: 45px;
  }

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

  .poko-detail-grid--three-centered {
    grid-template-columns: repeat(3, 1fr);
  }

  .poko-process--five {
    grid-template-columns: repeat(3, 1fr);
  }

  .poko-process--five li:nth-child(3) {
    border-right: 1px solid #35506b;
  }

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

  .poko-feature-split,
  .poko-partner-block,
  .poko-company-profile,
  .poko-license-grid,
  .poko-outcomes {
    gap: 55px;
  }

  .poko-contact-layout {
    grid-template-columns: 0.48fr 1.52fr;
    gap: 40px;
  }

  .poko-footer__grid {
    grid-template-columns: 1.2fr 0.7fr 0.7fr;
  }

  .poko-footer__legal {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .poko-not-found__links {
    grid-template-columns: repeat(2, 1fr);
  }

  .poko-container {
    width: min(calc(100% - 36px), var(--poko-container));
  }

  body.poko-site h1 {
    font-size: clamp(2.5rem, 11vw, 4.4rem);
  }

  .poko-about-hero {
    margin-inline: auto;
  }

  .poko-trust-strip__grid,
  .poko-mini-facts .poko-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .poko-trust-strip__grid > div:nth-child(2),
  .poko-mini-facts .poko-container > div:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .poko-mini-facts .poko-container > div:nth-child(2) {
    border-right-color: #35506b;
  }

  .poko-card-grid--three {
    grid-template-columns: 1fr;
  }

  .poko-card {
    min-height: 270px;
  }

  .poko-feature-split,
  .poko-partner-block,
  .poko-company-profile,
  .poko-license-grid,
  .poko-outcomes,
  .poko-editorial-intro,
  .poko-contact-layout,
  .poko-legal {
    grid-template-columns: 1fr;
  }

  .poko-editorial-intro {
    gap: 24px;
  }

  .poko-map-showcase__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .poko-map-points {
    grid-template-columns: 1fr;
  }

  .poko-map-points > div {
    min-height: auto;
  }

  .poko-rich-copy {
    padding-top: 0;
  }

  .poko-product-story,
  .poko-product-story--reverse {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .poko-product-story--reverse .poko-product-story__copy {
    order: 0;
  }

  .poko-product-story__copy {
    max-width: 680px;
  }

  .poko-product-story__copy > span {
    margin-bottom: 14px;
  }

  .poko-feature-split {
    gap: 45px;
  }

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

  .poko-process li:nth-child(2) {
    border-right: 1px solid #35506b;
  }

  .poko-process--dark li:nth-child(2) {
    border-color: #35506b;
  }

  .poko-partner-block__badge {
    min-height: 280px;
  }

  .poko-contact-aside,
  .poko-legal__summary {
    position: static;
  }

  .poko-form-card {
    order: -1;
  }

  .poko-contact-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 35px;
  }

  .poko-contact-expect {
    grid-column: 1 / -1;
  }

  .poko-cta__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .poko-footer__brand,
  .poko-footer__legal {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .poko-breadcrumbs ol {
    min-height: 44px;
  }

  .poko-not-found {
    min-height: auto;
    padding-block: 72px;
  }

  .poko-not-found__links {
    grid-template-columns: 1fr;
  }

  .poko-container {
    width: min(calc(100% - 28px), var(--poko-container));
  }

  .poko-header__inner {
    min-height: 70px;
  }

  .poko-nav {
    top: 70px;
  }

  .poko-menu-button__label {
    display: none;
  }

  .poko-hero__content {
    padding-top: 62px;
  }

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

  .poko-button {
    width: 100%;
  }

  .poko-hero__visual {
    min-height: auto;
  }

  .poko-portfolio-panel {
    padding: 26px 18px 22px;
  }

  .poko-portfolio-panel > p {
    margin-top: 20px;
    font-size: 0.96rem;
  }

  .poko-portfolio-list > a {
    min-height: 70px;
    padding: 12px;
    grid-template-columns: auto 1fr;
    gap: 11px;
  }

  .poko-portfolio-list em {
    display: none;
  }

  .poko-portfolio-panel__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .poko-system-card--primary {
    top: 30px;
    width: 92%;
  }

  .poko-system-card--glpi,
  .poko-system-card--auto {
    bottom: 35px;
    width: 48%;
    min-height: 130px;
    padding: 17px;
  }

  .poko-trust-strip__grid,
  .poko-mini-facts .poko-container,
  .poko-card-grid--four,
  .poko-process,
  .poko-fact-grid,
  .poko-detail-grid,
  .poko-company-facts,
  .poko-footer__grid,
  .poko-form__grid {
    grid-template-columns: 1fr;
  }

  .poko-trust-strip__grid > div,
  .poko-trust-strip__grid > div:nth-child(2),
  .poko-trust-strip__grid > div:last-child {
    min-height: auto;
    padding: 22px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .poko-mini-facts .poko-container > div,
  .poko-mini-facts .poko-container > div:nth-child(2),
  .poko-mini-facts .poko-container > div:last-child {
    min-height: auto;
    padding: 20px 8px;
    border-right: 0;
    border-bottom: 1px solid #35506b;
  }

  .poko-section,
  .poko-page-hero {
    padding-block: 78px;
  }

  .poko-card {
    padding: 28px;
  }

  .poko-card > a {
    left: 28px;
  }

  .poko-fact-grid > div {
    min-height: 150px;
  }

  .poko-process li,
  .poko-process li:nth-child(2),
  .poko-process li:last-child {
    min-height: 185px;
    border-right: 1px solid #35506b;
    border-bottom: 0;
  }

  .poko-process li:last-child {
    border-bottom: 1px solid #35506b;
  }

  .poko-process--dark li,
  .poko-process--dark li:nth-child(2),
  .poko-process--dark li:last-child {
    border-color: #35506b;
  }

  .poko-monitor-ui {
    transform: none;
  }

  .poko-monitor-ui__body {
    min-height: 370px;
    grid-template-columns: 45px 1fr;
  }

  .poko-monitor-ui__main {
    padding: 12px;
  }

  .poko-monitor-ui__stats span {
    padding: 9px;
  }

  .poko-architecture {
    grid-template-columns: 1fr;
  }

  .poko-architecture > i {
    transform: rotate(90deg);
    text-align: center;
  }

  .poko-license-card,
  .poko-partner-proof,
  .poko-form-card {
    padding: 28px;
  }

  .poko-outcome-list > div,
  .poko-check-list > div,
  .poko-disclosure .poko-container {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .poko-contact-aside {
    grid-template-columns: 1fr;
  }

  .poko-license-fields {
    padding: 20px 16px;
  }

  .poko-footer__grid {
    gap: 38px;
  }

  .poko-footer__brand,
  .poko-footer__legal {
    grid-column: auto;
  }

  .poko-footer__bottom {
    align-items: flex-start;
    padding-block: 22px;
    flex-direction: column;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.poko-site *,
  body.poko-site *::before,
  body.poko-site *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
