:root {
  --iduna-navy: #16357a;
  --iduna-navy-dark: #0f2a63;
  --iduna-red: #e2231a;
  --iduna-red-dark: #c41a12;
  --iduna-blue: #1b5fa8;
  --iduna-green: #1c6b4d;
  --iduna-bg: #ffffff;
  --iduna-soft: #f4f6fa;
}

* { box-sizing: border-box; }

.iduna-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 991.98px) {
  .iduna-container { padding-left: 1.2rem; padding-right: 1.2rem; }
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1f2a44;
  background: var(--iduna-bg);
}

.text-navy { color: var(--iduna-navy); }
.text-red { color: var(--iduna-red); }

.btn-iduna-red {
  background: var(--iduna-red);
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  border: none;
  border-radius: 6px;
  padding: .65rem 1.4rem;
}
.btn-iduna-red:hover { background: var(--iduna-red-dark); color: #fff; }

.btn-iduna-outline {
  background: #fff;
  color: var(--iduna-navy);
  border: 1.5px solid var(--iduna-blue);
  font-weight: 700;
  border-radius: 6px;
  padding: .55rem 1.4rem;
  line-height: 1.15;
  text-align: center;
}
.btn-iduna-outline span { font-size: .82rem; }
.btn-iduna-outline:hover { background: var(--iduna-soft); color: var(--iduna-navy); }

.iduna-header {
  background: #fff;
  border-bottom: 1px solid #e9edf3;
  box-shadow: 0 2px 10px rgba(15,42,99,.05);
}
.navbar { padding: .65rem 0; }
.iduna-logo { padding: 0; }
.iduna-logo-img { height: 54px; width: auto; display: block; }
.navbar-nav .nav-link {
  color: var(--iduna-navy);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .4px;
  padding: .5rem .7rem;
}
.navbar-nav .nav-link.active {
  color: var(--iduna-navy);
  border-bottom: 3px solid var(--iduna-red);
}
.navbar-nav .nav-link:hover { color: var(--iduna-blue); }
.iduna-phone-link {
  color: var(--iduna-blue);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  white-space: nowrap;
}

.iduna-hero {
  position: relative;
  background: linear-gradient(180deg, #fbfcfe 0%, #eef2f8 100%);
  overflow: hidden;
}
.hero-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 66.6667%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg,
    #ffffff 0%,
    #ffffff 32%,
    rgba(255,255,255,.96) 40%,
    rgba(255,255,255,.82) 48%,
    rgba(255,255,255,.6) 56%,
    rgba(255,255,255,.36) 65%,
    rgba(255,255,255,.16) 74%,
    rgba(255,255,255,.04) 83%,
    rgba(255,255,255,0) 92%);
}
.hero-content-wrap { position: relative; z-index: 3; }
.hero-left { display: flex; align-items: center; }
.hero-left-inner { padding: 3.5rem 1rem 3.5rem 0; max-width: 660px; }
.hero-title {
  font-weight: 700;
  font-size: clamp(2.1rem, 4.2vw, 3.5rem);
  line-height: 1.08;
  margin-bottom: 1.2rem;
}
.hero-lead {
  font-size: 1.05rem;
  color: #3a4660;
  max-width: 560px;
  margin-bottom: 1.6rem;
}
.hero-checklist p {
  margin-bottom: .55rem;
  font-weight: 600;
  color: #2a3550;
  font-size: .95rem;
}
.hero-checklist i {
  color: var(--iduna-blue);
  margin-right: .55rem;
  font-size: 1.1rem;
}
.iduna-stats {
  margin-top: -45px;
  position: relative;
  z-index: 5;
  padding-bottom: 1rem;
}
.stats-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15,42,99,.12);
  padding: 1.8rem 1rem;
}
.stat-item {
  padding: .4rem 1rem;
  border-right: 1px solid #e6ebf3;
}
.stat-item:last-child { border-right: none; }
.stat-icon {
  color: var(--iduna-blue);
  font-size: 1.7rem;
  margin-bottom: .5rem;
}
.stat-number {
  font-weight: 900;
  font-size: 2rem;
  color: var(--iduna-navy);
  line-height: 1;
}
.stat-label {
  font-weight: 700;
  font-size: .78rem;
  color: var(--iduna-navy);
  letter-spacing: .3px;
  margin-top: .35rem;
}

.section-title {
  text-align: center;
  font-weight: 800;
  color: var(--iduna-navy);
  letter-spacing: .5px;
  margin: 2.4rem 0 1.6rem;
  font-size: 1.45rem;
}

.iduna-domains { padding: 1rem 0 1.5rem; }
.domain-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 170px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
  background-position: center right;
}
.domain-horeca {
  background-image:
    linear-gradient(100deg, rgba(11,24,58,.97) 30%, rgba(11,24,58,.55) 62%, rgba(11,24,58,.15) 100%),
    url("images/domain-horeca.webp");
}
.domain-food {
  background-image:
    linear-gradient(100deg, rgba(8,46,33,.97) 30%, rgba(8,46,33,.5) 62%, rgba(8,46,33,.12) 100%),
    url("images/domain-food.webp");
}
.domain-content {
  position: relative;
  z-index: 2;
  padding: 1.1rem 1.2rem;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.domain-content h3 {
  font-weight: 800;
  font-size: .82rem;
  line-height: 1.25;
  letter-spacing: .2px;
  margin-bottom: .4rem;
}
.domain-content p {
  font-size: .72rem;
  margin-top: auto;
  margin-bottom: .7rem;
  opacity: .92;
  line-height: 1.35;
}
.domain-content .btn { align-self: flex-start; font-size: .64rem; padding: .45rem .75rem; white-space: nowrap; }
.domain-content .btn i { margin-left: .4rem !important; }

.biochip-card {
  height: 100%;
  min-height: 170px;
  border-radius: 12px;
  background-image: url("images/biochip-hand.webp"), linear-gradient(135deg, #eaf1fb 0%, #dbe7f8 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, center;
  background-size: auto 98%, cover;
  border: 1px solid #d2e0f3;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.biochip-phone { flex: 0 0 124px; align-self: stretch; }
.biochip-main { flex: 1; min-width: 0; align-self: center; padding: .9rem .4rem .9rem .9rem; }
.biochip-title { font-weight: 900; color: var(--iduna-navy); font-size: 1.3rem; margin-bottom: .05rem; line-height: 1; }
.biochip-sub { font-weight: 800; color: var(--iduna-navy); font-size: .7rem; letter-spacing: .2px; }
.biochip-text { font-size: .7rem; color: #43506b; margin: .18rem 0 .6rem; }
.biochip-docs { display: flex; gap: .4rem; }
.biochip-docs .doc { text-align: center; flex: 1; }
.biochip-docs .doc i { color: var(--iduna-blue); font-size: 1.05rem; }
.biochip-docs .doc span { display: block; font-size: .53rem; color: #43506b; margin-top: .2rem; line-height: 1.1; }
.biochip-qr {
  flex: 0 0 auto;
  text-align: center;
  text-decoration: none;
  align-self: center;
  padding: 0 1rem 0 .4rem;
}
.biochip-qr img { width: 84px; height: 84px; border-radius: 6px; border: 1px solid #cdd9ec; background: #fff; padding: 4px; }
.biochip-qr-label { display: block; font-weight: 800; color: var(--iduna-navy); font-size: .6rem; margin-top: .28rem; line-height: 1.15; }

.iduna-solutions { padding: 1rem 0 2rem; }
.solutions-row { --bs-gutter-x: .75rem; --bs-gutter-y: .75rem; }
.solution-card {
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  padding: .8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.solution-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 44px;
  gap: .4rem;
}
.solution-kicker {
  font-weight: 800;
  color: var(--iduna-navy);
  font-size: .82rem;
  line-height: 1.2;
  letter-spacing: .2px;
}
.brand-tag-img { height: 26px; width: auto; flex: 0 0 auto; }
.solution-img {
  margin: .9rem 0;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.solution-desc {
  font-size: .85rem;
  color: #43506b;
  flex: 1;
  margin-bottom: 1rem;
}
.solution-card .btn { font-size: .6rem; padding: .5rem .4rem; white-space: nowrap; letter-spacing: 0; }
.solution-card .btn i { margin-left: .3rem !important; }

.iduna-cta { padding: 1rem 0 3rem; }
.cta-bar {
  background: linear-gradient(120deg, var(--iduna-navy) 0%, var(--iduna-navy-dark) 100%);
  border-radius: 14px;
  padding: 1.6rem 2rem;
  color: #fff;
}
.cta-icon { font-size: 2.6rem; opacity: .85; }
.cta-title { font-weight: 800; font-size: 1.1rem; margin-bottom: .25rem; }
.cta-text { font-size: .88rem; opacity: .9; max-width: 420px; }
.cta-contact { display: flex; flex-direction: column; gap: .4rem; }
.cta-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.02rem;
}
.cta-contact a:hover { color: #cfe0f5; }

.iduna-why { padding: 2.5rem 0 1rem; }
.why-intro {
  text-align: center;
  color: #4a5772;
  max-width: 720px;
  margin: -0.6rem auto 2rem;
  font-size: .98rem;
}
.why-card {
  display: flex;
  gap: 1rem;
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  padding: 1.3rem 1.4rem;
  height: 100%;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.why-card:hover {
  box-shadow: 0 12px 30px rgba(15,42,99,.1);
  transform: translateY(-3px);
  border-color: #cfdcf0;
}
.why-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf1fb, #d8e6fa);
  color: var(--iduna-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.why-card h3 {
  font-weight: 800;
  color: var(--iduna-navy);
  font-size: 1.02rem;
  margin-bottom: .3rem;
}
.why-card p { font-size: .85rem; color: #56627d; margin: 0; line-height: 1.45; }

.cert-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  margin: 2.2rem 0 .5rem;
  padding: 1.2rem;
  background: var(--iduna-soft);
  border-radius: 12px;
}
.cert-label { font-weight: 800; color: var(--iduna-navy); font-size: .9rem; margin-right: .4rem; }
.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 1px solid #d7e0ef;
  color: var(--iduna-navy);
  font-weight: 700;
  font-size: .82rem;
  padding: .5rem .9rem;
  border-radius: 30px;
}
.cert-badge i { color: var(--iduna-red); }

.iduna-footer {
  background: linear-gradient(160deg, #112a63 0%, #0c1f49 100%);
  color: #c7d3ea;
  margin-top: 2.5rem;
  padding: 3rem 0 1.4rem;
}
.footer-top { padding-bottom: 2rem; }
.footer-logo { height: 56px; width: auto; background: #fff; padding: 6px 8px; border-radius: 8px; margin-bottom: 1rem; }
.footer-about { font-size: .88rem; line-height: 1.6; color: #aebcd8; max-width: 340px; }
.footer-social { display: flex; gap: .6rem; margin-top: 1rem; }
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .2s;
}
.footer-social a:hover { background: var(--iduna-red); }
.footer-title {
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 1.1rem;
  position: relative;
  padding-bottom: .6rem;
}
.footer-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 34px; height: 3px;
  background: var(--iduna-red);
  border-radius: 2px;
}
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a {
  color: #aebcd8;
  text-decoration: none;
  font-size: .88rem;
  transition: color .2s, padding-left .2s;
}
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: .7rem;
  font-size: .88rem;
  color: #aebcd8;
}
.footer-contact li i { color: var(--iduna-red); margin-top: .15rem; width: 16px; }
.footer-contact a { color: #aebcd8; text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-cta { margin-top: 1.1rem; font-size: .82rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  font-size: .82rem;
  color: #93a3c4;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-legal a { color: #93a3c4; text-decoration: none; }
.footer-legal a:hover { color: #fff; }

@media (max-width: 991.98px) {
  .hero-left-inner { padding: 2.2rem 1.2rem; }
  .hero-right { min-height: 320px; }
  .stat-item { border-right: none; border-bottom: 1px solid #e6ebf3; padding: 1rem; }
  .stat-item:last-child { border-bottom: none; }
  .iduna-stats { margin-top: 0; }
}
