/* /Components/AboutCoreValues.razor.rz.scp.css */
.about-values[b-01u7zohxrm] {
  background: #fff;
  padding: 56px 40px;
}

.about-values-inner[b-01u7zohxrm] {
  max-width: 1024px;
  margin: 0 auto;
}

.values-list[b-01u7zohxrm] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
}

.value-item[b-01u7zohxrm] {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.value-item:nth-last-child(-n+2)[b-01u7zohxrm] {
  border-bottom: 0;
}

.value-number[b-01u7zohxrm] {
  flex: 0 0 auto;
  padding-top: 4px;
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
}

.value-item h3[b-01u7zohxrm] {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--purple);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
}

.value-item p[b-01u7zohxrm] {
  font-size: 13.5px;
  line-height: 1.6;
  color: #171020;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .about-values[b-01u7zohxrm] {
    padding: 40px 22px;
  }

  .values-list[b-01u7zohxrm] {
    grid-template-columns: 1fr;
  }

  .value-item:nth-last-child(2)[b-01u7zohxrm] {
    border-bottom: 1px solid var(--line);
  }
}
/* /Components/AboutHero.razor.rz.scp.css */

.about-purpose-inline[b-e2f8683obo] {
  margin-top: 48px;
}

.purpose-columns[b-e2f8683obo] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  text-align: center;
}

.purpose-item[b-e2f8683obo] {
  position: relative;
}

.purpose-item + .purpose-item[b-e2f8683obo]::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--gold);
  opacity: .5;
}

.purpose-number[b-e2f8683obo] {
  display: block;
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.purpose-item h3[b-e2f8683obo] {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--purple);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.purpose-item p[b-e2f8683obo] {
  font-size: 15px;
  line-height: 1.7;
  color: #171020;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .about-purpose-inline[b-e2f8683obo] {
    margin-top: 40px;
  }

  .purpose-columns[b-e2f8683obo] {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .purpose-item + .purpose-item[b-e2f8683obo]::before {
    display: none;
  }

  .purpose-item + .purpose-item[b-e2f8683obo] {
    border-top: 1px solid var(--gold);
    margin-top: 32px;
    padding-top: 32px;
  }
}
/* /Components/AboutSection.razor.rz.scp.css */
.about-band[b-ud9wuijkuo] {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr 225px;
  gap: 47px;
  align-items: center;
  padding: 14px 55px;
  background: linear-gradient(90deg, #fff7e8 0%, #fff 58%, #fff 100%);
}

.about-photo[b-ud9wuijkuo] {
  width: 340px;
  height: 202px;
  border-radius: 10px;
  object-fit: cover;
}

.about-copy span[b-ud9wuijkuo] {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.about-copy h2[b-ud9wuijkuo] {
  font-size: 30px;
  line-height: 1.02;
  margin: 2px 0 10px;
}

.about-copy p[b-ud9wuijkuo] {
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 10px;
  color: #171020;
}

.proof-card[b-ud9wuijkuo] {
  background: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 10px 26px #22005212;
}

.proof-card p[b-ud9wuijkuo] {
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--purple);
  font-size: 13px;
  line-height: 1.25;
  border-bottom: 1px solid #e8dfd0;
  margin: 0;
  padding: 15px 0;
}

.proof-card p:first-child[b-ud9wuijkuo] {
  padding-top: 6px;
}

.proof-card p:last-child[b-ud9wuijkuo] {
  border: 0;
  padding-bottom: 6px;
}

.proof-card p[b-ud9wuijkuo]::first-letter {
  font-size: 30px;
}

/* Responsive */
@media (max-width: 900px) {
  .about-band[b-ud9wuijkuo] {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .about-photo[b-ud9wuijkuo] {
    width: 100%;
    height: auto;
  }
}
/* /Components/AboutWhyChooseUs.razor.rz.scp.css */
.radiance-band[b-x2vdgol7n9] {
  max-width: 1024px;
  margin: 0 auto;
  background: linear-gradient(90deg, #fff7e8 0%, #fff 58%, #fff 100%);
}

.radiance-band .eyebrow[b-x2vdgol7n9],
.radiance-band h2[b-x2vdgol7n9] {
  text-align: center;
}
/* /Components/ContactForm.razor.rz.scp.css */
.contact-layout[b-whr9978y7f] {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 20px;
}

.contact-main[b-whr9978y7f] {
  flex: 2;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 40px;
  box-shadow: 0 6px 15px rgba(22, 3, 62, 0.04);
}

.contact-main h2[b-whr9978y7f] {
  font-size: 24px;
  margin-bottom: 8px;
}

.contact-main p[b-whr9978y7f] {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 24px;
}

.required-note[b-whr9978y7f] {
  font-size: 13.5px !important;
  color: var(--muted);
  margin-bottom: 20px;
}

.form-grid[b-whr9978y7f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group[b-whr9978y7f] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group.full-width[b-whr9978y7f] {
  grid-column: 1 / -1;
}

.form-group.half[b-whr9978y7f] {
  grid-column: span 1;
}

.form-group label[b-whr9978y7f] {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.form-group input[b-whr9978y7f],
.form-group textarea[b-whr9978y7f] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  color: var(--ink);
}

.form-group input:focus-visible[b-whr9978y7f],
.form-group textarea:focus-visible[b-whr9978y7f] {
  outline: 2px solid var(--purple);
  outline-offset: -1px;
  border-color: var(--purple);
}

.validation-message[b-whr9978y7f] {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 4px;
}

.form-error-message[b-whr9978y7f] {
  color: #d32f2f;
  background: #ffebee;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 500;
}

.success-message[b-whr9978y7f] {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-weight: 600;
}

.submit-btn[b-whr9978y7f] {
  margin-top: 10px;
  width: auto;
  align-self: flex-start;
  font-size: 15px;
  padding: 14px 28px;
}

.submit-btn:disabled[b-whr9978y7f] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.recaptcha-container[b-whr9978y7f] {
  margin-top: 12px;
  margin-bottom: 4px;
  min-height: 78px; 
}

.contact-sidebar[b-whr9978y7f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-block[b-whr9978y7f] {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
}

.sidebar-block h3[b-whr9978y7f] {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}

.contact-info-list[b-whr9978y7f] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info-list li[b-whr9978y7f] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
}

.contact-info-list .icon[b-whr9978y7f] {
  color: var(--gold);
  font-size: 16px;
}

.contact-info-list a[b-whr9978y7f] {
  color: var(--purple);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-email[b-whr9978y7f] {
  word-break: break-all;
}

.employment-info p[b-whr9978y7f] {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.employment-action[b-whr9978y7f] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

/* Modal styles */
.application-dialog[b-whr9978y7f] {
  width: min(640px, calc(100vw - 32px));
  max-height: min(90dvh, 760px);
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 20px 40px rgba(18, 5, 38, 0.2);
}

.application-dialog[b-whr9978y7f]::backdrop {
  background: rgba(18, 5, 38, 0.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.application-dialog-inner[b-whr9978y7f] {
  padding: 32px;
}

.modal-header[b-whr9978y7f] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.modal-header h3[b-whr9978y7f] {
  color: var(--purple);
  margin: 0;
  font-size: 24px;
}

.modal-header p[b-whr9978y7f] {
  color: var(--muted);
  font-size: 15px;
  margin: 4px 0 0 0;
}

.btn-close[b-whr9978y7f] {
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}

.btn-close:hover[b-whr9978y7f] {
  color: var(--ink);
}

.btn-close:focus-visible[b-whr9978y7f] {
  outline: 2px solid var(--purple);
  border-radius: 4px;
}

.modal-success-state[b-whr9978y7f] {
  text-align: center;
  padding: 40px 20px;
}

.modal-success-state p[b-whr9978y7f] {
  font-size: 18px;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 24px;
}

.employment-form-container[b-whr9978y7f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.employment-form-container .form-group[b-whr9978y7f] {
  margin-bottom: 12px;
}

.help-text[b-whr9978y7f] {
  font-size: 12.5px;
  color: var(--muted);
  margin: 0 0 8px;
}

.file-name-display[b-whr9978y7f] {
  font-size: 13px;
  color: var(--purple);
  font-weight: 600;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .contact-layout[b-whr9978y7f] {
    flex-direction: column;
  }
  
  .contact-main[b-whr9978y7f], .contact-sidebar[b-whr9978y7f] {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .form-grid[b-whr9978y7f] {
    grid-template-columns: 1fr;
  }

  .form-group.half[b-whr9978y7f] {
    grid-column: 1 / -1;
  }

  .contact-main[b-whr9978y7f] {
    padding: 24px 20px;
  }
  
  .application-dialog-inner[b-whr9978y7f] {
    padding: 24px 20px;
  }
  
  .modal-header h3[b-whr9978y7f] {
    font-size: 20px;
  }
}
/* /Components/CTASection.razor.rz.scp.css */
.cta-strip[b-tf0wjkjv25] {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, var(--purple), var(--purple2));
  color: #fff;
  padding: 14px 60px;
}

.cta-left[b-tf0wjkjv25] {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cta-left span[b-tf0wjkjv25] {
  font-size: 32px;
  color: var(--gold);
}

.cta-left div[b-tf0wjkjv25] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cta-strip h2[b-tf0wjkjv25] {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.cta-strip p[b-tf0wjkjv25] {
  margin: 0;
  font-size: 12.5px;
  color: #fff7e7;
}

.cta-consultation-button[b-tf0wjkjv25] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  color: #fff;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(126, 83, 0, 0.24), inset 0 -1px 0 rgba(117, 73, 0, 0.45);
}

@media (hover: hover) and (pointer: fine) {
  .cta-consultation-button:hover[b-tf0wjkjv25] {
    box-shadow: 0 8px 16px rgba(126, 83, 0, 0.35), inset 0 -1px 0 rgba(117, 73, 0, 0.45);
  }
}

.cta-consultation-button:focus-visible[b-tf0wjkjv25] {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Responsive */
@media (max-width: 900px) {
  .cta-strip[b-tf0wjkjv25] {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px;
  }
}
/* /Components/Footer.razor.rz.scp.css */
.site-footer[b-im8moyyp1f] {
  width: 100%;
  background: var(--cream);
}

.footer-inner[b-im8moyyp1f] {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.55fr .8fr .9fr .8fr 1.1fr;
  gap: 25px;
  padding: 36px 50px;
}

.footer-brand img[b-im8moyyp1f] {
  display: block;
  width: min(180px, 100%);
  height: auto;
  object-fit: contain;
}

.footer-inner p[b-im8moyyp1f] {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 13px;
}

.footer-inner h4[b-im8moyyp1f] {
  font-size: 13px;
  color: var(--purple);
  margin: 6px 0 12px;
}

.footer-inner a[b-im8moyyp1f] {
  position: relative;
  display: block;
  width: fit-content;
  font-size: 11.5px;
  line-height: 1.55;
  margin: 2px 0;
  padding-bottom: 2px;
}

.footer-inner a[b-im8moyyp1f]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease-out;
  pointer-events: none;
}

.footer-inner a:hover[b-im8moyyp1f]::after,
.footer-inner a:focus-visible[b-im8moyyp1f]::after {
  width: 100%;
}

.footer-inner a:focus-visible[b-im8moyyp1f] {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
}

.copyright[b-im8moyyp1f] {
  width: 100%;
  background: var(--purple);
  color: #fff;
  font-size: 10px;
}

.copyright-inner[b-im8moyyp1f] {
  max-width: 1024px;
  margin: 0 auto;
  padding: 14px 49px;
}

.copyright span[b-im8moyyp1f] {
  float: right;
}

.copyright span a[b-im8moyyp1f] {
  position: relative;
  color: #fff;
  padding-bottom: 2px;
}

.copyright span a[b-im8moyyp1f]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease-out;
  pointer-events: none;
}

.copyright span a:hover[b-im8moyyp1f]::after,
.copyright span a:focus-visible[b-im8moyyp1f]::after {
  width: 100%;
}

.copyright span a:focus-visible[b-im8moyyp1f] {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .footer-inner[b-im8moyyp1f] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 28px;
    padding: 30px 18px;
  }

  .footer-brand[b-im8moyyp1f] {
    grid-column: 1 / -1;
  }

  .copyright-inner[b-im8moyyp1f] {
    padding: 14px 22px;
  }

  .copyright span[b-im8moyyp1f] {
    float: none;
    display: block;
    margin-top: 8px;
  }
}

@media (max-width: 360px) {
  .footer-inner[b-im8moyyp1f] {
    grid-template-columns: 1fr;
  }
}

.footer-inner .footer-contact-row[b-im8moyyp1f] {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  font-size: 11.5px;
  margin: 2px 0;
}

.footer-contact-icon[b-im8moyyp1f] {
  flex: 0 0 auto;
  line-height: 1.55;
}

.footer-contact-text[b-im8moyyp1f] {
  display: inline-block;
  line-height: 1.55;
}

.footer-contact-row[href] .footer-contact-text[b-im8moyyp1f] {
  white-space: nowrap;
}

.no-wrap[b-im8moyyp1f] {
  white-space: nowrap;
}
/* /Components/HeroSlideshow.razor.rz.scp.css */
.hero-visual[b-2y61e3tbwk] {
  position: relative;
  overflow: visible;
  width: calc(100% + 72px);
  margin-left: -72px;
  z-index: 1;
}

.hero-slideshow[b-2y61e3tbwk] {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slideshow:focus-visible[b-2y61e3tbwk] {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

.hero-slide[b-2y61e3tbwk] {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation-name: hero-fade-b-2y61e3tbwk;
  animation-duration: 27.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
}

.hero-slide img[b-2y61e3tbwk] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.15) 8%,
    rgba(0, 0, 0, 0.45) 16%,
    rgba(0, 0, 0, 0.78) 24%,
    #000 32%,
    #000 82%,
    rgba(0, 0, 0, 0.92) 88%,
    rgba(0, 0, 0, 0.65) 94%,
    rgba(0, 0, 0, 0.30) 97%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.15) 8%,
    rgba(0, 0, 0, 0.45) 16%,
    rgba(0, 0, 0, 0.78) 24%,
    #000 32%,
    #000 82%,
    rgba(0, 0, 0, 0.92) 88%,
    rgba(0, 0, 0, 0.65) 94%,
    rgba(0, 0, 0, 0.30) 97%,
    transparent 100%
  );

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-slide figcaption[b-2y61e3tbwk] {
  position: absolute;
  left: clamp(72px, 10vw, 125px);
  bottom: 10px;
  max-width: calc(100% - 20px);
  background: #00000073;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.hero-slide:nth-child(2)[b-2y61e3tbwk] {
  animation-delay: -22s;
}

.hero-slide:nth-child(3)[b-2y61e3tbwk] {
  animation-delay: -16.5s;
}

.hero-slide:nth-child(4)[b-2y61e3tbwk] {
  animation-delay: -11s;
}

.hero-slide:nth-child(5)[b-2y61e3tbwk] {
  animation-delay: -5.5s;
}



@keyframes hero-fade-b-2y61e3tbwk {
  0% {
    opacity: 0;
  }

  2.91% {
    opacity: 1;
  }

  17.09% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hero-slideshow:hover .hero-slide[b-2y61e3tbwk],
.hero-slideshow:focus-within .hero-slide[b-2y61e3tbwk] {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide[b-2y61e3tbwk] {
    animation: none !important;
    opacity: 0 !important;
  }

  .hero-slide:nth-child(1)[b-2y61e3tbwk] {
    opacity: 1 !important;
  }
}

.circle-badge[b-2y61e3tbwk] {
  position: absolute !important;
  right: 8px;
  bottom: 8px;
  width: 192px !important;
  height: 192px !important;
  border-radius: 50%;
  object-fit: cover !important;
}

/* Responsive */
@media (max-width: 900px) {
  .hero[b-2y61e3tbwk] {
    border-top: 0;
  }

  .hero-visual[b-2y61e3tbwk],
  .hero-slideshow[b-2y61e3tbwk],
  .hero-slide[b-2y61e3tbwk] {
    border-top: 0;
  }

  .hero-visual[b-2y61e3tbwk] {
    width: 100%;
    margin-left: 0;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .hero-slide img[b-2y61e3tbwk] {
    object-fit: contain;
    object-position: center;
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.30) 3%,
        rgba(0, 0, 0, 0.70) 7%,
        rgba(0, 0, 0, 0.92) 11%,
        #000 15%,
        #000 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.30) 3%,
        rgba(0, 0, 0, 0.70) 7%,
        rgba(0, 0, 0, 0.92) 11%,
        #000 15%,
        #000 100%
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .circle-badge[b-2y61e3tbwk] {
    width: clamp(84px, 24vw, 112px) !important;
    height: clamp(84px, 24vw, 112px) !important;
    right: 8px;
    bottom: 8px;
  }
}

@media (max-width: 640px) {
  .hero-copy[b-2y61e3tbwk] {
    padding: 26px 18px 22px;
  }

  .hero-copy[b-2y61e3tbwk]::before {
    display: none;
  }

  .hero h1[b-2y61e3tbwk] {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.4px;
    overflow: visible;
  }

  .hero p[b-2y61e3tbwk] {
    max-width: none;
    font-size: 15.5px;
    line-height: 1.55;
    margin: 14px 0 18px;
  }

  .trust-row[b-2y61e3tbwk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 14px 12px;
    margin-top: 22px;
  }
}
/* /Components/NavMenu.razor.rz.scp.css */
.site-header[b-1z8u8pnvd3] {
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--purple);
}

.brand img[b-1z8u8pnvd3] {
  width: auto;
  height: 138px;
  max-width: 100%;
  display: block;
}

.nav-links[b-1z8u8pnvd3] {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #130727;
}

.nav-links a[b-1z8u8pnvd3] {
  position: relative;
  padding: 32px 0 12px;
  white-space: nowrap;
  cursor: pointer;
}

.nav-links a[b-1z8u8pnvd3]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width .25s ease-out;
  pointer-events: none;
}

.nav-links a:hover[b-1z8u8pnvd3]::after {
  width: 100%;
}

.nav-links a:focus-visible[b-1z8u8pnvd3] {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
}

.nav-links .active[b-1z8u8pnvd3] {
  color: var(--purple);
}

.header-cta[b-1z8u8pnvd3] {
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 8px;
  align-items: center;
  color: var(--purple);
}

.phone-icon[b-1z8u8pnvd3] {
  font-size: 31px;
  color: var(--purple);
}

.header-cta small[b-1z8u8pnvd3] {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #22172e;
}

.header-cta strong[b-1z8u8pnvd3] {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}



.mobile-menu-toggle[b-1z8u8pnvd3] {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .site-header[b-1z8u8pnvd3] {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(35, 0, 82, 0.12);
    z-index: 1000;
  }

  .brand img[b-1z8u8pnvd3] {
    height: 50px;
  }

  .header-cta[b-1z8u8pnvd3] {
    display: none;
  }

  .mobile-menu-toggle[b-1z8u8pnvd3] {
    position: relative;
    z-index: 1201;
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(35, 0, 82, 0.14);
    border-radius: 12px;
    background: #fff;
    color: var(--purple);
    cursor: pointer;
  }

  .mobile-menu-toggle span[b-1z8u8pnvd3] {
    pointer-events: none;
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 200ms ease, opacity 200ms ease;
  }

  .mobile-menu-toggle.is-active span:nth-child(1)[b-1z8u8pnvd3] {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active span:nth-child(2)[b-1z8u8pnvd3] {
    opacity: 0;
  }

  .mobile-menu-toggle.is-active span:nth-child(3)[b-1z8u8pnvd3] {
    transform: translateY(-7px) rotate(-45deg);
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-menu-toggle span[b-1z8u8pnvd3] {
      transition: none;
    }
  }

  .nav-links[b-1z8u8pnvd3] {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(35, 0, 82, 0.12);
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(35, 0, 82, 0.14), 0 4px 12px rgba(35, 0, 82, 0.06);
    z-index: 1100;
  }

  .nav-links.mobile-open[b-1z8u8pnvd3] {
    display: flex;
  }

  .nav-links a[b-1z8u8pnvd3] {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 15px;
  }

  .nav-links a[b-1z8u8pnvd3]::after {
    display: none;
  }

  .nav-links a.active[b-1z8u8pnvd3],
  .nav-links a:active[b-1z8u8pnvd3] {
    background: rgba(35, 0, 82, 0.04);
    color: var(--purple);
  }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-xgdfe73jqb] {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  height: 354px;
  display: grid;
  grid-template-columns: 48% 52%;
  background: linear-gradient(
    90deg,
    #fffaf1 0%,
    #fff7e8 42%,
    #fffaf2 57%,
    #fffdf8 72%,
    #ffffff 100%
  );
  overflow: hidden;
  border-top: 1px solid #f5ead3;
}

.hero-copy[b-xgdfe73jqb] {
  position: relative;
  padding: 34px 0 0 39px;
  z-index: 3;
}

/* Fade the left edge into the page without fading the text */
.hero-copy[b-xgdfe73jqb]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;

  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0.90) 20%,
    rgba(255, 255, 255, 0.55) 55%,
    transparent 100%
  );

  pointer-events: none;
  z-index: 0;
}

.hero-copy > *[b-xgdfe73jqb] {
  position: relative;
  z-index: 1;
}

.hero h1[b-xgdfe73jqb] {
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -.8px;
}

.hero p[b-xgdfe73jqb] {
  max-width: 405px;
  margin: 13px 0 21px;
  font-size: 16px;
  line-height: 1.48;
  color: #151020;
}

.trust-row[b-xgdfe73jqb] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  font-weight: 800;
  color: var(--purple);
}

.trust-badge[b-xgdfe73jqb] {
  width: 88px;
  height: 44px;
  border-radius: 3px;
  background: #eaf4f8;
  color: #134f70;
  font-size: 14px;
  text-align: center;
  padding-top: 6px;
  line-height: 1;
}

.trust-badge small[b-xgdfe73jqb] {
  font-size: 8px;
  text-transform: uppercase;
}

.trust-text[b-xgdfe73jqb] {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  line-height: 1.05;
}

.trust-text small[b-xgdfe73jqb] {
  font-family: Inter, Arial, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.chap[b-xgdfe73jqb] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle, #5b3d92, #31166a);
  border: 4px solid var(--gold2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.stars[b-xgdfe73jqb] {
  font-size: 18px;
  color: var(--gold);
}

.stars small[b-xgdfe73jqb] {
  display: block;
  color: #151020;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .hero[b-xgdfe73jqb] {
    height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy[b-xgdfe73jqb] {
    padding: 30px 22px;
  }

  .hero h1[b-xgdfe73jqb] {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .hero-actions[b-xgdfe73jqb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .hero-actions[b-xgdfe73jqb]  .btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    height: auto;
    padding: 9px 8px;
    font-size: clamp(10.5px, 3vw, 12px);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}
/* /Components/ResourcesSection.razor.rz.scp.css */
.resources[b-g9d10gk29t] {
  padding-top: 7px;
}

.section-head[b-g9d10gk29t] {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 904px;
  margin: 0 auto 10px;
}

.section-head h2[b-g9d10gk29t] {
  font-size: 22px;
}

.section-head a[b-g9d10gk29t] {
  font-size: 12px;
  font-weight: 900;
  color: var(--gold);
}

.resource-grid[b-g9d10gk29t] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 904px;
  margin: 0 auto;
}

.resource-grid img[b-g9d10gk29t] {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 7px;
}

.resource-grid h3[b-g9d10gk29t] {
  font-size: 13px;
  line-height: 1.15;
  color: var(--purple);
  margin: 8px 0 3px;
  font-weight: 900;
}

.resource-grid time[b-g9d10gk29t] {
  font-size: 11px;
  color: #766c80;
}

/* Responsive */
@media (max-width: 900px) {
  .resource-grid[b-g9d10gk29t] {
    grid-template-columns: 1fr;
  }
}
/* /Components/ServiceCategories.razor.rz.scp.css */
.category-grid[b-j8lzlv27u4] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
}

.category-card[b-j8lzlv27u4] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 28px;
  box-shadow: 0 6px 15px rgba(22, 3, 62, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .category-card:hover[b-j8lzlv27u4] {
    transform: translateY(-4px);
    border-color: rgba(206, 139, 0, 0.35);
    box-shadow: 0 18px 40px rgba(22, 3, 62, 0.12), 0 5px 14px rgba(22, 3, 62, 0.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .category-card[b-j8lzlv27u4] {
    transition: box-shadow 0.2s ease;
  }

  .category-card:hover[b-j8lzlv27u4] {
    transform: none;
  }
}


.category-card h2[b-j8lzlv27u4] {
  font-size: 18px;
  margin: 0 0 8px;
}

.category-card > p[b-j8lzlv27u4] {
  font-size: 13.5px;
  line-height: 1.55;
  color: #171020;
  margin: 0 0 14px;
}

.category-list[b-j8lzlv27u4] {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.category-list li[b-j8lzlv27u4] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
  color: #171020;
}

.category-disclaimer[b-j8lzlv27u4] {
  font-size: 11.5px;
  font-style: italic;
  color: var(--muted);
  margin: 0 0 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .category-grid[b-j8lzlv27u4] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .category-grid[b-j8lzlv27u4] {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .category-card[b-j8lzlv27u4] {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 24px 0;
  }
  .category-card + .category-card[b-j8lzlv27u4] {
    border-top: 1px solid rgba(35, 0, 82, 0.10);
  }
}
/* /Components/ServicesFinalCTA.razor.rz.scp.css */
.final-cta[b-g60x8do2vq] {
  max-width: 1024px;
  margin: 0 auto;
  background: linear-gradient(90deg, var(--purple), var(--purple2));
  color: #fff;
  text-align: center;
  padding: 44px 40px;
}

.final-cta h2[b-g60x8do2vq] {
  color: #fff;
  font-size: 28px;
  margin: 0 0 12px;
}

.final-cta p[b-g60x8do2vq] {
  font-size: 14px;
  line-height: 1.6;
  color: #fff7e7;
  max-width: 640px;
  margin: 0 auto 22px;
}

.final-cta .btn-group[b-g60x8do2vq] {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.final-cta .btn-group a.primary[b-g60x8do2vq] {
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  padding: 14px 31px;
}

.final-cta .btn-group a.secondary[b-g60x8do2vq] {
  border: 1.5px solid var(--gold);
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  padding: 13px 28px;
}

.final-cta .tagline[b-g60x8do2vq] {
  font-size: 13px;
  font-style: italic;
  color: #fff7e7;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .final-cta[b-g60x8do2vq] {
    padding: 28px 22px;
  }

  .final-cta h2[b-g60x8do2vq] {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .final-cta[b-g60x8do2vq] {
    padding: 24px 18px;
  }

  .final-cta h2[b-g60x8do2vq] {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .final-cta p[b-g60x8do2vq] {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 16px;
  }

  .final-cta .btn-group[b-g60x8do2vq] {
    gap: 9px;
    margin-bottom: 0;
  }

  .final-cta .btn-group a.primary[b-g60x8do2vq],
  .final-cta .btn-group a.secondary[b-g60x8do2vq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: auto;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 12.5px;
    line-height: 1.2;
  }
}
/* /Components/ServicesSection.razor.rz.scp.css */
.services[b-0pmp8e3l0k] {
  text-align: center;
  background: #fff;
}

.services h2[b-0pmp8e3l0k] {
  font-size: 24px;
  line-height: 1;
}

.services-image-wrap[b-0pmp8e3l0k] {
  width: 100%;
  overflow-x: auto;
}

.services-image[b-0pmp8e3l0k] {
  display: block;
  width: 100%;
  min-width: 640px;
  max-width: 944px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.services .btn-inline[b-0pmp8e3l0k] {
  margin-top: 16px;
}

@media (max-width: 640px) {
  .services-image-wrap[b-0pmp8e3l0k] {
    display: none;
  }

  .services[b-0pmp8e3l0k] {
    padding: 20px 18px 28px;
  }

  .services .btn-inline[b-0pmp8e3l0k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 0;
    padding: 0 22px;
    border-radius: 999px;
  }
}
/* /Components/ServicesWhyChooseUs.razor.rz.scp.css */
.detail-columns[b-pkzlkmhvvo] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
}

.detail-list[b-pkzlkmhvvo] {
  list-style: none;
  margin: 0;
  padding: 6px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 26px #22005212;
}

.detail-list li[b-pkzlkmhvvo] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  border-bottom: 1px solid #e8dfd0;
  padding: 13px 0;
}

.detail-list li:last-child[b-pkzlkmhvvo] {
  border-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .detail-columns[b-pkzlkmhvvo] {
    grid-template-columns: 1fr;
  }
}
/* /Components/TestimonialsSection.razor.rz.scp.css */
.testimonials h2[b-35txziz6ag] {
  font-size: 24px;
  line-height: 1;
}

.ornament[b-35txziz6ag] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--gold);
  font-size: 15px;
  margin: 8px 0 19px;
}

.ornament span[b-35txziz6ag] {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: var(--gold);
}

.quote-grid[b-35txziz6ag] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 833px;
  margin: 0 auto;
}

.quote-grid article[b-35txziz6ag] {
  position: relative;
  min-height: 94px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 15px 17px 10px 50px;
  text-align: left;
}

.quote-grid em[b-35txziz6ag] {
  position: absolute;
  left: 18px;
  top: 2px;
  color: var(--gold);
  font-size: 46px;
  font-style: normal;
  font-family: Georgia, serif;
}

.quote-grid p[b-35txziz6ag] {
  font-size: 11.5px;
  line-height: 1.42;
  margin: 0 0 8px;
  color: #20172a;
}

.quote-grid b[b-35txziz6ag] {
  font-size: 11px;
  color: var(--purple);
}

.quote-grid span[b-35txziz6ag] {
  float: right;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 1.5px;
}

/* Responsive */
@media (max-width: 900px) {
  .quote-grid[b-35txziz6ag] {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 640px) {
  .quote-grid article[b-35txziz6ag] {
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 22px 0 22px 38px;
  }

  .quote-grid article + article[b-35txziz6ag] {
    border-top: 1px solid rgba(35, 0, 82, 0.10);
  }

  .quote-grid p[b-35txziz6ag] {
    font-size: 14px;
    line-height: 1.55;
  }
}
/* /Components/WelcomeSplash.razor.rz.scp.css */
.welcome-splash[b-tcqp8pn8xx] {
    width: min(520px, calc(100vw - 32px));
    max-height: 90vh; /* fallback */
    max-height: min(90dvh, 700px);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #fffdf8;
    box-shadow:
        0 30px 80px rgba(22, 3, 62, 0.30),
        0 8px 24px rgba(22, 3, 62, 0.14);
    
    /* Animation base */
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 300ms ease, transform 300ms ease, display 300ms ease allow-discrete;
}

@starting-style {
    .welcome-splash[open][b-tcqp8pn8xx] {
        opacity: 0;
        transform: translateY(12px);
    }
    .welcome-splash[open][b-tcqp8pn8xx]::backdrop {
        opacity: 0;
    }
}

.welcome-splash.is-open[b-tcqp8pn8xx] {
    opacity: 1;
    transform: translateY(0);
}

.welcome-splash.is-closing[b-tcqp8pn8xx] {
    opacity: 0;
    transform: translateY(12px);
}

.welcome-splash[b-tcqp8pn8xx]::backdrop {
    background: rgba(22, 7, 48, 0.62);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 300ms ease, display 300ms ease allow-discrete;
}

.welcome-splash.is-open[b-tcqp8pn8xx]::backdrop {
    opacity: 1;
}

.welcome-splash.is-closing[b-tcqp8pn8xx]::backdrop {
    opacity: 0;
}

.welcome-splash-content[b-tcqp8pn8xx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 38px 42px 34px;
}

.welcome-eyebrow[b-tcqp8pn8xx] {
    text-transform: uppercase;
    color: var(--gold);
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.welcome-splash-content img[b-tcqp8pn8xx] {
    display: block;
    width: min(300px, 82%);
    height: auto;
    margin: 8px auto 18px;
    object-fit: contain;
}

#welcome-splash-description[b-tcqp8pn8xx] {
    color: var(--purple);
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    font-weight: 500;
}

.welcome-instruction[b-tcqp8pn8xx] {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
}

.welcome-enter-button[b-tcqp8pn8xx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 44px;
    margin-top: 22px;
    padding: 11px 26px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold2), var(--gold));
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow:
        0 5px 14px rgba(164, 106, 0, 0.25),
        inset 0 -1px 0 rgba(112, 69, 0, 0.40);
    transition:
        transform 200ms ease,
        box-shadow 200ms ease,
        filter 200ms ease;
}

.welcome-enter-button:focus-visible[b-tcqp8pn8xx] {
    outline: 2px solid var(--purple);
    outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
    .welcome-enter-button:hover[b-tcqp8pn8xx] {
        transform: translateY(-3px);
        filter: brightness(1.04);
        box-shadow:
            0 12px 24px rgba(164, 106, 0, 0.28),
            inset 0 -1px 0 rgba(112, 69, 0, 0.40);
    }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-splash[b-tcqp8pn8xx],
    .welcome-splash-content[b-tcqp8pn8xx],
    .welcome-splash[b-tcqp8pn8xx]::backdrop,
    .welcome-splash[open][b-tcqp8pn8xx]::backdrop,
    .welcome-splash[open][b-tcqp8pn8xx],
    .welcome-splash.is-closing[b-tcqp8pn8xx],
    .welcome-splash.is-closing[b-tcqp8pn8xx]::backdrop,
    .welcome-enter-button[b-tcqp8pn8xx] {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 640px) {
    .welcome-splash[b-tcqp8pn8xx] {
        width: calc(100vw - 28px);
        max-height: calc(100vh - 28px); /* fallback */
        max-height: calc(100dvh - 28px);
        border-radius: 0;
    }

    .welcome-splash-content[b-tcqp8pn8xx] {
        padding:
            max(28px, env(safe-area-inset-top))
            20px
            max(26px, env(safe-area-inset-bottom));
    }

    .welcome-splash-content img[b-tcqp8pn8xx] {
        width: min(260px, 88%);
    }

    #welcome-splash-description[b-tcqp8pn8xx] {
        font-size: 15.5px;
        line-height: 1.55;
    }
}
