* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;

  color: #1d1d1d;
  background: #f8f8f6;
  line-height: 1.5;
}

h1 {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

h2 {
  font-weight: 600;
  letter-spacing: -0.3px;
}

h3 {
  font-weight: 600;
  margin: 20px 0;
}

p {
  color: #555;
  line-height: 1.6;
}

.center {
  display: flex;
  justify-self: center;
}

.container {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}

ul li {
  list-style: none;
  margin: 8% 0;
  color: #555;
  line-height: 1.6;
}

.pt-1 {
  padding-top: 20px;
}

.mb-1 {
  margin-bottom: 20px;
}

.mb-2{
  margin-bottom: 30px;
}

.mb-4{
  margin-bottom: 50px;
}
.mt-1{
  margin-top: 20px;
}

.mt-2{
  margin-top: 30px;
}

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

.text-space-between {
  display: flex;
  justify-content: space-between;
}

.text-start{
  text-align: start;
}

.custompadding{
  padding: 100px 0;
}

.bg-light{
  background-color: #f1f1f1;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

/* LOGO */

.logo {
   display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.logo-icon {
  width: 28px;
  height: 28px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.tagline {
  font-size: 11px;
  color: #777;
  margin-top: 2px;
}

/* NAV LINKS */

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2000;
}

.burger span {
  width: 24px;
  height: 2px;
  background: #1d1d1d;
  display: block;
}




.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.nav-links a {
  text-decoration: none;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.nav-links a:hover {
  opacity: 0.6;
}

/* BUTTON */
.btn {
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.primary {
  background: #9324fb;
  color: white;
  transition: all 0.2s ease;
  transition:
    background-color 0.25s ease,
    transform 0.1s ease,
    box-shadow 0.2s ease;
}

.primary:hover {
  background-color: #7615d0;
  color: #fff;
  text-decoration: none;
}

/* HERO */
.hero {
  padding: 100px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.hero-text {
  max-width: 520px;
}

.eyebrow {
  font-weight: 700;
  font-size: 0.9rem;
  color: #571099;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 42px;
  margin: 20px 0;
  font-weight: 700;
  line-height: 140%;
}

.hero h1 span {
  font-weight: 700;
  color: #571099;
  font-style: italic;
}

.sub {
  color: #555;
}

.cta-row {
  padding: 50px 0;
}

.link {
  margin-left: 15px;
  color: #9324fb;
  text-decoration: none;
  transition: all 0.2s ease;
  transition: transform 0.1s ease;
}

.link:hover {
  color: #571099;
}

.bullets {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.bullets p {
  display: flex;
  align-items: flex-start;
  gap: 6px;

  font-size: 14px;
  margin-top: 5px;
  max-width: 160px; /* styrer linjebrud */
}

.bullets span {
  padding: 0 6px;
  border: #9324fb solid 1px;
  border-radius: 50px;

  flex-shrink: 0; /* vigtig */
}

/* WRAPPER */
.hero-visual {
  position: relative;
}

.dashboard {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* VENSTRE BAR */
.dash-left {
  width: 70px;
  background: linear-gradient(180deg, #571099, #6d1edc);
}

.dash-left p {
  color: #f1f1ee;
  font-weight: 700;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 27px;
}

.fake-pill-wrapper {
  margin-top: 30px;
  padding: 0 15px;
}

.fake-pill {
  height: 8px;
  background-color: #f1f1ee;
  opacity: 0.3;
  margin-top: 15px;
  border-radius: 25px;
  justify-self: center;
  width: 100%;
}

/* INDHOLD */
.dash-content {
  flex: 1;
  padding: 20px;
}

.dash-head p {
  font-weight: 700;
  font-size: 1.2rem;
}

/* GRID */
.dash-top,
.dash-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.dash-top {
  margin-top: 14px;
}

/* CARD */
.dash-card {
  background: #f7f7f8;
  border-radius: 10px;
  padding: 14px;
  font-size: 12px;
}

.dash-card p {
  font-weight: 700;
  margin-bottom: 10px;
}

/* SCORE */
.circle-wrap {
  position: relative;
  width: 100px;
  height: 100px;
}

.progress {
  transform: rotate(-90deg);
}

/* Baggrund */
.bg {
  fill: none;
  stroke: #eee;
  stroke-width: 8;
}

/* Progress */
.progress-bar {
  fill: none;
  stroke: #9324fb;
  stroke-width: 8;
  stroke-linecap: round;

  stroke-dasharray: 251;
  stroke-dashoffset: calc(251 - (251 * 0.62));
}

/* Tekst */
.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle-text span {
  font-size: 20px;
  font-weight: 600;
}

.circle-text small {
  display: block;
  font-size: 11px;
  color: #777;
}

.progress-bar {
  --value: 0.62;
  stroke-dashoffset: calc(251 - (251 * var(--value)));
}

/* LIST */
.issues li span {
  background: #eee;
  border-radius: 50%;
  padding: 2px 7px;
  margin-right: 6px;
}

.focus li span {
  padding: 3px 6px;
  margin-right: 6px;
  border: #9324fb solid 1px;
  border-radius: 50px;
  color: #9324fb;
}

/* GRAPH */
.graph {
  height: 60px;
}

.graph svg {
  width: 100%;
  height: 100%;
}

.graph .line {
  fill: none;
  stroke: #9324fb;
  stroke-width: 2;
  stroke-linecap: round;

  stroke-dasharray: 300;
  stroke-dashoffset: 300;

  animation: drawLine 1.2s ease forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.area {
  fill: rgba(147, 36, 251, 0.08);
  animation: fadeIn 1.2s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.annotation {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* ARROW */
.arrow {
  width: 50px;
  height: 50px;
}

/* TEKST (vigtig!) */
.annotation p {
  font-family: "Caveat", cursive;
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  padding-top: 50px;
}

/* PROBLEM */
.problem {
  padding: 100px 0;
  background-color: #f1f1f1;
  text-align: center;
}

.problem-grid {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.problem-headline {
  text-align: start;
  width: 32.5%;
  padding-right: 50px;
}

.problem-grid h2 {
  margin-top: 20px;
}

.problem-card {
  text-align: start;
  padding: 0 14px;
  width: 22.5%;
}

.icon-bubble-box {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: rgba(147, 36, 251, 0.08);
  padding: 2px 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 30px;
}

.icon-bubble-box svg {
  width: 20px;
  height: 20px;
  stroke: #9324fb;
  stroke-width: 1.8;
  fill: none;
}

.result {
  margin-top: 80px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #1d1d1d;
}

/* PROCESS */
.process {
  padding: 100px 0;
  text-align: start;
}

.process h2 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.step {
  width: 30%;
  padding-right: 28px;
}

.cta-wrapper {
  padding: 50px 0;
}

/* NEXT */
.next {
  padding: 100px 0;
  background-color: #f1f1f1;
}

.next h4 {
  margin-bottom: 14px;
}

.next-head-grid {
  display: flex;
  justify-content: space-between;
}

.next-head-grid h2 {
  margin: 20px 0;
}

.text-ajust-bottom {
  display: flex;
  align-items: flex-end;
}

.next-grid {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.next-grid .card {
  background: white;
  padding: 50px;
  border-radius: 12px;
  width: 100%;
}

.next-grid .card ul {
  margin-top: 30px;
}

.next-grid .card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.card-list-icon {
  flex-shrink: 0; /* vigtig */
  padding: 1px 8px !important;
  border: #9324fb solid 1px;
  border-radius: 50px;
}

.card-head .card-head-icon {
  display: flex;
  align-items: center;
  background-color: #9324fb14;
  padding: 16px 12px;
  border-radius: 100px;
  width: fit-content;
}

.card-head .card-head-icon svg {
  align-self: center;
  width: 32px;
  color: #9324fb;
}

.next-grid .card .card-list-icon {
  padding: 3px 8px;
  margin-right: 14px;
  border: #9324fb solid 1px;
  border-radius: 50px;
  color: #9324fb;
}

/* CASE */
.case {
  padding: 100px 0;
}

.case-inner {
  display: flex;
  justify-content: start;
  gap: 30px;
  margin-top: 50px;
}

.case-image-box {
  padding: 24px;
  background-color: #333;
  border-radius: 10px;

  display: flex;
  align-items: center;
}

.case-image img {
  width: 120px;
}

.case-text h4 {
  margin-bottom: 14px;
}

.case-text div {
  margin-top: 30px;
}

/*------------------Case styles - start--------------------*/

.grid{
  display: flex;
  gap: 60px;
}

.badge {
  padding: 8px 16px;
  background: #ece6ff;
  border-radius: 100px;
  width: fit-content;
}

.padding-bot-sm {
  padding-bottom: 24px;
}

.case-about_skk{
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/*------------------Case styles - end--------------------*/


/* TESTIMONIAL */
.testimonial {
  padding: 60px 0;
  background: #9324fb;
  color: white;
  text-align: center;
}
.testimonial p {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.small {
  font-size: 0.7rem !important;
}

/*About*/

.About {
  padding: 100px 0;
  background-color: #f1f1f1;
}

.About-grid{
  display: flex;
  gap: 60px;

}


/* CTA FINAL */
.cta-final {
  padding: 100px 0;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-title-text {
  padding-right: 30px;
}

.contact-title-text h2 {
  margin-bottom: 24px;
}

.mb-3 {
  margin-bottom: 14px;
}

.contact-icon-wrapper {
  margin-bottom: 24px;
  display: block;
  align-items: center;
}

.contact-icon {
  background-color: #9324fb14;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 24px;
  border-radius: 100px;
}

.contact-icon svg {
  color: #9324fb;
}

label {
  display: block;
}

input[type="text"],
input[type="email"],
textarea[name="message"] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

form button {
  width: 100%;
  border: none;
}

footer {
  color: white;
  background-color: #1d1d1d;
  padding-top: 20px;
}

footer a {
  color: white;
  text-decoration: none;

  transition: all 0.2s ease;
  transition: transform 0.1s ease;
}

footer a:hover {
  color: #9324fb;
}

footer .text-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*--------------------Privatlivspolitik-----------------------*/

.privatelife h1{
  margin-bottom: 24px;
}

.privatelife ul{
  margin-bottom: 24px;
  padding-left: 2rem;
}

.privatelife ul li{
  margin: 8px 0;
  list-style-type:circle;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }


  .cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .cta-box {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .card {
    width: 100%;
  }

  .annotation {
    position: static;
    margin-top: 15px;
  }

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

  .hero-grid,
  .problem-grid,
  .steps,
  .next-grid,
  .case-inner,
  .About-grid,
  .cta-box,
  .grid {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
  }

  .grid {
  display: flex;
}

  .dash-top,
  .dash-bottom {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .step {
    width: 100%;
    margin-top: 30px;
  }

  .problem-headline {
    width: 100%;
    padding-right: 0;
  }

  .hero {
    padding: 60px 0;
  }

  .hero h1 {
    font-size: 28px;
  }

  .next-grid .card {
    padding: 24px;
  }

  .case-inner {
    gap: 20px;
  }

  .cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bullets {
  flex-direction: column;
  gap: 12px;
}

.bullets p{
  max-width: 100%;
  gap: 12px;
}

  .hero-visual, .aboutImg {
    display: none;
  }

  .nav-inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-inner .nav-links,
  .nav-inner .btn.primary {
    display: none;
  }

  /* logo tekst skjules (valgfrit men anbefalet) */
  .logo-text {
    display: none;
  }

  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    gap: 16px;
    z-index: 1500;
  }

  .logo-text {
    display: none;
  }

   /* NAV LAYOUT */
  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* skjul desktop menu */
  .nav-links {
    display: none;
  }

  /* burger synlig */
  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
  }

  .burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1d1d1d;
  }

  /* dropdown menu */
  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  /* skjul logo tekst (valgfrit men pænt) */
  .logo-text {
    display: none;
  }

  .contact-icon-wrapper{
    display: flex;
    justify-content: center;
  }

  /*----------------Case - start---------------*/

  .case-hero img,
.case-solution-img img {
  width: 100%;
  height: auto;
  display: block;
}

.custompadding {
  padding: 60px 0;
}

.testimonial p {
  font-size: 1.1rem;
}

.text-space-between {
  flex-direction: column;
  gap: 12px;
}

footer .text-space-between {
  flex-direction: column;
  text-align: center;
}
}

@media (max-width: 1024px) {
  .container {
    width: 90%;
  }

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

  .problem-grid,
  .steps,
  .next-grid {
    flex-direction: column;
  }
}