.lseo-page{
  position:relative;
}

.lseo-page [id]{
  scroll-margin-top:7rem;
}

.lseo-page .ui-icon-box svg{
  width:1.18rem;
  height:1.18rem;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.lseo-page h1,
.lseo-page h2,
.lseo-page .lseo-mom__title,
.lseo-page .lseo-field__title,
.lseo-page .rh-linkrow__title{
  text-wrap:balance;
}

.lseo-breadcrumbs{
  margin-bottom:var(--page-breadcrumb-bottom-space);
}

.lseo-breadcrumbs__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:var(--page-breadcrumb-list-gap);
  align-items:center;
  color:var(--fg-muted);
  font-size:.92rem;
}

.lseo-breadcrumbs__item{
  display:inline-flex;
  align-items:center;
  gap:var(--page-breadcrumb-list-gap);
}

.lseo-breadcrumbs__item + .lseo-breadcrumbs__item::before{
  content:"/";
  color:rgba(255,255,255,.24);
}

.lseo-breadcrumbs a{
  text-decoration:none;
  transition:color var(--transition-fast);
}

.lseo-breadcrumbs a:hover{
  color:#fff;
}

.lseo-hero{
  position:relative;
  padding-top:var(--page-breadcrumb-top-space);
  overflow:clip;
}

.lseo-hero::before{
  content:"";
  position:absolute;
  inset:-10% -20% auto auto;
  width:52rem;
  height:34rem;
  background:
    radial-gradient(38rem 24rem at 78% 18%, rgba(59,139,246,.13), transparent 68%),
    radial-gradient(30rem 20rem at 96% 62%, rgba(47,203,114,.09), transparent 70%);
  pointer-events:none;
  z-index:-1;
}

.lseo-hero::after{
  content:"";
  position:absolute;
  left:-14%;
  bottom:-30%;
  width:40rem;
  height:26rem;
  background:radial-gradient(26rem 18rem at 30% 70%, rgba(142,156,255,.07), transparent 70%);
  pointer-events:none;
  z-index:-1;
}

.lseo-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.06fr) minmax(21rem, .94fr);
  gap:clamp(1.6rem, 3.6vw, 3.4rem);
  align-items:center;
}

.lseo-hero__copy{
  min-width:0;
  max-width:43rem;
}

.lseo-hero__title{
  max-width:18ch;
  margin:.85rem 0 0;
  font-size:var(--page-h1-size);
  line-height:1.12;
  letter-spacing:-.032em;
}

.lseo-hero__lead{
  max-width:38rem;
  margin-top:1.05rem;
}

.lseo-hero__actions{
  margin-top:1.35rem;
}

.lseo-hero__aside{
  min-width:0;
}

.lseo-pack{
  display:grid;
  gap:9px;
}

.lseo-pack__q{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-radius:12px;
  border:1px solid var(--rh-line2);
  background:var(--rh-panel);
  font-family:var(--rh-mono);
  font-size:12px;
  color:var(--rh-muted);
}

.lseo-pack__q strong{
  color:var(--rh-text);
  font-weight:600;
}

.lseo-pack__q .ui-icon-box{
  flex:0 0 auto;
  width:26px;
  height:26px;
  color:var(--rh-blue2);
}

.lseo-pack__map{
  position:relative;
  height:74px;
  border-radius:12px;
  border:1px solid var(--rh-line);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0/100% 18px,
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0/18px 100%,
    var(--rh-surface2);
  overflow:hidden;
}

.lseo-pack__road{
  position:absolute;
  background:rgba(255,255,255,.08);
  border-radius:999px;
}

.lseo-pack__road--a{
  left:-4%;
  right:-4%;
  top:46%;
  height:5px;
  transform:rotate(-4deg);
}

.lseo-pack__road--b{
  top:-8%;
  bottom:-8%;
  left:30%;
  width:4px;
  transform:rotate(10deg);
}

.lseo-pack__road--c{
  top:-8%;
  bottom:-8%;
  left:68%;
  width:3px;
  transform:rotate(-14deg);
}

.lseo-pack__pin{
  position:absolute;
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:var(--rh-muted);
  background:var(--rh-panel);
  border:1px solid var(--rh-line2);
}

.lseo-pack__pin svg{
  width:13px;
  height:13px;
}

.lseo-pack__pin--you{
  left:31%;
  top:24%;
  width:30px;
  height:30px;
  color:#fff;
  background:linear-gradient(160deg, var(--rh-blue), var(--rh-blue2));
  border-color:rgba(59,139,246,.6);
  box-shadow:0 0 0 5px rgba(59,139,246,.16);
  z-index:1;
}

.lseo-pack__pin--you svg{
  width:15px;
  height:15px;
}

.lseo-pack__pin--b{
  left:66%;
  top:52%;
}

.lseo-pack__pin--c{
  left:12%;
  top:58%;
}

.lseo-pack__row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-radius:12px;
  border:1px solid var(--rh-line);
  background:var(--rh-surface2);
}

.lseo-pack__row--you{
  border-color:rgba(59,139,246,.45);
  background:linear-gradient(160deg, rgba(59,139,246,.1), rgba(255,255,255,.02));
}

.lseo-pack__rank{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:7px;
  font-family:var(--rh-mono);
  font-size:11px;
  font-weight:700;
  color:var(--rh-muted);
  background:var(--rh-panel);
  border:1px solid var(--rh-line2);
}

.lseo-pack__row--you .lseo-pack__rank{
  color:#fff;
  background:var(--rh-blue);
  border-color:rgba(59,139,246,.6);
}

.lseo-pack__body{
  min-width:0;
  display:grid;
  gap:1px;
}

.lseo-pack__name{
  font-family:var(--rh-display);
  font-weight:600;
  font-size:13.5px;
  color:var(--rh-muted);
}

.lseo-pack__row--you .lseo-pack__name{
  color:var(--rh-text);
}

.lseo-pack__meta{
  font-size:11.5px;
  color:var(--rh-muted2);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.lseo-pack__stars{
  font-style:normal;
  color:#F5B84C;
  letter-spacing:.08em;
}

.lseo-pack__badge{
  margin-left:auto;
  flex:0 0 auto;
  font-family:var(--rh-mono);
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  padding:3px 8px;
  border-radius:999px;
  color:var(--rh-green);
  background:rgba(47,203,114,.13);
  border:1px solid rgba(47,203,114,.4);
  white-space:nowrap;
}

.lseo-pack__org{
  display:grid;
  gap:1px;
  padding:9px 12px;
  border-radius:12px;
  border:1px dashed var(--rh-line2);
  background:var(--rh-surface);
}

.lseo-pack__org-url{
  font-family:var(--rh-mono);
  font-size:10.5px;
  color:var(--rh-green);
}

.lseo-pack__org-title{
  font-size:12.5px;
  font-weight:500;
  color:var(--rh-muted);
}

.lseo-mom{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap:clamp(.6rem, 1.6vw, 1.1rem);
  align-items:stretch;
}

.lseo-mom__card{
  display:flex;
  flex-direction:column;
  gap:10px;
  border-radius:var(--rh-r);
  border:1px solid var(--rh-line);
  background:var(--rh-surface);
  padding:clamp(1.15rem, 2.2vw, 1.5rem);
}

.lseo-mom__time{
  width:fit-content;
  font-family:var(--rh-mono);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--rh-blue2);
  padding:3px 9px;
  border-radius:999px;
  border:1px solid rgba(59,139,246,.3);
  background:rgba(59,139,246,.09);
}

.lseo-mom__head{
  display:flex;
  align-items:center;
  gap:11px;
}

.lseo-mom__head .ui-icon-box{
  flex:0 0 auto;
  color:var(--rh-blue2);
}

.lseo-mom__title{
  margin:0;
  font-family:var(--rh-display);
  font-weight:600;
  font-size:18px;
  color:var(--rh-text);
}

.lseo-mom__text{
  margin:0;
  font-size:14.2px;
  line-height:1.55;
  color:var(--rh-muted);
  flex:1 1 auto;
}

.lseo-mom__signal{
  margin:0;
  padding-top:10px;
  border-top:1px solid var(--rh-line);
  font-size:12.8px;
  line-height:1.5;
  color:var(--rh-muted2);
}

.lseo-mom__arr{
  align-self:center;
  font-size:18px;
  color:var(--rh-muted2);
}

.lseo-fields{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(.9rem, 2vw, 1.3rem);
  align-items:stretch;
}

.lseo-field{
  display:flex;
  flex-direction:column;
  gap:14px;
  border-radius:var(--rh-r);
  border:1px solid var(--rh-line);
  background:var(--rh-surface);
  padding:clamp(1.2rem, 2.4vw, 1.7rem);
  position:relative;
  overflow:hidden;
}

.lseo-field::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, var(--rh-blue), var(--rh-blue2));
}

.lseo-field--site::before{
  background:linear-gradient(90deg, var(--rh-green), #8E9CFF);
}

.lseo-field__head{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.lseo-field__head .ui-icon-box{
  flex:0 0 auto;
  color:var(--rh-blue2);
}

.lseo-field--site .lseo-field__head .ui-icon-box{
  color:var(--rh-green);
}

.lseo-field__title{
  margin:0;
  font-family:var(--rh-display);
  font-weight:600;
  font-size:17.5px;
  color:var(--rh-text);
}

.lseo-field__sub{
  margin:3px 0 0;
  font-size:13.4px;
  line-height:1.5;
  color:var(--rh-muted2);
}

.lseo-field__stack{
  display:grid;
  gap:9px;
  flex:1 1 auto;
}

.lseo-field__row{
  padding:11px 13px;
  border-radius:13px;
  border:1px solid var(--rh-line);
  background:var(--rh-surface2);
}

.lseo-field__row b{
  display:block;
  font-family:var(--rh-display);
  font-weight:600;
  font-size:14.6px;
  color:var(--rh-text);
}

.lseo-field__row p{
  margin:3px 0 0;
  font-size:13.4px;
  line-height:1.5;
  color:var(--rh-muted);
}

.lseo-field__link{
  width:fit-content;
  font-size:.92rem;
}

.lseo-fields__bond{
  grid-column:1 / -1;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 17px;
  border-radius:var(--rh-r);
  border:1px solid rgba(47,203,114,.3);
  background:var(--rh-surface);
}

.lseo-fields__bond .ui-icon-box{
  flex:0 0 auto;
  color:var(--rh-green);
}

.lseo-fields__bond p{
  margin:2px 0 0;
  font-size:14.2px;
  line-height:1.55;
  color:var(--rh-muted);
}

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

.lseo-branchnote{
  margin:1.1rem 0 0;
  font-size:.95rem;
  color:var(--rh-muted);
}

.lseo-fit{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
  align-items:start;
}

@media (max-width: 1000px){
  .lseo-hero__grid{
    grid-template-columns:minmax(0, 1fr);
  }

  .lseo-hero__copy{
    max-width:none;
  }

  .lseo-hero__aside .rh-vis{
    max-width:34rem;
  }

  .lseo-mom{
    grid-template-columns:minmax(0, 1fr);
  }

  .lseo-mom__arr{
    justify-self:center;
    transform:rotate(90deg);
  }
}

@media (max-width: 900px){
  .lseo-fields,
  .lseo-branchlist,
  .lseo-fit{
    grid-template-columns:minmax(0, 1fr);
  }
}
