.retell-body {
  margin: 0;
  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-body a {
  text-decoration: none;
  color: #000;
}

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

.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 {
  padding-bottom: 41px;
}

.retell-key {
  padding: 20px;
  background-color: #f1f3f5;
  border-radius: 16px;
}

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

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

.retell-key .retell-form {
  margin: 40px auto 0;
  display: flex;
  gap: 10px;
  max-width: 690px;
}

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

.retell-key .retell-form .retell-input {
  width: 100%;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 24px;
  border: none;
}

.retell-key .retell-form .retell-input:focus {
  outline: #1a00ff 1px solid;
}

.retell-key .retell-form .retell-button {
  padding: 12px 24px;
  background-color: #1a00ff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 24px;
  cursor: pointer;
  color: #fff;
}

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