/*
Theme Name: Ingest City Landing Page design (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */

:root {
  --bg: #02050a;
  --panel: rgba(8, 14, 24, 0.74);
  --panel-strong: rgba(6, 13, 24, 0.92);
  --blue: #005dff;
  --blue-2: #00a2ff;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --soft: rgba(255, 255, 255, 0.42);
  --line: rgba(0, 132, 255, 0.42);
  --grey: #8b949e;
  --dark-grey: #444b53;
  --shadow: 0 0 54px rgba(0, 93, 255, 0.34);
  --max: 1180px;
  --font:
    'Arial Narrow', 'DIN Condensed', 'Roboto Condensed', 'Helvetica Neue',
    Arial, sans-serif;
  --body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--white);
  font-family: var(--body);
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 50% 88%,
      rgba(0, 118, 255, 0.28) 0%,
      rgba(0, 36, 92, 0.16) 22%,
      rgba(2, 5, 10, 0) 48%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(0, 120, 255, 0.18),
      rgba(2, 5, 10, 0) 34%
    ),
    linear-gradient(180deg, #010309 0%, #02050a 56%, #030814 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(#ffffff 0.8px, transparent 0.8px),
    radial-gradient(#4aa3ff 0.6px, transparent 0.6px);
  background-size:
    120px 120px,
    88px 88px;
  background-position:
    0 0,
    38px 54px;
  mask-image: linear-gradient(to bottom, black 0%, black 52%, transparent 95%);
}

body::after {
  content: '';
  position: fixed;
  left: 50%;
  bottom: -25vw;
  transform: translateX(-50%);
  width: 150vw;
  height: 45vw;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(0, 162, 255, 0.95) 0%,
      rgba(0, 93, 255, 0.46) 2%,
      rgba(0, 93, 255, 0.08) 15%,
      transparent 40%
    ),
    linear-gradient(180deg, rgba(0, 93, 255, 0.26), rgba(0, 0, 0, 0) 48%),
    radial-gradient(
      ellipse at center,
      rgba(180, 210, 255, 0.16),
      rgba(0, 0, 0, 0) 57%
    );
  border-top: 1px solid rgba(118, 194, 255, 0.92);
  box-shadow: 0 -18px 80px rgba(0, 132, 255, 0.4);
  pointer-events: none;
  z-index: 0;
}

a {
  color: inherit;
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 34px 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shell {
  width: min(var(--max), 100%);
  min-height: min(840px, calc(100vh - 56px));
  border: 1px solid rgba(0, 117, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(2, 5, 10, 0.22), rgba(2, 5, 10, 0.72)),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 93, 255, 0.05) 50%,
      transparent 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 28px 110px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 58px);
}

.shell::before,
.shell::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  pointer-events: none;
}

.shell::before {
  top: 24px;
  left: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 44% 1px, 44% 58%, 0 58%, 0 0);
}

.shell::after {
  right: 24px;
  bottom: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  clip-path: polygon(
    56% 42%,
    100% 42%,
    100% 100%,
    0 100%,
    0 calc(100% - 1px),
    56% calc(100% - 1px)
  );
}

.hud-line {
  position: absolute;
  inset: auto 0 28%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 93, 255, 0.25),
    rgba(255, 255, 255, 0.12),
    rgba(0, 93, 255, 0.25),
    transparent
  );
  opacity: 0.78;
}

.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(46px, 7vh, 76px);
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 22px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(7, 8px);
  grid-template-rows: repeat(5, 8px);
  gap: 5px;
  align-items: end;
  width: 86px;
  height: 62px;
}

.bar {
  width: 8px;
  border-radius: 1px;
  align-self: end;
  box-shadow: 0 0 14px rgba(0, 93, 255, 0.26);
}

.b1 {
  height: 18px;
  background: var(--blue);
}
.b2 {
  height: 28px;
  background: var(--grey);
}
.b3 {
  height: 42px;
  background: var(--blue);
}
.b4 {
  height: 24px;
  background: var(--dark-grey);
}
.b5 {
  height: 36px;
  background: var(--grey);
}
.b6 {
  height: 52px;
  background: var(--blue);
}
.b7 {
  height: 22px;
  background: var(--blue-2);
}

.grid-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 86px;
  align-items: flex-end;
  justify-content: center;
}

.divider {
  width: 1px;
  height: 76px;
  background: linear-gradient(180deg, transparent, var(--blue), transparent);
  box-shadow: var(--shadow);
}

.wordmark {
  min-width: 310px;
}

.wordmark .name {
  font-family: var(--font);
  letter-spacing: 0.34em;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(255, 255, 255, 0.22);
}

.wordmark .rule {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-2), transparent);
  margin: 13px 0 12px;
  box-shadow: 0 0 20px rgba(0, 93, 255, 0.74);
}

.wordmark .tag {
  font-family: var(--font);
  letter-spacing: 0.24em;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
}

.wordmark .tag span {
  color: var(--blue-2);
}

.hero {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.eyebrow {
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--muted);
  font-size: clamp(12px, 1.3vw, 17px);
  margin-bottom: 20px;
}

.eyebrow span {
  color: var(--blue-2);
}

h1 {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(54px, 12vw, 142px);
  letter-spacing: 0.13em;
  line-height: 0.88;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.36),
    0 0 42px rgba(0, 93, 255, 0.28);
}

.hero-flare {
  height: 2px;
  width: min(720px, 86%);
  margin: 22px auto 30px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--blue),
    #fff,
    var(--blue),
    transparent
  );
  box-shadow:
    0 0 18px rgba(0, 132, 255, 0.8),
    0 0 50px rgba(0, 93, 255, 0.56);
  position: relative;
}

.hero-flare::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    #fff 0%,
    var(--blue-2) 32%,
    transparent 76%
  );
  filter: blur(1px);
}

.intro {
  color: var(--muted);
  font-size: clamp(16px, 2.1vw, 21px);
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 38px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 820px;
  margin: 0 auto 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 93, 255, 0.06),
    transparent
  );
}

.feature {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  text-align: left;
  align-items: center;
  border-right: 1px solid rgba(0, 132, 255, 0.28);
}

.feature:last-child {
  border-right: none;
}

.feature svg {
  width: 40px;
  height: 40px;
  stroke: var(--blue-2);
  filter: drop-shadow(0 0 8px rgba(0, 132, 255, 0.38));
}

.feature strong {
  display: block;
  color: var(--blue-2);
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 14px;
  margin-bottom: 5px;
}

.feature span {
  color: #fff;
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  line-height: 1.35;
}

.signup {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px;
  gap: 14px;
  max-width: 620px;
  margin: 0 auto 24px;
}

.field {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border: 1px solid rgba(0, 132, 255, 0.72);
  background: rgba(0, 10, 26, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 22px rgba(0, 93, 255, 0.16);
  border-radius: 5px;
}

.field svg {
  width: 22px;
  height: 22px;
  stroke: rgba(255, 255, 255, 0.72);
  flex: 0 0 auto;
}

input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  outline: 0;
  font-size: 15px;
  font-family: var(--body);
}

input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

button {
  height: 56px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #004bdd, #0577ff 55%, #00a2ff);
  color: #fff;
  font-family: var(--font);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 34px rgba(0, 93, 255, 0.45);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

button:hover {
  transform: translateY(-1px);
  filter: brightness(1.12);
}

.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 32px;
  border: 1px solid rgba(0, 132, 255, 0.82);
  background: rgba(0, 10, 26, 0.46);
  color: var(--blue-2);
  text-transform: uppercase;
  font-family: var(--font);
  letter-spacing: 0.24em;
  font-size: 14px;
  border-radius: 5px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 24px rgba(0, 93, 255, 0.18);
}

.launch-pill svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue-2);
}

.side-bars {
  position: absolute;
  top: 43%;
  width: 170px;
  height: 210px;
  opacity: 0.22;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  pointer-events: none;
}

.side-bars.left {
  left: -62px;
}
.side-bars.right {
  right: -62px;
  transform: scaleX(-1);
}

.side-bars i {
  width: 12px;
  background: linear-gradient(180deg, var(--blue), rgba(0, 93, 255, 0.08));
  display: block;
}

.side-bars i:nth-child(2n) {
  background: linear-gradient(180deg, var(--grey), rgba(139, 148, 158, 0.04));
}
.side-bars i:nth-child(1) {
  height: 110px;
}
.side-bars i:nth-child(2) {
  height: 74px;
}
.side-bars i:nth-child(3) {
  height: 148px;
}
.side-bars i:nth-child(4) {
  height: 204px;
}
.side-bars i:nth-child(5) {
  height: 125px;
}
.side-bars i:nth-child(6) {
  height: 168px;
}
.side-bars i:nth-child(7) {
  height: 88px;
}

.orbit {
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: min(1000px, 100%);
  height: 260px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.76;
}

.orbit span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 160px;
  border-top: 1px solid rgba(130, 208, 255, 0.56);
  border-radius: 50% 50% 0 0;
  transform-origin: bottom center;
  box-shadow: 0 -1px 24px rgba(0, 93, 255, 0.24);
}

.orbit span:nth-child(1) {
  transform: translateX(-50%) rotate(-9deg);
}
.orbit span:nth-child(2) {
  transform: translateX(-50%) rotate(8deg);
  width: 96%;
  height: 210px;
  opacity: 0.72;
}
.orbit span:nth-child(3) {
  transform: translateX(-50%) rotate(18deg);
  width: 62%;
  height: 130px;
  opacity: 0.58;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  letter-spacing: 0.04em;
  z-index: 2;
}

footer span {
  color: var(--blue-2);
}

.form-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 18px;
}

@media (max-width: 860px) {
  .shell {
    min-height: auto;
    padding-bottom: 86px;
  }
  .brand-logo {
    transform: scale(0.9);
  }
  .features {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .feature {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 132, 255, 0.28);
  }
  .feature:last-child {
    border-bottom: 0;
  }
  .signup {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .side-bars {
    display: none;
  }
  footer {
    font-size: 12px;
    padding: 0 20px;
  }
}

@media (max-width: 560px) {
  .page {
    padding: 0;
  }
  .shell {
    border-left: 0;
    border-right: 0;
    min-height: 100vh;
  }
  .logo-row {
    justify-content: flex-start;
    margin-bottom: 44px;
  }
  .brand-logo {
    transform: scale(0.82);
    transform-origin: left top;
  }
  .wordmark {
    min-width: 250px;
  }
  .divider {
    height: 64px;
  }
  .eyebrow {
    letter-spacing: 0.28em;
  }
  h1 {
    letter-spacing: 0.08em;
  }
  .intro {
    font-size: 15px;
  }
  .feature {
    grid-template-columns: 36px 1fr;
    padding: 18px;
  }
}

:root {
  --bg: #02050a;
  --panel: rgba(8, 14, 24, 0.74);
  --panel-strong: rgba(6, 13, 24, 0.92);
  --blue: #005dff;
  --blue-2: #00a2ff;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --soft: rgba(255, 255, 255, 0.42);
  --line: rgba(0, 132, 255, 0.42);
  --grey: #8b949e;
  --dark-grey: #444b53;
  --shadow: 0 0 54px rgba(0, 93, 255, 0.34);
  --max: 1180px;
  --font:
    'Arial Narrow', 'DIN Condensed', 'Roboto Condensed', 'Helvetica Neue',
    Arial, sans-serif;
  --body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
  background: var(--bg);
  color: var(--white);
  font-family: var(--body);
}
body {
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 50% 88%,
      rgba(0, 118, 255, 0.28) 0%,
      rgba(0, 36, 92, 0.16) 22%,
      rgba(2, 5, 10, 0) 48%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(0, 120, 255, 0.18),
      rgba(2, 5, 10, 0) 34%
    ),
    linear-gradient(rgb(1, 3, 9) 0%, rgb(2, 5, 10) 56%, rgb(3, 8, 20) 100%);
}
body::before {
  content: '';
  position: fixed;
  inset: 0px;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(rgb(255, 255, 255) 0.8px, transparent 0.8px),
    radial-gradient(rgb(74, 163, 255) 0.6px, transparent 0.6px);
  background-size:
    120px 120px,
    88px 88px;
  background-position:
    0px 0px,
    38px 54px;
  mask-image: linear-gradient(black 0%, black 52%, transparent 95%);
}
body::after {
  content: '';
  position: fixed;
  left: 50%;
  bottom: -25vw;
  transform: translateX(-50%);
  width: 150vw;
  height: 45vw;
  border-radius: 50% 50% 0px 0px;
  background:
    radial-gradient(
      at 50% 0%,
      rgba(0, 162, 255, 0.95) 0%,
      rgba(0, 93, 255, 0.46) 2%,
      rgba(0, 93, 255, 0.08) 15%,
      transparent 40%
    ),
    linear-gradient(rgba(0, 93, 255, 0.26), rgba(0, 0, 0, 0) 48%),
    radial-gradient(rgba(180, 210, 255, 0.16), rgba(0, 0, 0, 0) 57%);
  border-top: 1px solid rgba(118, 194, 255, 0.92);
  box-shadow: rgba(0, 132, 255, 0.4) 0px -18px 80px;
  pointer-events: none;
  z-index: 0;
}
a {
  color: inherit;
}
.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 34px 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shell {
  width: min(var(--max), 100%);
  min-height: min(840px, -56px + 100vh);
  border: 1px solid rgba(0, 117, 255, 0.22);
  background:
    linear-gradient(rgba(2, 5, 10, 0.22), rgba(2, 5, 10, 0.72)),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 93, 255, 0.05) 50%,
      transparent 100%
    );
  box-shadow:
    rgba(255, 255, 255, 0.03) 0px 0px 0px 1px inset,
    rgba(0, 0, 0, 0.6) 0px 28px 110px;
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 58px);
}
.shell::before,
.shell::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  pointer-events: none;
}
.shell::before {
  top: 24px;
  left: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  clip-path: polygon(
    0px 0px,
    100% 0px,
    100% 1px,
    44% 1px,
    44% 58%,
    0px 58%,
    0px 0px
  );
}
.shell::after {
  right: 24px;
  bottom: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  clip-path: polygon(
    56% 42%,
    100% 42%,
    100% 100%,
    0px 100%,
    0px calc(100% - 1px),
    56% calc(100% - 1px)
  );
}
.hud-line {
  position: absolute;
  inset: auto 0px 28%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 93, 255, 0.25),
    rgba(255, 255, 255, 0.12),
    rgba(0, 93, 255, 0.25),
    transparent
  );
  opacity: 0.78;
}
.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(46px, 7vh, 76px);
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 22px;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(7, 8px);
  grid-template-rows: repeat(5, 8px);
  gap: 5px;
  align-items: end;
  width: 86px;
  height: 62px;
}
.bar {
  width: 8px;
  border-radius: 1px;
  align-self: end;
  box-shadow: rgba(0, 93, 255, 0.26) 0px 0px 14px;
}
.b1 {
  height: 18px;
  background: var(--blue);
}
.b2 {
  height: 28px;
  background: var(--grey);
}
.b3 {
  height: 42px;
  background: var(--blue);
}
.b4 {
  height: 24px;
  background: var(--dark-grey);
}
.b5 {
  height: 36px;
  background: var(--grey);
}
.b6 {
  height: 52px;
  background: var(--blue);
}
.b7 {
  height: 22px;
  background: var(--blue-2);
}
.grid-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 86px;
  align-items: flex-end;
  justify-content: center;
}
.divider {
  width: 1px;
  height: 76px;
  background: linear-gradient(180deg, transparent, var(--blue), transparent);
  box-shadow: var(--shadow);
}
.wordmark {
  min-width: 310px;
}
.wordmark .name {
  font-family: var(--font);
  letter-spacing: 0.34em;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
  font-weight: 800;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-shadow: rgba(255, 255, 255, 0.22) 0px 0px 26px;
}
.wordmark .rule {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-2), transparent);
  margin: 13px 0px 12px;
  box-shadow: rgba(0, 93, 255, 0.74) 0px 0px 20px;
}
.wordmark .tag {
  font-family: var(--font);
  letter-spacing: 0.24em;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
}
.wordmark .tag span {
  color: var(--blue-2);
}
.hero {
  text-align: center;
  max-width: 960px;
  margin: 0px auto;
  position: relative;
}
.eyebrow {
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--muted);
  font-size: clamp(12px, 1.3vw, 17px);
  margin-bottom: 20px;
}
.eyebrow span {
  color: var(--blue-2);
}
h1 {
  margin: 0px;
  font-family: var(--font);
  font-size: clamp(54px, 12vw, 142px);
  letter-spacing: 0.13em;
  line-height: 0.88;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow:
    rgba(255, 255, 255, 0.36) 0px 0px 16px,
    rgba(0, 93, 255, 0.28) 0px 0px 42px;
}
.hero-flare {
  height: 2px;
  width: min(720px, 86%);
  margin: 22px auto 30px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--blue),
    #fff,
    var(--blue),
    transparent
  );
  box-shadow:
    rgba(0, 132, 255, 0.8) 0px 0px 18px,
    rgba(0, 93, 255, 0.56) 0px 0px 50px;
  position: relative;
}
.hero-flare::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    #fff 0%,
    var(--blue-2) 32%,
    transparent 76%
  );
  filter: blur(1px);
}
.intro {
  color: var(--muted);
  font-size: clamp(16px, 2.1vw, 21px);
  line-height: 1.7;
  max-width: 760px;
  margin: 0px auto 38px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  max-width: 820px;
  margin: 0px auto 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 93, 255, 0.06),
    transparent
  );
}
.feature {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  text-align: left;
  align-items: center;
  border-right: 1px solid rgba(0, 132, 255, 0.28);
}
.feature:last-child {
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
}
.feature svg {
  width: 40px;
  height: 40px;
  stroke: var(--blue-2);
  filter: drop-shadow(rgba(0, 132, 255, 0.38) 0px 0px 8px);
}
.feature strong {
  display: block;
  color: var(--blue-2);
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 14px;
  margin-bottom: 5px;
}
.feature span {
  color: rgb(255, 255, 255);
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  line-height: 1.35;
}
.signup {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px;
  gap: 14px;
  max-width: 620px;
  margin: 0px auto 24px;
}
.field {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0px 18px;
  border: 1px solid rgba(0, 132, 255, 0.72);
  background: rgba(0, 10, 26, 0.58);
  box-shadow:
    rgba(255, 255, 255, 0.04) 0px 0px 0px 1px inset,
    rgba(0, 93, 255, 0.16) 0px 0px 22px;
  border-radius: 5px;
}
.field svg {
  width: 22px;
  height: 22px;
  stroke: rgba(255, 255, 255, 0.72);
  flex: 0 0 auto;
}
input {
  width: 100%;
  border: 0px;
  background: transparent;
  color: rgb(255, 255, 255);
  outline: 0px;
  font-size: 15px;
  font-family: var(--body);
}
input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
button {
  height: 56px;
  border: 0px;
  border-radius: 5px;
  background: linear-gradient(
    135deg,
    rgb(0, 75, 221),
    rgb(5, 119, 255) 55%,
    rgb(0, 162, 255)
  );
  color: rgb(255, 255, 255);
  font-family: var(--font);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  box-shadow: rgba(0, 93, 255, 0.45) 0px 0px 34px;
  transition:
    transform 0.2s,
    filter 0.2s;
}
button:hover {
  transform: translateY(-1px);
  filter: brightness(1.12);
}
.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0px 32px;
  border: 1px solid rgba(0, 132, 255, 0.82);
  background: rgba(0, 10, 26, 0.46);
  color: var(--blue-2);
  text-transform: uppercase;
  font-family: var(--font);
  letter-spacing: 0.24em;
  font-size: 14px;
  border-radius: 5px;
  box-shadow:
    rgba(255, 255, 255, 0.03) 0px 0px 0px 1px inset,
    rgba(0, 93, 255, 0.18) 0px 0px 24px;
}
.launch-pill svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue-2);
}
.side-bars {
  position: absolute;
  top: 43%;
  width: 170px;
  height: 210px;
  opacity: 0.22;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  pointer-events: none;
}
.side-bars.left {
  left: -62px;
}
.side-bars.right {
  right: -62px;
  transform: scaleX(-1);
}
.side-bars i {
  width: 12px;
  background: linear-gradient(180deg, var(--blue), rgba(0, 93, 255, 0.08));
  display: block;
}
.side-bars i:nth-child(2n) {
  background: linear-gradient(180deg, var(--grey), rgba(139, 148, 158, 0.04));
}
.side-bars i:nth-child(1) {
  height: 110px;
}
.side-bars i:nth-child(2) {
  height: 74px;
}
.side-bars i:nth-child(3) {
  height: 148px;
}
.side-bars i:nth-child(4) {
  height: 204px;
}
.side-bars i:nth-child(5) {
  height: 125px;
}
.side-bars i:nth-child(6) {
  height: 168px;
}
.side-bars i:nth-child(7) {
  height: 88px;
}
.orbit {
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: min(1000px, 100%);
  height: 260px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.76;
}
.orbit span {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 80%;
  height: 160px;
  border-top: 1px solid rgba(130, 208, 255, 0.56);
  border-radius: 50% 50% 0px 0px;
  transform-origin: center bottom;
  box-shadow: rgba(0, 93, 255, 0.24) 0px -1px 24px;
}
.orbit span:nth-child(1) {
  transform: translateX(-50%) rotate(-9deg);
}
.orbit span:nth-child(2) {
  transform: translateX(-50%) rotate(8deg);
  width: 96%;
  height: 210px;
  opacity: 0.72;
}
.orbit span:nth-child(3) {
  transform: translateX(-50%) rotate(18deg);
  width: 62%;
  height: 130px;
  opacity: 0.58;
}
footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  letter-spacing: 0.04em;
  z-index: 2;
}
footer span {
  color: var(--blue-2);
}
.form-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 18px;
}
@media (max-width: 860px) {
  .shell {
    min-height: auto;
    padding-bottom: 86px;
  }
  .brand-logo {
    transform: scale(0.9);
  }
  .features {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .feature {
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 132, 255, 0.28);
  }
  .feature:last-child {
    border-bottom: 0px;
  }
  .signup {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .side-bars {
    display: none;
  }
  footer {
    font-size: 12px;
    padding: 0px 20px;
  }
}
@media (max-width: 560px) {
  .page {
    padding: 0px;
  }
  .shell {
    border-left: 0px;
    border-right: 0px;
    min-height: 100vh;
  }
  .logo-row {
    justify-content: flex-start;
    margin-bottom: 44px;
  }
  .brand-logo {
    transform: scale(0.82);
    transform-origin: left top;
  }
  .wordmark {
    min-width: 250px;
  }
  .divider {
    height: 64px;
  }
  .eyebrow {
    letter-spacing: 0.28em;
  }
  h1 {
    letter-spacing: 0.08em;
  }
  .intro {
    font-size: 15px;
  }
  .feature {
    grid-template-columns: 36px 1fr;
    padding: 18px;
  }
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

.container {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
/* EC-NAV-220: Layout & visibility properties stay !important so the
   hover-to-show behaviour overrides Tailwind's display:none / opacity:0
   defaults on sites without their own dropdown CSS. */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important; /* Higher than content */
  list-style: none !important;
  margin: 0 !important;
}
/* EC-NAV-220: Visual surface properties (background / border / shadow /
   padding / sizing) are emitted via :where(...) so the selector collapses
   to specificity (0,0,0). Any captured custom-submenu CSS rule with
   non-zero specificity (e.g. aura-lace .dropdown-menu with background
   var(--emerald)) automatically wins via the cascade so the author's
   luxury / dark-themed dropdown panel renders correctly.
   For sites WITHOUT captured dropdown CSS, these white-card defaults
   still apply because nothing else competes. */
:where(.menu-item.menu-item-has-children) > :where(.submenu),
:where(.menu-item.menu-item-has-children) > :where(.sub-menu),
:where(.menu-item-has-children) > :where(ul),
:where(li.menu-item-has-children) > :where(ul) {
  background: white;
  min-width: 200px;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Skipped hero overlap CSS — nav is not fixed/sticky */

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
/* EC-BTN-107: Disclosure/accordion toggle buttons (aria-expanded) must not be
   text-selectable. Otherwise a double-click or click-drag on a FAQ question
   label paints the browser's default blue text-selection highlight, which the
   user sees as a stray "bluish background" that appears on one click and clears
   on the next. Native <button>s are non-selectable and the source React FAQ is
   too. Scoped to button[aria-expanded] so ordinary buttons and selectable
   content elsewhere are untouched. */
button[aria-expanded] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* EC-FORM-004: Native <select> option list styling.
 *
 * Why: EC-FORMS-004 / EC-MSTEP-001C converts Radix shadcn comboboxes to
 * native <select> elements so the form submits as a real HTML form. Native
 * select-popups inherit the trigger element background, so on shadcn forms
 * with translucent inputs (e.g. bg-white slash 10), the option list paints
 * as a translucent panel that bleeds the parent form background and makes
 * options nearly unreadable.
 *
 * The rule below paints each option on a solid surface using the same
 * shadcn --card design tokens the rest of the theme already uses, so
 * dropdowns visually match the original SelectContent / bg-popover render.
 *
 * Safety:
 *   - Scoped strictly to select option / select optgroup — never leaks
 *     to custom popover divs.
 *   - hsl(var(--card, ...)) with fallbacks degrades cleanly on themes
 *     that do not define the variable.
 *   - Safari ignores option styling entirely (no DOM hook into the native
 *     popup) so this is a no-op there. Chrome/Edge/Firefox/Brave honour it.
 */
/* EC-FORM-004 / EC-FORM-004b: solid option surfaces — card tokens by default,
   popover tokens on dark booking sections (bg-secondary / needs-wiring forms). */
select option,
select optgroup,
.bg-secondary select option,
.bg-secondary select optgroup,
form[data-wpconvert-form] select option,
form[data-wpconvert-form] select optgroup {
  background-color: hsl(var(--popover, var(--card, 0 0% 100%)));
  color: hsl(var(--popover-foreground, var(--card-foreground, 222.2 84% 4.9%)));
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */
