/* Dedicated Nick contact page — spacious voice vs text layout */

.nick-page {
  background:
    radial-gradient(900px 420px at 90% -10%, rgba(47, 111, 126, 0.14), transparent 55%),
    radial-gradient(700px 360px at 0% 80%, rgba(201, 149, 42, 0.1), transparent 50%),
    linear-gradient(180deg, #f7f4ef 0%, #fffdf9 45%, #f3f7f6 100%);
  padding-bottom: 3rem;
}

.nick-hero {
  padding: 2.25rem 0 1.5rem;
}

.nick-hero__brand {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sea-deep, #1f4f5a);
}

.nick-hero__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 1.45;
  color: var(--ink, #0c1c24);
  max-width: 22ch;
}

.nick-hero__lead {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft, #16323f);
}

.nick-hero__jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.nick-hero__jump a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--sea-deep, #1f4f5a);
  background: rgba(47, 111, 126, 0.1);
  border: 1px solid rgba(47, 111, 126, 0.22);
}

.nick-hero__jump a:hover {
  background: rgba(47, 111, 126, 0.16);
}

.nick-page__grid {
  display: grid;
  gap: 1.15rem;
  align-items: start;
}

.nick-panel {
  border-radius: 20px;
  border: 1px solid rgba(12, 28, 36, 0.1);
  background: rgba(255, 253, 249, 0.92);
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 16px 40px rgba(12, 28, 36, 0.06);
}

.nick-panel--voice {
  background: linear-gradient(165deg, rgba(47, 111, 126, 0.1), rgba(255, 253, 249, 0.96) 42%);
  border-color: rgba(47, 111, 126, 0.22);
}

.nick-panel--text {
  background: linear-gradient(165deg, rgba(12, 28, 36, 0.035), rgba(255, 253, 249, 0.96) 50%);
}

.nick-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.nick-panel__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sea-deep, #1f4f5a);
}

.nick-panel--text .nick-panel__eyebrow {
  color: #5c6b73;
}

.nick-panel__title {
  margin: 0.2rem 0 0;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  color: var(--ink);
  font-family: var(--font-display);
}

.nick-panel__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.nick-panel__badge--voice {
  color: #0f3a42;
  background: rgba(47, 111, 126, 0.16);
  border: 1px solid rgba(47, 111, 126, 0.28);
}

.nick-panel__badge--text {
  color: #3d4a52;
  background: rgba(12, 28, 36, 0.06);
  border: 1px solid rgba(12, 28, 36, 0.1);
}

.nick-panel__lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-muted, #5c6b73);
}

.web-call--page {
  --nick-level: 0;
}

.web-call--page .nick-live {
  margin: 0 0 1rem;
  padding: 1.15rem 1rem 1.2rem;
  border-radius: 18px;
  min-height: 16rem;
}

.web-call--page .nick-live__orb {
  width: 5.4rem;
  height: 5.4rem;
}

.web-call--page .nick-live__orb-core {
  width: 3.9rem;
  height: 3.9rem;
}

.web-call--page .nick-wave {
  height: 3.1rem;
  width: min(100%, 18rem);
  gap: 0.26rem;
}

.web-call--page .nick-wave__bar {
  max-width: 0.42rem;
  height: calc(0.4rem + var(--h, 0.15) * 2.5rem);
}

.web-call--page .web-call__actions {
  margin-bottom: 0.65rem;
}

.web-call--page .channel-btn.channel-btn--webcall,
.web-call--page .channel-btn.channel-btn--webcall-end {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3.5rem;
  padding: 0.8rem 0.75rem;
}

.web-call--page .channel-btn__row {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem;
  direction: rtl;
}

.web-call--page .phone-icon {
  flex: 0 0 2.35rem !important;
  width: 2.35rem !important;
  height: 2.35rem !important;
  min-width: 2.35rem;
  min-height: 2.35rem;
  display: block !important;
  margin: 0 !important;
  align-self: center !important;
  transform: none !important;
}

.web-call--page .channel-btn__label {
  display: inline-block;
  line-height: 1.3;
  font-size: 0.95rem;
}

.web-call--page .channel-btn--phone {
  margin-top: 0;
}

.web-call--page[data-state="idle"] .nick-live__pill {
  background: rgba(126, 200, 190, 0.16);
  border-color: rgba(126, 200, 190, 0.4);
  color: #d7f3ee;
}

.web-call--page[data-state="idle"] .nick-live__dot {
  background: #7ec8be;
  box-shadow: none;
  animation: none;
}

.web-call--page[data-state="in_call"] .nick-live__pill,
.web-call--page[data-state="connecting"] .nick-live__pill {
  background: rgba(232, 88, 88, 0.18);
  border-color: rgba(232, 88, 88, 0.45);
  color: #ffd7d7;
}

.web-call--page[data-state="in_call"] .nick-live__dot,
.web-call--page[data-state="connecting"] .nick-live__dot {
  background: #ff5c5c;
  animation: nick-live-pulse 1.4s ease-out infinite;
}

.nick-text-channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.nick-text-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 1.05rem;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.nick-text-card:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  color: #fff;
}

.nick-text-card__name {
  font-size: 1.08rem;
}

/* Marken-Standardfarben */
.nick-text-card--wa { background: #25D366; color: #fff; }
.nick-text-card--tg { background: #229ED9; color: #fff; }
.nick-text-card--ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

.nick-text-channels__empty {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.nick-page__foot {
  margin-top: 1.75rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.nick-page__foot a {
  font-weight: 600;
  color: var(--sea-deep, #1f4f5a);
}

@media (min-width: 900px) {
  .nick-hero {
    padding: 2.75rem 0 1.75rem;
  }

  .nick-page__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
    gap: 1.35rem;
    align-items: stretch;
  }

  .nick-panel {
    padding: 1.45rem 1.35rem 1.5rem;
    min-height: 100%;
  }

  .web-call--page .nick-live {
    min-height: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nick-text-card {
    transition: none;
  }
}
