/* SEO 랜딩 공통 스타일 — /baccarat-analyzer, /evolution-analyzer, /pragmatic-analyzer, /casino-analyzer, /verification-guide */
.seo-landing {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 16px 60px;
    color: var(--text-primary);
}
.seo-hero {
    padding: 48px 8px 32px;
    border-bottom: 1px solid var(--border-dark);
    margin-bottom: 28px;
}
.seo-kicker {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--accent-glow);
    color: var(--accent-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}
.seo-landing h1 {
    margin: 0 0 14px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--text-white);
}
.seo-hero p {
    margin: 0;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.75;
}
.seo-section {
    margin: 32px 0;
}
.seo-section h2 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-white);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-dark);
}
.seo-section h3 {
    margin: 20px 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--accent-primary);
}
.seo-section p {
    margin: 0 0 10px;
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 14.5px;
}
.seo-section ul {
    margin: 8px 0 14px;
    padding-left: 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}
.seo-section li {
    margin: 4px 0;
}
.seo-section a {
    color: var(--accent-primary);
    text-decoration: none;
}
.seo-section a:hover {
    text-decoration: underline;
}
.seo-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 20px;
}
.seo-table th, .seo-table td {
    padding: 10px 12px;
    border: 1px solid var(--border-dark);
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    color: var(--text-secondary);
}
.seo-table th {
    background: var(--bg-tertiary);
    color: var(--text-white);
    font-weight: 700;
    width: 28%;
}
.seo-faq {
    margin: 10px 0 0;
    border-top: 1px solid var(--border-dark);
}
.seo-faq details {
    border-bottom: 1px solid var(--border-dark);
    padding: 14px 4px;
}
.seo-faq summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--text-white);
    list-style: none;
    position: relative;
    padding-right: 24px;
}
.seo-faq summary::after {
    content: '+';
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 18px;
    color: var(--accent-primary);
}
.seo-faq details[open] summary::after { content: '−'; }
.seo-faq p {
    margin: 10px 0 0;
    color: var(--text-secondary);
    line-height: 1.75;
    font-size: 14px;
}
.seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0;
}
.seo-links a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border: 1px solid var(--border-light);
    border-radius: 999px;
    background: var(--bg-secondary);
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.18s;
}
.seo-links a:hover {
    border-color: var(--accent-primary);
    color: var(--accent-primary);
    background: var(--accent-glow);
}
.seo-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    background: var(--accent-primary);
    color: #001a17;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.18s;
}
.seo-cta:hover {
    background: var(--accent-dark);
    color: var(--text-white);
    transform: translateY(-1px);
}
.seo-disclaimer {
    margin-top: 36px;
    padding: 16px 18px;
    background: var(--bg-tertiary);
    border-left: 3px solid #d97706;
    border-radius: 6px;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.75;
}
.seo-disclaimer strong { color: #f59e0b; }

@media (max-width: 640px) {
    .seo-landing h1 { font-size: 24px; }
    .seo-section h2 { font-size: 18px; }
    .seo-table th, .seo-table td { font-size: 13px; padding: 8px 10px; }
    .seo-table th { width: 36%; }
}
