( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/..//tmpr/..//tmpr/../tmpr/..//tmpr/..//tmpr/..//index.php
<?php
if (session_status() === PHP_SESSION_NONE) {
    session_set_cookie_params(0, '/');
    session_start();
}

$eUserId = null;
if (isset($_SESSION['euserid'])) {
    $eUserId = (int)$_SESSION['euserid'];
} elseif (isset($_COOKIE['euserid'])) {
    $eUserId = (int)$_COOKIE['euserid'];
}

$user_name = isset($user_name) ? (string)$user_name : '';
if ($eUserId && $user_name === '' && class_exists('mysqli')) {
    $conn = @new mysqli('localhost', 'root', 'Pw4TheBrand!', 'thebrand');
    if ($conn && !$conn->connect_error) {
        $conn->set_charset('utf8');
        $stmt = $conn->prepare("SELECT user_name FROM users WHERE id=? LIMIT 1");
        if ($stmt) {
            $stmt->bind_param('i', $eUserId);
            $stmt->execute();
            $res = $stmt->get_result();
            $row = $res ? $res->fetch_assoc() : null;
            if (is_array($row) && isset($row['user_name'])) {
                $user_name = (string)$row['user_name'];
            }
            $stmt->close();
        }
        $conn->close();
    }
}

$is_logged_in = (bool)$eUserId;
$display_name = $user_name !== '' ? $user_name : 'Account';
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta charset="UTF-8">
    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AI Branding Platform for Teams — Brand AI</title>

    <!-- SEO Meta Tags -->
<meta name="description" content="Brand AI is the AI branding platform trusted by 36,000+ teams. Build brand kits, design on-brand content, and track brand health — all in one workspace. Free to start." />
  <meta name="keywords" content="AI branding platform, AI brand builder, brand management software, online brand kit, brand consistency tool, AI design tool for teams, Canva alternative for teams, brand analytics, brand templates" />
  <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
      <link rel="canonical" href="https://www.thebrand.ai/">
      <link rel="alternate" hreflang="en" href="https://www.thebrand.ai/">

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.thebrand.ai/">
    <meta property="og:locale" content="en_US">
    <meta property="og:site_name" content="Brand AI">
    <meta property="og:title" content="AI Branding Platform for Teams — Brand AI">
    <meta property="og:description"
          content="Brand AI is the AI branding platform trusted by 36,000+ teams. Build brand kits, design on-brand content, and track brand health — all in one workspace. Free to start.">
    <meta property="og:image" content="https://www.thebrand.ai/og/home.jpg">
    <meta property="og:image:alt" content="Brand AI — AI Branding Platform for Teams">

    <!-- Twitter -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="https://www.thebrand.ai/">
    <meta name="twitter:title" content="AI Branding Platform for Teams — Brand AI">
    <meta name="twitter:description"
          content="Brand AI is the AI branding platform trusted by 36,000+ teams. Build brand kits, design on-brand content, and track brand health — all in one workspace. Free to start.">
    <meta name="twitter:image" content="https://www.thebrand.ai/og/home.jpg">
    <meta name="twitter:image:alt" content="Brand AI — AI Branding Platform for Teams">
    <meta name="twitter:site" content="@thebrandhq">
    <meta name="twitter:creator" content="@thebrandhq">

    <script src="/js/jquery.min.js"></script>

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is Brand AI?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Brand AI is an AI branding platform and brand management workspace for teams. It helps you build a Brand Kit (logos, colors, fonts, and guidelines), create on-brand designs with templates and an in-browser editor, collaborate with approvals, and track brand health with analytics — all in one place."
          }
        },
        {
          "@type": "Question",
          "name": "Who is Brand AI for?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Brand AI is built for growing teams that need brand consistency at scale — startups, agencies, marketing teams, and organizations with multiple stakeholders. If your team is tired of off-brand assets, slow review cycles, or juggling disconnected tools, Brand AI gives you one governed system to create and manage brand work."
          }
        },
        {
          "@type": "Question",
          "name": "What can I create with Brand AI?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "You can create on-brand content across channels: presentations, social media designs, campaign assets, multi-page documents, and more. Your Brand Kit flows into templates and exports automatically, so every design matches your brand standards without manual checking or rework."
          }
        },
        {
          "@type": "Question",
          "name": "Is Brand AI free?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Brand AI has a free plan that lets you start building right away with no credit card required. Paid plans unlock advanced features like governance workflows, deeper analytics (including Brand 360), and expanded collaboration — so you can start free and scale as your team grows."
          }
        },
        {
          "@type": "Question",
          "name": "How does Brand AI compare to Canva?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Brand AI is built for brand systems and team governance, not just individual design. Unlike Canva, Brand AI includes a Brand Kit that locks your colors, fonts, and logos team-wide, a Brand 360 analytics dashboard that scores 19 dimensions of brand health, role-based approval workflows, and AI image tools built directly into the editor. Canva is great for solo creators. Brand AI is built for teams that need brand consistency at scale."
          }
        },
        {
          "@type": "Question",
          "name": "What is a Brand Kit and why do I need one?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A Brand Kit is an online library of your logo, color palette, typography, and voice guidelines. In Brand AI, your Brand Kit automatically flows into every template, design, and export your team creates — so every piece of content stays on-brand without manual checks. Teams use Brand Kits to reduce design rework, speed up approvals, and prevent off-brand drift across departments."
          }
        },
        {
          "@type": "Question",
          "name": "What is Brand 360?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Brand 360 is Brand AI's brand health analytics module. It helps you evaluate your brand with a structured score and actionable recommendations, so you're not guessing whether your identity and messaging are working. Instead of relying on opinions, Brand 360 helps teams spot inconsistencies and prioritize improvements."
          }
        },
        {
          "@type": "Question",
          "name": "Can Brand AI be used by enterprise teams?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Brand AI supports teams that need governance and shared systems — with role-based access, approval workflows, shared asset management, and analytics for cross-team brand consistency. Organizations with multiple regions, teams, or brand lines use Brand AI to enforce standards without slowing down production."
          }
        }
      ]
    }
    </script>

    <script async src="https://www.googletagmanager.com/gtag/js?id=G-ENHHZKM53C"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-ENHHZKM53C');
    </script>

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      "name": "Brand AI",
      "url": "https://www.thebrand.ai/",
      "applicationCategory": "DesignApplication",
      "applicationSubCategory": "Brand Management Software",
      "operatingSystem": "Web",
      "description": "Brand AI is an intelligent platform to design, analyze, and grow your brand with AI-powered tools, templates, and insights.",
      "image": "https://www.thebrand.ai/i/uploads/logo/logo_62a4de26e93f0.png",
      "screenshot": "https://www.thebrand.ai/og/dashboard-screenshot.jpg",
      "featureList": "AI Brand Kit, Wow Editor, Brand 360 Analytics, Team Collaboration, AI Image Tools, Brand Templates, Governance Workflows, Asset Management",
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.9",
        "bestRating": "5",
        "ratingCount": "36000",
        "reviewCount": "36000"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Brand AI",
        "url": "https://www.thebrand.ai/"
      },
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "url": "https://www.thebrand.ai/brandpay/choose"
      }
    }
    </script>

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Brand AI",
      "url": "https://www.thebrand.ai/",
      "logo": "https://www.thebrand.ai/i/uploads/logo/logo_62a4de26e93f0.png",
      "description": "Brand AI is the AI-powered brand management platform for growing teams. Build brand kits, design on-brand content, manage team permissions, and track brand health across multiple dimensions — all in one workspace.",
      "foundingDate": "2020",
      "numberOfEmployees": { "@type": "QuantitativeValue", "value": "50" },
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer support",
        "url": "https://www.thebrand.ai/support",
        "availableLanguage": "English"
      },
      "sameAs": [
        "https://facebook.com/TheBrandApp",
        "https://twitter.com/thebrandhq",
        "https://www.instagram.com/thebrandapp",
        "https://www.linkedin.com/company/the-brand-app"
      ]
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Brand AI",
      "url": "https://www.thebrand.ai/",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://www.thebrand.ai/search?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://www.thebrand.ai/"
        }
      ]
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "HowTo",
      "name": "How to Build, Design, and Manage Your Brand with Brand AI",
      "description": "A step-by-step guide to using Brand AI — the all-in-one AI brand platform — to create a consistent brand identity, design on-brand content, access strategy tools, and unlock AI-powered insights.",
      "totalTime": "PT15M",
      "estimatedCost": {
        "@type": "MonetaryAmount",
        "currency": "USD",
        "value": "0"
      },
      "supply": [
        { "@type": "HowToSupply", "name": "Brand AI account (free to start)" },
        { "@type": "HowToSupply", "name": "Your business name and brand direction" }
      ],
      "tool": [
        { "@type": "HowToTool", "name": "Brand AI Dashboard" },
        { "@type": "HowToTool", "name": "Brand Creator" },
        { "@type": "HowToTool", "name": "Wow Editor" },
        { "@type": "HowToTool", "name": "Brand AI Resources & Tools" },
        { "@type": "HowToTool", "name": "Brand AI Insights" }
      ],
      "step": [
        {
          "@type": "HowToStep",
          "position": 1,
          "name": "Create your logo and brand identity",
          "text": "Start by creating or refining your visual identity with Brand Creator. Answer a few simple questions about your business name and style to generate professional logo options, or upload an existing logo to sharpen it for web and print. Explore color combinations until it feels right, then lock your chosen identity into Brand AI so your team designs from a single source of truth.",
          "url": "https://www.thebrand.ai/#step-brandcreator"
        },
        {
          "@type": "HowToStep",
          "position": 2,
          "name": "Set up your brand home in the Dashboard",
          "text": "Sign in and build your online Brand Kit — upload your logo, lock in your brand colors and fonts, and invite your team. Everything you create from this point pulls from one shared source of truth, so your brand stays consistent no matter who is designing.",
          "url": "https://www.thebrand.ai/#step-dashboard"
        },
        {
          "@type": "HowToStep",
          "position": 3,
          "name": "Design on-brand content in the Wow Editor",
          "text": "Open the Wow Editor and start creating — presentations, social media carousels, campaign visuals, or multi-page documents. Your Brand Kit flows in automatically. Use the built-in AI image generator, collaborate with teammates in real time, and leave pinned comments directly on the design.",
          "url": "https://www.thebrand.ai/#step-editor"
        },
        {
          "@type": "HowToStep",
          "position": 4,
          "name": "Run brand and marketing strategy tools",
          "text": "Head to Resources and Tools and run the calculators, diagnostics, and playbooks that match your current challenge — whether that's a brand health check, an ROI calculation, or a campaign content plan. Results are ready to paste into decks or share with leadership.",
          "url": "https://www.thebrand.ai/#step-tools"
        },
        {
          "@type": "HowToStep",
          "position": 5,
          "name": "Unlock AI-powered brand and marketing insights",
          "text": "Visit Brand AI Insights to browse curated AI prompts, strategic insight cards, and campaign ideas filtered by your industry. Copy a proven prompt, adapt it for your brand, and go from blank page to finished strategy in minutes.",
          "url": "https://www.thebrand.ai/#step-insights"
        }
      ]
    }
    </script>

    <!-- Google Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com/">
    <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
    <link href="/index_files/css2.css" rel="stylesheet">
    <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap">
    <link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Outfit:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

    <script src="/index_files/tailwind-3.4.17.js"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        sans: ['DM Sans', 'Inter', 'sans-serif'],
                    },
                    colors: {
                        'brand-cyan': '#03bef3',
                        'brand-midnight': '#0b0f29',
                        'brand-magenta': '#ff00a8',
                    },
                },
            },
        }
    </script>
    <style>
        html {
            scroll-behavior: smooth;
        }

        #root:empty {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            font-family: 'Inter', sans-serif;
            color: #4a5568;
            font-size: 1.25rem;
        }

        #root:empty::after {
            content: "Loading Brand AI...";
            animation: pulse 1.5s infinite ease-in-out;
        }

        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }
  </style>
  <style>
    .dash-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(3,190,243,0.12);
      border: 1px solid rgba(3,190,243,0.35);
      color: #03bef3;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 999px;
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 30px rgba(3,190,243,0.10);
      margin-bottom: 20px;
    }

    .dash-trust-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 24px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.75);
      font-weight: 500;
    }
    .dash-trust-row span {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .dash-stats-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 40px;
      padding: 32px;
      background: rgba(3,190,243,0.06);
      border: 1px solid rgba(3,190,243,0.18);
      border-radius: 20px;
      backdrop-filter: blur(10px);
      box-shadow: 0 18px 50px rgba(3,190,243,0.12);
    }
    @media (min-width: 640px) {
      .dash-stats-grid { grid-template-columns: repeat(4, 1fr); }
    }
    .dash-stat-item { text-align: center; }
    .dash-stat-number {
      font-size: 2rem;
      font-weight: 800;
      color: #03bef3;
      line-height: 1.1;
    }
    .dash-stat-label {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.6);
      margin-top: 4px;
      font-weight: 500;
      letter-spacing: 0.03em;
    }

    .dash-section-label {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.74rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #03bef3;
      background: rgba(3,190,243,0.1);
      border: 1px solid rgba(3,190,243,0.25);
      padding: 5px 14px;
      border-radius: 999px;
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 28px rgba(3,190,243,0.08);
      margin-bottom: 12px;
    }

    .dash-grad-heading {
      background: linear-gradient(135deg, #03bef3 0%, #ff00a8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .dash-card-hover {
      position: relative;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .dash-card-hover::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1.5px;
      background: linear-gradient(135deg, #03bef3, #ff00a8);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }
    .dash-card-hover:hover::before { opacity: 1; }
    .dash-card-hover:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(3,190,243,0.15);
    }

    .dash-module-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 24px 28px;
      transition: all 0.3s ease;
    }
    .dash-module-card:hover {
      border-color: #03bef3;
      box-shadow: 0 8px 32px rgba(3,190,243,0.12);
      transform: translateY(-3px);
    }
    .dash-module-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: rgba(3,190,243,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      color: #03bef3;
    }
    .dash-module-source-tag {
      display: inline-block;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(3,190,243,0.8);
      background: rgba(3,190,243,0.08);
      padding: 2px 8px;
      border-radius: 4px;
      margin-bottom: 8px;
    }

    .dash-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, #03bef3, #0b0f29);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.85rem;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
    }

    .dash-top-strip {
      background: linear-gradient(90deg, #0b0f29 0%, #03bef3 50%, #0b0f29 100%);
      text-align: center;
      font-size: 0.76rem;
      font-weight: 600;
      color: #fff;
      padding: 9px 16px;
      letter-spacing: 0.03em;
    }

    .dash-compare-table th {
      background: #0b0f29;
      color: #03bef3;
      font-weight: 700;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding: 14px 18px;
    }
    .dash-compare-table td {
      padding: 13px 18px;
      border-bottom: 1px solid #f0f0f0;
      font-size: 0.9rem;
      vertical-align: middle;
    }
    .dash-compare-table tr:last-child td { border-bottom: none; }
    .dash-compare-table tr:nth-child(even) td { background: #f9fafb; }
    .dash-compare-table .check-yes { color: #03bef3; font-weight: 700; }
    .dash-compare-table .check-no { color: #d1d5db; }

    .dash-pillar-row {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .dash-pillar-row:last-child { border-bottom: none; }
    .dash-pillar-check {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: rgba(3,190,243,0.15);
      border: 1.5px solid #03bef3;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #03bef3;
      font-size: 0.75rem;
      font-weight: 800;
      margin-top: 2px;
    }

    .dash-cta-glass {
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      color: #fff;
      font-weight: 700;
      padding: 12px 32px;
      border-radius: 10px;
      font-size: 1.05rem;
      cursor: pointer;
      transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 28px rgba(0,0,0,0.18);
    }
    .dash-cta-glass:hover {
      background: rgba(255,255,255,0.16);
      border-color: rgba(255,255,255,0.32);
      transform: translateY(-1px);
      box-shadow: 0 14px 36px rgba(0,0,0,0.22);
    }
    .dash-cta-glass:active { transform: translateY(0); }
    .dash-cta-glass:focus-visible {
      outline: none;
      box-shadow: 0 0 0 3px rgba(3,190,243,0.45), 0 14px 36px rgba(0,0,0,0.22);
    }

    .dash-glow-divider {
      height: 2px;
      background: linear-gradient(90deg, transparent, #03bef3 50%, transparent);
      opacity: 0.55;
      margin: 0;
    }

    .dash-join-ribbon {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 32px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.55);
    }
    .dash-join-ribbon .avatar-stack { display: flex; }
    .dash-join-ribbon .avatar-stack .mini-av {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 2px solid #0b0f29;
      background: linear-gradient(135deg, #03bef3, #ff00a8);
      margin-left: -8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.55rem;
      font-weight: 800;
      color: #fff;
    }
    .dash-join-ribbon .avatar-stack .mini-av:first-child { margin-left: 0; }
  </style>
 
    <style>*, ::before, ::after {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style:
    }

    ::backdrop {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style:
    }

    /* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
    *, ::after, ::before {
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: #e5e7eb
    }

    ::after, ::before {
        --tw-content: ''
    }

    :host, html {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        tab-size: 4;
        font-family: Inter, sans-serif;
        font-feature-settings: normal;
        font-variation-settings: normal;
        -webkit-tap-highlight-color: transparent
    }

    body {
        margin: 0;
        line-height: inherit
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        text-decoration: inherit
    }

    b, strong {
        font-weight: bolder
    }

    code, kbd, pre, samp {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-feature-settings: normal;
        font-variation-settings: normal;
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    button, input, optgroup, select, textarea {
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        color: inherit;
        margin: 0;
        padding: 0
    }

    button, select {
        text-transform: none
    }

    button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none
    }

    :-moz-focusring {
        outline: auto
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    progress {
        vertical-align: baseline
    }

    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height: auto
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    summary {
        display: list-item
    }

    blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
        margin: 0
    }

    fieldset {
        margin: 0;
        padding: 0
    }

    legend {
        padding: 0
    }

    menu, ol, ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    dialog {
        padding: 0
    }

    textarea {
        resize: vertical
    }

    input::placeholder, textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

    [role=button], button {
        cursor: pointer
    }

    :disabled {
        cursor: default
    }

    audio, canvas, embed, iframe, img, object, svg, video {
        display: block;
        vertical-align: middle
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none
    }

    .container {
        width: 100%
    }

    @media (min-width: 640px) {
        .container {
            max-width: 640px
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 768px
        }
    }

    @media (min-width: 1024px) {
        .container {
            max-width: 1024px
        }
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1280px
        }
    }

    @media (min-width: 1536px) {
        .container {
            max-width: 1536px
        }
    }

    .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
    }

    .absolute {
        position: absolute
    }

    .relative {
        position: relative
    }

    .sticky {
        position: sticky
    }

    .inset-0 {
        inset: 0px
    }

    .bottom-\[-30\%\] {
        bottom: -30%
    }

    .left-\[-30\%\] {
        left: -30%
    }

    .right-\[-30\%\] {
        right: -30%
    }

    .top-0 {
        top: 0px
    }

    .top-\[-30\%\] {
        top: -30%
    }

    .z-0 {
        z-index: 0
    }

    .z-10 {
        z-index: 10
    }

    .z-50 {
        z-index: 50
    }

    .col-span-2 {
        grid-column: span 2 / span 2
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .mb-10 {
        margin-bottom: 2.5rem
    }

    .mb-12 {
        margin-bottom: 3rem
    }

    .mb-2 {
        margin-bottom: 0.5rem
    }

    .mb-4 {
        margin-bottom: 1rem
    }

    .mb-6 {
        margin-bottom: 1.5rem
    }

    .mb-8 {
        margin-bottom: 2rem
    }

    .mt-12 {
        margin-top: 3rem
    }

    .mt-4 {
        margin-top: 1rem
    }

    .mt-8 {
        margin-top: 2rem
    }

    .block {
        display: block
    }

    .inline-block {
        display: inline-block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .aspect-\[4\/3\] {
        aspect-ratio: 4/3
    }

    .h-10 {
        height: 2.5rem
    }

    .h-4\/5 {
        height: 80%
    }

    .h-6 {
        height: 1.5rem
    }

    .h-8 {
        height: 2rem
    }

    .h-full {
        height: 100%
    }

    .min-h-\[480px\] {
        min-height: 480px
    }

    .min-h-\[520px\] {
        min-height: 520px
    }

    .min-h-\[70vh\] {
        min-height: 70vh
    }

    .w-10 {
        width: 2.5rem
    }

    .w-32 {
        width: 8rem
    }

    .w-4\/5 {
        width: 80%
    }

    .w-6 {
        width: 1.5rem
    }

    .w-8 {
        width: 2rem
    }

    .w-full {
        width: 100%
    }

    .max-w-2xl {
        max-width: 42rem
    }

    .max-w-3xl {
        max-width: 48rem
    }

    .scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .justify-center {
        justify-content: center
    }

    .justify-between {
        justify-content: space-between
    }

    .gap-2 {
        gap: 0.5rem
    }

    .gap-4 {
        gap: 1rem
    }

    .gap-6 {
        gap: 1.5rem
    }

    .gap-8 {
        gap: 2rem
    }

    .space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
    }

    .overflow-hidden {
        overflow: hidden
    }

    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .rounded-2xl {
        border-radius: 1rem
    }

    .rounded-3xl {
        border-radius: 1.5rem
    }

    .rounded-full {
        border-radius: 9999px
    }

    .rounded-lg {
        border-radius: 0.5rem
    }

    .border {
        border-width: 1px
    }

    .border-t {
        border-top-width: 1px
    }

    .border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
    }

    .border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgb(31 41 55 / var(--tw-border-opacity, 1))
    }

    .bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
    }

    .bg-black\/10 {
        background-color: rgb(0 0 0 / 0.1)
    }

    .bg-brand-cyan {
        --tw-bg-opacity: 1;
        background-color: rgb(3 190 243 / var(--tw-bg-opacity, 1))
    }

    .bg-brand-midnight {
        --tw-bg-opacity: 1;
        background-color: rgb(11 15 41 / var(--tw-bg-opacity, 1))
    }

    .bg-cyan-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1))
    }

    .bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
    }

    .bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
    }

    .bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
    }

    .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
    }

    .bg-white\/10 {
        background-color: rgb(255 255 255 / 0.1)
    }

    .bg-white\/80 {
        background-color: rgb(255 255 255 / 0.8)
    }

    .bg-opacity-20 {
        --tw-bg-opacity: 0.2
    }

    .bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
    }

    .bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops))
    }

    .from-brand-cyan {
        --tw-gradient-from: #03bef3 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(3 190 243 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
    }

    .to-transparent {
        --tw-gradient-to: transparent var(--tw-gradient-to-position)
    }

    .object-cover {
        object-fit: cover
    }

    .p-3 {
        padding: 0.75rem
    }

    .p-5 {
        padding: 1.25rem
    }

    .p-8 {
        padding: 2rem
    }

    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }

    .py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }

    .py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .pt-8 {
        padding-top: 2rem
    }

    .text-left {
        text-align: left
    }

    .text-center {
        text-align: center
    }

    .font-sans {
        font-family: Inter, sans-serif
    }

    .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem
    }

    .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .font-bold {
        font-weight: 700
    }

    .font-extrabold {
        font-weight: 800
    }

    .font-medium {
        font-weight: 500
    }

    .font-semibold {
        font-weight: 600
    }

    .uppercase {
        text-transform: uppercase
    }

    .tracking-tight {
        letter-spacing: -0.0125em
    }

    .tracking-normal {
        letter-spacing: 0
    }

    .text-brand-cyan {
        --tw-text-opacity: 1;
        color: rgb(3 190 243 / var(--tw-text-opacity, 1))
    }

    .text-brand-midnight {
        --tw-text-opacity: 1;
        color: rgb(11 15 41 / var(--tw-text-opacity, 1))
    }

    .text-gray-300 {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity, 1))
    }

    .text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1))
    }

    .text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1))
    }

    .text-gray-700 {
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1))
    }

    .text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity, 1))
    }

    .text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1))
    }

    .opacity-50 {
        opacity: 0.5
    }

    .opacity-80 {
        opacity: 0.8
    }

    .opacity-90 {
        opacity: 0.9
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .shadow-md {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .blur-3xl {
        --tw-blur: blur(64px);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }

    .filter {
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }

    .backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms
    }

    .transition-colors {
        transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms
    }

    .transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms
    }

    .transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms
    }

    .duration-300 {
        transition-duration: 300ms
    }

    .duration-500 {
        transition-duration: 500ms
    }

    .ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
    }

    .hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .hover\:border-brand-cyan:hover {
        --tw-border-opacity: 1;
        border-color: rgb(3 190 243 / var(--tw-border-opacity, 1))
    }

    .hover\:bg-cyan-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1))
    }

    .hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
    }

    .hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1))
    }

    .hover\:bg-white\/20:hover {
        background-color: rgb(255 255 255 / 0.2)
    }

    .hover\:text-brand-cyan:hover {
        --tw-text-opacity: 1;
        color: rgb(3 190 243 / var(--tw-text-opacity, 1))
    }

    .hover\:opacity-90:hover {
        opacity: 0.9
    }

    .hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px
    }

    .group:hover .group-hover\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group:hover .group-hover\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group:hover .group-hover\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group:hover .group-hover\:bg-black\/0 {
        background-color: rgb(0 0 0 / 0)
    }

    .group:hover .group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1
    }

    .group:hover .group-hover\:text-brand-cyan {
        --tw-text-opacity: 1;
        color: rgb(3 190 243 / var(--tw-text-opacity, 1))
    }

    .group:hover .group-hover\:opacity-100 {
        opacity: 1
    }

    @media (min-width: 640px) {
        .sm\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }
    }

    @media (min-width: 768px) {
        .md\:col-span-2 {
            grid-column: span 2 / span 2
        }

        .md\:mt-0 {
            margin-top: 0px
        }

        .md\:flex {
            display: flex
        }

        .md\:hidden {
            display: none
        }

        .md\:min-h-\[520px\] {
            min-height: 520px
        }

        .md\:min-h-\[80vh\] {
            min-height: 80vh
        }

        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .md\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:gap-12 {
            gap: 3rem
        }

        .md\:gap-4 {
            gap: 1rem
        }

        .md\:gap-8 {
            gap: 2rem
        }

        .md\:py-24 {
            padding-top: 6rem;
            padding-bottom: 6rem
        }

        .md\:py-28 {
            padding-top: 7rem;
            padding-bottom: 7rem
        }

        .md\:text-2xl {
            font-size: 1.5rem;
            line-height: 2rem
        }

        .md\:text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem
        }

        .md\:text-5xl {
            font-size: 3rem;
            line-height: 1
        }

        .md\:text-6xl {
            font-size: 3.75rem;
            line-height: 1
        }

        .md\:text-7xl {
            font-size: 4.5rem;
            line-height: 1
        }

        .md\:text-base {
            font-size: 1rem;
            line-height: 1.5rem
        }

        .md\:text-xl {
            font-size: 1.25rem;
            line-height: 1.75rem
        }
    }

    @media (min-width: 1024px) {
        .lg\:col-span-1 {
            grid-column: span 1 / span 1
        }

        .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .lg\:grid-cols-5 {
            grid-template-columns: repeat(5, minmax(0, 1fr))
        }

        .lg\:text-8xl {
            font-size: 6rem;
            line-height: 1
        }
    }

    @media (min-width: 1280px) {
        .xl\:grid-cols-6 {
            grid-template-columns: repeat(6, minmax(0, 1fr))
        }
    }</style>
    <style>
        #how-it-works {
            --ink: #080c14;
            --muted: #5a6070;
            --border: #e8eaf0;
            --surface: #f7f8fc;
            --white: #ffffff;
            --blue: #0057ff;
            --teal: #00c7b1;
            --radius: 18px;
            font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
            background: #ffffff;
            color: var(--ink);
        }
        #how-it-works .grad-text {
            background: linear-gradient(95deg, var(--blue) 0%, var(--teal) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hiw {
            padding: 56px 24px 56px;
        }
        @media (min-width: 768px) {
            .hiw {
                padding-top: 72px;
                padding-bottom: 72px;
            }
        }
        .hiw__inner {
            max-width: 1160px;
            margin: 0 auto;
        }
        .hiw__header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px 56px;
            align-items: end;
            margin-bottom: 56px;
        }
        .hiw__label {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: .15em;
            text-transform: uppercase;
            color: var(--blue);
            margin-bottom: 18px;
        }
        .hiw__label::before {
            content: "";
            width: 24px;
            height: 2px;
            background: linear-gradient(90deg, var(--blue), var(--teal));
            border-radius: 2px;
            flex-shrink: 0;
        }
        .hiw__h2 {
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: clamp(34px, 4.5vw, 56px);
            font-weight: 800;
            line-height: 1.08;
            letter-spacing: -.0125em;
        }
        .hiw__lede {
            font-size: 17px;
            line-height: 1.7;
            color: var(--muted);
            margin-bottom: 18px;
            max-width: 440px;
        }
        .hiw__time-note {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13.5px;
            color: var(--muted);
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 100px;
            padding: 7px 16px;
        }
        .hiw__time-note svg {
            width: 15px;
            height: 15px;
            opacity: .65;
            flex-shrink: 0;
        }
        .hiw__steps {
            list-style: none;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        .hiw__steps::before {
            content: "";
            position: absolute;
            left: 27px;
            top: 56px;
            bottom: 56px;
            width: 2px;
            background: linear-gradient(to bottom, var(--blue), var(--teal));
            opacity: .15;
        }
        .hiw__step {
            display: grid;
            grid-template-columns: 56px 1fr;
            gap: 0 40px;
            padding-bottom: 40px;
            position: relative;
            opacity: 0;
            transform: translateY(24px);
            animation: hiw-rise-in .5s ease forwards;
        }
        .hiw__step:last-child {
            padding-bottom: 0;
        }
        .hiw__step:nth-child(1) {
            animation-delay: .08s;
        }
        .hiw__step:nth-child(2) {
            animation-delay: .2s;
        }
        .hiw__step:nth-child(3) {
            animation-delay: .32s;
        }
        .hiw__step:nth-child(4) {
            animation-delay: .44s;
        }
        @keyframes hiw-rise-in {
            to {
                opacity: 1;
                transform: none;
            }
        }
        .hiw__counter {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: var(--white);
            border: 2px solid var(--border);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 17px;
            font-weight: 800;
            color: var(--muted);
            position: relative;
            z-index: 1;
            flex-shrink: 0;
            transition: border-color .25s, color .25s, box-shadow .25s;
        }
        .hiw__step:hover .hiw__counter {
            border-color: var(--blue);
            color: var(--blue);
            box-shadow: 0 0 0 6px rgba(0, 87, 255, .07);
        }
        .hiw__card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 28px 32px;
            transition: box-shadow .25s, border-color .25s;
        }
        .hiw__step:hover .hiw__card {
            border-color: rgba(0, 87, 255, .22);
            box-shadow: 0 8px 40px rgba(0, 87, 255, .07);
        }
        .hiw__meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
            flex-wrap: wrap;
        }
        .hiw__badge {
            font-size: 11px;
            font-weight: 500;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--blue);
            background: rgba(0, 87, 255, .07);
            border-radius: 100px;
            padding: 4px 12px;
        }
        .hiw__duration {
            font-size: 12.5px;
            color: var(--muted);
        }
        .hiw__step-h3 {
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.25;
            letter-spacing: -.01em;
            margin-bottom: 12px;
        }
        .hiw__copy-wrap {
            margin-bottom: 18px;
            max-width: 640px;
        }
        .hiw__copy {
            font-size: 15.5px;
            line-height: 1.72;
            color: var(--muted);
            margin-bottom: 0;
            max-width: 640px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .hiw__copy.is-expanded {
            display: block;
            overflow: visible;
            -webkit-line-clamp: unset;
        }
        .hiw__copy-toggle {
            display: none;
            margin-top: 8px;
            background: none;
            border: 0;
            padding: 0;
            color: var(--blue);
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
        }
        .hiw__copy-toggle:hover {
            text-decoration: underline;
        }
        .hiw__copy strong {
            color: var(--ink);
            font-weight: 500;
        }
        .hiw__outcomes {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 7px;
            margin-bottom: 18px;
        }
        .hiw__outcomes li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 14px;
            color: var(--ink);
            line-height: 1.55;
        }
        .hiw__outcomes li::before {
            content: "";
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background-color: rgba(0, 87, 255, .08);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%230057ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            flex-shrink: 0;
            margin-top: 1px;
        }
        .hiw__action {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .hiw__cta {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            font-size: 14.5px;
            font-weight: 500;
            color: var(--blue);
            text-decoration: none;
            transition: gap .2s;
        }
        .hiw__cta:hover {
            gap: 12px;
        }
        .hiw__cta svg {
            width: 15px;
            height: 15px;
        }
        .hiw__cta--ghost {
            color: var(--muted);
            font-size: 13.5px;
            font-weight: 400;
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .hiw__cta--ghost:hover {
            color: var(--ink);
            gap: 7px;
        }
        .hiw__trust {
            margin-top: 48px;
            padding: 24px 32px;
            border-radius: var(--radius);
            background: var(--surface);
            border: 1px solid var(--border);
            display: flex;
            align-items: center;
            gap: 36px;
            flex-wrap: wrap;
        }
        .hiw__trust-stat {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }
        .hiw__trust-stat strong {
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 26px;
            font-weight: 800;
            line-height: 1;
            background: linear-gradient(90deg, var(--blue), var(--teal));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hiw__trust-stat span {
            font-size: 13px;
            color: var(--muted);
        }
        .hiw__trust-divider {
            width: 1px;
            height: 40px;
            background: var(--border);
            flex-shrink: 0;
        }
        .hiw__trust-cta {
            margin-left: auto;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 26px;
            border-radius: 100px;
            background: linear-gradient(90deg, var(--blue) 0%, var(--teal) 100%);
            color: #fff;
            font-size: 14.5px;
            font-weight: 500;
            font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
            text-decoration: none;
            transition: opacity .2s, transform .2s;
            white-space: nowrap;
        }
        .hiw__trust-cta:hover {
            opacity: .88;
            transform: translateY(-1px);
        }
        .hiw__trust-cta svg {
            width: 15px;
            height: 15px;
        }
        @media (max-width: 860px) {
            .hiw__header {
                grid-template-columns: 1fr;
                gap: 24px;
                margin-bottom: 44px;
            }
            .hiw__lede {
                max-width: 100%;
            }
        }
        @media (max-width: 640px) {
            .hiw {
                padding: 56px 20px 56px;
            }
            .hiw__steps::before {
                left: 21px;
            }
            .hiw__step {
                grid-template-columns: 44px 1fr;
                gap: 0 18px;
                padding-bottom: 32px;
            }
            .hiw__counter {
                width: 44px;
                height: 44px;
                font-size: 14px;
            }
            .hiw__card {
                padding: 20px 18px;
            }
            .hiw__step-h3 {
                font-size: 19px;
            }
            .hiw__trust {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                padding: 22px 20px;
            }
            .hiw__trust-divider {
                display: none;
            }
            .hiw__trust-cta {
                margin-left: 0;
                width: 100%;
                justify-content: center;
            }
        }
    </style>

</head>
  <body>
<noscript>
  <div style="padding: 12px; text-align: center; background: #fff3cd; color: #664d03; font-family: Inter, sans-serif;">
    JavaScript is required to use Brand AI. Please enable JavaScript.
  </div>
</noscript>
        <!-- Full-screen Auth Modal -->
        <div id="authModal" class="fixed inset-0 z-[999] hidden">
            <iframe id="authFrame" src="" class="w-full h-full border-0" title="Brand AI Authentication"
                    allow="clipboard-write; geolocation; microphone; camera"></iframe>
            <button id="authClose" type="button" aria-label="Close authentication"
                    class="absolute top-4 right-4 z-10 bg-gray-900 text-white rounded-full px-4 py-2 shadow-lg hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-white">
                Close
            </button>
        </div>
<div id="root">
    <div class="bg-white text-gray-800 font-sans">
        <div class="dash-top-strip">✨ Brand AI -The Brand Operating System for High-Growth Teams &nbsp;·&nbsp; 36,000+ marketers trust Brand AI</div>
        <header class="bg-white/80 backdrop-blur-sm sticky top-0 z-50 shadow-sm">
            <div class="container mx-auto px-5 py-3">
                <div class="flex items-center justify-between">
                    <div class="flex items-center space-x-6"><a href="https://www.thebrand.ai" aria-label="Brand AI Homepage">


                       <img src="https://www.thebrand.ai/i/uploads/logo/logo_62a4de26e93f0.png" alt="Brand AI — AI Branding Platform" width="88" height="24">

                    </a>
                        <nav class="hidden md:flex items-center space-x-5">
                            <div class="relative group">
                                <button type="button" class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-brand-cyan font-medium transition-colors focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                    Tools
                                    <svg class="w-4 h-4 opacity-70" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                    </svg>
                                </button>
                                <div class="absolute left-0 mt-2 w-80 rounded-2xl border border-gray-200 bg-white shadow-xl p-2 hidden group-hover:block group-focus-within:block z-50">
                                    <a href="https://www.thebrand.ai/brandcreator/index" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">🎨</span><span>Brand Creator</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/i" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📐</span><span>Templates Library</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📊</span><span>Dashboard</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/insights/" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">💡</span><span>Insights</span>
                                    </a>
                                    <div class="my-2 border-t border-gray-200"></div>
                                    <a href="https://www.thebrand.ai/wowX/tools" class="flex items-center justify-between px-3 py-1.5 rounded-xl text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span>Browse All 200+ Tools</span><span aria-hidden="true">→</span>
                                    </a>
                                </div>
                            </div>

                            <div class="relative group">
                                <button type="button" class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-brand-cyan font-medium transition-colors focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                    Learn
                                    <svg class="w-4 h-4 opacity-70" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                    </svg>
                                </button>
                                <div class="absolute left-0 mt-2 w-72 rounded-2xl border border-gray-200 bg-white shadow-xl p-2 hidden group-hover:block group-focus-within:block z-50">
                                    <a href="https://www.thebrand.ai/blogs" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📝</span><span>Blog</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/blogs?tag=tutorials" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">🎓</span><span>Tutorials</span>
                                    </a>
                                </div>
                            </div>

                            <div class="relative group">
                                <button type="button" class="inline-flex items-center gap-1 text-sm text-gray-600 hover:text-brand-cyan font-medium transition-colors focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                    Resources
                                    <svg class="w-4 h-4 opacity-70" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                    </svg>
                                </button>
                                <div class="absolute left-0 mt-2 w-72 rounded-2xl border border-gray-200 bg-white shadow-xl p-2 hidden group-hover:block group-focus-within:block z-50">
                                    <a href="https://bit.ly/2LpQJmO" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📦</span><span>Downloads</span>
                                    </a>
                                    <a href="https://bit.ly/2LpQJmO" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📱</span><span>Mobile App</span>
                                    </a>
                                    <div class="my-2 border-t border-gray-200"></div>
                                    <a href="https://www.thebrand.ai/i/contact" class="flex items-center justify-between px-3 py-1.5 rounded-xl text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span>Contact us</span><span aria-hidden="true">→</span>
                                    </a>
                                </div>
                            </div>
                            <a href="https://www.thebrand.ai/brandpay/choose" class="inline-flex items-center text-sm text-gray-600 hover:text-brand-cyan font-medium transition-colors focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">Pricing</a>
                        </nav>
                    </div>
                    <?php if ($is_logged_in): ?>
                        <div class="hidden md:flex items-center">
                            <div class="relative group/account">
                                <button type="button" class="inline-flex items-center gap-2 rounded-full border border-gray-200 bg-white/70 px-2.5 py-1.5 text-sm font-semibold text-gray-800 shadow-sm backdrop-blur-sm transition hover:border-gray-300 hover:bg-white hover:shadow-md hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                    <span class="inline-flex h-7 w-7 items-center justify-center rounded-full bg-cyan-100 text-brand-cyan font-bold">
                                        <?php echo htmlspecialchars(strtoupper(substr($display_name, 0, 1)), ENT_QUOTES, 'UTF-8'); ?>
                                    </span>
                                    <span class="max-w-[9rem] truncate">
                                        <?php echo htmlspecialchars($display_name, ENT_QUOTES, 'UTF-8'); ?>
                                    </span>
                                    <svg class="w-4 h-4 opacity-70 transition group-hover/account:opacity-100" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                    </svg>
                                </button>
                                <div class="absolute right-0 mt-2 w-80 origin-top-right rounded-2xl border border-gray-200 bg-white p-2 shadow-2xl ring-1 ring-black/5 opacity-0 invisible translate-y-1 transition duration-150 ease-out group-hover/account:visible group-hover/account:opacity-100 group-hover/account:translate-y-0 group-focus-within/account:visible group-focus-within/account:opacity-100 group-focus-within/account:translate-y-0 z-50">
                                    <div class="px-3 py-2">
                                        <div class="text-xs text-gray-500">Signed in as</div>
                                        <div class="font-semibold text-gray-900 truncate"><?php echo htmlspecialchars($display_name, ENT_QUOTES, 'UTF-8'); ?></div>
                                    </div>
                                    <div class="my-2 border-t border-gray-200"></div>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/home" class="flex items-center justify-between px-3 py-1.5 rounded-xl text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span class="flex items-center gap-3">
                                            <span aria-hidden="true">📊</span><span>Dashboard</span>
                                        </span>
                                        <span aria-hidden="true">→</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=share" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">🖼️</span><span>My designs</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=teams" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">👥</span><span>Teams</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=media" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">🗂️</span><span>Media</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brandkit" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">🧰</span><span>Brand Kit</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=templates" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📐</span><span>Templates</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=sharedteam" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">🤝</span><span>Shared with me</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brand_folders" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📁</span><span>Folders</span>
                                    </a>
                                    <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brand360" class="flex items-center gap-3 px-3 py-1.5 rounded-xl text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span aria-hidden="true">📈</span><span>Brand 360</span>
                                    </a>
                                    <div class="my-2 border-t border-gray-200"></div>
                                    <a href="https://www.thebrand.ai/wowX/brandcreator/dashboard/auth-onboard3" class="flex items-center justify-between px-3 py-1.5 rounded-xl text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">
                                        <span class="flex items-center gap-3">
                                            <span aria-hidden="true">👤</span><span>Update profile</span>
                                        </span>
                                        <span aria-hidden="true">→</span>
                                    </a>
                                </div>
                            </div>
                        </div>
                    <?php else: ?>
                        <div class="hidden md:flex items-center space-x-4">
                            <a href="https://www.thebrand.ai/connect/index.php" data-auth="login" class="text-sm font-bold text-gray-600 hover:text-brand-cyan transition-colors">Log in</a>
                            <a href="https://www.thebrand.ai/connect/index.php?action=register" data-auth="signup" class="bg-brand-cyan text-white text-sm font-bold py-1.5 px-3 rounded-lg hover:opacity-90 transition-opacity">Start Free →</a>
                        </div>
                    <?php endif; ?>
                    <div class="md:hidden">
                        <button id="mobileMenuButton" type="button" class="text-gray-800 rounded-lg p-1.5 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2" aria-label="Toggle menu" aria-controls="mobileMenu" aria-expanded="false">
                            <svg id="mobileMenuIconOpen" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
                            </svg>
                            <svg id="mobileMenuIconClose" class="w-5 h-5 hidden" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                            </svg>
                        </button>
                    </div>
                </div>
                <div id="mobileMenu" class="md:hidden hidden pt-3 mt-3 border-t border-gray-200">
                    <nav class="flex flex-col space-y-2">
                        <details class="group">
                            <summary class="[&::-webkit-details-marker]:hidden px-2 py-1.5 rounded-lg text-sm text-gray-800 font-semibold cursor-pointer hover:bg-gray-50 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2 flex items-center justify-between">
                                <span>Tools</span>
                                <svg class="w-4 h-4 opacity-70 group-open:rotate-180 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                </svg>
                            </summary>
                            <div class="mt-2 pl-2 flex flex-col gap-1">
                                <a href="https://www.thebrand.ai/brandcreator/index" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">🎨 Brand Creator</a>
                                <a href="https://www.thebrand.ai/i" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📐 Templates Library</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📊 Dashboard</a>
                                <a href="https://www.thebrand.ai/insights/" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">💡 Insights</a>
                                <a href="https://www.thebrand.ai/wowX/tools" class="px-2 py-1.5 rounded-lg text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">→ Browse All 200+ Tools</a>
                            </div>
                        </details>

                        <details class="group">
                            <summary class="[&::-webkit-details-marker]:hidden px-2 py-1.5 rounded-lg text-sm text-gray-800 font-semibold cursor-pointer hover:bg-gray-50 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2 flex items-center justify-between">
                                <span>Learn</span>
                                <svg class="w-4 h-4 opacity-70 group-open:rotate-180 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                </svg>
                            </summary>
                            <div class="mt-2 pl-2 flex flex-col gap-1">
                                <a href="https://www.thebrand.ai/blogs" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📝 Blog</a>
                                <a href="https://www.thebrand.ai/blogs?tag=tutorials" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">🎓 Tutorials</a>
                            </div>
                        </details>

                        <details class="group">
                            <summary class="[&::-webkit-details-marker]:hidden px-2 py-1.5 rounded-lg text-sm text-gray-800 font-semibold cursor-pointer hover:bg-gray-50 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2 flex items-center justify-between">
                                <span>Resources</span>
                                <svg class="w-4 h-4 opacity-70 group-open:rotate-180 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                </svg>
                            </summary>
                            <div class="mt-2 pl-2 flex flex-col gap-1">
                                <a href="https://bit.ly/2LpQJmO" target="_blank" rel="noopener noreferrer" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📦 Downloads</a>
                                <a href="https://bit.ly/2LpQJmO" target="_blank" rel="noopener noreferrer" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📱 Mobile App</a>
                                <a href="https://www.thebrand.ai/i/contact" class="px-2 py-1.5 rounded-lg text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">→ Contact us</a>
                            </div>
                        </details>
                        <a href="https://www.thebrand.ai/brandpay/choose" class="px-2 py-1.5 rounded-lg text-sm text-gray-800 font-semibold hover:bg-gray-50 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">Pricing</a>
                    </nav>
                    <?php if ($is_logged_in): ?>
                        <details class="group mt-3">
                            <summary class="[&::-webkit-details-marker]:hidden px-2 py-1.5 rounded-lg text-sm text-gray-800 font-semibold cursor-pointer hover:bg-gray-50 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2 flex items-center justify-between">
                                <span><?php echo htmlspecialchars($display_name, ENT_QUOTES, 'UTF-8'); ?></span>
                                <svg class="w-4 h-4 opacity-70 group-open:rotate-180 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                                </svg>
                            </summary>
                            <div class="mt-2 pl-2 flex flex-col gap-1">
                                <a href="https://www.thebrand.ai/wowX/dashboard/home" class="px-2 py-1.5 rounded-lg text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📊 Dashboard</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=share" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">🖼️ My designs</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=teams" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">👥 Teams</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=media" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">🗂️ Media</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brandkit" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">🧰 Brand Kit</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=templates" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📐 Templates</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=sharedteam" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">🤝 Shared with me</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brand_folders" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📁 Folders</a>
                                <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brand360" class="px-2 py-1.5 rounded-lg text-sm text-gray-700 font-medium hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">📈 Brand 360</a>
                                <a href="https://www.thebrand.ai/wowX/brandcreator/dashboard/auth-onboard3" class="px-2 py-1.5 rounded-lg text-sm text-gray-900 font-semibold hover:bg-gray-50 hover:text-brand-cyan focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-cyan focus-visible:ring-offset-2">👤 Update profile</a>
                            </div>
                        </details>
                    <?php else: ?>
                        <div class="mt-3 flex flex-col gap-2">
                            <a href="https://www.thebrand.ai/connect/index.php" data-auth="login" class="text-sm font-bold text-gray-700 hover:text-brand-cyan transition-colors text-center">Log in</a>
                            <a href="https://www.thebrand.ai/connect/index.php?action=register" data-auth="signup" class="bg-brand-cyan text-white text-sm font-bold py-1.5 px-3 rounded-lg hover:opacity-90 transition-opacity text-center">Start Free →</a>
                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </header>
        <main>
            <section class="relative text-white overflow-hidden bg-brand-midnight">
                <div aria-hidden="true" class="absolute inset-0 z-0 opacity-50">
                    <div class="absolute top-[-30%] left-[-30%] w-4/5 h-4/5 rounded-full bg-gradient-to-br from-brand-cyan to-transparent filter blur-3xl"></div>
                    <div class="absolute bottom-[-30%] right-[-30%] w-4/5 h-4/5 rounded-full bg-gradient-to-tl from-brand-cyan to-transparent filter blur-3xl"></div>
                </div>
                <div class="relative z-10 flex flex-col items-center justify-center min-h-[85vh] md:min-h-[90vh] lg:min-h-[92vh] px-4 py-12 md:py-16 text-center">
                    <div class="dash-hero-badge">✨ The Brand Operating System for High-Growth Teams</div>
                    <h1 class="text-5xl md:text-7xl lg:text-8xl font-extrabold mb-4 tracking-normal"><span class="block">Build Brands That</span><span class="block dash-grad-heading">Scale Without Chaos.</span></h1>
                    <p class="text-lg md:text-2xl max-w-3xl mb-8">Brand AI is the all-in-one workspace your team actually needs: a professional editor with AI image tools, brand kits, smart templates, curated media, and AI-powered analytics—all connected, all on-brand, always.</p>
                    <div class="flex flex-wrap justify-center gap-4"><a
                            href="https://www.thebrand.ai/wowX/dashboard/home"
                            class="bg-white text-brand-midnight font-bold py-3 px-8 rounded-lg text-lg hover:bg-gray-200 transition-all duration-300 transform hover:scale-105">🚀 Start Building Free</a><a href="#how-it-works"
                                                    class="dash-cta-glass">See How It Works</a></div>
                                                    
                    <div class="dash-trust-row">
                      <span>🔒 No credit card required</span>
                      <span>⚡ Setup in under 5 minutes</span>
                      <span>🌍 36,000+ marketers trust Brand AI</span>
                    </div>
                    <div class="dash-stats-grid" style="max-width:680px;width:100%;margin-left:auto;margin-right:auto;">
                      <div class="dash-stat-item"><div class="dash-stat-number">36,000+</div><div class="dash-stat-label">Active Marketers</div></div>
                      <div class="dash-stat-item"><div class="dash-stat-number">200+</div><div class="dash-stat-label">Free Tools & Templates</div></div>
                      <div class="dash-stat-item"><div class="dash-stat-number">4.9★</div><div class="dash-stat-label">Average Rating</div></div>
                      <div class="dash-stat-item"><div class="dash-stat-number">3×</div><div class="dash-stat-label">Faster Content Output</div></div>
                    </div>
                    <div class="dash-join-ribbon">
                      <div class="avatar-stack">
                        <div class="mini-av">MK</div><div class="mini-av">TJ</div><div class="mini-av">AL</div><div class="mini-av">RS</div>
                      </div>
                      Join 36,000+ Brand AI marketers who ship on-brand, every time
                    </div>
                </div>
            </section>
            <div class="dash-glow-divider"></div>
            
            <section class="py-20 md:py-28 bg-gray-50">
                <div class="container mx-auto px-6 text-center">
                    <div class="dash-section-label">⚡ The problem</div>
                    <h2 class="text-4xl md:text-5xl font-bold mb-4">Why Traditional Branding Tools Fail Growing Teams</h2>
                    <p class="text-lg md:text-xl text-gray-600 max-w-3xl mx-auto mb-12">Did you know 90% of businesses
                        struggle to stand out? They spend months and thousands on solutions that don’t deliver. If your team has outgrown Canva, Brand AI is built for what comes next.</p>
                    <div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-left">
                        <div class="bg-white p-8 rounded-2xl shadow-md hover:shadow-xl hover:-translate-y-2 transition-all duration-300">
                            <div class="text-brand-cyan mb-4">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none"
                                     viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                    <path stroke-linecap="round" stroke-linejoin="round"
                                          d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 10v-1m-5.293-6.293l-.707.707M17.293 7.707l.707-.707M5.707 16.293l.707.707M16.586 17H19a2 2 0 002-2V9a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2.414"></path>
                                </svg>
                            </div>
                            <h3 class="text-xl font-bold mb-2">Agency-Level Budgets</h3>
                            <p class="text-gray-600">The average brand agency retainer costs $5,000–$20,000/month. Most growing teams can’t afford it — and shouldn’t need it. Brand AI gives you the same output at a fraction of the cost.</p></div>
                        <div class="bg-white p-8 rounded-2xl shadow-md hover:shadow-xl hover:-translate-y-2 transition-all duration-300">
                            <div class="text-brand-cyan mb-4">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none"
                                     viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                    <path stroke-linecap="round" stroke-linejoin="round"
                                          d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                                </svg>
                            </div>
                            <h3 class="text-xl font-bold mb-2">Months of Guesswork</h3>
                            <p class="text-gray-600">Teams without brand analytics spend 4–6 hours a week second-guessing content, colors, and messaging. Brand 360 replaces that guesswork with a real score and a clear action plan.</p></div>
                        <div class="bg-white p-8 rounded-2xl shadow-md hover:shadow-xl hover:-translate-y-2 transition-all duration-300">
                            <div class="text-brand-cyan mb-4">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none"
                                     viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                    <path stroke-linecap="round" stroke-linejoin="round"
                                          d="M11 4a2 2 0 114 0v1a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 01-1 1h-1a2 2 0 100 4h1a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-1a2 2 0 10-4 0v1a1 1 0 01-1 1H7a1 1 0 01-1-1v-3a1 1 0 00-1-1H4a2 2 0 110-4h1a1 1 0 001-1V7a1 1 0 011-1h3a1 1 0 001-1V4z"></path>
                                </svg>
                            </div>
                            <h3 class="text-xl font-bold mb-2">Juggling a Dozen Tools</h3>
                            <p class="text-gray-600">The average marketing team pays for 8 separate tools to do what Brand AI does in one workspace. Stop paying for fragmentation and ship faster with one brand system.</p></div>
                    </div>
                </div>
            </section>
            <section class="py-20 md:py-28 bg-white">
                <div class="container mx-auto px-6">
                    <div class="text-center mb-12">
                        <div class="dash-section-label">✦ Start with what matters most</div>
                        <h2 class="text-4xl md:text-5xl font-bold mb-4">Explore the Brand AI Platform — Pick Your Starting Point</h2>
                        <p class="text-lg md:text-xl text-gray-600 max-w-3xl mx-auto">Every journey is different. Jump straight into the experience that matches where you are today&nbsp;— whether you need clarity, creation, or control.</p>
                    </div>
                    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                        <a href="../dashboard/index.php" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between">
                            <div>
                                <div class="flex items-center justify-between mb-4">
                                    <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Command center</span>
                                    <span class="text-sm text-gray-500">Workspace</span>
                                </div>
                                <h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI Dashboard</h3>
                                <p class="text-gray-600 mb-4 md:mb-6">See everything in one place&nbsp;— campaigns, assets, and performance&nbsp;— so your team always knows what to do next.</p>
                            </div>
                            <span class="inline-flex items-center text-sm font-semibold text-brand-cyan">
                                Open Dashboard
                                <svg class="w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
                                </svg>
                            </span>
                        </a><a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=templates" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between">
                            <div>
                                <div class="flex items-center justify-between mb-4">
                                    <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Creative canvas</span>
                                    <span class="text-sm text-gray-500">Editor</span>
                                </div>
                                <h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Wow Editor</h3>
                                <p class="text-gray-600 mb-4 md:mb-6">Design multi-page brand experiences with drag-and-drop editing, smart auto-save, rich typography, and built-in stock image search.</p>
                            </div>
                            <span class="inline-flex items-center text-sm font-semibold text-brand-cyan">
                                Open Editor
                                <svg class="w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
                                </svg>
                            </span>
                        </a>
                        <a href="../insights/index.php" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between">
                            <div>
                                <div class="flex items-center justify-between mb-4">
                                    <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Insight first</span>
                                    <span class="text-sm text-gray-500">Strategy</span>
                                </div>
                                <h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand Insights &amp; Intelligence</h3>
                                <p class="text-gray-600 mb-4 md:mb-6">Diagnose your brand, uncover blind spots, and turn data into clear next moves with guided analytics and journeys.</p>
                            </div>
                            <span class="inline-flex items-center text-sm font-semibold text-brand-cyan">
                                Go to Insights
                                <svg class="w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
                                </svg>
                            </span>
                        </a>
                        <a href="../tools/index.php" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between">
                            <div>
                                <div class="flex items-center justify-between mb-4">
                                    <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Create with AI</span>
                                    <span class="text-sm text-gray-500">Tools</span>
                                </div>
                                <h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">The Ultimate Growth Toolkit</h3>
                                <p class="text-gray-600 mb-4 md:mb-6">Jump into calculators, diagnostics, and creative utilities that turn ideas into on-brand assets in minutes.</p>
                            </div>
                            <span class="inline-flex items-center text-sm font-semibold text-brand-cyan">
                                Explore Tools
                                <svg class="w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
                                </svg>
                            </span>
                        </a>
                        
                        <a href="../brandcreator/index.php" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between">
                            <div>
                                <div class="flex items-center justify-between mb-4">
                                    <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Design studio</span>
                                    <span class="text-sm text-gray-500">Creation</span>
                                </div>
                                <h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand Creator Studio</h3>
                                <p class="text-gray-600 mb-4 md:mb-6">Craft logos, palettes, and brand systems that stay consistent across every touchpoint and channel.</p>
                            </div>
                            <span class="inline-flex items-center text-sm font-semibold text-brand-cyan">
                                Launch Brand Creator
                                <svg class="w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
                                </svg>
                            </span>
                        </a>
                        
                        <a href="https://www.thebrand.ai/wowX/dashboard/index.php?tab=brand360&page=sites" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between">
                            <div>
                                <div class="flex items-center justify-between mb-4">
                                    <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Always-on presence</span>
                                    <span class="text-sm text-gray-500">Brand 360</span>
                                </div>
                                <h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand 360</h3>
                                <p class="text-gray-600 mb-4 md:mb-6">Spin up beautiful, on-brand sites, deeply explore brand identity experiences, and keep every touchpoint aligned with your core story.</p>
                            </div>
                            <span class="inline-flex items-center text-sm font-semibold text-brand-cyan">
                                Go to Brand 360
                                <svg class="w-4 h-4 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
                                </svg>
                            </span>
                        </a>
                    </div>
                    <div class="mt-14">
                        <div class="text-center mb-8">
                            <div class="dash-section-label">✦ Absolutely free</div>
                            <h3 class="text-3xl md:text-4xl font-bold mb-3">Browse free tools by category</h3>
                            <p class="text-gray-600 text-lg max-w-3xl mx-auto">Jump into resources, calculators, and utilities you can use right now.</p>
                        </div>
                        <?php include __DIR__ . '/freeTools.php'; ?>
                    </div>
                </div>
            </section>
            
            <section class="py-20 md:py-24 bg-brand-midnight text-white">
                <div class="container mx-auto px-6 text-center">
                    <div class="dash-section-label">🌍 Global trust</div>
                    <h2 class="text-5xl md:text-6xl font-extrabold mb-4 tracking-tight"><span class="dash-grad-heading">36,000+</span> Marketers Trust Brand AI to Keep Their Brand Consistent</h2>
                    <p class="text-lg md:text-xl opacity-80 max-w-3xl mx-auto mb-16">Trusted by governments, SMEs, and startups worldwide. All achieved through organic growth fueled by user trust and referrals.</p>
                    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 text-left">
                        <div style="background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:24px;">
                            <div style="color:#03bef3;font-size:0.9rem;margin-bottom:10px;">⭐⭐⭐⭐⭐</div>
                            <p style="font-size:0.9rem;opacity:0.85;margin-bottom:16px;line-height:1.6;">"Brand AI replaced four different tools for us. The Brand Kit alone saved our design team 6 hours a week."</p>
                            <div style="display:flex;align-items:center;gap:10px;">
                                <div class="dash-avatar">MK</div>
                                <div><div style="font-weight:700;font-size:0.82rem;">Maria K.</div><div style="font-size:0.74rem;opacity:0.55;">Head of Brand, SaaS Startup</div></div>
                            </div>
                        </div>
                        <div style="background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:24px;">
                            <div style="color:#03bef3;font-size:0.9rem;margin-bottom:10px;">⭐⭐⭐⭐⭐</div>
                            <p style="font-size:0.9rem;opacity:0.85;margin-bottom:16px;line-height:1.6;">"Brand 360 showed us a consistency problem we didn't know existed. Fixed it in a week. Revenue lift followed."</p>
                            <div style="display:flex;align-items:center;gap:10px;">
                                <div class="dash-avatar">TJ</div>
                                <div><div style="font-weight:700;font-size:0.82rem;">Tomás J.</div><div style="font-size:0.74rem;opacity:0.55;">CMO, E-Commerce Brand</div></div>
                            </div>
                        </div>
                        <div style="background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:24px;">
                            <div style="color:#03bef3;font-size:0.9rem;margin-bottom:10px;">⭐⭐⭐⭐⭐</div>
                            <p style="font-size:0.9rem;opacity:0.85;margin-bottom:16px;line-height:1.6;">"Managing 8 regional teams is finally painless. Governance + Folders + Shared assets—exactly what enterprise feels like."</p>
                            <div style="display:flex;align-items:center;gap:10px;">
                                <div class="dash-avatar">AL</div>
                                <div><div style="font-weight:700;font-size:0.82rem;">Amara L.</div><div style="font-size:0.74rem;opacity:0.55;">Brand Director, Retail Chain</div></div>
                            </div>
                        </div>
                        <div style="background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:24px;">
                            <div style="color:#03bef3;font-size:0.9rem;margin-bottom:10px;">⭐⭐⭐⭐⭐</div>
                            <p style="font-size:0.9rem;opacity:0.85;margin-bottom:16px;line-height:1.6;">"Switched from Canva Teams. My Designs + the template system cut our social content production time by 70%."</p>
                            <div style="display:flex;align-items:center;gap:10px;">
                                <div class="dash-avatar">RS</div>
                                <div><div style="font-weight:700;font-size:0.82rem;">Rachel S.</div><div style="font-size:0.74rem;opacity:0.55;">Social Media Lead, Agency</div></div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <div class="dash-glow-divider"></div>
            <section class="py-20 md:py-28">
              <div class="container mx-auto px-6"><?php include __DIR__ . '/brandCategories.php'; ?></div>
            </section>
            <section class="py-20 md:py-28 bg-gray-50">
                <div class="container mx-auto px-6"><div class="text-center mb-2"><div class="dash-section-label">🎨 Design &amp; present</div></div><h2 class="text-4xl md:text-5xl font-bold text-center mb-12">Brand Design Tools, Analytics &amp; Collaboration — All in One Platform</h2>
                    <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
                        <div class="relative rounded-3xl overflow-hidden shadow-lg group text-white p-8 flex flex-col justify-between transition-all duration-500 ease-in-out transform hover:-translate-y-2 min-h-[520px] md:col-span-2 lg:col-span-1"
                             style="background-color: rgb(61, 0, 79);">
                            <div class="z-10 relative"><h3 class="text-3xl md:text-4xl font-bold mb-4">Meet the Visual
                                Suite</h3>
                                <p class="text-lg opacity-90 mb-6">Your entire workflow in one place. From bespoke
                                    designs and insightful blogs to tailored strategies—all powered by AI.</p><a
                                        href="https://www.thebrand.ai/insights/dashboard?feature=brandtoolkit"
                                        class="bg-white text-gray-800 font-bold py-2 px-6 rounded-lg text-md hover:bg-gray-200 transition-all duration-300 ease-in-out transform group-hover:-translate-y-1 inline-block">Explore
                                    Visual Suite</a></div>
                            <div class="absolute inset-0 z-0"><img alt="Meet the Visual Suite"
                                                                   class="w-full h-full object-cover opacity-80 group-hover:opacity-100 group-hover:scale-110 transition-all duration-500 ease-in-out"
                                                                   loading="lazy" decoding="async"
                                                                   src="https://picsum.photos/seed/creative-workspace/1200/800">
                                <div class="absolute inset-0 bg-black bg-opacity-20 group-hover:bg-opacity-10 transition-all duration-500 ease-in-out"></div>
                            </div>
                        </div>
                        <div class="relative rounded-3xl overflow-hidden shadow-lg group text-white p-8 flex flex-col justify-between transition-all duration-500 ease-in-out transform hover:-translate-y-2 min-h-[520px] md:col-span-2 lg:col-span-1"
                             style="background-color: rgb(0, 95, 88);">
                            <div class="z-10 relative"><h3 class="text-3xl md:text-4xl font-bold mb-4">Present with
                                impact</h3>
                                <p class="text-lg opacity-90 mb-6">Reimagine presentations with cinematic visuals, smart
                                    collaboration, and AI-powered tools.</p><a href="https://www.thebrand.ai/i/designs"
                                                                               class="bg-white text-gray-800 font-bold py-2 px-6 rounded-lg text-md hover:bg-gray-200 transition-all duration-300 ease-in-out transform group-hover:-translate-y-1 inline-block">Try
                                    Presentations</a></div>
                            <div class="absolute inset-0 z-0"><img alt="Present with impact"
                                                                   class="w-full h-full object-cover opacity-80 group-hover:opacity-100 group-hover:scale-110 transition-all duration-500 ease-in-out"
                                                                   loading="lazy" decoding="async"
                                                                   src="https://picsum.photos/seed/presentation-stage/1200/800">
                                <div class="absolute inset-0 bg-black bg-opacity-20 group-hover:bg-opacity-10 transition-all duration-500 ease-in-out"></div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <section
              id="how-it-works"
              class="hiw"
              aria-labelledby="hiw-heading"
              itemscope
              itemtype="https://schema.org/HowTo"
            >
              <meta itemprop="name" content="How to Build and Manage Your Brand with Brand AI">
              <meta itemprop="description" content="A step-by-step guide to using Brand AI — the all-in-one AI brand platform — to set up your brand, design on-brand content, run strategy tools, and unlock AI insights.">
              <meta itemprop="totalTime" content="PT15M">

              <div class="hiw__inner">
                <div class="hiw__header">
                  <div>
                    <p class="hiw__label">How to use Brand AI</p>
                    <h2 id="hiw-heading" class="hiw__h2">
                      Go from scattered<br>
                      to <span class="grad-text">brand-ready</span><br>
                      in four steps.
                    </h2>
                  </div>
                  <div>
                    <p class="hiw__lede">
                      Brand AI is the all-in-one brand management software built for
                      growing teams and ambitious brands. Here's exactly how to get
                      your brand set up, great-looking content out the door, and
                      strategy locked in — without switching between a dozen tools.
                    </p>
                    <span class="hiw__time-note">
                      <svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.6"
                           stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                        <circle cx="8" cy="8" r="6.5"></circle>
                        <path d="M8 5v3.5l2 1.5"></path>
                      </svg>
                      Takes about 15 minutes to get fully set up and creating
                    </span>
                  </div>
                </div>

                <ol
                  class="hiw__steps"
                  aria-label="Steps to use Brand AI"
                >
                  <!-- ─── STEP 1: Brand Creator ─── -->
                  <li
                    class="hiw__step"
                    id="step-brandcreator"
                    itemprop="step"
                    itemscope
                    itemtype="https://schema.org/HowToStep"
                  >
                    <meta itemprop="position" content="1">
                    <meta itemprop="url" content="https://www.thebrand.ai/#step-brandcreator">

                    <div class="hiw__counter" aria-hidden="true">01</div>

                    <div class="hiw__card">
                      <div class="hiw__meta">
                        <span class="hiw__badge">Brand Creator</span>
                        <span class="hiw__duration">Logo ready in under 10 minutes</span>
                      </div>
                      <h3 class="hiw__step-h3" itemprop="name">
                        Create your logo and brand identity
                      </h3>
                      <div class="hiw__copy-wrap">
                        <p class="hiw__copy" itemprop="text">
                          Every great brand starts with a strong identity. <strong>Brand Creator</strong>
                          is your guided logo and brand wizard — answer a few simple questions about
                          your business name and style, and it generates professional logo options
                          you can actually use across web, social, and print. Not starting from scratch?
                          Upload your existing logo and Brand Creator sharpens it up, refines the details,
                          and makes it print- and screen-ready. Explore color combinations in a low-risk,
                          visual way until it feels exactly right. When you're happy, your brand identity
                          locks straight into Brand AI — ready for your whole team to use from day one.
                        </p>
                        <button type="button" class="hiw__copy-toggle" aria-expanded="false">Show more</button>
                      </div>
                      <ul class="hiw__outcomes" aria-label="What you will be able to do">
                        <li>Generate professional logo options from your business name and style preferences</li>
                        <li>Clean up and sharpen an existing logo so it works across every channel and format</li>
                        <li>Explore and lock in your brand color palette before a single asset gets created</li>
                      </ul>
                      <div class="hiw__action">
                        <a href="/brandcreator/index" class="hiw__cta"
                           aria-label="Launch Brand Creator to build your logo and brand identity">
                          Launch Brand Creator
                          <svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8"
                               stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                            <path d="M3 8h10M9 4l4 4-4 4"></path>
                          </svg>
                        </a>
                      </div>
                    </div>
                  </li>

                  <li
                    class="hiw__step"
                    id="step-dashboard"
                    itemprop="step"
                    itemscope
                    itemtype="https://schema.org/HowToStep"
                  >
                    <meta itemprop="position" content="2">
                    <meta itemprop="url" content="https://www.thebrand.ai/#step-dashboard">

                    <div class="hiw__counter" aria-hidden="true">02</div>

                    <div class="hiw__card">
                      <div class="hiw__meta">
                        <span class="hiw__badge">Workspace</span>
                        <span class="hiw__duration">Set up in about 5 minutes</span>
                      </div>
                      <h3 class="hiw__step-h3" itemprop="name">
                        Set up your brand home in the Dashboard
                      </h3>
                      <div class="hiw__copy-wrap">
                        <p class="hiw__copy" itemprop="text">
                          Start here. The <strong>Brand AI Dashboard</strong> is your brand's operating
                          system — the single place where your assets live, your team collaborates,
                          and your campaigns move forward. Upload your logo, choose your brand colors
                          and fonts, and build an <strong>online Brand Kit</strong> that every designer and
                          marketer on your team works from. When everyone creates from the same source
                          of truth, off-brand content stops happening.
                        </p>
                        <button type="button" class="hiw__copy-toggle" aria-expanded="false">Show more</button>
                      </div>
                      <ul class="hiw__outcomes" aria-label="What you will be able to do">
                        <li>Store approved logos, colors, and typography in one shared Brand Kit</li>
                        <li>Invite your team and assign access levels so the right people can edit, review, or approve</li>
                        <li>See active campaigns, pending approvals, and team activity in a single, clean view</li>
                      </ul>
                      <div class="hiw__action">
                        <a href="/dashboard/index.php" class="hiw__cta"
                           aria-label="Open the Brand AI Dashboard to set up your brand">
                          Set up your Dashboard
                          <svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8"
                               stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                            <path d="M3 8h10M9 4l4 4-4 4"></path>
                          </svg>
                        </a>
                        <!-- <a href="/brandcreator/index" class="hiw__cta hiw__cta--ghost"
                           aria-label="Create a logo first using Brand Creator">
                          No logo yet? Start with Brand Creator →
                        </a> -->
                      </div>
                    </div>
                  </li>

                  <li
                    class="hiw__step"
                    id="step-editor"
                    itemprop="step"
                    itemscope
                    itemtype="https://schema.org/HowToStep"
                  >
                    <meta itemprop="position" content="3">
                    <meta itemprop="url" content="https://www.thebrand.ai/#step-editor">

                    <div class="hiw__counter" aria-hidden="true">03</div>

                    <div class="hiw__card">
                      <div class="hiw__meta">
                        <span class="hiw__badge">Editor</span>
                        <span class="hiw__duration">First design in under 3 minutes</span>
                      </div>
                      <h3 class="hiw__step-h3" itemprop="name">
                        Design on-brand content in the Wow Editor
                      </h3>
                      <div class="hiw__copy-wrap">
                        <p class="hiw__copy" itemprop="text">
                          Open the <strong>Wow Editor</strong> — your in-browser design studio — and
                          start creating without needing Photoshop, Illustrator, or any design experience.
                          Your Brand Kit flows in automatically, so every design your team produces looks
                          unmistakably on-brand from the first click. Need a visual quickly? Describe what
                          you need, and the built-in <strong>AI image generator</strong> builds it for you.
                          Teammates can edit in real time, and pinned comments mean feedback lands exactly
                          where it matters — no more long email threads about which version is the right one.
                        </p>
                        <button type="button" class="hiw__copy-toggle" aria-expanded="false">Show more</button>
                      </div>
                      <ul class="hiw__outcomes" aria-label="What you will be able to do">
                        <li>Create presentations, social carousels, campaign ads, and multi-page brand documents</li>
                        <li>Generate on-brand images with a single AI prompt — no stock site login required</li>
                        <li>Collaborate with your team live and resolve every piece of feedback in one thread</li>
                      </ul>
                      <div class="hiw__action">
                        <a href="/wowX/dashboard/index.php?tab=templates" class="hiw__cta"
                           aria-label="Open the Wow Editor to start designing">
                          Start designing in the Wow Editor
                          <svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8"
                               stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                            <path d="M3 8h10M9 4l4 4-4 4"></path>
                          </svg>
                        </a>
                      </div>
                    </div>
                  </li>

                  <li
                    class="hiw__step"
                    id="step-tools"
                    itemprop="step"
                    itemscope
                    itemtype="https://schema.org/HowToStep"
                  >
                    <meta itemprop="position" content="4">
                    <meta itemprop="url" content="https://www.thebrand.ai/#step-tools">

                    <div class="hiw__counter" aria-hidden="true">04</div>

                    <div class="hiw__card">
                      <div class="hiw__meta">
                        <span class="hiw__badge">Resources</span>
                        <span class="hiw__duration">Run any tool in under 5 minutes</span>
                      </div>
                      <h3 class="hiw__step-h3" itemprop="name">
                        Run the tools that answer your hardest brand questions
                      </h3>
                      <div class="hiw__copy-wrap">
                        <p class="hiw__copy" itemprop="text">
                          The <strong>Resources &amp; Tools library</strong> is a focused collection of
                          brand strategy and marketing tools built to give you clear, usable answers —
                          fast. Need to calculate campaign ROI to defend your budget? Run the calculator.
                          Unsure where your brand positioning is losing ground? Use the brand health diagnostic.
                          Planning your next content quarter? The content framework gets you from blank
                          page to structured plan in minutes. No long setup, no complex dashboards —
                          just the tool, the result, and an output you can paste straight into your
                          next leadership deck or strategy session.
                        </p>
                        <button type="button" class="hiw__copy-toggle" aria-expanded="false">Show more</button>
                      </div>
                      <ul class="hiw__outcomes" aria-label="What you will be able to do">
                        <li>Diagnose brand health and identify exactly where your brand is slipping</li>
                        <li>Calculate campaign ROI and customer lifetime value to back up your marketing decisions</li>
                        <li>Generate content plans and campaign structures ready to action immediately</li>
                      </ul>
                      <div class="hiw__action">
                        <a href="/wowX/tools" class="hiw__cta"
                           aria-label="Explore Brand AI Resources and Tools library">
                          Explore Resources &amp; Tools
                          <svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8"
                               stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                            <path d="M3 8h10M9 4l4 4-4 4"></path>
                          </svg>
                        </a>
                      </div>
                    </div>
                  </li>

                  <li
                    class="hiw__step"
                    id="step-insights"
                    itemprop="step"
                    itemscope
                    itemtype="https://schema.org/HowToStep"
                  >
                    <meta itemprop="position" content="5">
                    <meta itemprop="url" content="https://www.thebrand.ai/#step-insights">

                    <div class="hiw__counter" aria-hidden="true">05</div>

                    <div class="hiw__card">
                      <div class="hiw__meta">
                        <span class="hiw__badge">Intelligence</span>
                        <span class="hiw__duration">First insight in under 2 minutes</span>
                      </div>
                      <h3 class="hiw__step-h3" itemprop="name">
                        Unlock AI-powered brand and marketing insights
                      </h3>
                      <div class="hiw__copy-wrap">
                        <p class="hiw__copy" itemprop="text">
                          <strong>Brand AI Insights</strong> is your library of curated AI prompts and
                          strategic insight cards — built so your team never stares at a blank page again.
                          Browse cards by category (campaigns, messaging, customer journeys, growth strategy)
                          or filter by your industry. Each card tells you exactly when to use it and what
                          kind of answer it's designed to surface. Copy the prompt, adapt it for your brand,
                          drop it into your AI tool of choice, and you're done. Related cards surface
                          automatically, so one good idea expands into a full campaign, content series,
                          or brand playbook.
                        </p>
                        <button type="button" class="hiw__copy-toggle" aria-expanded="false">Show more</button>
                      </div>
                      <ul class="hiw__outcomes" aria-label="What you will be able to do">
                        <li>Access battle-tested AI prompts for brand strategy, campaigns, and content briefs</li>
                        <li>Filter by industry — B2B SaaS, e-commerce, services, personal brand, and more</li>
                        <li>Follow related insight cards to build out a complete campaign or brand strategy</li>
                      </ul>
                      <div class="hiw__action">
                        <a href="/insights/" class="hiw__cta"
                           aria-label="Go to Brand AI Insights to find AI-powered brand prompts and ideas">
                          Discover Brand Insights
                          <svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8"
                               stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
                            <path d="M3 8h10M9 4l4 4-4 4"></path>
                          </svg>
                        </a>
                      </div>
                    </div>
                  </li>
                </ol>

                
              </div>
            </section>

            <?php if (false): ?>
            <section class="py-20 md:py-28 bg-white">
                <div class="container mx-auto px-6">
                    <div class="text-center mb-12">
                        <div class="dash-section-label">🧩 Industry-grade playbooks</div>
                        <h2 class="text-4xl md:text-5xl font-bold mb-4">AI Branding Software Built for Every Industry and Business Type</h2>
                        <p class="text-lg md:text-xl text-gray-600 max-w-3xl mx-auto">From real estate and athletes to authors, bloggers, and beyond, Brand AI adapts to how you actually work. Choose your world to see a tailored experience for your field.</p>
                    </div>
                  <div id="industry-segments-grid" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"><a href="https://www.thebrand.ai/industry/Real+Estate" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Real Estate &amp; Property Professionals — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Real Estate</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Real Estate &amp; Property Professionals</h3><p class="text-gray-600 mb-4 md:mb-6">I need my real estate brand, listings, and campaigns to stand out and convert.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Real Estate playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Athlete" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Athlete — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Athlete</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Athlete</h3><p class="text-gray-600 mb-4 md:mb-6">I need a performance-driven personal brand that matches my sports and fitness identity.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Athlete playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Author" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Author — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Author</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Author</h3><p class="text-gray-600 mb-4 md:mb-6">I want a recognizable author brand that sells more books and builds a loyal readership.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Author playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Actor" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Actor — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Actor</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Actor</h3><p class="text-gray-600 mb-4 md:mb-6">I need a professional acting brand that stands out to casting directors and fans.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Actor playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Architectural+Designer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Architectural Designer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Architectural Designer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Architectural Designer</h3><p class="text-gray-600 mb-4 md:mb-6">I want my architecture and design work presented with the same care as my projects.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Architectural Designer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Blogger" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Blogger — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Blogger</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Blogger</h3><p class="text-gray-600 mb-4 md:mb-6">I need my blog, email list, and socials to look like one cohesive brand.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Blogger playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Musician%2FBand" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Musician &amp; Band — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Musician/Band</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Musician &amp; Band</h3><p class="text-gray-600 mb-4 md:mb-6">I want my music, shows, and releases to look as good as they sound.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Musician/Band playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Comedian" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Comedian — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Comedian</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Comedian</h3><p class="text-gray-600 mb-4 md:mb-6">I need a comedy brand that makes my posters, clips, and specials instantly recognizable.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Comedian playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Coach" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Coach — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Coach</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Coach</h3><p class="text-gray-600 mb-4 md:mb-6">I want a coaching brand that inspires trust and action from my clients.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Coach playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Chef" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Chef — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Chef</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Chef</h3><p class="text-gray-600 mb-4 md:mb-6">I need my food, restaurant, or personal chef brand to look as refined as my menu.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Chef playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Movie+Character" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Movie Character — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Movie Character</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Movie Character</h3><p class="text-gray-600 mb-4 md:mb-6">I want iconic character-driven branding for films, fan communities, or franchises.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Movie Character playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Video+Creator" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Video Creator — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Video Creator</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Video Creator</h3><p class="text-gray-600 mb-4 md:mb-6">I need my video channels and thumbnails to feel instantly on-brand.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Video Creator playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Gaming+Video+Creator" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Gaming Video Creator — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Gaming Video Creator</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Gaming Video Creator</h3><p class="text-gray-600 mb-4 md:mb-6">I want my gaming channel, overlays, and clips to stand out in a crowded feed.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Gaming Video Creator playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Digital+Creator" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Digital Creator — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Digital Creator</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Digital Creator</h3><p class="text-gray-600 mb-4 md:mb-6">I need a digital-first brand that works across every platform I publish on.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Digital Creator playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Dancer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Dancer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Dancer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Dancer</h3><p class="text-gray-600 mb-4 md:mb-6">I want a dynamic visual brand that matches my choreography and performances.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Dancer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Designer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Designer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Designer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Designer</h3><p class="text-gray-600 mb-4 md:mb-6">I want my own design brand to look as good as the work I deliver.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Designer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Interior+Design+Studio" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Interior Design Studio — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Interior Design Studio</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Interior Design Studio</h3><p class="text-gray-600 mb-4 md:mb-6">I need my interior design studio to look premium and consistent across every touchpoint.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Interior Design Studio playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Graphic+Designer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Graphic Designer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Graphic Designer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Graphic Designer</h3><p class="text-gray-600 mb-4 md:mb-6">I want a graphic design brand that attracts better clients and bigger projects.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Graphic Designer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Web+Designer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Web Designer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Web Designer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Web Designer</h3><p class="text-gray-600 mb-4 md:mb-6">I need a web design brand that signals modern, conversion-focused experiences.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Web Designer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Film+Director" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Film Director — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Film Director</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Film Director</h3><p class="text-gray-600 mb-4 md:mb-6">I want my director brand and reels to feel cinematic and unmistakably mine.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Film Director playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Fashion+Designer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Fashion Designer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Fashion Designer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Fashion Designer</h3><p class="text-gray-600 mb-4 md:mb-6">I need a fashion brand system that can scale from lookbooks to e-commerce.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Fashion Designer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Entrepreneur" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Entrepreneur — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Entrepreneur</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Entrepreneur</h3><p class="text-gray-600 mb-4 md:mb-6">I want a brand that supports my startup, pitch, and personal reputation.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Entrepreneur playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Editor" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Editor — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Editor</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Editor</h3><p class="text-gray-600 mb-4 md:mb-6">I need an editorial brand that signals clarity, trust, and sharp thinking.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Editor playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Fashion+Model" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Fashion Model — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Fashion Model</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Fashion Model</h3><p class="text-gray-600 mb-4 md:mb-6">I want a model portfolio and social presence that looks runway-ready.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Fashion Model playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Fitness+Model" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Fitness Model — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Fitness Model</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Fitness Model</h3><p class="text-gray-600 mb-4 md:mb-6">I need a fitness-focused personal brand that helps me win shoots and sponsorships.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Fitness Model playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Fitness+Trainer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Fitness Trainer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Fitness Trainer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Fitness Trainer</h3><p class="text-gray-600 mb-4 md:mb-6">I need a trainer brand that fills my classes, programs, and online offers.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Fitness Trainer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Public+Figure" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Public Figure — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Public Figure</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Public Figure</h3><p class="text-gray-600 mb-4 md:mb-6">I want a public-facing brand that feels polished, credible, and consistent.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Public Figure playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Gamer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Gamer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Gamer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Gamer</h3><p class="text-gray-600 mb-4 md:mb-6">I need a gaming persona and brand that stands out across platforms.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Gamer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Government+Official" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Government Official — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Government Official</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Government Official</h3><p class="text-gray-600 mb-4 md:mb-6">I need a professional, trustworthy public office brand for my communications.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Government Official playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Clothing+Store" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Clothing Store — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Clothing Store</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Clothing Store</h3><p class="text-gray-600 mb-4 md:mb-6">I want my clothing store to look on-brand across in-store, online, and social.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Clothing Store playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/TV+Channel" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for TV Channel — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">TV Channel</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for TV Channel</h3><p class="text-gray-600 mb-4 md:mb-6">I need a channel brand that holds together shows, promos, and schedules.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore TV Channel playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/E-Commerce+Website" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for E-Commerce Website — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">E-Commerce Website</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for E-Commerce Website</h3><p class="text-gray-600 mb-4 md:mb-6">I want my online store brand to convert better and feel more premium.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore E-Commerce Website playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/In-Home+Service" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for In-Home Service — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">In-Home Service</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for In-Home Service</h3><p class="text-gray-600 mb-4 md:mb-6">I need a trustworthy local services brand that wins more bookings.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore In-Home Service playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Journalist" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Journalist — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Journalist</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Journalist</h3><p class="text-gray-600 mb-4 md:mb-6">I want a journalist brand that reinforces credibility and distinctive coverage.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Journalist playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/DJ" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for DJ — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">DJ</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for DJ</h3><p class="text-gray-600 mb-4 md:mb-6">I need nightlife-ready visuals for my DJ brand, events, and mixes.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore DJ playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Lawyer+%26+Law+Firm" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Lawyer &amp; Law Firm — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Lawyer &amp; Law Firm</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Lawyer &amp; Law Firm</h3><p class="text-gray-600 mb-4 md:mb-6">I want a law brand that feels authoritative, clear, and client-friendly.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Lawyer &amp; Law Firm playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Medical+Lab" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Medical Lab — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Medical Lab</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Medical Lab</h3><p class="text-gray-600 mb-4 md:mb-6">I need a clinical brand that communicates accuracy, innovation, and care.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Medical Lab playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Musician" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Musician — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Musician</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Musician</h3><p class="text-gray-600 mb-4 md:mb-6">I need a solo artist brand that connects my music, visuals, and story.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Musician playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Motivational+Speaker" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Motivational Speaker — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Motivational Speaker</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Motivational Speaker</h3><p class="text-gray-600 mb-4 md:mb-6">I want a speaking brand that fills rooms and sells programs.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Motivational Speaker playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/News+Personality" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for News Personality — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">News Personality</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for News Personality</h3><p class="text-gray-600 mb-4 md:mb-6">I need a news brand that reflects authority, clarity, and timeliness.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore News Personality playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Photographer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Photographer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Photographer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Photographer</h3><p class="text-gray-600 mb-4 md:mb-6">I want my photography brand to feel as curated as my portfolio.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Photographer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Politician" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Politician — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Politician</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Politician</h3><p class="text-gray-600 mb-4 md:mb-6">I need a campaign and office brand that communicates trust and a clear agenda.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Politician playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Producer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Producer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Producer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Producer</h3><p class="text-gray-600 mb-4 md:mb-6">I want a producer brand that ties together my film, music, or media projects.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Producer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Just+For+Fun" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Just For Fun — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Just For Fun</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Just For Fun</h3><p class="text-gray-600 mb-4 md:mb-6">I want playful, low-pressure branding for content I create just because I enjoy it.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Just For Fun playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Art" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Art — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Art</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Art</h3><p class="text-gray-600 mb-4 md:mb-6">I need an art brand that helps my work find the right audience.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Art playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Bar" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Bar — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Bar</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Bar</h3><p class="text-gray-600 mb-4 md:mb-6">I want bar branding that makes every night and event feel like an occasion.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Bar playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Car+Dealership" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Car Dealership — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Car Dealership</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Car Dealership</h3><p class="text-gray-600 mb-4 md:mb-6">I need dealership branding that builds trust and drives showroom and online leads.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Car Dealership playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Car+Rental" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Car Rental — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Car Rental</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Car Rental</h3><p class="text-gray-600 mb-4 md:mb-6">I want a car rental brand that feels seamless, convenient, and reliable.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Car Rental playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Performance+Art+Theater" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Performance Art Theater — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Performance Art Theater</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Performance Art Theater</h3><p class="text-gray-600 mb-4 md:mb-6">I need theatre branding that sells tickets and showcases our performances.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Performance Art Theater playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Scientist" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Scientist — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Scientist</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Scientist</h3><p class="text-gray-600 mb-4 md:mb-6">I want a science communication brand that makes my research more accessible.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Scientist playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Concert+Tour" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Concert Tour — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Concert Tour</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Concert Tour</h3><p class="text-gray-600 mb-4 md:mb-6">I need tour branding that ties together every show, city, and announcement.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Concert Tour playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Bus+Line" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Bus Line — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Bus Line</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Bus Line</h3><p class="text-gray-600 mb-4 md:mb-6">I want transit branding that makes routes and services easy to recognize.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Bus Line playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Writer" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Writer — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Writer</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Writer</h3><p class="text-gray-600 mb-4 md:mb-6">I need a writing brand that stays consistent across client work and personal projects.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Writer playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Tax+Preparation+Service" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Tax Preparation Service — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Tax Preparation Service</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Tax Preparation Service</h3><p class="text-gray-600 mb-4 md:mb-6">I want a financial services brand that looks precise, compliant, and approachable.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Tax Preparation Service playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Toy+Store" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Toy Store — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Toy Store</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Toy Store</h3><p class="text-gray-600 mb-4 md:mb-6">I want toy store branding that feels joyful to kids and trustworthy to parents.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Toy Store playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a><a href="https://www.thebrand.ai/industry/Personal" class="group bg-gray-50 border border-gray-200 rounded-2xl p-6 md:p-8 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col justify-between" aria-label="Brand AI for Personal — industry landing page"><div><div class="flex items-center justify-between mb-4"><span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold uppercase tracking-tight bg-cyan-100 text-brand-cyan">Personal</span><span class="text-sm text-gray-500">Industry playbook</span></div><h3 class="text-xl md:text-2xl font-bold mb-2 text-gray-800 group-hover:text-brand-cyan transition-colors">Brand AI for Personal</h3><p class="text-gray-600 mb-4 md:mb-6">I want a simple, personal brand that pulls my life, work, and hobbies together.</p></div><span class="inline-flex items-center text-sm font-semibold text-brand-cyan">Explore Personal playbook<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></span></a></div>
            </section>
            <?php endif; ?>
            <section class="py-20 md:py-28">
                <div class="container mx-auto px-6"><h2 class="text-4xl md:text-5xl font-bold text-center mb-12">Your
                    brand's entire ecosystem, connected.</h2>
                    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                        <div class="relative rounded-3xl overflow-hidden shadow-lg group text-white p-8 flex flex-col justify-between transition-all duration-500 ease-in-out transform hover:-translate-y-2 min-h-[480px] md:min-h-[520px]"
                             style="background-color: rgb(26, 35, 126);">
                            <div class="z-10 relative"><h3 class="text-3xl md:text-4xl font-bold mb-4">Define your Brand
                                Identity</h3>
                                <p class="text-lg opacity-90 mb-6">A central hub to build, manage, and evolve your
                                    unique brand identity as you scale.</p><a
                                        href="https://www.thebrand.ai/i/account/build_brand"
                                        class="bg-white text-gray-800 font-bold py-2 px-6 rounded-lg text-md hover:bg-gray-200 transition-all duration-300 ease-in-out transform group-hover:-translate-y-1 inline-block">Build
                                    My Brand</a></div>
                            <div class="absolute inset-0 z-0"><img alt="Define your Brand Identity"
                                                                   class="w-full h-full object-cover opacity-80 group-hover:opacity-100 group-hover:scale-110 transition-all duration-500 ease-in-out"
                                                                   loading="lazy" decoding="async"
                                                                   src="index_files/284-800x600.jpg">
                                <div class="absolute inset-0 bg-black bg-opacity-20 group-hover:bg-opacity-10 transition-all duration-500 ease-in-out"></div>
                            </div>
                        </div>
                        <div class="relative rounded-3xl overflow-hidden shadow-lg group text-white p-8 flex flex-col justify-between transition-all duration-500 ease-in-out transform hover:-translate-y-2 min-h-[480px] md:min-h-[520px]"
                             style="background-color: rgb(0, 38, 62);">
                            <div class="z-10 relative"><h3 class="text-3xl md:text-4xl font-bold mb-4">End-to-end
                                platform for large organizations</h3>
                                <p class="text-lg opacity-90 mb-6">Scale brand consistency with enterprise-grade tools,
                                    security, and support for large organizations.</p><a href="#"
                                                                                         class="bg-white text-gray-800 font-bold py-2 px-6 rounded-lg text-md hover:bg-gray-200 transition-all duration-300 ease-in-out transform group-hover:-translate-y-1 inline-block">Explore
                                    Enterprise</a></div>
                            <div class="absolute inset-0 z-0"><img alt="End-to-end platform for large organizations"
                                                                   class="w-full h-full object-cover opacity-80 group-hover:opacity-100 group-hover:scale-110 transition-all duration-500 ease-in-out"
                                                                   loading="lazy" decoding="async"
                                                                   src="index_files/622-800x600.jpg">
                                <div class="absolute inset-0 bg-black bg-opacity-20 group-hover:bg-opacity-10 transition-all duration-500 ease-in-out"></div>
                            </div>
                        </div>
                        <div class="relative rounded-3xl overflow-hidden shadow-lg group text-white p-8 flex flex-col justify-between transition-all duration-500 ease-in-out transform hover:-translate-y-2 min-h-[480px] md:min-h-[520px]"
                             style="background-color: rgb(1, 87, 155);">
                            <div class="z-10 relative"><h3 class="text-3xl md:text-4xl font-bold mb-4">Unlock Growth
                                with Insight Journeys</h3>
                                <p class="text-lg opacity-90 mb-6">Explore expert-led journeys to transform your
                                    startup's growth, overcome challenges, and achieve success.</p><a
                                        href="https://www.thebrand.ai/insights/dashboard?feature=browsejourneys"
                                        class="bg-white text-gray-800 font-bold py-2 px-6 rounded-lg text-md hover:bg-gray-200 transition-all duration-300 ease-in-out transform group-hover:-translate-y-1 inline-block">Discover
                                    Your Path</a></div>
                            <div class="absolute inset-0 z-0"><img alt="Unlock Growth with Insight Journeys"
                                                                   class="w-full h-full object-cover opacity-80 group-hover:opacity-100 group-hover:scale-110 transition-all duration-500 ease-in-out"
                                                                   loading="lazy" decoding="async"
                                                                   src="index_files/898-800x600.jpg">
                                <div class="absolute inset-0 bg-black bg-opacity-20 group-hover:bg-opacity-10 transition-all duration-500 ease-in-out"></div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <section class="py-20 md:py-28">
                <div id="templates-root" class="container mx-auto px-6">
                    <div class="text-center mb-12">
                        <h2 class="text-4xl md:text-5xl font-bold mb-4">Templates for absolutely anything</h2>
                        <p class="text-lg md:text-xl text-gray-600 max-w-2xl mx-auto">Jumpstart your next project with thousands of professional templates.</p>
                    </div>
                    <div id="templates-tabs" class="flex flex-wrap justify-center gap-2 md:gap-4 mb-10"></div>
                    <div id="templates-grid" class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-6 md:gap-8"></div>
                    <div id="templates-error" class="hidden text-center text-red-600 py-12"></div>
                </div>
            </section>
        </main>
        
        <script>
          (function ($) {
            function normalizeImagesJson(data) {
              var index = {};
              if (!data) return index;
              if (Array.isArray(data)) {
                data.forEach(function (item) {
                  if (!item) return;
                  var key = item.label || item.name || item.title;
                  if (!key) return;
                  if (typeof item === 'string') {
                    index[key] = { url: item };
                    return;
                  }
                  if (typeof item === 'object') {
                    index[key] = { url: item.url || item.imageUrl };
                  }
                });
                return index;
              }
              if (typeof data === 'object') {
                Object.keys(data).forEach(function (k) {
                  var v = data[k];
                  if (typeof v === 'string') index[k] = { url: v };
                  else if (typeof v === 'object' && v) index[k] = { url: v.url || v.imageUrl };
                });
              }
              return index;
            }

            function sortCategories(list) {
              return list.slice().sort(function (a, b) {
                var an = (a && a.label) || '';
                var bn = (b && b.label) || '';
                if (an === 'Social Media') return -1;
                if (bn === 'Social Media') return 1;
                return an.localeCompare(bn);
              });
            }

            var LOCAL_IMAGES = [
              'index_files/192-400x300.jpg',
              'index_files/1024-400x300.jpg',
              'index_files/626-400x300.jpg',
              'index_files/682-400x300.jpg',
              'index_files/888-400x300.jpg'
            ];

            function pickImage(label) {
              var s = String(label || '');
              var hash = 0;
              for (var i = 0; i < s.length; i++) hash = (hash * 31 + s.charCodeAt(i)) >>> 0;
              return LOCAL_IMAGES[hash % LOCAL_IMAGES.length];
            }

            function getCategoryItems(category) {
              if (!category) return [];
              if (Array.isArray(category.children)) return category.children;
              if (Array.isArray(category.templates)) return category.templates;
              return [];
            }

            $(function () {
              var $root = $('#templates-root');
              if (!$root.length) return;

              var $tabs = $('#templates-tabs');
              var $grid = $('#templates-grid');
              var $error = $('#templates-error');

              function showError(message) {
                $tabs.empty();
                $grid.empty();
                $error.text(message || 'Failed to load templates.').removeClass('hidden');
              }

              function render(categories, activeLabel, imagesIndex) {
                $error.addClass('hidden').empty();
                $tabs.empty();
                $grid.empty();

                categories.forEach(function (cat) {
                  var isActive = activeLabel === cat.label;
                  var $btn = $('<button type="button"></button>');
                  $btn
                    .attr('data-label', cat.label)
                    .attr('aria-pressed', isActive ? 'true' : 'false')
                    .addClass('py-2 px-5 rounded-full font-semibold transition-all duration-300 text-sm md:text-base ' + (isActive ? 'bg-brand-cyan text-white shadow-lg transform scale-105' : 'bg-gray-200 text-gray-700 hover:bg-gray-300'))
                    .text(cat.label);
                  $tabs.append($btn);
                });

                var activeCategory = null;
                for (var i = 0; i < categories.length; i++) {
                  if (categories[i] && categories[i].label === activeLabel) {
                    activeCategory = categories[i];
                    break;
                  }
                }

                var items = getCategoryItems(activeCategory);
                items.forEach(function (child) {
                  if (!child || !child.url) return;
                  var label = child.label || child.title || '';
                  var imgUrl = (imagesIndex && imagesIndex[label] && imagesIndex[label].url) ? imagesIndex[label].url : pickImage(label);

                  var $a = $('<a></a>')
                    .attr('href', child.url)
                    .addClass('block group rounded-lg overflow-hidden bg-gray-100 shadow-sm hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1');

                  var $wrap = $('<div></div>').addClass('relative aspect-[4/3] overflow-hidden');
                  var $img = $('<img/>')
                    .attr('src', imgUrl)
                    .attr('alt', label)
                    .attr('loading', 'lazy')
                    .attr('decoding', 'async')
                    .addClass('w-full h-full object-cover group-hover:scale-105 transition-transform duration-300');
                  var $overlay = $('<div></div>').addClass('absolute inset-0 bg-black bg-opacity-10 group-hover:bg-opacity-0 transition-all duration-300');
                  $wrap.append($img, $overlay);

                  var $body = $('<div></div>').addClass('p-3');
                  var $h4 = $('<h4></h4>').addClass('text-sm font-semibold text-gray-800 truncate group-hover:text-brand-cyan transition-colors duration-300').text(label);
                  $body.append($h4);

                  $a.append($wrap, $body);
                  $grid.append($a);
                });
              }

              var imagesIndex = {};
              var imagesReq = $.getJSON('/images.json').then(
                function (data) { imagesIndex = normalizeImagesJson(data); },
                function () { imagesIndex = {}; }
              );

              $.when(imagesReq).then(function () {
                return $.getJSON('/categories.json').then(
                  function (data) {
                    var list = Array.isArray(data) ? data : [];
                    var sorted = sortCategories(list);
                    var defaultLabel = null;
                    for (var i = 0; i < sorted.length; i++) {
                      if (sorted[i] && sorted[i].label === 'Social Media') { defaultLabel = 'Social Media'; break; }
                    }
                    if (!defaultLabel && sorted[0] && sorted[0].label) defaultLabel = sorted[0].label;
                    if (!defaultLabel) return showError('Failed to load templates.');
                    render(sorted, defaultLabel, imagesIndex);

                    $tabs.off('click.templates').on('click.templates', 'button[data-label]', function () {
                      render(sorted, String($(this).attr('data-label') || defaultLabel), imagesIndex);
                    });
                  },
                  function () { showError('Failed to load templates.'); }
                );
              });
            });
          })(window.jQuery);
        </script>
        <footer class="bg-brand-midnight text-white">
            <div class="container mx-auto px-6 py-12">
                <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-8">
                    <div class="col-span-2 lg:col-span-1"><a href="https://www.thebrand.ai" aria-label="Brand AI Homepage">
                        <img src="https://www.thebrand.ai/i/uploads/logo/logo_62a4de26e93f0.png"  width="110" height="30" >
                    </a>
                        <p class="mt-4 text-gray-400">Your vision, amplified.</p></div>
                    <div><h3 class="font-bold uppercase text-gray-400">Features</h3>
                        <ul class="mt-4 space-y-2">
                            <li><a href="https://www.thebrand.ai/brandcreator/index"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Brand Creator</a></li>
                            <li><a href="https://www.thebrand.ai/i/account/designs"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">My Designs</a></li>
                            <li><a href="https://www.thebrand.ai/i"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Templates</a></li>
                            <li><a href="https://www.thebrand.ai/insights/dashboard?feature=brandtoolkit"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Brand Toolkit</a></li>
                        </ul>
                    </div>
                    <div><h3 class="font-bold uppercase text-gray-400">Resources</h3>
                        <ul class="mt-4 space-y-2">
                            <li><a href="https://www.thebrand.ai/insights/"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Insights</a></li>
                            <li><a href="https://www.thebrand.ai/blogs"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Blogs</a></li>
                            <li><a href="https://www.thebrand.ai/insights/dashboard?feature=browsejourneys"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Brand Journeys</a></li>
                            <li><a href="https://www.thebrand.ai/sites/index"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Sites</a></li>
                        </ul>
                    </div>
                    <div><h3 class="font-bold uppercase text-gray-400">Account</h3>
                        <ul class="mt-4 space-y-2">
                            <li><a href="https://www.thebrand.ai/i/account/build_brand"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">My Brand Identity</a>
                            </li>
                            <li><a href="#" class="text-gray-300 hover:text-brand-cyan transition-colors">Update Brand
                                Details</a></li>
                            <li><a href="https://www.thebrand.ai/insights/auth-onboard"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Onboarding</a></li>
                        </ul>
                    </div>
                    <div><h3 class="font-bold uppercase text-gray-400">Company</h3>
                        <ul class="mt-4 space-y-2">
                            <li><a href="#" class="text-gray-300 hover:text-brand-cyan transition-colors">About Us</a>
                            </li>
                            <li><a href="https://www.thebrand.ai/i/contact"
                                   class="text-gray-300 hover:text-brand-cyan transition-colors">Contact Us</a></li>
                            <li><a href="#" class="text-gray-300 hover:text-brand-cyan transition-colors">Careers</a>
                            </li>
                        </ul>
                    </div>
                </div>
                <div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
                    <p class="text-gray-400">© 2025 Brand AI. All rights reserved.</p>
                    <div class="flex space-x-4 mt-4 md:mt-0"><a href="https://facebook.com/TheBrandApp"
                                                                class="text-gray-400 hover:text-brand-cyan transition-colors"
                                                                aria-label="Facebook"><span
                            class="sr-only">Facebook</span>
                        <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path fill-rule="evenodd"
                                  d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z"
                                  clip-rule="evenodd"></path>
                        </svg>
                    </a><a href="https://twitter.com/thebrandhq"
                           class="text-gray-400 hover:text-brand-cyan transition-colors" aria-label="Twitter"><span
                            class="sr-only">Twitter</span>
                        <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.71v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"></path>
                        </svg>
                    </a><a href="https://www.instagram.com/thebrandapp"
                           class="text-gray-400 hover:text-brand-cyan transition-colors" aria-label="Instagram"><span
                            class="sr-only">Instagram</span>
                        <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path fill-rule="evenodd"
                                  d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.024.06 1.378.06 3.808s-.012 2.784-.06 3.808c-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.024.048-1.378.06-3.808.06s-2.784-.012-3.808-.06c-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.048-1.024-.06-1.378-.06-3.808s.012-2.784.06-3.808c.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 016.08 2.525c.636-.247 1.363-.416 2.427-.465C9.53 2.013 9.884 2 12.315 2zM12 7.044c-2.583 0-4.666 2.083-4.666 4.666s2.083 4.666 4.666 4.666 4.666-2.083 4.666-4.666S14.583 7.044 12 7.044zm0 7.666c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3zm4.917-7.916a1.146 1.146 0 100-2.292 1.146 1.146 0 000 2.292z"
                                  clip-rule="evenodd"></path>
                        </svg>
                    </a><a href="https://www.linkedin.com/company/the-brand-app"
                           class="text-gray-400 hover:text-brand-cyan transition-colors" aria-label="LinkedIn"><span
                            class="sr-only">LinkedIn</span>
                        <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
                            <path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"></path>
                        </svg>
                    </a></div>
                </div>
            </div>
        </footer>
    </div>
</div>


<!-- Auth modal wiring -->
<script>
  (function () {
    var button = document.getElementById('mobileMenuButton');
    var menu = document.getElementById('mobileMenu');
    var iconOpen = document.getElementById('mobileMenuIconOpen');
    var iconClose = document.getElementById('mobileMenuIconClose');
    if (!button || !menu) return;

    function setExpanded(isExpanded) {
      button.setAttribute('aria-expanded', isExpanded ? 'true' : 'false');
      menu.classList.toggle('hidden', !isExpanded);
      if (iconOpen) iconOpen.classList.toggle('hidden', isExpanded);
      if (iconClose) iconClose.classList.toggle('hidden', !isExpanded);
    }

    function toggle() {
      var isExpanded = button.getAttribute('aria-expanded') === 'true';
      setExpanded(!isExpanded);
    }

    button.addEventListener('click', function (e) {
      e.preventDefault();
      toggle();
    });

    document.addEventListener('click', function (e) {
      if (menu.classList.contains('hidden')) return;
      if (menu.contains(e.target) || button.contains(e.target)) return;
      setExpanded(false);
    });

    window.addEventListener('keydown', function (e) {
      if (e.key === 'Escape') setExpanded(false);
    });

    window.addEventListener('resize', function () {
      if (window.matchMedia && window.matchMedia('(min-width: 768px)').matches) setExpanded(false);
    });

    Array.prototype.forEach.call(menu.querySelectorAll('a'), function (a) {
      a.addEventListener('click', function () {
        setExpanded(false);
      });
    });
  })();
</script>
<script>
  (function () {
    var modal = document.getElementById('authModal');
    var frame = document.getElementById('authFrame');
    var closeBtn = document.getElementById('authClose');
    if (!modal || !frame || !closeBtn) return;

    function openAuth(event) {
      if (event) event.preventDefault();
      var intent = event && event.currentTarget && event.currentTarget.getAttribute('data-auth');
      var src = 'https://www.thebrand.ai/connect/index.php' + (intent === 'signup' ? '?action=register' : '');
      try {
        frame.src = src;
      } catch (e) {}
      modal.classList.remove('hidden');
      document.body.style.overflow = 'hidden';
    }

    Array.prototype.forEach.call(document.querySelectorAll('a[data-auth]'), function (a) {
      a.addEventListener('click', openAuth);
    });

    closeBtn.addEventListener('click', function () {
      modal.classList.add('hidden');
      frame.src = 'about:blank';
      document.body.style.overflow = '';
    });
  })();
</script>
<script>
  (function () {
    function setup() {
      var wraps = Array.prototype.slice.call(document.querySelectorAll('.hiw__copy-wrap'));
      if (!wraps.length) return;

      wraps.forEach(function (wrap) {
        var p = wrap.querySelector('.hiw__copy');
        var btn = wrap.querySelector('.hiw__copy-toggle');
        if (!p || !btn) return;

        btn.addEventListener('click', function () {
          var isExpanded = p.classList.toggle('is-expanded');
          btn.setAttribute('aria-expanded', isExpanded ? 'true' : 'false');
          btn.textContent = isExpanded ? 'Show less' : 'Show more';
        });
      });

      window.requestAnimationFrame(function () {
        wraps.forEach(function (wrap) {
          var p = wrap.querySelector('.hiw__copy');
          var btn = wrap.querySelector('.hiw__copy-toggle');
          if (!p || !btn) return;
          var needsToggle = p.scrollHeight > p.clientHeight + 1;
          btn.style.display = needsToggle ? 'inline' : 'none';
        });
      });
    }

    if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', setup);
    else setup();
  })();
</script>

<style>
    #tbai-popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.55);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    #tbai-popup-overlay.visible {
        opacity: 1;
        pointer-events: all;
    }

    .tbai-popup-card {
        position: relative;
        width: 100%;
        max-width: 520px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
        border: 1px solid rgba(15, 23, 42, 0.10);
        border-radius: 22px;
        overflow: hidden;
        transform: translateY(32px) scale(0.97);
        transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
        opacity: 0;
        box-shadow: 0 40px 120px rgba(2, 6, 23, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    }

    #tbai-popup-overlay.visible .tbai-popup-card {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    .tbai-popup-card::before {
        content: '';
        display: block;
        height: 4px;
        background: linear-gradient(90deg, #7c3aed, #db2777, #ea580c, #22c55e);
        background-size: 200% 100%;
        animation: tbaiShiftGrad 4s linear infinite;
    }

    @keyframes tbaiShiftGrad {
        0% { background-position: 0% 50%; }
        100% { background-position: 200% 50%; }
    }

    .tbai-popup-card::after {
        content: '';
        position: absolute;
        top: -120px;
        right: -80px;
        width: 320px;
        height: 320px;
        background: radial-gradient(circle, rgba(124, 58, 237, 0.16) 0%, rgba(219, 39, 119, 0.10) 35%, transparent 70%);
        pointer-events: none;
    }

    .tbai-popup-inner {
        padding: 40px 44px 44px;
    }

    .tbai-popup-close {
        position: absolute;
        top: 18px;
        right: 20px;
        background: rgba(15, 23, 42, 0.05);
        border: none;
        color: rgba(15, 23, 42, 0.55);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s, color 0.2s;
        z-index: 10;
    }

    .tbai-popup-close:hover { background: rgba(15, 23, 42, 0.10); color: rgba(15, 23, 42, 0.92); }

    .tbai-badge {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: rgba(124, 58, 237, 0.08);
        border: 1px solid rgba(124, 58, 237, 0.18);
        color: rgba(91, 33, 182, 0.95);
        font-size: 11.5px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 5px 12px;
        border-radius: 100px;
        margin-bottom: 22px;
    }

    .tbai-badge .dot {
        width: 6px;
        height: 6px;
        background: #7c3aed;
        border-radius: 50%;
        animation: tbaiPulse 1.8s ease-in-out infinite;
    }

    @keyframes tbaiPulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.5; transform: scale(1.5); }
    }

    .tbai-popup-headline {
        font-family: 'Playfair Display', serif;
        font-size: 34px;
        font-weight: 900;
        line-height: 1.06;
        color: #0f172a;
        letter-spacing: -0.02em;
        margin-bottom: 14px;
    }

    .tbai-popup-headline span {
        background: linear-gradient(135deg, #7c3aed 0%, #db2777 55%, #ea580c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        background-size: 200% 200%;
        animation: tbaiGradientShift 8s ease infinite;
    }

    @keyframes tbaiGradientShift {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    .tbai-popup-sub {
        font-size: 15px;
        color: rgba(71, 85, 105, 0.95);
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .tbai-popup-sub strong { color: rgba(15, 23, 42, 0.92); font-weight: 800; }

    .tbai-proof-strip {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 28px;
    }

    .tbai-avatars {
        display: flex;
    }

    .tbai-avatar-fallback {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.95);
        margin-left: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 800;
        color: #fff;
    }

    .tbai-avatars .tbai-avatar-fallback:first-child { margin-left: 0; }
    .tbai-af1 { background: linear-gradient(135deg, #6c63ff, #a855f7); }
    .tbai-af2 { background: linear-gradient(135deg, #ff6b6b, #f97316); }
    .tbai-af3 { background: linear-gradient(135deg, #06b6d4, #3b82f6); }
    .tbai-af4 { background: linear-gradient(135deg, #22c55e, #10b981); }

    .tbai-proof-text {
        font-size: 13px;
        color: rgba(71, 85, 105, 0.95);
    }

    .tbai-proof-text strong { color: rgba(15, 23, 42, 0.92); font-weight: 900; }

    .tbai-popup-form { display: flex; flex-direction: column; gap: 12px; }
    .tbai-field-row { display: flex; gap: 12px; }
    .tbai-field-row .tbai-field { flex: 1; }

    .tbai-field { display: flex; flex-direction: column; gap: 6px; }

    .tbai-field label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: rgba(71, 85, 105, 0.9);
    }

    .tbai-field input {
        background: rgba(248, 250, 252, 0.95);
        border: 1px solid rgba(148, 163, 184, 0.55);
        border-radius: 12px;
        padding: 13px 16px;
        color: rgba(15, 23, 42, 0.92);
        font-size: 15px;
        outline: none;
        transition: border-color 0.2s, background 0.2s;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    .tbai-field input::placeholder { color: rgba(100, 116, 139, 0.75); }

    .tbai-field input:focus {
        border-color: rgba(124, 58, 237, 0.65);
        background: rgba(255, 255, 255, 1);
    }

    .tbai-cta-btn {
        margin-top: 4px;
        position: relative;
        background: linear-gradient(135deg, #7c3aed 0%, #db2777 55%, #ea580c 100%);
        color: #fff;
        border: none;
        border-radius: 14px;
        padding: 17px 24px;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 0.02em;
        cursor: pointer;
        overflow: hidden;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 14px 44px rgba(124, 58, 237, 0.25), 0 10px 26px rgba(219, 39, 119, 0.18);
    }

    .tbai-cta-btn::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
    }

    .tbai-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 56px rgba(124, 58, 237, 0.28), 0 12px 32px rgba(219, 39, 119, 0.22);
    }

    .tbai-cta-btn:active { transform: translateY(0); }
    .tbai-cta-btn:disabled { opacity: 0.75; cursor: not-allowed; transform: none; box-shadow: none; }

    .tbai-cta-btn .btn-inner {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .tbai-cta-btn .arrow {
        display: inline-flex;
        transition: transform 0.2s;
    }

    .tbai-cta-btn:hover .arrow { transform: translateX(4px); }

    .tbai-trust-line {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 18px;
        flex-wrap: wrap;
    }

    .tbai-trust-item {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        color: rgba(100, 116, 139, 0.95);
    }

    .tbai-trust-item svg { opacity: 0.7; }
    .tbai-trust-sep { width: 3px; height: 3px; background: rgba(148, 163, 184, 0.8); border-radius: 50%; }

    .tbai-success-state {
        display: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        padding: 10px 0 4px;
    }

    .tbai-success-state.show { display: flex; }
    .tbai-form-state.hidden { display: none; }

    .tbai-checkmark-ring {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(124, 58, 237, 0.10), rgba(219, 39, 119, 0.06));
        border: 2px solid rgba(124, 58, 237, 0.22);
        display: flex;
        align-items: center;
        justify-content: center;
        animation: tbaiPopIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes tbaiPopIn {
        from { transform: scale(0.6); opacity: 0; }
        to { transform: scale(1); opacity: 1; }
    }

    .tbai-checkmark-ring svg { animation: tbaiPopIn 0.5s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both; }

    .tbai-success-title {
        font-size: 24px;
        font-weight: 950;
        color: rgba(15, 23, 42, 0.92);
    }

    .tbai-success-sub {
        font-size: 14.5px;
        color: rgba(71, 85, 105, 0.95);
        line-height: 1.6;
        max-width: 340px;
    }

    .tbai-book-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, #7c3aed 0%, #db2777 55%, #ea580c 100%);
        color: #fff;
        text-decoration: none;
        border-radius: 14px;
        padding: 15px 28px;
        font-size: 15px;
        font-weight: 900;
        margin-top: 4px;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 12px 42px rgba(124, 58, 237, 0.22), 0 10px 26px rgba(219, 39, 119, 0.16);
    }

    .tbai-book-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 56px rgba(124, 58, 237, 0.26), 0 12px 34px rgba(219, 39, 119, 0.20); }

    .tbai-popup-error {
        display: none;
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(239, 68, 68, 0.08);
        border: 1px solid rgba(239, 68, 68, 0.22);
        color: rgba(127, 29, 29, 0.95);
        font-size: 13px;
        line-height: 1.4;
    }

    .tbai-popup-error.show { display: block; }

    @media (max-width: 500px) {
        .tbai-popup-inner { padding: 32px 24px 36px; }
        .tbai-popup-headline { font-size: 28px; }
        .tbai-field-row { flex-direction: column; gap: 12px; }
    }

    #tbai-claim-float {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 99998;
        width: min(360px, calc(100vw - 36px));
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    #tbai-claim-float.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .tbai-claim-card {
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 14px 14px 16px;
        border-radius: 20px;
        background: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)) padding-box,
            linear-gradient(135deg, rgba(124, 58, 237, 0.85), rgba(219, 39, 119, 0.75), rgba(234, 88, 12, 0.75)) border-box;
        border: 1px solid transparent;
        box-shadow: 0 22px 60px rgba(2, 6, 23, 0.18);
    }

    .tbai-claim-meta {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex: 1;
    }

    .tbai-claim-kicker {
        font-size: 11px;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(100, 116, 139, 0.95);
    }

    .tbai-claim-title {
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: -0.01em;
        line-height: 1.05;
        color: rgba(15, 23, 42, 0.95);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tbai-claim-sub {
        font-size: 13px;
        font-weight: 700;
        color: rgba(71, 85, 105, 0.95);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tbai-claim-btn {
        flex-shrink: 0;
        border: none;
        cursor: pointer;
        padding: 10px 14px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 950;
        letter-spacing: 0.02em;
        color: #fff;
        background: linear-gradient(135deg, #7c3aed 0%, #db2777 55%, #ea580c 100%);
        box-shadow: 0 12px 34px rgba(124, 58, 237, 0.22), 0 8px 20px rgba(219, 39, 119, 0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .tbai-claim-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 44px rgba(124, 58, 237, 0.26), 0 12px 26px rgba(219, 39, 119, 0.20);
    }

    .tbai-claim-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 26px;
        height: 26px;
        border-radius: 999px;
        border: none;
        background: rgba(15, 23, 42, 0.06);
        color: rgba(15, 23, 42, 0.55);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s, color 0.2s;
    }

    .tbai-claim-close:hover {
        background: rgba(15, 23, 42, 0.10);
        color: rgba(15, 23, 42, 0.92);
    }

    @media (max-width: 520px) {
        #tbai-claim-float {
            left: 12px;
            right: 12px;
            bottom: 12px;
            width: auto;
        }
        .tbai-claim-card {
            padding: 14px 12px 14px 14px;
        }
        .tbai-claim-sub {
            white-space: normal;
        }
    }
</style>

<div id="tbai-popup-overlay" role="dialog" aria-modal="true" aria-label="Exclusive offer">
    <div class="tbai-popup-card">
        <button class="tbai-popup-close" type="button" onclick="tbaiPopupClose()" aria-label="Close">✕</button>
        <div class="tbai-popup-inner">
            <div class="tbai-badge"><span class="dot"></span> Free Strategy Session — Limited Spots</div>

            <div class="tbai-form-state" id="tbaiFormState">
                <h2 class="tbai-popup-headline">
                    Your Brand Is Leaving<br><span>Money on the Table.</span>
                </h2>
                <p class="tbai-popup-sub">
                    Get a <strong>free 30-min growth audit</strong> with our brand strategists —
                    we'll pinpoint exactly what's stalling your revenue and show you how to fix it.
                </p>

                <div class="tbai-proof-strip">
                    <div class="tbai-avatars">
                        <div class="tbai-avatar-fallback tbai-af1">MT</div>
                        <div class="tbai-avatar-fallback tbai-af2">SL</div>
                        <div class="tbai-avatar-fallback tbai-af3">JK</div>
                        <div class="tbai-avatar-fallback tbai-af4">AR</div>
                    </div>
                    <p class="tbai-proof-text"><strong>36,000+ marketers</strong> already growing with us</p>
                </div>

                <form class="tbai-popup-form" onsubmit="tbaiPopupHandleSubmit(event)">
                    <div class="tbai-field-row">
                        <div class="tbai-field">
                            <label for="tbai_fname">First Name</label>
                            <input type="text" id="tbai_fname" name="fname" placeholder="Alex" required autocomplete="given-name">
                        </div>
                        <div class="tbai-field">
                            <label for="tbai_lname">Last Name</label>
                            <input type="text" id="tbai_lname" name="lname" placeholder="Rivera" autocomplete="family-name">
                        </div>
                    </div>
                    <div class="tbai-field">
                        <label for="tbai_email">Work Email</label>
                        <input type="email" id="tbai_email" name="email" placeholder="alex@yourcompany.com" required autocomplete="email">
                    </div>
                    <button type="submit" class="tbai-cta-btn" id="tbai_submit_btn">
                        <span class="btn-inner">
                            Claim My Free Strategy Session
                            <span class="arrow">
                                <svg width="16" height="16" viewBox="0 0 16 16" fill="none">
                                    <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </span>
                        </span>
                    </button>
                    <div class="tbai-popup-error" id="tbai_popup_error"></div>
                </form>

                <div class="tbai-trust-line">
                    <span class="tbai-trust-item">
                        <svg width="12" height="12" viewBox="0 0 12 12" fill="none">
                            <path d="M6 1L7.5 4.5H11L8.25 6.75L9.25 10.5L6 8.25L2.75 10.5L3.75 6.75L1 4.5H4.5L6 1Z" fill="currentColor"/>
                        </svg>
                        No spam, ever
                    </span>
                    <span class="tbai-trust-sep"></span>
                    <span class="tbai-trust-item">
                        <svg width="12" height="12" viewBox="0 0 12 12" fill="none">
                            <rect x="1" y="5" width="10" height="7" rx="1.5" stroke="currentColor" stroke-width="1.5"/>
                            <path d="M3.5 5V3.5a2.5 2.5 0 015 0V5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
                        </svg>
                        Secure &amp; private
                    </span>
                    <span class="tbai-trust-sep"></span>
                    <span class="tbai-trust-item">
                        <svg width="12" height="12" viewBox="0 0 12 12" fill="none">
                            <circle cx="6" cy="6" r="5" stroke="currentColor" stroke-width="1.5"/>
                            <path d="M6 3.5v2.5l1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
                        </svg>
                        Only 5 spots/week
                    </span>
                </div>
            </div>

            <div class="tbai-success-state" id="tbaiSuccessState">
                <div class="tbai-checkmark-ring">
                    <svg width="32" height="32" viewBox="0 0 32 32" fill="none">
                        <path d="M8 16.5l5.5 5.5 10.5-11" stroke="#7c3aed" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>
                </div>
                <h2 class="tbai-success-title">You're In!</h2>
                <p class="tbai-success-sub">
                    One last step — pick a time that works for you and lock in your free strategy session with our team.
                </p>
                <a href="https://meet.thebrand.ai/s/santos/discovery" target="_blank" class="tbai-book-btn" rel="noopener">
                    Book My Discovery Call
                    <svg width="16" height="16" viewBox="0 0 16 16" fill="none">
                        <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>
                </a>
                <p style="font-size:12px;color:rgba(100,116,139,.95);margin-top:4px;">
                    Check your inbox — we sent you a confirmation.
                </p>
            </div>
        </div>
    </div>
</div>

<div id="tbai-claim-float" aria-live="polite">
    <div class="tbai-claim-card">
        <button type="button" class="tbai-claim-close" aria-label="Dismiss" onclick="tbaiClaimWidgetHide()">✕</button>
        <div class="tbai-claim-meta">
            <div class="tbai-claim-kicker">Limited spots</div>
            <div class="tbai-claim-title">Free Strategy Session</div>
            <div class="tbai-claim-sub">30-min growth audit. Claim it now.</div>
        </div>
        <button type="button" class="tbai-claim-btn" onclick="tbaiPopupOpen()">Claim</button>
    </div>
</div>

<script>
(function () {
    if (window.tbaiPopupOpen || window.tbaiPopupClose || window.tbaiClaimWidgetHide) {
        return;
    }

    var DELAY_MS = 2000;
    var STORAGE_KEY = 'tbai_popup_claimed';
    var WIDGET_KEY = 'tbai_popup_claim_widget_hidden';
    var BOOKING_URL = 'https://meet.thebrand.ai/s/santos/discovery';

    function leadEndpoint() {
        try {
            return new URL('../tools/index.php', window.location.href).toString();
        } catch (e) {
            return '../tools/index.php';
        }
    }

    function overlayEl() {
        return document.getElementById('tbai-popup-overlay');
    }

    function widgetEl() {
        return document.getElementById('tbai-claim-float');
    }

    function hideWidget() {
        var el = widgetEl();
        if (!el) {
            return;
        }
        el.classList.remove('visible');
    }

    function alreadySeen() {
        try { return !!sessionStorage.getItem(STORAGE_KEY); } catch (e) { return false; }
    }

    function widgetHidden() {
        try { return !!sessionStorage.getItem(WIDGET_KEY); } catch (e) { return false; }
    }

    function showWidget() {
        var el = widgetEl();
        if (!el) {
            return;
        }
        if (alreadySeen() || widgetHidden()) {
            return;
        }
        var overlay = overlayEl();
        if (overlay && overlay.classList.contains('visible')) {
            return;
        }
        el.classList.add('visible');
    }

    var widgetTimer = null;
    function scheduleWidget(ms) {
        if (widgetTimer) {
            clearTimeout(widgetTimer);
        }
        widgetTimer = setTimeout(showWidget, ms);
    }

    window.tbaiPopupOpen = function () {
        var el = overlayEl();
        if (!el) {
            return;
        }
        hideWidget();
        el.classList.add('visible');
        document.body.style.overflow = 'hidden';
    };

    window.tbaiPopupClose = function () {
        var el = overlayEl();
        if (!el) {
            return;
        }
        el.classList.remove('visible');
        document.body.style.overflow = '';
        hideWidget();
        scheduleWidget(550);
    };

    window.tbaiClaimWidgetHide = function () {
        hideWidget();
        try { sessionStorage.setItem(WIDGET_KEY, '1'); } catch (e) {}
    };

    function showError(message) {
        var box = document.getElementById('tbai_popup_error');
        if (!box) {
            return;
        }
        box.textContent = message || 'Something went wrong. Please try again.';
        box.classList.add('show');
    }

    function clearError() {
        var box = document.getElementById('tbai_popup_error');
        if (!box) {
            return;
        }
        box.textContent = '';
        box.classList.remove('show');
    }

    function setSubmitting(isSubmitting) {
        var btn = document.getElementById('tbai_submit_btn');
        if (!btn) {
            return;
        }
        btn.disabled = !!isSubmitting;
    }

    window.tbaiPopupHandleSubmit = function (e) {
        e.preventDefault();
        clearError();
        setSubmitting(true);

        var fname = (document.getElementById('tbai_fname') || {}).value || '';
        var lname = (document.getElementById('tbai_lname') || {}).value || '';
        var email = (document.getElementById('tbai_email') || {}).value || '';

        fname = String(fname).trim();
        lname = String(lname).trim();
        email = String(email).trim();

        fetch(leadEndpoint(), {
            method: 'POST',
            headers: { 'Content-Type': 'application/json' },
            body: JSON.stringify({
                action: 'tbai_popup_lead',
                fname: fname,
                lname: lname,
                email: email,
                page_url: window.location.href
            })
        }).then(function (res) {
            return res.json().catch(function () {
                return { status: 'error', message: 'Unexpected response.' };
            }).then(function (json) {
                return { ok: res.ok, json: json };
            });
        }).then(function (result) {
            if (!result.ok || !result.json || result.json.status !== 'success') {
                throw new Error((result.json && result.json.message) ? result.json.message : 'Could not save your details.');
            }

            var formState = document.getElementById('tbaiFormState');
            var successState = document.getElementById('tbaiSuccessState');
            if (formState) {
                formState.classList.add('hidden');
            }
            if (successState) {
                successState.classList.add('show');
            }
            try { sessionStorage.setItem(STORAGE_KEY, '1'); } catch (e) {}
            hideWidget();

            setTimeout(function () {
                window.open(BOOKING_URL, '_blank', 'noopener');
            }, 1500);
        }).catch(function (err) {
            showError((err && err.message) ? err.message : 'Could not save your details.');
        }).finally(function () {
            setSubmitting(false);
        });
    };

    var el = overlayEl();
    if (el) {
        el.addEventListener('click', function (evt) {
            if (evt.target === el) {
                window.tbaiPopupClose();
            }
        });
    }

    document.addEventListener('keydown', function (evt) {
        if (evt.key === 'Escape') {
            window.tbaiPopupClose();
        }
    });

    if (!alreadySeen()) {
        scheduleWidget(DELAY_MS);
    }
})();
</script>

  </body>
</html>
    <!-- Floating Pricing button -->
    <button id="openPricingModal" aria-haspopup="dialog" aria-controls="pricingModal" title="Open Pricing"
      style="position:fixed; right:20px; bottom:20px; z-index:1000; background:#111827; color:#fff; border:none; border-radius:24px; padding:10px 16px; box-shadow:0 6px 18px rgba(0,0,0,0.2); cursor:pointer;">
      Pricing
    </button>

    <!-- Pricing Modal -->
    <div id="pricingModal" role="dialog" aria-modal="true" aria-labelledby="pricingModalTitle" aria-hidden="true"
      style="display:none; position:fixed; inset:0; z-index:1001; background:rgba(0,0,0,0.55);">
      <div id="pricingModalPanel" style="position:relative; margin:5vh auto; width:92vw; max-width:1000px; height:85vh; background:#ffffff; border-radius:14px; box-shadow:0 20px 40px rgba(0,0,0,0.25); overflow:hidden; display:flex; flex-direction:column;">
        <div style="display:flex; align-items:center; justify-content:space-between; padding:12px 16px; border-bottom:1px solid #e5e7eb;">
          <h2 id="pricingModalTitle" style="font-size:16px; font-weight:600; color:#111827;">Pricing & Payment</h2>
          <div style="display:flex; align-items:center; gap:8px;">
            <a href="https://www.thebrand.ai/brandpay/choose" target="_blank" rel="noopener" aria-label="Open pricing in a new tab"
               style="text-decoration:none; font-size:12px; color:#2563eb;">Open in new tab</a>
            <button id="closePricingModal" aria-label="Close Pricing Modal"
              style="background:#111827; color:#fff; border:none; border-radius:8px; padding:8px 10px; cursor:pointer;">Close</button>
          </div>
        </div>
        <div style="flex:1;">
          <iframe id="pricingIframe" title="Choose Payment Method"
                  data-src="https://www.thebrand.ai/brandpay/choose"
                  style="width:100%; height:100%; border:0; background:#f9fafb;"
                  sandbox="allow-forms allow-scripts allow-same-origin allow-popups"
                  referrerpolicy="no-referrer-when-downgrade"></iframe>
        </div>
      </div>
    </div>

    <script>
      (function() {
        var openBtn = document.getElementById('openPricingModal');
        var modal = document.getElementById('pricingModal');
        var panel = document.getElementById('pricingModalPanel');
        var closeBtn = document.getElementById('closePricingModal');
        var iframe = document.getElementById('pricingIframe');

        function openModal() {
          // Lazy-load iframe
          var src = iframe.getAttribute('data-src');
          if (src && iframe.src !== src) {
            iframe.src = src;
          }
          modal.style.display = 'block';
          modal.setAttribute('aria-hidden', 'false');
          // Prevent background scroll
          document.body.dataset.prevOverflow = document.body.style.overflow || '';
          document.body.style.overflow = 'hidden';
          closeBtn.focus();
          window.addEventListener('keydown', onKeyDown);
        }

        function closeModal() {
          modal.style.display = 'none';
          modal.setAttribute('aria-hidden', 'true');
          document.body.style.overflow = document.body.dataset.prevOverflow || '';
          window.removeEventListener('keydown', onKeyDown);
          openBtn.focus();
        }

        function onKeyDown(e) {
          if (e.key === 'Escape') {
            closeModal();
          }
        }

        // Backdrop click closes if clicking outside the panel
        modal.addEventListener('click', function(e) {
          if (!panel.contains(e.target)) {
            closeModal();
          }
        });

        openBtn.addEventListener('click', openModal);
        closeBtn.addEventListener('click', closeModal);

        // Ensure main navigation "Pricing" link opens the modal
        document.addEventListener('click', function(e) {
          var anchor = e.target.closest('a');
          if (!anchor) return;
          var text = (anchor.textContent || '').trim().toLowerCase();
          if (text === 'pricing') {
            e.preventDefault();
            openModal();
          }
        });
      })();
    </script>