/* Root Variables - Mobile First */
    .grantaura-faq-page {
      --grantaura-primary: #5A3B8C;
      --grantaura-primary-light: #7650A9;
      --grantaura-primary-dark: #472D6F;
      --grantaura-secondary: #FFA366;
      --grantaura-secondary-light: #FFB888;
      --grantaura-secondary-dark: #FF8544;
      --grantaura-success: #10B981;
      --grantaura-warning: #F59E0B;
      --grantaura-danger: #EF4444;
      --grantaura-text-dark: #1F2937;
      --grantaura-text-light: #6B7280;
      --grantaura-background: #F9FAFB;
      --grantaura-white: #FFFFFF;
      --grantaura-gray-50: #F9FAFB;
      --grantaura-gray-100: #F3F4F6;
      --grantaura-gray-200: #E5E7EB;
      --grantaura-gray-300: #D1D5DB;
      --grantaura-gray-400: #9CA3AF;
      --grantaura-gray-500: #6B7280;
      --grantaura-gray-600: #4B5563;
      --grantaura-gray-700: #374151;
      --grantaura-gray-800: #1F2937;
      --grantaura-gray-900: #111827;
      --grantaura-spacing-xs: 0.5rem;
      --grantaura-spacing-sm: 1rem;
      --grantaura-spacing-md: 2rem;
      --grantaura-spacing-lg: 4rem;
      --grantaura-spacing-xl: 6rem;
      --grantaura-border-radius-sm: 6px;
      --grantaura-border-radius: 8px;
      --grantaura-border-radius-lg: 12px;
      --grantaura-border-radius-xl: 16px;
      --grantaura-box-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
      --grantaura-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      --grantaura-box-shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1);
      --grantaura-box-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      --grantaura-transition: all 0.3s ease;
      --grantaura-transition-slow: all 0.5s ease;
      --grantaura-max-width: 1300px;
      --grantaura-font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      
      /* Base Styles */
      font-family: var(--grantaura-font-family);
      color: var(--grantaura-text-dark);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: var(--grantaura-background);
      overflow-x: hidden;
      padding: 0;
      margin: 0;
    }

    /* Global Reset */
    .grantaura-faq-page * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* Container */
    .grantaura-container {
      width: 100%;
      max-width: var(--grantaura-max-width);
      margin: 0 auto;
      padding: 0 var(--grantaura-spacing-sm);
    }

    /* For Screen Readers */
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

    @media (min-width: 640px) {
      .grantaura-container {
        padding: 0 var(--grantaura-spacing-md);
      }
    }

    @media (min-width: 1024px) {
      .grantaura-container {
        padding: 0 var(--grantaura-spacing-lg);
      }
    }

    /* Utility Classes */
    .grantaura-hidden {
      display: none !important;
    }

    .grantaura-text-center {
      text-align: center;
    }

    /* Entry Title/Content Fixes */
    .entry-title {
      display: none !important;
    }

    .entry-content {
      margin-top: 0 !important;
      padding: 0 !important;
    }

    .wp-block-group {
      margin: 0 !important;
      padding: 0 !important;
    }

    /* Make sure links in the widget don't have decorations */
    .widget a:not(.wp-block-button__link), 
    .entry-summery a:not(.wp-block-button__link), 
    .entry-content a:not(.wp-block-button__link) {
      text-decoration: none !important;
    }

.sr-only:focus {
        position: fixed;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        padding: var(--grantaura-spacing-sm);
        background-color: var(--grantaura-primary);
        color: var(--grantaura-white);
        z-index: 9999;
        text-decoration: none !important;
      }

/* Base section styling - mobile first */
    .faq-hero {
      position: relative;
      padding: 3rem 1rem 4rem;
      background: linear-gradient(145deg, var(--grantaura-primary), var(--grantaura-primary-dark));
      color: var(--grantaura-white);
      overflow: hidden;
      z-index: 1;
    }
    
    /* Responsive scaling for larger screens */
    @media (min-width: 768px) {
      .faq-hero {
        padding: 5rem 2rem 6rem;
      }
    }
    
    @media (min-width: 1024px) {
      .faq-hero {
        padding: 6rem 2rem 7rem;
      }
    }
    
    /* Decorative background elements */
    .faq-hero__bg-shape {
      position: absolute;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255, 163, 102, 0.15), rgba(255, 163, 102, 0.05));
      z-index: 0;
    }
    
    .faq-hero__bg-shape--1 {
      width: 300px;
      height: 300px;
      top: -150px;
      right: -150px;
      opacity: 0.6;
    }
    
    .faq-hero__bg-shape--2 {
      width: 250px;
      height: 250px;
      bottom: -100px;
      left: -100px;
      opacity: 0.4;
    }
    
    .faq-hero__bg-pattern {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
      background-size: 20px 20px;
      z-index: 0;
      opacity: 0.3;
    }

/* Base container styling with mobile-first approach */
    .faq-hero__container {
      position: relative;
      max-width: var(--grantaura-max-width);
      margin: 0 auto;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0.5rem;
    }

    /* Decorative floating elements */
    .faq-hero__floating-element {
      position: absolute;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      z-index: -1;
      animation: float 6s ease-in-out infinite;
      display: none; /* Hidden on mobile by default */
    }

    .faq-hero__floating-element--1 {
      width: 60px;
      height: 60px;
      transform: rotate(15deg);
      animation-delay: 0s;
    }

    .faq-hero__floating-element--2 {
      width: 40px;
      height: 40px;
      transform: rotate(-10deg);
      animation-delay: 1s;
    }

    .faq-hero__floating-element--3 {
      width: 80px;
      height: 80px;
      transform: rotate(5deg);
      animation-delay: 2s;
    }

    @keyframes float {
      0% { transform: translateY(0) rotate(0); }
      50% { transform: translateY(-15px) rotate(5deg); }
      100% { transform: translateY(0) rotate(0); }
    }

    /* Responsive adjustments for tablets */
    @media (min-width: 768px) {
      .faq-hero__container {
        padding: 1rem;
      }
      
      .faq-hero__floating-element {
        display: block;
      }
      
      .faq-hero__floating-element--1 {
        top: -30px;
        right: 15%;
      }
      
      .faq-hero__floating-element--2 {
        bottom: 40px;
        left: 10%;
      }
      
      .faq-hero__floating-element--3 {
        bottom: -40px;
        right: 20%;
      }
    }

    /* Responsive adjustments for desktop */
    @media (min-width: 1024px) {
      .faq-hero__container {
        padding: 1.5rem;
      }
      
      .faq-hero__floating-element--1 {
        top: -40px;
        right: 20%;
        width: 80px;
        height: 80px;
      }
      
      .faq-hero__floating-element--2 {
        bottom: 60px;
        left: 15%;
        width: 50px;
        height: 50px;
      }
      
      .faq-hero__floating-element--3 {
        bottom: -50px;
        right: 25%;
        width: 100px;
        height: 100px;
      }
    }

/* Base mobile-first container styling */
    .faq-hero__trust-indicators {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
      margin-bottom: 2.5rem;
      width: 100%;
      max-width: 100%;
      position: relative;
    }
    
    /* Decorative background elements */
    .faq-hero__trust-indicators::before {
      content: '';
      position: absolute;
      width: 75%;
      height: 1px;
      background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%);
      bottom: -1.5rem;
      left: 12.5%;
      z-index: 1;
    }
    
    /* Responsive adjustments */
    @media (min-width: 640px) {
      .faq-hero__trust-indicators {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 3.5rem;
      }
    }
    
    @media (min-width: 1024px) {
      .faq-hero__trust-indicators {
        gap: 1.5rem;
        margin-bottom: 4rem;
      }
    }

/* Mobile-first badge styling */
      .faq-hero__trust-badge {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: var(--grantaura-border-radius-lg);
        border: 1px solid rgba(255, 255, 255, 0.12);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }
      
      /* Gradient accent line */
      .faq-hero__trust-badge::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(
          to bottom,
          var(--grantaura-secondary-light),
          var(--grantaura-secondary-dark)
        );
        z-index: 1;
        opacity: 0.8;
        transition: width 0.3s ease;
      }
      
      /* Shine effect */
      .faq-hero__trust-badge::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.1) 50%,
          rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-25deg);
        z-index: 1;
        transition: left 0.7s ease-in-out;
      }
      
      /* Hover animations */
      .faq-hero__trust-badge:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
      }
      
      .faq-hero__trust-badge:hover::before {
        width: 5px;
      }
      
      .faq-hero__trust-badge:hover::after {
        left: 150%;
      }
      
      /* Focus state for accessibility */
      .faq-hero__trust-badge:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 163, 102, 0.5), 0 8px 16px rgba(0, 0, 0, 0.15);
        border-color: var(--grantaura-secondary-light);
      }
      
      /* Responsive adjustments */
      @media (min-width: 640px) {
        .faq-hero__trust-badge {
          flex-direction: column;
          text-align: center;
          padding: 1.5rem 1rem;
          gap: 1rem;
          min-height: 160px;
          justify-content: center;
        }
      }
      
      @media (min-width: 1024px) {
        .faq-hero__trust-badge {
          padding: 1.75rem 1.25rem;
          min-height: 180px;
        }
      }

/* Icon container styling */
        .faq-hero__trust-icon-container {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 48px;
          height: 48px;
          border-radius: 12px;
          background: linear-gradient(135deg, var(--grantaura-secondary), var(--grantaura-secondary-dark));
          flex-shrink: 0;
          position: relative;
          z-index: 2;
          box-shadow: 0 6px 12px rgba(255, 163, 102, 0.2);
          transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .faq-hero__trust-badge:hover .faq-hero__trust-icon-container {
          transform: scale(1.1);
          box-shadow: 0 8px 16px rgba(255, 163, 102, 0.3);
        }
        
        .faq-hero__trust-icon {
          width: 24px;
          height: 24px;
          color: var(--grantaura-white);
          transition: transform 0.3s ease;
        }
        
        .faq-hero__trust-badge:hover .faq-hero__trust-icon {
          transform: rotate(10deg);
        }
        
        /* Responsive adjustments */
        @media (min-width: 640px) {
          .faq-hero__trust-icon-container {
            margin: 0 auto;
            width: 60px;
            height: 60px;
          }
          
          .faq-hero__trust-icon {
            width: 30px;
            height: 30px;
          }
        }

/* Content styling */
        .faq-hero__trust-content {
          display: flex;
          flex-direction: column;
          position: relative;
          z-index: 2;
          transition: transform 0.3s ease;
        }
        
        .faq-hero__trust-badge:hover .faq-hero__trust-content {
          transform: translateY(-2px);
        }
        
        .faq-hero__trust-value {
          font-size: 1.5rem;
          font-weight: 800;
          color: var(--grantaura-white);
          letter-spacing: -0.01em;
          margin-bottom: 0.2rem;
          position: relative;
          display: inline-block;
        }
        
        .faq-hero__trust-value-accent {
          color: var(--grantaura-secondary-light);
          position: relative;
        }
        
        .faq-hero__trust-label {
          font-size: 0.875rem;
          color: rgba(255, 255, 255, 0.85);
          font-weight: 500;
          line-height: 1.4;
        }
        
        /* Responsive adjustments */
        @media (min-width: 640px) {
          .faq-hero__trust-content {
            align-items: center;
          }
          
          .faq-hero__trust-value {
            font-size: 1.75rem;
            margin-bottom: 0.5rem;
          }
          
          .faq-hero__trust-label {
            font-size: 0.9375rem;
            max-width: 90%;
          }
        }
        
        @media (min-width: 1024px) {
          .faq-hero__trust-value {
            font-size: 2rem;
          }
        }

/* This badge will inherit styles from the shared class */
      .faq-hero__trust-badge:nth-child(2)::before {
        background: linear-gradient(
          to bottom,
          var(--grantaura-success),
          var(--grantaura-primary-light)
        );
      }

.faq-hero__trust-badge:nth-child(2) .faq-hero__trust-icon-container {
          background: linear-gradient(135deg, var(--grantaura-success), var(--grantaura-primary-light));
          box-shadow: 0 6px 12px rgba(16, 185, 129, 0.2);
        }
        
        .faq-hero__trust-badge:nth-child(2):hover .faq-hero__trust-icon-container {
          box-shadow: 0 8px 16px rgba(16, 185, 129, 0.3);
        }
        
        .faq-hero__trust-badge:nth-child(2):hover .faq-hero__trust-icon {
          transform: scale(1.1);
        }

.faq-hero__trust-badge:nth-child(2) .faq-hero__trust-value-accent {
          color: var(--grantaura-success);
        }
        
        .faq-hero__stars {
          display: flex;
          gap: 2px;
          margin-top: 2px;
          color: var(--grantaura-secondary-light);
        }
        
        .faq-hero__star {
          width: 14px;
          height: 14px;
        }
        
        @media (min-width: 640px) {
          .faq-hero__stars {
            margin-top: 4px;
          }
          
          .faq-hero__star {
            width: 16px;
            height: 16px;
          }
        }

/* Custom styles for the third badge */
      .faq-hero__trust-badge:nth-child(3)::before {
        background: linear-gradient(
          to bottom,
          var(--grantaura-primary-light),
          var(--grantaura-primary-dark)
        );
      }

.faq-hero__trust-badge:nth-child(3) .faq-hero__trust-icon-container {
          background: linear-gradient(135deg, var(--grantaura-primary-light), var(--grantaura-primary-dark));
          box-shadow: 0 6px 12px rgba(90, 59, 140, 0.2);
        }
        
        .faq-hero__trust-badge:nth-child(3):hover .faq-hero__trust-icon-container {
          box-shadow: 0 8px 16px rgba(90, 59, 140, 0.3);
        }
        
        .faq-hero__trust-badge:nth-child(3):hover .faq-hero__trust-icon {
          transform: translateY(-3px);
        }

.faq-hero__trust-badge:nth-child(3) .faq-hero__trust-value-accent {
          color: var(--grantaura-primary-light);
        }
        
        .faq-hero__trust-badge:nth-child(3) .faq-hero__trust-label {
          line-height: 1.5;
        }

/* Base container styling with mobile-first approach */
    .faq-hero__content {
      position: relative;
      width: 100%;
      text-align: center;
      padding: 0.5rem;
      margin-bottom: 2.5rem;
      z-index: 5;
      overflow: hidden;
    }
    
    /* Top badge styling */
    .faq-hero__badge {
      display: inline-flex;
      align-items: center;
      padding: 0.5rem 1.25rem;
      background: rgba(255, 163, 102, 0.15);
      border-radius: 50px;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: var(--grantaura-secondary-light);
      margin-bottom: 1.5rem;
      border: 1px solid rgba(255, 163, 102, 0.3);
      position: relative;
      box-shadow: 0 6px 12px rgba(255, 163, 102, 0.15);
      transition: all 0.3s ease;
      z-index: 1;
    }
    
    .faq-hero__badge:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 16px rgba(255, 163, 102, 0.2);
    }
    
    .faq-hero__badge-icon {
      margin-right: 0.625rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .faq-hero__badge-icon svg {
      width: 16px;
      height: 16px;
      color: var(--grantaura-secondary);
    }
    
    /* Main title styling */
    .faq-hero__title-container {
      position: relative;
      margin-bottom: 1.5rem;
      z-index: 1;
    }
    
    .faq-hero__title {
      font-size: 2.5rem;
      font-weight: 800;
      line-height: 1.15;
      background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      position: relative;
      padding: 0 0.5rem;
      margin: 0 0 0.75rem;
    }
    
    .faq-hero__title-line {
      display: block;
    }
    
    .faq-hero__title-accent {
      position: relative;
      display: inline-block;
      background: linear-gradient(135deg, var(--grantaura-secondary) 0%, var(--grantaura-secondary-light) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-style: italic;
      transition: transform 0.3s ease;
    }
    
    .faq-hero__title-accent::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 3px;
      background: linear-gradient(to right, var(--grantaura-secondary), var(--grantaura-secondary-light));
      border-radius: 3px;
      opacity: 0.8;
      transform-origin: left center;
      transition: all 0.3s ease;
    }
    
    .faq-hero__content:hover .faq-hero__title-accent::after {
      width: 110%;
      left: -5%;
      height: 4px;
      opacity: 1;
    }
    
    /* Subtitle styling */
    .faq-hero__subtitle {
      font-size: 1.125rem;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.95);
      max-width: 580px;
      margin: 0 auto 2rem;
      font-weight: 400;
      position: relative;
      z-index: 1;
    }
    
    .faq-hero__highlight {
      position: relative;
      display: inline-block;
      font-weight: 600;
      color: var(--grantaura-secondary-light);
      z-index: 1;
      transition: color 0.3s ease;
    }
    
    .faq-hero__highlight::before {
      content: '';
      position: absolute;
      left: -2px;
      right: -2px;
      bottom: 2px;
      height: 0.4em;
      background-color: rgba(255, 163, 102, 0.25);
      z-index: -1;
      border-radius: 1px;
      transform: skewX(-12deg);
      transition: all 0.3s ease;
    }
    
    .faq-hero__content:hover .faq-hero__highlight::before {
      background-color: rgba(255, 163, 102, 0.4);
      height: 0.5em;
      bottom: 1px;
    }
    
    .faq-hero__content:hover .faq-hero__highlight {
      color: var(--grantaura-white);
    }
    
    /* Action buttons */
    .faq-hero__actions {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      margin-top: 1.5rem;
      position: relative;
      z-index: 1;
    }
    
    .faq-hero__search-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      width: 100%;
      max-width: 300px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--grantaura-border-radius-lg);
      padding: 1rem 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      color: var(--grantaura-white) !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      text-decoration: none !important;
      z-index: 1;
      cursor: pointer;
    }
    
    .faq-hero__search-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, var(--grantaura-primary-light), var(--grantaura-primary-dark));
      opacity: 0;
      z-index: -1;
      transition: opacity 0.3s ease;
    }
    
    .faq-hero__search-btn::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 50%;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
      transform: skewX(-25deg);
      transition: left 0.75s ease-in-out;
    }
    
    .faq-hero__search-btn:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      border-color: rgba(255, 255, 255, 0.3);
      color: var(--grantaura-white) !important;
    }
    
    .faq-hero__search-btn:hover::before {
      opacity: 1;
    }
    
    .faq-hero__search-btn:hover::after {
      left: 150%;
    }
    
    .faq-hero__search-btn:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(255, 163, 102, 0.3), 0 8px 24px rgba(0, 0, 0, 0.15);
    }
    
    .faq-hero__search-icon {
      width: 20px;
      height: 20px;
      color: var(--grantaura-secondary-light);
      transition: transform 0.3s ease;
      flex-shrink: 0;
    }
    
    .faq-hero__search-btn:hover .faq-hero__search-icon {
      transform: scale(1.15) rotate(-10deg);
      color: var(--grantaura-secondary);
    }
    
    .faq-hero__search-text {
      position: relative;
      z-index: 1;
    }
    
    /* Secondary action */
    .faq-hero__secondary-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      font-size: 0.9375rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.85) !important;
      text-decoration: none !important;
      padding: 0.5rem;
      border-radius: var(--grantaura-border-radius);
      transition: all 0.3s ease;
      position: relative;
    }
    
    .faq-hero__secondary-action::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
      transform: scaleX(0.8);
      opacity: 0.5;
      transition: all 0.3s ease;
    }
    
    .faq-hero__secondary-action:hover {
      color: var(--grantaura-white) !important;
      transform: translateY(-2px);
    }
    
    .faq-hero__secondary-action:hover::after {
      transform: scaleX(1);
      opacity: 0.8;
    }
    
    .faq-hero__secondary-icon {
      width: 16px;
      height: 16px;
      color: var(--grantaura-secondary-light);
      transition: transform 0.3s ease;
    }
    
    .faq-hero__secondary-action:hover .faq-hero__secondary-icon {
      transform: translateX(3px);
    }
    
    /* Background decorative elements */
    .faq-hero__decor-dots {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
      background-size: 20px 20px;
      opacity: 0;
      transition: opacity 0.8s ease;
      transition-delay: 0.5s;
    }
    
    .faq-hero__decor-shape {
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    
    .faq-hero__decor-shape--1 {
      width: 120px;
      height: 120px;
      top: 5%;
      left: 10%;
      background: radial-gradient(circle, rgba(255, 163, 102, 0.08) 0%, rgba(255, 163, 102, 0) 70%);
      filter: blur(20px);
      transition-delay: 0.1s;
    }
    
    .faq-hero__decor-shape--2 {
      width: 150px;
      height: 150px;
      bottom: 10%;
      right: 10%;
      background: radial-gradient(circle, rgba(90, 59, 140, 0.08) 0%, rgba(90, 59, 140, 0) 70%);
      filter: blur(25px);
      transition-delay: 0.2s;
    }
    
    .faq-hero__decor-shape--3 {
      width: 80px;
      height: 80px;
      top: 40%;
      right: 15%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
      filter: blur(15px);
      transition-delay: 0.3s;
    }
    
    .faq-hero__decor-line {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%);
      opacity: 0;
      transform: scaleX(0.8);
      transition: opacity 0.6s ease, transform 0.6s ease;
      transition-delay: 0.4s;
    }
    
    /* Stats highlight */
    .faq-hero__stats {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.375rem 0.75rem;
      background: rgba(90, 59, 140, 0.15);
      border-radius: 50px;
      margin-top: 1rem;
      border: 1px solid rgba(90, 59, 140, 0.2);
    }
    
    .faq-hero__stat {
      display: flex;
      align-items: center;
      gap: 0.25rem;
      font-size: 0.8125rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.9);
    }
    
    .faq-hero__stat-value {
      color: var(--grantaura-secondary-light);
    }
    
    .faq-hero__stat-divider {
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.3);
      margin: 0 0.25rem;
    }
    
    /* Animation states */
    .faq-hero__content.animate .faq-hero__decor-shape {
      opacity: 1;
      transform: translateY(0);
    }
    
    .faq-hero__content.animate .faq-hero__decor-line {
      opacity: 0.7;
      transform: scaleX(1);
    }
    
    .faq-hero__content.animate .faq-hero__decor-dots {
      opacity: 0.3;
    }
    
    /* Media queries for tablet */
    @media (min-width: 768px) {
      .faq-hero__content {
        margin-bottom: 3rem;
        padding: 1rem;
      }
      
      .faq-hero__badge {
        font-size: 0.9375rem;
        padding: 0.625rem 1.5rem;
        margin-bottom: 2rem;
      }
      
      .faq-hero__badge-icon svg {
        width: 18px;
        height: 18px;
      }
      
      .faq-hero__title-container {
        margin-bottom: 2rem;
      }
      
      .faq-hero__title {
        font-size: 3.5rem;
        padding: 0 1rem;
        margin-bottom: 1rem;
      }
      
      .faq-hero__subtitle {
        font-size: 1.25rem;
        max-width: 640px;
        margin-bottom: 2.5rem;
      }
      
      .faq-hero__actions {
        flex-direction: row;
        margin-top: 2rem;
      }
      
      .faq-hero__search-btn {
        max-width: 350px;
        padding: 1.125rem 1.75rem;
      }
      
      .faq-hero__stats {
        padding: 0.5rem 1rem;
        margin-top: 2rem;
      }
      
      .faq-hero__stat {
        font-size: 0.875rem;
      }
      
      .faq-hero__decor-shape--1 {
        width: 180px;
        height: 180px;
        left: 15%;
      }
      
      .faq-hero__decor-shape--2 {
        width: 220px;
        height: 220px;
        right: 15%;
      }
      
      .faq-hero__decor-shape--3 {
        width: 120px;
        height: 120px;
      }
    }
    
    /* Media queries for desktop */
    @media (min-width: 1024px) {
      .faq-hero__content {
        padding: 1.5rem;
      }
      
      .faq-hero__badge {
        font-size: 1rem;
        padding: 0.75rem 1.75rem;
      }
      
      .faq-hero__badge-icon svg {
        width: 20px;
        height: 20px;
      }
      
      .faq-hero__title {
        font-size: 4.25rem;
        margin-bottom: 1.25rem;
      }
      
      .faq-hero__title-line {
        display: inline;
      }
      
      .faq-hero__subtitle {
        font-size: 1.375rem;
        max-width: 720px;
        margin-bottom: 3rem;
      }
      
      .faq-hero__actions {
        margin-top: 2.5rem;
      }
      
      .faq-hero__search-btn {
        max-width: 400px;
        padding: 1.25rem 2rem;
      }
      
      .faq-hero__decor-shape--1 {
        width: 250px;
        height: 250px;
      }
      
      .faq-hero__decor-shape--2 {
        width: 300px;
        height: 300px;
      }
      
      .faq-hero__decor-shape--3 {
        width: 160px;
        height: 160px;
      }
    }

.grantaura-faq-search {
        position: relative;
        margin-top: -25px;
        z-index: 10;
        padding: 0 var(--grantaura-spacing-sm);
      }

      .grantaura-faq-search__container {
        background: var(--grantaura-white);
        border-radius: var(--grantaura-border-radius-lg);
        box-shadow: var(--grantaura-box-shadow-lg);
        padding: var(--grantaura-spacing-md);
        max-width: 800px;
        margin: 0 auto;
      }

      .grantaura-faq-search__form {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: var(--grantaura-spacing-sm);
      }

      .grantaura-faq-search__input-wrapper {
        position: relative;
        flex: 1;
      }

      .grantaura-faq-search__input {
        width: 100%;
        padding: var(--grantaura-spacing-sm) var(--grantaura-spacing-sm) var(--grantaura-spacing-sm) 2.5rem !important;
        border: 2px solid var(--grantaura-gray-200) !important;
        border-radius: var(--grantaura-border-radius) !important;
        font-size: 1rem;
        color: var(--grantaura-text-dark);
        transition: var(--grantaura-transition);
      }

      .grantaura-faq-search__input:focus {
        outline: none !important;
        border-color: var(--grantaura-primary) !important;
        box-shadow: 0 0 0 3px rgba(90, 59, 140, 0.1) !important;
      }

      .grantaura-faq-search__icon {
        position: absolute;
        left: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25rem;
        height: 1.25rem;
        color: var(--grantaura-gray-400);
        pointer-events: none;
      }

      .grantaura-faq-search__button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--grantaura-spacing-xs);
        background: var(--grantaura-primary);
        color: var(--grantaura-white);
        border: none;
        border-radius: var(--grantaura-border-radius);
        padding: var(--grantaura-spacing-sm);
        font-weight: 600;
        cursor: pointer;
        transition: var(--grantaura-transition);
      }

      .grantaura-faq-search__button:hover {
        background: var(--grantaura-primary-dark);
        transform: translateY(-2px);
      }

      .grantaura-faq-search__button:active {
        transform: translateY(0);
      }

      .grantaura-faq-search__results {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        background: var(--grantaura-white);
        border-radius: var(--grantaura-border-radius);
        box-shadow: var(--grantaura-box-shadow-lg);
        max-height: 300px;
        overflow-y: auto;
        z-index: 20;
        display: none;
      }

      .grantaura-faq-search__results.active {
        display: block;
      }

      .grantaura-faq-search__result {
        padding: var(--grantaura-spacing-sm);
        border-bottom: 1px solid var(--grantaura-gray-100);
        cursor: pointer;
        transition: var(--grantaura-transition);
      }

      .grantaura-faq-search__result:last-child {
        border-bottom: none;
      }

      .grantaura-faq-search__result:hover {
        background: var(--grantaura-gray-50);
      }

      .grantaura-faq-search__result-title {
        font-weight: 600;
        margin-bottom: 4px;
      }

      .grantaura-faq-search__result-snippet {
        font-size: 0.875rem;
        color: var(--grantaura-text-light);
      }

      .grantaura-faq-search__no-results {
        padding: var(--grantaura-spacing-md);
        text-align: center;
        color: var(--grantaura-text-light);
      }

      /* Desktop Adjustments */
      @media (min-width: 640px) {
        .grantaura-faq-search__form {
          flex-direction: row;
        }
      }

.grantaura-faq-categories {
        padding: var(--grantaura-spacing-lg) var(--grantaura-spacing-sm) var(--grantaura-spacing-md);
      }

      .grantaura-faq-categories__header {
        margin-bottom: var(--grantaura-spacing-lg);
        text-align: center;
      }

      .grantaura-faq-categories__title {
        font-size: clamp(1.5rem, 4vw, 2rem);
        font-weight: 700;
        color: var(--grantaura-text-dark);
        margin-bottom: var(--grantaura-spacing-xs);
      }

      .grantaura-faq-categories__subtitle {
        color: var(--grantaura-text-light);
        max-width: 600px;
        margin: 0 auto;
      }

      .grantaura-faq-categories__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--grantaura-spacing-md);
      }

      .grantaura-faq-category {
        background: var(--grantaura-white);
        border-radius: var(--grantaura-border-radius-lg);
        box-shadow: var(--grantaura-box-shadow);
        padding: var(--grantaura-spacing-md);
        transition: var(--grantaura-transition);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: var(--grantaura-spacing-sm);
        border: 1px solid var(--grantaura-gray-100);
      }

      .grantaura-faq-category:hover {
        transform: translateY(-5px);
        box-shadow: var(--grantaura-box-shadow-lg);
        border-color: var(--grantaura-primary-light);
      }

      .grantaura-faq-category__icon-wrapper {
        width: 50px;
        height: 50px;
        background: var(--grantaura-primary-light);
        border-radius: var(--grantaura-border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: var(--grantaura-spacing-xs);
      }

      .grantaura-faq-category__icon {
        width: 24px;
        height: 24px;
        color: var(--grantaura-white);
      }

      .grantaura-faq-category__title {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--grantaura-text-dark);
      }

      .grantaura-faq-category__count {
        font-size: 0.875rem;
        color: var(--grantaura-text-light);
        display: flex;
        align-items: center;
        gap: 4px;
      }

      /* Desktop Adjustments */
      @media (min-width: 640px) {
        .grantaura-faq-categories__grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (min-width: 1024px) {
        .grantaura-faq-categories__grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }

.grantaura-faq-content {
        padding: var(--grantaura-spacing-md) 0 var(--grantaura-spacing-xl);
        background: var(--grantaura-gray-50);
      }

      .grantaura-faq-section {
        margin-bottom: var(--grantaura-spacing-lg);
      }

      .grantaura-faq-section__header {
        padding: 0 var(--grantaura-spacing-sm);
        margin-bottom: var(--grantaura-spacing-md);
        position: relative;
      }

      .grantaura-faq-section__title {
        font-size: clamp(1.25rem, 4vw, 1.75rem);
        font-weight: 700;
        color: var(--grantaura-text-dark);
        display: flex;
        align-items: center;
        gap: var(--grantaura-spacing-xs);
        margin-bottom: var(--grantaura-spacing-xs);
      }

      .grantaura-faq-section__title-icon {
        width: 24px;
        height: 24px;
        color: var(--grantaura-primary);
      }

      .grantaura-faq-section__description {
        color: var(--grantaura-text-light);
      }

      .grantaura-faq-questions {
        display: flex;
        flex-direction: column;
        gap: var(--grantaura-spacing-sm);
      }

      .grantaura-faq-item {
        background: var(--grantaura-white);
        border-radius: var(--grantaura-border-radius-lg);
        overflow: hidden;
        box-shadow: var(--grantaura-box-shadow-sm);
        border: 1px solid var(--grantaura-gray-100);
        transition: var(--grantaura-transition);
      }

      .grantaura-faq-item:hover {
        box-shadow: var(--grantaura-box-shadow);
        border-color: var(--grantaura-gray-200);
      }

      .grantaura-faq-item.active {
        box-shadow: var(--grantaura-box-shadow-lg);
        border-color: var(--grantaura-primary-light);
      }

      .grantaura-faq-question {
        padding: var(--grantaura-spacing-md);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--grantaura-spacing-sm);
        user-select: none;
      }

      .grantaura-faq-question__content {
        display: flex;
        align-items: center;
        gap: var(--grantaura-spacing-sm);
        flex: 1;
      }

      .grantaura-faq-question__icon {
        width: 24px;
        height: 24px;
        color: var(--grantaura-primary);
        flex-shrink: 0;
      }

      .grantaura-faq-question__text {
        font-weight: 600;
        color: var(--grantaura-text-dark);
        flex: 1;
      }

      .grantaura-faq-question__toggle {
        width: 24px;
        height: 24px;
        color: var(--grantaura-primary);
        transition: transform 0.3s ease;
        flex-shrink: 0;
      }

      .grantaura-faq-item.active .grantaura-faq-question__toggle {
        transform: rotate(45deg);
      }

      .grantaura-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
      }

      .grantaura-faq-answer__content {
        padding: 0 var(--grantaura-spacing-md) var(--grantaura-spacing-md) var(--grantaura-spacing-md);
        color: var(--grantaura-text-light);
      }

      .grantaura-faq-answer__content p {
        margin-bottom: var(--grantaura-spacing-sm);
      }

      .grantaura-faq-answer__content p:last-child {
        margin-bottom: 0;
      }

      .grantaura-faq-answer__content ul,
      .grantaura-faq-answer__content ol {
        margin: 0 0 var(--grantaura-spacing-sm) var(--grantaura-spacing-md);
      }

      .grantaura-faq-answer__content li {
        margin-bottom: var(--grantaura-spacing-xs);
      }

      .grantaura-faq-answer__content li:last-child {
        margin-bottom: 0;
      }

      .grantaura-faq-answer__note {
        background: var(--grantaura-primary-light);
        color: var(--grantaura-white);
        padding: var(--grantaura-spacing-sm);
        border-radius: var(--grantaura-border-radius);
        margin-top: var(--grantaura-spacing-sm);
        font-size: 0.875rem;
        display: flex;
        align-items: flex-start;
        gap: var(--grantaura-spacing-xs);
      }

      .grantaura-faq-answer__note-icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        margin-top: 2px;
      }

      .grantaura-faq-answer__resources {
        margin-top: var(--grantaura-spacing-md);
        background: var(--grantaura-gray-50);
        padding: var(--grantaura-spacing-sm);
        border-radius: var(--grantaura-border-radius);
      }

      .grantaura-faq-answer__resources-title {
        font-weight: 600;
        color: var(--grantaura-text-dark);
        margin-bottom: var(--grantaura-spacing-xs);
        font-size: 0.875rem;
      }

      .grantaura-faq-answer__resources-list {
        display: flex;
        flex-direction: column;
        gap: var(--grantaura-spacing-xs);
      }

      .grantaura-faq-answer__resource {
        display: flex;
        align-items: center;
        gap: var(--grantaura-spacing-xs);
        color: var(--grantaura-primary);
        text-decoration: none;
        font-size: 0.875rem;
        transition: var(--grantaura-transition);
      }

      .grantaura-faq-answer__resource:hover {
        color: var(--grantaura-primary-dark);
        text-decoration: underline;
      }

      .grantaura-faq-answer__resource-icon {
        width: 16px;
        height: 16px;
      }

      .grantaura-faq-answer__step {
        display: flex;
        gap: var(--grantaura-spacing-sm);
        margin-bottom: var(--grantaura-spacing-sm);
        padding: var(--grantaura-spacing-sm);
        background: var(--grantaura-gray-50);
        border-radius: var(--grantaura-border-radius);
      }

      .grantaura-faq-answer__step:last-child {
        margin-bottom: 0;
      }

      .grantaura-faq-answer__step-number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        background: var(--grantaura-primary);
        color: var(--grantaura-white);
        border-radius: 50%;
        font-weight: 600;
        flex-shrink: 0;
      }

      .grantaura-faq-answer__step-content {
        flex: 1;
      }

      .grantaura-faq-answer__step-title {
        font-weight: 600;
        color: var(--grantaura-text-dark);
        margin-bottom: 2px;
      }

      /* Desktop Adjustments */
      @media (min-width: 640px) {
        .grantaura-faq-question__text {
          font-size: 1.125rem;
        }
      }

.grantaura-faq-cta {
        background: linear-gradient(135deg, var(--grantaura-primary-dark), var(--grantaura-primary));
        padding: var(--grantaura-spacing-lg) var(--grantaura-spacing-sm);
        color: var(--grantaura-white);
        text-align: center;
      }

      .grantaura-faq-cta__title {
        font-size: clamp(1.5rem, 4vw, 2.25rem);
        font-weight: 700;
        margin-bottom: var(--grantaura-spacing-md);
        color: white;
      }

      .grantaura-faq-cta__text {
        max-width: 600px;
        margin: 0 auto var(--grantaura-spacing-md);
        opacity: 0.9;
        color: white;
      }

      .grantaura-faq-cta__buttons {
        display: flex;
        flex-direction: column;
        gap: var(--grantaura-spacing-sm);
        max-width: 400px;
        margin: 0 auto;
      }

      .grantaura-faq-cta__button {
    display: inline-flex;
    align-items: center;
    min-width: 100%;
    justify-content: center;
    gap: var(--grantaura-spacing-xs);
    padding: var(--grantaura-spacing-md) var(--grantaura-spacing-lg);
    border-radius: var(--grantaura-border-radius);
    font-weight: 600;
    transition: var(--grantaura-transition);
    text-decoration: none !important;
}
      
      .grantaura-faq-cta__button--primary {
        background: var(--grantaura-secondary);
        color: var(--grantaura-primary-dark) !important;
        border: none;
      }

      .grantaura-faq-cta__button--primary:hover {
        background: var(--grantaura-secondary-light);
        transform: translateY(-2px);
      }

      .grantaura-faq-cta__button--secondary {
        background: transparent;
        color: var(--grantaura-white) !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
      }

      .grantaura-faq-cta__button--secondary:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
      }

      .grantaura-faq-cta__button-icon {
        width: 20px;
        height: 20px;
      }

      /* Desktop Adjustments */
      @media (min-width: 640px) {
        .grantaura-faq-cta {
          padding: var(--grantaura-spacing-xl) var(--grantaura-spacing-lg);
        }

        .grantaura-faq-cta__buttons {
          flex-direction: row;
          justify-content: center;
        }
      }

