/* /styles/page.css
   =========================================================
   Varmehjælp – samlet side-layout

   Struktur:
   1) Grundlayout
   2) Hero / intro
   3) Forside
   4) Om-side
   5) Kontakt
   6) Services
   7) Mobilvenlig forside
   8) Responsive overrides
   ========================================================= */


:root{
  --brand-grey-1:#5f6469;
  --brand-grey-2:#555a5f;
}


/* =========================================================
   1) MAIN CARD
   ========================================================= */

.card{
  width:min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin:18px auto 0;
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  padding-bottom:0;
}


/* =========================================================
   2) GENEREL INTRO / HERO
   ========================================================= */

.intro-split{
  position:relative;
  overflow:hidden;
}

/* Skrå, halvtransparent overgang */
.intro-split::before{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-100px;
  height:100px;
  background:rgba(255,255,255,.35);
  transform:skewY(-4deg);
  transform-origin:left bottom;
  pointer-events:none;
  z-index:20;
}

/* Hvid afslutning ned mod næste sektion */
.intro-split::after{
  content:"";
  position:absolute;
  left:-2px;
  right:-2px;
  bottom:-2px;
  height:78px;
  background:var(--surface);
  clip-path:polygon(0 100%, 100% 40%, 100% 100%, 0 100%);
  pointer-events:none;
  z-index:21;
}


/* =========================================================
   3) FORSIDE – NY HERO
   ========================================================= */

.intro-split--front{
  position:relative;
  display:block;
  min-height:380px;
  height:auto;
  overflow:hidden;
}

/* Ét billede over hele heroen */
.intro-split--front .intro-image{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  min-height:0;
  overflow:hidden;
  background:#e9f1fb;
}

.intro-split--front .hero-static-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 55%;
}

/* Tekstlaget oven på billedet */
.intro-split--front .intro-text{
  position:absolute;
  inset:0;
  z-index:2;

  display:flex;
  align-items:center;
  justify-content:flex-start;

  min-height:0;
  padding:44px 48px 88px;

  color:#fff;
  isolation:isolate;

  /* Mørk venstre side, som fader roligt ud i fotoet */
  background:
    linear-gradient(
      90deg,
     rgba(95,100,105,.97) 0%,
     rgba(95,100,105,.95) 30%,
     rgba(95,100,105,.82) 34%,
     rgba(95,100,105,.45) 38%,
     rgba(95,100,105,.12) 42%,
     rgba(95,100,105,0) 45%
    );
}

/* VVS-mønster – kun i den mørke del */
.intro-split--front .intro-text::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:42%;

  background-image:url('/newPage/php/assets/vvsoverlay.png');
  background-repeat:repeat;
  background-size:700px;

  opacity:.07;

  -webkit-mask-image:linear-gradient(
    90deg,
    #000 0%,
    #000 56%,
    rgba(0,0,0,.72) 72%,
    transparent 100%
  );

  mask-image:linear-gradient(
    90deg,
    #000 0%,
    #000 56%,
    rgba(0,0,0,.72) 72%,
    transparent 100%
  );

  pointer-events:none;
  z-index:0;
}

/* Ingen bevægelig tåge på forsiden */
.intro-split--front .intro-text::after{
  display:none;
}

.intro-split--front .intro-text > *{
  position:relative;
  z-index:2;
}

.intro-split--front .intro-copy{
  width:100%;
  max-width:520px;
  margin:0;
  text-align:left;
  transform:none;
}

.intro-split--front .hero-label{
  margin:0 0 16px;
  font-size:12px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.84);
}

.intro-split--front .hero-accent-line{
  display:block;
  width:58px;
  height:4px;
  margin:0 0 24px;
  border-radius:999px;
  background:#f0b12a;
}

.intro-split--front .hero-kicker--front{
  max-width:500px;
  margin:0;
  font-family:'Montserrat', sans-serif;
  font-size:clamp(42px, 4vw, 62px);
  font-weight:650;
  line-height:1.02;
  letter-spacing:-.04em;
  color:#fff;
}

.intro-split--front .hero-front-subtitle{
  max-width:500px;
  margin:24px 0 0;
  font-size:clamp(18px, 1.55vw, 23px);
  font-weight:300;
  line-height:1.35;
  letter-spacing:-.015em;
  color:rgba(255,255,255,.92);
}

.intro-split--front .hero-front-subtitle strong{
  font-weight:650;
  color:#fff;
}


/* =========================================================
   4) GENERELLE HERO-TYPER – FALLBACK / ANDRE SIDER
   ========================================================= */

.intro-copy{
  position:relative;
  z-index:2;
  max-width:640px;
  margin:0 auto;
  text-align:left;
}

.hero-label{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
}

.hero-kicker{
  margin:0 0 10px;
  max-width:520px;
  font-size:clamp(28px, 2.4vw, 38px);
  font-weight:300;
  line-height:1.18;
  letter-spacing:-.035em;
  color:rgba(255,255,255,.94);
}

.hero-kicker strong{
  font-weight:600;
  color:#fff;
}

.hero-subtitle{
  margin:0;
  max-width:520px;
  font-size:clamp(18px, 1.8vw, 25px);
  font-weight:300;
  line-height:1.35;
  color:rgba(255,255,255,.85);
}

.hero-balance{
  color:var(--primary-4);
  font-weight:500;
}


/* =========================================================
   5) FEATURE CARDS
   ========================================================= */

.feature-cards{
  background:var(--surface);
  padding:32px 0 0;
}

.feature-grid{
  width:min(900px, calc(100% - 44px));
  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;

  padding-bottom:8px;
}

.feature-card{
  position:relative;
  display:block;

  background:#fff;
  border:1px solid rgba(32,32,33,.10);
  border-radius:16px;

  padding:26px 18px 16px;
  text-align:center;

  box-shadow:0 10px 28px rgba(0,0,0,.06);
}

.feature-icon{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);

  width:44px;
  height:44px;
  border-radius:999px;

  display:grid;
  place-items:center;

  background:#fff;
  border:1px solid rgba(52,57,62,.35);

  color:#f0b12a;
  overflow:hidden;
}

.feature-icon svg{
  width:22px;
  height:22px;
  display:block;
}

.feature-icon img{
  width:24px;
  height:24px;
  display:block;
  object-fit:contain;
}

.feature-card h3{
  margin:6px 0 .8rem;
  font-size:1.8rem;
  font-weight:700;
  line-height:1.2;
  color:#202021;
}

.feature-card p{
  margin:0;
  font-size:13.5px;
  line-height:1.55;
  color:rgba(32,32,33,.70);
}


/* =========================================================
   6) CONTACT CLOSE
   ========================================================= */

.contact-close{
  margin-top:34px;
  padding:28px 18px 26px;
  background:rgba(32,32,33,.04);
  border-top:1px solid rgba(32,32,33,.10);
}

.contact-close-inner{
  position:relative;
  width:min(640px, calc(100% - 16px));
  margin:0 auto;
  text-align:center;
}

.contact-handwritten,
.contact-note{
  display:none;
  position:absolute;
  width:280px;
  height:auto;
  left:calc(100% + -20px);
  top:32px;
  margin:0;
  pointer-events:none;
}

.contact-title{
  margin:0 0 8px;
  font-size:clamp(26px, 2.6vw, 36px);
  line-height:1.2;
  font-weight:300;
  letter-spacing:.01em;
  color:rgba(32,32,33,.78);
}

.contact-sub{
  margin:0 auto 20px;
  font-size:clamp(18px, 2.1vw, 26px);
  line-height:1.35;
  font-weight:300;
  color:rgba(32,32,33,.62);
}

.contact-bar{
  width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:64px 1fr auto;
  align-items:center;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(32,32,33,.10);
  border-radius:16px;
  box-shadow:0 16px 44px rgba(0,0,0,.10);
  overflow:hidden;
}

.contact-bar:focus-within{
  border-color:rgba(52,57,62,.35);
  box-shadow:0 0 0 3px rgba(52,57,62,.14);
}

.contact-code{
  height:48px;
  display:grid;
  place-items:center;
  color:rgba(32,32,33,.55);
  border-right:1px solid rgba(32,32,33,.10);
  background:rgba(255,255,255,.55);
  font-size:14px;
}

.contact-input{
  height:48px;
  min-width:0;
  padding:0 14px;
  border:0;
  outline:none;
  box-shadow:none;
  background:transparent;
  font-size:14px;
  color:rgba(32,32,33,.82);
}

.contact-input::placeholder{
  color:rgba(32,32,33,.45);
}

.contact-btn{
  height:48px;
  padding:0 18px;
  border:0;
  color:#fff;
  background:linear-gradient(135deg, var(--primary-1), var(--primary-2));
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
  cursor:pointer;
}

.contact-btn:hover{
  filter:saturate(1.05);
}

.contact-success{
  margin:0 auto 16px;
  color:#2f6b4f;
  font-size:15px;
  font-weight:600;
}

.contact-error{
  margin:0 auto 16px;
  color:#8a2f2f;
  font-size:15px;
  font-weight:600;
}

.contact-alt{
  margin:14px 0 0;
  text-align:center;
  font-size:14px;
  color:rgba(32,32,33,.55);
}

.contact-phone{
  margin-left:5px;
  color:rgba(32,32,33,.82);
  font-weight:600;
  text-decoration:none;
}

.contact-phone:hover{
  text-decoration:underline;
}

/* =========================================================
   7) OM-SIDE HERO
   ========================================================= */

.intro-split--om{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:380px;
  height:auto;
}

.intro-split--om .intro-image{
  position:relative;
  z-index:1;
  overflow:hidden;
}

.intro-split--om .intro-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.12);
  filter:brightness(1.25);
}

.intro-split--om .intro-text{
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;
  justify-content:flex-start;

  padding:44px 48px 88px;

  color:#fff;
  overflow:hidden;
  isolation:isolate;

  background:linear-gradient(
    135deg,
    var(--brand-grey-1),
    var(--brand-grey-2)
  );
}

.intro-split--om .intro-text::before{
  content:"";
  position:absolute;
  inset:0;

  background:
    url('/newPage/php/assets/vvsoverlay.png') repeat,
    linear-gradient(
      160deg,
      rgba(255,255,255,.055),
      rgba(255,255,255,0) 56%
    ),
    radial-gradient(
      900px 200px at .5% 0%,
      rgba(240,177,42,.22),
      rgba(240,177,42,0) 60%
    );

  background-size:
    700px,
    auto,
    auto;

  opacity:.07;

  pointer-events:none;
  z-index:0;
}

.intro-split--om .intro-text::after{
  content:"";
  position:absolute;
  inset:-50%;

  background:
    radial-gradient(
      circle at 18% 28%,
      rgba(255,255,255,.080) 0%,
      rgba(255,255,255,.040) 18%,
      rgba(255,255,255,0) 42%
    ),
    radial-gradient(
      circle at 78% 72%,
      rgba(255,255,255,.060) 0%,
      rgba(255,255,255,.030) 20%,
      rgba(255,255,255,0) 46%
    ),
    radial-gradient(
      circle at 48% 52%,
      rgba(240,177,42,.045) 0%,
      rgba(240,177,42,.018) 22%,
      rgba(240,177,42,0) 50%
    );

  filter:blur(55px);
  opacity:.35;

  transform:translate3d(-4%, -3%, 0) scale(1.08);
  animation:heroSlowMist 30s ease-in-out infinite alternate;

  pointer-events:none;
  z-index:1;
}

.intro-split--om .intro-text > *{
  position:relative;
  z-index:2;
}

.intro-split--om .intro-copy{
  max-width:520px;
  margin:0;
  text-align:left;
  transform:none;
}

.img-transperent {
  scale: 1;
  transform:translate3d(0, 0, 0) scale(1);
}
@keyframes heroSlowMist{
  0%{
    transform:translate3d(-6%, -4%, 0) scale(1.08) rotate(0deg);
  }

  25%{
    transform:translate3d(2%, -1%, 0) scale(1.12) rotate(3deg);
  }

  50%{
    transform:translate3d(7%, 4%, 0) scale(1.10) rotate(6deg);
  }

  75%{
    transform:translate3d(1%, 8%, 0) scale(1.14) rotate(3deg);
  }

  100%{
    transform:translate3d(-5%, 3%, 0) scale(1.09) rotate(-2deg);
  }
}


/* =========================================================
   8) OM-SIDE INDHOLD
   ========================================================= */

.om-mission{
  max-width:520px;
  margin:0 0 22px;
  font-size:15px;
  line-height:1.55;
  font-weight:300;
  color:rgba(255,255,255,.88);
}

.om-points{
  display:grid;
  gap:18px;
  margin-top:0;
}

.om-point{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
}

.om-ico{
  width:40px;
  height:40px;
  border-radius:999px;

  display:grid;
  place-items:center;

  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.92);
}

.om-ico svg{
  width:20px;
  height:20px;
  display:block;
}

.om-ptitle{
  margin:2px 0 4px;
  font-size:14px;
  font-weight:700;
  color:#fff;
}

.om-psub{
  font-size:13.5px;
  line-height:1.45;
  color:rgba(255,255,255,.85);
}

.om-columns{
  background:var(--surface);
}

.om-cols-inner{
  width:min(900px, calc(100% - 44px));
  margin: 0 auto;

  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:3rem;

  padding:32px 0;
  align-items:start;
}

.om-col{
  text-align:left;
}

.om-col h3{
  margin:0 0 10px;
  font-size:14px;
  color:rgba(32,32,33,.86);
}

.om-col p{
  margin:0 0 12px;
  font-size:13.5px;
  line-height:1.55;
  color:rgba(32,32,33,.70);
}

.om-col ul{
  margin:0;
  padding:0;
  list-style:none;
}

.om-col li{
  position:relative;
  margin:0 0 8px;
  padding-left:18px;

  font-size:13.5px;
  line-height:1.55;
  color:rgba(32,32,33,.70);
}

.om-col li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;

  width:6px;
  height:6px;

  border-radius:50%;
  background:#e8a91a;
}

/* =========================================================
   KONTAKTFORMULAR
   Hero styres af eksisterende forside-CSS
   ========================================================= */

.contact-page{
  padding:60px 0 80px;
  background:#f6f7f8;
}

.contact-page-inner{
  width:min(980px, calc(100% - 44px));
  margin:0 auto;
}

.contact-form--full{
  display:flex;
  flex-direction:column;
  gap:18px;

  max-width:760px;
  margin:0 auto;
  padding:32px;

  background:#fff;
  border:1px solid rgba(32,32,33,.10);
  border-radius:18px;

  box-shadow:0 16px 44px rgba(0,0,0,.08);
}

.contact-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.contact-field span{
  font-size:14px;
  font-weight:600;
  color:rgba(32,32,33,.78);
}

.contact-input,
.contact-textarea{
  width:100%;
  box-sizing:border-box;

  padding:14px 16px;

  border:1px solid rgba(32,32,33,.16);
  border-radius:12px;

  background:#fff;
  font:inherit;
  color:#202021;
}

.contact-input{
  height:48px;
}

.contact-textarea{
  min-height:180px;
  resize:vertical;
}

.contact-input:focus,
.contact-textarea:focus{
  outline:none;
  border-color:#f0a000;
  box-shadow:0 0 0 3px rgba(240,160,0,.12);
}

.contact-file{
  height:auto;
}

.contact-button{
  align-self:center;

  margin-top:4px;
  padding:13px 28px;

  border:0;
  border-radius:999px;

  background:#555b60;
  color:#fff;

  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

.contact-button:hover{
  background:#444a4f;
}

@media(max-width:700px){

  .contact-page{
    padding:42px 0 54px;
  }

  .contact-page-inner{
    width:min(100% - 32px, 760px);
  }

  .contact-form--full{
    padding:24px;
  }

  .contact-button{
    width:100%;
  }
}

/* =========================================================
   10) FORSIDE – FÆLLES
   ========================================================= */

.front-section{
  padding:80px 0;
  background:#fff;
}

.front-wrap{
  width:min(1100px, calc(100% - 44px));
  margin:0 auto;
}

.front-section-title{
  margin:0 0 50px;
  text-align:center;
  font-size:36px;
  font-weight:300;
  color:rgba(32,32,33,.82);
}

.front-label{
  margin-bottom:10px;
  color:#e8a91a;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
}

.om-story-inner{
  width:min(980px, calc(100% - 44px));
  margin:0 auto;
}

.om-story h2{
  margin:0 0 22px;
  font-size:28px;
  line-height:1.2;
  font-weight:600;
  color:rgba(32,32,33,.90);
}

.om-story-text{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:42px;
}

.om-story-column{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.om-story-column p{
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:rgba(32,32,33,.72);
}

.om-story-conclusion{
  margin:26px 0 0;
  font-size:15px;
  line-height:1.65;
  color:rgba(32,32,33,.78);
}

.section-accent-line{ display:block; width:58px; height:4px; margin:0 0 24px; border-radius:999px; background:#f0b12a; }

/* =========================================================
   DET KAN VI HJÆLPE MED
   Til page.css
   ========================================================= */


/* =========================================================
   TOPFELT – PERMANENT INTRO
   ========================================================= */

.services-hero{
    min-height:380px;
}

.services-hero .intro-image,
.services-hero .intro-text{
    min-height:380px;
}

.services-hero .intro-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center center;
    background:#fff;
    transform:scale(1);
}

.services-hero .intro-copy{
    width:100%;
    max-width:520px;
    margin:0;
    text-align:left;
    transform:none;
}

.services-hero .hero-label{
    margin:0 0 8px;
}

.services-hero-title{
    margin:0 0 14px !important;
    max-width:520px;
}

.services-hero .service-intro{
    max-width:480px;
    margin:0 0 18px;
    font-size:14.5px;
    line-height:1.45;
    color:rgba(255,255,255,.90);
}

.services-hero-points{
    display:grid;
    gap:13px;
    margin-top:0;
    min-height:0;
}

.services-hero-points .om-point{
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    gap:14px;
    align-items:start;
    margin:0;
}

.services-hero-points .om-ico{
    width:48px;
    height:48px;
}

.services-hero-points .om-ico svg{
    width:30px;
    height:30px;
}

.services-hero-points .om-ptitle{
    margin:0 0 2px;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    color:#fff;
}

.services-hero-points .om-psub{
    margin:0;
    font-size:13px;
    line-height:1.32;
    color:rgba(255,255,255,.84);
}


/* =========================================================
   SERVICEKORT
   ========================================================= */

.services-select{
    padding:42px 36px 52px;
    background:#fff;
}

.services-select .feature-grid{
    width:100%;
    max-width:900px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:32px;
    padding-bottom:0;
}

.services-select .feature-card{
    position:relative;
    min-height:82px;
    padding:22px 12px 14px;
    border:1px solid rgba(32,32,33,.12);
    border-radius:16px;
    background:#fff;
    cursor:pointer;
    font:inherit;
    text-align:center;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:0 14px 34px rgba(0,0,0,.045);
    transition:transform .18s ease,
               border-color .18s ease,
               box-shadow .18s ease;
}

.services-select .feature-card:hover,
.services-select .feature-card.active{
    border-color:#f0a000;
    transform:translateY(-2px);
}

.services-select .feature-card.active{
    box-shadow:0 16px 38px rgba(0,0,0,.06);
}

.services-select .feature-card.active h3{
    color:#f0a000;
}

.services-select .feature-icon{
    width:42px;
    height:42px;
    color:#f0a000;
}

.services-select .feature-icon svg{
    width:22px;
    height:22px;
    display:block;
}

.services-select .feature-card h3{
    margin:0;
    font-size:15px;
    line-height:1.15;
}


/* =========================================================
   DETALJESEKTION
   ========================================================= */

.service-detail-section{
    padding:0;
    background:#f4f6f8;
    border-top:1px solid rgba(32,32,33,.08);
}

.service-detail-layout{
    display:grid;
    grid-template-columns:1.35fr .9fr;
    min-height:560px;
}

.service-detail-content{
    padding:54px 56px 50px;
}

.service-detail-label{
    margin:0 0 10px;
    font-size:12px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#f0a000;
}

.service-detail-title{
    margin:0;
    max-width:520px;
    font-size:clamp(28px,2.4vw,38px);
    font-weight:300;
    line-height:1.08;
    color:rgba(32,32,33,.88);
}

.service-detail-title::after{
    content:"";
    display:block;
    width:90px;
    height:2px;
    margin:16px 0 0;
    background:#f0a000;
}

.service-detail-intro{
    max-width:620px;
    margin:24px 0 30px;
    font-size:16px;
    line-height:1.65;
    color:rgba(32,32,33,.68);
}

.service-detail-cards{
    display:grid;
    gap:16px;
    max-width:760px;
}

.service-detail-card{
    display:grid;
    grid-template-columns:76px 1fr;
    align-items:center;
    min-height:150px;
    height:auto;
    padding:20px;
    border:1px solid rgba(32,32,33,.10);
    border-radius:16px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(0,0,0,.045);
}

.service-detail-card > img{
    display:none;
}

.service-detail-card-icon{
    width:48px;
    height:48px;
    margin-left:1em;
    align-self:center;
    border:1px solid rgba(32,32,33,.16);
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#f0a000;
}

.service-detail-card-icon svg,
.service-detail-card-icon img{
    width:24px;
    height:24px;
    display:block;
    object-fit:contain;
}

.service-detail-card-copy{
    margin-left:10px;
    align-self:center;
}

.service-detail-card-copy h3{
    margin:0 0 6px;
    font-size:16px;
    line-height:1.25;
    color:rgba(32,32,33,.88);
}

.service-detail-card-copy p{
    margin:0;
    font-size:14px;
    line-height:1.45;
    color:rgba(32,32,33,.68);
}

.service-detail-visual{
    position:relative;
    overflow:hidden;
    background:#eef1f4;
}

.service-detail-visual img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:right center;
}

.service-detail-badge{
    position:absolute;
    left:42px;
    right:42px;
    bottom:42px;
    display:none;
    grid-template-columns:58px 1fr;
    gap:18px;
    align-items:center;
    padding:22px 24px;
    border-radius:16px;
    background:rgba(32,32,33,.72);
    backdrop-filter:blur(8px);
    color:#fff;
}

.service-detail-badge-icon{
    width:48px;
    height:48px;
    border:2px solid #f0a000;
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#f0a000;
    font-size:24px;
}

.service-detail-badge p{
    margin:0;
    font-size:18px;
    line-height:1.35;
    color:rgba(255,255,255,.94);
}

/* =========================================================
   PRIVATLIVSPOLITIK
   ========================================================= */

.legal-page{
  padding:60px 0 80px;
  background:#f6f7f8;
}

.legal-inner{
  width:min(820px, calc(100% - 44px));
  margin:0 auto;
  padding:42px 48px;

  background:#fff;
  border:1px solid rgba(32,32,33,.10);
  border-radius:18px;
  box-shadow:0 16px 44px rgba(0,0,0,.06);
}

.legal-label{
  margin:0 0 10px;

  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;

  color:#e8a91a;
}

.legal-inner h1{
  margin:0 0 26px;

  font-size:36px;
  line-height:1.15;
  font-weight:600;

  color:#202021;
}

.legal-inner h2{
  margin:34px 0 12px;

  font-size:20px;
  line-height:1.3;
  font-weight:600;

  color:#202021;
}

.legal-inner p,
.legal-inner li{
  font-size:15px;
  line-height:1.65;

  color:rgba(32,32,33,.72);
}

.legal-inner ul{
  margin:12px 0 18px;
  padding-left:22px;
}

.legal-inner a{
  color:#b9820e;
  text-decoration:none;
}

.legal-inner a:hover{
  text-decoration:underline;
}

.legal-intro{
  font-size:16px !important;
}

.legal-updated{
  margin-top:42px;
  padding-top:18px;

  border-top:1px solid rgba(32,32,33,.10);

  font-size:12px !important;
  color:rgba(32,32,33,.48) !important;
}

@media (max-width:700px){

  .legal-page{
    padding:30px 0 50px;
  }

  .legal-inner{
    width:calc(100% - 28px);
    padding:28px 22px;
  }

  .legal-inner h1{
    font-size:30px;
  }

}

/* =========================================================
   RESPONSIV
   ========================================================= */

@media(max-width:980px){

    .services-hero{
        min-height:0;
    }

    .services-hero .intro-image,
    .services-hero .intro-text{
        min-height:0;
    }

    .service-detail-layout{
        grid-template-columns:1fr;
    }

    .service-detail-content{
        padding:42px 28px 38px;
    }

    .service-detail-visual{
        min-height:360px;
    }
}

@media(max-width:900px){

    .services-select .feature-grid{
        max-width:520px;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:680px){

    .service-detail-card{
        grid-template-columns:64px minmax(0,1fr);
    }

    .service-detail-card-icon{
        margin-left:14px;
    }

    .service-detail-badge{
        left:22px;
        right:22px;
        bottom:22px;
    }
}

@media(max-width:560px){

    .services-hero .service-intro{
        font-size:14px;
    }

    .services-hero-points{
        gap:15px;
    }

    .services-select{
        padding:34px 20px 42px;
    }

    .services-select .feature-grid{
        max-width:320px;
        grid-template-columns:1fr;
    }

    .service-detail-content{
        padding:36px 20px 34px;
    }
}


.feature-card .price {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--accent);
    margin-bottom: .5rem;
}

.feature-card .price-note {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}


/* =========================================================
   11) RESPONSIVE
   ========================================================= */

@media (max-width:980px){

  .intro-split--front{
    min-height:380px;
  }

  .intro-split--front .intro-text{
    padding:36px 28px 78px;

    background:
      linear-gradient(
        90deg,
        rgba(95,100,105,.97) 0%,
        rgba(95,100,105,.94) 36%,
        rgba(95,100,105,.72) 52%,
        rgba(95,100,105,.30) 72%,
        rgba(95,100,105,0) 100%
      );
  }

  .intro-split--front .intro-text::before{
    width:66%;
  }

  .intro-split--front .intro-copy{
    max-width:460px;
  }

  .intro-split--om{
    grid-template-columns:1fr;
    min-height:0;
  }

  .intro-split--om .intro-image{
    min-height:320px;
  }

  .intro-split--om .intro-text{
    min-height:330px;
    padding:36px 28px 78px;
  }

  .om-cols-inner{
    grid-template-columns:1fr;
    width:min(520px, calc(100% - 44px));
  }
}



@media (max-width:720px){
  .feature-grid{
    grid-template-columns:1fr;
    width:min(520px, calc(100% - 32px));
  }
}

@media (max-width:560px){

  .card{
    margin:12px auto 22px;
  }

  .intro-split::after{
    height:58px;
  }

.intro-split--front{
  position:relative;
  display:block;
  height:340px;
  min-height:0;
  overflow:hidden;
}

.intro-split--front .hero-static-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
}

  .intro-split--front .intro-text{
    padding:28px 20px 70px;

    background:
      linear-gradient(
        90deg,
        rgba(95,100,105,.98) 0%,
        rgba(95,100,105,.94) 52%,
        rgba(95,100,105,.68) 72%,
        rgba(95,100,105,.20) 90%,
        rgba(95,100,105,0) 100%
      );
  }

  .intro-split--front .intro-text::before{
    width:75%;
  }

  .intro-split--front .hero-label{
    margin-bottom:13px;
    font-size:10px;
  }

  .intro-split--front .hero-accent-line{
    width:48px;
    height:3px;
    margin-bottom:20px;
  }

  .intro-split--front .hero-kicker--front{
    font-size:42px;
  }

  .intro-split--front .hero-front-subtitle{
    max-width:330px;
    font-size:17px;
  }

  .intro-split--om .intro-image{
    min-height:270px;
  }

  .intro-split--om .intro-text{
    min-height:340px;
    padding:28px 20px 70px;
  }

  .contact-close{
    margin-top:34px;
    padding:28px 18px 26px;
  }

  .contact-close-inner{
    width:min(640px, calc(100% - 8px));
  }


  .contact-bar{
    grid-template-columns:1fr;
    border-radius:16px;
  }

  .contact-code{
    display:none;
  }

  .contact-input{
    height:46px;
    padding:0 14px;
  }

  .contact-btn{
    width:100%;
    height:46px;
  }

  .kontakt-logo img{
    width:min(340px, 82vw);
  }
}

/* =========================================================
   HÅNDSKREVET ELEMENT – "NYSGERRIG?"
   Kun synligt fra 1100 px
   ========================================================= */

.services-curious{
    display:none;
    min-height:82px;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:transparent;
    border:0;
    box-shadow:none;
    overflow:visible;
}

.services-curious img{
    display:block;
    width:180px;
    max-width:100%;
    height:auto;
    margin-top:-80px;
    margin-left:0;
    transition:transform .18s ease;
}

.services-curious:hover img{
    transform:scale(1.04) rotate(-1deg);
}

.intro-split--front.intro-split--kontakt .hero-static-image{
  object-position:60% 30%;
  transform:scale(1.0) translateX(250px);
}

.contact-row{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:18px;
}

@media (max-width:700px){

  .contact-row{
    grid-template-columns:1fr;
  }

}

.contact-success,
.contact-error{
    max-width:760px;
    margin:0 auto 24px;
    padding:16px 20px;

    border-radius:12px;

    text-align:center;

    font-weight:600;
}

.contact-success{
    background:#eaf7ed;
    color:#1d6b36;
    border:1px solid #b8dfc2;
}

.contact-error{
    background:#fdecec;
    color:#b42318;
    border:1px solid #f1b7b7;
}

/* =========================================================
   MOBILVERSION
   ========================================================= */

.mobile-portrait{
  display:none;
}

/* =========================================================
   MOBILVENLIG FORSIDE
   ========================================================= */

.mobile-simple{
  min-height:100vh;
  padding:56px 28px 28px;
  box-sizing:border-box;

  display:flex;
  flex-direction:column;

  background:#fff;
  color:#202021;
}

.mobile-simple-intro{
  max-width:340px;
  margin:0 auto;
  text-align:center;
}

.mobile-simple-intro h1{
  margin:0 0 22px;

  font-family:'Montserrat', sans-serif;
  font-size:34px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.03em;

  color:#202021;
}

.mobile-simple-intro p{
  margin:0 0 18px;

  font-size:16px;
  line-height:1.55;

  color:rgba(32,32,33,.72);
}

.mobile-simple-contact{
  width:100%;
  max-width:340px;
  margin:0;
}

.mobile-simple-contact h2{
  margin:0 0 20px;

  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;

  color:#000;
}

.mobile-contact-row{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:14px;
  align-items:start;

  margin:0 0 18px;

  color:rgba(32,32,33,.82);
  font-size:16px;
  line-height:1.45;

  text-decoration:none;
}

.mobile-contact-row svg{
  width:20px;
  height:20px;

  margin-top:1px;

  fill:none;
  stroke:#f0a000;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.mobile-contact-row:active{
  color:#e8a91a;
}

.mobile-simple-contact-p{
  margin:0 0 14px;
  text-align:center;

  font-size:22px;
  line-height:1.45;
  color:rgba(32,32,33,.82);
}

.mobile-contact-item{
  margin-top:-3px;
  font-size:17px;
}

.mobile-contact-icon{
  flex:0 0 22px;
  color:#e8a91a;
  font-size:19px;
  line-height:1.4;
  text-align:center;
}

.mobile-simple-contact a{
  color:inherit;
  text-decoration:none;
}

.mobile-simple-bottom{
  margin-top:20px;

  text-align:center;

  font-size:11px;
  line-height:1.4;

  color:rgba(32,32,33,.45);
}

.mobile-simple-logo{
  width:100%;
  margin: 0 auto;
  text-align:center;
}

.mobile-simple-logo img{
  display:block;
  width:300px;
  max-width:90%;
  height:auto;
  margin:0 auto;
}

.mobile-simple-intro-p-top{
  margin-top:10px;
}

.mobile-simple-intro-p-bottom{
  margin-bottom:10px;
}


.mobile-turn-device{
  width:100%;
  margin-top:18px;
  margin-bottom: 18px;
  text-align:center;
}

.mobile-turn-device img{
  display:block;
  width:42px;
  height:auto;
  margin:0 auto; 
}

@media (max-width:700px){

  .mobile-portrait{
    display:block;
  }

  .site-header,
  .card,
  .site-footer{
    display:none !important;
  }

}

.hr-line{
  margin:10px 0;
}

/* =========================================================
   12) RESPONSIVE – TVÆRGÅENDE OVERRIDES
   ========================================================= */

/* Laptop/monitor: håndskrevne grafikker vises */
@media (min-width:1100px){

  .contact-handwritten,
  .contact-note{
    display:block;
  }

  .services-curious{
    display:flex;
  }
}

/* Mindre skærme: kompakt footer og mindre feature-tekst */
@media (max-width:1099px){

  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:34px 0;
  }

  .footer-col:nth-child(3),
  .footer-col:nth-child(4){
    display:none;
  }

  .footer-col:nth-child(1){
    display:flex;
    align-items:center;
    padding:0 32px 0 0;
    border-left:0;
  }

  .footer-brand{
    width:100%;
    justify-content:center;
  }

  .footer-brand-logo{
    width:280px;
    max-width:90%;
  }

  .footer-col:nth-child(2){
    padding:0 0 0 32px;
    border-left:1px solid var(--line);
  }

  .footer-bottom{
    display:none;
  }

  .feature-card h3{
    font-size:16px;
    line-height:1.2;
  }

  .feature-card p{
    font-size:11px;
    line-height:1.4;
  }
}

/* Vandret mobil/tablet: fuld hjemmeside, header følger siden */
@media (orientation:landscape) and (max-width:1099px){

  .site-header{
    position:static !important;
    top:auto !important;
  }
}