/*
Theme Name: SearchPilot SEO
Theme URI: https://webeasyexperts.com/
Author: Web Easy Experts
Author URI: https://webeasyexperts.com/
Description: Custom WordPress theme for SearchPilot SEO, converted from a Bootstrap 5 single-page design. Includes homepage sections, blog listing, and single post templates. Built to be extended with Advanced Custom Fields (ACF).
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: searchpilot-seo
*/

/* ==========================================================================
   Original design tokens & component styles (from source Bootstrap build)
   ========================================================================== */

:root {
    --ink: #0C0D0F;
    --surface: #F4F7F8;
    --mid: #DDE6E9;
    --accent: #3e94ad;
    --accent-dark: #2d7a92;
    --accent-light: #e4f2f6;
    --muted: #6B6B6B;
    --white: #FFFFFF;
    --bs-primary: #3e94ad;
    --bs-primary-rgb: 62,148,173;
    --bs-body-font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-body-color: #0C0D0F;
    --bs-body-bg: #FFFFFF;
    --bs-border-radius: 0.85rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1.25rem;
    --bs-link-color: var(--accent);
    --bs-link-hover-color: var(--accent-dark);
  }
  body { -webkit-font-smoothing: antialiased; }
  a { text-decoration: none; }
  section { padding: 88px 0; }
  @media (max-width: 768px) { section { padding: 52px 0; } }

  .section-label {
    font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--muted);
  }
  .pill-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--accent-light); color: var(--accent);
    font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; padding: 6px 13px; border-radius: 999px;
  }
  .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; flex-shrink: 0; }

  /* Buttons (solid, single accent — no gradients) */
  .btn-brand {
    background: var(--accent); border: none; color: #fff;
    font-weight: 600; font-size: 14px; border-radius: 999px;
    padding: 12px 26px; transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  }
  .btn-brand:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(62,148,173,0.28); }
  .btn-outline-brand {
    background: transparent; border: 1.5px solid var(--mid); color: var(--ink);
    font-weight: 600; font-size: 14px; border-radius: 999px; padding: 12px 26px;
    transition: border-color 0.18s, background 0.18s, transform 0.18s, color 0.18s;
  }
  .btn-outline-brand:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-light); transform: translateY(-2px); }
  .btn-dark-pill {
    background: #fff; color: var(--ink); font-weight: 600; font-size: 14px;
    border-radius: 999px; padding: 13px 26px; border: none; transition: transform .18s, box-shadow .18s;
  }
  .btn-dark-pill:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(0,0,0,0.2); color: var(--ink); }
  .btn-outline-light-pill {
    background: transparent; color: #fff; font-weight: 600; font-size: 14px;
    border-radius: 999px; padding: 13px 26px; border: 1.5px solid rgba(255,255,255,0.3);
    transition: border-color .18s, background .18s, transform .18s;
  }
  .btn-outline-light-pill:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); color: #fff; transform: translateY(-2px); }

  /* Cards */
  .surface-card { background: #fff; border: 1.5px solid var(--mid); border-radius: 16px; transition: border-color 0.2s; }
  .surface-card:hover { border-color: var(--accent); }
  .tool-card { background: var(--surface); border: 1.5px solid transparent; border-radius: 14px; transition: background 0.2s, border-color 0.2s; }
  .tool-card:hover { background: #fff; border-color: var(--accent); }
  .why-item { border-radius: 14px; border: 1.5px solid transparent; transition: border-color 0.2s, background 0.2s; }
  .why-item:hover { border-color: var(--accent); background: var(--accent-light); }
  .process-step { border: 1.5px solid var(--mid); border-radius: 14px; transition: border-color 0.2s; }
  .process-step:hover { border-color: var(--accent); }
  .stat-badge { background: #fff; border: 1.5px solid var(--mid); border-radius: 12px; transition: border-color 0.2s; }
  .stat-badge:hover { border-color: var(--accent); }
  .tag-pill {
    background: var(--surface); border: 1.5px solid var(--mid); border-radius: 8px;
    padding: 8px 14px; font-size: 13px; font-weight: 500; display: inline-block;
    color: var(--ink); transition: background 0.18s, border-color 0.18s, color 0.18s;
  }
  .tag-pill:hover { background: var(--accent-light); border-color: var(--accent); color: var(--accent); }
  .icon-tile {
    width: 42px; height: 42px; background: var(--accent-light); border-radius: 10px;
    display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 19px;
  }
  .icon-tile-sm {
    width: 38px; height: 38px; background: var(--accent-light); border-radius: 10px;
    display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 17px;
  }
  .arrow-icon {
    width: 28px; height: 28px; border-radius: 50%; background: var(--accent-light); color: var(--accent);
    display: inline-flex; align-items: center; justify-content: center; font-size: 13px; transition: background 0.18s, transform 0.18s;
  }
  .surface-card:hover .arrow-icon, .tool-card:hover .arrow-icon { background: var(--accent); color: #fff; transform: translateX(3px); }

  /* Accordion (FAQ) */
  .accordion-item { border: none; border-bottom: 1px solid var(--mid); background: transparent; }
  .accordion-button { font-weight: 700; font-size: 15px; color: var(--ink); background: transparent; box-shadow: none; padding: 20px 4px; }
  .accordion-button:not(.collapsed) { color: var(--accent); background: transparent; box-shadow: none; }
  .accordion-button:focus { box-shadow: none; border-color: var(--mid); }
  .accordion-button::after { filter: none; }
  .accordion-body { color: var(--muted); font-size: 14px; line-height: 1.7; padding: 0 4px 18px; }

  /* CTA strip */
  .cta-strip { background: var(--ink); border-radius: 20px; position: relative; overflow: hidden; }
  .cta-strip::before {
    content: ''; position: absolute; top: -60px; right: -60px; width: 240px; height: 240px;
    border-radius: 50%; background: rgba(62,148,173,0.22);
  }

  /* Typewriter */
  .typewriter-cursor {
    display: inline-block; width: 3px; height: 1em; background: var(--accent);
    margin-left: 4px; vertical-align: middle; animation: blink 0.9s step-end infinite;
  }
  @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

  /* ═══════ HERO VIDEO ═══════ */
  .hero-section { position: relative; overflow: hidden; padding-top: 128px; padding-bottom: 90px; }
  .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
  .hero-video-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(221,240,245,0.92) 0%, rgba(250,250,248,0.85) 55%, rgba(250,250,248,0.94) 100%);
  }
  .hero-section .container { position: relative; z-index: 2; }

  /* ═══════ GLASSMORPHIC NAVBAR (full width) ═══════ */
  .navbar-glass {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1030;
    background: rgba(250,250,248,0.72);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-bottom: 1px solid rgba(221,230,233,0.7);
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
    padding: 15px 0;
  }
  .navbar-glass.scrolled {
    padding: 10px 0;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 8px 28px rgba(12,13,15,0.08);
  }
  .navbar-glass .navbar-brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 17px; color: var(--ink); }
  .nav-logo-mark {
    width: 30px; height: 30px; border-radius: 9px; background: var(--accent); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0;
  }
  .navbar-glass .nav-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-weight: 600; font-size: 13.5px; color: var(--muted);
    border-radius: 999px; padding: 9px 14px !important; margin: 0 1px;
    transition: color 0.2s, background 0.2s;
  }
  .navbar-glass .nav-link i { font-size: 14px; opacity: 0.75; }
  .navbar-glass .nav-link:hover, .navbar-glass .nav-link.active { color: var(--ink); background: var(--accent-light); }
  .navbar-glass .nav-link:hover i, .navbar-glass .nav-link.active i { opacity: 1; }
  .navbar-toggler { border: none; box-shadow: none !important; padding: 6px 8px; }

  /* Services dropdown */
  .nav-item.dropdown .dropdown-toggle::after { display: none; }
  .nav-item.dropdown .dropdown-caret { font-size: 10px; margin-left: 2px; transition: transform 0.2s; }
  .nav-item.dropdown.show .dropdown-caret { transform: rotate(180deg); }
  .navbar-glass .dropdown-menu {
    border: 1px solid var(--mid);
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: 0 16px 40px rgba(12,13,15,0.14);
    padding: 8px;
    margin-top: 10px !important;
    min-width: 240px;
  }
  .navbar-glass .dropdown-item {
    display: flex; align-items: center; gap: 10px;
    border-radius: 10px; padding: 10px 12px;
    font-size: 13.5px; font-weight: 600; color: var(--ink);
    transition: background 0.16s, color 0.16s;
  }
  .navbar-glass .dropdown-item i { font-size: 15px; color: var(--accent); width: 18px; text-align: center; flex-shrink: 0; }
  .navbar-glass .dropdown-item:hover, .navbar-glass .dropdown-item:focus { background: var(--accent-light); color: var(--accent-dark); }
  @media (min-width: 992px) {
    .nav-item.dropdown { padding-bottom: 10px; margin-bottom: -10px; }
    .navbar-glass .dropdown-menu { margin-top: 0 !important; }
  }
  @media (max-width: 991.98px) {
    .navbar-glass .navbar-collapse {
      background: rgba(255,255,255,0.98);
      backdrop-filter: blur(14px);
      border: 1px solid var(--mid);
      border-radius: 20px;
      margin-top: 10px;
      padding: 14px 16px 16px;
      box-shadow: 0 16px 40px rgba(12,13,15,0.12);
    }
    .navbar-glass .nav-link { padding: 12px 10px !important; }
    .navbar-glass .dropdown-menu {
      box-shadow: none; border: none; background: var(--surface);
      margin-top: 4px !important; padding: 6px; min-width: 0;
    }
  }

  /* ═══════ FLOATING SOCIAL SIDEBAR ═══════ */
  .float-social {
    position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 1020;
    display: flex; flex-direction: column; gap: 10px;
  }
  .float-social a {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #fff; border: 1.5px solid var(--mid); color: var(--ink); font-size: 16px;
    box-shadow: 0 4px 16px rgba(12,13,15,0.08);
    transition: transform 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
  }
  .float-social a:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateX(-4px); }
  @media (max-width: 640px) { .float-social { right: 10px; gap: 7px; } .float-social a { width: 36px; height: 36px; font-size: 14px; } }

  .float-quote-btn {
    position: fixed; left: 22px; bottom: 26px; z-index: 1020;
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--ink); color: #fff; font-size: 13px; font-weight: 600;
    padding: 14px 20px; border-radius: 999px; border: none;
    box-shadow: 0 8px 24px rgba(12,13,15,0.22); transition: transform 0.2s, background 0.2s;
  }
  .float-quote-btn:hover { background: var(--accent-dark); transform: translateY(-2px); color: #fff; }
  .pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); position: relative; flex-shrink: 0; }
  .pulse-dot::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--accent); opacity: 0.6;
    animation: pulseDot 1.8s ease-out infinite;
  }
  @keyframes pulseDot { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(2.6); opacity: 0; } }
  @media (max-width: 640px) { .float-quote-btn { left: 14px; bottom: 18px; padding: 12px 16px; font-size: 12px; } }

  /* ═══════ STEP FORMS (popup + contact) ═══════ */
  .form-control, .form-select {
    border-radius: 10px; border: 1.5px solid var(--mid); font-size: 14px; padding: 12px 14px;
  }
  .form-control:focus, .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-light); }
  .form-label { font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }

  .step-progress { display: flex; align-items: center; gap: 6px; }
  .step-progress .seg { flex: 1; height: 4px; border-radius: 999px; background: var(--mid); overflow: hidden; }
  .step-progress .seg span { display: block; height: 100%; width: 0%; background: var(--accent); border-radius: 999px; transition: width 0.35s ease; }
  .step-progress .seg.done span, .step-progress .seg.active span { width: 100%; }

  .step-panel { display: none; }
  .step-panel.active { display: block; animation: stepIn 0.3s ease both; }
  @keyframes stepIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

  .option-card {
    border: 1.5px solid var(--mid); border-radius: 10px; padding: 12px 14px;
    font-size: 13px; font-weight: 600; cursor: pointer; text-align: center; user-select: none;
    transition: border-color 0.18s, background 0.18s, color 0.18s;
  }
  .option-card:hover { border-color: var(--accent); }
  .option-card.selected { border-color: var(--accent); background: var(--accent-light); color: var(--accent-dark); }

  .step-success { display: none; text-align: center; padding: 44px 10px 10px; }
  .step-success.active { display: block; }
  .step-success .check-circle {
    width: 56px; height: 56px; border-radius: 50%; background: var(--accent-light); color: var(--accent);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 24px;
  }
  .step-success h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
  .step-success p { font-size: 13px; color: var(--muted); line-height: 1.6; max-width: 320px; margin: 0 auto; }

  .contact-form-card { background: #fff; border: 1.5px solid var(--mid); border-radius: 20px; }
/* ==========================================================================
   Blog / Archive / Single Post additions (matches existing design tokens)
   ========================================================================== */

.blog-page-header { padding: 150px 0 60px; background: var(--surface); }
.blog-grid-card img { height: 220px; object-fit: cover; }
.blog-grid-card .p-4 { padding: 24px !important; }
.blog-meta { font-size: 12px; color: var(--muted); }
.blog-meta i { margin-right: 4px; }

.pagination-wrap { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.pagination-wrap .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 999px;
  border: 1.5px solid var(--mid); color: var(--ink); font-weight: 600; font-size: 14px;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}
.pagination-wrap .page-numbers.current,
.pagination-wrap .page-numbers:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

.single-post-header { padding: 150px 0 40px; background: var(--surface); }
.single-post-header h1 { font-size: clamp(28px,5vw,48px); letter-spacing: -0.02em; line-height: 1.15; }
.single-post-thumb { border-radius: 16px; overflow: hidden; margin-bottom: 40px; }
.single-post-thumb img { width: 100%; height: auto; display: block; }

.post-content { font-size: 16px; line-height: 1.8; color: var(--ink); }
.post-content h2 { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; margin: 40px 0 16px; }
.post-content h3 { font-size: 21px; font-weight: 700; margin: 32px 0 12px; }
.post-content p { margin-bottom: 18px; color: var(--ink); }
.post-content ul, .post-content ol { margin-bottom: 18px; padding-left: 22px; }
.post-content li { margin-bottom: 8px; color: var(--ink); }
.post-content a { color: var(--accent); text-decoration: underline; }
.post-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 20px 0; }
.post-content blockquote {
  border-left: 3px solid var(--accent); padding: 4px 20px; margin: 24px 0;
  color: var(--muted); font-style: italic;
}

.sidebar-widget { background: var(--surface); border-radius: 16px; padding: 24px; margin-bottom: 24px; }
.sidebar-widget h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }

.no-posts-found { padding: 60px 0; text-align: center; color: var(--muted); }

/* Generic inner-page hero (used by page.php for non-front pages) */
.page-header { padding: 150px 0 60px; background: var(--surface); text-align: center; }

/* ==========================================================================
   Custom logo (Appearance > Customize > Site Identity)
   ========================================================================== */
.navbar-brand.p-0 { display: inline-flex; align-items: center; }
.navbar-brand img,
.custom-logo { max-height: 38px; width: auto; display: block; }
.footer-logo img,
.footer-logo .custom-logo { max-height: 34px; width: auto; }
@media (max-width: 640px) {
  .navbar-brand img, .custom-logo { max-height: 32px; }
}

/* ==========================================================================
   Hero animated chips + glow (GSAP-driven, SaaS-style depth)
   ========================================================================== */
.hero-glow {
  position: absolute; z-index: 1; border-radius: 50%; filter: blur(60px);
  pointer-events: none; opacity: 0.35;
}
.hero-glow-1 { width: 340px; height: 340px; background: var(--accent); top: -60px; left: -80px; }
.hero-glow-2 { width: 280px; height: 280px; background: #7fd8e8; bottom: -60px; right: -60px; }

.hero-float-chip {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.6); border-radius: 999px;
  padding: 10px 18px; font-size: 13px; font-weight: 600; color: var(--ink);
  box-shadow: 0 8px 24px rgba(12,13,15,0.1); white-space: nowrap;
}
.hero-float-chip i { color: var(--accent); font-size: 15px; }
.chip-1 { top: 128px; left: 4%; }
.chip-2 { top: 210px; right: 4%; }
.chip-3 { bottom: 130px; left: 8%; }
@media (max-width: 991px) {
  .hero-float-chip { font-size: 11px; padding: 7px 13px; }
  .chip-1 { top: 100px; left: 2%; }
  .chip-2 { top: 170px; right: 2%; }
  .chip-3 { display: none; }
}
@media (max-width: 640px) {
  .chip-1, .chip-2 { display: none; }
}

/* ==========================================================================
   Decorative blog cards (homepage + blog listing)
   ========================================================================== */
.blog-card-decorative {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card-decorative:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(12,13,15,0.1);
}
.blog-card-img-wrap { position: relative; display: block; overflow: hidden; }
.blog-card-img-wrap .blog-card-img,
.blog-card-img-wrap img { transition: transform 0.4s ease; }
.blog-card-decorative:hover .blog-card-img-wrap img { transform: scale(1.06); }
.blog-card-cat-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(6px);
  color: var(--accent); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 6px 12px; border-radius: 999px;
}
.blog-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); display: inline-block; }
.blog-card-readmore {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none;
}
.blog-card-readmore .arrow-icon { transition: transform 0.2s ease; }
.blog-card-readmore:hover .arrow-icon { transform: translateX(4px); }

/* ==========================================================================
   Why Consult - decorative bento grid (no hover effects, multi-color icons)
   ========================================================================== */
.why-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 130px;
  gap: 14px;
}
.why-bento-tile { border-radius: 16px; }
.why-bento-image { grid-column: span 2; grid-row: span 2; overflow: hidden; }
.why-bento-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-bento-intro { grid-column: span 2; background: var(--surface); padding: 20px 22px; display: flex; align-items: center; }
.why-bento-cta {
  grid-column: span 2; background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
}
.why-bento-benefit {
  background: #fff; border: 1px solid var(--mid); padding: 16px;
  display: flex; flex-direction: column; gap: 10px; justify-content: center;
  align-items: center;
}
.why-bento-benefit span { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.why-bento-icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.icon-c1 { background: #EEEDFE; color: #534AB7; }
.icon-c2 { background: #E1F5EE; color: #0F6E56; }
.icon-c3 { background: #FAECE7; color: #993C1D; }
.icon-c4 { background: #FBEAF0; color: #993556; }
.icon-c5 { background: #E6F1FB; color: #185FA5; }
.icon-c6 { background: #FAEEDA; color: #854F0B; }
.btn-brand-inverse {
  background: #fff; color: var(--accent-dark); font-weight: 700; font-size: 14px;
  padding: 10px 20px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px;
  width: fit-content; flex-shrink: 0;
}
@media (max-width: 991px) {
  .why-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 82px; }
  .why-bento-image { grid-column: span 2; grid-row: span 2; }
  .why-bento-intro, .why-bento-cta { grid-column: span 2; }
  .why-bento-benefit { grid-column: span 1; }
}
@media (max-width: 560px) {
  .why-bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .why-bento-image { grid-column: span 1; grid-row: span 1; height: 220px; }
  .why-bento-intro, .why-bento-cta, .why-bento-benefit { grid-column: span 1; }
}

/* ==========================================================================
   FAQ - always-open decorative bento grid (no accordion, no hover)
   ========================================================================== */
.faq-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.faq-bento-tile {
  background: #fff; border: 1px solid var(--mid); border-radius: 16px; padding: 22px;
}
.faq-bento-large { grid-column: span 2; }
@media (max-width: 767px) {
  .faq-bento { grid-template-columns: 1fr; }
  .faq-bento-large { grid-column: span 1; }
}