
#cn-result {
  margin-top: 20px;
}

/* Modern Page Layout */
.catfishnumr-container {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.catfishnumr-header {
  text-align: center;
  margin-bottom: 40px;
}

.catfishnumr-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
  letter-spacing: -0.025em;
}

.catfishnumr-subtitle {
  font-size: 18px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
}

.catfishnumr-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.catfishnumr-nav-item {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  position: relative;
}

.catfishnumr-nav-item:hover {
  color: #4285f4;
}

.catfishnumr-nav-item.active {
  color: #4285f4;
}

.catfishnumr-nav-item.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #4285f4;
  border-radius: 1px;
}

/* Message styling */
.cn-message {
  padding: 12px 16px;
  border-radius: 6px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}

.cn-message-success {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.cn-message-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.cn-message-info {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.cn-message-warning {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

/* Modern Intl Tel Input Styling */
.iti {
  width: 100%;
  flex: 1;
}

.iti__country-list {
  z-index: 9999 !important;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 300px !important;
  position: absolute !important;
  bottom: 100% !important;
  top: auto !important;
  margin-bottom: 5px !important;
  transform: none !important;
}

.iti__selected-flag {
  padding: 16px 12px 16px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.iti__selected-flag:hover {
  background: rgba(66, 133, 244, 0.05);
}

.iti__flag-container {
  padding: 0;
}

.iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #9ca3af;
  margin-left: 8px;
}

.cn-input-group .iti {
  flex: 1;
  background: transparent;
  border-radius: 8px;
  height: 50px;
  position: relative;
}

/* Ensure parent containers don't clip the dropdown */
.lookup-form,
.tab-content,
.cn-lookup-container {
  overflow: visible !important;
}

.cn-input-group {
  overflow: visible !important;
  position: relative;
}

#email-tab .cn-input-group {
  flex-wrap: nowrap !important;
}

/* Homepage shortcode: keep intl-tel-input dropdown visible and opening downward */
.catfishnumr-lookup-wrapper .cn-card,
.catfishnumr-lookup-wrapper .lookup-form,
.catfishnumr-lookup-wrapper .cn-input-group,
.catfishnumr-lookup-wrapper .iti {
  overflow: visible !important;
}

.catfishnumr-lookup-wrapper .iti {
  position: relative;
  z-index: 10;
}

.catfishnumr-lookup-wrapper .iti__country-list {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  bottom: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 10000 !important;
  background: #fff !important;
  opacity: 1 !important;
}

.iti__country-list .iti__country {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.iti__country-list .iti__country:hover {
  background: #f8f9fa;
}

.iti__country-list .iti__country.iti__highlight {
  background: #4285f4;
  color: white;
}

.cn-input-group .iti input,
.cn-input-group input[type="tel"],
.cn-input-group input[type="email"] {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 12px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #1f2937;
  transition: all 0.3s ease;
  outline: none;
  min-height: 50px;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.cn-input-group .iti input::placeholder,
.cn-input-group input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.cn-input-group .iti input:focus,
.cn-input-group input:focus {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Catfish Numr Phone Lookup CSS - Modern Design */
.cn-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.cn-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

.catfishnumr-lookup-wrapper {
  text-align: center;
  position: relative;
  z-index: 100;
  isolation: isolate;
}

@media (max-width: 768px) {
  .catfishnumr-container {
    padding: 20px 1rem;
  }
  
  .cn-card {
    padding: 32px 24px;
    margin: 20px 0;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .catfishnumr-title {
    font-size: 24px;
  }
  
  .catfishnumr-subtitle {
    font-size: 16px;
  }
}

.wp-block-group-is-layout-flex {
  flex-wrap: unset;
}

/* Tabbed Interface Styles */
.catfishnumr-tabs {
  display: flex;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 24px;
  gap: 4px;
}

.tab-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 48px;
  will-change: background-color, color, transform;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.tab-button:hover {
  background: rgba(66, 133, 244, 0.1);
  color: #4285f4;
  transform: translateY(-1px);
}

.tab-button:active {
  transform: translateY(0);
  transition-duration: 0.1s;
}

.tab-button.active {
  background: white;
  color: #1f2937;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.tab-button i {
  font-size: 16px;
}

.tab-content {
  overflow: visible !important;
  display: none;
}

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

/* Modern form styles */
.cn-input-group {
  display: flex;
  gap: 12px;
  align-items: stretch;
  background: #f8f9fa;
  border-radius: 16px;
  padding: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.cn-input-group:focus-within {
  border-color: #4285f4;
  box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.1);
  background: #fff;
}

@media(max-width: 520px) {
  .cn-input-group {
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .catfishnumr-form {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Phone input container - intl-tel-input wrapper */
.iti {
  display: block;
  width: 100%;
  position: relative;
}

/* Ensure intl-tel-input works properly with new lookup inputs */
.cn-new-lookup-section .iti {
  flex: 1;
  width: auto;
}

/* Style new lookup inputs when they have intl-tel-input */
.cn-new-lookup-input.iti__tel-input {
  border-left: none;
  border-radius: 0 .6rem .6rem 0;
}

/* Fix z-index and styling for new lookup input country dropdowns */
.cn-new-lookup-section .iti__country-list,
.cn-results-actions .iti__country-list,
.cn-results-footer .iti__country-list {
  z-index: 9999 !important;
  background: white;
  color: #333;
  max-height: 150px !important;
  padding-bottom: 10px !important;
  overflow-y: auto !important;
}

.cn-new-lookup-section .iti__country,
.cn-results-actions .iti__country,
.cn-results-footer .iti__country {
  color: #333 !important;
  background: white;
}

.cn-new-lookup-section .iti__country:hover,
.cn-results-actions .iti__country:hover,
.cn-results-footer .iti__country:hover {
  background-color: #f8fafc !important;
  color: #333 !important;
}

.cn-new-lookup-section .iti__country.iti__highlight,
.cn-results-actions .iti__country.iti__highlight,
.cn-results-footer .iti__country.iti__highlight {
  background-color: #007cfa !important;
  color: white !important;
}

.cn-new-lookup-section .iti__country-name,
.cn-results-actions .iti__country-name,
.cn-results-footer .iti__country-name {
  color: #333 !important;
}

.cn-new-lookup-section .iti__dial-code,
.cn-results-actions .iti__dial-code,
.cn-results-footer .iti__dial-code {
  color: #666 !important;
}

#phone {
  flex: 1;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: .6rem;
  width: 100%;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.3s ease;
}

#phone:focus {
  outline: none;
  border-color: #007cfa;
  box-shadow: 0 0 0 2px rgba(0, 124, 250, 0.1);
}

#cn-btn,
.cn-input-group button[type="submit"] {
  background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
  color: #fff;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 18px 18px;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  min-height: 50px;
  box-shadow: 0 4px 16px rgba(23, 25, 26, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  box-sizing: border-box;
  height: 50px;
}

#cn-btn:hover,
.cn-input-group button[type="submit"]:hover {
  background: linear-gradient(135deg, #3367d6 0%, #2952cc 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(66, 133, 244, 0.4);
}

#cn-btn:active,
.cn-input-group button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(66, 133, 244, 0.3);
}

/* Email redirect form: keep input + button on one line */
#emailRedirectForm .cn-input-group {
  flex-wrap: nowrap;
}

#emailRedirectForm .cn-input-group input[type="email"] {
  flex: 1;
  width: auto;
  min-width: 0;
}

/* Email and Phone redirect note styling */
.email-redirect-note,
.phone-redirect-note {
  margin-top: 16px;
  text-align: center;
}

.email-redirect-note p,
.phone-redirect-note p {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
  font-style: italic;
}

@media(max-width: 520px) {
  #cn-btn,
  .cn-input-group button[type="submit"] {
    width: 100%;
    padding: 18px 24px;
    font-size: 16px;
  }
  
  .cn-input-group {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    min-height: auto;
  }
  
  .catfishnumr-tabs {
    padding: 4px;
    gap: 2px;
  }
  
  .tab-button {
    padding: 10px 16px;
    font-size: 13px;
    min-height: 44px;
  }
  
  .tab-button span {
    display: none;
  }
  
  .tab-button i {
    font-size: 18px;
  }
}

/* Credits Badge Styling */
.catfish-credits-badge {
  background: linear-gradient(135deg, #ff9500 0%, #ff7b00 100%);
  color: white;
  padding: 12px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(255, 149, 0, 0.3);
  border: none;
  position: relative;
  overflow: hidden;
}

.catfish-credits-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.catfish-credits-badge:hover::before {
  left: 100%;
}

.credits-remaining {
  font-weight: 700;
  font-size: 16px;
}

.credits-label {
  opacity: 0.9;
}

/* Lookup Results Styling */
.lookup-results {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.lookup-results h3 {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 16px;
}

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

.result-item strong {
  color: #374151;
  font-weight: 600;
}

.lookup-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  margin: 20px 0;
}

.lookup-error h3 {
  color: #dc2626;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.lookup-error p {
  color: #7f1d1d;
  font-size: 16px;
  margin-bottom: 24px;
}

.lookup-error .button {
  background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.lookup-error .button:hover {
  background: linear-gradient(135deg, #3367d6 0%, #2952cc 100%);
  transform: translateY(-1px);
}

/* Email Form Styling */
.catfishnumr-email-search-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.email-search-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.osint-features-preview {
  margin-top: 40px;
  padding: 32px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.osint-features-preview h4 {
  color: #1f2937;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.feature-item i {
  font-size: 20px;
  color: #4285f4;
  flex-shrink: 0;
}

.feature-item span {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

/* Email input specific styling */
.email-search-form .cn-input-group input[type="email"] {
  background: transparent;
  border: none;
  padding: 16px 20px;
  font-size: 16px;
  color: #1f2937;
}

.email-search-form .cn-input-group input[type="email"]::placeholder {
  color: #9ca3af;
}

/* Responsive design for email form */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .feature-item {
    padding: 12px 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .osint-features-preview {
    padding: 24px 16px;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

#cn-btn i {
  margin-right: .4rem;
}

/* International Tel Input Styling */
.iti__country-list {
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  max-height: 200px;
  overflow-y: auto;
  bottom: 100% !important;
  top: auto !important;
  margin-bottom: 5px !important;
  transform: none !important;
}

.iti__country {
  padding: 8px 12px;
  transition: background-color 0.2s ease;
}

.iti__country:hover {
  background-color: #f8fafc;
}

.iti__country.iti__highlight {
  background-color: #007cfa;
  color: white;
}

.iti__selected-country {
  padding: 0 8px;
  border-radius: 6px 0 0 6px;
  background: #f8fafc;
  border: 1px solid #ddd;
  border-right: none;
  transition: all 0.3s ease;
}

.iti__selected-country:hover {
  background: #e2e8f0;
}

/* Country flag styling */
.iti__flag {
  border-radius: 2px;
  margin-right: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Arrow styling */
.iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #64748b;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 5px solid #64748b;
}

/* Dial code styling */
.iti__selected-dial-code {
  color: #475569;
  font-weight: 500;
  margin-left: 4px;
}

/* Mobile-specific styling for intl-tel-input */
@media (max-width: 768px) {
  .cn-card {
    padding: 0px;
    margin: 0px;
  }

  #geographic-information {
    display: none !important;
  }

  /* Make the phone input container more mobile-friendly */
  .iti {
    width: 100%;
  }

  .iti__selected-country {
    padding: 12px 10px;
    min-width: 80px;
  }

  .iti__selected-dial-code {
    font-size: 0.95rem;
  }

  #phone {
    padding: 12px 15px;
    font-size: 16px;
    /* Prevent zoom on iOS */
    border-radius: 0 6px 6px 0;
  }

  /* Country dropdown mobile optimization */
  .iti__country-list {
    max-height: 40vh;
    border-radius: 12px;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    bottom: 100% !important;
    top: auto !important;
  }

  .iti__country {
    padding: 12px 16px;
    font-size: 16px;
    border-bottom: 1px solid #f1f5f9;
  }

  .iti__country:last-child {
    border-bottom: none;
  }

  .iti__country-name {
    font-weight: 500;
  }

  .iti__dial-code {
    color: #64748b;
    font-weight: 400;
  }

  /* Flag container mobile styling */
  .iti__flag-container {
    padding: 0;
  }

  .iti__flag {
    margin-right: 10px;
    width: 20px;
    height: 15px;
  }

  /* Arrow mobile styling */
  .iti__arrow {
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #64748b;
  }

  .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #64748b;
  }

  /* Fix narrow/broken mobile country dropdown in homepage shortcode */
  .catfishnumr-lookup-wrapper .iti__country-list {
    width: min(92vw, 360px) !important;
    min-width: 280px !important;
    max-width: 92vw !important;
    left: 0 !important;
    right: auto !important;
  }

  .catfishnumr-lookup-wrapper .iti__country {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
  }

  .catfishnumr-lookup-wrapper .iti__country-name,
  .catfishnumr-lookup-wrapper .iti__dial-code {
    white-space: nowrap;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .cn-card {
    padding: 0px;
    margin: 0px;
    border-radius: 8px;
  }

  .iti__selected-country {
    padding: 10px 8px;
    min-width: 75px;
  }

  .iti__selected-dial-code {
    font-size: 0.9rem;
  }

  #phone {
    padding: 10px 12px;
    font-size: 16px;
  }

  /* Make country list take full width on very small screens */
  .iti__country-list {
    max-height: 70vh;
    left: 0 !important;
    right: 0 !important;
    width: 90% !important;
    position: relative !important;
    bottom: 0 !important;
    top: auto !important;
    border-radius: 12px 12px 0 0 !important;
    z-index: 9999 !important;
    margin: 0 !important;
    padding-bottom: 20px !important;
  }

  .iti__country {
    padding: 10px 12px;
    font-size: 15px;
  }

  .iti__flag {
    width: 18px;
    height: 13px;
    margin-right: 8px;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Fix for iOS specific issues */
@media (max-width: 768px) {

  /* Prevent iOS zoom on focus */
  #phone,
  input[type="tel"] {
    font-size: 16px !important;
  }

  /* Better touch targets */
  .iti__selected-country {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .iti__country {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  /* Improve country search experience */
  .iti__search-input {
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px 8px 0 0;
  }

  .iti__search-input:focus {
    outline: none;
    background: white;
    border-bottom-color: #007cfa;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Dark mode support for mobile */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
  .iti__country-list {
    background: #1e293b;
    border-color: #334155;
  }

  .iti__country {
    color: #f1f5f9;
    border-bottom-color: #334155;
  }

  .iti__country:hover {
    background-color: #334155;
  }

  .iti__country.iti__highlight {
    background-color: #007cfa;
    color: white;
  }

  .iti__selected-country {
    background: #334155;
    border-color: #475569;
  }

  .iti__selected-country:hover {
    background: #475569;
  }

  .iti__search-input {
    background: #334155;
    color: #f1f5f9;
    border-bottom-color: #475569;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Accessibility improvements */
.iti__selected-country:focus {
  outline: 2px solid #007cfa;
  outline-offset: 2px;
}

.iti__country:focus {
  outline: 2px solid #007cfa;
  outline-offset: -2px;
  background-color: #dbeafe;
}

/* Loading state for country detection */
.iti--loading .iti__selected-country {
  opacity: 0.6;
  pointer-events: none;
}

.iti--loading .iti__selected-country::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid #007cfa;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  transform: translateY(-50%);
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

#cn-msg {
  color: #dc3545;
  margin-top: .8rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 520px) {
  #cn-msg {
    font-size: 0.85rem;
    margin-top: 1rem;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Inline content styles for #cn-result */
.cn-loading-container {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 1.5rem;
  padding: 1.5rem 1rem;
  margin: 1rem 0;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transform-style: preserve-3d;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 100%;
  box-sizing: border-box;
}

/* Upgraded phone lookup loader (glassmorphism + site colors) */
.cn-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px 26px;
}
.cn-wrap .cn-card {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.6));
  border: none;
  box-shadow: 0 4px 6px rgba(0,0,0,.04), 0 12px 40px rgba(0,0,0,.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  position: relative;
}
.cn-wrap .cn-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(600px 240px at 20% 20%, rgba(66,133,244,.08), transparent 60%),
    radial-gradient(500px 240px at 80% 35%, rgba(66,133,244,.04), transparent 60%);
  pointer-events: none;
  opacity: .95;
}
.cn-wrap .cn-inner {
  position: relative;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cn-wrap .cn-top-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  align-items: stretch;
}
.cn-wrap .cn-map-section {
  border-radius: 16px;
  border: none;
  background: rgba(255,255,255,.45);
  overflow: hidden;
  position: relative;
  min-height: 160px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.cn-map-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(66,133,244,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(66,133,244,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .6;
}
.cn-map-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -220px;
  top: -320px;
  background: radial-gradient(circle at 30% 30%, rgba(66,133,244,.18), transparent 60%);
  filter: blur(10px);
  opacity: .85;
}
.cn-scanline {
  position: absolute;
  left: -20%;
  top: 0;
  width: 140%;
  height: 52px;
  background: linear-gradient(90deg, transparent, rgba(66,133,244,.25), transparent);
  transform: skewY(-6deg);
  opacity: .7;
  animation: cnScan 2.8s linear infinite;
  mix-blend-mode: multiply;
}
@keyframes cnScan {
  0% { transform: translateY(-80px) skewY(-6deg); opacity: 0; }
  10% { opacity: .7; }
  60% { opacity: .5; }
  100% { transform: translateY(260px) skewY(-6deg); opacity: 0; }
}
.cn-ping {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #4285f4;
  box-shadow: 0 0 0 0 rgba(66,133,244,.4);
  animation: cnPing 1.7s ease-out infinite;
  opacity: .9;
}
@keyframes cnPing {
  0% { transform: scale(.85); box-shadow: 0 0 0 0 rgba(66,133,244,.4); opacity: .95; }
  70% { transform: scale(1.1); box-shadow: 0 0 0 16px rgba(66,133,244,0); opacity: .5; }
  100% { transform: scale(1.1); box-shadow: 0 0 0 16px rgba(66,133,244,0); opacity: 0; }
}
.cn-map-meta {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: #4b5563;
  font-size: 12px;
}
.cn-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  border: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 34px;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.cn-pill b {
  font-weight: 650;
  color: #1f2937;
  white-space: nowrap;
}
.cn-pill span {
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}
.cn-wrap .cn-header-section {
  border-radius: 16px;
  border: none;
  background: rgba(255,255,255,.45);
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 160px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.cn-wrap .cn-loading-header h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: .2px;
  color: #1f2937;
}
.cn-subtitle {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}
.cn-phase {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.6);
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.cn-phase-left {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}
.cn-phase-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #4285f4;
  box-shadow: 0 0 0 0 rgba(66,133,244,.35);
  animation: cnBreath 1.4s ease-in-out infinite;
  flex: 0 0 auto;
}
@keyframes cnBreath {
  0%, 100% { box-shadow: 0 0 0 0 rgba(66,133,244,.25); opacity: .95; }
  50% { box-shadow: 0 0 0 10px rgba(66,133,244,0); opacity: .75; }
}
.cn-phase-text .big,
.cn-phase-text .small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cn-phase-text .big {
  font-size: 13px;
  color: #1f2937;
}
.cn-phase-text .small {
  margin-top: 2px;
  font-size: 12px;
  color: #6b7280;
}
.cn-percent {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #1f2937;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(66,133,244,.14);
  border: none;
  flex: 0 0 auto;
  box-shadow: 0 1px 2px rgba(66,133,244,.15);
}
.cn-wrap .cn-carousel-row {
  border-radius: 16px;
  border: none;
  background: rgba(255,255,255,.45);
  padding: 10px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.cn-wrap .cn-icon-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cn-wrap .cn-icon-set {
  display: none;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0;
  transform: translateY(2px) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
  position: relative;
}
.cn-wrap .cn-icon-set.active {
  display: flex;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.cn-wrap .cn-dynamic-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,.7);
  border: none;
  color: #4285f4;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex: 0 0 auto;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.cn-wrap .cn-dynamic-icon i {
  font-size: 16px;
}
.cn-wrap .cn-loading-progress {
  border-radius: 16px;
  border: none;
  background: rgba(255,255,255,.45);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.cn-wrap .cn-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  overflow: hidden;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.06);
}
.cn-wrap .cn-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4285f4, #3367d6);
  transition: width .35s ease;
}
.cn-wrap .cn-loading-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 4px;
}
.cn-wrap .cn-step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  border: none;
  color: #4b5563;
  font-size: 12px;
  min-height: 40px;
  user-select: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.cn-wrap .cn-step i {
  opacity: .85;
  color: #6b7280;
}
.cn-wrap .cn-step.active {
  background: rgba(66,133,244,.12);
  border: none;
  color: #1f2937;
  box-shadow: 0 1px 3px rgba(66,133,244,.2);
}
.cn-wrap .cn-step.active i {
  color: #4285f4;
}
@media (max-width: 820px) {
  .cn-wrap .cn-top-row {
    grid-template-columns: 1fr;
  }
  .cn-wrap .cn-map-section {
    min-height: 150px;
  }
  .cn-wrap .cn-header-section {
    min-height: auto;
  }
  .cn-wrap .cn-pill span {
    max-width: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cn-scanline,
  .cn-ping,
  .cn-phase-dot {
    animation: none !important;
  }
  .cn-wrap .cn-progress-fill {
    transition: none;
  }
  .cn-wrap .cn-icon-set {
    transition: none;
  }
}

/* Top row: Map and Header side by side */
.cn-top-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

/* Left side: Map section */
.cn-map-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right side: Header section */
.cn-header-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Bottom row: Carousel full width */
.cn-carousel-row {
  width: 100%;
}
/* 
.cn-loading-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 20% 70%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
  animation: backgroundShift 8s ease-in-out infinite;
  z-index: -1;
}

.cn-loading-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  animation: shimmerSweep 3s ease-in-out infinite;
  z-index: 1;
} */

@keyframes backgroundShift {

  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  33% {
    transform: rotate(120deg) scale(1.1);
  }

  66% {
    transform: rotate(240deg) scale(0.9);
  }
}

@keyframes shimmerSweep {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.cn-loading-header {
  position: relative;
  z-index: 2;
}

/* GIF Animation Map Interface */
.cn-real-map {
  position: relative;
  width: 100%;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background: url('https://i.gifer.com/7NOi.gif') center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cn-map-container {
  position: relative;
  width: 100%;
  height: 100%;
}











/* Dynamic Icon Carousel */
.cn-icon-carousel {
  position: relative;
  height: 80px;
  margin: 1rem 0;
  perspective: 800px;
  overflow: hidden;
}

.cn-icon-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.cn-icon-set {
  position: absolute;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateZ(-100px) rotateY(90deg);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  flex-wrap: wrap;
  align-content: center;
  overflow: hidden;
}

.cn-icon-set.active {
  opacity: 1;
  transform: translateZ(0px) rotateY(0deg);
}

.cn-icon-set.exiting {
  opacity: 0;
  transform: translateZ(-100px) rotateY(-90deg);
}

.cn-dynamic-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #007cfa;
  font-size: 1.4rem;
  animation: iconOrbit 4s ease-in-out infinite;
  box-shadow:
    0 8px 25px rgba(0, 124, 250, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cn-dynamic-icon:nth-child(1) {
  animation-delay: 0s;
}

.cn-dynamic-icon:nth-child(2) {
  animation-delay: 0.2s;
}

.cn-dynamic-icon:nth-child(3) {
  animation-delay: 0.4s;
}

.cn-dynamic-icon:nth-child(4) {
  animation-delay: 0.6s;
}

.cn-dynamic-icon:nth-child(5) {
  animation-delay: 0.8s;
}

.cn-dynamic-icon:nth-child(6) {
  animation-delay: 1s;
}

.cn-dynamic-icon:nth-child(7) {
  animation-delay: 1.2s;
}

.cn-dynamic-icon:nth-child(8) {
  animation-delay: 1.4s;
}

.cn-dynamic-icon:nth-child(9) {
  animation-delay: 1.6s;
}

.cn-dynamic-icon:nth-child(10) {
  animation-delay: 1.8s;
}

.cn-dynamic-icon:nth-child(11) {
  animation-delay: 2s;
}

.cn-dynamic-icon:nth-child(12) {
  animation-delay: 2.2s;
}

.cn-dynamic-icon:nth-child(13) {
  animation-delay: 2.4s;
}

.cn-dynamic-icon:nth-child(14) {
  animation-delay: 2.6s;
}

.cn-dynamic-icon:nth-child(15) {
  animation-delay: 2.8s;
}

.cn-dynamic-icon:nth-child(16) {
  animation-delay: 3s;
}

.cn-dynamic-icon:nth-child(17) {
  animation-delay: 3.2s;
}

.cn-dynamic-icon:nth-child(18) {
  animation-delay: 3.4s;
}

@keyframes iconOrbit {

  0%,
  100% {
    transform: translateY(0px) rotateZ(0deg) scale(1);
    filter: brightness(1);
  }

  25% {
    transform: translateY(-8px) rotateZ(5deg) scale(1.1);
    filter: brightness(1.2);
  }

  50% {
    transform: translateY(-12px) rotateZ(0deg) scale(1.15);
    filter: brightness(1.3);
  }

  75% {
    transform: translateY(-6px) rotateZ(-3deg) scale(1.05);
    filter: brightness(1.1);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Icon category colors */
.cn-icon-set[data-category="phone"] .cn-dynamic-icon {
  color: #007cfa;
}

.cn-icon-set[data-category="security"] .cn-dynamic-icon {
  color: #dc2626;
}

.cn-icon-set[data-category="location"] .cn-dynamic-icon {
  color: #059669;
}

.cn-icon-set[data-category="social"] .cn-dynamic-icon {
  color: #8b5cf6;
}

.cn-icon-set[data-category="media"] .cn-dynamic-icon {
  color: #f59e0b;
}

.cn-icon-set[data-category="identity"] .cn-dynamic-icon {
  color: #06b6d4;
}

.cn-icon-set[data-category="final"] .cn-dynamic-icon {
  color: #10b981;
}


@keyframes spinnerRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconFloat {

  0%,
  100% {
    transform: translateY(0px) rotateX(0deg) rotateZ(0deg);
  }

  25% {
    transform: translateY(-10px) rotateX(5deg) rotateZ(2deg);
  }

  50% {
    transform: translateY(-15px) rotateX(0deg) rotateZ(-1deg);
  }

  75% {
    transform: translateY(-5px) rotateX(-3deg) rotateZ(1deg);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

@keyframes iconGlow {
  0% {
    filter: drop-shadow(0 0 20px rgba(0, 124, 250, 0.5));
  }

  100% {
    filter: drop-shadow(0 0 40px rgba(0, 124, 250, 0.8));
  }
}

@keyframes iconHalo {

  0%,
  100% {
    transform: translate(-50%, -50%) translateZ(-10px) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translate(-50%, -50%) translateZ(-10px) scale(1.2);
    opacity: 0.6;
  }
}

.cn-loading-header h3 {
  margin: 0 0 0.5rem 0;
  background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  animation: textShimmer 3s ease-in-out infinite;
}

@keyframes textShimmer {

  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.2);
  }
}

@keyframes phoneGlow {
  0% {
    text-shadow: 0 0 20px rgba(100, 116, 139, 0.3);
  }

  100% {
    text-shadow: 0 0 30px rgba(100, 116, 139, 0.6);
  }
}

.cn-loading-progress {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.cn-progress-bar {
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.8) 0%, rgba(203, 213, 225, 0.8) 100%);
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cn-progress-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
  border-radius: 10px 10px 0 0;
}

.cn-progress-fill {
  background: linear-gradient(135deg, #007cfa 0%, #0066cc 30%, #10b981 70%, #059669 100%);
  height: 100%;
  width: 0%;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 20px rgba(0, 124, 250, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cn-progress-fill::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.6) 50%,
      transparent 100%);
  animation: progressShine 2s ease-in-out infinite;
}

.cn-progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  border-radius: 15px 15px 0 0;
}

@keyframes progressShine {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.cn-progress-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #64748b;
}

/* New phase display styles */
.phase-main {
  font-weight: 600;
  color: #1e293b;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.phase-placeholder {
  font-size: 0.9rem;
  color: #059669;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #a7f3d0;
  display: inline-block;
  font-weight: 500;
  animation: fadeInSlide 0.5s ease-out;
  margin-top: 0.25rem;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-loading-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  perspective: 1000px;
  position: relative;
  z-index: 2;
}

/* Ensure nice layout for 10 steps */
@media (min-width: 1200px) {
  .cn-loading-steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cn-loading-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .cn-loading-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
  transform-style: preserve-3d;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.cn-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.3) 50%,
      transparent 100%);
  transition: left 0.6s ease;
}

.cn-step:hover {
  transform: translateY(-3px) rotateX(2deg);
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0.8;
}

.cn-step:hover::before {
  left: 100%;
}

.cn-step.active {
  opacity: 1;
  background: linear-gradient(135deg,
      rgba(0, 124, 250, 0.2) 0%,
      rgba(16, 185, 129, 0.15) 50%,
      rgba(168, 85, 247, 0.1) 100%);
  border: 1px solid rgba(0, 124, 250, 0.3);
  transform: translateY(-5px) rotateX(3deg) rotateY(1deg);
  box-shadow:
    0 20px 40px rgba(0, 124, 250, 0.25),
    0 0 30px rgba(0, 124, 250, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  animation: stepFloat 3s ease-in-out infinite;
}

.cn-step.active::before {
  left: 100%;
}

@keyframes stepFloat {

  0%,
  100% {
    transform: translateY(-5px) rotateX(3deg) rotateY(1deg) scale(1);
  }

  25% {
    transform: translateY(-7px) rotateX(2.5deg) rotateY(0.5deg) scale(1.02);
  }

  50% {
    transform: translateY(-9px) rotateX(1.5deg) rotateY(-0.5deg) scale(1.03);
  }

  75% {
    transform: translateY(-6px) rotateX(2deg) rotateY(0.8deg) scale(1.01);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-step.active i {
  background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: stepPulse 1.5s ease-in-out infinite, iconSpin 4s linear infinite;
  filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.5));
}

@keyframes stepPulse {

  0%,
  100% {
    transform: scale(1) rotateZ(0deg);
    filter: brightness(1) drop-shadow(0 0 10px rgba(16, 185, 129, 0.3));
  }

  25% {
    transform: scale(1.08) rotateZ(3deg);
    filter: brightness(1.1) drop-shadow(0 0 15px rgba(16, 185, 129, 0.5));
  }

  50% {
    transform: scale(1.18) rotateZ(0deg);
    filter: brightness(1.2) drop-shadow(0 0 20px rgba(16, 185, 129, 0.7));
  }

  75% {
    transform: scale(1.1) rotateZ(-2deg);
    filter: brightness(1.15) drop-shadow(0 0 12px rgba(16, 185, 129, 0.4));
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

@keyframes iconSpin {
  0% {
    transform: rotateY(0deg) scale(1);
    filter: brightness(1);
  }

  25% {
    transform: rotateY(90deg) scale(1.05);
    filter: brightness(1.1);
  }

  50% {
    transform: rotateY(180deg) scale(1.1);
    filter: brightness(1.2);
  }

  75% {
    transform: rotateY(270deg) scale(1.05);
    filter: brightness(1.1);
  }

  100% {
    transform: rotateY(360deg) scale(1);
    filter: brightness(1);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-step i {
  font-size: 1.4rem;
  background: linear-gradient(135deg, #007cfa 0%, #0066cc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  position: relative;
}

.cn-step span {
  font-size: 0.95rem;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cn-step.active span {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Results containers */
.cn-preview-results,
.cn-detailed-results {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 1rem;
  margin: 2rem 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.cn-preview-header,
.cn-detailed-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem;
  text-align: center;
}

.cn-success-icon {
  font-size: 3rem;
  color: #10b981;
  margin-bottom: 1rem;
}

.cn-preview-header h3,
.cn-detailed-header h3 {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.cn-preview-header p {
  margin: 0;
  opacity: 0.9;
  font-size: 1.1rem;
}

.cn-phone-info {
  margin-top: 1rem;
}

.cn-phone-number {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1rem;
}

.cn-sources-found {
  font-size: 1rem;
  opacity: 0.9;
}

/* Preview stats */
.cn-preview-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  padding: 2rem;
  background: rgba(103, 126, 234, 0.05);
}

.cn-stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease;
}

.cn-stat-item:hover {
  transform: translateY(-2px);
}

.cn-stat-item i {
  font-size: 2rem;
  color: #007cfa;
  margin-bottom: 0.5rem;
}

.cn-stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.cn-stat-label {
  font-size: 0.9rem;
  color: #64748b;
}

/* Sample data */
.cn-preview-sample {
  padding: 2rem;
  border-top: 1px solid #e2e8f0;
}

.cn-preview-sample h4 {
  margin: 0 0 1rem 0;
  color: #1e293b;
  font-size: 1.2rem;
}

.cn-sample-fields {
  display: grid;
  gap: 0.75rem;
}

.cn-sample-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.cn-field-label {
  font-weight: 500;
  color: #475569;
}

.cn-field-value {
  color: #1e293b;
  font-weight: 600;
}

/* Package options */
.cn-upgrade-section {
  padding: 2rem;
  border-top: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.cn-upgrade-section h4 {
  margin: 0 0 1.5rem 0;
  color: #1e293b;
  font-size: 1.3rem;
  text-align: center;
}

.cn-package-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.cn-package-option {
  background: white;
  border-radius: 0.75rem;
  padding: 2rem;
  border: 2px solid #e2e8f0;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.cn-package-option:hover {
  border-color: #007cfa;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 124, 250, 0.15);
}

.cn-premium-option {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.cn-premium-option:hover {
  border-color: #d97706;
}

.cn-popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: bold;
}

.cn-package-option h5 {
  margin: 0 0 1rem 0;
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: 600;
}

.cn-package-option p {
  margin: 0 0 1.5rem 0;
  color: #64748b;
  line-height: 1.4;
}

.cn-package-btn {
  background: #007cfa;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cn-package-btn:hover {
  background: #0066cc;
  transform: translateY(-1px);
}

.cn-premium-btn {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.cn-premium-btn:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

/* Detailed results */
.cn-module-section {
  margin-bottom: 1.5rem;
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.cn-module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-bottom: 1px solid #e2e8f0;
}

.cn-module-name {
  margin: 0;
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: 600;
}

.cn-module-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  background: #e2e8f0;
  color: #475569;
}

.cn-badge-social {
  background: #dbeafe;
  color: #1d4ed8;
}

.cn-badge-messaging {
  background: #dcfce7;
  color: #166534;
}

.cn-badge-tech {
  background: #f3e8ff;
  color: #7c3aed;
}

.cn-badge-security {
  background: #fef2f2;
  color: #dc2626;
}

.cn-badge-telecom {
  background: #fef3c7;
  color: #d97706;
}

.cn-badge-entertainment {
  background: #f0fdf4;
  color: #15803d;
}

.cn-badge-professional {
  background: #e0f2fe;
  color: #0369a1;
}

.cn-module-category {
  padding: 0 1.5rem 1rem 1.5rem;
  color: #64748b;
  font-style: italic;
}

.cn-data-grid {
  padding: 1.5rem;
}

.cn-data-field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.cn-data-field:last-child {
  border-bottom: none;
}

.cn-field-label {
  font-weight: 500;
  color: #475569;
  flex: 0 0 40%;
}

.cn-field-value {
  color: #1e293b;
  text-align: right;
  flex: 1;
  word-break: break-word;
}

/* No data state */
.cn-no-data {
  text-align: center;
  padding: 3rem 2rem;
  color: #64748b;
}

.cn-no-data i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #cbd5e1;
}

.cn-no-data h4 {
  margin: 0 0 0.5rem 0;
  color: #475569;
  font-size: 1.2rem;
}

/* Error state */
.cn-error-container {
  background-color: #fff3f3;
  border: 1px solid #ffcaca;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(255, 0, 0, 0.1);
}

.cn-error-icon {
  font-size: 32px;
  color: #ff4d4d;
  margin-bottom: 15px;
}

.cn-error-container h3 {
  margin: 0 0 10px 0;
  color: #e53935;
  font-size: 20px;
}

.cn-error-message {
  color: #555;
  margin-bottom: 20px;
}

.cn-retry-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.cn-retry-btn:hover {
  background-color: #388E3C;
}

/* API info */
.cn-api-info {
  padding: 1rem 2rem;
  background: #f0f9ff;
  border-top: 1px solid #e2e8f0;
  color: #0369a1;
  text-align: center;
  font-size: 0.9rem;
}

.cn-api-info i {
  margin-right: 0.5rem;
}

/* ================================= */
/* RESULTS PAGE SPECIFIC STYLES */
/* ================================= */

.cn-results {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

.cn-results * {
  max-width: 100%;
  box-sizing: border-box;
}

.cn-results-page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: system-ui, -apple-system;
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
  overflow-x: hidden;
}

.cn-results-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.cn-paid-results-content .cn-results-header {
  padding-bottom: 160px !important;
}

.cn-results-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="90" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 0;
}

.cn-results-title {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.cn-results-title .success-icon {
  font-size: 4rem;
  color: #10b981;
  margin-bottom: 1rem;
  display: block;
}

.cn-results-title h2 {
  margin: 0 0 1rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}

.cn-results-phone {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.cn-results-phone .phone-number {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cn-results-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cn-print-btn,
.cn-copy-btn,
.cn-get-full-results-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  backdrop-filter: blur(10px);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cn-print-btn:hover,
.cn-copy-btn:hover,
.cn-get-full-results-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cn-get-full-results-btn {
  background: rgba(34, 197, 94, 0.8);
  border-color: rgba(34, 197, 94, 0.8);
}

.cn-get-full-results-btn:hover {
  background: rgba(34, 197, 94, 0.9);
}

.cn-get-full-results-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.cn-results-footer {
  margin-top: 3rem;
  padding: 2rem;
  background: #f8fafc;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.cn-results-info {
  flex: 1;
}

.cn-results-info p {
  margin: 0 0 0.5rem 0;
  color: #64748b;
  font-size: 0.9rem;
}

.cn-results-info p:last-child {
  margin-bottom: 0;
}

.cn-results-info i {
  margin-right: 0.5rem;
  color: #007cfa;
}

.cn-new-lookup {
  flex: 0 0 auto;
}

.cn-new-lookup-btn {
  background: #007cfa;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
}

.cn-new-lookup-btn:hover {
  background: #0066cc;
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

.cn-error {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  color: #991b1b;
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
  text-align: center;
  border: 1px solid #fecaca;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Results page specific detailed results */
.cn-detailed-results {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

.detailed-header {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

.detailed-header h2 {
  margin: 0 0 1rem 0;
  color: #1e293b;
  font-size: 2rem;
  font-weight: 600;
}

.phone-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.phone-number {
  background: #007cfa;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 1.1rem;
}

.sources-found {
  color: #64748b;
  font-size: 1rem;
}

/* Module sections for results page */
.module-section {
  background: white;
  margin-bottom: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.module-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.module-header {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-name {
  margin: 0;
  color: #1e293b;
  font-size: 1.3rem;
  font-weight: 600;
}

.module-badge {
  padding: 0.375rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.badge-security {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.badge-social {
  background: #dbeafe;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.badge-messaging {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.badge-tech {
  background: #f3e8ff;
  color: #7c3aed;
  border: 1px solid #e9d5ff;
}

.badge-telecom {
  background: #fef3c7;
  color: #d97706;
  border: 1px solid #fde68a;
}

.badge-entertainment {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.badge-professional {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
}

.badge-commerce {
  background: #fef7ff;
  color: #a21caf;
  border: 1px solid #f3e8ff;
}

.badge-gaming {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

.badge-default {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.module-category {
  padding: 0 1.5rem 1rem 1.5rem;
  color: #64748b;
  font-style: italic;
  font-size: 0.9rem;
}

/* Data grid for results page */
.data-grid {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.spec-format-section {
  margin-bottom: 1.5rem;
}

.spec-format-section:before {
  content: "Primary Data";
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #059669;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #10b981;
}

.front-schemas-section:before {
  content: "Additional Information";
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0369a1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #3b82f6;
}

.data-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  min-height: 48px;
  gap: 1rem;
}

.data-field:hover {
  background: #f8fafc;
  margin: 0 -1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

.data-field:last-child {
  border-bottom: none;
}

.field-label {
  font-weight: 600;
  color: #374151;
  flex: 0 0 35%;
  text-transform: capitalize;
}

.field-value {
  color: #1f2937;
  flex: 1;
  text-align: right;
  word-break: break-word;
  font-weight: 500;
}

.field-value.email-hint {
  color: #059669;
  font-family: monospace;
}

.field-value.phone-hint {
  color: #0369a1;
  font-family: monospace;
}

.field-value.location {
  color: #7c3aed;
}

.field-value.name {
  color: #dc2626;
  font-weight: 600;
}

.field-value.registered {
  color: #059669;
  font-weight: 600;
}

.field-value.breach {
  color: #dc2626;
  font-weight: 600;
}

.field-value.url a {
  color: #0369a1;
  text-decoration: none;
}

.field-value.url a:hover {
  text-decoration: underline;
}

/* Platform variables */
.platform-variables {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.platform-variable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  gap: 1rem;
}

.platform-variable .field-label {
  flex: 0 0 40%;
  font-size: 0.9rem;
}

.platform-variable .field-value {
  font-size: 0.9rem;
}

/* Empty values */
.empty-value {
  color: #9ca3af !important;
  font-style: italic;
  opacity: 0.7;
}

/* Front schema sections */
.front-schema-container {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.front-schema-section {
  margin-bottom: 1.5rem;
}

.front-schema-section:last-child {
  margin-bottom: 0;
}

.front-schema-title {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.front-schema-value {
  color: #374151;
  padding: 0.5rem 0;
}

/* Body data */
.body-data-container {
  background: #fefefe;
  border-radius: 0.375rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.body-field {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.body-field:last-child {
  border-bottom: none;
}

.body-field.empty {
  opacity: 0.6;
}

.body-key {
  font-weight: 500;
  color: #374151;
  flex: 0 0 35%;
}

.body-value {
  color: #1f2937;
  font-weight: 500;
}

.body-value-empty {
  color: #9ca3af;
  font-style: italic;
}

/* Tags */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag-item {
  background: #dbeafe;
  color: #1e40af;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #bfdbfe;
}

.no-tags {
  color: #9ca3af;
  font-style: italic;
  padding: 0.5rem 0;
}

/* Timeline */
.timeline-container {
  background: #fefefe;
  border-radius: 0.375rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.timeline-field,
.timeline-group {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.timeline-field:last-child,
.timeline-group:last-child {
  border-bottom: none;
}

.timeline-key {
  font-weight: 500;
  color: #374151;
  flex: 0 0 40%;
}

.timeline-value {
  color: #1f2937;
  font-weight: 500;
}

.timeline-value.boolean {
  font-weight: 600;
}

/* Generic array containers */
.generic-array-container {
  background: #fefefe;
  border-radius: 0.375rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.generic-field {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.generic-field:last-child {
  border-bottom: none;
}

.generic-key {
  font-weight: 500;
  color: #374151;
  flex: 0 0 40%;
}

.generic-value {
  color: #1f2937;
}

.generic-item {
  padding: 0.25rem 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}

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

.no-data {
  color: #9ca3af;
  font-style: italic;
  padding: 0.5rem 0;
  text-align: center;
}

/* Module metadata section */
.module-metadata-section {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f1f5f9;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
}

.metadata-title {
  color: #374151;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d1d5db;
}

.metadata-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.metadata-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.metadata-label {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.875rem;
}

.metadata-value {
  color: #374151;
  font-weight: 600;
  font-size: 0.875rem;
}

/* Object display */
.object-display {
  background: #f8fafc;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0.5rem 0;
}

.object-display .object-field {
  margin-bottom: 0.5rem;
}

.object-display .object-field:last-child {
  margin-bottom: 0;
}

.object-key {
  font-weight: 600;
  color: #374151;
  margin-right: 0.5rem;
}

.object-value {
  color: #6b7280;
}

/* Object list */
.object-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.object-item {
  background: #f8fafc;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.object-item:last-child {
  margin-bottom: 0;
}

.object-item strong {
  color: #374151;
  font-weight: 600;
}

/* Package badges */
.package-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.package-badge.package-standard {
  background: #dbeafe;
  color: #1d4ed8;
}

.package-badge.package-premium {
  background: #fef3c7;
  color: #d97706;
}


.upgrade-header h3 {
  text-align: center;
  color: #1e293b;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.upgrade-header p {
  text-align: center;
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.upgrade-packages {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.package-option {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

.package-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.package-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.package-title-section {
  flex: 1;
  min-width: 0;
}

.package-title-section h4 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.package-button-section {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.package-left-section {
  width: 100%;
}

.package-option:hover {
  border-color: #007cfa;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 124, 250, 0.15);
}

.package-option.premium-highlight {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  transform: scale(1.05);
}

.package-option.premium-highlight:hover {
  border-color: #d97706;
  transform: scale(1.05) translateY(-8px);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.package-option h4 {
  margin: 0 0 1rem 0;
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
}

.package-features {
  text-align: left;
  margin: 1.5rem 0;
  line-height: 1.8;
  font-size: 15px;
}

.package-features i {
  color: #10b981;
  margin-right: 0.5rem;
  width: 16px;
}

.package-button {
  background: #007cfa;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  text-align: center;
  margin: 0px !important;
  box-shadow: 0 4px 12px rgba(0, 124, 250, 0.3);
}

.package-button:hover {
  background: #0066cc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 124, 250, 0.4);
}

.standard-btn {
  background: #007cfa;
  display: inline;
}

.standard-btn:hover {
  background: #0066cc;
}

.premium-btn {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
  display: inline;
}

.premium-btn:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
}

/* No data state for results page */
.no-data {
  text-align: center;
  padding: 4rem 2rem;
  color: #64748b;
}

.no-data i {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: #cbd5e1;
}

/* Mobile responsive for results page */
@media (max-width: 768px) {

  /* Make country list full width on mobile */
  .iti__country-list {
    max-height: 60vh !important;
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    border-radius: 0 0 8px 8px !important;
    z-index: 999 !important;
    padding-bottom: 10px !important;

  }

  /* .cn-results-page {
    padding: 1rem;
  } */

  .cn-results {
    padding: 0 0.5rem;
    margin: 0;
  }

  .cn-results-header {
    padding: 2rem 1rem;
    margin: 0.5rem 0;
  }

  .cn-results-title h2 {
    font-size: 2rem;
  }

  .cn-results-phone .phone-number {
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
  }

  .cn-results-actions {
    flex-direction: column;
    align-items: center;
  }

  .cn-print-btn,
  .cn-copy-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .cn-results-footer {
    flex-direction: column;
    text-align: center;
  }

  .cn-new-lookup-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .module-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .data-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .field-label {
    flex: none;
  }

  .field-value {
    text-align: left;
    width: 100%;
  }

  .upgrade-packages {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 0.5rem;
  }

  .package-option {
    padding: 1.25rem 0.75rem;
    margin: 0;
  }

  .upgrade-section {
    padding: 1.5rem 0.75rem;
    margin: 0.5rem 0;
  }

  .upgrade-header h3 {
    font-size: 1.3rem;
  }

  .package-button {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .package-header-row {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  
  .package-button-section {
    width: 100%;
  }
  
  .package-option .package-button {
    width: 100%;
    text-align: center;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {

  .cn-loading-container,
  .cn-preview-results {
    margin: 0.5rem 0;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
  }

  .cn-detailed-results {
    margin: 1rem 0;
    padding: 10px 6px !important;
    border-radius: 1.5rem;
    /* Optimize 3D effects for mobile performance */
    transform: none;
    perspective: none;
  }

  .cn-top-row {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .cn-real-map {
    height: 250px;
  }

  .cn-loading-container::before {
    animation-duration: 12s;
    /* Slower background animation on mobile */
  }

  .cn-loading-container::after {
    animation-duration: 4s;
    /* Slower shimmer on mobile */
  }

  .cn-loading-icon {
    font-size: 3.5rem;
    /* Simplified animation on mobile */
    animation: iconFloatMobile 6s ease-in-out infinite, iconGlow 2s ease-in-out infinite alternate;
  }

  .cn-icon-carousel {
    height: 70px;
    margin: 0.75rem 0;
  }

  .cn-dynamic-icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    /* Simplified animation on mobile */
    animation: iconOrbitMobile 4s ease-in-out infinite;
  }

  .cn-icon-set {
    gap: 0.8rem;
    /* Faster transitions on mobile */
    transition: all 0.6s ease-in-out;
    flex-wrap: wrap;
    max-height: 100px;
    overflow: hidden;
    align-content: flex-start;
    justify-content: center;
  }

  /* Show most icons on tablets/mobile */
  .cn-dynamic-icon:nth-child(n+18) {
    display: none;
  }

  .cn-map-section {
    width: 100%;
  }

  .cn-real-map {
    height: 200px;
  }

  @keyframes iconFloatMobile {

    0%,
    100% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(-8px);
    }
  }

  @keyframes iconOrbitMobile {

    0%,
    100% {
      transform: translateY(0px) scale(1);
      opacity: 0.8;
    }

    50% {
      transform: translateY(-6px) scale(1.05);
      opacity: 1;
    }
  }

  .cn-loading-header h3 {
    font-size: 1.6rem;
  }

  .cn-progress-bar {
    height: 10px;
    border-radius: 12px;
  }

  .cn-progress-fill {
    border-radius: 12px;
  }

  .cn-loading-steps {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
    /* Remove perspective on mobile */
    perspective: none;
    /* Single step container on mobile */
    position: relative;
    min-height: 80px;
    overflow: hidden;
  }

  .cn-step {
    padding: 1rem;
    border-radius: 0.75rem;
    /* Hide all steps by default on mobile */
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* Position absolutely to stack on top of each other */
    position: absolute;
    width: 100%;
    margin: 0;
    animation: none;
  }

  /* Show the first step by default */
  .cn-step[data-step="1"] {
    opacity: 1;
    transform: translateX(0);
  }

  .cn-step:hover {
    /* No hover effects on mobile when hidden */
    transform: translateX(100%);
    animation: none;
  }

  .cn-step.active {
    /* Show active step - slide in from right */
    opacity: 1;
    transform: translateX(0);
    /* Simplified active animation on mobile */
    animation: stepFloatMobile 4s ease-in-out infinite;
    box-shadow:
      0 10px 25px rgba(0, 124, 250, 0.2),
      0 0 20px rgba(0, 124, 250, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .cn-step.active:hover {
    /* Active step hover effect */
    transform: translateX(0) translateY(-2px);
  }

  @keyframes stepFloatMobile {

    0%,
    100% {
      transform: translateY(-3px);
    }

    50% {
      transform: translateY(-5px);
    }
  }

  .cn-step.active i {
    /* Simplified icon animation on mobile */
    animation: stepPulse 2s ease-in-out infinite;
  }

  .cn-step i {
    font-size: 1.3rem;
  }

  .cn-step span {
    font-size: 0.9rem;
  }

  .cn-preview-stats {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .cn-package-options {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cn-package-option {
    padding: 1.5rem;
  }

  .cn-module-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem;
  }

  .cn-data-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .cn-field-label {
    flex: none;
  }

  .cn-field-value {
    text-align: left;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

@media (max-width: 480px) {
  .cn-card {
    margin: 0px;
    padding: 0px;
  }

  .cn-loading-container {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    /* Further reduced animations for very small screens */
    animation: none;
    transform: none;
  }

  .cn-loading-container::before {
    animation-duration: 15s;
    /* Even slower background animation */
  }

  .cn-loading-container::after {
    animation-duration: 5s;
    /* Even slower shimmer */
  }

  .cn-loading-icon {
    font-size: 3rem;
    /* Minimal animation on very small screens */
    animation: iconGlow 3s ease-in-out infinite alternate;
  }

  .cn-icon-carousel {
    height: 90px;
    margin: 1rem 0;
  }

  .cn-dynamic-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    /* Minimal animation on very small screens */
    animation: iconOrbitMobile 5s ease-in-out infinite;
  }

  .cn-icon-set {
    gap: 0.6rem;
    /* No transitions on very small screens for performance */
    transition: opacity 0.4s ease;
    flex-wrap: wrap;
    max-height: 90px;
    overflow: hidden;
    justify-content: center;
  }

  /* Show fewer icons on small screens */
  .cn-dynamic-icon:nth-child(n+16) {
    display: none;
  }

  .cn-real-map {
    height: 180px;
  }

  .cn-loading-header h3 {
    font-size: 1.4rem;
  }

  .cn-progress-bar {
    height: 8px;
    border-radius: 10px;
  }

  .cn-progress-fill {
    border-radius: 10px;
  }

  .cn-loading-steps {
    gap: 0.5rem;
    margin-top: 1rem;
    /* Smaller minimum height for very small screens */
    min-height: 70px;
  }

  .cn-step {
    padding: 0.875rem;
    border-radius: 0.5rem;
    /* Keep the same slide behavior on very small screens */
    width: 90%;
    margin: 0;
  }

  /* Show the first step by default on very small screens too */
  .cn-step[data-step="1"] {
    opacity: 1;
    transform: translateX(0);
  }

  .cn-step:hover {
    /* No hover effects on small screens when hidden */
    transform: translateX(100%);
  }

  .cn-step.active {
    /* Show active step - slide in effect */
    opacity: 1;
    transform: translateX(0);
    animation: none;
    box-shadow:
      0 8px 20px rgba(0, 124, 250, 0.15),
      0 0 15px rgba(0, 124, 250, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .cn-step.active:hover {
    /* Active step stays in place with slight lift */
    transform: translateX(0) translateY(-1px);
  }

  .cn-step.active i {
    animation: stepPulse 3s ease-in-out infinite;
  }

  .cn-step i {
    font-size: 1.1rem;
  }

  .cn-preview-header h3,
  .cn-detailed-header h2 {
    font-size: 1.5rem;
  }

  .cn-step span {
    font-size: 0.85rem;
  }

  .cn-package-option {
    margin-bottom: 1rem;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.results-animation-container {
  max-width: 100%;
  width: 100%;
}

#results-animation-container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

#results-animation-container * {
  max-width: 100%;
  box-sizing: border-box;
}

/* Ensure all child elements fit within container */
#results-animation-container .cn-top-row,
#results-animation-container .cn-icon-carousel,
#results-animation-container .cn-progress-container,
#results-animation-container .cn-progress-phase,
#results-animation-container .cn-steps-container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Extra small mobile devices */
@media (max-width: 360px) {
  .cn-results {
    padding: 0 0.25rem;
  }

  .cn-results-header {
    padding: 1.5rem 0.75rem;
    margin: 0.25rem 0;
  }

  .upgrade-section {
    padding: 1rem 0.5rem;
    margin: 0.25rem 0;
  }

  .cn-preview-upgrade-row {
    gap: 0.75rem;
  }

  .cn-preview-summary {
    gap: 15px;
  }

  /* Extra small screen styles for geo-content */
  .geo-content {
    margin-bottom: 0.4rem;
    padding: 0.4rem;
    border-radius: 4px;
  }

  .geo-content h4 {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }

  .geo-content h4 i {
    font-size: 0.75rem;
    margin-right: 0.4rem;
  }

  .cn-preview-grid {
    gap: 0.2rem;
  }

  .cn-preview-item {
    padding: 0.3rem;
    font-size: 0.75rem;
    border-radius: 3px;
  }

  .cn-preview-label {
    font-size: 0.7rem;
    margin-bottom: 0.15rem;
  }

  .cn-preview-value {
    font-size: 0.75rem;
    font-weight: 600;
  }

  .unlock-btn {
    font-size: 0.75rem;
    padding: 0.35rem 0.7rem;
    border-radius: 10px;
  }

  #geographic-information {
    margin: 0.25rem 0;
  }

  .cn-preview-section {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .upgrade-packages {
    gap: 0.75rem;
    padding: 0 0.25rem;
  }

  .package-option {
    padding: 1rem 0.5rem;
  }

  .cn-loading-container {
    padding: 0.75rem 0.5rem;
    margin: 0.25rem 0;
    border-radius: 0.75rem;
    max-height: 80vh;
  }

  .cn-top-row {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .cn-icon-carousel {
    height: 60px;
    margin: 0.5rem 0;
  }

  .cn-dynamic-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
    animation: iconOrbitMobile 6s ease-in-out infinite;
  }

  .cn-icon-set {
    gap: 0.5rem;
    max-height: 80px;
    padding: 0 0.5rem;
  }

  /* Show fewer icons on very small screens */
  .cn-dynamic-icon:nth-child(n+13) {
    display: none;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Additional data section styles */
.additional-data-section {
  padding: 1.5rem;
  margin-top: 1rem;
  background: #fafbfc;
  border-top: 1px solid #e2e8f0;
  border-radius: 0 0 0.75rem 0.75rem;
}

.additional-data-section h4 {
  margin: 0 0 1rem 0;
  color: #4a5568;
  font-size: 1.1rem;
  font-weight: 600;
}

.additional-data-container {
  display: grid;
  gap: 1rem;
}

.object-field {
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.object-key {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.object-value {
  color: #4a5568;
  line-height: 1.5;
}

#paid-results-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* ================================= */
/* PHONE PLATFORM CARDS DISPLAY */
/* ================================= */

/* Phone Platform Results Container */
.cn-phone-platform-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f5f5f5;
  min-height: 100vh;
}

/* Platform Header */
.cn-platform-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
}

.cn-platform-icon {
  width: 32px;
  height: 32px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.cn-platform-icon i {
  color: white;
  font-size: 16px;
}

.cn-platform-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

/* Platform Grid */
.cn-platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

/* Platform Card */
.platform-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Platform Header */
.platform-header {
  background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.platform-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.platform-icon i {
  color: white;
  font-size: 18px;
}

.platform-info {
  flex: 1;
}

.platform-name {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.platform-category {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Platform Data */
.platform-data {
  padding: 20px;
  background: white;
}

.platform-data.empty {
  text-align: center;
  color: #6b7280;
  font-style: italic;
}

.data-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  gap: 16px;
}

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

.data-key {
  font-weight: 600;
  color: #374151;
  flex: 0 0 40%;
  font-size: 14px;
}

.data-value {
  color: #1f2937;
  flex: 1;
  text-align: right;
  word-break: break-word;
  font-size: 14px;
  font-weight: 500;
}

/* Premium Notice */
.cn-premium-notice {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #f59e0b;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.cn-premium-notice i {
  color: #f59e0b;
  font-size: 20px;
  margin-right: 8px;
}

.cn-premium-notice p {
  color: #92400e;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cn-phone-platform-results {
    padding: 10px;
  }
  
  .cn-platform-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .cn-platform-title {
    font-size: 24px;
  }
  
  .platform-header {
    padding: 16px;
  }
  
  .platform-name {
    font-size: 16px;
  }
  
  .platform-data {
    padding: 16px;
  }
  
  .data-row {
    flex-direction: column;
    gap: 8px;
  }
  
  .data-key {
    flex: none;
  }
  
  .data-value {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .cn-platform-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .cn-platform-icon {
    margin-right: 0;
  }
  
  .cn-platform-title {
    font-size: 20px;
  }
  
  .platform-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ================================= */
/* PHONE RESULTS DISPLAY */
/* ================================= */

/* Phone Results Container */
.cn-phone-osint-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  animation: fadeInUp 0.6s ease-out;
}

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

/* Main OSINT Card */
.cn-osint-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.cn-osint-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* OSINT Header */
.cn-osint-header {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-bottom: 1px solid #e2e8f0;
}

.cn-osint-icon {
  width: 24px;
  height: 24px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.cn-osint-icon i {
  color: white;
  font-size: 12px;
}

.cn-osint-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  flex: 1;
}

/* OSINT Data Display */
.cn-osint-data {
  padding: 32px;
  background: white;
}

.cn-json-display {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* JSON Syntax Highlighting */
.cn-json-display {
  position: relative;
}

/* Add subtle syntax highlighting via CSS */
.cn-json-display::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 100%
  );
}

/* Key highlighting */
.cn-json-display {
  /* This will be enhanced with JavaScript for better syntax highlighting */
  color: #374151;
}

/* String values */
.cn-json-display {
  /* String values will be styled via JavaScript */
}

/* Number values */
.cn-json-display {
  /* Number values will be styled via JavaScript */
}

/* Boolean values */
.cn-json-display {
  /* Boolean values will be styled via JavaScript */
}

/* Responsive Design */
@media (max-width: 768px) {
  .cn-phone-osint-results {
    padding: 10px;
  }
  
  .cn-osint-header {
    padding: 20px;
  }
  
  .cn-osint-title {
    font-size: 24px;
  }
  
  .cn-osint-data {
    padding: 20px;
  }
  
  .cn-json-display {
    font-size: 12px;
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .cn-osint-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .cn-osint-icon {
    margin-right: 0;
  }
  
  .cn-osint-title {
    font-size: 20px;
  }
}

/* ================================= */
/* COMPREHENSIVE DATA DISPLAY */
/* ================================= */

/* Module data section container */
@media (max-width: 768px) {
  .module-data-section {
    padding: 0px !important;
  }
}


.module-data-section {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
}

/* Basic field styles */
.basic-field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f5f9;
  gap: 1rem;
}

.basic-field:last-child {
  border-bottom: none;
}

.basic-field .field-label {
  font-weight: 600;
  color: #374151;
  flex: 0 0 35%;
  text-transform: capitalize;
}

.basic-field .field-value {
  color: #1f2937;
  flex: 1;
  text-align: right;
  word-break: break-word;
  font-weight: 500;
}

/* Platform variables section */
.platform-variables-section {
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
}

.platform-variables-section h4 {
  margin: 0 0 1.5rem 0;
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.platform-variables-section h4 i {
  color: #007cfa;
  font-size: 1.1rem;
}

.platform-variables-grid {
  display: grid;
  gap: 1rem;
}

/* Platform variable card */
.platform-variable {
  background: white;
  border-radius: 0.5rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.platform-variable:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Empty value styling */
.empty-value {
  color: #94a3b8;
  font-style: italic;
  font-size: 0.9rem;
}

.no-platform-variables {
  color: #64748b;
  font-style: italic;
  text-align: center;
  padding: 2rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border: 1px dashed #cbd5e1;
}

/* Variable header */
.variable-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f5f9;
}

.variable-label {
  font-weight: 600;
  color: #1e293b;
  font-size: 1rem;
}

.variable-type {
  background: #e2e8f0;
  color: #64748b;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* Variable list container */
.variable-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Phone item styling */
.phone-item {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 1px solid #3b82f6;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.3s ease;
}

.phone-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.2);
}

.phone-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.phone-type {
  background: #1e40af;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.phone-code {
  background: #059669;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: monospace;
}

.phone-country {
  background: #7c3aed;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.phone-carrier {
  background: #dc2626;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.phone-category {
  background: #64748b;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Address item styling */
.address-item {
  background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
  border: 1px solid #7c3aed;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.3s ease;
}

.address-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(124, 58, 237, 0.2);
}

.address-text {
  display: block;
  font-weight: 600;
  color: #581c87;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.address-country {
  background: #7c3aed;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

.address-type {
  background: #64748b;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Badge item styling */
.badge-item {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #92400e;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #f59e0b;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.badge-item::before {
  content: '🏆';
  font-size: 0.8rem;
}

/* Generic list item styling */
.list-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  color: #374151;
  font-weight: 500;
}

.list-item:last-child {
  margin-bottom: 0;
}

.item-detail {
  display: block;
  margin-bottom: 0.25rem;
  color: #64748b;
  font-size: 0.9rem;
}

.item-detail:last-child {
  margin-bottom: 0;
}

/* Variable dict styling */
.variable-dict {
  background: #f8fafc;
  border-radius: 0.375rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
}

.dict-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
}

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

.dict-key {
  font-weight: 600;
  color: #374151;
  flex: 0 0 40%;
  text-transform: capitalize;
}

.dict-value {
  color: #1f2937;
  flex: 1;
  text-align: right;
  word-break: break-word;
  font-weight: 500;
}

/* Variable value styling */
.variable-value {
  color: #1f2937;
  font-weight: 500;
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 0.375rem;
  border: 1px solid #e2e8f0;
}

/* Special data type styling */
.variable-value.score {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  border-color: #10b981;
  color: #059669;
  font-weight: 600;
}

.variable-value.access {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #f59e0b;
  color: #92400e;
  font-weight: 600;
  text-transform: uppercase;
}

.variable-value.enhanced {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-color: #3b82f6;
  color: #1d4ed8;
  font-weight: 600;
}

/* Empty state styling */
.empty-list {
  color: #9ca3af;
  font-style: italic;
  text-align: center;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.375rem;
  border: 1px solid #f3f4f6;
}

/* Mobile responsive for platform variables */
@media (max-width: 768px) {

  .cn-detailed-results {
    padding: 10px 6px !important;
  }

  .platform-variables-section {
    padding: 10px 6px !important;
  }

  .platform-variable {
    padding: 1rem;
  }

  .variable-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .phone-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .phone-type,
  .phone-code,
  .phone-country,
  .phone-carrier,
  .phone-category {
    margin-bottom: 0.25rem;
  }

  .address-country,
  .address-type {
    display: block;
    margin-bottom: 0.25rem;
  }

  .dict-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .dict-key {
    flex: none;
  }

  .dict-value {
    text-align: left;
  }

  .basic-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .basic-field .field-label {
    flex: none;
  }

  .basic-field .field-value {
    text-align: left;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Animation for platform variables */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.platform-variable {
  animation: slideInFromLeft 0.5s ease-out;
}

.platform-variable:nth-child(1) {
  animation-delay: 0.1s;
}

.platform-variable:nth-child(2) {
  animation-delay: 0.2s;
}

.platform-variable:nth-child(3) {
  animation-delay: 0.3s;
}

.platform-variable:nth-child(4) {
  animation-delay: 0.4s;
}

.platform-variable:nth-child(5) {
  animation-delay: 0.5s;
}

.object-value pre {
  background: #f7fafc;
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #e2e8f0;
  font-size: 0.85rem;
  overflow-x: auto;
}

/* Specialized field formatting styles */

/* Tags field */
.tags-field {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
}

.tag-badge {
  background: #e2e8f0;
  color: #4a5568;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.tag-badge:hover {
  background: #cbd5e0;
}

/* Timeline field */
.timeline-field {
  margin: 0.5rem 0;
}

.timeline-event {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
  border-left: 4px solid #007cfa;
}

.timeline-date {
  font-weight: 600;
  color: #007cfa;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.timeline-title {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.timeline-description {
  color: #4a5568;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.timeline-detail {
  color: #718096;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.timeline-simple {
  color: #4a5568;
  font-style: italic;
}

/* Content field */
.content-field {
  margin: 0.5rem 0;
}

.content-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.content-title {
  color: #2d3748;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.content-text {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.content-meta {
  color: #718096;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

/* Addresses field */
.addresses-field {
  margin: 0.5rem 0;
}

.address-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.address-full {
  color: #2d3748;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.address-part {
  color: #4a5568;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

/* Names field */
.names-field {
  margin: 0.5rem 0;
}

.name-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.name-full,
.name-constructed {
  color: #2d3748;
  font-weight: 500;
}

.name-part {
  color: #4a5568;
  font-size: 0.875rem;
}

.name-simple {
  color: #2d3748;
  font-weight: 500;
}

/* Contacts field */
.contacts-field {
  margin: 0.5rem 0;
}

.contact-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.contact-email,
.contact-phone {
  color: #2d3748;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.contact-email i,
.contact-phone i {
  color: #007cfa;
  margin-right: 0.5rem;
}

.contact-type {
  color: #718096;
  font-size: 0.875rem;
  font-style: italic;
}

.contact-other {
  color: #4a5568;
}

/* Phones field */
.phones-field {
  margin: 0.5rem 0;
}

.phone-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.phone-number {
  font-weight: 500;
}

.phone-number i {
  color: #007cfa;
  margin-right: 0.5rem;
}

.phone-type {
  color: #718096;
  font-size: 0.875rem;
  font-style: italic;
}

/* URLs field */
.urls-field {
  margin: 0.5rem 0;
}

.url-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.url-link {
  color: #2d3748;
}

.url-link i {
  color: #007cfa;
  margin-right: 0.5rem;
}

.url-link a {
  color: #007cfa;
  text-decoration: none;
  font-weight: 500;
}

.url-link a:hover {
  text-decoration: underline;
}

/* Simple and complex lists */
.simple-list {
  margin: 0.5rem 0;
}

.list-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  color: #2d3748;
}

.complex-list {
  margin: 0.5rem 0;
}

.complex-item {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.item-header {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.item-value {
  color: #4a5568;
  line-height: 1.5;
}

/* Object data display (enhanced) */
.object-data-display {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
}

.object-field-clean {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: flex-start;
}

.field-label-clean {
  font-weight: 600;
  color: #2d3748;
  min-width: 120px;
  margin-right: 0.75rem;
}

.field-value-clean {
  color: #4a5568;
  flex: 1;
}

/* Module field container enhanced */
.module-field-container {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.module-field-container h4 {
  margin: 0 0 1rem 0;
  color: #2d3748;
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.simple-value {
  color: #2d3748;
  font-weight: 500;
  background: #f7fafc;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.no-data-message {
  color: #718096;
  font-style: italic;
  text-align: center;
  padding: 1rem;
  background: #f7fafc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .tags-field {
    gap: 0.25rem;
  }

  .tag-badge {
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
  }

  .timeline-event,
  .content-item,
  .address-item,
  .contact-item,
  .complex-item {
    padding: 0.75rem;
  }

  .field-label-clean {
    min-width: 100px;
    margin-right: 0.5rem;
  }

  .object-field-clean {
    flex-direction: column;
    gap: 0.25rem;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

@media (max-width: 480px) {
  .cn-card {
    margin: 0px;
    padding: 0px;
  }

  .cn-loading-container {
    padding: 1.5rem;
  }

  .cn-loading-header h3 {
    font-size: 1.2rem;
  }


  .cn-preview-header h3,
  .cn-detailed-header h2 {
    font-size: 1.5rem;
  }

  .cn-step span {
    font-size: 0.8rem;
  }

  .cn-package-option {
    margin-bottom: 1rem;
  }

  .module-field-container {
    padding: 1rem;
  }

  .timeline-event,
  .content-item,
  .address-item,
  .contact-item {
    padding: 0.75rem;
  }

  .field-label-clean {
    min-width: 80px;
    font-size: 0.875rem;
  }

  /* Additional mobile styles for geo-content on small screens */
  .geo-content {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 6px;
  }

  .geo-content h4 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .geo-content h4 i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
  }

  .cn-preview-grid {
    gap: 0.25rem;
  }

  .cn-preview-item {
    padding: 0.4rem;
    font-size: 0.8rem;
    border-radius: 4px;
  }

  .cn-preview-label {
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
  }

  .cn-preview-value {
    font-size: 0.8rem;
    font-weight: 600;
  }

  .unlock-btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 12px;
  }

  #geographic-information {
    margin: 0.5rem 0;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Add styles for the new paywall elements */

/* Paywall container */
.cn-paywall-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: grid;
  gap: 1rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  .cn-paywall-container {
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
  }
}
@media (max-width: 979px) {
  .cn-paywall-container {
    grid-template-columns: 1fr;
  }
}

/* Preview content */
.cn-preview-content {
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Upgraded paywall: signals strip, locked teasers, sticky CTA, packages */
.cn-signals-detected {
  background: #0b1220;
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  padding: 1rem;
  border-radius: 0.75rem;
}
.cn-signals-top {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-bottom: .75rem;
}
.cn-signals-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  flex: 0 0 auto;
}
.cn-signals-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}
.cn-signals-sub {
  margin: .25rem 0 0 0;
  font-size: .85rem;
  line-height: 1.35;
  opacity: .75;
}
.cn-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.cn-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .45rem .6rem;
  border-radius: 999px;
  font-size: .85rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  white-space: nowrap;
}
.cn-chip.ok i { color: #34d399; }
.cn-chip.lock { opacity: .92; }
.cn-chip.lock i { color: rgba(255,255,255,.92); }
.cn-preview-item.cn-locked {
  background: #111827;
  border-color: rgba(255,255,255,.12);
}
.cn-preview-item.cn-locked .cn-preview-label,
.cn-preview-item.cn-locked .cn-preview-value {
  color: rgba(255,255,255,.92);
}
.cn-lockline {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.cn-proof {
  margin-top: .75rem;
  padding: .65rem .75rem;
  border-radius: .6rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  font-size: .85rem;
  color: #495057;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.cn-most-popular {
  position: absolute;
  top: .75rem;
  right: .75rem;
  font-size: .72rem;
  font-weight: 800;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: rgba(14,165,233,.14);
  border: 1px solid rgba(14,165,233,.22);
  color: #0ea5e9;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  white-space: nowrap;
}
.cn-plan-sub {
  margin-top: .25rem;
  font-size: .85rem;
  color: #6c757d;
  line-height: 1.35;
}
.package-features .row {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}
.package-features .row i.fa-check {
  color: #28a745;
  margin-top: .2rem;
}
.package-info .dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #adb5bd;
  display: inline-block;
}
.package-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  flex-wrap: wrap;
}
.cn-sticky-cta {
  position: sticky;
  bottom: 12px;
  margin-top: 1rem;
  background: #0b1220;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: .75rem;
  padding: .75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.cn-sticky-cta .left { min-width: 0; color: rgba(255,255,255,.92); }
.cn-sticky-cta .t1 { font-weight: 900; font-size: .95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cn-sticky-cta .t2 { margin-top: .15rem; font-size: .82rem; opacity: .72; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cn-sticky-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .6rem .75rem;
  border-radius: .6rem;
  background: #0ea5e9;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(14,165,233,.35);
  white-space: nowrap;
}
/* Mobile: fixed bottom bar so it always stays visible */
@media (max-width: 979px) {
  .cn-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: .75rem 1rem;
    padding-bottom: calc(.75rem + env(safe-area-inset-bottom, 0));
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0,0,0,.2);
  }
  /* Reserve space so content isn't hidden behind the fixed bar */
  .cn-paywall-container .cn-preview-content {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0));
  }
}
@media (min-width: 980px) {
  .cn-sticky-cta { display: none; }
}

.cn-preview-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.cn-preview-section:last-child {
  border-bottom: none;
}

.cn-preview-section h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}

.cn-preview-section h4 i {
  margin-right: 8px;
  color: #4CAF50;
}

/* Preview grid */
.cn-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width: 600px) {
  .cn-preview-grid {
    grid-template-columns: 1fr;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-preview-item {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.cn-preview-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.cn-preview-value {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.cn-preview-value i {
  margin-right: 5px;
}

/* Platforms list */
.cn-platforms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.cn-platform-badge {
  background: #e8f5e9;
  color: #2E7D32;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Preview teaser */
.cn-preview-teaser {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.cn-preview-teaser p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.cn-preview-teaser i {
  color: #2196F3;
  margin-right: 5px;
}

/* Upgrade section */
.cn-upgrade-section {
  background: #f9f9f9;
  padding: 20px;
  border-top: 1px solid #eee;
}

.cn-upgrade-section h4 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
}

.cn-upgrade-section h4 i {
  margin-right: 8px;
  color: #FFC107;
}

.cn-upgrade-section p {
  margin: 0 0 20px 0;
  color: #555;
}

/* Package options */
.cn-package-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .cn-coupon-phone-input .cn-card {
    width: 82%;
  }

  .cn-paywall-container {
    display: grid;
  }
  .premium-highlight {
    margin-top: 10px;
  }

  .geo-content {
    display: none;
  }
  .geographic-information {
    display: none !important;
  }

  .upgrade-section {
    padding: 0px !important;
    margin: 0px !important;
  }

  #results-animation-container {
    /* max-height: 86vh !important;
    height: 86vh !important; */
  }

  .unlock-btn {
    display: none;
    height: 100px;
  }

  .upgrade-header p {
    margin-bottom: 0px;
  }

  .cn-preview-section h4 {
    margin: 0px !important;
  }

  .cn-package-options {
    grid-template-columns: 1fr;
  }

  .cn-preview-content {
    padding: 0px !important;
  }

  .cn-preview-grid {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .cn-preview-section {
    padding: 10px 20px !important;
    margin-bottom: 10px !important;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-package {
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.cn-package:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cn-package.premium {
  background: linear-gradient(135deg, #f5f9ff 0%, #ecf4ff 100%);
  border: 2px solid #4285F4;
}

.cn-popular-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #4285F4;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.cn-package h5 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333;
}

.cn-package-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.cn-package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.cn-package-features li {
  margin-bottom: 10px;
  color: #555;
  display: flex;
  align-items: center;
}

.cn-package-features li i {
  color: #4CAF50;
  margin-right: 8px;
}

.cn-package-button {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cn-package-button.standard {
  background: #4CAF50;
  color: white;
}

.cn-package-button.standard:hover {
  background: #388E3C;
}

.cn-package-button.premium {
  background: #4285F4;
  color: white;
}

.cn-package-button.premium:hover {
  background: #3367D6;
}

.cn-package-button i {
  margin-right: 8px;
}

/* Package Price Styling */
.package-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007cfa;
  text-align: center;
  margin: 15px 0;
  padding: 10px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 8px;
  border: 2px solid #bae6fd;
}

.premium-highlight .package-price {
  color: #7c3aed;
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  border-color: #ddd6fe;
}

.price-loading {
  text-align: center;
  padding: 20px;

  /* Business hours styling */
  .business-hours {
    font-size: 14px;
    color: #374151;
  }

  .business-hours .timezone {
    font-style: italic;
    color: #6b7280;
    margin-bottom: 8px;
  }

  .business-hours .day-hours {
    margin-bottom: 4px;
  }

  .business-hours .day {
    font-weight: 600;
    color: #374151;
    min-width: 40px;
    display: inline-block;
  }

  .business-hours .hours {
    color: #059669;
    font-family: monospace;
  }

  /* Object display styling */
  .object-display {
    font-size: 14px;
  }

  .object-field {
    margin-bottom: 4px;
  }

  .object-key {
    font-weight: 600;
    color: #374151;
  }

  .object-value {
    color: #6b7280;
    margin-left: 8px;
  }

  color: #64748b;
  font-style: italic;
}

/* Modern Paid Loading Animations */
.cn-paid-loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.cn-paid-loading-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.cn-paid-loading-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 500px;
  width: 90%;
  position: relative;
  z-index: 1;
}

.loading-animation {
  margin-bottom: 30px;
}

.loading-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(45deg, #667eea, #764ba2);
  animation: bounce 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) {
  animation-delay: -0.32s;
}

.dot:nth-child(2) {
  animation-delay: -0.16s;
}

.dot:nth-child(3) {
  animation-delay: 0s;
}

@keyframes bounce {

  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-paid-loading-card h2 {
  color: #2d3748;
  font-size: 28px;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.cn-paid-loading-card p {
  color: #718096;
  font-size: 16px;
  margin: 0 0 25px 0;
}

.loading-status {
  color: #4a5568;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 20px;
}

.loading-progress {
  background: #e2e8f0;
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 10px;
  width: 0%;
  transition: width 0.3s ease;
  position: relative;
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: progressShimmer 1.5s infinite;
}

@keyframes progressShimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Results Display Animations */
.cn-paid-results-content {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.results-success-message {
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(72, 187, 120, 0.3);
  animation: successPulse 0.8s ease-out;
}

@keyframes successPulse {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.results-error-message {
  background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(245, 101, 101, 0.3);
  animation: errorShake 0.6s ease-out;
}

@keyframes errorShake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}


@media (max-width: 768px) {

  /* Force logo, title, and icons to stack correctly */
  .header-responsive.wp-block-group.alignwide.has-base-background-color {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
  }

  /* Wrap logo and title in a grid */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    width: 50%;
  }

  /* Set logo order to 2 (appears second) */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-site-logo {
    order: 2;
    justify-self: start;
  }

  .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-5924e470.wp-block-group-is-layout-flex {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  /* Set text order to 1 (appears first) */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-group.is-layout-flow {
    order: 1;
    width: 100%;
  }

  /* Style the site title */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-site-title {
    font-size: 18px !important;
    width: 100%;
    white-space: normal;
    line-height: 1.2;
    padding-left: 10px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  /* Resize logo if needed */
  .header-responsive .wp-block-site-logo img {
    /* max-width: 60px; */
    height: auto;
  }

  /* Icons (menu, account, cart) row */
  .header-responsive.wp-block-group.is-content-justification-left {
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  /* Optional: hide other items if needed */
  .header-responsive .wp-block-navigation__responsive-container,
  .header-responsive .wp-block-navigation .wp-block-navigation-item__description {
    display: none !important;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.wp-block-woocommerce-customer-account,
.wp-block-woocommerce-mini-cart {
  display: none !important;
}

/* Package info styling */
.package-info {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}

.package-info small {
  color: #64748b;
  font-style: italic;
}

.package-info i {
  margin-right: 5px;
  color: #007cfa;
}


.cn-intelligence-report {
  max-width: 100% !important;
  margin: 10px auto !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 24px !important;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  overflow: hidden !important;
  position: relative !important;
}

.cn-intelligence-report::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.cn-report-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) !important;
  color: white !important;
  padding: 40px 30px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.cn-report-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}

.cn-report-header h2 {
  margin: 0 0 15px 0 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  position: relative !important;
  color: #fff !important;
  z-index: 1 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.cn-report-header .cn-phone-number {
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  display: inline-block !important;
  padding: 12px 24px !important;
  border-radius: 30px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 15px 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  z-index: 1 !important;
  color: #fff !important;
}

.cn-sources-found {
  font-size: 16px !important;
  opacity: 0.9 !important;
  position: relative !important;
  z-index: 1 !important;
  font-weight: 500 !important;
}

.cn-new-lookup-section {
  display: flex !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin-top: 10px !important;
  position: relative !important;
  z-index: 1 !important;
}

#new-lookup-phone-display {
  background-color: #fff !important;
  color: #000 !important;
}

.cn-new-lookup-input {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* .cn-new-lookup-input {
    flex: 1 !important;
    padding: 12px 16px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    background: white !important;
    transition: all 0.3s ease !important;
} */

.cn-new-lookup-input:focus {
  outline: none !important;
  border-color: #007cfa !important;
  box-shadow: 0 0 0 3px rgba(0, 124, 250, 0.1) !important;
}

.cn-new-lookup-btn {
  background: #007cfa !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.cn-new-lookup-btn:hover {
  background: #0066cc !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 124, 250, 0.3) !important;
}

.cn-remaining-lookups {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: linear-gradient(135deg, #10b981, #059669) !important;
  color: white !important;
  padding: 8px 12px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-left: 10px !important;
}

.cn-remaining-lookups i {
  font-size: 11px !important;
}

.cn-print-btn {
  height: 50px !important;
  margin-top: 10px !important;
}

.cn-new-lookup-section.results-page {
  padding-bottom: 150px !important;
}

.cn-new-lookup-section {
  padding-bottom: 120px !important;
}

@media (max-width: 768px) {
  .cn-new-lookup-section.results-page {
    padding-bottom: 50px !important;
  }

  .cn-new-lookup-section {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .cn-new-lookup-btn {
    width: 100% !important;
    padding: 14px 20px !important;
  }

  .cn-results-actions {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .cn-remaining-lookups {
    margin-left: 0 !important;
    align-self: flex-start !important;
  }
}


.cn-coupon-info {
  margin-top: 8px !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500 !important;
}

.cn-platform-section {
  padding: 30px 35px !important;
  position: relative !important;
  border-bottom: none !important;
}

.cn-platform-section:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.06), transparent);
}

.cn-platform-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 25px !important;
  position: relative !important;
}

.cn-platform-name {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2d3748 !important;
  position: relative !important;
}

.cn-platform-badge {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
  color: #4a5568 !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.cn-field-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 20px !important;
}

.cn-field {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 20px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  position: relative !important;
  overflow: hidden !important;
}

.cn-field-label {
  font-weight: 600 !important;
  color: #4a5568 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  position: relative !important;
  z-index: 1 !important;
}

.cn-field-value {
  font-weight: 700 !important;
  color: #2d3748 !important;
  font-size: 15px !important;
  position: relative !important;
  z-index: 1 !important;
}

.cn-field-value.registered-yes {
  color: #38a169 !important;
  text-shadow: 0 1px 3px rgba(56, 161, 105, 0.3) !important;
}

.cn-field-value.registered-no {
  color: #e53e3e !important;
  text-shadow: 0 1px 3px rgba(229, 62, 62, 0.3) !important;
}

.cn-detailed-section {
  max-width: 100% !important;
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.8) 0%, rgba(237, 242, 247, 0.6) 100%) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  padding: 25px !important;
  border-radius: 20px !important;
  margin-top: 20px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  background-clip: padding-box !important;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  position: relative !important;
  overflow: hidden !important;
}


@keyframes borderGlow {

  0%,
  100% {
    background-position: 0% 50%;
  }

  25% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 0% 100%;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-detailed-title {
  font-weight: 700 !important;
  color: #2d3748 !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.cn-detailed-title::before {
  content: "📋";
  margin-right: 12px !important;
  font-size: 20px !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.cn-no-data {
  color: #a0aec0 !important;
  font-style: italic !important;
  font-weight: 500 !important;
  text-align: center !important;
  padding: 20px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 12px !important;
  border: 1px dashed rgba(160, 174, 192, 0.3) !important;
}

/* All fields hover animation with red color */
.cn-field:hover {
  border: 2px solid transparent !important;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 255, 255, 0.8)) !important;
}

.cn-field:hover::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e, #ffb3b3, #ff6b6b);
  background-size: 200% 200%;
  border-radius: 18px;
  z-index: -1;
  animation: scoreBorder 1.5s ease-in-out infinite;
}

@keyframes scoreBorder {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Enhanced field hover animation */
.cn-field:hover {
  border: 2px solid transparent !important;
  background: linear-gradient(135deg, rgba(56, 161, 105, 0.1), rgba(255, 255, 255, 0.8)) !important;
}

.cn-field:hover::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #38a169, #48bb78, #68d391, #38a169);
  background-size: 200% 200%;
  border-radius: 18px;
  z-index: -1;
  animation: enhancedBorder 1.8s ease-in-out infinite;
}

@keyframes enhancedBorder {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cn-intelligence-report {
    margin: 0px !important;
    border-radius: 20px !important;
  }

  .cn-detailed-section {
    margin: 0px !important;
    padding: 0px !important;
  }

  .cn-report-header {
    padding: 30px 20px !important;
  }

  .cn-report-header h2 {
    font-size: 24px !important;
  }

  .cn-phone-number {
    font-size: 18px !important;
    padding: 10px 20px !important;
  }

  .cn-platform-section {
    padding: 15px 5px !important;
  }

  .cn-field-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .cn-field {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .cn-field-value {
    max-width: fit-content;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.catfish-credits {
  background-color: orange;
  padding: 15px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

/* iPad Air portrait mode */
@media (max-width: 820px) and (min-width: 769px) and (orientation: portrait) {

  /* Force logo, title, and icons to stack correctly */
  .header-responsive.wp-block-group.alignwide.has-base-background-color {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
  }

  /* Wrap logo and title in a grid */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    width: 50%;
  }

  /* Set logo order to 2 (appears second) */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-site-logo {
    order: 2;
    justify-self: start;
  }

  .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-5924e470.wp-block-group-is-layout-flex {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  /* Set text order to 1 (appears first) */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-group.is-layout-flow {
    order: 1;
    width: 100%;
  }

  /* Style the site title */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-site-title {
    font-size: 18px !important;
    width: 100%;
    white-space: normal;
    line-height: 1.2;
    padding-left: 10px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  /* Resize logo if needed */
  .header-responsive .wp-block-site-logo img {
    /* max-width: 60px; */
    height: auto;
  }

  /* Icons (menu, account, cart) row */
  .header-responsive.wp-block-group.is-content-justification-left {
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  /* Optional: hide other items if needed */
  .header-responsive .wp-block-navigation__responsive-container,
  .header-responsive .wp-block-navigation .wp-block-navigation-item__description {
    display: none !important;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

/* Landscape orientation - apply same responsive design */
@media (max-width: 1024px) and (orientation: landscape) {

  /* Force logo, title, and icons to stack correctly */
  .header-responsive.wp-block-group.alignwide.has-base-background-color {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
  }

  /* Wrap logo and title in a grid */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    width: 50%;
  }

  /* Set logo order to 2 (appears second) */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-site-logo {
    order: 2;
    justify-self: start;
  }

  .wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-5924e470.wp-block-group-is-layout-flex {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  /* Set text order to 1 (appears first) */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-group.is-layout-flow {
    order: 1;
    width: 100%;
  }

  /* Style the site title */
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f1189ed3.wp-block-group-is-layout-flex .wp-block-site-title {
    font-size: 18px !important;
    width: 100%;
    white-space: normal;
    line-height: 1.2;
    padding-left: 10px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  /* Resize logo if needed */
  .header-responsive .wp-block-site-logo img {
    /* max-width: 60px; */
    height: auto;
  }

  /* Icons (menu, account, cart) row */
  .header-responsive.wp-block-group.is-content-justification-left {
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  /* Optional: hide other items if needed */
  .header-responsive .wp-block-navigation__responsive-container,
  .header-responsive .wp-block-navigation .wp-block-navigation-item__description {
    display: none !important;
  }
}

/* Email link styling */
.cn-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #059669 !important;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  background: #f0fdf4;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cn-email-link:hover {
  background: #059669 !important;
  color: white !important;
  border-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.cn-email-link i {
  font-size: 12px;
  opacity: 0.8;
}

.cn-email-link:hover i {
  opacity: 1;
}

.cn-preview-columns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cn-preview-columns .cn-preview-section {
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cn-preview-columns {
    flex-direction: column;
  }

  .cn-preview-upgrade-row {
    flex-direction: column;
    gap: 1rem;
  }

  .cn-preview-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
  }

  .upgrade-section {
    overflow: none !important;
    padding: 1.5rem 1rem;
    margin: 0.5rem 0;
  }

  /* Mobile responsive styles for geo-content */
  .geo-content {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
  }

  .geo-content h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .cn-preview-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .cn-preview-item {
    padding: 0.5rem;
    font-size: 0.9rem;
  }

  .cn-preview-label {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }

  .cn-preview-value {
    font-size: 0.9rem;
  }

  .cn-preview-section {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .unlock-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Container for preview summary and upgrade section side by side */
.cn-preview-upgrade-row {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin: 1rem 0;
}

.cn-preview-summary {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.upgrade-section {
  flex: 1;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
  overflow-x: hidden;
}

#geographic-information {
  position: relative;
}

.geo-content {
  filter: blur(3px);
  -webkit-filter: blur(4px);
  pointer-events: none;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#geographic-information::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  border-radius: 12px;
}

.unlock-btn {
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #007cfa, #0066cc);
  color: white;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 19px;
  font-weight: 600;
  z-index: 2;
  /* sits above blur + overlay */
  box-shadow: 0 2px 8px rgba(0, 124, 250, 0.3);
  cursor: pointer;
}

#emailLookupForm #email {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

@media (max-width: 768px) {
  #emailLookupForm #email {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ========================================
   Image Search Styles
   ======================================== */

.catfishnumr-image-search-wrapper {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0 1rem;
}

.image-search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.image-upload-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.image-upload-area {
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8fafc;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.image-upload-area:hover {
  border-color: #007cfa;
  background: #f0f9ff;
}

.image-upload-area.drag-over {
  border-color: #007cfa;
  background: #e0f2fe;
}

.upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.upload-placeholder i {
  font-size: 48px;
  color: #007cfa;
}

.upload-placeholder p {
  font-size: 16px;
  font-weight: 500;
  color: #475569;
  margin: 0;
}

.file-info {
  font-size: 13px;
  color: #94a3b8;
}

.image-preview-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.image-preview-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.remove-image {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ef4444;
  color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.remove-image:hover {
  background: #dc2626;
  transform: scale(1.1);
}


.image-search-submit {
  width: 100%;
  max-width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #007cfa, #0066cc);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  white-space: nowrap;
}

.image-search-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 124, 250, 0.3);
}

.image-search-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Tab specific styles for image search */
#image-tab .image-upload-group {
  margin: 20px 0;
}

#image-tab .image-upload-area {
  min-height: 180px;
  padding: 30px 15px;
}

#image-tab .upload-placeholder i {
  font-size: 40px;
}

#image-tab .upload-placeholder p {
  font-size: 14px;
}

#image-tab .file-info {
  font-size: 12px;
}

#image-tab .image-search-btn {
  width: 100%;
  margin-top: 10px;
  padding: 12px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .catfishnumr-image-search-wrapper {
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .image-upload-area {
    padding: 30px 15px;
    min-height: 160px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .upload-placeholder i {
    font-size: 40px;
  }

  .upload-placeholder p {
    font-size: 14px;
  }
}

/* ========================================
   Results Preview & Blur Effects
   ======================================== */

.cn-results-container {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  max-width: 100%;
  width: 100%;
}

/* Full Width Layout */
.cn-right-column.cn-full-width {
  padding: 2rem;
  width: 100%;
  max-width: 100%;
  position: static;
}

/* Email Results Page - Packages in Row */
#email-results .upgrade-packages,
body.email-results-page .upgrade-packages,
[data-page="email-results"] .upgrade-packages {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.5rem;
  flex-direction: row;
}

@media (max-width: 768px) {
  #email-results .upgrade-packages,
  body.email-results-page .upgrade-packages,
  [data-page="email-results"] .upgrade-packages {
    grid-template-columns: 1fr !important;
  }
}

.cn-preview-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem;
  text-align: center;
}

.cn-preview-header h2 {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  font-weight: 700;
}

.preview-subtitle {
  margin: 0.5rem 0 1.5rem 0;
  font-size: 1.1rem;
  opacity: 0.9;
}

.preview-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.stat-item i {
  font-size: 1.25rem;
}

.cn-preview-sections {
  padding: 0;
}

.preview-section {
  margin-bottom: 2rem;
  background: #f8fafc;
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
}

.preview-section.blurred-section {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  border: 2px solid #e0e7ff;
}

.preview-section h3 {
  margin: 0 0 1rem 0;
  color: #1e293b;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.preview-items {
  display: grid;
  gap: 1rem;
}

.preview-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.preview-item.blur-effect {
  filter: blur(4px);
  opacity: 0.7;
  cursor: not-allowed;
}

.preview-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.platform-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 8px;
  flex-shrink: 0;
}

.platform-icon i {
  font-size: 1.5rem;
  color: #64748b;
}

.item-content {
  flex: 1;
}

.platform-name {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.blurred-text,
.blurred-url {
  color: #64748b;
  font-size: 0.9rem;
  font-family: monospace;
  letter-spacing: 0.1em;
}

.lock-icon {
  color: #667eea;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  filter: none !important;
}

.preview-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

.preview-image {
  aspect-ratio: 1;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.preview-image.blur-effect {
  filter: blur(8px);
  opacity: 0.6;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
}

.image-placeholder i {
  font-size: 3rem;
  color: #cbd5e1;
}

.more-items {
  text-align: center;
  color: #64748b;
  margin-top: 1rem;
  font-weight: 500;
}

/* Upgrade Section */
.upgrade-section {
  background: #f8fafc;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  padding: 2rem;
  height: fit-content;
}

.upgrade-header {
  text-align: center;
  margin-bottom: 2rem;
}

.upgrade-header h3 {
  color: #1e293b;
  font-size: 1.75rem;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.upgrade-header p {
  color: #64748b;
  font-size: 1rem;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

.upgrade-packages {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.package-option {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

.package-option:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.package-option.premium-highlight {
  border: 2px solid #667eea;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.package-option h4 {
  margin: 0;
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.package-option .package-price {
  font-size: 1.1rem;
  font-weight: 600;
}

.package-features {
  margin: 1.5rem 0;
  color: #475569;
  line-height: 1.8;
}

.package-features i {
  color: #10b981;
  margin-right: 0.5rem;
}

.package-button {
  display: inline-block;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin: 0px !important;
}

.standard-btn {
  background: #3b82f6;
  color: white;
}

.standard-btn:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.premium-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.premium-btn:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.package-info {
  text-align: center;
  margin-top: 1rem;
  color: #64748b;
}

.package-info small {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .cn-preview-header {
    padding: 1.5rem 1rem;
  }
  
  .cn-preview-header h2 {
    font-size: 1.5rem;
  }
  
  .preview-stats {
    gap: 1rem;
  }
  
  .stat-item {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  
  .cn-right-column.cn-full-width {
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }
  
  .upgrade-section {
    padding: 2rem 1rem;
  }
  
  .upgrade-packages {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   Results Page Loading Animation
   ======================================== */

.cn-loading-container {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  margin: 1rem 0;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.cn-progress-container {
  margin-bottom: 1.5rem;
}

.cn-progress-bar {
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cn-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
  width: 0%;
  transition: width 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.4);
  border-radius: 10px;
}

.cn-progress-percent {
  text-align: center;
  font-weight: 700;
  color: #007bff;
  font-size: 18px;
}

.cn-progress-phase {
  text-align: center;
  margin-bottom: 1.5rem;
}

.phase-main {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.phase-placeholder {
  font-size: 14px;
  color: #666;
}

.cn-steps-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cn-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.1);
  min-width: 85px;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.cn-step.active {
  border-color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.cn-step i {
  font-size: 24px;
  margin-bottom: 6px;
  color: #666;
  transition: all 0.3s ease;
}

.cn-step.active i {
  color: #007bff;
  transform: scale(1.1);
}

.cn-step span {
  font-size: 11px;
  text-align: center;
  color: #666;
  font-weight: 500;
}

.cn-step.active span {
  color: #007bff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cn-loading-container {
    padding: 1.5rem 1rem;
  }
  
  .cn-step {
    min-width: 70px;
    padding: 10px 6px;
  }
  
  .cn-step i {
    font-size: 20px;
  }
  
  .cn-step span {
    font-size: 10px;
  }
}

/* ==========================================
   RESULTS DISPLAY STYLES
   ========================================== */

.osint-results {
  margin-top: 2rem;
}

.results-header {
  margin-bottom: 2rem;
  text-align: center;
}

.results-header h2 {
  font-size: 2rem;
  color: #2c3e50;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.results-header h2 i {
  color: #28a745;
  font-size: 1.8rem;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.platform-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.platform-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.platform-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
}

.platform-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: white;
}

.platform-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.platform-title h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
}

.platform-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.platform-body {
  padding: 1.5rem;
}

.platform-field {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.platform-field strong {
  color: #2c3e50;
  font-weight: 600;
  margin-right: 0.5rem;
}

.platform-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

.platform-tag {
  background: #e9ecef;
  padding: 0.35rem 0.75rem;
  border-radius: 16px;
  font-size: 0.8rem;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
}

.platform-tag:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

.platform-link {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e9ecef;
}

.platform-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.platform-link a:hover {
  color: #764ba2;
  transform: translateX(4px);
}

.no-results {
  text-align: center;
  padding: 3rem 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.no-results p {
  font-size: 1.1rem;
  color: #6c757d;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .platform-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .results-header h2 {
    font-size: 1.5rem;
  }
  
  .platform-header {
    padding: 1rem;
  }
  
  .platform-image,
  .platform-icon {
    width: 50px;
    height: 50px;
  }
  
  .platform-title h4 {
    font-size: 1.1rem;
  }
  
  .platform-body {
    padding: 1rem;
  }
}

/* New Lookup Buttons Styles */
/*
.catfishnumr-new-lookup-buttons {
   
    border-radius: 8px;
    text-align: center;
    padding-top:25px ;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;  
}

.catfishnumr-new-lookup-buttons h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 1.2rem;
}

.catfishnumr-new-lookup-buttons > div {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}
*/

.catfishnumr-new-lookup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 200px;
    max-width: 350px;
}

.catfishnumr-new-lookup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-decoration: none;
    color: white;
}

.catfishnumr-new-lookup-btn:active {
    transform: translateY(0);
}

/* Phone lookup button - Blue */
a.catfishnumr-new-lookup-btn[href="/"]:not([href*="/email"]):not([href*="/image"]),
a.catfishnumr-new-lookup-btn[href*="/"]:not([href*="/email"]):not([href*="/image"]) {
    background: #007cfa;
}

a.catfishnumr-new-lookup-btn[href="/"]:not([href*="/email"]):not([href*="/image"]):hover,
a.catfishnumr-new-lookup-btn[href*="/"]:not([href*="/email"]):not([href*="/image"]):hover {
    background: #0066cc;
    box-shadow: 0 4px 8px rgba(0,124,250,0.3);
}

/* Email lookup button - Green */
a.catfishnumr-new-lookup-btn[href*="/catfish-email-search"] {
    background: #28a745;
}

a.catfishnumr-new-lookup-btn[href*="/email-search"]:hover {
    background: #218838;
    box-shadow: 0 4px 8px rgba(40,167,69,0.3);
}

/* Copy to LLM Button Styling */
/*
.copy-to-llm-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #6366f1 !important;
    color: white !important;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(99,102,241,0.2);
    font-size: 14px;
}

.copy-to-llm-btn:hover {
    background: #4f46e5 !important;
    box-shadow: 0 4px 8px rgba(99,102,241,0.3);
    transform: translateY(-1px);
}

.copy-to-llm-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(99,102,241,0.2);
}

.copy-to-llm-btn i {
    font-size: 16px;
}
*/

/* Image lookup button - Orange */
a.catfishnumr-new-lookup-btn[href*="/catfish-reverse-image-search"] {
    background: #ff6b35;
}

a.catfishnumr-new-lookup-btn[href*="/image-search"]:hover {
    background: #e55a2b;
    box-shadow: 0 4px 8px rgba(255,107,53,0.3);
}

/* Responsive styles */
@media (max-width: 768px) {
    /*
    .catfishnumr-new-lookup-buttons > div {
        flex-direction: column;
    }
    */
    
    .catfishnumr-new-lookup-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
/* WordPress block column padding fix for mobile */
@media (max-width: 768px) {
    .wp-block-column.has-global-padding.is-layout-constrained.wp-block-column-is-layout-constrained {
        padding: 0 !important;
    }
}

/* ===== Advanced Coupon Results (Find Coupons) ===== */
.catfish-results.catfish-coupons-results-advanced {
  margin-top: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.catfish-coupon-cards-section {
  margin-bottom: 2.5rem;
}

.catfish-coupon-cards-section:last-child {
  margin-bottom: 0;
}

.catfish-coupon-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.catfish-coupon-count {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6b7280;
}

.catfish-coupon-cards-grid {
  display: grid;
  gap: 1.25rem;
}

.catfish-coupon-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.catfish-coupon-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.catfish-coupon-card--available {
  border-left: 4px solid #10b981;
}

.catfish-coupon-card--used {
  border-left: 4px solid #6b7280;
}

.catfish-coupon-card--expired {
  border-left: 4px solid #ef4444;
}

.catfish-coupon-card__header {
  padding: 1rem 1.25rem 0;
  flex-shrink: 0;
}

.catfish-coupon-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.catfish-coupon-badge--available {
  background: #d1fae5;
  color: #065f46;
}

.catfish-coupon-badge--used {
  background: #f3f4f6;
  color: #4b5563;
}

.catfish-coupon-badge--expired {
  background: #fee2e2;
  color: #991b1b;
}

.catfish-coupon-card__body {
  padding: 1rem 1.25rem 1.25rem;
  flex: 1;
}

.catfish-coupon-code-block {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.catfish-coupon-code-block:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.catfish-coupon-code-value {
  font-family: ui-monospace, 'SF Mono', 'Cascadia Code', monospace;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: 0.05em;
}

.catfish-coupon-meta {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  color: #475569;
}

.catfish-coupon-meta__label {
  font-weight: 500;
  color: #64748b;
}

.catfish-coupon-meta__muted {
  color: #94a3b8;
}

.catfish-coupon-details {
  margin: 0;
  display: grid;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.catfish-coupon-details__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
  align-items: baseline;
}

.catfish-coupon-details__row dt {
  margin: 0;
  color: #64748b;
  font-weight: 500;
}

.catfish-coupon-details__row dd {
  margin: 0;
  color: #1e293b;
}

.catfish-coupon-card__footer {
  padding: 1rem 1.25rem;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.catfish-coupon-card__footer:empty {
  display: none;
}

.catfish-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.catfish-btn--primary {
  background: #4285f4;
  color: #fff;
}

.catfish-btn--primary:hover {
  background: #3367d6;
}

.catfish-btn--secondary {
  background: transparent;
  color: #4285f4;
  border: 1px solid #4285f4;
}

.catfish-btn--secondary:hover {
  background: #eff6ff;
  color: #2563eb;
}

.catfish-no-results {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 1rem;
}

.catfish-no-results p {
  margin: 0;
}

/* ── Search type toggle (standard / premium) ─────────────────────── */
.catfish-search-type-selector {
  margin: 14px 0 6px;
}

.catfish-search-type-selector br {
  display: none;
}

.search-type-toggle {
  display: flex;
  position: relative;
  background: #f1f5f9;
  border-radius: 16px;
  padding: 4px;
}

/* Sliding pill */
.search-type-toggle::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-type-toggle.premium-active::before {
  transform: translateX(100%);
}

.search-type-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 11px 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
  text-align: center;
}

.search-type-option input[type="radio"] {
  display: none;
}

.stt-header {
  display: flex;
  align-items: baseline;
  gap: 5px;
  justify-content: center;
}

.search-type-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #94a3b8;
  line-height: 1.2;
  transition: color 0.18s;
}

.search-type-cost {
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.18s;
}

.search-type-desc {
  font-size: 0.68rem;
  color: #b0bec5;
  line-height: 1.35;
  transition: color 0.18s;
  max-width: 100%;
  font-style: italic;
}

/* Active — standard */
.search-type-option.search-type-active .search-type-label {
  color: #1d4ed8;
}

.search-type-option.search-type-active .search-type-cost {
  color: #4285f4;
}

.search-type-option.search-type-active .search-type-desc {
  color: #64748b;
}

/* Active — premium accent */
.search-type-option[data-type="premium"].search-type-active .search-type-label {
  color: #b45309;
}

.search-type-option[data-type="premium"].search-type-active .search-type-cost {
  color: #f59e0b;
}

.search-type-option[data-type="premium"].search-type-active .search-type-desc {
  color: #92400e;
}

@media (max-width: 480px) {
  .search-type-desc {
    font-size: 0.65rem;
    max-width: 100%;
  }
}

/* ── PDF Download Button ──────────────────────────────────────────────── */
.catfish-pdf-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.catfish-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  background: #1e293b;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
  letter-spacing: 0.01em;
  font-family: inherit;
}

.catfish-pdf-btn:hover {
  background: #0f172a;
  box-shadow: 0 3px 8px rgba(0,0,0,0.22);
  transform: translateY(-1px);
}

.catfish-pdf-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}

.catfish-pdf-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
