@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* TEXTS */

@font-face {
  font-family: "Regular";
  src: url("../fonts/inter.ttf");
}

body {
  font-family: "regular";
  min-width: 290px;
  background-color: black;
  background-image: url("../img/bg.png");
  background-size: cover;
  color: #fff;
}

input,
.input-area label {
  font-family: "Regular";
}

h1 {
  font-family: "Regular";
  font-size: 62px;
  font-weight: 600;
}

h2 {
  font-size: 30px !important;
  line-height: 48px;
  font-family: "Regular";
}

h3 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Regular";
}

h4 {
  font-size: 26px;
  line-height: 48px;
  font-family: "Regular";
}

h5 {
  font-size: 20px;
  font-family: "Regular";
}

header {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header img {
  width: 60px;
}

.hero {
  width: 100%;
  float: left;
}

.area-headline p {
  text-align: center;
  font-size: 18px;
  color: #a1a1aa;
  margin-top: 20px;
}

.area-headline {
  width: 100%;
  float: left;
  margin-top: 100px;
}

.container {
  width: 1000px;
  float: left;
}

footer {
  width: 100%;
  float: left;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  color: #a1a1aa;
}

footer .container {
  border-top: 1px solid #ffffff2c;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
}

.hero h1 {
  text-align: center;
  background: -webkit-linear-gradient(#eee, #71717a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-about {
  width: 580px;
  color: #71717a;
  font-size: 14px;
  margin-top: 20px;
}

.icons-social {
  display: flex;
  gap: 30px;
}

.icons-social img {
  width: 24px;
}

.head-footer {
  display: flex;
  justify-content: space-between;
}

.row {
  width: 100%;
  float: left;
}

/* --------- INÍCIO - MOTION --------- */

[data-anime] {
  opacity: 0;
  transition: all 1.2s ease;
}

[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  border: 0px solid white;
}

[data-anime="bottom"] {
  opacity: 0;
  transform: translate3d(0, 50px, 5px);
}

[data-anime="bottom-1"].animate {
  animation: bottom-time 1.2s;
}

[data-anime="bottom-2"].animate {
  animation: bottom-time 1.4s;
}

[data-anime="bottom-3"].animate {
  animation: bottom-time 1.6s;
}

[data-anime="bottom-4"].animate {
  animation: bottom-time 1.8s;
}

@keyframes bottom-time {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 5px);
  }
  30% {
    opacity: 0;
    transform: translate3d(0, 50px, 5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}

/* --------- FINAL - MOTION --------- */

/* ====== WRAPPER ====== */
.align-products {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}
.product-box {
  width: 100%;
  max-width: 1100px;
  background: #13242d;
  border-radius: var(--radius-outer);
  padding: 30px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}

/* ====== LEFT SIDE ====== */

.info p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 28px;
  font-weight: 300;
  color: #ffffffad;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 9px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--cta-text);
  background: linear-gradient(180deg, #0e6a85, #0b4d60);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  width: 211px;
  display: flex;
  justify-content: space-between;
}
.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 26px rgba(0, 0, 0, 0.45);
}
.cta:active {
  transform: translateY(0);
}

.cta .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0b3541;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}
.cta svg {
  width: 24px;
  height: 24px;
  fill: #dff3ff;
}

/* ====== RIGHT SIDE ====== */
.visual {
  border-radius: 20px;
  position: relative;
  width: 500;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  /* padding: 18px; */
}

.visual img {
  width: 100%;
}

.float-card {
  position: absolute;
  width: 160px;
  aspect-ratio: 1/1.15;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.float-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c1 {
  top: 40px;
  left: 28px;
  transform: rotate(-10deg);
}
.c2 {
  top: 20px;
  right: 160px;
  transform: rotate(6deg);
}
.c3 {
  top: 130px;
  right: 24px;
  transform: rotate(-3deg);
  width: 180px;
}

.model {
  position: relative;
  width: min(48%, 420px);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}
.logo-airfit {
  position: absolute;
  left: 8%;
  top: 38%;
  font-weight: 800;
  font-size: 72px;
  color: #ffe;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15), 0 20px 50px rgba(0, 0, 0, 0.35);
  transform: rotate(-6deg);
  opacity: 0.95;
}
.cta span {
  width: 100%;
}
.area-link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
