:root {
  --forest-950: #231f20;
  --forest-900: #3a3435;
  --forest-800: #575051;
  --forest-700: #7f7771;
  --forest-600: #a6af73;
  --forest-500: #d8e18f;
  --forest-300: #ebebeb;
  --forest-200: #e7e7e8;
  --sand-100: #f6f6f4;
  --ink-900: #231f20;
  --ink-700: #5f595a;
  --white-soft: rgba(255, 255, 255, 0.78);
  --shadow-lg: 0 35px 70px rgba(35, 31, 32, 0.16);
  --shadow-md: 0 18px 38px rgba(35, 31, 32, 0.1);
  --radius-xl: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at top left, rgba(216, 225, 143, 0.32), transparent 26%),
    linear-gradient(180deg, #f8f8f2 0%, #ffffff 35%, #f1f1ed 100%);
}

h1,
h2,
h3,
.navbar-brand,
.btn,
.price {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.page-shell {
  overflow-x: hidden;
}

.hero-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(216, 225, 143, 0.42), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(244, 247, 214, 0.22), transparent 24%),
    linear-gradient(140deg, #7e8650 0%, #b8c36f 32%, #d8e18f 100%);
  color: #fff;
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section[id] {
  scroll-margin-top: 7rem;
}

.site-navbar {
  background: rgba(235, 235, 235, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 24px rgba(35, 31, 32, 0.12);
}

.site-navbar .navbar-brand {
  color: var(--forest-950);
}

.site-navbar .nav-link {
  position: relative;
  color: rgba(35, 31, 32, 0.82);
  font-weight: 700;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  transition: color 0.25s ease;
}

.site-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.3rem;
  height: 2px;
  background: var(--forest-950);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
  color: var(--forest-950);
}

.site-navbar .nav-link:hover::after,
.site-navbar .nav-link:focus::after {
  transform: scaleX(1);
}

.inline-nav-link {
  position: relative;
  color: var(--forest-950);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.inline-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12rem;
  height: 2px;
  background: var(--forest-950);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.inline-nav-link:hover,
.inline-nav-link:focus {
  color: var(--forest-950);
}

.inline-nav-link:hover::after,
.inline-nav-link:focus::after {
  transform: scaleX(1);
}

.nav-demo-btn {
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #eef0cf, #d8e18f);
  color: var(--forest-950);
  font-weight: 800;
  border: 0;
}

.nav-demo-btn:hover,
.nav-demo-btn:focus {
  background: linear-gradient(135deg, #f5f6df, #e2e9a8);
  color: var(--forest-950);
}

.brand-logo {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-logo {
  width: 3rem;
  height: 3rem;
}

.demo-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 1.35rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.75), transparent 32%),
    linear-gradient(135deg, #f6f7e8 0%, #e8edba 42%, #d8e18f 100%);
  border: 4px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 34px 68px rgba(8, 20, 14, 0.34),
    0 16px 30px rgba(35, 31, 32, 0.18),
    0 0 0 10px rgba(216, 225, 143, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  width: 13.75rem;
  height: 13.75rem;
  justify-content: center;
  overflow: hidden;
}

.demo-badge span,
.demo-badge strong {
  display: block;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.demo-badge span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #575051;
}

.demo-badge strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.55rem;
  line-height: 1.02;
  color: #10271d;
  max-width: 8ch;
}

.demo-badge:hover {
  transform: translateY(-4px) rotate(-2deg) scale(1.03);
  box-shadow:
    0 40px 82px rgba(8, 20, 14, 0.38),
    0 20px 34px rgba(50, 116, 73, 0.3),
    0 0 0 12px rgba(184, 224, 191, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  filter: saturate(1.05);
  color: inherit;
}

.demo-badge-floating {
  position: absolute;
  top: -0.15rem;
  right: -1.8rem;
  z-index: 3;
  transform: rotate(7deg);
}

.demo-badge-floating::before {
  content: "";
  position: absolute;
  inset: auto -1.2rem -1.4rem auto;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 68%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(216, 225, 143, 0.16);
  color: #f4f4ec;
}

.text-dark.eyebrow {
  color: var(--forest-900);
  background: rgba(216, 225, 143, 0.28);
}

.lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 1.75rem !important;
  margin-bottom: 0;
}

.hero-subhead {
  max-width: 34rem;
  font-size: 1.3rem;
  line-height: 1.45;
  font-weight: 800;
  color: #ececcf;
}

.hero-section .d-flex.flex-wrap.gap-3.mt-4 {
  margin-top: 2rem !important;
}

.btn-cta {
  background-image:
    linear-gradient(135deg, #e5e9b8, #c7d26c),
    linear-gradient(135deg, #f3f4de, #d8e18f);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 0;
  color: var(--forest-950);
  box-shadow: var(--shadow-md);
  transition: background-size 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-cta:hover {
  color: var(--forest-950);
  background-size: 100% 100%, 100% 100%;
}

.btn-light {
  background-image:
    linear-gradient(135deg, #e7e7e8, #d9d9db),
    linear-gradient(135deg, #ffffff, #ffffff);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 0;
  transition: background-size 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-light:hover,
.btn-light:focus {
  background-size: 100% 100%, 100% 100%;
}

.calendar-showcase {
  position: relative;
  min-height: 34rem;
  perspective: 1800px;
}

.showcase-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.orb-one {
  width: 10rem;
  height: 10rem;
  top: 1rem;
  right: 1rem;
  background: rgba(173, 226, 174, 0.32);
}

.orb-two {
  width: 15rem;
  height: 15rem;
  bottom: 2rem;
  left: 0;
  background: rgba(111, 184, 126, 0.18);
}

.device-shadow {
  position: absolute;
  inset: auto 8% 1rem 18%;
  height: 3rem;
  background: rgba(8, 20, 14, 0.55);
  filter: blur(24px);
  transform: rotate(-8deg);
}

.device-mockup {
  position: relative;
  margin: 2rem auto 0;
  width: min(100%, 38rem);
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(145deg, #0f1f17, #294b39 60%, #527d62);
  box-shadow: 0 45px 90px rgba(7, 18, 12, 0.4);
  transform: rotateY(-18deg) rotateX(10deg) rotateZ(-8deg);
}

.device-topbar {
  display: flex;
  gap: 0.35rem;
  padding: 0 0 0.7rem 0.15rem;
}

.device-topbar span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(232, 245, 232, 0.78);
}

.device-screen {
  display: block;
  padding: 0.9rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #f9fcf9, #eaf5ea);
  overflow: hidden;
}

.hero-product-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 14px 28px rgba(23, 55, 40, 0.14);
}

.logo-strip {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(35, 73, 52, 0.08);
  background: #ebebeb;
}

.logo-strip-intro {
  padding: 0 1rem 0.8rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #575051;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 3.2rem;
  padding: 0.4rem 0;
  animation: marquee-scroll 36s linear infinite;
}

.marquee-track span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: #575051;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section-space {
  padding: 6rem 0;
}

.section-soft {
  background:
    radial-gradient(circle at top right, rgba(216, 225, 143, 0.16), transparent 22%),
    linear-gradient(180deg, #f3f3ef 0%, #fbfbf8 100%);
}

.section-heading {
  max-width: 46rem;
}

#booking.section-space {
  padding-bottom: 4.25rem;
}

#anvendelser.section-space {
  padding-top: 4.25rem;
}

.section-intro {
  top: 2rem;
}

.feature-card,
.case-card,
.pricing-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(54, 104, 67, 0.08);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f0f2d4, #d8e18f);
  color: var(--forest-900);
  font-weight: 800;
}

.feature-card h3,
.case-card h3,
.pricing-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

.feature-card p,
.case-card p,
.pricing-card p,
.case-card blockquote {
  margin-bottom: 0;
  color: #567060;
}

.case-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 237, 0.92));
}

.case-tag,
.pricing-label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #ecefcb;
  color: var(--forest-800);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.case-card blockquote {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--forest-900);
}

.case-person {
  margin-top: 1.25rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #64806e;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.usecase-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.usecase-pill {
  padding: 1rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(54, 104, 67, 0.1);
  box-shadow: var(--shadow-md);
  color: var(--forest-900);
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.faq-card {
  padding: 1.6rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(54, 104, 67, 0.08);
  box-shadow: var(--shadow-md);
}

.faq-card h3 {
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--forest-900);
}

.faq-card p {
  margin-bottom: 0;
  color: #567060;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}

.price {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  color: var(--forest-900);
}

.price-line small {
  color: #688070;
  font-weight: 700;
}

.pricing-list {
  padding-left: 1.15rem;
  margin: 0;
  color: #496452;
  display: grid;
  gap: 0.7rem;
}

.btn-pricing {
  background-image:
    linear-gradient(135deg, #3a3435, #575051),
    linear-gradient(135deg, #231f20, #231f20);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  color: #fff;
  border: 0;
  transition: background-size 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-pricing:hover,
.btn-pricing:focus {
  color: #fff;
  background-size: 100% 100%, 100% 100%;
}

.featured-plan {
  background: linear-gradient(180deg, #3a3435, #231f20);
  color: #fff;
}

.featured-plan p,
.featured-plan .price,
.featured-plan .pricing-list,
.featured-plan .price-line small,
.featured-plan h3 {
  color: #fff;
}

.featured-plan .pricing-label {
  background: rgba(216, 225, 143, 0.16);
  color: #f1f3d9;
}

.featured-plan .btn-light {
  color: var(--forest-950);
  font-weight: 700;
}

.custom-solution-box {
  padding: 2rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(216, 225, 143, 0.18), transparent 26%),
    linear-gradient(135deg, #f8f8f1 0%, #ecefdd 100%);
  border: 1px solid rgba(54, 104, 67, 0.1);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.custom-solution-box h3 {
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--forest-900);
}

.custom-solution-box p {
  max-width: 44rem;
  margin: 0 auto 1.5rem;
  color: #567060;
}

#om-os .section-heading {
  max-width: 52rem;
}

#om-os .section-heading p + p {
  margin-top: 1.5rem !important;
}

.montorapp-box {
  text-align: left;
}

.montorapp-box p {
  margin-left: 0;
  margin-right: 0;
}

.contact-section {
  padding-top: 0;
}

.contact-card {
  padding: 2rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(216, 225, 143, 0.22), transparent 24%),
    linear-gradient(135deg, #f7f7f0 0%, #ecece6 100%);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(54, 104, 67, 0.1);
}

.contact-photo-wrap {
  position: relative;
}

.contact-photo {
  width: 100%;
  border-radius: 1.75rem;
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.contact-lead {
  max-width: 40rem;
  color: #4e6958;
}

.contact-person h3 {
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--forest-900);
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-link {
  display: block;
  padding: 1.1rem 1.2rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(54, 104, 67, 0.1);
  color: var(--forest-900);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-link span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c8677;
}

.contact-link strong {
  font-size: 1.05rem;
}

.contact-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: var(--forest-900);
}

.site-footer {
  padding: 2.5rem 0 3rem;
  background: #ebebeb;
  color: rgba(35, 31, 32, 0.82);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.footer-brand h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: var(--forest-950);
}

.footer-brand p,
.footer-block p {
  margin: 0;
  color: rgba(35, 31, 32, 0.72);
}

.footer-block {
  display: grid;
  gap: 0.55rem;
}

.footer-label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7f7771;
}

.site-footer a {
  color: var(--forest-950);
  text-decoration: none;
}

.site-footer a:hover {
  color: #575051;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #eef0cf, #d8e18f);
  color: var(--forest-950);
  box-shadow: 0 18px 38px rgba(35, 31, 32, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.back-to-top span {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
  box-shadow: 0 22px 42px rgba(35, 31, 32, 0.24);
}

@media (max-width: 991.98px) {
  .device-mockup {
    transform: none;
  }

  .calendar-showcase {
    min-height: auto;
  }

  .section-space {
    padding: 4.5rem 0;
  }

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

  .demo-badge-floating {
    top: -0.75rem;
    right: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .navbar .container {
    align-items: flex-start;
  }

  .demo-badge {
    width: 11.25rem;
    height: 11.25rem;
    padding: 1rem;
  }

  .demo-badge strong {
    font-size: 1.2rem;
  }

  .demo-badge-floating {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 1rem auto;
    transform: rotate(3deg);
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .marquee-track {
    gap: 2.5rem;
  }

  .back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 575.98px) {
  .hero-points {
    --bs-gutter-x: 0.75rem;
  }

  .feature-card,
  .case-card,
  .pricing-card {
    padding: 1.5rem;
  }
}
