.page-terms-conditions { background: #08160F; color: #F2FFF6; max-width: 100%; overflow-x: hidden; }
.page-terms-conditions__hero-section { padding: 10px 0 0; }
.page-terms-conditions__hero-image { width: 100%; max-width: 1200px; margin: 0 auto; }
.page-terms-conditions__hero-image img { width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; border-radius: 12px; }
.page-terms-conditions__hero-title { font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.3; color: #F2FFF6; text-align: center; padding: 16px 16px 0; margin: 0; font-weight: 700; }
.page-terms-conditions__hero-description { text-align: center; color: #A7D9B8; max-width: 860px; margin: 8px auto 0; padding: 0 16px; font-size: 1rem; line-height: 1.6; }
.page-terms-conditions__promo-section { background: #0A4B2C; border: 1px solid #2E7A4E; border-radius: 12px; margin: 24px 16px; padding: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.page-terms-conditions__promo-content { flex: 1; min-width: 260px; }
.page-terms-conditions__promo-content h2 { color: #F2FFF6; font-size: 1.2rem; margin: 0 0 8px; }
.page-terms-conditions__promo-content p { color: #A7D9B8; margin: 0; }
.page-terms-conditions__promo-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.page-terms-conditions__button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 0.95rem; text-decoration: none; border: 1px solid transparent; transition: transform 0.2s ease, box-shadow 0.2s ease; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-terms-conditions__button-green { background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); color: #08160F; box-shadow: 0 0 16px rgba(87, 227, 141, 0.3); }
.page-terms-conditions__button-gold { background: linear-gradient(180deg, #F2C14E 0%, #D69A2A 100%); color: #08160F; }
.page-terms-conditions__button:hover { transform: translateY(-2px); }
.page-terms-conditions__content-section { max-width: 1000px; margin: 0 auto; padding: 16px 16px 48px; }
.page-terms-conditions__content-section h2 { color: #57E38D; font-size: 1.45rem; margin: 32px 0 12px; border-bottom: 1px solid #1E3A2A; padding-bottom: 8px; }
.page-terms-conditions__content-section h3 { color: #F2C14E; font-size: 1.1rem; margin: 24px 0 10px; }
.page-terms-conditions__content-section p { color: #F2FFF6; line-height: 1.8; margin: 8px 0; }
.page-terms-conditions__content-section ul { margin: 8px 0 16px 20px; padding: 0; }
.page-terms-conditions__content-section li { color: #A7D9B8; line-height: 1.8; margin-bottom: 6px; }
.page-terms-conditions__content-section strong { color: #F2FFF6; }
.page-terms-conditions__last-updated { color: #A7D9B8; font-style: italic; margin-top: 24px !important; }
.page-terms-conditions__faq-item { margin-top: 16px; }
.page-terms-conditions__faq-item details { background: #11271B; border: 1px solid #2E7A4E; border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
.page-terms-conditions__faq-item summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 16px 20px; color: #F2FFF6; font-weight: 600; list-style: none; }
.page-terms-conditions__faq-item summary::-webkit-details-marker { display: none; }
.page-terms-conditions__faq-item details[open] summary { border-bottom: 1px solid #2E7A4E; }
.page-terms-conditions__faq-item details p { padding: 16px 20px; margin: 0; color: #A7D9B8; }
.page-terms-conditions__faq-icon { color: #57E38D; font-size: 1.4rem; font-weight: 700; line-height: 1; padding-left: 12px; }
.page-terms-conditions__guide-section { border-top: 1px solid #1E3A2A; margin-top: 8px; }
.page-terms-conditions__guide-inner { max-width: 1000px; margin: 0 auto; padding: 16px 16px 48px; }
.page-terms-conditions__guide-title { text-align: center; color: #57E38D; font-size: 1.5rem; margin-bottom: 16px; }
.page-terms-conditions__guide-figure { margin: 0 0 16px; width: 100%; }
.page-terms-conditions__guide-figure img { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 12px; display: block; }
.page-terms-conditions__guide-figure figcaption { color: #A7D9B8; text-align: center; font-size: 0.9rem; margin-top: 8px; }
.page-terms-conditions__guide-inner p { color: #F2FFF6; text-align: center; max-width: 700px; margin: 0 auto; }
@media (max-width: 768px) {
  .page-terms-conditions__hero-image img { aspect-ratio: 2/1; }
  .page-terms-conditions__promo-section { padding: 24px 16px; flex-direction: column; align-items: flex-start; }
  .page-terms-conditions__promo-actions { width: 100%; }
  .page-terms-conditions__button { max-width: 100%; width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-terms-conditions__content-section { padding: 12px 12px 32px; }
  .page-terms-conditions img { max-width: 100% !important; height: auto !important; }
}