* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}

body {
  background: #0b0b0f;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}

body {
  background: #0b0b0f;
  color: #fff;
}
h2{
    font-size: 2.6rem;
}
h3{
    font-size: 2rem;
}
p{
    font-size: 1.2rem;
}
.rg-card p, .footer-bottom p{
font-size: 1rem;
}
/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11,11,15,0.7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #1f1f2a;
}


.logo img {
 max-width: 130px;
}

/* LINKS */
.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: #272727;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s;
  font-weight: 600;
}

.nav-links a:hover {
  color: #d2232a;
}

/* ACTIONS */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.login {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid rgb(236, 236, 236);
  padding: .27rem 1rem;
  border-radius: .38rem;
  background-color: #f7f7f7;
}
.login:hover{
border: 1px solid rgb(216, 215, 215);
background-color: #e0e7fd;
color: #000;
}

.btn-primary {
  background: linear-gradient(135deg, #010129, #000003);
  color: #ffffff;
  padding: .3rem 1rem;
  border-radius: .38rem;
  text-decoration: none;
  font-weight: 500;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  gap: 18px;
  padding: 20px;
  overflow: hidden;

  background: #060608;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  min-height: 80px;
}

.hero p {
  font-size: 1.1rem;
  color: #bdbdbd;
}

/* FORM */
.hero-form {
    margin-top: 25px;
    background: #ffffff;
    border-radius: 20px;
    padding: .9rem 1rem;
    width: 40vw;
    transition: 0.3s ease;
}
.hero-form:focus-within {
  border-color: #7c7cff;
  box-shadow: 0 0 0 4px rgba(124,124,255,0.15);
}

.hero-form input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 16px 12px;
  color: #b1b1b1;
  font-size: 1rem;
}

.hero-form input::placeholder {
  color: #7a7a8c;
}

/* BUTTON */
.hero-form a {
  background: linear-gradient(135deg, #7c7cff, #9b9bff);
  border: none;
  color: #000;
  padding: 10px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: 0.25s ease;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.65;
  z-index: 0;
}

/* RED GLOW */
.hero::before {
  background: radial-gradient(circle, #ff3b3b, #ff0055);
  top: -220px;
  left: -180px;
}

/* PURPLE / BLUE GLOW */
.hero::after {
  background: radial-gradient(circle, #7c7cff, #5f2bff);
  bottom: -220px;
  right: -180px;
  animation-delay: 7s;
}
.hero::after {
  mix-blend-mode: screen;
}



.hero-form button svg {
  stroke: #000;
  fill: none;
  stroke-width: 2;
}

.hero-form button:hover {
  transform: translateX(4px);
}
.file-set {
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    /* padding: 7px 9px; */
    font-size: .7rem;
    color: gray;
}
.file-set:hover{
    border: 1px solid rgb(216, 215, 215);
background-color: #e0e7fd;
color: #000;
}
.file-set.plus, .file-set.ai_chat svg  {
    padding: 6px;
}
.file-set.attach {
    padding: 5px 8px;
}
 .file-set.chat{
    padding: 5px 10px;
 }
.hero-icon {
    padding: 0 10px ;
}
.start-set {
    background: #fff;
    color: black;
    font-size: 1.2rem;
    padding: .3rem 1.1rem .6rem;
    border-radius: 2rem;
}
.start_text {
    width: 34vw;
}
/* MOBILE */
@media (max-width: 600px) {
  .hero-form {
    flex-direction: column;
    border-radius: 16px;
  }
  .hero-form button {
    width: 100%;
    justify-content: center;
  }
}





.rg-inspired{
    background-color: #fff;
  overflow:hidden;
}

.rg-subtitle{
  opacity:.8;
}

.rg-slider{
  position:relative;
  width:100%;
  overflow:hidden;
}

.rg-track{
  display:flex;
  width:max-content;
  animation: rg-scroll 25s linear infinite;
}

.rg-track2{
  display:flex;
  width:max-content;
  animation: rgb-scroll 25s linear infinite;
}

@keyframes rg-scroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

@keyframes rgb-scroll{
  0%{ transform:translateX(-50%); }
  100%{ transform:translateX(0%); }
}

.rg-card {
    min-width: 400px;
    margin: 0 15px;
    background: #111;
    border-radius: 14px;
    overflow: hidden;
    transition: .4s;
    /* height: 315px; */
}

.rg-card img{
  width:100%;
  height:78%;
  object-fit:cover;
}

.rg-card h4{
  padding:14px;
  text-align:center;
}

.rg-card:hover{
  transform:translateY(-8px) scale(1);
}

/* Limites */
.limites-container {
    background-color: #f5f5f5;
    border-radius: 39px;
}

.bg-img{
    background-image: url('../media/bg-limits1.jpg');
}
.bg-img1{
    background-image: url('../media/bg-limits2.jpg');
}
.bg-img, .bg-img1{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 39px;
    height: 53vh;
    overflow: hidden;
}
.limit-form-text{
    border-radius: 15px;
}
.submit{
    background-color: #ea5f44;
    color: #fff;
    padding: .5rem .7rem;
    border-radius: .4rem;
}
.border-bottm{
    border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}

/* FOOTER */
.footer {
  background: #e2e2e2;
  color: #000000;
}



.footer-brand h3 {
  color: #181818;
  font-size: 24px;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 14px;
}
.footer-brand img{
    width: 150px;
}
.footer-column h4 {
  color: #111111;
  margin-bottom: 8px;
  font-size: 16px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 6px 0;
}

.footer-column ul li a {
  color: #080808;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: rgb(119, 3, 3);
}

.footer-bottom {
  border-top: 1px solid #d3d2d2;
}

.footer-social a {
    margin: 0 8px;
    padding: 10px;
    background-color: #d2232a;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    width: fit-content;
}

/* MOBILE */
@media (max-width: 900px) {
  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #0b0b0f;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }
  .hero-form, .start_text {
    width: 75vw;
}
.limit-card {
    padding: 1rem !important;
}
.limit-form-text {
    margin: 1rem !important;
            padding: 1rem !important;
}
p {
    font-size: 1rem;
}
.h5, h5 {
    font-size: 1.03rem;
}
.check-limit svg {
    width: 1rem;
}
.h4, h4 {
    font-size: calc(1.05rem + .3vw);
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
}