.pc-panel {
  background: var(--pc-peach);
  box-shadow: var(--pc-shadow-sm);
}

.pc-trusted-banner-text {
  font-family: var(--pc-font-family);
  color: var(--pc-white);
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.4),
    0 1px 10px rgba(0, 0, 0, 0.25);
}

.pc-trusted-banner-text-tl {
  top: 6%;
  left: 4%;
}

.pc-trusted-banner-text-br {
  bottom: 14%;
  right: 4%;
  white-space: nowrap;
}

.pc-trusted-banner-text-mobile {
  font-family: var(--pc-font-family);
  color: var(--pc-white);
  font-size: clamp(1.15rem, 5.5vw, 1.65rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.4),
    0 1px 10px rgba(0, 0, 0, 0.25);
  width: 90%;
}

/* .pc-trusted-logo {
  opacity: 0.55;
  filter: grayscale(1);
  transition:
    opacity 0.25s ease,
    filter 0.25s ease;
}

.pc-trusted-logo:hover {
  opacity: 1;
  filter: grayscale(0);
}

@media (prefers-reduced-motion: reduce) {
  .pc-trusted-logo {
    transition: none;
  }
} */

.pc-feature-grid {
  --bs-border-color: rgba(28, 20, 16, 0.1);
}

.pc-rides-parallax {
  position: relative;
  padding-block: clamp(2rem, 4vw, 3.5rem);
  background: var(--pc-white);
}

.pc-rides-sticky {
  display: flex;
  align-items: center;
  min-height: 80vh;
}

.pc-rides-enhanced .pc-rides-sticky {
  position: sticky;
  top: calc(var(--pc-navbar-h, 250px) + 4.5rem);
  min-height: 0;
}

.pc-ride-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.pc-ride-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(28, 20, 16, 0.15);
  transition:
    background 0.25s ease,
    width 0.25s ease,
    border-radius 0.25s ease;
}

.pc-ride-dot.is-active {
  background: var(--pc-orange);
  width: 22px;
  border-radius: 4px;
}

.pc-ride-card-stack {
  position: relative;
  overflow: hidden;
}

.pc-rides-enhanced .pc-ride-card-stack {
  height: 400px;
}

.pc-ride-stack-card {
  display: none;
  position: relative;
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-xl);
  overflow: hidden;
}

.pc-ride-stack-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* height: 1px; */
  background: linear-gradient(90deg, var(--pc-orange) 0%, var(--pc-orange-light) 100%);
}

.pc-ride-stack-card.is-active {
  display: flex;
}

.pc-rides-enhanced .pc-ride-stack-card {
  display: flex;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.pc-ride-stack-card-text {
  flex: 0 0 50%;
  padding-block: clamp(1.75rem, 3vw, 3rem);
  padding-left: clamp(1.75rem, 3vw, 3rem);
  padding-right: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pc-ride-stack-card-image {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}

.pc-ride-stack-card-image img {
  position: relative;
  width: 92%;
  max-width: 420px;
  height: 94%;
  object-fit: cover;
  display: block;
  border-radius: var(--pc-radius-lg);
}

.pc-ride-panel-title {
  position: relative;
  font-weight: 700;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  margin-bottom: 0.75rem;
}

.pc-ride-panel-desc {
  position: relative;
  color: var(--pc-text-muted);
  font-size: 1.25rem;
  max-width: 34rem;
  margin-bottom: 1rem;
}

.pc-ride-triggers {
  display: none;
}

.pc-rides-enhanced .pc-ride-triggers {
  display: block;
}

.pc-ride-trigger {
  height: 70vh;
}

@media (max-width: 767.98px) {
  .pc-rides-enhanced .pc-ride-card-stack {
    height: 530px;
  }

  .pc-ride-stack-card {
    flex-direction: column;
  }

  .pc-ride-stack-card-text {
    flex: 0 0 auto;
  }

  .pc-ride-stack-card-image {
    flex: 1 1 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-rides-parallax .pc-ride-stack-card {
    display: flex !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2rem;
  }

  .pc-rides-parallax .pc-ride-card-stack {
    height: auto !important;
  }

  .pc-rides-parallax .pc-rides-sticky {
    position: static !important;
    min-height: 0 !important;
  }

  .pc-rides-parallax .pc-ride-triggers {
    display: none !important;
  }
}

/* ---------- Choose Your Ride ---------- */
.pc-ride-type-icon {
  width: 3rem;
  height: 3rem;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 1.3rem;
}

/* ---------- Drive page: "Why Drive With Us" square cards ---------- */
.pc-drive-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
  z-index: 0;
}

.pc-drive-blob-orange {
  top: 4rem;
  right: -9rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.3), transparent 70%);
}

.pc-drive-blob-dark {
  bottom: -3rem;
  left: -3rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(17, 24, 39, 0.32), transparent 70%);
}

/* ---------- Drive: "Be Your Real Boss" perk chips ---------- */
.pc-perk-chip {
  position: relative;
  padding: 0.65rem 1.15rem;
  border-radius: var(--pc-radius-pill);
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  color: var(--pc-dark);
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: var(--pc-shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.pc-perk-chip i {
  color: var(--pc-orange);
  font-size: 1rem;
}

.pc-perk-chip:hover {
  transform: translateY(-3px);
  box-shadow: var(--pc-shadow-md);
  border-color: rgba(232, 89, 12, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .pc-perk-chip {
    transition: none;
  }
  .pc-perk-chip:hover {
    transform: none;
  }
}

.pc-ride-spec {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pc-text-muted);
}

.pc-ride-spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ---------- App store badges (Download App section) ---------- */
.pc-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  background: var(--pc-dark);
  border-radius: 8px;
  padding: 0.4rem 1.1rem 0.4rem 0.4rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.pc-store-badge:hover,
.pc-store-badge:focus-visible {
  background: #000;
}

.pc-store-badge-lg {
  padding: 0.65rem 1.5rem 0.65rem 0.65rem;
}

.pc-store-badge-eyebrow {
  display: block;
  font-size: 0.6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pc-store-badge-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--pc-white);
}

/* ---------- Download App: orange gradient promo ---------- */
.pc-app-promo {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #feab38 0%, #fb9e24 25%, #f58220 65%, #e86a00 100%);
  clip-path: polygon(0 6%, 8% 3%, 16% 9%, 50% 5%, 56% 11%, 90% 11%, 96% 18%, 100% 17%, 100% 85%, 0 100%);
  margin-top: clamp(-145px, -4vw, -195px);
  padding-block: 120px;
}

.pc-app-promo-container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (max-width: 767.98px) {
  .pc-app-promo {
    clip-path: polygon(0 3%, 20% 1%, 50% 3%, 80% 1%, 100% 4%, 100% 90%, 0 100%);
    margin-top: clamp(-40px, -7vw, -60px);
    padding-block: 64px;
  }
}

/* Standalone variant (components/app-download-banner.php) */
.pc-app-promo.pc-app-promo-standalone {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-block: 140px;
}

@media (max-width: 767.98px) {
  .pc-app-promo.pc-app-promo-standalone {
    margin-top: clamp(1.25rem, 4vw, 2rem);
    padding-block: 80px;
  }
}

.pc-app-float-phone {
  animation: pc-app-float 6s ease-in-out infinite;
}

/* ---------- Welcome to PowerCabs ----------*/
.pc-welcome-section {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-block: clamp(4rem, 9vw, 7rem);
}

@media (max-width: 991.98px) {
  .pc-welcome-section {
    background-attachment: scroll;
    min-height: 70vh;
  }
}

.pc-welcome-text {
  animation: pc-welcome-fade-up 0.9s ease both;
}

@keyframes pc-welcome-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-welcome-text {
    animation: none;
  }
}

.pc-welcome-heading {
  font-size: clamp(2.75rem, 5.5vw, 4.75rem);
  font-weight: 900;
  line-height: 1.1;
  text-shadow:
    0 4px 26px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3);
}

.pc-welcome-lead {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 400;
  line-height: 1.65;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

/* ---------- Why Choose PowerCabs ---------- */
#why-choose {
  padding-block: clamp(5rem, 9vw, 8rem);
}

#why-choose .pc-why-item {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#why-choose .pc-why-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#why-choose .pc-why-item:nth-child(1) {
  transition-delay: 0s;
}
#why-choose .pc-why-item:nth-child(2) {
  transition-delay: 0.08s;
}
#why-choose .pc-why-item:nth-child(3) {
  transition-delay: 0.16s;
}
#why-choose .pc-why-item:nth-child(4) {
  transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  #why-choose .pc-why-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.pc-why-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.pc-why-item-title {
  color: rgba(28, 20, 16, 0.75);
}

.pc-why-item::before,
.pc-why-item::after {
  content: '';
  position: absolute;
  left: 38%;
  right: 38%;
  height: 0.8px;
  border-radius: 1px;
  background: var(--pc-orange-light);
  opacity: 0;
  transition:
    opacity 0.35s ease,
    left 0.35s ease,
    right 0.35s ease;
}

.pc-why-item::before {
  top: 0;
}
.pc-why-item::after {
  bottom: 0;
}

.pc-why-item:hover::before,
.pc-why-item:hover::after {
  left: 5%;
  right: 5%;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pc-why-item::before,
  .pc-why-item::after {
    transition: none;
  }
}

.pc-service-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-service-card-img {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-service-card-tint {
  background: rgba(10, 7, 5, 0.15);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-service-card:hover .pc-service-card-tint {
  opacity: 0.3;
}

.pc-service-card-glass {
  background: linear-gradient(to top, rgba(10, 7, 5, 0.8) 0%, rgba(10, 7, 5, 0.35) 65%, rgba(10, 7, 5, 0) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 40%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 40%);
  padding-top: 4.5rem;
}

.pc-service-card-eyebrow {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

.pc-service-card-title {
  color: var(--pc-white);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-service-card-btn-wrap {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  transition:
    max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease-in-out;
}

.pc-service-card:hover .pc-service-card-btn-wrap,
.pc-service-card:focus-visible .pc-service-card-btn-wrap {
  max-height: 3.25rem;
  opacity: 1;
  margin-top: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .pc-service-card,
  .pc-service-card-img,
  .pc-service-card-tint,
  .pc-service-card-title,
  .pc-service-card-btn-wrap {
    transition: none;
  }
}

/* ---------- Footer ---------- */
.pc-footer-light {
  background: #fff;
  color: var(--pc-dark);
  padding-top: clamp(4rem, 4vw, 6rem);
}

.pc-footer-link {
  position: relative;
  display: inline-block;
  padding-right: 0.6rem;
  color: var(--pc-text-muted);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.18s ease;
}

.pc-footer-link::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background: var(--pc-dark);
  transform: translate(2px, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.pc-footer-link:hover,
.pc-footer-link:focus-visible {
  color: var(--pc-dark);
}

.pc-footer-link:hover::before,
.pc-footer-link:focus-visible::before {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pc-footer-link::before {
    transition: none;
  }
}

.pc-footer-bottom-link {
  color: var(--pc-text-muted);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.18s ease;
}

.pc-footer-bottom-link:hover,
.pc-footer-bottom-link:focus-visible {
  color: var(--pc-dark);
}

.pc-footer-copyright {
  color: var(--pc-text-muted);
  font-size: 0.85rem;
}

.pc-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--pc-dark);
  color: var(--pc-white);
  transition: background-color 0.2s ease;
}

.pc-footer-divider {
  border-top: 1px solid rgba(28, 20, 16, 0.1);
  opacity: 1;
}

/* ---------- Phone mockup (used in Simple Steps + Download App sections) ---------- */
.pc-phone-frame {
  width: 260px;
  max-width: 100%;
  background: var(--pc-dark);
  border-radius: 2.25rem;
  padding: 10px;
  box-shadow: var(--pc-shadow-lg);
}

.pc-phone-screen {
  position: relative;
  min-height: 360px;
  background: var(--pc-white);
  border-radius: 1.65rem;
  overflow: hidden;
}

.pc-phone-notch {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 16px;
  background: var(--pc-dark);
  border-radius: var(--pc-radius-pill);
}

/* ---------- Download App: floating feature cards ---------- */
.pc-app-float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  box-shadow: var(--pc-shadow-md);
  animation: pc-app-float 5s ease-in-out infinite;
}

.pc-app-float-card i {
  color: var(--pc-orange);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.pc-app-float-card strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pc-dark);
}

.pc-app-float-card small {
  display: block;
  font-size: 0.68rem;
  color: var(--pc-text-muted);
}

.pc-app-float-card-a {
  top: 26%;
  left: -8%;
  animation-delay: 0.2s;
}

.pc-app-float-card-b {
  bottom: 27%;
  right: -10%;
  animation-delay: 0.9s;
}

@keyframes pc-app-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-app-float-card,
  .pc-app-float-phone {
    animation: none;
  }
}

/* ---------- Header: fixed, floating pill positioning ---------- */

.pc-navbar {
  /* Background/border/text colors live in includes/header.php's own
     <style> block -- one fixed glass material, no light/dark variant. */
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.35);
  padding-block: 0.42rem;
}

@media (max-width: 991.98px) {
  .pc-navbar {
    padding-block: 0.22rem;
  }
}

/* ---------- Header: scroll-aware hide/reveal */
.pc-header {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pc-header.pc-header-hidden {
  transform: translateY(-120%);
}

@media (prefers-reduced-motion: reduce) {
  .pc-header {
    transition: none;
  }
}

/* ---------- Navbar: "About" mega menu ----------*/
.pc-mega-caret {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}

@media (min-width: 992px) {
  .pc-navbar .nav-link.dropdown-toggle {
    gap: 0.2rem;
    padding-right: 0.35rem;
  }
}

.pc-mega-parent > .dropdown-toggle::after {
  display: none;
}

.pc-mega-parent > .nav-link[aria-expanded='true'] .pc-mega-caret {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .pc-mega-menu {
    display: block;
    position: fixed;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    width: min(940px, calc(100% - 2rem));
    transform: translate(-50%, 8px);
    transition:
      opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.32s;
    /* Fully opaque still -- this panel is the sole readable surface for a
       whole grid of link titles/descriptions over arbitrary page content,
       and without real opacity behind it the blur alone lets background
       text bleed through enough to overlap its own text. Lighter charcoal
       base than a near-black slab, though, plus a stronger white wash on
       top, so it reads as a lighter frosted panel that belongs with the
       navbar pill rather than an isolated black rectangle underneath it. */
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.1) 100%),
      rgb(38, 41, 46);
    backdrop-filter: blur(40px) saturate(160%);
    -webkit-backdrop-filter: blur(40px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--pc-radius-md);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  }

  .navbar-expand-lg .navbar-nav .pc-mega-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .navbar-expand-lg .navbar-nav .pc-mega-menu.pc-mega-menu-narrow {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: auto;
    right: 0;
    width: 380px;
    transform: translateY(8px);
  }

  .navbar-expand-lg .navbar-nav .pc-mega-menu.pc-mega-menu-narrow.show {
    transform: translateY(0);
  }

  @media (prefers-reduced-motion: reduce) {
    .navbar-expand-lg .navbar-nav .pc-mega-menu {
      transition:
        opacity 0.2s ease,
        visibility 0.2s;
      transform: translate(-50%, 0);
    }
  }
}

.pc-mega-inner {
  padding: 1.5rem 1.75rem;
}

.pc-mega-col-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  padding-bottom: 0.65rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-mega-item {
  display: block;
  width: 100%;
  padding: 0.55rem 0.65rem;
  margin: 0 -0.65rem;
  border: 0;
  background: transparent;
  border-radius: var(--pc-radius-sm);
  text-align: left;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.18s ease;
}

.pc-mega-item:hover,
.pc-mega-item:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

.pc-mega-item:focus-visible {
  outline: none;
}

.pc-mega-item-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.18s ease;
}

.pc-mega-item:hover .pc-mega-item-title,
.pc-mega-item:focus-visible .pc-mega-item-title {
  color: var(--pc-orange-light);
}

.pc-mega-item-desc {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.15rem;
}

.pc-mega-chevron {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pc-mega-nested:hover .pc-mega-chevron,
.pc-mega-nested:focus-within .pc-mega-chevron {
  transform: rotate(90deg);
}

.pc-mega-submenu {
  display: grid;
  grid-template-rows: 0fr;
  margin-left: 0.65rem;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition:
    grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
}

.pc-mega-submenu-inner {
  overflow: hidden;
  min-height: 0;
}

.pc-mega-nested:hover .pc-mega-submenu,
.pc-mega-nested:focus-within .pc-mega-submenu {
  grid-template-rows: 1fr;
  opacity: 1;
}

.pc-mega-subitem {
  display: block;
  padding: 0.35rem 0.5rem;
  margin: 0 -0.5rem;
  border-radius: var(--pc-radius-sm);
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.pc-mega-subitem:hover,
.pc-mega-subitem:focus-visible {
  color: var(--pc-orange-light);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

@media (max-width: 991.98px) {
  .pc-mega-menu {
    position: static !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .pc-mega-inner {
    padding: 1rem 0.25rem;
  }

  .pc-mega-col-title {
    margin-top: 1.75rem;
    border-bottom: 0;
  }

  .pc-mega-col:first-child .pc-mega-col-title {
    margin-top: 0.5rem;
  }
}

.pc-mega-nested.pc-mega-nested-open .pc-mega-chevron {
  transform: rotate(90deg);
}

.pc-mega-nested.pc-mega-nested-open .pc-mega-submenu {
  grid-template-rows: 1fr;
  opacity: 1;
}

.pc-navbar-toggler {
  width: 20px;
  height: 15px;
  position: relative;
}

.pc-toggler-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  /* Solid white, not a translucent tint -- this sits on the navbar's own
     always-dark glass, so it needs to read clearly no matter what's behind
     the pill itself. */
  background: #fff;
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s ease,
    top 0.3s ease;
}

.pc-toggler-bar:nth-child(1) {
  top: 0;
}
.pc-toggler-bar:nth-child(2) {
  top: 6.5px;
}
.pc-toggler-bar:nth-child(3) {
  top: 13px;
}

.pc-navbar-toggler[aria-expanded='true'] .pc-toggler-bar:nth-child(1) {
  top: 6.5px;
  transform: rotate(45deg);
}

.pc-navbar-toggler[aria-expanded='true'] .pc-toggler-bar:nth-child(2) {
  opacity: 0;
}

.pc-navbar-toggler[aria-expanded='true'] .pc-toggler-bar:nth-child(3) {
  top: 6.5px;
  transform: rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .pc-toggler-bar {
    transition: opacity 0.2s ease;
  }
}

@media (max-width: 991.98px) {
  /* Same lighter charcoal, fully-opaque glass + white wash as the desktop
     mega menu -- see the comment there. */
  .navbar-collapse {
    position: absolute;
    top: calc(100% + 0.3rem);
    left: 0.1rem;
    right: 0.1rem;
    z-index: 1030;
    max-height: calc(100vh - var(--pc-navbar-h, 76px) - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.1) 100%),
      rgb(38, 41, 46);
    backdrop-filter: blur(40px) saturate(160%);
    -webkit-backdrop-filter: blur(40px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--pc-radius-xl);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.4), 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 1rem 1.1rem 1.25rem;
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    transition:
      opacity 0.28s ease,
      transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .pc-navbar-links-pill .nav-item {
    width: 100%;
  }

  .pc-navbar-links-pill .nav-link {
    position: relative;
    padding: 0.8rem 0.9rem;
    border-radius: var(--pc-radius-md);
    font-size: 1rem;
  }

  .pc-navbar-links-pill .nav-link.active {
    color: var(--pc-orange-light);
    font-weight: 600;
    background: rgba(255, 122, 0, 0.12);
  }

  /* Left accent bar stands in for the desktop underline-glow, which is
     hidden on mobile since there's no room for it under wrapped text. */
  .pc-navbar-links-pill .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 3px;
    border-radius: var(--pc-radius-pill);
    background: var(--pc-orange-light);
    box-shadow: 0 0 8px rgba(255, 122, 0, 0.55);
  }

  .pc-nav-actions {
    margin-top: 0.5rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pc-nav-actions .pc-nav-cta {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .navbar-collapse {
    transition: opacity 0.15s ease;
    transform: none !important;
  }
}

.pc-nav-actions {
  gap: 0.4rem;
}

.pc-nav-cta {
  transition: none;
  font-size: 0.88rem;
  padding: 0.5rem 1.2rem;
}

.pc-nav-cta-word {
  display: inline-block;
  transition: transform 0.25s ease;
}

.pc-nav-cta:hover .pc-nav-cta-word,
.pc-nav-cta:focus-visible .pc-nav-cta-word {
  transform: translateX(-2px);
}

.pc-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(640px, 100vh, 980px);
  padding-block: clamp(7.5rem, 13vw, 9rem);
  background: linear-gradient(165deg, #0a0807 0%, #14100c 60%, #0a0807 100%);
  color: var(--pc-white);
}

@media (max-width: 991.98px) {
  .pc-hero {
    min-height: clamp(560px, 100svh, 900px);
  }
}

.pc-hero-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.pc-hero-road {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pc-hero-glow {
  position: absolute;
  right: -6rem;
  top: 18%;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.22), transparent 70%);
  filter: blur(70px);
  animation: pc-hero-glow-pulse 7s ease-in-out infinite;
}

@keyframes pc-hero-glow-pulse {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.pc-hero-text {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
}

@media (max-width: 991.98px) {
  .pc-hero-text {
    padding-top: 1.25rem;
  }
}

.pc-hero-title {
  font-size: clamp(4rem, 5vw, 5.75rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--pc-white);
}

.pc-hero-lead {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  max-width: 52ch;
  margin-bottom: 2.5rem;
}

.pc-hero-ctas {
  margin-bottom: 2.5rem;
}

.pc-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--pc-radius-pill);
  color: var(--pc-white);
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.pc-hero-btn-secondary:hover,
.pc-hero-btn-secondary:focus-visible {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--pc-white);
}

.pc-hero-btn-tertiary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pc-hero-btn-tertiary:hover,
.pc-hero-btn-tertiary:focus-visible {
  color: var(--pc-white);
}

.pc-hero-btn-tertiary i {
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.pc-hero-btn-tertiary:hover i {
  transform: translateX(3px);
}

/* ---------- Hero quick-services row: transparent, bordered, no radius ---------- */
.pc-hero-services-row {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
}

.pc-hero-service-tile {
  background: transparent;
  border: 1px solid rgba(90, 90, 90, 0.22);
  border-radius: 0;
  padding: 1.35rem 1rem;
  color: var(--pc-white);
  transition:
    opacity 0.2s ease,
    border-color 0.2s ease;
}

.pc-hero-services-row > .col:first-child .pc-hero-service-tile {
  border-left: 0;
}

.pc-hero-services-row > .col:last-child .pc-hero-service-tile {
  border-right: 0;
}

/* Mobile shows 2 tiles per row instead of 1 -- the first/last-child rules
   above only handle a single row of 5, so each row's own left/right edge
   needs stripping here too (odd = left column, even = right column). */
@media (max-width: 767.98px) {
  .pc-hero-services-row > .col:nth-child(odd) .pc-hero-service-tile {
    border-left: 0;
  }
  .pc-hero-services-row > .col:nth-child(even) .pc-hero-service-tile {
    border-right: 0;
  }
}

.pc-hero-service-icon {
  display: block;
  font-size: 1.6rem;
  color: var(--pc-orange-light);
  margin-bottom: 0.65rem;
  transition: transform 0.2s ease;
}

.pc-hero-service-label {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pc-white);
}

.pc-hero-service-tile:hover,
.pc-hero-service-tile:focus-visible {
  opacity: 0.8;
}

.pc-hero-service-tile:hover .pc-hero-service-icon {
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .pc-hero-service-tile,
  .pc-hero-service-icon {
    transition: none;
  }
}

.pc-hero-title,
.pc-hero-lead,
.pc-hero-ctas,
.pc-hero-download {
  animation: pc-hero-fade-up 0.7s ease both;
}

.pc-hero-title {
  animation-delay: 0.08s;
}
.pc-hero-lead {
  animation-delay: 0.16s;
}
.pc-hero-ctas {
  animation-delay: 0.24s;
}
.pc-hero-download {
  animation-delay: 0.32s;
}

/* ---------- Underline CTA link (e.g. drive.php "Join the Family") ---------- */
.pc-underline-cta {
  position: relative;
  display: inline-block;
  padding: 0.6rem 0.25rem;
  color: var(--pc-dark);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid rgba(103, 103, 103, 0.2);
}

.pc-underline-cta::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--pc-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.pc-underline-cta:hover::after,
.pc-underline-cta:focus-visible::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .pc-underline-cta::after {
    transition: none;
  }
}

@keyframes pc-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pc-hero-scroll-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-hero-title,
  .pc-hero-lead,
  .pc-hero-ctas,
  .pc-hero-download,
  .pc-hero-glow i {
    animation: none;
  }
}

.form-control:focus,
.form-select:focus {
  border-color: var(--pc-orange-light);
  box-shadow: 0 0 0 0.2rem rgba(232, 89, 12, 0.15);
}

label.btn-outline-primary,
.btn-outline-primary {
  color: var(--pc-orange) !important;
  border-color: var(--pc-orange) !important;
  background-color: transparent !important;
}

label.btn-outline-primary:hover,
label.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-check:checked + label.btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: var(--pc-white) !important;
  background-color: var(--pc-orange) !important;
  border-color: var(--pc-orange) !important;
}

.pc-form-link {
  color: var(--pc-orange);
  transition: color 0.18s ease;
}

.pc-form-link:hover,
.pc-form-link:focus-visible {
  color: var(--pc-orange-dark);
}

.pc-video-placeholder {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 8;
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-lg);
}

.pc-video-placeholder-scrim {
  background: rgba(10, 7, 5, 0.45);
}

.pc-video-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: none;
  background: var(--pc-orange);
  color: var(--pc-white);
  font-size: 1.75rem;
  box-shadow: 0 12px 28px rgba(232, 89, 12, 0.4);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.pc-video-play-btn:hover,
.pc-video-play-btn:focus-visible {
  background: var(--pc-orange-dark);
  transform: translate(-50%, -50%) scale(1.08);
}

.pc-faq-accordion .accordion-item {
  border: none;
  border-radius: var(--pc-radius-sm) !important;
  overflow: hidden;
  box-shadow: var(--pc-shadow-sm);
  margin-bottom: 1rem;
}

.pc-faq-accordion .accordion-button {
  font-weight: 500;
  color: var(--pc-dark);
  background: var(--pc-white);
  padding: 1.1rem 1.5rem;
}

.pc-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--pc-orange);
  background: var(--pc-white);
  box-shadow: none;
}

.pc-faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 89, 12, 0.15);
}

.pc-faq-accordion .accordion-button:not(.collapsed):focus {
  box-shadow: none;
}

.pc-faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e8590c'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.pc-faq-accordion .accordion-body {
  padding: 0 1.5rem 1.25rem;
  line-height: 1.6;
}

@keyframes pc-faq-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pc-faq-fade-in {
  animation: pc-faq-fade-in 0.35s ease both;
}

@media (prefers-reduced-motion: reduce) {
  .pc-video-play-btn,
  .pc-faq-fade-in {
    animation: none;
    transition: none;
  }
}

.pc-tutorial-card {
  aspect-ratio: 4 / 5;
  background: var(--pc-dark);
  box-shadow: var(--pc-shadow-sm);
}

.pc-tutorial-card video {
  display: block;
}

.pc-tutorial-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: none;
  background: var(--pc-orange);
  color: var(--pc-white);
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(232, 89, 12, 0.4);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.pc-tutorial-play-btn:hover,
.pc-tutorial-play-btn:focus-visible {
  background: var(--pc-orange-dark);
  transform: translate(-50%, -50%) scale(1.08);
}

.pc-tutorial-card-label {
  background: linear-gradient(to top, rgba(10, 7, 5, 0.85), transparent);
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .pc-tutorial-play-btn {
    transition: none;
  }
}

/* ---------- About Us: "Our Dublin Story" CSS Grid masonry + map ---------- */
.pc-dublin-story-heading {
  position: relative;
  padding-bottom: 0.75rem;
}

.pc-dublin-story-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 1px;
  border-radius: 2px;
  background: var(--pc-orange);
}

.pc-story-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(56px, auto);
  gap: 24px;
}

.pc-story-masonry > * {
  border-radius: 30px;
}

.pc-story-item-1 {
  grid-column: 1;
  grid-row: 1 / span 4;
}
.pc-story-item-2 {
  grid-column: 1;
  grid-row: 4 / span 2;
}
.pc-story-item-3 {
  grid-column: 2;
  grid-row: 1 / span 7;
}
.pc-story-item-5 {
  grid-column: 3;
  grid-row: 1 / span 3;
}
.pc-story-item-6 {
  grid-column: 3;
  grid-row: 4 / span 3;
}

@media (max-width: 991.98px) {
  .pc-story-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .pc-story-item-1,
  .pc-story-item-2,
  .pc-story-item-3,
  .pc-story-item-5,
  .pc-story-item-6 {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 575.98px) {
  .pc-story-masonry {
    grid-template-columns: 1fr;
  }
}

.pc-story-card {
  box-shadow: var(--pc-shadow-sm);
}

.pc-story-star-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--pc-peach);
  color: var(--pc-orange);
  flex-shrink: 0;
}

.pc-story-card-orange {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--pc-orange-dark);
}

.pc-story-orange-figure {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.pc-story-progress {
  height: 4px;
  border-radius: 2px;
  background: var(--pc-peach);
  overflow: hidden;
}

.pc-story-progress::after {
  content: '';
  display: block;
  height: 100%;
  width: 70%;
  border-radius: 2px;
  background: var(--pc-orange);
}

.pc-dublin-map {
  aspect-ratio: 21 / 9;
  box-shadow: var(--pc-shadow-lg);
}

.pc-dublin-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.pc-dublin-map-card {
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  max-width: 320px;
  z-index: 2;
  padding: 1.5rem;
  box-shadow: var(--pc-shadow-lg);
}

@media (max-width: 991.98px) {
  .pc-dublin-map {
    aspect-ratio: 16 / 9;
  }

  .pc-dublin-map-card {
    left: 1.5rem;
    max-width: 240px;
    padding: 1.1rem 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .pc-dublin-map {
    aspect-ratio: 3 / 4;
  }

  .pc-dublin-map-card {
    left: 50%;
    right: auto;
    bottom: 1rem;
    width: 91%;
    max-width: none;
    transform: translateX(-50%);
    padding: 1.1rem 1.25rem;
  }
}

/* ---------- Corporate Services: mission band ---------- */
.pc-corp-mission {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.pc-corp-mission-bg {
  object-fit: cover;
  z-index: 0;
}

.pc-corp-mission-scrim {
  background: rgba(10, 7, 5, 0.72);
  z-index: 0;
}

/* ---------- Terms & Conditions: legal document layout ---------- */
.pc-tc-nav {
  position: sticky;
  top: 100px;
}

.pc-tc-nav-link {
  display: block;
  color: var(--pc-text-muted);
  padding-block: 0.15rem;
  border-left: 2px solid transparent;
  padding-left: 0.75rem;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.pc-tc-nav-link:hover,
.pc-tc-nav-link:focus-visible {
  color: var(--pc-orange);
  border-left-color: var(--pc-orange);
}

.pc-tc-body {
  max-width: 72ch;
  line-height: 1.75;
}

.pc-tc-body p,
.pc-tc-body ul {
  color: var(--pc-text-muted);
}

.pc-tc-body h2 {
  scroll-margin-top: 100px;
  color: var(--pc-dark);
}

/* ---------- Sustainability & Environmental Policy: green theme ---------- */
.pc-eco-hero-scrim {
  background: linear-gradient(
    120deg,
    rgba(15, 46, 24, 0.88) 0%,
    rgba(15, 46, 24, 0.6) 55%,
    rgba(15, 46, 24, 0.35) 100%
  );
}

.pc-eco-section {
  background: linear-gradient(180deg, #f2faf3 0%, #ffffff 100%);
}

.pc-eco-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(76, 175, 80, 0.18);
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(46, 125, 50, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.pc-eco-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 55px rgba(46, 125, 50, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .pc-eco-card {
    transition: none;
  }
  .pc-eco-card:hover {
    transform: none;
  }
}

.pc-eco-icon {
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(76, 175, 80, 0.14);
  color: #2e7d32;
  font-size: 1.4rem;
}

.pc-eco-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(76, 175, 80, 0.12);
  color: #2e7d32;
  border-radius: var(--pc-radius-pill);
  padding: 0.4rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.pc-eco-cta {
  background: linear-gradient(120deg, #2e7d32 0%, #4caf50 60%, #81c784 100%);
  border-radius: 30px;
}

/* ---------- City Tours: destination cards + booking modal ---------- */
.pc-tour-card {
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-sm);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.pc-tour-card-img-wrap {
  aspect-ratio: 4 / 3;
  border-radius: var(--pc-radius-xl) var(--pc-radius-xl) 0 0;
}

.pc-tour-card-img {
  transition: transform 0.4s ease;
}

.pc-tour-card:hover .pc-tour-card-img {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .pc-tour-card,
  .pc-tour-card-img {
    transition: none;
  }
  .pc-tour-card:hover {
    transform: none;
  }
  .pc-tour-card:hover .pc-tour-card-img {
    transform: none;
  }
}

.pc-tour-modal-img {
  aspect-ratio: 16 / 9;
  border-radius: var(--pc-radius-lg);
}

.pc-tour-modal-header {
  z-index: 5;
}

/* ---------- City Tours: Pay Per Hour band ---------- */
.pc-hourly-band {
  background-size: cover;
  background-position: center;
}

.pc-hourly-band-scrim {
  /* It's a direct child of the Bootstrap .row, so the row's own gy-4
     gutter utility was giving it a margin-top like any other column --
     pushing this absolutely-positioned overlay down from the row's top
     edge and leaving a strip of untinted image showing above it. */
  margin: 0;
  background: linear-gradient(100deg, rgba(10, 7, 5, 0.85) 0%, rgba(10, 7, 5, 0.6) 55%, rgba(10, 7, 5, 0.35) 100%);
  z-index: 0;
}

/* ---------- Home: Payment Solutions ---------- */
.pc-pricing-card {
  border-radius: var(--pc-radius-lg);
  box-shadow: var(--pc-shadow-sm);
  border: 1px solid rgba(28, 20, 16, 0.08);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.pc-pricing-card:hover {
  box-shadow: var(--pc-shadow-md);
  /* transform: translateY(-4px); */
}

.pc-pricing-card-featured {
  border-color: var(--pc-orange);
  box-shadow: var(--pc-shadow-md);
}

.pc-pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pc-testimonial-card {
  border-radius: var(--pc-radius-lg);
  box-shadow: var(--pc-shadow-sm);
}

.pc-testimonial-avatar {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 1.4rem;
}

/* Frosted-glass "mat" wrapped around a product photo -- translucent white +
   backdrop-blur + soft shadow, so the image reads as floating behind glass
   rather than sitting flush against the card. */
.pc-glass-frame {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--pc-shadow-md);
}

/* Testimonials marquee: track holds the card set duplicated once (see
   testimonials.php), animated exactly -50% so the loop seam is invisible. */
.pc-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.pc-marquee-track {
  display: flex;
  width: max-content;
  animation: pc-marquee-scroll 36s linear infinite;
}

.pc-marquee:hover .pc-marquee-track {
  animation-play-state: paused;
}

.pc-marquee-card {
  width: min(88vw, 420px);
  flex-shrink: 0;
}

@keyframes pc-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Vertical variant: same seamless-loop technique, scrolling up instead of
   sideways -- used where testimonials sit in a column next to a form
   (see testimonials-apply.php) rather than spanning the full section width. */
.pc-marquee-vertical {
  /* Explicit height (not flex-grow) so overflow:hidden always has a fixed
     viewport to clip against, regardless of the sibling column's height. */
  height: 460px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
}

.pc-marquee-vertical-track {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  animation: pc-marquee-scroll-y 26s linear infinite;
}

.pc-marquee-vertical:hover .pc-marquee-vertical-track {
  animation-play-state: paused;
}

@keyframes pc-marquee-scroll-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-pricing-card {
    transition: none;
  }
  .pc-pricing-card:hover {
    transform: none;
  }
  .pc-marquee-track,
  .pc-marquee-vertical-track {
    animation: none;
  }
  .pc-marquee {
    overflow-x: auto;
  }
  .pc-marquee-vertical {
    overflow-y: auto;
  }
}

/* ---------- Floating scroll-progress indicator ---------- */
.pc-scroll-indicator {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1035;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

.pc-scroll-indicator.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pc-scroll-indicator-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.pc-scroll-indicator-track,
.pc-scroll-indicator-progress {
  fill: none;
  stroke-width: 2;
}

.pc-scroll-indicator-track {
  stroke: rgba(28, 20, 16, 0.18);
}

.pc-scroll-indicator-progress {
  stroke: var(--pc-dark);
  stroke-linecap: round;
  stroke-dasharray: 119.4;
  stroke-dashoffset: 119.4;
  transition: stroke-dashoffset 0.1s linear;
}

.pc-scroll-indicator-dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pc-dark);
}

@media (max-width: 767.98px) {
  .pc-scroll-indicator {
    right: 1rem;
    bottom: 1rem;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-scroll-indicator {
    transition: none;
  }
  .pc-scroll-indicator-progress {
    transition: none;
  }
}

/* ---------- PJAX top-loading bar ---------- */
.pc-pjax-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  z-index: 2100;
  background: linear-gradient(90deg, var(--pc-orange) 0%, var(--pc-orange-light) 100%);
  opacity: 0;
  transition:
    width 0.2s ease,
    opacity 0.2s ease;
}

.pc-pjax-progress.is-active {
  width: 80%;
  opacity: 1;
  transition:
    width 4s cubic-bezier(0.1, 0.6, 0.3, 1),
    opacity 0.2s ease;
}

.pc-pjax-progress.is-done {
  width: 100%;
  opacity: 0;
  transition:
    width 0.2s ease,
    opacity 0.3s ease 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  .pc-pjax-progress,
  .pc-pjax-progress.is-active,
  .pc-pjax-progress.is-done {
    transition: none;
  }
}

/* ---------- Toast notifications (form submit result) ---------- */
.pc-toast-container {
  position: fixed;
  top: calc(var(--pc-navbar-h, 90px) + 1rem);
  right: 1rem;
  z-index: 2050;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: min(360px, calc(100vw - 2rem));
}

.pc-toast {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: var(--pc-radius-md);
  background: var(--pc-white);
  box-shadow: var(--pc-shadow-lg);
  border-left: 4px solid transparent;
  font-size: 0.9rem;
  color: var(--pc-dark);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.pc-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pc-toast-success {
  border-left-color: var(--bs-success, #198754);
}

.pc-toast-success i {
  color: var(--bs-success, #198754);
}

.pc-toast-error {
  border-left-color: var(--bs-danger, #dc3545);
}

.pc-toast-error i {
  color: var(--bs-danger, #dc3545);
}

.pc-toast i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pc-toast span {
  flex: 1;
  line-height: 1.4;
}

.pc-toast-close {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--pc-text-muted);
  cursor: pointer;
  padding: 0 0.15rem;
}

@media (prefers-reduced-motion: reduce) {
  .pc-toast {
    transition: none;
  }
}

/* ---------- Submit-button loading spinner (replaces the trailing icon) ---------- */
.pc-btn-icon-spinner {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  background: transparent;
  animation: pc-loader-spin 0.65s linear infinite;
  vertical-align: -0.1em;
}

.btn-pc-dark .pc-btn-icon-spinner,
.btn-outline-primary .pc-btn-icon-spinner {
  border-color: rgba(28, 20, 16, 0.25);
  border-top-color: var(--pc-orange);
}

@media (prefers-reduced-motion: reduce) {
  .pc-btn-icon-spinner {
    animation-duration: 1.4s;
  }
}

/* ---------- Ride page: quick-services list (left column) ---------- */
.pc-ride-service-item {
  padding-block: 1rem;
  border-bottom: 1px solid rgba(28, 20, 16, 0.08);
  transition: opacity 0.2s ease;
}

.pc-ride-service-item:first-child {
  padding-top: 0;
}

.pc-ride-service-item:last-child {
  border-bottom: 0;
}

.pc-ride-service-icon {
  width: 2.75rem;
  height: 2.75rem;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 1.15rem;
}

.pc-ride-service-arrow {
  color: var(--pc-text-muted);
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.pc-ride-service-item:hover,
.pc-ride-service-item:focus-visible {
  opacity: 0.75;
}

.pc-ride-service-item:hover .pc-ride-service-arrow {
  transform: translateX(4px);
  color: var(--pc-orange);
}

@media (prefers-reduced-motion: reduce) {
  .pc-ride-service-item,
  .pc-ride-service-arrow {
    transition: none;
  }
}

/* ---------- Ride page: Uber-style fare estimate widget (right column) ---------- */
.pc-fare-card {
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.pc-fare-pickup-badge {
  background: var(--pc-cream);
  color: var(--pc-dark);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: var(--pc-radius-pill);
}

.pc-fare-pickup-badge i {
  color: var(--pc-orange);
}

.pc-fare-inputs {
  background: var(--pc-cream-soft);
  border-radius: var(--pc-radius-lg);
  padding: 0.35rem 1rem;
}

.pc-fare-markers {
  width: 1.5rem;
  flex-shrink: 0;
  padding-block: 1.15rem;
}

.pc-fare-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--pc-dark);
  flex-shrink: 0;
}

.pc-fare-square {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--pc-dark);
  flex-shrink: 0;
}

.pc-fare-line-connector {
  width: 1px;
  flex: 1;
  background: rgba(28, 20, 16, 0.18);
  margin-block: 0.4rem;
}

.pc-fare-input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0.9rem;
}

.pc-fare-input-row + .pc-fare-input-row {
  border-top: 1px solid rgba(28, 20, 16, 0.08);
}

.pc-fare-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  color: var(--pc-dark);
}

.pc-fare-input:focus {
  outline: none;
}

.pc-fare-input::placeholder {
  color: var(--pc-text-muted);
  font-weight: 500;
}

.pc-fare-locate-btn {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: var(--pc-orange);
  font-size: 1.1rem;
  padding: 0.25rem;
}

.pc-fare-locate-btn:disabled {
  opacity: 0.5;
}

.pc-fare-result {
  background: var(--pc-peach);
  border-radius: var(--pc-radius-lg);
  padding: 1.25rem 1.5rem;
  animation: pc-hero-fade-up 0.4s ease both;
}

.pc-fare-select {
  background-color: var(--pc-cream-soft);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-lg);
  color: var(--pc-dark);
  font-weight: 600;
  padding: 0.85rem 2.25rem 0.85rem 1rem;
}

.pc-fare-select:focus {
  border-color: var(--pc-orange-light);
  box-shadow: none;
}

/* ---------- Ride page: quick-book modal summary ---------- */
.pc-fare-summary {
  background: var(--pc-cream-soft);
  border-radius: var(--pc-radius-lg);
  padding: 1rem 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .pc-fare-result {
    animation: none;
  }
}

/* ---------- Book Ride Online: form text was sitting at Bootstrap's
   default 16px while the rest of the page's copy runs at 14px, so the
   form read as noticeably larger than everything around it. ---------- */
.pc-booking-form .form-label,
.pc-booking-form .form-control,
.pc-booking-form .form-select,
.pc-booking-form .form-text {
  font-size: 0.9rem;
}

/* ============ Business page (B2B redesign) ============ */

/* ---------- Hero ---------- */
.pc-biz-hero {
  padding-top: calc(var(--pc-navbar-h, 110px) + 2rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  /* A flat pale gradient read as washed-out next to the header -- a warmer
     glow anchored top-left gives the hero actual presence. */
  background: radial-gradient(120% 100% at 12% 0%, var(--pc-peach) 0%, var(--pc-cream-soft) 45%, #ffffff 100%);
}

.pc-biz-hero-secondary-btn {
  color: var(--pc-dark);
  font-weight: 600;
  padding-block: 0.4rem;
  transition: opacity 0.2s ease;
}

.pc-biz-hero-secondary-btn:hover,
.pc-biz-hero-secondary-btn:focus-visible {
  opacity: 0.7;
}

.pc-biz-hero-media {
  aspect-ratio: 1 / 1;
  border-radius: var(--pc-radius-xl);
  overflow: hidden;
  box-shadow: var(--pc-shadow-lg);
}

.pc-biz-hero-chip {
  position: absolute;
  z-index: 2;
  max-width: 78%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 0.6rem 0.9rem;
  box-shadow: var(--pc-shadow-md);
  animation: pc-app-float 5s ease-in-out infinite;
}

.pc-biz-hero-chip-a {
  top: 1.1rem;
  left: 1.1rem;
}

.pc-biz-hero-chip-b {
  bottom: 1.1rem;
  right: 1.1rem;
  animation-delay: 0.9s;
}

@media (prefers-reduced-motion: reduce) {
  .pc-biz-hero-chip {
    animation: none;
  }
}

/* ---------- Trust logo strip (moving marquee, real colour) ---------- */
.pc-biz-trust {
  padding-block: clamp(2.5rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(28, 20, 16, 0.06);
}

.pc-biz-trust-marquee {
  padding-block: 0.5rem;
}

.pc-biz-trust-track {
  /* Slower than the testimonial marquee -- more logos on stage, and a
     leisurely pace reads as more premium than a quick scroll. */
  animation-duration: 46s;
}

.pc-biz-trust-logo-item {
  width: 150px;
  padding-inline: 1.25rem;
}

.pc-biz-trust-logo {
  height: 34px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .pc-biz-trust-logo-item {
    width: 120px;
    padding-inline: 0.85rem;
  }
  .pc-biz-trust-logo {
    height: 28px;
  }
}

/* ---------- Services grid: shorter featured card, no top tint ---------- */
.pc-biz-service-card-featured {
  aspect-ratio: 4 / 3;
}

/* ---------- Background bands: this page runs long, so consecutive section
   pairs alternate between two soft gradients rather than sitting on flat
   white -- breaks the page into readable "chapters" without looking loud. ---------- */
.pc-biz-band-a {
  background: linear-gradient(180deg, #ffffff 0%, var(--pc-cream-soft) 100%);
}

.pc-biz-band-b {
  background: linear-gradient(165deg, var(--pc-cream-soft) 0%, var(--pc-peach) 55%, var(--pc-cream-soft) 100%);
}

/* ---------- Account benefits: business account interface mockup ---------- */
.pc-biz-dash-card {
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.pc-biz-dash-stat {
  background: var(--pc-cream-soft);
  border-radius: var(--pc-radius-md);
  padding: 0.85rem 1rem;
}

.pc-biz-dash-stat-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--pc-dark);
  line-height: 1.2;
}

.pc-biz-dash-stat-label {
  display: block;
  font-size: 0.72rem;
  color: var(--pc-text-muted);
}

.pc-biz-dash-row {
  padding-block: 0.65rem;
  border-bottom: 1px solid rgba(28, 20, 16, 0.06);
}

.pc-biz-dash-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* ---------- Ireland / Dublin parallax visual ---------- */
.pc-biz-ireland {
  padding-block: clamp(7rem, 14vw, 11rem);
}

.pc-biz-ireland-media {
  overflow: hidden;
  z-index: 0;
}

.pc-biz-ireland-media img {
  transform: scale(1.12);
  will-change: transform;
}

.pc-biz-ireland-scrim {
  background: linear-gradient(180deg, rgba(10, 7, 5, 0.62) 0%, rgba(10, 7, 5, 0.8) 100%);
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .pc-biz-ireland-media img {
    transform: none;
  }
}

/* ---------- How It Works: step timeline ---------- */
.pc-biz-step {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-biz-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pc-biz-step-num {
  width: 3.25rem;
  height: 3.25rem;
  background: var(--pc-dark);
  color: var(--pc-white);
  font-size: 1.05rem;
}

.pc-biz-step-rail-mobile {
  width: 2px;
  flex: 1;
  min-height: 2.5rem;
  background: rgba(28, 20, 16, 0.14);
  margin-block: 0.5rem;
}

.pc-biz-step-last .pc-biz-step-rail-mobile {
  display: none;
}

@media (min-width: 992px) {
  .pc-biz-steps {
    position: relative;
  }

  .pc-biz-step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Single horizontal rail across the row, spanning circle-center to
     circle-center (each circle sits centered in a 1/3-width column, so
     that's the middle third of the row) -- simpler and more robust than
     trying to join each item's own short rail segment. */
  .pc-biz-steps::before {
    content: '';
    position: absolute;
    top: 1.625rem;
    left: 16.667%;
    right: 16.667%;
    height: 2px;
    background: rgba(28, 20, 16, 0.14);
    z-index: 0;
  }

  .pc-biz-step-num {
    position: relative;
    z-index: 1;
  }

  .pc-biz-step-body {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-biz-step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Trust proof (verifiable-facts pull quote) ---------- */
.pc-biz-quote-mark {
  font-size: 2.5rem;
  color: var(--pc-orange);
  line-height: 1;
}

.pc-biz-quote-text {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--pc-dark);
}

/* ---------- Business plans / tiers ---------- */
.pc-biz-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-sm);
  padding: clamp(1.75rem, 3vw, 2.25rem);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-biz-plan:hover {
  /* transform: translateY(-4px); */
  box-shadow: var(--pc-shadow-md);
}

.pc-biz-plan-featured {
  border-color: var(--pc-orange-light);
  box-shadow: var(--pc-shadow-md);
}

.pc-biz-plan-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pc-orange-light);
  color: var(--pc-white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.9rem;
  border-radius: var(--pc-radius-pill);
}

@media (prefers-reduced-motion: reduce) {
  .pc-biz-plan {
    transition: none;
  }
  .pc-biz-plan:hover {
    transform: none;
  }
}

/* ---------- Final CTA ---------- */
.pc-biz-final-cta {
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
  background: radial-gradient(120% 140% at 50% 0%, #2a1a10 0%, var(--pc-dark) 55%, var(--pc-dark-soft) 100%);
}

.pc-biz-final-cta-secondary {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  padding-block: 0.6rem;
  transition: opacity 0.2s ease;
}

.pc-biz-final-cta-secondary:hover,
.pc-biz-final-cta-secondary:focus-visible {
  opacity: 0.75;
}

.pc-biz-final-cta-secondary strong {
  color: var(--pc-white);
}

/* ============ Ambassador page (middle-section redesign) ============ */

/* ---------- Benefits: layered editorial bento ---------- */
.pc-amb-benefits {
  padding-block: clamp(4rem, 8vw, 6.5rem);
  background: radial-gradient(120% 100% at 85% 0%, var(--pc-peach) 0%, var(--pc-cream-soft) 50%, var(--pc-cream) 100%);
}

.pc-amb-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.pc-amb-blob-soft {
  position: absolute;
  bottom: -6rem;
  left: -6rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.14), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.pc-amb-vehicle-watermark {
  position: absolute;
  right: -2%;
  bottom: -4%;
  width: 42%;
  max-width: 520px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.pc-amb-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.pc-amb-lines line {
  stroke: rgba(232, 89, 12, 0.15);
  stroke-width: 1;
}

@media (max-width: 767.98px) {
  .pc-amb-vehicle-watermark,
  .pc-amb-lines {
    display: none;
  }
}

.pc-amb-benefits-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.pc-amb-card {
  position: relative;
  overflow: hidden;
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-md);
  box-shadow: var(--pc-shadow-sm);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.pc-amb-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pc-amb-card:hover {
  box-shadow: var(--pc-shadow-md);
  border-color: rgba(232, 89, 12, 0.2);
}

/* Photo cards -- every card except the dark feature tile now carries a real
   photo instead of a flat white background, with a dark tint underneath the
   text for legibility. */
.pc-amb-card-photo {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--pc-white);
  border-color: transparent;
}

.pc-amb-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-amb-card:hover .pc-amb-card-bg {
  transform: scale(1.06);
}

.pc-amb-card-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 7, 5, 0.35) 0%, rgba(10, 7, 5, 0.8) 100%);
}

.pc-amb-card-photo .pc-amb-card-content {
  position: relative;
  z-index: 2;
}

.pc-amb-card-photo .pc-amb-card-icon {
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--pc-white);
}

.pc-amb-card-photo h3 {
  color: var(--pc-white);
}

.pc-amb-card-photo li {
  color: rgba(255, 255, 255, 0.85);
}

.pc-amb-card-photo li i {
  color: var(--pc-orange-light) !important;
}

@media (prefers-reduced-motion: reduce) {
  .pc-amb-card-bg {
    transition: none;
  }
}

.pc-amb-card-icon {
  width: 3rem;
  height: 3rem;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

/* Feature card -- the visually dominant tile in the grid. Left as a flat
   colour (no photo, per the redesign brief) but with a richer multi-stop,
   multi-direction gradient instead of the original simple two-stop one. */
.pc-amb-card-feature {
  background:
    radial-gradient(140% 120% at 100% 0%, rgba(255, 122, 0, 0.22) 0%, transparent 55%),
    linear-gradient(160deg, var(--pc-dark) 0%, #2a1a10 60%, #1c0f08 100%);
  color: var(--pc-white);
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pc-amb-card-feature .pc-amb-card-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--pc-orange-light);
}

.pc-amb-card-feature h3 {
  color: var(--pc-white);
}

.pc-amb-card-feature li {
  color: rgba(255, 255, 255, 0.75);
}

/* The feature tile is the tallest card in the grid (spans 2 rows on
   desktop) -- its original card-sized type left a lot of empty air above
   and below the copy, so it gets its own larger scale once it's actually
   that tall. */
@media (min-width: 992px) {
  .pc-amb-card-feature {
    padding: clamp(2rem, 3vw, 2.75rem);
  }
  .pc-amb-card-feature .pc-amb-card-icon {
    width: 4.25rem;
    height: 4.25rem;
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
  .pc-amb-card-feature h3 {
    /* The title carries Bootstrap's .fs-5 utility, which sets its own
       font-size as !important by design -- matching that is the correct
       way to override a Bootstrap utility, not a specificity workaround. */
    font-size: 2.35rem !important;
    line-height: 1.15;
    margin-bottom: 1.4rem;
  }
  .pc-amb-card-feature ul {
    gap: 1rem;
  }
  .pc-amb-card-feature li {
    font-size: 1.2rem;
  }
  .pc-amb-card-feature li i {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .pc-amb-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-amb-card-feature {
    grid-column: span 2;
  }
}

@media (min-width: 992px) {
  .pc-amb-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(170px, auto);
    grid-auto-flow: dense;
  }
  .pc-amb-card-feature {
    grid-column: span 2;
    grid-row: span 2;
  }
  .pc-amb-card-wide {
    grid-column: span 2;
  }
  .pc-amb-card-normal {
    grid-column: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-amb-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Journey: parallax visual moment ---------- */
.pc-amb-journey {
  padding-block: clamp(6rem, 12vw, 9rem);
}

.pc-amb-journey-media {
  overflow: hidden;
  z-index: 0;
}

.pc-amb-journey-media img {
  transform: scale(1.12);
  will-change: transform;
}

.pc-amb-journey-scrim {
  background: linear-gradient(180deg, rgba(10, 7, 5, 0.6) 0%, rgba(10, 7, 5, 0.78) 100%);
  z-index: 0;
}

.pc-amb-journey-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 2rem;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-amb-journey-step.is-visible {
  opacity: 1;
  transform: none;
}

.pc-amb-journey-icon {
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.3rem;
  color: var(--pc-orange-light);
}

.pc-amb-journey-arrow {
  position: absolute;
  left: 0;
  top: 1.625rem;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .pc-amb-journey-media img {
    transform: scale(1.12);
  }
  .pc-amb-journey-step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Registration: split premium panel ---------- */
.pc-amb-register {
  background: linear-gradient(180deg, var(--pc-cream) 0%, var(--pc-cream-soft) 100%);
}

/* The shared app-download-banner sits right after this section with its own
   fixed top margin, which reads as a plain white gap since <main>'s
   background shows through it. Scoped to this page only (the banner
   component itself, and every other page using it, stays untouched): fold
   that breathing room into this section's own cream background instead.
   (A hover effect that lifted the download band up over this section used
   to live here too -- removed entirely, it read as a glitch rather than a
   parallax.) */
body[data-page^='ambassador-programme'] .pc-amb-register {
  padding-bottom: clamp(5rem, 9vw, 7rem);
}

.pc-amb-recap-chip {
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-pill);
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pc-dark);
}

.pc-amb-recap-chip i {
  color: var(--pc-orange);
}

.pc-amb-step-index {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--pc-orange);
  color: var(--pc-orange);
  font-weight: 700;
  font-size: 0.85rem;
}

.pc-amb-form-panel {
  background: var(--pc-white);
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-lg);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
}

.pc-amb-form-panel .form-control,
.pc-amb-form-panel .form-select {
  border-color: rgba(28, 20, 16, 0.16);
  background: var(--pc-white);
}

.pc-amb-form-panel .form-control:focus,
.pc-amb-form-panel .form-select:focus {
  border-color: var(--pc-orange-light);
  background: var(--pc-white);
  box-shadow: 0 0 0 3px rgba(232, 89, 12, 0.12);
}

/* ============ Business page: "dragon-snake" ambient glow ============ *
 * A continuous-feeling glow that threads through every section, alternating
 * left/right as it descends -- not one page-spanning layer, because most
 * sections here already have their own opaque background (the gradient
 * bands added for the "too much white" pass), which would hide a glow
 * sitting behind <main> entirely. Instead each section gets its own soft
 * radial-gradient corner blob via a z-index:-1 pseudo-element: negative
 * z-index paints above that section's own background but below its content
 * regardless of whether the content itself is positioned (see CSS2.1
 * stacking order -- static content always outranks negative-z-index
 * descendants), so this is safe on every section type without touching
 * their markup or existing backgrounds. Scoped to this page only via
 * body[data-page] so no other page is affected. */
body[data-page^='business'] main > section {
  position: relative;
  overflow: hidden;
}

body[data-page^='business'] main > section::before {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

/* 1: Hero -- top-left start of the path. Small and restrained since the
   hero already carries its own orange overlay; this just seeds the glow's
   colour into the corner it starts from. */
body[data-page^='business'] main > section:nth-of-type(1)::before {
  top: -3rem;
  left: -3rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.22) 0%, transparent 70%);
}

/* 2: Trust strip -- curves right. */
body[data-page^='business'] main > section:nth-of-type(2)::before {
  top: -6rem;
  right: -4rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.12) 0%, transparent 70%);
}

/* 3: Elevate intro -- back to the left, larger (tall + fully transparent
   section, so this is where the glow reads most clearly). Gets the slow
   drift animation -- one of only three animated blobs on the page. */
body[data-page^='business'] main > section:nth-of-type(3)::before {
  top: 30%;
  left: -9rem;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.16) 0%, transparent 70%);
  animation: pcBizGlowDrift 20s ease-in-out infinite;
}

/* 4: Account benefits -- right. */
body[data-page^='business'] main > section:nth-of-type(4)::before {
  top: -5rem;
  right: -6rem;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.14) 0%, transparent 70%);
}

/* 5: Airport assistance -- left, low in the (short) section. */
body[data-page^='business'] main > section:nth-of-type(5)::before {
  bottom: -7rem;
  left: -5rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.14) 0%, transparent 70%);
}

/* 6: Services grid -- right. */
body[data-page^='business'] main > section:nth-of-type(6)::before {
  top: 8%;
  right: -8rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.13) 0%, transparent 70%);
}

/* 7: Ireland/Dublin photo section is intentionally skipped -- it's already
   its own strong visual moment with a real photo and dark scrim; a colour
   blob would either vanish under the scrim or fight the photo for
   attention. The path continues seamlessly on the section after it. */

/* 8: How it works -- left. */
body[data-page^='business'] main > section:nth-of-type(8)::before {
  top: -4rem;
  left: -6rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.13) 0%, transparent 70%);
}

/* 9: Booking form -- right, largest blob (tallest section). Animated. */
body[data-page^='business'] main > section:nth-of-type(9)::before {
  top: 32%;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.13) 0%, transparent 70%);
  animation: pcBizGlowDrift 24s ease-in-out infinite reverse;
}

/* 10: Why choose -- left. */
body[data-page^='business'] main > section:nth-of-type(10)::before {
  bottom: -6rem;
  left: -6rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.13) 0%, transparent 70%);
}

/* 11: Plans -- right. */
body[data-page^='business'] main > section:nth-of-type(11)::before {
  top: -5rem;
  right: -6rem;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(232, 89, 12, 0.13) 0%, transparent 70%);
}

/* 12: Trust proof -- left. */
body[data-page^='business'] main > section:nth-of-type(12)::before {
  top: 15%;
  left: -6rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.15) 0%, transparent 70%);
}

/* 13: Final CTA -- the path's last stop before the (already fully
   saturated orange) Download App band, so it gets to run a little
   brighter against the dark background and gently animates as a closing
   flourish. */
body[data-page^='business'] main > section:nth-of-type(13)::before {
  top: -4rem;
  right: -5rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.28) 0%, transparent 70%);
  animation: pcBizGlowDrift 18s ease-in-out infinite;
}

/* 14: Download App band is skipped -- it's already a fully saturated
   orange gradient, so this is where the glow naturally "arrives" and
   dissolves into the page's own colour rather than needing its own blob. */

@keyframes pcBizGlowDrift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(1.5rem, -1rem) scale(1.08);
  }
}

@media (max-width: 767.98px) {
  /* Narrower and quieter on small screens so it stays atmospheric rather
     than overwhelming -- half the size, roughly half the strength. */
  body[data-page^='business'] main > section::before {
    width: 14rem !important;
    height: 14rem !important;
    filter: blur(40px);
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* The animated blobs are matched by :nth-of-type, which outranks this
     plain descendant selector on specificity alone -- !important is the
     correct way to guarantee this wins regardless (same approach already
     used for the ride-type stack's reduced-motion override above). */
  body[data-page^='business'] main > section::before {
    animation: none !important;
  }
}

/* ============ Partner Programme page ============ */
/* Rebuilt to match a client-supplied reference design (hero + floating
   stat strip, campaign-card + info-sidebar, 4-up step grid, dark "for
   businesses" CTA band) -- colors mapped onto the existing PowerCabs
   tokens instead of the reference's own green palette. The "Grow With Us"
   section below (.pc-ptn-growth*) is unrelated to that reference and was
   deliberately left untouched. */

/* ---------- Background band (kept for the process section) ---------- */
.pc-ptn-band-a {
  background: linear-gradient(180deg, #ffffff 0%, var(--pc-cream-soft) 100%);
}

/* ---------- Hero ---------- */
.pc-ptn-hero {
  /* No longer the page's actual top hero -- the standard inner-hero.php
     banner (with its own navbar-clearance padding) sits above this now, so
     this just needs normal section spacing. */
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  background: linear-gradient(135deg, var(--pc-cream) 0%, var(--pc-cream-soft) 48%, #ffffff 100%);
}

.pc-ptn-hero-eyebrow {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 89, 12, 0.22);
  color: var(--pc-orange-dark);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 0.9rem;
  border-radius: var(--pc-radius-pill);
}

.pc-ptn-hero-eyebrow i {
  color: var(--pc-orange);
}

.pc-ptn-hero-title {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
  max-width: 15ch;
  color: var(--pc-dark);
}

.pc-ptn-hero-sub {
  font-size: 1.12rem;
  color: var(--pc-text-muted);
  max-width: 52ch;
}

.pc-ptn-hero-proof > div strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pc-dark);
  letter-spacing: -0.02em;
}

.pc-ptn-hero-proof > div span {
  font-size: 0.84rem;
  color: var(--pc-text-muted);
}

.pc-ptn-hero-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-lg);
  padding: 1.75rem;
  backdrop-filter: blur(6px);
}

.pc-ptn-hero-card-top strong {
  font-size: 0.95rem;
  color: var(--pc-dark);
}

.pc-ptn-hero-live {
  color: var(--pc-orange-dark);
  font-weight: 800;
  font-size: 0.78rem;
}

.pc-ptn-hero-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pc-orange);
  box-shadow: 0 0 0 4px rgba(232, 89, 12, 0.16);
}

.pc-ptn-hero-live-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--pc-orange);
  animation: pcPtnLivePulse 2s ease-out infinite;
}

@keyframes pcPtnLivePulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}

.pc-ptn-hero-highlight {
  margin-top: 1.5rem;
  background: var(--pc-dark);
  color: #fff;
  border-radius: var(--pc-radius-lg);
  padding: 1.4rem 1.5rem;
}

.pc-ptn-hero-highlight small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.pc-ptn-hero-highlight strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--pc-orange-light);
  line-height: 1.1;
  margin: 0.2rem 0 0.4rem;
}

.pc-ptn-hero-highlight span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
}

.pc-ptn-hero-mini {
  margin-top: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(28, 20, 16, 0.1);
  border-radius: var(--pc-radius-lg);
  background: #fff;
}

.pc-ptn-hero-mini-badge {
  display: inline-block;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: var(--pc-radius-pill);
}

.pc-ptn-hero-mini h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0.5rem 0 0.2rem;
  color: var(--pc-dark);
}

.pc-ptn-hero-mini p {
  font-size: 0.85rem;
  color: var(--pc-text-muted);
}

.pc-ptn-hero-mini-row {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px dashed rgba(28, 20, 16, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pc-dark);
}

.pc-ptn-hero-mini-row i {
  color: var(--pc-orange);
}

/* Floating stat strip -- overlaps the hero's bottom edge, same idea as the
   reference's negative-margin stat bar. */
.pc-ptn-stats {
  margin-top: 2.5rem;
}

.pc-ptn-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-lg);
  box-shadow: var(--pc-shadow-md);
  overflow: hidden;
}

.pc-ptn-stat {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid rgba(28, 20, 16, 0.08);
}

.pc-ptn-stat:last-child {
  border-right: 0;
}

.pc-ptn-stat strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--pc-orange);
  letter-spacing: -0.02em;
}

.pc-ptn-stat span {
  font-size: 0.85rem;
  color: var(--pc-text-muted);
}

@media (max-width: 991.98px) {
  .pc-ptn-hero-title {
    max-width: none;
  }

  .pc-ptn-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pc-ptn-stat:nth-child(2n) {
    border-right: 0;
  }

  .pc-ptn-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(28, 20, 16, 0.08);
  }
}

@media (max-width: 575.98px) {
  .pc-ptn-stats-grid {
    grid-template-columns: 1fr;
  }

  .pc-ptn-stat {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(28, 20, 16, 0.08);
  }

  .pc-ptn-stat:last-child {
    border-bottom: 0;
  }
}

/* ---------- "More miles. More visibility." campaign section ---------- */
.pc-ptn-campaign-title {
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--pc-dark);
}

.pc-ptn-campaign-card {
  position: relative;
  overflow: hidden;
  background: var(--pc-cream-soft);
  border: 1px solid rgba(28, 20, 16, 0.07);
  border-radius: var(--pc-radius-xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}

.pc-ptn-campaign-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--pc-orange);
}

.pc-ptn-campaign-badge {
  display: inline-flex;
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  border-radius: var(--pc-radius-pill);
}

.pc-ptn-campaign-card h3 {
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--pc-dark);
}

.pc-ptn-campaign-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.pc-ptn-campaign-list > div {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
  color: var(--pc-dark);
  font-size: 0.92rem;
}

.pc-ptn-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pc-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.pc-ptn-info-card {
  height: 100%;
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: #fff;
}

.pc-ptn-info-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pc-dark);
}

.pc-ptn-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pc-ptn-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: var(--pc-radius-pill);
  background: var(--pc-cream-soft);
  border: 1px solid rgba(28, 20, 16, 0.08);
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--pc-dark);
}

.pc-ptn-pill i {
  color: var(--pc-orange);
}

.pc-ptn-info-divider {
  border: 0;
  border-top: 1px solid rgba(28, 20, 16, 0.08);
  margin: 1.75rem 0;
}

@media (max-width: 575.98px) {
  .pc-ptn-campaign-list {
    grid-template-columns: 1fr;
  }
}

/* ---------- "Simple from day one" step grid ---------- */
.pc-ptn-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pc-ptn-step-card {
  background: #fff;
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: var(--pc-radius-lg);
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.pc-ptn-step-card.is-visible {
  opacity: 1;
  transform: none;
}

.pc-ptn-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--pc-radius-sm);
  background: var(--pc-peach);
  color: var(--pc-orange);
  font-weight: 800;
  margin-bottom: 1.35rem;
}

.pc-ptn-step-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pc-dark);
}

@media (max-width: 991.98px) {
  .pc-ptn-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .pc-ptn-step-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-ptn-step-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- "For businesses" dark CTA + enquiry form ---------- */
.pc-ptn-business {
  padding-top: clamp(4.5rem, 9vw, 7rem);
  /* Extra bottom padding -- the download-app banner right after this
     section pulls itself up over this padding (see .pc-app-promo-standalone
     override below), so there needs to be enough real space here for that
     overlap to land on background, not on the form/text. */
  padding-bottom: clamp(9rem, 15vw, 13rem);
  background: linear-gradient(155deg, var(--pc-dark) 0%, #2a1a10 55%, var(--pc-dark-soft) 100%);
  color: #fff;
}

.pc-ptn-business-bg {
  object-fit: cover;
  z-index: 0;
}

.pc-ptn-business-scrim {
  background: linear-gradient(155deg, rgba(28, 16, 8, 0.94) 0%, rgba(28, 16, 8, 0.86) 55%, rgba(10, 7, 5, 0.92) 100%);
  z-index: 0;
}

.pc-ptn-business > .container {
  z-index: 1;
}

.pc-ptn-business-title {
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #fff;
}

.pc-ptn-business-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 48ch;
}

.pc-ptn-biz-benefit {
  height: 100%;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--pc-radius-lg);
}

.pc-ptn-biz-benefit strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.pc-ptn-biz-benefit span {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.pc-ptn-form-card {
  background: #fff;
  color: var(--pc-dark);
  border-radius: var(--pc-radius-xl);
  box-shadow: var(--pc-shadow-lg);
  padding: clamp(1.75rem, 3.4vw, 2.5rem);
}

.pc-ptn-form-note {
  line-height: 1.55;
}

/* The shared app-download-banner.php component normally leaves a gap above
   itself (.pc-app-promo-standalone's positive margin-top, meant for pages
   where a plain white/cream section precedes it). Here it follows straight
   after the dark, photo-backed "For Businesses" band, so it's pulled up to
   overlap that band instead -- same negative-margin technique the home
   page's own download-app promo already uses against its own dark section. */
body[data-page^='partner-programme'] .pc-app-promo-standalone {
  margin-top: clamp(-145px, -4vw, -195px);
}

@media (max-width: 767.98px) {
  body[data-page^='partner-programme'] .pc-app-promo-standalone {
    margin-top: clamp(-40px, -7vw, -60px);
  }
}

/* ---------- Grow With Us: parallax visual moment ---------- */
.pc-ptn-growth {
  padding-block: clamp(6rem, 12vw, 9rem);
}

.pc-ptn-growth-media {
  overflow: hidden;
  z-index: 0;
}

.pc-ptn-growth-media img {
  transform: scale(1.12);
  will-change: transform;
}

.pc-ptn-growth-scrim {
  background: linear-gradient(180deg, rgba(10, 7, 5, 0.6) 0%, rgba(10, 7, 5, 0.78) 100%);
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .pc-ptn-growth-media img {
    transform: scale(1.12);
  }
}

/* ---------- Footer: WhatsApp badge ---------- */
.pc-wa-badge {
  display: inline-flex;
  background: var(--pc-white);
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: var(--pc-radius-pill);
  padding: 0.4rem 0.9rem 0.4rem 0.4rem;
  text-decoration: none;
  box-shadow: var(--pc-shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.pc-wa-badge:hover,
.pc-wa-badge:focus-visible {
  transform: translateY(-1px);
  /* box-shadow: var(--pc-shadow-md); */
  border-color: #25d366;
}

.pc-wa-badge-icon {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  background: #25d366;
  color: var(--pc-white);
  font-size: 1.05rem;
}

.pc-wa-badge-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  animation: pcWaBadgePulse 2s ease-out infinite;
}

/* The footer is shared by every page, so this can't reuse the
   pcLiveTrackPulse keyframe -- that's only ever defined inline by the
   page-specific components that happen to use it, not globally here. */
@keyframes pcWaBadgePulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.9);
    opacity: 0;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

.pc-wa-badge-title {
  font-size: 0.8rem;
  color: var(--pc-dark);
}

.pc-wa-badge-number {
  font-size: 0.72rem;
  color: var(--pc-text-muted);
}

@media (prefers-reduced-motion: reduce) {
  .pc-wa-badge {
    transition: none;
  }
  .pc-wa-badge:hover,
  .pc-wa-badge:focus-visible {
    transform: none;
  }
  .pc-wa-badge-pulse {
    animation: none;
    opacity: 0;
  }
}
