@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  justify-content: center;
  padding-left: 6%;
  padding-right: 6%;
  background-color: #fff9eb;
  position: relative;
  overflow: hidden;
}
.logo {
  height: 2rem;
  width: 2rem;
}

.logo-text {
  font-weight: 700;
}

.wrapper.basepage {
  background: #fff;
  background-image: none !important;
  justify-content: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: hsl(276 100% 33%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
nav {
  display: flex;
  gap: 40px;
}
nav a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.header-index a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

main {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
  max-width: 1400px;
  margin: 0 auto;
}
.basepage-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.basepage-main.legals {
  width: 70%;
  align-self: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.title {
  font-size: 4.5rem;
  color: #262626;
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 16px;
}

.subtitle {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  font-weight: 400;
  color: #262626;
}
.description {
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  line-height: 1.5em;
  margin-bottom: 48px;
}
.disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #262626;
  margin-top: 24px;
}
.disclaimer a,
.color-purple {
  text-decoration: none;
  color: hsl(276 100% 33%);
}

.container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  align-items: flex-start;
}

.button-scase {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 24px 36px;
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
  box-shadow: 8px 12px 0px 0px hsl(276 100% 33%);
  border: 3px solid hsl(276 100% 33%);
  background-color: hsl(276, 74%, 70%);
  border-radius: 130px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.button-scase:hover,
.button-index:hover {
  transform: scale(1.05);
}
.button-index {
  background-color: hsl(276 100% 33%);
  padding: 8px 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  display: flex;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 0.75rem;
  width: 385px;
  justify-content: center;
  height: 64px;
  align-items: center;
}
.buttons {
  flex-direction: column;
  display: flex;
  gap: 24px;
}
footer {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-family: Open-Sans, sans-serif;
  color: #a7a7a7;
  font-weight: 400;
}
.wrapper-before {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  background: #f0f0f0;
}
.container-before {
  margin-top: 10px;
  width: 800px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
}
.container-before.v2 {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.bluetop {
  background-color: #0368fd;
  padding: 20px;
}
.whitebottom {
  background-color: #fff;
  padding: 20px;
}
.bluetop .description-before {
  color: #fff !important;
}
.bluetop .title-before {
  color: #fff !important;
}
.title-before {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  font-family: Open-Sans, sans-serif;
  margin-bottom: 24px;
}
.description-before {
  font-size: 16px;
  font-weight: 400;
  font-family: Open-Sans, sans-serif;
  margin-bottom: 24px;
  color: #262626;
  line-height: 1.2;
}
.ff-addons {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.button-before {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  background-color: #0368fd;
  padding: 16px 24px 16px 24px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.button-before:hover {
  transform: scale(1.05);
}
.title-basepage {
  font-size: 56px;
  font-weight: 700;
  color: #262626;
  font-family: Open-Sans, sans-serif;
}
.description-basepage {
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  font-family: Open-Sans, sans-serif;
  text-align: center;
  line-height: 1.5;
}
.list-basepage {
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  font-family: Open-Sans, sans-serif;
  max-width: 45%;
  line-height: 1.5;
}
.list-basepage li {
  margin-bottom: 8px;
}
.list-basepage p {
  font-size: 32px;
  font-weight: 500;
  color: #262626;
  font-family: Open-Sans, sans-serif;
  line-height: 1.5;
  margin-bottom: 32px;
}
.email-class {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  font-family: Darker Grotesque, sans-serif;
  text-decoration: none;
}
.steps {
  display: flex;
  gap: 128px;
  margin-top: 48px;
}
.step {
  display: flex;

  gap: 12px;
}

.step-description {
  font-size: 33px;
  font-weight: 500;
  color: #262626;
  font-family: Darker Grotesque, sans-serif;
  line-height: 1.2;
}
.instructions {
  display: flex;
  justify-content: space-between;
}

.text-white {
  color: rgb(255 255 255);
}

.font-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.gap-3 {
  gap: 0.75rem;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}

.main-image {
  max-width: 750px;
  transform: scale(1.3);
}
.w-full {
  width: 100%;
}
.h-auto {
  height: auto;
}

.text-lg {
  font-size: 1.125rem;
}

.border-radius {
  border-radius: 100%;
  overflow: hidden;
  width: 185px;
  height: 185px;
}

.border-radius img {
  position: relative;
  right: 8px;
}

.bg-light-yellow {
  background-color: #fff9eb;
}

.laptop {
  width: 100%;
  max-width: 536px;
}

.max-w-1800 {
  gap: 3rem;
  max-width: 1800px;
}

.max-w-1800 .container {
  max-width: none;
}

.max-w-1800 .laptop {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  border-radius: 30px;
}

.mt-30 {
  margin-top: 30px;
}
