:root {
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --black: #050608;
  --charcoal: #15181c;
  --gunmetal: #2a3038;
  --green: #5cff3a;
  --green-soft: #8dff57;
  --titanium: #f5f7fa;
  --steel: #8b949e;
  --line: rgba(92, 255, 58, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--titanium);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

main {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 7%, rgba(92, 255, 58, 0.08), transparent 20rem),
    var(--black);
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(1420px, calc(100% - 80px));
  height: 88px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.brand > span:last-child > span {
  color: var(--green);
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 25px;
  align-items: center;
}

.brand-mark i {
  position: absolute;
  left: 0;
  width: 29px;
  height: 6px;
  background: linear-gradient(90deg, #f5f7fa 0 35%, var(--green) 35%);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 10% 100%);
}

.brand-mark i:nth-child(1) {
  top: 2px;
}

.brand-mark i:nth-child(2) {
  top: 10px;
  left: 5px;
  width: 22px;
}

.brand-mark i:nth-child(3) {
  top: 18px;
  left: 10px;
  width: 14px;
}

.header-actions,
.status-dot,
.hero-actions,
.section-kicker,
.beta-state {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 28px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-dot {
  gap: 9px;
  color: var(--steel);
}

.status-dot i,
.beta-state i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(92, 255, 58, 0.8);
  animation: pulse 2s ease-in-out infinite;
}

.nav-link {
  color: var(--titanium);
}

.hero {
  position: relative;
  width: min(1420px, calc(100% - 80px));
  min-height: 800px;
  margin: 0 auto;
  padding: 98px 0 0;
}

.hero::before,
.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 1px;
  background: linear-gradient(transparent, var(--line), transparent);
  content: "";
}

.hero::before {
  left: 0;
}

.hero::after {
  right: 0;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(92, 255, 58, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 255, 58, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(780px, 60%);
  padding-left: 5.5%;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  padding: 8px 11px;
  border: 1px solid rgba(92, 255, 58, 0.45);
  color: var(--green);
  background: rgba(92, 255, 58, 0.07);
}

.eyebrow b {
  color: var(--steel);
  font-weight: 500;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 27px;
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  line-height: 0.91;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: var(--green);
  text-shadow: 0 0 40px rgba(92, 255, 58, 0.12);
}

.hero-lede {
  max-width: 670px;
  color: #b3bac3;
  font-size: 1.12rem;
  line-height: 1.75;
}

.hero-actions {
  gap: 24px;
  margin-top: 38px;
}

.primary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 28px;
  padding: 0 18px 0 22px;
  border: 1px solid var(--green);
  background: var(--green);
  color: #071006;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: transparent;
  color: var(--green);
  box-shadow: 0 0 28px rgba(92, 255, 58, 0.14);
}

.primary-button span {
  font-size: 1rem;
}

.launch-note {
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.67rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-visual {
  position: absolute;
  top: 68px;
  right: -4%;
  z-index: 2;
  width: 54%;
  height: 570px;
  overflow: hidden;
  opacity: 0.92;
  mask-image: linear-gradient(90deg, transparent 0%, black 30%, black 90%, transparent 100%);
}

.hero-visual::before {
  position: absolute;
  inset: 18% 16%;
  z-index: 2;
  border: 1px solid rgba(92, 255, 58, 0.35);
  border-radius: 50%;
  content: "";
  transform: rotate(-10deg);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
  filter: contrast(1.08) saturate(1.03);
}

.hud-label {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 5px;
  padding-left: 12px;
  border-left: 2px solid var(--green);
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hud-label span {
  color: var(--green);
}

.hud-label-top {
  top: 100px;
  right: 10%;
}

.hud-label-bottom {
  right: 22%;
  bottom: 62px;
}

.hero-rail {

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(92, 255, 58, 0.28);
  border-bottom: 1px solid rgba(92, 255, 58, 0.15);
  background: rgba(5, 6, 8, 0.72);
  backdrop-filter: blur(12px);
}

.hero-rail div {
  position: relative;
  display: grid;
  min-height: 102px;
  align-content: center;
  gap: 6px;
  padding: 16px 20px 16px 52px;
  border-right: 1px solid rgba(92, 255, 58, 0.14);
}

.hero-rail div:last-child {
  border-right: 0;
}

.hero-rail span {
  position: absolute;
  top: 22px;
  left: 18px;
  color: rgba(92, 255, 58, 0.48);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
}

.hero-rail strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-rail small {
  color: var(--green);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-section,
.intel-section,
.beta-section,
footer {
  width: min(1420px, calc(100% - 80px));
  margin: 0 auto;
}

.contact-section {
  width: min(1420px, calc(100% - 80px));
  margin: 0 auto;
  padding: 90px 3%;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.contact-inner h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
}

.contact-lede {
 
  color: #a6aeb8;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.contact-field {
  display: flex;
  width: 100%;
  max-width: 480px;
  gap: 12px;
}

.contact-field input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0a0c0e;
  color: var(--titanium);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  transition: 180ms ease;
}

.contact-field input[type="email"]::placeholder {
  color: var(--steel);
}

.contact-field input[type="email"]:focus {
  border-color: var(--green);
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 255, 58, 0.14);
}

.contact-field .primary-button {
  flex-shrink: 0;
  border: 1px solid var(--green);
  cursor: pointer;
}

.contact-field .primary-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-status {
  min-height: 20px;
  margin: 0;
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.contact-status.is-success {
  color: var(--green);
}

.contact-status.is-error {
  color: #ff6a6a;
}

.platform-section {
  padding: 105px 3% 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.section-kicker {
  gap: 18px;
  margin-bottom: 70px;
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker span:first-child {
  color: var(--green);
}

.section-kicker i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8%;
  align-items: end;
  margin-bottom: 64px;
}

.overline {
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 4.5vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.section-heading > p {
  margin-bottom: 0;
  color: #a6aeb8;
  font-size: 1rem;
  line-height: 1.75;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.capability-card {
  position: relative;
  min-height: 310px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 50%),
    #0a0c0e;
  transition: 200ms ease;
}

.capability-card:nth-child(-n + 3) {
  grid-column: span 2;
}

.capability-card:nth-child(n + 4) {
  grid-column: span 3;
}

.capability-card:hover {
  border-color: rgba(92, 255, 58, 0.45);
  transform: translateY(-4px);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 66px;
}

.card-top span {
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
}

.card-top i {
  width: 32px;
  height: 32px;
  border-top: 1px solid var(--green);
  border-right: 1px solid var(--green);
  opacity: 0.5;
}

.capability-card h3 {
  margin-bottom: 9px;
  font-size: 1.36rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.capability-card > strong {
  display: block;
  margin-bottom: 17px;
  color: var(--green);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.capability-card > p {
  margin-bottom: 0;
  color: #9199a3;
  font-size: 0.9rem;
  line-height: 1.65;
}

.intel-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8%;
  padding: 120px 6%;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(90deg, transparent, rgba(92, 255, 58, 0.025), transparent);
}

.intel-copy h2 {
  max-width: 600px;
  font-size: clamp(2.7rem, 4.3vw, 4.8rem);
}

.intel-copy > p:not(.overline) {
  max-width: 570px;
  margin: 32px 0;
  color: #a6aeb8;
  line-height: 1.78;
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.signal-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c9ced4;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.signal-list i {
  width: 5px;
  height: 5px;
  background: var(--green);
}

.intel-display {
  align-self: center;
  border: 1px solid rgba(92, 255, 58, 0.32);
  background:
    linear-gradient(rgba(92, 255, 58, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 255, 58, 0.03) 1px, transparent 1px),
    #070908;
  background-size: 28px 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.display-header,
.display-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.display-header {
  border-bottom: 1px solid rgba(92, 255, 58, 0.16);
  color: var(--steel);
}

.display-header b {
  color: var(--green);
  font-weight: 500;
}

.display-content {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 38px;
  align-items: center;
  min-height: 390px;
  padding: 35px;
}

.confidence-ring {
  display: grid;
  width: 270px;
  max-width: 100%;
  aspect-ratio: 1;
  place-items: center;
  margin: auto;
  border: 1px solid rgba(92, 255, 58, 0.7);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(92, 255, 58, 0.1), transparent 58%),
    conic-gradient(var(--green) 0deg 316deg, rgba(92, 255, 58, 0.08) 316deg 360deg);
  box-shadow: inset 0 0 0 18px #070908;
}

.confidence-ring > div {
  display: grid;
  width: 72%;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(92, 255, 58, 0.23);
  border-radius: 50%;
  background: #070908;
  text-align: center;
}

.confidence-ring small,
.confidence-ring span {
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.confidence-ring strong {
  margin: 9px 0;
  color: var(--titanium);
  font-size: 1.85rem;
}

.display-readings {
  display: grid;
}

.display-readings div {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.display-readings span {
  color: var(--steel);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.57rem;
  letter-spacing: 0.1em;
}

.display-readings strong {
  font-size: 0.94rem;
  font-weight: 600;
}

.display-readings .green-reading {
  color: var(--green);
}

.display-footer {
  border-top: 1px solid rgba(92, 255, 58, 0.16);
  color: #707983;
}

.beta-section {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
  align-content: center;
  padding: 100px 10%;
  text-align: center;
}

.beta-section::before,
.beta-section::after {
  position: absolute;
  width: 130px;
  height: 130px;
  border-color: rgba(92, 255, 58, 0.4);
  content: "";
}

.beta-section::before {
  top: 60px;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

.beta-section::after {
  right: 0;
  bottom: 60px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.beta-section h2 {
  max-width: 1000px;
}

.beta-section > p:not(.overline) {
  max-width: 660px;
  margin: 28px auto 32px;
  color: #a6aeb8;
  line-height: 1.7;
}

.beta-state {
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(92, 255, 58, 0.3);
  color: var(--green);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beta-scanline {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 76%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 255, 58, 0.3), transparent);
  box-shadow: 0 0 28px rgba(92, 255, 58, 0.3);
}

footer {
  display: flex;
  min-height: 115px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #68717a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
  color: var(--titanium);
  letter-spacing: 0.22em;
}

.footer-brand {
  color: var(--titanium);
  font-family: Arial, Helvetica, sans-serif;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 1060px) {
  .hero {
    min-height: 900px;
  }

  .hero-copy {
    width: 76%;
  }

  .hero-visual {
    top: 270px;
    right: -12%;
    width: 72%;
    opacity: 0.52;
  }

  .hero-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-rail div:last-child {
    display: none;
  }

  .hero-rail div:nth-child(2) {
    border-right: 0;
  }

  .section-heading,
  .intel-section {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    max-width: 660px;
  }

  .capability-card:nth-child(n) {
    grid-column: span 3;
  }

  .capability-card:last-child {
    grid-column: 2 / span 4;
  }

  .intel-display {
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .platform-section,
  .intel-section,
  .beta-section,
  footer {
    width: min(100% - 32px, 1420px);
  }

  .site-header {
    height: 76px;
  }

  .header-actions .nav-link {
    display: none;
  }

  .status-dot {
    font-size: 0;
  }

  .status-dot::after {
    color: var(--steel);
    font-size: 0.62rem;
    content: "Beta";
  }

  .hero {
    min-height: 930px;
    padding-top: 56px;
  }

  .hero-copy {
    width: 100%;
    padding: 0 18px;
  }

  .eyebrow {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.9rem);
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    top: 380px;
    right: -38%;
    width: 124%;
    height: 450px;
    opacity: 0.47;
  }

  .hud-label {
    display: none;
  }

  .hero-rail {
    right: 0;
    bottom: 24px;
    left: 0;
  }

  .hero-rail div {
    min-height: 80px;
    padding: 13px 10px 13px 38px;
  }

  .hero-rail span {
    top: 17px;
    left: 11px;
  }

  .hero-rail strong {
    font-size: 0.66rem;
  }

  .hero-rail small {
    font-size: 0.54rem;
  }

  .contact-section {
    width: min(100% - 32px, 1420px);
    padding: 70px 18px;
  }

  .contact-field {
    flex-direction: column;
  }

  .contact-field .primary-button {
    width: 100%;
    justify-content: center;
  }

  .platform-section {
    padding: 80px 18px 90px;
  }

  .section-kicker {
    margin-bottom: 48px;
  }

  .section-kicker span:last-child {
    display: none;
  }

  .section-heading {
    margin-bottom: 45px;
  }

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

  .capability-card:nth-child(n) {
    grid-column: auto;
  }

  .capability-card {
    min-height: 270px;
  }

  .card-top {
    margin-bottom: 48px;
  }

  .intel-section {
    padding: 90px 18px;
  }

  .display-content {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .confidence-ring {
    width: 225px;
  }

  .display-header span,
  .display-footer span:first-child {
    display: none;
  }

  .display-header,
  .display-footer {
    justify-content: flex-end;
  }

  .beta-section {
    min-height: 520px;
    padding: 90px 24px;
  }

  .beta-scanline {
    display: none;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    padding: 28px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
.contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Content */
.form-content-left {
    flex: 1;
}

.form-content-left h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.contact-lede {
    font-size: 18px;
    color: #888;
    line-height: 1.6;
}

/* Right Form */
.contact-form {
    flex: 1;
}

.contact-field {
    display: flex;
    gap: 15px;
}

.contact-field input {
    flex: 1;
    height: 56px;
    min-height: 56px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 16px;
}

.primary-button {
    height: 56px;
    padding: 0 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap;
}

/* Hide Honeypot */
.hp-field {
    display: none;
}

/* Tablet */
@media (max-width: 991px) {
    .contact-inner {
        gap: 30px;
    }

    .form-content-left h2 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .contact-inner {
        flex-direction: column;
        text-align: center;
    }

    .form-content-left,
    .contact-form {
        width: 100%;
    }

    .contact-field {
        flex-direction: column;
    }

    .contact-field input,
    .primary-button {
        width: 100%;
    }

    .form-content-left h2 {
        font-size: 30px;
    }

    .contact-lede {
        font-size: 16px;
    }
    .form-content-left {
    flex: 1;
    width: 100% !important;
}
div#wpcf7-f6-o1 {
    width: 100% !important;
}
.contact-field {
    flex-direction: column;
    max-width: 100% !important;
}
}
fieldset.hidden-fields-container {
    visibility: hidden !important;
}
div#wpcf7-f6-o1 {
    width: 50%;
}
.form-content-left {
    flex: 1;
    width: 50%;
}
.screen-reader-response {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}