/* ==========================================================================
   GiziTech - Electronics Trade-in & Cash Landing Page
   Ultra-Luxurious Dual Hybrid Design (Dark Hero + Crisp High-Converting Content)
   ========================================================================== */

:root {
  --bg-primary: #f8fafc;
  --bg-surface: #ffffff;
  --bg-surface-elevated: #f1f5f9;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --accent-color: #6d28d9;       /* Gizmogo Electric Purple */
  --accent-hover: #5b21b6;
  --accent-orange: #ff6b00;      /* Gizmogo Vibrant Orange */
  --accent-glow: rgba(109, 40, 217, 0.35);
  --accent-light: #f3e8ff;
  --border-color: #e2e8f0;
  --card-shadow: 0 20px 40px -15px rgba(109, 40, 217, 0.12);
  
  --header-bg: rgba(15, 23, 42, 0.96);
  --header-border: rgba(139, 92, 246, 0.3);
  --header-text: #ffffff;
  
  --hero-overlay: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.82) 100%);
  --hero-text: #ffffff;
  --hero-subtext: #e2e8f0;
  
  --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-family); background-color: var(--bg-primary); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

/* Header */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; display: block; }
.header-navbar { width: 100%; background: rgba(8, 12, 24, 0.96); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid rgba(255, 255, 255, 0.16); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.7); padding: 0; }
.header-container { display: flex; align-items: center; justify-content: space-between; height: 56px; }
.logo { display: flex; align-items: center; gap: 0.6rem; font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; color: #ffffff; }
.logo-icon-wrapper { width: 32px; height: 32px; background: linear-gradient(135deg, #7c3aed 0%, #ff6b00 100%); border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4); border: 1px solid rgba(255, 255, 255, 0.2); overflow: hidden; }
.logo-icon-wrapper svg { width: 16px; height: 16px; color: #ffffff; }
.brand-logo-img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; display: block; }
.logo .logo-accent { background: linear-gradient(135deg, #a78bfa 0%, #ff6b00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; }
.logo-brand-link { display: inline-flex; align-items: center; text-decoration: none; transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
.logo-brand-link:hover { transform: scale(1.03); }
.main-header-logo { height: 40px; width: auto; object-fit: contain; display: block; filter: contrast(1.15) brightness(1.15) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6)); }
.main-footer-logo { height: 52px; width: auto; object-fit: contain; display: block; margin-bottom: 0.75rem; filter: contrast(1.15) brightness(1.15) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6)); }
.nav-links { display: flex; align-items: center; gap: 0.5rem; list-style: none; }
.nav-links a { font-size: 0.86rem; font-weight: 800; color: #ffffff; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); transition: var(--transition); position: relative; padding: 0.35rem 0.9rem; border-radius: 9999px; }
.nav-links a:hover { color: #ffffff; background: rgba(255, 255, 255, 0.12); box-shadow: 0 0 15px rgba(255, 255, 255, 0.2); }
.header-actions { display: flex; align-items: center; gap: 0.85rem; }
.btn-header { position: relative; background: linear-gradient(135deg, #ff6b00 0%, #ff8500 50%, #ea580c 100%); color: #ffffff; padding: 0.45rem 1.15rem; border-radius: 9999px; font-weight: 800; font-size: 0.82rem; transition: var(--transition); box-shadow: 0 4px 22px rgba(255, 107, 0, 0.65), 0 0 12px rgba(255, 107, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.35); cursor: pointer; text-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.btn-header:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255, 107, 0, 0.85); }

/* Centered Hero Section */
.hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; padding: 125px 0 45px; text-align: center; box-sizing: border-box; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--hero-overlay); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; color: var(--hero-text); width: 100%; }

.hero-glass-card {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 1.75rem 1.75rem;
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.7), 0 0 35px rgba(124, 58, 237, 0.2);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #7c3aed 35%, #ff6b00 65%, transparent 100%);
  opacity: 0.9;
}

.hero h1 { font-size: 2.85rem; font-weight: 800; line-height: 1.18; letter-spacing: -0.025em; margin-bottom: 0.85rem; color: #ffffff; text-shadow: 0 4px 18px rgba(0, 0, 0, 0.95); }
.hero h1 span { background: linear-gradient(135deg, #fbbf24 0%, #ff6b00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; }
.hero-subtitle { font-size: 1.02rem; color: #cbd5e1; line-height: 1.55; margin-bottom: 1.2rem; max-width: 680px; margin-left: auto; margin-right: auto; font-weight: 500; }
.hero-subtitle-highlight { display: block; margin-top: 0.4rem; color: #ffd700; font-weight: 700; font-size: 1.05rem; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8); }

/* Standalone Category Selector Section (Compact & Ultra-Premium) */
.category-section {
  padding: 12px 0 20px;
  background: linear-gradient(180deg, #0b1120 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.category-standalone-card {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.7), 0 0 35px rgba(124, 58, 237, 0.25), 0 0 20px rgba(255, 107, 0, 0.15);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.category-standalone-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #7c3aed 30%, #ff6b00 70%, transparent 100%);
}

.card-header-badge {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  padding: 0.3rem 0.9rem;
  border-radius: 9999px;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 10px rgba(251, 191, 36, 0.15);
}

.device-category-grid-compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  text-align: left;
}

.device-cat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.85rem 1.15rem;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.device-cat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7c3aed, #ff6b00);
  transition: width 0.3s ease;
}
.device-cat-item:hover {
  background: rgba(124, 58, 237, 0.18);
  border-color: rgba(255, 107, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(124, 58, 237, 0.2);
}
.device-cat-item:hover::after {
  width: 100%;
}

.cta-group { display: flex; flex-direction: column; align-items: center; gap: 1.15rem; width: 100%; }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 0.85rem; background: linear-gradient(135deg, #ff6b00 0%, #ea580c 100%); color: #ffffff; padding: 1.05rem 2.5rem; font-size: 1.05rem; font-weight: 700; border-radius: 14px; transition: var(--transition); box-shadow: 0 10px 25px -4px rgba(255, 107, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.2); cursor: pointer; text-decoration: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -4px rgba(255, 107, 0, 0.7); }

.cat-icon {
  font-size: 1.4rem;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cat-info strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
}
.cat-info span {
  font-size: 0.78rem;
  color: #94a3b8;
}
.cat-arrow {
  font-size: 1.1rem;
  color: #ff6b00;
  font-weight: 800;
  transition: transform 0.25s ease;
}
.device-cat-item:hover .cat-arrow {
  transform: translateX(4px);
  color: #fbbf24;
}

.hero-process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.65rem 0.95rem;
  border-radius: 14px;
}
.process-step {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.step-num {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #ff6b00 0%, #ea580c 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: #cbd5e1;
}
.step-arrow {
  color: #64748b;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Sections */
.section { padding: 48px 0; }
.trust-section { background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); border-bottom: 1px solid var(--border-color); padding: 50px 0; }
.section-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #7c3aed;
  background: #f3e8ff;
  border: 1px solid rgba(124, 58, 237, 0.25);
  padding: 0.25rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-title { text-align: center; margin-bottom: 1.75rem; }
.section-title h2 { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.025em; color: #0f172a; margin-bottom: 0.4rem; }
.section-title p { font-size: 1rem; color: var(--text-muted); max-width: 620px; margin: 0 auto; }

.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; }
.trust-card {
  background: #ffffff;
  padding: 1.85rem 1.5rem 1.5rem;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  text-align: center;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.trust-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #7c3aed 0%, #ff6b00 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.trust-card:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 25px 50px -12px rgba(109, 40, 217, 0.16), 0 0 20px rgba(255, 107, 0, 0.1);
}
.trust-card:hover::before {
  opacity: 1;
}
.card-chip {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #64748b;
  background: #f1f5f9;
  padding: 0.22rem 0.6rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  transition: var(--transition);
}
.trust-card:hover .card-chip {
  color: #7c3aed;
  background: #f3e8ff;
  border-color: rgba(124, 58, 237, 0.3);
}
.trust-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(255, 107, 0, 0.1) 100%);
  color: #7c3aed;
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.35s ease;
}
.trust-icon svg { width: 30px; height: 30px; transition: transform 0.35s ease; }
.trust-card:hover .trust-icon {
  background: linear-gradient(135deg, #7c3aed 0%, #ff6b00 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
}
.trust-card:hover .trust-icon svg {
  transform: scale(1.1) rotate(-3deg);
}
.trust-card h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 0.65rem; color: #0f172a; }
.trust-card p { font-size: 0.95rem; color: #475569; line-height: 1.6; }

/* Steps */
.working-section { background-color: var(--bg-primary); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.step-card { background-color: var(--bg-surface); padding: 1.6rem 1.35rem; border-radius: 20px; border: 1px solid var(--border-color); position: relative; transition: var(--transition); }
.step-card:hover { box-shadow: var(--card-shadow); border-color: var(--accent-color); }
.step-number { font-size: 2.5rem; font-weight: 900; color: var(--accent-color); opacity: 0.25; position: absolute; top: 1.5rem; right: 1.75rem; }
.step-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; padding-right: 2rem; }
.step-card p { font-size: 0.95rem; color: var(--text-secondary); }

/* Premium Footer */
.footer { background-color: #0f172a; color: #ffffff; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 40px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 2rem; margin-bottom: 2rem; }
.footer-brand p { margin-top: 0.75rem; font-size: 0.9rem; color: #94a3b8; max-width: 320px; }
.footer-col h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.85rem; color: #ffffff; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { font-size: 0.88rem; color: #cbd5e1; transition: var(--transition); }
.footer-col a:hover { color: #a78bfa; }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; color: #94a3b8; }

/* Modal */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(15, 23, 42, 0.8); backdrop-filter: blur(8px); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition); }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-card { background-color: var(--bg-surface); width: 100%; max-width: 500px; padding: 2.5rem; border-radius: 24px; border: 1px solid var(--border-color); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3); position: relative; transform: translateY(20px); transition: var(--transition); }
.modal-overlay.active .modal-card { transform: translateY(0); }
.modal-close { position: absolute; top: 1.25rem; right: 1.25rem; background: transparent; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-muted); }
.modal-card h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 0.5rem; }
.modal-card p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; }
.form-control { width: 100%; padding: 0.85rem 1rem; border-radius: 12px; border: 1px solid var(--border-color); background-color: var(--bg-primary); color: var(--text-primary); font-family: inherit; font-size: 0.95rem; }
.btn-submit { width: 100%; padding: 1rem; background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); color: #ffffff; font-weight: 700; border: none; border-radius: 12px; font-size: 1rem; cursor: pointer; transition: var(--transition); box-shadow: 0 6px 20px var(--accent-glow); }

/* Legal Content */
.page-header { padding: 150px 0 50px; background-color: #0f172a; color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.page-header h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 0.5rem; }
.legal-content { padding: 60px 0 90px; max-width: 860px; }
.legal-content h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 1rem; }
.legal-content p { color: var(--text-secondary); margin-bottom: 1.25rem; }
.legal-content ul { margin-bottom: 1.25rem; padding-left: 1.5rem; color: var(--text-secondary); }

@media (max-width: 992px) { .hero h1 { font-size: 2.6rem; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.1rem; } .hero-glass-card { padding: 2rem 1.25rem; border-radius: 20px; } .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; } }

/* Preloader Styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #04060c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader-graphic-card {
  width: 360px;
  max-width: 88vw;
  height: 360px;
  max-height: 88vw;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(14, 165, 233, 0.45), 0 0 80px rgba(255, 107, 0, 0.45);
  animation: preloader-pulse 2.2s ease-in-out infinite alternate;
}
.preloader-graphic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes preloader-pulse {
  0% { transform: scale(0.96); filter: brightness(0.95); }
  100% { transform: scale(1.03); filter: brightness(1.1); box-shadow: 0 0 80px rgba(14, 165, 233, 0.65), 0 0 100px rgba(255, 107, 0, 0.65); }
}
.preloader-logo .logo-icon-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(124, 58, 237, 0.65), 0 0 30px rgba(255, 107, 0, 0.35);
  overflow: hidden;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
.preloader-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.preloader-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(255, 255, 255, 0.12);
  border-top-color: #ff6b00;
  border-right-color: #7c3aed;
  border-radius: 50%;
  animation: preloader-spin 0.7s linear infinite;
}
@keyframes preloader-spin {
  to { transform: rotate(360deg); }
}

.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1.1rem;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.hero-trust-pill .stars { color: #fbbf24; letter-spacing: 2px; }
.hero-trust-pill .divider { color: #64748b; }

.hero-features-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 9999px;
  font-size: 0.83rem;
  font-weight: 600;
  color: #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Floating Bottom Action Bar (Ultra-Sleek Floating Pill Version) */
.floating-bottom-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 160%);
  opacity: 0;
  pointer-events: none;
  width: calc(100% - 32px);
  max-width: 680px;
  z-index: 99999;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.65), 0 0 25px rgba(255, 107, 0, 0.35);
  padding: 0.45rem 0.75rem 0.45rem 1.25rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-bottom-bar.visible {
  transform: translate(-50%, 0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.floating-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.floating-bar-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow: hidden;
}

.floating-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  background: rgba(255, 107, 0, 0.15);
  color: #ff9d00;
  border: 1px solid rgba(255, 107, 0, 0.35);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 9999px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.floating-text {
  font-size: 0.83rem;
  color: #e2e8f0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-bar-action {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.btn-floating {
  background: linear-gradient(135deg, #ff6b00 0%, #ea580c 100%);
  color: #ffffff;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.4);
  transition: var(--transition);
  white-space: nowrap;
}

.btn-floating:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 107, 0, 0.6);
}

.floating-close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #94a3b8;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  flex-shrink: 0;
}

.floating-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* How It Works Section */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.steps-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 960px;
  margin: 1.25rem auto 0;
}
.steps-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #64748b;
  flex-wrap: wrap;
}
.steps-trust-strip .divider {
  color: #cbd5e1;
}
.step-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  position: relative;
  transition: var(--transition);
  box-shadow: var(--card-shadow);
}
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(109, 40, 217, 0.4);
  box-shadow: 0 20px 45px -15px rgba(109, 40, 217, 0.2);
}
.step-num {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--accent-orange);
  background: rgba(255, 107, 0, 0.1);
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(255, 107, 0, 0.3);
}
.step-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
}
.step-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Value Factors Section */
.factors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}
.factor-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.25rem 1rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04);
}
.factor-card:hover {
  transform: translateY(-3px);
  border-color: #a78bfa;
}
.factor-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.factor-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.factor-card p {
  font-size: 0.85rem;
  color: #475569;
}
.factor-disclaimer {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.82rem;
  color: #64748b;
  font-style: italic;
}

/* Data Protection Section */
.data-prep-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 24px;
  padding: 2rem 1.75rem;
  color: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.data-prep-card h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prep-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.prep-step-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1rem 0.85rem;
}
.prep-step-num {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ff6b00;
  margin-bottom: 0.25rem;
}
.prep-step-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.prep-step-item p {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
}

/* FAQ Accordion Section */
.faq-grid {
  max-width: 860px;
  margin: 1.25rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition);
}
.faq-item:hover {
  border-color: #cbd5e1;
}
.faq-question {
  width: 100%;
  padding: 0.85rem 1.15rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: inherit;
}
.faq-question .faq-icon {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
  color: #6d28d9;
  font-weight: 800;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.15rem;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 1.15rem 0.85rem;
}

/* Final CTA Section */
.final-cta-card {
  background: linear-gradient(135deg, #0f172a 0%, #311068 100%);
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 24px;
  padding: 2.25rem 1.5rem;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 50px -15px rgba(109, 40, 217, 0.3);
}
.final-cta-card h2 {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.final-cta-card p {
  font-size: 1rem;
  color: #cbd5e1;
  margin-bottom: 1.25rem;
}

/* Affiliate Disclosure Box */
.affiliate-disclosure-box {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    text-align: center;
  }
  .hero-left {
    align-items: center;
  }
  .hero-left h1 {
    font-size: 2.2rem;
  }
  .hero-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-group {
    align-items: center;
  }
  .payment-trust-bar {
    justify-content: center;
  }
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 115px 0 35px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 32px 0;
  }
  .device-category-grid-compact {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .device-cat-item {
    padding: 0.55rem 0.65rem;
    gap: 0.4rem;
  }
  .cat-icon {
    font-size: 1.25rem;
  }
  .cat-info strong {
    font-size: 0.8rem;
  }
  .cat-info span {
    font-size: 0.68rem;
  }
  .hero-category-box {
    padding: 0.75rem;
    margin: 0.4rem 0 1rem;
  }
  .top-marquee-bar {
    font-size: 0.68rem;
    padding: 0.2rem 0;
  }
  .header-container {
    height: 52px;
    padding: 0 0.85rem;
  }
  .main-header-logo {
    height: 32px;
  }
  .main-footer-logo {
    height: 38px;
  }
  .logo {
    font-size: 1.15rem;
    gap: 0.5rem;
  }
  .logo-icon-wrapper {
    width: 30px;
    height: 30px;
  }
  .preloader-logo .logo-icon-wrapper {
    width: 96px;
    height: 96px;
    border-radius: 20px;
  }
  .logo-icon-wrapper svg {
    width: 15px;
    height: 15px;
  }
  .btn-header {
    padding: 0.35rem 0.85rem;
    font-size: 0.74rem;
    font-weight: 700;
  }
  .hero {
    min-height: auto;
    padding: 110px 0 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-glass-card {
    width: calc(100% - 28px);
    max-width: 420px;
    margin: 0 auto;
    background: rgba(10, 16, 30, 0.62);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    padding: 1.25rem 0.95rem 1rem;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.85), 0 0 25px rgba(255, 107, 0, 0.25);
  }
  .hero h1 {
    font-size: 1.5rem;
    line-height: 1.22;
    margin-bottom: 0.45rem;
  }
  .hero-subtitle {
    font-size: 0.82rem;
    line-height: 1.45;
    margin-bottom: 0.75rem;
    color: #cbd5e1;
  }
  .hero-subtitle-highlight {
    font-size: 0.85rem;
    color: #ffd700;
    font-weight: 700;
    margin-top: 0.35rem;
  }
  .btn-primary {
    width: 100%;
    padding: 0.72rem 1.15rem;
    font-size: 0.9rem;
    border-radius: 12px;
  }
  .hero-features-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    width: 100%;
    margin-top: 0.75rem;
  }
  .feature-pill {
    width: auto;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9999px;
  }
  .trust-section {
    padding: 35px 0;
  }
  .section-title {
    margin-bottom: 1.1rem;
  }
  .section-title h2 {
    font-size: 1.55rem;
  }
  .section-title p {
    font-size: 0.95rem;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .trust-card {
    padding: 2rem 1.25rem 1.75rem;
    border-radius: 20px;
  }
  .floating-bottom-bar {
    bottom: 14px;
    left: 50%;
    transform: translate(-50%, 160%);
    width: calc(100% - 24px);
    max-width: 440px;
    padding: 0.45rem 0.65rem 0.45rem 0.95rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 107, 0, 0.5);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.85), 0 0 20px rgba(255, 107, 0, 0.45);
    z-index: 99999;
  }
  .floating-bottom-bar.visible {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .floating-bar-container {
    gap: 0.4rem;
    justify-content: space-between;
  }
  .floating-badge {
    font-size: 0.72rem;
    padding: 0.22rem 0.55rem;
  }
  .floating-text {
    display: none;
  }
  .btn-floating {
    padding: 0.5rem 1.1rem;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 4px 18px rgba(255, 107, 0, 0.6);
  }
  .floating-close {
    width: 26px;
    height: 26px;
    font-size: 1.1rem;
  }
  .modal-card {
    width: 94%;
    padding: 1.75rem 1.25rem;
    border-radius: 20px;
  }
  .steps-grid, .factors-grid, .prep-steps-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .data-prep-card {
    padding: 2rem 1.25rem;
  }
  .data-prep-card h2 {
    font-size: 1.5rem;
  }
  .final-cta-card {
    padding: 2.5rem 1.25rem;
  }
  .final-cta-card h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .header-container {
    height: 50px;
    padding: 0 0.75rem;
  }
  .main-header-logo {
    height: 30px;
  }
  .btn-header {
    padding: 0.32rem 0.75rem;
    font-size: 0.72rem;
  }
  .hero {
    padding: 100px 0 25px;
  }
  .hero-glass-card {
    width: calc(100% - 20px);
    padding: 1.15rem 0.85rem 0.95rem;
  }
  .hero h1 {
    font-size: 1.38rem;
    line-height: 1.2;
  }
  .hero-subtitle {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .hero-subtitle-highlight {
    font-size: 0.82rem;
  }
}

/* Top Announcement Marquee Ticker Bar */
.top-marquee-bar {
  width: 100%;
  background: linear-gradient(90deg, #2b0054 0%, #5b21b6 50%, #2b0054 100%);
  border-bottom: 1px solid rgba(255, 107, 0, 0.45);
  overflow: hidden;
  padding: 0.35rem 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffd700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 215, 0, 0.3);
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  animation: marquee-scroll 32s linear infinite;
}

.top-marquee-bar:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
