@font-face {
  font-family: 'IRANSans';
  src: url('../fonts/IRANSansWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSans';
  src: url('../fonts/IRANSansWeb_Bold.woff') format('woff');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

body.poweren-automation-template {
  --ink: #071a25;
  --ink-soft: #173445;
  --navy: #082838;
  --cyan: #0db7dc;
  --cyan-bright: #26d0ed;
  --cyan-pale: #e8faff;
  --blue: #2d70ed;
  --amber: #f2ad3b;
  --mint: #54c9a2;
  --violet: #8873e8;
  --paper: #f4f7f6;
  --white: #ffffff;
  --muted: #536b77;
  --line: #dbe5e8;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow: 0 18px 60px rgba(7, 26, 37, 0.1);
  --shadow-soft: 0 12px 38px rgba(7, 26, 37, 0.07);
  --container: 1200px;
}

body.poweren-automation-template .poweren-automation-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body.poweren-automation-template {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'IRANSans', Tahoma, Arial, sans-serif;
  line-height: 1.8;
  text-align: start;
  -webkit-font-smoothing: antialiased;
}

body.poweren-automation-template,
body.poweren-automation-template .poweren-automation-page button,
body.poweren-automation-template .poweren-automation-page a,
body.poweren-automation-template .poweren-automation-page summary {
  font-family: inherit;
}

body.poweren-automation-template .poweren-automation-page img {
  display: block;
  max-width: 100%;
}

body.poweren-automation-template .poweren-automation-page a {
  color: inherit;
  text-decoration: none;
}

body.poweren-automation-template .poweren-automation-page button,
body.poweren-automation-template .poweren-automation-page a,
body.poweren-automation-template .poweren-automation-page summary {
  -webkit-tap-highlight-color: transparent;
}

body.poweren-automation-template .poweren-automation-page h1,
body.poweren-automation-template .poweren-automation-page h2,
body.poweren-automation-template .poweren-automation-page h3,
body.poweren-automation-template .poweren-automation-page p {
  margin-top: 0;
}

body.poweren-automation-template .poweren-automation-page h1,
body.poweren-automation-template .poweren-automation-page h2,
body.poweren-automation-template .poweren-automation-page h3 {
  text-wrap: balance;
}

body.poweren-automation-template .poweren-automation-page p {
  text-wrap: pretty;
}

body.poweren-automation-template .poweren-automation-page ::selection {
  color: var(--white);
  background: var(--cyan);
}

body.poweren-automation-template .poweren-automation-page :focus-visible {
  outline: 3px solid var(--amber) !important;
  outline-offset: 4px;
  border-radius: 8px;
}

body.poweren-automation-template .poweren-automation-page .skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .skip-link:focus {
  transform: translateY(0);
}

body.poweren-automation-template .poweren-automation-page .container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

body.poweren-automation-template .poweren-automation-page .section {
  padding-block: clamp(76px, 8vw, 128px);
}

body.poweren-automation-template .poweren-automation-page .preview-bar {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 24px;
  color: #dcecf1;
  background: #05151e;
  font-size: 0.76rem;
}

body.poweren-automation-template .poweren-automation-page .preview-bar p {
  margin: 0;
}

body.poweren-automation-template .poweren-automation-page .preview-bar a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--cyan-bright);
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .preview-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--mint);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(84, 201, 162, 0.13);
}

body.poweren-automation-template .poweren-automation-page .site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 229, 232, 0.86);
  background: rgba(247, 249, 248, 0.9);
  backdrop-filter: blur(16px);
}

body.poweren-automation-template .poweren-automation-page .header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

body.poweren-automation-template .poweren-automation-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

body.poweren-automation-template .poweren-automation-page .brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(7, 26, 37, 0.2);
  transform: rotate(-3deg);
}

body.poweren-automation-template .poweren-automation-page .brand-mark svg {
  width: 25px;
  fill: var(--cyan-bright);
}

body.poweren-automation-template .poweren-automation-page .site-header .brand-mark--image {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #242829;
  border: 0;
  transform: none;
}

body.poweren-automation-template .poweren-automation-page .site-header .brand-mark--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
}

body.poweren-automation-template .poweren-automation-page .brand-copy {
  display: grid;
  line-height: 1.2;
}

body.poweren-automation-template .poweren-automation-page .brand-copy b {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

body.poweren-automation-template .poweren-automation-page .brand-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.65rem;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 38px);
  margin-inline: auto;
  color: #3e5562;
  font-size: 0.83rem;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav a {
  position: relative;
  padding-block: 28px;
  transition: color 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav a::after {
  content: '';
  position: absolute;
  inset-inline: 50%;
  inset-block-end: 20px;
  height: 2px;
  background: var(--cyan);
  transition: inset-inline 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav a:hover {
  color: var(--ink);
}

body.poweren-automation-template .poweren-automation-page .desktop-nav a:hover::after {
  inset-inline: 15%;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav .nav-other-courses {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  color: #087e9d;
  background: #eaf8fb;
  border: 1px solid #bfe9f1;
  border-radius: 999px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav .nav-other-courses::after {
  display: none;
}

body.poweren-automation-template .poweren-automation-page .desktop-nav .nav-other-courses:hover {
  color: #065f78;
  background: #dcf4f8;
  border-color: #9ddde8;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu {
  display: none;
  position: relative;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
  list-style: none;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu summary::-webkit-details-marker {
  display: none;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu nav {
  position: absolute;
  inset-block-start: calc(100% + 12px);
  inset-inline-end: 0;
  min-width: 220px;
  display: grid;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

body.poweren-automation-template .poweren-automation-page .mobile-menu nav a {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.84rem;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu nav a:hover {
  background: var(--paper);
}

body.poweren-automation-template .poweren-automation-page .mobile-menu nav .nav-other-courses {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  color: #087e9d;
  background: #eaf8fb;
  border: 1px solid #bfe9f1;
  font-weight: 800;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu nav .nav-other-courses::after {
  content: '←';
  font-size: 1rem;
  line-height: 1;
}

body.poweren-automation-template .poweren-automation-page .mobile-menu nav .nav-other-courses:hover {
  color: #065f78;
  background: #dcf4f8;
  border-color: #9ddde8;
}

body.poweren-automation-template .poweren-automation-page .button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.5;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .button:hover {
  transform: translateY(-2px);
}

body.poweren-automation-template .poweren-automation-page .button--small {
  min-height: 45px;
  padding: 9px 17px;
  font-size: 0.78rem;
}

body.poweren-automation-template .poweren-automation-page .button--dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 9px 23px rgba(7, 26, 37, 0.16);
}

body.poweren-automation-template .poweren-automation-page .button--dark:hover {
  background: #0c2b3a;
}

body.poweren-automation-template .poweren-automation-page .button--primary {
  color: #052534;
  background: linear-gradient(135deg, #09a9d2, #08c3df);
  box-shadow: 0 12px 30px rgba(13, 183, 220, 0.25);
}

body.poweren-automation-template .poweren-automation-page .button--primary:hover {
  box-shadow: 0 16px 36px rgba(13, 183, 220, 0.34);
}

body.poweren-automation-template .poweren-automation-page .button--ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
}

body.poweren-automation-template .poweren-automation-page .button--ghost:hover {
  border-color: #b8ced4;
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .button--light {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

body.poweren-automation-template .poweren-automation-page .button--full {
  width: 100%;
}

body.poweren-automation-template .poweren-automation-page .hero {
  position: relative;
  overflow: hidden;
  padding-block-start: clamp(60px, 6vw, 96px);
  background:
    radial-gradient(circle at 5% 14%, rgba(13, 183, 220, 0.12), transparent 29%),
    radial-gradient(circle at 89% 84%, rgba(242, 173, 59, 0.09), transparent 24%),
    linear-gradient(180deg, #fbfcfb, #f4f7f6);
}

body.poweren-automation-template .poweren-automation-page .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(10, 53, 71, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 53, 71, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

body.poweren-automation-template .poweren-automation-page .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(38px, 5vw, 74px);
}

body.poweren-automation-template .poweren-automation-page .hero-copy {
  min-width: 0;
}

body.poweren-automation-template .poweren-automation-page .hero-kicker {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 13px;
  color: #17657a;
  background: rgba(232, 250, 255, 0.78);
  border: 1px solid #c9edf5;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .live-pulse {
  position: relative;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .live-pulse::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  animation: pulse 2.2s ease-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.55);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

body.poweren-automation-template .poweren-automation-page .hero h1 {
  max-width: 700px;
  margin-bottom: 23px;
  font-size: clamp(2.35rem, 4.25vw, 4.65rem);
  line-height: 1.25;
  letter-spacing: -0.045em;
}

body.poweren-automation-template .poweren-automation-page .hero h1 span {
  position: relative;
  color: #08a9cd;
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.06em;
}

body.poweren-automation-template .poweren-automation-page .hero h1 span::after {
  content: '';
  position: absolute;
  inset-inline: 2px;
  inset-block-end: -3px;
  height: 5px;
  background: rgba(13, 183, 220, 0.2);
  border-radius: 99px;
  transform: rotate(-1.5deg);
}

body.poweren-automation-template .poweren-automation-page .hero-lead {
  max-width: 620px;
  margin-bottom: 31px;
  color: #536b77;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 2;
}

body.poweren-automation-template .poweren-automation-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.poweren-automation-template .poweren-automation-page .hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
  color: #536b77;
  font-size: 0.77rem;
}

body.poweren-automation-template .poweren-automation-page .hero-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.poweren-automation-template .poweren-automation-page .hero-assurances svg {
  color: #1d9e76;
}

body.poweren-automation-template .poweren-automation-page .hero-media {
  position: relative;
  min-width: 0;
  padding: 18px 0 24px 18px;
}

body.poweren-automation-template .poweren-automation-page .hero-media::before {
  content: '';
  position: absolute;
  inset-block-start: -18px;
  inset-inline-end: -22px;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid rgba(13, 183, 220, 0.22);
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .hero-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 490px;
  background: var(--navy);
  border: 7px solid rgba(255, 255, 255, 0.87);
  border-radius: clamp(26px, 3vw, 42px);
  box-shadow: 0 28px 80px rgba(7, 26, 37, 0.2);
  transform: rotate(-1.1deg);
}

body.poweren-automation-template .poweren-automation-page .hero-image-wrap > img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
  object-position: 48% center;
  transform: scale(1.01);
}

body.poweren-automation-template .poweren-automation-page .hero-image-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 55%, rgba(3, 17, 24, 0.78)),
    linear-gradient(90deg, rgba(4, 20, 29, 0.08), transparent 50%);
}

body.poweren-automation-template .poweren-automation-page .hero-image-caption {
  position: absolute;
  inset-inline: 24px;
  inset-block-end: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 700;
  transform: rotate(1.1deg);
}

body.poweren-automation-template .poweren-automation-page .hero-image-caption small {
  display: block;
  margin-bottom: 2px;
  color: #bcd4dd;
  font-size: 0.68rem;
  font-weight: 400;
}

body.poweren-automation-template .poweren-automation-page .caption-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--cyan-bright);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  backdrop-filter: blur(8px);
}

body.poweren-automation-template .poweren-automation-page .floating-chip {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  font-size: 0.73rem;
}

body.poweren-automation-template .poweren-automation-page .floating-chip strong {
  color: #08a8cd;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

body.poweren-automation-template .poweren-automation-page .floating-chip--one {
  inset-inline-start: -18px;
  inset-block-start: 10%;
}

body.poweren-automation-template .poweren-automation-page .floating-chip--two {
  inset-inline-end: -10px;
  inset-block-end: 0;
}

body.poweren-automation-template .poweren-automation-page .chip-check {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #1ba47a;
  border-radius: 9px;
}

body.poweren-automation-template .poweren-automation-page .hero-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(58px, 7vw, 96px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(215, 227, 230, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

body.poweren-automation-template .poweren-automation-page .hero-metrics article {
  position: relative;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

body.poweren-automation-template .poweren-automation-page .hero-metrics article:not(:last-child)::after {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  inset-block: 28%;
  width: 1px;
  background: var(--line);
}

body.poweren-automation-template .poweren-automation-page .hero-metrics strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

body.poweren-automation-template .poweren-automation-page .hero-metrics span {
  color: var(--muted);
  font-size: 0.72rem;
}

body.poweren-automation-template .poweren-automation-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #079bbd;
  font-size: 0.74rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .eyebrow > span {
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

body.poweren-automation-template .poweren-automation-page .eyebrow--light {
  color: var(--cyan-bright);
}

body.poweren-automation-template .poweren-automation-page .section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.5;
  letter-spacing: -0.035em;
}

body.poweren-automation-template .poweren-automation-page .section-heading p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 2;
}

body.poweren-automation-template .poweren-automation-page .section-heading--center {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

body.poweren-automation-template .poweren-automation-page .section-heading--center p {
  margin-inline: auto;
}

body.poweren-automation-template .poweren-automation-page .fit-section {
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(50px, 8vw, 116px);
}

body.poweren-automation-template .poweren-automation-page .fit-list {
  border-top: 1px solid var(--line);
}

body.poweren-automation-template .poweren-automation-page .fit-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}

body.poweren-automation-template .poweren-automation-page .fit-item > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #087f9a;
  background: var(--cyan-pale);
  border-radius: 12px;
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .fit-item h3 {
  margin-bottom: 5px;
  font-size: 1rem;
}

body.poweren-automation-template .poweren-automation-page .fit-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.9;
}

body.poweren-automation-template .poweren-automation-page .outcomes-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(13, 183, 220, 0.08), transparent 20%),
    var(--paper);
}

body.poweren-automation-template .poweren-automation-page .outcomes-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
  gap: 16px;
  margin-top: 52px;
}

body.poweren-automation-template .poweren-automation-page .outcome-card {
  --outcome-accent: var(--cyan-bright);
  --outcome-position: center;
  --outcome-overlay:
    linear-gradient(180deg, rgba(3, 18, 26, 0.56) 0%, rgba(3, 18, 26, 0.94) 100%),
    linear-gradient(90deg, rgba(3, 18, 26, 0.38) 0%, rgba(3, 18, 26, 0.78) 100%);
  position: relative;
  isolation: isolate;
  grid-column: span 4;
  overflow: hidden;
  padding: 29px;
  color: var(--white);
  background: #082531;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 34px rgba(7, 26, 37, 0.13);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

body.poweren-automation-template .poweren-automation-page .outcome-card::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--outcome-overlay);
  pointer-events: none;
}

body.poweren-automation-template .poweren-automation-page .outcome-card__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--outcome-position);
  filter: saturate(0.93) contrast(1.03);
  transform: scale(1.005);
  transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.poweren-automation-template .poweren-automation-page .outcome-icon,
body.poweren-automation-template .poweren-automation-page .outcome-card h3,
body.poweren-automation-template .poweren-automation-page .outcome-card p {
  position: relative;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  body.poweren-automation-template .poweren-automation-page .outcome-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 58px rgba(7, 26, 37, 0.2);
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card:hover .outcome-card__media {
    transform: scale(1.055);
  }
}

body.poweren-automation-template .poweren-automation-page .outcome-card--large {
  --outcome-position: 50% 38%;
  --outcome-overlay:
    linear-gradient(180deg, rgba(3, 18, 26, 0.16) 0%, rgba(3, 18, 26, 0.48) 43%, rgba(3, 18, 26, 0.97) 100%),
    linear-gradient(90deg, rgba(3, 18, 26, 0.24) 0%, rgba(3, 18, 26, 0.72) 100%);
  grid-column: span 5;
  grid-row: span 2;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
}

body.poweren-automation-template .poweren-automation-page .outcome-card--cyan {
  --outcome-accent: #66e8ff;
  --outcome-position: 42% 50%;
  grid-column: span 3;
}

body.poweren-automation-template .poweren-automation-page .outcome-card--dark {
  --outcome-accent: #69dcff;
  --outcome-position: 50% 35%;
  grid-column: span 4;
}

body.poweren-automation-template .poweren-automation-page .outcome-card--paper {
  --outcome-accent: #ffd274;
  --outcome-position: 50% 39%;
  grid-column: span 3;
}

body.poweren-automation-template .poweren-automation-page .outcome-card--wide {
  --outcome-accent: #68e1b4;
  --outcome-position: 50% 50%;
  grid-column: span 4;
}

body.poweren-automation-template .poweren-automation-page .outcome-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: var(--outcome-accent);
  background: rgba(3, 22, 31, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

body.poweren-automation-template .poweren-automation-page .outcome-card h3 {
  margin-bottom: 9px;
  color: var(--white);
  font-size: 1.15rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
}

body.poweren-automation-template .poweren-automation-page .outcome-card p {
  margin-bottom: 0;
  color: rgba(239, 247, 249, 0.88);
  font-size: 0.79rem;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

body.poweren-automation-template .poweren-automation-page .outcome-line {
  position: absolute;
  z-index: 2;
  inset-inline-start: 29px;
  inset-block-end: 24px;
  width: 36px;
  height: 3px;
  background: var(--outcome-accent);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(38, 208, 237, 0.38);
}

body.poweren-automation-template .poweren-automation-page .outcome-card--large .outcome-line {
  inset-inline-start: 38px;
  inset-block-end: 30px;
}

body.poweren-automation-template .poweren-automation-page .syllabus-section {
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .syllabus-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 8vw, 120px);
}

body.poweren-automation-template .poweren-automation-page .sticky-intro {
  position: sticky;
  inset-block-start: 125px;
}

body.poweren-automation-template .poweren-automation-page .text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: #087f9a;
  border-bottom: 1px solid rgba(8, 127, 154, 0.25);
  font-size: 0.78rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .progress-orbit {
  position: relative;
  width: 180px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  margin-top: 60px;
  color: var(--ink);
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .progress-orbit::before,
body.poweren-automation-template .poweren-automation-page .progress-orbit::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .progress-orbit::before {
  inset: 10px;
  border: 1px dashed #a9c4cb;
}

body.poweren-automation-template .poweren-automation-page .progress-orbit::after {
  width: 12px;
  height: 12px;
  inset-inline-start: 8px;
  inset-block-start: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 7px rgba(13, 183, 220, 0.13);
}

body.poweren-automation-template .poweren-automation-page .progress-orbit span {
  font-family: Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

body.poweren-automation-template .poweren-automation-page .progress-orbit p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

body.poweren-automation-template .poweren-automation-page .module-list {
  position: relative;
  display: grid;
  gap: 16px;
}

body.poweren-automation-template .poweren-automation-page .module-list::before {
  content: '';
  position: absolute;
  inset-block: 44px;
  inset-inline-start: 35px;
  width: 1px;
  background: linear-gradient(var(--cyan), var(--violet), var(--amber));
}

body.poweren-automation-template .poweren-automation-page .module-card {
  --accent: var(--cyan);
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 29px;
  background: #fbfcfc;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

body.poweren-automation-template .poweren-automation-page .module-card:hover {
  transform: translateX(-5px);
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: var(--shadow-soft);
}

body.poweren-automation-template .poweren-automation-page .module-card--blue {
  --accent: var(--blue);
}

body.poweren-automation-template .poweren-automation-page .module-card--amber {
  --accent: var(--amber);
}

body.poweren-automation-template .poweren-automation-page .module-card--violet {
  --accent: var(--violet);
}

body.poweren-automation-template .poweren-automation-page .module-card--mint {
  --accent: var(--mint);
}

body.poweren-automation-template .poweren-automation-page .module-number {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--line));
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(7, 26, 37, 0.07);
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .module-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
  color: var(--accent);
  font-size: 0.69rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .status {
  padding: 4px 9px;
  color: #2c856b;
  background: #e8f8f2;
  border-radius: 999px;
  font-size: 0.61rem;
}

body.poweren-automation-template .poweren-automation-page .status--recording {
  color: #a56a0b;
  background: #fff4df;
}

body.poweren-automation-template .poweren-automation-page .module-copy h3 {
  margin-bottom: 9px;
  font-size: 1.17rem;
}

body.poweren-automation-template .poweren-automation-page .module-copy > p {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.95;
  text-align: justify;
  text-align-last: start;
  text-justify: inter-word;
}

body.poweren-automation-template .poweren-automation-page .module-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.poweren-automation-template .poweren-automation-page .module-copy li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #405864;
  font-size: 0.67rem;
}

body.poweren-automation-template .poweren-automation-page .module-copy li svg {
  color: var(--accent);
}

body.poweren-automation-template .poweren-automation-page .industry-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 0%, rgba(19, 167, 201, 0.22), transparent 28%),
    linear-gradient(155deg, #071a25 0%, #092b3a 100%);
}

body.poweren-automation-template .poweren-automation-page .industry-section::after {
  content: 'POWEREN';
  position: absolute;
  inset-inline-start: -30px;
  inset-block-end: -50px;
  color: rgba(255, 255, 255, 0.025);
  font-family: Arial, sans-serif;
  font-size: clamp(7rem, 18vw, 16rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

body.poweren-automation-template .poweren-automation-page .industry-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 52px;
}

body.poweren-automation-template .poweren-automation-page .industry-section .section-heading p {
  color: #a9c1cb;
}

body.poweren-automation-template .poweren-automation-page .industry-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 9px;
}

body.poweren-automation-template .poweren-automation-page .industry-tags span {
  padding: 7px 12px;
  color: #d7e8ed;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  font-size: 0.69rem;
}

body.poweren-automation-template .poweren-automation-page .industry-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-template-rows: 245px 245px;
  gap: 15px;
}

body.poweren-automation-template .poweren-automation-page .industry-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-md);
}

body.poweren-automation-template .poweren-automation-page .industry-photo--main {
  grid-row: 1 / 3;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--wide {
  grid-column: 2 / 4;
}

body.poweren-automation-template .poweren-automation-page .industry-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
  transition:
    transform 500ms ease,
    filter 500ms ease;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--main img {
  object-position: center 37%;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--wide img {
  object-position: center 30%;
}

body.poweren-automation-template .poweren-automation-page .industry-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1);
}

body.poweren-automation-template .poweren-automation-page .industry-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 17, 24, 0.9));
}

body.poweren-automation-template .poweren-automation-page .industry-photo figcaption {
  position: absolute;
  z-index: 1;
  inset-inline: 22px;
  inset-block-end: 19px;
  font-size: 0.82rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .industry-photo figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--cyan-bright);
  font-size: 0.64rem;
}

body.poweren-automation-template .poweren-automation-page .simulator-section {
  padding-block-start: 0;
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .simulator-card {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(45px, 8vw, 110px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 68px);
  color: var(--white);
  background:
    radial-gradient(circle at 8% 10%, rgba(38, 208, 237, 0.17), transparent 29%),
    linear-gradient(145deg, #0a3040, #061923);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(7, 26, 37, 0.16);
}

body.poweren-automation-template .poweren-automation-page .simulator-visual {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
}

body.poweren-automation-template .poweren-automation-page .sim-window {
  width: min(100%, 455px);
  overflow: hidden;
  background: #102e3b;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transform: perspective(900px) rotateY(7deg) rotateX(2deg);
}

body.poweren-automation-template .poweren-automation-page .sim-top {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-inline: 15px;
  color: #7b9daa;
  background: #0a222d;
  font-family: Arial, sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
}

body.poweren-automation-template .poweren-automation-page .sim-top i {
  width: 7px;
  height: 7px;
  background: #55727d;
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .sim-top i:first-child {
  background: #f17868;
}

body.poweren-automation-template .poweren-automation-page .sim-top i:nth-child(2) {
  background: #f3bd53;
}

body.poweren-automation-template .poweren-automation-page .sim-top i:nth-child(3) {
  margin-inline-end: 7px;
  background: #65c78d;
}

body.poweren-automation-template .poweren-automation-page .sim-body {
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 20px;
  padding: 28px;
}

body.poweren-automation-template .poweren-automation-page .ladder {
  position: relative;
  display: grid;
  align-content: space-around;
  border-inline: 2px solid #477581;
}

body.poweren-automation-template .poweren-automation-page .ladder span {
  position: relative;
  height: 1px;
  background: #477581;
}

body.poweren-automation-template .poweren-automation-page .ladder span::before,
body.poweren-automation-template .poweren-automation-page .ladder span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  inset-block-start: -8px;
  border: 2px solid var(--cyan);
  border-block: 0;
}

body.poweren-automation-template .poweren-automation-page .ladder span::before {
  inset-inline-start: 20%;
}

body.poweren-automation-template .poweren-automation-page .ladder span::after {
  inset-inline-end: 18%;
}

body.poweren-automation-template .poweren-automation-page .sim-status {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
}

body.poweren-automation-template .poweren-automation-page .sim-status b {
  color: #62d6a9;
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
}

body.poweren-automation-template .poweren-automation-page .sim-status i {
  width: 10px;
  height: 10px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--cyan);
}

body.poweren-automation-template .poweren-automation-page .sim-node {
  position: absolute;
  min-width: 58px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
  font-family: Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
}

body.poweren-automation-template .poweren-automation-page .sim-node--one {
  inset-inline-start: 2%;
  inset-block-start: 13%;
}

body.poweren-automation-template .poweren-automation-page .sim-node--two {
  inset-inline-end: 0;
  inset-block-end: 10%;
  color: var(--white);
  background: var(--cyan);
}

body.poweren-automation-template .poweren-automation-page .simulator-copy h2 {
  margin-bottom: 17px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.55;
}

body.poweren-automation-template .poweren-automation-page .simulator-copy > p {
  margin-bottom: 25px;
  color: #b5cbd3;
  font-size: 0.87rem;
  line-height: 2.05;
}

body.poweren-automation-template .poweren-automation-page .light-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  color: #dce9ed;
  list-style: none;
  font-size: 0.72rem;
}

body.poweren-automation-template .poweren-automation-page .light-checks li {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.poweren-automation-template .poweren-automation-page .light-checks svg {
  color: var(--mint);
}

body.poweren-automation-template .poweren-automation-page .instructor-section {
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .instructor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

body.poweren-automation-template .poweren-automation-page .instructor-photo {
  position: relative;
  max-width: 460px;
  min-height: 570px;
  overflow: visible;
  border-radius: var(--radius-lg);
}

body.poweren-automation-template .poweren-automation-page .instructor-photo::before {
  content: '';
  position: absolute;
  inset: -15px 22px 22px -15px;
  border: 1px solid #bcd9df;
  border-radius: inherit;
}

body.poweren-automation-template .poweren-automation-page .instructor-photo > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: center 24%;
  border-radius: inherit;
  box-shadow: var(--shadow);
}

body.poweren-automation-template .poweren-automation-page .instructor-badge {
  position: absolute;
  z-index: 2;
  inset-inline-end: -36px;
  inset-block-end: 38px;
  max-width: 230px;
  padding: 16px 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 15px;
  box-shadow: var(--shadow);
}

body.poweren-automation-template .poweren-automation-page .instructor-badge strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.79rem;
}

body.poweren-automation-template .poweren-automation-page .instructor-badge span {
  color: #abc3cc;
  font-size: 0.65rem;
}

body.poweren-automation-template .poweren-automation-page .instructor-copy > p {
  max-width: 680px;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 2.1;
}

body.poweren-automation-template .poweren-automation-page .instructor-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}

body.poweren-automation-template .poweren-automation-page .instructor-facts > span {
  padding: 16px;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 0.71rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .instructor-facts small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 400;
}

body.poweren-automation-template .poweren-automation-page .testimonials-section {
  background: #edf3f3;
}

body.poweren-automation-template .poweren-automation-page .testimonials-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

body.poweren-automation-template .poweren-automation-page .quote-mark {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--cyan);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

body.poweren-automation-template .poweren-automation-page .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

body.poweren-automation-template .poweren-automation-page .testimonial-card {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 28px rgba(7, 26, 37, 0.045);
}

body.poweren-automation-template .poweren-automation-page .testimonial-index {
  color: #aac0c8;
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .testimonial-card blockquote {
  margin: 30px 0;
  color: #304c59;
  font-size: 0.86rem;
  line-height: 2;
}

body.poweren-automation-template .poweren-automation-page .testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 11px;
}

body.poweren-automation-template .poweren-automation-page .avatar {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: linear-gradient(145deg, #0a9fbd, #0d3242);
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .testimonial-card footer strong,
body.poweren-automation-template .poweren-automation-page .testimonial-card footer small {
  display: block;
}

body.poweren-automation-template .poweren-automation-page .testimonial-card footer strong {
  font-size: 0.74rem;
}

body.poweren-automation-template .poweren-automation-page .testimonial-card footer small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.61rem;
}

body.poweren-automation-template .poweren-automation-page .trust-section {
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

body.poweren-automation-template .poweren-automation-page .trust-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

body.poweren-automation-template .poweren-automation-page .trust-card h2 {
  max-width: 510px;
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.55;
}

body.poweren-automation-template .poweren-automation-page .trust-card > p {
  max-width: 530px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 2;
}

body.poweren-automation-template .poweren-automation-page .trust-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: #088cab;
  background: var(--cyan-pale);
  border-radius: 16px;
}

body.poweren-automation-template .poweren-automation-page .trust-icon--green {
  color: #218e6d;
  background: #e8f8f1;
}

body.poweren-automation-template .poweren-automation-page .certificate-card {
  background: linear-gradient(145deg, #f0fbfd, #faffff);
}

body.poweren-automation-template .poweren-automation-page .certificate-preview {
  position: absolute;
  width: 56%;
  inset-inline-end: -5%;
  inset-block-end: -18%;
  aspect-ratio: 1.38;
  padding: 7px;
  background: #f3dba8;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(7, 26, 37, 0.16);
  transform: rotate(-7deg);
}

body.poweren-automation-template .poweren-automation-page .certificate-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

body.poweren-automation-template .poweren-automation-page .certificate-preview > div {
  height: 100%;
  display: grid;
  place-content: center;
  color: #6b5b3b;
  background: #fffdfa;
  border: 1px solid #d7bd8e;
  text-align: center;
}

body.poweren-automation-template .poweren-automation-page .certificate-preview i {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  border: 2px solid #b9955d;
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .certificate-preview strong {
  font-family: Georgia, serif;
  font-size: 1.2rem;
}

body.poweren-automation-template .poweren-automation-page .certificate-preview span {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  font-size: 0.38rem;
  letter-spacing: 0.18em;
}

body.poweren-automation-template .poweren-automation-page .certificate-preview b {
  width: 45%;
  height: 1px;
  margin: 22px auto 0;
  background: #d0bb94;
}

body.poweren-automation-template .poweren-automation-page .guarantee-card {
  background:
    radial-gradient(circle at 100% 100%, rgba(84, 201, 162, 0.14), transparent 32%),
    #f8fbfa;
}

body.poweren-automation-template .poweren-automation-page .guarantee-card::after {
  content: '۷';
  position: absolute;
  inset-inline-end: 35px;
  inset-block-end: -42px;
  color: rgba(29, 158, 118, 0.06);
  font-family: Arial, sans-serif;
  font-size: 14rem;
  font-weight: 900;
  line-height: 1;
}

body.poweren-automation-template .poweren-automation-page .guarantee-card .text-link {
  position: relative;
  z-index: 1;
}

body.poweren-automation-template .poweren-automation-page .pricing-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 18%, rgba(13, 183, 220, 0.11), transparent 27%),
    radial-gradient(circle at 12% 84%, rgba(84, 201, 162, 0.07), transparent 28%),
    var(--ink);
}

body.poweren-automation-template .poweren-automation-page .pricing-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

body.poweren-automation-template .poweren-automation-page .pricing-copy h2 {
  max-width: 690px;
  margin-bottom: 17px;
  font-size: clamp(1.9rem, 3.4vw, 3.35rem);
  line-height: 1.5;
}

body.poweren-automation-template .poweren-automation-page .pricing-copy > p {
  max-width: 660px;
  margin-bottom: 30px;
  color: #a9c1cb;
  font-size: 0.86rem;
  line-height: 2.05;
}

body.poweren-automation-template .poweren-automation-page .pricing-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 22px;
  margin: 0;
  padding: 0;
  color: #d6e5ea;
  list-style: none;
  font-size: 0.72rem;
}

body.poweren-automation-template .poweren-automation-page .pricing-copy li {
  display: flex;
  align-items: center;
  gap: 7px;
}

body.poweren-automation-template .poweren-automation-page .pricing-copy li svg {
  color: var(--mint);
}

body.poweren-automation-template .poweren-automation-page .price-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 4vw, 44px);
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 183, 220, 0.13), transparent 34%),
    linear-gradient(155deg, #ffffff 0%, #f6fbfc 100%);
  border: 1px solid rgba(203, 229, 235, 0.95);
  border-radius: var(--radius-lg);
  box-shadow:
    0 30px 85px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.poweren-automation-template .poweren-automation-page .price-card::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  inset-block-start: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
}

body.poweren-automation-template .poweren-automation-page .price-card > * {
  position: relative;
  z-index: 1;
}

body.poweren-automation-template .poweren-automation-page .price-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.poweren-automation-template .poweren-automation-page .price-label {
  color: #284957;
  font-size: 0.78rem;
  font-weight: 900;
}

body.poweren-automation-template .poweren-automation-page .price-card__status {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #0b7154;
  background: #e8fff6;
  border: 1px solid #bcebd9;
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 800;
  white-space: nowrap;
}

body.poweren-automation-template .poweren-automation-page .price-card__status svg {
  flex: 0 0 auto;
}

body.poweren-automation-template .poweren-automation-page .price-old {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
  padding: 12px 14px;
  color: #a31736;
  background: linear-gradient(135deg, #fff0f2, #fff7f8);
  border: 1px solid #fecdd6;
  border-radius: 14px;
}

body.poweren-automation-template .poweren-automation-page .price-old__label {
  font-size: 0.66rem;
  font-weight: 800;
}

body.poweren-automation-template .poweren-automation-page .price-old__value {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #a31736;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

body.poweren-automation-template .poweren-automation-page .price-old del {
  color: #c0183a;
  font-family: 'IRANSans', Tahoma, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration-color: #e11d48;
  text-decoration-thickness: 2px;
}

body.poweren-automation-template .poweren-automation-page .price-final {
  margin-top: 13px;
  padding: 17px 18px 16px;
  background: linear-gradient(145deg, #ebfaff, #f3fffc);
  border: 1px solid #c8ebf2;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(13, 183, 220, 0.08);
}

body.poweren-automation-template .poweren-automation-page .price-final__label {
  display: block;
  margin-bottom: 3px;
  color: #3f6574;
  font-size: 0.64rem;
  font-weight: 800;
}

body.poweren-automation-template .poweren-automation-page .price-current {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
}

body.poweren-automation-template .poweren-automation-page .price-current strong {
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

body.poweren-automation-template .poweren-automation-page .price-current span {
  color: var(--muted);
  font-size: 0.7rem;
}

body.poweren-automation-template .poweren-automation-page .price-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 12px 13px;
  color: #43606d;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dce9ec;
  border-radius: 14px;
  font-size: 0.66rem;
}

body.poweren-automation-template .poweren-automation-page .price-note svg {
  flex: 0 0 auto;
  color: #218e6d;
}

body.poweren-automation-template .poweren-automation-page .consult-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
  padding-top: 15px;
  color: var(--muted);
  border-top: 1px solid #dce8eb;
  font-size: 0.66rem;
}

body.poweren-automation-template .poweren-automation-page .consult-link b {
  color: var(--ink);
  font-family: Arial, sans-serif;
}

body.poweren-automation-template .poweren-automation-page .price-card .button--primary {
  min-height: 58px;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(13, 183, 220, 0.2);
}

body.poweren-automation-template .poweren-automation-page .faq-section {
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(50px, 8vw, 115px);
}

body.poweren-automation-template .poweren-automation-page .faq-intro {
  position: sticky;
  inset-block-start: 125px;
}

body.poweren-automation-template .poweren-automation-page .faq-intro .button {
  margin-top: 27px;
}

body.poweren-automation-template .poweren-automation-page .faq-list {
  border-top: 1px solid var(--line);
}

body.poweren-automation-template .poweren-automation-page .faq-list details {
  border-bottom: 1px solid var(--line);
}

body.poweren-automation-template .poweren-automation-page .faq-list summary {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-size: 0.91rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .faq-list summary::-webkit-details-marker {
  display: none;
}

body.poweren-automation-template .poweren-automation-page .faq-list summary i {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  background: var(--paper);
  border-radius: 10px;
}

body.poweren-automation-template .poweren-automation-page .faq-list summary i::before,
body.poweren-automation-template .poweren-automation-page .faq-list summary i::after {
  content: '';
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 11px;
  height: 1.5px;
  background: #4b6773;
  transform: translate(50%, -50%);
  transition: transform 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .faq-list summary i::after {
  transform: translate(50%, -50%) rotate(90deg);
}

body.poweren-automation-template .poweren-automation-page .faq-list details[open] summary i {
  color: var(--white);
  background: var(--cyan);
}

body.poweren-automation-template .poweren-automation-page .faq-list details[open] summary i::before,
body.poweren-automation-template .poweren-automation-page .faq-list details[open] summary i::after {
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .faq-list details[open] summary i::after {
  transform: translate(50%, -50%) rotate(0deg);
}

body.poweren-automation-template .poweren-automation-page .faq-list details p {
  max-width: 700px;
  margin: -2px 0 24px;
  padding-inline-end: 3px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 2;
}

body.poweren-automation-template .poweren-automation-page .final-cta-section {
  padding-block: 0 70px;
  background: var(--white);
}

body.poweren-automation-template .poweren-automation-page .final-cta {
  position: relative;
  min-height: 215px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 27px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 55px);
  color: var(--white);
  background:
    radial-gradient(circle at 10% 0%, rgba(38, 208, 237, 0.25), transparent 27%),
    linear-gradient(135deg, #0b3445, #071923);
  border-radius: var(--radius-lg);
}

body.poweren-automation-template .poweren-automation-page .final-cta::after {
  content: '';
  position: absolute;
  width: 210px;
  aspect-ratio: 1;
  inset-inline-end: -70px;
  inset-block-end: -110px;
  border: 28px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .final-cta-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: var(--cyan-bright);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
}

body.poweren-automation-template .poweren-automation-page .final-cta span {
  color: var(--cyan-bright);
  font-size: 0.7rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .final-cta h2 {
  max-width: 720px;
  margin: 5px 0 0;
  font-size: clamp(1.4rem, 2.6vw, 2.35rem);
  line-height: 1.5;
}

body.poweren-automation-template .poweren-automation-page .final-cta .button {
  position: relative;
  z-index: 1;
}

body.poweren-automation-template .poweren-automation-page .site-footer {
  padding-block: 44px 22px;
  color: #b4c6cd;
  background: #06151d;
}

body.poweren-automation-template .poweren-automation-page .footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.poweren-automation-template .poweren-automation-page .site-footer .brand-mark {
  color: var(--white);
  background: #0d3140;
  box-shadow: none;
}

body.poweren-automation-template .poweren-automation-page .site-footer .brand-copy b {
  color: var(--white);
}

body.poweren-automation-template .poweren-automation-page .site-footer .brand-copy small {
  color: #829ba5;
}

body.poweren-automation-template .poweren-automation-page .footer-main > p {
  max-width: 560px;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.9;
}

body.poweren-automation-template .poweren-automation-page .footer-main nav {
  display: flex;
  gap: 16px;
  font-size: 0.7rem;
}

body.poweren-automation-template .poweren-automation-page .footer-main nav a:hover,
body.poweren-automation-template .poweren-automation-page .footer-bottom a:hover {
  color: var(--cyan-bright);
}

body.poweren-automation-template .poweren-automation-page .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 16px;
  color: #708a95;
  font-size: 0.63rem;
}

body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta {
  display: none;
}

@media (max-width: 1080px) {
  body.poweren-automation-template .poweren-automation-page .desktop-nav {
    gap: 20px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-grid {
    gap: 38px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-image-wrap,
  body.poweren-automation-template .poweren-automation-page .hero-image-wrap > img {
    min-height: 430px;
  }

  body.poweren-automation-template .poweren-automation-page .floating-chip--one {
    inset-inline-start: -4px;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card--large {
    grid-column: span 6;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card--cyan,
  body.poweren-automation-template .poweren-automation-page .outcome-card--paper {
    grid-column: span 3;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card--dark,
  body.poweren-automation-template .poweren-automation-page .outcome-card--wide {
    grid-column: span 6;
  }

  body.poweren-automation-template .poweren-automation-page .industry-gallery {
    grid-template-columns: 1fr 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--wide {
    grid-column: 2;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-grid {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  body.poweren-automation-template .poweren-automation-page .desktop-nav {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-menu {
    display: block;
  }

  body.poweren-automation-template .poweren-automation-page .header-cta {
    margin-inline-start: auto;
  }

  body.poweren-automation-template .poweren-automation-page .hero-grid,
  body.poweren-automation-template .poweren-automation-page .fit-grid,
  body.poweren-automation-template .poweren-automation-page .syllabus-layout,
  body.poweren-automation-template .poweren-automation-page .simulator-card,
  body.poweren-automation-template .poweren-automation-page .instructor-grid,
  body.poweren-automation-template .poweren-automation-page .pricing-shell,
  body.poweren-automation-template .poweren-automation-page .faq-grid {
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .hero-copy {
    max-width: 750px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-media {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  body.poweren-automation-template .poweren-automation-page .hero-image-wrap,
  body.poweren-automation-template .poweren-automation-page .hero-image-wrap > img {
    min-height: 480px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics {
    grid-template-columns: 1fr 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics article:nth-child(2)::after {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  body.poweren-automation-template .poweren-automation-page .fit-grid {
    gap: 45px;
  }

  body.poweren-automation-template .poweren-automation-page .fit-grid .section-heading {
    max-width: 720px;
  }

  body.poweren-automation-template .poweren-automation-page .sticky-intro,
  body.poweren-automation-template .poweren-automation-page .faq-intro {
    position: static;
  }

  body.poweren-automation-template .poweren-automation-page .progress-orbit {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .industry-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-tags {
    justify-content: flex-start;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-card {
    gap: 35px;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-visual {
    order: 2;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-grid {
    gap: 55px;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-photo {
    max-width: 600px;
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-copy {
    order: -1;
  }

  body.poweren-automation-template .poweren-automation-page .testimonial-grid {
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .testimonial-card {
    min-height: 235px;
  }

  body.poweren-automation-template .poweren-automation-page .pricing-shell {
    align-items: stretch;
  }

  body.poweren-automation-template .poweren-automation-page .price-card {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }

  body.poweren-automation-template .poweren-automation-page .faq-intro .button {
    margin-bottom: 30px;
  }

  body.poweren-automation-template .poweren-automation-page .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 90px;
  }

  body.poweren-automation-template {
    padding-bottom: calc(75px + env(safe-area-inset-bottom));
  }

  body.poweren-automation-template .poweren-automation-page .container {
    width: min(calc(100% - 28px), var(--container));
  }

  body.poweren-automation-template .poweren-automation-page .section {
    padding-block: 74px;
  }

  body.poweren-automation-template .poweren-automation-page .preview-bar {
    min-height: 36px;
    justify-content: flex-start;
    gap: 8px;
    padding-inline: 14px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.62rem;
    scrollbar-width: none;
  }

  body.poweren-automation-template .poweren-automation-page .preview-bar::-webkit-scrollbar {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .preview-bar p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.poweren-automation-template .poweren-automation-page .preview-bar a {
    flex: 0 0 auto;
  }

  body.poweren-automation-template .poweren-automation-page .header-inner {
    min-height: 68px;
    gap: 10px;
  }

  body.poweren-automation-template .poweren-automation-page .brand-mark {
    width: 38px;
    height: 38px;
  }

  body.poweren-automation-template .poweren-automation-page .brand-copy b {
    font-size: 1rem;
  }

  body.poweren-automation-template .poweren-automation-page .brand-copy small {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .header-cta {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .hero {
    padding-block-start: 48px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-grid {
    gap: 38px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-kicker {
    font-size: 0.65rem;
  }

  body.poweren-automation-template .poweren-automation-page .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 10.2vw, 3.05rem);
    line-height: 1.35;
  }

  body.poweren-automation-template .poweren-automation-page .hero h1 br {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .hero-lead {
    margin-bottom: 25px;
    font-size: 0.91rem;
    line-height: 2;
  }

  body.poweren-automation-template .poweren-automation-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .hero-actions .button {
    width: 100%;
  }

  body.poweren-automation-template .poweren-automation-page .hero-assurances {
    gap: 8px 13px;
    font-size: 0.66rem;
  }

  body.poweren-automation-template .poweren-automation-page .hero-media {
    padding: 9px 0 18px 6px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-image-wrap {
    min-height: 385px;
    border-width: 5px;
    border-radius: 25px;
    transform: none;
  }

  body.poweren-automation-template .poweren-automation-page .hero-image-wrap > img {
    min-height: 385px;
    object-position: 50% center;
  }

  body.poweren-automation-template .poweren-automation-page .hero-image-caption {
    inset-inline: 17px;
    inset-block-end: 17px;
    transform: none;
    font-size: 0.73rem;
  }

  body.poweren-automation-template .poweren-automation-page .caption-icon {
    width: 39px;
    height: 39px;
  }

  body.poweren-automation-template .poweren-automation-page .floating-chip {
    padding: 9px 11px;
    font-size: 0.62rem;
  }

  body.poweren-automation-template .poweren-automation-page .floating-chip strong {
    font-size: 1rem;
  }

  body.poweren-automation-template .poweren-automation-page .floating-chip--one {
    inset-inline-start: -4px;
    inset-block-start: 6%;
  }

  body.poweren-automation-template .poweren-automation-page .floating-chip--two {
    inset-inline-end: 5px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics {
    margin-top: 48px;
    border-radius: 18px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics article {
    min-height: 96px;
    padding: 15px 9px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics strong {
    font-size: 1rem;
  }

  body.poweren-automation-template .poweren-automation-page .hero-metrics span {
    font-size: 0.61rem;
  }

  body.poweren-automation-template .poweren-automation-page .section-heading h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.2rem);
    line-height: 1.55;
  }

  body.poweren-automation-template .poweren-automation-page .section-heading p {
    font-size: 0.8rem;
  }

  body.poweren-automation-template .poweren-automation-page .section-heading h2 br {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .fit-item {
    grid-template-columns: 43px 1fr;
    gap: 13px;
  }

  body.poweren-automation-template .poweren-automation-page .fit-item > span {
    width: 38px;
    height: 38px;
  }

  body.poweren-automation-template .poweren-automation-page .outcomes-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
    margin-top: 38px;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card,
  body.poweren-automation-template .poweren-automation-page .outcome-card--large,
  body.poweren-automation-template .poweren-automation-page .outcome-card--cyan,
  body.poweren-automation-template .poweren-automation-page .outcome-card--dark,
  body.poweren-automation-template .poweren-automation-page .outcome-card--paper,
  body.poweren-automation-template .poweren-automation-page .outcome-card--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 225px;
    padding: 25px;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card {
    --outcome-overlay:
      linear-gradient(180deg, rgba(3, 18, 26, 0.64) 0%, rgba(3, 18, 26, 0.96) 100%),
      linear-gradient(90deg, rgba(3, 18, 26, 0.46) 0%, rgba(3, 18, 26, 0.84) 100%);
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card--large {
    --outcome-overlay:
      linear-gradient(180deg, rgba(3, 18, 26, 0.24) 0%, rgba(3, 18, 26, 0.54) 42%, rgba(3, 18, 26, 0.97) 100%),
      linear-gradient(90deg, rgba(3, 18, 26, 0.3) 0%, rgba(3, 18, 26, 0.78) 100%);
    min-height: 330px;
    padding: 29px;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card--large .outcome-line {
    inset-inline-start: 29px;
  }

  body.poweren-automation-template .poweren-automation-page .module-list::before {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .module-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }

  body.poweren-automation-template .poweren-automation-page .module-card:hover {
    transform: translateY(-3px);
  }

  body.poweren-automation-template .poweren-automation-page .module-number {
    width: 49px;
    height: 49px;
    border-radius: 14px;
  }

  body.poweren-automation-template .poweren-automation-page .module-copy h3 {
    font-size: 1.03rem;
  }

  body.poweren-automation-template .poweren-automation-page .module-meta {
    align-items: flex-start;
  }

  body.poweren-automation-template .poweren-automation-page .module-copy ul {
    display: grid;
  }

  body.poweren-automation-template .poweren-automation-page .industry-head {
    margin-bottom: 35px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 310px 230px;
    gap: 10px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--wide {
    grid-column: 2;
    grid-row: 2;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo figcaption {
    inset-inline: 15px;
    inset-block-end: 14px;
    font-size: 0.68rem;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-section {
    padding-block-start: 0;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-card {
    min-height: 0;
    padding: 30px 21px;
    border-radius: 24px;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-copy h2 {
    font-size: 1.55rem;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-copy > p {
    font-size: 0.78rem;
  }

  body.poweren-automation-template .poweren-automation-page .simulator-visual {
    min-height: 250px;
  }

  body.poweren-automation-template .poweren-automation-page .sim-body {
    min-height: 185px;
    grid-template-columns: 1fr 65px;
    padding: 21px;
  }

  body.poweren-automation-template .poweren-automation-page .sim-node {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-photo {
    min-height: 470px;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-photo > img {
    height: 470px;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-badge {
    inset-inline-end: -9px;
    inset-block-end: 20px;
  }

  body.poweren-automation-template .poweren-automation-page .instructor-facts {
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .testimonials-head {
    align-items: flex-start;
    margin-bottom: 34px;
  }

  body.poweren-automation-template .poweren-automation-page .quote-mark {
    width: 52px;
    height: 52px;
  }

  body.poweren-automation-template .poweren-automation-page .testimonial-card {
    min-height: 250px;
    padding: 24px;
  }

  body.poweren-automation-template .poweren-automation-page .trust-grid {
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .trust-card {
    min-height: 420px;
    padding: 27px;
    border-radius: 24px;
  }

  body.poweren-automation-template .poweren-automation-page .certificate-preview {
    width: 68%;
    inset-inline-end: 18px;
    transform: rotate(-4deg);
  }

  body.poweren-automation-template .poweren-automation-page .pricing-copy ul {
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .price-card {
    padding: 28px 20px 24px;
    border-radius: 24px;
    box-shadow:
      0 20px 54px rgba(0, 0, 0, 0.22),
      0 2px 10px rgba(7, 26, 37, 0.08);
  }

  body.poweren-automation-template .poweren-automation-page .price-card__head {
    gap: 10px;
  }

  body.poweren-automation-template .poweren-automation-page .price-card__status {
    min-height: 32px;
    padding: 5px 9px;
    font-size: 0.58rem;
  }

  body.poweren-automation-template .poweren-automation-page .price-old {
    margin-top: 17px;
    padding: 11px 12px;
  }

  body.poweren-automation-template .poweren-automation-page .price-old del {
    font-size: 1.18rem;
  }

  body.poweren-automation-template .poweren-automation-page .price-final {
    padding: 15px 14px 14px;
    border-radius: 18px;
  }

  body.poweren-automation-template .poweren-automation-page .price-note {
    padding: 11px 12px;
    font-size: 0.68rem;
  }

  body.poweren-automation-template .poweren-automation-page .price-current strong {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  body.poweren-automation-template .poweren-automation-page .faq-list summary {
    min-height: 76px;
    font-size: 0.8rem;
  }

  body.poweren-automation-template .poweren-automation-page .faq-list details p {
    font-size: 0.74rem;
  }

  body.poweren-automation-template .poweren-automation-page .final-cta-section {
    padding-block-end: 45px;
  }

  body.poweren-automation-template .poweren-automation-page .final-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 31px 25px;
    border-radius: 24px;
  }

  body.poweren-automation-template .poweren-automation-page .final-cta-mark {
    width: 55px;
    height: 55px;
  }

  body.poweren-automation-template .poweren-automation-page .final-cta .button {
    width: 100%;
  }

  body.poweren-automation-template .poweren-automation-page .site-footer {
    padding-block-start: 38px;
  }

  body.poweren-automation-template .poweren-automation-page .footer-main nav {
    flex-wrap: wrap;
  }

  body.poweren-automation-template .poweren-automation-page .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta {
    position: fixed;
    z-index: 90;
    inset-inline: 9px;
    inset-block-end: calc(8px + env(safe-area-inset-bottom));
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 9px 8px 15px;
    color: var(--white);
    background: rgba(6, 25, 35, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta > span {
    display: grid;
    line-height: 1.35;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta small {
    color: #9cb4bd;
    font-size: 0.57rem;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta strong {
    margin-top: 2px;
    font-size: 0.71rem;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
    color: var(--ink);
    background: var(--cyan-bright);
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 700;
  }
}

@media (max-width: 370px) {
  body.poweren-automation-template .poweren-automation-page .container {
    width: min(calc(100% - 22px), var(--container));
  }

  body.poweren-automation-template .poweren-automation-page .hero h1 {
    font-size: 1.86rem;
  }

  body.poweren-automation-template .poweren-automation-page .hero-kicker {
    width: 100%;
    line-height: 1.6;
  }

  body.poweren-automation-template .poweren-automation-page .hero-image-wrap,
  body.poweren-automation-template .poweren-automation-page .hero-image-wrap > img {
    min-height: 335px;
  }

  body.poweren-automation-template .poweren-automation-page .hero-assurances {
    display: grid;
  }

  body.poweren-automation-template .poweren-automation-page .industry-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 240px);
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--main,
  body.poweren-automation-template .poweren-automation-page .industry-photo--wide {
    grid-column: 1;
    grid-row: auto;
  }

  body.poweren-automation-template .poweren-automation-page .testimonials-head {
    display: block;
  }

  body.poweren-automation-template .poweren-automation-page .quote-mark {
    display: none;
  }

  body.poweren-automation-template .poweren-automation-page .certificate-preview {
    width: 78%;
    inset-inline-end: 14px;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta {
    gap: 7px;
    padding-inline-end: 7px;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta a {
    padding-inline: 12px;
    font-size: 0.64rem;
  }
}

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

  body.poweren-automation-template .poweren-automation-page *,
  body.poweren-automation-template .poweren-automation-page *::before,
  body.poweren-automation-template .poweren-automation-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.poweren-automation-template .poweren-automation-page .outcome-card,
  body.poweren-automation-template .poweren-automation-page .outcome-card__media,
  body.poweren-automation-template .poweren-automation-page .outcome-card:hover,
  body.poweren-automation-template .poweren-automation-page .outcome-card:hover .outcome-card__media {
    transform: none !important;
  }
}

/*
 * WordPress integration safeguards.
 * These rules stay scoped to the automation template and preserve the native
 * WordPress admin bar while keeping sticky navigation and anchors visible.
 */
body.poweren-automation-template .poweren-automation-page section[id] {
  scroll-margin-top: 110px;
}

body.admin-bar.poweren-automation-template .poweren-automation-page .site-header {
  inset-block-start: 32px;
}

body.admin-bar.poweren-automation-template .poweren-automation-page .skip-link {
  inset-block-start: 42px;
}

body.admin-bar.poweren-automation-template .poweren-automation-page .sticky-intro,
body.admin-bar.poweren-automation-template .poweren-automation-page .faq-intro {
  inset-block-start: 157px;
}

body.admin-bar.poweren-automation-template .poweren-automation-page section[id] {
  scroll-margin-top: 150px;
}

@media (max-width: 900px) {
  body.admin-bar.poweren-automation-template .poweren-automation-page .sticky-intro,
  body.admin-bar.poweren-automation-template .poweren-automation-page .faq-intro {
    inset-block-start: auto;
  }
}

@media (max-width: 782px) {
  body.admin-bar.poweren-automation-template .poweren-automation-page .site-header {
    inset-block-start: 46px;
  }

  body.admin-bar.poweren-automation-template .poweren-automation-page .skip-link {
    inset-block-start: 56px;
  }

  body.admin-bar.poweren-automation-template .poweren-automation-page section[id] {
    scroll-margin-top: 145px;
  }
}

@media (max-width: 720px) {
  body.poweren-automation-template {
    padding-bottom: 0;
  }

  body.poweren-automation-template .poweren-automation-page .preview-bar {
    font-size: 0.7rem;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta small {
    font-size: 0.66rem;
  }

  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta strong,
  body.poweren-automation-template .poweren-automation-page .mobile-sticky-cta a {
    font-size: 0.72rem;
  }
}


/*
 * Automation template enhancement — 2026-07-28.
 * All rules are page-scoped so the gallery, story, pack and enrollment dock
 * cannot leak into the rest of the WordPress theme.
 */
body.poweren-automation-template .poweren-automation-page {
  font-family: 'IRANSans', Tahoma, sans-serif;
}

body.poweren-automation-template .poweren-automation-page .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.poweren-automation-template .poweren-automation-page .floating-chip strong,
body.poweren-automation-template .poweren-automation-page .fit-item > span,
body.poweren-automation-template .poweren-automation-page .progress-orbit span,
body.poweren-automation-template .poweren-automation-page .module-number,
body.poweren-automation-template .poweren-automation-page .testimonial-index,
body.poweren-automation-template .poweren-automation-page .price-old del,
body.poweren-automation-template .poweren-automation-page .price-current strong,
body.poweren-automation-template .poweren-automation-page .consult-link b,
body.poweren-automation-template .poweren-automation-page .guarantee-card::after,
body.poweren-automation-template .poweren-automation-page .pack-image-stat,
body.poweren-automation-template .poweren-automation-page .enrollment-dock small,
body.poweren-automation-template .poweren-automation-page .enrollment-dock__regular-price,
body.poweren-automation-template .poweren-automation-page .enrollment-dock strong,
body.poweren-automation-template .poweren-automation-page .enrollment-dock em,
body.poweren-automation-template .poweren-automation-page .footer-bottom {
  font-family: 'IRANSans', Tahoma, sans-serif !important;
  font-variant-numeric: normal;
  letter-spacing: 0;
}

body.poweren-automation-template .poweren-automation-page .site-header {
  transition:
    min-height 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

body.poweren-automation-template .poweren-automation-page .site-header.is-scrolled {
  border-color: rgba(149, 177, 188, 0.4);
  background: rgba(247, 249, 248, 0.96);
  box-shadow: 0 12px 36px rgba(7, 26, 37, 0.09);
}

body.poweren-automation-template .poweren-automation-page .site-header.is-scrolled .header-inner {
  min-height: 68px;
}

body.poweren-automation-template .poweren-automation-page .header-inner {
  transition: min-height 220ms ease;
}

body.poweren-automation-template .poweren-automation-page .pack-showcase-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 8vw, 118px);
  background:
    radial-gradient(circle at 10% 12%, rgba(13, 183, 220, 0.1), transparent 28%),
    linear-gradient(180deg, #f8fbfa 0%, #eef7f8 100%);
  border-block: 1px solid #dce9eb;
}

body.poweren-automation-template .poweren-automation-page .pack-showcase-section::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  inset-inline-end: -190px;
  inset-block-end: -200px;
  border: 54px solid rgba(13, 183, 220, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

body.poweren-automation-template .poweren-automation-page .pack-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

body.poweren-automation-template .poweren-automation-page .pack-showcase__media {
  position: relative;
  min-width: 0;
}

body.poweren-automation-template .poweren-automation-page .pack-image-frame {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(148, 178, 189, 0.42);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(7, 26, 37, 0.14);
  transform: rotate(-1.2deg);
}

body.poweren-automation-template .poweren-automation-page .pack-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: inherit;
  pointer-events: none;
}

body.poweren-automation-template .poweren-automation-page .pack-image-frame > img {
  width: 100%;
  height: auto;
}

body.poweren-automation-template .poweren-automation-page .pack-image-stat {
  position: absolute;
  top: 27.7%;
  width: 16.4%;
  height: 17%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.8cqi;
  padding: 0.8cqi;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 120, 229, 0.38), transparent 58%),
    #06183b;
  border: 0.25cqi solid #00cee8;
  border-radius: 1.3cqi;
  line-height: 1.12;
  text-align: center;
}

body.poweren-automation-template .poweren-automation-page .pack-image-stat--projects {
  left: 25.3%;
}

body.poweren-automation-template .poweren-automation-page .pack-image-stat--hours {
  left: 41.75%;
}

body.poweren-automation-template .poweren-automation-page .pack-image-stat strong {
  color: #ffda42;
  font-size: clamp(0.8rem, 4cqi, 1.65rem);
  font-weight: 900;
  line-height: 0.9;
}

body.poweren-automation-template .poweren-automation-page .pack-image-stat span {
  font-size: clamp(0.38rem, 1.75cqi, 0.68rem);
  font-weight: 700;
  line-height: 1.25;
}

body.poweren-automation-template .poweren-automation-page .pack-guarantee-seal {
  position: absolute;
  inset-inline-start: -18px;
  inset-block-end: -20px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  color: #0a4f3a;
  background: rgba(235, 255, 247, 0.97);
  border: 1px solid rgba(84, 201, 162, 0.45);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(7, 26, 37, 0.15);
  font-size: 0.73rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

body.poweren-automation-template .poweren-automation-page .pack-guarantee-seal svg {
  flex: 0 0 auto;
  color: #15956d;
}

body.poweren-automation-template .poweren-automation-page .pack-showcase__copy h2 {
  max-width: 640px;
  margin: 16px 0 20px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.42;
  letter-spacing: -0.04em;
}

body.poweren-automation-template .poweren-automation-page .pack-showcase__copy > p {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 2.1;
  text-align: justify;
}

body.poweren-automation-template .poweren-automation-page .pack-benefits {
  display: grid;
  gap: 11px;
  margin-bottom: 30px;
}

body.poweren-automation-template .poweren-automation-page .pack-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #23414f;
  font-size: 0.78rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .pack-benefits svg {
  flex: 0 0 auto;
  padding: 3px;
  color: #087f9c;
  background: #d9f6fc;
  border-radius: 50%;
}

body.poweren-automation-template .poweren-automation-page .industry-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: 215px;
  grid-auto-flow: dense;
  gap: 15px;
}

body.poweren-automation-template .poweren-automation-page .industry-photo {
  min-width: 0;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

body.poweren-automation-template .poweren-automation-page .industry-photo--main {
  grid-column: span 2;
  grid-row: span 2;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--wide {
  grid-column: span 2;
  grid-row: span 1;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--tall {
  grid-column: span 1;
  grid-row: span 2;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--standard {
  grid-column: span 1;
  grid-row: span 1;
}

body.poweren-automation-template .poweren-automation-page .industry-photo--wide img,
body.poweren-automation-template .poweren-automation-page .industry-photo--standard img {
  object-position: center;
}

body.poweren-automation-template .poweren-automation-page .industry-photo figcaption {
  max-width: calc(100% - 32px);
  padding: 8px 11px;
  background: rgba(3, 17, 24, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(7px);
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: clamp(25px, 4vw, 42px);
  color: #edf8fa;
  background:
    radial-gradient(circle at 90% 10%, rgba(9, 184, 220, 0.2), transparent 28%),
    linear-gradient(140deg, #092d3c, #051b26);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(5, 27, 38, 0.17);
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__head > div {
  min-width: 0;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #5eddf4;
  font-size: 0.7rem;
  font-weight: 800;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.65;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__link {
  flex: 0 0 auto;
  min-height: 44px;
  margin-top: 0;
  color: #72e3f7;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-width: 0;
  padding-block: 8px;
  color: rgba(237, 248, 250, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  line-height: 1.85;
}

body.poweren-automation-template .poweren-automation-page .automation-project-ledger__item svg {
  margin-top: 4px;
  color: #50d9b0;
}

body.poweren-automation-template .poweren-automation-page .industry-more {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  color: #e8f5f8;
  background:
    linear-gradient(110deg, rgba(13, 183, 220, 0.13), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

body.poweren-automation-template .poweren-automation-page .industry-more__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--cyan-bright);
  background: rgba(38, 208, 237, 0.1);
  border: 1px solid rgba(38, 208, 237, 0.2);
  border-radius: 15px;
}

body.poweren-automation-template .poweren-automation-page .industry-more > div:nth-child(2) {
  display: grid;
  gap: 2px;
}

body.poweren-automation-template .poweren-automation-page .industry-more small {
  color: #8fb0bc;
  font-size: 0.64rem;
}

body.poweren-automation-template .poweren-automation-page .industry-more strong {
  font-size: 0.88rem;
}

body.poweren-automation-template .poweren-automation-page .industry-more .button {
  min-height: 48px;
  white-space: nowrap;
}

body.poweren-automation-template .poweren-automation-page .founder-story-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(66px, 7vw, 104px);
  background: #fff;
}

body.poweren-automation-template .poweren-automation-page .founder-story-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 82px);
  overflow: hidden;
  padding: clamp(32px, 5vw, 68px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 46%),
    #f9eaca;
  border: 1px solid #ecd6aa;
  border-radius: 34px;
  box-shadow: 0 28px 74px rgba(87, 60, 18, 0.1);
}

body.poweren-automation-template .poweren-automation-page .founder-story-card::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  inset-inline-end: -115px;
  inset-block-end: -125px;
  border: 38px solid rgba(178, 121, 27, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

body.poweren-automation-template .poweren-automation-page .founder-story-mark {
  position: absolute;
  inset-inline-start: 32px;
  inset-block-start: 27px;
  color: rgba(139, 89, 13, 0.14);
  transform: scale(1.8);
}

body.poweren-automation-template .poweren-automation-page .founder-story-intro,
body.poweren-automation-template .poweren-automation-page .founder-story-copy {
  position: relative;
  z-index: 1;
}

body.poweren-automation-template .poweren-automation-page .founder-story-intro {
  align-self: start;
  padding-block-start: 34px;
}

body.poweren-automation-template .poweren-automation-page .founder-story-intro h2 {
  margin: 15px 0 14px;
  font-size: clamp(1.75rem, 3.2vw, 2.85rem);
  line-height: 1.45;
  letter-spacing: -0.04em;
}

body.poweren-automation-template .poweren-automation-page .founder-story-intro > p {
  margin: 0;
  color: #755d36;
  font-size: 0.77rem;
}

body.poweren-automation-template .poweren-automation-page .founder-story-copy {
  padding-inline-start: clamp(0px, 2vw, 28px);
  border-inline-start: 1px solid rgba(142, 98, 28, 0.22);
}

body.poweren-automation-template .poweren-automation-page .founder-story-copy > p {
  margin-bottom: 17px;
  color: #3d3428;
  font-size: 0.89rem;
  line-height: 2.15;
  text-align: justify;
}

body.poweren-automation-template .poweren-automation-page .founder-story-signature {
  display: grid;
  gap: 4px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(142, 98, 28, 0.22);
}

body.poweren-automation-template .poweren-automation-page .founder-story-signature span {
  color: #5f3d08;
  font-size: 0.9rem;
  font-weight: 900;
}

body.poweren-automation-template .poweren-automation-page .founder-story-signature small {
  max-width: 620px;
  color: #77613f;
  font-size: 0.68rem;
  line-height: 1.9;
}

body.poweren-automation-template .poweren-automation-page .price-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 12px 0 5px;
  padding: 9px 12px;
  color: #0b7154;
  background: #e8fff6;
  border: 1px solid #bcebd9;
  border-radius: 12px;
  font-size: 0.67rem;
  font-weight: 700;
}

body.poweren-automation-template .poweren-automation-page .price-guarantee svg {
  flex: 0 0 auto;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock {
  --enroll-progress: 0%;
  position: fixed;
  z-index: 95;
  inset-inline: auto;
  left: 50%;
  right: auto;
  inset-block-end: calc(18px + env(safe-area-inset-bottom));
  width: min(calc(100% - 32px), 880px);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 11px 13px 11px 20px;
  color: #fff;
  background: rgba(5, 24, 34, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 21px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(18px);
  transform: translate(-50%, calc(100% + 35px));
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.85, 0.25, 1);
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock > .enrollment-dock__summary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 2px;
  line-height: 1.35;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock__summary > span {
  display: grid;
  gap: 2px;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock__prices {
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 1px;
  padding-block: 3px;
  line-height: 1.25;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock small {
  color: #9fb7c1;
  font-size: 0.984rem;
  font-weight: 700;
  line-height: 1.4;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock__regular-price {
  color: #8ca5af;
  font-size: 0.888rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration-color: #d7e3e7;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock strong {
  margin-top: 0;
  font-size: 1.32rem;
  line-height: 1.25;
  white-space: nowrap;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #bfeede;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock em svg {
  flex: 0 0 auto;
  color: #66ddb4;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock > a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  padding-inline: 23px;
  color: var(--ink);
  background: linear-gradient(135deg, #38d7ee, #10b4d5);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(13, 183, 220, 0.28);
  font-size: 0.84rem;
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock > a:hover {
  box-shadow: 0 13px 32px rgba(13, 183, 220, 0.38);
  transform: translateY(-2px);
}

body.poweren-automation-template .poweren-automation-page .enrollment-dock__progress {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: var(--enroll-progress);
  height: 3px;
  background: linear-gradient(90deg, var(--cyan-bright), var(--mint));
  border-radius: 999px;
  pointer-events: none;
  transition: width 90ms linear;
}

@media (max-width: 1100px) {
  body.poweren-automation-template .poweren-automation-page .pack-showcase {
    gap: 48px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }
}

@media (max-width: 900px) {
  body.poweren-automation-template {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }

  body.poweren-automation-template .poweren-automation-page .pack-showcase {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  body.poweren-automation-template .poweren-automation-page .pack-showcase__media {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  body.poweren-automation-template .poweren-automation-page .pack-showcase__copy {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-card {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-intro {
    max-width: 600px;
    padding-block-start: 18px;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-copy {
    padding: 24px 0 0;
    border-inline-start: 0;
    border-top: 1px solid rgba(142, 98, 28, 0.22);
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock {
    inset-block-end: calc(8px + env(safe-area-inset-bottom));
    width: min(calc(100% - 18px), 760px);
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 720px) {
  body.poweren-automation-template {
    padding-bottom: calc(91px + env(safe-area-inset-bottom));
  }

  body.poweren-automation-template .poweren-automation-page .pack-showcase-section {
    padding-block: 64px 74px;
  }

  body.poweren-automation-template .poweren-automation-page .pack-image-frame {
    border-radius: 23px;
  }

  body.poweren-automation-template .poweren-automation-page .pack-guarantee-seal {
    inset-inline-start: 10px;
    inset-block-end: -17px;
    min-height: 46px;
    padding: 9px 12px;
    font-size: 0.64rem;
  }

  body.poweren-automation-template .poweren-automation-page .pack-showcase__copy h2 {
    font-size: 1.88rem;
  }

  body.poweren-automation-template .poweren-automation-page .pack-showcase__copy > p {
    font-size: 0.79rem;
  }

  body.poweren-automation-template .poweren-automation-page .industry-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 205px;
    gap: 10px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--main,
  body.poweren-automation-template .poweren-automation-page .industry-photo--wide {
    grid-column: span 2;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--main {
    grid-row: span 2;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--tall {
    grid-row: span 2;
  }

  body.poweren-automation-template .poweren-automation-page .automation-project-ledger__head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.poweren-automation-template .poweren-automation-page .automation-project-ledger__list {
    grid-template-columns: 1fr;
  }

  body.poweren-automation-template .poweren-automation-page .industry-more {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-more .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-card {
    padding: 27px 22px;
    border-radius: 26px;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-mark {
    inset-inline-start: 23px;
    inset-block-start: 22px;
    transform: scale(1.35);
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-copy > p {
    font-size: 0.79rem;
    line-height: 2.05;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock {
    min-height: 108px;
    gap: 9px;
    padding: 8px 8px 8px 12px;
    border-radius: 18px;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock > .enrollment-dock__summary {
    flex: 1 1 auto;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 3px;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock small {
    font-size: 0.864rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock__regular-price {
    font-size: 0.792rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock strong {
    font-size: 1.176rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock em {
    display: inline-flex;
    gap: 4px;
    font-size: 0.61rem;
    line-height: 1.35;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock em svg {
    width: 14px;
    height: 14px;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock > a {
    min-height: 56px;
    padding-inline: 16px;
    font-size: 0.82rem;
  }
}

@media (max-width: 470px) {
  body.poweren-automation-template .poweren-automation-page .pack-image-stat {
    border-width: 1px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--main,
  body.poweren-automation-template .poweren-automation-page .industry-photo--wide,
  body.poweren-automation-template .poweren-automation-page .industry-photo--tall,
  body.poweren-automation-template .poweren-automation-page .industry-photo--standard {
    grid-column: 1;
    grid-row: span 1;
  }

  body.poweren-automation-template .poweren-automation-page .industry-photo--main {
    min-height: 280px;
  }

  body.poweren-automation-template .poweren-automation-page .automation-project-ledger {
    padding: 22px 18px;
    border-radius: 22px;
  }

  body.poweren-automation-template .poweren-automation-page .automation-project-ledger__title {
    font-size: 1.12rem;
  }

  body.poweren-automation-template .poweren-automation-page .industry-more {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.poweren-automation-template .poweren-automation-page .industry-more__icon {
    margin-inline: auto;
  }

  body.poweren-automation-template .poweren-automation-page .industry-more .button {
    grid-column: auto;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-intro h2 {
    font-size: 1.65rem;
  }

  body.poweren-automation-template .poweren-automation-page .founder-story-copy > p {
    text-align: start;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock {
    width: calc(100% - 16px);
    gap: 8px;
    padding-inline-end: 8px;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock > a {
    min-width: 124px;
    padding-inline: 12px;
  }
}

@media (max-width: 350px) {
  body.poweren-automation-template .poweren-automation-page .enrollment-dock small {
    font-size: 0.828rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock__regular-price {
    font-size: 0.78rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock strong {
    font-size: 1.128rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock em {
    font-size: 0.6rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock > a {
    font-size: 0.76rem;
  }

  body.poweren-automation-template .poweren-automation-page .enrollment-dock > a {
    min-width: 112px;
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.poweren-automation-template .poweren-automation-page .site-header,
  body.poweren-automation-template .poweren-automation-page .header-inner,
  body.poweren-automation-template .poweren-automation-page .enrollment-dock,
  body.poweren-automation-template .poweren-automation-page .enrollment-dock__progress {
    transition: none !important;
  }
}
