:root {
      --primary: #1a3c6e;
      --primary-dark: #0f2847;
      --primary-light: #2a5ba8;
      --accent: #e8a838;
      --accent-light: #f5c563;
      --accent-dark: #c48a1e;
      --white: #ffffff;
      --off-white: #f7f9fc;
      --light-gray: #edf1f7;
      --gray: #6b7c93;
      --dark: #1a1e2e;
      --text: #333d4d;
      --text-light: #5a6a7d;
      --success: #2ecc71;
      --sw-red: #c41230;
      --shadow-sm: 0 2px 8px rgba(26,60,110,0.06);
      --shadow-md: 0 4px 20px rgba(26,60,110,0.1);
      --shadow-lg: 0 8px 40px rgba(26,60,110,0.14);
      --radius: 10px;
      --radius-lg: 16px;
    }

.entry-content-wrap{padding:0 !important;}
.entry.single-entry{box-shadow:none !important;background:transparent !important;}
.site-container.content-container{max-width:100% !important;padding:0 !important;}


    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: 'DM Sans', sans-serif;
      color: #333d4d;
      background: #ffffff;
      line-height: 1.7;
      overflow-x: hidden;
    }

    a { text-decoration: none; color: inherit; transition: all 0.25s ease; }
    img { max-width: 100%; display: block; }

    /* ── Header ────────────────────────────────── */
    .site-header {
      background: #ffffff;
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 1px 12px rgba(0,0,0,0.06);
    }
    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 80px;
    }
    .logo img { height: 48px; width: auto; }
    .main-nav { display: flex; align-items: center; gap: 6px; }
    .main-nav a {
      font-size: 0.92rem; font-weight: 500; color: #0f2847;
      padding: 8px 14px; border-radius: 6px; transition: all 0.2s;
    }
    .main-nav a:hover { background: #edf1f7; color: #2a5ba8; }
    .nav-dropdown { position: relative; }
    .nav-dropdown-content {
      display: none; position: absolute; top: 100%; left: 0;
      background: #ffffff; box-shadow: 0 8px 40px rgba(26,60,110,0.14);
      border-radius: 10px; padding: 8px 0; min-width: 220px; z-index: 200;
    }
    .nav-dropdown:hover .nav-dropdown-content { display: block; }
    .nav-dropdown-content a { display: block; padding: 9px 20px; font-size: 0.88rem; border-radius: 0; }
    .nav-dropdown-content a:hover { background: #f7f9fc; }
    .header-cta {
      font-size: 0.92rem; font-weight: 700; color: #ffffff !important;
      background: #1a3c6e; padding: 10px 22px !important;
      border-radius: 8px !important; letter-spacing: 0.02em;
    }
    .header-cta:hover { background: #2a5ba8 !important; color: #ffffff !important; }
    .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
    .mobile-toggle span { display: block; width: 24px; height: 2.5px; background: #0f2847; margin: 5px 0; border-radius: 2px; }

    /* ── Utilities ──────────────────────────────── */
    .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .section { padding: 80px 0; }
    .section-gray { background: #f7f9fc; }
    .section-dark { background: linear-gradient(135deg, #0f2847, #1a3c6e); color: #ffffff; }
    .section-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 700; color: #0f2847;
      text-align: center; margin-bottom: 12px; line-height: 1.25;
    }
    .section-title-light { color: #ffffff; }
    .section-desc {
      text-align: center; color: #5a6a7d; max-width: 680px;
      margin: 0 auto 48px; font-size: 1rem; line-height: 1.75;
    }
    .section-desc-light { color: rgba(255,255,255,0.72); }

    /* ── Hero ───────────────────────────────────── */
    .hero {
      background: linear-gradient(135deg, #0f2847 0%, #1a3c6e 50%, #2a5ba8 100%);
      position: relative; overflow: hidden; padding: 80px 0 72px;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(circle at 15% 85%, rgba(232,168,56,0.12) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,0.06) 0%, transparent 40%);
    }
    .hero::after {
      content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
      height: 60px; background: #ffffff;
      clip-path: ellipse(55% 100% at 50% 100%);
    }
    .hero-inner {
      max-width: 900px; margin: 0 auto; padding: 0 24px;
      text-align: center; position: relative; z-index: 2;
    }
    .hero-topline {
      font-size: 0.82rem; font-weight: 500; color: #f5c563;
      letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px;
    }
    .hero h1 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800;
      color: #ffffff; line-height: 1.2; margin-bottom: 16px;
    }
    .hero h1 span { color: #f5c563; }
    .hero-sub {
      font-size: 1.05rem; color: rgba(255,255,255,0.78);
      max-width: 640px; margin: 0 auto 8px;
    }
    .hero-sub-small {
      font-size: 0.88rem; color: rgba(255,255,255,0.55); margin-bottom: 32px;
    }
    .hero-btns {
      display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 40px;
    }
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
      font-weight: 600; padding: 14px 32px; border-radius: 10px;
      cursor: pointer; transition: all 0.25s; border: none;
    }
    .btn-accent { background: #e8a838; color: #0f2847; }
    .btn-accent:hover { background: #f5c563; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(232,168,56,0.35); }
    .btn-white { background: #ffffff; color: #1a3c6e; }
    .btn-white:hover { background: #f7f9fc; transform: translateY(-2px); box-shadow: 0 4px 20px rgba(26,60,110,0.1); }
    .btn-outline-white { background: transparent; color: #ffffff; border: 2px solid rgba(255,255,255,0.3); }
    .btn-outline-white:hover { border-color: #ffffff; background: rgba(255,255,255,0.08); }
    .btn-primary { background: #1a3c6e; color: #ffffff; }
    .btn-primary:hover { background: #2a5ba8; transform: translateY(-2px); }

    .hero-badges {
      display: flex; justify-content: center; flex-wrap: wrap; gap: 14px;
    }
    .hero-badges .badge-item {
      display: flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
      padding: 10px 18px; border-radius: 10px;
      font-size: 0.86rem; font-weight: 500; color: rgba(255,255,255,0.9);
    }

    /* ── SW Partner Section ─────────────────────── */
    .sw-section {
      padding: 64px 0;
      background: #f7f9fc;
      border-bottom: 1px solid #edf1f7;
    }
    .sw-inner {
      max-width: 900px; margin: 0 auto; padding: 0 24px;
      display: flex; align-items: flex-start; gap: 40px;
    }
    .sw-logo-wrap {
      flex-shrink: 0; text-align: center;
    }
    .sw-logo-wrap img {
      width: 140px; border-radius: 10px;
      box-shadow: 0 2px 8px rgba(26,60,110,0.06); margin-bottom: 10px;
    }
    .sw-logo-wrap .sw-label {
      font-size: 0.78rem; font-weight: 600; color: #c41230;
      text-transform: uppercase; letter-spacing: 0.05em;
    }
    .sw-content h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.3rem; font-weight: 700; color: #0f2847;
      margin-bottom: 14px;
    }
    .sw-content p {
      font-size: 0.95rem; color: #5a6a7d; margin-bottom: 18px; line-height: 1.7;
    }
    .sw-features {
      list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px;
    }
    .sw-features li {
      font-size: 0.9rem; color: #333d4d; padding-left: 22px; position: relative;
    }
    .sw-features li::before {
      content: '✓'; position: absolute; left: 0; color: #2ecc71; font-weight: 700;
    }

    /* ── CTA with Form ─────────────────────────── */
    .cta-form-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #0f2847, #1a3c6e);
      position: relative; overflow: hidden;
    }
    .cta-form-section::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at 70% 30%, rgba(232,168,56,0.08) 0%, transparent 50%);
    }
    .cta-form-grid {
      max-width: 1100px; margin: 0 auto; padding: 0 24px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
      position: relative; z-index: 2;
    }
    .cta-left h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700;
      color: #ffffff; margin-bottom: 16px;
    }
    .cta-left &gt; p {
      color: rgba(255,255,255,0.72); font-size: 0.95rem; margin-bottom: 32px; line-height: 1.7;
    }
    .cta-left-img {
      border-radius: 16px; overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.25); margin-bottom: 28px;
    }
    .cta-left-img img { width: 100%; height: 240px; object-fit: cover; }

    .next-steps { margin-bottom: 28px; }
    .next-steps h4 {
      font-size: 0.92rem; font-weight: 700; color: #f5c563; margin-bottom: 16px;
    }
    .next-step-item {
      display: flex; gap: 14px; margin-bottom: 14px;
    }
    .next-step-num {
      width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
      background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.78rem; font-weight: 700; color: #f5c563;
    }
    .next-step-text strong {
      color: #ffffff; font-size: 0.88rem; display: block;
    }
    .next-step-text span {
      color: rgba(255,255,255,0.55); font-size: 0.82rem;
    }

    .latitude-box {
      background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px; padding: 20px; margin-bottom: 24px;
    }
    .latitude-box h4 {
      font-size: 0.92rem; font-weight: 700; color: #f5c563; margin-bottom: 8px;
    }
    .latitude-box p {
      font-size: 0.85rem; color: rgba(255,255,255,0.65); line-height: 1.6;
    }

    .why-choose-box {
      background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px; padding: 20px;
    }
    .why-choose-box h4 {
      font-size: 0.92rem; font-weight: 700; color: #f5c563; margin-bottom: 12px;
    }
    .why-choose-list {
      list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    }
    .why-choose-list li {
      font-size: 0.84rem; color: rgba(255,255,255,0.8); padding-left: 20px; position: relative;
    }
    .why-choose-list li::before {
      content: '✓'; position: absolute; left: 0; color: #2ecc71; font-weight: 700; font-size: 0.8rem;
    }

    /* Form */
    .form-card {
      background: #ffffff; border-radius: 16px;
      padding: 36px 32px; box-shadow: 0 12px 48px rgba(0,0,0,0.2);
    }
    .form-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.25rem; font-weight: 700; color: #0f2847;
      margin-bottom: 24px; text-align: center;
    }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
    .form-group { margin-bottom: 14px; }
    .form-group label {
      display: block; font-size: 0.82rem; font-weight: 600;
      color: #333d4d; margin-bottom: 5px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%; padding: 11px 14px; border: 1px solid #edf1f7;
      border-radius: 8px; font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem; color: #333d4d; background: #f7f9fc;
      transition: border-color 0.2s;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      outline: none; border-color: #2a5ba8;
      box-shadow: 0 0 0 3px rgba(42,91,168,0.1);
    }
    .form-group textarea { resize: vertical; min-height: 80px; }
    .form-submit {
      width: 100%; padding: 14px; border: none; border-radius: 10px;
      background: #1a3c6e; color: #ffffff;
      font-family: 'DM Sans', sans-serif; font-size: 1rem;
      font-weight: 700; cursor: pointer; transition: all 0.25s; margin-top: 6px;
    }
    .form-submit:hover { background: #2a5ba8; transform: translateY(-2px); box-shadow: 0 4px 20px rgba(26,60,110,0.1); }

    /* ── Services Grid ──────────────────────────── */
    .services-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    }
    .service-card {
      background: #ffffff; border: 1px solid #edf1f7;
      border-radius: 16px; padding: 32px 24px;
      transition: all 0.35s ease;
    }
    .service-card:hover {
      border-color: #2a5ba8; box-shadow: 0 4px 20px rgba(26,60,110,0.1); transform: translateY(-4px);
    }
    .service-card-icon {
      width: 52px; height: 52px; border-radius: 12px;
      background: #f7f9fc; display: flex; align-items: center;
      justify-content: center; font-size: 1.5rem; margin-bottom: 18px;
    }
    .service-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.05rem; font-weight: 700; color: #0f2847; margin-bottom: 10px;
    }
    .service-card p {
      font-size: 0.88rem; color: #5a6a7d; line-height: 1.65;
    }

    /* ── Paint Products ─────────────────────────── */
    .products-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    }
    .product-card {
      background: #ffffff; border: 1px solid #edf1f7;
      border-radius: 16px; padding: 28px 22px;
      transition: all 0.35s; position: relative; overflow: hidden;
    }
    .product-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 4px; background: #c41230; opacity: 0;
      transition: opacity 0.3s;
    }
    .product-card:hover { box-shadow: 0 4px 20px rgba(26,60,110,0.1); transform: translateY(-3px); }
    .product-card:hover::before { opacity: 1; }
    .product-card h4 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1rem; font-weight: 700; color: #0f2847;
      margin-bottom: 10px;
    }
    .product-card p {
      font-size: 0.85rem; color: #5a6a7d; line-height: 1.6;
    }

    /* ── Process Steps ──────────────────────────── */
    .process-steps {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
      max-width: 1000px; margin: 0 auto;
    }
    .process-step { text-align: center; position: relative; }
    .process-step-num {
      width: 52px; height: 52px; border-radius: 50%;
      background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.25);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.2rem; font-weight: 800; color: #f5c563;
      margin: 0 auto 16px;
    }
    .process-step h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.95rem; font-weight: 700; color: #ffffff; margin-bottom: 8px;
    }
    .process-step p {
      font-size: 0.84rem; color: rgba(255,255,255,0.65); line-height: 1.6;
    }

    /* ── Gallery Grid ───────────────────────────── */
    .gallery-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    }
    .gallery-item {
      border-radius: 16px; overflow: hidden;
      box-shadow: 0 2px 8px rgba(26,60,110,0.06); transition: all 0.35s;
    }
    .gallery-item:hover { box-shadow: 0 8px 40px rgba(26,60,110,0.14); transform: scale(1.02); }
    .gallery-item img {
      width: 100%; height: 240px; object-fit: cover;
      transition: transform 0.5s;
    }
    .gallery-item:hover img { transform: scale(1.06); }

    /* ── Service Area Tags ──────────────────────── */
    .area-tags {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
      max-width: 800px; margin: 0 auto;
    }
    .area-tag {
      background: #ffffff; border: 1px solid #edf1f7;
      padding: 10px 20px; border-radius: 40px;
      font-size: 0.88rem; font-weight: 500; color: #0f2847;
      transition: all 0.25s;
    }
    .area-tag:hover { border-color: #2a5ba8; color: #2a5ba8; box-shadow: 0 2px 8px rgba(26,60,110,0.06); }
    .area-tag-highlight {
      background: #1a3c6e; color: #ffffff; border-color: #1a3c6e;
    }

    /* ── Testimonials ───────────────────────────── */
    .testimonials-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    }
    .testimonial-card {
      background: #ffffff; border: 1px solid #edf1f7;
      border-radius: 16px; padding: 28px 24px;
      transition: all 0.35s;
    }
    .testimonial-card:hover { box-shadow: 0 4px 20px rgba(26,60,110,0.1); transform: translateY(-3px); }
    .testimonial-stars {
      color: #f5b731; font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px;
    }
    .testimonial-card blockquote {
      font-size: 0.9rem; color: #333d4d; line-height: 1.7;
      font-style: italic; margin-bottom: 18px;
    }
    .testimonial-author { font-size: 0.85rem; font-weight: 700; color: #0f2847; }
    .testimonial-location { font-size: 0.8rem; color: #6b7c93; }

    /* ── FAQ Accordion ──────────────────────────── */
    .faq-list { max-width: 800px; margin: 0 auto; }
    .faq-item {
      border: 1px solid #edf1f7; border-radius: 10px;
      margin-bottom: 12px; overflow: hidden; background: #ffffff;
      transition: all 0.25s;
    }
    .faq-item:hover { border-color: #2a5ba8; }
    .faq-question {
      width: 100%; padding: 18px 24px; background: none; border: none;
      font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
      font-weight: 600; color: #0f2847; text-align: left;
      cursor: pointer; display: flex; justify-content: space-between;
      align-items: center; gap: 16px;
    }
    .faq-question::after {
      content: '+'; font-size: 1.3rem; font-weight: 300;
      color: #2a5ba8; transition: transform 0.3s;
      flex-shrink: 0;
    }
    .faq-item.open .faq-question::after { content: '−'; }
    .faq-answer {
      max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
    }
    .faq-answer-inner {
      padding: 0 24px 18px;
      font-size: 0.9rem; color: #5a6a7d; line-height: 1.7;
    }
    .faq-item.open .faq-answer { max-height: 300px; }

    /* ── CTA Banner ─────────────────────────────── */
    .cta-banner {
      background: linear-gradient(135deg, #0f2847 0%, #1a3c6e 100%);
      border-radius: 16px; padding: 56px 40px;
      text-align: center; max-width: 860px; margin: 0 auto;
      position: relative; overflow: hidden;
    }
    .cta-banner::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at 30% 50%, rgba(232,168,56,0.1) 0%, transparent 50%);
    }
    .cta-banner h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700;
      color: #ffffff; margin-bottom: 16px; position: relative;
    }
    .cta-banner p { color: rgba(255,255,255,0.78); margin-bottom: 32px; font-size: 1rem; position: relative; }
    .cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative; }
    .cta-sub { margin-top: 18px; font-size: 0.82rem; color: rgba(255,255,255,0.5); position: relative; }

    /* ── Footer ─────────────────────────────────── */
    .site-footer { background: #1a1e2e; color: rgba(255,255,255,0.7); padding: 64px 0 0; }
    .footer-grid {
      display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
      gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 24px;
    }
    .footer-brand p { font-size: 0.88rem; line-height: 1.7; margin-bottom: 12px; }
    .footer-highlight { color: rgba(255,255,255,0.9); font-weight: 500; }
    .footer-col h4 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1rem; font-weight: 700; color: #ffffff; margin-bottom: 20px;
    }
    .footer-col ul { list-style: none; }
    .footer-col li { margin-bottom: 10px; }
    .footer-col li a { font-size: 0.88rem; color: rgba(255,255,255,0.6); }
    .footer-col li a:hover { color: #f5c563; }
    .footer-bottom {
      margin-top: 48px; border-top: 1px solid rgba(255,255,255,0.08);
      padding: 24px; text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.4);
    }
    .footer-socials { display: flex; gap: 12px; margin-top: 16px; }
    .footer-socials a {
      width: 36px; height: 36px; border-radius: 8px;
      background: rgba(255,255,255,0.06); display: flex; align-items: center;
      justify-content: center; font-size: 0.9rem; color: rgba(255,255,255,0.55);
    }
    .footer-socials a:hover { background: #2a5ba8; color: #ffffff; }

    /* ── Animations ─────────────────────────────── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .fade-up { animation: fadeUp 0.7s ease both; }
    .fd1 { animation-delay: .1s; }
    .fd2 { animation-delay: .2s; }
    .fd3 { animation-delay: .3s; }
    .fd4 { animation-delay: .4s; }
    .fd5 { animation-delay: .5s; }

    /* ── Responsive ─────────────────────────────── */
    @media (max-width: 1024px) {
      .services-grid, .products-grid, .process-steps { grid-template-columns: repeat(2, 1fr); }
      .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
      .cta-form-grid { grid-template-columns: 1fr; }
      .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }
    @media (max-width: 768px) {
      .main-nav { display: none; }
      .mobile-toggle { display: block; }
      .hero { padding: 56px 0 52px; }
      .hero-badges { flex-direction: column; align-items: center; }
      .section { padding: 56px 0; }
      .sw-inner { flex-direction: column; text-align: center; }
      .sw-features { grid-template-columns: 1fr; }
      .services-grid, .products-grid, .process-steps { grid-template-columns: 1fr; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .gallery-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .why-choose-list { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .cta-banner { padding: 40px 24px; }
    }


document.querySelectorAll('.faq-question').forEach(function(btn) {
  btn.addEventListener('click', function() {
    var item = this.closest('.faq-item');
    var wasActive = this.classList.contains('active');
    document.querySelectorAll('.faq-question').forEach(function(q) { q.classList.remove('active'); });
    document.querySelectorAll('.faq-answer').forEach(function(a) { a.classList.remove('active'); });
    if (!wasActive) {
      this.classList.add('active');
      item.querySelector('.faq-answer').classList.add('active');
    }
  });
});
document.querySelectorAll('a[href^="#"]').forEach(function(anchor) {
  anchor.addEventListener('click', function(e) {
    var target = document.querySelector(this.getAttribute('href'));
    if (target) { e.preventDefault(); target.scrollIntoView({behavior: 'smooth'}); }
  });
});
/* Emergency hero fix - override Kadence white backgrounds */
.page .content-area{margin-top:0 !important;margin-bottom:0 !important;}
.page .entry-content-wrap{padding:0 !important;}
.page .entry.single-entry{box-shadow:none !important;background:transparent !important;border:none !important;}
.page .content-bg,.page body.content-style-unboxed .site{background:transparent !important;}
.page .site-container.content-container{max-width:100% !important;width:100% !important;padding:0 !important;}
.hero{background:linear-gradient(135deg,#0f2847 0%,#1a3c6e 50%,#2a5ba8 100%) !important;position:relative;overflow:hidden;padding:100px 0 80px;width:100vw !important;margin-left:calc(-50vw + 50%) !important;}
