/* Dropdown/accordion for Les mer */
.lesmer-dropdown {
  max-width: 600px;
  margin: 1.5rem auto 0 auto;
  background: #f4f7fb;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0.5rem 1.2rem;
  border: 1px solid #dbe3ef;
}
.lesmer-dropdown[open] {
  background: #eaf0fa;
  border-color: #b6c6e3;
}
.lesmer-dropdown summary {
  outline: none;
  font-size: 1.08em;
  color: #2a3a5e;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5rem 0;
}
.lesmer-dropdown summary::-webkit-details-marker {
  display: none;
}
.apply-btn {
  display: inline-block;
  margin: 2rem auto 0 auto;
  padding: 1rem 2.2rem;
  background: linear-gradient(90deg, #2a3a5e 60%, #e1306c 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}
.apply-btn:hover, .apply-btn:focus {
  background: linear-gradient(90deg, #e1306c 60%, #2a3a5e 100%);
  transform: scale(1.04);
}
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  background: #f8f9fa;
  color: #222;
}
header {
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
   position: relative;
}
.logo {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 120px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}
.search-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #2a3a5e;
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: background 0.2s;
}
.search-btn:hover, .search-btn:focus {
  background: #e1306c;
  color: #fff;
}
.search-icon {
  display: flex;
  align-items: center;
}
.search-text {
  display: inline-block;
}
}
h1 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  color: #2a3a5e;
}
.intro {
  max-width: 600px;
  margin: 2rem auto;
  font-size: 1.2rem;
  text-align: center;
}
.apply-btn {
  display: inline-block;
  margin: 2rem auto 0 auto;
  padding: 1rem 2.2rem;
  background: linear-gradient(90deg, #2a3a5e 60%, #e1306c 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}
.apply-btn:hover, .apply-btn:focus {
  background: linear-gradient(90deg, #e1306c 60%, #2a3a5e 100%);
  transform: scale(1.04);
}
}
.testimonials {
  background: #eaf0fa;
  padding: 2rem 1rem;
  border-radius: 1rem;
  max-width: 700px;
  margin: 2rem auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials h2 {
  text-align: center;
  color: #2a3a5e;
  margin-bottom: 1.5rem;
}
.testimonial {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.user-img-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #2a3a5e;
  overflow: hidden;
   flex-shrink: 0;
   margin-right: 1rem;
}
.user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.bubble {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  font-size: 1.1rem;
  position: relative;
  min-width: 180px;
  max-width: 400px;
  margin-left: 0;
}
.bubble:after {
  content: '';
  position: absolute;
  left: -16px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #fff;
}
footer {
  background: #2a3a5e;
  color: #fff;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  margin-top: 3rem;
}
footer nav {
  margin-bottom: 1rem;
}
footer nav a {
  color: #fff;
  text-decoration: underline;
  margin: 0 0.5rem;
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 1rem;
}
.instagram-icon {
  vertical-align: middle;
  fill: #fff;
  transition: fill 0.2s;
}
.instagram-icon:hover {
  fill: #e1306c;
}
@media (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
  .intro, .testimonials {
    padding: 1rem;
    margin: 1rem auto;
  }
  .testimonial {
    flex-direction: column;
    align-items: flex-start;
  }
  .bubble {
    font-size: 1rem;
    padding: 0.8rem 1rem;
  }
}
