/* OctoRank AI homepage V54 — homepage-only presentation loaded after global CSS. */

body.octorank-clean-shell {
  --oh-navy-950: #06152d;
  --oh-navy-900: #0a1d3d;
  --oh-navy-800: #102b55;
  --oh-navy-700: #183d72;
  --oh-blue: #2563eb;
  --oh-blue-dark: #1d4ed8;
  --oh-blue-soft: #eaf2ff;
  --oh-orange: #f58220;
  --oh-orange-soft: #fff2e3;
  --oh-green: #24a35a;
  --oh-red: #df5c68;
  --oh-text: #43536a;
  --oh-muted: #718096;
  --oh-border: #dce6f1;
  --oh-surface: #ffffff;
  --oh-soft: #f6f9fd;
  --oh-shadow: 0 20px 52px rgba(6, 21, 45, 0.12);
  background: #ffffff !important;
  color: var(--oh-navy-900) !important;
}

body.octorank-clean-shell main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  overflow: visible !important;
}

body.octorank-clean-shell .flash-wrap {
  position: relative;
  z-index: 1400;
}

.oh-home,
.oh-header,
.oh-footer {
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.oh-home *,
.oh-header *,
.oh-footer * {
  box-sizing: border-box;
}

.oh-container {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

/* Header */
.oh-header {
  position: sticky;
  top: 0;
  z-index: 1300;
  border-bottom: 1px solid rgba(132, 164, 208, 0.17);
  background: rgba(6, 21, 45, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.oh-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(210px, auto) 1fr auto;
  align-items: center;
  gap: 28px;
}

.oh-brand,
.oh-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #ffffff !important;
  font-size: 1.14rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}

.oh-brand img,
.oh-footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.oh-brand b,
.oh-footer-brand b {
  color: #75a7ff !important;
}

.oh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 38px);
}

.oh-nav a,
.oh-header-link {
  color: #dbe8f9 !important;
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none !important;
}

.oh-nav a:hover,
.oh-nav a:focus-visible,
.oh-header-link:hover,
.oh-header-link:focus-visible {
  color: #ffffff !important;
}

.oh-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.oh-mobile-menu {
  display: none;
  position: relative;
  justify-self: end;
}

.oh-mobile-menu summary {
  list-style: none;
  min-width: 76px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
  font-weight: 850;
  cursor: pointer;
}

.oh-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.oh-mobile-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(290px, calc(100vw - 28px));
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #27466f;
  border-radius: 10px;
  background: #0b2348;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.oh-mobile-panel a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  color: #e8f1ff !important;
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none !important;
}

.oh-mobile-panel a:hover,
.oh-mobile-panel a:focus-visible {
  background: #173a70;
  color: #ffffff !important;
}

.oh-mobile-panel .oh-mobile-primary {
  background: var(--oh-blue);
  color: #ffffff !important;
  text-align: center;
}

/* Buttons */
.oh-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.91rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.oh-button-small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.84rem;
}

.oh-button-wide {
  width: 100%;
}

.oh-button-primary {
  border-color: var(--oh-blue);
  background: var(--oh-blue);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.oh-button-primary:hover,
.oh-button-primary:focus-visible {
  border-color: var(--oh-blue-dark);
  background: var(--oh-blue-dark);
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.31);
}

.oh-button-secondary-dark {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
}

.oh-button-secondary-dark:hover,
.oh-button-secondary-dark:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.oh-button-ghost {
  border-color: #c9d7e7;
  background: #ffffff;
  color: var(--oh-navy-900) !important;
}

.oh-button-ghost:hover,
.oh-button-ghost:focus-visible {
  border-color: #89a9d0;
  background: var(--oh-blue-soft);
  color: var(--oh-blue-dark) !important;
  transform: translateY(-1px);
}

.oh-button:focus-visible,
.oh-nav a:focus-visible,
.oh-header-link:focus-visible,
.oh-mobile-menu summary:focus-visible,
.oh-footer a:focus-visible,
.oh-tool-card a:focus-visible,
.oh-pricing-more a:focus-visible {
  outline: 3px solid rgba(96, 165, 250, 0.42);
  outline-offset: 3px;
}

/* Hero */
.oh-home {
  min-height: 100vh;
  overflow: clip;
  background: #ffffff;
  color: var(--oh-navy-900);
}

.oh-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 8vw, 112px) 0 clamp(82px, 8vw, 118px);
  background:
    radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.22), transparent 30%),
    radial-gradient(circle at 68% 88%, rgba(245, 130, 32, 0.10), transparent 28%),
    linear-gradient(135deg, #06152d 0%, #081a36 48%, #0b2348 100%);
}

.oh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.oh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
}

.oh-eyebrow,
.oh-kicker,
.oh-section-heading > span,
.oh-final-inner > div > span {
  color: var(--oh-blue) !important;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.oh-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(96, 165, 250, 0.26);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #bcd7ff !important;
  letter-spacing: 0;
  text-transform: none;
}

.oh-eyebrow span {
  color: var(--oh-orange) !important;
}

.oh-hero-copy h1 {
  max-width: 700px;
  margin: 22px 0 20px;
  color: #ffffff !important;
  font-size: clamp(3.15rem, 5.6vw, 5.35rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.oh-hero-copy h1 span {
  color: #66a1ff !important;
}

.oh-hero-lead {
  max-width: 660px;
  margin: 0;
  color: #cad9ec !important;
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  line-height: 1.72;
}

.oh-hero-list {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.oh-hero-list li {
  position: relative;
  padding-left: 27px;
  color: #eef5ff !important;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.45;
}

.oh-hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(36, 163, 90, 0.18);
  color: #68df96;
  font-size: 0.68rem;
  font-weight: 950;
}

.oh-hero-actions,
.oh-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oh-hero-actions {
  margin-top: 30px;
}

.oh-hero-note {
  max-width: 650px;
  margin: 17px 0 0;
  color: #9fb4cf !important;
  font-size: 0.82rem;
  line-height: 1.6;
}

/* Dashboard-style hero preview */
.oh-dashboard-preview {
  position: relative;
  min-width: 0;
}

.oh-dashboard-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -5% -8% 12%;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.25), rgba(245, 130, 32, 0.12));
  filter: blur(22px);
}

.oh-dashboard-frame {
  min-height: 470px;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(112, 151, 207, 0.30);
  border-radius: 14px;
  background: #0a1830;
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.38);
  transform: perspective(1300px) rotateY(-2deg) rotateX(1deg);
}

.oh-dash-sidebar {
  padding: 18px 12px;
  border-right: 1px solid rgba(118, 155, 206, 0.15);
  background: #07152b;
}

.oh-dash-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  padding: 5px 5px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-size: 0.69rem;
  font-weight: 900;
}

.oh-dash-logo span {
  color: #5c98ff !important;
}

.oh-dash-nav-item {
  margin-bottom: 5px;
  padding: 9px 10px;
  border-radius: 5px;
  color: #91a8c7 !important;
  font-size: 0.62rem;
  font-weight: 730;
}

.oh-dash-nav-item.is-active {
  background: #1e4f9b;
  color: #ffffff !important;
}

.oh-dash-main {
  min-width: 0;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 0%, rgba(37, 99, 235, 0.12), transparent 31%),
    #0d1b33;
}

.oh-dash-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.oh-dash-heading span {
  color: #7890b0 !important;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-dash-heading h2 {
  margin: 3px 0 0;
  color: #ffffff !important;
  font-size: 1.02rem;
}

.oh-dash-heading em {
  padding: 6px 8px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #a9c9ff !important;
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 850;
}

.oh-dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.oh-dash-metrics > div {
  min-width: 0;
  min-height: 92px;
  padding: 11px;
  border: 1px solid rgba(128, 164, 211, 0.13);
  border-radius: 7px;
  background: #14243e;
}

.oh-dash-metrics span,
.oh-dash-metrics small,
.oh-dash-metrics strong {
  display: block;
}

.oh-dash-metrics span {
  color: #8298b5 !important;
  font-size: 0.51rem;
  font-weight: 760;
}

.oh-dash-metrics strong {
  margin: 10px 0 5px;
  color: #ffffff !important;
  font-size: 0.85rem;
  line-height: 1.1;
}

.oh-dash-metrics > div:nth-child(1) strong,
.oh-dash-metrics > div:nth-child(3) strong {
  color: #72a7ff !important;
}

.oh-dash-metrics > div:nth-child(2) strong,
.oh-dash-metrics > div:nth-child(4) strong {
  color: #ffb36b !important;
}

.oh-dash-metrics small {
  color: #66809f !important;
  font-size: 0.48rem;
}

.oh-dash-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.75fr);
  gap: 10px;
  margin-top: 10px;
}

.oh-dash-workflow,
.oh-dash-page-card {
  min-width: 0;
  min-height: 245px;
  padding: 14px;
  border: 1px solid rgba(128, 164, 211, 0.13);
  border-radius: 7px;
  background: #14243e;
}

.oh-dash-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.oh-dash-panel-title strong {
  color: #ffffff !important;
  font-size: 0.66rem;
}

.oh-dash-panel-title span {
  color: #748ba8 !important;
  font-size: 0.48rem;
}

.oh-dash-panel-title .is-live {
  color: #68df96 !important;
}

.oh-dash-flow-line {
  min-height: 145px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 3px;
  position: relative;
  padding: 18px 2px 12px;
}

.oh-dash-flow-line::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 42px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #60a5fa 74%, #f58220);
  transform: skewY(-10deg);
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.42);
}

.oh-dash-flow-line i {
  width: 8px;
  height: 8px;
  justify-self: center;
  position: relative;
  z-index: 1;
  border: 2px solid #0e1d35;
  border-radius: 50%;
  background: #6ba6ff;
}

.oh-dash-flow-line i:nth-child(1) { margin-bottom: 18px; }
.oh-dash-flow-line i:nth-child(2) { margin-bottom: 31px; }
.oh-dash-flow-line i:nth-child(3) { margin-bottom: 45px; }
.oh-dash-flow-line i:nth-child(4) { margin-bottom: 56px; }
.oh-dash-flow-line i:nth-child(5) { margin-bottom: 70px; }
.oh-dash-flow-line i:nth-child(6) { margin-bottom: 83px; background: var(--oh-orange); }

.oh-dash-flow-labels {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 3px;
}

.oh-dash-flow-labels span {
  color: #7990ad !important;
  font-size: 0.42rem;
  text-align: center;
}

.oh-dash-product-art {
  height: 105px;
  position: relative;
  overflow: hidden;
  margin: 14px 0 12px;
  border-radius: 6px;
  background: linear-gradient(145deg, #244a7c, #102846);
}

.oh-dash-product-art::before,
.oh-dash-product-art::after,
.oh-dash-product-art span,
.oh-dash-product-art i {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.oh-dash-product-art::before {
  width: 72px;
  height: 72px;
  left: 20px;
  top: 18px;
  border: 9px solid #7dafff;
  background: transparent;
}

.oh-dash-product-art::after {
  width: 72px;
  height: 26px;
  right: 18px;
  bottom: 20px;
  background: #f58220;
  transform: rotate(-12deg);
}

.oh-dash-product-art span {
  width: 32px;
  height: 32px;
  left: 40px;
  top: 38px;
  background: #14243e;
}

.oh-dash-product-art i {
  width: 86px;
  height: 9px;
  right: 11px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.15);
}

.oh-dash-page-card > b,
.oh-dash-page-card > small {
  display: block;
}

.oh-dash-page-card > b {
  color: #ffffff !important;
  font-size: 0.67rem;
}

.oh-dash-page-card > small {
  margin-top: 3px;
  color: #7e95b3 !important;
  font-size: 0.5rem;
}

.oh-dash-page-facts {
  display: grid;
  gap: 5px;
  margin-top: 11px;
}

.oh-dash-page-facts span {
  position: relative;
  padding-left: 12px;
  color: #9bb0ca !important;
  font-size: 0.48rem;
}

.oh-dash-page-facts span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #68df96;
}

/* Capability strip */
.oh-capability-strip {
  position: relative;
  z-index: 3;
  margin-top: -35px;
  background: transparent;
}

.oh-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #e2eaf3;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(6, 21, 45, 0.12);
}

.oh-capability-grid > div {
  min-height: 104px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 11px;
  padding: 18px 20px;
  border-right: 1px solid #e5edf5;
}

.oh-capability-grid > div:last-child {
  border-right: 0;
}

.oh-capability-grid > div > span {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--oh-blue-soft);
  color: var(--oh-blue) !important;
  font-size: 1.05rem;
  font-weight: 900;
}

.oh-capability-grid > div:nth-child(2) > span,
.oh-capability-grid > div:nth-child(4) > span {
  background: var(--oh-orange-soft);
  color: var(--oh-orange) !important;
}

.oh-capability-grid strong {
  color: var(--oh-navy-900) !important;
  font-size: 0.87rem;
}

.oh-capability-grid small {
  margin-top: 3px;
  color: var(--oh-muted) !important;
  font-size: 0.68rem;
}

/* Sections */
.oh-section {
  padding: clamp(72px, 8vw, 108px) 0;
  background: #ffffff;
}

.oh-section-soft {
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
  background: var(--oh-soft);
}

.oh-section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.oh-section-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.oh-section-heading h2,
.oh-video-copy h2,
.oh-final-inner h2 {
  margin: 9px 0 13px;
  color: var(--oh-navy-900) !important;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.oh-section-heading p,
.oh-video-copy p,
.oh-final-inner p {
  margin: 0;
  color: var(--oh-text) !important;
  font-size: 1rem;
  line-height: 1.75;
}

.oh-card-grid {
  display: grid;
  gap: 18px;
}

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

/* Comparison */
.oh-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.oh-comparison-card {
  min-width: 0;
  min-height: 390px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--oh-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 13px 34px rgba(6, 21, 45, 0.07);
}

.oh-comparison-card-primary {
  border-color: #cfe0f7;
  background: linear-gradient(135deg, #ffffff, #f3f8ff);
}

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

.oh-comparison-heading h3 {
  margin: 0;
  color: var(--oh-navy-900) !important;
  font-size: 1.13rem;
}

.oh-comparison-card ul {
  display: grid;
  gap: 13px;
  max-width: 62%;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.oh-comparison-card li {
  position: relative;
  padding-left: 24px;
  color: var(--oh-text) !important;
  font-size: 0.89rem;
  line-height: 1.55;
}

.oh-comparison-card-muted li::before,
.oh-comparison-card-primary li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 950;
}

.oh-comparison-card-muted li::before {
  content: "×";
  background: #feecee;
  color: var(--oh-red);
}

.oh-comparison-card-primary li::before {
  content: "✓";
  background: #e8f8ee;
  color: var(--oh-green);
}

.oh-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-size: 1.2rem;
  font-weight: 950;
}

.oh-icon-blue {
  background: var(--oh-blue-soft);
  color: var(--oh-blue) !important;
}

.oh-icon-muted {
  background: #f2f4f7;
  color: #8a96a7 !important;
}

.oh-comparison-visual {
  position: absolute;
  right: 24px;
  bottom: 27px;
  width: 31%;
  height: 190px;
}

.oh-comparison-visual-scattered i {
  position: absolute;
  width: 68%;
  height: 126px;
  border: 1px solid #d7e1ec;
  border-radius: 8px;
  background: linear-gradient(#eff4f9 0 42%, #ffffff 42%);
  box-shadow: 0 9px 20px rgba(6, 21, 45, 0.08);
}

.oh-comparison-visual-scattered i:nth-child(1) { left: 2%; top: 38px; transform: rotate(-8deg); }
.oh-comparison-visual-scattered i:nth-child(2) { left: 21%; top: 22px; transform: rotate(-1deg); }
.oh-comparison-visual-scattered i:nth-child(3) { left: 41%; top: 40px; transform: rotate(8deg); }

.oh-comparison-visual-category {
  border: 1px solid #bed5f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.12);
}

.oh-comparison-visual-category::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 58px;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(135deg, #1d4ed8, #4f83dd);
}

.oh-comparison-visual-category span,
.oh-comparison-visual-category i,
.oh-comparison-visual-category b {
  position: absolute;
  bottom: 20px;
  width: 24%;
  height: 82px;
  border-radius: 6px;
  background: linear-gradient(#d8e8fa 0 58%, #ffffff 58%);
  box-shadow: 0 7px 15px rgba(6, 21, 45, 0.08);
}

.oh-comparison-visual-category span { left: 9%; }
.oh-comparison-visual-category i { left: 38%; }
.oh-comparison-visual-category b { right: 9%; }

/* Workflow */
.oh-workflow-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-workflow-list li {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  padding: 18px 12px;
  border: 1px solid var(--oh-border);
  border-radius: 10px;
  background: #ffffff;
  color: var(--oh-navy-900);
  text-align: center;
}

.oh-workflow-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  right: -13px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid var(--oh-soft);
  border-radius: 50%;
  background: #ffffff;
  color: var(--oh-blue);
  font-size: 0.78rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.oh-workflow-list b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--oh-blue);
  color: #ffffff !important;
  font-size: 0.86rem;
}

.oh-workflow-list span {
  color: var(--oh-navy-900) !important;
  font-size: 0.83rem;
  font-weight: 850;
  line-height: 1.3;
}

.oh-workflow-list small {
  color: var(--oh-muted) !important;
  font-size: 0.69rem;
  line-height: 1.45;
}

/* Video placeholder */
.oh-video-section {
  background: #ffffff;
}

.oh-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
}

.oh-video-placeholder {
  padding: 12px;
  border: 1px solid #cddceb;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: var(--oh-shadow);
}

.oh-video-screen {
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 76% 17%, rgba(37, 99, 235, 0.28), transparent 32%),
    linear-gradient(135deg, #07162f, #0d2b58 58%, #164d94);
  text-align: center;
}

.oh-video-screen::before,
.oh-video-screen::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
}

.oh-video-screen::before {
  width: 62%;
  height: 68%;
  left: 6%;
  bottom: -18%;
  transform: rotate(4deg);
}

.oh-video-screen::after {
  width: 30%;
  height: 54%;
  right: 7%;
  top: 8%;
  transform: rotate(-5deg);
}

.oh-video-play,
.oh-video-screen strong,
.oh-video-screen span {
  position: relative;
  z-index: 1;
}

.oh-video-play {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--oh-blue) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-size: 1.34rem;
}

.oh-video-screen strong {
  margin-top: 6px;
  color: #ffffff !important;
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.oh-video-screen span {
  color: #bcd2ef !important;
  font-size: 0.82rem;
}

.oh-video-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.oh-video-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--oh-navy-900) !important;
  font-size: 0.91rem;
  font-weight: 760;
}

.oh-video-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--oh-blue-soft);
  color: var(--oh-blue);
  font-size: 0.7rem;
  font-weight: 950;
}

/* Category process */
.oh-category-section {
  border-top: 1px solid #e7eef6;
  border-bottom: 1px solid #e7eef6;
  background: linear-gradient(135deg, #f6faff 0%, #ffffff 55%, #fff8ef 100%);
}

.oh-category-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.oh-category-grid .oh-section-heading {
  margin-bottom: 0;
}

.oh-emphasis {
  margin-top: 18px !important;
  padding-left: 15px;
  border-left: 4px solid var(--oh-orange);
  color: var(--oh-navy-900) !important;
  font-weight: 800;
}

.oh-category-flow {
  display: grid;
  gap: 8px;
}

.oh-category-flow > div {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid var(--oh-border);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(6, 21, 45, 0.055);
}

.oh-category-flow > div span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--oh-blue-soft);
  color: var(--oh-blue) !important;
  font-size: 0.72rem;
  font-weight: 900;
}

.oh-category-flow > div:nth-of-type(even) span {
  background: var(--oh-orange-soft);
  color: var(--oh-orange) !important;
}

.oh-category-flow > div strong {
  color: var(--oh-navy-900) !important;
  font-size: 0.92rem;
}

.oh-category-flow > i {
  height: 16px;
  display: grid;
  place-items: center;
  color: #9bb0c7;
  font-style: normal;
  font-weight: 900;
}

/* Layout cards */
.oh-layout-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.oh-layout-card,
.oh-tool-card,
.oh-price-card {
  min-width: 0;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--oh-border);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(6, 21, 45, 0.07);
}

.oh-layout-card,
.oh-tool-card,
.oh-price-card {
  display: flex;
  flex-direction: column;
}

.oh-layout-card h3,
.oh-tool-card h3,
.oh-price-card h3 {
  margin: 17px 0 9px;
  color: var(--oh-navy-900) !important;
  font-size: 1.07rem;
  line-height: 1.3;
}

.oh-layout-card p,
.oh-tool-card p {
  margin: 0;
  color: var(--oh-text) !important;
  font-size: 0.9rem;
  line-height: 1.66;
}

.oh-wireframe {
  height: 142px;
  display: grid;
  position: relative;
  overflow: hidden;
  border: 1px solid #cddbea;
  border-radius: 7px;
  background: #eef4fb;
}

.oh-wireframe span,
.oh-wireframe i,
.oh-wireframe b {
  display: block;
  position: absolute;
  border-radius: 4px;
}

.oh-wireframe-split span { inset: 14px 51% 14px 14px; background: #a9c9ec; }
.oh-wireframe-split i { top: 19px; right: 14px; width: 38%; height: 16px; background: #315e9b; }
.oh-wireframe-split b { top: 48px; right: 14px; width: 38%; height: 64px; background: repeating-linear-gradient(#c5d4e4 0 7px, transparent 7px 14px); }
.oh-wireframe-hero span { inset: 13px 13px 48px; background: linear-gradient(135deg, #2f67aa, #9ec3e9); }
.oh-wireframe-hero i { left: 23px; bottom: 66px; width: 42%; height: 12px; background: #ffffff; }
.oh-wireframe-hero b { left: 13px; right: 13px; bottom: 14px; height: 24px; background: #d0dcea; }
.oh-wireframe-gallery span { top: 13px; left: 13px; right: 13px; height: 75px; background: #9bbfe5; }
.oh-wireframe-gallery i,
.oh-wireframe-gallery b { bottom: 13px; height: 31px; background: #d2deeb; }
.oh-wireframe-gallery i { left: 13px; width: 31%; }
.oh-wireframe-gallery b { left: 36%; right: 13px; }
.oh-wireframe-story span { top: 14px; left: 14px; width: 38%; height: 112px; background: #aac9e9; }
.oh-wireframe-story i { top: 17px; right: 14px; width: 42%; height: 14px; background: #315e9b; }
.oh-wireframe-story b { top: 45px; right: 14px; width: 42%; height: 72px; background: repeating-linear-gradient(#c5d4e4 0 7px, transparent 7px 14px); }

/* Available now */
.oh-available-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.oh-available-grid > div {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid var(--oh-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--oh-navy-900) !important;
  font-size: 0.86rem;
  font-weight: 760;
}

.oh-available-grid span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f8ee;
  color: var(--oh-green) !important;
  font-weight: 950;
}

/* Audience */
.oh-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.oh-audience-grid > div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  border: 1px solid var(--oh-border);
  border-radius: 10px;
  background: #ffffff;
}

.oh-audience-grid span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--oh-blue-soft);
  color: var(--oh-blue) !important;
  font-size: 1rem;
  font-weight: 900;
}

.oh-audience-grid > div:nth-child(even) span {
  background: var(--oh-orange-soft);
  color: var(--oh-orange) !important;
}

.oh-audience-grid strong,
.oh-audience-grid small {
  display: block;
}

.oh-audience-grid strong {
  color: var(--oh-navy-900) !important;
  font-size: 0.96rem;
}

.oh-audience-grid small {
  margin-top: 7px;
  color: var(--oh-muted) !important;
  font-size: 0.78rem;
  line-height: 1.55;
}

/* Pricing */
.oh-pricing-section {
  border-top: 1px solid #e7eef6;
  border-bottom: 1px solid #e7eef6;
  background: var(--oh-soft);
}

.oh-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.oh-price-card {
  position: relative;
}

.oh-price-card-featured {
  border-color: #8eb6ed;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.15);
}

.oh-price-label {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--oh-blue-soft);
  color: var(--oh-blue) !important;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.oh-price-card-featured .oh-price-label {
  background: var(--oh-orange-soft);
  color: var(--oh-orange) !important;
}

.oh-price {
  margin: 5px 0 20px;
}

.oh-price strong,
.oh-price small {
  display: block;
}

.oh-price strong {
  color: var(--oh-navy-900) !important;
  font-size: 2rem;
  line-height: 1.1;
}

.oh-price small {
  margin-top: 4px;
  color: var(--oh-muted) !important;
  font-size: 0.72rem;
}

.oh-price-card ul {
  display: grid;
  gap: 10px;
  flex: 1;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.oh-price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--oh-text) !important;
  font-size: 0.82rem;
  line-height: 1.5;
}

.oh-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--oh-green);
  font-weight: 950;
}

.oh-pricing-more {
  margin-top: 26px;
  text-align: center;
}

.oh-pricing-more a {
  color: var(--oh-blue) !important;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

/* Tools */
.oh-tool-card {
  border-top: 4px solid var(--oh-blue);
}

.oh-tool-card:nth-child(2) {
  border-top-color: var(--oh-orange);
}

.oh-tool-card:nth-child(3) {
  border-top-color: #2b9b59;
}

.oh-tool-label {
  color: var(--oh-blue) !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-tool-card p {
  flex: 1;
}

.oh-tool-card a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--oh-blue) !important;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.oh-tool-card a:hover {
  color: var(--oh-blue-dark) !important;
}

/* Final CTA */
.oh-final-cta {
  padding: 0 0 clamp(72px, 8vw, 104px);
  background: #ffffff;
}

.oh-final-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: clamp(32px, 4.7vw, 52px);
  border: 1px solid #254d83;
  border-radius: 14px;
  background: linear-gradient(135deg, #081a36 0%, #0c2b57 62%, #153d73 100%);
}

.oh-final-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--oh-blue), var(--oh-orange));
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: 950;
}

.oh-final-inner > div > span {
  color: #8eb8f2 !important;
}

.oh-final-inner h2 {
  max-width: 700px;
  margin-bottom: 8px;
  color: #ffffff !important;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.oh-final-inner p {
  color: #bdd0e8 !important;
}

.oh-final-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

/* Footer */
.oh-footer {
  border-top: 1px solid #19365f;
  background: #06152d;
  color: #d9e7f8;
}

.oh-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 0.85fr 0.85fr;
  gap: 42px;
  padding: 54px 0;
}

.oh-footer-brand {
  font-size: 1.18rem;
}

.oh-footer-brand img {
  width: 31px;
  height: 31px;
}

.oh-footer p {
  max-width: 390px;
  margin: 13px 0 0;
  color: #9fb3cd !important;
  font-size: 0.86rem;
  line-height: 1.7;
}

.oh-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.oh-footer strong {
  margin-bottom: 4px;
  color: #ffffff !important;
  font-size: 0.86rem;
}

.oh-footer a,
.oh-footer span {
  color: #aebfd4 !important;
  font-size: 0.82rem;
  text-decoration: none;
}

.oh-footer a:hover,
.oh-footer a:focus-visible {
  color: #ffffff !important;
}

/* Responsive */
@media (max-width: 1120px) {
  .oh-header-inner {
    grid-template-columns: minmax(190px, auto) 1fr auto;
    gap: 16px;
  }

  .oh-nav {
    gap: 18px;
  }

  .oh-hero-grid {
    grid-template-columns: 0.86fr 1.14fr;
    gap: 36px;
  }

  .oh-dashboard-frame {
    grid-template-columns: 120px minmax(0, 1fr);
  }

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

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

  .oh-dash-page-card {
    min-height: 180px;
  }

  .oh-dash-product-art {
    height: 76px;
  }

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

  .oh-workflow-list li:nth-child(3)::after {
    display: none;
  }

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

  .oh-footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 28px;
  }
}

@media (max-width: 920px) {
  .oh-nav-desktop {
    display: none;
  }

  .oh-header-inner {
    min-height: 68px;
    grid-template-columns: 1fr auto;
  }

  .oh-mobile-menu {
    display: block;
  }

  .oh-hero {
    padding-top: 56px;
  }

  .oh-hero-grid,
  .oh-video-grid,
  .oh-category-grid {
    grid-template-columns: 1fr;
  }

  .oh-dashboard-preview {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .oh-dashboard-frame {
    transform: none;
  }

  .oh-hero-copy {
    max-width: 780px;
  }

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

  .oh-capability-grid > div:nth-child(2) {
    border-right: 0;
  }

  .oh-capability-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid #e5edf5;
  }

  .oh-comparison-grid,
  .oh-card-grid-three {
    grid-template-columns: 1fr;
  }

  .oh-comparison-card ul {
    max-width: 66%;
  }

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

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

  .oh-final-inner {
    grid-template-columns: auto 1fr;
  }

  .oh-final-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

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

@media (max-width: 720px) {
  .oh-container {
    width: min(100% - 28px, 1220px);
  }

  .oh-hero-copy h1 {
    font-size: clamp(2.72rem, 12.6vw, 4.45rem);
  }

  .oh-dashboard-frame {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .oh-dash-main {
    padding: 14px;
  }

  .oh-dash-sidebar {
    padding-inline: 8px;
  }

  .oh-dash-nav-item {
    padding-inline: 7px;
    font-size: 0.54rem;
  }

  .oh-dash-lower {
    display: block;
  }

  .oh-dash-page-card {
    display: none;
  }

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

  .oh-workflow-list li:nth-child(2n)::after {
    display: none;
  }

  .oh-comparison-card {
    min-height: 430px;
  }

  .oh-comparison-card ul {
    max-width: none;
    padding-bottom: 180px;
  }

  .oh-comparison-visual {
    left: 50%;
    right: auto;
    width: 220px;
    transform: translateX(-50%);
  }

  .oh-layout-grid,
  .oh-pricing-grid,
  .oh-available-grid {
    grid-template-columns: 1fr;
  }

  .oh-wireframe {
    height: 170px;
  }

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

@media (max-width: 540px) {
  .oh-header-inner {
    min-height: 64px;
  }

  .oh-brand {
    font-size: 1rem;
  }

  .oh-brand img {
    width: 30px;
    height: 30px;
  }

  .oh-mobile-menu summary {
    min-width: 70px;
    min-height: 40px;
    font-size: 0.8rem;
  }

  .oh-hero {
    padding: 46px 0 70px;
  }

  .oh-hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(2.38rem, 13vw, 3.55rem);
  }

  .oh-hero-lead {
    font-size: 0.98rem;
  }

  .oh-hero-actions,
  .oh-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .oh-button {
    width: 100%;
  }

  .oh-dashboard-frame {
    min-height: 430px;
    grid-template-columns: 78px minmax(0, 1fr);
    border-radius: 10px;
  }

  .oh-dash-logo {
    justify-content: center;
    font-size: 0;
  }

  .oh-dash-logo span {
    font-size: 0.85rem;
  }

  .oh-dash-nav-item {
    overflow: hidden;
    padding: 8px 4px;
    font-size: 0.46rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .oh-dash-heading {
    align-items: flex-start;
  }

  .oh-dash-heading h2 {
    font-size: 0.83rem;
  }

  .oh-dash-heading em {
    display: none;
  }

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

  .oh-dash-metrics > div {
    min-height: 78px;
    padding: 8px;
  }

  .oh-dash-metrics strong {
    font-size: 0.68rem;
  }

  .oh-dash-workflow {
    min-height: 195px;
    padding: 10px;
  }

  .oh-dash-flow-line {
    min-height: 108px;
  }

  .oh-dash-flow-labels span {
    font-size: 0.34rem;
  }

  .oh-capability-strip {
    margin-top: -24px;
  }

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

  .oh-capability-grid > div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid #e5edf5;
  }

  .oh-capability-grid > div:last-child {
    border-bottom: 0;
  }

  .oh-section {
    padding: 60px 0;
  }

  .oh-section-heading h2,
  .oh-video-copy h2,
  .oh-final-inner h2 {
    font-size: 2rem;
  }

  .oh-comparison-card {
    min-height: 448px;
    padding: 22px;
  }

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

  .oh-workflow-list li {
    min-height: 102px;
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    justify-items: start;
    text-align: left;
  }

  .oh-workflow-list li::after {
    display: none !important;
  }

  .oh-workflow-list b {
    grid-row: 1 / span 2;
  }

  .oh-video-placeholder {
    padding: 8px;
  }

  .oh-video-play {
    width: 56px;
    height: 56px;
    font-size: 1.08rem;
  }

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

  .oh-audience-grid > div {
    min-height: 125px;
  }

  .oh-final-inner {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oh-button,
  .oh-dashboard-frame {
    transition: none !important;
    transform: none !important;
  }

  .oh-button:hover,
  .oh-button:focus-visible {
    transform: none !important;
  }
}

/* V54.1 — homepage dark-section contrast and preview-menu corrections. */
body.octorank-clean-shell .oh-home .oh-hero-copy h1 {
  color: #ffffff !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.28);
}

body.octorank-clean-shell .oh-home .oh-hero-copy h1 span {
  color: #72a7ff !important;
}

body.octorank-clean-shell .oh-home .oh-hero-lead {
  color: #dce9f9 !important;
}

body.octorank-clean-shell .oh-home .oh-hero-list li {
  color: #f4f8ff !important;
}

body.octorank-clean-shell .oh-home .oh-hero-note {
  color: #b8cae0 !important;
}

body.octorank-clean-shell .oh-home .oh-hero-actions .oh-button-secondary-dark {
  border-color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.20) !important;
}

body.octorank-clean-shell .oh-home .oh-hero-actions .oh-button-secondary-dark:hover,
body.octorank-clean-shell .oh-home .oh-hero-actions .oh-button-secondary-dark:focus-visible {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0a1d3d !important;
}

body.octorank-clean-shell .oh-home .oh-dash-logo,
body.octorank-clean-shell .oh-home .oh-dash-heading h2,
body.octorank-clean-shell .oh-home .oh-dash-metrics strong,
body.octorank-clean-shell .oh-home .oh-dash-panel-title strong,
body.octorank-clean-shell .oh-home .oh-dash-page-card > b {
  color: #ffffff !important;
}

body.octorank-clean-shell .oh-home .oh-dash-nav-item {
  color: #a9bdd7 !important;
}

body.octorank-clean-shell .oh-home .oh-dash-nav-item.is-active {
  color: #ffffff !important;
}

body.octorank-clean-shell .oh-home .oh-dash-heading span,
body.octorank-clean-shell .oh-home .oh-dash-metrics span,
body.octorank-clean-shell .oh-home .oh-dash-metrics small,
body.octorank-clean-shell .oh-home .oh-dash-panel-title span,
body.octorank-clean-shell .oh-home .oh-dash-flow-labels span,
body.octorank-clean-shell .oh-home .oh-dash-page-card > small,
body.octorank-clean-shell .oh-home .oh-dash-page-facts span {
  color: #93aac7 !important;
}

body.octorank-clean-shell .oh-home .oh-dash-metrics > div:nth-child(1) strong,
body.octorank-clean-shell .oh-home .oh-dash-metrics > div:nth-child(3) strong {
  color: #79adff !important;
}

body.octorank-clean-shell .oh-home .oh-dash-metrics > div:nth-child(2) strong,
body.octorank-clean-shell .oh-home .oh-dash-metrics > div:nth-child(4) strong {
  color: #ffb873 !important;
}

body.octorank-clean-shell .oh-home .oh-final-inner > div > span {
  color: #a9c9f4 !important;
}

body.octorank-clean-shell .oh-home .oh-final-inner h2 {
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

body.octorank-clean-shell .oh-home .oh-final-inner p {
  color: #d7e5f6 !important;
}

body.octorank-clean-shell .oh-home .oh-final-actions .oh-button-secondary-dark {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #0a1d3d !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

body.octorank-clean-shell .oh-home .oh-final-actions .oh-button-secondary-dark:hover,
body.octorank-clean-shell .oh-home .oh-final-actions .oh-button-secondary-dark:focus-visible {
  border-color: #dbe8f8 !important;
  background: #eaf2ff !important;
  color: #0a1d3d !important;
}

body.octorank-clean-shell .oh-footer .oh-footer-brand,
body.octorank-clean-shell .oh-footer .oh-footer-brand span,
body.octorank-clean-shell .oh-footer .oh-footer-brand b {
  color: #ffffff !important;
}

body.octorank-clean-shell .oh-footer .oh-footer-brand b {
  color: #75a7ff !important;
}

body.octorank-clean-shell .oh-footer p {
  color: #c4d4e7 !important;
}

body.octorank-clean-shell .oh-footer strong {
  color: #ffffff !important;
}

body.octorank-clean-shell .oh-footer a,
body.octorank-clean-shell .oh-footer nav span {
  color: #d9e6f5 !important;
}

body.octorank-clean-shell .oh-footer a:hover,
body.octorank-clean-shell .oh-footer a:focus-visible {
  color: #ffffff !important;
}

/* Homepage V54.2 — dashboard-preview visibility and proportional sizing. */
body.octorank-clean-shell .oh-home .oh-dashboard-preview {
  width: 100% !important;
  max-width: 760px !important;
  min-width: 0 !important;
  justify-self: end !important;
}

body.octorank-clean-shell .oh-home .oh-dashboard-frame {
  width: 100% !important;
  max-width: 760px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
}

body.octorank-clean-shell .oh-home .oh-dash-nav-item {
  color: #c4d4e8 !important;
  -webkit-text-fill-color: #c4d4e8 !important;
}

body.octorank-clean-shell .oh-home .oh-dash-nav-item.is-active {
  color: #102a59 !important;
  -webkit-text-fill-color: #102a59 !important;
  background: #fff6eb !important;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, .20) !important;
}

@media (max-width: 1120px) {
  body.octorank-clean-shell .oh-home .oh-dashboard-preview,
  body.octorank-clean-shell .oh-home .oh-dashboard-frame {
    max-width: 680px !important;
  }
}

@media (max-width: 920px) {
  body.octorank-clean-shell .oh-home .oh-dashboard-preview {
    max-width: 720px !important;
    justify-self: center !important;
    margin-inline: auto !important;
  }

  body.octorank-clean-shell .oh-home .oh-dashboard-frame {
    max-width: 720px !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  body.octorank-clean-shell .oh-home .oh-dashboard-frame {
    aspect-ratio: 4 / 3 !important;
  }
}

@media (max-width: 540px) {
  body.octorank-clean-shell .oh-home .oh-dashboard-frame {
    aspect-ratio: 5 / 4 !important;
    min-height: 0 !important;
  }
}
