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

@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/fonts/Tektur-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: only light;
  --bg-body: #fdf1e2;
  --bg-card: #f9e9d1;
  --primary: #7f224d;
  --accent: #f2b94b;
  --text-dark: #3b1d25;
  --text-light: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Lexend", "Poppins", Arial, sans-serif;
  background: var(--bg-body);
  color: var(--text-dark);
  display: flex;
  justify-content: center;
}

main {
  width: 100%;
}

.page {
  min-height: 100vh;
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-card);
  border-radius: 0 0 36px 36px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.hero {
  width: 100%;
  background: url("/assets/img/background-home.png")  lightgray 50% / cover no-repeat;;
  padding: 56px 24px 48px;
  position: relative;
  text-align: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
/*   background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(127, 34, 77, 0.5) 60%, rgba(127, 34, 77, 0.9) 100%);
 */  mix-blend-mode: multiply;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.logo-orbit {
  position: relative;
  width: 260px;
  height: 260px;
  --orbit-radius: 144px;
}

.logo-orbit__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 174px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.logo-orbit__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}

.logo-orbit__orbit {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  left: -30%;
  top: -28%;
}

.logo-orbit__icon {
  --start-angle: 0deg;
  --static-angle: -45deg;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: rotate(var(--start-angle)) translateX(var(--orbit-radius)) rotate(calc(-1 * var(--start-angle)));
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: orbit 18s linear infinite;
}

.logo-orbit__bubble {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
  animation: float 5s ease-in-out infinite;
}

.logo-orbit__bubble img {
  width: 64%;
  height: 64%;
  object-fit: contain;
}

.logo-orbit__icon:nth-child(even) .logo-orbit__bubble {
  animation-duration: 6.4s;
  animation-delay: 0.8s;
}

.logo-orbit__orbit.is-static {
  animation: none;
}

.logo-orbit__orbit.is-static .logo-orbit__icon {
  animation: none;
  transform: rotate(var(--static-angle)) translateX(calc(var(--orbit-radius) * 0.9))
    rotate(calc(-1 * var(--static-angle)));
}

.logo-orbit__orbit.is-static .logo-orbit__bubble {
  animation-play-state: paused;
}

.icon-1 {
  --start-angle: -90deg;
  --static-angle: -90deg;
}

.icon-2 {
  --start-angle: -18deg;
  --static-angle: -18deg;
}

.icon-3 {
  --start-angle: 54deg;
  --static-angle: 54deg;
}

.icon-4 {
  --start-angle: 126deg;
  --static-angle: 126deg;
}

.icon-5 {
  --start-angle: 198deg;
  --static-angle: 198deg;
}

.hero__title {
    color: #FFF;
text-align: center;
font-family: "Bebas Neue";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 100% */
}

.content {
  width: 100%;
  padding: 40px 28px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.content__lead {
    color: var(--REDMIX-MONARCH, #7D2353);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 96.296% */
    display: flex;
max-width: 407px;
width: 100%;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
}

.content__highlight {
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, rgba(242, 185, 75, 0) 0%, rgba(242, 185, 75, 1) 50%, rgba(242, 185, 75, 0) 100%);
}

.content__sublead {
    color: var(--REDMIX-MONARCH, #7D2353);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 96.296% */
    display: flex;
max-width: 407px;
width: 100%;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta img {
  display: block;
  width: 260px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta img:hover,
.cta img:focus {

}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 0 0 32px;
  color: var(--primary);
}

.social {
  display: flex;
  gap: 10px;
}

.social__link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  
  color: var(--text-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.social__link:hover,
.social__link:focus {
  transform: translateY(-4px);

}

.footer__note {
    color: var(--REDMIX-MONARCH, #7D2353);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer__note a {
  color: var(--REDMIX-MONARCH, #7D2353);
  text-decoration: none;
}

@keyframes orbit {
  0% {
    transform: rotate(var(--start-angle)) translateX(var(--orbit-radius)) rotate(calc(-1 * var(--start-angle)));
  }
  100% {
    transform: rotate(calc(var(--start-angle) + 360deg)) translateX(var(--orbit-radius))
      rotate(calc(-1 * (var(--start-angle) + 360deg)));
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (min-width: 440px) {
  body {
    background: radial-gradient(circle at top, rgba(127, 34, 77, 0.4), transparent 60%) var(--bg-body);
  }
}

