/**
 * Bultix — Mikro ihracat landing
 */

.bultix-micro-export-page {
  --bxm-ink: #1c2434;
  --bxm-muted: #5b6578;
  --bxm-line: rgba(28, 36, 52, 0.1);
  --bxm-orange: #e66e15;
  --bxm-navy: #152238;
  --bxm-sand: #f3efe8;
  --bxm-font: "Nunito Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(900px 400px at 90% -5%, rgba(230, 110, 21, 0.07), transparent 60%),
    linear-gradient(180deg, #f7f5f1 0%, #eef1f5 50%, #f7f5f1 100%);
  color: var(--bxm-ink);
  font-family: var(--bxm-font);
}

.bultix-micro-export-page a { text-decoration: none; }

.bultix-micro-export-page .bxm-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(52px, 7vw, 88px) 0 clamp(44px, 5vw, 64px);
  color: #fff;
}

.bultix-micro-export-page .bxm-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(21, 34, 56, 0.94) 0%, rgba(28, 44, 72, 0.9) 50%, rgba(230, 110, 21, 0.5) 100%),
    linear-gradient(160deg, #101828 0%, #1a2a44 55%, #2a1a12 100%);
}

.bultix-micro-export-page .bxm-hero__inner {
  max-width: 780px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.bultix-micro-export-page.is-ready .bxm-hero__inner {
  opacity: 1;
  transform: none;
}

.bultix-micro-export-page .bxm-hero__brand {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.85;
  margin: 0 0 12px;
}

.bultix-micro-export-page .bxm-hero__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 800;
}

.bultix-micro-export-page .bxm-hero__text {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0 0 22px;
  opacity: 0.95;
}

.bultix-micro-export-page .bxm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.bultix-micro-export-page .bxm-hero__note {
  font-size: 13px;
  opacity: 0.82;
  margin: 0;
}

.bultix-micro-export-page .bxm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bultix-micro-export-page .bxm-btn:hover {
  transform: translateY(-1px);
}

.bultix-micro-export-page .bxm-btn--primary {
  background: var(--bxm-orange);
  color: #fff;
  box-shadow: 0 8px 24px rgba(230, 110, 21, 0.35);
}

.bultix-micro-export-page .bxm-btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.bultix-micro-export-page .bxm-btn--ghost {
  background: #fff;
  color: var(--bxm-navy);
  border-color: var(--bxm-line);
}

.bultix-micro-export-page .bxm-btn--lg {
  padding: 14px 24px;
}

.bultix-micro-export-page .bxm-proof {
  margin-top: -28px;
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}

.bultix-micro-export-page .bxm-proof__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 12px 40px rgba(21, 34, 56, 0.08);
  border: 1px solid var(--bxm-line);
}

.bultix-micro-export-page .bxm-proof__item {
  text-align: center;
}

.bultix-micro-export-page .bxm-proof__item strong {
  display: block;
  font-size: 22px;
  color: var(--bxm-navy);
}

.bultix-micro-export-page .bxm-proof__item span {
  font-size: 13px;
  color: var(--bxm-muted);
}

.bultix-micro-export-page .bxm-section {
  padding: clamp(40px, 6vw, 64px) 0;
}

.bultix-micro-export-page .bxm-section__head {
  max-width: 640px;
  margin-bottom: 28px;
}

.bultix-micro-export-page .bxm-section__head h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 30px);
}

.bultix-micro-export-page .bxm-section__head p,
.bultix-micro-export-page .bxm-intro p {
  color: var(--bxm-muted);
  line-height: 1.6;
  margin: 0;
}

.bultix-micro-export-page .bxm-intro__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.bultix-micro-export-page .bxm-intro__card {
  background: #fff;
  border: 1px solid var(--bxm-line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(21, 34, 56, 0.05);
}

.bultix-micro-export-page .bxm-link {
  color: var(--bxm-orange);
  font-weight: 700;
}

.bultix-micro-export-page .bxm-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bultix-micro-export-page .bxm-step {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--bxm-line);
  border-radius: 14px;
  padding: 18px;
}

.bultix-micro-export-page .bxm-step__num {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(230, 110, 21, 0.12);
  color: var(--bxm-orange);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bultix-micro-export-page .bxm-step__body h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.bultix-micro-export-page .bxm-step__body p {
  margin: 0;
  color: var(--bxm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bultix-micro-export-page .bxm-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bultix-micro-export-page .bxm-benefit {
  background: #fff;
  border: 1px solid var(--bxm-line);
  border-radius: 14px;
  padding: 18px;
}

.bultix-micro-export-page .bxm-benefit h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.bultix-micro-export-page .bxm-benefit p {
  margin: 0;
  color: var(--bxm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bultix-micro-export-page .bxm-faq__list {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.bultix-micro-export-page .bxm-faq__item {
  background: #fff;
  border: 1px solid var(--bxm-line);
  border-radius: 12px;
  padding: 14px 16px;
}

.bultix-micro-export-page .bxm-faq__item summary {
  cursor: pointer;
  font-weight: 700;
}

.bultix-micro-export-page .bxm-faq__item p {
  margin: 10px 0 0;
  color: var(--bxm-muted);
  line-height: 1.55;
}

.bultix-micro-export-page .bxm-cta {
  background: var(--bxm-navy);
  color: #fff;
  padding: clamp(44px, 6vw, 64px) 0;
  text-align: center;
}

.bultix-micro-export-page .bxm-cta h2 {
  margin: 0 0 10px;
}

.bultix-micro-export-page .bxm-cta p {
  margin: 0 auto 22px;
  max-width: 560px;
  opacity: 0.9;
}

.bultix-micro-export-page .bxm-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 991px) {
  .bultix-micro-export-page .bxm-intro__grid,
  .bultix-micro-export-page .bxm-steps__list,
  .bultix-micro-export-page .bxm-benefits__grid {
    grid-template-columns: 1fr;
  }

  .bultix-micro-export-page .bxm-proof__row {
    grid-template-columns: 1fr;
  }
}
