.page-nustar-gift-code-free__body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; line-height: 1.6; } .page-nustar-gift-code-free__main { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-nustar-gift-code-free__section { padding: 40px 0; border-bottom: 1px solid #e0e0e0; } .page-nustar-gift-code-free__section:last-of-type { border-bottom: none; } .page-nustar-gift-code-free__heading-primary { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 20px; font-weight: bold; } .page-nustar-gift-code-free__heading-secondary { font-size: 2em; color: #1a1a1a; text-align: center; margin-bottom: 30px; font-weight: 600; } .page-nustar-gift-code-free__text-center { text-align: center; } .page-nustar-gift-code-free__paragraph { font-size: 1.1em; margin-bottom: 15px; text-align: justify; } .page-nustar-gift-code-free__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-nustar-gift-code-free__button:hover { background-color: #ff6600; } .page-nustar-gift-code-free__hero-section { background-color: #007bff; color: #fff; padding: 60px 0; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 20px; padding-top: calc(var(--header-offset, 122px) + 10px); } .page-nustar-gift-code-free__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-nustar-gift-code-free__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-nustar-gift-code-free__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-nustar-gift-code-free__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-nustar-gift-code-free__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-nustar-gift-code-free__card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease; } .page-nustar-gift-code-free__card:hover { transform: translateY(-5px); } .page-nustar-gift-code-free__card-image { max-width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-nustar-gift-code-free__card-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 10px; } .page-nustar-gift-code-free__card-description { font-size: 1em; color: #555; margin-bottom: 15px; } .page-nustar-gift-code-free__game-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 20px; } .page-nustar-gift-code-free__game-item { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; padding: 15px; transition: transform 0.3s ease; } .page-nustar-gift-code-free__game-item:hover { transform: translateY(-3px); } .page-nustar-gift-code-free__game-image { max-width: 100%; height: 150px; object-fit: contain; margin-bottom: 10px; } .page-nustar-gift-code-free__game-title { font-size: 1.1em; color: #1a1a1a; margin-bottom: 10px; } .page-nustar-gift-code-free__promo-item { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding: 20px; margin-bottom: 15px; } .page-nustar-gift-code-free__promo-title { font-size: 1.3em; color: #1a1a1a; margin-bottom: 10px; } .page-nustar-gift-code-free__promo-description { font-size: 1em; color: #555; margin-bottom: 15px; } .page-nustar-gift-code-free__faq-list { max-width: 800px; margin: 30px auto; } .page-nustar-gift-code-free__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-nustar-gift-code-free__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 1.1em; color: #1a1a1a; font-weight: bold; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-nustar-gift-code-free__faq-question:hover { background-color: #f9f9f9; } .page-nustar-gift-code-free__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-nustar-gift-code-free__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-gift-code-free__faq-item.active .page-nustar-gift-code-free__faq-toggle { transform: rotate(45deg); } .page-nustar-gift-code-free__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; } .page-nustar-gift-code-free__faq-item.active .page-nustar-gift-code-free__faq-answer { max-height: 2000px !important; padding: 10px 20px 20px !important; opacity: 1; } .page-nustar-gift-code-free__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-nustar-gift-code-free__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; } .page-nustar-gift-code-free__blog-card:hover { transform: translateY(-5px); } .page-nustar-gift-code-free__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-gift-code-free__blog-content { padding: 20px; } .page-nustar-gift-code-free__blog-title { font-size: 1.2em; color: #1a1a1a; margin-bottom: 10px; } .page-nustar-gift-code-free__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-nustar-gift-code-free__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; } .page-nustar-gift-code-free__blog-link:hover { text-decoration: underline; } .page-nustar-gift-code-free__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-nustar-gift-code-free__image-wrapper img { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-nustar-gift-code-free__hero-title { font-size: 2.2em; } .page-nustar-gift-code-free__hero-subtitle { font-size: 1.2em; } .page-nustar-gift-code-free__heading-primary { font-size: 2em; } .page-nustar-gift-code-free__heading-secondary { font-size: 1.7em; } .page-nustar-gift-code-free__grid, .page-nustar-gift-code-free__game-list, .page-nustar-gift-code-free__blog-grid { grid-template-columns: 1fr; } .page-nustar-gift-code-free__paragraph { font-size: 1em; } .page-nustar-gift-code-free__button { padding: 10px 20px; font-size: 1em; } .page-nustar-gift-code-free__card, .page-nustar-gift-code-free__game-item, .page-nustar-gift-code-free__promo-item, .page-nustar-gift-code-free__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-gift-code-free__faq-list { padding: 0 10px; } .page-nustar-gift-code-free__faq-question, .page-nustar-gift-code-free__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-nustar-gift-code-free__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-gift-code-free__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-nustar-gift-code-free__image-wrapper img { max-width: 100% !important; height: auto !important; } }