/* Reset & Theme Styles (Neon Bright Dark Style) */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      background-color: #08090f;
      color: #f1f5f9;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }
    a {
      color: #00f0ff;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    a:hover {
      color: #bd00ff;
    }
    button, input, select, textarea {
      font-family: inherit;
    }

    /* Layout Containers */
    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .section-padding {
      padding: 100px 0;
      position: relative;
    }
    .section-title {
      text-align: center;
      margin-bottom: 50px;
      position: relative;
      z-index: 10;
    }
    .section-title h2 {
      font-size: 2.5rem;
      font-weight: 800;
      background: linear-gradient(135deg, #00f0ff 0%, #bd00ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 15px;
    }
    .section-title p {
      color: #94a3b8;
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto;
    }

    /* Neon Accents & Glows */
    .neon-glow-bg {
      position: absolute;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(0, 240, 255, 0.15) 0%, rgba(189, 0, 255, 0.05) 50%, rgba(0,0,0,0) 100%);
      filter: blur(50px);
      pointer-events: none;
      z-index: 0;
    }

    /* Header & Navigation */
    header {
      background-color: rgba(8, 9, 15, 0.9);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(0, 240, 255, 0.1);
      position: sticky;
      top: 0;
      z-index: 1000;
      transition: all 0.3s ease;
    }
    .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 80px;
    }
    .logo-area {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .ai-page-logo {
      height: 40px;
      width: auto;
    }
    .logo-text {
      font-weight: 800;
      font-size: 1.5rem;
      background: linear-gradient(135deg, #fff 30%, #00f0ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .nav-links {
      display: flex;
      gap: 20px;
      align-items: center;
    }
    .nav-links a {
      color: #94a3b8;
      font-weight: 500;
      font-size: 0.95rem;
    }
    .nav-links a:hover, .nav-links a.active {
      color: #00f0ff;
      text-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
    }
    .btn-nav {
      background: linear-gradient(135deg, #00f0ff 0%, #bd00ff 100%);
      color: #000;
      font-weight: 700;
      padding: 8px 18px;
      border-radius: 30px;
      font-size: 0.9rem;
      border: none;
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
    }
    .btn-nav:hover {
      box-shadow: 0 0 25px rgba(189, 0, 255, 0.6);
      transform: translateY(-2px);
      color: #fff;
    }
    .menu-toggle {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }
    .menu-toggle span {
      display: block;
      width: 25px;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s ease;
    }

    /* Hero Section (No Images as per rule) */
    .hero-section {
      position: relative;
      padding: 160px 0 100px 0;
      text-align: center;
      background: radial-gradient(circle at top, rgba(0, 240, 255, 0.08) 0%, rgba(8, 9, 15, 1) 70%);
      overflow: hidden;
    }
    .hero-h1 {
      font-size: 3.2rem;
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: -0.5px;
      margin-bottom: 25px;
      color: #fff;
    }
    .hero-h1 span {
      background: linear-gradient(135deg, #00f0ff 0%, #bd00ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 0 30px rgba(0, 240, 255, 0.2);
    }
    .hero-p {
      font-size: 1.25rem;
      color: #94a3b8;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }
    .hero-btns {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 50px;
      flex-wrap: wrap;
    }
    .btn-primary {
      background: linear-gradient(135deg, #00f0ff 0%, #bd00ff 100%);
      color: #08090f;
      font-weight: 700;
      padding: 15px 35px;
      border-radius: 30px;
      font-size: 1.1rem;
      box-shadow: 0 0 20px rgba(0, 240, 255, 0.4);
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-primary:hover {
      box-shadow: 0 0 30px rgba(189, 0, 255, 0.6);
      transform: translateY(-2px);
      color: #fff;
    }
    .btn-secondary {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(0, 240, 255, 0.3);
      color: #fff;
      font-weight: 600;
      padding: 15px 35px;
      border-radius: 30px;
      font-size: 1.1rem;
      cursor: pointer;
    }
    .btn-secondary:hover {
      background: rgba(0, 240, 255, 0.1);
      border-color: #00f0ff;
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
    }

    /* Data Metric Cards */
    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 60px;
      position: relative;
      z-index: 10;
    }
    .metric-card {
      background: rgba(18, 20, 34, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 25px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
    .metric-card:hover {
      transform: translateY(-5px);
      border-color: rgba(0, 240, 255, 0.3);
      box-shadow: 0 10px 30px rgba(0, 240, 255, 0.1);
    }
    .metric-val {
      font-size: 2.2rem;
      font-weight: 800;
      color: #00f0ff;
      margin-bottom: 5px;
    }
    .metric-lbl {
      color: #94a3b8;
      font-size: 0.9rem;
    }

    /* Grid & Cards System */
    .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      position: relative;
      z-index: 10;
    }
    .neon-card {
      background: rgba(18, 20, 34, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      padding: 35px 30px;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }
    .neon-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(0, 240, 255, 0.1), rgba(189, 0, 255, 0.1));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }
    .neon-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0, 240, 255, 0.15);
    }
    .neon-card:hover::before {
      background: linear-gradient(135deg, #00f0ff, #bd00ff);
    }
    .card-icon {
      font-size: 2.5rem;
      margin-bottom: 20px;
      background: linear-gradient(135deg, #00f0ff 0%, #bd00ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }
    .neon-card h3 {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: #fff;
    }
    .neon-card p {
      color: #94a3b8;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    /* About us & Platform Description Combined */
    .about-container {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 60px;
      align-items: center;
    }
    .about-content h3 {
      font-size: 1.8rem;
      color: #fff;
      margin-bottom: 20px;
      position: relative;
    }
    .about-content h3::after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background: #00f0ff;
      margin-top: 8px;
    }
    .about-content p {
      color: #cbd5e1;
      margin-bottom: 15px;
      font-size: 1.05rem;
    }
    .model-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 25px;
    }
    .tag {
      background: rgba(0, 240, 255, 0.08);
      border: 1px solid rgba(0, 240, 255, 0.2);
      color: #00f0ff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 500;
    }

    /* Custom Grid Layout for Supported Platforms */
    .platform-showcase {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
      gap: 15px;
      margin-top: 40px;
    }
    .platform-badge {
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 12px;
      padding: 15px 10px;
      text-align: center;
      font-weight: 600;
      color: #cbd5e1;
      transition: all 0.3s ease;
    }
    .platform-badge:hover {
      background: rgba(0, 240, 255, 0.05);
      border-color: #00f0ff;
      color: #00f0ff;
      transform: scale(1.05);
    }

    /* Flow Steps Styling */
    .flow-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .step-item {
      position: relative;
      text-align: center;
      padding: 20px;
    }
    .step-number {
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 50px;
      background: linear-gradient(135deg, #00f0ff, #bd00ff);
      color: #000;
      font-weight: 800;
      font-size: 1.5rem;
      margin: 0 auto 20px auto;
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
    }
    .step-item h4 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 1.1rem;
    }
    .step-item p {
      color: #94a3b8;
      font-size: 0.9rem;
    }

    /* Table styles */
    .table-responsive {
      overflow-x: auto;
      margin-top: 40px;
      background: rgba(18, 20, 34, 0.6);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      padding: 10px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
      min-width: 700px;
    }
    th, td {
      padding: 18px 20px;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    th {
      font-weight: 700;
      color: #00f0ff;
      text-transform: uppercase;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
    td {
      color: #cbd5e1;
      font-size: 0.95rem;
    }
    tr:last-child td {
      border-bottom: none;
    }
    .badge-star {
      color: #fbbf24;
      font-weight: 700;
    }
    .badge-highlight {
      background: linear-gradient(135deg, #00f0ff 0%, #bd00ff 100%);
      color: #000;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 0.8rem;
      font-weight: 700;
    }

    /* Case Study Grid with Specified Images */
    .case-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
    .case-card {
      background: rgba(18, 20, 34, 0.8);
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.05);
      transition: all 0.3s ease;
    }
    .case-card:hover {
      transform: translateY(-5px);
      border-color: #00f0ff;
    }
    .case-img-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
      background: #000;
      position: relative;
    }
    .case-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.5s ease;
    }
    .case-card:hover img {
      transform: scale(1.05);
    }
    .case-desc {
      padding: 25px;
    }
    .case-desc h4 {
      font-size: 1.15rem;
      color: #fff;
      margin-bottom: 10px;
    }
    .case-desc p {
      color: #94a3b8;
      font-size: 0.9rem;
    }

    /* FAQ Accordion Styling */
    .faq-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 40px;
    }
    .faq-item {
      background: rgba(18, 20, 34, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .faq-item:hover {
      border-color: rgba(0, 240, 255, 0.3);
    }
    .faq-header {
      padding: 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      color: #fff;
      transition: background 0.3s;
    }
    .faq-header:hover {
      background: rgba(255,255,255,0.02);
    }
    .faq-icon {
      font-size: 1.2rem;
      color: #00f0ff;
      transition: transform 0.3s;
    }
    .faq-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
      padding: 0 20px;
      color: #94a3b8;
      font-size: 0.95rem;
    }
    .faq-item.active .faq-body {
      max-height: 500px;
      padding: 0 20px 20px 20px;
      transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    }
    .faq-item.active .faq-icon {
      transform: rotate(45deg);
    }

    /* Reviews Section */
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-top: 40px;
    }
    .review-card {
      background: rgba(18, 20, 34, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 30px;
      position: relative;
    }
    .review-stars {
      color: #fbbf24;
      margin-bottom: 15px;
    }
    .review-txt {
      color: #cbd5e1;
      font-size: 0.95rem;
      margin-bottom: 20px;
      line-height: 1.6;
    }
    .review-user {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .user-avatar {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: linear-gradient(135deg, #00f0ff, #bd00ff);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #000;
      font-size: 0.9rem;
    }
    .user-info h5 {
      color: #fff;
      font-size: 0.95rem;
      margin-bottom: 2px;
    }
    .user-info span {
      color: #94a3b8;
      font-size: 0.8rem;
    }

    /* Form Section (Smart Match) */
    .form-wrapper {
      background: rgba(18, 20, 34, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      padding: 50px;
      max-width: 800px;
      margin: 40px auto 0 auto;
      box-shadow: 0 20px 40px rgba(0,0,0,0.4);
      position: relative;
      z-index: 10;
    }
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }
    .form-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .form-group.full-width {
      grid-column: span 2;
    }
    .form-group label {
      color: #cbd5e1;
      font-size: 0.9rem;
      font-weight: 500;
    }
    .form-group input, .form-group select, .form-group textarea {
      background: rgba(8, 9, 15, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 12px 16px;
      border-radius: 8px;
      color: #fff;
      font-size: 0.95rem;
      transition: all 0.3s;
    }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
      outline: none;
      border-color: #00f0ff;
      box-shadow: 0 0 8px rgba(0, 240, 255, 0.3);
    }
    .form-btn-container {
      text-align: center;
      margin-top: 30px;
    }

    /* Articles / Knowledge Section */
    .article-section {
      background: rgba(18, 20, 34, 0.4);
    }
    .articles-flex {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }
    .article-link-card {
      background: rgba(8, 9, 15, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s;
    }
    .article-link-card:hover {
      border-color: #bd00ff;
      transform: translateY(-3px);
    }
    .article-title-url {
      font-weight: 600;
      color: #fff;
      margin-bottom: 12px;
      font-size: 0.95rem;
      word-break: break-all;
    }
    .article-meta {
      font-size: 0.8rem;
      color: #94a3b8;
    }

    /* Contact Details grid */
    .contact-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 50px;
      margin-top: 40px;
    }
    .contact-info-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      background: rgba(18, 20, 34, 0.6);
      border: 1px solid rgba(255,255,255,0.05);
      padding: 20px;
      border-radius: 12px;
    }
    .contact-info-item h5 {
      color: #fff;
      font-size: 1.05rem;
      margin-bottom: 5px;
    }
    .contact-info-item p {
      color: #94a3b8;
      font-size: 0.9rem;
    }
    .qr-showcase {
      background: rgba(18, 20, 34, 0.8);
      border: 1px solid rgba(0, 240, 255, 0.2);
      border-radius: 20px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 0 20px rgba(0, 240, 255, 0.1);
    }
    .qr-img {
      max-width: 180px;
      width: 100%;
      height: auto;
      border-radius: 12px;
      margin: 15px auto;
      border: 3px solid rgba(255,255,255,0.1);
      display: block;
    }
    .qr-showcase p {
      font-size: 0.9rem;
      color: #cbd5e1;
    }

    /* Terminology section */
    .term-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }
    .term-card {
      background: rgba(18, 20, 34, 0.5);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 12px;
      padding: 20px;
      transition: all 0.3s;
    }
    .term-card:hover {
      border-color: #00f0ff;
    }
    .term-card h4 {
      color: #00f0ff;
      margin-bottom: 8px;
      font-size: 1rem;
    }
    .term-card p {
      color: #94a3b8;
      font-size: 0.85rem;
    }

    /* Training & Cert Section */
    .training-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      margin-top: 40px;
    }
    .training-card {
      background: rgba(18, 20, 34, 0.8);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 20px;
      padding: 35px;
      position: relative;
    }
    .training-card h3 {
      font-size: 1.4rem;
      color: #fff;
      margin-bottom: 15px;
    }
    .cert-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .cert-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #cbd5e1;
      font-size: 0.95rem;
    }
    .cert-list li::before {
      content: '✓';
      color: #00f0ff;
      font-weight: 900;
    }

    /* Footer Styles */
    footer {
      background-color: #05060b;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      padding: 60px 0 30px 0;
      color: #94a3b8;
      font-size: 0.9rem;
    }
    .footer-layout {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 40px;
      margin-bottom: 40px;
    }
    .footer-col h4 {
      color: #fff;
      font-size: 1.05rem;
      margin-bottom: 20px;
      font-weight: 700;
    }
    .footer-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .footer-col ul a {
      color: #94a3b8;
    }
    .footer-col ul a:hover {
      color: #00f0ff;
    }
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      padding-top: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .friend-links-area {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      font-size: 0.85rem;
    }
    .friend-links-area a {
      margin-right: 15px;
      display: inline-block;
      color: #64748b;
    }
    .friend-links-area a:hover {
      color: #00f0ff;
    }

    /* Float & Overlay elements */
    .float-panel {
      position: fixed;
      right: 25px;
      bottom: 25px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 999;
    }
    .float-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(135deg, #00f0ff, #bd00ff);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 240, 255, 0.3);
      cursor: pointer;
      border: none;
      color: #000;
      font-weight: 900;
      transition: all 0.3s;
    }
    .float-btn:hover {
      transform: scale(1.1);
      box-shadow: 0 5px 25px rgba(189, 0, 255, 0.5);
    }
    .qr-tooltip {
      position: absolute;
      right: 65px;
      bottom: 0;
      background: #121422;
      border: 1px solid #00f0ff;
      border-radius: 12px;
      padding: 15px;
      width: 180px;
      display: none;
      box-shadow: 0 5px 20px rgba(0,0,0,0.5);
      text-align: center;
    }
    .qr-tooltip img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .float-btn:hover .qr-tooltip {
      display: block;
    }

    /* Responsive Queries */
    @media (max-width: 1024px) {
      .metric-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .case-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .training-grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .hero-h1 {
        font-size: 2.2rem;
      }
      .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: #08090f;
        border-bottom: 1px solid rgba(0, 240, 255, 0.1);
        padding: 20px;
        gap: 15px;
      }
      .nav-links.active {
        display: flex;
      }
      .menu-toggle {
        display: flex;
      }
      .about-container {
        grid-template-columns: 1fr;
      }
      .faq-container {
        grid-template-columns: 1fr;
      }
      .reviews-grid {
        grid-template-columns: 1fr;
      }
      .contact-grid {
        grid-template-columns: 1fr;
      }
      .form-grid {
        grid-template-columns: 1fr;
      }
      .form-group.full-width {
        grid-column: span 1;
      }
      .footer-layout {
        grid-template-columns: repeat(2, 1fr);
      }
      .case-grid {
        grid-template-columns: 1fr;
      }
      .flow-steps {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 480px) {
      .metric-grid {
        grid-template-columns: 1fr;
      }
      .flow-steps {
        grid-template-columns: 1fr;
      }
      .footer-layout {
        grid-template-columns: 1fr;
      }
    }