﻿/* wwwroot/css/navbar.css */

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Unageo";
  src: url("/dist/fonts/Unageo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CocoGothic";
  src: url("/dist/fonts/CocoGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unageo";
  src: url("/dist/fonts/Unageo-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: Unageo, CocoGothic, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.background-wrapper {
  position: relative;
  background-color: #18181b;
  overflow: hidden;
}

.gray-text {
  color: #979797;
  font-weight: 400;
}

.fixed-box {
  display: flex;
  padding: 12px;
  justify-content: center;
}

.number-fade {
  position: absolute;
  top: 11rem;
  right: -20rem;
  z-index: -2;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(2px);
  opacity: 0.3;
  background: linear-gradient(180deg, #18181b 0%, #2e2140 50%, #18181b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.number2-fade {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  z-index: -2;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(2px);
  opacity: 0.5;
}

.star-left {
  width: 60px;
  height: auto;
}

.star-right {
  width: 60px;
  height: auto;
  margin-bottom: 48px;
  transform: rotate(180deg);
}

@media (max-width: 1360px) {
  .float-box {
    display: none;
  }
}

.float-box {
  position: absolute;
  z-index: 10;
  border-radius: 20px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
  transform: rotateZ(15deg); /* Fixed X-axis rotation */
  background-color: rgba(49, 49, 49, 0.5);
  border: 1px solid #666666;
  box-shadow: inset 0 0 0 1px
      linear-gradient(90deg, #666666 0%, #ffffff 48.56%, #313131 100%),
    drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2)); /* Added box-shadow for border and kept the original drop-shadow */
  backdrop-filter: blur(2px);
}

.float-box img {
  display: flex;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(2px);
  max-width: 100%;
  height: auto;
}

.float-box:nth-child(1) {
  top: 230px;
  left: 210px;
  transform: rotateZ(10deg);
}

.float-box:nth-child(2) {
  top: 3rem;
  right: 20rem;
  transform: rotateZ(-10deg);
}

.float-box:nth-child(3) {
  top: 15px;
  left: 770px;
  transform: rotateZ(-15deg);
}

.float-box:nth-child(4) {
  top: 380px;
  right: 350px;
  transform: rotateZ(12deg);
}

.float-box:nth-child(5) {
  top: 0px;
  left: 200px;
  transform: rotateZ(-14deg);
}

.float-box:nth-child(6) {
    top: 380px;
    left: 360px;
    transform: rotateZ(18deg);
}

.pais {
  background: linear-gradient(270deg, #a7a4c4 0%, #662a99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}

.background-wrapper img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150em;
  object-fit: cover;
  opacity: 0.5; /* subtle fade */
  z-index: 0;
  pointer-events: none;
  /* Fade effect on left and right edges */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
}

/* Content inside wrapper is above bg image */
.background-wrapper > * {
  position: relative;
  z-index: 1;
}

/* Optional: add padding to wrapper so content is spaced nicely */
.background-wrapper .content-container {
  padding: 40px 10px;
}

.content {
  padding: 80px 20px;
}

.navbar {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 40px;
  font-family: "CocoGothic", Arial, sans-serif;
}

.navbar .logo img {
  max-height: 4em;
}

.navbar .menu {
  display: flex;
  margin-left: 40px;
  gap: 30px;
  flex-grow: 1;
  justify-content: space-between;
}

.purple-background {
  background: linear-gradient(180deg, #18181b 0%, #2e2140 50%, #18181b 100%);
  height: auto;
}

.purple-title {
  font-family: "Unageo", sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: 0;
  color: #783fa6;
  text-align: center;
  /* Figma drop shadow as text-shadow */
  text-shadow: -32px 4px 92.4px #653491;
}

.integration-title {
  font-family: "Unageo", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}

.nav-options {
  display: flex;
  border-radius: 20em;
  padding: 18px 24px;
  gap: 72px;
  border: 1px solid #666666;
  background-color: #313131;
  box-shadow: inset 0 0 0 1px
    linear-gradient(90deg, #666666 0%, #ffffff 48.56%, #313131 100%); /* Adjust values as needed
*/
  font-family: "CocoGothic", Arial, sans-serif;
}

.paragraph {
  color: #979797; /* gray for default text */
  font-weight: 400;
  font-size: 28px; /* adjust as needed */
  font-family: "Unageo", sans-serif;
  text-align: center;
  line-height: 1.2;
}

.highlight {
  color: #fff;
  font-weight: 700;
}

.paragraph-box {
  font-family: "Unageo";
  font-weight: 400;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.span-box {
  font-family: "Unageo";
  font-weight: 700;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.navbar .menu a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  transition: border-color 0.3s ease;
}

.navbar .menu a:hover,
.navbar .menu a.active {
  color: lightgray;
}

.navbar {
  display: flex;
  gap: 20px;
}

.navbar .auth-buttons a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar .auth-buttons a.login {
  background-color: transparent;
}

.navbar .auth-buttons a.login:hover {
  color: #6a1b9a;
}

.auth-buttons {
  display: flex;
  gap: 40px;
  padding: 18px 32px;
  font-size: 18px;
}

.login {
  display: inline-block;
  padding: 20px 48px;
  text-decoration: none;
  color: #7226ff;
  background: #fff;
  font-size: 18px;
}

.login:hover {
  background-color: #f0f0f0; /* Light gray on hover */
}

.register {
  border-radius: 200px;
  border: 1px solid transparent;
  padding: 10px 24px;
  background: linear-gradient(270deg, #7226ff 0%, #662a99 100%);
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  transition: background 0.3s ease;
}

.register:hover {
  background: linear-gradient(
    270deg,
    #5a1ccf 0%,
    #4e207a 100%
  ); /* Darker gradient on hover */
}

.register a {
  color: inherit;
  text-decoration: none;
}

.fade-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.fade-image-container img {
  max-width: 300px;
  height: 100%;
  object-fit: contain;
  display: block;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.fade-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: linear-gradient(
    to right,
    rgba(106, 27, 154, 0) 0%,
    rgba(106, 27, 154, 0.9) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.box-row {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next row */
  justify-content: center; /* Center items horizontally */
  gap: 24px; /* Space between items */
  width: 100%; /* Ensure it takes the full width of its parent */
}

.integration-box {
  display: flex;
  border-radius: 20px;
  border: 1px solid #666666;
}

.integration-box img {
  display: flex;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(2px);
  max-width: 100%;
  height: auto;
}

.custom-box {
  max-width: 345.77px; /* Rounded to 2 decimals for CSS */
  height: 326px;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(153, 153, 153, 0.1) 100%
  );
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally within the box */
  justify-content: center; /* Center items vertically within the box */
  border: 1px solid #666666;
  backdrop-filter: blur(15px);
  box-shadow: -44px 36px 85.3px 9px #00000066;
  text-align: center; /* Center text within the box */
}

.box-row-benefit {
  position: relative;
  width: 100%;
  min-height: 314px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-benefit-box {
  position: absolute;
  top: 50%;
  width: 400px;
  height: 314px;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(153, 153, 153, 0.1) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  backdrop-filter: blur(15px);
  box-shadow: -44px 36px 85.3px 9px #00000066;
  text-align: center;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}

.left-benefit {
  left: 0;
  transform: translate(-50%, -50%);
}

.right-benefit {
  right: 0;
  transform: translate(50%, -50%);
}

.discord-box {
  position: relative;
  z-index: 2;
  max-width: 1248px;
  width: 100%;
  height: 314px;
  border-radius: 20px;
  padding: 14px;
  background: radial-gradient(
    50% 162.64% at 50% 50%,
    rgba(120, 63, 166, 0.5) 0%,
    rgba(114, 38, 255, 0.5) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  backdrop-filter: blur(15px);
  box-shadow: -44px 36px 85.3px 9px #00000066;
  text-align: center;
}

.discord-box img {
  width: 120px; /* Larger image */
  border: none;
  padding: 0;
  background: none;
  height: 120px;
  object-fit: contain;
  margin-bottom: 16px;
  transition: box-shadow 0.2s;
}

.purple-number {
  font-family: Unageo;
  font-weight: 800;
  font-size: 75.98px;
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(270deg, #ffe5f1 0%, #f042ff 50%, #7226ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-text {
  font-family: Unageo;
  font-weight: 400;
  font-size: 45.59px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Roxo-Lighter, #dbd1ff);
}

.centered-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 80%;
  height: auto;
  z-index: 0;
  opacity: 0.5; /* Optional: fade effect */
  pointer-events: none; /* So it doesn't block clicks */
}

.big-padding-top {
  padding-top: 12rem; /* Adjust as needed to match your Figma */
}

.custom-radio-group {
  width: 260px;
  height: 52px;
  border-radius: 50px;
  padding: 4px;
  box-shadow: 0px 9.46px 53.4px 0px #672e96;
  background: var(--Purple-Black, #18181b);
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.custom-radio-group input[type="radio"] {
  display: none;
}

.custom-radio-btn {
  width: 107px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unageo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}

/* Selected state */
.custom-radio-group input[type="radio"]:checked + .custom-radio-btn {
  background: linear-gradient(270deg, #7226ff 0%, #662a99 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(114, 38, 255, 0.15);
}

.custom-card {
  width: 328px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 14px 24px;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  /* For both cards, but overridden below */
}

.left-card {
  margin-right: 16px;
  border-radius: 32px;
  background: linear-gradient(180deg, #18181b 30.66%, #232326 69.34%);
}

.right-card {
  margin-left: 16px;
  border-radius: 32px;
  background: linear-gradient(180deg, #2e2140 30.66%, #17171b 69.34%);
  backdrop-filter: blur(15px);
}

.type-plan {
  font-family: Inter;
  font-weight: 500;
  font-size: 12.2px;
  line-height: 18px;
  letter-spacing: 2.51px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
}

.title-plan {
  font-family: Inter;
  font-weight: 600;
  font-size: 40px;
  leading-trim: Cap height;
  letter-spacing: 0px;
  vertical-align: middle;
}

.button-plan {
  height: 53;
  font-family: Unageo;
  font-size: 24px;
  color: #fff;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-radius: 200px;
  border-width: 1px;
  border-radius: 200px;
  background: linear-gradient(
    265.66deg,
    rgba(178, 163, 207, 0.2) -10.59%,
    rgba(47, 35, 70, 0.2) 58.45%,
    rgba(178, 163, 207, 0.2) 127.49%
  );
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  cursor: pointer;
}

.button-plan:hover {
  background: var(--Purple-Black, #18181b);
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(114, 38, 255, 0.15);
}

.check-plan {
  height: auto;
  gap: 16px;
  border-radius: 20px;
  padding: 12px;
  border: 1px solid;
}

.check-bullet {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.check-plan-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.check-plan-list p {
  font-family: Unageo, sans-serif;
  font-size: 16px;
  color: #979797;
}

.footer-plan {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #3e3c46;
}

.or {
  font-family: Unageo;
  font-weight: 400;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Roxo-Lighter, #dbd1ff);
}

.carousel-item {
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); /* smoother, more modern */
}

.carousel-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem; /* a bit more breathing room */
  justify-items: center;
  align-items: center;
  padding: 16px 0;
}

.usuario-btn {
  width: 100%;
  max-width: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: visible;
  padding: 0;
  position: relative;
  border: 3px solid var(--Roxo-Lighter, #dbd1ff);
  box-shadow: 0 4px 16px rgba(80, 40, 180, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
  cursor: pointer;
}

.usuario-btn:hover,
.usuario-btn:focus {
  border-color: #a98fff;
  box-shadow: 0 8px 24px rgba(80, 40, 180, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
  transform: scale(1.2);
  z-index: 2;
}

.usuario-btn::before {
  content: "";
  float: left;
  padding-top: 100%;
}

.usuario-btn > img {
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  object-fit: cover;
  border-radius: 50%;
  border: 2.5px solid #fff;
  box-shadow: 0 2px 8px rgba(80, 40, 180, 0.1);
  background: #fff;
  transition: border-color 0.3s;
}

.usuario-btn:hover > img,
.usuario-btn:focus > img {
  border-color: var(--Roxo-Lighter, #dbd1ff);
}

.badge-online {
  position: absolute;
  top: -5px;
  right: 14px;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 12px;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
  background: linear-gradient(90deg, #28a745 80%, #dbffe1 100%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1.5px solid #fff;
}

#carouselUsuarios .carousel-control-prev,
#carouselUsuarios .carousel-control-next {
  display: none;
}

.usuario-btn-online {
  border-color: #28a745 !important; /* Bootstrap success green */
}

.usuario-btn-online > img {
  border-color: #28a745 !important; /* Bootstrap success green */
}
/* wwwroot/css/navbar.css */

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Unageo";
  src: url("/dist/fonts/Unageo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CocoGothic";
  src: url("/dist/fonts/CocoGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unageo";
  src: url("/dist/fonts/Unageo-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: Unageo, CocoGothic, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.background-wrapper {
  position: relative;
  background-color: #18181b;
  overflow: hidden;
}

.gray-text {
  color: #979797;
  font-weight: 400;
}

.fixed-box {
  display: flex;
  padding: 12px;
  justify-content: center;
}

.number-fade {
  position: absolute;
  right: -2rem;
  font-size: 30rem;
  font-family: Unageo;
  font-weight: 800;
  z-index: -2;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(2px);
  opacity: 0.5;
}

.number2-fade {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  z-index: -2;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(2px);
  opacity: 0.5;
}

.star-left {
  width: 60px;
  height: auto;
}

.star-right {
  width: 60px;
  height: auto;
  margin-bottom: 48px;
  transform: rotate(180deg);
}

.float-box {
  position: absolute;
  z-index: 10;
  border-radius: 20px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
  transform: rotateZ(15deg); /* Fixed X-axis rotation */
  background-color: rgba(49, 49, 49, 0.5);
  border: 1px solid #666666;
  box-shadow: inset 0 0 0 1px
      linear-gradient(90deg, #666666 0%, #ffffff 48.56%, #313131 100%),
    drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2)); /* Added box-shadow for border and kept the original drop-shadow */
  backdrop-filter: blur(2px);
}

.float-box img {
  display: flex;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(2px);
  max-width: 100%;
  height: auto;
}

.float-box:nth-child(1) {
  top: 230px;
  left: 210px;
  transform: rotateZ(10deg);
}

.float-box:nth-child(2) {
  top: 3rem;
  right: 20rem;
  transform: rotateZ(-10deg);
}

.float-box:nth-child(3) {
  top: 15px;
  left: 770px;
  transform: rotateZ(-15deg);
}

.float-box:nth-child(4) {
  top: 380px;
  right: 350px;
  transform: rotateZ(12deg);
}

.float-box:nth-child(5) {
  top: 0px;
  left: 200px;
  transform: rotateZ(-14deg);
}

.float-box:nth-child(5) {
  top: 0px;
  left: 100px;
}

.pais {
  background: linear-gradient(270deg, #a7a4c4 0%, #662a99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}

.background-wrapper img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150em;
  object-fit: cover;
  opacity: 0.5; /* subtle fade */
  z-index: 0;
  pointer-events: none;
  /* Fade effect on left and right edges */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
}

/* Content inside wrapper is above bg image */
.background-wrapper > * {
  position: relative;
  z-index: 1;
}

/* Optional: add padding to wrapper so content is spaced nicely */
.background-wrapper .content-container {
  padding: 40px 10px;
}

.content {
  padding: 80px 20px;
}

.navbar {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 40px;
  font-family: "CocoGothic", Arial, sans-serif;
}

.navbar .logo img {
  max-height: 4em;
}

.navbar .menu {
  display: flex;
  margin-left: 40px;
  gap: 30px;
  flex-grow: 1;
  justify-content: space-between;
}

.purple-background {
  background: linear-gradient(180deg, #18181b 0%, #2e2140 50%, #18181b 100%);
  height: auto;
}

.purple-title {
  font-family: "Unageo", sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: 0;
  color: #783fa6;
  text-align: center;
  /* Figma drop shadow as text-shadow */
  text-shadow: -32px 4px 92.4px #653491;
}

.integration-title {
  font-family: "Unageo", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}

.nav-options {
  display: flex;
  border-radius: 20em;
  padding: 18px 24px;
  gap: 72px;
  border: 1px solid #666666;
  background-color: #313131;
  box-shadow: inset 0 0 0 1px
    linear-gradient(90deg, #666666 0%, #ffffff 48.56%, #313131 100%); /* Adjust values as needed
*/
  font-family: "CocoGothic", Arial, sans-serif;
}

.paragraph {
  color: #979797; /* gray for default text */
  font-weight: 400;
  font-size: 28px; /* adjust as needed */
  font-family: "Unageo", sans-serif;
  text-align: center;
  line-height: 1.2;
}

.highlight {
  color: #fff;
  font-weight: 700;
}

.paragraph-box {
  font-family: "Unageo";
  font-weight: 400;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.span-box {
  font-family: "Unageo";
  font-weight: 700;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.navbar .menu a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  transition: border-color 0.3s ease;
}

.navbar .menu a:hover,
.navbar .menu a.active {
  color: lightgray;
}

.navbar {
  display: flex;
  gap: 20px;
}

.navbar .auth-buttons a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar .auth-buttons a.login {
  background-color: transparent;
}

.navbar .auth-buttons a.login:hover {
  color: #6a1b9a;
}

.auth-buttons {
  display: flex;
  gap: 40px;
  padding: 18px 32px;
  font-size: 18px;
}

.login {
  display: inline-block;
  padding: 20px 48px;
  text-decoration: none;
  color: #7226ff;
  background: #fff;
  font-size: 18px;
}

.login:hover {
  background-color: #f0f0f0; /* Light gray on hover */
}

.register {
  border-radius: 200px;
  border: 1px solid transparent;
  padding: 10px 24px;
  background: linear-gradient(270deg, #7226ff 0%, #662a99 100%);
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  transition: background 0.3s ease;
}

.register:hover {
  background: linear-gradient(
    270deg,
    #5a1ccf 0%,
    #4e207a 100%
  ); /* Darker gradient on hover */
}

.register a {
  color: inherit;
  text-decoration: none;
}

.fade-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.fade-image-container img {
  max-width: 300px;
  height: 100%;
  object-fit: contain;
  display: block;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.fade-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: linear-gradient(
    to right,
    rgba(106, 27, 154, 0) 0%,
    rgba(106, 27, 154, 0.9) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.box-row {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next row */
  justify-content: center; /* Center items horizontally */
  gap: 24px; /* Space between items */
  width: 100%; /* Ensure it takes the full width of its parent */
}

.integration-box {
  display: flex;
  border-radius: 20px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
  background-color: rgba(49, 49, 49, 0.5);
  border: 1px solid #666666;
  box-shadow: inset 0 0 0 1px
      linear-gradient(90deg, #666666 0%, #ffffff 48.56%, #313131 100%),
    drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2)); /* Added box-shadow for border and kept the original drop-shadow */
  backdrop-filter: blur(2px);
}

.integration-box img {
  display: flex;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(2px);
  max-width: 100%;
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(153, 153, 153, 0.1) 100%
  );
}

.custom-box {
  max-width: 345.77px; /* Rounded to 2 decimals for CSS */
  height: 326px;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(153, 153, 153, 0.1) 100%
  );
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally within the box */
  justify-content: center; /* Center items vertically within the box */
  border: 1px solid #666666;
  backdrop-filter: blur(15px);
  box-shadow: -44px 36px 85.3px 9px #00000066;
  text-align: center; /* Center text within the box */
}

.box-row-benefit {
  position: relative;
  width: 100%;
  min-height: 314px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-benefit-box {
  position: absolute;
  top: 50%;
  width: 400px;
  height: 314px;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(153, 153, 153, 0.1) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  backdrop-filter: blur(15px);
  box-shadow: -44px 36px 85.3px 9px #00000066;
  text-align: center;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}

.left-benefit {
  left: 0;
  transform: translate(-50%, -50%);
}

.right-benefit {
  right: 0;
  transform: translate(50%, -50%);
}

.discord-box {
  position: relative;
  z-index: 2;
  max-width: 1248px;
  width: 100%;
  height: 314px;
  border-radius: 20px;
  padding: 14px;
  background: radial-gradient(
    50% 162.64% at 50% 50%,
    rgba(120, 63, 166, 0.5) 0%,
    rgba(114, 38, 255, 0.5) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  backdrop-filter: blur(15px);
  box-shadow: -44px 36px 85.3px 9px #00000066;
  text-align: center;
}

.discord-box img {
  width: 120px; /* Larger image */
  border: none;
  padding: 0;
  background: none;
  height: 120px;
  object-fit: contain;
  margin-bottom: 16px;
  transition: box-shadow 0.2s;
}

.purple-number {
  font-family: Unageo;
  font-weight: 800;
  font-size: 75.98px;
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(270deg, #ffe5f1 0%, #f042ff 50%, #7226ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-text {
  font-family: Unageo;
  font-weight: 400;
  font-size: 45.59px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Roxo-Lighter, #dbd1ff);
}

.centered-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 80%;
  height: auto;
  z-index: 0;
  opacity: 0.5; /* Optional: fade effect */
  pointer-events: none; /* So it doesn't block clicks */
}

.big-padding-top {
  padding-top: 12rem; /* Adjust as needed to match your Figma */
}

.custom-radio-group {
  width: 260px;
  height: 52px;
  border-radius: 50px;
  padding: 4px;
  box-shadow: 0px 9.46px 53.4px 0px #672e96;
  background: var(--Purple-Black, #18181b);
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.custom-radio-group input[type="radio"] {
  display: none;
}

.custom-radio-btn {
  width: 107px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unageo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}

/* Selected state */
.custom-radio-group input[type="radio"]:checked + .custom-radio-btn {
  background: linear-gradient(270deg, #7226ff 0%, #662a99 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(114, 38, 255, 0.15);
}

.custom-card {
  width: 328px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 14px 24px;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  /* For both cards, but overridden below */
}

.left-card {
  margin-right: 16px;
  border-radius: 32px;
  background: linear-gradient(180deg, #18181b 30.66%, #232326 69.34%);
}

.right-card {
  margin-left: 16px;
  border-radius: 32px;
  background: linear-gradient(180deg, #2e2140 30.66%, #17171b 69.34%);
  backdrop-filter: blur(15px);
}

.type-plan {
  font-family: Inter;
  font-weight: 500;
  font-size: 12.2px;
  line-height: 18px;
  letter-spacing: 2.51px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
}

.title-plan {
  font-family: Inter;
  font-weight: 600;
  font-size: 40px;
  leading-trim: Cap height;
  letter-spacing: 0px;
  vertical-align: middle;
}

.button-plan {
  height: 53;
  font-family: Unageo;
  font-size: 24px;
  color: #fff;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  border-radius: 200px;
  border-width: 1px;
  border-radius: 200px;
  background: linear-gradient(
    265.66deg,
    rgba(178, 163, 207, 0.2) -10.59%,
    rgba(47, 35, 70, 0.2) 58.45%,
    rgba(178, 163, 207, 0.2) 127.49%
  );
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  cursor: pointer;
}

.button-plan:hover {
  background: var(--Purple-Black, #18181b);
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(114, 38, 255, 0.15);
}

.check-plan {
  height: auto;
  gap: 16px;
  border-radius: 20px;
  padding: 12px;
  border: 1px solid;
}

.check-bullet {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.check-plan-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.check-plan-list p {
  font-family: Unageo, sans-serif;
  font-size: 16px;
  color: #979797;
}

.footer-plan {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #3e3c46;
}

.or {
  font-family: Unageo;
  font-weight: 400;
  font-size: 50px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Roxo-Lighter, #dbd1ff);
}

.carousel-item {
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); /* smoother, more modern */
}

.carousel-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem; /* a bit more breathing room */
  justify-items: center;
  align-items: center;
  padding: 16px 0;
}

.usuario-btn {
  width: 100%;
  max-width: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: visible;
  padding: 0;
  position: relative;
  border: 3px solid var(--Roxo-Lighter, #dbd1ff);
  box-shadow: 0 4px 16px rgba(80, 40, 180, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
  cursor: pointer;
}

.usuario-btn:hover,
.usuario-btn:focus {
  border-color: #a98fff;
  box-shadow: 0 8px 24px rgba(80, 40, 180, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
  transform: scale(1.2);
  z-index: 2;
}

.usuario-btn::before {
  content: "";
  float: left;
  padding-top: 100%;
}

.usuario-btn > img {
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  object-fit: cover;
  border-radius: 50%;
  border: 2.5px solid #fff;
  box-shadow: 0 2px 8px rgba(80, 40, 180, 0.1);
  background: #fff;
  transition: border-color 0.3s;
}

.usuario-btn:hover > img,
.usuario-btn:focus > img {
  border-color: var(--Roxo-Lighter, #dbd1ff);
}

.badge-online {
  position: absolute;
  top: -5px;
  right: 14px;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 12px;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
  background: linear-gradient(90deg, #28a745 80%, #dbffe1 100%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1.5px solid #fff;
}

#carouselUsuarios .carousel-control-prev,
#carouselUsuarios .carousel-control-next {
  display: none;
}

.usuario-btn-online {
  border-color: #28a745 !important; /* Bootstrap success green */
}

.usuario-btn-online > img {
  border-color: #28a745 !important; /* Bootstrap success green */
}

.premium-card {
  background: linear-gradient(180deg, #6d4bb3 30.66%, #29223a 69.34%);
  border: none;
}

.premium-plan p {
  color: #fff;
}

.pix-plan {
  margin-top: 1rem;
  width: 100%;
  max-width: 350px;
}

.pix-tax-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  border: 1px solid #fff2;
}

.pix-tax-value {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.pix-tax-desc {
  font-size: 1em;
  opacity: 0.85;
}

@media (max-width: 1360px) {
  .right-benefit {
    display: none !important;
  }

  .left-benefit {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .d-flex.gap-5.justify-content-center {
    flex-direction: column !important;
    gap: 2rem !important;
    align-items: center !important;
  }

  .custom-card {
    width: 95vw !important;
    min-width: unset !important;
    max-width: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .left-card,
  .right-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 600px) {
  .custom-card {
    width: 80vw !important;
    max-width: 98vw !important;
    padding: 10px 5px !important;
  }

  .title-plan {
    font-size: 1.7rem !important;
  }

  .paragraph,
  .paragraph-box,
  .plan-text {
    font-size: 1.1rem !important;
  }

  .pix-plan {
    max-width: 98vw !important;
  }

  .footer-plan {
    font-size: 0.95rem !important;
  }

  .button-plan {
    font-size: 0.9rem !important;
    padding: 10px 8px !important;
  }

  .pix-tax-row {
    font-size: 1rem !important;
    padding: 8px 10px !important;
  }

  .check-plan-list p {
    font-size: 0.95rem !important;
  }

  .purple-title {
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
  }

  .box-row-benefit,
  .box-row {
    flex-direction: column !important;
    align-items: center !important;
    min-height: unset !important;
  }

  .custom-box,
  .discord-box {
    max-width: 98vw !important;
    width: 98vw !important;
    height: auto !important;
    margin-bottom: 1.5rem !important;
  }

  .custom-benefit-box {
    display: none !important;
  }

  .carousel-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 0.5rem !important;
    padding: 8px 0 !important;
  }

  .usuario-btn {
    max-width: 60px !important;
  }

  .lp-font,
  .integration-title {
    font-size: 1.5rem !important;
    line-height: 1.7rem !important;
  }

  .big-padding-top {
    padding-top: 2rem !important;
  }

  .content {
    padding: 20px 5px !important;
  }

  .navbar {
    flex-direction: column !important;
    height: auto !important;
    padding: 0 10px !important;
  }

  .nav-options {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 10px 0 !important;
  }

  .auth-buttons {
    gap: 10px !important;
    padding: 10px 0 !important;
  }
}

@media (max-width: 991px) {
  #integracoes .row > [class*="col-"] {
    margin-bottom: 2rem;
  }

  #integracoes .integration-title {
    font-size: 1.5rem !important;
  }

  #integracoes .paragraph {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 600px) {
  #integracoes .row,
  #integracoes .container,
  #integracoes .p-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #integracoes .integration-title {
    font-size: 1.1rem !important;
    text-align: center !important;
  }

  #integracoes .paragraph {
    font-size: 1rem !important;
    text-align: center !important;
    padding: 0 4px !important;
  }

  #integracoes .integration-box {
    margin: 0 auto 1rem auto !important;
    max-width: 90vw !important;
    padding: 8px !important;
  }

  #integracoes .integration-box img {
    max-width: 60vw !important;
    width: 100% !important;
    height: auto !important;
    padding: 8px !important;
  }

  #integracoes .row.mt-5.justify-content-center.align-items-center,
  #integracoes .row.mt-5.justify-content-center.w-100.align-content-center {
    flex-direction: column !important;
    align-items: center !important;
  }

  #integracoes .mx-3,
  #integracoes .d-flex.align-items-center.col-5.justify-content-center {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    flex-direction: column !important;
    align-items: center !important;
    display: flex !important;
  }

  #integracoes .col-7.p-0 {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #integracoes .purple-title {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
    padding: 0.5rem 0 !important;
  }

  #integracoes .star-left,
  #integracoes .star-right {
    width: 32px !important;
    margin-bottom: 0 !important;
  }
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  z-index: 200;
}

.navbar-toggle span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 900px) {
  .navbar {
    flex-direction: column !important;
    align-items: stretch !important;
    height: auto !important;
    padding: 0 10px !important;
    gap: 0 !important;
  }

  .navbar .logo {
    margin-left: 2rem;
  }
  .navbar .logo img {
    width: 10rem;
  }

  .navbar .menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    gap: 0;
    position: relative;
  }

  .navbar-toggle {
    display: flex;
  }

  .nav-options {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    background: #313131;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 0 !important;
    padding: 0;
    display: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    z-index: 150;
  }

  .nav-options.show {
    display: flex;
    padding: 16px 0;
  }

  .nav-options a {
    width: 100%;
    padding: 16px 24px;
    font-size: 1.2rem;
    border-bottom: 1px solid #222;
    text-align: left;
  }

  .auth-buttons {
    flex-direction: column !important;
    align-items: end !important;
    gap: 10px !important;
    margin: 0 auto 12px auto !important;
    padding: 0 !important;
    width: 100%;
    max-width: 320px;
  }

  .auth-buttons .login,
  .auth-buttons .register {
    width: 6rem;
    max-width: 320px;
    text-align: center;
    padding: 10px 0;
    font-size: 1.1rem;
  }
}

/* Responsive for the "Apenas 2 passos" section */
@media (max-width: 991px) {
  .box-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 2rem !important;
  }

  .custom-box {
    max-width: 95vw !important;
    width: 95vw !important;
    margin-bottom: 1.5rem !important;
    min-height: unset !important;
  }

  .fixed-box img {
    max-width: 80px !important;
    height: auto !important;
  }

  .number2-fade {
    display: none !important;
  }

  .lp-font {
    font-size: 2.2rem !important;
    line-height: 2.4rem !important;
  }

  .paragraph,
  .paragraph-box {
    font-size: 1.1rem !important;
    padding: 0 8px !important;
  }
}

@media (max-width: 600px) {
  .box-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.2rem !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .custom-box {
    max-width: 98vw !important;
    width: 60vw !important;
    padding: 12px 6px !important;
    margin-bottom: 2rem !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  }

  .fixed-box img {
    max-width: 60px !important;
    height: auto !important;
  }

  .lp-font {
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
    text-align: center !important;
  }

  .paragraph,
  .paragraph-box {
    font-size: 1rem !important;
    padding: 0 4px !important;
    text-align: center !important;
  }

  .number2-fade {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .d-flex.flex-row.justify-content-center {
    flex-direction: column !important;
    align-items: center !important;
    gap: 2rem !important;
  }

  .d-flex.align-items-center.mr-5,
  .d-flex.align-items-center.ml-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 180px;
  }

  .d-flex.flex-column.align-items-start {
    align-items: center !important;
    width: 100%;
  }

  .purple-number {
    font-size: 2.2rem !important;
    text-align: center !important;
  }

  .plan-text {
    font-size: 1.1rem !important;
    text-align: center !important;
  }
}

@media (max-width: 1300px) {
    .navbar {
        padding: 0 20px;
    }

        .navbar .menu {
            margin-left: 20px;
            gap: 20px;
        }

    .nav-options {
        gap: 40px;
        padding: 12px 18px;
    }

    .auth-buttons {
        gap: 20px;
        padding: 12px 20px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        padding: 0 15px;
    }

        .navbar .menu {
            margin-left: 15px;
            gap: 15px;
        }

    .nav-options {
        gap: 24px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .navbar .menu a {
        font-size: 16px;
    }

    .auth-buttons {
        gap: 15px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .login {
        padding: 12px 24px;
        font-size: 16px;
    }

    .register {
        padding: 8px 16px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .navbar .logo img {
        max-height: 3em;
    }

    .nav-options {
        gap: 16px;
        padding: 8px 12px;
    }

    .auth-buttons {
        gap: 12px;
        padding: 8px 12px;
    }
}