/* 
  CS Gaming Hub Stylesheet
  Modern, responsive design for a CS2 skins and DMarket USA blog
*/

/* Base Styles and Typography */
:root {
  --primary-color: #5d3fd3;
  --secondary-color: #3a2b8c;
  --accent-color: #ff6b35;
  --dark-color: #1a1a2e;
  --light-color: #f6f6f8;
  --text-color: #333333;
  --text-light: #666666;
  --success-color: #28a745;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --border-radius: 8px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

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

body {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--light-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--secondary-color);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--dark-color);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
}

ul, ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

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

/* Header Styles */
header {
  background-color: var(--dark-color);
  color: white;
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  color: white;
}

.logo img {
  height: 40px;
  width: auto;
  border-radius: 50%;
  margin-right: 10px;
}

.site-title {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}

.site-title-translated {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: -5px;
  margin-left: 5px;
  display: block;
}

nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin: 0 5px;
}

nav ul li a {
  display: flex;
  align-items: center;
  color: white;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

nav ul li a i {
  margin-right: 8px;
}

nav ul li a:hover,
nav ul li a.active {
  background-color: rgba(255, 255, 255, 0.1);
}

nav ul li a.active {
  background-color: var(--primary-color);
}

/* Tooltip styles */
nav ul li a[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 12px;
  border-radius: var(--border-radius);
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
}

nav ul li a[data-tooltip]::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

nav ul li a[data-tooltip]:hover::before,
nav ul li a[data-tooltip]:hover::after {
  opacity: 1;
  bottom: -30px;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--dark-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHJlY3QgaWQ9InBhdHRlcm4tYmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InRyYW5zcGFyZW50Ij48L3JlY3Q+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjA1Ij48L2NpcmNsZT48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjcGF0dGVybikiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiPjwvcmVjdD48L3N2Zz4=');
  opacity: 0.4;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: white;
}

.hero p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.highlight {
  color: var(--accent-color);
}

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

.cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
}

.cta-button.primary {
  background-color: var(--accent-color);
  color: white;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.cta-button.primary:hover {
  background-color: #e55a29;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 107, 53, 0.4);
}

.cta-button.secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.cta-button.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Features Section */
.features {
  padding: 80px 0;
  background-color: white;
}

.features h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-card {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 30px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  text-align: center;
}

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

.feature-card .icon {
  margin-bottom: 20px;
  color: var(--primary-color);
  font-size: 2.5rem;
}

.feature-card h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

/* Recent Posts Section */
.recent-posts {
  padding: 80px 0;
  background-color: var(--light-color);
}

.recent-posts h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2rem;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.post-card {
  background-color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

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

.post-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.post-card:hover .post-image img {
  transform: scale(1.05);
}

.post-content {
  padding: 25px;
}

.post-content h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.post-meta {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.post-meta i {
  margin-right: 5px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 10px;
  transition: var(--transition);
}

.read-more i {
  margin-left: 5px;
  transition: var(--transition);
}

.read-more:hover {
  color: var(--secondary-color);
}

.read-more:hover i {
  transform: translateX(3px);
}

.view-all {
  text-align: center;
  margin-top: 40px;
}

.view-all-button {
  display: inline-flex;
  align-items: center;
  background-color: var(--dark-color);
  color: white;
  padding: 12px 25px;
  border-radius: var(--border-radius);
  font-weight: 600;
  transition: var(--transition);
}

.view-all-button i {
  margin-left: 8px;
  transition: var(--transition);
}

.view-all-button:hover {
  background-color: var(--primary-color);
  color: white;
}

.view-all-button:hover i {
  transform: translateX(3px);
}

/* Newsletter Section */
.newsletter {
  padding: 60px 0;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
}

.newsletter h2 {
  color: white;
  margin-bottom: 15px;
}

.newsletter p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  font-size: 1rem;
}

.newsletter-form button {
  background-color: var(--accent-color);
  color: white;
  border: none;
  padding: 0 25px;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
}

.newsletter-form button i {
  margin-left: 8px;
}

.newsletter-form button:hover {
  background-color: #e55a29;
}

.success-message {
  display: none;
  margin-top: 20px;
  color: white;
  font-weight: 500;
}

.success-message i {
  margin-right: 8px;
  color: #4caf50;
}

/* Footer Styles */
footer {
  background-color: var(--dark-color);
  color: white;
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.footer-logo img {
  height: 50px;
  width: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}

.footer-logo p {
  opacity: 0.8;
  font-size: 0.95rem;
}

.footer-links h3,
.footer-contact h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: var(--transition);
}

.footer-links ul li a:hover {
  color: var(--accent-color);
}

.footer-contact p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact p i {
  margin-right: 10px;
  color: var(--accent-color);
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transition: var(--transition);
}

.social-icon:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 0.9rem;
  opacity: 0.6;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--dark-color);
  color: white;
  padding: 15px 30px;
  z-index: 1000;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-content p {
  margin-bottom: 0;
  flex: 1;
  min-width: 280px;
  font-size: 0.95rem;
}

.cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-btn {
  padding: 8px 16px;
  border-radius: var(--border-radius);
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.9rem;
  border: none;
}

.cookie-btn.accept {
  background-color: var(--accent-color);
  color: white;
}

.cookie-btn.accept:hover {
  background-color: #e55a29;
}

.cookie-btn.customize {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.cookie-btn.customize:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-btn.decline {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.cookie-btn.decline:hover {
  color: white;
}

.privacy-link {
  color: var(--accent-color);
  margin-left: 15px;
  font-size: 0.9rem;
}

/* Page Header */
.page-header {
  background: linear-gradient(135deg, var(--dark-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.page-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHJlY3QgaWQ9InBhdHRlcm4tYmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InRyYW5zcGFyZW50Ij48L3JlY3Q+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjA1Ij48L2NpcmNsZT48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjcGF0dGVybikiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiPjwvcmVjdD48L3N2Zz4=');
  opacity: 0.4;
}

.page-header h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
  position: relative;
  z-index: 2;
}

.page-header p {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}

/* Blog Posts Page */
.blog-posts {
  padding: 60px 0;
}

.search-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.search {
  position: relative;
  flex: 0 0 60%;
}

.search input {
  width: 100%;
  padding: 12px 20px;
  padding-right: 50px;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  font-size: 1rem;
}

.search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.search button:hover {
  color: var(--primary-color);
}

.filter {
  flex: 0 0 35%;
}

.filter select {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  background-color: white;
  font-size: 1rem;
  cursor: pointer;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.posts-grid .post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.posts-grid .post-image {
  position: relative;
  height: 250px;
}

.posts-grid .post-image .category {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 1;
}

.posts-grid .post-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.posts-grid .post-content h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.posts-grid .post-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--text-light);
  font-size: 0.9rem;
}

.posts-grid .post-meta span {
  display: flex;
  align-items: center;
}

.posts-grid .post-meta i {
  margin-right: 5px;
}

.posts-grid .post-content p {
  flex: 1;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination a {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  border-radius: var(--border-radius);
  border: 1px solid #ddd;
  transition: var(--transition);
}

.pagination a.active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.pagination a:hover:not(.active) {
  background-color: #f1f1f1;
}

.pagination a.next {
  padding: 0 20px;
}

/* CS2 Skins Page */
.skins-search {
  padding: 40px 0;
}

.search-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.search-filter-bar .search {
  flex: 1;
  min-width: 250px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-select {
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  background-color: white;
  font-size: 0.95rem;
  cursor: pointer;
}

.featured-skins {
  padding: 40px 0;
  background-color: white;
}

.featured-skin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #f6f6f8 0%, white 100%);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.featured-skin .skin-image {
  flex: 0 0 350px;
  height: 250px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.featured-skin .skin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-skin:hover .skin-image img {
  transform: scale(1.05);
}

.featured-skin .skin-details {
  flex: 1;
  min-width: 300px;
}

.featured-skin h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.skin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.skin-rarity {
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
}

.skin-rarity.covert {
  background-color: rgba(220, 20, 60, 0.1);
  color: crimson;
}

.skin-rarity.classified {
  background-color: rgba(218, 112, 214, 0.1);
  color: #b300b3;
}

.skin-rarity.restricted {
  background-color: rgba(138, 43, 226, 0.1);
  color: #6a0dad;
}

.skin-rarity.contraband {
  background-color: rgba(255, 165, 0, 0.1);
  color: #ff8c00;
}

.skin-rarity.extraordinary {
  background-color: rgba(255, 215, 0, 0.1);
  color: #ffd700;
}

.skin-wear {
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}

.skin-wear.fn {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
}

.skin-wear.mw {
  background-color: rgba(41, 128, 185, 0.1);
  color: #2980b9;
}

.skin-wear.ft {
  background-color: rgba(243, 156, 18, 0.1);
  color: #f39c12;
}

.skin-wear.ww {
  background-color: rgba(211, 84, 0, 0.1);
  color: #d35400;
}

.skin-wear.bs {
  background-color: rgba(192, 57, 43, 0.1);
  color: #c0392b;
}

.skin-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.skin-details-btn, .skin-market-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  font-weight: 600;
  margin-right: 15px;
  transition: var(--transition);
}

.skin-details-btn {
  background-color: var(--primary-color);
  color: white;
}

.skin-details-btn:hover {
  background-color: var(--secondary-color);
  color: white;
}

.skin-market-btn {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.skin-market-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.skins-grid {
  padding: 60px 0;
  background-color: var(--light-color);
}

.skins-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.skin-card {
  background-color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

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

.skin-card .skin-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.skin-card .skin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.skin-card:hover .skin-image img {
  transform: scale(1.05);
}

.skin-card .skin-float {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 0.8rem;
}

.skin-card .skin-content {
  padding: 20px;
}

.skin-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.skin-card .skin-meta {
  margin-bottom: 15px;
}

.skin-card .skin-price {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.skin-card .skin-buttons {
  display: flex;
  gap: 10px;
}

.skin-card .details-btn,
.skin-card .market-btn {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  border-radius: var(--border-radius);
  font-size: 0.9rem;
  font-weight: 600;
  transition: var(--transition);
}

.skin-card .details-btn {
  background-color: var(--primary-color);
  color: white;
}

.skin-card .details-btn:hover {
  background-color: var(--secondary-color);
}

.skin-card .market-btn {
  background-color: #f1f1f1;
  color: var(--text-color);
}

.skin-card .market-btn:hover {
  background-color: #e1e1e1;
}

.skin-guide {
  padding: 60px 0;
  background-color: white;
}

.guide-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.guide-text {
  flex: 1;
  min-width: 300px;
}

.guide-text h3 {
  margin-bottom: 20px;
}

.guide-text ul {
  margin-bottom: 25px;
}

.guide-text li {
  margin-bottom: 10px;
}

.guide-image {
  flex: 0 0 350px;
  height: 250px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
}

.read-more-link i {
  margin-left: 5px;
  transition: var(--transition);
}

.read-more-link:hover i {
  transform: translateX(3px);
}

.price-trends {
  padding: 60px 0;
  background-color: var(--light-color);
}

.trends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.trend-card {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 25px;
  box-shadow: var(--box-shadow);
}

.trend-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.trend-card.rising .trend-icon {
  color: #27ae60;
}

.trend-card.falling .trend-icon {
  color: #e74c3c;
}

.trend-card.stable .trend-icon {
  color: #3498db;
}

.trend-card h3 {
  margin-bottom: 20px;
}

.trend-card.rising h3 {
  color: #27ae60;
}

.trend-card.falling h3 {
  color: #e74c3c;
}

.trend-card.stable h3 {
  color: #3498db;
}

.trend-card ul {
  list-style: none;
  padding: 0;
}

.trend-card li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.trend-card.rising li span {
  color: #27ae60;
  font-weight: 600;
}

.trend-card.falling li span {
  color: #e74c3c;
  font-weight: 600;
}

.trend-card.stable li span {
  color: #3498db;
  font-weight: 600;
}

.trend-note {
  text-align: center;
  margin-top: 30px;
  color: var(--text-light);
  font-size: 0.9rem;
  font-style: italic;
}

/* DMarket USA Page */
.dmarket-intro {
  padding: 60px 0;
  background-color: white;
}

.dmarket-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.dmarket-text {
  flex: 1;
  min-width: 300px;
}

.dmarket-image {
  flex: 0 0 450px;
  height: 300px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.dmarket-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dmarket-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.stat-item {
  text-align: center;
  flex: 1;
  min-width: 120px;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.stat-label {
  color: var(--text-light);
  font-size: 0.9rem;
}

.dmarket-howto {
  padding: 60px 0;
  background-color: var(--light-color);
}

.steps-container {
  max-width: 800px;
  margin: 0 auto;
}

.step {
  display: flex;
  margin-bottom: 40px;
}

.step:last-child {
  margin-bottom: 0;
}

.step-number {
  flex: 0 0 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 25px;
}

.step-content {
  flex: 1;
}

.step-image {
  margin-top: 20px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.step-image img {
  width: 100%;
  height: auto;
}

.dmarket-tips {
  padding: 60px 0;
  background-color: white;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.tip-card {
  background-color: var(--light-color);
  border-radius: var(--border-radius);
  padding: 30px;
  text-align: center;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

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

.tip-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.tip-card h3 {
  margin-bottom: 15px;
}

.dmarket-comparison {
  padding: 60px 0;
  background-color: var(--light-color);
}

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

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.comparison-table th,
.comparison-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.comparison-table th {
  background-color: var(--primary-color);
  color: white;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover td {
  background-color: rgba(93, 63, 211, 0.05);
}

.dmarket-faqs {
  padding: 60px 0;
  background-color: white;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.faq-question {
  padding: 20px;
  background-color: var(--light-color);
  cursor: pointer;
  transition: var(--transition);
}

.faq-question:hover {
  background-color: #eeeef3;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question h3 i {
  transition: var(--transition);
}

.faq-item.open .faq-question h3 i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  padding: 0 20px 20px;
  max-height: 1000px;
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  text-align: center;
}

.cta-section h2 {
  color: white;
  margin-bottom: 15px;
}

.cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Contact Page */
.contact-section {
  padding: 60px 0;
  background-color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.contact-form-container {
  background-color: var(--light-color);
  padding: 40px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  font-size: 1rem;
}

.form-group textarea {
  resize: vertical;
}

.form-group.checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.form-group.checkbox input {
  margin-top: 4px;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: var(--border-radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.submit-btn i {
  margin-left: 8px;
}

.submit-btn:hover {
  background-color: var(--secondary-color);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px;
  background-color: var(--dark-color);
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.contact-info h2 {
  color: white;
  margin-bottom: 30px;
}

.contact-detail {
  display: flex;
  gap: 20px;
}

.contact-icon {
  flex: 0 0 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.contact-text {
  flex: 1;
}

.contact-text h3 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.contact-text p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

.social-connect {
  margin-top: 20px;
}

.contact-social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.map-section {
  padding: 60px 0;
  background-color: var(--light-color);
}

.map-container {
  height: 400px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.location-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-section {
  padding: 60px 0;
  background-color: white;
}

/* Thank You Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 40px;
  border-radius: var(--border-radius);
  max-width: 500px;
  text-align: center;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-light);
  transition: var(--transition);
}

.close-modal:hover {
  color: var(--text-color);
}

.thank-you-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.success-icon {
  font-size: 4rem;
  color: var(--success-color);
  margin-bottom: 20px;
}

.thank-you-message h2 {
  margin-bottom: 15px;
}

.thank-you-message p {
  margin-bottom: 25px;
}

.close-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: var(--border-radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.close-btn:hover {
  background-color: var(--secondary-color);
}

/* Blog Post Styles */
.blog-post {
  padding: 60px 0;
}

.post-header {
  margin-bottom: 40px;
}

.post-header .post-meta {
  margin-bottom: 15px;
}

.post-header .category {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 15px;
}

.post-header .date,
.post-header .author {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  color: var(--text-light);
  font-size: 0.95rem;
}

.post-header .date i,
.post-header .author i {
  margin-right: 5px;
}

.post-header h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.post-header .post-image {
  height: auto;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.post-header .post-image img {
  width: 100%;
  height: auto;
}

.post-content {
  max-width: 800px;
  margin: 0 auto;
}

.intro-paragraph {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 30px;
}

.post-content h2 {
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}

.post-content h3 {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.post-content p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.post-content ul,
.post-content ol {
  margin-bottom: 30px;
}

.post-content li {
  margin-bottom: 10px;
}

.post-content .post-image {
  margin: 30px 0;
  height: auto;
}

.post-content .image-caption {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-light);
  margin-top: 10px;
  font-style: italic;
}

.table-of-contents {
  background-color: var(--light-color);
  padding: 25px;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
}

.table-of-contents h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.table-of-contents ul {
  margin-bottom: 0;
}

.table-of-contents a {
  color: var(--text-color);
  transition: var(--transition);
}

.table-of-contents a:hover {
  color: var(--primary-color);
}

.quote-box {
  margin: 40px 0;
  padding: 30px;
  background-color: var(--light-color);
  border-left: 4px solid var(--primary-color);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.quote-box blockquote {
  margin: 0;
}

.quote-box blockquote p {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.quote-box cite {
  font-style: normal;
  font-weight: 600;
  color: var(--text-light);
}

.skin-item {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

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

.skin-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.skin-showcase .skin-image {
  flex: 0 0 300px;
  height: 200px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.skin-showcase .skin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin-showcase .skin-details {
  flex: 1;
  min-width: 250px;
}

.skin-showcase .skin-price,
.skin-showcase .skin-rarity,
.skin-showcase .skin-collection {
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: var(--light-color);
  border-radius: var(--border-radius);
}

.skin-showcase .skin-price {
  font-weight: 700;
  color: var(--accent-color);
}

.info-box,
.tip-box,
.warning-box {
  margin: 30px 0;
  padding: 20px;
  border-radius: var(--border-radius);
  position: relative;
}

.info-box {
  background-color: rgba(52, 152, 219, 0.1);
  border-left: 4px solid #3498db;
}

.tip-box {
  background-color: rgba(46, 204, 113, 0.1);
  border-left: 4px solid #2ecc71;
}

.warning-box {
  background-color: rgba(231, 76, 60, 0.1);
  border-left: 4px solid #e74c3c;
}

.info-box h4,
.tip-box h4,
.warning-box h4 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info-box h4 i,
.tip-box h4 i,
.warning-box h4 i {
  margin-right: 10px;
}

.info-box h4 i {
  color: #3498db;
}

.tip-box h4 i {
  color: #2ecc71;
}

.warning-box h4 i {
  color: #e74c3c;
}

.post-tags {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tags-title {
  font-weight: 600;
}

.tag {
  display: inline-block;
  padding: 6px 15px;
  background-color: var(--light-color);
  color: var(--text-color);
  border-radius: 30px;
  font-size: 0.85rem;
  transition: var(--transition);
}

.tag:hover {
  background-color: var(--primary-color);
  color: white;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.back-to-blog {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-weight: 600;
}

.back-to-blog i {
  margin-right: 5px;
}

.post-nav-links {
  display: flex;
  gap: 20px;
}

.prev-post,
.next-post {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-weight: 600;
}

.prev-post i {
  margin-right: 5px;
}

.next-post i {
  margin-left: 5px;
}

.share-post {
  margin: 30px 0;
  padding: 30px;
  background-color: var(--light-color);
  border-radius: var(--border-radius);
  text-align: center;
}

.share-post h3 {
  margin-bottom: 20px;
}

.share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.share-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  transition: var(--transition);
}

.share-button i {
  margin-right: 8px;
}

.share-button.facebook {
  background-color: #1877f2;
}

.share-button.twitter {
  background-color: #1da1f2;
}

.share-button.reddit {
  background-color: #ff4500;
}

.share-button.discord {
  background-color: #7289da;
}

.share-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.post-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
  padding: 30px;
  background-color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.author-image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-info h3 {
  margin-bottom: 5px;
}

.author-name {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.related-posts {
  margin: 60px 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.related-post {
  background-color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.related-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.related-post img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.related-post h3 {
  padding: 20px 20px 5px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.related-post .post-date {
  padding: 0 20px 20px;
  color: var(--text-light);
  font-size: 0.9rem;
}

.comments-section {
  margin: 60px 0;
}

.comment-form {
  background-color: var(--light-color);
  padding: 30px;
  border-radius: var(--border-radius);
  margin-bottom: 40px;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.comment {
  display: flex;
  gap: 20px;
}

.comment-avatar {
  flex: 0 0 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-content {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.comment.reply {
  margin-top: 20px;
  margin-left: 50px;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comment-header h4 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.comment-date {
  color: var(--text-light);
  font-size: 0.85rem;
}

.comment p {
  margin-bottom: 15px;
}

.comment-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reply-btn {
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
}

.reply-btn:hover {
  color: var(--primary-color);
}

.likes {
  display: flex;
  align-items: center;
  color: var(--text-light);
  font-size: 0.9rem;
}

.likes i {
  margin-right: 5px;
}

.view-all-comments {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  background-color: var(--light-color);
  border-radius: var(--border-radius);
  color: var(--text-color);
  font-weight: 600;
  transition: var(--transition);
}

.view-all-comments:hover {
  background-color: #eeeef3;
}

/* Payment Methods in DMarket Page */
.payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.payment-method {
  background-color: white;
  padding: 20px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  text-align: center;
  transition: var(--transition);
}

.payment-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.payment-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.payment-method h4 {
  margin-bottom: 10px;
}

.payment-method p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--text-light);
}

/* Tournament Info Box */
.tournament-info-box {
  background-color: var(--light-color);
  padding: 25px;
  border-radius: var(--border-radius);
  margin: 30px 0;
  border-left: 4px solid var(--primary-color);
}

.tournament-info-box h3 {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.tournament-info-box h3 i {
  margin-right: 10px;
  color: var(--primary-color);
}

.tournament-info-box ul {
  margin-bottom: 0;
}

.tournament-info-box li {
  margin-bottom: 8px;
}

.tournament-info-box li:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .post-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .featured-skin .skin-image {
    flex: 0 0 300px;
  }
}

@media (max-width: 768px) {
  header .container {
    flex-direction: column;
    gap: 15px;
  }
  
  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero p {
    font-size: 1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .feature-grid {
    grid-template-columns: 1fr;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-form input {
    border-radius: var(--border-radius);
  }
  
  .newsletter-form button {
    border-radius: var(--border-radius);
    margin-top: 10px;
  }
  
  .post-header h1 {
    font-size: 2.2rem;
  }
  
  .post-author {
    flex-direction: column;
    text-align: center;
  }
  
  .share-buttons {
    flex-direction: column;
    gap: 10px;
  }
  
  .comment {
    flex-direction: column;
  }
  
  .comment-avatar {
    align-self: flex-start;
  }
  
  .comment.reply {
    margin-left: 20px;
  }
}

@media (max-width: 576px) {
  nav ul li a {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  
  .nav ul li a i {
    margin-right: 5px;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .hero p {
    font-size: 0.95rem;
  }
  
  .post-header h1 {
    font-size: 1.8rem;
  }
  
  .post-content h2 {
    font-size: 1.5rem;
  }
  
  .post-content h3 {
    font-size: 1.3rem;
  }
  
  .post-navigation {
    flex-direction: column;
    gap: 20px;
  }
  
  .contact-detail {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .contact-icon {
    margin: 0 auto;
  }
  
  .social-connect {
    text-align: center;
  }
  
  .contact-social-icons {
    justify-content: center;
  }
}
