/* seo.css — Overrides original index.css globals within .seo-page */

/* ========== WRAPPER resets ========== */
.seo-page h1 { font-size: 2.8vw; letter-spacing: 4px; margin-bottom: 1vw; }
.seo-page h2 { font-size: 1.8vw; letter-spacing: 2px; margin-top: 3vw; margin-bottom: 1vw; }
.seo-page h3 { font-size: 1.2vw; letter-spacing: 2px; margin-bottom: 0.5vw; }
.seo-page p { font-size: 0.95vw; line-height: 1.8vw; text-transform: none; font-weight: normal; letter-spacing: 0.5px; color: #ccc; }
.seo-page span { font-size: 1vw; padding-top: 0; }
.seo-page a { color: white; text-decoration: none; }
.seo-page a:hover { color: #ccc; }

/* Hero */
.seo-page .seo-hero { margin: 5vw 4vw 2vw; }
.seo-page .seo-hero-left { width: 60%; position: relative; }

/* Content */
.seo-page .seo-content { margin: 2vw 4vw 5vw; }

/* Bullet points */
.seo-page .seo-points { margin: 1.5vw 0; }
.seo-page .seo-points p { margin: 0.8vw 0; }

/* Service cards */
.seo-page .seo-grid, .home-seo .seo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2vw; margin: 2vw 0; }
.seo-page .seo-card, .home-seo .seo-card { display: block; padding: 0; border: 1px solid #333; color: white; text-decoration: none; transition: border-color 0.3s, transform 0.3s; overflow: hidden; }
.seo-page .seo-card:hover, .home-seo .seo-card:hover { border-color: #888; transform: translateY(-3px); }
.seo-page .seo-card h3, .home-seo .seo-card h3 { font-size: 1.1vw; margin-bottom: 0.8vw; color: white; letter-spacing: 2px; padding: 1.5vw 2vw 0; }
.seo-page .seo-card p, .home-seo .seo-card p { font-size: 0.85vw; line-height: 1.4vw; color: #888; text-transform: none; font-weight: normal; padding: 0 2vw; }
.seo-card-link { display: inline-block; margin-top: 1vw; font-size: 0.75vw; letter-spacing: 2px; color: #aaa; text-transform: uppercase; padding: 0 2vw 1.5vw; }
.seo-page .seo-card img, .home-seo .seo-card img { width: 100%; height: auto; display: block; margin: 0; padding: 0; }

/* Stats */
.seo-page .seo-stats, .home-seo .seo-stats { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 2vw; margin: 3vw 0; padding: 2.5vw 0; border-top: 1px solid #333; border-bottom: 1px solid #333; text-align: center; }
.seo-page .seo-stats h3, .home-seo .seo-stats h3 { font-size: 3.5vw; letter-spacing: 0; margin: 0; }
.seo-page .seo-stats p, .home-seo .seo-stats p { font-size: 0.75vw; color: #aaa; margin-top: 0.3vw; text-transform: uppercase; letter-spacing: 2px; font-weight: normal; }

/* Breadcrumb */
.seo-page .seo-breadcrumb { font-size: 0.75vw !important; color: #555 !important; margin-bottom: 1.5vw; letter-spacing: 1px; }
.seo-page .seo-breadcrumb a { color: #666; }
.seo-page .seo-breadcrumb a:hover { color: white; }

/* CTA Buttons */
.seo-cta-row { margin-top: 3vw; display: flex; gap: 1.5vw; }
.seo-btn { display: inline-block; padding: 1vw 2.5vw; border: 1px solid white; color: white !important; text-decoration: none; font-size: 0.85vw; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s; }
.seo-btn:hover { background: white; color: black !important; }
.seo-btn-wa { display: inline-block; padding: 1vw 2.5vw; border: 1px solid #25D366; color: #25D366 !important; text-decoration: none; font-size: 0.85vw; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s; }
.seo-btn-wa:hover { background: #25D366; color: white !important; }

/* FAQ */
.seo-page .seo-faq { margin-top: 3vw; border-top: 1px solid #333; padding-top: 2vw; }
.seo-page .faq-item { border-bottom: 1px solid #333; }
.seo-page .faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.2vw 0; cursor: pointer; }
.seo-page .faq-q p { font-size: 0.95vw; color: white; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; margin: 0; }
.seo-page .faq-toggle { font-size: 1.3vw !important; padding: 0 !important; color: white; transition: transform 0.3s; }
.seo-page .faq-item.open .faq-toggle { transform: rotate(45deg); }
.seo-page .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.seo-page .faq-item.open .faq-a { max-height: 300px; }
.seo-page .faq-a p { padding-bottom: 1.2vw; color: #aaa; }

/* Blog list */
.seo-page .seo-blog-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2vw; margin: 2vw 0; }
.seo-page .seo-blog-card { display: block; padding: 2vw; border: 1px solid #333; color: white; text-decoration: none; transition: border-color 0.3s; }
.seo-page .seo-blog-card:hover { border-color: #888; }
.seo-page .seo-blog-card h3 { font-size: 1vw; line-height: 1.5vw; margin-bottom: 0.8vw; }
.seo-page .seo-blog-card p { font-size: 0.8vw; line-height: 1.3vw; color: #888; }
.seo-page .seo-meta { font-size: 0.8vw !important; color: #555 !important; margin-bottom: 2vw; }

/* CTA Bar */
.seo-cta-bar { padding: 4vw; text-align: center; border-top: 1px solid #333; }
.seo-cta-bar h2 { font-size: 2vw; letter-spacing: 3px; margin-bottom: 0.8vw; color: #fff !important; }
.seo-cta-bar p { font-size: 0.9vw; color: #888 !important; text-transform: none !important; font-weight: normal !important; line-height: 1.5vw; margin-bottom: 2vw; }
.seo-cta-bar a { display: inline-block !important; padding: 1vw 2.5vw !important; border: 1px solid #fff !important; color: #fff !important; text-decoration: none !important; font-size: 0.85vw !important; letter-spacing: 2px !important; text-transform: uppercase !important; transition: all 0.3s !important; margin: 0 0.8vw !important; background: transparent !important; }
.seo-cta-bar a:hover { background: #fff !important; color: #000 !important; }
.seo-cta-bar a.wa-btn { border-color: #25D366 !important; color: #25D366 !important; }
.seo-cta-bar a.wa-btn:hover { background: #25D366 !important; color: #fff !important; }

/* Featured In - Media Bar */
.featured-in { padding: 3.5vw 2vw; text-align: center !important; background: #000; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; }
.featured-in .fi-label { font-size: 0.7vw !important; letter-spacing: 5px !important; text-transform: uppercase !important; color: #444 !important; margin-bottom: 2vw !important; font-weight: normal !important; text-align: center !important; }
.featured-in .fi-logos { display: flex !important; align-items: center !important; justify-content: center !important; flex-wrap: wrap !important; max-width: 1000px; margin: 0 auto !important; }
.featured-in .fi-logos a { text-decoration: none !important; padding: 0.8vw 2vw !important; border-right: 1px solid #1a1a1a !important; opacity: 0.35; transition: opacity 0.3s !important; display: flex !important; align-items: center !important; justify-content: center !important; height: 4vw; color: #fff !important; }
.featured-in .fi-logos a:last-child { border-right: none !important; }
.featured-in .fi-logos a:hover { opacity: 1; }

/* Home SEO section */
.home-seo { margin: 4vw; }
.home-seo h1, .home-seo h2 { font-size: 2vw !important; letter-spacing: 3px; margin-bottom: 1.5vw; }
.home-seo p { font-size: 0.95vw; line-height: 1.8vw; color: #ccc; text-transform: none; font-weight: normal; }
.home-seo a { color: white; text-decoration: none; }

/* Content Images */
.seo-img { width: 100%; height: auto; margin: 2vw 0; display: block; }
.seo-img-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5vw; margin: 2.5vw 0; }
.seo-img-row img { width: 100%; height: auto; display: block; }
.seo-img-caption { font-size: 0.7vw !important; color: #555 !important; margin-top: 0.3vw; text-align: center; font-style: italic; }
.seo-img-hero { width: 100%; height: auto; margin: 1.5vw 0 2.5vw; display: block; border-radius: 2px; }

/* Blog card with image */
.seo-blog-card img { width: 100%; height: auto; display: block; margin-bottom: 1.2vw; }

/* Portfolio slider arrows */
.CSSgal .prevNext a { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 50%; background: rgba(0,0,0,0.3); opacity: 0.8; transition: all 0.3s; cursor: pointer; }
.CSSgal .prevNext a:hover { opacity: 1; border-color: #fff; background: rgba(255,255,255,0.1); }
.CSSgal .prevNext a svg { display: block; }

/* WhatsApp float */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 65px; height: 65px; border-radius: 50%; background: #25D366; color: white !important; display: flex; align-items: center; justify-content: center; text-decoration: none !important; box-shadow: 0 4px 20px rgba(37,211,102,0.5); transition: transform 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 34px; height: 34px; fill: white; }

/* Related Services (internal linking) */
.seo-related { margin-top: 3vw; padding-top: 2vw; border-top: 1px solid #333; }
.seo-related h2 { font-size: 1.5vw; letter-spacing: 2px; margin-bottom: 1.5vw; }
.seo-related-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5vw; }
.seo-related-card { display: block; padding: 1.5vw 2vw; border: 1px solid #333; color: white; text-decoration: none; transition: border-color 0.3s, transform 0.3s; }
.seo-related-card:hover { border-color: #888; transform: translateY(-2px); }
.seo-related-card h3 { font-size: 1vw; letter-spacing: 2px; margin-bottom: 0.4vw; color: white; }
.seo-related-card p { font-size: 0.8vw; line-height: 1.3vw; color: #888; text-transform: none; font-weight: normal; }

/* ========== MOBILE ========== */
@media (max-width: 768px) {
    .seo-page h1 { font-size: 6vw; }
    .seo-page h2 { font-size: 4.5vw; }
    .seo-page h3 { font-size: 3.5vw; }
    .seo-page p { font-size: 2.8vw; line-height: 4.5vw; }
    .seo-page span { font-size: 3vw; }
    .seo-page .seo-hero { margin: 15vw 3vw 2vw; }
    .seo-page .seo-hero-left { width: 100%; }
    .seo-page .seo-content { margin: 3vw 3vw 10vw; }
    .seo-page .seo-grid, .home-seo .seo-grid { grid-template-columns: 1fr; }
    .seo-page .seo-card h3, .home-seo .seo-card h3 { font-size: 3.5vw; padding: 3vw 3vw 0; }
    .seo-page .seo-card p, .home-seo .seo-card p { font-size: 2.5vw; line-height: 4vw; padding: 0 3vw; }
    .seo-card-link { font-size: 2.5vw; padding: 0 3vw 3vw; }
    .seo-page .seo-stats, .home-seo .seo-stats { grid-template-columns: 1fr 1fr; }
    .seo-page .seo-stats h3, .home-seo .seo-stats h3 { font-size: 8vw; }
    .seo-page .seo-stats p, .home-seo .seo-stats p { font-size: 2.2vw; }
    .seo-page .seo-breadcrumb { font-size: 2.5vw !important; }
    .seo-page .seo-points p { font-size: 2.8vw; line-height: 4.5vw; }
    .seo-cta-row { flex-direction: column; gap: 3vw; }
    .seo-btn, .seo-btn-wa { font-size: 2.8vw; padding: 2.5vw 4vw; text-align: center; }
    .seo-page .faq-q p { font-size: 2.8vw; }
    .seo-page .faq-toggle { font-size: 4vw !important; }
    .seo-page .faq-a p { font-size: 2.8vw; line-height: 4.5vw; }
    .seo-page .seo-blog-list { grid-template-columns: 1fr; }
    .seo-page .seo-blog-card h3 { font-size: 3.5vw; line-height: 5vw; }
    .seo-page .seo-blog-card p { font-size: 2.5vw; line-height: 4vw; }
    .seo-cta-bar h2 { font-size: 4.5vw; }
    .seo-cta-bar p { font-size: 2.8vw !important; line-height: 4.5vw !important; }
    .seo-cta-bar a { font-size: 2.8vw !important; padding: 2.5vw 4vw !important; margin: 1.5vw !important; }
    .home-seo h1, .home-seo h2 { font-size: 4.5vw !important; }
    .home-seo p { font-size: 2.8vw; line-height: 4.5vw; }
    .featured-in { padding: 6vw 3vw; }
    .featured-in .fi-label { font-size: 2.5vw !important; margin-bottom: 4vw !important; }
    .featured-in .fi-logos a { padding: 2vw 3.5vw !important; height: auto !important; border-right: none !important; }
    .featured-in .fi-logos a svg { height: 28px !important; }
    .whatsapp-float { width: 56px; height: 56px; bottom: 18px; right: 18px; }
    .whatsapp-float svg { width: 28px; height: 28px; }
    .seo-img-row { grid-template-columns: 1fr; gap: 3vw; }
    .seo-img-row img { height: auto; }
    .seo-img-caption { font-size: 2.2vw !important; }
    .seo-img-hero { height: auto; margin: 3vw 0 4vw; }
    .seo-blog-card img { height: auto; }
    .seo-page .seo-card img, .home-seo .seo-card img { height: auto; }
    .seo-related-grid { grid-template-columns: 1fr; gap: 3vw; }
    .seo-related h2 { font-size: 4.5vw; }
    .seo-related-card h3 { font-size: 3.5vw; }
    .seo-related-card p { font-size: 2.5vw; line-height: 4vw; }
    .seo-related-card { padding: 3vw; }
}
