/* ===== BREADCRUMBS ===== */
/* ===== HERO ===== */
.hero {
  position: relative;
  background: linear-gradient(135deg, #188542 0%, #6cb043 100%);
  border-radius: 8px;
  padding: 48px 52px;
  margin: 8px 0 24px;
  min-height: 180px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.08"><circle cx="20" cy="20" r="40" fill="%23ffffff"/><circle cx="80" cy="80" r="60" fill="%23ffffff"/></svg>')
    repeat;
  opacity: 0.3;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.28;
  color: #ffffff;
  max-width: 560px;
}

.hero .hero-deco {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

/* ===== PAYMENT METHODS ===== */
.payment-methods {
  margin: -60px 0 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  z-index: 10;
  position: relative;
}

.payment-methods .section-label {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 63px;
}

.payment-card {
  background: linear-gradient(180deg, #d6ebc9 -87.61%, #ffffff 61.21%);
  box-shadow: 0px 4px 10.5px rgba(116, 169, 84, 0.5);
  border-radius: 5px;
  padding: 28px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 228px;
  max-width: 223px;
  transition: transform 0.2s;
}

.payment-card:hover {
  transform: translateY(-4px);
}

.payment-card .icon-wrap {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.payment-card .icon-wrap svg {
  width: 100%;
  height: 100%;
  fill: #6cb043;
}

.payment-card .divider {
  width: 183px;
  height: 5px;
  background: #f0faea;
  border: 1px solid #6cb043;
  border-radius: 8px;
  margin: 8px 0 12px;
}

.payment-card .label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
  max-width: 186px;
}

/* ===== PAYMENT SYSTEMS ===== */
.payment-systems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0 48px;
}

.payment-system-card {
  background: #ffffff;
  box-shadow: 0px 5px 11.1px rgba(116, 178, 79, 0.38);
  border-radius: 5px;
  padding: 24px 28px 28px 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.payment-system-card .icon-wrap {
  flex-shrink: 0;
  width: 101px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.payment-system-card .icon-wrap svg {
  width: 80px;
  height: 80px;
}

.payment-system-card .info {
  flex: 1;
}

.payment-system-card .info .title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #6cb043;
  margin-bottom: 6px;
}

.payment-system-card .info .divider {
  width: 100%;
  max-width: 466px;
  height: 3px;
  background: #f0faea;
  border: 1px solid #6cb043;
  border-radius: 8px;
  margin-bottom: 14px;
}

.payment-system-card .info .desc {
  font-family: "Calibri", "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}

.payment-system-card .info .desc strong {
  font-weight: 700;
}

.payment-system-card .info .desc .step-list {
  margin-top: 6px;
  padding-left: 20px;
}

.payment-system-card .info .desc .step-list li {
  list-style: disc;
  margin-bottom: 2px;
}

/* ===== FOOTER ===== */
.footer {
  background: #188542;
  padding: 40px 0 24px;
  margin-top: 40px;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 32px 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col .footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-col .footer-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #a0ce84;
  letter-spacing: 0.03em;
  max-width: 540px;
}

.footer-col .footer-text strong {
  font-weight: 700;
}

.footer-col ul li {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.65;
  color: #ffffff;
}

.footer-col ul li a:hover {
  opacity: 0.8;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contacts .fc-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contacts .fc-item .icon {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1.8px solid #a0ce84;
  background: transparent;
}

.footer-contacts .fc-item .icon.green-bg {
  background: #a0ce84;
  border-color: #a0ce84;
}

.footer-contacts .fc-item .icon svg {
  width: 16px;
  height: 16px;
  fill: #a0ce84;
}

.footer-contacts .fc-item .icon.green-bg svg {
  fill: #188542;
}

.footer-contacts .fc-item .text {
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #a0ce84;
  line-height: 1.15;
}

.footer-contacts .fc-item .text span {
  display: block;
}

.footer-contacts .fc-item .text.small {
  font-size: 16px;
  font-weight: 700;
}

.footer-tracking {
  margin-top: 12px;
}

.footer-tracking .track-btn {
  background: #6cb043;
  border-radius: 8px;
  padding: 12px 28px;
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-tracking .track-btn:hover {
  background: #4f8f3a;
}

.footer-tracking .track-btn svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.footer-social .social-item {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #6cb043;
}

.footer-social .social-item svg {
  width: 20px;
  height: 20px;
  fill: #6cb043;
}

.footer-social .social-item.telegram {
  background: #ffffff;
  border-radius: 50%;
}

.footer-social .social-item.telegram svg {
  fill: #6cb043;
  width: 16px;
  height: 16px;
}

.footer-social .social-item.viber {
  border: 1.5px solid #6cb043;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social .social-item.viber svg {
  width: 14px;
  height: 14px;
  fill: #6cb043;
}

.footer-bottom {
  padding-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #a0ce84;
  letter-spacing: 0.03em;
  max-width: 900px;
}

.footer-bottom strong {
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .container {
    padding: 0 24px;
  }

  .payment-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .payment-systems {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .header-top {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-contacts {
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .nav-menu {
    gap: 16px;
  }

  .nav-menu a {
    font-size: 13px;
  }

  .hero {
    padding: 32px 28px;
  }

  .hero h1 {
    font-size: 20px;
    max-width: 100%;
  }

  .hero .hero-deco {
    width: 100px;
    height: 100px;
    right: 20px;
  }

  .payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .payment-system-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .payment-system-card .info .divider {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .hamburger {
    display: flex;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 12px 0;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    font-size: 14px;
    padding: 4px 0;
  }

  .header-nav {
    flex-wrap: wrap;
  }

  .header-nav .nav-left {
    width: 100%;
    justify-content: space-between;
  }

  .nav-search {
    margin-left: auto;
  }

  .header-contacts .phone-numbers {
    font-size: 15px;
  }

  .header-address {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 18px;
  }

  .hero .hero-deco {
    display: none;
  }

  .payment-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .payment-card {
    min-height: 180px;
    padding: 20px 12px 16px;
  }

  .payment-card .icon-wrap {
    width: 50px;
    height: 50px;
  }

  .payment-card .label {
    font-size: 13px;
  }

  .payment-card .divider {
    width: 100%;
    max-width: 140px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-col .footer-text {
    max-width: 100%;
  }

  .payment-system-card {
    padding: 20px 16px;
  }

  .payment-system-card .info .title {
    font-size: 18px;
  }

  .payment-system-card .info .desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .header-top {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .logo {
    justify-content: center;
  }

  .header-contacts {
    justify-content: center;
  }

  .header-address {
    justify-content: center;
  }

  .tracking-btn {
    padding: 10px 16px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .hero {
    padding: 24px 16px;
    min-height: 120px;
  }

  .hero h1 {
    font-size: 16px;
  }

  .payment-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .payment-card {
    min-height: 160px;
    padding: 16px 8px 12px;
  }

  .payment-card .icon-wrap {
    width: 40px;
    height: 40px;
  }

  .payment-card .label {
    font-size: 12px;
  }

  .payment-card .divider {
    max-width: 100px;
    height: 3px;
  }

  .footer-contacts .fc-item .text {
    font-size: 16px;
  }

  .footer-tracking .track-btn {
    width: 100%;
    justify-content: center;
  }

  .payment-system-card .info .title {
    font-size: 16px;
  }

  .payment-system-card .info .desc {
    font-size: 13px;
  }
}

/* ===== UTILITY ===== */
.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}
