.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-2453 .elementor-element.elementor-element-5479458{--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 );}body.elementor-page-2453 .page-wrapper{overflow:hidden;}/* Start custom CSS */:root {
  --web-black: #080908;
  --web-ink: #11130f;
  --web-ink-2: #171a14;
  --web-lime: #a8b63e;
  --web-lime-2: #7f8e33;
  --web-text: #f3f5e9;
  --web-muted: #c8ccc0;
  --web-low: #7f8578;
  --web-cyan: #5fd1c2;
  --web-violet: #37206f;
  --web-line: rgba(214, 230, 100, 0.18);
  --web-glass: rgba(17, 19, 15, 0.72);
  --web-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

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

.oura-web-page {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(168, 182, 62, 0.22), transparent 28%),
    radial-gradient(circle at 18% 34%, rgba(55, 32, 111, 0.32), transparent 27%),
    radial-gradient(circle at 72% 60%, rgba(95, 209, 194, 0.15), transparent 26%),
    linear-gradient(180deg, #050605 0%, var(--web-black) 42%, #0d100b 100%);
  color: var(--web-text);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.oura-web-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: 78px 78px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 88%);
}

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

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

.oura-web-page button,
.oura-web-page input {
  font: inherit;
}

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

.oura-web-page h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

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

.oura-web-page h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

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

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

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

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

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

.web-pill-btn {
  padding: 8px 10px 8px 24px;
  background: var(--web-lime);
  color: #10110d;
}

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

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

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

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

.web-hero-text {
  max-width: 780px;
}

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

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

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

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

.web-console {
  position: relative;
  min-height: 590px;
}

.browser-frame {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 28px;
  border: 1px solid var(--web-line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 70% 24%, rgba(95, 209, 194, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(168, 182, 62, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--web-shadow);
  animation: webFloat 7s ease-in-out infinite;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(168, 182, 62, 0.14);
}

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

.browser-bar span {
  margin-left: 10px;
  color: var(--web-low);
  font-size: 12px;
  font-weight: 800;
}

.browser-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.browser-grid article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(168, 182, 62, 0.14);
  border-radius: 28px;
  background: rgba(8, 9, 8, 0.56);
}

.browser-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--web-lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.browser-grid strong {
  display: block;
  color: var(--web-text);
  font-size: 24px;
  line-height: 1.14;
}

.web-orbit,
.shopify-node,
.system-step,
.command-tab {
  border: 1px solid var(--web-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--web-muted);
  cursor: pointer;
}

.web-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 98px;
  min-height: 74px;
  place-items: center;
  border-radius: 999px;
  background: rgba(17, 19, 15, 0.78);
  color: var(--web-text);
  font-weight: 800;
  transition: border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.web-orbit.active,
.web-orbit:hover,
.shopify-node.active,
.shopify-node:hover,
.system-step.active,
.system-step:hover,
.command-tab.active,
.command-tab:hover {
  border-color: rgba(168, 182, 62, 0.56);
  background: rgba(168, 182, 62, 0.11);
  color: var(--web-lime);
}

.orbit-a { top: 8%; left: 0; }
.orbit-b { top: 18%; right: 0; }
.orbit-c { left: 2%; bottom: 20%; }
.orbit-d { right: 8%; bottom: 8%; }

.web-readout,
.shopify-readout {
  position: absolute;
  left: 4%;
  bottom: 2%;
  z-index: 4;
  width: min(330px, 58vw);
  padding: 20px;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.76);
  box-shadow: var(--web-shadow);
  backdrop-filter: blur(18px);
}

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

.web-readout strong,
.shopify-readout strong {
  color: var(--web-text);
  line-height: 1.35;
}

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

.web-strip-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: webMarquee 30s linear infinite;
}

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

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

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

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

.web-problem-grid,
.service-grid,
.launch-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.web-problem-grid {
  grid-template-columns: repeat(4, 1fr);
}

.web-card,
.web-glass,
.launch-card,
.fit-grid article {
  border: 1px solid var(--web-line);
  background: var(--web-glass);
  box-shadow: var(--web-shadow);
  backdrop-filter: blur(18px);
}

.web-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  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;
}

.web-card::before {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.09);
  content: "";
}

.web-card:hover,
.launch-card:hover,
.fit-grid article:hover {
  border-color: rgba(168, 182, 62, 0.52);
  transform: translateY(-4px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.web-card 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(--web-lime);
  font-weight: 800;
}

.web-card small {
  display: block;
  margin-top: 18px;
  color: var(--web-lime);
  font-weight: 800;
  line-height: 1.6;
}

.web-card:nth-child(2),
.web-card:nth-child(5) {
  transform: translateY(28px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.web-card:nth-child(4) {
  transform: translateY(-18px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.system-board,
.command-grid,
.conversion-board {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.system-steps,
.command-tabs {
  display: grid;
  gap: 10px;
}

.system-step,
.command-tab {
  min-height: 76px;
  padding: 0 24px;
  border-radius: 24px;
  color: var(--web-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;
}

.system-step:hover,
.system-step.active,
.command-tab:hover,
.command-tab.active {
  transform: translateX(6px);
}

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

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

.command-panel ul {
  padding-left: 18px;
  color: var(--web-muted);
  line-height: 1.9;
}

.shopify-section,
.web-architecture,
.launch-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.shopify-board {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  border: 1px solid var(--web-line);
  border-radius: 42px;
  background:
    radial-gradient(circle, rgba(168, 182, 62, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--web-shadow);
}

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

.shopify-board::before { inset: 12%; }
.shopify-board::after { inset: 28%; }

.shopify-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 116px;
  min-height: 72px;
  place-items: center;
  padding: 12px;
  border-radius: 999px;
  color: var(--web-text);
  font-weight: 800;
}

.shopify-node:nth-child(1) { top: 8%; left: 50%; transform: translateX(-50%); }
.shopify-node:nth-child(2) { top: 30%; right: 4%; }
.shopify-node:nth-child(3) { right: 11%; bottom: 16%; }
.shopify-node:nth-child(4) { left: 11%; bottom: 16%; }
.shopify-node:nth-child(5) { top: 30%; left: 4%; }

.shopify-readout {
  position: relative;
  left: auto;
  bottom: auto;
}

.conversion-control {
  display: grid;
  align-content: center;
  min-height: 320px;
  padding: 36px;
  border: 1px solid var(--web-line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(168, 182, 62, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--web-shadow);
}

.conversion-control label {
  margin-bottom: 28px;
  color: var(--web-text);
  font-size: 28px;
  font-weight: 900;
}

.conversion-control input {
  width: 100%;
  accent-color: var(--web-lime);
}

.conversion-labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: var(--web-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.architecture-visual {
  position: relative;
  min-height: 560px;
}

.architecture-placeholder {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 42px;
  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;
  box-shadow: var(--web-shadow);
  color: rgba(243, 245, 233, 0.72);
  text-align: center;
}

.architecture-placeholder span {
  position: relative;
  z-index: 2;
  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);
}

.architecture-token {
  position: absolute;
}

.architecture-a { top: 8%; left: 8%; }
.architecture-b { top: 18%; right: 10%; }
.architecture-c { left: 14%; bottom: 16%; }
.architecture-d { right: 9%; bottom: 22%; }
.architecture-e { left: 46%; bottom: 8%; }

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

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

.launch-card,
.fit-grid article {
  padding: 28px;
  border-radius: 28px;
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.launch-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--web-lime);
  font-size: 34px;
  font-weight: 900;
}

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

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

.web-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%);
}

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

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

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

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

@keyframes webFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@media (max-width: 1040px) {
  .web-hero,
  .system-board,
  .command-grid,
  .shopify-section,
  .conversion-board,
  .web-architecture,
  .launch-section {
    grid-template-columns: 1fr;
  }

  .web-problem-grid,
  .service-grid,
  .launch-grid,
  .fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  .web-section {
    padding: 76px 0;
  }

  .web-hero {
    padding-top: 72px;
  }

  .web-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .web-problem-grid,
  .service-grid,
  .launch-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .web-console,
  .browser-frame,
  .shopify-board,
  .architecture-placeholder,
  .architecture-visual {
    min-height: 430px;
  }

  .web-orbit {
    min-width: 78px;
    min-height: 58px;
    font-size: 12px;
  }

  .web-readout {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin-top: 16px;
  }

  .shopify-node {
    position: static;
    min-width: 100%;
    margin: 4px 0;
  }

  .shopify-board {
    align-content: center;
    gap: 8px;
    padding: 24px;
  }

  .shopify-readout {
    width: 100%;
    margin-top: 12px;
  }

  .web-card {
    min-height: auto;
  }

  .architecture-points span {
    border-radius: 22px;
  }
}/* End custom CSS */