@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;600;700&display=swap");

@font-face {
  font-family: "UntitledSerif-Regular";
  src: url("/fonts/UntiSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-ExtraboldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

* {
  /* brand foundation */
  --brand-hue: 230;
  --brand-saturation: 60%;
  --brand-lightness: 40%;

  /* light */
  --brand-light: hsl(
    var(--brand-hue) var(--brand-saturation) var(--brand-lightness)
  );
  --text1-light: hsl(var(--brand-hue) var(--brand-saturation) 10%);
  --text2-light: hsl(var(--brand-hue) 30% 30%);
  --text3-light: hsl(var(--brand-hue) 30% 50%);

  --surface1-light: hsl(var(--brand-hue) 25% 90%);
  --surface2-light: hsl(var(--brand-hue) 20% 97%);
  --surface3-light: hsl(var(--brand-hue) 20% 100%);
  --surface4-light: hsl(var(--brand-hue) 20% 85%);
  --surface5-light: hsl(var(--brand-hue) 70% 93%);

  --surface-shadow-light: var(--brand-hue) 10% 20%;
  --shadow-strength-light: 0.02;
  --background-light: hsl(0% 0% 100%);

  /* dark */
  --brand-dark: hsl(
    var(--brand-hue) calc(var(--brand-saturation) / 1)
      calc(var(--brand-lightness) * 1.65)
  );
  --text1-dark: hsl(var(--brand-hue) 15% 85%);
  --text2-dark: hsl(var(--brand-hue) 5% 65%);
  --text3-dark: hsl(var(--brand-hue) 5% 45%);
  --surface1-dark: hsl(var(--brand-hue) 10% 10%);
  --surface2-dark: hsl(var(--brand-hue) 10% 15%);
  --surface3-dark: hsl(var(--brand-hue) 5% 20%);
  --surface4-dark: hsl(var(--brand-hue) 5% 25%);
  --surface5-dark: hsl(var(--brand-hue) 5% 25%);
  --surface-shadow-dark: var(--brand-hue) 50% 3%;
  --shadow-strength-dark: 0.8;
  --background-dark: hsl(var(--brand-hue) 10% 10%);

  /* dim */
  --brand-dim: hsl(
    var(--brand-hue) calc(var(--brand-saturation) / 1.25)
      calc(var(--brand-lightness) / 1.25)
  );
  --text1-dim: hsl(var(--brand-hue) 15% 75%);
  --text2-dim: hsl(var(--brand-hue) 10% 61%);
  --surface1-dim: hsl(var(--brand-hue) 10% 20%);
  --surface2-dim: hsl(var(--brand-hue) 10% 25%);
  --surface3-dim: hsl(var(--brand-hue) 5% 30%);
  --surface4-dim: hsl(var(--brand-hue) 5% 35%);
  --surface-shadow-dim: var(--brand-hue) 30% 13%;
  --shadow-strength-dim: 0.2;
}

:root {
  color-scheme: light;

  /* set defaults */
  --brand: var(--brand-light);
  --text1: var(--text1-light);
  --text2: var(--text2-light);
  --text3: var(--text3-light);
  --surface1: var(--surface1-light);
  --surface2: var(--surface2-light);
  --surface3: var(--surface3-light);
  --surface4: var(--surface4-light);
  --surface5: var(--surface5-light);
  --surface-shadow: var(--surface-shadow-light);
  --shadow-strength: var(--shadow-strength-light);
  --background: var(--background-light);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;

    --brand: var(--brand-dark);
    --text1: var(--text1-dark);
    --text2: var(--text2-dark);
    --text3: var(--text3-dark);
    --surface1: var(--surface1-dark);
    --surface2: var(--surface2-dark);
    --surface3: var(--surface3-dark);
    --surface4: var(--surface4-dark);
    --surface5: var(--surface5-dark);
    --surface-shadow: var(--surface-shadow-dark);
    --shadow-strength: var(--shadow-strength-dark);
    --background: var(--background-dark);
  }
}

[color-scheme="light"] {
  color-scheme: light;

  --brand: var(--brand-light);
  --text1: var(--text1-light);
  --text2: var(--text2-light);
  --text3: var(--text3-light);
  --surface1: var(--surface1-light);
  --surface2: var(--surface2-light);
  --surface3: var(--surface3-light);
  --surface4: var(--surface4-light);
  --surface5: var(--surface5-light);
  --surface-shadow: var(--surface-shadow-light);
  --shadow-strength: var(--shadow-strength-light);
  --background: var(--background-light);
}

[color-scheme="dark"] {
  color-scheme: dark;

  --brand: var(--brand-dark);
  --text1: var(--text1-dark);
  --text2: var(--text2-dark);
  --text3: var(--text3-dark);
  --surface1: var(--surface1-dark);
  --surface2: var(--surface2-dark);
  --surface3: var(--surface3-dark);
  --surface4: var(--surface4-dark);
  --surface5: var(--surface5-dark);
  --surface-shadow: var(--surface-shadow-dark);
  --shadow-strength: var(--shadow-strength-dark);
  --background: var(--background-dark);
}

* {
  box-sizing: border-box;
  margin: 0;
}

::selection {
  color: rgb(255, 255, 255);
  background: #9372ec;
}

html {
  height: 100%;
  background-color: var(--background);
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}

.body {
  color: var(--text2);
  letter-spacing: 0.5px;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 64px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sketch {
  position: absolute;
  height: 600px;
  top: 20px;
  left: 300px;
  display: none;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  width: 50rem;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid-1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.card {
  background-color: purple;
}

.hero-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Alex {
  margin-top: 8px;
  height: 240px;
  width: 240px;
  border-radius: 100%;
  border-style: solid;
  border-width: 4px;
  border-color: var(--surface5);
}

.h1 {
  margin-bottom: 18px;
  color: var(--text1);
  font-size: 2.2em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0px;
}

.heading2 {
  margin-bottom: 8px;
  color: var(--text1);
}

.h3 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 18px;
  color: var(--text1);
  letter-spacing: 0px;
}

.paragraph {
  line-height: 1.5em;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

.intro-text {
  max-width: 500px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  padding-bottom: 24px;
}

.tool {
  border-radius: 8px;
}

.section {
  margin-top: 80px;
}

.paragraph-2 {
  max-width: 640px;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0px;
}

.paragraph-3 {
  max-width: 640px;
  margin-bottom: 12px;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0px;
}

.basic_link {
  color: var(--brand);
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.basic_mail {
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  margin-top: -16px;
}

.basic_link:hover {
  text-decoration: underline;
}

.product-grid {
  margin-bottom: 100px;
  display: grid;
  grid-column-gap: 64px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.product-card {
  background-color: var(--surface2);
  border-radius: 4px;
  padding: 0px 38px 0px 0px;
  font-size: medium;
  box-shadow: 0px 4px 4px var(--surface-shadow);
  border-style: solid;
  border-width: 1px;
  border-color: var(--surface5);
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.product-content {
  padding: 32px 0px;
}

.frame-card {
  background-color: var(--surface2);
  border-radius: 4px;
  padding: 18px 24px;
  font-size: medium;
  box-shadow: 0px 4px 4px var(--surface-shadow);
  border-style: solid;
  border-width: 1px;
  border-color: var(--surface5);
  display: flex;
  flex-direction: column;
}

.product-logo {
  background-color: var(--surface3);
  height: 100%;
  width: 220px;
  min-height: 92px;
  min-width: 96px;
  display: flex;
  border-radius: 4px 0px 0px 4px;
  align-items: center;
  justify-content: center;
}

.cart-title {
  margin-bottom: 8px;
  color: var(--text1);
}

.list-item {
  margin-bottom: 8px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 40px;
  list-style-type: decimal-leading-zero;
}

.copyright {
  margin-bottom: 20px;
  margin-top: 48px;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 400;
  color: var(--text3);
}

.text-span {
  font-size: 1em;
}

.site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-logo-text {
  margin-left: 12px;
  color: var(--text2);
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.domain {
  color: var(--text3);
}

.app-logo-text {
  margin-top: 2px;
  margin-left: 8px;
  color: var(--text2);
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.app-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  height: 38px;
}

.app-logo-img {
  height: 32px;
  width: 32px;
}

.bold-text {
  color: var(--text1);
  font-weight: 500;
}

.hero-button-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.big-btn {
  color: var(--brand);
  border-radius: 5px;
  border: 1px solid var(--surface4);
  background-color: var(--surface3);
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  font-weight: 600;
  padding: 11px 30px 11px 30px;
  text-transform: uppercase;
  min-width: fit-content;
  text-align: center;
}

.big-btn:hover {
  background-color: var(--surface2);
  border: 1px solid var(--brand);
  cursor: pointer;
}

.logos-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.tool-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.tool-logo {
  height: 32px;
  width: 32px;
  display: inline-grid;
}

.tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 54px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.tool {
  background-color: var(--surface2);
  border-radius: 4px;
  font-size: small;
  box-shadow: 0px 4px 4px var(--surface-shadow);
  border-style: solid;
  border-width: 1px;
  border-color: var(--surface5);
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  padding-left: 12px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
}

.tool:hover {
  border-color: var(--surface2);
  transition: all 0.2s ease-out;
}

.tool-content {
  padding: 8px 12px 8px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.tool-name {
  font-size: 14px;
  font-weight: 600;
}

.tool-prog-conteiner {
  background-color: var(--surface3);
  border-radius: 16px;
  height: 4px;
}

.tool-prog-90 {
  background-color: var(--surface5);
  border-radius: 16px;
  height: 4px;
  width: 90%;
}

.tool-prog-70 {
  background-color: var(--surface5);
  border-radius: 16px;
  height: 4px;
  width: 70%;
}

.tool-prog-50 {
  background-color: var(--surface5);
  border-radius: 16px;
  height: 4px;
  width: 50%;
}

.tool-prog-25 {
  background-color: var(--surface5);
  border-radius: 16px;
  height: 4px;
  width: 25%;
}

.tool-prog-10 {
  background-color: var(--surface5);
  border-radius: 16px;
  height: 4px;
  width: 10%;
}

.tags-grid {
  display: inline-block;
}

.tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 4px 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid var(--surface4);
  background-color: var(--surface2);
  width: max-content;
}

@media screen and (max-width: 991px) {
  .w-container {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
  .home {
    padding-right: 32px;
    padding-left: 32px;
    padding-top: 48px;
  }

  .sketch {
    position: absolute;
    height: 600px;
    top: 100px;
    left: 100px;
  }

  .h1 {
    font-size: 2.2em;
  }

  .list-item {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .product-content {
    padding: 0px 12px 12px 20px;
  }

  .product-card {
    flex-direction: column;
    gap: 20px;
    padding: 0px;
  }

  .product-logo {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    min-height: 74px;
  }

  .tool-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .Alex {
    display: none;
    margin-bottom: 16px;
    height: 120px;
    width: 120px;
  }

  .w-container {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
  }
  .sketch {
    position: absolute;
    height: 600px;
    top: 200px;
    left: 0px;
  }

  .home {
    padding-right: 32px;
    padding-left: 32px;
    padding-top: 48px;
  }

  .h1 {
    font-size: 2.1em;
    line-height: 1.2em;
  }

  .paragraph-2 {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list-item {
    margin-bottom: 16px;
  }

  .site-logo-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .product-logo {
    background-color: var(--surface3);
    width: 100%;
    display: flex;
    border-radius: 4px;
    border: 1px solid var(--surface3);
    align-items: center;
    justify-content: center;
  }

  .product-card {
    flex-direction: column;
    gap: 20px;
  }

  .tool-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .Alex {
    display: none;
    margin-bottom: 16px;
    height: 120px;
    width: 120px;
  }

  .hero-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .w-container {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
  }

  .sketch {
    position: absolute;
    height: 600px;
    top: 200px;
    left: 0px;
  }

  .home {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 48px;
  }

  .grid {
    margin-top: 16px;
    grid-row-gap: 16px;
  }

  .h1 {
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .go-home {
    font-size: 22px;
    color: var(--text2);
    font-weight: 500;
  }

  .hero-button-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
