/* ==========================================================
   TIVO APP — STYLESHEET (Dark Glassmorphism & High Tech Fintech)
   ========================================================== */

:root {
  /* Colors */
  --bg-deep: #050a18;
  --bg-surface: #0a1128;
  --bg-card: rgba(22, 33, 62, 0.45);
  --bg-card-hover: rgba(30, 45, 82, 0.65);
  
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-border-glow: rgba(0, 240, 255, 0.35);
  --glass-highlight: rgba(255, 255, 255, 0.05);

  --accent-cyan: #00f0ff;
  --accent-cyan-hover: #38bdf8;
  --accent-neon-blue: #00c2ff;
  --accent-ice: #a3c2fa;
  --accent-purple: #8b5cf6;
  --accent-green: #10b981;
  --accent-amber: #f59e0b;
  --accent-rose: #f43f5e;

  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --text-ice: #e0f2fe;

  /* Typography */
  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Outfit', var(--font-main);

  /* Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.65);
  --glow-cyan: 0 0 35px rgba(0, 240, 255, 0.35);
  --glow-purple: 0 0 35px rgba(139, 92, 246, 0.35);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.max-w-3xl {
  max-width: 800px;
}

/* Typography Helpers */
h1, h2, h3, h4, .brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.gradient-text {
  background: linear-gradient(135deg, #00f0ff 0%, #a3c2fa 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-green { color: var(--accent-green) !important; }
.text-cyan { color: var(--accent-cyan) !important; }
.text-ice { color: var(--accent-ice) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-sm { font-size: 0.875rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.w-full { width: 100%; }
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* Ambient Glow Background Orbs */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}

.glow-1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.4), transparent 70%);
}

.glow-2 {
  width: 600px;
  height: 600px;
  top: 40%;
  left: -200px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.35), transparent 70%);
}

.glow-3 {
  width: 550px;
  height: 550px;
  bottom: 5%;
  right: -100px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.3), transparent 70%);
}

/* Glassmorphism System Card */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  transition: all var(--transition-normal);
}

.glass-card:hover {
  border-color: var(--glass-border-glow);
  box-shadow: 0 15px 35px rgba(0, 240, 255, 0.12), var(--shadow-md);
}

/* ==========================================================
   NAVIGATION
   ========================================================== */
.navbar-wrapper {
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 100;
  padding-inline: 1.5rem;
}

.navbar {
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.75rem;
  background: rgba(10, 17, 40, 0.75);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
}

.brand-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.dot-accent {
  color: var(--accent-cyan);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.925rem;
  font-weight: 500;
  transition: color var(--transition-fast);
}

.nav-links a:hover {
  color: var(--accent-cyan);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 4.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
  background: rgba(10, 17, 40, 0.95);
}

.mobile-menu.show {
  display: flex;
}

.mobile-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding-block: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-link:hover {
  color: var(--accent-cyan);
}

/* ==========================================================
   BUTTONS
   ========================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: 9999px;
  font-family: var(--font-main);
  font-size: 0.925rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-normal);
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, #00f0ff 0%, #00a3ff 100%);
  color: #030816;
  box-shadow: 0 4px 20px rgba(0, 240, 255, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(0, 240, 255, 0.55);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--text-primary);
}

.btn-outline:hover {
  border-color: var(--accent-cyan);
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.08);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

/* Store Badges */
.store-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.35rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #ffffff;
  text-decoration: none;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

.store-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--accent-cyan);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 240, 255, 0.25);
}

.store-icon {
  width: 28px;
  height: 28px;
}

.btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.btn-small {
  font-size: 0.7rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-bold {
  font-size: 1.05rem;
  font-weight: 700;
  font-family: var(--font-display);
}

/* Badge Pills */
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-cyan);
  margin-bottom: 1.25rem;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 10px var(--accent-cyan);
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* ==========================================================
   HERO SECTION
   ========================================================== */
.hero-section {
  padding-top: 9.5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 3.5rem;
}

.hero-title {
  font-size: 3.5rem;
  line-height: 1.12;
  margin-bottom: 1.25rem;
  font-weight: 800;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 580px;
}

.hero-subtitle strong {
  color: var(--text-ice);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
}

.stat-meta {
  font-size: 0.825rem;
  color: var(--text-secondary);
}

.stat-divider {
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
}

.stars {
  color: #fbbf24;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
}

/* Phone Mockup 3D Visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.phone-container {
  position: relative;
  width: 100%;
  max-width: 320px;
  perspective: 1000px;
}

.phone-frame {
  width: 100%;
  aspect-ratio: 9 / 19;
  background: #0b1329;
  border-radius: 40px;
  border: 8px solid #1e293b;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 240, 255, 0.2);
  position: relative;
  overflow: hidden;
  transform: rotateY(-6deg) rotateX(4deg);
  transition: transform 0.6s ease;
}

.phone-container:hover .phone-frame {
  transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 20px;
  background: #000000;
  border-radius: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.camera {
  width: 8px;
  height: 8px;
  background: #111827;
  border-radius: 50%;
}

.speaker {
  width: 35px;
  height: 4px;
  background: #1f2937;
  border-radius: 4px;
}

.screen-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Glass Cards */
.float-card {
  position: absolute;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 1rem;
  z-index: 20;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  animation: floatAnimation 4s ease-in-out infinite alternate;
}

.float-top {
  top: 10%;
  left: -25%;
  animation-delay: 0s;
}

.float-bottom {
  bottom: 12%;
  left: -20%;
  animation-delay: 1.5s;
}

.float-right {
  top: 48%;
  right: -25%;
  animation-delay: 2.2s;
}

@keyframes floatAnimation {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-10px); }
}

.float-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyan-glow { background: rgba(0, 240, 255, 0.15); color: var(--accent-cyan); }
.purple-glow { background: rgba(139, 92, 246, 0.15); color: var(--accent-purple); }
.green-glow { background: rgba(16, 185, 129, 0.15); color: var(--accent-green); }
.amber-glow { background: rgba(245, 158, 11, 0.15); color: var(--accent-amber); }
.ice-glow { background: rgba(163, 194, 250, 0.15); color: var(--accent-ice); }

.float-label {
  font-size: 0.725rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.float-val {
  font-size: 0.9rem;
  font-weight: 700;
}

.badge-mini {
  display: inline-block;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  background: rgba(16, 185, 129, 0.2);
  color: var(--accent-green);
  font-size: 0.75rem;
}

/* ==========================================================
   TRUST BAR
   ========================================================== */
.trust-bar {
  padding-block: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(10, 17, 40, 0.4);
}

.trust-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.trust-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 500;
}

.trust-pill svg {
  color: var(--accent-cyan);
}

/* ==========================================================
   SECTIONS GENERAL
   ========================================================== */
.section {
  padding-block: 6rem;
  position: relative;
  z-index: 1;
}

.section-header {
  margin-bottom: 3.5rem;
}

.section-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 620px;
  margin-inline: auto;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

.feature-card {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.feature-title {
  font-size: 1.35rem;
  font-weight: 700;
}

.feature-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ==========================================================
   INTERACTIVE SHOWCASE TABS
   ========================================================== */
.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  max-width: 680px;
  margin: 0 auto 3rem auto;
  border-radius: 9999px;
}

.tab-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: transparent;
  border: none;
  border-radius: 9999px;
  color: var(--text-secondary);
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.tab-btn.active {
  background: rgba(0, 240, 255, 0.15);
  color: var(--accent-cyan);
  border: 1px solid rgba(0, 240, 255, 0.3);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.tab-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-panel.active {
  display: block;
}

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

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.showcase-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.showcase-tag {
  color: var(--accent-cyan);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.showcase-heading {
  font-size: 2rem;
  line-height: 1.25;
}

.showcase-text {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.65;
}

.showcase-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.showcase-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-ice);
}

.check-icon {
  color: var(--accent-cyan);
  font-weight: 800;
}

.media-frame {
  max-width: 380px;
  margin-inline: auto;
  border-radius: 28px;
  padding: 10px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(0, 240, 255, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.media-img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* ==========================================================
   CALCULATOR SECTION
   ========================================================== */
.calc-wrapper {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  padding: 3rem;
  background: rgba(10, 17, 40, 0.65);
}

.calc-controls {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.calc-group {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.calc-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-label-row label {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-ice);
}

.calc-display-val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent-cyan);
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-cyan);
  cursor: pointer;
  box-shadow: 0 0 12px var(--accent-cyan);
  transition: transform 0.15s ease;
}

.calc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.calc-range-limits {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Result Box */
.calc-result-box {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(7, 14, 34, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.25);
}

.result-tag {
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.result-total-val {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--accent-cyan);
  margin-top: 0.35rem;
}

.breakdown-bar {
  display: flex;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  margin-block: 1.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
}

.bar-contributions {
  background: var(--accent-cyan);
  transition: width 0.3s ease;
}

.bar-interest {
  background: var(--accent-green);
  transition: width 0.3s ease;
}

.breakdown-legend {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.legend-dot.cyan { background: var(--accent-cyan); }
.legend-dot.green { background: var(--accent-green); }

.legend-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.legend-amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}

.result-tip {
  font-size: 0.85rem;
  color: var(--text-ice);
  margin-top: 1.5rem;
  line-height: 1.5;
}

/* ==========================================================
   COMPARISON MATRIX
   ========================================================== */
.table-responsive {
  overflow-x: auto;
  padding: 1.5rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.95rem;
}

.comparison-table th {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text-secondary);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.col-tivo {
  background: rgba(0, 240, 255, 0.06);
  border-inline: 1px solid rgba(0, 240, 255, 0.2);
}

.table-tivo-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--accent-cyan);
  font-size: 1.1rem;
}

.table-logo {
  width: 26px;
  height: 26px;
  border-radius: 6px;
}

.badge-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  background: rgba(16, 185, 129, 0.15);
  color: var(--accent-green);
  border-radius: 6px;
  font-weight: 700;
}

/* ==========================================================
   TESTIMONIALS
   ========================================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.testimonial-quote {
  font-size: 0.975rem;
  color: var(--text-ice);
  line-height: 1.65;
  font-style: italic;
}

.user-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--font-display);
  color: #ffffff;
}

.avatar-1 { background: linear-gradient(135deg, #00f0ff, #0077ff); }
.avatar-2 { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.avatar-3 { background: linear-gradient(135deg, #10b981, #06b6d4); }

.user-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.user-role {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

/* ==========================================================
   FAQ SECTION
   ========================================================== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  padding: 0;
}

.faq-question {
  width: 100%;
  padding: 1.35rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-family: var(--font-main);
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.faq-chevron {
  transition: transform var(--transition-fast);
  color: var(--accent-cyan);
}

.faq-answer {
  display: none;
  padding: 0 1.75rem 1.5rem 1.75rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  display: block;
}

/* ==========================================================
   DOWNLOAD CARD / FINAL CTA
   ========================================================== */
.download-card {
  padding: 4rem 3.5rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10, 17, 40, 0.95) 0%, rgba(13, 27, 62, 0.9) 100%);
  border: 1px solid rgba(0, 240, 255, 0.35);
  box-shadow: 0 20px 60px rgba(0, 240, 255, 0.15);
}

.download-glow {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.4), transparent 70%);
  filter: blur(80px);
}

.download-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.download-heading {
  font-size: 2.35rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.download-desc {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.qr-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  background: rgba(6, 11, 25, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.2);
}

.qr-code-placeholder {
  padding: 1rem;
  background: #040817;
  border-radius: 12px;
  border: 1px solid rgba(0, 240, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.25);
}

.qr-text {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

/* ==========================================================
   FOOTER
   ========================================================== */
.footer {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  background: #030611;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-tagline {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--text-primary);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-links a:hover {
  color: var(--accent-cyan);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.footer-bottom a {
  text-decoration: none;
}

/* ==========================================================
   RESPONSIVE DESIGN
   ========================================================== */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-subtitle {
    margin-inline: auto;
  }

  .store-buttons-container {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .calc-wrapper {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .download-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .download-card {
    padding: 2.5rem 1.75rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .nav-links, .nav-actions .btn {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .trust-flex {
    justify-content: center;
    gap: 1rem 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
