@charset "UTF-8";
/* CSS Document */

/* =========================================================
   Klassetur – steg for steg
   ========================================================= */

.stepPage {
  background: #fff;
  color: #102a43;
}

.stepPage *,
.stepPage *::before,
.stepPage *::after {
  box-sizing: border-box;
}


/* ---------------------------------------------------------
   Felles
   --------------------------------------------------------- */

.stepEyebrow {
  margin: 0 0 10px;
  color: #657b68;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stepEyebrow--light {
  color: #c9d8bc;
}

.sectionIntro {
  max-width: 690px;
  margin: 0 auto 28px;
  text-align: center;
}

.sectionIntro--left {
  max-width: 620px;
  margin: 0 0 32px;
  text-align: left;
}

.sectionIntro h2 {
  margin: 0 0 12px;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.08;
}

.sectionIntro p:last-child {
  margin: 0;
  color: #52606d;
  font-size: 1.05rem;
  line-height: 1.7;
}


/* ---------------------------------------------------------
   Knapper
   --------------------------------------------------------- */

.stepBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.stepBtn:hover {
  transform: translateY(-2px);
}

.stepBtn--primary {
  background: #102a43;
  color: #fff;
}

.stepBtn--primary:hover {
  background: #173d5f;
}

.stepBtn--secondary {
  border-color: #102a43;
  background: transparent;
  color: #102a43;
}

.stepBtn--secondary:hover {
  background: #f4f7f3;
}

.stepBtn--light {
  background: #dce5c8;
  color: #102a43;
}

.stepBtn--light:hover {
  background: #e9efd9;
}


/* ---------------------------------------------------------
   Brødsmulesti
   --------------------------------------------------------- */

.stepBreadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #718096;
  font-size: 0.84rem;
}

.stepBreadcrumb a {
  color: inherit;
  text-decoration: none;
}

.stepBreadcrumb a:hover {
  color: #102a43;
}


/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */

.stepHero {
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #f8f8f5 0%,
      #f8f8f5 49%,
      #eef3f2 49%,
      #eef3f2 100%
    );
}

.stepHero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 340px;
}

.stepHero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 56px 8px 0;
}

.stepHero h1 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #102a43;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.stepHero__lead {
  max-width: 590px;
  margin: 0;
  color: #354a5f;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.stepHero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.stepHero__trust {
  margin: 18px 0 0;
  color: #52606d;
  font-size: 0.92rem;
  font-weight: 600;
}

.stepHero__trust::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border: 1px solid #728b75;
  border-radius: 50%;
  color: #55725b;
}

.stepHero__visual {
  position: relative;
  min-height: 340px;
}

.stepHero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(248, 248, 245, 0.85) 0%,
      rgba(248, 248, 245, 0.12) 22%,
      rgba(248, 248, 245, 0) 38%
    ),
    url("../images-nyside/hero/klassetur-steg-for-steg-1600-1000.webp")
      center center / cover no-repeat;
}

.stepHero__quote {
  position: absolute;
  right: 24px;
  bottom: 28px;
  width: min(330px, calc(100% - 48px));
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(16, 42, 67, 0.16);
  backdrop-filter: blur(8px);
}

.stepHero__stars {
  margin-bottom: 10px;
  color: #6d8b67;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.stepHero__quote p {
  margin: 0 0 12px;
  color: #102a43;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.stepHero__quote small {
  color: #65717e;
}


/* ---------------------------------------------------------
   Steg for steg – kompakt og klikkbar
   --------------------------------------------------------- */

.journeySection {
  padding: 42px 0 58px;
  background: #fff;
}

.journeyTabs {
  max-width: 1120px;
  margin: 0 auto;
}

.journeyTabs__nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-bottom: 34px;
}

.journeyTabs__nav::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: #bbc7bc;
}

.journeyTab {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #64717d;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.journeyTab__number {
  margin-bottom: 9px;
  color: #718276;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.journeyTab__dot {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 13px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #aab8ab;
  box-shadow: 0 0 0 1px #aab8ab;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.journeyTab__label {
  max-width: 120px;
  color: #435363;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.journeyTab:hover .journeyTab__dot {
  transform: scale(1.08);
  background: #718a73;
  box-shadow: 0 0 0 1px #718a73;
}

.journeyTab.is-active .journeyTab__dot {
  background: #102a43;
  box-shadow: 0 0 0 1px #102a43;
}

.journeyTab.is-active .journeyTab__number,
.journeyTab.is-active .journeyTab__label {
  color: #102a43;
}

.journeyPanels {
  max-width: 920px;
  margin: 0 auto;
}

.journeyPanel {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  min-height: 165px;
  padding: 30px 34px;
  border: 1px solid #e0e6e1;
  border-radius: 12px;
  background: #f7f8f5;
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.05);
}

.journeyPanel[hidden] {
  display: none;
}

.journeyPanel__number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #102a43;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.journeyPanel h3 {
  margin: 2px 0 8px;
  color: #102a43;
  font-size: 1.35rem;
}

.journeyPanel p {
  max-width: 720px;
  margin: 0;
  color: #53616d;
  font-size: 0.98rem;
  line-height: 1.65;
}

.journeyPanel a {
  display: inline-flex;
  gap: 8px;
  margin-top: 15px;
  color: #102a43;
  font-weight: 700;
  text-decoration: none;
}

.journeyPanel a:hover {
  text-decoration: underline;
}


/* =========================================================
   Praktisk veileder
   ========================================================= */

.guideSection {
  padding: 72px 0 82px;
  background: #f5f3ee;
}

.guideHeading {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.guideHeading h2 {
  margin: 0 0 12px;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.guideHeading > p:last-child {
  margin: 0;
  color: #53616d;
  font-size: 1.03rem;
  line-height: 1.65;
}

.guidePdfLink {
  display: inline-flex;
  align-items: center;
  gap: 18px;

  margin-top: 18px;
  padding: 12px 16px;

  border: 1px solid #dce3dc;
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.6);

  color: #102a43;
  text-decoration: none;
}

.guidePdfLink strong,
.guidePdfLink small {
  display: block;
}

.guidePdfLink strong {
  font-size: 0.88rem;
}

.guidePdfLink small {
  margin-top: 2px;
  color: #71808b;
  font-size: 0.76rem;
}

.guidePdfLink:hover {
  background: #fff;
}

/* Faser */

.guidePhase {
  max-width: 1120px;
  margin: 0 auto;
}

.guidePhase--next {
  margin-top: 76px;
  padding-top: 68px;
  border-top: 1px solid rgba(16, 42, 67, 0.10);
}

.guidePhase__header {
  display: block;
  max-width: 720px;
  margin-bottom: 30px;
}

.guidePhase__header h3 {
  margin: 0 0 8px;
  color: #102a43;
  font-size: 1.8rem;
  line-height: 1.15;
}

.guidePhase__header div > p:last-child {
  margin: 0;
  color: #596875;
  line-height: 1.6;
}


/* Hovedområde */

.guideDetail {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(16, 42, 67, 0.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 42, 67, 0.06);
}

.guideDetail__nav {
  background: #edf0e9;
  border-right: 1px solid #dce2db;
}

.guideTopic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid #dce2db;
  background: transparent;
  color: #102a43;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.guideTopic:last-child {
  border-bottom: 0;
}

.guideTopic:hover {
  background: rgba(255, 255, 255, 0.55);
}

.guideTopic.is-active {
  background: #fff;
}

.guideTopic__text {
  display: block;
}

.guideTopic__text strong {
  display: block;
  margin-bottom: 3px;
  color: #102a43;
  font-size: 0.94rem;
  line-height: 1.25;
}

.guideTopic__text small {
  display: block;
  color: #71808b;
  font-size: 0.78rem;
  line-height: 1.35;
}

.guideTopic__arrow {
  color: #87958a;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.guideTopic.is-active .guideTopic__arrow {
  color: #102a43;
  transform: translateX(3px);
}

.guideDetail__content {
  min-height: 470px;
  padding: 42px 46px;
}

.guidePanel[hidden] {
  display: none;
}

.guidePanel__step {
  margin: 0 0 9px !important;
  color: #718276 !important;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.guidePanel h4 {
  max-width: 620px;
  margin: 0 0 15px;
  color: #102a43;
  font-size: 1.55rem;
  line-height: 1.2;
}

.guidePanel > p {
  max-width: 660px;
  margin: 0 0 20px;
  color: #53616d;
  line-height: 1.65;
}


/* Felles visuelle kort */

.guideIncluded,
.guideOrganizing,
.guideSchoolRules,
.guideEconomy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 660px;
  margin: 24px 0;
}

.guideIncluded > div,
.guideOrganizing > div,
.guideSchoolRules > div,
.guideEconomy > div {
  border: 1px solid #dce3dc;
  border-radius: 9px;
  background: #f7f8f5;
}

.guideIncluded > div,
.guideOrganizing > div {
  padding: 17px;
}

.guideSchoolRules > div,
.guideEconomy > div {
  padding: 18px;
}

.guideIncluded__icon,
.guideOrganizing__icon {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.guideIncluded strong,
.guideIncluded small,
.guideOrganizing strong {
  display: block;
}

.guideIncluded strong,
.guideOrganizing strong {
  margin-bottom: 6px;
  color: #102a43;
  font-size: 0.9rem;
}

.guideIncluded small {
  color: #6b7984;
  font-size: 0.78rem;
  line-height: 1.4;
}

.guideOrganizing p {
  margin: 0;
  color: #667581;
  font-size: 0.82rem;
  line-height: 1.45;
}


/* Kom i gang */

.guideStartSteps {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 10px;
  align-items: center;
  max-width: 660px;
  margin: 26px 0;
}

.guideStartStep {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 135px;
  padding: 18px;
  border: 1px solid #dce3dc;
  border-radius: 9px;
  background: #f7f8f5;
}

.guideStartStep__number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #dce5cf;
  color: #34513b;
  font-size: 0.8rem;
  font-weight: 800;
}

.guideStartStep strong {
  display: block;
  margin: 3px 0 6px;
  color: #102a43;
  font-size: 0.9rem;
}

.guideStartStep p {
  margin: 0;
  color: #667581;
  font-size: 0.82rem;
  line-height: 1.5;
}

.guideStartSteps__arrow {
  color: #87958a;
  font-size: 1.25rem;
  text-align: center;
}


/* Skolens rolle */

.guideSchoolRules > div > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #dce5cf;
  color: #34513b;
  font-size: 0.75rem;
  font-weight: 900;
}

.guideSchoolRules strong {
  display: block;
  margin-bottom: 6px;
  color: #102a43;
  font-size: 0.88rem;
}

.guideSchoolRules p {
  margin: 0;
  color: #667581;
  font-size: 0.81rem;
  line-height: 1.45;
}


/* Lærerfriplass og faglig forberedelse */

.guideTeacher,
.guideLearning {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  max-width: 660px;
  padding: 22px;
  border-left: 3px solid #81967c;
  background: #f1f4ed;
}

.guideTeacher {
  margin-top: 26px;
}

.guideLearning {
  margin-top: 28px;
}

.guideTeacher__icon,
.guideLearning__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #dce5cf;
  font-size: 1.15rem;
}

.guideTeacher__eyebrow,
.guideLearning__eyebrow {
  margin: 0 0 4px;
  color: #718276;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.guideTeacher__eyebrow {
  margin: 0 0 4px !important;
  color: #718276 !important;
  font-size: 0.72rem !important;
}

.guideTeacher h5,
.guideLearning h5 {
  margin: 0 0 8px;
  color: #102a43;
  font-size: 1.05rem;
}

.guideTeacher p,
.guideLearning p {
  color: #596975;
  font-size: 0.9rem;
  line-height: 1.55;
}

.guideTeacher p {
  margin: 0 0 7px;
}

.guideLearning p {
  margin: 0;
}

.guideTeacher small {
  display: block;
  color: #71808b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.guideLearning__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}

.guideLearning__links a {
  color: #102a43;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.guideLearning__links a:hover {
  text-decoration: underline;
}


/* Sjekkliste */

.guideChecklist {
  display: grid;
  gap: 10px;
  max-width: 660px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.guideChecklist li {
  position: relative;
  padding-left: 28px;
  color: #465866;
  line-height: 1.5;
}

.guideChecklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #dce5cf;
  color: #34513b;
  font-size: 0.7rem;
  font-weight: 900;
}


/* Tips og merknader */

.guideTip,
.guideNotice {
  max-width: 660px;
  margin-top: 25px;
  padding: 20px 22px;
  border-left: 3px solid #8da081;
  background: #f5f7f1;
}

.guideTip strong,
.guideNotice strong {
  display: block;
  margin-bottom: 6px;
  color: #102a43;
  font-size: 0.94rem;
}

.guideTip p,
.guideNotice p {
  margin: 0;
  color: #53616d;
  font-size: 0.92rem;
  line-height: 1.6;
}

.guideNotice {
  border-left-color: #102a43;
  background: #f3f6f7;
}


/* Frister */

.guideDeadlines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 14px;
  margin: 24px 0;
}

.guideDeadlines > div {
  padding: 20px;
  border: 1px solid #dce3dc;
  border-radius: 9px;
  background: #f7f8f5;
}

.guideDeadlines strong {
  display: block;
  color: #102a43;
  font-size: 1.55rem;
  line-height: 1;
}

.guideDeadlines span {
  display: block;
  margin: 4px 0 11px;
  color: #718276;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.guideDeadlines p {
  margin: 0;
  color: #53616d;
  font-size: 0.88rem;
  line-height: 1.45;
}


/* Ressurser og skjemaer */

.guideResources {
  max-width: 660px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e0e5e1;
}

.guideResources__title {
  margin: 0 0 12px;
  color: #718276;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guideResources__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.guideResources__grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.guideResource {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dce3dc;
  border-radius: 8px;
  background: #f7f8f5;
  color: #102a43;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.guideResource:hover {
  border-color: #aab9aa;
  background: #f1f4ed;
}

.guideResource__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dce5cf;
  color: #34513b;
  font-size: 0.9rem;
}

.guideResource strong,
.guideResource small {
  display: block;
}

.guideResource strong {
  margin-bottom: 2px;
  font-size: 0.88rem;
}

.guideResource small {
  color: #71808b;
  font-size: 0.76rem;
  line-height: 1.35;
}


/* Økonomi */

.guideEconomy {
  margin: 25px 0;
}

.guideEconomy span {
  display: block;
  margin-bottom: 12px;
  color: #7a8c7d;
  font-size: 0.72rem;
  font-weight: 800;
}

.guideEconomy strong {
  display: block;
  margin-bottom: 6px;
  color: #102a43;
}

.guideEconomy p {
  margin: 0;
  color: #61717d;
  font-size: 0.82rem;
  line-height: 1.45;
}

.guideDeepLink {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  max-width: 660px;
  margin-top: 22px;
  padding: 17px 19px;
  border-left: 3px solid #102a43;
  background: #f1f4f5;
  color: #102a43;
  text-decoration: none;
}

.guideDeepLink strong,
.guideDeepLink small {
  display: block;
}

.guideDeepLink strong {
  margin-bottom: 3px;
}

.guideDeepLink small {
  color: #667581;
  font-size: 0.8rem;
  line-height: 1.4;
}

.guideDeepLink > span:last-child {
  font-size: 1.2rem;
}

.guideDeepLink:hover strong {
  text-decoration: underline;
}


/* Underveis – nødkontakt */

.guideEmergency {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin: 24px 0;
}

.guideEmergency > div {
  padding: 20px;
  border: 1px solid #dce3dc;
  border-radius: 9px;
  background: #f7f8f5;
}

.guideEmergency__label {
  display: block;
  margin-bottom: 7px;
  color: #718276;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.guideEmergency strong {
  display: block;
  color: #102a43;
  font-size: 1.15rem;
}


/* Underveis – oppgaver */

.guideTasks {
  max-width: 660px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e0e5e1;
}

.guideTasks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.guideTasks__grid > div {
  padding: 14px;
  border: 1px solid #dce3dc;
  border-radius: 8px;
  background: #f7f8f5;
}

.guideTasks strong,
.guideTasks small {
  display: block;
}

.guideTasks strong {
  margin-bottom: 4px;
  color: #102a43;
  font-size: 0.86rem;
}

.guideTasks small {
  color: #71808b;
  font-size: 0.76rem;
  line-height: 1.4;
}


/* Etter reisen */

.guideAfter {
  max-width: 1120px;
  padding: 42px;
  border: 1px solid rgba(16, 42, 67, 0.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 42, 67, 0.05);
}

.guideAfter__intro {
  max-width: 680px;
  margin-bottom: 30px;
}

.guideAfter__intro h4 {
  margin: 0 0 12px;
  color: #102a43;
  font-size: 1.55rem;
  line-height: 1.2;
}

.guideAfter__intro > p:last-child {
  margin: 0;
  color: #53616d;
  line-height: 1.65;
}

.guideAfter__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.guideAfter__grid article {
  padding: 22px;
  border: 1px solid #dce3dc;
  border-radius: 9px;
  background: #f7f8f5;
}

.guideAfter__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #dce5cf;
  color: #34513b;
  font-size: 0.95rem;
  font-weight: 800;
}

.guideAfter__grid h5 {
  margin: 0 0 8px;
  color: #102a43;
  font-size: 1rem;
}

.guideAfter__grid p {
  margin: 0;
  color: #667581;
  font-size: 0.88rem;
  line-height: 1.55;
}

.guideAfter__closing {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #e0e5e1;
}

.guideAfter__closing > div {
  max-width: 650px;
}

.guideAfter__eyebrow {
  margin: 0 0 4px;
  color: #718276;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.guideAfter__closing h5 {
  margin: 0 0 7px;
  color: #102a43;
  font-size: 1.05rem;
}

.guideAfter__closing p {
  margin: 0;
  color: #596975;
  font-size: 0.9rem;
  line-height: 1.55;
}


/* ---------------------------------------------------------
   Foreldre og FAU
   --------------------------------------------------------- */

.parentSection {
  padding: 76px 0;
  background: #f6f3ed;
}

.parentSection__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: stretch;
}

.parentCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.parentCard {
  display: flex;
  gap: 16px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.parentCard__icon {
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #8ea08c;
  border-radius: 50%;
  color: #102a43;
  font-size: 0.9rem;
  font-weight: 800;
}

.parentCard h3 {
  margin: 2px 0 7px;
  color: #102a43;
  font-size: 1rem;
}

.parentCard p {
  margin: 0;
  color: #5b6874;
  font-size: 0.92rem;
  line-height: 1.55;
}

.parentCta {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 14px;
  background: #102a43;
  color: #fff;
}

.parentCta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
}

.parentCta > p:not(.stepEyebrow) {
  margin: 0 0 26px;
  color: #e4ebf1;
  line-height: 1.65;
}

.parentCta .stepBtn {
  align-self: flex-start;
}

.parentCta__contact {
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding-top: 28px;
}

.parentCta__contact a {
  color: #fff;
  font-size: 0.92rem;
  text-decoration: none;
}

.parentCta__contact a:hover {
  text-decoration: underline;
}


/* =========================================================
   Responsivt
   ========================================================= */

@media (max-width: 760px) {

  .journeySection {
    padding: 52px 0 56px;
  }

  .journeyTabs__nav {
    display: block;
    margin-bottom: 18px;
  }

  .journeyTabs__nav::before {
    display: none;
  }

  .journeyTab {
    display: grid;
    grid-template-columns: 42px 1fr 26px;
    align-items: center;
    width: 100%;
    padding: 16px 4px;
    border-bottom: 1px solid #e0e6e1;
    text-align: left;
  }

  .journeyTab__number {
    margin: 0;
    font-size: 0.8rem;
  }

  .journeyTab__dot {
    display: none;
  }

  .journeyTab__label {
    max-width: none;
    font-size: 1rem;
  }

  .journeyTab::after {
    content: "+";
    color: #7a897d;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }

  .journeyTab.is-active::after {
    content: "−";
    color: #102a43;
  }

  .journeyPanels {
    margin-top: 18px;
  }

  .journeyPanel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px;
    border-radius: 10px;
  }

  .journeyPanel__number {
    width: 42px;
    height: 42px;
  }

  .guideSection {
    padding: 54px 0 60px;
  }

  .guideHeading {
    margin-bottom: 34px;
    text-align: left;
  }

  .guidePhase--next {
    margin-top: 38px;
    padding-top: 34px;
  }

  .guidePhase__header h3 {
    font-size: 1.55rem;
  }

  .guideDetail {
    display: block;
  }

  .guideDetail__nav {
    border-right: 0;
    border-bottom: 1px solid #dce2db;
  }

  .guideTopic {
    min-height: 66px;
  }

  .guideTopic__text small {
    display: none;
  }

  .guideTopic__arrow {
    transform: rotate(90deg);
  }

  .guideTopic.is-active .guideTopic__arrow {
    transform: rotate(90deg) translateX(3px);
  }

  .guideDetail__content {
    min-height: 0;
    padding: 28px 22px 32px;
  }

  .guidePanel h4 {
    font-size: 1.35rem;
  }

  .guideIncluded {
    grid-template-columns: repeat(2, 1fr);
  }

  .guideResources__grid--three {
    grid-template-columns: 1fr;
  }

  .guideAfter {
    padding: 28px 22px;
  }

  .guideAfter__grid {
    grid-template-columns: 1fr;
  }

  .guideAfter__closing {
    display: grid;
  }

  .guideAfter__closing .stepBtn {
    width: auto;
    justify-self: start;
  }
}


@media (max-width: 680px) {

  .stepHero {
    background: #f8f8f5;
  }

  .stepHero__grid {
    grid-template-columns: 1fr;
  }

  .stepHero__content {
    padding: 42px 0 34px;
  }

  .stepBreadcrumb {
    margin-bottom: 24px;
  }

  .stepHero h1 {
    font-size: clamp(2.5rem, 12vw, 3.3rem);
  }

  .stepHero__actions {
    display: grid;
  }

  .stepBtn {
    width: 100%;
  }

  .stepHero__visual {
    min-height: 340px;
  }

  .stepHero__quote {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
  }

  .sectionIntro {
    margin-bottom: 32px;
    text-align: left;
  }

  .parentSection {
    padding: 58px 0;
  }

  .parentSection__grid {
    grid-template-columns: 1fr;
  }

  .parentCards {
    grid-template-columns: 1fr;
  }

  .parentCard {
    min-height: 0;
  }

  .parentCta {
    min-height: 320px;
    padding: 28px;
  }
}


@media (max-width: 600px) {

  .guideStartSteps,
  .guideOrganizing,
  .guideSchoolRules,
  .guideResources__grid,
  .guideEconomy,
  .guideEmergency,
  .guideTasks__grid {
    grid-template-columns: 1fr;
  }

  .guideStartSteps__arrow {
    transform: rotate(90deg);
  }

  .guideTeacher,
  .guideLearning {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 460px) {

  .guideIncluded,
  .guideDeadlines {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   Utvidbar detaljinformasjon
   Gjenbrukes i hele veilederen
   ========================================================= */

.guideMore {
  max-width: 660px;
  margin-top: 18px;

  border: 1px solid #dce3dc;
  border-radius: 9px;

  background: #fff;
}

.guideMore summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  padding: 17px 19px;

  color: #102a43;
  font-size: 0.9rem;
  font-weight: 700;

  cursor: pointer;
  list-style: none;
}

.guideMore summary::-webkit-details-marker {
  display: none;
}

.guideMore__icon {
  flex: 0 0 30px;

  display: grid;
  place-items: center;

  width: 30px;
  height: 30px;

  border-radius: 50%;

  background: #dce5cf;
  color: #34513b;

  font-size: 1.05rem;
  line-height: 1;

  transition: transform 0.2s ease;
}

.guideMore[open] .guideMore__icon {
  transform: rotate(45deg);
}

.guideMore__content {
  padding: 0 19px 20px;

  border-top: 1px solid #e0e5e1;
}

.guideMore__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;

  padding-top: 22px;
}

.guideMore__grid h5 {
  margin: 0 0 8px;

  color: #102a43;
  font-size: 0.9rem;
}

.guideMore__grid ul {
  margin: 0;
  padding-left: 18px;

  color: #596975;
  font-size: 0.84rem;
  line-height: 1.55;
}

.guideMore__grid li + li {
  margin-top: 5px;
}

.guideMore__note {
  margin: 22px 0 0;
  padding-top: 18px;

  border-top: 1px solid #e0e5e1;

  color: #667581;
  font-size: 0.84rem;
  line-height: 1.55;
}

.guideMore__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 14px;

  color: #102a43;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.guideMore__link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {

  .guideMore__grid {
    grid-template-columns: 1fr;
  }

}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
