/*
Theme Name: Profit M Solutions
Theme URI: https://profitm.pro/
Author: Profit M
Description: Product showcase theme for Profit M automation solutions.
Version: 1.0.0
Text Domain: profitm-solutions
*/

:root {
  --bg: #f5f7fb;
  --ink: #111827;
  --muted: #5d6675;
  --line: #dce2ea;
  --panel: #ffffff;
  --panel-soft: #eef3f8;
  --accent: #ff6a00;
  --accent-dark: #c94f00;
  --green: #168760;
  --blue: #2457c5;
  --shadow: 0 18px 50px rgba(20, 32, 54, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(220, 226, 234, 0.86);
  background: rgba(245, 247, 251, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #1f2937);
  box-shadow: 0 8px 22px rgba(255, 106, 0, 0.28);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(245, 247, 251, 0.96) 0%, rgba(245, 247, 251, 0.84) 46%, rgba(245, 247, 251, 0.68) 100%),
    url("data:image/svg+xml,%3Csvg width='1400' height='900' viewBox='0 0 1400 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop stop-color='%23ff6a00'/%3E%3Cstop offset='.46' stop-color='%232457c5'/%3E%3Cstop offset='1' stop-color='%23168760'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1400' height='900' fill='%23eaf0f7'/%3E%3Cg opacity='.85'%3E%3Crect x='780' y='96' width='430' height='300' rx='10' fill='%23fff' stroke='%23cfd8e3'/%3E%3Crect x='816' y='132' width='160' height='16' rx='4' fill='%23111827'/%3E%3Crect x='816' y='174' width='330' height='12' rx='4' fill='%23d9e1ea'/%3E%3Crect x='816' y='204' width='260' height='12' rx='4' fill='%23d9e1ea'/%3E%3Crect x='816' y='252' width='82' height='72' rx='8' fill='%23fff1e6'/%3E%3Crect x='922' y='252' width='82' height='72' rx='8' fill='%23eaf2ff'/%3E%3Crect x='1028' y='252' width='82' height='72' rx='8' fill='%23e8f7f1'/%3E%3Crect x='900' y='452' width='360' height='230' rx='10' fill='%23fff' stroke='%23cfd8e3'/%3E%3Cpath d='M940 612 C1000 520 1060 620 1126 530 C1162 480 1195 502 1222 468' fill='none' stroke='url(%23g)' stroke-width='10' stroke-linecap='round'/%3E%3Crect x='654' y='496' width='210' height='160' rx='10' fill='%23111827' opacity='.92'/%3E%3Ccircle cx='710' cy='550' r='26' fill='%23ff6a00'/%3E%3Crect x='756' y='530' width='72' height='10' rx='4' fill='%23ffffff' opacity='.9'/%3E%3Crect x='756' y='556' width='54' height='10' rx='4' fill='%23ffffff' opacity='.62'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.hero-inner,
.section-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.hero-inner {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 48px;
  align-items: center;
  padding: 56px 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
}

.lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 23px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-panel {
  border: 1px solid rgba(207, 216, 227, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.hero-panel-head {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(22, 135, 96, 0.12);
}

.mode-list {
  display: grid;
  gap: 0;
}

.mode-row {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.mode-row:last-child {
  border-bottom: 0;
}

.mode-row strong {
  display: block;
  margin-bottom: 4px;
}

.mode-row span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 76px 0;
}

.section.alt {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-head p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
}

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

.solution-card,
.process-card,
.audience-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 8px 26px rgba(20, 32, 54, 0.07);
}

.solution-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
}

.solution-visual {
  height: 148px;
  border-bottom: 1px solid var(--line);
  background: var(--panel-soft);
  position: relative;
}

.solution-visual::before,
.solution-visual::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(207, 216, 227, 0.9);
}

.solution-visual::before {
  width: 56%;
  height: 78px;
  left: 24px;
  top: 24px;
}

.solution-visual::after {
  width: 34%;
  height: 52px;
  right: 24px;
  bottom: 22px;
}

.solution-visual.ako {
  background: linear-gradient(135deg, #111827, #313b4d);
}

.solution-visual.relay {
  background: linear-gradient(135deg, #fff5eb, #eaf2ff);
}

.solution-visual.skud {
  background: linear-gradient(135deg, #e8f7f1, #eef3f8);
}

.solution-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f6fa;
  color: #334155;
  font-size: 12px;
  font-weight: 750;
}

.badge.orange {
  background: #fff1e6;
  color: #9a3c00;
}

.badge.green {
  background: #e8f7f1;
  color: #0f6849;
}

.solution-body p,
.process-card p,
.audience-card p {
  color: var(--muted);
}

.solution-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 30px;
  align-items: start;
}

.matrix {
  display: grid;
  gap: 10px;
}

.matrix-row {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--line);
}

.matrix-row > div {
  padding: 14px 16px;
  background: #fff;
}

.matrix-row.head > div {
  background: #111827;
  color: #fff;
  font-weight: 800;
}

.check {
  color: var(--green);
  font-weight: 900;
}

.muted {
  color: var(--muted);
}

.audience-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.audience-card,
.process-card {
  padding: 22px;
}

.process-step {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-weight: 850;
}

.cta {
  border-radius: var(--radius);
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: #111827;
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 32px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

@media (max-width: 920px) {
  .hero-inner,
  .split,
  .cta {
    grid-template-columns: 1fr;
  }

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

  .nav-links {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero-inner {
    min-height: auto;
    padding: 46px 0;
  }

  .section {
    padding: 52px 0;
  }

  .section-head,
  .footer-inner {
    display: block;
  }

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

  .matrix-row {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}

/* Presentation-style pages inspired by the АКО and iiko Relay source decks. */
.pm-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.pm-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ff5a36, #3ddc97);
  box-shadow: 0 0 18px rgba(255, 90, 54, 0.5);
}

.pm-fixed-brand {
  position: fixed;
  top: 18px;
  left: 20px;
  z-index: 35;
}

.pm-brand-chip,
.pm-slide-nav {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 14, 0.72);
  color: #fff;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.pm-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.pm-brand-chip::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5a36, #ff7b2c);
  box-shadow: 0 0 16px rgba(255, 90, 54, 0.7);
}

.pm-slide-nav {
  position: fixed;
  top: 26px;
  right: 24px;
  z-index: 36;
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 24px;
}

.pm-slide-nav a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
}

.pm-slide-nav a:hover,
.pm-slide-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 90, 54, 0.35), rgba(61, 220, 151, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 90, 54, 0.26);
}

.pm-deck {
  background: #06080b;
}

.pm-slide {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 88px clamp(20px, 5vw, 64px);
}

.pm-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pm-slide-dark {
  color: #f7f8fb;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 90, 54, 0.24), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(61, 220, 151, 0.12), transparent 22%),
    linear-gradient(180deg, #030507 0%, #0a0e13 45%, #040608 100%);
}

.pm-slide-dark::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 110px 110px;
  opacity: 0.34;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 95%);
}

.pm-slide-light {
  color: #080808;
  background:
    radial-gradient(circle at top left, rgba(255, 102, 0, 0.14), transparent 28%),
    radial-gradient(circle at 85% 14%, rgba(28, 119, 79, 0.08), transparent 22%),
    linear-gradient(180deg, #f8f4ed 0%, #f7f4ef 44%, #fbfaf8 100%);
}

.pm-slide-light::before {
  background-image:
    linear-gradient(rgba(8, 8, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 8, 8, 0.035) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 95%);
}

.pm-slide-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.pm-hero-grid,
.pm-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.pm-eyebrow,
.pm-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-eyebrow {
  color: #ff7b2c;
}

.pm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff0e4;
  color: #ff6600;
}

.pm-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.pm-deck h1,
.pm-deck h2,
.pm-deck h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.pm-deck h1 {
  max-width: 900px;
  font-size: clamp(46px, 7.6vw, 112px);
  line-height: 0.94;
}

.pm-deck h2 {
  max-width: 980px;
  font-size: clamp(36px, 5.2vw, 76px);
  line-height: 0.98;
}

.pm-deck h3 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.pm-lead {
  max-width: 800px;
  margin: 22px 0 0;
  color: rgba(247, 248, 251, 0.72);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.55;
}

.pm-slide-light .pm-lead {
  color: #5f5a55;
}

.pm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5a36, #ff7b2c);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 12px 32px rgba(255, 90, 54, 0.24);
}

.pm-button-ghost,
.pm-button-dark {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 10, 14, 0.45);
  box-shadow: none;
}

.pm-button-dark {
  background: #111827;
}

.pm-hero-card,
.pm-product,
.pm-flow article,
.pm-mode-table,
.pm-relay-device,
.pm-camera-card,
.pm-models span,
.pm-panel-list {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 22, 31, 0.9), rgba(8, 11, 16, 0.92));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.pm-slide-light .pm-flow article,
.pm-slide-light .pm-mode-table,
.pm-relay-device,
.pm-models span {
  border-color: rgba(8, 8, 8, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
}

.pm-hero-card {
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 28px;
}

.pm-screen {
  width: min(100%, 520px);
  min-height: 360px;
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(255, 255, 255, 0.04) 24% 25%, transparent 25%),
    linear-gradient(transparent 0 22%, rgba(255, 255, 255, 0.04) 22% 23%, transparent 23%),
    linear-gradient(135deg, #131922, #06080b 72%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pm-screen-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 90, 54, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pm-screen-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 14px rgba(255, 59, 48, 0.8);
}

.pm-chart-line {
  height: 150px;
  margin: 34px 0;
  border-radius: 20px;
  background:
    linear-gradient(135deg, transparent 48%, #ff5a36 49% 51%, transparent 52%),
    radial-gradient(circle at 30% 58%, rgba(61, 220, 151, 0.32), transparent 18%),
    rgba(255, 255, 255, 0.04);
}

.pm-event-list {
  display: grid;
  gap: 10px;
}

.pm-event-list span {
  display: block;
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 750;
}

.pm-products,
.pm-flow,
.pm-models {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.pm-product {
  min-height: 420px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pm-product::before {
  content: "";
  height: 150px;
  margin: -26px -26px 24px;
  display: block;
  background: radial-gradient(circle at 34% 50%, rgba(255, 255, 255, 0.22), transparent 20%), linear-gradient(135deg, #151a24, #06080b);
}

.pm-product-relay::before {
  background: radial-gradient(circle at 36% 48%, rgba(255, 102, 0, 0.22), transparent 18%), linear-gradient(135deg, #fff5eb, #eaf2ff);
}

.pm-product-skud::before {
  background: radial-gradient(circle at 36% 48%, rgba(22, 135, 96, 0.2), transparent 18%), linear-gradient(135deg, #e8f7f1, #eef3f8);
}

.pm-product-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.pm-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 90, 54, 0.13);
  color: #ff9b72;
  font-size: 12px;
  font-weight: 850;
}

.pm-pill-green {
  background: rgba(61, 220, 151, 0.13);
  color: #78e7ba;
}

.pm-product p,
.pm-flow p {
  color: rgba(247, 248, 251, 0.7);
}

.pm-product a {
  margin-top: auto;
  color: #ff7b2c;
  font-weight: 850;
  text-decoration: none;
}

.pm-mode-row {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.8fr;
  gap: 1px;
  background: rgba(8, 8, 8, 0.08);
}

.pm-mode-row span,
.pm-mode-row strong,
.pm-mode-row em {
  padding: 18px;
  background: #fff;
  font-style: normal;
}

.pm-mode-head span {
  background: #111827;
  color: #fff;
  font-weight: 850;
}

.pm-mode-row strong {
  color: #168760;
}

.pm-mode-row em {
  color: #5f5a55;
}

.pm-flow article {
  padding: 26px;
}

.pm-flow span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255, 90, 54, 0.14);
  color: #ff7b2c;
  font-weight: 900;
}

.pm-flow strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.pm-flow-light p {
  color: #5f5a55;
}

.pm-contact {
  text-align: center;
}

.pm-contact .pm-lead {
  margin-left: auto;
  margin-right: auto;
}

.pm-iiko {
  color: #e30613 !important;
}

.pm-product-title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18em;
  white-space: nowrap;
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0;
}

.pm-product-title .pm-iiko {
  display: inline-block;
  flex: 0 0 auto;
  font: inherit;
  line-height: inherit;
}

.pm-relay-device {
  min-height: 420px;
  padding: 34px;
  display: grid;
  align-content: center;
  gap: 24px;
  font-size: 42px;
  font-weight: 900;
}

.pm-relay-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pm-relay-channels i {
  height: 76px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff0e4, #ff7b2c);
  box-shadow: inset 0 0 0 1px rgba(255, 102, 0, 0.18);
}

.pm-camera-card {
  align-content: center;
  gap: 20px;
  text-align: center;
}

.pm-camera-eye {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0a0e13 0 28%, #ff5a36 29% 33%, #202938 34% 54%, #0d1116 55%),
    linear-gradient(135deg, #131922, #06080b);
  box-shadow: 0 0 60px rgba(255, 90, 54, 0.22);
}

.pm-camera-card span {
  font-size: 18px;
  font-weight: 850;
}

.pm-camera-card p {
  margin: 0;
  color: rgba(247, 248, 251, 0.68);
}

.pm-panel-list {
  padding: 22px;
}

.pm-models {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pm-models span {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #080808;
  font-size: 18px;
  font-weight: 900;
}

.site-header {
  display: none;
}

.site-footer {
  background: #06080b;
  border-top-color: rgba(255, 255, 255, 0.08);
}

body {
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pm-hero-showcase {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 560px;
}

.pm-live-dashboard {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 520px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(18, 24, 35, 0.96), rgba(5, 8, 12, 0.96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.pm-live-dashboard::before {
  content: "";
  position: absolute;
  inset: 58px 18px 18px;
  border-radius: 22px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.7;
}

.pm-dashboard-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
}

.pm-dashboard-top strong {
  margin-left: 10px;
}

.pm-dot-red,
.pm-dot-yellow,
.pm-dot-green {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.pm-dot-red { background: #ff5a36; }
.pm-dot-yellow { background: #ffbf4d; }
.pm-dot-green { background: #3ddc97; }

.pm-dashboard-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: 350px;
  margin-top: 12px;
}

.pm-camera-feed {
  position: relative;
  min-width: 0;
  min-height: 150px;
  padding: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 90, 54, 0.26), transparent 19%),
    linear-gradient(135deg, #1a2330, #070a0f);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.pm-camera-feed-large {
  grid-row: span 2;
}

.pm-camera-feed span,
.pm-camera-feed b {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border-radius: 999px;
}

.pm-camera-feed span {
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.36);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 850;
}

.pm-camera-feed b {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 12px;
  background: rgba(255, 90, 54, 0.86);
  color: #fff;
  font-size: 12px;
}

.pm-camera-feed i {
  position: absolute;
  inset: 24% 16% 18%;
  border-radius: 18px;
  background:
    linear-gradient(135deg, transparent 46%, rgba(255, 255, 255, 0.2) 47% 49%, transparent 50%),
    radial-gradient(circle at 54% 46%, rgba(255, 255, 255, 0.18), transparent 12%),
    rgba(255, 255, 255, 0.045);
}

.pm-signal-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  margin-top: 14px;
}

.pm-signal-row div,
.pm-floating-alert,
.pm-kpi,
.pm-scenario-column,
.pm-contact-grid div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pm-signal-row div {
  min-height: 82px;
  padding: 14px;
  border-radius: 18px;
}

.pm-signal-row span,
.pm-floating-alert span,
.pm-kpi span,
.pm-scenario-column span,
.pm-contact-grid span {
  display: block;
  color: #ff9b72;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pm-signal-row strong,
.pm-floating-alert strong,
.pm-kpi strong,
.pm-scenario-column strong,
.pm-contact-grid strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
}

.pm-floating-alert {
  position: absolute;
  z-index: 2;
  width: min(230px, 44%);
  padding: 16px;
  border-radius: 20px;
  backdrop-filter: blur(14px);
}

.pm-floating-alert-orange {
  top: 76px;
  right: -18px;
  background: rgba(255, 90, 54, 0.18);
}

.pm-floating-alert-green {
  left: -26px;
  bottom: 86px;
  background: rgba(61, 220, 151, 0.16);
}

.pm-floating-alert-green span {
  color: #78e7ba;
}

.pm-kpi-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.pm-kpi {
  min-height: 118px;
  padding: 18px;
  border-radius: 22px;
}

.pm-kpi em,
.pm-scenario-column em,
.pm-contact-grid em {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
}

.pm-product::before {
  display: none;
}

.pm-product {
  min-height: 560px;
}

.pm-product-visual {
  position: relative;
  min-height: 210px;
  margin: -10px -10px 24px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pm-visual-ako {
  background: linear-gradient(135deg, #131922, #06080b);
}

.pm-video-wall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 14px;
}

.pm-video-wall i {
  min-height: 76px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 90, 54, 0.28), transparent 18%),
    linear-gradient(135deg, #202938, #0c1118);
}

.pm-alert-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 90, 54, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pm-visual-relay {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff7ed, #eaf3ff);
}

.pm-relay-board {
  width: 76%;
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 22px 18px 46px;
  border-radius: 24px;
  background: #151515;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

.pm-relay-board span {
  border-radius: 12px;
  background: linear-gradient(180deg, #ffb36d, #ff6600);
}

.pm-relay-board em {
  grid-column: 1 / -1;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.pm-visual-skud {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e8f7f1, #eef3f8);
}

.pm-access-gate {
  width: 72%;
  min-height: 150px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(22, 135, 96, 0.2) 48% 52%, transparent 53%),
    #ffffff;
  box-shadow: 0 20px 55px rgba(22, 135, 96, 0.16);
}

.pm-access-gate span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle, #168760 0 28%, #dff4ec 30%);
}

.pm-access-gate strong {
  color: #168760;
  font-size: 13px;
  letter-spacing: 0.14em;
}

.pm-architecture-card {
  display: grid;
  gap: 18px;
}

.pm-architecture-map {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  background:
    linear-gradient(rgba(8, 8, 8, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 8, 8, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.84);
  background-size: 46px 46px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.pm-system-node {
  position: absolute;
  z-index: 2;
  width: 170px;
  min-height: 96px;
  padding: 17px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
}

.pm-system-node span {
  display: block;
  color: #ff6600;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pm-system-node strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 18px;
}

.pm-node-standalone { left: 28px; top: 42px; }
.pm-node-iiko { right: 36px; top: 40px; }
.pm-node-profit { left: 50%; top: 50%; transform: translate(-50%, -50%); background: #111827; }
.pm-node-profit strong { color: #fff; }
.pm-node-output { right: 58px; bottom: 42px; }

.pm-line {
  position: absolute;
  z-index: 1;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6600, #168760);
  transform-origin: left center;
}

.pm-line-one { left: 180px; top: 112px; width: 220px; transform: rotate(28deg); }
.pm-line-two { right: 190px; top: 112px; width: 220px; transform: rotate(152deg); }
.pm-line-three { left: 50%; top: 59%; width: 210px; transform: rotate(28deg); }

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

.pm-scenario-column {
  min-height: 170px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 90, 54, 0.17), transparent 24%),
    rgba(255, 255, 255, 0.055);
}

.pm-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 32px auto 0;
  max-width: 920px;
}

.pm-contact-grid div {
  min-height: 130px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  text-align: left;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.pm-contact-grid span {
  color: #ff6600;
}

.pm-contact-grid strong {
  color: #111827;
}

.pm-contact-grid em {
  color: #5f5a55;
}

@media (max-width: 920px) {
  .pm-fixed-brand {
    position: absolute;
  }

  .pm-slide-nav {
    display: none;
  }

  .pm-hero-grid,
  .pm-split,
  .pm-products,
  .pm-flow,
  .pm-models,
  .pm-kpi-strip,
  .pm-scenario-board,
  .pm-contact-grid {
    grid-template-columns: 1fr;
  }

  .pm-hero-card {
    min-height: 380px;
  }

  .pm-hero-showcase {
    max-width: calc(100vw - 36px);
    min-height: 500px;
  }

  .pm-floating-alert {
    right: 14px;
    left: auto;
  }

  .pm-floating-alert-green {
    bottom: 62px;
  }

  .pm-architecture-map {
    min-height: 520px;
  }

  .pm-system-node {
    position: relative;
    inset: auto;
    width: auto;
    margin: 18px;
    transform: none;
  }

  .pm-line {
    display: none;
  }
}

@media (max-width: 620px) {
  .pm-slide {
    min-height: auto;
    padding: 86px 18px 54px;
  }

  .pm-deck h1 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .pm-deck h2 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .pm-actions,
  .pm-button {
    width: 100%;
  }

  .pm-mode-row {
    grid-template-columns: 1fr;
  }

  .pm-live-dashboard {
    max-width: calc(100vw - 36px);
    width: 100%;
    min-height: 440px;
    padding: 14px;
  }

  .pm-dashboard-grid,
  .pm-signal-row {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .pm-camera-feed-large {
    grid-row: auto;
  }

  .pm-floating-alert {
    position: relative;
    width: auto;
    inset: auto;
    margin-top: 12px;
  }

  .pm-product {
    min-height: auto;
  }
}

/* Homepage polish: tighter readable typography and stable non-overlapping grids. */
.pm-deck *,
.pm-deck *::before,
.pm-deck *::after {
  box-sizing: border-box;
}

.pm-slide {
  min-height: auto;
  padding-top: clamp(96px, 11vh, 132px);
  padding-bottom: clamp(72px, 9vh, 112px);
}

.pm-slide-inner {
  width: min(100%, 1180px);
}

.pm-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 56px);
}

.pm-split {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 56px);
}

.pm-deck h1 {
  max-width: 640px;
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.08;
}

.pm-deck h2 {
  max-width: 820px;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.08;
}

.pm-deck h3 {
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.08;
}

.pm-lead {
  max-width: 680px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
}

.pm-hero-showcase {
  min-height: 0;
}

.pm-live-dashboard {
  min-height: 430px;
}

.pm-dashboard-grid {
  min-height: 270px;
}

.pm-camera-feed {
  min-height: 132px;
}

.pm-floating-alert {
  width: 220px;
}

.pm-floating-alert-orange {
  top: 74px;
  right: 18px;
}

.pm-floating-alert-green {
  left: 18px;
  bottom: 78px;
}

.pm-kpi-strip,
.pm-products,
.pm-flow,
.pm-scenario-board,
.pm-contact-grid {
  align-items: stretch;
}

.pm-kpi,
.pm-flow article,
.pm-scenario-column,
.pm-contact-grid div {
  height: 100%;
}

.pm-products {
  gap: 20px;
}

.pm-product {
  min-height: 500px;
  height: 100%;
  padding: 24px;
}

.pm-product-visual {
  min-height: 190px;
  margin: 0 0 22px;
}

.pm-product p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.pm-product a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: auto;
}

.pm-architecture-map {
  min-height: 340px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
  padding: 24px;
}

.pm-system-node {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 106px;
  transform: none;
}

.pm-node-profit {
  transform: none;
}

.pm-line {
  display: none;
}

.pm-mode-table {
  overflow: hidden;
}

.pm-mode-row span,
.pm-mode-row strong,
.pm-mode-row em {
  min-width: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 1.3;
}

.pm-contact {
  text-align: left;
}

.pm-contact .pm-lead {
  margin-left: 0;
  margin-right: 0;
}

.pm-contact .pm-actions {
  justify-content: flex-start;
}

@media (min-width: 921px) {
  .pm-hero {
    min-height: 100vh;
  }
}

@media (max-width: 1100px) {
  .pm-hero-grid,
  .pm-split {
    grid-template-columns: 1fr;
  }

  .pm-live-dashboard {
    max-width: 760px;
  }
}

@media (max-width: 920px) {
  .pm-slide {
    padding: 92px 22px 68px;
  }

  .pm-deck h1 {
    max-width: 720px;
    font-size: clamp(36px, 6.8vw, 48px);
  }

  .pm-deck h2 {
    font-size: clamp(31px, 6.5vw, 46px);
  }

  .pm-floating-alert {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 12px;
  }

  .pm-hero-showcase,
  .pm-live-dashboard {
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .pm-slide {
    padding: 84px 18px 56px;
  }

  .pm-deck h1 {
    font-size: clamp(30px, 8.9vw, 36px);
    line-height: 1.12;
  }

  .pm-deck h2 {
    font-size: clamp(29px, 8.7vw, 38px);
    line-height: 1.1;
  }

  .pm-lead {
    font-size: 16px;
  }

  .pm-live-dashboard {
    min-height: 0;
    border-radius: 24px;
  }

  .pm-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    gap: 10px;
  }

  .pm-camera-feed {
    min-height: 104px;
    padding: 12px;
    border-radius: 18px;
  }

  .pm-camera-feed-large {
    grid-column: 1 / -1;
  }

  .pm-camera-feed span {
    font-size: 10px;
  }

  .pm-camera-feed b {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .pm-signal-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .pm-signal-row div {
    min-height: 62px;
    padding: 10px;
    border-radius: 15px;
  }

  .pm-signal-row span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .pm-signal-row strong {
    font-size: 12px;
  }

  .pm-floating-alert {
    display: none;
  }

  .pm-product {
    padding: 20px;
  }

  .pm-product-visual {
    min-height: 170px;
  }

  .pm-architecture-map {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .pm-system-node {
    min-height: 92px;
  }
}

/* First viewport as a clear product chooser. */
.pm-hero-stack {
  display: grid;
  gap: clamp(24px, 3.4vw, 38px);
}

.pm-hero-copy {
  max-width: 860px;
}

.pm-hero-copy .pm-lead {
  max-width: 720px;
}

.pm-hero-solutions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pm-hero-solution {
  min-height: 330px;
  display: grid;
  grid-template-rows: 150px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 22, 31, 0.94), rgba(8, 11, 16, 0.96));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pm-hero-solution:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 123, 44, 0.52);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.42);
}

.pm-hero-solution-visual {
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 123, 44, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.pm-hero-solution-relay .pm-hero-solution-visual {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 102, 0, 0.24), transparent 26%),
    linear-gradient(135deg, #fff7ed, #eaf3ff);
}

.pm-hero-solution-skud .pm-hero-solution-visual {
  background:
    radial-gradient(circle at 78% 20%, rgba(22, 135, 96, 0.18), transparent 28%),
    linear-gradient(135deg, #e8f7f1, #eef3f8);
}

.pm-mini-video {
  position: relative;
  width: min(100%, 230px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.pm-mini-video i {
  height: 48px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 42%, rgba(255, 90, 54, 0.34), transparent 18%),
    linear-gradient(135deg, #202938, #0c1118);
}

.pm-mini-video b,
.pm-mini-relay b,
.pm-mini-access b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-mini-video b {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  background: rgba(255, 90, 54, 0.92);
  color: #fff;
}

.pm-mini-relay {
  width: min(100%, 230px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: #151515;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.pm-mini-relay i {
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffb36d, #ff6600);
}

.pm-mini-relay b {
  grid-column: 1 / -1;
  color: #fff;
}

.pm-mini-access {
  width: min(100%, 210px);
  min-height: 108px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(22, 135, 96, 0.2) 48% 52%, transparent 53%),
    #fff;
  box-shadow: 0 18px 44px rgba(22, 135, 96, 0.16);
}

.pm-mini-access i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle, #168760 0 28%, #dff4ec 30%);
}

.pm-mini-access b {
  color: #168760;
}

.pm-hero-solution-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.pm-hero-solution-body span {
  color: #ff9b72;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pm-hero-solution-body h2 {
  max-width: none;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.pm-hero-solution-body p {
  margin: 0;
  color: rgba(247, 248, 251, 0.72);
  font-size: 15px;
  line-height: 1.48;
}

.pm-hero-solution-body em {
  align-self: end;
  margin-top: 4px;
  color: #78e7ba;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

@media (min-width: 921px) {
  .pm-hero-stack {
    min-height: calc(100vh - 208px);
    align-content: center;
  }
}

@media (max-width: 920px) {
  .pm-hero-solutions {
    grid-template-columns: 1fr;
  }

  .pm-hero-solution {
    min-height: 0;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto;
  }
}

@media (max-width: 620px) {
  .pm-hero-copy .pm-actions {
    display: none;
  }

  .pm-hero-solutions {
    gap: 10px;
  }

  .pm-hero-solution {
    grid-template-columns: 112px 1fr;
    border-radius: 20px;
  }

  .pm-hero-solution-visual {
    min-height: 124px;
    padding: 10px;
  }

  .pm-hero-solution-body {
    gap: 6px;
    padding: 14px;
  }

  .pm-hero-solution-body h2 {
    font-size: 26px;
  }

  .pm-hero-solution-body p {
    font-size: 13px;
    line-height: 1.36;
  }

  .pm-hero-solution-body em {
    font-size: 12px;
  }

  .pm-mini-video {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .pm-mini-video i {
    height: 22px;
    border-radius: 8px;
  }

  .pm-mini-video b,
  .pm-mini-relay b,
  .pm-mini-access b {
    min-height: 22px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .pm-mini-relay {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 12px;
    border-radius: 16px;
  }

  .pm-mini-relay i {
    height: 26px;
    border-radius: 7px;
  }

  .pm-mini-access {
    min-height: 88px;
    border-radius: 17px;
  }

  .pm-mini-access i {
    width: 34px;
    height: 34px;
  }
}

/* Keep the product chooser fully visible on the first screen. */
.pm-hero {
  min-height: 100vh;
  padding-top: clamp(82px, 8vh, 104px);
  padding-bottom: clamp(40px, 5vh, 64px);
}

.pm-hero-stack {
  min-height: auto;
  align-content: start;
}

.pm-hero-copy .pm-lead {
  margin-top: 14px;
}

.pm-hero-solution {
  min-height: 286px;
  grid-template-rows: 126px 1fr;
}

.pm-hero-solution-body {
  gap: 8px;
  padding: 18px;
}

.pm-hero-solution-body h2 {
  font-size: clamp(28px, 2.6vw, 36px);
}

.pm-hero-solution-body p {
  font-size: 14px;
  line-height: 1.42;
}

@media (min-width: 921px) {
  .pm-hero-stack {
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .pm-hero {
    padding-top: 82px;
    padding-bottom: 44px;
  }

  .pm-hero-solution {
    min-height: 0;
    grid-template-columns: 190px 1fr;
    grid-template-rows: auto;
  }

  .pm-hero-solution-visual {
    min-height: 154px;
  }
}

@media (max-width: 620px) {
  .pm-hero {
    padding-top: 76px;
    padding-bottom: 34px;
  }

  .pm-hero-stack {
    gap: 18px;
  }

  .pm-hero-copy .pm-lead {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
  }

  .pm-hero-solution {
    min-height: 0;
    grid-template-columns: 94px 1fr;
  }

  .pm-hero-solution-visual {
    min-height: 108px;
  }

  .pm-hero-solution-body {
    padding: 12px;
  }

  .pm-hero-solution-body span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .pm-hero-solution-body h2 {
    font-size: 24px;
  }

  .pm-hero-solution-body p {
    display: none;
  }
}
