/* Base styles for the page-best-restaurants-in-nustar-cebu scope */.page-best-restaurants-in-nustar-cebu {  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Small top padding for visual separation from header, relying on body padding for main offset */}/* Ensure all elements within the main content area are constrained by the page scope */.page-best-restaurants-in-nustar-cebu * {  box-sizing: border-box;}/* Container for consistent content width */.page-best-restaurants-in-nustar-cebu__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}/* Hero Section */.page-best-restaurants-in-nustar-cebu__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding: 40px 20px;  box-sizing: border-box;}/* Hero Image Wrapper */.page-best-restaurants-in-nustar-cebu__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;}/* Hero Image */.page-best-restaurants-in-nustar-cebu__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  display: block;  filter: brightness(0.5); /* Allowed for background images to ensure text readability */}/* Hero Content */.page-best-restaurants-in-nustar-cebu__hero-content {  position: relative;  z-index: 2;  max-width: 800px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4);  border-radius: 8px;}/* Hero Title */.page-best-restaurants-in-nustar-cebu__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  font-weight: 700;  line-height: 1.2;  color: #ffffff; /* High contrast */}/* Hero Subtitle */.page-best-restaurants-in-nustar-cebu__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: #e0e0e0; /* Good contrast */}/* CTA Button */.page-best-restaurants-in-nustar-cebu__cta-button {  display: inline-block;  background-color: #e6b800; /* Gold-like, high contrast */  color: #1a1a1a; /* Dark text on gold */  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}/* CTA Button Hover State */.page-best-restaurants-in-nustar-cebu__cta-button:hover {  background-color: #ffcc00;  transform: translateY(-2px);}/* Section General Styles */.page-best-restaurants-in-nustar-cebu__introduction-section,.page-best-restaurants-in-nustar-cebu__quick-access-section,.page-best-restaurants-in-nustar-cebu__featured-restaurants-section,.page-best-restaurants-in-nustar-cebu__promotions-section,.page-best-restaurants-in-nustar-cebu__support-section,.page-best-restaurants-in-nustar-cebu__faq-section,.page-best-restaurants-in-nustar-cebu__blog-section {  padding: 60px 0;  background-color: #fff;  margin-bottom: 20px;  box-shadow: 0 2px 5px rgba(0,0,0,0.05);  border-radius: 8px;}/* Section Title */.page-best-restaurants-in-nustar-cebu__section-title {  font-size: 2.5em;  color: #004d40; /* Dark teal, good contrast */  text-align: center;  margin-bottom: 20px;  font-weight: 600;}/* Section Description */.page-best-restaurants-in-nustar-cebu__section-description {  font-size: 1.1em;  color: #555;  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;}/* Highlighted Text */.page-best-restaurants-in-nustar-cebu__highlight {  font-weight: bold;  color: #e6b800;}/* Quick Access Section */.page-best-restaurants-in-nustar-cebu__access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 30px;}/* Access Button */.page-best-restaurants-in-nustar-cebu__access-button {  background-color: #00796b; /* Darker teal */  color: #ffffff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  min-width: 200px;  box-sizing: border-box;}/* Access Button Hover State */.page-best-restaurants-in-nustar-cebu__access-button:hover {  background-color: #004d40;  transform: translateY(-2px);}/* Featured Restaurants Grid & Promotions Grid & Blog Grid */.page-best-restaurants-in-nustar-cebu__restaurant-grid,.page-best-restaurants-in-nustar-cebu__promo-grid,.page-best-restaurants-in-nustar-cebu__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}/* Card Styles (Restaurant, Promo, Blog) */.page-best-restaurants-in-nustar-cebu__restaurant-card,.page-best-restaurants-in-nustar-cebu__promo-card,.page-best-restaurants-in-nustar-cebu__blog-card {  background-color: #fefefe;  border-radius: 8px;  box-shadow: 0 4px 10px rgba(0,0,0,0.1);  overflow: hidden;  display: flex;  flex-direction: column;  transition: transform 0.3s ease, box-shadow 0.3s ease;}/* Card Hover State */.page-best-restaurants-in-nustar-cebu__restaurant-card:hover,.page-best-restaurants-in-nustar-cebu__promo-card:hover,.page-best-restaurants-in-nustar-cebu__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0,0,0,0.15);}/* Card Image */.page-best-restaurants-in-nustar-cebu__restaurant-image,.page-best-restaurants-in-nustar-cebu__promo-image,.page-best-restaurants-in-nustar-cebu__blog-image {  width: 100%;  height: 250px;  object-fit: cover;  display: block;  max-width: 100%; /* Important for responsiveness */  height: auto; /* Important for responsiveness */}/* Card Name/Title */.page-best-restaurants-in-nustar-cebu__restaurant-name,.page-best-restaurants-in-nustar-cebu__promo-title,.page-best-restaurants-in-nustar-cebu__blog-title {  font-size: 1.5em;  color: #004d40;  margin: 15px 20px 10px 20px;  font-weight: 600;}/* Blog Title Link */.page-best-restaurants-in-nustar-cebu__blog-title a {  text-decoration: none;  color: #004d40;  transition: color 0.3s ease;}/* Blog Title Link Hover State */.page-best-restaurants-in-nustar-cebu__blog-title a:hover {  color: #e6b800;}/* Card Description/Excerpt */.page-best-restaurants-in-nustar-cebu__restaurant-description,.page-best-restaurants-in-nustar-cebu__promo-description,.page-best-restaurants-in-nustar-cebu__blog-excerpt {  font-size: 1em;  color: #666;  padding: 0 20px;  flex-grow: 1;  margin-bottom: 15px;}/* Card Button */.page-best-restaurants-in-nustar-cebu__card-button {  display: block;  background-color: #e6b800;  color: #1a1a1a;  padding: 10px 20px;  margin: 20px;  border-radius: 5px;  text-align: center;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;}/* Card Button Hover State */.page-best-restaurants-in-nustar-cebu__card-button:hover {  background-color: #ffcc00;}/* Support Section */.page-best-restaurants-in-nustar-cebu__support-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  text-align: center;}/* Support Item */.page-best-restaurants-in-nustar-cebu__support-item {  background-color: #f5f5f5;  padding: 30px;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0,0,0,0.05);}/* Support Icon */.page-best-restaurants-in-nustar-cebu__support-icon {  width: 80px; /* Display size */  height: 80px; /* Display size */  object-fit: contain;  margin: 0 auto 15px auto;  display: block;  max-width: 100%; /* Ensure responsiveness */  height: auto; /* Ensure responsiveness */}/* Support Title */.page-best-restaurants-in-nustar-cebu__support-title {  font-size: 1.3em;  color: #004d40;  margin-bottom: 10px;}/* Support Text */.page-best-restaurants-in-nustar-cebu__support-text {  color: #666;  font-size: 0.95em;}/* FAQ Section */.page-best-restaurants-in-nustar-cebu__faq-list {  margin-top: 40px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}/* FAQ Item */.page-best-restaurants-in-nustar-cebu__faq-item {  background-color: #fefefe;  border: 1px solid #eee;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0,0,0,0.03);}/* FAQ Question */.page-best-restaurants-in-nustar-cebu__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  background-color: #f0fdfa; /* Light background for question */  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}/* FAQ Question Hover State */.page-best-restaurants-in-nustar-cebu__faq-question:hover {  background-color: #e0f2f1;}/* FAQ Title */.page-best-restaurants-in-nustar-cebu__faq-title {  font-size: 1.15em;  color: #004d40;  margin: 0;  flex-grow: 1;  pointer-events: none; /* Prevent text selection from interfering with click */}/* FAQ Toggle Icon */.page-best-restaurants-in-nustar-cebu__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #00796b;  margin-left: 15px;  pointer-events: none; /* Prevent icon from interfering with click */  transition: transform 0.3s ease;}/* FAQ Item Active State Toggle Icon */.page-best-restaurants-in-nustar-cebu__faq-item.active .page-best-restaurants-in-nustar-cebu__faq-toggle {  transform: rotate(45deg); /* Change + to X or similar */}/* FAQ Answer */.page-best-restaurants-in-nustar-cebu__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #555;  font-size: 1em;}/* FAQ Item Active State Answer */.page-best-restaurants-in-nustar-cebu__faq-item.active .page-best-restaurants-in-nustar-cebu__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}/* FAQ Answer Paragraph */.page-best-restaurants-in-nustar-cebu__faq-answer p {  margin: 0;  padding-bottom: 10px; /* Add some spacing if multiple paragraphs */}/* Responsive adjustments */@media (max-width: 1024px) {  .page-best-restaurants-in-nustar-cebu__hero-title {    font-size: 2.8em;  }  .page-best-restaurants-in-nustar-cebu__hero-subtitle {    font-size: 1.1em;  }  .page-best-restaurants-in-nustar-cebu__section-title {    font-size: 2em;  }  .page-best-restaurants-in-nustar-cebu__container {    padding: 15px;  }}@media (max-width: 768px) {  .page-best-restaurants-in-nustar-cebu__hero-section {    min-height: 400px;    padding: 30px 15px;  }  .page-best-restaurants-in-nustar-cebu__hero-title {    font-size: 2.2em;  }  .page-best-restaurants-in-nustar-cebu__hero-subtitle {    font-size: 1em;  }  .page-best-restaurants-in-nustar-cebu__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-best-restaurants-in-nustar-cebu__section-title {    font-size: 1.8em;  }  .page-best-restaurants-in-nustar-cebu__section-description {    font-size: 0.95em;    margin-bottom: 30px;  }  .page-best-restaurants-in-nustar-cebu__access-links {    flex-direction: column;    align-items: center;  }  .page-best-restaurants-in-nustar-cebu__access-button {    width: 100%;    max-width: 300px; /* Constrain width for better mobile appearance */  }  .page-best-restaurants-in-nustar-cebu__restaurant-grid,  .page-best-restaurants-in-nustar-cebu__promo-grid,  .page-best-restaurants-in-nustar-cebu__blog-grid,  .page-best-restaurants-in-nustar-cebu__support-features {    grid-template-columns: 1fr; /* Single column layout */  }  /* Responsive for all images and image containers */  .page-best-restaurants-in-nustar-cebu__hero-image,  .page-best-restaurants-in-nustar-cebu__restaurant-image,  .page-best-restaurants-in-nustar-cebu__promo-image,  .page-best-restaurants-in-nustar-cebu__blog-image,  .page-best-restaurants-in-nustar-cebu__support-icon {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* List item specific mobile rules */  .page-best-restaurants-in-nustar-cebu__faq-item,  .page-best-restaurants-in-nustar-cebu__support-item,  .page-best-restaurants-in-nustar-cebu__restaurant-card,  .page-best-restaurants-in-nustar-cebu__promo-card,  .page-best-restaurants-in-nustar-cebu__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-best-restaurants-in-nustar-cebu__faq-list {    padding: 0;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-best-restaurants-in-nustar-cebu__faq-question {    padding: 15px 20px;  }  .page-best-restaurants-in-nustar-cebu__faq-title {    font-size: 1em;  }  .page-best-restaurants-in-nustar-cebu__faq-answer {    padding: 0 20px;  }  .page-best-restaurants-in-nustar-cebu__faq-item.active .page-best-restaurants-in-nustar-cebu__faq-answer {    padding: 15px 20px !important;  }}@media (max-width: 480px) {  .page-best-restaurants-in-nustar-cebu__hero-title {    font-size: 1.8em;  }  .page-best-restaurants-in-nustar-cebu__hero-subtitle {    font-size: 0.9em;  }  .page-best-restaurants-in-nustar-cebu__cta-button {    padding: 10px 20px;    font-size: 0.9em;  }  .page-best-restaurants-in-nustar-cebu__section-title {    font-size: 1.5em;  }  .page-best-restaurants-in-nustar-cebu__restaurant-name,  .page-best-restaurants-in-nustar-cebu__promo-title,  .page-best-restaurants-in-nustar-cebu__blog-title {    font-size: 1.2em;  }  .page-best-restaurants-in-nustar-cebu__restaurant-description,  .page-best-restaurants-in-nustar-cebu__promo-description,  .page-best-restaurants-in-nustar-cebu__blog-excerpt {    font-size: 0.9em;  }}