@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;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-weight: 700;
}

.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-weight: 700;
}

.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). */
body.amplify-material3-page.page-id-6874 {
  --amplify-app-accent: #ffb600;
  --amplify-app-accent-dark: #3e2e00;
  --amplify-app-surface: #363026;
  --amplify-app-bg: #18130a;
  --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='%2318130A' 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='%233E2E00' 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");
}

body.amplify-material3-page.page-id-2695 {
  --amplify-app-accent: #ce93d8;
  --amplify-app-accent-dark: #2e1835;
  --amplify-app-surface: #362a3a;
  --amplify-app-bg: #170f1b;
  --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='%23170F1B' 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='%232E1835'%3E%3Cpath d='M13 2L4 14h6l-1 8 11-14h-7z'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-3230 {
  --amplify-app-accent: #4fc3f7;
  --amplify-app-accent-dark: #0f3449;
  --amplify-app-surface: #253640;
  --amplify-app-bg: #0d1820;
  --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='%230D1820' 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='%230F3449' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V8'/%3E%3Cpath d='M20 20V8'/%3E%3Cpath d='M4 8h16'/%3E%3Cpath d='M8 20v-5'/%3E%3Cpath d='M16 20v-5'/%3E%3Cpath d='M8 12h8'/%3E%3C/svg%3E");
}

body.amplify-material3-page.page-id-3232 {
  --amplify-app-accent: #81c784;
  --amplify-app-accent-dark: #183521;
  --amplify-app-surface: #2e3a32;
  --amplify-app-bg: #101b14;
  --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='%23101B14' 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='%23183521' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 5-3.5 8-7 9-3.5-1-7-4-7-9V6l7-3z'/%3E%3Cpath d='M13 8l-3 5h3l-2 4 5-6h-3l2-3z'/%3E%3C/svg%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, 11vw, 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: 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-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: #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: 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: #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: #f1f2f5;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.34;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page .elementor-button {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.94rem;
  font-weight: 500;
}

.amplify-material3-page .amplify-m3-elementor-shell .amplify-e-app-page .elementor-button:hover {
  color: var(--amplify-app-accent, #ffb600);
}

.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;
  }
}

@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;
  }
}
