:root {
  --ek-primary: #6aa84f;
  --ek-primary-strong: #065a26;
  --ek-primary-dark: #020a1d;
  --ek-navy: #020a1d;
  --ek-text: #1c1c1c;
  --ek-muted: #54595f;
  --ek-surface: #f7f7f7;
  --ek-white: #ffffff;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--ek-text);
  --ek-hero-photo: url("/assets/images/hero/hero-1.webp");
  --ek-hero-photo-position: center;
}

body.hero-photo-b {
  --ek-hero-photo: url("/assets/images/hero/hero-2.jpg");
}

body.hero-photo-c {
  --ek-hero-photo: url("/assets/images/ekstra/mand-017.jpg");
}

body.hero-photo-d {
  --ek-hero-photo: url("/assets/images/ekstra/mand-024.jpg");
}

a {
  color: var(--ek-primary-dark);
}

.site-header {
  background: var(--ek-white);
  border-bottom: 1px solid #eaeaea;
}

.navbar-brand img {
  height: 42px;
  width: auto;
}

.btn-ek-primary {
  background: var(--ek-primary);
  border-color: var(--ek-primary);
  color: var(--ek-white);
}

.btn-ek-primary:hover,
.btn-ek-primary:focus {
  background: var(--ek-primary-dark);
  border-color: var(--ek-primary-dark);
  color: var(--ek-white);
}

.text-success {
  color: var(--ek-primary-strong) !important;
}

.hero .text-success {
  color: var(--ek-primary) !important;
}

.border-success {
  border-color: var(--ek-primary-strong) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--ek-primary-strong);
  color: var(--ek-white);
}

.hero {
  color: var(--ek-white);
  background:
    linear-gradient(rgba(2, 10, 29, 0.62), rgba(2, 10, 29, 0.62)),
    var(--ek-hero-photo) var(--ek-hero-photo-position)/cover no-repeat,
    url("/assets/images/elkorpset-test.jpg") center/cover no-repeat;
  min-height: 64vh;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .hero {
    background:
      linear-gradient(rgba(2, 10, 29, 0.62), rgba(2, 10, 29, 0.62)),
      var(--ek-hero-photo) var(--ek-hero-photo-position)/cover no-repeat,
      url("/assets/images/elkorpset-test.jpg") center/cover no-repeat;
  }
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
}

.preheader {
  color: var(--ek-primary);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-pad {
  padding: 4rem 0;
}

.section-alt {
  background: var(--ek-surface);
}

.award-showcase-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.award-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid #e6ece4;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.award-stat-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  min-height: 3.25rem;
  border-radius: 999px;
  background: var(--ek-primary-strong);
  color: var(--ek-white);
  font-size: 1.25rem;
  font-weight: 700;
}

.award-stat-text {
  font-weight: 600;
  color: var(--ek-primary-dark);
}

.award-media-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.award-trophy-image,
.award-video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
}

.award-trophy-image {
  object-fit: cover;
}

.award-video {
  background: #000;
  object-fit: cover;
}

@media (max-width: 991.98px) {

  .award-trophy-image,
  .award-video {
    height: auto;
  }
}

.section-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.9rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}

.section-img-focus-top {
  object-position: center top;
}

.section-img-portrait {
  aspect-ratio: 1 / 1;
}

.service-card {
  border: 0;
  border-radius: 0.9rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.service-card .card-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.service-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0 0 0.9rem 0.9rem;
}

.partner-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.step {
  border-left: 4px solid var(--ek-primary);
  padding-left: 1rem;
}

.cta-strip {
  background: linear-gradient(120deg, #06205a, #0f3b8b);
  color: var(--ek-white);
  border-radius: 1rem;
  padding: 2rem;
}

.site-footer {
  background: var(--ek-navy);
  color: #d9deea;
  padding: 2rem 0;
}

.site-footer a {
  color: #d9deea;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ek-white);
}

.form-card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.upload-panel {
  border: 1px dashed #b7c3d0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f9fbfd 0%, #f2f6fa 100%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.upload-panel.is-dragover {
  border-color: var(--ek-primary-strong);
  box-shadow: 0 0 0 4px rgba(6, 90, 38, 0.08);
  background: linear-gradient(180deg, #f4faf5 0%, #edf7ef 100%);
}

.upload-panel-inner {
  padding: 1.25rem;
}

.upload-panel-title {
  color: var(--ek-primary-dark);
  font-weight: 600;
}

.upload-panel-copy {
  font-size: 0.95rem;
}

.upload-file-list {
  border-top: 1px solid #dde5ee;
  margin: 0;
  padding: 0.25rem 1rem 1rem;
}

.upload-file-item {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding-top: 0.75rem;
}

.upload-file-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.upload-file-name {
  color: var(--ek-primary-dark);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.upload-file-meta {
  color: var(--ek-muted);
  font-size: 0.9rem;
}

.upload-file-remove {
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
}

.price-pattern {
  max-width: 220px;
}

.price-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.price-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.price-card p {
  color: var(--ek-muted);
  margin-bottom: 0.7rem;
}

.price-value {
  color: var(--ek-text);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.price-note {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.award-strip {
  background: var(--ek-primary-strong);
  color: #fff;
  padding: 1rem 0;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .navbar .btn {
    width: 100%;
  }

  .upload-file-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .upload-file-remove {
    margin-top: -0.25rem;
  }
}