/*
Theme Name: Compare SEO Pro
Theme URI: https://www.compareseo.net
Author: Compare SEO
Author URI: https://www.compareseo.net
Description: SEO-first WordPress theme for Compare SEO — India's #1 SEO Agency in Delhi NCR. Lightning-fast, Core Web Vitals optimised, 100% customizable via WordPress Customizer.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: compareseo-pro
Tags: seo, agency, customizer, responsive, blog, one-column, two-columns, light, dark
*/

/* =============================================
   CSS VARIABLES
============================================= */
:root {
  --bg: #05060F;
  --bg2: #0C0D1A;
  --bg3: #111326;
  --blue: #2563EB;
  --blue2: #1D4ED8;
  --blue-light: #3B82F6;
  --orange: #F97316;
  --blue-bg: rgba(37,99,235,0.10);
  --blue-border: rgba(37,99,235,0.30);
  --white: #FFFFFF;
  --off-white: #F8FAFC;
  --light: #F1F5F9;
  --text: #0F172A;
  --muted: #64748B;
  --border-dark: rgba(255,255,255,0.07);
  --border-light: #E2E8F0;
  --max: 1280px;
  --ph: 5%;
  --grad: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  --green: #10B981;
  --amber: #F59E0B;
}

/* =============================================
   RESET & BASE
============================================= */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: #fff; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 3px; }

/* =============================================
   NAVIGATION
============================================= */
nav.site-header { position: sticky; top: 0; z-index: 999; background: rgba(5,6,15,0.94); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border-dark); height: 68px; transition: background .3s; }
nav.site-header.scrolled { background: rgba(5,6,15,0.99); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--ph); height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.nav-logo-mark { width: 34px; height: 34px; border-radius: 9px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: .95rem; color: #fff; flex-shrink: 0; }
.nav-logo .custom-logo { height: 36px; width: auto; border-radius: 0; background: none; }
.nav-brand { font-size: 1.1rem; font-weight: 800; color: #fff; }
.nav-brand span { color: var(--blue-light); }
.primary-navigation { display: flex; align-items: center; }
.primary-navigation ul { display: flex; align-items: center; gap: 1.5rem; font-size: .82rem; font-weight: 500; color: rgba(255,255,255,.50); list-style: none; margin: 0; padding: 0; }
.primary-navigation ul li a { transition: color .2s; white-space: nowrap; color: rgba(255,255,255,.50); }
.primary-navigation ul li a:hover,
.primary-navigation ul li.current-menu-item > a,
.primary-navigation ul li.current-page-ancestor > a { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-audit { background: var(--grad); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-weight: 700; font-size: .82rem; white-space: nowrap; transition: opacity .2s, transform .15s; box-shadow: 0 4px 20px rgba(37,99,235,.35); }
.nav-audit:hover { opacity: .9; transform: translateY(-1px); }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: #fff; flex-direction: column; gap: 5px; }
.nav-mobile-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }

/* =============================================
   HERO — LIGHT VERSION
============================================= */
.hero {
  background: #ffffff;
  background-image:
    radial-gradient(ellipse 70% 80% at 70% 30%, rgba(37,99,235,.06) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(124,58,237,.04) 0%, transparent 55%);
  color: var(--text);
  padding: 72px var(--ph) 80px;
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}
.hero::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%232563EB' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.hero-inner { width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #EFF6FF; border: 1px solid rgba(37,99,235,.20); color: var(--blue); font-size: .69rem; font-weight: 700; padding: 6px 16px; border-radius: 100px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 20px; }
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:.4} }
.hero h1 { font-size: 3.2rem; font-weight: 900; line-height: 1.08; letter-spacing: -.035em; margin-bottom: 18px; color: #0F172A; }
.hero h1 .grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1rem; color: #475569; line-height: 1.85; max-width: 500px; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary { background: var(--grad); color: #fff; padding: 13px 28px; border-radius: 10px; font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 28px rgba(37,99,235,.38); transition: all .2s; white-space: nowrap; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(37,99,235,.48); color: #fff; }
.btn-ghost-dark { background: #F1F5F9; color: #0F172A; padding: 13px 28px; border-radius: 10px; font-weight: 600; font-size: .9rem; border: 1px solid #E2E8F0; transition: all .2s; white-space: nowrap; }
.btn-ghost-dark:hover { background: #E2E8F0; border-color: rgba(37,99,235,.30); color: var(--blue); }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; padding: 13px 28px; border-radius: 10px; font-weight: 600; font-size: .9rem; border: 1px solid rgba(255,255,255,.15); transition: all .2s; white-space: nowrap; }
.btn-ghost:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.35); color: #fff; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--border-light); }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: .76rem; color: #64748B; }
.trust-item strong { color: #0F172A; }
.hero-card { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.06); }
.hc-label { font-size: .62rem; font-weight: 700; color: #94A3B8; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 2px; }
.rank-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 12px 15px; transition: border-color .2s; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.rank-row:hover { border-color: rgba(37,99,235,.30); }
.rank-icon { width: 40px; height: 40px; border-radius: 9px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.rank-kw { font-size: .83rem; font-weight: 600; color: #0F172A; }
.rank-sub { font-size: .7rem; color: #94A3B8; margin-top: 1px; }
.rank-badge { background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.25); color: #059669; font-size: .7rem; font-weight: 800; padding: 4px 9px; border-radius: 6px; white-space: nowrap; }
.rank-badge.r2 { background: rgba(37,99,235,.10); border-color: rgba(37,99,235,.20); color: var(--blue); }
.rank-badge.r3 { background: rgba(249,115,22,.10); border-color: rgba(249,115,22,.20); color: #EA6C0A; }
.hc-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #E2E8F0; padding-top: 12px; font-size: .72rem; color: #94A3B8; }
.hc-footer strong { color: #0F172A; }

/* =============================================
   PAGE HERO (Service / Industry) — LIGHT
============================================= */
.page-hero { background: #fff; background-image: radial-gradient(ellipse 60% 70% at 80% 50%, rgba(37,99,235,.06) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 5% 70%, rgba(124,58,237,.04) 0%, transparent 55%); padding: 64px var(--ph) 72px; color: var(--text); position: relative; overflow: hidden; border-bottom: 1px solid var(--border-light); }
.page-hero::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%232563EB' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.ph-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.ph-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #EFF6FF; border: 1px solid rgba(37,99,235,.20); color: var(--blue); font-size: .68rem; font-weight: 700; padding: 5px 14px; border-radius: 100px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.ph-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: pulse 2s infinite; }
.page-hero h1 { font-size: 2.9rem; font-weight: 900; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 18px; color: #0F172A; }
.page-hero h1 .grad { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero .sub { font-size: .97rem; color: #475569; line-height: 1.85; max-width: 500px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.htp { display: flex; align-items: center; gap: 6px; background: #EFF6FF; border: 1px solid rgba(37,99,235,.15); border-radius: 8px; padding: 7px 12px; font-size: .75rem; color: #475569; white-space: nowrap; }
.htp strong { color: #0F172A; }
.audit-card { background: var(--bg); border: 1px solid var(--border-dark); border-radius: 20px; padding: 28px; backdrop-filter: blur(10px); }
.ac-title { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 5px; }
.ac-sub { font-size: .79rem; color: rgba(255,255,255,.42); margin-bottom: 20px; }
.ac-form { display: flex; flex-direction: column; gap: 10px; }
.ac-input { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; padding: 12px 14px; color: #fff; font-family: 'Inter',sans-serif; font-size: .84rem; outline: none; transition: border-color .2s; width: 100%; }
.ac-input:focus { border-color: rgba(37,99,235,.60); }
.ac-input::placeholder { color: rgba(255,255,255,.28); }
.ac-btn { background: var(--grad); color: #fff; padding: 13px; border-radius: 9px; font-weight: 700; font-size: .88rem; border: none; cursor: pointer; font-family: 'Inter',sans-serif; transition: all .2s; box-shadow: 0 4px 20px rgba(37,99,235,.30); width: 100%; }
.ac-btn:hover { box-shadow: 0 8px 30px rgba(37,99,235,.45); transform: translateY(-1px); }
.ac-note { font-size: .7rem; color: rgba(255,255,255,.28); text-align: center; margin-top: 4px; }
.ac-badges { display: flex; justify-content: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.ac-badge { font-size: .67rem; color: rgba(255,255,255,.38); display: flex; align-items: center; gap: 4px; }

/* =============================================
   BREADCRUMB
============================================= */
.breadcrumb { background: var(--bg2); border-bottom: 1px solid var(--border-dark); padding: 12px var(--ph); }
.bc-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: .75rem; color: rgba(255,255,255,.32); flex-wrap: wrap; }
.bc-inner a { color: rgba(255,255,255,.32); transition: color .2s; }
.bc-inner a:hover { color: var(--blue-light); }
.bc-sep { opacity: .4; }
.bc-current { color: rgba(255,255,255,.72); font-weight: 600; }

/* =============================================
   STATS BAR
============================================= */
.stats-bar { background: var(--grad); display: flex; }
.sb-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.15); text-align: center; }
.sb-item:last-child { border-right: none; }
.sb-num { font-size: 1.9rem; font-weight: 900; color: #fff; line-height: 1; }
.sb-lbl { font-size: .73rem; color: rgba(255,255,255,.82); margin-top: 5px; font-weight: 500; }

/* =============================================
   SHARED UTILITIES
============================================= */
.sec-wrap { max-width: var(--max); margin: 0 auto; }
.tag { display: inline-block; background: #EFF6FF; color: var(--blue); font-size: .67rem; font-weight: 700; padding: 4px 13px; border-radius: 100px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.tag-dark { display: inline-block; background: var(--blue-bg); border: 1px solid var(--blue-border); color: var(--blue-light); font-size: .67rem; font-weight: 700; padding: 4px 13px; border-radius: 100px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.h2 { font-size: 2.1rem; font-weight: 900; letter-spacing: -.025em; line-height: 1.12; margin-bottom: 12px; }
.h2-white { color: #fff; }
.sub { font-size: .95rem; color: var(--muted); line-height: 1.78; max-width: 580px; margin-bottom: 40px; }
.sub-white { color: rgba(255,255,255,.50); }
.tc { text-align: center; }
.tc .sub { margin: 0 auto 40px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* =============================================
   WHY US SECTION
============================================= */
.why-sec { background: #fff; padding: 72px var(--ph); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 8px; }
.why-card { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 14px; padding: 22px; transition: all .2s; position: relative; overflow: hidden; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(37,99,235,.09); border-color: rgba(37,99,235,.20); }
.why-card:hover::before { transform: scaleX(1); }
.wc-icon { width: 46px; height: 46px; border-radius: 11px; background: linear-gradient(135deg,#EFF6FF,#DBEAFE); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 13px; }
.why-card h3 { font-size: .9rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.why-card p { font-size: .79rem; color: var(--muted); line-height: 1.65; }

/* =============================================
   SERVICES SECTION (Homepage)
============================================= */
.svc-sec { background: var(--off-white); padding: 72px var(--ph); }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.svc-card { background: #fff; border: 1px solid var(--border-light); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; transition: all .25s; position: relative; }
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.08); border-color: rgba(37,99,235,.25); }
.svc-card.hero-svc { background: linear-gradient(140deg,#05060F 0%,#0C1A3A 100%); border-color: rgba(37,99,235,.35); grid-column: span 2; }
.svc-card.hero-svc h3 { color: #fff; font-size: 1.05rem; }
.svc-card.hero-svc p { color: rgba(255,255,255,.50); }
.svc-card.hero-svc .svc-ul li { color: rgba(255,255,255,.50); }
.svc-feat-badge { position: absolute; top: 14px; right: 14px; background: var(--grad); color: #fff; font-size: .61rem; font-weight: 800; padding: 3px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: .07em; }
.svc-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg,#EFF6FF,#DBEAFE); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 13px; transition: background .2s; }
.svc-card.hero-svc .svc-icon { background: var(--grad); }
.svc-card:not(.hero-svc):hover .svc-icon { background: linear-gradient(135deg,#DBEAFE,#BFDBFE); }
.svc-card h3 { font-size: .9rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.svc-card p { font-size: .79rem; color: var(--muted); line-height: 1.62; flex: 1; }
.svc-ul { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 5px; }
.svc-ul li { font-size: .75rem; color: var(--muted); display: flex; align-items: flex-start; gap: 6px; }
.svc-ul li::before { content: '→'; color: var(--blue); flex-shrink: 0; font-weight: 700; }
.svc-link { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-weight: 700; font-size: .78rem; margin-top: 13px; transition: gap .2s; }
.svc-card.hero-svc .svc-link { color: var(--blue-light); }
.svc-link:hover { gap: 8px; }
.svc-pct { position: absolute; bottom: 14px; right: 14px; font-size: .68rem; font-weight: 700; color: rgba(37,99,235,.35); }

/* =============================================
   RESULTS SECTION
============================================= */
.results-sec { background: var(--bg); padding: 72px var(--ph); color: #fff; }
.res-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.res-card { background: rgba(255,255,255,.03); border: 1px solid var(--border-dark); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; transition: all .2s; }
.res-card:hover { background: rgba(37,99,235,.08); border-color: rgba(37,99,235,.30); }
.res-tag { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--blue-light); margin-bottom: 13px; }
.res-num { font-size: 2.8rem; font-weight: 900; color: var(--blue-light); line-height: 1; display: block; margin-bottom: 10px; }
.res-card h3 { font-size: .92rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.res-card p { font-size: .81rem; color: rgba(255,255,255,.44); line-height: 1.72; flex: 1; }
.res-meta { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.res-pill { background: rgba(255,255,255,.05); border: 1px solid var(--border-dark); color: rgba(255,255,255,.45); font-size: .69rem; font-weight: 600; padding: 3px 9px; border-radius: 6px; }
.results-sec.light { background: #fff; color: var(--text); }
.results-sec.light .res-card { background: var(--off-white); border-color: var(--border-light); }
.results-sec.light .res-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--grad); }
.results-sec.light .res-card { position: relative; overflow: hidden; }
.results-sec.light .res-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(37,99,235,.08); border-color: var(--border-light); background: var(--off-white); }
.results-sec.light .res-tag { color: var(--blue); }
.results-sec.light .res-num { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.results-sec.light .res-card h3 { color: var(--text); }
.results-sec.light .res-card p { color: var(--muted); }
.results-sec.light .res-pill { background: var(--light); border-color: transparent; color: var(--muted); }

/* =============================================
   PROCESS
============================================= */
.process-sec { background: var(--off-white); padding: 72px var(--ph); }
.process-timeline { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; margin-top: 44px; }
.process-timeline::before { content: ''; position: absolute; top: 31px; left: calc(8.33% + 1px); right: calc(8.33% + 1px); height: 2px; background: linear-gradient(90deg,transparent,var(--blue) 10%,var(--blue) 90%,transparent); z-index: 0; }
.pt-step { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; padding: 0 4px; }
.pt-dot { width: 62px; height: 62px; border-radius: 50%; background: #fff; border: 2px solid var(--border-light); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 14px; transition: all .3s; flex-shrink: 0; position: relative; }
.pt-step:hover .pt-dot { border-color: var(--blue); background: linear-gradient(135deg,#EFF6FF,#DBEAFE); box-shadow: 0 0 0 8px rgba(37,99,235,.06); }
.pt-num { position: absolute; top: -5px; right: -4px; width: 18px; height: 18px; border-radius: 50%; background: var(--grad); color: #fff; font-size: .58rem; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.pt-step h3 { font-size: .82rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.pt-step p { font-size: .71rem; color: var(--muted); line-height: 1.55; max-width: 108px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 40px; }
.proc-card { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 14px; padding: 22px; position: relative; transition: all .2s; overflow: hidden; }
.proc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.proc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(37,99,235,.08); border-color: rgba(37,99,235,.20); }
.proc-card:hover::before { transform: scaleX(1); }
.proc-step { font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--blue); margin-bottom: 9px; }
.proc-icon { font-size: 1.6rem; margin-bottom: 9px; }
.proc-card h3 { font-size: .9rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.proc-card p { font-size: .78rem; color: var(--muted); line-height: 1.62; }

/* =============================================
   CTA STRIP
============================================= */
.cta-strip { background: var(--grad); padding: 20px var(--ph); }
.cta-strip-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cta-strip p { font-size: .97rem; font-weight: 700; color: #fff; line-height: 1.4; }
.cta-strip p span { font-weight: 400; font-size: .86rem; opacity: .88; }
.cs-btn { background: #fff; color: var(--blue); padding: 10px 26px; border-radius: 8px; font-weight: 800; font-size: .86rem; white-space: nowrap; flex-shrink: 0; transition: transform .15s; box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.cs-btn:hover { transform: scale(1.03); color: var(--blue); }

/* =============================================
   PRICING
============================================= */
.pricing-sec { background: #fff; padding: 72px var(--ph); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: start; margin-top: 8px; }
.plan-card { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 18px; padding: 28px; position: relative; transition: all .2s; }
.plan-card.popular { background: var(--bg); border-color: rgba(37,99,235,.40); transform: scale(1.03); box-shadow: 0 20px 60px rgba(37,99,235,.15); }
.plan-card:not(.popular):hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.06); }
.pop-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: .65rem; font-weight: 800; padding: 4px 16px; border-radius: 100px; white-space: nowrap; }
.plan-name { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 8px; }
.plan-card.popular .plan-name { color: rgba(255,255,255,.45); }
.plan-price { font-size: 2.3rem; font-weight: 900; color: var(--text); line-height: 1; margin-bottom: 4px; }
.plan-card.popular .plan-price { color: #fff; }
.plan-period { font-size: .78rem; color: var(--muted); margin-bottom: 16px; }
.plan-card.popular .plan-period { color: rgba(255,255,255,.40); }
.plan-for { font-size: .76rem; color: var(--muted); background: var(--light); border-radius: 6px; padding: 6px 10px; margin-bottom: 18px; font-weight: 600; }
.plan-card.popular .plan-for { background: rgba(255,255,255,.06); color: rgba(255,255,255,.50); }
.plan-ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.plan-ul li { display: flex; align-items: flex-start; gap: 8px; font-size: .81rem; color: var(--text); }
.plan-card.popular .plan-ul li { color: rgba(255,255,255,.72); }
.plan-ul li::before { content: '✓'; color: var(--blue); font-weight: 800; flex-shrink: 0; font-size: .78rem; }
.plan-card.popular .plan-ul li::before { color: var(--blue-light); }
.plan-btn { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px; border-radius: 10px; font-weight: 700; font-size: .86rem; transition: all .2s; }
.plan-btn.light { background: var(--off-white); color: var(--text); border: 1px solid var(--border-light); }
.plan-btn.light:hover { background: var(--light); border-color: rgba(37,99,235,.30); }
.plan-btn.grad { background: var(--grad); color: #fff; box-shadow: 0 4px 20px rgba(37,99,235,.30); }
.plan-btn.grad:hover { box-shadow: 0 8px 30px rgba(37,99,235,.45); transform: translateY(-1px); }
.plan-btn.dark { background: rgba(255,255,255,.08); color: rgba(255,255,255,.80); border: 1px solid var(--border-dark); }
.plan-btn.dark:hover { background: rgba(255,255,255,.12); }
.plan-note { text-align: center; margin-top: 20px; font-size: .78rem; color: var(--muted); }
.pricing-sec.dark { background: var(--bg); }
.pricing-sec.dark .plan-card { background: rgba(255,255,255,.04); border-color: var(--border-dark); }
.pricing-sec.dark .plan-card.popular { background: rgba(37,99,235,.10); border-color: rgba(37,99,235,.45); transform: scale(1.04); box-shadow: 0 20px 60px rgba(37,99,235,.18); }
.pricing-sec.dark .plan-name { color: rgba(255,255,255,.40); }
.pricing-sec.dark .plan-price { color: #fff; }
.pricing-sec.dark .plan-period { color: rgba(255,255,255,.35); }
.pricing-sec.dark .plan-for { background: rgba(255,255,255,.05); color: rgba(255,255,255,.40); }
.pricing-sec.dark .plan-ul li { color: rgba(255,255,255,.65); }

/* =============================================
   INDUSTRIES
============================================= */
.ind-sec { background: var(--bg2); padding: 72px var(--ph); }
.ind-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.ind-card { background: rgba(255,255,255,.04); border: 1px solid var(--border-dark); border-radius: 14px; padding: 18px 14px; text-align: center; transition: all .2s; cursor: pointer; }
.ind-card:hover { background: rgba(37,99,235,.10); border-color: rgba(37,99,235,.35); transform: translateY(-3px); }
.ind-big { font-size: 1.9rem; margin-bottom: 8px; }
.ind-card h3 { font-size: .82rem; font-weight: 700; color: #fff; }
.ind-card p { font-size: .71rem; color: rgba(255,255,255,.38); margin-top: 3px; line-height: 1.45; }

/* =============================================
   CITIES SECTION
============================================= */
.cities-sec { background: linear-gradient(160deg,#1e3a8a 0%,#1e1b4b 60%,#0d0f1f 100%); padding: 80px var(--ph); position: relative; overflow: hidden; }
.cities-sec::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='40' cy='40' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.cities-sec .sec-wrap { position: relative; z-index: 1; }
.cities-top { text-align: center; margin-bottom: 44px; }
.cities-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: #93C5FD; font-size: .69rem; font-weight: 700; padding: 6px 18px; border-radius: 100px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.cities-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #60A5FA; animation: pulse 2s infinite; }
.cities-title { font-size: 2.2rem; font-weight: 900; color: #fff; letter-spacing: -.025em; line-height: 1.12; margin-bottom: 12px; }
.cities-title span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cities-sub { font-size: .95rem; color: rgba(255,255,255,.55); max-width: 600px; margin: 0 auto; line-height: 1.78; }
.city-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; margin-bottom: 16px; }
.city-grid-2 { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; max-width: 900px; margin: 0 auto; }
.city-card { background: #fff; border-radius: 16px; padding: 20px 14px; text-align: center; transition: all .25s; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,.18); border: 2px solid transparent; }
.city-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.35); border-color: rgba(147,197,253,.5); }
.city-flag { font-size: 2rem; margin-bottom: 9px; line-height: 1; }
.city-card h3 { font-size: .86rem; font-weight: 800; color: #1e3a8a; margin-bottom: 5px; }
.city-card p { font-size: .71rem; color: #475569; line-height: 1.45; margin-bottom: 11px; }
.city-link { color: #2563EB; font-size: .75rem; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.city-card:hover .city-link { gap: 7px; }
.cities-note { text-align: center; margin-top: 28px; padding: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; font-size: .82rem; color: rgba(255,255,255,.55); }
.cities-note strong { color: rgba(255,255,255,.85); }
.cities-cta { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #1e3a8a; padding: 11px 26px; border-radius: 10px; font-weight: 800; font-size: .88rem; margin-top: 20px; box-shadow: 0 4px 18px rgba(0,0,0,.25); transition: all .2s; }
.cities-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,.35); color: #1e3a8a; }

/* =============================================
   TESTIMONIALS
============================================= */
.testi-sec { background: #fff; padding: 72px var(--ph); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.tc-card { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; transition: all .2s; }
.tc-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,.06); transform: translateY(-3px); border-color: rgba(37,99,235,.20); }
.tc-stars { color: #F59E0B; font-size: .88rem; margin-bottom: 11px; }
.tc-q { font-size: 2.2rem; color: var(--blue); line-height: 1; margin-bottom: 8px; font-family: Georgia,serif; }
.tc-card p { font-size: .85rem; color: var(--text); line-height: 1.80; font-style: italic; flex: 1; }
.tc-div { height: 1px; background: var(--border-light); margin: 16px 0; }
.tc-author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.tc-av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .88rem; flex-shrink: 0; }
.tc-name { font-size: .86rem; font-weight: 700; color: var(--text); }
.tc-org { font-size: .72rem; color: var(--muted); }

/* =============================================
   FAQ
============================================= */
.faq-sec { background: var(--off-white); padding: 72px var(--ph); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.faq-col { display: flex; flex-direction: column; gap: 9px; }
.faq-item { background: #fff; border: 1px solid var(--border-light); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--blue); }
.faq-btn { width: 100%; background: none; border: none; display: flex; justify-content: space-between; align-items: flex-start; padding: 17px 20px; font-size: .87rem; font-weight: 700; color: var(--text); cursor: pointer; text-align: left; font-family: 'Inter',sans-serif; gap: 10px; line-height: 1.45; }
.faq-btn:hover, .faq-item.open .faq-btn { color: var(--blue); }
.faq-arrow { font-size: 1rem; color: var(--blue); flex-shrink: 0; transition: transform .3s; margin-top: 1px; }
.faq-item.open .faq-arrow { transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-body { max-height: 300px; }
.faq-body p { padding: 0 20px 16px; font-size: .83rem; color: var(--muted); line-height: 1.78; }

/* =============================================
   BLOG SECTION (Homepage)
============================================= */
.blog-sec { background: #fff; padding: 72px var(--ph); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.blog-card { border: 1px solid var(--border-light); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: all .2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.07); border-color: rgba(37,99,235,.20); }
.blog-thumb { height: 148px; background: linear-gradient(135deg,#05060F 0%,#0C1A3A 100%); display: flex; align-items: center; justify-content: center; font-size: 2.4rem; flex-shrink: 0; position: relative; overflow: hidden; }
.blog-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(37,99,235,.15),rgba(124,58,237,.15)); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 0; }
.blog-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.blog-cat { font-size: .64rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; }
.blog-body h3 { font-size: .9rem; font-weight: 700; color: var(--text); margin: 7px 0 6px; line-height: 1.48; }
.blog-body p { font-size: .79rem; color: var(--muted); line-height: 1.62; flex: 1; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; font-size: .7rem; color: var(--muted); }
.blog-read { color: var(--blue); font-weight: 600; }

/* =============================================
   FINAL CTA
============================================= */
.cta-sec { background: var(--bg); background-image: radial-gradient(ellipse 60% 80% at 50% 100%,rgba(37,99,235,.14) 0%,transparent 65%); padding: 80px var(--ph); text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-sec::before { content: 'SEO'; position: absolute; font-size: 20rem; font-weight: 900; color: rgba(37,99,235,.03); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; white-space: nowrap; letter-spacing: -.05em; }
.cta-sec h2 { font-size: 2.7rem; font-weight: 900; letter-spacing: -.025em; line-height: 1.1; margin-bottom: 14px; color: #fff; }
.cta-sec h2 .grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sec p { font-size: .97rem; color: rgba(255,255,255,.50); max-width: 540px; margin: 0 auto 36px; line-height: 1.78; }
.cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-trust-row { display: flex; justify-content: center; gap: 24px; margin-top: 22px; flex-wrap: wrap; }
.ct-badge { display: flex; align-items: center; gap: 5px; font-size: .75rem; color: rgba(255,255,255,.38); }
.ct-badge strong { color: rgba(255,255,255,.70); }

/* =============================================
   SERVICE TABS
============================================= */
.svc-tabs-sec { background: var(--off-white); padding: 72px var(--ph); }
.tabs-nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; justify-content: center; }
.tab-btn { background: #fff; border: 1px solid var(--border-light); border-radius: 9px; padding: 10px 18px; font-size: .81rem; font-weight: 600; color: var(--muted); cursor: pointer; font-family: 'Inter',sans-serif; transition: all .2s; display: flex; align-items: center; gap: 7px; }
.tab-btn:hover { border-color: rgba(37,99,235,.30); color: var(--blue); }
.tab-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 4px 16px rgba(37,99,235,.25); }
.tab-panel { display: none; }
.tab-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.tp-left h3 { font-size: 1.5rem; font-weight: 900; letter-spacing: -.02em; color: var(--text); margin-bottom: 12px; line-height: 1.22; }
.tp-left h3 .grad { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tp-left p { font-size: .9rem; color: var(--muted); line-height: 1.82; margin-bottom: 20px; }
.tp-checklist { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.tpc { display: flex; align-items: flex-start; gap: 11px; background: #fff; border: 1px solid var(--border-light); border-radius: 10px; padding: 12px 14px; transition: border-color .2s; }
.tpc:hover { border-color: rgba(37,99,235,.25); }
.tpc-check { width: 22px; height: 22px; border-radius: 5px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.tpc-text h4 { font-size: .85rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.tpc-text p { font-size: .77rem; color: var(--muted); line-height: 1.5; }
.tp-right { display: flex; flex-direction: column; gap: 12px; }
.metric-card { background: var(--bg); border: 1px solid var(--border-dark); border-radius: 16px; padding: 24px; color: #fff; }
.mc-val { font-size: 2.4rem; font-weight: 900; color: var(--blue-light); line-height: 1; display: block; margin-bottom: 6px; }
.mc-label { font-size: .88rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.mc-desc { font-size: .78rem; color: rgba(255,255,255,.44); line-height: 1.55; }
.mc-bar { height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; margin-top: 12px; overflow: hidden; }
.mc-fill { height: 100%; border-radius: 2px; background: var(--grad); }
.deliverable-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.del-item { background: var(--bg3); border: 1px solid var(--border-dark); border-radius: 9px; padding: 11px 13px; display: flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.60); }
.del-icon { font-size: .9rem; flex-shrink: 0; }

/* =============================================
   COMPARISON TABLE
============================================= */
.compare-sec { background: var(--bg2); padding: 72px var(--ph); }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 40px; }
.compare-table th { padding: 14px 18px; font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.45); text-align: left; border-bottom: 1px solid var(--border-dark); }
.compare-table th.hl { color: var(--blue-light); background: rgba(37,99,235,.08); }
.compare-table td { padding: 14px 18px; font-size: .83rem; border-bottom: 1px solid rgba(255,255,255,.04); color: rgba(255,255,255,.60); vertical-align: middle; }
.compare-table td.hl { background: rgba(37,99,235,.06); color: rgba(255,255,255,.80); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: rgba(255,255,255,.02); }
.tick { color: #10B981; font-size: 1rem; }
.cross { color: #EF4444; font-size: 1rem; }
.feat-label { font-weight: 700; color: rgba(255,255,255,.80); }

/* =============================================
   TOOLS
============================================= */
.tools-sec { background: var(--off-white); padding: 72px var(--ph); }
.tools-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.tool-card { background: #fff; border: 1px solid var(--border-light); border-radius: 12px; padding: 18px; display: flex; align-items: center; gap: 12px; transition: all .2s; }
.tool-card:hover { border-color: rgba(37,99,235,.30); box-shadow: 0 8px 24px rgba(0,0,0,.05); transform: translateY(-2px); }
.tool-icon { width: 40px; height: 40px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.tool-card h4 { font-size: .82rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.tool-card p { font-size: .71rem; color: var(--muted); }

/* =============================================
   INDUSTRY PAGE
============================================= */
.ph-ind-badge { display: inline-flex; align-items: center; gap: 8px; background: #EFF6FF; border: 1px solid rgba(37,99,235,.20); color: var(--blue); font-size: .69rem; font-weight: 700; padding: 6px 16px; border-radius: 100px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.challenge-card { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 20px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.cc-label { font-size: .62rem; font-weight: 700; color: #94A3B8; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 14px; }
.pain-item { display: flex; align-items: flex-start; gap: 11px; background: #fff; border: 1px solid var(--border-light); border-radius: 11px; padding: 12px 14px; margin-bottom: 9px; transition: border-color .2s; }
.pain-item:hover { border-color: rgba(37,99,235,.25); }
.pain-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(239,68,68,.10); border: 1px solid rgba(239,68,68,.20); display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.pain-icon.solve { background: rgba(16,185,129,.10); border-color: rgba(16,185,129,.20); }
.pain-text { font-size: .81rem; color: #475569; line-height: 1.55; }
.pain-text strong { color: #0F172A; display: block; margin-bottom: 1px; }
.cs-sec { background: #fff; padding: 72px var(--ph); }
.cs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.cs-card { border-radius: 16px; padding: 24px; display: flex; gap: 14px; transition: all .2s; }
.cs-card.problem { background: var(--off-white); border: 1px solid var(--border-light); }
.cs-card.problem:hover { border-color: rgba(239,68,68,.25); box-shadow: 0 8px 24px rgba(239,68,68,.05); }
.cs-card.solution { background: linear-gradient(140deg,#EFF6FF,#DBEAFE); border: 1px solid rgba(37,99,235,.20); }
.cs-card.solution:hover { border-color: rgba(37,99,235,.40); box-shadow: 0 8px 24px rgba(37,99,235,.08); }
.cs-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.cs-icon.prob { background: rgba(239,68,68,.10); }
.cs-icon.sol { background: rgba(37,99,235,.12); }
.cs-card h3 { font-size: .88rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.cs-card p { font-size: .79rem; color: var(--muted); line-height: 1.62; }
.cs-col-head { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 13px; display: flex; align-items: center; gap: 7px; }
.cs-col-head.prob { color: #EF4444; }
.cs-col-head.sol { color: var(--blue); }
.other-ind-sec { background: var(--off-white); padding: 72px var(--ph); }
.other-ind-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.oi-card { background: #fff; border: 1px solid var(--border-light); border-radius: 14px; padding: 20px; text-align: center; transition: all .2s; }
.oi-card:hover { border-color: rgba(37,99,235,.25); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(37,99,235,.07); }
.oi-icon { font-size: 2rem; margin-bottom: 8px; }
.oi-card h3 { font-size: .85rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.oi-card p { font-size: .74rem; color: var(--muted); line-height: 1.5; margin-bottom: 10px; }
.oi-link { color: var(--blue); font-size: .76rem; font-weight: 700; }
.result-sec { background: var(--bg); padding: 72px var(--ph); color: #fff; }
.result-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.ri-left h2 { font-size: 2.0rem; font-weight: 900; color: #fff; letter-spacing: -.022em; margin-bottom: 14px; line-height: 1.18; }
.ri-left h2 .grad { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ri-left p { font-size: .91rem; color: rgba(255,255,255,.50); line-height: 1.82; margin-bottom: 22px; }
.result-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 26px; }
.rstat { background: rgba(255,255,255,.05); border: 1px solid var(--border-dark); border-radius: 12px; padding: 16px; text-align: center; transition: all .2s; }
.rstat:hover { border-color: rgba(37,99,235,.30); background: rgba(37,99,235,.08); }
.rstat-val { font-size: 1.9rem; font-weight: 900; color: var(--blue-light); line-height: 1; display: block; margin-bottom: 4px; }
.rstat-lbl { font-size: .71rem; color: rgba(255,255,255,.38); line-height: 1.4; }
.timeline-steps { display: flex; flex-direction: column; gap: 10px; }
.ts-step { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start; }
.ts-num { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; font-weight: 800; font-size: .82rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ts-text h4 { font-size: .85rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.ts-text p { font-size: .77rem; color: rgba(255,255,255,.46); line-height: 1.52; }
.topics-sec { background: var(--bg2); padding: 72px var(--ph); }
.topics-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 36px; }
.topic-card { background: rgba(255,255,255,.04); border: 1px solid var(--border-dark); border-radius: 13px; padding: 18px; transition: all .2s; }
.topic-card:hover { border-color: rgba(37,99,235,.30); background: rgba(37,99,235,.07); }
.topic-type { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.30); margin-bottom: 6px; }
.topic-card h4 { font-size: .84rem; font-weight: 700; color: #fff; margin-bottom: 4px; line-height: 1.4; }
.topic-card p { font-size: .74rem; color: rgba(255,255,255,.40); line-height: 1.52; }
.topic-vol { margin-top: 8px; font-size: .69rem; font-weight: 700; color: var(--blue-light); }
.testi-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.tf-card { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 18px; padding: 32px; display: flex; flex-direction: column; transition: all .2s; }
.tf-card:hover { box-shadow: 0 16px 40px rgba(0,0,0,.06); border-color: rgba(37,99,235,.18); }
.tf-stars { color: #F59E0B; font-size: .92rem; margin-bottom: 12px; }
.tf-q { font-size: 2.4rem; color: var(--blue); line-height: 1; margin-bottom: 10px; font-family: Georgia,serif; }
.tf-card p { font-size: .88rem; color: var(--text); line-height: 1.82; font-style: italic; flex: 1; }
.tf-div { height: 1px; background: var(--border-light); margin: 18px 0; }
.tf-author { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.tf-av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .92rem; flex-shrink: 0; }
.tf-name { font-size: .88rem; font-weight: 700; color: var(--text); }
.tf-org { font-size: .74rem; color: var(--muted); }
.tf-results { background: var(--bg); border-radius: 18px; padding: 32px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.tfr-label { font-size: .62rem; font-weight: 700; color: rgba(255,255,255,.25); text-transform: uppercase; letter-spacing: .13em; margin-bottom: 4px; }
.tfr-stat { font-size: 2.6rem; font-weight: 900; color: var(--blue-light); line-height: 1; }
.tfr-desc { font-size: .8rem; color: rgba(255,255,255,.45); margin-top: 3px; }
.tfr-divider { height: 1px; background: var(--border-dark); }

/* =============================================
   BLOG POST (single.php)
============================================= */
#reading-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: var(--grad); z-index: 10000; transition: width .08s linear; }
.breadcrumb-light { background: var(--off-white); border-bottom: 1px solid var(--border-light); padding: 11px var(--ph); }
.bc-light { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: .74rem; color: var(--muted); flex-wrap: wrap; }
.bc-light a { color: var(--muted); transition: color .2s; }
.bc-light a:hover { color: var(--blue); }
.article-hero { background: var(--bg); background-image: radial-gradient(ellipse 60% 70% at 70% 50%,rgba(37,99,235,.11) 0%,transparent 65%); padding: 56px var(--ph) 64px; color: #fff; }
.ah-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.ah-cat { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-bg); border: 1px solid var(--blue-border); color: var(--blue-light); font-size: .68rem; font-weight: 700; padding: 5px 14px; border-radius: 100px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 20px; }
.ah-cat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue-light); animation: pulse 2s infinite; }
.article-hero h1 { font-size: 2.6rem; font-weight: 900; line-height: 1.12; letter-spacing: -.028em; color: #fff; margin-bottom: 20px; font-family: 'Lora', Georgia, serif; }
.article-hero h1 em { font-style: italic; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ah-excerpt { font-size: 1rem; color: rgba(255,255,255,.54); line-height: 1.82; max-width: 650px; margin: 0 auto 28px; }
.ah-meta { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.ah-author { display: flex; align-items: center; gap: 9px; }
.ah-av { width: 38px; height: 38px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .88rem; color: #fff; flex-shrink: 0; overflow: hidden; }
.ah-av img { width: 100%; height: 100%; object-fit: cover; }
.ah-aname { font-size: .84rem; font-weight: 700; color: #fff; }
.ah-arole { font-size: .70rem; color: rgba(255,255,255,.38); }
.ah-div { height: 16px; width: 1px; background: rgba(255,255,255,.14); }
.ah-detail { font-size: .76rem; color: rgba(255,255,255,.36); display: flex; align-items: center; gap: 5px; }
.ah-detail strong { color: rgba(255,255,255,.65); }
.ah-tags { display: flex; justify-content: center; gap: 8px; margin-top: 22px; flex-wrap: wrap; }
.ah-tag { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); font-size: .67rem; font-weight: 600; padding: 4px 11px; border-radius: 6px; transition: all .2s; }
.ah-tag:hover { border-color: var(--blue-border); color: var(--blue-light); }
.article-thumb { background: var(--bg2); height: 340px; display: flex; align-items: center; justify-content: center; font-size: 7rem; position: relative; overflow: hidden; border-bottom: 1px solid var(--border-dark); }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.article-thumb::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(37,99,235,.09),rgba(124,58,237,.07)); z-index: 1; }
.article-wrap { max-width: var(--max); margin: 0 auto; padding: 52px var(--ph); display: grid; grid-template-columns: 1fr 300px; gap: 52px; align-items: start; }
.article-body { min-width: 0; }
.toc-box { background: var(--off-white); border: 1px solid var(--border-light); border-left: 4px solid var(--blue); border-radius: 12px; padding: 20px 22px; margin-bottom: 36px; }
.toc-title { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; color: var(--blue); margin-bottom: 13px; display: flex; align-items: center; gap: 7px; }
.toc-list { list-style: none; display: flex; flex-direction: column; gap: 7px; counter-reset: toc; }
.toc-list li a { font-size: .82rem; color: var(--muted); transition: color .2s; display: flex; align-items: flex-start; gap: 8px; line-height: 1.45; }
.toc-list li a::before { content: counter(toc); counter-increment: toc; background: var(--grad); color: #fff; font-size: .6rem; font-weight: 900; min-width: 18px; height: 18px; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.toc-list li a:hover { color: var(--blue); }
.toc-est { font-size: .71rem; color: var(--muted); margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--border-light); display: flex; align-items: center; gap: 5px; }
.article-content h2 { font-size: 1.58rem; font-weight: 800; color: var(--text); letter-spacing: -.02em; line-height: 1.22; margin: 44px 0 14px; font-family: 'Lora', Georgia, serif; }
.article-content h3 { font-size: 1.18rem; font-weight: 700; color: var(--text); letter-spacing: -.015em; line-height: 1.3; margin: 32px 0 11px; }
.article-content p { font-size: 1rem; color: #334155; line-height: 1.86; margin-bottom: 18px; }
.article-content strong { color: var(--text); font-weight: 700; }
.article-content em { font-style: italic; color: var(--muted); }
.article-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-content a:hover { color: var(--blue2); }
.article-content ul, .article-content ol { padding-left: 1.5rem; margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }
.article-content li { font-size: 1rem; color: #334155; line-height: 1.78; }
.article-content ul li::marker { color: var(--blue); }
.article-content ol li::marker { color: var(--blue); font-weight: 700; }
.callout { display: flex; gap: 13px; background: linear-gradient(135deg,#EFF6FF,#DBEAFE); border: 1px solid rgba(37,99,235,.22); border-left: 4px solid var(--blue); border-radius: 11px; padding: 16px 20px; margin: 26px 0; }
.callout-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.callout p { font-size: .9rem !important; color: #1E40AF !important; line-height: 1.72; margin: 0 !important; }
.callout p strong { color: #1E3A8A; }
.warn-box { display: flex; gap: 13px; background: #FFF7ED; border: 1px solid rgba(249,115,22,.22); border-left: 4px solid #F97316; border-radius: 11px; padding: 16px 20px; margin: 26px 0; }
.warn-box p { font-size: .9rem !important; color: #9A3412 !important; line-height: 1.72; margin: 0 !important; }
.success-box { display: flex; gap: 13px; background: #F0FDF4; border: 1px solid rgba(16,185,129,.22); border-left: 4px solid #10B981; border-radius: 11px; padding: 16px 20px; margin: 26px 0; }
.success-box p { font-size: .9rem !important; color: #065F46 !important; line-height: 1.72; margin: 0 !important; }
.stat-callout { background: var(--bg); border-radius: 14px; padding: 26px; margin: 28px 0; display: flex; align-items: center; gap: 22px; }
.sc-num { font-size: 3.2rem; font-weight: 900; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; flex-shrink: 0; }
.sc-text h4 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sc-text p { font-size: .82rem; color: rgba(255,255,255,.46); line-height: 1.55; }
.inline-cta { background: linear-gradient(140deg,var(--bg),#0C1A3A); border: 1px solid rgba(37,99,235,.30); border-radius: 16px; padding: 28px; margin: 36px 0; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ic-text h3 { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 6px; line-height: 1.3; }
.ic-text p { font-size: .84rem; color: rgba(255,255,255,.46); line-height: 1.6; margin: 0; }
.ic-btn { background: var(--grad); color: #fff; padding: 11px 24px; border-radius: 9px; font-weight: 700; font-size: .86rem; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; flex-shrink: 0; box-shadow: 0 4px 18px rgba(37,99,235,.30); transition: all .2s; }
.ic-btn:hover { box-shadow: 0 8px 28px rgba(37,99,235,.45); transform: translateY(-1px); color: #fff; }
.share-bar { display: flex; align-items: center; gap: 10px; padding: 20px 0; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); margin: 36px 0; flex-wrap: wrap; }
.share-label { font-size: .78rem; font-weight: 700; color: var(--muted); margin-right: 4px; }
.share-btn { display: flex; align-items: center; gap: 6px; background: var(--off-white); border: 1px solid var(--border-light); border-radius: 8px; padding: 8px 14px; font-size: .78rem; font-weight: 600; color: var(--text); cursor: pointer; transition: all .2s; font-family: 'Inter',sans-serif; }
.share-btn:hover { border-color: rgba(37,99,235,.30); color: var(--blue); background: var(--light); }
.copy-link-btn { margin-left: auto; background: var(--off-white); border: 1px solid var(--border-light); border-radius: 8px; padding: 8px 14px; font-size: .75rem; font-weight: 600; color: var(--muted); cursor: pointer; transition: all .2s; font-family: 'Inter',sans-serif; }
.copy-link-btn:hover { border-color: rgba(37,99,235,.30); color: var(--blue); }
.author-bio { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 16px; padding: 28px; margin: 36px 0; display: flex; gap: 18px; align-items: flex-start; }
.bio-av { width: 56px; height: 56px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; color: #fff; flex-shrink: 0; overflow: hidden; }
.bio-av img { width: 100%; height: 100%; object-fit: cover; }
.bio-name { font-size: .95rem; font-weight: 800; color: var(--text); margin-bottom: 3px; }
.bio-role { font-size: .74rem; color: var(--muted); margin-bottom: 9px; display: flex; align-items: center; gap: 6px; }
.bio-badge { background: var(--blue-bg); border: 1px solid var(--blue-border); color: var(--blue); font-size: .61rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.bio-text { font-size: .83rem; color: var(--muted); line-height: 1.72; }
.related-sec { background: var(--off-white); padding: 52px var(--ph); }
.related-inner { max-width: var(--max); margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 28px; }
.rel-card { background: #fff; border: 1px solid var(--border-light); border-radius: 14px; overflow: hidden; transition: all .2s; display: block; }
.rel-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,.07); border-color: rgba(37,99,235,.18); }
.rel-thumb { height: 120px; background: linear-gradient(135deg,var(--bg),#0C1A3A); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; position: relative; overflow: hidden; }
.rel-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.rel-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(37,99,235,.10),rgba(124,58,237,.08)); }
.rel-body { padding: 16px; }
.rel-cat { font-size: .63rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; }
.rel-body h3 { font-size: .87rem; font-weight: 700; color: var(--text); margin: 5px 0; line-height: 1.48; }
.rel-body p { font-size: .77rem; color: var(--muted); line-height: 1.58; }
.rel-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; font-size: .69rem; color: var(--muted); }
.rel-read { color: var(--blue); font-weight: 600; }
.article-sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-toc { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 14px; padding: 20px; }
.stoc-title { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; color: var(--blue); margin-bottom: 13px; display: flex; align-items: center; gap: 6px; }
.stoc-list { list-style: none; display: flex; flex-direction: column; gap: 5px; counter-reset: stoc; }
.stoc-list li a { font-size: .79rem; color: var(--muted); display: flex; align-items: flex-start; gap: 7px; line-height: 1.42; transition: color .2s; padding: 3px 0; }
.stoc-list li a::before { content: counter(stoc); counter-increment: stoc; background: var(--grad); color: #fff; font-size: .58rem; font-weight: 900; min-width: 16px; height: 16px; border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.stoc-list li a:hover, .stoc-list li a.active { color: var(--blue); }
.stoc-list li a.active::before { background: var(--blue); }
.sidebar-cta { background: var(--bg); border-radius: 14px; padding: 22px; color: #fff; }
.scta-eyebrow { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.30); margin-bottom: 10px; }
.scta-title { font-size: 1rem; font-weight: 800; line-height: 1.3; margin-bottom: 8px; color: #fff; }
.scta-title .grad { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.scta-text { font-size: .78rem; color: rgba(255,255,255,.44); line-height: 1.65; margin-bottom: 16px; }
.scta-btn { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--grad); color: #fff; padding: 11px 16px; border-radius: 9px; font-weight: 700; font-size: .84rem; transition: all .2s; box-shadow: 0 4px 18px rgba(37,99,235,.28); }
.scta-btn:hover { box-shadow: 0 8px 28px rgba(37,99,235,.42); transform: translateY(-1px); color: #fff; }
.scta-badges { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.scta-badge { font-size: .65rem; color: rgba(255,255,255,.35); display: flex; align-items: center; gap: 4px; }
.sidebar-related { background: var(--off-white); border: 1px solid var(--border-light); border-radius: 14px; padding: 18px; }
.sr-title { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 12px; }
.sr-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sr-list li a { font-size: .81rem; color: var(--text); line-height: 1.45; transition: color .2s; display: flex; align-items: flex-start; gap: 7px; }
.sr-list li a::before { content: '→'; color: var(--blue); flex-shrink: 0; font-weight: 700; }
.sr-list li a:hover { color: var(--blue); }

/* =============================================
   ARCHIVE (Blog Listing)
============================================= */
.archive-hero { background: #fff; background-image: radial-gradient(ellipse 60% 60% at 80% 40%,rgba(37,99,235,.05) 0%,transparent 65%); padding: 56px var(--ph) 48px; border-bottom: 1px solid var(--border-light); }
.archive-inner { max-width: var(--max); margin: 0 auto; }
.archive-hero h1 { font-size: 2.4rem; font-weight: 900; color: #0F172A; letter-spacing: -.025em; margin-bottom: 10px; }
.archive-hero p { font-size: .97rem; color: #64748B; line-height: 1.72; max-width: 500px; }
.archive-wrap { max-width: var(--max); margin: 0 auto; padding: 52px var(--ph); display: grid; grid-template-columns: 1fr 300px; gap: 48px; }
.archive-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.archive-card { background: #fff; border: 1px solid var(--border-light); border-radius: 16px; overflow: hidden; display: grid; grid-template-columns: 200px 1fr; transition: all .2s; }
.archive-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.07); border-color: rgba(37,99,235,.18); }
.archive-thumb { background: linear-gradient(135deg,var(--bg),#0C1A3A); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; position: relative; overflow: hidden; }
.archive-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.archive-body { padding: 22px 24px; display: flex; flex-direction: column; }
.archive-cat { font-size: .63rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.archive-body h2 { font-size: 1.1rem; font-weight: 800; color: #0F172A; margin-bottom: 8px; line-height: 1.38; }
.archive-body h2 a { color: #0F172A; transition: color .2s; }
.archive-body h2 a:hover { color: var(--blue); }
.archive-body p { font-size: .84rem; color: #64748B; line-height: 1.68; flex: 1; }
.archive-meta { display: flex; align-items: center; gap: 14px; margin-top: 14px; font-size: .72rem; color: #94A3B8; flex-wrap: wrap; }
.archive-read-more { color: var(--blue); font-weight: 700; font-size: .8rem; margin-top: 12px; display: inline-flex; align-items: center; gap: 5px; transition: gap .2s; }
.archive-read-more:hover { gap: 8px; color: var(--blue); }
.archive-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 36px; flex-wrap: wrap; }
.page-numbers { background: #fff; border: 1px solid var(--border-light); color: #64748B; padding: 8px 14px; border-radius: 8px; font-size: .83rem; font-weight: 600; transition: all .2s; }
.page-numbers:hover, .page-numbers.current { background: var(--blue); border-color: var(--blue); color: #fff; }
.blog-sidebar { display: flex; flex-direction: column; gap: 20px; }
.widget-box { background: #fff; border: 1px solid var(--border-light); border-radius: 14px; padding: 22px; }
.widget-title { font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #0F172A; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid #EFF6FF; }

/* =============================================
   FOOTER
============================================= */
footer.site-footer { background: #020308; color: rgba(255,255,255,.42); padding: 52px var(--ph) 24px; }
.ft-inner { max-width: var(--max); margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.05); align-items: start; }
.ft-brand { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 11px; }
.ft-brand span { color: var(--blue-light); }
.ft-brand img.footer-logo { height: 32px; width: auto; margin-bottom: 11px; }
.ft-tagline { font-size: .8rem; line-height: 1.72; margin-bottom: 14px; }
.ft-contact-item { display: flex; align-items: flex-start; gap: 7px; font-size: .78rem; margin-bottom: 6px; }
.ft-contact-item a { color: rgba(255,255,255,.42); transition: color .2s; }
.ft-contact-item a:hover { color: var(--blue-light); }
.ft-social { display: flex; gap: 7px; margin-top: 13px; }
.fsoc { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; font-size: .82rem; color: rgba(255,255,255,.48); transition: all .2s; }
.fsoc:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.ft-col h4 { font-size: .70rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .10em; margin-bottom: 13px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; margin: 0; padding: 0; }
.ft-col ul li a { font-size: .79rem; color: rgba(255,255,255,.38); transition: color .2s; }
.ft-col ul li a:hover { color: var(--blue-light); }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; font-size: .74rem; flex-wrap: wrap; gap: 8px; }
.footer-navigation ul { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.footer-navigation ul li a { font-size: .74rem; color: rgba(255,255,255,.38); transition: color .2s; }
.footer-navigation ul li a:hover { color: var(--blue-light); }

/* =============================================
   FLOAT BUTTON
============================================= */
.float-wrap { position: fixed; bottom: 24px; right: 24px; display: flex; flex-direction: column-reverse; align-items: flex-end; gap: 10px; z-index: 9999; }
.wa-float { width: 52px; height: 52px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37,211,102,.40); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* =============================================
   MOBILE NAV
============================================= */
.mobile-nav { display: none; position: fixed; inset: 0; background: rgba(5,6,15,.97); z-index: 998; flex-direction: column; padding: 88px var(--ph) 40px; overflow-y: auto; }
.mobile-nav.open { display: flex; }
.mobile-nav ul { list-style: none; display: flex; flex-direction: column; gap: 4px; margin: 0; padding: 0; }
.mobile-nav ul li a { display: block; padding: 14px 0; font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,.70); border-bottom: 1px solid rgba(255,255,255,.06); transition: color .2s; }
.mobile-nav ul li a:hover { color: #fff; }
.mobile-nav .nav-audit { display: inline-flex; margin-top: 24px; font-size: 1rem; padding: 13px 28px; }

/* =============================================
   WP EDITOR STYLES
============================================= */
.wp-block-image img { border-radius: 12px; }
.wp-block-quote { border-left: 4px solid var(--blue); background: var(--off-white); padding: 20px 24px; border-radius: 0 12px 12px 0; margin: 24px 0; }
.wp-block-quote p { color: #334155; font-size: 1rem; font-style: italic; }
.wp-block-separator { border: none; border-top: 1px solid var(--border-light); margin: 32px 0; }
.wp-block-code { background: var(--bg); border-radius: 11px; color: rgba(255,255,255,.80); font-size: .85rem; padding: 20px 22px; overflow-x: auto; }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .svc-card.hero-svc { grid-column: span 1; }
}
@media (max-width: 900px) {
  .hero-inner, .ph-inner, .why-grid, .svc-grid, .res-grid, .pricing-grid, .testi-grid, .faq-grid, .blog-grid, .ft-top, .ind-grid { grid-template-columns: 1fr !important; }
  .svc-card.hero-svc { grid-column: span 1; }
  .process-timeline { grid-template-columns: 1fr 1fr; gap: 20px; }
  .process-timeline::before { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.1rem; }
  .page-hero h1 { font-size: 2rem; }
  .stats-bar { flex-wrap: wrap; }
  .sb-item { min-width: 50%; }
  .compare-table { font-size: .75rem; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .city-grid, .city-grid-2 { grid-template-columns: repeat(3,1fr) !important; }
  .article-wrap, .archive-wrap { grid-template-columns: 1fr !important; }
  .article-sidebar { position: static; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-thumb { height: 160px; }
  .result-inner, .testi-feature, .cs-grid, .other-ind-grid { grid-template-columns: 1fr !important; }
  .topics-grid, .tools-grid { grid-template-columns: 1fr 1fr !important; }
  .tab-panel.active { grid-template-columns: 1fr !important; }
  .related-grid { grid-template-columns: 1fr 1fr !important; }
  .nav-links { display: none; }
  .primary-navigation { display: none; }
  .nav-mobile-toggle { display: flex; }
}
@media (max-width: 600px) {
  .city-grid, .city-grid-2 { grid-template-columns: repeat(2,1fr) !important; }
  .process-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr !important; }
  .ft-top { grid-template-columns: 1fr !important; }
  .inline-cta { flex-direction: column; }
  .ah-meta { flex-direction: column; gap: 10px; }
  .hero h1 { font-size: 1.9rem; }
  .cta-sec h2 { font-size: 1.9rem; }
  .h2 { font-size: 1.6rem; }
}