.arcane-site {
  --arcane-black: #03060a;
  --arcane-ink: #07111b;
  --arcane-panel: #0b1420;
  --arcane-panel-2: #101b29;
  --arcane-line: rgba(178, 226, 255, 0.18);
  --arcane-text: #eef7ff;
  --arcane-muted: #9fb2c3;
  --arcane-cyan: #57dcff;
  --arcane-blue: #2d7dff;
  --arcane-pink: #f064b8;
  --arcane-white: #ffffff;
  background: var(--arcane-black);
  color: var(--arcane-text);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  min-height: 100vh;
}

.arcane-site * {
  box-sizing: border-box;
}

.arcane-site a {
  color: inherit;
}

.arcane-nav {
  align-items: center;
  background: rgba(3, 6, 10, 0.82);
  border-bottom: 1px solid var(--arcane-line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

.arcane-brand {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.arcane-brand img {
  background: #000;
  border: 1px solid var(--arcane-line);
  border-radius: 4px;
  height: 34px;
  object-fit: cover;
  width: 34px;
}

.arcane-nav nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.arcane-nav nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--arcane-muted);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
  text-decoration: none;
}

.arcane-nav nav a:hover,
.arcane-nav nav a.is-active {
  border-color: var(--arcane-line);
  color: var(--arcane-text);
}

.arcane-nav .arcane-nav-cta {
  background: var(--arcane-text);
  color: var(--arcane-black);
}

.arcane-nav .arcane-nav-cta:hover,
.arcane-nav .arcane-nav-cta.is-active {
  border-color: var(--arcane-text);
  color: var(--arcane-black);
}

.arcane-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 6, 10, 0.98) 0%, rgba(3, 6, 10, 0.9) 31%, rgba(3, 6, 10, 0.45) 64%, rgba(3, 6, 10, 0.18) 100%),
    var(--arcane-hero-image) center right / cover no-repeat;
  display: flex;
  min-height: min(820px, calc(100vh - 62px));
  overflow: hidden;
  padding: clamp(72px, 12vw, 132px) clamp(20px, 5vw, 72px);
  position: relative;
}

.arcane-hero::after {
  background: linear-gradient(180deg, transparent 0%, rgba(3, 6, 10, 0.88) 100%);
  bottom: 0;
  content: "";
  height: 25%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.arcane-hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.arcane-kicker {
  color: var(--arcane-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.arcane-hero h1,
.arcane-page-hero h1 {
  color: var(--arcane-white);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 900px;
}

.arcane-lede,
.arcane-page-hero p,
.arcane-split p,
.arcane-form-copy p {
  color: var(--arcane-muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 720px;
}

.arcane-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.arcane-button,
.arcane-fallback-form button {
  align-items: center;
  background: linear-gradient(135deg, var(--arcane-cyan), var(--arcane-blue));
  border: 0;
  border-radius: 5px;
  color: #001018;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  text-decoration: none;
}

.arcane-button:hover,
.arcane-fallback-form button:hover {
  filter: brightness(1.06);
}

.arcane-button-ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--arcane-line);
  color: var(--arcane-text);
}

.arcane-band {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 clamp(20px, 4vw, 56px);
  transform: translateY(-38px);
  width: 100%;
  z-index: 2;
}

.arcane-proof div {
  background: rgba(11, 20, 32, 0.92);
  border: 1px solid var(--arcane-line);
  min-height: 132px;
  padding: 24px;
}

.arcane-proof strong {
  color: var(--arcane-white);
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}

.arcane-proof span {
  color: var(--arcane-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.arcane-section,
.arcane-split,
.arcane-form-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(48px, 8vw, 100px) clamp(20px, 4vw, 56px);
}

.arcane-section-heading {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin-bottom: 34px;
}

.arcane-section-heading h2,
.arcane-split h2,
.arcane-cta h2,
.arcane-form-copy h2 {
  color: var(--arcane-white);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.arcane-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.arcane-card,
.arcane-gear-card,
.arcane-form-panel {
  background: linear-gradient(180deg, rgba(16, 27, 41, 0.94), rgba(8, 16, 25, 0.94));
  border: 1px solid var(--arcane-line);
  border-radius: 6px;
}

.arcane-card {
  min-height: 210px;
  padding: 24px;
}

.arcane-card h3 {
  color: var(--arcane-white);
  font-size: 22px;
  line-height: 1.05;
  margin: 0 0 18px;
}

.arcane-card p {
  color: var(--arcane-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.arcane-split {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.arcane-text-link {
  color: var(--arcane-cyan);
  display: inline-flex;
  font-weight: 900;
  margin-top: 24px;
  text-decoration: none;
}

.arcane-gear-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.arcane-gear-strip figure {
  align-items: center;
  background: radial-gradient(circle at 50% 24%, rgba(87, 220, 255, 0.18), rgba(255, 255, 255, 0.03) 42%, transparent 70%);
  border: 1px solid var(--arcane-line);
  border-radius: 6px;
  display: grid;
  min-height: 190px;
  padding: 20px;
}

.arcane-gear-strip img {
  height: 118px;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}

.arcane-gear-strip figcaption {
  color: var(--arcane-muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
  text-align: center;
}

.arcane-cta {
  background:
    linear-gradient(135deg, rgba(87, 220, 255, 0.12), rgba(240, 100, 184, 0.08)),
    var(--arcane-panel);
  border-top: 1px solid var(--arcane-line);
  padding: clamp(58px, 8vw, 110px) clamp(20px, 5vw, 72px);
  text-align: center;
}

.arcane-cta h2 {
  margin: 0 auto 28px;
  max-width: 820px;
}

.arcane-page-hero {
  background:
    radial-gradient(circle at 80% 10%, rgba(87, 220, 255, 0.18), transparent 36%),
    linear-gradient(180deg, var(--arcane-ink), var(--arcane-black));
  padding: clamp(70px, 10vw, 128px) clamp(20px, 5vw, 72px) clamp(48px, 8vw, 96px);
}

.arcane-page-hero p:not(.arcane-kicker) {
  max-width: 760px;
}

.arcane-feature-list {
  border-top: 1px solid var(--arcane-line);
}

.arcane-feature-row {
  border-bottom: 1px solid var(--arcane-line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  padding: 30px 0;
}

.arcane-feature-row h2 {
  color: var(--arcane-white);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
  margin: 0;
}

.arcane-feature-row p {
  color: var(--arcane-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.arcane-gear-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.arcane-gear-card {
  overflow: hidden;
}

.arcane-gear-card img {
  background: radial-gradient(circle at center, rgba(87, 220, 255, 0.18), rgba(255, 255, 255, 0.03) 48%, transparent 78%);
  display: block;
  height: 210px;
  object-fit: contain;
  padding: 28px;
  width: 100%;
}

.arcane-gear-card div {
  border-top: 1px solid var(--arcane-line);
  padding: 18px;
}

.arcane-gear-card span {
  color: var(--arcane-cyan);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.arcane-gear-card h3 {
  color: var(--arcane-white);
  font-size: 20px;
  margin: 0;
}

.arcane-form-section {
  align-items: start;
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.arcane-form-panel {
  padding: clamp(18px, 3vw, 30px);
}

.arcane-contact-stack {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.arcane-contact-stack a {
  border-bottom: 1px solid var(--arcane-line);
  color: var(--arcane-text);
  font-weight: 800;
  padding: 0 0 10px;
  text-decoration: none;
}

.arcane-fallback-form {
  display: grid;
  gap: 14px;
}

.arcane-fallback-form label {
  color: var(--arcane-muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

.arcane-fallback-form input,
.arcane-fallback-form select,
.arcane-fallback-form textarea,
.arcane-site .forminator-ui input,
.arcane-site .forminator-ui select,
.arcane-site .forminator-ui textarea {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid var(--arcane-line) !important;
  border-radius: 5px !important;
  color: var(--arcane-text) !important;
  font-size: 16px !important;
  min-height: 46px;
  padding: 12px !important;
}

.arcane-fallback-form textarea,
.arcane-site .forminator-ui textarea {
  min-height: 112px;
}

.arcane-fallback-form button {
  margin-top: 6px;
  width: 100%;
}

.arcane-honeypot {
  display: none !important;
}

.arcane-form-success {
  background: rgba(87, 220, 255, 0.12);
  border: 1px solid rgba(87, 220, 255, 0.42);
  border-radius: 6px;
  color: var(--arcane-white);
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px;
}

.arcane-footer {
  align-items: center;
  background: #010306;
  border-top: 1px solid var(--arcane-line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
}

.arcane-footer strong,
.arcane-footer span {
  display: block;
}

.arcane-footer span {
  color: var(--arcane-muted);
  margin-top: 4px;
}

.arcane-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.arcane-footer-links a {
  color: var(--arcane-muted);
  font-weight: 800;
  text-decoration: none;
}

.elementor-shortcode {
  overflow: visible;
}

body.elementor-template-canvas {
  background: #03060a;
}

:root {
  --arcane-black: #03060a;
  --arcane-ink: #07111b;
  --arcane-panel: #0b1420;
  --arcane-panel-2: #101b29;
  --arcane-line: rgba(178, 226, 255, 0.18);
  --arcane-text: #ffffff;
  --arcane-muted: #ffffff;
  --arcane-cyan: #57dcff;
  --arcane-blue: #2d7dff;
  --arcane-pink: #f064b8;
  --arcane-white: #ffffff;
}

.arcane-site,
[class^="arcane-"],
[class*=" arcane-"] {
  color: #ffffff !important;
}

.arcane-site :where(h1, h2, h3, h4, h5, h6, p, span, strong, em, small, li, label, legend, blockquote),
[class^="arcane-"] :where(h1, h2, h3, h4, h5, h6, p, span, strong, em, small, li, label, legend, blockquote),
[class*=" arcane-"] :where(h1, h2, h3, h4, h5, h6, p, span, strong, em, small, li, label, legend, blockquote),
.arcane-site :where(.elementor-widget-container, .elementor-heading-title, .elementor-icon-list-text),
[class^="arcane-"] :where(.elementor-widget-container, .elementor-heading-title, .elementor-icon-list-text),
[class*=" arcane-"] :where(.elementor-widget-container, .elementor-heading-title, .elementor-icon-list-text) {
  color: #ffffff !important;
}

.arcane-site a:not(.arcane-button):not(.arcane-nav-cta),
[class^="arcane-"] a:not(.arcane-button):not(.arcane-nav-cta),
[class*=" arcane-"] a:not(.arcane-button):not(.arcane-nav-cta) {
  color: #ffffff !important;
}

.arcane-site .arcane-nav-cta,
.arcane-site .arcane-button:not(.arcane-button-ghost),
.arcane-site .arcane-fallback-form button,
.arcane-nav-cta,
.arcane-button:not(.arcane-button-ghost),
.arcane-fallback-form button {
  color: #001018 !important;
}

@media (max-width: 980px) {
  .arcane-card-grid,
  .arcane-gear-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arcane-section-heading,
  .arcane-split,
  .arcane-form-section,
  .arcane-feature-row {
    grid-template-columns: 1fr;
  }

  .arcane-band {
    grid-template-columns: 1fr;
    transform: none;
  }
}

@media (max-width: 680px) {
  .arcane-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .arcane-nav nav {
    justify-content: flex-start;
    width: 100%;
  }

  .arcane-nav nav a {
    font-size: 12px;
    padding: 8px 10px;
  }

  .arcane-hero {
    background:
      linear-gradient(180deg, rgba(3, 6, 10, 0.92), rgba(3, 6, 10, 0.72)),
      var(--arcane-hero-image) center right / cover no-repeat;
    min-height: auto;
  }

  .arcane-actions,
  .arcane-footer,
  .arcane-footer-links {
    align-items: stretch;
    flex-direction: column;
  }

  .arcane-button {
    width: 100%;
  }

  .arcane-card-grid,
  .arcane-gear-strip,
  .arcane-gear-grid {
    grid-template-columns: 1fr;
  }
}
