/* Presentation polish layer: remove this file link to return to the draft look. */
:root {
  --polish-shadow-soft: 0 18px 48px rgba(7, 58, 103, 0.1);
  --polish-shadow-strong: 0 28px 80px rgba(3, 42, 75, 0.18);
  --polish-border: rgba(7, 58, 103, 0.12);
}

body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  background: transparent;
  border-bottom-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header.is-sticky {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 46px rgba(7, 58, 103, 0.1);
}

.main-menu > li > a,
.header-icon,
.language-trigger {
  text-shadow: 0 3px 14px rgba(4, 10, 16, 0.5);
}

.site-header.is-sticky .main-menu > li > a,
.site-header.is-sticky .header-icon,
.site-header.is-sticky .language-trigger {
  text-shadow: none;
}

.main-menu > li > a::after {
  height: 3px;
}

.heroSwiper {
  height: 700px;
  min-height: 90svh;
}

.hero-background::before {
  background: linear-gradient(
    180deg,
    rgba(4, 10, 16, 0.42) 0%,
    rgba(4, 10, 16, 0.26) 92px,
    rgba(4, 10, 16, 0.12) 190px,
    rgba(4, 10, 16, 0.04) 310px,
    rgba(4, 10, 16, 0) 52%
  );
}

.hero-copy h1,
.hero-copy h2,
.section-intro h2,
.company-copy h2,
.environment-content h2,
.agenda-header h2,
.prefooter-grid h2 {
  letter-spacing: 0;
}

.hero-copy p,
.section-intro p,
.company-copy p,
.environment-content p,
.agenda-featured p {
  font-size: 1.02rem;
}

.btn,
.video-button span,
.hero-nav-buttons button,
.product-swiper-footer button,
.agenda-tabs button,
.back-to-top {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.btn:hover,
.video-button:hover span,
.hero-nav-buttons button:hover,
.product-swiper-footer button:hover,
.back-to-top:hover {
  transform: translateY(-2px);
}

.btn-sem-navy,
.btn-sem-green {
  box-shadow: 0 12px 28px rgba(3, 42, 75, 0.16);
}

.product-architecture,
.feature-editorial {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    var(--sem-cream);
}

.solution-grid,
.feature-layout {
  gap: 18px;
}

.solution-card,
.feature-primary,
.feature-secondary,
.agenda-featured,
.certificate-mark,
.certificate-heading {
  border-radius: 6px;
}

.solution-card,
.feature-primary,
.feature-secondary {
  background: var(--sem-navy-dark);
  box-shadow: var(--polish-shadow-soft);
  isolation: isolate;
}

.solution-card::after,
.feature-primary::after,
.feature-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.solution-overlay {
  background:
    linear-gradient(0deg, rgba(3, 42, 75, 0.94), rgba(3, 42, 75, 0.2) 54%, rgba(3, 42, 75, 0.02)),
    linear-gradient(90deg, rgba(3, 42, 75, 0.22), transparent 58%);
}

.solution-content,
.feature-copy,
.feature-small-copy {
  z-index: 4;
}

.solution-content ul li {
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
}

.solution-content a,
.feature-action,
.agenda-featured a,
.text-link {
  position: relative;
}

.solution-content a i,
.agenda-featured a i,
.environment-links i,
.agenda-list i {
  transition: transform 0.22s ease;
}

.solution-content a:hover i,
.agenda-featured a:hover i,
.environment-links a:hover i,
.agenda-list a:hover i {
  transform: translateX(4px);
}

.company-story {
  background:
    linear-gradient(180deg, #fff 0%, #fff 70%, rgba(247, 246, 242, 0.72) 100%);
}

.company-list div {
  min-height: 52px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(7, 58, 103, 0.08);
  border-left: 3px solid var(--sem-green);
  box-shadow: 0 10px 30px rgba(7, 58, 103, 0.05);
}

.company-visual > img {
  border-radius: 6px;
  box-shadow: var(--polish-shadow-strong);
}

.fact-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: 0 20px 54px rgba(3, 42, 75, 0.22);
}

.production-methods {
  background: #fff;
  border-color: rgba(7, 58, 103, 0.1);
  box-shadow: 0 18px 50px rgba(7, 58, 103, 0.06);
}

.production-methods > div {
  transition: background-color 0.22s ease;
}

.production-methods > div:hover {
  background: rgba(234, 240, 245, 0.5);
}

.feature-shade {
  background:
    linear-gradient(0deg, rgba(3, 42, 75, 0.96), rgba(3, 42, 75, 0.36) 48%, rgba(3, 42, 75, 0.06)),
    linear-gradient(90deg, rgba(3, 42, 75, 0.24), transparent 62%);
}

.feature-shade-blue {
  background:
    linear-gradient(0deg, rgba(3, 42, 75, 0.92), rgba(7, 58, 103, 0.3) 62%, rgba(7, 58, 103, 0.08)),
    linear-gradient(90deg, rgba(3, 42, 75, 0.28), transparent);
}

.feature-shade-green {
  background:
    linear-gradient(0deg, rgba(43, 86, 32, 0.9), rgba(71, 120, 45, 0.26) 64%, rgba(71, 120, 45, 0.08)),
    linear-gradient(90deg, rgba(3, 42, 75, 0.22), transparent);
}

.environment-section {
  background:
    linear-gradient(135deg, #032a4b 0%, #073a67 52%, #042943 100%);
}

.environment-image {
  position: relative;
}

.environment-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 42, 75, 0.1), rgba(3, 42, 75, 0.36));
  pointer-events: none;
}

.environment-links a,
.agenda-list a {
  transition:
    padding-left 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.environment-links a:hover {
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.agenda-featured {
  overflow: hidden;
  background: #fff;
  border-color: var(--polish-border);
  box-shadow: var(--polish-shadow-soft);
}

.agenda-featured > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda-list a:hover {
  padding-left: 12px;
  border-color: rgba(7, 58, 103, 0.22);
  background: rgba(234, 240, 245, 0.38);
}

.agenda-tabs button {
  border-bottom-width: 3px;
}

.certificates-grid {
  overflow: hidden;
  background: #fff;
  border-color: var(--polish-border);
  box-shadow: var(--polish-shadow-soft);
}

.certificate-mark {
  background:
    linear-gradient(180deg, rgba(234, 240, 245, 0.46), rgba(255, 255, 255, 0));
}

.certificate-mark strong {
  color: var(--sem-navy);
}

.prefooter-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #03233d 0%, #073a67 58%, #0d4e78 100%);
}

.prefooter-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.prefooter-grid {
  position: relative;
  z-index: 1;
}

.site-footer {
  background:
    linear-gradient(180deg, #03233d, #021d33 72%, #011827);
}

.footer-social a,
.back-to-top {
  border-radius: 4px;
}

.cookie-consent {
  position: fixed;
  right: auto;
  bottom: 16px;
  left: 50%;
  width: min(62vw, 1180px);
  z-index: 10020;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease;
}

.cookie-consent.visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.cookie-consent-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  align-items: center;
  max-width: 1880px;
  margin: 0 auto;
  padding: 14px 20px;
  color: var(--sem-ink);
  background: #fff;
  border: 1px solid rgba(7, 58, 103, 0.12);
  border-left: 6px solid var(--sem-navy);
  border-radius: 12px;
  box-shadow: 0 22px 64px rgba(3, 42, 75, 0.2);
  -webkit-backdrop-filter: saturate(135%) blur(16px);
  backdrop-filter: saturate(135%) blur(16px);
}

.cookie-consent-copy {
  min-width: 0;
}

.cookie-consent h2 {
  margin: 2px 0 4px;
  font-size: clamp(1.15rem, 1.35vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sem-navy);
}

.cookie-consent p {
  max-width: none;
  margin: 0;
  font-size: clamp(0.88rem, 0.92vw, 0.96rem);
  line-height: 1.42;
  color: #33475b;
}

.cookie-policy-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 6px;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--sem-navy);
}

.cookie-policy-link:hover {
  color: var(--sem-green-dark);
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cookie-consent .btn {
  min-height: 40px;
  padding: 9px 10px;
  font-size: 0.82rem;
  white-space: nowrap;
}

.cookie-consent .btn-outline-sem {
  color: var(--sem-navy);
  background: #fff;
  border-color: rgba(7, 58, 103, 0.24);
}

.cookie-consent .btn-outline-sem:hover {
  color: #fff;
  background: var(--sem-navy);
  border-color: var(--sem-navy);
}

@media (max-width: 768px) {
  .site-header {
    -webkit-backdrop-filter: saturate(115%) blur(4px);
    backdrop-filter: saturate(115%) blur(4px);
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(2.7rem, 8vw, 3.1rem);
    letter-spacing: 0;
    line-height: 1.02;
  }

  .solution-card,
  .feature-primary,
  .feature-secondary,
  .agenda-featured,
  .certificates-grid {
    box-shadow: 0 14px 36px rgba(7, 58, 103, 0.09);
  }

  .solution-content ul li {
    padding: 4px 7px;
  }

  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    transform: translateY(18px);
  }

  .cookie-consent.visible {
    transform: translateY(0);
  }

  .cookie-consent-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .cookie-consent-copy {
    min-width: 0;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-consent .btn {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    font-size: 0.86rem;
  }
}

@media (max-width: 420px) {
  .cookie-consent-copy,
  .cookie-consent-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .heroSwiper {
    height: 590px;
    min-height: 78svh;
  }
}

@media (max-width: 768px) {
  .heroSwiper {
    height: 560px;
    min-height: 76svh;
  }
}
