.satg-financial-calculator-embed {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1240px;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 26px;
  background: transparent;
}

.satg-financial-calculator-embed.is-loading::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .7) 48%, transparent 66%) -200% 0 / 220% 100%,
    #eef3f5;
  content: "";
  animation: satg-suite-loading 1.4s linear infinite;
}

.satg-financial-suite-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  transition: height .2s ease;
}

.satg-financial-suite-notice {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 18px;
  border: 1px solid #dbe5e8;
  border-radius: 14px;
  background: #fff;
  color: #102a36;
}

.satg-pwa-download-card {
  box-sizing: border-box;
  display: grid;
  width: min(920px, 100%);
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  margin: 24px auto;
  padding: clamp(24px, 5vw, 42px);
  overflow: hidden;
  border: 1px solid #d7e5e8;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(35, 160, 154, .16), transparent 300px),
    #ffffff;
  color: #102a36;
  box-shadow: 0 22px 58px rgba(10, 53, 69, .12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.satg-pwa-download-card *,
.satg-pwa-download-card *::before,
.satg-pwa-download-card *::after {
  box-sizing: border-box;
}

.satg-pwa-download-icon {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 23px;
  box-shadow: 0 14px 30px rgba(8, 47, 61, .2);
}

.satg-pwa-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #0d7b83;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.satg-pwa-download-card h2 {
  margin: 0;
  color: #082f3d;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.satg-pwa-download-card p {
  max-width: 680px;
  margin: 13px 0 0;
  color: #5e747e;
  font-size: 1rem;
  line-height: 1.65;
}

.satg-pwa-download-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 22px;
  padding: 0;
  color: #324c57;
  list-style: none;
}

.satg-pwa-download-card li {
  position: relative;
  padding-left: 24px;
}

.satg-pwa-download-card li::before {
  position: absolute;
  top: .15em;
  left: 0;
  color: #14775b;
  content: "✓";
  font-weight: 900;
}

.satg-pwa-open-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 12px;
  background: #0d7b83;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(13, 123, 131, .24);
  font-size: .93rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.satg-pwa-open-button:hover,
.satg-pwa-open-button:focus {
  background: #095f67;
  box-shadow: 0 13px 28px rgba(13, 123, 131, .28);
  color: #fff !important;
  transform: translateY(-1px);
}

.satg-pwa-download-card small {
  display: block;
  margin-top: 12px;
  color: #71868f;
  font-size: .76rem;
  line-height: 1.5;
}

@keyframes satg-suite-loading {
  to {
    background-position: 200% 0;
  }
}

@media (max-width: 620px) {
  .satg-financial-calculator-embed,
  .satg-financial-suite-frame {
    border-radius: 0;
  }

  .satg-pwa-download-card {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 16px auto;
    padding: 24px 20px;
    border-radius: 20px;
    text-align: left;
  }

  .satg-pwa-download-icon {
    width: 76px;
    height: 76px;
    border-radius: 19px;
  }

  .satg-pwa-open-button {
    display: flex;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .satg-financial-calculator-embed.is-loading::before {
    animation: none;
  }

  .satg-financial-suite-frame {
    transition: none;
  }
}
