


.seo-page .flex          { display: flex; }
.seo-page .flex-col      { flex-direction: column; }
.seo-page .flex-wrap     { flex-wrap: wrap; }
.seo-page .flex-1        { flex: 1 1 0%; }
.seo-page .w-full        { width: 100%; }
.seo-page .p-3           { padding: 0.75rem; }
.seo-page .p-4           { padding: 1rem; }
.seo-page .-m-3          { margin: -0.75rem; }
.seo-page .mb-4          { margin-bottom: 1rem; }
.seo-page .h-48          { height: 12rem; }
.seo-page .bg-cover      { background-size: cover; }
.seo-page .bg-white      { background-color: #fff; }
.seo-page .overflow-hidden { overflow: hidden; }
.seo-page .text-sm       { font-size: 0.875rem; }
.seo-page .text-grey-darker { color: #606f7b; }

@media (min-width: 640px) { .seo-page .sm\:w-1\/2 { width: 50%; } }
@media (min-width: 768px) { .seo-page .md\:w-1\/3 { width: 33.333333%; } }


.seo-page a { text-decoration: none; }
.seo-page .nav-toggle { display: none; }
.seo-page .nav-toggle-label { display: none; flex-direction: column; cursor: pointer; }
.seo-page .nav-toggle-label span {
    background-color: #fff; height: 2px; width: 25px; margin: 1px 0; transition: all .3s;
}
@media (max-width: 768px) {
    .seo-page .nav-toggle-label { display: flex; }
}




.seo-page .seo-hero {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    width: 100%;
    box-sizing: border-box;
    padding: 118px 24px 34px;
}
.seo-page .seo-hero__inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 640px) {
    .seo-page .seo-hero { padding: 96px 16px 26px; }
}


.seo-page .seo-main {
    margin-top: 0 !important;
    padding-top: 34px;
    padding-bottom: 72px;
}


.seo-crumbs {
    font-size: 13px; color: var(--text-soft); margin-bottom: 14px;
    text-align: center;
}
.seo-crumbs a { color: var(--text-muted); text-decoration: none; }
.seo-crumbs a:hover { color: var(--brand); }
.seo-crumbs__sep { margin: 0 7px; opacity: .5; }

.seo-h1 {
    font-size: clamp(28px, 4.4vw, 44px);
    line-height: 1.12; letter-spacing: -.025em;
    margin: 0 0 18px; font-weight: 800; color: var(--text);
    text-align: center;
}


.seo-intro {
    margin-bottom: 22px;
    display: grid; gap: 6px 44px;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    align-items: start;
}

.seo-intro__p {
    margin: 0 0 10px; color: var(--text-muted); font-size: 16px; line-height: 1.75;
}
.seo-intro__p--lead {
    grid-column: 1 / -1;
    color: var(--text); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500;
    line-height: 1.55; max-width: 74ch;
    margin-left: auto; margin-right: auto; text-align: center;
}


.seo-facts {
    list-style: none; margin: 0 0 26px; padding: 0;
    display: grid; gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}


.seo-page .seo-facts li.seo-fact {
    display: block;
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 20px !important;
}
.seo-fact__label {
    display: flex; align-items: center; gap: 8px;
    color: var(--text); font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em;
    margin-bottom: 7px;
}
.seo-fact__label i { color: var(--brand); font-size: 14px; }
.seo-fact__text {
    display: block; font-size: 14px; color: var(--text-muted); line-height: 1.6;
}


.seo-sec { margin-top: 48px; }
.seo-sec--tight { margin-top: 28px; }
.seo-sec__title {
    display: flex; align-items: center; gap: 11px;
    font-size: clamp(20px, 2.6vw, 27px); font-weight: 700;
    letter-spacing: -.015em; color: var(--text);
    margin: 0 0 18px; padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}
.seo-sec__title i {
    flex: 0 0 34px; height: 34px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(255,46,108,.18), rgba(255,46,108,.06));
    color: var(--brand); font-size: 15px;
}
.seo-sec p { color: var(--text-muted); line-height: 1.75; }


.seo-panel {
    display: grid; gap: 12px;
    
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}
@media (max-width: 860px) { .seo-panel { grid-template-columns: 1fr; } }

.seo-panel--single { grid-template-columns: 1fr; }
.seo-panel__box {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-lg); padding: 20px;
}
.seo-panel p { margin: 0 0 12px; color: var(--text-muted); line-height: 1.75; font-size: 15.5px; }
.seo-panel p:last-child { margin-bottom: 0; }
.seo-panel a { color: var(--brand); font-weight: 600; }

.seo-more { margin: 30px 0 0; text-align: center; }


.seo-stats {
    
    display: grid; gap: 10px; margin: 22px 0 26px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 0; list-style: none;
}
.seo-page .seo-stats li {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    height: 35px; padding: 5px 18px 9px !important;
    font-size: 13.5px;
    color: var(--text-muted); text-align: center;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.seo-stats b { color: var(--text); font-weight: 700; }





.seo-page .v2-results-row { margin-left: -0.75rem; margin-right: -0.75rem; }


.seo-page .seo-main .v2-results-row.seo-grid > div {
    display: block !important;
}


@media (max-width: 860px) {
    .seo-page .seo-main { display: flex; flex-direction: column; }
    .seo-page .seo-main > * { order: 5; }
    .seo-page .seo-main > .seo-facts { order: 6; }
    .seo-page .seo-main > .seo-more,
    .seo-page .seo-main > .seo-sec { order: 7; }
}



.seo-page .v2-results-row > div > a {
    display: flex; flex-direction: column; flex: 1 1 auto; height: 100%;
}

.seo-empty {
    border: 1px dashed var(--border-strong); border-radius: var(--radius-lg);
    padding: 28px 24px; color: var(--text-muted); background: var(--surface);
    max-width: 78ch;
}
.seo-empty p { margin: 0 0 10px; }
.seo-empty p:last-child { margin: 0; }
.seo-empty a { color: var(--brand); font-weight: 600; }


.seo-links {
    list-style: none; margin: 0; padding: 0;
    display: grid; gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.seo-links--compact { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }

.seo-links li { display: flex; }
.seo-links a {
    display: flex; align-items: center; gap: 8px;
    flex: 1 1 auto;
    height: 60px;                    
    padding: 10px 14px; border-radius: var(--radius);
    background: var(--surface); border: 1px solid var(--border);
    font-size: 14px; color: var(--text-muted); font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color var(--t-fast), color var(--t-fast), transform var(--t-fast);
}
.seo-links a > span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.seo-links a:hover {
    border-color: var(--brand); color: var(--brand); transform: translateY(-1px);
}
.seo-links__n {
    font-size: 12px; font-weight: 700; color: var(--text-soft);
    background: var(--surface-2); border-radius: var(--radius-pill); padding: 2px 9px;
}

.seo-cta {
    display: inline-block; margin-top: 4px;
    background: linear-gradient(135deg, var(--brand), #ff6f95);
    color: #fff !important; text-decoration: none;
    font-weight: 700; font-size: 15px;
    padding: 13px 26px; border-radius: var(--radius-pill);
    box-shadow: 0 8px 24px rgba(255,46,108,.28);
}
.seo-cta:hover { filter: brightness(1.06); }


.seo-faq {
    display: grid; gap: 10px;
    
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
    align-items: start;
}
.seo-faq details {
    border: 1px solid var(--border); border-radius: var(--radius);
    background: var(--surface); overflow: hidden;
}
.seo-faq summary {
    cursor: pointer; padding: 15px 18px; font-weight: 600; font-size: 15px;
    list-style: none; color: var(--text);
}
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after { content: '+'; float: right; color: var(--brand); font-weight: 400; font-size: 18px; line-height: 1; }
.seo-faq details[open] summary::after { content: '−'; }
.seo-faq details > div { padding: 0 18px 16px; color: var(--text-muted); font-size: 14.5px; line-height: 1.7; }


.seo-postgrid {
    list-style: none; padding: 0; margin: 0;
    display: grid; gap: 22px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.seo-post {
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    background: var(--surface); overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.seo-post:hover {
    transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--brand);
}
.seo-post a { text-decoration: none; color: inherit; display: block; }
.seo-post__img { display: block; width: 100%; height: 168px; object-fit: cover; background: var(--surface-2); }
.seo-post__body { padding: 18px 20px 20px; }
.seo-page .seo-postgrid li.seo-post { padding: 0 !important; }   
.seo-post__tag {
    display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .05em;
    text-transform: uppercase; color: var(--brand);
    background: rgba(255,46,108,.12); border-radius: var(--radius-pill);
    padding: 4px 11px; margin-bottom: 10px;
}
.seo-post__title { font-size: 18px; font-weight: 700; margin: 0 0 8px; line-height: 1.3; color: var(--text); }
.seo-post:hover .seo-post__title { color: var(--brand); }
.seo-post__desc { margin: 0; font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.seo-post__date { display: block; font-size: 12.5px; color: var(--text-soft); margin-top: 12px; }


.seo-article__hero {
    display: block; width: 100%; max-width: 860px;
    
    aspect-ratio: 1200 / 380; height: auto; object-fit: cover; object-position: center;
    border-radius: var(--radius-lg); margin: 0 0 30px;
    border: 1px solid var(--border);
}


.seo-page .seo-article { background: transparent !important; }

.seo-article { max-width: 78ch; font-size: 16.5px; }
.seo-article h2 {
    font-size: clamp(21px, 2.6vw, 27px); margin: 40px 0 14px;
    letter-spacing: -.015em; color: var(--text); font-weight: 700;
    padding-left: 14px; border-left: 4px solid var(--brand);
}
.seo-article h3 { font-size: 19px; margin: 28px 0 10px; color: var(--text); font-weight: 650; }
.seo-article p { margin: 0 0 16px; color: var(--text-muted); line-height: 1.75; }
.seo-article ul, .seo-article ol { color: var(--text-muted); padding-left: 24px; margin: 0 0 18px; line-height: 1.75; }
.seo-page .seo-article li { margin-bottom: 9px; }
.seo-article li::marker { color: var(--brand); font-weight: 700; }
.seo-article strong { color: var(--text); }
.seo-article a { color: var(--brand); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.seo-article a:hover { color: var(--brand-strong); }
.seo-article blockquote {
    margin: 24px 0; padding: 18px 22px;
    border-left: 4px solid var(--brand);
    border-radius: 0 var(--radius) var(--radius) 0;
    background: linear-gradient(135deg, rgba(255,46,108,.10), rgba(255,46,108,.02));
    color: var(--text); font-size: 17px; font-weight: 500;
}
.seo-article blockquote p:last-child { margin-bottom: 0; }
.seo-article__meta { color: var(--text-soft); font-size: 13.5px; margin: -6px 0 24px; }


.seo-foot__legal {
    max-width: 900px; margin: 14px auto 0;
    font-size: 12px; color: var(--text-soft); line-height: 1.6;
}

@media (max-width: 640px) {
    .seo-h1 { font-size: 27px; }
    .seo-sec { margin-top: 36px; }
    .seo-facts { grid-template-columns: 1fr; }
    .seo-faq { grid-template-columns: 1fr; }
    .seo-stats { grid-template-columns: repeat(2, 1fr); }
    .seo-postgrid { grid-template-columns: 1fr; gap: 16px; }
}
