*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #1a1c1f;
  background: #f7f8fa;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #e6e8ec;
  z-index: 10;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #2156f3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.logo-title {
  font-weight: 700;
  font-size: 16px;
}

.logo-subtitle {
  font-size: 13px;
  color: #6b7280;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
  max-width: 700px;
}

.nav a {
  color: #4b5563;
  font-weight: 500;
  padding: 4px 0;
  border-radius: 999px;
  padding: 6px 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav a:hover {
  background: #eef3ff;
  color: #1d4ed8;
}

.lang-toggle {
  display: flex;
  gap: 6px;
  background: #f0f2f6;
  border-radius: 999px;
  padding: 4px;
}

.lang-btn {
  border: none;
  background: transparent;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lang-btn.is-active {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 0 0 1px #e5e7eb;
}

.hero {
  background: linear-gradient(140deg, #ffffff 0%, #eef3ff 100%);
  padding: 32px 0;
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
  justify-items: start;
}

.hero-copy {
  max-width: none;
  width: 100%;
  margin: 0;
}

.badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: #2156f3;
  font-weight: 600;
  font-size: 13px;
}

.hero h1 {
  font-size: clamp(28px, 3vw, 44px);
  margin: 16px 0 16px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: clamp(18px, 2.2vw, 26px);
  margin: 0 0 16px;
  color: #1f2937;
  font-weight: 600;
}

.hero-text {
  font-size: 16px;
  color: #4b5563;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 16px 0 8px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn.primary {
  background: #2156f3;
  color: #fff;
}

.btn.secondary {
  background: #1d4ed8;
  color: #fff;
}

.btn.ghost {
  background: transparent;
  border-color: #c7d2fe;
  color: #1e3a8a;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(33, 86, 243, 0.15);
}

.hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #4b5563;
  margin-top: 0;
}

.hero-point {
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
}

.hero-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(31, 41, 55, 0.12);
  align-self: start;
  max-width: 360px;
}

.hero-card h3 {
  margin-top: 0;
}

.hero-card-note {
  font-size: 13px;
  color: #6b7280;
  margin-top: 12px;
}

.hero-media img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(31, 41, 55, 0.18);
  width: 100%;
  height: auto;
}

.section {
  padding: 80px 0;
}

.section.alt {
  background: #ffffff;
}

.section-title h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 34px);
}

.section-title p {
  color: #4b5563;
  max-width: 720px;
}

.section-media {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
}

.section-media img {
  width: 100%;
  height: auto;
  display: block;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e6e8ec;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.card-media {
  margin: -24px -24px 16px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card.highlight {
  border: 1px solid #c7d2fe;
  background: #f8faff;
}

.card h3 {
  margin-top: 0;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  color: #4b5563;
}

.card-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2156f3;
}

.card-link {
  display: inline-flex;
  margin-top: 16px;
  color: #1d4ed8;
  font-weight: 600;
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.trip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.trip-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e6e8ec;
}

.trip-card .step-number {
  margin-bottom: 12px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  background: #f7f8fa;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #e6e8ec;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e8efff;
  color: #2156f3;
  font-weight: 700;
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
}

.step h3,
.step p {
  grid-column: 2;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.feature {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e6e8ec;
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.list-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #e6e8ec;
  color: #4b5563;
}

.hospital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.hospital-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e6e8ec;
}

.hospital-media {
  margin: -20px -20px 16px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.hospital-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.hospital-card p {
  color: #4b5563;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e6e8ec;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
}

.testimonial-name {
  font-weight: 600;
  margin-top: 12px;
}

.testimonial-meta {
  font-size: 13px;
  color: #6b7280;
}

.page-hero {
  padding: 70px 0 60px;
  background: #ffffff;
  border-bottom: 1px solid #e6e8ec;
}

.page-hero h1 {
  margin-bottom: 12px;
}

.page-hero-media {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
}

.page-hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

.faq details {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid #e6e8ec;
  margin-bottom: 12px;
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e6e8ec;
}

.contact-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.cta-panel {
  margin-top: 32px;
  padding: 24px;
  border-radius: 16px;
  background: #1d4ed8;
  color: #ffffff;
}

.cta-panel p {
  color: #dbeafe;
}

.site-footer {
  padding: 40px 0;
  background: #0f172a;
  color: #e2e8f0;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #cbd5f5;
}

.footer-note {
  font-size: 13px;
  color: #94a3b8;
}

@media (max-width: 860px) {
  .nav {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
