.additional-info {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.article-header {
  text-align: center;
  margin-bottom: 40px;
}
.article-header h2 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 15px;
}
.article-subtitle {
  font-size: 1.2em;
  color: #666;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-5px);
}
.benefit-icon {
  width: 60px;
  height: 60px;
  background: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.benefit-icon i {
  font-size: 24px;
  color: #fff;
}
.benefit-card h3 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 15px;
}
.benefit-card p {
  color: #666;
  line-height: 1.6;
}
.article-note {
  background: #e8f4fc;
  padding: 20px;
  border-radius: 10px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.note-icon {
  font-size: 24px;
  color: #3498db;
}
.article-note p {
  margin: 0;
  color: #333;
  font-size: 1.1em;
}
.article-cta {
  text-align: center;
  margin-top: 40px;
}
.btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: #3498db;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background: #2980b9;
}
.design-article {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.design-article .article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.design-article .article-header {
  text-align: center;
  margin-bottom: 40px;
}
.design-article .article-header h2 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 15px;
}
.design-article .article-subtitle {
  font-size: 1.2em;
  color: #666;
}
.design-article .article-image {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.design-article .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.design-article .article-section {
  margin-bottom: 50px;
}
.design-article .article-section h3 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}
.trends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.trend-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.trend-item:hover {
  transform: translateY(-5px);
}
.trend-icon {
  width: 60px;
  height: 60px;
  background: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.trend-icon i {
  font-size: 24px;
  color: #fff;
}
.trend-item h4 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 15px;
}
.steps-list {
  display: grid;
  gap: 30px;
}
.step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
/* Нова секція з етапами дизайн-процесу */
.design-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.process-step {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #3498db;
}

.step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 2em;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #3498db;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3);
}

.process-step h4 {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.process-step p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95em;
}

/* Адаптивність для планшетів */
@media (max-width: 1024px) {
  .design-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .process-step {
    padding: 35px 25px;
  }
  
  .step-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8em;
  }
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 768px) {
  .design-process {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .process-step {
    padding: 30px 20px;
  }
  
  .step-icon {
    width: 60px;
    height: 60px;
    font-size: 1.6em;
  }
  
  .step-number {
    width: 35px;
    height: 35px;
    font-size: 1em;
    top: -12px;
    right: -12px;
  }
  
  .process-step h4 {
    font-size: 1.2em;
  }
  
  .process-step p {
    font-size: 0.9em;
  }
}
.step-content h4 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 10px;
}
.style-tips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.tip-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #3498db;
}

.tip-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

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

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

.tip-content {
  padding: 25px;
}

.tip-card h4 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.tip-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.style-features li {
  margin-bottom: 8px;
  color: #555;
  font-size: 0.95em;
  padding-left: 15px;
  position: relative;
}

.style-features li:before {
  content: "•";
  color: #3498db;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.aspects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.aspect-item {
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.aspect-item i {
  font-size: 36px;
  color: #3498db;
  margin-bottom: 20px;
}
.aspect-item h4 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .article {
    padding: 20px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .article-header h2 {
    font-size: 2em;
  }
  .design-article .article {
    padding: 20px;
  }
  .design-article .article-header h2 {
    font-size: 2em;
  }
  .step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .trends-grid,
  .style-tips,
  .aspects-grid {
    grid-template-columns: 1fr;
  }
  
  .tip-image {
    height: 200px;
  }
  
  .tip-content {
    padding: 20px;
  }
  
  .tip-card h4 {
    font-size: 1.3em;
  }
  
  .style-features li {
    font-size: 0.9em;
  }
}



