.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nitric_body {
  color: #00042e;
  -webkit-text-fill-color: inherit;
  background-color: #00042e;
  background-clip: border-box;
  border-radius: 25px;
  margin: 40px auto 60px;
  padding: 0 40px 40px;
  font-family:
    Host Grotesk,
    sans-serif;
}

.quote {
  background-color: #2333e8;
  background-image: url("../images/Blue-content-module.png");
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  padding: 35px;
  font-family:
    Host Grotesk,
    sans-serif;
}

.nitric {
  max-width: 1440px;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.paragraph {
  color: #2233e8;
  border: 0 #2233e8;
  border-top-width: 1px;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 28px;
}

.gallery {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-bottom: 20px;
  padding: 0;
}

.quoteheading {
  color: #00042e;
  -webkit-text-stroke-color: #00042e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.visualsgr {
  background-color: #e9e7ff;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.big {
  color: #2233e8;
  text-transform: none;
  border-top: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

/* Rotating Word Animation */
.rotating-word-container {
  display: inline-block;
  position: relative;
  text-align: center;
}

.rotating-word {
  display: inline-block;
  /* color: #18e9a2; */
  color: #2233e8;
  font-weight: 700;
  transition: color 0.15s ease;
}

.rotating-word.is-project {
  color: #2233e8;
}

@keyframes wordGrow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes wordFadeIn {
  0% {
    transform: scale(0.8) translateY(10px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.rotating-word.animate-out {
  animation: wordGrow 0.15s ease-in-out forwards;
}

.rotating-word.animate-in {
  animation: wordFadeIn 0.15s ease-out forwards;
}

.visualsdark {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #74cc44;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.celldescblue {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #2233e8;
  background-image: url("../images/Blue-content-module.png");
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px;
}

.celldescblue2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #bfc5fc;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px;
}

.paragraphbigb {
  color: #fff;
  text-align: left;
  border: 0 #2233e8;
  border-top-color: #00042e;
  align-self: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.celldecriptionoffwhite {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e9e7ff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.quoteheadingw {
  color: #e9e7ff;
  -webkit-text-stroke-color: #00042e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.quotesbar {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0;
}

.email {
  background-color: #fff;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px;
}

.nitricform {
  padding-top: 0;
}

.field-label {
  color: #00042e;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.field-label-2 {
  color: #00042e;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  background-color: #2233e8;
  border-radius: 60px;
  height: 50px;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.submit-button:hover {
  color: #e9e7ff;
  background-color: #00042e;
}

.submit-button:active {
  color: #e9e7ff;
  background-color: #2233e8;
}

.submit-button:focus {
  color: #fff;
  background-color: #2233e8;
  border: 3px #2233e8;
}

.submit-button:disabled {
  background-color: #2233e840;
}

.text-field {
  color: #00042e;
  border: 1px dotted #00042e40;
  border-radius: 60px;
  margin-bottom: 0;
  padding: 25px;
  font-size: 16px;
}

.text-field:focus {
  border-style: solid;
  border-color: #00042e80;
}

.text-field-2 {
  color: #00042e;
  border: 1px dotted #00042e40;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 15px;
  padding: 25px;
  font-size: 16px;
}

.text-field-2:focus {
  border-style: solid;
  border-color: #00042e80;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
}

.error-message {
  background-color: #ff3739;
  border-radius: 60px;
  padding-left: 25px;
}

.success-message {
  background-color: #15e9a2;
  border-radius: 60px;
  padding: 25px;
  font-weight: 700;
  font-size: 14px;
  color: #00042e;
  margin-bottom: 32px;
  max-width: 400px;
}

.text-block-2 {
  font-size: 16px;
}

.text-block-3 {
  color: #00042e;
  font-size: 16px;
  font-weight: 700;
}

.quotewh {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  padding: 35px;
  font-family:
    Host Grotesk,
    sans-serif;
}

.quoteheadingdb {
  color: #00042e;
  -webkit-text-stroke-color: #00042e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.buttonwh {
  color: #2233e8;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 60px;
  margin-top: 20px;
  padding: 35px 25px;
  font-size: 48px;
  font-weight: 700;
  transition: background-color 0.15s cubic-bezier(1, 0, 0, 1);
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.buttonwh:hover {
  color: #fff;
  background-color: #00042e;
  border: 0 #fff;
}

.visualsleft,
.visuals2by2 {
  background-color: #fff;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.icondiv {
  order: -9999;
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
}

.instruction {
  color: #2233e8;
  text-align: right;
  align-self: flex-end;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.instruction:hover {
  color: #00042e;
  -webkit-text-stroke-color: #c1c2cf;
}

.lightboxlink {
  text-decoration: none;
}

.big-hero {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-bottom: 20px;
  padding: 0;
}

.image-2 {
  width: 100%;
}

.masthead {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0 0 20px;
}

.login-btn {
  background: transparent;
  border: 2px solid #2233e8;
  border-radius: 60px;
  color: #2233e8;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 32px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.login-btn:hover {
  background: #2233e8;
  color: #fff;
}

.login-btn.logout-btn {
  border-color: #ff4757;
  color: #ff4757;
}

.login-btn.logout-btn:hover {
  background: #ff4757;
  color: #fff;
}

.nitricmessage {
  background-color: #fff;
  border-radius: 60px;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  padding: 35px;
}

.nitriclogo {
  background-color: #fff;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 25px 35px 20px;
}

.nitriclogo a {
  display: contents;
}

.paragraphbigb-dark {
  color: #13173a;
  text-align: left;
  border: 0 #2233e8;
  border-top-color: #00042e;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.heromessage {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.celldescgreen {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #18e9a2;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px;
}

.paragraphbigblue {
  color: #2233e8;
  text-align: left;
  border: 0 #2233e8;
  border-top-color: #00042e;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.bigtextlink {
  border-bottom: 3px solid #18e9a2;
  text-decoration: none;
  transition: border-color 0.2s;
}

.bigtextlink:hover {
  border-bottom-color: #00042e;
}

.link {
  border-bottom: 3px solid #18e9a2;
  text-decoration: none;
  transition: opacity 0.2s;
}

.link:hover {
  color: #00042e;
  border-bottom: 3px solid #00042e;
  text-decoration: none;
}

.link:visited {
  color: #00042e;
}

.image-5 {
  border-radius: 25px;
  width: 100%;
}

.visualsfeature {
  background-color: #bfc5fc;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.featuredescrdiv {
  width: 100%;
}

.bold-text-2 {
  font-size: 32px;
  line-height: 32px;
}

.paragraphbigblue-feature {
  color: #2233e8;
  text-align: left;
  border: 0 #2233e8;
  border-top-color: #00042e;
  border-bottom: 1px solid #2233e8;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.visualsfeature-dark {
  background-color: #00042e;
  border: 1px solid #2334df;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.paragraphbigblue-feature-light {
  color: #bfc5fc;
  text-align: left;
  -webkit-text-stroke-color: #bfc5fc;
  border: 0 #2233e8;
  border-top-color: #00042e;
  border-bottom: 1px solid #bfc5fc;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.paragraph-light {
  color: #bfc5fc;
  -webkit-text-stroke-color: #bfc5fc;
  border: 0 #2233e8;
  border-top-width: 1px;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 28px;
}

.visualsfeature-dark-blue {
  background-color: #2334df;
  border: 1px #2334df;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.image-7 {
  border-radius: 25px;
  width: 100%;
}

.buttonmed {
  color: #00042e;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 60px;
  margin-top: 20px;
  padding: 25px;
  font-size: 32px;
  font-weight: 700;
  transition: background-color 0.15s cubic-bezier(1, 0, 0, 1);
  text-decoration: none;
  display: inline-block;
}

.buttonmed:hover {
  color: #fff;
  background-color: #00042e;
  border: 0 #fff;
}

@media screen and (max-width: 991px) {
  .nitric_body {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote {
    padding: 35px;
  }

  .paragraph {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .quoteheading {
    font-size: 28px;
    line-height: 34px;
  }

  .visualsgr {
    border-radius: 45px;
    padding: 25px;
  }

  .big {
    padding-top: 0;
    font-size: 32px;
    line-height: 34px;
  }

  .celldescblue {
    border-radius: 45px;
    padding: 25px;
  }

  .celldescblue2 {
    border-radius: 45px;
  }

  .paragraphbigb {
    font-size: 24px;
    line-height: 30px;
  }

  .celldecriptionoffwhite {
    background-image: none;
    border-radius: 45px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .quoteheadingw {
    font-size: 28px;
    line-height: 34px;
  }

  .email,
  .quotewh {
    border-radius: 45px;
    padding: 25px;
  }

  .quoteheadingdb {
    font-size: 28px;
    line-height: 34px;
  }

  .buttonwh {
    line-height: 36px;
  }

  .visualsleft,
  .visuals2by2 {
    border-radius: 45px;
    padding: 25px;
  }

  .icondiv {
    padding-top: 0;
  }

  .big-hero {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .bold-text {
    font-size: 36px;
    line-height: 36px;
  }

  .masthead {
    border-radius: 60px;
    margin-bottom: 20px;
    padding: 0;
  }

  .nitricmessage {
    border-radius: 45px;
    padding: 30px 20px 30px 30px;
  }

  .nitriclogo {
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 25px 30px 20px;
  }

  .login-btn {
    font-size: 14px;
    padding: 10px 24px;
  }

  .paragraphbigb-dark {
    font-size: 24px;
    line-height: 30px;
  }

  .heromessage {
    height: auto;
  }

  .celldescgreen {
    border-radius: 45px;
    padding: 25px;
  }

  .paragraphbigblue {
    padding-top: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .visualsfeature {
    border-radius: 45px;
    padding: 25px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .paragraphbigblue-feature {
    font-size: 36px;
    line-height: 36px;
  }

  .visualsfeature-dark {
    border-radius: 45px;
    padding: 25px;
  }

  .paragraphbigblue-feature-light {
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph-light {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .visualsfeature-dark-blue {
    border-radius: 45px;
    padding: 25px;
  }

  .buttonmed {
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .nitric_body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 18px;
  }

  .quoteheading {
    line-height: 32px;
  }

  .big {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .paragraphbigb {
    font-size: 22px;
    line-height: 26px;
  }

  .quoteheadingw {
    line-height: 32px;
  }

  .bold-text {
    font-size: 28px;
  }

  .masthead {
    grid-row-gap: 0;
    border-radius: 45px;
    overflow: hidden;
  }

  .nitriclogo {
    border-radius: 0;
    padding: 20px;
  }

  .image-6 {
    max-width: 80px;
  }

  .nitricmessage {
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    padding: 0 24px 28px;
    gap: 20px;
  }

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

  .showcase-btn,
  .login-btn {
    flex: 1;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paragraphbigb-dark {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraphbigblue {
    padding-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraphbigblue-feature,
  .paragraphbigblue-feature-light {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-light {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nitric_body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph {
    padding-bottom: 20px;
  }

  .quoteheading {
    font-size: 22px;
    line-height: 26px;
  }

  .big {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .celldescblue2 {
    padding: 25px;
  }

  .quoteheadingw {
    font-size: 22px;
    line-height: 26px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 24px;
  }

  .masthead {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 35px;
  }

  .nitriclogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .image-6 {
    max-width: 60px;
  }

  .nitricmessage {
    flex-direction: column;
    align-items: center;
    padding: 0 20px 24px;
    gap: 16px;
    display: flex;
  }

  .masthead-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .showcase-btn,
  .login-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 12px 24px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .paragraphbigb-dark,
  .paragraphbigblue {
    padding-top: 0;
  }
}

#w-node-_5993cc4d-4ee1-5480-ebb0-c2f537ba1b92-d752553c {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 0.25fr) 1.5fr;
}

#w-node-_7f70ad28-691c-bd5c-97de-701f72b04e2d-d752553c {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

#w-node-e66229f1-858f-bcde-a2d8-8b57dc68fa9b-d752553c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e66229f1-858f-bcde-a2d8-8b57dc68fa9c-d752553c {
  grid-row: span 3 / span 3;
}

#w-node-_9e950a14-b75c-79b5-ef0c-16104d43dae9-d752553c {
  grid-row: span 4 / span 4;
}

#w-node-_4e6d5f80-5746-bbbd-8d19-4da72dfc2b44-d752553c {
  grid-template-rows: auto;
  grid-template-columns: 7fr minmax(200px, 2.25fr);
  display: none;
}

#w-node-_955f793d-4559-b4b4-5601-408c9588f9f6-d752553c,
#w-node-_17eefe43-3b09-b607-b4ec-55f8f9675c0f-d752553c,
#w-node-_0f779d88-ac72-ced4-2959-e4837635aa48-d752553c {
  grid-template-rows: auto;
  grid-template-columns: 7fr;
}

#w-node-f62ed62d-f2f0-201a-f074-13ec11d2e240-d752553c {
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr;
}

#w-node-_28a14b3b-9794-6b3d-7bc1-5e805aa79e86-d752553c {
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 3fr;
}

#w-node-_28a14b3b-9794-6b3d-7bc1-5e805aa79e8a-d752553c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5993cc4d-4ee1-5480-ebb0-c2f537ba1b92-d752553c {
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 1fr;
  }

  #w-node-e66229f1-858f-bcde-a2d8-8b57dc68fa9c-d752553c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e6d5f80-5746-bbbd-8d19-4da72dfc2b45-d752553c,
  #w-node-_4e6d5f80-5746-bbbd-8d19-4da72dfc2b47-d752553c {
    grid-column: span 2 / span 2;
  }

  #w-node-_955f793d-4559-b4b4-5601-408c9588f9f6-d752553c,
  #w-node-_17eefe43-3b09-b607-b4ec-55f8f9675c0f-d752553c,
  #w-node-_0f779d88-ac72-ced4-2959-e4837635aa48-d752553c {
    grid-template-rows: auto auto;
    grid-template-columns: 7fr;
  }

  #w-node-_28a14b3b-9794-6b3d-7bc1-5e805aa79e86-d752553c {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5993cc4d-4ee1-5480-ebb0-c2f537ba1b92-d752553c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f62ed62d-f2f0-201a-f074-13ec11d2e243-d752553c,
  #w-node-f62ed62d-f2f0-201a-f074-13ec11d2e245-d752553c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5993cc4d-4ee1-5480-ebb0-c2f537ba1b92-d752553c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e66229f1-858f-bcde-a2d8-8b57dc68fa9c-d752553c,
  #w-node-_9e950a14-b75c-79b5-ef0c-16104d43dae9-d752553c,
  #w-node-edf9de1a-f0b6-23af-3849-38eda2d5ff2d-d752553c {
    grid-column: span 2 / span 2;
  }
}

/* ===========================================
   Modal Overlay & Container
   =========================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 4, 46, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: #e9e7ff;
  border-radius: 60px;
  max-width: 480px;
  width: 90%;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-container {
  transform: scale(1);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 35px 0;
}

.modal-header h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #00042e;
}

.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #2233e8;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #00042e;
}

.modal-body {
  padding: 20px 35px 35px;
}

.modal-description {
  color: #2233e8;
  margin: 0 0 20px;
  font-size: 15px;
}

/* ===========================================
   Dark Theme for Register & Contact Modals
   =========================================== */
#registerModal .modal-container,
.contact-container {
  background: #00042e;
  border-radius: 24px;
}

#registerModal .modal-header,
.contact-container .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

#registerModal .modal-header h2,
.contact-container .modal-header h2 {
  color: #fff;
}

#registerModal .modal-close,
.contact-container .modal-close {
  color: rgba(255, 255, 255, 0.6);
}

#registerModal .modal-close:hover,
.contact-container .modal-close:hover {
  color: #fff;
}

#registerModal .modal-description,
.contact-container .modal-description {
  color: rgba(255, 255, 255, 0.6);
}

#registerModal .form-label,
.contact-container .form-label {
  color: rgba(255, 255, 255, 0.9);
}

#registerModal .form-input,
.contact-container .form-input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

#registerModal .form-input::placeholder,
.contact-container .form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#registerModal .form-input:focus,
.contact-container .form-input:focus {
  border-color: #2233e8;
  background: rgba(255, 255, 255, 0.12);
}

#registerModal .form-toggle,
.contact-container .form-toggle {
  color: rgba(255, 255, 255, 0.6);
}

#registerModal .form-toggle-link,
.contact-container .form-toggle-link {
  color: #7b8aff;
}

#registerModal .form-toggle-link:hover,
.contact-container .form-toggle-link:hover {
  color: #fff;
}

/* ===========================================
   Form Styles
   =========================================== */
.form-group {
  margin-bottom: 14px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #00042e;
  margin-bottom: 6px;
}

.form-input {
  width: 100%;
  padding: 14px 20px;
  border: 1px dotted rgba(0, 4, 46, 0.4);
  border-radius: 60px;
  font-size: 15px;
  font-family:
    Host Grotesk,
    sans-serif;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
  background: white;
  color: #00042e;
}

.form-input:focus {
  outline: none;
  border-style: solid;
  border-color: #2233e8;
}

.form-input.error {
  border-color: #ff3739;
  border-style: solid;
}

.form-textarea {
  border-radius: 25px;
  resize: vertical;
  min-height: 80px;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%232233e8'%3E%3Cpath d='M2 4L6 8L10 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  cursor: pointer;
}

.form-error {
  background: #ff373915;
  color: #ff3739;
  padding: 12px 16px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  display: none;
}

.form-error.show {
  display: block;
}

.form-submit {
  width: 100%;
  padding: 16px 25px;
  background: #2233e8;
  color: white;
  border: none;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family:
    Host Grotesk,
    sans-serif;
  transition: background 0.2s ease;
  margin-top: 6px;
}

.form-submit:hover {
  background: #00042e;
}

.form-submit:disabled {
  background: #2233e880;
  cursor: not-allowed;
}

.form-toggle {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #00042e;
}

.form-toggle-link {
  color: #2233e8;
  cursor: pointer;
  font-weight: 700;
  margin-left: 4px;
}

.form-toggle-link:hover {
  text-decoration: underline;
}

/* ===========================================
   Onboarding Modal
   =========================================== */
.onboarding-container {
  background: #00042e;
  border: 1px solid #2233e8;
  border-radius: 60px;
  max-width: 900px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.onboarding-header {
  border-bottom: 1px solid rgba(191, 197, 252, 0.2);
  padding: 25px 35px;
}

.onboarding-header h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.step-indicator {
  color: #bfc5fc;
  font-size: 14px;
  margin: 4px 0 0;
}

/* Stepper */
.onboarding-stepper {
  display: flex;
  align-items: center;
  padding: 16px 35px;
  gap: 0;
  overflow: hidden;
}

.stepper-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 100px;
  height: 48px;
  padding: 8px 14px;
  border-radius: 12px;
  background: #bfc5fc;
  color: #2233e8;
  border: none;
  font-size: 13px;
  font-weight: 700;
  font-family:
    Host Grotesk,
    sans-serif;
  line-height: 1.2;
  text-align: left;
  cursor: not-allowed;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  flex-shrink: 0;
}

.stepper-btn span {
  display: block;
}

.stepper-btn.active {
  background: #2233e8;
  color: white;
}

.stepper-btn.completed {
  background: #18e9a2;
  color: #00042e;
}

.stepper-line {
  flex: 1;
  height: 2px;
  min-width: 20px;
  background: #bfc5fc40;
  transition: background 0.3s ease;
}

.stepper-line.active {
  background: #2233e8;
}

.stepper-line.completed {
  background: #18e9a2;
}

/* Onboarding Body */
.onboarding-body {
  flex: 1;
  overflow-y: auto;
  padding: 25px 35px;
}

.onboarding-step {
  display: none;
}

.onboarding-step.active {
  display: block;
}

.step-title {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin: 0 0 8px;
}

.step-subtitle {
  font-size: 16px;
  color: #bfc5fc;
  margin: 0 0 24px;
}

/* Dark theme form overrides */
.onboarding-body .form-label {
  color: white;
}

.onboarding-body .form-input {
  background: rgba(191, 197, 252, 0.1);
  border: 1px dotted rgba(191, 197, 252, 0.4);
  border-radius: 60px;
  color: white;
}

.onboarding-body .form-input:focus {
  border-style: solid;
  border-color: #2233e8;
}

.onboarding-body .form-input::placeholder {
  color: rgba(191, 197, 252, 0.5);
}

.onboarding-body .form-textarea {
  border-radius: 25px;
}

.onboarding-body .form-select option {
  background: #00042e;
  color: white;
}

.label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.mandatory-label {
  font-size: 12px;
  font-weight: 700;
  color: #18e9a2;
}

/* Image Uploaders */
.image-uploaders-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.image-upload-group {
  display: flex;
  flex-direction: column;
}

.image-upload-box {
  position: relative;
  width: 100%;
  height: 140px;
  border: 2px dashed rgba(191, 197, 252, 0.4);
  border-radius: 16px;
  background: rgba(191, 197, 252, 0.05);
  cursor: pointer;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.image-upload-box:hover {
  border-color: rgba(191, 197, 252, 0.6);
  background: rgba(191, 197, 252, 0.1);
}

.image-upload-box.banner-upload {
  height: 140px;
}

.image-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.upload-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(191, 197, 252, 0.7);
  z-index: 1;
}

.upload-placeholder svg {
  opacity: 0.7;
}

.upload-placeholder span {
  font-size: 14px;
  font-weight: 600;
}

.upload-hint {
  font-size: 11px !important;
  font-weight: 400 !important;
  opacity: 0.6;
}

.upload-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  padding: 8px;
  box-sizing: border-box;
}

.upload-preview.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-preview img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.remove-image-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 59, 59, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.2s ease;
  z-index: 3;
}

.remove-image-btn:hover {
  background: rgba(255, 59, 59, 1);
}

.image-upload-box.dragover {
  border-color: #18e9a2;
  background: rgba(24, 233, 162, 0.1);
}

@media (max-width: 600px) {
  .image-uploaders-row {
    grid-template-columns: 1fr;
  }
}

/* Platform Buttons */
.platform-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.platform-btn {
  padding: 12px 16px;
  border-radius: 60px;
  background: #bfc5fc;
  color: #2233e8;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  font-family:
    Host Grotesk,
    sans-serif;
}

.platform-btn:hover {
  background: #d4d8ff;
}

.platform-btn.active {
  background: #18e9a2;
  color: #00042e;
}

/* Team Member Card */
.team-member-card {
  background: rgba(191, 197, 252, 0.1);
  border: 1px solid rgba(191, 197, 252, 0.2);
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 16px;
  position: relative;
}

.team-member-header {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.remove-member-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #ff6b6b;
  cursor: pointer;
  padding: 4px;
}

.remove-member-btn:hover {
  color: #ff3739;
}

/* Role Buttons */
.role-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.role-btn {
  padding: 12px 28px;
  border-radius: 60px;
  background: #bfc5fc;
  color: #2233e8;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family:
    Host Grotesk,
    sans-serif;
}

.role-btn:hover {
  background: #d4d8ff;
}

.role-btn.active {
  background: #2233e8;
  color: white;
}

/* Add Member Button */
.add-member-btn {
  width: 100%;
  padding: 18px;
  background: transparent;
  border: 2px dashed rgba(191, 197, 252, 0.4);
  border-radius: 30px;
  color: #bfc5fc;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family:
    Host Grotesk,
    sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.add-member-btn:hover {
  background: rgba(35, 51, 232, 0.2);
  border-color: #bfc5fc;
}

.add-member-btn span {
  font-size: 24px;
  font-weight: 700;
}

.skip-note {
  text-align: center;
  color: #bfc5fc;
  font-size: 14px;
  margin-top: 20px;
}

/* Success State */
.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  text-align: center;
  padding: 20px;
}

.success-logo {
  margin-bottom: 24px;
}

.success-title {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin: 0 0 12px;
}

.success-subtitle {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 32px;
}

.success-btn {
  padding: 18px 60px;
  background: #18e9a2;
  color: #00042e;
  border: none;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  font-family:
    Host Grotesk,
    sans-serif;
  transition: background 0.2s ease;
}

.success-btn:hover {
  background: #00042e;
  color: white;
}

/* Onboarding Footer */
.onboarding-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 35px;
  border-top: 1px solid rgba(191, 197, 252, 0.2);
}

.onboarding-footer.hidden {
  display: none;
}

.nav-btn {
  padding: 14px 36px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family:
    Host Grotesk,
    sans-serif;
  transition: background 0.2s ease;
}

.back-btn {
  background: transparent;
  border: 1px solid rgba(191, 197, 252, 0.4);
  color: #bfc5fc;
}

.back-btn:hover {
  background: rgba(191, 197, 252, 0.1);
  border-color: #bfc5fc;
}

.next-btn {
  background: #2233e8;
  border: none;
  color: white;
}

.next-btn:hover {
  background: #18e9a2;
  color: #00042e;
}

.next-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body.modal-open {
  overflow: hidden;
}

/* ===========================================
   Responsive Styles for Modals
   =========================================== */
@media screen and (max-width: 991px) {
  .modal-container {
    border-radius: 45px;
  }

  #registerModal .modal-container,
  .contact-container {
    border-radius: 20px;
  }

  .modal-header {
    padding: 20px 25px 0;
  }

  #registerModal .modal-header,
  .contact-container .modal-header {
    padding: 20px 25px 16px;
  }

  .modal-body {
    padding: 16px 25px 25px;
  }

  .onboarding-container {
    border-radius: 45px;
  }

  .onboarding-header {
    padding: 20px 25px;
  }

  .onboarding-stepper {
    padding: 16px 25px;
  }

  .onboarding-body {
    padding: 20px 25px;
  }

  .onboarding-footer {
    padding: 16px 25px;
  }
}

@media screen and (max-width: 767px) {
  .onboarding-container {
    max-width: 100%;
    margin: 10px;
    max-height: calc(100vh - 20px);
  }

  .stepper-btn {
    min-width: 90px;
    font-size: 12px;
    padding: 8px 10px;
    height: 44px;
  }

  .step-title {
    font-size: 26px;
  }

  .platform-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .platform-btn {
    padding: 10px 12px;
    font-size: 13px;
  }

  .role-btn {
    padding: 10px 22px;
    font-size: 13px;
  }

  .team-member-card {
    border-radius: 25px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .modal-container {
    width: 95%;
    margin: 10px;
    border-radius: 35px;
  }

  #registerModal .modal-container,
  .contact-container {
    border-radius: 16px;
  }

  .modal-header {
    padding: 20px 20px 0;
  }

  #registerModal .modal-header,
  .contact-container .modal-header {
    padding: 20px 20px 16px;
  }

  .modal-header h2 {
    font-size: 26px;
  }

  #registerModal .modal-header h2,
  .contact-container .modal-header h2 {
    font-size: 22px;
  }

  .modal-body {
    padding: 16px 20px 20px;
  }

  .onboarding-container {
    border-radius: 35px;
  }

  .stepper-btn {
    min-width: 90px;
    font-size: 11px;
    height: 44px;
    padding: 8px 10px;
    border-radius: 12px;
  }

  .onboarding-stepper {
    padding: 12px 16px;
    overflow: hidden;
  }

  .stepper-btn {
    min-width: 75px;
    font-size: 11px;
    padding: 6px 8px;
    height: 40px;
  }

  .onboarding-header {
    padding: 16px 20px;
  }

  .onboarding-body {
    padding: 16px 20px;
  }

  .onboarding-footer {
    padding: 12px 20px;
  }

  .nav-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .team-member-card {
    padding: 16px;
    border-radius: 20px;
  }

  .step-title {
    font-size: 24px;
  }

  .success-title {
    font-size: 28px;
  }

  .success-btn {
    padding: 16px 40px;
    font-size: 18px;
  }
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.toast {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #13173a;
  pointer-events: auto;
  transform: translateX(120%);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  max-width: 350px;
}

.toast.show {
  transform: translateX(0);
  opacity: 1;
}

.toast.hiding {
  transform: translateX(120%);
  opacity: 0;
}

.toast-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.toast-message {
  flex: 1;
}

.toast-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #999;
  transition: color 0.2s ease;
}

.toast-close:hover {
  color: #333;
}

.toast.success {
  border-left: 4px solid #18e9a2;
}

.toast.success .toast-icon {
  color: #18e9a2;
}

.toast.error {
  border-left: 4px solid #ff4757;
}

.toast.error .toast-icon {
  color: #ff4757;
}

.toast.info {
  border-left: 4px solid #2233e8;
}

.toast.info .toast-icon {
  color: #2233e8;
}

.toast.warning {
  border-left: 4px solid #ffa502;
}

.toast.warning .toast-icon {
  color: #ffa502;
}

@media (max-width: 480px) {
  .toast-container {
    left: 10px;
    right: 10px;
  }

  .toast {
    max-width: 100%;
  }
}

/* =========================================
   New Onboarding Modal Styles (Step 1 & 2)
   ========================================= */

/* Step 1: Basic Info */
.field-hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.url-input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.url-input-row .form-input {
  flex: 1;
}

.remove-url-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease;
}

.remove-url-btn:hover {
  color: #ff4757;
}

.add-url-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2233e8;
  padding: 8px 0;
  transition: opacity 0.2s ease;
}

.add-url-btn:hover {
  opacity: 0.8;
}

/* Step 2: Assets Grid */
.assets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.asset-card {
  display: flex;
  flex-direction: column;
}

.asset-card.single-card {
  max-width: 50%;
}

.asset-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.asset-preview {
  position: relative;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.asset-preview:hover {
  border-color: #2233e8;
}

.asset-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.asset-placeholder svg {
  opacity: 0.6;
}

.asset-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asset-remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(239, 68, 68, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.2s ease;
}

.asset-remove-btn:hover {
  background: #dc2626;
}

.asset-input {
  display: none;
}

/* Gallery Section */
.gallery-section {
  margin-bottom: 24px;
}

.gallery-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.gallery-item {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-remove-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: rgba(239, 68, 68, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.2s ease;
}

.gallery-remove-btn:hover {
  background: #dc2626;
}

.add-gallery-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2233e8;
  padding: 8px 0;
  transition: opacity 0.2s ease;
}

.add-gallery-btn:hover {
  opacity: 0.8;
}

/* Team Photo Section */
.team-photo-section {
  margin-bottom: 16px;
}

/* Success Screen Updates */
.success-icon {
  width: 80px;
  height: 80px;
  background: rgba(24, 233, 162, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #18e9a2;
}

/* Updated add member button */
.add-member-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2233e8;
  transition: all 0.2s ease;
  margin-top: 16px;
  justify-content: center;
}

.add-member-btn:hover {
  border-color: #2233e8;
  background: rgba(34, 51, 232, 0.05);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .assets-grid {
    grid-template-columns: 1fr;
  }

  .asset-card.single-card {
    max-width: 100%;
  }

  .gallery-item {
    width: 100px;
    height: 75px;
  }
}

/* =========================================
   Footer Styles
   ========================================= */

.site-footer {
  background: #00042e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
  margin-top: 60px;
}

.footer-container {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  width: 40px;
  height: auto;
}

.footer-logo-text {
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-link {
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #bfc5fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #18e9a2;
}

.footer-divider {
  color: rgba(255, 255, 255, 0.3);
}

.footer-copyright {
  font-family: "Host Grotesk", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Footer responsive */
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 16px;
  }

  .footer-container {
    gap: 20px;
  }

  .footer-logo-text {
    font-size: 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }

  .footer-divider {
    display: none;
  }
}

/* =========================================
   Contact Modal Styles
   ========================================= */

.contact-container {
  max-width: 500px;
  background: #00042e;
  border-radius: 24px;
}

/* =========================================
   Terms & Conditions Modal Styles
   ========================================= */

.terms-container {
  max-width: 700px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  background: #00042e;
  border-radius: 24px;
}

.terms-container .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.terms-container .modal-header h2 {
  color: #fff;
}

.terms-container .modal-close {
  color: rgba(255, 255, 255, 0.6);
}

.terms-container .modal-close:hover {
  color: #fff;
}

.terms-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 35px 20px;
}

.terms-content {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.7;
}

.terms-main-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.terms-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.terms-content h3 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 24px;
  margin-bottom: 12px;
}

.terms-content h3:first-of-type {
  margin-top: 0;
}

.terms-content p {
  margin-bottom: 12px;
}

.terms-content p strong {
  color: rgba(255, 255, 255, 0.9);
}

.terms-content ul {
  margin: 12px 0;
  padding-left: 24px;
}

.terms-content ul li {
  margin-bottom: 8px;
}

.terms-content ul li strong {
  color: rgba(255, 255, 255, 0.9);
}

.terms-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 32px 0;
}

.terms-updated {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 24px;
  font-style: italic;
}

.terms-footer {
  padding: 16px 35px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
}

.modal-footer {
  padding: 16px 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Terms modal responsive */
@media (max-width: 767px) {
  .terms-container {
    max-height: calc(100vh - 20px);
    border-radius: 16px;
  }

  .terms-container .modal-header {
    padding: 20px 20px 16px;
  }

  .terms-container .modal-header h2 {
    font-size: 20px;
  }

  .terms-body {
    padding: 16px 20px;
  }

  .terms-footer {
    padding: 16px 20px 20px;
  }

  .terms-content {
    font-size: 13px;
  }

  .terms-main-title {
    font-size: 17px;
  }

  .terms-section-title {
    font-size: 17px;
  }

  .terms-content h3 {
    font-size: 14px;
  }

  .terms-divider {
    margin: 24px 0;
  }
}

/* ===========================================
   Header Actions (Showcase + Login)
   =========================================== */
.masthead-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.showcase-btn {
  background: transparent;
  border: 2px solid #2233e8;
  border-radius: 60px;
  color: #2233e8;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 32px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.showcase-btn:hover {
  background: #2233e8;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .showcase-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}

@media screen and (max-width: 479px) {
  .showcase-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* ===========================================
   Showcase Page
   =========================================== */
.showcase-hero {
  background: #00042e;
  border-radius: 60px;
  padding: 60px 35px;
  text-align: center;
  margin-bottom: 24px;
}

.showcase-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 12px;
}

.showcase-hero p {
  color: #bfc5fc;
  font-size: 20px;
  margin: 0;
}

/* Single-column layout matching marketplace */
.showcase-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

/* Card wrapper: wide on desktop, square on mobile */
.showcase-card {
  position: relative;
  padding-top: 45%;
  height: fit-content;
  transition: transform 0.2s ease;
}

.showcase-card:hover {
  transform: translateY(-4px);
}

.showcase-card-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Desktop / Mobile visibility */
.showcase-desktop {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.showcase-mobile {
  display: none;
}

/* SVG card structure */
.showcase-card-image {
  position: relative;
  z-index: 2;
}

.showcase-card-svg {
  width: 100%;
  display: block;
}

/* Desktop: image SVG is 80% width, direction-aligned */
.showcase-card-svg-right {
  width: 80%;
}

.showcase-card-svg-left {
  width: 80%;
  margin-left: auto;
}

/* Content section */
.showcase-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.showcase-card-content-right {
  display: flex;
  justify-content: flex-end;
}

.showcase-card-content-left {
  display: flex;
  justify-content: flex-start;
}

.showcase-card-content-inner {
  position: relative;
  width: 100%;
}

/* Desktop content inner gets 80% width with direction alignment */
.showcase-desktop .showcase-card-content-inner {
  width: 80%;
}

.showcase-desktop .showcase-card-content-right .showcase-card-content-inner {
  margin-left: auto;
}

.showcase-desktop .showcase-card-content-left .showcase-card-content-inner {
  margin-right: auto;
}

/* Text overlay */
.showcase-card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 28px;
  box-sizing: border-box;
  z-index: 1;
}

/* Desktop: space-between for tags at top, content at bottom */
.showcase-desktop .showcase-card-text {
  justify-content: space-between;
  padding: 28px;
}

.showcase-card-align-right {
  align-items: flex-end;
  text-align: right;
}

.showcase-card-align-left {
  align-items: flex-start;
  text-align: left;
}

/* ---- Desktop: Platform & Genre Tags (top of card) ---- */
.showcase-card-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 28%;
}

.showcase-card-tags-right {
  margin-left: auto;
}

.showcase-card-tags-left {
  margin-right: auto;
}

.showcase-card-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.showcase-card-tag-row-right {
  justify-content: flex-end;
}

.showcase-card-tag-row-left {
  justify-content: flex-start;
}

/* Badge styles */
.showcase-badge {
  display: inline-block;
  padding: 4px 6px;
  background: white;
  border: 1px solid rgba(0, 4, 46, 0.2);
  border-radius: 60px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #00042e;
  white-space: nowrap;
}

.showcase-badge-sm {
  font-size: 8px;
  line-height: 10px;
  padding: 2px 6px;
}

/* ---- Desktop: Bottom section (title, studio, button) ---- */
.showcase-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 40%;
}

.showcase-card-bottom-right {
  align-items: flex-end;
}

.showcase-card-bottom-left {
  align-items: flex-start;
}

.showcase-card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}

.showcase-card-info-right {
  align-items: flex-end;
  text-align: right;
}

.showcase-card-info-left {
  align-items: flex-start;
  text-align: left;
}

.showcase-card-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #00042e;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-card-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #00042e;
  margin: 4px 0;
}

.showcase-card-studio {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #00042e;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-card-btn {
  display: inline-block;
  background: #00042e;
  color: white;
  border: none;
  border-radius: 60px;
  padding: 12px 24px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}

.showcase-card-btn:hover {
  background: #1a1b4b;
}

/* ---- Mobile: Studio name at top ---- */
.showcase-card-studio-wrap {
  max-width: 55%;
}

/* ---- Mobile: Main content area ---- */
.showcase-card-main {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ---- Mobile: Footer row (button + tags) ---- */
.showcase-card-mobile-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.showcase-card-mobile-footer-right {
  flex-direction: row-reverse;
}

.showcase-card-mobile-btn {
  display: flex;
  align-items: center;
}

.showcase-card-mobile-tags {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Showcase Skeleton Loading */
.showcase-skeleton {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.showcase-skeleton .skel-image {
  flex: 1;
  background: linear-gradient(90deg, #e9e7ff 25%, #d4d2f0 50%, #e9e7ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 20px 20px 0 0;
}

.showcase-skeleton .skel-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 28px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.showcase-skeleton .skel-align-right {
  align-items: flex-end;
}

.showcase-skeleton .skel-align-left {
  align-items: flex-start;
}

.showcase-skeleton .skel-studio {
  width: 40%;
  height: 14px;
  border-radius: 7px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #e9e7ff 25%, #d4d2f0 50%, #e9e7ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.showcase-skeleton .skel-main {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.showcase-skeleton .skel-title {
  width: 70%;
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #e9e7ff 25%, #d4d2f0 50%, #e9e7ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.showcase-skeleton .skel-divider {
  width: 100%;
  height: 1px;
  background: #e9e7ff;
}

.showcase-skeleton .skel-btn {
  width: 100px;
  height: 36px;
  border-radius: 60px;
  background: linear-gradient(90deg, #e9e7ff 25%, #d4d2f0 50%, #e9e7ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ===== Onboarding Loading Screen ===== */

.loading-screen {
  display: none;
}

.loading-screen.active {
  display: block;
}

/* White theme override for the modal container when loading */
.onboarding-container.loading-active {
  background: #ffffff;
  border-color: #6c63ff;
}

.loading-warning-pill {
  background: linear-gradient(135deg, #2233e8, #6c63ff);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 60px;
  margin-bottom: 28px;
  line-height: 1.4;
}

.loading-heading {
  font-size: 40px;
  font-weight: 800;
  color: #00042e;
  margin: 0 0 6px;
  line-height: 1.2;
}

.loading-subheading {
  font-size: 16px;
  color: #00042e;
  margin: 0 0 20px;
  font-weight: 400;
  opacity: 0.7;
}

/* Progress bar */
.loading-progress-track {
  width: 100%;
  height: 6px;
  background: #e8e6f0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 40px;
}

.loading-progress-bar {
  width: 30%;
  height: 100%;
  background: #2233e8;
  border-radius: 3px;
  animation: loadingSlide 2s ease-in-out infinite;
}

@keyframes loadingSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(433%);
  }
}

/* Feature cards */
.loading-cards-container {
  position: relative;
  min-height: 340px;
}

.loading-card {
  display: flex;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.loading-card.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.loading-card-image {
  flex: 0 0 50%;
  max-width: 50%;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #e8e6f0;
  box-shadow: 0 4px 20px rgba(0, 4, 46, 0.08);
}

.loading-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
}

.loading-card-text {
  flex: 1;
}

.loading-card-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #00042e;
  margin: 0 0 10px;
  line-height: 1.3;
}

.loading-card-text p {
  font-size: 15px;
  color: #00042e;
  margin: 0;
  line-height: 1.6;
  opacity: 0.75;
}

/* Loading screen responsive */
@media (max-width: 767px) {
  .loading-heading {
    font-size: 28px;
  }

  .loading-subheading {
    font-size: 14px;
  }

  .loading-warning-pill {
    font-size: 12px;
    padding: 10px 20px;
  }

  .loading-cards-container {
    min-height: auto;
  }

  .loading-card {
    flex-direction: column;
    gap: 20px;
  }

  .loading-card.active {
    position: relative;
  }

  .loading-card-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .loading-card-text h3 {
    font-size: 18px;
  }

  .loading-card-text p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .loading-heading {
    font-size: 22px;
  }

  .loading-warning-pill {
    font-size: 11px;
    padding: 8px 16px;
    margin-bottom: 20px;
  }

  .loading-progress-track {
    margin-bottom: 24px;
  }

  .loading-card {
    gap: 16px;
  }
}

/* Showcase Responsive */

/* Medium desktop – md equivalent sizes */
@media (max-width: 1024px) {
  .showcase-desktop .showcase-card-text {
    padding: 24px;
  }

  .showcase-desktop .showcase-card-title {
    font-size: 24px;
  }

  .showcase-desktop .showcase-card-studio {
    font-size: 16px;
  }

  .showcase-badge {
    font-size: 14px;
    padding: 4px 6px;
  }

  .showcase-card-tags {
    gap: 8px;
  }

  .showcase-card-tag-row {
    gap: 8px;
  }

  .showcase-card-bottom {
    gap: 8px;
  }

  .showcase-desktop .showcase-card-btn {
    font-size: 16px;
    padding: 8px 16px;
  }

  .showcase-card-divider {
    margin: 2px 0;
  }
}

/* Smaller desktop – sm equivalent sizes */
@media (max-width: 860px) {
  .showcase-desktop .showcase-card-text {
    padding: 16px;
  }

  .showcase-card-tags {
    gap: 6px;
  }

  .showcase-card-tag-row {
    gap: 4px;
  }

  .showcase-badge {
    font-size: 12px;
    padding: 2px 4px;
  }

  .showcase-desktop .showcase-card-title {
    font-size: 20px;
  }

  .showcase-desktop .showcase-card-studio {
    font-size: 14px;
  }

  .showcase-card-info {
    gap: 2px;
  }

  .showcase-card-bottom {
    gap: 6px;
  }

  .showcase-desktop .showcase-card-btn {
    font-size: 14px;
    padding: 6px 16px;
  }

  .showcase-card-divider {
    margin: 2px 0;
  }
}

/* Switch to mobile layout */
@media (max-width: 640px) {
  .showcase-hero {
    border-radius: 45px;
    padding: 40px 20px;
  }

  .showcase-hero h1 {
    font-size: 32px;
  }

  .showcase-hero p {
    font-size: 16px;
  }

  .showcase-grid {
    padding: 0 10px;
  }

  /* Switch to mobile card */
  .showcase-card {
    padding-top: 100%;
  }

  .showcase-desktop {
    display: none;
  }

  .showcase-mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  /* Mobile uses full-width SVG */
  .showcase-mobile .showcase-card-svg {
    width: 100%;
    margin-left: 0;
  }

  .showcase-card-text {
    padding: 18px 24px;
  }

  .showcase-card-studio {
    font-size: 16px;
    font-weight: 500;
  }

  .showcase-card-title {
    font-size: 20px;
  }

  .showcase-card-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}

/* Small phone */
@media (max-width: 480px) {
  .showcase-card-text {
    padding: 12px 16px;
  }

  .showcase-card-studio-wrap {
    max-width: 50%;
  }

  .showcase-card-studio {
    font-size: 12px;
  }

  .showcase-card-main {
    gap: 4px;
  }

  .showcase-card-title {
    font-size: 16px;
  }

  .showcase-card-btn {
    font-size: 9px;
    padding: 5px 10px;
  }

  .showcase-badge-sm {
    font-size: 8px;
    line-height: 10px;
    padding: 2px 6px;
  }
}
