{"id":1779,"date":"2025-12-10T18:05:57","date_gmt":"2025-12-10T17:05:57","guid":{"rendered":"https:\/\/gaiseo.com\/?page_id=1779"},"modified":"2026-01-08T15:50:19","modified_gmt":"2026-01-08T14:50:19","slug":"unsere-saas","status":"publish","type":"page","link":"https:\/\/gaiseo.com\/de\/unsere-saas\/","title":{"rendered":"GAISEO SAAS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1779\" class=\"elementor elementor-1779 elementor-1745\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b8a296 e-flex e-con-boxed e-con e-parent\" data-id=\"3b8a296\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b448d49 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"b448d49\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52f2086 elementor-widget elementor-widget-html\" data-id=\"52f2086\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO SAAS PAGE - BLOCK 1 (REDESIGNED DASHBOARD) - DEUTSCH -->\n\n<!-- 1. AI SEO: SoftwareApplication Schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"SoftwareApplication\",\n  \"name\": \"GAISEO SaaS Platform\",\n  \"applicationCategory\": \"BusinessApplication\",\n  \"operatingSystem\": \"Web\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"119.00\",\n    \"priceCurrency\": \"EUR\"\n  },\n  \"description\": \"All-in-One L\u00f6sung f\u00fcr AI-SEO. Mit Visibility Score, Wettbewerber-Analyse und Brand Sentiment Tracking.\",\n  \"inLanguage\": \"de\"\n}\n<\/script>\n\n<style>\n  \/* ========================================\n     SAAS DASHBOARD - UNIFIED DESIGN\n     ======================================== *\/\n  \n  .gaiseo-saas-dashboard {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 20px;\n    padding: 24px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);\n    max-width: 380px;\n  }\n  \n  .gaiseo-dashboard-top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 20px;\n    padding-bottom: 16px;\n    border-bottom: 1px solid #f3f4f6;\n  }\n  \n  .gaiseo-dashboard-brand {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  \n  .gaiseo-dashboard-logo {\n    width: 32px;\n    height: 32px;\n    background: linear-gradient(135deg, #3b82f6, #1e40af);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .gaiseo-dashboard-logo img {\n    width: 22px;\n    height: 22px;\n  }\n  \n  .gaiseo-dashboard-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #111827;\n  }\n  \n  .gaiseo-dashboard-subtitle {\n    font-size: 11px;\n    color: #9ca3af;\n  }\n  \n  .gaiseo-live-badge {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-size: 10px;\n    font-weight: 600;\n    color: #10b981;\n    background: #ecfdf5;\n    padding: 4px 10px;\n    border-radius: 99px;\n  }\n  \n  .gaiseo-live-dot {\n    width: 5px;\n    height: 5px;\n    background: #10b981;\n    border-radius: 50%;\n    animation: pulse 2s infinite;\n  }\n  \n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.5; }\n  }\n  \n  \/* Score Section *\/\n  .gaiseo-score-section {\n    text-align: center;\n    padding: 12px 0 20px;\n  }\n  \n  .gaiseo-score-ring {\n    position: relative;\n    width: 110px;\n    height: 110px;\n    margin: 0 auto 12px;\n  }\n  \n  .gaiseo-score-ring svg {\n    transform: rotate(-90deg);\n  }\n  \n  .gaiseo-score-ring-bg {\n    fill: none;\n    stroke: #f3f4f6;\n    stroke-width: 8;\n  }\n  \n  .gaiseo-score-ring-fill {\n    fill: none;\n    stroke: url(#scoreGradient);\n    stroke-width: 8;\n    stroke-linecap: round;\n    stroke-dasharray: 283;\n    stroke-dashoffset: 283;\n    transition: stroke-dashoffset 1.5s ease-out;\n  }\n  \n  .gaiseo-score-ring-fill.animate {\n    stroke-dashoffset: 62; \/* 78% *\/\n  }\n  \n  .gaiseo-score-value {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    text-align: center;\n  }\n  \n  .gaiseo-score-number {\n    font-size: 32px;\n    font-weight: 800;\n    color: #111827;\n    line-height: 1;\n  }\n  \n  .gaiseo-score-label {\n    font-size: 11px;\n    color: #9ca3af;\n    font-weight: 500;\n  }\n  \n  .gaiseo-score-trend {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11px;\n    font-weight: 600;\n    color: #10b981;\n    background: #ecfdf5;\n    padding: 3px 8px;\n    border-radius: 99px;\n  }\n  \n  \/* Metrics Grid *\/\n  .gaiseo-metrics-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-bottom: 16px;\n  }\n  \n  .gaiseo-metric-box {\n    background: #f9fafb;\n    border-radius: 10px;\n    padding: 12px 8px;\n    text-align: center;\n  }\n  \n  .gaiseo-metric-icon {\n    width: 28px;\n    height: 28px;\n    margin: 0 auto 6px;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .gaiseo-metric-icon svg {\n    width: 14px;\n    height: 14px;\n  }\n  \n  .gaiseo-metric-box-value {\n    font-size: 16px;\n    font-weight: 700;\n    color: #111827;\n  }\n  \n  .gaiseo-metric-box-label {\n    font-size: 9px;\n    color: #9ca3af;\n    font-weight: 500;\n  }\n  \n  \/* Platform Bars *\/\n  .gaiseo-platform-bars {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  \n  .gaiseo-platform-bar {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  \n  .gaiseo-platform-name {\n    font-size: 11px;\n    font-weight: 600;\n    color: #374151;\n    width: 70px;\n    flex-shrink: 0;\n  }\n  \n  .gaiseo-platform-track {\n    flex: 1;\n    height: 6px;\n    background: #f3f4f6;\n    border-radius: 99px;\n    overflow: hidden;\n  }\n  \n  .gaiseo-platform-fill {\n    height: 100%;\n    border-radius: 99px;\n    width: 0;\n    transition: width 1s ease-out;\n  }\n  \n  .gaiseo-platform-fill.animate.chatgpt { width: 85%; }\n  .gaiseo-platform-fill.animate.perplexity { width: 72%; }\n  .gaiseo-platform-fill.animate.gemini { width: 68%; }\n  .gaiseo-platform-fill.animate.claude { width: 82%; }\n  \n  .gaiseo-platform-fill.chatgpt { background: linear-gradient(90deg, #10b981, #34d399); }\n  .gaiseo-platform-fill.perplexity { background: linear-gradient(90deg, #3b82f6, #60a5fa); }\n  .gaiseo-platform-fill.gemini { background: linear-gradient(90deg, #8b5cf6, #a78bfa); }\n  .gaiseo-platform-fill.claude { background: linear-gradient(90deg, #f59e0b, #fbbf24); }\n  \n  .gaiseo-platform-score {\n    font-size: 11px;\n    font-weight: 700;\n    color: #111827;\n    width: 35px;\n    text-align: right;\n    opacity: 0;\n    transition: opacity 0.5s ease-out 1s;\n  }\n  \n  .gaiseo-platform-score.animate {\n    opacity: 1;\n  }\n  \n  \/* Scroll Animation Base *\/\n  .gaiseo-animate-on-scroll {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n  }\n  \n  .gaiseo-animate-on-scroll.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  \n  .gaiseo-animate-delay-1 { transition-delay: 0.1s; }\n  .gaiseo-animate-delay-2 { transition-delay: 0.2s; }\n  .gaiseo-animate-delay-3 { transition-delay: 0.3s; }\n  .gaiseo-animate-delay-4 { transition-delay: 0.4s; }\n  \n  \/* Free Check Banner *\/\n  .gaiseo-free-check-banner {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border: 1px solid #bae6fd;\n    border-radius: 16px;\n    padding: 32px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    margin: 40px 0;\n  }\n  \n  @media (max-width: 700px) {\n    .gaiseo-free-check-banner {\n      flex-direction: column;\n      text-align: center;\n      padding: 28px 24px;\n    }\n  }\n  \n  .gaiseo-free-check-content h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1e40af;\n    margin: 0 0 6px 0;\n  }\n  \n  .gaiseo-free-check-content p {\n    font-size: 15px;\n    color: #6b7280;\n    margin: 0;\n  }\n  \n  .gaiseo-free-check-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: linear-gradient(135deg, #3b82f6, #2563eb);\n    color: white;\n    text-decoration: none;\n    border-radius: 10px;\n    font-weight: 600;\n    font-size: 15px;\n    transition: all 0.2s ease;\n    white-space: nowrap;\n  }\n  \n  .gaiseo-free-check-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);\n  }\n  \n  \/* Features Grid 4 Columns *\/\n  .gaiseo-features-grid-4 {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n  }\n  \n  @media (max-width: 1024px) {\n    .gaiseo-features-grid-4 { grid-template-columns: repeat(2, 1fr); }\n  }\n  \n  @media (max-width: 600px) {\n    .gaiseo-features-grid-4 { grid-template-columns: 1fr; }\n    .gaiseo-saas-dashboard { max-width: 100%; }\n  }\n<\/style>\n\n<!-- Scroll Animation Script -->\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const observerOptions = {\n    threshold: 0.2,\n    rootMargin: '0px 0px -50px 0px'\n  };\n  \n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        \n        if (entry.target.classList.contains('gaiseo-saas-dashboard')) {\n          const ring = entry.target.querySelector('.gaiseo-score-ring-fill');\n          if (ring) ring.classList.add('animate');\n          \n          const bars = entry.target.querySelectorAll('.gaiseo-platform-fill');\n          bars.forEach((bar, i) => {\n            setTimeout(() => bar.classList.add('animate'), i * 150);\n          });\n          \n          const scores = entry.target.querySelectorAll('.gaiseo-platform-score');\n          scores.forEach((score, i) => {\n            setTimeout(() => score.classList.add('animate'), 800 + i * 150);\n          });\n        }\n      }\n    });\n  }, observerOptions);\n  \n  document.querySelectorAll('.gaiseo-animate-on-scroll, .gaiseo-saas-dashboard').forEach(el => {\n    observer.observe(el);\n  });\n});\n<\/script>\n\n<!-- HERO SECTION -->\n<section class=\"gaiseo-hero\">\n  <div class=\"gaiseo-container\">\n    <div class=\"gaiseo-hero-grid\">\n      <!-- Left Content -->\n      <div>\n        <div class=\"gaiseo-badge\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v6m0 6v6M2 12h6m6 0h6\"\/><\/svg>\n          SaaS Plattform\n        <\/div>\n        \n        <h1 class=\"gaiseo-h1\">All-in-One L\u00f6sung f\u00fcr <span class=\"gaiseo-h1-gradient\">AI-SEO Optimierung<\/span><\/h1>\n        \n        <p class=\"gaiseo-body-large\">Optimiere deine Website f\u00fcr KI-Suchmaschinen wie ChatGPT, Perplexity & Gemini. Maximiere deine Sichtbarkeit dort, wo deine Kunden suchen.<\/p>\n        \n        <div class=\"gaiseo-hero-buttons\">\n          <a href=\"https:\/\/gaiseo.com\/de\/purchase\/\" class=\"gaiseo-btn gaiseo-btn-primary gaiseo-btn-lg\">\n            Jetzt starten\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n          <\/a>\n          <a href=\"https:\/\/gaiseo.com\/de\/free-check\/\" class=\"gaiseo-btn gaiseo-btn-outline gaiseo-btn-lg\">\n            Kostenloser AI-SEO Check\n          <\/a>\n          <a href=\"https:\/\/calendly.com\/cosima-gaiseo\/30min\" target=\"_blank\" class=\"gaiseo-btn gaiseo-btn-outline gaiseo-btn-lg\">Demo buchen<\/a>\n        <\/div>\n\n        <div class=\"gaiseo-trust-indicators\">\n          <div>\n            <span class=\"gaiseo-check-icon\"><svg viewBox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\" clip-rule=\"evenodd\"\/><\/svg><\/span>\n            Echtzeit-Analyse\n          <\/div>\n          <div>\n            <span class=\"gaiseo-check-icon\"><svg viewBox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\" clip-rule=\"evenodd\"\/><\/svg><\/span>\n            Priorisierte Aufgaben\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Right: Unified Dashboard Card -->\n      <div class=\"gaiseo-saas-dashboard\">\n        \n        <!-- Dashboard Header -->\n        <div class=\"gaiseo-dashboard-top\">\n          <div class=\"gaiseo-dashboard-brand\">\n            <div class=\"gaiseo-dashboard-logo\">\n              <img decoding=\"async\" src=\"https:\/\/gaiseo.com\/wp-content\/uploads\/2025\/12\/3.png\" alt=\"GAISEO\" width=\"28\" height=\"28\">\n            <\/div>\n            <div>\n              <div class=\"gaiseo-dashboard-title\">AI Visibility Score<\/div>\n              <div class=\"gaiseo-dashboard-subtitle\">Deine Marken-Performance<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"gaiseo-live-badge\">\n            <span class=\"gaiseo-live-dot\"><\/span>\n            Live\n          <\/div>\n        <\/div>\n        \n        <!-- Score Ring -->\n        <div class=\"gaiseo-score-section\">\n          <div class=\"gaiseo-score-ring\">\n            <svg width=\"110\" height=\"110\" viewBox=\"0 0 110 110\">\n              <defs>\n                <linearGradient id=\"scoreGradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\n                  <stop offset=\"0%\" stop-color=\"#3b82f6\" \/>\n                  <stop offset=\"100%\" stop-color=\"#10b981\" \/>\n                <\/linearGradient>\n              <\/defs>\n              <circle class=\"gaiseo-score-ring-bg\" cx=\"55\" cy=\"55\" r=\"45\" \/>\n              <circle class=\"gaiseo-score-ring-fill\" cx=\"55\" cy=\"55\" r=\"45\" \/>\n            <\/svg>\n            <div class=\"gaiseo-score-value\">\n              <div class=\"gaiseo-score-number\">78<\/div>\n              <div class=\"gaiseo-score-label\">\/ 100<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"gaiseo-score-trend\">\n            <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><\/svg>\n            +12% diesen Monat\n          <\/div>\n        <\/div>\n        \n        <!-- Mini Metrics -->\n        <div class=\"gaiseo-metrics-row\">\n          <div class=\"gaiseo-metric-box\">\n            <div class=\"gaiseo-metric-icon\" style=\"background: #ecfdf5; color: #10b981;\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>\n            <\/div>\n            <div class=\"gaiseo-metric-box-value\">24<\/div>\n            <div class=\"gaiseo-metric-box-label\">Erw\u00e4hnungen<\/div>\n          <\/div>\n          <div class=\"gaiseo-metric-box\">\n            <div class=\"gaiseo-metric-icon\" style=\"background: #eff6ff; color: #3b82f6;\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"8.5\" cy=\"7\" r=\"4\"\/><line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\"\/><line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"\/><\/svg>\n            <\/div>\n            <div class=\"gaiseo-metric-box-value\">3<\/div>\n            <div class=\"gaiseo-metric-box-label\">Wettbewerber<\/div>\n          <\/div>\n          <div class=\"gaiseo-metric-box\">\n            <div class=\"gaiseo-metric-icon\" style=\"background: #fef3c7; color: #f59e0b;\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n            <\/div>\n            <div class=\"gaiseo-metric-box-value\">65%<\/div>\n            <div class=\"gaiseo-metric-box-label\">Positiv<\/div>\n          <\/div>\n        <\/div>\n        \n        <!-- Platform Bars -->\n        <div class=\"gaiseo-platform-bars\">\n          <div class=\"gaiseo-platform-bar\">\n            <span class=\"gaiseo-platform-name\">ChatGPT<\/span>\n            <div class=\"gaiseo-platform-track\">\n              <div class=\"gaiseo-platform-fill chatgpt\"><\/div>\n            <\/div>\n            <span class=\"gaiseo-platform-score\">85%<\/span>\n          <\/div>\n          <div class=\"gaiseo-platform-bar\">\n            <span class=\"gaiseo-platform-name\">Perplexity<\/span>\n            <div class=\"gaiseo-platform-track\">\n              <div class=\"gaiseo-platform-fill perplexity\"><\/div>\n            <\/div>\n            <span class=\"gaiseo-platform-score\">72%<\/span>\n          <\/div>\n          <div class=\"gaiseo-platform-bar\">\n            <span class=\"gaiseo-platform-name\">Gemini<\/span>\n            <div class=\"gaiseo-platform-track\">\n              <div class=\"gaiseo-platform-fill gemini\"><\/div>\n            <\/div>\n            <span class=\"gaiseo-platform-score\">68%<\/span>\n          <\/div>\n          <div class=\"gaiseo-platform-bar\">\n            <span class=\"gaiseo-platform-name\">Claude<\/span>\n            <div class=\"gaiseo-platform-track\">\n              <div class=\"gaiseo-platform-fill claude\"><\/div>\n            <\/div>\n            <span class=\"gaiseo-platform-score\">82%<\/span>\n          <\/div>\n        <\/div>\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROCESS SECTION -->\n<section class=\"gaiseo-section\">\n  <div class=\"gaiseo-container\">\n    <div class=\"gaiseo-section-header\">\n      <div class=\"gaiseo-section-badge\">Der Prozess<\/div>\n      <h2 class=\"gaiseo-h2\">Von der Analyse zur Dominanz<\/h2>\n      <p class=\"gaiseo-subtitle\">Verwandle Erkenntnisse in Aktionen. Von technischen Fixes bis zu Content-Updates.<\/p>\n    <\/div>\n    <div class=\"gaiseo-steps-grid\" style=\"grid-template-columns: repeat(3, 1fr);\"> \n      \n      <div class=\"gaiseo-step gaiseo-animate-on-scroll gaiseo-animate-delay-1\">\n        <div class=\"gaiseo-step-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>\n          <div class=\"gaiseo-step-badge\">01<\/div>\n        <\/div>\n        <h3>Erkennen<\/h3>\n        <p>\u00dcberwache alle wichtigen AI-Suchfaktoren auf deiner Website und identifiziere Probleme sofort.<\/p>\n      <\/div>\n      \n      <div class=\"gaiseo-step gaiseo-animate-on-scroll gaiseo-animate-delay-2\">\n        <div class=\"gaiseo-step-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\/><\/svg>\n          <div class=\"gaiseo-step-badge\">02<\/div>\n        <\/div>\n        <h3>Beheben<\/h3>\n        <p>Jede Aufgabe ist priorisiert und erkl\u00e4rt, damit du genau wei\u00dft, wo du anfangen sollst.<\/p>\n      <\/div>\n      \n      <div class=\"gaiseo-step gaiseo-animate-on-scroll gaiseo-animate-delay-3\">\n        <div class=\"gaiseo-step-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\n          <div class=\"gaiseo-step-badge\">03<\/div>\n        <\/div>\n        <h3>Die Antwort sein<\/h3>\n        <p>Werde die L\u00f6sung, die KI deiner Zielgruppe aktiv empfiehlt.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FREE CHECK BANNER -->\n<section class=\"gaiseo-section\" style=\"padding-top: 0;\">\n  <div class=\"gaiseo-container\">\n    <div class=\"gaiseo-free-check-banner\" style=\"background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-color: #86efac;\">\n      <div class=\"gaiseo-free-check-content\">\n        <h3 style=\"color: #166534;\">\u2705 Willst du erst deinen Score sehen?<\/h3>\n        <p>Teste unseren kostenlosen AI-SEO Check \u2013 erhalte deinen Score in 30 Sekunden, ohne Anmeldung.<\/p>\n      <\/div>\n      <a href=\"https:\/\/gaiseo.com\/de\/free-check\/\" class=\"gaiseo-free-check-btn\" style=\"background: linear-gradient(135deg, #22c55e, #16a34a);\">\n        Kostenlosen Check starten\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FEATURES GRID (4 COLUMNS) -->\n<section id=\"features\" class=\"gaiseo-section\">\n  <div class=\"gaiseo-container\">\n    <div class=\"gaiseo-section-header\">\n      <div class=\"gaiseo-section-badge\">Features<\/div>\n      <h2 class=\"gaiseo-h2\">Alles was du f\u00fcr AI-SEO brauchst<\/h2>\n    <\/div>\n    <div class=\"gaiseo-features-grid-4\">\n      <div class=\"gaiseo-feature-card\">\n        <div class=\"gaiseo-feature-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>\n        <\/div>\n        <h3>Visibility Score<\/h3>\n        <p>Ein klarer KPI, der zeigt, wie gut deine Marke in KI-Antworten abschneidet.<\/p>\n      <\/div>\n      <div class=\"gaiseo-feature-card\">\n        <div class=\"gaiseo-feature-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>\n        <\/div>\n        <h3>Sentiment-Analyse<\/h3>\n        <p>Verstehe nicht nur DASS du erw\u00e4hnt wirst, sondern WIE (positiv\/negativ).<\/p>\n      <\/div>\n      <div class=\"gaiseo-feature-card\">\n        <div class=\"gaiseo-feature-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 3v18h18M7 16l4-4 4 4 6-6\"\/><\/svg>\n        <\/div>\n        <h3>Wettbewerber-Analyse<\/h3>\n        <p>Sieh, wen die KI statt dir empfiehlt und verstehe warum.<\/p>\n      <\/div>\n      <div class=\"gaiseo-feature-card\">\n        <div class=\"gaiseo-feature-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"9 11 12 14 22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n        <\/div>\n        <h3>11 Optimierungs-Parameter<\/h3>\n        <p>Technische und inhaltliche Parameter f\u00fcr perfekte Website-Optimierung.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0932286 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"0932286\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29f2027 elementor-widget elementor-widget-html\" data-id=\"29f2027\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO SAAS PAGE - MOBILE VERSION - DEUTSCH -->\n\n<!-- 1. AI SEO: SoftwareApplication Schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"SoftwareApplication\",\n  \"name\": \"GAISEO SaaS Platform\",\n  \"applicationCategory\": \"BusinessApplication\",\n  \"operatingSystem\": \"Web\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"119.00\",\n    \"priceCurrency\": \"EUR\"\n  },\n  \"description\": \"All-in-One L\u00f6sung f\u00fcr AI-SEO. Mit Visibility Score, Wettbewerber-Analyse und Brand Sentiment Tracking.\",\n  \"inLanguage\": \"de\"\n}\n<\/script>\n\n<style>\n  \/* ========================================\n     MOBILE SAAS DASHBOARD - DEUTSCH\n     ======================================== *\/\n  \n  .gaiseo-mobile-hero {\n    padding: 24px 16px 32px;\n    text-align: center;\n  }\n  \n  .gaiseo-mobile-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #eff6ff;\n    color: #3b82f6;\n    padding: 6px 12px;\n    border-radius: 99px;\n    font-size: 11px;\n    font-weight: 600;\n    margin-bottom: 16px;\n  }\n  \n  .gaiseo-mobile-h1 {\n    font-size: 28px;\n    font-weight: 800;\n    line-height: 1.2;\n    color: #111827;\n    margin: 0 0 12px 0;\n  }\n  \n  .gaiseo-mobile-h1 span {\n    background: linear-gradient(135deg, #3b82f6, #8b5cf6);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  \n  .gaiseo-mobile-subtitle {\n    font-size: 15px;\n    color: #6b7280;\n    line-height: 1.5;\n    margin: 0 0 20px 0;\n  }\n  \n  .gaiseo-mobile-buttons {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-bottom: 16px;\n  }\n  \n  .gaiseo-mobile-btn {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 14px 20px;\n    border-radius: 12px;\n    font-size: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.2s ease;\n  }\n  \n  .gaiseo-mobile-btn-primary {\n    background: linear-gradient(135deg, #3b82f6, #2563eb);\n    color: white;\n  }\n  \n  .gaiseo-mobile-btn-outline {\n    background: white;\n    color: #374151;\n    border: 1px solid #e5e7eb;\n  }\n  \n  .gaiseo-mobile-trust {\n    display: flex;\n    justify-content: center;\n    gap: 16px;\n    font-size: 12px;\n    color: #6b7280;\n  }\n  \n  .gaiseo-mobile-trust div {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n  }\n  \n  .gaiseo-mobile-trust svg {\n    width: 14px;\n    height: 14px;\n    color: #10b981;\n  }\n  \n  \/* Mobile Dashboard Card *\/\n  .gaiseo-mobile-dashboard {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 20px;\n    padding: 20px;\n    margin: 0 16px 32px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n  }\n  \n  .gaiseo-mobile-dash-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 16px;\n    padding-bottom: 12px;\n    border-bottom: 1px solid #f3f4f6;\n  }\n  \n  .gaiseo-mobile-dash-brand {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  \n  .gaiseo-mobile-dash-logo {\n    width: 32px;\n    height: 32px;\n    background: linear-gradient(135deg, #3b82f6, #1e40af);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .gaiseo-mobile-dash-logo img {\n    width: 22px;\n    height: 22px;\n  }\n  \n  .gaiseo-mobile-dash-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #111827;\n  }\n  \n  .gaiseo-mobile-dash-sub {\n    font-size: 10px;\n    color: #9ca3af;\n  }\n  \n  .gaiseo-mobile-live {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 9px;\n    font-weight: 600;\n    color: #10b981;\n    background: #ecfdf5;\n    padding: 4px 8px;\n    border-radius: 99px;\n  }\n  \n  .gaiseo-mobile-live-dot {\n    width: 5px;\n    height: 5px;\n    background: #10b981;\n    border-radius: 50%;\n    animation: pulse 2s infinite;\n  }\n  \n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.5; }\n  }\n  \n  \/* Score Section *\/\n  .gaiseo-mobile-score {\n    text-align: center;\n    padding: 8px 0 16px;\n  }\n  \n  .gaiseo-mobile-score-ring {\n    position: relative;\n    width: 100px;\n    height: 100px;\n    margin: 0 auto 10px;\n  }\n  \n  .gaiseo-mobile-score-ring svg {\n    transform: rotate(-90deg);\n  }\n  \n  .gaiseo-score-ring-bg {\n    fill: none;\n    stroke: #f3f4f6;\n    stroke-width: 8;\n  }\n  \n  .gaiseo-score-ring-fill {\n    fill: none;\n    stroke: url(#scoreGradientMobile);\n    stroke-width: 8;\n    stroke-linecap: round;\n    stroke-dasharray: 251;\n    stroke-dashoffset: 251;\n    transition: stroke-dashoffset 1.5s ease-out;\n  }\n  \n  .gaiseo-score-ring-fill.animate {\n    stroke-dashoffset: 55;\n  }\n  \n  .gaiseo-mobile-score-value {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    text-align: center;\n  }\n  \n  .gaiseo-mobile-score-number {\n    font-size: 28px;\n    font-weight: 800;\n    color: #111827;\n    line-height: 1;\n  }\n  \n  .gaiseo-mobile-score-label {\n    font-size: 10px;\n    color: #9ca3af;\n  }\n  \n  .gaiseo-mobile-score-trend {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 10px;\n    font-weight: 600;\n    color: #10b981;\n    background: #ecfdf5;\n    padding: 3px 8px;\n    border-radius: 99px;\n  }\n  \n  \/* Mini Metrics Row *\/\n  .gaiseo-mobile-metrics {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n  \n  .gaiseo-mobile-metric {\n    background: #f9fafb;\n    border-radius: 10px;\n    padding: 10px 6px;\n    text-align: center;\n  }\n  \n  .gaiseo-mobile-metric-icon {\n    width: 24px;\n    height: 24px;\n    margin: 0 auto 4px;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .gaiseo-mobile-metric-icon svg {\n    width: 12px;\n    height: 12px;\n  }\n  \n  .gaiseo-mobile-metric-value {\n    font-size: 14px;\n    font-weight: 700;\n    color: #111827;\n  }\n  \n  .gaiseo-mobile-metric-label {\n    font-size: 8px;\n    color: #9ca3af;\n    font-weight: 500;\n  }\n  \n  \/* Platform Bars *\/\n  .gaiseo-mobile-platforms {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  \n  .gaiseo-mobile-platform {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  \n  .gaiseo-mobile-platform-name {\n    font-size: 10px;\n    font-weight: 600;\n    color: #374151;\n    width: 60px;\n    flex-shrink: 0;\n  }\n  \n  .gaiseo-mobile-platform-track {\n    flex: 1;\n    height: 5px;\n    background: #f3f4f6;\n    border-radius: 99px;\n    overflow: hidden;\n  }\n  \n  .gaiseo-mobile-platform-fill {\n    height: 100%;\n    border-radius: 99px;\n    width: 0;\n    transition: width 1s ease-out;\n  }\n  \n  .gaiseo-mobile-platform-fill.animate.chatgpt { width: 85%; }\n  .gaiseo-mobile-platform-fill.animate.perplexity { width: 72%; }\n  .gaiseo-mobile-platform-fill.animate.gemini { width: 68%; }\n  .gaiseo-mobile-platform-fill.animate.claude { width: 82%; }\n  \n  .gaiseo-mobile-platform-fill.chatgpt { background: linear-gradient(90deg, #10b981, #34d399); }\n  .gaiseo-mobile-platform-fill.perplexity { background: linear-gradient(90deg, #3b82f6, #60a5fa); }\n  .gaiseo-mobile-platform-fill.gemini { background: linear-gradient(90deg, #8b5cf6, #a78bfa); }\n  .gaiseo-mobile-platform-fill.claude { background: linear-gradient(90deg, #f59e0b, #fbbf24); }\n  \n  .gaiseo-mobile-platform-score {\n    font-size: 10px;\n    font-weight: 700;\n    color: #111827;\n    width: 30px;\n    text-align: right;\n    opacity: 0;\n    transition: opacity 0.5s ease-out 1s;\n  }\n  \n  .gaiseo-mobile-platform-score.animate {\n    opacity: 1;\n  }\n  \n  \/* Process Steps - Vertical *\/\n  .gaiseo-mobile-section {\n    padding: 32px 16px;\n  }\n  \n  .gaiseo-mobile-section-badge {\n    display: inline-block;\n    background: #eff6ff;\n    color: #3b82f6;\n    padding: 4px 10px;\n    border-radius: 99px;\n    font-size: 10px;\n    font-weight: 600;\n    margin-bottom: 10px;\n  }\n  \n  .gaiseo-mobile-section h2 {\n    font-size: 22px;\n    font-weight: 700;\n    color: #111827;\n    margin: 0 0 8px 0;\n  }\n  \n  .gaiseo-mobile-section > p {\n    font-size: 14px;\n    color: #6b7280;\n    margin: 0 0 24px 0;\n  }\n  \n  .gaiseo-mobile-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n  \n  .gaiseo-mobile-step {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    opacity: 0;\n    transform: translateX(-20px);\n    transition: opacity 0.5s ease-out, transform 0.5s ease-out;\n  }\n  \n  .gaiseo-mobile-step.visible {\n    opacity: 1;\n    transform: translateX(0);\n  }\n  \n  .gaiseo-mobile-step-icon {\n    width: 44px;\n    height: 44px;\n    background: linear-gradient(135deg, #eff6ff, #dbeafe);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    position: relative;\n  }\n  \n  .gaiseo-mobile-step-icon svg {\n    width: 20px;\n    height: 20px;\n    color: #3b82f6;\n  }\n  \n  .gaiseo-mobile-step-num {\n    position: absolute;\n    top: -6px;\n    right: -6px;\n    width: 18px;\n    height: 18px;\n    background: #3b82f6;\n    color: white;\n    border-radius: 50%;\n    font-size: 9px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .gaiseo-mobile-step-content h3 {\n    font-size: 15px;\n    font-weight: 600;\n    color: #111827;\n    margin: 0 0 4px 0;\n  }\n  \n  .gaiseo-mobile-step-content p {\n    font-size: 13px;\n    color: #6b7280;\n    margin: 0;\n    line-height: 1.4;\n  }\n  \n  \/* Free Check Banner Mobile *\/\n  .gaiseo-mobile-banner {\n    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);\n    border: 1px solid #86efac;\n    border-radius: 16px;\n    padding: 20px;\n    margin: 0 16px 32px;\n    text-align: center;\n  }\n  \n  .gaiseo-mobile-banner h3 {\n    font-size: 16px;\n    font-weight: 700;\n    color: #166534;\n    margin: 0 0 6px 0;\n  }\n  \n  .gaiseo-mobile-banner p {\n    font-size: 13px;\n    color: #6b7280;\n    margin: 0 0 14px 0;\n  }\n  \n  .gaiseo-mobile-banner-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 12px 24px;\n    background: linear-gradient(135deg, #22c55e, #16a34a);\n    color: white;\n    text-decoration: none;\n    border-radius: 10px;\n    font-weight: 600;\n    font-size: 14px;\n  }\n  \n  \/* Features Grid Mobile *\/\n  .gaiseo-mobile-features {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  \n  .gaiseo-mobile-feature {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    padding: 16px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    opacity: 0;\n    transform: translateY(20px);\n    transition: opacity 0.5s ease-out, transform 0.5s ease-out;\n  }\n  \n  .gaiseo-mobile-feature.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  \n  .gaiseo-mobile-feature-icon {\n    width: 40px;\n    height: 40px;\n    background: linear-gradient(135deg, #eff6ff, #dbeafe);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  \n  .gaiseo-mobile-feature-icon svg {\n    width: 18px;\n    height: 18px;\n    color: #3b82f6;\n  }\n  \n  .gaiseo-mobile-feature h3 {\n    font-size: 14px;\n    font-weight: 600;\n    color: #111827;\n    margin: 0 0 4px 0;\n  }\n  \n  .gaiseo-mobile-feature p {\n    font-size: 12px;\n    color: #6b7280;\n    margin: 0;\n    line-height: 1.4;\n  }\n<\/style>\n\n<!-- Scroll Animation Script -->\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const observerOptions = {\n    threshold: 0.2,\n    rootMargin: '0px 0px -30px 0px'\n  };\n  \n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        \n        if (entry.target.classList.contains('gaiseo-mobile-dashboard')) {\n          const ring = entry.target.querySelector('.gaiseo-score-ring-fill');\n          if (ring) ring.classList.add('animate');\n          \n          const bars = entry.target.querySelectorAll('.gaiseo-mobile-platform-fill');\n          bars.forEach((bar, i) => {\n            setTimeout(() => bar.classList.add('animate'), i * 150);\n          });\n          \n          const scores = entry.target.querySelectorAll('.gaiseo-mobile-platform-score');\n          scores.forEach((score, i) => {\n            setTimeout(() => score.classList.add('animate'), 800 + i * 150);\n          });\n        }\n      }\n    });\n  }, observerOptions);\n  \n  document.querySelectorAll('.gaiseo-mobile-dashboard, .gaiseo-mobile-step, .gaiseo-mobile-feature').forEach((el, i) => {\n    el.style.transitionDelay = `${i * 0.1}s`;\n    observer.observe(el);\n  });\n});\n<\/script>\n\n<!-- HERO SECTION -->\n<section class=\"gaiseo-mobile-hero\">\n  <div class=\"gaiseo-mobile-badge\">\n    <svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v6m0 6v6M2 12h6m6 0h6\"\/><\/svg>\n    SaaS Plattform\n  <\/div>\n  \n  <h1 class=\"gaiseo-mobile-h1\">All-in-One f\u00fcr <span>AI-SEO<\/span><\/h1>\n  \n  <p class=\"gaiseo-mobile-subtitle\">Optimiere deine Website f\u00fcr ChatGPT, Perplexity & Gemini. Werde gefunden, wo deine Kunden suchen.<\/p>\n  \n  <div class=\"gaiseo-mobile-buttons\">\n    <a href=\"https:\/\/gaiseo.com\/de\/purchase\/\" class=\"gaiseo-mobile-btn gaiseo-mobile-btn-primary\">\n      Jetzt starten\n      <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n    <\/a>\n    <a href=\"https:\/\/gaiseo.com\/de\/free-check\/\" class=\"gaiseo-mobile-btn gaiseo-mobile-btn-outline\">\n      Kostenloser AI-SEO Check\n    <\/a>\n    <a href=\"https:\/\/calendly.com\/cosima-gaiseo\/30min\" class=\"gaiseo-mobile-btn gaiseo-mobile-btn-outline\">\n      Demo buchen\n    <\/a>\n  <\/div>\n  \n  <div class=\"gaiseo-mobile-trust\">\n    <div>\n      <svg viewBox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\" clip-rule=\"evenodd\"\/><\/svg>\n      Echtzeit\n    <\/div>\n    <div>\n      <svg viewBox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\" clip-rule=\"evenodd\"\/><\/svg>\n      Priorisierte Aufgaben\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- MOBILE DASHBOARD -->\n<div class=\"gaiseo-mobile-dashboard\">\n  <div class=\"gaiseo-mobile-dash-header\">\n    <div class=\"gaiseo-mobile-dash-brand\">\n      <div class=\"gaiseo-mobile-dash-logo\">\n        <img decoding=\"async\" src=\"https:\/\/gaiseo.com\/wp-content\/uploads\/2025\/12\/3.png\" alt=\"GAISEO\" width=\"22\" height=\"22\">\n      <\/div>\n      <div>\n        <div class=\"gaiseo-mobile-dash-title\">AI Visibility Score<\/div>\n        <div class=\"gaiseo-mobile-dash-sub\">Deine Marken-Performance<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"gaiseo-mobile-live\">\n      <span class=\"gaiseo-mobile-live-dot\"><\/span>\n      Live\n    <\/div>\n  <\/div>\n  \n  <div class=\"gaiseo-mobile-score\">\n    <div class=\"gaiseo-mobile-score-ring\">\n      <svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\">\n        <defs>\n          <linearGradient id=\"scoreGradientMobile\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\n            <stop offset=\"0%\" stop-color=\"#3b82f6\" \/>\n            <stop offset=\"100%\" stop-color=\"#10b981\" \/>\n          <\/linearGradient>\n        <\/defs>\n        <circle class=\"gaiseo-score-ring-bg\" cx=\"50\" cy=\"50\" r=\"40\" \/>\n        <circle class=\"gaiseo-score-ring-fill\" cx=\"50\" cy=\"50\" r=\"40\" \/>\n      <\/svg>\n      <div class=\"gaiseo-mobile-score-value\">\n        <div class=\"gaiseo-mobile-score-number\">78<\/div>\n        <div class=\"gaiseo-mobile-score-label\">\/ 100<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"gaiseo-mobile-score-trend\">\n      <svg width=\"10\" height=\"10\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><\/svg>\n      +12% diesen Monat\n    <\/div>\n  <\/div>\n  \n  <div class=\"gaiseo-mobile-metrics\">\n    <div class=\"gaiseo-mobile-metric\">\n      <div class=\"gaiseo-mobile-metric-icon\" style=\"background: #ecfdf5; color: #10b981;\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>\n      <\/div>\n      <div class=\"gaiseo-mobile-metric-value\">24<\/div>\n      <div class=\"gaiseo-mobile-metric-label\">Erw\u00e4hnungen<\/div>\n    <\/div>\n    <div class=\"gaiseo-mobile-metric\">\n      <div class=\"gaiseo-mobile-metric-icon\" style=\"background: #eff6ff; color: #3b82f6;\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"8.5\" cy=\"7\" r=\"4\"\/><line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\"\/><line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"\/><\/svg>\n      <\/div>\n      <div class=\"gaiseo-mobile-metric-value\">3<\/div>\n      <div class=\"gaiseo-mobile-metric-label\">Wettbewerber<\/div>\n    <\/div>\n    <div class=\"gaiseo-mobile-metric\">\n      <div class=\"gaiseo-mobile-metric-icon\" style=\"background: #fef3c7; color: #f59e0b;\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n      <\/div>\n      <div class=\"gaiseo-mobile-metric-value\">65%<\/div>\n      <div class=\"gaiseo-mobile-metric-label\">Positiv<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"gaiseo-mobile-platforms\">\n    <div class=\"gaiseo-mobile-platform\">\n      <span class=\"gaiseo-mobile-platform-name\">ChatGPT<\/span>\n      <div class=\"gaiseo-mobile-platform-track\">\n        <div class=\"gaiseo-mobile-platform-fill chatgpt\"><\/div>\n      <\/div>\n      <span class=\"gaiseo-mobile-platform-score\">85%<\/span>\n    <\/div>\n    <div class=\"gaiseo-mobile-platform\">\n      <span class=\"gaiseo-mobile-platform-name\">Perplexity<\/span>\n      <div class=\"gaiseo-mobile-platform-track\">\n        <div class=\"gaiseo-mobile-platform-fill perplexity\"><\/div>\n      <\/div>\n      <span class=\"gaiseo-mobile-platform-score\">72%<\/span>\n    <\/div>\n    <div class=\"gaiseo-mobile-platform\">\n      <span class=\"gaiseo-mobile-platform-name\">Gemini<\/span>\n      <div class=\"gaiseo-mobile-platform-track\">\n        <div class=\"gaiseo-mobile-platform-fill gemini\"><\/div>\n      <\/div>\n      <span class=\"gaiseo-mobile-platform-score\">68%<\/span>\n    <\/div>\n    <div class=\"gaiseo-mobile-platform\">\n      <span class=\"gaiseo-mobile-platform-name\">Claude<\/span>\n      <div class=\"gaiseo-mobile-platform-track\">\n        <div class=\"gaiseo-mobile-platform-fill claude\"><\/div>\n      <\/div>\n      <span class=\"gaiseo-mobile-platform-score\">82%<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- PROCESS SECTION -->\n<section class=\"gaiseo-mobile-section\">\n  <div class=\"gaiseo-mobile-section-badge\">Der Prozess<\/div>\n  <h2>Von Analyse zur Dominanz<\/h2>\n  <p>Verwandle Erkenntnisse in Aktionen.<\/p>\n  \n  <div class=\"gaiseo-mobile-steps\">\n    <div class=\"gaiseo-mobile-step\">\n      <div class=\"gaiseo-mobile-step-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>\n        <span class=\"gaiseo-mobile-step-num\">1<\/span>\n      <\/div>\n      <div class=\"gaiseo-mobile-step-content\">\n        <h3>Erkennen<\/h3>\n        <p>\u00dcberwache alle AI-Suchfaktoren und identifiziere Probleme sofort.<\/p>\n      <\/div>\n    <\/div>\n    \n    <div class=\"gaiseo-mobile-step\">\n      <div class=\"gaiseo-mobile-step-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\/><\/svg>\n        <span class=\"gaiseo-mobile-step-num\">2<\/span>\n      <\/div>\n      <div class=\"gaiseo-mobile-step-content\">\n        <h3>Beheben<\/h3>\n        <p>Jede Aufgabe priorisiert, damit du wei\u00dft, wo du startest.<\/p>\n      <\/div>\n    <\/div>\n    \n    <div class=\"gaiseo-mobile-step\">\n      <div class=\"gaiseo-mobile-step-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\n        <span class=\"gaiseo-mobile-step-num\">3<\/span>\n      <\/div>\n      <div class=\"gaiseo-mobile-step-content\">\n        <h3>Die Antwort sein<\/h3>\n        <p>Werde die L\u00f6sung, die KI deiner Zielgruppe empfiehlt.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FREE CHECK BANNER -->\n<div class=\"gaiseo-mobile-banner\">\n  <h3>\u2705 Erst deinen Score sehen?<\/h3>\n  <p>30 Sekunden. Kostenlos. Ohne Anmeldung.<\/p>\n  <a href=\"https:\/\/gaiseo.com\/de\/free-check\/\" class=\"gaiseo-mobile-banner-btn\">\n    Kostenlosen Check starten\n    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n  <\/a>\n<\/div>\n\n<!-- FEATURES -->\n<section class=\"gaiseo-mobile-section\">\n  <div class=\"gaiseo-mobile-section-badge\">Features<\/div>\n  <h2>Alles f\u00fcr AI-SEO<\/h2>\n  \n  <div class=\"gaiseo-mobile-features\">\n    <div class=\"gaiseo-mobile-feature\">\n      <div class=\"gaiseo-mobile-feature-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>Visibility Score<\/h3>\n        <p>Klarer KPI f\u00fcr deine AI-Performance.<\/p>\n      <\/div>\n    <\/div>\n    \n    <div class=\"gaiseo-mobile-feature\">\n      <div class=\"gaiseo-mobile-feature-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>Sentiment-Analyse<\/h3>\n        <p>Verstehe WIE KI \u00fcber dich spricht.<\/p>\n      <\/div>\n    <\/div>\n    \n    <div class=\"gaiseo-mobile-feature\">\n      <div class=\"gaiseo-mobile-feature-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 3v18h18M7 16l4-4 4 4 6-6\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>Wettbewerber-Analyse<\/h3>\n        <p>Sieh, wen KI statt dir empfiehlt.<\/p>\n      <\/div>\n    <\/div>\n    \n    <div class=\"gaiseo-mobile-feature\">\n      <div class=\"gaiseo-mobile-feature-icon\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"9 11 12 14 22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>11 Parameter<\/h3>\n        <p>Vollst\u00e4ndige Website-Optimierung.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16c2b19 e-con-full e-flex e-con e-child\" data-id=\"16c2b19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b8b06d elementor-widget elementor-widget-html\" data-id=\"1b8b06d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO TASKS DEEP DIVE SECTION (WPML OPTIMIZED) -->\n\n<section class=\"gaiseo-section\">\n  <div class=\"gaiseo-container\">\n    <div class=\"gaiseo-tasks-wrapper\">\n      \n      <!-- Left: Text Content -->\n      <div class=\"tasks-content\">\n        <div class=\"task-count-badge\">55+ Optimierungschecks<\/div>\n        <h2>Aufh\u00f6ren zu raten.<br>Anfangen zu optimieren.<\/h2>\n        <p>\n GAISEO scannt deine Website anhand von <strong>55 bew\u00e4hrten AI-SEO-Parametern<\/strong> \u2013 von technischem Schema-Markup bis zu semantischen Content-L\u00fccken. \n          <br><br> Du erh\u00e4ltst eine priorisierte To-Do-Liste. Du setzt sie um. Deine Sichtbarkeit w\u00e4chst. Fertig.   \n        <\/p>\n        \n        <ul class=\"gaiseo-check-list\">\n          <li class=\"gaiseo-check-item\">\n            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#10b981\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n Technische AI-Readiness\n          <\/li>\n          <li class=\"gaiseo-check-item\">\n            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#10b981\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n Content- &amp; Entity-L\u00fccken\n          <\/li>\n          <li class=\"gaiseo-check-item\">\n            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#10b981\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n Trust &amp; Authority Signale\n          <\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Right: Visual Task List -->\n      <div class=\"tasks-visual\">\n        \n        <!-- Task 1 -->\n        <div class=\"task-row\">\n          <div class=\"task-status-icon\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/div>\n          <div class=\"task-info\">\n            <span class=\"task-cat\">Technical<\/span>\n<span class=\"task-name\">Missing Organization Schema<\/span>\n          <\/div>\n          <div class=\"task-impact impact-high\">Hoher Impact<\/div>\n        <\/div>\n\n        <!-- Task 2 -->\n        <div class=\"task-row\">\n          <div class=\"task-status-icon\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/div>\n          <div class=\"task-info\">\n            Content\n<span class=\"task-name\">Sentiment in Intro ist neutral<\/span>\n          <\/div>\n          <div class=\"task-impact impact-high\">Hoher Impact<\/div>\n        <\/div>\n\n        <!-- Task 3 -->\n        <div class=\"task-row\">\n          <div class=\"task-status-icon fixed\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n          <div class=\"task-info\">\n            <span class=\"task-cat\">Structure<\/span>\n<span class=\"task-name\">H1-Tag optimiert f\u00fcr Entities<\/span>\n          <\/div>\n          <div class=\"task-impact\">Behoben<\/div>\n        <\/div>\n\n        <!-- Task 4 -->\n        <div class=\"task-row\">\n          <div class=\"task-status-icon\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/div>\n          <div class=\"task-info\">\n            <span class=\"task-cat\">Authority<\/span>\n<span class=\"task-name\">Author-URL fehlt im Schema<\/span>\n          <\/div>\n          <div class=\"task-impact impact-high\">Mittlerer Impact<\/div>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STYLES MOVED TO BOTTOM FOR WPML COMPATIBILITY -->\n<style>\n  \/* --- TASKS SECTION STYLES --- *\/\n  .gaiseo-tasks-wrapper {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n    margin-top: 20px;\n    margin-bottom: 20px;\n  }\n\n  .tasks-content h2 {\n    font-size: 42px;\n    font-weight: 800;\n    color: #111827; \/* Global Text Color *\/\n    margin-bottom: 24px;\n    line-height: 1.1;\n  }\n\n  .tasks-content p {\n    font-size: 18px;\n    color: #6b7280; \/* Global Muted Color *\/\n    line-height: 1.6;\n    margin-bottom: 32px;\n  }\n\n  .task-count-badge {\n    display: inline-block;\n    background: #dbeafe; \/* Global Element BG *\/\n    color: #1e40af; \/* Global Navy\/Dark Blue *\/\n    font-weight: 700;\n    padding: 6px 16px;\n    border-radius: 99px;\n    margin-bottom: 24px;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Visual List Styling *\/\n  .tasks-visual {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 24px;\n    padding: 32px;\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    position: relative;\n  }\n\n  \/* Decorative Elements behind the card *\/\n  .tasks-visual::before {\n    content: \"\";\n    position: absolute;\n    top: -20px; right: -20px;\n    width: 100px; height: 100px;\n    background: radial-gradient(circle, rgba(64,162,253,0.2) 0%, rgba(255,255,255,0) 70%);\n    z-index: -1;\n  }\n\n  .task-row {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 16px 0;\n    border-bottom: 1px solid #f3f4f6;\n    transition: transform 0.2s;\n  }\n  .task-row:last-child { border-bottom: none; }\n  .task-row:hover { transform: translateX(5px); }\n\n  .task-status-icon {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: #fee2e2; \/* Red for open task *\/\n    color: #dc2626;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .task-status-icon.fixed {\n    background: #d1fae5; \/* Green for fixed *\/\n    color: #059669;\n  }\n\n  .task-info { flex: 1; }\n  .task-name { font-weight: 600; color: #111827; font-size: 15px; display: block; margin-bottom: 2px; }\n  .task-cat { font-size: 11px; color: #9ca3af; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; }\n\n  .task-impact {\n    font-size: 11px;\n    font-weight: 700;\n    padding: 4px 10px;\n    border-radius: 6px;\n    background: #f3f4f6;\n    color: #4b5563;\n    white-space: nowrap;\n  }\n  .impact-high { background: #fff7ed; color: #c2410c; }\n\n  \/* List styling for text side *\/\n  .gaiseo-check-list {\n    list-style: none; \n    padding: 0; \n    margin: 0; \n    display: flex; \n    flex-direction: column; \n    gap: 16px;\n  }\n  .gaiseo-check-item {\n    display: flex; \n    align-items: center; \n    gap: 12px; \n    color: #374151; \n    font-weight: 500;\n    font-size: 16px;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 900px) {\n    .gaiseo-tasks-wrapper { grid-template-columns: 1fr; gap: 40px; margin-top: 40px; }\n    .tasks-content h2 { font-size: 32px; }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd2e920 e-con-full e-flex e-con e-child\" data-id=\"cd2e920\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91ad691 elementor-widget elementor-widget-html\" data-id=\"91ad691\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO SAAS PAGE - BLOCK 2: SINGLE PRICING (SAAS ONLY) -->\n<!-- 1. AI SEO: Product Schema (SaaS) -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"GAISEO SaaS Platform\",\n  \"description\": \"Real-time AI-SEO dashboards & prioritized to-dos.\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"119.00\",\n    \"priceCurrency\": \"EUR\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"url\": \"https:\/\/gaiseo.com\/join-waitlist\/\"\n  }\n}\n<\/script>\n<!-- Local Style Override for Single Card Layout -->\n<style>\n  \/* Override Grid to center single card *\/\n  .gaiseo-pricing-grid-single {\n    display: flex;\n    justify-content: center;\n    margin-top: 40px;\n  }\n  \n  \/* Limit width of the single card *\/\n  .gaiseo-pricing-grid-single .gaiseo-pricing-card {\n    width: 100%;\n    max-width: 450px; \/* Optimal width for single card *\/\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); \/* Stronger shadow for focus *\/\n    border-color: #dbeafe; \/* Slight blue tint border *\/\n  }\n<\/style>\n<!-- 2. Pricing HTML -->\n<section id=\"pricing\" class=\"gaiseo-pricing-section\">\n  <div class=\"gaiseo-pricing-container\">\n<div style=\"text-align: center; max-width: 700px; margin: 0 auto 40px;\">\n  <div style=\"display: inline-block; background: #dbeafe; color: #1e40af; padding: 6px 16px; border-radius: 99px; font-size: 14px; font-weight: 600; margin-bottom: 16px;\">\n Klarer Preisplan\n  <\/div>\n  <h2 style=\"font-size: 36px; font-weight: 700; color: #111827; margin: 0 0 24px 0;\">W\u00e4hle das passende Paket f\u00fcr deine Anforderungen<\/h2>\n  \n  <div class=\"gaiseo-toggle-wrap\">\n    <span class=\"gaiseo-toggle-label active\" id=\"lbl-monthly\" onclick=\"setMonthly()\">Monatlich<\/span>\n    <div class=\"gaiseo-switch\" id=\"price-switch\" onclick=\"togglePricing()\">\n      <div class=\"gaiseo-switch-circle\"><\/div>\n    <\/div>\n    <span class=\"gaiseo-toggle-label\" id=\"lbl-yearly\" onclick=\"setYearly()\">J\u00e4hrlich ~20 % SPAREN<\/span>\n  <\/div>\n<\/div>\n\n<!-- Modified Grid for Single Card -->\n<div class=\"gaiseo-pricing-grid-single\">\n  \n  <!-- Card 3: SAAS (The Only Option) -->\n  <div class=\"gaiseo-pricing-card\">\n    <div class=\"gaiseo-pricing-header\">\n      <div class=\"gaiseo-pricing-icon normal\">\n        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v6m0 6v6M2 12h6m6 0h6\"\/><\/svg>\n      <\/div>\n      <h3 class=\"gaiseo-pricing-name\">GAISEO SAAS<\/h3>\n    <\/div>\n    <p class=\"gaiseo-pricing-desc\">Echtzeit-Dashboards &amp; priorisierte To-dos.<\/p>\n    \n    <div class=\"gaiseo-price-area\">\n        <div class=\"gaiseo-original-price\">159\u20ac<\/div>\n\n        <div class=\"gaiseo-price-wrapper\">\n          <span class=\"gaiseo-price-currency\">\u20ac<\/span>\n<span class=\"gaiseo-price-amount\" data-m=\"119\" data-y=\"95.20\">119<\/span>\n<span class=\"gaiseo-price-period\">\/mo<\/span>\n        <\/div>\n    <\/div>\n\n    <a href=\"https:\/\/gaiseo.com\/de\/auf-die-warteliste-2\/\" data-link-m=\"https:\/\/gaiseo.com\/join-waitlist\/\" data-link-y=\"https:\/\/gaiseo.com\/join-waitlist\/\" class=\"gaiseo-btn gaiseo-btn-primary pricing-btn\" style=\"width: 100%; margin-bottom: 24px;\">Auf die Warteliste<\/a>\n\n    <ul class=\"gaiseo-features-list\">\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> Echtzeit-Sichtbarkeits-Score<\/li>\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> AI Brand Sentiment Tracking<\/li>\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> Wettbewerbsanalyse<\/li>\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> 10 Seiten\/Subpages-Analyse<\/li>\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> Detaillierter HTML-Struktur-Check<\/li>\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> 55+ umsetzbare Aufgaben<\/li>\n      <li><div class=\"gaiseo-check blue\">\u2713<\/div> HTML Code Snippets<\/li>\n    <\/ul>\n  <\/div>\n\n<\/div>\n\n<div style=\"text-align: center; margin-top: 24px; font-size: 12px; color: #6b7280;\">\n Alle Preise verstehen sich zzgl. der gesetzlichen Mehrwertsteuer.\n<\/div>\n  <\/div>\n<\/section>\n<script>\n  function togglePricing() {\n    const switchEl = document.getElementById('price-switch');\n    const isYearly = switchEl.classList.toggle('active');\n    updateView(isYearly);\n  }\n\n  function setMonthly() {\n    document.getElementById('price-switch').classList.remove('active');\n    updateView(false);\n  }\n\n  function setYearly() {\n    document.getElementById('price-switch').classList.add('active');\n    updateView(true);\n  }\n\n  function updateView(isYearly) {\n    const lblM = document.getElementById('lbl-monthly');\n    const lblY = document.getElementById('lbl-yearly');\n    \n    if(isYearly) {\n      lblM.classList.remove('active');\n      lblY.classList.add('active');\n    } else {\n      lblM.classList.add('active');\n      lblY.classList.remove('active');\n    }\n\n    \/\/ Update Prices\n    document.querySelectorAll('.gaiseo-price-amount').forEach(el => {\n      el.innerText = isYearly ? el.getAttribute('data-y') : el.getAttribute('data-m');\n    });\n\n    \/\/ Update Links\n    document.querySelectorAll('.pricing-btn').forEach(btn => {\n      btn.href = isYearly ? btn.getAttribute('data-link-y') : btn.getAttribute('data-link-m');\n    });\n  }\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a134e2 e-con-full e-flex e-con e-child\" data-id=\"0a134e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc766e8 elementor-widget elementor-widget-html\" data-id=\"bc766e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO SAAS PAGE - BLOCK 3: SAAS SPECIFIC FAQ & CTA -->\n\n<!-- 1. AI SEO: FAQ Schema (SaaS Specific) -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"Do I need WordPress to use the GAISEO SaaS platform?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"No. The SaaS platform works with ANY website (Shopify, Webflow, Custom, etc.). It monitors your external visibility in AI engines regardless of your CMS.\"\n    }\n  }, {\n    \"@type\": \"Question\",\n    \"name\": \"How does the SaaS version differ from the Plugin?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The Plugin is for on-page optimization inside WordPress. The SaaS platform is for external monitoring, competitor tracking, and real-time visibility scoring across multiple AI platforms.\"\n    }\n  }, {\n    \"@type\": \"Question\",\n    \"name\": \"Can I track my competitors?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes. The SaaS dashboard allows you to track competitors to see where they appear in AI answers instead of you, and provides strategies to outrank them.\"\n    }\n  }, {\n    \"@type\": \"Question\",\n    \"name\": \"How often is the data updated?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"We scan AI platforms continuously. Your dashboard updates weekly (or daily on enterprise plans) to reflect the latest changes in your AI Visibility Score.\"\n    }\n  }]\n}\n<\/script>\n\n<!-- FAQ SECTION -->\n<section id=\"faq\" class=\"gaiseo-faq-section\">\n  <div class=\"gaiseo-pricing-container\">\n    <div class=\"gaiseo-section-header\">\n      <h2 class=\"gaiseo-h2\">Frequently Asked Questions<\/h2>\n      <p class=\"gaiseo-subtitle\">Alles, was du \u00fcber die GAISEO-Plattform wissen musst<\/p>\n    <\/div>\n\n    <div class=\"gaiseo-faq-container\">\n      \n      <div class=\"gaiseo-faq-item\">\n        <div class=\"gaiseo-faq-question\">\n          <span>Brauche ich WordPress, um die SaaS-Plattform zu nutzen?<\/span>\n          <svg class=\"gaiseo-faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n        <\/div>\n        <div class=\"gaiseo-faq-answer\">\n          <p>Nein. Die SaaS-Plattform funktioniert mit <strong>jedem System<\/strong> \u2013 Shopify, Webflow, Wix oder individuellem Code. Sie misst deine Sichtbarkeit in KI-Suchmaschinen, ganz egal, welches CMS du verwendest.  <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gaiseo-faq-item\">\n        <div class=\"gaiseo-faq-question\">\n          <span>Wie unterscheidet sich die SaaS-Version vom Plugin?<\/span>\n          <svg class=\"gaiseo-faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n        <\/div>\n        <div class=\"gaiseo-faq-answer\">\n          <p>Das <strong>Plugin <\/strong>ist ein Tool f\u00fcr On-Page-Optimierung direkt in <em>WordPress.<\/em><br>Die<strong> SaaS-Plattform<\/strong> ist ein <em>intelligentes<\/em> Dashboard, das deinen Visibility Score, deine Wettbewerber und das Markensentiment \u00fcber mehrere KI-Plattformen in Echtzeit analysiert.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gaiseo-faq-item\">\n        <div class=\"gaiseo-faq-question\">\n          <span>Kann ich meine Wettbewerber tracken?<\/span>\n          <svg class=\"gaiseo-faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n        <\/div>\n        <div class=\"gaiseo-faq-answer\">\n          <p>Ja. Du kannst deine wichtigsten Wettbewerber \u00fcberwachen und genau sehen, wann sie in KI-Antworten genannt werden \u2013 und du nicht.<br>Wir analysieren ihre Inhalte und zeigen dir umsetzbare Schritte, wie du ihren \u201eShare of Voice\u201c St\u00fcck f\u00fcr St\u00fcck \u00fcbernimmst.  <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gaiseo-faq-item\">\n        <div class=\"gaiseo-faq-question\">\n          <span>Wie oft werden die Daten aktualisiert?<\/span>\n          <svg class=\"gaiseo-faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n        <\/div>\n        <div class=\"gaiseo-faq-answer\">\n          <p>Wir \u00fcberwachen die wichtigsten KI-Plattformen laufend im Hintergrund. Dein Dashboard erh\u00e4lt zwei-w\u00f6chentliche Updates, damit du immer die aktuellen Entwicklungen bei deinem AI Visibility Score und der Stimmung zu deiner Marke siehst. In Enterprise-Pl\u00e4nen kannst du t\u00e4gliche Aktualisierungen nutzen.  <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gaiseo-faq-item\">\n        <div class=\"gaiseo-faq-question\">\n          <span>Was passiert, nachdem du dich auf die Warteliste gesetzt hast?<\/span>\n          <svg class=\"gaiseo-faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n        <\/div>\n        <div class=\"gaiseo-faq-answer\">\n          <p>Du reservierst dir deinen Platz f\u00fcr den fr\u00fchen Zugang. Wir onboarden Nutzer schrittweise in Batches, damit die Plattform stabil l\u00e4uft und du guten Support bekommst. Sobald du an der Reihe bist, schicken wir dir eine Einladungs-Mail mit deinem Zugang.  <\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FINAL CTA -->\n<section class=\"gaiseo-final-cta\">\n  <div class=\"gaiseo-pricing-container\">\n    <div class=\"gaiseo-final-cta-badge\">\n      <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v6m0 6v6M2 12h6m6 0h6\"\/><\/svg>\n Bereit, in der KI-Suche ganz vorne mitzuspielen?\n    <\/div>\n\n    <h2>Lass dich von der KI-Suche nicht abh\u00e4ngen<\/h2>\n\n    <p>\n Schlie\u00df dich den Unternehmen an, die jetzt schon f\u00fcr die Suche von morgen optimieren. Sicher dir deinen Early-Access-Platz auf der Warteliste. \n    <\/p>\n\n    <div class=\"gaiseo-final-cta-buttons\">\n       <a href=\"https:\/\/gaiseo.com\/de\/auf-die-warteliste-2\/\" class=\"gaiseo-btn gaiseo-btn-primary gaiseo-btn-xl\">\nWartelisten-Platz sichern\n<svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n<\/a>\n<a href=\"https:\/\/calendly.com\/cosima-gaiseo\/30min\" target=\"_blank\" class=\"gaiseo-btn gaiseo-btn-outline gaiseo-btn-xl\">\nDemo buchen\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n<\/a> \n    <\/div>\n\n    <div class=\"gaiseo-final-cta-trust\">\n      <div class=\"gaiseo-final-cta-trust-item\">\n        <svg viewbox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>\n Early Access zuerst\n      <\/div>\n      <div class=\"gaiseo-final-cta-trust-item\">\n        <svg viewbox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>\n Keine Kreditkarte erforderlich\n      <\/div>\n      <div class=\"gaiseo-final-cta-trust-item\">\n        <svg viewbox=\"0 0 20 20\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\"\/><\/svg>\n Jederzeit k\u00fcndbar\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SaaS Plattform All-in-One L\u00f6sung f\u00fcr AI-SEO Optimierung Optimiere deine Website f\u00fcr KI-Suchmaschinen wie ChatGPT, Perplexity &#038; Gemini. Maximiere deine Sichtbarkeit dort, wo deine Kunden suchen. Jetzt starten Kostenloser AI-SEO Check Demo buchen Echtzeit-Analyse Priorisierte Aufgaben AI Visibility Score Deine Marken-Performance Live 78 \/ 100 +12% diesen Monat 24 Erw\u00e4hnungen 3 Wettbewerber 65% Positiv ChatGPT 85% [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"content-type":"","footnotes":""},"class_list":["post-1779","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages\/1779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/comments?post=1779"}],"version-history":[{"count":14,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages\/1779\/revisions"}],"predecessor-version":[{"id":5521,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages\/1779\/revisions\/5521"}],"wp:attachment":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/media?parent=1779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}