@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');

.oh-landing,
.oh-landing * {
  box-sizing: border-box;
}

body.openheight-landing-page .entry-header,
body.openheight-landing-page .page-header,
body.openheight-landing-page .wp-block-post-title,
body.openheight-landing-page .entry-title,
body.openheight-landing-page h1.entry-title {
  display: none !important;
}

body.openheight-landing-page .site-main,
body.openheight-landing-page .content-area,
body.openheight-landing-page .entry-content,
body.openheight-landing-page .post-content,
body.openheight-landing-page .wp-block-post-content,
body.openheight-landing-page article,
body.openheight-landing-page main {
  max-width: none !important;
}

.oh-landing h1,
.oh-landing h2,
.oh-landing h3,
.oh-landing p,
.oh-landing a,
.oh-landing span,
.oh-landing button,
.oh-landing input {
  text-transform: none !important;
}

.oh-landing {
  --oh-text: #f4f6fb;
  --oh-muted: rgba(223, 229, 240, .74);
  --oh-blue: #67a5f8;
  --oh-panel: rgba(8, 15, 27, .94);
  --oh-border: rgba(147, 172, 216, .18);
  --oh-gold: #f7bd36;
  --oh-green: #72df83;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  color: var(--oh-text);
  background: #05090f;
  font-family: 'DM Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* The blue is intentionally limited to a soft glow behind the hero. */
.oh-landing::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 auto 0;
  height: 650px;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 70% at 73% 20%, rgba(31, 76, 157, .26) 0%, rgba(18, 46, 95, .12) 38%, transparent 72%),
    radial-gradient(ellipse 38% 55% at 20% 8%, rgba(18, 47, 91, .10) 0%, transparent 74%);
}

.oh-landing::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    linear-gradient(90deg, rgba(124, 151, 198, .22) 1px, transparent 1px),
    linear-gradient(0deg, rgba(124, 151, 198, .18) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 61%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 61%, transparent 100%);
}

.oh-shell {
  width: min(100%, 1410px);
  margin: 0 auto;
  padding: 22px 42px 30px;
}

.oh-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.oh-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--oh-text);
  text-decoration: none;
}

.oh-brand-mark {
  width: 28px;
  height: 33px;
  display: inline-flex;
  color: var(--oh-blue);
}

.oh-brand-mark svg {
  width: 100%;
  height: 100%;
}

.oh-brand-text {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.oh-brand-text small {
  font-size: .72em;
  font-weight: 500;
}

.oh-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.oh-nav a,
.oh-footer a,
.oh-footer-copy {
  color: rgba(255,255,255,.88);
  font-size: 15px;
  text-decoration: none;
}

.oh-nav a:hover,
.oh-footer a:hover {
  color: #fff;
}

.oh-button {
  appearance: none;
  border: 0;
  border-radius: 13px;
  padding: 15px 22px;
  font: 600 16px/1 'DM Sans', sans-serif;
  cursor: pointer;
}

.oh-button-light,
.oh-nav .oh-button-light {
  color: #0a0e15 !important;
  background: linear-gradient(180deg, #fff, #eef1f6);
  box-shadow: 0 9px 24px rgba(0,0,0,.17);
}

.oh-button-small {
  min-width: 145px;
  text-align: center;
}

.oh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  align-items: center;
  gap: 58px;
  padding: 54px 0 88px;
}

.oh-copy {
  max-width: 650px;
}

.oh-eyebrow {
  margin-bottom: 22px;
  color: rgba(190, 205, 231, .85);
  font-size: 13px;
  letter-spacing: .34em;
  text-transform: uppercase !important;
}

.oh-copy h1 {
  max-width: 640px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(49px, 4.15vw, 64px);
  font-weight: 600;
  line-height: 1.015;
  letter-spacing: -.052em;
}

.oh-copy h1 em {
  color: var(--oh-blue);
  font-weight: 500;
  font-style: italic;
}

.oh-subcopy {
  max-width: 620px;
  margin: 25px 0 31px;
  color: rgba(235, 239, 247, .78);
  font-size: 17px;
  line-height: 1.55;
}

.oh-form {
  display: flex;
  align-items: center;
  gap: 13px;
}

.oh-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(126, 151, 197, .27);
  border-radius: 12px;
  outline: none;
  background: rgba(7, 13, 24, .74);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  color: var(--oh-text);
  font: 400 17px/1 'DM Sans', sans-serif;
}

.oh-form input[type="email"]::placeholder {
  color: rgba(193, 202, 219, .58);
}

.oh-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.oh-form-meta,
.oh-form-status {
  margin-top: 13px;
  color: rgba(201, 210, 224, .69);
  font-size: 15px;
}

.oh-form-status {
  min-height: 20px;
  margin-bottom: 0;
}

.oh-form-status.is-success { color: #9be3ab; }
.oh-form-status.is-error { color: #ffb4a0; }

/* Fixed artboard so WordPress/theme widths cannot distort the card composition. */
.oh-visual {
  position: relative;
  min-height: 510px;
  overflow: visible;
}

.oh-visual-stage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 680px;
  height: 505px;
  transform: translateX(-50%);
  transform-origin: top center;
  isolation: isolate;
}

.oh-card,
.oh-bg-card {
  position: absolute;
  border-radius: 21px;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.oh-card {
  border: 1px solid var(--oh-border);
  background: linear-gradient(180deg, rgba(8, 15, 27, .97), rgba(8, 15, 27, .89));
  box-shadow: 0 20px 45px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.025);
}

.oh-reviews-card {
  z-index: 4;
  top: 57px;
  right: 0;
  width: 550px;
  overflow: hidden;
  padding-top: 20px;
  transform: rotate(2.1deg);
  transform-origin: 56% 46%;
}

.oh-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px 14px;
  font-size: 16px;
}

.oh-muted {
  color: rgba(185, 195, 213, .72);
  font-size: 11px;
  letter-spacing: .19em;
  text-transform: uppercase !important;
}

.oh-review-row {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 13px 23px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.oh-avatar {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.avatar-blue { background: rgba(77, 104, 198, .88); }
.avatar-green { background: rgba(83, 128, 52, .85); }
.avatar-red { background: rgba(133, 61, 70, .83); }

.oh-review-content {
  min-width: 0;
}

.oh-review-content strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.oh-review-content p {
  overflow: hidden;
  margin: 0;
  color: rgba(232, 237, 246, .84);
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oh-stars {
  color: var(--oh-gold);
  font-size: 15px;
  letter-spacing: .075em;
  white-space: nowrap;
}

.oh-badge {
  color: #ff9b72;
  border: 1px solid rgba(255, 108, 59, .76);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.oh-graph-card {
  z-index: 5;
  top: 348px;
  left: 34px;
  width: 315px;
  padding: 17px 19px 18px;
  transform: rotate(-2.5deg);
}

.oh-rating-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
  font-size: 14px;
}

.oh-rating-up {
  color: var(--oh-green);
  font-weight: 700;
}

.oh-rating-main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.oh-rating-main strong {
  font-family: 'Manrope', sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.06em;
}

.oh-bars {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 54px;
  margin-bottom: 9px;
}

.oh-bars span {
  width: 26px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #74b1ff, #4f83e8);
}

.oh-bars span:nth-child(1) { height: 7px; opacity: .28; }
.oh-bars span:nth-child(2) { height: 9px; opacity: .33; }
.oh-bars span:nth-child(3) { height: 12px; opacity: .39; }
.oh-bars span:nth-child(4) { height: 18px; opacity: .48; }
.oh-bars span:nth-child(5) { height: 28px; }
.oh-bars span:nth-child(6) { height: 41px; }

.oh-rating-foot {
  color: rgba(211, 219, 232, .77);
  font-size: 13px;
}

.oh-bg-card {
  z-index: 1;
  opacity: .24;
  border: 1px solid rgba(147, 173, 220, .15);
  background: rgba(12, 20, 34, .28);
  color: rgba(226, 234, 247, .39);
  filter: saturate(.65);
  pointer-events: none;
}

.oh-bg-card p {
  margin: 0;
  color: rgba(226, 234, 247, .34);
  font-size: 14px;
  line-height: 1.45;
}

.oh-bg-name {
  margin-bottom: 10px;
  font-size: 15px;
}

.oh-bg-stars {
  position: absolute;
  top: 17px;
  right: 18px;
  color: rgba(247, 189, 54, .38);
  font-size: 13px;
  letter-spacing: .08em;
}

.oh-bg-card-top {
  top: 0;
  right: 116px;
  width: 316px;
  padding: 17px;
  transform: rotate(-4deg);
}

.oh-bg-card-left {
  top: 171px;
  left: 0;
  width: 190px;
  padding: 17px;
  transform: rotate(1deg);
}

.oh-bg-card-right {
  top: 370px;
  right: 10px;
  width: 282px;
  padding: 17px;
  transform: rotate(4deg);
}

.oh-lower {
  padding: 82px 0 88px;
  border-top: 1px solid rgba(255,255,255,.075);
}

.oh-lower h2,
.oh-about h2 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.oh-lower h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(34px, 3vw, 48px);
}

.oh-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1190px;
  margin: 0 auto;
}

.oh-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 4px 22px;
}

.oh-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -11px;
  width: 1px;
  height: 66px;
  background: rgba(255,255,255,.09);
}

.oh-step-icon {
  position: relative;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(156, 177, 215, .34);
  border-radius: 50%;
  background: rgba(7, 13, 23, .42);
  color: rgba(240, 244, 251, .91);
}

.oh-step-icon svg {
  width: 31px !important;
  height: 31px !important;
  display: block !important;
  overflow: visible;
}

.oh-step-icon svg circle,
.oh-step-icon svg text {
  display: none !important;
}

.oh-step-icon::after {
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #05090f;
  border-radius: 50%;
  background: #2885ff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.oh-step:nth-child(1) .oh-step-icon::after { content: "1"; }
.oh-step:nth-child(2) .oh-step-icon::after { content: "2"; }
.oh-step:nth-child(3) .oh-step-icon::after { content: "3"; }

.oh-step h3 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 600;
}

.oh-step p {
  max-width: 285px;
  margin: 0;
  color: rgba(215, 223, 236, .72);
  font-size: 15px;
  line-height: 1.48;
}

.oh-about {
  display: grid;
  grid-template-columns: 72px minmax(0, 720px);
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 84px 0 88px;
  border-top: 1px solid rgba(255,255,255,.075);
}

.oh-about-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(105, 164, 250, .42);
  border-radius: 50%;
  background: rgba(7,13,23,.42);
  color: var(--oh-blue);
}

.oh-about-icon svg {
  width: 39px;
  height: 39px;
}

.oh-about-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(31px, 2.5vw, 43px);
}

.oh-about p {
  max-width: 720px;
  margin: 0;
  color: rgba(216, 224, 237, .72);
  font-size: 16px;
  line-height: 1.55;
}

.oh-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 38px 0 26px;
  border-top: 1px solid rgba(255,255,255,.075);
}

.oh-footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.oh-footer-links a + a {
  position: relative;
}

.oh-footer-links a + a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -14px;
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,.14);
}

.oh-footer-copy {
  color: rgba(218, 226, 239, .66);
  text-align: right;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .oh-shell {
    padding-left: 28px;
    padding-right: 28px;
  }

  .oh-hero-grid {
    gap: 34px;
  }

  .oh-visual-stage {
    transform: translateX(-50%) scale(.92);
  }
}

@media (max-width: 1080px) {
  .oh-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 76px;
  }

  .oh-copy {
    max-width: 700px;
  }

  .oh-visual {
    min-height: 520px;
  }

  .oh-visual-stage {
    transform: translateX(-50%) scale(.92);
  }
}

@media (max-width: 760px) {
  .oh-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .oh-header,
  .oh-nav,
  .oh-form,
  .oh-footer {
    align-items: stretch;
  }

  .oh-header,
  .oh-footer {
    flex-direction: column;
  }

  .oh-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .oh-nav .oh-button-small,
  .oh-form input[type="email"],
  .oh-form .oh-button {
    width: 100%;
  }

  .oh-form {
    flex-direction: column;
  }

  .oh-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .oh-visual {
    min-height: 480px;
  }

  .oh-visual-stage {
    top: 8px;
    transform: translateX(-50%) scale(.68);
  }

  .oh-lower {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .oh-about {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .oh-steps {
    grid-template-columns: 1fr;
  }

  .oh-step {
    padding-left: 0;
    padding-right: 0;
  }

  .oh-step:not(:last-child)::after,
  .oh-footer-links a + a::before {
    display: none;
  }

  .oh-about {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .oh-lower h2,
  .oh-about-copy h2 {
    text-align: left;
  }

  .oh-footer-copy {
    text-align: left;
  }
}


/* v1.9.1 — mobile containment only. Desktop design remains unchanged. */
html:has(body.openheight-landing-page),
body.openheight-landing-page {
  background: #05090f !important;
  overflow-x: hidden !important;
}

body.openheight-landing-page #page,
body.openheight-landing-page .site,
body.openheight-landing-page .site-content,
body.openheight-landing-page .wp-site-blocks,
body.openheight-landing-page .content-area,
body.openheight-landing-page .site-main,
body.openheight-landing-page article,
body.openheight-landing-page .entry-content,
body.openheight-landing-page .wp-block-post-content {
  background-color: #05090f !important;
}

@media (max-width: 760px) {
  body.openheight-landing-page,
  body.openheight-landing-page #page,
  body.openheight-landing-page .site,
  body.openheight-landing-page .site-content,
  body.openheight-landing-page .wp-site-blocks,
  body.openheight-landing-page .content-area,
  body.openheight-landing-page .site-main,
  body.openheight-landing-page article,
  body.openheight-landing-page .entry-content,
  body.openheight-landing-page .wp-block-post-content,
  .oh-landing,
  .oh-shell,
  .oh-hero-grid,
  .oh-visual {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .oh-visual {
    min-height: 390px;
  }

  .oh-visual-stage {
    top: 8px;
    transform: translateX(-50%) scale(.58);
  }
}

@media (max-width: 520px) {
  .oh-visual {
    min-height: 325px;
  }

  .oh-visual-stage {
    transform: translateX(-50%) scale(.48);
  }
}

@media (max-width: 400px) {
  .oh-visual {
    min-height: 295px;
  }

  .oh-visual-stage {
    transform: translateX(-50%) scale(.43);
  }
}

/* v1.9.2 — requested navigation fixes only. */
.oh-copy h1 .oh-quietly {
  display: inline-block;
  margin-right: .1em;
}

#openheight-company,
#openheight-footer {
  scroll-margin-top: 28px;
}
