.page-the-skydeck-at-nustar {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;}.page-the-skydeck-at-nustar__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  padding: 10px 20px 20px;  overflow: hidden;  box-sizing: border-box;}.page-the-skydeck-at-nustar__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  filter: brightness(0.6);}.page-the-skydeck-at-nustar__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  padding: 20px;  background: rgba(0, 0, 0, 0.4);  border-radius: 10px;}.page-the-skydeck-at-nustar__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  color: #ffd700;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-the-skydeck-at-nustar__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #e0e0e0;}.page-the-skydeck-at-nustar__button {  display: inline-block;  background-color: #e63946;  color: #ffffff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-the-skydeck-at-nustar__button:hover {  background-color: #c92a37;  transform: translateY(-2px);}.page-the-skydeck-at-nustar__section {  padding: 60px 20px;  text-align: center;  max-width: 1200px;  margin: 0 auto;  box-sizing: border-box;}.page-the-skydeck-at-nustar__section-dark {  background-color: #2c2c4a;}.page-the-skydeck-at-nustar__section-light {  background-color: #1a1a2e;}.page-the-skydeck-at-nustar__heading {  font-size: 2.5em;  color: #ffd700;  margin-bottom: 40px;}.page-the-skydeck-at-nustar__subheading {  font-size: 1.8em;  color: #e0e0e0;  margin-bottom: 20px;}.page-the-skydeck-at-nustar__text {  font-size: 1.1em;  color: #c0c0c0;  margin-bottom: 30px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-the-skydeck-at-nustar__image-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-the-skydeck-at-nustar__image-item {  background-color: #2c2c4a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-the-skydeck-at-nustar__image-item:hover {  transform: translateY(-5px);}.page-the-skydeck-at-nustar__image {  width: 100%;  height: 250px;  object-fit: cover;  display: block;}.page-the-skydeck-at-nustar__image-caption {  padding: 20px;  font-size: 1.2em;  font-weight: bold;  color: #ffd700;}.page-the-skydeck-at-nustar__features-list {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  list-style: none;  padding: 0;  margin-top: 40px;}.page-the-skydeck-at-nustar__feature-item {  background-color: #2c2c4a;  border-radius: 10px;  padding: 30px;  width: calc(33% - 20px);  min-width: 280px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: left;  box-sizing: border-box;}.page-the-skydeck-at-nustar__feature-title {  font-size: 1.5em;  color: #ffd700;  margin-bottom: 15px;}.page-the-skydeck-at-nustar__feature-description {  font-size: 1em;  color: #c0c0c0;}.page-the-skydeck-at-nustar__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}.page-the-skydeck-at-nustar__provider-logo {  height: 80px;  width: auto;  max-width: 150px;  object-fit: contain;  transition: transform 0.3s ease;}.page-the-skydeck-at-nustar__provider-logo:hover {  transform: scale(1.05);}.page-the-skydeck-at-nustar__faq-section {  padding: 60px 20px;  background-color: #1a1a2e;  max-width: 900px;  margin: 0 auto;  box-sizing: border-box;}.page-the-skydeck-at-nustar__faq-item {  background-color: #2c2c4a;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.page-the-skydeck-at-nustar__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #3f3f5a;  color: #ffffff;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;  user-select: none;}.page-the-skydeck-at-nustar__faq-question:hover {  background-color: #4a4a6b;}.page-the-skydeck-at-nustar__faq-question h3 {  margin: 0;  pointer-events: none;  color: #ffd700;}.page-the-skydeck-at-nustar__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;  color: #e0e0e0;}.page-the-skydeck-at-nustar__faq-item.active .page-the-skydeck-at-nustar__faq-toggle {  transform: rotate(45deg);}.page-the-skydeck-at-nustar__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #c0c0c0;  font-size: 1em;  opacity: 0;}.page-the-skydeck-at-nustar__faq-item.active .page-the-skydeck-at-nustar__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-the-skydeck-at-nustar__contact-section {  padding: 60px 20px;  background-color: #2c2c4a;  text-align: center;  max-width: 1200px;  margin: 0 auto;  box-sizing: border-box;}@media (max-width: 1024px) {  .page-the-skydeck-at-nustar__hero-title {    font-size: 3em;  }  .page-the-skydeck-at-nustar__hero-subtitle {    font-size: 1.3em;  }  .page-the-skydeck-at-nustar__feature-item {    width: calc(50% - 20px);  }}@media (max-width: 768px) {  .page-the-skydeck-at-nustar__hero-section {    height: 450px;  }  .page-the-skydeck-at-nustar__hero-title {    font-size: 2.5em;  }  .page-the-skydeck-at-nustar__hero-subtitle {    font-size: 1.1em;  }  .page-the-skydeck-at-nustar__button {    padding: 12px 25px;    font-size: 1em;  }  .page-the-skydeck-at-nustar__heading {    font-size: 2em;  }  .page-the-skydeck-at-nustar__subheading {    font-size: 1.5em;  }  .page-the-skydeck-at-nustar__text {    font-size: 1em;  }  .page-the-skydeck-at-nustar__image-grid {    grid-template-columns: 1fr;  }  .page-the-skydeck-at-nustar__image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-the-skydeck-at-nustar__image-item {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }  .page-the-skydeck-at-nustar__features-list {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-the-skydeck-at-nustar__feature-item {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-the-skydeck-at-nustar__faq-question {    font-size: 1.1em;    padding: 15px 20px;  }  .page-the-skydeck-at-nustar__faq-answer {    padding: 0 20px;  }  .page-the-skydeck-at-nustar__faq-item.active .page-the-skydeck-at-nustar__faq-answer {    padding: 15px 20px !important;  }  .page-the-skydeck-at-nustar__provider-logo {    height: 60px;  }}