
body {
font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
background-color: #f8f9fc;
color: #1e293b;
margin: 0;
padding: 20px;
line-height: 1.7;
}

@media (max-width: 600px) {
body {
padding: 10px;
}
}

.container {
max-width: 800px;
margin: 0 auto;
background: #ffffff;
padding: 30px 25px;
border-radius: 24px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
.container {
padding: 20px 15px;
border-radius: 16px;
}
}

h1 {
font-size: 2.2rem;
font-weight: 800;
color: #1a1a2e;
text-align: center;
margin-bottom: 8px;
line-height: 1.3;
}

@media (max-width: 600px) {
h1 {
font-size: 1.6rem;
}
}

h2 {
font-size: 1.8rem;
font-weight: 700;
color: #1a1a2e;
margin-top: 40px;
margin-bottom: 18px;
padding-bottom: 10px;
border-bottom: 3px solid #FF6B35;
}

@media (max-width: 600px) {
h2 {
font-size: 1.4rem;
margin-top: 30px;
}
}

h3 {
font-size: 1.3rem;
font-weight: 600;
color: #2d2d44;
margin-top: 28px;
margin-bottom: 12px;
}

@media (max-width: 600px) {
h3 {
font-size: 1.1rem;
}
}

p {
margin-bottom: 16px;
font-size: 1.05rem;
color: #333;
}

@media (max-width: 600px) {
p {
font-size: 0.95rem;
}
}

ul, ol {
margin: 0 0 20px 25px;
}

ul li, ol li {
margin-bottom: 10px;
font-size: 1.02rem;
color: #333;
}

@media (max-width: 600px) {
ul, ol {
margin-left: 18px;
}
ul li, ol li {
font-size: 0.93rem;
}
}

a {
color: #dc2626;
text-decoration: none;
transition: color 0.2s ease;
}

a:hover {
text-decoration: underline;
color: #b91c1c;
}

.subtitle {
font-size: 1.2rem;
color: #475569;
margin-top: -0.5em;
margin-bottom: 2em;
font-weight: 500;
text-align: center;
}

@media (max-width: 600px) {
.subtitle {
font-size: 1rem;
margin-bottom: 1.5em;
}
}

.text-center {
text-align: center;
}

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

.mt-0 {
margin-top: 0;
}

.mb-0 {
margin-bottom: 0;
}

.fw-bold {
font-weight: 700;
}

.card {
background: linear-gradient(145deg, #1a1a2e 0%, #2d2d44 100%);
border-radius: 16px;
padding: 35px 30px 30px;
margin-bottom: 30px;
text-align: center;
}

.card h1 {
color: #ffffff;
border: none;
margin-bottom: 5px;
font-size: 2.4rem;
}

.card .subtitle {
color: #FFD700;
font-size: 1.1rem;
margin-bottom: 20px;
}

@media (max-width: 600px) {
.card {
padding: 25px 15px;
}
.card h1 {
font-size: 1.7rem;
}
.card .subtitle {
font-size: 0.95rem;
}
}

.card .wp-block-buttons {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}

.wp-block-buttons {
margin: 12px 0;
}

.wp-block-buttons + .wp-block-buttons {
margin-top: -8px;
}

.wp-block-button {
display: block;
width: 100%;
}

.wp-block-button__width-100 {
width: 100%;
}

.wp-block-button__link {
display: block;
width: 100%;
padding: 16px 20px;
background: #FF6B35;
color: #ffffff;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
text-decoration: none;
border-radius: 50px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
letter-spacing: 0.5px;
}

.wp-block-button__link:hover {
background: #e55a2b;
transform: scale(1.02);
box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.wp-block-button__link.has-white-color {
color: #ffffff;
}

.wp-block-button__link.has-vivid-red-background-color {
background: #D32F2F;
}

.wp-block-button__link.has-vivid-red-background-color:hover {
background: #b71c1c;
box-shadow: 0 8px 25px rgba(211, 47, 47, 0.4);
}

@media (max-width: 600px) {
.wp-block-button__link {
font-size: 0.95rem;
padding: 14px 16px;
}
}

.wp-block-image {
margin: 25px 0;
text-align: center;
}

.wp-block-image img {
max-width: 100%;
height: auto;
border-radius: 12px;
display: inline-block;
}

.wp-block-image.is-resized img {
width: auto;
max-width: 100%;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.image-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin: 25px 0;
}

.image-row figure {
margin: 0;
text-align: center;
}

.image-row img {
width: 100%;
height: auto;
border-radius: 10px;
object-fit: cover;
}

.image-row figcaption {
font-size: 0.85rem;
color: #64748b;
margin-top: 6px;
text-align: center;
}

@media (max-width: 768px) {
.image-row {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.image-row {
grid-template-columns: 1fr;
}
}

.feature-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 25px 0;
}

.feature-item {
background: #f8f9fa;
padding: 20px 15px;
border-radius: 12px;
text-align: center;
border: 1px solid #eee;
transition: all 0.3s ease;
}

.feature-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.feature-item .icon {
font-size: 2.2rem;
margin-bottom: 10px;
display: block;
}

.feature-item h4 {
margin-top: 0;
margin-bottom: 8px;
font-size: 1.05rem;
color: #1a1a2e;
}

.feature-item p {
font-size: 0.9rem;
margin-bottom: 0;
color: #666;
}

@media (max-width: 768px) {
.feature-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.feature-grid {
grid-template-columns: 1fr;
}
}

.bonus-box {
background: linear-gradient(145deg, #FFF9C4, #FFE082);
padding: 25px 30px;
border-radius: 12px;
margin: 25px 0;
text-align: center;
border: 2px solid #FF6B35;
}

.bonus-box h3 {
margin-top: 0;
color: #1a1a2e;
}

.bonus-box .amount {
font-size: 2.5rem;
font-weight: 800;
color: #D32F2F;
}

.bonus-box p {
margin-bottom: 5px;
}

.bonus-box .amount + p {
margin-top: 10px;
}

@media (max-width: 600px) {
.bonus-box .amount {
font-size: 1.8rem;
}
.bonus-box {
padding: 18px 16px;
}
}

.notice-box {
background: #FFF3CD;
padding: 25px 28px;
border: 2px solid #FF6B6B;
border-radius: 12px;
margin: 30px 0;
}

.notice-box h2 {
color: #D32F2F;
border: none;
margin-top: 0;
padding-bottom: 0;
font-size: 1.6rem;
}

.notice-box p {
font-size: 1rem;
color: #333;
}

@media (max-width: 600px) {
.notice-box {
padding: 18px 16px;
}
.notice-box h2 {
font-size: 1.3rem;
}
}

.highlight-box {
background: #fef2f2;
border-left: 6px solid #dc2626;
padding: 18px 22px;
border-radius: 8px;
margin: 25px 0;
}

.highlight-box p {
margin: 0;
font-size: 1.05rem;
color: #1e293b;
}

@media (max-width: 600px) {
.highlight-box {
padding: 14px 16px;
}
.highlight-box p {
font-size: 0.95rem;
}
}

.disclaimer-box {
background: #fef2f2;
border: 2px solid #dc2626;
border-radius: 16px;
padding: 25px 28px;
margin: 30px 0;
}

.disclaimer-box h2 {
color: #dc2626;
border: none;
margin-top: 0;
padding-bottom: 0;
font-size: 1.6rem;
}

.disclaimer-box p {
font-size: 1rem;
color: #1e293b;
}

.disclaimer-box ul {
margin: 5px 0 0 20px;
}

.disclaimer-box ul li {
font-size: 0.95rem;
color: #1e293b;
}

@media (max-width: 600px) {
.disclaimer-box {
padding: 18px 16px;
}
.disclaimer-box h2 {
font-size: 1.3rem;
}
.disclaimer-box p {
font-size: 0.9rem;
}
}

.site-footer {
background: #1a1a2e;
color: #ffffff;
padding: 30px 25px;
border-radius: 12px;
margin-top: 30px;
text-align: center;
}

.site-footer p {
margin: 0 0 8px;
color: #ccc;
font-size: 0.95rem;
}

.site-footer a {
color: #FF6B6B;
text-decoration: none;
}

.site-footer a:hover {
text-decoration: underline;
}

.site-footer .footer-small {
font-size: 0.85rem;
color: #888;
}

@media (max-width: 600px) {
.site-footer {
padding: 20px 15px;
}
.site-footer p {
font-size: 0.85rem;
}
}

.wp-block-table {
margin: 25px 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.wp-block-table table {
width: 100%;
min-width: 400px;
border-collapse: collapse;
background: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.wp-block-table table thead {
background: #1a1a2e;
color: #ffffff;
}

.wp-block-table table th {
padding: 14px 18px;
text-align: left;
font-weight: 700;
font-size: 1rem;
}

.wp-block-table table td {
padding: 12px 18px;
border-bottom: 1px solid #eee;
font-size: 0.98rem;
}

.wp-block-table table tbody tr:last-child td {
border-bottom: none;
}

.wp-block-table table tbody tr:hover {
background: #f8f9fa;
}

@media (max-width: 600px) {
.wp-block-table table th,
.wp-block-table table td {
padding: 10px 12px;
font-size: 0.85rem;
}
}

@media (max-width: 480px) {
.wp-block-table table {
min-width: 320px;
font-size: 0.8rem;
}
.wp-block-table table th,
.wp-block-table table td {
padding: 8px 10px;
}
}

.tip-box {
background: #f5f5f5;
padding: 18px 22px;
border-left: 5px solid #FF6B35;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}

.tip-box p {
margin: 0;
font-size: 1rem;
}

.step-box {
background: #f8f9fa;
padding: 25px 30px;
border-radius: 12px;
margin: 25px 0;
border-left: 5px solid #FF6B35;
}

.step-box ol {
margin-bottom: 0;
}

.step-box ol li {
margin-bottom: 12px;
font-size: 1.05rem;
}

@media (max-width: 600px) {
.step-box {
padding: 18px 16px;
}
.step-box ol li {
font-size: 0.95rem;
}
}

.values-list {
list-style: none;
padding: 0;
margin: 20px 0;
}

.values-list li {
padding: 14px 18px;
background: #f8fafc;
border-radius: 12px;
margin-bottom: 10px;
border-left: 4px solid #dc2626;
font-size: 1.02rem;
color: #1e293b;
transition: background 0.2s ease;
}

.values-list li:hover {
background: #f1f5f9;
}

.values-list li strong {
color: #0f172a;
}

@media (max-width: 600px) {
.values-list li {
padding: 12px 14px;
font-size: 0.93rem;
}
}

.team-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 25px 0;
}

.team-member {
text-align: center;
background: #f8fafc;
padding: 20px 15px;
border-radius: 16px;
border: 1px solid #e2e8f0;
transition: all 0.3s ease;
}

.team-member:hover {
transform: translateY(-4px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
border-color: #dc2626;
}

.team-member .avatar {
font-size: 3rem;
margin-bottom: 8px;
display: block;
}

.team-member h4 {
margin: 5px 0 2px;
font-size: 1.05rem;
color: #0f172a;
}

.team-member p {
margin: 0;
font-size: 0.85rem;
color: #64748b;
}

@media (max-width: 768px) {
.team-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.team-grid {
grid-template-columns: 1fr;
}
}

.vip-levels {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
margin: 25px 0;
}

.vip-item {
background: linear-gradient(145deg, #f8f9fa, #e9ecef);
padding: 15px 10px;
border-radius: 12px;
text-align: center;
border: 2px solid #FFD700;
}

.vip-item .level {
font-size: 1.5rem;
font-weight: 800;
color: #1a1a2e;
}

.vip-item .reward {
font-size: 0.9rem;
color: #666;
}

@media (max-width: 600px) {
.vip-levels {
grid-template-columns: repeat(2, 1fr);
}
}

.faq-section {
margin: 30px 0;
background: #f8fafc;
border-radius: 16px;
padding: 25px 20px;
}

.faq-section .faq-header {
margin-bottom: 20px;
}

.faq-section .faq-header h2 {
border-left: 5px solid #dc2626;
padding-left: 18px;
margin-top: 0;
}

.faq-list {
display: flex;
flex-direction: column;
gap: 10px;
}

.faq-item {
background: white;
border-radius: 12px;
border: 1px solid #e2e8f0;
overflow: hidden;
transition: all 0.3s ease;
}

.faq-item:hover {
border-color: #dc2626;
box-shadow: 0 2px 8px rgba(220, 38, 38, 0.08);
}

.faq-question {
padding: 16px 20px;
cursor: pointer;
font-weight: 600;
color: #0f172a;
display: flex;
justify-content: space-between;
align-items: center;
background: white;
transition: background 0.2s ease;
font-size: 1rem;
}

.faq-question:hover {
background: #f1f5f9;
}

.faq-question .icon-faq {
font-size: 0.8rem;
color: #64748b;
transition: transform 0.3s ease;
margin-left: 15px;
flex-shrink: 0;
}

.faq-item.active .faq-question .icon-faq {
transform: rotate(180deg);
}

.faq-item.active .faq-question {
background: #f1f5f9;
color: #dc2626;
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s ease;
padding: 0 20px;
background: #fafbfc;
}

.faq-answer .answer-content {
padding: 5px 0 18px 0;
color: #475569;
line-height: 1.7;
font-size: 0.95rem;
}

.faq-answer .answer-content a {
color: #dc2626;
text-decoration: none;
}

.faq-answer .answer-content a:hover {
text-decoration: underline;
}

.faq-item.active .faq-answer {
max-height: 500px;
padding: 0 20px;
}

@media (max-width: 600px) {
.faq-section {
padding: 18px 12px;
}
.faq-question {
font-size: 0.9rem;
padding: 14px 16px;
}
.faq-answer .answer-content {
font-size: 0.9rem;
}
}
