.sky-newsletter-banner,
.sky-newsletter-banner * {
  box-sizing: border-box;
}

.sky-newsletter-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  padding: 52px 44px 58px;
  background: linear-gradient(100deg, #7f3328 0%, #55383c 45%, #173f53 100%);
}

.sky-newsletter-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
  width: 100%;
  min-height: inherit;
}

.sky-newsletter-content,
.sky-newsletter-form-column {
  min-width: 0;
}

.sky-newsletter-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 23px;
  color: #ffd66d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.sky-newsletter-eyebrow-line {
  display: inline-block;
  flex: 0 0 auto;
  width: 34px;
  height: 2px;
  background: #d99a22;
}

.sky-newsletter-heading {
  margin: 0 0 18px;
  max-width: 600px;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.sky-newsletter-description {
  max-width: 620px;
  margin: 0;
  color: #f1e7e3;
  font-size: 17px;
  line-height: 1.6;
}

.sky-newsletter-form-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sky-newsletter-form-wrap {
  width: 100%;
  max-width: 620px;
}

.sky-newsletter-form-shell {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 68px;
  padding: 8px 9px 8px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.sky-newsletter-form-shell:focus-within {
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.10);
}

.sky-newsletter-email {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 12px 0 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #fff;
  font: inherit;
  font-size: 16px;
  line-height: 1.2;
}

.sky-newsletter-email::placeholder {
  color: #dfd9d7;
  opacity: 1;
}

.sky-newsletter-button {
  position: relative;
  flex: 0 0 auto;
  min-width: 126px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 15px 26px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  cursor: pointer;
  background: #fff;
  color: #071629;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .22s ease, background-color .22s ease, color .22s ease, opacity .22s ease;
}

.sky-newsletter-button:hover,
.sky-newsletter-button:focus-visible {
  transform: translateY(-1px);
  background: #0b1c34;
  color: #fff;
}

.sky-newsletter-button:disabled {
  cursor: wait;
  opacity: .78;
}

.sky-newsletter-spinner {
  display: none;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: skyNewsletterSpin .7s linear infinite;
}

.sky-newsletter-form.is-loading .sky-newsletter-spinner {
  display: inline-block;
}

.sky-newsletter-status {
  min-height: 22px;
  margin-top: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.sky-newsletter-status:empty {
  min-height: 0;
  margin-top: 0;
}

.sky-newsletter-status.is-success {
  color: #dfffe7;
}

.sky-newsletter-status.is-error {
  color: #ffd2d2;
}

.sky-newsletter-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sky-newsletter-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes skyNewsletterSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
  .sky-newsletter-banner {
    padding: 42px 32px;
  }

  .sky-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sky-newsletter-form-column {
    justify-content: flex-start;
  }

  .sky-newsletter-form-wrap {
    max-width: 680px;
  }

  .sky-newsletter-heading {
    font-size: clamp(43px, 7vw, 62px);
  }
}

@media (max-width: 767px) {
  .sky-newsletter-banner {
    min-height: auto;
    padding: 34px 22px;
    border-radius: 20px;
  }

  .sky-newsletter-inner {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .sky-newsletter-eyebrow {
    font-size: 11px;
    letter-spacing: 1.25px;
  }

  .sky-newsletter-heading {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.07;
  }

  .sky-newsletter-description {
    font-size: 16px;
  }

  .sky-newsletter-form-shell {
    min-height: 62px;
  }

  .sky-newsletter-button {
    min-width: 112px;
    min-height: 46px;
    padding: 13px 20px;
  }
}

@media (max-width: 480px) {
  .sky-newsletter-form-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 18px;
  }

  .sky-newsletter-email {
    height: 48px;
    padding: 0 10px;
  }

  .sky-newsletter-button {
    width: 100%;
    border-radius: 13px;
  }

  .sky-newsletter-status {
    padding-left: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sky-newsletter-button,
  .sky-newsletter-form-shell {
    transition: none;
  }
  .sky-newsletter-spinner {
    animation-duration: 1.4s;
  }
}
