@import url("https://fonts.googleapis.com/css?family=Ibarra+Real+Nova:700,400italic,400|IBM+Plex+Sans:400|Inter:700,600");

.desktop {
  display: flex;
  flex-direction: column;
  height: auto; /* Allow for content height, not viewport height */
  min-height: 100vh; /* Ensure it's at least the height of the viewport */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 173px 0px 173px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(13.44, 15.68, 35.06) 100%);
}

.button-link {
    text-decoration: none;  /* Removes underline from anchor tags */
}

.button-link:hover .div-wrapper,
.button-link:hover .frame-3 {
    background-color: rgba(255, 255, 255, 0.1);  /* Slight white overlay on hover */
    cursor: pointer;  /* Hand cursor on hover */
}

.button-link:active .div-wrapper,
.button-link:active .frame-3 {
    background-color: rgba(255, 255, 255, 0.2);  /* Slightly darker overlay on active click */
}

.div-wrapper,
.frame-3 {
    transition: background-color 0.3s ease-in-out;
}


.desktop .frame {
  display: inline-flex;
  align-items: flex-start;
  gap: 109px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .myo-m-muscle {
  position: relative;
  width: 376px;
  height: 59px;
  margin-top: -1px;
  font-family: "Ibarra Real Nova", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 32px;
  line-height: 26px;
}

.desktop .text-wrapper {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
}

.desktop .span {
  font-style: italic;
  color: #ffffff;
  letter-spacing: 0;
}

.desktop .text-wrapper-2 {
  color: #b1b1b1;
  font-size: 22px;
  letter-spacing: 0.88px;
}

.desktop .rectangle {
  position: relative;
  width: 376px;
  height: 1px;
  background-color: #242424;
}

.desktop .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-3 {
  position: relative;
  width: 376px;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 31px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .purchase-this {
  position: relative;
  width: 380px;
  font-family: "IBM Plex Sans", Helvetica;
  font-weight: 400;
  color: #b7b7b7;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 23.1px;
}

.desktop .group {
  position: relative;
  width: 376px;
  height: 109px;
}

.desktop .div-wrapper {
  display: flex;
  width: 376px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4b58ca;
  border-radius: 3px;
  box-sizing: border-box;
}

.desktop .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.desktop .frame-3 {
  display: flex;
  width: 376px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  position: absolute;
  top: 62px;
  left: 0;
  border-radius: 3px;
  border: 1px solid;
  border-color: #2b2b2b;
  box-sizing: border-box;
}

.desktop .iphone {
  position: relative;
  max-width: 380px;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
  align-self: flex-start;
  margin-top: -20px;
}

@media only screen and (max-width: 1080px) {
  .desktop {
    padding-top: 80px; 
  }
  .desktop .frame {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .desktop .iphone {
    width: 80%;  
    height: auto; 
  }
}

.back-link {
  color: #888;
  text-decoration: none;
  font-family: "Inter", Helvetica;
  font-size: 14px;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.back-link:hover {
  color: #fff;
}

.brand-header {
  display: flex;
  align-items: baseline;
  gap: 0;
}

.brand-name {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: 42px;
  color: #ffffff;
  letter-spacing: -1px;
}

.brand-tld {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 42px;
  color: #4b58ca;
  letter-spacing: -1px;
}

.brand-tagline {
  font-family: "IBM Plex Sans", Helvetica;
  font-size: 20px;
  color: #888;
  font-style: italic;
  margin: 0;
}

.listing-page {
  min-height: 100vh;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(13.44, 15.68, 35.06) 100%);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.listing-header {
  text-align: center;
  margin-bottom: 60px;
}

.listing-header h1 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.listing-subtitle {
  font-family: "IBM Plex Sans", Helvetica;
  font-size: 18px;
  color: #888;
  margin: 0;
}

.domains-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 900px;
  width: 100%;
}

.domain-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  padding: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.domain-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #4b58ca;
  transform: translateY(-4px);
}

.domain-name {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
}

.domain-tagline {
  font-family: "Ibarra Real Nova", Helvetica;
  font-style: italic;
  font-size: 16px;
  color: #888;
}

.domain-price {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  font-size: 24px;
  color: #4b58ca;
  margin-top: 16px;
}

.listing-footer {
  margin-top: 60px;
  text-align: center;
}

.listing-footer p {
  font-family: "IBM Plex Sans", Helvetica;
  font-size: 14px;
  color: #666;
}

@media only screen and (max-width: 600px) {
  .listing-page {
    padding: 40px 20px;
  }
  
  .listing-header h1 {
    font-size: 32px;
  }
  
  .domains-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    padding: 40px 20px;
  }
  
  .desktop .frame {
    flex-direction: column;
    gap: 40px;
  }
  
  .desktop .iphone {
    display: none;
  }
  
  .desktop .div {
    width: 100%;
  }
  
  .desktop .div-wrapper,
  .desktop .frame-3 {
    width: 100%;
  }
}
