
/* ----------------------------------
   PAGES – Sørsia Fysioterapi
   Stil for: tjenester, om-oss, kontakt, seksjons-layout
-----------------------------------*/


/* ----------------------------------
   PAGE HERO – PREMIUM READY
-----------------------------------*/

.page-hero {
  padding: 2.2rem 0 2.8rem;
  text-align: center;

  /* Samme base-gradient som forsiden, men bedre depth */
  background: linear-gradient(
    135deg,
    rgba(219, 234, 254, 0.9) 0%,
    rgba(204, 251, 241, 0.95) 100%
  );

  position: relative;
  overflow: hidden;

  /* Premium separation */
  border-bottom: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 28px rgba(0,0,0,0.04);
}

/* Spotlight for premium depth */
.page-hero::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 360px;
  background: radial-gradient(
    ellipse at center,
    rgba(255,255,255,0.75) 0%,
    rgba(255,255,255,0.0) 70%
  );
  pointer-events: none;
}

/* Soft vignette to pull attention to center */
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at bottom,
    rgba(0,0,0,0.03) 0%,
    rgba(0,0,0,0) 60%
  );
  pointer-events: none;
}

/* Tittel */
.page-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 0.55rem;
  color: var(--text);
  position: relative;
  z-index: 2;
}
.page-hero > .container > *:first-child {
  margin-top: 0;
}
/* Undertekst */
.page-hero p {
  font-size: 1.2rem;
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.55;
  position: relative;
  z-index: 2;
}
.page-hero-usps {
  margin-top: 1.2rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.page-hero-usps .icon {
  width: 18px;
  height: 18px;
  stroke: var(--blue);
}

/* ----------------------------------
   SERVICE GRID (Tjenester)
-----------------------------------*/

.grid-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* SERVICE CARD — Top notch klinikkdesign */
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);

  /* Premium smoothness */
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;

  min-height: 300px;
  display: flex;
  flex-direction: column;
}
/* Teksten i tjenestekort */
.service-card p {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 0.9rem;
}

/* Den nederste delen, "details" */
.service-card .details {
  font-size: 0.95rem;
  color: var(--muted);
  opacity: 0.9;
  margin-top: -0.4rem;
}

/* Avstand mellom ikon -> tittel -> tekst */
.service-card .service-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}


/* HOVER – mer løft, subtil blå bakgrunn, premium feel */
.service-card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  background: rgba(37, 99, 235, 0.06); /* lys blå tint */
  border-color: rgba(37, 99, 235, 0.35); /* litt blå kant */
}

/* Tittel */
.service-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
   margin-top: 0.3rem;
}

/* Beskrivelse */
.service-card p {
  color: var(--muted);
  margin-bottom: 1.2rem;
  line-height: 1.55;
}

.service-icon .icon {
  width: 24px;
  height: 24px;
   color: #111;
  margin-bottom: 0.4rem;
  
}
.service-card .service-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 1rem;
    opacity: 0.75;
    margin-top: 4px; 
}
.service-header {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
}

.service-header .service-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  opacity: 0.85;
}


.more-services soft-bg,
.soft-bg.more-services {
  background: linear-gradient(
    to bottom right,
    rgba(37, 99, 235, 0.03),
    rgba(20, 184, 166, 0.03)
  );
  border-radius: 12px;
  padding: 3rem 2rem;
}
/* Ensartet styling for alle SVG-ikoner i tjenestekort */


.more-services .btn-primary {
  margin-top: 1.5rem;
  padding: 1rem 2.2rem;
  display: inline-block;
}

.btn-text {
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.btn-text:hover {
  color: #1a4fd9;
}
.service-bullets {
  margin: 1rem 0 2rem;
  padding-left: 1.4rem;
  line-height: 1.6;
  color: var(--muted);
}

.service-bullets li {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}
.service-section p + p {
  margin-top: 1.2rem;
}




/* ----------------------------------
   METHOD SECTION (Hvordan vi jobber)
-----------------------------------*/

.method-section {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.steps {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.step {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.8rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.step h4 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  color: var(--blue);
}

.step p {
  color: var(--muted);
}


/* ----------------------------------
   WHY CHOOSE US (Fordeler)
-----------------------------------*/

.benefits {
  background: var(--white);
}

.checklist {
  list-style: none;
  max-width: 650px;
  margin: 1.6rem auto 0;
  padding: 0;
}

.checklist li {
  padding-left: 1.6rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 700;
}


/* ----------------------------------
   CTA BLOCKS
-----------------------------------*/

.cta-section {
  text-align: center;
  padding: 4rem 0 2rem 0;
  background: linear-gradient(135deg, #dbeafe 0%, #ccfbf1 100%);
  border-top: 1px solid var(--border);
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

.cta-section p {
  color: var(--muted);
  margin-bottom: 1.6rem;
}


/* ----------------------------------
   OM OSS – INTRO
-----------------------------------*/

.about-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
}

.about-placeholder {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: #4b5563;
    font-size: 1.1rem;
}


/* ----------------------------------
   OM OSS – BEHANDLERE
-----------------------------------*/

.therapist-grid {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.therapist-card {
  background: var(--white);
  padding: 1.8rem;
  border-radius: 18px;
  border: 1px solid var(--border);
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  text-align: center;
}
.therapist-card:hover {
 box-shadow: 0 10px 28px rgba(0,0,0,0.09);
transform: translateY(-4px);
 border-color: rgba(37,99,235,0.12);
}

.therapist-card .role {
 font-size: .95rem;
  color: var(--blue);
  font-weight: 500;
  opacity: .9;
  margin-bottom: .9rem;
}

.therapist-card .bio {
  color: #4b5563;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 1.6rem;
  max-width: 88%;
  min-height: 95px; 
  margin-left: auto;
  margin-right: auto;
}
.therapists.section-padding {
    padding-top: 3.5rem;
}
.section-title {
    font-size: 2.4rem;
  margin-bottom: 2.6rem;
}


.closing-statement {
  text-align: center;
  padding: 3.5rem 0;
}

.closing-text {
  font-size: 1.3rem;
  color: var(--text);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.9;
}

/* ----------------------------------
   VALUES (om oss)
-----------------------------------*/

  .values-grid {
    display: grid;
    gap: 2.2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .value-item {
    background: var(--white);
    padding: 1.8rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
     transition: transform 0.2s ease, box-shadow 0.25s ease;
  }
  .value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}


  .value-item h4 {
    margin-top: 0;
    color: var(--blue);
  }
  .values-summary {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #4b5563; /* roligere enn ren svart */
  text-align: center;
}

/* ============================
   TERAPEUTKORT – BILDER
============================ */

.therapist-photo {
  width: 100%;
  height: 220px;
  background: var(--blue-light);
  border-radius: var(--radius);
  margin-bottom: 1.4rem;
  overflow: hidden; /* viktig! */
}

.therapist-photo img {
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
 height: 100%;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  transition: .25s ease;
  object-position: center 12%;
}
.therapist-card:hover .therapist-photo img {
  transform: scale(1.015);
}
.profile-img:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  transition: 0.25s ease;
}


/* ----------------------------------
   KONTAKT
-----------------------------------*/
/* Kontakt side */
.contact-wrapper {
  background: linear-gradient(to bottom, #eef3ff 0%, #f6f8fc 100%);
  padding: 80px 0;
}

.contact-card {
  max-width: 520px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  padding: 50px 60px;
  border-radius: 22px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
  text-align: center;
}

.contact-card h2 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  color: #1b2533;
  font-weight: 700;
}

.contact-item {
  margin-bottom: 32px;
}

.contact-item h4 {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 1.05rem;
}

.contact-item i {
  color: #3366ff;
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

.contact-item p {
  font-size: 1.05rem;
  color: #444;
}

.contact-card .btn-secondary {
  margin-top: 25px;
  padding: 14px 26px;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-card .btn-secondary i {
  font-size: 18px;
}

.contact-info h2 {
  margin-bottom: 1rem;
}

.info-line {
  margin-bottom: 1.4rem;
}

.info-line h4 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--blue);
}

.info-line p {
  margin: 0;
}


.phone-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.phone-link:hover {
  text-decoration: underline;
}



/* ----------------------------------
   FORSIDE
-----------------------------------*/


.front-services .service-card {
  text-align: left;
}

.front-features {
  background: var(--bg);
  border-top: 1px solid rgba(0,0,0,0.05); 
  border-bottom: 1px solid var(--border);
}


.features-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-item {
  background: var(--white);
  padding: 1.8rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
   box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.feature-item p {
  line-height: 1.6;
}
.feature-item .icon {
  width: 26px;
  height: 26px;
  color: var(--blue);
  margin-bottom: 0.6rem;
}


.feature-item h4 {
  margin: 0 0 0.6rem;
  color: var(--blue);
}

.about-front-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.front-about-text p {
  margin-bottom: 1rem;
  
}


/* ==================================
   ADKOMST & PARKERING
================================== */

/* ---------- GENERELLE KORT ---------- */
.info-card,
.map-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 2.4rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.card h3,
.info-card h3 {
  margin-bottom: 1.2rem;
}

.info-card h2 {
  margin-top: 0;
}

/* ---------- LAYOUT ---------- */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.parking-layout {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ---------- LISTER ---------- */
.parking-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.parking-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #374151;
}

/* ---------- PARKERINGSBILDER ---------- */
.parking-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 0.5rem;
}

.parking-figure {
  text-align: center;
}

.parking-photo {
  width: 100%;
  height: 335px;                /* bevisst størrelse */
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
  display: block;
}

.parking-photo:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.parking-figure figcaption {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #4b5563;
}

/* ---------- INNGANG ---------- */
.entrance-card {
  margin-top: 32px;
}

.entrance-card img {
  width: 100%;
  max-height: 260px;            /* BEVISST MINDRE */
  object-fit: cover;
  border-radius: 16px;
  margin-top: 16px;
}
.entrance-photo:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* ---------- KART ---------- */
.contact-map {
  display: block;
  height: 350px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.map-card {
  padding: 0;
  overflow: hidden;
}
.map-card{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.map-card iframe{
  display: block;
  width: 100%;
  height: 420px;          /* fast høyde = stabilt */
  border: 0;
  pointer-events: none;   /* gjør at overlay-link alltid får klikk */
}

.map-overlay{
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.08);
  padding: .65rem .9rem;
  border-radius: 12px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.map-overlay:hover{
  background: rgba(255,255,255,0.98);
}

.map-card iframe,
.map-link iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  pointer-events: none;
}

.map-link:hover {
  transform: scale(1.01);
}

/* ---------- TEKST / HJELP ---------- */
.section-muted {
  background: #f8fafc;
}

.section-intro {
  max-width: 640px;
  color: #4b5563;
  font-size: 1.05rem;
}

.map-link-text a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
}

.map-link-text a:hover {
  text-decoration: underline;
}

.muted-text {
  color: #666;
  font-size: 0.95rem;
}

/* ---------- SPACING ---------- */
.mt-md { margin-top: 24px; }
.mt-lg { margin-top: 32px; }




/* =========================================================
   PREMIUM PROFILSIDE – Sørsia Fysioterapi
   ========================================================= */

/* ---------- HERO-SEKSJON ---------- */

.profile-hero {
   padding: 40px 0 72px;
background: linear-gradient(135deg, #eef4ff 0%, #f7faff 60%, #ffffff 100%);
  border-bottom: 1px solid #e5e9f0;
}
.profile-hero h1 {
  font-size: 2.4rem;
  letter-spacing: -0.3px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 48px;
  padding: 20px 0;
}
/* PROFILBILDE – samme prinsipp som Om oss */
.profile-photo {
  width: 100%;
  max-width: 320px;
  height: 235px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.09);
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 3%;
}
.profile-photo img.heidi {
  object-position: center 4%;
}


.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  transition: 0.25s ease;
}


/* ---------- TEKST I HERO ---------- */

.profile-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #5a6a78;
  margin-bottom: 16px;
}

.profile-intro {
  font-size: 1.15rem;
  color: #2c3640;
  line-height: 1.7;
  max-width: 650px;
}


/* ---------- HOVEDINNHOLD ---------- */

.profile-content {
  padding: 2rem 0;
   padding-top: 4rem;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
}

.profile-content h2 {
 font-size: 1.6rem;
  margin-top: 3.5rem;
  margin-bottom: 1.2rem;
}
.profile-content h2:first-of-type {
  margin-top: 0;
}

.profile-content p {
  font-size: 1.1rem;
  line-height: 1.78;
  color: #2f3b46;
  margin-bottom: 20px;
   max-width: 820px;
}

.profile-content ul {
  margin: 15px 0 25px;
  padding-left: 22px;
}

.profile-content ul li {
  font-size: 1.06rem;
  margin-bottom: 10px;
  color: #3a4651;
  line-height: 1.65;
}


/* ---------- CTA-KNAPP ---------- */
/* GLOBAL CTA-BUTTON ------------------------------------------------- */

.btn-primary {
  background: var(--blue);
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  transition: 0.25s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: #1a4fd9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 80, 255, 0.25);
}

.profile-content .btn-primary {
  margin-top: 2rem;
  padding: 15px 32px;
  border-radius: 10px;
  font-size: 1.1rem;
  display: inline-block;
  transition: 0.25s ease;
}

.profile-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 112, 255, 0.25);
}

.profile-content,
.profile-hero {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s ease forwards;
}
.back-link {
  display: inline-block;
  margin-bottom: 22px;
  margin-top: 12px; 
  font-size: 0.9rem;
   font-weight: 500;
  color: #3a6df0;
  opacity: 0.85;
  text-decoration: none;
  transition: 0.2s ease;
}

.back-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.checkpoints {
  list-style: none;
  padding-left: 0;
  margin-top: 1.2rem;
}

.checkpoints li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.9rem;
  font-size: 1.05rem;
  color: #374151;
}

.checkpoints li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  background: #fff;
}
.cv-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.2rem;
}

.cv-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  color: #374151;
}

.cv-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #1e40af; /* mørk blå */
  border-radius: 50%;
  opacity: 0.7;
}


@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* =========================================================
   MOBIL – PAGES.CSS (Tjenester, Om oss, Kontakt, Profiler)
   ========================================================= */

@media (max-width: 768px) {

  /* Bilder i seksjoner (mobil) */
.hero-image,
.about-image,
.front-about-image {
  width: 100%;
  min-height: 220px;
  max-height: 320px;
  overflow: hidden;
  border-radius: 1rem;
}

.hero-image img,
.about-image img,
.front-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

  /* ----------------------------------
     PAGE HERO
  ----------------------------------- */
  .page-hero {
    padding: 2.8rem 0 2.2rem;
  }

  .page-hero h1 {
    font-size: 2.1rem;
    letter-spacing: -0.3px;
  }

  .page-hero p {
    font-size: 1.05rem;
    padding: 0 1rem;
  }

  .page-hero-usps {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.4rem;
  }

  /* ----------------------------------
     GRID – GLOBAL
  ----------------------------------- */
  .grid-2,
  .grid-3,
  .about-grid,
  .therapist-grid,
  .features-grid,
  .values-grid,
  .parking-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* ----------------------------------
     SERVICE CARDS
  ----------------------------------- */
  .service-card {
    padding: 1.6rem;
    min-height: auto;
  }

  .service-card h3 {
    font-size: 1.15rem;
  }

  /* ----------------------------------
     METHOD STEPS
  ----------------------------------- */
  .steps {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .step {
    padding: 1.5rem;
  }

  /* ----------------------------------
     TERAPEUTKORT (oversikt)
  ----------------------------------- */
  .therapist-card {
    text-align: left;
    padding: 1.6rem;
  }

  .therapist-card .bio {
    max-width: 100%;
    min-height: auto;
  }

  .therapist-photo {
    height: 200px;
  }

  /* ----------------------------------
     PROFILSIDER – KRITISK FIX
     (Bengt / Heidi / Marthe)
  ----------------------------------- */
  .profile-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    text-align: center;
  }

  .profile-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .profile-intro {
    max-width: 100%;
  }

  .profile-content {
    padding: 3rem 1rem;
  }

  .profile-content h2 {
    text-align: left;
  }

  /* ----------------------------------
     CTA
  ----------------------------------- */
  .cta-section {
    padding: 3rem 0 2.5rem;
  }

  .cta-section h2 {
    font-size: 1.6rem;
  }

  /* ----------------------------------
     OM OSS – INTRO
  ----------------------------------- */
  .about-grid {
    gap: 2.5rem;
  }

  /* ----------------------------------
     KONTAKT
  ----------------------------------- */
  .contact-wrapper {
    padding: 60px 0;
  }

  .contact-card {
    padding: 2.5rem 1.8rem;
    border-radius: 18px;
  }

  .contact-card h2 {
    font-size: 1.6rem;
  }

  /* =====================================================
     ADKOMST & PARKERING – MOBIL (REKKEFØLGE)
     ===================================================== */

  .stack {
    display: contents;
  }

  .parking-info {
    order: 1;
  }

  .parking-images {
    order: 2;
     padding-left: 0;
    padding-right: 0;
  }

  .entrance-card {
    order: 3;
  }

  .parking-photo {
     width: 100%;
  max-width: none;
  display: block;
  height: auto;
  }

  .map-card iframe {
    height: 320px;
  }

  .map-overlay {
    left: 12px;
    bottom: 12px;
  }
}
