:root {
  --safe-bg: #08101d;
  --safe-bg-soft: #0e1728;
  --safe-panel: rgba(11, 20, 35, 0.78);
  --safe-panel-strong: #101a2d;
  --safe-line: rgba(151, 174, 214, 0.18);
  --safe-line-strong: rgba(151, 174, 214, 0.34);
  --safe-accent: #8fb8ff;
  --safe-accent-2: #79d1c8;
  --safe-highlight: #f4c27c;
  --safe-text: #ecf2ff;
  --safe-text-soft: #b2bfd6;
  --safe-ink: #0d1421;
  --safe-ink-soft: #41506a;
  --safe-surface: #f4f7fb;
  --safe-surface-2: #ffffff;
  --safe-radius-xl: 32px;
  --safe-radius-lg: 24px;
  --safe-radius-md: 18px;
  --safe-shadow: 0 24px 80px rgba(5, 11, 23, 0.24);
  --safe-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--safe-bg);
}

.safe-site,
.safe-site * {
  box-sizing: border-box;
}

.safe-site {
  color: var(--safe-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

.safe-site a {
  color: inherit;
  text-decoration: none;
}

.safe-site img {
  max-width: 100%;
}

.safe-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(143, 184, 255, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(121, 209, 200, 0.14), transparent 28%),
    linear-gradient(180deg, #08101d 0%, #0a1321 46%, #f3f7fb 46%, #f3f7fb 100%);
}

.safe-shell.safe-shell-inner {
  background:
    radial-gradient(circle at top right, rgba(143, 184, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #09111e 0%, #0b1322 34%, #f3f7fb 34%, #f3f7fb 100%);
}

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

.safe-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(8, 16, 29, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.safe-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.safe-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.safe-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--safe-accent), var(--safe-accent-2));
  color: var(--safe-ink);
  font-weight: 800;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px rgba(143, 184, 255, 0.25);
}

.safe-brand-copy {
  display: grid;
  gap: 2px;
}

.safe-brand-name {
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.safe-brand-subtitle {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(236, 242, 255, 0.62);
}

.safe-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.safe-nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(236, 242, 255, 0.78);
  font-size: 0.94rem;
  transition: 180ms ease;
}

.safe-nav-link:hover,
.safe-nav-link.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--safe-text);
}

.safe-header-cta,
.safe-button,
.safe-button-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.safe-header-cta,
.safe-button {
  background: linear-gradient(135deg, var(--safe-accent), var(--safe-accent-2));
  color: var(--safe-ink);
  box-shadow: 0 16px 34px rgba(121, 209, 200, 0.18);
}

.safe-button-alt {
  background: rgba(255, 255, 255, 0.06);
  color: var(--safe-text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-header-cta:hover,
.safe-button:hover,
.safe-button-alt:hover {
  transform: translateY(-1px);
}

.safe-hero {
  padding: 56px 0 96px;
}

.safe-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: stretch;
}

.safe-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--safe-text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.safe-title {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.safe-title span,
.safe-highlight-text {
  color: var(--safe-highlight);
}

.safe-lead {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: 1.1rem;
  color: var(--safe-text-soft);
}

.safe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.safe-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.safe-kpi {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--safe-radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.safe-kpi-label {
  color: var(--safe-text-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.safe-kpi-value {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.safe-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--safe-radius-xl);
  background: linear-gradient(180deg, rgba(18, 31, 53, 0.96), rgba(8, 16, 29, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--safe-shadow);
}

.safe-panel::before,
.safe-card::before,
.safe-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(143, 184, 255, 0.14), transparent 45%, rgba(121, 209, 200, 0.08));
}

.safe-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.safe-panel-overline {
  color: var(--safe-text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.safe-panel-title {
  margin: 8px 0 0;
  font-size: 1.35rem;
}

.safe-status-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(121, 209, 200, 0.12);
  color: #bff7ef;
  font-size: 0.78rem;
  border: 1px solid rgba(121, 209, 200, 0.18);
}

.safe-stack,
.safe-grid,
.safe-grid-3,
.safe-grid-4,
.safe-grid-2 {
  display: grid;
  gap: 18px;
}

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

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

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

.safe-panel-metric {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.safe-panel-metric strong {
  display: block;
  font-size: 1.12rem;
}

.safe-panel-metric span {
  display: block;
  margin-top: 8px;
  color: var(--safe-text-soft);
  font-size: 0.92rem;
}

.safe-section {
  padding: 82px 0;
}

.safe-section-light {
  color: var(--safe-ink);
}

.safe-section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9));
}

.safe-section-dark {
  color: var(--safe-text);
  background: linear-gradient(180deg, #0b1322, #10192b);
}

.safe-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 34px;
}

.safe-section-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.safe-section-copy {
  max-width: 640px;
  margin: 0;
  color: var(--safe-ink-soft);
  font-size: 1.02rem;
}

.safe-section-dark .safe-section-copy,
.safe-section-dark .safe-copy,
.safe-section-dark .safe-list,
.safe-section-dark .safe-card p,
.safe-section-dark .safe-card li,
.safe-section-dark .safe-card-copy,
.safe-section-dark .safe-subcopy {
  color: var(--safe-text-soft);
}

.safe-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--safe-radius-lg);
  background: var(--safe-surface-2);
  border: 1px solid rgba(12, 23, 38, 0.06);
  box-shadow: 0 20px 50px rgba(13, 20, 33, 0.08);
}

.safe-section-dark .safe-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.safe-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--safe-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.safe-card-title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.12;
}

.safe-card-copy,
.safe-copy,
.safe-list {
  margin: 14px 0 0;
  color: var(--safe-ink-soft);
}

.safe-list {
  padding-left: 18px;
}

.safe-list li + li {
  margin-top: 10px;
}

.safe-data-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.safe-signal-board {
  display: grid;
  gap: 14px;
}

.safe-signal {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.safe-signal strong {
  font-size: 0.98rem;
}

.safe-signal span {
  color: var(--safe-text-soft);
  font-size: 0.92rem;
}

.safe-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.safe-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(143, 184, 255, 0.1);
  color: var(--safe-text);
  border: 1px solid rgba(143, 184, 255, 0.12);
  font-size: 0.88rem;
}

.safe-section-light .safe-pill {
  background: rgba(13, 20, 33, 0.05);
  color: var(--safe-ink);
  border-color: rgba(13, 20, 33, 0.08);
}

.safe-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.safe-step {
  padding: 26px;
  border-radius: 24px;
  background: var(--safe-surface-2);
  border: 1px solid rgba(12, 23, 38, 0.06);
}

.safe-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--safe-accent), var(--safe-accent-2));
  color: var(--safe-ink);
  font-weight: 800;
}

.safe-step h3 {
  margin: 18px 0 0;
  font-size: 1.18rem;
}

.safe-step p {
  margin: 12px 0 0;
  color: var(--safe-ink-soft);
}

.safe-cta-band {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 34px;
  border-radius: var(--safe-radius-xl);
  background: linear-gradient(135deg, #111d32, #0a1322);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-cta-band h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.04;
}

.safe-cta-band p {
  margin: 14px 0 0;
  max-width: 700px;
  color: var(--safe-text-soft);
}

.safe-footer {
  color: var(--safe-text);
  background: #08101d;
}

.safe-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding: 42px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-footer-copy {
  max-width: 620px;
  color: var(--safe-text-soft);
}

.safe-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.safe-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 34px;
  color: rgba(236, 242, 255, 0.58);
  font-size: 0.9rem;
}

.safe-form-card {
  padding: 28px;
  border-radius: var(--safe-radius-xl);
  background: var(--safe-surface-2);
  border: 1px solid rgba(12, 23, 38, 0.08);
  box-shadow: 0 18px 50px rgba(13, 20, 33, 0.08);
}

.safe-form-card .wpcf7 {
  width: 100%;
}

.safe-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.safe-form-grid .safe-field-full {
  grid-column: 1 / -1;
}

.safe-form-card label {
  display: block;
  margin-bottom: 8px;
  color: var(--safe-ink);
  font-weight: 600;
}

.safe-form-card input,
.safe-form-card select,
.safe-form-card textarea {
  width: 100%;
  border: 1px solid rgba(13, 20, 33, 0.12);
  border-radius: 16px;
  background: #f8fbff;
  padding: 15px 16px;
  color: var(--safe-ink);
  font: inherit;
}

.safe-form-card textarea {
  min-height: 160px;
  resize: vertical;
}

.safe-form-card input[type='submit'] {
  width: auto;
  min-width: 200px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--safe-accent), var(--safe-accent-2));
  color: var(--safe-ink);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(121, 209, 200, 0.18);
}

.safe-form-card .wpcf7-spinner {
  display: block;
  margin-top: 16px;
}

.safe-form-card .wpcf7-not-valid-tip,
.safe-form-card .wpcf7-response-output {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.safe-note {
  margin-top: 18px;
  color: var(--safe-ink-soft);
  font-size: 0.92rem;
}

.safe-subcopy {
  color: var(--safe-ink-soft);
}

.safe-hero-copy,
.safe-body-copy {
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .safe-hero-grid,
  .safe-data-strip,
  .safe-grid-4,
  .safe-process {
    grid-template-columns: 1fr 1fr;
  }

  .safe-footer-top,
  .safe-grid-3 {
    grid-template-columns: 1fr;
  }

  .safe-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .safe-header-row {
    flex-wrap: wrap;
  }

  .safe-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .safe-header-cta {
    margin-left: auto;
  }

  .safe-hero {
    padding: 34px 0 74px;
  }

  .safe-hero-grid,
  .safe-data-strip,
  .safe-grid-2,
  .safe-grid-3,
  .safe-grid-4,
  .safe-kpis,
  .safe-process,
  .safe-form-grid {
    grid-template-columns: 1fr;
  }

  .safe-section {
    padding: 64px 0;
  }

  .safe-panel,
  .safe-card,
  .safe-step,
  .safe-cta-band,
  .safe-form-card {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .safe-container {
    width: min(var(--safe-max), calc(100% - 24px));
  }

  .safe-title {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .safe-section-title,
  .safe-cta-band h3 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .safe-brand-subtitle {
    display: none;
  }
}

/* SAFE Elementor rebuild */
:root {
  --safe-elm-bg: #08101d;
  --safe-elm-bg-soft: #0e1728;
  --safe-elm-surface: #f4f7fb;
  --safe-elm-card: #ffffff;
  --safe-elm-card-dark: rgba(255, 255, 255, 0.04);
  --safe-elm-line: rgba(13, 20, 33, 0.08);
  --safe-elm-line-dark: rgba(255, 255, 255, 0.09);
  --safe-elm-text: #ecf2ff;
  --safe-elm-text-soft: #b2bfd6;
  --safe-elm-ink: #0d1421;
  --safe-elm-ink-soft: #4a5871;
  --safe-elm-accent: #8fb8ff;
  --safe-elm-accent-2: #79d1c8;
  --safe-elm-highlight: #f4c27c;
  --safe-elm-shadow: 0 24px 80px rgba(5, 11, 23, 0.24);
  --safe-elm-max: 1180px;
}

body.page-template-elementor_canvas {
  background: var(--safe-elm-bg);
}

.safe-elm-shell > .elementor-container {
  width: calc(100% - 40px);
  max-width: var(--safe-elm-max);
  margin: 0 auto;
}

.safe-elm-shell-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
}

.safe-elm-header-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 0;
  background: rgba(8, 16, 29, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.safe-elm-hero-shell {
  padding: 56px 0 96px;
  background:
    radial-gradient(circle at top left, rgba(143, 184, 255, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(121, 209, 200, 0.14), transparent 28%),
    linear-gradient(180deg, #08101d 0%, #0b1423 100%);
}

.safe-elm-light-shell {
  padding: 82px 0;
  background: var(--safe-elm-surface);
}

.safe-elm-dark-shell {
  padding: 82px 0;
  background: linear-gradient(180deg, #0b1322, #10192b);
}

.safe-elm-muted-shell {
  padding: 82px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9));
}

.safe-elm-footer-shell {
  padding: 42px 0 34px;
  background: #08101d;
}

.safe-elm-header-row > .elementor-container,
.safe-elm-brand-row > .elementor-container,
.safe-elm-hero-row > .elementor-container,
.safe-elm-kpi-row > .elementor-container,
.safe-elm-panel-head-row > .elementor-container,
.safe-elm-grid-2 > .elementor-container,
.safe-elm-grid-3 > .elementor-container,
.safe-elm-grid-4 > .elementor-container,
.safe-elm-section-head-row > .elementor-container,
.safe-elm-data-row > .elementor-container,
.safe-elm-process-row > .elementor-container,
.safe-elm-stack-row > .elementor-container,
.safe-elm-form-row > .elementor-container,
.safe-elm-cta-band-row > .elementor-container,
.safe-elm-signal-row > .elementor-container,
.safe-elm-footer-top-row > .elementor-container,
.safe-elm-footer-bottom-row > .elementor-container {
  display: grid;
}

.safe-elm-header-row > .elementor-container > .elementor-column,
.safe-elm-brand-row > .elementor-container > .elementor-column,
.safe-elm-hero-row > .elementor-container > .elementor-column,
.safe-elm-kpi-row > .elementor-container > .elementor-column,
.safe-elm-panel-head-row > .elementor-container > .elementor-column,
.safe-elm-grid-2 > .elementor-container > .elementor-column,
.safe-elm-grid-3 > .elementor-container > .elementor-column,
.safe-elm-grid-4 > .elementor-container > .elementor-column,
.safe-elm-section-head-row > .elementor-container > .elementor-column,
.safe-elm-data-row > .elementor-container > .elementor-column,
.safe-elm-process-row > .elementor-container > .elementor-column,
.safe-elm-stack-row > .elementor-container > .elementor-column,
.safe-elm-form-row > .elementor-container > .elementor-column,
.safe-elm-cta-band-row > .elementor-container > .elementor-column,
.safe-elm-signal-row > .elementor-container > .elementor-column,
.safe-elm-footer-top-row > .elementor-container > .elementor-column,
.safe-elm-footer-bottom-row > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none !important;
}

.safe-elm-header-row > .elementor-container {
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.safe-elm-brand-row > .elementor-container {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.safe-elm-nav-row > .elementor-container,
.safe-elm-actions-row > .elementor-container,
.safe-elm-pill-row > .elementor-container,
.safe-elm-footer-nav-row > .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

.safe-elm-nav-row > .elementor-container,
.safe-elm-footer-nav-row > .elementor-container {
  justify-content: center;
  gap: 8px;
}

.safe-elm-actions-row > .elementor-container {
  gap: 14px;
}

.safe-elm-pill-row > .elementor-container {
  gap: 10px;
}

.safe-elm-nav-row > .elementor-container > .elementor-column,
.safe-elm-actions-row > .elementor-container > .elementor-column,
.safe-elm-pill-row > .elementor-container > .elementor-column,
.safe-elm-footer-nav-row > .elementor-container > .elementor-column {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
}

.safe-elm-hero-row > .elementor-container {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: stretch;
}

.safe-elm-kpi-row > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.safe-elm-panel-head-row > .elementor-container {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: flex-start;
}

.safe-elm-grid-2 > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.safe-elm-grid-3 > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.safe-elm-grid-4 > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.safe-elm-section-head-row > .elementor-container,
.safe-elm-data-row > .elementor-container {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
}

.safe-elm-section-head-row > .elementor-container {
  align-items: end;
}

.safe-elm-process-row > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.safe-elm-stack-row > .elementor-container {
  grid-template-columns: 1fr;
  gap: 14px;
}

.safe-elm-signal-row > .elementor-container {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.safe-elm-form-row > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.safe-elm-footer-top-row > .elementor-container {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
}

.safe-elm-footer-nav-row > .elementor-container {
  justify-content: flex-end;
  gap: 12px;
}

.safe-elm-footer-bottom-row > .elementor-container {
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-elm-cta-band-row > .elementor-container {
  grid-template-columns: 1fr;
}

.safe-elm-panel-col > .elementor-widget-wrap,
.safe-elm-card-col > .elementor-widget-wrap,
.safe-elm-step-col > .elementor-widget-wrap,
.safe-elm-copy-card-col > .elementor-widget-wrap,
.safe-elm-form-col > .elementor-widget-wrap,
.safe-elm-cta-band-col > .elementor-widget-wrap,
.safe-elm-kpi-card-col > .elementor-widget-wrap,
.safe-elm-panel-metric-col > .elementor-widget-wrap,
.safe-elm-stack-card-col > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.safe-elm-hero-copy-col > .elementor-widget-wrap,
.safe-elm-data-copy-col > .elementor-widget-wrap,
.safe-elm-signal-stack-col > .elementor-widget-wrap,
.safe-elm-footer-copy-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.safe-elm-panel-col > .elementor-widget-wrap {
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(18, 31, 53, 0.96), rgba(8, 16, 29, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--safe-elm-shadow);
}

.safe-elm-panel-col > .elementor-widget-wrap::before,
.safe-elm-card-col > .elementor-widget-wrap::before,
.safe-elm-cta-band-col > .elementor-widget-wrap::before,
.safe-elm-step-col > .elementor-widget-wrap::before,
.safe-elm-copy-card-col > .elementor-widget-wrap::before,
.safe-elm-form-col > .elementor-widget-wrap::before,
.safe-elm-kpi-card-col > .elementor-widget-wrap::before,
.safe-elm-panel-metric-col > .elementor-widget-wrap::before,
.safe-elm-stack-card-col > .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(143, 184, 255, 0.14), transparent 45%, rgba(121, 209, 200, 0.08));
}

.safe-elm-card-col > .elementor-widget-wrap,
.safe-elm-step-col > .elementor-widget-wrap,
.safe-elm-copy-card-col > .elementor-widget-wrap,
.safe-elm-form-col > .elementor-widget-wrap {
  min-height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: var(--safe-elm-card);
  border: 1px solid var(--safe-elm-line);
  box-shadow: 0 20px 50px rgba(13, 20, 33, 0.08);
}

.safe-elm-kpi-card-col > .elementor-widget-wrap,
.safe-elm-panel-metric-col > .elementor-widget-wrap,
.safe-elm-stack-card-col > .elementor-widget-wrap {
  min-height: 100%;
  padding: 18px;
  border-radius: 20px;
}

.safe-elm-kpi-card-col > .elementor-widget-wrap,
.safe-elm-panel-metric-col > .elementor-widget-wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-elm-stack-card-col > .elementor-widget-wrap,
.safe-elm-dark-shell .safe-elm-card-col > .elementor-widget-wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.safe-elm-cta-band-col > .elementor-widget-wrap {
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, #111d32, #0a1322);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-elm-brand-mark .elementor-heading-title,
.safe-elm-brand-name .elementor-heading-title,
.safe-elm-brand-subtitle .elementor-text-editor,
.safe-elm-eyebrow .elementor-text-editor,
.safe-elm-hero-title .elementor-heading-title,
.safe-elm-lead .elementor-text-editor,
.safe-elm-kpi-label .elementor-text-editor,
.safe-elm-kpi-value .elementor-heading-title,
.safe-elm-panel-overline .elementor-text-editor,
.safe-elm-panel-title .elementor-heading-title,
.safe-elm-status-pill .elementor-text-editor,
.safe-elm-card-label .elementor-text-editor,
.safe-elm-section-title .elementor-heading-title,
.safe-elm-section-copy .elementor-text-editor,
.safe-elm-card-title .elementor-heading-title,
.safe-elm-card-copy .elementor-text-editor,
.safe-elm-copy .elementor-text-editor,
.safe-elm-step-number .elementor-heading-title,
.safe-elm-step-title .elementor-heading-title,
.safe-elm-step-copy .elementor-text-editor,
.safe-elm-signal-title .elementor-heading-title,
.safe-elm-signal-copy .elementor-text-editor,
.safe-elm-signal-number .elementor-heading-title,
.safe-elm-pill .elementor-text-editor,
.safe-elm-cta-title .elementor-heading-title,
.safe-elm-cta-copy .elementor-text-editor,
.safe-elm-footer-copy .elementor-text-editor,
.safe-elm-footer-meta .elementor-text-editor,
.safe-elm-note .elementor-text-editor {
  margin: 0;
}

.safe-elm-brand-mark .elementor-heading-title {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--safe-elm-accent), var(--safe-elm-accent-2));
  color: var(--safe-elm-ink);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px rgba(143, 184, 255, 0.25);
}

.safe-elm-brand-name .elementor-heading-title {
  color: var(--safe-elm-text);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.safe-elm-brand-name .elementor-heading-title a {
  color: inherit;
}

.safe-elm-brand-subtitle .elementor-text-editor,
.safe-elm-brand-subtitle .elementor-text-editor p {
  color: rgba(236, 242, 255, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.safe-elm-eyebrow .elementor-text-editor,
.safe-elm-eyebrow .elementor-text-editor p,
.safe-elm-card-label .elementor-text-editor,
.safe-elm-card-label .elementor-text-editor p,
.safe-elm-panel-overline .elementor-text-editor,
.safe-elm-panel-overline .elementor-text-editor p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--safe-elm-text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.safe-elm-eyebrow {
  margin-bottom: 18px;
}

.safe-elm-hero-title .elementor-heading-title {
  color: var(--safe-elm-text);
  font-size: clamp(2.6rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.safe-elm-hero-title .elementor-heading-title span,
.safe-elm-section-title .elementor-heading-title span,
.safe-elm-cta-title .elementor-heading-title span {
  color: var(--safe-elm-highlight);
}

.safe-elm-lead {
  margin-top: 24px;
}

.safe-elm-lead .elementor-text-editor,
.safe-elm-lead .elementor-text-editor p,
.safe-elm-copy .elementor-text-editor,
.safe-elm-copy .elementor-text-editor p,
.safe-elm-section-copy .elementor-text-editor,
.safe-elm-section-copy .elementor-text-editor p,
.safe-elm-panel-metric-copy .elementor-text-editor,
.safe-elm-panel-metric-copy .elementor-text-editor p,
.safe-elm-cta-copy .elementor-text-editor,
.safe-elm-cta-copy .elementor-text-editor p,
.safe-elm-footer-copy .elementor-text-editor,
.safe-elm-footer-copy .elementor-text-editor p {
  color: var(--safe-elm-text-soft);
  font-size: 1.02rem;
  line-height: 1.6;
}

.safe-elm-light-shell .safe-elm-section-copy .elementor-text-editor,
.safe-elm-light-shell .safe-elm-section-copy .elementor-text-editor p,
.safe-elm-muted-shell .safe-elm-section-copy .elementor-text-editor,
.safe-elm-muted-shell .safe-elm-section-copy .elementor-text-editor p,
.safe-elm-light-shell .safe-elm-card-copy .elementor-text-editor,
.safe-elm-light-shell .safe-elm-card-copy .elementor-text-editor p,
.safe-elm-light-shell .safe-elm-copy .elementor-text-editor,
.safe-elm-light-shell .safe-elm-copy .elementor-text-editor p,
.safe-elm-copy-card-col .safe-elm-card-copy .elementor-text-editor,
.safe-elm-copy-card-col .safe-elm-card-copy .elementor-text-editor p,
.safe-elm-note .elementor-text-editor,
.safe-elm-note .elementor-text-editor p {
  color: var(--safe-elm-ink-soft);
}

.safe-elm-section-title .elementor-heading-title,
.safe-elm-panel-title .elementor-heading-title,
.safe-elm-cta-title .elementor-heading-title {
  margin: 0;
  color: var(--safe-elm-text);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.safe-elm-light-shell .safe-elm-section-title .elementor-heading-title,
.safe-elm-muted-shell .safe-elm-section-title .elementor-heading-title,
.safe-elm-copy-card-col .safe-elm-section-title .elementor-heading-title,
.safe-elm-form-col .safe-elm-section-title .elementor-heading-title {
  color: var(--safe-elm-ink);
}

.safe-elm-panel-title .elementor-heading-title {
  font-size: 1.35rem;
}

.safe-elm-status-pill .elementor-text-editor,
.safe-elm-status-pill .elementor-text-editor p {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(121, 209, 200, 0.12);
  color: #bff7ef;
  font-size: 0.78rem;
  border: 1px solid rgba(121, 209, 200, 0.18);
}

.safe-elm-kpi-label .elementor-text-editor,
.safe-elm-kpi-label .elementor-text-editor p {
  color: var(--safe-elm-text-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.safe-elm-kpi-value .elementor-heading-title {
  color: var(--safe-elm-text);
  font-size: 1.18rem;
  line-height: 1.3;
}

.safe-elm-card-title .elementor-heading-title,
.safe-elm-step-title .elementor-heading-title,
.safe-elm-signal-title .elementor-heading-title {
  margin: 0;
  color: var(--safe-elm-ink);
  font-size: 1.35rem;
  line-height: 1.14;
}

.safe-elm-dark-shell .safe-elm-card-title .elementor-heading-title,
.safe-elm-panel-col .safe-elm-card-title .elementor-heading-title,
.safe-elm-stack-card-col .safe-elm-card-title .elementor-heading-title,
.safe-elm-signal-title .elementor-heading-title,
.safe-elm-step-number .elementor-heading-title,
.safe-elm-cta-title .elementor-heading-title {
  color: var(--safe-elm-text);
}

.safe-elm-card-copy .elementor-text-editor,
.safe-elm-card-copy .elementor-text-editor p,
.safe-elm-step-copy .elementor-text-editor,
.safe-elm-step-copy .elementor-text-editor p,
.safe-elm-signal-copy .elementor-text-editor,
.safe-elm-signal-copy .elementor-text-editor p {
  color: var(--safe-elm-ink-soft);
  line-height: 1.6;
}

.safe-elm-dark-shell .safe-elm-card-copy .elementor-text-editor,
.safe-elm-dark-shell .safe-elm-card-copy .elementor-text-editor p,
.safe-elm-dark-shell .safe-elm-step-copy .elementor-text-editor,
.safe-elm-dark-shell .safe-elm-step-copy .elementor-text-editor p,
.safe-elm-panel-col .safe-elm-card-copy .elementor-text-editor,
.safe-elm-panel-col .safe-elm-card-copy .elementor-text-editor p,
.safe-elm-stack-card-col .safe-elm-card-copy .elementor-text-editor,
.safe-elm-stack-card-col .safe-elm-card-copy .elementor-text-editor p,
.safe-elm-signal-copy .elementor-text-editor,
.safe-elm-signal-copy .elementor-text-editor p {
  color: var(--safe-elm-text-soft);
}

.safe-elm-card-copy .elementor-text-editor ul {
  margin: 0;
  padding-left: 18px;
}

.safe-elm-card-copy .elementor-text-editor li + li {
  margin-top: 10px;
}

.safe-elm-step-number .elementor-heading-title {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--safe-elm-accent), var(--safe-elm-accent-2));
  color: var(--safe-elm-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
}

.safe-elm-signal-number .elementor-heading-title {
  color: var(--safe-elm-text);
  font-size: 1.12rem;
}

.safe-elm-pill .elementor-text-editor,
.safe-elm-pill .elementor-text-editor p {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(143, 184, 255, 0.1);
  color: var(--safe-elm-text);
  border: 1px solid rgba(143, 184, 255, 0.12);
  font-size: 0.88rem;
}

.safe-elm-light-shell .safe-elm-pill .elementor-text-editor,
.safe-elm-light-shell .safe-elm-pill .elementor-text-editor p,
.safe-elm-muted-shell .safe-elm-pill .elementor-text-editor,
.safe-elm-muted-shell .safe-elm-pill .elementor-text-editor p {
  background: rgba(13, 20, 33, 0.05);
  color: var(--safe-elm-ink);
  border-color: rgba(13, 20, 33, 0.08);
}

.safe-elm-footer-meta .elementor-text-editor,
.safe-elm-footer-meta .elementor-text-editor p {
  color: rgba(236, 242, 255, 0.58);
  font-size: 0.9rem;
}

.safe-elm-note .elementor-text-editor,
.safe-elm-note .elementor-text-editor p {
  font-size: 0.92rem;
}

.safe-elm-btn-primary .elementor-button,
.safe-elm-header-cta .elementor-button {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--safe-elm-accent), var(--safe-elm-accent-2));
  color: var(--safe-elm-ink);
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(121, 209, 200, 0.18);
}

.safe-elm-btn-secondary .elementor-button {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--safe-elm-text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.safe-elm-light-shell .safe-elm-btn-secondary .elementor-button,
.safe-elm-muted-shell .safe-elm-btn-secondary .elementor-button {
  background: rgba(13, 20, 33, 0.05);
  color: var(--safe-elm-ink);
  border-color: rgba(13, 20, 33, 0.08);
}

.safe-elm-nav-btn .elementor-button,
.safe-elm-footer-link .elementor-button {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  color: rgba(236, 242, 255, 0.78);
  font-size: 0.94rem;
  border: 1px solid transparent;
}

.safe-elm-nav-btn.is-active .elementor-button,
.safe-elm-nav-btn .elementor-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--safe-elm-text);
}

.safe-elm-footer-link .elementor-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--safe-elm-text);
}

.safe-elm-btn-primary .elementor-button:hover,
.safe-elm-btn-secondary .elementor-button:hover,
.safe-elm-header-cta .elementor-button:hover {
  transform: translateY(-1px);
}

.safe-elm-form-shortcode .elementor-shortcode,
.safe-elm-form-shortcode .wpcf7 {
  width: 100%;
}

.safe-elm-form-shortcode .safe-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.safe-elm-form-shortcode .safe-field-full {
  grid-column: 1 / -1;
}

.safe-elm-form-shortcode label {
  display: block;
  margin-bottom: 8px;
  color: var(--safe-elm-ink);
  font-weight: 600;
}

.safe-elm-form-shortcode input,
.safe-elm-form-shortcode select,
.safe-elm-form-shortcode textarea {
  width: 100%;
  border: 1px solid rgba(13, 20, 33, 0.12);
  border-radius: 16px;
  background: #f8fbff;
  padding: 15px 16px;
  color: var(--safe-elm-ink);
  font: inherit;
}

.safe-elm-form-shortcode textarea {
  min-height: 160px;
  resize: vertical;
}

.safe-elm-form-shortcode input[type='submit'] {
  width: auto;
  min-width: 200px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--safe-elm-accent), var(--safe-elm-accent-2));
  color: var(--safe-elm-ink);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(121, 209, 200, 0.18);
}

.safe-elm-form-shortcode .wpcf7-spinner {
  display: block;
  margin-top: 16px;
}

.safe-elm-form-shortcode .wpcf7-not-valid-tip,
.safe-elm-form-shortcode .wpcf7-response-output {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

@media (max-width: 1080px) {
  .safe-elm-hero-row > .elementor-container,
  .safe-elm-section-head-row > .elementor-container,
  .safe-elm-data-row > .elementor-container,
  .safe-elm-footer-top-row > .elementor-container,
  .safe-elm-footer-bottom-row > .elementor-container,
  .safe-elm-form-row > .elementor-container {
    grid-template-columns: 1fr;
  }

  .safe-elm-grid-4 > .elementor-container,
  .safe-elm-process-row > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safe-elm-footer-nav-row > .elementor-container {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .safe-elm-shell > .elementor-container {
    width: calc(100% - 24px);
  }

  .safe-elm-header-row > .elementor-container {
    grid-template-columns: 1fr;
  }

  .safe-elm-header-nav-col,
  .safe-elm-header-cta-col {
    width: 100% !important;
  }

  .safe-elm-nav-row > .elementor-container {
    justify-content: flex-start;
  }

  .safe-elm-hero-shell {
    padding: 34px 0 74px;
  }

  .safe-elm-light-shell,
  .safe-elm-dark-shell,
  .safe-elm-muted-shell {
    padding: 64px 0;
  }

  .safe-elm-kpi-row > .elementor-container,
  .safe-elm-grid-2 > .elementor-container,
  .safe-elm-grid-3 > .elementor-container,
  .safe-elm-grid-4 > .elementor-container,
  .safe-elm-process-row > .elementor-container,
  .safe-elm-form-row > .elementor-container {
    grid-template-columns: 1fr;
  }

  .safe-elm-panel-col > .elementor-widget-wrap,
  .safe-elm-card-col > .elementor-widget-wrap,
  .safe-elm-step-col > .elementor-widget-wrap,
  .safe-elm-copy-card-col > .elementor-widget-wrap,
  .safe-elm-form-col > .elementor-widget-wrap,
  .safe-elm-cta-band-col > .elementor-widget-wrap {
    padding: 22px;
  }

  .safe-elm-actions-row > .elementor-container,
  .safe-elm-pill-row > .elementor-container {
    gap: 10px;
  }

  .safe-elm-cta-band-col > .elementor-widget-wrap {
    padding: 28px 22px;
  }

  .safe-elm-form-shortcode .safe-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .safe-elm-hero-title .elementor-heading-title {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .safe-elm-section-title .elementor-heading-title,
  .safe-elm-cta-title .elementor-heading-title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .safe-elm-brand-subtitle {
    display: none;
  }
}
