body {
  font-family: "Inter", "Segoe UI", sans-serif;
  background-color: #f8fafc;
  color: #0f172a;
}

.hero-home {
  background: linear-gradient(120deg, #0d6efd, #4f46e5);
}

.service-card {
  border: 0;
}

.reassurance-band {
  background-color: #e2e8f0;
}

.reassurance-item {
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.icon {
  font-size: 1.5rem;
}

.tips-list .list-group-item {
  background: transparent;
  font-size: 1.05rem;
}

.tip-check {
  color: #16a34a;
  margin-right: 0.5rem;
}

.international-article {
  max-width: 850px;
}

.important-box {
  background-color: #fef9c3;
}

.profile-card {
  max-width: 900px;
  margin: 0 auto;
}

.score {
  font-size: 2rem;
  color: #0d6efd;
  font-weight: 700;
  line-height: 1;
}

.eco-list li {
  margin-bottom: 0.5rem;
}

.guide-article {
  max-width: 840px;
  line-height: 1.8;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.tip-box {
  border-left: 6px solid #3b82f6;
  background: #eff6ff;
  padding: 1.25rem;
  border-radius: 0.75rem;
}

.warning-box {
  border: 2px solid #ef4444;
  background: #fee2e2;
  padding: 1.25rem;
  border-radius: 0.75rem;
}

.pricing-highlight {
  border: 2px solid #2563eb;
  background: #dbeafe;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.alert-red {
  border: 2px solid #dc2626;
  background: #fee2e2;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.obligation-box {
  border-left: 6px solid #b45309;
  background: #fffbeb;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.note-box {
  border-left: 6px solid #0ea5e9;
  background: #f0f9ff;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.multi-step-wrapper {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.step-indicator {
  display: flex;
  gap: 0.75rem;
}

.step-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #64748b;
  border: 2px solid #cbd5e1;
}

.step-dot.active {
  color: #ffffff;
  background: #2563eb;
  border-color: #2563eb;
}

.service-detail {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.customs-box {
  background: #ecfeff;
  border-left: 6px solid #0891b2;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.blog-article {
  max-width: 920px;
}

.info-page {
  max-width: 920px;
}

.info-card {
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 1.25rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.aid-item {
  background: #ffffff;
  border: 1px solid #dbe2ea;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.aid-trigger {
  width: 100%;
  text-align: left;
  border: 0;
  background: #f8fafc;
  padding: 1rem 1.1rem;
  font-weight: 600;
  color: #0f172a;
}

.aid-trigger[aria-expanded="true"] {
  background: #e0f2fe;
}

.aid-panel {
  padding: 1rem 1.1rem;
}
