* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  background-color: #f3f4f7;
  margin: 0;
  color: #4a536e;
  line-height: 1.6
}

/* Navigation styles */
.navtop {
  background-color: #2f3947;
  height: 60px;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 100;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  align-items: center;
  position: relative;
  height: 60px;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 60px;
}

.navtop div a.logo-link {
  padding: 10px 20px;
}

.navtop div a i {
  padding-right: 8px;
}

.navtop div a:hover {
  color: #eaebed;
}

.navtop div a.icon {
  display: none;
}

/* Mobile Navigation */
@media screen and (max-width: 768px) {
  .navtop {
    height: auto;
    overflow: visible;
  }

  .navtop div {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }

  .navtop div a {
    display: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navtop div a.logo-link {
    display: flex;
    width: auto;
    border: none;
  }

  .navtop div a.icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    border: none;
  }

  .navtop div.responsive a {
    display: flex;
  }

  .navtop div.responsive a.logo-link {
    width: auto;
  }

  .navtop div.responsive a:not(.logo-link):not(.icon) {
    width: 100%;
  }
}

.content {
  width: 1000px;
  margin: 0 auto
}

.block {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px
}

.content-block {
  background-color: #fff;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px
}

.purchase {
  background-color: #dc3545;
  color: white;
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 2px
}

.keyword-section {
  background-color: #f8f9fa;
  border-left: 4px solid #3274d6;
  padding: 15px;
  margin: 20px 0
}

.alert-section {
  background-color: #fdf2f2;
  border-left: 4px solid #dc3545;
  padding: 15px;
  margin: 20px 0
}

.info-section {
  background-color: #f0f7ff;
  border-left: 4px solid #17a2b8;
  padding: 15px;
  margin: 20px 0
}

.features-list, .mirrors-list, .step-guide {
  padding-left: 0;
  list-style-type: none
}

.features-list li, .mirrors-list li, .step-guide li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5
}

.features-list li:before, .mirrors-list li:before, .step-guide li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #3274d6
}

.mirrors-list li:before {
  content: "\f0c1"
}

.features-list li:before {
  content: "\f058"
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px
}

.service-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 20px;
  transition: all 0.3s ease
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.service-icon {
  font-size: 36px;
  color: #3274d6;
  margin-bottom: 15px;
  text-align: center
}

.btn-torzon {
  background-color: #dc3545;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  border-radius: 4px;
  font-weight: bold
}

.btn-torzon:hover {
  background-color: #c82333
}

.breadcrumb {
  padding-bottom: 15px;
  font-size: 14px;
  color: #6c757d;
  border-bottom: 1px solid #e0e0e3;
  margin-bottom: 20px
}

.breadcrumb a {
  color: #3274d6;
  text-decoration: none
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px
}

.market-comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0
}

.market-comparison th {
  background-color: #2f3947;
  color: white;
  text-align: left;
  padding: 12px
}

.market-comparison td {
  padding: 12px;
  border-bottom: 1px solid #eee
}

.market-comparison .feature-available {
  color: #28a745
}

.market-comparison .feature-unavailable {
  color: #dc3545
}

.rating-stars {
  color: #ffc107
}

.step-guide {
  counter-reset: step-counter
}

.step-guide li {
  counter-increment: step-counter
}

.step-guide li::before {
  content: counter(step-counter);
  width: 35px;
  height: 35px;
  background-color: #3274d6;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  top: 0
}

.hero-section {
  text-align: center;
  padding: 20px 0 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px
}

.hero-section h1 {
  font-size: 32px;
  color: #2f3947;
  margin: 20px 0 15px;
  line-height: 1.3
}

.subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.security-alert {
  background-color: #fff3cd;
  color: #856404;
  padding: 12px 15px;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  border-left: 4px solid #ffc107
}

.security-alert i {
  margin-right: 10px;
  font-size: 18px
}

.verification-notice {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 25px;
  border-left: 4px solid #17a2b8
}

.verification-date {
  font-weight: bold;
  color: #17a2b8
}

.uptime-stat {
  margin: 10px 0 0;
  font-size: 14px;
  color: #6c757d
}

.primary-link-box {
  background: linear-gradient(145deg, #2f3947, #3a4656);
  border: 2px solid #3274d6;
  border-radius: 8px;
  padding: 25px;
  margin: 25px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15)
}

.primary-link-box h3 {
  color: #58D3F7;
  margin-top: 0;
  font-size: 22px;
  display: flex;
  align-items: center
}

.primary-link-box h3 i {
  margin-right: 10px;
  font-size: 20px
}

.link-container {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0
}

.onion-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.onion-url {
  font-family: monospace;
  font-size: 15px;
  word-break: break-all;
  color: #fff;
  padding: 5px 0
}

.status-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px
}

.status-badge.online {
  background-color: #28a745;
  color: white
}

.copy-btn {
  background: #3274d6;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: 15px;
  font-weight: bold;
  transition: all 0.2s ease
}

.copy-btn:hover {
  background: #2868c7;
  transform: translateY(-2px)
}

.mirror-stats {
  display: flex;
  gap: 20px;
  margin-top: 20px
}

.stat {
  display: flex;
  align-items: center;
  color: #adb5bd;
  font-size: 14px
}

.stat i {
  margin-right: 8px;
  color: #58D3F7
}

.backup-links-section {
  margin-top: 30px
}

.backup-links-section h3 {
  display: flex;
  align-items: center;
  color: #2f3947;
  font-size: 20px;
  margin-bottom: 20px
}

.backup-links-section h3 i {
  margin-right: 10px;
  color: #3274d6
}

.mirrors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px
}

.mirror-item {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 15px;
  transition: all 0.2s ease
}

.mirror-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}

.mirror-label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2f3947
}

.mirror-url-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.mirror-url {
  flex: 1;
  font-family: monospace;
  font-size: 13px;
  color: #495057;
  background: #ebebeb;
  padding: 8px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.mini-copy-btn {
  background: #3274d6;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.mirror-status {
  font-size: 13px;
  color: #6c757d;
  display: flex;
  align-items: center
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px
}

.status-dot.online {
  background-color: #28a745
}

.status-dot.slow {
  background-color: #ffc107
}

.status-dot.offline {
  background-color: #dc3545
}

.security-highlight {
  background-color: #f0f7ff;
  border-left: 4px solid #3274d6;
  padding: 15px;
  margin-top: 25px;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #495057;
  display: flex;
  align-items: center
}

.security-highlight i {
  margin-right: 10px;
  color: #3274d6;
  font-size: 18px
}

.security-highlight code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 5px;
  border-radius: 3px
}

.alert-section {
  background-color: #fff;
  border: 1px solid #f5c6cb;
  border-left: 4px solid #dc3545;
  border-radius: 6px;
  padding: 0;
  margin: 30px 0;
  display: flex;
  overflow: hidden
}

.alert-icon {
  background-color: #dc3545;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 24px
}

.alert-content {
  padding: 15px 20px;
  flex: 1
}

.alert-content h4 {
  margin-top: 0;
  color: #dc3545;
  font-size: 18px
}

.alert-content p {
  margin-bottom: 10px;
  font-size: 15px
}

.alert-content p:last-child {
  margin-bottom: 0
}

.trust-indicators {
  margin: 30px 0
}

.trust-indicator {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee
}

.trust-indicator:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.trust-icon {
  width: 60px;
  height: 60px;
  background-color: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0
}

.trust-icon i {
  font-size: 24px;
  color: #3274d6
}

.trust-content {
  flex: 1
}

.trust-content h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #2f3947;
  font-size: 20px
}

.trust-content p {
  margin-top: 0;
  color: #495057
}

.trust-content ol, .trust-content ul {
  margin-top: 10px;
  padding-left: 20px
}

.trust-content li {
  margin-bottom: 8px;
  color: #495057
}

.reputation-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  text-align: center
}

.stat-box {
  flex: 1;
  padding: 20px;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  border-radius: 8px;
  margin: 0 10px
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  color: #3274d6;
  margin-bottom: 5px
}

.stat-label {
  font-size: 14px;
  color: #6c757d
}

.interface-verification {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  align-items: flex-start
}

.interface-image {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.authentic-interface {
  width: 100%;
  height: auto;
  display: block
}

.security-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.marker {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #3274d6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.marker:hover::after {
  content: attr(data-info);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2f3947;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10
}

.marker-tooltip {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2f3947;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10
}

.verification-checklist {
  flex: 1
}

.verification-checklist h3 {
  margin-top: 0;
  color: #2f3947;
  font-size: 20px;
  margin-bottom: 20px
}

.auth-checklist {
  padding-left: 20px
}

.auth-checklist li {
  margin-bottom: 12px;
  color: #495057
}

.phishing-warning {
  background-color: #f8d7da;
  border-left: 4px solid #dc3545;
  padding: 12px 15px;
  margin-top: 20px;
  color: #721c24;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center
}

.phishing-warning i {
  margin-right: 10px;
  font-size: 16px
}

.verification-tool {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid #e9ecef
}

.input-container {
  display: flex;
  margin-bottom: 20px
}

.verification-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  min-width: 0
}

.verify-button {
  background: #3274d6;
  color: white;
  border: none;
  padding: 0 25px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s
}

.verify-button:hover {
  background: #2868c7
}

.verification-result {
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
  display: flex;
  align-items: flex-start
}

.result-icon {
  font-size: 24px;
  margin-right: 15px;
  padding-top: 3px
}

.result-success .result-icon {
  color: #28a745
}

.result-danger .result-icon {
  color: #dc3545
}

.result-content h4 {
  margin-top: 0;
  margin-bottom: 10px
}

.result-success h4 {
  color: #155724
}

.result-danger h4 {
  color: #721c24
}

.verification-details {
  font-size: 14px;
  margin-top: 5px;
  color: #6c757d
}

.action-required {
  background: rgba(220, 53, 69, 0.1);
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: 10px
}

.action-label {
  font-weight: bold;
  color: #dc3545
}

.verification-database-stats {
  margin-top: 20px;
  font-size: 14px;
  color: #6c757d;
  padding-top: 15px;
  border-top: 1px solid #dee2e6
}

.security-pillars {
  margin: 30px 0
}

.security-pillar {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease
}

.security-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.pillar-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3274d6, #2868c7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px
}

.pillar-icon i {
  font-size: 24px;
  color: white
}

.security-pillar h3 {
  text-align: center;
  color: #2f3947;
  font-size: 20px;
  margin: 0 0 20px
}

.security-features {
  padding-left: 0;
  list-style-type: none
}

.security-features li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #495057
}

.security-features li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #3274d6
}

.security-details-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #3274d6;
  text-decoration: none;
  font-weight: 500
}

.security-details-link:hover {
  text-decoration: underline
}

.security-comparison {
  margin-top: 40px
}

.security-comparison h3 {
  color: #2f3947;
  font-size: 20px;
  margin-bottom: 20px
}

.comparison-table-container {
  overflow-x: auto
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0
}

.comparison-table th {
  background-color: #2f3947;
  color: white;
  text-align: left;
  padding: 12px 15px
}

.comparison-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e9ecef
}

.comparison-table i.positive {
  color: #28a745
}

.comparison-table i.negative {
  color: #dc3545
}

.comparison-table i.neutral {
  color: #ffc107
}

.steps-container {
  margin: 30px 0
}

.step-card {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9ecef
}

.step-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #3274d6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0
}

.step-content {
  flex: 1
}

.step-content h3 {
  margin-top: 0;
  color: #2f3947;
  font-size: 20px;
  margin-bottom: 15px
}

.step-details {
  padding-left: 20px
}

.step-details li {
  margin-bottom: 10px;
  color: #495057
}

.step-details a {
  color: #3274d6;
  text-decoration: none
}

.step-details a:hover {
  text-decoration: underline
}

.step-tip {
  background-color: #f0f7ff;
  border-left: 4px solid #17a2b8;
  padding: 12px 15px;
  margin-top: 20px;
  color: #495057;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center
}

.step-tip i {
  margin-right: 10px;
  color: #17a2b8;
  font-size: 16px
}

.guide-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px
}

.crypto-comparison {
  display: flex;
  gap: 30px;
  margin: 30px 0
}

.crypto-option {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.crypto-header {
  padding: 20px;
  text-align: center;
  position: relative
}

.crypto-header.monero {
  background: linear-gradient(135deg, #ff6b21, #f53c2c)
}

.crypto-header.bitcoin {
  background: linear-gradient(135deg, #f7931a, #eb8a18)
}

.crypto-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px
}

.crypto-icon i {
  font-size: 28px;
  color: white
}

.crypto-header h3 {
  color: white;
  margin: 0;
  font-size: 22px
}

.recommended-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #28a745;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold
}

.secondary-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #6c757d;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold
}

.crypto-features {
  padding: 20px;
  background-color: white
}

.crypto-features ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0
}

.crypto-features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #495057;
  display: flex;
  align-items: center
}

.crypto-features li:last-child {
  border-bottom: none
}

.crypto-features i {
  width: 20px;
  margin-right: 10px;
  text-align: center
}

.crypto-features i.fa-check {
  color: #28a745
}

.crypto-features i.fa-times {
  color: #dc3545
}

.crypto-features i.fa-exclamation-triangle {
  color: #ffc107
}

.crypto-setup {
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e9ecef
}

.btn-crypto {
  display: inline-block;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease
}

.btn-crypto.monero {
  background: linear-gradient(135deg, #ff6b21, #f53c2c)
}

.btn-crypto.bitcoin {
  background: linear-gradient(135deg, #f7931a, #eb8a18)
}

.btn-crypto:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.crypto-security-tips {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid #e9ecef
}

.crypto-security-tips h3 {
  margin-top: 0;
  color: #2f3947;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px
}

.crypto-security-tips h3 i {
  margin-right: 10px;
  color: #3274d6
}

.crypto-security-tips ol {
  margin: 0;
  padding-left: 20px
}

.crypto-security-tips li {
  margin-bottom: 10px;
  color: #495057
}

.faq-container {
  margin: 30px 0
}

.faq-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden
}

.faq-question {
  padding: 15px 20px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  cursor: pointer
}

.faq-question i {
  margin-right: 15px;
  color: #3274d6;
  font-size: 20px
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: #2f3947
}

.faq-answer {
  padding: 20px;
  border-top: 1px solid #e9ecef
}

.faq-answer p {
  margin-top: 0;
  color: #495057
}

.faq-answer ol, .faq-answer ul {
  margin-bottom: 15px
}

.faq-answer li {
  margin-bottom: 8px;
  color: #495057
}

.faq-answer code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 5px;
  border-radius: 3px
}

.see-more-faq {
  text-align: center;
  margin-top: 30px
}

.updates-container {
  margin: 30px 0
}

.update-item {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ecef
}

.update-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.update-date {
  width: 120px;
  padding-right: 20px;
  font-weight: 500;
  color: #6c757d;
  flex-shrink: 0
}

.update-content {
  flex: 1
}

.update-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2f3947
}

.update-content p {
  margin: 0 0 15px;
  color: #495057
}

.update-impact {
  margin-top: 10px
}

.impact {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 0.5px
}

.impact.positive {
  background-color: #d4edda;
  color: #155724
}

.impact.negative {
  background-color: #f8d7da;
  color: #721c24
}

.impact.neutral {
  background-color: #e2e3e5;
  color: #383d41
}

.update-subscription {
  text-align: center;
  margin-top: 30px
}

.final-cta {
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 8px;
  padding: 40px 30px
}

.final-cta h2 {
  font-size: 24px;
  color: #2f3947;
  margin-top: 0
}

.final-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
  flex-wrap: wrap
}

.btn-torzon {
  background-color: #dc3545;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease
}

.btn-torzon:hover {
  background-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.btn-torzon.primary {
  background-color: #3274d6
}

.btn-torzon.primary:hover {
  background-color: #2868c7
}

.btn-torzon.secondary {
  background-color: #17a2b8
}

.btn-torzon.secondary:hover {
  background-color: #138496
}

.btn-torzon.tertiary {
  background-color: #6c757d
}

.btn-torzon.tertiary:hover {
  background-color: #5a6268
}

.btn-torzon.alt {
  background-color: transparent;
  color: #3274d6;
  border: 1px solid #3274d6
}

.btn-torzon.alt:hover {
  background-color: rgba(50, 116, 214, 0.05)
}

.security-reminder {
  background-color: #f0f7ff;
  border: 1px solid #bee5eb;
  padding: 15px;
  border-radius: 4px;
  margin-top: 25px;
  color: #495057;
  display: inline-block
}

.security-reminder i {
  color: #3274d6;
  margin-right: 8px
}

.navtop2 {
  background-color: #2d333e;
  width: 100%;
  padding: 30px 0;
  color: #8b93a2
}

.navtop2 .container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column
}

.navtop2 .footer-content {
  display: flex;
  justify-content: space-between
}

.navtop2 .footer-column {
  flex: 1;
  padding: 0 15px
}

.navtop2 .footer-column h3 {
  color: #8b93a2;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500
}

.navtop2 .footer-column a {
  display: block;
  color: #c1c4c8;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px
}

.navtop2 .footer-column a:hover {
  text-decoration: underline
}

.navtop2 .footer-column a.highlight {
  color: #58D3F7
}

.navtop2 .footer-column .sub-header {
  color: #8b93a2;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px
}

.navtop2 .listed-links {
  display: flex
}

.navtop2 .listed-links div {
  flex: 1
}

.navtop2 .footer-bottom {
  text-align: center;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #4a536e;
  color: #c1c4c8;
  font-size: 14px
}

.navtop2 .footer-column a i {
  font-size: 12px;
  margin-left: 5px;
}

.disclaimer {
  font-size: 12px;
  color: #8b93a2;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .content, .navtop div, .navtop2 .container {
    width: 95%;
    max-width: 1000px;
  }
}

@media (max-width: 768px) {
  .block {
    padding: 20px 15px;
  }

  .content-block {
    padding: 20px 15px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  h2 {
    font-size: 20px;
  }

  .subtitle {
    font-size: 16px;
  }

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

  .security-pillar {
    margin-bottom: 15px;
  }

  .comparison-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Stack two-column layouts */
  .interface-verification,
  .crypto-comparison,
  .trust-indicator,
  .reputation-stats,
  .navtop2 .footer-content { 
    flex-direction: column;
  }

  .navtop2 .footer-column {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .trust-icon,
  .interface-image {
    margin: 0 auto 20px;
  }

  .stat-box {
    margin: 10px 0;
  }

  .step-card {
    flex-direction: column;
  }

  .step-number {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .update-item {
    flex-direction: column;
  }

  .update-date {
    width: 100%;
    margin-bottom: 10px;
  }

  .final-actions {
    flex-direction: column;
    gap: 10px;
  }

  .btn-torzon {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .hero-section h1 {
    font-size: 22px;
  }

  .security-alert {
    padding: 10px;
  }

  .primary-link-box {
    padding: 15px;
  }

  .onion-url {
    font-size: 13px;
  }

  .link-container {
    flex-direction: column;
  }

  .copy-btn {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .mirror-stats {
    flex-direction: column;
    gap: 10px;
  }

  .onion-link {
    flex-direction: column;
  }

  .status-badge {
    margin-left: 0;
    margin-top: 5px;
  }

  .input-container {
    flex-direction: column;
  }

  .verification-input {
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .verify-button {
    width: 100%;
    border-radius: 4px;
  }
}

html {
  scroll-behavior: smooth
}

a:focus, button:focus, input:focus {
  outline: 2px solid #3274d6;
  outline-offset: 2px
}

.text-center {
  text-align: center
}

.mb-0 {
  margin-bottom: 0
}

.mt-0 {
  margin-top: 0
}

.hidden {
  display: none !important
}

/* Verified Links Panel Styles */
.verified-links-panel {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  border-radius: 8px;
  padding: 30px;
  position: relative;
  border: 2px solid #28a745;
}

.verified-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #28a745;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.verified-links-panel h2 {
  color: #2f3947;
  margin-top: 0;
  margin-bottom: 15px;
}

.verified-links-panel p {
  color: #495057;
  margin-bottom: 20px;
}

.verified-links-panel .mirrors-list {
  background: white;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.verified-links-panel .mirrors-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}

.verified-links-panel .mirrors-list li:last-child {
  border-bottom: none;
}

.verified-links-panel code {
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 14px;
  color: #495057;
  font-family: 'Courier New', monospace;
}

.btn-verify {
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-verify:hover {
  background-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Code Block Styles */
.code-block {
  background: #2f3947;
  padding: 15px;
  border-radius: 6px;
  margin: 15px 0;
}

.code-block code {
  color: #58D3F7;
  font-family: 'Courier New', monospace;
  font-size: 14px;
}

/* Footer Security Verification Styles */
.security-verification {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #4a536e;
}

.security-verification p {
  margin: 5px 0;
  font-size: 13px;
  color: #8b93a2;
}

.security-verification strong {
  color: #58D3F7;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .verified-badge {
    position: static;
    display: inline-block;
    margin-bottom: 15px;
  }

  .verified-links-panel {
    padding: 20px 15px;
  }

  .verified-links-panel code {
    font-size: 12px;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  .verified-links-panel .mirrors-list {
    padding: 15px;
  }

  .btn-verify {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
        /* Table of contents styling */
        .toc {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            padding: 15px;
            margin: 20px 0;
        }
        .toc-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #2f3947;
        }
        .toc-list {
            list-style-type: none;
            padding-left: 0;
        }
        .toc-list li {
            margin-bottom: 8px;
        }
        .toc-list a {
            color: #3274d6;
            text-decoration: none;
        }
        .toc-list a:hover {
            text-decoration: underline;
        }
        .toc-section {
            padding-left: 20px;
        }
        /* Code block styling */
        .code-block {
            background-color: #2f3947;
            color: #f8f9fa;
            border-radius: 4px;
            padding: 15px;
            margin: 15px 0;
            font-family: monospace;
            overflow-x: auto;
        }
        .code-block code {
            color: #f8f9fa;
            font-family: monospace;
        }
        /* Screenshot placeholder */
        .screenshot {
            background-color: #e9ecef;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            padding: 20px;
            margin: 15px 0;
            text-align: center;
            color: #6c757d;
        }
        /* Tutorial navigation */
        .tutorial-nav {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
        }
        .tutorial-nav a {
            color: #3274d6;
            text-decoration: none;
            display: flex;
            align-items: center;
        }
        .tutorial-nav a:hover {
            text-decoration: underline;
        }
        .tutorial-nav-prev {
            margin-right: auto;
        }
        .tutorial-nav-next {
            margin-left: auto;
        }
        .tutorial-nav i {
            margin: 0 5px;
        }
        .step-guide {
            counter-reset: step-counter;
        }
        .step-guide li {
            counter-increment: step-counter;
            margin-bottom: 15px;
            position: relative;
            padding-left: 45px;
        }
        .step-guide li::before {
            content: counter(step-counter);
            position: absolute;
            left: 0;
            top: 0;
            width: 35px;
            height: 35px;
            background-color: #3274d6;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            font-weight: bold;
        }