/* ========================================
   BLOCK 1: EXPERTISE BLOCK (STATISTICS)
   ======================================== */

@media (max-width: 768px) {
  .mobile-break {
    display: block;
  }
  .stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
  }
  .stat-item {
    white-space: nowrap;
  }
}

@media (min-width: 769px) {
  .mobile-break {
    display: none;
  }
}
/* ========================================
   BLOCK 2: SERVICES BLOCK
   ======================================== */

#services-8m .mbr-section-title {
  color: #ffffff !important;
  font-weight: normal !important;
}

.service-card {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.service-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.service-card-link:hover .service-card {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-color: #c0c0c0;
}

.service-card .card-title {
  color: #2d5a3b;
  font-weight: 700;
}

.service-card .card-text {
  color: #555555;
}

.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  color: #555555;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.service-card-no-link {
  cursor: default;
}

.service-card-no-link:hover {
  transform: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .row.justify-content-center {
    row-gap: 2rem;
  }
  .row.justify-content-center > [class*="col-lg-4"] {
    display: flex;
    flex-direction: column;
  }
  .service-card-link, .service-card-no-link {
    flex: 1;
    display: flex;
  }
  .service-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service-card-link:hover .service-card {
    transform: none;
  }
  .row.justify-content-center {
    row-gap: 1.5rem;
  }
  .row.justify-content-center > [class*="col-"] {
    margin-bottom: 0 !important;
  }
}
/* ========================================
   BLOCK 3: FAQ BLOCK
   ======================================== */

#accordion02-6d .faq-question-text,
.cid-tD7eGFLlHv .faq-question-text {
  color: #1a1a1a !important;
}

.faq-wrapper {
  width: 100%;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f5;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #2d5a3b;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}

.faq-question-text {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.faq-toggle {
  font-size: 28px;
  font-weight: 300;
  color: #2d5a3b;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background: #fafcfb;
  border-top: 1px solid #eef2f5;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 20px 20px 20px 67px;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 14px 16px;
    gap: 10px;
  }
  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .faq-question-text {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 24px;
  }
  .faq-item.active .faq-answer {
    padding: 16px 16px 16px 54px;
  }
  .faq-answer p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .faq-question {
    padding: 12px 14px;
  }
  .faq-question-text {
    font-size: 15px;
  }
  .faq-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .faq-item.active .faq-answer {
    padding: 14px 14px 14px 48px;
  }
}
/* ========================================
   BLOCK 4: TRUSTED LOGOS BLOCK
   ======================================== */

#clients-partners {
  background-color: #1a3a2a;
  padding: 60px 0;
}
#clients-partners .mbr-section-title,
#clients-partners .mbr-section-subtitle {
  color: #ffffff;
}
.clients-sprite-wrapper {
  text-align: center;
  overflow-x: auto;
}
.clients-sprite {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* ========================================
   BLOCK 5: CONTACT FORM BLOCK
   ======================================== */

#contact-block {
  background-color: #1a3a2a;
  padding: 60px 0;
}
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(4px);
}
.contact-form-wrapper .leadforms-input {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
  display: block;
}
.contact-form-wrapper .leadforms-input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  outline: none;
}
.contact-form-wrapper label {
  color: #fff;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.contact-form-wrapper .leadforms-checkbox-block label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 8px;
}
.contact-form-wrapper .leadforms-checkbox-block {
  margin: 20px 0;
}
.contact-info-wrapper {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(4px);
  height: 100%;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}
.contact-details {
  flex: 1;
}
.contact-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
.contact-value {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 12px;
}
.contact-value:hover {
  color: #fff;
  text-decoration: underline;
}
.copy-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.copy-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.messenger-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 5px;
}
.messenger-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 16px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.messenger-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}
.messenger-btn.whatsapp:hover { background: #25D366; }
.messenger-btn.telegram:hover { background: #0088cc; }
.messenger-btn.max:hover { background: #6c5ce7; }

@media (max-width: 768px) {
  #contact-block { padding: 40px 0; }
  .contact-form-wrapper, .contact-info-wrapper { padding: 25px; }
  .contact-icon { width: 40px; height: 40px; font-size: 20px; }
  .contact-value { font-size: 16px; }
  .messenger-links { flex-direction: column; }
  .messenger-btn { justify-content: center; }
}
@media (max-width: 576px) {
  .contact-form-wrapper, .contact-info-wrapper { padding: 20px; }
}
/* ========================================
   CASES BLOCK (LIGHT BACKGROUND #eee8df)
   ======================================== */

#cases-block {
  background-color: #eee8df;
  padding: 60px 0;
}

#cases-block .mbr-section-title {
  color: #1a3a2a;
}

#cases-block .mbr-section-subtitle {
  color: #555555;
}

/* Swiper контейнер */
.cases-swiper-container {
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.cases-swiper {
  overflow: hidden;
  padding: 20px 0 50px;
}

.cases-swiper .swiper-slide {
  height: auto;
}

/* Карточка кейса */
.case-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #e0d5c5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #2d5a3b;
}

.case-icon {
  width: 60px;
  height: 60px;
  background: #2d5a3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.case-icon i {
  font-size: 28px;
  color: #fff;
}

.case-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a3a2a;
  margin-bottom: 20px;
}

.case-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.case-stat {
  flex: 1;
  text-align: center;
  background: #f8f6f2;
  padding: 12px 8px;
  border-radius: 12px;
}

.case-stat-value {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #2d5a3b;
  line-height: 1.2;
}

.case-stat-label {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

.case-description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  flex: 1;
}

.case-link-btn {
  background: none;
  border: none;
  color: #2d5a3b;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.case-link-btn:hover {
  color: #1f422a;
  text-decoration: underline;
}

/* Навигация Swiper */
.cases-swiper .swiper-button-next,
.cases-swiper .swiper-button-prev {
  background: rgba(45, 90, 59, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #2d5a3b;
  transition: all 0.3s ease;
}

.cases-swiper .swiper-button-next:hover,
.cases-swiper .swiper-button-prev:hover {
  background: #2d5a3b;
  color: #fff;
}

.cases-swiper .swiper-button-next:after,
.cases-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.cases-swiper .swiper-pagination-bullet {
  background: #c0b5a5;
  opacity: 1;
}

.cases-swiper .swiper-pagination-bullet-active {
  background: #2d5a3b;
}

/* Кнопка в блоке */
#cases-block .btn-info {
  background-color: #2d5a3b;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#cases-block .btn-info:hover {
  background-color: #1f422a;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Попап кейса */
.case-popup .modal-content {
  border-radius: 20px;
  overflow: hidden;
  max-height: 90vh;
}

.case-popup .modal-body {
  padding: 30px;
  max-height: 85vh;
  overflow-y: auto;
}

.case-popup .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  opacity: 0.7;
}

.case-popup .modal-header .close:hover {
  opacity: 1;
}

.case-detail-content {
  overflow: visible;
}

.case-detail-content h3 {
  color: #1a3a2a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.case-detail-content h4 {
  color: #2d5a3b;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.case-detail-content p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.case-detail-content ul {
  margin: 10px 0 20px;
  padding-left: 20px;
}

.case-detail-content li {
  margin-bottom: 8px;
  color: #555;
}

.case-detail-stats {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.case-detail-stat {
  background: #f8f6f2;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  flex: 1;
  min-width: 100px;
}

.case-detail-stat-value {
  font-size: 28px;
  font-weight: 800;
  color: #2d5a3b;
  display: block;
}

.case-detail-stat-label {
  font-size: 12px;
  color: #777;
}

/* Адаптивность */
@media (max-width: 992px) {
  .cases-swiper-container {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  #cases-block {
    padding: 40px 0;
  }
  
  .case-card {
    padding: 25px;
  }
  
  .case-title {
    font-size: 20px;
  }
  
  .case-stat-value {
    font-size: 20px;
  }
  
  .cases-swiper .swiper-button-next,
  .cases-swiper .swiper-button-prev {
    display: none;
  }
  
  .cases-swiper {
    padding: 10px 0 40px;
  }
  
  #cases-block .btn-info {
    padding: 12px 30px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .case-popup .modal-body {
    padding: 20px;
    max-height: 80vh;
  }
  
  .case-detail-content h3 {
    font-size: 22px;
  }
  
  .case-detail-stat-value {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .case-stats {
    flex-direction: column;
    gap: 10px;
  }
  
  .case-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  
  .case-stat-value {
    font-size: 18px;
  }
  
  .case-stat-label {
    margin-top: 0;
  }
  
  #cases-block .btn-info {
    padding: 10px 24px;
    font-size: 16px;
  }
  
  .case-detail-stats {
    flex-direction: column;
    gap: 10px;
  }
  
  .case-popup .modal-body {
    max-height: 75vh;
  }
}
/* ========================================
   DIGITAL PRESENCE BLOCK (LIGHT BACKGROUND)
   ======================================== */

#digital-presence {
  background-color: #eee8df;
  padding: 60px 0;
}

#digital-presence .mbr-section-title {
  color: #1a3a2a;
}

#digital-presence .mbr-section-subtitle {
  color: #555555;
}

.digital-section-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a3a2a;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
}

.digital-section-title:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: #2d5a3b;
  margin: 0 auto;
}

.text-left .digital-section-title:after {
  margin: 0;
  left: 0;
  right: auto;
}

/* Карточки соцсетей и платформ */
.digital-card {
  display: block;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 15px;
  transition: all 0.3s ease;
  border: 1px solid #e0d5c5;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.digital-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #2d5a3b;
}

.digital-icon {
  width: 60px;
  height: 60px;
  background: #2d5a3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  transition: all 0.3s ease;
}

.digital-icon i {
  font-size: 28px;
  color: #fff;
}

.digital-card:hover .digital-icon {
  background: #1f422a;
  transform: scale(1.05);
}

.digital-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a3a2a;
  margin-bottom: 8px;
}

.digital-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.4;
}

/* Карточки прессы и рейтингов */
.digital-card-large {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  border: 1px solid #e0d5c5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.digital-card-large .digital-section-title {
  display: block;
  text-align: left;
}

/* Пресса */
.press-items {
  margin-bottom: 0;
}

.press-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0e8df;
}

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

.press-logo {
  width: 55px;
  height: 55px;
  background: #f8f6f2;
  border-radius: 12px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Логотипы изданий */
#press-logo-kommersant { background-image: url('../../images/press/kommersant.png'); }
#press-logo-inc { background-image: url('../../images/press/inc.jpg'); }
#press-logo-dp { background-image: url('../../images/press/dp.jpeg'); }
#press-logo-rbc { background-image: url('../../images/press/rbc.png'); }

.press-content {
  flex: 1;
}

.press-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a3a2a;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  margin-bottom: 5px;
}

.press-title:hover {
  color: #2d5a3b;
}

.press-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.4;
}

/* Рейтинги и награды */
.awards-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.award-item {
  display: flex;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #f0e8df;
}

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

.award-icon {
  width: 50px;
  height: 50px;
  background: #2d5a3b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.award-icon i {
  font-size: 24px;
  color: #fff;
}

.award-content {
  flex: 1;
}

.award-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a3a2a;
  margin-bottom: 5px;
}

.award-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.4;
  margin-bottom: 8px;
}

.award-link {
  font-size: 13px;
  color: #2d5a3b;
  font-weight: 500;
  text-decoration: none;
}

.award-link:hover {
  text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
  #digital-presence {
    padding: 40px 0;
  }
  
  .digital-card-large {
    padding: 25px;
    margin-bottom: 20px;
  }
  
  .digital-section-title {
    font-size: 20px;
  }
  
  .press-item {
    gap: 12px;
  }
  
  .press-logo, .award-icon {
    width: 45px;
    height: 45px;
  }
  
  .press-title, .award-title {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .press-item {
    flex-direction: column;
    text-align: center;
  }
  
  .press-logo {
    margin: 0 auto;
  }
  
  .award-item {
    flex-direction: column;
    text-align: center;
  }
  
  .award-icon {
    margin: 0 auto;
  }
  
  .digital-card {
    padding: 20px 12px;
  }
}
/* Inspiration and benefits cards */
.inspiration-card, .benefit-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  border: 1px solid #e0d5c5;
  height: 100%;
  text-align: center;
}
.inspiration-card:hover, .benefit-card:hover {
  transform: translateY(-5px);
  border-color: #2d5a3b;
}
.inspiration-icon, .benefit-icon {
  width: 60px;
  height: 60px;
  background: #2d5a3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
.inspiration-icon i, .benefit-icon i { font-size: 28px; color: #fff; }
.inspiration-name, .benefit-title { font-size: 18px; font-weight: 700; color: #1a3a2a; margin-bottom: 10px; }
.inspiration-desc, .benefit-desc { font-size: 14px; color: #555; }

.tariff-section { border-bottom: 1px solid #e0d5c5; }
.tariff-list { list-style: none; padding-left: 0; margin: 20px 0; }
.tariff-list li { margin-bottom: 12px; }
.tariff-list li i { color: #2d5a3b; margin-right: 10px; width: 20px; }

.audience-link { border-radius: 40px; padding: 8px 20px; margin: 5px; color: #1a3a2a; border-color: #2d5a3b; transition: all 0.2s ease; }
.audience-link:hover { background-color: #2d5a3b; color: #fff; border-color: #2d5a3b; }

@media (max-width: 768px) {
  .inspiration-card, .benefit-card { padding: 20px 12px; }
  .audience-link { font-size: 12px; padding: 5px 12px; }
}
/* Кнопки в тарифах */
.tariff-section .btn-info {
  background-color: #2d5a3b;
  color: #fff;
  border-radius: 0;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.tariff-section .btn-info:hover {
  background-color: #1f422a;
  transform: scale(1.05);
}

/* ========== LID MAGNET ========== */
.lidmagnet-section {
  background-color: #2d5a3b;
  padding: 60px 0;
}
.lidmagnet-section .form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
}
.lidmagnet-section .btn-info {
  background-color: #1a3a2a;
  border-radius: 0;
  padding: 12px 24px;
  font-weight: 700;
}

/* ========== PRESS BLOCK ========== */
.press-section img {
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.press-section img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* ========== DIRECTOR VIDEO BLOCK ========== */
.director-video-section .video-player-container {
  max-width: 100%;
}
/* ========== LID MAGNET (ЧЕК-ЛИСТ) ========== */
.lidmagnet-section {
  background-color: #2d5a3b;
  padding: 60px 0;
}
.lidmagnet-section .mbr-section-title,
.lidmagnet-section .mbr-section-subtitle {
  color: #ffffff;
}
.lidmagnet-section .form-control,
.lidmagnet-section select.form-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  padding: 14px 16px;
  margin-bottom: 15px;
  width: 100%;
  color: #333;
}
.lidmagnet-section select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.lidmagnet-section .btn-info {
  background-color: #1a3a2a;
  border-radius: 0;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.lidmagnet-section .btn-info:hover {
  background-color: #0f2418;
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .lidmagnet-section {
    padding: 40px 0;
  }
  .lidmagnet-section .btn-info {
    padding: 12px 24px;
    font-size: 16px;
  }
}