
::selection { background: #22197f !important; color: #ffffff !important; }
  ::-moz-selection { background: #22197f !important; color: #ffffff !important; }
/* ── VIRTUAL INERTIA SCROLL ── */
html { overflow-y: scroll !important; height: auto !important; scroll-behavior: auto !important; }
body { overflow: visible !important; height: auto !important; }
#lenis-wrapper {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: visible; will-change: transform;
}
#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); }

/* Canvas background */
#wave-canvas {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
}




  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy: #1a2a5e;
    --blue: #4361ee;
    --blue-light: #5b7cff;
    --text: #0f1724;
    --muted: #6b7280;
    --border: #e5e8f0;
    --bg: #ffffff;
  }

  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; }

  /* ── NAV ───────────────────────────────────────── */
  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: 68px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo img { height: 28px; width: auto; display: block; }
  .nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
  .nav-links a { font-size: 14px; font-weight: 400; color: var(--text); text-decoration: none; transition: color .2s; }
  .nav-links a:hover { color: var(--blue); }
  .nav-actions { display: flex; align-items: center; gap: 16px; }
  .btn-ghost { font-size: 14px; font-weight: 400; color: var(--text); text-decoration: none; background: none; border: none; cursor: pointer; transition: color .2s; }
  .btn-ghost:hover { color: var(--blue); }
  .btn-primary { font-size: 14px; font-weight: 600; color: #fff; background: var(--navy); border: none; cursor: pointer; padding: 10px 22px; border-radius: 8px; text-decoration: none; transition: background .2s, transform .15s; }
  .btn-primary:hover { background: var(--blue); transform: translateY(-1px); }

  /* ── HERO ───────────────────────────────────────── */
  .hero {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 68px;
    overflow: hidden;
    background: #ffffff;
  }
  .hero-inner {
    position: relative; z-index: 2;
    display: flex; flex-direction: column;
    align-items: center; justify-content: flex-start;
    padding: 0 48px;
    text-align: center;
    width: 100%;
  }
  /* CSS blob animations – slow, organic drift */
  .blob {
    position: absolute;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 0;
  }
  .blob-1 {
    width: 460px; height: 460px;
    left: -170px; top: -5%;
    filter: blur(72px);
    background: rgba(67,97,238,0.22);
    animation: wave1 55s ease-in-out infinite;
  }
  .blob-2 {
    width: 340px; height: 340px;
    left: -110px; top: 42%;
    filter: blur(68px);
    background: rgba(67,97,238,0.18);
    animation: wave2 68s ease-in-out infinite;
  }
  .blob-3 {
    width: 240px; height: 240px;
    left: 3%; top: 5%;
    filter: blur(64px);
    background: rgba(67,97,238,0.14);
    animation: wave3 45s ease-in-out infinite;
  }
  .blob-4 {
    width: 480px; height: 480px;
    right: -180px; top: -5%;
    filter: blur(72px);
    background: rgba(67,97,238,0.22);
    animation: wave4 60s ease-in-out infinite;
  }
  .blob-5 {
    width: 360px; height: 360px;
    right: -120px; top: 40%;
    filter: blur(68px);
    background: rgba(67,97,238,0.18);
    animation: wave5 75s ease-in-out infinite;
  }
  .blob-6 {
    width: 220px; height: 220px;
    right: 3%; top: 4%;
    filter: blur(64px);
    background: rgba(67,97,238,0.14);
    animation: wave6 50s ease-in-out infinite;
  }

  @keyframes wave1 {
    0%   { transform: translate(  0px,   0px); }
    20%  { transform: translate( 28px,  38px); }
    40%  { transform: translate( 48px,  18px); }
    60%  { transform: translate( 36px,  55px); }
    80%  { transform: translate( 14px,  30px); }
    100% { transform: translate(  0px,   0px); }
  }
  @keyframes wave2 {
    0%   { transform: translate(  0px,   0px); }
    20%  { transform: translate( 22px, -30px); }
    40%  { transform: translate( 46px, -14px); }
    60%  { transform: translate( 30px, -50px); }
    80%  { transform: translate( 12px, -22px); }
    100% { transform: translate(  0px,   0px); }
  }
  @keyframes wave3 {
    0%   { transform: translate(  0px,   0px); }
    25%  { transform: translate( 20px,  28px); }
    50%  { transform: translate( 38px,  12px); }
    75%  { transform: translate( 16px,  34px); }
    100% { transform: translate(  0px,   0px); }
  }
  @keyframes wave4 {
    0%   { transform: translate(   0px,   0px); }
    20%  { transform: translate( -30px,  40px); }
    40%  { transform: translate( -50px,  18px); }
    60%  { transform: translate( -38px,  58px); }
    80%  { transform: translate( -16px,  28px); }
    100% { transform: translate(   0px,   0px); }
  }
  @keyframes wave5 {
    0%   { transform: translate(   0px,   0px); }
    20%  { transform: translate( -24px, -34px); }
    40%  { transform: translate( -48px, -16px); }
    60%  { transform: translate( -32px, -52px); }
    80%  { transform: translate( -14px, -24px); }
    100% { transform: translate(   0px,   0px); }
  }
  @keyframes wave6 {
    0%   { transform: translate(   0px,   0px); }
    25%  { transform: translate( -22px,  30px); }
    50%  { transform: translate( -40px,  14px); }
    75%  { transform: translate( -18px,  36px); }
    100% { transform: translate(   0px,   0px); }
  }

  .hero-aurora {
    position: absolute; inset: 0; pointer-events: none; z-index: 1;
    background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(67,97,238,0.03) 0%, transparent 70%);
  }
  .badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--navy); color: #fff;
    font-size: 12px; font-weight: 300; letter-spacing: 0.02em;
    font-family: 'Inter', sans-serif;
    padding: 5px 14px 5px 5px; border-radius: 100px;
    margin-bottom: 40px;
  }
  .badge-check {
    width: 20px; height: 20px; flex-shrink: 0;
    background: #4895ef;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-title {
    font-weight: 600; font-size: clamp(52px, 7vw, 88px);
    line-height: 1.04; letter-spacing: -0.04em;
    color: #000; margin-bottom: 28px;
  }
  .hero-desc {
    max-width: 760px;
    font-size: clamp(14px, 1.2vw, 17px);
    font-weight: 400; color: #4b5563;
    line-height: 1.65; margin-bottom: 40px;
  }
  .hero-cta-row {
    display: flex; align-items: center; gap: 14px;
    flex-wrap: wrap; justify-content: center;
    margin-bottom: 48px;
  }
  .cta-main {
    font-size: 15px; font-weight: 600; color: #fff; background: var(--navy);
    padding: 14px 32px; border-radius: 10px;
    border: none; cursor: pointer; text-decoration: none;
    transition: background .2s, box-shadow .2s, transform .15s;
    box-shadow: 0 4px 20px rgba(26,42,94,0.22);
  }
  .cta-main:hover { background: var(--blue); box-shadow: 0 6px 28px rgba(67,97,238,0.32); transform: translateY(-2px); }
  .cta-ghost {
    font-size: 15px; font-weight: 500; color: var(--navy); background: transparent;
    padding: 13px 28px; border-radius: 10px;
    border: 1.5px solid rgba(26,42,94,0.2);
    cursor: pointer; text-decoration: none;
    transition: border-color .2s, color .2s, transform .15s;
  }
  .cta-ghost:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }

  .partner-row { display: flex; align-items: center; gap: 14px; }
  .partner-avatars { display: flex; align-items: center; }
  .partner-avatars .av {
    width: 38px; height: 38px; border-radius: 50%;
    border: 2.5px solid #fff; margin-left: -10px;
    overflow: hidden; flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
  }
  .partner-avatars .av:first-child { margin-left: 0; }
  .partner-avatars .av img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .partner-text { font-size: 14px; font-weight: 400; color: #6b7280; line-height: 1.4; }
  .partner-text strong { font-weight: 600; color: var(--blue); }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ── SECTIONS ───────────────────────────────────── */
  .section { padding: 72px 48px; }
  .section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; color: var(--blue); text-transform: uppercase; margin-bottom: 16px; text-align: center; }
  .section-title { font-weight: 600; font-size: clamp(28px, 3.5vw, 42px); letter-spacing: -0.025em; color: var(--navy); text-align: center; margin-bottom: 64px; }

  /* ── BENTO GRID ── */
  .bento-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .bento-c { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px 24px; overflow: hidden; position: relative; transition: box-shadow .22s; }
  .bento-c:hover { box-shadow: 0 6px 24px rgba(26,42,94,0.07); }
  .bento-c.dark { background: var(--navy); border-color: var(--navy); }
  .bento-c.accent { background: #eef2ff; border-color: #d6dfff; }
  .bento-c:nth-child(1) { grid-column: 1; grid-row: 1 / 3; display: flex; flex-direction: column; }
  .bento-c:nth-child(2) { grid-column: 2 / 4; grid-row: 1; }
  .bento-c:nth-child(3) { grid-column: 2; grid-row: 2; }
  .bento-c:nth-child(4) { grid-column: 3; grid-row: 2; }
  .bento-c:nth-child(5) { grid-column: 1 / 3; grid-row: 3; }
  .bento-c:nth-child(6) { grid-column: 3; grid-row: 3; }
  .bento-big-num { font-size: 54px; font-weight: 600; letter-spacing: -3px; line-height: 1; color: #fff; margin-bottom: 8px; }
  .bento-c.accent .bento-big-num { color: var(--navy); font-weight: 300; letter-spacing: -2px; font-size: 50px; }
  .bento-tag { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 0.09em; text-transform: uppercase; padding: 3px 9px; border-radius: 100px; margin-bottom: 14px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }
  .bento-h { font-size: 15px; font-weight: 500; color: var(--navy); letter-spacing: -0.01em; line-height: 1.35; margin-bottom: 7px; }
  .bento-c.dark .bento-h { color: #fff; }
  .bento-p { font-size: 13px; color: var(--muted); line-height: 1.65; font-weight: 400; }
  .bento-c.dark .bento-p { color: rgba(255,255,255,0.55); }
  .bento-icon-wrap { width: 36px; height: 36px; border-radius: 10px; background: rgba(67,97,238,0.07); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
  .bento-quote { font-size: 15px; font-style: italic; font-weight: 400; color: var(--navy); line-height: 1.6; letter-spacing: -0.01em; margin-bottom: 16px; }
  .bento-person { display: flex; align-items: center; gap: 10px; margin-top: auto; }
  .bento-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--navy)); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; color: #fff; flex-shrink: 0; }
  .bento-person-name { font-size: 13px; font-weight: 500; color: var(--navy); }
  .bento-person-role { font-size: 11.5px; color: var(--muted); }
  .bento-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(67,97,238,0.07); border: 1px solid rgba(67,97,238,0.14); border-radius: 100px; padding: 5px 12px; font-size: 11.5px; font-weight: 500; color: var(--blue); margin-top: 14px; }

  @keyframes gradMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  .bento-c.dark {
    background: linear-gradient(-45deg, #060d1f, #0a1628, #0d1f3c, #060d1f, #0f2040, #0a1628);
    background-size: 400% 400%;
    animation: gradMove 9s ease infinite;
    border-color: transparent;
  }
  @media (max-width: 900px) { .bento-grid { grid-template-columns: 1fr 1fr; } .bento-c:nth-child(1) { grid-column: 1; grid-row: auto; } .bento-c:nth-child(2) { grid-column: 1 / 3; grid-row: auto; } .bento-c:nth-child(3), .bento-c:nth-child(4) { grid-column: span 1; grid-row: auto; } .bento-c:nth-child(5) { grid-column: 1 / 3; grid-row: auto; } .bento-c:nth-child(6) { grid-column: 1 / 3; grid-row: auto; } }
  @media (max-width: 600px) { .bento-grid { grid-template-columns: 1fr; } .bento-c:nth-child(n) { grid-column: 1; grid-row: auto; } }

  .models-section { padding: 96px 48px 96px; background: #fff; }
  .models-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
  .model-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 40px 36px; transition: box-shadow .25s, transform .25s; position: relative; overflow: hidden; }
  .model-card:hover { box-shadow: 0 12px 40px rgba(26,42,94,0.1); transform: translateY(-4px); }
  .model-card.featured { border-color: var(--blue); }
  .model-card.featured::before { content: 'Beliebt'; position: absolute; top: 20px; right: 20px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 100px; }
  .model-tag { display: inline-block; font-size: 11px; font-weight: 600; color: var(--blue); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
  .model-title { font-size: 22px; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 8px; }
  .model-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 28px; }
  .model-perks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .model-perks li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text); line-height: 1.5; }
  .model-perks li::before { content: ''; flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%234361ee'/%3E%3Cpath d='M5 8l2 2 4-4' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: cover; margin-top: 1px; }

  .cta-section { padding: 64px 48px 120px; text-align: center; position: relative; overflow: hidden; }
  .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(67,97,238,0.06) 0%, transparent 70%); }
  .cta-inner { position: relative; z-index: 1; }
  .cta-section .section-title { margin-bottom: 16px; }
  .cta-sub { font-size: 15px; color: var(--muted); max-width: 480px; margin: 0 auto 40px; line-height: 1.75; }

  footer { border-top: 1px solid var(--border); padding: 32px 48px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--muted); }
  footer a { color: var(--muted); text-decoration: none; transition: color .2s; }
  footer a:hover { color: var(--blue); }
  .footer-links { display: flex; gap: 24px; }
  .footer-logo img { height: 22px; width: auto; }
  /* ── DASHBOARD SECTION ──────────────────────────── */
  .dash-section { padding: 44px 48px 52px; background: #fff; }
  .dash-intro { text-align: center; margin-bottom: 32px; }
  .dash-subtitle { font-size: 15px; color: var(--muted); max-width: 480px; margin: 0 auto; }
  .dash-shell { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

  .dash-topbar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
  .dash-topbar-logo { font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: -0.3px; }
  .dash-topbar-logo span { color: #1e3ecd; }
  .dash-topbar-title { font-size: 14px; font-weight: 600; color: var(--navy); }
  .dash-topbar-sub { font-size: 11px; color: var(--muted); }
  .dash-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: pulse-dot 2s ease-in-out infinite; }
  @keyframes pulse-dot { 0%,100%{box-shadow:0 0 0 3px rgba(34,197,94,0.15)} 50%{box-shadow:0 0 0 5px rgba(34,197,94,0.3)} }
  .dash-live-txt { font-size: 12px; font-weight: 500; color: #16a34a; }

  .dash-kpi-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .dash-kpi-card { background: #fff; padding: 18px 20px 15px; }
  .dkc-label { font-size: 11px; font-weight: 400; color: var(--muted); margin-bottom: 6px; display: flex; align-items: center; gap: 5px; }
  .dkc-val { font-size: 24px; font-weight: 600; color: var(--navy); letter-spacing: -0.04em; line-height: 1; margin-bottom: 4px; }
  .dkc-trend { font-size: 11px; font-weight: 500; margin-top: 6px; }
  .dash-intro .section-title { font-size: clamp(30px, 3.8vw, 46px); }
  .dkc-trend.up { color: #16a34a; }
  .dkc-trend.neutral { color: #1e3ecd; }
  .dash-tag-sm { font-size: 9px; font-weight: 600; padding: 1px 6px; border-radius: 100px; }
  .t-blue { background: rgba(67,97,238,0.08); color: var(--blue); }
  .t-gold { background: rgba(245,158,11,0.1); color: #d97706; }
  .t-green { background: rgba(34,197,94,0.1); color: #16a34a; }

  .dash-chart-row { display: grid; grid-template-columns: 1fr 260px; gap: 12px; }
  .dash-card2 { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
  .dc2-hdr { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
  .dc2-title { font-size: 13px; font-weight: 600; color: var(--navy); }
  .dc2-sub { font-size: 11px; color: var(--muted); white-space: nowrap; }

  .donut-wrap { display: flex; align-items: center; gap: 14px; }
  .donut-legend { display: flex; flex-direction: column; gap: 7px; flex: 1; min-width: 0; }
  .dl-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--text); white-space: nowrap; }
  .dl-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .dl-val { font-weight: 600; color: var(--navy); margin-left: 4px; font-size: 11px; white-space: nowrap; }

  .dash-bottom-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .dash-link-row2 { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #f3f4f6; gap: 8px; }
  .dash-link-row2:last-of-type { border-bottom: none; }
  .dlr-name { font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 1px; }
  .dlr-url { font-size: 10px; color: var(--muted); }
  .dash-copy2 { background: var(--navy); color: #fff; border: none; border-radius: 6px; padding: 5px 12px; font-size: 11px; font-weight: 500; cursor: pointer; white-space: nowrap; font-family: "Inter",sans-serif; flex-shrink: 0; transition: background .2s; }
  .dash-copy2:hover { background: var(--blue); }

  .dash-table2 { width: 100%; border-collapse: collapse; }
  .dash-table2 th { text-align: left; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; padding: 0 6px 8px; border-bottom: 1px solid var(--border); }
  .dash-table2 td { padding: 8px 6px; color: var(--text); border-bottom: 1px solid #f3f4f6; font-size: 13px; }
  .dash-table2 tr:last-child td { border-bottom: none; }
  .dt-prov { font-weight: 600; color: var(--navy); }
  .dt-badge { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }

  /* Animated line chart */
  .anim-line { stroke-dasharray: 800; stroke-dashoffset: 800; animation: drawLine 1.4s ease forwards; }
  @keyframes drawLine { to { stroke-dashoffset: 0; } }
  .anim-fill { opacity: 0; animation: fadeIn .8s 1s ease forwards; }
  @keyframes fadeIn { to { opacity: 1; } }
  .chart-dot { opacity: 0; animation: dotPop .3s ease forwards; }
  /* wave float animation */
  .wave-float { animation: waveFloat 4s ease-in-out infinite; transform-origin: center; }
  @keyframes waveFloat {
    0%   { transform: translateY(0px); }
    25%  { transform: translateY(-4px); }
    50%  { transform: translateY(2px); }
    75%  { transform: translateY(-3px); }
    100% { transform: translateY(0px); }
  }
  @keyframes dotPop { to { opacity: 1; } }

  /* ── HERO LOAD ANIMATIONS ─────────────────────── */
  .hero-badge-anim  { animation: fadeUp 0.65s 0.10s ease both; }
  .hero-title-anim  { animation: fadeUp 0.65s 0.25s ease both; }
  .hero-desc-anim   { animation: fadeUp 0.65s 0.40s ease both; }
  .hero-cta-anim    { animation: fadeUp 0.65s 0.55s ease both; }
  .hero-partner-anim{ animation: fadeUp 0.65s 0.70s ease both; }

  /* ── SCROLL REVEAL ────────────────────────────── */
  [data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.65s cubic-bezier(.22,.68,0,1.2), transform 0.65s cubic-bezier(.22,.68,0,1.2);
  }
  .bento-c[data-reveal], .bento-c[data-reveal="scale"] {
    transition: opacity 0.85s cubic-bezier(.22,.68,0,1.1), transform 0.85s cubic-bezier(.22,.68,0,1.1), box-shadow .22s;
  }
  [data-reveal].visible {
    opacity: 1;
    transform: none;
  }
  [data-reveal="scale"] {
    opacity: 0;
    transform: scale(0.96) translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  [data-reveal="scale"].visible {
    opacity: 1;
    transform: none;
  }
  [data-reveal="left"] {
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  [data-reveal="right"] {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  [data-reveal="left"].visible,
  [data-reveal="right"].visible {
    opacity: 1;
    transform: none;
  }




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

/* ═══ NAV ═══ */
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 { display:flex !important; 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: 1024px) {
    nav { padding: 0 24px; }
  }
  @media (max-width: 768px) {
    nav { padding: 0 20px; height: 56px; }
    .nav-logo img { height: 20px; }
    .nav-links, .nav-right { display: none; }
    .nav-hamburger { display: flex; }
    .mobile-menu { top: 56px; }

    /* ── PARTNER DASHBOARD – mobile stack ── */
    .dash-section { padding: 36px 16px 44px; }
    .dash-kpi-row { grid-template-columns: 1fr 1fr !important; }
    .dash-chart-row { grid-template-columns: 1fr !important; }
    .dash-bottom-row { grid-template-columns: 1fr !important; }
    .dash-card2 { overflow-x: auto; }
    .dash-table2 { min-width: 420px; }

    /* ── PARTNERMODELLE – mobile stack ── */
    .models-section { padding: 56px 16px 56px; }
    .models-grid { grid-template-columns: 1fr !important; }
    .model-card { padding: 32px 24px; }

    /* ── HERO TEXT – even 3-line wrap, centered ── */
    .hero-desc {
      max-width: 86vw !important;
      font-size: 15px !important;
      text-align: center !important;
      text-wrap: balance;
    }
    .hero-desc br { display: none !important; }

    /* ── BLOBS – smaller + white veil to avoid covering full screen ── */
    .blob-1 { width: 200px !important; height: 200px !important; }
    .blob-2 { width: 160px !important; height: 160px !important; }
    .blob-3 { width: 110px !important; height: 110px !important; }
    .blob-4 { width: 220px !important; height: 220px !important; }
    .blob-5 { width: 170px !important; height: 170px !important; }
    .blob-6 { width: 100px !important; height: 100px !important; }
    .hero-inner { z-index: 2 !important; }
  }



/* ══ 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;
  }

  .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; }
  }

