/* Pixelshift-service — enhanced service detail pages */
.ps-svc-spotlight {
  position: relative;
  padding: 3rem 0 3.25rem;
  margin: 0;
  background: linear-gradient(135deg, #000000 0%, #2a2618 45%, #000000 100%);
  overflow: hidden;
}
.ps-svc-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 20%, rgba(197, 160, 40, 0.18), transparent 55%);
  pointer-events: none;
}
.ps-svc-spotlight-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.ps-svc-spotlight-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c5a028;
  margin-bottom: 0.75rem;
}
.ps-svc-spotlight-title {
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1rem;
}
.ps-svc-spotlight-lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.ps-svc-contact-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 2rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.ps-svc-contact-bar a {
  color: #fff;
  font-weight: 600;
}
.ps-svc-contact-bar a:hover {
  color: #c5a028;
}
.ps-svc-contact-bar span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
.ps-svc-contact-bar .ps-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c5a028;
  display: inline-block;
  margin: 0 0.35rem;
  vertical-align: middle;
}

.ps-svc-process {
  background: #fff;
}
.ps-svc-process-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.ps-svc-process-head h2 {
  font-size: 32px;
  margin-bottom: 0.5rem;
}
.ps-svc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .ps-svc-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ps-svc-process-grid {
    grid-template-columns: 1fr;
  }
}
.ps-svc-process-card {
  background: linear-gradient(180deg, #faf7f0 0%, #fff 100%);
  border: 1px solid #ede6d6;
  border-radius: 12px;
  padding: 1.5rem 1.35rem;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}
.ps-svc-process-card:hover {
  border-color: rgba(197, 160, 40, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.ps-svc-process-card .step {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c5a028;
  margin-bottom: 0.5rem;
}
.ps-svc-process-card h3 {
  font-size: 18px;
  margin-bottom: 0.65rem;
}
.ps-svc-process-card p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  color: #000000;
}

.ps-svc-key-wrap .key-service-area-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.ps-svc-key-wrap .key-service-title {
  font-size: 34px;
}

.feature-3-area.ps-svc-feature-accent .feature-3-area-inner {
  position: relative;
}
.feature-3-area.ps-svc-feature-accent .feature-3-thumb-1 img {
  border-radius: 12px;
}
.feature-3-area.ps-svc-feature-accent .feature-3-thumb-2 img {
  border-radius: 12px;
}

/* Service detail: avoid cramped “list + phone card” jammed side‑by‑side in the right column */
.feature-3-area.ps-svc-feature-accent .feature-3-area-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 48px 56px;
}
@media only screen and (max-width: 1199px) {
  .feature-3-area.ps-svc-feature-accent .feature-3-area-inner {
    gap: 40px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-3-area.ps-svc-feature-accent .feature-3-area-inner {
    grid-template-columns: 1fr;
  }
}
.feature-3-area.ps-svc-feature-accent .feature-3-content .feature-list {
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}
.feature-3-area.ps-svc-feature-accent .feature-3-content .feature-list ul {
  display: block;
  width: 100%;
  max-width: 100%;
}
.feature-3-area.ps-svc-feature-accent .feature-3-content .feature-list li {
  line-height: 1.55;
  padding: 0.4rem 0;
}
.feature-3-area.ps-svc-feature-accent .feature-3-content .feature-list li i {
  margin-top: 4px;
  flex-shrink: 0;
}
.feature-3-area.ps-svc-feature-accent .feature-3-content .cta-box {
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  box-sizing: border-box;
}
.feature-3-area.ps-svc-feature-accent .feature-3-content .cta-box .icon {
  flex-shrink: 0;
}
.feature-3-area.ps-svc-feature-accent .feature-3-thumb-wrapper {
  max-width: 100%;
}

/* Full-width hero (remote images) */
.ps-svc-hero-wrap {
  background: #0a0a0a;
}
.ps-svc-hero {
  line-height: 0;
  max-height: min(56vh, 600px);
  overflow: hidden;
}
.ps-svc-hero img {
  width: 100%;
  height: min(56vh, 600px);
  object-fit: cover;
  display: block;
}

/* Icon strip */
.ps-icon-band {
  background: #fff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  padding: 2.25rem 0 2.5rem;
}
.ps-icon-band-inner {
  text-align: center;
}
.ps-icon-band-title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #111;
}
.ps-icon-band-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  text-align: center;
  align-items: start;
}
@media (max-width: 991px) {
  .ps-icon-band-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .ps-icon-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ps-icon-band-item .ps-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(197, 160, 40, 0.18), rgba(197, 160, 40, 0.06));
  margin-bottom: 10px;
}
.ps-icon-band-item i {
  font-size: 22px;
  color: #9a7b1c;
}
.ps-icon-band-item .label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.35;
}

/* Pricing (Germany / B2B net + VAT note) */
.ps-pricing-de {
  background: linear-gradient(180deg, #faf8f3 0%, #fff 55%);
  border-block: 1px solid rgba(197, 160, 40, 0.14);
}
.ps-pricing-de .ps-pricing-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.ps-pricing-de .ps-pricing-head h2 {
  margin-bottom: 0.65rem;
}
.ps-pricing-de .ps-pricing-head .sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.62);
  margin: 0;
}
.ps-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ps-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
}
.ps-pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 18px;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ps-pricing-card:hover {
  border-color: rgba(197, 160, 40, 0.4);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
}
.ps-pricing-card.ps-pricing-featured {
  border-color: rgba(197, 160, 40, 0.65);
  box-shadow: 0 14px 44px rgba(197, 160, 40, 0.12);
}
.ps-pricing-card .ps-pricing-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #c5a028;
  color: #111;
  padding: 5px 11px;
  border-radius: 7px;
}
.ps-pricing-card .tier-name {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c5a028;
  margin: 0 0 0.4rem;
}
.ps-pricing-card .price {
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  margin: 0 0 4px;
}
.ps-pricing-card .price-note {
  font-size: 13px;
  color: rgba(17, 17, 17, 0.52);
  margin: 0 0 1.25rem;
  line-height: 1.45;
}
.ps-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  flex: 1;
}
.ps-pricing-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
  color: rgba(17, 17, 17, 0.88);
}
.ps-pricing-card ul li i {
  color: #c5a028;
  margin-top: 3px;
  flex-shrink: 0;
}
.ps-pricing-card .rr-btn {
  width: 100%;
  justify-content: center;
}
.ps-pricing-de .legal-note {
  text-align: center;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.5);
  max-width: 860px;
  margin: 2rem auto 0;
}
.ps-pricing-de .legal-note a {
  color: #9a7b1c;
  font-weight: 600;
}

/* --- Extra icon sections (all service detail pages) --- */
.ps-svc-icons-section {
  background: linear-gradient(180deg, #faf8f3 0%, #ffffff 100%);
  border-block: 1px solid rgba(197, 160, 40, 0.1);
}
.ps-svc-icons-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.75rem;
}
.ps-svc-icons-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c5a028;
  margin: 0 0 0.65rem;
}
.ps-svc-icons-lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.68);
  margin: 0.75rem 0 0;
}
.ps-svc-icon-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}
@media (max-width: 991px) {
  .ps-svc-icon-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .ps-svc-icon-cards {
    grid-template-columns: 1fr;
  }
}
.ps-svc-icon-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 1.65rem 1.4rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.ps-svc-icon-card:hover {
  border-color: rgba(197, 160, 40, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}
.ps-svc-icon-card .ps-svc-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(197, 160, 40, 0.2), rgba(197, 160, 40, 0.07));
  margin-bottom: 1.15rem;
}
.ps-svc-icon-card .ps-svc-card-icon i {
  font-size: 24px;
  color: #9a7b1c;
}
.ps-svc-icon-card h3 {
  font-size: 18px;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.ps-svc-icon-card p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.65);
  margin: 0;
}

.ps-svc-cooperate {
  background: #fff;
}
.ps-svc-cooperate-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.25rem;
}
.ps-svc-cooperate-head .sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.62);
  margin: 0.5rem 0 0;
}
.ps-svc-cooperate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .ps-svc-cooperate-grid {
    grid-template-columns: 1fr;
  }
}
.ps-svc-cooperate-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  background: #faf8f3;
  border: 1px solid rgba(197, 160, 40, 0.12);
}
.ps-svc-cooperate-item .ps-ci {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.ps-svc-cooperate-item .ps-ci i {
  font-size: 21px;
  color: #c5a028;
}
.ps-svc-cooperate-item h3 {
  font-size: 17px;
  margin: 0 0 0.35rem;
}
.ps-svc-cooperate-item p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.65);
  margin: 0;
}

.ps-svc-context-strip {
  background: #111;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ps-svc-context-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 10% 50%, rgba(197, 160, 40, 0.12), transparent 50%);
  pointer-events: none;
}
.ps-svc-context-inner {
  position: relative;
  z-index: 1;
}
.ps-svc-context-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
}
.ps-svc-context-head h2 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.ps-svc-context-head p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.ps-svc-context-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.ps-svc-context-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.ps-svc-context-chip i {
  color: #c5a028;
  font-size: 16px;
}
