/* ======================================================================
   Taxi Chemnitz Telefonnummer · eigene Zielseite 2026-07-22
   Ergänzt landing-premium.css; vollständig unter .phone-hub gekapselt.
   ====================================================================== */

.phone-hub-hero .home-premium-hero-copy { max-width: 50rem; }
.phone-hub-hero .home-premium-hero h1,
.phone-hub-hero h1 { max-width: 17ch; }

.phone-direct-grid { align-items: stretch; }
.phone-number-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(246, 196, 0, .5);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(246, 196, 0, .13), transparent 58%),
    var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
}
.phone-number-panel > span {
  color: var(--hp-muted);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.phone-number-display {
  display: inline-block;
  margin: .45rem 0 .3rem;
  color: var(--hp-ink) !important;
  font-size: clamp(1.8rem, 4.2vw, 3.25rem);
  font-weight: 920;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}
.phone-number-display:hover { color: #9a6e00 !important; }
.phone-number-panel small {
  margin-bottom: 1.05rem;
  color: var(--hp-muted);
  line-height: 1.45;
}
.phone-number-panel .btn { align-self: flex-start; }

.phone-channel-grid,
.phone-related-grid {
  display: grid;
  gap: .9rem;
}
.phone-channel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.phone-channel-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid var(--hp-border);
  border-radius: 1rem;
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
}
.phone-channel-grid article > span {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  margin-bottom: .85rem;
  border: 1px solid rgba(37, 99, 235, .2);
  border-radius: 50%;
  color: #183f7f;
  background: #edf5ff;
  font-size: 1.1rem;
  font-weight: 900;
}
.phone-channel-grid h3,
.phone-prep-grid h3,
.phone-related-grid h3 {
  margin: 0 0 .45rem;
  color: var(--hp-ink);
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.3;
}
.phone-channel-grid p,
.phone-prep-grid p,
.phone-related-grid p {
  margin: 0;
  color: var(--hp-muted);
  line-height: 1.58;
}
.phone-channel-grid p { flex: 1; margin-bottom: .85rem; font-size: .9rem; }
.phone-channel-grid a,
.phone-related-grid a {
  font-weight: 820;
  text-decoration: none !important;
}
.phone-channel-grid a::after { content: " →"; }

.phone-prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.phone-prep-grid li {
  min-width: 0;
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  padding: 1.15rem;
  border: 1px solid var(--hp-border);
  border-radius: 1rem;
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
}
.phone-prep-grid li > span {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111827;
  background: linear-gradient(180deg, #ffe270, #f6c400);
  font-weight: 900;
}
.phone-prep-grid p { font-size: .92rem; }

.phone-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.phone-related-grid > a {
  min-width: 0;
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  padding: 1.1rem;
  border: 1px solid var(--hp-border);
  border-radius: 1rem;
  color: var(--hp-ink) !important;
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.phone-related-grid > a:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, .55);
  box-shadow: var(--hp-shadow);
}
.phone-related-grid > a > span {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, .2);
  border-radius: .82rem;
  color: #183f7f;
  background: #edf5ff;
  font-weight: 900;
}
.phone-related-grid p { font-size: .88rem; }

.phone-faq .accordion-body { line-height: 1.65; }

@media (prefers-color-scheme: dark) {
  .phone-number-display:hover { color: #ffd84d !important; }
  .phone-channel-grid article > span,
  .phone-related-grid > a > span {
    color: #eaf3ff;
    border-color: rgba(96, 165, 250, .42);
    background: rgba(37, 99, 235, .2);
  }
}

@media (max-width: 991.98px) {
  .phone-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
  .phone-prep-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .phone-channel-grid,
  .phone-related-grid { grid-template-columns: 1fr; }
  .phone-number-panel { padding: 1.15rem; }
  .phone-number-panel .btn { width: 100%; }
  .phone-number-display { font-size: clamp(1.65rem, 9vw, 2.35rem); }
  .phone-prep-grid li { grid-template-columns: 2.35rem minmax(0, 1fr); padding: 1rem; }
  .phone-prep-grid li > span { width: 2.35rem; height: 2.35rem; }
}
