/* Page 9100: [Битрикс24] ВЭД Товары — case page. Same palette and rhythm as
   inline-7337.css (bp-*): dark surface, gold accent, 6px radii.
   The page sits in the site's shared .rl-doc container (max-width 1240 +
   20px gutters, same grid as .rl-page-head) — only vertical breathing is
   set here. */
.ved-wrap * { box-sizing: border-box; }
.ved-wrap { color: #ffffff; padding: 40px 0 64px; margin: 0; font-family: inherit; }

/* Intro */
.ved-intro {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 0 52px 0;
  border-left: 3px solid #E3C083;
  padding-left: 20px;
}

/* Pain block */
.ved-pain { margin: 0 0 56px 0; }
.ved-pain-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
  line-height: 1.3;
}
.ved-pain-title span { color: #E3C083; }
.ved-pain-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.ved-pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
}
.ved-pain-list li .ico { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }

.ved-divider { height: 1px; background: rgba(227,192,131,0.18); margin: 0 0 52px 0; }

/* Section titles */
.ved-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #E3C083;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 8px 0;
}
.ved-section-lead { color: rgba(255,255,255,0.88); font-size: 0.95rem; margin: 0 0 30px 0; }

/* Feature cards */
.ved-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-bottom: 60px;
}
.ved-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(227,192,131,0.15);
  border-top: 3px solid #E3C083;
  border-radius: 6px;
  padding: 26px 22px;
}
.ved-card-icon { font-size: 1.6rem; display: block; margin-bottom: 14px; }
.ved-card-title { font-size: 1.05rem; font-weight: 700; color: #ffffff; margin: 0 0 10px 0; line-height: 1.3; }
.ved-card-text { font-size: 0.9rem; color: rgba(255,255,255,0.82); line-height: 1.65; margin: 0; }

/* Steps */
.ved-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 40px; margin-bottom: 60px; }
.ved-step { display: flex; gap: 16px; align-items: flex-start; }
.ved-step-num {
  width: 38px; height: 38px;
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(227,192,131,0.4);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
  color: #E3C083;
  position: relative;
  z-index: 1;
}
.ved-step-title { font-size: 1rem; font-weight: 700; color: #ffffff; margin: 0 0 6px 0; line-height: 1.3; }
.ved-step-text { font-size: 0.88rem; color: rgba(255,255,255,0.88); line-height: 1.6; margin: 0; }

/* Stats */
.ved-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-bottom: 48px;
}
.ved-stat {
  background: rgba(227,192,131,0.06);
  border: 1px solid rgba(227,192,131,0.2);
  border-radius: 6px;
  padding: 22px;
}
.ved-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #E3C083;
  line-height: 1.1;
  margin-bottom: 8px;
}
.ved-stat-lbl { font-size: 0.88rem; color: rgba(255,255,255,0.85); line-height: 1.5; }

/* Tool badge */
.ved-tool-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(227,192,131,0.08);
  border: 1px solid rgba(227,192,131,0.25);
  border-radius: 6px;
  padding: 10px 18px;
  margin-top: 8px;
}
.ved-tool-badge-icon { font-size: 1.2rem; }
.ved-tool-badge-text { font-size: 0.85rem; font-weight: 700; color: #E3C083; letter-spacing: 0.05em; }
.ved-tool-badge-sub { font-size: 0.78rem; color: rgba(255,255,255,0.88); margin-top: 2px; }

@media (max-width: 560px) {
  .ved-features { grid-template-columns: 1fr; }
  .ved-steps { grid-template-columns: 1fr; }
  .ved-step-num { width: 32px; height: 32px; font-size: 0.75rem; }
}
