
/*
Theme Name: Kolposkopiya SEO Theme
Theme URI: https://kolposkopiya.kabinetginecologa.ru/
Author: Гинеколог Плюс
Author URI: https://www.kabinetginecologa.ru/
Description: Лёгкая, мобильная и SEO-оптимизированная тема для клиники. Mobile-first, без лишнего JS, с микроразметкой и быстрыми действиями.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kolpos-seo
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root{--gp-bg:#fff;--gp-text:#121212;--gp-muted:#5c6670;--gp-brand:#1f7a7a;--gp-accent:#e7faf8;--gp-line:#e6eaee;--gp-max:1200px;--gp-radius:16px}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;color:var(--gp-text);background:var(--gp-bg);line-height:1.55}
a{color:var(--gp-brand);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;border:0}
.wrap{max-width:var(--gp-max);margin:0 auto;padding:0 16px}
.container-narrow{max-width:860px;margin:0 auto;padding:0 16px}
.grid{display:grid;gap:16px}
.btn{display:inline-block;padding:12px 16px;border-radius:12px;border:1px solid var(--gp-brand);text-align:center}
.btn-primary{background:var(--gp-brand);color:#fff;border-color:var(--gp-brand)}
.btn-ghost{background:transparent;color:var(--gp-brand)}
.btn:hover{text-decoration:none;opacity:.9}
header.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--gp-line);z-index:50}
.header-inner{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:10px 16px}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo{width:40px;height:40px;border-radius:50%;background:var(--gp-accent);display:inline-flex;align-items:center;justify-content:center;font-weight:700}
nav.primary{display:none}
nav.primary ul{list-style:none;margin:0;padding:0;display:flex;gap:12px;flex-wrap:wrap}
.menu-toggle{border:1px solid var(--gp-line);background:#fff;border-radius:12px;padding:8px 10px}
@media(min-width:900px){nav.primary{display:block}.menu-toggle{display:none}}
.mobile-menu{display:none;border-top:1px solid var(--gp-line);padding:10px 16px}
.mobile-menu ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.mobile-menu.open{display:block}
.hero{padding:32px 0;background:linear-gradient(180deg,#fff 0,var(--gp-accent) 100%)}
.hero h1{font-size:clamp(24px,4.5vw,40px);margin:0 0 10px}
.hero .lead{color:var(--gp-muted);font-size:clamp(16px,2.5vw,18px);margin:0 0 16px}
.trust{display:flex;flex-wrap:wrap;gap:8px 12px;padding:0;margin:12px 0 0;list-style:none;color:var(--gp-muted)}
.tiles{grid-template-columns:repeat(2,minmax(0,1fr))}
.tile{display:block;border:1px solid var(--gp-line);border-radius:12px;padding:12px;text-align:center}
@media(min-width:768px){.tiles{grid-template-columns:repeat(6,minmax(0,1fr))}}
.cards{grid-template-columns:1fr}
.card{border:1px solid var(--gp-line);border-radius:16px;padding:16px;background:#fff}
@media(min-width:768px){.cards{grid-template-columns:repeat(2,1fr)}}
.table-wrap{overflow:auto}
.price-table{width:100%;border-collapse:separate;border-spacing:0}
.price-table th,.price-table td{border-bottom:1px solid var(--gp-line);padding:12px 10px;text-align:left}
.price-table th{white-space:nowrap}
.note{color:var(--gp-muted)}
.breadcrumbs{font-size:.95rem;color:var(--gp-muted);margin:8px 0 16px}
.breadcrumbs a{color:inherit}
main{padding:24px 0}
.post header h1{margin:0 0 12px}
.post .meta{color:var(--gp-muted);font-size:.95rem}
.post .content :where(h2,h3,h4){margin-top:22px}
.post .content blockquote{border-left:3px solid var(--gp-brand);margin:16px 0;padding:8px 12px;background:#f8fbfb}
.site-footer{border-top:1px solid var(--gp-line);margin-top:32px}
.site-footer .footer-inner{padding:18px 16px}
.footer-cols{display:grid;gap:12px}
@media(min-width:800px){.footer-cols{grid-template-columns:2fr 1fr 1fr}}
.footer-nav__list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:10px 0 0;padding:0}
.footer-nav__list a{text-decoration:none;opacity:.9}
.footer-nav__list a:hover{opacity:1}
.sticky-cta{position:fixed;bottom:10px;left:10px;right:10px;display:flex;gap:10px;z-index:60}
@media(min-width:900px){.sticky-cta{display:none}}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:10px;top:10px;width:auto;height:auto;background:#000;color:#fff;padding:8px 10px;border-radius:8px;z-index:100}
