  :root{
    --navy: #16233B;
    --slate: #52627A;
    --slate-light: #7C8AA0;
    --blue-500: #2F8FE0;
    --blue-700: #1565C0;
    --mint-100: #D9F1E3;
    --sky-100: #DCEEFB;
    --bg: #FBFDFF;
    --white: #FFFFFF;
    --border: #E7EDF3;
    --radius-lg: 28px;
    --radius-md: 18px;    
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
  }

  *{ box-sizing: border-box; }
  html{ scroll-behavior: smooth; }

  body{
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--navy);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  h1, h2, h3, .display{
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
  }

  
  a{ color: inherit; text-decoration: none; }
  img{ max-width: 100%; display: block; }

  .wrap{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
  }

  /* ---------- Ambient blobs (signature motif, echoes the app's own screenshot backdrops) ---------- */
  .blob{
    position: absolute;
    border-radius: 50%;
    filter: blur(0px);
    z-index: 0;
    pointer-events: none;
  }
  @media (prefers-reduced-motion: no-preference){
    .blob{ animation: drift 22s var(--ease) infinite alternate; }
    .blob.b-slow{ animation-duration: 30s; }
    .blob.b-rev{ animation-direction: alternate-reverse; }
  }
  @keyframes drift{
    from{ transform: translate(0, 0) scale(1); }
    to{ transform: translate(18px, -22px) scale(1.06); }
  }

  /* ---------- Header ---------- */
  header{
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251, 253, 255, 0.82);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--border);
  }
  .nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .brand{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--navy);
  }
  .brand img{ width: 32px; height: 32px; border-radius: 9px; }
  .nav-cta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.92rem;
    box-shadow: 0 8px 20px -8px rgba(21, 101, 192, 0.55);
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  }
  .nav-cta:hover{ transform: translateY(-2px); box-shadow: 0 12px 26px -8px rgba(21, 101, 192, 0.6); }

  /* ---------- Hero ---------- */
  .hero{
    position: relative;
    padding: 96px 0 60px;
    overflow: hidden;
  }
  .hero .blob-a{ width: 340px; height: 340px; background: var(--mint-100); top: -120px; left: -100px; }
  .hero .blob-b{ width: 260px; height: 260px; background: var(--sky-100); top: 60px; right: -80px; }

  .hero-grid{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
  }
  .eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--blue-700);
    background: var(--sky-100);
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 22px;
  }
  .eyebrow .dot{
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--blue-500);
  }
  @media (prefers-reduced-motion: no-preference){
    .eyebrow .dot{ animation: pulse 1.8s ease-in-out infinite; }
  }
  @keyframes pulse{
    0%, 100%{ opacity: 1; transform: scale(1); }
    50%{ opacity: 0.4; transform: scale(0.75); }
  }

  h1.hero-title{
    font-size: clamp(2.3rem, 4.4vw, 3.6rem);
    color: var(--navy);
  }
  h1.hero-title .accent{
    background: linear-gradient(100deg, var(--blue-500), var(--blue-700));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .hero-sub{
    margin-top: 22px;
    font-size: 1.12rem;
    line-height: 1.6;
    color: var(--slate);
    max-width: 480px;
  }
  .hero-actions{
    margin-top: 34px;    
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  
.store-badge{
  height: 60px;
}


  .cta-card .store-badge{ color: var(--navy); }
  .cta-card .store-badge .badge-text small{ color: var(--slate); }
  .cta-card .store-badge:hover{ opacity: 0.92; }

  .trust-row{
    margin-top: 30px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
  .trust-item{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: var(--slate);
    font-weight: 500;
  }
  .trust-item svg{ flex-shrink: 0; color: var(--blue-500); }

  /* Hero phone */
  .hero-visual{
    position: relative;
    display: flex;
    justify-content: center;
  }
  .hero-visual .phone-shell{
    width: min(300px, 78vw);
    border-radius: 42px;    
    overflow: hidden;
  }
  @media (prefers-reduced-motion: no-preference){
    .hero-visual .phone-shell{ animation: floaty 6s var(--ease) infinite; }
  }
  @keyframes floaty{
    0%, 100%{ transform: translateY(0px) rotate(-1.2deg); }
    50%{ transform: translateY(-16px) rotate(0.6deg); }
  }
  .float-chip{
    position: absolute;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 10px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--navy);
    box-shadow: 0 12px 30px -12px rgba(22, 35, 59, 0.25);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .float-chip .ico{ font-size: 1rem; }
  .chip-1{ top: 8%; left: -6%; }
  .chip-2{ bottom: 12%; right: -8%; }
  @media (prefers-reduced-motion: no-preference){
    .chip-1{ animation: floaty 5s var(--ease) infinite; animation-delay: 0.3s; }
    .chip-2{ animation: floaty 5.6s var(--ease) infinite; animation-delay: 0.9s; }
  }
  @media (max-width: 640px){
    .float-chip{ display: none; }
  }

  /* ---------- Reveal on scroll ---------- */
  .reveal{
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  }
  .reveal.in-view{
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce){
    .reveal{ opacity: 1; transform: none; transition: none; }
  }

  /* ---------- Intro strip ---------- */
  .intro{
    padding: 20px 0 80px;
  }
  .intro-line{
    font-size: 1.28rem;
    line-height: 1.55;
    color: var(--navy);
    max-width: 760px;
    font-weight: 500;
  }
  .intro-line b{ color: var(--blue-700); font-weight: 700; }

  /* ---------- Feature sections ---------- */
  .feature{
    position: relative;
    padding: 70px 0;
  }
  .feature-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .feature.reverse .feature-grid{
    grid-template-columns: 1fr 1fr;
  }
  .feature.reverse .feature-text{ order: 2; }
  .feature.reverse .feature-media{ order: 1; }

  .feature-index{
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--blue-500);
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
  }
  .feature-text h2{
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    color: var(--navy);
    margin-bottom: 16px;
  }
  .feature-text p{
    font-size: 1.04rem;
    line-height: 1.65;
    color: var(--slate);
    max-width: 460px;
  }
  .feature-list{
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    list-style: none;
  }
  .feature-list li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.96rem;
    color: var(--navy);
    font-weight: 500;
  }
  .feature-list svg{ flex-shrink: 0; margin-top: 2px; color: var(--blue-500); }

  .feature-media{
    position: relative;
    display: flex;
    justify-content: center;
  }
  .feature-media .frame{
    width: min(260px, 70vw);
    border-radius: 36px;
    overflow: hidden;    
    transition: transform 0.5s var(--ease);
  }
  .feature-media:hover .frame{ transform: translateY(-8px) rotate(-0.6deg); }

  .glow-bg{
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(10px);
  }

  /* alternating faint section backdrops */
  .feature:nth-of-type(odd)::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(220, 238, 251, 0.35), transparent);
    z-index: -1;
  }

  /* ---------- Divider note (2h nowcast / Germany only) ---------- */
  .note-band{
    padding: 50px 0 10px;
  }
  .note-card{
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 34px 38px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: flex-start;
    box-shadow: 0 30px 60px -40px rgba(22,35,59,0.15);
  }
  .note-card .ico-wrap{
    width: 46px; height: 46px;
    border-radius: 14px;
    background: var(--mint-100);
    display: flex; align-items: center; justify-content: center;
    color: var(--blue-700);
    flex-shrink: 0;
  }
  .note-card h3{ font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
  .note-card p{ font-size: 0.95rem; line-height: 1.6; color: var(--slate); }
  .note-card p + p{ margin-top: 8px; }

  /* ---------- Privacy strip ---------- */
  .privacy{
    padding: 90px 0;
  }
  .privacy-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .privacy-card{
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px 24px;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  }
  .privacy-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-soft);
  }
  .privacy-card .ico-wrap{
    width: 44px; height: 44px;
    border-radius: 13px;
    background: var(--sky-100);
    display: flex; align-items: center; justify-content: center;
    color: var(--blue-700);
    margin-bottom: 18px;
  }
  .privacy-card h3{ font-size: 1.02rem; margin-bottom: 8px; }
  .privacy-card p{ font-size: 0.9rem; color: var(--slate); line-height: 1.55; }

  .section-head{
    max-width: 560px;
    margin: 0 auto 46px;
    text-align: center;
  }
  .section-head h2{
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    color: var(--navy);
    margin-bottom: 12px;
  }
  .section-head p{ color: var(--slate); font-size: 1.02rem; line-height: 1.6; }

  /* ---------- Final CTA ---------- */
  .cta-final{
    position: relative;
    margin: 40px auto 100px;
    max-width: 1180px;
    padding: 0 32px;
  }
  .cta-card{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy), #1B3A66 55%, var(--blue-700));
    border-radius: 32px;
    padding: 64px 48px;
    text-align: center;
    color: #fff;
  }
  .cta-card .blob{ opacity: 0.35; }
  .cta-card .blob-c{ width: 300px; height: 300px; background: var(--sky-100); top: -100px; left: -60px; }
  .cta-card .blob-d{ width: 240px; height: 240px; background: var(--mint-100); bottom: -90px; right: -40px; }
  .cta-card h2{
    position: relative; z-index: 1;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    margin-bottom: 14px;
  }
  .cta-card p{
    position: relative; z-index: 1;
    color: #C9D8EE;
    font-size: 1.02rem;
    max-width: 460px;
    margin: 0 auto 30px;
    line-height: 1.6;
  }
  .cta-card .store-badge{ position: relative; z-index: 1; }

  /* ---------- Footer ---------- */
  footer{
    border-top: 1px solid var(--border);
    padding: 44px 0 40px;
  }
  .footer-grid{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-brand{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: var(--navy);
  }
  .footer-brand img{ width: 26px; height: 26px; border-radius: 7px; }
  .footer-links{
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: var(--slate);
  }
  .footer-links a:hover{ color: var(--blue-700); }
  .footer-meta{
    margin-top: 26px;
    font-size: 0.82rem;
    color: var(--slate-light);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 880px){
    .hero-grid{ grid-template-columns: 1fr; text-align: center; }
    .hero-sub{ margin-left: auto; margin-right: auto; }
    .hero-actions{ justify-content: center; }
    .trust-row{ justify-content: center; }
    .hero-visual{ margin-top: 20px; }

    .feature-grid, .feature.reverse .feature-grid{
      grid-template-columns: 1fr;
      gap: 32px;
      text-align: center;
    }
    .feature.reverse .feature-text, .feature.reverse .feature-media{ order: initial; }
    .feature-text p{ margin-left: auto; margin-right: auto; }
    .feature-list{ align-items: center; }
    .feature-list li{ text-align: left; }

    .privacy-grid{ grid-template-columns: 1fr; }
    .note-card{ grid-template-columns: 1fr; text-align: center; }
    .note-card .ico-wrap{ margin: 0 auto; }
    .footer-grid{ flex-direction: column; text-align: center; align-items: center; }
    .footer-links{ justify-content: center; }
    .footer-meta{ justify-content: center; text-align: center; }
  }

  @media (max-width: 520px){
    .wrap{ padding: 0 20px; }
    .nav{ padding: 14px 20px; }
    .hero{ padding: 56px 0 40px; }
    .cta-card{ padding: 48px 26px; }
  }