/* ======================================================================
   Taxi Chemnitz 24h - Vermittlung · Landingpage Premium 2026-07-22
   Vollständig unter .home-premium gekapselt.
   Ziel: visuell näher am freigegebenen Mockup, ohne den bestehenden
   Live-Tarifrechner auf der Startseite zu duplizieren.
   ====================================================================== */

.home-premium {
  --hp-brand: #f6c400;
  --hp-brand-2: #ffd84d;
  --hp-blue: #2563eb;
  --hp-green: #16a34a;
  --hp-ink: #0f172a;
  --hp-muted: #526176;
  --hp-bg: #f7f9fc;
  --hp-surface: #ffffff;
  --hp-surface-2: #eef3f8;
  --hp-border: rgba(15, 23, 42, .11);
  --hp-border-strong: rgba(15, 23, 42, .17);
  --hp-shadow: 0 18px 50px rgba(2, 8, 23, .12);
  --hp-shadow-soft: 0 10px 30px rgba(2, 8, 23, .08);
  --hp-radius: 1.1rem;
  --hp-radius-lg: 1.35rem;
  background: var(--hp-bg);
  color: var(--hp-ink);
  overflow: clip;
}

@media (prefers-color-scheme: dark) {
  .home-premium {
    --hp-ink: #f8fafc;
    --hp-muted: #cbd5e1;
    --hp-bg: #0b0d10;
    --hp-surface: #15191d;
    --hp-surface-2: #11161b;
    --hp-border: rgba(148, 163, 184, .24);
    --hp-border-strong: rgba(148, 163, 184, .36);
    --hp-shadow: 0 22px 54px rgba(0, 0, 0, .38);
    --hp-shadow-soft: 0 12px 34px rgba(0, 0, 0, .28);
    color-scheme: dark;
  }
}

.home-premium *,
.home-premium *::before,
.home-premium *::after { box-sizing: border-box; }

.home-premium a:not(.btn) {
  color: #1d4ed8;
  text-underline-offset: .16em;
}
.home-premium a:not(.btn):hover { color: #1e40af; }

@media (prefers-color-scheme: dark) {
  .home-premium a:not(.btn) { color: #7db7ff; }
  .home-premium a:not(.btn):hover { color: #b7d7ff; }
}

.home-premium-section {
  padding: clamp(3.2rem, 6vw, 5.2rem) 0;
  scroll-margin-top: 5rem;
}
.home-premium-soft { background: var(--hp-surface-2); }
.home-premium-center { margin-top: 1.5rem; text-align: center; }
.home-premium-small { color: var(--hp-muted); font-size: .92rem; line-height: 1.55; }

.home-premium-kicker,
.home-premium-brand-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.2;
}
.home-premium-kicker {
  margin-bottom: .75rem;
  padding: .42rem .72rem;
  border: 1px solid rgba(37, 99, 235, .27);
  color: #163f88;
  background: rgba(37, 99, 235, .075);
  font-size: .8rem;
}
.home-premium-brand-pill {
  margin-bottom: 1rem;
  padding: .52rem .82rem;
  border: 1px solid rgba(246, 196, 0, .55);
  color: #fff7c2;
  background: rgba(246, 196, 0, .12);
  font-size: .82rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (prefers-color-scheme: dark) {
  .home-premium-kicker {
    color: #f6f9ff;
    -webkit-text-fill-color: #f6f9ff;
    border-color: rgba(96, 165, 250, .62);
    background: rgba(37, 99, 235, .25);
  }
}

.home-premium-heading {
  max-width: 74rem;
  margin-bottom: 1.65rem;
}
.home-premium-heading h2,
.home-premium-answer-copy h2,
.home-premium-calculator-card h2,
.home-premium-app-card h2,
.home-premium-process-card h2,
.home-premium-local-card h2,
.home-premium-directory-grid h2,
.home-premium-partner-card h2 {
  margin: 0 0 .65rem;
  color: var(--hp-ink);
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.home-premium-heading p,
.home-premium-answer-copy p,
.home-premium-calculator-card p,
.home-premium-app-card p,
.home-premium-process-card p,
.home-premium-local-card p,
.home-premium-partner-card p {
  color: var(--hp-muted);
  line-height: 1.68;
}
.home-premium-heading-compact { margin-bottom: 1.2rem; }
.home-premium-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

/* ----------------------------------------------------------------------
   Hero
   ---------------------------------------------------------------------- */
.home-premium-hero {
  position: relative;
  min-height: clamp(33rem, 72vh, 48rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071526;
}
.home-premium-hero-picture,
.home-premium-hero-picture img,
.home-premium-final picture,
.home-premium-final picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-premium-hero-picture img,
.home-premium-final picture img {
  object-fit: cover;
  object-position: 66% center;
}
.home-premium-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 25, .97) 0%, rgba(4, 17, 34, .88) 42%, rgba(4, 17, 34, .38) 72%, rgba(4, 17, 34, .18) 100%),
    linear-gradient(0deg, rgba(3, 12, 25, .7) 0%, transparent 42%);
}
.home-premium-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(3rem, 8vw, 6rem);
  padding-bottom: clamp(5.5rem, 11vw, 8.5rem);
}
.home-premium-hero-copy { max-width: 48rem; }
.home-premium-hero h1 {
  max-width: 15ch;
  margin: 0 0 1.15rem;
  color: #fff;
  font-size: clamp(2.35rem, 5.2vw, 4.7rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .34);
}
.home-premium-hero-lead {
  max-width: 67ch;
  margin: 0;
  color: #dbe7f5;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}
.home-premium-hero-actions,
.home-premium-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .72rem;
}
.home-premium-hero-actions { margin-top: 1.65rem; }
.home-premium .btn {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .74rem;
  padding: .74rem 1.08rem;
  font-weight: 820;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease, background-color .18s ease;
}
.home-premium .btn:hover { transform: translateY(-1px); }
.home-premium-btn-primary {
  color: #101720 !important;
  border: 1px solid #ffe36f !important;
  background: linear-gradient(180deg, #ffe15d, var(--hp-brand)) !important;
  box-shadow: 0 10px 26px rgba(246, 196, 0, .23);
}
.home-premium-btn-primary:hover { color: #070b11 !important; filter: brightness(1.04); }
.home-premium-btn-light {
  color: #101827 !important;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  background: rgba(255, 255, 255, .94) !important;
}
.home-premium-btn-whatsapp {
  color: #d7ffe9 !important;
  border: 1px solid rgba(74, 222, 128, .52) !important;
  background: rgba(22, 163, 74, .18) !important;
}
.home-premium-btn-whatsapp:hover { background: rgba(22, 163, 74, .28) !important; }
.home-premium-btn-outline {
  color: var(--hp-ink) !important;
  border: 1px solid var(--hp-border-strong) !important;
  background: var(--hp-surface) !important;
}
.home-premium-btn-outline:hover { border-color: rgba(37, 99, 235, .46) !important; }
.home-premium-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  max-width: 58rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}
.home-premium-hero-points li {
  position: relative;
  padding: .72rem .72rem .72rem 2.15rem;
  border: 1px solid rgba(203, 213, 225, .2);
  border-radius: .75rem;
  color: #eef6ff;
  background: rgba(9, 24, 43, .54);
  font-size: .84rem;
  font-weight: 720;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}
.home-premium-hero-points li::before {
  content: "✓";
  position: absolute;
  left: .72rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #102115;
  background: #54e27d;
  font-size: .68rem;
  font-weight: 900;
}

/* ----------------------------------------------------------------------
   Action dock replacing the mockup's duplicated inline calculator
   ---------------------------------------------------------------------- */
.home-premium-dock-wrap {
  position: relative;
  z-index: 5;
  margin-top: -4.65rem;
  padding-bottom: 1rem;
}
.home-premium-dock {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  gap: .72rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--hp-shadow);
}
.home-premium-dock-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .75rem .85rem;
}
.home-premium-dock-intro > span {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 850;
}
.home-premium-dock-intro p {
  margin: .28rem 0 0;
  color: #64748b;
  font-size: .85rem;
  line-height: 1.35;
}
.home-premium-dock > a {
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .82rem;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: .82rem;
  color: #172033 !important;
  background: #f7f9fc;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.home-premium-dock > a:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, .55);
  box-shadow: 0 10px 26px rgba(2, 8, 23, .1);
}
.home-premium-dock > a > span:last-child { min-width: 0; font-weight: 820; line-height: 1.25; }
.home-premium-dock small { display: block; margin-top: .25rem; color: #64748b; font-size: .75rem; font-weight: 580; }
.home-premium-dock-icon {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  display: grid;
  place-items: center;
  border-radius: .65rem;
  color: #172033;
  background: #ffe96f;
  font-size: 1.05rem;
  font-weight: 900;
}

@media (prefers-color-scheme: dark) {
  .home-premium-dock {
    border-color: var(--hp-border);
    background: rgba(19, 24, 30, .97);
  }
  .home-premium-dock-intro > span,
  .home-premium-dock > a { color: #f8fafc !important; }
  .home-premium-dock-intro p,
  .home-premium-dock small { color: #b8c5d5; }
  .home-premium-dock > a {
    border-color: var(--hp-border);
    background: rgba(255, 255, 255, .045);
  }
}

/* ----------------------------------------------------------------------
   Answer and facts
   ---------------------------------------------------------------------- */
.home-premium-answer { padding-top: clamp(2.5rem, 4vw, 3.6rem); }
.home-premium-answer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.45rem, 3vw, 2.35rem);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
}
.home-premium-answer-copy p { margin-bottom: 0; font-size: 1.04rem; }
.home-premium-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
}
.home-premium-facts > div,
.home-premium-source-grid > div {
  padding: 1rem;
  border: 1px solid var(--hp-border);
  border-radius: .85rem;
  background: var(--hp-surface-2);
}
.home-premium-facts dt,
.home-premium-source-grid dt {
  margin-bottom: .28rem;
  color: var(--hp-ink);
  font-weight: 850;
}
.home-premium-facts dd,
.home-premium-source-grid dd {
  margin: 0;
  color: var(--hp-muted);
  line-height: 1.45;
}

/* ----------------------------------------------------------------------
   Service cards
   ---------------------------------------------------------------------- */
.home-premium-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .9rem;
}
.home-premium-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--hp-border);
  border-radius: 1rem;
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-premium-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 196, 0, .56);
  box-shadow: var(--hp-shadow);
}
.home-premium-service-card picture { display: block; overflow: hidden; }
.home-premium-service-card picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .32s ease;
}
.home-premium-service-card:hover picture img { transform: scale(1.025); }
.home-premium-service-icon {
  position: absolute;
  top: 9.7rem;
  left: 1rem;
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border: 3px solid var(--hp-surface);
  border-radius: 50%;
  color: #0f172a;
  background: #ffd63c;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(2, 8, 23, .14);
}
.home-premium-service-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.55rem 1rem 1rem;
}
.home-premium-service-card h3 {
  margin: 0 0 .5rem;
  color: var(--hp-ink);
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.25;
}
.home-premium-service-card p {
  flex: 1;
  margin: 0 0 .8rem;
  color: var(--hp-muted);
  font-size: .9rem;
  line-height: 1.55;
}
.home-premium-service-card a {
  color: #9a6e00 !important;
  font-size: .88rem;
  font-weight: 820;
  text-decoration: none !important;
}
.home-premium-service-card a::after { content: " →"; }
@media (prefers-color-scheme: dark) {
  .home-premium-service-card a { color: #ffd84d !important; }
}

/* ----------------------------------------------------------------------
   Why row
   ---------------------------------------------------------------------- */
.home-premium-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}
.home-premium-why-grid > div {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: .8rem;
  align-items: start;
  align-content: start;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--hp-border);
  border-radius: .95rem;
  background: var(--hp-surface);
}

/* Nur das erste Span ist das runde Symbol. Die frühere Regel traf auch
   .home-premium-why-title und zwang dadurch Überschrift und Absatz in eine
   nur 3rem breite Grid-Spalte. */
.home-premium-why-grid > div > span:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 50%;
  color: #193d77;
  background: #eef5ff;
  font-size: 1.15rem;
  font-weight: 900;
}
.home-premium-why-title {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  width: auto;
  height: auto;
  display: block;
  margin: .1rem 0 .25rem;
  color: var(--hp-ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: normal;
  word-break: normal;
}
.home-premium-why-grid p {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  width: auto;
  margin: 0;
  color: var(--hp-muted);
  font-size: .86rem;
  line-height: 1.5;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}
@media (prefers-color-scheme: dark) {
  .home-premium-why-grid > div > span:first-child {
    color: #dbeafe;
    border-color: rgba(96, 165, 250, .4);
    background: rgba(37, 99, 235, .18);
  }
}

/* ----------------------------------------------------------------------
   Calculator teaser
   ---------------------------------------------------------------------- */
.home-premium-calculator-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  background: var(--hp-surface);
}
.home-premium-calculator-card picture { min-height: 100%; display: block; overflow: hidden; }
.home-premium-calculator-card picture img { width: 100%; height: 100%; min-height: 23rem; display: block; object-fit: cover; }
.home-premium-calculator-card > div { padding: clamp(1.6rem, 4vw, 3rem); }
.home-premium-calculator-card ul,
.home-premium-app-card ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.home-premium-calculator-card li,
.home-premium-app-card li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--hp-muted);
  line-height: 1.55;
}
.home-premium-calculator-card li + li,
.home-premium-app-card li + li { margin-top: .45rem; }
.home-premium-calculator-card li::before,
.home-premium-app-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}

/* ----------------------------------------------------------------------
   Airport route cards
   ---------------------------------------------------------------------- */
.home-premium-route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .8rem;
}
.home-premium-route-grid a {
  min-height: 6.25rem;
  display: flex;
  align-items: center;
  gap: .72rem;
  padding: .9rem;
  border: 1px solid var(--hp-border);
  border-radius: .88rem;
  color: var(--hp-ink) !important;
  background: var(--hp-surface);
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.home-premium-route-grid a:hover { transform: translateY(-3px); border-color: rgba(246, 196, 0, .62); box-shadow: var(--hp-shadow-soft); }
.home-premium-route-grid a > span:first-child {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 2.2rem;
  display: grid;
  place-items: center;
  border-radius: .65rem;
  color: #111827;
  background: #ffe46f;
}
.home-premium-route-grid a > span:last-child { min-width: 0; font-size: .88rem; font-weight: 830; line-height: 1.3; }
.home-premium-route-grid small { display: block; margin-top: .3rem; color: #173b6f; font-size: .78rem; font-weight: 800; }
@media (prefers-color-scheme: dark) {
  .home-premium-route-grid small { color: #9fc7ff; }
}

/* ----------------------------------------------------------------------
   App / process split
   ---------------------------------------------------------------------- */
.home-premium-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.home-premium-app-card,
.home-premium-process-card {
  min-width: 0;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  background: var(--hp-surface);
}
.home-premium-app-card {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 1.6rem;
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2.15rem);
}
.home-premium-phone {
  width: 10rem;
  height: 20rem;
  padding: .55rem;
  border: 5px solid #121923;
  border-radius: 2rem;
  background: #111827;
  box-shadow: 0 18px 35px rgba(2, 8, 23, .22);
}
.home-premium-phone-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  padding: 1.05rem .65rem .7rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}
.home-premium-phone-screen > span { color: #0f172a; font-weight: 900; text-align: center; }
.home-premium-phone-screen > div {
  padding: .72rem;
  border: 1px solid #d9e1eb;
  border-radius: .62rem;
  color: #64748b;
  background: #fff;
  font-size: .72rem;
}
.home-premium-phone-screen > div:last-child { margin-top: auto; color: #111827; background: #ffd43b; border-color: #ffcc17; font-weight: 850; text-align: center; }
.home-premium-process-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3.4vw, 2.4rem);
  background:
    radial-gradient(560px 240px at 100% 0%, rgba(246, 196, 0, .13), transparent 65%),
    var(--hp-surface);
}
.home-premium-process-card ol { display: grid; gap: .8rem; margin: 1.2rem 0 1rem; padding: 0; list-style: none; }
.home-premium-process-card li { display: flex; gap: .8rem; align-items: flex-start; }
.home-premium-process-card li > span {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111827;
  background: #ffd63d;
  font-weight: 900;
}
.home-premium-step-title { display:block; margin:.1rem 0 .2rem; color:var(--hp-ink); font-size:.98rem; font-weight:850; }
.home-premium-process-card li p { margin: 0; font-size: .9rem; }
.home-premium-text-link { display: inline-block; margin-top: .8rem; font-weight: 820; text-decoration: none !important; }

/* ----------------------------------------------------------------------
   Local hub and directories
   ---------------------------------------------------------------------- */
.home-premium-local-card {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 1.6rem;
  align-items: center;
  padding: clamp(1.45rem, 3.5vw, 2.4rem);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  background:
    radial-gradient(680px 320px at 100% -10%, rgba(37, 99, 235, .11), transparent 62%),
    radial-gradient(680px 320px at -15% 115%, rgba(34, 199, 184, .1), transparent 62%),
    var(--hp-surface);
}
.home-premium-local-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin: 1.15rem 0;
}
.home-premium-local-chips a,
.home-premium-link-list a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: .8rem .9rem;
  border: 1px solid var(--hp-border);
  border-radius: .8rem;
  color: var(--hp-ink) !important;
  background: var(--hp-surface-2);
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease;
}
.home-premium-local-chips a:hover,
.home-premium-link-list a:hover { transform: translateY(-2px); border-color: rgba(37, 99, 235, .35); }
.home-premium-local-chips span,
.home-premium-link-list span { font-weight: 820; line-height: 1.25; }
.home-premium-local-chips small,
.home-premium-link-list small {
  display: -webkit-box;
  margin-top: .28rem;
  overflow: hidden;
  color: var(--hp-muted);
  font-size: .78rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-premium-local-visual {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, .24);
  border-radius: 1rem;
  background: #071526;
  box-shadow: var(--hp-shadow-soft);
}
.home-premium-local-visual img { display: block; width: 100%; height: auto; }
.home-premium-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.3rem;
}
.home-premium-directory-grid > section {
  padding: 1.4rem;
  border: 1px solid var(--hp-border);
  border-radius: 1rem;
  background: var(--hp-surface);
}
.home-premium-directory-grid h2 { font-size: 1.45rem; }
.home-premium-link-list { display: grid; gap: .55rem; }

/* ----------------------------------------------------------------------
   FAQ
   ---------------------------------------------------------------------- */
.home-premium-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .78rem;
  --bs-accordion-color: var(--hp-ink);
  --bs-accordion-bg: var(--hp-surface);
  --bs-accordion-border-color: var(--hp-border);
  --bs-accordion-btn-color: var(--hp-ink);
  --bs-accordion-btn-bg: var(--hp-surface);
  --bs-accordion-active-color: var(--hp-ink);
  --bs-accordion-active-bg: rgba(246, 196, 0, .11);
  --bs-accordion-btn-focus-border-color: #f6c400;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .22rem rgba(246, 196, 0, .18);
}
.home-premium-faq .accordion-item {
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--hp-border) !important;
  border-radius: .85rem !important;
  color: var(--hp-ink) !important;
  background: var(--hp-surface) !important;
}
.home-premium-faq .accordion-button,
.home-premium-faq .accordion-button.collapsed {
  min-height: 4.25rem;
  color: var(--hp-ink) !important;
  -webkit-text-fill-color: var(--hp-ink) !important;
  background: var(--hp-surface) !important;
  font-weight: 820;
  line-height: 1.35;
}
.home-premium-faq .accordion-button:not(.collapsed) {
  color: var(--hp-ink) !important;
  background: rgba(246, 196, 0, .11) !important;
  box-shadow: inset 0 -1px 0 var(--hp-border) !important;
}
.home-premium-faq .accordion-body {
  color: var(--hp-muted) !important;
  -webkit-text-fill-color: var(--hp-muted) !important;
  background: var(--hp-surface-2) !important;
  line-height: 1.65;
}
@media (prefers-color-scheme: dark) {
  .home-premium-faq .accordion-button::after { filter: brightness(0) invert(1); }
}

/* ----------------------------------------------------------------------
   Source facts, partner and final CTA
   ---------------------------------------------------------------------- */
.home-premium-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
}
.home-premium-partner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius-lg);
  background: var(--hp-surface);
  box-shadow: var(--hp-shadow-soft);
}
.home-premium-partner-card > div { max-width: 68ch; }
.home-premium-partner-card h2 { font-size: 1.55rem; }
.home-premium-partner-card p { margin-bottom: 0; }

.home-premium-final {
  position: relative;
  min-height: 25rem;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071526;
}
.home-premium-final picture img { object-position: center 62%; }
.home-premium-final-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 12, 25, .96), rgba(3, 12, 25, .8) 58%, rgba(3, 12, 25, .45));
}
.home-premium-final-inner { position: relative; z-index: 2; padding-top: 4rem; padding-bottom: 4rem; }
.home-premium-final-inner > div { max-width: 50rem; }
.home-premium-final-inner > div > span { color: #ffd84d; font-size: .85rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.home-premium-final h2 { margin: .55rem 0 .7rem; color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 900; letter-spacing: -.035em; }
.home-premium-final p { max-width: 65ch; color: #dbe7f5; font-size: 1.08rem; }

/* ----------------------------------------------------------------------
   Responsive behaviour
   ---------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .home-premium-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-premium-route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-premium-dock { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-dock-intro { grid-column: 1 / -1; }
  .home-premium-service-icon { top: auto; margin-top: -1.28rem; position: relative; left: 1rem; }
  .home-premium-service-card > div { padding-top: .2rem; }
}

@media (max-width: 991.98px) {
  .home-premium-hero { min-height: 37rem; }
  .home-premium-hero-picture img { object-position: 72% center; }
  .home-premium-hero-shade { background: linear-gradient(90deg, rgba(3, 12, 25, .97), rgba(3, 12, 25, .78) 68%, rgba(3, 12, 25, .38)); }
  .home-premium-hero-copy { max-width: 42rem; }
  .home-premium-hero-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-answer-grid,
  .home-premium-calculator-card,
  .home-premium-local-card { grid-template-columns: 1fr; }
  .home-premium-calculator-card picture img { min-height: 18rem; max-height: 25rem; }
  .home-premium-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-split-grid { grid-template-columns: 1fr; }
  .home-premium-local-visual { max-width: 36rem; margin-inline: auto; }
  .home-premium-source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-heading-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .home-premium-section { padding: 3.2rem 0; }
  .home-premium-hero { min-height: 40rem; }
  .home-premium-hero-picture img { object-position: 72% center; }
  .home-premium-hero-shade {
    background:
      linear-gradient(0deg, rgba(3, 12, 25, .98) 0%, rgba(3, 12, 25, .91) 58%, rgba(3, 12, 25, .52) 100%),
      linear-gradient(90deg, rgba(3, 12, 25, .9), rgba(3, 12, 25, .38));
  }
  .home-premium-hero-inner { align-self: end; padding-top: 5rem; padding-bottom: 6.3rem; }
  .home-premium-hero h1 { max-width: 18ch; font-size: clamp(2.2rem, 9vw, 3.45rem); }
  .home-premium-dock-wrap { margin-top: -3.65rem; }
  .home-premium-dock { grid-template-columns: 1fr; padding: .75rem; }
  .home-premium-dock-intro { padding-bottom: .3rem; }
  .home-premium-dock > a { min-height: 4.45rem; }
  .home-premium-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-app-card { grid-template-columns: 1fr; }
  .home-premium-phone { margin-inline: auto; }
  .home-premium-local-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-directory-grid { grid-template-columns: 1fr; }
  .home-premium-faq { grid-template-columns: 1fr; }
  .home-premium-partner-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
  .home-premium-hero { min-height: 43rem; }
  .home-premium-hero-actions,
  .home-premium-inline-actions { flex-direction: column; }
  .home-premium-hero-actions .btn,
  .home-premium-inline-actions .btn { width: 100%; }
  .home-premium-hero-points { grid-template-columns: 1fr; }
  .home-premium-answer-grid { padding: 1.2rem; }
  .home-premium-facts { grid-template-columns: 1fr; }
  .home-premium-service-grid { grid-template-columns: 1fr; }
  .home-premium-service-card picture img { aspect-ratio: 16 / 10; }
  .home-premium-why-grid { grid-template-columns: 1fr; }
  .home-premium-why-grid > div {
    grid-template-columns: 2.65rem minmax(0, 1fr);
    column-gap: .72rem;
    padding: 1rem;
  }
  .home-premium-why-grid > div > span:first-child {
    width: 2.65rem;
    height: 2.65rem;
  }
  .home-premium-route-grid { grid-template-columns: 1fr; }
  .home-premium-local-chips { grid-template-columns: 1fr; }
  .home-premium-source-grid { grid-template-columns: 1fr; }
  .home-premium-final { min-height: 28rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-premium *,
  .home-premium *::before,
  .home-premium *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (prefers-contrast: more) {
  .home-premium-service-card,
  .home-premium-route-grid a,
  .home-premium-dock,
  .home-premium-dock > a,
  .home-premium-answer-grid,
  .home-premium-local-card,
  .home-premium-faq .accordion-item { border-width: 2px !important; }
}
