/* ============================================
   SALUVEXIS — STYLES v2 (BETA HOME)
   Estos estilos son adicionales al CSS actual.
   Solo aplican a las páginas marcadas con clase .v2
   No interfieren con el sitio en producción.
   ============================================ */

.v2 {
  --sx-primary: #0D3FB5;
  --sx-primary-dark: #0A2F8A;
  --sx-cyan: #1FA9E8;
  --sx-cyan-light: #4FBDF0;
  --sx-blue-soft: #E8F2FE;
  --sx-blue-tint: #F5F9FF;
  --sx-white: #FFFFFF;
  --sx-gray-50: #F8FAFC;
  --sx-gray-100: #F1F5F9;
  --sx-gray-200: #E2E8F0;
  --sx-gray-500: #64748B;
  --sx-gray-700: #334155;
  --sx-gray-900: #0F172A;
  --sx-ink: #0F172A;
  --sx-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  font-family: var(--sx-font);
  color: var(--sx-ink);
  background: var(--sx-white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.v2 *, .v2 *::before, .v2 *::after { box-sizing: border-box; }
.v2 html { scroll-behavior: smooth; }
.v2 .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* HEADER v2 */
.v2 .site-header-v2 {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sx-gray-100);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.v2 .nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.v2 .v2-logo { display: inline-flex; align-items: center; gap: 0; font-weight: 800; font-size: 26px; text-decoration: none; letter-spacing: -0.02em; line-height: 1; }
.v2 .v2-logo img { height: 40px; width: auto; }
.v2 .v2-logo .salu { color: var(--sx-primary); }
.v2 .v2-logo .vexis { color: var(--sx-cyan); }
.v2 .v2-nav-menu { display: flex; list-style: none; gap: 36px; margin: 0; padding: 0; }
.v2 .v2-nav-menu a { color: var(--sx-gray-700); text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.2s; position: relative; padding: 6px 0; }
.v2 .v2-nav-menu a:hover, .v2 .v2-nav-menu a.active { color: var(--sx-primary); }
.v2 .v2-nav-menu a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--sx-cyan); transition: width 0.25s; }
.v2 .v2-nav-menu a:hover::after, .v2 .v2-nav-menu a.active::after { width: 100%; }
.v2 .v2-nav-menu li.has-dropdown { position: relative; }
.v2 .v2-nav-menu li.has-dropdown > a .dd-caret { display: inline-block; margin-left: 4px; font-size: 10px; transition: transform 0.2s; opacity: 0.7; }
.v2 .v2-nav-menu li.has-dropdown:hover > a .dd-caret { transform: rotate(180deg); }
.v2 .nav-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border: 1px solid var(--sx-gray-200); border-radius: 12px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08); padding: 10px; min-width: 320px; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s, visibility 0.2s; z-index: 100; display: flex; flex-direction: column; gap: 2px; }
.v2 .v2-nav-menu li.has-dropdown::before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 16px; }
.v2 .v2-nav-menu li.has-dropdown:hover .nav-dropdown, .v2 .v2-nav-menu li.has-dropdown:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(6px); }
.v2 .nav-dropdown a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--sx-gray-700); white-space: nowrap; }
.v2 .nav-dropdown a:hover { background: var(--sx-blue-soft); color: var(--sx-primary); }
.v2 .nav-dropdown a::after { display: none !important; }
.v2 .nav-dropdown.nav-dropdown-wide { min-width: 720px; flex-direction: row; gap: 8px; padding: 18px; }
.v2 .nav-dropdown.nav-dropdown-wide .nav-dd-col { display: flex; flex-direction: column; gap: 2px; min-width: 220px; }
.v2 .nav-dropdown.nav-dropdown-wide .nav-dd-title { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--sx-gray-500); padding: 6px 14px 8px; border-bottom: 1px solid var(--sx-gray-100); margin-bottom: 4px; }
.v2 .nav-right { display: flex; align-items: center; gap: 20px; }
.v2 .v2-lang-pill { display: flex; gap: 2px; font-size: 13px; font-weight: 600; background: var(--sx-blue-soft); border-radius: 6px; padding: 4px; }
.v2 .v2-lang-pill a { text-decoration: none; color: var(--sx-gray-500); padding: 4px 10px; border-radius: 4px; transition: all 0.2s; }
.v2 .v2-lang-pill a.active { background: var(--sx-white); color: var(--sx-primary); box-shadow: 0 1px 3px rgba(13, 63, 181, 0.1); }
.v2 .btn-cta-v2 { background: var(--sx-primary); color: white !important; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.v2 .btn-cta-v2:hover { background: var(--sx-primary-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(13, 63, 181, 0.25); }

/* BETA BANNER */
.beta-banner {
  background: linear-gradient(90deg, #FEF3C7 0%, #FDE68A 100%);
  color: #78350F;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #FCD34D;
}
.beta-banner a { color: #78350F; text-decoration: underline; font-weight: 700; }
.beta-banner strong { color: #92400E; }

/* HERO v2 */
.v2 .v2-hero { padding: 64px 0 96px; background: linear-gradient(180deg, var(--sx-blue-tint) 0%, var(--sx-white) 100%); position: relative; overflow: hidden; }
.v2 .v2-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(31, 169, 232, 0.08) 0%, transparent 70%); pointer-events: none; }
.v2 .v2-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; position: relative; }
.v2 .v2-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; background: var(--sx-blue-soft); color: var(--sx-primary); border-radius: 100px; font-size: 13px; font-weight: 600; margin-bottom: 28px; }
.v2 .v2-hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sx-cyan); animation: v2-pulse 2s infinite; }
@keyframes v2-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.85); } }
.v2 .v2-hero h1 { font-size: clamp(40px, 5vw, 60px); line-height: 1.08; font-weight: 700; letter-spacing: -0.025em; color: var(--sx-ink); margin: 0 0 24px; }
.v2 .v2-hero h1 .accent { color: var(--sx-primary); position: relative; display: inline-block; }
.v2 .v2-hero h1 .accent::after { content: ''; position: absolute; bottom: 4px; left: 0; width: 100%; height: 8px; background: var(--sx-cyan); opacity: 0.25; z-index: -1; border-radius: 4px; }
.v2 .v2-hero-tagline { font-size: 14px; font-weight: 600; color: var(--sx-cyan); text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 24px; }
.v2 .v2-hero-lead { font-size: 19px; line-height: 1.6; color: var(--sx-gray-700); max-width: 560px; margin: 0 0 36px; }
.v2 .v2-hero-actions { display: flex; gap: 16px; align-items: center; margin-bottom: 40px; flex-wrap: wrap; }
.v2 .btn-primary-v2 { background: var(--sx-primary); color: white !important; padding: 16px 32px; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.25s; box-shadow: 0 4px 14px rgba(13, 63, 181, 0.25); }
.v2 .btn-primary-v2:hover { background: var(--sx-primary-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(13, 63, 181, 0.35); }
.v2 .btn-secondary-v2 { background: white; color: var(--sx-primary) !important; padding: 16px 28px; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; border: 2px solid var(--sx-gray-200); transition: all 0.2s; }
.v2 .btn-secondary-v2:hover { border-color: var(--sx-primary); background: var(--sx-blue-soft); }

.v2 .hero-trust { display: flex; gap: 32px; padding-top: 32px; border-top: 1px solid var(--sx-gray-200); flex-wrap: wrap; }
.v2 .trust-item { display: flex; align-items: center; gap: 10px; }
.v2 .trust-icon { width: 36px; height: 36px; background: var(--sx-blue-soft); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--sx-primary); flex-shrink: 0; }
.v2 .trust-icon svg { width: 20px; height: 20px; }
.v2 .trust-text { font-size: 13px; font-weight: 600; color: var(--sx-gray-700); line-height: 1.3; }

.v2 .hero-visual { position: relative; }
.v2 .hero-image { position: relative; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(13, 63, 181, 0.18); }
.v2 .hero-image img, .v2 .hero-image video { width: 100%; height: 100%; object-fit: cover; display: block; }
.v2 .float-card { position: absolute; background: white; border-radius: 12px; padding: 16px 20px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12); display: flex; align-items: center; gap: 12px; }
.v2 .float-card-1 { top: 32px; left: -32px; animation: v2-float 3s ease-in-out infinite; }
.v2 .float-card-2 { bottom: 80px; right: -32px; animation: v2-float 3s ease-in-out infinite 1.5s; }
@keyframes v2-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.v2 .float-card-icon { width: 40px; height: 40px; background: var(--sx-blue-soft); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--sx-primary); flex-shrink: 0; }
.v2 .float-card-icon svg { width: 22px; height: 22px; }
.v2 .float-card-title { font-size: 13px; font-weight: 700; color: var(--sx-ink); margin: 0; }
.v2 .float-card-sub { font-size: 11px; color: var(--sx-gray-500); margin-top: 2px; }
.v2 .badge-stat { position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); background: var(--sx-primary); color: white; padding: 20px 28px; border-radius: 12px; text-align: center; box-shadow: 0 16px 40px rgba(13, 63, 181, 0.3); min-width: 200px; }
.v2 .badge-stat-num { font-size: 36px; font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.v2 .badge-stat-label { font-size: 11px; margin-top: 6px; opacity: 0.9; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; }

/* TRUST BAR */
.v2 .trust-bar { background: white; padding: 56px 0 40px; border-bottom: 1px solid var(--sx-gray-100); }
.v2 .trust-bar-title { text-align: center; color: var(--sx-gray-500); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 32px; }
.v2 .standards-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px; align-items: center; justify-items: center; }
.v2 .standard-badge { font-weight: 800; font-size: 22px; color: var(--sx-gray-500); letter-spacing: -0.01em; transition: color 0.2s; }
.v2 .standard-badge:hover { color: var(--sx-primary); }

/* STATS */
.v2 .stats { background: linear-gradient(135deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%); color: white; padding: 64px 0; position: relative; overflow: hidden; }
.v2 .stats::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: radial-gradient(circle at top right, rgba(31, 169, 232, 0.2) 0%, transparent 50%); }
.v2 .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; position: relative; }
.v2 .stat { text-align: center; }
.v2 .stat-num { font-size: 56px; font-weight: 800; line-height: 1; color: white; letter-spacing: -0.03em; margin-bottom: 12px; }
.v2 .stat-num .plus { color: var(--sx-cyan-light); }
.v2 .stat-label { font-size: 14px; color: rgba(255, 255, 255, 0.85); line-height: 1.4; font-weight: 500; }

/* PILLARS */
.v2 .pillars { padding: 120px 0; background: var(--sx-white); }
.v2 .section-header { text-align: center; max-width: 760px; margin: 0 auto 72px; }
.v2 .section-eyebrow { display: inline-block; padding: 6px 16px; background: var(--sx-blue-soft); color: var(--sx-primary); border-radius: 100px; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; }
.v2 .section-title { font-size: clamp(34px, 4vw, 48px); line-height: 1.12; font-weight: 700; color: var(--sx-ink); letter-spacing: -0.025em; margin: 0 0 20px; }
.v2 .section-title .highlight { color: var(--sx-primary); }
.v2 .section-lead { font-size: 18px; line-height: 1.6; color: var(--sx-gray-500); margin: 0; }
.v2 .pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.v2 .pillar { background: white; border-radius: 16px; overflow: hidden; border: 1px solid var(--sx-gray-100); transition: all 0.3s; display: flex; flex-direction: column; text-decoration: none; }
.v2 .pillar:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(13, 63, 181, 0.15); border-color: var(--sx-cyan-light); }
.v2 .pillar-image { height: 220px; overflow: hidden; position: relative; background: var(--sx-blue-soft); }
.v2 .pillar-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.v2 .pillar:hover .pillar-image img { transform: scale(1.06); }
.v2 .pillar-badge { position: absolute; top: 16px; left: 16px; background: white; padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 700; color: var(--sx-primary); letter-spacing: 0.05em; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.v2 .pillar-body { padding: 32px 28px; flex: 1; display: flex; flex-direction: column; }
.v2 .pillar-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--sx-primary), var(--sx-cyan)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; margin: -56px 0 20px; position: relative; box-shadow: 0 8px 24px rgba(13, 63, 181, 0.3); border: 4px solid white; }
.v2 .pillar-icon svg { width: 26px; height: 26px; }
.v2 .pillar h3 { font-size: 22px; font-weight: 700; color: var(--sx-ink); margin: 0 0 12px; letter-spacing: -0.01em; }
.v2 .pillar p { color: var(--sx-gray-500); line-height: 1.6; font-size: 15px; margin: 0 0 24px; flex: 1; }
.v2 .pillar-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sx-primary); text-decoration: none; font-size: 14px; font-weight: 700; transition: gap 0.2s; }
.v2 .pillar-link:hover { gap: 14px; color: var(--sx-primary-dark); }
.v2 .pillar-link svg { width: 18px; height: 18px; }

/* ABOUT */
.v2 .about { padding: 120px 0; background: var(--sx-gray-50); position: relative; overflow: hidden; }
.v2 .about::before { content: ''; position: absolute; top: -200px; left: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(31, 169, 232, 0.08) 0%, transparent 70%); }
.v2 .about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; position: relative; }
.v2 .about-visual { position: relative; }
.v2 .about-image-main { aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(13, 63, 181, 0.18); }
.v2 .about-image-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v2 .about-image-overlay { position: absolute; top: -32px; right: -32px; width: 240px; aspect-ratio: 1; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px rgba(13, 63, 181, 0.2); border: 6px solid white; }
.v2 .about-image-overlay img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v2 .about-stat { position: absolute; bottom: 32px; left: -32px; background: var(--sx-primary); color: white; padding: 28px 32px; border-radius: 14px; box-shadow: 0 16px 40px rgba(13, 63, 181, 0.3); }
.v2 .about-stat-num { font-size: 42px; font-weight: 800; line-height: 1; color: var(--sx-cyan-light); margin-bottom: 6px; letter-spacing: -0.02em; }
.v2 .about-stat-label { font-size: 12px; line-height: 1.4; opacity: 0.9; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.v2 .about-content h2 { font-size: clamp(32px, 4vw, 44px); line-height: 1.12; font-weight: 700; color: var(--sx-ink); letter-spacing: -0.025em; margin: 0 0 28px; }
.v2 .about-content h2 .highlight { color: var(--sx-primary); }
.v2 .about-content p { color: var(--sx-gray-700); line-height: 1.75; font-size: 16px; margin: 0 0 18px; }
.v2 .about-content strong { color: var(--sx-primary); font-weight: 700; }
.v2 .quality-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--sx-gray-200); }
.v2 .quality-badge { display: inline-flex; align-items: center; gap: 8px; background: white; border: 1px solid var(--sx-gray-200); padding: 10px 16px; border-radius: 10px; font-size: 13px; font-weight: 700; color: var(--sx-primary); transition: all 0.2s; }
.v2 .quality-badge:hover { border-color: var(--sx-cyan); background: var(--sx-blue-soft); transform: translateY(-2px); }
.v2 .quality-badge svg { width: 14px; height: 14px; color: var(--sx-cyan); }

/* CTA FINAL */
.v2 .cta-final { padding: 120px 0; background: linear-gradient(135deg, var(--sx-primary) 0%, var(--sx-primary-dark) 100%); color: white; position: relative; overflow: hidden; }
.v2 .cta-final::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(31, 169, 232, 0.25) 0%, transparent 70%); }
.v2 .cta-final::after { content: ''; position: absolute; bottom: -200px; left: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(79, 189, 240, 0.18) 0%, transparent 70%); }
.v2 .cta-final-inner { text-align: center; max-width: 800px; margin: 0 auto; position: relative; }
.v2 .cta-eyebrow { display: inline-block; padding: 8px 20px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.2); color: white; border-radius: 100px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 28px; }
.v2 .cta-mantra { font-size: clamp(32px, 4.5vw, 48px); line-height: 1.15; font-weight: 700; letter-spacing: -0.025em; margin: 0 0 24px; }
.v2 .cta-mantra .accent { color: var(--sx-cyan-light); }
.v2 .cta-subtitle { color: rgba(255, 255, 255, 0.85); font-size: 18px; margin: 0 0 40px; line-height: 1.5; }
.v2 .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.v2 .cta-buttons .btn-primary-v2 { background: white; color: var(--sx-primary) !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
.v2 .cta-buttons .btn-primary-v2:hover { background: var(--sx-cyan-light); color: var(--sx-primary-dark) !important; }
.v2 .btn-outline-v2 { background: transparent; color: white !important; border: 2px solid rgba(255, 255, 255, 0.4); padding: 14px 30px; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.v2 .btn-outline-v2:hover { border-color: white; background: rgba(255, 255, 255, 0.1); }

/* FOOTER v2 */
.v2 .v2-footer { background: var(--sx-gray-900); padding: 64px 0 32px; color: rgba(255, 255, 255, 0.7); }
.v2 .v2-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.v2 .v2-footer-col h4 { color: white; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 16px; }
.v2 .v2-footer-col ul { list-style: none; padding: 0; margin: 0; }
.v2 .v2-footer-col li { margin-bottom: 10px; }
.v2 .v2-footer-col a { color: rgba(255, 255, 255, 0.65); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.v2 .v2-footer-col a:hover { color: var(--sx-cyan-light); }
.v2 .v2-footer-brand .v2-logo { font-size: 22px; }
.v2 .v2-footer-tagline { color: var(--sx-cyan-light); font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; font-size: 12px; margin: 16px 0 12px; }
.v2 .v2-footer-desc { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.6); }
.v2 .v2-footer-bottom { padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255, 255, 255, 0.5); flex-wrap: wrap; gap: 16px; }
.v2 .v2-footer-mantra { color: var(--sx-cyan-light); font-weight: 600; }

/* Mobile responsive v2 */
@media (max-width: 900px) {
  .v2 .v2-hero-grid, .v2 .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .v2 .pillars-grid, .v2 .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .v2 .standards-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .v2 .v2-nav-menu { display: none; }
  .v2 .float-card { display: none; }
  .v2 .about-image-overlay { display: none; }
  .v2 .v2-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .v2 .stats-grid { gap: 32px; }
  .v2 .stat-num { font-size: 42px; }
}

@media (max-width: 600px) {
  .v2 .pillars-grid, .v2 .stats-grid, .v2 .v2-footer-grid, .v2 .standards-grid { grid-template-columns: 1fr; }
  .v2 .hero-trust { flex-direction: column; gap: 16px; }
}
