/* SEO landings: tennis-level, beginners — compact, product-aligned */
.seo-landing {
    max-width: 720px;
    margin: 0 auto;
    padding: 8px 16px 48px;
}
.seo-landing__lead,
.seo-landing__answer {
    font-size: 1.05rem;
    line-height: 1.55;
    color: #1a1a1a;
    margin: 0 0 1rem;
}
.seo-landing__answer {
    font-weight: 500;
}
.seo-landing__updated {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 1.25rem;
}
.seo-landing__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 1.75rem;
}
.seo-landing__btn {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #c8ccd0;
    border-radius: 8px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
}
.seo-landing__btn:hover {
    border-color: #111;
    color: #111;
}
.seo-landing__btn--primary {
    background: #d4ee57;
    border-color: #d4ee57;
}
.seo-landing__level-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin: 0 0 2rem;
}
.seo-landing__level-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 12px;
    border: 1px solid #e4e6e8;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: #fafbfc;
}
.seo-landing__level-card:hover {
    border-color: #9aa0a6;
}
.seo-landing__level-ntrp {
    font-weight: 800;
    font-size: 1.1rem;
}
.seo-landing__level-cat {
    font-size: 0.9rem;
    color: #333;
}
.seo-landing__level-meta {
    font-size: 0.8rem;
    color: #666;
}
.seo-landing__section {
    margin: 0 0 1.75rem;
}
.seo-landing__h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.6rem;
}
.seo-landing__steps,
.seo-landing__tour-list,
.seo-landing__link-list {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.55;
}
.seo-landing__funnel {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    counter-reset: funnel;
}
.seo-landing__funnel > li {
    counter-increment: funnel;
    position: relative;
    padding: 16px 16px 16px 48px;
    margin: 0 0 12px;
    border: 1px solid #e4e6e8;
    border-radius: 12px;
    background: #fff;
}
.seo-landing__funnel > li::before {
    content: counter(funnel);
    position: absolute;
    left: 14px;
    top: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #d4ee57;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seo-landing__funnel .seo-landing__btn {
    margin: 6px 6px 0 0;
}
.seo-landing__facts {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 12px 14px;
    background: #f4f5f6;
    border-radius: 10px;
}
.seo-landing__facts li {
    margin: 0 0 6px;
}
.seo-landing__facts li:last-child {
    margin: 0;
}
.seo-landing__skill {
    color: #333;
    line-height: 1.5;
}
.seo-landing__crumbs {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 10px;
}
.seo-landing__crumbs a {
    color: #666;
}
.seo-landing__crumbs span {
    margin: 0 4px;
}
.seo-landing__intro {
    font-size: 0.98rem;
    line-height: 1.5;
    color: #333;
    margin: 0 0 1rem;
    max-width: 42rem;
}
.seo-schedule-intro {
    max-width: 52rem;
}
.seo-tour-related__note {
    margin: 0 0 8px;
    color: #444;
}
.seo-rating-method {
    margin: 0 0 1rem;
    padding: 12px 14px;
    background: #f4f5f6;
    border-radius: 10px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #333;
    max-width: 42rem;
}
.seo-rating-method a {
    font-weight: 600;
}
.seo-tour-related {
    margin: 12px 0 8px;
    padding: 10px 12px;
    border-top: 1px solid #e8eaed;
    font-size: 0.88rem;
    line-height: 1.45;
}
.seo-tour-related__title {
    font-weight: 700;
    margin: 0 0 6px;
}
.seo-tour-related ul {
    margin: 0;
    padding-left: 1.1rem;
}
.seo-tour-footer {
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0;
    border: none;
    background: transparent;
}
.seo-tour-footer__details {
    border: 1px solid #e4e6e8;
    border-radius: 10px;
    background: #fafbfc;
    overflow: hidden;
}
.seo-tour-footer__summary {
    cursor: pointer;
    padding: 12px 14px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #444;
    list-style: none;
}
.seo-tour-footer__summary::-webkit-details-marker {
    display: none;
}
.seo-tour-footer__summary::before {
    content: '▸ ';
    display: inline-block;
    transition: transform 0.15s ease;
}
.seo-tour-footer__details[open] .seo-tour-footer__summary::before {
    transform: rotate(90deg);
}
.seo-tour-footer__body {
    padding: 0 14px 14px;
    border-top: 1px solid #e8eaed;
}
.seo-tour-footer__body .seo-tour-related {
    margin-top: 10px;
    padding: 0;
    border: none;
}
.seo-tour-footer__cta {
    margin-bottom: 12px !important;
}
.seo-tour-footer__list {
    margin: 0 0 8px;
    padding-left: 1.1rem;
    font-size: 0.88rem;
    line-height: 1.45;
}
.seo-tour-footer__list--compact {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e0e3e6;
}
@media (max-width: 640px) {
    .seo-landing {
        padding-left: 12px;
        padding-right: 12px;
    }
}
