iframe#launcher {
  display: none;
}

#webchat {
  font-family: "Roboto", Arial, sans-serif;
}
#webchat .webchat__basic-transcript {
  max-height: 360px;
  border-radius: 0.75rem;
}
#webchat section {
  background: #ffffff !important;
  box-shadow: none !important;
  margin: 0 !important;
}
#webchat .webchat__send-box__main {
  border-top: none !important;
  border-radius: 0.75rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 1.5rem;
}
#webchat input.webchat__send-box-text-box__input {
  border: 3px solid #04345c;
  box-shadow: none;
  padding: 1rem;
  background: #f7f8fa;
  margin: 0;
  border-radius: 0.75rem;
  color: #333333;
}
#webchat input.webchat__send-box-text-box__input:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#webchat > div > div[role=complementary] {
  background: transparent;
}
#webchat input:hover {
  text-decoration: none !important;
}
#webchat .webchat__bubble__content {
  border-radius: 0.75rem;
}
#webchat .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content {
  background: #04345c;
  border: none;
  color: #ffffff;
}
#webchat .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content a {
  color: #ffffff;
  text-decoration: underline;
}
#webchat.homechat {
  background: #f7f8fa;
  border-radius: 0.75rem;
  padding: 1rem;
  position: relative;
  z-index: 20;
  height: 88%;
}
#webchat .webchat__icon-button {
  background: #005e3d !important;
  border-radius: 0.75rem;
  padding: 0.5rem !important;
  width: 55px !important;
  height: 55px !important;
  margin-left: 1rem;
}
#webchat .webchat__icon-button:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#webchat .webchat__icon-button svg {
  fill: #ffffff;
}
#webchat .webchat__send-box-text-box {
  padding: 0;
}
#webchat.floatchat {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-width: 360px;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 0 0 0 10px rgba(4, 52, 92, 0.12);
  z-index: 9999;
}
#webchat.floatchat p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#webchat.floatchat .webchat__send-box__main {
  padding: 0.5rem;
  margin-top: 0;
}
#webchat.floatchat .webchat__icon-button {
  display: none;
}
#webchat.floatchat #floatchat-header {
  background: #04345c;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem;
  text-align: center;
  border-radius: 0.75rem 0.75rem 0 0;
  margin: -0.5rem -0.5rem 0.5rem;
  font-weight: 700;
  position: relative;
}
#webchat.floatchat #floatchat-header #floatchat-close {
  position: absolute;
  right: 0.5rem;
  width: 2rem;
  overflow: hidden;
  height: 2rem;
  font-size: 1.5rem;
  top: 0.5rem;
  cursor: pointer;
}
#webchat.floatchat #floatchat-header #floatchat-close:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}

#floatchat-btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 6rem;
  width: 6rem;
  background: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6rem;
  padding: 0.5rem;
  font-size: 0.85rem;
  border: 3px solid #ffffff;
  font-weight: 700;
  text-align: center;
  color: #04345c;
  cursor: pointer;
  z-index: 9999;
}
#floatchat-btn:hover {
  background: rgb(236.5, 177.375, 0);
}
#floatchat-btn:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#floatchat-btn span {
  color: #04345c;
  font-size: 2rem;
}

.webchat__icon-button:not(:disabled):not([aria-disabled=true]):not(:active):hover .webchat__icon-button__shade {
  background-color: rgba(255, 255, 255, 0.12) !important;
  cursor: pointer;
}

.ac-textBlock {
  font-size: 16px !important;
}

.ac-container {
  justify-content: center !important;
}

.layer-content {
  display: none;
}

img.chat-logo {
  border-radius: 5rem;
  max-height: 3rem;
}

.ai-response-container,
.layer-content-greeting-message-container {
  display: flex;
}

.ai-response h3 {
  font-size: 1.4rem;
  color: #04345c;
}

.ai-response a {
  color: #005e3d;
  transition: all 0.2s ease-in-out;
}
.ai-response a:hover {
  color: #04345c;
  text-decoration: underline;
}
.ai-response a:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}

.ai-response,
p.layer-content-greeting-message {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 70%;
  position: relative;
  color: #333333;
}

.response > div:not(.layer-content-greeting-message-container) .aiResponse {
  margin-bottom: 2rem;
}

.ai-request {
  display: flex;
  justify-content: flex-end;
}
.ai-request .userText {
  background: #04345c;
  display: inline-block;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.feedback-icons {
  order: 2;
  align-self: flex-end;
  max-width: 1rem;
  position: absolute;
  right: -1.5rem;
  bottom: 0.5rem;
}
.feedback-icons span {
  padding: 0 0.25rem;
  color: #777777;
}

span.thumbsup,
span.thumbsdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
  opacity: 0.35;
}
span.thumbsup:hover,
span.thumbsdown:hover {
  opacity: 1;
}
span.thumbsup:focus,
span.thumbsdown:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}

span.thumbsup {
  bottom: 0.15rem;
}

span.thumbsdown {
  top: 0.15rem;
}

span.thumbsup.clicked {
  color: #005e3d;
  opacity: 1;
}

span.thumbsdown.clicked {
  color: #ff6f61;
  opacity: 1;
}

.widget-body .response {
  max-height: calc(100vh - 26rem);
  overflow: auto;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 15rem;
}

.zen-btn {
  display: none;
}

.input-area {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
}
.input-area .customer-footer {
  text-align: center;
  margin-top: 0.5rem;
}

.request-sender {
  display: flex;
}
.request-sender textarea {
  border: 3px solid #04345c;
  box-shadow: none;
  border-radius: 0.5rem;
  padding: 1rem;
  flex: 1 auto;
  margin: 0 1rem 0 0;
  height: auto !important;
  color: #333333;
}
.request-sender textarea:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
.request-sender button.send-icon {
  background: #005e3d;
  color: #ffffff;
  cursor: pointer;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.request-sender button.send-icon:hover {
  background: rgb(0, 119.5, 77.5478723404);
  color: #ffffff;
}
.request-sender button.send-icon:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
.request-sender button.send-icon:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Voice search */
@keyframes pulse-icon {
  0% {
    color: #04345c;
  }
  70% {
    color: #ffc107;
  }
  100% {
    color: #04345c;
  }
}
@keyframes pulse-icon-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#webchat .request-sender .button_ai-voice-search {
  background: #ffffff;
  color: #04345c;
  padding: 0;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#webchat .request-sender .button_ai-voice-search:hover {
  color: #005e3d;
}
#webchat .request-sender .button_ai-voice-search:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#webchat .request-sender .button_ai-voice-search i.listening {
  animation: pulse-icon-scale 1s infinite;
}
#webchat .request-sender .button_ai-voice-search i.listening::before {
  color: #ffc107;
  animation: pulse-icon 1s infinite;
}

/* Overlay */
#aiOverlay {
  position: fixed;
  z-index: 9998;
  top: 7.5rem;
  width: calc(100% - 4rem);
  height: calc(100vh - 4.5rem);
  background: rgba(4, 52, 92, 0.78);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #333333;
}
#aiOverlay #aiHistory {
  padding: 2rem;
  background: #f7f8fa;
  border-radius: 10px;
  flex: 0 25%;
  overflow: auto;
}
#aiOverlay #aiHistory h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #04345c;
}
#aiOverlay #aiHistory #aiHistoryList {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  padding-left: 0;
}
#aiOverlay #aiHistory #aiHistoryList .history-empty,
#aiOverlay #aiHistory #aiHistoryList .history-item {
  list-style: none;
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
  line-height: 1rem;
  display: block;
  font-weight: 700;
  color: #555555;
  border: 1px solid #d3d3d3;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}
#aiOverlay #aiHistory #aiHistoryList .history-item {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}
#aiOverlay #aiHistory #aiHistoryList .history-item:hover {
  background: rgb(234.4461538462, 237.0153846154, 242.1538461538);
}
#aiOverlay #aiHistory #aiHistoryList .history-item:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#aiOverlay #aiHistory #aiHistoryList .history-item .history-text {
  display: block;
}
#aiOverlay #aiHistory #aiHistoryList .history-item .history-time {
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  font-weight: 400;
  font-size: 0.75rem;
}
#aiOverlay #aiHistory #aiHistoryClear {
  border-radius: 10px;
  width: 100%;
  background: #04345c;
  color: #ffffff;
  border: 0;
  padding: 0.75rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
#aiOverlay #aiHistory #aiHistoryClear:hover {
  background: rgb(5.275, 68.575, 121.325);
}
#aiOverlay #aiHistory #aiHistoryClear:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#aiOverlay #aiDialog {
  padding: 0 0 0 2rem;
  flex: 1;
  overflow: auto;
}
#aiOverlay #aiDialog #aiDialogTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem;
}
#aiOverlay #aiDialog #aiDialogTop h2 {
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  font-size: 2rem;
  flex: 1 auto;
  margin: 0;
}
#aiOverlay #aiDialog #aiDialogTop h2 span {
  color: #ffc107;
}
#aiOverlay #aiDialog #aiDialogTop #aiOverlayDisclaimer {
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 1rem;
}
#aiOverlay #aiDialog #aiDialogTop #aiOverlayDisclaimer:hover {
  color: #ffc107;
}
#aiOverlay #aiDialog #aiDialogTop #aiOverlayDisclaimer:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#aiOverlay #aiDialog #aiDialogTop #aiOverlayClose {
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 1.2rem;
  cursor: pointer;
}
#aiOverlay #aiDialog #aiDialogTop #aiOverlayClose:hover {
  color: #ffc107;
}
#aiOverlay #aiDialog #aiDialogTop #aiOverlayClose:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#aiOverlay #aiDialog #aiLinks {
  margin-top: 2rem;
  font-size: 0.8rem;
  /*font-style: italic;*/
  position: relative;
  margin: 2rem 0 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#aiOverlay #aiDialog #aiLinks a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
#aiOverlay #aiDialog #aiLinks a:hover {
  color: #ffd101;
}
#aiOverlay #aiDialog #aiLinks a:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#aiOverlay {
  /* Loading Spinner */
}
#aiOverlay .analysis-wrapper .summary-container .spinner-container {
  display: grid;
  min-height: 100px;
  place-items: center;
}
#aiOverlay .analysis-wrapper .summary-container .spinner-container .loading-spinner {
  margin-top: -36px;
}
#aiOverlay .widget-body .response .message-overflow .ai-response-spinner {
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px;
}
#aiOverlay .widget-body .response .message-overflow .ai-response-spinner:not(:empty) {
  border: 1px solid #d3d3d3;
  width: 50px;
}
#aiOverlay .widget-body .response .message-overflow .ai-response-spinner.default-spinner {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  width: 90%;
}
#aiOverlay .widget-body .response .message-overflow .ai-response-spinner.default-spinner:not(:empty) {
  border: 0;
}
#aiOverlay .input-area .audio-recorder .spinner-container,
#aiOverlay .input-area .azure-live-speech-to-text .spinner-container {
  margin-right: 10px;
}
#aiOverlay .loading-spinner {
  animation: spinner 1.5s linear infinite;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #04345c;
  height: 40px;
  width: 40px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#aiOverlay .spinner-overlay {
  align-items: center;
  background-color: rgba(253, 252, 252, 0.8);
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  position: fixed;
  width: 100%;
}
#aiOverlay .donut-spinner {
  animation: spin 0.7s linear infinite;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: #333333;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}
#aiOverlay .donut-spinner.multi {
  border-bottom-color: #333333;
}
#aiOverlay .analysis-wrapper .value-report-subheader .donut-spinner-container {
  align-items: center;
  display: flex;
  gap: 20px;
  height: 250px;
  justify-content: center;
}
#aiOverlay .analysis-wrapper .value-report-query-wrapper .no-data-message,
#aiOverlay .analysis-wrapper .value-report-query-wrapper .spinner-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
#aiOverlay .analysis-wrapper .value-report-query-container .spinner-container {
  inset: 0;
  position: absolute;
}

/* Header trigger button */
#aiToggle,
.site-header__assistant-button {
  background: #fec107;
  color: #04345c;
  border: 0;
  border-radius: 10px;
  line-height: 2.2rem;
  /*padding: 0.65rem 1rem;*/
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#aiToggle:hover,
.site-header__assistant-button:hover {
  background: rgb(0, 119.5, 77.5478723404);
  color: #ffffff;
}
#aiToggle:focus,
.site-header__assistant-button:focus {
  outline: 3px solid #ffc107;
  outline-offset: 3px;
}
#aiToggle[aria-expanded=true],
.site-header__assistant-button[aria-expanded=true] {
  background: #ffc107;
}

/* Tablet */
@media (max-width: 1023px) {
  #aiOverlay {
    flex-flow: column-reverse;
    top: 6rem;
    height: calc(100vh - 6rem);
  }
  #aiOverlay #aiHistory {
    padding: 0.5rem 1rem;
    flex: 0 105px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: auto;
    min-height: 105px;
  }
  #aiOverlay #aiHistory h2 {
    min-width: 110px;
    margin-bottom: 0;
  }
  #aiOverlay #aiHistory #aiHistoryList {
    white-space: nowrap;
    display: block !important;
    transform: rotate(180deg);
  }
  #aiOverlay #aiHistory #aiHistoryList .history-item {
    display: inline-block !important;
    margin-left: 1rem;
    transform: rotate(180deg);
  }
  #aiOverlay #aiHistory #aiHistoryList .history-empty {
    transform: rotate(180deg);
    width: 180px;
    white-space: normal;
    margin-bottom: 0 !important;
  }
  #aiOverlay #aiHistory #aiHistoryClear {
    width: 90px;
    margin-bottom: 0;
    line-height: 1.3;
  }
  #aiOverlay #aiHistory #aiHistoryClear span {
    margin-bottom: 0.25rem;
  }
  #aiOverlay #aiDialog {
    padding: 0;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  #aiOverlay #aiDialog #aiDialogTop {
    margin-bottom: 0.5rem;
  }
  #aiOverlay #aiDialog #webchat.homechat {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    height: 99%;
  }
  #aiOverlay #aiDialog #webchat.homechat > a {
    left: auto !important;
    transform: none !important;
  }
  #aiOverlay #aiDialog #ai-chatbot-start {
    height: calc(100% - 53px);
  }

  #ai-chatbot-start .chat-widget.custom .widget-body {
    margin-bottom: 125px;
  }

  #aiOverlay #aiDialog .chat-btn-layout.custom,
  #aiOverlay #aiDialog .chat-widget.custom {
    height: 100%;
  }
  #aiOverlay #aiDialog .widget-body {
    height: calc(100% - 106px);
    margin-bottom: 1rem;
  }
  #aiOverlay #aiDialog .widget-body .response {
    max-height: 100%;
    min-height: 0;
  }
  #aiOverlay #aiDialog #aiLinks {
    margin-top: 4rem;
  }
}
/* Mobile */
@media (max-width: 639px) {
  .request-sender textarea {
    margin: 0 0.5rem 0 0;
    padding: 0.5rem;
    font-size: 16px;
    height: 3rem !important;
  }
  .request-sender button.send-icon {
    padding: 0 0.5rem;
  }
  #webchat .request-sender .button_ai-voice-search {
    background: #ffffff;
    color: #04345c;
    padding: 0;
    margin: 0 0.5rem 0 0;
    font-size: 1.5rem;
  }
  img.chat-logo {
    max-height: 2rem;
  }
  .ai-response,
  p.layer-content-greeting-message,
  .ai-request .userText {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
  .widget-body .response {
    padding: 0.5rem;
  }
  .ai-response,
  p.layer-content-greeting-message {
    margin-left: 0.5rem;
    max-width: 80%;
  }
  #aiOverlay {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  #aiOverlay #aiHistory {
    display: none;
  }
  #aiOverlay #aiDialog {
    min-height: 20rem;
    padding: 1rem 1rem 0;
  }
  #aiOverlay #aiDialog #aiDialogTop h2 {
    font-size: 1.5rem;
  }
  #aiOverlay #aiDialog .widget-body {
    height: calc(100% - 70px);
    margin-bottom: 1rem;
  }
  #aiOverlay #aiDialog #webchat.homechat {
    padding: 0.5rem;
  }
  #aiOverlay #aiDialog #webchat.homechat .input-area {
    padding: 0.5rem;
  }
  #aiOverlay #aiDialog #aiLinks {
    padding: 0 0.75rem;
    flex-direction: column;
    gap: 0.5rem;
  }

}/*# sourceMappingURL=resident-assistant.css.map */


/* ============================================================
   LA Works Resident Assistant - Homepage Hero Module
   ============================================================ */

.ra-home-feature.ra-home-feature--hero {
    --ra-navy: #04345c;
    --ra-green: #0c9162;
    --ra-green-accessible: #005e3d;
    --ra-yellow: #ffc107;
    --ra-coral: #ff6f61;
    --ra-dark: #333333;
    --ra-light: #f7f8fa;
    --ra-border: #d3d3d3;
    --ra-white: #ffffff;

    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: clamp(34rem, 62vw, 46rem);
    padding: clamp(1.25rem, 3vw, 3rem);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    color: var(--ra-white);
    background-color: var(--ra-navy);
    background-image:
        linear-gradient(
            90deg,
            rgba(4, 52, 92, 0.72) 0%,
            rgba(4, 52, 92, 0.42) 42%,
            rgba(0, 94, 61, 0.24) 100%
        ),
        var(--ra-hero-bg, linear-gradient(135deg, #04345c 0%, #005e3d 100%));
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
}

.ra-compact-feature {
  min-height: unset!important;
  background: none!important;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            180deg,
            rgba(4, 52, 92, 0.1) 0%,
            rgba(4, 52, 92, 0.22) 46%,
            rgba(4, 52, 92, 0.74) 100%
        );
    pointer-events: none;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__hero-inner, .ra-home-feature.ra-compact-feature .ra-home-feature__hero-inner  {
    width: min(76rem, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(2rem, 5vw, 5rem);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__content {
    max-width: 46rem;
    padding-top: clamp(1rem, 4vw, 4rem);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.9rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.16);
    border: 1px solid rgba(255, 193, 7, 0.42);
    color: var(--ra-yellow);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__title {
    margin: 0;
    color: var(--ra-white);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(2.35rem, 5vw, 4.75rem);
    line-height: 1;
    font-weight: 900;
    text-wrap: balance;
    text-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.3);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__intro {
    max-width: 40rem;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Roboto", Arial, sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.6;
    text-shadow: 0 0.2rem 0.9rem rgba(0, 0, 0, 0.32);
}

/* Assistant tray */

.ra-home-feature.ra-home-feature--hero .ra-home-feature__assistant {
    width: min(72rem, 100%);
    margin: 0 auto;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-radius: 1.15rem;
    background:
        linear-gradient(
            135deg,
            rgba(0, 94, 61, 0.95),
            rgba(12, 145, 98, 0.88)
        );
    /*border: 4px solid var(--ra-green-accessible);*/
    box-shadow:
        0 1.25rem 2.5rem rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    backdrop-filter: blur(8px);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__form {
    margin: 0;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__input-wrap {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.45rem;
    background: var(--ra-white);
    border: 3px solid var(--ra-navy);
    border-radius: 0.85rem;
    box-shadow: 0 0.45rem 1.1rem rgba(4, 52, 92, 0.16);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--ra-dark);
    font-family: "Roboto", Arial, sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.4;
    padding: 0.85rem 0.8rem;
    outline: none;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__input::placeholder {
    color: #555555;
    opacity: 1;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__submit {
    flex: 0 0 auto;
    min-width: 4.5rem;
    border: 0;
    border-radius: 0.65rem;
    background: var(--ra-green-accessible);
    color: var(--ra-white);
    padding: 0.8rem 1.2rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__submit:hover {
    background: var(--ra-navy);
    color: var(--ra-white);
    box-shadow: 0 0.4rem 0.9rem rgba(4, 52, 92, 0.22);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__submit:active {
    transform: translateY(1px);
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__input:focus,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__submit:focus,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt:focus,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__disclaimer a:focus,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__search a:focus {
    outline: 3px solid var(--ra-yellow);
    border-radius: 0.4rem;
    outline-offset: 3px;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__helper {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Prompts */

.ra-home-feature.ra-home-feature--hero .ra-home-feature__prompts {
    margin-top: 0.95rem;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__prompts-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt {
    width: 100%;
    min-height: 3.35rem;
    border: 2px solid transparent;
    border-radius: 0.65rem;
    background: var(--ra-white);
    color: var(--ra-navy);
    padding: 0.75rem 0.95rem;
    text-align: left;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    font-size: 0.92rem;
    line-height: 1.25;
    cursor: pointer;
    box-shadow: 0 0.35rem 0.85rem rgba(4, 52, 92, 0.12);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt:hover {
    border-color: var(--ra-yellow);
    background: #fffdf3;
    color: var(--ra-navy);
    box-shadow: 0 0.65rem 1.35rem rgba(4, 52, 92, 0.22);
    transform: translateY(-1px);
}

/* Footer links */

.ra-home-feature.ra-home-feature--hero .ra-home-feature__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    margin-top: 0.85rem;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__disclaimer,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__search {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 0.82rem;
    line-height: 1.45;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__disclaimer a,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__search a {
    color: var(--ra-white);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.ra-home-feature.ra-home-feature--hero .ra-home-feature__disclaimer a:hover,
.ra-home-feature.ra-home-feature--hero .ra-home-feature__search a:hover {
    color: var(--ra-yellow);
}

/* Screen-reader utility */

.ra-home-feature.ra-home-feature--hero .ra-visually-hidden,
.ra-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Full-bleed helper.
   Use this if your Block Grid is inside a Bootstrap/container wrapper
   and you want the hero to span the full browser width. */

.ra-home-feature.ra-home-feature--hero.ra-home-feature--full-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Tablet */

@media (max-width: 991px) {
    .ra-home-feature.ra-home-feature--hero {
        min-height: auto;
        padding: 2rem 1rem;
        background-position: center;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__hero-inner {
        gap: 3rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__content {
        padding-top: 1rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */

@media (max-width: 575px) {
    .ra-home-feature.ra-home-feature--hero {
        padding: 1.25rem 0.75rem;
        /*margin-bottom: 1.25rem;*/
        background-position: center top;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__hero-inner {
        gap: 2rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__eyebrow {
        font-size: 0.78rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__assistant {
        padding: 0.85rem;
        border-width: 3px;
        border-radius: 1rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__input-wrap {
        flex-direction: column;
        gap: 0.5rem;
        border-width: 2px;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__input {
        padding: 0.75rem 0.65rem;
        font-size: 1rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__submit {
        width: 100%;
        padding: 0.8rem 1rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt-list {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__prompt {
        min-height: auto;
        padding: 0.75rem 0.85rem;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__footer {
        display: block;
    }

    .ra-home-feature.ra-home-feature--hero .ra-home-feature__search {
        margin-top: 0.35rem;
    }
}

.site-header__mobile-assistant {
    display: none;
}

/* Resident Assistant page-blocking backdrop */
#aiOverlayBackdrop {
    position: fixed;
    inset: 0;
    z-index: 19998;
    display: none;
    opacity: 0;
    background: rgba(51, 51, 51, 0.62);
    transition: opacity 0.3s ease;
    cursor: pointer;
}

#aiOverlayBackdrop.is-visible {
    opacity: 1;
}

/* Keep the Resident Assistant above the backdrop */
#aiOverlay {
    z-index: 19999;
}

/* Optional extra lock class */
body.ra-modal-open,
html.ra-modal-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .site-header__mobile-assistant {
        display: flex;
        justify-content: left;
        width: 100%;
        margin: 0 auto 1.25rem;
        padding: 0 1rem 1.25rem;
        border-bottom: 1px solid #d3d3d3;
    }
}