@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@400;600;700&display=swap");

:root {
  --black: #090c0a;
  --black-soft: #111511;
  --panel: #202620;
  --cream: #efeade;
  --paper: #f8f4e9;
  --paper-2: #e2dac7;
  --orange: #ff8000;
  --olive: #434a30;
  --olive-soft: #6d7554;
  --line: rgba(67, 74, 48, 0.32);
  --white: #faf8ee;
  --muted: #b8b8aa;
  --ink: #181a16;
  --radius: 8px;
  --max: 1156px;
  --page-pad: max(32px, calc((100vw - var(--max)) / 2 + 34px));
  --display: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  border-radius: 0;
  box-shadow: none;
}

body.dnnEditState .site-shell {
  overflow: visible;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 16px var(--page-pad);
  background: #0f110f;
  border-bottom: 1px solid rgba(255, 128, 0, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 218px;
}

.brand-logo {
  display: block;
  width: clamp(178px, 17vw, 244px);
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.mgp-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mgp-menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 4px 0 8px;
  color: var(--white);
  opacity: 0.94;
  line-height: 1;
  font-weight: 400;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.site-nav a:hover {
  color: var(--orange);
  opacity: 1;
}

.mgp-menu-item.selected > a,
.mgp-menu-item.breadcrumb > a {
  color: var(--orange);
  opacity: 1;
}

.mgp-menu-item.selected > a::after,
.mgp-menu-item.breadcrumb > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--orange);
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 38px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-primary {
  background: var(--orange);
  color: var(--white) !important;
}

.btn-primary:hover {
  background: #e87300;
  color: var(--white) !important;
}

.btn-secondary {
  border-color: rgba(250, 248, 238, 0.76);
  color: var(--white);
}

.btn-secondary:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.header-cta {
  margin-left: 16px;
}

.processor-intelligence-page {
  background: #f4f6f7;
  min-height: 64vh;
  padding: 34px clamp(18px, 2vw, 44px) 48px;
}

.processor-intelligence-content {
  margin: 0;
  max-width: none;
  width: 100%;
}

body.dnnEditState .processor-intelligence-content {
  min-height: 180px;
  outline: 1px dashed rgba(255, 128, 0, 0.42);
  outline-offset: 8px;
}

.mgp-playbook-skin {
  background: #080808;
  color: var(--white);
}

.mgp-playbook-skin .site-header {
  background: rgba(8, 11, 9, 0.96);
  border-bottom-color: rgba(255, 128, 0, 0.24);
  backdrop-filter: blur(14px);
}

.playbook-page {
  background: #080808;
  min-height: calc(100vh - 236px);
}

.playbook-content-pane {
  width: 100%;
  margin: 0;
  background: #080808;
}

.playbook-content-pane > .DnnModule,
.playbook-content-pane .DNNModuleContent {
  margin: 0;
}

.playbook-content-pane .Normal {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

body:not(.dnnEditState) .mgp-playbook-skin .playbook-content-pane.mgp-empty-pane,
body:not(.dnnEditState) .mgp-playbook-skin .playbook-content-pane.DNNEmptyPane {
  display: none;
}

body.dnnEditState .mgp-playbook-skin .playbook-content-pane {
  min-height: 180px;
  padding: 18px;
  border: 1px dashed rgba(255, 128, 0, 0.48);
  border-radius: 8px;
}

body.dnnEditState .mgp-playbook-skin .playbook-content-pane::before {
  content: "Add the MGP Modern Processor Playbook module here";
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 900;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: 62px var(--page-pad) 50px;
  background: #090c0a;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.96), rgba(9, 12, 10, 0.67) 45%, rgba(9, 12, 10, 0.94)),
    url("assets/Home-Hero-bkg.jpg") center / cover no-repeat;
  filter: grayscale(20%) contrast(1.08);
  opacity: 0.36;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 128, 0, 0.04), transparent 34%),
    linear-gradient(180deg, transparent 58%, rgba(9, 12, 10, 0.86));
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero h1,
.stories h2,
.pricing h2,
.platform h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  font-size: clamp(60px, 7vw, 92px);
  max-width: 430px;
}

.accent {
  color: var(--orange);
}

.mgp-dnn-skin .hero h1,
.mgp-dnn-skin .hero h1 span:not(.accent),
.mgp-dnn-skin .stories h2,
.mgp-dnn-skin .stories h2 *,
.mgp-dnn-skin .final-cta h2,
.mgp-dnn-skin .final-cta h2 *,
.mgp-dnn-skin .video-caption,
.mgp-dnn-skin .video-caption *,
.mgp-dnn-skin .video-caption strong,
.mgp-dnn-skin .video-caption small {
  color: var(--white) !important;
}

.mgp-dnn-skin .accent {
  color: var(--orange) !important;
}

.mgp-dnn-skin .btn-primary,
.mgp-dnn-skin .btn-primary:link,
.mgp-dnn-skin .btn-primary:visited,
.mgp-dnn-skin .btn-primary:hover,
.mgp-dnn-skin .btn-primary:focus,
.mgp-dnn-skin .btn-primary * {
  color: var(--white) !important;
}

.hero-copy p {
  max-width: 420px;
  margin: 28px 0 26px;
  color: #d8d8cd;
  font-size: 18px;
}

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

.hero-actions .btn-secondary,
.hero-actions .btn-secondary:link,
.hero-actions .btn-secondary:visited,
.hero-actions .btn-secondary:focus {
  border-color: var(--orange);
  color: var(--orange) !important;
}

.hero-actions .btn-secondary:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white) !important;
}

.hero-actions .btn-secondary * {
  color: var(--orange) !important;
}

.hero-actions .btn-secondary:hover * {
  color: var(--white) !important;
}

.mgp-dnn-skin .final-cta .btn-secondary,
.mgp-dnn-skin .final-cta .btn-secondary:link,
.mgp-dnn-skin .final-cta .btn-secondary:visited,
.mgp-dnn-skin .final-cta .btn-secondary:focus {
  color: var(--white) !important;
}

.mgp-dnn-skin .final-cta .btn-secondary:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white) !important;
}

.mgp-dnn-skin .final-cta .btn-secondary * {
  color: var(--white) !important;
}

.video-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: #151914;
}

.hero-video {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 2px solid transparent;
  background:
    linear-gradient(#151914, #151914) padding-box,
    linear-gradient(
      45deg,
      rgba(109, 117, 84, 0.72),
      rgba(109, 117, 84, 0.72) 28%,
      rgba(255, 128, 0, 0.28) 40%,
      rgba(255, 128, 0, 0.82) 47%,
      rgba(255, 181, 92, 0.56) 50%,
      rgba(255, 128, 0, 0.28) 58%,
      rgba(109, 117, 84, 0.72) 70%,
      rgba(109, 117, 84, 0.72)
    ) border-box;
  background-size: 100% 100%, 320% 320%;
  animation: mgp-video-tracer 8s linear infinite;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.hero-video img {
  position: absolute;
  inset: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: calc(var(--radius) - 2px);
  z-index: 0;
}

.hero-video .video-shade {
  inset: 2px;
  border-radius: calc(var(--radius) - 2px);
}

.hero-video .video-shade,
.hero-video .play-button,
.hero-video .video-caption {
  z-index: 4;
}

@keyframes mgp-video-tracer {
  0% {
    background-position: 0 0, 0% 50%;
  }

  50% {
    background-position: 0 0, 100% 50%;
  }

  100% {
    background-position: 0 0, 0% 50%;
  }
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.video-card:hover img {
  transform: scale(1.03);
}

.video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.55));
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 22px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid var(--white);
}

.play-button.small {
  width: 58px;
  height: 58px;
}

.play-button.small::after {
  left: 23px;
  top: 16px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 18px;
}

.hero-video .play-button {
  top: 43%;
}

.video-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 18px;
  display: grid;
  gap: 6px;
}

.video-caption strong {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.video-caption small {
  font-family: "Oswald", var(--body);
  font-size: 15px;
  line-height: 1.2;
  color: rgba(250, 248, 238, 0.82);
}

.stories {
  position: relative;
  padding: 56px var(--page-pad) 44px;
  background:
    linear-gradient(180deg, rgba(255, 128, 0, 0.055), transparent 26%),
    #111610;
  box-shadow: inset 0 30px 46px rgba(0, 0, 0, 0.22);
}

.home-hero-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 128, 0, 0.85), transparent);
}

.stories h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(40px, 5vw, 54px);
}

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

.story-card {
  display: grid;
  gap: 18px;
  min-height: 350px;
  padding: 10px 10px 22px;
  border: 1px solid rgba(250, 248, 238, 0.18);
  border-radius: 7px;
  background: #252a25;
}

.story-thumb {
  aspect-ratio: 16 / 8;
  border-radius: 4px;
}

.story-card blockquote {
  margin: 0;
  padding: 0 14px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.story-card p {
  margin: auto 14px 0;
  color: #bfc0b5;
  font-size: 14px;
}

.stars {
  margin: -8px 14px 0;
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.stories-cta {
  display: flex;
  width: min(360px, 100%);
  margin: 34px auto 8px;
}

.pricing {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 405px;
  padding: 36px var(--page-pad) 62px;
  color: var(--ink);
  background:
    linear-gradient(rgba(246, 241, 226, 0.28), rgba(224, 216, 196, 0.35)),
    url("assets/pricing-forest-realistic-bg-v2.png") center / cover no-repeat;
  border-top: 2px solid rgba(20, 20, 17, 0.4);
  border-bottom: 2px solid rgba(20, 20, 17, 0.4);
}

.pricing h2 {
  margin-bottom: 22px;
  text-align: center;
  font-size: clamp(42px, 5.5vw, 58px);
}

.pricing-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1040px, 100%);
  min-height: 218px;
  border: 2px solid rgba(74, 63, 47, 0.76);
  border-radius: 12px;
  background: rgba(248, 244, 233, 0.94);
}

.price-column {
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 0;
  padding: 24px 32px;
  text-align: center;
}

.price-column + .price-column {
  border-left: 1px solid rgba(74, 63, 47, 0.45);
}

.plan,
.price,
.unit {
  font-family: var(--display);
  text-transform: uppercase;
  line-height: 1;
}

.plan {
  color: #514c3f;
  font-size: 28px;
}

.price {
  margin-top: 14px;
  color: #1c1b16;
  font-size: 76px;
  font-weight: 400;
}

.price.free {
  font-size: 84px;
}

.unit {
  margin-top: 4px;
  color: #1c1b16;
  font-size: 34px;
}

.price-column p {
  margin: 14px 0 0;
  color: #4d493e;
  font-family: "Oswald", var(--body);
  font-size: 16px;
  line-height: 1.25;
}

.pricing-cta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 26px auto 0;
  box-shadow: 0 10px 20px rgba(24, 26, 22, 0.18);
}

.platform {
  display: grid;
  grid-template-columns: minmax(400px, 0.78fr) minmax(560px, 1.22fr);
  column-gap: clamp(28px, 4vw, 64px);
  row-gap: 14px;
  align-items: center;
  padding: 56px var(--page-pad) 50px;
  background: var(--cream);
  color: var(--ink);
}

.platform h2 {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(42px, 4.4vw, 62px);
}

.platform-copy {
  align-self: center;
  min-width: 0;
}

.top-content-pane {
  padding: 56px var(--page-pad);
  background: var(--cream);
  color: var(--ink);
}

body:not(.dnnEditState) .top-content-pane:empty,
body:not(.dnnEditState) .top-content-pane.DNNEmptyPane,
body:not(.dnnEditState) .top-content-pane.mgp-empty-pane {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.top-content-pane > .DnnModule {
  max-width: var(--max);
  margin: 0 auto;
}

body.dnnEditState .top-content-pane {
  min-height: 130px;
}

.platform-title-pane {
  grid-column: 1 / -1;
}

.app-downloads {
  margin-top: 30px;
}

.app-downloads-label {
  display: block;
  margin-bottom: 10px;
  color: #5c624d;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

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

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 174px;
  min-height: 56px;
  padding: 9px 15px 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0b100d;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.store-badge,
.store-badge:link,
.store-badge:visited,
.store-badge:hover,
.store-badge:focus {
  color: var(--white) !important;
}

.store-badge:hover {
  border-color: var(--orange);
}

.store-badge span {
  display: grid;
  gap: 2px;
}

.store-badge small,
.store-badge strong {
  display: block;
  line-height: 1;
}

.store-badge small {
  color: var(--white) !important;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.store-badge strong {
  color: var(--white) !important;
  font-size: 18px;
}

.store-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.play-icon {
  fill: var(--orange);
  stroke: none;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  max-width: 470px;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 18px;
  height: 18px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background:
    linear-gradient(var(--orange), var(--orange)) center / 20px 2px no-repeat,
    linear-gradient(var(--orange), var(--orange)) center / 2px 20px no-repeat;
  transform: translateY(-50%);
}

.platform-visual {
  justify-self: end;
  width: 100%;
  margin: 0;
}

.platform-visual img {
  width: min(720px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 18px 18px rgba(18, 20, 16, 0.18));
}

.device-badge {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(430px, 100%);
  min-height: 72px;
  padding: 10px 18px;
  border: 1px solid #d7cdb9;
  border-radius: 7px;
  background: #f8f6ee;
}

.device-badge strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.device-badge p {
  margin: 0;
  font-size: 14px;
}

.device-art {
  position: relative;
  flex: 0 0 138px;
  height: 64px;
  border-radius: 8px;
  background: #eef1e7;
  border: 1px solid #d8d0bd;
}

.device-art svg {
  display: block;
  width: 100%;
  height: 100%;
}

.device-frame {
  fill: #fffdf6;
  stroke: var(--olive);
  stroke-width: 3.5;
}

.device-accent,
.device-line,
.device-stand,
.device-sync {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.device-accent {
  stroke: var(--orange);
  stroke-width: 4;
}

.device-line {
  stroke: #b9b39f;
  stroke-width: 2;
}

.device-stand {
  stroke: var(--olive);
  stroke-width: 3.5;
}

.device-sync {
  stroke: var(--orange);
  stroke-width: 3;
}

.device-dot {
  fill: var(--orange);
}

.device-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 530px) 124px;
  gap: 18px;
  align-items: center;
  justify-content: end;
  min-height: 320px;
}

.dashboard-device {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  width: 100%;
  height: 270px;
  padding: 18px;
  border: 7px solid #0f1411;
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 7px 0 #0f1411;
}

.sidebar {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px 16px;
  background: var(--black);
  color: #b9beb0;
  font-size: 12px;
}

.sidebar strong {
  display: inline-flex;
  justify-content: center;
  padding: 8px;
  border-radius: 4px;
  background: var(--orange);
  color: var(--white);
}

.dashboard-content {
  min-width: 0;
  padding: 12px 0 0 24px;
}

.dashboard-content h3,
.dashboard-content h4 {
  margin: 0;
}

.dashboard-content h3 {
  font-size: 22px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(64px, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.metrics span {
  display: grid;
  place-items: center;
  min-height: 66px;
  border: 1px solid #ded8c8;
  border-radius: 6px;
  font-size: 12px;
}

.metrics strong {
  display: block;
  font-size: 20px;
}

.order-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 76px;
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid #e4dece;
  font-size: 10.5px;
}

.order-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-device {
  position: relative;
  justify-self: end;
  width: 124px;
  height: 252px;
  padding: 12px 9px;
  border: 7px solid #0f1411;
  border-radius: 30px;
  background: #0f1411;
  box-shadow: inset 0 0 0 2px #373a36;
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f0f6;
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 64px;
  padding: 0 10px;
  background: #231e24;
  color: var(--white);
  font-size: 8.5px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 14px;
  height: 2px;
  background: var(--white);
}

.hamburger {
  position: relative;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger::before {
  top: -6px;
}

.hamburger::after {
  top: 6px;
}

.phone-body {
  padding: 14px 10px;
  color: #1f1e1b;
  font-size: 9px;
}

.notify-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.toggle {
  position: relative;
  width: 34px;
  height: 18px;
  border-radius: 18px;
  background: var(--orange);
}

.toggle::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
}

.message-alert {
  display: grid;
  place-items: center;
  min-height: 56px;
  margin-bottom: 18px;
  background: #231e24;
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.message-label {
  display: block;
  margin-bottom: 20px;
}

.input-line {
  display: block;
  height: 1px;
  margin-bottom: 24px;
  background: #ded8e2;
}

.phone-device button {
  width: 100%;
  height: 32px;
  border: 1px solid #97909c;
  border-radius: 8px;
  background: transparent;
  color: #918a94;
  font-weight: 700;
}

.resource-funnel {
  position: relative;
  overflow: hidden;
  padding: 62px var(--page-pad);
  background:
    linear-gradient(135deg, rgba(9, 12, 10, 0.96), rgba(25, 39, 20, 0.95)),
    url("assets/Home-Hero-bkg.jpg") center / cover no-repeat;
  color: var(--white);
  border-top: 1px solid rgba(255, 128, 0, 0.22);
  border-bottom: 1px solid rgba(255, 128, 0, 0.18);
}

.resource-funnel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 128, 0, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(9, 12, 10, 0.1), rgba(9, 12, 10, 0.72));
  pointer-events: none;
}

.resource-funnel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(520px, 1.16fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.resource-funnel-copy {
  max-width: 480px;
}

.resource-eyebrow,
.resource-card-kicker,
.resource-card-action {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.resource-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 24px;
}

.resource-funnel h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(42px, 4.9vw, 66px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.resource-funnel p {
  margin: 16px 0 0;
  color: #deded2;
  font-size: 17px;
}

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

.resource-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 246px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(34, 41, 34, 0.92), rgba(13, 17, 14, 0.96));
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  color: var(--white);
}

.resource-card,
.resource-card:link,
.resource-card:visited,
.resource-card:hover,
.resource-card:focus {
  color: var(--white);
}

.resource-card::before {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 3px solid rgba(255, 128, 0, 0.22);
  border-radius: 50%;
}

.resource-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 34px;
  width: 78px;
  height: 42px;
  opacity: 0.42;
  background:
    linear-gradient(var(--orange), var(--orange)) 0 100% / 14px 44% no-repeat,
    linear-gradient(var(--orange), var(--orange)) 28px 100% / 14px 68% no-repeat,
    linear-gradient(var(--orange), var(--orange)) 56px 100% / 14px 92% no-repeat;
}

.resource-card-playbook::after {
  width: 76px;
  height: 92px;
  border: 2px solid var(--orange);
  border-radius: 4px;
  background:
    linear-gradient(var(--orange), var(--orange)) 16px 22px / 40px 3px no-repeat,
    linear-gradient(var(--orange), var(--orange)) 16px 36px / 30px 3px no-repeat,
    linear-gradient(var(--orange), var(--orange)) 16px 50px / 44px 3px no-repeat;
}

.resource-card > * {
  position: relative;
  z-index: 1;
}

.resource-card-kicker {
  color: var(--orange);
  font-size: 18px;
}

.resource-card strong {
  display: block;
  margin-top: 12px;
  max-width: 320px;
  font-family: var(--display);
  font-size: clamp(34px, 3.1vw, 46px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.resource-card p {
  max-width: 360px;
  margin-top: 14px;
  color: #d5d7cc;
  font-size: 15px;
}

.resource-card-action {
  align-self: end;
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 4px;
  color: var(--orange);
  font-size: 22px;
  border-bottom: 2px solid currentColor;
}

.resource-card:hover,
.resource-card:focus-visible {
  border-color: rgba(255, 128, 0, 0.78);
  transform: translateY(-2px);
}

.resource-card:hover .resource-card-action,
.resource-card:focus-visible .resource-card-action {
  color: var(--white);
}

.final-cta {
  display: grid;
  grid-template-columns: 86px 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 64px var(--page-pad) 74px;
  background: var(--black);
}

.cta-icon {
  width: 88px;
  height: 88px;
}

.cta-crosshair {
  display: block;
  width: 100%;
  height: 100%;
}

.crosshair-bg {
  fill: #11160f;
  stroke: rgba(255, 128, 0, 0.18);
  stroke-width: 3;
}

.crosshair-mark,
.crosshair-ring {
  fill: none;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.crosshair-mark,
.crosshair-ring {
  stroke: var(--orange);
  stroke-width: 6;
}

.final-cta h2 {
  font-size: clamp(40px, 4vw, 56px);
}

.final-cta p {
  margin: 6px 0 0;
  color: var(--muted);
}

.mgp-pane {
  min-width: 0;
}

body:not(.dnnEditState) .mgp-pane.DNNEmptyPane,
body:not(.dnnEditState) .DNNEmptyPane {
  display: none;
}

.mgp-pane .DnnModule,
.mgp-pane .DNNModuleContent {
  min-width: 0;
}

body.dnnEditState .mgp-pane,
body.dnnEditState .DnnModule,
body.dnnEditState .DNNModuleContent,
body.dnnEditState .mgp-container {
  overflow: visible !important;
}

body.dnnEditState div.actionMenu,
body.dnnEditState div.actionMenu > ul.dnn_mact {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10000010 !important;
}

body.dnnEditState div.actionMenu ul.dnn_mact > li > a {
  background-color: #000 !important;
  color: #fff !important;
}

body.dnnEditState div.actionMenu ul.dnn_mact > li ul,
body.dnnEditState div.actionMenu ul.dnn_mact > li ul li,
body.dnnEditState div.actionMenu ul.dnn_mact > li ul a,
body.dnnEditState div.actionMenu ul.dnn_mact > li ul span {
  color: #333 !important;
}

body.dnnEditState div.actionMenu ul.dnn_mact > li ul {
  background: #fff !important;
}

body.dnnEditState .DnnModule.floating {
  z-index: 10000020 !important;
}

body.dnnEditState .dnnDialogMask {
  position: fixed !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
}

body.dnnEditState .dnnModuleDialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 44px var(--page-pad) 54px;
  background: #080b09;
  border-top: 1px solid rgba(255, 128, 0, 0.32);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  max-width: 470px;
  color: #c7c8bf;
  font-size: 13px;
}

.footer-links a {
  color: var(--orange);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-links span {
  flex-basis: 100%;
  color: #969b90;
  text-align: right;
}

.footer-links .footer-auth {
  margin-top: 4px;
}

.footer-links .footer-login,
.footer-links .footer-login:link,
.footer-links .footer-login:visited {
  color: var(--orange) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links .footer-login:hover,
.footer-links .footer-login:focus {
  color: var(--white) !important;
}

body.home-video-modal-open {
  overflow: hidden;
}

.home-video-modal[hidden] {
  display: none !important;
}

.home-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000050;
  display: grid;
  place-items: center;
  padding: 28px;
}

.home-video-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}

.home-video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 92vw);
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  background: #000;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
}

.home-video-modal iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.home-video-modal-close {
  position: absolute;
  right: 0;
  top: -48px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: var(--orange);
  color: #fff;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

body.mgp-calendly-modal-open {
  overflow: hidden;
}

.mgp-calendly-modal[hidden] {
  display: none !important;
}

.mgp-calendly-modal {
  position: fixed;
  inset: 0;
  z-index: 10000060;
  display: grid;
  place-items: center;
  padding: 22px;
}

.mgp-calendly-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.84);
  cursor: pointer;
}

.mgp-calendly-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(420px, min(78vh, 760px));
  width: min(1080px, calc(100vw - 44px));
  overflow: hidden;
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
}

.mgp-calendly-header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 14px 10px 18px;
  background: var(--black);
  color: var(--white);
}

.mgp-calendly-header strong {
  margin-right: auto;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.mgp-calendly-header a,
.mgp-calendly-header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 128, 0, 0.64);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mgp-calendly-header button {
  background: var(--orange);
  border-color: var(--orange);
}

.mgp-calendly-dialog iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    animation: none;
  }
}

/* Features page skin */
.mgp-features-skin {
  background: var(--black);
}

.mgp-features-skin .features-icon-sprite {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.mgp-features-skin .features-page {
  background:
    linear-gradient(180deg, rgba(9, 12, 10, 0.96), rgba(9, 12, 10, 0.98)),
    url("assets/pricing-forest-realistic-bg-v2.png") center top / cover repeat-y;
  color: var(--white);
}

body.dnnEditState .mgp-features-skin .features-page,
body.dnnEditState .mgp-features-skin .features-hero,
body.dnnEditState .mgp-features-skin .features-tools,
body.dnnEditState .mgp-features-skin .features-pane {
  overflow: visible !important;
}

body:not(.dnnEditState) .mgp-features-skin .features-pane.mgp-empty-pane,
body:not(.dnnEditState) .mgp-features-skin .features-pane.DNNEmptyPane {
  display: none;
}

.mgp-features-skin .top-content-pane {
  padding: 0;
  background: transparent;
  color: inherit;
}

.mgp-features-skin .top-content-pane.mgp-empty-pane,
.mgp-features-skin .top-content-pane.DNNEmptyPane {
  min-height: 0;
  padding: 0;
  background: transparent;
}

body.dnnEditState .mgp-features-skin .features-pane {
  min-height: 96px;
  outline: 1px dashed rgba(255, 128, 0, 0.48);
  outline-offset: -1px;
}

body.dnnEditState .mgp-features-skin .top-content-pane.mgp-empty-pane,
body.dnnEditState .mgp-features-skin .top-content-pane.DNNEmptyPane {
  min-height: 0;
  outline: 0;
}

.mgp-features-skin .features-icon {
  width: 66px;
  height: 66px;
  color: var(--olive-soft);
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mgp-features-skin .features-icon text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.mgp-features-skin .features-icon.orange-icon,
.mgp-features-skin .features-accordion-trigger > .features-icon {
  color: var(--orange);
}

.mgp-features-skin .features-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 62px var(--page-pad) 46px;
  background: #090c0a;
  border-bottom: 1px solid rgba(67, 74, 48, 0.28);
}

.mgp-features-skin .features-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.82), rgba(9, 12, 10, 0.56) 48%, rgba(9, 12, 10, 0.8)),
    url("assets/Features-bkg.jpg") center 42% / cover no-repeat;
  opacity: 0.58;
}

.mgp-features-skin .features-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(109, 117, 84, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(9, 12, 10, 0.08), rgba(9, 12, 10, 0.78));
}

.mgp-features-skin .features-hero-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 520px);
  gap: clamp(34px, 4vw, 62px);
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}

.mgp-features-skin .features-hero-video-pane,
.mgp-features-skin .features-hero-video-pane .DnnModule,
.mgp-features-skin .features-hero-video-pane .DNNModuleContent,
.mgp-features-skin .features-hero-video-pane .Normal,
.mgp-features-skin .features-hero-video-pane [id*="_ModuleContent"],
.mgp-features-skin .features-hero-video-pane [id*="_lblContent"] {
  width: 100%;
  max-width: 520px;
  justify-self: start;
}

.mgp-features-skin .features-hero h1,
.mgp-features-skin .features-section-heading h2,
.mgp-features-skin .features-tools-title h2,
.mgp-features-skin .features-accordion-title,
.mgp-features-skin .features-final-cta h2,
.mgp-features-skin .features-benefit h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
  color: var(--white);
}

.mgp-features-skin .features-hero h1 {
  max-width: 640px;
  font-size: clamp(62px, 5.2vw, 86px);
}

.mgp-features-skin .features-hero h1 span {
  display: block;
  white-space: nowrap;
}

.mgp-features-skin .features-hero .accent,
.mgp-features-skin .features-orange {
  color: var(--orange) !important;
}

.mgp-features-skin .features-subhead {
  display: block;
  margin: 14px 0 14px;
  color: #bfc0b5;
  font-family: "Oswald", var(--body);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.mgp-features-skin .features-hero-lede {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 34px auto 0;
  text-align: center;
}

.mgp-features-skin .features-hero-lede p {
  max-width: 1140px;
  margin: 0 auto;
  color: #d8d8cd;
  font-size: clamp(20px, 1.45vw, 23px);
  font-weight: 650;
  line-height: 1.38;
}

.mgp-features-skin .features-video-hero {
  position: relative;
  display: block;
  width: min(100%, 520px) !important;
  max-width: 520px;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--olive-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.mgp-features-skin .features-video-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.06);
  opacity: 0.78;
  filter: contrast(1.06) saturate(0.9);
}

.mgp-features-skin .features-video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.3) 48%, rgba(0, 0, 0, 0.1));
}

.mgp-features-skin .features-hero-quote {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(50% + 54px);
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.08;
  font-weight: 900;
  text-align: center;
  text-wrap: balance;
  box-sizing: border-box;
}

.mgp-features-skin .features-hero-quote cite {
  display: block;
  width: 100%;
  margin-top: 6px;
  color: var(--orange);
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.mgp-features-skin .features-hero-quote cite br {
  display: none;
}

.mgp-features-skin .features-play-button {
  position: absolute;
  z-index: 3;
  left: 51%;
  top: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

.mgp-features-skin .features-play-button::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 23px;
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.mgp-features-skin .features-benefit-heading {
  padding: 42px var(--page-pad) 26px;
  background: #090c0a;
}

.mgp-features-skin .features-benefit-heading .features-section-heading {
  margin-bottom: 0;
}

.mgp-features-skin .features-benefit-strip {
  background:
    linear-gradient(90deg, rgba(25, 41, 20, 0.98), rgba(67, 74, 48, 0.98) 46%, rgba(20, 34, 17, 0.98)),
    var(--olive);
  border-top: 1px solid rgba(109, 117, 84, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.48);
}

.mgp-features-skin .features-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: var(--max);
  margin: 0 auto;
}

.mgp-features-skin .features-benefit {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px clamp(22px, 2.4vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.mgp-features-skin .features-benefit:last-child {
  border-right: 0;
}

.mgp-features-skin .features-benefit h3 {
  width: 100%;
  font-size: 29px;
  line-height: 1.02;
  text-align: center;
  color: #fff;
}

.mgp-features-skin .features-benefit p {
  margin: 8px auto 0;
  max-width: 210px;
  color: #e5dfcf;
  font-size: 16px;
  line-height: 1.38;
}

.mgp-features-skin .features-benefit-strip .features-icon {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  color: var(--orange);
}

.mgp-features-skin .features-buck-icon {
  display: block;
  width: 62px;
  height: 62px;
  background: var(--orange);
  -webkit-mask: url("assets/buck-deer.png") center / contain no-repeat;
  mask: url("assets/buck-deer.png") center / contain no-repeat;
}

.mgp-features-skin .features-money-flow-retired {
  display: none !important;
}

.mgp-features-skin .features-money-flow {
  padding: 42px var(--page-pad) 46px;
}

.mgp-features-skin .features-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 32px;
  text-align: center;
}

.mgp-features-skin .features-section-heading::before,
.mgp-features-skin .features-section-heading::after {
  content: "";
  width: 90px;
  height: 2px;
  background: var(--orange);
}

.mgp-features-skin .features-section-heading h2 {
  font-size: 37px;
}

.mgp-features-skin .features-flow-grid {
  display: grid;
  grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr;
  align-items: start;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.mgp-features-skin .features-flow-step {
  text-align: center;
  padding: 6px 10px 0;
}

.mgp-features-skin .features-flow-step .features-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
}

.mgp-features-skin .features-flow-step h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 900;
}

.mgp-features-skin .features-flow-step p {
  margin: 8px auto 0;
  max-width: 145px;
  color: #ddd4c2;
  font-size: 14px;
  line-height: 1.35;
}

.mgp-features-skin .features-chev {
  color: var(--orange);
  font-family: var(--display);
  font-size: 48px;
  line-height: 1.6;
  text-align: center;
}

.mgp-features-skin .features-tools {
  padding: 0 var(--page-pad) 46px;
}

.mgp-features-skin .features-tools-title {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(67, 74, 48, 0.34);
  text-align: center;
}

.mgp-features-skin .features-tools-title h2 {
  font-size: 39px;
}

.mgp-features-skin .features-tools-title p {
  margin: 12px 0 30px;
  color: #d8d8cd;
  font-size: 16px;
}

.mgp-features-skin .features-accordion {
  display: grid;
  gap: 10px;
  max-width: var(--max);
  margin: 0 auto;
}

.mgp-features-skin .features-accordion-panel {
  border: 1px solid rgba(67, 74, 48, 0.46);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(35, 52, 28, 0.72), rgba(9, 15, 10, 0.94)),
    rgba(12, 20, 12, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.mgp-features-skin .features-accordion-trigger {
  width: 100%;
  min-height: 76px;
  padding: 12px 24px;
  display: grid;
  grid-template-columns: 84px 1fr 40px;
  gap: 16px;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.mgp-features-skin .features-accordion-title {
  display: block;
  font-size: 31px;
}

.mgp-features-skin .features-accordion-trigger p {
  margin: 2px 0 0;
  color: #ddd6c8;
  font-size: 16px;
  line-height: 1.42;
}

.mgp-features-skin .features-caret {
  width: 24px;
  height: 24px;
  color: var(--orange);
  stroke: var(--orange);
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.mgp-features-skin .features-accordion-panel.is-open .features-caret {
  transform: rotate(180deg);
}

.mgp-features-skin .features-accordion-content {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px 0 112px;
  opacity: 0;
  transition:
    max-height 0.52s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.24s ease,
    padding-bottom 0.32s ease;
  will-change: max-height;
}

.mgp-features-skin .features-accordion-panel.is-open .features-accordion-content {
  padding-bottom: 30px;
  opacity: 1;
}

.mgp-features-skin .features-summary {
  grid-column: 1 / -1;
  margin: -2px 0 8px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(67, 74, 48, 0.4);
  color: #eee7db;
  font-size: 17px;
  line-height: 1.48;
  max-width: 930px;
}

.mgp-features-skin .features-value-list {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(67, 74, 48, 0.52);
  border-radius: var(--radius);
  background: rgba(9, 16, 10, 0.58);
}

.mgp-features-skin .features-value-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
}

.mgp-features-skin .features-value-item .features-icon {
  width: 36px;
  height: 36px;
  color: var(--olive-soft);
}

.mgp-features-skin .features-value-item strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.13;
}

.mgp-features-skin .features-value-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}

.mgp-features-skin .features-video-block h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--body);
  font-size: 20px;
  font-weight: 900;
}

.mgp-features-skin .features-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mgp-features-skin .features-video-card {
  min-height: 238px;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(67, 74, 48, 0.62);
  border-radius: var(--radius);
  background: #111;
}

.mgp-features-skin .features-video-card img {
  width: 100%;
  height: 100%;
  min-height: 238px;
  object-fit: cover;
  opacity: 0.7;
  filter: saturate(0.88) contrast(1.06);
}

.mgp-features-skin .features-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2));
}

.mgp-features-skin .features-video-copy {
  position: absolute;
  z-index: 2;
  inset: auto 16px 18px 16px;
}

.mgp-features-skin .features-video-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.24;
}

.mgp-features-skin .features-video-copy cite {
  display: block;
  margin-top: 12px;
  color: var(--orange);
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
}

.mgp-features-skin .features-mini-play {
  position: absolute;
  z-index: 4;
  left: 16px;
  top: 16px;
  width: 52px;
  height: 52px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
}

.mgp-features-skin .features-mini-play::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.mgp-features-skin .features-shop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: var(--orange);
  color: #090c0a !important;
  font-family: var(--display);
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-text-stroke: 0;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mgp-features-skin .features-shop-link:hover {
  background: #f08a18;
  color: #090c0a !important;
  transform: translateY(-1px);
}

.mgp-features-skin .features-shop-link svg {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.features-video-modal-open {
  overflow: hidden;
}

.mgp-features-skin .features-video-modal[hidden] {
  display: none !important;
}

.mgp-features-skin .features-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000050;
  display: grid;
  place-items: center;
  padding: 28px;
}

.mgp-features-skin .features-video-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}

.mgp-features-skin .features-video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 92vw);
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  background: #000;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
}

.mgp-features-skin .features-video-modal iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.mgp-features-skin .features-video-modal-close {
  position: absolute;
  right: 0;
  top: -48px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: var(--orange);
  color: #fff;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.mgp-features-skin .features-final-cta {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding: 26px var(--page-pad);
  background:
    linear-gradient(90deg, rgba(39, 67, 30, 0.92), rgba(20, 38, 18, 0.96)),
    url("assets/pricing-forest-bg.png") center / cover;
  border-top: 1px solid rgba(67, 74, 48, 0.44);
  border-bottom: 1px solid rgba(67, 74, 48, 0.44);
}

.mgp-features-skin .features-final-cta .features-icon {
  width: 82px;
  height: 82px;
  color: var(--orange);
}

.mgp-features-skin .features-final-cta h2 {
  font-size: 41px;
}

.mgp-features-skin .features-final-cta p {
  max-width: 660px;
  margin: 8px 0 0;
  color: #d8d8cd;
  font-size: 17px;
}

.mgp-features-skin .features-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mgp-features-skin .features-cta-actions small {
  display: block;
  flex-basis: 100%;
  margin-top: 10px;
  color: #efe8dc;
  font-size: 15px;
}

.mgp-dnn-skin .dnn-site-nav a {
  color: var(--white);
  font-family: var(--display);
  font-weight: 400;
  text-shadow: none;
  -webkit-text-stroke: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.mgp-dnn-skin .dnn-site-nav a:hover {
  color: var(--orange);
}

@media (max-width: 1080px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .site-header {
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .hero,
  .platform {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 44px 24px;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .platform {
    padding: 44px 24px;
  }

  .platform-visual {
    justify-self: center;
  }

  .platform-visual img {
    margin: 0 auto;
  }

  .app-downloads {
    max-width: 420px;
  }

  .device-showcase {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  .dashboard-device,
  .phone-device {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }

  .dashboard-device {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 32px;
  }

  .phone-device {
    margin: 0 auto;
  }

  .resource-funnel {
    padding: 48px 24px;
  }

  .resource-funnel-inner,
  .resource-card-grid {
    grid-template-columns: 1fr;
  }

  .resource-funnel-copy {
    max-width: none;
  }

  .final-cta {
    grid-template-columns: 86px 1fr;
  }

  .final-cta .btn {
    grid-column: 2;
    width: min(260px, 100%);
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-links span {
    text-align: left;
  }

  .mgp-calendly-modal {
    padding: 0;
  }

  .mgp-calendly-dialog {
    width: 100%;
    height: 100%;
    border-width: 0;
    border-radius: 0;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .mgp-calendly-header {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 170px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .pricing {
    padding: 34px 18px 48px;
  }

  .pricing-panel {
    grid-template-columns: 1fr;
  }

  .price-column + .price-column {
    border-left: 0;
    border-top: 1px solid rgba(74, 63, 47, 0.35);
  }

  .platform h2 {
    text-align: left;
    white-space: normal;
  }

  .store-badge {
    width: 100%;
    max-width: 260px;
  }

  .dashboard-device {
    grid-template-columns: 90px 1fr;
    height: 250px;
    padding: 12px;
  }

  .sidebar {
    gap: 10px;
    padding: 14px 10px;
    font-size: 11px;
  }

  .dashboard-content {
    padding-left: 14px;
  }

  .metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .metrics span {
    min-height: 56px;
  }

  .order-row {
    font-size: 10px;
  }

  .device-badge {
    align-items: flex-start;
    gap: 14px;
    padding: 12px;
  }

  .device-art {
    transform: scale(0.86);
    transform-origin: left center;
    flex-basis: 122px;
  }

  .resource-funnel h2 {
    font-size: 44px;
  }

  .resource-card {
    min-height: auto;
    padding: 22px;
  }

  .resource-card::after {
    opacity: 0.24;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 46px 24px;
  }

  .final-cta .btn {
    grid-column: auto;
  }
}

@media (max-width: 1080px) {
  .mgp-features-skin .features-hero {
    padding: 44px 24px;
  }

  .mgp-features-skin .features-hero-main {
    grid-template-columns: 1fr;
  }

  .mgp-features-skin .features-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mgp-features-skin .features-flow-grid {
    grid-template-columns: 1fr;
  }

  .mgp-features-skin .features-chev {
    line-height: 0.8;
    transform: rotate(90deg);
  }

  .mgp-features-skin .features-accordion-content {
    grid-template-columns: 1fr;
    padding: 0 22px 0;
  }

  .mgp-features-skin .features-accordion-panel.is-open .features-accordion-content {
    padding-bottom: 24px;
  }

  .mgp-features-skin .features-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mgp-features-skin .features-final-cta {
    grid-template-columns: 86px 1fr;
  }

  .mgp-features-skin .features-cta-actions {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .mgp-features-skin .features-hero h1 {
    font-size: 48px;
  }

  .mgp-features-skin .features-video-hero {
    min-height: 0;
  }

  .mgp-features-skin .features-play-button {
    top: 42%;
    width: 72px;
    height: 72px;
  }

  .mgp-features-skin .features-play-button::after {
    left: 28px;
    top: 20px;
    border-left-width: 20px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }

  .mgp-features-skin .features-hero-quote {
    top: auto;
    bottom: 14px;
    width: calc(100% - 18px);
    max-width: calc(100% - 18px);
    font-size: 16px;
    line-height: 1.05;
  }

  .mgp-features-skin .features-hero-quote cite {
    margin-top: 4px;
    font-size: 13px;
  }

  .mgp-features-skin .features-benefit-grid,
  .mgp-features-skin .features-video-grid {
    grid-template-columns: 1fr;
  }

  .mgp-features-skin .features-benefit {
    align-items: center;
    text-align: center;
    padding: 22px 18px;
  }

  .mgp-features-skin .features-benefit p {
    margin-left: auto;
    margin-right: auto;
  }

  .mgp-features-skin .features-money-flow,
  .mgp-features-skin .features-tools {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mgp-features-skin .features-section-heading {
    gap: 14px;
  }

  .mgp-features-skin .features-section-heading::before,
  .mgp-features-skin .features-section-heading::after {
    width: 34px;
  }

  .mgp-features-skin .features-accordion-trigger {
    grid-template-columns: 54px 1fr 28px;
    padding: 14px 16px;
  }

  .mgp-features-skin .features-accordion-trigger > .features-icon {
    width: 42px;
    height: 42px;
  }

  .mgp-features-skin .features-accordion-title {
    font-size: 26px;
  }

  .mgp-features-skin .features-final-cta {
    grid-template-columns: 1fr;
    padding: 44px 24px;
  }

  .mgp-features-skin .features-cta-actions {
    grid-column: auto;
  }
}

.pricing-detail-page {
  background:
    linear-gradient(180deg, rgba(9, 12, 10, 0.92), rgba(9, 12, 10, 0.98)),
    #090c0a;
}

.pricing-detail-page .brand-lockup {
  gap: 12px;
}

.pricing-detail-page .brand-lockup img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pricing-detail-page .brand-lockup span {
  display: grid;
  color: var(--white);
  font-family: var(--display);
  font-size: 30px;
  line-height: 0.82;
  text-transform: uppercase;
}

.pricing-detail-page .brand-lockup b {
  font-weight: 400;
}

.pricing-detail-page .site-nav a[aria-current="page"] {
  color: var(--orange);
}

body:not(.dnnEditState) .pricing-detail-page .pricing-pane.mgp-empty-pane,
body:not(.dnnEditState) .pricing-detail-page .pricing-pane.DNNEmptyPane {
  display: none;
}

body.dnnEditState .pricing-detail-page main,
body.dnnEditState .pricing-detail-page section,
body.dnnEditState .pricing-detail-page .pricing-pane {
  overflow: visible !important;
}

body.dnnEditState .pricing-detail-page .pricing-pane {
  min-height: 120px;
  outline: 1px dashed rgba(255, 128, 0, 0.48);
  outline-offset: -1px;
}

body.dnnEditState .pricing-detail-page .pricing-content-pane {
  min-height: 80px;
}

body.dnnEditState .pricing-final-actions,
body.dnnEditState .pricing-final-actions .Normal {
  display: block;
}

.pricing-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) minmax(320px, 0.62fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
  min-height: 640px;
  padding: 72px var(--page-pad) 66px;
  overflow: hidden;
  background: #090c0a;
}

.pricing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.96), rgba(9, 12, 10, 0.7) 48%, rgba(9, 12, 10, 0.9)),
    url("assets/Pricing-Hero-bkg.jpg") center / cover no-repeat;
  filter: saturate(0.82) contrast(1.08);
  opacity: 0.58;
}

.pricing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 128, 0, 0.06), transparent 32%),
    linear-gradient(180deg, transparent 62%, rgba(9, 12, 10, 0.92));
}

.pricing-kicker,
.pricing-section-heading > span {
  display: block;
  color: var(--orange);
  font-family: "Oswald", var(--body);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-hero h1,
.pricing-section-heading h2,
.pricing-testimonial h2,
.pricing-final-cta h2,
.pricing-app-panel h2,
.pricing-proof h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.pricing-hero h1 {
  display: grid;
  margin-top: 0;
  max-width: 560px;
  font-size: clamp(62px, 7.3vw, 102px);
}

.pricing-detail-page .pricing-hero h1,
.pricing-detail-page .pricing-hero h1 span:not(.accent) {
  color: var(--white) !important;
}

.pricing-detail-page .pricing-hero h1 .accent {
  color: var(--orange) !important;
}

.pricing-hero-copy p {
  max-width: 620px;
  margin: 26px 0 28px;
  color: #ded8ca;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.48;
}

.pricing-app-downloads {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.pricing-app-downloads > span {
  color: #bfc0b5;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-app-section {
  padding: 50px var(--page-pad);
  background:
    linear-gradient(90deg, rgba(17, 22, 16, 0.98), rgba(32, 38, 32, 0.96)),
    #111610;
  border-top: 1px solid rgba(255, 128, 0, 0.16);
  border-bottom: 1px solid rgba(255, 128, 0, 0.16);
}

.pricing-app-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.pricing-app-panel h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(38px, 4.2vw, 56px);
}

.pricing-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.pricing-store-links a {
  display: inline-flex;
  min-height: 59px;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease;
}

.pricing-store-links a:hover {
  transform: translateY(-2px);
}

.pricing-store-links img {
  width: auto;
  height: 59px;
}

.pricing-risk-card {
  justify-self: end;
  width: min(430px, 100%);
  overflow: hidden;
  border: 1px solid rgba(250, 248, 238, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(32, 38, 32, 0.96), rgba(13, 17, 13, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.pricing-hero-card-pane {
  justify-self: end;
  width: min(430px, 100%);
}

.pricing-hero-card-pane .pricing-risk-card {
  width: 100%;
}

.risk-card-header {
  display: grid;
  gap: 0;
  justify-items: center;
  padding: 36px 28px 34px;
  background:
    linear-gradient(180deg, rgba(255, 128, 0, 0.96), rgba(232, 115, 0, 0.96)),
    var(--orange);
  color: #fff;
  text-align: center;
}

.risk-card-header span,
.risk-card-header small,
.risk-card-grid span {
  font-family: "Oswald", var(--body);
  font-weight: 700;
  text-transform: uppercase;
}

.risk-card-header span {
  font-size: 18px;
}

.risk-card-header strong {
  font-family: var(--display);
  font-size: 124px;
  font-weight: 400;
  line-height: 0.82;
  margin-top: 18px;
}

.risk-card-header small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  margin-top: 12px;
}

.risk-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(250, 248, 238, 0.12);
}

.risk-card-grid div {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 28px 18px;
  text-align: center;
}

.risk-card-grid div + div {
  border-left: 1px solid rgba(250, 248, 238, 0.12);
}

.risk-card-grid b {
  color: var(--cream);
  font-family: var(--display);
  font-size: 72px;
  font-weight: 400;
  line-height: 0.9;
}

.risk-card-grid span {
  color: #bfc0b5;
  font-size: 14px;
}

.pricing-risk-card p {
  margin: 0;
  padding: 24px 28px 28px;
  color: #ded8ca;
  font-size: 16px;
  line-height: 1.46;
}

.pricing-proof {
  position: relative;
  padding: 96px var(--page-pad) 66px;
  background:
    linear-gradient(180deg, rgba(17, 22, 16, 0.98), rgba(9, 12, 10, 0.98)),
    #111610;
}

.pricing-proof::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 128, 0, 0.85), transparent);
}

.pricing-section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.pricing-section-heading h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(42px, 5.1vw, 64px);
}

.pricing-section-heading h2 span {
  display: block;
}

.pricing-proof .pricing-section-heading h2 span {
  white-space: nowrap;
}

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

.pricing-proof article {
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(250, 248, 238, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(38, 44, 37, 0.92), rgba(15, 18, 14, 0.96));
}

.pricing-proof-number {
  color: var(--orange);
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
}

.pricing-proof h3 {
  margin-top: 22px;
  color: var(--white);
  font-size: 36px;
}

.pricing-proof p {
  margin: 14px 0 0;
  color: #cfd0c5;
  font-size: 16px;
  line-height: 1.45;
}

.pricing-matrix-section {
  padding: 60px var(--page-pad) 76px;
  color: var(--ink);
  background:
    linear-gradient(rgba(246, 241, 226, 0.74), rgba(238, 232, 216, 0.88)),
    url("assets/pricing-forest-realistic-bg-v2.png") center / cover no-repeat;
}

.pricing-matrix-section .pricing-section-heading h2 {
  color: var(--ink);
}

.pricing-matrix-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid rgba(74, 63, 47, 0.26);
  border-radius: var(--radius);
  background: rgba(248, 244, 233, 0.96);
  box-shadow: 0 26px 70px rgba(24, 26, 22, 0.2);
}

.pricing-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.pricing-matrix caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pricing-matrix th,
.pricing-matrix td {
  border: 1px solid rgba(74, 63, 47, 0.18);
}

.pricing-matrix thead th {
  min-height: 122px;
  padding: 24px 20px 22px;
  background: var(--orange);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.pricing-matrix thead .feature-heading {
  background: rgba(248, 244, 233, 0.86);
  color: #5c574a;
  font-family: "Oswald", var(--body);
  font-size: 22px;
  letter-spacing: 0;
}

.pricing-matrix thead strong,
.pricing-matrix thead span:last-child {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.pricing-matrix thead strong {
  font-size: 68px;
}

.pricing-matrix thead span:last-child {
  margin-top: 8px;
  font-size: 27px;
}

.pricing-matrix tbody th {
  padding: 15px 18px;
  color: #2a2a25;
  font-size: 16px;
  font-weight: 800;
  text-align: right;
}

.pricing-matrix tbody td {
  height: 54px;
  text-align: center;
}

.pricing-matrix tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.52);
}

.pricing-check {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 128, 0, 0.14);
  vertical-align: middle;
}

.pricing-check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #1f2a1a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.login-detail-page {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 128, 0, 0.16), transparent 30%),
    linear-gradient(180deg, #090c0a, #111610 58%, #090c0a);
}

.login-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px var(--page-pad);
  border-bottom: 1px solid rgba(255, 128, 0, 0.28);
  background: rgba(7, 10, 8, 0.94);
}

.login-header .brand {
  display: inline-flex;
  align-items: center;
}

.login-header .brand-logo {
  width: min(280px, 52vw);
  height: auto;
}

.login-header .btn-secondary {
  border-color: rgba(250, 248, 238, 0.42);
  color: var(--white);
}

.login-page {
  min-height: calc(100vh - 96px);
  display: grid;
  align-items: center;
  padding: clamp(34px, 5vw, 76px) var(--page-pad);
}

.login-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 128, 0, 0.22);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.login-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #111610;
}

.login-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.94) contrast(1.02);
}

.login-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 10, 0.02), rgba(9, 12, 10, 0.72)),
    linear-gradient(90deg, transparent 44%, rgba(9, 12, 10, 0.34));
}

.login-visual-copy {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 4vw, 44px);
  right: clamp(24px, 4vw, 44px);
  bottom: clamp(26px, 4vw, 46px);
  display: grid;
  gap: 8px;
  color: var(--white);
}

.login-visual-copy span,
.login-kicker {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--orange);
  text-transform: uppercase;
}

.login-visual-copy strong {
  max-width: 360px;
  font-family: var(--display);
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 62px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
    var(--cream);
}

.login-panel h1 {
  max-width: 460px;
  margin: 8px 0 12px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(44px, 5.5vw, 64px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.login-panel p {
  max-width: 480px;
  margin: 0;
  color: rgba(24, 27, 22, 0.78);
  font-size: 18px;
  line-height: 1.45;
}

.login-content-pane {
  margin-top: 34px;
  color: var(--ink);
}

.login-content-pane .DnnModule,
.login-content-pane .DNNModuleContent,
.login-content-pane .dnnForm {
  margin: 0;
}

.login-content-pane table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.login-content-pane td {
  padding: 0 10px 0 0;
  color: var(--ink);
  font-size: 16px;
  vertical-align: middle;
}

.login-content-pane td:first-child,
.login-content-pane label,
.login-content-pane .dnnFormItem label {
  width: auto;
  float: none;
  margin: 0;
  color: rgba(24, 27, 22, 0.82);
  font-family: "Oswald", var(--body);
  font-weight: 700;
}

.login-content-pane input[type="text"],
.login-content-pane input[type="password"],
.login-content-pane input[type="email"] {
  width: min(100%, 360px);
  min-height: 48px;
  padding: 11px 14px;
  border: 2px solid rgba(24, 27, 22, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: 700 17px/1.2 "Oswald", var(--body);
}

.login-content-pane input[type="text"]:focus,
.login-content-pane input[type="password"]:focus,
.login-content-pane input[type="email"]:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 128, 0, 0.16);
}

.login-content-pane input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
}

.login-content-pane .dnnPrimaryAction,
.login-content-pane a.dnnPrimaryAction,
.login-content-pane input[type="submit"],
.login-content-pane button[type="submit"] {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid var(--orange);
  border-radius: 6px;
  background: var(--orange);
  color: var(--white) !important;
  font: 700 16px/1 "Oswald", var(--body);
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
}

.login-content-pane .dnnSecondaryAction,
.login-content-pane a.dnnSecondaryAction {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid rgba(24, 27, 22, 0.28);
  border-radius: 6px;
  background: transparent;
  color: var(--ink) !important;
  font: 700 16px/1 "Oswald", var(--body);
  text-transform: uppercase;
  text-decoration: none;
}

.login-content-pane a {
  color: var(--orange);
  font-weight: 700;
}

@media (max-width: 900px) {
  .login-header {
    padding: 16px var(--page-pad);
  }

  .login-page {
    align-items: start;
    min-height: auto;
    padding-top: 24px;
  }

  .login-layout {
    grid-template-columns: 1fr;
  }

  .login-visual {
    min-height: 280px;
  }

  .login-visual img {
    object-position: 50% 42%;
  }

  .login-panel {
    padding: 30px 22px 34px;
  }

  .login-content-pane table,
  .login-content-pane tbody,
  .login-content-pane tr,
  .login-content-pane td {
    display: block;
    width: 100%;
  }

  .login-content-pane td {
    padding: 0;
  }

  .login-content-pane input[type="text"],
  .login-content-pane input[type="password"],
  .login-content-pane input[type="email"] {
    width: 100%;
  }
}

.pricing-testimonial {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(260px, 390px);
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
  padding: 72px var(--page-pad);
  background:
    linear-gradient(135deg, rgba(239, 234, 222, 0.98), rgba(226, 218, 199, 0.98));
  color: var(--ink);
}

.pricing-testimonial h2 {
  margin-top: 8px;
  max-width: 650px;
  color: var(--ink);
  font-size: clamp(40px, 4.8vw, 60px);
}

.pricing-testimonial blockquote {
  max-width: 720px;
  margin: 30px 0 22px;
  color: #2f312c;
  font-family: "Oswald", var(--body);
  font-size: clamp(24px, 2.2vw, 32px);
  font-style: italic;
  line-height: 1.35;
}

.pricing-testimonial p {
  margin: 0;
  color: #494e3f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.pricing-testimonial-image {
  justify-self: center;
  width: min(330px, 100%);
  margin: 0;
}

.pricing-testimonial-image img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(24, 26, 22, 0.18);
}

.pricing-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 62px var(--page-pad) 70px;
  background:
    linear-gradient(90deg, rgba(28, 48, 22, 0.95), rgba(10, 15, 10, 0.98)),
    url("assets/pricing-forest-bg.png") center / cover no-repeat;
  border-top: 1px solid rgba(255, 128, 0, 0.16);
}

.pricing-final-cta h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(42px, 4.7vw, 62px);
}

.pricing-final-cta p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #ded8ca;
  font-size: 17px;
}

.pricing-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.pricing-final-actions .Normal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.pricing-final-actions .btn-secondary,
.pricing-final-actions .btn-secondary:link,
.pricing-final-actions .btn-secondary:visited {
  color: var(--white);
}

@media (max-width: 1080px) {
  .pricing-hero,
  .pricing-testimonial,
  .pricing-final-cta {
    grid-template-columns: 1fr;
  }

  .pricing-hero {
    min-height: auto;
    padding: 54px 24px 58px;
  }

  .pricing-risk-card {
    justify-self: start;
  }

  .pricing-hero-card-pane {
    justify-self: start;
  }

  .pricing-proof {
    padding: 76px 24px 58px;
  }

  .pricing-proof-grid {
    grid-template-columns: 1fr;
  }

  .pricing-matrix-section {
    padding: 52px 24px 64px;
  }

  .pricing-testimonial {
    padding: 58px 24px;
  }

  .pricing-app-section {
    padding: 42px 24px;
  }

  .pricing-app-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-final-cta {
    padding: 54px 24px 60px;
  }

  .pricing-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .pricing-hero h1 {
    font-size: 58px;
  }

  .pricing-hero-copy p {
    font-size: 17px;
  }

  .pricing-store-links a,
  .pricing-store-links img {
    height: 52px;
  }

  .risk-card-header strong {
    font-size: 96px;
  }

  .risk-card-grid b {
    font-size: 58px;
  }

  .pricing-section-heading {
    text-align: left;
  }

  .pricing-section-heading h2,
  .pricing-testimonial h2,
  .pricing-app-panel h2,
  .pricing-final-cta h2 {
    font-size: 42px;
  }

  .pricing-proof .pricing-section-heading h2 {
    font-size: 36px;
  }

  .pricing-proof article {
    min-height: 0;
    padding: 24px;
  }

  .pricing-matrix-wrap {
    width: 100%;
    overflow-x: visible;
  }

  .pricing-matrix {
    min-width: 0;
  }

  .pricing-matrix thead .feature-heading {
    width: 48%;
    padding: 18px 8px;
    font-size: 15px;
  }

  .pricing-matrix thead th:not(.feature-heading) {
    width: 26%;
    padding: 18px 6px;
  }

  .pricing-matrix thead strong {
    font-size: 42px;
  }

  .pricing-matrix thead span:last-child {
    font-size: 17px;
  }

  .pricing-matrix tbody th {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.18;
    text-align: left;
  }

  .pricing-matrix tbody td {
    height: 48px;
  }

  .pricing-check {
    width: 20px;
    height: 20px;
  }

  .pricing-check::after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
  }

  .pricing-testimonial blockquote {
    font-size: 23px;
  }

  .pricing-final-actions .btn {
    width: 100%;
  }
}

body.mgp-onboarding-open {
  overflow: hidden;
}

.mgp-onboarding[hidden] {
  display: none;
}

.mgp-onboarding {
  position: fixed;
  inset: 0;
  z-index: 10000050;
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--ink);
  font-family: var(--body);
}

.mgp-ob-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 12, 10, 0.76);
  backdrop-filter: blur(8px);
}

.mgp-ob-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: hidden;
  border: 1px solid rgba(255, 128, 0, 0.34);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.mgp-ob-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 26, 22, 0.16);
  border-radius: 50%;
  background: #fffaf0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.mgp-ob-close:hover,
.mgp-ob-close:focus-visible {
  border-color: var(--orange);
  outline: 3px solid rgba(255, 128, 0, 0.22);
}

.mgp-ob-progress {
  padding: 22px 76px 14px 26px;
  border-bottom: 1px solid rgba(67, 74, 48, 0.18);
}

.mgp-ob-progress span:first-child {
  display: block;
  margin-bottom: 10px;
  color: var(--olive);
  font-size: 14px;
  font-weight: 800;
}

.mgp-ob-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #d7d1c1;
}

.mgp-ob-progress-track span {
  display: block;
  width: 10%;
  height: 100%;
  border-radius: inherit;
  background: var(--orange);
  transition: width 180ms ease;
}

.mgp-ob-form {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}

.mgp-ob-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.mgp-ob-screen {
  padding: 32px 34px 26px;
}

.mgp-ob-screen h2 {
  max-width: 620px;
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--body);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: none;
}

.mgp-ob-helper {
  max-width: 560px;
  margin: 0 0 24px;
  color: #4e513e;
  font-size: 18px;
}

.mgp-ob-body {
  display: grid;
  gap: 20px;
}

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

.mgp-ob-field {
  display: grid;
  gap: 8px;
}

.mgp-ob-field span,
.mgp-ob-question {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.mgp-ob-field input,
.mgp-ob-field textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 2px solid #c9c1ae;
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ink);
  font: 700 17px var(--body);
}

.mgp-ob-field textarea {
  min-height: 96px;
  resize: vertical;
}

.mgp-ob-field input:focus,
.mgp-ob-field textarea:focus {
  border-color: var(--orange);
  outline: 3px solid rgba(255, 128, 0, 0.22);
}

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

.mgp-ob-switch-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mgp-ob-switch,
.mgp-ob-choice,
.mgp-ob-button {
  font-family: var(--body);
  cursor: pointer;
}

.mgp-ob-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 12px 14px 12px 18px;
  border: 2px solid #c9c1ae;
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ink);
  text-align: left;
  font-size: 17px;
  font-weight: 800;
}

.mgp-ob-switch i {
  position: relative;
  flex: 0 0 auto;
  width: 58px;
  height: 34px;
  border-radius: 999px;
  background: #9e9a8f;
  transition: background 160ms ease;
}

.mgp-ob-switch i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease;
}

.mgp-ob-switch.is-on {
  border-color: var(--orange);
  background: #fff4e6;
}

.mgp-ob-switch.is-on i {
  background: var(--orange);
}

.mgp-ob-switch.is-on i::after {
  transform: translateX(24px);
}

.mgp-ob-switch:focus-visible,
.mgp-ob-choice:focus-visible,
.mgp-ob-button:focus-visible,
.mgp-ob-review-heading button:focus-visible,
.mgp-ob-upload:focus-within {
  outline: 3px solid rgba(255, 128, 0, 0.28);
  outline-offset: 2px;
}

.mgp-ob-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mgp-ob-choice {
  min-height: 56px;
  padding: 12px 18px;
  border: 2px solid #c9c1ae;
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.mgp-ob-choice.is-selected {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.mgp-ob-extra,
.mgp-ob-single-toggle {
  display: grid;
  gap: 14px;
}

.mgp-ob-day-schedule {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.mgp-ob-day-header,
.mgp-ob-day-row {
  display: grid;
  grid-template-columns: minmax(188px, 0.78fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.mgp-ob-day-header {
  padding: 0 14px;
  color: var(--olive);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mgp-ob-day-row {
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(24, 27, 22, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
}

.mgp-ob-day-row.is-off {
  align-items: center;
  background: rgba(24, 27, 22, 0.04);
}

.mgp-ob-day-row .mgp-ob-switch {
  min-height: 56px;
  gap: 10px;
  padding: 10px 12px 10px 16px;
}

.mgp-ob-day-row .mgp-ob-switch i {
  width: 50px;
  height: 30px;
}

.mgp-ob-day-row .mgp-ob-switch i::after {
  width: 22px;
  height: 22px;
}

.mgp-ob-day-row .mgp-ob-switch.is-on i::after {
  transform: translateX(20px);
}

.mgp-ob-day-field > span {
  display: none;
}

.mgp-ob-day-closed {
  grid-column: 2 / -1;
  align-self: center;
  margin: 0;
}

.mgp-ob-day-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mgp-ob-welcome-note {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ink);
}

.mgp-ob-welcome-note strong {
  font-size: 19px;
}

.mgp-ob-welcome-note span {
  color: #575a45;
}

.mgp-ob-upload {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 24px;
  border: 2px dashed #bcb39e;
  border-radius: 8px;
  background: #fffaf0;
  text-align: center;
  cursor: pointer;
}

.mgp-ob-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mgp-ob-upload span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
}

.mgp-ob-upload small {
  display: block;
  max-width: 100%;
  margin-top: 14px;
  color: #575a45;
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.mgp-ob-review {
  display: grid;
  gap: 14px;
}

.mgp-ob-review-section {
  padding: 16px;
  border: 1px solid rgba(67, 74, 48, 0.2);
  border-radius: 8px;
  background: #fffaf0;
}

.mgp-ob-review-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.mgp-ob-review-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.mgp-ob-review-heading button {
  min-height: 42px;
  padding: 0 14px;
  border: 2px solid var(--orange);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.mgp-ob-review dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.mgp-ob-review dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
}

.mgp-ob-review dt {
  color: #5c6048;
  font-weight: 800;
}

.mgp-ob-review dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.mgp-ob-error {
  margin: 0 34px 14px;
  padding: 12px 14px;
  border: 2px solid #b63a1b;
  border-radius: 8px;
  background: #fff1ea;
  color: #7a1f0d;
  font-weight: 800;
}

.mgp-ob-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 34px 24px;
  border-top: 1px solid rgba(67, 74, 48, 0.18);
  background: #f4eedf;
}

.mgp-ob-button {
  min-height: 56px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
}

.mgp-ob-button-primary {
  margin-left: auto;
  background: var(--orange);
  color: var(--white);
}

.mgp-ob-button-secondary {
  border-color: #aaa18e;
  background: transparent;
  color: var(--ink);
}

.mgp-ob-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.mgp-ob-confirmation {
  display: grid;
  justify-items: start;
  gap: 16px;
  min-height: 420px;
  align-content: center;
}

.mgp-ob-check {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 34px;
  font-weight: 900;
}

.mgp-ob-confirmation p {
  max-width: 560px;
  margin: 0;
  color: #4e513e;
  font-size: 20px;
}

.mgp-ob-confirmation .mgp-ob-button {
  margin-top: 8px;
}

@media (max-width: 700px) {
  .mgp-onboarding {
    align-items: stretch;
    padding: 0;
  }

  .mgp-ob-panel {
    width: 100%;
    max-height: none;
    min-height: 100vh;
    border-width: 0;
    border-radius: 0;
  }

  .mgp-ob-progress {
    padding: 18px 70px 12px 18px;
  }

  .mgp-ob-screen {
    padding: 28px 18px 20px;
  }

  .mgp-ob-screen h2 {
    font-size: 32px;
  }

  .mgp-ob-helper {
    font-size: 17px;
  }

  .mgp-ob-grid,
  .mgp-ob-switch-grid,
  .mgp-ob-switch-grid.two {
    grid-template-columns: 1fr;
  }

  .mgp-ob-choice-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mgp-ob-day-header {
    display: none;
  }

  .mgp-ob-day-row,
  .mgp-ob-day-fields {
    grid-template-columns: 1fr;
  }

  .mgp-ob-day-field > span {
    display: block;
  }

  .mgp-ob-day-closed {
    grid-column: auto;
  }

  .mgp-ob-review dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .mgp-ob-error {
    margin: 0 18px 12px;
  }

  .mgp-ob-actions {
    padding: 14px 18px 18px;
  }

  .mgp-ob-button {
    flex: 1;
    padding: 0 18px;
  }

  .mgp-ob-button-primary {
    margin-left: 0;
  }
}

@media print {
  .mgp-playbook-skin .site-header,
  .mgp-playbook-skin .site-footer {
    display: none !important;
  }

  .mgp-playbook-skin,
  .mgp-playbook-skin .site-shell,
  .mgp-playbook-skin .playbook-page,
  .mgp-playbook-skin .playbook-content-pane {
    background: #080808 !important;
  }
}

.contact-detail-page {
  background:
    linear-gradient(180deg, rgba(9, 12, 10, 0.95), rgba(9, 12, 10, 0.99)),
    #090c0a;
}

.contact-page {
  color: var(--white);
  background: var(--black);
}

.contact-content-pane {
  padding: 48px var(--page-pad);
  background: var(--cream);
  color: var(--ink);
}

body:not(.dnnEditState) .contact-content-pane:empty,
body:not(.dnnEditState) .contact-content-pane.DNNEmptyPane,
body:not(.dnnEditState) .contact-content-pane.mgp-empty-pane {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.contact-content-pane > .DnnModule {
  max-width: var(--max);
  margin: 0 auto;
}

.contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  min-height: 610px;
  padding: 74px var(--page-pad) 78px;
  background: #090c0a;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.97), rgba(9, 12, 10, 0.7) 48%, rgba(9, 12, 10, 0.9)),
    url("assets/hero-antler-bg.jpg") center / cover no-repeat;
  filter: grayscale(18%) contrast(1.06);
  opacity: 0.58;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 128, 0, 0.08), transparent 32%),
    linear-gradient(180deg, transparent 62%, rgba(9, 12, 10, 0.9));
}

.contact-hero-copy h1,
.contact-section-heading h2,
.contact-method-card h3,
.contact-support-band h2,
.contact-final-cta h2,
.contact-quick-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.contact-hero-copy h1 {
  display: grid;
  max-width: 570px;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(56px, 6.2vw, 88px);
}

.contact-hero-copy p {
  max-width: 560px;
  margin: 28px 0 28px;
  color: #d8d8cd;
  font-size: 19px;
  line-height: 1.5;
}

.contact-hero-actions .btn-secondary,
.contact-hero-actions .btn-secondary:link,
.contact-hero-actions .btn-secondary:visited,
.contact-hero-actions .btn-secondary:focus {
  border-color: rgba(250, 248, 238, 0.76);
  color: var(--white) !important;
}

.contact-hero-panel {
  justify-self: end;
  width: min(420px, 100%);
}

.contact-quick-panel {
  padding: 30px;
  border: 1px solid rgba(250, 248, 238, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(38, 44, 37, 0.94), rgba(13, 17, 13, 0.98));
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.36);
}

.contact-quick-panel h2 {
  color: var(--white);
  font-size: 42px;
}

.contact-check-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-check-list li {
  position: relative;
  padding-left: 30px;
  color: #d7d8cd;
  font-size: 16px;
  line-height: 1.45;
}

.contact-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 128, 0, 0.18);
}

.contact-check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.38em;
  width: 5px;
  height: 10px;
  border: solid var(--orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-panel-link {
  display: inline-flex;
  width: 100%;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(250, 248, 238, 0.16);
  color: var(--orange) !important;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-methods {
  padding: 74px var(--page-pad) 82px;
  background:
    linear-gradient(180deg, rgba(239, 234, 222, 0.98), rgba(226, 218, 199, 0.98));
  color: var(--ink);
}

.contact-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.contact-section-heading > span {
  color: var(--orange);
  font-family: var(--display);
  font-size: 22px;
  text-transform: uppercase;
}

.contact-section-heading h2 {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 64px);
}

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

.contact-method-card {
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(74, 63, 47, 0.2);
  border-radius: var(--radius);
  background: rgba(248, 244, 233, 0.94);
  box-shadow: 0 18px 48px rgba(24, 26, 22, 0.1);
}

.contact-method-number {
  color: var(--orange);
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
}

.contact-method-card h3 {
  margin-top: 22px;
  color: var(--ink);
  font-size: 36px;
}

.contact-method-card p {
  margin: 14px 0 24px;
  color: #4e513e;
  font-size: 16px;
  line-height: 1.48;
}

.contact-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: end;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  background: var(--orange);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-text-link:hover {
  background: #e87300;
  color: var(--white) !important;
}

.contact-support-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 62px var(--page-pad);
  background: #111610;
  border-top: 1px solid rgba(255, 128, 0, 0.16);
  border-bottom: 1px solid rgba(255, 128, 0, 0.16);
}

.contact-support-band h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(40px, 4.6vw, 60px);
}

.contact-support-band p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #d8d8cd;
  font-size: 17px;
  line-height: 1.5;
}

.contact-support-actions,
.contact-support-actions .Normal,
.contact-final-actions,
.contact-final-actions .Normal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.contact-support-actions .btn-secondary,
.contact-support-actions .btn-secondary:link,
.contact-support-actions .btn-secondary:visited,
.contact-final-actions .btn-secondary,
.contact-final-actions .btn-secondary:link,
.contact-final-actions .btn-secondary:visited {
  color: var(--white);
}

.contact-final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 66px var(--page-pad) 72px;
  background:
    linear-gradient(90deg, rgba(28, 48, 22, 0.94), rgba(10, 15, 10, 0.98)),
    url("assets/pricing-forest-bg.png") center / cover no-repeat;
}

.contact-final-copy {
  grid-column: 2;
}

.contact-final-actions {
  grid-column: 1;
  grid-row: 1;
}

.contact-final-actions,
.contact-final-actions .Normal {
  justify-content: flex-start;
}

.contact-final-cta h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(42px, 4.8vw, 62px);
}

.contact-final-cta p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #ded8ca;
  font-size: 17px;
}

body:not(.dnnEditState) .contact-pane.mgp-empty-pane {
  display: none;
}

body.dnnEditState .contact-pane {
  min-height: 130px;
  outline: 1px dashed rgba(255, 128, 0, 0.45);
  outline-offset: -1px;
}

@media (max-width: 1080px) {
  .contact-hero,
  .contact-support-band,
  .contact-final-cta {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    min-height: auto;
    padding: 58px 24px 66px;
  }

  .contact-hero-panel {
    justify-self: start;
  }

  .contact-methods {
    padding: 58px 24px 66px;
  }

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

  .contact-support-band,
  .contact-final-cta {
    padding: 54px 24px 60px;
  }

  .contact-support-actions,
  .contact-support-actions .Normal,
  .contact-final-actions,
  .contact-final-actions .Normal {
    justify-content: flex-start;
  }

  .contact-final-copy,
  .contact-final-actions {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .contact-hero-copy h1 {
    font-size: 52px;
  }

  .contact-hero-copy p {
    font-size: 17px;
  }

  .contact-hero-actions .btn,
  .contact-support-actions .btn,
  .contact-final-actions .btn {
    width: 100%;
  }

  .contact-section-heading {
    text-align: left;
  }

  .contact-section-heading h2,
  .contact-support-band h2,
  .contact-final-cta h2 {
    font-size: 40px;
  }

  .contact-method-card {
    min-height: 0;
    padding: 24px;
  }
}

.onboarding-layout-page .site-header {
  position: sticky;
}

.onboarding-layout-main {
  min-height: calc(100vh - 260px);
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.98), rgba(9, 12, 10, 0.82) 48%, rgba(9, 12, 10, 0.96)),
    url("/Portals/_default/Skins/MyGameProcessor/assets/hero-antler-bg.jpg") center / cover no-repeat;
}

.onboarding-layout-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 620px;
  padding: 76px var(--page-pad);
}

.onboarding-layout-copy {
  max-width: 560px;
}

.onboarding-layout-copy h1 {
  margin: 10px 0 16px;
  color: var(--white);
  font-family: var(--body);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.03;
}

.onboarding-layout-copy p {
  max-width: 480px;
  margin: 0;
  color: rgba(250, 248, 238, 0.82);
  font-size: 20px;
  line-height: 1.45;
}

.onboarding-content-pane {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 220px;
}

.onboarding-content-pane.mgp-empty-pane {
  display: none;
}

body.dnnEditState .onboarding-content-pane {
  display: block;
  min-height: 180px;
  padding: 18px;
  border: 1px dashed rgba(255, 128, 0, 0.5);
}

body.dnnEditState .onboarding-content-pane::before {
  content: "Add the My Game Processor Onboarding module here";
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 860px) {
  .onboarding-layout-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px 24px 70px;
  }

  .onboarding-content-pane {
    min-height: 120px;
  }
}

.processor-scorecard-skin {
  --scorecard-max: 1280px;
  --scorecard-pad: clamp(18px, 4vw, 58px);
  background: var(--black);
  color: var(--white);
}

.processor-scorecard-page {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 236px);
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.98), rgba(9, 12, 10, 0.72) 46%, rgba(9, 12, 10, 0.96)),
    linear-gradient(180deg, rgba(255, 128, 0, 0.16), rgba(9, 12, 10, 0.04) 34%, #090c0a 100%),
    url("assets/Home-Hero-bkg.jpg") center top / cover no-repeat;
}

.processor-scorecard-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 72%);
  opacity: 0.36;
}

.processor-scorecard-stage {
  padding: clamp(28px, 4vw, 66px) var(--scorecard-pad) clamp(34px, 5vw, 78px);
}

.processor-scorecard-frame {
  position: relative;
  width: min(100%, var(--scorecard-max));
  margin: 0 auto;
}

.processor-scorecard-frame::before,
.processor-scorecard-frame::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.processor-scorecard-frame::before {
  width: 220px;
  height: 220px;
  right: -60px;
  top: -44px;
  background: rgba(255, 128, 0, 0.22);
  filter: blur(40px);
}

.processor-scorecard-frame::after {
  width: 180px;
  height: 180px;
  left: -52px;
  bottom: -46px;
  background: rgba(67, 74, 48, 0.2);
  filter: blur(34px);
}

.processor-scorecard-content {
  width: 100%;
}

.processor-scorecard-content > .DnnModule,
.processor-scorecard-content .DNNModuleContent {
  margin: 0;
}

.processor-scorecard-content .Normal {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.processor-scorecard-skin .mgp-scorecard {
  position: relative;
  z-index: 1;
  border-color: rgba(255, 128, 0, 0.26);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48);
}

.processor-scorecard-skin .mgp-scorecard__shell {
  max-width: 1240px;
  padding: clamp(14px, 2.4vw, 30px);
}

.processor-scorecard-skin .mgp-scorecard__card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(18, 18, 18, 0.96);
  backdrop-filter: blur(8px);
}

.processor-scorecard-after {
  padding: 0 var(--scorecard-pad) clamp(42px, 6vw, 90px);
}

.processor-scorecard-bottom-pane {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.processor-scorecard-bottom-pane .DnnModule {
  margin: 0;
}

.processor-scorecard-bottom-pane .Normal {
  color: rgba(250, 248, 238, 0.82);
}

body:not(.dnnEditState) .processor-scorecard-skin .processor-scorecard-pane.mgp-empty-pane,
body:not(.dnnEditState) .processor-scorecard-skin .processor-scorecard-pane.DNNEmptyPane {
  display: none;
}

body.dnnEditState .processor-scorecard-skin .processor-scorecard-pane {
  min-height: 150px;
  padding: 18px;
  border: 1px dashed rgba(255, 128, 0, 0.48);
  border-radius: 8px;
}

body.dnnEditState .processor-scorecard-skin .processor-scorecard-content::before,
body.dnnEditState .processor-scorecard-skin .processor-scorecard-bottom-pane::before {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 900;
}

body.dnnEditState .processor-scorecard-skin .processor-scorecard-content::before {
  content: "Add the MGP Processor Scorecard module here";
}

body.dnnEditState .processor-scorecard-skin .processor-scorecard-bottom-pane::before {
  content: "Optional bottom content pane";
}

.processor-scorecard-footer {
  background: #111;
  border-top-color: rgba(255, 128, 0, 0.2);
}

@media (max-width: 700px) {
  .processor-scorecard-stage {
    padding: 18px 12px 36px;
  }

  .processor-scorecard-after {
    padding-inline: 12px;
  }

  .processor-scorecard-skin .mgp-scorecard__shell {
    padding: 0;
  }
}


