#godaddy-expiry-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #ffffff !important;
  z-index: 2147483647 !important; /* Maximum z-index */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #111111 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.expiry-container {
  text-align: center;
  max-width: 600px;
  padding: 40px;
  background: #ffffff;
  width: 100%;
}

.godaddy-logo {
  width: 200px;
  max-width: 80%;
  margin-bottom: 40px;
}

.expiry-container h1 {
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #111111;
  word-break: break-word;
  letter-spacing: -1px;
}

.expiry-message {
  font-size: clamp(18px, 5vw, 22px);
  margin-bottom: 40px;
  color: #333333;
  font-weight: 400;
}

.expiry-actions {
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
  margin-top: 20px;
}

.expiry-actions p {
  font-size: 16px;
  color: #757575;
  margin-bottom: 25px;
  line-height: 1.5;
}

.renew-btn {
  background-color: #00838c !important; /* Classic GoDaddy Teal */
  color: #ffffff !important;
  border: none !important;
  padding: 16px 48px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.renew-btn:hover {
  background-color: #006066 !important;
}

/* Aggressively hide EVERYTHING ELSE inside the body */
body > *:not(#godaddy-expiry-overlay):not(link):not(script):not(style) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
}

/* Force body and html to take exactly 100vh/100vw and never scroll */
html, body {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #ffffff !important;
}
