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

  body { background: #F1F5F9; font-family: system-ui, sans-serif; color: #1e293b; min-height: 100vh; }
  .app-header { position: sticky; top: 0; z-index: 100; }

  /* ── Hero ─────────────────────────────────────────────── */
  .hero {
    background: linear-gradient(135deg, #1F4E79 0%, #2E86C1 60%, #1F4E79 100%);
    color: #fff;
    padding: 56px 24px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px; padding: 6px 16px; font-size: 13px; font-weight: 700;
    letter-spacing: .5px; margin-bottom: 20px; position: relative;
  }
  .badge-dot {
    width: 8px; height: 8px; background: #4ADE80; border-radius: 50%;
    animation: pulse-dot 2s infinite;
  }
  @keyframes pulse-dot {
    0%,100% { opacity: 1; transform: scale(1); }
    50%      { opacity: .6; transform: scale(1.3); }
  }
  .hero h1 { font-size: 32px; font-weight: 800; margin-bottom: 12px; position: relative; }
  .hero h1 span { color: #93C5FD; }
  .hero p { font-size: 16px; opacity: .9; max-width: 720px; margin: 0 auto 28px; position: relative; line-height: 1.6; }
  .hero-actions {
    position: relative; display: flex; justify-content: center; flex-wrap: wrap;
    gap: 10px;
  }

  /* ── Cards ─────────────────────────────────────────────── */
  .wrap { max-width: 860px; margin: 0 auto; padding: 0 16px 60px; }

  .beta-note {
    background: #fff; border: 1px solid #cbd5e1; border-left: 4px solid #1F4E79;
    border-radius: 10px; padding: 16px 18px; margin-top: 24px;
    color: #334155; font-size: 14px; line-height: 1.6;
  }
  .beta-note strong { color: #1e293b; }

  .section-title {
    font-size: 13px; font-weight: 700; color: #64748b;
    text-transform: uppercase; letter-spacing: .8px;
    margin: 36px 0 14px; display: flex; align-items: center; gap: 8px;
  }
  .section-title::after {
    content: ''; flex: 1; height: 1px; background: #e2e8f0;
  }

  .card {
    background: #fff; border-radius: 14px;
    border: 1px solid #e2e8f0; overflow: hidden;
    margin-bottom: 14px;
  }

  /* Status cards */
  .status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media(max-width:540px) { .status-grid { grid-template-columns: 1fr; } }

  .status-card {
    background: #fff; border-radius: 12px; border: 1px solid #e2e8f0;
    padding: 18px; display: flex; align-items: flex-start; gap: 14px;
  }
  .status-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
  .status-title { font-weight: 700; font-size: 14px; margin-bottom: 3px; }
  .status-desc { font-size: 12px; color: #64748b; line-height: 1.5; }
  .status-chip {
    display: inline-block; padding: 2px 8px; border-radius: 8px;
    font-size: 10px; font-weight: 700; margin-top: 6px;
    text-transform: uppercase; letter-spacing: .5px;
  }
  .chip-ok      { background: #DCFCE7; color: #15803D; }
  .chip-partial { background: #FEF9C3; color: #A16207; }
  .chip-todo    { background: #F1F5F9; color: #64748B; }
  .chip-new     { background: #EFF6FF; color: #1D4ED8; }

  .timeline-card {
    background: #fff; border-radius: 14px; border: 1px solid #e2e8f0;
    padding: 18px 20px;
  }
  .timeline-item {
    display: grid; grid-template-columns: 96px 1fr; gap: 16px;
    padding: 14px 0; border-bottom: 1px solid #f1f5f9;
  }
  .timeline-item:first-child { padding-top: 0; }
  .timeline-item:last-child { border-bottom: none; padding-bottom: 0; }
  .timeline-date {
    color: #1F4E79; font-size: 12px; font-weight: 800; text-transform: uppercase;
  }
  .timeline-item strong { display: block; color: #1e293b; font-size: 14px; margin-bottom: 4px; }
  .timeline-item p { color: #64748b; font-size: 13px; line-height: 1.55; }

  .known-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .known-card {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
    padding: 16px; min-height: 160px;
  }
  .known-card h3 { font-size: 15px; margin: 10px 0 6px; color: #1e293b; }
  .known-card p { font-size: 13px; color: #64748b; line-height: 1.55; }
  .known-tag {
    display: inline-block; border-radius: 999px; padding: 3px 9px;
    font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px;
  }
  .known-tag.high { background: #FEF2F2; color: #B91C1C; }
  .known-tag.medium { background: #FFFBEB; color: #A16207; }
  @media(max-width:760px) { .known-grid { grid-template-columns: 1fr; } }
  @media(max-width:540px) {
    .timeline-item { grid-template-columns: 1fr; gap: 4px; }
  }

  /* What's changing box */
  .roadmap-card {
    background: #fff; border-radius: 14px; border: 1px solid #e2e8f0;
    padding: 24px;
  }
  .roadmap-phase { margin-bottom: 20px; }
  .roadmap-phase:last-child { margin-bottom: 0; }
  .phase-label {
    font-size: 12px; font-weight: 700; color: #fff;
    padding: 3px 10px; border-radius: 8px; display: inline-block; margin-bottom: 10px;
  }
  .p1 { background: #1F4E79; }
  .p2 { background: #2E86C1; }
  .p3 { background: #64748B; }
  .roadmap-items { list-style: none; padding: 0; }
  .roadmap-items li {
    font-size: 13px; color: #374151; padding: 5px 0 5px 20px;
    border-bottom: 1px solid #f8fafc; position: relative;
  }
  .roadmap-items li:last-child { border-bottom: none; }
  .roadmap-items li::before {
    content: '→'; position: absolute; left: 0; color: #93C5FD; font-weight: 700;
  }

  /* ── Formular feedback ─────────────────────────────────── */
  .form-card { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; overflow: hidden; }
  .form-header {
    background: linear-gradient(135deg, #1F4E79, #2E86C1);
    padding: 24px; color: #fff;
  }
  .form-header h2 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
  .form-header p  { font-size: 13px; opacity: .85; }
  .form-body { padding: 24px; }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
  @media(max-width:540px) { .form-row { grid-template-columns: 1fr; } }

  .f-group { margin-bottom: 14px; }
  .f-group label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 5px; }
  .f-group input, .f-group select, .f-group textarea {
    width: 100%; padding: 10px 14px; border: 1.5px solid #e2e8f0;
    border-radius: 9px; font-size: 14px; font-family: inherit;
    background: #F8FAFC; color: #1e293b;
    transition: border-color .15s;
  }
  .f-group input:focus, .f-group select:focus, .f-group textarea:focus {
    outline: none; border-color: #2E86C1; background: #fff;
  }
  .f-group textarea { resize: vertical; min-height: 120px; }
  .f-group select { cursor: pointer; }

  /* Honeypot - invizibil */
  .hp-field { position: absolute; left: -9999px; top: -9999px; opacity: 0; pointer-events: none; }

  .form-note {
    font-size: 11px; color: #94a3b8; margin-bottom: 16px;
    padding: 10px 14px; background: #F8FAFC; border-radius: 8px;
    border: 1px solid #e2e8f0;
  }

  .btn-send {
    width: 100%; padding: 14px; background: linear-gradient(135deg, #1F4E79, #2E86C1);
    color: #fff; border: none; border-radius: 10px; font-size: 15px;
    font-weight: 700; cursor: pointer; transition: opacity .2s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .btn-send:hover:not(:disabled) { opacity: .9; }
  .btn-send:disabled { opacity: .6; cursor: not-allowed; }

  .form-success {
    display: none; text-align: center; padding: 32px 24px;
    color: #15803D;
  }
  .form-success .s-icon { font-size: 56px; margin-bottom: 12px; }
  .form-success h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
  .form-success p  { font-size: 14px; color: #64748b; }

  .form-error {
    display: none; padding: 12px 16px; background: #FEE2E2;
    border: 1px solid #FCA5A5; border-radius: 9px; color: #DC2626;
    font-size: 13px; margin-bottom: 14px;
  }

  /* ── Footer ─────────────────────────────────────────────── */
  .page-footer {
    text-align: center; padding: 24px 16px;
    font-size: 12px; color: #94a3b8;
    border-top: 1px solid #e2e8f0; margin-top: 20px;
  }
  .page-footer a { color: #2E86C1; text-decoration: none; }
  .page-footer a:hover { text-decoration: underline; }

  .back-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
    color: #fff; padding: 8px 18px; border-radius: 20px; font-size: 13px;
    font-weight: 600; text-decoration: none; transition: background .2s;
    position: relative;
  }
  .back-btn:hover { background: rgba(255,255,255,.25); }
  .back-btn.secondary { background: rgba(255,255,255,.08); }
