/* Start custom CSS *//* MEZE – GRUPPEMENY FOR SELSKAP I STAVANGER (CSS) */

.ms-stavanger-groups{
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 18px;
  color: #1f1f1f;
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

.ms-hero{
  border-radius: 22px;
  padding: 56px 28px;
  border: 1px solid rgba(196,154,108,.40);
  background: linear-gradient(180deg, rgba(196,154,108,.18), rgba(196,154,108,.06));
  box-shadow: 0 22px 58px rgba(0,0,0,.06);
  margin-bottom: 44px;
}

.ms-hero__inner{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ms-eyebrow{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
  margin: 0 0 10px;
}

.ms-title{
  font-size: 44px;
  line-height: 1.08;
  margin: 0 0 12px;
  letter-spacing: .01em;
}

.ms-lead{
  margin: 0 auto 18px;
  max-width: 820px;
  font-size: 16.5px;
  line-height: 1.85;
  opacity: .92;
}

.ms-cta{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 18px;
}

.ms-cta--center{ margin-top: 18px; }

.ms-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.ms-btn--primary{
  background: #c49a6c;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}
.ms-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

.ms-btn--ghost{
  background: rgba(255,255,255,.86);
  color: #1f1f1f !important;
  border-color: rgba(196,154,108,.55);
}
.ms-btn--ghost:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0,0,0,.10);
}

.ms-highlights{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.ms-hi{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 13px 12px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
  text-align: left;
}

.ms-hi__t{
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

.ms-hi__d{
  font-size: 13px;
  opacity: .82;
  line-height: 1.4;
}

.ms-section{ margin: 0 0 44px; }
.ms-section--tight{ margin-bottom: 28px; }
.ms-section--soft{
  border-radius: 22px;
  padding: 24px 0;
  background: rgba(245,241,234,.55);
  border: 1px solid rgba(0,0,0,.05);
}

.ms-wrap{ max-width: 1120px; margin: 0 auto; }
.ms-head{ text-align: center; max-width: 860px; margin: 0 auto 28px; }

.ms-h2{
  font-size: 26px;
  margin: 0 0 10px;
  letter-spacing: .01em;
}

.ms-sub{
  margin: 0;
  opacity: .84;
  font-size: 15px;
  line-height: 1.7;
}

.ms-grid2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ms-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.ms-card--accent{
  background: #fffaf5;
  border: 1px solid rgba(196,154,108,.55);
}

.ms-card--plain{
  background: rgba(255,255,255,.92);
}

.ms-p{
  margin: 0 0 14px;
  line-height: 1.75;
  opacity: .92;
}

.ms-list{
  margin: 0;
  padding-left: 18px;
  line-height: 1.75;
  opacity: .92;
}

.ms-list li{ margin: 8px 0; }

.ms-list--compact li{ margin: 6px 0; }

.ms-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.ms-tag{
  border: 1px solid rgba(196,154,108,.55);
  background: rgba(255,255,255,.75);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  opacity: .92;
}

.ms-note{
  margin-top: 16px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(196,154,108,.10);
  padding: 12px 14px;
}

.ms-note__t{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  opacity: .70;
  margin-bottom: 6px;
}

.ms-note__d{
  font-size: 14px;
  line-height: 1.6;
  opacity: .88;
}

.ms-steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ms-step{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.05);
}

.ms-step__n{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid rgba(196,154,108,.55);
  background: rgba(196,154,108,.10);
  margin-bottom: 10px;
}

.ms-step__t{
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 6px;
}

.ms-step__d{
  font-size: 14px;
  line-height: 1.65;
  opacity: .86;
}

.ms-divider{
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 22px 0;
}

.ms-miniCta{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.ms-link{
  text-decoration: none !important;
  font-weight: 900;
  color: #1f1f1f;
  border-bottom: 1px solid rgba(196,154,108,.55);
  width: fit-content;
  padding-bottom: 3px;
  opacity: .92;
}

.ms-link:hover{ opacity: 1; }

.ms-faq{
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.ms-faq__item{ border-top: 1px solid rgba(0,0,0,.06); }
.ms-faq__item:first-child{ border-top: none; }

.ms-faq__q{
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 18px;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
}

.ms-faq__q:after{
  content: "＋";
  float: right;
  opacity: .65;
}

.ms-faq__item.is-open .ms-faq__q:after{ content: "－"; }

.ms-faq__a{
  padding: 0 18px;
  overflow: hidden;
  transition: max-height .25s ease;
}

.ms-faq__a p{
  margin: 0 0 16px;
  opacity: .88;
  font-size: 14.5px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 980px){
  .ms-highlights{ grid-template-columns: 1fr 1fr; }
  .ms-grid2{ grid-template-columns: 1fr; }
  .ms-steps{ grid-template-columns: 1fr; }
  .ms-title{ font-size: 36px; }
  .ms-hero{ padding: 46px 20px; }
}

@media (max-width: 600px){
  .ms-highlights{ grid-template-columns: 1fr; }
  .ms-title{ font-size: 32px; }
}/* End custom CSS */