/* Ruhiger, reduzierter Agentur-Look */
.agency-hero,
.agency-hero .slides,
.agency-hero .slide {
  height: 590px;
}

.agency-hero-shade {
  background: linear-gradient(90deg, rgba(4, 19, 39, .96) 0%, rgba(6, 30, 61, .88) 55%, rgba(6, 28, 57, .62) 100%);
}

.agency-hero-grid {
  grid-template-columns: minmax(0, 850px);
}

.agency-hero-card {
  display: none !important;
}

.agency-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.03;
}

.agency-hero-copy > p {
  max-width: 620px;
  font-size: 17px;
}

.agency-proof {
  margin-top: 28px;
}

.agency-facts .wrap {
  grid-template-columns: repeat(3, 1fr) auto;
}

.agency-facts .wrap > div,
.agency-facts .wrap > a {
  padding: 22px 24px;
}

.agency-facts strong {
  font-size: 24px;
}

.agency-facts a {
  min-width: 190px;
}

.agency-section {
  padding: 82px 0;
}

.agency-heading {
  grid-template-columns: 1.15fr .85fr;
  gap: 55px;
  margin-bottom: 34px;
}

.agency-heading h2,
.agency-about-copy h2,
.agency-final-cta h2 {
  font-size: clamp(35px, 4vw, 49px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

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

.agency-service-card {
  min-height: 260px;
  padding: 24px;
  border-radius: 10px;
  box-shadow: none;
}

.agency-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(23, 54, 95, .10);
}

.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-size: 19px;
}

.agency-service-card small {
  margin-top: 18px;
}

.agency-service-card h3 {
  font-size: 20px;
}

.agency-service-card p {
  font-size: 13px;
}

.agency-service-card > span {
  left: 24px;
  bottom: 20px;
}

.agency-about-grid {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 68px;
  align-items: center;
}

.agency-about-visual {
  display: block !important;
  min-height: 430px;
  border-radius: 13px;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 19, 39, .18)), var(--agency-about-image, url('images/agency-consultation.webp')) center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(19, 48, 83, .14);
  overflow: hidden;
}

.agency-about-visual > * {
  display: none !important;
}

.agency-about-copy > p {
  max-width: 760px;
  font-size: 16px;
}

.agency-benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 34px 0;
  border-top: 1px solid #e3eaf3;
  border-bottom: 1px solid #e3eaf3;
}

.agency-benefits > div {
  border: 0;
  padding: 22px 0;
}

.agency-process {
  padding: 78px 0;
}

.process-grid > div {
  padding: 27px 24px;
}

.process-grid h3 {
  font-size: 20px;
}

.agency-shop .ebay-products-grid,
.agency-post-grid {
  gap: 14px;
}

.agency-final-cta {
  padding: 70px 0;
}

.agency-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.agency-reveal.agency-visible {
  opacity: 1;
  transform: translateY(0);
}

.agency-service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(22, 112, 232, .08), transparent 42%);
  transition: opacity .25s;
}

.agency-service-card:hover::after {
  opacity: 1;
}

@media (max-width: 950px) {
  .agency-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agency-benefits {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .agency-about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .agency-about-visual {
    min-height: 360px;
  }

  .agency-benefits > div + div {
    border-top: 1px solid #e3eaf3;
  }
}

@media (max-width: 620px) {
  .agency-hero,
  .agency-hero .slides,
  .agency-hero .slide {
    height: 455px !important;
    min-height: 455px !important;
  }

  .agency-hero .agency-hero-grid,
  .agency-hero .slide-grid {
    height: 455px !important;
    min-height: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 42px !important;
  }

  .agency-hero .slider-dots {
    bottom: 12px !important;
  }

  .agency-hero h1 {
    margin: 14px 0 16px;
    font-size: 36px;
    line-height: 1.06;
  }

  .agency-hero-copy > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .agency-hero-actions {
    margin-top: 21px;
  }

  .agency-proof {
    display: none;
  }

  .agency-facts .wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .agency-facts .wrap > div {
    min-width: 0;
    padding: 17px 10px;
    text-align: center;
  }

  .agency-facts strong {
    font-size: 20px;
  }

  .agency-facts span {
    font-size: 9px;
    line-height: 1.35;
  }

  .agency-facts a {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 14px 18px !important;
  }

  .agency-section {
    padding: 58px 0;
  }

  .agency-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 13px !important;
    margin-bottom: 25px;
  }

  .agency-heading > div,
  .agency-heading > p {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .agency-heading > p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .agency-heading h2,
  .agency-about-copy h2,
  .agency-final-cta h2 {
    max-width: 100% !important;
    margin-top: 10px !important;
    font-size: 29px !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
  }

  .agency-kicker {
    gap: 8px;
    font-size: 10px !important;
    line-height: 1.35;
    letter-spacing: .13em;
  }

  .agency-kicker span {
    width: 24px;
  }

  .agency-service-grid {
    grid-template-columns: 1fr;
  }

  .agency-service-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  .agency-service-card small {
    margin-top: 15px !important;
    font-size: 9px !important;
  }

  .agency-service-card h3 {
    margin: 7px 0 9px !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
  }

  .agency-service-card p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .agency-service-card > span {
    position: static !important;
    display: inline-flex;
    margin-top: 16px;
    font-size: 12px !important;
  }

  .agency-about-copy > p {
    font-size: 15px;
  }

  .agency-about-visual {
    min-height: 260px;
  }

  .agency-reveal {
    transform: translateY(12px);
  }

  .agency-benefits {
    margin: 27px 0;
  }

  .agency-process {
    padding: 52px 0;
  }

  .process-grid > div {
    padding: 18px 0 !important;
  }

  .process-grid h3 {
    margin: 10px 0 6px !important;
    font-size: 20px !important;
  }

  .process-grid p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .process-grid b {
    font-size: 10px !important;
  }

  .agency-shop .agency-heading,
  .agency-services .agency-heading,
  .agency-process .agency-heading,
  .agency-journal .agency-heading {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .agency-shop .ebay-products {
    margin-top: 20px !important;
  }

  .agency-shop .ebay-products-head strong {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  .agency-final-cta {
    padding: 55px 0;
  }
}

@media (max-width: 380px) {
  .agency-hero,
  .agency-hero .slides,
  .agency-hero .slide,
  .agency-hero .agency-hero-grid,
  .agency-hero .slide-grid {
    height: 485px !important;
    min-height: 485px !important;
  }

  .agency-hero .agency-hero-grid,
  .agency-hero .slide-grid {
    min-height: 0 !important;
  }
}
