/* PassKit.in — main.css — Premium Redesign 2026
   Design: Deep Space Security · Figtree + JetBrains Mono · OKLCH
   Reference: Linear Dark × 1Password × Vercel — precise, vault-like, electric */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* ═══════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════ */
:root {
  /* Backgrounds */
  --bg:          oklch(0.068 0.024 268);
  --surface:     oklch(0.140 0.032 268);
  --surface-2:   oklch(0.182 0.038 266);
  --surface-3:   oklch(0.224 0.044 264);

  /* Borders */
  --border:      oklch(0.310 0.060 268);
  --border-2:    oklch(0.420 0.095 268);

  /* Text */
  --text:        oklch(0.970 0.005 265);
  --text-2:      oklch(0.800 0.038 268);
  --text-3:      oklch(0.560 0.040 270);

  /* Accent — electric violet */
  --accent:        oklch(0.620 0.240 278);
  --accent-bright: oklch(0.740 0.210 278);
  --accent-dim:    oklch(0.620 0.240 278 / 0.11);
  --accent-glow:   oklch(0.620 0.240 278 / 0.20);
  --accent-border: oklch(0.620 0.240 278 / 0.30);

  /* Semantic colors */
  --green:        oklch(0.650 0.170 152);
  --green-bright: oklch(0.780 0.160 154);
  --green-dim:    oklch(0.650 0.170 152 / 0.11);
  --green-border: oklch(0.650 0.170 152 / 0.30);
  --yellow:       oklch(0.760 0.140 85);
  --yellow-dim:   oklch(0.760 0.140 85 / 0.11);
  --yellow-border:oklch(0.760 0.140 85 / 0.30);
  --red:          oklch(0.600 0.220 25);
  --red-dim:      oklch(0.600 0.220 25 / 0.11);
  --red-border:   oklch(0.600 0.220 25 / 0.30);
  --purple:       oklch(0.580 0.230 305);
  --cyan:         oklch(0.720 0.160 204);

  /* Aliases for backward compat */
  --blue:        var(--accent);
  --blue-bright: var(--accent-bright);

  /* Gradients */
  --gradient:       linear-gradient(135deg, oklch(0.62 0.24 278), oklch(0.55 0.22 308));
  --gradient-green: linear-gradient(135deg, oklch(0.65 0.17 152), oklch(0.66 0.18 196));
  --gradient-glow:  linear-gradient(135deg, oklch(0.62 0.24 278 / 0.28), oklch(0.55 0.22 308 / 0.28));

  /* Radius — generous curves everywhere */
  --radius-sm:   8px;
  --radius:      14px;
  --radius-lg:   20px;
  --radius-xl:   26px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow:     0 4px 32px oklch(0 0 0 / 0.50);
  --shadow-lg:  0 12px 48px oklch(0 0 0 / 0.50);
  --glow:       0 0 0 1px var(--border-2), 0 0 28px var(--accent-glow);
  --glow-green: 0 0 0 1px var(--green-border), 0 0 24px var(--green-dim);
  --glow-lg:    0 8px 48px var(--accent-glow);
}

/* ═══════════════════════════════════
   RESET
═══════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ═══════════════════════════════════
   BASE
═══════════════════════════════════ */
body {
  /* Rich multi-tone dark gradient — visible, not flat */
  background:
    radial-gradient(ellipse 90% 55% at 0% 0%,   oklch(0.15 0.10 280) 0%, transparent 55%),
    radial-gradient(ellipse 70% 70% at 100% 100%, oklch(0.12 0.08 222) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 100% 0%,  oklch(0.13 0.09 308) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 0% 100%,  oklch(0.10 0.06 200) 0%, transparent 50%),
    var(--bg);
  color: var(--text);
  font-family: 'Figtree', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border-2); border-radius: var(--radius-full); }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }

/* Text selection */
::selection { background: var(--accent-dim); color: var(--accent-bright); }

a { color: var(--accent-bright); text-decoration: none; }
a:hover { text-decoration: underline; }

code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.88em;
  background: var(--surface-2);
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid var(--border);
  color: var(--accent-bright);
}

/* ═══════════════════════════════════
   AURORA BACKGROUND
   Slow-drifting glows — the PassKit signature
═══════════════════════════════════ */
.aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.aurora::before,
.aurora::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.aurora::before {
  width: 72vw;
  height: 68vh;
  top: -28vh;
  left: -18vw;
  background: radial-gradient(circle, oklch(0.50 0.26 278) 0%, transparent 65%);
  opacity: 0.32;
  filter: blur(72px);
  animation: aurora-drift-1 28s ease-in-out infinite alternate;
}
.aurora::after {
  width: 60vw;
  height: 60vh;
  bottom: -22vh;
  right: -18vw;
  background: radial-gradient(circle, oklch(0.44 0.22 218) 0%, transparent 65%);
  opacity: 0.26;
  filter: blur(88px);
  animation: aurora-drift-2 36s ease-in-out infinite alternate;
}
@keyframes aurora-drift-1 {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(14vw, 10vh) scale(1.3); }
}
@keyframes aurora-drift-2 {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-12vw, -14vh) scale(1.25); }
}

/* Elevate all content above aurora */
.nav, .page { position: relative; z-index: 1; }

/* ═══════════════════════════════════
   NAVIGATION
═══════════════════════════════════ */
.nav {
  background: oklch(0.09 0.024 268 / 0.88);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 1.5rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo {
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: var(--text);
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-logo-accent { color: var(--accent-bright); }

.nav-links {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav-links::-webkit-scrollbar { display: none; }

.nav-link {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-3);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
  border: 1px solid transparent;
  letter-spacing: 0.005em;
}
.nav-link:hover {
  color: var(--text-2);
  background: var(--surface-2);
  text-decoration: none;
}
.nav-link.active {
  background: var(--accent-dim);
  color: var(--accent-bright);
  font-weight: 700;
  border-color: var(--accent-border);
}

/* ═══════════════════════════════════
   PAGE LAYOUT
═══════════════════════════════════ */
.page {
  max-width: 880px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 5rem;
}

.page-title {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 6px;
  text-wrap: balance;
  line-height: 1.2;
}

.page-sub {
  font-size: 14px;
  color: var(--text-2);
  margin-bottom: 1.75rem;
  max-width: 60ch;
  text-wrap: pretty;
  line-height: 1.7;
}

/* ═══════════════════════════════════
   BADGES
═══════════════════════════════════ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: var(--surface-3);
  color: var(--text-2);
  border: 1px solid var(--border);
  font-family: 'Figtree', sans-serif;
}
.badge-green  { background: var(--green-dim);   color: var(--green-bright); border-color: var(--green-border); }
.badge-blue   { background: var(--accent-dim);  color: var(--accent-bright); border-color: var(--accent-border); }
.badge-red    { background: var(--red-dim);     color: var(--red);          border-color: var(--red-border); }
.badge-yellow { background: var(--yellow-dim);  color: var(--yellow);       border-color: var(--yellow-border); }
.badge-crypto {
  background: var(--gradient);
  color: white;
  border: none;
  padding: 4px 14px;
  font-size: 11px;
}

/* ═══════════════════════════════════
   CRYPTO BANNER
═══════════════════════════════════ */
.crypto-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient);
  color: white;
  padding: 5px 16px;
  border-radius: var(--radius-full);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  box-shadow: 0 2px 12px var(--accent-glow);
}

/* ═══════════════════════════════════
   PRIVACY CARD
═══════════════════════════════════ */
.privacy-card {
  background: var(--accent-dim);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-xl);
  padding: 14px 18px;
  font-size: 13px;
  color: var(--text-2);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}
.privacy-card strong { color: var(--text); }
.privacy-card-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

/* ═══════════════════════════════════
   PASSWORD DISPLAY
═══════════════════════════════════ */
.password-display-wrap { position: relative; margin-bottom: 1.25rem; }

.password-display {
  background: oklch(0.140 0.032 268 / 0.90);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-xl);
  padding: 1.4rem 5.5rem 1.4rem 1.75rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text);
  min-height: 68px;
  word-break: break-all;
  line-height: 1.55;
  transition: border-color 0.2s ease, box-shadow 0.3s ease;
  outline: none;
  width: 100%;
}
.password-display:focus {
  border-color: var(--accent);
  box-shadow: var(--glow);
}

.password-actions {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 6px;
}

.icon-btn {
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--text-3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.icon-btn:hover {
  background: var(--surface-3);
  border-color: var(--border-2);
  color: var(--text);
  transform: scale(1.06);
}
.icon-btn:active { transform: scale(0.94); }
.icon-btn.copied {
  background: var(--green-dim);
  border-color: var(--green-border);
  color: var(--green-bright);
}

/* ═══════════════════════════════════
   STRENGTH METER
═══════════════════════════════════ */
.strength-wrap { margin-bottom: 1.25rem; }

.strength-bar-outer {
  height: 6px;
  background: var(--surface-3);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-bottom: 10px;
}
.strength-bar-inner {
  height: 100%;
  border-radius: var(--radius-full);
  transition: width 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.4s ease;
  width: 5%;
}
.strength-bar-inner.weak   { background: var(--red); }
.strength-bar-inner.fair   { background: var(--yellow); box-shadow: 0 0 8px oklch(0.76 0.14 85 / 0.55); }
.strength-bar-inner.good   { background: var(--accent-bright); box-shadow: 0 0 8px var(--accent-glow); }
.strength-bar-inner.strong { background: var(--green); box-shadow: 0 0 10px oklch(0.65 0.17 152 / 0.55); }

.strength-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.strength-left { display: flex; align-items: center; gap: 8px; }
.strength-icon { font-size: 15px; }
.strength-text { font-weight: 700; }
.strength-text.weak   { color: var(--red); }
.strength-text.fair   { color: var(--yellow); }
.strength-text.good   { color: var(--accent-bright); }
.strength-text.strong { color: var(--green-bright); }
.entropy-badge {
  font-size: 12px;
  color: var(--text-3);
  font-family: 'JetBrains Mono', monospace;
}

/* ═══════════════════════════════════
   CRACK TIME CARD
   Full border — not a side-stripe
═══════════════════════════════════ */
.crack-card {
  background: var(--green-dim);
  border: 1px solid var(--green-border);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  margin-bottom: 1.25rem;
}
.crack-title {
  font-size: 10px;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: 700;
}
.crack-time {
  font-size: 17px;
  font-weight: 700;
  color: var(--green-bright);
  font-family: 'JetBrains Mono', monospace;
}
.crack-context { font-size: 12px; color: var(--text-3); margin-top: 4px; }

/* ═══════════════════════════════════
   SETTINGS CARD
═══════════════════════════════════ */
.settings-card {
  background: oklch(0.140 0.032 268 / 0.85);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
.settings-title {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 1rem;
}

.setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid oklch(0.265 0.048 268 / 0.45);
  gap: 1.25rem;
}
.setting-row:last-child { border-bottom: none; padding-bottom: 0; }

.setting-info { flex: 1; min-width: 0; }
.setting-label { font-size: 13.5px; font-weight: 600; color: var(--text); }
.setting-desc  { font-size: 11px; color: var(--text-3); margin-top: 2px; line-height: 1.5; }

/* ═══════════════════════════════════
   LENGTH SLIDER
═══════════════════════════════════ */
.length-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 11px 0;
  border-bottom: 1px solid oklch(0.265 0.048 268 / 0.45);
}
.length-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.slider-wrap { flex: 1; display: flex; align-items: center; gap: 14px; }

.slider {
  -webkit-appearance: none;
  appearance: none;
  flex: 1;
  height: 5px;
  background: var(--surface-3);
  border-radius: var(--radius-full);
  outline: none;
  cursor: pointer;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0 3px var(--accent), 0 2px 8px oklch(0 0 0 / 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.slider::-webkit-slider-thumb:hover {
  transform: scale(1.18);
  box-shadow: 0 0 0 4px var(--accent), 0 2px 14px oklch(0 0 0 / 0.4);
}
.slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: white; border: none; cursor: pointer;
  box-shadow: 0 0 0 3px var(--accent);
}

.length-value {
  font-size: 24px;
  font-weight: 900;
  color: var(--accent-bright);
  min-width: 44px;
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: -0.04em;
}

/* ═══════════════════════════════════
   TOGGLE
═══════════════════════════════════ */
.toggle-wrap { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.toggle { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.toggle input { opacity: 0; width: 0; height: 0; position: absolute; }

.toggle-slider {
  position: absolute;
  inset: 0;
  background: var(--surface-3);
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
  border: 1.5px solid var(--border-2);
}
.toggle-slider::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 2px;
  top: 1.5px;
  background: var(--text-3);
  border-radius: 50%;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s ease;
  box-shadow: 0 1px 5px oklch(0 0 0 / 0.35);
}
.toggle input:checked + .toggle-slider {
  background: var(--accent);
  border-color: var(--accent);
}
.toggle input:checked + .toggle-slider::before {
  transform: translateX(20px);
  background: white;
}

/* ═══════════════════════════════════
   GENERATE BUTTON
═══════════════════════════════════ */
.generate-btn {
  width: 100%;
  padding: 15px;
  border-radius: var(--radius-lg);
  background: var(--gradient);
  color: white;
  border: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  font-family: 'Figtree', sans-serif;
  box-shadow: 0 4px 20px var(--accent-glow);
}
.generate-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.14), transparent);
  transform: skewX(-18deg);
}
.generate-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 8px 32px var(--accent-glow);
}
.generate-btn:hover::after {
  left: 150%;
  transition: left 0.62s ease;
}
.generate-btn:active {
  transform: scale(0.98);
  box-shadow: 0 2px 12px var(--accent-glow);
}

/* ═══════════════════════════════════
   BUTTONS
═══════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  border: 1px solid var(--border-2);
  background: var(--surface-2);
  color: var(--text);
  font-family: 'Figtree', sans-serif;
  white-space: nowrap;
}
.btn:hover { background: var(--surface-3); }
.btn:active { transform: scale(0.97); }

.btn-primary {
  background: var(--gradient);
  border: none;
  color: white;
  box-shadow: 0 2px 12px var(--accent-glow);
}
.btn-primary:hover { opacity: 0.9; box-shadow: 0 4px 20px var(--accent-glow); }

.btn-green {
  background: var(--green-dim);
  border-color: var(--green-border);
  color: var(--green-bright);
}
.btn-green:hover { background: oklch(0.65 0.17 152 / 0.18); }

.btn-sm { padding: 5px 12px; font-size: 12px; border-radius: 9px; }

/* ═══════════════════════════════════
   STATS ROW
═══════════════════════════════════ */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 1.5rem;
}
.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 14px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.stat-card:hover { border-color: var(--border-2); transform: translateY(-2px); }
.stat-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--accent-bright);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.stat-label { font-size: 11px; color: var(--text-3); margin-top: 4px; font-weight: 500; }

/* ═══════════════════════════════════
   SECURITY METER (5 segments)
═══════════════════════════════════ */
.security-meter { display: flex; gap: 6px; margin: 1rem 0; }
.meter-segment {
  flex: 1;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--surface-3);
  transition: all 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ═══════════════════════════════════
   QR PANEL
═══════════════════════════════════ */
.qr-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  text-align: center;
  display: none;
  margin-bottom: 1rem;
}
.qr-panel.show { display: block; animation: fade-up 0.25s ease; }
.qr-canvas {
  border-radius: var(--radius);
  background: white;
  padding: 12px;
  display: block;
  margin: 0 auto 12px;
  max-width: 200px;
}
.qr-note { font-size: 12px; color: var(--yellow); margin-bottom: 12px; }

/* ═══════════════════════════════════
   TOOL CARDS (home page grid)
═══════════════════════════════════ */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
  gap: 10px;
  margin: 1.5rem 0;
}
.tool-card {
  background: oklch(0.140 0.032 268 / 0.80);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.4rem 1.25rem;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.22s ease, transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: block;
}
.tool-card:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 32px var(--accent-glow);
  transform: translateY(-4px);
  text-decoration: none;
  color: var(--text);
}
.tool-icon { font-size: 26px; margin-bottom: 10px; display: block; }
.tool-name  { font-size: 13.5px; font-weight: 800; margin-bottom: 4px; letter-spacing: -0.01em; }
.tool-desc  { font-size: 11.5px; color: var(--text-2); line-height: 1.5; }

/* ═══════════════════════════════════
   BREACH CHECK
═══════════════════════════════════ */
.breach-input-wrap { position: relative; margin-bottom: 1rem; }

.breach-input {
  width: 100%;
  background: var(--surface-2);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-lg);
  padding: 13px 48px 13px 18px;
  font-size: 14px;
  color: var(--text);
  font-family: 'JetBrains Mono', monospace;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.breach-input:focus {
  border-color: var(--accent);
  box-shadow: var(--glow);
}
.breach-input::placeholder { color: var(--text-3); font-family: 'Figtree', sans-serif; }

.show-hide-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--text-3);
  font-size: 18px;
  background: none;
  border: none;
  padding: 4px;
  transition: color 0.15s ease;
  line-height: 1;
}
.show-hide-btn:hover { color: var(--text); }

.breach-result {
  border-radius: var(--radius-xl);
  padding: 1.25rem 1.5rem;
  display: none;
  margin-bottom: 1rem;
}
.breach-result.show { display: block; animation: fade-up 0.3s ease; }
.breach-result.safe  { background: var(--green-dim);  border: 1px solid var(--green-border); }
.breach-result.found { background: var(--red-dim);    border: 1px solid var(--red-border); }
.breach-result-icon  { font-size: 28px; margin-bottom: 6px; }
.breach-result-label { font-size: 16px; font-weight: 800; }
.breach-result.safe  .breach-result-label { color: var(--green-bright); }
.breach-result.found .breach-result-label { color: var(--red); }
.breach-result-desc  { font-size: 13px; color: var(--text-2); margin-top: 5px; line-height: 1.7; }

.privacy-note {
  font-size: 12.5px;
  color: var(--text-3);
  background: var(--surface-2);
  border-radius: var(--radius);
  padding: 11px 15px;
  margin-top: 10px;
  border: 1px solid var(--border);
  line-height: 1.65;
}

/* ═══════════════════════════════════
   PASSPHRASE DISPLAY
═══════════════════════════════════ */
.passphrase-display {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--green-bright);
  background: var(--surface);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-xl);
  padding: 1.4rem 5.5rem 1.4rem 1.75rem;
  min-height: 68px;
  word-break: break-all;
  line-height: 1.85;
  font-family: 'JetBrains Mono', monospace;
}
.word-chip {
  display: inline-block;
  background: var(--surface-2);
  border-radius: var(--radius);
  padding: 3px 10px;
  margin: 2px 2px;
  border: 1px solid var(--border-2);
  color: var(--text);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.88em;
}
.separator-chip {
  color: var(--text-3);
  font-weight: 300;
  font-family: 'JetBrains Mono', monospace;
}

/* ═══════════════════════════════════
   PILL BUTTONS
═══════════════════════════════════ */
.pill-group { display: flex; gap: 6px; flex-wrap: wrap; }
.pill-btn {
  padding: 7px 16px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid var(--border-2);
  background: var(--surface-2);
  color: var(--text-2);
  transition: all 0.15s ease;
  font-family: 'Figtree', sans-serif;
  white-space: nowrap;
}
.pill-btn:hover { color: var(--text); border-color: var(--accent); }
.pill-btn.active {
  background: var(--accent-dim);
  border-color: var(--accent-border);
  color: var(--accent-bright);
  font-weight: 700;
}

/* ═══════════════════════════════════
   TABS
═══════════════════════════════════ */
.tab-group {
  display: flex;
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1rem;
}
.tab-btn {
  flex: 1;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: var(--surface-2);
  color: var(--text-2);
  transition: all 0.15s ease;
  border-right: 1.5px solid var(--border-2);
  font-family: 'Figtree', sans-serif;
}
.tab-btn:last-child { border-right: none; }
.tab-btn:hover { background: var(--surface-3); color: var(--text); }
.tab-btn.active {
  background: var(--accent-dim);
  color: var(--accent-bright);
  font-weight: 700;
}

/* ═══════════════════════════════════
   BULK TABLE
═══════════════════════════════════ */
.bulk-table-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.bulk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.bulk-table th {
  background: var(--surface-3);
  padding: 10px 14px;
  color: var(--text-3);
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.bulk-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}
.bulk-table tr:last-child td { border-bottom: none; }
.bulk-table tr:hover td { background: var(--surface-2); }

/* ═══════════════════════════════════
   PIN DISPLAY
═══════════════════════════════════ */
.pin-digits {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.pin-digit {
  width: 56px;
  height: 70px;
  background: var(--surface-2);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  color: var(--accent-bright);
  transition: all 0.2s ease;
  letter-spacing: -0.02em;
}
.pin-digit:not(:empty):hover {
  border-color: var(--accent);
  box-shadow: 0 0 18px var(--accent-glow);
}

/* ═══════════════════════════════════
   INPUT FIELD
═══════════════════════════════════ */
.input-field {
  width: 100%;
  background: var(--surface-2);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-lg);
  padding: 11px 16px;
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: 'Figtree', sans-serif;
}
.input-field:focus {
  border-color: var(--accent);
  box-shadow: var(--glow);
}
.input-field::placeholder { color: var(--text-3); }

/* ═══════════════════════════════════
   USERNAME CARDS
═══════════════════════════════════ */
.username-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  gap: 1rem;
}
.username-card:hover {
  border-color: var(--border-2);
  box-shadow: 0 4px 16px oklch(0 0 0 / 0.2);
}
.username-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  word-break: break-all;
}
.username-actions { display: flex; gap: 6px; align-items: center; flex-shrink: 0; }

/* ═══════════════════════════════════
   CHECKLIST
═══════════════════════════════════ */
.checklist { list-style: none; padding: 0; }
.checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid oklch(0.265 0.048 268 / 0.4);
  font-size: 13px;
}
.checklist li:last-child { border-bottom: none; }
.check-icon  { font-size: 15px; flex-shrink: 0; }
.check-label { flex: 1; color: var(--text-2); }
.check-label.pass { color: var(--text); }
.check-score {
  font-size: 11px;
  color: var(--text-3);
  font-family: 'JetBrains Mono', monospace;
}

/* ═══════════════════════════════════
   CALLOUT
   Full border + bg tint — no side-stripe
═══════════════════════════════════ */
.callout {
  background: var(--accent-dim);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  margin-bottom: 1.5rem;
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.7;
}
.callout-green  { background: var(--green-dim);  border-color: var(--green-border); }
.callout-yellow { background: var(--yellow-dim); border-color: var(--yellow-border); }
.callout-red    { background: var(--red-dim);    border-color: var(--red-border); }
.callout strong { color: var(--text); }

/* ═══════════════════════════════════
   COMPARE TABLE
═══════════════════════════════════ */
.compare-table-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1rem;
  overflow-x: auto;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.compare-table th {
  background: var(--surface-3);
  padding: 10px 16px;
  color: var(--text-3);
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
}
.compare-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: var(--surface-2); }

/* ═══════════════════════════════════
   INFO BOX
═══════════════════════════════════ */
.info-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.75;
}
.info-box h3 { font-size: 14px; color: var(--text); margin-bottom: 10px; font-weight: 700; }
.info-box ul, .info-box ol { padding-left: 1.4rem; }
.info-box li { margin-bottom: 5px; }

/* ═══════════════════════════════════
   SEO / LONG CONTENT
═══════════════════════════════════ */
.seo-content {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.seo-content h2 {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 800;
  color: var(--text);
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.seo-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 1.5rem 0 0.5rem;
}
.seo-content p  { color: var(--text-2); margin-bottom: 0.75rem; line-height: 1.8; }
.seo-content ul,
.seo-content ol { color: var(--text-2); padding-left: 1.5rem; margin-bottom: 0.75rem; }
.seo-content li { margin-bottom: 5px; line-height: 1.8; }

/* ═══════════════════════════════════
   FAQ
═══════════════════════════════════ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 17px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: 'Figtree', sans-serif;
  transition: color 0.15s ease;
}
.faq-q:hover { color: var(--accent-bright); }
.faq-arrow {
  color: var(--text-3);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0;
  font-size: 12px;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--accent-bright); }
.faq-a {
  display: none;
  color: var(--text-2);
  font-size: 13.5px;
  padding-bottom: 18px;
  line-height: 1.8;
}
.faq-item.open .faq-a { display: block; animation: fade-up 0.22s ease; }

/* ═══════════════════════════════════
   SECTION
═══════════════════════════════════ */
.section { margin-bottom: 1.5rem; }
.section-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.01em;
}

/* ═══════════════════════════════════
   SPINNER
═══════════════════════════════════ */
.spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.65s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ═══════════════════════════════════
   TOAST NOTIFICATIONS
═══════════════════════════════════ */
#toast-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
.toast {
  background: oklch(0.16 0.04 268 / 0.96);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-lg);
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 32px oklch(0 0 0 / 0.5);
  animation: slide-up 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-width: 180px;
  pointer-events: auto;
}
.toast.success { border-color: var(--green-border); color: var(--green-bright); }
.toast.error   { border-color: var(--red-border);   color: var(--red); }
.toast.warning { border-color: var(--yellow-border); color: var(--yellow); }

/* ═══════════════════════════════════
   HISTORY TABLE
═══════════════════════════════════ */
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.history-table th {
  background: var(--surface-3);
  padding: 10px 14px;
  color: var(--text-3);
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.history-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
}
.history-table tr:last-child td { border-bottom: none; }
.history-table tr:hover td { background: var(--surface-2); }

/* ═══════════════════════════════════
   EMPTY STATE
═══════════════════════════════════ */
.empty-state {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--text-3);
}
.empty-state-icon { font-size: 56px; margin-bottom: 1rem; opacity: 0.35; display: block; }
.empty-state-text { font-size: 16px; font-weight: 800; color: var(--text-2); margin-bottom: 6px; }
.empty-state-sub  { font-size: 13px; line-height: 1.7; }

/* ═══════════════════════════════════
   QUICK LIST
═══════════════════════════════════ */
.quick-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
.quick-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: border-color 0.15s ease;
}
.quick-item:hover { border-color: var(--border-2); }
.quick-pw {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: var(--text);
  word-break: break-all;
  flex: 1;
}

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slide-up {
  from { opacity: 0; transform: translateY(14px) scale(0.94); }
  to   { opacity: 1; transform: translateY(0)   scale(1); }
}

/* ═══════════════════════════════════
   FOCUS VISIBLE (a11y)
═══════════════════════════════════ */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

/* ═══════════════════════════════════
   REDUCED MOTION
═══════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
/* ═══════════════════════════════════
   DETAILS / SUMMARY (SEO FAQ)
═══════════════════════════════════ */
.seo-content details {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.seo-content details[open] { border-color: var(--border-2); }
.seo-content summary {
  padding: 14px 18px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--surface);
  transition: background 0.15s ease;
}
.seo-content summary::-webkit-details-marker { display: none; }
.seo-content summary::after {
  content: '▾';
  font-size: 12px;
  color: var(--text-3);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.seo-content details[open] summary::after { transform: rotate(180deg); color: var(--accent-bright); }
.seo-content summary:hover { background: var(--surface-2); }
.seo-content details > p {
  padding: 0 18px 14px;
  margin: 0;
  background: var(--surface);
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.8;
  border-top: 1px solid var(--border);
}

/* ═══════════════════════════════════
   SITE FOOTER
═══════════════════════════════════ */
.site-footer {
  margin-top: 5rem;
  border-top: 1px solid var(--border);
  background: oklch(0.055 0.018 268);
  padding: 3rem 0 1.5rem;
}
.footer-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Trust row */
.footer-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.75rem;
}
.trust-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trust-brand-name {
  font-size: 20px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.03em;
}
.trust-brand-name span { color: var(--accent-bright); }
.trust-brand-tagline {
  font-size: 12px;
  color: var(--text-3);
}

/* Star rating */
.footer-rating-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.footer-stars-display {
  font-size: 20px;
  color: var(--yellow);
  letter-spacing: 2px;
  line-height: 1;
}
.footer-rating-score {
  font-size: 12px;
  color: var(--text-3);
  white-space: nowrap;
}
.footer-rate-label {
  font-size: 11px;
  color: var(--text-3);
  margin-top: 4px;
}
.footer-star-input {
  display: flex;
  gap: 2px;
}
.footer-star-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: var(--border-2);
  padding: 2px 3px;
  transition: color 0.12s ease, transform 0.12s ease;
  line-height: 1;
}
.footer-star-btn:hover,
.footer-star-btn.lit { color: var(--yellow); transform: scale(1.15); }
.footer-rate-thanks {
  font-size: 12px;
  color: var(--green-bright);
  font-weight: 700;
  display: none;
}

/* Trust badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.trust-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-2);
  color: var(--text-2);
  background: var(--surface-2);
  white-space: nowrap;
}

/* Social share */
.footer-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.75rem;
}
.footer-share-label {
  font-size: 12px;
  color: var(--text-3);
  font-weight: 600;
  margin-right: 4px;
  white-space: nowrap;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--border-2);
  background: var(--surface-2);
  color: var(--text-2);
  transition: all 0.15s ease;
  font-family: 'Figtree', sans-serif;
  white-space: nowrap;
}
.share-btn:hover { border-color: var(--accent); color: var(--accent-bright); text-decoration: none; }
.share-btn-x:hover     { border-color: var(--text-2); color: var(--text); }
.share-btn-reddit:hover { border-color: oklch(0.65 0.22 30); color: oklch(0.75 0.20 30); }
.share-btn-wa:hover     { border-color: var(--green-border); color: var(--green-bright); }
.share-btn-li:hover     { border-color: oklch(0.58 0.14 244); color: oklch(0.70 0.14 244); }

/* 4-column links grid */
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 0.75rem;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: var(--text-2);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.14s ease;
  line-height: 1.5;
}
.footer-col a:hover { color: var(--accent-bright); }
.footer-col a[target="_blank"]::after {
  content: ' ↗';
  font-size: 10px;
  opacity: 0.5;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.footer-bottom-main {
  font-size: 13px;
  color: var(--text-2);
  font-weight: 600;
}
.footer-bottom-sub {
  font-size: 11px;
  color: var(--text-3);
  line-height: 1.7;
}

@media (max-width: 640px) {
  .page       { padding: 1.5rem 1rem 4rem; }
  .page-title { font-size: 22px; }
  .nav        { padding: 0 1rem; }
  .nav-logo   { font-size: 17px; }

  .password-display {
    font-size: 15px;
    padding: 1.2rem 5rem 1.2rem 1.25rem;
    border-radius: var(--radius-lg);
  }
  .passphrase-display {
    font-size: 15px;
    padding: 1.2rem 5rem 1.2rem 1.25rem;
  }

  .stats-row  { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }

  .pin-digit    { width: 46px; height: 58px; font-size: 24px; }
  .tab-btn      { font-size: 12px; padding: 8px 10px; }
  .settings-card { padding: 1.25rem; border-radius: var(--radius-lg); }
  .generate-btn  { font-size: 14px; padding: 13px; }

  .aurora::before { opacity: 0.22; filter: blur(50px); }
  .aurora::after  { opacity: 0.16; filter: blur(60px); }

  .footer-links-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .footer-trust { flex-direction: column; align-items: flex-start; }
  .footer-share { gap: 6px; }
}
