:root {
  --deep-purple: #140A2E;
  --mid-purple: #362670;
  --light-purple: #BEA6FF;
  --deep-green: #237360;
  --mid-green: #42A68E;
  --neon-green: #74F2B0;
  --light-green: #C2F2D9;
  --rosewood: #6B1D26;
  --rose: #FF9193;
  --amber: #FFC266;
  --cream: #FFF7E8;
  --page: #F8FFF9;
  --page-purple: #F3F0FF;
  --ink: #160F2E;
  --panel: #FFFFFF;
  --panel-strong: #EEE7FF;
  --line: rgba(54, 38, 112, 0.16);
  --text: #160F2E;
  --muted: #5F5970;
  --shadow: 0 20px 60px rgba(54, 38, 112, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(54, 38, 112, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 38, 112, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--page) 0%, #FFFFFF 38%, var(--page-purple) 100%);
  background-size: 56px 56px;
  color: var(--text);
  font-family: "Cairo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--deep-green);
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--neon-green);
  color: #07120F;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-alert {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 7px 20px;
  background: #362670;
  color: var(--neon-green);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-alert span {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 240, 255, 0.72);
  border-bottom: 1px solid rgba(54, 38, 112, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 38px rgba(54, 38, 112, 0.08);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-solid {
  background: rgba(243, 240, 255, 0.82);
  border-bottom-color: rgba(54, 38, 112, 0.18);
  box-shadow: 0 14px 42px rgba(54, 38, 112, 0.12);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img,
.footer-logo {
  height: auto;
  object-fit: contain;
}

.footer-logo {
  width: 172px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--deep-purple);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-header.is-solid .site-nav {
  color: var(--deep-purple);
}

.site-nav a:hover {
  color: var(--neon-green);
}

.nav-cta,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.1;
}

.nav-cta {
  padding: 12px 18px;
  color: #07120F;
  background: var(--neon-green);
}

.nav-cta:hover {
  color: #07120F;
  background: var(--light-green);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(54, 38, 112, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--deep-purple);
}

.site-header.is-solid .nav-toggle {
  border-color: rgba(54, 38, 112, 0.24);
  background: rgba(255, 255, 255, 0.28);
  color: var(--deep-purple);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 118px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 72px 0 68px;
  background: linear-gradient(135deg, #FFFFFF 0%, var(--page-purple) 48%, #E8FFF2 100%);
  isolation: isolate;
}

.hero-animation {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.email-security-scene {
  position: absolute;
  right: clamp(10px, 5vw, 90px);
  top: 50%;
  width: min(58vw, 720px);
  height: min(58vw, 560px);
  min-width: 520px;
  min-height: 420px;
  transform: translateY(-48%);
}

.email-security-scene::before {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 242, 176, 0.24), rgba(190, 166, 255, 0.1) 42%, transparent 68%);
  filter: blur(4px);
}

.route-line {
  position: absolute;
  height: 3px;
  border-radius: 999px;
  opacity: 0.56;
  transform-origin: top center;
}

.route-incoming {
  left: 4%;
  top: 46%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(95, 89, 112, 0.42), rgba(95, 89, 112, 0.12));
}

.route-safe {
  left: 47%;
  top: 37%;
  width: 33%;
  background: linear-gradient(90deg, rgba(116, 242, 176, 0.58), rgba(116, 242, 176, 0.12), transparent);
  transform: rotate(-14deg);
}

.route-threat {
  left: 47%;
  top: 58%;
  width: 32%;
  background: linear-gradient(90deg, rgba(255, 145, 147, 0.58), rgba(255, 145, 147, 0.12), transparent);
  transform: rotate(22deg);
}

.email {
  position: absolute;
  width: 72px;
  height: 54px;
  border: 2px solid currentColor;
  border-radius: 8px;
  color: rgba(95, 89, 112, 0.54);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(54, 38, 112, 0.13);
}

.email span {
  position: absolute;
  inset: 10px 11px;
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 6px;
  background:
    linear-gradient(34deg, transparent 48%, currentColor 49% 51%, transparent 52%) left top / 50% 100% no-repeat,
    linear-gradient(-34deg, transparent 48%, currentColor 49% 51%, transparent 52%) right top / 50% 100% no-repeat,
    rgba(255, 255, 255, 0.46);
  opacity: 0.82;
}

.email span::before,
.email span::after {
  position: absolute;
  content: "";
}

.email span::before {
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background:
    linear-gradient(146deg, transparent 49%, currentColor 50% 52%, transparent 53%) left top / 50% 100% no-repeat,
    linear-gradient(-146deg, transparent 49%, currentColor 50% 52%, transparent 53%) right top / 50% 100% no-repeat;
  opacity: 0.62;
}

.email span::after {
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.36;
}

.email-in {
  left: 8%;
  top: 42%;
  animation: incomingMail 5.8s linear infinite;
}

.email-in-two {
  top: 31%;
  animation-delay: -1.8s;
}

.email-in-three {
  top: 55%;
  animation-delay: -3.7s;
}

.email-safe {
  left: 48%;
  top: 40%;
  border-color: rgba(35, 115, 96, 0.7);
  background: rgba(194, 242, 217, 0.9);
  color: var(--deep-green);
  animation: safeMail 5.8s linear infinite;
}

.email-safe-two {
  top: 48%;
  animation-delay: -2.9s;
}

.email-threat {
  left: 48%;
  top: 47%;
  border-color: rgba(107, 29, 38, 0.72);
  background: rgba(255, 204, 204, 0.92);
  color: var(--rosewood);
  animation: threatMail 5.8s linear infinite;
}

.email-threat-two {
  top: 56%;
  animation-delay: -2.9s;
}

.gaetir-scanner {
  position: absolute;
  left: 42%;
  top: 50%;
  width: 156px;
  height: 156px;
  transform: translate(-50%, -50%);
}

.scanner-pulse {
  position: absolute;
  inset: -20px;
  border: 1px solid rgba(116, 242, 176, 0.5);
  border-radius: 48% 48% 56% 56%;
  background: radial-gradient(circle, rgba(116, 242, 176, 0.2), rgba(190, 166, 255, 0.12) 54%, transparent 72%);
  clip-path: polygon(50% 0%, 84% 12%, 78% 66%, 50% 100%, 22% 66%, 16% 12%);
  animation: scannerPulse 3.8s ease-in-out infinite;
}

.scanner-body {
  position: absolute;
  inset: 2px 18px 0;
  overflow: hidden;
  border: 3px solid rgba(54, 38, 112, 0.24);
  border-radius: 46% 46% 58% 58%;
  background:
    linear-gradient(90deg, rgba(116, 242, 176, 0.94) 0 50%, rgba(190, 166, 255, 0.96) 50% 100%);
  clip-path: polygon(50% 0%, 86% 13%, 80% 67%, 50% 100%, 20% 67%, 14% 13%);
  box-shadow: 0 22px 58px rgba(54, 38, 112, 0.24);
}

.scanner-body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(54, 38, 112, 0.22);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.36);
  transform: translateX(-50%);
}

.scanner-body::after {
  content: "";
  position: absolute;
  inset: 10px 12px 14px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: inherit;
  clip-path: polygon(50% 0%, 86% 13%, 80% 67%, 50% 100%, 20% 67%, 14% 13%);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.18);
}

.scanner-beam {
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.46);
  transform: translateX(-50%);
}

.scanner-aperture {
  display: none;
}

.protected-inbox,
.quarantine-jail {
  position: absolute;
  right: 4%;
  width: 168px;
  border-radius: 8px;
  box-shadow: 0 20px 56px rgba(54, 38, 112, 0.14);
}

.animation-label {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  font-family: "Cairo", Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.label-safe {
  color: var(--deep-green);
}

.label-threat {
  color: var(--rosewood);
}

.protected-inbox {
  top: 24%;
  height: 124px;
  border: 2px solid rgba(35, 115, 96, 0.42);
  background: rgba(255, 255, 255, 0.82);
}

.protected-inbox::before {
  content: "";
  position: absolute;
  inset: 16px 18px auto;
  height: 26px;
  border-radius: 5px;
  background: rgba(194, 242, 217, 0.95);
}

.inbox-tray {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 42px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(116, 242, 176, 0.18), rgba(116, 242, 176, 0.52));
  border: 1px solid rgba(35, 115, 96, 0.32);
}

.inbox-slot {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 36px;
  height: 7px;
  border-radius: 999px;
  background: var(--deep-green);
}

.quarantine-jail {
  bottom: 18%;
  height: 132px;
  border: 2px solid rgba(107, 29, 38, 0.44);
  background: rgba(255, 255, 255, 0.78);
}

.quarantine-jail::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 18px;
  height: 26px;
  border-radius: 5px;
  background: rgba(255, 204, 204, 0.9);
}

.jail-bars {
  position: absolute;
  inset: 18px 28px;
  border: 2px solid var(--rosewood);
  border-radius: 7px;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, var(--rosewood) 18px 22px),
    rgba(255, 204, 204, 0.16);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 45%, rgba(255, 255, 255, 0.18) 100%),
    radial-gradient(circle at 78% 42%, rgba(116, 242, 176, 0.34), transparent 32%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--deep-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.article-hero h1 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 790px;
  color: var(--mid-purple);
  font-size: 5.4rem;
  font-weight: 800;
}

.hero-lede {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.65;
}

.hero-lede strong {
  color: var(--text);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-width: 154px;
  padding: 14px 20px;
  border: 1px solid transparent;
  cursor: pointer;
}

.button-primary {
  background: var(--neon-green);
  color: #07120F;
}

.button-primary:hover {
  color: #07120F;
  background: var(--light-green);
}

.button-secondary {
  border-color: rgba(54, 38, 112, 0.24);
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover {
  border-color: var(--deep-green);
  color: var(--deep-green);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 860px;
  margin-top: 48px;
}

.hero-metrics div {
  min-height: 126px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep-green);
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.08;
}

.hero-metrics span {
  display: block;
  color: var(--muted);
}

.logo-rail {
  padding: 26px 0;
  overflow: hidden;
  background: var(--mid-purple);
  border-top: 1px solid rgba(190, 166, 255, 0.22);
  border-bottom: 1px solid rgba(190, 166, 255, 0.22);
}

.logo-rail-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
}

.logo-rail-inner > span {
  flex: 0 0 auto;
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
  color: var(--light-green);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-marquee {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: logoMarquee 30s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.customer-logo-card {
  flex: 0 0 auto;
  width: 188px;
  min-height: 98px;
  display: grid;
  grid-template-rows: 64px auto;
  align-items: center;
  justify-items: center;
  gap: 8px;
  padding: 12px 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.74);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.customer-logo-card:hover,
.customer-logo-card:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.88);
  color: var(--mid-purple);
  transform: translateY(-2px);
  outline: none;
}

.customer-logo-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(116, 242, 176, 0.48);
}

.customer-logo-mark {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-logo-mark img {
  width: auto;
  max-width: 158px;
  max-height: 58px;
  filter: grayscale(1) saturate(0) contrast(0.78) brightness(1.72);
  opacity: 0.72;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.customer-logo-card:hover img,
.customer-logo-card:focus-visible img {
  filter: none;
  opacity: 1;
  transform: scale(1.02);
}

.customer-logo-card--betania img,
.customer-logo-card--svenska-kyrkan img {
  max-width: 166px;
}

.customer-logo-card--bth img {
  max-width: 62px;
}

.customer-logo-card--prow img {
  max-width: 118px;
  max-height: 62px;
}

.customer-logo-name {
  display: block;
  width: 100%;
  color: currentColor;
  font-family: "Cairo", Arial, Helvetica, sans-serif;
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
}

.section {
  padding: 92px 0;
}

.mission-band {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--page) 100%);
}

.split-layout,
.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.section-copy h2,
.section-heading h2 {
  font-size: 3.25rem;
}

.section-copy p,
.section-heading p:not(.section-kicker) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.media-frame,
.wide-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.mission-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.mission-points div,
.outcome-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(54, 38, 112, 0.08);
}

.mission-points span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 800;
}

.mission-points strong,
.outcome-list strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}

.mission-points p,
.outcome-list span {
  display: block;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.stat-section {
  background:
    linear-gradient(rgba(116, 242, 176, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 242, 176, 0.04) 1px, transparent 1px),
    var(--deep-purple);
  background-size: 52px 52px;
  color: #FFFFFF;
}

.stat-section .section-kicker,
.stat-card span {
  color: var(--neon-green);
}

.stat-section .section-heading p:not(.section-kicker),
.stat-card p {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--deep-green);
  font-weight: 800;
}

.section-link:hover {
  color: var(--mid-purple);
}

.section-heading.narrow {
  max-width: 760px;
  text-align: left;
}

.stat-grid,
.flow-grid,
.award-grid,
.news-grid,
.team-grid {
  display: grid;
  gap: 18px;
}

.stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(190, 166, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.stat-card strong {
  display: block;
  color: #FFFFFF;
  font-size: 4.8rem;
  line-height: 1;
}

.stat-card p {
  min-height: 78px;
  margin: 18px 0;
  font-size: 1.05rem;
}

.stat-card span {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
}

.platform-section {
  background: linear-gradient(180deg, var(--page-purple) 0%, #FFFFFF 100%);
}

.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.flow-card,
.award-card,
.team-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.flow-card {
  min-height: 286px;
  padding: 26px;
}

.flow-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--light-green);
  color: var(--deep-green);
  font-weight: 800;
}

.flow-card h3,
.comparison-panel h3,
.award-card h3,
.news-card h3,
.team-card h3 {
  margin: 18px 0 10px;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.15;
}

.flow-card p,
.comparison-panel li,
.award-card p,
.news-card p,
.team-card small,
.team-card p {
  color: var(--muted);
}

.comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.comparison-panel {
  min-height: 314px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.comparison-panel.with {
  background: linear-gradient(135deg, rgba(194, 242, 217, 0.8), rgba(255, 255, 255, 0.94));
}

.comparison-panel.with .section-kicker {
  color: var(--deep-green);
}

.comparison-panel.with h3 {
  color: var(--deep-green);
}

.comparison-panel.with li::marker {
  color: var(--deep-green);
}

.comparison-panel.without {
  background: linear-gradient(135deg, rgba(255, 204, 204, 0.66), rgba(255, 255, 255, 0.94));
}

.comparison-panel.without .section-kicker {
  color: var(--rose);
}

.comparison-panel.without li::marker {
  color: var(--rose);
}

.comparison-panel ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.proof-section {
  background:
    linear-gradient(rgba(116, 242, 176, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 242, 176, 0.04) 1px, transparent 1px),
    var(--deep-purple);
  background-size: 52px 52px;
  color: #FFFFFF;
}

.proof-section .section-kicker {
  color: var(--neon-green);
}

.proof-section .section-copy h2 {
  color: #FFFFFF;
}

.proof-section .section-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.proof-layout {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
}

.wide-media {
  align-self: stretch;
}

.wide-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.proof-section .wide-media {
  align-self: center;
}

.proof-section .wide-media img {
  height: 520px;
  min-height: 520px;
  object-position: center bottom;
}

.outcome-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.proof-section .outcome-list div {
  border-color: rgba(190, 166, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.proof-section .outcome-list strong {
  color: #FFFFFF;
}

.proof-section .outcome-list span {
  color: rgba(255, 255, 255, 0.7);
}

.awards-section {
  background: #F7FBFF;
  color: #11131B;
}

.awards-section .section-kicker,
.award-card span {
  color: var(--deep-green);
}

.awards-section .section-heading p:not(.section-kicker),
.award-card p {
  color: #49515C;
}

.award-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.awards-section .section-heading {
  max-width: none;
}

.awards-section .section-heading h2 {
  white-space: nowrap;
}

.award-card {
  min-height: 260px;
  padding: 28px;
  background: #FFFFFF;
  border-color: rgba(35, 115, 96, 0.16);
  box-shadow: 0 18px 60px rgba(20, 10, 46, 0.08);
}

.award-card span,
.news-card span {
  display: inline-block;
  color: var(--mid-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.award-card h3 {
  color: var(--deep-purple);
}

.award-card h3 a {
  display: inline;
}

.news-section {
  background:
    radial-gradient(circle at 86% 10%, rgba(116, 242, 176, 0.16), transparent 32%),
    var(--mid-purple);
  color: #FFFFFF;
}

.news-section .section-kicker,
.news-section .section-link,
.news-card span {
  color: var(--neon-green);
}

.news-section .section-heading h2 {
  color: #FFFFFF;
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
  overflow: hidden;
  border: 1px solid rgba(190, 166, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card img.news-card-image--portrait {
  object-position: 50% 18%;
}

.news-card img.news-card-image--logo {
  object-fit: contain;
  padding: 34px;
  background: #FFFFFF;
}

.news-card div {
  padding: 24px;
}

.news-card h3 a {
  display: inline;
}

.news-section .news-card h3,
.news-section .news-card h3 a {
  color: #FFFFFF;
}

.news-section .news-card p {
  color: rgba(255, 255, 255, 0.72);
}

.news-section .section-link:hover {
  color: var(--light-green);
}

.team-section {
  background: linear-gradient(180deg, var(--page-purple) 0%, #FFFFFF 100%);
}

.team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.team-card {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  min-height: 292px;
  overflow: hidden;
  padding: 0 70px 0 0;
}

.team-avatar {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(116, 242, 176, 0.24), rgba(190, 166, 255, 0.34)),
    var(--panel-strong);
  color: var(--deep-purple);
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(54, 38, 112, 0.16);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.team-avatar--jaana img {
  filter: grayscale(1);
  object-position: 50% 18%;
  transform: scale(1.48);
}

.team-avatar--tony img {
  object-position: 50% 50%;
}

.team-avatar--mirza img {
  object-position: 50% 42%;
}

.team-card-copy {
  align-self: center;
  padding: 30px 0;
}

.team-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.team-card p {
  margin: 0 0 8px;
  color: var(--text);
  font-weight: 800;
}

.linkedin-link {
  position: absolute;
  right: 22px;
  top: 22px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--deep-purple);
  color: #FFFFFF;
}

.linkedin-link:hover {
  background: var(--mid-purple);
  color: #FFFFFF;
}

.linkedin-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-section {
  padding: 68px 0;
  background: linear-gradient(180deg, #EFFFF6 0%, var(--page-purple) 100%);
}

.contact-panel {
  width: min(100% - 40px, 880px);
  text-align: center;
}

.contact-panel .section-kicker,
.contact-panel h2,
.contact-panel p {
  text-align: center;
}

.contact-panel .section-kicker {
  margin-left: 100px;
}

.contact-panel p:not(.section-kicker) {
  margin-inline: auto;
}

.email-link {
  display: flex;
  width: fit-content;
  margin-top: 18px;
  margin-inline: auto;
  justify-content: center;
  color: var(--deep-green);
  font-size: 1.35rem;
  font-weight: 800;
}

.site-footer {
  padding: 58px 0 24px;
  border-top: 1px solid var(--line);
  background: var(--deep-purple);
  color: #FFFFFF;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: start;
}

.footer-inner p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.74);
}

.support-logos {
  display: grid;
  gap: 12px;
}

.support-logos span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.support-logos img {
  width: 210px;
  max-height: 82px;
  object-fit: contain;
  padding: 12px;
  border-radius: 8px;
  background: #FFFFFF;
}

.footer-links {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.7);
}

.article-body {
  background: linear-gradient(180deg, var(--page) 0%, #FFFFFF 100%);
}

.blog-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 240, 255, 0.78);
  border-bottom: 1px solid rgba(54, 38, 112, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 38px rgba(54, 38, 112, 0.08);
}

.blog-header-inner {
  position: relative;
  min-height: 82px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.blog-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--deep-purple);
  font-weight: 800;
}

.blog-brand img {
  width: 142px;
  height: auto;
}

.blog-brand span {
  padding-left: 14px;
  border-left: 1px solid rgba(54, 38, 112, 0.24);
}

.blog-back {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--deep-purple);
  font-weight: 800;
}

.blog-back span:first-child {
  font-size: 1.2rem;
  line-height: 1;
}

.article-hero {
  padding: 72px 0 52px;
}

.article-hero h1 {
  max-width: 900px;
  font-size: 4rem;
}

.article-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
}

.article-shell {
  width: min(100% - 40px, 820px);
  margin: 0 auto;
  padding: 56px 0 96px;
}

.article-shell img {
  width: 100%;
  margin-bottom: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-shell img.article-portrait {
  height: min(680px, 76vw);
  object-fit: cover;
  object-position: 50% 18%;
}

.article-shell img.article-logo-image {
  padding: 58px;
  background: #FFFFFF;
  object-fit: contain;
}

.article-shell h2 {
  margin: 36px 0 8px;
  color: var(--text);
  font-size: 2rem;
  line-height: 1.15;
}

.article-shell p,
.article-shell li {
  color: var(--muted);
  font-size: 1.08rem;
}

.article-shell blockquote {
  margin: 34px 0;
  padding: 28px;
  border-left: 5px solid var(--mid-green);
  border-radius: 8px;
  background: var(--page-purple);
}

.article-shell blockquote p {
  margin-top: 0;
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 700;
}

.article-shell cite {
  color: var(--deep-purple);
  font-style: normal;
  font-weight: 800;
}

.article-shell ul {
  padding-left: 22px;
}

.article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.article-nav a {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: var(--shadow);
  color: var(--deep-purple);
  font-weight: 800;
}

.article-nav a:hover {
  border-color: rgba(35, 115, 96, 0.34);
  color: var(--deep-green);
}

.article-nav span {
  color: var(--deep-green);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.article-nav strong {
  font-size: 1.02rem;
  line-height: 1.22;
}

.article-nav-next {
  align-items: flex-end;
  text-align: right;
}

.news-index-hero {
  background:
    radial-gradient(circle at 86% 12%, rgba(116, 242, 176, 0.24), transparent 30%),
    linear-gradient(135deg, #FFFFFF 0%, var(--page-purple) 100%);
}

.article-list-section {
  padding: 10px 0 92px;
}

.article-list {
  display: grid;
  gap: 20px;
}

.article-list-item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  grid-auto-rows: 220px;
  align-items: stretch;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: var(--shadow);
}

.article-list-item img {
  display: block;
  align-self: stretch;
  width: 100%;
  height: 220px;
  min-height: 0;
  max-height: 220px;
  object-fit: cover;
}

.article-list-item img.article-list-image--portrait {
  object-position: 50% 28%;
}

.article-list-item img.article-list-image--logo {
  object-fit: contain;
  padding: 32px;
  background: #FFFFFF;
}

.article-list-item div {
  min-height: 0;
  overflow: hidden;
  padding: 28px;
}

.article-list-item span {
  display: inline-block;
  color: var(--deep-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-list-item h2 {
  margin: 10px 0;
  color: var(--deep-purple);
  font-size: 1.8rem;
  line-height: 1.15;
}

.article-list-item p {
  margin: 0;
  color: var(--muted);
}

@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }

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

@keyframes incomingMail {
  0% {
    opacity: 0;
    transform: translateX(-180px) scale(0.82);
  }

  14%,
  58% {
    opacity: 1;
  }

  72% {
    opacity: 0.9;
    transform: translateX(228px) scale(0.88);
  }

  82%,
  100% {
    opacity: 0;
    transform: translateX(242px) scale(0.72);
  }
}

@keyframes safeMail {
  0%,
  42% {
    opacity: 0;
    transform: translate(-22px, 24px) scale(0.74);
  }

  50% {
    opacity: 1;
    transform: translate(-6px, 12px) scale(0.88);
  }

  82% {
    opacity: 1;
    transform: translate(212px, -74px) scale(1);
  }

  94%,
  100% {
    opacity: 0;
    transform: translate(234px, -84px) scale(0.88);
  }
}

@keyframes threatMail {
  0%,
  42% {
    opacity: 0;
    transform: translate(-22px, -18px) scale(0.74);
  }

  50% {
    opacity: 1;
    transform: translate(-6px, -6px) scale(0.88);
  }

  82% {
    opacity: 1;
    transform: translate(214px, 96px) scale(1);
  }

  94%,
  100% {
    opacity: 0;
    transform: translate(232px, 108px) scale(0.88);
  }
}

@keyframes scannerPulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.74;
    transform: scale(1.08);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 4.4rem;
  }

  .flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .award-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-security-scene {
    right: -80px;
    opacity: 0.82;
  }

  .split-layout,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .wide-media img {
    min-height: 420px;
  }

  .proof-section .wide-media img {
    height: 420px;
    min-height: 420px;
  }
}

@media (max-width: 840px) {
  .site-alert {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(54, 38, 112, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 14px;
    color: rgba(255, 255, 255, 0.82);
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 76px 0 56px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72)),
      linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.36));
  }

  .hero-animation {
    opacity: 0.5;
  }

  .email-security-scene {
    right: -220px;
    min-width: 520px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero-lede {
    font-size: 1.06rem;
  }

  .hero-metrics,
  .stat-grid,
  .comparison,
  .award-grid,
  .news-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .team-avatar {
    min-height: 260px;
  }

  .section {
    padding: 68px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .article-hero h1 {
    font-size: 2.35rem;
  }

  .awards-section .section-heading h2 {
    white-space: normal;
  }

  .media-frame img,
  .wide-media img {
    min-height: 320px;
  }

  .proof-section .wide-media img {
    height: 320px;
    min-height: 320px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container,
  .article-shell {
    width: min(100% - 28px, var(--max));
  }

  .site-alert {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 18px;
    text-align: center;
    overflow-x: visible;
  }

  .site-alert span {
    white-space: normal;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 132px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .logo-track {
    gap: 14px;
    animation-duration: 24s;
  }

  .customer-logo-card {
    width: 156px;
    min-height: 90px;
    grid-template-rows: 56px auto;
    padding: 10px 12px 9px;
  }

  .customer-logo-mark {
    height: 56px;
  }

  .customer-logo-mark img {
    max-width: 132px;
    max-height: 50px;
  }

  .customer-logo-card--betania img,
  .customer-logo-card--svenska-kyrkan img {
    max-width: 138px;
  }

  .customer-logo-card--bth img {
    max-width: 52px;
  }

  .customer-logo-card--prow img {
    max-width: 104px;
  }

  .customer-logo-name {
    font-size: 0.72rem;
  }

  .contact-panel .section-kicker {
    margin-left: 0;
  }

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

  .article-nav {
    grid-template-columns: 1fr;
  }

  .article-nav-next {
    align-items: flex-start;
    text-align: left;
  }

  .team-card {
    grid-template-columns: 1fr;
    padding: 0 0 22px;
  }

  .team-avatar {
    width: 100%;
    height: 280px;
    min-height: 280px;
  }

  .team-card-copy {
    padding: 0 64px 0 20px;
  }

  .article-list-item {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .article-list-item img {
    height: 220px;
    max-height: none;
  }

  .stat-card strong {
    font-size: 3.7rem;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .logo-track,
  .email,
  .scanner-pulse,
  .scanner-beam {
    animation: none;
  }
}
