@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

.amplify-material3-page {
  --amplify-navy: #0a1b3d;
  --amplify-accent: #ffb600;
  --amplify-accent-dark: #3e2e00;
  --amplify-surface: #10182d;
  --amplify-surface-variant: #172747;
  --amplify-text: #eef2ff;
  --amplify-text-muted: #bec8e5;
  --amplify-outline: rgba(255, 255, 255, 0.2);
  --amplify-shadow: 0 30px 70px rgba(9, 17, 34, 0.45);
}

.amplify-material3-page #page {
  font-family: "Roboto", sans-serif;
}

.amplify-material3-page #content,
.amplify-material3-page #primary,
.amplify-material3-page .site-main,
.amplify-material3-page main.amplify-m3 {
  margin: 0;
  padding: 0;
}

.amplify-material3-page main.amplify-m3 > :first-child,
.amplify-material3-page .amplify-m3-hero,
.amplify-material3-page .amplify-m3-product-hero {
  margin-top: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .elementor,
.amplify-material3-page .amplify-m3-elementor-shell .elementor-section-wrap,
.amplify-material3-page .amplify-m3-elementor-shell .elementor-widget-wrap {
  margin-top: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .e-con.e-parent:first-child,
.amplify-material3-page .amplify-m3-elementor-shell .elementor-section:first-child:not(.amplify-e-app-hero) {
  margin-top: 0;
  padding-top: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-hero {
  background:
    radial-gradient(circle at 78% -25%, rgba(92, 80, 238, 0.38), transparent 42%),
    linear-gradient(130deg, rgba(10, 27, 61, 0.95), rgba(28, 43, 86, 0.92));
  padding: clamp(4.8rem, 9vw, 7rem) 0 clamp(2.8rem, 5vw, 4.2rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-section {
  padding: 2.2rem 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-card > .elementor-widget-wrap,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-panel > .elementor-widget-wrap {
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: color-mix(in srgb, var(--amplify-surface-variant) 88%, #05070f);
  padding: 1.15rem 1.1rem 1.3rem;
  height: 100%;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-card .elementor-button,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-panel .elementor-button {
  border-radius: 999px;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-hero img,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-panel img {
  border-radius: 1.3rem;
}

.amplify-material3-page .amplify-m3 {
  color: var(--amplify-text);
  background: radial-gradient(circle at 80% -20%, rgba(92, 80, 238, 0.32), transparent 40%), var(--amplify-surface);
}

.amplify-material3-page .amplify-m3 * {
  box-sizing: border-box;
}

.amplify-material3-page .amplify-m3-shell {
  width: min(1180px, 100% - 2rem);
  margin: 0 auto;
}

.amplify-material3-page .amplify-m3-home {
  padding-bottom: 5rem;
}

.amplify-material3-page .amplify-m3-hero {
  position: relative;
  padding: clamp(6rem, 12vw, 9rem) 0 5rem;
  overflow: hidden;
  isolation: isolate;
}

.amplify-material3-page .amplify-m3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(10, 27, 61, 0.95), rgba(92, 80, 238, 0.74) 58%, rgba(123, 110, 246, 0.66));
  z-index: -1;
}

.amplify-material3-page .amplify-m3-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
}

.amplify-material3-page .amplify-m3-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-hero-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.amplify-material3-page .amplify-m3-hero-copy {
  grid-column: 1 / -1;
}

.amplify-material3-page .amplify-m3-home h1,
.amplify-material3-page .amplify-m3-product h1 {
  font-size: clamp(2.15rem, 4.7vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}

.amplify-material3-page .amplify-m3-home h2,
.amplify-material3-page .amplify-m3-product h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  margin: 0 0 0.8rem;
  line-height: 1.15;
  color: #fff;
}

.amplify-material3-page .amplify-m3-home p,
.amplify-material3-page .amplify-m3-product p {
  margin: 0;
  color: var(--amplify-text-muted);
  line-height: 1.6;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.amplify-material3-page .amplify-m3-eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--amplify-accent) 22%, transparent);
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.amplify-material3-page .amplify-m3-card-grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.amplify-material3-page .amplify-m3-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  background: color-mix(in srgb, var(--amplify-surface-variant) 84%, #000);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.amplify-material3-page .amplify-m3-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--amplify-shadow);
  border-color: color-mix(in srgb, var(--amplify-accent) 45%, #fff);
}

.amplify-material3-page .amplify-m3-card-media {
  min-height: 170px;
}

.amplify-material3-page .amplify-m3-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-card-copy {
  padding: 1.25rem 1.2rem 1.45rem;
}

.amplify-material3-page .amplify-m3-card-title-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.amplify-material3-page .amplify-m3-icon-pill {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #15192d;
}

.amplify-material3-page .amplify-m3-icon-pill svg {
  width: 1.15rem;
  height: 1.15rem;
}

.amplify-material3-page .amplify-m3-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.34rem;
}

.amplify-material3-page .amplify-m3-card-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--amplify-accent);
  font-weight: 700;
  font-size: 0.92rem;
}

.amplify-material3-page .amplify-m3-section {
  padding: 2.4rem 0;
}

.amplify-material3-page .amplify-m3-panel,
.amplify-material3-page .amplify-m3-inline-cta,
.amplify-material3-page .amplify-m3-case {
  border-radius: 1.8rem;
  background: color-mix(in srgb, var(--amplify-surface-variant) 88%, #04060f);
  padding: clamp(1.2rem, 2.4vw, 2.35rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.amplify-material3-page .amplify-m3-outline {
  background: transparent;
  border-color: var(--amplify-outline);
}

.amplify-material3-page .amplify-m3-list {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.amplify-material3-page .amplify-m3-list li {
  position: relative;
  padding-left: 1rem;
  color: #f1f4ff;
}

.amplify-material3-page .amplify-m3-list li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--amplify-accent);
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.amplify-material3-page .amplify-m3-chip-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.amplify-material3-page .amplify-m3-chip {
  border-radius: 999px;
  background: color-mix(in srgb, var(--amplify-accent) 22%, transparent);
  border: 1px solid color-mix(in srgb, var(--amplify-accent) 44%, transparent);
  color: #fff;
  padding: 0.42rem 0.9rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.amplify-material3-page .amplify-m3-video-wrap {
  margin-top: 1rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  padding-top: 56.25%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.amplify-material3-page .amplify-m3-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.amplify-material3-page .amplify-m3-benefits-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
}

.amplify-material3-page .amplify-m3-benefit {
  padding: 1rem 1rem 1rem 1.2rem;
  border-radius: 1rem;
  background: rgba(7, 13, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  position: relative;
}

.amplify-material3-page .amplify-m3-benefit::before {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 1rem;
  width: 0.35rem;
  height: calc(100% - 2rem);
  border-radius: 1rem;
  background: var(--amplify-accent);
}

.amplify-material3-page .amplify-m3-case {
  display: grid;
  gap: 1rem;
}

.amplify-material3-page .amplify-m3-case-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: 1.2rem;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-button {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.68rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--amplify-accent-dark);
  background: var(--amplify-accent);
  border: 1px solid transparent;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.amplify-material3-page .amplify-m3-button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.amplify-material3-page .amplify-m3-button-outline {
  background: transparent;
  color: #fff;
  border-color: color-mix(in srgb, var(--amplify-accent) 60%, #fff);
}

.amplify-material3-page .amplify-m3-inline-cta {
  display: grid;
  gap: 0.8rem;
}

.amplify-material3-page .amplify-m3-inline-cta h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.amplify-material3-page .amplify-m3-logo-band {
  padding: 1.2rem;
  border-radius: 1.4rem;
  background: #eef1f9;
}

.amplify-material3-page .amplify-m3-logo-band img {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.amplify-material3-page .amplify-m3-mini-grid {
  display: grid;
  gap: 0.95rem;
}

.amplify-material3-page .amplify-m3-mini-card {
  border-radius: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 22, 45, 0.62);
}

.amplify-material3-page .amplify-m3-mini-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.06rem;
  color: #fff;
}

.amplify-material3-page .amplify-m3-product {
  background: var(--amplify-surface);
  padding-bottom: 4.5rem;
}

.amplify-material3-page .amplify-m3-product-hero {
  position: relative;
  min-height: min(680px, 86vh);
  overflow: hidden;
}

.amplify-material3-page .amplify-m3-product-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.amplify-material3-page .amplify-m3-product-bg img,
.amplify-material3-page .amplify-m3-product-bg .amplify-m3-product-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-product-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.35) 38%, transparent 62%),
    linear-gradient(95deg, rgba(9, 13, 23, 0.95) 0%, rgba(9, 13, 23, 0.62) 45%, rgba(9, 13, 23, 0.26) 75%, rgba(9, 13, 23, 0.08) 100%);
}

.amplify-material3-page .amplify-m3-product-hero .amplify-m3-shell {
  position: relative;
  z-index: 2;
  padding-top: clamp(5rem, 10vw, 7rem);
}

.amplify-material3-page .amplify-m3-hero-card {
  width: min(520px, 100%);
  border-radius: 2rem;
  padding: 1.2rem 1.3rem 1.5rem;
  background: color-mix(in srgb, var(--amplify-surface-variant) 88%, #05070f);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--amplify-shadow);
}

.amplify-material3-page .amplify-m3-hero-card h1 {
  margin: 0.5rem 0 0.4rem;
}

.amplify-material3-page .amplify-m3-hero-kicker {
  color: #fff;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.amplify-material3-page .amplify-m3-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--amplify-accent-dark);
  background: var(--amplify-accent);
}

.amplify-material3-page .amplify-m3-icon-wrap svg {
  width: 1.45rem;
  height: 1.45rem;
}

.amplify-material3-page .amplify-m3-text-link {
  margin-top: 1rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  display: inline-block;
}

.amplify-material3-page .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.amplify-material3-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 780px) {
  .amplify-material3-page .amplify-m3-hero-copy {
    grid-column: 1 / 8;
  }

  .amplify-material3-page .amplify-m3-hero-mini {
    grid-column: 8 / -1;
  }

  .amplify-material3-page .amplify-m3-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amplify-material3-page .amplify-m3-mini-grid {
    grid-template-columns: 1fr;
  }

  .amplify-material3-page .amplify-m3-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amplify-material3-page .amplify-m3-case {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .amplify-material3-page .amplify-m3-inline-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6.4rem, 9vw, 7.8rem);
  padding-bottom: clamp(2.8rem, 6vw, 4.4rem);
  background-color: #4e44df;
  color: #fff;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 40%, rgba(118, 91, 255, 0.58), transparent 52%),
    linear-gradient(120deg, rgba(20, 22, 86, 0.85), rgba(69, 46, 200, 0.82));
  z-index: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-col > .elementor-widget-wrap {
  gap: 0.7rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-col-right {
  display: flex;
  align-items: center;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-title h1,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-col-right h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5.1vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-copy p {
  margin: 0;
  color: #f2efff;
  max-width: 28rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-cta .elementor-button {
  margin-top: 0.45rem;
  border-radius: 0.55rem;
  background: #5c50ee;
  color: #fff;
  box-shadow: 0 10px 24px rgba(29, 19, 93, 0.34);
  padding: 0.78rem 1.15rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-chip p {
  margin: 0;
  color: #8af5b0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-quote > .elementor-widget-container {
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 0.1rem;
  background: rgba(27, 29, 118, 0.45);
  padding: 0.9rem 1rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-quote p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.02rem, 1.65vw, 1.35rem);
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-quote span {
  color: #ffb600;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-hero-image img {
  width: 100%;
  border-radius: 0;
  border: 4px solid #11d9e8;
  box-shadow: 0 10px 30px rgba(8, 12, 43, 0.42);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-hero-image-mid img {
  aspect-ratio: 0.72;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-hero-image-veg img {
  aspect-ratio: 1.45;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-hero-image-thermal img {
  aspect-ratio: 1.3;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-trust {
  background: #ebebeb;
  padding: 2.4rem 0 2.1rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-trust-title h2 {
  margin: 0;
  color: #0a1b3d;
  text-align: center;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.32;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-trust-logos {
  margin-top: 1rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-trust-logos img {
  display: block;
  width: min(980px, 100%);
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case {
  background: #fff;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case > .elementor-container {
  gap: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case-col-left > .elementor-widget-wrap {
  background: #fff;
  padding: clamp(1.6rem, 2.3vw, 2.4rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-case-kicker p {
  margin: 0;
  font-size: 0.72rem;
  color: #0a1b3d;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: "Buzz Sans", "Buzz Sans Variable", "Space Grotesk", sans-serif;
  font-weight: 800;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-case-title h2 {
  margin: 0;
  color: #0a1b3d;
  font-size: clamp(1.7rem, 2.35vw, 2.5rem);
  line-height: 1.22;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-case-copy p {
  margin: 0;
  color: #233251;
  font-size: 0.98rem;
  line-height: 1.55;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-case-cta .elementor-button {
  margin-top: 0.3rem;
  background: transparent;
  color: #0a1b3d;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case-col-right {
  background: #efefef;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case-col-right > .elementor-widget-wrap {
  padding: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-case-image img {
  border-radius: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter {
  background: #6457ff;
  padding: clamp(2.8rem, 6.8vw, 4rem) 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-news-col-left {
  display: flex;
  align-items: center;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-news-kicker p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  font-family: "Buzz Sans", "Buzz Sans Variable", "Space Grotesk", sans-serif;
  font-weight: 800;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-news-title h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.3rem);
  line-height: 1.28;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem 0.92rem;
  align-items: end;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row {
  margin: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form p {
  margin: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(1) {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem 0.92rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(2) {
  grid-column: 1 / 2;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(3) {
  grid-column: 2 / 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(4) {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem 0.92rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(5) {
  grid-column: 1 / 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .left-col,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .right-col {
  min-width: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter input.input-main {
  width: 100%;
  border: 1px solid rgba(10, 27, 61, 0.08);
  border-radius: 999px;
  min-height: 3.2rem;
  padding: 0.72rem 1.08rem;
  background: #f2f4fb;
  color: #0a1b3d;
  font-size: 0.95rem;
  line-height: 1.2;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter input.input-main::placeholder,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter textarea.message-input::placeholder {
  color: rgba(10, 27, 61, 0.48);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter textarea.message-input {
  width: 100%;
  border: 1px solid rgba(10, 27, 61, 0.08);
  border-radius: 1.1rem;
  min-height: 7.2rem;
  padding: 0.9rem 1.08rem;
  background: #f2f4fb;
  color: #0a1b3d;
  font-size: 0.95rem;
  line-height: 1.3;
  resize: vertical;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .form-bt-row {
  grid-column: 1 / 3;
  justify-self: end;
  margin-top: 0.2rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .form-bt-row p {
  margin: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-submit {
  width: 4.45rem;
  height: 4.45rem;
  border: 0;
  border-radius: 999px;
  background: #ffb600;
  color: #0a1b3d;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(19, 18, 78, 0.34);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(19, 18, 78, 0.4);
}

@media (max-width: 1024px) {
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero {
    padding-top: 7.4rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case > .elementor-container {
    gap: 1rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-case-col-right {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero {
    padding-top: 6.8rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-hero-col > .elementor-widget-wrap {
    gap: 0.52rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(1),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(2),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(3),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(4),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(5),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .form-bt-row {
    grid-column: 1 / 2;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(1),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .wpcf7-form .form-row:nth-of-type(4) {
    grid-template-columns: 1fr;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-home-newsletter .form-bt-row {
    justify-self: start;
  }
}

/* Application child pages (shared structure, palette by page). */
/* Solar — light theme, gold accent */
body.amplify-material3-page.page-id-6874 {
  --amplify-app-accent: #ffb600;
  --amplify-app-accent-dark: #3e2e00;
  --amplify-app-surface: #fffdf6;
  --amplify-app-bg: #f6f1e4;
  --amplify-app-card: #fffdf6;
  --amplify-app-module: #fffdf6;
  --amplify-app-stat-bg: color-mix(in srgb, #ffb600 12%, #fff);
  --amplify-app-title: #8a5f00;
  --amplify-app-ink: #0a1b3d;
  --amplify-app-ink-soft: #44516e;
  --amplify-app-btn-ink: #3e2e00;
  --amplify-app-hero-overlay: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 700' preserveAspectRatio='none'%3E%3Cpath fill='%23F6F1E4' d='M0 0 H750 Q850 0 850 100 L850 600 Q850 700 950 700 H1728 V700 H0 Z'/%3E%3C/svg%3E");
  --amplify-app-hero-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E");
}

/* Transmission — light theme, brand violet accent */
body.amplify-material3-page.page-id-7293 {
  --amplify-app-accent: #5c50ee;
  --amplify-app-accent-dark: #201a54;
  --amplify-app-surface: #fcfbff;
  --amplify-app-bg: #efeef8;
  --amplify-app-card: #fcfbff;
  --amplify-app-module: #fcfbff;
  --amplify-app-stat-bg: color-mix(in srgb, #5c50ee 9%, #fff);
  --amplify-app-title: #4a3ed9;
  --amplify-app-ink: #0a1b3d;
  --amplify-app-ink-soft: #44516e;
  --amplify-app-btn-ink: #ffffff;
  --amplify-app-hero-overlay: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 700' preserveAspectRatio='none'%3E%3Cpath fill='%23EFEEF8' d='M0 0 H750 Q850 0 850 100 L850 600 Q850 700 950 700 H1728 V700 H0 Z'/%3E%3C/svg%3E");
  --amplify-app-hero-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20-8%2083%20153%22%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M35.2313205-7.84902154c4.3348949.85432235%207.1564564%205.0610141%206.3021341%209.395909L14.5334546%20138.546887c-.8543224%204.334895-5.06101412%207.156457-9.39590902%206.302135-4.3348949-.854323-7.15645643-5.061015-6.30213408-9.395909L25.8354115-1.54688746c.8543224-4.3348949%205.0610141-7.15645644%209.395909-6.30213408Z%22%2F%3E%3Cpath%20d%3D%22M41.5334546-1.54688746L68.5334546%20135.453113c.8543223%204.334894-1.9672392%208.541586-6.3021341%209.395909-4.3348949.854322-8.5415866-1.96724-9.395909-6.302135L25.8354115%201.54688746c-.8543224-4.3348949%201.9672392-8.54158665%206.3021341-9.395909%204.3348949-.85432236%208.5415866%201.96723918%209.395909%206.30213408Z%22%2F%3E%3Cpath%20d%3D%22M74.684433%2022c0%204.418278-3.581722%208-8%208H0c-4.418278%200-8-3.581722-8-8s3.581722-8%208-8H66.684433c4.418278%200%208%203.581722%208%208Z%22%2F%3E%3Cpath%20d%3D%22M74.684433%2060c0%204.418278-3.581722%208-8%208H0c-4.418278%200-8-3.581722-8-8s3.581722-8%208-8H66.684433c4.418278%200%208%203.581722%208%208Z%22%2F%3E%3Cpath%20d%3D%22M63.4610373%20110c0%204.418278-3.581722%208-8%208H12c-4.418278%200-8-3.581722-8-8s3.581722-8%208-8H55.4610373c4.418278%200%208%203.581722%208%208Z%22%2F%3E%3C%2Fsvg%3E");
}

/* Distribution — light theme, brand cyan accent */
body.amplify-material3-page.page-id-7246 {
  --amplify-app-accent: #00c6ff;
  --amplify-app-accent-dark: #0f3449;
  --amplify-app-surface: #fbfdff;
  --amplify-app-bg: #e9f3f8;
  --amplify-app-card: #fbfdff;
  --amplify-app-module: #fbfdff;
  --amplify-app-stat-bg: color-mix(in srgb, #00c6ff 10%, #fff);
  --amplify-app-title: #00719c;
  --amplify-app-ink: #0a1b3d;
  --amplify-app-ink-soft: #44516e;
  --amplify-app-btn-ink: #0f3449;
  --amplify-app-hero-overlay: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 700' preserveAspectRatio='none'%3E%3Cpath fill='%23E9F3F8' d='M0 0 H750 Q850 0 850 100 L850 600 Q850 700 950 700 H1728 V700 H0 Z'/%3E%3C/svg%3E");
  --amplify-app-hero-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20105%20154%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M64.5%208V146c0%204.418-3.582%208-8%208s-8-3.582-8-8V8c0-4.418%203.582-8%208-8s8%203.582%208%208Z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M104.5%2019c0%204.418-3.582%208-8%208H15.8154c-4.4182%200-8-3.582-8-8s3.5818-8%208-8H96.5c4.418%200%208%203.582%208%208Z%22%2F%3E%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2222%22%20cy%3D%2243%22%20r%3D%229%22%2F%3E%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2290%22%20cy%3D%2243%22%20r%3D%229%22%2F%3E%3C%2Fsvg%3E");
}

/* Substations — light theme, brand green accent */
body.amplify-material3-page.page-id-7294 {
  --amplify-app-accent: #19d874;
  --amplify-app-accent-dark: #0b3d22;
  --amplify-app-surface: #fbfefc;
  --amplify-app-bg: #ecf5ee;
  --amplify-app-card: #fbfefc;
  --amplify-app-module: #fbfefc;
  --amplify-app-stat-bg: color-mix(in srgb, #19d874 10%, #fff);
  --amplify-app-title: #0e7c42;
  --amplify-app-ink: #0a1b3d;
  --amplify-app-ink-soft: #44516e;
  --amplify-app-btn-ink: #06301a;
  --amplify-app-hero-overlay: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 700' preserveAspectRatio='none'%3E%3Cpath fill='%23ECF5EE' d='M0 0 H750 Q850 0 850 100 L850 600 Q850 700 950 700 H1728 V700 H0 Z'/%3E%3C/svg%3E");
  --amplify-app-hero-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20120%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M42%206V18M78%206V18M42%20102V114M78%20102V114M18%2042H6M18%2078H6M114%2042H102M114%2078H102M30%20102H90C93.1826%20102%2096.2348%20100.736%2098.4853%2098.4853C100.736%2096.2348%20102%2093.1826%20102%2090V30C102%2026.8174%20100.736%2023.7652%2098.4853%2021.5147C96.2348%2019.2643%2093.1826%2018%2090%2018H30C26.8174%2018%2023.7652%2019.2643%2021.5147%2021.5147C19.2643%2023.7652%2018%2026.8174%2018%2030V90C18%2093.1826%2019.2643%2096.2348%2021.5147%2098.4853C23.7652%20100.736%2026.8174%20102%2030%20102ZM42%2042H78V78H42V42Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%2212%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");

}

.amplify-material3-page .amplify-m3-elementor-shell {
  background: var(--amplify-app-bg, #18130a);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page {
  padding-inline: 0;
  background: transparent;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page > .elementor-container {
  width: min(1180px, calc(100% - 2rem));
  max-width: min(1180px, calc(100% - 2rem));
  gap: clamp(1rem, 1.8vw, 1.4rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero {
  --amplify-app-hero-height: clamp(36rem, 40.5vw, 43.75rem);
  position: relative;
  overflow: hidden;
  background: var(--amplify-app-bg, #18130a);
  min-height: var(--amplify-app-hero-height);
  padding-top: clamp(8.4rem, 7vw, 10rem);
  padding-bottom: clamp(2rem, 3.4vw, 3rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero::before {
  display: none;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: var(--amplify-app-hero-height);
  z-index: 2;
  pointer-events: none;
  background-image: var(--amplify-app-hero-overlay);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container {
  position: static;
  align-items: flex-start;
  gap: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card {
  width: min(100%, 440px) !important;
  max-width: 440px;
  flex: 0 0 auto !important;
  z-index: 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card > .elementor-widget-wrap {
  background: var(--amplify-app-card, color-mix(in srgb, var(--amplify-app-surface, #363026) 92%, #000));
  border-radius: 2.2rem;
  padding: clamp(1.8rem, 2.4vw, 2.6rem);
  min-height: clamp(25rem, 39vw, 35rem);
  gap: 1.2rem;
  justify-content: space-between;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card h1,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card .elementor-heading-title {
  margin: 0;
  color: var(--amplify-app-title, var(--amplify-app-accent, #ffb600));
  font-size: clamp(1.21rem, 2.48vw, 1.93rem);
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.2vw, 1.1rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card h1::before,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card .elementor-heading-title::before {
  content: "";
  width: clamp(3.3rem, 4.3vw, 4.1rem);
  height: clamp(3.3rem, 4.3vw, 4.1rem);
  border-radius: 999px;
  background-color: var(--amplify-app-accent, #ffb600);
  background-image: var(--amplify-app-hero-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54% 54%;
  flex: 0 0 auto;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card p {
  margin: 0;
  color: var(--amplify-app-ink, #fff);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.35;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media > .elementor-widget-wrap {
  padding: 0;
  height: 100%;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  max-width: none;
  min-width: 100%;
  height: var(--amplify-app-hero-height);
  flex: 0 0 auto !important;
  z-index: 1;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media .elementor-widget-image,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media .elementor-widget-container {
  height: 100%;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media img {
  width: 100% !important;
  max-width: none !important;
  height: var(--amplify-app-hero-height) !important;
  object-fit: cover;
  object-position: right top;
  border-radius: 0;
  display: block;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module > .elementor-container {
  background: var(--amplify-app-module, color-mix(in srgb, var(--amplify-app-surface, #363026) 90%, #000));
  border-radius: 2rem;
  padding: clamp(1.2rem, 2.2vw, 2.2rem);
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module-copy > .elementor-widget-wrap {
  gap: 0.85rem;
  justify-content: center;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module-copy h2 {
  margin: 0;
  color: var(--amplify-app-ink, #fff);
  font-size: clamp(2rem, 3.7vw, 3rem);
  line-height: 1.02;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module-copy p {
  margin: 0;
  color: var(--amplify-app-ink-soft, #f1f2f5);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.34;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-module-copy--benefits > .elementor-widget-wrap {
  gap: 0.9rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  height: 100%;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card {
  margin: 0;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1), transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:nth-child(1) {
  transition-delay: 40ms;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:nth-child(2) {
  transition-delay: 120ms;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:nth-child(3) {
  transition-delay: 200ms;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:nth-child(4) {
  transition-delay: 280ms;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--primary {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--secondary {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--tertiary {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card > .elementor-widget-container {
  background: var(--amplify-app-stat-bg, color-mix(in srgb, var(--amplify-app-bg, #18130a) 78%, #000));
  border-radius: 1.45rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  min-height: clamp(9.8rem, 13vw, 13rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:hover > .elementor-widget-container,
.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:focus-within > .elementor-widget-container {
  border-color: color-mix(in srgb, var(--amplify-app-accent, #ffb600) 48%, #ffffff 52%);
  box-shadow: 0 12px 28px -24px color-mix(in srgb, var(--amplify-app-accent, #ffb600) 52%, #000 48%);
}

@media (prefers-reduced-motion: reduce) {
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:hover > .elementor-widget-container,
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card:focus-within > .elementor-widget-container {
    box-shadow: none;
  }
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--primary > .elementor-widget-container {
  min-height: clamp(20.6rem, 28.2vw, 26rem);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-stat-value {
  margin: 0;
  color: var(--amplify-app-title, var(--amplify-app-accent, #ffb600));
  font-family: "Buzz Sans", "Space Grotesk", sans-serif;
  font-weight: 760;
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-stat-label {
  margin: 0;
  color: var(--amplify-app-ink-soft, #f2f4f8);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.93rem, 1.14vw, 1.02rem);
  line-height: 1.26;
}

/* App pages (solar / distribution / transmission / substations):
   horizontal stats row + split copy row. Was a Solar-only preview. */
@media (min-width: 1025px) {
  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits > .elementor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: clamp(0.75rem, 1.35vw, 1.2rem);
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-bento-grid,
  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-module-copy--benefits {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  /* copy row always renders above the stat tiles, regardless of DOM order */
  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-module-copy--benefits {
    order: -1;
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-bento-grid > .elementor-widget-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 0.9rem;
    height: auto;
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-bento-grid .amplify-e-app-stat-card--primary,
  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-bento-grid .amplify-e-app-stat-card--secondary,
  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-bento-grid .amplify-e-app-stat-card--tertiary {
    grid-column: auto;
    grid-row: auto;
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-bento-grid .amplify-e-app-stat-card > .elementor-widget-container {
    /* matches the 12rem card height Solar renders at via its page CSS */
    min-height: 12rem;
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-module-copy--benefits > .elementor-widget-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
    column-gap: clamp(1rem, 2vw, 2rem);
    row-gap: 0;
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-module-copy--benefits h2 {
    align-self: end;
  }

  body.amplify-material3-page:is(.page-id-6874, .page-id-7246, .page-id-7293, .page-id-7294) .amplify-m3-elementor-shell .amplify-e-app-benefits .amplify-e-app-module-copy--benefits p {
    text-align: right;
    align-self: end;
    max-width: none;
  }
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 1.14rem;
  border: 1px solid color-mix(in srgb, var(--amplify-app-accent, #ffb600) 65%, #fff 35%);
  border-radius: 999px;
  color: var(--amplify-app-btn-ink, color-mix(in srgb, var(--amplify-app-bg, #18130a) 88%, #fff 12%));
  background: color-mix(in srgb, var(--amplify-app-accent, #ffb600) 86%, #fff 14%);
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.15;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page .elementor-button::after {
  content: "\2192";
  font-size: 1.03em;
  line-height: 1;
  transform: translateY(-0.02em);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page .elementor-button:hover {
  color: var(--amplify-app-btn-ink, color-mix(in srgb, var(--amplify-app-bg, #18130a) 92%, #fff 8%));
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -16px color-mix(in srgb, var(--amplify-app-accent, #ffb600) 55%, #000 45%);
  filter: saturate(1.04);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module-media > .elementor-widget-wrap {
  padding: 0;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module-media img {
  width: 100%;
  min-height: clamp(12rem, 24vw, 20rem);
  object-fit: cover;
  border-radius: 1.4rem;
  background: var(--amplify-app-bg, #18130a);
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack .elementor-widget-image:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack .elementor-widget-image:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack .elementor-widget-image:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack img {
  width: 100%;
  height: 100%;
  min-height: clamp(8rem, 14vw, 14rem);
  object-fit: cover;
  border-radius: 1.3rem;
  background: var(--amplify-app-bg, #18130a);
}

@media (max-width: 1024px) {
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero {
    min-height: 0;
    padding-top: 7.6rem;
    padding-bottom: 1rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero::after {
    display: none;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card {
    width: 100% !important;
    max-width: none;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media {
    position: relative;
    inset: auto;
    width: auto !important;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-media img {
    height: auto;
    min-height: clamp(20rem, 43vw, 36rem);
    border-radius: 1.6rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module > .elementor-container {
    gap: 1rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid > .elementor-widget-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--primary,
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--secondary,
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--tertiary {
    grid-column: auto;
    grid-row: auto;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-bento-grid .amplify-e-app-stat-card--primary > .elementor-widget-container {
    min-height: clamp(11rem, 20vw, 14rem);
  }
}

@media (max-width: 767px) {
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero {
    padding-top: 6.6rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-hero-card > .elementor-widget-wrap {
    min-height: 0;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-module > .elementor-container {
    border-radius: 1.5rem;
    padding: 1rem;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack > .elementor-widget-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack .elementor-widget-image:nth-child(1),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack .elementor-widget-image:nth-child(2),
  .amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-media-stack .elementor-widget-image:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
/* ===== PowerAI (page-id-7527) additions ===== */
body.amplify-material3-page.page-id-7527 {
  --amplify-app-accent: #ffc247;
  --amplify-app-accent-dark: #10244e;
  --amplify-app-surface: #1a2f66;
  --amplify-app-bg: #0a1b3d;
  --amplify-app-hero-overlay: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 700' preserveAspectRatio='none'%3E%3Cpath fill='%230A1B3D' d='M0 0 H860 Q760 0 760 100 L760 600 Q760 700 660 700 H1728 V700 H0 Z'/%3E%3C/svg%3E");
  --amplify-app-hero-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310244E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E");
}

/* PowerAI hero: mirror the Solar-style full-bleed mask without depending on pa-* widget classes. */
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero {
  --amplify-app-hero-height: clamp(38rem, 41.5vw, 44.2rem);
  position: relative;
  overflow: hidden;
  min-height: var(--amplify-app-hero-height);
  padding-top: 0;
  padding-bottom: 0;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero::after {
  display: block;
  transform: scaleX(-1);
  transform-origin: center;
  z-index: 2;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container {
  position: static;
  max-width: min(1200px, calc(100% - 2rem));
  width: min(1200px, calc(100% - 2rem));
  min-height: var(--amplify-app-hero-height);
  align-items: stretch;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: var(--amplify-app-hero-height) !important;
  z-index: 1;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media > .elementor-widget-wrap,
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-widget-image,
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-widget-video,
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-widget-container {
  height: 100%;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media img,
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-video {
  width: 100% !important;
  max-width: none !important;
  height: var(--amplify-app-hero-height) !important;
  object-fit: cover;
  object-position: left top;
  display: block;
  border-radius: 0;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child {
  margin-left: auto;
  width: min(100%, 30rem) !important;
  max-width: 30rem;
  z-index: 3;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  gap: clamp(0.8rem, 1vw, 1rem) 1rem;
  padding: clamp(7.25rem, 8.8vw, 8.35rem) 0 0 clamp(1.75rem, 2.4vw, 2.5rem);
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-heading,
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-text-editor {
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button {
  --container-widget-width: auto;
  --container-widget-flex-grow: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-heading .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-family: "Buzz Sans", sans-serif;
  font-weight: 780;
  font-variation-settings: "wght" 780;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

body.amplify-material3-page.page-id-7527 .elementor-element-5121a18 h1.elementor-heading-title {
  font-size: clamp(3.35rem, 4.7vw, 4.95rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-5121a18 h2.elementor-heading-title {
  font-size: clamp(3rem, 4.2vw, 4.35rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-5121a18 h3.elementor-heading-title {
  font-size: clamp(2.7rem, 3.8vw, 3.95rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-5121a18 p.elementor-heading-title {
  font-size: clamp(2.45rem, 3.4vw, 3.45rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-48708f6 .elementor-heading-title .accent {
  color: var(--amplify-app-accent, #ffc247);
}

body.amplify-material3-page.page-id-7527 .pa-btn-wrap .elementor-button,
body.amplify-material3-page.page-id-7527 .pa-btn-wrap.elementor-widget-button .elementor-button {
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .pa-btn-ghost .elementor-button {
  background: transparent;
  color: #fff;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon {
  --pa-cap-icon-size: 5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--pa-cap-icon-size);
  height: var(--pa-cap-icon-size);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.08);
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon::before {
  content: "";
  width: 62%;
  height: 62%;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--trans {
  background: #5c50ee !important;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--trans::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='53' height='98' viewBox='0 0 53 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.732 0L26.7495 7.8125e-05C27.2761 0.00689796 27.7896 0.0952817 28.2752 0.255156C28.286 0.259109 28.2974 0.262874 28.3088 0.26668C28.3481 0.279604 28.3869 0.293183 28.4255 0.307227C29.1233 0.55965 29.7406 0.954719 30.2501 1.4517C30.2666 1.46789 30.2829 1.48394 30.299 1.5001C30.3147 1.51582 30.3308 1.5321 30.3467 1.5485C30.8091 2.02239 31.1832 2.58942 31.4362 3.22764L31.4462 3.25361C31.5679 3.56369 31.66 3.88693 31.7195 4.21914L33.6621 14.0803L47.798 14.0806C50.6257 14.0806 52.918 16.3729 52.918 19.2006C52.918 22.0283 50.6257 24.3206 47.798 24.3206L35.68 24.3203L38.4551 38.4003L47.798 38.4006C50.6257 38.4006 52.918 40.6929 52.918 43.5206C52.918 46.3483 50.6257 48.6406 47.798 48.6406L40.473 48.6403L45.4245 73.7604C45.6031 74.2483 45.7096 74.771 45.731 75.3155L48.9814 91.8106C49.5282 94.585 47.7224 97.2772 44.9481 97.824C42.1737 98.3708 39.4814 96.565 38.9347 93.7906L36.343 80.6403H17.0125L14.4214 93.7906C13.8747 96.565 11.1824 98.3708 8.40805 97.824C5.63371 97.2772 3.8279 94.585 4.37467 91.8106L7.73975 74.7361C7.76098 74.598 7.78773 74.4618 7.81977 74.3275L12.8826 48.6403L5.12 48.6406C2.2923 48.6406 0 46.3483 0 43.5206C0 40.6929 2.2923 38.4006 5.12 38.4006L14.9005 38.4003L17.6755 24.3203L5.12 24.3206C2.2923 24.3206 0 22.0283 0 19.2006C0 16.3729 2.2923 14.0806 5.12 14.0806L19.6935 14.0803L21.6366 4.21914C21.6961 3.88693 21.7882 3.56369 21.9099 3.25361L21.9199 3.22764C22.1729 2.58942 22.547 2.02238 23.0091 1.54857C23.0253 1.5321 23.0414 1.51581 23.0575 1.49963C23.0732 1.48394 23.0895 1.4679 23.1059 1.45197C23.5497 1.01891 24.0752 0.66339 24.6643 0.412129C24.6733 0.408861 24.6818 0.405237 24.6904 0.401641C24.7718 0.366873 24.855 0.334458 24.9394 0.304121C25.4659 0.113382 26.0284 0.00756612 26.6066 7.8125e-05C26.6122 0.000147245 26.6182 6.976e-05 26.6241 0H26.732ZM30.0365 48.6403H23.319L19.0304 70.4003H34.3251L30.0365 48.6403ZM26.6778 31.599L25.3376 38.4003H28.0179L26.6778 31.599Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='53' height='98' viewBox='0 0 53 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.732 0L26.7495 7.8125e-05C27.2761 0.00689796 27.7896 0.0952817 28.2752 0.255156C28.286 0.259109 28.2974 0.262874 28.3088 0.26668C28.3481 0.279604 28.3869 0.293183 28.4255 0.307227C29.1233 0.55965 29.7406 0.954719 30.2501 1.4517C30.2666 1.46789 30.2829 1.48394 30.299 1.5001C30.3147 1.51582 30.3308 1.5321 30.3467 1.5485C30.8091 2.02239 31.1832 2.58942 31.4362 3.22764L31.4462 3.25361C31.5679 3.56369 31.66 3.88693 31.7195 4.21914L33.6621 14.0803L47.798 14.0806C50.6257 14.0806 52.918 16.3729 52.918 19.2006C52.918 22.0283 50.6257 24.3206 47.798 24.3206L35.68 24.3203L38.4551 38.4003L47.798 38.4006C50.6257 38.4006 52.918 40.6929 52.918 43.5206C52.918 46.3483 50.6257 48.6406 47.798 48.6406L40.473 48.6403L45.4245 73.7604C45.6031 74.2483 45.7096 74.771 45.731 75.3155L48.9814 91.8106C49.5282 94.585 47.7224 97.2772 44.9481 97.824C42.1737 98.3708 39.4814 96.565 38.9347 93.7906L36.343 80.6403H17.0125L14.4214 93.7906C13.8747 96.565 11.1824 98.3708 8.40805 97.824C5.63371 97.2772 3.8279 94.585 4.37467 91.8106L7.73975 74.7361C7.76098 74.598 7.78773 74.4618 7.81977 74.3275L12.8826 48.6403L5.12 48.6406C2.2923 48.6406 0 46.3483 0 43.5206C0 40.6929 2.2923 38.4006 5.12 38.4006L14.9005 38.4003L17.6755 24.3203L5.12 24.3206C2.2923 24.3206 0 22.0283 0 19.2006C0 16.3729 2.2923 14.0806 5.12 14.0806L19.6935 14.0803L21.6366 4.21914C21.6961 3.88693 21.7882 3.56369 21.9099 3.25361L21.9199 3.22764C22.1729 2.58942 22.547 2.02238 23.0091 1.54857C23.0253 1.5321 23.0414 1.51581 23.0575 1.49963C23.0732 1.48394 23.0895 1.4679 23.1059 1.45197C23.5497 1.01891 24.0752 0.66339 24.6643 0.412129C24.6733 0.408861 24.6818 0.405237 24.6904 0.401641C24.7718 0.366873 24.855 0.334458 24.9394 0.304121C25.4659 0.113382 26.0284 0.00756612 26.6066 7.8125e-05C26.6122 0.000147245 26.6182 6.976e-05 26.6241 0H26.732ZM30.0365 48.6403H23.319L19.0304 70.4003H34.3251L30.0365 48.6403ZM26.6778 31.599L25.3376 38.4003H28.0179L26.6778 31.599Z' fill='white'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--dist {
  background: #00c6ff !important;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--dist::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='70' height='98' viewBox='0 0 70 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.813 5.76V92.12C40.813 95.3012 38.2341 97.88 35.053 97.88C31.8718 97.88 29.293 95.3012 29.293 92.12L29.293 5.76C29.293 2.57884 31.8718 0 35.053 0C38.2341 0 40.813 2.57884 40.813 5.76Z' fill='white'/%3E%3Cpath d='M69.6128 13.3196C69.6128 16.5007 67.034 19.0796 63.8528 19.0796H5.76C2.57884 19.0796 0 16.5007 0 13.3196C0 10.1384 2.57884 7.55957 5.76 7.55957H63.8528C67.034 7.55957 69.6128 10.1384 69.6128 13.3196Z' fill='white'/%3E%3Cpath d='M10.2134 37.6387C13.7922 37.6387 16.6934 34.7375 16.6934 31.1587C16.6934 27.5799 13.7922 24.6787 10.2134 24.6787C6.63459 24.6787 3.7334 27.5799 3.7334 31.1587C3.7334 34.7375 6.63459 37.6387 10.2134 37.6387Z' fill='white'/%3E%3Cpath d='M59.1734 37.6387C62.7522 37.6387 65.6534 34.7375 65.6534 31.1587C65.6534 27.5799 62.7522 24.6787 59.1734 24.6787C55.5946 24.6787 52.6934 27.5799 52.6934 31.1587C52.6934 34.7375 55.5946 37.6387 59.1734 37.6387Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='70' height='98' viewBox='0 0 70 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.813 5.76V92.12C40.813 95.3012 38.2341 97.88 35.053 97.88C31.8718 97.88 29.293 95.3012 29.293 92.12L29.293 5.76C29.293 2.57884 31.8718 0 35.053 0C38.2341 0 40.813 2.57884 40.813 5.76Z' fill='white'/%3E%3Cpath d='M69.6128 13.3196C69.6128 16.5007 67.034 19.0796 63.8528 19.0796H5.76C2.57884 19.0796 0 16.5007 0 13.3196C0 10.1384 2.57884 7.55957 5.76 7.55957H63.8528C67.034 7.55957 69.6128 10.1384 69.6128 13.3196Z' fill='white'/%3E%3Cpath d='M10.2134 37.6387C13.7922 37.6387 16.6934 34.7375 16.6934 31.1587C16.6934 27.5799 13.7922 24.6787 10.2134 24.6787C6.63459 24.6787 3.7334 27.5799 3.7334 31.1587C3.7334 34.7375 6.63459 37.6387 10.2134 37.6387Z' fill='white'/%3E%3Cpath d='M59.1734 37.6387C62.7522 37.6387 65.6534 34.7375 65.6534 31.1587C65.6534 27.5799 62.7522 24.6787 59.1734 24.6787C55.5946 24.6787 52.6934 27.5799 52.6934 31.1587C52.6934 34.7375 55.5946 37.6387 59.1734 37.6387Z' fill='white'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--sub {
  background: #19d874 !important;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--sub::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 4V12M52 4V12M28 68V76M52 68V76M12 28H4M12 52H4M76 28H68M76 52H68M20 68H60C62.1217 68 64.1566 67.1571 65.6569 65.6569C67.1571 64.1566 68 62.1217 68 60V20C68 17.8783 67.1571 15.8434 65.6569 14.3431C64.1566 12.8429 62.1217 12 60 12H20C17.8783 12 15.8434 12.8429 14.3431 14.3431C12.8429 15.8434 12 17.8783 12 20V60C12 62.1217 12.8429 64.1566 14.3431 65.6569C15.8434 67.1571 17.8783 68 20 68ZM28 28H52V52H28V28Z' stroke='white' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 4V12M52 4V12M28 68V76M52 68V76M12 28H4M12 52H4M76 28H68M76 52H68M20 68H60C62.1217 68 64.1566 67.1571 65.6569 65.6569C67.1571 64.1566 68 62.1217 68 60V20C68 17.8783 67.1571 15.8434 65.6569 14.3431C64.1566 12.8429 62.1217 12 60 12H20C17.8783 12 15.8434 12.8429 14.3431 14.3431C12.8429 15.8434 12 17.8783 12 20V60C12 62.1217 12.8429 64.1566 14.3431 65.6569C15.8434 67.1571 17.8783 68 20 68ZM28 28H52V52H28V28Z' stroke='white' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--solar {
  background: #ffb600 !important;
}

body.amplify-material3-page.page-id-7527 .pa-cap-icon--solar::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0002 4.2002V8.4002M42.0002 75.6002V79.8002M79.8002 42.0002H75.6002M8.4002 42.0002H4.2002M68.729 68.729L65.7596 65.7596M18.2408 18.2408L15.2714 15.2714M68.729 15.2714L65.7596 18.2408M18.2408 65.7596L15.2714 68.729M58.8002 42.0002C58.8002 46.4558 57.0302 50.729 53.8796 53.8796C50.729 57.0302 46.4558 58.8002 42.0002 58.8002C37.5446 58.8002 33.2714 57.0302 30.1208 53.8796C26.9702 50.729 25.2002 46.4558 25.2002 42.0002C25.2002 37.5446 26.9702 33.2714 30.1208 30.1208C33.2714 26.9702 37.5446 25.2002 42.0002 25.2002C46.4558 25.2002 50.729 26.9702 53.8796 30.1208C57.0302 33.2714 58.8002 37.5446 58.8002 42.0002Z' stroke='white' stroke-width='8.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.0002 4.2002V8.4002M42.0002 75.6002V79.8002M79.8002 42.0002H75.6002M8.4002 42.0002H4.2002M68.729 68.729L65.7596 65.7596M18.2408 18.2408L15.2714 15.2714M68.729 15.2714L65.7596 18.2408M18.2408 65.7596L15.2714 68.729M58.8002 42.0002C58.8002 46.4558 57.0302 50.729 53.8796 53.8796C50.729 57.0302 46.4558 58.8002 42.0002 58.8002C37.5446 58.8002 33.2714 57.0302 30.1208 53.8796C26.9702 50.729 25.2002 46.4558 25.2002 42.0002C25.2002 37.5446 26.9702 33.2714 30.1208 30.1208C33.2714 26.9702 37.5446 25.2002 42.0002 25.2002C46.4558 25.2002 50.729 26.9702 53.8796 30.1208C57.0302 33.2714 58.8002 37.5446 58.8002 42.0002Z' stroke='white' stroke-width='8.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-text-editor p {
  margin: 0;
  color: #a7b9e6;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.42;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button {
  --container-widget-width: auto;
  --container-widget-flex-grow: 0;
  flex: 0 0 auto;
  width: auto !important;
  max-width: max-content;
  margin: 0;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button .elementor-widget-container,
body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button .elementor-button-wrapper {
  width: auto;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button .elementor-button {
  display: inline-flex;
  width: auto !important;
  white-space: nowrap;
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button + .elementor-widget-button .elementor-button {
  background: transparent;
  color: #a7b9e6;
  border-color: color-mix(in srgb, #a7b9e6 65%, #ffffff 35%);
}

body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button + .elementor-widget-button .elementor-button:hover {
  color: #d9e4ff;
  border-color: #d9e4ff;
}

@media (max-width: 1024px) {
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero {
    min-height: 0;
    height: auto;
    padding-top: 6.9rem;
    padding-bottom: 1.2rem;
    overflow: visible;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero::after {
    display: none !important;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container {
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: min(1200px, calc(100% - 1.5rem));
    max-width: min(1200px, calc(100% - 1.5rem));
    gap: 1rem;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media {
    position: relative !important;
    inset: auto !important;
    order: 1;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: clamp(14rem, 44vw, 20rem) !important;
    display: block !important;
    z-index: 1;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media > .elementor-widget-wrap,
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-widget-image,
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-widget-video,
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-widget-container {
    height: auto !important;
    min-height: inherit !important;
    display: block !important;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media img,
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-video {
    width: 100% !important;
    height: clamp(14rem, 50vw, 22rem) !important;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center top;
    border-radius: 1.25rem;
    display: block !important;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child {
    order: 2;
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero {
    padding-top: 6.45rem;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    gap: 0.8rem;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media img,
  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .amplify-e-app-hero-media .elementor-video {
    height: clamp(13rem, 56vw, 18.5rem) !important;
    border-radius: 1rem;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button {
    width: 100% !important;
    max-width: none;
  }

  body.amplify-material3-page.page-id-7527 .amplify-m3-elementor-shell .amplify-e-app-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap > .elementor-widget-button .elementor-button {
    width: 100% !important;
    justify-content: center;
  }
}

/* PowerAI page modules: keep all styling in Amplify and target the live Elementor structure, not pa-* helpers. */
body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native {
  padding-inline: 0;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native > .elementor-container {
  width: min(1200px, calc(100% - 2rem));
  max-width: min(1200px, calc(100% - 2rem));
}

/* Hero outer wrapper: escape the 1200px container constraint for full-bleed media */
body.amplify-material3-page.page-id-7527 .elementor-element-b35d79f > .elementor-container {
  width: 100%;
  max-width: 100%;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native :is(
  .elementor-element-bcc2dec,
  .elementor-element-114b99b,
  .elementor-element-0ebbf06,
  .elementor-element-8794bbb,
  .elementor-element-5745ff9,
  .elementor-element-3390e98,
  .elementor-element-008da4b,
  .elementor-element-0f3f37d
) > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.35vw, 1.15rem);
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native :is(
  .elementor-element-6b99056,
  .elementor-element-e53c150,
  .elementor-element-ab2551f,
  .elementor-element-c3244b4,
  .elementor-element-d2cadb6,
  .elementor-element-7bce598,
  .elementor-element-ab1c39a
) p:first-child {
  margin: 0;
  color: #a7b9e6;
  font-family: "Buzz Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 780;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native :is(
  .elementor-element-6b99056,
  .elementor-element-e53c150,
  .elementor-element-ab2551f,
  .elementor-element-c3244b4,
  .elementor-element-d2cadb6,
  .elementor-element-7bce598,
  .elementor-element-ab1c39a
) {
  margin-block-end: 0;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native :is(
  .elementor-element-f4d345f,
  .elementor-element-3d8d4da,
  .elementor-element-c166969,
  .elementor-element-c0cceaa,
  .elementor-element-d37c9dd,
  .elementor-element-4416848
) .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 3.25rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native :is(
  .elementor-element-e489b8f,
  .elementor-element-a599d47,
  .elementor-element-825ca2f,
  .elementor-element-14fb12b,
  .elementor-element-34db1c6,
  .elementor-element-81f05ee,
  .elementor-element-1ec653c,
  .elementor-element-cf376f2
) p {
  margin: 0;
  color: #a7b9e6;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.5;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native .elementor-element-bbc1f46,
body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native .elementor-element-f3c63ab,
body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native .elementor-element-7fdfba9,
body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native .elementor-element-4721bb5 {
  padding-top: clamp(1.1rem, 2vw, 1.6rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-902638b > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  grid-template-areas:
    "copy media";
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.5rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-cb74a5d {
  grid-area: copy;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-cb74a5d > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(0.95rem, 1.4vw, 1.2rem);
  min-height: 100%;
  padding: clamp(1.6rem, 2.3vw, 2.25rem);
  border-radius: 2rem;
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 92%, #000);
  border: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-b3330d0 {
  grid-area: media;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-e67b2bb .elementor-widget-container {
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 92%, #000);
}

body.amplify-material3-page.page-id-7527 .elementor-element-9f5469a .elementor-widget-container {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

body.amplify-material3-page.page-id-7527 .elementor-element-e67b2bb img {
  width: 100%;
  min-height: clamp(19rem, 30vw, 25rem);
  height: clamp(19rem, 30vw, 25rem);
  object-fit: cover;
  display: block;
}

body.amplify-material3-page.page-id-7527 .elementor-element-e67b2bb video {
  width: 100%;
  min-height: clamp(19rem, 30vw, 25rem);
  height: clamp(19rem, 30vw, 25rem);
  object-fit: cover;
  display: block;
}

body.amplify-material3-page.page-id-7527 .elementor-element-9f5469a img,
body.amplify-material3-page.page-id-7527 .elementor-element-9f5469a video {
  width: 100%;
  height: var(--amplify-app-hero-height) !important;
  min-height: var(--amplify-app-hero-height);
  object-fit: cover;
  object-position: left top;
  display: block;
  border-radius: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b {
  margin-top: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: 1 1 0 !important;
  flex-basis: 100% !important;
}

body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b > .elementor-container > .elementor-column > .elementor-widget-wrap {
  min-width: 0;
  min-height: 100%;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-0248c1b,
  .elementor-element-d79cc67,
  .elementor-element-0eb0327,
  .elementor-element-b2849ea,
  .elementor-element-f94dd7e,
  .elementor-element-ab00d88
) > .elementor-widget-container {
  min-height: 100%;
  padding: 1.2rem 1.15rem 1.25rem;
  border-radius: 1.45rem;
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 86%, #070d24 14%);
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-0248c1b,
  .elementor-element-d79cc67,
  .elementor-element-0eb0327,
  .elementor-element-b2849ea,
  .elementor-element-f94dd7e,
  .elementor-element-ab00d88
) p:first-child {
  margin: 0;
  color: var(--amplify-app-accent, #ffc247);
  font-family: "Buzz Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 780;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-0248c1b,
  .elementor-element-d79cc67,
  .elementor-element-0eb0327,
  .elementor-element-b2849ea,
  .elementor-element-f94dd7e,
  .elementor-element-ab00d88
) p:nth-child(2) {
  margin: 0;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.35;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-0248c1b,
  .elementor-element-d79cc67,
  .elementor-element-0eb0327,
  .elementor-element-b2849ea,
  .elementor-element-f94dd7e,
  .elementor-element-ab00d88
) p:nth-child(3) {
  margin: 0;
  color: #a7b9e6;
  font-size: 1rem;
  line-height: 1.45;
}

body.amplify-material3-page.page-id-7527 .elementor-element-da4350a {
  margin-top: auto;
  width: 100%;
}

body.amplify-material3-page.page-id-7527 .elementor-element-da4350a .elementor-button-wrapper,
body.amplify-material3-page.page-id-7527 .elementor-element-da4350a .elementor-button {
  width: 100%;
}

body.amplify-material3-page.page-id-7527 .elementor-element-da4350a .elementor-button {
  justify-content: center;
}

body.amplify-material3-page.page-id-7527 .elementor-element-73ba254 .elementor-widget-container > div,
body.amplify-material3-page.page-id-7527 .elementor-element-65fd100 .elementor-widget-container > div {
  overflow: hidden;
  border-radius: 1.85rem;
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 92%, #000);
}

body.amplify-material3-page.page-id-7527 .elementor-element-73ba254 video,
body.amplify-material3-page.page-id-7527 .elementor-element-65fd100 video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: 1 1 0 !important;
  flex-basis: 100% !important;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c > .elementor-container > .elementor-column > .elementor-widget-wrap {
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 84%, #000);
  border-radius: 1.8rem;
  padding: 1rem;
  gap: 0.75rem;
  min-height: 100%;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget:first-child .elementor-widget-container > div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--amplify-app-accent, #ffc247) 20%, transparent);
  color: var(--amplify-app-accent, #ffc247);
  font-family: "Buzz Sans", sans-serif;
  font-size: 1rem;
  font-weight: 780;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c .elementor-widget-image img {
  width: 100%;
  min-height: 11rem;
  object-fit: cover;
  border-radius: 1.35rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c .elementor-widget-heading .elementor-heading-title {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.05;
}

body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c .elementor-widget-text-editor p {
  margin: 0;
  color: #a7b9e6;
  font-size: 0.96rem;
  line-height: 1.45;
}

body.amplify-material3-page.page-id-7527 .elementor-element-f4f18f6 > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: center;
}

body.amplify-material3-page.page-id-7527 .elementor-element-f4f18f6 > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: 1 1 0 !important;
  flex-basis: 100% !important;
}

body.amplify-material3-page.page-id-7527 .elementor-element-8708038 > .elementor-widget-wrap {
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 88%, #000);
  border-radius: 1.85rem;
  padding: clamp(1.2rem, 2.1vw, 1.8rem);
  gap: 0.6rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-cf376f2 :is(h4, p) {
  margin: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-cf376f2 h4 {
  color: #fff;
  font-family: "Buzz Sans", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  line-height: 1;
}

body.amplify-material3-page.page-id-7527 .elementor-element-cf376f2 img,
body.amplify-material3-page.page-id-7527 .elementor-element-146dbc3 img {
  width: 100%;
  border-radius: 1.85rem;
  min-height: clamp(16rem, 28vw, 23rem);
  object-fit: cover;
}

body.amplify-material3-page.page-id-7527 .elementor-element-0ebbf06 > .elementor-widget-wrap > .elementor-section:not(.elementor-element-f4f18f6) > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-0ebbf06 > .elementor-widget-wrap > .elementor-section:not(.elementor-element-f4f18f6) > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: 1 1 0 !important;
  flex-basis: 100% !important;
}

body.amplify-material3-page.page-id-7527 .elementor-element-0ebbf06 > .elementor-widget-wrap > .elementor-section:not(.elementor-element-f4f18f6) > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container {
  min-height: 100%;
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 84%, #000);
  border-radius: 1.35rem;
  padding: 1rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-0ebbf06 > .elementor-widget-wrap > .elementor-section:not(.elementor-element-f4f18f6) p {
  margin: 0;
  color: #d8e2ff;
  font-size: 0.96rem;
  line-height: 1.45;
}

body.amplify-material3-page.page-id-7527 .elementor-element-35ca652 > .elementor-container,
body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-35ca652,
  .elementor-element-912ae7e,
  .elementor-element-c002e6e
) > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: 1 1 0 !important;
  flex-basis: 100% !important;
}

body.amplify-material3-page.page-id-7527 .elementor-element-35ca652 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  min-height: 100%;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-55226b7,
  .elementor-element-7990f96,
  .elementor-element-c7d68e3,
  .elementor-element-33f6002,
  .elementor-element-425ae5c,
  .elementor-element-b24f88b
) > .elementor-widget-container {
  min-height: 100%;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border-radius: 2rem;
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 84%, #000);
  border: 1px solid color-mix(in srgb, #a7b9e6 18%, transparent);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-55226b7,
  .elementor-element-7990f96,
  .elementor-element-c7d68e3,
  .elementor-element-33f6002,
  .elementor-element-425ae5c,
  .elementor-element-b24f88b
) p:first-child {
  margin: 0;
  color: var(--amplify-app-accent, #ffc247);
  font-family: "Buzz Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 780;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-55226b7,
  .elementor-element-7990f96,
  .elementor-element-c7d68e3,
  .elementor-element-33f6002,
  .elementor-element-425ae5c,
  .elementor-element-b24f88b
) p:nth-child(2) {
  margin: 0;
  color: #fff;
  font-family: "Buzz Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 780;
  line-height: 1.15;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-55226b7,
  .elementor-element-7990f96,
  .elementor-element-c7d68e3,
  .elementor-element-33f6002,
  .elementor-element-425ae5c,
  .elementor-element-b24f88b
) p:nth-child(3) {
  margin: 0;
  color: #a7b9e6;
  font-size: 1rem;
  line-height: 1.5;
}

body.amplify-material3-page.page-id-7527 .elementor-element-5745ff9 > .elementor-widget-wrap,
body.amplify-material3-page.page-id-7527 .elementor-element-6b9c2ca > .elementor-widget-wrap,
body.amplify-material3-page.page-id-7527 .elementor-element-0f3f37d > .elementor-widget-wrap {
  background: color-mix(in srgb, var(--amplify-app-surface, #1a2f66) 88%, #000);
  border-radius: 1.9rem;
  padding: clamp(1.2rem, 2vw, 1.9rem);
}

body.amplify-material3-page.page-id-7527 .elementor-element-5745ff9 .elementor-widget-container > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

body.amplify-material3-page.page-id-7527 .elementor-element-5745ff9 .elementor-widget-container {
  color: #a7b9e6;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-5745ff9 ul,
body.amplify-material3-page.page-id-7527 .elementor-element-6b9c2ca ul,
body.amplify-material3-page.page-id-7527 .elementor-element-008da4b ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #d8e2ff;
  display: grid;
  gap: 0.45rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-c002e6e > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
}

body.amplify-material3-page.page-id-7527 :is(
  .elementor-element-a61b7cb,
  .elementor-element-2036bbd,
  .elementor-element-435b673,
  .elementor-element-6b9c2ca,
  .elementor-element-d2f5393
) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: 1 1 0 !important;
  flex-basis: 100% !important;
}

/* ── Product Tiers: white cards ── */
body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e > .elementor-container > .elementor-column > .elementor-widget-wrap {
  background: #fff;
  border: 1px solid rgba(167, 185, 230, 0.18);
  border-radius: 1.5rem;
  padding: 0;
  gap: 0;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e .elementor-widget-container {
  padding: 0 !important;
}

body.amplify-material3-page.page-id-7527 .pa-tier-head {
  padding: 1.1rem 1.5rem;
  font-family: "Buzz Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 780;
  text-align: center;
  line-height: 1.2;
}

body.amplify-material3-page.page-id-7527 .pa-tier-head--std {
  background: #f5b942;
  color: #1a2f66;
}

body.amplify-material3-page.page-id-7527 .pa-tier-head--ess {
  background: #5b5bd6;
  color: #fff;
}

body.amplify-material3-page.page-id-7527 .pa-tier-head--pro {
  background: #1a2f66;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

body.amplify-material3-page.page-id-7527 .pa-tier-head--pro::after {
  content: "Most Powerful";
  display: inline-flex;
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 0.3rem 0.85rem;
  border-radius: 0.4rem;
  font-family: "Buzz Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.2);
}

body.amplify-material3-page.page-id-7527 .pa-tier-body {
  padding: 1.4rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}

body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e h5 {
  margin: 0;
  font-family: "Buzz Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 780;
  text-align: center;
  line-height: 1.2;
}

body.amplify-material3-page.page-id-7527 .pa-tier-subhead--std { color: #f5b942; }
body.amplify-material3-page.page-id-7527 .pa-tier-subhead--ess { color: #5b5bd6; }
body.amplify-material3-page.page-id-7527 .pa-tier-subhead--pro { color: #1a2f66; }

body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e p {
  margin: 0;
  color: #3d4f6e;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}

body.amplify-material3-page.page-id-7527 .pa-tier-list {
  list-style: none;
  padding: 0.75rem 0 0;
  margin: 0.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid #e8edf5;
}

body.amplify-material3-page.page-id-7527 .pa-tier-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: #2a3d5e;
  margin: 0;
  padding: 0;
}

body.amplify-material3-page.page-id-7527 .pa-tier-list li::before {
  content: "";
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.amplify-material3-page.page-id-7527 .elementor-element-d2f5393 .pa-tier-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke='%23f5b942' stroke-width='1.5'/%3E%3Cpath d='M8.5 12l2.5 2.5 4.5-5' fill='none' stroke='%23f5b942' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-7527 .elementor-element-8651e2a .pa-tier-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke='%235b5bd6' stroke-width='1.5'/%3E%3Cpath d='M8.5 12l2.5 2.5 4.5-5' fill='none' stroke='%235b5bd6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-7527 .elementor-element-0d81325 .pa-tier-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke='%231a2f66' stroke-width='1.5'/%3E%3Cpath d='M8.5 12l2.5 2.5 4.5-5' fill='none' stroke='%231a2f66' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}



body.amplify-material3-page.page-id-7527 .pa-tier-note {
  margin: 0;
  font-size: 0.78rem;
  color: #6b7c99;
  text-align: left;
}

body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native .elementor-element-0f3f37d > .elementor-widget-wrap {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 0.95rem;
}

body.amplify-material3-page.page-id-7527 .elementor-element-4416848,
body.amplify-material3-page.page-id-7527 .elementor-element-34db1c6 {
  width: 100% !important;
  text-align: center;
}

body.amplify-material3-page.page-id-7527 .elementor-element-0f3f37d > .elementor-widget-wrap > .elementor-widget-button {
  width: auto !important;
  max-width: max-content;
  flex-shrink: 0;
  align-self: center;
  margin: 0 !important;
}

body.amplify-material3-page.page-id-7527 .elementor-element-0f3f37d > .elementor-widget-wrap > .elementor-widget-button > .elementor-widget-container {
  padding: 0;
  line-height: 1;
}

body.amplify-material3-page.page-id-7527 .elementor-element-2152e4a .elementor-button {
  background: #f5b942;
  color: #1a2f66;
  border-color: #f5b942;
}

@media (max-width: 1024px) {
  body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native > .elementor-container {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
  }

  body.amplify-material3-page.page-id-7527 .elementor-element-902638b > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-f4f18f6 > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-c002e6e > .elementor-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "stats";
  }

  body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-0ebbf06 > .elementor-widget-wrap > .elementor-section:not(.elementor-element-f4f18f6) > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-35ca652 > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.amplify-material3-page.page-id-7527 .elementor-element-b3330d0,
  body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b {
    grid-area: auto;
  }
}

@media (max-width: 767px) {
  body.amplify-material3-page.page-id-7527 .amplify-powerai-section-native > .elementor-container {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }

  body.amplify-material3-page.page-id-7527 .elementor-element-6505e1c > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-0ebbf06 > .elementor-widget-wrap > .elementor-section:not(.elementor-element-f4f18f6) > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-35ca652 > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-912ae7e > .elementor-container,
  body.amplify-material3-page.page-id-7527 .elementor-element-f171b3b > .elementor-container {
    grid-template-columns: 1fr;
  }

  body.amplify-material3-page.page-id-7527 .elementor-element-0f3f37d > .elementor-widget-wrap > .elementor-widget-button {
    width: 100% !important;
    max-width: none;
  }

  body.amplify-material3-page.page-id-7527 .elementor-element-0f3f37d > .elementor-widget-wrap > .elementor-widget-button .elementor-button {
    width: 100% !important;
    justify-content: center;
  }
}
/* ═══════════════════════════════════════════════════════════════════════════
   SUCCESS STORIES (page-success-stories.php)
   Scoped under .buzz-success. Mirrors the Story Home design language from
   amplify-story.css: light editorial canvas, navy ink, inset rounded "night
   window" sections, Buzz Sans display type, pill buttons, per-asset accents
   passed as --accent / --icon-ink custom properties.
   ═══════════════════════════════════════════════════════════════════════════ */

.buzz-success {
	--bs-canvas: #f0efe9;
	--bs-ink: #0a1b3d;            /* = --amplify-navy */
	--bs-ink-soft: #44516e;       /* = --story-ink-soft */
	--bs-night-ink: #f4f3ee;      /* = --story-night-ink */
	--bs-gold: #ffb600;           /* = --amplify-accent */
	--bs-violet: #5c50ee;
	--bs-violet-dark: #4a3ed9;
	--bs-green: #19d874;
	--bs-cyan: #00c6ff;
	--bs-shell: min(1180px, calc(100% - 2rem));
	--bs-inset: clamp(10px, 1.8vw, 28px);
	--bs-radius: clamp(18px, 2.6vw, 36px);
	--bs-card-radius: 1.4rem;
	--bs-font: "Buzz Sans", "Buzz Sans Variable", sans-serif;

	font-family: "Roboto", sans-serif;
	color: var(--bs-ink);
	background: var(--bs-canvas);
	overflow-x: clip;
}
/* color: inherit beats the child theme's `body h1-h6` / `body p` / `body div`
   espresso rules, so night windows cascade light ink and the canvas cascades
   navy. Without the div rule the cascade breaks at every wrapper div. */
.buzz-success div { color: inherit; }
.buzz-success h2,
.buzz-success h3,
.buzz-success h4,
.buzz-success h5 {
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	margin: 0;
	line-height: 1.08;
	letter-spacing: -0.01em;
	color: inherit;
}
.buzz-success p { margin: 0; color: inherit; }
.buzz-success .container { width: var(--bs-shell); max-width: none; margin: 0 auto; padding: 0; }
.buzz-success .text-accent { color: var(--bs-gold); }
.buzz-success .hidden { display: none; }

.buzz-success .bs-kicker {
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 1rem;
	color: var(--bs-ink);
	margin: 0 0 1.2rem;
}

/* Map hero: clear the theme's floating header */
.buzz-success .buzz-story--hero { padding-top: clamp(5.5rem, 9vw, 7.5rem); }

/* ── Animations (case-study tiles + asset vignette) ─────────────────────── */
@keyframes slideDownBox { from { height: 0 } to { height: 16rem } }
@keyframes revealContent { from { clip-path: inset(0 0 100% 0) } to { clip-path: inset(0 0 0 0) } }
@keyframes flowLeft { from { stroke-dashoffset: 20 } to { stroke-dashoffset: 0 } }
@keyframes flowRight { from { stroke-dashoffset: 20 } to { stroke-dashoffset: 0 } }
@keyframes flowUp { from { stroke-dashoffset: 100 } to { stroke-dashoffset: 0 } }
@keyframes pulse-opacity { 0%, 100% { opacity: .3 } 50% { opacity: 1 } }
@keyframes spin-slow { from { transform: rotate(0) } to { transform: rotate(360deg) } }
@keyframes zap { 0%, 100% { opacity: 0; stroke-width: 1 } 10%, 90% { opacity: 1; stroke-width: 2 } 50% { opacity: .5; stroke-width: 1.5 } }
@keyframes float-y { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-2px) } }
.buzz-success .animate-slideDownBox { animation: slideDownBox .5s ease-out forwards; height: 0; overflow: hidden; }
.buzz-success .animate-revealContent { animation: revealContent .6s ease-out forwards; clip-path: inset(0 0 100% 0); }
.buzz-success .case-study-tile:nth-child(1) .animate-slideDownBox { animation-delay: 0s }
.buzz-success .case-study-tile:nth-child(1) .animate-revealContent { animation-delay: .5s }
.buzz-success .case-study-tile:nth-child(2) .animate-slideDownBox { animation-delay: .1s }
.buzz-success .case-study-tile:nth-child(2) .animate-revealContent { animation-delay: .6s }
.buzz-success .case-study-tile:nth-child(3) .animate-slideDownBox { animation-delay: .2s }
.buzz-success .case-study-tile:nth-child(3) .animate-revealContent { animation-delay: .7s }
.buzz-success .case-study-tile:nth-child(4) .animate-slideDownBox { animation-delay: .3s }
.buzz-success .case-study-tile:nth-child(4) .animate-revealContent { animation-delay: .8s }
.buzz-success .case-study-tile:nth-child(5) .animate-slideDownBox { animation-delay: .4s }
.buzz-success .case-study-tile:nth-child(5) .animate-revealContent { animation-delay: .9s }
.buzz-success .case-study-tile:nth-child(6) .animate-slideDownBox { animation-delay: .5s }
.buzz-success .case-study-tile:nth-child(6) .animate-revealContent { animation-delay: 1s }
.buzz-success .case-study-tile:nth-child(7) .animate-slideDownBox { animation-delay: .6s }
.buzz-success .case-study-tile:nth-child(7) .animate-revealContent { animation-delay: 1.1s }
.buzz-success .case-study-tile:nth-child(8) .animate-slideDownBox { animation-delay: .7s }
.buzz-success .case-study-tile:nth-child(8) .animate-revealContent { animation-delay: 1.2s }
.buzz-success .case-study-tile:nth-child(9) .animate-slideDownBox { animation-delay: .8s }
.buzz-success .case-study-tile:nth-child(9) .animate-revealContent { animation-delay: 1.3s }
.buzz-success .case-study-tile:nth-child(10) .animate-slideDownBox { animation-delay: .9s }
.buzz-success .case-study-tile:nth-child(10) .animate-revealContent { animation-delay: 1.4s }

/* ── Products ────────────────────────────────────────────────────────────── */
.buzz-success .products { padding: clamp(3rem, 6vw, 5rem) 0 1rem; }
.buzz-success .products-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1rem, 2vw, 2rem); }
@media (min-width: 768px) { .buzz-success .products-grid { grid-template-columns: 1fr 1fr } }
.buzz-success .product-card { border-radius: var(--bs-card-radius); padding: clamp(1.8rem, 3vw, 2.6rem); min-height: 320px; }
.buzz-success .product-card h3 { font-size: clamp(1.6rem, 2.4vw, 2rem); margin-bottom: 1rem; }
.buzz-success .product-card p { font-size: 1.15rem; margin-bottom: 1.5rem; line-height: 1.6; }
.buzz-success .product-card--powerai {
	background:
		radial-gradient(circle at 78% -25%, rgba(92, 80, 238, 0.45), transparent 55%),
		var(--bs-ink);
	color: var(--bs-night-ink);
}
.buzz-success .product-card--powerai p { color: #c9d2ec; }
.buzz-success .product-link { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; font-weight: 700; color: var(--bs-ink); transition: gap .3s; }
.buzz-success .product-link:hover { gap: .75rem; }
.buzz-success .product-card--powerai .product-link { color: #fff; }
.buzz-success .product-card--asset {
	background: #fff;
	border: 1px solid rgba(10, 27, 61, 0.08);
	box-shadow: 0 18px 40px rgba(10, 27, 61, 0.08);
	display: flex;
	flex-direction: column;
}
.buzz-success .product-card-label {
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
.buzz-success .asset-content { display: flex; align-items: center; gap: 2rem; flex: 1; transition: all .5s; }
.buzz-success .asset-vector { flex: 1; display: flex; align-items: center; justify-content: center; }
.buzz-success .asset-copy { flex: 1; }
.buzz-success .asset-type { font-size: 1.5rem; margin-bottom: .5rem; }
.buzz-success .asset-byline { color: var(--bs-ink-soft); }

/* ── Company logos ───────────────────────────────────────────────────────── */
.buzz-success .company-logos { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.buzz-success .company-logos h2 {
	font-variation-settings: "wght" 560;
	font-weight: 560;
	font-size: clamp(1.3rem, 2.4vw, 1.9rem);
	line-height: 1.45;
	max-width: 56ch;
	margin: 0 auto 2.5rem;
	text-align: center;
}
.buzz-success .company-logos-img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto;
	mix-blend-mode: multiply;
	opacity: .9;
	border-radius: 1rem;
}

/* ── Section header ──────────────────────────────────────────────────────── */
.buzz-success .section-header { padding: clamp(2.5rem, 5vw, 4rem) 0 0; text-align: center; }
.buzz-success .section-header h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.buzz-success .section-header-sub { color: var(--bs-ink-soft); font-size: clamp(1rem, 1.4vw, 1.2rem); margin-top: .9rem; }

/* ── Case studies ────────────────────────────────────────────────────────── */
.buzz-success .case-studies { padding: clamp(2.2rem, 4vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem); }
.buzz-success .filter-buttons { display: flex; justify-content: center; gap: .7rem; margin-bottom: clamp(2rem, 4vw, 3rem); flex-wrap: wrap; }
.buzz-success .filter-btn {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .5rem 1.2rem;
	border-radius: 999px;
	border: 1.5px solid var(--accent, var(--bs-violet));
	background: color-mix(in srgb, var(--accent, var(--bs-violet)) 13%, #ffffff);
	color: var(--bs-ink);
	cursor: pointer;
	transition: border-color .25s, background .25s, color .25s;
	font-size: .92rem;
	font-family: var(--bs-font);
	font-variation-settings: "wght" 700;
	font-weight: 700;
}
.buzz-success .filter-btn:not(.active) { border-color: rgba(10, 27, 61, 0.25); background: transparent; color: var(--bs-ink-soft); }
.buzz-success .filter-btn:not(.active):hover { border-color: rgba(10, 27, 61, 0.55); color: var(--bs-ink); }
.buzz-success .filter-icon { width: 1.5rem; height: 1.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--accent, var(--bs-violet)); transition: all .25s; }
.buzz-success .filter-icon svg { width: 1rem; height: 1rem; color: var(--icon-ink, #fff); }
.buzz-success .filter-btn:not(.active) .filter-icon { background: transparent; border: 1.5px solid rgba(10, 27, 61, 0.25); }
.buzz-success .filter-btn:not(.active) .filter-icon svg { opacity: 0; }
.buzz-success .case-studies-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .buzz-success .case-studies-grid { grid-template-columns: repeat(2, 1fr) } }
@media (min-width: 1024px) { .buzz-success .case-studies-grid { grid-template-columns: repeat(3, 1fr) } }
/* Tiles keep the original brand treatment: sharp corners, 6px accent
   borders, square labels. Only the label ink is per-accent (contrast). */
.buzz-success .case-study-tile { position: relative; overflow: visible; cursor: pointer; }
.buzz-success .case-study-label {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(calc(-100% + 27px));
	font-size: .75rem;
	padding: .25rem .5rem;
	font-weight: 600;
	letter-spacing: .05em;
	white-space: nowrap;
	z-index: 10;
	font-family: var(--bs-font);
}
.buzz-success .case-study-box { border: 6px solid; position: relative; box-sizing: border-box; transition: box-shadow .3s; }
.buzz-success .case-study-tile:hover .case-study-box { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25); }
.buzz-success .case-study-image-wrapper { position: relative; height: 16rem; overflow: hidden; }
.buzz-success .case-study-image { width: 100%; height: 100%; object-fit: cover; }
.buzz-success .case-study-overlay { position: absolute; inset: 0; background: #000; opacity: .4; }
.buzz-success .case-study-logo-wrapper { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.buzz-success .case-study-logo { max-width: 100%; max-height: 100%; object-fit: contain; }
.buzz-success .case-study-title { font-size: 1.5rem; font-variation-settings: "wght" 700; font-weight: 700; color: #fff; text-align: center; }

/* ── Expanded case study ─────────────────────────────────────────────────── */
.buzz-success .expanded-view { padding: clamp(2.2rem, 4vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem); }
.buzz-success .expanded-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
.buzz-success .expanded-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.buzz-success .back-btn { display: flex; align-items: center; gap: .5rem; color: var(--bs-violet); background: none; border: none; cursor: pointer; font-weight: 700; font-size: 1rem; transition: color .3s; }
.buzz-success .back-btn:hover { color: var(--bs-violet-dark); }
.buzz-success .expanded-content { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 768px) { .buzz-success .expanded-content { grid-template-columns: 1fr 1fr } }
.buzz-success .section-title { font-size: 1.4rem; margin-bottom: 1rem; }
.buzz-success .section-text { font-size: 1.1rem; color: var(--bs-ink-soft); line-height: 1.7; }
.buzz-success .solution-item { border-left: 4px solid; padding-left: 1rem; margin-bottom: 1rem; }
.buzz-success .solution-title { font-weight: 700; font-size: 1.1rem; margin-bottom: .5rem; }
.buzz-success .solution-description { color: var(--bs-ink-soft); }
.buzz-success .quote-section { background: #fff; border: 1px solid rgba(10, 27, 61, 0.08); padding: 1.5rem; border-radius: 1.1rem; margin-bottom: 2rem; }
.buzz-success .quote-text { font-style: italic; margin-bottom: 1rem; font-size: 1.1rem; line-height: 1.7; }
.buzz-success .quote-author { font-size: .875rem; font-weight: 700; color: var(--bs-ink-soft); }
.buzz-success .download-btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: var(--bs-gold);
	color: var(--bs-ink);
	padding: .9rem 1.8rem;
	border-radius: 999px;
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .85rem;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform .2s, background .2s;
}
.buzz-success .download-btn:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--bs-gold) 88%, #000); }
.buzz-success .expanded-image { width: 100%; height: 100%; max-height: 600px; object-fit: cover; border-radius: 1.1rem; box-shadow: 0 18px 40px rgba(10, 27, 61, 0.12); }

/* ── PowerAI features · inset night window ───────────────────────────────── */
.buzz-success .powerai-features {
	position: relative;
	margin: 0 var(--bs-inset);
	border-radius: var(--bs-radius);
	overflow: hidden;
	background:
		radial-gradient(circle at 80% -20%, rgba(92, 80, 238, 0.32), transparent 40%),
		var(--bs-ink);
	color: var(--bs-night-ink);
	padding: clamp(3rem, 6vw, 5rem) 0;
}
.buzz-success .powerai-features-bg { position: absolute; inset: 0; opacity: .16; }
.buzz-success .powerai-features-bg img { width: 100%; height: 100%; object-fit: cover; }
.buzz-success .powerai-features-content { position: relative; z-index: 10; }
.buzz-success .powerai-features h3 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); text-align: center; margin-bottom: .8rem; }
.buzz-success .powerai-features h4 { font-variation-settings: "wght" 560; font-weight: 560; font-size: clamp(1.15rem, 2vw, 1.5rem); text-align: center; margin-bottom: 3rem; color: #c9d2ec; }
.buzz-success .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .buzz-success .features-grid { grid-template-columns: repeat(4, 1fr) } }
.buzz-success .feature-item { text-align: center; }
.buzz-success .feature-icon { background: var(--accent, var(--bs-violet)); width: 4rem; height: 4rem; border-radius: 50%; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; }
.buzz-success .feature-icon svg { width: 2rem; height: 2rem; color: var(--icon-ink, #fff); }
.buzz-success .feature-item h5 { font-size: 1.15rem; margin-bottom: .5rem; }
.buzz-success .powerai-cta-row { text-align: center; }
.buzz-success .powerai-btn {
	display: inline-block;
	background: var(--bs-gold);
	color: var(--bs-ink);
	padding: .85rem 1.9rem;
	border-radius: 999px;
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .82rem;
	text-decoration: none;
	transition: transform .2s, background .2s;
}
.buzz-success .powerai-btn:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--bs-gold) 88%, #000); }

/* ── CTA · story-close style ─────────────────────────────────────────────── */
.buzz-success .cta-section { padding: clamp(4rem, 9vh, 6.5rem) 0 clamp(3rem, 6vh, 4.5rem); text-align: center; }
.buzz-success .cta-content { width: var(--bs-shell); margin: 0 auto; }
.buzz-success .cta-content h3 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); max-width: 26ch; margin: 0 auto 2.6rem; }
.buzz-success .cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.buzz-success .cta-btn {
	display: inline-block;
	border-radius: 999px;
	padding: .85rem 1.9rem;
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .82rem;
	text-decoration: none;
	transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.buzz-success .cta-btn:hover { transform: translateY(-2px); }
.buzz-success .cta-btn-primary { background: var(--bs-ink); color: var(--bs-canvas); }
.buzz-success .cta-btn-primary:hover { background: #061229; color: #fff; }
.buzz-success .cta-btn-secondary { border: 1.5px solid rgba(10, 27, 61, 0.35); color: var(--bs-ink); background: transparent; }
.buzz-success .cta-btn-secondary:hover { border-color: var(--bs-ink); }

/* ── Newsletter · inset night window ─────────────────────────────────────── */
.buzz-success .newsletter {
	position: relative;
	margin: 0 var(--bs-inset) var(--bs-inset);
	border-radius: var(--bs-radius);
	overflow: hidden;
	background: var(--bs-ink);
	padding: clamp(2.8rem, 5vw, 4rem) 0;
}
.buzz-success .newsletter-bg { position: absolute; inset: 0; opacity: .22; }
.buzz-success .newsletter-bg img { width: 100%; height: 100%; object-fit: cover; }
.buzz-success .newsletter-content { position: relative; z-index: 10; }
.buzz-success .newsletter-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .buzz-success .newsletter-grid { grid-template-columns: 1.4fr 1fr } }
.buzz-success .newsletter-text h3 {
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-size: 1rem;
	margin-bottom: 1.2rem;
	color: var(--bs-gold);
}
.buzz-success .newsletter-text p { color: var(--bs-night-ink); font-family: var(--bs-font); font-variation-settings: "wght" 560; font-weight: 560; font-size: clamp(1.3rem, 2.4vw, 1.9rem); line-height: 1.35; }
.buzz-success .newsletter-form { display: flex; justify-content: flex-start; }
@media (min-width: 768px) { .buzz-success .newsletter-form { justify-content: flex-end } }
.buzz-success .form-submit {
	background: var(--bs-gold);
	color: var(--bs-ink);
	font-family: var(--bs-font);
	font-variation-settings: "wght" 900;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .82rem;
	padding: .95rem 2.4rem;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	transition: transform .2s, background .2s;
	width: fit-content;
}
.buzz-success .form-submit:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--bs-gold) 88%, #000); }

/* ═══════════════════════════════════════════════════════════════════════════
   LIGHT APP PAGES (solar 6874, distribution 7246, transmission 7293,
   substations 7294): the Elementor per-page CSS still carries text colors
   authored for the old dark theme. Re-ink those, then re-assert the
   component accent colors. PowerAI (7527) keeps its dark palette.
   ═══════════════════════════════════════════════════════════════════════════ */

body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .elementor-heading-title,
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell li,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .elementor-heading-title,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell li,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .elementor-heading-title,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell li,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .elementor-heading-title,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell li {
  color: var(--amplify-app-ink, #0a1b3d);
}

/* hero-card titles keep the per-page deep accent */
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .amplify-e-app-hero-card .elementor-heading-title,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .amplify-e-app-hero-card .elementor-heading-title,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .amplify-e-app-hero-card .elementor-heading-title,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .amplify-e-app-hero-card .elementor-heading-title {
  color: var(--amplify-app-title, var(--amplify-app-accent));
}

/* buttons: Elementor widget CSS wins specificity, so force the per-page ink */
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .elementor-button,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .elementor-button,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .elementor-button,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .elementor-button {
  color: var(--amplify-app-btn-ink, var(--amplify-app-accent-dark)) !important;
}

/* text-editor widgets (and their inline spans/strongs) carry dark-theme whites too */
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .elementor-widget-text-editor,
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .elementor-widget-text-editor p,
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .elementor-widget-text-editor span,
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell .elementor-widget-text-editor strong,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .elementor-widget-text-editor,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .elementor-widget-text-editor p,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .elementor-widget-text-editor span,
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell .elementor-widget-text-editor strong,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .elementor-widget-text-editor,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .elementor-widget-text-editor p,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .elementor-widget-text-editor span,
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell .elementor-widget-text-editor strong,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .elementor-widget-text-editor,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .elementor-widget-text-editor p,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .elementor-widget-text-editor span,
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell .elementor-widget-text-editor strong {
  color: var(--amplify-app-ink, #0a1b3d);
}

/* content authored with inline white (span style="color: white") — inline
   styles need !important; ideally remove these in the Elementor editor */
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell [style*="color: white"],
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell [style*="color:#fff"],
body.amplify-material3-page.page-id-6874 .amplify-m3-elementor-shell [style*="color: #fff"],
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell [style*="color: white"],
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell [style*="color:#fff"],
body.amplify-material3-page.page-id-7246 .amplify-m3-elementor-shell [style*="color: #fff"],
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell [style*="color: white"],
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell [style*="color:#fff"],
body.amplify-material3-page.page-id-7293 .amplify-m3-elementor-shell [style*="color: #fff"],
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell [style*="color: white"],
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell [style*="color:#fff"],
body.amplify-material3-page.page-id-7294 .amplify-m3-elementor-shell [style*="color: #fff"] {
  color: var(--amplify-app-ink, #0a1b3d) !important;
}