/* ===== MEGA MENU — SERVICES ===== */
.mm-panel{position:fixed;top:64px;left:0;right:0;z-index:40;background:#fff;border-top:1px solid #f1f5f9;box-shadow:0 20px 60px rgba(30,30,92,.12)}
.mm-accent-bar{height:3px;background:linear-gradient(90deg,#EE483D,#49499A,#7c3aed,#ea580c)}
.mm-container{max-width:1280px;margin:0 auto;padding:28px 24px}
.mm-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden}
.mm-cat-cell{padding:20px;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}
.mm-cat-cell:nth-child(4n){border-right:none}
.mm-cat-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.mm-cat-icon-box{width:28px;height:28px;border-radius:8px;flex-shrink:0;background:rgba(var(--cat-r),var(--cat-g),var(--cat-b),.1);display:flex;align-items:center;justify-content:center}
.mm-cat-icon{color:var(--cat-color);font-size:.8rem}
.mm-cat-name{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--cat-color)}
.mm-cat-links{display:flex;flex-direction:column;gap:2px}
.mm-cat-link{font-size:.78rem;color:#374151;padding:5px 6px;border-radius:6px;text-decoration:none;display:block;transition:background .12s,color .12s}
.mm-cat-link:hover{background:var(--cat-hover-bg);color:var(--cat-color)}
.mm-bottom-bar{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:12px 20px;background:#f8f9ff;border-radius:12px;border:1px solid #eef0fb}
.mm-bottom-bar-text{font-size:.75rem;color:#6b7280}
.mm-bottom-bar-text strong{color:#1e1e5c}
.mm-bottom-bar-link{font-size:.75rem;font-weight:700;color:#fff;background:#EE483D;text-decoration:none;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:8px}
.mm-bottom-bar-link:hover{background:#d43c31}

/* ===== MEGA MENU — INDUSTRIES ===== */
.ind-panel{position:absolute;top:calc(100% + 10px);left:-16px;width:520px;background:#fff;border-radius:16px;box-shadow:0 24px 64px rgba(30,30,92,.14),0 0 0 1px rgba(73,73,154,.08);z-index:50;overflow:hidden}
.ind-header{padding:12px 20px;background:linear-gradient(135deg,#f8f9ff,#eef0fb);border-bottom:1px solid #eef0fb;display:flex;align-items:center;justify-content:space-between}
.ind-header-title{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#49499A}
.ind-header-count{font-size:.68rem;color:#9ca3af}
.ind-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:10px}
.ind-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:background .15s}
.ind-item:hover{background:#f8f9ff}
.ind-icon-box{width:36px;height:36px;min-width:36px;border-radius:9px;display:flex;align-items:center;justify-content:center}
.ind-icon-box i{font-size:.95rem}
.ind-item-name{font-weight:700;color:#111827;font-size:.82rem;margin:0 0 2px}
.ind-item-desc{color:#9ca3af;font-size:.7rem;margin:0;line-height:1.4}
.ind-ecommerce  .ind-icon-box{background:rgba(238,72,61,.1)}   .ind-ecommerce  .ind-icon-box i{color:#EE483D}
.ind-education  .ind-icon-box{background:rgba(234,179,8,.1)}   .ind-education  .ind-icon-box i{color:#ca8a04}
.ind-healthcare .ind-icon-box{background:rgba(239,68,68,.1)}   .ind-healthcare .ind-icon-box i{color:#ef4444}
.ind-startup    .ind-icon-box{background:rgba(124,58,237,.1)}  .ind-startup    .ind-icon-box i{color:#7c3aed}
.ind-news       .ind-icon-box{background:rgba(14,165,233,.1)}  .ind-news       .ind-icon-box i{color:#0ea5e9}
.ind-travel     .ind-icon-box{background:rgba(20,184,166,.1)}  .ind-travel     .ind-icon-box i{color:#14b8a6}
.ind-restaurant .ind-icon-box{background:rgba(234,88,12,.1)}   .ind-restaurant .ind-icon-box i{color:#ea580c}
.ind-realestate .ind-icon-box{background:rgba(16,185,129,.1)}  .ind-realestate .ind-icon-box i{color:#10b981}
.ind-footer{padding:10px 20px;background:#f8f9ff;border-top:1px solid #eef0fb;display:flex;align-items:center;justify-content:space-between}
.ind-footer-text{font-size:.72rem;color:#6b7280}
.ind-footer-text strong{color:#1e1e5c}
.ind-footer-link{font-size:.72rem;font-weight:700;color:#EE483D;text-decoration:none;display:flex;align-items:center;gap:4px}

/* Mobile accordion category label — color via CSS var set on element */
.mm-mobile-cat-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding-left:.5rem;margin-bottom:.25rem;color:var(--cat-color,#49499A)}

/* ===== BACK TO TOP BUTTON ===== */
#back-to-top{position:fixed;bottom:24px;right:24px;z-index:999;width:44px;height:44px;border-radius:50%;background:#EE483D;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(238,72,61,.4);opacity:0;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}
#back-to-top i{font-size:1.1rem;line-height:1}

/* ===== SIDEBAR SPACING (blog sidebar + homepage SEO hub) ===== */
.blog-sidebar > * + * { margin-top: 2rem; }
.seo-hub > * + * { margin-top: 2rem; }

/* ===== BLOG SIDEBAR CTA CARD ===== */
.blog-sidebar-cta { background: #1e1e5c; }
.blog-sidebar-cta-icon { color: #EE483D; }
.blog-sidebar-cta h3 { color: #fff; }
.blog-sidebar-cta p { color: rgba(255,255,255,0.7); }

/* ===== FAQ ACCORDION ===== */
.faq-item { border-bottom: 1px solid #e5e7eb; }
.faq-item:first-child { border-top: 1px solid #e5e7eb; }
.faq-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: left; padding: 14px 0; background: none; border: none; cursor: pointer; font-size: 1rem; font-weight: 700; color: #1e1e5c; gap: 12px; }
.faq-btn .faq-chevron { flex-shrink: 0; font-size: .9rem; color: #EE483D; transition: transform .25s ease; }
.faq-btn[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height .3s ease, padding .3s ease; padding-bottom: 0; }
.faq-answer.open { max-height: 600px; padding-bottom: 14px; }
.faq-answer p { margin: 0; color: #4b5563; line-height: 1.7; }

/* ===== BLOG CTA BUTTONS ===== */
.blog-cta-btn-primary { background: #EE483D; color: #fff; }
.blog-cta-btn-primary:hover { background:#c0392b !important; }
.blog-cta-btn-wa { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; }
.blog-cta-btn-wa:hover { background:rgba(255,255,255,0.2) !important; }

/* ===== BLOG POST CONTENT LINKS ===== */
.prose-custom a {
    color: #EE483D;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(238,72,61,0.35);
    text-underline-offset: 3px;
    transition: color 0.2s, text-decoration-color 0.2s;
}
.prose-custom a:hover {
    color: #1e1e5c;
    text-decoration-color: rgba(30,30,92,0.4);
}

/* ===== BASE FONT ===== */
* { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.02em; }

/* ===== TYPEWRITER ===== */
.typewrite > .wrap { border-right: 0.08em solid #EE483D; }

/* ===== HERO GRADIENT ANIMATION ===== */
@keyframes gradientShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.hero-gradient {
    background: linear-gradient(-45deg, #1e1e5c, #49499A, #2d2d7a, #3b0f6e);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
}

/* ===== FLOATING BLOBS ===== */
@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33%       { transform: translateY(-20px) rotate(5deg); }
    66%       { transform: translateY(10px) rotate(-3deg); }
}
.blob { animation: float 8s ease-in-out infinite; }
.blob-2 { animation: float 11s ease-in-out infinite reverse; }

/* ===== FADE IN UP ===== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeInUp 0.7s ease forwards; }
.fade-up-2 { animation: fadeInUp 0.9s ease forwards; }
.fade-up-3 { animation: fadeInUp 1.1s ease forwards; }

/* ===== MARQUEE ===== */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee-track { animation: marquee 20s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }

/* ===== CARD HOVER ===== */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(238,72,61,0.12);
}

/* ===== GLOW BUTTON ===== */
.btn-glow {
    box-shadow: 0 0 0 0 rgba(238,72,61,0.5);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.btn-glow:hover {
    box-shadow: 0 0 25px 4px rgba(238,72,61,0.35);
    transform: translateY(-2px);
}

/* ===== PROCESS STEP LINE ===== */
.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 28px);
    width: calc(100% - 56px);
    height: 2px;
    background: linear-gradient(to right, #EE483D, #49499A);
    opacity: 0.3;
}

/* ===== STAT COUNTER ===== */
.stat-card { transition: transform 0.3s ease; }
.stat-card:hover { transform: scale(1.05); }

/* ===== TECH ICON ===== */
.tech-icon { transition: all 0.3s ease; }
.tech-icon:hover { transform: translateY(-6px); }

/* ===== INDUSTRY BOX ===== */
.industry-box { transition: all 0.3s ease; }
.industry-box:hover { background: #EE483D; transform: translateY(-4px); }
.industry-box:hover i, .industry-box:hover h3 { color: white !important; }

/* ===== SECTION BADGE ===== */
.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(238,72,61,0.1), rgba(73,73,154,0.1));
    border: 1px solid rgba(238,72,61,0.2);
    color: #EE483D;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
}

/* ===== GRADIENT TEXT ===== */
.gradient-text {
    background: linear-gradient(135deg, #EE483D, #ff8a65);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===== GLASS CARD ===== */
.glass {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
}

/* ===== TESTIMONIAL CARD ===== */
.testimonial-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }

/* ===== SMOOTH SCROLL ===== */
html { scroll-behavior: smooth; }

/* ===== BLOG CATEGORY BADGE COLORS ===== */
.bg-blue-100   { background-color: #dbeafe; }
.text-blue-700 { color: #1d4ed8; }
.bg-green-100   { background-color: #dcfce7; }
.text-green-700 { color: #15803d; }
.bg-purple-100   { background-color: #f3e8ff; }
.text-purple-700 { color: #7e22ce; }
.bg-red-100   { background-color: #fee2e2; }
.text-red-700 { color: #b91c1c; }
.bg-orange-100   { background-color: #ffedd5; }
.text-orange-700 { color: #c2410c; }
.bg-indigo-100   { background-color: #e0e7ff; }
.text-indigo-700 { color: #4338ca; }
.bg-teal-100   { background-color: #ccfbf1; }
.text-teal-700 { color: #0f766e; }
.bg-gray-100   { background-color: #f3f4f6; }
.text-gray-700 { color: #374151; }


/* ===== BLOG POST — TABLE OF CONTENTS ===== */
.blog-toc {
    background: #f7f7ff;
    border: 1px solid #e6e6f5;
    border-left: 4px solid #EE483D;
    border-radius: 12px;
    margin: 0 0 2rem 0;
    padding: 4px 18px 14px;
}
.blog-toc-head {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e1e5c;
}
.blog-toc-head i { color: #EE483D; }
.blog-toc-arrow { font-size: 0.9rem; transition: transform .2s; }
.blog-toc-list {
    list-style: none;
    margin: 0;
    padding: 6px 0 0;
    counter-reset: toc;
}
.blog-toc-list li {
    counter-increment: toc;
    margin: 0;
    padding: 0;
}
.blog-toc-list li::before { content: none; }
.blog-toc-list a {
    display: block;
    padding: 7px 0 7px 30px;
    position: relative;
    color: #374151;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #ededf7;
    font-size: 0.97rem;
    line-height: 1.4;
}
.blog-toc-list li:last-child a { border-bottom: none; }
.blog-toc-list a::before {
    content: counter(toc);
    position: absolute;
    left: 0; top: 7px;
    width: 20px; height: 20px;
    background: #49499A;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 5px;
    display: flex; align-items: center; justify-content: center;
}
.blog-toc-list a:hover { color: #EE483D; }

/* ===== BLOG POST — PROSE CONTENT TYPOGRAPHY ===== */
.prose-custom h1 {
    font-size: 36px; font-weight: 800; color: #1e1e5c;
    margin-top: 2.5rem; margin-bottom: 1rem;
    letter-spacing: -0.02em; line-height: 1.2;
}
.prose-custom h2 {
    font-size: 28px; font-weight: 800; color: #1e1e5c;
    margin-top: 2.5rem; margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    border-left: 4px solid #EE483D; padding-left: 0.875rem;
}
.prose-custom h3 {
    font-size: 24px; font-weight: 700; color: #49499A;
    margin-top: 1.75rem; margin-bottom: 0.5rem;
}
.prose-custom h4 {
    font-size: 20px; font-weight: 700; color: #1e1e5c;
    margin-top: 1.5rem; margin-bottom: 0.5rem;
}
.prose-custom p { margin-bottom: 1.25rem; line-height: 1.8; font-size: 1.05rem; }
.prose-custom strong { color: #1e1e5c; font-weight: 700; }
.prose-custom em { font-style: italic; }

/* ── Lists ───────────────────────────────────────────────── */
.prose-custom ul,
.prose-custom ol {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
}
.prose-custom ul { list-style: none; }
.prose-custom ul > li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.6rem;
    line-height: 1.7;
}
.prose-custom ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #EE483D;
}
.prose-custom ol {
    list-style: none;
    counter-reset: li-counter;
}
.prose-custom ol > li {
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: 0.7rem;
    line-height: 1.7;
    counter-increment: li-counter;
}
.prose-custom ol > li::before {
    content: counter(li-counter);
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 1.5rem;
    height: 1.5rem;
    background: #49499A;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Nested lists */
.prose-custom li ul,
.prose-custom li ol { margin: 0.6rem 0 0.3rem 0; }

/* ── Tables ──────────────────────────────────────────────── */
.prose-custom table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.75rem 0;
    font-size: 0.95rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    border: 1px solid #eee;
}
.prose-custom thead { background: linear-gradient(135deg, #1e1e5c, #49499A); }
.prose-custom th {
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 12px 16px;
    font-size: 0.9rem;
}
.prose-custom td {
    padding: 12px 16px;
    border-top: 1px solid #f0f0f0;
    vertical-align: top;
}
.prose-custom tbody tr:nth-child(even) { background: #fafaff; }
.prose-custom tbody tr:hover { background: #f4f4ff; }

/* ── Images ──────────────────────────────────────────────── */
.prose-custom img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 1.75rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* ── Blockquote ──────────────────────────────────────────── */
.prose-custom blockquote {
    border-left: 4px solid #EE483D;
    background: #fff7f6;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #444;
}
.prose-custom blockquote p { margin-bottom: 0; }

/* ── Inline links ────────────────────────────────────────── */
.prose-custom a {
    color: #EE483D;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .15s;
}
.prose-custom a:hover { color: #c5392f; }

/* ── Code ────────────────────────────────────────────────── */
.prose-custom code {
    background: #f4f4f8;
    color: #d6336c;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 0.9em;
    font-family: 'SF Mono', Menlo, monospace;
}
.prose-custom pre {
    background: #1e1e2e;
    color: #f8f8f2;
    padding: 1.25rem;
    border-radius: 12px;
    overflow-x: auto;
    margin: 1.5rem 0;
    line-height: 1.6;
}
.prose-custom pre code { background: none; color: inherit; padding: 0; }

/* ── Mobile ──────────────────────────────────────────────── */
@media (max-width: 640px) {
    .prose-custom h1 { font-size: 26px; }
    .prose-custom h2 { font-size: 22px; }
    .prose-custom h3 { font-size: 19px; }
    .prose-custom h4 { font-size: 17px; }
    .prose-custom table { font-size: 0.85rem; }
    .prose-custom th, .prose-custom td { padding: 8px 10px; }
}

/* ===== BLOG POST — SIDEBAR CTA CARD ===== */
.post-cta-card {
    background: linear-gradient(135deg, #1e1e5c 0%, #2d2d8a 60%, #49499A 100%);
    border-radius: 20px; overflow: hidden; position: relative;
}
.post-cta-deco-1 {
    position: absolute; top: -30px; right: -30px;
    width: 120px; height: 120px;
    background: rgba(238,72,61,.12); border-radius: 50%; pointer-events: none;
}
.post-cta-deco-2 {
    position: absolute; bottom: -20px; left: -20px;
    width: 80px; height: 80px;
    background: rgba(255,255,255,.05); border-radius: 50%; pointer-events: none;
}
.post-cta-body { padding: 28px 24px; position: relative; }
.post-cta-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px;
    background: rgba(238,72,61,.15); border: 1.5px solid rgba(238,72,61,.3);
    border-radius: 14px; margin-bottom: 16px;
    font-size: 1.4rem; color: #EE483D;
}
.post-cta-title {
    color: #fff; font-size: 1.15rem; font-weight: 800;
    margin: 0 0 8px; letter-spacing: -0.02em; line-height: 1.3;
}
.post-cta-divider {
    width: 36px; height: 3px; background: #EE483D;
    border-radius: 2px; margin-bottom: 12px;
}
.post-cta-desc {
    color: rgba(255,255,255,.72); font-size: .85rem;
    line-height: 1.65; margin: 0 0 20px;
}
.post-cta-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.post-cta-badge {
    display: flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px; padding: 5px 10px;
    font-size: .72rem; color: rgba(255,255,255,.85);
}
.post-cta-badge .bi-star-fill   { color: #f59e0b; font-size: .65rem; }
.post-cta-badge .bi-people-fill { color: #a5b4fc; font-size: .65rem; }
.post-cta-badge .bi-shield-check-fill { color: #22c55e; font-size: .65rem; }
.post-cta-btn-red {
    display: block; text-align: center;
    background: #EE483D; color: #fff;
    padding: 12px; border-radius: 12px;
    font-weight: 700; font-size: .88rem;
    text-decoration: none; margin-bottom: 10px; transition: background .2s;
}
.post-cta-btn-red:hover { background: #d43c32; color: #fff; }
.post-cta-btn-wa {
    display: block; text-align: center;
    background: rgba(34,197,94,.15); border: 1.5px solid rgba(34,197,94,.35);
    color: #4ade80; padding: 11px; border-radius: 12px;
    font-weight: 700; font-size: .88rem;
    text-decoration: none; transition: background .2s;
}
.post-cta-btn-wa:hover { background: rgba(34,197,94,.25); color: #4ade80; }

/* ===== BLOG POST — MISSING TAILWIND CLASSES ===== */
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
@media (min-width: 1024px) { .lg\:flex-row { flex-direction: row; } .lg\:w-80 { width: 20rem; } }
@media (min-width: 1280px) { .xl\:w-96 { width: 24rem; } }

/* ===== EXPERT CTA SECTION (blog-post.php) ===== */
.expert-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e1e5c 0%, #2d2d8a 55%, #49499A 100%);
    padding: 80px 0;
}
.expert-cta::before {
    content: '';
    position: absolute; top: -80px; right: -80px;
    width: 340px; height: 340px;
    background: rgba(238,72,61,.07); border-radius: 50%; pointer-events: none;
}
.expert-cta::after {
    content: '';
    position: absolute; bottom: -60px; left: -60px;
    width: 260px; height: 260px;
    background: rgba(255,255,255,.04); border-radius: 50%; pointer-events: none;
}
.expert-cta-inner { position: relative; text-align: center; }
.expert-cta-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(238,72,61,.15); border: 1px solid rgba(238,72,61,.3);
    color: #ff8a75; font-size: .72rem; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase;
    padding: 6px 16px; border-radius: 999px; margin-bottom: 20px;
}
.expert-cta-title {
    color: #fff;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800; letter-spacing: -0.03em;
    line-height: 1.25; margin: 0 auto 14px; max-width: 680px;
}
.expert-cta-desc {
    color: rgba(255,255,255,.6);
    font-size: 1rem; max-width: 540px;
    margin: 0 auto 30px; line-height: 1.7;
}
.expert-cta-stats {
    display: flex; flex-wrap: wrap;
    justify-content: center; gap: 14px 32px; margin-bottom: 30px;
}
.expert-cta-stat {
    display: flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,.75); font-size: .875rem;
}
.expert-cta-btns {
    display: flex; flex-wrap: wrap;
    justify-content: center; gap: 14px; margin-bottom: 16px;
}
.expert-cta-btn-wa {
    display: inline-flex; align-items: center; gap: 9px;
    background: #22c55e; color: #fff;
    padding: 14px 32px; border-radius: 14px;
    font-weight: 700; font-size: .95rem; text-decoration: none;
    box-shadow: 0 8px 24px rgba(34,197,94,.3); transition: all .2s;
}
.expert-cta-btn-wa:hover { background: #16a34a; transform: translateY(-2px); color: #fff; }
.expert-cta-btn-quote {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; color: #1e1e5c;
    padding: 14px 32px; border-radius: 14px;
    font-weight: 700; font-size: .95rem; text-decoration: none; transition: all .2s;
}
.expert-cta-btn-quote:hover { background: #f3f4f6; transform: translateY(-2px); color: #1e1e5c; }
.expert-cta-note { color: rgba(255,255,255,.35); font-size: .78rem; margin: 0; }
.expert-cta-stat .bi-check-circle-fill  { color: #4ade80; font-size: 1rem; }
.expert-cta-stat .bi-whatsapp           { color: #22c55e; font-size: 1rem; }
.expert-cta-stat .bi-patch-check-fill   { color: #60a5fa; font-size: 1rem; }
.expert-cta-stat .bi-star-fill          { color: #fbbf24; font-size: 1rem; }
.expert-cta-stat .bi-trophy-fill        { color: #f472b6; font-size: 1rem; }
.expert-cta-btn-wa i, .expert-cta-btn-quote i { font-size: 1.05rem; }
.expert-cta-btn-quote .bi-envelope-fill { color: #EE483D; }
.expert-cta-note .bi-shield-check       { color: #4ade80; }

/* ===== BLOG LISTING — HERO SECTION ===== */
.blog-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #1e1e5c 0%, #2d2d8a 50%, #49499A 100%);
    padding: 72px 0 64px;
}
.blog-hero-deco-1 { position: absolute; top: -60px; right: -60px; width: 300px; height: 300px; background: rgba(238,72,61,.08); border-radius: 50%; pointer-events: none; }
.blog-hero-deco-2 { position: absolute; bottom: -80px; left: -40px; width: 220px; height: 220px; background: rgba(255,255,255,.04); border-radius: 50%; pointer-events: none; }
.blog-hero-deco-3 { position: absolute; top: 50%; left: 5%; width: 12px; height: 12px; background: rgba(238,72,61,.4); border-radius: 50%; pointer-events: none; }
.blog-hero-deco-4 { position: absolute; top: 25%; right: 10%; width: 8px; height: 8px; background: rgba(255,255,255,.2); border-radius: 50%; pointer-events: none; }
.blog-hero-inner { position: relative; text-align: center; }
.blog-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(238,72,61,.15); border: 1px solid rgba(238,72,61,.3);
    color: #ff8a75; font-size: .72rem; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase;
    padding: 6px 16px; border-radius: 999px; margin-bottom: 20px;
}
.blog-hero-title {
    color: #fff; font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800; letter-spacing: -0.03em; line-height: 1.2; margin: 0 0 16px;
}
.blog-hero-title-highlight {
    background: linear-gradient(90deg, #EE483D, #ff8a65);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.blog-hero-desc {
    color: rgba(255,255,255,.65); font-size: 1rem;
    max-width: 540px; margin: 0 auto 32px; line-height: 1.7;
}
.blog-hero-stats { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.blog-hero-stat {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px; padding: 10px 18px;
    display: flex; align-items: center; gap: 8px;
}
.blog-hero-stat-label { color: #fff; font-weight: 700; font-size: .95rem; }
.blog-hero-stat .bi-file-earmark-text-fill { color: #EE483D; font-size: 1rem; }
.blog-hero-stat .bi-tags-fill             { color: #a5b4fc; font-size: 1rem; }
.blog-hero-stat .bi-clock-fill            { color: #4ade80; font-size: 1rem; }
.blog-hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; }
.blog-hero-wave svg { width: 100%; height: 40px; display: block; }

/* ===== CITY HERO — ANIMATIONS ===== */
@keyframes hero-float-a { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-22px) scale(1.04)} }
@keyframes hero-float-b { 0%,100%{transform:translateY(0) translateX(0)} 33%{transform:translateY(-14px) translateX(12px)} 66%{transform:translateY(10px) translateX(-10px)} }
@keyframes hero-float-c { 0%,100%{transform:translateY(0)} 50%{transform:translateY(18px)} }
@keyframes hero-spin-cw  { to { transform: rotate(360deg); } }
@keyframes hero-spin-ccw { to { transform: rotate(-360deg); } }
@keyframes hero-slide-up { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
@keyframes hero-badge-pop { 0%{opacity:0;transform:scale(.85)} 70%{transform:scale(1.04)} 100%{opacity:1;transform:scale(1)} }
.h-anim-1 { animation: hero-slide-up .55s .05s ease both; }
.h-anim-2 { animation: hero-slide-up .55s .18s ease both; }
.h-anim-3 { animation: hero-slide-up .55s .32s ease both; }
.h-anim-4 { animation: hero-slide-up .55s .46s ease both; }
.h-badge  { animation: hero-badge-pop .5s .1s ease both; }
.h-blob-1 { animation: hero-float-a 7s ease-in-out infinite; }
.h-blob-2 { animation: hero-float-b 10s ease-in-out infinite; }
.h-blob-3 { animation: hero-float-c 8s 1s ease-in-out infinite; }
.h-ring-1 { animation: hero-spin-cw 22s linear infinite; }
.h-ring-2 { animation: hero-spin-ccw 14s linear infinite; }
.h-card-stat { transition: transform .2s ease, box-shadow .2s ease; }
.h-card-stat:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(73,73,154,.12); }

/* ===== CITY HERO GRID (9/3 = 75% / 25%) ===== */
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 3fr 1fr; align-items: center; gap: 40px; } }
.hero-left { text-align: center; }
@media (min-width: 1024px) { .hero-left { text-align: left; } }


/* CITY PAGE */

/* Hero section wrapper */
.city-hero-section {
    background: #F4F4FF;
    position: relative;
    overflow: hidden;
}

/* Hero animated blobs */
.city-hero-blob-1 {
    position: absolute;
    top: -120px;
    left: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(73,73,154,.13) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}
.city-hero-blob-2 {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(238,72,61,.10) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}
.city-hero-blob-3 {
    position: absolute;
    top: 35%;
    left: 48%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(73,73,154,.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Hero dot grid overlay */
.city-hero-dot-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(73,73,154,.14) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
}

/* Hero spinning rings */
.city-hero-ring-1 {
    position: absolute;
    top: 16px;
    right: 64px;
    width: 130px;
    height: 130px;
    border: 2px dashed rgba(73,73,154,.18);
    border-radius: 50%;
    pointer-events: none;
}
.city-hero-ring-2 {
    position: absolute;
    top: 52px;
    right: 102px;
    width: 58px;
    height: 58px;
    border: 2px dashed rgba(238,72,61,.22);
    border-radius: 50%;
    pointer-events: none;
}

/* Hero floating accent squares */
.city-hero-sq-1 {
    position: absolute;
    top: 18%;
    right: 22%;
    width: 14px;
    height: 14px;
    background: #49499A;
    opacity: .18;
    border-radius: 3px;
    transform: rotate(22deg);
    pointer-events: none;
}
.city-hero-sq-2 {
    position: absolute;
    top: 60%;
    right: 35%;
    width: 10px;
    height: 10px;
    background: #EE483D;
    opacity: .20;
    border-radius: 2px;
    transform: rotate(-15deg);
    pointer-events: none;
}
.city-hero-sq-3 {
    position: absolute;
    top: 75%;
    left: 20%;
    width: 16px;
    height: 16px;
    background: #49499A;
    opacity: .12;
    border-radius: 4px;
    transform: rotate(40deg);
    pointer-events: none;
}

/* Hero inner content container */
.city-hero-inner {
    padding-top: 24px;
    padding-bottom: 24px;
}

/* Badge animated dot */
.city-hero-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EE483D;
    display: inline-block;
    animation: hero-float-a 1.8s ease-in-out infinite;
}

/* Why-us card header gradient */
.city-whyus-card-header {
    background: linear-gradient(135deg, #1e1e5c 0%, #49499A 100%);
}

/* Process step icon gradient */
.city-process-icon {
    background: linear-gradient(135deg, #1e1e5c, #49499A);
}

/* Testimonial avatar gradient */
.city-testimonial-avatar {
    background: linear-gradient(135deg, #49499A, #EE483D);
}

/* CTA section wrapper */
.city-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e1e5c 0%, #2d2d8a 55%, #49499A 100%);
    padding: 80px 0;
}

/* CTA decorative circles */
.city-cta-deco-1 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 340px;
    height: 340px;
    background: rgba(238,72,61,.07);
    border-radius: 50%;
    pointer-events: none;
}
.city-cta-deco-2 {
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: rgba(255,255,255,.04);
    border-radius: 50%;
    pointer-events: none;
}
.city-cta-deco-3 {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 10px;
    height: 10px;
    background: rgba(238,72,61,.35);
    border-radius: 50%;
    pointer-events: none;
}
.city-cta-deco-4 {
    position: absolute;
    bottom: 28%;
    right: 7%;
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    pointer-events: none;
}

/* CTA inner (relative wrapper) */
.city-cta-inner {
    position: relative;
}

/* CTA heading block */
.city-cta-heading-wrap {
    text-align: center;
    margin-bottom: 24px;
}

/* CTA badge pill */
.city-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(238,72,61,.15);
    border: 1px solid rgba(238,72,61,.3);
    color: #ff8a75;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
}

/* CTA main heading */
.city-cta-title {
    text-align: center;
    color: #fff;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.25;
    margin: 0 auto 16px;
    max-width: 680px;
}

/* CTA gradient text span */
.city-cta-title-highlight {
    background: linear-gradient(90deg, #EE483D, #ff8a65);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* CTA sub-paragraph */
.city-cta-desc {
    text-align: center;
    color: rgba(255,255,255,.6);
    font-size: 1rem;
    max-width: 520px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

/* CTA stats row */
.city-cta-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px;
}

/* Individual CTA stat item */
.city-cta-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.7);
    font-size: .85rem;
}

/* CTA stat icon colours */
.city-cta-stat-icon-green  { color: #4ade80; font-size: 1rem; }
.city-cta-stat-icon-blue   { color: #60a5fa; font-size: 1rem; }
.city-cta-stat-icon-yellow { color: #fbbf24; font-size: 1rem; }
.city-cta-stat-icon-pink   { color: #f472b6; font-size: 1rem; }

/* CTA buttons row */
.city-cta-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* CTA primary button */
.city-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EE483D;
    color: #fff;
    padding: 14px 32px;
    border-radius: 14px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(238,72,61,.35);
    transition: all .2s;
}
.city-cta-btn-primary:hover {
    background: #d43c32;
    transform: translateY(-2px);
    color: #fff;
}

/* CTA WhatsApp button */
.city-cta-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34,197,94,.15);
    border: 1.5px solid rgba(34,197,94,.4);
    color: #4ade80;
    padding: 14px 32px;
    border-radius: 14px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: all .2s;
}
.city-cta-btn-wa:hover {
    background: rgba(34,197,94,.25);
    transform: translateY(-2px);
    color: #4ade80;
}

/* Tailwind missing utility */
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }

/* City hero layout widths */
@media (min-width: 1024px) {
    .lg\:w-\[60\%\] { width: 60%; }
    .lg\:w-\[40\%\] { width: 40%; }
}
