
/* ── VIRTUAL INERTIA SCROLL ── */
html { scroll-behavior: smooth; }
body { overflow: auto; }
#lenis-wrapper {
  position: relative;
  width: 100%; height: auto;
  overflow: visible;
}
#lenis-content { min-height: 100%; }
.fade-in-element {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(.22,1,.36,1), transform 0.75s cubic-bezier(.22,1,.36,1);
}
.fade-in-element.visible { opacity: 1; transform: translateY(0); }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
::selection { background: #22197f !important; color: #ffffff !important; }
  ::-moz-selection { background: #22197f !important; color: #ffffff !important; }
/* ═══ NAV (from telfo-hero__.html) ═══ */
nav { position:fixed; top:0; left:0; right:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:0 48px; height:62px; background:rgba(255,255,255,0.96); backdrop-filter:blur(10px); border-bottom:1px solid rgba(14,0,72,0.06); }
.nav-logo img { height:24px; width:auto; object-fit:contain; display:block; }
.nav-links { display:flex; gap:32px; list-style:none; }
.nav-links a { font-size:13px; font-weight:300; color:rgba(14,0,72,0.5); text-decoration:none; letter-spacing:-0.01em; transition:color .18s; }
.nav-links a:hover { color:#0E0048; }
.nav-right { display:flex; align-items:center; gap:2px; }
.nav-sep { color:#ddd; margin:0 8px; }
.nav-link-btn { background:none; border:none; font-family:'Inter',sans-serif; font-size:13px; font-weight:300; color:rgba(14,0,72,0.5); cursor:pointer; padding:7px 10px; border-radius:7px; transition:background .15s,color .15s; white-space:nowrap; }
.nav-link-btn:hover { background:rgba(14,0,72,0.04); color:#0E0048; }
.nav-cta { background:none; border:none; font-family:'Inter',sans-serif; font-size:13px; font-weight:500; color:#0D2FAA; cursor:pointer; padding:7px 10px; border-radius:7px; transition:background .15s; white-space:nowrap; }
.nav-cta:hover { background:rgba(13,47,170,0.06); }
.nav-hamburger { display:none; background:none; border:none; cursor:pointer; padding:8px; flex-direction:column; gap:5px; z-index:101; }
.nav-hamburger span { display:block; width:24px; height:1.5px; background:#0E0048; border-radius:2px; transition:transform .3s,opacity .3s; transform-origin:center; }
.nav-hamburger.is-open span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity:0; }
.nav-hamburger.is-open span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display:none; position:fixed; top:64px; left:0; right:0; background:#fff; border-bottom:1px solid rgba(14,0,72,0.08); z-index:99; flex-direction:column; padding:8px 24px 20px; box-shadow:0 8px 28px rgba(14,0,72,0.10); transform:translateY(-12px); opacity:0; transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .25s ease; pointer-events:none; }
.mobile-menu.is-open { transform:translateY(0); opacity:1; pointer-events:all; }
.mobile-menu a { font-size:15px; font-weight:300; color:#0E0048; text-decoration:none; padding:13px 4px; border-bottom:1px solid rgba(14,0,72,0.05); display:block; }
.mobile-menu .m-cta { margin-top:12px; background:linear-gradient(135deg,#0E0048,#09227C); color:#fff; border:none; border-radius:10px; padding:14px 20px; font-family:'Inter',sans-serif; font-size:14px; font-weight:500; cursor:pointer; width:100%; }
@media(max-width:768px){ nav { padding:0 20px; } .nav-links,.nav-right { display:none; } .nav-hamburger { display:flex; } .mobile-menu { display:flex; } }


    :root {
      --accent: #1e3ecd;
      --accent-light: #eef1fb;
      --dark-navy: #0d1a6e;
      --black: #111111;
      --body: #374151;
      --mid: #6b7280;
      --light: #9ca3af;
      --rule: #e5e7eb;
      --bg: #ffffff;
    }

    html { scroll-behavior: smooth; }

    body {
      padding-top: 62px;
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--black);
      font-size: 15px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    /* ══ HERO ══ */
    .hero-outer {
      background: #fff;
      border-bottom: 1px solid var(--rule);
    }

    .hero {
      max-width: 1200px;
      margin: 0 auto;
      padding: 112px 48px 76px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      align-items: center;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--accent-light);
      border: 1px solid #ccd4f5;
      border-radius: 100px;
      padding: 5px 14px 5px 10px;
      margin-bottom: 26px;
    }

    .hero-badge-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
    }

    .hero-badge span {
      font-size: 11.5px;
      font-weight: 500;
      color: var(--accent);
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .hero-title {
      font-size: clamp(36px, 4vw, 54px);
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: -0.04em;
      color: var(--black);
      margin-bottom: 20px;
    }

    .hero-title .blue { color: var(--accent); }

    .hero-sub {
      font-size: 15.5px;
      color: var(--mid);
      line-height: 1.75;
      max-width: 430px;
      margin-bottom: 38px;
    }

    .hero-cta-row {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .hero-btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      color: #fff;
      background: var(--dark-navy);
      font-size: 14px;
      font-weight: 500;
      padding: 13px 24px;
      border-radius: 8px;
      transition: opacity 0.2s;
    }

    .hero-btn-primary:hover { opacity: 0.85; }
    .hero-btn-primary svg { width: 13px; height: 13px; }

    .hero-btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      text-decoration: none;
      color: var(--mid);
      font-size: 14px;
      font-weight: 400;
      transition: color 0.18s;
    }

    .hero-btn-ghost:hover { color: var(--accent); }

    /* Hero right – stat block */
    .hero-right {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--rule);
      border: 1px solid var(--rule);
      border-radius: 14px;
      overflow: hidden;
    }

    .stat-cell {
      background: #fff;
      padding: 22px 18px;
    }

    .stat-num {
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -0.04em;
      color: var(--accent);
      line-height: 1;
      margin-bottom: 5px;
    }

    .stat-label {
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--light);
    }

    .hero-desc {
      background: #f9fafb;
      border: 1px solid var(--rule);
      border-radius: 14px;
      padding: 22px 24px;
      font-size: 14px;
      color: var(--body);
      line-height: 1.75;
    }

    /* ══ SECTION ══ */
    .section-wrap {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 48px;
    }

    .section-head {
      padding: 60px 0 44px;
    }

    .section-head h2 {
      font-size: clamp(24px, 2.8vw, 34px);
      font-weight: 600;
      letter-spacing: -0.03em;
      color: var(--black);
      margin-bottom: 8px;
    }

    .section-head h2 .blue { color: var(--accent); }

    .section-head p {
      font-size: 14.5px;
      color: var(--mid);
      line-height: 1.7;
    }

    /* ══ CARDS — exact FAQ style from screenshot ══ */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      padding-bottom: 80px;
    }

    .icard {
      background: #fff;
      border: 1px solid var(--rule);
      border-radius: 16px;
      padding: 28px 26px 30px;
      display: flex;
      flex-direction: column;
      transition: box-shadow 0.22s, border-color 0.22s;
    }

    .icard:hover {
      border-color: #c5d0f5;
      box-shadow: 0 4px 20px rgba(30,62,205,0.08);
    }

    /* Icon — light blue square, like screenshot */
    .icard-icon {
      width: 46px;
      height: 46px;
      border-radius: 10px;
      background: var(--accent-light);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      flex-shrink: 0;
    }

    .icard-icon svg {
      width: 22px;
      height: 22px;
      color: var(--accent);
    }

    .icard-title {
      font-size: 15px;
      font-weight: 600;
      color: var(--black);
      line-height: 1.45;
      margin-bottom: 10px;
    }

    .icard-title .blue {
      color: var(--accent);
    }

    .icard-desc {
      font-size: 14px;
      color: var(--body);
      line-height: 1.7;
      flex: 1;
    }

    .icard-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 18px;
      font-size: 13px;
      font-weight: 500;
      color: var(--accent);
      text-decoration: none;
      transition: gap 0.18s;
    }

    .icard-link:hover { gap: 9px; }
    .icard-link svg { width: 12px; height: 12px; }

    /* Weitere Branchen — dark navy */
    .icard.weitere {
      background: var(--dark-navy);
      border-color: var(--dark-navy);
    }

    .icard.weitere:hover {
      border-color: #0a1455;
      box-shadow: 0 4px 24px rgba(13,26,110,0.3);
    }

    .icard.weitere .icard-icon {
      background: rgba(255,255,255,0.1);
    }

    .icard.weitere .icard-icon svg { color: rgba(255,255,255,0.8); }
    .icard.weitere .icard-title { color: #fff; }
    .icard.weitere .icard-title .blue { color: rgba(255,255,255,0.5); }
    .icard.weitere .icard-desc { color: rgba(255,255,255,0.52); }
    .icard.weitere .icard-link { color: rgba(255,255,255,0.65); }
    .icard.weitere .icard-link:hover { color: #fff; gap: 9px; }

    /* ══ FOOTER — exact from screenshot ══ */
    footer {
      border-top: 1px solid var(--rule);
    }

    .footer-bar {
      max-width: 1200px;
      margin: 0 auto;
      padding: 22px 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 28px;
      flex-wrap: wrap;
    }

    .footer-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 12px;
      font-weight: 500;
      color: var(--mid);
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .footer-item svg {
      width: 14px;
      height: 14px;
      color: var(--mid);
      flex-shrink: 0;
    }

    .footer-sep {
      color: var(--light);
      font-size: 16px;
      user-select: none;
    }

    /* ══ ANIMATIONS ══ */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(12px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .fade { animation: fadeUp 0.48s ease both; }
    .d1 { animation-delay: 0.04s; }
    .d2 { animation-delay: 0.10s; }
    .d3 { animation-delay: 0.16s; }
    .d4 { animation-delay: 0.22s; }
    .d5 { animation-delay: 0.28s; }

    /* ══ RESPONSIVE ══ */
    @media (max-width: 768px) {
      .hero { padding-top: 96px !important; }
    }
    @media (max-width: 980px) {
      .hero { grid-template-columns: 1fr; padding: 52px 24px 44px; gap: 36px; }
      .hero-right { display: none; }
      .cards-grid { grid-template-columns: 1fr 1fr; }
      .header-inner, .section-wrap { padding-left: 24px; padding-right: 24px; }
      .footer-bar { padding: 20px 24px; }
    }

    @media (max-width: 580px) {
      .cards-grid { grid-template-columns: 1fr; }
      .use-cases-grid,
      .use-case-link-grid,
      .use-cases-faq-list { grid-template-columns: 1fr; }
    }
  


/* ══ FOOTER CSS (telfo-hero__.html) ══ */

.tf-site-footer {
    background: #0a0f1e;
    width: 100%;
    padding: 64px 80px calc(24px + env(safe-area-inset-bottom, 0px));
    position: relative;
    overflow: hidden;
    margin-top: -3px;
    margin-bottom: 0;
  }
.tf-site-footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 24px;
    background: #0a0f1e;
    pointer-events: none;
    z-index: 2;
  }
.tf-site-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 6px;
    background: #0a0f1e;
    pointer-events: none;
    z-index: 2;
  }

html {
  background: #0a0f1e !important;
}

body {
  background: #ffffff !important;
}

:root {
  --telfo-content-max: 1320px;
  --telfo-content-gutter: clamp(20px, 3vw, 36px);
}

.tf-footer-inner {
  width: min(var(--telfo-content-max), calc(100% - (var(--telfo-content-gutter) * 2)));
  margin-left: auto;
  margin-right: auto;
}

  .tf-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .tf-footer-top {
    display: grid;
    grid-template-columns: 320px 1fr 1fr 1fr;
    gap: 64px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  /* Logo: white text on same dark bg */
  .tf-footer-logo-wrap {
    margin-bottom: 16px;
  }

  .tf-footer-logo-img {
    height: 38px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.9;
  }

  .tf-footer-brand-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    margin-bottom: 28px;
    font-weight: 300;
    letter-spacing: 0.01em;
  }

  .tf-footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 28px;
  }

  .tf-footer-contact-info a {
    font-size: 13.5px;
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    transition: color 0.2s;
  }

  .tf-footer-contact-info a:hover { color: rgba(255,255,255,0.85); }

  .tf-footer-social-row {
    display: flex;
    gap: 8px;
  }

  .tf-footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
  }

  .tf-footer-social-btn:hover {
    background: rgba(59,130,246,0.2);
    border-color: rgba(59,130,246,0.4);
    transform: translateY(-1px);
  }

  .tf-footer-social-btn svg {
    width: 15px; height: 15px;
    fill: rgba(255,255,255,0.6);
  }

  .tf-footer-social-btn:hover svg { fill: rgba(255,255,255,0.9); }

  .tf-footer-nav-col h5 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 20px;
  }

  .tf-footer-nav-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .tf-footer-nav-col ul li {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tf-footer-nav-col ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    transition: color 0.18s;
  }

  .tf-footer-nav-col ul li a:hover { color: rgba(255,255,255,0.9); }

  .tf-footer-badge-hiring {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #1d4ed8;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
  }

  /* Trust bar */
  .tf-footer-trust-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .tf-footer-avatar-stack {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .tf-footer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2.5px solid #0a0f1e;
    margin-left: -10px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
  }

  .tf-footer-avatar:first-child { margin-left: 0; }

  .tf-footer-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* zoom in to show face: shift upward slightly */
    object-position: center 15%;
    transform: scale(1.4);
    transform-origin: center 25%;
  }

  .tf-footer-trust-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .tf-footer-trust-count {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    letter-spacing: -0.02em;
  }

  .tf-footer-trust-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: rgba(255,255,255,0.7);
  }

  .tf-footer-stars { color: #fbbf24; letter-spacing: 1px; }

  .tf-footer-trust-links a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
  }

  .tf-footer-trust-links a:hover { color: #93c5fd; text-decoration: underline; }

  /* Bottom */
  .tf-footer-bottom {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .tf-footer-copyright {
    font-size: 12.5px;
    color: rgba(255,255,255,0.55);
  }

  .tf-footer-bottom-links {
    display: flex;
    gap: 20px;
  }

  .tf-footer-bottom-links a {
    font-size: 12.5px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.18s;
  }

  .tf-footer-bottom-links a:hover { color: rgba(255,255,255,0.6); }

  .tf-footer-compliance-badges {
    display: flex;
    gap: 10px;
  }

  .tf-footer-compliance-badge {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 4px 10px;
    border-radius: 100px;
  }

  /* ═══ FOOTER TABLET ═══ */
  @media (min-width: 769px) and (max-width: 1024px) {
    .tf-site-footer { padding: 48px 40px calc(24px + env(safe-area-inset-bottom, 0px)); }
    .tf-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  }

  /* ═══ FOOTER MOBILE ═══ */
  @media (max-width: 768px) {
    .tf-site-footer { padding: 40px 20px calc(24px + env(safe-area-inset-bottom, 0px)); }
    .tf-footer-top { grid-template-columns: 1fr; gap: 32px; }
    .tf-footer-trust-bar { flex-wrap: wrap; }
    .tf-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .tf-footer-bottom-links { flex-wrap: wrap; gap: 12px; }
    .tf-footer-compliance-badges { flex-wrap: wrap; }
  }



/* ── Fix B: hero buttons stay in one line at 320–396px ── */
@media (max-width: 396px) {
  .hero-cta-row {
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }
  .hero-btn-primary {
    font-size: 12px !important;
    padding: 11px 14px !important;
    white-space: nowrap !important;
  }
  .hero-btn-ghost {
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}


/* ══ INSIGHT / GUIDE / LINKS / FAQ SECTIONS ══ */

/* Fix the #branchen section title line-breaking */
#branchen .section-head h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  max-width: 660px;
  line-height: 1.22;
}

.use-cases-insight,
.use-cases-guide,
.use-cases-links,
.use-cases-faq {
  padding-bottom: 80px;
}

/* Section heads */
.use-cases-insight .section-head,
.use-cases-guide .section-head,
.use-cases-links .section-head,
.use-cases-faq .section-head {
  padding: 60px 0 40px;
}

.use-cases-insight .section-head h2,
.use-cases-guide .section-head h2,
.use-cases-links .section-head h2,
.use-cases-faq .section-head h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 14px;
  max-width: 580px;
}

.use-cases-insight .section-head h2 .blue,
.use-cases-guide .section-head h2 .blue,
.use-cases-links .section-head h2 .blue,
.use-cases-faq .section-head h2 .blue {
  color: var(--accent);
}

.use-cases-insight .section-head p,
.use-cases-guide .section-head p,
.use-cases-links .section-head p,
.use-cases-faq .section-head p {
  font-size: 14.5px;
  color: var(--mid);
  line-height: 1.72;
  max-width: 500px;
}

/* Grid layouts */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.use-cases-grid--tight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.use-case-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.use-cases-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* ── Panel icon (insight) ── */
.panel-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--accent);
  opacity: 0.65;
  flex-shrink: 0;
}

.panel-icon svg {
  width: 100%;
  height: 100%;
}

/* ── Panel number badge (guide) ── */
.panel-num {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.75;
  margin-bottom: 12px;
}

/* ── Insight & Guide panels ── */
.use-cases-panel {
  padding: 24px 22px 22px;
  border: 1px solid #e8eaf4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.2s ease,
              box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.use-cases-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(30, 62, 205, 0) 70%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.use-cases-panel:hover {
  transform: translateY(-4px);
  border-color: #c2d0f6;
  box-shadow: 0 14px 40px rgba(30, 62, 205, 0.08), 0 2px 6px rgba(30, 62, 205, 0.04);
}

.use-cases-panel:hover::before {
  transform: scaleX(1);
}

.use-cases-panel h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.022em;
  color: var(--black);
}

.use-cases-panel h3 .blue {
  color: var(--accent);
}

.use-cases-panel p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--mid);
}

.use-cases-panel a {
  color: var(--accent);
  text-decoration: none;
}

.use-cases-panel a:hover {
  text-decoration: underline;
}

/* ── Link Cards ── */
.use-case-link-card {
  padding: 20px 20px 20px;
  border: 1px solid #e8eaf4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.2s ease,
              box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.use-case-link-card::after {
  content: '→';
  position: absolute;
  bottom: 18px; right: 20px;
  font-size: 13px;
  color: var(--accent);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.use-case-link-card:hover {
  transform: translateY(-4px);
  border-color: #c2d0f6;
  box-shadow: 0 14px 40px rgba(30, 62, 205, 0.08), 0 2px 6px rgba(30, 62, 205, 0.04);
}

.use-case-link-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.use-case-link-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--accent-light);
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.use-case-link-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.38;
  color: var(--black);
}

.use-case-link-card h3 .blue {
  color: var(--accent);
}

.use-case-link-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--mid);
}

/* ── FAQ Items ── */
.use-cases-faq-item {
  padding: 22px 22px 20px;
  border: 1px solid #e8eaf4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.2s ease,
              box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.use-cases-faq-item:hover {
  transform: translateY(-3px);
  border-color: #c2d0f6;
  box-shadow: 0 10px 32px rgba(30, 62, 205, 0.08);
}

.use-cases-faq-item h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.4;
  color: var(--black);
}

.use-cases-faq-item h3 .blue {
  color: var(--accent);
}

.use-cases-faq-item p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--mid);
}

.use-cases-faq-item a {
  color: var(--accent);
  text-decoration: none;
}

.use-cases-faq-item a:hover {
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .use-cases-grid,
  .use-case-link-grid,
  .use-cases-faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .use-cases-grid,
  .use-case-link-grid,
  .use-cases-faq-list {
    grid-template-columns: 1fr;
  }
}
