:root {
  --color-primary: #155DFC;
  --color-primary-dark: #0d47c9;
  --color-text-dark: #1a1f36;
  --color-text-body: #4a5565;
  --color-text-muted: #6b7280;
  --color-border: #e5e7eb;
  --color-bg-light: #f9fafb;
  --color-green-500: #22c55e;
  --color-purple-600: #9333ea;
  --color-orange-600: #ea580c;
  --color-pink-500: #ec4899;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--color-text-dark);
  background: #fff;
}

.gs-container {
  max-width: 1280px;
}

.gs-navbar {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.04);
}

.gs-brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
}

.gs-brand-icon {
  width: 24px;
  height: 24px;
}

.gs-brand-title {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--color-text-dark);
}

.gs-brand-subtitle {
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 500;
}

.gs-nav-links {
  gap: 6px;
}

.gs-nav-link {
  color: var(--color-text-body);
  padding: 8px 14px;
  border-radius: 10px;
  transition: all 0.2s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.gs-nav-link:hover {
  color: var(--color-primary);
  background: rgba(21, 93, 252, 0.08);
  text-decoration: none;
}

.gs-btn-primary {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.gs-btn-primary:hover {
  background: var(--color-primary-dark);
  color: #fff;
}

.gs-btn-outline {
  background: #fff;
  color: #374151;
  border: 1px solid var(--color-border);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.gs-btn-outline:hover {
  background: #f8fafc;
  color: #1f2937;
}

.gs-btn-lg {
  padding: 14px 28px;
  font-size: 1.05rem;
}

.gs-btn-icon {
  width: 20px;
  height: 20px;
}

.gs-icon-btn {
  border: none;
  background: transparent;
  padding: 8px;
  border-radius: 10px;
  color: var(--color-text-body);
  transition: all 0.2s ease;
}

.gs-icon-btn:hover {
  background: rgba(21, 93, 252, 0.08);
  color: var(--color-primary);
}

.gs-icon {
  width: 20px;
  height: 20px;
}

.mail-hero {
  padding: 96px 0 80px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.mail-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.5) 0%, rgba(239, 246, 255, 0) 100%);
  transform: skewX(-12deg) translateX(140px);
  z-index: 0;
}

.perspective-container {
  perspective: 1000px;
}

.mail-hero-content {
  max-width: 860px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 2;
}

.mail-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(59, 130, 246, 0.16);
  margin-bottom: 20px;
}

.mail-hero-badge-icon {
  width: 16px;
  height: 16px;
}

.mail-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 20px;
}

.mail-hero-title-highlight {
  display: block;
  background: linear-gradient(90deg, var(--color-primary), #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mail-hero-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 28px;
}

.mail-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media (min-width: 576px) {
  .mail-hero-actions {
    flex-direction: row;
    justify-content: center;
  }
}

.mail-preview {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.mail-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.mail-window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.mail-dot-red {
  background: #f87171;
}

.mail-dot-yellow {
  background: #fbbf24;
}

.mail-dot-green {
  background: #4ade80;
}

.mail-preview-url {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 0.75rem;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.mail-preview-lock {
  width: 12px;
  height: 12px;
  color: #22c55e;
}

.mail-preview-spacer {
  width: 40px;
}

.mail-preview-body {
  display: flex;
  min-height: 380px;
}

.mail-sidebar {
  width: 220px;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  flex-direction: column;
}

.mail-sidebar-top {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.mail-avatar {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.mail-sidebar-title {
  font-weight: 700;
  font-size: 0.85rem;
  color: #1f2937;
}

.mail-sidebar-subtitle {
  font-size: 0.65rem;
  color: #94a3b8;
}

.mail-compose-btn {
  margin-top: 12px;
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.mail-compose-icon {
  width: 16px;
  height: 16px;
}

.mail-sidebar-list {
  padding: 12px;
  flex: 1;
}

.mail-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}

.mail-sidebar-item.active {
  background: rgba(37, 99, 235, 0.15);
  color: #2563eb;
  font-weight: 600;
}

.mail-sidebar-item:hover {
  background: #f1f5f9;
}

.mail-sidebar-icon {
  width: 16px;
  height: 16px;
}

.mail-badge {
  font-size: 0.65rem;
  background: #2563eb;
  color: #fff;
  border-radius: 999px;
  padding: 2px 6px;
}

.mail-badge.muted {
  background: #e2e8f0;
  color: #64748b;
}

.mail-folder-title {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #94a3b8;
  margin: 16px 0 8px;
  padding: 0 8px;
}

.mail-folder-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #64748b;
  padding: 6px 8px;
  border-radius: 8px;
}

.mail-folder-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}

.dot-green {
  background: #34d399;
}

.dot-purple {
  background: #a855f7;
}

.dot-orange {
  background: #fb923c;
}

.mail-storage {
  padding: 12px 16px 16px;
  background: rgba(248, 250, 252, 0.8);
  border-top: 1px solid #e2e8f0;
  font-size: 0.7rem;
  color: #94a3b8;
}

.mail-storage-bar {
  background: #e2e8f0;
  height: 6px;
  border-radius: 999px;
  margin-top: 6px;
  overflow: hidden;
}

.mail-storage-progress {
  display: block;
  width: 15%;
  height: 100%;
  background: #3b82f6;
}

.mail-list {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.mail-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: rgba(255, 255, 255, 0.9);
  position: sticky;
  top: 0;
  z-index: 1;
}

.mail-list-icon {
  width: 18px;
  height: 18px;
  color: #94a3b8;
}

.mail-list-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
}

.mail-notice {
  position: relative;
}

.mail-notice-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  border: 2px solid #fff;
}

.mail-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #dbeafe;
  color: #2563eb;
  font-weight: 700;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
}

.mail-list-body {
  padding: 8px 0;
}

.mail-list-item {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #f8fafc;
  transition: all 0.2s ease;
}

.mail-list-item:hover {
  background: #f8fafc;
}

.mail-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #cbd5f5;
  margin-top: 6px;
  flex-shrink: 0;
}

.mail-status-dot.active {
  background: #2563eb;
  border-color: #2563eb;
}

.mail-list-content {
  flex: 1;
  min-width: 0;
}

.mail-sender {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f172a;
}

.mail-time {
  font-size: 0.7rem;
  color: #94a3b8;
}

.mail-subject {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1f2937;
  margin: 4px 0;
}

.mail-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mail-tag {
  font-size: 0.6rem;
  padding: 2px 6px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 600;
}

.tag-blue {
  color: #2563eb;
  background: #dbeafe;
  border-color: #bfdbfe;
}

.tag-green {
  color: #16a34a;
  background: #dcfce7;
  border-color: #bbf7d0;
}

.tag-purple {
  color: #7c3aed;
  background: #ede9fe;
  border-color: #ddd6fe;
}

.tag-orange {
  color: #ea580c;
  background: #ffedd5;
  border-color: #fed7aa;
}

.tag-gray {
  color: #64748b;
  background: #f1f5f9;
  border-color: #e2e8f0;
}

.tag-teal {
  color: #0f766e;
  background: #ccfbf1;
  border-color: #99f6e4;
}

.mail-snippet {
  font-size: 0.75rem;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mail-list-empty {
  padding: 16px;
  text-align: center;
  color: #94a3b8;
  font-size: 0.8rem;
}

.muted {
  color: #64748b;
}

.mail-stats {
  padding: 32px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  background: rgba(248, 250, 252, 0.7);
  font-weight: 700;
  color: #64748b;
}

.mail-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 0.95rem;
}

.mail-stat-icon svg {
  width: 18px;
  height: 18px;
  color: #2563eb;
}

.mail-features {
  padding: 96px 0;
  background: #fff;
}

.mail-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.mail-section-subtitle {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.mail-feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mail-feature-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.mail-feature-card:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.mail-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1f2937;
}

.mail-feature-card p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

.mail-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.mail-feature-icon svg {
  width: 20px;
  height: 20px;
}

.text-primary {
  color: var(--color-primary);
}

.text-purple {
  color: #7c3aed;
}

.mail-illustration {
  background: #f8fafc;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.mail-illustration-blob {
  position: absolute;
  inset: 0;
  background: #dbeafe;
  border-radius: 999px;
  filter: blur(64px);
  opacity: 0.6;
  z-index: 0;
}

.mail-illustration-card {
  width: 160px;
  height: 220px;
  border-radius: 32px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 20px 40px rgba(30, 64, 175, 0.25);
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.mail-illustration:hover .mail-illustration-card {
  transform: rotate(0deg) scale(1.05);
}

.mail-illustration-badge {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
  z-index: 3;
}

.mail-illustration-badge.badge-green {
  top: 40px;
  right: 60px;
  color: #22c55e;
}

.mail-illustration-badge.badge-blue {
  bottom: 40px;
  left: 60px;
  color: #2563eb;
}

.mail-illustration-grid {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background-image: linear-gradient(rgba(21, 93, 252, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 93, 252, 0.12) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.6;
}

.mail-network {
  margin-top: 64px;
  background: #155dfc;
  color: #fff;
  border-radius: 28px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(30, 64, 175, 0.25);
}

.mail-network-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}

.mail-network-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.mail-network-text {
  color: rgba(239, 246, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.mail-network-item {
  background: rgba(59, 130, 246, 0.35);
  border: 1px solid rgba(191, 219, 254, 0.2);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mail-network-check {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.3);
  border-radius: 50%;
  color: #bbf7d0;
}

.mail-network-phone {
  width: 200px;
  height: 340px;
  margin: 0 auto;
  border-radius: 32px;
  border: 6px solid #1e293b;
  background: #0f172a;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.mail-network-phone:hover {
  transform: rotate(0deg);
}

.mail-network-phone-screen {
  background: #f8fafc;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.mail-network-phone-top {
  height: 32px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail-network-notch {
  width: 80px;
  height: 14px;
  background: #1e293b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mail-network-phone-body {
  padding: 12px;
}

.mail-network-phone-card {
  height: 52px;
  border-radius: 12px;
  background: #f8fafc;
  margin-bottom: 10px;
}

.mail-network-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 93, 252, 0.12);
  color: #fff;
}

.mail-compare {
  padding: 96px 0;
  background: #f8fafc;
}

.mail-compare-table {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.mail-compare-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
}

.mail-compare-row:last-child {
  border-bottom: none;
}

.mail-compare-row.header {
  background: #f1f5f9;
  font-weight: 700;
}

.mail-compare-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  color: var(--color-primary);
  background: rgba(59, 130, 246, 0.08);
  border-radius: 10px;
  padding: 4px 10px;
}

.mail-cta {
  padding: 96px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.mail-cta-icon {
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 24px;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
  transform: rotate(3deg);
}

.mail-cta-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.mail-cta-text {
  max-width: 640px;
  margin: 0 auto 28px;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

.mail-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .mail-cta-actions {
    flex-direction: row;
  }
}

.mail-cta-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #94a3b8;
}

.mail-cta-blob {
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  filter: blur(40px);
}

.mail-cta-blob.blob-left {
  top: -80px;
  left: -80px;
}

.mail-cta-blob.blob-right {
  bottom: -80px;
  right: -80px;
  background: rgba(147, 51, 234, 0.12);
}

@media (max-width: 991px) {
  .mail-hero-title {
    font-size: 2.1rem;
  }

  .mail-preview-body {
    flex-direction: column;
  }

  .mail-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .mail-compare-row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .mail-compare-row.header {
    display: none;
  }

  .mail-compare-row > div {
    padding: 4px 0;
  }
}


/* New Company Page Styles */
.newcorp-hero {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.newcorp-hero-bg-shape {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(21, 93, 252, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

.newcorp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(34, 197, 94, 0.1);
  color: var(--color-green-500);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.newcorp-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--color-text-dark);
}

.newcorp-hero-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--color-text-body);
  margin-bottom: 32px;
  max-width: 540px;
}

.newcorp-hero-btns {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.newcorp-btn-primary {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(21, 93, 252, 0.25);
}

.newcorp-btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(21, 93, 252, 0.3);
  text-decoration: none;
  color: #fff;
}

.newcorp-btn-outline {
  background: #fff;
  color: var(--color-text-dark);
  border: 1px solid var(--color-border);
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.newcorp-btn-outline:hover {
  background: var(--color-bg-light);
  border-color: var(--color-text-muted);
  text-decoration: none;
  color: var(--color-text-dark);
}

.newcorp-hero-trust {
  display: flex;
  gap: 24px;
  color: var(--color-text-muted);
  font-size: 0.875rem;
  font-weight: 500;
}

.newcorp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.newcorp-trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-green-500);
}

/* Visual Card Section */
.newcorp-hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newcorp-visual-bg-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(21, 93, 252, 0.1) 0%, rgba(255,255,255,0) 70%);
  z-index: 0;
}

.newcorp-main-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.8);
}

.newcorp-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.newcorp-card-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.newcorp-card-name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text-dark);
}

.newcorp-card-sub {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.newcorp-status-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(34, 197, 94, 0.1);
  color: var(--color-green-500);
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 600;
}

.newcorp-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.newcorp-progress-section {
  margin-bottom: 24px;
}

.newcorp-progress-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-dark);
}

.newcorp-progress-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-primary);
}

.newcorp-progress-bar {
  height: 8px;
  background: var(--color-bg-light);
  border-radius: 4px;
  overflow: hidden;
}

.newcorp-progress-fill {
  height: 100%;
  background: var(--color-primary);
  border-radius: 4px;
}

.newcorp-stat-item {
  background: var(--color-bg-light);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.newcorp-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.newcorp-stat-icon-blue {
  background: var(--color-primary);
}

.newcorp-stat-icon-purple {
  background: var(--color-purple-600);
}

.newcorp-stat-label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.newcorp-stat-value {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-text-dark);
}

/* Floating Cards */
.newcorp-float-card {
  position: absolute;
  background: #fff;
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  z-index: 3;
  min-width: 140px;
  animation: float 6s ease-in-out infinite;
}

.newcorp-float-us { top: 10%; left: 0; animation-delay: 0s; }
.newcorp-float-uk { top: 20%; right: -20px; animation-delay: 1s; }
.newcorp-float-hk { bottom: 15%; left: -20px; animation-delay: 2s; }
.newcorp-float-sg { bottom: 5%; right: 10px; animation-delay: 3s; }

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

.newcorp-float-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-text-dark);
}

.newcorp-float-info {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Locations Section */
.newcorp-locations {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.newcorp-section-header {
  margin-bottom: 60px;
}

.newcorp-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 16px;
}

.newcorp-section-desc {
  font-size: 1.125rem;
  color: var(--color-text-body);
}

.newcorp-location-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.newcorp-location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border-color: var(--color-primary);
}

.newcorp-location-flag {
  font-size: 2rem;
  line-height: 1;
}

.newcorp-location-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  color: var(--color-text-dark);
}

.newcorp-location-time {
  font-size: 0.875rem;
  color: var(--color-green-500);
  font-weight: 500;
}

.newcorp-location-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

.newcorp-location-fee {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.newcorp-location-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.newcorp-location-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--color-text-body);
  margin-bottom: 12px;
}

.newcorp-location-btn {
  width: 100%;
  background: var(--color-bg-light);
  color: var(--color-text-dark);
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.newcorp-location-card:hover .newcorp-location-btn {
  background: var(--color-primary);
  color: #fff;
}

.newcorp-link-btn {
  background: none;
  border: none;
  color: var(--color-primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.newcorp-link-btn:hover {
  text-decoration: underline;
}

/* Why Section */
.newcorp-why {
  padding: 80px 0;
}

.newcorp-why-card {
  background: var(--color-bg-light);
  padding: 32px;
  border-radius: 24px;
  height: 100%;
  transition: all 0.3s ease;
}

.newcorp-why-card:hover {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.newcorp-why-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.newcorp-why-orange .newcorp-why-icon { color: var(--color-orange-600); }
.newcorp-why-blue .newcorp-why-icon { color: var(--color-primary); }
.newcorp-why-purple .newcorp-why-icon { color: var(--color-purple-600); }

.newcorp-why-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-text-dark);
}

.newcorp-why-desc {
  color: var(--color-text-body);
  line-height: 1.6;
  margin: 0;
}

.newcorp-why-highlight {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.newcorp-why-highlight-content {
  position: relative;
  z-index: 2;
  max-width: 70%;
}

.newcorp-why-highlight-icon {
  margin-bottom: 24px;
  opacity: 0.9;
}

.newcorp-why-highlight-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.newcorp-why-highlight-desc {
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin: 0;
}

.newcorp-why-highlight-bg {
  position: absolute;
  right: -40px;
  bottom: -40px;
  color: rgba(255,255,255,0.1);
  transform: rotate(-15deg);
}

/* Steps Section */
.newcorp-steps {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.newcorp-step-card {
  text-align: center;
  padding: 24px;
}

.newcorp-step-icon {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
}

.newcorp-step-icon-blue {
  background: rgba(21, 93, 252, 0.1);
  color: var(--color-primary);
}

.newcorp-step-icon-purple {
  background: rgba(147, 51, 234, 0.1);
  color: var(--color-purple-600);
}

.newcorp-step-icon-green {
  background: rgba(34, 197, 94, 0.1);
  color: var(--color-green-500);
}

.newcorp-step-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-text-dark);
}

.newcorp-step-desc {
  color: var(--color-text-body);
  line-height: 1.6;
}

/* FAQ Section */
.newcorp-faq {
  padding: 80px 0;
}

.newcorp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newcorp-faq-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

.newcorp-faq-item:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.newcorp-faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text-dark);
}

.newcorp-faq-tag {
  background: var(--color-bg-light);
  color: var(--color-primary);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
}

.newcorp-faq-answer {
  color: var(--color-text-body);
  line-height: 1.6;
  margin: 0;
  padding-left: 44px;
}


/* Reseller Page Styles */

/* Hero Section */
.reseller-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  overflow: hidden;
  position: relative;
}

.reseller-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-text-dark);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.reseller-hero p {
  font-size: 1.25rem;
  color: var(--color-text-body);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 32px;
}

.reseller-hero-btns {
  display: flex;
  gap: 16px;
}

/* Dashboard Visual Card (Complex 3D Effect) */
.reseller-visual-wrapper {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.reseller-visual-bg {
  position: absolute;
  border-radius: 24px;
  background: rgba(248, 250, 252, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 32px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reseller-visual-blob-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: rgba(191, 219, 254, 0.4); /* blue-200 */
  border-radius: 50%;
  filter: blur(100px);
  transform: translate(33%, -50%);
  z-index: 0;
}

.reseller-visual-blob-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: rgba(199, 210, 254, 0.4); /* indigo-200 */
  border-radius: 50%;
  filter: blur(80px);
  transform: translate(-33%, 50%);
  z-index: 0;
}

.reseller-dashboard-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.1); /* shadow-2xl blue-900 */
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  transform: rotateX(2deg) rotateY(-2deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.reseller-dashboard-card:hover {
  transform: rotateX(0) rotateY(0);
}

.reseller-dashboard-header {
  padding: 16px 24px;
  border-bottom: 1px solid #f8fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}

.reseller-dashboard-body {
  padding: 24px;
}

.reseller-stat-big {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--color-text-dark);
  letter-spacing: -0.02em;
}

.reseller-trend-badge {
  background: #f0fdf4; /* green-50 */
  color: #22c55e; /* green-500 */
  border: 1px solid #dcfce7; /* green-100 */
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Floating Notification Cards */
.reseller-float-card {
  position: absolute;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f5f9;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 6s ease-in-out infinite;
}

.reseller-float-1 {
  top: 20%;
  right: -20px;
  transform: rotate(6deg);
}

.reseller-float-2 {
  bottom: 20%;
  left: -20px;
  transform: rotate(-6deg);
}

/* Stats Section */
.reseller-stats {
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  background: rgba(249, 250, 251, 0.5); /* gray-50/50 */
  padding: 32px 0;
}

.reseller-stat-item {
  text-align: center;
}

@media (min-width: 768px) {
  .reseller-stat-item {
    text-align: left;
  }
}

.reseller-stat-number {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 4px;
}

.reseller-stat-label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Solutions Section */
.reseller-solutions {
  padding: 96px 0;
  background: #fff;
}

.reseller-solution-card {
  background: #f8fafc; /* slate-50 */
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
  height: 100%;
}

.reseller-solution-card:hover {
  background: #f1f5f9; /* slate-100 */
}

.reseller-solution-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.icon-purple { background: #f3e8ff; color: #9333ea; }
.icon-blue { background: #dbeafe; color: #2563eb; }
.icon-green { background: #dcfce7; color: #16a34a; }

.reseller-solution-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-text-dark);
}

.reseller-solution-desc {
  font-size: 0.875rem;
  color: var(--color-text-body);
  line-height: 1.6;
  margin-bottom: 24px;
}

.reseller-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reseller-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--color-text-body);
  margin-bottom: 8px;
}

/* Testimonials Section */
.reseller-testimonials {
  padding: 96px 0;
  background: #f8fafc; /* slate-50 */
}

.reseller-testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reseller-testimonial-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.reseller-testimonial-text {
  font-style: italic;
  color: var(--color-text-body);
  margin-bottom: 24px;
  flex: 1;
}

.reseller-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reseller-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.75rem;
  color: #64748b;
}

.reseller-user-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text-dark);
}

.reseller-user-role {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

/* FAQ Section */
.reseller-faq {
  padding: 96px 0;
  background: #fff;
}

.reseller-faq-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 32px;
}

.reseller-faq-item {
  border-bottom: 1px solid #f1f5f9;
}

.reseller-faq-item:last-child {
  border-bottom: none;
}

.reseller-faq-btn {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  font-weight: 500;
  color: var(--color-text-dark);
  transition: color 0.2s ease;
}

.reseller-faq-btn:hover {
  color: var(--color-primary);
  text-decoration: none;
}

/* CTA Section */
.reseller-cta {
  padding: 96px 0;
  background: #1a1f36; /* slate-900 */
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.reseller-cta h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.reseller-cta p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 40px;
}

.reseller-cta-bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}

.reseller-cta-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
}

/* ========== Reseller Partner Program Page Styles ========== */

/* --- Hero Section --- */
.reseller-hero {
  position: relative;
  padding: 6rem 0 8rem;
  background: linear-gradient(to bottom, rgba(239, 246, 255, 0.5), #ffffff, #ffffff);
  overflow: hidden;
}

.reseller-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.reseller-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-text-dark);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.reseller-hero-subtitle {
  font-size: 1.25rem;
  color: var(--color-text-body);
  margin-bottom: 40px;
  line-height: 1.6;
}

/* --- Stats Section --- */
.reseller-stats-section {
  padding: 4rem 0;
  background: #fff;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.reseller-stat-item {
  text-align: center;
  padding: 1rem;
}

.reseller-stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 8px;
}

.reseller-stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- Feature Sections --- */
.reseller-section {
  padding: 6rem 0;
  position: relative;
}

.reseller-section-alt {
  background-color: #f8fafc;
}

.reseller-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 1rem;
  text-align: center;
}

.reseller-section-subtitle {
  font-size: 1.125rem;
  color: var(--color-text-body);
  max-width: 700px;
  margin: 0 auto 4rem;
  text-align: center;
}

/* --- Feature Cards --- */
.reseller-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.reseller-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.08);
  border-color: rgba(21, 93, 252, 0.2);
}

.reseller-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: rgba(21, 93, 252, 0.1);
  color: var(--color-primary);
}

.reseller-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 0.75rem;
}

.reseller-card-text {
  color: var(--color-text-body);
  line-height: 1.6;
}

/* --- Step Process --- */
.reseller-step-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  border: 1px solid var(--color-border);
}

.reseller-step-number {
  font-size: 4rem;
  font-weight: 800;
  color: rgba(21, 93, 252, 0.1);
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  line-height: 1;
}

/* --- FAQ --- */
.reseller-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  margin-bottom: 1rem;
  overflow: hidden;
}

.reseller-faq-btn {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--color-text-dark);
  cursor: pointer;
  transition: all 0.2s;
}

.reseller-faq-btn:hover {
  color: var(--color-primary);
  background: #f9fafb;
}

/* --- CTA Section --- */
.reseller-cta-section {
  padding: 6rem 0;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.reseller-cta-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
}

.reseller-cta-text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.reseller-btn-white {
  background: #fff;
  color: var(--color-primary);
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  transition: all 0.2s;
}

.reseller-btn-white:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: var(--color-primary-dark);
}

.reseller-btn-outline-white {
  background: transparent;
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
}

.reseller-btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  text-decoration: none;
  color: #fff;
}

/* ========== Reseller Hero Restoration Styles ========== */

/* Hero Container */
.reseller-hero-restored {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(239, 246, 255, 0.5), #ffffff, #ffffff);
}

/* Background Effects Container */
.reseller-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* Top Right Blob */
.reseller-blob-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 800px;
  background-color: rgba(219, 234, 254, 0.4); /* blue-100 */
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0.5;
  transform: translate(33%, -25%);
}

/* Bottom Left Blob */
.reseller-blob-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background-color: rgba(224, 231, 255, 0.4); /* indigo-100 */
  border-radius: 9999px;
  filter: blur(100px);
  opacity: 0.5;
  transform: translate(-25%, 25%);
}

/* Noise Texture */
.reseller-noise {
  position: absolute;
  inset: 0;
  background-image: url('https://grainy-gradients.vercel.app/noise.svg');
  opacity: 0.2;
  mix-blend-mode: soft-light;
}

/* 3D Perspective Wrapper */
.reseller-3d-wrapper {
  position: relative;
  perspective: 1000px;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 10;
}

/* Background Glow behind Card */
.reseller-card-glow {
  position: absolute;
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
  background: linear-gradient(to right, #3b82f6, #6366f1);
  border-radius: 2rem;
  opacity: 0.2;
  filter: blur(24px);
  z-index: -10;
}

/* Center Pulse Glow */
.reseller-center-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: linear-gradient(to top right, rgba(219, 234, 254, 0.4), rgba(243, 232, 255, 0.4), rgba(224, 231, 255, 0.4));
  border-radius: 9999px;
  filter: blur(100px);
  pointer-events: none;
  animation: pulse-slow 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-slow {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

/* Glass Card */
.reseller-glass-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 520px;
  margin: 0 auto; /* Center horizontally */
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transform: rotateX(5deg) rotateY(-5deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

/* Card Inner Gradient Overlay */
.reseller-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0.4), transparent, transparent);
  opacity: 0.5;
  pointer-events: none;
}

/* Floating Badges */
.reseller-float-badge-1 {
  position: absolute;
  top: 15%;
  right: -5%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 11rem;
  transform: rotate(6deg);
  transition: transform 0.3s ease;
}

.reseller-float-badge-1:hover {
  transform: rotate(0deg);
}

.reseller-float-badge-2 {
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  padding: 0.75rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.reseller-float-badge-2:hover {
  transform: rotate(0deg);
}

/* Chart Styles */
.reseller-chart-container {
  position: relative;
  height: 8rem;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: rgba(248, 250, 252, 0.5);
  border: 1px solid #f1f5f9;
  padding: 1rem;
  overflow: hidden;
}

.reseller-chart-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.reseller-chart-dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

/* User Avatars in Floating Badge 2 */
.reseller-avatar-group {
  display: flex;
  margin-left: -0.5rem;
}

.reseller-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 2px solid #fff;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 700;
  color: #64748b;
  margin-left: -0.5rem;
}

.reseller-avatar:first-child {
  margin-left: 0;
}

/* ========== Reseller Animations & Interactions ========== */

/* --- Hero Animations --- */

/* Floating Blobs Animation */
@keyframes blob-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -50px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
}

.reseller-blob-1 {
  animation: blob-float 10s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}

.reseller-blob-2 {
  animation: blob-float 12s infinite alternate-reverse cubic-bezier(0.4, 0, 0.2, 1);
}

/* 3D Card Floating Animation */
@keyframes card-hover {
  0%, 100% { transform: rotateX(5deg) rotateY(-5deg) translateY(0); }
  50% { transform: rotateX(5deg) rotateY(-5deg) translateY(-20px); }
}

.reseller-glass-card {
  animation: card-hover 6s ease-in-out infinite;
}

/* Badge Floating Animation */
@keyframes badge-float-1 {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-10px); }
}

.reseller-float-badge-1 {
  animation: badge-float-1 5s ease-in-out infinite;
}

@keyframes badge-float-2 {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-5deg) translateY(-15px); }
}

.reseller-float-badge-2 {
  animation: badge-float-2 7s ease-in-out infinite;
}

/* --- FAQ Interactions --- */
.reseller-faq-item {
  border: 1px solid var(--color-border);
  border-radius: 12px;
  margin-bottom: 1rem;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.reseller-faq-item.active {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(21, 93, 252, 0.08);
}

.reseller-faq-header {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--color-text-dark);
  cursor: pointer;
  outline: none !important;
}

.reseller-faq-header:hover {
  color: var(--color-primary);
  background-color: #f9fafb;
}

.reseller-faq-icon {
  transition: transform 0.3s ease;
  color: var(--color-text-muted);
}

.reseller-faq-header[aria-expanded="true"] .reseller-faq-icon {
  transform: rotate(45deg);
  color: var(--color-primary);
}

.reseller-faq-body {
  padding: 0 1.5rem 1.5rem;
  color: var(--color-text-body);
  font-size: 0.95rem;
  line-height: 1.6;
  border-top: 1px solid transparent;
}

.reseller-faq-header[aria-expanded="true"] + .reseller-faq-body {
  border-top-color: #f1f5f9;
  padding-top: 1rem;
}

/* ========== Reseller Activity Animations ========== */

@keyframes slide-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reseller-activity-item {
  animation: slide-in-up 0.6s ease-out forwards;
  opacity: 0; /* Start hidden */
}

.reseller-activity-item:nth-child(1) {
  animation-delay: 0.2s;
}

.reseller-activity-item:nth-child(2) {
  animation-delay: 1.5s; /* Delay to show it popping in later */
}

/* Icon Pulse for the new item */
@keyframes icon-pop {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}

.reseller-icon-pop {
  animation: icon-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 1.7s; /* Sync with item appearance */
  opacity: 0;
  transform-origin: center;
}

/* Success Text Fade In */
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.reseller-text-fade {
  animation: fade-in 0.5s ease-out forwards;
  animation-delay: 2s;
  opacity: 0;
}
