/* MEDI09 Export Hub - Global Styles */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background-color: #f8fafc;
}

a {
  color: #0f766e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Layout helpers */

.container {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

/* HEADER */

header {
  background: #020617;
  color: #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(148, 163, 184, 0.5);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 16px;
}

.logo {
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 16px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

nav li {
  white-space: nowrap;
}

header a {
  color: #e5e7eb;
}

header a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* HERO */

.hero {
  background: radial-gradient(circle at top, #0b1120 0, #020617 58%);
  color: #e5e7eb;
  padding: 64px 0 56px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 32px;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

.hero-left,
.hero-right {
  min-width: 0;
}

.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-bottom: 8px;
}

.hero-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}

.hero-subtitle {
  font-size: 15px;
  margin: 0 0 10px;
  color: #c7d2fe;
}

.hero-list {
  font-size: 14px;
  margin: 0 0 18px;
  color: #e5e7eb;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  background: #22c55e;
  color: #022c22;
  border-color: #16a34a;
  box-shadow: 0 12px 28px rgba(22, 163, 74, 0.4);
}

.btn-primary:hover {
  background: #16a34a;
}

.btn-outline {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.7);
}

.btn-outline:hover {
  background: rgba(15, 23, 42, 0.7);
}

.hero-note {
  font-size: 12px;
  margin-top: 8px;
  color: #cbd5f5;
}

/* Hero image */

.hero-image-wrapper {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.8);
}

.hero-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-highlight-box {
  border-radius: 16px;
  padding: 16px 18px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.6);
  font-size: 14px;
}

.hero-highlight-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}

/* Sections */

main section {
  padding: 52px 0;
}

section:nth-of-type(even) {
  background-color: #ffffff;
}

section:nth-of-type(odd) {
  background-color: #f1f5f9;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
}

.section-subtitle {
  margin: 0 0 24px;
  font-size: 14px;
  color: #475569;
}

/* Grid & cards */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 18px 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  font-size: 14px;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  color: #0f172a;
}

.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

/* Tight lists */

.list-tight {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
}

.list-tight li + li {
  margin-top: 4px;
}

/* Two-column layout */

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
}

/* Export steps */

.export-steps {
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: step;
  font-size: 14px;
}

.export-steps li {
  counter-increment: step;
  margin-bottom: 10px;
  padding-left: 32px;
  position: relative;
}

.export-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Small note text */

.small-note {
  font-size: 13px;
  color: #4b5563;
}

/* Contact box */

.contact-box {
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 24px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 20px;
}

.contact-box h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 14px;
}

.contact-list li + li {
  margin-top: 6px;
}

/* Footer */

footer {
  background: #020617;
  color: #9ca3af;
  font-size: 12px;
  padding: 16px 0 20px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

/* Responsive */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .contact-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  header {
    position: static;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .hero {
    padding: 40px 0 32px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-inner {
    gap: 24px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
