.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2223 .elementor-element.elementor-element-63d8066{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2223 .elementor-element.elementor-element-f6d7760{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2223 .elementor-element.elementor-element-66cfdce{--display:flex;overflow:visible;}.elementor-widget-code-highlight .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-code-highlight .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}body.elementor-page-2223 .page-wrapper{overflow:hidden;}/* Start custom CSS */:root {
  --black: #080908;
  --charcoal: #11130f;
  --charcoal-2: #171a14;
  --lime: #a8b63e;
  --lime-2: #7f8e33;
  --text: #f3f5e9;
  --muted: #c8ccc0;
  --low: #7f8578;
  --cyan: #5fd1c2;
  --violet: #37206f;
  --line: rgba(214, 230, 100, 0.18);
  --glass: rgba(17, 19, 15, 0.72);
  --radius: 30px;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

.oura-service-page,
.oura-service-page * {
  box-sizing: border-box;
}

.oura-service-page {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 12%, rgba(168, 182, 62, 0.24), transparent 30%),
    radial-gradient(circle at 22% 44%, rgba(55, 32, 111, 0.34), transparent 28%),
    radial-gradient(circle at 70% 54%, rgba(95, 209, 194, 0.16), transparent 28%),
    linear-gradient(180deg, #050605 0%, var(--black) 36%, #0d100b 100%);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.oura-service-page::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
}

.oura-service-page::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

.oura-service-page a {
  color: inherit;
  text-decoration: none;
}

.oura-service-page button {
  font: inherit;
}

.cursor-glow {
  position: fixed;
  left: var(--x, 50%);
  top: var(--y, 50%);
  z-index: -1;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(168, 182, 62, 0.16), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.pill-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  font-weight: 800;
}

.pill-btn {
  background: var(--lime);
  color: #10110d;
}

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

.btn-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #11130f;
  color: var(--lime);
  transition: transform 0.25s ease;
}

.pill-btn:hover .btn-icon {
  transform: translateX(4px);
}

.section-pad {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(168, 182, 62, 0.12);
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.82;
  transform: scale(1.02);
}

.image-placeholder {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 182, 62, 0.22);
  background:
    linear-gradient(135deg, rgba(168, 182, 62, 0.16), transparent 32%),
    linear-gradient(315deg, rgba(95, 209, 194, 0.14), transparent 34%),
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.08), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    #0b0d09;
  color: rgba(243, 245, 233, 0.72);
  text-align: center;
}

.image-placeholder span {
  position: relative;
  z-index: 2;
  max-width: 260px;
  padding: 12px 16px;
  border: 1px solid rgba(168, 182, 62, 0.28);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.image-placeholder::before {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(168, 182, 62, 0.16);
  border-radius: 36px;
  content: "";
}

.image-placeholder::after {
  position: absolute;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(95, 209, 194, 0.2);
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.08);
  content: "";
  filter: blur(1px);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.98) 0%, rgba(5, 6, 5, 0.82) 38%, rgba(5, 6, 5, 0.28) 70%, rgba(5, 6, 5, 0.1) 100%),
    linear-gradient(180deg, rgba(5, 6, 5, 0.14), rgba(5, 6, 5, 0.72));
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oura-service-page h1,
.oura-service-page h2,
.oura-service-page h3,
.oura-service-page p {
  margin-top: 0;
}

.oura-service-page h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.oura-service-page h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
}

.oura-service-page h3 {
  font-size: 24px;
  line-height: 1.08;
}

.oura-service-page p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-text {
  max-width: 740px;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.microcopy {
  margin-top: 22px;
  color: var(--low);
  font-size: 14px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin-top: 28px;
}

.hero-proof span {
  padding: 10px 14px;
  border: 1px solid rgba(168, 182, 62, 0.24);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero-visual {
  display: grid;
  min-height: 500px;
  place-items: center;
}

.orbit-shell {
  position: relative;
  width: min(390px, 64vw);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(168, 182, 62, 0.2), transparent 26%),
    radial-gradient(circle at 68% 32%, rgba(95, 209, 194, 0.18), transparent 24%),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 80px rgba(168, 182, 62, 0.08), 0 0 90px rgba(168, 182, 62, 0.12);
  animation: breathe 7s ease-in-out infinite;
  opacity: 0.84;
  transform: translateY(40px);
}

.orbit-shell::before,
.orbit-shell::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(168, 182, 62, 0.16);
  border-radius: 50%;
}

.orbit-shell::before {
  inset: 11%;
}

.orbit-shell::after {
  inset: 25%;
}

.orbit-core {
  position: absolute;
  inset: 34%;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(12, 14, 10, 0.82);
  text-align: center;
  box-shadow: 0 0 40px rgba(168, 182, 62, 0.12);
}

.orbit-core span {
  font-size: 32px;
  font-weight: 800;
}

.orbit-core small {
  color: var(--low);
  font-size: 12px;
  text-transform: uppercase;
}

.orbit-node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(17, 19, 15, 0.72);
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.floating-insight {
  position: absolute;
  z-index: 4;
  width: min(230px, 42vw);
  padding: 18px;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 24px;
  background: rgba(9, 10, 8, 0.62);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(18px);
}

.floating-insight span {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-insight strong {
  color: var(--text);
  font-size: 17px;
  line-height: 1.25;
}

.insight-a {
  top: 20%;
  right: 2%;
}

.insight-b {
  bottom: 18%;
  left: 2%;
}

.shelf-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(168, 182, 62, 0.14);
  background: rgba(168, 182, 62, 0.08);
}

.shelf-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: marquee 28s linear infinite;
}

.shelf-track span {
  color: rgba(243, 245, 233, 0.82);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}

.shelf-track span::before {
  margin: 0 34px 0 0;
  color: var(--lime);
  content: "+";
}

.orbit-node:hover {
  border-color: var(--lime);
  color: var(--lime);
  transform: scale(1.06);
}

.orbit-node::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  min-width: 110px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #0b0c09;
  color: var(--muted);
  font-size: 12px;
  content: attr(data-tooltip);
  opacity: 0;
  transform: translateX(-50%) translateY(-6px);
  transition: 0.2s ease;
  pointer-events: none;
}

.orbit-node:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.node-1 { left: 50%; top: -30px; transform: translateX(-50%); }
.node-2 { right: 10px; top: 20%; }
.node-3 { right: 42px; bottom: 12%; }
.node-4 { left: 50%; bottom: -30px; transform: translateX(-50%); }
.node-5 { left: 42px; bottom: 12%; }
.node-6 { left: 10px; top: 20%; }

.section-heading {
  max-width: 860px;
  margin-bottom: 50px;
}

.section-heading.compact {
  max-width: 760px;
}

.system-grid,
.problem,
.dashboard,
.amazon-dominance {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.amazon-dominance {
  grid-template-columns: 0.72fr 1fr;
  align-items: end;
}

.dominance-copy {
  max-width: 560px;
}

.dominance-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.dominance-card,
.priority-card,
.command-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
}

.dominance-card {
  display: grid;
  min-height: 210px;
  padding: 24px;
  border-radius: 28px;
  text-align: left;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.dominance-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.14);
  color: var(--lime);
  font-weight: 800;
}

.dominance-card strong {
  color: var(--text);
  font-size: 24px;
  line-height: 1.1;
}

.dominance-card small {
  margin-top: 12px;
  color: var(--low);
  line-height: 1.55;
}

.dominance-card.active,
.dominance-card:hover {
  border-color: rgba(168, 182, 62, 0.58);
  background:
    linear-gradient(145deg, rgba(168, 182, 62, 0.14), transparent 48%),
    rgba(255, 255, 255, 0.04);
}

.dominance-display {
  grid-column: 2;
}

.system-wheel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.system-node,
.growth-step,
.tab,
.toggle-btn,
.faq-item {
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.system-node {
  min-height: 72px;
  padding: 18px 22px;
  border-radius: 999px;
  font-weight: 800;
}

.system-node.active,
.growth-step.active,
.tab.active,
.toggle-btn.active {
  border-color: var(--lime);
  background: rgba(168, 182, 62, 0.13);
  color: var(--lime);
}

.glass-panel,
.problem-card,
.service-tile,
.audience-grid article,
.metric-card,
.product-card {
  border: 1px solid var(--line);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.glass-panel {
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 46px);
}

.panel-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.problem-stack {
  display: grid;
  gap: 14px;
}

.problem-card {
  padding: 28px;
  border-radius: 24px;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.problem-card:hover,
.service-tile:hover,
.audience-grid article:hover {
  border-color: rgba(168, 182, 62, 0.5);
  transform: translateY(-4px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.problem-card span {
  display: inline-flex;
  margin-top: 8px;
  color: var(--lime);
  font-weight: 800;
}

.growth-board {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
}

.growth-steps {
  display: grid;
  gap: 12px;
}

.growth-step {
  min-height: 74px;
  border-radius: 22px;
  padding: 0 24px;
  text-align: left;
  font-weight: 800;
}

.priority-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.priority-card {
  min-height: 300px;
  padding: 28px;
  border-radius: 28px;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.priority-card.primary {
  background:
    linear-gradient(145deg, rgba(168, 182, 62, 0.16), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.priority-card:hover {
  border-color: rgba(168, 182, 62, 0.52);
}

.priority-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.priority-meter {
  overflow: hidden;
  height: 8px;
  margin-top: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.priority-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
}

.tile-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tile-grid {
  align-items: stretch;
}

.service-tile {
  position: relative;
  --tile-y: 0px;
  min-height: 280px;
  padding: 28px;
  border-radius: 26px;
  overflow: hidden;
  transform: translateY(var(--tile-y)) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.service-tile:nth-child(2) {
  --tile-y: 34px;
}

.service-tile:nth-child(4) {
  --tile-y: -18px;
}

.service-tile:nth-child(5) {
  --tile-y: 22px;
}

.service-tile:nth-child(2):hover,
.service-tile:nth-child(4):hover,
.service-tile:nth-child(5):hover {
  --tile-y: -4px;
}

.service-tile:nth-child(1),
.service-tile:nth-child(6) {
  background:
    linear-gradient(145deg, rgba(168, 182, 62, 0.12), transparent 42%),
    var(--glass);
}

.visual-story {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.7fr);
  gap: 44px;
  align-items: center;
}

.story-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 40px;
  background: #0c0e0a;
  box-shadow: var(--shadow);
}

.story-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  opacity: 0.9;
  transition: transform 0.8s ease;
}

.story-image-wrap:hover .story-placeholder {
  transform: scale(1.045);
}

.story-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 22px;
  border: 1px solid rgba(168, 182, 62, 0.28);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.62);
  backdrop-filter: blur(18px);
}

.story-badge span {
  color: var(--lime);
  font-size: 34px;
  font-weight: 800;
}

.story-badge small {
  color: var(--muted);
  font-size: 13px;
}

.story-copy {
  padding: 34px 0;
}

.story-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.story-points span {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-weight: 800;
}

.service-tile::before {
  position: absolute;
  inset: auto -40px -90px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.09);
  content: "";
}

.service-tile span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.14);
  color: var(--lime);
  font-weight: 800;
}

.service-tile small {
  display: block;
  margin-top: 18px;
  color: var(--low);
  line-height: 1.6;
}

.tab-shell {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: 24px;
}

.command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: 24px;
  align-items: stretch;
}

.command-visual {
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 18%, rgba(95, 209, 194, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
  padding: clamp(18px, 4vw, 34px);
}

.mock-browser {
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(168, 182, 62, 0.2);
  border-radius: 28px;
  background: rgba(8, 9, 8, 0.76);
}

.mock-bar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(168, 182, 62, 0.14);
}

.mock-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  opacity: 0.7;
}

.mock-layout {
  display: grid;
  grid-template-columns: 0.46fr 0.54fr;
  gap: 26px;
  padding: 28px;
}

.mock-image {
  position: relative;
  min-height: 430px;
  border-radius: 24px;
}

.mock-content {
  display: grid;
  align-content: center;
}

.mock-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(168, 182, 62, 0.26);
  border-radius: 999px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mock-lines {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.mock-lines i {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.mock-lines i:nth-child(2) {
  width: 82%;
}

.mock-lines i:nth-child(3) {
  width: 64%;
}

.command-controls {
  display: grid;
  gap: 10px;
}

.command-btn {
  min-height: 82px;
  padding: 0 24px;
  border-radius: 24px;
  color: var(--text);
  font-weight: 800;
  text-align: left;
  transition: border-color 0.24s ease, color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.command-btn.active,
.command-btn:hover {
  border-color: rgba(168, 182, 62, 0.56);
  background: rgba(168, 182, 62, 0.11);
  color: var(--lime);
  transform: translateX(6px);
}

.tabs {
  display: grid;
  gap: 10px;
}

.tab {
  min-height: 62px;
  border-radius: 999px;
  font-weight: 800;
}

.tab-panel ul,
.product-copy ul {
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.listing-preview {
  display: grid;
  gap: 20px;
}

.listing-toggle {
  display: inline-flex;
  width: fit-content;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.toggle-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 28px;
  padding: 30px;
  border-radius: var(--radius);
}

.status-pill {
  position: absolute;
  margin: -8px 0 0 -8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #0b0c09;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
}

.product-image {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 24px;
  background: #0c0e0a;
}

.product-placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.dashboard {
  padding: 84px clamp(22px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(168, 182, 62, 0.08), transparent),
    rgba(255, 255, 255, 0.03);
}

.metric-card {
  min-height: 142px;
  padding: 24px;
  border-radius: 24px;
}

.metric-card span {
  color: var(--lime);
  font-size: 42px;
  font-weight: 800;
}

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

.audience-grid article {
  padding: 32px;
  border-radius: 26px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  width: 100%;
  padding: 24px 28px;
  border-radius: 22px;
  text-align: left;
}

.faq-item span {
  display: block;
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
}

.faq-item small {
  display: none;
  max-width: 800px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.faq-item.active {
  border-color: var(--lime);
}

.faq-item.active small {
  display: block;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.final-cta h2,
.final-cta p {
  max-width: 780px;
}

.cta-orbit {
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  border: 52px solid rgba(168, 182, 62, 0.18);
  border-radius: 50%;
  transform: translate(52%, -18%);
}

.final-cta > *:not(.cta-orbit) {
  position: relative;
  z-index: 2;
}

.reveal-item {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}

.reveal-item.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .hero,
  .system-grid,
  .problem,
  .growth-board,
  .tab-shell,
  .dashboard,
  .product-card,
  .visual-story,
  .amazon-dominance,
  .command-grid,
  .mock-layout {
    grid-template-columns: 1fr;
  }

  .dominance-display {
    grid-column: auto;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .tile-grid,
  .metric-grid,
  .audience-grid,
  .dominance-board,
  .priority-grid {
    grid-template-columns: 1fr;
  }

  .service-tile:nth-child(2),
  .service-tile:nth-child(4),
  .service-tile:nth-child(5) {
    transform: none;
  }

  .section-pad {
    padding: 76px 0;
  }

  .hero-bg-image {
    opacity: 0.5;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 6, 5, 0.98), rgba(5, 6, 5, 0.76));
  }

  .floating-insight {
    display: none;
  }

  .mock-browser {
    min-height: auto;
  }

  .mock-image {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pill-btn,
  .ghost-btn {
    width: 100%;
  }

  .orbit-node {
    width: 64px;
    height: 64px;
    font-size: 12px;
  }

  .service-tile {
    min-height: auto;
  }

  .dominance-card,
  .priority-card {
    min-height: auto;
  }

  .command-btn {
    min-height: 68px;
  }

  .story-badge {
    right: 16px;
    bottom: 16px;
    min-width: 160px;
    padding: 16px;
  }

  .story-badge span {
    font-size: 26px;
  }
}/* End custom CSS */