/* styles-v6.css — Vraimony repositioning (2026-04-25)
   Vendor Evidence Pack lead positioning + Dispute Pack secondary
   - Sample proof pack visual
   - Testimonials block
   - Mobile menu polish
   - Pricing tiers refresh
   New rules only — does not alter existing v3/v4/v5.
*/

/* ── HERO REPOSITIONED ───────────────────────────── */
.v6-hero {
  padding: 32px 28px;
  background:
    radial-gradient(900px 380px at 14% -10%, rgba(95,140,255,0.10), transparent 60%),
    radial-gradient(700px 320px at 96% 110%, rgba(40,180,150,0.08), transparent 60%),
    linear-gradient(180deg, #ffffff, #f7f9fd);
  border: 1px solid rgba(15,29,52,0.08);
  border-radius: 18px;
}
.v6-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 920px) {
  .v6-hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .v6-hero { padding: 22px 18px; }
}
.v6-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(95,140,255,0.10);
  color: #2a4a90;
  border: 1px solid rgba(95,140,255,0.22);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.v6-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #3c64b4;
  box-shadow: 0 0 0 3px rgba(60,100,180,0.18);
}
.v6-headline {
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  line-height: 1.18;
  font-weight: 800;
  margin: 14px 0 10px;
  letter-spacing: -0.01em;
}
.v6-headline em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 60%, rgba(244,193,93,0.45) 60%);
  padding: 0 2px;
}
.v6-sub {
  font-size: 1.06rem;
  line-height: 1.55;
  color: #2c3a52;
  max-width: 56ch;
  margin: 0 0 22px;
}
.v6-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.v6-honesty-line {
  margin-top: 16px;
  font-size: 0.82rem;
  color: #5b6a82;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
.v6-trust-pills {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 12px;
}
.v6-trust-pills .pill {
  font-size: 0.74rem;
  padding: 4px 9px;
}

/* ── SAMPLE PROOF PACK VISUAL ────────────────────── */
.v6-sample-pack {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(15,29,52,0.10);
  box-shadow: 0 18px 40px -22px rgba(15,29,52,0.20);
  position: relative;
}
.v6-sample-header {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(15,29,52,0.09);
  margin-bottom: 12px;
}
.v6-sample-title {
  font-weight: 700; color: #1a2540; font-size: 0.95rem;
}
.v6-sample-status {
  font-size: 0.72rem;
  color: #18a870;
  background: rgba(24,168,112,0.10);
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(24,168,112,0.24);
  font-weight: 600;
}
.v6-sample-rows { display: flex; flex-direction: column; gap: 9px; }
.v6-sample-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px;
  background: #f6f9fd;
  border-radius: 9px;
  font-size: 0.85rem;
}
.v6-sample-row.declared { background: #fff8e6; }
.v6-sample-row .v6-sr-icon {
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
}
.v6-sample-row.pass .v6-sr-icon { background: #d8f0e3; color: #18a870; }
.v6-sample-row.declared .v6-sr-icon { background: #ffe5b3; color: #b87800; }
.v6-sample-label { flex: 1; color: #1a2540; font-weight: 500; }
.v6-sample-tag {
  font-size: 0.72rem;
  padding: 2px 7px;
  border-radius: 6px;
  font-weight: 600;
}
.v6-sample-row.pass .v6-sample-tag { color: #18a870; background: rgba(24,168,112,0.10); }
.v6-sample-row.declared .v6-sample-tag { color: #b87800; background: rgba(184,120,0,0.10); }
.v6-sample-footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(15,29,52,0.09);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.78rem;
  color: #5b6a82;
}
.v6-sample-fp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  color: #1a2540;
  background: #eef3fa;
  padding: 3px 8px;
  border-radius: 6px;
}
.v6-sample-note {
  text-align: center;
  font-size: 0.78rem;
  color: #5b6a82;
  margin-top: 10px;
  font-style: italic;
}

/* ── TWO-FLOW SECTION ────────────────────────────── */
.v6-flows-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 16px;
}
@media (max-width: 800px) {
  .v6-flows-grid { grid-template-columns: 1fr; }
}
.v6-flow-card {
  padding: 22px 20px;
  border: 1px solid rgba(15,29,52,0.10);
  border-radius: 14px;
  background: #ffffff;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.v6-flow-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -22px rgba(15,29,52,0.22);
  border-color: rgba(95,140,255,0.30);
}
.v6-flow-card.primary {
  border-color: rgba(95,140,255,0.40);
  background: linear-gradient(180deg, #ffffff, #f7f9fd);
}
.v6-flow-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.v6-flow-badge.primary {
  background: rgba(60,100,180,0.10);
  color: #2a4a90;
  border: 1px solid rgba(60,100,180,0.22);
}
.v6-flow-badge.secondary {
  background: rgba(40,180,150,0.10);
  color: #0e6e58;
  border: 1px solid rgba(40,180,150,0.24);
}
.v6-flow-card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  color: #1a2540;
}
.v6-flow-card p.v6-flow-desc {
  color: #5b6a82;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 12px;
}
.v6-flow-bullets {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
  margin: 0 0 16px;
}
.v6-flow-bullets li {
  font-size: 0.85rem;
  color: #2c3a52;
  padding-left: 18px;
  position: relative;
}
.v6-flow-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #3c64b4;
}

/* ── PRICING TIERS REFRESH ───────────────────────── */
.v6-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
@media (max-width: 1100px) {
  .v6-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .v6-pricing-grid { grid-template-columns: 1fr; }
}
.v6-tier {
  background: #ffffff;
  border: 1px solid rgba(15,29,52,0.10);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex; flex-direction: column;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  position: relative;
}
.v6-tier:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -22px rgba(15,29,52,0.22);
}
.v6-tier.featured {
  border-color: rgba(60,100,180,0.40);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}
.v6-tier.lead {
  border-color: rgba(40,180,150,0.40);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
}
.v6-tier-badge {
  position: absolute;
  top: -10px; left: 14px;
  background: #2a4a90; color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.v6-tier.lead .v6-tier-badge { background: #0e6e58; }
.v6-tier-name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #5b6a82;
  margin-bottom: 6px;
}
.v6-tier-h {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2540;
  margin: 0 0 10px;
  line-height: 1.3;
}
.v6-tier-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a2540;
  margin-bottom: 4px;
  line-height: 1.1;
}
.v6-tier-price .small {
  font-size: 0.78rem;
  font-weight: 500;
  color: #5b6a82;
  margin-left: 4px;
}
.v6-tier-target {
  font-size: 0.78rem;
  color: #5b6a82;
  margin-bottom: 14px;
  min-height: 32px;
}
.v6-tier-list {
  list-style: none; padding: 0; margin: 0 0 18px;
  display: flex; flex-direction: column; gap: 7px;
  flex: 1;
}
.v6-tier-list li {
  font-size: 0.82rem;
  color: #2c3a52;
  padding-left: 18px;
  position: relative;
  line-height: 1.45;
}
.v6-tier-list li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  color: #18a870;
  font-weight: 700;
}
.v6-tier .btn {
  width: 100%;
  text-align: center;
  font-size: 0.88rem;
}

/* ── TESTIMONIALS ────────────────────────────────── */
.v6-testimonials {
  margin-top: 32px;
  padding: 32px 24px;
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
  border: 1px solid rgba(15,29,52,0.08);
  border-radius: 18px;
}
.v6-testimonials-header {
  text-align: center;
  margin-bottom: 24px;
}
.v6-testimonials-header h2 {
  margin: 6px 0 4px;
  font-size: 1.5rem;
  color: #1a2540;
}
.v6-testimonials-header p {
  color: #5b6a82;
  font-size: 0.92rem;
  margin: 0;
}
.v6-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 900px) {
  .v6-testimonials-grid { grid-template-columns: 1fr; }
}
.v6-testimonial {
  background: #ffffff;
  border: 1px solid rgba(15,29,52,0.08);
  border-radius: 14px;
  padding: 20px;
  display: flex; flex-direction: column;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.v6-testimonial:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -22px rgba(15,29,52,0.18);
  border-color: rgba(95,140,255,0.22);
}
.v6-testimonial-quote {
  font-size: 0.96rem;
  line-height: 1.6;
  color: #2c3a52;
  margin: 0 0 16px;
  position: relative;
  flex: 1;
}
.v6-testimonial-quote::before {
  content: '\201C';
  font-size: 2.2rem;
  font-family: Georgia, serif;
  color: rgba(95,140,255,0.30);
  line-height: 1; position: absolute;
  left: -4px; top: -10px;
}
.v6-testimonial-quote::after {
  content: '\201D';
  font-size: 2.2rem;
  font-family: Georgia, serif;
  color: rgba(95,140,255,0.30);
  line-height: 0;
  vertical-align: -0.2em;
  margin-left: 2px;
}
.v6-testimonial-author {
  display: flex; align-items: center; gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed rgba(15,29,52,0.08);
}
.v6-testimonial-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5f8cff, #2a4a90);
  color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.92rem;
}
.v6-testimonial-name {
  font-weight: 700;
  color: #1a2540;
  font-size: 0.92rem;
}

/* ── MOBILE MENU POLISH ──────────────────────────── */
@media (max-width: 920px) {
  /* Topbar improvements */
  .topbar {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,0.96);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid rgba(15,29,52,0.08);
  }

  /* Mobile nav: full screen drawer from the right */
  .topbar.nav-open .nav {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(86vw, 340px);
    background: #ffffff;
    box-shadow: -16px 0 48px -16px rgba(15,29,52,0.30);
    padding: 80px 22px 28px;
    overflow-y: auto;
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    transform: translateX(0);
    animation: v6-drawer-in 0.24s ease-out;
  }
  @keyframes v6-drawer-in {
    from { transform: translateX(100%); }
    to   { transform: translateX(0); }
  }

  /* Mobile nav links — bigger tap targets */
  .topbar.nav-open .nav > a,
  .topbar.nav-open .nav .nav-main-link {
    padding: 13px 14px;
    font-size: 0.98rem;
    font-weight: 500;
    border-radius: 10px;
    color: #1a2540;
    transition: background 0.12s ease;
  }
  .topbar.nav-open .nav > a:hover,
  .topbar.nav-open .nav .nav-main-link:hover {
    background: rgba(95,140,255,0.08);
  }
  .topbar.nav-open .nav > a.active,
  .topbar.nav-open .nav .nav-item.active .nav-main-link {
    background: rgba(95,140,255,0.12);
    color: #2a4a90;
    font-weight: 600;
  }

  /* Mobile submenu items: indented + smaller */
  .topbar.nav-open .nav-submenu {
    padding-left: 14px;
    border-left: 2px solid rgba(95,140,255,0.18);
    margin: 4px 0 8px 14px;
  }
  .topbar.nav-open .nav-submenu a {
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #5b6a82;
    border-radius: 8px;
  }
  .topbar.nav-open .nav-submenu a:hover {
    background: rgba(95,140,255,0.06);
    color: #1a2540;
  }

  /* CTA inside drawer */
  .topbar.nav-open .nav-cta-btn {
    margin-top: 14px;
    padding: 13px 18px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  /* Hamburger button refresh */
  .nav-toggle {
    display: inline-flex !important;
    align-items: center; gap: 7px;
    padding: 9px 14px;
    border: 1px solid rgba(15,29,52,0.12);
    background: #ffffff;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a2540;
    cursor: pointer;
    z-index: 102;
    position: relative;
  }
  .topbar.nav-open .nav-toggle {
    position: fixed;
    top: 14px; right: 14px;
    background: #ffffff;
    box-shadow: 0 4px 12px -4px rgba(15,29,52,0.18);
  }
  .nav-toggle:hover {
    background: #f6f9fd;
    border-color: rgba(95,140,255,0.30);
  }
  .nav-toggle-icon {
    font-size: 1.1rem;
    line-height: 1;
  }

  /* Backdrop */
  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15,29,52,0.45);
    z-index: 99;
  }
  .topbar.nav-open .nav-backdrop {
    display: block;
    animation: v6-backdrop-in 0.2s ease-out;
  }
  @keyframes v6-backdrop-in {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  /* Hide mobile-hidden class */
  .nav-mobile-hidden { display: none !important; }

  /* Body scroll lock */
  html.nav-lock, body.nav-lock {
    overflow: hidden;
  }
}

/* Hide hamburger on desktop */
@media (min-width: 921px) {
  .nav-toggle { display: none !important; }
  .nav-backdrop { display: none !important; }
}

/* ── BRAND LINK COVERAGE GRID ────────────────────── */
.v6-coverage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
@media (max-width: 1000px) {
  .v6-coverage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .v6-coverage-grid { grid-template-columns: 1fr; }
}
.v6-cov-card {
  background: #ffffff;
  border: 1px solid rgba(15,29,52,0.10);
  border-radius: 12px;
  padding: 16px 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  display: flex; flex-direction: column;
}
.v6-cov-card:hover {
  transform: translateY(-2px);
  border-color: rgba(95,140,255,0.30);
  box-shadow: 0 12px 28px -18px rgba(15,29,52,0.22);
  color: inherit;
}
.v6-cov-logo {
  height: 28px; margin-bottom: 10px;
  display: flex; align-items: center;
}
.v6-cov-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1a2540;
  margin-bottom: 4px;
}
.v6-cov-desc {
  font-size: 0.78rem;
  color: #5b6a82;
  margin-bottom: 10px;
  line-height: 1.45;
  flex: 1;
}
.v6-cov-link {
  font-size: 0.82rem;
  color: #2a4a90;
  font-weight: 600;
}
