.page-sunoco-nustar { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; }.page-sunoco-nustar__section-title { font-size: 2.2rem; color: #0056b3; text-align: center; margin-bottom: 25px; padding: 0 15px; font-weight: bold; word-wrap: break-word; }.page-sunoco-nustar__section-subtitle { font-size: 1.1rem; color: #555; text-align: center; margin-bottom: 40px; padding: 0 15px; word-wrap: break-word; }.page-sunoco-nustar__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; cursor: pointer; box-sizing: border-box; }.page-sunoco-nustar__button--primary { background-color: #007bff; color: #ffffff; border: 2px solid #007bff; }.page-sunoco-nustar__button--primary:hover { background-color: #0056b3; transform: translateY(-2px); }.page-sunoco-nustar__button--secondary { background-color: transparent; color: #007bff; border: 2px solid #007bff; }.page-sunoco-nustar__button--secondary:hover { background-color: #e0f0ff; transform: translateY(-2px); }.page-sunoco-nustar__button--large { padding: 15px 30px; font-size: 1.1rem; }.page-sunoco-nustar__button--small { padding: 8px 15px; font-size: 0.9rem; }.page-sunoco-nustar__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; text-align: center; background: linear-gradient(135deg, #e0f7fa, #c8e6c9); overflow: hidden; position: relative; }.page-sunoco-nustar__hero-content { max-width: 800px; z-index: 1; margin-bottom: 30px; }.page-sunoco-nustar__hero-title { font-size: 2.8rem; color: #004d40; margin-bottom: 20px; font-weight: bold; line-height: 1.2; word-wrap: break-word; }.page-sunoco-nustar__hero-description { font-size: 1.2rem; color: #263238; margin-bottom: 30px; word-wrap: break-word; }.page-sunoco-nustar__hero-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }.page-sunoco-nustar__hero-image-wrapper { max-width: 100%; overflow: hidden; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); margin-top: 30px; }.page-sunoco-nustar__hero-image { max-width: 100%; height: auto; display: block; }.page-sunoco-nustar__features-section { padding: 60px 20px; background-color: #ffffff; }.page-sunoco-nustar__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sunoco-nustar__feature-item { text-align: center; padding: 25px; background-color: #f0f8ff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-sunoco-nustar__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }.page-sunoco-nustar__feature-icon { width: 120px; height: auto; margin-bottom: 20px; max-width: 100%; display: block; margin-left: auto; margin-right: auto; }.page-sunoco-nustar__feature-title { font-size: 1.5rem; color: #0056b3; margin-bottom: 10px; font-weight: bold; word-wrap: break-word; }.page-sunoco-nustar__feature-description { font-size: 1rem; color: #444; word-wrap: break-word; }.page-sunoco-nustar__categories-section { padding: 60px 20px; background-color: #e0f7fa; }.page-sunoco-nustar__categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sunoco-nustar__category-item { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; display: flex; flex-direction: column; }.page-sunoco-nustar__category-item:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }.page-sunoco-nustar__category-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-sunoco-nustar__category-title { font-size: 1.4rem; color: #0056b3; margin: 15px 15px 10px 15px; font-weight: bold; word-wrap: break-word; }.page-sunoco-nustar__category-description { font-size: 0.95rem; color: #555; padding: 0 15px 20px; flex-grow: 1; word-wrap: break-word; }.page-sunoco-nustar__category-item .page-sunoco-nustar__button { margin: 0 15px 20px; width: calc(100% - 30px); }.page-sunoco-nustar__cta-section { padding: 60px 20px; background-color: #c8e6c9; text-align: center; display: flex; flex-direction: column; align-items: center; }.page-sunoco-nustar__cta-actions { display: flex; gap: 20px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }.page-sunoco-nustar__cta-image { max-width: 100%; height: auto; margin-top: 40px; border-radius: 10px; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); display: block; }.page-sunoco-nustar__faq-section { padding: 60px 20px; background-color: #ffffff; }.page-sunoco-nustar__faq-container { max-width: 900px; margin: 0 auto; }.page-sunoco-nustar__faq-item { background-color: #f0f8ff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-sunoco-nustar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e0f0ff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; box-sizing: border-box; }.page-sunoco-nustar__faq-question:hover { background-color: #d0e0f0; }.page-sunoco-nustar__faq-title { font-size: 1.1rem; color: #0056b3; margin: 0; pointer-events: none; flex-grow: 1; word-wrap: break-word; }.page-sunoco-nustar__faq-toggle { font-size: 1.5rem; font-weight: bold; color: #0056b3; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-sunoco-nustar__faq-item.active .page-sunoco-nustar__faq-toggle { transform: rotate(45deg); }.page-sunoco-nustar__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #333; box-sizing: border-box; }.page-sunoco-nustar__faq-item.active .page-sunoco-nustar__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-sunoco-nustar__faq-answer p { margin: 0; word-wrap: break-word; }@media (max-width: 768px) { .page-sunoco-nustar__section-title { font-size: 1.8rem; margin-bottom: 20px; } .page-sunoco-nustar__section-subtitle { font-size: 1rem; margin-bottom: 30px; } .page-sunoco-nustar__hero-title { font-size: 2rem; } .page-sunoco-nustar__hero-description { font-size: 1rem; } .page-sunoco-nustar__hero-actions { flex-direction: column; gap: 10px; } .page-sunoco-nustar__button--large { width: 100%; padding: 12px 20px; font-size: 1rem; } .page-sunoco-nustar__features-grid, .page-sunoco-nustar__categories-grid { grid-template-columns: 1fr; padding: 0 10px; } .page-sunoco-nustar__feature-item, .page-sunoco-nustar__category-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-sunoco-nustar__category-image { height: 180px; } .page-sunoco-nustar__category-item .page-sunoco-nustar__button { width: calc(100% - 30px); } .page-sunoco-nustar__cta-actions { flex-direction: column; gap: 10px; } .page-sunoco-nustar__faq-question { padding: 12px 15px; } .page-sunoco-nustar__faq-title { font-size: 1rem; } .page-sunoco-nustar__faq-answer { padding: 15px !important; } }@media (max-width: 480px) { .page-sunoco-nustar__hero-title { font-size: 1.7rem; } .page-sunoco-nustar__section-title { font-size: 1.5rem; } .page-sunoco-nustar__hero-section, .page-sunoco-nustar__features-section, .page-sunoco-nustar__categories-section, .page-sunoco-nustar__cta-section, .page-sunoco-nustar__faq-section { padding-left: 15px; padding-right: 15px; } }