:root {
  --dark: #18191f;
  --grey: #717171;
  --white: #f5f7fa;
  --green: #4caf4f;
}
body {
  max-width: 1440px;
  margin-inline: auto;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

.header {
  padding-block: 30px;
  padding-inline: 144px;
  background: rgb(243, 243, 243);
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__list {
  display: flex;
  gap: 50px;
}
.header__list--active,
.header__list a,
.header__list {
  font-family: "Inter", sans-serif;
  color: var(--dark);
  font-size: 16px;
  line-height: 26px;
}
.header__list--active {
  font-weight: 500;
}
.header__button--login {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__button--active {
  color: var(--green);
  padding: 11px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}
.header__button {
  background-color: var(--green);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}

.hero {
  padding-inline: 144px;
  padding-block: 60px;
  background: rgb(243, 243, 243);
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero__content {
  flex: 1;
  max-width: 560px;
}
.hero__image {
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
}
.hero__title {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
  color: #4d4d4d;
  margin: 0 0 16px 0;
}
.span__title {
  color: var(--green);
}
.hero__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey);
  margin: 0 0 32px 0;
}
.hero__buttons {
  display: flex;
  gap: 16px;
}
.hero__button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 32px;
  border-radius: 4px;
  background: var(--green);
  color: #ffffff;
  display: inline-block;
}

.logo__header {
  padding-inline: 144px;
  padding-top: 60px;
  border-top: 1px solid #e8e8e8;
}
.logo__text {
  text-align: center;
  margin-bottom: 40px;
}
.logo__title {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 44px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 8px 0;
}
.logo__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--grey);
  margin: 0;
}
.logo__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 80px);
  padding: 0;
}
.logo__list li {
  display: flex;
  align-items: center;
}

.feature {
  padding: 60px 127.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.feature__plans-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
}
.feature__plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.feature__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.feature__text {
  text-align: center;
}
.feature__title {
  width: 100%;
  max-width: 542px;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.feature__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--grey);
  text-align: center;
}
.feature__title-plan {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
.feature__desc-plan {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--grey);
  text-align: center;
}
.pixel {
  padding-inline: 144px;
  padding-block: 82.5px;
}
.pixel__container {
  display: flex;
  align-items: center;
  gap: 49px;
}
.pixel__image {
  order: -1;
  max-width: 442px;
  max-height: 433px;
}
.pixel__title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #4d4d4d;
}
.pixel__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--grey);
}
.pixel__button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  padding: 14px 32px;
  background: var(--green);
  border-radius: 4px;
  display: inline-block;
  margin-top: 32px;
}
.mini__features {
  background: rgb(243, 243, 243);
}
.mini__feature-container {
  margin-top: 48px;
  padding-block: 40px;
  padding-inline: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini__feature-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 44px;
  font-size: 36px;
  color: #4d4d4d;
}
.mini__feature-span {
  color: var(--green);
}
.mini__feature-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
}
.stat-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #4d4d4d;
}
.stat-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey);
}
.mini__feature-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  align-items: start;
  width: 540px;
  height: 160px;
}

.stat__feature-image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.stat-title,
.stat-desc {
  margin: 0;
}
.hero__two-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 144px;
  gap: 49px;
}
.hero__two-content {
  padding-right: 50px;
  padding-block: 62.7px;
}
.hero__two-image {
  order: -1;
}
.hero__two-title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #4d4d4d;
}
.hero__two-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--grey);
}
.hero__two-button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 14px 32px;
  color: var(--white);
  background: var(--green);
  border-radius: 4px;
  display: inline-block;
  margin-top: 32px;
}
.hero__two-buttons {
  display: flex;
  gap: 14px;
}
.tim__smith-container {
  display: flex;
  align-items: center;
  padding-inline: 144px;
  gap: 78px;
  margin-top: 48px;
  background: rgb(243, 243, 243);
}
.tim__smith-image {
  order: -1;
}
.tim__smith-titles {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--grey);
}
.tim__smith-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--green);
}
.tim__smith-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey);
}
.tim__smith-feature {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.tim__smith-feature img {
  height: 40px;
  width: 48px;
  object-fit: contain;
}
.tim__smith-link {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--green);
  margin-left: 32px;
}
.marketing__container {
  display: flex;
  flex-direction: column;
  padding-inline: 144px;
  padding-top: 48px;
  padding-bottom: 94.4px;
  text-align: center;
  align-items: center;
}
.marketing__content {
  padding-inline: 161px;
}
.marketing__title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #4d4d4d;
  margin: 0 0 16px;
}
.marketing__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--grey);
}
.marketing__cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.marketing__card-wrapper {
  max-width: 368px;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}

.marketing__card {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  max-width: unset;
  max-height: unset;
}

.marketing__card-text {
  background: #ffffff;
  padding: 20px 24px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 25.5px;
  right: 25.5px;
  text-align: center;
}

.marketing__card-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d;
  margin: 0 0 16px 0;
  line-height: 24px;
  text-align: center;
}

.marketing__card-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  display: block;
  text-align: center;
}
.CTA__container {
  background: rgb(243, 243, 243);
}
.CTA__content {
  text-align: center;
}
.CTA__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 76px;
  color: #263238;
}
.CTA__buttons {
  padding-block: 32px;
  text-align: center;
}
.CTA__button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 14px 32px;
  color: var(--white);
  background: #4caf4f;
  border-radius: 4px;
  display: inline-block;
}
.footer__container {
  background: #263238;
}
.footer__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-inline: 165px;
  padding-block: 64px;
  gap: 30px;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 350px;
}
.footer__copy {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ababab;
  margin: 0;
}
.footer__social {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 80px;
  margin-left: 125px;
}

.footer__col-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin: 0 0 24px 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.footer__links a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ababab;
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
}
.footer__form {
  display: flex;
  align-items: center;
  background: #3a4449;
  border-radius: 8px;
  overflow: hidden;
  padding: 6px 8px;
}
.footer__form input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  flex: 1;
}

.footer__form button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
