.nomad-page {
  background: #f7f9fc;
}

.nomad-hero {
  background: linear-gradient(135deg, #2b32b2 0%, #1488cc 55%, #00c9a7 100%);
  color: #fff;
  padding: 48px 24px 64px;
  text-align: center;
}

.nomad-back {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.nomad-back:hover {
  color: #fff;
}

.nomad-eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0.9;
  margin: 0 0 12px;
}

.nomad-hero h1 {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  margin: 0 0 16px;
}

.nomad-lead {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.nomad-hero-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.nomad-instagram,
.nomad-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nomad-instagram {
  background: #fff;
  color: #1488cc;
}

.nomad-instagram:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.nomad-secondary {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
}

.nomad-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.nomad-content {
  width: min(960px, 92%);
  margin: -32px auto 0;
  padding-bottom: 48px;
}

.nomad-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(20, 136, 204, 0.08);
  padding: 32px 28px;
  margin-bottom: 24px;
}

.nomad-section h2 {
  margin-top: 0;
  color: #2b32b2;
}

.nomad-section p,
.nomad-section li {
  font-size: 1.02rem;
  line-height: 1.75;
}

.nomad-section a {
  color: #1488cc;
  font-weight: 600;
}

.nomad-quote {
  font-family: "Rubik", sans-serif;
  font-size: 1.35rem;
  font-style: italic;
  margin: 0 auto 12px;
  max-width: 640px;
  opacity: 0.95;
}

.nomad-stats {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin: 0 auto 24px;
  flex-wrap: wrap;
}

.nomad-stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
}

.nomad-stats strong {
  font-size: 1.5rem;
  line-height: 1.2;
}

.nomad-stats span {
  font-size: 0.9rem;
  opacity: 0.9;
}

.nomad-tag {
  display: inline-block;
  background: rgba(20, 136, 204, 0.1);
  color: #1488cc;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.92rem;
  margin: 0 2px;
}

.nomad-section-intro {
  margin-top: -4px;
  color: #666;
}

.nomad-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nomad-highlights span {
  background: linear-gradient(135deg, rgba(43, 50, 178, 0.08), rgba(20, 136, 204, 0.12));
  color: #2b32b2;
  border: 1px solid rgba(20, 136, 204, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.95rem;
  font-weight: 600;
}

.nomad-quotes {
  display: grid;
  gap: 16px;
}

.nomad-quotes blockquote {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid #1488cc;
  background: #f7fbff;
  border-radius: 0 12px 12px 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.nomad-quotes cite {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  color: #666;
  font-style: normal;
}

.nomad-places li {
  margin-bottom: 14px;
}

.nomad-card a {
  color: #1488cc;
  font-weight: 600;
}

.nomad-gallery-section {
  padding-bottom: 28px;
}

.nomad-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.nomad-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(43, 50, 178, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nomad-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(20, 136, 204, 0.18);
}

.nomad-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nomad-gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

.nomad-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}


.nomad-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(20, 136, 204, 0.08);
  padding: 28px 24px;
}

.nomad-card-icon {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 12px;
}

.nomad-card h3 {
  margin-top: 0;
  color: #333;
}

.nomad-list {
  margin: 0;
  padding-left: 20px;
}

.nomad-list li {
  margin-bottom: 10px;
}

.nomad-cta {
  text-align: center;
}

.nomad-instagram-large {
  margin-top: 8px;
}
