/* ========== SEO LANDING PAGES — Brand-Aligned ========== */

.seo-landing {
    padding-top: 64px;
    position: relative;
    z-index: 1;
}

.seo-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ========== HERO ========== */
.seo-hero {
    padding: 5rem 0 3.5rem;
    position: relative;
}

.seo-badge {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    background: rgba(34, 170, 238, 0.1);
    color: #22aaee;
    margin-bottom: 1.5rem;
}

.seo-h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: #fff;
}

.seo-hero-sub {
    font-size: 1.05rem;
    color: #8892a4;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 640px;
}

.seo-hero-cta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.seo-cta-btn {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: linear-gradient(135deg, #9dc51c 0%, #8ab618 100%);
    color: #0a0f1a;
    padding: 0.9rem 2rem;
    border-radius: 24px;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    box-shadow: 0 3px 14px rgba(157, 197, 28, 0.2);
}

.seo-cta-btn:hover {
    box-shadow: 0 5px 22px rgba(157, 197, 28, 0.35);
    transform: translateY(-1px);
}

/* ========== TRUST STRIP ========== */
.seo-trust-strip {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(34, 170, 238, 0.08);
    border-bottom: 1px solid rgba(34, 170, 238, 0.08);
}

.seo-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.seo-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.seo-trust-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.seo-trust-stars {
    font-size: 0.8rem;
    color: #f5a623;
    letter-spacing: 1px;
}

.seo-trust-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: #5a6178;
}

.seo-trust-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.08);
}

/* ========== MAIN CONTENT ========== */
.seo-content {
    padding: 3.5rem 0;
}

.seo-content h2 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1rem;
    line-height: 1.3;
    color: #fff;
}

.seo-content h2:first-child {
    margin-top: 0;
}

.seo-content p {
    font-size: 1rem;
    line-height: 1.75;
    color: #b8bcc8;
    margin-bottom: 1.25rem;
}

.seo-content ul, .seo-content ol {
    margin: 0 0 1.25rem 1.25rem;
    color: #b8bcc8;
    line-height: 1.75;
}

.seo-content li {
    margin-bottom: 0.4rem;
}

.seo-content a {
    color: #22aaee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 170, 238, 0.3);
    transition: border-color 0.2s ease;
}

.seo-content a:hover {
    border-color: #22aaee;
}

/* ========== SERVICES GRID ========== */
.seo-services {
    padding: 3rem 0;
    border-top: 1px solid rgba(34, 170, 238, 0.08);
}

.seo-services h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.seo-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.seo-service-card {
    padding: 1.3rem 1.5rem;
    background: rgba(14, 19, 32, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.seo-service-card:hover {
    border-color: rgba(34, 170, 238, 0.2);
    transform: translateY(-2px);
}

.seo-service-card strong {
    color: #fff;
    font-size: 0.95rem;
}

.seo-service-card span {
    color: #8892a4;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* ========== CROSS-LINKS ========== */
.seo-crosslinks {
    padding: 3rem 0;
    border-top: 1px solid rgba(34, 170, 238, 0.08);
}

.seo-crosslinks h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.seo-crosslink-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.seo-crosslink-card {
    display: block;
    padding: 1.3rem 1.5rem;
    background: rgba(14, 19, 32, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.seo-crosslink-card:hover {
    border-color: rgba(34, 170, 238, 0.25);
    transform: translateY(-2px);
}

.seo-crosslink-card strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.seo-crosslink-card span {
    color: #8892a4;
    font-size: 0.8rem;
    line-height: 1.5;
}

.seo-crosslink-card .seo-crosslink-arrow {
    display: block;
    margin-top: 0.6rem;
    color: #22aaee;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.seo-crosslink-also {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #5a6178;
}

.seo-crosslink-also a {
    color: #22aaee;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 170, 238, 0.3);
    transition: border-color 0.2s ease;
}

.seo-crosslink-also a:hover {
    border-color: #22aaee;
}

/* ========== TESTIMONIALS ========== */
.seo-testimonials {
    padding: 3rem 0;
    border-top: 1px solid rgba(34, 170, 238, 0.08);
}

.seo-testimonials h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: center;
}

.seo-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.seo-testimonial-card {
    padding: 1.8rem 1.5rem;
    background: rgba(14, 19, 32, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: border-color 0.3s ease;
}

.seo-testimonial-card:hover {
    border-color: rgba(34, 170, 238, 0.15);
}

.seo-testimonial-quote {
    font-size: 2.5rem;
    color: #22aaee;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: Georgia, serif;
}

.seo-testimonial-text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #b8bcc8;
    margin-bottom: 1rem;
}

.seo-testimonial-rating {
    color: #f5a623;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 0.8rem;
}

.seo-testimonial-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin-bottom: 0.8rem;
}

.seo-testimonial-author {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}

.seo-testimonial-source {
    font-size: 0.75rem;
    color: #5a6178;
}

.seo-google-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.seo-g-logo {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #4285F4, #EA4335, #FBBC05, #34A853);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.seo-g-rating {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.seo-g-stars {
    color: #f5a623;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.seo-g-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.15);
}

.seo-g-link {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #22aaee;
    text-decoration: none;
    transition: color 0.2s ease;
}

.seo-g-link:hover { color: #fff; }

/* ========== FAQ ========== */
.seo-faq {
    padding: 3rem 0;
    border-top: 1px solid rgba(34, 170, 238, 0.08);
}

.seo-faq h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.seo-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.seo-faq-item summary {
    padding: 1.1rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
}

.seo-faq-item summary:hover { color: #22aaee; }
.seo-faq-item summary::-webkit-details-marker { display: none; }

.seo-faq-item summary::after {
    content: '+';
    color: #22aaee;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.2s ease;
}

.seo-faq-item[open] summary::after {
    content: '\2212';
}

.seo-faq-item p {
    padding: 0 0 1.1rem;
    color: #8892a4;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

/* ========== BOTTOM CTA ========== */
.seo-bottom-cta {
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid rgba(34, 170, 238, 0.08);
    background: rgba(14, 19, 32, 0.5);
}

.seo-bottom-cta h2 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    margin-bottom: 0.75rem;
    color: #fff;
}

.seo-bottom-cta p {
    color: #8892a4;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.seo-bottom-phone {
    margin-top: 1rem;
}

.seo-bottom-phone a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #5a6178;
    text-decoration: none;
    transition: color 0.2s ease;
}

.seo-bottom-phone a:hover { color: #22aaee; }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .seo-hero { padding: 3.5rem 0 2.5rem; }

    .seo-trust-row { gap: 1.2rem; }
    .seo-trust-divider { display: none; }
    .seo-trust-item { flex-direction: row; gap: 0.4rem; }
    .seo-trust-value { font-size: 1rem; }
    .seo-trust-label { font-size: 0.65rem; }

    .seo-service-grid { grid-template-columns: 1fr; }

    .seo-crosslink-grid { grid-template-columns: 1fr; }

    .seo-testimonial-grid { grid-template-columns: 1fr; }

    .seo-content, .seo-services, .seo-faq, .seo-testimonials, .seo-crosslinks { padding: 2.5rem 0; }
    .seo-bottom-cta { padding: 3rem 0; }

    .seo-google-row { flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
}
