/**
 * POSMENTOR brand overrides — navy + golden-orange on light background.
 */
:root {
  --pm-navy: #1a2d5a;
  --pm-navy-dark: #0f1c38;
  --pm-orange: #e8942a;
  --pm-orange-hover: #d07f18;
  --pm-gray: #707070;
  --pm-light-bg: #f8f9fb;
}

body.de_light {
  background-color: var(--pm-light-bg);
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
}

#wrapper {
  overflow-x: clip;
  max-width: 100%;
}

/* custom-industry.css: h2 .wm uses width:100% + margin-left:-130px → horizontal overflow */
h2,
.h2 {
  position: relative;
  overflow: hidden;
}

h2 .wm,
.h2 .wm {
  margin-left: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.id-color {
  color: var(--pm-orange) !important;
}

a.id-color:hover {
  color: var(--pm-orange-hover) !important;
}

.bg-color,
section.call-to-action.bg-color,
.btn-custom,
a.btn-custom {
  background-color: var(--pm-orange) !important;
  border-color: var(--pm-orange) !important;
}

.btn-custom:hover,
a.btn-custom:hover {
  background-color: var(--pm-orange-hover) !important;
}

header {
  background: #ffffff;
  border-bottom: 1px solid rgba(26, 45, 90, 0.08);
}

/* Sticky/shrunk header — keep light theme (Archi defaults to dark #18191b) */
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2),
header.clone {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(26, 45, 90, 0.08) !important;
}

header.smaller #mainmenu > li > a,
header.clone #mainmenu > li > a {
  color: var(--pm-navy) !important;
}

header.smaller #mainmenu > li > a:hover,
header.clone #mainmenu > li > a:hover,
header.smaller #mainmenu > li.active > a,
header.clone #mainmenu > li.active > a,
header.smaller #mainmenu a.active,
header.clone #mainmenu a.active {
  color: var(--pm-orange) !important;
}

/* Mobile — Archi sets header-mobile #111 and force-header-mobile #000 */
header.header-mobile,
header.force-header-mobile,
header.header-mobile.smaller,
header.force-header-mobile.smaller,
header.header-mobile.clone,
header.force-header-mobile.clone {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(26, 45, 90, 0.08) !important;
}

header.header-mobile #menu-btn:before,
header.force-header-mobile #menu-btn:before {
  color: var(--pm-navy) !important;
}

header.header-mobile #menu-btn:hover,
header.force-header-mobile #menu-btn:hover {
  background: rgba(26, 45, 90, 0.06) !important;
}

header.header-mobile #menu-btn:hover:before,
header.force-header-mobile #menu-btn:hover:before {
  color: var(--pm-navy) !important;
}

header.header-mobile #mainmenu > li > a,
header.force-header-mobile #mainmenu > li > a,
header.header-mobile #mainmenu a,
header.force-header-mobile #mainmenu a {
  color: var(--pm-navy) !important;
}

header.header-mobile #mainmenu a:hover,
header.force-header-mobile #mainmenu a:hover,
header.header-mobile #mainmenu > li.active > a,
header.force-header-mobile #mainmenu > li.active > a {
  color: var(--pm-orange) !important;
  background: rgba(232, 148, 42, 0.08) !important;
}

header.force-header-mobile #mainmenu,
header.header-mobile #mainmenu {
  background: #ffffff !important;
}

header.force-header-mobile #mainmenu li,
header.header-mobile #mainmenu li {
  border-bottom-color: rgba(26, 45, 90, 0.12) !important;
}

header.force-header-mobile #mainmenu li ul,
header.header-mobile #mainmenu li ul {
  border-top-color: rgba(26, 45, 90, 0.12) !important;
}

/* Top navy info bar disabled — single white header row only */
header .info {
  display: none !important;
}

header.de_header_2 {
  height: auto !important;
}

header.de_header_2.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2) {
  height: 70px !important;
}

#mainmenu > li > a {
  color: var(--pm-navy);
}

#mainmenu.no-separator li a:after {
  display: none !important;
}

#mainmenu > li > a:hover,
#mainmenu > li.active > a {
  color: var(--pm-orange);
}

.btn-line,
a.btn-line {
  border-color: var(--pm-navy) !important;
  color: var(--pm-navy) !important;
}

.btn-line:hover,
a.btn-line:hover {
  background: var(--pm-navy) !important;
  color: #ffffff !important;
}

.text-light .btn-line,
.text-light a.btn-line,
.pm-hero .btn-line,
.pm-hero a.btn-line,
.pm-hero-band .btn-line,
.pm-hero-band a.btn-line {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.text-light .btn-line:hover,
.text-light a.btn-line:hover,
.pm-hero .btn-line:hover,
.pm-hero a.btn-line:hover,
.pm-hero-band .btn-line:hover,
.pm-hero-band a.btn-line:hover {
  background: #ffffff !important;
  color: var(--pm-navy) !important;
  border-color: #ffffff !important;
}

.pm-hero a.btn-line::after,
.pm-hero a.btn-line:after,
.pm-hero-band a.btn-line::after,
.pm-hero-band a.btn-line:after,
.text-light a.btn-line::after,
.text-light a.btn-line:after {
  color: #ffffff !important;
}

.pm-hero a.btn-line:hover::after,
.pm-hero a.btn-line:hover:after,
.pm-hero-band a.btn-line:hover::after,
.pm-hero-band a.btn-line:hover:after,
.text-light a.btn-line:hover::after,
.text-light a.btn-line:hover:after {
  color: var(--pm-navy) !important;
}

.box-icon .icon {
  background: var(--pm-navy) !important;
}

.box-icon .icon i {
  color: #ffffff !important;
}

.separator span i {
  color: var(--pm-orange);
}

.de_tab.tab_steps .de_nav li.active span {
  border-color: var(--pm-orange) !important;
}

.overlay10 {
  background: var(--pm-navy);
}

.info-box i.id-color {
  color: var(--pm-orange) !important;
}

#subheader {
  background-color: var(--pm-navy-dark);
  position: relative;
  z-index: 1;
  /* Let clicks reach fixed header when subheader band overlaps nav */
  pointer-events: none;
}

#subheader .container,
#subheader a,
#subheader button {
  pointer-events: auto;
}

/* Hero band: dark overlay so title/breadcrumb stay readable on light screenshots */
#subheader.style-2.text-light {
  background-color: var(--pm-navy-dark);
  overflow: hidden;
}

#subheader.style-2.text-light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 28, 56, 0.92) 0%,
    rgba(26, 45, 90, 0.82) 45%,
    rgba(15, 28, 56, 0.9) 100%
  );
  pointer-events: none;
}

#subheader.style-2.text-light .container {
  position: relative;
  z-index: 1;
}

#subheader.style-2.text-light .col-md-12 {
  background: transparent !important;
  background-image: none !important;
}

body.de_light #subheader.text-light h1,
body.de_light #subheader.text-light h4,
body.de_light #subheader.text-light .crumb,
body.de_light #subheader.text-light .crumb li,
body.de_light #subheader.text-light .crumb a {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

body.de_light #subheader.text-light .crumb a:hover {
  color: var(--pm-orange) !important;
}

#subheader.style-2.text-light h1 {
  color: #ffffff !important;
}

#subheader.style-2.text-light h4 {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 500;
}

/* Decorative info strip on About — must not block header nav */
#info-box {
  pointer-events: none;
  left: 0;
  right: 0;
  max-width: 100%;
}

#info-box .container {
  max-width: 100%;
}

#info-box .info-box,
#info-box a {
  pointer-events: auto;
}

/* Inner pages: subheader sits below fixed white header (logo + nav only) */
body.pm-inner-page {
  padding-top: 0;
}

body.pm-inner-page #subheader.style-2 {
  margin-top: 96px;
}

header {
  z-index: 1100;
}

footer {
  background: #ffffff;
  border-top: 1px solid rgba(26, 45, 90, 0.08);
  color: var(--pm-gray);
}

.pm-module-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef1f6;
}

.pm-module-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.pm-module-img__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  cursor: pointer;
}

.pm-module-img__link:focus-visible {
  outline: 2px solid var(--pm-orange);
  outline-offset: 2px;
}

/* Home — mid-page hero band (typed headline over product screenshot) */
#section-hero-1.pm-hero-band {
  position: relative;
  padding: 80px 0;
  background-color: var(--pm-navy-dark);
  background-repeat: no-repeat;
}

#section-hero-1.pm-hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 28, 56, 0.88) 0%,
    rgba(26, 45, 90, 0.78) 50%,
    rgba(15, 28, 56, 0.9) 100%
  );
  z-index: 0;
}

#section-hero-1.pm-hero-band .container {
  position: relative;
  z-index: 1;
}

#section-hero-1.pm-hero-band .typing-wrap,
#section-hero-1.pm-hero-band .pm-hero-band__copy p {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

#section-hero-1.pm-hero-band .pm-typing-headline {
  margin: 0 auto;
  max-width: 720px;
  min-height: 140px;
  line-height: 1.25;
}

#section-hero-1.pm-hero-band .pm-typing-line {
  display: block;
  margin-top: 0.15em;
  white-space: nowrap;
}

#section-hero-1.pm-hero-band .pm-typed-slot {
  display: inline-block;
  min-width: 5.5em;
  text-align: left;
  vertical-align: baseline;
}

#section-hero-1.pm-hero-band .typed {
  display: inline-block;
  min-width: 5.5em;
  color: var(--pm-orange);
  font-weight: 700;
}

#section-hero-1.pm-hero-band .typed-cursor {
  color: var(--pm-orange);
  font-weight: 400;
  opacity: 0.9;
}

#section-hero-1.pm-hero-band .typed-strings {
  display: none;
}

@media (max-width: 767px) {
  #section-hero-1.pm-hero-band {
    padding: 56px 0;
  }

  #section-hero-1.pm-hero-band .pm-typing-headline {
    min-height: 120px;
    font-size: 28px;
    line-height: 1.3;
  }

  #section-hero-1.pm-hero-band .pm-typing-line {
    white-space: normal;
  }

  #section-hero-1.pm-hero-band .h2,
  #section-hero-1.pm-hero-band .h2.typing-wrap {
    font-size: 28px;
    line-height: 1.3;
  }
}

/* Home — Go Live steps (tabbed checkout screenshot) */
#section-steps.pm-hero-band {
  position: relative;
  padding: 80px 0;
  background-color: var(--pm-navy-dark);
  background-repeat: no-repeat;
}

#section-steps.pm-hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 28, 56, 0.9) 0%,
    rgba(26, 45, 90, 0.82) 50%,
    rgba(15, 28, 56, 0.92) 100%
  );
  z-index: 0;
}

#section-steps.pm-hero-band .container {
  position: relative;
  z-index: 1;
}

#section-steps.pm-hero-band h2,
#section-steps.pm-hero-band .text-light h2 .wm {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

#section-steps .pm-steps-tabs {
  opacity: 1;
  max-width: 960px;
  margin: 0 auto;
}

#section-steps .pm-steps-tabs .de_nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

#section-steps .pm-steps-tabs .de_nav li {
  display: block !important;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  float: none !important;
  margin: 0 !important;
  padding: 0;
  background: none;
}

#section-steps .pm-steps-tabs .de_nav li .v-border {
  display: none !important;
}

#section-steps .pm-steps-tabs .de_nav li span {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 76px;
  margin: 0 !important;
  padding: 14px 6px;
  line-height: 1.25;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

#section-steps .pm-steps-tabs .de_nav li span:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

#section-steps .pm-steps-tabs .de_nav li.active span {
  background: var(--pm-orange) !important;
  border-color: var(--pm-orange) !important;
  color: #ffffff !important;
}

#section-steps .pm-steps-tabs .de_tab_content {
  background: transparent !important;
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding: 28px 0 0 !important;
  margin-top: 24px;
}

#section-steps .pm-steps-tabs .pm-steps-panel {
  text-align: center;
}

#section-steps .pm-steps-tabs .pm-steps-panel p {
  margin: 0 auto;
  max-width: 680px;
  padding: 24px 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  background: rgba(15, 28, 56, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-shadow: none;
}

@media (min-width: 768px) {
  #section-steps .pm-steps-tabs .de_nav {
    gap: 16px;
  }

  #section-steps .pm-steps-tabs .de_nav li span {
    min-height: 110px;
    max-width: 140px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 22px 12px;
    font-size: 14px;
    border-radius: 120px;
  }

  #section-steps .pm-steps-tabs .pm-steps-panel p {
    font-size: 22px;
    line-height: 1.55;
    padding: 32px 40px;
  }
}

@media (max-width: 767px) {
  #section-steps.pm-hero-band {
    padding: 56px 0;
  }

  #section-steps .pm-steps-tabs .de_nav {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  #section-steps .pm-steps-tabs .de_nav li {
    flex: 1 1 42%;
    max-width: 48%;
  }

  #section-steps .pm-steps-tabs .de_nav li span {
    min-height: 64px;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 10px 4px;
  }

  #section-steps .pm-steps-tabs .pm-steps-panel p {
    font-size: 17px;
    padding: 20px 16px;
  }
}

.pm-hero {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.pm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 28, 56, 0.88) 0%,
    rgba(26, 45, 90, 0.65) 50%,
    rgba(232, 148, 42, 0.25) 100%
  );
}

.pm-hero .container {
  position: relative;
  z-index: 2;
}

.pm-hero h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pm-hero .lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  max-width: 640px;
  margin: 0 auto 28px;
}

.pm-hero-actions .btn {
  margin: 6px 8px;
}

.pm-header-cta {
  display: inline-block;
  margin-left: 12px;
  padding: 8px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.pm-header-cta-primary {
  background: var(--pm-orange);
  color: #ffffff !important;
}

.pm-header-cta-primary:hover {
  background: var(--pm-orange-hover);
  color: #ffffff !important;
}

.pm-header-cta-outline {
  border: 2px solid #ffffff;
  color: #ffffff !important;
}

.pm-header-cta-outline:hover {
  background: #ffffff;
  color: var(--pm-navy) !important;
}

header div#logo {
  height: 92px;
  width: auto;
  max-width: 360px;
  float: left;
}

#logo a {
  display: block;
  line-height: 0;
}

#logo img.logo {
  height: 64px;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
}

header.smaller div#logo,
header.clone div#logo {
  height: 78px;
  max-width: 300px;
}

header.smaller div#logo img.logo,
header.clone div#logo img.logo {
  height: 52px;
}

footer .logo-small {
  height: 48px;
  width: auto;
  max-width: 220px;
  max-height: none;
}

.picframe img {
  width: 100%;
  height: auto;
}

/* Uniform gallery tiles (index + screenshots) */
.pm-gallery .picframe {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef1f6;
}

.pm-gallery .picframe > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pm-gallery .picframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  pointer-events: none;
}

.pm-shot-caption {
  padding: 14px 4px 0;
}

.pm-shot-caption h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--pm-navy);
}

.pm-shot-caption p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  color: var(--pm-gray);
}

.pm-feature-section {
  margin-bottom: 10px;
}

.pm-feature-section .wm {
  color: var(--pm-orange);
}

.pm-feature-jump {
  text-align: center;
  margin-bottom: 24px;
}

.pm-feature-jump a {
  display: inline-block;
  margin: 4px 6px;
  padding: 6px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(26, 45, 90, 0.15);
  color: var(--pm-navy);
  text-decoration: none;
}

.pm-feature-jump a:hover {
  border-color: var(--pm-orange);
  color: var(--pm-orange);
}

.pm-feature-block {
  margin-bottom: 40px;
}

.pm-feature-duo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .pm-feature-duo {
    flex-direction: row;
  }

  .pm-feature-duo__panel {
    flex: 1;
    min-width: 0;
  }
}

.pm-feature-duo__label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--pm-gray);
  margin-bottom: 6px;
}

.pm-feature-duo--single .pm-feature-duo__panel {
  width: 100%;
}

.pm-gallery .pm-shot-inuse {
  margin-top: 8px;
}

.pm-gallery .pm-shot-inuse .picframe {
  aspect-ratio: 16 / 9;
}

.pm-contact-alert {
  display: none;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 0;
}

.pm-contact-alert.success {
  display: block;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.pm-contact-alert.error {
  display: block;
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

@media (max-width: 991px) {
  header div#logo {
    height: 72px;
    max-width: 240px;
  }

  #logo img.logo {
    height: 46px;
  }

  .pm-hero {
    min-height: 420px;
  }

  .pm-hero h1 {
    font-size: 32px;
  }

  .pm-header-cta {
    display: none;
  }

  .pm-lang-switch {
    margin-right: 0;
  }
}

/* Site language select — main nav row (always visible) */
.pm-header-lang-bar {
  float: right;
  margin-top: 28px;
  margin-right: 12px;
  position: relative;
  z-index: 1101;
}

header.smaller .pm-header-lang-bar,
header.clone .pm-header-lang-bar {
  margin-top: 18px;
}

.pm-header-lang-bar .pm-lang-switch {
  margin-right: 0;
}

.pm-header-lang-bar .pm-lang-select-label {
  color: var(--pm-navy);
}

.pm-header-lang-bar .pm-lang-select-label .fa-globe {
  color: var(--pm-orange);
}

.pm-header-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 12px;
}

.pm-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
}

.pm-lang-select-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--pm-navy);
  cursor: default;
  white-space: nowrap;
}

.pm-lang-select-label .fa-globe {
  color: var(--pm-orange);
  font-size: 13px;
}

.pm-lang-select {
  appearance: none;
  -webkit-appearance: none;
  min-width: 7.5rem;
  padding: 6px 32px 6px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pm-navy);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231a2d5a' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 1px solid rgba(26, 45, 90, 0.22);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pm-lang-select:hover {
  border-color: rgba(232, 148, 42, 0.55);
}

.pm-lang-select:focus {
  outline: none;
  border-color: var(--pm-orange);
  box-shadow: 0 0 0 2px rgba(232, 148, 42, 0.25);
}

@media (max-width: 991px) {
  .pm-header-lang-bar {
    margin-top: 22px;
    margin-right: 52px;
  }
}

@media (max-width: 767px) {
  .pm-header-lang-bar {
    margin-top: 16px;
    margin-right: 48px;
  }

  .pm-lang-select-label-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pm-lang-switch {
    gap: 6px;
  }
}

header.header-mobile .pm-header-lang-bar,
header.force-header-mobile .pm-header-lang-bar {
  margin-top: 14px;
  margin-right: 48px;
}

.pm-pricing-trial-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px auto 0;
  max-width: 40rem;
  padding: 14px 20px;
  border-radius: 8px;
  background: rgba(26, 45, 90, 0.06);
  border: 1px solid rgba(232, 148, 42, 0.35);
  color: var(--pm-navy);
  font-size: 15px;
  line-height: 1.45;
}

.pm-pricing-trial-banner .fa-gift {
  color: var(--pm-orange);
  font-size: 18px;
}

.pm-pricing-intro {
  color: var(--pm-gray);
  margin-bottom: 12px;
}

.pm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px 24px;
  align-items: stretch;
  margin-bottom: 48px;
}

.pm-pricing-status {
  grid-column: 1 / -1;
  text-align: center;
  padding: 32px 16px;
  color: var(--pm-gray);
}

.pm-pricing-status--full {
  min-height: 120px;
}

.pm-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(26, 45, 90, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(26, 45, 90, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pm-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26, 45, 90, 0.1);
}

.pm-pricing-card--featured {
  border-color: var(--pm-orange);
  box-shadow: 0 14px 36px rgba(232, 148, 42, 0.18);
}

.pm-pricing-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--pm-orange);
  border-radius: 999px;
}

.pm-pricing-card__head {
  padding: 28px 24px 20px;
  text-align: center;
  background: linear-gradient(180deg, var(--pm-navy) 0%, var(--pm-navy-dark) 100%);
  color: #ffffff;
}

.pm-pricing-card__head h3 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: 1.25;
}

.pm-pricing-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 4px;
}

.pm-pricing-card__currency {
  font-size: 22px;
  font-weight: 600;
  opacity: 0.92;
}

.pm-pricing-card__amount {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.pm-pricing-card__period {
  font-size: 14px;
  opacity: 0.85;
  width: 100%;
  margin-top: 4px;
}

.pm-pricing-card__features {
  list-style: none;
  margin: 0;
  padding: 20px 22px 8px;
  flex: 1 1 auto;
}

.pm-pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 45, 90, 0.06);
  font-size: 13px;
  line-height: 1.45;
  color: var(--pm-navy);
}

.pm-pricing-card__features li:last-child {
  border-bottom: none;
}

.pm-pricing-card__features .fa-check {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--pm-orange);
  font-size: 12px;
}

.pm-pricing-card__foot {
  padding: 8px 22px 24px;
}

.pm-pricing-card__foot .btn {
  width: 100%;
  margin: 0;
}

.pm-pricing-card--featured .pm-pricing-card__foot .btn-custom {
  background: var(--pm-orange) !important;
  border-color: var(--pm-orange) !important;
}

body.pm-pricing-page #content {
  padding-bottom: 0;
}

body.pm-pricing-page #content > .container {
  padding-top: 48px;
  padding-bottom: 24px;
}

/* Footer site map — pricing always reachable */
.pm-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 12px;
}

.pm-footer-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pm-navy);
  text-decoration: none;
}

.pm-footer-nav a:hover {
  color: var(--pm-orange);
}

.pm-footer-copy {
  margin: 0;
  font-size: 13px;
  color: var(--pm-gray);
}

/* Compact main nav — 6 items + language switch on medium desktops */
@media (min-width: 992px) and (max-width: 1399px) {
  #mainmenu {
    font-size: 10px;
    letter-spacing: 2px;
  }

  #mainmenu a {
    padding: 22px 0 22px 11px;
  }

  header div#logo {
    max-width: 280px;
  }

  #logo img.logo {
    height: 56px;
  }

  .pm-header-lang-bar {
    margin-right: 8px;
  }

  .pm-lang-select {
    min-width: 6.5rem;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .pm-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .pm-footer-nav {
    justify-content: center;
    text-align: center;
  }

  .pm-footer-copy {
    text-align: center;
  }
}
