.body {
  background-color: white;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: white;
  color: black;
  z-index: 1000;
  position: sticky;
  top: 0;
}

.logo {
  text-align: left;
  font-family: sans-serif;
  font-size: 35px;
  /* padding-bottom removed */
}

.nav-buttons {
  text-align: right;
  /* padding-bottom removed */
}

.btn {
  display: inline-block;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  background-color: #fff;
  color: black;
  border: 1.5px solid rgb(0, 169, 224);
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 32px;
  font-size: 28px;
  font-weight: 600;
  transition: all 0.3s ease;
  /* padding-bottom removed */
}

ul > li:not(:first-child) > a {
  font-size: 0.98rem; 
  font-weight: 600; 
}

.btn:hover {
  transform: translateY(-3px);
  background-color: rgb(0, 169, 224) ;
  color: #fff;
  transition: 0.1s;
}

.btn:active {
  transform: scale(0.98);
}


.cta-head {
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  color: black;
  font-size: 2.986rem;
  line-height: 125%;
  text-align: center;
  padding-top: 88px;
  margin: 0px;
  border: 0px solid;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.cta-par {
  margin-top: 8px;
  text-align: left;
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  text-align: center;
  opacity: 1;
  color: black;
  font-size: 1.2rem;
  line-height: 150%;
  padding-bottom: 28px;;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.sgn-bta{
  text-align: center;
  padding-top: 28px;
  padding-bottom: 98px;
}

.sgn-btn {
  display: inline-block;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  background-color: rgb(0, 169, 224);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  border-width: 1.5px;
  padding-bottom: 88px;
  border-color: rgb(0, 169, 224);
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sgn-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.sgn-btn:active {
  transform: scale(0.98);
}


.cta-head2{
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  color: #0e0e0f;
  font-size: 2.074rem;
  line-height: 130%;
  margin: 0px;
  border: 0px solid;
  padding-bottom: 88px;
  padding-top: 88px;
  box-sizing: border-box;
  text-align: center;
}

.anim-head{
    text-align: center;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 500;
    font-size: 2.074rem;
    margin: 0px;
    border: 0px solid;
    padding-top: 88px;
    box-sizing: border-box;
    line-height: 130%;
}

.anim-par{
    margin-top: 8px;
    text-align: center;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    opacity: 1;
    color: rgb(34, 34, 34);
    font-size: 1.2rem;
    line-height: 150%;
    padding-bottom: 88px;
    margin: 0px;
    border: 0px solid;
    box-sizing: border-box;
}

.cta-head3{
  text-align: center;
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  color: rgb(34, 34, 34);
  font-size: 2.074rem;
  margin: 0px;
  border: 0px solid;
  padding-top: 88px;
  box-sizing: border-box;
  line-height: 130%;
}

.border{
  position: relative;
  z-index: 30;
  outline: 0.1px solid black;
  background-color: white;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 88px;
  padding-top: 48px;
  margin-bottom: -20px;
  border: 0px solid;
  box-sizing: border-box;
}

.cta-bor,
.cta-bor2,
.cta-bor3 {
  display: flex;
  animation: 2s cubic-bezier(0.13, 0.89, 0.18, 0.97) 0s 1 normal forwards running fadeUp;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  background-color: rgb(244, 244, 244);
  border-radius: 16px;
  padding: 20px;
  border: 0px solid;
  box-sizing: border-box;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal columns */
  gap: 20px;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 88px;
  justify-content: space-between;
align-items: stretch;
}



.par1{
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1 !important;
  color: rgb(34, 34, 34);
  font-size: 1.44rem;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}
.par2{
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  opacity: 1;
  color: rgb(34, 34, 34);
  font-size: 0.86rem;
  line-height: 150%;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.feat{
  margin-top: 8px;
  text-align: center;
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  opacity: 1;
  color: rgb(34, 34, 34);
  font-size: 1.2rem;
  line-height: 150%;
  padding-bottom: 88px;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.flx-grid{
  display: grid;
  flex-wrap: wrap; 
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
  padding-bottom: 88px;
  padding-top: 15px;
  border: 0px solid;
  justify-content: flex-start;
  box-sizing: border-box;
}

.grid-f{
    display: grid;
    flex-wrap: wrap; 
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    box-sizing: border-box;
    border: 0px solid;
    padding-top: 15px;
    justify-content: flex-start;
    gap: 16px;
}

.par-flx{
  max-width: 309px;
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.44rem;
  line-height: 150%;
  color: rgb(253, 253, 253);
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.par-flx2{
  max-width: 309px;
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  color: rgb(253, 253, 253);
  font-size: 0.86rem;
  line-height: 150%;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.grid1 {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(20, 20, 20);
  color: white;
  box-sizing: border-box;
  align-items: flex-start;
}

.grid2 {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  flex-direction: column;
  align-items: center;
  gap: 20px ; /* adds space between the two paragraphs */
  padding: 20px;
  height: auto; /* optional: remove fixed height */
  border-radius: 20px;
  background-color: #f518ab;
  color: white;
  box-sizing: border-box;
  align-items: flex-start;
}

.grid3 {
  position: relative;
  flex-wrap: wrap; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; 
  padding: 20px;
  height: auto;
  border-radius: 20px;
  background-color:  rgb(20, 20, 20);
  color: white;
  box-sizing: border-box;
  align-items: flex-start;
}

.grid4 {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  flex-direction: column;
  align-items: center;
  gap: 20px ; 
  padding: 20px;
  height: auto; 
  border-radius: 20px;
  background-color: #f518ab;
  color: white;
  box-sizing: border-box;
  align-items: flex-start;
}

.grid5 {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(20, 20, 20);
  color: white;
  box-sizing: border-box;
  align-items: flex-start;
}

#fot {
  font-size: 45px;
}

.grid6 {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f518ab;
  color: rgb(34, 34, 34);
  box-sizing: border-box;
  align-items: flex-start;
}

.grid7 {
  position: relative;
  display: flex;
  grid-column: span 2 / span 2;
  flex-wrap: wrap; 
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(20, 20, 20);
  color: rgb(34, 34, 34);
  box-sizing: border-box;
  align-items: flex-start;
}

#fot1 {
  font-size: 20px;
}

#fot2 {
  font-size: 15px;
}

.border2 {
  position: relative;
  outline: 0.1px solid black;
  z-index: 30;
  background-color: rgb(20, 20, 20);
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 48px;
  padding-top: 88px;
  margin-bottom: -20px;
  border: 0px solid;
  box-sizing: border-box;
}

.star {
  text-align: center;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  color: rgb(253, 253, 253);
  font-size: 2.074rem;
  line-height: 130%;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.star-border {
  display: flex;
  animation: 2s cubic-bezier(0.13, 0.89, 0.18, 0.97) 0s 1 normal forwards running fadeUp;
  flex-direction: column;
  flex-wrap: wrap; 
  gap: 24px;
  background-color: rgb(253, 253, 253);
  padding: 45px;
  padding-bottom: 88px;
  padding-top: 32px;
  border-radius: 20px;
  border: 0px solid;
  box-sizing: border-box;
}

.star {
  padding-bottom: 48px;
}

.star-head {
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1 !important;
  color: rgb(34, 34, 34);
  font-size: 28px;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.star-par {
  grid-column: span 2 / span 2;
  font-family: sharp-grotesk-20, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  color: rgb(34, 34, 34);
  font-size: 0.86rem;
  line-height: 150%;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
}

.star01 {
  padding-bottom: 48px;
  padding-top: 88px;
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  color: rgb(253, 253, 253);
  font-size: 2.074rem;
  line-height: 130%;
  margin: 0px;
  border: 0px solid;
  box-sizing: border-box;
  text-align: center;
}

.icon-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px; /* spacing between icons */
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* allows wrapping on small screens */
}

.icon-list li {
  display: flex;
  align-items: center;
  padding-bottom: 88px;
  justify-content: center;
}

.icon-list img {
  width: 80px; /* roughly the diameter of a nickel */
  height: 80px;
  object-fit: contain;
}

.star-footer {
  font-family: "Host Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  color: rgb(253, 253, 253);
  padding-top: 88px;
}

/* Add viewport meta tag in HTML: <meta name="viewport" content="width=device-width, initial-scale=1"> */

/* Existing CSS remains the same until bottom */

/* Responsive Additions */
@media (max-width: 1024px) {
  .cta-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .flx-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-menu {
      flex-direction: column;
      padding: 20px;
  }

  .logo, .nav-buttons {
      padding-bottom: 20px;
      text-align: center;
  }

  .cta-head {
      font-size: 2rem;
      padding-top: 40px;
  }

  .cta-par {
      font-size: 1rem;
      padding: 0 24px 18px; 
      max-width: 80ch; 
      margin-left: auto;
      margin-right: auto;
  }

  .cta-grid {
      grid-template-columns: 1fr;
  }

  .flx-grid {
      grid-template-columns: 1fr;
  }

  .border, .border2 {
      padding-left: 20px;
      padding-right: 20px;
  }

  .grid7 {
      grid-column: span 1;
  }
}

@media (max-width: 480px) {
  .btn, .sgn-btn {
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
  }

  .nav-buttons {
      display: flex;
      flex-direction: column;
      width: 100%;
  }

  .cta-head {
      font-size: 1.5rem;
  }

  .cta-head2, .cta-head3 {
      font-size: 1.3rem;
  }

  .icon-list img {
      width: 60px;
      height: 60px;
  }

  .star-border {
      padding: 20px;
  }

  .par-flx {
      font-size: 1.2rem;
  }
}

/* Mobile-first adjustments */
@media (min-width: 769px) {
  .grid7 {
      grid-column: span 2;
  }
}

/* FOR NEW CHANGES*/
*{
  margin: 0;
  padding: 0;
}

nav{
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li{
  height: 70px;
  text-align: left;
  font-family: "Host Grotesk",sans-serif;
  font-size: 25px;
}

nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover{
  background-color: rgb(173, 222, 238);
  border-radius: 20px 20px;
  color: white;
  transition: 0.1s;
}

nav li:first-child{
  margin-right: auto;
}

.sidebar{
  position: fixed;
  top: 0; 
  right: 0;
  height: 100vh;
  width: 250px;
  background-color: white;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li{
  width: 100%;
}

.sidebar a{
  width: 100%;
}

.menu-button{
  display: none;
}
@media(max-width: 800px){
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
}

@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sgn-btn {
      display: block;
      width: 100%;
      max-width: 180px;
      padding: 12px 20px;
      font-size: 13px;
      margin: 0 auto; /* Centers the button */
  }
}





:root{
  --accent-color: #f518ab;
  --base-color: white;
  --text-color: black;
  --input-color: #F3F0FF;
}

html{
  font-family: "Host Grotesk",sans-serif;
  color: var(--text-color);
  text-align: center;
}

.sign-wrap{
  box-sizing: border-box;
  background-color: var(--base-color);
  height: 100vh;
  width: max(40%, 600px);
  padding: 10px;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1{
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
}
form{
  width: min(400px, 100%);
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
form > div{
  width: 100%;
  display: flex;
  justify-content: center;
}
form label{
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  background-color: var(--accent-color);
  fill: var(--base-color);
  color: var(--base-color);
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
form input{
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 0;
  height: 50px;
  padding: 1em;
  font: inherit;
  border-radius: 0 10px 10px 0;
  border: 2px solid var(--input-color);
  border-left: none;
  background-color: var(--input-color);
  transition: 150ms ease;
}
form input:hover{
  border-color: var(--accent-color);
}
form input:focus{
  outline: none;
  border-color: var(--text-color);
}
div:has(input:focus) > label{
  background-color: var(--text-color);
}
form input::placeholder{
  color: var(--text-color);
}
form button{
  margin-top: 10px;
  border: none;
  border-radius: 1000px;
  padding: .85em 4em;
  background-color: var(--accent-color);
  color: var(--base-color);
  font: inherit;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 150ms ease;
}
form button:hover{
  background-color: var(--text-color);
}
form button:focus{
  outline: none;
  background-color: var(--text-color);
}
a{
  text-decoration: none;
  color: var(--accent-color);
}
a:hover{
  text-decoration: underline;
}

form div.incorrect label{
  background-color: #f06272;
}
form div.incorrect input{
  border-color: #f06272;
}
#error-message{
  color:#f06272;
}

@media(max-width: 1100px){
  .sign-wrap{
    width: min(600px, 100%);
    border-radius: 0;
  }
}