
  .marquee-track.svelte-18qg469 {
    animation: svelte-18qg469-marquee 20s linear infinite;
  }
  @keyframes svelte-18qg469-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @media (prefers-reduced-motion: reduce) {
    .marquee-track.svelte-18qg469 { animation: none !important; }
    /* Pause the hero background video for users who prefer reduced motion */
    section video { display: none; }
  }


  .storm-shell.svelte-11qa4ig {
    position: relative;
    width: 100%;
  }

  .storm-ticker.svelte-11qa4ig {
    position: relative;
    display: grid;
    gap: 0.75rem;
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid rgb(226 232 240 / 0.8);
    background:
      radial-gradient(circle at 12% 0%, rgb(239 68 68 / 0.1), transparent 40%),
      radial-gradient(circle at 88% 100%, rgb(14 165 233 / 0.1), transparent 45%),
      linear-gradient(180deg, rgb(255 255 255 / 0.94), rgb(248 250 252 / 0.88));
    padding: 1rem 0;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.65);
  }

  .dark .storm-ticker.svelte-11qa4ig {
    border-color: rgb(71 85 105 / 0.8);
    background:
      radial-gradient(circle at 12% 0%, rgb(239 68 68 / 0.16), transparent 40%),
      radial-gradient(circle at 88% 100%, rgb(14 165 233 / 0.14), transparent 45%),
      linear-gradient(180deg, rgb(15 23 42 / 0.88), rgb(2 6 23 / 0.94));
  }

  .mobile-storm-glow.svelte-11qa4ig {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(248 250 252), transparent 12%, transparent 88%, rgb(248 250 252));
    pointer-events: none;
    z-index: 1;
  }

  .dark .mobile-storm-glow.svelte-11qa4ig {
    background: linear-gradient(90deg, rgb(2 6 23), transparent 12%, transparent 88%, rgb(2 6 23));
  }

  .mobile-lane.svelte-11qa4ig {
    overflow: hidden;
  }

  .mobile-track.svelte-11qa4ig {
    display: flex;
    width: max-content;
    gap: 0.6rem;
    padding-inline: 0.75rem;
  }

  .mobile-track-forward.svelte-11qa4ig {
    animation: svelte-11qa4ig-complaintMarquee 22s linear infinite;
  }

  .mobile-track-reverse.svelte-11qa4ig {
    animation: svelte-11qa4ig-complaintMarqueeReverse 24s linear infinite;
  }

  .mobile-tag.svelte-11qa4ig {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  @keyframes svelte-11qa4ig-complaintMarquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes svelte-11qa4ig-complaintMarqueeReverse {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-track-forward.svelte-11qa4ig,
    .mobile-track-reverse.svelte-11qa4ig {
      animation: none !important;
    }
  }


  .plan-demo-shell.svelte-b5dai6 {
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .plan-demo-shell.mobile.svelte-b5dai6 {
    max-width: 440px;
  }

  .plan-demo-frame.svelte-b5dai6 {
    background: #0f172a;
    border-radius: 1.75rem;
    padding: 0.7rem;
    box-shadow: 0 34px 90px -36px rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .plan-demo-screen.svelte-b5dai6 {
    position: relative;
    overflow: hidden;
    border-radius: 1.3rem;
    background: #0f172a;
    height: 360px;
  }

  .mobile.svelte-b5dai6 .plan-demo-screen:where(.svelte-b5dai6) {
    height: 300px;
  }

  .plan-demo-map.svelte-b5dai6,
  .plan-demo-fallback.svelte-b5dai6 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .plan-demo-fallback.svelte-b5dai6 {
    object-fit: cover;
    opacity: 0.94;
  }

  .plan-demo-scrim.svelte-b5dai6 {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.03) 42%, rgba(15, 23, 42, 0.18) 100%),
      radial-gradient(circle at 18% 18%, rgba(103, 232, 249, 0.18), transparent 28%);
    pointer-events: none;
  }

  .plan-demo-steps.svelte-b5dai6 {
    display: flex;
    justify-content: center;
  }

  .plan-demo-steps.svelte-b5dai6 .build-card {
    width: min(100%, 420px);
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 22px 44px -30px rgba(15, 23, 42, 0.42);
  }

  .plan-demo-steps.svelte-b5dai6 .build-header {
    margin-bottom: 12px;
  }

  .plan-demo-steps.svelte-b5dai6 .header-title {
    font-size: 14px;
  }

  .plan-demo-steps.svelte-b5dai6 .status {
    margin-bottom: 0;
  }

  .plan-demo-map .gm-style {
    background: #0f172a;
  }

  .plan-demo-map .custom-advanced-marker {
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .plan-demo-map .custom-advanced-marker img.advanced-marker-icon {
    display: block;
  }

  .plan-demo-map .ai-build-icon-marker {
    position: relative;
    transform: translateY(20px) scale(0);
    transform-origin: center bottom;
    animation: svelte-b5dai6-ai-build-pop-in 0.46s cubic-bezier(0.2, 0.9, 0.24, 1.18) forwards;
    filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.24));
    user-select: none;
  }

  .plan-demo-map .ai-build-icon-marker__icon {
    display: block;
    width: 46px;
    height: 40px;
  }

  .plan-demo-map .ai-build-icon-marker__fallback {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    border: 3px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.22);
  }

  .plan-demo-map .ai-build-icon-marker::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 38%;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: rgba(59, 130, 246, 0.12);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.18);
    animation: svelte-b5dai6-ai-build-ring 1.7s ease-out infinite;
    z-index: -1;
  }

  .plan-demo-map .ai-build-icon-marker--start .ai-build-icon-marker__icon {
    width: 58px;
    height: 50px;
  }

  .plan-demo-map .ai-build-icon-marker--stop .ai-build-icon-marker__icon {
    width: 38px;
    height: 32px;
  }

  .plan-demo-map .ai-build-icon-marker--start::after {
    background: rgba(13, 148, 136, 0.14);
    box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.18);
  }

  .plan-demo-map .ai-build-icon-marker__label {
    position: absolute;
    top: -9px;
    right: -8px;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.2);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
  }

  .plan-demo-map .ai-build-icon-marker__score {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 20px;
    height: 16px;
    border-radius: 8px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b82f6;
    color: white;
    border: 1.5px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
    font-size: 7.5px;
    font-weight: 700;
    line-height: 1;
  }

  @keyframes svelte-b5dai6-ai-build-pop-in {
    0% {
      transform: translateY(20px) scale(0);
      opacity: 0;
    }
    65% {
      transform: translateY(20px) scale(1.22);
      opacity: 1;
    }
    100% {
      transform: translateY(20px) scale(1);
      opacity: 1;
    }
  }

  @keyframes svelte-b5dai6-ai-build-ring {
    0% {
      transform: translate(-50%, -50%) scale(0.78);
      opacity: 0.7;
    }
    75% {
      transform: translate(-50%, -50%) scale(1.9);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.9);
      opacity: 0;
    }
  }

  @media (max-width: 640px) {
    .plan-demo-shell.svelte-b5dai6 {
      gap: 0.85rem;
    }
  }


  .dark .whatsapp-chat.svelte-16s2vgl {
    background: #0B141A !important;
  }


  .no-scrollbar.svelte-1s1l9wc::-webkit-scrollbar { display: none; }
  .no-scrollbar.svelte-1s1l9wc { -ms-overflow-style: none; scrollbar-width: none; }


  /* Scoped fonts for landing page only */
  .landing-page {
    font-family: 'DM Sans', sans-serif;
  }
  .landing-page h1,
  .landing-page h2,
  .landing-page h3,
  .landing-page h4 {
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.02em;
  }

  /* Emotion bubble float animation */
  .emotion-bubble {
    animation: svelte-1eb4uvf-subtleFloat 4s ease-in-out infinite;
  }

  /* Stress tag micro-drift animation */
  .stress-tag {
    animation: svelte-1eb4uvf-microMove 12s ease-in-out infinite;
    white-space: nowrap;
  }

  /* SVG route draw animation */
  .route-path {
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    animation: svelte-1eb4uvf-drawRoute 15s ease-in-out forwards;
    filter: drop-shadow(0 0 12px oklch(45.35% 0.197 264.39 / 0.6));
  }

  /* Voice interface ripple */
  .voice-ripple {
    animation: svelte-1eb4uvf-pulseRipple 2.5s infinite ease-in-out;
  }

  /* Phone mockup */
  .phone-mockup {
    border: 10px solid #1e293b;
    border-radius: 36px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  .dark .phone-mockup {
    border-color: #374151;
    background: #1f2937;
  }

  /* Card hover effect */
  .card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.15);
  }
  .dark .card-hover:hover {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.4);
  }

  /* Bar fill animation */
  .animate-bar-fill {
    animation: svelte-1eb4uvf-barFill 2s ease-out forwards;
  }

  /* Keyframes */
  @keyframes svelte-1eb4uvf-subtleFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
  }

  @keyframes svelte-1eb4uvf-microMove {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(3px, -2px); }
    66% { transform: translate(-2px, 1px); }
  }

  @keyframes svelte-1eb4uvf-drawRoute {
    from { stroke-dashoffset: 4000; }
    to { stroke-dashoffset: 0; }
  }

  @keyframes svelte-1eb4uvf-pulseRipple {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 0.3; }
    100% { transform: scale(0.9); opacity: 0.8; }
  }

  @keyframes svelte-1eb4uvf-barFill {
    from { width: 0; }
    to { width: 75%; }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .emotion-bubble,
    .stress-tag,
    .route-path,
    .voice-ripple,
    .animate-bar-fill {
      animation: none !important;
    }
    .route-path {
      stroke-dashoffset: 0 !important;
    }
    .animate-bar-fill {
      width: 75% !important;
    }
  }

