.headlinesection {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.rotatosection {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 8150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.sitesection {
  display: block;
  padding-top: 186px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.topheading {
  max-width: 460px;
  margin-top: 50%;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  letter-spacing: -3px;
}

.bluesky-logo {
  display: inline-block;
  height: 60px;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}

.topheading.first {
  max-width: 700px;
  margin-top: 15vh;
  color: #fff;
  font-size: 110px;
  line-height: 110px;
  text-align: center;
  letter-spacing: -6px;
}

.toptext {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.toptext-mobile {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .toptext-desktop {
    display: none !important;
  }

  .toptext-mobile {
    display: block !important;
  }
}

.topbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 30px;
  justify-content: center;
}

.topbutton {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: #e11d48;
  border: none;
}

.topbutton:hover {
  background-color: #be123c;
}

.stickydiv {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.siteheading {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
}

.siteheading.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 60px;
  line-height: 60px;
}

.lottie-animation {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.canvascontainer-mobile {
  display: none !important;
}

.canvascontainer-desktop {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .canvascontainer-mobile {
    display: flex !important;
  }

  .canvascontainer-desktop {
    display: none !important;
  }
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.sidebyside {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  margin-top: 75px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f5;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.howto {
  padding-left: 0px;
  color: #797979;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.heading {
  max-width: 322px;
  margin-right: 59px;
}

.heading.instructions {
  margin-top: 0px;
}

.text-block {
  margin-top: 36px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.08);
  font-family: Inconsolata, monospace;
}

.howtocolumn {
  margin-top: 36px;
}

.floatingsection {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floatingsection.float2 {
  position: relative;
  z-index: 101;
  min-height: 1500px;
  margin-top: 100vh;
  margin-right: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floatingsection.first {
  margin-top: auto;
}

.floattext {
  max-width: 500px;
  min-width: 500px;
  color: #8e8e8e;
  text-align: left;
}

.authenticity-subtext {
  display: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.noai-subtext {
  display: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.bluesky-subtext {
  display: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.image {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  margin-left: -19px;
}

.text-block-3 {
  max-width: 322px;
}

.bignumber {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  color: #fff;
  font-size: 5ch;
  line-height: 100%;
  text-align: center;
}

.bignumbercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #000;
}

.quickstart {
  margin-bottom: 16px;
}

.heading-2 {
  position: static;
}

.heading-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
}

.text-block-4 {
  padding-right: 566px;
}

.sticky-explainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.floatingsection-ex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floatingsection-ex2.float2 {
  position: relative;
  z-index: 101;
  width: 50%;
  height: 200vh;
  margin-top: 667px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.floatingsection-ex2.float2-ex2 {
  position: relative;
  z-index: 101;
  width: 50%;
  height: 200vh;
  margin-top: 667px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headlinesection-copy {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.canvascontainer {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
}

.canvascontainer-desktop,
.canvascontainer-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
}

.section {
  background-color: transparent;
}

.div-block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 100%;
  height: 80px;
  margin-top: -62px;
  background-color: #000;
}

.navbar {
  position: relative;
  z-index: 200;
  width: 100%;
  background-color: #000;
  overflow: visible;
}

.container-3 {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  max-width: 100% !important;
  width: 100%;
  height: 60px;
}

.container-3:before,
.container-3:after {
  display: none !important;
}

.nav-mobile {
  display: none;
}

.nav-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav-center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 16px;
}

@media screen and (max-width: 479px) {
  .nav-mobile {
    display: flex !important;
    align-items: center;
  }

  .nav-left,
  .nav-center-icon {
    display: none !important;
  }

  .nav-right {
    display: flex !important;
  }

  .container-3 {
    justify-content: space-between !important;
    padding: 15px 20px !important;
  }
}

.nav-link {
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: 1px solid #e11d48;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #e11d48;
}

.app {
  margin-top: 178px;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    height: 500px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .headlinesection {
    padding-right: 20px;
    padding-left: 20px;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .rotatosection {
    height: 8500px;
  }

  .topheading {
    margin-top: 23%;
  }

  .topheading.first {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
  }

  .lottie-animation {
    width: 200%;
    height: 1000px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.sidebyside {
    padding-right: 21px;
    padding-left: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .howto {
    margin-left: -39px;
  }

  .heading {
    max-width: 254px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .howtocolumn {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .floatingsection.float2 {
    margin-right: 0%;
  }

  .floattext {
    min-width: auto;
    max-width: 100%;
  }

  .floatingsection-ex2.float2 {
    width: 90%;
  }

  .floatingsection-ex2.float2-ex2 {
    width: 90%;
  }

  .headlinesection-copy {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sitesection {
    margin-right: 19px;
    margin-left: 19px;
  }

  .topheading {
    margin-top: 5vh;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }

  .topheading.first {
    margin-top: 15vh;
  }

  .bluesky-heading {
    white-space: nowrap;
  }

  .bluesky-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .floattext {
    display: none;
  }

  .authenticity-subtext {
    display: block;
  }

  .noai-subtext {
    display: block;
  }

  .bluesky-subtext {
    display: block;
  }

  .toptext {
    margin-right: 23px;
    margin-left: 23px;
  }

  .stickydiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.sidebyside {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .howto {
    margin-left: 0px;
  }

  .heading {
    margin-right: 0px;
  }

  .text-block {
    overflow: auto;
  }

  .column {
    padding-left: 0px;
  }

  .text-block-2 {
    padding-left: 0px;
  }

  .columns {
    overflow: visible;
  }

  .howtocolumn {
    margin-top: 53px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .floatingsection.float2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 1500px;
  }

  .link-block {
    margin-top: 16px;
  }

  .sticky-explainer {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Beta Signup Form Footer Styles */
.formsection {
  background-color: #000 !important;
  padding: 80px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  text-align: left !important;
}

.form-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  visibility: visible;
  opacity: 1;
}

.form-heading {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-family: Arial, sans-serif;
  letter-spacing: -3px;
  margin-bottom: 15px;
  text-align: center;
}

.form-subheading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.lyrc-form {
  display: block !important;
  visibility: visible !important;
  width: 100%;
  opacity: 1;
  position: relative;
}

.form-field {
  display: block !important;
  width: 100%;
  margin-bottom: 25px;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  min-height: 20px;
}

.form-label {
  display: block !important;
  visibility: visible !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  opacity: 1;
}

.required-star {
  color: #e11d48;
}

.form-helper-text {
  display: block !important;
  visibility: visible !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin: 0 0 8px 0;
  opacity: 1;
}

.form-input {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  position: relative;
}

.form-input:focus {
  outline: none;
  border-color: #e11d48;
  background-color: rgba(255, 255, 255, 0.08);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-input:-webkit-autofill,
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.05) inset;
  transition: none;
}

/* More specific selectors for form inputs to override any conflicts */
.lyrc-form input[type="text"],
.lyrc-form input[type="email"],
.lyrc-form input[type="url"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 54px;
}

.music-link-group {
  display: block !important;
  max-height: 500px;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease, margin 0.3s ease;
}

.music-link-group.hidden {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
  margin-bottom: 0 !important;
  transition: max-height 0.3s ease, margin 0.3s ease, opacity 0s ease 0.3s;
}

.form-checkbox-group {
  margin-top: 5px;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  position: relative;
}

.form-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-custom {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  margin-top: 2px;
}

.form-checkbox:checked + .checkbox-custom {
  background-color: #e11d48;
  border-color: #e11d48;
}

.form-checkbox:checked + .checkbox-custom::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.form-submit-container {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.form-footer-links {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.footer-text-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: color 0.2s ease;
}

.footer-text-link:hover {
  color: #e11d48;
  text-decoration: underline;
}

.footer-link-separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 10px;
}

.form-submit-button {
  background-color: #e11d48;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: Arial, sans-serif;
}

.form-submit-button:hover {
  background-color: #be123c;
}

.form-submit-button:active {
  transform: scale(0.98);
}

#mce-responses {
  margin-top: 20px;
}

.response {
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

#mce-error-response {
  background-color: rgba(225, 29, 72, 0.1);
  border: 1px solid rgba(225, 29, 72, 0.3);
  color: #e11d48;
}

.success-message {
  background-color: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
  .formsection {
    padding: 60px 20px 10px 20px;
    min-height: 100vh;
    margin-top: -100vh;
  }

  .form-heading {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .form-subheading {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .form-input {
    padding: 14px 18px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .formsection {
    padding: 40px 15px 10px 15px;
    min-height: 100vh;
    margin-top: -100vh;
  }

  .form-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .form-subheading {
    font-size: 15px;
  }

  .form-submit-button {
    width: 100%;
    padding: 16px 32px;
  }

  .checkbox-label {
    font-size: 13px;
  }
}