.page-tongits-go-diamond-to-gocoins { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; } .page-tongits-go-diamond-to-gocoins__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } /* Hero Section */ .page-tongits-go-diamond-to-gocoins__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 500px; padding: 10px 0 80px; background-color: #0f0f1d; overflow: hidden; } .page-tongits-go-diamond-to-gocoins__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); max-width: 100%; } .page-tongits-go-diamond-to-gocoins__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(15, 15, 29, 0.7) 0%, rgba(26, 26, 46, 0.9) 100%); z-index: 2; } .page-tongits-go-diamond-to-gocoins__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; } .page-tongits-go-diamond-to-gocoins__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #e0e0e0; line-height: 1.2; } .page-tongits-go-diamond-to-gocoins__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #c0c0c0; } .page-tongits-go-diamond-to-gocoins__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-tongits-go-diamond-to-gocoins__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; text-align: center; } .page-tongits-go-diamond-to-gocoins__button--primary { background-color: #ff4081; color: #ffffff; } .page-tongits-go-diamond-to-gocoins__button--primary:hover { background-color: #e03070; transform: translateY(-2px); } .page-tongits-go-diamond-to-gocoins__button--secondary { background-color: transparent; color: #ff4081; border: 2px solid #ff4081; } .page-tongits-go-diamond-to-gocoins__button--secondary:hover { background-color: rgba(255, 64, 129, 0.1); transform: translateY(-2px); } .page-tongits-go-diamond-to-gocoins__button--large { padding: 18px 35px; font-size: 1.2em; min-width: 250px; } /* General Sections */ .page-tongits-go-diamond-to-gocoins__introduction-section, .page-tongits-go-diamond-to-gocoins__guide-section, .page-tongits-go-diamond-to-gocoins__benefits-section, .page-tongits-go-diamond-to-gocoins__cta-section, .page-tongits-go-diamond-to-gocoins__faq-section { padding: 60px 0; background-color: #1a1a2e; } .page-tongits-go-diamond-to-gocoins__section-title { font-size: 2.5em; color: #e0e0e0; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-tongits-go-diamond-to-gocoins__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ff4081; border-radius: 2px; } .page-tongits-go-diamond-to-gocoins__paragraph { font-size: 1.1em; color: #c0c0c0; text-align: center; max-width: 900px; margin: 0 auto 30px; } .page-tongits-go-diamond-to-gocoins__highlight { color: #ff4081; } .page-tongits-go-diamond-to-gocoins__strong { color: #ff4081; font-weight: bold; } .page-tongits-go-diamond-to-gocoins__image-full { display: block; max-width: 100%; height: auto; margin: 40px auto 0; border-radius: 10px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } /* Steps Grid */ .page-tongits-go-diamond-to-gocoins__guide-section { background-color: #0f0f1d; } .page-tongits-go-diamond-to-gocoins__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-tongits-go-diamond-to-gocoins__step-item { background-color: #1a1a2e; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #333; } .page-tongits-go-diamond-to-gocoins__step-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .page-tongits-go-diamond-to-gocoins__step-number { font-size: 2.5em; color: #ff4081; font-weight: bold; margin-bottom: 15px; display: inline-block; background-color: rgba(255, 64, 129, 0.1); border-radius: 50%; width: 60px; height: 60px; line-height: 60px; } .page-tongits-go-diamond-to-gocoins__step-title { font-size: 1.5em; color: #e0e0e0; margin-bottom: 15px; } .page-tongits-go-diamond-to-gocoins__step-description { font-size: 1em; color: #b0b0b0; } /* Benefits List */ .page-tongits-go-diamond-to-gocoins__benefits-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; list-style: none; padding: 0; margin-top: 50px; } .page-tongits-go-diamond-to-gocoins__benefits-item { background-color: #0f0f1d; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); border: 1px solid #333; box-sizing: border-box; width: 100%; } .page-tongits-go-diamond-to-gocoins__benefits-icon { width: 250px; height: 250px; object-fit: contain; margin-bottom: 20px; } .page-tongits-go-diamond-to-gocoins__benefits-title { font-size: 1.4em; color: #e0e0e0; margin-bottom: 15px; } .page-tongits-go-diamond-to-gocoins__benefits-description { font-size: 1em; color: #b0b0b0; } /* CTA Section */ .page-tongits-go-diamond-to-gocoins__cta-section { text-align: center; background: linear-gradient(to right, #1a1a2e, #0f0f1d); border-top: 1px solid #333; border-bottom: 1px solid #333; } /* FAQ Section */ .page-tongits-go-diamond-to-gocoins__faq-section { background-color: #1a1a2e; } .page-tongits-go-diamond-to-gocoins__faq-list { max-width: 900px; margin: 0 auto; } .page-tongits-go-diamond-to-gocoins__faq-item { background-color: #0f0f1d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border: 1px solid #333; } .page-tongits-go-diamond-to-gocoins__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #1a1a2e; border-bottom: 1px solid #333; transition: background-color 0.3s ease; } .page-tongits-go-diamond-to-gocoins__faq-question:hover { background-color: #2a2a4a; } .page-tongits-go-diamond-to-gocoins__faq-question:active { background-color: #3a3a5a; } .page-tongits-go-diamond-to-gocoins__faq-item.active .page-tongits-go-diamond-to-gocoins__faq-question { background-color: #2a2a4a; border-bottom: none; } .page-tongits-go-diamond-to-gocoins__faq-title { font-size: 1.2em; color: #e0e0e0; margin: 0; pointer-events: none; } .page-tongits-go-diamond-to-gocoins__faq-toggle { font-size: 1.5em; color: #ff4081; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-tongits-go-diamond-to-gocoins__faq-item.active .page-tongits-go-diamond-to-gocoins__faq-toggle { transform: rotate(45deg); color: #ffffff; } .page-tongits-go-diamond-to-gocoins__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #0f0f1d; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #b0b0b0; } .page-tongits-go-diamond-to-gocoins__faq-item.active .page-tongits-go-diamond-to-gocoins__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-tongits-go-diamond-to-gocoins__faq-text { margin: 0; font-size: 1em; color: #c0c0c0; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-tongits-go-diamond-to-gocoins__hero-title { font-size: 2.8em; } .page-tongits-go-diamond-to-gocoins__section-title { font-size: 2.2em; } } @media (max-width: 768px) { .page-tongits-go-diamond-to-gocoins__hero-section { min-height: 400px; padding-bottom: 60px; } .page-tongits-go-diamond-to-gocoins__hero-title { font-size: 2.2em; } .page-tongits-go-diamond-to-gocoins__hero-description { font-size: 1em; } .page-tongits-go-diamond-to-gocoins__hero-buttons { flex-direction: column; gap: 15px; } .page-tongits-go-diamond-to-gocoins__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-tongits-go-diamond-to-gocoins__introduction-section, .page-tongits-go-diamond-to-gocoins__guide-section, .page-tongits-go-diamond-to-gocoins__benefits-section, .page-tongits-go-diamond-to-gocoins__cta-section, .page-tongits-go-diamond-to-gocoins__faq-section { padding: 40px 0; } .page-tongits-go-diamond-to-gocoins__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-tongits-go-diamond-to-gocoins__paragraph { font-size: 1em; } .page-tongits-go-diamond-to-gocoins__steps-grid, .page-tongits-go-diamond-to-gocoins__benefits-list { grid-template-columns: 1fr; gap: 20px; } /* List item responsive requirements */ .page-tongits-go-diamond-to-gocoins__benefits-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-tongits-go-diamond-to-gocoins__benefits-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-go-diamond-to-gocoins__benefits-description, .page-tongits-go-diamond-to-gocoins__step-description, .page-tongits-go-diamond-to-gocoins__faq-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-go-diamond-to-gocoins__image-full, .page-tongits-go-diamond-to-gocoins__benefits-icon { max-width: 100%; height: auto; } .page-tongits-go-diamond-to-gocoins__faq-question { padding: 15px 20px; } .page-tongits-go-diamond-to-gocoins__faq-title { font-size: 1.1em; } .page-tongits-go-diamond-to-gocoins__faq-toggle { font-size: 1.3em; } .page-tongits-go-diamond-to-gocoins__faq-answer { padding: 0 20px; } .page-tongits-go-diamond-to-gocoins__faq-item.active .page-tongits-go-diamond-to-gocoins__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-tongits-go-diamond-to-gocoins__hero-title { font-size: 1.8em; } .page-tongits-go-diamond-to-gocoins__section-title { font-size: 1.5em; } .page-tongits-go-diamond-to-gocoins__button--large { padding: 15px 25px; font-size: 1.1em; } }