.retell-body {
  margin:  0 20px 0 2px;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2 !important;
}

.retell-body {
  background-color: #fff;
  font-family: "Inter", serif;
  letter-spacing: -1px;
  color: #000;
}

.retell-keygen-link {
  text-decoration: none;
  color: #1a00ff;
  font-weight: 500;
}

.retell-body button,
.retell-body input[type="submit"],
.retell-body input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.retell-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.retell-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.retell-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  height: 367px;
  background: linear-gradient(180deg, #1536ff 0%, #ffffff 100%);
  border-radius: 16px;
}

.retell-hero .retell-title {
  margin-top: 32px;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}

.retell-hero .retell-description {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.retell-hero .retell-button {
  margin-top: 40px;
  padding: 12px 24px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 24px;
  cursor: pointer;
}

.retell-how {
  margin-top: 40px;
}

.retell-how .retell-title {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}

.retell-how .retell-steps {
  margin-top: 40px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.retell-how .retell-steps .retell-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: #f1f3f5;
  border-radius: 12px;
}

.retell-how .retell-steps .retell-step .retell-title {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
}

.retell-how .retell-steps .retell-step .retell-description {
  font-size: 18px;
  font-weight: 500;
}

.retell-plugin {
  margin-top: 40px;
}

.retell-plugin .retell-title {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}

.retell-plugin .retell-description {
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
}

.retell-plugin .retell-steps {
  margin-top: 40px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.retell-plugin .retell-steps .retell-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background-color: #373a40;
  border-radius: 12px;
  height: 138px;
}

.retell-plugin .retell-steps .retell-step .retell-title {
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.retell-plugin .retell-steps .retell-step .retell-description {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.retell-key-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0 0px;
}
        
.svg-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.circle {
  fill: #B6C5FF;
  opacity: 0.6;
}

.retell-key {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
}

.retell-key .retell-title {
  font-size: 56px;
  font-weight: 700;
}

.retell-key .retell-description {
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: 500;
}

.retell-key .retell-form {
  width: 100%;
  max-width: 780px;
  margin: 40px auto 0;
  position: relative;
}

.retell-key .retell-form .retell-label {
  flex: 1;
}

.retell-input {
  width: 100%;
  padding: 12px 16px !important;
  min-height: auto !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px !important;
  line-height: 1 !important;
  border: 1px solid #ddd;
  outline: none;
}

.retell-input:focus {
  border-color: #B6C5FF;
  outline: #1a00ff 1px solid;
}

.retell-key .retell-form .retell-button {
  position: absolute;
  right: 5px;
  top: 8px;
  padding: 7px 14px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 16px;
  color: #555;
  cursor: pointer;
  transition: background-color 0.2s;
}

.retell-key .retell-form .retell-button:hover {
  background-color: #1a00ff;
  color: #ddd;
}

.retell-key .retell-support {
  display: block;
  width: max-content;
  margin: 80px auto 0;
  color: #1a00ff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.retell-body h3 {
  color: #000;
  margin: 0;
  font-family: "Inter", serif;
  line-height: 1.2;
}

.retell-body p {
  margin: 0;
  line-height: 1.2;
}

.retell-input-notification {
  max-width: 780px;
  margin: 20px 0 0 0 !important;
  padding: 10px 14px !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.retell-input-notification.error {
  display: block;
  background-color: #FFEBEE;
  color: #D32F2F;
  border: 1px solid #FFCDD2;
}

.retell-input-notification.success {
  display: block;
  background-color: #E8F5E9;
  color: #2E7D32;
  border: 1px solid #C8E6C9;
}