* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: rgb(255, 255, 255);
  font-family: system-ui, -apple-system, sans-serif;
}

/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  height: 72px;
  padding: 0 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  z-index: 10000;
}

.nav-left>img{
    color:  rgb(255, 255, 255);
    height: 700px;
    width: 100px;
}

.nav-center {
  margin-left: 200px;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: rgb(8, 8, 8);
  font-weight: 600;
}

.nav-right {
  display: flex;
  gap: 0.75rem;
}


.contact {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: rgb(8, 8, 8);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}

.start {
  background:  rgb(255, 255, 255);
  color: rgb(8, 8, 8);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}

/* HERO */
.hero {
  min-height: 100vh;
  margin-top: -72px;
  padding-top: 20px;
  background: url("assets/bg-light.svg") center/cover no-repeat;
  color:  rgb(255, 255, 255); 
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-content {
  max-width: 700px;
  margin-top: 6rem;
}


.badge{
  margin-left: 170px;
  width: 400px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(0,0,0,0.25);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  gap: 10px;
}

.badge h4{
  background-color: rgb(8, 151, 8);
  padding: 2px 40px 2px 10px;
  border-radius: 5px;
  width: 10px;
}

.symbol{
  color: rgb(8, 8, 8);
  background-color: rgb(255, 255, 255);
  padding: 2px 2px 2px 2px;
  border-radius: 50%;
  width: 20px;
  margin-left: 10px;
}

.symbol:hover{
  cursor: pointer;
}

.hero h1 {
  font-size: 3.6rem;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.hero p {
  font-size: 26px;
  opacity: 0.9;
  margin-bottom: 2rem;
}

/* CTA */
.email-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  width: 400px;
  padding: 2px;
  border-radius: 999px;

  /* frosted pill */
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.35);
}

.email-cta input {
  flex: 1;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
  padding: 1px 16px;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}

.email-cta input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.email-cta button {
  background: rgb(255, 255, 255);
  color: rgb(8, 8, 8);
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* Docs Section */
/* Doc-1 */
.docs{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}

/* Doc-2 */
.docs-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 700px;
}

/* Doc-3 */
.doc-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.first{
  font-size: 40px;
  font-weight: 650;
  margin-top: -100px;
}

.second{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 50px;
}

/* Doc-4 */
.docs-3{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  
}

/* Doc-5 */
.doc-4{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.first-1{
  font-size: 12px;
  font-weight: 650;
  color: rgb(8, 151, 8);
}

.first-2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
}

.second-1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
}

/* Doc-6 */
.docs-5{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
}

/* Doc-7 */
.doc-6{
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(251, 246, 246);
  padding-top: 100px;
}

.first-3{
  font-size: 12px;
  font-weight: 650;
  color: rgb(8, 151, 8);
  margin-right: 800px;
}

.first-4{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500;
  margin-right: 570px;
  line-height: 1;
  margin-bottom: 10px;
}

/* Doc-8 */
.doc-7{
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-3{
  margin-right: 188px;
}

.second-4{
  padding: 4px 12px 4px 12px;
  font-size: 16px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  background-color: rgb(8, 8, 8);
}

.doc-10{
  margin-top: 100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.doc-8{
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  margin-left: 270px;
  gap: 20px;
  position: relative;
}

.first-6{
  font-size: 20px;
  font-weight: 500;
}
.doc-9{
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 210px;
  margin-left: 100px;
  gap: 20px;
}

.first-9{
  font-size: 20px;
  font-weight: 500;
}
 
.image{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 50px;
  opacity: 0.9  ;
}

.image:hover{
  opacity: 1;
  transition: opacity .3s ease;
}


.brands{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 5%;
  border-radius: 30px;
}

.doc-11{
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.first-11{
  font-size: 12px;
  font-weight: 650;
  color: rgb(8, 151, 8);
}

.first-12{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 650;
}

.second-5{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
}

.second-6{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-left: 100px;
  margin-top: 100px;
}

.card-1{
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 300px;
  border: 7px solid rgb(8, 8, 8);
  border-radius: 20px;
}

.perplexity{
  margin-top: 15px;
}

.perplexity-1{
  margin-top: 20px;
}

.perplexity-1:hover{
  color: rgb(8, 151, 8);
  cursor: pointer;
}
.card-2{
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 300px;
  border: 7px solid rgb(8, 8, 8);
  border-radius: 20px;
}

.x{
  margin-top: 15px;
}

.x-1{
  margin-top: 40px;
}
.x-1:hover{
  color: rgb(8, 151, 8);
  cursor: pointer;
}

.card-3{
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 300px;
  border: 7px solid rgb(8, 8, 8);
  border-radius: 20px;
}

.kalshi{
  margin-top: 15px;
}
.kalshi-1{
  margin-top: 20px;
}
.kalshi-1:hover{
  color: rgb(8, 151, 8);
  cursor: pointer;
}


.emoji{
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emoji:hover{
  cursor: pointer;
}

/* Last Doc */
.last-doc{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-line{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 650;
}

.next-line p{
  margin-top: 20px;
}

.final-CTA1{
  margin-top: 30px;
}

.CTA-1{
  padding: 4px 12px 4px 14px;
  font-size: 16px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  background-color: rgb(8, 8, 8);
}

.CTA-2{
  padding: 4px 12px 4px 12px;
  font-size: 16px;
  border-radius: 30px;
  color: rgb(8, 8, 8);
  background-color: rgb(255, 255, 255);
}

.last{
  margin-top: 100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.last-1{
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  margin-left: 270px;
  gap: 20px;
  position: relative;
}

.para_2{
  font-size: 20px;
  font-weight: 500;
}
.last-2{
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 210px;
  margin-left: 100px;
  gap: 20px;
}

.para_6{
  font-size: 20px;
  font-weight: 500;
}

.para_4:hover{
  color: rgb(8, 151, 8);
}

.para_8:hover{
  color: rgb(8, 151, 8);
}

.footer {
  margin-top: 30px;
  background: #fafafa;
  padding: 3rem 4rem;
  font-family: system-ui, -apple-system, sans-serif;
  color: #111;
}

/* TOP */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-size: 1.4rem;
  font-weight: 700;
}

.footer-socials span {
  margin-left: 1rem;
  opacity: 0.6;
  cursor: pointer;
}

hr {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 2rem 0;
}

/* LINKS */
.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
}

.col h4 {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #888;
}

.col a {
  display: block;
  text-decoration: none;
  color: #111;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.col a:hover {
  text-decoration: underline;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.security {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.badge {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 0.7rem;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f1f1f1;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

.dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

.copyright {
  font-size: 0.85rem;
  color: #666;
}

