/* /Layout/InternalLayout.razor.rz.scp.css */

/* /Layout/MainLayout.razor.rz.scp.css */

/* /Layout/NavMenu.razor.rz.scp.css */

/* /Pages/PageBlup.razor.rz.scp.css */
:where(header.blup-nav, main, footer.blup-footer)[b-h7wr9bbzbr] {
  --ink: #2b2b2e;
  --ink-soft: #5b5d63;
  --charcoal: #404040;
  --paper: #f7f9fc;
  --paper-2: #eef2f8;
  --line: #e2e7f0;
  --blue: #1e81ce;
  --blue-light: #9ac9ff;
  --peri: #a3c3e0;
  --purple: #7670d3;
  --grad: linear-gradient(160deg, #a3c3e0 0%, #8f9adb 48%, #7670d3 100%);
  --display: "Space Grotesk", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --maxw: 1180px;
  box-sizing: border-box;
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

main[b-h7wr9bbzbr] {
  background: var(--paper);
  overflow-x: hidden;
}

*[b-h7wr9bbzbr], *[b-h7wr9bbzbr]::before, *[b-h7wr9bbzbr]::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section[id][b-h7wr9bbzbr] {
  scroll-margin-top: 94px;
}

#services[b-h7wr9bbzbr] {
  scroll-margin-top: 0;
}

a[b-h7wr9bbzbr] {
  color: inherit;
  text-decoration: none;
}

.wrap[b-h7wr9bbzbr] {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

.mono[b-h7wr9bbzbr] {
  font-family: var(--mono);
  letter-spacing: .02em;
}

.eyebrow[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow[b-h7wr9bbzbr]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(154, 201, 255, .25);
}

header.blup-nav[b-h7wr9bbzbr] {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s;
  border-bottom: 1px solid transparent;
}

header.blup-nav.scrolled[b-h7wr9bbzbr] {
  background: rgba(247, 249, 252, .82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner[b-h7wr9bbzbr] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  width: 100%;
}

.brand[b-h7wr9bbzbr] {
  display: flex;
  align-items: center;
  gap: 0;
}

.brand img[b-h7wr9bbzbr] {
  height: 30px;
  width: auto;
  display: block;
}

.nav-links[b-h7wr9bbzbr] {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a[b-h7wr9bbzbr] {
  font-size: 14.5px;
  color: var(--ink-soft);
  transition: color .2s;
  position: relative;
}

.nav-links a:hover[b-h7wr9bbzbr] {
  color: var(--ink);
}

.nav-links a[b-h7wr9bbzbr]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--blue);
  transition: width .25s ease;
}

.nav-links a:hover[b-h7wr9bbzbr]::after {
  width: 100%;
}

.btn[b-h7wr9bbzbr] {
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: 999px;
  cursor: pointer;
  border: 0;
  transition: transform .18s ease, box-shadow .25s ease, background .25s;
}

.btn-primary[b-h7wr9bbzbr] {
  background: #16161a;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .01em;
}

.btn-primary:hover[b-h7wr9bbzbr] {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -12px rgba(32, 32, 36, .75);
}

.btn-primary .dot[b-h7wr9bbzbr] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-light);
}

.btn-ghost[b-h7wr9bbzbr] {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-ghost:hover[b-h7wr9bbzbr] {
  border-color: var(--blue);
  color: var(--blue);
}

.blup-nav .nav-links .btn-nav[b-h7wr9bbzbr] {
  display: inline-flex;
  background: #16161a;
  color: #ffffff;
}

.blup-nav .nav-links .btn-nav:hover[b-h7wr9bbzbr] {
  background: #16161a;
  box-shadow: 0 12px 26px -12px rgba(32, 32, 36, .75);
}

.blup-nav .nav-links .btn-nav .dot[b-h7wr9bbzbr] {
  background: var(--blue-light);
}

.hero[b-h7wr9bbzbr] {
  position: relative;
  padding: 188px 0 110px;
  overflow: hidden;
}

.hero-orb[b-h7wr9bbzbr] {
  position: absolute;
  top: -120px;
  right: -160px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: var(--grad);
  opacity: .20;
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

.bubbles[b-h7wr9bbzbr] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bubbles[b-h7wr9bbzbr]  .bubble {
  position: absolute;
  bottom: -40px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #cfe6ff, #9ac9ff 60%, #6db2f0);
  opacity: 0;
  animation: rise-b-h7wr9bbzbr linear infinite;
}

@keyframes rise-b-h7wr9bbzbr {
  0% {
    transform: translateY(0) scale(.6);
    opacity: 0;
  }

  12% {
    opacity: .55;
  }

  85% {
    opacity: .45;
  }

  100% {
    transform: translateY(-118vh) scale(1);
    opacity: 0;
  }
}

.hero-inner[b-h7wr9bbzbr] {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

h1[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(40px, 6.4vw, 78px);
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 22px 0 0;
}

h1 .accent[b-h7wr9bbzbr] {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub[b-h7wr9bbzbr] {
  font-size: clamp(17px, 1.9vw, 21px);
  color: var(--ink-soft);
  max-width: 620px;
  margin: 28px 0 0;
  line-height: 1.5;
}

.hero-cta[b-h7wr9bbzbr] {
  display: flex;
  gap: 14px;
  margin-top: 38px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-meta[b-h7wr9bbzbr] {
  display: flex;
  gap: 30px;
  margin-top: 64px;
  flex-wrap: wrap;
}

.hero-meta .item[b-h7wr9bbzbr] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-meta .k[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.02em;
}

.hero-meta .l[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ink-soft);
  text-transform: uppercase;
}

section[b-h7wr9bbzbr] {
  position: relative;
}

.section-pad[b-h7wr9bbzbr] {
  padding: 104px 0;
}

.section-head[b-h7wr9bbzbr] {
  max-width: 680px;
  margin-bottom: 54px;
}

.section-head h2[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -.02em;
  line-height: 1.08;
  margin: 16px 0 0;
  color: var(--ink);
}

.section-head p[b-h7wr9bbzbr] {
  color: var(--ink-soft);
  font-size: 17px;
  margin-top: 18px;
  max-width: 560px;
}

.services[b-h7wr9bbzbr] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.svc[b-h7wr9bbzbr] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 38px 36px;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s;
}

.svc:hover[b-h7wr9bbzbr] {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -28px rgba(60, 80, 120, .4);
  border-color: #cdd9ec;
}

.svc .num[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--blue);
  letter-spacing: .1em;
}

.svc h3[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  margin: 14px 0 0;
  letter-spacing: -.01em;
}

.svc .stack[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--purple);
  margin-top: 8px;
  letter-spacing: .02em;
}

.svc p[b-h7wr9bbzbr] {
  color: var(--ink-soft);
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.6;
}

.svc ul[b-h7wr9bbzbr] {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.svc li[b-h7wr9bbzbr] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--ink);
}

.svc li[b-h7wr9bbzbr]::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-light);
  margin-top: 7px;
  box-shadow: 0 0 0 3px rgba(154, 201, 255, .22);
}

.svc .glow[b-h7wr9bbzbr] {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--grad);
  opacity: .12;
  filter: blur(10px);
  right: -70px;
  top: -70px;
  transition: opacity .35s;
}

.svc:hover .glow[b-h7wr9bbzbr] {
  opacity: .22;
}

.stackstrip[b-h7wr9bbzbr] {
  background: var(--charcoal);
  color: #fff;
  border-radius: 24px;
  padding: 46px 44px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
}

.stackstrip .lbl[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-light);
  opacity: .9;
}

.chips[b-h7wr9bbzbr] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.chip[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 13.5px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #e7edf6;
  transition: background .25s, border-color .25s, transform .2s;
}

.chip:hover[b-h7wr9bbzbr] {
  background: rgba(154, 201, 255, .14);
  border-color: var(--blue-light);
  transform: translateY(-2px);
}

.featured[b-h7wr9bbzbr] {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 22px;
  transition: transform .3s, box-shadow .3s;
  cursor: pointer;
}

.featured:hover[b-h7wr9bbzbr] {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -34px rgba(60, 80, 120, .5);
}

.featured .shot[b-h7wr9bbzbr] {
  display: block;
  width: 100%;
  aspect-ratio: 1690 / 816;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.featured.tall .shot[b-h7wr9bbzbr] {
  aspect-ratio: auto;
  height: 440px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.featured .meta[b-h7wr9bbzbr] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px;
  flex-wrap: wrap;
}

.featured .meta .left[b-h7wr9bbzbr] {
  max-width: 560px;
}

.featured .tag[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--blue);
}

.featured h4[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  margin: 9px 0 0;
  letter-spacing: -.01em;
}

.featured h4 .live[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .06em;
  color: var(--purple);
  border: 1px solid #d8d2f1;
  border-radius: 999px;
  padding: 3px 9px;
  margin-left: 12px;
  vertical-align: middle;
  text-transform: uppercase;
}

.featured p[b-h7wr9bbzbr] {
  color: var(--ink-soft);
  font-size: 15px;
  margin-top: 8px;
}

.featured .chips[b-h7wr9bbzbr] {
  margin-top: 0;
}

.featured .chips .chip[b-h7wr9bbzbr] {
  color: var(--ink);
  border-color: var(--line);
}

.featured .chips .chip:hover[b-h7wr9bbzbr] {
  background: rgba(154, 201, 255, .16);
  border-color: var(--blue-light);
}

.work-grid[b-h7wr9bbzbr] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.card[b-h7wr9bbzbr] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  cursor: pointer;
}

.card:hover[b-h7wr9bbzbr] {
  transform: translateY(-5px);
  box-shadow: 0 28px 52px -30px rgba(60, 80, 120, .45);
}

.card .meta[b-h7wr9bbzbr] {
  padding: 22px 24px 26px;
}

.card .tag[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--blue);
}

.card h4[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  margin: 9px 0 0;
  letter-spacing: -.01em;
}

.card p[b-h7wr9bbzbr] {
  color: var(--ink-soft);
  font-size: 14px;
  margin-top: 7px;
}

.process[b-h7wr9bbzbr] {
  background: var(--paper-2);
  border-radius: 28px;
  padding: 64px 56px;
}

.steps[b-h7wr9bbzbr] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 46px;
}

.step .n[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--blue);
  letter-spacing: .08em;
}

.step h4[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  margin: 14px 0 0;
  letter-spacing: -.01em;
}

.step p[b-h7wr9bbzbr] {
  color: var(--ink-soft);
  font-size: 14.5px;
  margin-top: 10px;
  line-height: 1.55;
}

.step .bar[b-h7wr9bbzbr] {
  height: 3px;
  border-radius: 3px;
  background: var(--line);
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.step .bar i[b-h7wr9bbzbr] {
  position: absolute;
  inset: 0;
  background: var(--grad);
  transform: translateX(-100%);
  transition: transform .6s ease;
}

.step.in .bar i[b-h7wr9bbzbr] {
  transform: translateX(0);
}

.contact[b-h7wr9bbzbr] {
  background: var(--grad);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  padding: 72px 64px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact[b-h7wr9bbzbr]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 400px at 80% 120%, rgba(255, 255, 255, .22), transparent 70%);
  pointer-events: none;
}

.contact-grid[b-h7wr9bbzbr] {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  position: relative;
  z-index: 2;
  align-items: center;
}

.contact h2[b-h7wr9bbzbr] {
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.05;
}

.contact .lede[b-h7wr9bbzbr] {
  margin-top: 18px;
  font-size: 17px;
  color: rgba(255, 255, 255, .9);
  max-width: 420px;
}

.contact .direct[b-h7wr9bbzbr] {
  margin-top: 30px;
  font-family: var(--mono);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact .direct a[b-h7wr9bbzbr] {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding-bottom: 2px;
  width: max-content;
  transition: border-color .2s;
}

.contact .direct a:hover[b-h7wr9bbzbr] {
  border-color: #fff;
}

.form[b-h7wr9bbzbr] {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(6px);
}

.field[b-h7wr9bbzbr] {
  margin-bottom: 16px;
}

.field label[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  display: block;
  margin-bottom: 7px;
}

.field input[b-h7wr9bbzbr],
.field textarea[b-h7wr9bbzbr],
.field select[b-h7wr9bbzbr] {
  width: 100%;
  font-family: var(--body);
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 11px;
  padding: 12px 14px;
  transition: border-color .2s, background .2s;
}

.field textarea[b-h7wr9bbzbr] {
  resize: vertical;
  min-height: 84px;
}

.field input[b-h7wr9bbzbr]::placeholder,
.field textarea[b-h7wr9bbzbr]::placeholder {
  color: rgba(255, 255, 255, .6);
}

.field input:focus[b-h7wr9bbzbr],
.field textarea:focus[b-h7wr9bbzbr],
.field select:focus[b-h7wr9bbzbr] {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, .16);
}

.field select option[b-h7wr9bbzbr] {
  color: #2b2b2e;
}

.field.invalid input[b-h7wr9bbzbr],
.field.invalid textarea[b-h7wr9bbzbr] {
  border-color: #ffd2d2;
  background: rgba(255, 120, 120, .18);
}

.field .err[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 11px;
  color: #ffe0e0;
  margin-top: 6px;
  display: none;
}

.field.invalid .err[b-h7wr9bbzbr] {
  display: block;
}

.form .btn-send[b-h7wr9bbzbr] {
  width: 100%;
  justify-content: center;
  background: #fff;
  color: var(--charcoal);
  margin-top: 6px;
  font-weight: 600;
  font-size: 15px;
  padding: 13px;
}

.form .btn-send:hover[b-h7wr9bbzbr] {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .4);
}

.form .btn-send:disabled[b-h7wr9bbzbr] {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.form .sent[b-h7wr9bbzbr] {
  display: none;
  text-align: center;
  padding: 18px 0;
}

.form .sent .ic[b-h7wr9bbzbr] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 22px;
}

.form.done .form-body[b-h7wr9bbzbr] {
  display: none;
}

.form.done .sent[b-h7wr9bbzbr] {
  display: block;
}

footer.blup-footer[b-h7wr9bbzbr] {
  padding: 64px 0 48px;
  border-top: 1px solid var(--line);
  margin-top: 104px;
  background: var(--paper);
}

.foot-grid[b-h7wr9bbzbr] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

footer.blup-footer .brand img[b-h7wr9bbzbr] {
  height: 28px;
}

footer.blup-footer .tag[b-h7wr9bbzbr] {
  color: var(--ink-soft);
  font-size: 14px;
  margin-top: 16px;
  max-width: 280px;
}

.foot-cols[b-h7wr9bbzbr] {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}

.foot-col h5[b-h7wr9bbzbr] {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 14px;
}

.foot-col a[b-h7wr9bbzbr] {
  display: block;
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 9px;
  transition: color .2s;
}

.foot-col a:hover[b-h7wr9bbzbr] {
  color: var(--blue);
}

.foot-bottom[b-h7wr9bbzbr] {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-soft);
  flex-wrap: wrap;
  gap: 12px;
}

.reveal[b-h7wr9bbzbr] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.reveal.in[b-h7wr9bbzbr] {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .nav-links a:not(.btn-nav)[b-h7wr9bbzbr] {
    display: none;
  }

  .services[b-h7wr9bbzbr] {
    grid-template-columns: 1fr;
  }

  .work-grid[b-h7wr9bbzbr] {
    grid-template-columns: 1fr 1fr;
  }

  .steps[b-h7wr9bbzbr] {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid[b-h7wr9bbzbr] {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact[b-h7wr9bbzbr],
  .process[b-h7wr9bbzbr] {
    padding: 44px 30px;
  }

  .hero[b-h7wr9bbzbr] {
    padding: 150px 0 80px;
  }

  .featured.tall .shot[b-h7wr9bbzbr] {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

@media (max-width: 600px) {
  .wrap[b-h7wr9bbzbr] {
    padding: 0 20px;
  }

  .work-grid[b-h7wr9bbzbr],
  .steps[b-h7wr9bbzbr] {
    grid-template-columns: 1fr;
  }

  .hero-meta[b-h7wr9bbzbr] {
    gap: 22px;
  }

  .stackstrip[b-h7wr9bbzbr] {
    padding: 32px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bubbles[b-h7wr9bbzbr]  .bubble {
    display: none;
  }

  .reveal[b-h7wr9bbzbr] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* /Pages/PageOnebeat.razor.rz.scp.css */
:where(header.ob-nav, main, footer.ob-footer)[b-43i5arspv4] {
  --navy: #0D1B3E;
  --navy-2: #142a5e;
  --ink: #0D1B3E;
  --ink-soft: #5b6a8f;
  --paper: #f5f8ff;
  --line: #dbe4f6;
  --blue: #2563EB;
  --blue-light: #7EB3F5;
  --blue-soft: #93C5FD;
  --grad: linear-gradient(160deg, #2563EB 0%, #3b82f6 50%, #0D1B3E 100%);
  --display: "Space Grotesk", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --maxw: 1180px;
  box-sizing: border-box;
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

main[b-43i5arspv4] {
  background: var(--paper);
  overflow-x: hidden;
}

*[b-43i5arspv4], *[b-43i5arspv4]::before, *[b-43i5arspv4]::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section[id][b-43i5arspv4] {
  scroll-margin-top: 94px;
}

a[b-43i5arspv4] {
  color: inherit;
  text-decoration: none;
}

.wrap[b-43i5arspv4] {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow[b-43i5arspv4] {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow[b-43i5arspv4]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(126, 179, 245, .25);
}

header.ob-nav[b-43i5arspv4] {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s;
  border-bottom: 1px solid transparent;
}

header.ob-nav.scrolled[b-43i5arspv4] {
  background: rgba(245, 248, 255, .85);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner[b-43i5arspv4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  width: 100%;
}

.brand[b-43i5arspv4] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img[b-43i5arspv4] {
  height: 38px;
  width: 38px;
  border-radius: 9px;
  display: block;
}

.brand-name[b-43i5arspv4] {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: -.01em;
  transition: color .35s ease;
}

.ob-nav.scrolled .brand-name[b-43i5arspv4] {
  color: var(--ink);
}

.nav-links[b-43i5arspv4] {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a[b-43i5arspv4] {
  font-size: 14.5px;
  color: #fff;
  transition: color .2s;
  position: relative;
}

.nav-links a:hover[b-43i5arspv4] {
  color: var(--blue-soft);
}

.ob-nav.scrolled .nav-links a:not(.btn-nav)[b-43i5arspv4] {
  color: var(--ink-soft);
}

.ob-nav.scrolled .nav-links a:not(.btn-nav):hover[b-43i5arspv4] {
  color: var(--ink);
}

.nav-links a[b-43i5arspv4]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--blue);
  transition: width .25s ease;
}

.nav-links a:hover[b-43i5arspv4]::after {
  width: 100%;
}

.btn[b-43i5arspv4] {
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: 999px;
  cursor: pointer;
  border: 0;
  transition: transform .18s ease, box-shadow .25s ease, background .25s;
}

.btn-primary[b-43i5arspv4] {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
}

.btn-primary:hover[b-43i5arspv4] {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -12px rgba(37, 99, 235, .7);
}

.btn-primary .dot[b-43i5arspv4] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cfe6ff;
}

.btn-ghost[b-43i5arspv4] {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-ghost:hover[b-43i5arspv4] {
  border-color: var(--blue);
  color: var(--blue);
}

.hero .btn-ghost[b-43i5arspv4],
.cta-band .btn-ghost[b-43i5arspv4] {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
}

.hero .btn-ghost:hover[b-43i5arspv4],
.cta-band .btn-ghost:hover[b-43i5arspv4] {
  border-color: var(--blue-soft);
  color: var(--blue-soft);
}

.hero[b-43i5arspv4] {
  position: relative;
  padding: 188px 0 110px;
  overflow: hidden;
  background: var(--navy);
}

.hero-orb[b-43i5arspv4] {
  position: absolute;
  top: -140px;
  right: -160px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: var(--grad);
  opacity: .35;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.dot-grid[b-43i5arspv4] {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.hero-inner[b-43i5arspv4] {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}

.hero-copy[b-43i5arspv4] {
  flex: 1 1 460px;
  min-width: 300px;
}

.hero .eyebrow[b-43i5arspv4] {
  color: var(--blue-soft);
}

.hero .eyebrow[b-43i5arspv4]::before {
  background: var(--blue-soft);
}

h1[b-43i5arspv4] {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(38px, 5.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -.025em;
  color: #fff;
  margin: 22px 0 0;
}

h1 .accent[b-43i5arspv4] {
  background: linear-gradient(160deg, #7EB3F5, #93C5FD);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub[b-43i5arspv4] {
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(255, 255, 255, .78);
  max-width: 520px;
  margin: 24px 0 0;
  line-height: 1.55;
}

.hero-cta[b-43i5arspv4] {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
  align-items: center;
}

.pills[b-43i5arspv4] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.pill[b-43i5arspv4] {
  background: rgba(37, 99, 235, .18);
  border: 1px solid rgba(37, 99, 235, .55);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--blue-soft);
  font-family: var(--mono);
}

.hero-shots[b-43i5arspv4] {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  z-index: 1;
}

.phone-frame[b-43i5arspv4] {
  background: #1a1a2e;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, .14);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .55);
}

.phone-frame img[b-43i5arspv4] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-main[b-43i5arspv4] {
  width: 190px;
  height: 412px;
  border-color: var(--blue);
}

.phone-side[b-43i5arspv4] {
  width: 160px;
  height: 348px;
  opacity: .85;
  align-self: flex-end;
}

section[b-43i5arspv4] {
  position: relative;
}

.section-pad[b-43i5arspv4] {
  padding: 104px 0;
}

.section-head[b-43i5arspv4] {
  max-width: 680px;
  margin-bottom: 54px;
}

.section-head h2[b-43i5arspv4] {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -.02em;
  line-height: 1.08;
  margin: 16px 0 0;
  color: var(--ink);
}

.section-head p[b-43i5arspv4] {
  color: var(--ink-soft);
  font-size: 17px;
  margin-top: 18px;
  max-width: 560px;
}

.features[b-43i5arspv4] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feat[b-43i5arspv4] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.feat:hover[b-43i5arspv4] {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px -18px rgba(13, 27, 62, .25);
}

.feat .ic[b-43i5arspv4] {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
}

.feat h4[b-43i5arspv4] {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.feat p[b-43i5arspv4] {
  color: var(--ink-soft);
  font-size: 14.5px;
}

.showcase[b-43i5arspv4] {
  display: flex;
  align-items: center;
  gap: 54px;
  flex-wrap: wrap;
}

.showcase .shot-wrap[b-43i5arspv4] {
  flex: 0 0 auto;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  margin: 0 auto;
}

.showcase .copy[b-43i5arspv4] {
  flex: 1 1 380px;
  min-width: 280px;
}

.showcase .copy h3[b-43i5arspv4] {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}

.showcase .copy p[b-43i5arspv4] {
  color: var(--ink-soft);
  font-size: 15.5px;
  margin-bottom: 10px;
}

.showcase.reverse[b-43i5arspv4] {
  flex-direction: row-reverse;
}

.cta-band[b-43i5arspv4] {
  background: var(--navy);
  border-radius: 24px;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band .dot-grid[b-43i5arspv4] {
  border-radius: 24px;
}

.cta-band h2[b-43i5arspv4] {
  font-family: var(--display);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}

.cta-band p[b-43i5arspv4] {
  color: rgba(255, 255, 255, .78);
  margin: 14px 0 30px;
  position: relative;
  z-index: 1;
}

.cta-band .hero-cta[b-43i5arspv4] {
  justify-content: center;
  position: relative;
  z-index: 1;
}

footer.ob-footer[b-43i5arspv4] {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  margin-top: 60px;
  background: var(--paper);
}

.foot-inner[b-43i5arspv4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

footer.ob-footer .brand img[b-43i5arspv4] {
  height: 26px;
  width: 26px;
  border-radius: 6px;
}

.foot-meta[b-43i5arspv4] {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-soft);
}

.foot-meta a[b-43i5arspv4] {
  text-decoration: underline;
  text-decoration-color: var(--line);
}

.foot-meta a:hover[b-43i5arspv4] {
  color: var(--blue);
}

.reveal[b-43i5arspv4] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.reveal.in[b-43i5arspv4] {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .nav-links a:not(.btn-nav)[b-43i5arspv4] {
    display: none;
  }

  .features[b-43i5arspv4] {
    grid-template-columns: 1fr;
  }

  .hero-inner[b-43i5arspv4] {
    flex-direction: column;
    text-align: center;
  }

  .hero-copy[b-43i5arspv4] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-cta[b-43i5arspv4],
  .pills[b-43i5arspv4] {
    justify-content: center;
  }

  .showcase[b-43i5arspv4],
  .showcase.reverse[b-43i5arspv4] {
    flex-direction: column;
    text-align: center;
  }

  .showcase .shot-wrap[b-43i5arspv4] {
    justify-content: center;
  }

  .hero[b-43i5arspv4] {
    padding: 150px 0 70px;
  }
}

@media (max-width: 600px) {
  .wrap[b-43i5arspv4] {
    padding: 0 20px;
  }

  .phone-main[b-43i5arspv4] {
    width: 150px;
    height: 325px;
  }

  .phone-side[b-43i5arspv4] {
    width: 120px;
    height: 260px;
  }

  .cta-band[b-43i5arspv4] {
    padding: 48px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal[b-43i5arspv4] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
