/* Search pages — built from the existing Pickleball Level colors and type system. */
.seo-page { background: var(--cream); color: var(--ink); }
.seo-nav { max-width: 1240px; margin: 0 auto; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; }
.seo-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; font-size: 21px; letter-spacing: -.06em; }
.seo-brand img { width: 42px; height: 42px; }
.seo-nav-link { color: var(--ink); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-decoration: none; }
.seo-article { max-width: 860px; margin: 44px auto 110px; padding: 0 28px; }
.seo-article h1 { font-size: clamp(48px, 8vw, 88px); line-height: .92; letter-spacing: -.08em; margin: 16px 0 28px; }
.seo-article h1 em { font-family: var(--serif); color: var(--coral); font-weight: 500; }
.seo-lede { max-width: 720px; color: #5e7774; font-size: 21px; line-height: 1.55; margin-bottom: 40px; }
.seo-block { padding: 31px 0; border-top: 1px solid var(--line); }
.seo-block h2 { font-size: clamp(28px, 4vw, 43px); letter-spacing: -.055em; line-height: 1; margin: 0 0 15px; }
.seo-block h3 { font-size: 20px; margin: 24px 0 8px; }
.seo-block p, .seo-block li { color: #4f6d69; font-size: 17px; line-height: 1.65; }
.seo-block ul { padding-left: 22px; }
.seo-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.seo-table th, .seo-table td { border-bottom: 1px solid var(--line); padding: 14px 12px; text-align: left; vertical-align: top; }
.seo-table th { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; }
.seo-cta { background: var(--ink); border-radius: 18px; color: #fff; padding: 30px; margin-top: 36px; }
.seo-cta h2 { color: var(--lime); margin-top: 0; }
.seo-cta p { color: #dbe9e6; }
.seo-cta .primary { background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; text-decoration: none; }
.seo-cta .primary:hover { background: var(--coral); color: #fff; transform: none; }
.seo-links a { color: var(--ink); text-decoration: none; position: relative; }
.seo-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--coral); transform: rotate(-.5deg); }
.seo-links a:hover { color: var(--coral); }
.seo-footer { background: var(--lime); text-align: center; padding: 78px 24px; color: var(--ink); }
.seo-footer p { margin: 5px 0; }
.seo-footer strong { display: inline-block; font-size: 18px; letter-spacing: -.55px; }
.seo-footer .small { font-family: var(--mono); font-size: 10px; letter-spacing: .02em; }
.seo-footer a { color: inherit; text-decoration: none; }
.seo-footer .small:last-child { margin-top: 8px; font-family: var(--sans); font-weight: 700; letter-spacing: 0; }
.seo-footer .small:last-child a { font-family: var(--serif); font-weight: 500; font-style: italic; position: relative; }
.seo-footer .small:last-child a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: rgba(0, 0, 0, .2); transform: rotate(-1deg) scaleX(0); transform-origin: left; transition: transform .2s ease; }
.seo-footer .small:last-child a:hover::after { transform: rotate(-1deg) scaleX(1); }
.seo-footer::after { content: ''; position: absolute; z-index: 0; width: 440px; height: 440px; right: -55px; bottom: -125px; background: url('logo-ball-outlined.svg') center/contain no-repeat; opacity: .28; pointer-events: none; }
.seo-footer > * { position: relative; z-index: 1; }
@media (max-width: 620px) { .seo-nav { padding: 22px 18px; } .seo-brand { font-size: 18px; } .seo-brand img { width: 36px; height: 36px; } .seo-article { padding: 0 20px; margin-top: 25px; } .seo-lede { font-size: 18px; } }
@media (max-width: 620px) { .seo-footer::after { width: 360px; height: 360px; right: -48px; bottom: -88px; } }
