.page-geo-agentur .geo-page{
  position:relative;
}

.page-geo-agentur main [id]{
  scroll-margin-top:7rem;
}

.geo-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;
}

.geo-page h1,
.geo-page h2,
.geo-page .rh-card__title,
.geo-page .rh-compare__title,
.geo-page .rh-linkrow__title{
  text-wrap:balance;
}

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

.geo-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;
}

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

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

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

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

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

.geo-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(142,156,255,.10), transparent 70%);
  pointer-events:none;
  z-index:-1;
}

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

.geo-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;
}

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

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

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

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

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

.geo-vis{
  position:relative;
  min-width:0;
}

.geo-vis::before{
  content:"";
  position:absolute;
  inset:8% -6% -6% 10%;
  background:linear-gradient(150deg, rgba(59,139,246,.15), rgba(142,156,255,.09) 55%, transparent);
  border-radius:36px;
  filter:blur(26px);
  pointer-events:none;
}

.geo-vis__window{
  position:relative;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(175deg, rgba(22,30,48,.92), rgba(13,18,30,.94));
  box-shadow:0 30px 70px rgba(4,8,18,.55);
  padding:16px 16px 14px;
  overflow:hidden;
}

.geo-vis__window::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, var(--rh-blue), #8E9CFF 55%, var(--rh-green));
  opacity:.85;
}

.geo-vis__bar{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:12px;
}

.geo-vis__dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
}

.geo-vis__dot:nth-child(1){ background:rgba(59,139,246,.75); }
.geo-vis__dot:nth-child(2){ background:rgba(142,156,255,.7); }
.geo-vis__dot:nth-child(3){ background:rgba(47,203,114,.7); }

.geo-vis__url{
  margin-left:auto;
  font-family:var(--rh-mono);
  font-size:10.5px;
  letter-spacing:.08em;
  color:var(--rh-muted2);
  border:1px solid rgba(255,255,255,.095);
  border-radius:999px;
  padding:3px 10px;
}

.geo-vis__q{
  display:grid;
  gap:3px;
  padding:11px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);
}

.geo-vis__q span{
  font-family:var(--rh-mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--rh-muted2);
}

.geo-vis__q strong{
  font-family:var(--rh-display);
  font-weight:600;
  font-size:14px;
  color:var(--rh-text);
}

.geo-vis__a{
  margin-top:9px;
  border-radius:14px;
  border:1px solid rgba(142,156,255,.38);
  background:linear-gradient(160deg, rgba(142,156,255,.12), rgba(255,255,255,.02));
  padding:12px 13px;
}

.geo-vis__a-head{
  display:flex;
  align-items:center;
  gap:8px;
}

.geo-vis__a-icon{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:7px;
  background:rgba(142,156,255,.2);
  color:#8E9CFF;
}

.geo-vis__a-icon svg{
  width:13px;
  height:13px;
}

.geo-vis__a-label{
  font-family:var(--rh-mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#8E9CFF;
}

.geo-vis__badge{
  margin-left: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;
  background:rgba(47,203,114,.13);
  border:1px solid rgba(47,203,114,.35);
  color:var(--rh-green);
  white-space:nowrap;
}

.geo-vis__a p{
  margin:8px 0 0;
  font-size:12.8px;
  line-height:1.5;
  color:var(--rh-muted);
}

.geo-vis__a p strong{
  color:var(--rh-text);
}

.geo-vis__chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:9px;
}

.geo-vis__chips span{
  font-family:var(--rh-mono);
  font-size:10px;
  color:var(--rh-muted2);
  border:1px solid rgba(255,255,255,.095);
  border-radius:999px;
  padding:2px 8px;
  background:rgba(255,255,255,.03);
}

.geo-vis__sig-title{
  margin:13px 3px 8px;
  font-family:var(--rh-mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--rh-muted2);
}

.geo-vis__signals{
  display:grid;
  gap:7px;
}

.geo-vis__sig{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 11px;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.095);
  background:rgba(255,255,255,.04);
}

.geo-vis__sig .ui-icon-box{
  width:30px;
  height:30px;
  border-radius:9px;
  color:var(--rh-blue2);
  background:rgba(59,139,246,.13);
  border-color:rgba(59,139,246,.28);
}

.geo-vis__sig--indigo .ui-icon-box{
  color:#8E9CFF;
  background:rgba(142,156,255,.13);
  border-color:rgba(142,156,255,.3);
}

.geo-vis__sig--warm .ui-icon-box{
  color:var(--rh-green);
  background:rgba(47,203,114,.12);
  border-color:rgba(47,203,114,.3);
}

.geo-vis__sig svg{
  width:15px;
  height:15px;
}

.geo-vis__sig strong{
  display:block;
  font-family:var(--rh-display);
  font-weight:600;
  font-size:12.8px;
  color:var(--rh-text);
}

.geo-vis__sig p{
  margin:2px 0 0;
  font-size:11.5px;
  line-height:1.4;
  color:var(--rh-muted2);
}

.geo-vis__check{
  margin-left:auto;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:7px;
  font-size:11px;
  font-weight:700;
  color:var(--rh-green);
  background:rgba(47,203,114,.1);
  border:1px solid rgba(47,203,114,.28);
}

.geo-vis__legend{
  margin-top:12px;
  padding:0 3px;
  text-align:right;
}

.geo-vis__legend em{
  font-style:normal;
  font-size:11px;
  color:var(--rh-muted);
}

.geo-duo{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
}

.geo-duo__card{
  padding:22px 20px 18px;
}

.geo-duo__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.geo-duo__kicker{
  font-family:var(--rh-mono);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--rh-muted2);
}

.geo-duo__link{
  width:fit-content;
  font-size:.9rem;
}

.geo-service-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

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

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

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

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

  .geo-vis{
    max-width:34rem;
  }
}

@media (max-width: 900px){
  .geo-duo,
  .geo-fit,
  .geo-linklist{
    grid-template-columns:minmax(0, 1fr);
  }

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

@media (max-width: 560px){
  .geo-service-grid{
    grid-template-columns:minmax(0, 1fr);
  }

  .geo-vis__window{
    padding:13px 12px 12px;
  }
}
