* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  color: #333;
  backgrou.domain-name {
    font-weight: 600;
    color: #2c3e50;
}

.price {
    color: #27ae60;
    font-weight: 500;
}

.cleanliness {
    
    font-weight: 500;
    font-size: 0.9rem;
}

.new-badge {
    font-size: 0.8rem;
}

.cleanliness-explanation {
    margin: 20px 0 10px 0;
    color: #6c757d;
    font-style: italic;
}

.cleanliness-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.cleanliness-list li {
    padding: 3px 0;
    color: #495057;
}

.info-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 25px;
    margin-top: 25px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    border-left: 5px solid #3498db;
}

.info-card h3 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.info-card .cleanliness-explanation {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    font-style: normal;
}

.info-card .cleanliness-list {
    margin-left: 20px;
    margin-bottom: 0;
}

.info-card .cleanliness-list li {
    color: rgba(255, 255, 255, 0.95);
    padding: 5px 0;
}

.info-card .cleanliness-list li strong {
    color: #ffd700;
}

.sold-list {
    list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.language-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.9rem;
  z-index: 10;
}

.language-nav a {
  color: #3498db;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
  font-weight: 600;
}

.language-nav a:hover {
  color: #2c3e50;
}

.language-nav a.active {
  color: #7f8c8d;
  font-weight: 400;
}

.language-nav .separator {
  color: #bdc3c7;
  margin: 0 5px;
}

header {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
}

.main-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #e9ecef;
}

.section h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #2c3e50;
  font-weight: 400;
}

.domain-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.domain-table th,
.domain-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #dee2e6;
}

.domain-table th {
  background-color: #e9ecef;
  font-weight: 600;
  color: #495057;
}

.domain-table tr:hover {
  background-color: #f1f3f4;
}

.domain-name {
  font-weight: 600;
  color: #2c3e50;
}

.price {
  color: #27ae60;
  font-weight: 500;
}

.sold-list {
  list-style: none;
}

.sold-list li {
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
  color: #6c757d;
  text-decoration: line-through;
}

.value-packs {
  margin-top: 60px;
}

.value-packs h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
}

.save-notice {
  text-align: center;
  font-size: 1.4rem;
  color: #e74c3c;
  font-weight: 500;
  margin-bottom: 40px;
}

.packs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.pack-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

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

.pack-card.featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: 2px solid #667eea;
  position: relative;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.pack-card.featured::before {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #e74c3c;
  color: white;
  padding: 5px 12px;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 15px;
  letter-spacing: 0.5px;
}

.pack-card.featured:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

.pack-card.featured h3 {
  color: white;
  font-size: 1.4rem;
}

.pack-card.featured .pack-message {
  color: rgba(255, 255, 255, 0.9);
}

.pack-card.featured .pack-domains li {
  color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pack-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #2c3e50;
  font-weight: 500;
}

.pack-message {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 15px;
  line-height: 1.4;
}

.pack-domains {
  list-style: none;
}

.pack-domains li {
  padding: 5px 0;
  border-bottom: 1px solid #f8f9fa;
  color: #495057;
}

.pack-domains li:last-child {
  border-bottom: none;
}

.contact {
  text-align: center;
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #eee;
}

.contact h2 {
  margin-bottom: 20px;
  color: #2c3e50;
}

.contact-link {
  display: inline-block;
  background: #3498db;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.contact-link:hover {
  background: #2980b9;
}

/* Mobile styles */
@media (max-width: 768px) {
  .container {
    padding: 15px;
  }

  .language-nav {
    top: 15px;
    right: 15px;
  }

  h1 {
    font-size: 2rem;
  }

  .main-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section {
    padding: 20px;
  }

  .packs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .domain-table th,
  .domain-table td {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 10px;
  }

  h1 {
    font-size: 1.8rem;
  }

  .section {
    padding: 15px;
  }

  .domain-table th,
  .domain-table td {
    padding: 6px 8px;
    font-size: 0.85rem;
  }
}
