    :root {
      --bg: #f7f5fa;
      --text: #111118;
      --muted: #6d6b78;
      --line: rgba(125, 110, 150, 0.08);

      --purple-1: #2563eb;
      --purple-2: #3b82f6;
      --purple-3: #93c5fd;

      --shadow: 0 18px 60px rgba(37, 99, 235, 0.10);
      --shadow-soft: 0 20px 70px rgba(37, 99, 235, 0.14);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      color: var(--text);
      background:
        linear-gradient(rgba(59, 130, 246, 0.035), rgba(59, 130, 246, 0.035)),
        linear-gradient(to right, var(--line) 1px, transparent 1px),
        linear-gradient(to bottom, var(--line) 1px, transparent 1px),
        var(--bg);
      background-size: auto, 92px 92px, 92px 92px, auto;
      min-height: 100vh;
      overflow-x: hidden;
    }

    img,
    iframe,
    svg {
      max-width: 100%;
      display: block;
    }

    .glow {
      position: fixed;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(59, 130, 246, 0.16), transparent 68%);
      filter: blur(10px);
      pointer-events: none;
      z-index: 0;
    }

    .glow.left {
      left: -160px;
      top: 140px;
    }

    .glow.right {
      right: -140px;
      top: 90px;
    }

    .page {
      position: relative;
      z-index: 1;
      max-width: 1180px;
      margin: 0 auto;
      padding: 22px 20px 80px;
    }

    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 14px 18px;
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(255,255,255,0.8);
      box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-radius: 999px;
      position: sticky;
      top: 18px;
      z-index: 33333;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      font-size: 1.35rem;
      letter-spacing: -0.03em;
      flex-shrink: 0;
    }

    .brand a {
      display: flex;
      align-items: center;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 34px;
      color: #23212d;
      font-size: 0.96rem;
      font-weight: 600;
    }

    .nav-links a {
      color: inherit;
      text-decoration: none;
    }

    .nav-links a:hover {
      opacity: 0.7;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 0 24px;
      border-radius: 999px;
      border: 1px solid transparent;
      text-decoration: none;
      font-weight: 700;
      font-size: 1rem;
      transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
      white-space: nowrap;
      cursor: pointer;
    }

    .btn:hover {
      transform: translateY(-2px) scale(1.02);
    }

    .btn-login {
      background: rgba(255,255,255,0.92);
      color: #23212d;
      border-color: rgba(59, 130, 246, 0.16);
      box-shadow: 0 10px 22px rgba(37, 99, 235, 0.05);
    }

    .btn-primary {
      position: relative;
      overflow: hidden;
      color: white;
      background: linear-gradient(135deg, var(--purple-2), var(--purple-1));
      box-shadow: 0 10px 22px rgba(37, 99, 235, 0.05);
    }

    .btn-primary::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
      transition: 0.6s;
    }

    .btn-primary:hover::after {
      left: 100%;
    }

.google-dot {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}

.google-dot::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4285F4;
}

.google-dot::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-radius: 6px 6px 0 0;
  background: #4285F4;
}

    .hero {
      position: relative;
      text-align: center;
      padding: 59px 0 20px;
      min-height: auto;
    }

    .mini-card,
    .float-label,
    .content-card {
      position: absolute;
      background: rgba(255,255,255,0.62);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(59, 130, 246, 0.14);
      box-shadow: var(--shadow);
    }

    .mini-card {
      border-radius: 20px;
      padding: 16px 18px;
      transform: rotate(-4deg);
    }

    .score-card {
      left: 65px;
      top: 70px;
      width: 112px;
      text-align: left;
    }

    .score-title {
      font-size: 0.7rem;
      color: var(--muted);
      font-weight: 600;
      margin-bottom: 10px;
    }

    .score-ring {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      margin: 0 auto 6px;
      background: conic-gradient(#42d392 0 78%, #e9e7ee 78% 100%);
      display: grid;
      place-items: center;
    }

    .score-ring::after {
      content: "97%";
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      display: grid;
      place-items: center;
      font-size: 0.85rem;
      font-weight: 800;
    }

    .float-label {
      font-size: 0.9rem;
      color: #514d5d;
      border-radius: 16px;
      padding: 12px 16px;
      font-weight: 500;
    }

    .label-left {
      left: 36px;
      top: 320px;
      transform: rotate(14deg);
    }

    .label-right-top {
      right: 68px;
      top: 92px;
      transform: rotate(-12deg);
    }

    .label-right-bottom {
      right: 125px;
      top: 620px;
      transform: rotate(13deg);
    }

    .content-card {
      width: 122px;
      border-radius: 18px;
      padding: 12px;
      text-align: left;
      color: #2a2430;
    }

    .content-card.small-left {
      left: 120px;
      top: 500px;
      transform: rotate(-25deg);
    }

    .content-card.small-right {
      right: 64px;
      top: 300px;
      transform: rotate(12deg);
    }

    .card-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px;
      font-size: 0.8rem;
      font-weight: 700;
    }

    .card-body {
      background: linear-gradient(180deg, rgba(147, 197, 253, 0.26), rgba(147, 197, 253, 0.12));
      border-radius: 12px;
      padding: 12px 10px;
      font-size: 0.72rem;
      line-height: 1.45;
      min-height: 88px;
    }

    .card-chip {
      display: inline-block;
      color: #57aa64;
      font-weight: 700;
      margin-bottom: 8px;
      font-size: 0.68rem;
    }

    .hero h1 {
      margin: 0 auto;
      max-width: 760px;
      font-size: clamp(3rem, 6vw, 5.2rem);
      line-height: 0.97;
      letter-spacing: -0.06em;
      font-weight: 800;
    }

    .accent {
      background: linear-gradient(135deg, var(--purple-2), var(--purple-1));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero p {
      max-width: 920px;
      margin: 24px auto 0;
      color: var(--muted);
      font-size: 1.35rem;
      line-height: 1.55;
      letter-spacing: -0.025em;
    }

    .ai-rotator-line {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
    }

    .ai-inline-rotator {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 123px;
      min-height: 42px;
      vertical-align: middle;
    }

    .ai-logo-stage {
      position: relative;
      width: 100%;
      height: 42px;
    }

    .ai-logo-item {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      opacity: 0;
      transform: translateY(10px) scale(0.96);
      filter: blur(6px);
      transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        filter 0.55s ease;
      will-change: opacity, transform, filter;
    }

    .ai-logo-item.active {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }

    .ai-logo-item img {
      width: 30px;
      height: 30px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .ai-logo-name {
      font-size: 1.08rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: var(--text);
      white-space: nowrap;
    }

    .ai-logo-item.switching-in {
      animation: logoIn 0.6s cubic-bezier(.2,.8,.2,1);
    }

    .ai-logo-item.switching-out {
      animation: logoOut 0.45s ease forwards;
    }

    .lead-capture {
      max-width: 860px;
      margin: 34px auto 32px;
      padding: 34px 28px 30px;
      border-radius: 28px;
      background: rgba(255,255,255,0.66);
      border: 1px solid rgba(59, 130, 246, 0.18);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .lead-capture h2 {
      margin: 0 0 14px;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.05;
      letter-spacing: -0.04em;
      font-weight: 800;
      color: var(--text);
    }

    .lead-capture .campaign-title {
      margin: 0 0 26px;
      font-size: 1.22rem;
      color: var(--purple-2);
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    #first_link_building_campaign {
      max-width: 700px;
      margin: 0 auto;
    }

    .form-grid {
      display: grid;
      gap: 18px;
      margin-bottom: 26px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 220px 1fr;
      align-items: center;
      gap: 18px;
      text-align: left;
    }

    .form-row label {
      font-size: 1rem;
      font-weight: 700;
      color: #2a2430;
    }

    .form-row input {
      width: 100%;
      height: 60px;
      border-radius: 18px;
      border: 1px solid rgba(59, 130, 246, 0.22);
      background: rgba(255,255,255,0.92);
      padding: 0 18px;
      font-size: 1.1rem;
      color: var(--text);
      transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .form-row input:hover {
      background-color: #f0f8ff;
    }

    .form-row input:focus {
      outline: none;
      border-color: #3874ff;
      box-shadow: 0 0 0 0.25rem rgba(159, 233, 255, 0.65);
    }

    .lead-actions {
      text-align: center;
    }

    .lead-actions .btn {
      min-height: 62px;
      padding: 0 28px;
      font-size: 1.08rem;
    }

    .lead-note {
      margin-top: 18px;
      color: var(--muted);
      font-weight: 600;
      line-height: 1.6;
      font-size: 1rem;
    }

    .preview {
      margin: 40px auto 0;
      width: min(980px, 100%);
      border-radius: 24px;
      padding: 10px;
      background: rgba(255,255,255,0.65);
      border: 1px solid rgba(59, 130, 246, 0.18);
      box-shadow: var(--shadow-soft);
    }

    .preview-inner {
      border-radius: 18px;
      background: linear-gradient(135deg, #3b82f6, #2563eb);
      overflow: hidden;
      position: relative;
    }

    .video-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      border: 0;
      background: #000;
    }

    .video-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .arrow {
      font-size: 1.1em;
    }

    @keyframes logoIn {
      0% {
        opacity: 0;
        transform: translateY(10px) scale(0.94);
        filter: blur(8px);
      }
      60% {
        opacity: 1;
        transform: translateY(-2px) scale(1.03);
        filter: blur(0);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
      }
    }

    @keyframes logoOut {
      0% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
      }
      100% {
        opacity: 0;
        transform: translateY(-8px) scale(0.96);
        filter: blur(6px);
      }
    }

    @media (max-width: 1100px) {
      .nav-links {
        display: none;
      }

      .score-card {
        left: 30px;
      }

      .content-card.small-left {
        left: 10px;
      }

      .content-card.small-right {
        right: 10px;
      }

      .label-left {
        left: 10px;
      }

      .label-right-top,
      .label-right-bottom {
        right: 18px;
      }
    }

    @media (max-width: 820px) {
      .page {
        padding: 14px 14px 48px;
      }

      .navbar {
        border-radius: 24px;
        padding: 14px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        top: 10px;
      }

      .nav-actions {
        width: 100%;
        justify-content: center;
      }

      .hero {
        padding-top: 72px;
      }

      .mini-card,
      .float-label,
      .content-card {
        display: none;
      }

      .hero h1 {
        font-size: clamp(2.5rem, 11vw, 4rem);
        max-width: 100%;
      }

      .hero p {
        font-size: 1.05rem;
        line-height: 1.7;
        max-width: 660px;
        padding: 0 6px;
      }

      .ai-inline-rotator {
        min-width: 220px;
      }

      .ai-logo-item img {
        width: 28px;
        height: 28px;
      }

      .ai-logo-name {
        font-size: 1rem;
      }

      .lead-capture {
        padding: 26px 18px 24px;
        border-radius: 22px;
        margin-top: 24px;
      }

      .lead-capture .campaign-title {
        font-size: 1.06rem;
      }

      .form-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .form-row input {
        height: 56px;
        font-size: 1rem;
      }

      .preview {
        width: 100%;
        margin-top: 24px;
        border-radius: 20px;
        padding: 8px;
      }

      .preview-inner {
        border-radius: 16px;
      }
    }

    @media (max-width: 520px) {
      body {
        background-size: auto, 56px 56px, 56px 56px, auto;
      }

      .glow {
        width: 300px;
        height: 300px;
      }

      .brand {
        font-size: 1.1rem;
      }

      .btn {
        padding: 0 18px;
      }

      .hero {
        padding-top: 56px;
      }

      .hero h1 {
        font-size: clamp(2.15rem, 12vw, 3.2rem);
        line-height: 1.02;
      }

      .hero p {
        font-size: 0.98rem;
        margin-top: 18px;
      }

      .ai-inline-rotator {
        min-width: 100%;
        min-height: 44px;
      }

      .ai-logo-stage {
        height: 44px;
      }

      .ai-logo-name {
        font-size: 0.95rem;
      }

      .lead-capture h2 {
        font-size: 1.7rem;
      }

      .lead-actions .btn {
        width: 100%;
      }

      .lead-note {
        font-size: 0.94rem;
      }
    }

.logo-text {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--text);
  text-decoration: none;
}

.logo-text:hover {
  text-decoration: underline;
}




.p_animatie_ai {
  max-width: 920px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.75rem;
  line-height: 1.55;
  letter-spacing: -0.025em;
  margin-bottom: 33px;
}