body {
  font-family: "Montserrat";
  background-color: black;
}
.section-one {
  min-height: 100vh;
  font-family: "Montserrat";
  background-color: black;
  background: radial-gradient(circle at center, #009e9c 1%, #000000 70%);
  position: relative;
  z-index: 0;
}
nav {
  padding: 10px 20px;
  background-color: #1c1c1c;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px;
  border-radius: 25px;
}

.logo {
  font-size: 20px;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
}

.nav-text {
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
  display: flex;
  gap: 20px;
  text-decoration: none;
}
.nav-text a {
  color: #ffffff;
  text-decoration: none;
}
.install-button {
  background-color: white;
  color: black;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.install-button:hover {
  background-color: #e0e0e0;
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow: 0 0 80px 25px rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%) scale(1.03);
  }
  100% {
    box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) scale(1);
  }
}

.circle {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #42c2c2 38%,
    #000000 100%
  );
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseGlow 4s ease-in-out infinite;
  z-index: 1;
}

.text {
  font-family: "Inter";
  color: white;
  text-align: center;
  font-size: 60px;
  margin-top: 120px;
  line-height: 1.3;
  font-weight: bold;
  z-index: 2;
}

.text span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  z-index: 2;
}
.subtext {
  font-family: "Inter";
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  z-index: 2;
}
.tagline {
 display: none;
}

.get-started {
  display: block;
  font-family: "Inter";
  color: black;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 12px 12px;
  border-radius: 10px;
  margin-top: 42px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}
.get-started:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}

.circle-icons {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-top: 20px;
}
.icon {
  width: 60px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon img {
  width: 90px;
  height: 90px;
}
.icon:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.section-two {
  background-color: black;
  min-height: 90vh;
  display: block;
  justify-content: center;
  background: radial-gradient(circle at center, #00b3b0 1%, #000000 60%);
  color: white;
  font-family: "Inter";
  margin-top: 50px;
  text-align: center;
}

.section-two .headline {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-two p {
  font-size: 20px;
  line-height: 1.6;
  color: #dcdcdc;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
  padding: 14px 28px;
  background-color: #1a73e8;
  color: white;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: larger;
}

.learn-more:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.chrome-icon {
  width: 30px;
  height: 30px;
}

.dashboard-image {
  margin-top: 20px;
}
.dashboard-image img {
  width: 80%;
  max-width: 900px;
  border-radius: 10px;
}

.install-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.verified {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  font-size: 12px;
  color: #dcdcdc;
  margin-top: 12px;
}

.verified-icon {
  width: 22px;
  height: 22px;
}

.section-three {
  min-height: 100vh;
  margin-top: 40px;
  background: radial-gradient(circle at center, #00b3b0 1%, #000000 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter";
  color: white;
  padding: 60px 20px;
  background-color: radial-gradient(
    circle at center,
    #000000 100%,
    #000000 100%
  );
}

.headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.headline span {
  display: block;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
}

.description {
  font-size: 20px;
  color: #dcdcdc;
  margin-top: 25px;
  max-width: 900px;
}

.info-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.box {
  background-color: rgba(37, 37, 37, 0.751);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px 25px;
  width: 320px;
  height: 340px;
  box-shadow: 0 0 20px rgba(103, 103, 103, 0.317);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.box1 {
  background: linear-gradient(-135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}
.box2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}
.box3 {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}
.box:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(0, 255, 204, 0.219);
}

.box h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 22px;
}

.box p {
  color: #dcdcdc;
  font-size: 16px;
  line-height: 1.5;
}

.pros {
  width: 150px;
  height: 154px;
}
.footer {
  background: linear-gradient(180deg, #000000, #001010);
  color: #dcdcdc;
  padding: 40px 60px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Inter", sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff81;
}

.logo-shape {
  width: 38px;
  height: 38px;
}

.copyright {
  font-size: 14px;
  color: #888;
  margin: 0;
}

/* Center: social icons */
.social-pages {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-pages img {
  width: 66px;
  height: 66px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.social-pages img:hover {
  opacity: 1;
}

/* Right side: links */
.footer-right {
  display: flex;
  gap: 18px;
}

.footer-right a {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.footer-right a:hover {
  color: #fff;
}

.text,
.subtext,
.get-started,
.circle-icons,
nav {
  position: relative;
  z-index: 2;
}

.section-one,
.section-two,
.section-three {
  position: relative;
  z-index: 0;
}

.section-one::before,
.section-two::before,
.section-three::before,
.section-one::after,
.section-two::after,
.section-three::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  z-index: 2;
}

.section-one::before,
.section-two::before,
.section-three::before {
  top: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.section-one::after,
.section-two::after,
.section-three::after {
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.text,
.subtext,
.get-started,
.circle-icons,
nav,
.section-two .content,
.headline,
.description,
.info-boxes,
.footer-content {
  position: relative;
  z-index: 3;
}

.logo-shape {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  nav {
    margin: 10px 20px;
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
  }

  .nav-text {
    gap: 15px;
    font-size: 16px;
  }

  .text {
    font-size: 48px;
  }

  .text span {
    font-size: 64px;
  }

  .subtext {
    font-size: 18px;
  }

  .circle {
    width: 280px;
    height: 280px;
  }

  .box {
    width: 280px;
    height: auto;
  }

  .info-boxes {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .section-one {
    min-height: 80vh;
  }
  .section-two > .content > p {
    display: none;
  }
  nav {
    padding: 10px 20px;
    background-color: #1c1c1c;
    color: white;
    display: flex;
    justify-content: end;
    margin: 10px 0px;
    border-radius: 25px;
  }

  .nav-text {
    gap: 8px;
  }

  .install-button {
    font-size: 14px;
    padding: 8px 14px;
  }

  .section-one .text {
    font-size: 20px;
    margin-top: 170px;
    line-height: 1.2;
    white-space: normal;
    word-wrap: break-word;
  }

  .section-one .text span {
    margin-top: 5px;
    font-size: 30px;
    display: inline;
  }
  .section-one .subtext {
    font-size: 15px;
    margin-top: 12px;
    display: none;
  }
  .tagline {
    display: block;
    font-size: 11px;
    color: #f2f2f2;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-weight: bold;
  }


  .section-one .get-started {
    margin-top: 25px;
    font-size: 12px;
    padding: 10px 10px;
  }
  .circle {
    width: 220px;
    height: 220px;
  }
  .section-two {
    margin-top: 50px;
  }
  .section-two .headline {
    padding-top: 110px;
    font-size: 17px;
    font-weight: bold;
  }
  .section-two p {
    font-size: 20px;
  }

  .learn-more {
    font-size: 16px;
    padding: 10px 10px;
    max-width: 200px;
  }

  .dashboard-image img {
    width: 85%;
  }

  .info-boxes {
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }

  .box {
    justify-items: center;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .footer-left {
    align-items: center;
  }

  .social-pages img {
    width: 50px;
    height: 50px;
  }

  .footer-right {
    flex-direction: column;
    gap: 6px;
  }

  .nav-text,
  .install-button {
    display: none;
  }

  .logo {
    justify-content: center;
    width: 100%;
  }

  .footer-content {
    flex-direction: column-reverse;
  }

  .headline {
    font-size: 16px !important;
    line-height: 1.3 !important;

    max-width: 900px;
  }

  .headline span {
    font-size: 16px !important;
    display: block;
  }

  .section-two,
  .section-three {
    margin-top: 10px;
  }

  .mobile-install {
    font-size: 10px;
  }
  .desktop-install {
    display: none;
  }

  .mobile-install {
    display: flex;
  }

  .section-two > .content > p {
    display: none;
  }

  .icon {
    cursor: none;
  }
}

@media (max-width: 480px) {
  .text {
    font-size: 28px;
  }

  .text span {
    font-size: 40px;
  }

  .subtext {
    font-size: 14px;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .learn-more {
    width: 90%;
    font-size: 14px;
  }

  .headline {
    font-size: 32px;
  }

  .description {
    font-size: 16px;
  }

  .pros {
    width: 120px;
    height: 120px;
  }
}

.desktop-install,
.mobile-install {
  display: none;
}

.mobile-install {
  display: none;
  position: relative;
  background-color: #1c1c1cb6;
  padding: 20px;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-top: 10px;
}

.mobile-install .install-bitlenz {
  margin: 3px;
  font-weight: bold;
  color: #ffffff;
}
.mobile-install .mobile-text {
  font-size: 14px;
  margin: 0;
  color: #dcdcdc;
}

.mobile-install .mobile-text1 {
  font-size: 15px;
  font-weight: 700px;
  margin: 2px;
  color: white;
}

.mobile-install .email-form {
  display: flex;
  gap: 8px;
  width: 100%;
}

.mobile-install input {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: none;
  background-color: #2b2b2b;
  color: white;
}

.mobile-install button {
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  background-color: #00b3b0;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}

.mobile-install button:hover {
  opacity: 0.8;
}
